/* 
	Customized global Theme. 
	By Glendale Designs. 
	Init theme started as Miva Shadows 2.0 and was highly customized.  
	
	BREAKPOINTS:
	
		@media screen and (min-width: 30em) {
		}
		@media screen and (min-width: 40em) {
		}
		@media screen and (min-width: 48em) {
		}
		@media screen and (min-width: 60em) {
		}
		@media screen and (min-width: 75em) {
		}
		@media screen and (min-width: 90em) {
		}
*/

/* Scale GD
===============================================*/
.t-scale-1_25 {
	transform: scale(1.25);
}
.t-scale-1_5 {
	transform: scale(1.5);
}
.t-scale-2 {
	transform: scale(2);
}


/* Line Height/Leading GD
===============================================*/
.t-line-height-1 {
	line-height: 1;
}
.t-line-height-1_1 {
	line-height: 1.1;
}
.t-line-height-1_2 {
	line-height: 1.2;
}
.t-line-height-1_3 {
	line-height: 1.3;
}
.t-line-height-1_4 {
	line-height: 1.4;
}



/* Custom Font Sizes for Programming our Fancy Designs
===============================================*/
.u-font-10 {
	font-size: 0.625rem;
}
.u-font-11 {
	font-size: 0.688rem;
}
.u-font-12 {
	font-size: 0.750rem;
}
.u-font-13 {
	font-size: 0.813rem;
}
.u-font-14 {
	font-size: 0.875rem;
}
.u-font-15 {
	font-size: 0.938rem;
}
.u-font-16 {
	font-size: 1rem;
}
.u-font-17 {
	font-size: 1.063rem;
}
.u-font-18 {
	font-size: 1.125rem;
}
.u-font-20 {
	font-size: 1.25rem;
}
.u-font-22 {
	font-size: 1.375rem;
}
.u-font-24 {
	font-size: 1.5rem;
}
.u-font-26 {
	font-size: 1.625rem;
}
.u-font-28 {
	font-size: 1.750rem;
}
.u-font-32 {
	font-size: 2rem;
}
.u-font-36 {
	font-size: 2.25rem;
}
.u-font-40 {
	font-size: 2.5rem;
}
.u-font-46 {
	font-size: 2.875rem;
}
.u-font-49 {
	font-size: 3.063rem;
}

/* Site Header
   =========================================== */
.t-site-header {
	z-index: 20;
	position: relative;
}
.t-site-header__top-navigation {
	font-size: 0.688rem;
}
@media screen and (min-width: 48em) {
	.t-site-header__top-navigation {
		font-size: 0.750rem;
	}
}
@media screen and (min-width: 75em) {
	.t-site-header__top-navigation {
		font-size: 0.875rem;
	}
}
.t-site-header__extreme_top_banner-message {
	display: block;
	padding: 0.75rem 0.33rem;
	flex-grow: 1;
}
.t-site-header__message {
	display: block;
	width: 100%;
	min-width: 100%;
	text-align: center;
	padding: 0.6rem 0.33rem;
}
.t-site-header__message a, .t-site-header__extreme_top_banner-message a{
	color: #fff;
}
@media screen and (min-width: 48em) {
	.t-site-header__message {
		display: inline-block;
		padding: 0.6rem 0.33rem;
		text-align: left;
	}
}

.t-header_messages{
	flex-wrap: wrap;
	column-gap: 12rem;
	justify-content: space-around;
}

.t-site-header__message-banner{
	padding: 0.6rem 0.33rem;
}

@media screen and (min-width: 48em) {
	.t-header_messages{
		column-gap: 6rem;
		justify-content: center;
	}
}

@media screen and (min-width: 60em) {
	.t-header_messages{
		column-gap: 12rem;
	}
}

/* Very top of site m and above */
.t-support_navigation-divider {
	display: none;
}
.t-site-header__links .t-support_navigation-divider {
	display: block;
}
@media screen and (min-width: 60em) {
	.t-site-header__links .t-support_navigation-divider.u-hidden--l {
		display: none;
	}
}
.t-site-header__links a {
	color: #fff;
}

.x-hover--allowed .t-site-header__links a:hover {
	text-decoration: none;
	opacity: 0.75;
	transition: 0.3s;
}

.t-site-header__links .x-transfigure-navigation__footer {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0;
	padding: 0;
	border:none;
}

.t-site-header__links .x-transfigure-navigation__footer-link {
	margin: 0 0.6rem;
	padding: 0;
	font-size: inherit;
	font-weight: 400;
	letter-spacing: inherit;
}

.t-site-header__basket-link--mobile {
	display: flex;
	font-size: 2rem;
}

.t-site-header__basket-link-quantity--mobile {
	display: inline-block;
	min-width: 2em;
	height: 2em;
	padding: 0 0.25em;
	font-size: 0.75rem;
	line-height: 2;
	text-align: center;
	border-radius: 50%;
	touch-action: none;
	transform: translate(-0.75em, -1em);
	z-index: -1;
}

.t-global-account {
	width: 100vw;
	max-width: 22.5rem;
	padding: 1rem;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 4px 3px -4px rgba(0,0,0,0.8);
}

.t-global-account__form {
	margin-bottom: 0;
}

.t-global-account__form .c-form-list__item:last-of-type {
	margin-bottom: 0;
	padding-top: 0.5em;
}

.t-site-header__masthead {
	max-width: 80rem;
	padding-top: 1em;
	padding-bottom: 1em;
	position: relative;
	font-size: 0.875rem;
	z-index: 999999999; /* had to get this OVER the shopper approved floatie esp for mobile hamburger menu.  */
}
.t-site-header__logo {
	margin-bottom: 0;
}
.t-site-header__logo img{
	width: auto;
	max-height: 48px;
}
.t-site-checkout-header__logo img {
	margin: 0;
	width: auto;
	max-height: 70px;
}
.t-site-header__logo.t-site-header__logo-fasten-header img {
	max-height: 48px;
}

@media screen and (min-width: 60em) {
	.t-site-header__masthead-inner {
		border-bottom:1px solid #999;
		margin-left:0 !important;
	}
	.t-site-header__logo {
		padding: 0 24px 0 0;
	}
	.t-site-header__logo img{
		max-height: none;
	}
}

.t-site-header__search-form {
	margin: 1rem 0 0 0;
	position: relative;
	border: 1px solid #c0c0c0;
}
.t-site-header__search-form .c-form-list__item {
	margin-bottom: 0;
	margin-left: auto;
}
.t-site-header__search-form .c-form-input {
	padding-right: calc(2em - 1px);
	padding-left: calc(2em - 1px);
}

.t-header-search-keywords::-webkit-input-placeholder,
.t-header-search-keywords::-ms-input-placeholder,
.t-header-search-keywords::placeholder {
	font-style: italic;
}
.c-button.t-header-search-go {
	padding-left:1em;
	padding-right:1em;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}


@media (min-width: 60em) {
	#mobile-and-desktop--search:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 1px;
		background: linear-gradient(180deg, rgba(255,255,255,1) 15%, rgba(153,153,153,1) 100%);
		/* cssgradient.io */
	}
	#mobile-and-desktop--search:after {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		width: 1px;
		background: linear-gradient(180deg, rgba(255,255,255,1) 15%, rgba(153,153,153,1) 100%);
	}
	#mobile-and-desktop--search {
		position: relative;
		padding: 0 36px;
	}
	.t-site-header__search-form {
		margin:0;
	}
}

#desktop-only--account-and-mini-basket-btns {
	padding-left:0;
	padding-top:3px;
	justify-content: flex-end;
	align-self:flex-start;
}

.t-header-right-icons {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0.5rem 0 0;
}
.t-header-right-icons .__text {
	padding-left: 0.5rem;
	font-size: 14px;
}
.t-global-account-toggle .__text {
	display: none;
}
@media screen and (min-width: 75em) {
	.t-global-account-toggle .__text {
		display: block;
	}
}
/*.t-site-header__masthead-links [class^="u-icon-"] {
	margin-right: 0.25em;
	font-size: 1.25rem;
	vertical-align: text-bottom;
}*/

.x-hover--allowed .t-site-header__masthead-links button:hover {
	text-decoration: none;
	opacity: 0.75;
	transition: 0.3s;
}

.t-site-navigation__wrap {
	max-width: 80rem;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-size: 0.875rem;
}
.t-site-navigation {
	padding:1em 0;
}


/* GD reduce bold on certain words on the primary navbar */
.t-word__SHOP,
.t-word__BY { 
	font-weight: 400; 
}



/* GD mmUL Mega Menu - Glendale Designs
===============================================*/
@media screen and (min-width: 60em) {
	/* START GD mmUL MEGA MENU CORE FUNCTIONALITY */
		#mmUL {
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			position: relative;
			justify-content:space-between;
		}
		/* THIS rule below is the key to having a mega menu that spans the width of the navbar */
		#mmUL .c-navigation__list.c-navigation__list-l1 {
			position:revert;
		}
		#mmUL li:is(:hover, :focus, :focus-within) ul {
			opacity: 1;
			min-height: 100px;
			transform: scale(1, 1);
			z-index: 101;
			-webkit-transition: opacity 0.5s, transform 0.2s;
			transition: opacity 0.4s, transform 0.1s;
		}
		/* need to put the background in here so we can displace the top of the menu while maintaining the :hover GDCP */
		.mmUL-bg:before {
			content: "";
			width: 100%;
			height: 100%;
			background: #ffffff;
			position: absolute;
			left: 0;
			top: 17px;
			z-index: -1;
			box-shadow: 1px 1px 0.33rem 0 rgba(0,0,0,0.9);
		}
		/* add some extra space around the sides to make it more forgiving GDCP */
		.mmUL-bg:after {
			content: "";
			width: 104%; 
			height: 104%;
			background: url(/mm5/themes/00000001/shadows/core/images/clr.gif) repeat rgba(255,255,255,0);
			position: absolute;
			left: -2%;
			top: 17px;
			z-index: -1;
		}
		#mmUL li ul {
			box-shadow: none !important;
			opacity: 0;
			transform: scale(1, 0);
			transform-origin: top;
			display: flex;
			list-style: none;
			position: absolute;
			width:100%;
			min-width:100%;
			left:0;
			top:1.5em;
			z-index: -1;
			margin:0;
			padding: 1rem 1rem 0 1rem;
			background-color:rgba(255,255,255,0);
			/*	
				-webkit-column-count: 4;
				-moz-column-count: 4;
				-ms-column-count: 4;
				-o-column-count: 4;
				column-count: 4;
				-webkit-column-gap: 0;
				-moz-column-gap: 0;
				-ms-column-gap: 0;
				-o-column-gap: 0;
				column-gap: 0;
			*/		
		}
		#mmUL li ul li {
			width:33.333%;
			min-width:33.333%;
			flex-basis: 33.333%;
			max-width: 33.333%;
			min-height: 1rem;
			padding: 0.5rem 1.5rem 0 1.5rem;
			line-height: 1.3;
			/*
				-webkit-column-break-inside: avoid; 
				page-break-inside: avoid;           
				break-inside: avoid-column;       
				display:table; 
			*/
		}
		#mmUL li ul li .c-navigation__link-carat {
			display: none;
		}
		#mmUL li ul li ul {
			position: relative;
			display: block;
			left:auto;
			top:auto;
			right: auto;
			bottom: auto;
			width:100%;
			min-width:auto;
			min-height: 1rem;
			padding: 0;
			border:none !important;
			box-shadow: none !important;
			/*
				-webkit-column-count: 1;
				-moz-column-count: 1;
				-ms-column-count: 1;
				-o-column-count: 1;
				column-count: 1;
			*/
		}
		#mmUL li ul li ul li {
			display: block;
			position: relative;
			float:none;
			width:100%;
			max-width:100%;
			min-width:100%;
			min-height: 1rem;
			border: none;
			padding: 0 0 0 1rem;
		}
		#mmUL li ul li ul li:before {
			content: "\33"; 
			font-family: 'ReadyTheme Icons';
			font-size: 8px;
			position: absolute;
			display: block;
			float: left;
			left: 0;
			top:0.5rem;
		}
		#mmUL li.u-hidden--l {
			display: none !important;
		}
	/* END GD MMUL MEGA MENU CORE FUNCTIONALITY */
	
	
	/* START GD MMUL MEGA MENU THEME / DESIGN */
		#mmUL {
			justify-content:center;
		}
		#mmUL .c-navigation__list.c-navigation__list-l1 {
			flex-grow: 1;
		}
		#mmUL .c-navigation__link-l1.l1-a-item_n1 {
			margin-left: 0;
		}
		#mmUL .c-navigation__link.c-navigation__link-l1 .c-navigation__link-carat {
			margin-left:1em;
		}
		#mmUL .c-navigation__link.c-navigation__link-l1 .c-navigation__link-name {
			flex-grow: 1;
			text-align: left;
		}
		#mmUL .c-navigation__link-l1 {
			background-color: #1156a9;
			color:#fff;
			line-height: 1.2;
			padding: 0.5em 1rem;
			margin: 0 0 0 0.625rem;
			text-transform: uppercase;
			transition:all 0.4s;
		}
		#mmUL li:hover .c-navigation__link-l1,
		#mmUL .c-navigation__link-l1:hover {
			background-color: #ff5f06;
			color:#fff;
		}
		#mmUL .c-navigation__link-l2 {
			display: block;
			color:#1156a9;
			font-weight: 700;
			font-size: 0.938rem;
			padding: 0.5rem 0 0 0;
			white-space: normal;
			text-transform: uppercase;
		}
		#mmUL .c-navigation__link-l2.has-tn {
			/*text-align: center;*/
			padding-bottom:0.75em;
		}
		#mmUL .c-navigation__link-l2:hover {
			opacity: 1;
			color: #ff5f06;
		}
		.c-navigation__link-l2-tn {
			margin:0 auto 1rem auto;
		}
		#mmUL .c-navigation__link-l3 {
			display: block;
			color:#666;
			font-weight: 400;
			font-size: 0.875rem;
			padding: 0.25rem 0;
			white-space: normal;
		}
		#mmUL .c-navigation__link-l3:hover {
			opacity: 0.7;
			text-decoration: underline;
		}
	/* END GD MMUL MEGA MENU THEME / DESIGN */
}







/* Main Element
     =========================================== */
.t-main-content-element {
	max-width: 80rem;
}
@media (min-width: 60em) {
	.t-main-content-element {
		/*min-height: 360px;*/
		position: relative;
		z-index: 1;
	}	
}


/* Newsletter Signup in Footer
    =========================================== */
.x-newsletter {
	align-items: center;
}
.x-newsletter-title--light {
	font-weight: 200;
	font-size: 36px;
	line-height: 1;
	white-space: nowrap;
	margin-right: 0.25em;
}
.x-newsletter-title--bold {
	font-weight: 700;
	font-size: 41px;
	line-height: 1;
	white-space: nowrap;
}
.x-newsletter-submit--button {
	width:100%;
	max-width:302px;
}
.x-newsletter .enewssignup {
}
.x-newsletter .enewssignup input[type="text"] {
}
.x-newsletter .enewssignup button#_form_1_submit {
}
.x-newsletter p.esignup-title {
}
.x-newsletter p.esignup-message {
}
.x-newsletter ._form-thank-you {
}
.x-newsletter ._error-inner {
    color: #ff0000;
}
.x-newsletter-recaptcha--area {
	height: 78px;
}
.x-newsletter div#g-recaptcha-error {
    margin-top: -16%;
}




/* Site Footer
    =========================================== */
.t-site-prefooter {
	border-top:2.5rem solid #fff;
}
.t-site-footer {
	border-top:1px solid #c0d9f7;
	border-bottom:1px solid #fff;
}

.t-site-footer .o-wrapper {
	max-width: 80rem;
}

.t-site-footer__content {
	padding-top: 2em;
	padding-bottom: 2em;
}

.t-site-footer .c-menu__title{
	font-weight: 400;
	font-size: 1.125rem;
	margin: 0;
	padding: 0 0 0.75rem 0;
}
.t-site-footer .c-collapsible-menu__label {
	font-weight: 700;
}

.t-footer--social-icons-container {
	justify-content: center;
	align-items: center;
	padding-top:1rem;
}
.c-button.t-footer--social-icon {
	padding:6px;
	border-radius: 6px;
}
.t-footer--accepted_payment_methods-img {
	aspect-ratio: 412/40;
}

@media (max-width: 47.9em) {
	.t-site-footer .x-collapsible-content .c-menu__title {
		display: none;
	}
	.t-site-footer .x-collapsible-content__toggle [class^="u-icon-"] {
		font-size: 0.66em;
		font-weight: 700;
	}
	.t-site-footer .x-collapsible-content__item {
		margin-top: 1rem;
	}
}

.x-hover--allowed .t-site-footer__content a.c-menu__link:hover {
	opacity: 0.75;
}

.t-global-footer-social-links .c-menu__link {
	padding: 0 1rem 1rem 0;
}

.x-hover--allowed .t-global-footer-social-links .c-menu__link:hover {
	text-decoration: none;
	opacity: 0.75;
}

.t-site-footer__content .c-menu__list {
	line-height: 1.4;
}
.t-site-footer__content .c-menu__link {
	color: #fff;
	display: block;
	padding: 2px 0;
}

@media (min-width: 48em) {
	.t-site-footer__content {
		padding-top: 2em;
		padding-bottom: 0;
		flex-wrap: nowrap;
	}
	.t-site-footer__content section.o-layout__item {
		padding-left: 2.75rem;
		padding-right: 1rem;
	}
	.t-site-footer__content section.o-layout__item.o-layout__first--m {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.t-site-footer__content .c-menu__link {
		font-size: 0.875rem;
	}
	.t-footer-grad-borderl:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 1px;
		background: linear-gradient(180deg, rgba(255,255,255,0) 25%, rgba(255,255,255,1) 100%);
		/* cssgradient.io */
	}
	.t-footer-grad-borderl {
		position: relative;
		padding-bottom: 1rem;
	}
	.t-site-footer .x-collapsible-content__toggle {
		display: none;
	}
	.t-site-footer .x-collapsible-content__item {
		max-height: none;
		opacity: 1;
		overflow: visible;
		visibility: visible;
	}
	.t-footer--social-icons-container {
		flex-direction: column;
		padding-top:0;
	}
}


/* Storefront
    =========================================== */
.t-storefront-about .c-heading-charlie {
	font-size: 1.875rem;
	letter-spacing: 3px;
}

.t-storefront-about .c-heading--subheading {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 2px;
}

.t-storefront-about__brief {
	font-size: 0.9375rem;
	line-height: 1.667;
}

.t-featured-products {
	margin-bottom: 2rem;
	padding-top: 3rem;
}

.t-featured-products .x-product-list__heading {
	margin-bottom: 3em;
	font-size: 1.5rem;
}

.t-featured-products .x-product-list__action {
	margin: auto;
}

.t-featured-products .x-product-list__action .c-button {
	padding-right: calc(4.5rem - 1px);
	padding-left: calc(4.5rem - 1px);
}



/* Category Page
    =========================================== */
.t-display-list-filtering {
	flex-wrap: nowrap;
}

.t-display-list-filtering .x-display-list-filtering__per-page,
.t-display-list-filtering .x-display-list-filtering__sort-by,
.t-display-list-filtering .c-form-list__item,
.t-display-list-filtering .c-form-label,
.t-display-list-filtering .c-form-select {
	margin-bottom: 0;
}

.t-display-list-filtering .c-form-label {
	font-size: 0.6875rem;
}

.t-display-list-filtering .c-form-select__dropdown {
	padding: 0;
	font-size: 0.75rem;
	background-color: #fff;
	border: 0 none;
	color: initial;
}

.t-pagination.x-pagination--centered {
	width: 13rem;
	justify-content: center;
}

.t-pagination .o-list-inline {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.t-pagination .c-button {
	width: 2em;
	height: 2em;
	padding: 0;
	line-height: 2;
	border-color: #c0c0c0;
}

.t-pagination .c-form-select {
	margin-bottom: 0;
}

.t-pagination .c-form-select__dropdown {
	padding: 0;
	border: 0 none;
}


/* Product Flags
    =========================================== */
.x-product-list__product-flag {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
	width:100%;
	min-height:33px;
    font-size: 0.688rem;
	font-weight: 700;
	line-height: 1.3;
    padding: 0.688rem 0.25rem 0 0.25rem;
	text-align: center;
	text-transform: uppercase;
    background-color: #ff5f06;
    color: #fff;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.7);*/
}
.x-product-layout-purchase__product-flag {
    display: block;
	min-height:33px;
    font-size: 0.688rem;
	line-height: 1.3;
    padding: 0.688rem 0.25rem 0 0.25rem;
	text-align: center;
	text-transform: uppercase;
    background-color: #ff5f06;
    color: #fff;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.7);*/
}
@media screen and (min-width: 30em) {
	.x-product-list__product-flag,
	.x-product-layout-purchase__product-flag {
		padding: 0.25rem 4px;
		font-size: 1.5rem;
		line-height: 1;
	}
}



/* Product Page
    =========================================== */
.t-quantify .c-control-group__button {
	padding-top: calc(1.5em + 1px);
	padding-bottom: calc(1.5em + 1px);
}

.t-quantify .c-control-group__button,
.t-quantify .c-control-group__field {
	max-width: 33.33333%;
	flex-basis: 33.33333%;
}

/* Product Page Attributes
    =========================================== */
.x-product-layout-purchase__options-attribute {
	padding: 0.75rem 1rem;
	border:1px solid rgba(0,0,0,0.1);
}
.x-product-layout-purchase__options-attribute .x-custom-select-replacement {
	max-width: 25rem !important;
}
.x-product-layout-purchase__options-attribute label.c-form-label  {
	font-weight: 600;
	font-size: 14px;
}

.x-product-layout .__moreinfo {
	float: right;
	text-align: right;
	padding: 0;
	font-size: 14px;
	white-space: nowrap;
}
.x-product-layout .__moreinfo .popup {
	white-space: normal;
}

.x-product-layout .__img-area {
	clear: both;
	text-align: center;
	padding: 0.25rem 0;
}



/* Product Page Attributes help popup things
    =========================================== */
.t-page-prod .bubbleInfo {
	position: relative;
	z-index: 1;
}
.t-page-prod .bubbleInfo .redx {
	text-align: right;
	padding-bottom: 0.5em;
}
.t-page-prod .bubbleInfo .redx .__help {
	text-align: left;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	padding: 0.75em 0;
	line-height: 1.2;
}
.t-page-prod .bubbleInfo .trigger,
.t-page-prod .bubbleInfo .redx .__words,
.t-page-prod .bubbleInfo .redx img {
	cursor: pointer;
}
.x-hover--allowed .t-page-prod .bubbleInfo .redx .__words:hover {
	color:#ff0f0f;
}
.t-page-prod .bubbleInfo .popup {
	display: none;
	position: absolute;
	z-index: 2;
	right:-1.5rem;
	bottom:0;
	border: 1px solid #eee;
	border-radius: 0.5em;
	background: #fff;
	text-align: left;
	padding: 1rem;
	line-height: 1.6;
	font-size: 14px;
	box-shadow: 5px 6px 9px rgba(0,0,0,0.3);
}
.t-page-prod .bubbleInfo .popup.__open {
	display: block;
}
.dsp_imprint_data--heading {
	margin: 0 0 0.5em 0;
	padding: 0.5em 0;
	border-top:1px solid #2186ca;
}
.dsp_imprint_data--item {
	padding-bottom:0.75em;
	text-transform: capitalize;
}
.dsp_imprint_data--link {
	
}
.dsp_imprint_data--footer {
	padding: 0.5em 0;
	border-top:1px solid #2186ca;
}


@media screen and (min-width: 40em) {
	.t-page-prod .bubbleInfo .popup {
		right:0;
	}
}


/* Product Page Tabs
    =========================================== */
.x-product-description {
    margin-bottom: 1.5rem;
    padding-top: 2rem;
}
.x-product-description .x-a11y-tabs__link {
	color: #1156a9;
	font-weight: 700;
	font-size: 14px;
	border-color: #fff; 
	background-color: #fff;
}
.x-product-description [role="tab"][aria-selected] {
    background-color: #1156a9;
	color: #fff;
    border-color: #1156a9;
}
.x-product-template--link-area {
	padding: 0.75rem 0;
}
.x-product-description section.x-a11y-tabs__panel {
	border-top:4px solid #1156a9;
	background: #fff;
	border-bottom:4px solid #1156a9;
}
@media screen and (min-width: 40em) {
	.x-product-description .x-a11y-tabs__list {
		position: relative;
		z-index: 2;
	}
	.x-product-description section.x-a11y-tabs__panel {
		margin-top:-4px;
		z-index: 1;
	}
	.x-product-description [role="tab"] {
		background-color: #1156a9;
		color: #fff;
		border: 2px solid #1156a9;
		border-top-left-radius: 0.333em;
		border-top-right-radius: 0.333em;
		border-bottom: none;
		margin-left:3px;
	}
	.x-product-description [role="tab"][aria-selected] {
		background-color: #fff;
		color: #1156a9;
	}
	.x-product-description .x-a11y-tabs__link {
		font-size: 13px;
		height: 100%;
		text-align: center;
	}
}
@media screen and (min-width: 48em) {
	.x-product-description .x-a11y-tabs__link {
		font-size: 14px;
	}
}
@media screen and (min-width: 60em) {
	.x-product-description .x-a11y-tabs__link {
		font-size: 1rem;
	}
}


/* Product Page Shopper Approved Reviews
    =========================================== */
.t-page-prod #product_just_stars {
	height: 2.5rem;
}
.t-page-prod .ind_cnt {
	display: inline-block;
	font-size: 1rem;
	text-align: left;
	width: auto;
	margin-left:1rem;
	vertical-align: text-bottom;
}
.t-page-prod label[for=sa_sort],
.t-page-prod #sa_sort {
	margin-left:1rem;
}



/* Product Page Shopper Approved FAQ Widget
    =========================================== */
body #ab-tiny-widget {
	/* This is just another floatie? Not sure what this is for */
	display: none !important;
}
#answerbaseQAWidget .answerbase-widget > .title {
	padding-top: 0;
}
#answerbaseQAWidget .title h5 {
	text-transform: uppercase;
	color: #000;
	font-size: 28px;
	line-height: 1.368;
	font-weight: normal;
}
#answerbaseQAWidget .questions-list .title h5 {
	text-transform: uppercase;
	color: #000;
	font-size: 19px;
	line-height: 1.125;
	font-weight: normal;
	padding-top:1em;
}
#answerbaseQAWidget .cell a.title {
	color: #2186ca;
	font-weight: 700;
	font-size: 1rem;
}

#answerbaseQAWidget .questions-list a.viewall {
	display: none !importANt;
	opacity: 0;
}

/*
#answerbaseQAWidget .questions-list a.viewall {
	clear: both;
	text-transform: uppercase;
	display: inline-block;
	margin: 2rem 0 1rem 0;
	padding: calc(0.5em - 1px) calc(1em - 1px);
	position: relative;
	vertical-align: middle;
	font-family: inherit;
	font-size: 1em;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	background-color: #2186ca;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 0.12em;
	color: #fff;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	cursor: pointer;
	transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
*/

.x-hover--allowed #answerbaseQAWidget a:hover {
	color: #ff5f06 !important;
}

/* Basket Page
    =========================================== */
.t-basket--item-image {
	padding: 100% 0 0 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
.t-basket--item-image-caption {
	padding: 0.5rem 0 1rem 0;
}
.t-basket__product-summary .c-table-responsive__row,
.t-basket__order-summary .c-table-simple__row {
	border-color: #eaeaea;
}
.t-basket__product-summary thead {
	border-top: 1px solid #eaeaea;
}
.t-basket__product-summary tbody .c-table-responsive__cell {
	padding-top: 1.5rem;
}
.t-basket-update .x-quantify {
	width: 10em;
	font-size: 0.875rem;
}
.t-basket-update .x-quantify .c-control-group__button {
	padding-top: calc(1.25em + 1px);
	padding-bottom: calc(1.25em + 1px);
	font-size: 0.875em;
}
.t-basket-update .x-quantify .c-control-group__button,
.t-basket-update .x-quantify .c-control-group__field {
	max-width: 33.33333%;
	flex-basis: 33.33333%;
}
.t-basket__product-remove {
	width: 3em;
	height: 3em;
	padding: 0;
	line-height: 3;
}
.t-basket_coupon-form,
.t-checkout-log-in__form {
	margin-bottom: 0;
}
.t-basket_coupon-form[aria-hidden='false'],
.t-checkout-log-in__form[aria-hidden='false'] {
	min-height: 3rem;
	margin-top: 0.5rem;
}
.checkout_tos-padding {
	padding: 0.75rem 1.5rem;
	border:1px solid rgba(0,0,0,0.1);
}
.checkout_tos-padding label.c-form-label  {
	font-weight: 600;
	font-size: 14px;
}
.checkout_tos-padding .__help {
	font-weight: 500;
	font-size: 13px;
}
.checkout_buttons-padding {
	padding: 0.75rem 1.5rem;
	border:1px solid rgba(0,0,0,0.1);
}


/* Checkout Pages
    =========================================== */

.t-ocst-account-message {
	display: block;
	padding: 2em;
	font-size: 0.75rem;
}

.t-checkout-basket-summary {
	height: calc(100% - 1rem);
	padding: 1rem 1rem 0;
	background-color: #f2f2f2;
}

.t-checkout-basket-summary__product-summary tbody .c-table-simple__cell {
	padding-top: 1.5rem;
}

.t-checkout-basket-summary__promo-form,
.t-checkout-basket-summary__promo-form:first-child,
.t-checkout-basket-summary__promo-form:last-child {
	display: block;
	margin: -1px -2rem;
	padding-right: 2rem;
	padding-left: 2rem;
	background-color: #b0b0b0;
}
.__attr-val {
	hyphens: none;
	word-break: break-all;
}



@media (min-width: 48em) {
	.t-payment-cta {
		flex-grow: 0;
	}
	.t-payment-form {
		justify-content: center;
	}
	.t-payment-form .o-layout__item {
		display: flex;
		max-width: 75%;
		align-items: center;
	}
	.t-payment-form .c-form-label {
		width: 25%;
		margin-right: 1rem;
	}
	.t-payment-form .c-form-input {
		max-width: 50%;
	}
	.t-payment-form .c-form-input--cvv {
		max-width: none;
	}
	.t-payment-form .t-data-cvv {
		margin-left: 0.5rem;
	}
	.t-payment-form .c-control-group {
		max-width: 50%;
		flex-grow: 1;
	}
}

.t-checkout-customer-summary {
	margin-bottom: 1rem;
	padding: 1rem 2rem 0;
}

.t-checkout-customer-summary .c-keyline {
	border-color: #c0c0c0;
}

/* Account Landing Page
    =========================================== */
.t-account-landing-section {
	margin-bottom: 1rem;
}

.t-account-landing-section .c-heading-echo {
	font-size: 14px;
}

@media (min-width: 48em) {
	.t-account-landing-section .x-collapsible-content__toggle {
		display: none;
	}
	.t-account-landing-section .x-collapsible-content__item {
		max-height: none;
		opacity: 1;
		overflow: visible;
		visibility: visible;
	}
	.t-account-landing-section .c-heading-echo {
		font-size: 15px;
	}
}

.t-account-landing-section__content {
	padding-top: 1.25rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
}

.t-account-landing-section__content.x-category-tree__row {
	padding-left: 1rem;
}

.x-hover--allowed .t-account-landing-section__content.x-category-tree__row span.x-category-tree__link:hover {
	text-decoration: none;
}

/* Wish List Page
    =========================================== */
.t-wish-list-search .c-control-group {
	border: 1px solid #eaeaea;
}

.t-wish-list-search__button {
	padding-right: calc(1em - 1px);
	padding-left: calc(1em - 1px);
}

.t-wish-list__item .c-control-group__button {
	flex: 1 1 50%;
	padding-right: 0;
	padding-left: 0;
}



/* ApplePay Buttons */
.x-product-layout__applepay {
    display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.x-product-layout__applepay.u-hidden {
    display: none;
}
.t-page-prod .apple-pay-button-with-text {
	margin: 0 auto 1rem auto;
	line-height: 1.8;
	padding: calc(0.5em - 1px) calc(1em - 1px);
	max-height: 100%;
	/* font-size: 1.429rem; */
	min-height: auto;
    border-radius: 0.125em;
    width: 100%;
}

.t-page-bask .apple-pay-button-with-text {
	border-radius: 4px;
	height: 45px;
	min-height: 30px;
	max-height: 55px;
	margin: 0;
    width: 100%;
}


/* Shopper Approved FAQs */
.answerbase-widget img.float-right {
    display: none !important;
}
.answerbase-widget a.read-more {
    border-bottom: 1px solid #666 !important;
}


/* Category product list Layout */

.x-product-list__bg{
    background-repeat:no-repeat;
    background-position: center center;
    background-size: contain;
    border:0.75em solid rgba(0,0,0,0); 
    margin:0; 
    padding:0;
    position:relative;
    z-index:1;
}
.x-product-list__bg:before {
    content:"";
    display:block;
    position:relative;
    z-index:-1;
    padding:100% 0 0 0;
}


#x-subcategory-list .x-product-list__link {
    background: #fff;
    border: 1px solid #ddd;
    position: relative;
    letter-spacing: 0;
    transition: all 0.5s ease 0s;
}
.x-product-list__link {
	transition: all 0.5s ease 0s;
	position: relative;
	border: 1px solid #ddd;
	padding: 0.5rem 0.75rem 0.5rem 0.75rem;
	margin: 0 0 2rem 0;
}
.x-hover--allowed #x-subcategory-list .x-product-list__link:hover, 
.x-hover--allowed .x-product-list__link:hover {
    transition: all 0.5s ease 0s;
    -webkit-box-shadow: 0px 3px 8px -1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 8px -1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 8px -1px rgba(0, 0, 0, 0.4);
}

.t-product-list__image {
	display: block;
	margin: 0;
	position: relative;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.t-product-list__image:before {
	content: "";
	display: block;
	width: 100%;
	padding: 100% 0 0 0; /* adjust per aspect ratio you want. */
	position: relative;
	z-index: -1;
}
.x-hover--allowed .t-product-list__image:hover {
	opacity: 0.8;
}
.x-product-list__item.selectedColor {
	/*transform: scale(1.2);*/
}
.x-product-list__quickview-loading {
	height: 450px;
}
.x-product-list__quickview-link {
	display:block;
	cursor: help;
	transition: all 0.2s;
}
.x-product-list__quickview-link:hover {
	color: #1156a9;
	transform: scale(1.1);
}


/* Upsell - OUS1 */
@media screen and (min-width: 1200px) {
    .t-main-content-element .t-ous1__right-side  {
        padding-left: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 1159px) {
    .t-ous1__right-side  {
        padding-left: 1.5rem;
    }
}
@media screen and (max-width: 767px) {
    .t-page-ous1 picture {
        margin-bottom: 1.25rem;
    }
    .t-page-ous1 .t-ous1__purchase-buttons {
        text-align: center;
    }
}


/* Home page featured category squares via Components and Layouts */
.t-sfnt_catsquares {
	padding: 2rem 0 1rem 0;
}
.t-sfnt_catsquares-grid {
	justify-content: center;
}
.t-sfnt_catsquares--link:before {
	content: "";
	display: block;
	position: relative;
	z-index: -1;
	width: 100%;
	padding: 100% 0 0 0;
}
.t-sfnt_catsquares--link {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border: 1px solid #ddd;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
.t-sfnt_catsquares--title {
	margin: 0;
	padding: 0.333em 0;
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	top:0;
	left:0;
	font-size: 1rem;
	color: #666;
	text-shadow: 0 1px 1px #fff;
}
.x-hover--allowed .t-sfnt_catsquares--link:hover .t-sfnt_catsquares--title {
	color:#1156a9;
}
@media screen and (min-width: 30em) {
	.t-sfnt_catsquares--title {
		color: #ccc;
		font-size: 1.875rem;
		font-weight: 400;
	}	
}

/* Home page SFNT Blue Banners */
.t-sfnt--blue-banner { border-bottom:1px solid #fff; }
.t-sfnt--blue-banner-heading { font-size: 1.5rem; line-height: 1.2; }
.t-sfnt--blue-banner-subheading { font-size: 1rem;}
.t-sfnt--blue-banner a { color:#fff; }
.x-hover--allowed .t-sfnt--blue-banner a:hover { color:#fff; opacity: 0.7; text-decoration: none;}
@media screen and (min-width: 60em) {
	.t-sfnt--blue-banner-heading { font-size: 3.063rem;}
	.t-sfnt--blue-banner-subheading { font-size: 1.625rem;}
}


/* Home page Checks Section via Components and Layouts */
.t-sfnt_featured--item-heading {
	font-size: 2rem;
	padding-top:0.5em;
}
@media screen and (min-width: 40em) {
	.t-sfnt_featured--item-heading {
		padding-top:0;
		font-size: 3.063rem;
	}
}

/* Home page Checks Section via Components and Layouts */
.t-sfnt_checks {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2rem 0;
	padding: 2rem 0 0 1.25rem;
}
.t-sfnt_checks-grid {
	justify-content: center;
}
.t-sfnt_checks--item {
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	line-height: 1.2;
	padding-bottom: 2rem;
}
.t-sfnt_checks--button {
	padding: 5px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	width:32px;
	min-width:32px;
}
.t-sfnt_checks--text {
	padding: 0 1.25rem 0 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	flex-grow: 1;
}
@media screen and (min-width: 30em) {
	.t-sfnt_checks {
		padding: 2rem 1rem 0 1rem;
	}
}
@media screen and (min-width: 40em) {
	.t-sfnt_checks--button {
		width:52px;
		min-width:52px;
		padding: 10px;
	}
	.t-sfnt_checks--text {
		font-size: 1.5rem;
	}
}


/* Home page SFNT About Us */
.t-storefront-about { padding: 1rem 0 2rem 0; }
.x-hover--allowed .t-storefront-about a:hover { text-decoration: none;}
.x-hover--allowed .t-storefront-about a:hover .c-button { background-color:#1156a9;}


/* Home page SFNT Reviews via Components and Layouts */
.t-sfnt_reviews-heading { font-size: 1.5rem; line-height: 1.2; }
.t-sfnt_reviews-subheading { font-size: 1rem;}
.t-sfnt_reviews--top-buttons {
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}
.t-sfnt_reviews-article {
	display: block;
	margin: 0;
	padding: 2rem;
	text-align: left;
	background: #f6f6f6;
}
.t-sfnt_reviews-article--content {
	padding-top:0.333rem;
	font-size: 0.938rem;
}
.t-sfnt_reviews-article--author {
	font-style: italic;
	font-size: 0.813rem;
}
@media screen and (min-width: 30em) {
	.t-sfnt_reviews-heading { font-size: 2rem; }
	.t-sfnt_reviews-subheading { font-size: 1.5rem;}
}
@media screen and (min-width: 48em) {
	.t-sfnt_reviews-heading { font-size: 3.063rem;; }
	.t-sfnt_reviews-subheading { font-size: 1.625rem;}
	.t-sfnt_reviews--top-buttons {
		white-space: nowrap;
		flex-direction: row;
	}
}
@media screen and (min-width: 60em) {
	.t-sfnt_reviews-article--content {
		font-size: 1.25rem;
	}
	.t-sfnt_reviews-article--author {
		font-size: 1rem;
	}
}



/* Facets */
#facetContent { 
	position: relative; 
	z-index: 1 
}
#facetSpinner.u-visible {
	position: absolute;
	z-index: 2;
	width:100%;
	height:140px;
	top:40px;
	text-align: center;
}
.x-facet-set {
	background-color: #f1f1f1;
}
.x-facet-set.clickedItem {
	opacity: 0.5;
}
.x-facet-set .x-collapsible-content__toggle {
	background-color: #1156a9;
	background-repeat: repeat;
	background-position: center top;
	background-image: url('/theme-images/bg-stripes-blue.gif');
	color: #fff;
	margin-bottom: 16px;
	outline: none;
	padding: 0.5em 0.75em 0.5em 1.75rem;
}
#js-categoryTree-container .x-facet-set {
	background-color: #f1f1f1;
}
#js-categoryTree-container .x-facet-set .x-collapsible-content__toggle {
	background-color: #2d80e5;
	background-image: url('/theme-images/bg-stripes-lblue.gif');
}
.x-facet-set .x-facet-set__list {
	padding: 0 8px;
}
.x-facet-set .x-collapsible-content__toggle[aria-expanded="false"],
.x-facet-set .x-collapsible-content__toggle[aria-expanded="false"] + div {
	margin-bottom: 0;
}
.x-facet-set .x-collapsible-content__toggle[aria-expanded="false"] + div + hr {
	display: none;
}
.x-facet-set .x-facet-set__list .x-facet-set--count {
	color: #666;
}
.x-facet-set #facet-set__price.x-facet-set__list {
	padding: 0;
}
.t-searchFacets .x-category-tree__list--level-2 .x-category-tree__link,
.t-searchFacets .x-category-tree__list--level-3 .x-category-tree__link,
.t-searchFacets .x-category-tree__list--level-4 .x-category-tree__link,
.t-searchFacets .x-category-tree__list--level-5 .x-category-tree__link,
.t-searchFacets .x-category-tree__list--level-6 .x-category-tree__link {
	color: #333;
	padding-top:0;
	font-weight: 400;
}
.t-searchFacets .x-category-tree__list .nested-applied {
	font-weight: 700 !important;
}
@media screen and (min-width: 60em) {
	.t-searchFacets .x-facet-set__list.x-collapsible-content__item{
		max-height: 200px;
		overflow-y: auto;
	}
}
.t-searchFacets #facet-set__cattree.x-facet-set__list.x-collapsible-content__item{
	max-height: 400px;
	padding-bottom: 0.75rem;
}


/* Custom Animations
===============================================*/
.shakeThis {
  /* Credit: www.w3schools.com/howto/howto_css_shake_image.asp */
  animation: shake 1s;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}


/* Messages Overrides
===============================================*/
.x-messages {
	color:#666;
	border-color:#666;
	background-color:#eee;
	border-radius: 4px;
	text-align: center;
}
.x-messages--info {
	color:#1156a9;
	border-color:#1156a9;
	background-color:#e0ecfb;
}
.x-messages--error {
	color:#CC0000;
	border-color:#CC0000;
	background-color:#fbe0e6;
}
.x-messages--warning {
	color:#ff6600;
	border-color:#ff6600;
	background-color:#fbede0;
}
.x-messages--success {
	color:#006600;
	border-color:#006600;
	background-color:#e0fbe3;
}

.x-messages--no_bg {
	background-color: #FFF;
}


/* Stripes BG */
.t-bg-stripes-white {
	background-repeat: repeat;
	background-position: center top;
	background-image: url('/theme-images/bg-stripes-white.gif');
}
.t-bg-stripes-blue {
	background-repeat: repeat;
	background-position: center top;
	background-image: url('/theme-images/bg-stripes-blue.gif');
}
.t-bg-stripes-lblue {
	background-repeat: repeat;
	background-position: center top;
	background-image: url('/theme-images/bg-stripes-lblue.gif');
}


/* Some handy classes from CornerstoneUX and Misc Tools
===============================================*/
.circleborder { border:1px solid rgba(0,0,0,0); border-radius: 50%; }
.nobgimage { background-image: none !important; }
.side-padding { padding-left:1rem !important; padding-right:1rem !important; }
.positon-relative { position: relative; }
.lp { padding-left:1rem !important; }
.rp { padding-right:1rem !important; }
.nlp { padding-left:0 !important; }
.nrp { padding-right:0 !important; }
.ntp { padding-top:0 !important; }
.nbp { padding-bottom:0 !important; }
.tp { padding-top:1rem !important; }
@media screen and (min-width: 40em) {
	.tp--s { padding-top:1rem !important; }
}
.bp { padding-bottom:1rem !important; }
.np { padding:0 !important; }
.nlm { margin-left:0 !important; }
.nrm { margin-right:0 !important; }
.nm { margin:0 !important; }
.ntm { margin-top:0 !important; }
.nbm { margin-bottom:0 !important; }
.tm { margin-top:1rem !important; }
.rm { margin-right:1rem !important; }
.bm { margin-bottom:1rem !important;  }
.lm { margin-left:1rem !important; }
.nb { border-top:0 !important; border-right:0 !important; border-bottom:0 !important; border-left:0 !important; }
.do-clear, .clear { clear: both; }
.__pdf-icon {
	display: inline-block;
	line-height: 1;
	min-height: 16px;
	min-width: 16px;
	padding: 0 0 0 20px;
	margin: 0 0 0 2px;
	background: url('/theme-images/new-pdf-icon-32x32.png') left center no-repeat;
	background-size: contain;
}
.icon-button-padding { padding:0.4em; }
.icon-margin-right { margin-right:0.5em; }
.icon-margin-left { margin-left:0.5em; }
table.fix-nested-tags, .fix-nested-tags, .fix-nested-tags td, .fix-nested-tags tr { 
	border:0; 
	margin: 0; 
	padding: 0;
}
.flip-horizontal{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.block-as-link {
	cursor:pointer;
	transition: transform .2s; 
}
.x-hover--allowed .block-as-link:hover {
	transform: scale(1.2);
}
.t-cursor--pointer {
	cursor: pointer;
}
.t-cursor--disabled {
	cursor: not-allowed;
}
.do-img-fullwidth img { 
	width:100%;
	height: auto;
	max-width: none !important;
	display: block;
	margin: 0;
	padding: 0;
}
.simple-text-shadow {
	text-shadow: 1px 1px 0 rgba(0,0,0,0.7);
}
@media screen and (min-width: 30em) {
	.nm--xs { margin:0 !important; }
}
@media screen and (min-width: 40em) {
	.nm--s { margin:0 !important; }
}
@media screen and (min-width: 48em) {
	.nm--m { margin:0 !important; }
}
@media screen and (min-width: 60em) {
	.nm--l { margin:0 !important; }
}
@media screen and (min-width: 75em) {
	.nm--xl { margin:0 !important; }
}
@media screen and (min-width: 90em) {
	.nm--w { margin:0 !important; }
}


/* Annoying overrides. */
address { font-style:normal; }
::-o-selection {
  background: #ffb7b7; 
}
::-ms-selection {
  background: #ffb7b7; 
}
::-moz-selection {
  background: #ffb7b7; 
}
::-webkit-selection {
  background: #ffb7b7; 
}
::selection {
  background: #ffb7b7; 
}

/*  Much better UX for date picker on webkit!! https://stackoverflow.com/a/45461709/5914594 */
input[type="date"] {
    position: relative;
}

/* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
input[type="date"]:after {
	color: #555;
	content: ""; /* \57 */
	font-family: 'ReadyTheme Icons';
	font-size: 1.5em;
	padding: 0 5px;
	position: absolute;
	top: 0;
}

/* change color of symbol on hover */
.x-hover--allowed input[type="date"]:hover:after {
    color: #bf1400;
}

/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

/* adjust increase/decrease button */
input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}

 /* adjust clear button */
 input[type="date"]::-webkit-clear-button {
     z-index: 1;
 }
/* put a calendar icon over top that works for all */
#date_icon_label {
	pointer-events: none;
	position: relative;
	z-index: 2;
	background: white;
	left:-48px;
	color:red;
}
/* fixes for google reviews */
@media print {
	#___ratingbadge_0 {
		display: none !important;
	}
}

/* Lazy Loading Style Effects: See observeDeferred Shared Function. Init Credit: Miva Colossus ReadyTheme. Highly Modified by Glendale Designs. */
.u-invisible {
    visibility: hidden;
}
    /* put this class on tags you want to lazyload. The object needs to have data-defer attribute */
.t-defer-object {
    opacity: 0;
    overflow: hidden;
    transform-origin: top;
    transition: opacity cubic-bezier(0, 0, 0.4, 1) 0.15s, visibility cubic-bezier(0, 0, 0.4, 1) 0.15s;
    visibility: hidden;
}
    /* this class gets added after the object is int he viewport via js. */
.t-defer-object.t-defer-object--loaded {
    opacity: 1;
    overflow: initial;
    visibility: visible;
}
    /* the t-lazy-load-image class gets added after the object is int he viewport via js.  The image needs to have data-src attribute and the src be blank */
.t-lazy-load-image, .t-lazy-load-bgurl {
    animation-duration: 1.3s;
    animation-fill-mode: forwards;
    animation-name: fadeIn;
    animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
    object-fit: cover;
}

/* Animation for lazyLoading - goes after. Can be modified for different effects. */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}