
    .products .product-miniature{
	    margin: 0px;
	}
    .products .product-miniature.col-3{
	    width: calc(100% / 3);
    }
 	.products .product-miniature.col-2{
		width: calc(100% / 2);	        
	}   
    .products .product-miniature.col-4{
	    width: calc(100% / 4 );
    }
    .products .product-miniature.col-5{
	    width: calc(100% / 5 );
    }
    .products .product-miniature.col-6{
	    width: calc(100% / 6 );
    }
    .products .product-miniature.col-7{
	    width: calc(100% / 7 );
    }	
    .products .product-miniature.col-8{
	    width: calc(100% / 8 );
    }	
    .products .product-miniature.col-9{
	    width: calc(100% / 9 );
    }	
    .products .product-miniature.col-10{
	    width: calc(100% / 10 );
    }
    .products .product-miniature.col-11{
	    width: calc(100% / 11 );
    }	
    .products .product-miniature.col-12{
	    width: calc(100% / 12 );
    }	
    #products .product-miniature .thumbnail-container,
    .products .product-miniature .thumbnail-container, 
    #products .product-miniature .thumbnail-container img,
    .products .product-miniature .thumbnail-container img, 
    #products .product-miniature .thumbnail-container .product-description,
    .products .product-miniature .thumbnail-container .product-description, 
    #products .product-miniature .thumbnail-container .highlighted-informations,
    .products .product-miniature .thumbnail-container .highlighted-informations{
	    width: 100%;
    }
    #products .product-miniature .thumbnail-container,
    .products .product-miniature .thumbnail-container{
	    height: auto;
    }
    .products .product-miniature .thumbnail-container img,
    #products .product-miniature .thumbnail-container img{
	    margin-left: 0px;
    }	     	    		    	    	    	     	    	    	    	    
    
@media (max-width: 970px){
	.products .product-miniature{
		width: calc(100% / 3 ) !important;
	}
    .products .product-miniature.col-2{	
	    width: calc(100% / 2 ) !important;
    }
} 
@media (max-width: 760px){
	.products .product-miniature{
		width: calc(100% / 2 ) !important;
	}	
}  
@media (max-width: 544px){
	#products .products .product-miniature,
	.products .product-miniature{
		width: 100% !important;
	}	
	#products .products {
		margin: 0px;
	}
}   

/** DEMO **/
.carousel .direction{
	z-index: 9 !important;
}
.theme-configurator {
    position: fixed;
    width: 180px;
    top: 85px;
    right: -180px;
    z-index: 1000;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    height: auto;
    color: black;
    background: white;
    text-align: center;
    transition: .2s ease-out;
    font-family: "Helvetica";
    -webkit-border-radius: 0px 0px 0px 5px;
    -moz-border-radius: 0px 0px 0px 5px;
    border-radius: 0px 0px 0px 5px;
/*     overflow: hidden; */
}
.theme-configurator_inner{
/*
	overflow: scroll;
	height: 100%;
*/
	background: white;
}

.theme-configurator strong {
    vertical-align: middle;
    padding: 7px 0;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    font-weight: bold;
    text-align: left;
    width: 100%;
    padding-left: 20px;
    cursor: pointer;
}
.theme-grid-title svg{
	margin-right: 15px;
	float: left;
	vertical-align: middle;
	margin-bottom: 10px;
	margin-top:5px;
	display: none;
}
.theme-configurator .columns-wrap{
/* 	padding: 10px 20px 20px 20px; */
	float: left;
	width: 100%;
}
.theme-configurator .column {
    display: inline-block;
    cursor: pointer;
/*     width: 50%; */
/*     height: 90px; */
    float: left;
    width: calc(100%/5);
/*     width: 33%; */
    font-weight: normal;
    border: 1px solid #ebebeb;
/*     border: 1px solid #ebebeb; */
    margin-right: -1px;
    margin-top:-1px;
}
.theme-configurator .column a{
	padding: 5px 2px;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.theme-configurator .column:hover ,
.theme-configurator .column.active{
	border-color: #333333;
}
.theme-configurator .column:hover span,
.theme-configurator .column.active span{
	color: white;
	outline: none !important;
}

.theme-configurator .column small {
    display: block;
    font-weight: 700;
    color: #121212;
/*     color: black; */
    font-size: 14px;
}
.theme-configurator .column span{
	background: transparent;
	border:0px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.theme-configurator .column.active,.theme-configurator .column:hover {
    background: #333333;
}

.theme-configurator .column.active small,.theme-configurator .column:hover small {
    color: #fff
}

.theme-configurator .settings-toggler {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 48px;
    margin-right: 0;
    right: 0;
    top: 85px;
    background: #333333;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    transition: .2s ease-out;
    z-index: 100000;
    border-radius: 3px 0px 0px 3px;
}
.theme-configurator .settings-toggler.move{
	margin-right: 180px;
}

.theme-configurator .settings-toggler svg {
    vertical-align: middle;
    fill: #fff !important;
}

.theme-configurator.hide {
    right: 0;
}

/*
#category .column[data-column="6"],#category .column[data-column="7"] {
    display: none;
} 
*/
.block-category #show-filters .btn-primary{
	z-index: 0 !important;
}
/*skins*/
.theme-skin{
	border-bottom: 1px solid #ebebeb;
	padding: 6px;
	font-family: "Helvetica";
}
.theme-skin .theme-skin_color{
	display: block;
	font-size: 12px;
	line-height: 30px;
	text-align: left;
	margin-left: 30px;
	cursor: pointer;
	position: relative;
}
.theme-skin .theme-skin_color:before{
	content: "";
	width: 0;
	height: 0;
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
	border-style: solid;
	border-width: 12px 12px 0 12px;
}
.theme-skin .theme-skin_color:after{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 0px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
	border-style: solid;
	border-width: 0px 11px 11px 11px;
}
.theme-skin .theme-skin_color.blue:before{
	border-color: #007bff transparent transparent transparent;		
}
.theme-skin .theme-skin_color.blue:after{
	border-color: transparent transparent #f6fbfc transparent;		
}
.theme-skin .theme-skin_color.mint:before{
	border-color: #15c1bc transparent transparent transparent;		
}
.theme-skin .theme-skin_color.mint:after{
	border-color: transparent transparent #f7f5e2 transparent;		
}
.theme-skin .theme-skin_color.pink:before{
	border-color: #f31871 transparent transparent transparent;		
}
.theme-skin .theme-skin_color.pink:after{
	border-color: transparent transparent #f0ed1f transparent;		
}
.theme-configurator .skin{
	cursor: pointer;
	text-transform: uppercase;
	text-align: left;
	padding-left: 30px;
	display: inline-block;
	width: 100%;
	color: black !important;
	font-weight: bold;
	font-size: 13px;
}
.theme-configurator .skin:hover, .theme-configurator .skin:visited{
	color: black !important;
	text-decoration: none;
}
.theme-configurator .skin.active .color span{
	border-color: #333333;
}
.theme-configurator .skin .color{
	width: 30px !important;
	height: 30px !important;
	margin-right: 10px;
}
.theme-configurator .skin .color span{
	border: 3px solid #464545;
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 100%;
}
.theme-configurator .skin .color:hover{
	border: 0px;
	padding: 0px;
}
.theme-configurator .skin.black-skin .color span{
	background: #333;
}
.theme-configurator .skin.white-skin .color span{
	background: white;
}

/*Theme colors*/
.theme-colors{
	float: left;
	margin-top: 0px;
	width: 100%;
}
.theme-colors small{
/* 	color: #a19d9d; */
	color: #121212;
	font-family: "Helvetica", sans-serif;
	text-align: left;
	line-height: 14px;
}
.theme-colors .color-reset{
	font-size: 12px;
/* 	background:  #464545; */
	padding: 3px 5px 5px 5px;
	width: 55%;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top:5px;
	position: relative; 
}
.theme-colors .color-reset:before{
	content: "↑↓";
	display: inline-block;
	color: #b89955;
	margin-right: 7px;
}
.theme-colors .theme-colors-input{
	padding: 0px;
	background: transparent;
	border:0px;
	width: 30px;
	height: 30px;
	outline: none;
	vertical-align: middle;
	margin-right: 5px;
}
.theme-colors .theme-colors-input.jscolor{
	font-size: 0px !important;
	width: 25px;
	height: 25px;
	border: 1px solid #ebebeb;
}
.theme-bg{
	margin-left: 25px;
}
.theme-bg .color-row{
	text-align: left;
	margin-bottom: 5px;
}
.theme-colors .theme-colors_block{
	border-top: 1px solid #ebebeb;
	margin-top:-1px;
	text-align: left;
}
.theme-colors .theme-colors_block svg{
	display: inline-block;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	fill: #b89955 !important;
	display: none;
/* 	fill: #333333; */
}
.theme-colors .theme-colors_block .theme-bg{
	display: none;
	padding: 15px 0px;
}
.theme-colors .theme-colors_block.active .theme-bg{
	display: block;
}
/*
.demo-title.active {
	background: #272626;
}
*/
.demo-title.active .theme-bg{
	display: block;
}
.theme-colors .theme-colors_block strong{
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 0px;
	border-left: 3px solid transparent;
	cursor: pointer;
	font-weight: bold;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	transition:0.2s;
}
.theme-colors button[type="submit"]{
	background: #333333;
	display: block;
	margin: 10px auto;
	border:1px solid #333333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.theme-colors button[type="submit"] span{
	text-transform: uppercase;
	color: white;
	padding: 5px 13px;
	display: inline-block;
	font-weight: normal;
	font-size: 12px;
}

/* DEMO on pages */
#category .theme-colors .theme-colors_block.slider,
#category .theme-colors .theme-colors_block.hp-tabs,
body:not([id="index"]) .theme-colors .theme-colors_block.slider,
body:not([id="index"]) .theme-colors .theme-colors_block.hp-tabs,
body:not([id="index"]) .columns-wrap, 
body:not([id="index"]) .theme-grid-title,
body:not([id="index"]) .theme-colors .product-hover
{
	display: none;
}
/*
#category .columns-wrap, 
#category .theme-grid-title,
*/
#category .theme-colors .product-hover{
	display: none;
}
/*
#category .columns-wrap, 
#category .theme-grid-title{
	display: block;
}
*/
body:not([id="index"]) .theme-skin {
	border-bottom: 0px;
}
#category .theme-skin {
	border-bottom: 1px solid #ebebeb;
}
#product .theme-colors .theme-colors_block.slider,
#product .theme-colors .theme-colors_block.hp-tabs,
#product .columns-wrap,
#product .theme-grid-title,
#new-products .theme-colors .theme-colors_block.slider,
#new-products .theme-colors .theme-colors_block.hp-tabs,
#new-products .columns-wrap,
#new-products .theme-grid-title{
	display: none;
}

.info p{
	padding: 15px 20px 0px;
	font-size: 12px;
	line-height: 14px;
}
