.elementor-242 .elementor-element.elementor-element-16cec41{--display:flex;}.elementor-242 .elementor-element.elementor-element-f03170a{text-align:center;font-family:"Montserrat", Sans-serif;font-size:13px;font-weight:400;}.elementor-242 .elementor-element.elementor-element-b73e632{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-242 .elementor-element.elementor-element-c2aa54e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-242 .elementor-element.elementor-element-2bf03fa{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-242 .elementor-element.elementor-element-b73e632{--grid-auto-flow:row;}.elementor-242 .elementor-element.elementor-element-2bf03fa{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-242 .elementor-element.elementor-element-16cec41{--margin-top:0px;--margin-bottom:-40px;--margin-left:0px;--margin-right:0px;}.elementor-242 .elementor-element.elementor-element-f03170a{font-size:10px;}.elementor-242 .elementor-element.elementor-element-b73e632{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-242 .elementor-element.elementor-element-2bf03fa{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-242 .elementor-element.elementor-element-9cb91c9{margin:020px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-9cb91c9 *//* =========================================
   MOBILE HEADER
========================================= */

.gr-mobile-header {
    width: 100%;
    height: 68px;
    background: #fff;

    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;

    padding: 0 16px;
    box-sizing: border-box;

    position: relative;
    z-index: 999 !important;
}


/* =========================================
   LEFT TOGGLE
========================================= */

.gr-mobile-toggle {
    width: 28px;
    height: 28px;

    padding: 0;
    margin: 0;

    border: 0;
    background: transparent;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    gap: 5px;

    cursor: pointer;
}

.gr-mobile-toggle span {
    display: block;

    width: 22px;
    height: 1.5px;

    background: #111;

    transition: .3s ease;
}


/* =========================================
   CENTER LOGO
========================================= */

.gr-mobile-logo {
    grid-column: 2;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
}

.gr-mobile-logo img {
    width: 58px;
    height: auto;

    display: block;
}


/* =========================================
   RIGHT ICONS
========================================= */

.gr-mobile-actions {
    grid-column: 3;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 17px;
}


/* SEARCH + CART */

.gr-mobile-search,
.gr-mobile-cart {
    width: 24px;
    height: 24px;

    padding: 0;
    margin: 0;

    border: 0;
    background: transparent;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #111;

    cursor: pointer;
    text-decoration: none;
}

.gr-mobile-search svg,
.gr-mobile-cart svg {
    width: 21px;
    height: 21px;

    fill: none;
    stroke: currentColor;

    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================
   SEARCH BOX
========================================= */

.gr-mobile-search-box {
    position: absolute;

    top: 68px;
    left: 12px;
    right: 12px;

    padding: 10px;

    background: #fff;

    border: 1px solid #eee;

    box-shadow: 0 8px 25px rgba(0,0,0,.12);

    z-index: 1000 !important;

    display: none;
}

.gr-mobile-search-box.open {
    display: block;
}

.gr-mobile-search-box form {
    display: flex;
    width: 100%;
}

.gr-mobile-search-box input {
    flex: 1;

    height: 42px;

    padding: 0 12px;

    border: 1px solid #ddd;

    outline: none;

    font-family: "Montserrat", sans-serif;

    font-size: 13px;

    box-sizing: border-box;
}

.gr-mobile-search-box button {
    height: 42px;

    padding: 0 15px;

    border: 0;

    background: #111;

    color: #fff;

    font-family: "Montserrat", sans-serif;

    font-size: 13px;

    cursor: pointer;
}


/* =========================================
   DARK OVERLAY
========================================= */

.gr-mobile-overlay {
    position: fixed;

    inset: 0;

    background: rgba(0,0,0,.38);

    opacity: 0;
    visibility: hidden;

    transition: opacity .35s ease;

    z-index: 1001 !important;
}

.gr-mobile-overlay.open {
    opacity: 1;
    visibility: visible;
}


/* =========================================
   LEFT SIDE DRAWER
========================================= */

.gr-mobile-drawer {
    position: fixed;

    top: 0;
    left: 0;

    width: 82%;
    max-width: 360px;

    height: 100vh;

    background: #fff;

    transform: translateX(-100%);

    transition:
        transform .4s cubic-bezier(.4,0,.2,1);

    z-index: 1002 !important;

    box-shadow: 10px 0 30px rgba(0,0,0,.13);

    overflow-y: auto;
}

.gr-mobile-drawer.open {
    transform: translateX(0);
}


/* =========================================
   DRAWER HEADER
========================================= */

.gr-drawer-header {
    height: 68px;

    padding: 0 22px;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    border-bottom: 1px solid #eee;

    box-sizing: border-box;
}


/* =========================================
   CLOSE BUTTON
========================================= */

.gr-close {
    width: 34px;
    height: 34px;

    padding: 0;

    border: 0;
    background: transparent;

    color: #111;

    font-size: 30px;
    line-height: 1;

    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}


/* =========================================
   MOBILE MENU
========================================= */

.gr-mobile-nav {
    display: flex;

    flex-direction: column;

    padding: 8px 22px 35px;
}

.gr-mobile-nav > a {
    display: block;

    padding: 18px 0;

    border-bottom: 1px solid #eee;

    color: #111 !important;

    text-decoration: none;

    font-family: "Montserrat", sans-serif !important;

    font-size: 14px;

    font-weight: 500;

    transition: .2s ease;
}

.gr-mobile-nav > a:hover {
    padding-left: 5px;

    color: #777 !important;
}


/* =========================================
   COLOR THEORY DROPDOWN
========================================= */

.gr-mobile-dropdown {
    width: 100%;

    border-bottom: 1px solid #eee;

    box-sizing: border-box;
}


/* BUTTON */

.gr-mobile-dropdown-btn {
    width: 100%;

    min-height: 55px;

    padding: 18px 0;

    border: 0;

    background: transparent;

    display: flex;

    align-items: center;

    justify-content: space-between;

    color: #111;

    font-family: "Montserrat", sans-serif !important;

    font-size: 14px;

    font-weight: 500;

    text-align: left;

    cursor: pointer;
}


/* ARROW */

.gr-mobile-arrow {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 20px;
    height: 20px;

    font-size: 18px;

    line-height: 1;

    transition: transform .3s ease;
}


/* SUBMENU */

.gr-mobile-submenu {
    max-height: 0;

    overflow: hidden;

    opacity: 0;
    visibility: hidden;

    transition:
        max-height .35s ease,
        opacity .25s ease,
        visibility .25s ease;
}


/* OPEN SUBMENU */

.gr-mobile-dropdown.open .gr-mobile-submenu {
    max-height: 120px;

    opacity: 1;

    visibility: visible;
}


/* ROTATE ARROW */

.gr-mobile-dropdown.open .gr-mobile-arrow {
    transform: rotate(180deg);
}


/* SUBMENU LINKS */

.gr-mobile-submenu a {
    display: block;

    padding: 13px 0 13px 16px !important;

    border: 0 !important;

    color: #666 !important;

    text-decoration: none;

    font-family: "Montserrat", sans-serif !important;

    font-size: 13px !important;

    font-weight: 400 !important;

    transition: .2s ease;
}

.gr-mobile-submenu a:hover {
    color: #111 !important;

    padding-left: 21px !important;
}


/* =========================================
   BODY LOCK
========================================= */

body.gr-menu-open {
    overflow: hidden;
}


/* =========================================
   LIGHTBOX FIX
========================================= */

/* Elementor Lightbox */
.elementor-lightbox {
    z-index: 9999999 !important;
}

/* Elementor lightbox overlay/content */
.dialog-type-lightbox {
    z-index: 9999999 !important;
}


/* Fancybox agar use ho raha ho */
.fancybox-container {
    z-index: 9999999 !important;
}


/* =========================================
   MOBILE ONLY
========================================= */

@media (min-width: 768px) {

    .gr-mobile-header,
    .gr-mobile-search-box,
    .gr-mobile-overlay,
    .gr-mobile-drawer {

        display: none !important;
    }

}/* End custom CSS */