.product-badge {
  position: absolute;
  color: #fff;
  font-size: 15px;
  padding: 3px 15px;
  top: 10px;
  right: 10px;
  font-weight: 500;
  text-align: center;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  border-radius: 40px;
  background: -moz-linear-gradient(-30deg, #F99C7F, #F35866);
  background: -webkit-linear-gradient(-30deg, #F99C7F, #F35866);
  background: linear-gradient(-30deg, #F99C7F, #F35866);
}
.product-badge.outofstock {
  background: rgba(54, 56, 86, 0.85);
}

.add-to-cart {
  display: inline-block;
  font-weight: 200;
  font-size: 14px;
  padding: 0 10px;
  min-width: 140px;
  line-height: 30px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  background: -moz-linear-gradient(-30deg, #F99C7F, #F35866);
  background: -webkit-linear-gradient(-30deg, #F99C7F, #F35866);
  background: linear-gradient(-30deg, #F99C7F, #F35866);
}
.add-to-cart, .add-to-cart:hover {
  color: #fff;
}
.add-to-cart:before {
  display: none;
  background: #F35866;
}
.add-to-cart:after {
  font-family: "icomoon";
  display: inline-block;
  position: relative;
  margin-right: 4px;
}

body a.add-to-cart.outofstock {
  cursor: auto;
  background: #ebebeb;
  color: #585858;
}
body a.add-to-cart.outofstock span:first-child {
  display: none;
}
body a.add-to-cart.outofstock .outofstock-text {
  display: inline-block;
}

.outofstock-text {
  display: none;
}

@media all and (min-width: 769px) {
  .catalog .product:hover {
    -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.08);
  }
  .catalog .product:hover .image:after {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$o2);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .catalog .product:hover .add-to-cart:not(.outofstock) {
    background-color: #f25571;
    color: #fff;
  }
  .catalog .product:hover .add-to-cart:not(.outofstock):before {
    display: block;
  }
}
.catalog::after {
  content: "";
  display: block;
  clear: both;
}
.catalog .product {
  width: 226px;
  height: 364px;
  font-size: 16px;
  float: right;
  text-align: center;
  background-color: #fff;
}
.catalog .product, .catalog .product .name {
  color: #6d6d6d;
}
.catalog .product.add-to-cart-object {
  margin: 0;
}
.catalog .product .image {
  height: 245px;
  display: block;
  overflow: hidden;
  position: relative;
}
.catalog .product .image:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #f25571;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$o2);
  -moz-opacity: 0.01;
  -khtml-opacity: 0.01;
  opacity: 0.01;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.catalog .product .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.catalog .product .bot {
  margin-top: 15px;
  padding: 0 10px;
}
.catalog .product .name {
  display: inline-block;
  height: 19px;
  overflow: hidden;
}
.catalog .product .price {
  margin: 7px 0 10px;
}
.catalog .product .price s {
  font-weight: 200;
  font-size: 15px;
  color: #000;
}
.catalog .product .add-to-cart.outofstock {
  color: #a5a5a5;
}/*# sourceMappingURL=shop-catalog.css.map */