body{overflow-x:hidden}#cart-container{background:#f4f4f4}#cart-container .heading-wrapper{align-items:flex-start;display:flex;flex-flow:column nowrap;gap:10px;justify-content:flex-start;margin-bottom:30px}@media only screen and (max-width:767.98px){#cart-container .heading-wrapper{align-items:center;justify-content:center;margin-bottom:20px;text-align:center}}#cart-container .heading-wrapper .cart-counter{color:var(--text-primary-color);font-size:14px;font-weight:700}#cart-container .heading-wrapper .cart-counter:after{color:inherit;content:attr(data-in-your-cart);font-size:inherit;font-weight:400}#cart-container .cart{display:flex;flex-flow:row nowrap;gap:30px}@media only screen and (max-width:991.98px){#cart-container .cart{flex-flow:column nowrap}}#cart-container .cart .items-wrapper{background:#fff;border-radius:var(--border-radius);padding:25px}@media only screen and (max-width:767.98px){#cart-container .cart .items-wrapper{padding:15px}}#cart-container .cart .items-wrapper .cart-table-headings{align-items:baseline;display:flex;flex-flow:row nowrap;gap:10px;justify-content:space-between;margin:0 30px 20px 0}@media only screen and (max-width:575.98px){#cart-container .cart .items-wrapper .cart-table-headings{display:none}}#cart-container .cart .items-wrapper .cart-table-headings .table-heading{font-size:14px;font-weight:700;text-align:center}#cart-container .cart .items-wrapper .cart-table-headings .table-heading.product-heading{flex:1;text-align:left}#cart-container .cart .items-wrapper .cart-table-headings .table-heading.price-heading,#cart-container .cart .items-wrapper .cart-table-headings .table-heading.quantity-heading,#cart-container .cart .items-wrapper .cart-table-headings .table-heading.subtotal-heading{min-width:90px}#cart-container .cart .items-wrapper .items{align-items:center;display:flex;flex-flow:column nowrap;gap:15px;justify-content:center}#cart-container .cart-details{box-sizing:border-box;margin-left:auto;min-width:200px;padding:0 0 40px;position:relative;width:380px}@media only screen and (max-width:991.98px){#cart-container .cart-details{margin-bottom:2rem;width:100%}}#cart-container .cart-details__inner{align-items:center;display:flex;flex-flow:column nowrap;gap:15px;justify-content:center;position:sticky;top:8rem}#cart-container .cart-details__title{margin-bottom:10px}#cart-container .cart-details .checkout-btn{display:flex;justify-content:center;margin-top:10px;width:100%}#cart-container .cart-details .sub-total-wrapper,#cart-container .cart-details .total-wrapper,#cart-container .cart-details__title{align-items:baseline;color:var(--text-primary-color);display:flex;gap:10px;justify-content:space-between;width:100%}#cart-container .cart-details .sub-total-wrapper p,#cart-container .cart-details .sub-total-wrapper span,#cart-container .cart-details .total-wrapper p,#cart-container .cart-details .total-wrapper span,#cart-container .cart-details__title p,#cart-container .cart-details__title span{color:inherit;font-family:Instrument Sans;font-size:14px;margin:0}#cart-container .cart-details .total-wrapper{align-items:flex-start;font-weight:700}#cart-container .cart-details .total-wrapper .total{font-size:16px;font-weight:inherit}.cart-no-items{text-align:center}.cart-no-items__title{font-size:22px;font-weight:700;margin:30px 0;text-align:center}@media only screen and (min-width:768px){.cart-no-items__title{font-size:30px;font-weight:600;margin:30px 0;text-align:center}}.cart-no-items a{display:block;margin:0 auto}.cart-no-items .back-link{color:#000;font-size:14px;margin-top:1rem;text-decoration:underline}
