
.product-details-container {
    margin: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
    
    
}

.product-details {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.imagehalf{
    position: relative;
    border-radius: 8px;
    background-color: rgb(224, 224, 224);
    display: flex;
    justify-content: center;
    
}

.badge{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1em;
    padding: 10px;
    margin-bottom: 20px;
}

.product-image {
    width: 100%;
    height: 50%;
    object-fit: contain;
    
}

.product-info {
    flex: 1;
}

.product-info p {
    margin: 10px 0;
}

.product-info .btn {
    margin-top: 20px;
}
.product-details-container {
    margin-top: 20px;
}

.product-image {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

.product-info {
    padding: 20px;
}

.product-info p {
    margin-bottom: 10px;
}




.product-info .row .col-md-6{
    
    width: 50%;
}

.product-info .row .rating{
    font-size: 18px;
}

.product-info .row .category,  .product-info .row .agegroup{
    font-size: 16px;
}

.product-info .btn {
    margin-top: 20px;
    font-size: 1.2em;
    
}
.container .product-details-container .product-info .btnaddtocart{
    border: 1px solid #31572c;
    background-color:#31572c;
    color: white;

}
.para{
    font-size: 12px;
}

.points{
    font-size: 13px;
}

@media (max-width: 768px) {
    .product-details-container {
        flex-direction: column;
    }

    .product-image {
        margin-bottom: 20px;
    }

    
.imagehalf{ 
    border-right: none;
    
}

}

.details_heading h4{
    border-top: 1px solid black;  
    margin-top: 20px;

    padding: 4px 0px;
    /* background-color: red;  */
}
.description .headingDescription{
    display: flex;
    justify-content: center;
}

.description .headingDescription h4{
    border-bottom: 3px solid orangered;
    padding-bottom: 4px;
    width:fit-content

    
}

.description .paraDescription .paraDescriptionText{
    padding: 0px 10%;
    
}




