﻿
/*
-------------------
06_CATEGORY
-------------------
*/

#category_detail h1 {
	text-transform: uppercase;
}

#category_detail {
	display: inline-block;
	width: 100%;
	padding: 1.5em 0 30px 60px;
}

/* Grid */

.category_table {
	display: block;
	margin: 0;
	padding: 0;
}

#grid {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	flex-flow: row wrap;
	align-content: flex-end;
}

#grid .item_detail {
	width: 25%;
	text-align: center;
}

#category_page #grid .item_detail h3 {
	font-size: 1rem;
	padding: 0 15px;
	margin: 5px auto 0px;
	line-height: 1;
}

#category_page #grid .item_detail h3 a {
	color: #174195 !important;
	text-decoration: none;
	font-weight: 600;
	line-height: 1.5;
}

#grid .item_detail .product_image {
	padding: 0;
	vertical-align: bottom;
	position: relative;
	height: 252px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item_detail .product_image a {
	align-self: flex-end;
}

#category_page #grid .item_detail .product_image {
	padding: 0;
	vertical-align: bottom;
	position: relative;
	height: auto;
	align-items: center;
	margin: 0 auto;
}

#grid .item_detail .product_image img {
	max-width: 85%;
}

#grid .item_detail .button {
	display: block;
	line-height: 30px;
	margin: 0 auto;
}

#grid .item_detail .button a {
	color: #fff;
	text-decoration: none;
	font-size: 28px;
	padding: 8px 61px 9px;
	font-family: "Gotham A","Gotham B",'Raleway', sans-serif;
}

#grid .item_detail .button i {
	margin-top: 0px;
	margin-left: 5px;
	font-size: 29px;
}

#category_page .product-info {
	display: block;
	vertical-align: top;
}

#category_page a.button.btn {
	transition: 0.3s;
	cursor: pointer;
	-webkit-transition: 0.3s;
}

#variant_display .oos {
	text-align: center;
}

/* Product On Sale */

#grid .item_detail .product_image .product_new_icon,
#grid .item_detail .product_image .product_sale_icon {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}

.product_sale_icon {
	position: absolute;
	top: 0px;
	right: 23px;
	z-index: 100;
}

#grid .item_detail .product_image .product_sale_icon img {
	width: 50px;
	height: 50px;
}

#category_detail #grid {
	display: flex;
	margin: 0 auto;
	max-width: 100%;
	flex-wrap: wrap;
	justify-content: baseline;
}

#category_detail .grid::after {
	content: '';
}

#category_detail #grid .item_detail {
	width: 25%;
	height: 381px;
	margin: 0;
	text-align: center;
	font-size: 20px;
	vertical-align: top;
	padding: 30px 0 30px;
	position: relative;
	margin-left: -1px;
	margin-top: -1px;
}

#category_detail #grid .item_detail {
	width: 33%;
}

	#category_page .container {
	/*max-width: 1600px;
	min-width: 1190px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	padding-top: 20px;*/
}

.product-min-price {
	height: 46px;
	line-height: 28px;
	position: absolute;
	bottom: 53px;
	left: 0;
	right: 0;
	font-style: italic;
	font-size: 24px;
	font-weight: 500;
	display: none;
}

.category_banner {
	margin-bottom: 50px;
	border-top: 4px solid #c6ab78;
}
