/** Shopify CDN: Minification failed

Line 259:7 Unexpected "and"

**/
.mm-ajaxcart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: opacity 0.25s ease;
}

.ct_cart_dis-main {
  display: flex;
  align-items: end;
  margin: 8px 0 0;
}

.ct_cart_dis-main .CT_parsent_off_product {
  text-transform: capitalize;
  background: linear-gradient(280.61deg, #19ae0000 13.09%, #19ae0052 113.04%);
  font-family: Lato;
  font-size: 12px;
  font-weight: 900;
  line-height: 13.31px;
  text-align: center;
  padding: 2px !important;
  background-position: left;
  color: #23990f;
  border-radius: 2px;
  display: flex !important;
  width: auto;
  font-style: normal !important;
}

.mm-ajaxcart-overlay.has--active {
  visibility: visible;
  opacity: 1;
}

/* Prevent Scroll */
html.mm-no-scroll,
body.mm-no-scroll {
  overflow: hidden !important;
  overscroll-behavior: none;
}

/* Remove Arrow Icons from quantity input */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mm-ajaxcart {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  z-index: 214748398;
  background: #fff;
  transform: translate(400px, 0);
  transition: all 0.25s ease-in-out;
  /*    overflow-y: scroll; */
  -webkit-overflow-scrolling: touch;
}

.mm-ajaxcart.has--opened {
  transform: translate(0, 0);
  transition: all 0.25s ease-in-out;
}

@media (max-width: 767px) {
  .mm-ajaxcart {
    width: 100%;
    transform: translate(100%, 0);
  }
}

.mm-ajaxcart-header {
  position: sticky;
  top: 0;
  padding: 0 13px !important;
  border-bottom: 1px solid #eee;
  background: #fff;
  width: 100%;
  left: 0;
  box-shadow: 0 4px 4px #9e9e9e1a;
  z-index: 2;
}

.template-cart .majortitle {
  font-family: Lato;
  font-size: 22px;
  font-weight: 700;
  line-height: 26.4px;
}

.template-cart .majortitle span {
  color: #D82953;
}

.mm-ajaxcart-header h1 {
  margin: 0;
  letter-spacing: 1px;
  font-size: 24px;
  line-height: 31px;
}

.mm-ajaxcart-header p {
  margin: 0;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  font-size: 24px;
  line-height: 31px;
}

.mm-ajaxcart-header .mm-ajaxcart-close {
  background: transparent;
  border: 0;
  padding: 16px 6px;
}

.mm-ajaxcart-header .mm-ajaxcart-close svg {
  stroke-width: 2px;
  width: 20px;
  height: 20px;
}

.mm-ajaxcart-items::-webkit-scrollbar {
  width: 0 !important;
}

.mm-ajaxcart-items .mm-ajaxcart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 6px;
  padding: 8px 0;
}

.mm-ajaxcart-items .mm-ajaxcart-item .ct_cart_no_add_gift {
  display: block;
  margin-top: 10px;
  box-shadow: 0 -2px 9px #00000014, 0 -4px 17px #00000026;
}

.ct_best_badge_cart {
  font-size: 8px !important;
  width: 55px !important;
  height: 14px !important;
}

.ct_sell_badge-cart {
  font-size: 8px !important;
  width: 84px !important;
  height: 19px !important;
}

.mm-ajaxcart-items .mm-ajaxcart-item-image {
  width: 150px;
  padding: 0 8px 0 0;
  flex-shrink: 0;
  position: relative;
  line-height: 0;
}

.mm-ajaxcart-items .mm-ajaxcart-item-image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

.mm-ajaxcart-items .mm-ajaxcart-item-info {
  -webkit-box-flex: 1;
  position: relative;
  width: calc(100% - 150px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mm-ajaxcart-items .mm-ajaxcart-info-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.mm-ajaxcart-items .mm-ajaxcart-info-header div {
  width: 100%;
}

.mm-ajaxcart-items .mm-ajaxcart-info-header .mm-ajaxcart-item-name a {
  color: #454545;
  transition: color .1s, border-color .1s, opacity .1s, text-decoration-color .1s;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: .05em;
}

img.cart_remove_btn {
  width: 16px;
  cursor: pointer;
  margin-top: 4px;
}

.mm-ajaxcart-item-name {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mm-ajaxcart-items .mm-ajaxcart-remove-item {
  height: 24px;
  padding: 0;
  border: 0;
  outline: 0;
  min-width: unset;
  box-shadow: unset;
  color: #c20000;
  background: transparent;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

li.ajaxcartItem .mm-ajaxcart-info-header .variant_option {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4px;
}

@media and screen (min-width: 750px) {
  .mm-ajaxcart-items .mm-ajaxcart-remove-item {
    display: block;
  }
}

.mm-ajaxcart-items .mm-ajaxcart-remove-item svg {
  height: 20px;
  width: 20px;
  margin-top: 0;
}

.mm-ajaxcart-items .mm-ajaxcart-item-price {
  margin: 0;
  text-align: left;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
}

.mm-ajaxcart-items .mm-ajaxcart-item-price .cart_compare_at-price {
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  margin-left: 0px;
  text-decoration: line-through;
  color: #888888;
}

.checkout-note {
  width: calc(100% - 20px);
  margin: 0 auto;
}

.mm-ajaxcart-items .mm-ajaxcart-info-body {
  position: relative;
  display: flex;
  flex-direction: row;
  margin: 3px 0 5px 0;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.mm-ajaxcart-items .mm-ajaxcart-item-quantity {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: 6px;
  align-items: center;
}

.mm-ajaxcart-items .mm-ajaxcart-item-quantity .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mm-ajaxcart-items .mm-ajaxcart-item-quantity input[type="number"] {
  -moz-appearance: textfield;
}

.mm-ajaxcart-items .mm-ajaxcart-item-quantity span {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #ececec;
  border-radius: 1px;
}

.mm-ajaxcart-items .mm-ajaxcart-item-quantity span svg {
  width: 100%;
  margin: 0;
  height: 100%;
}

.mm-ajaxcart-items .mm-ajaxcart-item-quantity input {
  width: 26px;
  height: 24px;
  border: 1px solid #00000033;
  border-radius: 4px;
  padding: 0;
  margin: 0 8px;
  text-align: center;
  font-size: 12px;
  outline: none;
  pointer-events: none;
}

/* .mm-ajaxcart-items .mm-ajaxcart-item-quantity {
  border: 1px solid #000;
  border-radius: 30px;
  padding: 1px 6px;
} */
.mm-ajaxcart-bottom {
  padding: 0px 10px 0px 10px;
  position: fixed;
  z-index: 2;
  bottom: 0;
  background: #fff;
  left: 0;
  width: 100%;
  box-shadow: 0 -2px 9px #00000014, 0 -4px 17px #00000026;
}

.mm-ajaxcart-button .theme-money {
  font-family: Futura, sans-serif !important;
  padding: 0 10px 0 0;
  text-align: left;
  font-size: 18px;
}

.mm-ajaxcart-bottom .mm-ajaxcart-subtotal h4 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 0;
}

.mm-ajaxcart-bottom .mm-ajaxcart-subtotal {
  opacity: 0;
}

.mm-ajaxcart-bottom .mm-ajaxcart-subtotal {
  text-align: center;
  line-height: 23px;
  margin-top: 10px;
}

.mm-ajaxcart-bottom .mm-ajaxcart-subtotal p {
  margin: 0;
}

.mm-ajaxcart-bottom .mm-ajaxcart-subtotal p:first-child {
  font-weight: 600;
}

.mm-ajaxcart-button a {
  padding: 9px 16px;
  width: 100%;
  max-width: calc(50% - 4px);
  box-sizing: border-box;
  border-radius: 100px;
  background-color: #fff;
  border-color: #D82953;
  font-style: normal;
  letter-spacing: 0 !important;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 100ms, color 100ms, border-color 100ms,
    opacity 100ms;
  display: inline-block;
  vertical-align: middle;
  height: auto;
  margin: 0;
  text-decoration: none !important;
  cursor: pointer;
  color: #D82953 !important;
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  border: 2px solid #D82953;
}

.wrap_ct_bottom_full_width a {
  padding: 14px 20px;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  box-sizing: border-box;
  letter-spacing: 0 !important;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 100ms, color 100ms, border-color 100ms,
    opacity 100ms;
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  height: auto;
  margin: 0;
  text-decoration: none !important;
  border: 1px solid #D82953 !important;
  cursor: pointer;
  min-height: 49px !important;
  border-radius: 6px;
  background: var(--CTA,
      linear-gradient(270deg,
        #e30058 7.05%,
        rgba(223, 0, 86, 0.93) 23.65%,
        rgba(218, 0, 84, 0.82) 33.57%,
        rgba(194, 0, 75, 0) 85.12%),
      #D82953) !important;
  text-align: center !important;
  font-family: Lato !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  color: #fff !important;
}

.mm-ajaxcart-button a:hover {
  color: #fff;
}

/* Empty Cart */
.mm-emptycart-content {
  text-align: center;
  padding: 16px 0;
}

.mm-emptycart-content p {
  padding: 1em 0;
  margin: 0;
}

.mm-emptycart-content .empty_cart-heading p {
  padding: 0;
  font-size: 15px;
  line-height: 19px;
  color: #7a7a7a;
}

.mm-emptycart-content .emptycart-header {
  padding: 22px 0;
  line-height: 23px;
}

/* empty cart product css */
.emptycart-collection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 38px 50px;
  gap: 1rem;
}

.emptycart-collection .empty-cart-product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.empty-cart-product .empty-cart-product-image {
  height: 94px;
  width: 94px;
  border-radius: 50%;
  overflow: hidden;
}

.empty-cart-product .empty-cart-product-image img {
  width: 94px;
  height: 94px;
  object-fit: cover;
  object-position: center;
}

.empty-cart-product .empty-product-title {
  padding-top: 8px;
  font-size: 12px;
  line-height: 16px;
}

.mm-ajaxcart-item-info .cart-personalize-wrapper {
  overflow-x: hidden;
}

.mm-ajaxcart-item-info .cart-personalize-wrapper p {
  margin: 0;
  font-size: 12px;
  line-height: normal;
}

.mm-ajaxcart-item-info .cart-personalize-wrapper {
  margin-top: 10px;
}

.cart-personalize-wrapper .personalize-heading {
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.mm-ajaxcart-item-info .cart-personalize-wrapper .personalize_textarea-text {
  max-width: 180px;
}

.mm-ajaxcart-info-header .variant_option p {
  margin: 3px 0 0;
  font-style: normal;
  white-space: unset;
  min-height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: .05em;
  text-align: left;
  color: #45454599;
}

.mm-ajaxcart-info-header .variant_option p:last-child {
  margin-bottom: 0;
}

.mm-ajaxcart-item-quantity-main {
  display: flex;
  align-items: center;
  margin-top: 6px;
}

.mm-ajaxcart-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-wrap: nowrap;
}

.mm-ajaxcart-button cart-form {
  width: 100%;
  max-width: calc(100% - 80px);
}

.mm-ajaxcart-item-price .money {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
}

.mm-ajaxcart-item .personalized_quantity {
  line-height: 23px;
}

.mm-ajaxcart-body {
  overflow-y: scroll;
  max-height: 100%;
  height: 100%;
  overflow-x: hidden;
}

.mm-ajaxcart-body::-webkit-scrollbar {
  width: 0 !important;
}

/* cart progressbar */
.discount_away {
  margin-bottom: 38px;
  padding: 0 10px;
  display: none;
}

.discount_away p {
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.discount_away .discount_away_amt {
  color: #7b64c2;
}

.discount_away p span,
.discount_away p {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: normal;
  text-align: center;
  margin: 0;
}

.discount_progress {
  display: flex;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 45px;
  padding-top: 0;
  margin: 0 10px;
}

.disc_item {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 9;
}

.disc_item p {
  margin: 0px;
  position: relative;
}

.disc_item p:before {
  content: "";
  position: absolute;
  width: 120%;
  height: 140%;
  background: #fff;
  left: -3px;
  opacity: 0.5;
}

.disc_item.active p:before {
  display: none;
}

.disc_item p.disc_icon {
  background: #fff;
  width: 35px;
  height: 35px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border: 3px solid #5c5c5c;
  border-radius: 50%;
}

.disc_item p.disc_icon img {
  max-width: 20px;
  image-rendering: -webkit-optimize-contrast;
}

.disc_item p.disc_price {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  margin: 5px auto;
}

.disc_item p.disc_short_msg {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #5c5c5c;
}

.disc_item p.disc_short_msg span {
  line-height: 1.5;
  font-size: 10px;
  display: block;
}

.discount_progress:before,
.discount_progress:after {
  content: "";
  position: absolute;
  top: 13px;
  background: #bbbbbb;
  border-radius: 30px;
  height: 8px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.discount_progress:after {
  background: #5c5c5c;
  margin: unset;
  width: 5%;
}

.discount_progress.setp1:after {
  width: 25%;
}

.discount_progress.setp2:after {
  width: 50%;
}

.discount_progress.setp3:after {
  width: 75%;
}

.discount_progress.setp4:after {
  width: 100%;
}

.dis_coupon_item {
  border: 1px dashed #c2785c;
  border-radius: 4px;
  display: none;
  align-items: center;
}

.dis_coupon_item.show_coupon {
  display: flex;
}

.dis_cop_off_wrap {
  padding: 15px 10px;
  width: 90%;
}

.dis_coupon_offer {
  margin: 0;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  align-items: center;
}

.dis_coupon_offer img {
  width: 20px;
  margin-right: 7px;
  image-rendering: -webkit-optimize-contrast;
}

.dis_cop_code_wrap {
  width: 30%;
  padding: 0px 10px;
  border-left: 1px dashed #c2785c;
  height: 100%;
}

.dis_cop_code_wrap p {
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}

.dis_cop_code_wrap p span {
  display: block;
  color: #149253;
  font-size: 14px;
}

.cly-wrap .cly-wrap-sts {
  margin: 6px 0;
  text-align: center;
  color: #646464;
}

.cly-wrap {
  padding: 0px 20px;
  margin-bottom: 24px;
}

.dis_cop_code_wrap {
  position: relative;
  cursor: pointer;
}

.dis_cop_code_wrap.active:before {
  content: "copied";
  position: absolute;
  padding: 8px 10px;
  color: #232020;
  font-size: 12px;
  top: -29px;
  transition: all 2s;
}

.product-success-msg.animated {
  animation-name: slide-up;
  animation-duration: 3.5s;
  animation-timing-function: ease-out;
  position: "fixed";
  bottom: "50px";
  padding: "20px 35px";
  background: "#e26636";
  color: "white";
  right: "50%";
  /* borderradius: "32px"; */
  transform: "translateX(50%)";
}

.mm-ajaxcart-header .mm-ajaxcart-close .feather {
  fill: transparent;
  stroke: #888888 !important;
}

@keyframes slide-up {
  0% {
    bottom: 0px;
  }

  25% {
    bottom: 20%;
  }

  75% {
    bottom: 20%;
  }

  100% {
    bottom: -100px;
  }
}

.mm-ajaxcart-items {
  margin: 0;
  /* height:100%; */
  padding: 5px 10px 0 10px;
}

@media only screen and (max-width: 749px) {}

.checkout-note .textareawrapper textarea {
  width: 100%;
  height: 70px;
  margin-bottom: 10px;
}

.mm-ajaxcart-items .mm-ajaxcart-remove-item span {
  padding-bottom: 4px;
}

@media only screen and (max-width: 550px) {
  .mm-ajaxcart-body {
    max-height: 100%;
    height: 100%;
  }

  .mm-ajaxcart-bottom {
    max-height: 307px;
  }

  .ct_sell_badge-cart {
    width: 60px !important;
    height: 14px !important;
  }
}

.wrap_ct_bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: normal;
}

.ct_wrap_snap {
  width: 50%;
  max-width: calc(50% - 4px);
}

.ct_wrap_snap .snap_emi_txt_minicart {
  max-width: 100%;
  margin: 0;
}

.ct_wrap_snap .snap_emi_txt_minicart .snap_buy_on_emi_btn {
  border-radius: 21.038px;
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  background: linear-gradient(0deg, #D82953, #D82953),
    linear-gradient(270deg,
      #e30058 7.05%,
      rgba(223, 0, 86, 0.931628) 23.65%,
      rgba(218, 0, 84, 0.82) 33.57%,
      rgba(194, 0, 75, 0) 85.12%);
}

span.theme-money-price {
  color: #000000;
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 23.73px;
  text-align: center;
}

span.theme-money-text-inner {
  font-family: Inter;
  font-size: 10px;
  font-weight: 500;
  line-height: 12.1px;
  text-align: center;
  color: #000;
  opacity: 0.6;
}

span.theme-money-price-mrp {
  color: #000000;
  opacity: 0.4;
  font-family: Lato;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  text-decoration: line-through;
  padding: 0 3px;
}

.mm-ajaxcart-button:before {
  content: "";
  width: calc(100% + 14px);
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  left: -7px;
  opacity: 0.1;
}

.mm-ajaxcart-button {
  padding: 15px 0 15px 0;
}

button.ct_snapmint_checkout, .ct_snapmint_order_btn {
  padding: 14px 20px;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  box-sizing: border-box;
  letter-spacing: 0 !important;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 100ms, color 100ms, border-color 100ms,
    opacity 100ms;
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  height: auto;
  margin: 0;
  text-decoration: none !important;
  border: 1px solid #D82953 !important;
  cursor: pointer;
  min-height: 49px !important;
  border-radius: 6px;
  background: var(--CTA,
      linear-gradient(270deg,
        #e30058 7.05%,
        rgba(223, 0, 86, 0.93) 23.65%,
        rgba(218, 0, 84, 0.82) 33.57%,
        rgba(194, 0, 75, 0) 85.12%),
      #D82953) !important;
  text-align: center !important;
  font-family: Lato !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  color: #fff !important;
}

.ct_snap_checkbox {
  width: 100%;
  margin: 5px 5px 5px 0px;
}

.snap_emi_txt_minicart {
  display: none;
}

.snap_emi_txt_minicart_widget {
  margin-bottom: 10px !important;
}

.offer_card_img_main {
  padding: 0 10px;
  margin: 15px 0 0 0;
}

.offer_card_img_main.exp_3 {
  padding: 0 0px;
  margin: 0px 0 0 0;
  line-height: 0;
}

.offer_card_img {
  width: 100%;
}

.ct_cart_pro_bottom b {
  font-weight: 800;
}

.offer_card_img_main {
  display: none;
}

.offer_card_img_main.exp_2 {
  display: block;
}

.ct_cart_sale {
  display: none;
}

.ct_cart_pro_main_main {
  display: none;
}

canvas {
  display: none !important;
}

.cart_summery {
  margin-bottom: 20px;
  padding-bottom: 10rem;
}

.cart_summery_heading {
  padding: 0 18px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: .05em;
  text-align: left;
  margin: 24px 0 12px;
}

.cart_summery_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 18px;
  margin-bottom: 8px;
}

.cart_summery_title {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: .05em;
  text-align: left;
  color: #5a5a5a;
}

.cart_summery_result {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: .05em;
  text-align: right;
  color: #454545;
}

.cart_pro_delete {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: #00000080;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: end;
}

.cart_pro_delete.active {
  display: flex;
  z-index: 99999;
}

.cart_pro_delete_inner {
  background: #fff;
  padding: 18px;
  position: relative;
}

.cart_pro_delete_close {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart_pro_delete_close svg {
  width: 100%;
  height: 100%;
  stroke: #454545;
}

.pro_delete_detils {
  display: flex;
  width: 100%;
}

.pro_delete_detils_img {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 3px;
}

.pro_delete_detils_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro_delete_detils_content {
  padding: 0 0 0 12px;
}

.pro_delete_detils_content h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: .05em;
  text-align: left;
  color: #454545;
  margin: 0 0 10px;
}

.pro_delete_detils_content p {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: .05em;
  margin: 0;
  text-align: left;
}

.pro_delete_bottom {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 24px;
}

.pro_delete_bottom button {
  border: 1px solid #000000;
  border-radius: 4px;
  width: 106px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #454545;
  font-family: Lato;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  line-height: 16.8px;
  text-align: left;
  background-color: #fff;
  width: 100%;
}

.pro_add_wishlist {
  border: 1px solid #D82953 !important;
  color: #D82953 !important;
}

.quantity_disabled {
  pointer-events: none;
}

.quantity_disabled svg path,
.quantity_svg_white svg path {
  stroke: #fff;
}

.ws-cart-items {
  display: flex;
  overflow-y: auto;
  gap: 10px;
  margin-left: 10px;
  padding-right: 8px;
}

.cart-ws-title {
  font-family: Lato;
  font-weight: 700;
  font-size: 18px;
  margin-left: 10px;
  color: #454545;
}

.ws-cart-items .ct_collection_product_box_item {
  min-width: 48%;
  margin: 0;
}

@media(min-width:750px) {
  .ws-cart-items {
    gap: 18px;
  }

  .ws-cart-items .ct_collection_product_box_item {
    min-width: 20%;
  }
}

.ws-cart-items .ct_collection_product_box_addcart {
  padding: 0;
}

.ws-cart-items .ct_hart_icon-media {
  display: none;
}

.prd-added-cart {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0;
  color: #D82953;
  text-align: center;
  height: 35px;
  min-height: 35px;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.prd-added-cart span {
  display: flex;
}

.prd-added-cart svg {
  height: 16px;
  width: 16px;
}

.cart_ed_date_main {
  padding: 10px 15px 0;
}

.cart_ed_date_shimmer {
  height: 40px;
  background: #f4f4f4;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin: 10px 14px 0px 14px;
}

.cart_ed_date_shimmer:after {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  width: 150px;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  animation: loading 1.5s infinite;
}

.cart_ed_date_shimmer_text {
  width: 50%;
  height: 20px;
  background: #e0e0e0;
  border-radius: 4px;
  margin: 10px;
}

@keyframes loading {
  0% {
    left: -150px;
  }
  100% {
    left: 100%;
  }
}

.cart_ed_date_inner {
  display: flex;
  align-items: center;
  background: #f4f4f4;
  padding: 8px;
  border-radius: 4px;
}

.cart_ed_date_inner img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

.cart_ed_date_inner p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #454545;
  margin: 0;
  padding: 0;
  position: relative;
  top: 2px;
}

.cart_ed_date_inner span {
  color: #D82953;
  font-weight: 700;
}


.Trust-mark-box-cart img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.Trust-mark-box-cart h2 {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  margin: 8px 0 4px 0;
}

.Trust-mark-box-cart span {
  font-family: Lato;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  color: #454545;
}

.Trust-mark-box-cart {
  text-align: center;
  line-height: 0;
  width: 33.33%;
}

.Trust-mark-inner-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 0 0;
}

.ct_snap_checkbox_main {
  position: relative;
}

.ct_snap_checkbox {
  width: calc(100% + 20px);
  margin: 0px 0px -1px -10px;
}

.ct_snap_checkbox label {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding: 12px 10px;
}

.ct_snap_checkbox label span {
  font-family: Lato;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-align: center;
  color: #454545;
  display: flex;
  align-items: center;
}

.ct_snap_lab span svg {
  width: 20px;
  height: 13px;
  margin-right: 8px;
}

.ct_snap_lab_secend span svg {
  width: 14px;
  height: 19px;
}

.ct_snap_lab_secend span svg {
  width: 14px;
  height: 19px;
  margin: 0 10px 0 4px;
}

.ct_snap_checkbox label input {
  accent-color: #454545;
  margin: 0;
  padding: 0;
  width: 14px;
  height: 15px;
}

.ct_snap_checkbox label input {
  margin: 0;
  padding: 0;
  width: 14px;
  height: 15px;
}

.ct_snap_lab {
  border-bottom: 0px solid #E5E5E5 !important;
}

.mm-ajaxcart-button:before {
  opacity: 0;
}

.wrap_ct_bottom .magic-native-checkout-checkbox-container,
.checkout-buttons .magic-native-checkout-checkbox-container {
  display: none;
}

.ct_checkout_btn .mm-checkout-button {

  display: none;
}

.ct_checkout_btn .ct_snapmint_checkout {
  display: block !important;
}

.cart_header_timer {
  position: relative;
  z-index: 1;
}

.cart_header_timer_text {
  font-family: Lato;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  background: #FBDEE0;
  padding: 8px 0px;
}

.cart_header_timer_minutes {
  font-weight: 800;
}

.Trust-mark-pop-up_cart {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: flex-end;
  z-index: 111112;
}

.Trust-mark-pop-up_cart.active {
  display: flex;
}

.Trust-mark-pop-body-bg_cart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 50%);
}

.Trust-mark-pop-body-main_cart {
  background-color: #fff;
  position: relative;
}

.Trust-mark-pop-body-main_cart {
  background-color: #fff;
  position: relative;
  overflow: auto;
  max-height: 55%;
  width: 100%;
  max-width: 600px;
  opacity: 0;
  transition: all 0.3s;
}

.Trust-mark-pop-up_cart.active .Trust-mark-pop-body-main_cart {
  opacity: 1;
  transition: all 0.3s;
}

.Trust-mark-pop-body-main_cart::-webkit-scrollbar-track {
  border-radius: 0.125rem;
  background-color: lightgray;
}

.Trust-mark-pop-body-main_cart::-webkit-scrollbar {
  width: 0.25rem;
  border-radius: 0.125rem;
}

.Trust-mark-pop-body-main_cart::-webkit-scrollbar-thumb {
  border-radius: 0.125rem;
  background-color: gray;
}

.Trust-mark-pop-head_cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  position: sticky;
  top: 0;
  background-color: #fff;
}

.Trust-mark-pop-head_cart img {
  width: 200px;
  height: auto;
}

.Trust-mark-pop-close_cart {
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.Trust-mark-pop-body_cart {
  padding: 0 20px;
}

.Trust-mark-pop-box_cart {
  background-color: #FFF4F5;
  margin-bottom: 12px;
  border-radius: 8px;
  text-align: center;
  padding: 12px;
}

.Trust-mark-pop-box_cart h2 {
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #454545;
  margin: 3px 0 6px 0;
}

.Trust-mark-pop-box_cart span {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #454545;
}

.Trust-mark-pop-box_cart span b {
  font-weight: 700;
}

.Trust-mark-pop-box-img_cart {
  width: 75px;
  height: auto;
}

.Trust-mark-box_cart h2 {
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  margin: 10px 0 4px 0;
  color: #454545;
}

.Trust-mark-box_cart img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.Trust-mark-box_cart {
  text-align: center;
  cursor: pointer;
  line-height: 0;
  width: 25%;
}

.Trust-mark-box_cart span {
  font-family: Lato;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  color: #454545;
}

.Trust-mark-inner_cart {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 20px;
  max-width: 900px;
  margin: 0 auto;
}

.Trust-mark-main_cart {
  background: #FFF4F5;
}

@media(max-width:750px) {
  .Trust-mark-box_cart img {
    width: 36px;
    height: 36px;
  }

  .Trust-mark-box_cart h2 {
    font-size: 12px;
    line-height: 16px;
  }

  .Trust-mark-box_cart span {
    font-size: 10px;
    line-height: 14px;
  }

  .Trust-mark-inner_cart {
    padding: 20px 10px;
    width: 100%;
    max-width: 100%;
  }

  .Trust-mark-main_cart {
    margin-bottom: 20px;
  }

  .Trust-mark-pop-up_cart {
    align-items: end;
  }

  .Trust-mark-pop-body-main_cart {
    max-height: 65%;
  }

  .Trust-mark-pop-body-main_cart {
    opacity: 1;
    transform: translateY(100%);
  }

  .Trust-mark-pop-up_cart.active .Trust-mark-pop-body-main_cart {
    opacity: 1;
    transform: translateY(0%);
  }
}

.cart_moved_wishlist {
  background: #454545;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  text-align: center;
  color: #fff;
  padding: 8px 0;
  position: relative;
  width: calc(100% + 20px);
  left: -10px;
  opacity: 1;
  display: none;
}
