* {
    margin: 0px auto;
    padding: 0px;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', arial, tahoma;
}

.container {
    max-width: 1200px;
    margin: 0px auto;
}

.header-container {
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 15px;
}

/* header-start */
.fixed-header{
    position: fixed;
    z-index: 2;
    background-color: white;
    width: 100%;
}
.header {
    width: 100%;
    display: flex;
    padding: 15px 0px;
}

.header-1 {
    width: 20%;
    margin: 0px;
}

.header-2 {
    width: 60%;
    margin: 0px;
    position: relative;
}

.menu-2-ul {
    display: flex;
    justify-content: space-between;
}

.menu-2-ul>li {
    margin: 0px;
}

.menu-2-ul>li>a {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: inherit;
}

.menu-2-ul>li>a:hover {
    color: #bababa;
    border-bottom: 1px solid #bababa;
    padding-bottom: 2px;
}

.menu-3 {
    width: 20%;
    text-align: right;
}

.menu-3 span {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.menu-3 img {
    width: 17px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    width: 100%;
    /* left: -75px; */
    /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
    z-index: 2;
    top: 0px;
    left: 0px;
    margin-top: 25px;
    padding: 25px 20px;
}

.mega-menu:hover .dropdown-content {
    display: block;
}

.mega-menu-list>ul>li>a {
    color: inherit;
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
}

.mega-menu-list>ul>li>a img {
    width: 100%;
}

.mega-menu-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.mega-menu-column-1 {
    width: 23%;
    margin: 0px;
}

.mega-menu-column-1 img {
    width: 93%;
}

.mega-menu-column-1 p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 5px;
}

.mega-menu-column-1>ul {
    padding-right: 30px;
}

.mega-menu-column-1>ul>li {
    margin: 10px 0px;
    border-top: 1px solid #f7e3e3;
    ;
}

.mega-menu-column-1>ul>li>a {
    color: inherit;
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
}

.mega-menu-column-1>ul h1 {
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.header-3 {
    width: 20%;
    margin: 0px;
    text-align: end;
}

.header-3-icon>ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-3-icon>ul>li {
    margin: 0px 5px;
    position: relative;
}

.user-dropdown-1 {
    text-align: left;
    background: white;
    padding: 10px 10px;
    position: absolute;
    display: none;
    left: -119px;
    z-index: 2;
    width: max-content;
}

.user-dropdown-1>ul>li {
    padding: 5px 0px;
    border-bottom: 1px solid #f7e3e3;
}

.user-dropdown-1>ul>li>a {
    color: inherit;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    text-transform: capitalize;
}

.user-dropdown-1>ul>li>a:hover {
    color: #f7e3e3;
}

.user-dropdown:hover .user-dropdown-1 {
    display: block;
}

/* header-close */

/* responsive-header-start */

.responsive-header {
    width: 100%;
    display: flex !important;
    padding: 5px 0px;
}

.responsive-header-query {
    display: none;
}

.responsive-header-1 {
    width: 33%;
}

.navbar-img {
    width: 28px;
    margin-top: 5px;
}

.responsive-header-2 {
    width: 33%;
}

.responsive-header-2 img {
    width: 100px;
    display: block;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
}

.responsive-header-3 {
    width: 33%;
    text-align: right;
    padding-top: 10px;
    position: relative;
    /* padding-right: 15px; */
}

.responsive-header-3 img {
    width: 25px;
    height: 25px;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-x: hidden;
    transition: 0.5s;
}

.responsive-overlay-content {
    position: relative;
    background-color: #f5f5f5ed;
    top: 0px;
    width: 540px;
    height: auto;
    margin-left: 0px;
    padding-top: 60px;
    padding-left: 39px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: black;
    display: block;
    transition: 0.3s;
}

.overlay .closebtn {
    position: absolute;
    top: -1px;
    font-size: 27px;
    right: 75px;
    color: black;
    z-index: 1;
}

.navbar-search {
    width: 100%;
    padding: 10px 0px;
}

.navbar-heading {
    position: relative;
    cursor: pointer;
    padding: 15px 0px;
}

.navbar-heading h3 a {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    padding: 5px 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: black;
}

.navbar-menu {
    display: none;
    margin-left: 35px;
}

.navbar-menu>ul>li {
    padding: 10px 0px;
}

.navbar-menu>ul>li>a {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    text-transform: uppercase;
}

.inner-navbar-menu {
    display: none;
}

.inner-navbar-menu>ul>li>a {
    margin-left: 40px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

/* responsive-header-close */

/* banner-start */
.banner-full {
    padding-top: 65px;
}
.owl-carousel-full {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.owl-carousel {
    overflow: hidden;
}

.carousel-main {
    position: relative;
}

.owl-carousel .owl-nav {
    margin-top: 0;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    border-radius: 0;
    cursor: pointer;
    position: absolute;
    bottom: 200px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.owl-nav-icon {
    font-size: 40px !important;
    color: black !important;
    background-color: #f8f7f78f !important;
    border: none !important;
}

.owl-carousel-full .owl-nav button.owl-prev {
    left: 100px;
}

.owl-carousel-full .owl-nav button.owl-next {
    right: 100px;
}

.owl-theme .owl-nav [class*=owl-] {
    border-radius: 50%;
    padding: 13px 21px;
    display: none;
}

.owl-carousel-full:hover .owl-theme .owl-nav [class*=owl-] {
    display: block;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: initial;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #E74C3C;
}

button:focus, button:active {
    outline: none;
}

/* banner-close */

/* woman-area-start */

.woman-bg {
    background-color: #F6F5F3;
}

.woman-heading {
    width: 100%;
    padding: 20px 0px;
    text-align: center;
}

.woman-heading h1 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
}

.woman {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}

.woman-1 {
    width: 31%;
    margin: 0px;
    transition: 1.5s;
}

.woman-img {
    overflow: hidden;
}

.woman-img img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    max-height: 390px;
}

.woman-text {
    background-color: white;
    text-align: center;
    padding: 15px 45px;
}

.woman-text span {
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0px;
}

.woman-text span:hover {
    border-bottom: 2px solid black;
}

.woman-text p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 10px 0px;
}

.woman-text-btn {
    padding-bottom: 20px;
}

.woman-text-btn a {
    color: inherit;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    border-bottom: 2px solid black;
    text-transform: uppercase;
}

.woman-text-btn a:hover {
    border: none;
}

.woman-1:hover .woman-img img {
    transform: scale(1.1);
    transition: 1.5s;
}

/* woman-area-close */

/* kids-start */

.kids {
    background: url('./img/kids-1.jpg');
    width: 100%;
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.kids-text {
    background-color: #ebf3f8bd;
    text-align: center;
    width: 29%;
    padding: 20px 33px;
    border: 5px solid #ced3d6bd;
}

.kids-text h1 {
    font-size: 36px;
    line-height: 51px;
    font-weight: 600;
}

.kids-text p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    padding: 15px 0px;
}

.kids-text-btn {
    display: flex;
}

.kids-text-btn a {
    color: inherit;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: black;
    color: white;
    padding: 10px 25px;
}

.kids-text-btn a:hover {
    background-color: #9a9a9a;
    color: black;
}

/* kids-close */

/* instagram-start */

.instagram-bg {
    background-color: #F6F5F3;
}

.instagram {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 50px 0px;
}

.instagram-1 {
    width: 47%;
    margin: 0px;
}

.inner-instagram-1 {
    width: 100%;
    display: flex;
}

.inner-instagram-1_1 {
    width: 50%;
    margin: 0px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    background-color: white;
    overflow: hidden;
}

.inner-instagram-1_1 img {
    width: 100%;
}

.inner-instagram-1_1 h1 {
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
}

.inner-instagram-1_1 p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 0px 32px;
    margin: 15px 0px;
}

.inner-instagram-1_1-btn a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid black;
    color: inherit;
}

.inner-instagram-1_1-btn a:hover {
    border: none;
}

.inner-instagram-1_2 {
    margin-top: 30px;
}

.inner-instagram-1:hover .inner-instagram-1_1 img {
    transform: scale(1.1);
    transition: 0.4s;
}

.instagram-2 {
    width: 47%;
    margin: 0px;
    background-color: white;
}

.instagram-2-heading {
    text-align: center;
    padding: 10px 0px;
}

.instagram-2-heading h1 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}

.inner-instagram-2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.inner-instagram-2_1 {
    width: 33%;
    margin: 0px;
}

.inner-instagram-2_1 img {
    width: 100%;
}

/* instagram-close */

/* product-slider-start */

.product-slider-heading {
    width: 100%;
    text-align: center;
    padding-top: 25px;
}

.product-slider-heading h1 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
}

.product-slider-heading p {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #878787;
    margin-top: 10px;
}

.carousel-wrap {
    width: 100%;
    position: relative;
}

.product-slider {
    padding: 20px 0px;
}

.owl-carousel .item {
    position: relative;
}

.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.carousel-wrap .owl-nav button.owl-prev {
    left: 5px;
    top: 160px;
}

.carousel-wrap .owl-nav button.owl-next {
    right: 5px;
    top: 160px;
}

.owl-nav i {
    font-size: 20px;
    padding: 6px 10px;
    border: 1px solid black;
    border-radius: 50%;
}

.owl-nav .owl-prev {
    left: -10px;
    top: 90px;
}

.owl-nav .owl-next {
    right: -10px;
    top: 90px;
}

.product-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.product-text h1 {
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    margin: 0px;
}

.product-text p {
    font-size: 12px;
    line-height: 21px;
    font-weight: 400;
    margin: 0px;
    color: #696969;
}

.product-color-1 {
    width: 100%;
}

.product-color-1 span {
    background-color: #fafa14;
    padding: 0px 8px;
    border-radius: 50%;
    border: 1px solid #f5c3c3;
}

.product-color-2 span {
    padding: 0px 8px;
    border-radius: 50%;
    border: 1px solid #f5c3c3;
}

.product-color-3 span {
    background-color: #0ea8f0;
    padding: 0px 8px;
    border-radius: 50%;
    border: 1px solid #f5c3c3;
}

.product-color-4 span {
    background-color: #b7410e;
    padding: 0px 8px;
    border-radius: 50%;
    border: 1px solid #f5c3c3;
}

.product-color-5 span {
    background-color: #f5f5dc;
    padding: 0px 8px;
    border-radius: 50%;
    border: 1px solid #f5c3c3;
}

.product-color-6 span {
    background-color: #0ea8f0;
    padding: 0px 8px;
    border-radius: 50%;
    border: 1px solid #f5c3c3;
}

.product-color-7 span {
    background-color: #03e036;
    padding: 0px 8px;
    border-radius: 50%;
    border: 1px solid #f5c3c3;
}

.item {
    position: relative;
}

.owl-item-1:hover .img-1 {
    content: url('./img/product-slider-1_1.jpg');
    width: 100%;
}

.owl-item-1:hover .img-2 {
    content: url('./img/product-slider-2_2.jpg');
    width: 100%;
}

.owl-item-1:hover .img-3 {
    content: url('./img/product-slider-3_3.jpg');
    width: 100%;
}

.owl-item-1:hover .img-4 {
    content: url('./img/product-slider-4_4.jpg');
    width: 100%;
}

.owl-item-1:hover .img-5 {
    content: url('./img/product-slider-5_5.jpg');
    width: 100%;
}

.owl-item-1:hover .img-6 {
    content: url('./img/product-slider-6_6.jpg');
    width: 100%;
}

.owl-item-1:hover .img-7 {
    content: url('./img/product-slider-7_7.jpg');
    width: 100%;
}

/* product-slider-close */

/* footer-start */

.footer-bg {
    background-color: #f6f6f8;
}

.footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer-1 {
    width: 24%;
    margin: 0px;
}

.footer-2 {
    width: 36%;
    margin: 0px;
    display: flex;
    justify-content: space-between;
}

.inner-footer-2_1 {
    width: 50%;
}

.inner-footer-2_2 {
    width: 50%;
}

.footer-1 h1 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    word-spacing: 5px;
    margin: 30px 0px;
}

.footer-1>ul>li {
    margin: 15px 0px;
}

.footer-1>ul>li>a {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: inherit;
}

.footer-icon {
    font-size: 19px;
    margin-right: 10px;
    color: brown;
}

.footer-social-icon {
    font-size: 22px;
    border: 1px solid black;
    padding: 8px 12px;
    border-radius: 50%;
    margin: 0px 3px;
    color: brown;
}

.footer-social-icon:hover {
    background: black;
    color: white;
}

.inner-footer-2_1 h1 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    word-spacing: 5px;
    margin: 30px 0px;
}

.inner-footer-2_1>ul>li {
    margin: 15px 0px;
}

.inner-footer-2_1>ul>li>a {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: inherit;
}

.inner-footer-2_2 p {
    margin-top: 30px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}

.footer-input {
    width: 100%;
    position: relative;
    margin: 15px 0px;
}

.footer-email {
    width: 100%;
    padding: 0px 11px;
    border-radius: 57px;
    height: 50px;
}

.footer-input a {
    background-color: black;
    color: white;
    padding: 13.5px 12px;
    border-radius: 56px;
    position: absolute;
    right: 4px;
    top: 4px;
    font-size: 11px;
    font-weight: 500;
}

.inner-footer-2_2 label {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    padding-left: 10px;
    margin-top: 10px;
}

/* footer-close */

/* copy-right-start */

.copy-right-bg {
    background-color: black;
}

.copy-right {
    width: 100%;
    text-align: center;
    padding: 20px 0px;
}

.copy-right h1 {
    color: white;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}

/* copy-right-close */

@media (max-width: 1040px) {
    .responsive-header-query {
        display: block;
    }
    .header {
        display: none;
    }
    .container {
        max-width: 950px;
        margin: 0px auto;
    }
    .kids-text {
        width: 40%;
    }
    .footer-icon {
        font-size: 15px;
        margin-right: 5px;
    }
    .footer-1>ul>li>a {
        font-size: 13px;
    }
    .inner-footer-2_1>ul>li>a {
        font-size: 13px;
    }
    .inner-footer-2_2 p {
        font-size: 13px;
    }
    .footer-social-icon {
        font-size: 16px;
        padding: 7px 10px;
    }
    .inner-footer-2_2 label {
        font-size: 13px;
        padding-left: 3px;
    }
    .footer-input a {
        padding: 14.5px 5px;
        right: 4px;
        font-size: 11px;
        font-weight: 500;
    }
}

@media (max-width: 990px) {
    .container {
        max-width: 768px;
        margin: 0px auto;
    }
    .kids-text {
        width: 50%;
    }
    .instagram {
        flex-wrap: wrap;
    }
    .instagram-1 {
        width: 100%;
    }
    .instagram-2 {
        width: 100%;
        margin-top: 30px;
    }
    .footer {
        flex-wrap: wrap;
    }
    .footer-1 {
        width: 50%;
    }
    .footer-2 {
        width: 50%;
        display: initial;
    }
    .inner-footer-2_1 {
        margin: 0px;
    }
    .inner-footer-2_2 {
        margin: 0px;
    }
    .inner-footer-2_2 p {
        margin-top: 0px;
    }
    .footer-input a {
        padding: 14.5px 30px;
    }
    .inner-footer-2_1 {
        width: 100%;
    }
    .inner-footer-2_2 {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 95%;
        margin: 0px auto;
    }
    .woman {
        flex-wrap: wrap;
    }
    .woman-1 {
        width: 100%;
        margin-bottom: 30px;
    }
    .woman-img img {
        max-height: 100%;
    }
    .kids-text {
        width: 60%;
    }
    .footer-1 {
        width: 100%;
    }
    .footer-2 {
        width: 100%;
    }
    .footer-email {
        width: 100%;
    }
    .footer-input a {
        padding: 14.5px 50px;
    }
    .inner-footer-2_1 {
        width: 100%;
    }
    .inner-footer-2_2 {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .responsive-overlay-content {
        width: 345px;
    }
    .overlay .closebtn {
        color: white;
    }
    .kids-text {
        width: 81%;
    }
}