﻿.product-btn,
.product-image img,
.product-image .product-panel,
.product-image .product-name,
.product-thumb .product-prices,
.product-thumb .product-image-link{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;				
}
#content h2{
	margin-top:0px;				
}

.cat-description{
	margin-bottom:15px;	
	font-size: 20px;
	line-height: 34px;	
	color:#333;	
	font-weight: 300;
}

.cat-description img{
	max-width:100%;
}
#content p{
	margin-top:0px;
	margin-bottom:10px;				
}
#category-name{
	margin-bottom: 20px;
}
#category-name h1{
	margin: 0px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 300;
	color:#000;
}
.product-image{
	position:relative;	
	background:#fff;
	overflow:hidden;
	text-align:center;			
}
.product-image img{
	opacity:1;				
}
.product-image:hover img{
	opacity:0.7;				
}
.product-buttons{
	text-align:center;			
}
.img-circle{
	-webkit-border-radius: 50%;
	border-radius: 50%;	
}
.product-filters{
	padding-top: 15px;
	border-top: 1px #f2f2f2 solid;
	border-bottom: 1px #f2f2f2 solid;
	margin-bottom: 40px;	
}


.product-btn .fa{
	font-size: 24px;
}


.product-thumb .product-prices{
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: center;
}

.product-price, .product-price-special{
	color: #939393;
    font-size: 20px;
    font-weight: 400;				
}
.product-price-old{
	font-size:14px;
	color:#bfbfbf;
	text-decoration:line-through;	
	font-weight: 300;			
}
.product-price-tax{
	font-size:14px;	
	color:#ccc;	
	display:block;	
	font-weight: 200;	
}
.separator-cols-3, .separator-cols-2, .separator-cols-1{
	display:block;
	clear:both;
	padding-top:20px;
	padding-bottom:20px;				
}
.product-grid{
	overflow:hidden;				
}
.product-grid .product-btns{
	display:none;				
}
.product-grid .product-description{
	display:none;			
}
.product-list{
	padding: 10px;
}
.product-list .product-data{
	padding-left:35px;	
	float:left;	
	overflow:hidden;		
}
.product-list .product-btns{
	display:block;				
}
.product-thumb{
	margin-bottom:25px;	
	border:1px #eee solid;			
}
.product-image-link{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0%;
    height: 0%;
    text-align: center;
    overflow: hidden;
	background: rgba(0, 174, 239, 0.7);
}
.product-image-link-icon{
	display: block;
    width: 100px;
    height: 100px;
    line-height: 120px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;	
	border: 1px #fff solid;
}
.product-image-link-icon .fa{
	color: #fff;
	font-size: 43px;
}
.product-thumb:hover .product-image-link {
    width: 96%;
    height: 96%;
}
.product-thumb:hover .product-image-link-icon{
	opacity: 1;	
}
.product-grid .product-image a{
	display:block;
	text-align:center;				
}
.product-grid .product-image a img{
	margin:0 auto 0 auto;				
}
.product-grid .product-image{
	text-align:center;				
}
.product-list .product-thumb{
	margin-bottom:15px;				
}
.product-list .product-image{
	max-width:180px;
	float:left;				
}
.product-list .product-name a h3, .product-list .product-prices{
	text-align:center
}

.product-name{
	text-align: center;
    height: 35px;
}

.product-name h3{
	font-size: 16px;
    font-weight: 500;
}



.product-list .product-btn{
	color:#fff;
	margin-top:10px;
	padding: 0px;
}

.product-list  .product-description{
	display:block;
	max-width:80%;	
	overflow:hidden;			
}

#product-category .page-breadcrumb{
	margin-bottom: 30px;
}
#product-category .page-breadcrumb,
#product-category .page-title{
	float:none;
}
#product-category .page-title h1{
	width: 100%; 
	text-align: center; 
	font-weight: 400;
	font-size: 36px;
}

.subcategories-container{
	padding-top: 40px;
	border-top:1px #eee solid;
	margin-top: 40px;
	border-bottom:1px #eee solid;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.subcategory-name{
	margin-bottom: 25px;
}
.subcategory-name h2{
	font-size: 36px;
	color:#333;
	margin: 0px;
	padding: 0px;
}
.subcategory-short,
.category-description{
	font-size: 18px;
	color:#88919c;
	margin-bottom: 25px;
	line-height: 28px;
	font-weight: 300;
}

.subcategory-more .btn-primary{
	padding: 0px 12px;
    height: 50px;
    line-height: 50px;
    min-width: 150px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300; 
}

.product-featureds{
	padding-left: 5px;
    padding-right: 5px;
}

.product-featured{
	display: table;
    border-bottom: 1px #ddd solid;
    padding-top: 7px;
    padding-bottom: 7px;
	width: 100%;
}

.product-featured-icon{
	display: table-cell;
    width: 30px;
    text-align: center;
    vertical-align: middle;
}

.product-featured-icon .fa{
	font-size: 18px;
	color: #00aeef;
}

.product-featured-content{
	display: table-cell;
	font-size:12px;
}
.product-additional{
	padding-left: 5px;
}
.product-additional-seals{
	background: #333;
	padding: 5px;
	display: inline-block;
	color:#fff;
}

.product-additional-cells{
	background: #888;
	padding: 5px;
	display: inline-block;
	color:#fff;
}

.product-additional-seals span,
.product-additional-cells span{
	font-size: 22px;
}
.product-configurator{
	margin: 20px 0 25px 0;
}
.btn-product-configure{
	height: 50px;
	line-height: 50px;
	width: 200px;
}

@media all and (max-width: 767px){
	#content h2{
		text-align:center;
		margin-top:30px;			
	}
}
@media (max-width: 991px) and (min-width: 768px){
	#content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) {
    	clear:  none;
	}			
}

.product-additional{
	display:none;
}
































