
/* -------------------------------------------- */
/*                                              */
/*                 Cart page                    */
/*                                              */
/* -------------------------------------------- */

.cart-page{
    padding-top:40px;
}
.cart-page .woocommerce-notices-wrapper{
    margin-top: 40px;
	margin-bottom: 30px;
}
.cart-page .woocommerce-notices-wrapper .woocommerce-message{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 10px 10px;
    color:var(--accent-color);
    border-left: 20px solid var(--accent-color);
    background-color: #f5f5f5;
    border-radius: 25px;
}
.cart-page .woocommerce-notices-wrapper .woocommerce-message a{
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    margin-right: 20px;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    background-color: var(--accent-color);
    padding: 10px 30px;
    position: relative;
    cursor: pointer;
}
.cart-page .woocommerce-notices-wrapper .woocommerce-error {
	padding: 0;
	margin:0;
}
.cart-page .woocommerce-notices-wrapper .woocommerce-error li{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 10px 10px;
    color:#af0808;
    border-left: 20px solid #af0808;
    background-color: #f5f5f5;
    border-radius: 25px;
	border-bottom: 2px solid #af0808;
}
.cart-page .woocommerce-notices-wrapper .woocommerce-error li:not(:first-child){
	margin-top: 10px;
}
.cart-page .cart-title{
    padding-bottom:80px;
    
    font-weight:700;
    font-size:25px;
    text-transform:uppercase;
    margin-top: 40px;
}
.cart-page .cg-cart-columns{
	display: flex;
	column-gap: 50px;
}
.cart-page .cg-cart-columns .cg-cc-column:first-child{
	width: 66%;
}
.cart-page .cg-cart-columns .cg-cc-column:last-child{
	width: 34%;
}
.cart-page .woocommerce-cart-form > .shop_table{
    width:100%;
	padding-bottom: 20px;
    max-width: 1200px;
}
.cart-page .woocommerce-cart-form > .shop_table thead{
    background-color: #f7f7f7;
}
.cart-page .calculated_shipping .shop_table{
	width:max-content;
}
.cart-page .shop_table thead th{
    border-bottom:1px solid #e9e9e9;
    border-top:1px solid #e9e9e9;
    padding-bottom:10px;
    padding-top: 10px;
    font-weight:600;
    font-size:14px;
    text-transform:uppercase;
}
.cart-page .shop_table thead th:first-child{
    border-left:1px solid #e9e9e9;
}
.cart-page .shop_table thead th:last-child{
    border-right:1px solid #e9e9e9;
}
.cart-page .shop_table thead .product-name{
    text-align:left;
}
.cart-page .shop_table tbody .product-price, .cart-page .shop_table tbody .product-quantity, .cart-page .shop_table tbody .product-subtotal{
    text-align:center;
}
.cart-page .shop_table tbody .product-price{
    color:#f4b925;
	font-size: 14px;
}
.cart-page .shop_table tbody .product-price span{
    width: max-content;
    display: inline-block;
}
.cart-page .shop_table tbody .product-subtotal{
    color:#f4b925;
	font-size: 14px;
}
.cart-page .shop_table tbody .product-subtotal span{
    width: max-content;
    display: inline-block;
}
.cart-page .shop_table tbody .product-quantity .quantity-form{
    display:flex;
    align-items:center;
    justify-content:center;
}
.cart-page .shop_table tbody .product-quantity .quantity-form .reduce-quantity-button{
    margin-right:5px;
    cursor:pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cart-page .shop_table tbody .product-quantity .quantity-form .increase-quantity-button{
    margin-left:5px;
    cursor:pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cart-page .shop_table tbody tr:not(:last-child) td{
    padding:20px 10px;
    border-bottom:1px solid #e9e9e9;
}
.cart-page .shop_table tbody tr:not(:last-child) td:first-child{
    border-left:1px solid #e9e9e9;
}
.cart-page .shop_table tbody tr:not(:last-child) td:last-child{
    border-right:1px solid #e9e9e9;
}
.cart-page .shop_table tbody .product-name{
    
}
.cart-page .shop_table tbody .product-name .product-details{
    margin-left:20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cart-page .shop_table tbody .product-name .product-details a{
    color:#000;
    text-decoration:none;
    font-weight:500;
    font-size:14px;
}
.cart-page .shop_table tbody .product-name .product-details dd, .cart-page .shop_table tbody .product-name .product-details dd p{
	margin:0;
}
.cart-page .shop_table tbody .product-name .product-details .unavailable-product{
	background-color:#fce5b9;
	color:#925f08;
	display:flex;
	padding:10px;
}
.cart-page .shop_table tbody .product-name .product-details .unavailable-product i{
	color:#925f08;
	margin-right:5px;
}
.cart-page .shop_table tbody .product-name .product-details .split-product{
	background-color: #ff00002e;
    color: #000000;
	display:flex;
	padding:10px;	
}
.cart-page .shop_table tbody .product-name .product-details .split-product i{
	color:#b30000;
	margin-right:5px;
}
.cart-page .shop_table tbody .product-name .variation{
    
	font-size: 14px;
}
.cart-page .shop_table tbody .product-quantity input{
    width: 60px;
    padding: 10px 0;
    text-align: center;
	font-size: 14px;
}
.cart-page .shop_table tbody .product-remove a{
    color: #bbb;
    text-decoration: none;
    
    font-weight: 600;
    font-size: 13px;
    border-radius: 200px;
    border: 1px solid #bbb;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart-page .shop_table .product-thumbnail img{
    width:50px;
    height:50px;
	object-fit: contain;
}
.cart-page .shop_table tbody .actions{
    border: 1px solid #e9e9e9;
	width:100%;
    border-top:none;
}
.cart-page .shop_table tbody .actions .actions-content{
    width:100%;
    display:flex;
    justify-content:space-between;
	align-items: center;
}
.cart-page .shop_table tbody .actions .actions-content .coupon{
    padding: 20px 0;
    margin-left: 20px;
}
.cart-page .shop_table tbody .actions .actions-content .coupon input{
    padding:12px;
	font-family: 'Satoshi', sans-serif;
    font-weight:400;
    font-size:13px;
	border-radius: 200px;
	border: 1px solid #aaa !important;
}
.cart-page .shop_table tbody .actions .actions-content .button-holder{
    padding:20px 0;
    margin-right: 20px;
	display:flex;
}
.cart-page .shop_table tbody .actions .actions-content .button-holder button[disabled], .cart-page .shop_table tbody .actions .actions-content .button-holder button:disabled{
    opacity: 0.5;
    pointer-events: none;
}
.cart-page .shop_table tbody .actions .actions-content button{
    display: inline-block;
	border-radius: 200px;
    padding: 12px 40px;
    margin: 0;
	font-size: 14px;
	border: 1px solid #0a3325;
	font-family: 'Satoshi', sans-serif;
	cursor:pointer;
}
.cart-page .shop_table tbody .actions .actions-content button:hover{
	background-color: #0a3325;
	color:#fff;
}
.cart-page .wc-proceed-to-checkout .cg-default-button{
    display: flex;
    background-color: #ffffff00;
    color: #0a3325;
    width: auto;
    text-align: center;
    justify-content: center;
	border: 1px solid #0a3325;
    border-radius: 200px;
    font-size: 14px;
}
.cart-page .wc-proceed-to-checkout .cg-default-button:hover{
    color: #fff;
    background-color: var(--accent-color);
}
.cart-page .cgsp-carousel .cgsp-carousel-holder .products .product .button{
	text-transform: initial;
}
.cart-page .customerNotice{
	
}

.cart-page .cg-cart-flex{
	width:100%;
	display: flex;
	flex-direction: row-reverse;
}
.cart-page .cart-collaterals{
    font-weight:500;
    font-size:14px;
    display: flex;
	width: 300px;
    min-width: 300px;
    justify-content: center;
}
.cart-page .cart-collaterals .cart_totals h2{
    background-color: #f7f7f7;
    border:1px solid #eaeaea;
    text-align: center;
    padding: 10px 0;
    font-weight:600;
    margin:0;
    font-size: 14px;
}
.cart-page .cart-collaterals .shop_table{
    width:100%;
    font-weight:400;
    font-size:14px;
    border:1px solid #eaeaea;
    border-bottom: none;
}
.cart-page .cart-collaterals .shop_table th{
    text-align:left;
	padding-right: 20px;
	padding-left: 20px;
    border-right: 1px solid #eaeaea;
    width: 40%;
    border-bottom: 1px solid #eaeaea;
}
.cart-page .cart-collaterals .shop_table tr:last-child td{
    border-bottom: 1px solid #eaeaea;
}
.cart-page .cart-collaterals .shop_table td{
    padding-left:10px;
}
.cart-page .cart-collaterals .shop_table td .woocommerce-shipping-destination{
	display: none;
}
.cart-page .cart-collaterals .shop_table td .woocommerce-shipping-calculator{
	display: none;
}
.cart-page .cart-collaterals .shop_table .woocommerce-shipping-methods{
	list-style:none;
	padding:0;
	margin-top:20px;
}
.cart-page .cart-collaterals .shop_table .woocommerce-shipping-methods li{
    display: flex;
    cursor: pointer;
    padding: 2px;
}
.cart-page .cart-collaterals .shop_table .woocommerce-shipping-methods li label{
    cursor: pointer;
}
.woocommerce-shipping-destination {
    max-width: 400px;
}
.cart-page .cart-collaterals .shop_table .shipping-calculator-button{
	color:var(--accent-color);
}
.cart-page .cart-collaterals .shop_table .order-total td{
	padding-top:20px;
    padding-bottom: 20px;
}
.cart-page .cart-collaterals .shop_table .order-total th{
    padding-top: 20px;
    padding-bottom: 20px;
}
.cart-page .cart-collaterals .shop_table .woocommerce-Price-amount{
    color: #f4b925;
}
.cart-page .cart-collaterals .wc-proceed-to-checkout{
    padding:15px;
    padding-top: 20px;
    border: 1px solid #eaeaea;
    border-top: none;
}
.cart-page .cg-more-products{
    width: auto;
    margin-right: 50px;
    margin-left: 50px;
	margin-top: 40px;
}
.cart-page .cgmp-title{
    font-size: 25px;
    font-weight: 800;
	margin-bottom: 20px;
    text-align: center;
}
.cart-page .cgsp-carousel{
    margin-bottom: 40px;
}
.woocommerce .cg-cart-warning-message{
    padding: 0 var(--default-padding);
}
.woocommerce .cg-cart-warning-message p{
    border: 3px solid #e3750e;
    padding: 10px;
    border-radius: 5px;
}
.cg-product-flash-cart{
    width: fit-content;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #2196F3;
    margin-top: 10px;
    font-size: 13px;
    color: #fff;
}
.cart-page .cgsp-carousel .cgsp-carousel-holder .products .product img{
	width:100px;
	height:100px;
}
.cart-page .cgsp-carousel .cgsp-carousel-holder{
	height:300px;
}
.cart-page .cgsp-carousel .cgsp-carousel-holder .products .product{
	height:280px;
}
.cart-page .cgsp-carousel .cgsp-carousel-holder .products .product .button{
	font-size: 13px;
	padding: 5px 20px;
}

/* Cart - Empty*/
.cart-empty{
    padding:0 var(--default-padding);
    font-weight:500;
    font-size:18px;
    margin-top:50px;
}
.woocommerce-notices-wrapper .cart-empty{
    padding:0;
}
.woocommerce-notices-wrapper .woocommerce-message{
    border-left: 10px solid var(--accent-color);
    border-radius: 20px;
    padding: 10px;
    border-bottom: 2px solid var(--accent-color);
}
.return-to-shop{
    padding:0 var(--default-padding);
    margin:40px 0 80px 0;
}
.return-to-shop .button{
    font-weight: 500;
    font-size: 11px;
    color: #fff;
    background-color: var(--accent-color);
    border-radius: 0;
    padding: 20px 30px;
    position: relative;
    cursor: pointer;
    border:none;
    text-decoration:none;
}
/* END - Cart Empty */

/* -------------------------------------------- */
/*                                              */
/*              Responsiveness                  */
/*                                              */
/* -------------------------------------------- */

@media screen and (max-width:768px){
	
	.cart-page .cg-cart-columns{
		flex-direction: column;
		row-gap: 50px;
	}
	.cart-page .cg-cart-columns .cg-cc-column:first-child{
		width: 100%;
	}
	.cart-page .cg-cart-columns .cg-cc-column:last-child{
		width: 100%;
	}
    .cart-page .woocommerce-cart-form > .shop_table thead{
        display: none;
    }
    .cart-page .woocommerce-cart-form > .shop_table tr td{
        display: flex;
        justify-content: space-between;
        padding: 10px;
        align-items: center;
    }
    .cart-page .woocommerce-cart-form > .shop_table td:not(.product-remove, .product-image, .actions)::before{
        content: attr(data-title) ": ";
        color: var(--text-color);
    }
    .cart-page .woocommerce-cart-form > .shop_table td:is(.product-remove, .product-image){
        justify-content: center;
    }
    .cart-page .shop_table tbody tr td:first-child{
        border-top: 1px solid #eaeaea;
    }
    .cart-page .shop_table tbody tr td{
        border-right: 1px solid #eaeaea;
        border-left: 1px solid #eaeaea;
    }
    .cart-page .shop_table tbody .actions .actions-content{
        flex-direction: column;
    }
    .cart-page .shop_table tbody .actions .actions-content .coupon{
        border-bottom: 1px solid #eaeaea;
    }
    .cart-page .shop_table tbody .actions .actions-content .coupon{
        margin-left:0;
    }
    .cart-page .shop_table tbody .actions .actions-content .coupon input{
        width: calc(100% - 22px);
    }
    .cart-page .shop_table tbody .actions .actions-content .button-holder{
        margin-right: 0;
    }
    .cart-page .shop_table tbody .actions .actions-content button{
        width: 100%;
    }
	.cart-page .shop_table tbody .actions .actions-content .coupon button{
		margin-top:20px;
	}

    .cart-page .cart-collaterals .shop_table th{
        display: none;
    }
    .cart-page .cart-collaterals .shop_table td::before{
        content: attr(data-title) ": ";
        color: var(--text-color);
    }
    .cart-page .cart-collaterals .shop_table td{
        border-left: none;
        border-right: none;
    }
    .cart-page .shop_table tbody tr:not(:last-child) td:last-child{
        border-right: none;
    }
    .cart-page .shop_table tbody tr td{
        display: flex;
        justify-content: space-between;
    }
    .cart-page .shop_table tbody tr.woocommerce-shipping-totals td{
        flex-direction: column;
    }
	.woocommerce-notices-wrapper{
		padding: 20px 0;
	}
	.cart-page .cg-cart-flex{
		flex-direction: column;
		row-gap: 40px;
	}
	.cart-page .cg-more-products{
		width:100%;
		margin-left: 0;
		margin-right: 0;
		margin-top: 50px;
	}
	.cart-page .cart-collaterals{
		width:100%;
	}
	.cart-page .cart-collaterals .cart_totals {
		width: 100%;
	}
	
	
	
}
