/* Header */
.upper_nav_container {
    float: right;
}
#storeLogo {
    max-width: 292px;
}
#storeLogo img {
    margin: auto;
}
#printlogo {
    display: none;
}
#headerLeft {
    padding-top: 10px;
}
#headerRight {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}
#quicksearch_keywords:focus {
    outline: none;
}
div#quicksearch {
    text-align: right;
}
#search-by {
    float: right;
}
/* Header Phone */
#header_phone {
    padding-top: 10px;
}
#header_phone a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
#header_phone .fa {
    font-size: 34px;
}
/* Header Account/Order Shortcuts */
#headerShortcuts {
    display: none;
    background: url('../../images/site/shopping_cart.png') no-repeat left top;
    padding-left: 30px;
    text-align: left;
}
#headerShortcuts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#headerShortcuts a {
    text-decoration: none;
}
#headerShortcuts a:hover {
    text-decoration: none;
}
.header-shortcuts {
    position: relative;
    z-index: 505;
}
.header-shortcuts li {
    position: relative;
}
.header-shortcuts a.nav_0 {
    display: block;
    padding: 4px 0;
}
.header-shortcuts li.nav_0:hover > ul {
    display: block;
}
.header-shortcuts ul.nav_1 {
    display: none;
    position: absolute;
    width: 125px;
    box-shadow: 0 0 3px #333;
    background-color: #FFF;
}
.header-shortcuts ul.nav_1 a {
    display: block;
    padding: 3px 4px;
}
.header-shortcuts ul.nav_1 li:hover {
    background-color: #C1C1C1;
}
#headerShortcutsNonDropdown div {
    display: inline-block;
    padding: 0 15px;
}
/* End Header Account/Order Shortcuts */

/* Header Search */
#header_search {
    height:50px;
    width: 380px;
    max-width: 100%;
    border: 1px solid #2b2b2b;
    border-radius: 0;
}
#quicksearch_keywords,
#header_search .quicksearch-button {
    vertical-align: middle;
    display: inline-block;
}

.quicksearch-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #ffffff;
    padding: 6px 15px;
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}
.quicksearch-button:hover {
    text-decoration: none;
}
#quicksearch_keywords {
    height: 50px;
    width: calc(100% - 64px);
    margin-right: 2px;
    border: none;
    padding: 0 3px;
    font-size: 20px;
    background: transparent;
}
#headerShortcutsNonDropdown {
    display: none;
}
#headerShortcuts {
    display: none;
}
#headerRight {
    padding-top: 24px;
}
#headerRight .upper_nav.menu {
    float: right;
    margin-right: 30px;
    max-width: 640px;
}
.upper_nav_container #socials a {
    margin-left: 2px;
    margin-right: 2px;
}
#lang_box,
#header_search,
#header_phone {
    float: right;
}
#head-flexer {
    display: flex;
    justify-content: space-between;
    width: 882px;
    margin-top: 20px;
    float: right;
}
#lang_box{
    border: 1px solid #2b2b2b;
    background-position: left;
    background-repeat: no-repeat;
    height: 50px;
    width: 195px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 0 0 10px;
}
#lang_box select:focus {
    outline: none;
}
#lang_box_sm {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
#lang_box_sm select {
    width: 100%;
    padding: 10px;
}
#lang_box select {
    border: 0 !important;  /*Removes border*/
    -webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none;  /*Removes default style Firefox*/
    background: url(../../images/site/drop_arrow.jpg)  no-repeat;
    width: 186px;
    height: 50px;
    background-position: 150px 12px;           /*Position of the background-image*/
    font-size: 16px;
    text-indent: 0.01px;          /* Removes default arrow from firefox*/
    text-overflow: "";               /*Removes default arrow from firefox*/
    -webkit-appearance: none;

}
.fa-twitter,
.fa-linkedin-in,
.fa-youtube,
.fa-facebook-f {
    color: #000000;
    font-size: 22px;
}
/* End Header Search */
/* End Header */

