.cart-page .cart-item-wrap{background-color:#fff;border:1px solid #e2e2e2}.cart-page .cart-title{display:flex;align-items:center;justify-content:space-between;padding:15px;border-bottom:1px solid #e2e2e2}.cart-page .cart-title h6{font-size:18px;text-transform:capitalize;line-height:1}.cart-page .cart-title span.cart-count{font-size:16px;line-height:1}.cart-page .item-wrap ul{display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:1px solid #e2e2e2}.cart-page .item-wrap ul li{padding:15px}.cart-page .item-wrap ul li.item-info{width:60%}.cart-page .item-wrap ul li.item-qty,.cart-page .item-wrap ul li.item-price{width:20%;display:flex;flex-direction:column;justify-content:center}@media (max-width: 1199px){.cart-page .item-wrap ul li.item-info{width:100%}.cart-page .item-wrap ul li.item-qty,.cart-page .item-wrap ul li.item-price{width:50%;border-top:1px solid #e2e2e2}}@media (max-width: 767px){.cart-page .item-wrap ul li.item-info{flex-direction:column;text-align:center}.cart-page .item-wrap ul li.item-qty,.cart-page .item-wrap ul li.item-price{width:100%}}.cart-page .item-wrap ul li.item-info{display:flex;align-items:center}.cart-page .item-wrap ul li.item-info .item-img{width:150px}.cart-page .item-wrap ul li.item-info .item-title{width:calc(100% - 150px);display:flex;flex-direction:column;padding:0 15px}.cart-page .item-wrap ul li.item-info .item-title a{display:block;color:#222;font-size:15px;font-weight:500;line-height:1}.cart-page .item-wrap ul li.item-info .item-title span.item-option{display:flex;margin-top:11px;line-height:1}.cart-page .item-wrap ul li.item-info .item-title span.item-option span{text-transform:capitalize}.cart-page .item-wrap ul li.item-info .item-title span.item-option span.pro-variant-title{color:#222;font-size:15px;font-weight:500}.cart-page .item-wrap ul li.item-info .item-title span.item-option span.item-price{font-size:15px;font-weight:700}@media (max-width: 767px){.cart-page .item-wrap ul li.item-info .item-title{width:100%;align-items:center;padding:15px 0 0}}.cart-page .item-wrap ul li.item-qty{text-align:center}.cart-page .item-wrap ul li.item-qty .product-quantity{display:flex;justify-content:center}@media (max-width: 1199px){.cart-page .item-wrap ul li.item-qty{display:flex;align-items:flex-start}}@media (max-width: 767px){.cart-page .item-wrap ul li.item-qty{align-items:center}}.cart-page .item-wrap ul li.item-price span.amount{font-size:16px;font-weight:700}.cart-page .item-wrap ul li.item-price .remove-wrap{margin-top:8px;line-height:1}.cart-page .item-wrap ul li.item-price .remove-wrap a{font-size:16px;text-decoration:underline}@media (max-width: 1199px){.cart-page .item-wrap ul li.item-price{flex-direction:row;align-items:center;justify-content:space-between}.cart-page .item-wrap ul li.item-price .remove-wrap{margin-top:0}}@media (max-width: 767px){.cart-page .item-wrap ul li.item-price{justify-content:space-around}}.cart-page .cart-buttons{display:flex;align-items:center;justify-content:space-between;padding:15px}.cart-page .cart-buttons input{color:#666;font-size:16px;padding:0;background-color:transparent;border:none;text-decoration:underline}.cart-page .cart-buttons a{color:#666;font-size:16px;text-decoration:underline}@media (max-width: 767px){.cart-page .cart-buttons{flex-direction:column}.cart-page .cart-buttons a{margin-top:8px}}.cart-page .cart-total-wrap{position:sticky;top:0;background-color:#fff;border:1px solid #e2e2e2}.cart-page .cart-total-wrap .cart-sub-total,.cart-page .cart-total-wrap .cart-total .total-amount{display:flex;align-items:center;justify-content:space-between;padding:15px;border-bottom:1px solid #e2e2e2}.cart-page .cart-total-wrap .cart-sub-total span,.cart-page .cart-total-wrap .cart-total .total-amount span{font-size:16px}.cart-page .cart-total-wrap .cart-sub-total .amount,.cart-page .cart-total-wrap .cart-total .total-amount .amount{font-weight:700}@media (max-width: 991px){.cart-page .cart-total-wrap{margin-top:30px}}.cart-page .cart-total-wrap .culculate-shipping{padding:15px 0;border-bottom:1px solid #e2e2e2}.cart-page .cart-total-wrap .culculate-shipping h6{font-size:18px;padding:0 15px;text-transform:capitalize;line-height:1}.cart-page .cart-total-wrap .culculate-shipping ul li{padding:0 15px}.cart-page .cart-total-wrap .culculate-shipping ul li.field{margin-top:16px;display:flex;flex-direction:column}.cart-page .cart-total-wrap .culculate-shipping ul li.field:first-child{margin-top:25px}.cart-page .cart-total-wrap .culculate-shipping ul li.field label{display:block;cursor:auto;margin-bottom:10px;line-height:1}.cart-page .cart-total-wrap .culculate-shipping .shipping-info,.cart-page .cart-total-wrap .cart-total .proceed-to-checkout{padding-top:15px;text-align:center;line-height:1}.cart-page .cart-total-wrap .cart-total .proceed-to-checkout{padding-bottom:15px}.cart-page .cart-total-wrap .culculate-shipping .shipping-info a,.cart-page .cart-total-wrap .cart-total .proceed-to-checkout a{color:#666;font-size:16px;text-decoration:underline}.cart-page .cart-total-wrap #wrapper-response p{font-size:16px;padding:15px;margin-top:15px;text-align:center;border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;line-height:normal}.cart-page .cart-total-wrap #wrapper-response ul#shipping-rates li{font-size:16px;display:flex;align-items:center;justify-content:space-between;padding:15px;border-bottom:1px solid #e2e2e2}.cart-page .cart-total-wrap #wrapper-response ul#shipping-rates li span.shipping-rate{font-weight:700}.cart-page .empty-cart-page{text-align:center}.cart-page .empty-cart-page h2{font-size:50px;text-transform:capitalize;font-weight:500;line-height:1}.cart-page .empty-cart-page h2 span{display:block}.cart-page .empty-cart-page p{font-size:16px;margin-top:25px}.cart-page .empty-cart-page p a{text-decoration:underline;font-weight:700;-webkit-transition:all 0s ease-in-out 0s;-o-transition:all 0s ease-in-out 0s;transition:all 0s ease-in-out 0s}@media (max-width: 991px){.cart-page .empty-cart-page h2{font-size:30px}.cart-page .empty-cart-page p{margin-top:18px}}
/*# sourceMappingURL=/s/files/1/0563/0705/6714/t/2/assets/cart.api.css.map?v=31634771219236338031657130337 */
