
/* =========================
   SVAPOANGAR9 STYLE
   ========================= */

body {
    background: #f4f4f4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

/* Layout density */
.container,
.container-fluid {
    max-width: 1380px;
}

/* Header */
#header {
    background: #ffffff;
    border-top: 4px solid #d60000;
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
}

.header-top {
    padding: 10px 0;
}

/* Menu */
#top-menu {
    background: #111;
    border-top: 2px solid #d60000;
}

#top-menu a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

#top-menu a:hover {
    color: #ff2c2c;
}

/* Left column */
#left-column {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
}

/* Product cards */
.product-miniature {
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px;
    margin-bottom: 14px;
    transition: all .2s ease;
    min-height: 100%;
}

.product-miniature:hover {
    border-color: #d60000;
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
}

.product-title {
    font-size: 13px;
    font-weight: bold;
    min-height: 34px;
}

.price {
    color: #d60000 !important;
    font-size: 18px;
    font-weight: bold;
}

.regular-price {
    color: #888 !important;
    font-size: 12px;
}

/* Buttons */
.btn-primary,
.btn-secondary,
.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.btn-primary {
    background: #d60000;
    border-color: #b40000;
}

.btn-primary:hover {
    background: #ff1f1f;
}

/* Footer */
#footer {
    background: #1a1a1a;
    color: #ccc;
    margin-top: 30px;
    padding-top: 30px;
}

#footer a {
    color: #ddd;
}

/* Banners */
.carousel,
.hero,
.banner {
    border: 1px solid #ccc;
    background: #fff;
}

/* Compact sections */
section,
.block-category,
.products-section {
    margin-bottom: 18px;
}

/* Sidebar blocks */
.block-categories,
.blockcart,
.block_newsletter,
.facet {
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 14px;
    padding: 10px;
}

/* Mobile */
@media (max-width: 768px) {
    .container,
    .container-fluid {
        padding-left: 8px;
        padding-right: 8px;
    }

    .product-miniature {
        padding: 6px;
    }
}
