        .iti {
            width: 100%;
        }
         .service-item:hover .service-text {
         background:none;
         color:#000;
         }
         @media only screen and (max-width: 600px) {
         p {
    padding-top: 10px;
}
}


.single-product-item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-product-item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.single-product-item {
  margin-bottom: 30px;
}

.product-image {
  padding: 30px;
  padding-bottom: 0;
}

.product-image img {
  width: 90%;
  border-radius: 5px;
  margin-bottom: 20px;
}

   p.product-price span {
        font-size: 30px;
        font-weight: 700;
    }

.single-product-item h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

p.product-price {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

p.product-price span {
  display: block;
  opacity: 0.8;
  font-size: 15px;

  font-size: 30px;
  font-weight: 700;
}

a.cart-btn {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  background-color: #F28123;
  color: #fff;
  padding: 10px 20px;
}
a.cart-btn:hover {
    background-color: #051922;
    color: #F28123;
}
a.cart-btn i {
  margin-right: 5px;
}

.single-product-img img {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px #ddd;
  box-shadow: 0 0 20px #ddd;
}

.single-product-content h3 {
  font-size: 22px;
  font-weight: 600;
}

p.single-product-pricing span {
  font-size: 18px;
  display: block;
  opacity: 0.8;
  margin-bottom: 10px;
  font-weight: 400;
}

.single-product-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
}

.single-product-content p.single-product-pricing {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #051922;
  line-height: inherit;
}
.card.single-accordion {
  border: 1px solid #eeeeee;
}

.single-product-item {
  -webkit-box-shadow: 0 0 20px #e4e4e4;
  box-shadow: 0 0 20px #e4e4e4;
  padding-bottom: 50px;
  border-radius: 5px;
  height: 100%;
}
.section-title h2{
    background-color: rgba(255, 255, 255, 0.8); 
}
.section-title h3{
    background-color: rgba(255, 255, 255, 0.8); 
}
.single-product-item  h3{
   background-color: rgba(255, 255, 255, 0.8); 
}

.product-category{
padding-left: 2%;
padding-right: 2%;
}
/* h2{
    background-color: rgba(255, 255, 255, 0.8); 
}
h3{
    background-color: rgba(255, 255, 255, 0.8); 
} */

.modal-header {
    padding: 1rem 1rem;
}
      
/* Two-across already handled by col-6 col-lg-3 */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* On phones, shrink fonts, padding, margins… */
@media (max-width: 576px) {
  .single-product-item {
    padding: 8px;
    margin-bottom: 10px;
  }
  .single-product-item h3 {
    font-size: 16px;
    margin-bottom: 6px;
  }
  p.product-price {
    font-size: 20px;
    margin-bottom: 8px;
  }
  p.product-price span {
    font-size: 12px;
  }
  .product-category {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .btn {
    font-size: 12px;
    padding: 6px 10px;
  }
      p.product-price span {
        font-size: 20px;
        font-weight: 700;
    }
    #product-search{
        
        margin-bottom: 10px;
    }
}
