div.shop-catalog-module{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.shop-cat-thumbnail-cover{
    margin: 0px; padding: 0px; border: none;
    width: 33.33%;
    position: relative;
    display: inline-block;
    vertical-align: top;    
}
@media (max-width: 991px) {
    .shop-cat-thumbnail-cover{
        width: 50%; 
    }   
}
@media (max-width: 500px) {
    .shop-cat-thumbnail-cover{
        width: 100%; 
    }   
}
.shop-cat-thumbnail{
    position: relative;
    font-size: 1em;
    margin: 3px 3px;
    padding: 10px;
    background: #fff;
    border: 1px #ddd solid;    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.shop-cat-thumbnail:hover{
    box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
}
.shop-cat-thumbnail div.image{
    display: block;
    width: 100%;
    height: 160px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    background-attachment: scroll;
    image-rendering: -webkit-optimize-contrast;
    border: 1px #ddd solid;    
    transition: all 0.5s ;
    -webkit-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
}
.shop-cat-thumbnail:hover div.image{
    text-decoration: none;
    background-size: 110%;
    /*box-shadow: 0px 0px 3px rgba(0,0,0,0.5);*/
}

.shop-cat-thumbnail .title{
    width: 100%;    
    padding: 0px;
    margin: 0px;
}
.shop-cat-thumbnail .title h3,.shop-cat-thumbnail .title p{
    padding: 0px;
    margin: 2px 0px 0px 0px;
    text-align: center;
}

.shop-cat-simple-thumbnail{
    display: inline;
}
.shop-cat-simple-thumbnail:hover{
    /*
    text-decoration: none;    
    color: #fff;
    background: #fff;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
    */
}
.shop-cat-simple-thumbnail a h3{
    display: inline;
    font-size: 1.1em;    
    transition: color 0.3s ease-in;
}
.shop-cat-simple-thumbnail a:hover h3{    
}
.shop-cat-simple-thumbnail i.fa{
    color: #ccc;
}
.shop-cat-simple-thumbnail p{

}

.subcategories-caption{
    margin-top: 1px;
    font-size: 1.1em;
    font-weight: normal;
    display: none;
}

ol.breadcrumb{
    display: block;
    margin: 10px 0px;
    padding: 5px 10px;
    background: rgba(255,255,255,.7);
}
ol.breadcrumb .dropdown{
    display: inline-block;
}
.shop-order-menu{
    margin: 10px 0 10px 0;
}
.shop-order-menu .nav-tabs{
    border: none;
}
.shop-order-menu .nav-tabs>li>a{
    background-color: rgba(255,255,255,.6); 
    border-color: rgba(255,255,255,.6); 
    border-radius: 0;
}
.shop-order-menu .nav-tabs>li>a:hover{
    background-color: rgba(255,255,255,.8); 
    border-color: rgba(255,255,255,.8); 
}
.shop-order-menu .nav-tabs>li.active>a{
    color: #fff;
    background-color: #0567af; 
    border-color: #0567af;
}

.shop-order-menu .nav-tabs > li.perPageItem{
    float: right;
}
.shop-order-menu .nav-tabs > li.perPageItem a{
    padding-left: 2px;
    padding-right: 2px;
}

/* filter */
.shop-filter-menu{
    font-size: 0.9em;
    width: 100%;
    background-color: #fff;
    margin: 0 0 10px 0;
    padding: 10px;
}
#amount {
    color: #555;
    background-color: transparent;
    border: 0;
    font-weight: bold;
    text-align: center;
}
#slider-range{
    margin: 0 5px;
}
.ui-slider-horizontal .ui-slider-range{    
    background: #aaa;
}
.ui-slider-handle.ui-state-default{
    border: #0567af 1px solid;
    background: #0567af;  
    border-radius: 0;
}
.ui-slider-handle.ui-state-default:hover,
.ui-slider-handle.ui-state-default:active{
    border-color: #04518a;
    background: #04518a;
}
.shop-filter-menu .form-group button[type="submit"] {
    margin-top: 15px;
}
.shop-filter-menu .filter-buttons{
    width: 100%;
    display: table;
    margin-top: 15px;
}
.shop-filter-menu .filter-buttons > div{
    display: table-cell;    
}
.shop-filter-menu .filter-buttons > div:first-child{
    padding-right: 5px;
}
.shop-filter-menu .filter-buttons > div > button[type="submit"]{
    margin-top: 0px;    
}
.filter-attributes-body{
    margin: 0;
    padding: 0;
}
.filter-attribute{
    width: 25%;
    padding: 0;
    margin: 1px 0;
    border: none;
    vertical-align: top;
    display: inline-block;    
}
@media(max-width: 920px){
    .filter-attribute{
        width: 33.3%;    
    }
}
@media(max-width: 768px){
    .filter-attribute{
        width: 50%;    
    }
}
.filter-one .filter-attribute select.form-control{
    height: auto;
    font-size: .95em;
    padding: 4px 4px;
}
.filter-one .filter-attribute label{
    font-size: 1em;
    padding-top: 3px;    
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
}

.filter-two .filter-attribute label{
    width: 100%;
    font-size: 1em;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    padding: 8px;
    margin: 0;
    vertical-align: middle;
}
.filter-two .filter-attribute label:hover{
    background: #eee;
}
.filter-two .filter-attribute > div.checkbox{
    width: 100%;
    padding: 1px;
    margin: 0;
}
.filter-two .filter-attribute > div.checkbox input[type='checkbox']{
    -webkit-appearance: none;
    display: inline-block;
    position: initial;
    margin: 0;
    width: .9em;
    height: .9em;
    background: #fff;
    border-radius: 0px;
    border: 1px solid #555;
}
.filter-two .filter-attribute > div.checkbox input[type='checkbox']:checked{
    border: 1px solid #04518a;
    background: #04518a;    
}

.filter-two .filter-other-cover{
    padding-top: 16px;    
}
@media(max-width: 768px){
    .filter-two .filter-other-cover{
        padding-top: 0px;    
    }
}
#filter-show-butt-cover, #filter-hide-butt-cover{
    margin: 0;
    padding: 0;
    text-align: center;
}

.filter-two .tabs-left{
    display: table;
    width: 100%;
}
.filter-two .tabs-left::after{
    content: ' ';
    clear: both;
    display: block;    
}
.filter-two .tabs-left > ul, .tabs-left > .tab-content{
    font-size: 1em;
    vertical-align: top;
    display: table-cell;    
}
.filter-two .tabs-left > .tab-content{
    padding: 0 10px;
    width: 100%;
}
.filter-two .tabs-left > .nav-tabs {
    border-bottom: 0;
}
.filter-two .tab-content > .tab-pane,
.filter-two .pill-content > .pill-pane {
    display: none;
}
.filter-two .tab-content > .active{
    display: block;
}
.filter-two .tabs-left > .nav-tabs {
    margin-right: 19px;
    border-right: 1px solid #ccc;
}
.filter-two .tabs-left > .nav-tabs > li{
    float: none;
}
.filter-two .tabs-left > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
    white-space: nowrap;
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.filter-two .tabs-left > .nav-tabs > li > a:hover,
.filter-two .tabs-left > .nav-tabs > li > a:focus {
    border-color: #fff #ccc #fff #fff;
    background-color: #eee;
}
.filter-two .tabs-left > .nav-tabs .active > a,
.filter-two .tabs-left > .nav-tabs .active > a:hover,
.filter-two .tabs-left > .nav-tabs .active > a:focus {
    color: #54463d;
    background-color: #fff;
    border-color: #ccc #fff #ccc #ccc;
}

.actFilterString{
    margin: 5px 0 0 0;
    padding: 5px 0 0 0;
    border-top: #f7f7f7 1px solid;
    font-size: 1em;
}
.actFilterString>.actFilterName{

}
.actFilterString>.actFilterName:before{
    content: ', ';
}
.actFilterString>.actFilterName:first-child:before{
    content: '';
}
.actFilterString>.actFilterValue{
    font-weight: bold;
}
.actFilterString>.actFilterValue:before{
    content: ': ';
}