﻿:root {
    --gutter-width: 20px;
    --gutter-max-width: 20px;
}



.tab-image {
    min-width:90%;
    height: auto;
}

.tab-image.mobile {
    min-width: 0px;
    height: auto;
}

.tab-image.invert {
    filter: invert(1);
    filter: brightness(0.87);
}

.tab-image.invertblack {
    filter: invert(1);
}

.tab-col {
    background-color: transparent;
}

#tab_homepage{
    width: 120px;
}

#header-nav .tab-gutter {
    width: 100%;
    min-width: 0px;
    max-width: 96px;
}

#divSecondaryNav {
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

li.dropdown > a {
    padding-left: 10px;
}

.tab-stores, .tab-stores-message {
    display: flex;
    height: 71px;
}

.tab-stores-message {
    color: #000;
    flex-wrap: wrap;
    margin-left: auto;
    order: 2;
    line-height: 1.1;
}

.tab-col.active, .tab-col > a.active {
    background-color: #dcddde;
}

.tab-col.selected, .tab-col > a.selected {
    background-color: black;
}

.tab-container {
    display: flex;
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
}

.tab-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}


.tab-gap {
    min-width: 10px;
    max-width: 30px;
    width: 100%;
}

.tab-search {
    text-align: right;
    vertical-align: middle;
    width: 100%;
    min-width: 100px;
    z-index: 10;
    padding-top: 20px;
    display:flex;
    justify-content: right;
}

#header_logo {
    padding-top: 10px;
    padding-bottom: 10px;
}

    #header_logo .img-responsive {
        display: inline;
    }

.sub-nav-menu {
    width: 100%;
    border-top: 1px solid silver !important;
    border-bottom: 1px solid silver !important;
    border-left: 0px !important;
    border-right: 0px !important;
    -webkit-box-shadow: 0px 0px 0px 0px white !important;
    box-shadow: 0px 0px 0px 0px white !important;
    margin-top: 10px;
}

.sub-nav-menu div {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

    .sub-nav-menu li a {
        font-size: 1em !important;
        text-transform: uppercase;
        color: black !important;
        padding-left: 0px !important;
    }

.sub-menu-col {
    width: 100%;
}


.sub-menu-ad {
    width: 100%;
    min-width: 175px;
    background-color: gray;
    margin-top: 16px;
    font-size: 3em;
    color: #ccc;
    justify-content: center;
    text-align: center;
    padding-top: 40px;
    text-transform: uppercase;
}

.flex-100{
    display:flex;
    width:100%;
}

.flex-gutter {
    width: 100%;
    min-width: 0px;
    max-width: var(--gutter-max-width);
}

.flex-divider {
    display: flex;
    width: 100%;
    height: 10px;
}


@media (max-width: 999px) {
    .tab-col > a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 1000px) {
    .tab-col > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 1200px) {
    .tab-col > a {
        padding-left: 20px;
        padding-right: 20px;
    }
}

#tab_2{
    padding-left:16px;
    padding-right:20px;
    overflow: hidden;
}

#tab_2 img {
    height: 76px;
    margin-top: -5px;
}