/*shop products skin-2 css */

.product-info h1{
font-size:28px;
}

.shop-products-skin-2 {
  padding: 5px;
  margin-bottom: 5px !important;
}

.shop-products-skin-2 .product {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.shop-products-skin-2 .img-as-background {
  height: 315px !important;
}

.shop-products-skin-2 .product:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.shop-products-skin-2 .img-as-background img {
  width: 100%;
  object-fit: cover;
  border-bottom: 1px solid #eee;
  border-radius: 8px 8px 0 0;
}

.shop-products-skin-2 h6 {
  font-weight: 600;
  color: #000;
  font-size: 1rem;
}

.shop-products-skin-2 .price-holder .price-old {
  text-decoration: line-through;
  color: #999;
  margin-right: 8px;
  font-size: 0.9rem;
}

.shop-products-skin-2 .price-holder .price {
  color: #000;
  font-weight: 600;
  font-size: 1rem;
}

.shop-products-skin-2 .content {
  padding: 0px !important;
}

.shop-products-skin-2-btn .btn {
  border-color:#e5874d  !important;
  width: 80%;
  text-transform: capitalize;
  color: #e5874d   !important;
  font-weight: 500 !important;
  padding: 8px 20px !important;
  border-radius: 8px !important;
  transition: background 0.3s ease !important;
  transition: 0.3s ease-in-out;
  margin-bottom: 15px;
}

.shop-products-skin-2-btn .btn:hover {
  color: #fff !important;
}

@media (max-width: 767px) {
  .shop-products-skin-2 .mw-layout-product-stock {
    padding: 5px;
  }

  .shop-products-skin-2 .img-as-background {
    height: 168px !important;
  }

  .shop-products-skin-2 h6 {
    font-size: 14px !important;
  }

  .shop-products-skin-2-btn .btn {
    font-size: 14px;
    padding: 5px 10px !important;
  }

  .shop-products-skin-2 .price-holder .price {
    font-size: 14px;
  }
}

/*shop products skin-2 css ends */

/*shop page btn*/
.btn.btn-primary, .btn:not(.btn-secondary):not(.btn-outline):not(.btn-link){
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 22px;
}

  .btn-secondary{
      font-size: 14px !important;
      padding: 7px 15px !important;
      border-radius: 22px !important;
  }

.mw-search-filter-price-range,
.range-values {
display:none;
} 
/*shop btn css ends*/

/*checkout page */
.checkout-v2-logo{
width:25% !important;

}
/* Mobile view (up to 767px width) */
@media (max-width: 767px) {
  .checkout-v2-logo {
    width: 15% !important;  /* adjust size for smaller screens */
  }
  
  #mw-element-1764760395579,
  #mw-element-1764760248800,
  #mw-element-1764831461438mw-1764912200845{
  font-size:28px !important;
  }
  
  .mission-vision-section .container .main-heading {
  font-size: 28px !important;
  }
}

/*breadcrump css*/
.mw-breadcrumb,
.mw-breadcrumb a{
color:#fff;
}

.mw-breadcrumb a:hover{
color:#e5874d;
}
/*breadcrump end css*/

/*cart page css*/
.cart-page input {
    width: 250px !important;
}
.mw-coupons-module{
    margin-top: 15px;
}
/*end of cart page*/

/*about us slider css*/
.mw-slider-v2-buttons-slide {
display:none;
}
@media (max-width: 767px) {
  #mw-element-1764833893428{
  min-height:0 !important;
  }
}
/*end of css of about slider*/

/*about us mission and vision css*/
.mission-vision-section {
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.mission-vision-section .container {
  max-width: 1300px;
  margin: auto;
}

.main-heading {
  text-align: center;
  font-size: 36px !important;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
  position: relative;
}

.main-heading::after {
  content: "";
  width: 90px;
  height: 4px;
  background: #e5874d;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
}

.mission-vision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 50px;
}

.mv-box {
  background: #ffffff;
  padding: 30px 10px;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

/* Hover Effect */
.mv-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 18px rgba(229, 135, 77, 0.35);
}

.mv-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #e5874d;
}

.mv-text {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 992px) {
  .mission-vision-grid {
    grid-template-columns: 1fr;
  }
  .main-heading {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .mv-box {
    padding: 28px;
  }
  .main-heading {
    font-size: 32px;
  }
  .mv-title {
    font-size: 24px;
  }
}
/*mission and vision css end*/