.shopFlexContainer {
    display: flex;
    margin-top: 15px;
}



.shopFlexLeft {
    width: 33%;
    flex: 5;
    overflow: hidden;
    flex-grow: 5
}

.shopFlexRight {
    width: 67%;
    flex: 6
}

.ratingheader {
    width: 98%;
    margin: 6px auto;
    /* padding: 10px 0; */
    display: flex;
    gap: 25px
}

.productin {
    padding: 0 10px !important
}

.rating,
.insight {
    width: fit-content;
    height: fit-content;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #444;
    box-shadow: 0 4px 10px rgb(0 0 0 / .1)
}

.centerdiv {
    width: fit-content;
    display: flex;
    justify-content: center;
    gap: 4px;
    align-items: center
}

.rating .centerdiv .leaf {
    transform: rotatey(178deg)
}

.rating .centerdiv .leaf2 {
    transform: rotateY(1deg)
}

.shopFlexLeftnew {
    width: 45%;
    border-radius: 10px
}

.imagepre {
    max-height: 310px !important;
    display: block;
    object-fit: contain;
    margin: 0 auto;
    border-radius: 10px
}

.coroselimg {
    width: 100%;
    height: auto;
    display: flex;
    margin: 2px 0;
    border-radius: 10px;
    overflow-x: scroll;
    scrollbar-width: none;
    white-space: nowrap;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 5px
}

.miniimg {
    min-width: 60px;
    max-height: 60px;
    object-fit: contain;
    border-radius: 10px;
    margin: 0 5px;
    cursor: pointer;
    border: 2px solid #afafaf;
    background: #fff
}

.miniimg.active {
    border: 2px solid #0e3989 !important
}

.pricefont {
    font-size: 18px !important;
    font-weight: 700 !important
}

@media (max-width:991px) {
    .miniimg {
        width: 60px;
        height: 50px;
        margin: 0 5px
    }

    .coroselimg {
        width: 100%;
        height: auto;
        display: flex;
        margin: 2px 0;
        border-radius: 10px;
        overflow-x: scroll;
        scrollbar-width: none;
        white-space: nowrap;
        box-sizing: border-box
    }
}

@media (max-width:767px) {
    .coroselimg {
        width: 100%;
        height: auto;
        display: flex;
        gap: 10px;
        margin: 2px 0;
        border-radius: 10px;
        overflow-x: scroll;
        scrollbar-width: none;
        white-space: nowrap;
        box-sizing: border-box;
        position: relative;
    }
}

@media (max-width:590px) {
    .coroselimg {
        width: 100%;
        height: auto;
        display: flex;
        gap: 10px;
        margin: 2px 0;
        border-radius: 10px;
        overflow-y: scroll;
        scrollbar-width: none;
        white-space: nowrap;
        box-sizing: border-box;
        position: relative;
    }

    .shopProductName {
        font-size: 20px !important
    }

    .price p {
        font-size: 14px !important
    }

    .dosage b {
        font-size: 12px !important
    }

    .mobilePrice {
        font-size: 12px !important
    }

    .newProductPrice {
        font-size: 15px !important
    }

    .shopInformation {
        padding: 20px;
        display: flex;
        height: 100%;
        flex-direction: column;
        margin-left: 0px !important
    }

    .productin {
        padding: 0 0px !important;
        margin-top: 15px !important
    }

    .centerdiv p {
        font-size: 10px !important
    }

    .ratingheader {
        width: 100%;
        margin: 0 auto;
        padding: 10px 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 5px
    }

    .shopImagePreview img {
        height: 245px !important;
        object-fit: contain
    }

    .buybuy {
        margin: auto 10px;
        background: #118813;
        padding: 12px 12px !important
    }

    .coroselimg {
        width: 100%;
        height: auto;
        display: flex;
        margin: 2px 0;
        border-radius: 10px;
        overflow-x: scroll;
        scrollbar-width: none;
        white-space: nowrap;
        box-sizing: border-box;
        position: relative;
        bottom: 0;
        left: 0
    }
}

@media (max-width:399px) {
    .coroselimg {
        width: 100%;
        height: auto;
        display: flex;
        gap: 10px;
        margin: 2px 0;
        border-radius: 10px;
        overflow-x: scroll;
        scrollbar-width: none;
        white-space: nowrap;
        box-sizing: border-box;
        position: relative;
    }

    .buybuy {
        margin: auto 10px;
        background: #118813;
        padding: 12px 12px !important
    }

    .centerdiv p {
        font-size: 9px !important
    }

    .shopImagePreview img {
        height: 250px !important;
        object-fit: contain
    }

    .price p {
        font-size: 14px !important
    }

    .dosage b {
        font-size: 14px !important
    }

    .mobilePrice {
        font-size: 14px !important
    }

    .newProductPrice {
        font-size: 15px !important
    }

    .rating,
    .insight {
        width: fit-content;
        height: fit-content;
        border: 1px solid #ccc;
        border-radius: 10px;
        padding: 5px 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        color: #444;
        box-shadow: 0 4px 10px rgb(0 0 0 / .1)
    }
}

@media (max-width:366px) {
    .pricendose {
        display: flex;
        flex-direction: column;
        align-items: start !important;
        gap: 10px
    }

    .leaf,
    .leaf2 {
        width: 17px !important;
        height: 17px !important
    }

    .buybuy {
        margin: auto 10px;
        background: #118813;
        padding: 12px 12px !important
    }

    .centerdiv p {
        font-size: 8px !important;
        text-align: center
    }

    .line {
        display: none
    }

    #fi_3742162 {
        width: 17px !important;
        height: 17px !important
    }
}

.shopImagePreview img {
    width: 100%;
    max-height: 325px;
    object-fit: contain
}

.productin {
    padding: 0 10px
}

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

.pricendose {
    display: flex;
    align-items: center;
    gap: 10px
}

.line {
    content: "";
    height: 15px;
    width: 1px;
    background-color: #000
}

.discountPercentages {
    font-size: 10px !important;
    padding: 2px 8px;
    background: #aafac6;
    border-radius: 15px;
    color: #166635 !important
}

.threequality {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #edf3fd;
    padding: 0px 0px;
}

.qualitybox {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 5px 5px;
    width: 33%;
    gap: 5px
}

.middle {
    border-left: 1px solid #a6d1ff;
    border-right: 1px solid #a6d1ff
}

.qualityicon {
    display: flex;
    align-items: center
}

@media (max-width:500px) {
    .qualitybox {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
        padding: 0 5px;
        width: 33%;
        gap: 5px
    }

    .greenButton {
        margin: auto 10px;
        background: #118813
    }

    .quickBuy {
        margin: auto 10px;
        padding: 12px 12px !important
    }

    .newdesc {
        margin-top: 20px !important
    }

    .threequality {
        /* margin-top: 10px !important */
    }

    .locationDiv {
        margin-top: 0px !important
    }

    .mobilerow {
        margin-top: 15px !important
    }

    .pricendose {
        margin-top: 10px !important
    }

    .dosage {
        margin-top: 10px !important
    }

    .threequality {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #edf3fd;
        border-radius: 5px;
        /* margin-top: 5px; */
        padding: 5px 0;
        box-shadow: rgb(99 99 99 / .2) 0 5px 8px 0;
        /* border: 1px solid #0e3989 */
    }
}

.packsize {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    overflow-x: scroll;
    scrollbar-width: none
}

.packsize a button {
    width: max-content;
    margin: 0px !important;
    margin-top: 5px !important
}

.desclaimer {
    font-size: 8px !important
}

.reviewmain {
    margin-top: 25px
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.showinmobile {
    display: none !important
}

.quickBuy {
    background: #0E3989;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 12px 40px
}

input[type=number] {
    -moz-appearance: textfield
}

.review_scroll {
    max-height: 400px;
    overflow-y: auto;
    scrollbar-width: none
}

.review_scroll::-webkit-scrollbar {
    width: 5px
}

body {
    padding: 0 !important
}

.owl-stage .owl-item:nth-child(1) {
    border: 1px solid #77BA5D
}

.relatedCarousel .owl-item:nth-child(1) {
    border: none
}

.zoom {
    cursor: zoom-in
}

.zoom img {
    transition: opacity .5s;
    display: block;
    width: 100%
}

.min-width150 {
    min-width: 117px !important
}

@media (max-width:767px) {
    #giftBoxModal .modal-body {
        text-align: center !important
    }

    .mtb50 {
        margin-top: 0px !important
    }

    .compo {
        font-size: 14px !important
    }

    ul {
        font-size: 12px !important
    }

    span {
        font-size: 14px
    }
}

.compo {
    font-size: 15px
}

.star-rating {
    display: flex;
    flex-direction: row-reverse;
    font-size: 1.5em;
    justify-content: space-around;
    align-items: center;
    ;
    text-align: center
}

.star-rating input {
    display: none
}

.star-rating label {
    color: #ccc;
    cursor: pointer
}

.star-rating :checked~label {
    color: #f90
}

.star-rating label:hover,
.star-rating label:hover~label {
    color: #fc0
}

.reviewCard {
    background: rgb(255 255 255 / .8);
    padding: 10px 25px;
    border: 1px solid #efefef;
    -webkit-box-shadow: 0 0 6px 0 rgb(230 230 230 / .44);
    -moz-box-shadow: 0 0 6px 0 rgb(230 230 230 / .44);
    box-shadow: 0 0 6px 0 rgb(230 230 230 / .44)
}

.shopFlexLeft {
    position: relative;
    display: flex;
    flex-direction: column;
/*    justify-content: space-between;*/
}

@media (min-width:1000px) {

    .catHeading,
    h2 {
        font-size: 18px !important
    }
}

.owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 105%;
    top: calc(35% + 10px);
    left: -2.5%
}

#desc ul {
    margin-bottom: 10px !important
}

#desc ul li {
    list-style-type: inherit !important;
    margin-left: 16px !important
}

.owl-prev,
.owl-next {
    font-size: 20px !important
}

.owl-theme .owl-nav {
    z-index: -55 !important;
    margin-top: -17px !important;
    text-align: center;
    -webkit-tap-highlight-color: #fff0
}

.les_cnt {
    cursor: pointer;
    background: #77BA5D;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 4px;
    display: none;
    padding-left: 10px;
    padding-right: 10px
}

.fnt ol li {
    margin-left: 20px
}

h1 {
    font-weight: 500 !important
}

.shopProductName {
    font-weight: normal !important
}

@media only screen and (max-width:766px) {
    .min-width150 {
        min-width: 120px !important
    }

    .qukby {
        min-width: 120px !important
    }

    .value-button {
        width: 30px !important
    }

    .value-button:first-child {
        border-top-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important
    }

    .value-button:last-child {
        border-top-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important
    }

    input#numberQuantity {
        width: 34px !important
    }
}

@media only screen and (min-width:414px) and (max-width:420px) {
    .min-width150 {
        min-width: 120px !important
    }

    .qukby {
        min-width: 120px !important
    }

    .value-button {
        width: 30px !important
    }

    input#numberQuantity {
        width: 34px !important
    }
}

@media only screen and (min-width:406px) and (max-width:413px) {
    .min-width150 {
        min-width: 120px !important
    }

    .qukby {
        min-width: 120px !important
    }

    .value-button {
        width: 30px !important
    }

    input#numberQuantity {
        width: 34px !important
    }
}

@media only screen and (min-width:390px) and (max-width:405px) {
    .min-width150 {
        min-width: 120px !important
    }

    .qukby {
        min-width: 120px !important
    }

    .value-button {
        width: 30px !important
    }

    input#numberQuantity {
        width: 34px !important
    }
}

@media only screen and (min-width:381px) and (max-width:389px) {
    .min-width150 {
        min-width: 120px !important
    }

    .qukby {
        min-width: 120px !important
    }

    .value-button {
        width: 30px !important
    }

    input#numberQuantity {
        width: 34px !important
    }
}

@media only screen and (min-width:361px) and (max-width:380px) {
    .min-width150 {
        min-width: 120px !important
    }

    .qukby {
        min-width: 120px !important
    }

    .value-button {
        width: 30px !important
    }

    input#numberQuantity {
        width: 34px !important
    }
}

@media only screen and (min-width:321px) and (max-width:360px) {
    .min-width150 {
        min-width: 120px !important
    }

    .qukby {
        min-width: 113px !important
    }

    .value-button {
        width: 30px !important
    }

    input#numberQuantity {
        width: 26px !important
    }
}

@media only screen and (max-width:320px) {
    .min-width150 {
        min-width: 120px !important
    }

    .qukby {
        min-width: 113px !important
    }

    .value-button {
        width: 30px !important
    }

    input#numberQuantity {
        width: 26px !important
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.mobl {
    display: none !important
}

.close_butt {
    position: absolute;
    top: -25px;
    right: 0;
    opacity: unset !important;
    z-index: 9
}

.mdmobl {
    top: 100px !important
}

@media (max-width:767px) {
    .mobl {
        display: block !important
    }

    .dsktop {
        display: none !important
    }

    #popupModel1 .modal-dialog {
        top: calc(50% - 200px)
    }

    .mdmobl {
        top: 10px !important
    }
}

@media (min-width:768px) {
    #popupModel1 .modal-dialog {
        top: calc(50% - 200px)
    }
}

.fnt ul li {
    list-style-type: initial !important
}

.fnt ul {
    margin-left: 30px !important
}

@media (max-width:450px) {
    .addToCartButtons.custom-class {
        position: fixed !important;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
        z-index: 1000;
        box-shadow: 0 -2px 8px rgb(0 0 0 / .1);
        display: flex !important;
        flex-direction: column;
        align-items: center;
        margin: 0 !important
    }

    .widthOnMobileView {
        width: 100% !important;
        margin-top: 0px !important
    }

    .shopLowerInfo {
        width: 100% !important;
        display: flex;
        justify-content: space-around
    }
}

.widthOnMobileView {
    margin-top: 10px !important
}

@media (max-width:450px) {
    .addToCartButtons.custom-class {
        position: fixed !important;
        left: 0;
        bottom: 0;
        width: 100vw;
        background: #fff;
        z-index: 1000;
        box-shadow: 0 -2px 8px rgb(0 0 0 / .1);
        display: flex !important;
        flex-direction: column;
        align-items: center;
        margin: 0 !important
    }

    .widthOnMobileView {
        width: 100% !important
    }

    .shopLowerInfo {
        width: 100% !important;
        display: flex;
        justify-content: space-around
    }
}

@media (max-width:375px) {
    .smallfont {
        font-size: 11px !important
    }

    .textwrapper {
        flex-direction: column;
    }
}

.mobilelocatecon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #f7f9ff, #ffffff);
    border: 1px solid #e3e8ff;
    border-radius: 50px;
    padding: 3px 3px;
    /* border: 1px solid #0e3989; */
    margin: 0 0 0 0;
    box-shadow: 0 12px 30px rgba(14, 57, 137, 0);
}

@media (max-width:475px) {
    .authenticbox {
        width: 100% !important;
        margin: 0 0px !important
    }
}

.innerauthen {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 5px;
    padding: 4px 10px;
    /* flex-direction: column; */

    border: 1px solid #e3e8ff;
    box-shadow: 0 15px 30px rgba(14, 57, 137, 0.15);
    transition: all 0.35s ease;
    position: absolute;
    right: 0;
    bottom: 0px;
    background: #edf3fd;

}

.innerauthen:hover {
    box-shadow: 0 18px 45px rgba(14, 57, 137, 0.25);
}

@media (max-width:475px) {
    .authenticbox {
        width: 100% !important;
        margin: 7px auto !important
    }

    .innerauthen {
        margin-right: 0px !important;
        padding: 6px 15px !important;
        border-radius: 5px !important;
        color: #00033F
    }
}

#newpannel ul {
    margin-bottom: 10px !important
}

#newpannel ul li {
    list-style-type: inherit !important;
    margin-left: 16px !important
}

@media (max-width:450px) {
    .worderapp {
        font-size: 12px !important
    }

    .wordspacing a {
        font-size: 12px
    }
}

@media (max-width:413px) and (min-width:351px) {
    .worderapp {
        font-size: 12px !important
    }

    .wordspacing a {
        font-size: 12px !important
    }
}

.progress {
    height: 10px;
    margin: 4px auto
}

.progress-bar {
    background: #77BA5D
}

.gubbInput {
    margin-bottom: 10px !important;
    background: transparent !important;
    border-radius: 5px !important;
    color: #000
}

@media only screen and (min-width:326px) and (max-width:365px) {
    .popimg {
        width: 88% !important
    }

    .close_butt {
        position: absolute;
        top: -25px;
        right: 33px;
        opacity: unset !important;
        z-index: 9
    }
    
}

@media only screen and (min-width:366px) and (max-width:380px) {
    .popimg {
        width: 86% !important
    }

    .close_butt {
        position: absolute;
        top: -25px;
        right: 40px;
        opacity: unset !important;
        z-index: 9
    }
}

@media only screen and (min-width:381px) and (max-width:389px) {
    .popimg {
        width: 100% !important
    }

    .close_butt {
        position: absolute;
        top: -25px;
        right: 27px;
        opacity: unset !important;
        z-index: 9
    }
}

@media only screen and (min-width:390px) and (max-width:405px) {
    .popimg {
        width: 104% !important
    }

    .close_butt {
        position: absolute;
        top: -25px;
        right: 10px;
        opacity: unset !important;
        z-index: 9
    }
}

@media only screen and (min-width:406px) and (max-width:413px) {
    .popimg {
        width: 104% !important
    }

    .close_butt {
        position: absolute;
        top: -25px;
        right: 17px;
        opacity: unset !important;
        z-index: 9
    }
}

@media only screen and (min-width:414px) and (max-width:420px) {
    .popimg {
        width: 104% !important
    }

    .close_butt {
        position: absolute;
        top: -25px;
        right: 10px;
        opacity: unset !important;
        z-index: 9
    }
}

@media only screen and (min-width:421px) and (max-width:768px) {
    .popimg {
        width: 104% !important
    }

    .close_butt {
        position: absolute;
        top: -25px;
        right: 10px;
        opacity: unset !important;
        z-index: 9
    }
}

.doctorpannelbox {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 20px
}

.width98 {
    width: 98%;
    margin: 0 auto
}

.flexingdiv {
    display: flex;
    gap: 20px;
    align-items: center
}

.upperwrittenbox,
.upperapprovebox {
    width: 30%
}

.wrritenbybox,
.approvedbybox {
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 5px;
    padding-top: 5px
}

.writerpic {
    width: 13%;
    height: 43px;
    border-radius: 15px;
    margin-left: 8px;
    margin-top: 3px;
    margin-bottom: 6px
}

.writerpic img {
    border-radius: 50px
}

.namebox {
    width: 75%
}

.newpannel {
    width: 100%;
    border-radius: 5px;
    margin: 5px auto;
    background: #fff;
}

@media (max-width:990px) and (min-width:768px) {

    .upperwrittenbox,
    .upperapprovebox {
        width: 50%
    }
}

@media (min-width:600px) and (max-width:768px) {

    .upperwrittenbox,
    .upperapprovebox {
        width: 50%
    }
}

@media (max-width:600px) {
    .recentrevno {
        margin: 0;
        width: 100% !important
    }

    .firstboxing,
    .secondboxing {
        width: 100% !important
    }

    .reviewconment {
        display: flex;
        flex-direction: column;
        gap: 15px
    }

    .newpannel {
        width: 100%;
        border-radius: 5px;
        margin: 5px auto;
        backgrund: #fff
    }

    .smallpan {
        margin: 0px !important
    }

    .flexingdiv {
        display: flex;
        gap: 30px;
        align-items: center
    }

    .upperwrittenbox,
    .upperapprovebox {
        width: 50%
    }

    .writerpic {
        width: 24%;
        height: 45px;
        border-radius: 15px;
        margin-left: 8px;
        margin-top: 3px
    }

    .svgwidth {
        width: 6%
    }

    .rviewcon {
        width: 94% !important;
        margin: 0 auto !important
    }

    .recentrevno {
        margin: 0;
        width: 100% !important
    }

    .recentrev {
        padding-top: 30px;
        margin: 0 0 0 0px !important
    }

    .mobilemargin {
        margin-top: 0px !important
    }

    .productreviewpara {
        padding-left: 0px !important
    }

    .rating-value {
        font-size: 25px !important
    }

    p.mobilegap {
        margin: -8px auto !important
    }
}

@media (max-width:380px) {
    .writerpic {
        width: 30%;
        height: 43px;
        border-radius: 15px;
        margin-left: 8px;
        margin-top: 3px
    }

    .svgwidth {
        width: 7%
    }
    .innerauthen {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 5px;
    padding: 4px 10px;
    /* flex-direction: column; */

    border: 1px solid #e3e8ff;
    box-shadow: 0 15px 30px rgba(14, 57, 137, 0.15);
    transition: all 0.35s ease;
    position: absolute;
    right: 0;
    top: -8px !important;
    background: #edf3fd;

}
}

@media (max-width:320px) {
    .writerpic {
        width: 25%;
        height: 43px;
        border-radius: 15px;
        margin-left: 8px;
        margin-top: 3px;
        display: flex;
        align-items: center
    }

    .svgwidth {
        width: 7%
    }

    .flexingdiv {
        display: flex;
        gap: 10px;
        align-items: center
    }

    .recentrev,
    .recentrevno {
        width: 95%;
        margin: 0 0 0 0px !important
    }
}

.shadowbox {
    box-shadow: rgb(0 0 0 / .05) 0 6px 24px 0, rgb(0 0 0 / .08) 0 0 0 1px
}

.rviewcon {
    width: 90%;
    margin: 0 30px
}

.recentrev,
.recentrevno {
    width: 100%;
    margin: 0 0 0 0
}

.recentrev {
    margin-bottom: 25px
}

.mobilemargin {
    margin-top: 10px !important
}

.productreviewpara {
    padding-left: 15px
}

.default_locattion {
    display: none
}

.reviewbox {
    background: whitesmoke;
    border-radius: 10px;
    width: 98%;
    margin: 0 auto
}

.iconboxin {
    max-width: 10%;
    text-align: center
}

.innerreview {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px
}

.ratelines {
    width: 80%
}

.reviewbutton {
    width: 15%
}

.reviewstarbox {
    background: #fff;
    border-radius: 10px;
    width: 98%;
    margin: 15px auto 15px auto
}

.reviewstarbox p {
    margin: 0
}

.innerstarreview {
    padding: 5px 15px;
    border-bottom: #ddd solid 1px
}

.ratingbox {
    display: flex
}

.starbox {
    width: 100%
}

.ratingcon {
    display: flex;
    width: 100%;
    gap: 7px
}

.ratingstars {
    display: flex;
    align-items: center;
    gap: 5px
}

.progressbarinital {
    width: 75%
}

.startotal {
    width: 50%;
    margin: 0 10px 0 10px
}

.totalbox {
    width: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.imagercontainers {
    width: 50%
}

.customerimages {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    overflow-x: auto;
    scrollbar-width: none;
    flex-wrap: nowrap
}

.commonimages {
    flex: 0 0 auto;
    width: 100px
}

.commonimages img {
    max-width: 100%;
    max-height: 95px;
    object-fit: cover;
    border-radius: 10px
}

.titlehead h4 {
    margin: 0 0 10px 0
}

@media (max-width:475px) {
    .ratingbox {
        display: flex;
        flex-direction: column
    }

    .totalbox {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .startotal {
        width: 100%;
        margin: 15px 0 0 0
    }

    .imagercontainers {
        width: 100%;
        margin: 15px 0 10px 0
    }

    .onebox {
        width: 95% !important;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: start;
        margin: 0 auto
    }

    .ratelines {
        width: 100%
    }

    .reviewbutton {
        width: 100%
    }

    .text-start {
        text-align: end
    }

    .iconboxin {
        display: none
    }
}

.onebox {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%
}

.reviewconment {
    display: flex;
    gap: 15px
}

.firstboxing,
.secondboxing {
    width: 50%
}

.secondboxing {
    display: flex;
    align-items: center
}

.customer-gallery img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s
}

.customer-gallery img:hover {
    transform: scale(1.05)
}

.image-popup {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / .9)
}

.image-popup .popup-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90%
}

.image-popup .close-popup {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    cursor: pointer
}

.call_for_order_lft {
    bottom: 20% !important
}

.noreviewbox {
    width: 100%
}

.aggregateRating {
    width: 95%;
    margin: 0 auto
}

.innernoreview {
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 15px
}

.characterimage {
    width: 5%
}

.charimg {
    width: 100%
}

.charimg img {
    width: 100%
}

.paralininingfirnoreview {
    width: 85%;
    text-align: left;
    display: flex;
    align-items: center
}

@media (max-width:600px) {
    .characterimage {
        width: 19%;
        justify-content: center;
        text-align: center
    }

    .charimg {
        text-align: center;
        display: flex;
        justify-content: center
    }

    .dividerbox {
        display: flex;
        gap: 5px;
        flex-direction: column-reverse;
    }
}

@media (max-width:355px) {
    .innernoreview {
        flex-direction: column !important;
        justify-content: center;
        text-align: center;
        gap: 15px;
        width: 100%
    }

    .paralininingfirnoreview {
        width: 100%
    }

    .paralininingfirnoreview p {
        font-size: 14px !important
    }

    .characterimage {
        width: 100%
    }

    .charimg {
        width: 25%
    }
}

@media (max-width:767px) {
    .owl-nav {
        display: flex;
        justify-content: space-between;
        position: absolute;
        width: 100vw !important;
        top: 1px;
        left: -21px !important
    }
}

@media (max-width:475px) {
    .owl-nav {
        display: flex;
        justify-content: space-between;
        position: absolute;
        width: 100vw !important;
        top: 1px;
        left: -9px !important;
    }
}

@media (max-width:320px) {
    .owl-nav {
        display: flex;
        justify-content: space-between;
        position: absolute;
        width: 90vw !important;
        top: 1px;
        left: -20px !important
    }
}

.compositiontopper {
    width: 98% !important;
    margin: 15px auto
}

@media (max-width:767px) {
    .width98 {
        width: 100% !important;
        margin: 0 auto !important
    }

    .compositiontopper {
        width: 100% !important;
        margin: 10px auto
    }

    .smallpan {
        margin: 0 0 0 0px !important;
        padding: 0px !important
    }

    .tab-content {
        margin: 10px 0 0 0px !important
    }

    .descriptiontitle {
        margin-left: 0px !important
    }

    .reviewbox,
    .reviewstarbox {
        width: 100% !important
    }

    .shopLowerInfo {
        justify-content: space-around !important
    }
}

.bannerflexdiv {
    display: flex;
    flex-direction: column;
    position: relative;
}

.bestsellertag {
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 5;
}



/* best sellertag */


.best-seller-flag{
    position: absolute;

    top: clamp(10px, 2vw, 9px);
    left: clamp(-69px, -8vw, -40px);

    width: clamp(140px, 30vw, 210px);

    background: #0e3696;
    color: #fff;
    text-align: center;

    padding: clamp(5px, 1vw, 8px) 0;

    font-size: clamp(9px, 2.2vw, 12px);
    font-weight: 700;
    letter-spacing: .8px;

    transform: rotate(-45deg);

    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    z-index: 10;
    pointer-events: none;
}

@media(max-width:480px){
  .best-seller-flag{
    top:5px;
     left:-45px;
     width:150px;
     font-size:10px;
  }
}

/* tag end */

.spacearround {
    justify-content: space-around !important
}



.badge-svg {
    width: 100%;
    height: 100%;

}

.badge-text {
    font-size: 18px;
    font-weight: 600;
    fill: #ffffff;
    font-family: Poppins, sans-serif;
}



.dividerbox {
    display: flex;
    margin-top: 5px;

}

.dividerbox>div {
    flex: 1;
}


/* .ctademitbox{
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #0e3989;
    margin-top: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.headerdemitotc{
    background-color: #0E3989;
    color: #fff;
    padding: 5px 0px;
    text-align: center;

    font-size: 14px;
}

.fourmeritlist{
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.twomwer{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
}
 
.twomwer .merit{
    list-style: url("../img/check.png") !important;
    width: 100%;
    margin-left: 30px;
    margin-right: 5px;
    font-size: 13px;
}

.footerminlo{
    border-bottom: 1px solid #0e3989;
    
    padding: 2px 0px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    
}
.savingmerit{
    position: absolute;
    
    background-color: #0E3989;
    color: #fff;
    padding: 3px 15px;
    border-radius: 0 5px 5px 0px;
    bottom: 35px;
    font-size: 12px;
} */

/* ===== MAIN CARD ===== */
.ctademitbox {
    border-radius: 18px;
    padding: 5px 10px;
    background: linear-gradient(135deg, #f7f9ff, #ffffff);
    border: 1px solid #e3e8ff;
    box-shadow: 0 12px 30px rgba(14, 57, 137, 0.15);
    transition: all 0.35s ease;
    margin-top: 10px;
    position: relative;
}

.ctademitbox:hover {

    box-shadow: 0 18px 45px rgba(14, 57, 137, 0.25);
}

/* ===== HEADER ===== */
.headerdemitotc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

/* ===== TITLE ===== */
.paratitle p {
    font-weight: 600;
    color: #0e3989;
    font-size: 16px;
}

/* =====🔥 SAVING HIGHLIGHT ===== */
.savingmerit {
    background: linear-gradient(135deg, #0e3696, #3f6edc);
    padding: 5px 14px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    animation: pulseGlow 3s infinite;
    box-shadow: 0 6px 18px rgba(14, 54, 150, 0.45);

}

.savingmerit strong {
    font-size: 14px;
}

/* Pulse animation */
@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 rgba(14, 54, 150, 0.5);
    }

    50% {
        box-shadow: 0 0 10px rgba(14, 54, 150, 0.85);
    }

    100% {
        box-shadow: 0 0 0 rgba(14, 54, 150, 0.5);
    }
}

/* ===== MERIT LIST ===== */
.fourmeritlist {
    display: flex;
    gap: 16px;
    /* margin-top: 16px; */
    flex-wrap: wrap;
}

.meritlist ul {
    padding-left: 18px;
}

.meritlist li {
    margin-bottom: 6px;
    position: relative;
}

.meritlist li::before {
    content: "✔";
    color: #0e3989;
    font-weight: bold;
    position: absolute;
    left: -18px;
}

/* ===== QUALITY BOXES ===== */
.threequality {
    display: flex;
    gap: 5px;
    margin-top: 5px;
    flex-wrap: wrap;
    align-items: normal;
    padding: 5px;
    border-radius: 10px;
}

.qualitybox {
    flex: 1;
    /* min-width: 160px; */
    background: #ffffff;
    border-radius: 14px;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    gap: 3px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    cursor: pointer;
}

.qualitybox:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 14px 35px rgba(14, 57, 137, 0.25);
}

.qualityicon svg {
    transition: transform 0.4s ease;
}

.qualitybox:hover svg {
    transform: rotate(-6deg) scale(1.15);
}

.qualitytext p {
    font-weight: 600;
    color: #0e3989;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .headerdemitotc {
        /* flex-direction: column; */
        align-items: flex-start;
    }

    .descpara > p {
    font-family: 'Poppins', sans-serif;
        font-size: 14px !important;
    }

    .savingmerit {
        align-self: flex-start;
        position: absolute;
        right: 5px;
        top: 5px;
        padding: 2px 10px;
        border-radius: 30px;
        color: #fff;
        font-weight: 600;
        animation: pulseGlow 3s infinite;
        box-shadow: 0 6px 18px rgba(14, 54, 150, 0.45);
    }

    .fourmeritlist {
        /* flex-direction: column; */
        margin-top: 15px;
    }

    .threequality {
        /* flex-direction: column; */
    }

    .paratitle p {
        font-weight: 600;
        color: #0e3989;
        font-size: 14px;
    }
    .bundle-right {
       display: flex;
    align-items: start !important;
    gap: 0px !important;
    flex-direction: column ;
    justify-content: unset;
    white-space: nowrap;
    }


}


@media (max-width:375px) {
    .fourmeritlist {
        flex-direction: row;
        margin-top: 15px;
        gap: 15px;
    }

    .savingmerit {
        align-self: flex-start;
        position: absolute;
        right: 5px;
        top: 10px;
        padding: 2px 10px;
        border-radius: 30px;
        color: #fff;
        font-weight: 600;
        animation: pulseGlow 3s infinite;
        box-shadow: 0 6px 18px rgba(14, 54, 150, 0.45);
    }

    .fourmeritlist {
        /* flex-direction: column; */
        margin-top: 5px;
    }



}
@media(max-width:361px){
    .img{
        display:none;
    }
}


.twofigure {
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;

}

@media (max-width:354px) {
    .fourmeritlist {
        flex-direction: column;
        margin-top: 15px;
        gap: 0px;
    }
}


/* bundle pack css */

.fullbundler {
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    padding: 6px;
    margin-top: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.bundlepack {

    margin-top: 5px;

    display: flex;
    gap: 6px;
}

/* Bundle card */
.bundle-row {
    flex: 1;
    background: #fff;
    border: 1.5px solid #e5ebff;
    border-radius: 8px;
    padding: 6px;
    cursor: pointer;
    position: relative;
    transition: 0.2s;

    display: flex;
    /* align-items:center; */
    justify-content: space-between;
    flex-direction: column;
    gap: 4px;
}

/* Hover & Active */

.bundle-row.active {
    border-color: #0E3989;
    background: #f1f5ff;
}

/* Hide radio */
.bundle-row input {
    display: none;
}

/* Left side (Pack + OFF) */
.bundle-left {
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.pack {
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.off {
    font-size: 10px;
    background: linear-gradient(135deg, #0e3696, #3f6edc);
    color: #fff;
    padding: 2px 5px;
    border-radius: 10px;
    font-weight: 600;
}

/* Right side (Price + MRP inline) */
.bundle-right {
       display: flex;
    align-items: center;
    gap: 7px;
    /* flex-direction: column; */
    justify-content: unset;
    white-space: nowrap;
}

.price {
    font-size: 14px;
    font-weight: 700;
    color: #1b8f2f;
}

.mrp {
    font-size: 12px;
    font-weight: 600;
    
    color: #181818;
    text-decoration: line-through;
}

/* BEST tag */
.bundle-row.best::after {
    content: "BEST";
    position: absolute;
    top: -8px;
    right: 0px;
    background: #0e893d;
    color: #fff;
    font-size: 8px;
    padding: 1px 6px 0px 6px;
    border-radius: 8px;
}

/* Mobile */
@media(max-width:600px) {
    .bundlepack {
        flex-direction: row;
        gap: 5px;
    }

    .pricemargin{
        margin-bottom: 18px;
    }

     .optiooptyion {
        position: absolute;
        bottom: 110% !important;
        top: -230px !important;
        right: 0;
        width: 100%;
        max-height: 220px;
        overflow-y: auto;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
        display: none;
        z-index: 998;
        padding: 6px;
    }

    .product-qty {
    position: relative;
    width: 100px !important;
    font-family: 'Poppins', sans-serif;
}
    
}


@media (max-width: 475px) {
    /* Left side (Pack + OFF) */
    .bundle-left {
        display: flex;
        align-items: start;
        gap: 4px;
        white-space: nowrap;
        flex-direction: column;
    }
}

@media (max-width: 355px) {
        .bundlepack {
        flex-direction: row;
        gap: 3px;
    }
    .bundle-row{
        padding:5px;
    }
}

@media (max-width: 415px) {
    .bundlepack {
        flex-direction: row;
        gap: 3px;
        overflow-x: scroll;
        padding:8px 0px;
        scrollbar-width: none;
    }
    .bundle-row{
        flex: 0 0 35% !important;
        
    }


}




/* modal popup otc */

/* ===============================
   MODAL BASE
================================ */
.innerody{
    background: #f7f9ff;
    padding: 16px;
    /* border-radius: 14px; */
    position: relative;
}

/* Close Button */
.innerody .close{
    background: #ffffff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 28px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    opacity: 1;
}

.mobilemodalheight{
        
        top:15% !important;
        /* min-height: 385px !important;
        max-height: 385px !important; */
        /* height: 385px !important; */
        overflow-y: scroll !important;
        scrollbar-width: none;
    }

/* Header */
.modalheader{
    text-align: center;
    margin-bottom: 12px;
}

.modalheader h4{
    font-size: 17px;
    font-weight: 600;
    
}

/* ===============================
   PRODUCT LIST
================================ */
.productlistcontainer{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ourbrandbox{
    width: 100%;
}

/* ===============================
   PRODUCT CARD
================================ */
.outerbox{
    position: relative;
    background: #ffffff;
    border: 1px solid #e3e8ff;
    border-radius: 12px;
    padding: 10px;
    box-shadow: rgb(21, 21, 90) 0px 2px 5px 0px, rgba(27, 3, 136, 0.897) 0px 1px 1px 0px;
}



/* Saving Badge */
.saving-badge{
    position: absolute;
    top: -15px;
    right: 0px;
    background: linear-gradient(135deg, #0e3696, #3f6edc);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 14px;
    white-space: nowrap;
}

/* Most Valued Tag */
.valued-tag{
    
    top: 8px;
    left: 10px;
    background: linear-gradient(135deg, #0e893d, #2aa358);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 12px;
    white-space: nowrap;
}

/* ===============================
   TEXT CONTENT
================================ */
.namemodal p{
    font-size: 14px;
    font-weight: 600;
    color: #263238;
    margin-bottom: 4px;
    word-break: break-word;
     -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
}
.pricebox{
    display: flex;
    justify-content: space-between;
    align-items: center;;
}

.pricebox p{
    font-size: 13px;
    color: #455a64;
    margin-bottom: 6px;
}

.pricey{
    font-weight: 600;
    color: #2e9840;
}

.compositionbox{
    font-size: 12px;
    color: #546e7a;
}

/* Composition Text */
.modaltextsalt{
    display: flex;
    gap: 6px;
    margin-top: 4px;
    line-height: 1.4;
}

.modaltextsalt strong{
    font-weight: 500;
    color: #1e88e5;
    flex-shrink: 0;
}

.composition-text{
    word-break: break-word;
}

/* Read More */
.modalread{
    color: #1e88e5;
    font-size: 11px;
    cursor: pointer;
}

.modalread:hover{
    text-decoration: underline;
}

/* ===============================
   MOBILE (≤576px)
================================ */
@media(max-width: 576px){

    .mobilemodalheight{
        margin-left:10px !important;
       
        top:15% !important;
        /* min-height: 410px !important;
        max-height: 410px !important;
        height: 250px !important; */
        overflow: scroll !important;
    }

    .innerody{
        padding: 12px;
    }

    .outerbox{
        padding: 12px;
    }

    .outerbox::before{
        height: 42px;
    }

    .saving-badge{
        font-size: 10px;
        padding: 4px 8px 2px 8px;
        top: -10px;
    }

    .ourbrandbox{
        margin-top:10px;
    }

    .valued-tag{
        font-size: 11px;
        padding: 5px 8px 3px 8px;
        margin-top: 3px;
       
    }

    .modaltextsalt{
        flex-direction: column;
        gap: 2px;

    }
    .otcbrand{
    display: grid;
    grid-template-columns: 1fr !important ;
    gap:5px;

    }
}

/* ===============================
   TABLET (577px–991px)
================================ */
@media(min-width: 577px) and (max-width: 991px){

    .outerbox{
        padding: 14px;
    }

    .saving-badge{
        font-size: 10px;
    }

    .valued-tag{
        font-size: 9px;
    }
}

@media(max-width:375px){
    .smallscreenfont{
        font-size:13px;
    }
}



/* otc brand box */

.otcbrand{
    display: grid;
    grid-template-columns: repeat(2, 1fr) ;
    gap:5px;

}

.otcbox{
    position: relative;
    background: #ffffff;
    border: 1px solid #e3e8ff;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.newProductPrice{
    color:#000
}

.body.modal-open {
  overflow-y: hidden !important;
  position: fixed !important; 
  width: 100% !important;
  -webkit-overflow-scrolling: touch;
  height: 100% !important;

}


.descpara > p {
    font-family: 'Poppins', sans-serif;
    color:#000;
}
.descpara > li {
    font-family: 'Poppins', sans-serif;
    color:#000;
}

.descpara > ul {
    font-family: 'Poppins', sans-serif;
    color:#000
}
.descpara > span {
    font-family: 'Poppins', sans-serif;
    color:#000
}

.descpara > table {
    font-family: 'Poppins', sans-serif;
    color:#000
}
.descpara > tr {
    font-family: 'Poppins', sans-serif;
    color:#000
}
.descpara > td {
    font-family: 'Poppins', sans-serif;
    color:#000
}
.descpara > th {
    font-family: 'Poppins', sans-serif;
    color:#000
}

.otcbrand{
    max-height: 250px;
    
    overflow-y: auto;
    scrollbar-width: none;
    scroll-behavior: smooth;
    align-content: start;
}




.modal-backdrop{
    position: fixed;
}




html.modal-lock,
body.modal-lock {
    
    overflow: hidden !important;
    touch-action: none;
}

.product-qty {
    position: relative;
    width: 100px;
    font-family: 'Poppins', sans-serif;
}

.selected-qty {
    background: linear-gradient(145deg, #ffffff, #eef3ff);
    border: 2px solid #0e3696;
    border-radius: 12px;
    padding: 10px 6px;
    cursor: pointer;
    width: 110px;

    font-weight: 600;
    color: #0e3696;
    /* box-shadow: 0 4px 10px rgba(14,54,150,0.15); */
    text-align: center;
    transition: 0.3s;
}

.selected-qty:hover {
    transform: translateY(-2px);
}

.qty-options {
    position: absolute;
    top: 110%;
    right: 0;
    width: 100%;
    max-height: 220px;
    overflow-y: auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    display: none;
    z-index: 998;
    padding: 6px;
    scrollbar-width: none;
}

.qty-option {
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s;
    text-align: center;
}

.qty-option:hover {
    background: #f0f4ff;
}

.qty-option.active {
    background: #0e3696;
    color: #fff;
}

.hideinproductpage{
    display: none
}




.selected-qty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    gap:5px
  }

  .selected-qty i {
    margin-left: 10px;
    font-size: 20px;
    transform: rotate(0deg); /* Initial position */
    transition: transform 0.3s ease; /* Smooth transition for rotation */
  }




  @media(max-width:358px){
    .selected-qty {
        display: flex;
        align-items: center;
        justify-content: start !important;
        position: relative;
        gap: 5px;
    }
    .selected-qty i {
    margin-left: 0px !important;
    font-size: 20px;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    }
    .selected-qty {
        background: linear-gradient(145deg, #ffffff, #eef3ff);
        border: 2px solid #0e3696;
        border-radius: 12px;
        padding: 10px 6px;
        cursor: pointer;
        width: 100px !important;
        font-weight: 600;
        color: #0e3696;
        /* box-shadow: 0 4px 10px rgba(14, 54, 150, 0.15); */
        text-align: center;
        transition: 0.3s;
    }
  }

  @media(max-width:365px){
    .selected-qty {
    background: linear-gradient(145deg, #ffffff, #eef3ff);
    border: 2px solid #0e3696;
    border-radius: 12px;
    padding: 10px 6px;
    cursor: pointer;
    width: 100px;
    font-weight: 600;
    color: #0e3696;
    /* box-shadow: 0 4px 10px rgba(14, 54, 150, 0.15); */
    text-align: center;
    transition: 0.3s;
}
.selected-qty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    gap: 2px;
}

.selected-qty i {
    margin-left: 10px;
    font-size: 17px;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}
  }