.elementor-9 .elementor-element.elementor-element-5d469e66 .elementor-heading-title{color:var( --e-global-color-c036d44 );}.elementor-9 .elementor-element.elementor-element-5d469e66{color:var( --e-global-color-text );padding:50px 0px 50px 0px;}.elementor-9 .elementor-element.elementor-element-5d469e66 a{color:var( --e-global-color-c036d44 );}.elementor-9 .elementor-element.elementor-element-5d469e66 a:hover{color:var( --e-global-color-primary );}.elementor-9 .elementor-element.elementor-element-501ccad5 .elementor-heading-title{font-family:"Quicksand", Sans-serif;color:var( --e-global-color-c036d44 );}:root{--page-title-display:none;}/* Start custom CSS *//*Mein Konto Tabelle angepasst*/
thead {
    background-color: var( --e-global-color-primary );
    color: #ffffff;
}

.woocommerce table.shop_table th {
    font-weight: 400;
}

table td, table th {
    border: 0px !important;
    padding: 15px !important;
}

.woocommerce table.shop_table {
    border: 0px;
}

abbr[title] {
text-decoration: none;
}

/*Icons für Mein Konto Liste*/
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard::before {
   font-family: "Font Awesome 5 Free";
   content: "\f073";
   padding-right: 10px;
   font-size: 20px;
   color: #000 !important;
   font-weight: 300;
   
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders::before {
    font-family: "Font Awesome 5 Free";
   content: "\f07a";
   padding-right: 5px;
   font-size: 20px;
   color: #000 !important;
   font-weight: 600;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads
    ::before {
    font-family: "Font Awesome 5 Free";
    content: "\f56d";
    padding-right: 17px;
    font-size: 20px;
    color: #000 !important;
    font-weight: 600;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address::before {
    font-family: "Font Awesome 5 Free";
   content: "\f0ac";
   padding-right: 9px;
   font-size: 20px;
   color: #000 !important;
   font-weight: 600;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account::before {
font-family: "Font Awesome 5 Free";
   content: "\f007";
   padding-right: 10px;
   font-size: 20px;
   color: #000 !important;
   font-weight: 600;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--tinv_wishlist:before {
    font-family: "Font Awesome 5 Free";
   content: "\f004";
   padding-right: 10px;
   font-size: 20px;
   color: #000 !important;
   font-weight: 600;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout::before {
    font-family: "Font Awesome 5 Free";
   content: "\f2f5";
   padding-right: 8px;
   font-size: 20px;
   color: #000 !important;
   font-weight: 600;
}

@media only screen and (min-width: 893px){ nav.woocommerce-MyAccount-navigation {
    width: 25% !important;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 30px;
    border-right: 2px solid var( --e-global-color-primary );
    float: left;
    margin-left: -35px
}
}

@media only screen and (max-width: 893px){ nav.woocommerce-MyAccount-navigation {
    width: 100% !important;
    display: inline-block;
    margin-bottom: 50px;
    float: left;
    margin-left: -35px
}
}

@media only screen and (max-width: 893px){.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}
}

/*Mein Konto - Konto-Details angepasst*/
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 0px solid;
    border-radius: 0px;
    background-color: #f7f7f7;
}

fieldset {
    border: 2px solid var( --e-global-color-primary );
}

/*Mein Konto Rechnungs-Adresse bearbeiten angepasst*/
#billing_state_field {
    display: none !important;
}

.select2-container--default .select2-selection--single {
    height: 37px;
}

#select2-billing_country-container {
    line-height: unset;
}

/*Mein Konto Liefer-Adresse bearbeiten angepasst*/
#shipping_state_field {
    display: none !important;
}

#shipping_country {
    height: 37px;
}

#select2-shipping_country-container {
    line-height: unset;
}/* End custom CSS */