.sticky-element-active+.wv-sticky {
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 100% !important;
  background: #fcfaf8;
  margin: 0 !important;
  padding: 0 !important;
  left: 0 !important;
  height: 99px;
  box-shadow: black 1px 1px 10px -2px;
  border-bottom: 1px solid #b9b7b6;
}

#product-top .slick-prev:before,
#product-top .slick-next:before {
  background: unset;
}

.post-type-archive-observations .select2-search__field {
  font-family: Georgia, Arial, serif;
  font-size: 16px;
  color: #8e8e8e;
  font-style: italic;
}

.post-type-archive-observations .select2-results__option {
  font-family: Georgia, Arial, serif;
  font-size: 16px;
  color: #8e8e8e;
  font-style: italic;
}

#observations-filter .select2 {
  background: white;
  font-family: Georgia, Arial, serif;
  font-size: 16px;
  color: #8e8e8e;
  font-style: italic;
  border: 1px solid #b9b7b6;
  -webkit-appearance: none;
}

#observations-filter .select2-container--default .select2-selection--single {
  width: 100%;
  border: none !important;
  line-height: 29px;
  height: 35px;
}

#observations-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #8e8e8e;
  height: 35px;
  line-height: 35px;
}

#observations-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: unset !important;
}

#observations-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 1px;
  right: 1px;
  background: url(../imgs/fleche-select.png) no-repeat right 10px center, #fff;
  height: 31px;
  width: 35px;
}

header #header-modals #basket-modal::before {
  right: 18%;
}

header #header-modals #basket-modal {
  right: 10px;
}

.woocommerce #cart-global #cart-step2 #connection-block .submit-btn {
  cursor: pointer;
}

#billing_address_2_field label {
  word-wrap: unset;
  border: 0;
  -webkit-clip-path: unset;
  clip-path: unset;
  height: unset;
  float: left;
  width: auto !important;
  margin-top: 6.5px;
  /* text-align: left; */
  overflow-wrap: normal !important;
  padding: 0;
  position: initial !important;
  width: unset;
  margin-left: 0;
}

form.register #billing_address_2_field label {
  width: 240px !important;
}

abbr[data-original-title],
abbr[title] {
  cursor: inherit;
  border-bottom: 0;
  color: red;
}

.woocommerce #order_review {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 1170px;
  box-sizing: border-box;
  padding: 30px 15px;
  margin: auto;
  gap: 54px;
}

.woocommerce #order_review .shop_table {
  order: 2;
  display: block;
  height: 100%;
}

.woocommerce #order_review .shop_table thead {
  display: none;
}

.woocommerce #order_review .shop_table tfoot tr {
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.woocommerce #order_review .shop_table tfoot tr th {
  flex: 1;
  font-family: Georgia, Arial, serif;
  font-size: 16px;
  color: #000;
}

.woocommerce #order_review .shop_table tfoot tr td.product-total {
  font-family: "century-gothic", Georgia, Arial;
  font-size: 18px;
  color: #000;
}

.woocommerce #order_review .shop_table tfoot tr th,
.woocommerce #order_review .shop_table tfoot tr td {
  text-align: right;
}

.woocommerce #order_review .shop_table tfoot tr:last-child th {
  font-size: 22px;
  text-transform: uppercase;
}

.woocommerce #order_review .shop_table tfoot tr:last-child td.product-total {
  font-size: 32px;
  color: #ee6315;
}

.woocommerce #order_review .shop_table tfoot {
  background-color: #f6f2ec;
  border: 1px solid #b9b7b6;
  margin-top: 35px;
  padding: 25px 15px 35px 15px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.woocommerce #order_review .shop_table tbody tr {
  display: grid;
  grid-template-columns: auto 1fr auto;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #b9b7b6;
  column-gap: 10px;
}

.woocommerce #order_review .shop_table td,
.woocommerce #order_review .shop_table tbody {
  display: block;
}

.woocommerce #order_review .shop_table tbody td.product-name {
  font-size: 18px;
  color: #c77707;
  width: 100%;
  order: 2;
}

.woocommerce #order_review .shop_table tbody td.product-quantity {
  order: 1;
}

.woocommerce #order_review .shop_table tbody td.product-subtotal {
  order: 3;
}

.woocommerce #order_review #payment {
  display: flex;
  flex-direction: column;
  row-gap: 70px;
  height: 100%;
  padding-right: 54px;
  border-right: 1px solid #b9b7b6;
}

.woocommerce #order_review #payment {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.woocommerce #order_review ul {
  padding: 0;
  margin: 0;
}

.woocommerce #order_review ul>div {
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.woocommerce #order_review ul>div input[type="radio"] {
  width: auto;
  height: auto;
}

.woocommerce #order_review .form-row label {
  max-width: 100%;
}

.woocommerce #order_review .form-row label a[href] {
  color: #7d7900;
}

.woocommerce #order_review .form-row button[type="submit"] {
  padding: 15px;
  color: #fff;
  background-color: #ee6315;
  border: 1px solid #ee6315;
  text-transform: uppercase;
  outline: none;
  margin-top: 15px;
  transition: all 300ms linear;
}

.woocommerce #order_review .form-row button[type="submit"]:hover {
  color: #ee6315;
  background-color: white;
}

/* Responsive */

@media only screen and (max-width: 992px) {
  .wv-mobile-tablet-hide {
    display: none !important;
  }

  #featured-article {
    padding-bottom: 20px !important;
    border-bottom: 1px solid #dad8d7 !important;
  }

  .woocommerce #order_review {
    grid-template-columns: repeat(1, 1fr);
  }

  .woocommerce #order_review #payment {
    padding-right: 0px;
    border-right: 0px solid #b9b7b6;
  }
}

@media only screen and (max-width: 529px) {
  body .fancybox-overlay {
    top: 124px !important;
  }

  header #header-modals .header-modal {
    top: 124px !important;
  }
}

/* input password */

.eyeInput {
  position: relative;
}

.eyeInput .the_eye {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.eyeInput .the_eye#the_eye2,
.eyeInput .the_eye#the_eye3 {
  right: 60px;
}

.eyeInput .the_eye#the_eye4 {
  right: 180px;
}

.woocommerce form .form-row .required {
  text-decoration: auto;
}

#billing_phone_field .iti {
  width: 100% !important;
}

.Up2Pay-block {
  display: none !important;
}

#registration-page #billing_phone_field .iti {
  width: auto !important;
}

#registration-page .iti--allow-dropdown .iti__flag-container,
#registration-page .iti--separate-dial-code .iti__flag-container {
  left: 10px;
}

.edit-account #container_billing_phone .iti__flag-container {
  left: 10px !important;
}

.edit-account #container_billing_phone .iti input {
  width: 100% !important;
}

.edit-account #container_billing_phone .iti {
  width: calc(100% - 245px) !important;
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .edit-account #container_billing_phone .iti {
    width: calc(100% - 190px) !important;
  }
}


@media only screen and (max-width: 770px) {
  .edit-account #container_billing_phone .iti__flag-container {
    left: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .edit-account #container_billing_phone .iti {
    width: 100% !important;
  }
}

#registration-form #billing_phone_field .iti {
  width: auto !important;
}

#registration-form .password-input .show-password-input,
#account-page .password-input .show-password-input,
#forgot-pwd-form .show-password-input {
  background-image: url(../imgs/eye.svg);
  border: none;
  background-color: transparent;
  background-size: 100%;
  width: 18px;
  height: 10px;
  background-repeat: no-repeat;
  transform: translate(-28px, 4px);
}

#account-page .password-input .show-password-input {
  transform: translate(-28px, 12px);
  position: absolute;
}

.iti--inline-dropdown .iti__country-list {
  width: 100%;
}

@media only screen and (max-width:989px) {
  #registration-form .input {
    position: relative;
  }

  #registration-form .input .password-input .show-password-input {
    transform: translate(-28px, 12px);
    position: absolute;
  }
}

@media only screen and (max-width:767px) {
  #account-page .input {
    position: relative;
  }

  #account-page .input .password-input .show-password-input,
  #registration-form .input .password-input .show-password-input {
    transform: translateX(-28px);
    bottom: 11px;
  }
}
#forgot-pwd-form .show-password-input {
  position: absolute;
  transform: translate(-28px, 13px);
}