
/*/////////////////////////////////////////////////////////////////////

STYLING SPECIFIC TO THE PRODUCT LANDING PAGES AND PRODUCT DETAILS PAGES
Configurator resides in a separate, 'usd-configurator.css' file.

/////////////////////////////////////////////////////////////////////*/

/*
==========================
PRODUCT PAGE GLOBAL STYLES
==========================
*/

/*
--------------------------------
Masthead imagery global settings
--------------------------------
*/

#main .primary-img {
	height: 350px;
	background-size: cover;
	margin-bottom: 1.875em;
}

/* medium screen */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	#main .primary-img {
		height: 350px;
		background-size: contain;
	}
	
	/*#main #savedItems {
		padding: 0 1em 0 1em;
	}*/

}

/* Large Screen */
@media screen and (min-width: 64em) {
	#main .primary-img {
		height: 350px;
		background-size: contain;
	}
}

#main #product_purchasing hr {
	border: 1px solid #E3E5E3;
}

/*
------------------
Section intro copy
------------------
*/

#main #global-heading {
	margin-bottom: 2em;
}

	#main #global-heading h2 {
		font-size: 1.125em;
		line-height: 1.2;
		margin-bottom: .5em;
	}

/* medium screen */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	#main #global-heading h2 {
		font-size: 1.3125em;
	}
}

/* Large Screen */
@media screen and (min-width: 64em) {
	#main #global-heading h2 {
		font-size: 1.5em;
	}
}

#main #global-heading a {
	color: #97181D;
	text-decoration: none;
	background: url("/img/icons/ui-linkline-gfx.png") repeat-x 0 100%;
}

	#main #global-heading a:hover,
	#main #global-heading a:active {
		background-color: rgba(227,229,227,0.5);
		color: #444744;
		text-decoration: none;
		background-image: none;
	}

/*
=================================
PRIMARY LANDING PAGE: PRODUCTS
=================================
*/

/*
--------------------
Imagery for masthead
--------------------
*/

/*#main .primary-img.products {
	background: url("/img/mastheads/prod-encoder-group.png") no-repeat center;
}*/

/*
-----------------------------
Product choice "buckets"
-----------------------------
*/

#main .product-choice {
	text-align: center;
	margin-bottom: 2em;
}

	#main .product-choice .encoder,
	#main .product-choice .incllinometer {
		border-top: 2px solid #E3E5E3;
	}

	#main .product-choice .accessories {
		border-top: 2px solid #E3E5E3;
		border-bottom: 2px solid #E3E5E3;
	}

/* medium and large screen */
@media screen and (min-width: 40em) {
	#main .product-choice .encoder,
	#main .product-choice .incllinometer,
	#main .product-choice .accessories {
		border-top: none;
		border-bottom: none;
	}

	#main .product-choice .encoder,
	#main .product-choice .incllinometer {
		border-right: 2px solid #E3E5E3;
	}
}

#main .product-choice h3 {
	margin-top: .75em;
	font-family: "myriad-pro-semi-condensed";
	font-weight: normal;
	font-size: 1.125em;
	color: #97181D;
}

#main .product-choice p {
	font-size: 14px;
	line-height: 18px;
	color: #000;
}

#main .product-choice .button {
	background-color: #97181D;
	text-transform: uppercase;
	font-size: .8125em;
	font-weight: bold;
	border-radius: 50px;
}

	#main .product-choice .button:hover,
	#main .product-choice .button:active {
		background-color: #444744;
	}

/*
--------------------------
Product Item Layout
--------------------------
*/

#main .product-items .items {
	margin-bottom: 4em;
}

/* Product landing page layout */
#main .product-items .product-set h2 {
	margin-bottom: 0; /* the initial landing page doesn't use the kludge */
	margin-left: .5em;
}

/* Global product layout */
#main .product-items .product-grid h2 {
	margin-bottom: -1em; /* a little kludgy to override the Foundation grid's top gutter used in the full product list */
}

#main .product-items h3 {
	text-transform: uppercase;
	font-family: "myriad-pro-semi-condensed";
	background: #909590;
	color: #FFF;
	/* font-size: 1em; */
	line-height: 1;
	font-weight: bold;
	padding: .5em;
}

#main .product-items .item {
	margin: .5em 0;
}

/* medium and large screen */
@media screen and (min-width: 40em) {
	#main .product-items .encoder-set {
		border-right: 2px solid #E3E5E3;
	}

	#main .product-items .accessories-set {
		border-left: 2px solid #E3E5E3;
	}
}

/*
----------------------------------------
DETAILS - Show all products of this type
----------------------------------------
 */

#main .product-items .item p a.showall {
	width: 100%;
	text-align: right;
	font-family: "myriad-pro-semi-condensed";
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1;
	margin-top: .75em;
	margin-bottom: .8125em;
	color: #97181D;
	border: none;
	background-image: url("/img/icons/ui-rt-arrow-ro2.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 7px 10px;
	padding-right: .8em;
}

	#main .product-items .item p a.showall:hover,
	#main .product-items .item p a.showall:active {
		color: #1B326C;
		background-image: url("/img/icons/ui-rt-arrow.svg");
		box-shadow: none;
	}

/* medium and large screen */
@media screen and (min-width: 40em) {
	#main .product-items .item p a.showall {
		font-size: .875em;
	}
}

/*
=================================
PRIMARY LIST PAGE: PRODUCTS
=================================
*/

/*
---------------------------------------
Show all previous items (go up a level)
---------------------------------------
 */

#main #global-heading .show-all-previous {
	font-size: .8125em;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Myriad-Pro-semi-condensed";
}

/* medium screen */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	#main #global-heading .show-all-previous {
		font-size: .875em;
	}
}

/* Large Screen */
@media screen and (min-width: 64em) {
	#main #global-heading .show-all-previous {
		font-size: 1em;
	}
}

#main #global-heading .show-all-previous a {
	display: inline-block;
	color: #97181D;
	padding-left: .8em;
	background-image: url("/img/icons/ui-lt-arrow-ro.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 7px 10px;
}

	#main #global-heading .show-all-previous a:hover,
	#main #global-heading .show-all-previous a:active {
		color: #1B326C;
		background-image: url("/img/icons/ui-lt-arrow.svg");
		background-color: transparent;
	}

/*
----------------------------------------------------------
FILTERING - Show products by specific type when applicable
----------------------------------------------------------
 */

.product-type {
	background: rgba(227, 229, 227, .5);
	margin-bottom: 1em;
}

#main .product-type h2 {
	text-transform: uppercase;
	font-family: "myriad-pro-semi-condensed";
	background: #909590;
	color: #FFF;
	font-size: 1em;
	line-height: 1;
	font-weight: bold;
	margin: 0;
	padding: .5em;
}

#main .product-type-list {
	margin-top: 1em;
}

	#main .product-type-list a h3 {
		/* color: #1B326C; originally blue */
		color: #97181D;
		font-size: 1em;
		line-height: 1.2;
		text-decoration: underline;
	}

	#main .product-type-list a.selected h3 {
		color: #444744;
		text-decoration: none;
	}

	#main .product-type-list a p {
		color: #444744;
		font-size: .875em;
		line-height: 1.3;
	}

	#main .product-type-list a:hover h3,
	#main .product-type-list a:active h3,
	#main .product-type-list a:hover p,
	#main .product-type-list a:active p {
		color: #97181D;
		text-decoration: none;
	}

#main .product-items .items {
	margin-bottom: 4em;
}

#main .product-items .item {
	margin: .5em 0;
}

	#main .product-items .item a {
		color: #444744;
		display: block;
		/* height: 100%; */
	}

		#main .product-items .item a h3 {
			font-size: 1.125em;
			text-transform: uppercase;
			font-family: "myriad-pro-semi-condensed";
			color: #1B326C;
		}

			#main .product-items .item a h3 span {
				display: block;
				font-size: 1em;
				font-weight: normal;
				text-transform: uppercase; /* All caps for the product names */
				color: #444744;
				margin-top: .125em;
			}

		#main .product-items .item a li,
		#main .product-items .item a p.summary {
			font-size: .875em;
			line-height: 1.3;
			margin-top: .25em;
			margin-bottom: .25em;
		}

/* medium screen */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	#main .product-items .item {
		border-bottom: none;
	}

		#main .product-items .item a h3 {
			font-size: 1.3125em;
		}

			#main .product-items .item a h3 span {
				font-size: .875em;
			}
}

/* Large Screen */
@media screen and (min-width: 64em) {
	#main .product-items .item a li {
		font-size: 1em;
	}

	#main .product-items .item {
		border-bottom: none;
	}

		#main .product-items .item a h3 {
			font-size: 1.3125em;
		}

			#main .product-items .item a h3 span {
				font-size: .875em;
			}

		#main .product-items .item a li,
		#main .product-items .item a p.summary {
			font-size: 1em;
		}
}

/*
------------------------------------------
Product Choice Items (listed individually)
------------------------------------------
*/

#main .product-items .item a {
	color: #444744;
	display: block;
	/* height: 100%; */
	margin: 1.5em auto 0;
	border: 1px solid #e3e5e3; /* border along the outside of each item */
	background: #FFF;
}

	#main .product-items .item a:hover,
	#main .product-items .item a:active {
		color: #97181D;
		box-shadow: 0 2px 5px rgba(0,0,0,0.5);
		border: 1px solid #FFF;
		background: #FFF;
	}

	#main .product-items .item a .product-img {
		display: block;
		margin: 0 auto;
		width: 75%;
	}

	#main .product-items .item a .product-desc {
		position: relative;
		margin-top: -2em; /* optionally placed to move content up into image area */
		margin-bottom: 2em;
		padding: 0 5%;
	}

		#main .product-items .item a .product-desc h3 {
			font-family: "myriad-pro-semi-condensed";
			line-height: 1;
			text-transform: uppercase;
			color: #1B326C;
			background: none;
			padding: 0 0 .25em 0;
			margin-bottom: .125em;
		}

		#main .product-items .item a .product-desc h3 {
			font-size: 2.25em; /* originally 1.125em */
		}

		#main .product-items .item a .product-desc p.more {
			font-weight: 700;
			font-size: 1.25em;
			line-height: 1;
			text-transform: uppercase;
			color: #97181D;
			margin: 0;
		}


	#main .product-items .item a:hover p.more,
	#main .product-items .item a:active p.more {
		color: #444744;
	}

/*
NOTE: The product grid has two items side-by-side (normally they're just one item wide) which required a change to the size of the H3 in this instance.
*/
#main .product-items .product-grid .item a .product-desc h3 {
	font-size: 1.75em;
}

#main .product-items .item a .product-desc h3 span {
	font-family: "myriad-pro", sans-serif;
	display: block;
	font-size: .625em;
	font-weight: 400;
	/* text-transform: none; */
	color: #444744;
	margin-top: .125em;
}

#main .product-items .item a .product-desc li,
#main .product-items .item a p.summary {
	line-height: 1.1;
}

#main .product-items .item a .product-desc li {
	margin-bottom: .5em;
}

#main .product-items .item a p.summary {
	margin-bottom: 1em;
}

#main .product-items .item a .product-desc p.more {
	line-height: 1.2;
}

/* medium screen */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	#main .product-items .item {
		border-bottom: none;
	}

		#main .product-items .item a .product-desc h3,
		#main .product-items .product-grid .item a .product-desc h3 {
			font-size: 1.3125em;
		}

			#main .product-items .item a .product-desc h3 span {
				font-size: .875em;
			}
}

/* Large Screen */
@media screen and (min-width: 64em) {
	#main .product-items .item {
		border-bottom: none;
	}

		#main .product-items .item a .product-desc h3,
		#main .product-items .product-grid .item a .product-desc h3 {
			font-size: 1.3125em;
		}

			#main .product-items .item a .product-desc h3 span {
				font-size: .875em;
			}
}

/* medium and large screen */
@media screen and (min-width: 40em) {
	#main .product-items h3 {
		font-size: 1em;
	}

	#main .product-items .item a .product-desc {
		bottom: 1em;
		margin-bottom: 0;
		margin-top: 1em;
	}

		#main .product-items .item a .product-desc p.more,
		#main .product-items .item a .product-desc li,
		#main .product-items .item a p.summary {
			font-size: .875em;
		}
}

/*
------------------------------------------
Product Landing Page
------------------------------------------
*/

/* The product slider and main bullet point area */

.product-title-area h1 {
	color: #1B326C;
	text-transform: uppercase;
	text-align: center;
}

/* medium and large screen */
@media screen and (min-width: 40em) {
	.product-title-area h1 {
		text-align: left;
	}
}

.product-title-area h1 span {
	font-weight: 400;
	color: #444744;
}

	.product-title-area h1 span::before {
		font-family: "myriad-pro-semi-condensed", sans-serif;
		content: "| ";
		font-size: 1.25em;
		color: #e3e5e3;
	}

.product-highlight {
	border-bottom: 2px solid #E3E5E3;
	margin-bottom: 2em;
}

#main .overview .button {
	background-image: none;
	background-color: #97181D;
	color: #FFF;
	text-transform: uppercase;
	border-radius: 50px;
	font-weight: 700;
}

	#main .overview .button:active,
	#main .overview .button:hover {
		background-color: #444744;
		color: #FFF;
	}

	#main .overview .button p {
		margin-top: .25em;
		margin-bottom: .25em;
	}

/* The Slider */

#main .tabs {
	border: none;
	margin-bottom: 1.5em;
}

	#main .tabs .tabs-title {
		margin-top: 0;
		margin-bottom: 0;
		text-align: center;
		font-size: .9rem;
	}

	#main .tabs a {
		background-image: none;
		text-transform: uppercase;
		font-weight: bold;
		min-height: 3em;
		color: #1b326c;
	}

#main .tabs-title > a:focus,
#main .tabs-title > a[aria-selected="true"] {
	color: #444744;
	background-color: #E3E5E3;
}

#main .tabs-content {
	border: 2px solid #E3E5E3;
	border-top: 2px solid #E3E5E3;
	margin-top: .5em;
}

	#main .tabs-content li {
		font-size: 0;
	}

	#main .tabs-content .slick-slide img {
		margin: 0;
	}

		#main .tabs-content .slick-slide img:hover {
			cursor: default;
		}

	#main .tabs-content .slick-slide a img.zoom {
		cursor: -webkit-zoom-in;
		cursor: -moz-zoom-in;
		cursor: zoom-in;
	}

#main .tabs-content {
	overflow: hidden;
}

#main slider {
	width: 100%;
}

#main .slider:nth-child(n+1) {
	display: none;
}

#main .slick-initialized,
#main .slider:first-child {
	display: block;
}

.pdf-container {
    position: relative;
    overflow: hidden;
}

.pdf-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-embed {
	margin-bottom: 0;
}

/* override the default .slick-dots styling */

.slick-dotted.slick-slider {
	margin-bottom: 8px;
}

.slick-dots {
	bottom: 10px;
}

	.slick-dots li button {
		text-shadow: rgba(0,0,0,1) 0 0 2px;
	}

		.slick-dots li button:before {
			font-size: 14px;
			color: #FFF;
			opacity: .5;
		}

	.slick-dots li.slick-active button:before {
		color: #97181d;
		opacity: 1;
		text-shadow: none;
	}

/* override the default .slick-prev and .slick-next styling */

.slick-prev {
	left: 10px;
}

.slick-next {
	right: 10px;
}

.slick-prev, .slick-next {
	width: 40px;
	height: 40px;
	z-index: 1;
}

	.slick-prev::before,
	.slick-next::before {
		color: #97181d;
		opacity: 1;
		font-size: 40px; /* make the same size as the width and height from .slick-prev, and .slick-next */
	}

	.slick-prev:hover:before,
	.slick-next:hover:before {
		opacity: .5;
	}

#main .primary-content .pdf.button {
	margin-bottom: -50px;
	position: relative;
	top: -60px;
}

	#main .primary-content .pdf.button a {
		background-image: none;
		color: #FFF;
		letter-spacing: normal;
		background-size: initial;
		background-repeat: no-repeat;
		background-image: url("/img/icons/gen-pdf.svg");
		padding-left: 25px;
	}

		#main .primary-content .pdf.button a:hover,
		#main .primary-content .pdf.button a:active {
			background-color: #444744;
		}

#main .primary-content img.rohs {
	float: right;
	width: 40%;
	margin: 0;
	padding: 0 0 12px 12px;
}

/* product image reveal */

.is-reveal-open .reveal-overlay .reveal {
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

	.is-reveal-open .reveal-overlay .reveal .button {
		font-size: 1.125em;
		text-transform: uppercase;
		border-radius: 50px;
		background: #909590;
		color: #FFF;
	}

	.is-reveal-open .reveal-overlay .reveal .button {
		font-size: .75em;
		text-transform: uppercase;
		font-weight: bold;
		border-radius: 50px;
		background-color: #97181D;
		color: #FFF;
	}

		.is-reveal-open .reveal-overlay .reveal .button:hover,
		.is-reveal-open .reveal-overlay .reveal .button:active {
			background-color: #444744;
		}

		.is-reveal-open, .is-reveal-open body {
			overflow:unset!important;
		}

/* medium and large screen */

@media screen and (min-width: 40em) {
	.is-reveal-open .reveal-overlay .reveal .button {
		font-size: .9em;
	}

	#main .primary-content img.rohs {
		float: right;
		width: 20%;
		margin: 0;
		padding: 0 0 12px 12px;
	}
}

/* new .specifications look and feel using Foundation 6 accordion */

.specifications-section {
	margin-bottom: 2em;
}

/* Tweaking .accordion */

#main .accordion-title {
	border: 1px solid #E3E5E3;
}

	#main .accordion-title::before {
		margin-top: -1rem;
		font-size: 2em;
		font-weight: bold;
		color: rgba(255,255,255,.5);
	}

	#main .accordion-title h3 {
		font-family: "myriad-pro-semiextended";
		text-transform: uppercase;
		background-repeat: no-repeat;
		padding-left: .25em;
		/*
	The padding moves in accordance to the spec icon. See "TODO" below.
	padding-left: 1.75em;
	*/
	}

/* Here we're removing the subtle rounding effect in the first and last accordion item */

#main .accordion-item:first-child > :first-child,
#main :last-child:not(.is-active) > .accordion-title {
	border-radius: 0;
}

#main .accordion-item a {
	background-image: none;
	background-color: #1B326C;
	color: #FFF;
}

	#main .accordion-item a:hover,
	#main .accordion-item a:active {
		background-color: #444744;
		color: #FFF;
	}

#main .accordion-item.is-active a.accordion-title {
	background-color: #444744;
}

/* General content within the accordion */

#main .accordion-content {
	border-color: #E3E5E3;
}

	#main .accordion-content .special-char {
		text-transform: none;
	}

	#main .accordion-content a {
		color: #97181D;
		text-decoration: none;
		background: url("/img/icons/ui-linkline-gfx.png") repeat-x 0 100%;
	}

		#main .accordion-content a:hover,
		#main .accordion-content a:active {
			background-color: rgba(227,229,227,0.5);
			color: #444744;
			text-decoration: none;
			background-image: none;
		}

	/* Focus on the table content within the specifications */

	#main .accordion-content h2,
	#main .accordion-content h3,
	#main .accordion-content h4,
	#main .accordion-content h5,
	#main .accordion-content h6 {
		color: #444744;
	}

	#main .accordion-content p,
	#main .accordion-content li,
	#main .accordion-content table th,
	#main .accordion-content table p,
	#main .accordion-content table li {
		font-size: 1em;
		line-height: 1.25;
		color: #444744;
	}

	#main .accordion-content table {
		width: 100%;
	}

		#main .accordion-content table th,
		#main .accordion-content table td {
			vertical-align: top;
			text-align: left;
		}

		/*#main .accordion-content img {
		width: 100%;
	}*/

		#main .accordion-content table thead {
			background-color: #909590;
		}

			#main .accordion-content table thead th {
				color: #FFF;
				font-weight: normal;
				text-transform: uppercase;
			}

		#main .accordion-content table tbody tr:nth-child(2n) {
			background-color: #E3E5E3;
		}

/* Product Tagging */

#main .tag-categories {
	padding-bottom: 1em;
}

	#main .tag-categories h2 {
		text-transform: uppercase;
		font-family: "myriad-pro-semi-condensed";
		background: #909590;
		color: #FFF;
		font-size: 1em;
		line-height: 1;
		font-weight: bold;
		margin: 0;
		padding: .5em;
	}

	#main .tag-categories ul {
		background: #e3e5e3;
		margin: 0 0 1.5em 0;
		padding: 10px;
		list-style-type: none;
		color: #444744;
	}

	#main .tag-categories li {
		display: inline;
		white-space: nowrap;
	}

		#main .tag-categories li::before {
			content: "\00a0\00a0|\00a0\00a0";
			color: #909590;
			font-weight: 300;
		}

		#main .tag-categories li.first::before {
			content: "";
		}

		#main .tag-categories li a {
			font-weight: bold;
			color: #1B326C;
			background-image: none;
		}

			#main .tag-categories li a:hover,
			#main .tag-categories li a:active {
				background: url("/img/icons/ui-linkline-gfx.png") repeat-x 0 100%;
			}

/* the secondary content converted specifically for products only */

#main .product-overview .secondary-content .overview li,
#main .product-details .secondary-content #slide2-configurator-app p {
	font-size: 1em;
}

#main .product-details .secondary-content #slide2-configurator-app h3 {
	margin-top: 1.25em;
}

/* Adding the Proposition 65 warning style elements */

#main .product-details .prop65 {
	font-size: .9em;
	line-height: 1.4;
	padding-left: 12%;
	background: url("https://cdn.usdigital.com/graphics/prop65-warning.png") top left no-repeat;
	/* note image location for prop 65 graphic - may need to change for new site */
	background-size: 10%;
}

/* Large Screen */
@media screen and (min-width: 64em) {
	#main .product-details .prop65 {
		font-size: 1em;
	}
}


/* Made in USA image styling */

#main .secondary-content .info-block img.us-made {
	width: 90px;
	display: block;
	margin: 2em 2em;
}

/* Configurator Restyle */

#main .info-block #configure h4 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.125rem;
}

#main div.product_input.complete h4 {
	background: url("/img/icons/gen-okselect.svg") no-repeat right center;
	background-size: 1.25rem 1.25rem;
}

#main .info-block #configure p.definition {
	font-size: .85em;
	margin-bottom: .5em;
}

#main .info-block #configure .full {
	background-color: rgba(227,229,227,0.5);
	padding: 1em;
	border-bottom: 2px solid #FFF;
}

	#main .info-block #configure .full label {
		line-height: 1.5;
		margin-bottom: 0.5em;
		max-width: 18rem;
	}

		#main .info-block #configure .full label span {
			font-style: italic;
			color: #444744;
		}

	#main .info-block #configure .full input[type="radio"] {
		margin: .5rem 0.5rem 0 0;
		vertical-align: top;
	}

#main .info-block #configure .product-instruction {
	margin-bottom: 1em;
}

#main .info-block #configure .button {
	background-image: none;
	background-color: #97181D;
	color: #FFF;
	text-transform: uppercase;
	border-radius: 50px;
	font-weight: 700;
}

	#main .info-block #configure .button:active,
	#main .info-block #configure .button:hover {
		background-color: #444744;
		color: #FFF;
	}

	#main.info-block #configure .button p {
		margin-top: .25em;
		margin-bottom: .25em;
	}

label:hover {
	cursor: pointer;
}

#main .info-block table.pricing_information {
	margin-top: 0.5em;
}

#pricer th,
#pricer td {
	text-align: left;
}

#pricer th {
	background-color: #1B326C;
	color: #FFF;
	vertical-align: top;
}

#pricer .unit_price {
	width: 50%;
}

#pricer td {
	vertical-align: top;
	background-color: rgba(227,229,227,0.5);
}

	#pricer td.last {
		font-weight: bold;
	}

/* Promotional callout styles for product feature list */

#main .product-overview .secondary-content .overview li.promo {
	color: #97191C;
	font-family: 'myriad-pro-semiextended', sans-serif;
	list-style: none;
	font-size: 1.4em;
	line-height: 1.1;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 0;
	margin-left: -1.25rem;
	margin-bottom: 1rem;
}

#main .product-items .item a li.promo {
	color: #97191C;
	font-family: 'myriad-pro-semiextended', sans-serif;
	list-style: none;
	font-size: 1.1em;
	line-height: 1.1;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 0;
	margin-left: -1.25rem;
}

/* Product Configurator */

.iframe-container {
	/*display: table;*/
	width: 100%;
	/*height: auto;*/
	background: url("/img/icons/brand-usdicon-wht.svg") #e2e2e2 no-repeat center center;
	background-size: 100px 50px;
}

#compatible_products_accessories .info-block {
	border: 2px solid #97181d !important;
	padding: 1em;
}

.fade {
	text-align: center;
	opacity: 0;
}

.elementToFadeInAndOut {
	animation: fadeInOut 4s linear forwards;
}

.elementToShimmyInAndOut {
	animation: shimmyBorderInOut 2s linear forwards;
}

/* Compare Basket */

#compare_basket {
	position: fixed;
	overflow: hidden;
	width: 100%;
	bottom: -150px;
	font-size: .75em;
	background-color: #ccc;
	border-top: 3px solid #97181D;
	box-shadow: 0px -5px 15px -5px #333;
	-webkit-box-shadow: 0px -5px 15px -5px #333;
}

	#compare_basket .compare_basket_item {
		display: inline-block !important;
		text-align: left;
		vertical-align: top;
		padding-bottom: 1.5em;
		word-break: keep-all;
	}

		#compare_basket .compare_basket_item > a {
			color: #333333;
		}

			#compare_basket .compare_basket_item > a > img {
				float: left;
				max-width: 60px;
				max-height: 60px;
				border: 1px solid #333;
				margin-right: 1em;
			}

		#compare_basket .compare_basket_item .button {
			font-family: "myriad-pro", sans-serif;
			background: none;
			background-color: #97181D;
			text-transform: uppercase;
			border-radius: 20px;
			letter-spacing: .05em;
			font-size: .75em;
			font-weight: bold;
			color: #ffffff;
		}

			#compare_basket .compare_basket_item .button:hover {
				background-color: #444744;
				color: #ffffff;
			}

		#compare_basket .compare_basket_item .remove_compare_item {
			color: #97181D;
			float: left;
			font-weight: bold;
			font-size: 1.5em;
			margin-right: 1em;
		}

	#compare_basket.slide-up {
		animation: slideUp .5s linear forwards;
	}

	#compare_basket.slide-down {
		animation: slideDown .5s linear forwards;
	}

	#compare_basket #view-controller.view-controller-max {
		width: 20px;
		height: 20px;
		background-image: url('../../Umbraco/assets/icons/icon-navigation-down.svg');
	}

	#compare_basket #view-controller.view-controller-min {
		width: 20px;
		height: 20px;
		background: url('../../Umbraco/assets/icons/icon-navigation-up.svg');
	}


	#compare_basket.maximize-up {
		animation: maximizeUp .5s linear forwards;
	}

	#compare_basket.minimize-down {
		animation: minimizeDown .5s linear forwards;
	}


#main .add_to_compare > .input_disabled {
	color: #909590;
}


#main .add_to_compare_item {
	color: #97181D;
	text-transform: uppercase;
	font-size: .8rem;
	width: 100%;
	padding-left: 2rem;
	padding-top: .5rem;
}

	#main .add_to_compare_item > input {
		width: .7rem;
		height: .7rem;
	}

	#main .add_to_compare_item:hover,
	#main .add_to_compare_item:active {
		background-color: #E3E5E3;
	}

.btn-minimize {
	float: right;
	font-size: 4em;
	color: #97181D;
}

/*#compare_basket .btn-minimize.btn-plus {
    background-color: #0F0!important;
}*/

.highlight {
	border: 2px solid #97181D !important;
}

.fade-in {
	animation: fadeIn 1s linear forwards;
}

/*.fade-out {
		animation: fadeOut 1s linear reverse;
}*/

@keyframes slideUp {
	from {
		bottom: -150px;
	}

	to {
		bottom: 0;
	}
}

@keyframes slideDown {
	from {
		bottom: 0;
	}

	to {
		bottom: -150px;
	}
}

@keyframes maximizeUp {
	from {
		bottom: -60px;
	}

	to {
		bottom: 0;
	}
}

@keyframes minimizeDown {
	from {
		bottom: 0;
	}

	to {
		bottom: -60px;
	}
}

@keyframes fadeInOut {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/*@keyframes fadeOut {
		100% {
				opacity: 1;
		}

		0% {
				opacity: 0;
		}
}*/

@keyframes shimmyBorderInOut {
	0% {
		border: 4px solid #97181d;
	}

	20% {
		border: 4px solid transparent;
	}

	40% {
		border: 4px solid #97181d;
	}

	60% {
		border: 4px solid transparent;
	}

	80% {
		border: 4px solid #97181d;
	}

	100% {
		border: 4px solid transparent;
	}
}
