/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* Kathegorie Übersicht Abstand  */
.product-description {
    padding: 1rem;
}

/* Menübreite Kathegorie-Menü  */
.category-sub-menu {
    width: 15rem;
}

/* Favoritenherz nicht mehr vor Menü anzeigen */
.an_wishlist-container {
    z-index: 0 !important;
}

/* Adressfeld bei Bestellung breiter 
body#checkout section.checkout-step .address-item {
    max-width: 354px;
}
*/



/* Hintergrundfarbe in Forms" */
.form-control {
    background: #FFFFFF;
}

/* Bestellformular Abstand vom Zusatztext */
p.custom-checkbox-label {
    margin-left: 1rem;
    margin-right: 1rem;
}

