.product_big {
    width: 500px;
    height: 700px;
    background-color: #eee;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /*margin-top: 30px;
    margin-left: 100px;
    position: relative;*/
}
/*
h1 {
    text-align: right;
    position: absolute;
    top: 27%;
    left: 40%;
    margin: 0;
}

h2 {
    text-align: right;
    position: absolute;
    top: 33%;
    left: 40%;
    margin: 0;
}*/

.btn {
    /*position: absolute;
    left: 40%;
    top: 85%; */
    color: white;
    background: #f05400;
    height: 70px;
    width: 200px;
    font-size: 20px;
}

.z {
    /*text-align: right;
    position: absolute;
    top: 80%;
    left: 40%;
    margin: 0; /* Adjust margin as needed */
    font-size: 30px;
    font-weight: bold;
}
.y {
    text-align: right;
    position: absolute;
    top: 65%;
    left: 40%;
    margin: 0; /* Adjust margin as needed */
    font-size: 25px;
    font-weight: bold;
}

.rating {
    text-align: right;
    position: absolute;
    top: 70%;
    left: 40%;
    margin: 0;
    font-size: 25px;
    font-weight: bold;
}

.star {
    cursor: pointer;
    font-size: 25px;
    color: #ccc;
    margin-right: 5px;
}

.star:hover,
.star.active {
    color: #f05400;
}

.img_prod {
    /*max-width: 150%;
    max-height: 150%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}


.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.custom-select {
    /*position: absolute;
    width: 200px;
    height: 40px;
    overflow: hidden;
    left: 40%;
    top: 33%;*/
    font-size: 20px;
}

select {
    width: 100%;
    height: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    outline: none;
}
