.main-header__mid-area{
	padding-top: 0.315rem;
	padding-bottom: 0.315rem;
}
.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);*/
}

/** Mega Menu + Sticky **/
.mega-menu__search-button, .mega-menu__search-button svg{
	color: #d93a30;
}

.dropdown__department-title-link:after {
    background: #e2e3e4;
    content: "";
    display: block;
    height: 4px;
    margin-top: 0px;
    width: 24px;
    margin-bottom: 4px;
}

.is-stuck .mega-menu__title, .is-stuck .mega-menu__icon {
	color: white;
}

.is-stuck .mega-menu__search-input{
	background: white;
	border: 0px solid white;
}

.is-stuck .mega-menu__search-button{
	border-color: white;
	background-color: white;
}

.is-stuck .mega-menu__icon--bag,
.is-stuck .mega-menu__icon--bag svg{
	color: white;
	fill: white;
}

.is-stuck .mega-menu__bag-count{
	background-color: white;
	color: #d93a30;
}

.is-stuck .mega-menu__title.hover,
.is-stuck .mega-menu__icon.hover,
.is-stuck .mega-menu__title:hover{
	color: #e6e7e8;
}

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

.homepageheader-item {
	padding: 0 0.625rem;
}

.homepageheader-item--mainsite {
	padding-left: 1rem;
	/*margin-left: -4px;*/
}

.homepageheader-item__title * {
	color: #fff;
}

.homepageheader-item__title {
	line-height: 2.5rem;
	font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
	letter-spacing: 0.5px;
}
.homepage-header > .cell:first-child .homepageheader-item__title{
	font-weight: unset;
}

.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;
}
.homepage-header .homepageheader-item:first-child:hover .homepageheader-item__title{
	text-decoration: none;
}

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

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

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

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


.divider span:after, .divider span:before {
    background: #e2e3e4;
    content: "";
    display: block;
    height: 4px;
    margin-top: 0px;
    width: 20vw;
    margin-bottom: 0px;
	border-top-color: #333333;
	border-width: 3px;
}

/** Partners & Sponsors **/
.homepage-footer__container {
	position: relative;
}
.homepage-footer__title .divider{
	font-size: 1.6rem;
}
.homepage-footer__title .divider span{
	color: #fff;
}

.homepage-footer__title .divider span::after,
.homepage-footer__title .divider span::before{
	width: 14vw;
	border-color: white;
	background-color: unset;
    margin-top: -3px;
}

.homepage-footer__item{
	padding: 12px 2px;
}
.homepage-footer__item:nth-of-type(1){
	width: 100%;
	position: absolute;
	height: 0px;
	top: -3rem;
	padding: unset;
}
.homepage-footer__item:nth-of-type(1) img{
	height: 80px;
    max-height: unset;
}

/** END of Sponsors **/

.homepage-footer {
	padding: unset;
}

.homepage-footer__container {
	border-bottom: 2px solid #c6c6c6;
}

#newsletter-signup > .input-group{
	-webkit-box-pack: center;
	justify-content: center;
}


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

.social-share__item-link--facebook{
	color: #3d5996;
	transition: 250ms ease-out;
}

.social-share__item-link--twitter{
	color: #000;
	transition: 250ms ease-out;
}

.social-share__item-link--pinterest{
	color: #cc252d;
	transition: 250ms ease-out;
}

.social-share__item-link--email{
	color: gold;
	transition: 250ms ease-out;
}

.social-share__item-link:hover{
	color: white;
}
.social-share__item-link--twitter:hover{
	background-color: #000;
}
.social-share__item-link--pinterest:hover{
	background-color: #cc252d;
}
.social-share__item-link--facebook:hover{
	background-color: #3d5996;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.social-share__item-link--email:hover{
	background-color: gold;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
/** END of product page Social Icons */

/** Responsive Top Menu Icons */
.sticky.is-at-top.is-stuck [class*="title-bar__icon--"],
.sticky.is-at-top.is-stuck [class*="title-bar__icon--"] svg{
	color: #fff;
}

.is-open .title-bar{
	background-color: #ef4135;
}
.off-canvas.position-right{
	background-color: #333333;
}
/** END of Responsive */


#footer-wrapper{ margin-top: 1.6rem; }

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

@media screen and (max-width: 1039px) {
	.homepage-header > .cell:first-child{
		display: none;
	}
	.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 (max-width: 1039px) {
	
	#footer-wrapper{ margin-top: 2.8rem;}

	.homepage-footer__item:nth-of-type(1){ top: -2.4rem;}
	
	.homepage-footer__title .divider{ margin-top: 3.4rem;}
	.homepage-footer__item img{
		height: 48px;
	}

	.responsive-subdepartment{
		padding-left: 1rem;
	}

	.responsive-menu__static-subitem{
		line-height: 1.3rem !important;
	}
	
}


@media screen and (max-width: 640px) {
	.homepage-footer__item { width: 46% !important;}
}