﻿h1 {
    color: #555;
}

.product-ctn {
    width: 100%;
    padding-top: 10px;
}

.procduct-ctn .right-side {
    width: 20%;
    padding-left: 10px;
}

.procduct-ctn .left-side {
    width: 80%;
    padding-right: 15px;
}

/*#region create loading */
.loading-products {
    position: relative;
    width: 100%;
    height: 100PX;
    text-align: center;
    background-color: #f5f5f5;
    margin-bottom:50px;
}

    .loading-products::after {
        content: " ";
        width: 50px;
        height: 50px;
        top: 0;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border: 7px solid var(--secondary-color);
        border-right-color: transparent;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -moz-animation: rotate 1s infinite linear;
        -o-animation: rotate 1s infinite linear;
        -webkit-animation: rotate 1s infinite linear;
        animation: rotate 1s infinite linear;
        position: absolute;
        display: inline-block;
    }
/*#endregion create loading*/
.filter-box li {
    border: 1px solid #e1e1e1;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 0 0 10px -5px #888;
    -webkit-box-shadow: 0 0 10px -5px #888;
    box-shadow: 0 0 10px -5px #888;
    padding: 5px 10px;
    margin-left: 7px;
    margin-bottom: 7px;
    font-size: 12px;
    color: #585858;
}

    .filter-box li a {
        margin-right: 10px;
        font-size: 20px;
        color: #525252;
        line-height: 1;
    }
/*#endregion filter styles */
.box-cntent {
    width: 100%;
    background-color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #e1e1e1;
    margin-bottom: 10px;
}

    .box-cntent .box-header {
        padding: 10px 15px;
        border-bottom: 1px solid #e1e1e1;
    }

        .box-cntent .box-header.filter-header {
            -webkit-justify-content: space-between;
            justify-content: space-between;
        }

            .box-cntent .box-header.filter-header a {
                font-size: 10px;
                color: var(--secondary-color);
            }

        .box-cntent .box-header h1 {
            font-size: 12px;
            margin: 0;
            display: inline-block;
        }

    .box-cntent .box-body {
        padding: 10px 13px;
    }
.box-body .switch-button-container {
    -webkit-align-items: center;
    align-items: center;
}
.box-body .switch-button{
    height:20px;
}
    .box-body .switch-button span i {
        width:20px;
        height:20px;
    }
    .box-body .switch-button input:checked + span i {
        left:27px;
    }
    .box-body .switch-button-container label {
        font-size: 12px;
    }

.box-body ul li {
    list-style: none;
    color: #999;
    font-size: 11px;
}


    .box-body ul li.active,
    .box-body ul li.active > a{
        color: #222;
    }

        .box-body ul li.active h5 {
            font-size: 11px;
        }

    .box-body ul li i {
        font-size: 13px;
        margin-left: 5px;
        padding-bottom: 5px;
        padding-top: 5px;
        display: inline-block;
    }

.box-body ul.children {
    padding-right: 20px;
}

.box-body .search-box input.txt-search {
    background-color: #f5f5f5;
    padding-top:6px;
    padding-bottom:6px;
    padding-right:40px;
    z-index:0;
}
.box-body .search-box .icon-search {
    font-size: 16px;
    z-index: 1;
}
.box-body .search-box input.txt-search::placeholder {
    font-size: 11px;
}

.search-brand .search-box input.txt-search {
    border: 1px solid #888;
    background-color: #fff;
    font-size:12px;
}
/*brand container right side*/
.box-body .brand-content {
    margin: 0 -13px;
    margin-top: 10px;
    margin-right: 0;
    max-height: 300px;
    overflow: auto
}

.brand-content.brand-list {
    width: 100%;
}

.brand-list .checbox-customize {
    width: 100%;
    padding: 10px 0;
    position: relative;
}

    .brand-list .checbox-customize:hover {
        background-color: #f8f8f8
    }

    .brand-list .checbox-customize > span {
        max-width: calc(50% - 15px);
        overflow: hidden;
        padding-left: 5px;
        white-space: nowrap;
        overflow: hidden;
        font-size:11px;
    }
    .brand-list .checbox-customize > i {
        width:15px;
        height:17px;
    }
    .brand-list .checbox-customize.full > span {
        max-width: calc(100% - 15px);
        white-space: normal;
    }
    .brand-list .checbox-customize span.latin-text {
        position: absolute;
        left: 0;
        margin-left: 5px;
        color: #8d8d8d;
        max-width: calc(50% - 20px);
        overflow: hidden;
        padding-right: 5px;
        padding-left: 0px;
        white-space: normal;
        text-align: left;
        direction: ltr;
    }

.root-site-content {
    padding: 10px 0;
}

.root-site li.active {
    color: #222;
}

.root-site li {
    font-size: 13px
}

    .root-site li i {
        margin: 0 5px 0 8px;
    }

.root-site-content .count-product h5 {
    font-size: 13px;
    color: #8d8d8d;
}

.products-container {
    background-color: #fff;
    border: 1px solid #e1e1e1;
}

.products-content {
    border: 1px solid #e1e1e1;
    border-bottom: none;
    border-left: none;
}

.products-body .product-split {
    width: 25%;
    border: 1px solid #e1e1e1;
    border-top: none;
    border-right: none;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

    .products-body .product-split:hover {
        -moz-box-shadow: 0 0 10px -5px rgba(0,0,0,.5);
        -webkit-box-shadow: 0 0 10px -5px rgba(0,0,0,.5);
        box-shadow: 0 0 10px -5px rgba(0,0,0,.5);
    }

.product-body {
    padding: 30px 12px 10px;
    position: relative;
}

    .product-body .topoffer-content {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .product-body .product-image {
        width: 100%;
        padding: 10px;
        text-align: center;
    }

        .product-body .product-image a {
            display: inline-block;
            max-width: 100%;
            width: 200px;
            text-align: center;
        }

            .product-body .product-image a img {
                max-width: 100%;
                margin: auto;
                max-height: 100%;
            }

.product-info {
    margin-top: 10px;
}

    .product-info .product-name {
        display: inline-block;
        width: 100%;
        height: 36px;
        overflow: hidden;
        margin-bottom: 15px;
    }

        .product-info .product-name h1 {
            font-size: 15px;
        }
/*#region special sale */
.special-sale .product-body {
    padding-top: 40px;
    position: relative;
}

    .special-sale .product-body .product-image {
        padding-top: 0;
    }

/*.special-sale .product-body  .product-image a {
    width: 160px;
}*/

.special-sale .special-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 5px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: absolute;
    border-bottom: 1px solid #fe0024;
}

    .special-sale .special-content p {
        margin: 0;
        color: #fe0024;
        font-size: 12px;
    }

    .special-sale .special-content .timer-content {
        color: #fe0024;
        font-size: 12px;
        padding: 0;
        margin: 0;
    }
/*#endregion special sale‍ */
/*#region unavailable content */

.unavailable-content {
    width: 100%;
    height: 2px;
    background-color: #888;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    margin: 10px 0;
}

    .unavailable-content label {
        position: absolute;
        background-color: #fff;
        top: 50%;
        color: #000000;
        font-weight: bold;
        font-size: 14px;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 5px 10px;
    }
/*#endregion unavailable content*/
/*#region price slider */
.price-slide .noUi-horizontal, .price-slide .noUi-horizontal * {
    direction: ltr;
}

.price-slide .noUi-horizontal {
    height: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-bottom: 20px;
    padding: 0 10px;
}

.price-slide .noUi-connect {
    background-color: #de0025;
}

.price-slide .noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    right: -13px;
    cursor: pointer;
    top: -8px;
}

    .price-slide .noUi-horizontal .noUi-handle:focus {
        outline: none;
    }

    .price-slide .noUi-horizontal .noUi-handle::after {
        content: "\f105";
        position: absolute;
        left: 7px;
        top: -9px;
        font-size: 23px;
        font-family: FontAwesome;
        color: #afafaf;
    }

    .price-slide .noUi-horizontal .noUi-handle.noUi-handle-lower::after {
        content: "\f104";
        left: 4px;
    }

.inputs-show-price {
    text-align: center;
}

    .inputs-show-price .split {
        padding: 13px 15px 20px;
        color: #8a8a8a;
        width: 50%;
    }

        .inputs-show-price .split label {
            font-size: 13px;
        }

        .inputs-show-price .split span {
            font-size: 15px;
        }

    .inputs-show-price input[type=text] {
        margin: 10px auto;
        width: 90px;
        max-width: 100%;
        max-width: 100%;
        direction: ltr;
        text-align: center;
        background-color: #f8f8f8;
        color: #8a8a8a;
        border: none;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        font-size: 15px;
        padding: 10px 5px;
        display: block;
    }

.bttn-price-content {
    padding-top: 15px;
    margin: auto;
    text-align: center;
}

    .bttn-price-content a {
        font-size: 18px;
        min-width: 150px;
        max-width: 100%;
    }
/*#endregion */
/*#region empty products */

.empty-products {
    padding: 10px 15px;
    border: 1px solid #dedede;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
}

    .empty-products p {
        padding: 10px 15px;
        background-color: #fffbdf;
        border: 1px solid #f5edb0;
        color: #a37732;
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 5px;
    }

    .empty-products ul {
        margin-top: 15px;
    }

        .empty-products ul li {
            padding: 10px 15px;
            color: #252525;
            font-size: 15px;
        }

/*#endregion */
/*#region similar categories */
.section-categories .product-content {
    padding: 10px 15px;
}

.product-content .spliter-category {
    background-color: #ededed;
    text-align: center;
    margin-top: 10px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    width: calc(12.5% - 16px);
    padding: 10px 0;
}

    .product-content .spliter-category + .spliter-category {
        margin-right: 16px;
    }

    .product-content .spliter-category:nth-child(8n+1) {
        margin-right: 0;
    }

.product-content .spliter-category.custom {
    margin-right: 16px;
}

.spliter-category .image {
    width: 80px;
    margin: auto;
    padding: 10px 15px;
    max-width: 100%;
}

.spliter-category .info {
    width: 100%;
    padding: 10px 10px;
    height: 40px;
    overflow: hidden;
    margin-top: 10px;
}

.spliter-category.more-categories-link .image {
    font-size: 25px;
    text-align: center;
    width: 100%;
}

    .spliter-category.more-categories-link .image i {
        font-size: 22px;
        margin-right: 5px;
    }

.spliter-category .info p {
    font-size: 10px;
    color: #525252;
    margin: 0;
}
/*#endregion */
/*#region small display */
@media only screen and (max-width: 991px) {
    .box-cntent.filter-products-content {
        background-color: transparent;
    }
    .product-ctn {
        padding-left:0;
        padding-right:0;
    }
    .procduct-ctn .left-side {
        padding: 0;
        width: 100%;
    }

    .products-content .products-body {
        padding: 0 10px;
    }

    .products-body .product-split {
        width: 100%;
        border-left: 0;
    }


    .product-body {
        padding-top: 0;
    }

        .product-body .product-image {
            width: 35%;
        }

    .product-info {
        width: 65%;
        padding-right: 15px;
    }

        .product-info .product-name {
            height: auto;
            margin-bottom: 10px;
        }

            .product-info .product-name h1 {
                font-size: 12px;
            }

    .header-mobile-site .filtering-mobile {
        padding: 10px 0 0;
        width: 100%;
        border-top: 1px solid #dedede;
        margin-top: 15px;
    }

        .header-mobile-site .filtering-mobile a {
            background-color: #ededed;
            color: #000;
            border: 1px solid #dedede;
            font-size: 11px;
            padding: 6px 10px;
            margin: 0 5px;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            border-radius: 8px;
        }

            .header-mobile-site .filtering-mobile a i {
                margin-right: 10px;
                font-size: 17px;
            }

    .panel-mobile-content .search-product {
        padding: 10px 15px;
    }

    .panel-mobile-content .products-categories {
    }

    .panel-mobile-content .products-filtering > a {
        padding: 10px 15px;
        color: #585858;
    }

        .panel-mobile-content .products-filtering > a i {
            margin-left: 10px;
            font-size: 22px;
        }

    .panel-mobile-content .sibling {
        padding: 10px 15px;
        max-height: 200px;
        overflow: auto;
    }

    .modal-filtering .modal-dialog {
        max-width: 300px;
        margin: auto;
    }

    .modal-filtering ..modal-content {
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .modal-filtering .modal-header {
        -webkit-align-items: center;
        align-items: center;
    }

        .modal-filtering .modal-header .close {
            line-height: 0;
            font-size: 30px;
        }

        .modal-filtering .modal-header h5 {
            margin: 0;
            font-size: 13px;
        }

    .modal-filtering .filtering-container {
        padding: 10px;
    }

        .modal-filtering .filtering-container li {
            padding-bottom: 15px;
            padding-top: 15px;
        }

            .modal-filtering .filtering-container li:not(:last-of-type) {
                border-bottom: 1px solid #dedede;
            }

    .modal-filtering .checbox-customize > span {
        font-size: 14px;
        color: #252525;
    }
    /*#region slider price */

    .price-slide .noUi-horizontal .noUi-handle::after,
    .price-slide .noUi-horizontal .noUi-handle.noUi-handle-lower::after {
        content: "";
    }

    .price-slide .noUi-horizontal .noUi-handle {
        width: 27px;
        height: 27px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #0bcc25;
    }

    .price-slide .noUi-connect {
        background-color: #0bcc25
    }

    /*#endregion slider price */
    .empty-products p {
        font-size: 13px;
    }

    .empty-products ul li {
        font-size: 12px;
        padding: 5px;
    }
    .more-categories {
        overflow: hidden;
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-align-items: unset;
        align-items: unset;
        padding-bottom: 15px;
    }
    .product-content .spliter-category {
        width: 120px;
        -ms-flex: 0 0 120px;
        -webkit-flex: 0 0 120px;
        flex: 0 0 120px;
        max-width:120px;
    }
}
/*#endregion small display */
