.top-bar {
    background: #f5f5f5;
}

.logo img {
    width: 300px;
}

/* DESKTOP VIEW: show nav normally */
@media (max-width: 768px) {
    .search-box {
        width: 100% !important;
    }

    .searchBox {
        margin-top: 25px;
    }
}

@media (min-width: 768px) {
    #mainNav {
        position: static;
        transform: none !important;
        visibility: visible !important;
        height: auto;
        border-left: 0;
        width: 100%;
    }
}

.mid-row .container-fluid,
.top-bar .container-fluid {
    max-width: 1600px;
}

.vr-apt svg {
    margin-right: 5px;
}

/* Search Box */
.search-box {
    position: relative;
    width: 350px;
}

/* Input */
.searchInput {
    width: 100%;
    height: 44px;
    padding: 0 0px 0 15px;
    border: 1px solid #F2F2F2;
    border-radius: 22px;
    font-size: 14px;
    outline: none;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background: #cccccc1f;
}

.offcanvas-body .nav-link {
    padding: 0 20px;
    letter-spacing: 1px;
    margin: 0;
}

/* Focus */
.searchInput:focus {
    border-color: #333;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

/* Placeholder */
.searchInput::placeholder {
    color: #aaa;
}

/* Button */
.searchButton {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border: none;
    background: transparent;
    color: #777;
    cursor: pointer;
    padding: 0;
}

.searchButton i {
    font-size: 16px;
}

.searchButton:hover {
    color: #000;
}

ul.nav.flex-column.flex-md-row.justify-content-center {
    margin-left: 15px;
}

.offcanvas-body.p-0.p-md-2 {
    background: #012845;
}

.vr-apt a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

span#show_page_range,
.be-pagination span {
    text-transform: lowercase;
}

.dropdown-sort-by span {
    color: #333 !important;
}

.page-data span {
    color: #333;
}

.be-pagination .statistics {
    text-transform: lowercase !important;
}

.fa-bars::before {
    content: "\f036";
}

button.navbar-toggler i.fa.fa-bars {
    color: #444;
    padding: 3px;
    font-size: 22px;
}

button.navbar-toggler {
    border-color: #444;
    opacity: 80%;
}

.glowing-border-red {
    outline: none;
    border: 2px solid #ff3333;
}

#custom-navbar .row {
    width: 100%;
}

.navbar-header {
    width: fit-content;
}

.modal-dialog .pop-image {
    width: 338px !important;
    top: -54px !important;
    position: absolute;
    right: -134px !important;
}

.alert-danger {
    color: #ff0029;
    border-color: #ff0029;
}

.alert-success {
    color: #3c763d;
    border-color: #3c763d;
}

div#page-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.22);
    z-index: 9999;
}

div#text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 36px;
    color: #000;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-shadow: black;
    text-shadow: 0 0 20px black;
}

@media (max-width:991px) {
    button.navbar-toggler {
        width: fit-content;
    }

    #custom-navbar .row {
        width: fit-content;
        flex-wrap: unset;
    }
}

@media(max-width:1700px) {
    .nav-container {
        max-width: 1550px;
        padding-right: 12px !important;
        padding-left: 12px !important;
    }

    nav .right_bar .social_icons {
        gap: 10px;
    }

    nav li.inline-nav:nth-child(2) {
        padding-left: 10px;
        padding-right: 5px;
    }

    nav li.inline-nav:nth-child(3) {
        padding-right: 5px;
        padding-left: 10px;
    }

    nav .right_bar .social_icons li#show-search {
        /* border-left: 1px solid #ccc; */
        padding-left: 10px;
    }
}

.logo-img {
    width: 275px;
}

.custom_header .top-nav .container-fluid {
    max-width: 1600px;
}

.custom_header .top-nav i {
    font-size: 18px;
}