/*

Theme Name: Child-Divi

Author: Stefan Fischer

Version: 1.0

Description: Child Theme of Divi

Author URI: https://www.pro-kalk.com

Template: Divi

*/



@import url("../Divi/style.css");

.woocommerce-message {
	background: rgba(0,0,0,.2) !important;
}
/*Grumdpreis Textgröße*/
span.wgm-info.price-per-unit.price-per-unit-loop.ppu-variation-wrap {
    font-size: .8em;
}
/*Foto-Zoom-Modus Anpassung*/
.pswp__caption__center {
    text-align: center;
    font-size: 22px!important;
    color: #e4df1d;
	padding-bottom: 60px !important;
}
/*Ähnliche Produkte Text zentrieren*/
li.et_pb_post.product.type-product.post-253.status-publish.first.instock.product_cat-marmorputze.taxable.shipping-taxable.purchasable.product-type-variable.has-default-attributes {
    text-align: center;
}
/*Ähnliche Produkte Überschrift zentrieren*/
.product .related h2 {
    text-align: center !important;
	padding-bottom:20px;
}
/*Schriftgröße bei Ähnliche Produkte*/
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 21px;
}
/*Kategorieseiten Text ausrichten*/
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}
/*Shopweite Leiste optimieren*/
p.woocommerce-store-notice.demo_store {
    background: #006494;
    padding-bottom: 10px;
}
/*Textfarbe Link Breadcrumbs*/
.woocommerce .woocommerce-breadcrumb a {
    color: #2ea3f2; 
}
/*Textgröße und -farbe von B2B-market*/
.bm-hidden-product {
    color: #999;
    font-size: 15px;
}
/*Text bei Ähnliche Produkte verbergen*/
.wgm-info.wgm-extra-costs-eu {
    display: none;
}
/*Abstand über Button auf Kategorieseiten*/
.wgm-info.woocommerce_de_versandkosten {
    padding-bottom: 10px !important;
}
/*Borlabs Cookie Box*/
p._brlbs-manage-btn {
    position: inherit!important;
    top: -87px!important;
    background-color: #f7f7f7!important;
    font-size: 13px!important;
    color: #555!important;
    border-radius: 4px!important;
    padding-bottom: 5px!important;
    padding-top: 5px!important;
}
p._brlbs-accept a#CookiePrefSave._brlbs-btn._brlbs-cursor {
    background-color: #fff!important;
    font-size: 10px!important;
    color: #888!important;
}
._brlbs-cursor._brlbs-btn {
  font-size: 13px !important;
}