.mobile-filter-wrap .mw-search-filter.active {
  width:250px !important;
}

.mobile-menu-footer{
  display:none;
}
.add-to-cart-btn{
  background-color:orange !important;
  border:1px solid orange !important;
}
.category-title {
  text-align: center;
}

.category-title a {
  text-decoration: none;
  color: #b9001f;
  font-size:20px;
  font-weight: 700;
}

.image-category{
  height:50px !important;
  
}
.price{
  font-weight:700;
}
/* button class */
   .shop-products-skin-2-btn {
    background-color: #FFA500 !important; 
    color: white;
	 border:1px solid white !important;
    padding: 2px 2px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    border-radius: 20px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}
   .shop-products-skin-2 .title{
    font-size:15px !important;
    font-weight:600 !important;
}
    .shop-products-skin-2 .price{
    font-size:15px !important;
    color:#000 !important;
}
    .shop-products-skin-2-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
       .shop-products-skin-2-btn {
        font-size: 10px;
        padding: 3px 6px;
    }
 .image-category{
  min-height:400px;
  
  
}
       .img-as-background {
        height: 150px !important;
    }
}
.img-as-background {
        height: 260px !important;
    }
/*Faeyure section safe transaction fast delivery*/
.features-section {
      display: flex;
      justify-content: space-around;
      padding: 40px 20px;
      border-bottom: 1px solid #eee;
      max-width: 1300px;
      margin: auto;
      flex-wrap: wrap;
    }
    .feature-box {
      text-align: center;
      max-width: 250px;
      margin: 20px 10px;
      padding: 20px;
      border-radius: 16px;
      background: #fff;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .feature-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    }
    .feature-icon {
      width: 64px;
      height: 64px;
      margin-bottom: 15px;
      border-radius: 50%;
      background: #f6f6f6;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #eee;
      margin-left: auto;
      margin-right: auto;
    }
    .feature-icon img {
      width: 32px;
      height: 32px;
    }
    .feature-title {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 10px;
      color: #111;
    }
    .feature-desc {
      font-size: 14px;
      color: #555;
      line-height: 1.6;
    }
/*Faeyure section safe transaction fast delivery END*/
/*contact deatils*/
      .contact-container {
      max-width: 1200px;
      margin: auto;
      background: #fff;
      border-radius: 20px;
      padding: 30px;
    }
    .contact-header {
      text-align: center;
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 30px;
      color: #333;
    }
    .contact-item {
      display: flex;
      align-items: flex-start;
      gap: 20px;
      margin-bottom: 25px;
    }
    .contact-item img {
      width: 45px;
      height: 45px;
      object-fit: contain;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transition: transform 0.3s;
    }
    .contact-item img:hover {
      transform: scale(1.1);
    }
    .contact-text {
      font-size: 14px;
      color: #555;
      line-height: 1.5;
    }
     #mw-element-1746865572835{
     font-size: 14px;
     }
    .contact-link {
      color: #0077cc;
      text-decoration: none;
      font-weight: 500;
	  font-size:14px !important;
    }
    .social-icons {
      display: flex;
      align-items: center;
      gap: 15px;
    }
    .social-icons a img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      transition: transform 0.3s, box-shadow 0.3s;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }
    .social-icons a img:hover {
      transform: scale(1.1);
      box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    }
    @media (max-width: 500px) {
      .contact-container {
        padding: 20px;
      }
      .contact-header {
        font-size: 1.7rem;
      }
      .contact-item img {
        width: 38px;
        height: 38px;
      }
      .social-icons a img {
        width: 36px;
        height: 36px;
      }
      }  
        .form-control,.form-select{
         box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
         border-radius:5px !important;
         border:1px solid #F5F5DC !important;
         color:#555 !important;
}
/*Contact detsils END*/
#mw-element-1748583830860 span{
  border-bottom:1px solid #b9001f;
  padding:10px !important;
}
/*review section*/
 .testimonial-section {
      padding: 40px 20px;
      text-align: center;
    }

    .testimonial-section h2 {
      font-size: 24px;
      margin-bottom: 10px;
    }

    .testimonial-section p.subtext {
      color: #666;
      margin-bottom: 30px;
    }

    .testimonial-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      max-width: 1200px;
      margin: auto;
    }

    .testimonial-box {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      text-align: left;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .stars {
      color: gold;
      margin-bottom: 10px;
      font-size: 18px;
    }

    .testimonial-text {
      font-style: italic;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .testimonial-desc {
      font-size: 14px;
      color: #555;
      margin-bottom: 20px;
    }

    .client-info {
      display: flex;
      align-items: center;
    }

    .client-info img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-right: 10px;
    }

    .client-info span {
      font-weight: bold;
    }

    @media (max-width: 600px) {
      .testimonial-section h2 {
        font-size: 20px;
      }

      .testimonial-text {
        font-size: 16px;
      }

      .testimonial-desc {
        font-size: 13px;
      }
    }
/*review section END*/