/**
 * This file is a container for custom CSS. You can use it to override the default styles of the theme.
 *
 * 1. Copy the file "SAMPLE.custom.css" and rename it to "custom.css".
 *    Otherwise this file will not be loded by Magento.
 * 2. Enable it in the admin panel.
 * 3. Uncomment slected sample styles or add your own CSS to override the default styles of the theme.
 *
 * Please refer to the user guide for more details.
 *
 */



/* Stock indicator on product page: icon color
-------------------------------------------------------------- */

/*
.availability-only .ic { color: green; }
*/



/* Product counter in the mini cart drop-down
-------------------------------------------------------------- */

/*
.header .skip-link .count {
	background-color: deepskyblue;
}
*/

body {
font-family: 'Lato';
}

a {
 color: #1553a8;
}

/*Alle Preise in fetter, grüner Schrift*/
.price-box .regular-price .price, .price-box .minimal-price .price, .price-box .price-from .price, .price-box .price-to .price, .price-as-configured .price {
 color: #396f00;
 font-weight: bold;
}

/* Preise "ab" in der Grid-Ansicht auf normale Schriftgröße reduzieren*/
.products-grid .price-box .price-label {
 font-size: 12px;
}

/* Preise in der Grid-Ansicht vergrößern*/
.products-grid .price-box {
 font-size: 1.5em;	
}

/* Weil die Lieferzeiten und Versandkosten in Deutschland mit angezeigt werden müssen, wird mehr Platz in der Grid-Ansicht benötigt */
.products-grid.equal-height .item .actions {
 bottom: 15px !important;
}

/* Preise bei der Optionswahl werden grün und fett angezeigt */
.price-notice .price {
 color: #396f00;
 font-weight: bold;
}

/* Buttons für Warenkorb und Angebot etwas kleiner gestalten */
.product-view .btn-cart {
 min-width: 150px;
}

/* Buttons "Weiter einkaufen" und "In den Warenkorb verschieben" im Warenkorb anpassen*/
.cart-table tfoot button {
 padding: 5px;
}

/* Warenkorb und Zur Kasse Buttons */
.product-view .btn-cart, .btn-checkout {
 font-weight: bold;
}
