.header_block_right_country .nice-select .list {
    max-height: 300px;
    overflow-y: scroll;
}

.woocommerce-variation-description {
  display: none;
}

.woocommerce-variation-availability {
  display: none;
}

/* .product_wrap_text .woocommerce-variation-price {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(117, 81, 67, 0.4);
} */

.product table.variations {
  display: none;
}

.product_wrap_main_variation .single_add_to_cart_button {
  color: #fff;
  font-family: "Involve";
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .product_wrap_main_variation .single_add_to_cart_button {
    font-size: 12px;
  }
}

.product_wrap_main_variation .yith-wcwl-add-to-wishlist {
  margin-top: 0px;
  margin-left: 8px;
}

.product_wrap_main_variation .add_to_wishlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #896F5E;
  border-radius: 3px;
}

.product_wrap_main_variation .delete_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #896F5E;
  border-radius: 3px;
}

@media (min-width: 1200px) {
  .product_wrap_main_variation .add_to_wishlist {
    width: 46px;
    height: 46px;
  }
  .product_wrap_main_variation .delete_item {
    width: 46px;
    height: 46px;
  }
  .product_wrap_main_variation .yith-wcwl-add-to-wishlist {
    margin-left: 10px;
  }
}

#yith-wcwl-popup-message {
  display: none !important;
}

.card del {
    margin-right: 15px;
}

.card del,
.card ins {
    text-decoration: none;
}

.card del span {
    display: inline;
    position: relative;
}

.card ins span {
    display: inline;
}

.card .card_price {
    margin-top: 10px;
}

.card del {
    position: relative;
    opacity: 0.6;
}

.card del span::after {
  content: "";
  position: absolute;
  left: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100% + 4px);
  height: 1px;
  background-color: #896F5E;
}

.wishlist_title {
    margin-top: 24px;
}

.product_wrap_text_price {
    margin-top: 0px;
}

.woocommerce-variation-price {
    margin-top: 0px;
}

.product_wrap_text_price {
    margin-top: 0px;
}

.product_wrap_text h1 {
    margin-bottom: 6px;
}

@media (min-width: 1200px) {
    .product_wrap_text h1 {
        margin-bottom: 16px;
    }
}

.header_block_right_country {
    margin-right: 0px;
}

.product_wrap_main_col_wrap.nomargin {
    margin-top: 0px;
}

.product_wrap_main_variation form {
  width: 100%;
}

.product_wrap_main_variation form .woocommerce-variation-add-to-cart {
  width: 100%;
}

.card span .woocommerce-Price-currencySymbol {
  display: inline;
}

@media (min-width: 1200px) {
  .card h4 {
    font-size: 14px;
    line-height: 18px;
  }
}

/* .card_price span[aria-hidden=true] {
  padding: 0px 10px;
} */

.product_wrap_text_upsell_wrap_item {
  position: relative;
}

.product_wrap_text_upsell_wrap_item .yith-wcwl-add-to-wishlist {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-top: 0px;
  z-index: 1;
}

.product_wrap_text_upsell_wrap_item .yith-wcwl-add-to-wishlist .add_to_wishlist {
  display: flex;
}

.complect_slider_item {
  position: relative;
}

.complect_slider_item .yith-wcwl-add-to-wishlist {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-top: 0px;
  z-index: 1;
}

.crossel_wrap_item {
  position: relative;
}

.crossel_wrap_item .yith-wcwl-add-to-wishlist {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-top: 0px;
  z-index: 1;
}

.woocommerce-message {
  background-color: #EFE5E0 !important;
  padding: 15px;
  margin-bottom: 20px;
  color: #896F5E;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.woocommerce-message:focus-visible {
  border: none;
}

.woocommerce-message a {
  color: #896F5E;
  text-decoration: underline;
}

/* .product_wrap_text_description_simple {
  border-top: 1px solid rgba(117, 81, 67, 0.4); 
  margin-top: 24px;
} */

@media (min-width: 1200px) {
  /* .product_wrap_text_description_simple {
    margin-top: 40px;
  } */
  .product_wrap_text_description {
    padding-top: 12px;
  }
}

.cart_modal_right_checkout span.woocommerce-Price-currencySymbol {
  margin-left: 0px;
}

.cart_modal_right_list_item_img img {
  height: auto;
}

.cart_modal_right {
  width: 100%;
}

.cart_modal_right_empty {
  margin-top: 40px;
}

.cart_modal_right_empty p {
  text-align: center;
  font-size: 18px;
}

.cart_modal_right_checkout-mob {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 48px;
  background-color: #886D5A;
  border-radius: 3px;
  width: 100%;
  margin-top: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 48px;
  letter-spacing: 0%;
  color: #fff;
  transition: all 0.3s linear;
}

.cart_modal_right_checkout-mob:hover {
  background-color: #614D41;
}

.cart_modal_left_list_item .yith-wcwl-add-to-wishlist {
  position: absolute;
  right: 10px;
  top: 0px;
  z-index: 1;
}

a.add_to_wishlist {
  display: flex;
}

.product_modal_right_btns .delete_item {
  display: flex;
}

.product_modal_right_btns .yith-wcwl-add-to-wishlist {
  margin-top: 0px;
}

.product_modal_right_btns .yith-wcwl-add-to-wishlist .add_to_wishlist,
.product_modal_right_btns .yith-wcwl-add-to-wishlist .delete_item {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #896F5E;
  border-radius: 3px;
  margin-top: 0px;
}

@media (min-width: 768px) {
  .product_modal_left_wrap img {
    max-height: 350px;
    object-fit: contain;
  }
}

@media (min-width: 1024px) {
  .product_modal_left_wrap img {
    max-height: 530px;
  }
  .product_modal_right_btns .yith-wcwl-add-to-wishlist .add_to_wishlist,
  .product_modal_right_btns .yith-wcwl-add-to-wishlist .delete_item {
    width: 44px;
    height: 44px;
  }
}

.product_modal_right_wrap_color {
  margin-top: 10px;
}
/* 
.woocommerce-error {
  visibility: hidden;
  opacity: 0;
  z-index: -99;
  position: absolute;
  left: 0px;
  top: 0px;
} */

.product_wrap_main_variation.nomargin {
  margin-top: 0px;
}

.hide_action {
  position: absolute;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

.checkout.woocommerce-checkout {
  padding-top: 0px;
}

/* #payment #place_order {
  display: none !important;
} */

/* .woocommerce-checkout-review-order {
  display: flex;
  flex-direction: column;
} */

.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
  order: 2;
}

.woocommerce-checkout-review-order #payment {
  order: 1;
}

.woocommerce-checkout-review-order li {
  margin-top: 15px;
  position: relative;
}

.woocommerce-checkout-review-order li input {
  margin: 0px;
}

.woocommerce-checkout-review-order li label img {
  display: none;
}

.woocommerce-checkout-review-order li label {
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0px;
  color: #614D41;
}

.woocommerce-checkout-review-order li p {
  margin-top: 10px;
}

/* Скрываем стандартный radio */
.woocommerce-checkout-review-order .input-radio,
.woocommerce-checkout-review-order .shipping_method {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 2;
  cursor: pointer;
}

.woocommerce-checkout-review-order label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}

.woocommerce-checkout-review-order label::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #886D5A;
  left: 0px;
  top: -1px;
}

.woocommerce-checkout-review-order label::after {
  position: absolute;
  content: "";
  display: none;
  left: 8px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #886D5A;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.woocommerce-checkout-review-order input:checked ~ label:after {
  display: block;
}
.woocommerce-checkout-review-order-table {
  margin-top: 20px;
}
.woocommerce-checkout-review-order-table .shipping {
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0px;
  color: #614D41;
}

.woocommerce-checkout-review-order-table .order-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0px;
  border-top: 1px solid #B4927D;
  border-bottom: 1px solid #B4927D;
  margin-top: 30px;
}

.woocommerce-checkout-review-order-table .order-total .value {
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0px;
  color: #614D41;
}
@media (min-width: 1200px) {
  .woocommerce-checkout-review-order-table .order-total {
    padding: 24px 0px;
  }
}

.checkout-inline-error-message {
  display: none !important;
}

.checkout_block_right_wrap_item input {
  box-shadow: none !important;
}

.checkout_block_right_wrap_item.woocommerce-invalid input {
  border-color: red;
}

.cart_modal_right_list_item_text_mid_qty {
  margin-top: 10px;
}

.entry-header {
  display: none;
}

.catalog_block_wrap_item .yith-wcwl-add-to-wishlist {
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 1;
}

@media (min-width: 768px) {
  .catalog_block_wrap_item .yith-wcwl-add-to-wishlist {
    right: 20px;
  }
}

@media (min-width: 1024px) {
  .catalog_block_wrap_item .yith-wcwl-add-to-wishlist {
    right: 30px;
  }
}

@media (min-width: 1200px) {
  .catalog_block_wrap_item .yith-wcwl-add-to-wishlist {
    right: 40px;
  }
}

.wpcf7-spinner,
.wpcf7-response-output,
.wpcf7-not-valid-tip {
	display: none !important;
}

.copy_wish_wrap_right form span input.wpcf7-not-valid {
	border-color: red;
}

@media (min-width: 768px) {
  .copy_wish_wrap_right {
    width: 340px;
  }
}



.checkout_block_right_wrap_item input {
  width: 100%;
  padding: 0px 14px;
  height: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #B4927D;
  background: rgba(216, 185, 167, 0.1);
  color: #6A442D;
  line-height: 42px;
  font-weight: 600;
  padding-top: 5px;
  border-radius: 3px;
  font-size: 12px;
}
.checkout_block_right_wrap_item input::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
.checkout_block_right_wrap_item input::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.checkout_block_right_wrap_item input:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
.checkout_block_right_wrap_item input::-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
.checkout_block_right_wrap_item input::placeholder {
  color: transparent;
  opacity: 0;
}
.checkout_block_right_wrap_item .wpcf7-form-control-wrap input:focus ~ label,
.checkout_block_right_wrap_item .wpcf7-form-control-wrap input:not(:placeholder-shown) ~ label {
  font-size: 9px;
  left: 15px;
  top: 4px;
}

.checkout_block_right_wrap_item:has(.wpcf7-form-control-wrap input:focus) label,
.checkout_block_right_wrap_item:has(.wpcf7-form-control-wrap input:not(:placeholder-shown)) label {
  font-size: 9px;
  left: 15px;
  top: 4px;
}

.checkout_block_right_wrap_item .wpcf7-form-control-wrap input:focus + * + label,
.checkout_block_right_wrap_item .wpcf7-form-control-wrap input:not(:placeholder-shown) + * + label {
  font-size: 9px;
  left: 15px;
  top: 4px;
}

.checkout_block_right_wrap_item label {
  position: absolute;
  left: 20px;
  top: 12px;
  font-size: 12px;
  color: #6A442D;
  transition: all 0.2s ease;
}

/* поднимаем только при focus или когда в поле реально есть текст */
.checkout_block_right_wrap_item .wpcf7-form-control-wrap textarea:focus + * + label,
.checkout_block_right_wrap_item .wpcf7-form-control-wrap textarea:not(:placeholder-shown):not(:focus) + * + label {
  font-size: 9px;
  left: 15px;
  top: 4px;
}

/* поддержка Chrome/Edge/Safari (современные браузеры) */
.checkout_block_right_wrap_item:has(.wpcf7-form-control-wrap textarea:focus) label,
.checkout_block_right_wrap_item:has(.wpcf7-form-control-wrap textarea:not(:placeholder-shown):not(:focus)) label {
  font-size: 9px;
  left: 15px;
  top: 4px;
}

.checkout_block_right_wrap_item .wpcf7-form-control-wrap {
  position: relative;
  z-index: 2;
}

.checkout_block_right_wrap_item input.wpcf7-not-valid {
  border-color: red;
}
/* 
.checkout_block_right_wrap_item input:not(:-ms-input-placeholder) + label {
  font-size: 9px;
  left: 15px;
  top: 5px;
}
.checkout_block_right_wrap_item input:not(:placeholder-shown) + label {
  font-size: 9px;
  left: 15px;
  top: 5px;
} */

.single_add_to_cart_button.disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: default;
}

.product_wrap_text .variations_form {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(117, 81, 67, 0.4);
}

.product_wrap_text_price {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(117, 81, 67, 0.4);
}


@media (min-width: 1200px) {
  .product_wrap_text_price {
    margin-bottom: 40px;
  }
  .product_wrap_text .variations_form {
    padding-bottom: 40px;
  }
}

.bestseller_block_list_item {
  position: relative;
}

.bestseller_block_list_item .yith-wcwl-add-to-wishlist {
  margin-top: 10px;
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 1;
}

.catalog_block_wrap_item .yith-wcwl-add-to-wishlist {
  margin-top: 10px;
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 1;
}

.popular_slider_item .yith-wcwl-add-to-wishlist {
  margin-top: 10px;
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 1;
}

.popular_slider_item {
  position: relative;
}

@media (min-width: 768px) {
  .catalog_block_wrap_item .yith-wcwl-add-to-wishlist {
    right: 20px;
  }
  .bestseller_block_list_item .yith-wcwl-add-to-wishlist {
    right: 20px;
  }
  .popular_slider_item .yith-wcwl-add-to-wishlist {
    right: 20px;
  }
}

@media (min-width: 1024px) {
  .catalog_block_wrap_item .yith-wcwl-add-to-wishlist {
    right: 30px;
  }
  .bestseller_block_list_item .yith-wcwl-add-to-wishlist {
    right: 30px;
  }
  .popular_slider_item .yith-wcwl-add-to-wishlist {
    right: 30px;
  }
}

@media (min-width: 1200px) {
  .catalog_block_wrap_item .yith-wcwl-add-to-wishlist {
    right: 40px;
  }
  .bestseller_block_list_item .yith-wcwl-add-to-wishlist {
    right: 40px;
  }
  .popular_slider_item .yith-wcwl-add-to-wishlist {
    right: 40px;
  }
}

.header_block nav ul li .drop_link {
  pointer-events: none;
}

.drop_menu_item_parent span {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #986343;
}

.drop_menu_item_parent {
  cursor: pointer;
}

.btnplusminus {
  position: relative;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.btnplusminus::before {
  content: "";
  display: block;
  background-color: #986343;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  width: 100%;
  height: 1px;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}

.btnplusminus::after {
  content: "";
  display: block;
  background-color: #986343;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  width: 100%;
  height: 1px;
  -webkit-transform: translatey(-50%) rotate(90deg);
  transform: translatey(-50%) rotate(90deg);
}

.drop_menu_item_parent.active .btnplusminus::before {
  -webkit-transform: translatey(-50%) rotate(-90deg);
  transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}

.drop_menu_item_parent.active .btnplusminus::after {
  -webkit-transform: translatey(-50%) rotate(0);
  transform: translatey(-50%) rotate(0);
}

.yith-wcwl-add-to-wishlist {
  margin-top: 0px;
}

.product_wrap_text_price.product_wrap_text_price_single {
  border: none;
  padding: 0px;
  margin: 0px;
}

.product_wrap_slider {
  position: relative;
}

.product_wrap_slider .sold {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  font-size: 12px;
  color: #fff;
  background-color: #896F5E;
  border-radius: 4px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  padding: 0px 6px;
}

@media (min-width: 768px) {
  .product_wrap_slider .sold {
    left: 160px;
  }
}

.footer_block_list_ul_first {
  margin-bottom: 16px;
}

@media (min-width: 1200px) {
  .footer_block_list_ul_first {
    margin-bottom: 34px;
  }
}

@media (min-width: 1360px) {
  .footer_block {
    align-items: stretch;
  }
  .footer_block_list_wrap {
    display: flex;
    align-items: flex-start;
  }
  .footer_block_list_ul_first {
    margin-bottom: 0px;
  }
  .footer_block_social {
    padding-bottom: 72px;
  }
  .footer_block_list_ul_first {
    margin-right: 50px;
  }
  .footer_block_list {
    justify-content: space-between;
  }
}

/* .checkout_block_left #order_review {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  z-index: -1;
} */

.checkout_block_right_wrap .woocommerce-billing-fields {
  width: 100%;
}

.checkout_block_left form {
  display: flex !important;
}

.checkout_block_right form.checkout {
  background: transparent;
}

.woocommerce-billing-fields .form-row {
  width: 100%;
  position: relative;
  margin-top: 12px;
  min-height: 46px;
}

.woocommerce-billing-fields .form-row input {
  width: 100%;
  padding: 0px 14px;
    padding-top: 0px;
  height: 46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #B4927D;
  background: rgba(216, 185, 167, 0.1);
  color: #6A442D;
  line-height: 46px;
  font-weight: 600;
  padding-top: 5px;
  border-radius: 3px;
  font-size: 12px;
  box-shadow: none !important;
}

.woocommerce-billing-fields .form-row label {
  position: absolute;
  left: 14px;
  top: 13px;
  font-weight: 400;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0px;
  color: #B4927D;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.woocommerce-billing-fields .form-row input:focus + label {
  font-size: 9px;
  left: 15px;
  top: 4px;
}

.woocommerce-billing-fields .form-row {
  position: relative;
}

.woocommerce-billing-fields .form-row label {
  position: absolute;
  left: 15px;
  top: 16px;
  line-height: 1;
  pointer-events: none;
  transition: all .18s ease;
  background: transparent;
  /* при желании: фон чтобы перекрывать бордер
  background: #fff; padding: 0 4px;
  */
}

/* Скрыть placeholder (не обязателен, но красиво) */
.woocommerce-billing-fields .form-row input::placeholder { color: transparent; }

/* Поднять лейбл: при фокусе ИЛИ когда пользователь что-то ввёл */
.woocommerce-billing-fields .form-row:has(input:focus) label,
.woocommerce-billing-fields .form-row:has(input:not(:placeholder-shown)) label {
  font-size: 9px;
  top: 4px;
  left: 15px;
}

.woocommerce-billing-fields .form-row label .required {
  display: none;
}

#billing_country_field {
  position: absolute;
  left: 0px;
  opacity: 0;
  top: 0px;
  visibility: hidden;
}

#billing_country_field .nice-select {
  max-height: 100px;
  overflow-y: scroll;
}

.woocommerce-billing-fields .form-row.woocommerce-invalid input {
  border-color: red;
}

.woocommerce-error {
  background-color: transparent !important;
}

.woocommerce-error li {
  color: red;
  font-size: 12px;
}

.woocommerce-error li a {
  cursor: default;
  pointer-events: none;
  color: red;
}

.checkout_block_right_wrap .woocommerce-billing-fields__field-wrapper {
  margin-bottom: 12px;
}

.zen-ui-select__value {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border-radius: 3px;
  border: 1px solid #B4927D;
  background: rgba(216, 185, 167, 0.1);
  padding: 9px 28px 9px 14px !important;
}

.zen-ui-select__value:hover {
  background: rgba(216, 185, 167, 0.1);
}

.zen-ui-select__value.disabled {
  background: rgba(216, 185, 167, 0.1);
  color: #6A442D;
}

.zen-ui-select__value-text {
  font-size: 12px;
}

.zen-ui-select__options {
  padding: 0px;
}

.zen-ui-select__option {
  font-size: 12px;
  padding: 4px 14px;
  color: #614D41;
  border: none;
}

.zen-ui-select__option--current {
  background: #B4927D;
  color: #fff;
}

.zen-ui-select__option:hover {
  background: #B4927D !important;
  color: #fff;
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.woocommerce-billing-fields__field-wrapper .form-row {
  width: calc(50% - 6px);
}

.checkout_block_left form {
  flex-wrap: wrap;
}

.coupon-error-notice {
  font-size: 12px;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .checkout_block_left form input {
    width: calc(100% - 200px);
  }
}

.checkout_block_right {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  animation: fadeInCheckout 0.8s ease-in-out 1s forwards;
}

@keyframes fadeInCheckout {
  to {
    opacity: 1;
  }
}

.checkout_block_left .woocommerce-message {
  margin-top: 15px;
  text-align: center;
  border-radius: 3px;
}

.cart_modal_right_list_item_text_action a {
  margin-top: 6px;
}

.checkout_block_left .shop_table {
  margin-top: 0px;
}

.checkout_block_left #payment {
  display: none;
}

.checkout_block_right .shop_table {
  position: absolute;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

.checkout_block_right_wrap_item.country {
  z-index: 3;
}

.cart_modal_left_list_item .card_price {
  margin-top: 0px;
}

.product_wrap_slider_nav {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .product_wrap_slider_nav {
    margin-top: 0px;
  }
}

.header_block_right_country {
  margin-left: 20px;
}

.footer_down_country .nice-select .list {
  max-height: 300px;
  overflow-y: scroll;
}

.footer_select {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .footer_select {
    display: none;
  }
  .footer_down_left {
    display: flex;
  }
}

.product_bread_desktop {
  display: none;
}

.product_bread_mob {
  display: flex;
  width: 104px;
}

.product_bread_mob_wrap {
  display: flex;
  align-items: center;
}

.product_bread_mob_wrap svg {
  margin-right: 12px;
}

.product_bread_mob_wrap span {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #896F5E;
}

@media (min-width: 992px) {
  .product_bread_desktop {
    display: flex;
  }
  .product_bread_mob {
    display: none;
  }
}

.partners_right_top_img {
  margin-top: 20px;
}

@media (min-width: 769px) {
  .partners_right_top_img {
    display: none;
  }
}

#payment {
  margin-top: 30px;
}

.product_instructions_left_list_full {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

#calculateSizeBtn {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #886D5A;
  border-radius: 3px;
  background: #886D5A;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  font-family: "Involve";
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0px 20px;
}

#calculateSizeBtn:hover {
  background-color: #614D41;
}

@media (min-width: 992px) {
  .product_instructions_left_list_full {
    align-items: flex-start;
    justify-content: flex-start;
  }
}


@media (min-width: 1200px) {
  #calculateSizeBtn {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding: 0px 30px;
  }
}

.product_instructions.fully .product_instructions_left_list_item {
  width: 100%;
}

.product_instructions_right_wrap img {
  max-width: 400px;
}

@media (min-width: 1200px) {
  .product_instructions_right_wrap img {
    max-width: 100%;
  }
}