/**
Theme Name: I-match
Author: I-match child theme
Author URI: https://i-match.nl
Description: I-match child theme 2024
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: i-match
Template: astra
*/
.advancedbutton a{
	color: white !important;
}
.advancedbutton a:hover {
	color: white !important;
}
.advancedbutton:hover {
	background: #ae5a00;
}
.advancedbutton {
	background: #ef7d00;
	transition: all .2s linear;
	padding-top: 17px;
    padding-right: 30px;
    padding-bottom: 17px;
    padding-left: 30px;
    margin-top:10px !important;
}
button.advancedbutton {
    margin: 0px;
}
.woocommerce-product-details__short-description ol, .woocommerce-product-details__short-description ul {
    margin: 0 0 1.5em 18px;
}
@media only screen and (max-width: 480px) {
    .advancedbutton {
        background: #ef7d00;
        transition: all .2s linear;
        float: left;
        padding-top: 15px;
        padding-right: 20px;
        padding-bottom: 15px;
        padding-left: 20px;
        margin-right: 4px !important;
        margin-bottom: 30px !important;
    }

	.woocommerce-js div.product div.images img {
    padding-top: 20px;
    padding-bottom: 30px;
	}
}