body {
    font-family: 'Droid Sans',sans-serif;
    background: #333132 url('/assets/frontend/img/rige-background.jpg') repeat-x top center;
}

h2, .h2 {
    font-size: 1.2rem;
}

a, .list-menu a {
    color: white;
}

a:hover, .list-menu a:hover {
    color: #bfd730;
}

.text-primary,
.text-primary:hover,
a.text-primary:hover,
a.text-primary:focus {
    color: #BFD730 !important;
}

.text-bold {
    font-weight: bold;
}

.text-small {
    font-size: 0.8rem;
}

.text-red {
    color: red !important;
}

.cart-image {
    width: 125px; height: 125px;
}

@media (min-width: 768px) {
    .cart-image {
        width: 80px !important;
        height: 80px !important;
    }
}

.container-top {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.navbar-top {
    font-size: 12px;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.5);
    position: relative;
    text-transform: uppercase;
    z-index: 3;
}

.navbar-top a:hover {
    text-decoration: underline;
}

.header-shopping-cart-icon {
    width: 32px;
    margin-top: -5px;
}

.header-shopping-cart-icon:hover {
    filter: invert(45%) sepia(77%) saturate(436%) hue-rotate(27deg) brightness(116%) contrast(79%);
}

.img-wrap-brands {
    height: 120px !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #000;
    background-color: #BFD730;
    border-color: #BFD730;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle,
.btn-outline-primary:hover
{
    color: #000;
    background-color: #BFD730;
    border-color: #BFD730;
}

.btn-outline-primary {
    color: #BFD730;
    border-color: #BFD730;
}

.old-price {
    margin-left: 5px;
    color: #FF0000;
    text-decoration: line-through;
}

.old-price span {
    color: #FFFFFF;
}

.widget-header .dropdown-menu {
    background-color: #333132;
}

.widget-header .dropdown-menu a,
.widget-header .dropdown-menu a:visited {
    color: #fff;
}

.widget-header .dropdown-menu a:hover,
.widget-header .dropdown-menu a:active,
.widget-header .dropdown-menu a.hover,
.widget-header .dropdown-menu:focus,
.widget-header .dropdown-item:focus {
    color: #bfd730;
    background-color: rgba(0,0,0, 0.5) !important;
}

.header-main {
    padding-top: 1rem;
    margin-top: 0;
}

@media (min-width: 992px) {
    .navbar-main {
        padding-left: 0;
        padding-right: 0;
    }

    #main_nav > ul {
        width:100%;
        height: 35px;
        padding: 0;
        overflow: visible;
        position: relative;
        display: table;
        table-layout: fixed;
        list-style: none;
        background: #333132;
        border-radius: 5px;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
    }

    #main_nav li {
        padding-top: 3px;
        display: table-cell;
        text-align: center;
    }

    #main_nav li:hover {
        background-color: rgba(0,0,0, 0.5);
    }

    #main_nav li:hover > a {
        color: #bfd730;
    }

    #main_nav li > .dropdown-menu:before {
        content:"";
        position: absolute;
        left: calc(50% - 17px);
        top: -17px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 17px 17px 17px;
        border-color: transparent transparent #333132 transparent;
        z-index:3;
    }

    #main_nav li > .dropdown-menu {
        margin-top: 20px;
        padding-left: 9px;
        padding-right: 9px;
        width: 100%;
        background-color: #333132 !important;
    }

    #main_nav li > .dropdown-menu a,
    #main_nav li > .dropdown-menu a:visited {
        padding: 7px;
        color: #fff;
        font-size:14px;
        border-top: 1px solid #808080;
    }

    #main_nav li > .dropdown-menu a:hover,
    #main_nav li > .dropdown-menu a:active,
    #main_nav li > .dropdown-menu a.active {
        color: #bfd730;
        background-color: rgba(0,0,0, 0.5);
    }
}

@media (max-width: 991px) {
    .section-header .header-main .brand-wrap {
        display: contents !important;
    }

    .container-top {
        padding: 0;
    }

    .container-navbar-main {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    #main_nav li .dropdown-menu {
        background-color: rgba(0,0,0, 0.5);
    }

    #main_nav li .dropdown-menu a {
        text-align: center;
        border-top: 1px dashed #808080;
    }

    .navbar-main {
        background-color: #333132;
    }
}

@media (max-width: 767px) {
    .content-body-mt0 {
        padding-top: 0;
    }

    .section-brands {
        display: none;
    }

    .section-banners {
        padding-top: 5px;
    }

    .carousel-control-prev, .carousel-control-next {
        display: none;
    }
}

#main_nav li > .dropdown-menu a:first-child {
    border-top: 0;
}

#main_nav li > .dropdown-menu a,
#main_nav li > .dropdown-menu a:visited {
    color: #fff;
}

#main_nav li > .dropdown-menu a:hover,
#main_nav li > .dropdown-menu a:active,
#main_nav li > .dropdown-menu a.hover,
#main_nav li > .dropdown-menu:focus,
#main_nav .dropdown-item:focus {
    color: #bfd730;
    background-color: rgba(0,0,0, 0.5) !important;
}

#main_nav .nav-link {
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.card, .card-header {
    background-color: #333133;
    border-color: #000000;
}

.border-white {
    border-color: #FFF;
}

.card-product-grid {
    background-color: #000000 !important;
}

.card-product-grid .info-wrap {
    padding: 14px 12px;
}

.page-item.disabled .page-link,
.page-item .page-link {
    color: #BFD730;
    background-color: #000000;
    border: 1px solid #000000;
}

.page-item .page-link.active,
.page-item.active .page-link {
    color: #000000;
    background-color: #BFD730;
    border: 1px solid #BFD730;
}

#page_bar {
    text-align: right;
    display: inline-flex;
}

.pagination.justify-content-start {
    float: left;
}

.js-check {
    color: #FFFFFF;
    margin-right: 4px;
}

.js-check.active, .js-check:hover {
    color: #FFFFFF;
    border-color: #BFD730;
    font-weight: bold;
    cursor:pointer;
}

#main_nav .dropdown-item {
    text-transform: uppercase;
}

.dropdown-item.active, .dropdown-item:active {
    color: #000;
    background-color: #BFD730;
}

/* price slider */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    background-color: #BFD730;
    border-color: #000;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background-color: #BFD730;
    border-color: #000;
}

.ui-widget-header {
    background-color: #BFD730;
}
/* END - price slider */

.product-description {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 65px;
}

/* sidebar items? */
.list-group-item.active {
    font-weight: bold;
}
.list-group-item.active, .list-group-item:hover {
    background-color: #BFD730;
    border-color: #BFD730;
    color: #333132;
}
.list-group-item {
    background-color: #000;
    color: #FFF;
}

.table-dark thead {
    background-color: #000;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(51 49 51);
}

.table-dark {
    background-color: rgba(0, 0, 0, 0.5);
}

.tracking-wrap .icon,
.tracking-wrap .step::before {
    background-color: #000;
}

.tracking-wrap .step.active:before,
.tracking-wrap .step.active .icon {
    background-color: #BFD730;
}

.tracking-wrap .step.active .text {
    color: #BFD730;
}

.box {
    background-color: #000;
}

.overallratingholder, .ratingholder {
    height: 14px;
    background: url('/assets/frontend/img/ratingstar.gif');
    width: 80px;
    margin: 0 !important
}

.ratingholder span {
    display: inline-block;
    height: 14px;
    width: 16px;
    outline: 0;
    cursor: pointer !important
}

.ratingholder span input {
    opacity: 0;
    height: 14px;
    width: 16px;
    cursor: pointer !important
}

.overallratingholder .starrating {
    display: inline-block;
    background: url('/assets/frontend/img/ratingstar.gif');
    background-position: 0 14px;
    height: 14px
}

.ratingholder span.active {
    background: url('/assets/frontend/img/ratingstar.gif');
    background-position: 0 14px
}

.custom-page p, .custom-page ul, .custom-page li {
    font-size: 0.8rem;
}

.custom-page img {
    margin: 0 3px;
}

.custom-page h1, .custom-page h2, .custom-page h3, .custom-page h4 {
    color: #BFD730;
}

.custom-page h1 {
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-top: 18px;
}

.custom-page h1:nth-child(1) {
    margin-top: 0;
}

.custom-page h2 {
    font-size: 1.2rem;
}

.custom-page h3 {
    font-size: 1.1rem;
}

.custom-page h4 {
    font-size: 1.0rem;
}

/** footer **/
.section-footer ul a:hover {
    color: #BFD730;
}
.btn-footer:hover, .btn-footer:hover i {
    color: #BFD730 !important;
    background-color: #000;
}

.footer-bottom a, .footer-bottom i {
    margin: 0 3px;
}

.product-social .facebook {
    max-width: 132px;
}
.product-social .twitter {
    padding-top: 2px;
    margin-right: 3px;
}

.badge-success {
    background-color: #BFD730;
    border-color: #333132;
    color: #333132;
}

.carousel-control-prev {
    left: -70px;
}

.carousel-control-next {
    right: -70px;
}

.slick-prev, .slick-next {
    color: white;
}

.gallery-wrap .img-big-wrap img {
    height: 100%;
    width: 100%;
}

.cart-empty-logo {
    width: 180px;
    height: 100px;
    filter: brightness(0) invert(1) drop-shadow(0 0 10px black);
}

.cart-empty-title {
    text-transform: uppercase;
    margin: 0.5rem 0 0 0;
    text-shadow: #000000 1px 0 10px;
}

.cart-empty-subtitle {
    color: #B1B1B1;
    text-transform: uppercase;
    text-shadow: #000000 1px 0 10px;
}

.cart-empty-button {
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 1px 0 10px #000000;
}
