body.overflow-hidden {
  /* prevent 2 vertical scrollbars on ie and firefox when the cart is visible */
  overflow: hidden;
}


.successfull-payment {
  display: block;
  opacity: 1;
  position: fixed;
  top: 0;
  text-align: center;
  bottom: 0;
  left: 0;
  Right: 0;
  height: 350px;
  width: 100%;
  margin: auto;
  background-color: white;
  border-radius: 5px;
  z-index: 1000;
  transition: opacity 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fa-check {
  background: #00d0a0;
  margin: 15px;
  padding-top: 14px;
  font-size: 50px;
  color: #fff;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 1;
  border-radius: 50%;
  border-style: solid;
  border-color: #00a780;
  z-index: 11;
}

.payment-ok {
      background-color: #00d0a0;
      border-color: black;
      width: 15em;
}

/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to horizontally align the gallery of items */
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* --------------------------------

xheader

-------------------------------- */

#logo {
  padding-top: 0px;
  position: absolute;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

@media only screen and (max-width: 768px) {
  .container-fluid {
    padding-left: 0;
  }
}

#cd-hamburger-menu, #cd-cart-trigger {
  position: absolute;
  top: 0;
  height: 100%;
}
#cd-hamburger-menu a, #cd-cart-trigger a {
  width: 70px;
  height: 100%;
}

#cd-hamburger-menu {
  left: 0;
}
#cd-hamburger-menu a {
  background: #26292f url("../img/sideblade/cd-hamburger-menu.svg") no-repeat center center;
}
@media only screen and (min-width: 1200px) {
  #cd-hamburger-menu {
    display: none;
  }
}


#cd-header-buttons {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
}

#cd-hamburger-menu,
#cd-cart-trigger,
#cd-profile-trigger {
  position: relative;
  height: 100%;
}

#cd-hamburger-menu {
  position: absolute;
  top: 0;
  left: 0;
}

#cd-hamburger-menu a,
#cd-cart-trigger a,
#cd-profile-trigger a {
  width: 64px;
  height: 100%;
  display: block;
}

/* Cart button styles */
#cd-cart-trigger a {
  background: transparent url("../img/sideblade/cd-cart.svg") no-repeat center center;
  cursor: pointer;
}

.header-scrolled #cd-cart-trigger a {
  background: #26292f url("../img/sideblade/cd-cart.svg") no-repeat center center;
  cursor: pointer;
}

/* Profile button styles */
#cd-profile-trigger a {
  background: transparent url("../img/sideblade/cd-profile.svg") no-repeat center center;
  cursor: pointer;
}

.header-scrolled #cd-profile-trigger a {
  background: #26292f url("../img/sideblade/cd-profile.svg") no-repeat center center;
  cursor: pointer;
}

#cd-cart-counter {
  border-radius: 30px;
  padding: 0px 7px 0px 7px;
  margin-top: 14px;
  text-align: center;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  float: left;
  background: #00d0a0;
  color: #000;
  text-indent: 0;
  font-size: 14px;
  margin-left: 8px;
}
@media only screen and (min-width: 1200px) {
  #cd-cart-trigger {
    /* cart right margin on desktop */
    right: 0;
  }
  #cd-cart-trigger a {
    position: relative;
    border-left: none;
    background-color: transparent;
  }
}

#cd-cart {
  position: fixed;
  width: 90%;
  /* header height */
  padding-top: 10px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
@media only screen and (min-width: 768px) {
 #cd-cart {
    width: 350px;
  }
}
@media only screen and (min-width: 1200px) {
  #cd-cart {
    width: 600px;
    /* header height has changed */
    padding-top: 10px;
  }
}

#info-container {
  display: none;
  padding-bottom: 0.5em;
}

#button-container {
  margin-bottom: 20px;
  display: none;
}

.stripe-button-el {
  width: 100%;
  padding: 15px 24px;
  background: linear-gradient(45deg, #6772e5, #5469d4);
  border: none;
  border-radius: 12px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 0;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(103, 114, 229, 0.3);
  vertical-align: middle;
}

.stripe-button-el:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(103, 114, 229, 0.2), 0 4px 15px rgba(103, 114, 229, 0.3);
}

.stripe-button-el:hover {
  background: linear-gradient(45deg, #5469d4, #4f63d2);
  box-shadow: 0 6px 20px rgba(103, 114, 229, 0.4);
  transform: translateY(-2px);
}

#button-container .loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%), translateY(-50%);
  border: 3px solid #00d0a0;
  border-radius: 50%;
  border-top: 2px solid transparent;
  width: 24px;
  height: 24px;
  animation: spin 1s linear infinite;
}

/* Define the animation for the loading spinner */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.checkout-input, .coupon-code {
  margin: 0 0 10px 0;
  padding: 8px 15px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  color: #2c3e50;
  font-size: 14px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.checkout-input:focus, .coupon-code:focus {
  outline: none;
  border: 1px solid #00d0a0;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 3px rgba(0, 208, 160, 0.1), 0 4px 15px rgba(0, 0, 0, 0.1);
}

.checkout-input::placeholder, .coupon-code::placeholder {
  color: rgba(44, 62, 80, 0.8);
  opacity: 1;
}

.coupon-code{
  display: none;
}

#cd-cart {
  top: -100%;
  right: -100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.5s;
  border-radius: 16px 0 0 16px;
  max-height: 90%;
  z-index: 99;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#cd-cart.speed-in {
  right: 0;
  top: 72px;
  max-height: 85%;
  z-index: 2000;
}
#cd-cart > * {
  padding: 0 1em;
}
#cd-cart h2 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1em 0;
}

#cd-cart .cd-cart-items {
  padding: 0;
  margin: 0;
}
#cd-cart .cd-cart-items li {
  position: relative;
  transition: max-height 0.3s cubic-bezier(0, 0.28, 0.79, 1.14);
  opacity: 0;
  max-height: 0;
}

#cd-cart .cd-cart-items li:last-child {
  border-bottom: 1px solid #e0e6ef;
}

#cd-cart .cd-cart-items .cd-no-items {
    text-align: center;
    padding: 1em 1em;
    opacity: 1;
    height: auto;
    border-top: 1px solid #e0e6ef;
    max-height: 70px;
}

#cd-cart .cd-cart-items li.show {
  opacity: 1;
  max-height: 110px;
  padding: 0.3em 1em;
  list-style-type: none;
  border-top: 1px solid #e0e6ef;
  overflow: hidden;
}

#cd-cart .cd-cart-items li img {
  width: 53px;
  float: left;
  height: 100%;
}
#cd-cart .cd-cart-items .productinfo {
    display: inline-block;
    margin: 0 0 0 5px;
    color: #000;
    max-width: 70%;
  }

#cd-cart .cd-qty, #cd-cart .cd-price {
  color: #7c828d;
}
#cd-cart .cd-price {
  margin-top: .2em;
}
#cd-cart .cd-item-remove {
  position: absolute;
  cursor: pointer;
  right: 1em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url("../img/sideblade/cd-remove-item.svg") no-repeat center center;
}
.no-touch #cd-cart .cd-item-remove:hover {
  background-color: #e0e6ef;
}
#cd-cart .cd-cart-total {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: none;
}

#cd-cart .cd-cart-total .discount-text {
  font-weight: 600;
  text-align: center;
  color: #FF2F5F;
  margin: 0 0 5px 0;
}

#cd-cart .cd-cart-total span {
  float: right;
}

#cd-cart .cd-cart-total .expected-engagement {
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

#subprice, #discountprice,#couponprice {
  color: #777;
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#discountdescription {
  float: none !important;
  color: #FF2F5F;
  font-weight: 600;
}

#coupondescription {
  float: none !important;
  color: #FF2F5F;
  font-weight: 600;
}

/*
#total-amount {
    border-top: 1px solid black;
    padding: 15px 20px 15px 20px;
    border-bottom: 1px solid black;
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 20px 0;
}
*/

.scroll-custom {
  display: flex;
}

#subtotal-amount {
    display: none;
    border-top: 1px solid black;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}

#discount-amount {
    display: none;
    padding: 5px 20px 5px 20px;
    border-bottom: 1px solid black;
    font-size: 18px;
    margin-bottom: 0;
}

#coupon-amount {
    display: none;
    padding: 5px 20px 5px 20px;
    font-size: 18px;
    margin-bottom: 0;
}

#total-amount {
    padding: 10px 20px 10px 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid black;
    font-weight: 600;
    font-size: 18px;
}


.subpolicy{
  margin-bottom: 10px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

/* SWITCH Checkbox */
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox] {
    --active: #00d0a0;
    --active-inner: #fff;
    --focus: 2px rgba(0, 208, 160, 0.3);
    --border: #bbc1e1;
    --border-hover: #00d0a0;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 5px;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type=checkbox]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type=checkbox]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  input[type=checkbox]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type=checkbox]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type=checkbox]:disabled + label {
    cursor: not-allowed;
  }
  input[type=checkbox]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type=checkbox]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type=checkbox]:not(.switch) {
    width: 21px;
  }
  input[type=checkbox]:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type=checkbox]:not(.switch):checked {
    --o: 1;
  }
  input[type=checkbox] + label {
    font-size: 15px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
    width: 100%;
  }
  input[type=checkbox].switch {
    width: 50px;
    border-radius: 11px;
  }
  input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 24px;
  }
  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }
}

#cd-cart .cd-cart-total .highlight {
  float: none;
  color: #FF2F5F;
}

#cd-cart .cd-cart-total::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#cd-cart .checkout-btn {
  display: block;
  width: 100%;
  padding: 15px 24px;
  border-radius: 12px;
  background: linear-gradient(45deg, #00d0a0, #00b894);
  color: #FFF;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 0;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 208, 160, 0.3);
  border: none;
  cursor: pointer;
  vertical-align: middle;
}
.no-touch #cd-cart .checkout-btn:hover,
#cd-cart .checkout-btn:hover {
  background: linear-gradient(45deg, #00b894, #00a085);
  box-shadow: 0 6px 20px rgba(0, 208, 160, 0.4);
  transform: translateY(-2px);
}
#cd-cart .cd-go-to-cart {
  text-align: center;
  margin: 1em 0;
}
#cd-cart .cd-go-to-cart a {
  text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
  #cd-cart > * {
    padding: 0 1em;
  }
  #cd-cart .cd-item-remove {
    right: 2em;
  }
}

/* --------------------------------

xgallery

-------------------------------- */
#cd-gallery-items li {
  margin-bottom: 1.5em;
}
#cd-gallery-items li img {
  width: 100%;
  display: block;
  border-radius: 0.25em;
}
@media only screen and (min-width: 768px) {
  #cd-gallery-items li {
    width: 48%;
    float: left;
    margin-bottom: 2em;
    margin-right: 4%;
  }
  #cd-gallery-items li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  #cd-gallery-items li {
    width: 31%;
    float: left;
    margin-bottom: 2.5em;
    margin-right: 3.5%;
  }
  #cd-gallery-items li:nth-child(2n) {
    margin-right: 3.5%;
  }
  #cd-gallery-items li:nth-child(3n) {
    margin-right: 0;
  }
}

#cd-shadow-layer {
  position: fixed;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(67, 87, 121, 0.6);
  cursor: pointer;
  z-index: 98;
  display: none;
}
#cd-shadow-layer.is-visible {
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}

/* --------------------------------

xkeyframes

-------------------------------- */
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}