.cart_modal_icon {
    display: none;
}

@media only screen and (max-width: 767px) {
    .catalog-cart-block {
        display: none;
    }

    .cart_modal_icon {
        display: flex;
    }
}

.chosen-container {
    padding: 10px 15px 8px;
    margin-top: -1px;
    font-size: 13px;
    line-height: 13px;
    margin-right: 17px;
    border: 1px solid #cfcfcf;
    border-radius: 50px;
}

.filter-block {
    padding-left: 0.125rem;
    height: 250px;
    overflow: auto;
}

.catalog-cart-block {
    height: fit-content;
    padding-top: 3px;
}

.catalog-cart-block .cart-count {
    font-size: 11px !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    background-color: var(--site-color) !important;
    color: white !important;
    border-radius: 50% !important;
}

.catalog-cart-block .icon {
    width: 24px;
    margin-bottom: 0;
}

@media only screen and (min-width:768px) {
    .right-topbar-wrapper-block {
        display: flex;
        gap: 15px;
    }
}

.sidebarmenu-wrapper .category-title {
    cursor: pointer;
    display: flex;
    color: #000;
    margin-bottom: 10px;
    font-size: 20px;
    border-radius: 0.375rem;
    padding: 2px 10px;
    justify-items: center;
    align-items: center;
}

.sidebarmenu-wrapper .category-title img {
    width: 27.5px;
    height: 27.5px;
    margin-right: 15px;
}

.sidebarmenu-wrapper .sub-category {
    margin-left: 0;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 2px;
    font-weight: 400;
    padding: 0.35rem 0.5rem;
    color: #242424;
    border-radius: 5px;
}

.sidebarmenu-wrapper .second-sub-category:hover,
.sidebarmenu-wrapper .sub-category:hover,
.sidebarmenu-wrapper .category-title:hover {
    background: color-mix(in srgb, var(--site-color) 30%, transparent);
    color: #000;
}

.sidebarmenu-wrapper .sub-category>a {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}

.sidebarmenu-wrapper .second-sub-category {
    padding: 0.25rem;
    margin-left: 0.75rem;
    font-size: 1rem;
    border-radius: 5px;
}

.category_button {
    width: 45px !important;
    height: 45px !important;
    text-align: center !important;
    line-height: 61.5px !important;
    padding: 0 !important;
}

.category_button svg {
    width: 26px !important;
    height: 26px !important;
}

@media only screen and (max-width: 767px) {
    .category_button {
        width: 43.6px;
        height: 43.6px;
    }

    .category_button svg {
        width: 24px;
        height: 24px;
    }

    .sidebarmenu-wrapper .child-categories .category-title {
        font-size: 22px;
    }

    .sidebarmenu-wrapper .child-categories .sub-category {
        margin-left: 0.5rem;
    }

    .sidebarmenu-wrapper .child-categories .second-sub-category {
        margin-left: 1.25rem;
    }
}

.main-category {
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 20px;
}

.main-category a {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.main-category a>img {
    width: 22px;
    height: 22px;
    margin-top: -2.5px;
    margin-right: 5px;
}

.sub-category {
    margin-left: 29px;
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
    color: #000000;
}

.ch-sub-category {
    margin-top: 15px;
    margin-left: 15px;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

.main-category:hover>a,
.sub-category:hover>a,
.ch-sub-category:hover>a {
    color: var(--site-color) !important;
}

.categories-wrapper .cr-dropdown .goods_filter {
    font-weight: 300 !important;
}

.filter-wrapper ._filters_price_slider_header {
    text-transform: none !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}

.filter-wrapper ._filters_checkbox_label {
    text-transform: none !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}

.filter-wrapper ._filters_main_block {
    padding-top: 20px !important;
}

.filter-wrapper {
    margin-bottom: 100px;
}


.reset-filters {
    font-size: 14px;
    color: #7a7a7a;
    border: 1px solid #d2d2d2;
    padding: 0.25rem;
    margin-right: 12px;
    text-align: center;
    border-radius: 0.25rem;
}

.reset-filters:hover {
    color: #676767;
    border: 1px solid #acacac;
}

.catalog-wrapper {
    padding-top: 20px;
}

.search-block {
    position: relative;
    width: 100%;
}

.catalog-search-input {
    background: #fff !important;
    border: 1px solid #ccc;
    box-shadow: none;
    padding-left: 20px;
    padding-right: 50px;
    width: calc(100% - 20px);
    font-size: 14px;
    font-weight: 300;
    color: black;
    flex-grow: 1;
    border-radius: 50px;
}

.catalog-search-button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: var(--site-color);
    opacity: 0.8;
    font-size: 24px;
    padding: 0;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

@media only screen and (max-width:767px) {
    .catalog-wrapper {
        padding-top: 25px;
    }

    .shop-filter .language {
        width: 100%;
    }

    .catalog-search-input {
        width: calc(100% - 60px);
    }

    .catalog-search-button {
        right: 80px;
    }
}

.catalog-search-button:hover,
.catalog-search-button:active {
    opacity: 1;
}

.catalog-pagination {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    border-radius: 0.75rem;
    width: fit-content;
    margin: 20px auto 30px;
    padding: 0 0.75rem;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.catalog-pagination>li {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.catalog-pagination>li>a {
    padding: calc(0.875rem + 3px) 1.75rem 0.75rem;
    border-bottom: 3px solid transparent;
    display: block;
    box-sizing: border-box !important;
    height: 100%;
}

.catalog-pagination>li.active>a {
    color: var(--site-color);
    border-bottom: 3px solid var(--site-color);
}

.catalog-pagination>li:hover {
    background: color-mix(in srgb, var(--site-color) 20%, transparent);
}

.catalog-pagination>li:hover>a {
    color: var(--site-color);
}

.catalog-pagination>li.prev>a,
.catalog-pagination>li.next>a {
    font-size: 0.75rem;
    padding: calc(1rem + 3px) 1.75rem 0.875rem;
    margin-top: 0.125rem;
}

.catalog-pagination>li.inactive {
    background: #fff;
}

.catalog-pagination>li.inactive>a {
    color: #686868;
    cursor: not-allowed;
}

@media only screen and (max-width:550px) {
    .catalog-pagination>li>a {
        padding: calc(0.75rem + 3px) 0.9rem 0.75rem;
    }

    .catalog-pagination>li.prev>a,
    .catalog-pagination>li.next>a {
        font-size: 0.75rem;
        margin-top: 0;
        padding: calc(1rem + 3px) 0.875rem 0.875rem;
    }

    .catalog-pagination {
        width: 100%;
    }
}

.sub-categories {
    display: none;
    position: fixed;
    overflow-y: auto;
    left: 349px;
    top: 0;
    width: 350px;
    background-color: #fff;
    border-left: 1px solid #ccc;
    padding: 30px 20px;
    height: 100%;
}

.sub-categories h4 {
    margin-bottom: 1.25rem;
}

@media only screen and (min-width: 768px) {

    .sub-categories::-webkit-scrollbar,
    .sidebarmenu-wrapper::-webkit-scrollbar {
        width: 7px;
    }

    .sub-categories::-webkit-scrollbar-thumb,
    .sidebarmenu-wrapper::-webkit-scrollbar-thumb {
        border: 0;
        background: #ccc;
    }

    .sub-categories::-webkit-scrollbar-thumb:hover,
    .sub-categories::-webkit-scrollbar-thumb:active,
    .sidebarmenu-wrapper::-webkit-scrollbar-thumb:hover,
    .sidebarmenu-wrapper::-webkit-scrollbar-thumb:active {
        background: #a4a4a4;
    }
}