.button-add-to-cart[data-v-ca4123ee] {
  cursor: pointer;
}
.button-add-to-cart .fade-enter-active[data-v-ca4123ee],
.button-add-to-cart .fade-leave-active[data-v-ca4123ee] {
  transition: opacity 0.5s;
}
.button-add-to-cart .fade-enter[data-v-ca4123ee],
.button-add-to-cart .fade-leave-to[data-v-ca4123ee] {
  opacity: 0;
}
.button-add-to-cart button[data-v-ca4123ee] {
  outline: none;
}
.button-add-to-cart button[data-v-ca4123ee]:focus {
  outline: none;
}
.button-add-to-cart .button[data-v-ca4123ee] {
  border: none;
  display: inline-block;
  font-family: Montserrat;
  font-weight: 600;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  background: #8dba53;
  border-radius: 2px;
  padding: 8px 16px;
  transition: all 0.5s;
}
.button-add-to-cart .button.loading[data-v-ca4123ee] {
  background: rgba(141,186,83,0.5);
}
.button-add-to-cart .button .cart-icon[data-v-ca4123ee] {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 6px;
}
.button-add-to-cart .button[data-v-ca4123ee]:hover {
  filter: brightness(1.1);
  transform: scale(1.04);
}
.button-add-to-cart .button.orange[data-v-ca4123ee] {
  background: #f4a34a;
}
.button-add-to-cart .button.gray[data-v-ca4123ee] {
  background: #9c9c9c;
}
/*# sourceMappingURL=client/components/Buttons/ButtonAddToCart.css.map */
.like svg[data-v-5cf905c8] {
  cursor: pointer;
  width: 23px;
  height: 20px;
}
.like svg path[data-v-5cf905c8] {
  fill: #bdbdbd;
}
.like.liked svg path[data-v-5cf905c8] {
  fill: #d95932;
}
/*# sourceMappingURL=client/components/Buttons/Like.css.map */
.product-card[data-v-3643e2e7] {
  flex: 1;
  position: relative;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  display: flex;
  padding: 8px;
}
.product-card .img-container[data-v-3643e2e7] {
  position: relative;
  text-align: center;
}
.product-card .img-container .img[data-v-3643e2e7] {
  height: 154px;
  width: 114px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
}
@media (max-width: 991.98px) {
.product-card .img-container .img[data-v-3643e2e7] {
    height: 205px;
    width: 150px;
}
}
.product-card .img-container .discount-percent[data-v-3643e2e7] {
  position: absolute;
  top: -3px;
  left: -3px;
  padding: 8px 20px;
  font-family: Lato;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  background: #d95932;
  border-radius: 3px;
}
.product-card .info[data-v-3643e2e7] {
  display: flex;
  flex: 1;
  flex-direction: column;
}
@media (min-width: 992px) {
.product-card .info[data-v-3643e2e7] {
    flex-direction: row;
}
}
.product-card .info .info-container[data-v-3643e2e7] {
  padding-top: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding-left: 16px;
}
.product-card .info .info-container .vendor-code[data-v-3643e2e7] {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 4px;
  color: #222;
}
.product-card .info .info-container .name[data-v-3643e2e7] {
  margin-bottom: 10px;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 20px;
  color: #222;
  flex: 1;
  word-wrap: break-word;
}
.product-card .info .info-container .prices[data-v-3643e2e7] {
  display: flex;
  position: relative;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #222;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding-bottom: 8px;
  margin-bottom: 8px;
}
@media (max-width: 575.98px) {
.product-card .info .info-container .prices[data-v-3643e2e7] {
    position: absolute;
    right: 1em;
    display: flex;
    top: 49px;
    justify-content: flex-end;
    font-size: 123%;
    border: 0;
}
}
.product-card .info .info-container .prices .old[data-v-3643e2e7] {
  margin-left: 8px;
  padding: 0 6px;
  position: relative;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  color: #d95932;
  top: 0;
  left: 0;
}
.product-card .info .info-container .prices .old[data-v-3643e2e7]:before {
  position: absolute;
  width: 100%;
  height: 40%;
  content: '';
  border-bottom: 1px solid #d95932;
  pointer-events: none;
  left: 0;
  transform: rotate(-10deg);
}
.product-card .info .info-container .minimal-order[data-v-3643e2e7] {
  margin-bottom: 16px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #222;
}
@media (min-width: 992px) {
.product-card .info .info-container .minimal-order[data-v-3643e2e7] {
    margin-bottom: 7px;
}
}
.product-card .info .bottom-container[data-v-3643e2e7] {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
}
.product-card .info .bottom-container .bottom[data-v-3643e2e7] {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
.product-card .info .bottom-container .bottom[data-v-3643e2e7] {
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0px 0 8px 13px;
}
}
@media (max-width: 575.98px) {
.product-card .info .bottom-container .bottom[data-v-3643e2e7] {
    flex-direction: column;
    height: 74px;
    position: absolute;
    right: 1em;
    top: 84px;
    align-items: flex-end;
}
}
@media (min-width: 992px) {
.product-card .info .bottom-container .bottom .like[data-v-3643e2e7] {
    top: 16px;
    right: 16px;
}
}
.product-card .info .bottom-container .bottom .count-buttons[data-v-3643e2e7] {
  align-items: center;
  display: flex;
  justify-content: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #222;
}
.product-card .info .bottom-container .bottom .count-buttons .count-button[data-v-3643e2e7] {
  cursor: pointer;
  line-height: 20px;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0 4px;
  height: 100%;
}
.product-card .info .bottom-container .bottom .count-buttons .count-input[data-v-3643e2e7] {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 3px;
  text-align: center;
  height: 26px;
  width: 47px;
}
.product-card .info .bottom-container .bottom .count-buttons .count-input[data-v-3643e2e7]:focus {
  outline: none;
}
.product-card.vertical[data-v-3643e2e7] {
  flex-direction: column;
  padding: 16px;
}
.product-card.vertical .img-container[data-v-3643e2e7] {
  padding-top: 28px;
}
@media (max-width: 575.98px) {
.product-card.vertical .img-container[data-v-3643e2e7] {
    width: 45%;
}
}
.product-card.vertical .img-container .img[data-v-3643e2e7] {
  height: 223px;
  width: 223px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575.98px) {
.product-card.vertical .img-container .img[data-v-3643e2e7] {
    height: 115px;
    width: 100%;
    -o-object-position: left;
       object-position: left;
}
}
.product-card.vertical .img-container .discount-percent[data-v-3643e2e7] {
  top: 28px;
  left: 0;
}
@media (min-width: 992px) {
.product-card.vertical .info[data-v-3643e2e7] {
    flex-direction: column;
}
}
.product-card.vertical .info .info-container[data-v-3643e2e7] {
  text-decoration: none;
  padding-left: 0;
}
.product-card.vertical .info .info-container .vendor-code[data-v-3643e2e7] {
  position: absolute;
  top: 16px;
  left: 16px;
}
.product-card.vertical .info .bottom-container[data-v-3643e2e7] {
  padding: 0;
}
@media (min-width: 992px) {
.product-card.vertical .info .bottom-container .bottom[data-v-3643e2e7] {
    flex-direction: row;
    padding: 0;
}
}
.product-card.vertical .info .bottom-container .bottom .like[data-v-3643e2e7] {
  position: absolute;
  top: 16px;
  right: 16px;
}
@media (max-width: 575.98px) {
.product-card.vertical .info .bottom-container .bottom .like[data-v-3643e2e7] {
    top: -74px;
    right: 0;
}
}
/*# sourceMappingURL=client/components/ProductCards/ProductCard.css.map */
