main {
    padding-bottom: 0;
}

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

#breadcrumb {
    padding: 20px 0 30px 0;
}

#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: 35px;
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 8;
}

#product-cats .button-next.swiper-button-disabled,
#product-cats .button-prev.swiper-button-disabled {
    opacity: 0.5;
}

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

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

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

#product-cats .inner {
    padding: 0 40px;
}

#product-cats a.categories-item {
    height: 60px;
    border: 1px solid #CCCCCC;
}

#product-cats a.categories-item:hover {
    border-color: var(--red);
}

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

#product-cats a .image img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

#product-cats a p {
    font-size: 16px;
    line-height: 1em;
}

#product-landing {
    border-bottom: 1px solid #D5D5D5;
}

#product-landing .category-title {
    font-size: 36px;
    line-height: 1em;
    padding: 30px 0 9px 0;
    color: #2F2F2F;
}

#product-landing .pagination {
    margin: auto;
    padding: 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;
    line-height: 37px;
    padding: 0;
    text-align: center;
    background: transparent;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #fff;
    border-radius: 100%;
    position: relative;
    float: left;
}

#product-landing .pagination li a {
    color: var(--black);
    font-family: 'HelveticaNeue-Bold';
    text-decoration: none;
}

#product-landing .pagination li span {
    color: var(--red);
    font-family: 'HelveticaNeue-Bold';
}

#product-landing .pagination li.active a,
#product-landing .pagination li.active span {
    border: 1px 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/redesign/child-category/icon-arrow.svg);
    border: 1px 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-left: -10px;
    width: calc(100% + 20px);
}

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

#product-landing .product-item .inner {
    width: 100%;
    border-top-left-radius: 16px;
}

#product-landing .product-item .image {
    border-radius: 16px;
    height: 308px;
    margin-bottom: 15px;
    border-color: #eee;
}

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

#product-landing .product-item p {
    margin-bottom: 0;
}

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

#product-landing .product-item .product-price {
    top: -68px;
    left: -38px;
    font-size: 40px;
    width: 177px;
    height: 158px;
    border-radius: 50%;
    line-height: 50px;
    padding-top: 83px;
    padding-left: 21px;
}

#product-landing .product-item .details {
    font-size: 16px;
    margin-top: 7px;
}

#product-landing .product-item .product-price .circle {
    top: 8px;
    left: 0;
    width: 170px;
    height: 150px;
    border-radius: 50%;
}

#product-landing .product-item .product-price sup {
    font-size: 58%;
    line-height: 44px;
}

#product-landing .product-item .product-price span {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    margin-top: -25px;
}

#product-landing .product-item .product-.digit3 {
    font-size: 35px;
}

#product-landing .product-item .getthis {
    width: 155px;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

/* 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(--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: 11px;
}

#product-landing .filtercategorybox .category-title {
    font-size: 14px;
    font-weight: 400;
    height: 35px;
    line-height: 33px;
    padding: 0 44px 0 26px;
    width: auto;
    max-width: 100%;
    background: var(--lighter-gray3);
    margin: 0 !important;
}

#product-landing .filtercategorybox:first-child .category-title {
    padding-left: 15px;
}

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

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

#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(../../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;
    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;
    color: #000;
}


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

    #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);
        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.one-row .image {
        width: 115px;
    }

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


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

    #product-cats.two-row p,
    #product-cats.one-row p {
        font-size: 15px;
    }

    #product-landing .category-title {
        font-size: 29px;
        padding-top: 6px;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    #product-landing .filtercategorybox .category-title {
        font-size: 11px;
        height: 28px;
        line-height: 32px;
        margin-bottom: 0;
    }

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

    #product-landing .product-item .product-title {
        font-size: 14px;
        line-height: 16px;
        padding-bottom: 3px;
    }

    #product-cats .inner {
        padding: 0 15px;
    }

    #product-cats .button-next,
    #product-cats .button-prev {
        width: 24px;
        height: 24px;
    }

    #product-cats .button-next {
        right: 2px;
    }

    #product-cats .button-prev {
        left: 2px;
    }

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

    #product-landing .product-item .inner {
        border-radius: 8px;
    }

    #product-landing .brand {
        font-size: 11px;
    }

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

    #product-landing .product-item .details span {
        display: block;
    }

    #product-landing .product-item .image {
        height: 45vw;
        margin-bottom: 10px;
        border-radius: 8px;
    }

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

    #product-landing .product-item .product-price {
        font-size: 24px;
        width: 111px;
        height: 99px;
        top: -42px;
        left: -24px;
        padding-top: 42px;
        padding-left: 10px;
      }
    
      #product-landing .product-item .product-price span {
        margin-top: -35px;
        font-size: 7px;
      }
    
      #product-landing .product-item .product-price .circle {
        top: 5px;
      }
    
      #product-landing .product-item .product-price.digit3 {
        font-size: 21px;
      }
    
      #product-landing .product-item .product-price .circle {
        width: 106px;
        height: 94px;
      }

      #product-landing .product-item .getthis {
        height: 28px;
        line-height: 28px;
        font-size: 15px;
        width: 125px;
        margin-top: 14px;
    }

    #product-landing .filterbar {
        padding-bottom: 0;
    }

    #product-landing .filt {
        margin-bottom: 14px;
        overflow:hidden;
    }

    #product-landing .filtercategorybox .category-title {
        padding: 0 37px 0 11px;
    }

    #product-landing .filtercategorybox:first-child .category-title {
        padding-left: 20px;
        padding-right: 35px;
    }

    #product-landing .filtercategorybox .category-title:after {
        right: 14px;
        top: 12px;
    }

    #product-landing .filtercategorybox.price-filter .category-title:before {
        background-size: contain;
        width: 14px;
        height: 14px;
        vertical-align: -3px;
    }

    #product-landing .filtercategorybox.sortby .category-title:before {
        width: 11px;
        height: 13px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .pagination-bottom {
        padding-top: 5px;
    }

    #trending {
        margin: 18px 0 0px 0;
    }
}

#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: 'HelveticaNeue-Bold';
    color: var(--red);
    text-decoration: underline;
    margin-top: 14px;
    display: inline-block;
}

@media screen and (max-width: 567px) {
    #category-description {
        padding: 40px 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;
    }
}




@media screen and (max-width: 567px) {
    .products-details .products-title {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}