@charset "utf-8";

/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  background: #fff;
  color: #000000;
  text-align: center;
  font-family: 'Inter';
  font-weight: normal;
}

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 {
  outline: none;
  color: inherit;
  text-decoration: none;
}

img {
  border: none;
  height: auto;
}

li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

.img-full {
  max-width: 100%;
}

.clearall {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}

/*====Fonts====*/
@font-face {
  font-family: 'EB Garamond';
  src: url('EBGaramond-Bold.woff2') format('woff2'),
    url('EBGaramond-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'EB Garamond';
  src: url('EBGaramond-Medium.woff2') format('woff2'),
    url('EBGaramond-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}



/*=====MAIN CSS START=====*/
.container {
  width: 1100px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

/*====header====*/
.header {
  float: left;
  width: 100%;
  padding: 12px 0;
  border-top: 4px solid #310370;
  border-bottom: 1px solid #e3e3e3;
}

.logo {
  float: left;
  width: 182px;
}

.secure-lock {
  float: right;
  font-size: 13px;
  line-height: 13px;
  color: #000;
  text-align: left;
  letter-spacing: 0.5px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 7px;
}

.secure-lock img {
  display: inline-block;
  vertical-align: middle;
  filter: grayscale(100%);
}

.secure-lock span {
  display: inline-block;
  vertical-align: middle;
}

/*====checkout_main_section====*/
.checkout_main_section {
  float: left;
  width: 100%;
  overflow: hidden;
}

.checkout-section {
  width: 100%;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.checkout-left {
  width: 56%;
  float: left;
  position: relative;
  padding: 40px 45px 50px 0;
}

/*==================*/
.discount_strip {
  background: #feefa6;
  border-radius: 5px;
  padding: 5px 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
}

.discount_strip_text {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.3px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  column-gap: 7px;
  margin-top: 5px;
}

.discount_strip_text img {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 7px 0 0;
}

#clockdiv {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 7px;
  width: 85px;
}

#clockdiv div>span {
  text-align: center;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}

#clockdiv .smalltext {
  font-size: 13px;
  line-height: 13px;
  color: #000;
  text-align: center;
  font-weight: 500;
}

#clockdiv p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

.paypal-box {
  float: left;
  width: 100%;
  border: 1px solid #c2c2c2;
  background: #fff;
  border-radius: 8px;
  margin-top: 30px;
  text-align: center;
  padding: 0 20px 20px;
}

.paypal-box p {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  margin-top: -11px;
}

.paypal-box p span {
  background: #fff;
  position: relative;
  padding: 0 10px;
}

.paypalbtn {
  display: inline-block;
  vertical-align: top;
  height: 60px;
  padding: 11px 10px;
  background: #f7ca3e;
  color: #111;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  max-width: 475px;
  margin-top: 4px;
}

.paypalbtn img {
  margin: 0 auto 0;
  display: block;
  width: 157px;
}

.alternate-payment-opt {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 25px;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.alternate-payment-opt span {
  display: inline-block;
  padding: 0 1em;
}

.alternate-payment-opt span img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}

.alternate-payment-opt::after,
.alternate-payment-opt::before {
  content: '';
  display: inline-block;
  height: 1px;
  background: #e6e6e6;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}


.form-box {
  float: left;
  width: 100%;
}

.high-demand-strip {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  column-gap: 9px;
  width: 100%;
  background: #ecdefe;
  border-radius: 5px;
  padding: 5px 10px;
  text-align: center;
  margin: 0 auto 15px;
}

.flash-icn {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
}

.high-demand-strip-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 20px;
  color: #310370;
  font-weight: 600;
}

.high-demand-strip-text span {
  color: #f61515;
  font-weight: 700;
}

.customers-strip {
  background: #000;
}

.customers-strip .high-demand-strip-text {
  color: #fff;
}

.customers-star {
  display: inline-block;
  vertical-align: middle;
  width: 86px;
}

.customers-pictures {
  display: inline-block;
  vertical-align: middle;
  width: 98px;
  margin-top: 1px;
}

.customers-img {
  display: inline-block;
  vertical-align: middle;
  width: 85px;
}

.free-ship-strip {
  background: #bdf0ca;
  padding: 10px 10px 8px;
}

.usa-icn {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
}

.strip-tick {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
}

.discount-strip {
  background: #f9da67;
}

.saving_strip {
  background: #f7fac0;
  padding: 10px 10px 8px;
}

.strip-seal-img {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
}

.cp-contact,
.cp-prospect {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 40px;
}

.mt_0 {
  margin-top: 0 !important;
}

.form-header {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  text-align: left;
}

.frm-hdr-content {
  text-align: left;
  padding-left: 12px;
}

.slct-step {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #310370;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  flex-shrink: 0;
}

.frm-heading {
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  font-weight: bold;
}

.frm-sub-heading {
  font-size: 15px;
  line-height: 20px;
  color: #3a3a3a;
  margin-top: 5px;
}

.form_detail_box {
  float: left;
  width: 100%;
}

.form_element_row {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form_element {
  float: left;
  width: 100%;
  margin: 7px 0;
  position: relative;
}

.form_element label {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: 8px;
  left: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #bbb;
  transition: all .2s ease-in-out;
  z-index: 1;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.form_element .fl-is-active label {
  opacity: 1;
  visibility: visible;
  transform: none;
  color: #737373;
}

.frm_flds {
  font-size: 16px;
  width: 100%;
  height: 58px;
  background-color: #fff;
  outline: none;
  color: #000;
  font-family: 'Inter';
  padding: 0 15px;
  -webkit-appearance: none;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  -webkit-appearance: none;

  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.form_element .fl-is-active .frm_flds {
  padding-top: 15px;
}

.select_flds {
  background: url(../images/down-arrow.webp)#fff no-repeat center right 15px;
  background-size: 16px;
}

.flds_half {
  width: 48.5%;
}

.frm_flds::placeholder {
  color: #000;
}

.payment-flds-box .frm_flds::placeholder {
  color: #808080;
}

.frm_flds:focus {
  border: 1px solid #310370;
  box-shadow: 0 0 0 1px #310370;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.fieldToggle {
  float: left;
  text-align: left;
  cursor: pointer;
  padding-left: 30px;
  margin-top: 15px;
  position: relative;
}

.fieldToggle input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.fieldToggle input[type=checkbox]+span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 2px;
  position: relative;
}

.fieldToggle input[type=checkbox]+span {
  position: absolute;
  left: 0;
  top: 0;
}

.fieldToggle input[type=checkbox]:checked+span {
  border: 1px solid #000;
}

.fieldToggle input[type=checkbox]:checked+span:after {
  position: absolute;
  content: '';
  width: 13px;
  height: 13px;
  background: url(https://s3.amazonaws.com/subscribe-funnels-production/assets/e0035c3b-6e0c-455c-b751-84f607aa84fa/ship-check.webp) no-repeat center center;
  background-size: 13px;
  left: 2px;
  top: 3px;
}

.fieldToggle p {
  font-size: 15px;
  line-height: 20px;
  color: #000;
}

.billing_address {
  float: left;
  width: 100%;
  display: none;
  margin-top: 15px;
}

.payoptbox {
  float: left;
  width: 100%;
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 4px;
  position: relative;
  margin-top: 6px;
  overflow: hidden;
}

.payment-cards-box {
  float: left;
  width: 100%;
  background: #f6f6f6;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment-cards-box.open {
  border-bottom: 1px solid #d9d9d9;
}

.payment-cards-box p {
  float: left;
  font-weight: 500;
  color: #333333;
  font-size: 17px;
}

.payment-cards-box img {
  float: right;
}

.payment-cards-box small {
  float: right;
  margin: 5px 0 0 5px;
}

.payment-flds-box {
  float: left;
  width: 100%;
  border-top: 1px solid #d9d9d9;
  padding: 15px 20px 22px;
  background-color: #fff;
}

.lock-bg,
.help-icon {
  color: #919191;
  width: 17px;
  position: absolute;
  right: 15px;
  top: 0px;
  cursor: pointer;
}

.frm-flds.card-nme-fld {
  width: 46%;
}

.frm-flds.card-sm-fld {
  width: 25%;
  margin-left: 2%;
}

.billingtogglbtn,
.paymybtn {
  float: left;
  width: 100%;
  font-weight: 500;
  color: #333333;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
}

.paymybtn {
  float: left;
  width: 50%;
}

.billingtogglbtn input[type=radio],
.ship-label-btn input[type=radio],
.paymybtn input[type=radio] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  width: 18px;
  height: 18px;
  -webkit-box-shadow: 0 0 0 0 #000000 inset;
  box-shadow: 0 0 0 0 #000000 inset;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  outline: none;
  margin-top: -5px;
}

.billingtogglbtn input[type=radio]:checked,
.ship-label-btn input[type=radio]:checked,
.paymybtn input[type=radio]:checked {
  background: #fff;
}

.billingtogglbtn input[type=radio]:checked:after,
.ship-label-btn input[type=radio]:checked:after,
.paymybtn input[type=radio]:checked:after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000000;
  position: absolute;
  content: '';
  left: 3px;
  top: 3px;
}

.payplsvg {
  display: inline-block;
  vertical-align: middle;
}

.paypal-txt {
  float: left;
  width: 100%;
  padding: 0 12%;
  padding-bottom: 20px;
  color: #545454;
  font-size: 14px;
  line-height: 20px;
}

.term-text {
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  color: #232323;
  margin-top: 12px;
  padding-left: 20px;
  text-align: left;
  position: relative;
}

.term-text img {
  position: absolute;
  top: -3px;
  left: 0;
  width: 12px;
}

.paymybtn {
  float: left;
  width: 100%;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
}

.billingtogglbtn input[type=radio],
.ship-label-btn input[type=radio],
.paymybtn input[type=radio] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  -webkit-box-shadow: 0 0 0 0 #000 inset;
  box-shadow: 0 0 0 0 #000 inset;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #0081e4;
  background: #fff;
  border-radius: 50%;
  outline: none;
  margin-top: -3px;
  flex-shrink: 0;
}

.billingtogglbtn input[type=radio]:checked,
.ship-label-btn input[type=radio]:checked,
.paymybtn input[type=radio]:checked {
  background: #fff;
  -webkit-box-shadow: 0 0 0 0 #000 inset;
  box-shadow: 0 0 0 0 #000 inset;
  border: 1px solid #0081e4;
}

.billingtogglbtn input[type=radio]:checked:after,
.ship-label-btn input[type=radio]:checked:after,
.paymybtn input[type=radio]:checked:after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0075ff;
  position: absolute;
  content: '';
  left: 3px;
  top: 3px;
}

.payment-flds-box {
  float: left;
  width: 100%;
  background: #fff;
}

.flds_cards {
  width: 175px;
}

.lock-bg,
.help-icon {
  color: #a5a5a5;
  width: 18px;
  position: absolute;
  right: 15px;
  top: 0px;
}

.checkout_btn_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 30px;
}

.chk_btn_top {
  font-size: 15px;
  line-height: 15px;
  color: #000;
  margin-bottom: 12px;
}

.green_dot {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #34c759;
  animation: breath 1.3s infinite;
  margin: -1px 7px 0 0;
}

@keyframes breath {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.checkout_btn {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 74px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 35px;
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #00b32d;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: 'Inter';
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
  border: none;
  box-shadow: 0 3px 12px 2px rgba(118, 63, 216, 0.4);
  -webkit-box-shadow: 0 3px 12px 2px rgba(118, 63, 216, 0.4);
}

.btn_arw {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 17px;
  width: 14px;
}

.guarantee-save-chkout {
  display: block;
  max-width: 100%;
  width: 486px;
  margin: 20px auto 0;
}

.protection-row {
  float: left;
  width: 100%;
  margin-top: 25px;
  border: 2px dashed #000;
  border-radius: 10px;
  position: relative;
  padding: 20px 17px;
  cursor: pointer;
}

.offer-top {
  float: left;
  width: 100%;
  background: #fde8a0;
  padding: 10px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}

.offer-top p {
  font-size: 17px;
  line-height: 17px;
  color: #ce0404;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
}

.ofrbx-mdl {
  float: left;
  width: 100%;
  background: #fff;
  text-align: left;
  padding: 12px 0 0;
}

.ofrbx-price {
  font-size: 17px;
  line-height: 25px;
  color: #0e0e0e;
  position: relative;
  padding: 0 12px 0 40px;
}

.protection-row input[type=checkbox] {
  position: absolute;
  left: 0;
  opacity: 0;
}

.protection-row input[type=checkbox]+span {
  position: absolute;
  top: 4px;
  left: 5px;
  cursor: pointer;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #000;
  background: #fff;
  margin-top: 1px;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 0 #000000 inset;
  box-shadow: 0 0 0 0 #000000 inset;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.protection-row input[type=checkbox]:checked+span {
  background: #310370;
  border: 1px solid #310370;
}

.protection-row input[type=checkbox]:checked+span:after {
  content: '';
  position: absolute;
  width: 17px;
  height: 17px;
  left: 1px;
  top: 1px;
  background: no-repeat center center;
  background-size: 17px 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 15'%3E%3Cpolygon fill='%23fff' points='13.9,2 6.9,9.2 4.1,6.4 2,8.6 6.9,13.6 16,4.2'/%3E%3C/svg%3E");
}


/*======Checkout Right Side======*/
.checkout-right {
  width: 45%;
  float: right;
  position: relative;
  padding: 22px 0 50px 50px;
}

.checkout-right:after {
  content: "";
  width: 300%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #f9f8fd;
  z-index: -1;
}

.order_sumrybox {
  float: left;
  width: 100%;
}

.sumry-hdng {
  font-size: 22px;
  line-height: 22px;
  color: #000;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.3px;
  padding: 17px 0;
}

.sumry-hdng.active {
  background: url(../images/summary_arw_act.png) no-repeat right center;
}

.summy_details-box {
  float: left;
  width: 100%;
  border-top: 1px solid #d7d7d7;
  padding-top: 15px;
  position: relative;
}

.summy_details-box_inner {
  float: left;
  width: 100%;
  position: relative;
}

.scroll-hint {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #666561;
  padding: 8px 15px;
  border-radius: 100px;
  font-size: 14px;
  color: #fff;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 1;
  max-width: 200px;
  width: 100%;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

.scroll-hint.hidden {
  opacity: 0;
  transform: translate(-50%, 10px);
  /* Slide down when hiding */
  visibility: hidden;
}

.order_sumry_details {
  float: left;
  width: 100%;
  padding: 9px 0;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.prod-img {
  width: 80px;
  height: 80px;
  position: relative;
  background: #fff;
  display: flex;
  border: 2px solid #eaeaea;
  border-radius: 7px;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.prod-img img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.no_text {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 22px;
  height: 22px;
  background: #e5d4fb;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  font-weight: 600;
  border-radius: 50%;
  text-transform: uppercase;
}

.odr-rgt {
  padding-left: 20px;
  width: calc(100% - 80px);
}

.stickthrough {
  position: relative;
  color: #7c7c7c;
  font-size: 16px;
  line-height: 16px;
}

.stickthrough:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 11px;
  border-top: 1px solid #f00;
  transform: rotate(-12deg);
  -webkit-transform: rotate(4deg);
}

.free-prod-text {
  font-weight: 700;
  color: #218108;
  text-transform: uppercase;
  font-size: 17px;
}

.devider-cp {
  float: left;
  width: 100%;
  margin: 10px 0;
  height: 1px;
  background: #e6e6e6;
}

.cart-table {
  width: 100%;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.prod_name {
  width: 67%;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #000;
}

.prod_name span {
  font-size: 13px;
  line-height: 13px;
  color: #4a4a4a;
  font-weight: 500;
}

ul.prod_list {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

ul.prod_list li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding-left: 16px;
  margin-top: 7px;
  position: relative;
}

ul.prod_list li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #221d4c;
  border-radius: 50%;
}

.prod_sub_name {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 17px;
  font-style: italic;
  font-weight: 400;
  margin-top: 5px;
}

.prod-prc {
  font-size: 17px;
  line-height: 19px;
  font-weight: bold;
  color: #000;
}

.prod-prc-free {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #218108;
  letter-spacing: -0.5px;
}

.discount_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 470px;
  background: #fff;
  border: 1px dashed #310370;
  border-radius: 8px;
  padding: 12px 14px;
  overflow: hidden;
  margin-top: 15px;
}

.discount_inner_box {
  margin: 0 auto 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.discount_bx_left {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.off_text {
  display: inline-block;
  vertical-align: top;
  background: #310370;
  border-radius: 7px;
  font-size: 19px;
  line-height: 19px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 8px;
}

.discnt_text {
  font-size: 17px;
  line-height: 17px;
  color: #000;
  font-weight: 600;
}

.discount_bx_right {
  text-align: left;
}

.date_text {
  font-size: 23px;
  line-height: 23px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

.total-col {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.total-col .cart-table {
  margin-top: 12px;
}

.save_price {
  font-size: 18px;
  font-weight: 700;
  color: #218108;
}

.order-total-price {
  font-size: 17px;
  line-height: 22px;
  color: #000;
  font-weight: bold;
  padding: 14px 0;
  border-top: 2px solid #e7e7e7;
  border-bottom: 2px solid #e7e7e7;
  margin-top: 20px !important;
}

.deliver_text {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
  color: #a2a2a2;
  margin-top: 15px;
}

.deliver_text img {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  margin: -1px 0 0 10px;
}

.tooltips-div {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.tool-tips {
  position: absolute;
  left: -50px;
  top: -82px;
  width: 125px;
  background: #fff;
  border-radius: 5px;
  padding: 7px 5px 8px;
  font-size: 10px;
  line-height: 12px;
  color: #000;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all .6s linear;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
}

.tool-tips:before {
  content: "";
  position: absolute;
  border-top: 8px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.tooltips-div:hover .tool-tips {
  visibility: visible;
  opacity: 1;
  transition: all .2s linear;
}

.right_box_heading {
  float: left;
  width: 100%;
  font-size: 28px;
  line-height: 28px;
  color: #2f0b6d;
  font-family: 'EB Garamond';
  font-weight: bold;
  position: relative;
  margin-top: 55px;
}

.right_box_heading:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 14px;
  border-top: 1px solid #c5c5c5;
}

.right_box_heading span {
  display: inline-block;
  background: #f9f8fd;
  position: relative;
  padding: 0 15px;
}

.choose_box {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.choose_row {
  float: left;
  width: 100%;
  margin-top: 30px;
  text-align: left;
  position: relative;
  padding-left: 126px;
}

.choose_seal {
  position: absolute;
  top: 0;
  left: 0;
  width: 111px;
}

.choose_row h3 {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-weight: bold;
}

.choose_row p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-top: 7px;
}

/*=====SECTION 9=====*/
.section9 {
  float: left;
  width: 100%;
  padding: 60px 0 70px;
  background: #fff;
}

.common_sub_heading {
  font-size: 18px;
  line-height: 20px;
  color: #2f0b6d;
  font-weight: 600;
  margin-bottom: 15px;
}

.common_heading {
  font-size: 45px;
  line-height: 50px;
  color: #2f0b6d;
  font-weight: 500;
  font-family: 'EB Garamond';
}

.rating_col {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 30px;
}

.rating_col_heading {
  font-size: 40px;
  line-height: 42px;
  color: #2f0b6d;
  font-weight: 600;
}

.rating-star {
  display: block;
  margin: 10px auto 0;
  width: 164px;
}

.rating_text {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-top: 15px;
}

.testimonial_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 40px auto 0;
  overflow: hidden;
}

.testimonial_row {
  width: 100%;
  padding: 0 10px 65px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}

.testimonial_column {
  border-radius: 10px;
  border: 1px solid #c6c2d6;
  overflow: hidden;
  position: relative;
  display: -webkit-flex;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
  padding-bottom: 25px;
}

.testimonial_column__cont {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding-bottom: 0px;
}

.testimonial_column_top {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}

.testimonial_image_column {
  width: 49.5%;
  position: relative;
}

.testimonial_image {
  display: block;
  margin: 0 auto 0;
  width: 100%;
}

.testimonial_column_bottom {
  width: 100%;
  text-align: left;
  padding: 25px 15px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
}

.testimonial_star {
  display: block !important;
  width: 97px;
}

.testimonial_paragrapgh {
  color: #000000;
  font-size: 17px;
  line-height: 25px;
  margin-top: 15px;
}

.testimonial_user_box {
  width: 100%;
  margin-top: 25px;
  padding: 0 15px;

  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonial_user_name {
  font-size: 17px;
  line-height: 22px;
  color: #000000;
  font-weight: bold;
  text-align: left;
}

.testimonial_user_name span {
  font-size: 14px;
  color: #2f0b6d;
  font-weight: 400;
}

.testimonial_user_name2 span {
  color: #000;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0;
  background: #e8f5f6;
  padding: 5px 8px;
  border-radius: 4px;
}

.testimonial_tick {
  display: inline-block !important;
  vertical-align: middle;
  margin: -2px 4px 0;
  width: 13px;
}

.testi_strip {
  color: #000;
  font-size: 13px;
  line-height: 13px;
  border-radius: 5px;
  padding: 4px 10px 4px;
  background: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  left: 5px;
  text-align: center;
}

/*=====SECTION 10=====*/
.section10 {
  float: left;
  width: 100%;
  padding: 60px 0 70px;
  background: #f9f8fd;
}

.faq-box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 770px;
  margin: 25px 0 5px;
}

.up-slide-dwn {
  float: left;
  width: 100%;
  margin: 10px 0;
  padding: 0 25px;
  border: 1px solid #f9f8fa;
  border-radius: 10px;
  background: #fff;
}

.up-slide-dwn.active {
  -webkit-box-shadow: 0 0 8px 2px #e6e4ef;
  box-shadow: 0 0 8px 2px #e6e4ef;
}

.faq-row {
  float: left;
  width: 100%;
}

.accordion {
  float: left;
  width: 100%;
  text-align: left;
  background: url(../images/close.webp) no-repeat;
  background-position: 99.5% center !important;
  background-size: 20px !important;
  padding: 28px 35px 28px 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  position: relative;
  cursor: pointer;
}

.acdn-heading.accordion-open {
  background: url(../images/open.webp) no-repeat;
}

.acdn-content {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: -10px;
  padding: 15px 60px 10px 0;
  border-top: 1px solid #dddddd;
}

.acdn-para {
  font-size: 17px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 15px;
}

.faq-row:last-child {}


.common_button_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 40px;
}

.common_button_width {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 500px;
  text-align: center;
}

.common_button {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 72px;
  text-align: center;
  font-size: 22px;
  line-height: 72px;
  color: #fff;
  font-weight: bold;
  font-family: 'Inter';
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  background: #00b32d;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 6px 7px 4px rgba(0, 0, 0, .15);
  box-shadow: 0 6px 7px 4px rgba(0, 0, 0, .15);
}

.common_button img {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  margin: -3px 0 0 15px;
}

.button_stock {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 16px;
  color: #000;
  padding-left: 19px;
  position: relative;
  margin-bottom: 10px;
}

.button_stock:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #3ad300;
  animation: breath 1.3s infinite;
}

@keyframes breath {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.button_stock.button_grnty {
  margin: 15px 0 0;
  padding: 0;
}

.button_stock.button_grnty:after {
  display: none;
}

.dollar {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  margin: -2px 8px 0 0;
}

/*====Footer====*/
.footer {
  float: left;
  width: 100%;
  background: #fff;
  border-top: 1px solid #e3e3e3;
  padding: 25px 0 40px;
}

.footer-txt1 {
  font-size: 17px;
  line-height: 22px;
  color: #383838;
  margin-top: 10px;
}

.footer-txt1 a {
  color: #383838;
  padding: 0 8px;
}


.fortab,
.formob {
  display: none;
}

/*=====Media-Querry=====*/

@media only screen and (max-width:1200px) {
  .container {
    width: 1004px;
  }

}


@media only screen and (max-width:1021px) {
  .container {
    width: 600px;
  }

  .fordesk {
    display: none;
  }

  .fortab {
    display: block;
  }

  .checkout_main_section {
    padding: 20px 0 50px;
  }

  .checkout-section {
    max-width: 600px;
    flex-direction: column-reverse;
  }

  .checkout-left {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .summry-toggle-mob {
    float: left;
    width: 100%;
    padding: 15px 0;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .summry-toggle {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.5px;
  }

  .order-summary-toggle__icon {
    fill: #3c1a3f;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75em;
    margin-top: -4px;
  }

  .togle-price {
    font-size: 15px;
    line-height: 22px;
    color: #000;
    text-align: right;
    font-weight: 500;
  }

  .order-summary-toggle__dropdown {
    vertical-align: middle;
    -webkit-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out;
    fill: #3c1a3f;
    float: left;
    margin: 9px 9px 0 0;
  }

  #toggle-mob-cart.isopened {
    height: 0;
    visibility: hidden;
    overflow: hidden;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .checkout-right {
    width: 100%;
    padding: 0;
  }

  .checkout-right:after {
    display: none;
  }

  .right_box_heading span {
    background: #fff;
  }

  .section9 {
    padding: 50px 0 60px;
  }

  .common_sub_heading {
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 12px;
  }

  .common_heading {
    font-size: 43px;
    line-height: 47px;
  }

  .review_col {
    padding: 30px 25px 30px;
  }

  .testimonial_star {
    width: 82px;
  }

  .testimonial_user_name {
    font-size: 16px;
    line-height: 21px;
  }

  .testimonial_user_name span {
    font-size: 12px;
  }

  .testi_user_num {
    width: 42px;
    height: 42px;
    font-size: 17px;
    line-height: 42px;
  }

  .testimonial_paragrapgh {
    font-size: 17px;
    line-height: 24px;
  }

  .accordion {
    font-size: 17px;
    line-height: 23px;
  }

  .acdn-para {
    font-size: 16px;
    line-height: 24px;
  }

  .button_stock,
  .common_button_list li {
    font-size: 13px;
    line-height: 14px;
  }

  .button_stock:after {
    width: 8px;
    height: 8px;
  }

  .common_button_list li img {
    width: 17px;
    ,
    margin: -2px 7px 0 0;
  }

  .dollar {
    width: 14px;
  }
}


@media only screen and (max-width:767px) {
  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 600px;
    box-sizing: border-box;
  }

  .formob {
    display: block;
  }

  .hidemob {
    display: none;
  }

  .header {
    padding: 8px 0;
  }

  .logo {
    width: 120px;
  }

  .secure-lock {
    font-size: 12px;
    line-height: 13px;
    column-gap: 7px;
    margin-top: 0;
  }

  .secure-lock img {
    width: 35px;
  }

  .checkout_main_section {
    padding: 10px 0 30px;
  }

  .checkout-left {
    margin-top: 10px;
  }

  .summry-toggle-mob {
    padding: 12px 0;
  }

  .summry-toggle {
    font-size: 15px;
  }

  .summy_details-box {
    padding-top: 15px;
  }

  .order_sumry_details {
    padding: 8px 0;
  }

  .prod-img {
    width: 65px;
    height: 65px;
  }

  .prod-img img {
    width: 25px;
  }

  .odr-rgt {
    padding-left: 10px;
    width: calc(100% - 65px);
  }

  .prod_name {
    font-size: 15px;
    line-height: 19px;
    width: 66%;
  }

  .prod_sub_name {
    font-size: 12px;
    line-height: 15px;
  }

  ul.prod_list li {
    font-size: 13px;
    line-height: 15px;
    padding-left: 13px;
  }

  ul.prod_list li:before {
    top: 4px;
    width: 5px;
    height: 5px;
  }

  .prod-prc {
    font-size: 18px;
    line-height: 22px;
  }

  .stickthrough {
    font-size: 13px;
    line-height: 13px;
  }

  .stickthrough:after {
    top: 10px;
  }

  .prod-prc-free {
    font-size: 14px;
    line-height: 14px;
  }

  .discount_box {
    padding: 12px;
    margin-top: 8px;
  }

  .off_text {
    font-size: 13px;
    line-height: 13px;
    padding: 5px 8px;
  }

  .discnt_text {
    font-size: 13px;
    line-height: 13px;
  }

  .date_text {
    font-size: 17px;
    line-height: 17px;
  }

  .total-col {
    padding: 0;
    margin-top: 10px;
  }

  .cart-table {
    font-size: 14px;
    line-height: 20px;
  }

  .order-total-price {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 18px;
  }

  .deliver_text {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 12px;
    letter-spacing: -0.3px;
  }

  .tool-tips {
    left: -70px;
    top: -73px;
  }

  .tool-tips:before {
    left: 64%;
  }

  .discount_strip {
    column-gap: 8px;
  }

  .discount_strip_text {
    font-size: 13px;
    line-height: 14px;
    margin-top: 3px;
  }

  .discount_strip_text img {
    width: 15px;
    margin: -3px 8px 0 0;
  }

  #clockdiv {
    column-gap: 5px;
    width: 75px;
    margin-top: -6px;
  }

  #clockdiv div>span {
    font-size: 13px;
    line-height: 13px;
  }

  #clockdiv .smalltext {
    font-size: 10px;
    line-height: 10px;
  }

  .paypal-box p {
    font-size: 16px;
  }

  .paypal-box {
    padding: 0 12px 12px;
  }

  .paypalbtn {
    margin-top: 0;
    height: 52px;
  }

  .paypalbtn img {
    width: 128px;
  }

  .alternate-payment-opt {
    font-size: 14px;
    line-height: 18px;
  }

  .cp-contact,
  .cp-prospect {
    margin-top: 30px;
  }

  .slct-step {
    width: 35px;
    height: 35px;
  }

  .form-header {
    margin-bottom: 15px;
  }

  .frm-hdr-content {
    padding-left: 10px;
  }

  .frm-heading {
    font-size: 22px;
    line-height: 26px;
  }

  .frm-sub-heading {
    font-size: 12px;
    line-height: 18px;
  }

  .high-demand-strip {
    padding: 5px 10px;
    margin: 0 auto 14px;
  }

  .customers-star {
    width: 56px;
  }

  .customers-pictures {
    width: 73px;
  }

  .high-demand-strip-text {
    font-size: 12px;
    line-height: 20px;
  }

  .usa-icn {
    width: 22px;
  }

  .strip-seal-img {
    width: 13px;
  }

  .frm_flds {
    font-size: 15px;
    height: 50px;
    padding: 0 12px;
  }

  .fieldToggle input[type=checkbox]+span {
    width: 18px;
    height: 18px;
  }

  .fieldToggle input[type=checkbox]:checked+span:after {
    top: 1px;
  }

  .fieldToggle p {
    font-size: 14px;
    line-height: 19px;
  }

  .payment-cards-box {
    padding: 12px 10px;
  }

  .flds_cards {
    width: 155px;
  }

  .payment-flds-box {
    padding: 10px 12px 15px;
  }

  .term-text img {
    top: 1px;
  }

  .paymybtn {
    font-size: 15px;
  }

  .protection-row {
    padding: 15px 12px;
  }

  .offer-top {
    padding: 10px 10px 8px;
  }

  .offer-top img {
    width: 20px;
  }

  .offer-top p {
    font-size: 15px;
    line-height: 15px;
  }

  .protection-row input[type=checkbox]+span {
    width: 20px;
    height: 20px;
  }

  .protection-row input[type=checkbox]:checked+span:after {
    width: 15px;
    height: 15px;
  }

  .ofrbx-price {
    font-size: 15px;
    line-height: 21px;
    padding: 0 10px 0 37px;
  }

  .checkout_btn_box {
    margin-top: 25px;
  }

  .checkout_btn {
    height: 60px;
    font-size: 18px;
  }

  .btn_arw {
    margin: -2px 0 0 14px;
    width: 12px;
  }

  .chk_btn_top {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 10px;
  }

  .green_dot {
    width: 7px;
    height: 7px;
  }

  .guarantee-save-chkout {
    width: 286px;
    margin: 15px auto 0;
  }

  .right_box_heading {
    font-size: 24px;
    line-height: 24px;
    margin-top: 35px;
  }

  .choose_box {
    margin-top: 0;
  }

  .choose_row {
    margin-top: 25px;
    padding-left: 75px;
  }

  .choose_seal {
    width: 65px;
  }

  .choose_row h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .choose_row p {
    font-size: 15px;
    line-height: 22px;
  }

  .section9 {
    padding: 30px 0 35px;
  }

  .common_sub_heading {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 10px;
    position: relative;
    z-index: 5;
  }

  .common_heading {
    font-size: 36px;
    line-height: 38px;
    position: relative;
    z-index: 5;
  }

  .rating_col_heading {
    font-size: 36px;
    line-height: 36px;
  }

  .rating-star {
    width: 114px;
  }

  .rating_text {
    font-size: 12px;
    line-height: 12px;
    margin-top: 10px;
  }

  .testimonial_box {
    margin: 25px auto 0;
  }

  .testimonial_star {
    width: 68px;
  }

  .testimonial_column_bottom {
    padding: 20px 15px 0;
  }

  .testimonial_user_name {
    font-size: 14px;
    line-height: 19px;
  }

  .testimonial_user_name2 span {
    font-size: 10px;
    line-height: 12px;
    padding: 4px 5px;
  }

  .testimonial_tick {
    margin: -2px 4px 0;
    width: 10px;
  }

  .testimonial_row {
    padding: 0 0 50px;
  }

  .testimonial_paragrapgh {
    font-size: 15px;
    line-height: 21px;
  }

  .section10 {
    padding: 30px 0 35px;
  }

  .faq-box {
    margin: 20px 0 0;
  }

  .up-slide-dwn {
    margin: 5px 0;
    padding: 0 15px;
  }

  .accordion {
    background-size: 14px !important;
    padding: 15px 25px 15px 0;
    font-size: 16px;
    line-height: 24px;
  }

  .acdn-content {
    padding: 14px 10px 6px 0;
    margin-top: 0px;
  }

  .acdn-heading.accordion-open {
    padding-bottom: 16px;
  }

  .acdn-para {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
  }

  .common_button_box {
    margin-top: 30px;
    text-align: center;
  }

  .common_button_width {
    max-width: 355px;
  }

  .button_stock {
    padding-left: 15px;
  }

  .button_stock:after {
    width: 7px;
    height: 7px;
  }

  .common_button {
    height: 55px;
    font-size: 16px;
    line-height: 55px;
  }

  .common_button img {
    width: 10px;
    margin: -3px 0 0 10px;
  }

  .button_stock {
    font-size: 12px;
    line-height: 14px;
  }

  .dollar {
    width: 13px;
  }

  .footer {
    padding: 10px 0 22px;
  }

  .footer-txt1 {
    font-size: 14px;
    line-height: 19px;
    margin-top: 8px;
  }
}

@media only screen and (max-width:400px) {
  .common_heading {
    font-size: 35px;
    line-height: 37px;
  }
}

@media only screen and (max-width:375px) {
  .common_heading {
    font-size: 33px;
    line-height: 36px;
  }

  .prod_name {
    width: 67%;
  }

  .discount_strip_text {
    font-size: 12px;
  }

  .high-demand-strip-text {
    font-size: 11px;
  }

  .flds_cards {
    width: 135px;
  }

  .footer-txt1 a {
    padding: 0 6px;
  }
}


/*CSS FOR MODAL*/
#app_common_modal,
#error_handler_overlay {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  background: #333;
  background: rgba(255, 255, 255, .8);
  display: none;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch
}

#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body {
  max-width: 600px;
  -webkit-background-clip: padding-box;
  font-family: Verdana, Geneva, sans-serif;
  box-sizing: border-box;
  outline: 0
}

#error_handler_overlay .error_handler_body {
  margin: 100px auto;
  width: 95%;
  padding: 20px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box
}

#app_common_modal_close,
#error_handler_overlay_close {
  position: absolute;
  right: -10px;
  top: -10px;
  color: #FFF;
  background-color: #333;
  border: 2px solid #FFF;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  line-height: 26px;
  padding: 0;
  margin: 0
}

#app_common_modal .app_modal_body {
  margin: 100px auto;
  min-width: inherit;
  width: 95%;
  min-height: 400px;
  padding: 2.5%;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box
}

#app_common_modal .app_modal_body iframe {
  min-height: 400px;
  width: 100%;
  border: 1px solid #d5d6ef
}

.exitpop-content {
  position: fixed;
  height: 400px;
  width: 708px;
  margin: -200px 0 0 -354px;
  top: 50%;
  left: 50%;
  text-align: left;
  padding: 0;
  border: none;
  z-index: 2147483647
}

.exitpopup-overlay {
  background: rgba(0, 0, 0, .6);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483647;
  display: none
}

.exitpop-content img {
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  max-width: 100%;
  height: auto
}

.exitpop-discountbar {
  background-color: red;
  border-bottom: 4px dashed #fff;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9999;
  display: none
}

.app-load-spinner {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
  margin: auto;
  background-color: #333;
  border-radius: 100%
}

#loading-indicator::after,
#loading-indicator::before {
  box-sizing: border-box;
  left: 50%;
  position: absolute;
  top: 50%
}

.all-card-types li {
  float: left;
  margin-right: 20px
}

#loading-indicator {
  background-color: rgba(0, 0, 0, .5);
  bottom: 0;
  box-sizing: border-box;
  font-size: 1px;
  height: 100%;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2147483646
}

#loading-indicator::before {
  background: url(../images/loading.gif) center center no-repeat rgba(0, 0, 0, 0);
  content: "";
  height: 70px;
  margin-left: -35px;
  margin-top: -70px;
  width: 70px;
  z-index: 2
}

#loading-indicator::after {
  background: #fff;
  border-radius: 5px;
  color: #000;
  content: "Processing, one moment please... ";
  font-family: arial;
  font-size: 17px;
  height: 110px;
  line-height: 98px;
  margin-left: -150px;
  margin-top: -75px;
  padding-top: 35px;
  text-align: center;
  width: 300px;
  z-index: 1
}

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0)
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0
  }
}

@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0)
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0
  }
}


@media screen and (max-device-width:767px) and (orientation:landscape) {

  #app_common_modal .app_modal_body,
  #error_handler_overlay .error_handler_body {
    margin: 20px auto;
  }

  #app_common_modal .app_modal_body iframe {
    min-height: 360px;
  }
}


@media(max-device-width:767px) {
  #app_common_modal .app_modal_body {
    margin: 2% auto
  }
}

/*+++++++++++++++++++SWIPPER*/
/**
 * Swiper 8.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 1, 2022
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #000;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* CSS Mode */
.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 35%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}


.nav_row {
  position: relative;
  padding: 0 50px;
}

.nav_row .swiper-button-next,
.nav_row .swiper-button-prev {
  width: 41px;
  height: 41px;
  border: 1px solid #6b4ebb;
  border-radius: 50%;
  top: 53%;
  background: #fff;
}

.nav_row .swiper-button-next:after,
.nav_row .swiper-button-prev:after {
  font-size: 20px;
  color: #6b4ebb;
}



.mySwiper.swiper-autoheight .swiper-wrapper {
  align-items: unset;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  width: 34px;
  height: 34px;
  border: 1px solid #2f0b6d;
  border-radius: 50%;
  top: auto;
  bottom: 0;
}

.mySwiper .swiper-button-prev {
  left: 40%;
}

.mySwiper .swiper-button-next {
  right: 40%;
  left: auto !important;
}

.mySwiper .swiper-button-next:after,
.mySwiper .swiper-button-prev:after {
  font-size: 17px;
  color: #2f0b6d;
}

.mySwiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 7px;
}

.mySwiper .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #2f0b6d;
  width: 12px;
  height: 12px;
  margin: 0 6px !important;
  opacity: 1;
}

.mySwiper .swiper-pagination-bullet-active {
  background: #2f0b6d;
}


:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination,
.swiper-pagination2 {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 1;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 11px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 11px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #f1faff);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  border: 1px solid #000;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}


.swiper-pagination-bullet {
  border: 1px solid #000;
}


/*===============*/

.swiper {
  width: 100%;
}

.mainSwiper .swiper-slide {}

.mainSwiper img {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
}

.thumbSwiper {
  margin-top: 10px;
}

.thumbSwiper .swiper-slide {
  cursor: pointer;
  border-radius: 8px;
  border: 2px solid #ebd6f9;
  overflow: hidden;
}

.thumbSwiper .swiper-slide-thumb-active {
  border: 2px solid #2f0b6d;
  border-radius: 8px;
  border-color: #000;
}

.thumbSwiper img {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
}

/*===========*/
.mySwiper.swiper-autoheight .swiper-wrapper {
  align-items: unset;
}

@media only screen and (max-width:1023px) {
  .nav_row {
    padding: 0 35px;
  }

  .nav_row .swiper-button-next,
  .nav_row .swiper-button-prev {
    width: 30px;
    height: 30px;
  }

  .slide-vdo {
    height: 344px;
  }

  .slide-vdo-thumb {
    height: 47px;
  }

  .mainSwiper .swiper-slide {
    border-radius: 0;
  }

  .nav_row .swiper-button-next,
  .nav_row .swiper-button-prev {
    top: 65%;
  }

  .nav_row .swiper-button-next {
    right: 0;
  }

  .nav_row .swiper-button-prev {
    left: 0;
  }

  .nav_row .swiper-button-next:after,
  .nav_row .swiper-button-prev:after {
    font-size: 16px;
  }



  .mySwiper .swiper-button-prev {
    left: 34%;
  }

  .mySwiper .swiper-button-next {
    right: 34%;
    left: auto !important;
  }
}

@media only screen and (max-width:767px) {
  .nav_row {
    padding: 0 40px;
  }

  .nav_row .swiper-button-next {
    right: 5px;
  }

  .nav_row .swiper-button-prev {
    left: 5px;
  }

  .mySwiper .swiper-button-next,
  .mySwiper .swiper-button-prev {
    width: 30px;
    height: 30px;
    border: 1px solid #2f0b6d;
    border-radius: 50%;
    top: auto;
    bottom: 0;
  }

  .mySwiper .swiper-button-prev {
    left: 25%;
  }

  .mySwiper .swiper-button-next {
    right: 25%;
    left: auto !important;
  }

  .mySwiper .swiper-button-next:after,
  .mySwiper .swiper-button-prev:after {
    font-size: 14px;
  }

  .mySwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px !important;
  }

}