/** Shopify CDN: Minification failed

Line 243:35 "margin-bootom" is not a known CSS property
Line 302:4 "heigth" is not a known CSS property
Line 410:70 "align-item" is not a known CSS property
Line 459:0 Unexpected "\"drawer hover css\""

**/
.container{max-width:1240px !important;margin:0 auto;}
.container-fluid {
    max-width: 1330px; 
    margin: 0 auto;
    padding-left: 15px; 
    padding-right: 15px;
}
.container, .row, .col-md-3, .col-md-9 {
    margin-top: 0 !important;
    padding-top: 0 !important;
}


.promotion-banner-bg{background-repeat: no-repeat !important;
    background-size: cover !important;background-position: center !important;height:560px;align-items:center;}
.carousel-slide::before, .promotion-banner-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.03); /* Overlay color with opacity */
  z-index: 1;
}

.content {
  position: relative;
  z-index: 2; /* Puts content above overlay */
  color: #fff; /* Text color contrast with overlay */
  padding: 20px;
  
}

/* .promotion-banner-txt{align-items:center; } */
/* .promotion-banner-txt .row{align-items:center;} */
.promo-text{margin-left:70px;z-index:15;}
.banner_primary_btn1{font-weight: 600 !important;
    font-size: 13px !important;
    padding: 10px 20px !important;
    border: 2px solid #0063D1 !important;
    margin-top:20px !important;}
.banner_primary_btn{font-weight: 600 !important;
                     
    font-size: 13px !important;
    padding: 10px 20px !important;
    border: 2px solid #0063D1 !important;
    margin-top:20px !important;}
.trt{align-items: center; 
    /* justify-content: center; */
    height: 470px;}
.img-carousel{
  align-items: center; 
    justify-content: center;
    height: 400px;
}
/* body{background-color:black !important;} */
.promo-txt-sub-heading{z-index: 5;
    font-family: Rubik;
    line-height: 15px;
    color: rgb(255, 255, 255);
    text-align: inherit;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 25px;
   
                      }
.promo-txt-heading{
  margin-top:30px;
  z-index: 6;
    font-family: Rubik;
    line-height: 33px;
    
    color: rgb(255, 255, 255);
    text-decoration: none;
    
    
    text-align: inherit;
    letter-spacing: -1.3667px;
    font-weight: 700;
    font-size: 33px;
    backdrop-filter: none;
   
    
}
.banner_primary_btn   { 
  margin-top:20px;
  z-index: 8;
    background-color: rgb(254, 215, 0);
    font-family: Rubik;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    touch-action: pan-y;
    height: auto;
    width: auto;
    color: rgb(51, 62, 72);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: inherit;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 13px;
    border-color: rgb(254, 215, 0);
    border-style: solid;
    border-width: 2px;
    padding: 12px 35px;
    border-radius: 3px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}
.right-side-image{}
.carousel-slide{height:550px; background-repeat: no-repeat !important;
    background-size: cover !important;background-position: center !important;height:400px;align-items:center;text-align:center;}
.img-carousel{justify-content:center;align-content:center}

.container-fluid {
  /* background-color: #f9f9f9; */
}

.img-carousel {
  height: 100vh; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-slide {
  background-size: cover;
  background-position: center;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  text-align: center;
  color: #fff;
  padding: 20px;
  width: 100%;
  height: 500px;
}

.carousel-slide h5,
.carousel-slide h2,
.carousel-slide p {
  margin-bottom: 15px; 
}

.carousel-slide .btn-container {
  display: flex;
  justify-content: center;
  gap: 10px; 
}

.carousel-slide .btn {
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.nav-pills .nav-link.active{background-color:#fff !important;border-top:1px solid #DFDFDF;border-left:1px solid #DFDFDF; border-right:1px solid #DFDFDF; }
.nav-link {color:black !important;}
.product-carousel {
  display: flex;
  overflow: hidden;
}
.product-slide {
  margin: 10px;
  flex-shrink: 0;
}
.product-slide img {
  width: 100%;
  height: auto;
}

/* css of single product page */
.custom-product-container {
  display: flex;
}

.product-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-image-container {
  position: relative;
}

.main-image {
  width: 100%;
  cursor: crosshair;
}

.zoom-box {
  position: absolute;
  top: 50px;
  left: 0%;
  width: 150px;
  height: 150px;
  display: none;
  border: 1px solid #ddd;
  background-repeat: no-repeat;
}

.product-thumbnails {
  margin-top: 10px;
}

.thumbnail-slide img {
  cursor: pointer;
  border: 1px solid #ddd;
  width: 80px;
  height: 80px;
}

/* discount price  section css*/
#shopify-section-template--18094507720835__w3_discount_product_TFkkJw{background-color:#F9F9F9 !important;}
.discount_product col-md-4{background-color:white;}
.discount_product .percent_discount{margin-top:30px !important;background-color:white;padding:30px;border-radius:10px;}
.product-item{background-color:white ;margin:5px;}
.product-item{max-width:95% !important;width:95% !important;margin:10px;}
    .product-item img{width: 90%;
    margin: 0 auto;margin-top:10px;margin-bootom:10px;}
.product_item_heading, .product_item_price{margin:10px;}
.discount{position: absolute;
    top: 50px;
    right: 20px;
    background-color:#62AB00 !important;
    border-radius:200px;
          color:white;
          padding:5px;       
}
.btn{border:none;font-size:13px !important ;font-weight:500 !important;}
.sidebar-image{background-size:cover;background-position:center;}
#quantity{height:35px;}
.product-info-block{margin-top:30px;margin-bottom:30px;}

/* collection page css */
.w3-collection-catagories li a
{text-decoration:none;
color:#888888}
.w3-collection-catagories li{
  border-bottom:1px solid #888888;
}
.w3-collection-catagories{list-style-type: none;}
.w3-collection-catagories li:hover a{color:#FED700}
.promotion-banner-grid{margin-top:30px;}
.right-side-image1{margin-top:30px;}
/* #shopify-section-template--24623455732092__w3_home_banner_WjzEg6{background-color:#F2ECE3} */
.comparision_img_h{text-align:center;}
.category-description{color:black !important;}
.business-categories{margin-top:50px;margin-bottom:50px;}





/*product carousel css  */

.product-carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.carousel-wrapper {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.product-card {
    flex: 0 0 250px;
    scroll-snap-align: start;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    background: white;
    heigth:auto;

  /* min-height:381px;
  heigth:auto; */
}
/* .product-item{min-height:381px;} */

.product-card img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.quick-view-btn, .add_to_cart {
    margin-top: 10px;
    /* background: #079444; */
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
  width:48%;
}

.quick-view-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.quick-view-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    background: white;
    width: 60%;
    padding: 20px;
    display: flex;
    gap: 20px;
    position: relative;
    border-radius: 10px;
  /* margin:0 auto; */
   max-height: 500px; /* Set fixed height */
    overflow-y: auto;







  
}

.quick-view-image-container {
    width: 40%;
}

.quick-view-image {
    width: 100%;
}

.quick-view-details {
    width: 60%;
}

.quick-view-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
}

.quick-view-add-to-cart {
    background: #7a5c3d;
    color: white;
    padding: 10px;
    width: 100%;
    border: none;
    cursor: pointer;
}

.quick-view-payment {
    margin-top: 10px;
}

.buy-with-shop-pay {
    background: #5a31f4;
    color: white;
    padding: 10px;
    width: 100%;
    border: none;
    cursor: pointer;
}


.w3_testimonial .title-wrapper-with-link{display:flex;text-align:center !important;justify-content:center;}
.w3_testimonial .multicolumn-card__info{background-color:white;}
.w3_video_section .title-wrapper {display:flex;justify-content:center;align-item:center;}
 .w3_product_cat .title-wrapper-with-link{display:flex;justify-content:center;font-weight:700 !important}
.multicolumn-card__info {text-align:center;padding-top:5px !important;}
.promotion-banner-grid p{font-weight:700 !important;}
.promotion-banner-grid p{font-weight:700 !important;}

@media only screen and (max-width:600px){
.promo-txt-heading{font-size:20px;}
  .promotion-banner-bg {height:350px !important;}

}
.w3_menu{list-style:none;padding-left:0px;}
.w3_menu li a{list-style:none;color:white;}
.w3_thank_u{color:white;}
.menue_heading{color:white;}
.w3_main_footer{padding-top:50px;padding-bottom:50px;}
.w3_thank_u h3{color:white}
.w3_follow_us{color:white;}
.product-card-wrapper{margin:10px !important;}
.card{border :none !important;}
.quick-add button{background-color:#069343 !important;color:white;font-size:18px !important;font-weight:600 !important;}
.card__information .card__heading{font-size:18px !important;font-weight:500}
.card:hover .card__heading{color:black !important}
.w3_school_supplies.multicolumn.background-primary .multicolumn-card{background: White !important;}
.product-item button{background:#069343;}
/* home banner css */
.promotion-banner-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

/* .promotion-banner-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 148, 68, 0.5);
  z-index: 1;
} */

.promotion-banner-txt {
  position: relative;
  z-index: 2; /* Ensures text is above the overlay */
  
}
"drawer hover css"
.menu-item {
  position: relative;
}

.submenu {
  display: none;
  position: absolute;
  top: 100%; /* below the parent */
  left: 0;
  background-color: white;
  z-index: 10;
  padding: 10px;
  min-width: 200px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.menu-item:hover .submenu {
  display: block;
}
