/** Shopify CDN: Minification failed

Line 489:4 Unexpected "{"
Line 558:0 Expected "}" to go with "{"

**/
/* .header-type-7 .menubar_inner {
    padding-top: 20px;
} */
 .grid-banner-type-5 .collectionItems img {
    display: block;
    position: relative;
    border-radius: 50%;
    width: 100%;
}

/* .container-bg .slider-content {
  position: relative !important;
  z-index: 5!important;
} */
/* Common overlay for all slides */
.slick-slide {
  position: relative;
}

.slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.46); /* yaha apna overlay color set karo */
  z-index: 1; /* overlay image ke upar aayega */
}

/* Text ko overlay ke upar dikhane ke liye */
.slick-slide .slider-content {
  z-index: 2;
}


.wrapper-container:before {
    content: "";
    height: 530px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    z-index: 0;
    background-color: #7e8446;
}
.slide-heading {
letter-spacing: 0px !important;
} 
.container-bg {
    
    margin-top: 30px;
}
.sticky-animate{
    margin-top: 20px;
}
.header-sticky{
     background-color: #7e8446;
     padding-bottom: 20px;
}
.header-type-7 .site-nav-dropdown, #MobileNav, .mobile-nav__sublist {
    background: #ffffff;
}
.desktop-megamenu .site-nav li.mega-menu .site-nav-dropdown {
    width: 100%;
    left: 0;
    right: 0;
    border: 0;
    margin: auto;
}
.header-type-7 .menu-tool ul li a {
    color: #ffffff !important;
}

.site-nav-dropdown .col-1 ul.dropdown li a {
   
    font-size: 14px;
    color: #000000 !important;
}
.site-nav-dropdown .col-1 .inner>a {
   
    color: #000000 !important;
    font-size: 11px;
}

@media screen and (max-width: 567px){
    li.wide--hide.post-large--hide.large--hide.medium--hide {
    display: none;
}
.container-bg {
    margin-top: -110px;
}

.grid__item.wide--one-quarter.post-large--one-quarter.large--one-half.medium--one-half {
    display: none;
}

.grid__item.wide--one-quarter.post-large--one-quarter.large--one-half.medium--one-half.text-right {
    display: none;
}
.footer-model-4 .footer-bottom {
   
    padding: 0px 0;
    margin-top: -120px;
}
}


ul.menu_bar_right.destop-menu-icon a{
    color: #efefef; }

    i.fa.fa-bars.icons::before {
    color: #fff;
}

 .mobile-only {
    display: none;
  }
.wrapper-container:before {
    
    height: 140px;
    
}
  /* Show only on mobile (max-width 767px adjust kar sakte ho) */
  @media screen and (max-width: 767px) {
    .mobile-only {
      display: block;
    }

    .wrapper-container:before {
   
    height: 160px;}

  }

  .newsletter-success-modal {
    display: none;
}

/* gallary page */



.lightboxpreview {
  transition: all 0.3s linear;
  padding-top: 60%;
  cursor: pointer;
  background-size: cover;
}

.lightbox-content {
  max-height: 75svh;
  height: 75svh;
}

.lightbox-close {
  cursor: pointer;
  margin-left: auto;
  position: absolute;
  right: -30px;
  top: -30px;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.modalscale {
  transform: scale(0);
  opacity: 0;
}

.lightbox-container,
.lightbox-btn,
.lightbox-image-wrapper,
.lightbox-enabled {
  transition: all 0.4s ease-in-out;
}
.lightbox_img_wrap {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}
.lightbox-enabled:hover {
  transform: scale(1.1);
}
.lightbox-enabled {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  cursor: pointer;
}

.lightbox-container {
  width: 100svw;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}

.lightbox-container.active {
  opacity: 1;
  pointer-events: all;
}
.lightbox-image-wrapper {
  display: flex;
  transform: scale(0);
  align-items: center;
  justify-content: center;
  max-width: 90vw;
  max-height: 90vh;
  position: relative;
}
.lightbox-container.active .lightbox-image-wrapper {
  transform: scale(1);
}
.lightbox-btn,
#close {
  color: white;
  z-index: 9999999;
  cursor: pointer;
  position: absolute;
  font-size: 50px;
}

.left {
  left: 50px;
}
.right {
  right: 50px;
}
#close {
  top: 50px;
  right: 50px;
}

.lightbox-image {
  width: 100%;
  max-height: 95vh;
  object-fit: cover;
}

@keyframes slideleft {
  33% {
    transform: translateX(-300px);
    opacity: 0;
  }
  66% {
    transform: translateX(300px);
    opacity: 0;
  }
}

.slideleft {
  animation-name: slideleft;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}
@keyframes slideright {
  33% {
    transform: translateX(300px);
    opacity: 0;
  }
  66% {
    transform: translateX(-300px);
    opacity: 0;
  }
}

.slideright {
  animation-name: slideright;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}
/* end gallar page*/



.sticky-wrapper.is-sticky {
    display: none;
}
.site-header {
    z-index: 999;
    padding: 0;
    float: left;
    width: 100%;
    position: relative;
    background: #7e8446;
    position: fixed;
    z-index: 999;
   
}
.sticky-animate {
    width: 100%;
    float: left;
    position: relative;
    background: #7e8446;
}
.slick-list.draggable {
    
    margin-top: 111px;
}




.cms-type-12 .cms-type-3-content h2 {
    font-size: 50px;
    margin-bottom: 20px;
    /* letter-spacing: 0.1em; */
    text-align: left;
}
.cms-type-12 .cms-type-3-content p {
   
    text-align: left;
}
.cms-type-12 .cms-type-3-content h5 {
   
    text-align: left;
}
.cms-type-12 .cms-type-3-btn {
   
    text-align: left;
}
.wrapper {
    margin-top: 123px;
}


.footer-model-4 .footer-bottom {
       padding: 0;
    margin-top: -93px;
}
select#language {
    padding: 0px 22px 0px 7px !important;
}

.about-us .main-heading p {
    
    font-size: 30px;
}

p.mantra-footer.page-width {
    color: #a58251;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
p.mantra-footer.page-width:hover {
    color:#ffda6b !important
   
}
.product_single_detail_section form .btn{
  padding: 6px 12px;
}
img.featured-image {
    height: 240px;
    width: 100%;
}
div#shopify-section-sidebar-bestsellers img {
    height: 240px;
    width: 100%;
    padding-bottom: 10px;
}
li.address.grid__item.wide--one-third.post-large--one-third.large--one-third p {
    padding: 0px 71px;
}
.cart_btn {
    display: flex;
    gap: 10px;
    justify-content: right;
}

.grid__item.wide--one-quarter.post-large--one-quarter.large--one-quarter.medium--one-whole.wow.fadeIn.animated.animated a.btn {
    font-size: 14px;
    margin: 0px;
}
.menu-tool{
padding-top: 15px;
}
.has-items{
background: #fff;
}
    
button.btn.continue-shopping {
    float: initial;
    margin-bottom: 15px;
}
 
span.ajax_cartTotal {
    margin-bottom: 25px;
}
span.wishlist-counter {
    position: absolute;
   top: -10px;
    right: -13px;
}



li.wishlist.small--hide.test a {
    position: relative;
}


.desktop-megamenu {
  display: block !important;
}
@media (max-width: 991px) {
  .desktop-megamenu {
    display: none !important;
  }
}

.site-nav-dropdown::before {
  display: none !important;
}

.site-nav-dropdown a {
  position: relative;
  z-index: 10;
  pointer-events: auto;
}
.home-slideshow img{
  border: none;
}


.container-bg {
padding: 0% !important;
}
.home-slideshow img {width: 100%;
}
.slick-list.draggable {
    margin-top: 70px !important;
}
.site-header__logo img {
    max-height: 80px !important;
  
}
.sticky-animate {
    margin-top: 0px;
}
.cms-type-3-block{
  background-position-x: 150px;
}

.cms-type-12 .cms-type-3-content h2{
letter-spacing: .0em;
}
.parallax{
  padding: 0px;
  
}
div#section1550293764744 {
    background-size: cover !important;
}
.collection_sidebar {
    padding: 0px 10px;
   }
   .wrapper-container:before {
    height: 90px !important;
}

.slider_style_2 .slide_left {
    /* float: right; */
    text-align: right !important;
}

.section-1550293764744-block {
   @media screen and (min-width: 1001px){
    {
    background-size: cover !important;
}
}

@media screen and (max-width: 967px){
  .header-sticky {
    
    padding-top: 15px;
    height: 188px;
}
}
/* Tablet & large mobile (768px tak) */
@media screen and (max-width: 767px) {
 ul.menu_bar_right.destop-menu-icon {

    background: #7e8446;

    padding-bottom: 20px;

}
 
  .sticky-animate {
 
    height: 180px;
}
}

/* Small mobiles (<= 425px) */
@media screen and (max-width: 425px) {
  .header-sticky {
    height: 180px;
    
  }
  .sticky-animate {
 
    height: 180px;
}
}

/* Extra small mobiles (<= 375px) */
@media screen and (max-width: 375px) {
  .header-sticky {
    height: 180px;
    
  }
  .sticky-animate {
 
    height: 180px;
}
}

/* Very small screens (<= 320px) */
@media screen and (max-width: 320px) {
  .header-sticky {
    height: 180px;
   
  }
  .sticky-animate {
 
    height: 180px;
}
}

.sticky-animate {
 
    height: 180px;
}

