
/*.title-bar__icon--menu, .title-bar__icon--menu svg {
	width: 2.125rem;
	height: 2.125rem;
}*/

.off-canvas.is-transition-overlap.is-open{box-shadow: none;}
.title-bar__logo-container > a { outline: none;  }


.responsive-menu__static-title--currency {
	padding-top: 0.625rem !important;
}
.responsive-menu__static-title--currency > svg {
	height: 1.25rem;
}

.footer-column__title--newsletter,
.newsletter__text{
	display: none;
}
.newsletter__signup::before {
	content: 'SIGN UP FOR EXCLUSIVE OFFERS';
	text-align: center;
	display: block;
	font-family: 'ITC Machine Std';
	font-size: 2.3125rem;
	line-height: 4rem;
}
.newsletter__signup > .input-group{
	justify-content: center;
}

.homepage-footer > .grid-container > .grid-x,
.social__wrapper {
	position: relative;
}
.homepage-footer__item::before,
.homepage-footer__item::after,
.social__wrapper::before,
.social__wrapper::after {
    content: '';
    height: 2px;
    background: #c6c6c6;
    position: absolute;
    width: 100%;
    max-width: 37vw;
    top: calc(50% - 1px);
    z-index: -1;
}
.homepage-footer__item::before,
.social__wrapper::before {
    left: 0;
}
.homepage-footer__item::after,
.social__wrapper::after  {
    right: 0;
}
.social__wrapper > .cell.grid-x > .cell {
	background: white;
}
@media screen and (max-width: 1039px){
	.homepage-footer__item::before,
	.homepage-footer__item::after,
	.social__wrapper::before,
	.social__wrapper::after {
		max-width: 30vw;
	}
	.newsletter__signup {
		margin: 1.625rem 0 1.75rem 0;
	}
	.newsletter__signup::before {
		font-size: 1.625rem;
		line-height: 2.3125rem;
	}
}

/*listing page*/
.product-list__tag {
	bottom: 0;
	width: 100% !important;
	background-position: center bottom !important;
	background-size: contain !important;
}

/*product page*/
.product-flag-container {
	bottom: 0;
	max-width: 620px; /*based on the size of the listing image*/
}
.product-flag-container--responsive {

}
.product-flag-container>span {
	bottom: 0;
	width: 100% !important;
	background-position: center bottom !important;
	background-size: contain !important;
}
.homepage-carousel .slick-slide {
	padding: 0 10px;
}

.feature-tab .button.hollow {
	font-family: ITC Machine Std, Arial, Helvetica, sans-serif;
	font-size: 1.125rem;
	padding: 1rem 2rem;
}
.product-features .product-features__text-area{
	padding: 1.875rem;
}