/* Cart product */
#wrapper .store-cart-product
{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
}

#wrapper .store-cart-product:last-child { border-bottom: 0; }

/* link */
#wrapper .store-cart-product-link
{
	padding: 0;
	border-radius: 0;
}

/* Image */
#wrapper .store-cart-product-image
{
	width: calc((95vw - 40px) * .2);
	max-width: 100%;
	height: calc((95vw - 40px) * .2);
	margin: 0;
}

/* Information */
#wrapper .store-cart-product-information { width: calc(80% - 20px); }

/* Name */
#wrapper .store-cart-product-name
{
	font-size: 1.15em;
	font-weight: bold;
	color: #000;
}

/* Out of stock */
#wrapper .store-cart-product-out-of-stock
{
	margin-top: 10px;
	font-size: 1.15em;
	font-weight: 700;
	color: #ababab;
}

/* Price */
#wrapper .store-cart-product .store-price
{
	margin-top: 10px;
	font-size: 1.15em;
	font-weight: 700;
	color: var(--theme-light-color);
}

[dir="rtl"] #wrapper .store-cart-product .store-price small { margin-right: 5px; }
[dir="ltr"] #wrapper .store-cart-product .store-price small { margin-left: 5px; }

/* Price discount */
#wrapper .store-cart-product .store-price .store-discount
{
	font-size: .75em;
	color: #b4b4b4;
}

/* Price currency */
#wrapper .store-cart-product .store-price .store-currency { color: var(--theme-light-color); }

/* Buttons */
#wrapper .store-cart-product-buttons { margin-top: 10px; }

@media (min-width: 35.5em)
{
	#wrapper .store-cart-product-image
	{
		width: 106px;
		height: 106px;
	}
}

@media (min-width: 48em)
{
	#wrapper .store-cart-product-image
	{
		width: 93px;
		height: 93px;
	}
}

@media (min-width: 64em)
{
	#wrapper .store-cart-product-image
	{
		width: 133px;
		height: 133px;
	}
}

@media (min-width: 80em)
{
	#wrapper .store-cart-product-image
	{
		width: 175px;
		height: 175px;
	}
}