@charset "UTF-8";

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	color: #282828;
	font-size: 1.6rem;
/* 	background-color: #c0c0c0; */
	background-color: #fef5c8;
}
/* .woocommerce .woocommerce-error {
	background-color: #ffa930;
} */
.return-to-shop {
	display: none;
}

.cart-empty.woocommerce-info {
	display: block;
	background-color: unset;
	font-size: 1.6rem;
	text-align: center;
}

h2.cart-recommend {
    font-size: 18px;
    color: #00acc8;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 1em;
	padding-bottom: 3rem;
	padding-top: 5rem;
    text-align: center;
}
.woocommerce.columns-4 {
	display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}
.products__item {
	width: 23.1158%;
}

.woocommerce table.shop_table {
	border: 1.5px solid rgb(0 0 0 / 15%)
}

.woocommerce thead .product-subtotal {
	width: 15%;
	min-width: 144px;
}

.woocommerce thead .product-remove {
	width: 10%;
}

.woocommerce table.shop_table .product-remove.pc {
	display: table-cell;
	padding-left: 20px;
}

.woocommerce table.shop_table .product-remove.sp {
	display: none;
	border-top: unset;
}

.woocommerce .product-remove.sp a.remove {
	margin-left: auto;
}

@media screen and (max-width: 825px) {
	.products__item {
		width: 48.1158%;
	}
	h2.cart-recommend {
		padding-bottom: 0rem;
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
		font-size: 13px;
	}
/* 	.woocommerce table.shop_table td {
		border-top: unset;
	}
	.woocommerce-page table.cart .product-thumbnail.sp {
		display: inline-block;
	} */
	.woocommerce table.shop_table .product-remove.pc {
		display: none;
	}
	.woocommerce table.shop_table .product-remove.sp {
		display: block;
	}
	.woocommerce table.shop_table .product-name {
		padding-top: 20px;
	}
	.woocommerce table.shop_table .product-remove {
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.woocommerce table.shop_table .woocommerce-cart-form__cart-item:first-child .product-name {
		border-top: unset;
	}
	.woocommerce table.shop_table td {
		border-top: unset;
	}
	.woocommerce table.shop_table .product-subtotal {
		border-top: 1px dashed rgba(0, 0, 0, .1)
	}
	.woocommerce table.shop_table .woocommerce-cart-form__cart-item + .woocommerce-cart-form__cart-item .product-name {
		border-top: 1.5px solid rgb(0 0 0 / 15%);
	}

	.woocommerce table.shop_table .actions {
		border-top: 1.5px solid rgb(0 0 0 / 15%);
	}
	
	.woocommerce .cart_totals table.shop_table td .woocommerce-Price-amount.amount, .woocommerce-Price-amount.amount {
		font-size: 14px;
	}
}

.xoo-wsc-modal {
	display: none;
}
