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

/* Product counter in the mini cart drop-down
-------------------------------------------------------------- */
/*SPBT Product Detail Page - Untuk menghilangkan compare dan share*/
.product-view .action-box {
    display: none;
}

/*SPBT Product Detail Page - Untuk memperbesar harga*/
.product-view .price-box .price, .map-popup-price .price, .map-popup-msrp .price {
    font-size: 24px;
    font-weight: bold;
}

/*SPBT Product Category View Grid - Untuk memberi jarak tombol beli*/
.products-grid.size-s .item .btn-cart {
    margin-bottom: 20px;
}

/*SPBT Product Category View Grid - Untuk memberi jarak tombol beli*/
.products-grid.size-xs .item .btn-cart {
    margin-bottom: 20px;
}

/*SPBT Product Category View Grid - Untuk memberi jarak tombol beli*/
.products-grid.centered .item .btn-cart {
    margin-bottom: 20px;
}

/*SPBT Shopping Cart Page - Untuk membuat clean cart */
.grid12-8 {
    display: none;
}

/*SPBT untuk mengatur huruf body */
body
{ 
    font-family: 'Quicksand', sans-serif;
}


