.woocommerce-filter-sidebar .stt-select-filter-wrapper .stt-select-filter-heading, .woocommerce-filter-sidebar .widget-title {
    margin-bottom: 25px;
    font-size: 1.6rem;
    line-height: 1.438;
    color: var(--secondary-828282);
    font-weight: 400;
    letter-spacing: normal;
    text-transform: uppercase
}

.woocommerce-filter-sidebar .widget.stt-filter-category-product .stt-select-filter-dropdown-item .item-link {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.6rem;
    line-height: 26px;
    color: var(--secondary-565656, #565656)
}

.woocommerce-filter-sidebar .widget.stt-filter-category-product .stt-select-filter-dropdown-item .item-link:hover, .woocommerce-filter-sidebar .widget.stt-filter-category-product .stt-select-filter-dropdown-item.active .item-link {
    color: var(--secondary-222222)
}

.woocommerce-filter-sidebar .widget.stt-filter-category-product .stt-select-filter-dropdown-item .item-link .extra {
    display: none
}

.woocommerce-filter-sidebar .widget.stt-filter-category-product .stt-select-filter-dropdown-item:first-child .item-link {
    padding-top: 0
}

.woocommerce-filter-sidebar .widget.stt-filter-category-product .stt-select-filter-dropdown-item:last-child .item-link {
    padding-bottom: 0
}

.woocommerce-filter-sidebar .widget.stt-filter-attribute {
    padding-bottom: 10px
}

.woocommerce-filter-sidebar .widget.stt-filter-attribute .stt-select-filter-wrapper[data-type=color] .stt-select-filter-dropdown {
    margin-left: -10px;
    margin-right: -10px
}

.woocommerce-filter-sidebar .widget.stt-filter-attribute .stt-select-filter-wrapper[data-type=color] .stt-select-filter-dropdown:after {
    content: "";
    display: table;
    clear: both
}

.woocommerce-filter-sidebar .widget.stt-filter-attribute .stt-select-filter-wrapper[data-type=color] .stt-select-filter-dropdown-item {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
}

.woocommerce-filter-sidebar .widget.stt-filter-attribute .stt-select-filter-wrapper[data-type=size] .stt-select-filter-dropdown {
    margin-left: -5px;
    margin-right: -5px
}

.woocommerce-filter-sidebar .widget.stt-filter-attribute .stt-select-filter-wrapper[data-type=size] .stt-select-filter-dropdown:after {
    content: "";
    display: table;
    clear: both
}

.woocommerce-filter-sidebar .widget.stt-filter-attribute .stt-select-filter-wrapper[data-type=size] .stt-select-filter-dropdown-item {
    display: block;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px
}

.woocommerce-filter-sidebar .widget.stt-filter-attribute .stt-select-filter-wrapper[data-type=image] .stt-select-filter-dropdown {
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 1px
}

.woocommerce-filter-sidebar .widget.stt-filter-attribute .stt-select-filter-wrapper[data-type=image] .stt-select-filter-dropdown:after {
    content: "";
    display: table;
    clear: both
}

.woocommerce-filter-sidebar .widget.stt-filter-attribute .stt-select-filter-wrapper[data-type=image] .stt-select-filter-dropdown-item {
    display: block;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px
}

.woocommerce-filter-sidebar .widget.stt-filter-attribute .stt-filter-image-checkbox-wrapper .item {
    display: block;
    margin-bottom: 15px
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget.widget_price_filter .stt_price_slider_wrapper, .woocommerce-filter-sidebar .widget.stt-filter-attribute .stt-filter-image-checkbox-wrapper .item:last-child {
    margin-bottom: 20px
}

.woocommerce-filter-sidebar .widget.widget_product_categories .product-categories-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 300px;
    overflow: hidden
}

.stt-filter-layout, .top-filter {
    display: -ms-flexbox;
    -webkit-box-align: center
}

.woocommerce-filter-sidebar .widget.widget_product_categories .product-categories .cat-item:last-child {
    padding-bottom: 0
}

.stt-filter-layout {
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
}

.stt-filter-layout .item {
    position: relative;
    margin-right: 20px;
    line-height: 1
}

.stt-filter-layout .item:last-child {
    margin-right: 0
}

.stt-filter-layout .item img {
    display: block;
    opacity: .5;
    -webkit-transition: opacity .15s;
    transition: opacity .15s
}

.stt-filter-layout .item.active img, .stt-filter-layout .item:hover img {
    opacity: 1
}

.top-filter {
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff
}

.top-filter .filter-left .btn-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top-filter .filter-left .btn-toggle .text {
    position: relative;
    margin-left: 25px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.438;
    color: #183028;
    letter-spacing: 0;
    -webkit-transition: color .15s;
    transition: color .15s;
}

.top-filter .filter-left .btn-toggle .text .count {
    position: absolute;
    top: -5px;
    right: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    background: #e0a068;
    color: var(--secondary-ffffff)
}

.top-filter .filter-left .btn-toggle .icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.top-filter .filter-left .btn-toggle .icon i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 18px;
    line-height: 22px;
    color: #183028;
    -webkit-transition: all .15s;
    transition: all .15s
}

.top-filter .filter-left .btn-toggle .icon i.closed {
    opacity: 0;
    -webkit-transform: translate(0, -50%) scale(.5);
    transform: translate(0, -50%) scale(.5);
    visibility: hidden
}

.top-filter .filter-left .btn-toggle.open .icon i, .top-filter .filter-left .btn-toggle.open .text, .top-filter .filter-left .btn-toggle:hover .icon i, .top-filter .filter-left .btn-toggle:hover .text {
    color: var(--secondary-222222)
}

.top-filter .filter-left .btn-toggle.open .icon .open {
    opacity: 0;
    -webkit-transform: translate(0, -50%) scale(.5);
    transform: translate(0, -50%) scale(.5);
    visibility: hidden
}

.top-filter .filter-left .btn-toggle.open .icon .closed {
    opacity: 1;
    -webkit-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
    visibility: visible
}

.top-filter .filter-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 26px
}

.top-filter .filter-right .stt-filter-results {
    margin-right: 50px;
    font-size: 1.6rem;
    line-height: 1.5;
    color: var(--secondary-828282)
}

.top-filter .filter-right .woocommerce-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top-filter .filter-right .woocommerce-order .title {
    font-size: 15px;
    line-height: 1.438;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #183028;
}

.top-filter .filter-right .woocommerce-order select {
    visibility: hidden
}

.top-filter .filter-right .woocommerce-order .woocommerce-ordering {
    float: none;
    margin: 0 0 0 5px;
    height: 20px
}

.top-filter .filter-right .woocommerce-order .woocommerce-ordering .select2-container .select2-selection__rendered {
    color: var(--secondary-222222);
    font-size: 1.4rem;
    line-height: 1.438
}

.top-filter .filter-right .woocommerce-order .woocommerce-ordering .select2-container .select2-selection__arrow {
    right: -2px;
    margin-bottom: -13px
}

.top-filter .filter-right .woocommerce-order .woocommerce-ordering .select2-container .select2-selection__arrow b {
    font-size: 10px;
    color: var(--secondary-222222)
}

.top-filter .filter-right .stt-filter-layout {
    margin-left: 50px
}

@media (max-width: 1199px) {
    .top-filter .filter-right .stt-filter-layout {
        display: none
    }
}

@media (max-width: 991px) {
    .top-filter .filter-right .stt-filter-results {
        display: none
    }
}

.stt-filter-string {
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0
}

.stt-filter-string .title {
    margin-bottom: 30px;
    color: var(--secondary-828282);
    font-size: 1.6rem;
    line-height: 1.438;
    text-transform: uppercase;
    letter-spacing: normal;
    word-break: keep-all;
    white-space: nowrap;
    font-weight: 400
}

.stt-filter-string .stt-filter-items .stt-filter-item {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.572;
    color: var(--secondary-565656, #565656);
    background: #f8f8f8;
    border-radius: 50px;
    margin-right: 10px;
    padding: 1px 10px;
    margin-bottom: 10px
}

.stt-filter-string .stt-filter-items .stt-filter-item .la-star {
    margin-left: 4px;
    color: var(--primary-f2994a)
}

.stt-filter-string .stt-filter-items .stt-filter-item .remove {
    margin-left: 6px;
    font-size: 1.2rem;
    line-height: 22px;
    color: var(--secondary-828282);
    -webkit-transition: color .15s;
    transition: color .15s
}

.stt-filter-string .stt-filter-items .stt-filter-item.clear-all {
    background: 0 0;
    text-decoration: underline
}

.stt-filter-string .stt-filter-items .stt-filter-item:hover, .stt-filter-string .stt-filter-items .stt-filter-item:hover .remove {
    color: var(--secondary-222222)
}

.stt-filter-results .woocommerce-result-count {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .stt-filter-results {
        display: none
    }
}

.stt-woo-content-render {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 1;
    position: relative
}

.stt-woo-content-render .filter-sidebar-button, .stt-woo-content-render .woocommerce-result-count {
    display: none
}

.stt-woo-content-render.ajax {
    opacity: 0
}

.woocommerce .stt-sidebar-wrapper:not(.stt-cat-scroll) .widget_product_categories .product-categories-wrapper {
    max-height: unset
}

@media (max-width: 991px) {
    .woocommerce .stt-sidebar-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 300px;
        -webkit-transform: translateX(-101%);
        transform: translateX(-101%);
        height: 100%;
        background: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        z-index: 9999;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s
    }

    .woocommerce .stt-sidebar-wrapper .sidebar-mobile-heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 20px 20px 15px;
        border-bottom: 1px solid var(--secondary-e0e0e0);
        font-weight: 400
    }

    .woocommerce .stt-sidebar-wrapper .sidebar-mobile-heading .heading {
        position: relative;
        margin-bottom: 0;
        font-size: 1.8rem;
        line-height: 18px;
        color: var(--secondary-222222)
    }

    .woocommerce .stt-sidebar-wrapper .sidebar-mobile-heading .count {
        position: absolute;
        top: -3px;
        right: -20px;
        width: 20px;
        height: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;
        background: #e0a068;
        color: var(--secondary-ffffff);
        font-size: 1.2rem;
        line-height: 17px
    }

    .woocommerce .stt-sidebar-wrapper .woocommerce-filter-sidebar .widget.stt-filter-attribute .stt-select-filter-dropdown, .woocommerce .stt-sidebar-wrapper .woocommerce-filter-sidebar .widget:not(.stt-filter-attribute) .widget-inner {
        display: block !important
    }

    .woocommerce .stt-sidebar-wrapper .woocommerce-filter-sidebar .widget.widget_product_categories .widget-inner {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .woocommerce .stt-sidebar-wrapper .woocommerce-filter-sidebar .widget_product_categories .product-categories-wrapper {
        max-height: unset
    }

    .woocommerce .stt-sidebar-wrapper.open {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .woocommerce .stt-sidebar-wrapper.open-none {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: none;
        transition: none
    }
}

@media (min-width: 992px) {
    .woocommerce .stt-sidebar-wrapper.stt-slide-canvas {
        width: 500px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .woocommerce .stt-sidebar-wrapper.stt-slide-canvas .sidebar-mobile-heading {
        padding: 22px 50px;
        margin-bottom: 50px;
        background: var(--secondary-f2f2f2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .woocommerce .stt-sidebar-wrapper.stt-slide-canvas .sidebar-mobile-heading .heading {
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .woocommerce .stt-sidebar-wrapper.stt-slide-canvas .sidebar-mobile-heading .heading .text {
        color: var(--secondary-222222);
        font-size: 2.4rem;
        text-transform: uppercase;
        line-height: 1.458;
        letter-spacing: normal;
        font-weight: 400
    }

    .woocommerce .stt-sidebar-wrapper.stt-slide-canvas .sidebar-mobile-heading .heading .count {
        margin-left: 15px;
        display: inline-block;
        width: 20px;
        height: 20px;
        background: #e0a068;
        border-radius: 50%;
        font-size: 1.2rem;
        line-height: 20px;
        text-align: center;
        color: #fff
    }

    .woocommerce .stt-sidebar-wrapper.stt-slide-canvas .sidebar-render {
        padding-left: 50px;
        padding-right: 50px;
        position: relative;
        overflow-y: auto
    }

    .woocommerce .stt-sidebar-wrapper.stt-slide-canvas .sidebar-render .ss-scroll {
        position: absolute;
        right: 10px !important
    }

    .woocommerce .stt-sidebar-wrapper.stt-slide-canvas .sidebar-render .stt-filter-string {
        padding-bottom: 40px;
        margin-bottom: 50px;
        border-bottom: 1px solid #e0e0e0
    }

    .woocommerce .stt-sidebar-wrapper.stt-slide-canvas .sidebar-render .stt-filter-string .title {
        font-size: 1.6rem;
        line-height: 1.438;
        letter-spacing: normal
    }

    .woocommerce .stt-sidebar-wrapper.stt-slide-canvas .sidebar-render .widget {
        padding-bottom: 30px
    }

    .woocommerce .stt-sidebar-wrapper.stt-slide-canvas .sidebar-render .widget:not(:first-child) {
        padding-top: 50px
    }

    .woocommerce .stt-sidebar-wrapper.stt-slide-canvas .sidebar-render .widget:not(:last-child) {
        border-bottom: 1px solid #e0e0e0
    }

    .woocommerce .stt-sidebar-wrapper.stt-slide-canvas .sidebar-render .woocommerce-filter-sidebar .stt-select-filter-wrapper .stt-select-filter-heading, .woocommerce .stt-sidebar-wrapper.stt-slide-canvas .sidebar-render .woocommerce-filter-sidebar .widget-title {
        margin-bottom: 30px
    }

    .woocommerce .stt-sidebar-wrapper.stt-sidebar-canvas.on-mobile {
        width: 500px
    }

    .woocommerce .stt-sidebar-wrapper.stt-sidebar-canvas.on-mobile .sidebar-mobile-heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 22px 50px;
        border-bottom: none;
        background: var(--secondary-f2f2f2)
    }

    .woocommerce .stt-sidebar-wrapper.stt-sidebar-canvas.on-mobile .sidebar-mobile-heading .heading {
        position: relative;
        display: inline-block;
        padding: 0;
        border: none
    }

    .woocommerce .stt-sidebar-wrapper.stt-sidebar-canvas.on-mobile .sidebar-mobile-heading .heading .text {
        color: var(--secondary-222222);
        letter-spacing: normal;
        font-size: 2.4rem;
        line-height: 1;
        text-transform: uppercase;
        font-weight: 400
    }

    .woocommerce .stt-sidebar-wrapper.stt-sidebar-canvas.on-mobile .sidebar-mobile-heading .heading .count {
        right: -30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .woocommerce .stt-sidebar-wrapper.stt-sidebar-canvas.on-mobile .sidebar-mobile-heading .btn-close .icon {
        background: 0 0
    }

    .woocommerce .stt-sidebar-wrapper.stt-sidebar-canvas.on-mobile .sidebar-mobile-heading .btn-close .icon:hover {
        background: #e0e0e0
    }

    .woocommerce .stt-sidebar-wrapper.stt-sidebar-canvas.on-mobile .sidebar-render {
        height: 100%;
        padding: 50px 50px 30px;
        position: relative;
        overflow-y: unset
    }

    .woocommerce .stt-sidebar-wrapper.stt-sidebar-canvas.on-mobile .sidebar-render .ss-scroll {
        position: absolute;
        right: 10px !important
    }

    .woocommerce .stt-sidebar-wrapper.stt-sidebar-canvas.on-mobile .stt-filter-string {
        margin: 0 0 30px;
        padding-bottom: 50px;
        border-bottom: 1px solid #e0e0e0
    }

    .woocommerce .stt-sidebar-wrapper.stt-sidebar-canvas.on-mobile .woocommerce-filter-sidebar .widget {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 0
    }

    .woocommerce .stt-sidebar-wrapper.stt-sidebar-canvas.on-mobile .woocommerce-filter-sidebar .widget:not(:last-child) {
        border-bottom: 1px solid #e0e0e0
    }

    .woocommerce .stt-sidebar-wrapper.stt-sidebar-canvas.on-mobile .woocommerce-filter-sidebar .widget:first-child {
        padding-top: 0
    }

    .woocommerce .stt-sidebar-wrapper.stt-sidebar-canvas.on-mobile .woocommerce-filter-sidebar .widget .stt-select-filter-wrapper .stt-select-filter-heading, .woocommerce .stt-sidebar-wrapper.stt-sidebar-canvas.on-mobile .woocommerce-filter-sidebar .widget .widget-content .widget-title {
        padding: 20px 0 30px;
        position: relative
    }

    .woocommerce .stt-sidebar-wrapper.stt-sidebar-canvas.on-mobile .woocommerce-filter-sidebar .widget:first-child .stt-select-filter-wrapper .stt-select-filter-heading, .woocommerce .stt-sidebar-wrapper.stt-sidebar-canvas.on-mobile .woocommerce-filter-sidebar .widget:first-child .widget-content .widget-title {
        padding-top: 0
    }

    .woocommerce .stt-sidebar-wrapper.stt-sidebar-canvas.on-mobile .woocommerce-filter-sidebar .widget .stt-select-filter-wrapper .stt-select-filter-heading .text, .woocommerce .stt-sidebar-wrapper.stt-sidebar-canvas.on-mobile .woocommerce-filter-sidebar .widget .widget-content .widget-title {
        font-size: 1.6rem;
        line-height: 1.438;
        color: var(--secondary-828282);
        letter-spacing: normal;
        text-transform: uppercase
    }
}

@media (max-width: 991px) {
    .woocommerce .stt-sidebar-wrapper.stt-sidebar-mobile-style-1 .sidebar-render {
        position: relative;
        padding: 0 16px 30px;
        overflow-y: auto
    }

    .woocommerce .stt-sidebar-wrapper.stt-sidebar-mobile-style-1 .sidebar-render .ss-scroll {
        position: absolute;
        right: 5px !important
    }

    .woocommerce .stt-sidebar-wrapper.stt-sidebar-mobile-style-1 .sidebar-mobile-heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px;
        border-bottom: 1px solid #e0e0e0
    }

    .woocommerce .stt-sidebar-wrapper.stt-sidebar-mobile-style-1 .sidebar-mobile-heading .heading {
        color: var(--secondary-828282);
        font-size: 1.6rem;
        line-height: 1.438;
        letter-spacing: normal;
        text-transform: uppercase;
        font-weight: 400
    }

    .woocommerce .stt-sidebar-wrapper.stt-sidebar-mobile-style-1 .stt-filter-string {
        margin-bottom: 25px;
        margin-top: 0;
        padding-bottom: 25px;
        border-bottom: 1px solid var(--secondary-e0e0e0)
    }

    .woocommerce .stt-sidebar-wrapper.stt-sidebar-mobile-style-1 .stt-filter-string .title {
        font-size: 1.6rem;
        line-height: 1.438;
        letter-spacing: normal
    }

    .woocommerce .stt-sidebar-wrapper.stt-sidebar-mobile-style-1 .stt-filter-string .stt-filter-item.clear-all {
        font-size: 1.4rem;
        line-height: 22px;
        color: var(--secondary-828282);
        background: 0 0;
        text-decoration: underline
    }

    .woocommerce .stt-sidebar-wrapper.stt-sidebar-mobile-style-1 .stt-filter-string .stt-filter-item.clear-all:hover {
        color: var(--secondary-4f4f4f)
    }

    .woocommerce .stt-sidebar-wrapper.stt-sidebar-mobile-style-1 .woocommerce-filter-sidebar {
        display: block
    }

    .woocommerce .stt-sidebar-wrapper.stt-sidebar-mobile-style-1 .woocommerce-filter-sidebar .widget {
        width: 100%;
        max-width: 100%;
        padding-bottom: 30px;
        margin-bottom: 25px;
        border-bottom: 1px solid var(--secondary-e0e0e0)
    }

    .woocommerce .stt-sidebar-wrapper.stt-sidebar-mobile-style-1 .woocommerce-filter-sidebar .widget.stt-filter-attribute {
        padding-bottom: 30px
    }

    .woocommerce .stt-sidebar-wrapper.stt-sidebar-mobile-style-1 .woocommerce-filter-sidebar .widget:last-child {
        padding-bottom: 25px;
        margin-bottom: 0;
        border-bottom: none
    }
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-simple:not(.on-mobile) .sidebar-mobile-heading, .woocommerce .stt-sidebar-wrapper.stt-sidebar-toggle:not(.on-mobile) .sidebar-mobile-heading, .woocommerce .stt-sidebar-wrapper.stt-sidebar-toggle:not(.on-mobile) .stt-filter-string {
    display: none
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-simple:not(.on-mobile) .stt-filter-string {
    margin-bottom: 50px
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-simple:not(.on-mobile) .woocommerce-filter-sidebar {
    height: auto
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-simple:not(.on-mobile) .widget {
    padding-bottom: 30px
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-simple:not(.on-mobile) .widget:not(:last-child) {
    border-bottom: 1px solid var(--secondary-e0e0e0);
    margin-bottom: 47px
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-simple:not(.on-mobile) .sidebar-render {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 80px)
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-toggle:not(.on-mobile) .sidebar-filter-on-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 30px;
    padding-bottom: 50px
}

@media (max-width: 1490px) {
    .woocommerce .stt-sidebar-wrapper.stt-sidebar-toggle:not(.on-mobile) .sidebar-filter-on-top {
        padding-top: 20px;
        padding-bottom: 40px
    }
}

@media (max-width: 1399px) {
    .woocommerce .stt-sidebar-wrapper.stt-sidebar-toggle:not(.on-mobile) .sidebar-filter-on-top {
        padding-bottom: 25px
    }
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-toggle:not(.on-mobile) .sidebar-filter-on-top .widget {
    position: relative;
    width: 100%;
    padding: 20px 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    border: none;
    margin-bottom: 0
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .sidebar-mobile-heading, .woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .stt-filter-string {
    display: none
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget:not(:last-child) {
    margin-right: 50px
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget .stt-select-filter-heading {
    margin-bottom: 0
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget .stt-select-filter-heading .text, .woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget:not(.stt-filter-category-product):not(.stt-filter-attribute) .widget-title {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
    color: var(--secondary-565656, #565656);
    font-size: 1.4rem;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
    -webkit-transition: color .15s ease;
    transition: color .15s ease
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget .stt-select-filter-heading .text:after, .woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget:not(.stt-filter-category-product):not(.stt-filter-attribute) .widget-title:after {
    content: "\e93c";
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: icowooler;
    font-size: 14px;
    color: var(--secondary-565656, #565656);
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget .stt-select-filter-heading .text:hover, .woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget .stt-select-filter-heading .text:hover:after, .woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget:not(.stt-filter-category-product):not(.stt-filter-attribute) .widget-title:hover, .woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget:not(.stt-filter-category-product):not(.stt-filter-attribute) .widget-title:hover:after {
    color: var(--secondary-222222)
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget.widget-open .stt-select-filter-heading .text:after, .woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget.widget-open:not(.stt-filter-category-product):not(.stt-filter-attribute) .widget-title:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget:not(.stt-filter-category-product):not(.stt-filter-attribute) .widget-content {
    position: relative
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget:not(.stt-filter-category-product):not(.stt-filter-attribute) .widget-inner {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 250px;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .15);
    z-index: 10;
    display: none
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget.widget_price_filter .stt_price_slider_wrapper .price_slider_amount {
    position: absolute;
    top: 0
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget.widget_price_filter .stt_price_slider_wrapper .price_slider_amount .price_label {
    margin-top: 30px;
    font-size: 1.4rem;
    line-height: 20px
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget.widget_price_filter .stt_price_slider_wrapper .stt_price_slider {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    height: 1px;
    width: calc(100% - 20px)
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget.widget_price_filter .stt_price_slider_wrapper .ui-slider-handle {
    top: -9px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--secondary-ffffff);
    border: 1px solid var(--secondary-222222)
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget.widget_price_filter .stt_price_slider_wrapper .ui-slider-range {
    height: 1px;
    background: var(--secondary-222222)
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget.widget_price_filter .stt_price_slider_wrapper .ui-slider-range + .ui-slider-handle, .woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget.widget_price_filter .stt_price_slider_wrapper .ui-slider-range + .ui-slider-handle + .ui-slider-handle {
    margin-left: 0
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget .stt-select-filter-wrapper {
    position: relative
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget .stt-select-filter-wrapper .stt-select-filter-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 250px;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .15);
    z-index: 10;
    display: none
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget.stt-filter-attribute .stt-select-filter-wrapper[data-type=color] .stt-select-filter-dropdown {
    padding: 10px 20px 30px;
    margin-left: -10px;
    margin-right: -10px
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget.stt-filter-attribute .stt-select-filter-wrapper[data-type=color] .stt-select-filter-dropdown-item {
    margin-top: 20px;
    margin-bottom: 0
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget.stt-filter-attribute .stt-select-filter-wrapper[data-type=color] .stt-select-filter-dropdown-item .extra {
    padding: 0;
    border: none
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget.stt-filter-attribute .stt-select-filter-wrapper[data-type=color] .stt-select-filter-dropdown-item.active .color:after, .woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget.stt-filter-attribute .stt-select-filter-wrapper[data-type=color] .stt-select-filter-dropdown-item:hover .color:after {
    opacity: 1
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget.stt-filter-attribute .stt-select-filter-wrapper[data-type=color] .stt-select-filter-dropdown-item.active .extra, .woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget.stt-filter-attribute .stt-select-filter-wrapper[data-type=color] .stt-select-filter-dropdown-item:hover .extra {
    border: none
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget.stt-filter-attribute .stt-select-filter-wrapper[data-type=checkbox] .stt-select-filter-dropdown-item {
    line-height: 20px;
    margin-bottom: 20px
}

.woocommerce .stt-sidebar-wrapper.stt-sidebar-dropdown:not(.on-mobile) .woocommerce-filter-sidebar .widget.stt-filter-attribute .stt-select-filter-wrapper[data-type=checkbox] .stt-select-filter-dropdown-item:not(:last-child) {
    margin-bottom: 20px
}

.woocommerce .stt-shop-page {
    padding-bottom: 100px
}

@media (max-width: 991px) {
    .woocommerce .stt-shop-page {
        padding-bottom: 60px
    }
}

@media (max-width: 767px) {
    .woocommerce .stt-shop-page {
        padding-bottom: 50px
    }
}

.woocommerce .stt-shop-page.stt-shop-page-filter-on-sidebar .content-area {
    padding-top: 50px
}

.woocommerce .stt-shop-page.stt-shop-page-filter-on-sidebar .top-filter {
    margin-bottom: 50px
}

.woocommerce .stt-shop-page.stt-shop-page-filter-on-sidebar .top-filter .btn-toggle {
    display: none
}

@media (max-width: 991px) {
    .woocommerce .stt-shop-page.stt-shop-page-filter-on-sidebar .content-area {
        padding-top: 25px
    }

    .woocommerce .stt-shop-page.stt-shop-page-filter-on-sidebar .top-filter {
        margin-bottom: 25px
    }

    .woocommerce .stt-shop-page.stt-shop-page-filter-on-sidebar .top-filter .btn-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.woocommerce .stt-shop-page.stt-shop-page-filter-on-top .top-filter-wrapper {
    border-bottom: 1px solid #e0e0e0
}

.woocommerce .stt-shop-page.stt-shop-page-filter-on-top .top-filter {
    padding-top: 50px;
    padding-bottom: 50px
}

.woocommerce .stt-shop-page.stt-shop-page-filter-on-top .filter-on-top-area {
    display: none;
    border-bottom: 1px solid var(--secondary-e0e0e0)
}

.woocommerce .stt-shop-page.stt-shop-page-filter-on-top .stt-woo-content-render {
    position: relative
}

.woocommerce .stt-shop-page.stt-shop-page-filter-on-top .content-area {
    padding-top: 50px
}

.woocommerce .stt-shop-page.stt-shop-page-filter-on-top .content-area .stt-filter-string {
    padding-bottom: 0;
    margin-bottom: 20px;
    border: none
}

.woocommerce .stt-shop-page.stt-shop-page-filter-on-top .content-area .stt-filter-string .title {
    margin-right: 20px;
    margin-bottom: 0;
    float: left
}

@media (max-width: 991px) {
    .woocommerce .stt-shop-page.stt-shop-page-filter-on-top .filter-on-top-area {
        display: block !important;
        border: none
    }

    .woocommerce .stt-shop-page.stt-shop-page-filter-on-top .top-filter {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .woocommerce .stt-shop-page.stt-shop-page-filter-on-top .content-area .stt-filter-string {
        display: none
    }
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .woocommerce-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-parent {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 991px) {
    .woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-parent {
        margin-top: 30px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (max-width: 767px) {
    .woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-parent {
        margin-top: 20px
    }
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-parent .left-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991px) {
    .woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-parent .left-area {
        display: none
    }
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-parent .left-area .back-page {
    margin-top: 1px;
    font-size: 1.4rem;
    line-height: 26px;
    color: var(--secondary-222222)
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-parent .left-area .back-page .icon {
    margin-right: 5px;
    color: var(--secondary-828282)
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-parent .left-area .back-page .text {
    position: relative;
    text-transform: uppercase
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-parent .left-area .back-page .text:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--secondary-222222);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-parent .left-area .back-page:hover .text:after {
    opacity: 1
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-parent .left-area .woocommerce-breadcrumb {
    margin-left: 20px;
    margin-bottom: 0;
    color: var(--secondary-828282);
    font-size: 1.6rem;
    line-height: 26px
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-parent .left-area .woocommerce-breadcrumb a {
    color: var(--secondary-828282)
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-parent .left-area .woocommerce-breadcrumb a:hover {
    color: var(--secondary-222222)
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-parent .right-area {
    overflow: hidden
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-parent .right-area .category-list {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -15px
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-parent .right-area .category-list:after {
    content: "";
    display: table;
    clear: both
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-parent .right-area .category-list .category-item {
    float: left;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-parent .right-area .category-list .category-item a {
    position: relative;
    display: block;
    color: var(--secondary-bdbdbd);
    font-size: 1.4rem;
    line-height: 22px;
    text-transform: uppercase
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-parent .right-area .category-list .category-item a:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0%;
    height: 1px;
    background: var(--secondary-222222);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-parent .right-area .category-list .category-item:not(:last-child) {
    position: relative
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-parent .right-area .category-list .category-item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: var(--secondary-bdbdbd)
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-parent .right-area .category-list .category-item.active a, .woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-parent .right-area .category-list .category-item:hover a {
    color: var(--secondary-222222)
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-parent .right-area .category-list .category-item.active a:after, .woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-parent .right-area .category-list .category-item:hover a:after {
    opacity: 1;
    width: 100%
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-children {
    margin-top: 55px;
    margin-bottom: 0
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-children .slick-arrow {
    margin-top: -35px
}

@media (max-width: 767px) {
    .woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-parent .right-area .category-list .category-item a {
        font-size: 1.2rem;
        line-height: 16px
    }

    .woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-children {
        margin-top: 25px
    }

    /*.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-children .slick-next, .woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-children .slick-prev {*/
    /*    display: none !important*/
    /*}*/
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-children-js {
    margin-bottom: 0
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-children-js .slick-slide {
    margin: 0 10px
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-children-js .slick-list {
    margin: 0 -10px
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-children-js.no-dot .slick-dots {
    display: none
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-children-js .slick-dots {
    position: static;
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-children-js .slick-dots li {
    width: auto;
    height: auto;
    margin-left: 6px;
    margin-right: 6px
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-children-js .slick-dots li button {
    padding: 0;
    width: 6px;
    height: 6px;
    background: var(--secondary-e0e0e0);
    border-radius: 50%
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-children-js .slick-dots li button:before {
    display: none
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-children-js .slick-dots li.slick-active button {
    background: var(--secondary-bdbdbd)
}

@media (max-width: 767px) {
    .woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-children-js .slick-dots {
        margin-top: 25px
    }
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-children-js .category-filter-children-item {
    width: 16.6666666667%
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-children-js .category-filter-children-item .thumbnail-inner {
    position: relative;
    padding-bottom: 120%
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-children-js .category-filter-children-item .thumbnail-inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 9;
    pointer-events: none
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-children-js .category-filter-children-item .thumbnail-inner:hover:after {
    background: rgba(0, 0, 0, .3)
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-children-js .category-filter-children-item .thumbnail-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-children-js .category-filter-children-item .title {
    position: relative;
    margin-top: 12px;
    text-align: center;
    color: var(--secondary-4f4f4f);
    font-size: 1.6rem;
    line-height: 1.438;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: normal
}

@media (max-width: 767px) {
    .woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-children-js .category-filter-children-item .title {
        font-size: 1.4rem
    }
}

@media (max-width: 650px) {
    .woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-children-js .category-filter-children-item .title {
        font-size: 1.2rem
    }
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-heading {
    margin-top: 90px;
    margin-bottom: 90px;
    text-align: center;
    color: var(--secondary-222222);
    font-size: 3rem;
    line-height: 43px;
    text-transform: uppercase;
    font-weight: 400
}

@media (max-width: 991px) {
    .woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-heading {
        margin-top: 60px;
        margin-bottom: 60px;
        font-size: 2.4rem;
        line-height: 35px
    }
}

@media (max-width: 650px) {
    .woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .category-filter-heading {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .inline-filter-wrapper {
        margin-bottom: 20px
    }
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .inline-filter-wrapper .inline-filter-heading {
    position: relative;
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .inline-filter-wrapper .inline-filter-heading .text {
    color: #565656;
    font-size: 1.4rem;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: normal;
    -webkit-transition: color .3s;
    transition: color .3s
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .inline-filter-wrapper .inline-filter-heading .count {
    position: absolute;
    top: -16px;
    right: -15px;
    background: #e0a068;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    color: var(--secondary-ffffff)
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .inline-filter-wrapper .inline-filter-heading .plus {
    display: none;
    margin-left: 5px
}

@media (max-width: 991px) {
    .woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .inline-filter-wrapper .inline-filter-heading .count {
        right: 15px
    }

    .woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .inline-filter-wrapper .inline-filter-heading .plus {
        -webkit-transition: color .3s;
        transition: color .3s;
        display: inline-block;
        color: var(--secondary-565656, #565656)
    }

    .woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .inline-filter-wrapper .inline-filter-heading .plus i {
        line-height: 20px
    }

    .woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .inline-filter-wrapper .inline-filter-heading.has-filter .plus {
        margin-left: 15px
    }
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .inline-filter-wrapper .inline-filter-heading.stt-toggle-mobile-widget {
    cursor: pointer
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .inline-filter-wrapper .inline-filter-heading.stt-toggle-mobile-widget:hover .plus, .woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .inline-filter-wrapper .inline-filter-heading.stt-toggle-mobile-widget:hover .text {
    color: var(--secondary-222222)
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .inline-filter-wrapper .top-filter {
    padding: 20px 0;
    border-top: 1px solid var(--secondary-e0e0e0);
    border-bottom: 1px solid var(--secondary-e0e0e0);
    line-height: 20px
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .inline-filter-wrapper .top-filter .filter-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .inline-filter-wrapper .top-filter .filter-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: normal;
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .inline-filter-wrapper .top-filter .filter-right .stt-filter-results {
    display: none
}

@media (max-width: 480px) {
    .woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .inline-filter-wrapper .top-filter .filter-left {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .inline-filter-wrapper .top-filter .filter-left .inline-filter-heading {
        margin-right: 0
    }
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .content-area .stt-filter-string .title, .woocommerce .stt-shop-page.stt-shop-page-filter-on-sidebar-canvas .content-area .stt-filter-string .title {
    margin-bottom: 0;
    margin-right: 20px;
    float: left
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .content-area {
    position: relative;
    padding-top: 50px
}

@media screen and (max-width: 767px) {
    .woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .content-area {
        padding-top: 0
    }
}

.woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .content-area .stt-filter-string {
    border: none;
    padding-bottom: 20px
}

.woocommerce .stt-shop-page.stt-shop-page-filter-on-sidebar-canvas .top-filter-wrapper {
    border-bottom: 1px solid var(--secondary-e0e0e0)
}

.woocommerce .stt-shop-page.stt-shop-page-filter-on-sidebar-canvas .top-filter {
    padding-top: 50px;
    padding-bottom: 50px
}

.woocommerce .stt-shop-page.stt-shop-page-filter-on-sidebar-canvas .content-area {
    padding-top: 50px
}

.woocommerce .stt-shop-page.stt-shop-page-filter-on-sidebar-canvas .content-area .stt-filter-string {
    border: none;
    padding-bottom: 20px
}

@media (max-width: 991px) {
    .woocommerce .stt-shop-page.stt-shop-page-filter-dropdown-on-top .inline-filter-wrapper .top-filter {
        padding-left: 0;
        padding-right: 0
    }

    .woocommerce .stt-shop-page.stt-shop-page-filter-on-sidebar-canvas .top-filter {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .woocommerce .stt-shop-page.stt-shop-page-filter-on-sidebar-canvas .top-filter .filter-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .woocommerce .stt-shop-page.stt-shop-page-filter-on-sidebar-canvas .content-area {
        padding-top: 25px
    }
}

.woocommerce .stt-shop-page.stt-shop-page-filter-with-list-category .top-filter-wrapper {
    border-bottom: 1px solid var(--secondary-e0e0e0)
}

.woocommerce .stt-shop-page.stt-shop-page-filter-with-list-category .top-filter {
    padding-top: 50px;
    padding-bottom: 50px
}

.woocommerce .stt-shop-page.stt-shop-page-filter-with-list-category .filter-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.woocommerce .stt-shop-page.stt-shop-page-filter-with-list-category .filter-left .stt-list-popular-categories {
    list-style: none;
    margin: 0 0 0 35px;
    padding: 0
}

.woocommerce .stt-shop-page.stt-shop-page-filter-with-list-category .filter-left .stt-list-popular-categories li {
    display: block;
    float: left
}

.woocommerce .stt-shop-page.stt-shop-page-filter-with-list-category .filter-left .stt-list-popular-categories li:not(:last-child) {
    margin-right: 20px
}

.woocommerce .stt-shop-page.stt-shop-page-filter-with-list-category .filter-left .stt-list-popular-categories li a {
    color: var(--secondary-828282);
    font-size: 1.4rem;
    line-height: 1.438;
    text-transform: uppercase;
    -webkit-transition: color .15s ease;
    transition: color .15s ease
}

.woocommerce .stt-shop-page.stt-shop-page-filter-with-list-category .filter-left .stt-list-popular-categories li.active a, .woocommerce .stt-shop-page.stt-shop-page-filter-with-list-category .filter-left .stt-list-popular-categories li:hover a {
    color: var(--secondary-222222)
}

.woocommerce .stt-shop-page.stt-shop-page-filter-with-list-category .content-area {
    padding-top: 50px
}

.woocommerce .stt-shop-page.stt-shop-page-filter-with-list-category .content-area .stt-filter-string {
    border: none;
    padding-bottom: 20px
}

.woocommerce .stt-shop-page.stt-shop-page-filter-with-list-category .content-area .stt-filter-string .title {
    float: left;
    margin-bottom: 0;
    margin-right: 20px
}

@media (max-width: 991px) {
    .woocommerce .stt-shop-page.stt-shop-page-filter-with-list-category .top-filter {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .woocommerce .stt-shop-page.stt-shop-page-filter-with-list-category .content-area {
        padding-top: 25px
    }

    .woocommerce .stt-shop-page.stt-shop-page-category-masonry .stt-woo-content-render {
        padding-bottom: 60px
    }
}

.woocommerce .stt-shop-page.stt-shop-page-category-masonry .stt-woo-content-render {
    padding-top: 90px
}

.woocommerce .stt-shop-page.stt-shop-page-category-masonry .products .product-category.product-category-masonry {
    margin-bottom: 0 !important
}

.woocommerce .stt-shop-page.stt-shop-page-category-masonry .products .product-category.product-category-masonry:not(.last) {
    margin-bottom: 92px !important
}

@media (max-width: 1199px) {
    .woocommerce .stt-shop-page.stt-shop-page-category-masonry .products .product-category.product-category-masonry:not(.last) {
        margin-bottom: 50px !important
    }
}

.woocommerce .stt-shop-page.stt-shop-page-category-masonry .products .product-category.product-category-masonry .thumbnail-inner {
    position: relative;
    padding-top: 450px;
    overflow: hidden
}

@media (max-width: 767px) {
    .woocommerce .stt-shop-page.stt-shop-page-filter-with-list-category .top-filter .filter-left .stt-list-popular-categories {
        display: none
    }

    .woocommerce .stt-shop-page.stt-shop-page-category-masonry .stt-woo-content-render {
        padding-bottom: 40px
    }

    .woocommerce .stt-shop-page.stt-shop-page-category-masonry .products .product-category.product-category-masonry .thumbnail-inner {
        padding-top: 350px
    }
}

@media (max-width: 500px) {
    .woocommerce .stt-shop-page.stt-shop-page-category-masonry .products .product-category.product-category-masonry .thumbnail-inner {
        padding-top: 400px
    }
}

.woocommerce .stt-shop-page.stt-shop-page-category-masonry .products .product-category.product-category-masonry .thumbnail-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.woocommerce .stt-shop-page.stt-shop-page-category-masonry .products .product-category.product-category-masonry .woocommerce-loop-category__count {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 26px;
    color: var(--secondary-828282);
    text-align: center
}

.woocommerce .stt-shop-page.stt-shop-page-category-masonry .products .product-category.product-category-masonry .woocommerce-loop-category__title {
    margin-top: 7px;
    font-size: 3rem;
    line-height: 34px;
    color: var(--secondary-222222);
    font-weight: 400;
    text-align: center
}

.woocommerce .stt-shop-page.stt-shop-page-category-masonry .products .product-category.product-category-masonry .woocommerce-loop-category__title .count {
    display: none
}

@media (max-width: 991px) {
    .woocommerce .stt-shop-page.stt-shop-page-category-masonry .products .product-category.product-category-masonry .woocommerce-loop-category__title {
        font-size: 2.5rem;
        line-height: 30px
    }
}

.woocommerce .stt-shop-page.stt-shop-page-category-masonry .products .product-category.product-category-masonry.large-box .thumbnail-inner {
    padding-top: 550px
}

@media (min-width: 992px) {
    .woocommerce .stt-shop-page.stt-shop-page-category-masonry .products .product-category.product-category-masonry.small-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .woocommerce .stt-shop-page.stt-shop-page-category-masonry .products .product-category.product-category-masonry.medium-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        margin-left: 8.333333%
    }

    .woocommerce .stt-shop-page.stt-shop-page-category-masonry .products .product-category.product-category-masonry.large-box {
        width: 100%
    }

    .woocommerce .stt-shop-page.stt-shop-page-category-masonry .products .product-category.product-category-masonry.large-box .img-wrapper {
        padding-top: 550px
    }
}

@media (max-width: 767px) {
    .woocommerce .stt-shop-page.stt-shop-page-category-masonry .products .product-category.product-category-masonry .woocommerce-loop-category__title {
        font-size: 2.2rem;
        line-height: 30px
    }

    .woocommerce .stt-shop-page.stt-shop-page-category-masonry .products .product-category.product-category-masonry.large-box .img-wrapper {
        padding-top: 450px
    }
}

@media (max-width: 500px) {
    .woocommerce .stt-shop-page.stt-shop-page-category-masonry .products .product-category.product-category-masonry.medium-box, .woocommerce .stt-shop-page.stt-shop-page-category-masonry .products .product-category.product-category-masonry.small-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .woocommerce .stt-shop-page.stt-shop-page-category-masonry .products .product-category.product-category-masonry.large-box .img-wrapper {
        padding-top: 400px
    }
}
