@font-face {
    font-family: 'Open Sans';
    src: url(font/OpenSans-Regular.ttf);
}


* {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
    color: #000;
}


.sub_wrapper_container_main {
    max-width: 1350px;
    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: 10px;
}

.main_title_container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.starts_container {
    display: flex;
    gap: 8px;
}

.price_discount {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.under_title_prod {
    display: flex;
    flex-direction: column;
}

.prod_size {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.size_title {
    display: flex;
    align-items: center;

    gap: 5px;
}

.size_choice {
    display: flex;
    gap: 10px;
    align-items: center;

}

.prc_header {
    font-size: 12px;
    color: red;
}

.prod_title {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 5px;
}

.prod_color {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 15px;
}

.addbag {
    display: flex;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 0;
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    padding: 11px;
    text-align: center;
    text-transform: capitalize;
    transition: all .1s ease;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

.under_addbag {
    display: flex;
    gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding-bottom: 18px;
    border-bottom: 1px solid rgb(204, 204, 204);

}

.undrlist {
    text-decoration: underline;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;

}

.undrlist:hover {
    text-decoration: none;
    color: rgb(153, 153, 153);
}

.qtty_addtobag {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;

}

.qtty_title,
.color_title,
.sizeeee {
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
}

.size_color {
    margin-top: 15px;
    margin-bottom: 15px;
}

.colorselect {
    width: 150px;
    height: 30px;
    outline: none;
    border-color: rgb(204, 204, 204) !important;
    cursor: pointer;
}



.choice {
    text-align: center;
    align-items: center;
    width: 50px;
    height: 20px;
    padding-top: 5px;
    border: 1px solid rgb(204, 204, 204);
    cursor: pointer;
}

.choice:hover {
    border: 2px solid rgb(204, 204, 204);
}











.second_line_picker {
    display: flex;
    gap: 35px;
}


.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;
}

.qtty {
    display: flex;
    justify-content: space-between;
    border: 1px solid rgb(204, 204, 204);
    width: 100px;
    align-items: center;
    padding: 8px;
}



.desc_title {
    font-weight: 600;
    font-size: 13px;
    line-height: 33px;
}

.under_desc {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 8px;
}

.imported {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}



/* ---------------------------- comment section -------------------- */

.top_comment {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 15px;
    padding-top: 15px;
    padding-bottom: 25px;
}

.top_comment_title {
    font-weight: 700;
    font-size: 22px;
    line-height: 31px;
}

.reviews_counter {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.top_comment_wrapper {
    background-color: #f7f7f7;
    max-width: 1600px;
    margin: auto;

}

.top_comment_centre {
    display: flex;
    gap: 20px;
}

.left_tp_cmnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.top_comment_btn {
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100px; */
    cursor: pointer;
    padding: 10px 30px;
}

.top_main_cmnt {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(204, 204, 204);
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    padding-left: 10px;
}


.main_comment {
    display: flex;
    flex-direction: column;
    max-width: 1600px;
    margin: auto;
}


.left_review {
    width: 300px;
}

.main_reviews {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid rgb(204, 204, 204);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.commentaire {
    width: 600px;
}

.centre_review {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.right_review {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 200px;
}



#productCarousel{
    width: 680px;
}







/* ---------------------------------------- responsive -------------------------------------- */

@media screen and (max-width:1050px) {
    .commentaire {
        width: 500px;
    }

    .right_review {
        width: 150px;
    }

    .left_review {
        width: 200px;
    }

}


@media screen and (max-width:1050px) {
    .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;
    }

    .main_title_container {
        align-items: center;
    }
}



@media screen and (max-width:860px) {
    .commentaire {
        width: 400px;
    }

    .right_review {
        width: 130px;
    }

    .left_review {
        width: 150px;
    }

}



@media screen and (max-width:700px) {

    .top_comment_wrapper,
    .main_comment,
    .top_main_cmnt,
    .main_reviews {
        margin-left: 15px;
        margin-right: 15px;
    }



    .main_reviews {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 10px;

    }

    .right_review {
        align-items: flex-start;
    }

}

@media screen and (max-width:600px) {
    #productCarousel .carousel-inner .carousel-item>img{
       width: 60%;
       height: auto; 
    }
    #productCarousel{
        width: 60%;
        height: auto;
    }
}

@media screen and (max-width:550px) {
    .commentaire{ width: 355px;}
}