/** Shopify CDN: Minification failed

Line 389:18 Expected identifier but found "{"
Line 389:19 Expected identifier but found "%"
Line 389:47 Unexpected "{"
Line 389:48 Unexpected "{"
Line 389:61 Expected ":"
Line 389:64 Unexpected "{"
Line 389:65 Expected identifier but found "%"
Line 389:76 Unexpected "100"
Line 389:80 Expected identifier but found "%"
Line 389:90 Expected identifier but found "%"

**/
.ct-cart-drawer {
    position: relative;
}
.ct-cart-checkout-main{
    position: absolute;
    top: 50%;
    transform: translateY(-30%);
    width: 100%;
    animation: progressAnimationleft 6.5s;
}
@keyframes progressAnimationleft {
     from { left: -115% }
     to   { left:   0% }
}
.ct-acrt-empty.ct-prograss-bar-main {
    display: none;
}
.ct_wrap_prod_main {
    width: 100%;
    display: flex;    
    flex-direction: column;  
    row-gap: 10px;
    /* overflow: hidden;
    overflow-x: auto; */
}
.ct-cart-cuppon-code-title {
    font-size: 16px;
    font-family: 'Manrope';
    font-weight: 500;
    /* color: #000; */
    width: 100%;
    text-align: center;
    /* background: #ffe8e4; */
    border-radius: 5px;
}
.ct_cart_drawer_main-product {
    width: 100%;
    margin-top: 0px;
}
.cart-drawer .cart-item:last-child {
    margin-bottom: 0 !important;
}
p.ct-total-mrp {
    font-family: 'Manrope';
    font-weight: 500;
    color: #000;
    font-size: 14px;
    line-height: normal;
}
.ct-cart-drawer-add span.infor_class {
    font-size: 12px;
    line-height: 15px;
}
.product__info-container .product__title h1 {
    font-family: Avenir;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-align: left;
}
.product__info-wrapper p.rating-count.caption span {
    font-family: Manrope !important;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 19.12px;
    text-align: left;
}
.product__info-wrapper .product__tax.caption.rte, .ct-product-details-mob-main .product__tax.caption.rte{
      font-family: Avenir;
      color: #000;
      font-weight: 600;
      font-size: 16px;
      border-bottom: 1px solid;
      display: block;
      border: 0;
}
.ct_price span.product-price-compare {
    text-decoration: line-through;
}
.product__media-toggle.video_custom_class:after {
    display: none;
}

.videos_custom_class {
    display: none !important;
}
.thumbnail-list__item:first-child{
   display: block !important;
}
.product__info-wrapper .product-form__input input[type=radio]:checked+label {
    border: 3px solid white;
    outline: 1px solid #2f8872;
}
.product__info-wrapper .product-form__input input[type=radio]+label {
    padding: 0 !important;
    margin: .7rem 1rem .2rem 0 !important;
}
.product__info-wrapper .product-form__input input[type=radio]+label.size-variants-label {
    font-size: 16px !important;
    border: none !important;
    padding: 8px 14px !important;
}
span.option_name {
    font-family: Manrope;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.86px;
    text-align: left;
    color: #000;
}
span.ct-add_Per-color-Sswitch {
    color: #000;
}
span.cus-color-title {
    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.86px;
    text-align: left;
    text-transform: capitalize;
  color: #000;
}
.ct-mega-menu .header__menu-item .header__menu-item.main-menu {
    padding: 0;
}
img.addon_img_info {
    margin: 0;
}
input#addon-checkbox {
    margin: 0;
    width: 13px;
    min-width: 13px;
}
.addon_class {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 0px !important;
    position: relative;
}
span.infor_class {
    font-family: Manrope;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #000;
    width: 100%;
    max-width: 360px;
}
.addon_class span.price-item.price-item--sale.price-item--last {
    font-family: Manrope;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.12px;
    text-align: left;
    color: #000;
}
input[type=checkbox]{
    display: inline-block;
    width: 100%;
    max-width: 24px;
    min-width: 24px;
    height: 100%;
    min-height: 24px;
    margin-right: .5rem;
}
/* .addon_class s.price-item.price-item--regular {
    font-family: Manrope;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
} */
.addon_img_info_main {
    width: 100%;
    max-width: fit-content;
    line-height: 0;
    position: relative;
}
.addon_img_info_main:hover .ct_dolphin_popup{
    display: flex;
}
.totals.ct-compare-price-total {
    margin-top: 5px;
}
.ct_dolphin_popup {
    width: 100%;
    max-width: 150px;
    min-width: 220px;
    position: absolute;
    top: -12px;
    left: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
}
.ct_dolphin_popup-inner {
    font-family: Manrope;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.12px;
    text-align: left;
}
.ct_dolphin_popup-inner p {
    margin: 0;
    letter-spacing: 0;
}
.product_form_class {
    margin-top: 8px !important;
    margin-bottom: 12px !important;
    border: 1px solid #2f8872;
    border-radius: 5px;
    width: 100%;
    max-width: fit-content;
}
.product__accordion.accordion.quick-add-hidden {
    border-bottom: 1px solid #000;
    margin: 0px;
}
.product_form_class product-form.product-form {
    margin-top: 0 !important;
    margin-bottom: 0px;
}
.free_infor .shipping_info_class{
    font-family: Manrope;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: center;
    letter-spacing: normal;
      color: #000;
}
.product_form_class .product-form__buttons {
    max-width: initial;
}
.free_infor {
    text-align: center;
    margin-top: 0px !important;
}
.product_form_class .product-form__buttons .product-form__submit span {
	font-family: Manrope;
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	padding: 15px;
}
.ct-Product-highlight-content {
    max-width: 100% !important;
    justify-content: center !important;
}
.product__accordion.accordion.quick-add-hidden details {
    /* padding-block: 10px; */
    border-bottom: 0px solid;
    margin-top: 0;
}
.product__accordion .accordion summary {
    padding: 0;
}
.ct-Product-highlight-title {
    margin-top: 8px;
}
.free_infor,.product__info-wrapper .price-section {
    /* border-bottom: 1px solid; */
    padding-bottom: 15px ;
}
.product__info-wrapper .price-section {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: baseline;
}
.product__info-wrapper p.product__text.inline-richtext.caption-with-letter-spacing {
    font-family: Avenir;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.86px;
    text-align: center;
}
.ct-price-section-main-sticky .ct-price-section {
    padding: 0 !important;
}
.icon-with-text span.h4.inline-richtext {
    font-family: Manrope;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    text-align: center;
}
.product__info-wrapper ul.icon-with-text:last-child {
    border-bottom: 1px solid;
    padding-bottom: 20px;
}
.main-product-description summary {
    justify-content: space-between;
    display: flex;
    padding: 12px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
/* .main-product-description summary svg.icon.icon-plus {
    width: 12px;
} */
.main-product-description summary .summary__title {
    width: 80%;
    line-height: normal;
}
.accordion summary {
    padding: 1.3rem 0 !important;
}
.main-product-description[open] svg.icon.icon-plus {
    transform: rotate(180deg);
}
.main-product-description {
    /* border-top: 1px solid; */
    padding-top: 0px;
    margin: 0 !important;
}

.product__info-wrapper .product__info-container span.badge.price__badge-sale.color-scheme-4 {
    display: none;
}
.ct-product-accod-svg{
    width:20px;
    height:20px;
}
.product__info-container h2.h4.accordion__title.inline-richtext {
    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.86px;
    text-align: left;
    padding-left: 15px;
}
/* .accordion details > summary svg.icon.icon-plus {
    width: 12px;
} */

.accordion details[open]>summary .icon-plus {transform: rotate(180deg);}
.ct-shipping-progress-bar {
    border-radius: 5.792px;
    background: #E7E7E7;
    width: 100%;
    height: 5px;
    margin-top: 2px;
    margin-bottom: 12px;
}
.ct-shipping-progress-bar .progress-bar-fill {
    border-radius: 5.792px;
    background: #FF624D;
    width: 100%;
    height: 5px;
    animation: progressAnimationStrike 6s;
    position: relative;
    display: block;
}
.ct-shipping-progress-bar .progress-bar-fill::after {
    background: url(/cdn/shop/files/truck.svg?v=1712639473) scroll center;
    content: "";
    position: absolute;
    height: 20px;
    width: 21px;
    right: 0;
    left: auto;
    top: 0;
    background-size: 20px;
    background-repeat: no-repeat;
    transform: translate(0%, -33%);
    z-index: 1;
}
@keyframes progressAnimationStrike {
     from { width: 0 }
     to   { width:{% if total_cart2 <= 100 %}  {{ total_cart2 }}{% else %}  100{% endif %}% }
}
.cart-drawer .ct-prograss-bar-main-inner {
    background: #F9F9F9;
    padding-inline: 20px;
    padding-block: 8px 10px;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 4px;
}
.cart-drawer .drawer__header {
    /* border-bottom: 1px solid #000; */
    padding-inline: 22px;
}
.cart-drawer .drawer__header .drawer__heading {
    margin: 0;
}
.cart-drawer .ct-prograss-bar-main-inner .ct-cart-drawer-title {
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.cart-drawer .drawer__cart-items-wrapper .cart-items {
    padding-inline: 5px;
    /* overflow-y: scroll;
    max-height: 316px; */
}
.cart-drawer .drawer__cart-items-wrapper .cart-items[role="table"]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #F6F6F5;
    border-radius: 10px;
}
.cart-drawer .drawer__cart-items-wrapper .cart-items[role="table"]::-webkit-scrollbar-thumb {
    background-color: #FF624D;
    border-radius: 10px;
}
/* cart-drawer-items::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #F6F6F5;
    border-radius: 10px;
}
cart-drawer-items::-webkit-scrollbar-thumb {
    background-color: #FF624D;
    border-radius: 10px;
} */
.cart-drawer .drawer__cart-items-wrapper .cart-items[role="table"]::-webkit-scrollbar
{
	width: 4px;
  border-radius: 10px;
	background-color: #F6F6F5;
}
.cart-drawer .cart-item__details[headers="CartDrawer-ColumnProduct"] {
    width: auto;
}
.product-cart-part {
    margin-right: 14px;
}
.cart-drawer .cart-item__details .product-option {
    font-size: 18px;
    font-family: 'Manrope';
    letter-spacing: 0;
    color: #000;
    font-weight: 500;
  margin-top: 0;
}
.cart-drawer .quantity-popover-container .quantity::after{
      border-radius: 30px;
}
.cart-drawer .quantity-popover-container quantity-input.quantity.cart-quantity {
    min-height: calc((var(--inputs-border-width)* 2) + 2.8rem);
    width: calc(8rem / var(--font-body-scale) + var(--inputs-border-width)* 2);
}
quantity-input.quantity.cart-quantity .quantity__button{
  width: calc(3rem / var(--font-body-scale));
}
cart-remove-button .button span.remove-text {
    font-size: 16px;
    text-transform: capitalize;
    font-family: var(--mono-heading-font-family);
    FONT-WEIGHT: 500;
    color: #000;
    letter-spacing: 0;
    text-decoration: underline;
}

.cart-drawer .cart-item__details dl .product-option {
    font-size: 14px;
}
.cart-inner-policy {
    display: flex;
    justify-content: space-between;
    width: 100%;
    justify-items: center;
  margin-bottom: 20px;
  padding-inline: 20px;
}
.cart-inner-policy .cart-inner {
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-align: center;
    align-items: center;
      width: 33.33%;
      gap: 10px;
}
.cart-inner-policy .cart-inner span.policy-text {
    font-size: 14px;
    line-height: 16px;
    font-family: var(--mono-heading-font-family);
    color: #000;
    font-weight: 500;
    letter-spacing: 0;
}
.cart-inner-policy .cart-inner img {
    width: 100%;
    max-width: 40px;
    height: 100%;
}
.cart-drawer .totals .totals__total,.cart-drawer .totals p.totals__total-value {
    font-size: 22px;
    font-family: 'Manrope';
    font-weight: 500;
    color: #000;
}
.ct-cart-amount {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0 0 0 !important;
}
.ct-cart-amount p {
    margin: 0;
}
.h2.totals__total {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.84px;
    color: #000;
    font-family: 'Manrope';
    margin: 0 !important;
}
h2.totals__total {
    margin: 0;
}
.cart-drawer .cart-item__details dl .product-option dd.color-variant-main {
    word-break: break-word;
    border: 1px solid #000;
    height: 19px;
    width: 19px;
    display: flex;
    padding: 1px;
    border-radius: 50%;
    text-align: center;
}
.cart-drawer .cart-item__details dl .product-option span.color-variant {
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0px;
    border-radius: 50%;
}
.cart__ctas{
  margin-block-start: 15px;
}
.image-with-text__heading.inline-richtext.h1 {
    font-size: 52px;
    font-family: 'Avenir';
    font-weight: 600;
}
.image-with-text__text p {
    font-family: 'Manrope';
    font-weight: 500;
    color: #000;
    letter-spacing: 0;
    line-height: 27px;
}
.product-option-price-main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 5px;
    margin: 0;
}
.product-option-price-main .ct-compare-price {
    color: #000000BF !important;
    line-height: 24.59px;
    text-align: left;
    text-decoration: line-through;
}
.ct-compare-price-total {
    margin: 7px 0 0 0;
}
.ct-compare-price-total .h2.totals__total {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 19.84px;
    text-align: left;
    color: #000;
    margin: 0;
}

p.totals__total-value.ct--total-save {
    font-size: 14px !important;
    line-height: 19.84px;
    text-align: left;
}
.addon_class {
    margin: 0 10px;
    margin-bottom: 10px !important;
    /* border-top: 1px solid #000; */
    padding-top: 10px;
    position: relative;
}
.ct_prod img {
    width: 70px;
    max-width: 100%;
    height: auto;
    transform: scale(1.2);
    border-radius: 4px;  
}
.ct_prod {
    display: inline-flex;
    justify-content: start;
    background: #FF624D26;
    padding: 10px;
    gap: 14px;
    width: -webkit-fill-available;
}
.dt_wrap_price-inner .ct_title a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ct_wrap_prod {
    width: 100%;
    margin-right: 7px;
}
.dt_wrap_price {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 5px;
    position: relative;
}
product-form.ct-cart-form-button-main button {
    width: auto;
    padding-block: 4px;
    min-height: auto;
    min-width: auto;
    padding-inline: 12px;
    background: #000;
}
.ct_prod .image {
    flex-shrink: 0;
    line-height: 0;
}
product-form.ct-cart-form-button-main button::after,product-form.ct-cart-form-button-main button:hover::after {
    border: none;
    box-shadow: none !important;
}
.ct_price {
    color: #000;
    letter-spacing: normal;
    font-weight: 500;
}
.ct_cart_drawer_main-product .mm-ajaxcart-bottom-head {
    font-size: 20px;
    font-family: 'Avenir';
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 27px;
    margin-bottom: 8px;
}
.ct_cart_drawer_main {
    padding-inline-start: 10px;
    padding-bottom: 5px;
}
.dt_wrap_price-inner .ct_title {
    line-height: 21px;
}
product-form.ct-cart-form-button-main {
    display: flex;
    align-self: flex-end;
    position: absolute;
    right: 0;
}
.image-with-text__media-item.image-with-text__media-item--large {
    width: 55.5%;
    max-width: 55.5%;
    height: 628px;
}
.image-with-text__media-item--large+.image-with-text__text-item {
    width: 44%;
    max-width: 44%;
}
.image-with-text-second .image-with-text__media-item.image-with-text__media-item--large {
    width: 52.75%;
    max-width: 52.75%;
    height: 100%;
}
.image-with-text-second .image-with-text__content {
    padding: 6rem 15rem 7rem 68px;
}
.ct-cart-item-var-price {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
dl.ct-cart-variant-main {
    margin: 0;
}
td.cart-item__media {
    line-height: 0;
}
@media(max-width:1280px){
  .image-with-text-second .image-with-text__content {
    padding: 6rem 3rem 7rem 68px;
  }
}
  
@media(max-width:1000px){
  .image-with-text .grid {
    flex-direction: column;
}
  .image-with-text .grid__item {
    position: relative;
    width: 100%;
    max-width: 100%;
}
  .image-with-text-first .image-with-text__grid {
    flex-direction: column-reverse;
}
  .image-with-text__heading.inline-richtext.h1 {
    font-size: 34px;
 }
  .image-with-text__text p {
    font-size: 14px;
        line-height: 22px;
  }
  .collection-list-wrapper.category-card .title-wrapper-with-link {
        margin-bottom: 25px;
}
  .image-with-text__text-item .image-with-text__content {
    padding: 3rem calc(2rem / var(--font-body-scale)) 3rem;
 }
li.ct-mobile-main-manu-li:nth-child(7) {
    display: none;
}  
}
.ct_wrap_prod_main::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.ct_wrap_prod_main::-webkit-scrollbar{
	width: 5px;
	height: 5px;
	background-color: #F5F5F5;
}
.ct_wrap_prod_main::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
p.ct-total-off {
    font-size: 14px;
    font-family: 'Manrope';
    font-weight: 500;
}
p.ct-total-off .ct-total-off-amount{
    color: #000;
    text-decoration: line-through;  
}
p.ct-total-off .ct-total-off-free{
    color: green;
}
@media(max-width:768px){
dl.ct-cart-variant-main {
    margin: 0;
}
span.ct-checkout-title-head {
    font-size: 18px !important;
}  
.cart-item__details>*+* {
    margin-top: 0rem !important;
}  
.ct-cart-cuppon-code-title {
    font-size: 14px;
}  
 .cart-inner-policy .cart-inner img {
    max-width: 30px;
} 
.ct_wrap_prod_main::-webkit-scrollbar{
    display: none;
}
.cart-drawer .drawer__header .drawer__heading {
    font-size: 24px;
}
.product__info-wrapper .product__tax.caption.rte{
  display:none;
}
span.option_name, span.cus-color-title {
    font-size: 14px;
    line-height: 19.12px;
}
.ct-add_Per-tag-heading {
    font-size: 14px;
    line-height: 19.12px;
}
.ct-add_Per-tag-content {
    padding: 10px 0 20px 0;
}
  .ct_price {
    font-size: 12px;
}
  .cart-drawer .totals.ct-compare-price-total {
    margin-top: 5px;
}
  .cart-drawer .totals h2.totals__total {
    margin: 0;
}
  .product-cart-part {
    margin-right: 2px;
}
  .dt_wrap_price-inner .ct_title a{
        -webkit-line-clamp: 1;
  }
.cart-drawer .drawer__cart-items-wrapper .cart-items {
    padding-inline: 12px;
    /* max-height: 220px; */
}
cart-remove-button .button {
    min-height: 2.9rem !important;
}  
  .cart-drawer .drawer__header {
    /* padding-block: 11px; */
  }
  .cart-drawer .drawer__header,.cart-inner-policy {
    padding-inline: 12px;
}
  .cart-drawer .cart-item__details .product-option{
        font-size: 16px;
  }
  .product-option-price-main {
    margin-top: 1px;
 }
  .ct_prod img {
    width: 50px;
  }
  /* .ct_wrap_prod {
    height: 75px;
  } */
  .ct_cart_drawer_main-product .mm-ajaxcart-bottom-head {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
  }
 
  .cart-inner-policy .cart-inner span.policy-text{
    font-size: 12px;
    line-height: 14px;
  }
  .cart-inner-policy .cart-inner{
    gap: 5px;
  }
  .cart-inner-policy{
    margin-bottom: 5px;
    gap: 15px;
  }
  .cart-drawer .addon_class {
    margin: 0 12px;
    margin-bottom: 5px !important;
    padding-top: 5px;
 }
  .ct-image-text-title strong:before{
        top: -5px;
  }
  .cart-drawer .totals .totals__total, .cart-drawer .totals p.totals__total-value {
    font-size: 20px;
 }
  .cart-drawer .cart-item__image {
    width: auto;
    height: auto;
}
  .ct-Product-highlight-box {
    min-width: auto;
}
.ct-add_Per-tag-input input {
    padding: 9px 9px;
}
.ct-add_Per-tag-input button.ct_add_Per_tag_btn {
    padding: 8px 20px;
    font-size: 14px;
    line-height: 19.12px;
}
  .image-with-text__media-item.image-with-text__media-item--large {
    height: 271px;
}
.ct-add_Per-color-heading {
    font-size: 14px;
    line-height: 19.12px;
}
.cart-drawer .addon_class {
    margin-bottom: 13px!important;
}
.icon-with-text--horizontal {
    column-gap: 5px;
}
.ct-price-section-main-sticky .ct-price-section{
    border-bottom: 0px solid;
    padding-bottom: 0px !important;
}
.main-product-description {
    /* border-top: 1px solid; */
    padding-top: 0;
    margin: 0 !important;
}
.main-product-description {
    padding-top: 0px;
    border-top: 0px solid;
    border-bottom: 0px solid;
} 
.ct-cart-item-var-price {
    margin-top: 2px !important;
}  
span.infor_class {
    font-size: 14px;
    line-height: 18px;
}   
}
@media(max-width:360px){
.ct-compare-price-total .h2.totals__total, p.totals__total-value.ct--total-save {
    font-size: 14px !important;
    line-height: 16px;
}
.cart-drawer .totals .totals__total, .cart-drawer .totals p.totals__total-value {
    font-size: 16px;
}
.snap_emi_txt_minicart{
  margin-bottom: 0px!important;
} 
.cart__ctas {
    margin-block-start: 5px!important;
}

span.ct-checkout-title-head {
    font-size: 15px !important;
}
span.ct-checkout-title-text {
    font-size: 12px !important;
    line-height: 12px !important;
}
.ct_cart_drawer_main-product {
    margin-top: 3px;
}
.ct-cart-cuppon-code-title {
    font-size: 13px;
}  
.cart-drawer .drawer__cart-items-wrapper .cart-items {
    /* max-height: 250px; */
    padding-inline: 2px;
}
.product-cart-part {
    margin-right: 0px;
}  
.cart-item__name {
    font-size: 14px !important;
}  
.cart-drawer .cart-item__details .product-option {
    font-size: 13px;
}  
.cart-drawer .cart-item__details .product-option {
    font-size: 12px;
}  
}