
#subcategories .subcategory-heading {
    margin-bottom: 20px;
    font-weight: 500
}

#subcategories ul {
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -10px
}

.block-category img {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

#subcategories ul li {
    width: calc(100% / 6 - 20px);
    margin: 0 10px 10px;
    text-align: center;
}

#subcategories ul li .subcategory-image {
    padding: 0 0 8px
}

#subcategories ul li .subcategory-image a {
    display: block;
    padding: 9px;
    border: 1px solid var(--theme-color-grey-bg)
}

#subcategories ul li .subcategory-image a img {
    max-width: 100%;
    vertical-align: top;
    height: auto;
}

#subcategories ul li .subcategory-name {
    text-transform: uppercase
}

#subcategories ul li .cat_desc {
    display: none
}

#subcategories ul li:hover .subcategory-image a {
    border: 1px solid var(--theme-color)
}

#subcategories a img {
    transition: transform 0.3s ease;
    height: 100%;
    width: 100%;
}

#subcategories a:hover img {
    transform: scale(1.05);
}

.sort-by-row {
    justify-content: flex-end;
}

.products-sort-order {
    min-width: 250px;
}

.foldered .af-parent-category > label .name {
    display: flex;
}

.products-sort-order button {
    text-align: right;
}

.cf-wrapper.top {
    margin: 0 0 25px 0 !important;
}

#amazzing_filter .title_block {
    display: none;
}

.selectedFilters {
    clear: both;
    margin-bottom: 30px;
}

.af_filter .radio {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.af-radio-label .name {
    display: flex;
    justify-content: space-between;
    width: 98%;
    position: relative;
    padding-left: 16px;
}

.af-radio-label .name:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--theme-color-grey-lighter);
    position: absolute;
    display: block;
    top: 5px;
    left: 0;
}

.af_filter_content li.active .af-radio-label .name {
    color: var(--theme-color);
}

.af-radio-label:hover .name:before {
    background-color: var(--theme-color);
}

.af_filter .name {
    line-height: 120%;
    display: block;
}

.af-radio-label .name {
    padding-left: 15px !important;
}

.af_filter .name a {
    color: var(--theme-text-color);
}

.af_filter label {
    position: relative;
    display: block;
}

.af-checkbox-label .name {
    margin-left: 22px;
}

.af_filter_content li .af-checkbox-label input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.af_filter_content li .af-checkbox-label:before, .af_filter_content li .af-checkbox-label:after {
    content: '';
    cursor: pointer;
    display: block;
    position: absolute;
    border-radius: 2px;
}

.af_filter_content li .af-checkbox-label:before {
    background: var(--theme-color-white);
    width: 18px;
    height: 18px;
    top: 1px;
    left: 0;
    z-index: 2;
    border: 1px solid var(--theme-color-grey-lighter);
}

.af_filter_content li.active .af-checkbox-label:after {
    background: var(--theme-color);
    width: 14px;
    height: 14px;
    top: 3px;
    left: 2px;
    z-index: 3;
}

.ze-feature-color-square {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 1px solid var(--theme-color-grey-lighter);
    position: relative;
}

.af_filter_content li .af-checkbox-label.ze-feature-has-color:before,
.af_filter_content li .af-checkbox-label.ze-feature-has-color:after {
    display: none;
}

.af_filter_content li.active .ze-feature-color-square:after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: currentColor;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

.af-checkbox-label.ze-feature-has-color .name {
    margin-left: 5px !important;
}

#amazzing_filter a.icon-lock {
    position: absolute;
    z-index: 9;
    top: 4px;
}

.has-customer-filter .af-radio-label .name:before {
    background-color: var(--theme-color-white);
}

.sort-view {
    display: flex;
}

#grid {
    margin-right: 10px;
    font-size: 20px;
    width: 20px;
    height: 20px;
}

#list {
    width: 19px;
    height: 19px;
    font-size: 19px;
    margin-top: 1px;
}

.sort-view-item {
    color: var(--theme-color-grey-lighter);
    cursor: pointer;
}

.sort-view-item.active {
    color: var(--theme-color);
}

.category-title {
    display: flex;
    align-items: center;
}

.download-products, .download-delivery {
    margin-left: 20px;
    cursor: pointer;
}

.breadcrumb .container {
    position: relative;
}

.multiply-add-to-cart {
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    background: var(--theme-text-color);
    color: var(--theme-color-white);
    padding: 10px 14px;
    width: 40px;
    height: 100vh;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.multiply-add-to-cart span {
    white-space: nowrap;
    transform: rotate(90deg);
    display: block;
    width: 20px;
    margin-top: -32vh;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
}

.multiply-add-to-cart:hover {
    background: var(--theme-color-grey-bg);
    color: var(--theme-text-color);
}


.pagination {
    width: 100%;
    font-size: .875rem
}


.pagination .page-list {
    padding: .375rem;
    margin-bottom: 0;
    background: var(--theme-color-white);
    display: flex;
    justify-content: flex-end;
}

.pagination a {
    font-weight: 600;
    color: var(--theme-text-color);
    padding: 0 10px;
}

.pagination > .row {
    align-items: center;
}

.pagination a:not(.previous):not(.next) {
    letter-spacing: .125rem
}


.pagination .disabled {
    color: var(--theme-text-color)
}

.pagination .current a {
    font-size: 1.25rem;
    color: var(--theme-color);
    text-decoration: none
}

.page-list li:first-of-type, .page-list li:last-of-type {
    white-space: nowrap;
}

.af_subtitle.toggle-content:before {
    right: 8px !important;
}

#select-per-page {
    width: 100%;
    color: var(--theme-text-color);
    cursor: pointer;
    background: var(--theme-color-grey-bg);
    border: 0;
    height: 35px;
    line-height: 100%;
    border-radius: 4px;
    padding: 0 6px;
}

.btn-unstyle.select-title {
    padding: 7px 5px 7px 15px;
    display: flex;
    justify-content: space-between;
}

.preloader .circular {
    position: fixed;
    top: 50%;
}

#products.list .js-product {
    width: 100%;
}

#products.list .js-product .thumbnail-container {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--theme-color-grey-lighter);
}

#products.list .js-product .thumbnail-top {
    width: 200px;
    margin-right: 15px;
    margin-bottom: 15px;
}

#products.list .js-product .product-price-wrap {
    justify-content: flex-start;
    background: var(--theme-color-grey-bg);
    padding: 6px 20px;
    margin-top: 20px;
    margin-right: 20px;
    gap: 20px;
}

#products.list .js-product .process-available .available-total {
    display: none;
}

#products.list .js-product .description {
    font-size: 13px;
    margin-top: 10px;
    padding-right: 9px;
}

#products.list .js-product .add-to-cart-form-item .quantity-wrapper {
    width: 100%;
}

#products.list .js-product .add-to-cart-form-item .quantity-wrapper .bootstrap-touchspin {
    justify-content: center;
}

#products.list .js-product button[type="submit"] {
    width: 100%;
    margin-top: 10px;
}

#products.list .for-list {
    display: block;
}

#products.list .js-product .product-flags {
    position: static;
    margin: 0;
}

#products.list .js-product .add-to-cart-form-item {
    width: 200px;
    display: block;
}

#products.list .js-product .product-description {
    width: calc(100% - 415px);
}

.product-in-cart .has span {
    display: none;
}

#products.list .product-in-cart .has span {
    display: block;
}

#products.list .product-in-cart {
    margin: 10px 0;
}

#products.list .product-in-cart i {
    margin-right: 7px;
}

#products.list .product-in-cart .has {
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: center;
}

#products {
    color: var(--theme-text-color)
}

#products .products-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#products .up {
    margin-bottom: 1rem
}

#products .up .btn-secondary .material-icons, #products .up .btn-tertiary .material-icons {
    margin-right: 0
}


#manufacturer .block-categories, #manufacturer .cf-wrapper.top,
#category.category-id-2 .cf-wrapper.top,
#search .block-categories, #search .cf-wrapper.top,
#new-products .block-categories, #new-products .cf-wrapper.top,
#prices-drop .block-categories, #prices-drop .cf-wrapper.top,
#best-sales .block-categories, #best-sales .cf-wrapper.top {
    display: none;
}


.block-categories {
    background: var(--theme-color-white);
    position: relative;
    border-radius: 6px;
    border: 1px solid var(--theme-color-grey-lighter);
    padding: 10px 20px 0 20px;
    background: var(--theme-color-white);
    margin-bottom: 25px;
}

.block-categories .h6 {
    position: absolute !important;
    top: 0;
    left: 12px;
    transform: translateY(-50%);
    padding: 0 8px !important;
    background-color: var(--theme-color-white);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700 !important;
    color: var(--theme-text-color);
}

.block-categories .category-sub-menu li {
    position: relative;
    padding: 6px 0 6px 15px;
}

.block-categories .category-sub-menu li[data-depth="1"] {
    padding: 8px 0 3px 15px;
}

.block-categories .category-sub-menu a {
    line-height: 120%;
}

.block-categories .category-sub-menu li > a {
    padding-right: 15px;
    position: relative;
    font-size: 15px;
    display: block;
}

.block-categories .category-sub-menu li > a:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--theme-color-grey-lighter);
    position: absolute;
    display: block;
    top: 5px;
    left: -15px;
}

.block-categories .category-sub-menu li:hover > a:before {
    background-color: var(--theme-color);
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
    padding-left: .3125rem
}

.block-categories a, .facets-title {
    color: var(--theme-text-color)
}

.block-categories .collapse-icons {
    position: absolute;
    top: 6px;
    right: -12px;
    padding: 0;
    cursor: pointer;
    content: '+';
    font-family: Arial, sans-serif;
    line-height: 0.5em;
    width: 18px;
    height: 19px;
}

.block-categories .collapse-icons .material-icons {
    font-size: 16px;
    font-weight: 600;
}

.block-categories ul ul.category-sub-menu {
    margin-left: 10px;
    margin-top: 10px;
}

.block-categories .collapse-icons .remove, .block-categories .collapse-icons[aria-expanded=true] .add {
    display: none
}

.block-categories .collapse-icons[aria-expanded=true] .remove {
    display: block
}

.block-categories .arrows .arrow-down:hover, .block-categories .arrows .arrow-right:hover, .block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover, .cart-grid-body a.label:hover {
    color: var(--theme-color)
}

.block-categories .arrows .arrow-down, .block-categories .arrows .arrow-right {
    margin-left: 2px;
    font-size: 20px;
    cursor: pointer
}

.block-categories .arrows .arrow-down, .block-categories .arrows[aria-expanded=true] .arrow-right {
    display: none
}

.block-categories .arrows[aria-expanded=true] .arrow-down {
    display: inline-block
}

.category-top-menu {
    margin-bottom: 5px;
}

.category-sub-menu .arrows {
    position: absolute;
    top: 6px;
    right: -13px;
}


.bootstrap-touchspin input.form-control, .bootstrap-touchspin input.input-group {
    margin: 0;
}

#category-description h2 {
    margin-top: 20px;
}

.af_filter.a6 li,
.af_filter.a7 li {
    display: inline-flex;
    vertical-align: top;
    margin: 0 8px 3px 0;
}

.af_filter.a6 li .af-checkbox-label:before,
.af_filter.a7 li .af-checkbox-label:before,
.af_filter.a6 li .af-checkbox-label:after,
.af_filter.a7 li .af-checkbox-label:after {
    opacity: 0;
}

.has-compact-filter #amazzing_filter .btn-holder {
    background: var(--theme-color-white);
}

.af_filter.a6 li .af-checkbox-label,
.af_filter.a7 li .af-checkbox-label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 29px;
    font-size: 13px;
    border: 1px solid var(--theme-color-grey-lighter);
    border-radius: 4px;
    background: var(--theme-color-white);
    cursor: pointer;
}

.af_filter.a6 li .af-checkbox-label input,
.af_filter.a7 li .af-checkbox-label input {
    position: absolute;
    opacity: 0;
    inset: 0;
    cursor: pointer;
}

.af_filter.a6 li .af-checkbox-label .name,
.af_filter.a7 li .af-checkbox-label .name {
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1;
}

.af_filter.a6 li.active .af-checkbox-label,
.af_filter.a7 li.active .af-checkbox-label {
    border-color: var(--theme-color);
}

.product-price-and-shipping .regular-price {
var(--theme-color);
}

.af_filter_content .no-matches {
    display: none !important;
}

@media (max-width: 1700px) {
    body#category, #header .header-top.is-fixed {
        padding-right: 40px;
    }
}

@media (min-width: 992px) {
    .af_filter.a6.cut-off ul, .af_filter.a7.cut-off ul {
        max-height: 192px;
        overflow-y: hidden;
    }

    .af_filter.a6 ul, .af_filter.a7 ul {
        overflow-y: auto;
    }

    .af_filter.expandable .af_filter_content {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 768px) {
    .af_filter {
        margin-bottom: 30px !important;
        border-radius: 6px;
        border: 1px solid var(--theme-color-grey-lighter);
        padding: 10px 20px;
        background: var(--theme-color-white);
    }

    .af_filter:not(.c):not(.p) {
        padding-right: 5px;
    }

    .af_filter.p .af-slider .slider_value.to_display, .af_filter.p .af_filter:hover .slider_value {
        float: none !important;
    }

    .af_filter.p .slider-values {
        display: flex;
        justify-content: space-between;
    }

    .af_filter.p .p_slider.af-slider {
        margin-bottom: 0;
    }

    .af_subtitle {
        position: absolute !important;
        top: 0;
        left: 12px;
        transform: translateY(-50%);
        padding: 0 8px !important;
        background-color: var(--theme-color-white);
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600 !important;
        color: var(--theme-text-color);
        width: calc(100% - 25px);
    }
}

@media (max-width: 1199px) {
    #subcategories ul li {
        width: calc(100% / 5 - 20px);
    }
}

@media (max-width: 991px) {
    .block-categories {
        display: none;
    }

    #subcategories ul li {
        width: calc(100% / 3 - 20px);
    }

    #products.list .js-product .thumbnail-container {
        display: block;
    }

    #products.list .js-product .thumbnail-top {
        width: 50%;
    }

    #products.list .js-product .product-description {
        width: 100%;
    }

    #products.list .js-product .add-to-cart-form-item {
        width: 100%;
        padding-bottom: 20px;
    }

    #products.list .js-product .product-price-wrap {
        margin-right: 0;
        text-align: center;
    }

    #products.list .js-product .product-price-and-shipping {
        margin: 0;
        text-align: center;
    }

    #products.list .js-product .process-available {
        padding-right: 0;
        max-width: 100%;
        text-align: center;
        display: block;
    }

    #products.list .js-product .process-available .text {
        display: block;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 991px) {


    #category #left-column #search_filters_wrapper {
        margin-right: -30px;
        margin-left: -30px
    }

    #category #left-column #search_filter_controls, .products-selection h1 {
        margin-bottom: 1rem;
        text-align: center
    }

    #category #left-column #search_filter_controls button {
        margin: 0 .5rem
    }

    #category #left-column #search_filters {
        padding: 0;
        margin-bottom: 20px;
        border-top: 1px solid var(--theme-color-grey-bg);
        -webkit-box-shadow: none;
        box-shadow: none
    }

    #category #left-column #search_filters .ui-slider-horizontal {
        margin-bottom: 20px
    }

    #category #left-column #search_filters .facet {
        padding-top: 0;
        border-bottom: 1px solid var(--theme-color-grey-bg)
    }

    #category #left-column #search_filters .facet .title {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer
    }

    #category #left-column #search_filters .facet .title .collapse-icons .remove, #category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .add {
        display: none
    }

    #category #left-column #search_filters .facet .collapse.in, #category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .remove {
        display: block
    }

    #category #left-column #search_filters .facet .facet-title {
        color: var(--theme-text-color);
        text-transform: uppercase
    }

    #category #left-column #search_filters .facet .h6 {
        display: inline-block;
        padding: 1.25rem;
        margin-bottom: 0
    }

    #category #left-column #search_filters .facet .navbar-toggler {
        display: inline-block;
        height: inherit;
        padding: 0 .625rem 0 0
    }

    #category #left-column #search_filters .facet .collapse {
        display: none
    }

    #category #left-column #search_filters .facet .facet-label a {
        margin-top: 0
    }

    #category #left-column #search_filters .facet ul {
        margin-bottom: 0
    }

    #category #left-column #search_filters .facet ul li {
        padding: 1.25rem;
        border-top: 1px solid var(--theme-color-grey-bg)
    }

    #category #search_filter_toggler {
        width: 100%
    }

    #_mobile_import_selector {
        width: 33%;
    }

    .multiply-add-to-cart {
        position: fixed;
        display: block;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 34%;
        height: auto;
        bottom: 0;
        top: initial;
        left: 33%;
        z-index: 10002;
    }

    .import-cart:before {
        display: none;
    }

    .compact-toggle .compact-toggle-icon {
        display: none !important;
    }

    .has-compact-filter #amazzing_filter {
        z-index: 10003 !important;
    }

    #amazzing_filter .compact-toggle.sticky {
        display: none;
    }

    #amazzing_filter .btn {
        font-size: 15px !important;
    }

    #_mobile_amazing_filters button {
        padding: 5px 20px;
        font-weight: 500;
    }

    .compact-toggle-text {
        transform: none !important;
        position: static !important;
        font-size: 15px !important;
        width: auto;
        line-height: 110% !important;
        font-weight: 700;
        padding: 14px 0;
        display: block;
        letter-spacing: 0 !important;
    }

    .multiply-add-to-cart span {
        transform: rotate(0);
        margin: 0;
        letter-spacing: 0;
        white-space: normal;
        max-width: 100%;
        font-size: 13px;
        width: auto;
        line-height: 110%;
        font-weight: 700;
        padding: 8px 0 8px;
    }

    .has-compact-filter #amazzing_filter .compact-toggle {
        position: fixed;
        width: 33%;
        top: initial !important;
        bottom: 0 !important;
        left: -33%;
        background: var(--theme-color);
        color: var(--theme-color-white);
    }

    #subcategories ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .products-sort-order {
        min-width: 1px;
        width: 100%;
        padding: 0 20px;
        background: var(--theme-color-grey-bg);
    }

    .products-sort-order .select-title {
        width: 100%;
    }

    .cart-message {
        width: calc(100% - 40px);
        margin-left: 20px;
    }

    body#category, #header .header-top.is-fixed {
        padding-right: 0;
    }

    .import-cart-wrap {
        top: 120px;
        position: absolute;
        left: 0;
        width: calc(100% - 40px);
        margin-left: 20px;
    }

    .pagination > .row {
        text-align: center;
    }
}

@media (max-width: 575px) {
    #category #left-column #search_filters_wrapper {
        margin-right: -15px;
        margin-left: -15px
    }

    #subcategories ul li {
        width: calc(100% / 2 - 20px);
    }

    .category-title {
        display: block;
    }

    .breadcrumb h1, .download-products, .download-delivery {
        display: inline-block;
    }

    .download-products img, .download-delivery img {
        margin-top: -13px;
    }
}