/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme for Garage International
 Author:         Nadia Huber
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

body.single-product #main-content { 
	background-color: #F2F5F8!important;
}

.product_cat_car-shop p.price::after {
	content: '';
	font-size:16px;
}

.product_cat_car-shop p.price del::before {
	content: 'im Geschäft ';
	font-size:16px;
}

.single-product.product_parent_cat_car-shop del {
	text-decoration:none;
	font-size: 16px;
	margin: 0 15px 0 0;
	display:block !important;
}

.single-product.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
}

.single-product.woocommerce div.product .single_variation_wrap del span bdi {
    display: none;
}

.single-product.woocommerce div.product ins span {
	font-size: 26px;
	color: #325988;
}

.woocommerce-variation.single_variation {
	padding-bottom:20px;
}

.woocommerce .reviews_tab, .woocommerce .product_enquiry_tab {
	float: left!important;
}

.widget_product_categories ul.children li.cat-item {
	list-style:'> '!important;
}

.widget_product_categories .current-cat {
	font-weight: bold;
}

/* disable onsale tag */
span.onsale {
	display: none;
}

li.red a{
	color: #770A0A!important;
	font-weight: bold!important;
}


/* Increase width of drop-down menus */
@media screen and (min-width: 981px) {
.sub-menu {
	min-width: 300px;
}
#top-menu li li a {
    width: 260px;
	/* Extra - Reduce padding on list items */
	padding: 4px 12px;
	}
}


/* GEBRAUCHTAUTOS EINBETTUNG TEMPORÄR */
#ga-header, #ga-footer-wrapper {display:none;}

