*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
a{
    text-decoration: none;
}


.wrapper{
    overflow-x:hidden;
}
body{
    background-color: #131313;
    font-family: "Nunito", sans-serif;

    
}

body.offcanvas-open {
    overflow-x: hidden; 
}

.power{
    color:red;
}
@media (min-width: 50px) and (max-width:310px){

  .navbar-brand img{
    width:50px;
    height:50px;

   }
}
.custom_offcanvas-body {
    overflow-y:hidden!important;
}
.bg-skyblue{
  background-color: #660D83;
  /*background-color: #021526;*/
}

.bg-second-skyblue{
  background-color: #EFF7F8;
}
.bg-burlywood{
  background-color: burlywood;
}
.text-skyblue{
  color: #660D83;
}

.text-second-skyblue{
  color: #B8FFF9;
}

.btn-skyblue{
  background-color: #660D83;
  color: #000000;
}

.btn-outline-skyblue{
  border: 1px solid #660D83;
  color: #000000;
}
.bg-gradient{
        background: linear-gradient(
        to right,
        #E7AA51 0%,
        #E7AA51 20%,
        #FFE49A 40%,
        #E7AA51 60%,
        #AC7031 80%,
        #8D5A1B 100%
    );
}
.border-skyblue{
  border: 1px solid #660D83!important;
}
.gradient-color{
     background: linear-gradient(
        to right,
        #E7AA51 0%,
        #E7AA51 20%,
        #FFE49A 40%,
        #E7AA51 60%,
        #AC7031 80%,
        #8D5A1B 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.bg-black{
  background-color: #000;
}
.grayish_color{
  background-color: #211d1d;
}
.c_pointer {
  cursor:pointer;
}
.vis-hidden {
  visibility: hidden;
}

/* overirde container */

.container{
  max-width: 1320px!important;
}
 
  .navbar-background{
    background-color:#000;
  }
   .top-brand-line{
    background-color: #000;
    border-bottom: 1px solid #211d1d;
    padding:0rem 0.4rem;
   }
.top-brand-line small {
    font-weight: bold;
    font-size: 0.80rem;
}

.navbar-brand-sidebar img{
   width: 120px;
        height: 120px;
        object-fit: contain;
}

.cart-parent{
  position:relative;
}
.total_cart_items{
  position:absolute;
  top:-3px;right:-3px;
  color:black;
   background: linear-gradient(
        to right,
        #E7AA51 0%,
        #E7AA51 20%,
        #FFE49A 40%,
        #E7AA51 60%,
        #AC7031 80%,
        #8D5A1B 100%
    );
}
.search-modal-bg{
  /* background-color: burlywood; */
  /* background-color: rgba(0,0,0,0.15) */

}

#search{
  
    border-radius: 8px 0 0 8px;
    background: white;
    border: 2px solid white;
    color: black;
}



.list-unstyled li{
  border-bottom: 1px solid #211d1d;
}
.list-unstyled li a {
  color: white !important;
}
/*Footer*/
footer{
   background: #000;
  
}

.footer-block-title{
  position:relative;
  margin-bottom:0.2rem;
  line-height: 1.1;
    font-size: 27px;
    font-weight: bold;
    
    display: inline-block;   
    width: fit-content;
    background: linear-gradient(
        to right,
        #E7AA51 0%,
        #E7AA51 20%,
        #FFE49A 40%,
        #E7AA51 60%,
        #AC7031 80%,
        #8D5A1B 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.footer-block-title::after{
     content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    height: 3px;

    width: 100%;  /* Now it will match text width only */

    background: linear-gradient(
        to right,
        #8D5A1B,
        #FFE49A,
        #8D5A1B
    );
}
.nav-link-footer{
  padding:0.1rem 1rem;
}

.social-link{
  color: #ddd;
  font-size: 20px;
  margin-right: 10px;
}

.social-link:hover{
  color: #fff;
}
  .copyright-text {
        text-align: center;
        font-size:13px;
    }
.wa-style{
  height: 50px;
  width: 49px;
  border-radius: 50%;
  padding: 2px 10px;
  position: fixed;
  bottom: 40px;
  right: 5px;
  font-size: 30px;
  background: linear-gradient(
        to right,
        #E7AA51 0%,
        #E7AA51 20%,
        #FFE49A 40%,
        #E7AA51 60%,
        #AC7031 80%,
        #8D5A1B 100%
    );
    color:black;
    text-decoration: none;


}
.wa-style:hover{
  color:black;
}

/* .carousel-item img{

  height: 380px;
  object-fit: cover;
} */

/* Force full width */
#carouselExampleIndicators {
    width: 100% !important;
}

/* Desktop height */
#carouselExampleIndicators .carousel-item {
    width:100%;
    height:27rem;  /* 🔥 adjust this */
    /* display: flex;
    justify-content: center;
    align-items: center; */
    background: red; /* visible if space appears */
}

/* Image settings (NO CROP) */
#carouselExampleIndicators .carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}

/* Tablet */
@media (max-width: 992px) {
    #carouselExampleIndicators .carousel-item {
        width:100%;
        height: 14rem;
    }
}

/* Mobile */
@media (max-width: 576px) {
    #carouselExampleIndicators .carousel-item {
       width:100%;
        height: 14rem;
    }
}


.cat-image{
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.product-image{
  width: 100%;
  height: 210px;
  /*object-fit: unset;*/
}



.bg-support{
  background-color: #333;
}

.mobile-bottom-box{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #660D83;
  /*background-color: #021526;*/
  z-index: 100;
}



.support .fa{
  font-size: 36px;
}



.product-details-image{
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.cart-product-image{
  width: 110px;
  height: 110px;
  object-fit: cover;
}

.cart-qty-box{
  width: 80px;
  margin-right: 10px;
}

.sidebar{
  min-height: 100vh;
  width: 250px;
  z-index: 5;
  display: none;
}

.side-nav-item{
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
}



.bottom-button{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 300;
  background-color: #fff;
  padding: 10px 5px;
}


@media(max-width: 1200px){
  header .search-box{
    width: 550px;
  }

  header .search-box-small{
    display: none;
  }

  .carousel-item img{
    height: 320px;
    object-fit: contain;
  }

  .product-image{
    width: 100%;
    height: 170px;
    object-fit: contain;
  }

  .product-details-image{
    height: 250px;
    width: 100%;
    object-fit: contain;
  }

  .cart-product-image{
    width: 100px;
    height: 100px;
    object-fit: contain;
  }
}

@media(max-width: 1024px){
  header .search-box{
    width: 300px;
  }

  header .search-box-small{
    display: none;
  }

  .header-box-link{
    display: none;
  }

  .carousel-item img{
    height: 280px;
    object-fit: contain;
  }

  .product-image{
    width: 100%;
    height: 150px;
    object-fit: contain;
  }

  .product-details-image{
    height: 210px;
    width: 100%;
    object-fit: contain;
  }

  .cart-product-image{
    width: 80px;
    height: 80px;
    object-fit: contain;
  }
}

@media screen and (max-width: 768px){
    .logo_mobile_style{
        display: inline-block;
        flex: 100%;
    }
  header .search-box{
    display: none;
  }

  header .search-box-small{
    display: block;
  }

  .header-box-link{
    display: none;
  }

  .carousel-item img{
    height: 210px;
    object-fit: contain;
  }

  .product-image{
    width: 100%;
    height: 140px;
    object-fit: contain;
  }

  .product-details-image{
    height: 370px;
    width: 100%;
    object-fit: contain;
  }

  .cart-product-image{
    width: 70px;
    height: 70px;
    object-fit: contain;
  }
}

@media(max-width: 480px){

  header .search-box{
    display: none;
  }

  .header-box-link{
    display: none;
  }

  header .search-box-small{
    display: block;
  }

  .brand-logo{
    font-size: 23px;
    color:gold;
    font-weight: bold;
    text-shadow: 0.5px 0px white;


  }


  .carousel-item img{
    height: 160px;
    object-fit: contain;
  }

  /*.product-title{*/
  /*  min-height: 60px;*/
  /*}*/

  .product-image{
    width: 100%;
    height: 125px;
    object-fit: contain;
  }

  /*.product-title{*/
  /*    min-height: 75px;*/
  /*}*/

  .product-details-image{
    height: 230px;
    width: 100%;
    object-fit: contain;
  }

  .head-text-left{
    width: 100%;
  }

  .cart-product-image{
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
}
@media (max-width: 768px) {
    .mobile_style_logo {
        display: inline-block;
        margin-left: 29vw;
    }
}

@media (max-width: 700px) {
    .mobile_style_logo {
        display: inline-block;
        margin-left: 27vw;
    }
}

@media (max-width: 600px) {
    .mobile_style_logo {
        display: inline-block;
        margin-left: 25vw;
    }
}

@media (max-width: 500px) {
    .mobile_style_logo {
        display: inline-block;
        margin-left: 20vw;
    }
}


@media (max-width: 400px) {
    .mobile_style_logo {
        display: inline-block;
        margin-left: 18vw;
    }
}


@media (max-width: 300px) {
    .mobile_style_logo {
        display: inline-block;
        margin-left: 11vw;
    }
}




    @media (min-width: 576px) and (max-width: 768px) {
        .footer-logo {
            font-size: 40px;
        }

   

    }

    @media screen and (max-width: 576px) {
        .footer-logo {
            font-size: 40px;
        }

    

    }

    .product_button_list {
        display: flex;
        justify-content: center;
    }

    /* .product_button_list button {
        flex: 1;

        padding: 7px 0;
        background: #660D83;
        color: white;
        border: 1px solid white;
    }

    .product_button_list a {
        text-align: center;
        flex: 1;
        display: inline-block;

        background: #660D83;
        color: white;
        border: 1px solid white;
        padding: 7px 0;

    } */

    .slidecontainer {
        width: 100%;
        margin: 20px 0;
        position: relative;
    }

    .range-slider {
        position: relative;
        width: 100%;
        height: 8px;
        /* background: #d3d3d3; */
        background: #333;
        border-radius: 10px;
    }

    .thumb {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 20px;
        height: 20px;
        /* background: #4CAF50; */
        background: gold;
        border-radius: 50%;
        cursor: pointer;
        z-index: 2;
    }

    .tooltip {
        position: absolute;
        background-color: #4CAF50;
        color: white;
        padding: 5px 10px;
        border-radius: 4px;
        font-size: 12px;
        white-space: nowrap;
        transform: translate(-50%, -150%);
        pointer-events: none;
    }

    .tooltip::after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 5px;
        border-style: solid;
        border-color: #4CAF50 transparent transparent transparent;
    }



   

    
    .modal-content {
        /* background: rgba(255, 255, 255, 0.95); */
        background: linear-gradient(
        to right,
        #E7AA51 0%,
        #E7AA51 20%,
        #FFE49A 40%,
        #E7AA51 60%,
        #AC7031 80%,
        #8D5A1B 100%
    );
        backdrop-filter: blur(10px);
    }

  

    .btn-dark {
        border-radius: 0 8px 8px 0;
    }



 
.blog-title {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    display: inline-block;   
    width: fit-content;
    background: linear-gradient(
        to right,
        #E7AA51 0%,
        #E7AA51 20%,
        #FFE49A 40%,
        #E7AA51 60%,
        #AC7031 80%,
        #8D5A1B 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.blog-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    height: 3px;

    width: 100%;  /* Now it will match text width only */

    background: linear-gradient(
        to right,
        #8D5A1B,
        #FFE49A,
        #8D5A1B
    );
}

@keyframes expand-line {
    0%, 100% { transform: scaleX(0); }
    50% { transform: scaleX(1);
    background-color: #111111;
        
    }
}
.blog-box{
    position:relative;
    text-align: center;
}
.blog-img{
    width:100%;
    height:200px;
    object-fit:cover;
}
.see-all{
    background: linear-gradient(
        to right,
        #E7AA51 0%,
        #E7AA51 20%,
        #FFE49A 40%,
        #E7AA51 60%,
        #AC7031 80%,
        #8D5A1B 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

    text-decoration: underline;
    word-spacing: 3px;
    letter-spacing: 3px;
    font-weight: bold;

}
.blog-line {
    position: absolute;
    background: #660D83;
    color: white;
    left: 45%;
    top: 49%;
    font-size: 10px;
    border-radius: 3px;
    color: white;
    padding: 2px 7px;
}
.blog-date {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #333;
    width: 44px;
    padding: 3px 4px;
    font-size: 13px;
    font-weight: bold;
    color: white;
    .blog-date {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #333;
    width: 44px;
    padding: 3px 4px;
    font-size: 13px;
    font-weight: bold;
    color: white;
    border-radius: 12px;
    border: 1px solid white;
}
}
.blog-btn{
    color:  #660D83;
    font-weight: 800;
}
.blog-btn:hover{
    text-decoration: underline;
}

 .blog-cat-block {
  border: none;
  padding: 1px;
  
  box-shadow: 0.05px 0.05px 1.1px white;
  text-align: center;

}





.category-img-wrapper {
  width: 100%;
  height: 85px;
  margin: 0 auto;
  overflow: hidden;
  
  
}

.category-img-wrapper img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.category-title {
  font-weight: bold;
  color: black;
  font-size: 0.85rem;
}






.product-offer-price{
  color: #fff;
  font-size:1.1rem;
  margin-bottom:0.1rem;
  padding-left:0.2rem;
}
.product-price{
  font-size:0.8rem;
  margin-bottom:0.1rem;
  padding-left:0.2rem;
}



.product-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #0F0F0F;
    /* min-height: 440px;  */
    box-shadow: 0 2px 6px rgba(255, 255, 255, 0.2);
}

/* Image wrapper: always square */
.product-image-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;  /* keeps it square */
    background: #f8f8f8;
    overflow: hidden;
}

/* Image inside wrapper */
.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.product-main{
  margin-bottom: 1.5rem;
  
}
/* Tablet: slightly smaller min-height */
@media (max-width: 1500px) and (min-width: 577px) {
    .product-card {
        min-height: auto;
    }
    .product-main{
     margin-bottom: 1.3rem;
}
}

/* Mobile: auto min-height */
@media (max-width: 576px) {
    .product-card {
        min-height: auto;  /* allows card to shrink if needed */
    }
    
    .product-image-wrapper {
        aspect-ratio: 1 / 1; /* still square */
    }
    .product-main{
  margin-bottom: 1.2rem;
}
}
.card{
  border-radius: 0!important;
  border:none !important;
}

.product-title{
  font-size:1.3rem;
  font-weight: 800;
  padding-left:0.2rem;
  color:white;
}
.category-main{
  margin-bottom: 0.4rem!important;
}


.prod-details{
  background-color: #131313;
  color:white;
}
.custom_hr{
  margin-top:0;margin-bottom:0.2rem;
  border-top:1px solid #ddd;
  
}
.checkout_btn{
  background: transparent;
  color: burlywood;
  border:1px solid burlywood;
  text-align:center;
  display:block;
  width:100%;
  padding:0.5rem 0;
  margin-top:0.3rem;
  transition:0.3s;
  font-weight:bold;
  text-decoration: none;
}
.checkout_btn:hover{
  
  opacity: 0.8;
}
.custom_radio{
  border-radius: 0%!important;
  padding:10px!important;
}
label.form-check-label.pay_title {
    margin-left: 10px;
    margin-top: 5px;
}
.bg-black-sidebar{
  background-color: rgba(0,0,0,0.8);
}



.go_home{
  padding:10px;
  
  border:2px solid burlywood
}


.order_confirmation{
    padding: 8px 0;
    border: 2px solid burlywood;
}
.order_confirmation:hover{
  opacity: 0.8;
}
.add_to_cart_button_css {
    width: 50%;
        padding: 2px;
      background: linear-gradient(
        to right,
        #E7AA51 0%,
        #E7AA51 20%,
        #FFE49A 40%,
        #E7AA51 60%,
        #AC7031 80%,
        #8D5A1B 100%
    );
    color: black;
    font-weight: bold;
    transition: 0.3s;
    border:none;

}


.add_to_cart_button_css:hover{
  opacity: 0.8;
}

.product_detail_button{
  
    /*width:50%;*/
    /*padding:2px;*/
 
    /*font-weight: 600;*/
    /*transition: 0.3s;*/

    /*border:2px solid burlywood;*/ 
       width: 50%;
        padding: 2px;
      background: linear-gradient(
        to right,
        #E7AA51 0%,
        #E7AA51 20%,
        #FFE49A 40%,
        #E7AA51 60%,
        #AC7031 80%,
        #8D5A1B 100%
    );
    color: black;
    font-weight: bold;
    transition: 0.3s;
    border:none;
    
    
    
  
}
.product_detail_button:hover{
  background-color: transparent;
}

@media (max-width: 576px){

}

/*Logo Responsive*/
@media (min-width: 992px) and (max-width: 1700px){
 .navbar-brand img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-left: 0.5rem;
}
 
 .navbar-brand-footer img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin-bottom: 0.8rem;
}
}

@media (max-width: 991px){
.navbar-brand img {
    width: 85px;
    height: 85px;
    object-fit: cover;
}
 
 .navbar-brand-footer img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 0.6rem;
}


}
.product-details-title {
    font-weight: bold;
    font-size: 1.5rem;
}
.product-details-price {
    font-weight: bold;
}

/*Category start */
/* Category Card */
.category-card {

    text-align: center;
    text-decoration: none;
    border: 1px solid white;
    background: black;

}



/* Image Wrapper */
.category-img-wrapper {
    width: 100%;
    height: 70px;

}

/* Image */
.category-img-wrapper img {
    width: 100%;
    height: 100%;
   

}

/* Title */
.category-title {
    margin: 5px 0;
    font-weight: 600;
    font-size: 14px;
   
}

.category-main .card{
  background: black;
}


/*Category end*/
.get-a-call-btn{
  display: flex;
  justify-content: center;
  gap: 13px;
  align-items: center;
}
.get-a-call {
  width:30px;
  height:30px;
  border-radius: 50%;
      background: linear-gradient(
        to right,
        #E7AA51 0%,
        #E7AA51 20%,
        #FFE49A 40%,
        #E7AA51 60%,
        #AC7031 80%,
        #8D5A1B 100%
    );

}
/*=================/resonsive design start*/
@media (min-width: 769px) and (max-width: 1700px){
    .cat_container .category-main:nth-child(1){
          padding:0 4px 0 2px;
    }
      .cat_container .category-main:nth-child(2){
          padding:0 2px 0 2px;
    }
      .cat_container .category-main:nth-child(3){
          padding:0 2px 0 2px;
    }
      .cat_container .category-main:nth-child(4){
          padding:0 2px 0 2px;
    }
      .cat_container .category-main:nth-child(5){
          padding:0 2px 0 2px;
    }
      .cat_container .category-main:nth-child(6){
          padding:0 4px 0 2px;
    }
}

@media (max-width: 768px){
    .cat_container .category-main:nth-child(1){
          padding:0 2px 0 4px;
    }
      .cat_container .category-main:nth-child(2){
          padding:0 2px 0 2px;
    }
      .cat_container .category-main:nth-child(3){
          padding:0 4px 0 2px;
    }
      .cat_container .category-main:nth-child(4){
          padding:0 2px 0 4px;
    }
      .cat_container .category-main:nth-child(5){
          padding:0 2px 0 2px;
    }
      .cat_container .category-main:nth-child(6){
          padding:0 2px 0 2px;
    }
}


@media (min-width: 992px) and (max-width: 1700px){
.category-img-wrapper {
    height: 9.4rem;
}

}
@media  (max-width: 768px){
.category-img-wrapper {
    height: 6.25rem;
}

}
/*=================/resonsive design end*/ 

.gold-toast{
    background: linear-gradient(
        to right,
        #E7AA51 0%,
        #E7AA51 20%,
        #FFE49A 40%,
        #E7AA51 60%,
        #AC7031 80%,
        #8D5A1B 100%
    ) !important;
    
    color: black !important;
}

.gold-toast .swal2-title{
    color: black !important;
}

.gold-toast .swal2-success-ring{
    border-color: black !important;
}

.gold-toast .swal2-success-line-tip,
.gold-toast .swal2-success-line-long{
    background-color: black !important;
} 

.gold-toast .swal2-icon.swal2-warning {
    border-color: black !important;
    color: black !important;
}

.gold-toast .swal2-icon.swal2-warning .swal2-icon-content {
    color: black !important;
}