@import url('https://fonts.googleapis.com/css2?family=Space+Mono:wght@700&display=swap');
/*.offcanvas-wrapper{ background-color: #FCFEFF !important; }*/
.cart-product-details-mobile{ display:none; }
.shopping-cart-header{
  width:100%;
  padding-top: 40px;
}
.mobile-only{ display:none; }
.mobile-grey-line{ border: 1px solid #E3E9ED; border-radius: 204px; padding:4px; }
.clear-mobile{ display:none !important; }
.sku-mobile{ display:none; color:#9DA9B9; font-size: 10px; text-align:center; }
.sku {color:#9DA9B9 !important; font-size: 12px !important; display:block;}
.mobile-qt{ border: 1px solid #E3E9ED; border-radius: 204px; background-color:none; padding: 0.5em 1.5em 0.5em 1em; display: inline-block;}
.shopping-cart-header h1{
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  align-items: center;
  letter-spacing: -0.02em;
  color: #000000;
  padding-bottom:0px;
  float:left;
}
.opp-separator{
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  color: #9DA9B9;
  letter-spacing: -0.02em;
}
.shopping-cart-header a{
  float:right;
}
.shopping-cart-clear{
  border: 1px solid #9DA9B9;
  box-sizing: border-box;
  width:182px;
  height:34px;
  border-radius: 50px;
  font-size: 14px;
  line-height: 34px;
  align-items: center;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  display: inline-block;
  color: #9DA9B9;
  background-color:transparent;
  float:right;
  cursor:pointer !important;
}
.mobile_total_products{
  float:right;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 13px;
  text-align: right;
  letter-spacing: -0.02em;
  color: #9DA9B9;
  margin-top:5px;
}

.shopping-cart {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.shopping-cart-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  padding: 40px 0px 20px 0px;
  padding-left:0px;
  letter-spacing: -0.02em;
}

.cart-item {
  background: #FFFFFF;
  border-radius: 2px;
  margin-bottom:6px;
  padding: 20px 25px;
  height: 170px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);

  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
}
.cart-item.come_forward_over_other_cart_items{
  z-index: 20;
}
.cart-item .cart-item-inner-wrap{
  width:100%;
  display:flex;
  align-items: center;
  position: relative;
}
.cart-product-price del{ color: #9DA9B9; font-weight:normal; }
.cart-product-price-m del{ color: #9DA9B9; font-weight:normal; }
.cart-product-image { float: left; width: 15%; }
.cart-product-details { float: left; width: 51%; }
.cart-total-price { float: left; width: 20%; display: flex; align-items: center; margin-left:10px; text-align:center; }
.cart-quantity { float: left; width: 12%; }
.cart-quantity form{
  margin-bottom: 0;
}
.cart-del-button { float: left; width: 2%; text-align: right; }

.cart-product-image img {
  width:120px;
}

.cart-product-name{
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #000000;
}

.cart-product-name a{
  color: #000000;
}

/* Product Description */
.cart-product-details .cart-product-details-small-text{
  display: block;
  font-size: 14px;
  color: #43484D;
  font-weight: 400;
}

.cart-del-button{
  display: flex;
  align-items: center;
  text-align: center;
}

.cart-del-button a{
  color: #000000;
  font-size: 18px;
}

/* Product Quantity */
.cart-quantity {
  display: flex;
  align-items: center;
  text-align: center;
}
.cart-quantity input {
  -webkit-appearance: none;
  border: none;
  text-align: center;
  border: 1px solid #CBCCD2;
  box-sizing: border-box;
  width:60px;
  height:40px;
  float:left;
}

.cart-quantity button {
  border: none; background-color:transparent;
}
.minus-btn {
  border:none;
  margin-top: 3px;
  cursor:pointer;
}
.plus-btn {
  border:none;
  margin-top: 3px;
  cursor:pointer;
}
button:focus,
input:focus {
  outline:0;
}

/* Total Price */
.cart-product-price {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  align-items: center;
  text-align: center;
  letter-spacing: -0.02em;
  color: #000000;
  width:100%;

}
.cart-product-price.cart-product-price-offer{
  color: #1E8E20;
  letter-spacing: -0.03em;
}

/* Mobile stuff */
.cart-mobile-delete{
  float:right;
}

.cart-mobile-delete a{
  color:#9DA9B9;
  font-size:18px;
}


.cart-mobile-detail{
  width:80%;
  float:left;
}

.cart-mobile-detail a{
  font-size: 16px;
  line-height: 25px;
  display: flex;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #000000;
}

.cart-mobile-quantity{
  width:60%;
  float:left;
}
.cart-mobile-quantity input{
  text-align:center;
}
.cart-mobile-price{
  width:40%;
  float:right;
  text-align:right;
}

.cart-product-price-m{
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
  color: #000000;
  letter-spacing: -0.02em;
}

.cart-product-price-m.cart-product-price-m-offer{
  color: #1E8E20;
}

/* Checkout and cuppon info */
.shopping-cart-checkout{
 background: #FFFFFF;
 border-radius: 2px;
 box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.03);
 padding:20px;
}

.checkout-btn{
  background: #96C950;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  box-shadow: 0px 3px 30px rgba(82, 82, 82, 0.15);
  border-radius: 50px;
  font-size: 15px;
  color:#FFFFFF;
  padding:10px;
  text-transform: uppercase;
  text-shadow: 0px 1px 3px rgba(82, 82, 82, 0.2);
  display: inline-block;
  margin-top:5px;
}
.checkout-btn:hover{ color:#FFFFFF; }
.final-price{
  font-size:20px;

}

.coupon-form{ padding:0px !important; margin:0px; }
.CartVoucher{ float:left; width:50%; }
.cartTotalPrice{ float:left; margin-top:10px; }
.cartCheckout{ float:right; }
.cart-pname{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color:#000000;
}
.cart-price{
font-weight: 600;
font-size: 20px;
line-height: 30px;
letter-spacing: -0.02em;
}
/* Responsive */
@media (max-width: 800px) {
  .productqty{ width:20px;}
  .clear-desktop{
    display:none;
  }
  .clear-mobile{
    display:block !important;
  }

  .shopping-cart-clear{
    width:100%;
    height:44px;
    line-height: 44px;
    margin-bottom:20px;
  }

  .cart-mobile-quantity input{
    text-align:center;
    border:none;

  }
  .shopping-cart {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .shopping-cart-header{
    text-align: center;
    width:100%;
    padding-top:24px;
  }

  .shopping-cart-title{
    text-align:center;
    color: #9DA9B9;
    padding:6px 0px 10px 0px;
    text-transform:uppercase;
    font-size:13px;
  }
  .cart-item {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 15px;
  }
  .cart-product-image{
    width:30%;
  }
  .cart-product-image img {
    width:100%;
  }
  .image,
  .cart-quantity,
  .cart-product-details {
    width: 70%;
    text-align: center;
    margin: 6px 0;
    padding-top:0px;
  }
  .cart-product-name{
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
  }

  .cart-del-button{ display:none; }

  .cart-product-details-mobile{
    width:70%;

  }
  .cart-product-details{ display:none; }
  .cart-quantity{ display:none; }
  .cart-total-price{ display:none; }
  .cart-product-details-mobile{ display:block; }
  .sku-mobile{ display:block; }
  .shopping-cart-checkout{ background-color:transparent; box-shadow:none; margin-top:50px; }
  .CartVoucher{ float:none; width:100%; background: #FFFFFF !important; }
  .cartTotalPrice{ width:100%; text-align:center; margin-top:10px; }
  .cartCheckout{ width:100%; text-align:center; margin-top:20px; }
  .checkout-btn{ width:100%; margin-top:10px; }
  .mobile-only{ display:block; }
}


.cart-item-footer {
  background: #ffffff;
  border-radius: 2px;
  margin-bottom: 6px;
  padding: 20px 20px;
  height: 170px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  margin-top: 10px;
}
@media(max-width:767px){
  .cart-item-footer{
    border-radius:0;
    height:auto;
    position: relative;
    left:-16px;
    width:calc(100% + 32px);
  }
}
@media (max-width:767px) {
  .coupon-wrapper {
    width: 100%;
  }
}
@media (min-width:768px) {
  .cart-item-footer .coupon-wrapper {
    float: left;
    width: 66%;
  }
}


.cart-item-footer .total-wrapper {
  display: flex;
  align-items: center;
  text-align: center;
  width: 21%;
  min-width: 180px;
  align-self: flex-start;
  height: 44px;
}

.cart-item-footer .cart-price {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #000000;
}

.cart-item-footer .sub-total {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: #000;
  margin-right: 5px;
}

.cart-item-footer .submit-button {
  float: right;
  width: 16%;
  min-width:150px;
  display: flex;
  align-items: center;
  align-self: flex-start;
}

.cart-item-footer .submit-button > .btn {
  background-color: #96c950;
  width: 100%;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  /* Shadow/Header */
  box-shadow: 0px 3px 30px rgba(82, 82, 82, 0.15);
  border-radius: 50px;
}

.cart-item-footer #coupon-input {
  height: 44px;
  max-width: 100%;
  background: #ffffff;
  border: 1px solid #D4D4D4;
  box-sizing: border-box;
  border-radius: 500px;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #878A8F;
  padding-left: 16px;
  padding-bottom: 0;
}

@media(min-width:768px){
  .cart-item-footer #coupon-input {
    margin-left: 10px;
    width: 360px;
  }
}
@media(max-width:767px){
  .cart-item-footer #coupon-input {
    width: 100%;
    margin: 0;
    padding-left:45px;
  }
}

.cart-item-footer #coupon-input::placeholder {
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #878A8F;
}

.cart-item-footer .coupon-tag-icon {
  background: url("/img/tag.svg") no-repeat center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 11px;
  padding: 0px;
}
@media (max-width:767px) {
  .cart-item-footer .coupon-tag-icon{
    left:20px;
  }
}

.cart-item-footer .coupon-next-icon {
  background: url("/img/next.svg") no-repeat center;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 0;
  padding: 22px 24px;
  cursor: pointer;
}
@media(max-width:767px){
  .cart-item-footer .coupon-next-icon {
    right:0;
  }
}

.cart-item-footer .coupon-retry-icon {
  background: url("/img/retry.svg") no-repeat center;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 0;
  padding: 22px 24px;
  cursor: pointer;
}

.cart-item-footer .coupon-arrow-icon {
  background: url("/img/arrow-right-grey.svg") no-repeat center;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 23px;
  top: 11px;
  cursor: pointer;
}

.cart-item-footer .coupon-next-icon,
.cart-item-footer .coupon-retry-icon,
.cart-item-footer .coupon-form.input-focus .coupon-tag-icon,
.cart-item-footer .coupon-form.input-error .coupon-tag-icon,
.cart-item-footer .coupon-form .invalid-code,
.cart-item-footer .coupon-form.input-error .coupon-next-icon {
  display: none;
}

.cart-item-footer .coupon-form.input-focus #coupon-input,
.cart-item-footer .coupon-form.input-error #coupon-input {
  padding-left: 18px;
}

.cart-item-footer .coupon-form.input-focus .coupon-next-icon {
  display: inline-block;
}

.cart-item-footer .coupon-form.input-error #coupon-input {
  border: 2px solid #d04137;
  color: #d04137;
  text-transform: none;
}

.cart-item-footer .coupon-form.input-error .coupon-retry-icon,
.cart-item-footer .coupon-form.input-error .invalid-code {
  display: block;
}

.cart-item-footer .coupon-form.input-error .invalid-code {
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #d04137;
  margin-top: 10px;
  margin-left: 30px;
  width: 320px;
}
@media(max-width:767px){
  .cart-item-footer .coupon-form.input-error .invalid-code{
    padding:0 16px;
    margin-left:0;
    width:100%;
    text-align:center;

  }
}

.cart-item-footer .coupon-form.input-error #coupon-input::placeholder {
  color: #d04137;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
}

.cart-item-footer .coupon-form.input-focus #coupon-input {
  border: 1px solid #e3e9ed;
}

.coupon-modal-wrapper {
  display: none;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 10001;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.5s ease-in-out;
}
.coupon-modal-wrapper.scrollable{
  overflow-y:scroll;
}

.coupon-removed-panel,
.coupon-details-panel {
  display: none;
  position: relative;
  z-index: 10001;
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  width: 540px;
  margin: 0 auto;
}

.coupon-details-panel .coupon-details-panel-inner-wrap{
  padding: 60px;
}
.coupon-removed-panel .coupon-details-panel-inner-wrap{
  padding: 60px 60px 0 60px;
}
.coupon-modal-wrapper.active {
  display: flex;
}
.coupon-modal-wrapper.active.scrollable {
  display: block;
}
.coupon-modal-wrapper.active .coupon-removed-panel,
.coupon-modal-wrapper.active .coupon-details-panel {
  display: block;
}

.discount-icon {
  background: url("/img/discount-green.svg") no-repeat center;
}

.coupon-removed-panel .discount-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto;
}

.coupon-details-panel .discount-icon {
  width: 24px;
  height: 24px;
  background-size: 100%;
}

.coupon-modal-wrapper .close-icon {
  background: url("/img/x-close-circle-gray.svg") no-repeat center;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  box-sizing: content-box;
  cursor: pointer;
}

.coupon-removed-panel .text {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #000000;
  margin: 30px auto;
}

.coupon-removed-panel .button-wrapper {
  text-align: center;
  padding-bottom:40px;
}

.coupon-modal-wrapper .button-wrapper > button {
  border: 1px solid #9da9b9;
  box-sizing: border-box;
  box-shadow: 0px 3px 30px rgba(82, 82, 82, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #9da9b9;
  margin: 0 auto;
  box-shadow: none;
}

.coupon-details-panel {
  width: 720px;
}
.button-wrapper{
  padding:0 60px;
  position: relative;
}
.coupon-details-panel .button-wrapper{
  display: none;
}
.coupon-details-panel .button-wrapper button{
  width:100%;
}

.coupon-details-panel .title-wrapper {
  margin-bottom: 40px;
  align-items: center;
  display: flex;
}

.coupon-details-panel .discount-icon {
  line-height: 30px;
}

.coupon-details-panel .title {
  margin-left: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #000000;
}

.coupon-details-panel .disclamer {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #9da9b9;
}

.coupon-details-panel .desktop-row-template {
  /*display: none;*/
}

.coupon-details-panel .table,
.coupon-details-panel .table-mobile {
  margin-top: 40px;
  margin-bottom: 20px;
}

.coupon-details-panel .table-mobile {
  margin-bottom: 30px;
}

.coupon-details-panel .table th,
.coupon-details-panel .table thead th,
.coupon-details-panel .table-mobile .th {
  border-top: 0;
  padding: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #9da9b9;
  text-transform: uppercase;
  border-bottom: 1px solid #e3e9ed;
  text-align: center;
}

.coupon-details-panel .table tr,
.coupon-details-panel .table tbody tr {
  border-bottom: 1px solid #e3e9ed;
}

.coupon-details-panel .table td:first-child,
.coupon-details-panel .table thead th:first-child {
  text-align: left;
}

.coupon-details-panel .table td,
.coupon-details-panel .table tbody td,
.coupon-details-panel .table-mobile .td {
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #525252;
  padding: 15px 0;
  text-align: center;
  vertical-align: middle;
}

.coupon-details-panel .table td:first-child,
.coupon-details-panel .table tbody td:first-child {
  text-align: left;
  font-size: 16px;
  width: 50%;
}

.coupon-details-panel .product-weight {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.coupon-details-panel .product-discount-percent {
  font-weight: 500;
  color: #9da9b9;
}

.coupon-details-panel .product-final {
  color: #1e8e20;
}

.coupon-details-panel .table-mobile .tr {
  border: 1px solid #e3e9ed;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 10px;
}

.coupon-details-panel .table-mobile .product-title-wrapper {
  padding: 15px 20px;
}

.coupon-details-panel .table-mobile .product-details-wrapper {
  background: rgba(227, 233, 237, 0.2);
  border-radius: 0px 0px 4px 4px;
  padding: 10px 20px;
}

.coupon-details-panel .table-mobile .product-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: #1e8e20;
}

.coupon-details-panel .table-mobile .product-weight {
  font-size: 13px;
  line-height: 16px;
}

.coupon-details-panel .table-mobile .th {
  border-bottom: 0;
  font-size: 11px;
  line-height: 150%;
  text-align: left;
}

.coupon-details-panel .table-mobile .td {
  padding: 0;
  text-align: left;
}

.coupon-applied-row {
  /* display: none; */
}

.coupon-applied-row .cart-product-image .img {
  width: 120px;
  height: 120px;
  background: rgba(150, 201, 80, 0.1);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.coupon-applied-row .cart-product-image .discount-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
}

.coupon-applied-row .cart-quantity > div {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: #525252;
  padding-left: 45px;
}

.coupon-applied-row .discount-info {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #1e8e20;
}

.discount-voucher-info {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: red;
}

.coupon-applied-row .info-icon {
  background: url("/img/info-icon-gray.svg") no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
}

.coupon-applied-row .view-details {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: #525252;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
@media(max-width:724px){
  .coupon-details-panel .coupon-details-panel-inner-wrap{
      padding: 40px 10px 0 10px;
  }
  .coupon-details-panel .button-wrapper{
    padding:20px 10px 60px 10px;
    display: block;
    position: relative;
  }
}
@media (max-width: 576px) {
  .cart-item-footer {
    padding: 15px 15px;
  }

  .cart-item-footer .coupon-tag-icon {
    left: 20px;
  }

  .cart-item-footer .coupon-next-icon,
  .cart-item-footer .coupon-retry-icon {
    right: 0;
  }

  .coupon-modal-wrapper {
    position: fixed;
  }

  .coupon-removed-panel,
  .coupon-details-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
  }
  .coupon-modal-wrapper.active.scrollable .coupon-removed-panel,
  .coupon-modal-wrapper.active.scrollable .coupon-details-panel {
    position: relative;
  }

  .coupon-modal-panel .close-icon,
  .coupon-details-panel .close-icon {
    display: none;
  }

  .coupon-removed-panel .text {
    font-size: 16px;
    line-height: 25px;
    margin: 50px 0;
  }

  .coupon-removed-panel .button-wrapper > button,
  .coupon-details-panel .button-wrapper > button {
    width: 100%;
  }

  .coupon-details-panel .button-wrapper,
  .coupon-details-panel .disclamer {
    margin: 0 15px;
  }

  .coupon-details-panel .title-wrapper {
    justify-content: center;
  }

  .coupon-details-panel .disclamer {
    line-height: 150%;
  }

  .coupon-applied-row .cart-product-image .img {
    width: 80px;
  }

  .coupon-applied-row .discount-info {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.02em;
    color: #525252;
  }

  .coupon-applied-row .cart-mobile-price {
    margin-top: 7px;
  }
}

.shopping-cart-fixed-footer{
  position: fixed;
  bottom:0;
  z-index: 100;
  background: #FFFFFF;
  border-radius: 10px 10px 0px 0px;
  padding: 8px 20px 30px 20px;
  width:100%;
  filter: drop-shadow(0px 3px 30px rgba(82, 82, 82, 0.15));
}
.shopping-cart-fixed-footer-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: #000000;
}
.shopping-cart-fixed-footer-price {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.03em;
  color: #000000;
}
.shopping-cart-fixed-footer-price .text-medium {
  font-size: 15px;
}
.mobile_checkout_button{
  padding:10px 14px;
  text-align: center;
  width:100%;
  background: #96C950;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 30px rgba(82, 82, 82, 0.15);
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.02em;
  width:100%;
  color: #FFFFFF;
  text-shadow: 0px 1px 3px rgba(82, 82, 82, 0.2);
  display: block;
}
.mobile_checkout_button:hover{
  color: #FFFFFF !important;
}
@media (max-width:767px) {
  .scroll-to-top-btn{
    display: none !important;
  }
}
.new_promo_type_caption_outter_wrap{
  position: relative;
  height:37px;
  margin-top:5px;
  margin-bottom:20px;
}
.new_promo_type_caption_wrap{
  display: inline-flex;
  background: linear-gradient(0deg, rgba(150, 201, 80, 0.2), rgba(150, 201, 80, 0.2)), #FFFFFF;
  align-items: center;
  padding:3.5px 8px 3.5px 16px;
  border-radius: 4px;
  cursor:pointer;
  height:37px;
  position: absolute;
  white-space: nowrap;
}
.new_promo_type_caption_outter_wrap.new_promo_type_caption_wrap_borderless{
  margin-top:0;
  height:auto;
}
.new_promo_type_caption_outter_wrap.new_promo_type_caption_wrap_borderless .new_promo_type_caption_wrap{
  padding:0;
  background:transparent;
  margin-top:0;
  height:auto;
}
.new_promo_type_caption_title{
  font-family: DM Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #1E8E20;
  padding:8px 8px 8px 0;
}
.new_promo_type_caption_text{
  font-family: DM Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #525252;
  white-space: nowrap;
}
.new_promo_type_caption_text strong{
  color:#000;
  font-weight: 700;
}
.new_promo_type_caption_info_icon{
  padding:8px 8px 6px 8px;
  color:#000;
  font-size:15px;
}
.new_promo_type_caption_tooltip_wrap{
  position: relative;
}
.new_promo_type_caption_tooltip{
  position: absolute;
  border-radius: 8px;
  padding:16px 24px;
  width:350px;
  border-radius: 8px;
  top:0;

  z-index: 10;
  background:rgba(255,255,255);
  white-space: normal;
  display: none;
  opacity: 1;
  transition: opacity 0.25s ease;
}
.new_promo_type_caption_tooltip_wrap.active .new_promo_type_caption_tooltip{
  display: block;
  opacity: 1;
}
@media(min-width:1051px){
  .new_promo_type_caption_tooltip{
    left:8px;
  }
}
@media(max-width:1050px){
  .new_promo_type_caption_tooltip{
    right:8px;
  }
}
.new_promo_type_caption_tooltip:before{
  position: absolute;
  content:"";
  width: 100%;
  height:100%;
  top:0;
  left:0;
  border-radius: 8px;
  z-index: -1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  box-shadow: 0px 69px 80px rgba(0, 0, 0, 0.07), 0px 26.5778px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 5.62222px 6.51852px rgba(0, 0, 0, 0.0274815);
}
.new_promo_type_caption_tooltip_title{
  font-family: DM Sans;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: -0.04em;
  color: #FFFFFF;
  margin-bottom:0;
  line-height:100%;
  margin-bottom:7px;
}
.new_promo_type_caption_tooltip_title_2{
  display: flex;
  align-items: center;
  margin-bottom:8px;
}
.new_promo_type_caption_tooltip_title_2 span.new_promo_type_caption_tooltip_title_2_text{
  font-family: DM Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #ADADAD;
}
.new_promo_type_caption_tooltip_title_2 span.new_promo_type_caption_tooltip_timer{
  font-family: Space Mono;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #FFFFFF;
  padding:2px 6px;
  background: rgba(82, 82, 82, 0.25);
  border-radius: 4px;
}
.new_promo_type_caption_tooltip_title_3{
  font-family: DM Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: #ADADAD;
  margin-bottom:7px;
}
.new_promo_type_caption_tooltip_content_wrap{
  padding:8px 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;

  font-family: DM Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #ADADAD;
}
.new_promo_type_caption_tooltip_content_wrap p{
  font-family: DM Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #ADADAD;
  margin-bottom:4px;
}
.new_promo_type_caption_tooltip_content_wrap p:last-child{
  margin-bottom: 0;
}
.new_promo_type_caption_tooltip_content_wrap p.new_promo_type_caption_tooltip_content_title{
  font-family: DM Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #ADADAD;
  margin-bottom:8px;
}
.new_promo_type_caption_wrap_mobile{
  width:calc(100% + 40px);
  padding:8px;
  background: linear-gradient(0deg, rgba(150, 201, 80, 0.2), rgba(150, 201, 80, 0.2)), #FFFFFF;
  border-radius: 4px;
  margin-left:-20px;
  margin-right:-20px;
  margin-top:0;
  display:none;
}
.new_promo_type_caption_wrap_mobile.new_promo_type_caption_wrap_mobile_borderless{
  display: flex;
  justify-content: flex-end;
  width:100%;
  margin:0;
  border-radius:0;
  background:transparent;
  padding:0;
}
.new_promo_type_caption_wrap_mobile.new_promo_type_caption_wrap_mobile_borderless .new_promo_type_caption_info_icon_mobile{
  padding:8px 0 8px 8px;
  margin:-8px 0;
}
@media(max-width:800px){
  .new_promo_type_caption_wrap_mobile{
      display:block;
  }
}
.new_promo_type_caption_title_mobile{
  font-family: DM Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #1E8E20;
}
.new_promo_type_caption_wrap_mobile_header{
  display: flex;
  justify-content: space-between;
  margin-bottom:5px;
}
.new_promo_type_caption_info_icon_mobile{
  font-size: 15px;
  color: #000000;
}
.new_promo_type_caption_text_mobile{
  margin-bottom:0;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #525252;
}
.new_promo_type_caption_text_mobile strong{
  font-weight: 600;
  color: #000000;
}
.mobile_promo_type_caption_popup{
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  bottom: 0;
  left: 0;
  visibility: hidden;
  -webkit-transition: all 0 ease .2s;
  transition: all 0 ease .2s;
}
@media(min-width:801px){
  .mobile_promo_type_caption_popup{
    display: none;
  }
}
.mobile_promo_type_caption_popup.active{
  visibility: visible;
}
.mobile_promo_type_caption_popup.active .mobile_promo_type_caption_popup_background{
  background: rgba(0,0,0,.5);
}
.mobile_promo_type_caption_popup_background{
  background: transparent;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
}
.mobile_promo_type_caption_popup_scrollable{
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mobile_promo_type_caption_popup_scrollable::-webkit-scrollbar {
  display: none;
}

.mobile_promo_type_caption_popup_wrap{
  width:100%;
  min-height:100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.new_promo_type_caption_tooltip_mobile{
  margin-top: 140px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  box-shadow: 0px 69px 80px rgba(0, 0, 0, 0.07), 0px 26.5778px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 5.62222px 6.51852px rgba(0, 0, 0, 0.0274815);
  border-radius: 8px 8px 0px 0px;
  position: relative;
  padding:40px 24px 24px 24px;
}
.new_promo_type_caption_tooltip_mobile:before{
  background:#fff;
  position: absolute;
  top:0;
  left:0;
  content:"";
  width:100%;
  height: 100%;
  z-index: -1;
}
.new_promo_type_caption_close_button{
  font-size:10px;
  color:#fff;
  top:18px;
  right:18px;
  position: absolute;
  padding:10px;
  cursor:pointer;
}
.cart-product-details-unit-price-offer{
  font-family: DM Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #9DA9B9;
}
.cart-item.cart-item-campaign-offer{
  flex-direction: column;
  height:auto;
}
.new_promo_type_pick_offer_outter_wrap{
  display: block;
  width:calc(100% + 18px);
  margin-left:-9px;
  margin-right:-9px;
}

.new_promo_type_pick_offer_header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new_promo_type_pick_offer_caption_title{
  font-family: DM Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #1E8E20;
}
.new_promo_type_pick_offer_caption_text{
  font-family: DM Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #525252;
  margin:0 6px;
}
.new_promo_type_pick_offer_caption_text{
  font-family: DM Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #525252;
}
.new_promo_type_pick_offer_caption_text strong{
  font-weight: bold;
  color: #000;
}
.new_promo_type_pick_offer_caption_icon{
  font-size:16px;
  color:#000;
}
.new_promo_type_pick_offer_caption{
  align-items: center;
  display: flex;
  padding:8px 8px 8px 16px;
  background: linear-gradient(0deg, rgba(150, 201, 80, 0.2), rgba(150, 201, 80, 0.2)), #FFFFFF;
  border-radius: 4px;
}

.new_promo_type_pick_offer_header_button_wrap button{
  width:228px;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, rgba(150, 201, 80, 0.2), rgba(150, 201, 80, 0.2)), #FFFFFF;
  border: 1px solid #E3E9ED;
  box-sizing: border-box;
  border-radius: 50px;
  padding:10px;
  font-family: DM Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  cursor: pointer;
}
.new_promo_type_pick_offer_header_button_wrap button span{
  font-family: DM Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000000;
}
.new_promo_type_pick_offer_header_button_wrap button i{
  color:#525252;
  font-size:9px;
  margin-left:13px;
}
.new_promo_type_pick_offer_loop_wrap{
  display:flex;
  flex-wrap:wrap;
  max-height:0;
  transition:all 0.35s ease;
  overflow: hidden;
  padding-top:0;
}

.cart-item.cart-item-campaign-offer.expanded .new_promo_type_pick_offer_loop_wrap{
  max-height: 1500px;
  padding-top:24px;
}
.cart_offer_product_wrap_2{
  width:20%;
  padding:0 8px;
  margin-bottom:16px;
  display: flex;

  display: block;
  position: relative;
  transition: all 0.35s ease;
}

.cart_offer_product_wrap_2.active .cart-offer-product-card-2, .cart_offer_product_wrap_2 .cart-offer-product-card-2:hover{
  border: 2.41935px solid #96C950;
}
.cart-offer-product-card-2{
  display:block;
  width:100%;
  position: relative;
  border: 2.41935px solid transparent;
  box-shadow: 0px 2.66667px 15.3333px rgba(0, 0, 0, 0.1), 0px 0.333908px 1.91997px rgba(0, 0, 0, 0.05);
  border-radius: 3.22581px;
}
.cart-offer-product-card-2 .product-thumb{
  flex-grow: 1;
  background: #F8F8F8;
}
.cart-offer-product-card-2 .product-title{
  font-family: DM Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #000000;
  margin-bottom:0;
}
.cart-offer-product-card-content-wrap{
  padding:16px;
}
.cart-offer-product-card-2 .product-weight{
  font-family: DM Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: -0.03em;
  color: #9DA9B9;
  margin-bottom:0;
}
.cart-offer-product-card-2 .product-price{
  font-family: DM Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: -0.03em;
  color: #1E8E20;
  margin-bottom:0;
}
.cart-offer-product-card-2 .product-thumb{
  position: relative;
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-offer-product-card-2 .product-thumb img{
  object-fit: cover;
  width:90%;
  height:90%;
}
.cart-offer-product-card-2-proportion_square{
  width:100%;
  height:0;
  padding-bottom:162.9961089494163%;

}
.cart-offer-product-card-2-inner_wrap{
  position: absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  display: flex;
  flex-direction: column;
}
.campaign-offer-is-expanded{
  position: relative;
}
.offcanvas-wrapper.campaign-offer-is-expanded .shopping-cart-header,
.offcanvas-wrapper.campaign-offer-is-expanded .cart-item,
.offcanvas-wrapper.campaign-offer-is-expanded .featured-products,
.offcanvas-wrapper.campaign-offer-is-expanded .featured-products,
.offcanvas-wrapper.campaign-offer-is-expanded .cart-item-footer,
.offcanvas-wrapper.campaign-offer-is-expanded .shopping-cart-footer,
.site-footer.campaign-offer-is-expanded{
  opacity:0.4;
}
.cart-item.cart-item-campaign-offer.expanded{
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.05));
  opacity: 1;
}
.new_promo_type_pick_offer_header_button_wrap{
  margin-left:16px;
}

.new_promo_type_pick_offer_outter_wrap_mobile{
  width:calc(100% + 44px);
  margin:0 -22px;
  padding:10px;
  position: relative;
  background: linear-gradient(0deg, rgba(150, 201, 80, 0.2), rgba(150, 201, 80, 0.2)), #FFFFFF;
  border-radius: 4px;
}
.new_promo_type_pick_offer_caption_header_mobile .new_promo_type_caption_info_icon{
  padding-right:0;
  margin:-8px 0 -6px 0;
}
.new_promo_type_pick_offer_caption_header_mobile{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:4px;
}
.new_promo_type_pick_offer_caption_title_mobile{
  font-family: DM Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #1E8E20;
}
.new_promo_type_pick_offer_caption_text_mobile{
  font-family: DM Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #525252;
  margin-bottom:8px;
  display: block;
}
.new_promo_type_pick_offer_caption_text_mobile strong{
  color: #000000;
  font-weight: bold;
}
.new_promo_type_pick_offer_button_mobile{
  width:100%;
  border: 1px solid #E3E9ED;
  box-sizing: border-box;
  border-radius: 50px;
  text-align: center;
  padding:5px 10px;
  display: block;
  background:#fff;
}
.new_promo_type_pick_offer_button_mobile i{
  margin-left:8px;
}
.new_promo_type_pick_offer_button_mobile span{
  font-family: DM Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000000;
}

.mobile_modal_promo_offers_outter_wrap{
  width:100%;
  height:100%;
  position: fixed;
  z-index: 999;
  overflow: hidden;
  visibility: hidden;
}
.mobile_modal_promo_offers_outter_wrap.active{
  visibility: visible;
}
.mobile_modal_promo_offers_background{
  position: absolute;
  background: transparent;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  z-index: -1;
}
.mobile_modal_promo_offers_outter_wrap.active .mobile_modal_promo_offers_background{
  background: rgba(0,0,0,.5);
}
.mobile_modal_promo_offers_inner_wrap{
  margin-top:65px;
  height:calc(100% - 65px);
  background:#fff;
  border-radius: 8px 8px 0px 0px;
}
.mobile_modal_promo_offers_fixed_header{
  width:100%;
  padding:24px 50px;
  position: relative;
}
.mobile_modal_promo_offers_title{
  margin-bottom:0;
  text-align: center;
  font-family: DM Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #525252;
}
.mobile_modal_promo_offers_fixed_header i{
  position:absolute;
  padding:5px;
  right:23px;
  top:50%;
  transform:translateY(-50%);
  font-size:12px;
  color:#8A939F;
}
.mobile_modal_promo_offers_scrollable{
  height:calc(100% - 66px);
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  overflow-y:scroll;
}
.mobile_modal_promo_offers_scrollable::-webkit-scrollbar {
  display: none;
}
.mobile_modal_promo_offers_fixed_bottom_button{
  width:100%;
  height:56px;
  line-height:56px;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  text-shadow: 0px 1px 3px rgba(82, 82, 82, 0.2);
  background: #96C950;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  box-shadow: 0px 3px 30px rgba(82, 82, 82, 0.15);
  border-radius: 16px 16px 0px 0px;
  text-align: center;
  position: fixed;
  left:0;
  bottom:0;
  text-shadow: 0px 1px 3px rgba(82, 82, 82, 0.2);
  letter-spacing: -0.03em;
  font-weight: bold;
  font-size: 15px;
}
.mobile_new_promo_type_pick_offer_loop_wrap{
  display: flex;
  flex-wrap:wrap;
  padding:0 4px 80px 4px;
}
.mobile_cart_offer_product_wrap_2{
  width:50%;
  padding:0 4px;
  display: flex;
  margin-bottom:8px;
}
.mobile_cart-offer-product-card-2{
  background: #fff;
  border: 2px solid transparent;
  box-sizing: border-box;
  box-shadow: 0px 1.75269px 10.078px rgba(0, 0, 0, 0.1), 0px 0.219464px 1.26192px rgba(0, 0, 0, 0.05);
  border-radius: 3.22581px;
  display: flex;
}
.mobile_cart-offer-product-card-2-inner_wrap{
  display: flex;
  flex-direction: column;
}
.mobile_cart-offer-product-card-2 .mobile_product-thumb{
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F8F8F8;
}
.mobile_cart-offer-product-card-2 .mobile_product-thumb img{
  width:100%;
}
.mobile_cart-offer-product-card-2 .mobile_product-title{
  font-family: DM Sans;
  font-weight: bold;
  font-size: 10.4839px;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #000000;
  margin-bottom:4px;
}
.mobile_cart-offer-product-card-2 .mobile_product-weight{
  font-family: DM Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 8.06452px;
  line-height: 11px;
  letter-spacing: -0.03em;
  color: #9DA9B9;
  margin-bottom:8px;
}
.mobile_cart-offer-product-card-2 .mobile_product-price{
  font-family: DM Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 11.2903px;
  line-height: 15px;
  letter-spacing: -0.03em;
  color: #1E8E20;
  margin:0;
}
.mobile_cart-offer-product-card-2 .mobile_cart-offer-product-card-content-wrap{
  padding:10px 12px;
}
.mobile_cart_offer_product_wrap_2.active .mobile_cart-offer-product-card-2{
  border: 2px solid #96C950;
}

.mobile_modal_promo_offers_inner_wrap{
  opacity: 0;
  -webkit-transform: translate3d(0,100px,0);
  transform: translate3d(0,100px,0);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.mobile_modal_promo_offers_outter_wrap.active .mobile_modal_promo_offers_inner_wrap{
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}