.t-store__card__mark {
    border-radius: 4px !important;
    height: fit-content;
    padding: 7px 15px !important;
    color: #252626 !important;
    background-color: #ffffff80 !important;
}

    .t-checkbox__indicator {

    border: 1px solid #cacaca !important;
    border-radius: 2px;

}

.t-store__filter__range_bg {
 
    background-color: #d9c9ab !important;
}

        .t-product__option-checkmark_color {

    border-radius:2px !important; 
}
    .t-product__option-input:checked+.t-product__option-checkmark_color:before {

    border-radius: 2px !important;
}

.t-store__filter__checkmark_color {
   
    border-radius: 2px !important;
}


.t-store__filter__checkbox_buttons.active .t-store__filter__checkmark_color:before {

    border-radius: 2px !important;
}

@media screen and (min-width: 960px) {
.t-store .t-store__filter__checkbox_buttons.t-store__filter__checkbox_color .t-store__filter__checkmark_buttons.t-store__filter__checkmark_color {
        padding-top: 8px !important;
    margin-left: -4px !important;
}

element.style {
    background-color: rgb(147, 147, 136);
}
.t-store .t-store__filter__checkbox_buttons.t-store__filter__checkbox_color .t-store__filter__checkmark_buttons.t-store__filter__checkmark_color {
    margin-right: 16px !important;
}
}


@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 20px !important;
    }
    
    .t-store__card__mark {
    padding: 5px 10px !important;
        font-size: 10px !important;
}
    
}