body {
    background-color: #f3f5f7
}

.bread-crumb {
    margin-bottom: 0 !important
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.animated-background, .category-products .products-view-grid .evo-product-block-item .product-item-photo img:not(.loaded), .topfive .evo-owl-product .evo-product-block-item .product-item-photo img:not(.loaded) {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    background-size: 700px 104px;
    position: relative
}

.aside-item.collection-category {
    padding-bottom: 5px
}

@media (max-width: 767px) {
    .aside-item.collection-category {
        position: fixed;
        width: 100%;
        top: 0 !important;
        z-index: 9;
        background-color: #fff;
        border: none;
        padding: 10px;
        left: 0;
        height: calc(100vh - 50px);
        margin-top: 0;
        display: none;
        margin-bottom: 0
    }

        .aside-item.collection-category.active {
            display: block
        }
}

.aside-item.collection-category .aside-title {
    margin: 0 0 5px;
    font-size: 14px;
    position: relative;
    color: #000;
    text-transform: uppercase;
    font-weight: 700
}

@media (min-width: 992px) {
    .aside-item.collection-category .aside-title {
        color: #fff;
        background-color: #1cd172;
        padding: 7px 10px;
        border-radius: 5px;
        font-weight: 600
    }
}

@media (max-width: 767px) {
    .aside-item.collection-category .aside-title {
        text-align: center;
        color: #4a90e2;
        font-weight: 600;
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .aside-item.collection-category .aside-content {
        max-height: calc(100% - 100px);
        overflow-y: auto
    }

        .aside-item.collection-category .aside-content::-webkit-scrollbar-track {
            display: none
        }

        .aside-item.collection-category .aside-content::-webkit-scrollbar {
            display: none
        }

        .aside-item.collection-category .aside-content::-webkit-scrollbar-thumb {
            display: none
        }
}

.aside-item.collection-category .aside-content .navbar-pills .nav-item a {
    font-size: 14px;
    padding-left: 0px;
    padding-right: 25px;
    color: #303846;
    white-space: normal;
    position: relative;
    display: table;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px
}

    .aside-item.collection-category .aside-content .navbar-pills .nav-item a:hover, .aside-item.collection-category .aside-content .navbar-pills .nav-item a:focus {
        color: #4a90e2;
        background-color: transparent
    }

    .aside-item.collection-category .aside-content .navbar-pills .nav-item a i.fa-caret-right {
        display: table-cell;
        width: 10px !important
    }

.aside-item.collection-category .aside-content .navbar-pills .nav-item .Collapsible__Plus {
    position: absolute;
    right: 7px;
    top: calc(50% - (20px / 2));
    width: 20px;
    height: 20px
}

    .aside-item.collection-category .aside-content .navbar-pills .nav-item .Collapsible__Plus::before, .aside-item.collection-category .aside-content .navbar-pills .nav-item .Collapsible__Plus::after {
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg);
        background-color: currentColor;
        -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out
    }

    .aside-item.collection-category .aside-content .navbar-pills .nav-item .Collapsible__Plus::before {
        width: 11px;
        height: 1px;
        opacity: 1
    }

    .aside-item.collection-category .aside-content .navbar-pills .nav-item .Collapsible__Plus::after {
        width: 1px;
        height: 11px
    }

.aside-item.collection-category .aside-content .navbar-pills .nav-item.active > .Collapsible__Plus::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.aside-item.collection-category .aside-content .navbar-pills .nav-item.active > .Collapsible__Plus::before {
    opacity: 0
}

.aside-item.collection-category .aside-content .navbar-pills .nav-item .dropdown-menu {
    margin: 0;
    padding: 0;
    -webkit-transition: left 0.3s ease 0s, opacity 0.3s;
    transition: left 0.3s ease 0s, opacity 0.3s
}

    .aside-item.collection-category .aside-content .navbar-pills .nav-item .dropdown-menu .nav-item a {
        padding: 5px 10px;
        padding-right: 25px
    }

    .aside-item.collection-category .aside-content .navbar-pills .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
        padding: 5px 20px
    }

    .aside-item.collection-category .aside-content .navbar-pills .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
        padding: 5px 30px
    }

.aside-item.collection-category .close-categories {
    display: none
}

@media (max-width: 767px) {
    .aside-item.collection-category .close-categories {
        display: block;
        margin-top: 15px;
        padding: 0 20px;
        text-align: center;
        line-height: 40px;
        height: 40px;
        background-color: #4a90e2;
        color: #fff;
        border-radius: 4px;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
        text-transform: uppercase;
        font-weight: 600;
        cursor: pointer
    }
}

.category-gallery .slide-collection {
    margin-left: -5px;
    margin-right: -5px
}

    .category-gallery .slide-collection .slick-slide {
        margin: 5px
    }

        .category-gallery .slide-collection .slick-slide:hover, .category-gallery .slide-collection .slick-slide:focus {
            outline: none;
            box-shadow: none;
            border: none
        }

    .category-gallery .slide-collection .slick-arrow {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 30px;
        height: 30px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
        line-height: 30px;
        text-align: center;
        z-index: 2
    }

@media (max-width: 991px) {
    .category-gallery .slide-collection .slick-arrow {
        display: none !important
    }
}

.category-gallery .slide-collection .slick-arrow.slick-prev {
    left: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

    .category-gallery .slide-collection .slick-arrow.slick-prev:before {
        content: "";
        background-image: url(//bizweb.dktcdn.net/100/378/751/themes/759146/assets/back.svg?1627725064117);
        height: 30px;
        width: 30px;
        display: block
    }

.category-gallery .slide-collection .slick-arrow.slick-next {
    right: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}

    .category-gallery .slide-collection .slick-arrow.slick-next:before {
        content: "";
        background-image: url(//bizweb.dktcdn.net/100/378/751/themes/759146/assets/right-arrow.svg?1627725064117);
        height: 30px;
        width: 30px;
        display: block
    }

.category-gallery .slide-collection .slick-dots {
    text-align: center
}

    .category-gallery .slide-collection .slick-dots li {
        display: inline-block
    }

        .category-gallery .slide-collection .slick-dots li button {
            border-radius: 0;
            height: 10px;
            width: 10px;
            border: 1px solid #e5e5e5;
            background-color: #fff;
            padding: 0;
            font-size: 0
        }

        .category-gallery .slide-collection .slick-dots li + li {
            margin-left: 5px
        }

        .category-gallery .slide-collection .slick-dots li.slick-active button {
            border-color: #4a90e2;
            background-color: #4a90e2;
            border-radius: 0;
            width: 10px
        }

.category-gallery .slide-collection:hover .slick-arrow.slick-next {
    right: -15px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.category-gallery .slide-collection:hover .slick-arrow.slick-prev {
    left: -15px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.category-gallery .slide-collection .slick-slide {
    margin: 0 5px
}

    .category-gallery .slide-collection .slick-slide img:hover {
        opacity: 0.9 !important
    }

@media (min-width: 992px) {
    .main_container {
        padding-left: 0
    }
}

.main_container .col-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 0 10px
}

.category-products .sort-cate {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #f3f5f7;
    border-top: 1px solid #f3f5f7;
    margin-top: 5px
}

@media (max-width: 991px) {
    .category-products .sort-cate {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width: 767px) {
    .category-products .sort-cate {
        position: fixed;
        width: 100%;
        top: 0 !important;
        z-index: 9;
        background-color: #fff;
        border: none;
        padding: 0;
        left: 0;
        height: calc(100vh - 50px);
        margin-top: 0;
        display: none
    }

        .category-products .sort-cate.active {
            display: block
        }
}

.category-products .sort-cate .sort-cate-left {
    float: left;
    margin-top: 5px
}

@media (max-width: 767px) {
    .category-products .sort-cate .sort-cate-left {
        margin: 0;
        float: none;
        width: 100%
    }
}

.category-products .sort-cate .sort-cate-left h3 {
    color: #000;
    font-size: 14px;
    float: left;
    margin: 0;
    margin-top: 2px
}

@media (max-width: 767px) {
    .category-products .sort-cate .sort-cate-left h3 {
        float: none;
        width: 100%;
        font-weight: 600;
        color: #4a90e2;
        font-size: 20px;
        text-align: center;
        padding: 10px
    }
}

.category-products .sort-cate .sort-cate-left ul {
    display: inline-block
}

@media (max-width: 767px) {
    .category-products .sort-cate .sort-cate-left ul {
        display: block
    }
}

.category-products .sort-cate .sort-cate-left ul li {
    float: left;
    padding: 0 0 0 10px
}

@media (max-width: 767px) {
    .category-products .sort-cate .sort-cate-left ul li {
        float: none;
        width: 100%;
        display: block;
        padding: 10px
    }

        .category-products .sort-cate .sort-cate-left ul li + li {
            border-top: 1px solid #f3f5f7
        }
}

.category-products .sort-cate .sort-cate-left ul li a {
    color: #000;
    font-size: 14px;
    position: relative
}

@media (max-width: 767px) {
    .category-products .sort-cate .sort-cate-left ul li a {
        display: block
    }
}

.category-products .sort-cate .sort-cate-left ul li a i {
    height: 16px;
    width: 16px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 0;
    position: relative
}

@media (max-width: 767px) {
    .category-products .sort-cate .sort-cate-left ul li a i {
        float: right;
        margin: 4px 0 0 0
    }
}

.category-products .sort-cate .sort-cate-left ul li:hover i, .category-products .sort-cate .sort-cate-left ul li.active i {
    border: 1px solid #4a90e2;
    height: 16px;
    width: 16px
}

    .category-products .sort-cate .sort-cate-left ul li:hover i:before, .category-products .sort-cate .sort-cate-left ul li.active i:before {
        content: "";
        width: 8px;
        height: 8px;
        background-color: #4a90e2;
        position: absolute;
        border-radius: 50%;
        margin: 3px
    }

.category-products .sort-cate .sort-cate-left .close-sort {
    display: none
}

@media (max-width: 767px) {
    .category-products .sort-cate .sort-cate-left .close-sort {
        display: block;
        margin-top: 15px;
        padding: 0 20px;
        text-align: center;
        line-height: 40px;
        height: 40px;
        background-color: #4a90e2;
        color: #fff;
        border-radius: 4px;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
        text-transform: uppercase;
        font-weight: 600;
        cursor: pointer
    }
}

@media (max-width: 767px) {
    .category-products .products-view-grid {
        border-top: 1px solid #f3f5f7;
        margin-top: 10px !important
    }
}

.category-products .products-view-grid .item-border {
    border-bottom: 1px solid #f3f5f7;
    border-right: 1px solid #f3f5f7
}

@media (min-width: 1024px) {
    .category-products .products-view-grid .item-border:nth-child(4n+4) {
        border-right: none
    }
}

@media (max-width: 1024px) {
    .category-products .products-view-grid .item-border {
        padding-bottom: 0 !important
    }
}

@media (min-width: 570px) and (max-width: 991px) {
    .category-products .products-view-grid .item-border {
        border-top: none;
        border-bottom: 1px solid #f3f5f7
    }

        .category-products .products-view-grid .item-border:nth-child(3n+1) {
            border-left: none
        }
}

@media (max-width: 569px) {
    .category-products .products-view-grid .item-border {
        border-top: none;
        border-left: none;
        border-right: 0.5px solid #f3f5f7;
        border-bottom: 1px solid #f3f5f7
    }

        .category-products .products-view-grid .item-border:nth-child(2n+2) {
            border-right: none;
            border-left: 0.5px solid #f3f5f7
        }
}

@media (max-width: 480px) {
    .category-products .products-view-grid .item-border {
        padding-bottom: 7px !important
    }
}

@media (max-width: 480px) {
    .category-products .products-view-grid .col-6:nth-child(2n+1) {
        padding-right: 3.5px
    }

    .category-products .products-view-grid .col-6:nth-child(2n+2) {
        padding-left: 3.5px
    }
}

.category-products .products-view-grid .evo-product-block-item {
    padding: 5px
}

    .category-products .products-view-grid .evo-product-block-item .product-item-photo {
        height: 210px;
        display: block
    }

@media (max-width: 1024px) {
    .category-products .products-view-grid .evo-product-block-item .product-item-photo {
        height: 177x
    }
}

@media (max-width: 991px) {
    .category-products .products-view-grid .evo-product-block-item .product-item-photo {
        height: 232x
    }
}

@media (max-width: 767px) {
    .category-products .products-view-grid .evo-product-block-item .product-item-photo {
        height: 172x
    }
}

@media (max-width: 668px) {
    .category-products .products-view-grid .evo-product-block-item .product-item-photo {
        height: 172
    }
}

@media (max-width: 569px) {
    .category-products .products-view-grid .evo-product-block-item .product-item-photo {
        height: 266px
    }
}

@media (max-width: 480px) {
    .category-products .products-view-grid .evo-product-block-item .product-item-photo {
        height: 192px
    }
}

@media (max-width: 376px) {
    .category-products .products-view-grid .evo-product-block-item .product-item-photo {
        height: 173px
    }
}

@media (max-width: 321px) {
    .category-products .products-view-grid .evo-product-block-item .product-item-photo {
        height: 145px
    }
}

.category-products .products-view-grid .evo-product-block-item .product-item-photo img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

    .category-products .products-view-grid .evo-product-block-item .product-item-photo img:not(.loaded) {
        width: 100% !important;
        height: 100% !important;
        opacity: 0.1
    }

.category-products .products-view-grid .evo-product-block-item .product-item-details .price-box {
    margin-bottom: 0
}

.category-products .products-view-grid .pagination {
    justify-content: center
}

.category-products .fix-pag .pagination {
    justify-content: center
}

.col-bg-white {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px
}

@media (max-width: 757px) {
    .col-bg-white {
        padding: 0;
        border-radius: 0
    }
}

.evo-bg-white {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 0
}

@media (max-width: 480px) {
    .evo-bg-white {
        padding: 7px 0
    }
}

.evo-bg-white-new {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px
}

@media (max-width: 480px) {
    .evo-bg-white-new {
        padding: 7px
    }
}

@media (max-width: 569px) {
    .left-content {
        padding: 0
    }
}

.left-content .aside-filter {
    padding: 0 10px 10px 0
}

@media (min-width: 1024px) {
    .left-content .aside-filter {
        padding-right: 0
    }
}

@media (max-width: 991px) {
    .left-content .aside-filter {
        border: none;
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 767px) {
    .left-content .aside-filter {
        position: fixed;
        width: 100%;
        top: 0 !important;
        z-index: 9;
        background-color: #fff;
        border: none;
        padding: 0;
        left: 0;
        height: calc(100vh - 50px);
        margin-top: 0;
        display: none
    }

        .left-content .aside-filter.active {
            display: block
        }
}

@media (min-width: 992px) {
    .left-content .aside-filter .aside-hidden-mobile {
        display: block !important
    }
}

@media (max-width: 991px) {
    .left-content .aside-filter .aside-hidden-mobile {
        padding: 0
    }
}

@media (max-width: 767px) {
    .left-content .aside-filter .aside-hidden-mobile {
        height: 100vh;
        padding: 10px
    }
}

.left-content .aside-filter .aside-hidden-mobile .filter-container .aside-item .aside-title {
    margin: 0 0 5px;
    font-size: 14px;
    position: relative;
    color: #000;
    text-transform: uppercase;
    font-weight: 700
}

@media (min-width: 992px) {
    .left-content .aside-filter .aside-hidden-mobile .filter-container .aside-item .aside-title {
        color: #fff;
        background-color: #1cd172;
        padding: 7px 10px;
        border-radius: 5px;
        margin-bottom: 10px
    }
}

.left-content .aside-filter .aside-hidden-mobile .filter-container .aside-item + .aside-item {
    margin-top: 7.5px;
    padding-top: 7.5px;
    border-top: 0.5px solid #e5e5e5
}

.left-content .aside-filter .aside-hidden-mobile .filter-container .aside-item .aside-content .field-search {
    margin-bottom: 5px;
    position: relative
}

@media (min-width: 992px) {
    .left-content .aside-filter .aside-hidden-mobile .filter-container .aside-item .aside-content .field-search {
        padding-right: 0px
    }
}

.left-content .aside-filter .aside-hidden-mobile .filter-container .aside-item .aside-content .field-search input {
    height: 33px;
    width: 100%;
    padding-left: 7px;
    padding-right: 40px;
    font-size: 13px;
    border: 1px solid #e5e5e5;
    color: #333;
    border-radius: 3px;
    min-height: 33px
}

.left-content .aside-filter .aside-hidden-mobile .filter-container .aside-item .aside-content .field-search button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
    background-color: transparent;
    border: none;
    padding: 0 6px;
    z-index: 1;
    height: 33px;
    line-height: 33px
}

    .left-content .aside-filter .aside-hidden-mobile .filter-container .aside-item .aside-content .field-search button svg {
        position: relative;
        top: -3px;
        width: 15px !important
    }

.left-content .aside-filter .aside-hidden-mobile .filter-container .aside-item .aside-content ul {
    max-height: 230px;
    overflow-y: auto
}

@media (max-width: 480px) {
    .left-content .aside-filter .aside-hidden-mobile .filter-container .aside-item .aside-content ul {
        max-height: 140px
    }
}

.left-content .aside-filter .aside-hidden-mobile .filter-container .aside-item .aside-content ul::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #f7f8fa
}

.left-content .aside-filter .aside-hidden-mobile .filter-container .aside-item .aside-content ul::-webkit-scrollbar {
    width: 6px
}

.left-content .aside-filter .aside-hidden-mobile .filter-container .aside-item .aside-content ul::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #e0e0e0
}

.left-content .aside-filter .aside-hidden-mobile .filter-container .aside-item .aside-content ul li label {
    font-size: 13px;
    color: #727272
}

    .left-content .aside-filter .aside-hidden-mobile .filter-container .aside-item .aside-content ul li label:hover {
        color: #0f9f54
    }

        .left-content .aside-filter .aside-hidden-mobile .filter-container .aside-item .aside-content ul li label:hover input + .fa:before {
            border-color: #0f9f54
        }

    .left-content .aside-filter .aside-hidden-mobile .filter-container .aside-item .aside-content ul li label img {
        max-height: 30px
    }

@media (max-width: 767px) {
    .left-content .aside-filter .aside-hidden-mobile .filter-container {
        max-height: calc(100% - 140px);
        overflow-y: auto
    }

        .left-content .aside-filter .aside-hidden-mobile .filter-container::-webkit-scrollbar-track {
            display: none
        }

        .left-content .aside-filter .aside-hidden-mobile .filter-container::-webkit-scrollbar {
            display: none
        }

        .left-content .aside-filter .aside-hidden-mobile .filter-container::-webkit-scrollbar-thumb {
            display: none
        }
}

.left-content .aside-filter .aside-hidden-mobile .aside-title-fl {
    display: none
}

@media (max-width: 767px) {
    .left-content .aside-filter .aside-hidden-mobile .aside-title-fl {
        display: block;
        margin: 0 0 5px;
        position: relative;
        text-transform: uppercase;
        text-align: center;
        color: #4a90e2;
        font-weight: 600;
        font-size: 16px
    }
}

.left-content .aside-filter .aside-hidden-mobile .close-filter {
    display: none
}

@media (max-width: 767px) {
    .left-content .aside-filter .aside-hidden-mobile .close-filter {
        display: block;
        margin-top: 15px;
        padding: 0 20px;
        text-align: center;
        line-height: 40px;
        height: 40px;
        background-color: #4a90e2;
        color: #fff;
        border-radius: 4px;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
        text-transform: uppercase;
        font-weight: 600;
        cursor: pointer
    }
}

.left-content .evo-sidebar-collection .heading {
    display: block;
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
    padding-right: 25px;
    margin-bottom: 10px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-size: 14px;
    background-size: 100%;
    background-color: #4a90e2
}

    .left-content .evo-sidebar-collection .heading img {
        width: 25px
    }

@media (max-width: 991px) {
    .left-content .evo-sidebar-collection .heading {
        margin-bottom: 0
    }

        .left-content .evo-sidebar-collection .heading svg {
            height: 15px;
            width: 15px;
            position: absolute;
            right: 7px;
            top: 50%;
            transform: translate(0, -50%)
        }

            .left-content .evo-sidebar-collection .heading svg path {
                fill: #fff !important
            }

        .left-content .evo-sidebar-collection .heading.active {
            color: #fff
        }

            .left-content .evo-sidebar-collection .heading.active svg {
                -moz-transform: rotate(-180deg);
                -webkit-transform: rotate(-180deg);
                -o-transform: rotate(-180deg);
                -ms-transform: rotate(-180deg);
                transform: rotate(-180deg);
                top: 14px
            }

                .left-content .evo-sidebar-collection .heading.active svg path {
                    fill: #fff !important
                }
}

@media (min-width: 992px) {
    .left-content .evo-sidebar-collection .evo-sidebar-collection-content {
        display: block !important
    }

        .left-content .evo-sidebar-collection .evo-sidebar-collection-content .col-bg-white {
            margin-bottom: 10px
        }
}

@media (max-width: 991px) {
    .left-content .evo-sidebar-collection .evo-sidebar-collection-content {
        display: none
    }

        .left-content .evo-sidebar-collection .evo-sidebar-collection-content .col-bg-white {
            border-radius: 0
        }
}

@media (max-width: 767px) {
    .left-content .evo-sidebar-collection .evo-sidebar-collection-content {
        display: block
    }
}

.fix-nof {
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
    padding-right: 10px
}

.collection_scrolltabs {
    display: none
}

@media (max-width: 767px) {
    .collection_scrolltabs {
        z-index: 12;
        position: fixed;
        height: 50px;
        background: #fff;
        bottom: 0;
        top: auto !important;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        width: 100%;
        border-top: 1px solid #f3f5f7;
        display: block;
        padding: 0 8px
    }

        .collection_scrolltabs .toolbar-inner {
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-evenly;
            -ms-flex-pack: justify;
            justify-content: space-evenly;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center
        }

            .collection_scrolltabs .toolbar-inner .tab-item {
                height: 100%;
                padding-top: 5px;
                padding-bottom: 0px;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                display: flex;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column
            }

                .collection_scrolltabs .toolbar-inner .tab-item .evo-icon {
                    width: 22px;
                    margin-top: 2.5px;
                    height: 22px;
                    display: inline-block;
                    background-size: contain;
                    background-repeat: no-repeat;
                    background-position: center
                }

                    .collection_scrolltabs .toolbar-inner .tab-item .evo-icon.icon-filter {
                        background-image: url(//bizweb.dktcdn.net/100/378/751/themes/759146/assets/funnel.png?1627725064117)
                    }

                    .collection_scrolltabs .toolbar-inner .tab-item .evo-icon.icon-sort {
                        background-image: url(//bizweb.dktcdn.net/100/378/751/themes/759146/assets/sort.png?1627725064117)
                    }

                    .collection_scrolltabs .toolbar-inner .tab-item .evo-icon.icon-cate {
                        background-image: url(//bizweb.dktcdn.net/100/378/751/themes/759146/assets/menu-col.png?1627725064117)
                    }

                .collection_scrolltabs .toolbar-inner .tab-item .tabbar-label {
                    color: #666;
                    display: block
                }
}

.topfive .title {
    position: relative;
    padding-bottom: 5px
}

@media (max-width: 767px) {
    .topfive .title {
        text-align: center
    }
}

.topfive .title .titlecate {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    padding: 0;
    margin: 0;
    float: left
}

@media (max-width: 767px) {
    .topfive .title .titlecate {
        float: none;
        font-size: 18px
    }
}

.topfive .title .viewall {
    float: right;
    font-size: 14px;
    color: #4a90e2
}

@media (max-width: 767px) {
    .topfive .title .viewall {
        float: none;
        font-size: 13px
    }
}

.topfive .title .viewall:hover, .topfive .title .viewall:focus {
    color: #000
}

.topfive .filprice {
    display: block;
    padding-bottom: 10px
}

@media (max-width: 991px) {
    .topfive .filprice {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        flex-wrap: unset
    }

        .topfive .filprice::-webkit-scrollbar {
            display: none
        }
}

.topfive .filprice li {
    display: inline-block;
    padding: 8px 11px;
    border: 1px solid #4a90e2;
    border-radius: 3px;
    margin-right: 10px
}

@media (max-width: 991px) {
    .topfive .filprice li {
        padding: 7px 10px;
        margin-right: 5px;
        -webkit-flex-shrink: 0;
        -ms-flex: 0 0 auto;
        flex-shrink: 0;
        display: block
    }
}

.topfive .filprice li a {
    font-size: 13px;
    color: #4a90e2
}

.topfive .filprice li.active, .topfive .filprice li:hover {
    background-color: rgba(74,144,226,0.1);
    border: 1px solid #4a90e2
}

.topfive .evo-owl-product {
    margin-left: -5px;
    margin-right: -5px
}

    .topfive .evo-owl-product .slick-slide {
        margin: 5px
    }

        .topfive .evo-owl-product .slick-slide:hover, .topfive .evo-owl-product .slick-slide:focus {
            outline: none;
            box-shadow: none;
            border: none
        }

    .topfive .evo-owl-product .slick-arrow {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 30px;
        height: 30px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
        line-height: 30px;
        text-align: center;
        z-index: 2
    }

@media (max-width: 991px) {
    .topfive .evo-owl-product .slick-arrow {
        display: none !important
    }
}

.topfive .evo-owl-product .slick-arrow.slick-prev {
    left: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

    .topfive .evo-owl-product .slick-arrow.slick-prev:before {
        content: "";
        background-image: url(//bizweb.dktcdn.net/100/378/751/themes/759146/assets/back.svg?1627725064117);
        height: 30px;
        width: 30px;
        display: block
    }

.topfive .evo-owl-product .slick-arrow.slick-next {
    right: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}

    .topfive .evo-owl-product .slick-arrow.slick-next:before {
        content: "";
        background-image: url(//bizweb.dktcdn.net/100/378/751/themes/759146/assets/right-arrow.svg?1627725064117);
        height: 30px;
        width: 30px;
        display: block
    }

.topfive .evo-owl-product .slick-dots {
    text-align: center
}

    .topfive .evo-owl-product .slick-dots li {
        display: inline-block
    }

        .topfive .evo-owl-product .slick-dots li button {
            border-radius: 0;
            height: 10px;
            width: 10px;
            border: 1px solid #e5e5e5;
            background-color: #fff;
            padding: 0;
            font-size: 0
        }

        .topfive .evo-owl-product .slick-dots li + li {
            margin-left: 5px
        }

        .topfive .evo-owl-product .slick-dots li.slick-active button {
            border-color: #4a90e2;
            background-color: #4a90e2;
            border-radius: 0;
            width: 10px
        }

.topfive .evo-owl-product:hover .slick-arrow.slick-next {
    right: -15px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.topfive .evo-owl-product:hover .slick-arrow.slick-prev {
    left: -15px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.topfive .evo-owl-product .evo-product-block-item .product-item-photo {
    height: 210px
}

@media (max-width: 1024px) {
    .topfive .evo-owl-product .evo-product-block-item .product-item-photo {
        height: 180px
    }
}

@media (max-width: 991px) {
    .topfive .evo-owl-product .evo-product-block-item .product-item-photo {
        height: 227px
    }
}

@media (max-width: 767px) {
    .topfive .evo-owl-product .evo-product-block-item .product-item-photo {
        height: 167px
    }
}

@media (max-width: 668px) {
    .topfive .evo-owl-product .evo-product-block-item .product-item-photo {
        height: 167px
    }
}

@media (max-width: 569px) {
    .topfive .evo-owl-product .evo-product-block-item .product-item-photo {
        height: 176px
    }
}

@media (max-width: 480px) {
    .topfive .evo-owl-product .evo-product-block-item .product-item-photo {
        height: 195px
    }
}

@media (max-width: 376px) {
    .topfive .evo-owl-product .evo-product-block-item .product-item-photo {
        height: 176px
    }
}

@media (max-width: 321px) {
    .topfive .evo-owl-product .evo-product-block-item .product-item-photo {
        height: 148px
    }
}

.topfive .evo-owl-product .evo-product-block-item .product-item-photo img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

    .topfive .evo-owl-product .evo-product-block-item .product-item-photo img:not(.loaded) {
        width: 100% !important;
        height: 100% !important;
        opacity: 0.2
    }

.topfive .evo-owl-product .evo-product-block-item .product-item-details .price-box {
    margin-bottom: 0
}
