﻿#layout-changer,
.page-products .toolbar .limiter,
.amscroll-page-num,
.dynamic-detail-body footer,
.dynamic-detail-body #wachat {
    display: none !important
}

.page-layout-2columns-left .column.main,
.catalog-category-view .column.main {
    width: 100% !important;
    float: none
}

.page-main {
    padding-top: 0 !important;
    max-width: 100% !important
}

.catalog-category-view.filter-opened header.page-header,
.catalog-category-view.filter-opened .tgo-box-control {
    z-index: 2
}

@media (min-width:1024px) {
    body.catalog-category-view {
        padding-top: 151px
    }
}

@media (max-width:1023px) {
    body {
        padding-top: 84px
    }

    body.catalog-category-view header.page-header {
        height: 80px
    }
}

.products.products-grid {
    padding: 0;
    margin: 0
}

.products.list .product-item .product-item-details {
    padding: 0 !important;
    justify-content: center;
    align-items: baseline;
    display: grid
}

.products.list .product-item .product-item-details .product-item-name {
    margin: 10px auto 0;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px
}

.products-grid .product-item .product-item-details .price-box .old-price {
    margin-right: 6px
}

.products-grid .product-item .product-item-info {
    position: relative
}

.products-grid .product-item .product-item-info.just-a-banner .carousel-commands,
.products-grid .product-item .product-item-info.just-a-banner .carousel-dots {
    display: none
}

.product-item-description {
    margin: 0
}

.catalog-category-view.page-layout-1column.page-with-filter .column.main {
    padding-top: 0;
    overflow-x: hidden
}

.products-grid ol.products .product-item .swatch-attribute-options {
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.products-grid ol.products .product-item-info .price-box {
    order: 1
}

.products-grid ol.products .product-item-info .price-box .tax-prices {
    margin: 0 0 5px
}

.products-grid ol.products .product-item .quickbuy {
    position: absolute;
    bottom: 74px;
    width: 100%;
    left: 0;
    z-index: 2;
    padding: 0;
    box-sizing: border-box;
    height: 0
}

.products-grid ol.products .product-item .quickbuy.active {
    background: #fff;
    bottom: 93px;
    height: unset;
    width: 100%;
    left: 0;
    padding: 15px
}

.products-grid ol.products .product-item .quickbuy .product-item-actions {
    opacity: 0;
    margin-top: 12px
}

.products-grid ol.products .product-item .quickbuy.active .product-item-actions {
    opacity: 1
}

.products-grid ol.products .product-item .quickbuy .quickadd {
    background: #ffffff63;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: block;
    margin: -60px auto 0;
    text-indent: -9999px;
    overflow: hidden;
    transition: none
}

.products-grid ol.products .product-item .quickbuy .product-item-actions .actions-primary {
    opacity: 0;
    height: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease
}

.products-grid ol.products .product-item .quickbuy.active .product-item-actions .actions-primary {
    opacity: 1;
    height: unset;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease
}

.products-grid ol.products .product-item .quickbuy .select-size-warning {
    height: 0;
    position: absolute;
    bottom: -20px;
    width: calc(100% - 30px);
    transition: .5s ease;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -ms-transition: .5s ease
}

.products-grid ol.products .product-item .quickbuy .select-size-warning.visible {
    height: 30px;
    bottom: -20px;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -ms-transition: .5s ease
}

.products-grid ol.products .product-item .quickbuy .select-size-warning .select-size-warning-text {
    font-size: 12px;
    display: block;
    height: 0;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -ms-transition: .5s ease
}

.products-grid ol.products .product-item .quickbuy .select-size-warning.visible .select-size-warning-text {
    height: 30px
}

.products-grid ol.products .product-item .quickbuy.active .quickadd {
    border: 1px solid gray;
    margin: 0 auto
}

.products-grid ol.products .product-item .quickbuy .quickadd:before {
    content: "+";
    display: block;
    text-indent: 0
}

.products-grid ol.products .product-item .quickbuy .quickadd.clicked:before {
    content: "-";
    display: block;
    font-size: 18px;
    line-height: 17px
}

.products-grid ol.products .product-item .quickbuy .quickadd:hover {
    text-decoration: none
}

.products-grid ol.products .product-item .quickbuy .action.primary {
    height: 25px;
    line-height: 25px;
    font-size: 10px !important
}

.products-grid ol.products .product-item .quickbuy .size-loader {
    font-size: 11px;
    top: 47px;
    left: calc(50% - 10px);
    width: 18px;
    height: 18px;
    border: 1px solid #666;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite
}

.products-grid ol.products .product-item .quickbuy .size-loader[style*="display: none"] {
    display: block !important;
    opacity: 0;
    height: 0
}

.products-grid ol.products .product-item .quickbuy .size-loader span {
    display: none
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
    }

    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.products.list .product-item .product-item-details {
    margin-bottom: 10px;
    min-height: 81px
}

.category-gift-cards .products.list .product-item .product-item-details {
    min-height: unset
}

.products-grid ol.products .product-item .swatch-opt {
    order: 2;
    display: flex;
    margin: 0 0 10px;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -ms-transition: .5s ease
}

.products-grid ol.products .product-item:hover .swatch-opt {
    opacity: 1;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -ms-transition: .5s ease
}

.products-grid ol.products .product-item .swatch-opt .swatch-attribute.size {
    margin-bottom: 10px
}

.products.list .product-item .product-item-details .product-item-name .product-item-link.name-mobile {
    display: none
}

.products-grid ol.products .product-item .product-item-details .swatch-opt {
    justify-content: center
}

.products-grid ol.products .product-item .product-item-action .swatch-opt {
    justify-content: flex-start
}

.products-grid ol.products .product-item .product-item-details .swatch-opt .swatch-option {
    height: 10px;
    width: 10px;
    min-width: 10px;
    padding: 0;
    margin: 5px 5px 0 0;
    float: none;
    display: inline-block
}

.products-grid ol.products .product-item .quickbuy.active .product-item-actions .product-item-name,
.products-grid ol.products .product-item .quickbuy .quickadd.quickclose {
    display: none
}

.products-grid ol.products .product-item .swatch-attribute.color {
    display: flex;
    flex: 0 0 50%;
    justify-content: flex-start
}

.products-grid ol.products .product-item .quickbuy .swatch-attribute.color {
    display: none
}

.products-grid ol.products .product-item .swatch-attribute.size {
    height: 22px;
    display: flex;
    justify-content: center;
    flex: 0 0 100%
}

.products-grid ol.products .swatch-option {
    padding: 0;
    float: none;
    display: inline-block
}

.products-grid ol.products .swatch-option {
    padding: 0;
    margin: 0 5px 0 0
}

.products-grid ol.products .swatch-option.color {
    padding: 0;
    margin: 0 5px 0 0;
    height: 13px;
    width: 13px;
    min-width: 13px;
    line-height: 13px
}

.products-grid ol.products .swatch-option.color.selected {
    outline: 1px solid #000;
    border: 3px solid #fff
}

.products-grid ol.products .swatch-option.text {
    height: 19px;
    width: 19px;
    min-width: 19px;
    line-height: 19px;
    margin: 0 0 0 5px;
    background: #fff;
    font-size: 9px;
    color: #000;
    border-color: #868686
}

.products-grid ol.products .swatch-option.text.selected {
    background: #000;
    color: #fff;
    border-color: #000
}

.products-grid ol.products .swatch-option.text:hover {
    border-color: #000
}

.swatch-option:not(.disabled):hover,
.swatch-option.image:not(.disabled):hover,
.swatch-option.image:not(.disabled):focus,
.swatch-option.color:not(.disabled):hover,
.swatch-option.color:not(.disabled):focus {
    outline: none;
    font-weight: 500;
    border-color: #000;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out
}

.swatch-option.disabled:after {
    background: 0 0;
    position: absolute;
    content: "";
    left: -2px;
    right: 0;
    width: 34px;
    height: 1px;
    border-top: 1px solid #afafaf;
    top: 15px;
    transform: rotate(45deg)
}

.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
    border: 1px solid #dadada
}

.products-grid ol.products .product-item .product-item-details .swatch-attribute.color {
    justify-content: center
}

.products-grid ol.products .product-item .option-counter {
    float: left;
    font-size: 8px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
    display: flex;
    align-items: center;
    gap: 2px;
    line-height: 20px
}

.products-grid ol.products .product-item .option-counter .ds-swatch-label {
    display: none
}

.products-grid ol.products .product-item .option-counter:before {
    content: "+";
    display: inline-block;
    font-size: 12px;
    line-height: 20px
}

.products-grid ol.products .product-item .quickbuy .actions-primary form {
    pointer-events: none;
    cursor: initial
}

.products-grid ol.products .product-item .quickbuy.active .actions-primary form {
    pointer-events: all;
    cursor: pointer
}

.products-grid ol.products .product-item .product-item-details .swatch-opt .swatch-option {
    pointer-events: none;
    cursor: initial
}

.tgo-grid-d .products-grid ol.products .product-item .quickbuy,
.tgo-grid-d .products-grid ol.products .product-item .carousel-commands {
    display: none
}

.products.list .product-item .product-item-details {
    margin-bottom: 10px
}

@media (max-width:1023px) {
    .products-grid ol.products .product-item .quickbuy {
        height: 48px;
        padding: 0
    }

    .products-grid ol.products .product-item .swatch-opt {
        opacity: 1
    }

    .catalog-category-view.page-products .columns {
        padding-top: 10px
    }

    .products.list .product-item .product-item-details .product-item-name .product-item-link.name-mobile {
        display: block;
        line-height: 17px
    }

    .products-grid ol.products .product-item .quickbuy .product-item-actions {
        position: fixed;
        bottom: 0;
        height: 0;
        left: 0;
        background: #fff
    }

    .products-grid ol.products .product-item .quickbuy .select-size-warning {
        position: unset;
        width: 100%
    }

    .products-grid ol.products .product-item .quickbuy.active .product-item-actions {
        position: unset;
        bottom: -8px;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: unset;
        padding: 0;
        width: 100%;
        box-sizing: border-box
    }

    .products-grid ol.products .product-item .quickbuy.active .product-item-actions .product-item-name {
        display: none;
        font-weight: 600 !important;
        font-size: 17px;
        height: unset;
        margin-bottom: 10px;
        text-align: center
    }

    .products-grid ol.products .product-item .quickbuy.active .quickadd {
        border: none
    }

    .products-grid ol.products .product-item .quickbuy .quickadd.quickclose {
        left: unset;
        display: block;
        border: none;
        right: 0;
        top: unset;
        position: unset;
        bottom: 135px;
        width: 25px;
        height: 0;
        font-size: 25px
    }

    .products-grid ol.products .product-item .quickbuy .quickadd.quickclose:before,
    .products-grid ol.products .product-item .quickbuy .quickadd.quickclose:after {
        top: 0;
        right: 10px;
        left: unset
    }

    .products-grid ol.products .product-item .quickbuy .quickclose {
        border: none;
        border-top: 3px solid #000;
        border-radius: 0;
        height: 30px;
        content: "";
        position: absolute;
        width: 30px;
        left: calc(50% - 15px);
        top: 0
    }

    .products-grid ol.products .product-item .quickbuy {
        height: 0
    }

    .products-grid ol.products .product-item .quickbuy.active {
        gap: 10px;
        height: unset;
        justify-content: space-between;
        display: flex;
        flex-direction: column
    }

    .products-grid ol.products .product-item .quickbuy .size-loader {
        position: unset;
        margin: 0 auto
    }

    .products-grid ol.products .product-item .swatch-opt {
        display: block
    }

    .products-grid ol.products .product-item .swatch-attribute.color,
    .products-grid ol.products .product-item .swatch-attribute.size {
        height: unset
    }

    .products-grid ol.products .swatch-option.color {
        margin: 0 4px 10px 1px;
        height: 24px;
        width: 24px;
        min-width: 24px
    }

    .products-grid ol.products .swatch-option.text {
        margin: 0 3px 1px;
        height: 30px;
        width: 30px;
        min-width: 30px;
        line-height: 30px;
        font-size: 13px
    }

    .products-grid ol.products .product-item .option-counter {
        margin-top: 1px
    }

    .products-grid ol.products .product-item .swatch-opt,
    .products-grid ol.products .product-item .swatch-attribute-options {
        margin-top: 0;
        justify-content: center
    }

    .swatch-option.selected {
        outline: none
    }

    .products-grid ol.products .product-item .quickbuy .action.primary {
        height: 30px;
        line-height: 30px;
        padding: 0
    }

    body.page-products .products-grid ol.products .product-item .quickbuy a[type=button].quickadd {
        opacity: 1;
        z-index: 1
    }

    body.page-products .products-grid ol.products .product-item .quickbuy a[type=button].quickadd.clicked {
        border: 1px solid gray
    }
}

.price-box .frontend-summary-options.installments {
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    margin-top: 1px
}

.page-products .price-box .frontend-summary-options.installments {
    text-indent: -9999999px;
    display: block;
    width: 100%;
    height: 0;
    flex-basis: 100%
}

.infinite-loader,
.product-item-info.type9 .product-item-inner {
    display: none !important
}

@media (min-width:1024px) {
    .catalog-category-view .page-main .banner-grilla-full {
        width: 100%;
        margin: -50px -3.5% 30px
    }

    .catalog-category-view .page-main .banner-grilla-full img.img-desktop {
        width: 100%
    }

    .catalog-category-view .page-main .banner-grilla-full img.img-mobile {
        display: none
    }
}

@media (max-width:1023px) {
    .catalog-category-view .page-main .banner-grilla-full {
        width: 100%;
        margin: 0 -5% 30px
    }

    .catalog-category-view .page-main .banner-grilla-full img.img-desktop {
        display: none
    }

    .catalog-category-view .page-main .banner-grilla-full img.img-mobile {
        display: block;
        margin: 0;
        width: 100%
    }
}

.category-description.no-margin {
    padding: 0;
    background: #f0f0f0
}

.category-description.no-margin img {
    padding: 0;
    border: 0;
    display: block
}

.category-description.no-margin h2 {
    font-weight: 400;
    padding: 20px 26% 0;
    margin: 10px 0;
    text-align: center;
    color: #000;
    font-size: 25px;
    text-transform: unset
}

.category-description.no-margin p {
    padding: 0 26% 20px;
    text-align: left;
    color: #000;
    font-size: 16px;
    margin: 0;
    font-weight: 300
}

.category-description {
    visibility: visible;
    opacity: 1;
    display: block !important;
    max-height: 100%;
    transition-delay: .1s;
    transition: opacity .3s cubic-bezier(.455, .03, .515, .955), max-height .3s cubic-bezier(.455, .03, .515, .955), padding .3s cubic-bezier(.455, .03, .515, .955)
}

.stickyfilter-body .category-description {
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
    max-height: 0;
    transition-delay: .1s;
    transition: opacity .3s cubic-bezier(.455, .03, .515, .955), max-height .3s cubic-bezier(.455, .03, .515, .955), padding .3s cubic-bezier(.455, .03, .515, .955)
}

@media (max-width:1023px) {
    .category-description.no-margin {
        padding: 0;
        display: none
    }

    .category-description img {
        max-width: 100%;
        border: 0;
        display: block
    }
}

#amasty-shopby-product-list .toolbar-products {
    position: fixed !important;
    top: 130px;
    right: 650px;
    padding-right: 30px;
    z-index: 3;
    -webkit-transition: top .5s ease;
    -moz-transition: top .5s ease;
    -ms-transition: top .5s ease;
    -o-transition: top .5s ease;
    transition: top .5s ease
}

.page-wrapper>.breadcrumbs,
.page-wrapper>.breadcrumbs.stickyfilter {
    position: fixed !important;
    z-index: 2;
    border: none !important;
    right: unset;
    background: transparent !important;
    margin: 0;
    left: 5%;
    top: 130px;
    height: 40px;
    max-height: 40px;
    overflow: hidden;
    width: auto !important;
    padding-right: 0 !important;
    display: none;
    -webkit-transition: top .5s ease;
    -moz-transition: top .5s ease;
    -ms-transition: top .5s ease;
    -o-transition: top .5s ease;
    transition: top .5s ease
}

@media (max-width:1023px) {

    .page-wrapper>.breadcrumbs,
    .page-wrapper>.breadcrumbs.stickyfilter {
        position: fixed !important;
        top: 84px;
        left: 20px;
        z-index: 3;
        display: none
    }

    #amasty-shopby-product-list .toolbar-products,
    #amasty-shopby-product-list .toolbar-products.stickyfilter {
        top: 85px;
        left: 25px;
        background-color: transparent;
        padding: 0;
        transition: top .5s ease;
        -webkit-transition: top .5s ease;
        -moz-transition: top .5s ease;
        -ms-transition: top .5s ease;
        -o-transition: top .5s ease
    }

    .drubu-filter-grouped-hor.filter-button,
    .drubu-filter-grouped-hor.filter-button.stickyfilter {
        position: fixed !important;
        top: 84px;
        background-color: transparent;
        padding-top: 0;
        right: 20px;
        width: 84px;
        height: 38px;
        transition: top .5s ease;
        -webkit-transition: top .5s ease;
        -moz-transition: top .5s ease;
        -ms-transition: top .5s ease;
        -o-transition: top .5s ease
    }

    #amasty-shopby-product-list {
        padding-left: 0 !important
    }
}

.page-wrapper>.breadcrumbs .items {
    padding: 0 !important;
    min-height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.breadcrumbs .items>.item:first-child {
    display: none !important
}

.breadcrumbs .items>.item a {
    font-size: 11px;
    padding: 0;
    margin: 0;
    line-height: 20px !important
}

.breadcrumbs .items>.item:not(:last-child):after {
    display: none
}

.breadcrumbs .items>li>strong {
    text-transform: none;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 30px !important;
    color: #000;
    padding: 0
}

@media (max-width:1023px) {
    .breadcrumbs .items>li>strong {
        font-size: 13px;
        letter-spacing: .5px;
        line-height: 15px !important
    }

    .page-wrapper>.breadcrumbs .items {
        min-height: 30px
    }
}

.modes {
    display: none;
    line-height: 30px;
    float: none;
    margin: 0 !important;
    color: #000;
    font-size: 12px
}

.modes-mode:before {
    content: '\e880';
    font-size: 14px
}

.mode-list:before {
    content: '\e87b';
    font-size: 14px
}

.products.wrapper~.toolbar .limiter {
    float: left
}

.products.wrapper~.toolbar .pages {
    float: right
}

.block-category-list .block-title,
.filter-options-title,
.filter .filter-current-subtitle {
    padding-left: 0;
    padding-right: 0
}

.modes-label {
    line-height: 30px;
    float: left;
    position: relative;
    width: auto;
    height: auto;
    font-weight: 400;
    margin-right: 4px
}

.modes .mode-grid:before {
    line-height: 30px;
    content: "4";
    display: inline-block;
    margin-left: 5px
}

.modes .mode-grid>span {
    content: "4";
    margin-left: 5px;
    display: none
}

.modes-mode {
    line-height: 24px;
    display: block
}

.modes-mode:before {
    display: none
}

.modes-mode:before {
    content: ""
}

.modes-mode>span {
    width: auto;
    position: initial;
    margin: 0
}

.toolbar .modes>a:hover,
.modes-mode.active,
.modes-mode:hover {
    background-color: transparent !important;
    border: none
}

.modes .mode-grid:after {
    content: "|";
    display: inline-block;
    margin-left: 5px;
    line-height: 28px
}

.modes-mode,
.modes-mode:hover {
    width: initial
}

.modes-mode.active {
    font-weight: 600
}

.toolbar .modes .mode-grid:before,
.modes .mode-list:before {
    display: block;
    float: left;
    line-height: 30px;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Montserrat'
}

.toolbar .modes .mode-grid:before {
    content: "4"
}

.toolbar .modes .mode-list:before {
    content: "2"
}

.toolbar .modes .mode-list span {
    display: none
}

@media (max-width:1023px) {
    .modes .mode-grid:before {
        content: "2"
    }

    .modes .mode-list:before {
        content: "1"
    }
}

.page-with-filter .toolbar-amount {
    display: none
}

.drubu-filter-grouped-hor.filter-button,
.drubu-filter-grouped-hor.filter-button.stickyfilter {
    position: fixed !important;
    top: 122px;
    z-index: 3;
    background-color: transparent;
    right: calc(5% + 25px);
    width: 80px;
    -webkit-transition: top .5s ease;
    -moz-transition: top .5s ease;
    -ms-transition: top .5s ease;
    -o-transition: top .5s ease;
    transition: top .5s ease
}

.drubu-filter-grouped-hor.filter-button .open-filters:after {
    line-height: 26px;
    height: 26px;
    width: 26px;
    float: right;
    display: block;
    font-size: 11px;
    font-family: 'porto-icons';
    speak: none;
    content: "\f823";
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    display: none
}

.drubu-filter-grouped-hor.filter-button .open-filters.open:after {
    font-family: 'porto-icons';
    content: "\f823";
    display: none
}

body.page-products .drubu-filter-grouped-hor #filters .filter-options .filter-options-title:after,
body.page-products .toolbar-sorter.sorter .open-filters:after,
body.page-products .drubu-filter-grouped-hor #filters .filter-options .filter-options-item .filter-options-content .am-show-more {
    display: none
}

.drubu-filter-grouped-hor.filter-button a {
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 36px;
    cursor: pointer;
    padding-right: 13px;
    color: #000
}

.page-layout-1column .filter.block {
    border: none !important;
    margin: 0;
    position: fixed;
    z-index: 4
}

@media (min-width:1024px) {
    .drubu-filter-grouped-hor.filter-button:after {
        height: 45px;
        width: 100%;
        position: fixed;
        left: 0;
        right: 0;
        top: 120px;
        background-color: #fff;
        border: none;
        content: none;
        display: block;
        z-index: 1
    }
}

@media (max-width:1023px) {
    .page-layout-1column .filter.block {
        position: unset
    }
}

.drubu-filter-grouped-hor .filter-options-title {
    margin-bottom: 0
}

body .drubu-filter-grouped-hor #filters {
    border-top: none !important;
    box-shadow: none !important;
    top: -8px;
    left: 0;
    margin: 0 !important;
    border-left: none;
    position: fixed;
    width: 100vw;
    min-width: unset;
    padding: 0 !important;
    overflow: auto;
    height: 0;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition-delay: .1s;
    transition: opacity .3s cubic-bezier(.455, .03, .515, .955), max-height .3s cubic-bezier(.455, .03, .515, .955), padding .3s cubic-bezier(.455, .03, .515, .955)
}

.drubu-filter-grouped-hor #filters {
    box-shadow: none !important;
    border: 0 !important;
    border-left: none;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -webkit-animation: slide .5s;
    -webkit-animation-delay: 1s;
    animation: slide .5s;
    animation-delay: 1s;
    background: #fbfbfb;
    z-index: 2;
    padding: 30px 30px 60px !important;
    width: 100vw !important;
    height: auto;
    max-height: unset;
    visibility: visible;
    opacity: 1;
    transition-delay: .1s;
    transition: opacity .3s cubic-bezier(.455, .03, .515, .955), max-height .3s cubic-bezier(.455, .03, .515, .955), padding .3s cubic-bezier(.455, .03, .515, .955)
}

.drubu-filter-grouped-hor #filters .filter-options {
    clear: both;
    z-index: 0;
    right: 250px;
    left: 250px;
    top: 110px;
    overflow: initial;
    display: flex;
    background: 0 0;
    justify-content: center
}

.drubu-filter-grouped-hor #filters h3 {
    font-size: 15px
}

.drubu-filter-grouped-hor .close-filters {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
    overflow: hidden;
    cursor: pointer
}

.drubu-filter-grouped-hor .close-filters:before {
    display: block;
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-family: 'porto-icons';
    content: '\f81a';
    font-size: 12px;
    text-decoration: none
}

.drubu-filter-grouped-hor #filters .filter-options .filter-options-title.filter-reset {
    font-size: 11px;
    line-height: 30px;
    color: #000 !important;
    font-weight: 500;
    text-align: center;
    padding: 5px 20px !important;
    border: none;
    letter-spacing: .5px
}

.drubu-filter-grouped-hor #filters .filter-options .filter-options-title.filter-reset:after {
    display: none;
    content: "\e054" !important;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    font-family: 'simple-line-icons';
    vertical-align: middle;
    line-height: 40px;
    height: 42px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -ms-transition: .5s ease;
    animation: slide .5s;
    -webkit-animation: slide .5s;
    animation-delay: 1s;
    -webkit-animation-delay: 1s
}

.drubu-filter-grouped-hor #filters .filter-options .filter-options-title.filter-reset:before {
    display: none
}

.drubu-filter-grouped-hor #filters .filter-options .filter-options-title.filter-reset:hover {
    text-decoration: none;
    color: #000
}

.drubu-filter-grouped-hor #filters .filter-options .filter-options-item {
    border-left: 1px solid #e6e6e6;
    margin: 0 0 20px;
    order: 2;
    padding: 0 0 0 30px
}

.drubu-filter-grouped-hor #filters .filter-options .filter-options-title,
body.page-products .drubu-filter-grouped-hor #filters .filter-options .filter-options-title,
body.page-products .drubu-filter-grouped-hor #filters .filter-options-title {
    padding: 0 20px 0 0;
    margin: 0;
    display: block;
    position: relative;
    text-align: left;
    font-size: 12px;
    line-height: 25px;
    background: 0 0;
    border-radius: 0
}

body.page-products .drubu-filter-grouped-hor #filters .filter-options-title .counter,
body.page-products .drubu-filter-grouped-hor #filters .filter-options .filter-options-title .subcounter-mobile,
#filters-wrapper .filters .filter-options-item .filter-options-title .subcounter-mobile {
    color: #858585;
    margin-left: 5px
}

.drubu-filter-grouped-hor #filters .filter-options .filter-options-title:after {
    display: none
}

.filter-options-title:hover:after {
    background-color: transparent
}

.drubu-filter-grouped-hor #filters .filter-options .filter-options-item:first-child {
    border-left: none
}

.drubu-filter-grouped-hor #filters .filter-options .filter-options-item:last-child {
    border-left: none;
    order: 1;
    margin: 0;
    position: absolute;
    left: 50%;
    margin-left: -130px;
    bottom: 0
}

.drubu-filter-grouped-hor #filters .filter-options .filter-options-item .filter-options-content {
    top: 0;
    background: 0 0;
    visibility: hidden;
    opacity: 0;
    margin: 0 !important;
    display: block !important;
    box-shadow: none;
    border: none !important;
    text-align: left;
    position: relative;
    height: 100%;
    min-width: 100px;
    overflow: hidden;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -ms-transition: .5s ease;
    animation: slide .5s;
    -webkit-animation: slide .5s;
    animation-delay: 1s;
    -webkit-animation-delay: 1s
}

.drubu-filter-grouped-hor #filters .filter-options .filter-options-item .filter-options-content.active {
    visibility: visible;
    opacity: 1;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -ms-transition: .5s ease;
    animation: slide .5s;
    -webkit-animation: slide .5s;
    animation-delay: 1s;
    -webkit-animation-delay: 1s
}

body.page-products .toolbar-sorter.sorter .open-filters.open:after {
    content: '\f820';
    color: #333
}

body.page-products .drubu-filter-grouped-hor #filters .filter-options .filter-options-title.open:after {
    content: '\f820' !important;
    top: 14px
}

body.page-products .drubu-filter-grouped-hor #filters .filter-options-title.filter-reset:after {
    content: '\f81a';
    content: none;
    color: #666;
    top: 16px
}

body.page-products .drubu-filter-grouped-hor #filters .filter-options-title.filter-reset:hover {
    text-decoration: none;
    padding: 0
}

.drubu-filter-grouped-hor #filters .filters {
    justify-content: center
}

header.page-header.filter-is-open {
    z-index: 0
}

body.page-products .drubu-filter-grouped-hor #filters .filter-options .filter-options-item .filter-options-content .filter-title {
    display: block
}

body.page-products .drubu-filter-grouped-hor #filters .filter-options .filter-options-item .filter-options-content .filter-title .subcounter {
    margin-left: 5px;
    font-weight: 400
}

.top-controls-wrapper:before {
    content: "";
    position: fixed;
    z-index: 2;
    left: 0;
    height: 50px;
    background: #fff;
    width: 100%
}

.top-controls-wrapper:after {
    content: "";
    position: fixed;
    z-index: 2;
    height: 1px
}

@media (min-width:1024px) {
    .top-controls-wrapper:before {
        top: 99px
    }

    .top-controls-wrapper:after {
        left: 27px;
        top: 149px;
        width: calc(100% - 54px)
    }
}

@media (max-width:1023px) {
    .top-controls-wrapper:before {
        top: 79px
    }

    .top-controls-wrapper:after {
        left: 23px;
        top: 129px;
        width: calc(100% - 46px)
    }
}

body.page-products .toolbar-sorter.sorter .open-filters {
    padding-left: 25px;
    background: url("../image/ico-sorter.png") no-repeat 0 7px;
    background-size: 17px
}

body.page-products .drubu-filter-grouped-hor #filters .filter-reset-hide {
    opacity: 0;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -ms-transition: .5s ease
}

body.page-products .drubu-filter-grouped-hor #filters .filter-reset-show {
    opacity: 1;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -ms-transition: .5s ease
}

@media (min-width:1024px) {
    .page-layout-1column .filter-options-item {
        margin: 0
    }

    #amasty-shopby-product-list .products.wrapper,
    .page-layout-1column .page-wrapper .filter-content {
        margin: 0 auto;
        width: calc(100% - 50px);
        padding: 0 0 1px
    }

    body.page-products .toolbar-sorter.sorter .open-filters:after {
        line-height: 24px;
        margin-top: -13px
    }

    body.page-products .drubu-filter-grouped-hor.filter-button a {
        display: none
    }

    body.page-products .drubu-filter-grouped-hor #filters,
    body.page-products .drubu-filter-grouped-hor #filters .filter-options {
        opacity: 1;
        visibility: visible;
        display: flex;
        position: fixed
    }

    body.page-products .drubu-filter-grouped-hor.filter-button:after {
        background-color: transparent
    }

    body.page-products .drubu-filter-grouped-hor #filters {
        top: 110px;
        left: 30px;
        right: 30px;
        padding: 0
    }

    body.filters-ungrouped.filter-opened .drubu-filter-grouped-hor #filters {
        z-index: 2
    }

    body.page-products .drubu-filter-grouped-hor #filters .filter-options .filter-options-item,
    body.page-products .drubu-filter-grouped-hor #filters .filter-options-title,
    body.page-products .drubu-filter-grouped-hor #filters .filter-options .filter-options-item:last-child {
        position: unset;
        order: unset;
        margin: 0;
        padding: 0;
        border: none;
        display: inline-block
    }

    body.page-products .drubu-filter-grouped-hor #filters .filter-options .filter-options-title,
    body.page-products .drubu-filter-grouped-hor #filters .filter-options-title {
        padding: 0;
        text-align: center;
        text-transform: none;
        line-height: 30px;
        height: 30px;
        margin: 0 20px;
        border: none;
        z-index: 1
    }

    body.page-products .drubu-filter-grouped-hor #filters .filter-options .filter-options-title.filter-reset {
        padding: 0 30px 0 0 !important
    }

    body.page-products .toolbar-sorter.sorter {
        position: fixed;
        left: 30px;
        top: 110px;
        z-index: 3;
        float: none
    }

    body.page-products .toolbar-sorter.sorter .open-filters.open,
    body.page-products .drubu-filter-grouped-hor #filters .filter-options .filter-options-title.open,
    body.page-products .drubu-filter-grouped-hor #filters .filter-options-title {
        color: #000;
        font-weight: 600
    }

    body.page-products .drubu-filter-grouped-hor #filters #filter-command-container {
        position: fixed;
        z-index: 1;
        margin: 0;
        left: 120px
    }

    body.page-products .drubu-filter-grouped-hor #filters #filter-command-container .filter-reset {
        margin: 0
    }

    body.page-products .drubu-filter-grouped-hor #filters #filter-command-container .filter-reset .counter {
        font-weight: 400;
        margin-left: 5px
    }

    body.page-products .drubu-filter-grouped-hor #filters .filter-options .filter-options-item .filter-options-content {
        position: fixed;
        right: -20px;
        width: 400px;
        z-index: 9999999;
        pointer-events: none;
        padding: 50px;
        box-shadow: 0 4px 3px rgb(0 0 0/7%);
        background: #fff;
        box-sizing: border-box
    }

    body.page-products .drubu-filter-grouped-hor #filters .filter-options .filter-options-item .filter-options-content.active {
        right: 0;
        pointer-events: all;
        overflow: auto
    }

    body.page-products ul#sorter,
    body.page-products ul#sorter.active {
        top: 40px;
        width: 400px;
        height: 100vh;
        box-sizing: border-box;
        padding: 15px 50px 20px 30px;
        transition: .5s ease;
        -moz-transition: .5s ease;
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        -ms-transition: .5s ease;
        animation: slide .5s;
        -webkit-animation: slide .5s;
        animation-delay: 1s;
        -webkit-animation-delay: 1s
    }

    body.page-products ul#sorter {
        left: -400px
    }

    body.page-products ul#sorter.active {
        left: -30px
    }

    body.page-products #amasty-shopby-product-list .toolbar-products {
        top: 110px;
        height: 30px;
        line-height: 30px;
        right: unset;
        left: 5%;
        padding: 0;
        width: unset
    }

    body.page-products #filters .filter-options-content form[data-amshopby-filter=size] {
        width: 80px
    }

    body.page-products #filters .filter-options-content .am-swatch-wrapper.item.swatch-option-link-layered .swatch-option,
    body.page-products #filters .filter-options-content a {
        font-size: 12px;
        color: #4e4e4e !important
    }

    body.page-products #filters .filter-options-content .am-swatch-wrapper.item.swatch-option-link-layered .swatch-option:hover,
    body.page-products #filters .filter-options-content .am-swatch-wrapper.item.swatch-option-link-layered .swatch-option.selected {
        outline: none;
        color: #000 !important
    }

    body.page-products #filters .filter-options-content .count {
        margin-left: 3px
    }

    body.scroll-down #amasty-shopby-product-list .toolbar-products:after {
        content: "";
        position: absolute;
        height: 40px
    }
}

body.page-products #filters .filter-options-content .count {
    color: #858585
}

#filters .filter-options .filter-options-item .filter-options-content ul.items {
    padding: 3px 0
}

.filters .filter-options .sorter-label:after {
    content: '\f855'
}

.filter-options .items:not(.items-children)>.item:not(.-is-collapsible).-filter-parent {
    margin-left: 0
}

.filter-options-content .item:hover {
    background-color: transparent !important
}

#filters .filter-options .filter-toggle:hover {
    text-decoration: none;
    color: #000
}

#filters .filter-options .am-swatch-wrapper,
#filters .filter-options .am-swatch-wrapper .swatch-option.text,
#filters .filter-options-content .item a {
    text-align: left;
    margin: 0;
    font-weight: 600;
    text-transform: none
}

#filters .filter-options-content .item a:hover,
#filters .filter-options-content .item a:active,
#filters .filter-options-content .item a:focus {
    text-decoration: none
}

#filters .filter-options-content .am-shopby-form {
    padding: 0
}

#filters .filter-options-content .am-shopby-form>div {
    display: flex;
    flex-wrap: wrap
}

#filters .filter-options-content .am-swatch-wrapper.item.swatch-option-link-layered .swatch-option.text {
    display: inline-block;
    border-radius: 0 !important;
    background: transparent !important;
    border: none !important
}

#filters .filter-options-content .am-swatch-wrapper.item.swatch-option-link-layered input[type=checkbox] {
    top: 0
}

#filters .filter-options-content a {
    color: #000 !important;
    padding: 0
}

.filter-options-content .item input[type=checkbox] {
    vertical-align: initial
}

.filter-options-item .filter-options-content input[type=checkbox],
.filter-options .am-labels-folding .item .am-input,
.filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered) input[type=radio],
.filter-options-item .filter-options-content .items .item input[type=radio],
.filter-options .amshopby-category-dropdown+form .item input[type=radio],
.filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered) input[type=checkbox],
.filter-options .amshopby-category-dropdown+form .item input[type=checkbox] {
    visibility: hidden;
    opacity: 0;
    position: absolute
}

.filters .filter-options-content .item a:before,
.filters .filter-options-content .am-filter-items-attr_size.swatch-attribute.swatch-layered.size .swatch-option.text:before,
ul#sorter>li input[type=radio] {
    /* content: ""; */
    display: inline-block;
    vertical-align: sub;
    left: 0;
    margin-right: 3px;
    height: 14px;
    width: 14px;
    border: 1px solid #b8b8b8;
    background: #fff
}

.filters .filter-options-content .am-filter-items-attr_size.swatch-attribute.swatch-layered.size .swatch-option.text:hover:before,
body.page-products #filters .filter-options-content .am-swatch-wrapper.item.swatch-option-link-layered .swatch-option.selected:before {
    border: 1px solid #444
}

.filters .filter-options-content .am-filter-items-attr_size.swatch-attribute.swatch-layered.size a:before {
    display: none
}

.filters .filter-options-content .am-filter-items-attr_size.swatch-attribute.swatch-layered.size .swatch-option.text.selected {
    border: none !important
}

.filters .filter-options-content .swatch-attribute.swatch-layered.size .am-swatch-wrapper.item.swatch-option-link-layered {
    width: 100%
}

.filters .filter-options-content .item a.am_shopby_link_selected:after,
.filters .filter-options-content .item a.amshopby-link-selected:after,
.filters .filter-options-content .am-filter-items-attr_size.swatch-attribute.swatch-layered.size .swatch-option.text.selected:after,
.filters .am_shopby_link_selected:after,
.filters .amshopby-link-selected:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 7px;
    width: 3px;
    height: 8px;
    border: solid #444;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#sorter input~.radiomark:before {
    position: absolute;
    border: 1px solid #b8b8b8;
    margin-top: 5px
}

.filters .filter-options-content .am-filter-items-attr_size.swatch-attribute.swatch-layered.size .swatch-option.text.selected:after {
    top: 5px
}

.filter-options-content li.item {
    position: relative;
    line-height: 30px;
    font-size: 12px;
    margin: 0
}

.filter-options-title.open:after {
    content: '\f883'
}

.filter-options input[type=checkbox]+.amshopby-choice {
    opacity: 0
}

.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
    margin: 0
}

.filters .filter-options-content .swatch-option.text,
.filters .filter-options .am-swatch-wrapper {
    margin: 0 !important;
    height: auto !important;
    line-height: 25px !important;
    font-weight: 500;
    font-size: 12px
}

.filter-options-item .filter-options-content .items.am-filter-items-attr_price .item a {
    position: relative;
    line-height: 25px;
    display: inline-block
}

.filter-options-item .filter-options-content .items.am-filter-items-attr_price .item a:before {
    border-radius: 50%
}

.filter-options-item .filter-options-content .items.am-filter-items-attr_price .item a.am_shopby_link_selected:before,
.filter-options-item .filter-options-content .items.am-filter-items-attr_price .item a.amshopby-link-selected:before {
    background-color: #fff !important
}

.filter-options-item .filter-options-content .items.am-filter-items-attr_price .item a.am_shopby_link_selected:after,
.filter-options-item .filter-options-content .items.am-filter-items-attr_price .item a.amshopby-link-selected:after {
    border: none;
    top: 8px;
    left: 4px;
    width: 8px;
    height: 8px;
    background: #6f6f6f;
    border-radius: 50%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.products.wrapper~.pages {
    opacity: 0
}

.filters .filter-options-content .swatch-option.text,
.filters .filter-options .am-swatch-wrapper {
    padding: 0
}

.amshopby-slider-container .am-slider .ui-slider-handle {
    background: #b6b6b6 !important;
    width: 15px;
    height: 15px;
    margin-top: -6px;
    margin-left: -5px
}

.amshopby-slider-container .ui-slider-range,
.ui-slider-horizontal {
    height: 3px !important
}

.amshopby-slider-container .amshopby-slider-display {
    text-align: center;
    margin-top: 15px
}

ul#sorter .close-wrapper {
    justify-content: flex-end
}

.drubu-filter-grouped-hor #filters .filter-options .filter-toggle,
.toolbar-sorter.sorter .open-filters {
    transition: all .5s;
    font-size: 12px;
    font-weight: 600;
    display: block;
    text-align: left;
    letter-spacing: .5px;
    line-height: 30px;
    transition-delay: .2s
}

.toolbar-sorter.sorter a:hover {
    text-decoration: none
}

.toolbar-sorter.sorter .open-filters.open:after {
    font-family: 'porto-icons';
    content: "\f883"
}

.sorter-options {
    margin: 0;
    text-align: left;
    font-size: 11px;
    letter-spacing: .5px;
    z-index: 2;
    border: none;
    background: #fff;
    position: absolute;
    visibility: hidden;
    opacity: 0
}

ul#sorter>li {
    font-size: 12px;
    text-transform: none;
    position: relative;
    display: flex;
    gap: 7px;
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
    line-height: 25px;
    white-space: nowrap;
    font-weight: 500
}

ul#sorter>li input[type=radio] {
    opacity: 0
}

ul#sorter>li option {
    min-height: 0
}

.toggle-content.active {
    visibility: visible;
    opacity: 1
}

#sorter .radiomark {
    height: 13px;
    width: 13px
}

#sorter input~.radiomark {
    border: 1px solid #b8b8b8;
    position: absolute;
    top: 5px
}

#sorter li:hover .radiomark~span {
    color: #000;
    transition: all .5s
}

#sorter input:checked~.radiomark:after {
    left: 4px;
    top: 0
}

#sorter .radiomark:after {
    content: "";
    position: absolute;
    display: none
}

#sorter input:checked~.radiomark:after {
    display: inline-block;
    left: 3px;
    top: 3px;
    background: #000;
    width: 7px;
    height: 7px
}

@media (max-width:1023px) {
    body.filters-opened {
        overflow: hidden
    }

    #amasty-shopby-product-list:before {
        content: none;
        position: fixed;
        z-index: 3;
        width: 100%;
        height: 40px;
        left: 0;
        top: 80px
    }

    .catalogsearch-result-index #amasty-shopby-product-list:before {
        display: none
    }

    .catalog-category-view .column.main .products-grid,
    .catalog-category-view .column.main .products-list {
        margin: 0 !important
    }

    ul#sorter>li {
        align-items: center
    }

    ul#sorter>li .radiomark {
        top: unset
    }

    ul#sorter>li input[type=radio] {
        margin-right: 10px
    }

    .drubu-filter-grouped-hor.filter-button:after {
        width: 100%;
        left: 0;
        right: 0;
        top: 84px;
        background-color: transparent;
        border: none;
        content: "";
        display: block;
        z-index: 1
    }

    .drubu-filter-grouped-hor.filter-button,
    .drubu-filter-grouped-hor.filter-button.stickyfilter {
        position: fixed !important;
        top: 90px;
        left: 60px
    }

    .dynamic-detail-body .drubu-filter-grouped-hor.filter-button,
    .dynamic-detail-body .drubu-filter-grouped-hor.filter-button.stickyfilter {
        display: none
    }

    .catalog-product-view .drubu-filter-grouped-hor.filter-button,
    .catalog-product-view .drubu-filter-grouped-hor.filter-button.stickyfilter {
        display: none
    }

    .drubu-filter-grouped-hor.filter-button a,
    .drubu-filter-grouped-hor.filter-button .open-filters.open:after {
        line-height: 30px;
        font-size: 13px
    }

    .drubu-filter-grouped-hor.filter-button .open-filters.open:after {
        content: '\f820' !important
    }

    .drubu-filter-grouped-hor.filter-button a {
        width: 30px;
        padding: 0;
        text-indent: -9999px;
        background: url("../image/ico-filter.png") no-repeat;
        background-size: 19px;
        background-position: 0 3px
    }

    body.page-products .drubu-filter-grouped-hor #filters .filter-options .filter-options-title:after,
    body.page-products .toolbar-sorter.sorter .open-filters:after {
        color: #666
    }

    body.page-products .toolbar-sorter.sorter .open-filters:after {
        top: 0;
        right: 0
    }

    .drubu-filter-grouped-hor.filter-button .open-filters:after {
        top: 3px
    }

    .drubu-filter-grouped-hor.filter-button .open-filters.open:after {
        top: 0
    }

    .drubu-filter-grouped-hor .swatch-option.selected {
        outline: none
    }

    ul#sorter {
        right: -100% !important;
        top: unset !important;
        padding: 20px !important;
        width: 170px;
        left: unset
    }

    ul#sorter.active {
        top: 121px !important;
        width: 170px
    }

    .drubu-filter-grouped-hor #filters .filters {
        flex-direction: column;
        overflow: auto;
        height: 100%
    }

    #filters-wrapper .filters .filter-options-item[class*=filter-reset] {
        order: 1;
        margin-bottom: 30px
    }

    body.page-products .drubu-filter-grouped-hor #filters .filter-options-title.filter-reset:after {
        font-size: 13px;
        top: 20px
    }

    #filters-wrapper.filter-content {
        position: fixed;
        right: 0;
        left: 0;
        height: 0;
        top: 186px;
        z-index: 2;
        margin: 0 !important
    }

    #filters-wrapper .filter-options-title {
        margin-bottom: 0
    }

    #filters-wrapper #filters,
    ul#sorter {
        border: none;
        box-sizing: border-box;
        text-transform: uppercase;
        box-shadow: 0 0 20px rgb(0 0 0/10%) !important;
        top: 130px;
        left: -100%;
        position: fixed;
        width: 300px !important;
        min-width: unset;
        margin: 0 !important;
        padding: 60px 25px 80px !important;
        overflow: auto;
        height: calc(100vh - 130px);
        max-height: unset;
        visibility: unset;
        opacity: 1;
        transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -webkit-animation: slide .5s;
        -webkit-animation-delay: 1s;
        animation: slide .5s;
        animation-delay: 1s
    }

    body.filters-opened #filters-wrapper #filters,
    #filters.active,
    body.sorter-opened ul#sorter,
    ul#sorter.active {
        box-shadow: none !important;
        border: 0 !important;
        left: 0;
        border-left: none;
        background: #fff;
        border-top: 4px solid #ccc;
        z-index: 2;
        width: 300px !important;
        max-height: unset;
        visibility: visible;
        opacity: 1;
        transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out
    }

    #filters-wrapper #filters .filter-options {
        clear: both;
        position: static;
        overflow: initial;
        display: block;
        background: 0 0;
        justify-content: center
    }

    ul#sorter.sorter-options .close-wrapper .filter-close.general-close {
        position: fixed;
        z-index: 2;
        top: 150px;
        left: 267px;
        opacity: 0
    }

    ul#sorter.sorter-options.active .close-wrapper .filter-close.general-close {
        opacity: 1
    }

    #filters-wrapper.filter-content {
        z-index: 2
    }

    .page-products .toolbar-sorter.sorter {
        float: none
    }

    body.page-products .toolbar-sorter.sorter .open-filters {
        font-size: 12px;
        padding: 0;
        position: fixed;
        top: 90px;
        left: 25px;
        z-index: 3;
        text-indent: -99999px;
        background-size: 19px;
        width: 30px;
        background-position: 0 3px
    }

    body.page-products .toolbar-sorter.sorter .open-filters:after {
        font-size: 12px
    }

    #filters-wrapper #filters .close-filters,
    ul#sorter .close-wrapper.active .filter-close.general-close {
        position: fixed;
        top: 150px;
        left: 267px;
        width: 20px;
        height: 20px;
        margin: 0;
        display: block;
        cursor: pointer;
        overflow: hidden
    }

    #filters-wrapper #filters .close-filters {
        opacity: 0;
        transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out
    }

    #filters-wrapper #filters.active .close-filters {
        opacity: 1;
        transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out
    }

    #filters-wrapper #filters #filter-command-container .filter-options-title.filter-reset {
        font-size: 12px;
        line-height: 27px;
        color: #000 !important;
        font-weight: 600;
        text-align: center;
        border: none
    }

    #filters-wrapper #filters #filter-command-container .filter-options-title.filter-reset:after {
        display: none;
        content: "\e054" !important;
        font-weight: 400;
        font-size: 14px;
        color: #000;
        font-family: 'simple-line-icons' !important;
        vertical-align: middle;
        line-height: 40px;
        height: 42px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: .5s ease;
        -moz-transition: .5s ease;
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        -ms-transition: .5s ease;
        animation: slide .5s;
        -webkit-animation: slide .5s;
        animation-delay: 1s;
        -webkit-animation-delay: 1s
    }

    #filters-wrapper #filters #filter-command-container .filter-options-title.filter-reset:before {
        display: none
    }

    #filters-wrapper #filters #filter-command-container .filter-options-title.filter-reset:hover {
        text-decoration: none;
        color: #000
    }

    #filters-wrapper #filters .filter-options .filter-options-item {
        display: block !important;
        margin: 0 0 20px;
        order: 2;
        padding: 0;
        border: none
    }

    body.page-products .drubu-filter-grouped-hor #filters .filter-options .filter-options-title,
    #filters-wrapper .filters .filter-options-item .filter-options-title {
        padding: 0 20px 0 0;
        margin: 0;
        display: block;
        position: relative;
        text-align: left;
        font-weight: 600;
        font-size: 13px;
        text-transform: none;
        border: none;
        line-height: 40px;
        border-radius: 0;
        background: 0 0
    }

    body.page-products .drubu-filter-grouped-hor #filters #filter-command-container .filter-options-title.filter-reset,
    #filters-wrapper .filters .filter-options-item .filter-options-title {
        border-bottom: none
    }

    body.page-products .drubu-filter-grouped-hor #filters .filter-options .filter-options-title:after {
        right: 0;
        top: 12px;
        position: absolute;
        content: '\f882' !important;
        border: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 8px;
        line-height: inherit;
        color: inherit;
        font-family: 'porto-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: right
    }

    body.page-products .drubu-filter-grouped-hor #filters .filter-options .filter-options-title.open:after {
        background-color: transparent !important;
        content: '\f883' !important;
        top: 12px
    }

    #filters-wrapper #filters .filter-options .filter-options-item:last-child {
        position: unset
    }

    #filters-wrapper #filters .filter-options .filter-options-item .filter-options-content {
        visibility: hidden;
        opacity: 0;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        box-shadow: none;
        border: none !important;
        text-align: left;
        position: relative;
        height: 0;
        width: auto;
        overflow: hidden;
        transition-delay: 0s;
        transition: visibility .3s cubic-bezier(.455, .03, .515, .955), opacity .3s cubic-bezier(.455, .03, .515, .955), max-height .5s cubic-bezier(.455, .03, .515, .955), height .3s cubic-bezier(.455, .03, .515, .955), padding .5s cubic-bezier(.455, .03, .515, .955)
    }

    #filters-wrapper #filters .filter-options .filter-options-item .filter-options-content.active {
        top: 0;
        background: 0 0;
        visibility: visible;
        opacity: 1;
        padding: 20px 0 !important;
        height: 100%
    }

    #filters .filter-close.general-close,
    body.page-products .drubu-filter-grouped-hor #filters .filter-options .filter-options-item .filter-options-content .filter-title {
        display: none
    }

    body.page-products .drubu-filter-grouped-hor #filters #filter-command-container {
        position: fixed;
        top: 90px;
        left: 100px
    }

    ul#sorter.sorter-options .close-wrapper .filter-close.general-close {
        position: fixed;
        z-index: 2;
        top: 150px;
        left: 267px;
        opacity: 0;
        transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out
    }

    ul#sorter.sorter-options.active .close-wrapper .filter-close.general-close {
        opacity: 1;
        transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out
    }
}

.amscroll-backtotop-block.-mobile-arrow {
    display: none
}

.tgo-box-control {
    z-index: 3
}

.tgo-box-control .tgo-btn-box {
    right: 30px;
    top: 118px;
    gap: 10px;
    z-index: 1
}

.tgo-box-control .tgo-btn-box button {
    position: relative;
    border: none;
    text-indent: -999999px;
    width: 20px;
    height: 22px;
    padding: 0;
    background-size: 20px;
    background-repeat: no-repeat;
    background-color: transparent
}

.tgo-box-control .tgo-btn-box button.tgo-btn-active:after {
    position: absolute;
    background: #7a7a7a;
    content: "";
    bottom: 0;
    left: 3px;
    height: 1px;
    width: calc(100% - 5px);
    display: block
}

.tgo-box-control .tgo-btn-box button.tgo-btn.tgo-btn-a {
    background-image: url("../image/vista-1.svg")
}

.tgo-box-control .tgo-btn-box button.tgo-btn.tgo-btn-b,
.tgo-box-control .tgo-btn-box button.tgo-btn.tgo-btn-c {
    background-image: url("../image/vista-2.svg")
}

.tgo-box-control .tgo-btn-box button.tgo-btn.tgo-btn-d {
    background-image: url("../image/vista-3.svg")
}

@media (max-width:1023px) {
    .tgo-box-control .tgo-btn-box {
        top: 90px;
        right: 25px
    }
}

body.filters-ungrouped.header-links-opened .toolbar-sorter.sorter,
body.header-links-opened .tgo-box-control,
body.page-layout-1column.header-links-opened .filter.block {
    z-index: 2
}

.products-grid ol.products .product-item .quickview-trigger {
    opacity: 0;
    animation: transition-all-25;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-transform: lowercase;
    color: #000;
    font-size: 12px;
    letter-spacing: .5px
}

.products-grid ol.products .product-item .quickview-trigger:hover {
    text-decoration: none;
    color: #555
}

.products-grid ol.products .product-item:hover .quickview-trigger {
    opacity: 1;
    animation: opacity-on, transition-all-25
}

[class*=amasty-tag-text] {
    padding: 0;
    position: relative !important;
    white-space: nowrap
}

[class*=amasty-tag-text] .amasty-label-text {
    text-align: center;
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 15px !important;
    padding: 10px 7px !important;
    background: #fff;
    top: 20px;
    width: auto !important;
    right: 0;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    position: absolute !important
}

[class*=amasty-tag-img] {
    max-width: 60px !important;
    max-height: 60px !important;
    height: 60px !important;
    width: 60px !important;
    margin-top: 10px;
    right: 10px
}

[class*=amasty-tag-img] img {
    max-width: 60px !important;
    max-height: 60px !important;
    object-fit: scale-down
}

.product.media [class*=amasty-tag-img] {
    display: none !important
}

.product.media [class*=amlabel-position-top-right] {
    top: 0;
    bottom: unset
}

.product.media [class*=amlabel-position-middle-right] {
    top: 110px !important;
    bottom: unset !important
}

.product.media [class*=amlabel-position-bottom-right] {
    top: 210px !important;
    bottom: unset !important
}

.amlabel-position-wrapper {
    z-index: 1 !important
}

.product-item .product-item-photo .amlabel-position-wrapper {
    position: absolute
}

.product-item .product-item-photo .amlabel-position-wrapper .amasty-label-container,
.dynamic-gallery-wrapper .product-image-list .amlabel-position-wrapper .amasty-label-container {
    width: fit-content;
    line-height: 35px
}

.amlabel-text {
    position: relative !important
}

.amasty-label-container:not(.-preview) {
    max-width: unset !important;
    max-height: unset !important
}

.product-item .product-item-photo .amlabel-position-wrapper.top-left .amasty-label-container,
.dynamic-gallery-wrapper .product-image-list .amlabel-position-wrapper.top-left .amasty-label-container,
.product-item .product-item-photo .amlabel-position-wrapper.middle-left .amasty-label-container,
.dynamic-gallery-wrapper .product-image-list .amlabel-position-wrapper.middle-left .amasty-label-container,
.product-item .product-item-photo .amlabel-position-wrapper.bottom-left .amasty-label-container,
.dynamic-gallery-wrapper .product-image-list .amlabel-position-wrapper.bottom-left .amasty-label-container {
    float: left
}

.product-item .product-item-photo .amlabel-position-wrapper.top-center .amasty-label-container,
.dynamic-gallery-wrapper .product-image-list .amlabel-position-wrapper.top-center .amasty-label-container,
.product-item .product-item-photo .amlabel-position-wrapper.middle-center .amasty-label-container,
.dynamic-gallery-wrapper .product-image-list .amlabel-position-wrapper.middle-center .amasty-label-container,
.product-item .product-item-photo .amlabel-position-wrapper.bottom-center .amasty-label-container,
.dynamic-gallery-wrapper .product-image-list .amlabel-position-wrapper.bottom-center .amasty-label-container {
    margin: 0 auto
}

.product-item .product-item-photo .amlabel-position-wrapper.top-right .amasty-label-container,
.dynamic-gallery-wrapper .product-image-list .amlabel-position-wrapper.top-right .amasty-label-container,
.product-item .product-item-photo .amlabel-position-wrapper.middle-right .amasty-label-container,
.dynamic-gallery-wrapper .product-image-list .amlabel-position-wrapper.middle-right .amasty-label-container,
.product-item .product-item-photo .amlabel-position-wrapper.bottom-right .amasty-label-container,
.dynamic-gallery-wrapper .product-image-list .amlabel-position-wrapper.bottom-right .amasty-label-container {
    float: right
}

@media (max-width:1023px) {
    .product-item .product-item-photo .amlabel-position-wrapper .amasty-label-container .amlabel-text {
        font-size: 12px
    }
}

body.tgo-grid-a ol.products .product-item,
body.grid_style_2 ol.products .product-item {
    flex: 0 0 25%;
    padding: 0 2px 2px;
    margin: 0
}

body.tgo-grid-c ol.products .product-item {
    flex: 0 0 16.65%;
    width: 16.65%;
    padding: 0 5px
}

body.tgo-grid-d ol.products .product-item {
    flex: 0 0 8.3333333%;
    padding: 0 2px 2px;
    margin: 0
}

ol.products .product-item:nth-of-type(1) {
    grid-area: p1
}

ol.products .product-item:nth-of-type(2) {
    grid-area: p2
}

ol.products .product-item:nth-of-type(3) {
    grid-area: p3
}

ol.products .product-item:nth-of-type(4) {
    grid-area: p4
}

ol.products .product-item:nth-of-type(5) {
    grid-area: p5
}

ol.products .product-item:nth-of-type(6) {
    grid-area: p6
}

ol.products .product-item:nth-of-type(7) {
    grid-area: p7
}

ol.products .product-item:nth-of-type(8) {
    grid-area: p8
}

ol.products .product-item:nth-of-type(9) {
    grid-area: p9
}

ol.products .product-item:nth-of-type(10) {
    grid-area: p10
}

ol.products .product-item:nth-of-type(11) {
    grid-area: p11
}

ol.products .product-item:nth-of-type(12) {
    grid-area: p12
}

ol.products .product-item:nth-of-type(13) {
    grid-area: p13
}

ol.products .product-item:nth-of-type(14) {
    grid-area: p14
}

ol.products .product-item:nth-of-type(15) {
    grid-area: p15
}

ol.products .product-item:nth-of-type(16) {
    grid-area: p16
}

ol.products .product-item:nth-of-type(17) {
    grid-area: p17
}

ol.products .product-item:nth-of-type(18) {
    grid-area: p18
}

ol.products .product-item:nth-of-type(19) {
    grid-area: p19
}

ol.products .product-item:nth-of-type(20) {
    grid-area: p20
}

ol.products .product-item {
    position: relative
}

.product-image-photo.hover_image {
    padding: 0;
    border-radius: 0;
    transition: all .5s
}

.products-grid ol.products .product-item-photo {
    border: none;
    border-radius: 0;
    padding: 0;
    background: #f1f1f1
}

.products-grid ol.products .product-item-photo.grid-carousel {
    position: relative
}

.products-grid ol.products .product-item-photo.grid-carousel .carousel-commands a {
    position: absolute;
    top: 48%;
    height: 20px;
    width: 20px;
    display: block;
    z-index: 1
}

.products-grid ol.products .product-item-photo.grid-carousel .carousel-commands .command-left a {
    left: 5px
}

.products-grid ol.products .product-item-photo.grid-carousel .carousel-commands .command-right a {
    right: 5px
}

.products-grid ol.products .product-item-photo.grid-carousel .carousel-commands a:before,
.products-grid ol.products .product-item-photo.grid-carousel .carousel-commands a:after {
    position: absolute;
    z-index: 1;
    display: block;
    content: " ";
    box-sizing: border-box;
    width: 7px;
    height: 1px;
    background-color: #656565;
    opacity: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out
}

.products-grid ol.products .product-item-photo.grid-carousel.no-gallery-arrows .carousel-commands {
    display: none
}

.products-grid ol.products .product-item-photo.grid-carousel:hover .carousel-commands a:before,
.products-grid ol.products .product-item-photo.grid-carousel:hover .carousel-commands a:after {
    opacity: 1;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out
}

.products-grid ol.products .product-item-photo.grid-carousel .carousel-commands .command-left a:after {
    top: 6px;
    left: 5px;
    transform: rotate(-45deg)
}

.products-grid ol.products .product-item-photo.grid-carousel .carousel-commands .command-left a:before {
    top: 10px;
    left: 5px;
    transform: rotate(45deg)
}

.products-grid ol.products .product-item-photo.grid-carousel .carousel-commands .command-right a:before {
    top: 6px;
    right: 5px;
    transform: rotate(45deg)
}

.products-grid ol.products .product-item-photo.grid-carousel .carousel-commands .command-right a:after {
    top: 10px;
    right: 5px;
    transform: rotate(-45deg)
}

ol.products .product-item .product-image-photo,
ol.products .product-item .product-image-photo.hover_image,
ol.products .product-item .product-gallery video {
    top: 0;
    left: 0
}

ol.products .product-item .product-image-photo.default_image {
    position: static
}

ol.products .product-item .product-image-photo.hover_image {
    visibility: unset;
    opacity: unset
}

.products-grid ol.products .product-item-photo.grid-carousel .carousel-commands.init .command-left,
ol.products .product-item .product-gallery .pictures {
    opacity: 0;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out
}

.products-grid ol.products .product-item-photo.grid-carousel .carousel-command .command-left,
ol.products .product-item .product-gallery .pictures.visible {
    opacity: 1;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out
}

@media (max-width:1023px) {

    .products-grid ol.products .product-item-photo.grid-carousel .carousel-commands a:before,
    .products-grid ol.products .product-item-photo.grid-carousel .carousel-commands a:after {
        opacity: 1
    }
}

.product-item-photo a {
    display: block
}

.swatch-option-loading {
    content: ""
}

ol.products {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

ol.products .product-item-info {
    display: block !important
}

ol.products .product-item-photo,
ol.products .product-item-details {
    width: 100%;
    float: none;
    padding: 0
}

ol.products .product-item-inner,
.products-list .product-item-description {
    display: none
}

ol.products .product-item-name {
    text-align: center
}

ol.products {
    margin: 0 auto
}

ol.products {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center
}

.tgo-grid-d ol.products {
    margin-bottom: 0
}

.tgo-grid-d .default ol.products,
.tgo-grid-d .grid_style_1 ol.products {
    margin: 0
}

.default ol.products.products.grid-prods-11 {
    grid-template-rows: auto auto auto;
    grid-template-areas: "p1 p1 p2 p2 p3 p3 p4 p4" "p5 p5 p6 p6 p7 p7 p8 p8" ". p9 p9 p10 p10 p11 p11 .";
    justify-content: center
}

.default ol.products.products.grid-prods-10 {
    grid-template-rows: auto auto auto;
    grid-template-areas: "p1 p1 p2 p2 p3 p3 p4 p4" ". p5 p5 p6 p6 p7 p7 ." ". p8 p8 p9 p9 p10 p10 .";
    justify-content: center
}

.default ol.products.products.grid-prods-9 {
    grid-template-rows: auto auto auto;
    grid-template-areas: "p1 p1 p2 p2 p3 p3 p4 p4" ". p5 p5 p6 p6 p7 p7 ." ". . p8 p8 p9 p9 . .";
    justify-content: center
}

.default ol.products.products.grid-prods-8 {
    grid-template-rows: auto auto;
    grid-template-areas: "p1 p1 p2 p2 p3 p3 p4 p4" "p5 p5 p6 p6 p7 p7 p8 p8";
    justify-content: center
}

.default ol.products.products.grid-prods-7 {
    grid-template-rows: auto auto;
    grid-template-areas: "p1 p1 p2 p2 p3 p3 p4 p4" ". p5 p5 p6 p6 p7 p7 .";
    justify-content: center
}

.default ol.products.products.grid-prods-6 {
    grid-template-rows: auto auto;
    grid-template-areas: ". p1 p1 p2 p2 p3 p3 ." ". p4 p4 p5 p5 p6 p6 ."
}

.default ol.products.products.grid-prods-5 {
    grid-template-rows: auto auto;
    grid-template-areas: ". p1 p1 p2 p2 p3 p3 ." ". . p4 p4 p5 p5 . .";
    justify-content: center
}

.default ol.products.products.grid-prods-4 {
    grid-template-rows: auto;
    grid-template-areas: "p1 p1 p2 p2 p3 p3 p4 p4";
    justify-content: center
}

.default ol.products.products.grid-prods-3 {
    grid-template-rows: auto;
    grid-template-areas: ". p1 p1 p2 p2 p3 p3 .";
    justify-content: center
}

.default ol.products.products.grid-prods-2 {
    grid-template-rows: auto;
    grid-template-areas: ". . p1 p1 p2 p2 . .";
    justify-content: center
}

.default ol.products.products.grid-prods-1 {
    grid-template-rows: auto;
    grid-template-areas: ". . . p1 p1 . . .";
    justify-content: center
}

@media (max-width:1023px) {
    .products.products-grid {
        padding: 0
    }

    .products-grid ol.products .product-item {
        padding: 0 2px
    }

    body.tgo-grid-a ol.products .product-item {
        flex: 0 0 100%
    }

    body.grid_style_2 ol.products .product-item,
    body.grid_style_4.user-selection-off ol.products .product-item {
        flex: 0 0 50%
    }
}

body.grid_style_1 ol.products .product-item,
body.grid_style_2 .products-grid[amscroll-page="1"] ol.products .product-item,
body.grid_style_2 .products-grid[amscroll-page="2"] ol.products .product-item,
body.grid_style_2 .products-grid[amscroll-page="3"] ol.products .product-item,
body.grid_style_3 .products-grid ol.products .product-item {
    width: 100%;
    padding: 0 2px 2px;
    position: relative
}

body.grid_style_1 .products-grid ol.products,
body.grid_style_2 .products-grid[amscroll-page="1"] ol.products,
body.grid_style_2 .products-grid[amscroll-page="2"] ol.products,
body.grid_style_2 .products-grid[amscroll-page="3"] ol.products {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(6, auto);
    grid-template-areas: "p1 p1 p2 p2 p3 p3 p4 p4" "p5 p5 p5 p5 p6 p6 p6 p6" "p5 p5 p5 p5 p6 p6 p6 p6" "p7 p7 p8 p8 p9 p9 p10 p10" "p11 p11 p11 p11 p12 p12 p12 p12" "p11 p11 p11 p11 p12 p12 p12 p12" "p13 p13 p14 p14 p15 p15 p16 p16" "p17 p17 p17 p17 p18 p18 p18 p18" "p19 p19 p19 p19 p20 p20 p20 p20" "p19 p19 p19 p19 p20 p20 p20 p20"
}

@media (max-width:1023px) {

    body.grid_style_1 .products-grid ol.products,
    body.grid_style_2 .products-grid[amscroll-page="1"] ol.products,
    body.grid_style_2 .products-grid[amscroll-page="2"] ol.products,
    body.grid_style_2 .products-grid[amscroll-page="3"] ol.products {
        justify-content: space-around;
        flex-wrap: wrap;
        margin-left: -5px;
        width: calc(100% + 10px);
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(9, auto);
        grid-template-areas: "p1 p1 p2 p2" "p3 p3 p4 p4" "p5 p5 p6 p6" "p7 p7 p8 p8" "p9 p9 p9 p9" "p9 p9 p9 p9" "p10 p10 p10 p10" "p10 p10 p10 p10" "p11 p11 p12 p12"
    }

    body.grid_style_1 .products-grid ol.products .product-item:nth-of-type(1) .product-item-details,
    body.grid_style_1 .products-grid ol.products .product-item:nth-of-type(3) .product-item-details,
    body.grid_style_1 .products-grid ol.products .product-item:nth-of-type(5) .product-item-details,
    body.grid_style_1 .products-grid ol.products .product-item:nth-of-type(7) .product-item-details,
    body.grid_style_1 .products-grid ol.products .product-item:nth-of-type(9) .product-item-details,
    body.grid_style_1 .products-grid ol.products .product-item:nth-of-type(10) .product-item-details,
    body.grid_style_1 .products-grid ol.products .product-item:nth-of-type(11) .product-item-details,
    body.grid_style_2 .products-grid[amscroll-page="1"] ol.products .product-item:nth-of-type(1) .product-item-details,
    body.grid_style_2 .products-grid[amscroll-page="1"] ol.products .product-item:nth-of-type(3) .product-item-details,
    body.grid_style_2 .products-grid[amscroll-page="1"] ol.products .product-item:nth-of-type(5) .product-item-details,
    body.grid_style_2 .products-grid[amscroll-page="1"] ol.products .product-item:nth-of-type(7) .product-item-details,
    body.grid_style_2 .products-grid[amscroll-page="1"] ol.products .product-item:nth-of-type(9) .product-item-details,
    body.grid_style_2 .products-grid[amscroll-page="1"] ol.products .product-item:nth-of-type(10) .product-item-details,
    body.grid_style_2 .products-grid[amscroll-page="1"] ol.products .product-item:nth-of-type(11) .product-item-details,
    body.grid_style_2 .products-grid[amscroll-page="2"] ol.products .product-item:nth-of-type(1) .product-item-details,
    body.grid_style_2 .products-grid[amscroll-page="2"] ol.products .product-item:nth-of-type(3) .product-item-details,
    body.grid_style_2 .products-grid[amscroll-page="2"] ol.products .product-item:nth-of-type(5) .product-item-details,
    body.grid_style_2 .products-grid[amscroll-page="2"] ol.products .product-item:nth-of-type(7) .product-item-details,
    body.grid_style_2 .products-grid[amscroll-page="2"] ol.products .product-item:nth-of-type(9) .product-item-details,
    body.grid_style_2 .products-grid[amscroll-page="2"] ol.products .product-item:nth-of-type(10) .product-item-details,
    body.grid_style_2 .products-grid[amscroll-page="2"] ol.products .product-item:nth-of-type(11) .product-item-details,
    body.grid_style_2 .products-grid[amscroll-page="3"] ol.products .product-item:nth-of-type(1) .product-item-details,
    body.grid_style_2 .products-grid[amscroll-page="3"] ol.products .product-item:nth-of-type(3) .product-item-details,
    body.grid_style_2 .products-grid[amscroll-page="3"] ol.products .product-item:nth-of-type(5) .product-item-details,
    body.grid_style_2 .products-grid[amscroll-page="3"] ol.products .product-item:nth-of-type(7) .product-item-details,
    body.grid_style_2 .products-grid[amscroll-page="3"] ol.products .product-item:nth-of-type(9) .product-item-details,
    body.grid_style_2 .products-grid[amscroll-page="3"] ol.products .product-item:nth-of-type(10) .product-item-details,
    body.grid_style_2 .products-grid[amscroll-page="3"] ol.products .product-item:nth-of-type(11) .product-item-details {
        padding-left: 8px;
        box-sizing: border-box
    }
}

body.page-products.grid_style_3.has_grid_style ol.products {
    display: grid;
    grid-template-columns: repeat(4, 25%);
    grid-auto-flow: dense;
    grid-template-areas: unset
}

body.page-products.grid_style_3.has_grid_style ol.products .product-item {
    width: unset
}

body.page-products.grid_style_3.has_grid_style ol.products .product-item:nth-child(10n+3),
body.page-products.grid_style_3.has_grid_style ol.products .product-item:nth-child(10n+9) {
    grid-column: span 2;
    grid-row: span 2
}

body.page-products.grid_style_3.has_grid_style ol.products .product-item:nth-child(10n+4),
body.page-products.grid_style_3.has_grid_style ol.products .product-item:nth-child(10n+10) {
    grid-column: span 2;
    grid-row: span 2
}

body.page-products.grid_style_3.has_grid_style ol.products .product-item {
    grid-area: unset
}

body.page-products.grid_style_4 ol.products {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, 25%);
    grid-auto-flow: dense;
    grid-template-areas: unset
}

body.page-products.grid_style_4 ol.products .product-item {
    width: unset;
    padding: 0 2px 2px
}

body.page-products.grid_style_4 ol.products .product-item:nth-child(7),
body.page-products.grid_style_4 ol.products .product-item:nth-child(14),
body.page-products.grid_style_4 ol.products .product-item:nth-child(25),
body.page-products.grid_style_4 ol.products .product-item:nth-child(32) {
    grid-column: span 2;
    grid-row: span 2;
    width: 100%;
    flex: 0 0 100%
}

body.page-products.grid_style_4 ol.products .product-item {
    grid-area: unset
}

ol.products .product-item.product-banner {
    overflow: hidden
}

.banner-grilla-especial {
    height: 100%
}

.banner-grilla-especial div[data-content-type=button-item],
.banner-grilla-especial div[data-content-type=button-item] .pagebuilder-button-primary {
    width: 100%;
    height: 100%;
    display: block;
    border: none
}

.banner-grilla-especial div[data-content-type=button-item] .pagebuilder-button-primary {
    padding-top: 50px;
    font-size: 20px;
    font-weight: 500
}

.banner-grilla-especial a.pagebuilder-button-primary,
.banner-grilla-especial button.pagebuilder-button-primary,
.banner-grilla-especial div.pagebuilder-button-primary {
    background: 0 0;
    position: absolute
}

@media (max-width:1023px) {
    .page-products .columns {
        padding-top: 0
    }

    .catalog-category-view {
        padding-top: 120px
    }

    .products-grid .amasty-new-in,
    .products-grid .amasty-sale,
    .products-grid .amasty-few-left,
    .products-grid .amasty-best-seller,
    .products-grid .amasty-back-in-stock {
        bottom: 66px
    }

    .products-list .amasty-new-in,
    .products-list .amasty-sale,
    .products-list .amasty-few-left,
    .products-list .amasty-best-seller,
    .products-list .amasty-back-in-stock {
        bottom: 76px
    }

    .products-list .product-item {
        padding: 0 !important
    }

    .products-list ol.products {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(12, auto);
        grid-gap: 10px;
        grid-template-areas: "p1 p1" "p2 p2" "p3 p3" "p4 p4" "p5 p5" "p6 p6" "p7 p7" "p8 p8" "p9 p9" "p10 p10" "p11 p11" "p12 p12"
    }

    .custom-products-grid ol.products,
    ol.products,
    .custom-products-grid ol.products.products[class*=grid-prods-],
    body.grid_style_1 ol.products,
    body.grid_style_2 .products-grid[amscroll-page="1"] ol.products,
    body.grid_style_2 .products-grid[amscroll-page="2"] ol.products,
    body.grid_style_2 .products-grid[amscroll-page="3"] ol.products {
        width: calc(100% + 4px);
        margin: 0 -2px 50px;
        display: flex
    }

    body.page-products ol.products,
    body.tgo-grid-a ol.products,
    body.page-products.grid_style_3.has_grid_style.user-selection-off ol.products,
    body.page-products.grid_style_4.has_grid_style ol.products,
    body.page-products.grid_style_4.has_grid_style.user-selection-off ol.products {
        display: flex
    }

    .catalog-category-view .page-main {
        padding: 0
    }

    .tgo-grid-d .custom-products-grid ol.products.products[class*=grid-prods-] {
        margin: 0 -2px;
        width: calc(100% + 4px);
        gap: 0;
        justify-content: center
    }

    body.tgo-grid-a .custom-products-grid.products-grid.default ol.products .product-item {
        flex: 0 0 100%;
        padding: 0;
        width: calc(100% + 4px)
    }

    body.page-products.tgo-grid-c .products-grid ol.products .product-item {
        flex: 0 0 50%;
        padding: 0 2px;
        width: 50%
    }

    body.page-products.tgo-grid-d .products-grid ol.products .product-item {
        flex: 0 0 25%;
        padding: 0 2px 4px;
        margin: 0
    }

    body.page-products.tgo-grid-c .products-grid ol.products .product-item .product-item-info .price-box .tax-prices.desktop {
        display: none
    }

    body.page-products.tgo-grid-c .products-grid ol.products .product-item .product-item-info .price-box .tax-prices.mobile {
        display: block
    }

    body.page-products.tgo-grid-d .products-grid ol.products .product-item .quickbuy {
        display: none
    }

    body.tgo-grid-c .products-grid ol.products .product-item:nth-child(odd) {
        padding-left: 0
    }

    body.tgo-grid-c .products-grid ol.products .product-item:nth-child(even) {
        padding-right: 0
    }

    body.page-products.grid_style_4.has_grid_style.user-selection-off ol.products .product-item,
    body.page-products.grid_style_3.has_grid_style.user-selection-off ol.products .product-item,
    body.page-products .products-grid ol.products .product-item {
        grid-column: unset;
        grid-row: unset;
        grid-area: unset;
        width: 50%
    }

    body.page-products.grid_style_3.has_grid_style.user-selection-off ol.products .product-item:nth-child(10n+3),
    body.page-products.grid_style_3.has_grid_style.user-selection-off ol.products .product-item:nth-child(10n+4),
    body.page-products.grid_style_3.has_grid_style.user-selection-off ol.products .product-item:nth-child(10n+9),
    body.page-products.grid_style_3.has_grid_style.user-selection-off ol.products .product-item:nth-child(10n+10),
    body.page-products.grid_style_4.has_grid_style.user-selection-off ol.products .product-item:nth-child(10n+3),
    body.page-products.grid_style_4.has_grid_style.user-selection-off ol.products .product-item:nth-child(10n+4),
    body.page-products.grid_style_4.has_grid_style.user-selection-off ol.products .product-item:nth-child(10n+9),
    body.page-products.grid_style_4.has_grid_style.user-selection-off ol.products .product-item:nth-child(10n+10) {
        grid-column: unset;
        grid-row: unset
    }

    body.page-products.grid_style_4.has_grid_style.user-selection-off ol.products .product-item:nth-child(7),
    body.page-products.grid_style_4.has_grid_style.user-selection-off ol.products .product-item:nth-child(14),
    body.page-products.grid_style_4.has_grid_style.user-selection-off ol.products .product-item:nth-child(25),
    body.page-products.grid_style_4.has_grid_style.user-selection-off ol.products .product-item:nth-child(32) {
        width: 100%
    }
}

@media (max-width:1023px) {

    .banner-grilla-especial div[data-content-type=button-item],
    .banner-grilla-especial div[data-content-type=button-item] .pagebuilder-button-primary {
        padding-bottom: 150%
    }
}

body.page-products.tgo-grid-c .products-grid ol.products .product-item .product-item-info .price-box .tax-prices {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    margin: 0 10%;
    height: 20px;
    white-space: nowrap
}

.category-gift-cards ol.products {
    gap: 30px 0 !important
}

body.page-products.tgo-grid-a .products-grid ol.products,
body.page-products.tgo-grid-c .products-grid ol.products,
body.page-products.tgo-grid-d .products-grid ol.products {
    display: flex
}

body.page-products.tgo-grid-d .products-grid ol.products {
    gap: 2px 0
}

#amasty-shopby-product-list ol.widget-product-grid .product-item {
    width: 100%;
    max-width: 100%;
    padding: 10px
}

#amasty-shopby-product-list ol.widget-product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0 0;
    grid-template-areas: "p1 p2 p3 p4" "p5 p6 p7 p8" "p9 p10 p11 p12"
}

#amasty-shopby-product-list ol.widget-product-grid .product-item:nth-of-type(1) {
    grid-area: p1
}

#amasty-shopby-product-list ol.widget-product-grid .product-item:nth-of-type(2) {
    grid-area: p2
}

#amasty-shopby-product-list ol.widget-product-grid .product-item:nth-of-type(3) {
    grid-area: p3
}

#amasty-shopby-product-list ol.widget-product-grid .product-item:nth-of-type(4) {
    grid-area: p4
}

#amasty-shopby-product-list ol.widget-product-grid .product-item:nth-of-type(5) {
    grid-area: p5
}

#amasty-shopby-product-list ol.widget-product-grid .product-item:nth-of-type(6) {
    grid-area: p6
}

#amasty-shopby-product-list ol.widget-product-grid .product-item:nth-of-type(7) {
    grid-area: p7
}

#amasty-shopby-product-list ol.widget-product-grid .product-item:nth-of-type(8) {
    grid-area: p8
}

#amasty-shopby-product-list ol.widget-product-grid .product-item:nth-of-type(9) {
    grid-area: p9
}

#amasty-shopby-product-list ol.widget-product-grid .product-item:nth-of-type(10) {
    grid-area: p10
}

#amasty-shopby-product-list ol.widget-product-grid .product-item:nth-of-type(11) {
    grid-area: p11
}

#amasty-shopby-product-list ol.widget-product-grid .product-item:nth-of-type(12) {
    grid-area: p12
}

#amasty-shopby-product-list ol.widget-product-grid.grid-prods-7,
#amasty-shopby-product-list ol.widget-product-grid.grid-prods-8,
#amasty-shopby-product-list ol.widget-product-grid.grid-prods-9,
#amasty-shopby-product-list ol.widget-product-grid.grid-prods-10 {
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: ". p1 p1 . p2 p2 p3 p3" "p4 p4 p5 p5 . p6 p6 ." "p7 p7 p8 p8 p9 p9 p10 p10"
}

#amasty-shopby-product-list ol.widget-product-grid.grid-prods-4,
#amasty-shopby-product-list ol.widget-product-grid.grid-prods-5,
#amasty-shopby-product-list ol.widget-product-grid.grid-prods-6 {
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas: ". p1 p1 . p2 p2 p3 p3" "p4 p4 p5 p5 . p6 p6 ."
}

#amasty-shopby-product-listol.widget-product-grid.grid-prods-1,
#amasty-shopby-product-list ol.widget-product-grid.grid-prods-2,
#amasty-shopby-product-list ol.widget-product-grid.grid-prods-3 {
    grid-template-rows: repeat(1, 1fr);
    grid-template-areas: ". p1 p1 . p2 p2 p3 p3"
}

#amasty-shopby-product-list ol.widget-product-grid .product-item .product-item-details .product-item-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 100%;
    text-align: center;
    order: 2;
    margin: 35px 0 0
}

#amasty-shopby-product-list ol.widget-product-grid .product-item-info .product-item-details .product-item-name a {
    text-decoration: none;
    font-size: 14px !important;
    letter-spacing: .5px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    text-transform: uppercase;
    line-height: 20px
}

#amasty-shopby-product-list .product-item-info.type9 .product-item-photo {
    margin-bottom: 5px;
    z-index: 1
}

#amasty-shopby-product-list .product-item-info>a {
    position: initial !important
}

@media (max-width:1023px) {
    #amasty-shopby-product-list ol.widget-product-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(6, auto);
        grid-gap: 10px;
        grid-template-areas: "p1 p2" "p3 p4" "p5 p6" "p7 p8" "p9 p10" "p11 p12"
    }
}

body.catalogsearch-result-index .block.filter {
    display: none !important
}

body.catalogsearch-result-index .page-title-wrapper {
    margin: 20px auto 0;
    text-align: center
}

body.catalogsearch-result-index .message.info.empty {
    text-align: center
}

@media (max-width:1023px) {
    body.catalogsearch-result-index .page-title-wrapper {
        margin-top: 60px
    }
}

@media (min-width:1024px) {

    body.catalog-category-view.grid_style_4.page-products.tgo-grid-a.user-selection-off .products-grid ol.products,
    body.catalog-category-view.grid_style_4.page-products.tgo-grid-c.user-selection-off .products-grid ol.products,
    body.catalog-category-view.grid_style_4.page-products.tgo-grid-d.user-selection-off .products-grid ol.products {
        display: grid
    }
}

body.catalog-category-view.user-selection-off .tgo-box-control {
    display: none
}