/** Shopify CDN: Minification failed

Line 979:0 Unexpected "}"

**/
/*  Cart Drawe Header Css start */
.m-cart-drawer__header {
    padding: 10px 20px;
    display: flex;
    gap: 5px;
    align-items: center;
    background: #fff;
}
.btn-with-sub-total .gokwik-checkout {
    margin-bottom: 0 !important;
}
.m-cart-drawer__body {
    overflow-x: hidden;
}
.html_container .bar.html.money {
    margin-bottom: -2px;
}
.m-cart-drawer__close {
    top: 12px !important;
    padding: 4px !important;
}
.m-cart-drawer__close svg.m-svg-icon--large {
    height: 20px;
    width: 20px;
}
.m-cart-drawer__header .m-cart-drawer__title {
    font-family: 'M-Body-Font';
    padding: 8px;
    width: 100%;
    text-transform: capitalize;
    color: #222;
}
.m-cart-drawer__empty {
    padding-block: 15px !important;
    font-family: 'M-Body-Font'!important;
}
.m-cart-drawer__header .m-cart-drawer__title,
.upsell-header>p,
.cart-drawer-announcement-bar>p,
.offer-content>div>p:first-child,
.offer-btn-wrapper>button,
.discout-by-input>input,
.discout-by-input>button,
.dic-with-btn .dic-code,
.item-info .dic-description{
    font-size: 14px;
}
.m-cart-drawer__header .m-cart-drawer__title,
.upsell-header>p,
.cart-drawer-announcement-bar>p {
    line-height: 1;
}

.m-cart-drawer__header .m-cart-drawer__title>span {
    margin-left: 4px;
}
/*  Cart Drawe Header Css end */
/* progress bar css start  */
.m-cart__subtotal.threshold-ber-wrapper {
    padding: 10px 20px;
    background: linear-gradient(45deg,#8457db,#867fe4);
    color: #fff;
}
/* .threshold-ber-wrapper .main-shippingbar {
    padding: 8px;
} */
.main-shippingbar .head-text h6 {
    color: #FFF;
}
.bar-border-wrapper {
    border-radius: 30px;
    border: unset;
    padding: 25px 8px;
    display: flex;
    gap: 4px;
    align-items: center;
}
/* progress bar css end  */

/*cart drawer free gift css start*/
.total-price>div {
    display: flex;
    justify-content: space-between;
}
.total-price {
    border-bottom: 1px solid #037a3f;
    margin-bottom: 7px;
    padding-bottom: 7px;
}
.total-price>div:last-child {
    color: #CE2C2E;
}
.total-price {
    border-bottom: 1px solid #037a3f;
    margin-bottom: 7px;
    padding-bottom: 7px;
    gap: 2px;
    display: flex;
    flex-direction: column;
}
.main-shippingbar .html_container {
      position: relative;
  }
  .main-shippingbar .shipping-free, .main-shippingbar .protein-free, .main-shippingbar .last-free {
    position: absolute;
    font-size: 11px;
    /* background: #fff; */
    border-radius: 5px;
    color: #ffffff;
    line-height: 1;
    padding: 5px 7px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    letter-spacing: 1px;
}
.main-shippingbar .shipping-free svg,
.main-shippingbar .protein-free svg,
.main-shippingbar .last-free svg {
    height: 15px;
    width: 15px;
}
/* .main-shippingbar .shipping-free.active,
.main-shippingbar .protein-free.active,
.main-shippingbar .last-free.active {
    background: #222;
    color: #fff;
} */
  .main-shippingbar .shipping-free {
      left: 0%;
  }
  .main-shippingbar .protein-free {
        right: 45%;
    }
    .main-shippingbar .last-free {
    right: -4px;
}
  .main-shippingbar .head-text h6 {
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.2;
        font-family: 'M-Body-Font';
        text-align: center;
    }
  .side-cart-free-gifts>div {
        display: flex;
        align-items: center;
        font-size: 12px;
        gap: 5px;
        font-family: 'M-Body-Font';
        font-weight: 400;
    }
  .side-cart-free-gifts {
      margin-top: 15px;
  }
  .side-cart-free-gifts>div img {
      height: 17px;
      width: auto;
  }
  .side-cart-free-gifts {
      margin-top: 10px;
      display: flex;
      flex-direction: column;
      gap: 2px;
  }
  .side-cart-free-gifts .free-gift {
      color: #fff;
  }
  .m-cart-item__price {
      line-height: 1;
  }
/*cart drawer free gift css start*/
.cart-drawer-announcement-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #212121;
    color: #FFF;
    padding-block: 12px;
}


.product-items .m-product-card {
    gap: 8px;
    display: flex;
    background: #834fd91a;
    padding: 8px;
    border-radius: 15px;
    min-width: 75%;
    align-items: center;
}
.upsell-products-wrapper .m-product-card .m-product-card__title a.m-product-card__name {
    font-size: 14px;
}
.product-items {
    display: flex;
    overflow-x: scroll;
    gap: 10px;
    margin: 0 0 10px 15px;
}
.product-items::-webkit-scrollbar-thumb {
  background: #222222;    /* Thumb color */
  border-radius: 10px;
  height: 5px;
}
.product-items::-webkit-scrollbar-track {
  background: #222222;    /* Thumb color */
  border-radius: 10px;
  height: 5px;
}
.upsell-header img {
    height: 18px;
    width: auto;
}
.upsell-products-wrapper .m-product-card .m-product-card__media {
    width: 32%;
    overflow: visible;
}
.upsell-products-wrapper .m-product-card__content {
    width: 68%;
    padding-inline: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.upsell-products-wrapper .m-product-card .m-product-card__price {
    text-align: left;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
}
.upsell-header {
    padding: 12px 16px;
    display: flex;
    gap: 8px;
    align-items: center;
    border-top: 1px solid #834fd9;
    border-bottom: 1px solid #834fd9;
    background: linear-gradient(45deg, #8457db, #867fe4);
    margin: 0 -20px;
}
.upsell-header>p {
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    font-family: 'M-Body-Font';
    font-size: 13px;
}
.upsell-products-wrapper {
    margin-top: 10px;
    margin-inline: -20px;
}
.upsell-products-wrapper .m-product-card__info {
    margin: 0 !important;
    padding: unset !important;
    border-top: unset;
}
.upsell-products-wrapper .m-product-card .m-product-card__title,
.upsell-products-wrapper .m-add-to-cart,
.upsell-products-wrapper .m-price__regular .m-price-item--regular,
.upsell-products-wrapper .m-price__sale .m-price-item--last,
.upsell-products-wrapper .m-product-card .m-price__sale .m-price-item--regular,
.total-cart-items .total-txt>p 
.total-cart-items .cart-count-txt,
.m-cart__subtotal--label, .m-cart__subtotal--price,
.calculation-of-saving>div>span,
.footer-price-viewer>button,
.btn-with-sub-total>button,
.congo-msg>div>p
{
    font-size: 13px!important;
}
.calculation-of-saving>div>span {
    text-transform: capitalize;
}
.upsell-products-wrapper .m-product-card .m-product-card__title {
    font-weight: 500;
    line-height: 1.2;
    color: #222;
    text-align: left;
    justify-content: flex-start;
    font-family: M-Body-Font;
    padding: 0;
    margin-bottom: 2px;
    height: 22px;
    overflow: hidden;
}
.upsell-products-wrapper .m-product-card--style-4 .m-product-card__content .m-product-card__action-wrapper {
    width: 100%;
    margin: 0 !important;
}
.upsell-products-wrapper .m-product-card--style-4 .m-add-to-cart {
    padding: 8px!important;
    text-transform: uppercase;
    background: #222!important;
    border-radius: 5px!important;
    line-height: 1.2;
    margin-top: 7px!important;
    color: #222!important;
    font-family: M-Body-Font!important;
    width: 100%!important;
    border: none;
}
.upsell-products-wrapper .m-product-card--style-4 .m-add-to-cart span.m-add-to-cart--text {
    font-size: 11px;
}
.upsell-products-wrapper .m-add-to-cart:hover {
    color: #834fd9 !important;
    box-shadow: none !important;
}
.upsell-products-wrapper .m-product-card .m-product-card__media {
    background: #FFEFEB;
    border-radius: 8px;
    overflow: hidden;
}
.upsell-products-wrapper responsive-image.m-image-loaded {
    border-radius: 8px;
}
.upsell-products-wrapper .m-price__regular .m-price-item--regular, .upsell-products-wrapper .m-price__sale .m-price-item--last {
    letter-spacing: 0;
    color: #222!important;
    font-weight: 600;
    font-family: M-Body-Font;
    font-size: 13px !important;
}
.upsell-products-wrapper .m-product-card .m-price--on-sale .m-price-item--regular {
    color: #22222250!important;
    font-family: M-Body-Font;
    font-size: 11px !important;
}
.upsell-products-wrapper .m-product-card__content .m-price--on-sale .m-price__sale {
    justify-content: start;
}
.upsell-products-wrapper .m-product-card .m-product-card__tag-name {
    background-color: #FFF;
    border-radius: 5px;
    padding: 3px 5px 0px;
    color: #222222;
    font-size: 10px;
    font-weight: 600;
}

.m-cart-drawer__footer {
    padding: 0 0 0px 0!important;
    box-shadow: none!important;
}
.total-cart-items {
    display: flex;
    justify-content: space-between;
    background: #F0F0F0;
    padding: 8px 15px;
    align-items: center;
}
.total-cart-items .total-txt {
    display: flex;
    gap: 8px;
    align-items: center;
}
.total-cart-items .cart-count-txt {
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}
.total-cart-items .total-txt>p,
.m-cart__subtotal--label, .m-cart__subtotal--price,
.calculation-of-saving>div>span,
.congo-msg>div>p{
    line-height: 1;
}
.total-cart-items .sell-price-totl {
    text-decoration: line-through;
    color: #22222270;
}
.m-cart-drawer__footer .m-cart__summary {
    margin: 0;
}
.m-cart-drawer__footer .m-cart__subtotal {
    justify-content: flex-start;
    gap: 8px;
    color: #fff;
    font-family: 'M-Body-Font';
}
.m-cart__subtotal--price.campare-pr {
    text-decoration: line-through;
    color: #ffffff70;
}

.price-summary-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: linear-gradient(45deg,#8457db,#867fe4);
    cursor: pointer;
}
.calculation-of-saving {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 0;
    visibility: hidden;
    opacity: 0;
   
}


.congo-msg>div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'M-Body-Font';
}
.congo-msg {
    background: #222;
    padding-block: 10px;
    color: #fff;
}
.m-cart-drawer__footer a.m-cart-drawer__link-to-cart {
    display: none;
}


.price-summary-wrapper.open svg {
    rotate: 180deg;
}
.calculation-of-saving.open {
    margin-top: 15px;
    height: auto;
    visibility: visible;
    opacity: 1;
    padding-inline: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #121211;
    font-family: 'M-Body-Font';
}
.calculation-of-saving>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.saving-chil-with-border {
    border-top: 1px dashed #d9d9d9;
    padding-top: 10px;
}
.saving-grn>span:last-child,
.calculation-of-saving>div:last-child>span{
    font-weight: 600;
}
.saving-grn>span:last-child{
    color: #834fd9;
}
.btn-with-sub-total {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 15px;
    gap: 30px;
}
.footer-price-viewer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: self-start;
}
.footer-price-viewer,
.btn-with-sub-total>button {
    width: 50%;
}
.btn-with-sub-total>button {
    border-radius: 8px;
}
.footer-price-viewer>button {
    padding: 0 !important;
    text-transform: capitalize;
    font-family: M-Body-Font;
    font-size: 13px!important;
    font-weight: 500;
}
.footer-price-viewer>p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    font-family: 'M-Body-Font';
}
.best-offer-wrapper {
    background: #ffe6ef;
    margin-bottom: 12px;
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
}
.offer-content {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.offer-content>div>p:first-child {
    font-weight: 700;
}
.offer-content>div>p:last-child {
    font-size: 14px;
}
.offer-btn-wrapper>button {
    font-weight: 600;
    text-decoration: underline;
    color: #6f1d46;
}
/* discount-modal start  */
.discount-modal.open-offer {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: block
}
.discount-modal {
    position: absolute;
    z-index: -1;
    height: 0;
    width: 0;
    background: #fff;
    display: none;
}
.hide-when-offer {
    position: relative;
}
.modal-header {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 15px 12px;
    border-bottom: 1px solid #d9d9d9;
}
.modal-header>div {
    cursor: pointer;
}
.modal-header>span,
.item-heading>p{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
}
.modal-detail-wrapper {
    padding: 25px;
}
.discout-by-input {
    padding-block: 12px;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.discout-by-input>input {
    border: none;
    color: #1a181e;
}
.discout-by-input>input::placeholder {
    text-transform: uppercase;
}
.discout-by-input>input:focus {
  border: none;
  outline: none; 
}

.discout-by-input>button {
    line-height: 1;
    font-weight: 600;
}

.discout-items {
    margin-top: 30px;
}
.item-heading .spn-as-divider {
    height: 3px;
    width: 35px;
    display: inline-block;
    background: #222;
    margin-block: 5px 20px;
}
.dic-with-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dic-with-btn>button {
    text-transform: uppercase;
    font-weight: 600;
}

.dic-with-btn .dic-code {
    font-weight: 600;
    padding: 6px 15px 3px;
    background: #000;
    color: #fff;
    line-height: 1;
    position: relative;
    overflow: hidden;
}
 .coupon-circle {
    height: 16px;
    width: 16px;
    position: absolute;
    z-index: 7;
    background-color: #FFF;
    border: 2px solid #2c2557;
    border-radius: 50%;
}
.dic-with-btn .dic-code .coupon-circle.c1 {
    top: 50%;
    transform: translate(-50%,-50%);
    left: 0;
    right: auto;
}
.dic-with-btn .dic-code .coupon-circle.c2 {
    top: 50%;
    transform: translate(50%,-50%);
    left: auto;
    right: 0;
}
.item-info .dic-heading,
.dic-eligible-heading{
    margin-block: 10px;
    font-size: 15px;
    font-weight: 600;
    color: red;
    text-transform: capitalize;
}
.dic-eligible-heading{
  color: green !important;
}
/* discount-modal end  */
.m-cart-drawer__inner {
    background: #fff;
}
.m-cart-drawer-item>.m-cart-item--drawer__wrapper>.m-cart-drawer-item__image {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}
.m-cart-drawer__items .m-cart-item--drawer__wrapper .m-cart-item__info {
    padding: 8px 0 8px 10px;
}
.m-cart-drawer__items .m-cart-item--drawer__wrapper a.m-cart-item__title {
    font-family: M-Body-Font;
    line-height: 1.3;
    color: #222222;
    font-size: 14px;
    height: 20px;
    overflow: hidden;
    font-weight: 500;
}
.m-cart-drawer__items .m-cart-item--drawer__wrapper .m-cart-drawer-item__variant p.m-cart-item__option {
    font-size: 13px;
    font-family: 'M-Body-Font';
    color: #222222;
    margin: 2px 0;
    font-weight: 500;
}
.m-cart-drawer__items .m-cart-item--drawer__wrapper .m-cart-item__price {
    font-family: 'M-Body-Font';
    color: #222222;
    font-size: 13px;
    font-weight: 600;
}
.m-cart-drawer__items .m-cart-item--drawer__wrapper m-quantity-input.m-quantity {
    min-height: 35px;
    border-color: #e0e0e0;
    color: #222222;
    font-size: 14px;
    font-family: 'M-Body-Font';
}
.m-cart-drawer__items .m-cart-item--drawer__wrapper .m-cart-drawer-item__quantity {
    margin-top: 8px;
}
.m-cart-drawer__items .m-cart-item--drawer__wrapper m-quantity-input.m-quantity button.m-quantity__button {
    background: #F0F0F0;
}
.m-cart-drawer__items .m-cart-item--drawer__wrapper  span.m-cart-item__remove {
    font-family: 'M-Body-Font';
    color: #222222;
    font-size: 14px;
}
.m-cart-drawer__body .divider {
    display: block;
    width: 110%;
    height: auto;
    border-top: 1px solid #E0E0E0;
    background: #f0f0f0;
    padding: 6px 0;
    margin: 0 -20px;
}
.m-cart-drawer__items .m-cart-item--drawer__wrapper .m-cart-item__price span.money {
    font-size: 14px;
}
.side-cart-membership {
    padding: 20px;
    background: linear-gradient(45deg, #845adc, #867ae2,#845adc);
    border: 2px solid #834fd9;
}
.side-cart-membership {
    padding: 20px;
    background: linear-gradient(45deg, #845adc, #867ae2,#845adc);
    border: 2px solid #834fd9;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.side-cart-membership>p {
    padding-bottom: 10px;
    color: #fff;
    font-size: 16px;
    font-family: 'M-Body-Font';
    border-bottom: 1px solid #ffffff50;
    width: 100%;
    margin-bottom: 10px;
}
.side-cart-membership>div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    align-items: center;
}
.side-cart-membership>div>div {
    display: flex;
    align-items: center;
}
.side-cart-membership>div>div>span {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
}
.side-cart-membership>div>div>p {
    color: #fff;
    font-size: 14px;
    width: 50%;
    line-height: 1.3;
    padding-left: 5px;
}

@media(max-width:1280px){
  .main-shippingbar .head-text h6 {
      font-size: 14px;
      margin-bottom: 8px;
  }
  .side-cart-free-gifts {
      margin-top: 8px;
  }
  .upsell-header {
      padding: 10px 16px;
  }
  .m-cart-drawer__body .divider {
      padding: 5px 0;
  }
  .price-summary-wrapper {
      padding: 12px 15px;
  }
}

/* responsive start */
@media(max-width: 1024px){ 
.footer-price-viewer, .btn-with-sub-total>button {
    width: 70%;
}
.btn-with-sub-total>button {
    font-size: 13px;
    width: 45%;
    padding: 12px 24px;
}
.side-cart-membership {
    padding: 15px;
}
.side-cart-membership>p {
    padding-bottom: 7px;
    font-size: 14px;
    margin-bottom: 7px;
}
.side-cart-membership>div>div>span {
    font-size: 35px;
}
.side-cart-membership>div>div>p {
    font-size: 13px;
}
}

@media(max-width:991px){
}

@media(max-width:767px){
  .product-items .m-product-card {
      min-width: 52%;
  }
  .m-cart-drawer__body {
      overflow-x: hidden;
  }
}

@media(max-width:580px){
  .product-items .m-product-card {
      min-width: 65%;
  }
  .m-cart-item__image {
      width: 115px!important;
      min-width: 115px!important;
  }
.m-cart-drawer__empty {
    padding-block: 10px !important;
}
.footer-price-viewer>p {
    font-size: 18px;
}
.footer-price-viewer>button {
    font-size: 12px!important;
}
.m-cart-drawer__items .m-cart-item--drawer__wrapper span.m-cart-item__remove {
    font-size: 12px;
}
.m-cart-drawer__body .divider, .side-cart-membership, .upsell-header {
    margin: 0 -16px;
}
.main-shippingbar .shipping-free, .main-shippingbar .protein-free, .main-shippingbar .last-free {
    font-size: 10px;
    padding: 3px 7px;
}
}

@media(max-width: 475px){
.upsell-products-wrapper .m-product-card .m-product-card__title, 
.upsell-products-wrapper .m-add-to-cart,
.upsell-products-wrapper .m-price__regular .m-price-item--regular, 
.upsell-products-wrapper .m-price__sale .m-price-item--last,
.upsell-products-wrapper .m-product-card .m-price__sale .m-price-item--regular, 
.total-cart-items .total-txt>p .total-cart-items .cart-count-txt, 
.m-cart__subtotal--label, 
.m-cart__subtotal--price, 
.calculation-of-saving>div>span, 
.footer-price-viewer>button, 
.btn-with-sub-total>button,
.congo-msg>div>p{
  font-size: 13px;
}
.upsell-products-wrapper .m-product-card .m-product-card__title, .upsell-products-wrapper .m-add-to-cart, .upsell-products-wrapper .m-price__regular .m-price-item--regular, .upsell-products-wrapper .m-price__sale .m-price-item--last, .upsell-products-wrapper .m-product-card .m-price__sale .m-price-item--regular, .total-cart-items .total-txt>p .total-cart-items .cart-count-txt, .m-cart__subtotal--label, .m-cart__subtotal--price, .calculation-of-saving>div>span, .footer-price-viewer>button, .btn-with-sub-total>button, .congo-msg>div>p {
    font-size: 13px !important;
}
.btn-with-sub-total>button {
    font-size: 12px;
}
.upsell-header {
    padding: 12px;
}
.cart-drawer-announcement-bar {
    padding-block: 10px;
}
.upsell-products-wrapper .m-product-card__content {
    width: 100%;
    padding-inline: 0;
}
.product-items .m-product-card {
    min-width: 70%;
    /* flex-direction: column; */
    /* height: fit-content; */
}
.upsell-products-wrapper .m-product-card .m-price--on-sale .m-price-item--regular {
    font-size: 11px!important;
}
.footer-price-viewer>button {
    margin-top: 2px;
}
.upsell-products-wrapper .m-add-to-cart {
    margin-top: 10px;
}
.product-items {
    gap: 10px;
}
.upsell-products-wrapper .m-product-card .m-product-card__price {
    align-items: flex-start;
    flex-direction: column;
}
  .upsell-products-wrapper .m-product-card .m-product-card__media {
    width: 50%;
}
  .m-cart-drawer__header .m-cart-drawer__title {
      padding: 5px;
  }
  .m-cart-drawer__header {
      padding: 7px 15px;
      gap: 2px;
  }
  .m-cart-drawer__header svg {
      height: 18px;
      width: 18px;
  }
  .m-cart__subtotal.threshold-ber-wrapper {
        padding: 10px 15px 5px 15px;
    }
  .main-shippingbar .head-text h6 {
      font-size: 12px;
      margin-bottom: 8px;
  }
  .side-cart-free-gifts {
      gap: 0px;
  }
  .side-cart-free-gifts>div {
      font-size: 11px;
  }
  .upsell-products-wrapper .m-product-card .m-product-card__title {
        margin-bottom: 0px;
        height: 20px;
    }
  .m-cart-drawer__items .m-cart-item--drawer__wrapper .m-cart-item__info {
      padding: 4px 0 4px 10px;
  }
  .m-cart-item__image {
      width: 105px!important;
      min-width: 105px!important;
  }
  adding: 1px 5px 2px;
  }
  .m-cart-drawer__body .divider {
      padding: 3px 0;
  }
  .m-cart-drawer__body .divider,
  .side-cart-membership,
  .upsell-header {
      margin: 0 -20px;
  }
  .upsell-products-wrapper {
      margin-inline: -16px;
  }
  .m-cart-drawer__close {
      top: 5px;
  }
  .price-summary-wrapper {
      padding: 13px 15px;
  }
  .congo-msg>div img {
      height: 18px;
      width: 18px;
  }
  .btn-with-sub-total {
      padding: 10px 15px;
      gap: 20px;
  }
  .m-cart-drawer__footer .m-cart__subtotal {
      gap: 5px;
  }
  .gokwik-checkout button > span.btn-text > span:first-child {
      font-size: 13px !important;
  }
  .m-cart-item {
      padding: 10px 0 !important;
  }
  .side-cart-free-gifts {
      margin-top: 5px;
  }
  .upsell-products-wrapper .m-product-card .m-product-card__title a.m-product-card__name {
        font-size: 13px;
    }
    .m-cart-drawer__header .m-cart-drawer__title {
        font-size: 13px;
    }
    .m-cart-drawer__close {
        top: 5px!important;
    }
}

@media(max-width:428px){
  .product-items .m-product-card {
      min-width: 75%;
  }
}

@media(max-width:393px){
    .product-items .m-product-card {
        min-width: 80%;
    }
}

@media(max-width:375px){
  .product-items .m-product-card {
      min-width: 90%;
  }
  .side-cart-membership>p {
        font-size: 12px;
    }
    .side-cart-membership>div>div>span {
        font-size: 32px;
    }
    .side-cart-membership>div>div>p {
        font-size: 12px;
    }
    .side-cart-membership>div {
        gap: 10px;
    }
    .side-cart-membership>div>img {
        width: 100px;
    }
}

@media(max-width: 360px){
  
.btn-with-sub-total>button {
  font-size: 11px;
}
}

/* responsive end */