/* Some handy classes from CornerstoneUX and Misc Tools
===============================================*/
address { font-style:normal; }
.circleborder { border:1px solid rgba(0,0,0,0); border-radius: 50%; }
.nobgimage { background-image: none !important; }
.nlp { padding-left:0 !important; }
.nrp { padding-right:0 !important; }
.np { padding:0 !important; }
.nlm { margin-left:0 !important; }
.nrm { margin-right:0 !important; }
.nm { margin:0 !important; }
.nbm { margin-bottom:0 !important; }
.bm { margin-bottom:1rem !important; }
.nb { border-top:0 !important; border-right:0 !important; border-bottom:0 !important; border-left:0 !important; }
.do-clear { clear: both; }
.icon-margin-right { margin-right:0.5em; }
.icon-margin-left { margin-left:0.5em; }
.fix-nested-tags, .fix-nested-tags td, .fix-nested-tags tr { 
	border:0; 
	margin: 0; 
	padding: 0;
}
.block-as-link {
	cursor:pointer;
	transition: transform .2s; 
}
.block-as-link:hover {
	transform: scale(1.2);
}
.do-img-fullwidth img { 
	width:100%;
	height: auto;
	max-width: none !important;
	display: block;
	margin: 0;
	padding: 0;
}

/* Links */
a,
a:hover,
button,
button:hover,
input,
input:hover,
a img,
a img:hover {
	transition:all 0.5s ease 0s;
}

/* Global Header */
.t-site-header__top-navigation {
	background: #000;
}
.t-site-navigation {
	margin-bottom: 1rem;
}
#js-SFNT .t-site-navigation {
	margin-bottom: 0;
}

/* Global Footer */
@media screen and (min-width: 768px) and (max-width: 959px) {
	.t-newsletter-form {
		text-align: center;
		margin-bottom: 3rem;
	}
	#newsletter-form .c-form__item {
		max-width: 100%;
	}
}

/* SFNT - Home Hero Banners */
.t-storefront__hero img,
.t-storefront-banner img {
	width: 100%;
	max-width: 200%;
}
.t-storefront__hero-desktop {
	margin-bottom: 3rem;
}

/* Newsletter */
#sfnt_newsletter .u-width-3 {
	padding: 0 4em;
}
#sfnt_newsletter a {
	color:#000;
}
#sfnt_newsletter a:hover {
	color:#000; 
	text-decoration: none;
}
#sfnt_newsletter a:focus, #sfnt_newsletter picture:focus, #sfnt_newsletter img:focus, #sfnt_newsletter strong:focus, #sfnt_newsletter p:focus, #sfnt_newsletter:focus { outline: none; }
/* CTGY */
.t-page-ctgy h1 {
	margin-bottom: 2em;
}
.t-page-ctgy .category-description {
	line-height: 1.2;
}
.t-page-ctgy.isReadMore-loaded .isReadMore-bottom {
	margin-bottom: 2em;
}

.x-product-list__image-frame {
	height: 300px; /* Can be anything */
	width: 300px; /* Can be anything */
	position: relative;
}
/*
img.x-product-list__image {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
*/

/* LOGN - Login Page */
#logn_form {
	margin-bottom: 0;
}
.logn_content > .o-layout__item {
	position: relative;
	padding-bottom: 1rem;
}
.logn_content a.c-button,
.logn_content input.c-button {
	position: absolute;
	bottom: 0;
	margin-top: 1rem;
}

@media screen and (max-width: 959px) {
	.logn_content > .o-layout__item { 
		padding-left: 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
	#LOGN_content {
		padding-right: 2rem;
	}
	.logn_content > .o-layout__item { 

	}
	.logn_content a.c-button,
	.logn_content input.c-button {
		max-width: 98%;
	}
	.logn_content input.c-button {
		right: 0;
	}
}
@media screen and (max-width: 767px) {
	.logn_content a.c-button,
	.logn_content input.c-button {
		margin-bottom: 1rem;
		position: relative;
	}
	.logn_content > .o-layout__item { 
		padding-bottom: 0;
	}
}