/**
* Theme Name: Machic Child
* Description: This is a child theme of Machic, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: machic
* Version: 1.5.5
*/

.order-review-wrapper .woocommerce-checkout-payment .woocommerce-privacy-policy-text p a, .order-review-wrapper .woocommerce-checkout-payment .validate-required .woocommerce-form__label span a {
	color: var(--color-link) !important;
}

.order-review-wrapper .woocommerce-checkout-payment #place_order {
	background-color: var(--color-link) !important;
}
.order-review-wrapper .shop_table tfoot tr.order-total .includes_tax {
	display: block;
}
.order-review-wrapper .shop_table tfoot tr.order-total .includes_tax .amount {
	font-size: 14px;
}

:root {
  --font-primary: "inter";
  --font-secondary: "inter";
}
b, strong {
  font-weight: 600;
}
button, .button, input[type=submit], .submit, .btn {
  font-weight: 500 !important;
}

.order-review-wrapper .woocommerce-checkout-payment ul.payment_methods label {
  font-weight: 500 !important;
}
a:hover {
    color: var(--color-link);
}
.site-header .header-addons-icon .button-count {
	display: none;	
}

.site-header .cart-dropdown .woocommerce-mini-cart__total .woocommerce-Price-amount, .site-header .cart-dropdown .products .product .entry-price .quantity .amount, .price ins {
	color: var(--color-link) !important;
}

.badge.onsale {
	background-color: var(--color-link) !important;
}

.woocommerce-variation-price {
  font-size: 1.875rem;
}

.price {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.site-footer .footer-details .site-details .tags li a {
	text-transform: unset;
}

