.homepageheader-all-dropdown {
	border: 0;
	border-radius: 0;
	left: 0 !important;
	/*transform: translateY(-120%);*/
	transition: all .3s cubic-bezier(.64,.04,.35,1)
}
.homepageheader-all-dropdown.is-open {
	/*transform: translateY(0);*/
}
.homepageheader-item {
	/*height: 100%;*/
	transform: skew(10deg);
	padding: 0 0.625rem;
}
.homepageheader-item--mainsite {
	padding-left: 1rem;
	/*margin-left: -4px;*/
}

.homepageheader-item__title * {color: #fff;}
.homepageheader-item__title {
	transform: skew(-10deg);
	font-weight: bold;
	font-family: 'refrigerator-deluxe';
	line-height: 2.5rem;
}
.homepageheader-item.hover ,.homepageheader-item:hover{
	/*background: #464646;*/ /* highlight secondary */ 
}
.homepageheader-item.hover .homepageheader-item__title,
.homepageheader-item:hover .homepageheader-item__title,
.homepageheader-item.hover a,
.homepageheader-item:hover a {
	color: #fff;
	text-decoration: underline;
}
.homepageheader-item.homepageheader-item--selected {
	/*background: #0060a9;*/ /* highlight secondary */ 
}
.title-bar__toparea-icon .title-bar__icon-container {
	height: 100%;
	transform: skew(-10deg) translateX(5px);	
	padding: 0 0.75rem 0 0.625rem;
	/*background: #464646;*/ /* highlight secondary */ 
	align-items: center;
	display: flex;
}
.title-bar__toparea-icon .title-bar__icon {
	line-height: 2rem;
}
.title-bar__toparea-icon .title-bar__icon .title-bar__icon-svg-container,
.title-bar__toparea-icon .title-bar__icon--myaccount-label {
	transform: skew(10deg);
}
.title-bar__icon--menu, .title-bar__icon--menu svg {
	width: 2.125rem;
	height: 2.125rem;
}
.title-bar__icon--menu {
	margin-left: 5px;
}
.title-bar__icon--menu svg {
	transform: translateY(2px);
}

.homepageheader-item__title {font-size: .75rem}

.off-canvas.is-transition-overlap.is-open{box-shadow: none;}

.title-bar__logo-container > a { outline: none;  }

/*.is-open-right .responsive-header,
.is-open-left .responsive-header { 
	position:fixed;
}*/

.main-header__widemenu .logo {
    position: relative;
    margin: 0 1.5rem 0 0;
}

.main-header__widemenu .logo :after {
    content: "";
    height: 32px;
    width: 1px;
    margin: auto;
    position: absolute;
    right: -9px;
    top: 0;
    bottom: 0;
    background: #c6c6c6;
    width: 2px;
    right: -26px;
}

.homepage-footer__item:nth-of-type(1) {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.homepage-footer__item:nth-of-type(1):before,
.homepage-footer__item:nth-of-type(1):after {
    content: '';
    height: 2px;
    background: #c6c6c6;
    position: absolute;
    width: 100%;
    max-width: 480px;
    top: calc(50% - 1px);
}
.homepage-footer__item:nth-of-type(1):before {
    left: calc(50% - 560px);
}
.homepage-footer__item:nth-of-type(1):after {
    right: calc(50% - 560px);
}
.homepage-footer__item:last-of-type {
    width: 100%;
}

@media screen and (min-width: 640px) {
	.homepageheader-item__title {font-size: 1rem}
	/*.homepageheader-item {
		padding: 0 1.25rem;
	}*/
}

@media screen and (max-width: 1039px) {
	.homepageheader-item--selected {
		background: #fff;
	}
	.homepageheader-item--selected a{
		color: #000;
	}
}

@media screen and (min-width: 1040px){
	.homepageheader-item {
		padding: 0 1rem;
	}
	.homepageheader-item--mainsite {
		padding-left: 0rem;
	}

	.homepage-header > .cell:nth-of-type(1) {
		-webkit-box-flex: 1;
	    -webkit-flex: 1 1 0px;
	    -ms-flex: 1 1 0px;
	    flex: 1 1 0px;
	}

	.main-header__widemenu .mega-menu__bar.is-stuck::before {
	    content: "";
	    position: absolute;
	    top: 0;
	    left: 0;
	    height: 64px;
	    width: 64px;
	    background: linear-gradient(60deg,#fff 50%,#e30613 0);
	    background: linear-gradient(60deg,#fff 50%,var(--header_background_color,#e30613) 0);
	}
	.main-header__widemenu .mega-menu__bar.is-stuck::after {
	    content: "";
	    position: absolute;
	    top: 0;
	    right: 0;
	    height: 64px;
	    width: 64px;
	    background: linear-gradient(-60deg,#fff 50%,#e30613 0);
	    background: linear-gradient(-60deg,#fff 50%,var(--header_background_color,#e30613) 0);
	}
}
