.topbar {
    height:104px;
}

.topbar-right .btn-separator {
    height:104px;
}

.topbar-right {
    margin-top:-40px !important;
    height:104px;
}

.topbar-right .btn-group, .topbar-right .btn {
    margin-top: 20px;
}

.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
    left:unset;
    background:#FFF;
}

.product-show .available-green {
    display: inline-block;
    background: #24bf4e;
    font-size:12px;
    padding: 7px;
    border-radius: 5px;
    color: #FFF;
    width:40%;
}

.product-show .available-red {
    display: inline-block;
    background: #bf2424;
    font-size:12px;
    padding: 7px;
    border-radius: 5px;
    color: #FFF;
    width:40%;
}

.product-show .available-orange {
    display: inline-block;
    background: #ff9800;
    font-size:12px;
    padding: 7px;
    border-radius: 5px;
    color: #FFF;
    width:40%;
}

.product-thumbnails a img {
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.product-thumbnails a:hover img {
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-color: #007bff !important;
}

.product-show .available-onorder {
    display: inline-block;
    background: #386aa8;
    font-size:12px;
    padding: 7px;
    border-radius: 5px;
    color: #FFF;
    width:40%;
}

.available-green {
    display: inline-block;
    background: #24bf4e;
    font-size:12px;
    padding: 5px 7px;
    border-radius: 5px;
    color: #FFF;
    width:100%;
}

.available-red {
    display: inline-block;
    background: #bf2424;
    font-size:12px;
    padding: 5px 7px;
    border-radius: 5px;
    color: #FFF;
    width:100%;
}

.available-orange {
    display: inline-block;
    background: #ff9800;
    font-size:12px;
    padding: 5px 7px;
    border-radius: 5px;
    color: #FFF;
    width:100%;
}

.available-onorder {
    display: inline-block;
    background: #386aa8;
    font-size:12px;
    padding: 5px 7px;
    border-radius: 5px;
    color: #FFF;
    width:100%;
}


.toggle:hover {
    background: #c3ddef;
    text-decoration: none;
    color:#000;
}

.menu-toggle-outer {
  min-height:60px;
  background: #5c9fcf;
  display: flex;
  justify-content: space-between;
  padding:5px 20px;
}

.search {
  margin-top:0;
  height:50px;
  margin-top:7px;
  margin-bottom: 5px;
  padding: 5px 10px;
}

.search-icon {
  height:40px;
  width:40px;
}

.search .search-input {
  height:32px;
  width:200px;
  padding:0;
}

.my-title h1 {
    font-size:24px;
    margin-top:5px;
}

.filter-products-count {
    text-align: left;
    padding:10px;
    background:#2e5e88;
    color:#FFF;
}

.btn.btn-info.clear-filters {
    background: #2e5e88;
    color: #FFF !important;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 16px;
}

.btn.btn-info.clear-filters:hover {
    color: #2e5e88 !important;
}

@media screen and (min-width:991px) {
    .topbar-right {
        margin-top:0 !important;
    }
}

@media screen and (max-width:749px) {
    
    .topbar-right .fa.fa-3x {
        font-size: 1.5em;
    }

    .topbar-right .btn-group, .topbar-right .btn {
        margin-top: 30px;
    }
    
    .topbar-right .btn {
        padding:8px 10px;
    }

    .my-title h1 {
        font-size:20px;
        margin-top:5px;
    }

}

@media screen and (max-width:659px) {
    .topbar {
        height:208px;
    }

    .topbar-left {
        border-bottom:1px solid #ccc;
    }
    .topbar-right {
        margin-top:0px !important;
        margin:0 auto;
    }

    .topbar-left, .topbar-right.pull-right {
        width:100% !important;
        float:unset !important;
        display:block;
        clear:both;
        height:104px;
        text-align:center !important;
    }

    .topbar-right .fa.fa-3x {
        font-size: 3em;
    }

    .navbar-brand {
        width:100%;
    }

    .navbar-brand > img {
        margin: 0 auto;
    }
    
    .topbar-right .phone-orders-banner {
        float:left !important;
    }

    .my-title h1 {
        font-size:20px;
        margin-top:5px;
    }

    .main-content .title-full-width {
        padding: 5px 15px;
    }
}

@media screen and (max-width:499px) {

    .topbar-right .btn-group, .topbar-right .btn {
        margin-top: 20px;
    }

    .topbar {
        height:184px;
    }

    .topbar-right .fa.fa-3x {
        font-size: 2em;
    }

    .topbar-right.pull-right {
        display: flex;
        flex-direction: row-reverse;
        height:80px;
    }
    
    .topbar-right .btn-separator {
        height:80px;
    }

    .topbar-right .phone-orders-banner img {
        width:100%;
        height:auto;
        flex-shrink: 1;
        max-width:205px;
    }

    .topbar-right .phone-orders-banner {
        float:unset !important;
        max-width:100%;
        width:100%;
        text-align:left;
    }

    .search .search-input {
        width:120px;
    }

    .my-title h1 {
        font-size:16px;
        margin-top:5px;
    }

    .main-content .title-full-width {
        padding: 5px 15px;
    }
}

.toggle {
    display: block;
    position: relative;
    text-indent: 40px;
    text-decoration: none;
    background: #2e5e88;
    padding: 14px 20px;
    width: 150px;
    color: #FFF;
    border-radius: 5px;
    top:7px;
    font-size:16px;
}

.hc-offcanvas-nav .nav-content > h2 {
    padding: 12px 17px;
}

.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
    background:#5c9fcf;
}

@media screen and (min-width: 1024px) {
    .hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
        left: -40px;
    }
}



