html,
body {
    overflow-x: clip;
    overflow-y: visible;
}

.topbar-left {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 0 20px;
}

.topbar-left b {
    text-transform: initial;
}

.header-topbar {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-topbar-inner {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.apparel-cat-sec .overlay-light90:before{
    display: none;
}
section.apparel-cat-sec {
    background: #34b79dbf;
    padding: 50px 0 70px;
}
.topbar-right p {
    margin: 0;
    color: #333;
    text-transform: initial;
    font-size: 13px;
}

.header-main-inner {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

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

.header-main .logo a {
    margin: 0;
}

.header nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-menu ul li a,
.main-menu ul li>span {
    margin: 0;
}

.main-menu>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
}

header .containerr {
    padding: 0 45px;
}

header {
    position: relative;
    z-index: 9999;
}

header.fixed nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

header.fixed nav .nav-mid>.menu>ul>li>a {
    padding: 20px 0;
}

header nav {
    background: #fff;
    transition: all .3s ease-in-out;
}

header nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header nav .nav-mid>.menu>ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

header nav .nav-mid>.menu>ul>li {
    position: relative;
    display: flex;
    align-items: center;
}

header nav .nav-mid>.menu>ul>li svg {
    width: 30px;
}

header nav .nav-mid>.menu>ul>li>a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #2d3748;
    padding: 30px 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

header nav .nav-mid>.menu>ul>li>a:hover {
    color: #d64545;
}

header nav .nav-mid>.menu>ul>li:hover .sub-menu {
    opacity: 1;
    top: 100%;
    pointer-events: all;
}

header nav .nav-mid>.menu>ul>li .sub-menu {
    position: absolute;
    top: 110%;
    width: 290px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    opacity: 0;
    pointer-events: none;
    padding: 10px 20px !important;
    transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    z-index: 1;
}

header nav .nav-mid>.menu>ul>li .sub-menu li a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    color: #000;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
}

header nav .nav-mid>.menu>ul>li .sub-menu li:last-child a {
    border-bottom: 0;
}

header nav .nav-mid>.menu>ul>li .sub-menu li a:hover {
    background: #000;
    color: #fff;
    padding: 10px;
}

header .nav-right {
    display: none;
}

header .closee {
    display: none;
}

.hero-slider {
    background: #eee;
    padding: 70px 0 0;
}

.hero-slider .container {
    width: 1280px !important;
}

.hero-slider h1,
.hero-slider h2 {
    line-height: 1.2;
    font-size: 51px;
}

.hero-swiper-btns .swiper-button-next::after,
.hero-swiper-btns .swiper-button-prev::after {
    display: none;
}

.hero-swiper-btns .swiper-button-next,
.hero-swiper-btns .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #34b79d;
    top: 50% !important;
    transform: translateY(-50%) !important;
    transition: all .3s ease-in-out;
}

.hero-swiper-btns .swiper-button-prev {
    left: 1.5em;
}

.hero-swiper-btns .swiper-button-next:hover,
.hero-swiper-btns .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.5);
}

.hero-swiper-btns .swiper-button-next {
    right: 1.5em;
}

.hero {
    position: relative;
}


.hero-swiper-btns svg {
    width: 40px;
}

.hero-swiper-btns svg path {
    fill: #fff;
}

.footer-social-icon svg {
    width: 20px;
}

.footer-social-icon li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo-banner-wrap {
    background: #eee;
    position: relative;
    width: 100%;
    height: 250px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.promo-info {
    position: absolute;
    top: 3em;
    left: 3em;
    max-width: 300px;
    z-index: 10;
}

.promo-info h6 {
    color: #34b79d;
}

.product-img-wrap {
    background: #eee;
}

.product-item .new-label,
.product-item .sale-label {
    height: initial;
    width: initial;
    border-radius: 5px;
    line-height: 1.2;
    padding: 5px;
}

.categories-image-wrap {
    background: #eee;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 15px;
}

.social-icon svg {
    width: 20px;
    line-height: 0;
}

.social-icon li a {
    padding: 0;
    line-height: 1.35;
}

.social-icon li {
    line-height: 0;
}


.like-share-inner {
    background: initial;
}

.like-share-inner h3 span {
    color: #000;
}

.blog-img-wrap {
    background: #eee;
}

.blog-hm {
    padding-bottom: 0;
}

.breadcrumb {
    background-image: unset !important;
}

.content-page h1 {
    font-size: 40px;
}

.product-share svg {
    width: 30px;
}


.faq-item {
    border-bottom: 1px solid #ddd;
}

.faq-question {
    width: 100%;
    padding: 18px;
    border: none;
    background: none;
    text-align: left;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgb(51, 51, 51);
    text-transform: initial;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 18px;
}

.faq-answer p {
    padding: 0 0 18px;
    margin: 0;
}

.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-item.active .icon {
    transform: rotate(45deg);
}

.icon {
    font-size: 24px;
    transition: 0.3s ease;
}

.content-page h1,
.blog-pg h1,
.shop-pg-sec h1 {
    line-height: 1.3;
    font-size: 35px;
    font-weight: 500;
}

.abt-sec1 {
    padding-bottom: 0;
}

.faq-sec {
    padding: 80px 0;
}

.shop-pg-sec {
    padding: 80px 0;
}

section.success-sec {
    padding: 80px 0 80px;
    position: relative;
}

.success-box {
    background: #000000;
    border-radius: 10px;
    padding: 50px;
    text-align: center;
}

.success-box svg {
    width: 40px;
}

.success-box h1 {
    line-height: 1.4;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 20px 0;
    color: #fff;
}

.success-box svg path {
    fill: green;
}

.blog-pg .blog-box .blog-box-content .blog-box-content-inner {
    transform: translateY(-25%) !important;
    -webkit-transform: translateY(-25%) !important;
}

.blog-single-pg .blog-img-wrap {
    background: #eee;
}

.blog-description-content h2,
.policy-sec h2 strong,
.single-product-content h1,
.product-checkout h1 {
    font-weight: 500;
    text-transform: initial;
}

.blog-description-content h3 {
    font-weight: 500;
    text-transform: initial;
    font-size: 20px;
}

.blog-description-content ul {
    padding-left: 30px;
}

.policy-sec {
    padding: 80px 0;
}

.product-gallery-item,
.product-image-slider .item {
    background: #eee;
    cursor: initial;
}

.shop_description ul li,
.shop_description p {
    color: #000;
}

.abt-img {
    background: #eee;
    text-align: center;
}

.abt-sec1>.container {
    padding-bottom: 70px;
}

.apparel-cat-sec .section-padding {
    padding-top: 0;
}

.error-pg-sec {
    padding: 70px 0;
    text-align: center;
}

.error-pg-sec h1 {
    margin: 50px 0;
}

.product-item .product-button {
    width: 70%;
}

.product-item .product-button a {
    text-transform: capitalize;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 6px;
}

@media(max-width: 991px) {

    .hero-slider h1,
    .hero-slider h2,
    .policy-sec h1 {
        line-height: 1.2;
        font-size: 34px;
    }

    header .nav-right {
        display: block;
    }

    header .logo {
        text-align: left !important;
    }

    header .logo a {
        width: 100%;
        text-align: left !important;
        display: flex;
        align-items: center;
        justify-content: flex-start !important;
    }

    header .logo img {
        margin: initial;
    }

    nav {
        padding: 10px 0;
    }

    header.show .menu {
        right: 0;
    }

    header.show .menu::before {
        opacity: 1;
    }

    .menu {
        position: fixed;
        top: 0;
        right: -100%;
        background: #fff;
        width: 300px;
        height: 100vh;
        overflow-y: auto;
        transition: all .5s ease-in-out;
        z-index: 9999;
    }



    .menu>ul {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        margin-top: 70px !important;
    }

    .menu>ul>li {
        text-align: left;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        ;
        flex-direction: column;
    }

    .menu>ul>li:last-child {
        border-bottom: 0;
    }

    header nav .menu>ul>li>a {
        padding: 10px 20px !important;
        position: relative;
        width: 100%;
        color: #000 !important;
    }

    header nav .menu>ul>li svg {
        position: absolute;
        top: .40em;
        right: 1.2em;
        border-radius: 2px;
    }

    header nav .menu>ul>li svg path {
        fill: #fff;
    }

    header nav .nav-mid>.menu>ul>li .sub-menu {
        position: initial;
        width: 100%;
        opacity: 1;
        pointer-events: all;
        max-height: 0;
        overflow: hidden;
        box-shadow: none;
        padding: 0 !important;
        transition: all .3s ease-in-out;
    }

    header nav .menu>ul>li.activee .sub-menu {
        max-height: 20em;
    }

    header nav .menu>ul>li.activee svg {
        transform: rotate(180deg);
    }

    header nav .menu>ul>li .sub-menu li {
        position: initial;
    }

    header nav .menu>ul>li .sub-menu li {
        padding: 0px 20px !important;
    }

    .nav-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 0 10px;
    }

    .bars {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #000;
        min-width: 32px;
        height: 32px;
        border-radius: 2px;
    }

    .bars svg {
        width: 30px;
    }

    .bars svg path {
        fill: #fff;
    }

    .bars iconify-icon {
        font-size: 30px;
        color: #fff;
    }

    header .closee {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 40px;
        height: 40px;
        top: 0;
        left: 0;
        background: #000;
        cursor: pointer;
    }

    .closee svg path {
        fill: #fff !important;
        stroke: #fff;
    }

    .close iconify-icon {
        font-size: 25px;
        color: #fff;
    }

    header nav .nav-mid>.menu>ul>li svg {
        width: 30px;
    }

    header nav .nav-mid>.menu>ul>li svg path {
        fill: #000;
    }
}

@media(max-width: 767px) {
    .error-pg-sec h1 {
        line-height: 1.2;
        font-size: 30px;
        margin: 20px 0;
    }

    .blog-hm .blog-box-content-inner {
        transform: translateY(-20%) !important;
        -webkit-transform: translateY(-20%) !important;
    }

    .promo-item {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        flex-direction: column;
        border-right: 0 !important;
    }

    .promo-item .info {
        text-align: center;
    }

    /* .hero .swiper-slide:nth-child(4) .right {
        transform: translateY(100px);
    }

    .hero .swiper-slide:nth-child(5) .right {
        transform: translateY(40px);
    } */

    .checkout-sec1 {
        padding: 0 10px;
    }

    .faq-sec,
    .policy-sec {
        padding: 40px 0;
    }

    .abt-sec1 p,
    .abt-sec2 h5 {
        text-align: center;
    }

    .faq-answer p {
        text-align: left;
    }

    .blog-pg h1 {
        font-size: 25px;
    }

    .content-page h1,
    .blog-pg h1,
    .shop-pg-sec h1 {
        line-height: 1.3;
        font-size: 25px !important;
    }

    .content-page h1 {
        font-size: 30px;
    }

    .hero-slider .right {
        margin-top: 30px;
    }

    .hero-slider .container {
        width: initial !important;
    }

    .hero-swiper-btns {
        display: none;
    }

    .hero-slider h1,
    .hero-slider h2 {
        line-height: 1.2;
        font-size: 30px;
    }

    .topbar-left {
        flex-direction: column;
        gap: 0;
    }

    .header-topbar-inner {
        flex-direction: column;
    }
}

@media(max-width: 575px) {
    header .containerr {
        padding: 0 20px;
    }

    .footer.section-padding {
        padding-bottom: 20px;
    }
}

.promo-box h6 {
    font-weight: 700 !important;
}
.blog-box .blog-box-content .blog-title {
    font-weight: 600;
}
.home_shop .row>*{
    margin-bottom: 30px;
}
.product-gallery-item .new-label {
    background: #34b79d;
    color: #fff;
    height: initial;
    width: initial;
    border-radius: 5px;
    line-height: 1.2;
    padding: 5px;
    display: block;
    font-size: 10px;
    font-weight: 600;
    /* height: 35px; */
    line-height: 20px;
    /* padding: 0; */
    position: absolute;
    right: 10px;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    /* width: 35px; */
    z-index: 2;
    /* border-radius: 50%; */
    -moz-border-radius: 50%;
    /* -webkit-border-radius: 50%; */
}
.product-gallery-item {
    position: relative;
}