.cart-item-wrapper{border-radius:8px;background:#fff;padding:16px;display:flex;align-items:center;gap:12px}@media screen and (max-width:1250px){.cart-item-wrapper{flex-wrap:wrap;padding-left:0}}.cart-item-wrapper img{flex:2 1}@media screen and (max-width:1250px){.cart-item-wrapper img{flex:1 1;width:60px;height:60px}}.cart-item-wrapper .product-info{flex:3 1;display:flex;flex-direction:column;gap:4px}@media screen and (max-width:1250px){.cart-item-wrapper .product-info{flex:1 1 65%}}.cart-item-wrapper .product-info .product-name{color:var(--Dark-Green,#024213);font-family:var(--font-readexPro);font-size:18px;font-style:normal;font-weight:600;line-height:140%}@media screen and (max-width:1250px){.cart-item-wrapper .product-info .product-name{font-size:16px}}.cart-item-wrapper .product-info .product-price{color:var(--Dark-Grey,#3a3a3a);font-family:var(--font-readexPro);font-size:16px;font-style:normal;font-weight:700;line-height:130%;letter-spacing:1.44px;text-wrap:nowrap}.cart-item-wrapper .product-info .product-price span{color:var(--Dark-Grey,#3a3a3a);font-family:var(--font-readexPro);font-size:12px;font-style:normal;font-weight:700;line-height:150%;letter-spacing:.4px}@media screen and (max-width:1250px){.cart-item-wrapper .product-info .product-price span{display:none}}.cart-item-wrapper .price-container{flex:5 1;display:flex;border-radius:24px;background:#fff;padding:12px;gap:12px;align-items:center}@media screen and (max-width:1250px){.cart-item-wrapper .price-container{padding:0 16px;margin-top:16px;gap:16px}}.cart-item-wrapper .price-container .price{color:var(--Dark-Green,#024213);font-family:var(--font-readexPro);font-size:20px;font-style:normal;font-weight:600;line-height:140%}.cart-item-wrapper .price-container .buttons-container{display:flex;border-radius:5px;background:#f2f2f2;padding:6px;align-items:center;gap:11.714px}.cart-item-wrapper .price-container .buttons-container .MuiButtonBase-root.iconButton{display:flex;padding:4px;justify-content:center;align-items:center;gap:5.857px;border-radius:4px;background:#fff;min-width:0}.cart-item-wrapper .price-container .buttons-container .disabled{opacity:.2}.cart-item-wrapper .price-container .buttons-container .quantity{color:#170f49;text-align:center;font-family:var(--font-intro);font-size:14px;font-style:normal;font-weight:400;line-height:160%;min-width:23px}.cart-item-wrapper .price-container .MuiButtonBase-root.delete-icon{display:flex;width:41px;justify-content:center;align-items:center;gap:8px;align-self:stretch;border-radius:5px;background:#f2f2f2;min-width:none}@media screen and (max-width:1250px){.cart-item-wrapper .price-container .MuiButtonBase-root.delete-icon{padding:8px}}.cart-item-wrapper .price-container .icon{font-size:24px;color:#024213}@media screen and (max-width:1250px){.cart-item-wrapper .price-container .icon{font-size:16px}}