/* =========================================================
   TESTED OK ELECTRONICS
   CART PAGE
   ========================================================= */


/* =========================================================
   PAGE BASE
   ========================================================= */

body.woocommerce-cart {
	background: #ffffff !important;
}

body.woocommerce-cart .woocommerce {
	width: min(1200px, calc(100% - 48px));
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0 90px;
}


/* =========================================================
   CART TITLE
   ========================================================= */

body.woocommerce-cart .entry-title,
body.woocommerce-cart h1.page-title,
body.woocommerce-cart .page-title {
	margin: 0 0 45px !important;

	color: #071A33 !important;

	font-size: 38px !important;
	line-height: 1.15 !important;

	font-weight: 800 !important;

	letter-spacing: -0.5px !important;
}


/* =========================================================
   MAIN CART COLUMNS
   ========================================================= */

body.woocommerce-cart .woocommerce-cart-form {
	width: 64% !important;

	float: left !important;

	margin: 0 !important;
}

body.woocommerce-cart .cart-collaterals {
	width: 34% !important;

	float: right !important;

	margin: 0 !important;
}


/* Clear floats */

body.woocommerce-cart .woocommerce::after {
	content: "";
	display: table;
	clear: both;
}


/* =========================================================
   CART TABLE
   ========================================================= */

body.woocommerce-cart table.shop_table {
	width: 100% !important;

	margin: 0 !important;

	border: 0 !important;

	border-collapse: collapse !important;

	box-shadow: none !important;
}

body.woocommerce-cart table.shop_table thead th {
	padding: 0 0 14px !important;

	border: 0 !important;

	border-bottom: 1px solid #DDE5ED !important;

	background: transparent !important;

	color: #071A33 !important;

	font-size: 10px !important;

	font-weight: 800 !important;

	letter-spacing: .8px !important;

	text-transform: uppercase !important;
}


/* =========================================================
   PRODUCT ROW
   ========================================================= */

body.woocommerce-cart table.shop_table tbody tr.cart_item {
	border-bottom: 1px solid #E2E8EE !important;

	background: #ffffff !important;
}

body.woocommerce-cart table.shop_table tbody td {
	padding: 22px 0 !important;

	border: 0 !important;

	background: #ffffff !important;

	vertical-align: top !important;
}


/* =========================================================
   PRODUCT IMAGE
   ========================================================= */

body.woocommerce-cart td.product-thumbnail {
	width: 105px !important;

	padding-right: 18px !important;
}

body.woocommerce-cart td.product-thumbnail img {
	display: block !important;

	width: 90px !important;
	height: 90px !important;

	margin: 0 !important;

	padding: 0 !important;

	object-fit: contain !important;

	border: 1px solid #E0E7EE !important;

	background: #F4F7F9 !important;
}


/* =========================================================
   PRODUCT NAME AREA
   ========================================================= */

body.woocommerce-cart td.product-name {
	padding-right: 20px !important;

	vertical-align: top !important;
}


/*
 * WooCommerce's normal product link.
 * This is the ONLY product title we want visible.
 */

body.woocommerce-cart td.product-name > a {
	display: block !important;

	margin: 0 0 6px !important;

	padding: 0 !important;

	color: #071A33 !important;

	font-size: 16px !important;

	line-height: 1.4 !important;

	font-weight: 700 !important;

	text-decoration: none !important;
}

body.woocommerce-cart td.product-name > a:hover {
	color: #0D47A1 !important;
}


/* =========================================================
   REMOVE BETHEME'S HUGE PRODUCT TITLE
   ========================================================= */

/*
 * Betheme is injecting/styling heading elements inside
 * the cart product area. Hide those headings so the
 * normal WooCommerce product link remains.
 */

body.woocommerce-cart td.product-name h1,
body.woocommerce-cart td.product-name h2,
body.woocommerce-cart td.product-name h3,
body.woocommerce-cart td.product-name h4,
body.woocommerce-cart td.product-name h5,
body.woocommerce-cart td.product-name h6 {
	display: none !important;

	margin: 0 !important;
	padding: 0 !important;
}


/* Catch Betheme product title classes */

body.woocommerce-cart td.product-name .product-title,
body.woocommerce-cart td.product-name .title,
body.woocommerce-cart td.product-name .product-name-title {
	display: none !important;
}


/* =========================================================
   REMOVE DUPLICATED PRODUCT PRICE
   ========================================================= */

/*
 * The price shown directly beneath the small product
 * title is unnecessary because WooCommerce already
 * has a dedicated price column.
 */

body.woocommerce-cart td.product-name .price,
body.woocommerce-cart td.product-name .product-price {
	display: none !important;
}


/* =========================================================
   PRODUCT META
   ========================================================= */

body.woocommerce-cart td.product-name dl.variation {
	margin: 6px 0 0 !important;

	padding: 0 !important;

	font-size: 11px !important;

	line-height: 1.5 !important;
}

body.woocommerce-cart td.product-name dl.variation dt {
	color: #89929D !important;

	font-weight: 600 !important;
}

body.woocommerce-cart td.product-name dl.variation dd {
	margin: 0 0 3px !important;

	color: #071A33 !important;
}


/* =========================================================
   PRODUCT PRICE
   ========================================================= */

body.woocommerce-cart td.product-price,
body.woocommerce-cart td.product-subtotal {
	color: #071A33 !important;

	font-size: 14px !important;

	font-weight: 700 !important;

	white-space: nowrap !important;

	vertical-align: top !important;
}

body.woocommerce-cart td.product-price {
	text-align: right !important;
}


/* =========================================================
   QUANTITY
   ========================================================= */

body.woocommerce-cart td.product-quantity {
	vertical-align: top !important;

	text-align: right !important;
}

body.woocommerce-cart .quantity {
	display: inline-flex !important;

	align-items: center !important;

	height: 40px !important;

	margin: 0 !important;

	border: 1px solid #D8E1EA !important;

	background: #ffffff !important;
}

body.woocommerce-cart .quantity input.qty {
	width: 48px !important;

	height: 38px !important;

	margin: 0 !important;

	padding: 0 !important;

	border: 0 !important;

	background: transparent !important;

	color: #071A33 !important;

	font-size: 13px !important;

	font-weight: 700 !important;

	text-align: center !important;

	box-shadow: none !important;
}


/* =========================================================
   REMOVE ITEM
   ========================================================= */

body.woocommerce-cart td.product-remove {
	width: 30px !important;

	padding-left: 10px !important;

	vertical-align: top !important;

	text-align: right !important;
}

body.woocommerce-cart td.product-remove a.remove {
	display: inline-flex !important;

	align-items: center !important;
	justify-content: center !important;

	width: 23px !important;
	height: 23px !important;

	margin: 0 !important;

	border-radius: 50% !important;

	background: #FDEBEC !important;

	color: #E31E24 !important;

	font-size: 15px !important;

	line-height: 1 !important;

	text-decoration: none !important;
}

body.woocommerce-cart td.product-remove a.remove:hover {
	background: #E31E24 !important;

	color: #ffffff !important;
}


/* =========================================================
   CART ACTIONS
   ========================================================= */

body.woocommerce-cart .actions {
	padding: 18px 0 0 !important;

	border: 0 !important;

	background: #ffffff !important;
}

body.woocommerce-cart .actions .coupon {
	display: flex !important;

	align-items: center !important;

	gap: 8px !important;
}

body.woocommerce-cart .actions .coupon input.input-text {
	width: 170px !important;

	height: 42px !important;

	padding: 0 12px !important;

	border: 1px solid #D8E1EA !important;

	background: #ffffff !important;

	color: #071A33 !important;

	font-size: 12px !important;

	box-shadow: none !important;
}

body.woocommerce-cart .actions .coupon button {
	height: 42px !important;

	padding: 0 18px !important;

	border: 0 !important;

	background: #071A33 !important;

	color: #ffffff !important;

	font-size: 11px !important;

	font-weight: 700 !important;
}

body.woocommerce-cart .actions button[name="update_cart"] {
	height: 42px !important;

	padding: 0 18px !important;

	border: 0 !important;

	background: #0D47A1 !important;

	color: #ffffff !important;

	font-size: 11px !important;

	font-weight: 700 !important;
}


/* =========================================================
   CART TOTALS
   ========================================================= */

body.woocommerce-cart .cart_totals {
	width: 100% !important;

	padding: 25px !important;

	border: 1px solid #DCE4EC !important;

	background: #ffffff !important;

	box-shadow: none !important;
}

body.woocommerce-cart .cart_totals h2 {
	margin: 0 0 20px !important;

	padding: 0 !important;

	color: #071A33 !important;

	font-size: 18px !important;

	line-height: 1.2 !important;

	font-weight: 800 !important;
}


/* Totals table */

body.woocommerce-cart .cart_totals table.shop_table {
	width: 100% !important;

	border: 0 !important;

	margin: 0 !important;
}

body.woocommerce-cart .cart_totals table.shop_table tr {
	border-bottom: 1px solid #E5EAF0 !important;
}

body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td {
	padding: 14px 0 !important;

	border: 0 !important;

	background: transparent !important;
}

body.woocommerce-cart .cart_totals table.shop_table th {
	color: #66727F !important;

	font-size: 12px !important;

	font-weight: 600 !important;

	text-align: left !important;
}

body.woocommerce-cart .cart_totals table.shop_table td {
	color: #071A33 !important;

	font-size: 12px !important;

	font-weight: 700 !important;

	text-align: right !important;
}


/* =========================================================
   ESTIMATED / ORDER TOTAL
   ========================================================= */

body.woocommerce-cart .cart_totals table.shop_table tr.order-total {
	border-top: 1px solid #D7E0E8 !important;

	border-bottom: 0 !important;
}

body.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
body.woocommerce-cart .cart_totals table.shop_table tr.order-total td {
	padding-top: 18px !important;

	color: #071A33 !important;

	font-size: 16px !important;

	font-weight: 800 !important;
}


/* =========================================================
   CHECKOUT BUTTON
   ========================================================= */

body.woocommerce-cart .wc-proceed-to-checkout {
	padding: 20px 0 0 !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button,
body.woocommerce-cart .wc-proceed-to-checkout a.button.alt {
	display: flex !important;

	align-items: center !important;
	justify-content: center !important;

	width: 100% !important;

	min-height: 50px !important;

	margin: 0 !important;

	padding: 0 20px !important;

	border: 0 !important;

	border-radius: 5px !important;

	background: #E31E24 !important;

	color: #ffffff !important;

	font-size: 13px !important;

	font-weight: 700 !important;

	line-height: 1 !important;

	text-align: center !important;

	text-decoration: none !important;

	box-shadow: none !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.button.alt:hover {
	background: #071A33 !important;

	color: #ffffff !important;
}


/* =========================================================
   EMPTY CART
   ========================================================= */

body.woocommerce-cart .cart-empty {
	padding: 60px 30px !important;

	border: 1px solid #E0E7EE !important;

	background: #F8FAFC !important;

	color: #071A33 !important;

	font-size: 20px !important;

	font-weight: 700 !important;

	text-align: center !important;
}

body.woocommerce-cart .return-to-shop {
	margin-top: 20px !important;

	text-align: center !important;
}

body.woocommerce-cart .return-to-shop a {
	display: inline-flex !important;

	align-items: center !important;
	justify-content: center !important;

	min-height: 46px !important;

	padding: 0 22px !important;

	background: #E31E24 !important;

	color: #ffffff !important;

	font-size: 12px !important;

	font-weight: 700 !important;

	text-decoration: none !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 950px) {

	body.woocommerce-cart .woocommerce-cart-form,
	body.woocommerce-cart .cart-collaterals {
		width: 100% !important;

		float: none !important;
	}

	body.woocommerce-cart .cart-collaterals {
		margin-top: 40px !important;
	}

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

	body.woocommerce-cart .woocommerce {
		width: calc(100% - 28px);

		padding: 45px 0 70px;
	}

	body.woocommerce-cart .entry-title,
	body.woocommerce-cart h1.page-title,
	body.woocommerce-cart .page-title {
		font-size: 32px !important;

		margin-bottom: 30px !important;
	}


	/* Hide table headings */

	body.woocommerce-cart table.shop_table thead {
		display: none !important;
	}


	/* Product row */

	body.woocommerce-cart table.shop_table tbody tr.cart_item {
		position: relative;

		display: grid !important;

		grid-template-columns: 80px 1fr !important;

		gap: 12px !important;

		padding: 20px 0 !important;
	}


	body.woocommerce-cart table.shop_table tbody td {
		padding: 0 !important;
	}


	/* Image */

	body.woocommerce-cart td.product-thumbnail {
		grid-column: 1 !important;

		grid-row: 1 / span 3 !important;

		width: 80px !important;
	}

	body.woocommerce-cart td.product-thumbnail img {
		width: 75px !important;
		height: 75px !important;
	}


	/* Product */

	body.woocommerce-cart td.product-name {
		grid-column: 2 !important;

		grid-row: 1 !important;

		padding-right: 30px !important;
	}

	body.woocommerce-cart td.product-name > a {
		font-size: 14px !important;
	}


	/* Price */

	body.woocommerce-cart td.product-price {
		grid-column: 2 !important;

		grid-row: 2 !important;

		margin-top: 5px !important;

		text-align: left !important;
	}


	/* Quantity */

	body.woocommerce-cart td.product-quantity {
		grid-column: 2 !important;

		grid-row: 3 !important;

		margin-top: 10px !important;

		text-align: left !important;
	}


	/* Remove */

	body.woocommerce-cart td.product-remove {
		position: absolute !important;

		top: 18px !important;

		right: 0 !important;

		width: auto !important;
	}


	/* Hide subtotal */

	body.woocommerce-cart td.product-subtotal {
		display: none !important;
	}


	/* Actions */

	body.woocommerce-cart .actions .coupon {
		width: 100% !important;
	}

	body.woocommerce-cart .actions .coupon input.input-text {
		flex: 1 !important;

		width: auto !important;
	}

	body.woocommerce-cart .actions button[name="update_cart"] {
		float: none !important;

		display: block !important;

		width: 100% !important;

		margin-top: 10px !important;
	}


	/* Totals */

	body.woocommerce-cart .cart_totals {
		padding: 22px !important;
	}

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

	body.woocommerce-cart .woocommerce {
		width: calc(100% - 24px);
	}

	body.woocommerce-cart .cart_totals {
		padding: 18px !important;
	}

}




/* =========================================================
   CART — REMOVE BETHEME DUPLICATE PRODUCT TITLE
   ========================================================= */

/* Keep the normal WooCommerce product link */
body.woocommerce-cart
.woocommerce-cart-form
.cart_item
.product-name
> a {
	display: block !important;

	color: #071A33 !important;

	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;

	text-decoration: none !important;
}


/* Remove any secondary title/heading generated inside
   the product-name area */

body.woocommerce-cart
.woocommerce-cart-form
.cart_item
.product-name
> h1,

body.woocommerce-cart
.woocommerce-cart-form
.cart_item
.product-name
> h2,

body.woocommerce-cart
.woocommerce-cart-form
.cart_item
.product-name
> h3,

body.woocommerce-cart
.woocommerce-cart-form
.cart_item
.product-name
> h4,

body.woocommerce-cart
.woocommerce-cart-form
.cart_item
.product-name
> h5,

body.woocommerce-cart
.woocommerce-cart-form
.cart_item
.product-name
> h6,

body.woocommerce-cart
.woocommerce-cart-form
.cart_item
.product-name
> .product-title,

body.woocommerce-cart
.woocommerce-cart-form
.cart_item
.product-name
> .title,

body.woocommerce-cart
.woocommerce-cart-form
.cart_item
.product-name
> .product-name-title,

body.woocommerce-cart
.woocommerce-cart-form
.cart_item
.product-name
> div.product-title,

body.woocommerce-cart
.woocommerce-cart-form
.cart_item
.product-name
> div.title {
	display: none !important;
}


/* Remove any large heading nested inside a wrapper */

body.woocommerce-cart
.woocommerce-cart-form
.cart_item
.product-name
h1,
body.woocommerce-cart
.woocommerce-cart-form
.cart_item
.product-name
h2,
body.woocommerce-cart
.woocommerce-cart-form
.cart_item
.product-name
h3,
body.woocommerce-cart
.woocommerce-cart-form
.cart_item
.product-name
h4,
body.woocommerce-cart
.woocommerce-cart-form
.cart_item
.product-name
h5,
body.woocommerce-cart
.woocommerce-cart-form
.cart_item
.product-name
h6 {
	display: none !important;
}


/* Remove duplicate price appearing under product name */

body.woocommerce-cart
.woocommerce-cart-form
.cart_item
.product-name
.price {
	display: none !important;
}





/* =========================================================
   REMOVE THEME-GENERATED CART PRODUCT TITLE
   ========================================================= */

body.woocommerce-cart h1.headline-large.derar {
	display: none !important;
}







/* =========================================================
   FINAL CART POLISH
   ========================================================= */


/* ---------------------------------------------------------
   PRODUCT IMAGE
--------------------------------------------------------- */

body.woocommerce-cart td.product-thumbnail {
	width: 120px !important;
	padding-right: 20px !important;
}

body.woocommerce-cart td.product-thumbnail img {
	width: 100px !important;
	height: 100px !important;
}


/* ---------------------------------------------------------
   PRODUCT INFORMATION
--------------------------------------------------------- */

body.woocommerce-cart td.product-name > a {
	margin-bottom: 8px !important;

	font-size: 15px !important;
	line-height: 1.45 !important;
}


/* Product price underneath name */

body.woocommerce-cart td.product-name > .amount,
body.woocommerce-cart td.product-name > .woocommerce-Price-amount {
	display: block !important;

	margin-top: 4px !important;

	color: #071A33 !important;

	font-size: 13px !important;

	font-weight: 600 !important;
}


/* ---------------------------------------------------------
   QUANTITY CONTROL
--------------------------------------------------------- */

body.woocommerce-cart td.product-name .quantity {
	margin-top: 10px !important;
}

body.woocommerce-cart .quantity {
	height: 38px !important;

	border-color: #D6DEE7 !important;
}

body.woocommerce-cart .quantity input.qty {
	height: 36px !important;

	width: 45px !important;

	font-size: 12px !important;
}


/* ---------------------------------------------------------
   REMOVE ITEM
--------------------------------------------------------- */

body.woocommerce-cart td.product-name .remove,
body.woocommerce-cart td.product-remove a.remove {
	color: #7C8793 !important;

	font-size: 11px !important;

	text-decoration: underline !important;

	background: transparent !important;

	width: auto !important;
	height: auto !important;
}

body.woocommerce-cart td.product-remove a.remove:hover {
	color: #E31E24 !important;

	background: transparent !important;
}


/* ---------------------------------------------------------
   CART TOTALS
--------------------------------------------------------- */

body.woocommerce-cart .cart_totals {
	padding: 24px !important;
}

body.woocommerce-cart .cart_totals h2 {
	font-size: 16px !important;

	text-transform: uppercase;

	letter-spacing: .3px;
}


/* ---------------------------------------------------------
   CHECKOUT BUTTON
--------------------------------------------------------- */

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button,
body.woocommerce-cart .wc-proceed-to-checkout a.button.alt {
	background: #E31E24 !important;

	color: #FFFFFF !important;

	border: 0 !important;

	border-radius: 4px !important;

	min-height: 48px !important;

	font-size: 12px !important;

	font-weight: 700 !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.button.alt:hover {
	background: #071A33 !important;

	color: #FFFFFF !important;
}


/* ---------------------------------------------------------
   MOBILE IMAGE
--------------------------------------------------------- */

@media (max-width: 767px) {

	body.woocommerce-cart td.product-thumbnail img {
		width: 80px !important;
		height: 80px !important;
	}

}




/* =========================================================
   TESTED OK — BLOCKSY CART FINAL OVERRIDES
   ========================================================= */

/* ---------------------------------------------------------
   CART PRODUCT IMAGE
   --------------------------------------------------------- */

.woocommerce-cart
.woocommerce-cart-form
td.product-thumbnail {
	width: 120px !important;
	padding-right: 18px !important;
}

.woocommerce-cart
.woocommerce-cart-form
td.product-thumbnail img {
	display: block !important;

	width: 100px !important;
	height: 100px !important;

	max-width: 100px !important;

	margin: 0 !important;

	object-fit: contain !important;
}


/* ---------------------------------------------------------
   PRODUCT NAME
   --------------------------------------------------------- */

.woocommerce-cart
.woocommerce-cart-form
td.product-name
> a {
	display: block !important;

	margin: 0 0 7px !important;
	padding: 0 !important;

	color: #071A33 !important;

	font-family: inherit !important;

	font-size: 15px !important;

	font-weight: 700 !important;

	line-height: 1.45 !important;

	text-decoration: none !important;
}


/* ---------------------------------------------------------
   PRODUCT META
   --------------------------------------------------------- */

.woocommerce-cart
.woocommerce-cart-form
td.product-name
dl.variation {
	margin: 5px 0 0 !important;
}

.woocommerce-cart
.woocommerce-cart-form
td.product-name
dl.variation,
.woocommerce-cart
.woocommerce-cart-form
td.product-name
dl.variation * {
	font-size: 10px !important;

	line-height: 1.5 !important;
}


/* ---------------------------------------------------------
   QUANTITY
   --------------------------------------------------------- */

.woocommerce-cart
.woocommerce-cart-form
td.product-quantity
.quantity {
	display: inline-flex !important;

	align-items: center !important;

	width: auto !important;

	height: 38px !important;

	margin: 8px 0 0 !important;

	border: 1px solid #D7E0E8 !important;

	background: #FFFFFF !important;
}

.woocommerce-cart
.woocommerce-cart-form
td.product-quantity
.quantity input.qty {
	width: 42px !important;

	height: 36px !important;

	margin: 0 !important;

	padding: 0 !important;

	border: 0 !important;

	background: #FFFFFF !important;

	color: #071A33 !important;

	font-size: 12px !important;

	font-weight: 600 !important;

	text-align: center !important;

	box-shadow: none !important;
}


/* ---------------------------------------------------------
   REMOVE ITEM
   --------------------------------------------------------- */

.woocommerce-cart
.woocommerce-cart-form
td.product-remove {
	width: 30px !important;

	padding-left: 8px !important;
}

.woocommerce-cart
.woocommerce-cart-form
td.product-remove
a.remove {
	display: inline-flex !important;

	align-items: center !important;
	justify-content: center !important;

	width: 22px !important;
	height: 22px !important;

	margin: 0 !important;

	background: transparent !important;

	color: #89929D !important;

	font-size: 14px !important;

	text-decoration: none !important;
}

.woocommerce-cart
.woocommerce-cart-form
td.product-remove
a.remove:hover {
	background: transparent !important;

	color: #E31E24 !important;
}


/* ---------------------------------------------------------
   BLOCKSY CART TOTALS
   --------------------------------------------------------- */

.woocommerce-cart
.cart-collaterals
.cart_totals {
	width: 100% !important;

	padding: 24px !important;

	border: 1px solid #DCE4EC !important;

	background: #FFFFFF !important;

	box-shadow: none !important;
}


/* ---------------------------------------------------------
   BLOCKSY CHECKOUT BUTTON
   --------------------------------------------------------- */

.woocommerce-cart
.cart-collaterals
.wc-proceed-to-checkout
.checkout-button,
.woocommerce-cart
.cart-collaterals
.wc-proceed-to-checkout
a.button,
.woocommerce-cart
.cart-collaterals
.wc-proceed-to-checkout
a.button.alt {
	display: flex !important;

	align-items: center !important;
	justify-content: center !important;

	width: 100% !important;

	min-height: 48px !important;

	margin: 18px 0 0 !important;

	padding: 0 20px !important;

	border: 0 !important;

	border-radius: 4px !important;

	background: #E31E24 !important;

	color: #FFFFFF !important;

	font-family: inherit !important;

	font-size: 12px !important;

	font-weight: 700 !important;

	line-height: 1 !important;

	text-align: center !important;

	text-decoration: none !important;

	box-shadow: none !important;
}

.woocommerce-cart
.cart-collaterals
.wc-proceed-to-checkout
.checkout-button:hover,
.woocommerce-cart
.cart-collaterals
.wc-proceed-to-checkout
a.button:hover,
.woocommerce-cart
.cart-collaterals
.wc-proceed-to-checkout
a.button.alt:hover {
	background: #071A33 !important;

	color: #FFFFFF !important;
}


/* ---------------------------------------------------------
   BLOCKSY CART TABLE SPACING
   --------------------------------------------------------- */

.woocommerce-cart
.woocommerce-cart-form
.shop_table {
	border-collapse: collapse !important;
}

.woocommerce-cart
.woocommerce-cart-form
.shop_table
.cart_item
td {
	vertical-align: top !important;
}


/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 767px) {

	.woocommerce-cart
	.woocommerce-cart-form
	td.product-thumbnail img {
		width: 80px !important;

		height: 80px !important;

		max-width: 80px !important;
	}

	.woocommerce-cart
	.cart-collaterals
	.cart_totals {
		padding: 20px !important;
	}

}








