.cat-list .container-fluid {
	display: inline-block;
}

.cat-list, .sub-cat-list {
	margin-top: 1.5rem !important;
}

.sub-cat-list .desc-vp {
	color: #000 !important;
	height: 180px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.sub-cat-list .desc-vp .desc {
}

.sub-cat-list .desc-vp .vp {
	bottom: 15px;
	max-height: 24px;
}

.sub-cat-list .desc-vp .vp a {
	border: 1px solid #000000;
	border-radius: 2px;
	color: #000 !important;
	display: ruby-text;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 3px 6px;
}

.sku-box {
	background-color: #F5F5F2;
}

.sku-box-img, .sku-box-img img, .sku-box-more {
	width: 100%;
}

.sku-box-img {
	background-color: #FFFFFF;
}

.sku-box-more {
	min-height: 240px;
	padding: 15px 10px;
}

.sku-box-more.radio {
	min-height: 195px;
}

.sku-radio {
	font-weight: bolder;
}

.sku, .msrp-price .short-desc, .sku-radio {
	color: #000000;
	font-size: 16px;
	margin: 0;
	padding-bottom: 5px;
}

.msrp-price {
	font-size: 15px;
	line-height: 26px;
}

.buy-sku-det, .buy-sku-det:hover, .buy-sku-det:active, .buy-sku-det:focus {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 3;
	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-sku-ul {
	list-style: none;
}

.list-sku-ul a {
	color: #000 !important;
	font-weight: bold;
}

.sku-box-more p {
	margin-bottom: 6px;
}

p.view-details-price {
	margin-bottom: 0;
}

.sku-box-more .sku-cust-review {
	margin: 0;
	text-align: center !important;
}

.sku-box-more-bottom, .sku-radio {
	bottom: 10px;
	left: 0;
	position: absolute;
	right: 0;
}

.avl-colors li img {
	max-width: 15px;
}

.sku-box-more .shopify-buy-frame--product {
	float: none;
	margin: 0 auto !important;
}

#listStyle {
	font-size: 22px;
}

#listStyle label.mt-1 {
	font-size: 18px;
}

#listStyle input[type=radio] {
	cursor: pointer;
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

#listStyle input[type=radio] + span {
	cursor: pointer;
}

#listStyle input[type=radio]:checked + span {
	outline: 2px solid #f00;
}

@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;
	}

	.sub-cat-list .desc-vp {
		height: auto !important;
	}

	.sub-cat-list .desc-vp .vp {
		bottom: auto !important;
	}
}