.img1 {
    position: relative;
    overflow: hidden
}

.img1 img {
    height: auto
}

.img1:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

.img1:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

.img1:hover:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255, 255, 255, 0.3)
}

.img1:hover:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, 0.3)
}

.layout-collection {
    background: #f3f3f3;
    padding-top: 30px
}

@media (max-width: 1199px) {
    .layout-collection {
        padding-top: 0px
    }
}

.section_popular_category {
    margin-bottom: 10px
}

.section_popular_category .title_dm {
    display: block;
    text-align: center;
    position: relative;
    padding: 15px 0px
}

.section_popular_category .title_dm:before {
    content: "";
    width: 100%;
    height: 1px;
    padding: 0.5px 0px;
    position: absolute;
    line-height: 36px;
    left: 0px;
    background: #ebebeb;
    top: 50%
}

.section_popular_category .title_dm:after {
    content: " ";
    width: 100%;
    height: 1px;
    padding: 0.5px 0px;
    position: absolute;
    line-height: 36px;
    right: 0px;
    background: #ebebeb;
    top: 50%
}

.section_popular_category .title_dm h2 {
    font-family: "Helvetica Neue";
    margin: 0px;
    font-size: 16px;
    line-height: 36px;
    font-weight: bold;
    color: #1d3046;
    padding: 0px 30px;
    background-color: #fff;
    display: inline-block;
    z-index: 9;
    position: relative
}

.section_popular_category .title_dm h2 a {
    color: #575454
}

.section_popular_category .title_dm h2:hover a {
    text-decoration: none
}

.section_popular_category .col-cate .wrp_cls {
    position: relative;
    text-align: center
}

.section_popular_category .col-cate .wrp_cls:hover a img {
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2)
}

.section_popular_category .col-cate .wrp_cls .block_name {
    position: absolute;
    bottom: 0;
    z-index: 22;
    display: block;
    width: 100%
}

.section_popular_category .col-cate .wrp_cls .block_title_cate {
    font-family: "Helvetica Neue";
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
    padding: 10px 25px;
    margin: 0px auto;
    background-color: #ff5f15;
    text-align: center;
    display: inline-block
}

.section_popular_category .col-cate .wrp_cls .block_title_cate a {
    color: #fff;
    text-decoration: none
}

.section_popular_category .col-cate .wrp_cls .block_title_cate a:hover {
    color: #ff5f15
}

@media (max-width: 991px) {
    .section_popular_category .col-cate .wrp_cls {
        margin-bottom: 15px !important
    }

    .section_popular_category .col-cate .wrp_cls:last-child {
        margin-bottom: 0px
    }
}

.title-head {
    font-size: 16px;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 5px
}

.nav-category ul {
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
    list-style: none
}

.nav-category ul .nav-item {
    padding: 8px 0 8px 22px;
    position: relative
}

.nav-category ul .nav-item .svg-right {
    height: 12px;
    width: 12px;
    position: absolute;
    top: 18px;
    left: -3px
}

.nav-category ul .nav-item.active {
    border-bottom: none
}

.nav-category ul .nav-item .nav-link {
    display: block;
    padding: 0 15px 0 0;
    font-size: 14px;
    color: #727272
}

.nav-category ul .nav-item > a {
    position: relative
}

.nav-category ul .nav-item > a:before {
    content: "";
    border-radius: 2px;
    border: solid 1px #e7e7e7;
    position: absolute;
    top: 6px;
    left: -22px;
    height: 11px;
    width: 11px;
    background: #fff
}

.nav-category ul .nav-item.current > a, .nav-category ul .nav-item.active > a {
    color: #ff5f15
}

.nav-category ul .nav-item.current > a:before, .nav-category ul .nav-item.active > a:before {
    background: #ff5f15;
    border: 1px solid #ff5f15
}

.nav-category ul .nav-item.current > a:after, .nav-category ul .nav-item.active > a:after {
    content: "";
    color: #fff;
    position: absolute;
    width: 7px;
    height: 5px;
    line-height: 5px;
    top: 9px;
    left: -20px;
    background-image: url(//bizweb.dktcdn.net/100/458/161/themes/894921/assets/i_check.svg?1665478617114);
    background-repeat: no-repeat;
    background-position: center
}

.nav-category ul .nav-item:hover > a {
    color: #ff5f15
}

.nav-category ul .nav-item:hover svg {
    fill: #ff5f15
}

.nav-category ul .nav-item.current > .down_icon path {
    fill: #ff5f15
}

.nav-category ul .nav-item.active > .nav-link {
    color: #ff5f15
}

.nav-category ul .nav-item.active > .down_icon path {
    fill: #ff5f15
}

.nav-category ul .nav-item.active > .menu_down {
    display: block;
    padding: 5px 0
}

.nav-category ul .nav-item > .menu_down {
    padding-left: 0px !important;
    display: none
}

.nav-category ul .nav-item .menu_down li.nav-item {
    position: relative
}

.nav-category ul .nav-item .menu_down li.nav-item:hover > a {
    color: #ff5f15
}

.nav-category ul .nav-item .menu_down li.nav-item:hover svg {
    fill: #ff5f15
}

.nav-category ul .down_icon {
    top: 16px;
    right: 0px;
    transition: 0.5s all;
    cursor: pointer;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 9px;
    height: 9px
}

.nav-category ul .down_icon path {
    fill: #727272
}

.nav-category ul .down_icon.fa-minus {
    transform: rotate(180deg)
}

.opacity_sidebar {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0 !important;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    display: none
}

.opacity_sidebar.openf {
    display: block
}

.title-page {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold
}

.block-collection .title-page {
    position: absolute;
    color: #050505;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
    margin-top: 0px;
    line-height: 30px
}

@media (max-width: 480px) {
    .block-collection .title-page {
        font-size: 15px
    }
}

.block-collection .category-products .sortPagiBar {
    margin-bottom: 0;
    padding-bottom: 20px
}

@media (max-width: 991px) {
    .block-collection .category-products .sortPagiBar .title_sortby {
        margin-bottom: 10px
    }
}

#sort-by ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#sort-by label {
    margin-right: 6px;
    margin-bottom: 0
}

#sort-by .ul_col > li {
    position: relative;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
    text-indent: .01px;
    cursor: pointer;
    line-height: 35px;
    background-image: url(//bizweb.dktcdn.net/100/458/161/themes/894921/assets/ico-select-2.png?1665478617114) !important;
    border-radius: 0px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    width: 160px;
    padding: 0 20px;
    border-radius: 10px;
    font-size: 14px;
    color: #4d555d
}

#sort-by .ul_col .content_ul {
    display: none
}

#sort-by .ul_col .content_ul li {
    border: 1px solid #e5e5e5;
    padding: 0 20px;
    margin-bottom: -1px
}

#sort-by .ul_col .content_ul li:hover a {
    color: #ff5f15
}

#sort-by .ul_col:hover .content_ul {
    display: block
}

@media (max-width: 767px) {
    #sort-by {
        position: initial
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #sort-by {
        top: -8px
    }
}

@media (min-width: 991px) {
    #sort-by {
        top: -8px
    }
}

@media (max-width: 991px) {
    .dqdt-sidebar {
        padding: 0 15px;
        position: fixed;
        width: 256px;
        background: #fff;
        top: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
        overflow-y: auto;
        z-index: 9999;
        visibility: hidden;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        padding-top: 10px
    }

    .dqdt-sidebar.openf {
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    #open-filters {
        color: #fff;
        background: #ff5f15;
        position: fixed;
        right: 0;
        top: 35% !important;
        padding: 10px 10px;
        min-height: 37px;
        cursor: pointer;
        z-index: 9999;
        font-size: 18px;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease
    }

    #open-filters .i-close-white {
        display: none
    }

    #open-filters .i-close-white g path {
        fill: #fff
    }

    #open-filters .i-bar-white {
        display: block;
        width: 17px;
        height: 17px
    }

    #open-filters .i-bar-white g path {
        fill: #fff
    }

    #open-filters.openf {
        right: 256px
    }

    #open-filters.openf .i-close-white {
        display: block;
        width: 12px;
        height: 12px;
        padding-top: 2px
    }

    #open-filters.openf .i-bar-white {
        display: none
    }

    #open-filters span {
        display: none
    }
}

.collection-title {
    font-size: 22px;
    margin: 0;
    font-weight: 700;
    color: #000;
    display: inline-block
}

.collection-title:before {
    display: none
}

.search-main .products-view-grid {
    border-top: none;
    display: block;
    float: left;
    width: 100%
}

.search-main .title_search {
    font-family: "Helvetica Neue";
    text-transform: none;
    font-size: 24px
}

@media (max-width: 991px) {
    .search-main .title_search {
        font-size: 16px
    }
}

@media (min-width: 768px) {
    .search-main .form_search_h {
        width: 300px;
        float: left;
        line-height: 2.1;
        border-radius: 0;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px
    }
}

@media (min-width: 768px) {
    .search-main .btn_search_h {
        border-radius: 0;
        margin-left: -1px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px
    }
}

@media (min-width: 1200px) {
    .search-main .cls_search .item_product_main .product-thumbnail .image_thumb {
        height: 262.5px
    }
}

@media (min-width: 1200px) {
    .search-main .cls_search .item_product_main .product-thumbnail .image_thumb img {
        min-height: 262.5px
    }
}

.search-main .cls_search .item_product_main .product-thumbnail .image_thumb img.loaded {
    min-height: unset;
    height: unset
}

.sort-cate {
    display: inline-block;
    float: right
}

@media (max-width: 767px) {
    .sort-cate {
        float: left
    }
}

.col_sortby {
    position: relative
}

@media (min-width: 768px) {
    .col_sortby:before {
        display: block;
        width: 100%;
        content: "";
        height: 1px;
        background: #ebebeb;
        position: absolute;
        top: 62%;
        left: 0;
        z-index: -1
    }
}

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

.sort-cate .sort-cate-left h3 {
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin: 0;
    margin-top: 2px;
    color: #000;
    display: inline-block;
    float: left;
    width: 100px
}

.sort-cate .sort-cate-left ul {
    float: left;
    display: block;
    padding-left: 0;
    width: calc(100% - 100px);
    -webkit-width: calc(100% - 100px);
    -o-width: calc(100% - 100px);
    -os-width: calc(100% - 100px);
    -moz-width: calc(100% - 100px)
}

.sort-cate .sort-cate-left ul li {
    float: left;
    padding: 0 0 0 20px
}

@media (min-width: 768px) and (max-width: 991px) {
    .sort-cate .sort-cate-left ul li:first-child {
        padding-left: 0px
    }
}

.sort-cate .sort-cate-left ul li.active a {
    color: #ff5f15
}

.sort-cate .sort-cate-left ul li a {
    font-size: 14px;
    position: relative
}

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

.sort-cate .sort-cate-left ul li:hover i, .sort-cate .sort-cate-left ul li.active i {
    background: #ff5f15;
    height: 14px;
    width: 14px;
    border: none;
    border-radius: 14px
}

.sort-cate .sort-cate-left ul li:hover i:before, .sort-cate .sort-cate-left ul li.active i:before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    content: "\f00c";
    color: #fff;
    position: absolute;
    width: 14px;
    border-radius: 14px;
    height: 14px;
    line-height: 14px;
    top: 0px;
    font-size: 10px;
    left: 1px
}

.sort-cate .sort-cate-right {
    float: right
}

.sort-cate .sort-cate-right h3 {
    font-size: 14px;
    font-weight: normal;
    float: left;
    margin: 0;
    margin-top: 5px;
    margin-right: 5px
}

.sort-cate .sort-cate-right .view-mode {
    display: inline-block
}

@media (max-width: 480px) {
    .sort-cate .sort-cate-right .view-mode {
        text-align: center;
        display: block
    }
}

.sort-cate .sort-cate-right .view-mode a {
    border: 1px solid #eaeced;
    width: 65px;
    display: inline-block;
    color: #333;
    font-size: 14px;
    height: auto;
    line-height: inherit;
    float: left;
    border-radius: 0;
    height: 30px;
    line-height: 30px
}

@media (min-width: 413px) and (max-width: 415px) {
    .sort-cate .sort-cate-right .view-mode a {
        width: 90px
    }
}

@media (min-width: 374px) and (max-width: 380px) {
    .sort-cate .sort-cate-right .view-mode a {
        width: 80px
    }
}

.sort-cate .sort-cate-right .view-mode a.active, .sort-cate .sort-cate-right .view-mode a:hover {
    color: #ff5f15
}

.sort-cate .sort-cate-right .view-mode a + a {
    margin-left: 5px
}

@media (max-width: 480px) {
    .sort-cate .sort-cate-right .view-mode a {
        float: none
    }
}

@media (max-width: 480px) {
    .sort-cate .sort-cate-right {
        width: 50%
    }

    .sort-cate .sort-cate-right h3 {
        display: block;
        text-align: left;
        margin-right: 0;
        float: none
    }
}

@media (max-width: 480px) {
    .sort-cate .sort-cate-right-mobile {
        width: 100%;
        float: left
    }

    .sort-cate .sort-cate-right-mobile #sort-by {
        float: none;
        margin-left: 0px;
        width: 100%;
        padding: 5px 0
    }

    .sort-cate .sort-cate-right-mobile #sort-by .left {
        display: block;
        float: left;
        line-height: 1.4;
        font-weight: normal;
        margin-right: 10px;
        margin-top: 5px;
        width: 60px
    }

    .sort-cate .sort-cate-right-mobile #sort-by ul {
        width: calc(100% - 80px)
    }

    .sort-cate .sort-cate-right-mobile #sort-by ul > li {
        border: 1px solid #eaeced;
        padding: 0 5px;
        width: 100%;
        line-height: 28px
    }

    .sort-cate .sort-cate-right-mobile #sort-by ul ul {
        background-color: #fff;
        width: 100% !important;
        top: 27px
    }

    .sort-cate .sort-cate-right-mobile #sort-by ul ul li {
        width: 100%;
        border: none
    }
}

.dqdt-sidebar {
    z-index: 0
}

@media (max-width: 991px) {
    .sidebar_banner {
        display: none
    }
}

.bg_collection {
    margin: 0px 0 30px
}

@media (max-width: 767px) {
    .bg_collection {
        margin: 0px
    }
}

@media (min-width: 992px) {
    .main_container {
        order: 2
    }
}

.main_container .border-bottom {
    border-bottom: 1px solid #ebebeb;
    height: 1px;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .main_container .border-bottom {
        border: none !important;
        height: unset;
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .left-content {
        order: 1
    }
}

.category-products .item_product_main .product-item-main, .cls_search .item_product_main .product-item-main {
    border: solid 1px #ebebeb
}

.category-products .item_product_main .product-item-main .product-bottom .blockprice, .cls_search .item_product_main .product-item-main .product-bottom .blockprice {
    padding-bottom: 60px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .category-products .item_product_main .product-item-main .product-bottom .form-nut-grid .group_action, .cls_search .item_product_main .product-item-main .product-bottom .form-nut-grid .group_action {
        left: -15px
    }
}

.wrap_background_aside {
    width: 100%;
    float: left
}

@media (max-width: 1199px) {
    .wrap_background_aside.asidecollection {
        margin-top: 0px
    }
}

.aside-mini-list-product .aside-content {
    border: 0
}

.aside-mini-list-product .aside-content .slicklist .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -40px;
    display: block;
    width: 25px;
    height: 25px;
    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: 25px;
    text-align: center;
    z-index: 2
}

@media (max-width: 767px) {
    .aside-mini-list-product .aside-content .slicklist .slick-arrow {
        display: none !important
    }
}

.aside-mini-list-product .aside-content .slicklist .slick-arrow.slick-prev {
    left: auto;
    right: 28px
}

.aside-mini-list-product .aside-content .slicklist .slick-arrow.slick-prev:before {
    content: "\f0d9";
    font-family: "Font Awesome\ 5 Free";
    background: #e1e1e1;
    font-weight: 900;
    height: 25px;
    width: 25px;
    font-size: 14px;
    color: #fff;
    display: block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.aside-mini-list-product .aside-content .slicklist .slick-arrow.slick-prev:hover:before {
    background: #ff5f15
}

.aside-mini-list-product .aside-content .slicklist .slick-arrow.slick-next {
    right: 0
}

.aside-mini-list-product .aside-content .slicklist .slick-arrow.slick-next:before {
    content: "\f0da";
    font-family: "Font Awesome\ 5 Free";
    background: #e1e1e1;
    font-weight: 900;
    color: #fff;
    font-size: 14px;
    height: 25px;
    width: 25px;
    display: block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.aside-mini-list-product .aside-content .slicklist .slick-arrow.slick-next:hover:before {
    background: #ff5f15
}

.aside-mini-list-product {
    margin: 0
}

.item_product_main_list {
    width: 100%;
    float: left
}

.item_product_main_list .product_main_list_mini {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.item_product_main_list .product_main_list_mini form {
    margin-bottom: 0
}

.item_product_main_list .product_main_list_mini form .product-thumbnail {
    width: 80px;
    float: left;
    border: #e1e1e1 1px solid;
    padding: 1px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

@media (max-width: 992px) and (min-width: 768px) {
    .item_product_main_list .product_main_list_mini form .product-thumbnail {
        width: 160px
    }
}

@media (max-width: 767px) {
    .item_product_main_list .product_main_list_mini form .product-thumbnail {
        width: 100px
    }
}

.item_product_main_list .product_main_list_mini form .product-thumbnail:hover {
    border: 1px solid #ff5f15
}

.item_product_main_list .product_main_list_mini form .product-info {
    width: calc(100% - 80px);
    -webkit-width: calc(100% - 80px);
    -moz-width: calc(100% - 80px);
    -o-width: calc(100% - 80px);
    -os-width: calc(100% - 80px);
    padding-left: 20px;
    float: left
}

@media (max-width: 992px) and (min-width: 768px) {
    .item_product_main_list .product_main_list_mini form .product-info {
        width: calc(100% - 160px)
    }
}

@media (max-width: 767px) {
    .item_product_main_list .product_main_list_mini form .product-info {
        width: calc(100% - 100px)
    }
}

.item_product_main_list .product_main_list_mini form .product-info .product-name {
    font-size: 14px;
    margin: 0 0 5px
}

.item_product_main_list .product_main_list_mini form .product-info .price-box {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ff5f15;
    font-family: "Helvetica Neue"
}

.item_product_main_list .product_main_list_mini form .product-info .price-box .compare-price {
    color: #777777;
    text-decoration: line-through;
    font-size: 13px;
    font-weight: 400
}

.item_product_main_list .product_main_list_mini form .product-info .btn-views {
    height: 35px;
    line-height: 35px;
    background: #fff;
    border: 1px solid #ff5f15;
    padding: 0 10px;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    margin-left: 0;
    color: #ff5f15
}

@media (max-width: 1199px) and (min-width: 992px) {
    .item_product_main_list .product_main_list_mini form .product-info .btn-views {
        padding: 0 5px;
        font-size: 8px
    }
}

.item_product_main_list .product_main_list_mini form .product-info .btn-views .fa {
    padding-right: 5px;
    font-size: 11px
}

@media (max-width: 767px) {
    .item_product_main_list .product_main_list_mini form .product-info .btn-views {
        font-size: 10px
    }

    .item_product_main_list .product_main_list_mini form .product-info .btn-views .fa {
        font-size: 10px
    }
}

.item_product_main_list .product_main_list_mini form .product-info .btn-views:hover {
    background: #ff5f15;
    border-color: #ff5f15;
    color: #fff
}

.slider-items-products {
    position: relative
}

.slider-items-products .collectiontitle {
    margin: 0;
    width: 50%;
    text-align: center;
    left: 25%;
    top: 50%;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
    height: 120px !important;
    margin-top: -60px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center
}

.slider-items-products .collectiontitle h1 {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin: 0;
    color: #fff
}

@media (max-width: 991px) {
    .slider-items-products .collectiontitle {
        width: 100%;
        left: 0
    }

    .slider-items-products .collectiontitle h1 {
        font-size: 18px
    }
}

.products-view-list > .row {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb
}

.listoffice {
    width: 100%;
    float: left;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    padding: 45px 15px;
    margin-bottom: 0px !important
}

.listoffice:after {
    content: "";
    width: 80%;
    padding: 1px 0px 0px;
    background: #ebebeb;
    position: absolute;
    bottom: 0px;
    left: calc(100% - 85%)
}

.listoffice form {
    margin-bottom: 0
}

.listoffice .product-thumbnail {
    width: 240px;
    display: block;
    float: left;
    position: relative
}

.listoffice .product-thumbnail .sale-flash {
    position: absolute;
    font-size: em(14px);
    color: #FFF;
    width: 41px;
    height: 41px;
    line-height: 42px;
    font-weight: 700;
    top: 10px;
    right: 10px;
    text-align: center;
    z-index: 99;
    background-color: transparent !important;
    background: url("//bizweb.dktcdn.net/100/458/161/themes/894921/assets/sale.png?1665478617114");
    font-size: 12px
}

.listoffice .product-thumbnail .image_thumb {
    border: 0 !important;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.listoffice .product-thumbnail .image_thumb img.loaded {
    width: unset;
    min-height: unset;
    height: unset;
    max-width: 100%;
    max-height: 100%
}

.listoffice .product-info {
    width: calc(100% - 240px);
    display: block;
    float: left;
    padding-top: 0;
    padding-left: 30px;
    text-align: left;
    padding-bottom: 0
}

.listoffice .product-info .product-name {
    font-size: 24px;
    padding: 0;
    margin: 0 0 10px;
    color: #000;
    font-weight: 400;
    text-transform: none
}

.listoffice .product-info .product-name:hover a {
    color: #ff5f15
}

.listoffice .product-info .type_product {
    font-family: "Helvetica Neue";
    font-size: 12px;
    color: #969696;
    line-height: 24px;
    margin: 0px 15px 5px 0px;
    display: inline-block
}

.listoffice .product-info .price-box {
    text-align: left;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 400;
    color: #ff5f15
}

.listoffice .product-info .price-box .compare-price {
    font-size: 14px;
    font-weight: 400;
    color: #adadad;
    text-decoration: line-through;
    margin-left: 3px
}

.listoffice .product-info .desproduct {
    font-size: 14px;
    font-family: "Helvetica Neue";
    margin-bottom: 20px;
    color: #636363
}

.listoffice .product-info .desproduct a {
    font-size: 13px;
    font-weight: normal
}

.listoffice .product-info .btn {
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    color: #000;
    padding: 0 20px
}

.listoffice .product-info .btn svg {
    width: 14px;
    height: 14px
}

.listoffice .product-info .btn:hover {
    background: #ff5f15;
    color: #fff;
    border: 1px solid #ff5f15
}

.listoffice .product-info .btn:hover svg path {
    fill: #ff5f15
}

.listoffice .product-info .btn.btn-cart {
    width: auto
}

@media (min-width: 992px) {
    .section.flex {
        padding: 0 0 40px
    }
}

.collection .collection-image img {
    height: 170px
}

.collection .collection-image img.loaded {
    height: unset
}

.collection .product-box-h {
    min-height: 415px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .collection .product-box-h {
        min-height: 350px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .collection .product-box-h {
        min-height: 340px
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    .collection .product-box-h {
        min-height: 310px
    }
}

@media (max-width: 480px) {
    .collection .product-box-h {
        min-height: 270px
    }
}

.product-mini-lists .products {
    border: none !important
}

@media (min-width: 1200px) {
    .products-view-grid .col-lg-4:nth-child(3n+1) {
        clear: left
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .products-view-grid .col-md-4:nth-child(3n+1) {
        clear: left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .products-view-grid .col-sm-4:nth-child(3n+1) {
        clear: left
    }
}

@media (max-width: 767px) {
    .products-view-grid .col-xs-6:nth-child(2n+1) {
        clear: left
    }
}

@media (max-width: 767px) {
    .product-box .btn-white {
        padding: 0 10px
    }
}

.view-mode {
    display: inline-block;
    height: 0;
    margin-right: 25px
}

@media (max-width: 767px) {
    .view-mode {
        height: auto
    }
}

.view-mode > a {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 2px
}

.view-mode > a svg {
    width: 24px;
    height: 24px
}

.view-mode > a svg path {
    fill: #d6d6d6
}

.view-mode span {
    font-size: 0
}

.tt span {
    font-size: 14px
}

.tt.hidden-sm.hidden-xs {
    padding-left: 95px;
    padding-top: 10px;
    display: inline-block
}

.button-view-mode {
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    box-shadow: none;
    line-height: 30px;
    font-size: 13px;
    background: transparent;
    border-radius: 3px;
    border: none;
    color: #898989;
    border: 1px solid #ebebeb
}

.button-view-mode.active {
    color: #ff5f15;
    background: transparent;
    box-shadow: none
}

.button-view-mode.active a {
    color: #ff5f15
}

.button-view-mode.active svg path {
    fill: #000
}

.button-view-mode svg {
    width: 14px !important;
    height: 14px !important
}

.button-view-mode .fa {
    font-size: 13px
}

.button-view-mode .ion-grid {
    font-size: 21px
}

.button-view-mode .ion-navicon {
    font-size: 26px
}

.button-view-mode:hover {
    color: #ff5f15;
    background: transparent
}

@media (max-width: 767px) {
    .title_collec {
        margin-bottom: 15px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .collection_reponsive .col-md-3:nth-child(4n+1) {
        clear: left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .collection_reponsive .col-sm-3:nth-child(4n+1) {
        clear: left
    }
}

@media (max-width: 767px) {
    .collection_reponsive .col-xs-6:nth-child(2n+1) {
        clear: left
    }
}

.group_search_width {
    width: 500px;
    float: left;
    position: relative
}

.group_search_width input {
    border-radius: 40px !important;
    width: 100% !important;
    padding-right: 115px !important
}

.group_search_width button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 40px !important
}

@media (min-width: 1200px) {
    .cls_search .col-lg-3:nth-child(4n+1) {
        clear: left
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cls_search .col-md-4:nth-child(3n+1) {
        clear: left
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .cls_search .col-sm-4:nth-child(3n+1) {
        clear: left
    }
}

@media (max-width: 767px) {
    .cls_search .col-xs-6:nth-child(2n+1) {
        clear: left
    }
}

.filter-group {
    padding: 10px 0px 0px 0px
}

.filter-group .search-collection {
    max-width: 100%;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
    display: table;
    border-collapse: separate
}

.filter-group .search-collection input {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    height: 37px;
    min-height: 37px;
    padding: 0 35px 0 15px;
    font-family: "Helvetica Neue";
    font-weight: 400;
    max-width: 100%;
    border: none;
    display: block;
    background: #f5f6f7;
    border-radius: 5px;
    font-size: 14px;
    color: #c4c4c4;
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.filter-group .search-collection input::-webkit-input-placeholder {
    color: #c4c4c4
}

.filter-group .search-collection input::-moz-placeholder {
    color: #c4c4c4
}

.filter-group .search-collection input:-ms-input-placeholder {
    color: #c4c4c4
}

.filter-group .search-collection .button_search {
    position: absolute;
    white-space: nowrap;
    right: 0px;
    top: 0;
    width: 30px;
    height: 37px;
    display: table-cell;
    vertical-align: middle;
    margin: 0
}

.filter-group .search-collection .button_search button {
    line-height: 37px;
    height: 37px;
    background: transparent;
    box-shadow: none;
    float: right;
    padding: 0px;
    padding-right: 15px
}

.filter-group .search-collection .button_search button svg {
    width: 13px;
    height: 13px
}

.filter-group .search-collection .button_search button:hover svg path {
    fill: #ff5f15
}

.filter-group ul {
    max-height: 235px;
    overflow-y: auto
}

.filter-group ul.size_xx {
    overflow-y: inherit !important
}

.filter-group ul::-webkit-scrollbar-track {
    border-radius: 38px;
    background-color: #e5e5e5;
    width: 3px
}

.filter-group ul::-webkit-scrollbar {
    width: 3px;
    background-color: #e5e5e5
}

.filter-group ul::-webkit-scrollbar-thumb {
    border-radius: 38px;
    background-color: #8c8c8c;
    width: 3px
}

.filter-item--check-box input {
    display: none;
    z-index: 9;
    width: 20px;
    height: 20px;
    opacity: 0
}

.filter-item--check-box .fa {
    margin-right: 5px;
    width: 14px;
    font-size: 18px;
    line-height: 40px;
    position: relative;
    top: 2px;
    display: inline-block
}

.filter-item--check-box input + .fa:before {
    content: "";
    margin-right: 5px;
    border-radius: 2px;
    font-size: 18px;
    border: solid 1px #e7e7e7;
    line-height: 40px;
    position: absolute;
    top: -13px;
    height: 11px !important;
    width: 11px
}

.filter-item--check-box input:checked + span {
    color: #ff5f15
}

.filter-item--check-box input:checked + .fa, .filter-item--check-box input + span {
    color: #ff5f15
}

.filter-item--check-box input:checked + .fa:before, .filter-item--check-box input + span:before {
    content: "";
    border: 0;
    background: #ff5f15
}

.filter-item--check-box input:checked + .fa:after, .filter-item--check-box input + span:after {
    content: "";
    color: #fff;
    position: absolute;
    width: 7px;
    height: 5px;
    line-height: 5px;
    top: -10px;
    left: 2px;
    background-image: url(//bizweb.dktcdn.net/100/458/161/themes/894921/assets/i_check.svg?1665478617114);
    background-repeat: no-repeat;
    background-position: center
}

.filter-group-title {
    display: block;
    font-size: em(18px);
    margin-bottom: 10px
}

.filter-group {
    position: relative
}

.filter-price .filter-item input + .fa:before {
    content: "";
    margin-right: 5px;
    border-radius: 50%;
    font-size: 18px;
    border: solid 1px #e7e7e7;
    line-height: 40px;
    position: absolute;
    top: -13px;
    height: 11px !important;
    width: 11px
}

.filter-price .filter-item input:checked + span {
    color: #ff5f15
}

.filter-price .filter-item input:checked + .fa, .filter-price .filter-item input + span {
    color: #ff5f15
}

.filter-price .filter-item input:checked + .fa:before, .filter-price .filter-item input + span:before {
    content: "";
    background: #fff;
    border: 1px solid #ff5f15
}

.filter-price .filter-item input:checked + .fa:after, .filter-price .filter-item input + span:after {
    content: "";
    color: #fff;
    position: absolute;
    width: 7px;
    height: 7px;
    line-height: 7px;
    top: -11px;
    left: 2px;
    background-image: unset;
    background-color: #ff5f15;
    border-radius: 50%
}

.filter-item {
    margin: 0;
    cursor: pointer;
    line-height: 28px;
    width: 100%;
    float: left
}

@media (max-width: 991px) {
    .filter-item {
        padding-right: 0px !important;
        padding: 0px !important
    }
}

.filter-item .label_relative {
    position: relative
}

.filter-item .label_relative .filter_tt {
    padding-left: 5px;
    display: inline-block
}

.filter-item.filter-color-size {
    min-width: 0px;
    padding: 0px
}

.filter-item.filter-size {
    min-width: 0px;
    padding: 0px;
    background: #fff;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 25px;
    color: #252525;
    position: relative
}

.filter-item.filter-size .fa {
    opacity: 0;
    width: 30px;
    height: 30px;
    position: relative
}

.filter-item.filter-size .tags_size {
    color: #000
}

.filter-item .name_color {
    line-height: 25px;
    display: inline-block;
    height: 20px;
    position: absolute;
    font-size: 14px;
    color: #4d4d4d;
    text-transform: inherit
}

.filter-item * {
    cursor: pointer;
    color: #727272;
    font-family: "Helvetica Neue";
    font-size: 14px;
    font-weight: 400
}

.filter-item *:active {
    color: #ff5f15
}

.filter-item.color {
    min-width: 20px
}

.filter-item.color a, .filter-item.color label {
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 0
}

.filter-item.color .fa {
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 50%;
    position: relative
}

.filter-item.color .fa:before {
    display: none
}

.filter-item.color .fa.trang:hover:before {
    display: block;
    content: "";
    width: 26px;
    height: 26px !important;
    position: absolute;
    left: -4px;
    top: -4px;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    background: transparent
}

.filter-item.color .fa:hover:before {
    display: block;
    content: "";
    width: 26px;
    height: 26px !important;
    position: absolute;
    left: -3px;
    top: -3px;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    background: transparent
}

.filter-item.color input:checked + .fa:before {
    display: block;
    content: "";
    width: 26px;
    height: 26px !important;
    position: absolute;
    left: -3px;
    top: -3px;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    background: transparent
}

.filter-item.color input:checked + .fa.trang:before {
    display: block;
    content: "";
    width: 26px;
    height: 26px !important;
    position: absolute;
    left: -4px;
    top: -4px;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    background: transparent
}

.filter-item--green *:hover {
    color: #ff5f15
}

.filter-item--half {
    display: inline-block;
    width: 48%;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 3px
}

.filter-container__selected-filter {
    margin: 0;
    padding-bottom: 25px
}

.filter-container__selected-filter-header {
    margin-bottom: 5px
}

.filter-container__selected-filter-header-title {
    font-size: 17px;
    font-weight: bold;
    color: #0038AE
}

.filter-container__clear-all {
    float: right;
    color: #000;
    margin-top: 3px
}

.filter-container__clear-all:hover {
    color: #ff5f15
}

.filter-container__selected-filter-item {
    padding: 3px 0
}

.filter-container__selected-filter-item > a {
    color: #333;
    font-size: em(13px)
}

.filter-container__selected-filter-item .fa {
    margin-right: 10px;
    color: #F44336
}

.showstt {
    padding: 0 20px;
    height: 40px;
    border: 1px solid #ebebeb;
    line-height: 40px;
    border-radius: 20px;
    margin-bottom: 20px;
    background-position: right center;
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 28px;
    text-indent: .01px;
    cursor: pointer;
    background-image: url(//bizweb.dktcdn.net/100/458/161/themes/894921/assets/ico-select.png?1665478617114) !important
}

.dq-filterxx .active ul {
    display: block !important
}

.dq-filterxx .filter-group ul {
    max-height: 265px;
    overflow-y: auto;
    border: 1px solid #ebebeb;
    padding: 20px
}

.filter-container__selected-filter-header {
    margin-bottom: 5px
}

.filter-container__selected-filter-header-title {
    font-size: 18px;
    font-weight: bold;
    color: #0038AE
}

.filter-container__clear-all {
    float: right;
    color: #333;
    margin-top: 3px
}

.filter-container__selected-filter-item {
    padding: 3px 0
}

.filter-container__selected-filter-item > a {
    color: #333;
    font-size: 13px
}

.filter-container__selected-filter-item > a:hover {
    color: #ff5f15
}

.filter-container__selected-filter-item .fa {
    margin-right: 3px;
    background-image: url(//bizweb.dktcdn.net/100/458/161/themes/894921/assets/i-close.svg?1665478617114);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    background-size: contain;
    display: inline-block
}

#sort-by {
    float: right;
    font-size: 12px;
    text-align: left
}

#sort-by .button-asc, #sort-by .button-desc {
    background-color: #f8f8f8;
    box-shadow: none;
    float: right;
    height: 30px;
    line-height: 28px;
    margin-left: 5px;
    text-align: center;
    width: 30px
}

#sort-by label {
    float: left;
    font-weight: 400;
    line-height: 35px;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 0;
    color: #000
}

#sort-by ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
    float: right
}

#sort-by a:link, #sort-by a:visited {
    color: #333;
    text-decoration: none
}

#sort-by > ul > li {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-position: right 0px center;
    padding-right: 20px;
    text-indent: .01px;
    cursor: pointer;
    line-height: 34px;
    background-image: url(//bizweb.dktcdn.net/100/458/161/themes/894921/assets/ico-select.png?1665478617114) !important;
    border-radius: 0px;
    text-align: left;
    border: 0;
    padding: 0 20px
}

@media (max-width: 767px) {
    #sort-by > ul > li {
        background-position: right 10px center
    }
}

#sort-by > ul > li:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

#sort-by li {
    background: none repeat scroll 0 0 #fff;
    cursor: pointer;
    margin: 0 auto;
    outline: medium none;
    position: relative;
    width: 170px;
    float: left;
    color: #000;
    font-weight: 400;
    border: 0;
    font-family: "Helvetica Neue";
    font-size: 14px
}

#sort-by li > a {
    display: inline-block;
    width: 100%;
    line-height: 36px;
    transition: all 0s ease-in-out
}

#sort-by li > a:hover {
    color: #ff5f15
}

#sort-by li li {
    width: 100%;
    margin-top: 0px;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 0 20px
}

#sort-by li li a:hover {
    color: #ff5f15
}

#sort-by li li:hover {
    background-color: #fff;
    color: #007fb8
}

#sort-by ul ul {
    position: absolute;
    visibility: hidden;
    width: 160px;
    left: -1px;
    top: 35px;
    background: none repeat scroll 0 0 #F8F8F8;
    z-index: 10000;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0px;
    overflow: hidden;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    overflow: hidden;
    background: #fff;
    padding-left: 0px !important;
    text-align: left
}

@media (max-width: 480px) {
    #sort-by ul ul {
        width: 150px
    }

    #sort-by ul ul li a {
        line-height: 30px
    }
}

#sort-by ul ul li:last-child {
    border-bottom: none
}

#sort-by ul ul ul {
    position: absolute;
    left: 100%;
    top: -2px;
    border: solid 1px transparent
}

#sort-by li:hover > ul {
    visibility: visible
}

.filter-container__selected-filter-header {
    margin-bottom: 5px
}

.filter-container__selected-filter-header-title {
    font-size: 18px;
    font-weight: bold;
    color: #0038AE
}

.filter-container__clear-all {
    float: right;
    color: #333;
    margin-top: 3px
}

.filter-container__selected-filter-item {
    padding: 3px 0
}

.filter-container__selected-filter-item > a {
    color: #333;
    font-size: em(13px)
}

.filter-container__selected-filter-item .fa {
    margin-right: 3px;
    color: #F44336
}

@media (max-width: 991px) {
    #open-filters {
        color: #fff;
        background: #ff5f15;
        position: fixed;
        right: 0;
        top: 35% !important;
        padding: 10px 10px;
        min-height: 34px;
        cursor: pointer;
        z-index: 9999;
        font-size: 18px;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease
    }

    #open-filters .i-close-white {
        display: none
    }

    #open-filters .i-close-white g path {
        fill: #fff
    }

    #open-filters .i-bar-white {
        display: block;
        width: 14px;
        height: 14px
    }

    #open-filters .i-bar-white g path {
        fill: #fff
    }

    #open-filters.openf {
        right: 256px
    }

    #open-filters.openf .i-close-white {
        display: block;
        width: 12px;
        height: 12px
    }

    #open-filters.openf .i-bar-white {
        display: none
    }

    #open-filters span {
        display: none
    }

    .dqdt-sidebar {
        position: fixed;
        width: 256px;
        background: #fff;
        top: 0;
        bottom: 0;
        right: 0;
        border-top: solid 1px #bbbbbb;
        border-left: solid 1px #bbbbbb;
        overflow: hidden;
        overflow-y: auto;
        z-index: 9999;
        visibility: hidden;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        padding-bottom: 15px
    }

    .dqdt-sidebar.openf {
        padding-top: 15px;
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .dqdt-sidebar .aside-filter {
        margin-left: 0px
    }

    #nav-mobile {
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease
    }

    #nav-mobile.open_sidebar_menu {
        visibility: visible
    }

    .top-cart-content {
        display: none !important
    }
}

@media (max-width: 767px) {
    #sort-by {
        float: left
    }
}
