/* product images */
.amgazit-products .amgazit-product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 40px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 40px;
  margin-bottom: 40px;
}

.amgazit-products .amgazit-product .gallery-images * {
  direction: ltr;
}

.amgazit-products .amgazit-product .lSGallery {
  min-height: 120px;
}

.amgazit-products .amgazit-product .lSGallery li:hover {
  border-radius: 0 !important;
}
.amgazit-products .amgazit-product .lSGallery li {
  border-radius: 0 !important;
  border-width: 0px;
  -webkit-transition:  border .3s ease;
 -o-transition:  border .3s ease;
 transition: border .3s ease;
}

.amgazit-products .amgazit-product .lSGallery li.active {
  border-style: solid;
  border-color: rgba(0,0,0,0.5);
  border-width: 2px;
  -webkit-transition:  border .3s ease;
 -o-transition:  border .3s ease;
 transition: border .3s ease;
}

.amgazit-products .amgazit-product .main-images {
  width: 100%;
}

.amgazit-products .amgazit-product .main-images img {
  width: 100%;
  height: 530px;
  -o-object-fit: contain;
     object-fit: contain;
}

.amgazit-products .amgazit-product .lSGallery img {
  width: 100%;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* product content */
.amgazit-products .amgazit-product .product-content {
  background: #F3F3F3;
  padding: 20px;
  -webkit-box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 15%);
          box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 15%);
  color: #515C6F;
}
.amgazit-products .amgazit-product .product-content > div {
  margin-bottom: 10px;
}

.amgazit-products .amgazit-product .title {
  margin-top: 0;
  color: #11A261;
  text-align: center;
  font-weight: 700;
}

.amgazit-products .amgazit-product .image-below{
  text-align: center;
  display: block;
}

.amgazit-products .amgazit-product .image-below img{
  max-width: 300px;
  width: 100%;
}

.amgazit-products .amgazit-product .bullets span{
  display: block;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,0.15);
}

.amgazit-products .amgazit-product .price{
  color: #11A261;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 3rem;
}

.amgazit-products .amgazit-product .buy-now{
  width: 100%;
  text-align: center;
}

.amgazit-products .amgazit-product .buy-now a{
  min-width: 250px;
  background: rgba(17 ,162 ,97, 1);
  color: #F2F2F2;
  -webkit-transition: .3;
  -o-transition: .3;
  transition: .3;
  border-radius: 25px;
  font-size: 1.5rem;
  font-weight: 700;
}

.amgazit-products .amgazit-product .buy-now a:hover{
  background: rgba(17, 162, 97, 0.8);
}

@media only screen and (max-width: 767px) {
  .amgazit-products .amgazit-product {
      display: block;
      margin-bottom: 20px;
  }
  .amgazit-products .amgazit-product .main-images img {
    width: 100%;
    height: auto;
  }

}
