/*
 Theme Name:     Divi Child-Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child-Theme
 Author:         Divi.world
 Author URI:     https://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

/*warenkorb symb ausblenden*/
.et_vertical_nav #et-top-navigation
.et-cart-info {
    float: none;
    display: none;
}

/*add button centered over image*/
.pa-button-over-image .et_pb_image_wrap:before {
   content: "Konzept";
   line-height: 1.3em;
   z-index: 9999;
   position: absolute;
   top: 50%;
   left: 45%;
   transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   background-color: #0c71c3;
   color: #ffffff;
   padding: 12px 24px;
   font-size: 20px;
   font-weight: bold;
   border-radius: 50px;
   transition: all .5s ease;
}
/*-----------------------------------------------------*/
/**
 * The style of the woocommerce compare products
 */


/*############################
 * COMPARE
#############################*/

 
table.compare-list td {
    width: 10% !important;
    max-width: inherit !important;
    min-width: inherit !important;
    text-align: center;
    vertical-align: middle;
}

table.compare-list tbody th {
    width: 10% !important;
    max-width: inherit !important;
    min-width: inherit !important;
    overflow: hidden;
    text-align: left;
    color: #333333;
    background-color: #f2f2f2;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

table.dataTable.compare-list tbody td {
    border-right: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    border-bottom: none;
    border-left: none;
    padding: 10px;
    vertical-align: top !important;
}
table.compare-list td.odd {
    background: #fff !important;
}
