.elementor-kit-5{--e-global-color-primary:#4B2438;--e-global-color-secondary:#191A1A;--e-global-color-text:#000000;--e-global-color-accent:#D2B48C;--e-global-color-5d46d28:#FFFFFF;--e-global-color-bd8b920:#1F1C1D;--e-global-color-65116ed:#F1F1F1;--e-global-color-ee34bc6:#FF6700;--e-global-color-918db0a:#F8F4EF;--e-global-typography-primary-font-family:"Hind Siliguri";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Hind Siliguri";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Hind Siliguri";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Hind Siliguri";--e-global-typography-accent-font-weight:500;font-family:"Hind Siliguri", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{font-family:"Hind Siliguri", Sans-serif;}.elementor-kit-5 h1{font-family:"Hind Siliguri", Sans-serif;}.elementor-kit-5 h2{font-family:"Hind Siliguri", Sans-serif;font-weight:700;}.elementor-kit-5 h3{font-family:"Hind Siliguri", Sans-serif;}.elementor-kit-5 h4{font-family:"Hind Siliguri", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1350px;}.e-con{--container-max-width:1350px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h2{font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =====================================
   BurqaShop Responsive Search Panel
===================================== */

.bs-search-panel {
    width: 100%;

    max-height: 0;
    min-height: 0 !important;

    opacity: 0;
    visibility: hidden;

    overflow: hidden;

    pointer-events: none;

    transform: translateY(-8px);

    margin: 0 !important;

    position: relative;
    z-index: 9999;

    transition:
        max-height 0.4s ease,
        opacity 0.3s ease,
        transform 0.35s ease,
        visibility 0.3s ease;
}


/* OPEN */
.bs-search-panel.is-open {
    max-height: 350px;

    opacity: 1;
    visibility: visible;

    overflow: visible;

    pointer-events: auto;

    transform: translateY(0);
}


/* Search icon */
.bs-search-toggle {
    cursor: pointer;
}


/* Icon size never changes */
.bs-search-toggle svg,
.bs-search-toggle i {
    transform: none !important;
}


/* Elementor Live Search */
.bs-search-panel .elementor-widget-search {
    position: relative;
    z-index: 10000;
}


/* Live AJAX results */
.bs-search-panel .e-search-results-container,
.bs-search-panel [class*="search-results"],
.bs-search-panel [class*="search__results"] {
    z-index: 10001 !important;
}


/* ==========================
   TABLET
========================== */

@media (max-width: 1024px) {

    .bs-search-panel.is-open {
        max-height: 400px;
        overflow: visible;
    }

}


/* ==========================
   MOBILE
========================== */

@media (max-width: 767px) {

    .bs-search-panel {
        width: 100%;
    }

    .bs-search-panel.is-open {
        max-height: 450px;
        overflow: visible;
    }

}/* End custom CSS */