#koftis-price {
  font-weight: bold;
  color: #ec1c24;
  white-space: nowrap;
}

span.koftis-price-wrap {
  display: block !important;
}

#koftis-btn {
  margin: 0px;
}
#koftis-btn img {
  cursor: pointer;
  max-width: 95%;
}
#koftis-btn.active img {
  filter: grayscale(100%);
}

.koftis-label img {
  max-width: 100px;
}

.single-product .price {
  text-align: center;
}

.price {
  margin-bottom: 0;
  font-size: 34px;
}
.price .normal-price-wrap {
  font-weight: bold;
  color: #ec1c24;
}
.price .normal-price-wrap.deleted-price {
  font-size: 20px;
}
.price .normal-price-wrap.deleted-price span {
  color: #8f9194;
}
.price .regular-price-wrap {
  display: inline-block;
  color: #8f9194;
  font-size: 18px;
  margin-left: 10px;
}
.price .regular-price,
.price .deleted-price {
  position: relative;
}
.price .regular-price:after,
.price .deleted-price:after {
  position: absolute;
  content: "";
  left: 20px;
  top: 50%;
  right: 0;
  border-top: 2px solid #ec1c24;
  transform: rotate(-15deg);
}
.price .regular-price:after {
  left: 0px;
}
.price #koftis-price {
  font-weight: bold;
  color: #ec1c24;
  white-space: nowrap;
}
.price #koftis-price sup {
  font-size: 16px;
}
.price .decimal-part {
  font-size: 18px;
}
.price .deleted-price {
  color: #8f9194;
}
.price .price-text {
  color: #000;
  font-weight: bold;
  display: block;
  font-size: 12px;
}

.vat-note {
  margin: 0 0 20px 0;
  font-size: 11px;
  font-style: italic;
  color: #a0a6c5;
}

.product-card {
  padding-top: 12px;
  border-radius: 5px;
  background-color: #fff;
  margin: 0px;
  max-width: 100%;
  overflow: hidden;
}
.product-card .ea-product-info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.product-card .ea-product-info form.cart {
  width: 100%;
  background: #1e428a;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .product-template-default .single-product-container .summary.entry-summary .product-card {
    margin: 20px 0;
  }
}/*# sourceMappingURL=koftis.css.map */