@font-face {
    font-family: "Mint Grotesk Trial Thin";
    src: url("https://db.onlinewebfonts.com/t/54d65c48758db202264c1aa1dfe4ef8d.eot");
    src: url("https://db.onlinewebfonts.com/t/54d65c48758db202264c1aa1dfe4ef8d.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/54d65c48758db202264c1aa1dfe4ef8d.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/54d65c48758db202264c1aa1dfe4ef8d.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/54d65c48758db202264c1aa1dfe4ef8d.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/54d65c48758db202264c1aa1dfe4ef8d.svg#Mint Grotesk Trial Thin")format("svg");
}


* {
    margin: 0px;
    font-family: "Mint Grotesk", system-ui, -apple-system, sans-serif;
    
}

a{
    text-decoration: none;
    text-decoration: underline;
    color: rgb(31, 31, 31);
}
a:hover{
    color: #210ef4;
}

.true_tosize{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    gap: 20px;
    padding: 20px;
    border: 1px solid #c5c5c5;
    border-left: 0px;
    border-right: 0px;
    
}

.customer_reviews{
    display: flex;
    border-bottom: 1px solid #dddddd;
    margin-top: 15px;
    margin-bottom: 15px;
    
    

}

/* .comment_wrapper{
    margin: 90px;
} */

.customer_reviews{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
    

}
.head_cust{
    display: flex;
    gap: 20px;
}

.write_review{
    padding: 7px;
    padding-left: 21px;
    border: 1px solid black;
    width: 120px;
    margin-bottom: 15px;
    border-radius: 10px;
    cursor: pointer;
    
}

.write_review:hover{
    border: 1px solid blue;
    color: blue;
}

.cmnt_body{
    margin-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}


.sortby{
    display: flex;
    gap: 10px;}

.helpful{
    display: flex;
    gap: 5px;
    align-items: center;
}    


.overall{
    display: flex;
    gap: 35px;
    justify-content: space-between;
    align-items: center;
    
}

.left_overall{
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 80%;
}

.top_overall{
    display: flex;
    margin-top: 15px;



}
.overall_star{
    display: flex;
    gap: 15px;
}

.stars_container>.fa {
    color: rgb(55, 0, 255)
}

.main_cmnt{
    display: flex;
    flex-direction: column;
    gap: 15px;

}

.commentaire,.name_date,.helpful,.found_review{
    margin-bottom: 10px;
}



.right_side_cmnt{
    display: flex;
    flex-direction: column;
    width: 260px;
    padding: 5px;
    float: right;
}

.runs{
    display: flex;
    /* gap: 50px; */
    justify-content: space-between;


}

.margin_leftzero{
    margin-left: 25px;
}
.indicators{
    display: inline-block;
    height: 13px;
    position: relative;
    width: 100%
}

.line_indicator{
    height: 1px;
    position: absolute;
    top: 6px;
    width: 100%;
    background-color: #b0b0b0;
    
}

.balls_indicators{
    display: flex;
    justify-content: space-between;
}

.ball{
    border-radius: 13px;
    display: inline-block;
    height: 13px;
    vertical-align: top;
    width: 13px;
    z-index: 1;
    background-color: #b0b0b0 ;
}

.ball1{
    border-radius: 13px;
    display: inline-block;
    height: 13px;
    vertical-align: top;
    width: 13px;
    z-index: 1;
    background-color: blue ;
}


.large{
    margin-left: 20px;
    font-weight: 400;
}

.found_review{
    margin-bottom: 20px;
}

.free_shippin{
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    margin-bottom: 15px;
    gap: 7px;
}

@media screen and (min-width:800px){
    .right_side_cmnt_mobile{
        display: none;
    }

}

@media screen and (max-width:799px) {

    .mobile_fontship{
        font-weight: 700;
        font-size: 16px;

    }

    .describ,.repolicy{
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;

    }

    .overall{
        display: flex;
        flex-direction: column;
    }

    .right_side_cmnt{
        display: none;
    }
    .overall_star{
        display: flex;
        /* flex-direction: column; */
        gap: 5px;

    }

    .top_overall{
        display: flex;
        justify-content: space-between;
        gap: 20px;

    }

    .right_side_cmnt_mobile{
        margin-top: 30px;
        width: 240px;
    }

    .left_overall{
        gap: 0px;
    }
}



@media screen and (max-width:700px){

    .head_cust{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    /* .comment_wrapper {
        margin:15px ;
    } */

}
    @media screen and (max-width:600px){
    .overall_star{
        display: flex;
        justify-content: space-between;
        gap: 5px;
        width: 60%;

    }

    .top_overall{
        display: flex;
        flex-direction: column; 
        gap: 5px;
    }

    .left_overall{
        width: 100%;
    }

    .margin_leftzero{
        margin-left: 0 !important;
    }

}


.find-more {
    width: 150px;
    border: none;
    background-color: #5356ee !important;
    color: #fff;
    padding: 8px 0;
    font-weight: bolder;
    border-radius: 5px;
}