/* Header ================================================================================ */
.logo {  }
.header-container { background: #3b3b3d; box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4); }
.header { width: 100%; max-width: 1260px; margin: 0 auto; padding: 5px 15px; position: relative; text-align: left; z-index: 10; font-size: 15px;  }
.header a { color: #fff; }
.header a:hover { color: #2abdbc; }
.header .logo { display: inline-block; text-decoration:none !important; }
.header .logo .small { display: none; }
.header .logo h1 { display: none; }
.header .logo h1 span { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header .quick-access-right { position: absolute; z-index: 1; right: 15px; top: 50%; margin-top: -15px; text-align: left; }
.header .quick-access-left { position: absolute; z-index: 1; left: 15px; top: 50%; margin-top: -15px; text-align: left; }
.header-container .top-container { clear:both; text-align:right; }

.header-container.fixed { position: fixed; z-index: 999999; width: 100%; left: 0; top: 0; }

/* Header Top */
.header-top-container { background-color: #fff; }
.header-top { width: 100%; max-width: 1260px; margin: 0 auto; padding: 10px 15px; color: #000; position: relative; z-index: 11; font-size: 15px; }
.header-top a { color: #000; }

/* Mobile Menu */
#mobile-menu { display: none; color: #fff; cursor: pointer; float: left; margin-left: 10px; }
#mobile-menu .fa-times { display: none; }
#mobile-menu.active { color: #2abdbc; }
#mobile-menu.active .fa-times { display: inline-block; }
#mobile-menu.active .fa-bars { display: none; }
#mobile-menu:hover { color: #2abdbc; }
#mobile-menu .icon { font-size: 20px; margin-right: 4px; }

/* Form Language */
.form-language { float: right; margin-left: 10px; }

/* Currency */
.currency-switcher { float: right; margin-left: 10px; }

/* Welcome Message */
.welcome-msg { display:none; float: left; text-align:left; margin-right: 20px; margin-top: 5px; }
.welcome-msg a {  }

/* Header Cart */
.header-cart { float: left; position: relative; margin: 0 0 0 10px; }
.header-top .header-cart { float: right; margin: 0 0 0 15px; }
.header-cart .icon { font-size: 20px; margin-right: 4px; }
.header-cart .no-count .count { display: none; }
.header-cart .block-cart { display:none; position: absolute; z-index: 1; top: 100%; right: 0; background: #fff; width: 400px; padding: 3px 0; border:1px solid #ddd; }
.header-cart .block-cart li.even { background: none !important; }
.header-cart .block-cart li .product-details { font-size: 13px; }
.header-cart .block-cart .minicart-message { display: none; text-align: center; font-size: 16px; /*margin: -5px -5px 0 -5px;*/ position: relative; padding: 7px 20px 7px 7px; }
.header-cart .block-cart .minicart-message .close-minicart-msg { position: absolute; right: 5px; top: 5px; font-size: 17px; cursor: pointer; }
.header-cart .block-cart #minicart-success-message { color: green; border: 2px solid green; margin-top: -3px; }
.header-cart .block-cart #minicart-error-message { color: red; border: 2px solid red; margin-top: -3px; }
.header-cart .block-cart .block-subtitle { display: block; text-align: center; font-weight: bold; color: #2abdbc; position: relative; padding: 5px 0; text-transform: uppercase; }
.header-cart .block-cart .block-subtitle .skip-link-close { color:#000; }
.header-cart .block-cart .block-subtitle .skip-link-close:hover { color:#2abdbc; }
.header-cart .block-cart .block-subtitle .close { display: none; position: absolute; top: -2px; right: 10px; font-size: 26px; background-color: #F4F4F4; padding: 0 10px; border-radius: 18px; text-decoration: none; }
.header-cart .block-cart .block-content { background: #DDDDDD; }
.header-cart .block-cart .block-content .subtotal { text-transform: uppercase; font-size: 16px; color: #fff; }
.header-cart .block-cart .block-content .subtotal .price{ color: #2abdbc; }
.header-cart .block-cart .minicart-actions { padding: 10px; }
.header-cart .block-cart .minicart-actions .checkout-types { float: right; }
.header-cart .block-cart .minicart-actions .cart-link { float: left; padding: 10px 15px; display: block; }
.header-cart .block-cart .checkout-button { color: #fff; }
.header-cart:hover .block-cart { display: block; }

/* Header Links */
.header-links { float: right; margin-top: 5px; }
.header-links .links li { float: left; margin-right: 10px; }
.header-links .links li.last { margin: 0; }

/* Header Search */
#search_mini_form { float: left; margin: 0; position: relative; }
#search_mini_form label { display: none; }
#search_mini_form #close-search { display: none; cursor: pointer; }
#search_mini_form .search-box { font-size: 17px; color: #fff; padding-left: 10px; font-family: "novecento_sans_widemedium",sans-serif; font-size: 13px; text-transform: uppercase; }
#search_mini_form .search-box:hover { color: #2abdbc; }
#search_mini_form .search-box .search-title { cursor: pointer; }
#search_mini_form .search-box .icon { font-size: 20px; margin-right: 4px; }
#search_mini_form .input-box { display: none; position: absolute; z-index: 1; top: -5px; right: 100%; background: #fff; width: 300px; padding: 5px; }
#search_mini_form .input-box input.input-text { color: #a9aaac; display: block; font-size: 17px; padding: 5px 35px 5px 5px; width: 100%; border: 0 !important; background: #fff; }
#search_mini_form button.search-button { position: absolute; right: 5px; top: 5px; }
#search_mini_form button.search-button span { background: none; font-size: 20px; height: auto; line-height: normal; color: #fff; padding: 0; }
#search_mini_form button.search-button span span { padding: 0; }
#search_mini_form .search-autocomplete { z-index:999; }
#search_mini_form .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
#search_mini_form .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
#search_mini_form .search-autocomplete li .amount { float:right; font-weight:bold; }
#search_mini_form .search-autocomplete li.selected {}
#search_mini_form:hover .input-box { display: block; }

/* Header Wishlist */
.header-wishlist { float: left; margin: 0 0 0 15px; font-size: 17px; }
.header-wishlist .icon { font-size: 20px; margin-right: 0; }
.header-wishlist .label { display: none; }
.header-wishlist .no-count .count { display: none; }

/* Store Switcher */
.store-switcher { float: left; font-family: 'novecento_sans_widemedium', sans-serif; margin: -10px 0; }
.store-switcher .title-mobile { display: none; }
.store-switcher li { float: left; }
.store-switcher li a { text-transform: uppercase; color: #000; padding: 13px 10px 14px; display: block; text-decoration: none; position: relative; }
.store-switcher li.active a,
.store-switcher li:hover a { color: #fff; background: #a9aaac; }
.store-switcher li.active a:after,
.store-switcher li:hover a:after { 
	border-color: #a9aaac transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -18px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
}

#mobile-nav .store-switcher { background: #c3c3c3; margin: 20px 0 0 0; width: 100%; padding-bottom: 60px; }
#mobile-nav .store-switcher .title-mobile { background: #575757; text-transform: uppercase; display: block; clear: both; padding: 10px 20px; color: #fff; font-size: 17px; font-family: "AvenirNextLTPro-Regular",sans-serif; box-shadow: 0px 4px 5px -4px #000 inset; }

#mobile-nav .store-switcher ul { padding: 0 20px; }
#mobile-nav .store-switcher ul li { float: none; display: block; clear: both; border-bottom: 2px solid #fff; }
#mobile-nav .store-switcher ul li:last-of-type { border-bottom: 0; }
#mobile-nav .store-switcher li a { text-transform: uppercase; color: #5e5e5e; padding: 10px 7px; font-size: 15px; font-family: "novecento_sans_widenormal",sans-serif; }
#mobile-nav .store-switcher li a:after { display: none !important; }
#mobile-nav .store-switcher li.active a,
#mobile-nav .store-switcher li:hover a { background: transparent; color: #fff; }

@media only screen and (min-width: 0px) and (max-width: 800px) {
    .header-top { display: none; }
}