.cart-page-wrapper{background:var(--Colors-Neutral-Greys-50,#f3f3f4);padding:56px 80px 80px;width:100vw}@media(max-width:980px){.cart-page-wrapper{padding:40px 24px}}.cart-page-wrapper .section-wrap{display:flex;gap:32px;min-height:calc(100vh - 200px);margin:0 auto;max-width:1920px}@media(max-width:980px){.cart-page-wrapper .section-wrap{flex-direction:column}}.cart-page-wrapper .section-wrap .empty-cart-state{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:24px}.cart-page-wrapper .section-wrap .empty-cart-state p{margin:0}.cart-page-wrapper .section-wrap .empty-cart-state button{min-width:200px}.cart-page-wrapper .section-wrap .left{width:60%}@media(max-width:980px){.cart-page-wrapper .section-wrap .left{width:100%}}.cart-page-wrapper .section-wrap .left .cart-products-wrapper{margin-top:24px;display:flex;flex-direction:column;gap:24px;width:100%}.cart-page-wrapper .section-wrap .right{width:40%}@media(max-width:980px){.cart-page-wrapper .section-wrap .right{width:100%}}.cart-page-wrapper .section-wrap .right .cart-summary-container{margin-top:24px;border-radius:16px;background:#fff;padding:32px 24px}.cart-page-wrapper .section-wrap .right .cart-summary-container .blue-container{display:flex;padding:24px;border-radius:8px;background:rgba(233,236,242,.5);gap:8px}.cart-page-wrapper .section-wrap .right .cart-summary-container .blue-container .text-container{display:flex;flex-direction:column;gap:8px}.cart-page-wrapper .section-wrap .right .cart-summary-container .promo-wrapper{display:flex;gap:16px;margin:24px 0}.cart-page-wrapper .section-wrap .right .cart-summary-container .promo-wrapper .MuiInputBase-root{border-radius:8px;background-color:#fff}.cart-page-wrapper .section-wrap .right .cart-summary-container .promo-wrapper .MuiInputBase-root:hover{background-color:#eaeaea}.cart-page-wrapper .section-wrap .right .cart-summary-container .promo-wrapper .MuiInputBase-root.Mui-focused{background-color:#f5f5f5;box-shadow:0 0 4px rgba(0,0,0,.2)}.cart-page-wrapper .section-wrap .right .cart-summary-container .activePromoCodes{display:flex;justify-content:start;gap:8px;flex-wrap:wrap;margin-bottom:24px}.cart-page-wrapper .section-wrap .right .cart-summary-container .activePromoCodes .promo{padding:8px;display:flex;align-items:center;border:1px solid gray;border-radius:8px}.cart-page-wrapper .section-wrap .right .cart-summary-container .activePromoCodes .promo .MuiIconButton-root{padding:0!important}.cart-page-wrapper .section-wrap .right .cart-summary-container .cart-summary{display:flex;flex-direction:column;gap:20px}.cart-page-wrapper .section-wrap .right .cart-summary-container .cart-summary .line{border-bottom:1px solid var(--Colors-Neutral-Greys-50,#f3f3f4);margin:16px 0}.cart-page-wrapper .section-wrap .right .cart-summary-container .cart-summary .summary-text-wrapper{display:flex;justify-content:space-between}.cart-page-wrapper .section-wrap .right .cart-summary-container .cart-summary .main-btn{border-radius:99999px;width:100%;padding:14px 24px}.cart-page-wrapper .section-wrap .right .cart-summary-container .cart-summary .summary-payment-wrapper{margin-top:16px;display:flex;justify-content:space-between;align-items:center}.cart-page-item-wrapper{padding:16px;width:100%;display:flex;gap:16px;border-radius:16px;background:#fff}.cart-page-item-wrapper .left{width:20%;display:flex;align-items:center;justify-content:center;max-width:134px}.cart-page-item-wrapper .left img{width:100%;height:100%;position:relative!important}.cart-page-item-wrapper .plus{color:#fff}.cart-page-item-wrapper .minus{color:#aeaeae}.cart-page-item-wrapper .inWishList{color:#df002c}.cart-page-item-wrapper .icon{width:16px;height:16px}.cart-page-item-wrapper .right{width:80%!important;display:flex;flex-direction:column;gap:12px}.cart-page-item-wrapper .right .header-container{display:flex;justify-content:space-between;align-items:center}@media(max-width:700px){.cart-page-item-wrapper .right .header-container{flex-direction:column;align-items:start;gap:1rem}}.cart-page-item-wrapper .right .price-container{display:flex;gap:8px}.cart-page-item-wrapper .right .price-container .text-mini-14{text-decoration:line-through}.cart-page-item-wrapper .right .active-discount{display:flex;align-items:center;margin:8px 0;font-size:14px;color:green}.cart-page-item-wrapper .right .active-discount .discount-check{margin-right:4px}.cart-page-item-wrapper .right .cart-buttons-wrapper{display:flex;justify-content:space-between;gap:16px}@media(max-width:980px){.cart-page-item-wrapper .right .cart-buttons-wrapper{justify-content:flex-start;gap:6px}}.cart-page-item-wrapper .right .cart-buttons-wrapper .buttons-wrapper{flex:2 1;display:flex;border-radius:29.286px;border:.732px solid var(--Colors-Neutral-Greys-100,#dadbdc);padding:6px 8px;justify-content:space-between;align-items:center;gap:16px}@media(max-width:980px){.cart-page-item-wrapper .right .cart-buttons-wrapper .buttons-wrapper{width:100%}}.cart-page-item-wrapper .right .cart-buttons-wrapper .buttons-wrapper .icon-wrapper{border-radius:48%;background:var(--Colors-Primary---Blue-500,#263e7a);cursor:pointer}.cart-page-item-wrapper .right .cart-buttons-wrapper .buttons-wrapper .icon-wrapper:first-child{background-color:#fff}.cart-page-item-wrapper .right .cart-buttons-wrapper .end-buttons-wrapper{display:flex;gap:16px;flex:4 1;justify-content:end;flex-direction:row-reverse}@media(max-width:980px){.cart-page-item-wrapper .right .cart-buttons-wrapper .end-buttons-wrapper{gap:6px;flex:1 1}}.cart-page-item-wrapper .right .cart-buttons-wrapper .end-buttons-wrapper .delete-btn,.cart-page-item-wrapper .right .cart-buttons-wrapper .end-buttons-wrapper .heart-btn{cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:60px;border:1.5px solid rgba(0,0,0,.15);padding:10px 15px}@media(max-width:360px){.cart-page-item-wrapper .right .cart-buttons-wrapper .end-buttons-wrapper .delete-btn,.cart-page-item-wrapper .right .cart-buttons-wrapper .end-buttons-wrapper .heart-btn{padding:5px 7.5px}}