.header {background-color: #000000!important;}
form {margin-bottom: 0!important;}
.custom_banner {margin-top: -20px!important; min-height: 250px;}
.outer_div {
    position: relative; margin-top: -20px; width: 100%; height: 250px;
    min-height: 250px; padding: 20px;
}
.inner_div {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
}
.select2-results__option--highlighted, .select2-results__option:hover {
    background-color: #c82727!important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #c82727!important;
}
.image_nav_outer_div {
    position: relative; width: 100%; height: 150px; min-height: 150px;
    padding: 10px; background-color: #c82727; color: #FFFFFF;
}
.image_nav_outer_div:hover {
    background-color: rgb(0, 0, 0)!important;
}
.image_nav_inner_div {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%,-40%);
    color: #FFFFFF;
}
.image_nav-category:hover{
    text-underline: red;
}
.partner_logo_navigation:hover {cursor: pointer!important;}
.product_list_item {color: #4e555b!important;}
.product_list_item:hover {text-decoration: none!important;}
.product_text:hover {box-shadow: 0 0 3px #4e555b;}
.product_text {
    background-image: url('https://cdn.aesconnect.co.za/static/images/product-list-background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.product_text strong {font-size: 16px; color: #000000; font-weight: bold;}
.product_text_price {font-size: 20px!important;}
.nav.flex-column > li .nav-link {
    background-color: #FFF!important;
}
/* google recaptcha overrides */
@media screen and (max-width: 991px) {
    .grecaptcha-badge {transform:scale(0.85); -webkit-transform:scale(0.85);}
}
.grecaptcha-badge {position: static !important;}
/* Custom Hijack overrides */
#custom_hijack {
    width: 200px;
    background-color: #c82727!important;
}
.link:hover {
    background-color: rgba(200, 150, 50, 0.5);
    border-bottom-color: red;
    background-color: gold;
}