body{
  font-family: "Roboto", sans-serif;
}
a{
  text-decoration: none;
  color: #000000;
}
li{
  list-style: none;
}
*{
  outline: none !important;
  
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* optional for smoother open */
}

.header_top{
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
  padding: 20px 15px;
  
} 

a{
  text-decoration: none;
}
p{
  margin-bottom: 0;
}
header .header_top .delivery p, header .header_bottom_mobile p{
  color: #747474;
  font-size: 12px;
}
header .header_top .delivery a{
  color: #0A0A0A;
  font-size: 14px;
  font-weight: 500;
}
.search_header{
  width: 506px;
    height: 35px;
    align-items: c;
}
.btn_language{
border: none;
border: 1px solid rgb(112 112 112 / 9%);
background-color: transparent;
border-radius: 10px;
}
.btn_language_mobile{
  font-size: 11px;
  font-weight: 600;
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 4px 5px;
  background-color: transparent;
}

.cart{
  display: flex;
  align-items: center;
  color: #0A0A0A;
    font-size: 14px;
    font-weight: 600;
    gap: 10px;
    text-align: left;
}
.border_left{
  border-left: 1px solid rgb(112 112 112 / 17%);
  padding-left: 5px;
}
.header_bottom{
  background-color: #002A3A;
}

.category{
  display: block;
    width: 90%;
    height: 340px;
    
    margin-top: -200px;
    background-color: #fff;
    box-shadow: -2px -21px 24px -15px rgba(0, 0, 0, 0.2901960784);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
    margin: auto;
}
.offer{
  background-color: #fff;
}
.offer_container{
  background-color: #FCFFDB;padding: 10px;
}
.card_offer{
  background-color: #fff; padding: 10px;
}
.card_offer h3{
  font-family: 'Arial Black', Gadget, sans-serif;
font-weight: bold;
font-size: 14px;
padding: 10px;
}
.card_offer h3 span{
  color: red;
}
.card_offer img{
  padding:10px 0 ;
}

.custom-control{
  padding-left:10px ;
  font-size: 14px;
}

footer{
  background-color: #FBFBFE;
   padding: 25px 0;
   margin-top: 10px; 
}
.mail_support{
  background-color: #F2F4FB;
  padding: 15px;
}
.mail_support p{
  color: #8c919c;
    font-size: 12px;
    font-weight: 500;
}
.mail_support a{
  text-decoration: none;
  color: #594c4c;
}
.mail_support i{
  color: #594c4c;
}
.mail_support .right_text{
  border-left: 1px solid #d2d7e0;
  padding-left: 5px;
}
.foot_top{
  padding-bottom: 20px;
}
.right_right i{
  font-size: 20px;
  background-color: #F2F4FB;
  padding: 10px;
  border-radius: 50%;
}

.foot_bottom{
  border-top: 1px solid #ededed;
    padding-top: 20px;
}
.foot_bottom ul li{
  list-style: none;
}
.foot_bottom ul li a, .foot_bottom p{
 
 
  font-size: 14px;
  text-decoration: none;
  color: #888888;
}
.foot_bottom ul li svg{
  display: flex;
  grid-area: 2;
}  
.viewAllButton{
  text-decoration: none;
    font-size: 13px;
    padding: 2px 10px;
    border-radius: 5px;
    color: #002A3A;
    font-weight: 500;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10196078)
}
.product{
  margin: 10px 0;
}
.slick-track{
  margin-left: 0px !important;
}
.product h4{
  display: -webkit-box;
  -webkit-line-clamp: 2;       /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
  max-height: 2.8em;   
  font-size: 16px;
  font-weight: 400;
}
.product .price{
  font-size: 15px;
}
.product .price span{
  font-weight: 600;
    
}
.product .discount del{
  font-size: 14px;
  border-right: 1px solid #ededed;
  text-decoration: line-through;
  color: #7e859b;
  padding-right: 5px;
  margin-right: 5px;
}

.product .discount p{
  font-size: 14px;
    color: #1FA40A;
    font-weight: 500;
    font-style: italic;
}

.product .delivery{
  display: flex;
    width: auto;
    justify-content: flex-start;
    height: 23px;
    padding: 4px 0;
    line-height: 23px;
    align-content: center;
    align-items: center;
    font-size: 12px;
    gap: 5px;
}
.product .delivery span{
  font-style: italic;
  font-size: 12px;
  font-weight: 600;
}
.product i{
  color: #7e859b;
}
.product .time{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product .time span{
  font-size: 12px;
    margin-right: 7px;
}
.product .verify img{
  width: 40%;
  
}
.product a{
  color: #000;
}
/* slider start  */
/* Product Slider Container */
.product-slider {
  position: relative;
  margin: 0 -10px; /* Negative margin to compensate for product padding */
}

/* Individual Product Items */
.product-slider .product {
  padding: 0 10px; /* Spacing between products */
  transition: transform 0.3s ease;
}

/* Slick Arrow Styling */
.slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 1;
  background: rgba(255,255,255,0.8);
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.slick-arrow:before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #000;
  opacity: 1;
  font-size: 20px;
}

.slick-prev {
  left: 15px;
}

.slick-prev:before {
  content: '\f053'; /* Font Awesome chevron-left */
}

.slick-next {
  right: 15px;
  background: red;
}

.slick-next:before {
  content: '\f054'; /* Font Awesome chevron-right */
}

/* Fix for sliding issues */
.slick-list {
  margin: 0 -10px;
  overflow: visible; /* Important for proper sliding */
}

.product-slider .slick-slide {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.product-slider .slick-slide.slick-active {
  opacity: 1;
}
.price_drop{
  background-color: #f8ff91;
  padding: 15px 0;
}
.price_drop h3{
  font-weight: 900;
}
.price_drop i{
  color: #fff;
  background-color: #000;
  padding: 4px 20px;
  border-radius: 10px;
}


/* cart page  */
.headings h1{
  font-size: 20px;
    color: rgb(39, 38, 38);
 margin-bottom: 0;
    font-weight: 400;
    
}

.headings span{
  width: 30px;
   color: #212529;
    height: 30px;
    border-radius: 50%;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 500;
        background-color: #fbfbfe;
        justify-content: center;
    align-items: center;
    display: flex;
}

.cart_page .product_heading{
      border-bottom: 1px solid #ededed;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
}

.card_product{
  border-bottom: 1px solid #eee;
    padding: 15px;
    margin: 10px 0;
}
.card_product .card_product_info h3{
  font-size: 16px;
  font-weight: 400;
}

.card_product .card_product_info .model{
  font-size: 12px;
  color: #5B5B5B;
  margin-bottom: 5px;
}

.card_product .card_product_info .seller{
color: #5B5B5B;
    font-weight: 500;
  
    font-size: 13px;
    padding-bottom: 5px;
}

.card_product .card_product_info .rating{
      font-size
: 13px;
    padding: 8px 0;
    font-weight: 500;
    align-items: center;
    color: #5B5B5B;
}

.card_product .card_product_info .rating span{
      margin-right: 10px;
    background-color: #38AE04;
    color: #fff;
    padding: 3px 6px;
    justify-content: center;
  
    align-items: center;
    text-align: center;
    border-radius: 10px;
}

.card_product .card_product_info  input{
  width: 50px;
  border: 1px solid rgba(112, 112, 112, 0.1882352941);

    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 2px 5px;
}
.card_product .card_product_info  h6{
  margin-bottom: 0;
      font-weight: 400;
    color: #5B5B5B;
}
.card_product .card_product_info  button{
  border: none;
  background-color: transparent;
      padding: 5px 12px;
    border-radius: 40px;
    box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.0862745098);
    color: #594c4c;
    font-size: 14px;
}
.alert_custom{
  margin: 0;
    font-size: 12px;
    color: #515151;
    letter-spacing: 0.5px;
    padding: 10px;
    font-weight: 500;
    line-height: 18px;
    background-color: rgba(255, 222, 58, 0.0784313725);
    margin: 5px 0;
}

 .price_details{
margin-top: 20px;
    padding: 0px 8px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.0862745098);
}

.price_details h5{
  border-bottom: 1px solid rgba(112, 112, 112, 0.0862745098);
    font-size: 14px;
    font-weight: 500;
    padding: 15px 0 8px 0;
    letter-spacing: 0.4px;
}
.price_details .detials_row{
  font-size: 13px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.price_details .procced_button{
  height: 40px;
    border: 0;
    border-radius: 5px;
    background-image: linear-gradient(#00B9E5, #00A7DD);
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.0862745098);
    cursor: pointer;
}
.price_details .policy{
  font-size: 12px;
  margin: 5px 0;
}
.footer_mobile .footer_top{
  background-color: #ECECEC;
}

.footer_mobile .footer_top p{
  font-weight: 600;
}
.footer_mobile .footer_middle_certify{
  background-color: #1F1D4E;
  color: #fff;
  padding: 10px 0;
}

.footer_mobile .footer_card img{
width: 35px;

}

.footer_mobile .fotter_mobile_foot{
  font-size: 11px;
    padding: 5px 0;text-align: center;line-height: 1.5;    color: #212529;
}
 .footer_mobile .custom-menu {
            list-style: none;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
        }
        
    .footer_mobile    .custom-menu li {
            width: 50%;
            border: 1px solid #ededed;
            padding: 10px 15px;
            box-sizing: border-box;
            text-align: center;
        }
        
     .footer_mobile   .custom-menu li:nth-child(odd) {
            border-right: none;
        }
        
     .footer_mobile   .custom-menu li:nth-child(n+3) {
            border-top: none;
        }
        
    .footer_mobile    .custom-menu a {
            text-decoration: none;
                font-size: 13px;
    color: #5A5A5A;

        }








@media (max-width: 767.98px) { 
  .product h4{
    font-size: 14px;
    font-weight: 300;
  }
  .product .price{
    font-size: 12px;
    font-weight: 400;
  }
  .product .discount del{
    font-size: 11px;
    font-weight: 300;
  }
  .product .discount p {
    font-size: 11px;
    font-weight: 400;
    
  }
  .product-slider .product {
    padding: 0 3px;
    transition: transform 0.3s ease;
  }

  .product .discount del {
    padding-right: 1px;
  margin-right: 1px;
  }

  .product .time span {
    
    font-weight: 400;
  }
  .breadcrumb li a{
    font-size: 12px !important;
  }
  .breadcrumb .breadcrumb-item.active{
    margin: 0;
    padding: 0;
    display: -webkit-box;
    font-size: 12px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    color: #a5a5a5;
    align-items: center;
  }

  .details_lg_product_details  .details_lg_product_title{
        font-size: 16px;
    margin: 0;
    font-weight: 400;
    color: #2f302f;
    padding: 0;
  }
 }