
    .custom-bold {
        font-weight: 700;
    }

    .float-whatsapp {
        height: 45px;
        width: 45px;

        position: fixed;
        bottom: 81px;
        z-index: 10000;
        right: 31px;

    }

    .float-whatsapp img {
        height: 100%;
        width: 100%;
        object-fit: cover !important;
    }

    nav ul li a {
        font-family: 'Dosis', sans-serif !important;
        font-weight: 500;
        color: rgb(28, 17, 34);
        Line-height: 18px;
    }

    p {
        /*font-family: 'calibri', sans-serif !important;*/
        font-family: 'Open Sans', sans-serif !important;
        font-weight: 400;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        /*font-family: 'Alegreya_Sans' !important;*/
        font-family: 'Open Sans', sans-serif;
    }

    .header-list {
        font-size: 19px;
    }

    .banner-shop-area {
        background-image: none !important;
        position: relative;
        overflow: hidden;
        height: 75vh;
        /* Adjust as needed */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bg-video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: translate(-50%, -50%);
        z-index: -1;
    }

    .black-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        /* Adjust opacity here */
        z-index: 0;
    }

    .banner-shop-content-wrapper {
        position: relative;
        z-index: 1;
        /* Ensures text is above the overlay */
        color: #fff;
        /* Ensure readability */
    }

    .banner-shop-content-wrapper .title {
        font-weight: 700;
        line-height: 75px;
        text-transform: uppercase;
        font-size: 60px;
        margin-bottom: 12px;
        margin-top: 12px;
        color: white;
    }

    .new-color-p {
        color: white;
        margin-bottom: 20px !important;
    }

    swiper-container {
        width: 100%;
        height: 100%;
    }

    swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .second-logo {
        display: none;
    }

    .header--sticky.sticky .first-logo {
        display: none;
    }

    .header--sticky.sticky .second-logo {
        display: block;
        width: 340px;
    }

    .header--sticky.sticky .header-left {
        margin-left: 410px;
    }

    .main-nav-one ul li.has-dropdown .submenu {
        min-width: 258px;
        left: -150px;
    }



    .main-nav-one ul li.has-dropdown:hover .submenu {
        top: 77%;
    }

    .product-margin {
        margin-bottom: 50px !important;
    }

    .navbar-toggler {
        width: 50px;
    }

    


    .header--sticky.sticky {
        display: none;
    }



    .dropdown-submenu .dropdown-menu {
        display: none;
    }

    .dropdown-submenu .dropdown-menu.show {
        display: block;
    }

    .visible {
        display: none;
    }

    .goog-te-gadget {
        font-family: arial;
        font-size: 11px;
        color: #666;
        white-space: nowrap;
        display: flex;
        flex-direction: column-reverse;
    }

    .VIpgJd-ZVi9od-l4eHX-hSRGPd {
        padding: 0px;
    }

    #google_translate_element {
        position: absolute;
        top: -15px;
    }

    .goog-te-gadget .goog-te-combo {
        width: 144px;
    }

    .goog-te-banner-frame.skiptranslate {
        display: none !important;
    }

    #goog-te-combo {
        border: 1px solid #416441;
    }

    .new-left-data {
        margin-left: 10px !important;
    }

    .header-nav nav ul {
        gap: 10px;
    }


    @media screen and (min-width: 1700px) {
        .swiper-slide img {
            width: 100%;
        }

        .header-main-h2,
        .rts-about {
            background: #f2f2f2;
        }

        .rts-about {
            margin-top: 23px;
        }

        .certification-margin,
        .rts-about .container {
            max-width: 1920px;
        }



        .big-screen,
        .rts-footer-one.footer-bg-two.bg-four,
        .header-main-h2,
        .banner-shop-area,
        .shop-container-featuer,
        .rts-section-gap {
            max-width: 100%;
            margin: auto;
        }

        .extra-large-col-6 {
            width: 30%;
        }

        .extra-large-col-6-2 {
            width: 60%;
        }

        .extra-large-mid {
            align-items: center !important;
            gap: 100px
        }

        .rts-product-area .container {
            margin-left: 80px;
        }

        .rts-easy-step-area {
            max-width: 1920px;
            margin: auto;
        }

        .rts-cta-area .container {
            max-width: 1920px;
            margin: auto;
        }

        .rts-easy-step-area {
            max-width: 1920px;
            margin: auto;
        }

        .rts-about-company-wrapper {
            max-width: 1920px;
            margin: auto;
        }

        .row-product-padding {
           
            align-items: center !important;
        }

        .detail-button {
            left: 20% !important;
        }

        .rts-product-area .container {
            margin-left: 80px;
        }

        .rts-contact-info-area .container {
            max-width: 1920px;
        }

        .rts-contact-wrapper-form-area .container {
            max-width: 1920px;
        }

        .row-gallery {
            max-width: 1920px;
        }

        .no-data-available {
            max-width: 1920px;
            margin: auto;
        }

        .no-data-available {
            min-height: 60vh;
        }

        .header-two-solari.header-top {
            max-width: 100%;
        }



    }

    @media screen and (min-width:768px) and (max-width: 1199px) {
        .new-header-padding {
            padding-left: 40px !important;
            padding-right: 0px;
        }

        .header-left {
            margin-left: 0px;
        }

        .logo-area {
            width: 300px;
        }
    }

 
    @media screen and (max-width:991px) {
        .navbar-brand {
            width: 96%;
            max-width: 296px;
        }

        .header--sticky {
            display: none I !important;
        }

        .header-main-h2 {
            display: none;
        }

        .nav-link {
            color: #303030 !important;
        }



        .navbar-collapse {
            position: fixed;
            top: 0;
            right: -100%;
            width: 75%;

            height: 100vh;
            background: white;
            transition: right 0.4s ease-in-out;
            z-index: 1050;
            padding: 20px;
        }

        .navbar-collapse.show {
            right: 0;
        }

        .navbar-nav {
            align-items: baseline !important;
        }

        .nav-item {
            width: 100%;
            border-bottom: 1px solid #8e8787;
        }

        .close-icon-menu {
            width: 40px;
            background: #416441;
            color: white;

        }

        .close-icon-menu i {
            font-size: 30px;
        }

        .dropdown-arrow {
            display: inline-block;
            margin-left: .255em;
            vertical-align: .255em;
            border-top: .3em solid;
            border-right: .3em solid transparent;
            border-bottom: 0;
            border-left: .3em solid transparent;
            position: absolute;
            right: 14px;
            margin-top: 10px;
            cursor: pointer;
            /* Make it clickable */
        }

        .dropdown-submenu .dropdown-menu {
            display: none;
            position: absolute;
            left: 100%;
            top: 0;
        }

        .dropdown-submenu .dropdown-menu.show {
            display: block;
        }


        .dropdown-submenu {
            position: relative;
        }

        .dropdown-submenu .dropdown-menu {
            position: static;
            /* Allow dropdowns to expand inside */
            width: 100%;
            /* Make it full width */
            display: none;
            /* Hide by default */
            background: white;
            box-shadow: none;
        }

        .dropdown-submenu .dropdown-menu.show {
            display: block;
        }

        .dropdown-toggle::after {
            right: 20px;
            /* Adjust icon placement */
        }

        .dropdown-toggle::after {
            display: none;
        }

        .navbar-collapse {
            overflow: scroll;
        }

        .ps-data {
            position: fixed;
            left: 0px;
            right: 0px;
            z-index: 10000;
            transition: all 5ms ease-in-out;
        }

        .visible {
            display: none;
        }

        .popup-overlay {
            overflow: scroll;
        }

        .new-pop {
            top: 20% !important;
        }

        .product-heading-bottom {
            font-size: 16px;
        }

        .sm-rev-flex {
            background-color: black;
            flex-direction: column;
        }

    }

    @media screen and (max-width:425px) {
        .sm-rev-flex {
            flex-direction: column;
        }

        .detail-button-styling {
            display: none;
        }

        .visible {
            display: block;
            top: 0px !important;
        }

        .product-margin {
            position: relative;
        }

        .detail-button {
            left: 50%;
            top: 40%;
        }









    }

    @media screen and (max-width:375px) {
        .navbar-collapse {
            width: 80%;
        }
    }

    @media (min-width: 280px) and (max-width: 390px) {
        .footer-add-grid {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
        }
    }

    .menu-icon {
        margin-right: 4px !important;
    }

    @media(max-width:991px) {
        .navbar-nav .nav-link {
            padding: 15px 0px !important;
        }
    }



    .main-nav-one ul li.has-dropdown .submenu {
        transition: unset !important;
    }
    
    .main-nav-one ul li.has-dropdown .submenu {
    min-width: 258px;
    left: -38px;
}
 .main-title {
        color:black !important;
    }
    
    .pd-data p{
color:black !important;
    }
    
    .close-btn {
    color: #ffffff;
    background: #0e0e0e;
}

.woocommerce-product-details__short-description p{
    margin-bottom:13px !important;
}

.woocommerce-product-details__short-description h3{
    margin-bottom:7px !important;
}

#popup-gallery p{
      margin-bottom:13px !important;
}
   #popup-gallery h3{
      margin-bottom:7px !important;
}

#popup-gallery .sm-rev-flex{
    align-items:center;
}

@media screen and (max-width: 991px) {
    .navbar-collapse
 {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: white;
        transition: right 0.4s ease-in-out;
        z-index: 1050;
        padding: 20px;
    }
}
 .cat-show{
                     flex-basis: 39% !important;
                 }
@media screen and (min-width: 325px) and (max-width: 725px) {
    .cat-show {
        flex-basis: 100% !important;
    }
    
   
}

@media screen and (max-width: 425px){
    .cat-show .category-list {
        display: grid;
        grid-template-columns:repeat(1, 1fr) ;
    }
    .footer-add-grid{
       display: grid;
        grid-template-columns:repeat(1, 1fr) ; 
    }
}


@media screen and (max-width:525px) {
    .quick-view-btn{
        display:none;
    }
        .detail-button-styling {
            display:block !important;
        }
        
        .about__content__two {
    padding-left: 6px !important;
}

.certification-margin .inner-text-data {
    padding: 0px 6px !important;
}
    .single-footer-one-wrapper.two .single-footer-component .body p.disc {
        text-align:left;
    }
    
    .no-big-sh{
    display:none;
}

}

.swiper-button-next::after
{
    color:#416441 !important;
}

.swiper-button-prev:after {
    color:#416441 !important;
}

.banner-txt{
position: absolute;
    /* background: red; */
    font-size: 22px !important;
    text-transform: capitalize;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
/*display:none;*/
 top:80px;
}

.banner-txt-new{
   font-size: 22px !important; 
   margin-bottom:-30px;
}
      @media screen and (max-width:366px) {
            .navbar-brand {
        width: 70%;
        max-width: 296px;
    }
        
    }
