/* Add custom CSS styles below */ 



/* Logo */
header.store-header .navbar-brand img,
header.store-header .logo img,
header.store-header img[alt*="logo"] {
  max-height: 90px !important;
  width: auto !important;
}



/* top header */
.angel-ad.overflow-hidden {
    background-color: rgb(238 133 41) !important;
}

.angel-ad__img.lazy__bg.lazy.lazy_icon.entered.loaded {
    display: none !important;
}

/* Homepage: header over hero */
@media (min-width: 1024px) {
body.index header.store-header {
  position: absolute !important;
  top: 0px !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 99 !important;
  background: transparent !important;
}

/* Header inner transparent */
body.index .header-inner,
body.index .header-inner .inner,
body.index .header-inner .container {
  background: transparent !important;
}

body.index header.store-header.header-scrolled {
  background: rgb(255 255 255) !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important;
}

body.index header.store-header.header-scrolled .header-inner,
body.index header.store-header.header-scrolled .header-inner .inner,
body.index header.store-header.header-scrolled .header-inner .container {
  background: rgb(255 255 255) !important;
}
}




/* edit hero */
section.s-block.s-block--fixed-banner.wide-placeholder {
    padding: 0px !important;
}



/* bannar full width */
section.s-block.s-block--fixed-banner.wide-placeholder>.container {
    padding: 0!important;
    margin: 0px!important;
    max-width: 100%
}

/* hide butto s in map */
.tabs.tabs__map.tabs__outline.tabs__flex.justify-center {
    display: none !important;
}
/* adding background to map */
.flex.flex-col.rounded-md.overflow-hidden.text-center.bg-white.da-bgg {
    background-color: rgb(243 245 247) !important;
}

/* adding color to cat title   */
p.w-full.\!p-0.text-gray-400.da-ts ,
h2.w-full.da-cp {
    color: rgb(226 169 115);
}





.s-slider-block__title-right {
    color: #e9883e;
}







/* adding space */
section.s-block.s-block--fixed-banner.wide-placeholder>.container ,
section.s-block.s-block--banners.no-home-tab {
    margin-top: 20px !important;
}




/* style heading */
h3.text-2xl.md\:text-4xl.text-white.leading-12.md\:leading-16 {
    color: rgb(237 134 42) ;
    font-size: 60px !important;
    line-height: 80px !important;
}

p.text-sm.mb-8.line-clamp-2.max-w-lg.text-white {
      color: rgb(237 134 42) ;
    font-size: 20px !important;
   line-height: 20px !important;
}
@media (max-width: 767px) {
  h3.text-2xl.md\:text-4xl.text-white.leading-12.md\:leading-16 {
    font-size: 25px !important;
    line-height: 44px !important;
  }

  p.text-sm.mb-8.line-clamp-2.max-w-lg.text-white {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }
}