#top-categories {
    padding-bottom: 83px;
    margin-top: 35px;
}
#top-categories a {
    width: 100%;
    height: 60px;
    border: 0.75px solid #CCCCCC;
    background-color: #FFF;
    color: #000;
    font-size: 15px;
    padding-left: 99px;
}
#top-categories a .image {
    height: 51px;
    width: 99px;
    left: 0;
}
#top-categories .button-next,
#top-categories .button-prev {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../../images/2025/category/arrow.png);
    background-image: -webkit-image-set(url("../../../images/2025/category/arrow.png") 1x, url("../../../images/2025/category/arrow@2x.png") 2x);
}
#top-categories .button-next {
    margin-left: 5px;
    transform: scale(-1);
}
#top-categories .button-prev {
    margin-right: 5px;
}
.text-decoration-none,
.text-decoration-none a,
.text-decoration-none a:hover,
.text-decoration-none a:active,
.text-decoration-none a:focus {
    text-decoration: none;
}

#product-cats .button-next,
#product-cats .button-prev {
    border-color: #e3e3e3;
    background: #fff url(../../../images/2024/category/redesign/child-category/arr.svg) no-repeat center;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -44px;
    z-index: 8;
}

#product-cats .button-next.swiper-button-disabled,
#product-cats .button-prev.swiper-button-disabled {
    display: none !important;
}

#product-cats .button-prev {
    transform: scale(-1);
}

#product-cats .button-prev {
    left: 15px;
    outline: none;
}

#product-cats .button-next {
    right: 15px;
    outline: none;
}

#product-cats>div {
    width: 1290px;
}

#product-cats a .image {
    height: 186px;
    line-height: 186px;
    width: 186px;
    background-color: #fff;
}

#product-cats a img {
    max-height: 100%;
    margin-left:-10px;
}

#product-cats a:hover {
    box-shadow: none;
}

#product-cats a p {
    /*text-transform: none;*/
    font-size: 14px;
    line-height: 19px;
    padding: 20px 0;
}

#product-landing .category-title {
    font-size: 36px;
    border-width: 0;
    padding: 0;
}

#product-landing .pagination {
    display: inline-block;
    margin: auto;
    padding-left: 0;
}

.pagination ul li.previous a,
.pagination ul li.next a {
    background-size: 10px;
}

#product-landing .pagination li {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

#product-landing .pagination li a,
#product-landing .pagination li span {
    font-size: 18px;
    border: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    line-height: 40px;
    background: transparent;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #fff;
    border-radius: 100%;
}

#product-landing .pagination li a {
    position: relative;
    float: left;
    margin-left: -1px;
    color: var(--black);
    font-family: 'Poppins-Bold';
    text-decoration: none;
}

#product-landing .pagination li span {
    position: relative;
    float: left;
    margin-left: -1px;
    color: var(--red);
    font-family: 'Poppins-Bold';
}

#product-landing .pagination li.active a,
#product-landing .pagination li.active span {
    border: 2px solid var(--red);
}

#product-landing .pagination li:not(.disabled, .active):hover a,
#product-landing .pagination li:not(.disabled, .active):hover span {
    border: 2px solid #ccc;
}

#product-landing .pagination li a[rel=prev],
#product-landing .pagination li a[rel=next] {
    background-image: url(../../../images/2024/category/redesign/child-category/icon-red-arrow.svg);
    border: 2px solid #D5D5D5;
    border-radius: 100%;
    text-indent: -9999px;
}

#product-landing .pagination li.disabled:first-child,
#product-landing .pagination li.disabled:last-child {
    display: none;
}

#product-landing .pagination li a[rel=prev] {
    transform: scale(-1);
}

#product-landing .products {
    padding-top: 0;
    /* USE UTILITY CLASS */
    margin: 0 -8px;
    width: calc(100% + 16px);
}

#product-landing .product-item {
    width: calc(25% - 16px);
    margin: 0 8px 45px 8px;
}

#product-landing .product-item .inner {
    width: 100%;
    /* USE UTILITY CLASS */
}

#product-landing .product-item .image {
    border-color: #e0e0e0;
    height: 308px;
    margin-bottom: 11px;
}

#product-landing .product-item .image img {
    width: auto;
    object-fit: contain;
    max-height: 100%;
    max-width: 100%;
}

#product-landing .product-item .products-details {
    padding: 0;
    flex-grow: 1;
}

#product-landing .product-item .product-title {
    font-size: 18px;
    line-height: 1.4444;
}

#product-landing .product-item .product-price {
    font-size: 38px;
    margin-top: 11px;
}

#product-landing .product-item .product-price span {
    font-size: 63.157895%;
}

#product-landing .product-item .add-to-cart {
    width: 191px;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    border-radius: 20px;
}
#product-landing .product-item .add-to-cart span {
    font-size: 1em;
}

#product-landing .filters-box label {
    margin-bottom: 8px;
    font-weight: 100;
    font-size: 14px;
    padding-left: 30px;
}

#product-landing .filters-box label:before {
    border: 1px solid #000;
    height: 16px;
    width: 16px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: white;
    transform: translateY(-50%);
    margin-top: -1px;
}

#product-landing .brand-filter .filters-box label:hover:before {
    border: 2px solid #000;
}

#product-landing .filters-box .checked label:before {
    border: 1px solid var(--red);
    background-color: var(--red);
}

#product-landing .brand-filter .filters-box .checked label:hover:before {
    border: 1px solid #FC0D1B;
}

#product-landing .filters-box .filter-title {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 15px;
    padding-left: 20px;
}

#product-landing .filters-box .filter-clear {
    border-color: #D5D5D5;
    padding-top: 15px;
}

#product-landing .filters-box .filter-clear a {
    font-size: 14px;
}

#product-landing .filters-box .filteritemlist {
    margin-bottom: 10px;
}

#product-landing .filters-box {
    width: 390px;
    height: 318px;
    padding-top: 30px;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 6px rgba(0, 0, 0, 0.19);
    z-index: 10;
    top: 55px;
}

#product-landing .filtercategorybox>a:after {
    display: none;
}

#product-landing .filtercategorybox:first-child {
    border: 0;
}

#product-landing .filtercategorybox:first-child {
    margin-right: 20px;
}

#product-landing .filtercategorybox .category-title {
    font-size: 14px;
    font-weight: 100;
    height: 35px;
    line-height: 38px;
    padding: 0 44px 0 20px;
    width: auto;
    max-width:100%;
    background:var(--lighter-gray2);
}

#product-landing .filtercategorybox .category-title.selected {
    color: #fff;
    background-color: #FC0D1B;
}

#product-landing .filtercategorybox .category-title:after {
    content: '';
    width: 11px;
    height: 8px;
    background: url(../../../images/2024/category/redesign/child-category/icon-dropdown.svg) no-repeat;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
}

#product-landing .filtercategorybox .category-title.selected:after {
    background: url(../../../images/2024/category/redesign/child-category/icon-dropdown-white.svg) no-repeat;
}

#product-landing .filtercategorybox.sortby .category-title:before {
    content: '';
    width: 14px;
    height: 16px;
    background: url(../../../images/2024/category/redesign/child-category/icon-sort.svg);
    display: inline-block;
    vertical-align: -4px;
    margin-right: 5px;
}

#product-landing .filtercategorybox.price-filter .category-title:before {
    content: '';
    width: 18px;
    height: 18px;
    background: url(../../../images/2024/category/redesign/child-category/icon-price.svg);
    display: inline-block;
    vertical-align: -5px;
    margin-right: 5px;
}

#product-landing .filtercategorybox.price-filter .category-title.selected:before {
    background: url(../../../images/2024/category/redesign/child-category/icon-price-white.svg);
}

#product-landing .filters-box:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17.5px 19px 17.5px;
    border-color: transparent transparent #fff transparent;
    content: '';
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    top: -16px;
    display: block;
}

#product-landing .filters-box .filter-close {
    width: 11px;
    height: 11px;
    padding: 20px;
    background: url(../../../images/2024/category/redesign/child-category/icon-close.svg) no-repeat center;
    z-indeX: 99999;
}

#product-landing .brand-filter .filters-box {
    left: -150%;
}

#product-landing .sortby .filters-box {
    left: -125%;
}

#product-landing .price-filter .filters-box {
    left: -75%;
}


#product-landing .filters-box .filter-options {
    margin-left: 18px;
    max-height: 200px;
}

#product-landing .brand-filter .filters-box .filter-options {
    max-height: 220px;
}

#product-landing .brand-filter .filters-box {
    height: 347px;
}

#product-landing .filterbar .col-right .views a {
    margin-left: 25px;
}

.jslider {
    margin-left: 0;
}

.jslider .jslider-bg i,
.jslider .jslider-pointer {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAABQCAYAAADvLIfGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMi1jMDAwIDc5LjFiNjVhNzliNCwgMjAyMi8wNi8xMy0yMjowMTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjM5MUM2OTNEM0NDMTFFREJCNUM5NUJFQUQ1RkREQjciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjM5MUM2OTJEM0NDMTFFREJCNUM5NUJFQUQ1RkREQjciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTYwRUE4RjVEMzgxMTFFRDhCRkNEQjhEMkRDOTJCQzEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTYwRUE4RjZEMzgxMTFFRDhCRkNEQjhEMkRDOTJCQzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4/pFRpAAACSElEQVR42uzdz2rUQBzA8Ulbi7jYU856COhFD/bSfST/PED1EfoA+kyCIILNwUIunnMr7WHXMu5ELFXaZBam0C6fz22Tye+Qy5fpZtOqbdsYAIB7bcstAABBBwAEHQAQdAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOA2VW3bRrcBAO63LbcAAAQdABB0AEDQAYBBFaNn4gDADh0AEHQAQNABAEEHAEEHAAQdABB0AEDQAUDQAQBBBwAEHQAQdAAQdABA0AGA27BzMt/3/1MBwA4dABB0AEDQAQBBB4CNUMXomTgAsEMHAAQdABB0AEDQAUDQAQBBBwAEHQAQdAAQdABA0AEAQQcABB0ABB0AEHQAQNABgGtVPw5eXX5oFv3bMAuH3bJ+cnnsQf8znIWjbrf+9PfYs89fbxx4Mt8vOg8AmLYzRPa8fxgehy+ryL4Iy38XDDHeDR+b7f5NOA0H3aP6fGpo6XkAwLg/f3LfC9+6i1V8Rwzn90LeVrr0PABgPOjNon/d/aqf5yxO69L60d154XkAQM4OfRber3XFLHyYOF92HgAwHfRuWT9d54KrD7jdcL7oPAAgZ4cOAAg6AHAHgj78LnwNU+tLzwMAcnboZ+ForSum1peeBwBMBz29sa3Z7r9n7aZX666+4e06pecBADk79OQ0zFdxPZ6I73FalzW19DwAYDro6fWr3UX9sln07/7/Tjt9TsfT+dzXtJaeBwCMq2KM7gIAbMIOHQAQdABA0AEAQQcABB0ANsFvAQYAVIG3DMwzVG8AAAAASUVORK5CYII=) no-repeat 0 0;
}

.jslider {
    display: block;
    width: 100%;
    height: 1em;
    position: relative;
    top: 0.6em;
    font-family: Arial, sans-serif;
}

.jslider table {
    width: 100%;
    border-collapse: collapse;
    border: 0;
}

.jslider td,
.jslider th {
    padding: 0;
    vertical-align: top;
    text-align: left;
    border: 0;
}

.jslider table,
.jslider table tr,
.jslider table tr td {
    width: 100%;
    vertical-align: top;
}

.jslider .jslider-bg {
    position: relative;
}

.jslider .jslider-bg i {
    height: 5px;
    position: absolute;
    font-size: 0;
    top: 0;
}

.jslider .jslider-bg .l {
    width: 10%;
    background-position: 0 0;
    left: 0;
}

.jslider .jslider-bg .f {
    width: 80%;
    left: 10%;
    background-repeat: repeat-x;
    background-position: 0 -20px;
}

.jslider .jslider-bg .r {
    width: 10%;
    left: 90%;
    background-position: right 0;
}

.jslider .jslider-bg .v {
    position: absolute;
    width: 60%;
    left: 20%;
    top: 0;
    height: 5px;
    background-repeat: repeat-x;
    background-position: 0 -40px;
}

.jslider .jslider-pointer {
    width: 13px;
    height: 15px;
    background-position: 0 -60px;
    position: absolute;
    left: 20%;
    top: -4px;
    margin-left: -6px;
    cursor: pointer;
    cursor: hand;
}

.jslider .jslider-pointer-hover {
    background-position: -20px -60px;
}

.jslider .jslider-pointer-to {
    left: 80%;
}

.jslider .jslider-label {
    font-size: 10px;
    line-height: 12px;
    color: black;
    opacity: 0.4;
    white-space: nowrap;
    padding: 0px 2px;
    position: absolute;
    top: -18px;
    left: 0px;
}

.jslider .jslider-label-to {
    left: auto;
    right: 0;
}

.jslider .jslider-value {
    font-size: 10px;
    white-space: nowrap;
    padding: 1px 2px 0;
    position: absolute;
    top: -19px;
    left: 20%;
    background: white;
    line-height: 12px;
    border-radius: 2px;
    margin-left: -10px !important;
}

.jslider .jslider-value-to {
    left: 80%;
}

.jslider .jslider-label small,
.jslider .jslider-value small {
    position: relative;
    top: -0.4em;
}

.jslider .jslider-scale {
    position: relative;
    top: 9px;
}

.jslider .jslider-scale span {
    position: absolute;
    height: 5px;
    border-left: 1px solid #999;
    font-size: 0;
}

.jslider .jslider-scale ins {
    font-size: 9px;
    text-decoration: none;
    position: absolute;
    left: 0px;
    top: 5px;
    color: #999;
}

.jslider-single .jslider-pointer-to,
.jslider-single .jslider-value-to,
.jslider-single .jslider-bg .v,
.jslider-limitless .jslider-label {
    display: none;
}

.jslider .jslider-value {
    top: 22px;
    font-size: 14px;
    font-family: 'Avenir Next Medium';
    color: #101010;
}

.layout-slider {
    margin-bottom: 30px;
    padding: 20px 10px 30px 10px;
    width: calc(100% - 20px);
}

.jslider .jslider-value {
    visibility: visible !important;
}

.jslider-label {
    display: block !important;
    opacity: 0.6 !important;
}

#product-landing .price-filter .filters-box {
    height: 221px;
}

#product-landing .sortby .filters-box {
    height: 280px;
}

#product-landing #items_per_page {
    top: 6px;
    border-radius: 3px;
    width: 150px;
    padding: 5px 10px 5px 10px;
    overflow: -moz-hidden-unscrollable;
    background: url(../../../images/2024/category/redesign/child-category/select-arr.png) no-repeat right 10px center #fff;
}
#trending {
    padding-top: 85px;
    padding-bottom: 85px;
    border-top: 1px solid #D5D5D5;
}

.category-description .button {
    color: var(--red);
    padding: 0;
    font-size: 18px
}
#sign-up {
    margin-top: 63px;
}
@media screen and (max-width: 1640px) {
    #product-landing .brand-filter .filters-box {
        left: -20%;
    }

    #product-landing .brand-filter .filters-box:before {
        margin-left: 0;
        left: 50px;
    }
}

@media screen and (max-width: 480px) {
    #product-landing .filt {
        overflow: auto;
        margin-bottom: 20px;
    }

    #product-landing .filterbar {
        width: 440px;
    }

    #product-landing .filters-box {
        position: fixed;
        bottom: 0;
        left: 0 !important;
        width: 100%;
        top: auto;
    }

    #product-landing .filters-box:before {
        display: none !important;
    }
}

@media screen and (max-width: 992px) {
    #product-landing .product-item {
        width: calc(33.333333333% - 16px);
    }

    #product-landing #items_per_page {
        position: relative;
        top: auto;
        margin: 30px auto 0 auto;
    }
}

@media screen and (max-width: 768px) {
    #product-landing .products {
        margin: 0 -11px;
        width: calc(100% + 22px);
    }

    #product-landing .product-item {
        width: calc(50% - 22px);
        margin: 0 11px 45px 11px;
    }

    #product-landing .product-item .image {
        height: auto;
        aspect-ratio: 1 / 1;
    }
}

@media screen and (max-width: 567px) {

    #breadcrumb {
        padding-top: 13px;
    }
    #breadcrumb .bc-inner {
        padding-top: 0;
    }

    #breadcrumb,
    #breadcrumb .bc-inner * {
        /*font-size: 11px;*/
    }
    #top-categories {
        padding-bottom: 60px;
        margin-top: 27px;
    }
    #product-landing .filterbar {
        margin-bottom: 0;
    }
    #product-landing .filtercategorybox .category-title {
        font-size: 11px;
        height: 28px;
        line-height: 28px;
        padding: 0 33px 0 18px;
    }
    #product-landing .filtercategorybox .category-title:after {
        right: 10px;
    }
    #product-cats.one-row .image {
        width: 115px;
    }

    #product-cats .swiper-slide {
        padding: 0;
    }

    #product-cats.one-row .image {
        width: 100%;
        height: auto;
        line-height: 1;
        padding: 0;
    }

    #product-cats.one-row a {
        width: 104px;
        height: auto;
    }

    #product-cats.low-padding>div {
        padding: 0;
    }

    #product-cats a img {
        height: 104px;
        width: 100%;
        margin-left: 0;
    }

    #product-cats.two-row p,
    #product-cats.one-row p {
        font-size: 12px;
        line-height: 14px;
        font-weight: 400;
    }

    #product-cats .button-next,
    #product-cats .button-prev {
        display: none;
    }

    #product-landing .category-title {
        font-size: 30px;
        padding: 0;
    }

    #product-landing .product-item {
        margin-bottom: 30px;
    }

    #product-landing .product-item .product-title {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 4px;
        padding: 0;
    }

    #product-landing .product-item .products-brand {
        font-size: 12px;
    }

    #product-landing .product-item .product-price {
        font-size: 29px;
        margin-bottom: 9px;
        margin-top: 12px;
    }

    #product-landing .product-item .image {
        margin-bottom: 5px;
    }

    #product-landing .product-item .add-to-cart {
        width: 155px;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
        border-radius: 16px;
    }
    .pagination-bottom {
        padding: 22px 0 0;
    }
    #trending {
        padding-top: 42px;
        margin-top: 42px;
        padding-bottom: 59px;
    }
    .category-description {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .products-details .products-title {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}