/**
* Search landing styles
**/
/** Global styles **/
.constructor-index-index #maincontent .columns .column.main{
    width: 82%;
}
.constructor-index-index #maincontent .columns .sidebar.sidebar-main{
    width: 18%;
}
.filter-options input[type='checkbox']{
    top: 0.1rem;
    -webkit-appearance: none;
    width: 1.8rem !important;
    min-width: 1.8rem;
    height: 1.8rem !important;
    margin-top: 0 !important;
    left: 0.2rem;
    margin-right: 1.3rem !important;
    background: #ffffff;
    border: 1px solid #DADADA !important;
    border-radius: 0;
    vertical-align: middle;
    position: relative !important;
    visibility: visible;
    opacity: 1 !important;
}
/** Global styles end **/
.search-landing-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.search-results-wrapper {
    display: flex;
    gap: 20px;
}

.filters {
    width: 25%;
}

.results {
    width: 75%;
}

.results-list {
    list-style: none;
    padding: 0;
}

.constructor-index-index .product-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #ddd;
    padding: 10px;
}
.item.previous span{
    margin-right: 30px;
}
.item.next {
    margin-left: 15px;
    margin-right: 0 !important;
}
.item{
    padding: 0 12px;
}
.item.current strong{
    color: #fff;
}
.products.wrapper ~ .nistruct-toolbar .pages .item.current {
    background-color: #1a79bd;
    border-radius: 0.6rem;
    height: unset !important;
    width: unset !important;
    line-height: 4rem;
}
.products.wrapper ~ .nistruct-toolbar .pages .item:hover {
    padding: 0 10px;
}
ul#pagination-list-constructor .item a{
    width: 100%;

}
ul#pagination-list-constructor .item a:hover{
    color: #fff;
}
.item.next:after{
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    color: #000;
    font-size: 2rem;
    position: relative;
    top: 2px;
    margin-left: 10px;
}
.item.previous:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f104";
    color: #000;
    font-size: 2rem;
    position: relative;
    top: 2px;
    margin-right: 10px;
}
/** pagination style **/
.nistruct-toolbar.nistruct-products {
    text-align: center;
}
.nistruct-toolbar .items a {
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    padding: 0 12px;

}
.nistruct-toolbar .current {
    cursor: pointer;
    padding: 0 10px;
}
.nistruct-toolbar .current:hover{
    padding: 0 10px;
}
ul#pagination-list-constructor .item a:hover {
    color: #fff;
    background-color: #1a79bd;
    border-radius: 0.6rem;
    height: unset !important;
    width: unset !important;
    line-height: 4rem;
    padding: 0 12px;
}
.categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-item {
    margin-left: 0;
}

.category-item.current > .category-link {
    font-weight: bold;
    text-decoration: underline;
}

.child-category {
    margin-left: 40px;
}

/* search landing page start */
p#nistruct-amount {
    color: #95a3ac;
}
span.nistruct-number-min, .nistruct-number-max, .nistruct-number {
    color: #0c1632;
}
p#nistruct-amount {
    color: #000000;
    display: block;
    line-height: 26px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font-size: 1.4rem;
    font-weight: 400;
}
.toolbar-amount {
    padding: 0;
}
.nst-sorter label.sorter-label {
    font-size: 14px;
    color: #000000;
}
#constructor-product-list .product-item-info {
    border: none;
    transition: all .1s ease;
    box-shadow: unset;
    border-radius: 0;
}
#constructor-product-list li.item.product.product-item {
    border: 0;
}
#constructor-product-list .product-item-name a {
    letter-spacing: 0.88px;
    color: #0c1632;
    font-weight: 600;
    display: block;
    height: auto;
    font-size: 1.4rem;
}
#constructor-product-list .product.details {
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .9rem 1rem 1.8rem 1rem;
}
#constructor-product-list .product-item-name {
    margin: 5px 0 10px 0;
}
#constructor-product-list .zsdev-review {
    height: auto;
    margin-top: 0;
}
#constructor-product-list .product-item-details .zsdev-review .rating-summary {
    justify-content: left;
    align-items: center;
}
#constructor-product-list .product-item-details .zsdev-review .rating-summary span {
    color: #464646;
    font-size: 1.3rem;
}
#constructor-product-list .item.previous::before, #constructor-product-list .item.next::after {
    font-weight: normal;
}
#constructor-product-list .item.previous a {
    padding-left: 0;
    width: auto !important;
}
ul#pagination-list-constructor .item.next a {
    padding-right: 0;
    width: auto !important;
}

ul#pagination-list-constructor .item.next a:hover {
    color: #1a79bd;
    background-color: unset;
    border-radius: 0.6rem;
    height: 40px;
    width: 40px;
    line-height: 40px;
    padding: 0 0 0 12px;
}
ul#pagination-list-constructor .item.previous a:hover {
    color: #1a79bd;
    background-color: unset;
    border-radius: 0.6rem;
    height: 40px;
    width: 40px;
    line-height: 40px;
    padding: 0 12px 0 0;
}
#constructor-product-list .nistruct-toolbar .pages .item:hover {
    padding: 0 12px;
}
#constructor-product-list .nistruct-toolbar .current {
    cursor: pointer;
    padding: 0 12px;
}
ul#pagination-list-constructor .item a:hover, ul#pagination-list-constructor .item a  {
    line-height: 40px;
}
#constructor-product-list .zsdev-review .rating-summary .rating-result {
    margin-left: 0;
    margin-right: 3px;
}
#constructor-product-list .zsdev-review .rating-summary span {
    color: #464646;
    font-size: 1.3rem;
}
#constructor-product-list .item.next a::after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    color: #000;
    font-size: 2rem;
    position: relative;
    top: 2px;
    margin-left: 10px;
}

#constructor-product-list .item.previous a::before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f104";
    color: #000;
    font-size: 2rem;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

#constructor-product-list .item.next::after, #constructor-product-list .item.previous::before {
    content: "";
}

#constructor-product-list .item.next {
    margin-left: 0;
}
/*** Filter styles ***/
ul.category-group a {
    font-size: 1.4rem;
    text-transform: uppercase;
    position: relative;
    left: 20px;
}
ul.category-group{
    list-style: none;
    padding-left: 0;
    margin-bottom: 10px;
}
.category-item {
    margin: 0;
    line-height: 1.2;
}
ul.category-list {
    list-style: none;
    padding-top: 0;
}
.remove-filters-item:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f053";
    font-size: 0.95em;
    color: #606060;
    margin-right: 5px;
}
.amshopby-slider-container.-default .ui-slider-range, .amshopby-slider-container.-default .am-slider {
    background: #eaebef;
}
.page-with-filter .am-filter-items-price > form > div > button.am-filter-go {
    background: #ffffff;
    font-size: 0;
    letter-spacing: 0;
    line-height: 1.5rem;
    border: 1px solid #95b8d3;
    color: #ffffff00;
    padding: 11px 18px;
}
.amshopby-fromto-wrap .am-fromto-widget>.am-filter-go {
    margin: 0 0 0 10px;
    width: 15%;
}
.amshopby-fromto-wrap .am-fromto-widget>.am-filter-go:not(.primary), .amshopby-fromto-wrap .am-fromto-widget>.am-filter-go:active {
    box-shadow: none;
}
.amshopby-fromto-wrap .am-fromto-widget>.amshopby-input-wrapper {
    max-width: 34%;
    position: relative;
    width: calc(50% - 0);
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle{
    z-index: 3;
}
.constructor-index-index .filter-options .filter-options-title {
    color: #007dc3;
}
.constructor-index-index .filter-options .filter-options-content .items .item {
    font-size: 14px;
}
input.filter-checkbox {
    margin-right: 15px;
}
.sorter-action:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f176";
    color: #292929;
    font-size: 2rem;
    position: relative;
    top: -2px;
    margin-left: 1rem;
}
.amshopby-filter-current .amshopby-items .item {
    background-color: transparent;
    margin-bottom: 1rem;
    border: 1px solid #ededed;
    padding: .7rem 1rem;
}
.amshopby-filter-current .amshopby-items .item .amshopby-remove{
    cursor: pointer;
}
.amshopby-filter-current .amshopby-filter-name {
    font-weight: 500 !important;
    color: #000000;
}
.amshopby-filter-current .amshopby-items .item span {
    font-size: 1.3rem;
}
.amshopby-filter-current .amshopby-items .item .amshopby-filter-value {
    font-size: 1.3rem;
}
.amshopby-filter-current .amshopby-items .item .amshopby-remove:before, .amshopby-filter-current .amshopby-items .item .amshopby-remove:after {
    top: 1px;
}
.main-range-slider {
    height: 30px;
}
.amshopby-filter-value{
    font-weight: 400;
}
.price-range-wrapper .range-slider {
    width: auto;
    margin: auto;
    text-align: center;
    position: relative;
}

.price-range-wrapper .range-slider svg, .price-range-wrapper .range-slider input[type="range"] {
    position: absolute;
    left: 0;
    bottom: 0;
    background: transparent;
}

.price-range-wrapper .range-slider #max-range {
    height: auto;
    z-index: 0 !important;
    bottom: 0;
}

.price-range-wrapper input[type=range] {
    -webkit-appearance: none;
    width: 100%;
}

.price-range-wrapper input[type=range]:focus {
    outline: none;
}

.price-range-wrapper input[type=range]:focus::-webkit-slider-runnable-track {
    background: #EAEBEF;
}

.price-range-wrapper input[type=range]:focus::-ms-fill-lower {
    background: #1a79bd;
}

.price-range-wrapper input[type=range]:focus::-ms-fill-upper {
    background: #1a79bd;
}

.price-range-wrapper input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #EAEBEF;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

.price-range-wrapper input[type=range]::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #1a79bd;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}

.price-range-wrapper input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #EAEBEF;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

.price-range-wrapper input[type=range]::-moz-range-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #1a79bd;
    cursor: pointer;
}

.price-range-wrapper input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.price-range-wrapper input[type=range]::-ms-fill-lower,
.price-range-wrapper input[type=range]::-ms-fill-upper {
    background: #1a79bd;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

.page-with-filter .am-filter-items-price > form > div > button.am-filter-go:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f061";
    color: #1a79bd;
    font-size: 1.5rem !important;
    font-weight: 300;
    margin-left: -7px;
}
.amshopby-fromto-wrap.am-filter-items-price {
    height: auto;
}
.price-range-wrapper.filter-options-item.active .filter-options-title {
    margin-bottom: 5px;
}
.category-item span, .filter-options-item span{
    padding-left: 4px;
    font-size: 0.95em;
    color: #8D9DA6;
}
.filter-options .filter-options-content::-webkit-scrollbar-thumb {
    max-height: 100px !important;
}
.remove-filters-item span{
    color: #000;
    font-size: 1.4rem;
}
.page-layout-2columns-left .sidebar-main, .page-layout-2columns-left .sidebar-additional{
    padding: 0 20px 10px 0 !important;
}
.response-preloader-nstrc {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.response-preloader-nstrc .nstrc-loader {
    position: absolute;
    top: 20%;
    left: 50%;
    display: block;
    width: 100px;
    height: 100px;
    background-image: url('../images/loader.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
}
.search-results{
    position: relative;
}

@media (max-width: 1280px) {
    .constructor-index-index .filter-options-item .filter-options-content .amshopby-slider-wrapper {
        margin: 0 3px;
    }
    .constructor-index-index .amshopby-fromto-wrap .am-fromto-widget>.am-filter-go {
        margin: 0 0 0 5px;
    }
}

@media (max-width: 1125px) {
    .constructor-index-index .filter-options-item .filter-options-content .range {
        justify-content: center;
    }
    .constructor-index-index .amshopby-fromto-wrap .am-fromto-widget>.am-filter-go {
        margin: 5px 0 0 5px;
    }
    .constructor-index-index .amshopby-fromto-wrap .am-fromto-widget>.amshopby-input-wrapper {
        max-width: 46%;
    }
}

@media (max-width: 769px) {
    .constructor-index-index .block-search {
        z-index: 6;
    }

    .constructor-index-index .block.block-search.active {
        z-index: 10;
    }

    .constructor-index-index div#am-shopby-container.filter-current {
        display: none !important;
    }

    .constructor-index-index .toolbar-amount {
        font-size: 1.3rem;
        padding: 0;
        position: relative;
        text-align: center;
        top: unset;
        justify-content: left;
    }
    .toolbar-sorter.nst-sorter {
        margin-bottom: 1rem;
        width: 100%;
    }
    .constructor-index-index .block.filter.active #am-shopby-container {
        display: block !important;
    }

    .constructor-index-index .block.filter.active .amshopby-filter-current .amshopby-items {
        padding: 10px 0 0 5px;
        float: left;
        display: flex;
        gap: 5px;
        justify-content: left;
        align-items: center;
        flex-wrap: wrap;
    }

    .constructor-index-index .block.filter.active .amshopby-filter-current .amshopby-items .item {
        padding: 4px 10px 4px 30px !important;
        background-color: #fcfeff;
        border-radius: 6px;
        width: fit-content;
        border: 1px solid #b8d1e3 !important;
        margin: 0;
    }

    .constructor-index-index .block.filter.active .amshopby-filter-current .amshopby-remove {
        left: 5px;
    }

    .constructor-index-index .sidebar .block.filter.active .block-content .filter-products-mobile .title {
        width: 100%;
    }

    .constructor-index-index .sidebar .block.filter .block-content .filter-products-mobile {
        flex-wrap: wrap;
    }
}

@media (max-width: 420px) {
    .block.filter.active .amshopby-filter-current .amshopby-items {
        padding: 10px 0 0 0;
        float: left;
        display: flex;
        gap: 5px;
        justify-content: left;
        align-items: center;
        flex-wrap: wrap;
    }
    .results-container.nistruct-products {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .constructor-index-index .toolbar-amount {
        margin: 0 0 5px 0;
        order: 2;
        width: auto;
    }
    .toolbar-sorter.nst-sorter {
        margin-bottom: 5px;
    }
}

.price-range-wrapper input[type=range]::-ms-thumb {
    z-index: 22;
    position: relative;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #1a79bd;
    cursor: pointer;
}

.price-range-wrapper #max-range::-moz-range-track {
    display: none;
    width: 100%;
    height: 0;
    cursor: pointer;
    animate: 0.2s;
    background: #EAEBEF;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

div#nst-search-no-result p, #nst-search-no-result li {
    font-size: 1.6rem;
    color: #0c1632;
}
div#nst-search-no-result h3 {
    font-size: 2.5rem;
}
div#nst-search-no-result ul {
    list-style-type: disc;
}
.constructor-index-index .page-title-wrapper .page-title {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    font-size: 2.8rem;
    color: #606060;
    font-weight: 500;
}
.constructor-index-index .page-title-wrapper .nst-search-arg {
    background-color: #f7f7f7;
    padding: 8px 7px 8px 10px;
    font-size: 2.3rem;
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    color: #606060;
}
.constructor-index-index li.remove-filters-item {
    margin-bottom: 7px;
}
#nst-search-results {
    display: flex;
    flex-wrap: wrap;
    gap: 7.5px;
    justify-content: flex-start;
}

#nst-search-results .product-item {
    flex: 1 1 calc(100% / 3 - 10px);
    max-width: calc(100% / 3 - 1px);
    box-sizing: border-box;
    background: #fff;
    padding: 0;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: unset;
}

@media (max-width: 900px) {
    #nst-search-results .product-item {
        flex: 1 1 calc(100% / 3 - 15px);
        max-width: calc(100% / 3 - 15px);
    }
}

@media (max-width: 600px) {
    #nst-search-results .product-item {
        flex: 1 1 calc(100% / 2 - 15px);
        max-width: calc(100% / 2 - 15px);
    }
}
@media (max-width: 380px) {
    #nst-search-results .product-item {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

#nst-search-results .product-item:nth-child(4n + 1) {
    margin-left: 0;
}

#nst-search-results .product-item:nth-child(4n) {
    margin-right: 0;
}
.constructor-index-index .stickers.left .sticker-sale{
    background: linear-gradient(270deg, #ff9209 0%, #fa6506 16.95%, #ef0000 100%);
    border-radius: .6rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 7px 10px 7px 10px;
    line-height: 1;
    margin-bottom: .4rem;
    width: auto;
}
.constructor-index-index .product-item .product-item-info {
    max-width: 100%;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    background-color: #fff;
    border: 2px solid #f6f6f6;
    border-radius: 0.6rem;
    padding: 0;
    transition: all .3s ease;
}
.constructor-index-index .product-item .image-wrapper{
    position: relative;
}
.constructor-index-index .product-item .stickers{
    display: block;
    position: absolute;
    top: 5px;
    z-index: 2;
}
.constructor-index-index .am-filter-items-price > form > div > button.am-filter-go {
    background: #ffffff;
    color: #1979c3;
    font-size: 0rem;
    letter-spacing: 0em;
    line-height: 1.5rem;
    border: 1px solid #95b8d3;
    color: #ffffff00;
    padding: 11px 18px;
}
.constructor-index-index .am-filter-items-price > form > div > button.am-filter-go:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f061";
    color: #1a79bd;
    font-size: 1.5rem !important;
    font-weight: 300;
    margin-left: -7px;
}
.main-mobile-filter strong, .close-mobile-menu{
    display: none;
}
@media(max-width: 769px) {
    .sidebar .block-content {
        display: block;
        position: fixed !important;
        top: 0;
        height: 101vh;
        width: 90%;
        max-width: 420px;
        left: 0;
        right: auto;
        margin: 0;
        border: 0;
        min-width: auto;
        transform: translateX(-100%);
        transition: .4s cubic-bezier(.7, 0, .3, 1) 0s;
        background-color: #fff;
        z-index: 15;
        max-height: 100%;
        overflow-x: auto;
    }
    .sidebar .block-content .filter-options .filter-options-title {
        background-color: #fff;
        border-bottom: 1px solid #eee;
        padding: 20px 20px;
        font-size: 1.4rem;
        font-weight: 700;
        color: #172b4d;
        position: relative;
        letter-spacing: 0.5px;
    }
    .main-mobile-filter strong {
        display: block;
        background-color: #fff;
        border: 1px solid #1a79bd;
        font-weight: 500;
        border-radius: .6rem;
        color: #000;
        font-size: 1.3rem;
        padding: 9px 10px;
        text-align: left;
        top: 0;
        z-index: 2;
        left: 0;
        right: 0;
        width: 49%;
        position: relative;
    }
    .main-mobile-filter strong:after {
        content: "+";
        position: absolute;
        right: 1rem;
        font-size: 2.2rem;
        top: 0.3rem;
        color: #1a79bd;
    }
    .main-mobile-filter{
        margin-bottom: 30px;
    }
    .sidebar .block-content .filter-options .filter-options-content {
        padding: 10px 10px;
        margin: 0 10px;
        max-height: 230px;
        overflow-y: auto;
    }
    .mobile-overlay {
        content: "";
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 100%;
        width: 100%;
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.65);
        z-index: 9;
        display: none;
    }
    .close-mobile-menu:after{
        font-family: 'Font Awesome 5 Pro';
        content: "\f00d";
        color: #fff;
        font-size: 2.8rem;
        position: absolute;
        top: 0.3rem;
        right: 10px;
        z-index: 10;
    }
    .catalog-category-view .close-mobile-menu:after{
        position: fixed;
        top: 10px;
        right: 14px;
    }
    /** Sorter mobile **/
    .constructor-index-index .toolbar-sorter {
        right: 0;
        left: unset;
        width: 44%;
        text-align: left;
        padding: 9px 10px;
        color: #000;
        border-radius: .6rem;
        background: #fff;
        border: 1px solid #1a79bd;
        font-size: 1.3rem;
        font-weight: 500;
        position: absolute;
        right: 5%;
        top: -59px;
        z-index: 1
    }

    .constructor-index-index .toolbar-sorter .sorter-options {
        width: auto;
        border: 1px solid #1a79bd !important;
        font-weight: 500;
        border-radius: .6rem;
        font-size: 1.3rem;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin: 0;
        background: transparent;
        border: 0
    }

    .constructor-index-index .toolbar-sorter .sorter-label {
        font-size: 1.3rem;
        font-weight: 500;
        color: #000000;
    }

    .constructor-index-index .toolbar-sorter .sorter-label:after {
        font-family: 'Font Awesome 5 Pro';
        content: "\f078";
        color: #1a79bd;
        font-size: 1.2rem;
        font-weight: 700;
        position: absolute;
        right: 1rem
    }
    .constructor-index-index .nst-sorter label.sorter-label{
        color: #000000;
    }
    .constructor-index-index .toolbar-sorter .sorter-action {
        height: 20px;
        width: 30px;
        right: -40px;
        z-index: 100;
        margin-left: auto;
        position: relative;
        top: -3px
    }

    .constructor-index-index .toolbar-sorter .sorter-action:before {
        color: #1a79bd;
        font-size: 30px;
        line-height: 23px
    }
    .constructor-index-index .toolbar-amount {
        margin: 0 auto;
    }
    .constructor-index-index .main-mobile-filter {
        margin-bottom: 20px;
    }
    .constructor-index-index p#nistruct-amount {
        color: #0c1632;
    }
    /** Sorter mobile end **/
}
.constructor-index-index .image-wrapper {
    position: relative;
}
.constructor-index-index .custom-product-label {
    position: absolute;
    z-index: 10;
}
.constructor-index-index .custom-product-label img {
    max-width: 100%;
    height: auto;
}
.constructor-index-index .custom-product-label.has-tooltip {
    cursor: pointer;
}
.constructor-index-index .custom-product-label .tooltip-wrapper {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    display: none;
}
.constructor-index-index .custom-product-label.has-tooltip:hover .tooltip-wrapper {
    display: block;
}
.constructor-index-index .custom-product-label.product-label-up-left {
    top: 7px;
    left: 5px;
}
.constructor-index-index .custom-product-label.product-label-down-left {
    bottom: 0;
    left: 0;
}
.constructor-index-index .custom-product-label.product-label-down-right {
    bottom: 7px;
    right: 5px;
    z-index: 1;
}
.constructor-index-index .custom-product-label.product-label-up-right {
    top: 0;
    right: 0;
}
.constructor-index-index .custom-product-label img {
    max-width: 45px;
}
.filter-options-content .item{
    padding: 0;
}
.filter-options input[type='checkbox']{
    top: 0.1rem;
    -webkit-appearance: none;
    width: 1.8rem !important;
    min-width: 1.8rem;
    height: 1.8rem !important;
    margin-top: 0 !important;
    left: 0.2rem;
    margin-right: 1.3rem !important;
    background: #ffffff;
    border: 1px solid #DADADA !important;
    border-radius: 0;
    vertical-align: middle;
    position: relative !important;
    visibility: visible;
    opacity: 1 !important;
}
.filter-options-content .item label {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.filter-options .option-display-name{
    padding-left: 0;
    letter-spacing: 0.54px;
    line-height: 1;
    font-size: 1.4rem;
    color: #000;
    margin-top: 3px;
}
div#am-shopby-container .filter-options .filter-options-item {
    margin-bottom: 0;
}
div#am-shopby-container .filter-options {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}
div#am-shopby-container .filter-options-title {
    margin: 0 !important;
}
.remove-all-filters {
    cursor: pointer;
}
.products.wrapper.grid.products-grid {
    padding: 0;
}
.filter-options input[type='checkbox']:hover, .filter-options input[type='checkbox']{
    transition: 0.3s;
}
#filter-size .items {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 0;
    list-style: none;
}
#filter-size .item {
    text-align: center;
}
#filter-size label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 36px;
    border: 1px solid #dadada;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding: 4px;
}
#filter-size .item {
    display: flex;
    align-items: center;
    margin: 0 0 2px 0;
    width: 48px;
    max-width: 50px;
}
#filter-size input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: none;
}
#filter-size label span {
    position: relative;
    z-index: 1;
}
#filter-size .option-display-count{
    display: none;
}
#filter-size input[type="checkbox"]:checked + span {
    color: #000000;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.action-box-wrapper {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 1;
}
.constructor-index-index .products-grid .item.product.product-item .image-wrapper a{
    height: auto;
}
.constructor-index-index .products-grid .item.product.product-item .image-wrapper a img {
    height: 353px;
    object-fit: cover;
    width: 100%;
}
.constructor-index-index .product-item-info .product-info-actions-top .action-box.action-box-1 {
    background-color: #ec1d27;
}
.constructor-index-index .product-item-info .product-info-actions-top .action-box.action-box-2 {
    background-color: #007dc3;
}
.constructor-index-index .product-item-info .product-info-actions-top .action-box {
    padding: 0.7rem 1.7rem;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 1.07px;
}
.constructor-index-index .product-item-info .product-info-actions-top .action-box.action-box-2:before {
    content: "\f067";
    color: #ffffff;
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.3rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
}
#constructor-product-list .products-grid .product-item .product-item-info:hover {
    box-shadow: unset;
    border: none;
    transition: all .1s ease;
}
.constructor-index-index .price-wrapp .old-price, .price-wrapp .price {
    font-weight: normal;
    color: #818183;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    text-decoration: line-through;
    text-transform: uppercase;
}
.constructor-index-index .price-wrapp .price {
    color: #363636;
}
.constructor-index-index .price-wrapp {
    margin: .5rem 0 .4rem 0;
    display: flex;
    flex-wrap: wrap;
}
.constructor-index-index .price-wrapp span {
    flex: 0 1 100%;
}
.constructor-index-index .price-wrapp .special-price, .price-wrapp .regular-price {
    font-weight: 700;
    white-space: nowrap;
    font-size: 1.8rem;
    color: #151515;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: block;
    margin-top: .5rem;
}
.constructor-index-index .product-item .old-price{
    order: unset;
}
.product-item-options--wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}
.swatch-attribute-options {
    display: block;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.swatch-attribute.size {
    width: 60%;
    margin-bottom: 0;
}

@media(max-width: 1310px) {
    .product-item-options--wrapper {
        display: block;
    }
    .swatch-attribute-options {
        margin-left: 0;
    }
    .swatch-attribute.size {
        width: 100%;
    }
}

.am-collapse-icon {
    padding-left: 0 !important;
}

.am-collapse-icon:after, .am-show-more:before {
    right: unset !important;
}

.product-hover-image {
    display: none;
    transition: 0.4s;
}

.product-main-image {
    transition: 0.4s;
}

.product-hover-image:hover, .product-main-image:hover {
    transition: 0.4s;
}

.product-item-info {
    .product-item-details {
        .discount-percent-label {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            color: #00A650;
            margin: 0 0 .5rem 0;
        }
    }
}

.product-item-info {
    .product-item-details {
        .discount-percent-label {
            .discount-percent {
                color: #5D697E;
                font-weight: 600;
            }
        }
    }
}

.constructor-index-index, .catalog-category-view, .ambrands-index-index {
    .discount-percent-label {
        .discount-percent:before {
            content: "";
            background-image: url(../images/icons/discount.svg);
            background-repeat: no-repeat;
            background-size: cover;
            width: 20px;
            height: 19px;
            display: block;
            margin-right: .5rem;
        }
    }
}

span.discount-percent {
    display: flex;
    margin-right: 3px;
}

div#product-info-discount-percent-label {
    display: flex;
    margin-top: 20px;
}

.constructor-index-index {
    .product-sale-bottom {
        position: absolute;
        bottom: 3rem;
        z-index: 1;
        left: 0;
    }
}

.constructor-index-index {
    .product-item-sale-bottom {
        background-color: #e7e9f1c7;
        color: #000000;
        letter-spacing: 0.06rem;
        line-height: 1.35;
        font-weight: 600;
        font-size: 1.3rem;
        padding: 0.3rem 1rem 0.3rem 2rem;
        margin-bottom: -0.5rem;
    }
}

.category-group {
    list-style: none;
    padding-left: 0;
}

.category-list {
    padding-left: 10px;
}

.category-item {
    padding: 3px 0;
}

li[data-level="4"] {
    .am-collapse-icon {
        display: none;
    }
}

.constructor-index-index {
    .custom-product-label.product-label-up-left {
        top: 7px;
        left: 5px;
    }
}

.product-item-info {
    .product-sale-bottom {
        position: absolute;
        bottom: 3rem;
        z-index: 1;
        left: 0;
    }
}
.product-item-sale-bottom {
    padding: 0.3rem 1rem 0.3rem 2rem;
    margin-bottom: -0.5rem;
    background-color: #e7e9f1c7;
    color: #000000;
    letter-spacing: 0.06rem;
    line-height: 1.35;
    font-size: 1.3rem;
    font-weight: 600;
}

.constructor-index-index {
    .page-title-wrapper {
        span.base {
            color: #000;
            font-weight: 600;
            font-size: 33px;
        }
    }
}

#constructor-product-list {
    li.item.product.product-item {
        border: 0;
        margin: 0;
        padding: 0 !important;
    }
}

@media (max-width: 1200px) {
    .constructor-index-index {
        #maincontent {
            .columns {
                .sidebar.sidebar-main {
                    width: 25%;
                }
                .column.main {
                    width: 75%;
                }
            }
        }
    }
}

@media (max-width: 1100px) {
    .constructor-index-index {
        .product-item-info {
            .product-info-actions-top {
                .action-box.action-box-2:before {
                    font-size: 1rem;
                }
                .action-box {
                    font-size: 1.3rem;
                    padding: .3rem .5rem;
                    letter-spacing: 0.93px;
                }
            }
        }
        .product-item {
            .old-price {
                color: #818183;
                font-size: 1.1rem;
                letter-spacing: 0.39px;
            }
        }
        .price-wrapp {
            .price {
                font-size: 1.3rem;
                letter-spacing: 0.41px;
            }
            .special-price, .regular-price {
                font-size: 1.6rem;
                color: #151515;
                letter-spacing: 0.44px;
            }
        }
    }
    #constructor-product-list {
        .product-item-name a {
            font-size: 1.2rem;
            letter-spacing: 0.75px;
        }
    }
}
li.remove-filters-item a {
    left: 0;
}
.active-category > .category-link:first-of-type {
    font-weight: 500;
    color: #007dc3 !important;
}
@media (max-width: 860px) {
    .constructor-index-index {
        .filter-options {
            .filter-options-title {
                font-size: 15px;
            }
            .filter-options-content {
                .items {
                    .item {
                        font-size: 14px;
                        margin-bottom: 15px;
                    }
                }
            }
        }
        .remove-all-filters {
            p {
                font-size: 13px;
            }
        }
        ul.category-group {
            a {
                font-size: 13px;
                text-transform: uppercase;
                position: relative;
                left: 20px;
            }
        }
    }

}
#constructor-product-list .product-360-icon {
    position: absolute;
    z-index: 2;
    top: 7px;
    left: 5px;
    height: 45px;
    width: 45px;
}
#constructor-product-list div.product-360-icon > img {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0.8;
}
#constructor-product-list .product-label-up-left+.product-360-icon {
    left: 60px;
}

@media (max-width: 768px) {
    .constructor-index-index {
        div.product-360-icon > img {
            width: 40px;
            height: 40px;
            background-size: 40px 40px;
        }
        .page-title-wrapper {
            span.base {
                color: #000;
                font-weight: 600;
                font-size: 28px;
                margin-bottom: 15px;
            }
        }
        .main-mobile-filter strong {
            height: 39px;
            display: flex;
            align-items: center;
        }
        .main-mobile-filter strong:after {
            top: 0.5rem;
        }
        .mobile-overlay {
            z-index: 9999;
        }
        .sidebar {
            .block-content {
                z-index: 10000;
                .filter-options {
                    .filter-options-title {
                        margin-bottom: 0;
                    }
                    .filter-options-item {
                        margin-bottom: 0;
                    }
                }
            }
        }
        .toolbar-sorter {
            .sorter-action:before {
                color: #1a79bd;
                font-size: 18px;
                top: 0;
            }
        }
    }

    .filter-options .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view) {
        margin: 0;
    }

    .am-collapse-icon:after, .am-show-more:before {
        width: 11px;
    }
}

@media(max-width: 480px){
    .constructor-index-index {
        .page-title-wrapper {
            span.base {
                font-size: 25px;
            }
        }
    }
}
.categories-list .category-item:not(.level.parent.parent-top.category-item) {
    display: none;
}
.category-item[data-level="1"],
.category-item[data-level="2"] {
    display: block !important;
}
.category-item.expanded > .categories-list > .category-item {
    display: block !important;
}
.categories-list{
    margin-left: 10px;
}

li.item.cnstrc-active {
    border: 2px solid #007dc3;
}
/*** Production fixes ***/
.constructor-index-index .products-grid .item.product.product-item .image-wrapper a img {
    height: auto;
}
.constructor-index-index #maincontent .columns .sidebar.sidebar-main {
    width: 17%;
}
.block-content.filter-content.constructor .items {
    padding-right: 15px;
}
.filter-options .option-display-name {
    padding-left: 0;
    letter-spacing: 0.54px;
    line-height: 1.2;
    font-size: 1.4rem;
    color: #000;
    margin-top: 0;
}
.filter-options .filter-options-content .item {
    margin-bottom: 1.9rem;
}
@media (max-width: 900px) {
    #nst-search-results .product-item {
        flex: 1 1 calc(100% / 3 - 1px);
        max-width: calc(100% / 3 - 5px);
    }
}
@media (max-width: 600px) {
    #nst-search-results .product-item {
        flex: 1 1 calc(100% / 2 - 4px);
        max-width: calc(100% / 2 - 1px);
    }
}
@media (max-width: 520px) {
    li.nst-item.nst-item-all-products a {
        max-width: calc(100% - 20px);
    }
    li.nst-item.nst-item-all-products a span {
        font-size: 12px;
    }
}
@media (max-width: 380px) {
    #nst-search-results .product-item {
        flex: 1 1 48%;
        max-width: 100%;
    }
}
