/* Product Miniature Styling */
.js-product.product {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.product-miniature .thumbnail-container, .product-miniature .thumbnail-container .product-thumbnail img {
  width: 100%;
}
#m4u-prod-slider .swiper-slide {height: auto;}
.js-product.product, article, .product-miniature .thumbnail-container {
  display: flex;
  flex-direction: column;
  height: 100%; /* Ensures the minimum height matches the tallest section */
  justify-content: space-between;
}
.thumbnail-container {
  margin-bottom: 0!important;
}
.wishlist-button-add {display: none!important;}
.product-miniature .product-description {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 24px 0 24px;
  overflow: hidden;
}
.product-header {
  margin-top: 10px;
}
.brand-name {
  line-height: 14px;
  color: #505673;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .6px;
}
.product-miniature .product-title a {
  font-size: 15px;
  font-weight: 700;
  color: #333333!important;
  text-align: left;
  text-decoration: none;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-brand-reviews {
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 7px;
}
.product-reviews {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  background: #fff;
}
.product-brand-reviews .product-list-reviews {
  display: block;
  position: inherit;
  padding: 0;
}
.star-content {
    margin: 0;
}
.product-brand-reviews .grade-stars .start {

}
.comments-nb,.comments-text {
  line-height: 14px;
  height: 14px;
  margin-top: 5px;
  color: #505673;
  font-size: 11px;
}
.product-model {
  border: 1px solid #03217d;
  background: #f4f5f9;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 7px;
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
  color: #03217d;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.brand-logo {
  display: flex;
  flex-wrap: wrap;
  width: 100px;
  height: 55px;
  align-content: center;
  justify-content: flex-end;
}
.manufacturer-logo {
  width: auto;
  max-height: 80px;
  float: right;
}

.product-features {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
}
.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.features-list {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 500;
  color: #333333;
  letter-spacing: .6px;
  text-transform: uppercase;
}
.icon-sm {
  display: inline-block;
  width: 18px;
  height: 18px!important;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: middle;
}
.features-list span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;;
}

.product-price-and-shipping {
  align-items: start;
  background: #f4f5f9;
  padding: 10px;
  border-radius: 6px;
  text-align: left!important;
}

.product-price {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 5px;
}

.from-amount {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-right: 5px;
}

.regular-price {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  text-decoration: line-through;
  margin-right: 10px;
}

.save-price {
  font-size: 14px;
  font-weight: 400;
  color: #27ae60;
  margin-right: 5px;
}

.discount-amount {
  font-size: 14px;
  font-weight: 400;
  color: #27ae60;
}

.delivery-info {
  margin-top: 0;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  color: #333333;
  text-align: left;
}
.icon-md {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: .8rem;
}

.product-more-attribute {
  display: flex;
  gap: 10px;
}

#m4u-filter .elementor-field-group {
  margin-bottom: 20px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .08);
  border-bottom: none!important;
}
.ce-filters .elementor-heading-title {
  margin-bottom: 30px;
}
.product-footer {
  padding: 0 24px;
}

@media (min-width: 992px) {
  .ce-sort-order {
    padding: 0 0 0 10px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .08);
  }
}
@media (max-width: 767px) {
  .mob-hide {display: none;}
  .mob-filter {
    color: #fff;
    border-color: #03217d;
    background: #03217d;
  }
  .mob-sorting .elementor-field:hover {
    background-color: #FFFFFF;
    color: #03217D;
  }
  .js-product.product, article, .product-miniature .thumbnail-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .product-miniature .thumbnail-top {
    width: 40%;
    max-width: 260px;
    padding: 1rem 0 1rem 1rem;
  }
}

#blogo
{
	max-width:max-content !important;
	height:max-content !important;
}