@charset "utf-8";
/* CSS Document */


/* logo */

#header .site-name a span {
    color: black;
}

#header .site-name a.text-logo small
{font-weight:400;}



/* horní menu */

.navigation-in > ul > li {
  margin-left: 35px;
}


/* systémové hlášky */


#shipping-billing-summary:before {
  content: "Zusammenfassung der Bestellung" !important;
}




.in-schritt-2 .form-group>input.form-control, .form-group>select.form-control {							   
  width: 100%;
  max-width: unset;
}


/* související produkty */

#productsRelated::before {content:'Wir empfehlen Ihnen auch zu kaufen:';}
#description:before {content: 'Produktbeschreibung';}
#productsAlternative::before {content: 'Sie werden auch nützlich finden:';}

/* kategorie - cena, tlačítka košík  */

.products-block .p-bottom .prices {width: 100% !important; text-align:center !important; margin-bottom:10px;}
.products-block .p-bottom .p-tools {float:unset !important; margin-left: auto;  margin-right: auto;}


/* detail produktu - tlačítko košík  */

.p-detail-inner .add-to-cart-button {text-transform: none !important;}



