/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


/* Text in rot halten wenn keine Attributauswahl auf Produktebene zutrifft */
/* "Es entsprechen leider keine Produkte deiner Auswahl. Bitte wähle eine andere Kombination." */
.wc-no-matching-variations.woocommerce-info {
	color:red !important;
}

.kontaktinfo {
	font-size: inherit !important;
	display: block !important;
	margin:0 !important;
	padding: 0 !important;
	line-height: 1.5 !important;
}

.topbar_style {
	font-size: 14px !important;
}

.topbar_style a:link, .topbar_style a:visited, .topbar_style a:hover { color: white !important; }

/*************** OVERRIDE PRODUCT BOX STARTSEITE   ***************/


body.home .title-wrapper,
body.home .price-wrapper,
body.home .product p.wc-gzd-additional-info {
	text-align: center !important;
}

body.home .product p.wc-gzd-additional-info {
	margin-bottom: 0 !important;
	display: block !important;
}

body.home .box-text {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body.home .title-wrapper {
	font-size: 18px !important;
}

body.home .price-wrapper .price {
	font-size: 24px !important;
	padding: 0.25rem 0 !important;
}


/*************** OVERRIDE PRODUCT BOX SHOP SEITE   ***************/





body.archive.woocommerce .title-wrapper,
body.archive.woocommerce .price-wrapper,
body.archive.woocommerce .product p.wc-gzd-additional-info {
	text-align: center !important;
}

body.archive.woocommerce .product_list_widget .wc-gzd-additional-info, .products .wc-gzd-additional-info {
	margin: 0 !important;
	display: block !important;
}

body.archive.woocommerce .box-text {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body.archive.woocommerce .title-wrapper {
	font-size: 18px !important;
}

body.archive.woocommerce .price-wrapper .price {
	font-size: 24px !important;
	padding: 0.25rem 0 !important;
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}



/*
	Beginn Styling SSL_BANNER oberhalb vom Footer
*/

.iconbox-title {
	line-height:1;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top:10px;
	margin-bottom: 15px;
	color:#333;
}

.iconbox-description {
	line-height:1.45;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0;
	
}

.footer-1 .widget-title,
.footer-1 .widget .is-divider {
    display: none !important;
}

.footer-widgets.footer-1 {
	background:#f5f5f5 !important;
}

/*
	END Styling SSL_BANNER oberhalb vom Footer
*/



/*
	BEGINN WOOCOMMERCE STYLING
*/

.badge-inner {
	padding: 15px !important;
}

ul.woocommerce-error .message-container a {
	margin-right: 2px !important;
}

ul.woocommerce-error li {
	margin:0 !important;
	padding: 4px 8px !important;
	background: rgba(178,0,0,.1) !important;
}


ul.woocommerce-error .alert-color,
ul.woocommerce-error li,
ul.woocommerce-error li a {
	color:#b20000 !important;
	font-size: 1.15rem !important;
	font-weight: bold !important;
}




.badge.onsale {
    background: #ff4444 !important;
    color: white !important;
    font-weight: bold;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1 !important;
    width: 50px !important;
    height: 50px !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

/* Preise untereinander anzeigen - OHNE doppelte Labels */
.price {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.price del,
.price ins,
.wc-gzd-sale-price-label {
    display: block !important;
    width: 100% !important;
    margin: 2px 0 !important;
}

/* Reihenfolge der Preise */
.price del {
    order: 1;
}

.price ins {
    order: 2;
    text-decoration: none !important;
}

/* Labels für Germanized Plugin */
.wc-gzd-sale-price-regular-label {
    order: 1;
    margin-bottom: 2px !important;
}

.wc-gzd-sale-price-sale-label {
    order: 2;
    margin-bottom: 2px !important;
}

/* Preis-Farben */
.price del .amount {
    color: #999 !important;
    text-decoration: line-through;
}

.price ins .amount {
    color: #27ae60 !important;
    font-weight: bold !important;
    font-size: 1.1em !important;
}