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

.top-header {
    background: #000;
    padding: 10px 100px;
    position: relative;
    z-index: 1000;
}

.top-header .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 35px;
}

.top-header .top-header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 25px;
}

.top-header p {
    margin-bottom: 0;
    color: #fff;
}

.top-header .top-header-el a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    color: #ffffff;
}

.top-header .top-header-el a .icon {
    line-height: 0;
}

.top-header .top-header-el a:hover {
    color: #ff5235;
}

.top-header .top-header-el a svg {
    width: 18px;
    line-height: 0;
}

.top-header .top-header-el a svg path {
    fill: #ff5235;
}

.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.fixed nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #ebe7e7;
}

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

header nav {
    background: rgb(245, 245, 245);
    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: 40px 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: 14px;
    text-align: left;
    color: #000;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
    width: 100%;
    display: inline-block;
}

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: #eee;
    color: #26160F;
    padding: 10px;
}

header .nav-right {
    display: none;
}

header .closee {
    display: none;
}

.footer-info ul li,
.footer-info p {
    color: #000;
    font-weight: 400;
}

.footer-info ul li:first-child span {
    color: initial;
}

.footer-info ul li span {
    color: #000;
    font-weight: 400;
    transition: all .3s ease-in-out;
}

.footer-info ul li span:hover {
    color: #d64545;
}

.footer-info li a {
    color: #333;
    font-weight: 400;
}

.footer-bottom .copyright p,
.footer-bottom .policy a,
.footer-bottom .social-icon li a {
    color: #000;
    font-weight: 400;
}

.footer-bottom svg {
    width: 20px;
}

.footer-bottom svg path {
    transition: all .3s ease-in-out;
}

.footer-bottom svg:hover path {
    fill: #d64545;
}

.hero h1,
.hero h2 {
    font-size: 70px;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: .7px;
    font-weight: 300;
    color: #292929;
}

.hero.pt-105 {
    padding-top: 40px;
}

.hero .slider-images {
    right: 0;
}

.hero-sm {
    display: none;
}

.hm-sec2 {
    padding: 70px 0 0;
}

.hm-sec2-content {
    width: 100%;
    height: 100%;
    background: #ebe7e7;
    text-align: center;
    padding: 50px;
}

.hm-sec2-content .img {
    max-width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.hm-sec2-content p {
    color: #333;
    font-weight: 400;
}

.hm-sec2-content p a {
    color: #d64545;
}

.hm-sec2-content h4 {
    font-weight: 600;
    color: #000;
}

.hm-sec2-content .img img {
    width: 50px;
}

.category-texts {
    left: 2em !important;
}

.category-img-item {
    background: #ebe7e7;
    height: 400px;
}

.category-img-item a {
    text-transform: uppercase;
}

.category-img-item p {
    color: #333;
    font-weight: 400;
    max-width: 400px;
}

.category-img-item h4 a {
    color: #ff5235;
}

.cat-thumb {
    width: 100%;
}

.cat-thumb img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.footer-menu p {
    color: #000;
    font-weight: 400;
}

/* .buy-info {
    display: none;
} */

.rating {
    display: none;
}

.arrival-items .buy-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrival-details h5 {
    margin-bottom: 0;
}

.arrival-img {
    background: #fff !important;
    border: 1px solid #eee;
}

.arrival-new-items .arrival-img::before {
    display: none;
}

.arrival-img {
    position: relative;
}

.off-badge {
    position: absolute;
    left: 1em;
    top: 1em;
    background-color: rgb(255, 222, 222);
    padding: 3px 8px;
    font-size: 12px;
    font-weight: 400;
    color: #4a4a4a;
}

.today-deal-img {
    background: #ebe7e7;
    padding: 30px 0;
}

.news-img {
    background: #ebe7e7;
}

.news-details p {
    color: #333;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 0px;
}

.news-details p a {
    color: #d64545;
}

.news-details p a:hover {
    text-decoration: underline;
}

.moment-sec {
    padding-bottom: 120px;
}

.deal-details p {
    color: #000;
    font-weight: 400;
}

.contact-info li a {
    color: #000;
}

.contact-info li a:hover {
    color: #d64545;
}

.section-title h1 {
    font-size: 35px;
    line-height: 1.2 !important;
    text-transform: uppercase;
}

.contact-title p strong {
    font-weight: 600;
}

.contact-form-area {
    padding-bottom: 100px;
}

.about-img {
    background: #ebe7e7;
    padding: 30px;
}

.service-details span {
    color: #000;
    font-weight: 500;
}

.service-details span a {
    color: #d64545;
}

.about-sec-btm {
    padding: 100px 0 70px;
}

.about-sec-btm h2 {
    text-align: center;
    text-transform: uppercase;
}

.about-sec-heading {
    margin-bottom: 50px;
}

.about-sec-btm .img {
    background: #ebe7e7;
    padding: 40px;
}

.blog-pg-sec,
.checkout-area {
    padding-bottom: 70px;
}

.bill-details p,
.bill-form label {
    font-weight: 400;
    color: #000;
}

section.success-sec {
    padding: 80px 0 0px;
    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;
}

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

.policy-sec-content h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.policy-sec-content h3 {
    font-weight: 500;
    margin-bottom: 10px;
    color: #d64545;
}

.policy-sec-content p {
    color: #333;
    font-weight: 400;
}

.policy-sec-content ul {
    padding-left: 20px;
}

.policy-sec-content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 400;
}

.policy-sec-content ol li {
    color: #333;
    font-weight: 400;
    margin-bottom: 10px;
}

.policy-sec-content ul li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50px;
}

.policy-sec-content p a,
.policy-sec-content li a {
    color: #d64545;
}

.policy-sec-content table tbody td:first-child {
    font-weight: 400;
}

.news-details-area {
    padding-bottom: 100px;
}

.news-details h3 {
    color: #d64545;
    font-size: 20px;
    margin-top: 20px;
}

.page-404-area {
    padding-bottom: 100px;
    text-align: center;
}

.page-404-area h1 {
    margin-top: 30px;
    font-size: 40px;
}

.shop-details .product-details>p,
.description-tab ul li,
.tab-pane p {
    color: #333;
    font-weight: 400;
}

@media(min-width: 1601px) and (max-width: 3000px) {
    .slider-image-bg {
        width: 550px;
        height: 550px;
    }
}

@media(max-width: 991px) {
    .page-title-area.pt-150.pb-55 {
        padding: 50px 0 20px;
    }

    .contact-form-area {
        padding: 0;
    }

    .hero h1,
    .hero h2 {
        font-size: 40px;
    }

    .top-header .top-header-right {
        flex-direction: column;
        gap: 6px;
        align-items: flex-start;
    }

    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: 20px 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;
    }

    .footer-area .footer-menu {
        padding-top: 40px;
    }

    .footer-bottom.mt-80 {
        margin-top: 40px;
    }
}

@media(max-width: 767px) {
    .page-404-area {
        padding-top: 70px;
        padding-bottom: 0;
    }

    .section-title h1 {
        font-size: 28px;
    }

    .news-details-area {
        padding-bottom: 0;
    }

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

    nav[aria-label="breadcrumb"] {
        padding: 0;
    }

    .about-sec-btm {
        padding-bottom: 0;
    }

    .hero-sm {
        display: block;
    }

    .img-sm img {
        width: 250px;
        margin: auto;
    }

    .hero-sm {
        padding: 40px 0 0;
    }

    .hero-sm h1,
    .hero-sm h2 {
        font-size: 30px;
        text-transform: uppercase;
    }

    .hero {
        display: none;
    }

    .slider-height {
        height: auto !important;
    }

    .hero h1,
    .hero h2 {
        font-size: 30px;
    }

    .top-header .container-flex {
        flex-direction: column;
    }

    .top-header-left {
        margin-bottom: 6px;
    }

    .top-header {
        padding: 10px;
    }
}