.MuiDrawer-paper{width:40%}@media(max-width:980px){.MuiDrawer-paper{width:80%}}.custom-cart-paper{width:660px;padding:32px}@media(max-width:980px){.custom-cart-paper{height:80vh!important;width:100%;border-radius:16px 16px 0 0}}.custom-cart-paper .cart-wrapper{height:100%;display:flex;flex-direction:column}.custom-cart-paper .cart-wrapper .cart-header-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.custom-cart-paper .cart-wrapper .cart-header-wrapper .header-texts{display:flex;flex-direction:column;gap:8px}.custom-cart-paper .cart-wrapper .cart-header-wrapper svg{cursor:pointer}.custom-cart-paper .cart-wrapper .cart-items-wrapper{flex:1 1;overflow-y:auto}.custom-cart-paper .cart-wrapper .cart-items-wrapper .empty-cart-state{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:24px}.custom-cart-paper .cart-wrapper .cart-items-wrapper .empty-cart-state p{margin:0}.custom-cart-paper .cart-wrapper .cart-items-wrapper .empty-cart-state button{min-width:200px}.custom-cart-paper .cart-wrapper .cart-items-wrapper .line{border-bottom:1px solid var(--Colors-Neutral-Greys-50,#f3f3f4);margin:16px 0}.custom-cart-paper .cart-wrapper .cart-summary{display:flex;flex-direction:column;gap:20px;margin-top:auto}.custom-cart-paper .cart-wrapper .cart-summary .summary-text-wrapper{display:flex;justify-content:space-between}.custom-cart-paper .cart-wrapper .cart-summary .cart-buttons-wrapper{display:flex;gap:20px;width:100%}@media(max-width:980px){.custom-cart-paper .cart-wrapper .cart-summary .cart-buttons-wrapper{flex-direction:column}}.custom-cart-paper .cart-wrapper .cart-summary .cart-buttons-wrapper button{width:50%;padding:14px 24px;border-radius:99999px}@media(max-width:980px){.custom-cart-paper .cart-wrapper .cart-summary .cart-buttons-wrapper button{width:100%}}.cart-item-wrapper{padding:16px;width:100%;display:flex;gap:16px}@media(max-width:980px){.cart-item-wrapper{padding:0}}.cart-item-wrapper .left{flex:1 1;display:flex;align-items:center;justify-content:center}.cart-item-wrapper .left img{position:relative!important;max-height:150px;object-fit:contain}.cart-item-wrapper .plus{color:#fff}.cart-item-wrapper .minus{color:#aeaeae}.cart-item-wrapper .Attributes{display:flex;flex-direction:column;align-items:start}.cart-item-wrapper .right{flex:3 1;display:flex;flex-direction:column;gap:12px}.cart-item-wrapper .right .price-container{display:flex;gap:8px}.cart-item-wrapper .right .price-container .text-mini-14{text-decoration:line-through}.cart-item-wrapper .right .active-discount{display:flex;align-items:center;margin:8px 0;font-size:14px;color:green}.cart-item-wrapper .right .active-discount .discount-check{margin-right:4px}.cart-item-wrapper .right .cart-buttons-wrapper{display:flex;justify-content:space-between}@media(max-width:980px){.cart-item-wrapper .right .cart-buttons-wrapper{gap:16px}}.cart-item-wrapper .right .cart-buttons-wrapper .buttons-wrapper{width:50%;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}@media(max-width:980px){.cart-item-wrapper .right .cart-buttons-wrapper .buttons-wrapper{width:100%}}.cart-item-wrapper .right .cart-buttons-wrapper .buttons-wrapper .icon-wrapper{border-radius:48%;background:var(--Colors-Primary---Blue-500,#263e7a);cursor:pointer}.cart-item-wrapper .right .cart-buttons-wrapper .buttons-wrapper .icon-wrapper svg{width:24px;height:24px}.cart-item-wrapper .right .cart-buttons-wrapper .buttons-wrapper .icon-wrapper:first-child{background-color:#fff}.cart-item-wrapper .right .cart-buttons-wrapper .delete-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 20px}