.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 .wolf-product-item-has-sale .product-img-action-wrap .product-img 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
}

.col-title {
    margin: 0;
    font-size: 20px
}

.category-gallery [class*=swiper-button-].swiper-button-disabled {
    display: none
}

.category-gallery .swiper-button-next, .category-gallery .swiper-button-prev {
    width: 30px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    color: #707070;
    top: 45%;
    transition: .3s;
    outline: none;
    opacity: .9
}

.category-gallery .swiper-button-next:after, .category-gallery .swiper-button-prev:after {
    font-size: 20px;
    color: #333
}

.category-gallery .swiper-button-next {
    padding-left: 7px;
    border-radius: 100px 0 0 100px;
    right: 0
}

.category-gallery .swiper-button-prev {
    padding-right: 7px;
    border-radius: 0 100px 100px 0;
    left: 0
}

.wolf-category {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    border-radius: 5px
}

@media (max-width: 991px) {
    .wolf-category {
        margin-bottom: 10px
    }
}

.wolf-category .aside-title {
    color: #3e4a5e;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    padding: 10px 15px;
    position: relative;
    letter-spacing: .2px;
    background-color: #f0f0f0
}

@media (max-width: 991px) {
    .wolf-category .aside-title {
        font-size: 14px
    }
}

.wolf-category .aside-content {
    padding: 10px
}

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

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

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

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

.wolf-category .aside-content .navbar-pills .nav-item {
    position: relative
}

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

.wolf-category .aside-content .navbar-pills .nav-item a:hover, .wolf-category .aside-content .navbar-pills .nav-item a:focus {
    color: #3bb77e;
    background-color: transparent
}

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

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

.wolf-category .aside-content .navbar-pills .nav-item .Collapsible__Plus::before, .wolf-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
}

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

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

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

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

.wolf-category .aside-content .navbar-pills .nav-item.active>.dropdown-menu {
    display: block
}

.wolf-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;
    position: static;
    width: 100%;
    border: 0
}

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

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

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

.filter-container {
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px
}

.filter-container .small-aside-title {
    font-weight: 500;
    color: #1e1e1e;
    margin-top: 10px
}

.filter-container .aside-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
    max-height: 215px;
    overflow-y: auto
}

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

.filter-container .aside-content::-webkit-scrollbar {
    width: 6px
}

.filter-container .aside-content::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #3bb77e
}

.filter-group {
    margin-bottom: 0px
}

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

.filter-item {
    margin: 0;
    cursor: pointer;
    line-height: 27px
}

.filter-item * {
    color: #333;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal
}

.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;
    position: absolute;
    left: -4px;
    top: -4px;
    border: 1px solid #e2e2e2;
    border-radius: 50%
}

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

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

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

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

.active {
    color: #3bb77e !important
}

.filter-item--green *:hover input+.fa:before {
    border-color: #3bb77e
}

.filter-item--check-box input {
    display: none
}

.filter-item--check-box .fa {
    margin-right: 5px;
    width: 14px;
    position: relative;
    display: inline-block
}

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

.filter-item--check-box input:checked+.fa:after {
    content: "";
    color: #fff;
    position: absolute;
    width: 15px;
    height: 15px;
    line-height: 15px;
    top: -13px;
    font-size: 12px;
    left: 0;
    background-image: url(/public/layouts/layout29/images/check-symbol.svg?1677655647637);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center
}

.filter-item--check-box input:checked+.fa:before {
    border-color: #3bb77e;
    background: #3bb77e
}

#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;
    line-height: 38px;
    font-size: 14px;
    margin-right: 6px;
    margin-bottom: 0;
    font-weight: 500
}

#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: 36px;
    background-image: url(ico-selects.png) !important
}

#sort-by li {
    background: none repeat scroll 0 0 #fff;
    cursor: pointer;
    margin: 0 auto;
    outline: medium none;
    padding: 0 20px;
    position: relative;
    width: 150px;
    float: left;
    color: #333;
    border: 1px solid #e1e1e1;
    font-size: 14px
}

#sort-by li>a {
    display: inline-block;
    width: 100%;
    line-height: 36px
}

#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: #fff
}

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

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

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

#sort-by ul ul {
    position: absolute;
    display: none;
    left: -1px;
    top: 35px;
    background: none repeat scroll 0 0 #F8F8F8;
    z-index: 10000;
    border-top: none;
    border: 1px #e1e1e1 solid;
    width: 150px
}

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

#sort-by ul ul li a:hover, #sort-by ul ul li a:focus {
    color: #fff
}

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

#sort-by li:hover>ul {
    display: block
}

.category-products .products-view-grid {
    padding: 0
}

.category-products .products-view-grid .wolf-product-item-has-sale .product-img-action-wrap .product-img {
    height: 205px
}

@media (max-width: 1024px) {
    .category-products .products-view-grid .wolf-product-item-has-sale .product-img-action-wrap .product-img {
        height: 160px
    }
}

@media (max-width: 991px) {
    .category-products .products-view-grid .wolf-product-item-has-sale .product-img-action-wrap .product-img {
        height: 220px
    }
}

@media (max-width: 767px) {
    .category-products .products-view-grid .wolf-product-item-has-sale .product-img-action-wrap .product-img {
        height: 250px
    }
}

@media (max-width: 668px) {
    .category-products .products-view-grid .wolf-product-item-has-sale .product-img-action-wrap .product-img {
        height: 250px
    }
}

@media (max-width: 569px) {
    .category-products .products-view-grid .wolf-product-item-has-sale .product-img-action-wrap .product-img {
        height: 264px
    }
}

@media (max-width: 480px) {
    .category-products .products-view-grid .wolf-product-item-has-sale .product-img-action-wrap .product-img {
        height: 193px
    }
}

@media (max-width: 376px) {
    .category-products .products-view-grid .wolf-product-item-has-sale .product-img-action-wrap .product-img {
        height: 174px
    }
}

@media (max-width: 321px) {
    .category-products .products-view-grid .wolf-product-item-has-sale .product-img-action-wrap .product-img {
        height: 146px
    }
}

.category-products .products-view-grid .wolf-product-item-has-sale .product-img-action-wrap .product-img img {
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.category-products .products-view-grid .wolf-product-item-has-sale .product-img-action-wrap .product-img img:not(.loaded) {
    width: 100% !important;
    height: 100% !important;
    opacity: 1
}

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

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

.category-products .sort-cate {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .category-products .sort-cate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative
    }
}

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

@media (min-width: 992px) {
    .category-products .sort-cate .sort-cate-left {
        display: flex;
        align-items: center
    }
}

@media (max-width: 767px) {
    .category-products .sort-cate .sort-cate-left {
        margin-top: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        width: 49%;
        border-radius: 2px;
        cursor: pointer;
        margin-right: 1%
    }
}

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

.category-products .sort-cate .sort-cate-left h3 svg {
    width: 15px;
    height: 15px
}

.category-products .sort-cate .sort-cate-left h3 svg path {
    fill: #666
}

@media (max-width: 767px) {
    .category-products .sort-cate .sort-cate-left h3 {
        display: inline-block;
        padding: 0 15px;
        font-size: 14px;
        border: #e9ecef solid 1px;
        color: #495057;
        background-color: #e9ecef;
        font-weight: 600;
        min-width: 110px;
        text-align: center;
        margin-top: 0;
        border-radius: .25rem;
        width: 100%;
        height: 36px;
        line-height: 34px
    }
}

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

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

@media (max-width: 991px) {
    .category-products .sort-cate .sort-cate-left ul li {
        padding-left: 5px
    }
}

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

@media (max-width: 991px) {
    .category-products .sort-cate .sort-cate-left ul li a {
        font-size: 13px
    }
}

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

.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 #3bb77e;
    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: #3bb77e;
    position: absolute;
    border-radius: 50%;
    margin: 3px
}

@media (max-width: 767px) {
    .category-products .sort-cate .sort-cate-left ul {
        display: none;
        position: absolute;
        z-index: 99;
        background-color: #fff;
        top: 65px;
        min-width: 200px;
        box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.2);
        padding: 10px;
        max-width: 200px
    }

    .category-products .sort-cate .sort-cate-left ul li {
        float: none;
        display: block;
        padding-left: 0;
        width: 100%;
        text-align: center
    }

    .category-products .sort-cate .sort-cate-left ul li+li {
        margin-top: 10px
    }

    .category-products .sort-cate .sort-cate-left ul li a {
        display: block;
        padding: 6px 15px;
        font-size: 14px;
        border-radius: 15px;
        border: #ccc solid 1px;
        color: #333f48;
        background-color: transparent;
        font-weight: 600
    }

    .category-products .sort-cate .sort-cate-left ul li a i {
        display: none
    }

    .category-products .sort-cate .sort-cate-left ul li.active a {
        color: #fff;
        background-color: #3bb77e;
        border-color: #3bb77e
    }

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

.category-products .sort-cate .wolf-filter {
    float: right
}

@media (min-width: 991px) {
    .category-products .sort-cate .wolf-filter {
        display: none
    }
}

@media (max-width: 767px) {
    .category-products .sort-cate .wolf-filter {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        width: 49%;
        border-radius: 2px;
        cursor: pointer;
        float: none;
        margin-left: 1%
    }
}

.category-products .sort-cate .wolf-filter a {
    display: inline-block;
    padding: 6px 15px;
    font-size: 14px;
    border: #e9ecef solid 1px;
    color: #495057;
    background-color: #e9ecef;
    font-weight: 600;
    width: 100%
}

.category-products .sort-cate .wolf-filter a:hover {
    color: #fff;
    border-color: #3bb77e;
    background-color: #3bb77e
}

.category-products .sort-cate .wolf-filter a:hover svg path {
    fill: #fff !important
}

.category-products .sort-cate .wolf-filter a .Icon--close {
    display: none
}

@media (max-width: 767px) {
    .category-products .sort-cate .wolf-filter a {
        height: 36px;
        padding: 0 15px;
        line-height: 34px
    }
}

.category-products .sort-cate .wolf-filter.active a .Icon--close {
    width: 12px;
    height: 12px;
    stroke-width: 1.5px;
    display: inline-block;
    margin-left: 0.5rem !important
}

.category-products .sort-cate .wolf-filter.active a .svg-filter {
    display: none
}

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

@media (max-width: 991px) {
    .wolf-mobile-cate {
        position: fixed;
        width: 256px;
        background: #fff;
        padding-top: 7px;
        top: 0 !important;
        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%)
    }

    .wolf-mobile-cate.active {
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}