﻿#header {
    min-width: 320px;
}

#header-bar {
    width: 100%;
    min-height: 5px;
    background-color: #9E0000;
}

#site-switch {
    display: none;
}

#login-help {
    display: none;
}


/* Mobile Search Bar*/
#header-search-bar-wrapper {
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    height: 64px;
    background-color: #F4F4F4;
}

#search-bar {
    min-width: 288px;
    padding: 16px 16px;
}

#search-bar-textfield-wrapper {
    display: inline-block;
    min-width: 256px;
    max-width: 85%;
    width: 100%;
    height: 28px;
    vertical-align: middle;
    border-radius: 2px 0 0 2px;
    border: 1px solid #E4E4E4;
}
#search-bar-textfield {
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 14px;
    outline: none;
    text-indent: 15px;
}

#search-bar-button {
    display: inline-block;
    height: 18px;
    width: 18px;
    background-color: #9E0000;
    vertical-align: middle;
    margin-left: -4px;
    border-radius: 0 2px 2px 0;
    padding: 6px;
}
#search-bar-button-icon {
    width: 18px;
    height: 18px;
    background: url("/view/images/Header/search.png") no-repeat;
}

#header-content {
    background-color: #FFFFFF;
    box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.3);
    padding: 10px 0;
}

#header-content-bar {
    width: 100%;
    height: 5px;
    background-color: #9E0000;
}

.header-content-top-logo-image {
    width: 111px;
    height: 33px;
    background: url("/view/images/Header/logo-blk.png") no-repeat;
    background-size: 111px 33px;
}


#header-content-top-cart {
    display: inline-block;
    margin-right: 7px;
}
#header-content-top-cart-icon {
    width: 36px;
    height: 27px;
    background: url("/view/images/Header/shopping-cart.png") no-repeat;
}

#header-content-top-menu {
    display: inline-block;
}
#header-content-top-menu-icon {
    width: 36px;
    height: 24px;
    background: url("/view/images/Header/menu.png") no-repeat;
}

.collapsed {
    display: none;
}

.header-content-bottom-nav-item{
    display: none;
}

.pill-display {
    height: 18px;
    min-width: 18px;
    border-radius: 9px;
    padding: 0;
}
#account-link {
    display: none;

}
#cart-link {
    display: none;
}
#header-content-search-bar-wrapper {
    display: none;
}
#header-content-top-my-account {
    display: none;
}
.header-content-top-menu-label {
    display: none;
}
#header-content-top-cart-quantity {
    display: none;
}
/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #account-link {
        display: inline-block;
    }

    #cart-link {
        display: inline-block;
    }

    #header-search-bar-wrapper {
        display: none;
    }

    #header-content {
        height: 188px;
    }

    #header-content-bar {
        height: 36px;
    }

    .account-icon {
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url("/view/images/Header/account-circle-wht.png") no-repeat;
        background-size: 18px 18px;
    }

    .cart-icon {
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url("/view/images/Header/account-circle-wht.png") no-repeat;
        background-size: 18px 18px;
    }

    .header-content-top-logo-image {
        height: 80px;
        width: 260px;
        background: url("/view/images/Header/logo-blk.png") no-repeat;
        background-size: 260px 80px;
    }

    #header-content-top-my-account {
        display: none;
    }
    #header-content-top-cart-icon {
        display: none;
    }

    #header-content-top-menu-icon{
        display: none;
    }
    #search-bar {
        display: inline-block;
    }
}

/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #header-content {
        padding: 0px;
    }
    .header-content-top-menu-label {
        display: inline-block;
    }
    #header-content-top-cart-quantity {
        display: inline-block;
    }
    #header-content {
        height: 152px;
    }
    #header-content-right-container {
        margin-top: 46px;
        width: 73%;
        text-align: right;
    }
    #header-top-nav-login {
        display: inline-block;
    }

    #header-top-nav-help {
        display: inline-block;
    }
    .left-container {
        margin-top: 19px;
    }
    #header-content-search-bar-wrapper {
        display:inline-block;
        width: 64%;
        height: 42px;
        border-radius: 2px;
        background-color:#FFFFFF;
        margin-left: 10px;
    }
    #search-bar-all-products-dropdown{
        cursor: pointer;
        display:inline-block;
        float: left;
        height: 24px;
        min-width: 91px;
        padding: 9px;
        background-color: #F7F7F7;
        border: 1px solid #e4e4e4;
        border-radius: 2px 0 0 2px;
        font-size: 10px;
        vertical-align: middle;
        line-height: 26px;
    }

    #search-bar-all-products-dropdown-selected {
        max-width: 106px;
        overflow: hidden;
        vertical-align: middle;
        display: inline-block;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #search-bar-textfield-wrapper {
        width: 87%;
        min-width: 0;
        max-width: 100%;
        height: 42px;
        float: left;
        vertical-align: middle;
        border: none;
        border-top: 1px solid #E4E4E4;
        border-bottom: 1px solid #E4E4E4;
    }

    #search-bar{
        display:inline-block;
        width: 68%;
        float: left;
        padding: 0px;
    }

    #search-bar-button {
        height: 20px;
        padding: 12px;
        float: left;
    }
    #search-bar-button-icon {
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
    #header-content-bottom{
        display: inline-block;
    }

    .header-content-bottom-nav-item{
        display: inline-block;
    }
    #account-link {
        display: none;
    }

    #cart-link {
        display: none;
    }

    #site-switch {
        display: inline-block;
    }

    #login-help {
        display: inline-block;
        font-size: 10px;
    }

    #login-help > * {
        color: #FFFFFF;
        font-family: Verdana;
        font-size: 10px;
        line-height: 12px;
        text-decoration: none;
    }

    .site-switch {
        position: relative;
        display: inline-block;
    }

    .site-switch span {
        font-family: Verdana;
        font-size: 10px;
        line-height: 12px;
        margin-left: 3px;
        transition: all .3s ease;
    }

    .site-switch > .site-switch-current span {
        color: #FFFFFF;
    }

    .site-switch > #site-switch-dropdown span {
        color: #009CB9;
    }

    .arrow-down-black {
        width: 0;
        margin-left: 2px;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #000000;
        display: inline-block;
    }
    .site-switch-current {
        cursor: pointer;
        height: 18px;
        padding: 9px;
        transition: all .3s ease;
        font-size: 10px;
    }

    .site-switch-show > .site-switch-current {
        background-color: #FFFFFF;
        color: #9E0000;
    }

    .site-switch-show > .site-switch-current span {
        color: #009CB9;
    }

    .site-switch-show > .site-switch-current > .arrow-down-white {
        border-top-color: #9E0000;
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .site-switch-current > * {
        vertical-align: middle;
        pointer-events: none;
    }

    .site-switch-option {
        cursor: pointer;
        margin: 6px 12px;
        text-align: left;
    }

    .site-switch-option:hover > span {
        text-decoration: underline;
    }

    .site-switch-option > * {
        vertical-align: middle;
    }

    .site-switch-dropdown {
        display: none;
        position: absolute;
        right: 0;
        min-width: 148px;
        background-color: #FFFFFF;
        box-shadow: 0px 2px 7px -2px rgba(0,0,0,0.2);
        z-index: 1;
        padding: 6px 0;
    }
    #header-content-top-cart {
        position: relative;
        display: inline-block;
        margin-right: 0;
        cursor: pointer;
    }

    #header-content-top-cart-icon {

        display: inline-block;
        height: 20px;
        width: 25px;
        background: url("/view/images/Header/shopping-cart.png") no-repeat;
        background-size: 25px 20px;
    }

    #header-content-top-cart-quantity {
        background-color: #008BAA;
        text-align: center;
        color: white;
        position: absolute;
        top: -9px;
        right: -10px;
        font-size: 10px;
        font-family: Verdana;
    }
    #cart-quantity-amount {
        margin: 3px;
    }
    .header-content-top-menu-label {
        font-family: Verdana;
        font-size: 12px;
        line-height: 15px;
        margin-left:10px
    }
    
    #header-content-top-my-account {
        display: inline-block;
        cursor: pointer;
        margin-left: 13px;
        margin-right: 14px;
       
    }


    #header-content-top-my-account-icon {
        display: inline-block;
        height: 23px;
        width: 23px;
        background: url("/view/images/Header/account-circle-blk.png") no-repeat;
        background-size: 23px;
    }

    .header-content-top-menu-item > * {
        vertical-align: middle;
    }

    .header-content-top-icon {
        margin-left:5px
    }

    .header-content-bottom-nav-item {
        float:left;
        display:inline-block;
        text-align: left;
        height: 33px;
        margin-right: 8px;
        cursor: pointer;
        font-family: Verdana;
        font-size: 15px;
        width: 160px;
        line-height: 18px;
    }

    .header-content-bottom-nav-item:hover {
        font-weight: bold;
        color: #9E0000;
    }

    .header-content-bottom-nav-item:hover > .arrow-down-black{
       border-top: 6px solid #9e0000;
    }

    #header-content-bottom-content-manufacturers  a{
        text-decoration: none;
        font-family: verdana;
        font-size: 15px;
        color: black;
    }
    .header-content-bottom-nav-item:hover .arrow-down-black {
        border-top: 6px solid #9e0000;
    }
    .header-content-bottom-nav-item:hover > #header-content-bottom-content-manufacturers > a{
        color:#9E0000
    }

    .header-content-bottom-nav-item:hover #header-content-bottom-content-manufacturers {
        width: auto;
        height: 100%;
        border-bottom: 2px solid #9E0000;
        display: inline-block;
    }

    .header-content-bottom-nav-item > .arrow-down-black {
        margin-left: 1px;
    }
    .header-content-bottom-dropdown-button {
        display:inline-block;
        height: 100%;
        width: auto;
    }
    .header-content-bottom-nav-item:hover .header-content-bottom-dropdown-button {
        border-bottom: 2px solid #9E0000;
    }
    .arrow-down-red {
        margin-left: 1px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #9e0000;
        display: inline-block;

        transition: all .3s ease;
    }
    
}

/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}

/* Shared CSS Classes and Styles */

.limiter {
    max-width: 1200px;
    margin: auto;
}

.right-container {
    display: inline-block;
    float: right;
}
.right-container > * {
    vertical-align: middle;
}

.left-container {
    display: inline-block;
    float: left;
}
.left-container > * {
    vertical-align: middle;
}

.clear-both {
    clear: both;
}

.arrow-down-white {
    margin-left: 3px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFFFFF;
    display: inline-block;

    transition: all .3s ease;
}

.canada-flag-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("/view/Images/Header/Countries/CANADA_FLAG.png");
    background-repeat: no-repeat;
    background-size: 18px;
}
.chile-flag-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("/view/Images/Header/Countries/CHILE_FLAG.png");
    background-repeat: no-repeat;
    background-size: 18px;
}
.colombia-flag-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("/view/Images/Header/Countries/COLOMBIA_FLAG.png");
    background-repeat: no-repeat;
    background-size: 18px;
}
.export-flag-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("/view/Images/Header/Countries/EXPORT_FLAG.png");
    background-repeat: no-repeat;
    background-size: 18px;
}
.mexico-flag-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("/view/Images/Header/Countries/MEXICO_FLAG.png");
    background-repeat: no-repeat;
    background-size: 18px;
}
.usa-flag-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("/view/Images/Header/Countries/USA_FLAG.png");
    background-repeat: no-repeat;
    background-size: 18px;
}