/*Import Google Fonts*/ /* product list styling */

.product-list li.item {
	position: relative;
	/*min-height: 305px;*/

	border: 1px solid #ddd;
	margin-bottom: 25px;
}
.product-list li .product-image {
	min-height: 153px;
	position: relative;
}
.product-list li .product-image img {
	padding: 20px 0;
	display: block;
	margin: 0px auto;
}
.product-list li .product-name {
	position: relative;
	border-top: 1px solid #10100f;
	text-align: center;
}
.product-list li .product-name span {
	display: block;
	font-size: 12px;
	padding: 5px;
}
.product-list li .product-name > a:hover {
	color: #000;
}
.product-list li .product-name > a > i {
	background-color: #1f2022;
	color: #fff;
	font-size: 20px;
	padding: 10px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	position: absolute;
	right: 0;
	top: 0;
}
.product-list li .product-name > a:hover > i {
	background-color: #d40019;
}
/* Product List - New */

.product-list li .new {
	right: 0;
	top: 0;
}
.product-list li span.new {
	border: 2px solid #e00018;
	border-radius: 30px;
	color: #e00018;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	min-height: 30px;
	min-width: 30px;
	padding: 4px;
	position: absolute;
	text-align: center;
}
.promo {
	right: 0;
	top: 0;
}
.promo {
	border: 2px solid #e00018;
	border-radius: 30px;
	color: #e00018;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	min-height: 30px;
	min-width: 30px;
	padding: 4px;
	position: absolute;
	text-align: center;
}
/* Product List - Popover */

.popover {
	max-width: 380px;
}
.popover-head {
	font-family: "DIN Next W01 Regular", Arial, Helvetica, sans-serif;
}
.popover-title {
	font-family: "DIN Next W01 Regular", Arial, Helvetica, sans-serif;
	color: #d40019;
}
.popover-content span.price {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: default;
}
/* Content - Product Details */

.product-container h4 {
	text-transform: uppercase;
}
.product-container .product-info h4 {
	border-top: 1px solid #10100f;
	border-bottom: 1px solid #10100f;
	padding: 10px 0;
}
.product-container img {
	margin: 15px auto;
	display: block;
}
.product-info > img:target .availability {
	max-width: 200px;
}
.product-container .product-info .price {
	background-color: #000;
	cursor: default;
}
.product-container .product-info button, .product-container .product-info .price {
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	height: 35px;
}
.product-container button:hover {
	color: #fff;
}
.product-container .product-info .product-description {
	list-style: none;
	margin: 0;
	padding: 0;
}
.product-container .product-info .product-description li {
	border-top: 1px solid #cfcdca;
	padding: 3px 5px;
}
.product-container .product-info .product-description li:first-child {
	border-top: 1px solid #9e9c99;
}
.product-container .product-info .product-description li:last-child {
	border-bottom: 1px solid #9e9c99;
}
.product-container .product-info .product-description li:nth-child(2n+1) {
	background-color: #f8f8f7;
}
.product-container .product-info .availability {
	border: 1px dotted #d6d6d6;
	padding: 20px;
	margin-top: 20px;
	font-weight: 600;
}
#thumbnail-main img {
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

/*media*/

@media (max-width: 570px) {
.content-area .image-content .image-content-block {
	padding: 0;
	position: relative;
}
.content-area .image-content .image-content-block h1, .content-area .image-content .image-content-block h4 {
	color: #000;
}
.content-area .image-content .image-content-block .bottom {
	bottom: 0;
	position: relative;
}
}
ul.sort-list-item {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.sort-list-item li.col-md-4 {
	padding: 0;
	padding-right: 20px;
}
}
/* Content - Product Details */

.product-container h4 {
	text-transform: uppercase;
}
.product-container .product-info h4 {
	border-top: 1px solid #10100f;
	border-bottom: 1px solid #10100f;
	padding: 10px 0;
}
.product-container img {
	margin: 15px auto;
	display: block;
}
.product-info > img:target .availability {
	max-width: 200px;
}
.product-container .product-info .price {
	background-color: #000;
	cursor: default;
}
.product-container .product-info button, .product-container .product-info .price {
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	height: 35px;
}
.product-container button:hover {
	color: #fff;
}
.product-container .product-info .product-description {
	list-style: none;
	margin: 0;
	padding: 0;
}
.product-container .product-info .product-description li {
	border-top: 1px solid #cfcdca;
	padding: 3px 5px;
}
.product-container .product-info .product-description li:first-child {
	border-top: 1px solid #9e9c99;
}
.product-container .product-info .product-description li:last-child {
	border-bottom: 1px solid #9e9c99;
}
.product-container .product-info .product-description li:nth-child(2n+1) {
	background-color: #f8f8f7;
}
.product-container .product-info .availability {
	border: 1px dotted #d6d6d6;
	padding: 20px;
	margin-top: 20px;
	font-weight: 600;
}
#thumbnail-main img {
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
code {
	font-size: 90%;
	color: #c7254e;
	font-family: 'Roboto', sans-serif !important;
}