
#subcategories .subcategory-heading {
    margin-bottom: 20px;
    font-weight: 500
}

#subcategories ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -10px
}

#subcategories ul li {
    width: calc(100% / 7 - 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;
}

.breadcrumb h1 {
    font-size: 30px;
    margin-top: 10px;
}

.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;
}

#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;
    justify-content: space-between;
    align-items: center;
}

.download-products, .download-delivery {
    margin-left: 20px;
    cursor: pointer;
}

.breadcrumb .container {
    position: relative;
}

.category-sub-link.active {
    font-weight: bold;
    color: var(--theme-color);
}

.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: auto;
    margin-top: 0;
    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);
}


.af_subtitle.toggle-content:before {
    right: 8px !important;
}

#select-per-page {
    width: 100%;
    padding: 0;
    color: var(--theme-text-color);
    cursor: pointer;
    background: var(--theme-color-grey-bg);
    border: 0;
    height: 35px;
    line-height: 100%;
}

.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: #f8f8f8;
    padding: 6px 20px;
    margin-top: 20px;
    margin-right: 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 .product-price-and-shipping {
    margin: 0 60px;
}

#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;
}

#manufacturer .block-categories, #manufacturer .cf-wrapper.top,
#category.category-id-2 #amazzing_filter, #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.active {
    font-weight: 700;
    color: var(--theme-color);
}

.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;
}


@media (max-width: 1700px) {
    body#category, #header .header-top.is-fixed {
        padding-right: 40px;
    }
}

@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_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: 700 !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: 767px) {
    #_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 .btn {
        font-size: 15px !important;
    }

    .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-orange-darker);
    }

    #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;
    }

}

@media (max-width: 575px) {
    #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;
    }

}