/**
 * 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;
}
*/

/* Change color of the ADD TO CART BUTTON, increase font size
-------------------------------------------------------------- */

.product-view .btn-cart, .btn-checkout {
    background-color: #003D79;
}

.product-view .btn-cart, .btn-checkout {
    font-size: 17px;
    font-size: 1.41em;
}

.button {
     background-color: #003D79;
     color: #ffffff;
}

.btn-inline:nth-child(1) {
    background-color: #D4E2EB;
    color: #333333;
}

#addTagForm .button {
    background-color: #353535;
}

#addTagForm .button:hover {
background-color: #686868;
}
