.title-head{
    text-align: center;
}
.products-view-grid .product-box{
    border: 1px solid #ebebeb;
}
.products-view-grid .product-box:hover{
    box-shadow: rgba(0,0,0,0.2) 0 0 5px;
    border-color: #ebebeb;
}
.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: grey;
}
.panel-heading a.collapsed:after {
    content:"\e080";
}
.collapse.in {
    display: none;
}

.panel-heading a:hover,.panel-heading a:focus,.panel-heading .text-link:hover, 
.panel-heading .text-link:focus{
    color: #000;
    text-decoration: none;
}
#collapseFilter > .panel-body{
    padding: 15px 0px;
}
.panel-child{
    border-left: none;
    border-right: none;
    border-radius: 0px; 
}
li.filter-item.filter-item--check-box{
    width: 100%;
}
.filter-item--check-box input {
    opacity: 0;
}
.filter-item--check-box .fa {
    margin-right: 10px;
    width: 14px;
    font-size: 18px;
    line-height: 40px;
    position: relative;
    top: 2px;
}
.filter-item--check-box input+.fa:before {
    content: "";
    margin-right: 5px;
    font-size: 18px;
    border: solid 1px #ebebeb;
    line-height: 40px;
    position: absolute;
    top: -17px;
    height: 20px !important;
    width: 20px;
    border-radius: 2px;
}
.filter-item--check-box input:checked+.fa:after, 
.filter-item--check-box input+span:after {
    font-family: 'FontAwesome';
    color: #3fb4fb;
    content: "\f00c";
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: -17px;
    font-size: 12px;
    left: 4px;
}
.filter-item--check-box input:checked+.fa:before, 
.filter-item--check-box input+span:before {
    content: "";
    border-color: #3fb4fb;
}
.module-aside-menu{
    margin-top: 23px;
}
label.total-product{
    margin-top: 10px;
    margin-left: 10px;
}
.product-reviews-star .star-on:before {
    content: "\f005";
    font-family: FontAwesome;
    color: #3fb4fb;
}
.product-reviews-star .star-off:before {
    content: "\f006";
    font-family: FontAwesome;
    color: #3fb4fb;
}
.product-thumbnail picture::before{
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    left: 0;
    z-index: 9;
    background: #fff;
}
.product-box:hover .product-thumbnail > a picture {
    opacity: 0.5;
}
.product-box:hover div.product-quick-view{
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
div.product-quick-view {
    width: 100%;
    position: absolute;
    z-index: 88;
    height: 45px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

a.btn-quick-view{
    width: 45px;
    height: 45px;
    box-shadow: none;
    border-radius: 50%;
    outline: none;
    border-style: none;
    background-color: #3fb4fb;
    display: inline-block;
    margin-right: 0px;
    line-height: 45px;
    text-align: center;
    padding: 0px;
    text-decoration: none;
    position: relative;
}
a.btn-quick-view i.fa{
    color: #fff;
}
a.btn-quick-view:hover  .tooltips {
    visibility: visible;
    opacity: .98;
}
.tooltips{
    font-family: 'Roboto', sans-serif;
    position: absolute;
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    box-shadow: 1px 1px 5px #ccc;
    background: #fff;
    color: #333;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    padding: 0px 5px;
    border-radius: 3px;
    top: -35px;
    left: 50%;
    min-width: 80px;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -os-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.tooltips span {
    position: relative;
}
.tooltips span:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -os-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.pagination-arrow-left:before{
    content: "\e629";
}
.pagination-arrow-right:before{
    content: "\e628";
}
.pagination-arrow{
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.load-more{ text-align: center; margin-bottom: 20px;}
.load-more .btn{ width: 50%; }
@media (max-width: 991px){
    header nav {
        background: #444;
        border-bottom: #e0e0e0 1px solid;
    }

    header nav .nav-item>a{
        color: #fff;
        padding: 15px;
        padding-left: 0px;
    }

    header nav .nav-item>a:hover{
        font-size: 18px;
    }
    ul.nav{max-height: 0px;transition: max-height 0.15s ease-out;overflow: hidden;}
    ul.nav.show{max-height: 500px; transition: max-height 0.25s ease-in;}
}
.menu-bar > img{
    cursor: pointer;
}
