.single-product .subscription-details {
    display: none;
}

.woocommerce-cart .includes_tax, .tax_label {
    display: none !important;
}

.custom-vat-info {
    display: block;
    font-size: 12px;         /* Väiksem fondisuurus */
    color: #777;             /* Hall toon */
    line-height: 1.4;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.custom-vat-info .amount {
    font-size: 12px !important;     
    color: #777 !important;      
}

.woocommerce-shipping-fields {
    display: none !important;
}

.includes_tax {
    display: none !important;
}

.archive .subscription-details {
    display: none !important;
}

.home .subscription-details {
    display: none !important;
}

.woocommerce-order-received .woocommerce-button {
    display: none !important;
}

.woocommerce-account .woocommerce-customer-details .woocommerce-button {
    display: none !important;
}

.woocommerce-account .woocommerce-button {
    color: white !important;
}

.woocommerce-payment-methods .button {
    color: white !important;
}

.box-with-icon .row > .col-md-4:nth-child(2) {
    display: none !important;
}

.cart_list.product_list_widget.scrollbar-inner  {
    max-height: fit-content !important;
}


.woocommerce-checkout div.quantity{
    display: none !important;
}
