
.filter-gallery {
  width: 100%;
}
.filter-gallery .filter {
  list-style: none;
  padding: 20px 145px;
  margin: 0;
}
.filter-gallery .filter li {
  display: inline-block;
}
.filter-gallery .filter li button {
  cursor: pointer;
  background: transparent;
  border-width: 0px;
  border-color: #fff;
  border-radius: 15px;
  padding: 4px 15px;
  color:#231F20;
  font-size: 14px;
  outline: none;
}
.filter-gallery .filter li.active button {
  background-color: #2C8975;
  color: #fff;
}
.filter-gallery .gallery {
  width: 100%;
  padding: 10px;
  float: left;

  border: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0;
}
.filter-gallery .gallery li {
  width: 33.22%;
  float: left;
  padding: 0px;
  list-style: none;
 
}
@media screen and (max-width: 1024px) {
  .filter-gallery .gallery li {
    width: 49.33%;
  }
}
@media screen and (max-width: 620px) {
  .filter-gallery .gallery li {
    width: 100%;
  }
}
.filter-gallery .gallery li a {
  display: block;
  width: 100%;
}
.filter-gallery .gallery li a img {
  width: 100%;
 
  object-fit: cover;
    
}
@media screen and (max-width: 480px) {
  .filter-gallery .gallery li a img {
    height: auto;
  }
}
.filter-gallery .gallery li.shown {
  transform: scale(1);
  opacity: 1;
}
.filter-gallery .gallery li.hidden {
  transform: scale(0.3);
  opacity: 0;
  width: 0px;
  height: 0px;
  padding: 0;
}
.filter-gallery .gallery .gallery-single {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  text-align: center;
  transform: translateY(100%);
  opacity: 0;
  display: flex;
  flex-direction: column;
  background: #363636;
  z-index: 1;
  padding: 10px;
}
.filter-gallery .gallery .gallery-single .gallery-single-inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.filter-gallery .gallery .gallery-single .gallery-single-inner #btnClose {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  z-index: 1;
  border: none;
  cursor: pointer;
  font-size: 30px;
  padding: 0;
  color: #fff;
}
.filter-gallery .gallery .gallery-single .gallery-single-inner img {
  max-width: 100%;
  height: 330px;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  .filter-gallery .gallery .gallery-single .gallery-single-inner img {
    height: 195px;
  }
}
.filter-gallery .gallery .gallery-single .gallery-single-inner h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.filter-gallery .gallery .gallery-single .gallery-single-inner p {
  font-size: 16px;
  font-family: Arial;
  line-height: 1.4;
  margin-bottom: 10px;
}
.filter-gallery .gallery.shown .gallery-single {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.7s ease;
}

.product-name-price{
    background: #fff;
    float: left;
    width: 100%;
    padding: 20px 10px;
}

.product-name-price .product-name-banner, .product-price-banner{
    text-align: left;
}


.product-name-price .product-name-banner{
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}
.product-name-price .product-price-banner{
   padding: 10px 20px;
}
.ml{
    font-size: 13px;
    width: 100%;
    float: left;
    
    padding: 0 20px;
}