@charset "utf-8";
.category-section {
	background-color:#fff;
}
.category-section .container{
	/*background-color: #efefef*/
}
.spad {
	padding-top: 60px;
	padding-bottom: 20px;
}
.filter-widget {
	margin-bottom: 30px;
}
.filter-widget .fw-title {
	font-size: 18px;
	font-weight: 700;
	color: #414141;
	text-transform: uppercase;
	/*margin-bottom: 45px;*/
}
.category-menu {
	list-style: none;
}
ul, ol {
	padding: 0;
	margin: 0;
}
.category-menu li a {
	display: block;
	position: relative;
	font-size: 12px;
	color: #414141;
	border-bottom: 1px solid #ebebeb;
	padding: 12px 0 5px 20px;
}
.category-menu li .sub-menu {
	list-style: none;
	overflow: hidden;
	height: 0;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	opacity: 0;
	-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
	transition: opacity 0.4s, -webkit-transform 0.4s;
	-o-transition: transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.category-menu li .sub-menu li a {
	padding-left: 45px;
}

.product-item {
	background-color: #fff;
	width: 100%;
	margin-bottom:20px;
}
.product-item .pi-pic {
	position: relative;
	display: block;
}
.product-item .pi-title {
	font-size: 16px;
	color: #444;
	margin-bottom: 0;
	line-height: 1.6;
}
.product-item .pi-text {
	padding-top: 0;
}
.product-item .pi-text span {
	float: right;
	font-size: 16px;
	padding-left: 40px;
	overflow: hidden;
	/*font-weight: 700;*/
	color: #444;
}
.product-item .pi-text p {
	font-size: 16px;
	color: #444;
	margin-bottom: 0;
	line-height: 1.6;
}
.product-item .tag-new, .product-item .tag-sale {
	position: absolute;
	right: 16px;
	top: 14px;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	background: #50e550;
	line-height: 1;
	text-transform: uppercase;
	padding: 5px 9px 1px;
	border-radius: 15px;
	width: 42px;
}
.product-item .tag-sale {
	text-align: center;
	padding: 5px 0px 1px;
	min-width: 65px;
	background: #f51167;
}
img {
	max-width: 100%;
}
.category-menu ul>li{
	padding-left: 20px;
}
.category-section .product-item .pi-pic{
	overflow: hidden;
}
.category-section .product-item img{
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 0.3s ease 0s;
}
.category-section .product-item:hover img{
    transform: scale(1.2);
}
.btn-pro_spec:disabled ,.disab{
    color: #DEDEDE;
    border: 1px dashed #DEDEDE;
    background: #FFF;
}
.btn-pro_spec:focus{
    box-shadow:none !important;
}
.banner_mask{
	display: none;
	position: absolute;
	background-color: rgba(44, 44, 44, 0.5);
	z-index: 1;
	cursor: pointer;
	pointer-events: none;
}
.custom-icon{
	position: relative;
	top: 50%;
	color: #fff;
	text-align: center;
	font-size: 40px;
	transform: translate(0, -50%);
}
/**
.product-item .pi-links {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 18px;
	z-index: 9;
	padding-right: 15px;
	text-align: right;
}
.product-item .pi-links a.add-card {
	padding-top: 8px;
}
.product-item .pi-links a {
	display: inline-table;
	width: 36px;
	height: 36px;
	background: #fff;
	border-radius: 60px;
	font-size: 18px;
	line-height: 18px;
	padding-top: 9px;
	overflow: hidden;
	color: #000;
	position: relative;
	-webkit-box-shadow: 1px 0 32px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 0 32px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: center;
}
.product-item .pi-links a i {
	display: inline-block;
	color: #000;
}
.product-item .pi-links a.add-card span {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	right: 19px;
	top: 20px;
	opacity: 0;
}
/**/