/*style for rating filter*/

    .title-search {
        display: flow !important;
        text-align: center;
    }

    .styles_wrapper__c1ZnQ {
        border: none;
    }

    .styles_legend__cqrWG {
        margin-bottom: 16px;
    }

    .typography_appearance-default__AAY17 {
        color: #1c1c1c;
    }

    .button-toggle_container__aX52V {
        display: flex;
    }

    .styles_itemWrapper__VHiJR {
        width: 100%;
    }

    .styles_itemWrapper__VHiJR label {
        width: 100%;
        padding: 0 8px !important;
    }

    .button-toggle_item {
        z-index: 2;
        color: #205cd4;
        border-color: #205cd4;
        background-color: #a6c2f5;
    }
    .button-toggle_item__S4xKn.button-toggle_medium__ZYSqq {
        height: 40px;
        padding: 0 16px;
    }


    .button-toggle_item__S4xKn {
        display: flex;
        align-items: center;
        position: relative;
        white-space: nowrap;
        border-radius: 4px;
        z-index: 1;
        cursor: pointer;
    }

    .button-toggle_item__S4xKn:hover {
        background-color: #c2d5f7;
    }
    .button-toggle_item__S4xKn, .button-toggle_label__oVsKu {
        color: #1c1c1c;
    }

    .button-toggle_item__S4xKn > .button-toggle_input___B1T_ {
        opacity: 100%;
        margin-left: 7px;
        cursor: pointer;
    }

    button, input, select, textarea {
        font: inherit;
    }

    .button-toggle_item__S4xKn.button-toggle_checked__i38b8 .button-toggle_label__oVsKu {
        color: #205cd4;
    }

    .button-toggle_item__S4xKn, .button-toggle_label__oVsKu {
        color: #1c1c1c;
    }

    .styles_buttonInner__P0Z6X, .styles_itemWrapper__VHiJR {
        display: flex;
    }

    .typography_appearance-inherit__D7XqR {
        color: black;
    }

    .div_button-toggle {
        width: 100% !important;
        font-size: 15px;
        margin-bottom: 3px;
    }

    .border-right-button-tolggle {
        border-right-width: 1px !important;
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }

    .btn-review {
        position: relative;
        padding: 10px 10px;
        border-radius: 20px;
        background-color: #007bff;
        font-family: SiteSans, serif;
        color: #fff !important;
        border: solid 1px blue;
        overflow: hidden;
        cursor: pointer;
        transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        -webkit-mask-image: -webkit-linear-gradient(white, black);
        width: 100%;
        margin-top: 30px;
        display: none;

    }

    .btn-review .btn-review-txt {
        position: relative;
        z-index: 2;
        color: #fff;
        display: block;
        height: fit-content;
        font-size: 18px;
    }

    .btn-review-txt a {
        color: #fff;
    }

    .btn-review .btn-review-fill {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        padding-bottom: 100%;
        transform: translateY(-50%) rotate(180deg);
    }

    .btn-review .btn-review-fill::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #666;
        border-radius: 10%;
        transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
        transform: translateY(-100%);
    }

    .btn-review:hover {
        border-color: #666;
        transform: translateY(-4px);
    }

    .btn-review:hover .btn-review-fill {
        transform: translateY(-50%) rotate(0);
    }

    .btn-review:hover .btn-review-fill::after {
        transform: translateY(0);
    }

    .remove-filter{
        background-color: #bd0000 !important;
        color: white !important;
        margin-top: 10px;

    }
    .remove-filter:hover{
        background-color: rgba(189, 0, 0, 0.75) !important;
        color: white !important;
    }

    .width-dir{
        flex-direction: column;
        width: 100%;
    }

    .modal-button-filter {
        background-color: transparent;
        color: #1b1b21;
        border: 1px solid rgba(0, 0, 50, .4);
        transition: 0.3s ease-in-out;
        font-size: 0.9rem;
        padding: 0.25rem 1rem;
        width: 100%;
        border-radius: 20px;
    }

    .modal-title-filter {
        display: flex;
        justify-content: center !important;
    }

    @media only screen and (max-width: 425px){

        .btn-review{
            display: unset;
        }
        .modal-product-card{
            display: none;
        }
    }