/**
Theme Name: mae_astra
Author: Frank Engler
Author URI: https://sota.solutions
Description: sota MaE styled Astra Theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mae_astra
Template: astra
*/


/* -------------------------------------------------------------------------------- */
/*	ROOT COLS
/* -------------------------------------------------------------------------------- */


:root {
    --primary-color: #bc0000;
    --primary-color-dark: #792121;
    --secondary-color: #1e293b;
    --secondary-color-dark: #334155;
    --text-color: #1d1d1d;
    --background-color: #f6f6f6 ;
}



/* SMALL HEADBAR */
#small_headbar {
    background-color: #f8f8f8;
    width: 100% !important;
    height: 40px;
    z-index: 100;
}
ul.small_headbar {

    text-align: right; /* Standardwert für .small_headbar */

}

/* Spezifische Stile für die linke Ausrichtung */
ul.small_headbar.links {
    left: 25px;
    text-align: left; /* Überschreibt den Standardwert */
}

/* Spezifische Stile für die rechte Ausrichtung */
ul.small_headbar:not(.links) {
    right: 25px;
}

/* Stile für Listenelemente */
ul.small_headbar li {
    display: inline-block;
    margin: 0px;
    margin-left: 20px;
    line-height: 40px;
    padding: 0px;
}


/* Stile für Links innerhalb der Liste */
ul.small_headbar li a {
    color:  var(--primary-color);
    text-decoration: none;
    display:block
}



@media (max-width: 780px) {
    ul.small_headbar li {
    margin-left: 5px;
    line-height: 35px;
    }
    
    ul.small_headbar li a {
    padding:0 10px;
    }


    span.smli_txt {
        display:none;
    }
    ul.small_headbar:not(.links) {
        right: 1px;
    }

}

/* SMALL HEADBAR */



.whittext, .whittext h2 {
    color:#FFFFFF !important
}


a.mae_fullbut {padding:10px; text-align:center; display:block; width:100%; background:#bc0000; color:#FFF;font-family: 'Oswald', sans-serif;
	font-size: 20px; font-weight:600}
a.mae_fullbut:hover {background:#000; color:#FFF !important}
a.mae_fullbut:visited {color:#FFF !important}
a.mae_fullbut:visited:hover {background:#000; color:#FFF !important}


ul.element_2 {margin-bottom:40px !important}


.conftalker {
	background: #bc0000;
	text-align: center;
}
.conftalker:hover {
	background: #fece00;
	text-align: center;
}
.conftalker a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 25px 10px;
	text-decoration: none;

}
.conftalker a.kfzchooser {
	padding: 25px 10px;
	
}
.conftalker a:hover {
	color: #000
}
.conftalker a:visited {
	color: #fff
}
.conftalker a:visited:hover {
	color: #000
}
.conftalker h2 {
	font-size: 18px; font-weight:600;
}
.conftalker em {
	font-size: 18px; font-weight:400; font-family: 'Helvetica', 'Arial', sans-serif;
}

/*HELPER*/
.clearer {
	clear: both;
	width: 100%;
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0
}
.mae_left {
	float: left
}
.mae_right {
	float: right
}
.space5 {
	height: 5px;
	clear: both;
	display: block;
	width: 100%;
}
.space10 {
	height: 10px;
	clear: both;
	display: block;
	width: 100%;
}
.space15 {
	height: 15px;
	clear: both;
	display: block;
	width: 100%;
}
.space20 {
	height: 20px;
	clear: both;
	display: block;
	width: 100%;
}
.space30 {
	height: 30px;
	clear: both;
	display: block;
	width: 100%;
}
.space40 {
	height: 40px;
	clear: both;
	display: block;
	width: 100%;
}
.space50 {
	height: 50px;
	clear: both;
	display: block;
	width: 100%;
}
.padd5 {
	padding: 5px;
}
.padd10 {
	padding: 10px;
}
.padd15 {
	padding: 15px;
}
.padd20 {
	padding: 20px;
}
.padd30 {
	padding: 30px;
}
.padd40 {
	padding: 40px !important;
}
.padd50 {
	padding: 50px;
}
.paddtono {
	padding-top: 0px !important;
}
.mar5 {
	margin: 5px;
}
.mar10 {
	margin: 10px;
}
.mar15 {
	margin: 10px;
}
.mar20 {
	margin: 20px;
}
.mar30 {
	margin: 30px;
}
.mar40 {
	margin: 40px;
}
.mar50 {
	margin: 50px;
}
.hunni {
	width: 100% !important
}
.divider {
	height: 2px;
	border-bottom: 1px solid #ededed;
	width: 100%;
	cear: both
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px 24px 24px 0px;
	margin-bottom: 1.714285714rem 1.714285714rem 1.714285714rem 0rem;
}
.hidnone {display:none}
/*HELPER*/


/* REQ ACCS */
.prod_attr_name {
	font-size: 14px;
}
.required_accessories {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.product_accessory {
	width:48%; border:1px solid #eeeeee; margin:4px; padding:10px;  min-height:300px
}

.checker {
	text-align: center;
}
.product-box .product-image {
	border: 1px solid #d6d4d4;
	background: white;
	padding: 5px;
	display: block;
	margin-bottom: 11px;
}
.product-box .product-image img {
	max-width: 100%;
	width: 100%;
	height: auto;
   
}
.product-name-req {
	font-size: 14px;
	line-height: 20px;
	color: #3a3939;
	margin-bottom: 0;
	overflow: hidden;
	white-space: nowrap;
}
.product-name-req a {
	font-size: 14px;
	line-height: 20px;
	color: #3a3939;
}
.accesory_price {
	font-size: 16px;
	color: #777;
	white-space: nowrap;
}
span.aeuc_from_label, span.aeuc_before_label, span.aeuc_tax_label, div.aeuc_shipping_label, div.aeuc_weight_label, div.aeuc_delivery_label {
	color: #554f58;
	font-size: 12px;
}
.product_desc {
	display: flex;
}
.required_accessories img {
	height: auto;
	max-width: 100%;

     box-shadow: none !important;
    -webkit-box-shadow: none !important;
}



fieldset {
    padding: 30px;
    border-radius: 4px;
    border: none !important;
    margin: 0 0;
    padding: .35em .625em .75em !important;
}
.btn.button-plus span, .btn.button-minus span {
	display: block;
	border: 1px solid #fff;
	width: 25px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	background: #1e5799;
	background: white;
	background: -moz-linear-gradient(top, white 0%, #fbfbfb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #fbfbfb));
	background: -webkit-linear-gradient(top, white 0%, #fbfbfb 100%);
	background: -o-linear-gradient(top, white 0%, #fbfbfb 100%);
	background: -ms-linear-gradient(top, white 0%, #fbfbfb 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #fbfbfb 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fbfbfb', GradientType=0);
}
#quantity_wanted_p {
	border-bottom: 1px solid #d6d4d4;
	padding-bottom: 15px;
}
#quantity_wanted_p input {
	width: 78px;
	height: 27px;
	padding: 0 6px;
	float: left;
	border: 1px solid #d6d4d4;
	line-height: 27px;
}
#quantity_wanted_p .btn {
	float: left;
	margin-left: 3px;
}
/* REQ ACCS */


li.current-menu-item  {color:#000000; background:#FFFFFF !important}
li.current-menu-ancestor {color:#000000; background:#FFFFFF !important}

/* Astra: jegliche automatische Versandtexte unter dem Preis deaktivieren */
.ast-shipping-text {
    display: none !important;
}

.custom-tax-shipping {
    margin-left: 15px;
    font-size: 13px;
	font-weight: normal;
    color: #666;
}

