/*GLOBALS*/

div#js-product-list-top, #js-product-list-bottom {
    background: #f4f4f4;
    padding: 12px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
}

#js-product-list-top .total-products, #js-product-list-bottom .total-products, #js-product-list-bottom .product-count, #js-product-list-top .product-count {
    font-size: 14px;
    line-height: 48px;
    color: #ababab;
}

.sort-by-row {
    text-align: right;
    line-height: 40px;
    align-items: center;
}

.products-sort-order button, .products-sort-order select {
    width: 269px;
    border: 2px solid #ededed;
    background: white;
    text-align: left;
    font-size: 13px;
    position: relative;
    padding-left: 16px;
    padding-right: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 52px;
    cursor: pointer;
    color: #323232;
    font-weight: 600;
    outline: none;
    display: inline-block;
}

span.sort-by {
    font-size: 14px;
    color: #888888;
    font-weight: 600;
    padding-right: 4px;
    display: inline-block;
}

.sort-by-row button i:after, .products-sort-order.dropdown:after {
    content: "\f107";
    cursor: default;
    font-family: 'FontAwesome';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 18px;
    margin-top: -9px;
    position: absolute;
    pointer-events: none;
    color: #323232;
    right: 14px;
    text-transform: none;
    top: 50%;
    overflow: hidden;
}

.sort-by-row button i {
    font-size: 0;
}

section#js-active-search-filters {
    display: none;
}

#left-column .block-categories {
    background: #ffffff;
    border: 2px solid #323232;
    margin-bottom: 22px;
}

#left-column .block-categories h2 {
    margin: 0;
    padding: 20px 30px;
    font-size: 15px;
    position: relative;
}

#left-column ul.category-top-menu {
    padding: 8px 30px;
    margin: 0;
    border-top: 2px solid #323232;
}

#left-column .block-categories ul.category-sub-menu {
    margin: 0;
    padding: 0;
}

#left-column .block-categories a {
    display: block;
    width: 100%;
    padding-top: 19px;
    padding-bottom: 20px;
    padding-right: 35px;
    border-bottom: 1px solid #ededed;
    text-decoration: none;
    font-size: 14px;
    position: relative;
}

#left-column .block-categories .category-sub-menu li:last-child a {
    border: none;
}

#js-product-list .hidden-md-up.text-xs-right.up {
    display: none;
}

div#search_filters_wrapper {
    display: none;
}

.products-sort-order .dropdown-menu {
    width: 100%;
}

.products-sort-order .dropdown-menu a {
    text-decoration: none;
    font-size: 13px;
    display: block;
    padding-left: 16px;
    padding-right: 16px;
}

.products-sort-order.dropdown {
    padding: 0;
}

div#js-product-list-bottom {
    display: none;
}

.show_list, .show_grid {
    cursor:pointer;
    opacity:1.0;
}
 
.show_list:hover, .show_grid:hover {
    opacity:0.7;
}
 
.product_show_list {
    width:100%;
}
 
.product_show_list .product-thumbnail {
    text-align:center;
}

ul.display_switcher.display {
    float: left;
    margin-bottom: 0;
    padding-left: 0;
    display: block;
    margin-left: -12px;
    margin-right: 16px;
}

.display_switcher li#grid {
    border-width: 2px 0 2px 2px;
}

.display_switcher li {
    border-color: #f4f4f4;
    float: left;
    padding: 20px 20px 19px;
    position: relative;
    border: 2px solid transparent;
    cursor: pointer;
    text-align: center;
}

span.products_grid_switcher {
    box-shadow: -7px -7px, 0 -7px, 7px -7px, -7px 0, 7px 0, -7px 7px, 0 7px, 7px 7px;
}

.display_switcher li span {
    color: #323232;
    background: #323232;
    width: 5px;
    height: 5px;
    transition: .5s;
    display: block;
    position: relative;
    text-indent: -9999px;
}

.display_switcher li#list {
    border-width: 2px 2px 2px 0;
}

span.products_list_switcher {
    box-shadow: -7px -7px, 0 -7px, 5px -7px, -7px 0, 5px 0, -7px 7px, 0 7px, 5px 7px, 7px 7px, 7px 0, 7px -7px;
}

.display_switcher li#list.selected {
    border-left-width: 2px;
    border-color: #f4f4f4;
    background: #f4f4f4;
}

.display_switcher li.selected span {
    color: #1fc4b2;
    background: #1fc4b2;
}

.display_switcher li#grid.selected {
    border-right-width: 2px;
    border-color: #f4f4f4;
}

.display_switcher li#list:hover span {
    -webkit-animation: anlist 0.8s;
    -moz-animation: anlist 0.8s;
    -ms-animation: anlist 0.8s;
    -o-animation: anlist 0.8s;
    animation: anlist 0.8s;
}

.display_switcher li#grid:hover span {
        -webkit-animation: angrid 0.8s;
    -moz-animation: angrid 0.8s;
    -ms-animation: angrid 0.8s;
    -o-animation: angrid 0.8s;
    animation: angrid 0.8s;
}

.category-sub-menu .navbar-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 19px;
    z-index: 99;
    cursor: pointer;
    font-family: "FontAwesome";
    font-size: 14px;
}

.category-sub-menu .navbar-toggler:before {
    content: "\f106";
    font-size: 20px;
    font-weight: bold;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    display: block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    margin-top: -2px;
    color: #333333;
    line-height: 22px;
    text-align: center;
}

.category-sub-menu .navbar-toggler.collapsed:before {
    margin-top: 0;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=180);
    color: #cccccc;
}

.category-sub-menu li .collapse {
    display: none;
}

.category-sub-menu li .collapse.in {
    display: block;
}

#left-column .block-categories .category-sub-menu li li {
    padding-left: 12px;
    line-height: 1.3em;
    font-size: 14px;
    font-weight: normal;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

#left-column .block-categories .category-sub-menu li li a {
    border-bottom: 1px solid #ededed !important;
}

.products-sort-order select {
    appearance: none;
}

#search h1.page-heading.product-listing {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 0 13px 0;
    position: relative;
    font-size: 16px;
    line-height: 20px;
}

#search h1.page-heading.product-listing:before {
    height: 1px;
    width: 100%;
    left: 0;
    display: inline-block;
    content: " ";
    position: absolute;
    bottom: 0;
    background: #ededed;
}

#search .page-heading span.lighter {
    color: #9c9c9c;
}

#search .page-heading span.heading-counter {
    font-size: 13px;
    font-weight: normal;
    float: right;
    color: #ababab;
    text-transform: none;
}

#search div#js-product-list-bottom {
    background: none;
}

#search div#js-product-list-bottom {
    display: flex;
    padding: 0;
    margin-bottom: 0;
}

.featured-products #specialsul {
    margin-bottom:4px;
}

.featured-products .products-block li {
    margin-bottom:16px;
    padding-bottom:14px;
}

.featured-products .products-block li .products-block-image {
    border: none;
    margin: 0;
    float: none;
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

.featured-products .products-block li .product-content {
    margin-top: 16px;
}

/*END GLOBALS*/

/*DESKTOP*/

/*END DESKTOP*/

/*MOBILE*/

/*MEDIA QUERIES MOBILE*/
@media (min-width: 320px) and (pointer: coarse) {

}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
    .pagination.only-mobile {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    #js-product-list-bottom .product-count, #js-product-list-top .product-count {
        text-align: center;
        margin-top: 30px;
    }
    #search div#js-product-list-bottom {
        white-space: normal;
        clear: both;
        width: 100%;
        text-align: center;
        border-top: 2px solid #ededed;
        margin-top: 70px;
        padding-top: 10px;
    }
    #search #js-product-list-bottom .product-count, #search #js-product-list-top .product-count {
        margin: 0;
    }
}

@media (max-width: 991.98px) and (min-width: 575.98px){

}

@media (max-width: 991.98px) {
    #left-column ul.category-top-menu {
        display: none;
    }
    #left-column .block-categories h2:after {
        display: block;
        content: "\f107";
        font-family: "FontAwesome";
        font-size: 22px;
        color: #6d6d6d;
        position: absolute;
        right: 25px;
        top: 18px;
        cursor: pointer;
        font-weight: bold;
        line-height: 20px;
    }

    #left-column .block-categories h2.active:after {
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        o-transition: all 0.1s linear;
        transition: all 0.1s linear;
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
    div#js-product-list-top {
        display: none;
    }
    #left-column {
        padding-bottom: 40px;
    }
    div#js-product-list-bottom {
        display: flex;
    }
    #js-product-list .pagination {
        display: none;
    }
    .products-sort-order select{
        min-width: 0;
        max-width: 160px;
    }
    #search div#js-product-list-top {
        display: flex;
    }
}

@media (max-width: 767.98px) {
    #left-column .block-categories, #left-column .featured-products {
        margin-bottom: 8px;
    }
    #js-product-list-bottom .total-products{
        display: none;
    }
    #search ul.display_switcher.display{
        display: none;
    }
    #viewed-products_block_left {
        margin-bottom: 0;
    }
}

@media (max-width: 575.98px) {
    
}

@media (max-width: 479.98px) {
    #search .page-heading span.heading-counter {
        float: none;
        display: block;
    }
    span.sort-by {
        float: left;
        line-height: 47px;
    }
    .products-sort-order select {
        width: calc(100% - 100px);
        max-width: none;
    }
    .products-sort-order.dropdown {
        margin-bottom: 12px;
    }
}

@media (max-width: 374.98px) {

}

/*END MEDIA QUERIES MOBILE*/

/*MEDIA QUERIES DESKTOP*/
@media (min-width: 1200px) {
}

@media (min-width: 1400px) {

}

@media (max-width: 1399.98px) {

}

/*MEDIA QUERIES DESKTOP*/