.product_detail {
    width: 100%;
}

.menu_chaine {
    color: grey;
    position: relative;
}

.menu_chaine .chaine_item {
    width: max-content;
}

.menu_chaine .chaine_item a:hover {
    color: red;
}

.mini_product_image {
    width: 100px;
}

.mini_product_image.active {
    border: 1px solid;
    border-color: #1a1a1a;
}

.rating_text {
    color: #f0c313;
    font-size: 13px;
}

.product_data {
    color: rgb(99, 97, 97);
}

._compare_zone {
    background: #f9f9f9;
}

._compare_zone .btn-Tb_club {
    background: #323232;
    color: white;
    display: flex;
    gap: 10;
    align-items: center;
    border-radius: 5px;
}

._compare_zone .btn-Tb_club:hover {
    background: #068bf8;
}

._compare_zone .product_compare_price {
    color: #068bf8;
}

._compare_zone ._compare_btn {
    background-color: #f1f1f1;
}

._compare_zone ._compare_btn:hover {
    background-color: #e90101;
    color: white;
}

.product_report_bug {
    background: #ebeaea;
}

.product_report_bug:hover {
    background-color: #e90101;
    color: white;
}

.product_report_bug:hover i,
.info_btn:hover i {
    background-color: white;
    border-radius: 50%;
    color: #e90101;
}


.rating_star_marked {
    font-size: 10px;
    color: rgb(255, 196, 0);
}

.avatar_name:hover .avatar {
    border: 1px solid;
    border-radius: 0px;
}

.price_buy {
    width: 100%;
}

.price_buy .price {
    color: #068bf8;
    font-size: 25px;
}

.price_buy .buy {
    /* width: 70%; */
}

.price_buy .buy a {
    background: #323232;
    color: white;
    display: flex;
    gap: 10;
    align-items: center;
    border-radius: 5px;
}

.price_buy .buy a:hover {
    background: #068bf8;
}

.payement_method {
    display: flex;
    gap: 12px;
}

.payement_method table {
    border-collapse: collapse;
}

.payement_method table td {
    border: 1px solid;
    border-color: #bdbcbc;
    font-size: 11px;
}

.the_green_dotte {
    width: 10px;
    height: 10px;
    background: #2de02d;
    border-radius: 50%;
}

.entdecke_logo {
    width: 100px;
}

.buy .to_buy_btn {
    background: #0172ce;
    align-items: center;
    width: 100%;
    color: white;
    height: 40px;
}

.buy .to_buy_btn:hover {
    background: #068bf8;

}

.buy .to_buy_btn .fa-cart-shopping {
    background: red;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-start-end-radius: 20px;
    border-end-end-radius: 20px;
}

.buy .to_buy_btn:hover .fa-cart-shopping {
    background: #0172ce;

}

.feature-group .feature-group_features .feature:nth-child(2n+1) {
    background: #f9f9f9;
}

.stars_container .star_line__ {
    background: #cfcfcf;
    border-radius: 20px;
    width: 75%;
    height: 15px;
}
.stars_container .star_text__ {
    width: 18%;
}
.write_review_btn {
    background: #e90101;
    border-radius: 5px;
}

.write_review_container {
    background: #f0efef;
}

.reviews_not_found {
    background: #f7f7f7;
    height: 200px;
    color: #a0a0a0;
    font-size: 25px;
}

#question_search {
    width: 70%;
}

.send_comment .send_comment_btn {
    background: #e90101;
    border-radius: 5px;
    color: white;
}

.question_not_found {
    background: #f7f7f7;
    height: 200px;
    color: #a0a0a0;
    font-size: 25px;
}

.nav_menu__product {
    display: none;
    transition: all 0.3s ease-in-out;
    background: #323232;
    color: #eeeeee;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.nav_menu_item_product {
    width: max-content;
    justify-content: space-between;
    gap: 40px;
    font-size: 13px;
}

.nav_menu_item_product .active {
    background: #444444;
    border-radius: 20px;
}

.add_favory {
    display: flex;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.add_favory:hover {
    color: #f1f1f1;
    background: rgb(3, 192, 192);
}

.fa-check {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    /* border-radius: 50%; */
    padding: 1px;
}

/* the computer zone in mobile */
.not_mobile {
    display: none;
}

.computer {
    display: none;
}

.computer_description {
    display: block;
}

.product_ean_rating_in_computer {
    display: none;
}

.on_computer_only {
    display: none;
}

.computer_navbar_product {
    display: none;
}

.computer_navbar_product.active {
    display: block;
}

.product_data_in_computer .product_image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.2s ease-in-out;
}

.some__products .listeProduits {
    transition: all 0.2s ease-in-out;
    /* width: max-content; */
    height: 100%;

}

.some__products .listeProduits .listeProduits_item {
    width: 100%;
    /* height: 600px; */
}

.listeProduits_item .product_image {
    width: 100%;
    height: 100%;
}

/* gestion de la loupe sur l'image */
#loupe {
    display: none;
    position: absolute;
    border: 1px solid;
    /* border-radius: 100%; */
    overflow: hidden;
    background-color: white;
    z-index: 10;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    filter: brightness(1.1);
    left: 100%;
}

#loupe .loupe_img {
    position: absolute;
    width: 2000px;
    max-width: none;
}

.computer_only_128px {
    display: none;
}

#videos_tests_reviews .videos_tests_reviews_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 2fr));
    gap: 10px;
}

.product_full_description {
    color: #2c2a2a;
}

.product_full_description ul {
    list-style-type: disc;
    margin-left: 20px;
    font-size: 14px;
    margin-top: 20px;
}

.product_full_description p {
    line-height: 2.1;
    font-size: 14px;
}

.product_full_description h2 {
    font-size: 20px;
    margin: 32px 0;
    padding: 10px 5px;
    border-bottom: 1px #ccc solid;
    position: relative;
}

.product_full_description h2::before {
    position: absolute;
    background-color: rgb(216, 101, 101);
    top: 0;
    left: 0;
    content: '';
    width: 200px;
    height: 3px;
}
.rating_container__{
    font-size: 7px;
}
.ely_loup_manage .mini_image_zone {
    display: flex;
    flex-direction: row;
    gap: 10px;

}
.previous_btns .left{
    display: flex;
}
.previous_btns .up{
    display: none;
}
.next_btns .right{
    display: flex;
}
.next_btns .down{
    display: none;
}
.looping__window_parent{
    max-height: fit-content;
}
@media (min-width: 768px) {
    .mobile_only {
        display: none;
    }
    .stars_container .star_text__ {
        width: fit-content;
    }
    .not_mobile {
        display: block;
    }
    .rating_container__{
        font-size: 12px;
    }

    .all_devices__ {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

    .avatar_zone {
        width: 33.33%;
    }

    .price_buy {
        /* width: 33.33%;
        justify-content: center;
        align-items: center; */
    }

    .price_buy .buy {
        /* width: 40%; */
    }

    .price_buy .buy .buy_btn {
        width: 100%;
    }

    .computer {
        display: none;
    }

    .computer_description {
        display: none;
    }

    .payement_delevry {
        display: flex;
        justify-content: center;
        width: 33.33%;
        align-items: center;
    }

    .the_green_dotte {
        width: 8px;
        height: 8px;
        background: #2de02d;
        border-radius: 50%;
    }

    .product_ean_rating_in_computer {
        display: none;
    }

    .review_ui-dialog {
        width: 768px;
        margin: auto;
    }

    @media (min-width: 1024px) {
        .computer_only_128px {
            display: block;
        }
        .looping__window_parent{
            max-height: 95vh;
        }
        

        .ely_loup_manage {
            display: flex;
            flex-direction: row-reverse;
            gap: 10px;
            padding: 10px;
        }

        .ely_loup_manage .loopItem_container {
            width: 80%;
        }

        .ely_loup_manage .mini_image_zone {
            display: flex;
            flex-direction: column;
            gap: 10px;

        }
        .ely_loup_manage .mini_image_container{
            width: 20%;
        }
        .previous_btns .left.hidden,
        .previous_btns .up.hidden,
        .next_btns .right.hidden,
        .next_btns .down.hidden {
            display: none;
        }
        .previous_btns .left{
            display: none;
        }
        .previous_btns .up{
            display: flex;
        }
        .next_btns .right{
            display: none;
        }
        .next_btns .down{
            display: flex;
        }
        .avatar_zone {
            width: 20%;
        }

        .price_buy {
            width: 25%;
        }

        .computer {
            display: block;
        }

        .computer.payement_method {
            width: 33.3%;

        }

        .seller_availability {
            width: 33.3%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .payement_method table td {
            border: 1px solid;
            padding-left: 5px;
            padding-right: 5px;
            border-color: #bdbcbc;
            font-size: 8px;
            text-align: center;
        }

        .payement_delevery {
            display: flex;
            width: 50%;
            gap: 20px;
            align-items: center;
        }

        .computer_description {
            display: none;
        }

        .if_in_computer {
            display: flex;
            gap: 20px;
        }

        .if_in_computer .product_data_in_computer {
            padding: 10px 10px 10px 10px;
            width: 70%;
            box-shadow: 1px 2px 10px 1px #00000033;
        }

        .if_in_computer .product_data_in_computer .product_image img {
            /* width: 70%; */
        }

        .if_in_computer .product_data_in_computer .description {
            font-size: 25px;
            font-weight: bold;
            font-family: 'Times New Roman', Times, serif;
        }

        .if_in_computer .product_compare_in_computer {
            width: 30%;
            padding: 10px 10px 10px 10px;
            box-shadow: 1px 2px 10px 1px #00000033;
        }

        .if_in_computer .product_compare_in_computer .try_sticky {
            position: sticky;
            top: 20px;
            left: 0;
        }

        .product_ean_rating_in_mobible {
            display: none;
            font-size: 12px;
        }

        .product_ean_rating_in_computer {
            display: flex;
        }

        .on_computer_only {
            display: block;
        }

        .tablet_mobile_only {
            display: none;
        }

        .Dropdown_rating_content_level {
            display: none;
            position: absolute;
            top: 100%;
            width: 450px;
            z-index: 11;
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
            padding: 10px;
        }

        .rating_level .__rating_rate__:hover .Dropdown_rating_content_level {
            display: block;
        }

        .average_rating_container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .average_rating_container .average_container {
            width: 20%;
        }

        .average_rating_container .stars_rating_container {
            width: 50%;
        }

        .average_rating_container .write_review_container {
            width: 30%;
        }

        .showing_reviews_with .showing_reviews_with_content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-direction: row;
            padding: 10px;
        }

        .showing_reviews_with .showing_reviews_with_content .counting_rating_stars {
            width: 60%;
        }

        .showing_reviews_with .showing_reviews_with_content .show_review_btn {
            width: 20%;
        }

        @media (min-width: 1370px) {
            .computer_description {
                display: block;
                width: 30%;
            }

            .computer.payement_method {
                width: 25%;

            }

            .seller_availability {
                width: 20%;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .computer_navbar_product {
                display: none;
                transition: all 0.3s ease-in-out;
                position: sticky;
                background-color: white;
                left: 0;
                top: 0;
                height: 150px;
                box-shadow: 0px 1px 10px 1px #00000033;
                width: 100%;
                z-index: 11;
            }

            .mini_image_zone img {
                width: 130px;
                height: 130px;
            }

            .mini_compare_zone {
                width: 40%;
                display: flex;
                gap: 10px;
                background-color: white;
                justify-content: flex-end;
                font-size: 13px;
            }

            .mini_compare_zone ._price_compare {
                display: flex;
                flex-direction: column;
                justify-content: center;
                gap: 10px;
            }

            @media (min-width: 1600px) {
                .product_detail {
                    width: 1600px;
                    margin: auto;
                }
            }
        }
    }


}

/* dropdown select */
.dropdown-menu {
    top: 110%;
    left: 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    z-index: 1;
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.5)
}

.dropdown-toggle {
    display: flex;
    align-items: center;
}

.dropdown-toggle svg {
    transition: transform 0.2s ease;
}

.dropdown-toggle.active svg {
    transform: rotate(180deg);
}

/******************************************/

/**************vendors loading***********/
/* Spinner Loader */
.loader {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #e3403f;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    animation: spin 1s linear infinite;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Loading State Styles */
button.loading {
    background-color: #cccccc;
    cursor: not-allowed;
}

/* Error State Styles */
button.error {
    background-color: #e3403f;
}

/******************************************/

