.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);*/
}

label[for="persterms1"] a{
	text-decoration: underline;
}

.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;
	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: #FFF;
	/* highlight secondary */
}
.homepageheader-item.homepageheader-item--selected a{
	color: #000;
}

.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;
}

.feature-tab__overlay-title {
	position: unset;
	text-align: center;
}

.feature-tab__overlay-button.button {
	border-radius: 50px;
	padding: 1rem;
	margin: 0;
}

#productMainImg .social-share{
	background: rgba(0,0,0,0.04);
    border-radius: 5px;
    margin-top: 0.8rem;
}


@media (min-width: 1920px) {
	.mega-menu__icon--myaccount-label {
		font-size: 0.75rem;
	}
}

@media screen and (max-width: 1039px) {
	.homepageheader-item--mainsite{
		display: none;	
	}
	.homepageheader-item--selected {
		background: #000;
	}

	.homepageheader-item--selected a {
		color: #FFF;
	}
}

@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 .mega-menu__bar-wrapper {
		height: 5.25rem;
	}
}

@media screen and (min-width: 640px) {
	.homepageheader-item__title {
		font-size: 0.75rem;
	}
}
