main {
    padding-bottom: 0;
}

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

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

#breadcrumb .bc-inner {
    padding-top: 0;
}
#breadcrumb,
#breadcrumb .bc-inner * {
    color: #8c8c8c;
    text-decoration: none;
    font-size: 14px;
}

.product-item .image {
position: relative;
overflow: hidden;
}

.product-item .image img {
width: 100%;
height: auto;
display: block;
object-fit: cover;
transition: opacity 0.25s ease-in-out;
}

.product-item .image img.hover {
position: absolute;
inset: 0;
opacity: 0;
}

@media (min-width: 1200px) {
    .product-item .image:hover img.hover {
    opacity: 1;
    }

    .product-item .image img.hover + .img.base,
    .product-item .image:hover img.hover + .img.base {
    opacity: 0;
    }
}

@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/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;
}

#product-cats a .image div {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #fff;
}

#product-cats a img {
    max-height: 100%;
}

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

#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;
    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%;
    display: block;
}

#product-landing .pagination li a {
    color: var(--black);
    font-family: "Roboto", sans-serif;
}

#product-landing .pagination li span {
    color: var(--red);
    font-family: "Roboto", sans-serif;
}

#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/child-category/icon-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-left: -10px;
    width: calc(100% + 20px);
}

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

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

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

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

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

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

#product-landing .product-item .add-to-cart {
    width: 160px;
    height: 35px;
    font-size: 16px;
    border-radius: 17px;
}

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

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

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

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

#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,
#product-landing .filtercategorybox:not(:last-child) {
    margin-right: 20px;
}

#product-landing .filtercategorybox .category-title {
    font-size: 14px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    padding: 0 44px 0 20px;
    width: auto;
    border-radius: 17px;
}

#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/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/child-category/icon-dropdown-white.svg) no-repeat;
}

#product-landing .filtercategorybox.sortby .category-title:before {
    content: '';
    width: 14px;
    height: 16px;
    background: url(../../images/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/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/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/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 .price-filter .filters-box .filter-options {
    margin-top: -20px;
}


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

.jslider {
    margin-left: 0;
}

.jslider .jslider-bg i,
.jslider .jslider-pointer {
    background: url(../../images/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-family: 'MuseoSans-Medium' !important;
    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';*/
    font-family: 'MuseoSans-Black' !important;
    font-weight: 400;
    color: #101010;
}

.layout-slider {
    margin-bottom: 30px;
    padding: 20px 10px 30px 10px;
    width: 300px;
}

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

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

.jslider-label.jslider-label-to {
    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 {
    font-weight: 600;
    top: 6px;
    border-radius: 3px;
    width: 190px;
    padding: 5px 10px 5px 10px;
    overflow: -moz-hidden-unscrollable;
    background: url(../../images/child-category/select-arr.png) no-repeat right 10px center #fff;
}

#trending .category-product span.similar-bottom-tag {
    display: inline-block;
    margin-top: 10px;
    font-size: 15px;
}

#similar .circle.swiper-button-prev,
#similar .circle.swiper-button-next{
    width: 38px;
    height: 38px;
    top: inherit;
    left: inherit;
    right: inherit;
    margin-top: 0;
    position: relative;
    outline: none;
    flex-shrink: 0;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
#similar .circle.swiper-button-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
}
#similar .circle.swiper-button-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
}

#similar .circle.swiper-button-prev:after,
#similar .circle.swiper-container-rtl .swiper-button-next:after,
#similar .circle.swiper-button-next:after,
#similar .circle.swiper-container-rtl .swiper-button-prev:after{
    display: none;
}

#similar {
    padding: 50px 0 0 0;
    border: 1px solid var(--lighter-gray);
    border-bottom:0;
    margin-bottom:0;
    margin-top:0;
}
#similar .container {
    --content-width: 1215px;
}
#similar h3 {
    font-size: 33px;
    line-height: 38px;
    margin-bottom: 41px;
    position: relative;
}
#similar h3 span {
    font-size: 33.5px;
    position: relative;
}
#similar h3 span::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -22px;
    width: 17px;
    height: 17px;
    background-image: url('../../images/icons/icon-star.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#similar h3 span::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -22px;
    width: 17px;
    height: 17px;
    background-image: url('../../images/icons/icon-star.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#similar h3 .border {
    position: absolute;
    top: 20px;
    bottom: -7px;
    left: -33px;
    right: -33px;
    border: 5px solid var(--orange);
    border-top: none;
}
#similar h3 .border::before {
    transform: none;
    background: unset;
    content: '';
    position: absolute;
    background-color: var(--orange);
    top: 0;
    left: 0;
    height: 5px;
    z-index: -1;
    width: 23px;
}
#similar h3 .border::after {
    transform: none;
    background: unset;
    content: '';
    position: absolute;
    background-color: var(--orange);
    top: 0;
    right: 0;
    height: 5px;
    z-index: -1;
    width: 23px;
}
#similar .category-product{
    margin-bottom: 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 1px solid #f4f4f4;
    height: 407px;
    flex-grow: 1;
}
#similar .category-product .products-details {
    height: 168px;
}
#similar .category-product .products-details p {
    display: block;
}
#similar .products-details .products-title {
    font-size: 16px;
    color: #5d5d5d !important;
    margin-top: 17px;
    margin-bottom: 0;
    font-weight: 700;
}
#similar .category-product p {
    color: var(--light-blue);
    font-size: 16px;
}
#similar .category-product .price {
    color: var(--orange);
    font-size: 26px;
}
#similar .category-product .shipping {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    color: var(--middle-blue);
}
#similar .category-product:hover {
    text-decoration: none !important;
}
#similar .category-product:nth-child(4n){
    margin-right: 0;
}
#similar .swiper-container {
    padding: 30px 10px;
    margin: -30px -10px;
}
#similar .price-round {
    right: -9px;
    top: -13px;
    text-align: center;
}

#similar .price-inner {
    font-size: 31px;
}


.rounded-top {
    border-radius: 15px 15px 0 0;
}

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

    #product-landing .filtercategorybox .category-title {
        font-size: 13px;
    }

    #similar {
        text-align: center;
        padding: 56px 0 36px 0;
    }
    #similar h3 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 24px;
    }
    #similar h3 span {
        font-size: 26px;
    }
    #similar .category-product p {
        font-size: 10px;
    }
    #similar .category-product {
        border-radius: 0;
    }
    #similar .circle.swiper-button-prev,
    #similar .circle.swiper-button-next {
        display: flex;
    }
}

@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.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: 104px;
    }

    #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: 12px;
        line-height: 14px;
    }

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

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

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

    #similar .price-round {
        right: -13px;
        top: -15px;
    }

    #similar h3 {
        margin-top: 0;
    }
    #similar h3 .border::before,
    #similar h3 .border::after {
        width: 20px;
    }
    #similar .category-product {
        border-radius: 7px;
    }
    #similar .swiper-wrapper {
        margin-top: 10px;
    }
    #similar .category-product p {
        margin-top: 13px;
        font-size: 13px;
    }
    #similar .category-product .price {
        font-size: 21px;
        margin-top: 7px;
    }
    #similar .category-product .shipping {
        font-size: 13px;
        margin-top: 6px;
    }
}

#category-description {
    font-size: 16px;
    padding: 50px 0;
}
#category-description .category-description-title{
    font-size: 1.75em;
    line-height: 1.0714;
    margin-bottom: 14px;
}
#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: 'MuseoSans-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 .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 .trending-inner {
    padding:0;
}

#trending * {
    text-decoration: none;
}

#trending .title img {
    max-width: 100%;
}

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

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


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

@media screen and (max-width: 567px) {
    #trending .trending-inner a {
        width:calc(50% - 5px);
    }
    #trending .products-image {
        height: 43vw;
    }
    #trending .product-price {
        font-size:17px;
    }
    .products-details .products-title {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}