/* cart.css */

.cacc-modal{z-index:99999; top:35%!important;}
@media (max-width: 768px) {
  .shop_table tbody tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
	}}

.cross-sells{display:none;}
.main-page-wrapper{background-color:#F5F5F5!important;}
.cacc-drawer{z-index:99999!important;}

.shopping-bag-heading{font-size:55px; line-height:64px; }
.cart-left{width:100%!important;   border:1px solid rgba(0,0,0,.125); height:fit-content;background-color:#fff; padding:1.25rem; }
.cart-right{max-width:47%; min-width:385px; border:1px solid rgba(0,0,0,.125); }
.cart-full{gap:23px; min-width:100%; }
.cart-page-container{}

td.product-name-full {font-size:22px; line-height:24px; color:#535359;}
.cart-item-short-desc{font-size:14px; line-height:24px;}
.product-price{font-size:16px!important; line-height:20px!important;}
td.product-thumbnail img {
    min-width: 110px!important;
    max-width: 110px!important;
    border-radius:unset;
}
td.product-thumbnail{max-width:90px; text-align:start!important;}




td.product-price {
  vertical-align: bottom !important;
}

tr.product-points-row,
tr.product-points-row td {
  border: none !important;
}

tr.product-points-row td {
  border: none !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

tr.product-points-row .product-points {
  margin: 0 !important;
  line-height: 1.2; /* keeps it compact */
}



table td {padding: 0!important;}
#product-url{padding: 5px 0; 
margin-bottom:5px;}

.reservation{
font-size:14px ; 
line-height:24px ; 
font-family: 'PostGrotesk-medium';}







/* Mobile */

@media (max-width: 1024px) {
	.cart-full{flex-direction:column!important; display:flex; }
	tr.product-points-row {
    flex-direction: column-reverse;
}
	.shop_table_responsive tr {
    position: relative!important;
    display: flex!important;
    flex-direction: row!important;
    gap: 0!important;
    margin-bottom: 0px!important;
    padding-bottom: 0px!important;
    border-bottom: unset!important;
}
	
	.product-name-full{display:flex; flex-direction:column;}
}





a.checkout-button.button.alt.wc-forward {
    width: 100%!important;
}


.shop_table,
.shop_table th,
.shop_table td,
.shop_table tr {
    border: none !important;
    background-color: #fff !important;
    font-family: "PostGrotesk-book", sans-serif !important;
}

.shop_table {
    border-collapse: collapse !important;
    width: 100% !important;
    padding-left: 2rem !important;
    background-color: #fff !important;
	    font-family: "PostGrotesk-book", sans-serif !important;
}

.shop_table th,
.shop_table td {
    padding: 0.75rem 0 !important;
    border: none !important;
    background-color: #fff !important;
	    font-family: "PostGrotesk-book", sans-serif !important;
}

.shop_table th{    text-align: left !important;
}
.shop_table td {text-align: right!important;}

.shop_table tbody {
    display: table-row-group !important; ;
    width:100%!important;
	padding: 15px 20px!important;
}


.cart-totals-inner {
    padding: 15px;
    background-color: #fff;
}
.coupon {
    display: flex;
}


.shop_table_responsive :is(thead,th) {
    display: flex!important;
}


.cart-right {
    border: 1px solid rgba(0,0,0,.125) !important;
    width: auto !important; /* default fallback */
}

/* Mobile (<1024px) */
@media (max-width: 1023px) {
    .cart-right {
        width: 474px !important;
		min-width: 100%;
    }
	
	
	.woocommerce-shipping-totals td {
    display: none!important;
}
}

/* Tablet (440px – 1023px range override to 390px if <440px wide) */
@media (max-width: 439px) {
    .cart-right {
        width: 390px !important;
		min-width: 100%;
    }
}

/* Large (>1440px) */
@media (min-width: 1441px) {
    .cart-right {
        width: 452px !important;
		min-width: 100%;
    }
}

	
	
	a.checkout-button.button.alt.wc-forward {
    min-height: 90px!important;
    background-color: #595953!important;
    color: white!important;
}
	
	