﻿

.enable{
	display: block !important;
}
.prods-page img {width:100%}
.prods-page .img-pro img{
	width: 100%;
    padding:15px; box-sizing:border-box; border:dashed 1px #555
}
.list-cate{
	margin-top: 30px
}
.list-cate .cate-childs{
	padding-bottom: 10px;
}
.list-cate .cate-childs .h3 {
    background: #ddd none repeat scroll 0 0;
    color: #666;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 10px;
    padding: 6px 10px;
    position: relative;
    text-transform: uppercase;
}
.list-cate .cate-childs .h3:hover {background:#ee5700; color:#FFF}

.list-cate .cate-childs ul{
	padding-left: 15px;
}
.list-cate .cate-childs ul li{
    padding-bottom:5px
}
.list-cate .cate-childs ul li a{
	color: #555;
	font-size: 15px;
	transition: all linear 0.3s;
}
.list-cate .cate-childs ul li a:hover{
	color: #ee5700;
	margin-left: 10px;
}
.list-cate .cate-childs ul li a:hover:before{
	content: '\f105';
	font-family: Fontawesome;
	margin-right: 10px;
	color: #ee5700;
}
.content{
	padding: 0;
}
.cate-product{
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.cate-product h3{
	color: #ee5700;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.cate-product p{
	color: #000;
	font-size: 14px;
}
.img-pro{
	display: block;
	float: left;
	position: relative;
	margin: 15px 0px;
}
.img-pro:before{
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}
.img-pro:after{
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}
.img-pro:hover:before{
	background-color: rgba(255,255,255,0.5);
	right: 50%;
	left: 50%;
}
.img-pro:hover:after{
	background-color: rgba(255,255,255,0.5);
	top: 50%;
	bottom: 50%;
}
.btn-choose{
	margin: 0 auto;
	display: block;
	width: 70%;
	border-radius: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	background: #ccc;
	background: rgba(219,219,219,1);
	background: -moz-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(209,209,209,1) 0%, rgba(226,226,226,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(219,219,219,1)), color-stop(0%, rgba(209,209,209,1)), color-stop(100%, rgba(226,226,226,1)));
	background: -webkit-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(209,209,209,1) 0%, rgba(226,226,226,1) 100%);
	background: -o-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(209,209,209,1) 0%, rgba(226,226,226,1) 100%);
	background: -ms-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(209,209,209,1) 0%, rgba(226,226,226,1) 100%);
	background: linear-gradient(to bottom, rgba(219,219,219,1) 0%, rgba(209,209,209,1) 0%, rgba(226,226,226,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#e2e2e2', GradientType=0 );
	display: none;
}

@media (max-width: 767px){
	.list-cate{position: relative;}
	.left-sidebar{
		position: absolute;
		z-index: 2;
		background: rgba(255, 255, 255, 0.85);
		height: 300px;
		width: 70%;
		overflow: scroll;
		padding: 20px;
		box-shadow: -5px 13px 26px -4px;
		left: 50%;
		transform: translate(-50%);
		display: none;
		z-index: 1000;
	}
	.btn-choose{
		display: block;
	}
	.content{
		margin-top: 30px;
	}
}