#mw-element-1748242284434,#mw-element-1748322149693,#mw-element-1748322149719,#mw-element-1748326558693 span{
  border-bottom:1px solid #000;
  padding:9px ;
}

.mobile-skin-1 span{
  display:none;
}
.shop-products-skin-2 .title{
  color:#000 !important;
}
.shop-products-skin-2 .price-holder span{
  color:#000 !important;
}
 .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;
}
.footer-background a{
  font-size:14px !important;
}
.img-as-background{
  border-radius:20px !important;
}
.checkout-modal-products-wrapper .decrement{
  background-color:#000 !important;
  border:1px solid #000 !important;
}
.checkout-modal-products-wrapper .increment{
  background-color:#000 !important;
  border:1px solid #000 !important;
}
.checkout-modal-products-wrapper h4{
  font-size:25px !important;
}
/* button class */
   .shop-products-skin-2-btn {
    background-color: #000 !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;
    }
 
       .img-as-background {
        height: 250px !important;
    }
}
/* button class 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;
      }
      }
/*CONTACT END*/
/*review section */
.testimonials {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: center;
    }
    .testimonial-box {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
      width: 400px;
      padding: 20px;
      text-align: center;
      position: relative;
    }
    .testimonial-box img.profile {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid #fff;
      position: absolute;
      top: -35px;
      left: 50%;
      transform: translateX(-50%);
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }
    .stars {
      color: gold;
      margin-top: 30px;
      font-size: 20px;
    }
    .name {
      font-weight: 700;
      margin: 15px 0 10px;
    }
    .quote {
      font-size: 14px;
      color: #555;
      position: relative;
      padding: 0 10px;
    }
    .quote::before, .quote::after {
      content: '"';
      color: #f4c542;
      font-size: 20px;
      position: absolute;
    }
    .quote::before {
      left: -10px;
      top: -5px;
    }
    .quote::after {
      right: -10px;
      bottom: -5px;
    }
    @media (max-width: 900px) {
      .testimonials {
        flex-direction: column;
        align-items: center;
      }
    }
/*review section END */
.noedit p{
  font-family: 'Poppins', sans-serif;
  font-size:14px ;
}
.mw-accordion-faq-skin-button {
  height: 50px !important;
  background: linear-gradient(135deg, #ffffff, #f7f7f7);
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  color: #333;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.mw-accordion-faq-skin-button:hover {
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
  transform: translateY(-2px);
  background: linear-gradient(135deg, #f9f9f9, #ffffff);
}
.mw-accordion-faq-skin-button h5{
  font-size:17px !important;
  font-weight:600 !important;
 
}