/********************************************* Messages ****************************************/

.messages {
    position: absolute;
    z-index: 99999;
    width: 100%;
    top: 0.5em;
    left: 0;
}

.messages .success-msg li:before,
.messages > li > ul > li:before {
	border: 0px !important;
	content: 'x' !important;
	font-size: 20px;
	top: 5px;
	left: 10px;
}

.messages .success-msg > ul > li {
	background-color: rgba(185, 224, 153, 0.7);
	text-align: center;
	padding: 20px 5px 20px 5px;
	border: 1px solid #67a039;
}

.messages .error-msg > ul > li {
	background-color: rgba(224, 153, 153, 0.7);
    text-align: center;
    padding: 20px 5px 20px 5px;
    border: 1px solid #a03939;
}

/***************************************** Cookies Notice ************************************/

.notice-cookie {
	position: absolute;
    z-index: 999999999;
    top: 0px;
    width: 100%;
}

.global-site-notice.notice-cookie {
	background-color: #c80000;
}

.global-site-notice.notice-cookie .notice-inner {
	background-image: none;
}

.global-site-notice.notice-cookie .notice-inner .notice-text a {
	color: #000;
}

.global-site-notice.notice-cookie .notice-inner button:hover {
	background-color: #636363;
}

/*********************************************** Promo Bar ****************************************/

.syncroit-promotion-bar {
	width: 100%;
	background-color: #7b7b7b;
	width: 100%;
	display: inline-block;
	height: auto;
	z-index: 999;
	text-align: center;
}

.syncroit-promotion-bar-container {
	text-align: center;
	color: #fff;
	vertical-align: middle;
	padding-right: 20px;
	padding-left: 20px;
	text-align: right;
    max-width: 1200px;
    width: 100%;
    display: inline-block;
    margin: auto;
}

/*********************************************** Links Menu ****************************************/

.syncro-menu-links {
	width: 100%;
	display: inline-block;
	background-color: red;
	z-index: 99;
}

.syncro-menu-links .menu-links-container {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.syncro-menu-links .menu-links-container ul {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.syncro-menu-links .menu-links-container ul li {
    display: inline-block;
}

.syncro-menu-links .menu-links-container ul li a {
    padding: 10px;
    display: inline-block;
}

.syncro-menu-links.sticky-menu {
	position: fixed;
	top: 0;
}

/******************************************** Sticky Header ****************************************/

.sticky-header {
	position: fixed;
	z-index: 9;
	width: 100%;
	top: 0;
}	

.sticky-header .nav-default {
    max-height: 70vh;
	overflow-y: auto;
}

/************************************************ Header *******************************************/
.syncro-header {
	background-color: #fff;
}

.syncro-header .page-header {
	max-width: 1200px;
	padding: 20px 30px;
	height: 100%;
	position: relative;
	display: table;
	width: 100%;
}

/********************* Header Text Color ************************/

.syncro-header a,
.syncro-header p,
.syncro-header span,
.syncro-account-cart-wrapper #search::placeholder {
	color: #000;
	font-weight: 600;
}

.syncro-header span:hover,
.syncro-header a:hover {
	color: #999;
}

/********************* Language Selector ******************/
.syncro-header .syncro-store-language-container {
	display: none !important;
}
.syncro-store-language-container {
	width: 25%;
}

.syncro-store-language-container h4 {
	display: none;
}

.syncro-header .syncro-store-language-container label {
	display: none;
}

.syncro-header .syncro-store-language-container .currency-switcher,
.syncro-header .syncro-store-language-container .form-language {
	width: 70px;
	display: table-cell;
	vertical-align: middle;
	height: 50px;
    border-left: 1px solid transparent;
}

.syncro-header .syncro-store-language-container .currency-switcher {
	font-size: 14px;
	width: 65px;
}

.syncro-header .syncro-store-language-container .form-language {
	background-size: 46px 26px;
    background-repeat: no-repeat;
    background-position: 5px 10px;
}

.syncro-header .syncro-store-language-container #select-currency,
.syncro-header .syncro-store-language-container #select-language {
	height: auto;
	overflow-y: hidden;
    position: absolute;
    width: auto;
    z-index: 9999;
    background-color: #f1f1f1;
    top: 93px;
    display: none;
}

.syncro-header .syncro-store-language-container .form-language:hover,
.syncro-header .syncro-store-language-container .currency-switcher:hover {
	border-left: 1px solid #c5c5c5;
}

.syncro-header .syncro-store-language-container .currency-switcher:hover #select-currency,
.syncro-header .syncro-store-language-container .form-language:hover #select-language {
	display: block;
	border: 1px solid #c5c5c5;
    border-top: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.syncro-header .syncro-store-language-container #select-currency {
	padding-bottom: 0px;
	left: 100px;
}

.syncro-header .syncro-store-language-container #select-language {
    left: 30px;
}

.syncro-header .syncro-store-language-container .currency-switcher p {
    padding-left: 7px;
}

.syncro-header .syncro-flags-single,
.syncro-header .syncro-currency-single {
	border-bottom: 1px solid #d3d3d3;
}

.syncro-header .syncro-flags-single img,
.syncro-header .syncro-currency-single a {
    margin-top: 5px;
    margin-left: 3px;
}

.syncro-header .syncro-flags-single:hover,
.syncro-header .syncro-currency-single:hover {
	background-color: #d3d3d3;
}

.syncro-header .syncro-flags-single {
	padding-left: 2px;
	padding-right: 10px;
}

.syncro-header .syncro-currency-single {
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.syncro-header .syncro-flags-single p {
	display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
    color: #636363;
}

.syncro-header .syncro-currency-single a {
	color: #636363;
	padding-left: 5px;
}

.syncro-header .syncro-flags-single a:hover,
.syncro-header .syncro-currency-single a:hover {
	text-decoration: none;
	color: #636363;
}

.syncro-header .syncro-flags-single img {
    height: 26px;
    width: 46px;
    display: inline-block;
}

/********* Vertical align all divs in header ***********/
.syncro-header-left-placeholder,
.syncro-header .syncro-header-contact-left,
.syncro-header .syncro-store-language-container, 
.syncro-account-cart-wrapper,
.syncro-header-cmsblock,
.syncro-logo {
	display: table-cell;
	vertical-align: middle;
	outline: none !important;
}

/************** Empty div to fill header *************/
.syncro-header-left-placeholder {
	width: 25%;
}

/********************* Contact Left ******************/
.syncro-header .syncro-header-contact-left {
	width: 25%;
	text-align: left;
}

.syncro-header-contact-left-wrapper {
	width: 100%;
}

.syncro-header .syncro-header-contact-left p {
	font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    width: 65%;
    margin-top: 6px;
}

.syncro-header .syncro-header-contact-left a {
    line-height: 28px;
    font-weight: 100;
}

.syncro-header .syncro-header-contact-left a:hover {
	text-decoration: none;
}

.syncro-header .syncro-header-contact-left a.email {
	display: none;
    font-size: 15px;
    font-weight: 400;
}

.syncro-header .syncro-header-contact-left a.phone {
    font-family: sans-serif;
    font-size: 17px;
    font-weight: 100;
}

/********************* Logo *******************/

.syncro-logo {
	width: 50%;
	text-align: center;
	z-index: 9;
}

.syncro-logo a.syncro-logo-link {
	display: inline-block;
	max-width: 65%;
}

.syncro-logo img {
	max-height: 100%;
	max-width: 100%;
	margin: auto;
	display: inline-block;
}

/***************** CMS Block ***************/

.syncro-header-cmsblock img {
	margin: auto;
	max-width: 100%;
}

/***************** Header Links ***************/

.syncro-account-cart-wrapper {
	font-size: 12px;
	text-transform: uppercase;
	width: 25%;
	text-align: right;
}

.syncro-account-cart-wrapper > a {
	padding: 0px !important;
	transition: 0.4s;
	background-color: transparent;
}

.syncro-account-cart-wrapper > a img {
    width: 26px;
    display: inline;
    vertical-align: middle;
    height: 26px;
    margin-bottom: 2px;
}

.syncro-account-cart-wrapper .skip-link.skip-search {
	display: none;
}

/* Search */
.syncro-account-cart-wrapper #header-search {
	margin-right: 10px;
	width: 85px;
	display: inline-block;
	position: relative;
	height: initial;
	top: 0px;
	z-index: 10;
}

.syncro-account-cart-wrapper .input-box {
	width: 85px;
	padding-top: 2px !important;
	transition: 1s;
}

.syncro-account-cart-wrapper .input-box.search-focus {
	width: 297px;
}

.syncro-account-cart-wrapper #search {
	text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #999;
	border-radius: 8px;
    padding-right: 0px;
	padding-left: 30px;
}

.syncro-account-cart-wrapper .search-button {
	left: 0;
	top: 10px !important;
	width: 30px !important;
	height: 26px !important;
	background-image: url(/media/wysiwyg/syncroit/icons/search-symbol.png) !important;
	display: block !important;
	background-size: 24px !important;
    background-repeat: no-repeat !important;
    background-position: 5px 0px!important;
}

.syncro-account-cart-wrapper .search-button:before {
	display: none;
}

/* Small Search */
.syncro-header-small-search {
    display: none;
    top: 64px;
    z-index: 99999;
    width: 100%;
}

.syncro-small-search-button {
	display: none;
	background-color: transparent;
	z-index: 2;
}

.syncro-header-small-search .search-autocomplete:before {
	border: 0px !important;
}

.syncro-account-cart-wrapper .search-autocomplete:before {
	border: 0px !important;
}

.syncro-account-cart-wrapper #search_autocomplete {
	display: none;
}

/* Account */
.syncro-account-cart-wrapper .skip-account {
	margin-right: 10px;
    display: inline;
    vertical-align: middle;
}

.syncro-account-cart-wrapper .skip-account img {
	margin-bottom: 4px;
}

/* Cart */
.syncro-account-cart-wrapper .header-minicart:hover,
.syncro-account-cart-wrapper .header-minicart:hover > span,
.syncro-account-cart-wrapper .skip-account:hover {
	color: #999;
	text-decoration: none;
}

.syncro-account-cart-wrapper #header-cart.skip-active {
	display: none;
}

.syncro-account-cart-wrapper .skip-cart .label,
.syncro-account-cart-wrapper .skip-cart .icon {
	display: none;
}

.syncro-account-cart-wrapper a.skip-link {
	float: right;
	width: 15px;
	background-color: transparent;
}

.syncro-account-cart-wrapper .skip-cart .count {
    border-radius: 12px;
    top: -4px;
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: #000;
    color: #fff !important;
    font-size: 11px;
    line-height: 20px;
    border: 1px solid #000;
    right: -10px;
}

.syncro-account-cart-wrapper a.skip-link:hover,
.syncro-account-cart-wrapper .skip-cart .count:hover {
	cursor: default;
	opacity: 1;
}

.syncro-account-cart-wrapper .skip-cart .count:before,
.syncro-account-cart-wrapper .skip-cart .count:after {
	display: none;
}


/********************************************* Responsive ***********************************************/

@media(min-width: 769px) {
	.syncro-logo img {
		width: 100%;
	}

	.syncro-header img {
		display: inline-block;
	}
}

@media (max-width: 1199px) {

	.syncro-header .page-header {
		max-width: 760px;
		padding: 20px 0px;
	}

	.syncro-header .syncro-header-contact-left p {
	    width: 76%;
	}
 
	.syncro-logo a.syncro-logo-link {
		max-width: 75%;
    }

	.syncro-account-cart-wrapper .label {
		display: none;
	}

	.syncro-account-cart-wrapper .input-box.search-focus {
		width: 173px;
	}

    .syncro-account-cart-wrapper #header-search {
		margin-right: 9px;
		padding: 0px;
    }

	.syncro-account-cart-wrapper #search {
		height: 33px;
	}

	.syncro-account-cart-wrapper .search-button {
		top: 7px !important;
	}

	.syncro-account-cart-wrapper .skip-account {
		margin-right: 4%;
	}
    
    .syncro-account-cart-wrapper .header-minicart {
		width: 34px;
    	display: inline;
    }

    .syncro-account-cart-wrapper .skip-cart {
	    height: 30px;
    }

    .syncro-account-cart-wrapper .skip-link .count {
    	right: 0px;
    	top: -10px;
    }
}

@media (max-width: 768px) {

	.syncro-header {
		height: 90px;
		padding: 5px 0px;
		width: 100%;
	}

	.syncro-header header.page-header {
		width: 100%;
		padding: 0px;
		height: 100%;
		padding: 0px;
	}

	div.syncro-logo {
		width: 100%;
    	position: absolute;
    	text-align: center;
	}

	.syncro-logo a {
		height: 43px;
	}

	.syncro-header-cmsblock {
		display: none;
	}

	.syncro-account-cart-wrapper #header-search {
		display: none !important;
    }

	.syncro-small-search-button {
	    height: 100%;
	    width: 50%;
	    display: inline-block;
	    position: absolute;
    }

	.syncro-header .syncro-header-contact-left {
	    display: none;
    }

	.syncro-header-megamenu-small {
		width: 26px;
		height: 23px;
	    margin-left: 6%;
	    margin-right: 5%;
	    position: absolute;
	    bottom: 0;
	    margin-bottom: 5px;
	}

	.syncro-header-megamenu-small:hover {
		cursor: pointer;
	}

	.syncro-small-search-button-toggle {
		width: 26px;
		height: 25px;
		margin-left: 47%;
		margin-bottom: 4px;
		position: absolute;
		bottom: 0;
	}

	.syncro-small-search-button-toggle:hover {
		cursor: pointer;
	}

	.syncro-small-search-button .syncro-telephone-link {
	    position: absolute;
    	bottom: 3px;
    	right: -14px;
    }

    .syncro-small-search-button .syncro-telephone-link img {
    	width: 26px;
    }

	.syncro-account-cart-wrapper {
		width: 50%;
		height: 100%;
		position: absolute !important;
		right: 0;
	}

    .syncro-account-cart-wrapper .header-minicart img {
    	margin-bottom: 0px !important;
    	width: 28px;
    }

	.syncro-account-cart-wrapper .skip-account {
		right: 47%;
    	position: absolute;
    	bottom: 0;
	    margin-right: 0px;
	}

	.syncro-account-cart-wrapper .header-minicart {
	    right: 4%;
	    position: absolute;
	    bottom: 3px;
	}

	.syncro-account-cart-wrapper .skip-link .count {
		top: 35px;
		right: 0;
	}

	#header-nav {
        padding: 0px !important;
	}

	.syncro-menu-links {
		display: none;
	}
}


