.form-block .input-wrapper,
.form-block__input .input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-block__half,
.form-block .half,
.form-block__input__half,
.form-block__input .half {
  width: 49%;
  position: relative;
  margin-bottom: 10px;
}

@media (max-width: 580px) {
  .form-block__half,
  .form-block .half,
  .form-block__input__half,
  .form-block__input .half {
    width: 100%;
  }
}

.form-block__half > .w100,
.form-block .half > .w100,
.form-block__input__half > .w100,
.form-block__input .half > .w100 {
  width: 100%;
}

.form-block__half input,
.form-block .half input,
.form-block__input__half input,
.form-block__input .half input {
  width: 100%;
}

.form-block__full,
.form-block .full,
.form-block__input__full,
.form-block__input .full {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-block__full > .w100,
.form-block .full > .w100,
.form-block__input__full > .w100,
.form-block__input .full > .w100 {
  width: 100%;
}

.form-block__full > .form-block__full,
.form-block__full > .form-block__half,
.form-block .full > .form-block__full,
.form-block .full > .form-block__half,
.form-block__input__full > .form-block__full,
.form-block__input__full > .form-block__half,
.form-block__input .full > .form-block__full,
.form-block__input .full > .form-block__half {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .form-block__full,
  .form-block .full,
  .form-block__input__full,
  .form-block__input .full {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.flag {
  height: 14px;
  left: 14px;
  position: absolute;
  top: 49%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  background-size: contain;
  background-position: center center;
}

#phone.error ~ .plus_number_code {
  color: red;
}

.plus_number_code {
  color: black;
  left: 39px;
  position: absolute;
  top: 46%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.invalidField {
  color: red;
  margin-top: -5px;
  display: none;
  margin: 0px 15px;
  font-size: 0.8rem;
}

.new-form .input-wrapper .form-block__full {
  margin: 10px 0;
}

.form-block__full input {
  display: block;
  width: 100%;
  height: calc(2.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #888c8c;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-block__full input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.form-block input[id*='phone'],
.form-block__input input[id*='phone'] {
  padding-left: 50px;
}

.form-block input,
.form-block textarea,
.form-block select,
.form-block__input input,
.form-block__input textarea,
.form-block__input select {
  background-color: #fff;
  color: #495057;
}

.scrollToTopBtn {
  background: var(--color-primary);
  outline: none;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 16px;
  line-height: 48px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
  padding: 0;
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}

.scrollToTopBtn:active,
.scrollToTopBtn:focus {
  outline: 0;
}

@media screen and (min-width: 992px) {
  .intro-offer__img {
    bottom: 130px !important;
  }
}

.input-wrapper .form-block__half,
.input-wrapper .form-block__full,
.input-wrapper .input-placeholder {
  position: relative;
}

.input-wrapper .form-block__half .placeholder,
.input-wrapper .form-block__full .placeholder,
.input-wrapper .input-placeholder .placeholder {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 9px;
  padding: 0 3px;
  color: #777;
  background-color: #fafafa;
  border-radius: 3px;
  /* text-transform: capitalize; */
  pointer-events: none;
}

.input-wrapper .form-block__half .placeholder.transition,
.input-wrapper .form-block__full .placeholder.transition,
.input-wrapper .input-placeholder .placeholder.transition {
  -webkit-transition: top 0.3s ease, left 0.3s ease, font-size 0.3s ease, opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: top 0.3s ease, left 0.3s ease, font-size 0.3s ease, opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  -o-transition: top 0.3s ease, left 0.3s ease, transform 0.3s ease, font-size 0.3s ease,
    opacity 0.3s ease;
  transition: top 0.3s ease, left 0.3s ease, transform 0.3s ease, font-size 0.3s ease,
    opacity 0.3s ease;
  transition: top 0.3s ease, left 0.3s ease, transform 0.3s ease, font-size 0.3s ease,
    opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.input-wrapper .form-block__half .placeholder.phone,
.input-wrapper .form-block__full .placeholder.phone,
.input-wrapper .input-placeholder .placeholder.phone {
  left: 56px;
}

.input-wrapper .form-block__full .placeholder.phone.hide,
.input-wrapper .input-placeholder .placeholder.phone.hide {
  opacity: 0;
}

.input-wrapper .form-block__half.focused .placeholder:not(.numberCard):not(.expirynew):not(.cvcnew),
.input-wrapper .form-block__full.focused .placeholder:not(.numberCard):not(.expirynew):not(.cvcnew),
.input-wrapper
  .input-placeholder.focused
  .placeholder:not(.numberCard):not(.expirynew):not(.cvcnew) {
  top: -8px;
  left: 9px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  font-size: 12px;
}

.input-wrapper .form-block__half.focused .placeholder.numberCard,
.input-wrapper .form-block__half.focused .placeholder.expirynew,
.input-wrapper .form-block__half.focused .placeholder.cvcnew,
.input-wrapper .form-block__full.focused .placeholder.numberCard,
.input-wrapper .form-block__full.focused .placeholder.expirynew,
.input-wrapper .form-block__full.focused .placeholder.cvcnew,
.input-wrapper .input-placeholder.focused .placeholder.numberCard,
.input-wrapper .input-placeholder.focused .placeholder.expirynew,
.input-wrapper .input-placeholder.focused .placeholder.cvcnew {
  opacity: 0;
}

.input-wrapper .form-block__half.child-invalid .placeholder,
.input-wrapper .form-block__full.child-invalid .placeholder,
.input-wrapper .input-placeholder.child-invalid .placeholder {
  background-color: #d96363;
  color: #fff;
}

.form-block__full .email-hint,
.form-block__half .email-hint,
.input-placeholder .email-hint {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 210px;
  background-color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: auto;
  z-index: 199;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  -o-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.form-block__full .email-hint li,
.form-block__half .email-hint li,
.input-placeholder .email-hint li {
  color: #000;
  cursor: pointer;
  padding: 10px 12px;
}

.form-block__full .email-hint li:hover,
.form-block__half .email-hint li:hover,
.input-placeholder .email-hint li:hover {
  background-color: #eee;
}

.form-block__full .email-hint li:first-of-type,
.form-block__half .email-hint li:first-of-type,
.input-placeholder .email-hint li:first-of-type {
  margin-top: 8px;
}

.form-block__full .email-hint li:last-of-type,
.form-block__half .email-hint li:last-of-type,
.input-placeholder .email-hint li:last-of-type {
  margin-bottom: 8px;
}

.form-block__full.show-hint .email-hint,
.form-block__half.show-hint .email-hint,
.input-placeholder.show-hint .email-hint {
  opacity: 1;
  visibility: visible;
}

.input-wrapper input::-webkit-input-placeholder {
  font-size: 0;
}

.input-wrapper input::-moz-placeholder {
  font-size: 0;
}

.input-wrapper input:-ms-input-placeholder {
  font-size: 0;
}

.input-wrapper input::-ms-input-placeholder {
  font-size: 0;
}

.input-wrapper input::placeholder {
  font-size: 0;
}

#userDataForm {
  z-index: 2;
  position: relative;
}

.form-block__half > i,
.form-block__full > i,
.form-block > i,
.input-placeholder > i {
  position: absolute;
  z-index: 20;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  color: #56da29;
  opacity: 0;
}

.form-block__half > i,
.form-block__full > i,
.input-placeholder > i {
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-block__half.child-valid > i,
.form-block__full.child-valid > i,
.form-block.child-valid > i,
.input-placeholder.child-valid > i {
  opacity: 1;
}

.form-block .error,
.form-block__input .error {
  border: 1px solid red !important;
  background: #d96363;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red;
  font-weight: bold;
  color: white !important;
}

.form-block .child-invalid > input {
  border: 1px solid red;
  background: #d96363;
  -webkit-box-shadow: 0 0 5px red;
  box-shadow: 0 0 5px red;
  color: #ffffff;
}

.product-img {
  width: 100%;
}
.info-button {
  margin-top: 16px;
  width: 100%;
  padding: 16px;
  background-color: black;
  border-color: black;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}
.form-step {
  width: 100%;
}
.shipping_method_title {
  font-size: 18px;
  margin-bottom: 10px;
}
.shipping_method_content ul {
  border-radius: 5px;
  border: 1px solid #d9d9d9;
}
.order_shipping_method .shipping_method_content li {
  border-top: 1px solid #d9d9d9;
  list-style-type: none;
}
.order_shipping_method .shipping_method_content li:first-child {
  border-top: none;
}
.order_radio_box {
  padding: 15px 0;
  position: relative;
}
.checkout-main .radio_label {
  height: 20px;
  padding: 0 15px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  outline: none;
}
.shipping_method_box .order_radio_box .radio_label {
  height: auto !important;
  align-items: flex-start;
}
.checkout-main .order_radio {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.checkout-main .radio_icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px #767676 inset;
  box-shadow: 0 0 0 1px #767676 inset;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-right: 10px;
  position: relative;
  flex-shrink: 0;
}
.checkout-main .order_radio:checked + span {
  -webkit-box-shadow: 0 0 0 10px #767676 inset;
  box-shadow: 0 0 0 10px #767676 inset;
}
.shipping_method_box .order_radio_box .radio_name {
  flex: 1 !important;
  max-width: 100% !important;
  white-space: normal !important;
  padding-right: 35px;
  box-sizing: border-box;
}
.order_shipping_method .shipping_method_content li .radio_name {
  white-space: nowrap;
  max-width: calc(100% - 85px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.shipping_method_box .order_radio_box .radio_t {
  position: static;
  flex-shrink: 0;
}
.final-btn {
  width: unset;
  max-width: 100%;
  display: block;
  text-align: center;
  padding: 20px;
  font-size: 16px;
  border-radius: 6px;
}
@media (hover: hover) {
  .final-btn {
    color: #fff !important;
  }
}
.hero {
  margin-bottom: 20px;
}
.hero__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: -19px;
}
.hero__product {
  max-width: 400px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.hero__pagination {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.hero__img {
  display: block;
}
.hero__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75px;
  height: auto;
}
.hero h3 {
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 15px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}
.productContainer {
  margin-top: 30px;
  max-width: 100%;
  display: flex;
  justify-content: center;
}

.productContainer img {
  max-width: 100%;
  width: 100%;
  mix-blend-mode: multiply;
}
@media (max-width: 600px) {
  .productContainer img {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.prev {
  display: block;
  width: 80px;
  border: 2px solid;
  border-radius: 2px;
  border-color: rgba(0, 0, 0, 0.17);
  margin-bottom: 10px;
  background-color: #f9f9f9;
}

.productFront {
  max-width: 100%;
}

.productBack {
  max-width: 100%;
}

.selected {
  border: 3px solid blacke3e;
  border-radius: 6px;
}

.productPreviewContainer {
  position: relative;
  z-index: 99;
  /* display: flex;
    justify-content: center; */
}

.thumbnailProduct {
  max-width: 50%;
}

.colorChoose {
  padding: 8px 5px 5px 5px;
  border: 2px solid #e5e5e5;
  margin: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

.colorChoose:hover {
  cursor: pointer;
}

.thumbs-gallery div {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 48px;
  border: 1px solid #e0e0e0;
  background-color: white;
}

.thumbs-gallery img {
  width: 100%;
  position: relative;
  display: block;
}

.bgcolorA {
  background-color: #4d4d4d;
}

.bgcolorB {
  background-color: #f1f1f1;
}

.bgcolorC {
  background-color: #fff5e0;
}

.bgcolorD {
  background-color: #23679b;
}

.product-colorB,
.product-colorC,
.product-colorD {
  display: none;
}

a.colorA .active,
a.colorB .active,
a.colorC .active,
a.colorD .active {
  border: 2px solid #b6b8c1;

  -webkit-box-shadow: 0px 1px 2px rgba(160, 160, 160, 0.5);
  -moz-box-shadow: 0px 1px 2px rgba(160, 160, 160, 0.5);
  box-shadow: 0px 1px 2px rgba(160, 160, 160, 0.5);

  background-image: url(../images/check-icn.svg);
  background-repeat: no-repeat;
  background-position: center;
}

a.colorA:hover,
a.colorB:hover,
a.colorC:hover,
a.colorD:hover,
a.colorA:focus,
a.colorB:focus,
a.colorC:focus,
a.colorD:focus {
  text-decoration: none;
}
.color-picker {
  width: 50%;
  height: 24px;
  display: block;
}
.circle {
  position: relative;
  height: 20px;
  border-radius: 2px;
  /*    display: inline-block;*/
  border: 1px solid #e5e5e5;
}

/* .chosen-item1, */
.chosen-item2,
.chosen-item3,
.chosen-item4,
.chosen-item5,
.chosen-item6,
.chosen-item7 {
  display: none;
}

div.my-selected {
  outline: none;
  border: 2px solid #b6b8c1;
}

.my-selected p {
  color: #000;
}
.header__timer {
  display: none !important;
}
@media (max-width: 1000px) {
  /* .desktop-title {
    display: none !important;
  } */

  .header__timer {
    display: flex !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
  .header__timer.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
}
