.label_sort_category, .sort_category_option, .cc-custom-select {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333333;
}

.cc-custom-select {
    font-weight: 700 !important;
}

    .cc-custom-select:hover {
        cursor: pointer;
    }

.sort_category_option:hover {
    cursor: pointer;
}

.title_on_category_page {
    position: relative;
}

.cc-category .row-card-height {
    max-height: initial !important;
}

.counter_on_category_page {
    /*position: relative;*/
    vertical-align: top;
    color: gray;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

@media(min-width:1425px) {
    .counter_on_category_page {
        position: relative;
    }
}

@media(max-width:1425px) {
    .counter_on_category_page {
        position: absolute;
        top: 0;
        right: 15px;
    }
}

@media(max-width:1425px) {
    .cc-category .cc-card-product {
        /* width: 132px !important; */
        width: auto !important;
        height: auto;
    }

    .cc-category .card-img-container {
        width: auto !important;
        height: auto;
        min-width: 156px;
        min-height: 156px;
    }
}

@media(max-width:576px) {

    .cc-category .card-title-under-img {
        font-style: normal;
        font-weight: 500 !important;
        font-size: 12px !important;
        line-height: 15px !important;
    }

    .cc-category .card-img-icon {
        width: 30px !important;
        height: 30px !important;
        background-size: 22px;
    }

    .cc-category .cc-card-product .price {
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 22px;
    }

    .cc-category .cc-card-product .portion {
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 22px;
    }

    .cc-category .price_with_icon img {
        width: auto;
        height: 15px;
        margin-right: 4px !important;
        margin-top: 3px;
    }

    .cc-category .cc-item-card-img-title {
        left: 5px !important;
        top: 6px !important;
    }

    .cc-category .card-img-container .badge {
        font-style: normal;
        font-weight: bold;
        font-size: 10px !important;
        line-height: 12px !important;
        text-align: center !important;
        letter-spacing: 1px !important;
        /* padding: 0%; */
        /* padding-left: 0 !important; */
    }
}

select:focus {
    outline: none;
}

/* remove the original arrow */
select.cc-custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/img/icons/controls/down_select.png") white no-repeat 98.5% !important; /* !important used for overriding all other customisations */
    background: url("/img/icons/controls/down_select.png") white no-repeat calc(100% - 10px) !important; /* Better placement regardless of input width */
    /* no standardized syntax available, no ie-friendly solution available */
}

.title_radio_category {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333333;
}

.country-icon_for_radio_btn {
    width: 16px;
}

.show_all_radio_btn_country {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    border-bottom: 1px dashed #ED1C24;
}

    .show_all_radio_btn_country:hover {
        cursor: pointer;
    }

.russiaLabel {
    color: #212529;
    font-size: 1.5rem;
}
