.wp_list_product .wrapper {
    padding: 10px 0;
}

.wp_list_product .link_list_product {
    background: transparent;
}

.main-list-product {
    margin-top: 20px;
}

/*==================select product======================*/
.sort-by-option .sort-by-select {
    position: relative;
    width: 180px;
    border: 1px solid #d5d5d5;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    box-sizing: border-box;
    color: #666;
    font-size: 14px;
}
.sort-by-option .sort-by-select .sort-by-option-child {
    position: absolute;
    width: 100%;
    border-top: 0;
    top: 35px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 10;
    background: #f5f5f5;
}

.sort-by-option .sort-by-select .sort-by-option-child li a {
    text-decoration: none;
    color: #666;
}

.sort-by-option .sort-by-select .sort-by-option-child li a:hover {
    color: #f5502b;
}

.sort-by-option .sort-by-select:hover .sort-by-option-child {
    transition: 0.3s;
    visibility: visible;
    opacity: 1;
}

/*==================End select produyct================*/

/*=================LIST PRODUCRT=================*/
.main-list-product .owl-product .item {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 25px;
}

    .main-list-product .owl-product .item:nth-child(4n) {
    margin-right: 0;
}

/*=================END LIST PRODUCT=================*/

/*=================CATE LIST PRODUCRT=================*/
.main-cate-product .owl-product .item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 25px;
}

.main-cate-product .owl-product .item:nth-child(3n) {
    margin-right: 0;
}

/*=================END CATE LIST PRODUCT=================*/

/*=================NAV CATEGORY PRODUCT=================*/
#nav-cate-product {
    width: 100%;
    background: #f5f5f5;
}

#nav-cate-product li {
    list-style: none;
    display: block;
}

#nav-cate-product li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    border-bottom: 1px solid #f4f4f4;
    font-size: 13px;
}

#nav-cate-product > li {
    background: #fff;
}

#nav-cate-product > li > a {
    color: #666;
    font-weight: bold;
    position: relative;
}

#nav-cate-product i {
    position: absolute;
    top: 10px;
    right: 5px;
}

#nav-cate-product ul.sub-menu {
    display: none;
}

.active {
    background: transparent;
}

.show {
    display: none !important;
}

/*=================END NAV CATEGORY PRODUCT=================*/

/*================= FILTER LEFT =================*/
.panel {
    padding-bottom: 20px;
    border-bottom: 1px solid #6666;
    margin-bottom: 15px;
}

.panel .SlimScroll {
    overflow-y: scroll;
    max-height: 400px;
    display: none;
}

.panel .SlimScroll::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
}

.panel .SlimScroll::-webkit-scrollbar-thumb {
    background-color: #201d1c8a;
}

.panel-heading {
    color: #333;
    font-size: 4px;
    font-weight: bold;
    background: transparent;
    border-radius: 0;
    position: relative;
    text-transform: uppercase;
}

.panel-heading h4 {
    font-size: 16px;
    cursor: pointer;
}

.panel-options input[type=checkbox].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.panel-options input[type=checkbox].css-checkbox + label.css-label-checkbox {
    padding-left: 25px;
    height: 15px;
    display: inline-block;
    line-height: 17px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    margin: 5px 0px;
    font-weight: normal;
    color: #000;
    font-size: 13px;
}

.panel-options input[type=checkbox].css-checkbox:checked + label.css-label-checkbox {
    background-position: 0 -15px;
}

.css-label-checkbox {
    background-image: url(../img/checkbox.png);
}

.row-10 {
    margin-left: -10px;
    margin-right: -10px;
}

ul.req li {
    line-height: 25px;
    float: left;
    display: block;
    padding: 5px !important;
    width: 100%;
}

ul.req li a span {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    background: #ddd;
    display: block;
    float: left;
    margin-right: 5px;
    border: 1px solid #746d6d;
}

ul.color li a span {
    color: #fff;
}

ul.req li a label {
    float: left;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    color: #666;
}

.filter-head {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
}

.filter-head ul li {
    float: right;
    margin-left: 5px;
}

.filter-head ul li a {
    cursor: pointer;
}

.btn-filter {
    display: none;
}

.btn-filter .btn {
    background: #525252;
    color: #fff;
}

.select-group select {
    min-width: 120px;
    margin-left: 5px;
    float: right;
    display: block;
    height: 28px;
    border-color: #ddd;
    border-radius: 3px;
}

/*FILTER PRICE*/
#slider-range {
    margin: 15px 0 !important;
    height: .5em !important;
    background: #d1d6e0 !important;
    width: 90%;
}

#slider-range .ui-slider-horizontal {
    height: .5em !important;
}

#slider-range .ui-state-default,
#slider-range .ui-widget-content .ui-state-default,
#slider-range .ui-widget-header .ui-state-default {
    background: #fff !important;
    border: 1px solid #d4d4d4 !important;
}

#price_form, #price_to {
    color: #f5502b;
    font-weight: bold;
}

.ui-widget {
    font-family: 'Open Sans';
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-size: 1em;
}

.ui-widget-content {
    background: #ffffff;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #f04e23;
    background: #f04e23 url("../img/ui-bg_highlight_1x100.png") 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
    height: 100%;
}

.ui-widget-header a {
    color: #ffffff;
}

.ui-slider {
    position: relative;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    top: -4px;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/*FILTER PRICE*/
/*=================END FILTER LEFT=================*/

/*================pagging=======================*/
#pagination .paginator .labelPages, #pagination .paginator .titlePages {
    display: none;
}

#pagination .paginator a, #pagination .paginator .currentPage {
    border-radius: 50%;
    padding: 5px 0;
    font-size: 12px;
    color: #f04e23;
    margin: 0 3px;
    border: 1px solid #f04e23;
    background: #fff;
    text-decoration: none;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
}

#pagination .paginator .currentPage {
    color: #fff !important;
    border-color: #f04e23;
    background: #f04e23;
}

#pagination .paginator a.paging-next:after {
    content: '>';
}

#pagination .paginator a.paging-last:after {
    content: '>>';
}

#pagination .paginator a.paging-previous:after {
    content: '<';
}

#pagination .paginator a.paging-first:after {
    content: '<<';
}

/*================End pagging=======================*/

/*SHOW FILTER PRODUCT*/
.show-filter-product {
    width: 140px;
    border: 1px solid #d5d5d5;
    text-align: center;
    cursor: pointer;
    color: #666;
    height: 33px;
    line-height: 33px;
    margin-right: 15px;
    font-size: 14px;
}

/*END SHOW FILTER PRODUCT*/

/*CLOSE FILTER PRODUCT*/
.close-filter-product {
    width: 100%;
    text-align: center;
    height: 36px;
    line-height: 21px;
    margin-right: 15px;
    color: #525252;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #525252;
    padding: 5px 12px;
    border-radius: 3px;
}

/*CLOSE FILTER PRODUCT*/

/*CATEGORY-PRODUCT-LIST*/
#category-product-list {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #6666;
}

#category-product-list li {
    padding: 5px 0;
    position: relative;
}

#category-product-list li a {
    color: #666;
}

#category-product-list > li > a {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

#category-product-list li i {
    position: absolute;
    top: 14px;
    right: 5px;
    color: #666;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    margin-left: 5px;
}

#category-product-list li.active i.fa-plus {
    opacity: 0;
}

#category-product-list li.active > a {
    color: red;
}

#category-product-list li ul {
    display: none;
    padding: 5px 0 0 0;
}

#category-product-list li ul li {
    padding: 2px 0;
}

#category-product-list li ul li a {
    display: block;
    font-size: 13px;
    padding: 2px 0 2px 15px;
    font-family: Arial, "Helvetica", sans-serif;
}

/*END CATEGORY-PRODUCT-LIST*/

/*=================RESPONSIVE=================*/
@media screen and (max-width: 900px) {
    .wrapper-filter {
        display: none;
    }

    .panel .SlimScroll {
        max-height: 200px;
    }
}

@media screen and (max-width: 812px) {
    .main-list-product .owl-product .item {
        width: 32%;
    }

    .main-list-product .owl-product .item:nth-child(4n) {
        margin-right: 2%;
    }

    .main-list-product .owl-product .item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .main-list-product .owl-product .item,
    .main-cate-product .owl-product .item {
        width: 49%;
    }

    .main-list-product .owl-product .item:nth-child(3n),
    .main-cate-product .owl-product .item:nth-child(3n) {
        margin-right: 2%;
    }

    .main-list-product .owl-product .item:nth-child(2n),
    .main-cate-product .owl-product .item:nth-child(2n) {
        margin-right: 0;
    }
}

/*=================END RESPONSIVE=================*/