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

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

.product-detail .new-flag:before,
.product-detail .sale-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-info ul {
    display: block;
}

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

.product .category {
	font-size: 11px;
	color: #0070BA;
	text-decoration: none;
	text-transform: uppercase;
	font-family: UniversLTStd, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

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

.product .superseded {
    color: #333333;
    font-style: italic;
    border-left: 1px solid #0070ba;
    padding: 8px 0 8px 10px;
}

.product .smalltext {
    text-align: center;
}

.product-info form {
	width: 100%;
}

.product-info .form-float {
	margin: 0 auto;
	display: table;
}

.product-info .form-float.add-cart {
	position: relative;
	margin-top: 20px;
}

.product-info .form-float legend,
.product-info .form-float h5 {
	display: inline-block;
	color: #0070BA;
}

.product-info .form-float legend {
    margin: 0.3em 0;
    text-transform: uppercase;
    font-family: UniversLTStd-Black, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}

.product-info .form-float h5.out-of-stock {
    margin: 0;
    line-height: 23px;
}

.product-info .form-float .tooltip-container i.fa-info-circle {
    vertical-align: text-bottom;
}

.product-info .form-float .heading {
    margin-top: 0.625em;
}

.product-info .form-float.select {
    margin-top: 0.3em;
	margin-bottom: 15px;
}

.product-info .select-container {
	margin-right: 17px;
	width: 50px;
    height: 50px;
}

.product-info .select-container:last-child {
	margin-right: 0;
}

.product-info .color-select .select-container {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 65px 65px;
	width: 65px;
	height: 65px;
}

.product-info .select-container input[type="radio"]:disabled ~ label .slash,
.product-info .select-container input[type="radio"].disabled ~ label .slash {
    content: "";
    position: absolute;
    border-top: 1px solid #e4e4e4;
    width: 70px;
    transform: rotate(-45deg);
    transform-origin: 100% 0%;
    top: -1px;
    right: 0;
}

.product-info .color-select .select-container input[type="radio"]:disabled ~ label .slash,
.product-info .color-select .select-container input[type="radio"].disabled ~ label .slash {
    width: 91px;
}

.product-info .color-select .select-container label {
	color: transparent !important;
	background: none;
}

.product-info .custom-field {
    text-align: center;
    position: relative;
}

.product-info .custom-field input {
    text-align: right;
    -moz-appearance: textfield;
    width: calc(2ch + 5px + 1.2em);
}

.product-info .custom-field span {
    position: absolute;
    color: #333333;
    top: calc(0.5em + 1px);
    left: calc(0.6em + 1px);
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}

.product-info .custom-field input::-webkit-inner-spin-button,
.product-info .custom-field input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.price,
.btn-cont {
	display: table-cell;
	vertical-align: middle;
}
.price {
	border-right: 1px solid #e7e7e7;
	padding-right: 30px;
	text-align: right;
	font-size: 0;
}

.btn-cont {
	text-align: left;
    height: 57px;
}

.price ~ .btn-cont {
    padding-left: 30px;
}

h2.buy-price {
	text-align: right;
	line-height: 29px;
	margin: 0;
}

.sale h2.buy-price {
	margin: 4px 0 0;
}

.product-info .form-float h5.orig-price {
	display: inline-block;
	width: 100%;
	text-align: right;
	margin: 0 0 3px;
	color: #0070BA;
	font-family: UniversLTStd, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.product-info .form-float .free-ship,
#stock-notify .notify {
	font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
	margin: 10px 0;
}

.product-info .form-float .free-ship {
    color: #0070BA;
}

.product-info .form-float .free-ship a {
	text-decoration: none;
}

.notify-form-cont {
    margin-top: 20px;
    min-height: 67px;
}

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

#stock-notify p.error {
    text-align: center;
    font-size: 14px;
    margin: 0;
}

#stock-notify p.success {
    text-align: center;
    margin: auto;
}

.retailers {
	max-width: 600px;
	margin: 0 auto;
}

.buy-local-now-btn,
.buy-online-btn {
	margin-top: 2px;
	margin-left: 0;
	margin-bottom: 0;
	padding-right: 8px;
}

.buy-local-now-btn ~ .buy-online-btn {
	padding-right: 0;
	padding-left: 8px;
}

.action-button#addToCart-btn {
	padding: 12px 25px 9px;
}

.action-button#buy-online {
	padding: 12px 0 9px;
}

.action-button#addToCart-btn {
	margin: 4px 0;
}

.action-button#buy-online {
	width: 100%;
}

.action-button#buy-online .container-icon {
	margin: 0 auto;
}

.notify-cont {
    max-width: 450px;
    margin: 0 auto;
    transition: all 0.3s;
}

.notify-cont input {
    width: calc(100% - 145px);
    height: 42px;
    margin: auto 0;
}

.notify-cont .action-button {
    margin: 0 0 0 10px;
    width: 135px;
}

.success-cont {
    transition: all 0.3s;
    min-height: 44px;
    display: flex;
}

/* 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 {
	position: absolute;
	top: 0!important;
	left: 100px!important;
	width:600px;
	height:520px;
	overflow: hidden;
}

.product-images img {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.product-slideshow .product-images img,
#enlarge-mobile img,
#more-images-mobile img {
    max-width: 100%;
    max-height: 100%;
    bottom: 0;
}

#enlarge-mobile img,
#more-images-mobile img {
	margin: auto;
}

#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: 176px;
	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;
}

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

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

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

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

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

.cycle-slideshow.enlarged-slideshow {
	display: inline-block;
	height: 100%;
	margin: 0 auto;
	width: 100%;
}

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

#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;
}


/* Video iFrames */

.product-video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.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;
	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 {
	-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, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding: 20px 20px 16px 20px;
	width: 100%;
    border-bottom: 1px solid #e1e1e1;
}

.responsive-tabs.accordion h3.accordion-title.active a {
	background-color: #0070BA;
	border-bottom: 1px solid #0070BA;
	color: #FFFFFF;
	font-family: UniversLT-CondensedBold, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", 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;
	height: 100%;
}

.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, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", 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, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", 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 .kit-contents h5 {
	margin-bottom: 0;
	font-size: 18px;
}

.responsive-tabs .content .kit-contents ul {
	margin-top: 5px;
}

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

.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;
}

.clear-button {
    -webkit-appearance: none;
    background: none;
    border: none;
    color: #0070BA;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    padding: 0;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    transition: color 0.3s;
    text-transform: capitalize;
    margin: 0 !important;
    float: right;
}

.fitment-container {
    width: 100%;
    overflow-x: auto;
    padding: 0;
}

#fitment {
    margin-bottom: 0;
}

#fitment select {
    background-color: #ffffff;
    color: #333333;
}


ul.video-list li {
    background-image: none;
    position: relative;
}

ul.video-list li::before {
    display: block;
    content: "\f16a";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #0070ba;
    position: absolute;
    top: 7px;
    left: 0;
}

#tabbed-section section h2 ~ p,
#tabbed-section section h2 ~ ul {
    margin-top: 0;
}

#tabbed-section section p ~ h2,
#tabbed-section section ul ~ h2 {
    margin-top: 1em;
}

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


/* Product Video */

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

.product-video-width {
	width: 80%;
	max-width: 920px;
	margin: 0 auto;
}

.product-video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

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

.product-video-caption {
	color: #c1c1c1;
	font-family: UniversLT-Condensed, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	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: calc((100% - (285px * 3)) / 6);
	margin-right: calc((100% - (285px * 3)) / 6);
	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: 198;
}

/*-- UGC Styles --*/
/*----------------*/

/* TurnTo Teaser */

.TTteaser {
    font-size: 12px;
    min-height: 19px;
}

.TTteaser__rating {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.TTteaser__star svg {
    width: 16px;
    height: 16px;
}

.TTteaser__icon--full {
    fill: #0070ba;
}

.TTteaser__icon--half {
    stroke: #0070ba;
    fill: transparent;
    color: #0070ba;
}

.TTteaser__icon--empty {
    stroke: #0070ba;
}

.TTteaser__rating.no-reviews .TTteaser__icon--full {
    fill: #dedede;
}

.TTteaser__read-qa,
.TTteaser__read-comments,
.TTteaser__read-reviews,
.TTteaser__write-review {
    font-size: 12px;
    color: #2e2e2e;
    text-decoration: underline;
}

/* End TurnTo Teaser */

/* Font Resets */

.tt-c-multi-items__add-items,
.tt-c-reviews-applied-filters__clear,
.tt-c-ask-tips__heading,
.tt-c-review-responses__source,
.tt-c-auth__resend-btn,
.tt-c-question__actions-show,
.tt-c-product-about__link,
.tt-c-media-modal__item-link,
.tt-c-review__heading-text,
.tt-c-answer__text span.tt-c-answer__best-answer-label,
.tt-c-ratings-breakdown__heading,
.tt-c-reviews-summary__rating span,
.tt-c-media-modal__review-title,
.tt-c-dimension__label,
.tt-o-field-group__label-text,
[class$=__required],
[class$=__title],
[class$=__item-title] {
    font-family: UniversLTStd-Bold, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    font-weight: normal !important;
}

.tt-c-ask__label-text,
.tt-c-reviews-summary__no-review-text {
    color: #787878 !important;
    font-family: UniversLTStd-Light, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    font-size: 18px !important;
}

.tt-c-review-form-header__heading,
.tt-o-header__heading,
.tt-o-button--primary,
.tt-o-button--secondary,
.tt-o-button--tertiary {
    font-family: UniversLTStd-Black, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    text-transform: uppercase !important;
}

.tt-c-multi-items__text,
.tt-c-multi-items__add-items,
.tt-o-field-group__label-text,
.tt-o-field-group__required,
.tt-o-check__required,
.tt-c-instant-answers__results-prompt,
.tt-c-multi-item-search__result-text {
    font-size: 16px !important;
}

.tt-c-instant-answers__results-prompt,
.tt-c-multi-item-search__result-text,
.tt-c-toolbar__content-left span {
    color: #909090 !important;
    text-transform: uppercase !important;
}

.tt-o-field-group__label-text,
.tt-o-field-group__required,
.tt-o-check__required {
    line-height: 25px !important;
}

.tt-c-multi-items__add-items,
.tt-c-reviews-applied-filters__clear {
    letter-spacing: normal !important;
}

.tt-c-review-form-header__heading,
.tt-o-header__heading,
.tt-c-question__title,
.tt-c-review__heading-text,
.tt-c-ratings-breakdown__heading,
.tt-c-reviews-summary__rating span,
.tt-c-media-modal__review-title,
.tt-c-ask-result-item__title {
    color: #2e2e2e !important;
}

.tt-c-question__title,
.tt-c-review__heading-text {
    font-size: 18px !important;
}

.tt-o-field-group__required,
.tt-o-check__required,
.tt-c-answer__text span.tt-c-answer__best-answer-label {
    color: #0070ba !important;
}

.tt-c-answer__text,
.tt-c-answer__text span,
.tt-c-comment-capture__heading {
    color: #585858 !important;
}

/* End Font Resets */

/* List Resets */

ul.tt-c-review-form-guidelines__list,
ul.tt-c-ask-tips__list {
    list-style-type: disc !important;
}

.tt-c-review-form-guidelines__list-item,
.tt-c-ask-tips__list-item,
.tt-o-page-list__number {
    background-image: none !important;
    padding: 0 !important;
}

.tt-o-listbox__option {
    background-image: none !important;
}

/* End List Resets */

/* Buttons */

.tt-o-button--primary,
.tt-o-button--secondary,
.tt-o-button--tertiary {
    letter-spacing: normal !important;
    font-size: 14px !important;
    padding: 12px 25px 9px !important;
    line-height: 2em !important;
    border-radius: 0 !important;
}

.tt-o-button--secondary,
.tt-o-button--tertiary {
    background-color: #eeeeee !important;
    box-shadow: none !important;
}

.tt-o-button--tertiary .tt-o-icon {
    margin-top: -2px !important;
    margin-left: 0 !important;
    margin-right: 10px !important;
}

.tt-c-added-media__buttons * {
    float: left;
}

#tt-add-media-desc {
    clear: both;
}

.tt-c-comment-form__social-icon--twitter .tt-o-icon--social-twitter {
    min-height: 2em;
}

/* End Buttons */

/* UGC Containers */

.product .ugc-items {
    margin: 40px 0;
}

.product .ugc-items h2 {
    text-align: center;
    margin-top: 40px;
}

#ugc-reviews {
    margin-top: 80px;
}

*[class*=tt-c-question],
*[class*=tt-c-ask],
*[class*=tt-c-answer],
*[class*=tt-c-review],
.tt-c-comment-capture__header,
.tt-c-comment-form,
.tt-c-do-more__item {
    border-color: #e8e8e8 !important;
}

/* End UGC Containers */

/* Modals */

.tt-o-modal__container {
    border-radius: 0 !important;
    padding: 1rem 2rem !important;
}

.tt-o-multi-items-popover .tt-o-modal__container {
    padding: 1.5rem 2rem 2rem !important;
}

.tt-c-media-modal .tt-o-modal__container {
    padding: 0 !important;
}

.tt-c-media-modal .tt-o-modal__close-btn .tt-o-icon--close{
    fill: #1d1d1d !important;
}

.tt-o-popover {
    border-radius: 0 !important;
}

.tt-o-modal {
    background-color: rgba(153, 153, 153, 0.7) !important;
}

/* End Modals */

/* Ask Widget */

.tt-c-ask {
    max-width: 550px;
    margin: 0 auto;
}

.tt-w-instant-answers {
    position: relative;
}

.tt-w-instant-answers .tt-c-user-toolbar {
    position: absolute;
    bottom: -48px;
    right: 0;
}

.tt-c-ask,
.tt-w-instant-answers .tt-c-multi-items,
.tt-c-instant-answers__action-buttons {
    text-align: center;
}

.tt-o-multi-items-popover .tt-c-multi-item-search {
    text-align: left !important;
}

.tt-c-multi-items {
    margin-top: 1.25rem !important;
}

#tt-instant-answers-widget .tt-c-multi-items__container {
    justify-content: center;
}

.tt-c-multi-items__add-items {
    vertical-align: baseline !important;
}

.tt-c-instant-answers__action-buttons {
    margin-top: .5rem !important;
}

.tt-c-ask-tips {
    text-align: left !important;
}

.tt-o-button--action-icon-chip {
    padding: .4rem !important;
}

.tt-o-button--action-icon-chip.tt-c-add-captions__remove {
    padding: .5rem !important;
}

.tt-c-add-captions__remove-icon {
    width: 1rem !important;
    height: 1rem !important;
}

/* End Ask Widget */

/* Q&A Widget */

.tt-c-answer-form__action-buttons {
    margin-top: .75rem !important;
}

.tt-c-question-container:first-child {
    border-top: none !important;
}

.tt-c-question-container:last-child {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
}

.tt-c-questions__toolbar {
    margin-top: 3rem !important;
    border-radius: 0 !important;
    background: #eeeeee !important;
    padding: 16px 20px 15px !important;
}

.tt-c-article__title {
    margin: 0 0 1rem !important;
}
/* End Q&A Widget */

/* Review Widget */

.tt-c-reviews-summary__heading,
.tt-c-reviews-list__header,
.tt-o-modal__poweredby-footer {
    display: none;
}

.tt-c-reviews-summary__no-reivews-body {
    border: none !important;
    padding: 0 !important;
}

.tt-c-auth__resend-btn {
    margin-bottom: .75rem !important;
}

.tt-o-header__heading {
    margin-top: 0.875rem;
}

.tt-c-rating span {
    cursor: pointer;
}

.tt-c-reviews-summary__rating span.tt-c-reviews-summary__rating-number {
    line-height: 4rem;
    margin-right: .25rem !important;
}

.tt-c-reviews-summary__write-review {
    margin-bottom: 0 !important;
    margin-top: .5rem;
}

.tt-c-ratings-breakdown__bar-wrap {
    margin-top: .5rem !important;
}

.tt-c-reviews-summary__grid-row:first-child {
    display: none;
}

.tt-c-reviews-summary__grid-row:nth-child(2) {
    background: #eeeeee !important;
    padding: 1rem 1.5rem .25rem !important;
}

.tt-o-badge,
.tt-c-reviews-applied-filters__filter {
    border-radius: 0 !important;
}

svg[class*=tt-o-icon--vote-] {
    margin-right: 1px !important;
}

svg.tt-c-review-toolbar__icon {
    overflow: visible !important;
}

.tt-o-page-list__link {
    border-radius: 50%;
}

ul.tt-o-page-list__link,
.tt-o-page-list__link {
    font-family: UniversLTStd-Bold, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    text-decoration: none;
}

ul.tt-o-page-list li.tt-o-page-list__number.tt-is-active .tt-o-page-list__link,
ul.tt-o-page-list__number.tt-is-active .tt-o-page-list__link,
.tt-o-page-list li.tt-o-page-list__number.tt-is-active .tt-o-page-list__link,
.tt-o-page-list__number.tt-is-active .tt-o-page-list__link {
    border-radius: 0 !important;
    background-color: #2e2e2e !important;
}

/* End Review Widget */

/* Form Elements */

.tt-c-ask__field .tt-o-search-field__input,
.tt-o-modal__container input[type=text].tt-o-search-field__input,
.tt-o-modal__container input[type=text].tt-o-search-field__input:focus {
    padding: 10px 30px 9px 0 !important;
    background: transparent;
    outline: none;
    border: none !important;
    border-bottom: 2px solid #0070ba !important;
    border-radius: 0 !important;
    text-align: left !important;
    font-size: 30px !important;
    color: #C5C5C5 !important;
    line-height: normal !important;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    transition: color 0.4s;
}

.tt-o-search-field__input:focus,
.tt-o-modal__container input[type=text].tt-o-search-field__input:focus {
    color: #434343 !important;
}

.tt-o-search-field__clear .tt-o-icon--close {
    width: 1.25rem !important;
    height: 1.25rem !important;
}

.tt-c-reviews-toolbar__search .tt-o-search-field__clear .tt-o-icon--close {
    width: 1rem !important;
    height: 1rem !important;
    right: .4rem !important;
}

.tt-o-selectbox {
    border: none !important;
}

.tt-o-selectbox span {
    display: none;
}

textarea.tt-o-textarea,
input[type=text].tt-o-text-field,
.tt-o-selectbox select {
    border-radius: 0 !important;
    border: 1px solid #ccc !important;
    outline: none;
    padding: .5em .6em !important;
    vertical-align: middle;
    font-size: 18px !important;
}

.tt-o-selectbox select {
    background: url(/assets/img/icons/sort-filter-arrow-icon.svg) no-repeat right 9px center !important;
    background-size: 12px 25px !important;
    padding-right: 28px !important;
    text-overflow: ellipsis;
}

.tt-c-reviews-toolbar__sort,
.tt-c-review-filters {
    font-size: 0;
}

.tt-o-listbox__btn,
.tt-c-reviews-toolbar__search .tt-o-search-field__input {
    border-radius: 0 !important;
    border: 1px solid #ccc !important;
    outline: none !important;
}

.tt-o-listbox__btn:focus,
textarea.tt-o-textarea:focus,
input[type=text].tt-o-text-field:focus,
.tt-o-selectbox select:focus,
.tt-c-reviews-toolbar__search .tt-o-search-field__input:focus {
    border: 1px solid #0070ba !important;
}

.tt-o-listbox__btn-icon {
    -webkit-transform: translateY(-45%) !important;
    transform: translateY(-45%) !important;
}

.tt-o-listbox__btn-icon--open {
    -webkit-transform: translateY(5%) rotate(180deg)!important;
    transform: translateY(5%) rotate(180deg) !important;
}

.tt-o-listbox li.tt-o-listbox__option-text,
.tt-o-listbox li.tt-o-listbox__option-icon,
.tt-o-listbox__option-text,
.tt-o-listbox__option-icon {
    vertical-align: text-bottom !important;
}

.tt-o-search-field .tt-o-icon--search {
    left: 0.4rem !important;
}

.tt-o-check__label::before {
    top: 50% !important;
    transform: translateY(-50%);
}

/* End Form Elements */

/* Transitions */

.tt-o-button:not([class^=tt-c-media-modal__vote]),
.tt-o-button span,
.tt-o-button .tt-c-media-modal__vote-icon,
a[class^=tt-][class$=-moderate] svg,
a[class^=tt-][class$=-moderate] span {
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
    transition: all 0.3s !important;
}

.tt-o-button:hover,
.tt-o-button:hover .tt-c-media-modal__vote-icon,
a[class^=tt-][class$=-moderate]:hover svg {
    fill: #60ADE4 !important;
}

.tt-o-button:hover,
.tt-o-button:hover span,
.tt-o-check__label a:hover,
a[class^=tt-][class$=-moderate]:hover span,
li:not([class$=tt-is-active]) a[class^=tt-][class*=link]:hover,
.tt-c-ask__learn-more:hover,
.tt-c-review-form-header__guidelines-link:hover,
.tt-c-media-modal__item-link:hover,
.tt-c-product-about__link:hover,
.tt-c-article__text a:hover {
    color: #60ADE4 !important;
    text-decoration: none !important;
}

.tt-c-reviews-applied-filters__filter:hover {
    background: #60ade4 !important;
}

.tt-o-button--primary:hover,
.tt-o-button--secondary:hover,
.tt-o-button--tertiary:hover {
    box-shadow: 0 8px 12px rgba(0,0,0,0.27) !important;
}

.tt-o-button--primary:hover,
.tt-o-button--primary:hover span,
.tt-o-button.tt-o-button--chip:hover span {
    color: #ffffff !important;
}

.tt-o-button--primary:hover {
    background-color: #2e2e2e !important;
}

.tt-o-button--secondary:hover,
.tt-o-button--tertiary:hover {
    background-color: #d7d7d7 !important;
    color: #0070ba !important;
}

.tt-o-button--secondary:hover span,
.tt-o-button--tertiary:hover span {
    color: #0070ba !important;
}

/* End Transitions */

/*--------------------*/
/*-- End UGC Styles --*/

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

	.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 > div {
		font-size: 0;
	}

	.related-items a.product-tile {
		float: none;
		margin: 0 auto;
		height: 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%;
	}

}

@media (max-width: 1000px) {
	.pure-u-1.back-to-top-wrapper {
		height: 0;
	}
}

@media (max-width: 848px) {
    .tt-o-button--action-icon-chip,
    .tt-o-button--action-icon-chip.tt-c-add-captions__remove {
        padding: .125rem !important;
    }

    .tt-o-search-field .tt-o-icon--search {
        left: 0.5rem !important;
    }

    .tt-c-reviews-toolbar__search .tt-o-search-field__clear .tt-o-icon--close {
        right: .45rem !important;
    }
}

@media (max-width: 767px) {
	.product-detail .new-flag:before,
    .product-detail .sale-flag:before {
		left: 30px;
        width: 60px;
        height: 66px;
	}

    .product-detail .new-flag:before {
        background-image: url('/assets/img/icons/new-flag-small.svg');
    }

    .product-detail .sale-flag:before {
        background-image: url('/assets/img/icons/sale-flag-small.svg');
    }

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

    .no-svg .product-detail .sale-flag:before {
        background-image: url('/assets/img/icons/sale-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;
	}

	#no-template-pager {
		display: none;
	}

	.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,
    .ugc-items.centered {
		padding: 0 30px!important;
	}

	.product-video-width {
		width: 90%;
		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 */

	#enlarge-mobile,
	#more-images-mobile {
		display: block;
		position: absolute;
		bottom: 0;
		left: 30px;
		padding-left: 15px;
		padding-top: 9px;
		height: 45px;
		z-index: 198;
	}

	#more-images-mobile {
		width: 183px;
	}

	#enlarge-mobile {
		width: 144px;
	}

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

	#enlarge-mobile span.text,
	#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;
	}

    #fitment {
        font-size: 0.78em;
    }
    
    #fitment select {
        max-width: 200px;
    }

    #fitment td.tool {
        min-width: 200px;
    }
}

@media (min-width: 568px) {
	.buy-local-now-btn.pure-u-sm-1-2,
	.buy-online-btn.pure-u-sm-1-2 {
		width: 50% !important;
	}
}

@media (max-width: 567px) {
	.product-info .select-container {
		margin-right: 0;
	}

	.product-info .form-float.add-cart {
		width: 89%;
		display: block;
	}

	.price {
		width: 100%;
		margin: 0 0 12px;
		padding: 0 0 10px;
		border-right: none;
		border-bottom: 1px solid #e7e7e7;
		text-align: center;
		display: block;
	}

	.price h2.buy-price {
		margin: 0;
	}

	.price ~ .btn-cont,
    .btn-cont {
		padding-left: 0;
		display: block;
        height: 49px;
	}

	.product-info .form-float h5.orig-price {
		text-align: center;
		margin-bottom: 0;
	}

	.buy-local-now-btn,
	.buy-online-btn,
	.buy-local-now-btn ~ .buy-online-btn {
		padding: 0;
		margin: 0;
	}

	.retailers .buyLocalNowLink {
		margin: 10px 0 5px;
	}

	.retailers .action-button#buy-online {
		margin: 5px 0 10px;
	}

	.product-info #addToCart-btn {
		width: 100%;
		margin: 0;
	}

	.product-info #addToCart-btn .container-icon {
		margin: 0 auto;
	}

    .product-info .form-float h5.out-of-stock {
        width: 100%;
        text-align: center;
        margin: 18px 0 14px;
    }

    .tt-c-ratings-breakdown__heading {
        margin-top: 1rem !important;
    }

    .gradient-container {
        position: relative;
    }

    .gradient-container::after {
        content: "";
        display: block;
        width: 30px;
        height: calc(100% - 16px);
        position: absolute;
        bottom: 0;
        right: 0;
        background: -moz-linear-gradient(right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
        background: -o-linear-gradient(right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e7e7e7', endColorstr='#e7e7e7',GradientType=1 ); /* IE6-9 */
    }

    .product-detail .gradient-container::after {
        background: -moz-linear-gradient(right, rgba(231,231,231,0) 0%, rgba(231,231,231,1) 90%, rgba(231,231,231,1) 100%);
        background: -webkit-linear-gradient(right, rgba(231,231,231,0) 0%,rgba(231,231,231,1) 90%,rgba(231,231,231,1) 100%);
        background: -o-linear-gradient(right, rgba(231,231,231,0) 0%,rgba(231,231,231,1) 90%,rgba(231,231,231,1) 100%);
        background: linear-gradient(to right, rgba(231,231,231,0) 0%,rgba(231,231,231,1) 90%,rgba(231,231,231,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e7e7e7', endColorstr='#e7e7e7',GradientType=1 ); /* IE6-9 */
    }

    #fitment {
        padding-right: 30px;
    }
}

@media (max-width: 480px) {
    #stock-notify .notify-cont {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }

    #stock-notify .notify-cont input,
    #stock-notify .notify-cont .action-button {
        width: 100%;
    }

    #stock-notify .notify-cont input {
        order: 1;
    }

    #stock-notify .notify-cont #invalid-email {
        order: 2;
    }

    #stock-notify .notify-cont #submit-error {
        order: 3;
    }

    #stock-notify .notify-cont .action-button {
        margin-top: 0.5em;
        text-align: center;
        order: 4;
    }

    .notify-form-cont {
        margin-bottom: 10px;
        min-height: 121px;
    }

    .success-cont {
        min-height: 98px;
    }
}
