/* Category Page
-------------------------------------------------- */


/* Layout
-------------------------------------------------- */

.catalog-category-view main.page-main{
    padding-top: 0;
}

@media all and (min-width: 960px){

    .catalog-category-view .page-title,
    .catalogsearch-result-index .page-title{
        max-width: calc(100% - 470px);
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .catalog-category-view .page-title,
    .catalogsearch-result-index .page-title{
        margin-bottom: 19px;
    }

}

.catalog-category-view .page-title,
.catalogsearch-result-index .page-title {
    font-family: 'Alata', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: #2D2D2D;
    text-transform: unset;
}

.catalog-category-view.category-brands .page-title {
    color: #2D2D2D;
    margin-top: 20px;
    margin-bottom: 40px;
    font-family: Alata;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
}

.category-short-description {
    padding-bottom: 15px
}

/* Category Image
-------------------------------------------------- */

div.category-image,
.catalog-category-view .page-main > .ambanners .block{
    margin: 0 0 24px;
}

div.category-image img,
.catalog-category-view .page-main > .ambanners img{
    border-radius: 4px;
}

@media all and (max-width: 959px){

    div.category-image,
    .catalog-category-view .page-main > .ambanners .block{
        margin: 0 0 25px;
    }

}


/* Filter
-------------------------------------------------- */

div.filter.block{
    border-radius: 4px;
    position: relative;
}

div.filter .block-subtitle,
div.filter > .title,
div.filter-options-title {
    display: none !important;
}

div.filter > .title:before{
    content: "Filter";
}

div.filter > .title strong{
    display: none;
}

div.filter-options-item{
    border-bottom: none;
    padding: 0;
}

div.filter-options-item:not(:first-child){
}

div.filter-options-item:last-child{
    border: 0;
}

#narrow-by-list2 > dt{
    padding: 8px 56px 8px 16px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #414650;
    text-transform: none;
}

#aw-filter-category .filter-options-content {
    display: block!important;
}

div.filter-options-content,
.filter-options-item div.filter-options-content,
#narrow-by-list2 > dd{
    padding: 8px 16px;
}



div.filter-content .item,
.filter-options-item div.filter-options-content .item,
#narrow-by-list2 > dd .item{
    margin: 0;
    padding: 8px 0;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
}

div.filter-options-content a,
#narrow-by-list2 > dd .item a,
#narrow-by-list2 > dd .item .count{
    background: none !important;
    margin: 0;
    padding: 0;
    color: #414650;
}

#narrow-by-list2 > dd .item .count:before{
    content: "(";
}

#narrow-by-list2 > dd .item .count:after{
    content: ")";
}

.filter-options-item div.filter-options-content .item input,
.filter-options-item div.filter-options-content .item label{
    cursor: pointer;
}

.filter-options-item div.filter-options-content .item label:hover,
div.filter-options-content a:hover,
#narrow-by-list2 > dd .item a:hover,
#narrow-by-list2 > dd .item a:hover + .count,
.filter-options-item div.filter-options-content .item span:hover {
    color: #239e6b;
    text-decoration: none;
}

div.filter-options-content .count{
    color: inherit;
    font-weight: 400;
    padding: 0;
}

.filter div.filter-current{
    border: 0;
    border-bottom: solid 1px rgba(65, 70, 80, 0.12);
    margin: -8px 0 0;
}

div.filter-current .items{
    padding: 0 16px 8px;
}

div.filter-current .item{
    padding-right: 40px;
}

.filter-current .filter-label{
    display: none;
}

.filter-current .filter-value{
    font-size: 16px;
    line-height: 1.5;
    color: #414650;
}

div.filter-current .action.remove{
    color: #414650;
    position: absolute;
    left: auto;
    top: 8px;
    right: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
}

div.filter-current .action.remove:before{
    display: none;
}

div.filter-current .action.remove .material-icons,
#layered-selected-filters-block .selected-items-list .selected-item .action-close .material-icons{
    font-size: 24px;
    vertical-align: middle;
}

div.filter-current .action.remove:hover{
    color: #239e6b;
}

div.filter-actions{
    margin: 0;
    position: absolute;
    right: 16px;
    top: 14px;
    font-size: 14px;
    line-height: 2.86;
    padding: 0;
}

div.filter-actions .action{
    color: #414650;
    padding: 0;
    border: 0;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 2.86;
    box-shadow: none !important;
    letter-spacing: 0;
    font-family: 'Lato', sans-serif;
}

div.filter-actions .action:hover{
    color: #239e6b;
    text-decoration: none;
}

div.filter-actions .action[disabled]{
    display: none;
}

.block-filter-fake,
.filter .filter-options-item .filter-options-title .reset,
.filter .filter-options-item .filter-options-title .arrow{
    display: none;
}

div#layered-filter-block .button-list{
    margin: 0;
    width: auto;
}

div#layered-selected-filters-block .selected-items-list{
    margin: 0;
    padding: 16px 0 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 8px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

div#layered-selected-filters-block .selected-items-list .selected-item{
    background: #fff;
    border-radius: 100px;
    border-color: #1F9965;
    cursor: pointer;
    display: inline-block;
    padding: 4px 12px;
    vertical-align: middle;
    color: #1F9965;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 0;
    flex-shrink: 0;
}

div#layered-filter-block ol.categories .active{
    border: 0;
}

div#layered-selected-filters-block .selected-items-list .selected-item .action-clear,
div#layered-selected-filters-block .selected-items-list .selected-item .action-close{
    color: #414650;
}

div#layered-selected-filters-block .selected-items-list .selected-item .action-clear:hover,
div#layered-selected-filters-block .selected-items-list .selected-item .action-close:hover{
    color: #239e6b;
    text-decoration: none;
}

div#layered-selected-filters-block .selected-items-list .selected-item span,
div#layered-selected-filters-block .selected-items-list .selected-item .action-close{
    vertical-align: middle;
    line-height: 16px;
}

div#layered-selected-filters-block .selected-items-list .selected-item .action-close:before{
    display: none;
}

div#layered-selected-filters-block .selected-items-list .selected-item .action-clear{
    margin: 0 0 1px;
}

div.filter-options-item.active .filter-options-content .items .show-more{
    color: #414650;
    font-family: 'Axiforma',sans-serif;
    font-size: 13px;
    line-height: 20px;
}

div.filter-options-item.active .filter-options-content .items .show-more:hover{
    color: #239e6b;
}

div.filter-options-item .filter-options-title .label{
    width: auto;
    display: block;
}

.filter .filter-options-item .categories > .category{
    display: none;
}

.filter-options-item .filter-options-content .categories .item label{
    padding: 0;
    margin: 0;
}

div.filter-options-item .filter-options-content .categories .item input[type="radio"]:checked + label{
    border: 0;
    padding-left: 0;
}

@media all and (min-width: 960px){

    div#layered-selected-filters-block + .toolbar-products{
        margin-top: 0;
    }

}

@media all and (max-width: 959px){
    /* Hide original page title on mobile */
    .page-title-wrapper {
        display: none;
    }

    .search.results .mobile-page-title-wrapper {
        margin-bottom: 24px;
    }

    /* Show mobile page title */
    .mobile-page-title-wrapper {
        display: block !important;
        margin: 16px 0;
    }

    .mobile-page-title-wrapper .page-title {
        font-family: 'Alata', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 36px;
        color: #2D2D2D;
        text-transform: unset;
        margin: 0;
    }

    .catalog-category-view.category-brands .page-title {
        margin-top: 0;
        margin-bottom: 30px;
        color: #2D2D2D;
        text-align: center;
        /* Heading/H4 Heading */
        font-family: Alata;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 36px;
    }

    body.page-with-filter .columns .sidebar-main{
        -ms-flex-order: 0;
        -webkit-order : 0;
        order         : 0;
    }

    .page-products div.columns{
        padding-top: 56px;
    }

    div.filter.block{
        position: static;
        background: none;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        margin: 0;
    }

    div.filter .block-subtitle{
        display: none;
    }

    div.filter-title{
        display: block;
    }

    .toolbar.toolbar-products div.filter-title strong {
        display: block;
        position: relative;
        width: 100%;
        text-align: left;
        background: #fff;
        padding: 7px 20px;
        margin: 0;
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        box-sizing: border-box;
        border: 1px solid #CBC3BC;
    }
    div.filter-title strong{
        display: none;
    }

    div.filter.block.active{
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 999;
        border-radius: 8px 8px 0px 0px;
        border: 1px solid #CBC3BC;
    }

    div.filter.active .filter-subtitle{
        display: none;
    }

    div.filter.active .filter-title{
        position: static;
        border-bottom: solid 1px rgba(65, 70, 80, 0.12);
        height: auto;
        font-size: 20px;
        line-height: 20px;
    }

    div.filter:not(.active) .filter-options{
        display: none;
    }

    div.filter.active .filter-options{
        position: static;
        background: none;
        overflow: visible;
    }

    body.filter-active div.page-wrapper{
        height: auto;
        margin: 0;
        visibility: visible;
    }

    div.filter.active .filter-title strong{
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        border-radius: 8px 8px 0 0;
        display: block;
        padding: 13px;
        z-index: 10;
        box-shadow: none;
        border: 0;
        background: #fff;
        margin-top: 0;
        color: #2D2D2D;

        /* Sub Heading/Sub H3 */
        font-family: 'Lato', sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px; /* 133.333% */
    }

    body.filter-active header.page-header{
        display: block;
    }

    div.filter.active .filter-options-item:last-child{
        margin-bottom: 0;
    }

    div.filter.active .filter-title strong:after{
        content: "Done";
        color: #fff;
        padding: 7px 16px;
        font-family: 'Lato', sans-serif;
        margin: 0;
        position: absolute;
        right: 16px;
        top: 5px;
        border-radius: 6px;
        border: 1px solid #4D7966;
        background: #4D7966;
        text-transform: uppercase;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 171.429% */
        letter-spacing: 1.4px;
    }

    body.filter-active .columns:before{
        content: "";
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 899;
        background: rgba(0, 0, 0, 0.2);
    }

    div.filter:not(.active) div.filter-actions,
    div.filter:not(.active) .filter-current{
        display: none;
    }

    div.filter-actions{
        right: auto;
        left: 16px;
        top: 12px;
        font-size: 16px;
        line-height: 40px;
        z-index: 20;
    }

    div.filter-actions .action{
        color: #dd4f2d;
    }

    .filter div.filter-current{
        margin-top: 0;
    }

    div.filter-actions .action:hover{
        text-decoration: underline;
        color: #dd4f2d;
    }

    div.filter .filter-current .items{
        display: block;
        padding-bottom: 0;
    }

    body.filter-active.page-products div.columns{
        z-index: auto;
    }

    .block-filter-fake{
        position: absolute;
        left: 0;
        top: 0;
        box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
        text-align: center;
        font-size: 16px;
        line-height: 2.5;
        color: #414650;
        border-radius: 4px;
        display: block;
        cursor: pointer;
        width: calc(50% - 8px);
    }

    div.filter .filter-content{
        max-height: calc(100vh - 65px);
        overflow: auto;
    }

}


/* Search
-------------------------------------------------- */

ul.search__result-tabs{
    display: none;
}


/* Category Description
-------------------------------------------------- */

.category-description{
    font-size: 18px;
    line-height: 24px;
    border-radius: 4px;
    background: #fff;
    padding: 24px;
    color: #343b3e;
    clear: both;
    width: 100%;
    -ms-flex-order: 10;
    -webkit-order : 10;
    order         : 10;
}
.category-description a {
    color: #20865c;
}
@media screen and (max-width: 959px){

    .category-description{
        padding: 16px;
    }

}

.filter-options-item .filter-options-content .categories .item .subcategory{margin-left:0px!important;}
.filter-options-item .filter-options-content .categories .item span.label{margin-left:0px!important;}

.ias-spinner {
    margin: 0 auto;
}
.ias-spinner img {
    display: block !important;
    margin: 0 auto;
    margin-bottom: 20px;
    animation: rotate 2s linear infinite;
    display: inline-block;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.ias-spinner em {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #7C7C7C;
}
@media (max-width: 767px) {
    .category-sale-3 .page-wrapper .mobile-only {
        display: none;
    }
}
