@font-face {
    font-family: 'soleil';
    src: url("/font/SoleilRegular.otf");
}


*{
    margin: 0px;
    font-family: 'soleil', serif;

}

.main_container_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.main_container_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.sub_wrapper_container_main {
    max-width: 1250px;
    margin: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 27px;
}

.first_row_nav_bar_{
    margin-bottom: 30px;
}

.second_row_carousel_container_main {
    display: flex;
    flex-direction: row
}

/* .left_side_carousel_container_ {
    width: 50%
} */







.left_side_carousel_container_ {
    display: flex
}

.carousel-indicators .list-inline-item>a>img {
    width: 90px;
    height: 120px;
    border: 1px solid #000;
    object-fit: contain
}

#productCarousel .carousel-inner .carousel-item>img {
    width: 500px;
    height: 600px;
    object-fit: fill;
    padding-left: 10px
}

.carousel-indicators-wrapper>ol {
    list-style: none;
    overflow-y: scroll;
    height: 550px
}

#productCarousel {
    display: flex;
    width: 750px;
    height: 600px
}

.carousel-indicators::-webkit-scrollbar {
    width: 4px
}

.carousel-indicators::-webkit-scrollbar-thumb {
    background-color: gainsboro;
    display: none
}

.carousel-indicators::-webkit-scrollbar-track {
    background-color: #efefef;
    display: none
}

.carousel-item>img {
    display: block;
    position: absolute;
    transition: opacity 0.5s linear
}

.hidden {
    opacity: 0
}

.onesection_row_container {
    margin: 45px 0 45px -25px;
    display: flex;
    flex-direction: row
}

.product_purchase_container {
    width: 500px
}













.right_side_product_main {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 30%;
}

.review_name{
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.top_review{

}

.tp_revheader{
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: rgb(118, 118, 118);
}

.starts_container>i{
    font-size: 11px;
}

.rrvvew{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgb(118, 118, 118);
    padding-left: 2px;
 
}

.product_name{
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;

}


.price_carousel{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.last_prc{
    display: flex;
}

.main_prc{
    font-weight: 300;
    font-size: 24px;
    line-height: 20px;
    color: rgb(220, 55, 55); 
}


.discount{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: rgb(118, 118, 118);
    padding-left: 3px;
}

.beforsld{
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-decoration: line-through;
    padding-left: 10px;
}





.under_prc{
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    color: rgb(218, 42, 42); 
}




.price_color{
    display: flex;
    flex-direction: column;
    gap: 25px;
}



.second_line_picker{
    display: flex;
    gap: 10px;
}

.color_picker_circle {
    display: flex;
    cursor: pointer;
    /* justify-content: center; */
    align-items: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    /* border: 1px solid tan; */
    padding: 1px
}

.color_pck1 {
    width: 90%;
    height: 89%;
    border-radius: 50%;
    background-color: #5F4949;
    border: 1px solid black;

    display: block;
    border: 1px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .2)
}

.color_pck2 {
    width: 90%;
    height: 89%;
    border-radius: 50%;
    background-color: #323234;
    border: 1px solid black;

    display: block;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .2)
}

.color_pck3 {
    width: 90%;
    height: 89%;
    border-radius: 50%;
    background-color: #665F40;
    border: 1px solid black;

    display: block;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .2)
}

.color_pck4 {
    width: 90%;
    height: 89%;
    border-radius: 50%;
    background-color: #45475e;
    border: 1px solid black;

    display: block;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .2)
}

.color_pck5 {
    width: 90%;
    height: 89%;
    border-radius: 50%;
    background-color: #DFDBD0;
    border: 1px solid black;
    display: block;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .2)
}

.color_pck1:hover{
    border: 3px solid black;
}
.color_pck2:hover{
    border: 3px solid black;
}
.color_pck3:hover{
    border: 3px solid black;
}
.color_pck4:hover{
    border: 3px solid black;
}
.color_pck5:hover{
    border: 3px solid black;
}









.size_carousel{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.opttt{
    font-size: 12px;
    font-size: .75rem;
    width: 100%;
    border: 1px solid #000;
    border-radius: 4px;
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6px 0 12px;
    margin: 0;
    font-family: soleil,Helvetica,Arial,sans-serif;
    cursor: pointer
}


.size_chart{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.siizzee{
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #585858;
}

.fit_truesize{
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: rgb(0, 0, 0);
}
.ffttyy{
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
}

.ppl_added{
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
}


.addbag_contain{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.addbbag{
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    letter-spacing: 1.5px;
    letter-spacing: .09375rem;
    margin-right: 0;
    background-color: #000;
    color: #fff;
    height: 44px;
    border-radius: 4px;
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 10px;
    cursor: pointer;

}

.afterpay{
    display: flex;
    gap: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    align-items: center;
}



/* ----------------------------- comment section ------------------- */

.comment_header{
    display: flex;
    justify-content: space-between;
    max-width: 1250px;
    margin: auto;
    background-color: #fcf9f6;
    padding: 31px 48px 31px 48px;
    margin-bottom: 30px;

}

.reviow{
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}

.comment_body{
    max-width: 1200px;
    margin: auto;
    padding: 15px;
}

.customers_says{
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid black;
    margin-bottom: 25px;
}

.article_review{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 70%;
}

.title_article{
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
}

.main_article{    
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    max-width: 600px;
    padding-right: 35px;
}


.under_article{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color:rgb(118, 118, 118) ;
}


.total_rvv{
    display: flex;
    flex-direction: column;
    align-items: center ;
    gap: 10px;
    padding-left: 35px;
    border-left: 1px solid black ;
}

.revvtot{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 15px;
}

.numbbbr{
    font-weight: 400;
    font-size: 60px;
    line-height: 35px; 
}

.str_rvv{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.reevvv2{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgb(118, 118, 118);
}


.fitssizee{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;  
}

.stronga{
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
}

.italicc{
    font-style: italic;
    color: #000;
}



.customer_main_comment{
    display: flex;
    padding-top: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid black;


}


.left_side_cmnt{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 25%;
    padding-right:30px ;
}


.main_name{
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}

.rev_subm{
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    padding: 8px;
    background-color: #efefef;
}

.size_purchase{

}

.class_info{   
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;}

.specific_info{
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}


.right_side_cmnt{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 35px;
    border-left: 1px solid black;
}

.first_cmnt{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.date{
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    color: rgb(101, 101, 101);
}

.main_ccmont{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}


.helpful_report{
    display: flex;
    gap: 10px;
    align-items: center;
}

.good_bad{
    display: flex;
    align-items: center;
    gap: 10px;
}


.morervw{
    display: flex;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-top: 24px;
    margin-bottom: 40px;
}

.morervw:hover{
    text-decoration: none;
}





























/* -------------------------- responsive --------------------------------- */


@media screen and (max-width:930px) {
    .second_row_carousel_container_main{
        flex-direction: column;
        gap: 30px;
    }
    .right_side_product_main{
        padding-left: 5px;
        width: 95%;
    }
    .second_line_picker{
        justify-content: space-between;
    }

    .carousel-indicators-wrapper>ol{
        padding-left: 5px !important;
    }
}



@media screen and (max-width:850px) {
    .total_rvv{
        display: none;
    }
    .comment_header{
        justify-content: space-between;
        align-items: center;
        padding: 15px;
    }
    .reviow{
        display: flex;
        align-items: center;
    }
    
}

@media screen and (min-width:851px) {
    .total_rvvmob{
        display: none;
    }

}





@media screen and (max-width:770px) {
    #productCarousel {
        width: 100% !important;
        justify-content: flex-start;
        padding: 20px 0px;
    }



    .customer_main_comment{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .right_side_cmnt{
        padding-left: 0px;
        border-left: 0;
    }
    .left_side_cmnt {
        width: 40%;
    }



}







@media screen and (max-width:684px) {
    #productCarousel {
        width: 100% !important;
        justify-content: flex-start;
        padding: 20px 0;
        height: 480px
    }

    #productCarousel .carousel-inner .carousel-item>img {
        width: 70%;
        height: 47%
    }

    .carousel-indicators .list-inline-item>a>img {
        width: 70px;
        height: 98px
    }

    .carousel-indicators-wrapper>ol {
        height: 450px
    }
}

@media screen and (max-width:450px) {
    #productCarousel .carousel-inner .carousel-item>img {
        height: 40%
    }
}

@media screen and (max-width:429px) {
    .total_rvvmob,.madwww{
        display: none;
    }
    
}
