* {
    box-sizing: border-box;
}

body {
    /*background-color: white;*/
    width: 100% !important;
}

.row {
    --bs-gutter-x: 0 !important;
    min-width: 100% !important;
}

.head {
    width: 100%;
    min-width: 280px;
    height: 110px !important;
    background-color: #9fcff000 !important;
    z-index: 5;
    display: block;
    color: black;
    position: relative;
}

.head-active {
    background-color: #9fcff0 !important;
    position: fixed !important;
}

.header-right {
    font-size: 20px;
    display: inline-block;
    color: black;
    cursor: pointer;
    font-weight: 400;
    padding: 14px 16px;
    right: 0;
}

    .header-right:hover {
        color: lightseagreen;
    }

.logo {
    text-align: center;
    width: 33%;
}

.header-center {
    text-align: center;
    width: 50%;
}

.hright {
    text-align: right;
    width: 33%;
}

.hleft {
    text-align: left;
}

.navbar {
    overflow: hidden;
    display: inline-block;
    font-family: "Quicksand",sans-serif;
    margin: 10px 40px;
}

@media screen and (max-width: 1344px) {
    .navbar {
        margin: 10px 31px;
    }
}

.navbar a {
    font-size: 20px;
    font-weight: 400;
    color: #569ed1;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

    .navbar a:hover {
        text-decoration: none;
    }

.point {
    color: black;
    text-decoration: none;
}

    .point:hover {
        color: #8dc63f;
        text-decoration: none;
    }

.img {
    /*width: 304px;*/
    height: 300px;
    margin-top: -95px;
}

.img2 {
    height: 130px;
    margin-top: -6px;
}

.mobile-container {
    max-width: 997px;
    background-color: #9fcff0 !important;
    margin-left: -12px;
    margin-top: 85px;
}

.topnav {
    position: relative;
    width: 985px;
    text-align: left;
}

    .topnav #myLinks {
        display: none;
    }

    .topnav a {
        color: black;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
    }

        .topnav a.icon {
            display: block;
            position: fixed;
            right: 0;
            top: 0;
        }

        .topnav a:hover {
            background-color: #ddd;
            color: black;
        }

#mobile {
    display: none;
}

.copy {
    display: none;
}

.fnav {
    margin: 0px 50px;
    overflow: hidden;
    display: inline-block;
    font-family: "Quicksand",sans-serif;
}

    .fnav a {
        font-size: 20px;
        font-weight: 400;
        color: #569ed1;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

        .fnav a:hover {
            text-decoration: none;
        }

@media screen and (max-width: 997px) {
    #mobile {
        display: block;
    }

    /*.head {
        height: 80px;
        background-color: #9fcff0 !important;
    }*/

    .img {
        text-align: left;
        margin-top: -46px;
        max-height: 160px;
    }

    .img2 {
        height: 100px;
       float: left;
    }

    .header-right {
        display: none;
    }

    .navbar {
        display: none;
    }

    .img {
        float: left;
        text-align: left;
    }

    .head {
        height: 190px;
    }

    .text1 {
        font-size: 20px !important;
        top: 7% !important;
    }

    .text2 {
        font-size: 16px !important;
        width: 45% !important;
    }

    #myLinks {
        margin-top: -100px;
    }
}

@media screen and (max-width:991px) {
    .fnav {
        text-align: left;
        float: left;
        border-bottom: 1px solid gray;
        width: 100%;
        padding-bottom: 5px;
        margin: 0px !important;
    }
}

@media screen and (max-width:767px) {
    .fborder {
        display: none;
    }

    .copy {
        display: block;
    }

    .big-img {
        height: 220px;
        float: right;
        padding-right: 20px;
    }
}

/*<slider>*/
.gif {
    width: 100% !important;
    /*margin-top: -50px;*/
}


@media (min-width: 415px) and (max-width: 768px) {
    .gif {
        /*margin: 0 !important;
        background-color: #97d5e7 !important;*/
        margin-top: 0px;
    }
}

@media screen and (max-width:414px) {
    .gif {
        margin-top: 0;
    }

    .pgif {
        /*margin-top: 30% !important;*/
    }

    .img {
        /*margin-top: -54px;*/
        height: 200px;
    }

    .img2 {
        height: 70px;
    }

    .gif-home {
        margin-top: 0 !important;
    }
}

.item {
    width: 100%;
}

/*widget1*/
.full {
    display: inline-block;
    margin: 0 auto;
    background: none;
    text-align: left;
}

.fullh {
    margin-left: 25px;
}

.products {
    background: none;
    margin-top: 15px;
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.right {
    float: right !important;
    background: #fbf6ef;
    padding: 20px;
}

.products-item {
    position: relative;
    padding: 24px 30px 24px 20px;
    height: auto;
    text-align: center;
    margin-right: 79px;
}

.info {
    color: #000;
    display: block;
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin-bottom: 4px;
    text-align: center;
}

.button-kids {
    color: #fff !important;
    border-radius: 45px;
    font-size: 15px;
    line-height: 1.8rem;
    text-transform: none;
    display: inline-block;
    background: #28818c;
    border: 1px solid #28818c;
    padding: 3px 16px !important;
    text-decoration: none;
}

    .button-kids:hover {
        color: #28818c !important;
        background-color: white;
        border: 1px solid #28818c;
    }

.gallery {
    max-width: 76%;
}

#babyhome .owl-item {
    /*width: 383.6px !important;*/
}

#babyhome .owl-nav {
    position: revert;
    top: 50%;
    bottom: 50%;
    font-size: 65px;
    padding: 0 10px;
}

#babyhome .owl-prev {
    position: absolute;
    top: 0%;
    left: 2px;
    background-color: #ffffffa3;
    color: #4d4d4d;
    width: 340px;
    height: 400px;
}

#babyhome .owl-next {
    position: absolute;
    top: 0%;
    right: 0px;
    background-color: #ffffffa3;
    color: #4d4d4d;
    width: 340px;
    height: 400px;
}

#babyhome .owl-stage-outer {
    max-height: 420px;
}

@media screen and (max-width:1440px) {
    #babyhome .owl-prev {
        background-color: none !important;
        width: 0 !important;
        height: 0 !important;
        top: 47%;
        left: 20px;
    }

    #babyhome .owl-next {
        background-color: none !important;
        width: 0 !important;
        height: 0 !important;
        right: 20px;
        top: 47%;
    }
}

@media (max-width: 1280px) and (min-width: 946px) {
    #babyhome .owl-prev {
        top: 30% !important;
        left: 0 !important;
        /*background-color: none !important;
        width: 0 !important;
        height: 0 !important;*/
    }

    #babyhome .owl-next {
        top: 30% !important;
        right: 0 !important;
        /*background-color: none !important;
        width: 0 !important;
        height: 0 !important;*/
    }
}
/*widget3*/
.baner {
    margin: 90px 0 90px 0;
}

.baner2 {
    margin-top: 90px !important;
}

.baner3 {
    margin-bottom: 5%;
}
/*footer*/
.foot {
    width: 100%;
    background-color: #00b1e0;
    overflow: hidden;
    z-index: 5;
    position: relative;
    display: block;
    bottom: 0;
}

.icon {
    color: #569ed1;
}

.fborder {
    border: 1px solid #569ed1;
    border-radius: 4px;
    font-size: 23px;
    padding: 2px;
    text-align: center;
    color: #569ed1;
}

    .fborder a {
        text-decoration: none !important;
    }

        .fborder a:hover {
            text-decoration: none !important;
        }

.test {
    margin-bottom: 15px;
}

.foot-menu {
    display: inline-block;
    font-size: 18px;
    color: black;
    text-align: center;
    /*padding: 10px 50px;*/
    text-decoration: none;
    width: 100%;
}

/*test2*/
.item1 {
    grid-area: header;
    /*background-color: #8dc63f;*/
}

.item2 {
    grid-area: main;
    padding:0px 0px 100px 0px;
}

.item4 {
    grid-area: widget1;
}

.item5 {
    grid-area: widget2;
}

.item6 {
    grid-area: widget3;
}

.item3 {
    grid-area: baner;
}

.item10 {
    grid-area: footer;
    width: 100%;
    background-color: white;
    overflow: hidden;
    z-index: 5;
    position: relative;
    bottom: 0 !important;
}

.item11 {
    background-color: white !important;
}

.grid-container {
    display: grid;
    grid-template-areas: 'header header header' 'main main main' 'widget1 widget2 widget3' 'baner baner baner' 'footer footer footer';
    grid-gap: 10px;
    /*background-color: #00b1e0;*/
    color: black;
    position: fixed;
    width: 100%;
    height: 100px;
    z-index: 5;
}

/*widget2*/
.small-tab {
    display: none;
}

.mobile-hidden {
    display: none;
}

.mtab {
    margin-top: 25px !important;
    text-align: center;
}

.home-center {
    text-align: center;
}

@media screen and (max-width:1150px) {
    .container {
        display: none !important;
    }

    .mobile-hidden {
        display: block;
    }

    .header-center {
        text-align: center;
        margin-bottom: 40px;
    }

    .small-tab {
        display: grid;
        margin-top: 60px;
        margin-bottom: 50px;
    }

    .tabsm {
        display: block;
        overflow: hidden;
        background-color: #ffce74;
        height: 120px !important;
        float: left;
        left: 0;
        width: 110px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .tabs-item {
        position: relative;
        display: block;
    }

    .tabs-content {
        width: 74% !important;
        text-align: left;
        border-radius: 20px 20px 20px 20px;
        margin-left: 100px !important;
        /*height: 381px;*/
        position: absolute;
        margin-top: -21px;
        padding-top: 0 !important;
        overflow: hidden;
    }

    .tab-trigger {
        cursor: pointer;
        text-align: center;
        padding: 0 !important;
        width: 100px !important;
    }

        .tab-trigger h4 {
            color: #fff !important;
            font-size: 17px !important;
            font-family: "Quicksand",sans-serif;
            font-weight: 500;
            /*line-height: 3.4rem;*/
            text-align: center;
            margin-top: 20px !important;
            position: absolute !important;
            display: block !important;
            padding: 58px 28px 30px !important;
        }

    .back-img {
        position: absolute !important;
        margin: 10px -33px !important;
        height: 67px !important;
    }

    .lemon {
        background-color: #ffce74;
        border-radius: 20px 0 0 0 !important;
    }

    .orange {
        background-color: #e17e3c;
    }

    .light-orange {
        background-color: #f7af2b;
    }

    .purple {
        background-color: #9063cd;
    }

    .sky-blue {
        background-color: #6389de;
    }

    .blue {
        background-color: #4e76d0;
    }

    .greencont {
        border-radius: 20px 20px 20px 0;
        background-color: #8dc63f;
    }

    .green {
        background-color: #8dc63f !important;
        border-radius: 0 0 0 20px !important;
    }

    .active-green {
        border-radius: 0 0 0 20px !important;
    }

    .tab-respons {
        display: none;
    }

    .big-img {
        float: left;
    }

    .textcenter {
        text-align: center !important;
        margin-top: 10px;
        width: 100%;
    }

    .hleft {
        font-size: 21px;
    }
}

.tabs {
    display: inline-block;
    flex-wrap: nowrap;
    margin-top: 40px;
    overflow: hidden;
    position: relative;
    height: 555px;
    min-width: 27%;
}

.tabs-item {
    position: relative;
    display: block;
    width: 120px;
}

.tabs-content {
    width: 525px;
    text-align: left;
    padding: 30px;
    color: #fff;
}

.bigimg {
    height: 330px;
    text-align: center;
}

.textfont {
    font-size: 32px;
    text-align: center;
    /*margin-top: 15px;*/
    /*color: #8dc63f;*/
}

.textfont2 {
    font-size: 20px;
    text-align: center;
    /*color: #8dc63f;*/
}

.textd {
    text-align: center;
    margin-top: 15px;
}

@media screen and (max-width: 1400px) {
    .tabs-content {
        width: 445px;
    }

    .tabs {
        min-width: 30%;
    }
}

.tab-trigger {
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: 80px auto;
    cursor: pointer;
    height: 100%;
    position: absolute;
    padding: 45px 15px;
    width: 210px;
    text-align: center;
    color: #FFF;
}

    .tab-trigger h4 {
        font-size: 25px;
        font-family: "Quicksand",sans-serif;
        font-weight: 500;
        /*line-height: 3.4rem;*/
        text-align: center;
        position: relative;
        margin-top: 70px;
        /*color: #8dc63f;*/
    }

.tab-respons {
    position: relative;
    /*color: #8dc63f;*/
    font-size: 21px;
}

.lemon {
    background-color: #ffce74;
    margin-left: -5px;
    border-radius: 20px 0 0 20px;
}

.orange {
    background-color: #e17e3c;
    margin-left: -5px;
}

.light-orange {
    background-color: #f7af2b;
    margin-left: -5px;
}

.purple {
    background-color: #9063cd;
    margin-left: -5px;
}

.sky-blue {
    background-color: #6389de;
    margin-left: -5px;
}

.blue {
    background-color: #4e76d0;
    margin-left: -5px;
}

.green {
    background-color: #8dc63f;
    margin-left: -5px;
    border-radius: 0 20px 20px 0;
}

.none {
    display: none;
}

.block {
    display: block;
}

.active-green {
    border-radius: 0 20px 20px 0;
}

.back-img {
    height: 175px;
    margin-top: 50px;
}

.big-img {
    height: 220px;
    float: right;
}

.slide2 {
    display: none;
}

.block1 {
    display: block;
}

/*@media screen and (max-width:767px) {
    .slide2 {
        display: block;
    }
    .block1 {
        display: none;
    }
}*/

.pos {
    position: initial !important;
}

.text1 {
    position: absolute;
    float: left;
    font-weight: bold;
    top: 20%;
    left: 4%;
    white-space: normal;
    word-break: break-word;
}

.text2 {
    position: absolute;
    float: left;
    top: 30%;
    left: 4%;
    font-size: 26px;
    white-space: normal;
    word-break: break-word;
    width: 29%;
}

.text3 {
    position: absolute;
    float: left;
    top: 20%;
    font-weight: bold;
    white-space: normal;
    word-break: break-word;
}

.text4 {
    position: absolute;
    float: left;
    top: 30%;
    font-size: 26px;
    white-space: normal;
    word-break: break-word;
    width: 29%;
}

.hbreak {
    left: 4%;
    position: relative;
    top: 15px;
    white-space: normal;
    word-break: break-word;
    float: left;
    font-weight: bold;
}

.wbreak {
    left: 4%;
    top: 10px;
    position: relative;
    white-space: normal;
    word-break: break-word;
    float: left;
    width: 90%;
}


.item {
    width: 100%;
    position: initial;
}

.wpercent {
    width: 100%;
}

/*product page*/

.fullp {
    display: inline-block;
    margin: 0 auto;
    background: none;
    text-align: center;
}

.pro1 {
    margin-left: 0 !important;
}

@media screen and (max-width: 820px) {
    .fullp {
        text-align: center !important;
    }
}

.pmargin {
    margin-right: 10px;
    margin-bottom: 10px;
}

.product1 {
    background: none;
    /*margin-top: -15px;*/
    position: relative;
    width: 100%;
}

.product-item {
    text-align: center;
    width: 100%;
    height: 516px;
}

.product1-item {
    background-color: white;
    /*position: relative;*/
    /*margin: -2px;*/
    text-align: center;
    width: 100%;
    height: 516px;
}

.product2-item {
    background-color: #cde5f6;
    /*position: relative;*/
    height: 535px;
    /*margin: -2px;*/
    text-align: center;
    width: 100%;
}

.this-product2 {
    height: 516px !important;
}

.pro {
    display: inline-flex;
}

.gallery1 {
    width: 100%;
    margin: -45px;
    padding-top: 75px;
    min-width: 130px;
    max-width: 250px;
}

    .gallery1:hover {
        cursor: pointer;
    }

.button1-kids {
    color: #fff !important;
    border-radius: 2px;
    font-size: 25px;
    line-height: 1.8rem;
    text-transform: none;
    display: none;
    background: #28818c;
    border: 1px solid #28818c;
    padding: 3px 16px !important;
    text-decoration: none;
    margin-top: 55px;
    margin-bottom: 4px;
}

@media screen and (max-width:820px) {
    .button1-kids {
        display: block;
        margin-top: 32px;
    }

    .info1 {
        margin-top: 35px !important;
    }

    .pro {
        margin-bottom: 50px;
    }

    .mgbp2 {
        margin-bottom: 220px;
    }
}

@media (min-width:800px) and (max-width:821px) {
    .mgbp {
        margin-bottom: 130px !important;
    }
}

.pro:hover .button1-kids {
    display: block;
}

.pro:hover .info1 {
    display: none;
}

.info1 {
    text-align: center;
    color: #000;
    display: block;
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin-bottom: 4px;
    margin-top: 55px;
}

.hcontent {
    min-height: 100px;
    height: 100px;
    padding: 20px;
    margin-bottom: 15px;
}

.pro:hover .imghover {
    background-color: #8ec1cd;
}

@media screen and (max-width: 400px) {
    .product1-item {
        /*max-width: 350px;*/
    }

    .product2-item {
        /*max-width: 350px;*/
    }
}

/*dropdown*/
.dropbtn {
    background-color: #8dc63f;
    color: white;
    padding: 10px 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin-top: -10px;
    margin-bottom: 30px;
    margin-left: 5px;
    width: 100%;
}

    .dropbtn:hover, .dropbtn:focus {
        background-color: #3e8e41;
    }

.dropdown {
    position: relative;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 15px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #9fcff0;
    min-width: 230px;
    overflow: auto;
    z-index: 1;
    border-radius: 5px;
    margin-top: -17px;
    padding-left: 20px;
    width: 100%;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.dropdown a:hover {
    background-color: #9fcff0;
}

.show {
    display: block;
}

/*option*/
.categiry {
    margin-bottom: 20px;
}
/*about page*/
.row-color {
    background-color: #cde5f6;
    margin-bottom: 50px;
}

.abhead {
    font-size: 20px;
    padding: 5px 10px;
    width: 95% !important;
    color: #09468e !important;
}

.abhead2 {
    margin-top: 30%;
    margin-left: 9px;
    padding: 5px 10px;
    width: 95% !important;
    color: #09468e !important;
}

.abh3 {
    width: 95%;
    padding: 10px 20px;
    /*top: 20%;*/
    position: relative;
    font-size: 19px;
    color: #09468e !important;
}

.block2 {
    display: none;
}

.none2 {
    display: block;
}

@media screen and (max-width: 1199px) {
    /*.block2 {
         display: block;
     }
     .none2 {
         display: none;
     }*/
    .abh3 {
        width: 80%;
        top: 0%;
    }

    .abhead2 {
        margin-top: 0;
    }
}

/*contact page*/

.call {
    min-height: 100px !important;
    text-align: center;
}

.wpercent2 {
    width: 100%;
    bottom: 0;
    /*position: initial;*/
    margin-bottom: -95px;
    z-index: 1000;
}

.wpercent3 {
    /*position: initial !important;*/
}

.contact-footer {
    position: fixed;
}

.contactimg {
    width: 100%;
    /*position: absolute;
    left: 0 !important;*/
    margin-top: 100px;
}

.hcontact {
    margin-top: 20px;
    font-size: 40px;
}

.acontact {
    margin-top: -10px;
}

    .acontact a {
        color: black;
        text-decoration: none;
        font-size: 25px;
    }

.acontact2 {
    font-size: 23px;
    color: black;
    text-decoration: none;
}

.acontact3 {
    margin-top: 15px;
}

.contactbtn {
    width: 300px;
    padding: 20px;
    color: black;
    text-decoration: none;
    margin-top: 15px;
    font-size: 25px;
}

.contactbtn2 {
    width: 300px;
    padding: 20px;
    color: black;
    text-decoration: none;
    font-size: 25px;
}

.contactbtn3 {
    width: 300px;
    padding: 20px;
    color: black;
    text-decoration: none;
    font-size: 25px;
}

.contacttext {
    position: absolute;
    top: 20%;
    left: 4%;
    margin-top: 50px;
}

.contacttext2 {
    position: absolute;
    top: 28%;
    left: 4%;
    margin-top: 50px;
}

@media screen and (max-width: 1400px) {
    .contactbtn {
        top: 44%;
    }

    .contactbtn2 {
        top: 44%;
    }
}

@media screen and (max-width: 767px) {
    .contactbtn2 {
        top: 28%;
        margin-top: 100px;
    }

    .contactbtn {
        top: 26%;
        margin-top: 80px;
    }

    .contacttext {
        font-size: 18px;
        font-weight: bold;
        top: 10%;
        margin-top: 80px;
    }

    .contacttext2 {
        width: 46%;
        font-size: 17px;
        top: 13%;
        margin-top: 100px;
    }
}

@media screen and (max-width:699px) {
    .contacttext {
        /*top: 21%;*/
        width: 32%;
    }

    .contacttext2 {
        top: 31%;
        width: 64%;
    }

    .contactbtn {
        top: 40%;
    }

    .contactbtn2 {
        top: 42%;
    }
}

@media screen and (max-width:500px ) {
    .contacttext {
        font-size: 13px;
        top: 10%;
        width: 31%;
    }

    .contacttext2 {
        top: 24%;
        width: 72%;
    }

    .contactbtn {
        top: 34%;
    }

    .contactbtn2 {
        top: 35%;
    }
}

@media screen and (max-width:470px) {
    .contacttext2 {
        top: 20%;
    }

    .contactbtn {
        top: 32%;
    }

    .contactbtn2 {
        top: 34%;
    }
}

.mgb {
    /*margin-bottom: 90px;*/
}

@media screen and (max-width:800px ) {
    .mgb {
        /*margin-bottom: 110px !important;*/
        /*margin-top: 140px !important;*/
    }
}

/*detail page*/

.detail {
    /*margin-top: 8% !important;*/
}

.pt50 {
    padding-top: 50px;
}

.shampoo {
    width: 100%;
    text-align: center;
    margin-top: 100px;
}

.detailbtn {
    color: white;
    background-color: #8dc63f;
    padding: 10px 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin-top: -10px;
    margin-bottom: 30px;
    width: 30%;
    text-decoration: none;
    line-height: 41px;
}

.full1 {
    text-align: left;
    margin-top: 4%;
}

.detailtext {
    width: 50%;
    font-size: 20px;
    word-break: break-word;
    line-height: 30px;
    /*text-align: justify;*/
}

@media screen and (min-width: 1400px) {
    .detailtext {
        width: 70%;
    }

    .detailbtn {
        line-height: 41px;
    }
}

.detailgif {
    width: 100% !important;
    margin-top: 100px;
}

@media (min-width:282px) and (max-width:337px) {
    .detailbtn {
        width: 55%;
    }
}

@media (min-width:338px) and (max-width:490px) {
    .detailbtn {
        width: 45%;
    }
}

@media (min-width:491px) and (max-width:490px) {
    .detailbtn {
        width: 40%;
    }
}

@media (min-width:492px) and (max-width:550px) {
    .detailbtn {
        width: 30%;
    }
}

@media (min-width:551px) and (max-width:650px) {
    .detailbtn {
        width: 27%;
    }
}

@media (min-width:651px) and (max-width:800px) {
    .detailbtn {
        width: 25%;
    }
}

@media screen and (max-width:997px) {
    .detailbtn {
        width: 20%;
    }

    .detailtext {
        width: 100%;
    }

    .textd {
        text-align: center;
    }

    .full1 {
        padding-left: 10px;
        padding-right: 20px;
    }

    .full1 {
        margin-top: 0;
    }
}
