/*==========================
Product Detail Styles
============================*/

.pure-g.product-detail {
	position: relative;
}

.product-detail .flag:before {
	left: 100px;
	z-index: 150;
}


/* Product Info section */

.pure-g.product-detail > .product-info {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 60px;
	position: relative;
}

.pure-g.product-detail .product-info {
	padding-right: 100px;
	padding-bottom: 50px;
	position: relative;
}

.product-info h1 {
	margin-top: 5px;
}

.product .item-number {
	font-size: 18px;
	color: #909090;
	margin-bottom: 0;
}

.product .category {
	font-size: 11px;
	color: #0070BA;
	text-decoration: none;
	text-transform: uppercase;
}

.product .category a {
	text-decoration: none;
}

.product .smalltext {
	margin: 0;
	position: absolute;
	bottom: 20px;
}

.product-info a.link-button {
/*	float: left;*/
}

.product-info button.action-button {
/*	padding-right: 20px;*/
}

.product-info button.info-button {
	display: block;
	margin-top: 20px;
	margin-left: 0;
	margin-bottom: 30px;
}

h2.buy-price {
	line-height: 55px;
	margin-right: 30px;
	padding-right: 30px;
	border-right: 1px solid #e7e7e7;
	position: relative;
	top: 5px;
}

.product-info select {
	min-width: 125px;
	color: #0070BA;
}

.buy-local-now-btn {
	display: block;
	margin-top: 20px;
	margin-left: 0;
	margin-bottom: 0;
}

a.byLocalNowLink img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

a.byLocalNowLink:hover img {
	box-shadow: 0 8px 12px rgba(0,0,0,0.27);
}

/* Product Image and Thumbnails ( uses jquery.cycle2.min.js ) */

.pure-g.product-detail > .product-slideshow {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 100px;
	position: relative;
}

.pure-g.product-detail > .product-images {
	position: relative;
	width: 100%;
	height: 100%;
}

.product-images.cycle-slide {
	top: 0!important;
	left: 100px!important;
	width:600px;
	height:520px;
	overflow: hidden;
}

.product-images .gallery-video {
	padding-top: 47px;
}

.product-images img {
	/*width: 100%;*/
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	/*bottom: 0;*/
	right: 0;
}

.product-slideshow .product-images img {
    max-width: 100%;
    max-height: 100%;
    bottom: 0;
}

#no-template-pager {
	border-top: 1px solid #e7e7e7;
	z-index: 160;
}

.slideshow-thumb-wrapper {
	border: 4px solid #ffffff;
	cursor: pointer;
	display: inline-block;
	margin: 20px 10px;
	width: 177px;
	height: 152px;
	/* overflow: hidden; */
	position: relative;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.slideshow-thumb-wrapper.cycle-pager-active {
	border: 4px solid #0070BA;
/*	width: 178px;
	height: 152px;*/
}

.slideshow-thumb-wrapper img {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-width: 177px;
	max-height: 152px;
}

.slideshow-thumb-wrapper.video-thumb.cycle-pager-active img {
	top: 0;
	left: 0;
}

.slideshow-thumb-wrapper.video-thumb:before {
	content: "\f16a";
	color: white;
	z-index: 300;
	display: block;
	position: absolute;
	top: 54px;
	left: 66px;
	font-family: fontawesome;
	font-size: 45px;
}

/*.slideshow-thumb-wrapper.video-thumb.cycle-pager-active:before {
	top: 54px;
	left: 66px;
}*/

/*.slideshow-thumb-wrapper.cycle-pager-active img {
	left: -2px;
	top: -2px;
	bottom: 2px;
	right: 2px;
}
*/

/* Image Detail Popup (modal) ( General Popup styles are in ui-kit.css ) */

.product-slideshow {
	cursor: url('/assets/img/icons/expand-icon.svg') 32 32, pointer;
}

.product-images.gallery-video.cycle-slide {
	padding-top: 50px;
}

#more-images-mobile {
	display: none;
}

/* Slideshow WITHIN the popup ( uses jquery.cycle2.min.js ) */

.cycle-slideshow.enlarged-slideshow {
	display: inline-block;
	 height: 100%; /* added */
	margin: 0 auto;
	width: 100%; /* was 100% */
	/*max-width: 900px;*/
}

.popup-content.cycle-slide {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	overflow: scroll;
}

.popup-content.video-content {
	/*z-index: 201!important;*/
	margin-top: 75px;
}

#prev, #next {
	background-image: url('/assets/img/icons/slide-back-icon.svg');
	background-repeat: no-repeat;
	cursor: pointer;
	width: 30px;
	height: 49px;
	margin-left: 15px;
	position: fixed;
	top: 90px;
	z-index: 1000;
}

#next {
	background-image: url('/assets/img/icons/slide-fwd-icon.svg');
	position: fixed;
	left: initial;
	right: 10px;
}

/*#prev,
#next {
	display: inline-block;
	letter-spacing: normal;
	padding: 10px;
	width: 50%;
	height: 100%;
	min-height: 780px;
	position: absolute;
	margin-top: 85px;
	left: 0;
	z-index: 200;
}

#next {
	cursor: url('/assets/img/icons/slide-fwd-icon.svg'), auto;
	left: 50%;
	top: 0;
}
.ie8 #next {
	cursor: url('/assets/img/icons/slide-fwd-icon.png'), auto;
}

#prev {
	cursor: url('/assets/img/icons/slide-back-icon.svg'), auto;
}
.ie8 #prev {
	cursor: url('/assets/img/icons/slide-back-icon.png'), auto;
}*/


/* Video iFrames */

.product-video iframe {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 600px;
	max-height: 450px;
}

.product-slideshow iframe {
	display: block;
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
	height: 80%;
}

.popup-content iframe {
	height: 600px;
	max-height: 450px;
}



/* Responsive Tabs 
Source: http://www.jqueryscript.net/accordion/Simple-Responsive-jQuery-Tabs-Accordion-Plugin.html 
****************************************/

.pure-g .pure-u-1.tabs-container {
	background-color: #e7e7e7;
	/*background-color: #eeeeee;*/
	padding: 0;
}

.tabs-nav {
	background-color: #eeeeee;
	display: inline-block;
	float: left;
	padding-bottom: 30px;
}

.tabs-nav h3 {
	padding-left: 100px;
	padding-top: 40px;
}

.responsive-tabs.responsive-tabs-initialized {
	display: block
}

.responsive-tabs > div.tabs {
	clear: both
}

.responsive-tabs.accordion {
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, .1);
	-moz-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, .1);
	box-shadow: 0 1px 1px 0 rgba(50, 50, 50, .1);
}

.responsive-tabs.accordion > nav {
	display: none;
}

.responsive-tabs.accordion h3.accordion-title {
	margin: 0;
	background-color: #eeeeee;
}

.responsive-tabs.accordion h3.accordion-title a {
	cursor: pointer;
	display: inline-block;
	color: #2e2e2e;
	text-transform: uppercase;
	font-size: 18px;
	font-family: UniversLT-Condensed, 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding: 20px 20px 16px 20px;
	width: 100%;
}

.responsive-tabs.accordion h3.accordion-title.active a {
	background-color: #E7E7E7;
	border-bottom: 1px solid #0070BA;
	color: #0070BA;
	font-family: UniversLT-CondensedBold, 'Arial Narrow', Arial, Helvetica, sans-serif;
}

.responsive-tabs > div.content section,
.responsive-tabs.accordion > div.content section {
	background-color: #E7E7E7;
	display: block;
	float: right;
	padding-top: 30px;
	padding-right: 90px;
	padding-bottom: 40px;
	padding-left: 50px;
	overflow: auto;
}

.responsive-tabs.accordion > div.content section {
	float: none;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
}

.responsive-tabs.tabs > nav {
	display: block;
/*	width: 32%;*/
}

.responsive-tabs.tabs > nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.responsive-tabs.tabs > nav ul:after {
	content: '';
	display: table;
	clear: both;
}

.responsive-tabs.tabs > nav ul li {
	background-color: #eeeeee;
	background-image: none;
	display: block;
	float: left;
	padding-left: 90px;
	padding-top: 7px;
	padding-bottom: 6px;
	vertical-align: bottom;
	width: 100%;
}

.responsive-tabs.tabs > nav ul li.active {
	position: relative;
	z-index: 2;
}

.responsive-tabs.tabs > nav ul li.active a {
	background-color: #E7E7E7;
	border-left: 1px solid #0070BA;
	color: #0070BA;
	font-family: UniversLT-CondensedBold, 'Arial Narrow', Arial, Helvetica, sans-serif;
}

.responsive-tabs.tabs > nav ul li a {
	cursor: pointer;
	display: inline-block;
	color: #2e2e2e;
	text-transform: uppercase;
	font-size: 18px;
	font-family: UniversLT-Condensed, 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding: 20px 20px 16px 20px;
	width: 100%;
}

.responsive-tabs.tabs h3.accordion-title {
	display: none;
}

.responsive-tabs .product-tile {
	margin-right: 50px;
}

.responsive-tabs .content ul {
	padding-left: 0;
}

.responsive-tabs .content #press li {
	background-image: none;
	padding-left: 0;
}

.responsive-tabs .content li a {
	display: block;
}

.responsive-tabs .content #features li a {
	display: inline;
}

.responsive-tabs .content li img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

/*---------- END Responsive Tabs ------------*/


/* Product Video */

.product-video-container {
	position: relative;
	text-align: center;
	padding-top: 20px;
}

.product-video {
	width: 80%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.product-video img {
	width: 100%;
}

.product-video-caption {
	color: #c1c1c1;
	font-family: UniversLT-Condensed;
	font-size: 14px;
	padding: 30px 100px 20px;
	text-align: center;
	text-transform: uppercase;
}


/*-- Related Items --*/

.product .related-items {
	margin-top: 40px;
	margin-bottom: 50px;
}

.related-items > div {
	text-align: center;
	max-width: 1160px;
	margin: 0 auto;
}

.related-items > div > h2 {
	margin-top: 40px;
	position: relative;
}

.related-items .product-tile-medium {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 10px;
}



/*-- Back-to-top button --*/

.pure-u-1.back-to-top-wrapper {
	height: 100px;
	position: relative;
}

.product .back-to-top {
	position: absolute;
	bottom: 20px;
	right: 100px;
	z-index: 1000;
}


@media (min-width: 1025px) {

	.popup-content.video-content {
		z-index: 201!important;
	}

}


@media (max-width: 1330px){
	.product-images.cycle-slide {
		width: 500px;
		height: 433px;
	}

	.related-items .product-tile-medium {
		margin-left: 14px;
		margin-right: 14px;
		margin-top: 10px;
	}

	.related-items > div {
		text-align: center;
		max-width: 950px;
		margin: 0 auto;
	}
}


@media (max-width: 1200px) {
	.product-detail .centered {
		padding: 0 50px!important;
	}

	.pure-g .tabs > div {
		padding-right: 30px;
	}

	.transformer-tabs li {
		padding-left: 40px;
	}

	.pure-g.product-detail .product-info {
		padding-right: 40px;
	}
}



@media (max-width: 1140px){

	.product-images.cycle-slide {
		width: 420px;
		height: 364px;
	}

}



@media (max-width: 1023px) {

	.pure-g.product-detail > .product-slideshow {
		padding-bottom: 0;
		padding-left: 0;
	}

	.related-items a.product-tile {
		float: none;
		margin: 0 auto;
	}

	.responsive-tabs > div.content section,
	.responsive-tabs.accordion > div.content section {
		padding-top: 20px;
		padding-right: 40px;
	}

	.responsive-tabs.tabs > nav ul li{
		padding-left: 40px;
	}

	.tabs-nav h3 {
		padding-left: 50px;
		padding-top: 20px;
	}

	.product-images:first-child {
		margin-top: 0 !important;
	}

	.product-images.cycle-slide {
		background-color: white;
		position: relative !important;
		margin: -364px auto 0;
		left: 0 !important;
		width: 100%;
	}

	.product-slideshow iframe {
		max-width: 560px;
		height: 100%;
	}

/* Changed it to this for all instances */
/*	#prev, #next {
		background-image: url('/assets/img/icons/slide-back-icon.svg');
		background-repeat: no-repeat;
		cursor: pointer;
		width: 30px;
		height: 49px;
		position: fixed;
	}

	#next {
		background-image: url('/assets/img/icons/slide-fwd-icon.svg');
		position: fixed;
		top: 0;
		left: initial;
		right: 0;
	}*/
}



@media (max-width: 767px) {

	.product-detail .flag:before {
		left: 30px;
		content: url('/assets/img/icons/flag-small.svg');
	}

	.no-svg .product-detail .flag:before {
		content: url('/assets/img/icons/flag-small.png');
	}

	.pure-g.product-detail > .product-slideshow {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 0;
	}

	.product-images.cycle-slide {
		height: 270px;
		margin: -270px auto 0;
	}

	.product-slideshow iframe {
		max-width: 392px;
	}

	.pure-g.product-detail .product-info {
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 0;
	}

	.product .smalltext {
		bottom: 10px;
	}

	#no-template-pager {
		display: none;
		/*padding: 10px 0 20px;*/
	}

	.responsive-tabs > div.content section,
	.responsive-tabs.accordion > div.content section {
		padding-top: 0;
		padding-right: 30px;
		padding-left: 30px;
		width: 100%;
		padding-bottom: 30px;
	}

	.related-items.centered {
		padding: 0 30px!important;
	}

	.product-video {
		width: 90%;
		height: auto;
		margin: 30px auto 0;
	}

	.product-video-caption {
		padding: 30px 50px 0;
		text-align: center;
	}

	.product-detail a.product-tile.product-tile-medium {
		margin: 0 auto;
		float: none;
		width: 100%;
		max-width: 285px;
	}

	/* Product enlargement popup */
	#more-images-mobile {
		display: block;
		position: absolute;
		bottom: 0;
		left: 10px;
		padding-left: 15px;
		padding-top: 9px;
		width: 180px;
		height: 45px;
		z-index: 300;
	}

	#more-images-mobile span.image {
		display: block;
		position: absolute;
		width: 28px;
		height: 28px;
	}

	#more-images-mobile span.text {
		display: block;
		position: absolute;
		left: 57px;
		top: 16px;
	}

	.popup-exit {
		position: fixed;
		width: 100%;
		left: 0;
	}

	.popup img {
		position: relative;
		top: 74px;
	}

	.popup-exit img {
		position: relative;
		top: 0;
	}

/*	.popup-content.video-content {
		z-index: 199!important;
	}*/

}