/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
/* TOP BAR */
.navbar-default {
    background:#111 !important;
    border:none !important;
}

/* MENU LINKS */
.navbar-default .navbar-nav > li > a {
    color:#fff !important;
    font-weight:500;
}

.navbar-default .navbar-nav > li > a:hover {
    color:#d60000 !important;
}

/* HEADER STRIP */
section#main-menu {
    background:#111 !important;
}

/* ICON STRIP */
.home-shortcuts {
    background:#d60000 !important;
}

/* BUTTONS */
.btn-primary,
.btn-success {
    background:#d60000 !important;
    border-color:#d60000 !important;
}

.btn-primary:hover,
.btn-success:hover {
    background:#a80000 !important;
}

/* LINKS */
a {
    color:#d60000;
}

/* ANNOUNCEMENTS */
.panel-primary > .panel-heading {
    background:#111 !important;
}

/* FOOTER */
footer {
    background:#111;
    color:#ccc;
}

/* CLIENT AREA HEADER */
.clientareabox {
    border-top:3px solid #d60000;
}

/* SEPET BUTONU */
li.primary-action a.btn {
    background:#d60000 !important;
    border-color:#d60000 !important;
    color:#fff !important;
}

li.primary-action a.btn:hover {
    background:#a80000 !important;
    border-color:#a80000 !important;
}

/* ICON BUTON */
li.primary-action {
    border-left:none !important;
}

/* SEPET TABLO HEADER */
#order-standard_cart .view-cart-items-header {
    background:#d60000 !important;
    color:#fff !important;
}

/* ALT BORDER ÇİZGİ */
#order-standard_cart .view-cart-items {
    border-top:2px solid #d60000 !important;
}

