body .detail {
	background: #fff;
	color: #45555f;
	padding: 0;
	margin: 0;
	font-family: 'Proxima', 'ProximaNova', 'Helvetica', 'Verdana', sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	position: relative;
	cursor: default;
}
.detail *,.detail *:before,.detail *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.detail a {
color: #00a4e4;
/* text-decoration: none; */
/* line-height: inherit; */
}
.detail .breadcrumbs>.end {
color: #888;
}
.detail .breadcrumbs>* {
margin: 0;
float: left;
font-size: 10px;
text-transform: uppercase;
}
.detail .row {
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
max-width: 100rem;
}
.detail .full-width {
width: 100%;
}
.detail .sun-pdp-container {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
width: 100%;
float: left;
text-align: center;
}
.detail .slideshow-wrapper {
position: relative;
}
.detail .product-carousel {
*zoom:1;
	position: relative;
}
.detail .product-detail {
	width:1200px;
	margin:0 auto;
	line-height:1.5em;
	font-size:12px; text-align:left; padding:20px 0px;
}
.detail .product-detail talbe{}
.detail .product-detail p{
	line-height:18px;
	letter-spacing: .2em;
	font-size:1.1em;
}
.detail .product-detail table{ border:1px solid #ccc; border-left:0px;  border-top:0px; width:100%}
.detail .product-detail table td{ padding:3px 6px; border:1px solid #ccc; text-align:center; border-right:0px; border-bottom:0px;}

.detail .product-carousel:before, .product-carousel:after {
	content: " ";
	display: table;
}
.detail .product-carousel:after {
	clear: both;
}
.detail .product-carousel .nav-arrow-offset-slideshow {
	width: 90%;
	margin: 0 auto 15px;
}
.detail .product-carousel .nav-arrow-offset-slideshow .carousel-nav {
	display: none;
}
.detail .product-carousel .nav-arrow-offset-slideshow .carousel-nav.carousel-nav-paginated {
	display: block;
}
.detail .product-carousel .has-measurements .product-image-wrapper {
	width: 85%;
	margin: 0 auto;
}
.detail .product-carousel .nav-arrow {
	position: absolute;
	display: block;
	width: 10%;
	height: 70px;
	top: 40%;
	text-align: center;
	z-index: 99;
	cursor: pointer;
}
.detail .product-carousel .nav-arrow img {
	position: relative;
	top: 16px;
}
.detail .product-carousel .nav-arrow .angle {
	background: #bfc7cc;
	height: 22px;
	width: 5px;
	position: absolute;
	left: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.detail .product-carousel .nav-arrow .angle.angle-up {
	top: 32px;
	-webkit-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	transform: rotate(-40deg);
}
.detail .product-carousel .nav-arrow .angle.angle-down {
	bottom: 30px;
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transform: rotate(40deg);
}
.detail .product-carousel .nav-arrow:hover .angle {
	background: #a2aeb6;
}
.detail .product-carousel .nav-arrow.prev-arrow {
	left: 0;
}
.detail .product-carousel .nav-arrow.next-arrow {
	right: 0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.detail .product-carousel .carousel-item {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	overflow: hidden;
}
.detail .carousel {
	width: 100%;
	position: relative;
}
.detail .carousel .carousel-item {
	display: none;
}
.detail .carousel .carousel-active {
	display: block;
}
.detail .carousel .carousel-nav:nth-child(2) {
	display: none;
}
.detail .carousel-pagination {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #45555f;
	font-size: 0.75em;
	font-style: italic;
	text-align: center;
	position: relative;
}
.detail .carousel-pagination li {
	padding: 0 1.25em;
}
.detail .carousel-pagination li:first-child {
	padding-left: 0;
}
.detail .carousel-pagination li:last-child {
	padding-right: 0;
}
.detail .carousel-pagination:before {
	color: #00a4e4;
	content: 'Views: ';
	font-size: 9px;
	margin-right: 1em;
}
.detail .carousel-pagination a {
	color: #45555f;
}
.detail .carousel-pagination a:hover {
	color: #00a4e4;
}
.detail .carousel-pagination a.headturn-thumbnail-container {
	display: block;
	width: 98px;
}
.detail .carousel-nav-paginated .prev, .detail .carousel-nav-paginated .next {
	display: none;
}
.detail .carousel-nav-paginated ol {
	margin: 0 4em 1em;
	padding: 0;
}
.detail .carousel-nav-paginated li, .detail .carousel-nav-paginated li a {
	display: inline-block;
	position: relative;
}
.detail .carousel-nav-paginated .carousel-active-page a {
	text-decoration: none;
}
.detail .carousel-arrows-hidden .prev, .detail .carousel-arrows-hidden .next {
	display: none;
}
.detail .carousel-nav-hidden .carousel-nav {
	display: none;
}
.detail .carousel-slide {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.detail .product-image-wrapper {
	text-align: center;
}

.detail img {
	display: inline-block; 
	vertical-align: middle; 
}
.detail .sun-pdp-container {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 100%;
	float: left;
*zoom:1;
	text-align: center;
}
.detail .sun-pdp-container:before, .detail .sun-pdp-container:after {
	content: " ";
	display: table;
}
.detail .sun-pdp-container:after {
	clear: both;
}
.detail .sun-pdp-container h1 {
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: 2px;
	margin-top: 1.1rem;
	font-family: "Lovelo Black", Helvetica, "Segoe UI", Arial, sans-serif;
	text-align: center;
}
.detail .sun-pdp-container h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1rem;
	margin-bottom: 0;
	font-weight:bold;
}
.detail .sun-pdp-container h4 {
	font-size: 0.875rem;
	font-style: italic;
}
.detail .sun-pdp-container h5 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8125rem;
	font-family: 'Utopia', 'Georgia', serif;
	letter-spacing: 0;
}
.detail .sun-pdp-container h6 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Proxima', 'ProximaNova', 'Helvetica', 'Verdana', sans-serif;
	margin-bottom: 1.75rem;
}
.detail .sun-pdp-container .product-block .product-image {
	margin-bottom: 0;
}
.detail .sun-pdp-container .polarization-message {
	font-family: 'Utopia', 'Georgia', serif;
	font-size: 1em;
	margin: 0 auto;
	width:400px;
	background-color:#000000;
	padding:6px; 0;
	color:#ffffff;
}
.detail .sun-pdp-container .product-toolbox-section {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 33.33333%;
	float: right;
	float: left;
}
.detail .sun-pdp-container .product-toolbox-section .product-views-grid {
	display: block;
	padding: 0;
	margin: 0 -5px;
*zoom:1;
}
.detail .sun-pdp-container .product-toolbox-section .product-views-grid:before, .sun-pdp-container .product-toolbox-section .product-views-grid:after {
	content: " ";
	display: table;
}
.detail .sun-pdp-container .product-toolbox-section .product-views-grid:after {
	clear: both;
}
.detail .sun-pdp-container .product-toolbox-section .product-views-grid>li {
	display: block;
	height: auto;
	float: left;
	padding: 0 5px 10px;
}
.detail .sun-pdp-container .product-toolbox-section .product-views-grid>li {
	width: 33.33333%;
	padding: 0 5px 10px;
	list-style: none;
}
.detail .sun-pdp-container .product-toolbox-section .product-views-grid>li:nth-of-type(n) {
	clear: none;
}
.detail .sun-pdp-container .product-toolbox-section .product-views-grid>li:nth-of-type(3n+1) {
	clear: both;
}
.detail .sun-pdp-container .product-toolbox-section .product-views-grid .product-view-image img {
	padding: 10px 3px;
	margin-bottom: 10px;
	border: 1px solid #a2aeb6;
}
.detail .sun-pdp-container .product-toolbox-section .product-views-grid .headturn-image-wrap {
	border: 1px solid #a2aeb6;
}
.detail .sun-pdp-container .product-toolbox-section .product-variants-grid-wrapper {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 91.66667%;
	float: right;
	float: left;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.detail .sun-pdp-container .product-toolbox-section .product-variants-grid {
	display: block;
	padding: 0;
	margin: 0 -7.5px;
*zoom:1;
}
.detail .sun-pdp-container .product-toolbox-section .product-variants-grid:before, .detail .sun-pdp-container .product-toolbox-section .product-variants-grid:after {
	content: " ";
	display: table;
}
.detail .sun-pdp-container .product-toolbox-section .product-variants-grid:after {
	clear: both;
}
.detail .sun-pdp-container .product-toolbox-section .product-variants-grid>li {
	display: block;
	height: auto;
	float: left;
	padding: 0 7.5px 15px;
}
.detail .sun-pdp-container .product-toolbox-section .product-variants-grid>li {
	width: 50%;
	padding: 0 7.5px 15px;
	list-style: none;
}
.detail .sun-pdp-container .product-toolbox-section .product-variants-grid>li:nth-of-type(n) {
	clear: none;
}
.detail .sun-pdp-container .product-toolbox-section .product-variants-grid>li:nth-of-type(2n+1) {
	clear: both;
}
.detail .sun-pdp-container .product-toolbox-section .product-variants-grid .product-name a {
	font-size: 0.5625rem;
	font-family: 'Utopia', 'Georgia', serif;
}
.detail .sun-pdp-container .product-toolbox-section .product-variants-grid .product-wrapper {
	padding-top: 15px;
	padding-bottom: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 0;
}
.detail .sun-pdp-container .product-toolbox-section .product-variants-grid .product-wrapper p {
	margin: 0;
	padding-top: 5px;
}
.detail .sun-pdp-container .product-toolbox-section .product-variants-grid .product-wrapper a {
	line-height: 1em;
}
.detail .sun-pdp-container .product-toolbox-section .product-variants-grid li.product-block-active .product-wrapper, .detail .sun-pdp-container .product-toolbox-section .product-variants-grid li:hover .product-wrapper {
	border-top: 1px solid #00a4e4;
	border-bottom: 1px solid #00a4e4;
}
.detail .sun-pdp-container .product-toolbox-section .button-block {
	padding-left: 0;
	padding-right: 0;
	width: 50%;
	float: left;
	padding-right: 15px;
}
.detail .sun-pdp-container .product-toolbox-section .button-block:nth-of-type(n+2) {
	padding-left: 15px;
	padding-right: 0;
}
.detail .sun-pdp-container .product-toolbox-section .button-block h5 {
	height: 35px;
	position: relative;
	margin-top: 0;
	margin-bottom: 5px;
	width: 100%;
}
.detail .sun-pdp-container .product-toolbox-section .button-block h5>span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.detail .sun-pdp-container .product-toolbox-section .button-block .button.button-cart {
	text-transform: uppercase;
	letter-spacing: 1px;
	display: table;
	margin-bottom: 15px;
	font-size: 0.75rem;
	padding: 0 0.3125rem;
	width: 100%;
	height: 45px;
	background-color: #45555f;
	color: #fff;
	opacity: 0.7;
}
.detail .sun-pdp-container .product-toolbox-section .button-block .button.button-cart>span {
	display: table-cell;
	vertical-align: middle;
}
.detail .sun-pdp-container .product-toolbox-section .button-block .button.button-cart:hover {
	opacity: 1;
}
.detail .sun-pdp-container .product-toolbox-section .button-block .button.button-cart .icon {
	color: #fff;
	font-size: 1.375rem;
	line-height: 0.75rem;
	position: relative;
	left: -5px;
	top: 3px;
}
.detail .sun-pdp-container .product-toolbox-section .button-block .button.disabled {
	opacity: 0.5;
}
.detail .sun-pdp-container .product-toolbox-section .button-block .button.button-try {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	font-size: 10px;
	font-weight: 600;
	color: #45555f;
	letter-spacing: 0;
	background-color: #e6e6e6;
	opacity: 1;
}
.detail .sun-pdp-container .product-toolbox-section .button-block .button.button-try:hover {
	background-color: #d1d4d3;
}
.detail .sun-pdp-container .product-toolbox-section .button-block .button.button-try .icon {
	position: relative;
	top: 2px;
	margin-right: 3px;
	line-height: 0;
	color: #00a4e4;
	font-size: 17px;
	font-weight: 600;
}
.detail .sun-pdp-container .product-toolbox-section .button-block .button.button-try.disabled {
	opacity: 0.5;
}
.detail .sun-pdp-container .product-toolbox-section .button-block .button.button-try.disabled .icon {
	color: #45555f;
}
.detail .sun-pdp-container .product-toolbox-section .button-block .button.button-try.disabled:hover {
	opacity: 0.5 !important;
	background-color: #e6e6e6 !important;
}
.detail .sun-pdp-container .product-toolbox-section .hto.button-block .button.button-try {
	margin-bottom: 0;
}
.detail .sun-pdp-container .product-toolbox-section .hto.button-block .hto-unavailable-text {
	display: inline-block;
	font-family: 'Proxima', 'ProximaNova', 'Helvetica', 'Verdana', sans-serif;
	font-size: 0.6em;
	font-style: italic;
	line-height: 1.75em;
	margin-top: 10px;
	text-align: left;
}
.detail .sun-pdp-container .product-toolbox-section .buy-section.row, .detail .sun-pdp-container .product-toolbox-section .try-section.row {
	margin-left: 0;
}
.detail .sun-pdp-container .product-toolbox-section .buy-section .button-block {
	border-bottom: 1px solid #a2aeb6;
}
.detail .sun-pdp-container .product-toolbox-section .buy-section .button-block:nth-of-type(n+2) {
	border-left: 1px solid #a2aeb6;
}
.detail .sun-pdp-container .product-toolbox-section .buy-section .button-block .product-price {
	font-family: 'Utopia', 'Georgia', serif;
	color: #00a4e4;
	font-size: 1.75rem;
	margin-bottom: 0.3125rem;
}
.detail .sun-pdp-container .product-toolbox-section .buy-section.has-no-rx .non-rx {
	width: 100%;
}
.detail .sun-pdp-container .product-toolbox-section .buy-section.has-no-rx .rx {
	display: none;
}
.detail .sun-pdp-container .product-toolbox-section .try-section {
	margin-top: 2rem;
}
.detail .sun-pdp-container .product-toolbox-section .try-section h5 {
	letter-spacing: 1px;
}
.detail .sun-pdp-container .product-toolbox-section .try-section h5 a {
	font-family: 'Proxima', 'ProximaNova', 'Helvetica', 'Verdana', sans-serif;
	font-style: italic;
	letter-spacing: 0;
	margin-left: 5px;
}
@media only screen {
.detail .sun-pdp-container .product-toolbox-section .try-section h5 a {
	font-size: 0.5625rem;
}
}
@media only screen and (min-width:40.063em) {
.detail .sun-pdp-container .product-toolbox-section .try-section h5 a {
	font-size: 0.625rem;
}
}
.detail .sun-pdp-container .product-detail-section {
	margin: 2.5em 0 2.5em;
}
.detail .sun-pdp-container .product-detail-section.product-toolbox {
	max-width: 1024px;
	margin: 0 auto;
}
.detail .sun-pdp-container .product-detail-section-row {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 100%;
	float: right;
	float: left;
	margin-left: auto;
	margin-right: auto;
	float: none;
*zoom:1;
}
.detail .sun-pdp-container .product-detail-section-row:before, .detail .sun-pdp-container .product-detail-section-row:after {
	content: " ";
	display: table;
}
.detail .sun-pdp-container .product-detail-section-row:after {
	clear: both;
}
.detail .sun-pdp-container .product-detail-section-row p a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Proxima', 'ProximaNova', 'Helvetica', 'Verdana', sans-serif;
	font-size: 0.75rem;
	line-height: 1rem;
}
.detail .sun-pdp-container .product-detail-section-row.learn-more-content {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 100%;
	float: right;
	float: left;
	margin-left: auto;
	margin-right: auto;
	float: none;
	text-align: left;
	max-width: 1024px;
}
.detail .sun-pdp-container .product-detail-section-row.learn-more-content .learn-more-section {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 33.33333%;
	float: left;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}
.detail .sun-pdp-container .product-detail-section-row.learn-more-content .learn-more-section:last-child {
	padding-right: 1.75em;
}
.detail .sun-pdp-container .product-detail-section-row.learn-more-content p {
	font-family: 'Proxima', 'ProximaNova', 'Helvetica', 'Verdana', sans-serif;
	font-size: 0.8125rem; line-height:18px;
}
.detail .sun-pdp-container .product-detail-section-row.learn-more-content p.image-header {
	text-align: center;border: 1px solid #eee;
}
.detail .sun-pdp-container .product-detail-section-row.learn-more-content .learn-more-hto-wrapper, .detail .sun-pdp-container .product-detail-section-row.learn-more-content .learn-more-vto-wrapper {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 50%;
	float: left;
}
.detail .sun-pdp-container .learn-more-hto-wrapper:hover h3{
	color:#00a4e4;
}
.detail .sun-pdp-container .product-detail-section-row .product-measurements {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8125rem;
}
.detail .sun-pdp-container .product-detail-section-row .product-description {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 66.66667%;
	float: right;
	float: left;
	margin-left: auto;
	margin-right: auto;
	float: none;
	font-size: 1.625rem;
	margin: 30px auto;
	padding: 0;
}
.detail .sun-pdp-container .product-detail-section-row.retail-row {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 100%;
	float: right;
	float: left;
	margin-left: auto;
	margin-right: auto;
	float: none;
	max-width: 1024px;
}
.detail .sun-pdp-container .product-detail-section-row .retail-promo {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 100%;
	float: right;
	float: left;
	margin-left: auto;
	margin-right: auto;
	float: none;
*zoom:1;
	display: table;
	margin-top: 1.5rem;
	text-align: left;
	padding: 15px 30px;
	border-top: 1px solid #a2aeb6;
	border-bottom: 1px solid #a2aeb6;
}
.detail .sun-pdp-container .product-detail-section-row .retail-promo:before, .detail .sun-pdp-container .product-detail-section-row .retail-promo:after {
	content: " ";
	display: table;
}
.detail .sun-pdp-container .product-detail-section-row .retail-promo:after {
	clear: both;
}
.detail .sun-pdp-container .product-detail-section-row .retail-promo .showroom-map-wrapper {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 16.66667%;
	float: left;
}
.detail .sun-pdp-container .product-detail-section-row .retail-promo .retail-teaser-text-wrapper {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 50%;
	float: left;
}
.detail .sun-pdp-container .product-detail-section-row .retail-promo .retail-cta-wrapper {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 33.33333%;
	float: left;
}
.detail .sun-pdp-container .product-detail-section-row .retail-promo p {
	display: table-cell;
	font-size: 1.5rem;
	line-height: 1.5rem;
	vertical-align: middle;
	height: 80px;
}
.detail .header-divider {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.675em;
	text-align: center;
	background: #a2aeb6;
	margin: 3em 0 3em;
	height: 1px;
	line-height: 0;
	
}
.detail .header-divider>span {
	position: relative;
	top: 1px;
	background: #fff;
	/*color: #ec423c;
	padding: 0 0.75em;
	font-size:2em;*/
	font-size: 0.5rem;
	font-family: 'Proxima','ProximaNova','Helvetica','Verdana',sans-serif;
	padding:0 5px;
}
.detail .header-divider span a{
	color:#ec423c;
}