.custom-padding-right {
    position: relative;
    top: 0;
    margin-bottom: 20px;
}
.filter {
    overflow-y: initial;
}
.filter .group-filter {
    border-bottom: 1px solid #c4c4c4;
}
.filter .title-group-filter {
    font-size: .875rem;
    text-transform: uppercase;
    padding: 15px 15px 15px 0;
    font-weight: 600;
}
.filter .title-group-filter .buttontoggle {
    float: right;
    -webkit-transition: all, .5s;
    transition: all, .5s;
}
.filter .title-group-filter .buttontoggle .ph {
    font-weight: 700;
    font-size: 1.25rem;
}
.filter .group-filter .content-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 15px;
    -webkit-transition: all, .5s;
    transition: all, .5s;
}
.filter .style001 .content-group, .filter .style002 .content-group {
    padding-right: 5px;
}
.filter .group-filter .content-group {
    display: none;
}
.ui-corner-all {
    background: #fff;
}
div#slider-range {
    width: 100%;
}
#slider-range .ui-widget-header {
    background: #c4996b !important;
    height: 10px;
    overflow: hidden;
}
#slider-range .ui-widget-header {
    cursor: pointer;
}
#slider-range .ui-slider-handle {
    width: 7px !important;
    height: 12px !important;
    background: #a6a6a6 !important;
    border: none !important;
    margin-left: -4px !important;
    cursor: pointer !important;
    top: -2px !important;
    border-radius: 2px 2px 0 0 !important;
}
span.range-text.text-box {
    padding: 12px 0;
    float: left;
}
.form-check {
    position: relative;
    display: flex;
    margin-bottom: .75rem;
    align-items: center;
}
.filter .group-filter .content-group .item-filter .form-check-input {
    margin-left: 0;
}
.filter .style001 .content-group .item-filter .form-check-input, .filter .style002 .content-group .item-filter .form-check-input {
    display: none;
}
.filter .style001 .content-group .item-filter .form-check-label .thuml-img, .filter .style002 .content-group .item-filter .form-check-label .thuml-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    z-index: 1;
    background-position: center;
    background-size: 100% 100%;
    border-radius: 100%;
}
.product-list-promo {
    display: flex
;
    flex-wrap: wrap;
}
.product-list-promo .product-item {
    border: 1px solid #DFDCDC;
    border-radius: 5px;
    display: inline-block;
    padding: 0;
    margin-bottom: 20px;
}
.product-list-promo .product-item .product-image {
    position: relative;
}
.product-list-promo .product-sales {
    position: absolute;
    width: 55px;
    height: 50px;
    background-color: #f48473;
    color: #fff;
    text-align: center;
    right: 0;
    margin-right: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 3px;
    z-index: 5;
    display: none;
}
.product-list-promo .product-sales>.text-main span {
    font-size: 16px;
    font-weight: 700;
}
.product-list-promo .product-item .product-image .pview-wishlist {
    position: absolute;
    padding: 5px 10px;
    border: 1px solid #000;
    border-radius: 2px;
    background-color: #f6f6f6;
    top: 10px;
    left: 10px;
    z-index: 15;
    display: none;
}
.product-list-promo .product-item .hover {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(48, 84, 128, .3);
    z-index: 10;
    display: none;
}
.product-list-promo .product-item .hover>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product-list-promo .product-item .hover .text {
    color: #fff;
    font-size: 30px;
    line-height: 1.5em;
    text-shadow: 2px 2px 2px #000;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.product-list-promo .dnone-28431 {
    display: none;
}
.product-list-promo .product-item .hover .text a {
    width: 140px;
    border: none;
    text-shadow: none;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px;
    color: #2f3d3c;
    background-color: #fff;
    transition: .3s;
    text-transform: uppercase;
}
.fullpage .product-info {
    position: sticky;
    top: 80px;
    max-height: 775px;
    overflow-y: auto;
    display: block;
    padding: 0 5px;
}
.product-list-promo .product-info .product-name {
    padding-bottom: 5px;
    border-bottom: 1px solid #6C757D;
    margin-top: 10px;
}
.product-list-promo .product-attr {
    margin-top: 10px;
}
.product-list-promo .product-attr ul li {
    display: inline-block;
    cursor: pointer;
}
.product-list-promo .product-attr ul li span {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    margin-right: 5px;
    border: none;
}
.product-list-promo .product-price {
    margin-top: 5px;
    margin-bottom: 5px;
}
.product-list-promo .product-price .blockPrw {
    display: inline-block;
    float: left;
}
.product-list-promo .old-prc {
    font-size: 13px;
    color: #999999;
    margin-left: 5px;
}
.product-list-promo .product-price button {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 5px;
    border: 1px solid #000000;
    text-transform: uppercase;
    float: right;
    background-color: #000;
}
.view-more-product #pagination {
    text-align: center;
}
.view-more-product #pagination .paginator {
    display: inline-flex;
    margin: 20px 0;
}
.view-more-product #pagination .paginator .labelPages,.view-more-product #pagination .paginator .titlePages {
    display: none;
}
.view-more-product #pagination .paginator a,.view-more-product #pagination .paginator span.currentPage {
    border: 1px solid #333;
    padding: 5px 11px;
    font-weight: 500;
    font-size: 15px;
    -moz-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    margin-right: 5px;
    color: #333;
}
.view-more-product #pagination .paginator a:hover,.view-more-product #pagination .paginator span.currentPage {
    background: #333;
    color: #fff;
}
.filter .group-filter .content-group.active {
    display: flex;
}
.filter .style001 .content-group .item-filter .form-check-input:not(:checked) + label:before, .filter .style001 .content-group .item-filter .form-check-input:checked + label:before, .filter .style002 .content-group .item-filter .form-check-input:not(:checked) + label:before, .filter .style002 .content-group .item-filter .form-check-input:checked + label:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #919191;
    z-index: 2;
    border-radius: 100%;
}
.filter .style001 .content-group .item-filter .form-check-input:not(:checked) + label:before, .filter .style001 .content-group .item-filter .form-check-input:checked + label:before {
    width: 15px;
    height: 15px;
    border-radius: 0;
}
.filter .style001 .content-group .item-filter .form-check-input:not(:checked) + label:after, .filter .style002 .content-group .item-filter .form-check-input:not(:checked) + label:after {
    opacity: 0;
}
.filter .style001 .content-group .item-filter .form-check-input:not(:checked) + label:after, .filter .style001 .content-group .item-filter .form-check-input:checked + label:after, .filter .style002 .content-group .item-filter .form-check-input:not(:checked) + label:after, .filter .style002 .content-group .item-filter .form-check-input:checked + label:after {
    content: '';
    width: 12px;
    height: 6px;
    position: absolute;
    top: 8px;
    left: 7px;
    background: transparent;
    border-left: 2px solid #777;
    border-bottom: 2px solid #777;
    -webkit-transform: rotate(-50deg);
    -khtml-transform: rotate(-50deg);
    transform: rotate(-50deg);
    z-index: 2;
}
.filter .group-filter .content-group .item-filter:hover label {
    font-weight: 700;
}
.filter .style001 .content-group .item-filter .form-check-input:checked + label:after, .filter .style002 .content-group .item-filter .form-check-input:checked + label:after {
    opacity: 1;
}
.filter .style001 .content-group .item-filter .form-check-input:checked + label:after {
    top: 3px;
    left: 2px;
}
.filter .style001 .content-group .item-filter .form-check-input:not(:checked) + label:before, .filter .style001 .content-group .item-filter .form-check-input:checked + label:before {
    width: 15px;
    height: 15px;
    border-radius: 0;
}
.product-list-promo .product-item a {
    font-size: 16px;
}

.product-prc {
    font-size: 17px;
    line-height: 50px;
    margin-left: 8px;
    font-weight: 600;
    color: #000;
}
@media (min-width: 1440px) {
    .filter .title-group-filter {
        font-size: .8125rem;
    }
}
@media (min-width: 1024px) {
    .custom-padding-right .filter {
        display: flex !important;
        width: 100%;
    }
    .filter:not(.show-promo) .group-filter {
        width: calc(10% - 10px);
        margin-right: 10px;
        position: relative;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        cursor: pointer;
    }
    .filter.filter-promo .group-filter {
        width: calc(11% - 10px);
    }
    .filter .title-group-filter {
        padding: 10px;
        color: #333;
    }
    .filter .title-group-filter .buttontoggle {
        float: none;
    }
    .filter .title-group-filter .buttontoggle .ph {
        font-weight: normal;
        font-size: 1rem;
    }
    .filter:not(.show-promo) .group-filter .content-group {
        max-height: 200px;
        width: 600px;
        overflow-y: auto;
        position: absolute;
        top: 130%;
        left: 0;
        padding: 10px;
        background: #fff;
        z-index: 100;
        border: 1px solid #ededed;
        box-shadow: 0 0 5px #777;
    }
    .filter:not(.show-promo) .group-filter .content-group>ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .filter .style001 .content-group .item-filter {
        width: 30%;
        max-width: 30%;
        flex: 1 1 30%;
    }
}
@media (min-width: 1200px) {
    .filter .title-group-filter {
        font-size: .6875rem;
    }
}
@media (max-width: 768px) {
    .product-list-promo .col-xs-6 {
        float: left;
        width: 50%;
    }
}