
/*= Cart - below fold _2 ====== */

/** Cart - below fold _2 >> #brxe-zkgept .checkout-button (:hover) **/
#brxe-zkgept .checkout-button:hover {
	background-color: rgb(67, 169, 166) !important;
}


/*( Tablet & Phone )*/
@media (max-width: 767px) {
	/** Cart - below fold _2 >> tbody > tr:nth-of-type(5) > .product-quantity **/
	tbody > tr:nth-of-type(5) > .product-quantity {
	-webkit-align-items: center !important;
	align-items: center !important;
	-webkit-align-content: center !important;
	align-content: center !important;
}

}


/*( Phone )*/
@media (max-width: 480px) {
	/** Cart - below fold _2 >> .cart-subtotal **/
	.cart-subtotal {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}

	/** Cart - below fold _2 >> .cart-subtotal td **/
	.cart-subtotal td {
	margin-left: 12px !important;
}

	/** Cart - below fold _2 >> .woocommerce-shipping-totals **/
	.woocommerce-shipping-totals {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-direction: column !important;
	-moz-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

	/** Cart - below fold _2 >> .order-total .woocs_special_price_code **/
	.order-total .woocs_special_price_code {
	padding-left: 14px !important;
}

	/** Cart - below fold _2 >> .includes_tax **/
	.includes_tax {
	max-width: 80% !important;
	padding-left: 14px !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	grid-template-columns: 1fr !important;
	grid-template-rows: auto !important;
}

	/** Cart - below fold _2 >> tr th:nth-of-type(1) **/
	tr th:nth-of-type(1) {
	padding-left: 14px !important;
}

	/** Cart - below fold _2 >> .brxe-woocommerce-cart-collaterals tr **/
	.brxe-woocommerce-cart-collaterals tr {
	max-width: 90% !important;
	display: grid !important;
	grid-template-columns: 1fr !important;
	grid-template-rows: auto !important;
}

}


/*( Phone 360 )*/
360 {
	/** Cart - below fold _2 >> .cart-subtotal **/
	.cart-subtotal {
	grid-template-columns: 1fr !important;
	grid-template-rows: auto auto auto auto auto auto auto auto !important;
}

}

