@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800&display=swap");
.process_checkout {
  padding: 40px 0;
  position: relative;
}

.process_checkout::after {
  content: "";
  height: 2px;
  width: 100%;
  background: #fbfbfb;
  position: absolute;
  top: 57px;
}

.process_checkout > .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  position: relative;
  width: 100%;
}

.process_checkout > .container > div {
  -ms-grid-column-align: center;
      justify-self: center;
  text-align: center;
  font-size: 12px;
  z-index: 9;
}

.process_checkout > .container > div .number {
  background: #f5f5f5;
  color: #fff;
  padding: 3px 9.5px;
  display: inline-block;
  border-radius: 50px;
  border: 5px solid #fff;
  z-index: 2;
  font-weight: 700;
}

.process_checkout > .container > div .number::before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: -2;
}

.process_checkout > .container > div .in_progress_1 {
  background: #d4b1a9;
}

.process_checkout > .container > div .in_progress_1::before {
  width: 25%;
}

.process_checkout > .container > div .in_progress_2 {
  background: #d4b1a9;
}

.process_checkout > .container > div .in_progress_2::before {
  width: 50%;
}

.process_checkout > .container > div .in_progress_3 {
  background: #d4b1a9;
}

.process_checkout > .container > div .in_progress_3::before {
  width: 100%;
}

.process_checkout > .container > div .status {
  display: block;
  font-weight: 700;
}

.product_cart {
  display: block;
}

.shop_table_responsive {
  border: 1px solid #d4b1a9;
}

.woocommerce table.cart img {
  width: 80px;
  border-radius: 5px;
}

.cart_totals .cart_totals_box table {
  background: #fbfbfb;
}

.cart_totals .cart_totals_box .checkout-button {
  width: 100%;
  text-align: center;
  background: #d4b1a9 !important;
}

.cart_totals .cart_totals_box .checkout-button:hover {
  background: #d4b1a9 !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cupom_field {
  padding: 15px 0;
}

.cupom_field input {
  width: 120px !important;
  border-radius: 0;
}

.cupom_field button {
  border-radius: 0 !important;
  padding: 10px 25px !important;
  font-size: 12px !important;
}

.checkout-col-2 {
  display: -ms-grid;
  display: grid;
  grid-gap: 60px;
  -ms-grid-columns: 4fr 3fr;
      grid-template-columns: 4fr 3fr;
}

.woocommerce-info {
  border-top: 0;
  background: #fff;
  font-size: 12px;
}

.custom_checkout_table .checkout-product-description {
  font-size: 12px;
}

#place_order {
  width: 100%;
  float: initial;
  text-align: center;
  padding: 20px 0;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 16px;
  background: #d4b1a9;
}

.woocommerce-checkout-review-order-table > tbody {
  border: 0;
}

.woocommerce-checkout-review-order-table > tbody > tr > td > a > img {
  width: 70px;
  border-radius: 5px;
}

.woocommerce-checkout-review-order-table > tfoot {
  background: #f9f9f9;
  border: 1px solid #fbfbfb;
  border-radius: 15px;
}

.woocommerce table.shop_table {
  border: 0;
  border-collapse: collapse;
}

.woocommerce-checkout-payment {
  background: #fff !important;
}

.woocommerce-billing-fields__field-wrapper > p label,
.woocommerce-shipping-fields__field-wrapper > p label {
  font-size: 14px;
}

.woocommerce-billing-fields__field-wrapper > p input,
.woocommerce-shipping-fields__field-wrapper > p input {
  border-radius: 0;
  padding: 5px 10px;
  font-size: 16px;
  border-color: #d5d5d5;
  border-radius: 2px;
  border-width: 1px;
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 1px 2px 0 rgba(233, 233, 233, 0.5);
          box-shadow: 0 1px 2px 0 rgba(233, 233, 233, 0.5);
}

.woocommerce-billing-fields__field-wrapper > p .woocommerce-input-wrapper .select2-selection,
.woocommerce-shipping-fields__field-wrapper > p .woocommerce-input-wrapper .select2-selection {
  border-color: #d5d5d5;
  border-radius: 0;
  font-size: 16px;
  border-radius: 2px;
  border-width: 1px;
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 1px 2px 0 rgba(233, 233, 233, 0.5);
          box-shadow: 0 1px 2px 0 rgba(233, 233, 233, 0.5);
}

.woocommerce-form__label-for-checkbox span {
  font-size: 12px;
}

.info_sub,
.cancel_policies {
  font-size: 12px;
  display: block;
  padding: 5px 0;
}

.woocommerce-result-count {
  margin: 0;
  padding: 0;
  font-size: 10px;
}

.woocommerce-ordering {
  margin-top: -10px !important;
}

.woocommerce-ordering select {
  padding: 10px 15px;
  font-size: 10px;
}

.myaccount > .woocommerce {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.myaccount > .woocommerce > .woocommerce-MyAccount-navigation {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.myaccount > .woocommerce > .woocommerce-MyAccount-navigation > ul {
  height: 600px;
  margin: 0;
  padding: 0;
  background: #fbfbfb;
}

.myaccount > .woocommerce > .woocommerce-MyAccount-navigation > ul > li {
  margin: 0;
  padding: 7.5px 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.myaccount > .woocommerce > .woocommerce-MyAccount-navigation > ul > li:hover {
  background: #d4b1a9;
  padding-left: 25px;
}

.myaccount > .woocommerce > .woocommerce-MyAccount-navigation > ul > .quit {
  background: #f5f5f5;
}

.myaccount > .woocommerce > .woocommerce-MyAccount-content {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
  padding: 15px 25px;
  height: 600px;
  border: 1px solid gainsboro;
  overflow-x: hidden;
  overflow-y: scroll;
}

.success_img {
  text-align: center;
}

.success_img > img {
  width: 90px;
}

.success_order,
.warning_order {
  font-size: 28px;
  margin-bottom: 40px;
  text-align: center;
}

.success_table {
  margin: 0;
  padding: 0;
}

.gallery_image > .single_photo {
  width: 100%;
  height: 600px;
}

.gallery_image > .single_photo .product_img {
  display: inline-block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin: 5px;
}

.gallery_image > .carroussel {
  height: 600px;
  width: 100%;
}

.gallery_image > .carroussel .slick-list {
  width: 100%;
  height: 100%;
}

.gallery_image > .carroussel .slick-list .slick-track {
  width: 100%;
  height: 100%;
}

.gallery_image > .carroussel .product_img {
  display: inline-block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin: 5px;
}

.product_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_container > .gallery_image {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: inline-block;
  width: 50%;
}

.product_container > .product_price {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  padding: 20px;
}

.product_container > .product_price > .promotion {
  margin-bottom: 10px;
}

.product_container > .product_price > .promotion > .promotion-tag {
  padding: 5px 15px;
  background: #d4b1a9;
  font-size: 12px;
  color: #292929;
}

.product_container > .product_price > .product_title {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 0;
}

.product_container > .product_price > .price {
  margin: 10px 0 !important;
  margin: 0;
  color: #d4b1a9 !important;
  font-size: 18px !important;
}

.product_container > .product_price > .price > del {
  display: block !important;
}

.product_container > .product_price > .woocommerce-product-details__short-description {
  font-size: 14px;
}

.woocommerce-customer-details--phone::before,
.woocommerce-customer-details--email::before {
  position: relative !important;
}

.open_dashboard > .name:nth-of-type(1) {
  font-size: 24px;
}

.selos {
  padding: 20px;
}

.return-to-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom_cart_table {
  border-radius: 5px;
  border: 0;
}

.custom_cart {
  border: 1px solid #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.custom_cart > .product-remove {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.custom_cart > .product-remove > a {
  margin: auto;
  font-size: 14px;
  color: #ababab !important;
}

.custom_cart > .product-remove > a:hover {
  background-color: #fff;
  color: #e91e63 !important;
}

.custom_cart > .product-thumbnail > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom_cart > .product-name {
  font-weight: 700;
  margin-left: 10px;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  padding: 15px 0;
}

.custom_cart > .product-price {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.custom_cart > .product-quantity {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.custom_cart > .product-quantity > div > input {
  border-radius: 0;
}

.custom_cart > .product-subtotal {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.custom_cart:hover {
  background: #f5f5f5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.checkout-product-name {
  margin: 0 !important;
}

.neg {
  background: #fbfbfb;
}

.custom_cart > tbody {
  width: 100%;
}

.custom_cupom_field {
  width: 100%;
}

.custom_cupom_field > .cupom_field {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: left !important;
}

.custom_cupom_field > .cupom_field > .refresh_cart {
  color: #fff;
  background: #d4b1a9;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.custom_cupom_field > .cupom_field > .refresh_cart:hover {
  background: #b69189;
}

.custom_cupom_field > .cupom_field > .coupon {
  width: 400px;
}

.custom_cupom_field > .cupom_field > .coupon > span {
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
}

.custom_cupom_field > .cupom_field > .coupon > span > i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 10px;
  color: #d4b1a9;
}

.custom_cupom_field > .cupom_field > .coupon > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.custom_cupom_field > .cupom_field > .coupon > div > input {
  width: 100% !important;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  padding: 5px 15px;
}

.custom_cupom_field > .cupom_field > .coupon > div > input::-webkit-input-placeholder {
  font-size: 12px;
}

.custom_cupom_field > .cupom_field > .coupon > div > input:-ms-input-placeholder {
  font-size: 12px;
}

.custom_cupom_field > .cupom_field > .coupon > div > input::-ms-input-placeholder {
  font-size: 12px;
}

.custom_cupom_field > .cupom_field > .coupon > div > input::placeholder {
  font-size: 12px;
}

.custom_cupom_field > .cupom_field > .coupon > div > button {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.custom_shipping_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.custom_shipping_total > .custom_shipping {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 25px;
  font-size: 14px;
}

.custom_shipping_total > .custom_shipping > .section_title {
  color: #b69189;
}

.custom_shipping_total > .custom_total {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.custom_shipping_total > .custom_total > .section_title {
  color: #b69189;
}

.selos {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: olive;
  font-size: 12px;
}

.restore-item {
  font-weight: 700;
}

.cart_title > h3 {
  font-size: 32px;
  color: #b69189;
}

.woocommerce-error {
  background: #ffe2dca6;
  border-top: 0;
  border: 1px solid #d9afa6;
  border-radius: 5px;
  font-size: 14px;
  margin-top: 10px;
}

.woocommerce-notices-wrapper > .woocommerce-message {
  border: 0;
  background: #eaffe6;
  border: 1px solid #abdba1;
  border-radius: 5px;
  font-size: 14px;
  margin: 25px 0 20px 0 !important;
}

.woocommerce-checkout #payment div.payment_box {
  background-color: #f9f9f9;
}

.woocommerce-checkout #payment div.payment_box > p {
  padding: 0;
  margin: 0;
}

.woocommerce-privacy-policy-text > p {
  font-size: 12px;
}

.woocommerce-checkout #payment div.payment_box::before {
  background: #f9f9f9;
  -webkit-transform: rotate(45deg) scale(0.7);
          transform: rotate(45deg) scale(0.7);
  margin-top: -1px;
  border: 0 !important;
}

.payment_method_cod::before {
  display: none;
}

.promotion > .sale {
  position: relative;
}

.gift_option {
  font-size: 14px !important;
  margin: 15px 0;
}

.gift_option > .checkmark {
  top: 3px !important;
}

.gift_msg {
  display: none;
}

.gift_msg > textarea {
  width: 100%;
  height: 80px;
  resize: none;
  border-radius: 0;
  border-color: #d4b1a9;
  padding: 5px 10px;
  font-size: 14px;
}

.variations > tbody > tr > .label {
  display: block;
  text-align: left;
}

.variations > tbody > tr > td {
  display: block;
}

.thwvsf-wrapper-ul .thwvsf-wrapper-item-li {
  width: 35px;
  height: 35px;
}

.product_meta {
  font-size: 10px;
}

.woocommerce div.product form.cart .variations {
  margin: 0 !important;
}

.medidads_btn {
  display: inline-block;
  padding: 15px 0;
  font-size: 14px;
  margin-top: -7px;
  cursor: pointer;
}

.medidads_btn > img {
  width: 20px;
}

.price {
  color: #b69189 !important;
  font-size: 16px !important;
  margin-bottom: 15px;
  display: block;
}

.choose_product_btn {
  background: #d4b1a9 !important;
  border: 0 !important;
  border-radius: 0 !important;
  width: 100%;
  padding: 20px !important;
}

.qnty_input {
  border: 1px solid #d4b1a9;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4fr 1fr;
      grid-template-columns: 1fr 4fr 1fr;
  width: 120px;
  margin-bottom: 5px;
}

.qnty_input > span {
  display: inline-block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  background-color: transparent;
  border: 0;
  padding: 5px 10px;
  cursor: pointer;
}

.qnty_input > span:hover {
  background: #f5f5f5;
}

.qnty_input > div > input {
  border: 0;
}

.related_products {
  margin-top: 20px !important;
}

.related_products > h2 {
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  text-align: center;
}

.related_products > .columns-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.related_products > .columns-4 > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.noUi-target {
  background: #d4b1a9 !important;
  border: 1px solid #d4b1a9 !important;
}

.woocommerce-tabs {
  margin-top: 15px;
}

#billing_neighborhood_field {
  float: right;
}

#billing_phone_field {
  width: 100%;
}
/*# sourceMappingURL=ecommerce.css.map */