/*
 Theme Name:     Webto Child
 Theme URI:      https://elementor.com/
 Description:    Hello Elementor Child theme
 Author:         Webto
 Author URI:     https://webto.dk/
 Template:       hello-elementor
 Version:        1
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

.composite_form h2.step_title_wrapper {
    font-size: 16px;
}
.composite_form .component {
    position: relative;
    margin-bottom: 30px;
}
.composite_form .component .component_content {
    font-size: 16px;
}
.composite_form .quantity_button {
    position: absolute;
    top: -5px;
}
.composite_form .quantity_button .quantity {
    margin: 0 !important; 
}
.single-product .composite_form.single .component .component_inner {
    padding-bottom: 0;
}
.single-product .composite_form.single .component .component_inner span.price {
    margin-left: 75px;
}

.woocommerce table.shop_attributes td {
    padding: 8px;
}

.woocommerce div.product.elementor .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 40px !important;
}
	
dt.variation-Prisberegning, dd.variation-Prisberegning {
    display: none !important;
}