/* ========= Container =========== */
/* wideSize Json */
/* contentSize Json*/
/* -------------- Blocks Other product ----------------------- */
.cart-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 10px;
}
.cart-img__container {
  width: 100%;
  max-width: 1050px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 35px;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .cart-img__container {
    flex-direction: row;
  }
}
.cart-img .cart {
  padding: 0;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.cart-img .cart--icon {
  border-radius: 50%;
  background-color: #D9EFD8;
  padding: 23px;
  width: 80px;
  height: 80px;
  margin: 0 auto -35px;
  z-index: 1;
  position: relative;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
}
.cart-img .cart--img {
  width: 100%;
  background-color: #F4F9FF;
  border-radius: 5px;
  position: relative;
  z-index: 0;
  height: 215px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cart-img .cart--content {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  padding: 20px 25px 10px;
  width: 80%;
  margin: -35px auto 15px;
  position: relative;
}
.cart-img .cart--title {
  text-align: center;
  color: #002138;
  font-weight: 600;
  font-size: 20px !important;
  margin-bottom: 10px;
}
.cart-img .cart--description {
  text-align: center;
}
.cart-img .cart--btn {
  text-align: center;
  text-decoration: underline;
}

/*# sourceMappingURL=mwp-cart-img.css.map */
