/* Cart Empty */

.cart-empty {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 100px;
	padding-bottom: 100px;
}

.cart-empty img {
	width: 150px;
	height: 150px;
}

.cart-empty h1 {
	font-size: 24px;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	text-align: center;
}

.cart-empty p {
	font-size: 16px;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 0;
}

.cart-empty a {
	font-size: 14px !important;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 40px !important;
	background-color: #86ab03 !important;
	color: #fff !important;
	padding: 5px 28px !important;
	min-height: 48px;
	border-radius: 0 !important;
	text-decoration: none;
	transition: background-color 0.3s ease;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.cart-empty a:hover {
	background-color: #668a02;
}

/* Cart */

.woocommerce-notices-wrapper {
	position: relative;
	top: 80px;
}

.woocommerce-info {
	background-color: #e0b252 !important;
	color: #fff !important;
	border-top: none !important;
	font-weight: 600 !important;
}

.woocommerce-info::before {
	color: #fff !important;
}

.cart-container {
	display: flex;
	gap: 30px;
	padding-top: 100px;
	padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {
	.cart-container {
		flex-direction: column;
	}
}

.cart-container form {
	flex: 1;
}

.cart-collaterals {
	max-width: 382px;
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.cart-collaterals {
		max-width: 100%;
	}
}

.cart_totals {
	width: 100% !important;
	padding: 25px;
	border: 3px solid rgba(0, 0, 0, 0.075);
}

.cart_totals h2:first-child {
	text-transform: uppercase;
	font-size: 22px;
	padding-inline-start: 6px;
	color: #242424;
	font-weight: 300;
}

.cart_totals table {
	border: none !important;
}

.cart_totals table td,
.cart_totals table th {
	background: none !important;
}

.cart_totals table td,
.cart_totals table th {
	border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}

.cart_totals table th {
	font-size: inherit;
	font-weight: 300 !important;
	vertical-align: middle !important;
}

.cart_totals .order-total th,
.cart_totals .order-total td {
	font-size: 18px !important;
}

.cart_totals table td {
	text-align: right;
}

.cart_totals a,
.cart-totals .amount,
.cart_totals .woocommerce-shipping-methods .amount,
.cart_totals .tax-total .amount,
.cart_totals .order-total .amount {
	color: #86ab03 !important;
	font-weight: 600 !important;
	text-decoration: none !important;
}

.cart_totals .checkout-button {
	background-color: #86ab03 !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	padding: 5px 20px !important;
	height: 42px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-radius: 0 !important;
	transition: background-color 0.3s ease;
}

.cart_totals .checkout-button:hover {
	background-color: #668a02 !important;
}

.woocommerce-cart-form table,
.woocommerce-cart-form table th,
.woocommerce-cart-form table td {
	background: none !important;
	border: none !important;
}

.woocommerce-cart-form table td {
	padding: 15px 12px !important;
}

.woocommerce-cart-form table thead tr th {
	font-size: 16px !important;
	font-weight: 300 !important;
	line-height: 22.4px !important;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0, 0, 0, 0.105) !important;
}

th.product-remove {
	width: 40px;
}

th.product-thumbnail {
	width: 10px;
}

th.product-name {
	text-align: left;
}

td.product-name {
	max-width: 232px;
}

td.product-thumbnail {
	min-width: 104px !important;
}

td.product-thumbnail a {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 0 !important;
}

.product-thumbnail img {
	width: 80px !important;
	height: 80px !important;
}

.product-name a {
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 19.6px !important;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	text-decoration: none !important;
}

td.product-sku,
td.product-price {
	font-size: 14px;
	line-height: 19.6px;
	font-weight: 400;
	color: #777;
}

td.product-subtotal {
	font-size: 16px;
	line-height: 22.4px;
	color: #86ab04;
	font-weight: 600;
	text-align: right;
}

th.product-subtotal {
	text-align: right;
}

.woocommerce-cart-form__cart-item td {
	position: relative;
}

tr.woocommerce-cart-form__cart-item.cart_item td:before {
	content: "";
	background: rgba(0, 0, 0, 0.105);
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

input#coupon_code {
	max-width: 230px;
	width: 100% !important;
}

.coupon {
	display: flex;
	flex-wrap: nowrap;
}

.coupon input {
	width: 100% !important;
	border-radius: 5px;
	border: 2px solid rgba(0, 0, 0, 0.105) !important;
	font-size: 14px;
	text-indent: 5px;
}

.coupon button {
	background-color: rgb(134, 171, 4) !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	padding: 5px 20px !important;
	height: 42px;
	display: flex !important;
	align-items: center;
	border-radius: 0 !important;
}

button.button.update-btn {
	padding: 5px 20px !important;
	min-height: 42px;
	font-size: 13px;
}

.shipping-calculator-form input,
span.select2-selection.select2-selection--single {
	text-align: start;
	font-size: 14px;
	line-height: 38px;
	border: 2px solid rgba(0, 0, 0, 0.105) !important;
	border-radius: 5px !important;
}

.shipping-calculator-form .select2-selection__arrow {
	height: 42px !important;
}

span.select2-selection__arrow {
	top: -2px !important;
}

/* Delivery Message */

.cart-delivery-message {
	display: flex;
	background-color: #edede7;
	width: 100%;
	height: 150px;
	margin-top: 20px;
	padding: 20px;
	color: #000;
	overflow: hidden;
	gap: 20px;
}

@media screen and (max-width: 1175px) {
	.cart-delivery-message {
		height: 180px;
	}
}

.cart-delivery-message-left {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cart-delivery-message-left img {
	max-height: 100%;
	height: 100%;
	min-width: 200px;
	max-height: 100px;
	margin-top: auto;
	margin-bottom: auto;
}

.cart-delivery-message-right h3 {
	margin: 0;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
}

.cart-delivery-message-right-text-blocks {
	margin-top: 10px;
}

.cart-delivery-message-right-text-blocks {
	display: flex;
	flex-direction: column;
	font-size: 12px;
}

.cart-delivery-message-right-text-blocks a {
	color: #539cbd !important;
}

@media screen and (max-width: 767px) {
	.coupon {
		flex-direction: column;
		gap: 10px;
		border: 2px dashed rgba(0, 0, 0, 0.105);
		padding: 20px;
		justify-content: center;
		align-items: center;
		margin-top: 40px;
		order: -2;
	}

	.coupon input,
	.coupon button {
		width: 100% !important;
		max-width: 100% !important;
	}

	.coupon button {
		display: flex;
		justify-content: center;
	}

	.actions {
		display: flex !important;
		flex-direction: column-reverse !important;
		margin-top: 40px;
	}

	#actions {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.desktop-table {
		display: none;
	}

	.mobile-table {
		display: block !important;
	}

	button.quantity-button.minus,
	button.quantity-button.plus {
		padding: 0 !important;
		height: 30px;
	}

	input.quantity-input {
		height: 30px !important;
		max-height: 30px !important;
	}

	.cart-delivery-message {
		flex-direction: column;
		height: fit-content;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	button.remove {
		right: 0 !important;
		top: -7px !important;
	}

	input.quantity-input {
		font-size: 12px;
	}

	.mobile-cart-actions button.button.update-btn {
		width: 100%;
		margin-bottom: -10px;
	}

	.mobile-cart-actions {
		display: flex !important;
		flex-direction: column-reverse !important;
		gap: 10px;
		margin-top: 20px;
	}

	tr.woocommerce-cart-form__cart-item.cart_item:not(:first-child) {
		padding-top: 20px;
	}

	.mobile-table tbody {
		width: 100%;
		display: table !important;
	}

	.cart-actions-block {
		flex-direction: column-reverse;
		margin-top: 20px;
		gap: 0 !important;
	}
}

.mobile-table {
	display: none;
}

.mobile-cart-image {
	width: 100px;
}

.mobile-cart-image img {
	width: 100px !important;
	height: 100%;
}

.mobile-cart-title {
	max-width: 90%;
	text-align: left;
}

.mobile-cart-price,
.mobile-cart-quantity,
.mobile-cart-sku,
.mobile-cart-subtotal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px !important;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.105);
	padding-top: 7px;
	padding-bottom: 7px;
}

.mobile-cart-subtotal {
	border-bottom: none;
}

.mobile-table td:first-child:before {
	content: "" !important;
}

.mobile-cart-actions {
	display: none;
}

p#coupon-error-notice {
	font-weight: 600;
	padding-left: 10px;
}

input#coupon_code {
	max-height: 42px !important;
}

.woocommerce table.shop_table {
	margin-bottom: 0 !important;
}

.cart-actions-block {
	display: flex;
	justify-content: space-between;
}
