/**
Theme Name: MKTrade
Author: UwID
Author URI: https://uwid.nl
Description: Dit is een vereist childtheme voor MKTrade.nl. Dit thema niet deactiveren of verwijderen
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mktrade
Template: astra
*/

body, p{
	font-family: 'halcom', sans-serif;
}

.uwid-product-summary-box{
    border-radius: 8px;
    background: #E5EBEE;
    padding: 24px;
    margin-bottom: 30px;
}

.ast-single-product-payments ul li svg, .ast-single-product-payments ul li img{
	height: auto;
}

.ast-single-product-extras svg{
	fill: #57d8ab;
}

.ast-variation-button-group .ast-single-variation{
	background: #d1d5db;
	border-radius: 8px;
	border:2px solid #d1d5db;;
}

.ast-variation-button-group .ast-single-variation.active{
	background: #007FC4;
    border: 2px solid #007FC4;
}