* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

:root {
    --theme_primary: #ffb113;
    --theme_secondary: #000;
    --font-family-main: "Inter", serif;
    --font_color: #383838;
    --sub_heading: ;
    --btn-primary: ;
    --btn-secondary: ;
    --body-background: #1c0601;
    --white: #efefef;
    --black: #000;
    --border-color: #838383;
}

::selection {
    background-color: var(--theme_primary);
    color: #fff;
}

body {
    /* / background-color: var(--theme-o); / */
    text-transform: capitalize;
    font-family: var(--font-family-main);
    color: var(--font-color);
    letter-spacing: .5px;
}



a {
    text-decoration: none;
    color: var(--font-color);
}

a:hover {
    color: var(--theme_primary);
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: var(--font_color);
}

.white {
    color: var(--white);
}

.whiteall * {
    color: var(--white);
}

.transition5s {
    transition: all 0.5s ease;

    :hover {
        transition: all 0.5s ease;
    }
}

.sec_mar {
    margin-top: 100px;
    margin-bottom: 100px;

    @media (max-width: 768px) {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.sec_pad {
    padding-top: 100px;
    padding-bottom: 100px;

    @media (max-width: 768px) {
        padding-top: 50px;
        padding-bottom: 50px;

    }
}

.container-fluid {
    max-width: 95%;
    width: 100%;
}

.bg-snow {
    background-color: #f9f9f9;
}

.theme-btn {
    background-color: var(--theme_primary);
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid var(--theme_primary);
    transition: all .3s ease;

    &:hover {
        background-color: transparent;
        color: var(--theme_primary);
        border: 1px solid var(--theme_primary);
    }
}

.theme-btn-secondary {
    background-color: var(--theme_secondary);
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid var(--theme_secondary);
    transition: all .3s ease;

    &:hover {
        background-color: transparent;
        color: var(--theme_secondary);
        border: 1px solid var(--theme_secondary);
    }
}

.btn-outline-theme {
    background-color: transparent;
    color: var(--theme_primary);
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid var(--theme_primary);
    transition: all .3s ease;

    &:hover {
        background-color: var(--theme_primary);
        color: var(--white);
        border: 1px solid var(--theme_primary);
    }
}

.btn-outline-white {
    background-color: transparent;
    color: var(--white);
    border-radius: 50px;
    border: 1px solid var(--white);
    transition: all .3s ease;

    &:hover {
        background-color: var(--white);
        color: var(--black);
        border: 1px solid var(--white);
    }
}

p {
    letter-spacing: .5px;
    font-weight: 500;
    color: var(--font_color);
}

.fs-14 {
    font-size: 14px !important;
    line-height: normal;
}

.fs-50 {
    font-size: 50px;

    @media (max-width: 768px) {
        font-size: 40px;
    }
}

.top-90 {
    top: 90px;
}

@media (min-width: 1400px) {}

.containercust {
    max-width: 1500px;
    margin: auto;
    padding: 0 15px;
}


.slider__btn {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.max_991 {
    max-width: 991px;
    margin: auto;
}

.input-group-meta input {
    border: 1px solid var(--border-color);
    height: 47px;
    border-radius: 5px;
    padding-left: 15px;
}

.input-group-meta textarea {
    border: 1px solid var(--border-color);
    border-radius: 5px;
    padding: 15px;
}

/* home */
.home {
    button.navbar-toggler.btn.border-0 i {
        color: #fff;
    }
     .page-header:has(.mega-menu:hover) {
            .lightdarktext {
                color: var(--font_color);
            }

            .logo-dark {
                filter: none;
            }

        }

    header {
        position: absolute;
        top: 0;
        z-index: 99;
        width: 100%;

        .logo-dark {
            display: block;
            filter: brightness(0) invert(1);
            width: 50px;
        }

        .lightdarktext {
            color: var(--white);
        }

        &.is-sticky {
            .lightdarktext {
                color: var(--font_color);
            }

            .logo-dark {
                filter: none;
            }

        }

    }

    a.nav-link {
        color: #fff;
    }

    section.tophero--sec {
        position: relative;

        .serchdivmain {
            .input-group {
                border-radius: 100px;
                overflow: hidden;
            }

            input.form-control {
                height: 48px;
                padding-left: 20px;
            }
        }

        .swiper-slidee {
            height: 80vh;
        }

        @media (max-width: 768px) {
            .swiper-slidee {
                height: 100vh;
            }
        }
    }

    section.tophero--sec:before {
        content: "";
        left: 0;
        top: 0;
        height: 25%;
        width: 100%;
        background: linear-gradient(180deg, #000000, #ffffff00);
        position: absolute;
        z-index: 2;
    }

    .heroimgcntnt {
        top: 50%;
        transform: translateY(-15%);
        transform: translate(0, -50%);

        @media (min-width:767px) {
            left: 10%;
        }
    }
}

.cursor-pointer {
    cursor: pointer;
}

.locatedrop {
    .popupbox {
        display: none;
        position: absolute;
        top: 46px;
        left: 50%;
        width: 400px;
        background: white;
        border-radius: 8px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        padding: 15px;
        z-index: 100;
        transform: translate(-50%, 0);
    }

    &:hover .popupbox {
        display: block;
    }

    /* Responsive */
    @media (max-width: 600px) {
        .popupbox {
            width: 250px;
        }
    }
}

header {

    .stickyblcok {
        display: none;
    }

    div#offcanvasnav.show a.nav-link {
        color: var(--font_color);
    }

    a.nav-link.theme-btn.px-4 {
        color: #fff !important;

        &:hover {
            color: var(--theme_primary) !important;
        }
    }

    div#offcanvasnav.show {
        overflow-y: auto;

        .navbar-nav {
            padding: 0 20px;
        }

        .nav-item.dropdown:hover .dropdown-menu {
            position: absolute;
        }

        .mega-dropdown {
            width: 320px;
            max-height: 325px;
            overflow-y: auto;
        }
    }

    /* Enable hover dropdown */
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        border-radius: 0 !important;
        min-height: 290px;
    }

    /* headerbottom */
    /* General Styles */
    .navbar-nav {
        display: flex;
        gap: 20px;
        position: unset;
    }

    /* Mega Menu Container */
    .mega-menu {
        position: unset;
    }

    /* Mega Dropdown Styling */
    .mega-dropdown {
        display: none;
        position: absolute;
        left: 0;
        top: 70px;
        width: 100%;
        /* Adjust width as needed */
        background: white;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        padding: 20px;
        border-radius: 8px;
        z-index: 1000;
    }

    /* Mega Menu Columns */
    .mega-dropdown .row {
        display: flex;
        flex-wrap: wrap;
    }

    .mega-dropdown .col-md-4 {
        flex: 1;
        padding: 10px;
    }

    .mega-dropdown h6 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .mega-dropdown ul {
        list-style: none;
        padding: 0;
    }

    .mega-dropdown ul li {
        margin-bottom: 8px;
    }

    .mega-dropdown ul li a {
        text-decoration: none;
        color: #333;
        transition: 0.3s;
    }

    .mega-dropdown ul li a:hover {
        color: #ff9800;
    }

    /* Show Mega Menu on Hover (Desktop) */
    @media (min-width: 992px) {
        .mega-menu:hover .mega-dropdown {
            display: block;
        }
    }

    /* Responsive: Stack items in mobile */
    @media (max-width: 991px) {
        .mega-dropdown {
            width: 100%;
            position: relative;
            box-shadow: none;
        }
    }
}


/* / sticky header / */
main:not(.home) {
    header {
        box-shadow: 0 5px 10px #ededed;
    }
}

.page-header.is-sticky, header.page-header:has(.mega-menu:hover) {
    position: fixed;
    box-shadow: 0 0px 20px #00000024;
    background-color: #Fff;
    width: 100%;
    top: 0;
    z-index: 99;
    animation: slideDown 0.35s ease-out;

    a.nav-link {
        color: var(--font-color);

        &:hover {
            color: var(--theme-clr);
        }
    }

    .stickyhide {
        display: none !important;
    }

    .stickyblcok {
        display: block;
    }


}

.w-fitcontent {
    width: fit-content;
}

.page-header.is-sticky button.navbar-toggler.btn.border-0 i {
    color: var(--font-color);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* featuresec */
.featuresec {
    background-color: #815600;

    .featdiv {
        margin-top: -100px;
        position: relative;
    }

    .featcol {
        background-color: #442e00;
        border-radius: 10px;
    }

}

/* collectionslidersec */
.collectionslidersec {
    .sldr--btn {}
}

/* productsec */
.productsec {
    .product-card {
        border: 1px solid #ffb01354;
        transition: all .5s ease;

        &:hover {
            box-shadow: 0px 8px 12px #ddd;
            transition: all .5s ease;
            border-color: transparent;
        }

        @media (max-width: 575px) {
            border-radius: 0 !important;
        }

        .price.mb-0 {
            /*font-size: 18px;*/
            font-weight: 700;
        }

        .prodimg {
          /*  max-height: 310px;
            min-height: 310px;
            overflow: hidden;
            height: 100%;*/

            img {
                width: 100%;
                height: 100%;
                object-fit: cover !important;
            }
        }
    }
}

.aboutsection {
    .abtcontpara {
        p {
            line-height: 30px;
            letter-spacing: .5px;
        }
    }
}

/* allinonesec */
.allinonesec {
    .tab-hover {
        &:hover {
            .imgabtdiv {
                transform: scale(1.4);
            }

            h2 {
                color: var(--theme_primary);
            }
        }

    }
}

/* prodvideosection */
.prodvideosection {
    .masonry {
        /* Masonry container */
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1em;
        -moz-column-gap: 1em;
        column-gap: 1em;
        /* margin: 1.5em; */
        padding: 0;
        -moz-column-gap: 1.5em;
        -webkit-column-gap: 1.5em;
        column-gap: 1.5em;
        font-size: .85em;
    }

    .item {
        display: inline-block;
        width: 100%;
        -webkit-transition: 1s ease all;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;

    }

    .item img {
        max-width: 100%;
    }

    @media only screen and (max-width: 320px) {
        .masonry {
            -moz-column-count: 1;
            -webkit-column-count: 1;
            column-count: 1;
        }
    }

    @media only screen and (min-width: 321px) and (max-width: 768px) {
        .masonry {
            -moz-column-count: 2;
            -webkit-column-count: 2;
            column-count: 2;
        }
    }

    @media only screen and (min-width: 769px) and (max-width: 1200px) {
        .masonry {
            -moz-column-count: 3;
            -webkit-column-count: 3;
            column-count: 3;
        }
    }

    @media only screen and (min-width: 1201px) {
        .masonry {
            -moz-column-count: 3;
            -webkit-column-count: 3;
            column-count: 3;
        }
    }
}

/* footer */
footer {
    .logo-dark {
        filter: none !important;
    }

    .payment-wrapper {
        display: flex;
        font-size: 14px;
        line-height: 28px;
        width: 100%;
        height: 100%
    }

    .payment-wrapper .payment-title {
        margin-inline-end: 12px;
        flex-shrink: 0
    }

    .payment-wrapper .payment-icon-box {
        display: flex;
        max-width: 350px;
        flex-shrink: 0;
        gap: 8px 4px
    }

    .payment-wrapper .payment-security-box {
        display: flex;
        flex-wrap: wrap;
        margin-inline-start: 16px;
        padding-inline-start: 16px;
        border-inline-start: 1px solid #dddddd;
        gap: 8px 4px
    }

    .payment-wrapper .payment-icon {
        height: 28px;
        width: auto
    }

    .footer-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;

        @media (max-width: 1550px) {
            grid-template-columns: repeat(4, 1fr);
        }


        @media (max-width: 1235px) {
            grid-template-columns: repeat(3, 1fr);
        }


        @media (max-width: 950px) {
            grid-template-columns: repeat(2, 1fr);
        }

        @media (max-width: 575px) {
            grid-template-columns: repeat(1, 1fr);
        }
    }

    .full-width {
        grid-column: 1 / -1;
        /* Makes the element span all columns */
    }
}

/* whatsapp */
.float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

/* about us page */
main.about {
    .aboutbaner--sec {
        .swiper-slidee {
            position: relative;

            &:before {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                background-color: #0000008e;
                content: "";
            }

            img {
                height: 500px;
            }
        }
    }
}

/* collection page */
.collection {
    @media (min-width: 991px) {
        div#filteroffcan {
            position: static;
            z-index: auto;
            flex-grow: 1;
            width: auto !important;
            height: auto !important;
            visibility: visible !important;
            background-color: transparent !important;
            border: 0 !important;
            transform: none !important;
            transition: none;
        }
    }
}

/* order req */
.productimgs00 {
    img {
        border-radius: 10px;
      	width: 100%;
    }
}

.productotherdesc {
    .sizecartbtn {
        border: 1px solid;
    }

    .sizecartbtn.active,
    .sizecartbtn:hover {
        background: #ffb113;
        color: #fff;
        border-color: #ffb113;
    }
}

.productminisldier {
    .swiper-slide {
        height: 100% !important;
    }

}

/* blog */
.blogimg {
    /* max-height: 260px;
    min-height: 260px; */
    height: 100%;
    overflow: hidden;
    border-radius: 13px;
    margin-bottom: 20px;

    @media (max-width:991px) {
        min-height: auto;
    }

    a {
        height: 100%;
        display: block;
    }

    img {
        height: 100%;
        object-fit: cover;
    }
}

.blogcontent h3 {
    font-size: 18px;
    letter-spacing: .5px;
    /* line-height: 35px; */
    font-weight: 700;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding: 0 15px;
    margin-bottom: 0;

    @media (max-width: 767px) {
        font-size: 17px;
        line-height: normal;
    }
}

a {
    color: inherit;
    text-decoration: none;
}

.blog-conte p {
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 15px;
    padding: 0 15px;
    margin-bottom: 0;

    @media (max-width: 767px) {
        line-height: normal;
    }
}

.blogcontent {
    border: 1px solid #ffb113;
    border-radius: 14px;
    padding-bottom: 20px;
}


/* / single blog / */
.blogbody {
    .containercust {
        max-width: 991px;
        margin: auto;
    }
}

.blogbodydiv:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/bg3.png), url(../images/bg3.png), url(../images/bg3.png);
    background-repeat: no-repeat;
    background-position: -1% 74%, 103% 100%, 104% 0;
    background-size: 130px, 200px, 200px;
}

.bloglistimg {
    height: 350px;
    overflow: hidden;
    border-radius: 25px;
}

.bloglistimg img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.bloglisttitlepara h4 {
    color: #2B2B2B;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.bloglisttitlepara p {
    font-size: 20px;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* single blog end*/

/* product page */
.pricingdiscounttable {
    th {
        color: var(--font_color);
    }
}

/* dropshipping page */
.dropcontent--left {
    max-width: 991px;
    margin: auto;

    a {
        color: var(--theme_primary);
    }

    .accordion {
        --bs-accordion-color: #3f4246;
        --bs-accordion-border-color: #dee2e600;
        --bs-accordion-btn-color: #000000;
        --bs-accordion-btn-focus-border-color: #ffffff00;
        --bs-accordion-btn-focus-box-shadow: none;
        --bs-accordion-btn-icon: url(../ionicons/chevron-down-outline.svg);
        --bs-accordion-btn-active-icon: url(../ionicons/chevron-down-outline.svg);
        --bs-accordion-active-color: #ffb113;
        --bs-accordion-active-bg: #fff6e5;
    }
}


.conntfield {

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    border: 1px dashed;
    border-radius: 8px;

    input {
        cursor: pointer;
    }
}

nav.navbar {
    position: unset;
}

.max-475px {
    max-width: 475px;
    margin: auto;
}

#callTrackingForm {
    input {
        accent-color: var(--theme_primary);
    } 
}

#cartoffcan {
    .cart-offcanbody {
        height: calc(100% - 140px);
    }
}

.collectiobndiv img {
    /*min-width: 173px;
    min-height: 173px;
    max-width: 173px;
    max-height: 173px;*/
    width: 100%; 
    object-fit: cover;
}

.factsheetdiv .table>:not(caption)>*>* {
    padding: 13px 12px;
}
.factsheetdiv tr td:first-child {
    width: 30%;
}
.productminisldier .productimgsli00 {
    /*width: 120px;
    height: 120px;*/
          border-radius: 10px;
    overflow: hidden;
}
.selectproductimg00 {
    overflow: hidden;
    border-radius: 10px;
}