.shopFlexContainer {
    display: flex
}

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

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

.ratingheader {
    width: 98%;
    margin: 0 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
    }
}

@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
    }
    .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: absolute;
        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
    }
    .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;
    border-radius: 5px;
    margin-top: 10px;
    padding: 5px 0;
    box-shadow: rgb(99 99 99 / .2) 0 5px 8px 0;
    border: 1px solid #0e3989
}

.qualitybox {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 10px 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: 20px !important
    }
    .locationDiv {
        margin-top: 15px !important
    }
    .mobilerow {
        margin-top: 15px !important
    }
    .pricendose {
        margin-top: 10px !important
    }
    .dosage {
        margin-top: 10px !important
    }
}

.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
}

@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: 12px !important
    }
}

.mobilelocatecon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e7eeff;
    border-radius: 50px;
    padding: 3px 13px;
    border: 1px solid #0e3989;
    margin: 0 0 0 0
}

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

.innerauthen {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    padding: 4px 16px;
    border: 1px solid #0e3989
}

@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;
    backgrund: #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%
    }
}

@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
    }
}

@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: 89vw !important;
        top: 1px;
        left: -8px !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
    }
}

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