.wrap_background_aside {
    box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -o-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1)
}

.category-collection {
    margin-bottom: 20px
}

.category-collection h4 {
    text-transform: none;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 10px 0
}

.category-collection ul {
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 365px;
    overflow: hidden;
    overflow-y: visible
}

.category-collection ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
    width: 5px
}

.category-collection ul::-webkit-scrollbar {
    width: 5px;
    background-color: #fff
}

.category-collection ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #919aa8;
    width: 5px
}

.category-collection ul li a {
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: block;
    color: #000;
    position: relative;
    text-transform: none;
    border-bottom: solid 1px transparent;
    padding: 5.7px 35px 5.7px 40px;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center left;
    background-position-x: 8px;
    background-color: transparent
}

.category-collection ul li:hover {
    background: #eaa404
}

.category-collection ul li:hover a {
    color: #fff
}

.sortPagiBar .sort-cate {
    float: left;
    display: flex;
    align-items: center;
    width: 100%;
    background: #d41111
}

@media (max-width: 767px) {
    .sortPagiBar .sort-cate {
        background:#fff
    }
}

.sortPagiBar .sort-cate-left ul {
    display: flex;
    margin: 0;
    padding-left: 0px
}

.sortPagiBar .sort-cate-left ul li {
    float: left;
    padding: 3px 8px;
    margin: 0 0px 0px 0
}

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

.sortPagiBar .sort-cate-left ul li:hover,.sortPagiBar .sort-cate-left ul li.active {
    background: #eaa404
}

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

    .sortPagiBar .sort-cate-left ul li {
        margin: 0 5px 5px 0px;
        background: #d41111
    }

    .sortPagiBar .sort-cate-left ul li:last-child {
        margin-right: 0
    }
}

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

.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: 34px;
    height: 34px;
    box-shadow: none;
    line-height: 34px;
    font-size: 13px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #000
}

.button-view-mode.active {
    color: #fff;
    border: 1px solid #eaa404;
    background: #eaa404;
    box-shadow: none
}

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

.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: #fff;
    border: 1px solid #eaa404;
    background: #eaa404
}

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

.col-slide {
    margin-bottom: 30px
}

.item_category {
    position: relative;
    display: inline-block;
    padding: 5px 0 0px;
    position: relative;
    width: 100%
}

.item_category:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 45px;
    height: 2px;
    background: #d41111
}

.item_category h2 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 0;
    padding: 0 20px 0 10px;
    line-height: 30px;
    display: inline-block;
    background: #d41111;
    height: 42px
}

.item_category h2 a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff
}

.item_category h2 a:hover {
    color: #eaa404
}

.item_category .more {
    display: inline-block;
    float: right;
    line-height: 42px
}

.slide-list .item_product_main {
    width: 228px;
    height: 326px
}

.slide-list .swiper-container-initialized .item_product_main {
    width: unset;
    height: unset
}

.block-des {
    display: flex;
    /* border: solid 1px #ebebeb; */
    margin: 0 0 15px
}

.block-des .img {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

.block-des .img img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    padding: 5px
}

.block-des .des {
    width: 100%;
    font-size: 14px;
    padding: 10px 10px;
}

.block-des .des h1 {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 18px
}

.block-des .des .scrolldes {
    max-height: 300px;
    overflow-y: auto;
    text-align: left
}

@media (max-width: 767px) {
    .block-des .des .scrolldes {
        text-align:justify;
        text-align-last: center
    }
}

.block-des .des .scrolldes img {
    margin: 10px auto
}

.block-des .des .scrolldes p {
    margin: 0;
    line-height: 1.3;
    color: #808080
}

.block-des .des .scrolldes::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
    width: 5px
}

.block-des .des .scrolldes::-webkit-scrollbar {
    width: 5px;
    background-color: #fff
}

.block-des .des .scrolldes::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #919aa8;
    width: 5px
}

@media (max-width: 991px) {
    .block-des {
        flex-flow:column;
        align-items: center;
        margin-bottom: 0;
    }

    .block-des .img {
        width: 70px;
        height: 70px
    }

    .block-des .des {
        width: 100%
    }

    .block-des .des h1 {
        text-align: center;
        font-size: 16px
    }

    .block-des .des .scrolldes {
        font-size: small
    }
}

.collection .title-head {
    display: inherit;
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0
}

@media (max-width: 991px) {
    .collection .title-head {
        position:relative;
        margin-bottom: 0px
    }
}

.collection .tt span {
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto",sans-serif
}

.collection .category-products .item_product_main {
    position: relative;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -o-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1)
}

.collection .category-products .item_product_main .image_thumb {
    height: 205px
}

.collection .category-products .sortPagiBar {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    display: none;
}

.collection .category-products .sortPagiBar .wr_sort {
    margin-bottom: 0px
}

@media (max-width: 767px) {
    .collection .category-products .sortPagiBar .wr_sort {
        border-bottom:none;
        margin-bottom: 0px
    }
}

.collection .category-products .sortPagiBar .wr_sort .text-sm-right .ht_xxx {
    float: left;
    height: 30px;
    display: inline-block;
    line-height: 32px;
    margin-right: 5px;
    font-size: 14px;
    font-family: "Roboto",sans-serif
}

.collection .category-products .sortPagiBar .wr_sort .text-sm-right .view-mode {
    display: inline-block
}

.collection .category-products .sortPagiBar .wr_sort .text-sm-right .view-mode a {
    width: 34px;
    margin-right: 5px
}

.collection .category-products .sortPagiBar .wr_sort .text-sm-right .sorby_xxx {
    display: inline;
    float: right
}

.collection .category-products .sortPagiBar .wr_sort .text-sm-right .sorby_xxx .left {
    float: left;
    font-weight: 400;
    line-height: 33px;
    font-size: 14px !important;
    font-family: "Roboto",sans-serif;
    margin-right: 6px;
    margin-bottom: 0
}

.collection .category-products .sortPagiBar .wr_sort .text-sm-right .sorby_xxx ul li {
    font-family: "Roboto",sans-serif;
    font-weight: 400
}

.collection .category-products .sortPagiBar2 {
    display: block;
    padding: 0;
    margin-bottom: 15px;
    width: 100%
}

.collection .category-products .sortPagiBar2 .wr_sort {
    margin-bottom: 0px;
    padding: 0px 0px 3px
}

@media (max-width: 767px) {
    .collection .category-products .sortPagiBar2 .wr_sort {
        border-bottom:none;
        margin-bottom: 0px
    }
}

.collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .ht_xxx {
    float: left;
    height: 30px;
    display: inline-block;
    line-height: 32px;
    margin-right: 5px;
    font-size: 14px;
    font-family: "Roboto",sans-serif
}

.collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .view-mode {
    display: inline-block
}

.collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .view-mode a {
    width: 34px;
    margin-right: 5px
}

.collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .sorby_xxx {
    display: inline;
    float: right
}

.collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .sorby_xxx .left {
    float: left;
    font-weight: 400;
    line-height: 33px;
    font-size: 14px !important;
    font-family: "Roboto",sans-serif;
    margin-right: 6px;
    margin-bottom: 0
}

.collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .sorby_xxx ul li {
    font-family: "Roboto",sans-serif;
    font-weight: 400
}

.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
}

.dqdt-sidebar {
    margin-top: 0px;
    position: relative;
    z-index: 9
}

@media (min-width: 992px) {
    #open-filters {
        display:none
    }
}

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

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

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

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

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

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

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

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

    #open-filters span {
        display: none
    }

    .dqdt-sidebar {
        background-color: #fff;
        height: 100vh;
        position: fixed;
        top: 0 !important;
        right: 0;
        padding: 0;
        z-index: 99999;
        width: 270px;
        max-width: 270px;
        transform: translateX(100%);
        visibility: hidden;
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        box-shadow: none;
        touch-action: manipulation;
        overflow: hidden;
        overflow-y: visible
    }

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

    .dqdt-sidebar.openf .wrap_background_aside {
        box-shadow: none;
        border-left: solid 1px #ebebeb
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .dqdt-sidebar {
        width:100vw
    }
}

@media (max-width: 991px) {
    .dqdt-sidebar .aside-filter {
        margin-left:0px
    }

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

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

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

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

.filter-group ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
    width: 5px
}

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

.filter-group ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #919aa8;
    width: 5px
}

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

.filter-group {
    position: relative
}

.filter-item {
    margin: 0;
    cursor: pointer;
    line-height: 28px;
    min-width: 100%;
    float: left;
    padding: 0px;
    position: relative;
    display: flex;
    margin-bottom: 10px
}

.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 label {
    display: flex;
    padding-left: 45px;
    line-height: 15px;
    align-items: center;
    justify-content: center;
    position: relative
}

.filter-item * {
    cursor: pointer;
    color: #000;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 400
}

@media (min-width: 992px) and (max-width: 1199px) {
    .filter-item * {
        font-size:12px
    }
}

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

.filter-item.size {
    min-width: unset;
    width: 40px;
    height: 40px;
    line-height: 40px;
    line-height: 40px;
    border: 1px solid #ebebeb;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fff;
    position: relative
}

.filter-item.size span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    line-height: 40px
}

.filter-item.size .tags_size {
    width: 40px;
    height: 40px;
    font-size: 13px;
    display: inherit;
    position: relative;
    position: absolute
}

.filter-item.size .tags_size input {
    width: 40px;
    height: 40px
}

.filter-item.size .tags_size input:checked+span {
    color: #eaa404
}

.filter-item.size .tags_size .fa {
    opacity: 0
}

.filter-item.size .tags_size:before {
    display: block;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: 0;
    border-radius: 3px;
    opacity: 0
}

.filter-item.size .tags_size span {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    margin: 0;
    text-align: center;
    font-family: "Roboto",sans-serif;
    color: #000
}

.filter-item.size .tags_size span:after {
    opacity: 0
}

.filter-item.size .tags_size:hover span {
    color: #eaa404
}

.filter-item.size input:checked+.tags_size:before {
    opacity: 0
}

.filter-item.color {
    min-width: 20px;
    border: none !important;
    margin-bottom: 10px !important;
    height: 30px
}

.filter-item.color:nth-child(n+1) {
    clear: none
}

.filter-item.color label {
    padding-left: 0
}

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

.filter-item.color .fa {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    background: red;
    border-radius: 3px;
    position: relative
}

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

.filter-item.color input:checked+.fa:before {
    display: block;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    color: #fff;
    width: 15px;
    height: 15px !important;
    position: absolute;
    left: 7px;
    top: 7px;
    line-height: 15px;
    border: 0px solid #ef562c;
    background: none
}

.filter-item.color input:checked+.fa.trang:before {
    display: block;
    content: "\f00c";
    font-size: 15px;
    color: #333;
    width: 15px;
    height: 15px !important;
    position: absolute;
    left: 7px;
    line-height: 15px;
    top: 7px;
    border: 0px solid #ef562c
}

.color input:checked+.fa:after {
    display: none
}

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

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

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

.filter-item--check-box .fa {
    margin-right: 6px;
    width: 14px;
    font-size: 14px;
    line-height: 40px;
    position: absolute;
    top: 0;
    display: inline-block;
    left: 0
}

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

.filter-item--check-box input+.fa:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    height: 16px !important;
    width: 16px;
    background: #fff;
    border-radius: 16px;
    transition: 0.3s
}

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

.filter-item--check-box input:checked+.fa:before,.filter-item--check-box input+span:before {
    background: #eaa404
}

.filter-item--check-box input:checked+.fa:after,.filter-item--check-box input+span:after {
    transform: translateX(100%)
}

.filter-container__selected-filter {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee
}

.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);
    position: relative;
    padding-left: 15px
}

.filter-container__selected-filter-item .fa {
    margin-right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 492 492' style='enable-background:new 0 0 492 492;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M300.188,246L484.14,62.04c5.06-5.064,7.852-11.82,7.86-19.024c0-7.208-2.792-13.972-7.86-19.028L468.02,7.872 c-5.068-5.076-11.824-7.856-19.036-7.856c-7.2,0-13.956,2.78-19.024,7.856L246.008,191.82L62.048,7.872 c-5.06-5.076-11.82-7.856-19.028-7.856c-7.2,0-13.96,2.78-19.02,7.856L7.872,23.988c-10.496,10.496-10.496,27.568,0,38.052 L191.828,246L7.872,429.952c-5.064,5.072-7.852,11.828-7.852,19.032c0,7.204,2.788,13.96,7.852,19.028l16.124,16.116 c5.06,5.072,11.824,7.856,19.02,7.856c7.208,0,13.968-2.784,19.028-7.856l183.96-183.952l183.952,183.952 c5.068,5.072,11.824,7.856,19.024,7.856h0.008c7.204,0,13.96-2.784,19.028-7.856l16.12-16.116 c5.06-5.064,7.852-11.824,7.852-19.028c0-7.204-2.792-13.96-7.852-19.028L300.188,246z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 20px;
    height: 9px;
    display: block;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 0px
}

.filter-container__selected-filter-item .fa:before {
    content: none
}

#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: 33px;
    font-size: 13px;
    margin-right: 6px;
    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 10px center;
    padding-right: 28px;
    text-indent: .01px;
    cursor: pointer;
    line-height: 34px;
    background-image: url("//bizweb.dktcdn.net/100/447/623/themes/851294/assets/ico-select.png?1733646193306") !important;
    border-radius: 3px
}

#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;
    padding: 0 20px;
    position: relative;
    width: 180px;
    float: left;
    color: #333;
    border: 1px solid #e5e5e5;
    font-size: 13px
}

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

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

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

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

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

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

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

#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 {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee
}

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

.filter-container__selected-filter-header-title {
    font-size: 16px;
    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: 10px;
    color: #F44336
}