/*
 * -------------------------------------------------------------------------------------------------
 * WIDGET HEADER STYLES
 * -------------------------------------------------------------------------------------------------
 */

.widget-header {
    width:100%;
    position:absolute;
    z-index:200;
    height: 140px;
    background-color: white;
}

.widget-header.cookie-conf-active {
    height: 170px;
}

.widget-header:after {
    content : " ";
    display: block;
    height: 0;
    clear: both;
}

.mobile-sh-cookie-confirmation {
    display: none;
}

/*
 * -------------------------------------------------------------------------------------------------
 * Widget Header Resets
 * -------------------------------------------------------------------------------------------------
 */

.widget-header p {
    margin: 0;
    padding: 0;
}

/*
 * -------------------------------------------------------------------------------------------------
 * Sticky header behavior
 * -------------------------------------------------------------------------------------------------
 */
.primary-navigation-shrunk .widget-header {
    position: fixed;
    top: 0;
}

/*
 * -------------------------------------------------------------------------------------------------
 * Widget Header Layout
 * -------------------------------------------------------------------------------------------------
 */

.widget-header .topbar {
    background-color: black;
}

.widget-header .topbar .align-with-page {
    width: 980px;
    margin: 0 auto;
    padding: 5px 0;
    overflow: hidden;
}

.widget-header .widget-banner {
    float: left;
    width: auto !Important;
    display: none;
}

.widget-header .widget-banner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-header .widget-links-container {
	margin: 0;
	padding: 0;
	float: right;
}

.widget-header .subscribe {
    float: left;
}

.widget-header .chat {
    float: left;
    margin-right: 1em;
}

.widget-header .store-switcher {
    float: left;
    margin-right: 1em;
}

/* Kill all the live chat HTML crap except for the first link */
.widget-header #widget-header-live-chat a ~ a,
.widget-header #widget-header-live-chat br {
    display: none;
}

.widget-header .middle {
    width: 990px;
    margin: 5px auto 0 auto;
    position: relative; /* Positioning context for the cart contents. */

    z-index: 100;
}

.widget-header .middle .middle-links-right-container {
	margin: 0;
	padding: 0;
	float: right;
}

.widget-header .search {
    float: left;
}

.widget-header .login-action {
    float: left;
}

/* Override for default cart links styles */
.widget-header .cart {
    text-align: left;
    width: auto;
    padding: 0;
    float: left;
    margin: 0 0 0 .5em;
}

/* Move the cart over. */
.widget-header #cart-contents {
    right: 0;
}

.widget-header #widget-header-live-chat-mobile,
.widget-header .subscribe-mobile {
    display: none;
}

/*
 * -------------------------------------------------------------------------------------------------
 * Widget Header Typography
 * -------------------------------------------------------------------------------------------------
 */
.widget-header .widget-banner {
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    font-family: "akzidenz-grotesk", sans-serif;
    font-weight: 300;
    position: relative;
    top: .4em;
}

.widget-header .topbar a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "akzidenz-grotesk", sans-serif;
    font-weight: 300;
    font-size: 11px !Important;
    letter-spacing: 1.8px;
}

.widget-header .topbar a:hover {
    text-decoration: underline;
}

.widget-header .sh-cookie-confirmation {
    display: none;
    clear: both;
    background:#f0f0f0;
    color: #666;
    padding: 4px 0 4px;
    font-size: 12px;
    min-height: 20px;
}

.sh-cookie-confirmation p {
    font-size: 12px;
    margin: 0 auto;
    padding: 0;
    width: 980px;
    line-height: 1.4em;
}

.widget-header .sh-cookie-confirmation a#sh-cookie-confirmation-ack {
    float: right;
    color: #fff;
    height: 20px;
    background: #666;
    padding: 4px 8px 0;
    margin: -2px 0 0 6px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.widget-header .sh-cookie-confirmation a#sh-cookie-confirmation-ack:hover {
    text-decoration: none;
    background: #999;
}

.widget-header .middle a {
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px !Important;
    font-family: "akzidenz-grotesk", sans-serif;
    font-weight: 300;
}

.widget-header .cart a.not-empty {
    text-decoration: underline;
}

.widget-header .login-action .mobile {
    display: none;
}

.widget-header .middle a:hover {
    text-decoration: underline;
}

.widget-header .store-switcher a {
    text-decoration: none;
}

.widget-header .store-switcher a:hover span + span {
    text-decoration: underline;
}

.widget-header .cart a.not-empty:hover {
    text-decoration: none;
}

.widget-header .widget-nav-primary .root-item .root-link {
    font-size: 15px;
}

.widget-header .widget-nav-primary .megamenu {
    top: 32px;
}

/*
 * -------------------------------------------------------------------------------------------------
 * Widget Header Search Form
 * -------------------------------------------------------------------------------------------------
 */
.widget-header .search {
    padding: 0 1em 0 2em; /* Provide some amount of tolerance for sliding effect. */
    margin: 0;
}

.widget-header .search fieldset {
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
}

.widget-header .search legend {
    display: none;
}

.widget-header .search label {
    display: none;
}

.widget-header .search #keys {
    margin-right: .5em;
    background-color: transparent;
}

/* IE8 doesn't support transitions... */
.widget-header .search #keys {
    padding: 5px\0/;
    width: 175px\0/;
    border-color: #ccc\0/;
    opacity: 1\0/;
}

.widget-header .search #keys:invalid {

    /*
     * Begin sizing down input immediately.
     * Remove the padding immediately w/o animation (duration: 0)
     * Show border color through duration of width animation than hide at end.
     *
     * NOTE: Only property actually animated is the width.
     */
    -o-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;

    width: 0;
    padding: 5px 0;
    border-color: transparent;
    opacity: 1;

}

.widget-header .search #keys:valid {
    padding: 5px;
    width: 175px;
}

.widget-header .search #keys:invalid {
    box-shadow: none !Important;
}

.widget-header .search #keys:focus {
    outline: 0;
    border-color: black;
    background-color: transparent;
}

.widget-header .search input[type="submit"] {
    background-color: white;
    border: none;
    padding: 5px 0 5px 0;
    font-size: small;
    vertical-align: top;
    color: black;
    min-width: 1.5em;
    font-family: FontAwesome;
}

.widget-header .search:hover #keys,
.widget-header .search #keys:focus {

    /*
     * Add "hover intent" using animation delay of .25s on width.
     * Add padding .25s after width animation begins without an animation.
     * Add border color exactly when width animation begins.
     *
     * NOTE: Only property actually animated is the width.
     */
    -o-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;

    width: 175px;
    border-color: #ccc;
    padding: 5px;

}

/*
 * --------------------------------------------------------------------------------------------------------------------
 * Widget Header cart contents reveal. The actual cart contents styles are inside the layout.css file.
 * --------------------------------------------------------------------------------------------------------------------
 */
.widget-header .cart {
    position: relative;
}

.widget-header #cart-contents {
    position: absolute;
    width: 265px;
    z-index: 190;
    top: 31px;
    right: 0;
    display: none;
}

.widget-header .cart.open #cart-contents {
    display: block;
}

.widget-header #shopping-cart-link {
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    display: inline-block;
    background-color: white;
    padding: 0 5px 10px 5px;
    z-index: 191;
    position: relative;
}

.widget-header .cart.open #shopping-cart-link {
    border-color: #B5B5B5;
}

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Primary navigation widget
 * --------------------------------------------------------------------------------------------------------------------
 */
.widget-nav-primary {
    width: 995px;
    margin: 0 auto;
    clear: both;
    text-align: justify;
    position: relative;
    top: -20px;
}

.widget-nav-primary p,
.widget-nav-primary h4,
.widget-nav-primary ul {
    margin: 0;
    padding: 0;
}

/*
 * Lowercase utility class override
 */
.widget-nav-primary .lowercase {
    text-transform: none;
}

.widget-nav-primary .root-menu:after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 0;
}

.widget-nav-primary .megamenu  {
    display: none;
}

.widget-nav-primary .root-item {
    display: inline-block;
    position: relative;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.widget-nav-primary .root-menu .root-item:first-child {
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 0 8px 0 7px;
}

.widget-nav-primary .root-menu .root-item:first-child a {
    display: block;
    width: 148px;
    height: 75px;
    background-image: url("/shop/skin/frontend/enterprise/shinola/images/widget/nav-primary/brand.png"); /* IE 8 Fallback */
    background-image: url("/shop/skin/frontend/enterprise/shinola/images/widget/nav-primary/brand.svg"), none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: none;
    padding: 0;
    text-indent: -2000px;
}

.no-svg .widget-nav-primary .root-menu .root-item:first-child a {
    background: transparent url("/shop/skin/frontend/enterprise/shinola/images/widget/nav-primary/brand.png") no-repeat center center;
}

/* align menu items with middle of logo */
.widget-nav-primary .root-menu .root-item:first-child ~ .root-item {
    top: 28px;
}

.widget-nav-primary .root-link {
    display: block;
    position: relative;
    font-family: "ltc-bodoni-175",serif;
    font-size: 15px;
    text-transform: uppercase;
    text-align: left;
    padding: 8px;
    height: 100%;
}

/* Hide mobile subroot item on eu sites for mobile. */
body.website-eu .widget-nav-primary .root-item.subroot.the-monogram-shop {
    display: none !Important;
}

.widget-nav-primary .root-link:hover {
    text-decoration: underline;
}

.widget-nav-primary .root-item[data-megamenu].open {
    border-color: #B5B5B5;
}

.widget-nav-primary .root-item[data-megamenu].open .root-link {
    z-index: 1001;
    background-color: white;
}

.widget-nav-primary .root-item.open .megamenu {
    display: block;
}

.widget-nav-primary .megamenu {
    position: absolute;
    top: 2.5em;
    left: -1px;
    z-index: 900;
    padding: 5px 5px 0 5px;
    border: 1px solid #B5B5B5;
    background-color: white;
}

.mobile-only .footer .mobile-social {
    padding-bottom: 10px;
    overflow: auto;
}

.mobile-only .footer .mobile-social > a {
    float: left; margin-right: 10px;
}

.website-eu .widget-nav-primary .nav-bicycles .items-container[data-count="4"] { width: 345px!important; }
.website-eu .widget-nav-primary .nav-bicycles .items-container[data-count="4"] .title-items li.last, .website-eu .widget-nav-primary .nav-bicycles .items-container[data-count="4"] .title-items li:last-child { display:none; }
.website-eu .widget-nav-primary .nav-bicycles .items-container[data-count="4"] .image-items li.last, .website-eu .widget-nav-primary .nav-bicycles .items-container[data-count="4"] .image-items li:last-child { display:none; }

/* Override for right alignment. */
.widget-nav-primary .megamenu[data-align="right"] {
    left: auto;
    right: -1px;
}

.widget-nav-primary .megamenu h4 {
    font-weight: 500;
    font-size: .9em;
    clear: left;
    margin-left: 5px;
    display: inline-block;
}

.widget-nav-primary .megamenu h4 ~ h4 {
    margin-top: 15px;
}

.widget-nav-primary .see-all-link {
    display: inline-block;
    margin-left: 10px;
}

.widget-nav-primary .see-all-link a {
    font-family: "ltc-bodoni-175",serif;
    font-size: small;
    text-decoration: none;
}

.widget-nav-primary .see-all-link a:hover {
    text-decoration: underline;
}

.widget-nav-primary .items-container {
    display: table;
    margin-top: 10px;
}

/* The sizing is adjusted dynamically based on count of items. */
.widget-nav-primary .items-container[data-count="1"] {
    width: 115px;
}

.widget-nav-primary .items-container[data-count="2"] {
    width: 230px;
}

.widget-nav-primary .items-container[data-count="3"] {
    width: 345px;
}

.widget-nav-primary .items-container[data-count="4"] {
    width: 460px;
}

.widget-nav-primary .items-container[data-count="5"] {
    width: 575px;
}

/* Megamenu bottom spacing for megamenus without a bottom link. */
.widget-nav-primary .megamenu .items-container[data-no-bottom-link]:after {
    content : " ";
    display: block;
    height: 12px;
    clear: left;
}

.widget-nav-primary .title-items,
.widget-nav-primary .image-items {
    display: table-row;
}

.widget-nav-primary .leaf-item-title,
.widget-nav-primary .leaf-item-image {
    width: 115px;
    display: table-cell;
}

.widget-nav-primary .leaf-item-title {
    text-align: center;
}

.widget-nav-primary .leaf-item-title a {
    font-family: "ltc-bodoni-175",serif;
    font-size: small;
    text-transform: uppercase;
    vertical-align: middle;
    display: block;
    padding-bottom: .4em;
}

.widget-nav-primary .leaf-item-image a {
    display: block;
    border: 1px solid #B5B5B5;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.widget-nav-primary .leaf-item-image:hover a {
    border-color: black;
}

.widget-nav-primary .leaf-item-image img {
    width: inherit;
    height: inherit;
}

.widget-nav-primary .bottom-link {
    margin: 15px 0 5px 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding-top: 5px;
    padding-bottom: 3px;
}

.widget-nav-primary .bottom-link.double-bottom {
    margin-top: 0;
    margin-bottom: 5px;
    padding-bottom: 3px;
    padding-top: 0;
    border-top: none;
}

/* Override monogram link compensation on eu sites */
body.website-base .widget-nav-primary .root-link[href$="/shop/leather.html"] + .megamenu .bottom-link:not(.double-bottom) {
    /*margin-bottom: 0;*/
    /*border-bottom: none;*/
}

.widget-nav-primary .bottom-link a {
    font-family: "ltc-bodoni-175",serif;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 3px 0;
}

.widget-nav-primary .megamenu .bottom-link a:hover {
    text-decoration: none;
}

/*footer navigation  */
.footer-element-2-of-2 ul{
    padding:0;
    margin:0;
}
#newsletter-footer{
    float:right;
}
.footer-element-2-of-2 > ul{
    float:left;
}
.footer-element-2-of-2 li{
    list-style-type:none;
    display:table-cell;
    color:#a6a6a6;
}
.footer-element-2-of-2 .social-media a{
    margin-right: 4px;
}
.footer-element-2-of-2 .footer-navigation{
    overflow: hidden;
}
.footer-element-2-of-2 .footer-navigation li{
    padding:0 1px 0 5px;
}
.footer-element-2-of-2 .footer-navigation li:after{
    content: " / ";
    font-size:13px;
}
.footer-element-2-of-2 .footer-navigation li:last-child:after{
    content: "";
}
.footer-element-2-of-2 .footer-navigation a{
    font-size:13px;
    color:#a6a6a6;
}
.footer-element-2-of-2 .copyright{
    padding:0 13px 0 12px;
    font-size:13px;
    overflow: hidden;
}

#chatClient a:first-child ~ * {
	display: none;
}
#chatClient2 a:first-child ~ * {
	display: none;
}
#chatClient5 a:first-child ~ * {
	display: none;
}
#chatClient6 a:first-child ~ * {
	display: none;
}

.site-map-link {
    color: #a6a6a6;
}
.nav-cta-btn {
    display: none;
}

@media (max-width: 699px) {
    .nav-cta-btn {
        display: block;
        margin: 0 0.75em !important;
        padding: 12px 0 !important;
        border-bottom: 1px solid #cccccc;
        text-align: center;
    }

    .nav-cta-btn a {
        background-color: #666666;
        color: white;
        padding: 7px;
        text-align: center;
        text-transform: uppercase;
        display: block;
        margin-bottom: 8px;
        font-size: 15px;
        font-family: "ltc-bodoni-175", serif;
    }

    .nav-cta-btn span {
        font-size: 12px;
        margin-top: 2px;
    }
}
