@charset "utf-8";

/*/ CSS Document /*/
body {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  background: #fff;
  color: #000000;
  text-align: center;
  font-family: "Figtree";
  font-weight: 400;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
  margin: 0;
  padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}

table,
tr,
td {
  border: 0;
}

a {
    font-weight: 600;
}

a:visited{
    color:#4358FF;
}
a:hover {
    color: #100f0f;
}

.checkout-v1_payment-method a{
    font-size: 1rem;
    font-weight: 400;
    outline: none;
    color: inherit;
    text-decoration: none;
}

.checkout-v1_payment-method a:hover {

}

img {
  border: none;
  height: auto;
  max-width: 100%;
}

li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

.img-full {
  max-width: 100%;
}

.clearall {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.last-row{
    padding-bottom: 20px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ovr {
  overflow: hidden;
}

.normal {
  font-weight: normal;
}

.v1__form__field h1{
    font-weight: 600;
}

.checkout-v1__header__inner {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}

.checkout-v1__logo {
  width: 190px;
}

.checkout-v1__header-logo{
    width: 164px;
}


.header__text {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
}

.trustpilot-badge__logo {
  width: 105px;
  display: inline-block;
  vertical-align: middle;
}

.trustpilot-star {
  gap: 2px;
  display: inline-flex;
}

.trustpilot-star svg {
  width: 18px;
}

.header__title {
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
  color: white;
}

.header__title span {
  color: #e63748;
  font-weight: 600;
}

.header__subtitle {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 20px;
  color: white;
}

.header__subtitle img {
  display: inline-block;
  vertical-align: middle;
  max-height: 16px;
  max-width: 16px;
  margin: -3px 5px 0 0;
}

.checkout-v1__main__header__inner {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 40px;
}

.checkout-v1__main__inner {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
    margin-top: 26px;
}

.dodo-links{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.dodo-logo{
  max-width: 140px;
}
.dodo-text{
  padding: 8px;
  font-size: small;
  color: #5a636d;
}

.checkout-v1__main__left {
  width: 58.33333%;
  text-align: left;
  padding: 0 15px 30px 0;
  position: relative;
}

.secure-check {
  font-size: 24px;
  line-height: 30px;
}

.secure-check img {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0 0 5px;
}

.v1__form__field {
  display: grid;
  /*grid-row-gap: 12px;*/
  grid-template-columns: 1fr;
  margin: 35px 0;
}

.v1__form__input {
  display: grid;
  grid-column-gap: 15px;
  grid-template-columns: 1fr;
}

.v1__form__input--2 {
  grid-template-columns: 1fr 1fr;
}

.v1__form__input--3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.v1__input-fld {
  width: 100%;
  height: 48px;
  color: #000;
  font-size: 16px;
  background: #fff;
  text-align: left;
  border-radius: 5px;
  font-family: "Figtree";
  border: 1px solid #bdbdbd;
  font-weight: normal;
  padding: 0 15px;
  outline: none;
  -webkit-appearance: none;
  margin-top: 12px;
}

.v1__input-fld:focus {
  border: 1px solid #287cd6;
  transition: all ease 0.5s;
  box-shadow: 5px 5px 8px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 5px 8px 2px rgba(0, 0, 0, 0.1);
}

select.v1__input-fld {
  background: url(../images/old_assets/select-arw.png) no-repeat center right 10px #fff;
  padding-right: 25px;
}

.v1__input-fld.amount-input {
  background: url(../images/dollar-icon.png) no-repeat center left 10px #fff;
  background-size: 26px;
  padding-left: 45px;
}

.v1__form-label {
  font-size: 26px;
  line-height: 32px;
  font-family: "Figtree";
  font-weight: 600;
  text-align: left;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.v1__payment-label {
  margin: 25px 0;
}

.form-mail {
  position: relative;
}

.form-mail .v1__input-fld {
  padding-right: 45px;
}

.mail-info {
  position: absolute;
  right: 15px;
  top: 26px;
  cursor: pointer;
}

.mail-info img {
  display: inline-block;
  vertical-align: top;
}

.tooltip__text {
  visibility: hidden;
  font-size: 14px;
  line-height: 20px;
  min-width: 272px;
  min-height: 140px;
  background-color: #292929;
  color: #fff;
  text-align: left;
  border-radius: 5px;
  padding: 20px;
  position: absolute;
  z-index: 1;
  bottom: -55px;
  left: 120px;
  margin-left: -88px;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #000;
}

.tooltip__text:after {
  content: "";
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #292929;
  top: 50%;
  margin-top: -4px;
  left: -8px;
}

.tooltip {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.mail-info:hover .tooltip__text {
  visibility: visible;
  opacity: 1;
}

.form-cvv {
  position: relative;
}

.cvv-image {
  position: absolute;
  right: 12px;
  top: 26px;
  cursor: pointer;
}

/*----------CVV TOOLTIPS--------------*/
.cvv__tooltip {
  visibility: hidden;
  font-size: 14px;
  line-height: 20px;
  min-width: 340px;
  min-height: 164px;
  background-color: #292929;
  color: #fff;
  text-align: left;
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 40px;
  right: 0;
  margin-left: -88px;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #000;
}

.cvv__tooltip:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #292929;
  bottom: -10px;
  right: 5px;
}

.cvv-image:hover .cvv__tooltip {
  visibility: visible;
  opacity: 1;
}

.card-tooltip {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 10px;
}

.card-tooltip img {
  margin-right: 15px;
}

.card-tooltip p {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  width: calc(100% - 100px);
}

.v1__cards {
  width: 300px;
}

ul.form__tab {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  margin: 12px 0;
}

ul.form__tab li {
  width: 48%;
  position: relative;
  cursor: pointer;
}

ul.form__tab li small {
  position: absolute;
  top: -23px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}

ul.form__tab li small img {
  width: 10px;
  margin-right: 5px;
}

ul.form__tab li p {
  text-align: center;
  padding: 8px 25px;
  border-bottom: 2px solid #b2b2b2;
  background: #f2f2f2;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

ul.form__tab li.active p {
  border-bottom: 4px solid #4258ff;
  background: none;
}

.paypal-logo {
  width: 88px;
  display: inline-block;
  vertical-align: top;
}

.paypal__info {
  text-align: center;
}

.paypal__button {
  max-width: 300px;
  width: 100%;
  float: right;
  margin-top: 30px;
}

/* ------------------------------ */
.terms__box {
  padding: 0 0 0 30px;
  position: relative;
}

.terms__checkbox {
  outline: none;
  border: none;
  background: none;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 1;
  opacity: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.terms__checkbox+span {
  width: 16px;
  height: 16px;
  border: 1px solid #dedede;
  border-radius: 4px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0px;
  cursor: pointer;
}

.terms__checkbox:checked+span {
  background: url(../images/old_assets/tik-green.svg) center center no-repeat #fff;
  background-size: 90%;
  border: 1px solid #0bc86d;
}

.terms__box p {
  color: #5a636d;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
}

.terms__box p a {
  color: #2d7eff;
  font-weight: 600;
  text-decoration: underline;
}

.green-terms-holder {
  padding: 10px;
  background: #eaf6ef;
  margin: 0 auto 20px;
  font-size: 13.5px;
  line-height: 19px;
  color: #000;
  text-align: left;
}

.green-terms-holder a {
  text-decoration: underline;
  color: #000;
}

.orderform__paypal {
  background: #fcba03;
  border-radius: 31px;
  width: 100%;
  height: 50px;
  color: #fff;
  margin-bottom: 10px;
  border: none;
  outline: none;
  margin-top: 20px;
  cursor: pointer;
}
.page-header-divided-orderform__payment__separator {
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  width: 100%;
}

.page-header-divided-orderform__payment__separator:before {
  content: "";
  height: 1px;
  background-color: #2c3035;
  position: absolute;
  left: 0;
  top: 50%;
  right: 60%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-header-divided-orderform__payment__separator:after {
  content: "";
  height: 1px;
  background-color: #2c3035;
  position: absolute;
  right: 0;
  top: 50%;
  left: 60%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-header-divided-orderform__payment__separator__text{
  color: #2c3035;
  font-weight: 500;
  font-size: 16px;
}

.orderform__paypal img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: 112px;
}

.or_line {
  display: inline-block;
  width: 100%;
  margin-top: 25px;
  border-bottom: 2px solid #ddd;
  height: 2px;
}

.or_line span {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  padding: 0 15px;
  margin-top: -20px;
}

.v2__cards {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  max-width: 100%;
  width: 180px;
}

/* ----------------------------------- */
.sticky__box {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 4;
  background-color: #fff;
  padding-block: 1.5rem;
  margin-bottom: 0rem !important;
  box-shadow: 0 -12px 12px -12px rgba(0, 0, 0, 0.075);
  margin-top: 25px;
}

.sticky__box__inner {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}

.money-back__sticky {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.money-back__sticky img {
  margin: 0 10px 0 0;
}

.money-back__sticky p {
  color: #383434;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.buy__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  height: 45px;
  font-size: 18px;
  line-height: 55px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  text-transform: uppercase;
  font-family: "Figtree";
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
    background-color: #4258ff;
    border-color: #4258ff;
    min-width: 310px;
    margin-right: 0
}

.buy__button:hover {
  opacity: 0.8;
}

.orderform__guarantee {
    display: flex;
    display: -webkit-flex;
    justify-content: right;
    align-items: center;
    -webkit-align-items: center;
}

.guarantee__text {
    display: flex;
    align-items: center;
    font-size:12px;
    font-weight:400;
}

.orderform__guarantee img {
  min-width: 25px;
  margin-right: 10px;
}

/* ------------------------------- */
.checkout-v1__main__right {
  width: 41.66667%;
  padding: 0 0 30px 56px;
    text-align: right;
}
.checkout-v1_payment-method {
    border: 0;
    background-color: transparent;
    border-bottom: 4px solid #4258FF;
    text-align: center;
    padding: 5px;
    width:100%;
}

.v1__form__agreement{
    background: #f4f5fe;
    padding: 15px;
    margin-top: 15px;
    border-radius: 8px;
    color: #383434;
    font-size: 1rem;
    display: flex;
    align-items: center;
}

.v1__form__agreement a{
    padding: 0 5px 0 5px;
}

.order__info {
    width: 100% !important;
  position: relative;
  color: #383434;
  padding-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius:20px;
    box-shadow: 1px 5px 5px #E8E8E8;
}

.order__wrapper{
    padding:1.5rem;
}

.order__head {
  align-items: center;
}

.order_prod {
  width: 90px;
}

.order_prod img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.order_text{
    font-size: .975rem;
    line-height: 1.2;
}

.order_content {
  width: calc(100%);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
}

.order_preview{
    padding-bottom: 15px;
}

.order_line{
    display: flex;
    text-align: left;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top-color:rgb(232, 232, 232);
    border-top-style:dotted;
    border-top-width:1px;
}

.ord-total-price{
    font-size: 1.125rem;
}
.order__head__left {
  text-align: left;
}

.product__discount {
  padding: 6px;
  background: #f6f6f6;
  border-radius: 3px;
  margin-bottom: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  color: #2c3035;
}

.product__discount img {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  width: 14px;
}

.product__name {
  font-size: 25px;
  line-height: 30px;
  color: #2c3035;
  margin-bottom: 1px;
}

.product__sub-name {
    color: #4b5563;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.order__head__right {
  text-align: right;
}

.order__head__right h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.odr-text1 {
    color: #6b7280;
    font-size: 0.875rem;
    text-decoration: line-through;
}
.mobile__discount{
    padding-top: 10px;
}

.odr-text2 {
    color: #15803d;
    font-size: 0.875rem;
    font-weight: 500;
}

.ord-discount-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ord-discount{
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    border-radius: 9999px;
    background-color: #dcfce7;
    color: #166534;
    font-size: 0.75rem;
    font-weight: 500;
    margin-right: 10px;
}

.free_gift-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-top: 30px;
}

.free-gift-block__col {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
  margin-bottom: 20px;
  padding: 22px 25px;
  background: #ffffff;
  box-shadow: 2px 2px 10px 0 rgba(90, 99, 109, 0.15);
  border-radius: 7px;
}

.gift__column-1 {
  min-width: 24px;
}

.gift__column-1 img {
  width: 24px;
}

.gift__column-2 {
  text-align: left;
  padding-right: 15px;
}

.gift__title {
  color: #2c3035;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 4px;
  font-weight: 600;
}

sup {
  line-height: 100%;
  position: relative;
  font-size: 70%;
}

.gift__description {
  color: #5a636d;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.3px;
  font-weight: 400;
  margin-top: 3px;
}

.gift__column-3 {
  min-width: 136px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.free-badge__text {
  padding: 6px;
  background: #f6f6f6;
  border-radius: 3px;
  margin-bottom: 4px;
  display: inline-block;
  font-size: 13.75px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: 400;
  color: #2c3035;
  border-radius: 3px;
}

.free-badge__text img {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  margin: -4px 3px 0 0;
}

.order__body {
  padding: 24px;
  text-align: left;
}

.order__body h3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.order__body p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
}

.order__bottom {
  padding: 15px 20px;
}

.hr__line {
  margin: 15px 0;
  border-top: 1px solid #e8e5e5;
  width: 100%;
}

.enter-input{
    display: none;
    color: red;
    padding-top: 5px;
    align-items: center;
}

.v1__input-fld.error {
    border-color: red;
}
.v1__input-fld.error span{
    display: block;
}

.order-sum__tbl {
  width: 100%;
}

.order-sum__tbl tr td:first-child {
  text-align: left;
}

.order-sum__tbl tr td:last-child {
  text-align: right;
}

.order-sum__tbl tr th:first-child {
  text-align: left;
}

.order-sum__tbl tr th:last-child {
  text-align: right;
}

.order-sum__tbl tr td {
  font-size: 16px;
  line-height: 24px;
  padding: 3px 0;
}

.order-sum__tbl tr td span {
  color: #0bc86d;
  font-weight: 600;
}

.order-sum__tbl tr th {
  font-size: 16px;
  line-height: 24px;
}

ul.benefit__list {
  display: flex;
  display: -webkit-flex;
  margin-top: 50px;
}

ul.benefit__list li {
  width: 33.3%;
  padding: 10px 15px;
}

ul.benefit__list li p {
  font-size: 14px;
  line-height: 18px;
}

ul.benefit__list li img {
  display: block;
  margin: 0 auto 8px;
}

.orderform__awards {
    display: flex;
    justify-content: space-around;
  margin-top: 20px;
  text-align: center;
}

.award-img-text{
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 16px;
    font-size: 0.75rem;
    width: 100px;
}

.mobile-badges{
padding-bottom: 150px;
}

.orderform__awards h3 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #979797;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 600;
}

.tab-logos {
  display: block;
  margin: 0 auto;
  width: 420px;
  max-width: 100%;
}

.mobile{
    display: none;
}

.ftr-txt {
  /* position: absolute; */
  left: 0;
  bottom: 20px;
  font-size: 14px;
  line-height: 26px;
  color: #979797;
  letter-spacing: 0.5px;
  margin-top: 12px;
  text-align: center;
  margin-top: 30px;
}

.ftr-txt a {
  padding: 0 6px;
}

.mobile-total{
    display: none;
}

/*-----------------------
       MEDIA-QUERY
------------------------*/
.semi_bold {
  font-weight: 600;
}

.white_text {
  color: #fff;
}

.ovr {
  overflow: hidden;
}

.show-mob,
.show-tab {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .container {
    width: 1004px;
  }

  .checkout-v1__main__left {
    padding: 30px 40px 30px 0;
  }

  .checkout-v1__main__right {
    padding: 30px 0 30px 40px;
  }
}

@media only screen and (max-width: 1020px) {
  .page-header-divided-orderform__background-block, .checkout-v1__footer{
    display: none!important;
  }

  .container {
    width: 750px;
  }

   .ftr-txt {
       margin-top: 20px !important;
       margin-bottom: 100px !important;
   }

  .show-tab {
    display: block;
  }

  .show-desk {
    display: none;
  }

  .checkout-v1__main-section {
    padding: 0;
  }

  .checkout-v1__main__inner {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .checkout-v1__main__left,
  .checkout-v1__main__right {
    width: 100%;
    padding: 0;
  }

  .checkout-v1__main__left {
    border: none;
  }

  .tooltip__text {
    left: auto;
    right: 0;
    bottom: 30px;
  }

  .tooltip__text:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #292929;
    top: auto;
    left: auto;
    bottom: -17px;
    right: 5px;
  }

  .trust_logo-f {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem;
    justify-content: center;
    margin-top: 22px;
  }

  .ftr-txt {
    position: static;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: 600px;
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
  }

    .ord-discount {
        margin-right: -8px !important;
    }

  .show-mob {
    display: block;
  }

  .hide-mob {
    display: none;
  }

  .checkout-v1__header {
    background: #fff;

  }

  .checkout-v1__header__inner {
    justify-content: center;
    -webkit-justify-content: center;
  }

  .header__text {
    display: none;
  }

  .checkout-v1__logo {
    width: 140px;
  }

  .mobile-stepped-header-row {
    position: relative;
    margin-top: 15px;
    border-bottom: 1px solid #dedede;
  }

  .mobile-stepped-header__line {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 31px;
    height: 2px;
    background-color: #979797;
  }

  .step_list-line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 16px;
    width: 100%;
  }

  .step_list-line-col {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .step_list-line-col__middle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }

  .mobile-stepped-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-stepped-header__step-text {
    font-size: 13px;
    line-height: 13px;
    color: #979797;
    text-align: center;
    margin-bottom: 5px;
  }

  .mobile-stepped-header.active .mobile-stepped-header__step-text {
    color: #2d7eff;
  }

  .mobile-stepped-header__step-element {
    border: 2px solid #979797;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #fff;
    position: relative;
    z-index: 2;
    font-size: 13px;
    line-height: 29px;
    color: #979797;
  }

  .mobile-stepped-header.active .mobile-stepped-header__step-element {
    border-color: #2d7eff;
    color: #2d7eff;
  }

  .checkout-v1__main-section {
    padding: 0 0 30px;
  }

  .order_prod {
    width: 50px;
  }

  .order_content {
    width: calc(100% - 60px);
  }

  .product__name {
      color: #111827;
      font-size: 1.125rem;
      font-weight: 600;
      line-height: 1.25;
      margin-bottom: 0.25rem;
  }

  .product__sub-name {
    font-size: 12px;
    line-height: 13px;
    margin-top: 3px;
  }

  .product__discount {
    font-size: 12px;
    line-height: 12px;
    padding: 5px;
  }

  .product__discount img {
    margin: -2px 5px 0 0;
    width: 10px;
  }

  .odr-text1 {
    font-size: 12px;
  }

  .odr-text2 {
    font-size: 16px;
    line-height: 18px;
  }

  .order__bottom {
    padding: 15px 0 0;
  }

  .order-sum__tbl tr td {
    font-size: 14px;
    line-height: 20px;
    padding: 3px 0;
  }

  .hr__line {
    margin: 10px 0;
  }

  .order-sum__tbl tr th {
    font-size: 14px;
    line-height: 19px;
  }

  .green-terms-holder {
    font-size: 13px;
    line-height: 17px;
  }

  .terms__box p {
    font-size: 14px;
  }

  .terms__checkbox+span {
    width: 20px;
    height: 20px;
    top: 0;
  }

  .mobile__input--1 {
    grid-template-columns: 1fr;
  }

  .or_line {
    margin-top: 20px;
  }

  .v2__cards {
    margin-top: 15px;
  }

  .v1__form__field {
    margin: 15px 0 20px;
  }

  .free-gift-block__col {
    padding: 0 15px;
    box-shadow: none;
  }

  .gift__column-2 {
    padding: 0;
  }

  .gift__column-3 {
    display: none;
  }

  .tooltip__text {
    padding: 12px;
  }

  .card-tooltip {
    padding: 8px;
  }

  .buy__button {
    font-size: 16px;
    letter-spacing: 0.5px;
  }

  .ftr-txt {
    padding-top: 25px;
    border-top: 1px solid #ddd;
  }
}

.start-text{
    font-weight: 400;
    font-size: 2rem;
}

.mobile-ord-summary{
    display: none;
}

/* ------------------ custom css ---------------- */
.bottom-links {
  margin-top: 0;
  margin-bottom: 16px;
}
.bottom-links p{
  font-size: 17px;
  color: #5A636D;
}

.before-checkout{
    display: none;
}

@media screen and (max-width: 767px) {
  .checkout-v1__logo_desktop {
    display: none;
  }
  .checkout-v1__logo_mobile {
    display: block;
  }
  .before-checkout{
      display: block;
  }
  .after-checkout{
      display: none;
  }

    .dropdown-list {
        width:230px !important;
        left: -115px !important;
    }

   .ftr-txt {
       font-size: 12px !important;
       margin-top: 20px !important;
       margin-bottom: 100px !important;
   }
}

@media screen and (max-width: 390px) {
    .ftr-txt {
        font-size: 10px !important;
    }

}
@media screen and (max-width: 370px) {
  .cvv__tooltip{
    min-width: 270px;
  }
}
@media screen and (min-width: 768px) {
  .checkout-v1__logo_desktop {
    display: block;
  }

  .checkout-v1__logo_mobile {
    display: none;
  }
}

@media screen and (max-width: 1020px) {
    .grid-x.align-middle{
        display: none;
    }

    .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden{
        display: none;
    }

    .noexirpop.paymentform.form .start-text {
        display: none;
    }

    .order__info{
        display: none;
    }

    .checkout-v1__header {
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
    }


    .finalise-order{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: white;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        padding: 16px 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        z-index: 1000;
    }

    .mobile-total{
        display: flex;
        justify-content: space-between;
    }

    .mobile-ord-summary {
        align-items: center;
        display: block;
        width: 100%;
        border-radius: 14px;
        padding: .62rem .9rem 14px .9rem;
        margin-top: .5rem;
        box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.06), 4px 4px 12px 0px rgba(0, 0, 0, 0.12);
    }

    .first-summary{
        display: block;
    }

    .title-show{
        display: flex;
        justify-content: space-between;
    }

    .title-summary{
        font-size: 1.125rem;
        font-weight: 600;
    }

    .title-product{
        display: flex;
        justify-content: flex-start;
        font-size: .75rem;
        font-weight: 600;
        padding-top: 5px;
    }

     h1 {
        font-size: 1.45rem !important;
    }

     .ord-summary{
         font-size: 0.75rem;
     }

     .ord-summary:visited{
         color: black;
     }

     .order__wrapper{
         padding: 24px 24px 16px;
         display: flex;
         justify-content: space-between;
         align-items: flex-start;
         border-bottom: 1px solid #ddd;
     }

     .order__wrapper strong{
         font-size: 0.85rem;
         padding-bottom: 5px;
     }

     .order__wrapper p{
         font-size: 0.75rem;
     }

     .order__inner-wrapper-left{
         display: grid;
         width: 75%;
         justify-items: start;
         text-align: left;
     }

    .order__inner-wrapper-right{
        display: grid;
        justify-items: right;
        text-align: right;
    }

     .order__wrapper-last{
         padding: 24px 24px 16px;
         display: flex;
         justify-content: space-between;
         font-size: 0.8rem;
         line-height: 1.5;
     }

     .order__inner-wrapper-right strong{
         width: 100%;
         display: flex;
         justify-content: end;
         border-bottom: 2px dotted #ddd;
     }

    .order__inner-wrapper-right p{
        padding-top: 5px;
        text-align: right;
        width: 100%;
        font-size: 0.8rem;
        color: #15bc94;
    }

    .order__description{
        font-size: 0.8rem;
        padding: 24px 24px 16px;
        border-bottom: 1px solid #ddd;
        display: grid;
        justify-items: start;
    }

    .order__description p{
        padding-top: 10px;
        text-align: start;
        line-height: 1.8;
    }

    #checkbox {
        /* Remove default styles */
        display: block;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;

        /* Basic box styling */
        width: 20px;
        height: 20px;
        border: 2px solid blue;
        border-radius: 4px;
        cursor: pointer;
        position: relative;
    }

    /* Create the checkmark */
    #checkbox:checked::after {
        content: "";
        position: absolute;
        left: 5px;
        top: 1px;
        width: 6px;
        height: 12px;
        border: solid blue;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

}

@media screen and (max-width: 768px) {
    .container {
        max-width: 760px;
    }

    .selected-country span{
        display: none;
    }

    .country-dropdown{
        width: 108px !important;
    }

    .mobile.v1__form__agreement{
        display: flex;
        align-items: center;
    }

    .mobile.v1__form__agreement span{
        padding-left: 10px;
    }

    .mobile.v1__form__agreement a{
        padding: 0 5px 0 5px;
    }

    .v1__form__agreement{
        display: none;
    }
}

.page-header-divided-orderform__background-block {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
}

.page-header-divided-orderform__background-block__left-side, .page-header-divided-orderform__background-block__right-side {
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.page-header-divided-orderform__background-block__left-side {
  left: 0;
}

.page-header-divided-orderform__background-block__right-side {
  right: 0;
  border-left: rgba(90, 99, 109, .1) solid 1px;
}

.checkout_bg{
  position: relative;
}

.cardsImage{
    max-width: 80%;
}

.ftr-txt {
  font-size: 14px;
  line-height: 26px;
  color: #979797;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 45px;
}

.ftr-txt a{
    outline: none;
    color: inherit;
    text-decoration: none;
}

.zipForm{
    position: relative;
}

.checkout-v1__footer{
  padding: 0 48px 32px;
  margin: 32px auto 0;
  max-width: 1440px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.footer-links{
  float: left;
}
.wrapper__footer{
  width: 100%;
  flex: 0 0 auto;
}

.trustpilot-badge__logo-white #Fill-1 {
  fill: #FFFFFF; /* Replace with your desired color */
}

.trustpilot-badge__logo svg{
  width: unset;
  height: unset;
}

.country-dropdown {
    position: relative;
    width: 260px;
}
.selected-country {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    padding: 8px 12px;
    /*cursor: pointer;*/
    background: #fff;
}
.selected-country img {
    width: 2rem;
    height: 2rem;
    margin-right: 8px;
    border-radius: 3px;
}
.dropdown-list {
    width: 300px;
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    max-height: 340px;
    overflow-y: auto;
    display: none;
    z-index: 10;
}
.dropdown-list.show {
    display: block;
}
.search-box {
    width: 100%;
    padding: 8px;
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
}
.country-option {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    cursor: pointer;
}

.country-option.show{
    display:flex;
}
.country-option:hover {
    background: #f5f5f5;
}
.country-option img {
    width: 24px;
    height: 16px;
    margin-right: 10px;
    border-radius: 3px;
}

.country-dropdown-right{
    display: flex;
    justify-content: flex-end;
}
.fa.fa-caret-down{
    margin-left: 10px;
}

.swiper.mySwiper{
    margin-top: 70px;
    margin-bottom: 55px;
    display: flex;
    align-items: center;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: 900 !important;
    color: lightgray;
}

.swiper-slide-images{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-height: 100px;
}

.swiper-slide-images img {
    object-fit: contain;
}

.flex-column {
    flex-direction: column !important;
}