﻿footer {
    background-color: #012742;
}

    footer .contact-items li .fa {
        color: #fff;
    }

.online_chat {
    background-color: #0270BF;
}

.chat_container .chat_header {
    background-color: #0270BF;
}

    .chat_container .chat_header .headerBtns:hover {
        background-color: #19679f;
    }

.cart-button {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 50%;
    padding: 15px;
    padding-left: 0;
    cursor: pointer;
    color: #fff;
    background-color: #19679f;
}



    .cart-button:hover {
        background-color: #2788ce;
    }

.document-item:hover figcaption {
    background-color: #a4cfee;
}

    .document-item:hover figcaption a {
        text-decoration: none;
        color: #ffffff;
    }

.contact-nav {
    background-color: #073a5f;
}

.min-logo {
    display: initial;
    height: 82px;
}

.category-items.open {
    top: 87px;
}
