/*
 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-Tabs-panel .dlp-grid-card-document-link-wrap {
    padding-top: 0;
}
.woocommerce-Tabs-panel .dlp-grid-footer, .woocommerce-Tabs-panel .dlp-grid-header {
    display: none;
}
.woocommerce-Tabs-panel .dlp-grid-card-content.no-image {
    border: 0 none;
    padding: 20px;
    background-color: #f7fafc;
    border-radius: 0;
}
.woocommerce-Tabs-panel .dlp-grid-card-title {
    padding: 10px 0;
}
.woocommerce-Tabs-panel .dlp-grid-card-document-link-wrap .dlp-download-button {
    background-color: #170c2a;
    color: white;
}
.woocommerce-Tabs-panel .dlp-grid-card-document-link-wrap .dlp-download-button:hover {
    color: white;
    background-color: #5dd245;
}
.woocommerce div.product.elementor .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 40px !important;
}
#elementor-menu-cart__toggle_button .tax_label {
    display: none;
}
.e-checkout__order_review .tax_label {
    display: none;
}
.e-checkout__order_review th.product-name {
    width: 70%;
}
.e-checkout__order_review small.includes_tax {
    display: block;
}
.single-product .breadcrumb_last {
    display: none;
}
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td, .woocommerce table.shop_attribute, .woocommerce table.shop_attributes {
    border: none; 
}
.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    font-weight: 700;
}

.menu-badge {
	font-size: 12px;
	margin-left: 2px;
	position: relative;
	top: -10px;
	margin-bottom: 13px;
	color: #ffffff;
	background-color: #43AA3E;
	padding: 0px 8px;
}

.badge-bounce {
	animation: bouncing .8s cubic-bezier(0.1,0.05,0.05,1) 0s infinite alternate both;
}

@keyframes bouncing{
	0%{top:-6px}
	100%{top:-10px}
}

dt.variation-Prisberegning, dd.variation-Prisberegning {
    display: none !important;
}