/* Cart widget */
html[lang='fi'] .woocommerce-mini-cart__total {
  display: none;
}

/* Cart */
html[lang='fi'] .product-price, .product-subtotal {
  display: none !important;
}

/* Checkout */
html[lang='fi'] .product-total *, th.product-total {
  display: none!important
}

html[lang='fi'] .price {
  display: none!important;
}

.site-content p i {
  display: none;
}

html[lang='fi'] .add-to-cart-loop {
  display: none !important;
}

html[lang='fi'] .woodmart-buttons>div a:after {
  content: none !important;
}

.yith-ywraq-add-to-quote {
  width: 100px !important;
}

.yith-ywraq-add-button {
  width: 100% !important;
}

.add-request-quote-button {
  font-size: 16px !important;
  width: 100% !important;
}

html[lang='fi'] .woodmart-shop-tools {
  display: none!important;
}
@media (min-width: 992px) {
  html[lang='fi'] .product-grid-item.col-md-4 {
    width: 50% !important;
  }
}