main {
    padding-bottom: 0;
}

main .container {
    width: 1275px !important;
}

#breadcrumb {
    padding: 20px 0 30px 0;
    background:var(--lighter-gray2);
}

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

#breadcrumb .bc-inner {
    padding-top: 21px;
}
#breadcrumb,
#breadcrumb .bc-inner * {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}
@media screen and (max-width: 567px) {
    #breadcrumb .bc-inner {
        padding-top: 10px;
    }
}

#category-description {
    margin-bottom: 53px;
}
.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/redesign/child-category/arr.svg) no-repeat center;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -44px;
    z-index: 8;
}

#product-cats .swiper-container {
    margin:0 50px;
}

#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;
    width: 186px;
}

#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: 45px;
    padding:30px 0 10px 0;
}

#product-landing .custom-product-message {
    font-size: 22px;
}

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


.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%;
    font-family: "mr-eaves-xl-modern";
    font-weight:700;
}

#product-landing .pagination li a {
    color: var(--dark-blue);
    text-decoration: none;
}

#product-landing .pagination li span {
    color: var(--brand-pink);
}

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

#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/redesign/child-category/icon-arrow.svg);
    border: 2px solid #D5D5D5;
    border-radius: 100%;
    text-indent: -9999px;
    filter: brightness(0) saturate(100%) invert(26%) sepia(33%) saturate(2970%) hue-rotate(294deg) brightness(87%) contrast(108%);
}

#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.category-9709 {
    position:relative;
    padding-top:40px;
    background-image: url(../../images/bg-holiday.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position:center;
}

#product-landing.category-9709:before {
    background-image: url(../../images/light.png);
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:75px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position:center;
}

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

#product-landing .product-item {
    width: calc(25% - 20px) !important;
    margin: 0 10px 45px 10px;
}

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

#product-landing .product-item .image {
    border-color: #dadada;
    height: 206px;
    margin-bottom: 15px;
    background-color:#fff;
}

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

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

#product-landing .product-item .product-price {
    font-size: 30px;
}

#product-landing .product-item .add-to-cart {
    width: 160px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    margin-top: 10px;
}

/* Safari Only */
@supports (background: -webkit-named-image(i)) {
    #product-landing .product-item .add-to-cart {
        line-height: 38px;
    }
}

#product-landing .filters-box label {
    margin-bottom: 8px;
    font-weight: 400;
    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(--orange);
    background-color: var(--orange);
}

#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: 6px;
    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: 700;
    height: 35px;
    line-height: 38px;
    padding: 0 44px 0 20px;
    width: auto;
    max-width:100%;
    background:var(--lighter-gray3);

}

#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/redesign/child-category/icon-dropdown.svg) no-repeat;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 15px;
}

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

#product-landing .filtercategorybox.sortby .category-title:before {
    content: '';
    width: 14px;
    height: 16px;
    background: url(../../images/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/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/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/redesign/child-category/icon-close.svg) no-repeat center;
    z-indeX: 99999;
    top:23px;
    right:10px;
}

#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;
}

.category-description {
    border-top:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
}

.jslider {
    margin-left: 0;
}

.jslider .jslider-bg i,
.jslider .jslider-pointer {
    background: url(../../images/redesign/child-category/jslider.png) 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: 300px;
}

.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;
    border-color: #000;
    width: 150px;
    padding: 5px 10px 5px 10px;
    overflow: -moz-hidden-unscrollable;
    background: url(../../images/redesign/child-category/select-arr.png) no-repeat right 10px center #fff;
}


@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: 992px) {
    #product-cats .swiper-container {
        margin:0 auto;
    }
}

@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% - 20px) !important;
    }

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

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

    #product-landing .product-item {
        width: calc(50% - 10px) !important;
        margin: 0 5px 45px 5px;
    }

    #product-landing .product-item .image {
        height: 46vw;
    }
}

@media screen and (max-width: 567px) {
    #category-description {
        margin-bottom: 23px;
    }

    #breadcrumb,
    #breadcrumb .bc-inner * {
        font-size: 11px;
    }

    #product-cats a .image {
        height: 100px;
        width: 100px;
    }

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

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

    #product-cats.low-padding>div {
        padding: 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: 29px;
        padding-top: 12px;
    }

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

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

    #product-landing .product-item .product-price {
        font-size: 17px;
    }

    #product-landing .product-item .image {
        height: 30vw;
        margin-bottom: 10px;
    }

    #product-landing .product-item .add-to-cart {
        width: 90px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
    }
}

#category-description {
    font-size: 16px;
    padding: 50px 0;
}
#category-description .description p {
    font-size: 16px !important;
}
#category-description .category-description-title{
    font-size: 1.75em;
    line-height: 1.0714;
    margin-bottom: 14px;
}
#category-description .description h2{
    font-size:18px;

}
#category-description .description p,
#category-description .morelink{
    font-size: 1.25em;
    line-height: 1.3;
}
#category-description .description p{
    margin-bottom: 1em;
}
#category-description .allcontent p:last-child{
    margin-bottom: 0;
}
#category-description .morelink{
    font-family: 'Karla-Bold';
    color: var(--orange);
    text-decoration: underline;
    margin-top: 14px;
    display: inline-block;
}
@media screen and (max-width: 567px) {
    #category-description {
        padding: 40px 0;
    }
    .category-description .container {
        padding-top:0;
        padding-bottom:0;
    }
    #category-description .category-description-title{
        font-size: 1.625em;
        line-height: 1.1923;
        margin-bottom: 5px;
    }
    #category-description .description p,
    #category-description .morelink{
        font-size: 1.0625em;
        line-height: 1.2647;
    }
    #category-description .morelink{
        margin-top: 14px;
    }
}

#trending {
    border-color:var(--lighter-gray);
    border-bottom:0;
    margin-bottom:0;
    margin-top:0;
    padding-top: 70px;
}


#trending .blocktitle {
    border-color: var(--dark-blue);
}
#trending .title{
    font-size:30px;
}

#trending .trending-inner {
    padding:0;
}

#trending * {
    text-decoration: none;
}

#trending .trending-inner a {
    width:calc(25% - 20px);
    margin:10px ;
    border-color:#f3f3f3;
}

#trending .products-details span {
    font-size:100%;
}

#trending .products-image img {
    object-fit: cover;
    max-height: 100%;
    max-width: 100%;
}

#trending .products-details {
    padding-bottom:25px;
}

#trending .product-price {
    font-size:27px;
}

#trending .product-price span {
    display:inline
}
.category-page-9897 #breadcrumb {
    background-color: #f1f1f1;
    position: relative;
}
.category-page-9897 #trending {
    display: none;
}
.category-page-9897 .banner-6months {
    margin-bottom: 0;
}
#category-wrapper.category-9897 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../images/redesign/child-category/back.jpg);
    padding-bottom: 60px;
}


@media screen and (max-width: 992px) {
    #trending .trending-inner a {
        width:calc(50% - 20px);
    }
    #trending .category-product .products-details {
        height: auto;
    }
}

@media screen and (max-width: 567px) {
    #trending .trending-inner a {
        width:calc(50% - 5px);
        margin: 10px 2px;
    }
    #trending .trending-inner {
        justify-content:space-between;
    }
    #trending .products-image {
        height: 30vw;
    }
    #trending .product-price {
        font-size:17px;
    }
    #trending .title {
        font-size: 26px;
        line-height: 1.175;
        margin: 5px auto 36px auto;
    }
    .products-details .products-title {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    #category-wrapper.category-9897 {
        padding-bottom: 0;
        background-image: url(../../images/redesign/child-category/back-m.jpg);
        background-image: -webkit-image-set(url("../../images/redesign/child-category/back-m.jpg") 1x, url("../../images/redesign/child-category/back-m.jpg") 2x);
    }
    .category-page-9897 .banner-6months {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}