@font-face {
    font-family: "GT America Extended", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    src: url(GT\ America\ Extended\ Regular.ttf);
}
*{
    margin: 0;
    font-family: "GT America Extended", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    
}






/* .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: 15px;
    padding-right: 15px;
    margin-top: 40px;
}

.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: 500;
    font-size: 30px;
    line-height: 24px;

}


.price_carousel{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.last_prc{
    display: flex;
    align-items: center;
    gap: 10px;
}

.main_prc{
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    color: rgb(220, 55, 55); 
}


.discount{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgb(118, 118, 118);
    padding-left: 3px;
    text-decoration: line-through;
}

.size_option{
    display: flex;
    flex-direction: row ;
    flex-wrap: wrap;
    gap: 15px;
    width: 80%;
}

.sizzelist{
    padding: 8px;
    border: 1px solid black;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
}

.sizzelist:hover{
    background-color: #000;
    color: white;
}

.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;

    /* 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;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .2)
}

.color_pck2 {
    width: 90%;
    height: 89%;
    /* border-radius: 50%; */
    background-color: rgb(150, 26, 19);
    /* 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: 1px solid black;
}
.color_pck2:hover{
    border: 1px solid black;
}
.color_pck3:hover{
    border: 1px solid black;
}
.color_pck4:hover{
    border: 1px solid black;
}
.color_pck5:hover{
    border: 1px 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;
}

.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;
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 10px;
    cursor: pointer;

}

.addbbago{
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    letter-spacing: 1.5px;
    letter-spacing: .09375rem;
    margin-right: 0;
    background-color: white;
    color: #000;
    height: 44px;
    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;
}



.purchase_info{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

.buyer_protect{
    display: flex;
    align-items: center;
    gap: 15px;
}

.seller_ship{
    display: flex;
    align-items: center;
    gap: 15px;

}


.listedin{
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: rgb(115, 115, 115);
}



.seller_infooos{
    margin-top: 10px;
    padding-top: 10px;
    /* border-top: 1px solid #cccccc; */
}



.txxxtt{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgb(38, 38, 38);
}

.txxt1{
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    color: rgb(38, 38, 38); 
}


.main_seller{
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.avatar{
    border-radius: 50%;
    border: 1px solid rgb(238, 238, 238);
    height: 64px;
    width: 64px;
}

.visit_questions{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 8px;
    margin-top: 16px;
}

.visitsh{
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: white;
}

.nnamest{
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
}

.sold_active{
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: rgb(116, 116, 116);  
}

.nmbrrvwe{
    font-weight: 400;
    font-size: 15px;
    line-height: 21px; 
    color: rgb(38, 38, 38);
}



/* ------------------------------------------ COMMENT SECTION ------------------------------------------------- */

.comment_wrapper{
    max-width: 1400px;
    margin: auto;
    padding: 15px;
}


.tp-header_titles{
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: rgb(25, 25, 25);margin-right: 15px;
    align-items: center;
}

.lernmr{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgb(25, 25, 25);
    margin-left: 25px;
    cursor: pointer;
    text-decoration: underline;
}

.top_heaader{
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* width: 70%; */
    padding-bottom: 18px;
    margin-bottom: 20px;
}



.bot_header{
    display: flex;  
    justify-content: space-around;
    align-items: center;
    /* gap: 20px; */

}


.bt_left-header{
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.revvnumb{
    font-weight: 700;
    font-size: 3.5rem ;
    line-height: 1;
}
.nnumberstr{
    font-weight: 700;
    font-size: 14px;
    line-height: 2px;
    color: rgb(25, 25, 25);
}

.tootalrevv{
    font-weight: 400;
    font-size: 14px;
    line-height: 2px;
    color: rgb(112, 112, 112); 
}


.centre_left_header{
    display: flex;
    flex-direction: column;

    gap: 5px;
}

.line_rev_counter{
    display: flex;
    gap: 7px;
    align-items: center;
}

.barprogress{
    background: transparent;
    background-color: #e5e5e5;
    border-radius: 30px;
    display: inline-block;
    height: 10px;
    max-width: 184px;
    overflow: hidden;
    width: 184px;
    position: relative
}






.right_left_header{
    display: flex;
    justify-content: space-between;
    gap: 10px;

}

.circleflx{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 70%;
    align-items: center;
}

.centpercent{
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
}

.under_cent{
    display: flex;
    text-align: center;
}

.centpercent{
    border: 3px solid black;
    border-radius: 50%;
    padding: 12PX 5PX;
}


.tp_maain{
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #cccccc;
    margin-bottom: 30px;
    margin-top: 20px;
}

.most_relev{
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color: rgb(25, 25, 25);
}

.all_rvw{
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: rgb(38, 38, 38) ;
}

.main_rrev{
    display: flex;
    /* gap: 30px; */
    margin-bottom: 40px;
}

.left_rvv{
    display: flex;
    flex-direction: column;
    width: 22%;
    /* margin-right: 35px; */
}


.byuser,.date_posted{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgb(112, 112, 112);
}


.right_rvvwe{
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 60%;
}

.title_rvw{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.main_cmnt{
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

.verif_purch{
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    color: rgb(112, 112, 112);
}















/* -------------------------- responsive --------------------------------- */

@media screen and (max-width:1125px) {
    .right_side_product_main{
        width: 30%;
    }
    
}





@media screen and (max-width:950px) {
    .bot_header{
        display: flex;
        justify-content: space-between;
        /* flex-wrap: wrap; */
        gap: 20px;
    }

    .top_heaader{
        width: 100%;
    } 
    
}

@media screen and (max-width:930px) {
    .second_row_carousel_container_main{
        flex-direction: column;
        gap: 20px;
    }

    .right_side_product_main{
        width: 100%;
    }

    .second_line_picker{
        gap: 0px;
        justify-content: space-evenly;
    }

    .size_option{
        width: 100%;
        gap: 0px;
        justify-content: space-evenly;
    }
    
    
}


@media screen and (max-width:770px) {
    #productCarousel {
        width: 100% !important;
        justify-content: flex-start;
        padding: 20px 0
    }


}

@media screen and (max-width:750px) {
    /* .bot_header{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    } */
    
}

@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
    }

    .centre_left_header,.prdrating{
        display: none;
    }

}


@media screen and (max-width:470px) {
    .bt_left-header{
        display: none;
    }
    .bot_header{
        display: flex;
        justify-content: center;
    }
    
}

@media screen and (max-width:450px) {
    #productCarousel .carousel-inner .carousel-item>img {
        height: 40%
    }
}


