.sku-box {
	background-color: #F5F5F2;
}

.sku-box-img, .sku-box-more,
.sku-box-img a {
	float: left;
	width: 100%;
}

.sku-box-img {
	background-color: #FFFFFF;
}

.sku-box-img a {
	padding: 1px;
	width: 100%;
}

.sku-box-more {
	min-height: 240px;
	padding: 15px 10px;
}

.sku, .price-inStock .short-desc {
	color: #000000;
	font-size: 16px;
	margin: 0;
	padding-bottom: 5px;
}

.short-desc {
	line-height: 20px;
}

.price-inStock {
	font-size: 15px;
	line-height: 26px;
}

.buy-sku-det, .buy-sku-det:hover,
.buy-sku-det:active, .buy-sku-det:focus {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 2;
	padding: 6px 9px;
	text-decoration: none;
	text-transform: uppercase;
	word-spacing: 4px;
}

.buy-sku-det:hover,
.buy-sku-det:active, .buy-sku-det:focus {
	background-color: #5f9d3e !important;
}

.shopify-buy-frame iframe {
	font-family: inherit;
}

.list-wcMan {
	list-style: none;
}

.sku-box-more p {
	margin-bottom: 6px;
}

p.view-details-price {
	margin-bottom: 0;
}

.sku-box-more .sku-cust-review {
	text-align: center;
}

.sku-box-more .short-desc {
	line-height: 24px;
}

.sku-box-more-bottom {
	bottom: 15px;
	left: 0;
	position: absolute;
	right: 0;
}

.avil-colors li img {
	max-width: 15px;
}

.sku-box-more .shopify-buy-frame--product {
	float: none;
	margin: 0 auto !important;
}

@media screen and (max-width: 575px) {
	.sku-box-img {
		height: auto;
	}

	.sku-box-img a.both-center,
	.sku-box-more-bottom {
		bottom: auto;
		left: auto;
		position: relative;
		right: auto;
		top: auto;
	}

	.sku-box-more {
		min-height: 0 !important;
	}
}