.shop__product__box .shop__product__content .shop__item__cart {
    border: 1px solid #d48618 !important;
    color: white;
    background-color: mediumseagreen !important;
}

.woocommerce a.button.alt, .woocommerce button.button.alt {
	border: 1px solid #d48618 !important;
    color: white;
    background-color: mediumseagreen !important;
}

.shop__item__cart {
	display: none;
}


@media screen and (max-width: 768px) {
  #engraving-box {
    top: 440px !important;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1500px) {
  #engraving-box {
    top: 540px !important;
  }
}

@media screen and (min-width: 1501px) {
  #engraving-box {
    top: 540px !important;
  }
}

@media (max-width: 768px) {
    .woocommerce-cart-form__cart-item .product-price:before,
    .woocommerce-cart-form__cart-item .product-subtotal:before {
        content: attr(data-title) " kn";
    }
}
