Theme Name: Martfury Child
Theme URI: http://drfuri.com/unero
Author: DrFuri
Author URI: http://drfuri.com
Description: Martfury Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martfury
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: martfury

.woocommerce-error {
  border-top-color: #f9db0d;
}

.woocommerce-info {
  border-top-color: #f9db0d;
}

.woocommerce-message {
  border-top-color: #f9db0d;
}

.mf-product-loop-hover-4 ul.products li.product .product-inner:hover .mf-product-price-box a.button {
    background-color: #f9db0d;
}

.login form {
    border-radius: 10%!important;
}

.mf-product-loop-hover-4 ul.products li.product .price ins {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
}

.mf-product-loop-hover-4 ul.products li.product .price {
  font-size: 18px;
  font-weight: 500;
}

/* bulk form styling */

:where(.css-eq3tly).ant-btn-primary {
    color: #fff;
    background-color: #e6c800!important;
}

[data-v-94456dfb] .add-to-cart-btn, [data-v-94456dfb] .add-to-cart-btn:hover {
    color: var(--wwof-button-text-color);
    background-color: #e6c800!important;
    border-color: #f9db0d!important;
}

/* END Bulk form */

/*my account payment buttons */

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders .button {
    margin-bottom: 3%;
}
/* END my account payment buttons */


.sanora-ideal-txt {
	font-weight: 700;
	letter-spacing: 0.15rem;
}


/*verwijder titel van alle pagina's*/
.entry-title {
	Display: none!important;
}