a {
    text-decoration: none;
}

.head_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 15px;
    margin-top: 12px;
    font-size: 12px;
}

.rating_stars {
    color: #3483FA;
    font-size: 16px;
}

.product_name {
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.main_prod_img_container {
    width: 70%;
    margin: 0 auto;
}

.main_prod_img {
    width: 100%;
}

.img_carrousel {
    width: 95%;
    height: 120px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto;
}

.img_carrousel img {
    width: 23%;
    border: thin solid #afafaf7e;
}

.thumb.active {
    border: 2px solid #3483FA;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
    transition: all 0.2s ease-in-out;
    border-radius: 4px;
}

.thumb {
    margin-top: 5px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
}

.price_section_container {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 12px;
}

.day_offer {
    background-color: #3483FA;
    width: 95px;
    padding: 4px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
}

.price_off {
    color: #797979;
    text-decoration: line-through;
    font-weight: 700;
    margin-top: -5px;
}

.main_price {
    font-size: 20px;
}

.price_discont {
    color: #4CAF50;
    font-weight: 600;
    font-size: 14px;
}

.shipping {
    color: #4CAF50;
    font-weight: 600;
    font-size: 14px;
}

.shipping_container {
    display: flex;
    align-items: center;

}

.btn_section {
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.buy_button {
    width: 100%;
    height: 35px;
    background-color: #0169EB;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 4px;
    margin-bottom: 20px;
}

.info_section {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 10px;
    font-weight: 600;
    color: #6d6d6d;
    padding-left: 20px;
    margin-bottom: 50px;
}


.info_item {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 3px;
}

.info_icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.rating_section {
    width: 100%;
}

.rating_img {
    width: 100%;
}

.coment_section {
    margin-top: 50px;

}

.rating_stars {

    padding-left: 20px;
}


.star_icon {
    width: 15px;
}

.comment_img {
    padding-left: 20px;
}

.coment_text {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
    padding-left: 5px;
    font-weight: 600;
}

.like_coment {
    padding-left: 20px;
}


hr {
    width: 90%;
    color: #81818150;
}

.prod_review_img {
    width: 150px;
    height: 200px;
    border-radius: 10px;
    margin-top: 10px;
}