.product_featured_image > .elementor-column-wrap {
	border-radius: 25px;
}

.single-product span.woocommerce-Price-currencySymbol {
    padding-right: 0.5vw;
    font-size: 1.8vw;
}

.woocommerce-notices-wrapper {
    width: 100%;
    /* padding: 2% 5% 0 5%; */
    font-family: 'Heebo';
    font-size: 0.95vw;
}

.woocommerce-notices-wrapper .woocommerce-message {
    margin: 2% 5%;
}

.woocommerce-message:nth-child(even) {
    display: none;
}

.woocommerce-notices-wrapper .button {
    padding: 0.6vw 1vw 0.5vw 1vw !important;
    background-color: #8fae1a !important;
    color: #f7f6f7 !important;
}

.single-product.simple_product .elementor-widget-woocommerce-product-add-to-cart {
    display: none;
}

/* .single-product:not(.simple_product) .woocommerce-variation-price {
	display: none;
} */

.single-product:not(.simple_product) .single_add_to_cart_button {
	display: none;
}

.single-product:not(.simple_product) .cart .variations th.label {
    width: 100%;
    display: block;
    padding: 0;
    font-family: 'Heebo';
    font-size: 1vw;
    text-align: right;
}

.single-product:not(.simple_product) .cart .variations td.value {
    width: 90%;
    display: block;
    padding: 0;
}

.single-product:not(.simple_product) .cart .variations td.value select {
    border-radius: 0;
    font-family: 'Heebo';
    font-size: 0.9vw;
    padding: 0.4vw;
	display: none;
}

.single-product:not(.simple_product) .cart .variations td.value a.reset_variations {
    font-family: 'Heebo';
    font-size: 0.8vw;
    font-weight: bold;
	display: none !important;
}

.single-product:not(.simple_product) .cart .variations td .variation-radios input {
    display: none;
}

.single-product:not(.simple_product) .cart .variations td .variation-radios label {
    font-family: 'Heebo';
    font-size: 0.95vw;
    border: 1px solid #8b8b8b;
    padding: 0.5vw;
    margin-left: 0.5vw;
    cursor: pointer;
    transition: all 0.3s ease;
}

.single-product:not(.simple_product) .cart .variations td .variation-radios label:hover, .single-product:not(.simple_product) .cart .variations td .variation-radios input:checked + label {
    background-color: #e0e0e0;
    transition: all 0.3s ease;
}

.single-product:not(.simple_product) .woocommerce-variation-price span {
    color: #8b8b8b;
    font-family: "Heebo", Sans-serif;
    font-size: 1.8vw;
    font-weight: 600;
}