@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

.poppinspara {
  font-family: "Poppins", sans-serif !important;
}


@media (max-width: 500px) {
    .hiddeninmobile{
        display: none !important;
    }
    .hiddenindesktop{
        display: block !important;
    }
    .doseheight p{
        padding:0 !important;
    }
    .mox{
        margin-top: 32px;
    }
}
@media (max-width:350px){
    .newproductflex{
        margin-bottom: 40px !important;
    }
}

@media (max-width:767px){
    .newcardphone{
        min-height: 0px!important;
    }
}

.ratingbanter span {
    color: #ddd; /* empty star color */
    font-size: 18px;
    position: relative;
    display: inline-block;
}

.ratingbanter .filled {
    color: gold; /* full star */
}

.ratingbanter .half {
    color: #ddd; /* empty as base */
}
.ratingbanter .half::before {
    content: "\2605"; /* star symbol */
    color: gold;
    position: absolute;
    left: 0;
    width: 50%;
    overflow: hidden;
}

.childratingbar{
    display: flex;
    align-items: center;
    gap: 0px;
    justify-content: center;
    min-height: 22px;
}

.compohieght{
    min-height: 40px ;
    
}
.namehieght{
    min-height: 40px;
}
.statushieght{
    min-height: 20px;
    
}
@media (max-width: 370px) {
    .namehieght{
        min-height: 30px;
        
    }
    .statushieght{
        min-height: 15px;
    }
    .compohieght{
    min-height: 40px;
    
    }
    .mox{
        margin-top: 28px;
    }
}
@media (max-width:395px){
    .namehieght{
        min-height: 30px;
        
    }
    .statushieght{
        min-height: 15px;
    }
    .compohieght{
    min-height: 35px !important;
    
    }
    
}

@media (max-width:345px) {
    .namehieght{
        min-height: 30px;
        
    }
    .statushieght{
        min-height: 15px;
    }
    .compohieght{
    min-height: 50px;
    
    }
    .doseheight{
        min-height: 30px !important;
    }
    .mox {
        margin-top: 32px;
    }
    
    
}

@media (max-width:423px) and (min-width: 326px) {
    .doseheight{
        min-height: 20px !important;
    }

    .doseheight p{
        font-size: 12px !important;
        padding: 0 !important;
    }
}

@media (max-width: 344px) {
    .namehieght{
        min-height: 45px;
        
    }
    .statushieght{
        min-height: 15px;
    }
    .compohieght{
    min-height: 50px;
    
    }
    .ratingbanter{
        padding: 0px 0px !important;
    }
    .compofont{
        font-size: 11px !important;
    }
    
}
@media (max-width:344px) and (min-width: 325px){
    .compofont{
        font-size: 11px !important;
    }
    
}

@media (max-width:324px){
    .namehieght{
        min-height: 43px;
        
    }
    /* .statushieght{
        min-height: 41px;
    } */
    .compohieght{
    min-height: 55px;
    
    }
    .ratingbanter{
        padding: 0px 0px !important;
    }

    .compofont{
        font-size: 11px !important;
    }
}
.ratingbanter{
        padding: 2px 4px;
    }

    .yyyy{
        content:" ";
        min-height: 30px;
    }

.ratingbanter span {
    color: #ddd;
    font-size: 18px;
    position: relative;
    display: inline-block;
    min-height: 26px;
}

.cardfooter{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}
.buttondiv{
    width: 100%;
}

.pricediv {
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.pricediv.hasactive {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

