@charset "UTF-8";
.t-breadcrumbs-container {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding-bottom: 1.5rem;
}

.x-collapsing-breadcrumbs {
	text-transform: uppercase;
}

.x-collapsing-breadcrumbs__group, .x-collapsing-breadcrumbs__list {
	border-bottom: 0 none;
	font-weight: 300;
	line-height: inherit;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 1500px;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
}

.x-collapsing-breadcrumbs__group {
	border-bottom: 0 none;
	margin-bottom: 0;
}

.x-collapsing-breadcrumbs__list {
	border-bottom: 1px solid #999;
	padding-bottom: 1rem;
}

.x-collapsing-breadcrumbs__button {
	font-size: 16px;
	padding-bottom: 0;
	padding-top: 0;
}

.x-collapsing-breadcrumbs__list .o-list-inline__item:not(:last-child) {
	margin-right: 1em;
}

.x-collapsing-breadcrumbs .o-list-inline__item:not(:last-of-type)::after {
	border-right: .2ch solid currentColor;
	content: "";
	display: inline-block;
	height: 1.75ch;
	position: relative;
	right: -.5em;
	top: .25ch;
	transform: rotate(15deg);
}

.x-collapsing-breadcrumbs__group a:hover, .x-collapsing-breadcrumbs__list a:hover {
	color: #9a2627;
	text-decoration: none;
}

.x-category-tree {
	margin-bottom: 16px;
	position: relative;
}

.x-category-tree__trigger {
	display: none;
}

.x-category-tree__label.x-collapsible-content__toggle {
	border-bottom: 1px solid #999;
	color: #9a2627;
	font-size: .75rem;
	margin: 0 0 1em;
	min-height: 2em;
	padding: 1em 0;
}

.x-category-tree .x-collapsible-content__item[aria-hidden=false], .x-category-tree .x-collapsible-content__item[aria-hidden=false] .x-category-tree__row {
	max-height: 100%
}

.x-category-tree__title {
	display: none;
}

.x-category-tree__row {
	line-height: 1.3;
	list-style: none;
	margin: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	transition: .2s ease-in-out;
	visibility: hidden;
	width: 100%;
}

.x-category-tree__link {
	color: #010101;
	display: block;
	font-size: .875rem;
	font-weight: 500;
	letter-spacing: 0;
	margin: 0;
	padding: .5rem 0;
	position: relative;
	transition: color ease-in-out .2s;
}

.x-category-tree__list--level-1 .x-category-tree__link {
	color: #595959;
	padding-left: 0;
}

.x-category-tree__list--level-2 .x-category-tree__link {
	color: #595959;
	padding-left: 1.25rem;
}

.x-category-tree__list--level-3 .x-category-tree__link {
	color: #595959;
	padding-left: 2.5rem;
}

.x-category-tree__list--level-4 .x-category-tree__link {
	color: #595959;
	padding-left: 3.75rem;
}

.x-category-tree__list--level-5 .x-category-tree__link {
	color: #595959;
	padding-left: 4rem;
}

.x-category-tree__link--current, .x-category-tree__list--level-2 .nested-applied, .x-category-tree__list--level-2 .x-category-tree__link--current, .x-category-tree__list--level-3 .nested-applied, .x-category-tree__list--level-3 .x-category-tree__link--current, .x-category-tree__list--level-4 .nested-applied, .x-category-tree__list--level-4 .x-category-tree__link--current, .x-category-tree__list--level-5 .nested-applied, .x-category-tree__list--level-5 .x-category-tree__link--current {
	color: #9a2627 !important;
	font-weight: 700;
}

.x-category-tree__list .nested-applied:before {
	content: "\3f";
	font-family: "ReadyTheme Icons", sans-serif;
	left: 0;
	position: absolute;
	top: .5rem;
}

.x-category-tree__list .nested-notapplied:before {
	content: "\33";
	font-family: "ReadyTheme Icons", sans-serif;
	left: 0;
	position: absolute;
	top: .5rem;
}

.x-category-tree__list--level-2 .nested-applied:before, .x-category-tree__list--level-2 .nested-notapplied:before {
	left: 0;
}

.x-category-tree__list--level-3 .nested-applied:before, .x-category-tree__list--level-3 .nested-notapplied:before {
	left: 1.25rem;
}

.x-category-tree__list--level-4 .nested-applied:before, .x-category-tree__list--level-4 .nested-notapplied:before {
	left: 2.5rem;
}

.x-category-tree__list--level-5 .nested-applied:before, .x-category-tree__list--level-5 .nested-notapplied:before {
	left: 3.75rem;
}

.x-category-tree__list--level-6 .nested-applied:before, .x-category-tree__list--level-6 .nested-notapplied:before {
	left: 4rem;
}

@media (min-width: 60em) {
	.x-category-tree__label.x-collapsible-content__toggle {
		display: none;
	}
	
	.x-category-tree__title {
		display: block;
	}
	
	.x-category-tree__heading {
		color: #000;
	}
	
	.x-category-tree__row, .x-category-tree__row.x-collapsible-content__item {
		max-height: none;
		opacity: 1;
		overflow: visible;
		visibility: visible;
	}
}

.mm_facet_rangeslider {
	display: block;
	height: 2em;
	margin: .25em;
	position: relative;
}

.mm_facet_rangeslider_input_container_high, .mm_facet_rangeslider_input_container_low {
	border-bottom: 1px solid silver;
	height: 2em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 4em;
}

.mm_facet_rangeslider_input_container_low {
	border-radius: .25em 0 0 .25em;
	left: 0;
}

.mm_facet_rangeslider_input_container_high {
	border-radius: 0 .25em .25em 0;
	right: 0;
}

.mm_facet_rangeslider_input_container_high.mm_facet_rangeslider_input_active, .mm_facet_rangeslider_input_container_low.mm_facet_rangeslider_input_active {
	border-color: #3d70b2;
}

.mm_facet_rangeslider_track_container {
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	box-sizing: border-box;
	height: 2em;
	left: 4em;
	position: absolute;
	right: 4em;
	top: 0;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.mm_facet_rangeslider_track {
	height: .25em;
	left: .25em;
	position: absolute;
	right: .25em;
	top: 50%;
	transform: translateY(-50%);
}

.mm_facet_rangeslider_track_background, .mm_facet_rangeslider_track_selection {
	background: silver;
	bottom: 0;
	left: .5em;
	position: absolute;
	right: .5em;
	top: 0;
}

.mm_facet_rangeslider_track_selection {
	background: #6e94c5;
}

.mm_facet_rangeslider_track_handle_high, .mm_facet_rangeslider_track_handle_low {
	background: #fff;
	border: 1px solid silver;
	border-radius: 50%;
	cursor: pointer;
	height: 2em;
	left: -.5em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
}

.mm_facet_rangeslider.mm_facet_rangeslider_mini {
	height: 6em;
	margin: 0;
}

.mm_facet_rangeslider.mm_facet_rangeslider_mini .mm_facet_rangeslider_input_container_low {
	border-radius: .25em 0 0 0;
	width: 50%;
}

.mm_facet_rangeslider.mm_facet_rangeslider_mini .mm_facet_rangeslider_input_container_high {
	border-left: none;
	border-radius: 0 .25em 0 0;
	width: 50%;
}

.mm_facet_rangeslider.mm_facet_rangeslider_mini .mm_facet_rangeslider_track_container {
	border: 1px solid silver;
	border-radius: 0 0 .25em .25em;
	border-top: none;
	height: 3em;
	left: 0;
	right: 0;
	top: 2em;
}

.mm_facet_rangeslider.mm_facet_rangeslider_mini .mm_facet_rangeslider_input_container_high.mm_facet_rangeslider_input_active, .mm_facet_rangeslider.mm_facet_rangeslider_mini .mm_facet_rangeslider_input_container_low.mm_facet_rangeslider_input_active {
	border-color: #eaeaea;
	box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15);
}

.x-display-list-filtering {
	display: flex;
	flex-wrap: wrap;
}

.x-display-list-filtering__per-page {
	margin-right: 32px;
}

.x-hero {
	background-position: center;
	background-size: cover;
	display: block;
	position: relative;
}

.x-hero__caption {
	bottom: 0;
	padding: 16px 0;
	position: absolute;
	text-shadow: 0 0 25px rgba(0, 0, 0, .25), 1px 1px 1px rgba(0, 0, 0, .5);
	width: 100%;
}

.x-hero__video {
	display: block;
	height: 100%;
	-o-object-fit: fill;
	object-fit: fill;
	width: 100%;
}

.x-hero__link {
	color: inherit;
}

.x-hero--borders::before {
	border: 4px solid rgba(255, 255, 255, .3);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.x-hero--overlap {
	margin-bottom: -10vh;
}

.x-hero--overlap .x-hero__caption {
	bottom: 10vh;
}

.x-messages {
	background-color: #eaeaea;
	border: 1px solid currentColor;
	font-size: .875rem;
	margin-bottom: 16px;
	padding: .75em 1.25em;
}

.x-messages :last-child {
	margin-bottom: 0;
}

.x-messages--borderless {
	border: 0 none;
}

.x-messages--error {
	background-color: #fff;
	color: #ee0020;
}

.x-messages--info {
	background-color: #fff;
	color: #003b6f;
}

.x-messages--success {
	background-color: #fff;
	color: #0d8670;
}

.x-messages--warning {
	background-color: #eaeaea;
	border-color: #f9ed1f;
}

.x-messages--with-icon {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.x-messages__icon {
	font-size: 3rem;
}

.x-messages__close {
	color: #222;
	font-size: 2rem;
	line-height: 1;
	margin-top: -1rem;
	opacity: .3;
	position: absolute;
	right: .25rem;
	text-decoration: none;
	top: 50%;
}

.x-messages--update-browser {
	position: relative;
	text-align: center;
	width: 100%;
}

.x-pagination {
	align-items: center;
	display: flex;
	margin: 0;
	max-width: 19rem;
}

.x-pagination--centered {
	margin: auto;
}

.x-pagination--right {
	margin-left: auto;
}

@media (min-width: 60em) {
	.x-product-layout {
		padding-top: 32px;
	}
}

.x-product-layout-purchase .c-form-list__item {
	margin-bottom: 1.5rem;
}

.x-product-layout-images {
	margin-left: 0;
	margin-right: 0;
}

.x-product-layout-images__image {
	display: inline-block;
	margin-bottom: 32px;
}

.x-product-layout-images__thumbnail-image {
	margin-bottom: 16px;
}

.x-product-layout-purchase__name {
	margin-bottom: 0;
}

.x-product-layout-purchase__sku {
	font-size: .4em;
	font-weight: 400;
}

.x-product-layout-purchase__product-discounts {
	margin-bottom: .25rem;
	margin-top: .25rem;
}

.x-product-layout-purchase__pricing-current, .x-product-layout-purchase__pricing-original {
	font-size: 1.7rem;
	font-weight: 300;
	letter-spacing: -.03em;
}

.x-product-layout-purchase__pricing-current {
	font-weight: 900;
}

.x-product-layout-purchase__notes {
	padding-bottom: 1.5rem;
}

.x-product-layout-purchase__notes p {
	line-height: 1.4;
	margin-bottom: 1.5rem;
}

.x-product-layout-purchase__build-a-combo {
	margin-bottom: 1.5rem;
	padding: .5rem 1.25rem;
}

.x-product-layout-purchase__build-a-combo a:hover {
	text-decoration: none;
}

.x-product-layout-purchase__build-a-combo h5 {
	margin: 0;
}

.x-product-layout-purchase__build-a-combo a {
	color: #fff;
}

.x-product-layout-purchase__build-a-combo a:after {
	content: "\37";
	float: right;
	font-family: "ReadyTheme Icons", sans-serif;
	position: relative;
	top: 2px;
	transition: all .5s ease 0s;
}

.x-product-layout-purchase__build-a-combo a:hover, .x-product-layout-purchase__build-a-combo a:hover:after {
	color: #9a2627;
	transition: all .5s ease 0s;
}

.x-product-layout-purchase .is-required {
	font-weight: 900;
}

.x-product-layout-purchase .tgreviews {
	margin-bottom: 1rem;
}

.x-product-layout-purchase__pricing-original:not(:empty) {
	padding-right: 32px;
	text-decoration: line-through;
}

.x-product-layout-purchase__cta input.c-button--hollow:hover {
	background: #fff;
	border-color: #9a2627;
	color: #9a2627;
}

.x-product-layout-purchase__options {
	background: #fbfbfb;
	border: 1px solid #eee;
	display: flex;
	margin-left: 0;
	max-width: none;
	padding: 1rem 2rem 1rem 1rem;
	width: auto;
}

.x-product-layout-purchase__options .is-required:before {
	color: #9a2627;
	content: "\47";
	font-family: "ReadyTheme Icons", sans-serif;
	margin-right: .3em;
}

.x-product-layout-purchase__options-attribute {
	margin-bottom: 1rem;
	width: 100%;
}

.x-product-layout-purchase__swatches {
	padding-top: 3px;
}

.x-product-layout-purchase__swatches button {
	background-color: transparent;
	border: 0 none;
	padding: 0;
}

.x-product-layout-purchase__swatches--active {
	box-shadow: 0 0 0 2px #eaeaea, 0 0 3px 3px #767676;
}

.x-product-description {
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 2rem;
}

@media screen and (max-width: 840px) {
	.x-product-description > .o-layout__item {
		padding-left: 0;
	}
}

.x-product-list {
	margin-bottom: 16px;
}

.x-product-list__heading {
	margin-bottom: 2em;
}

.x-product-list__item {
	margin-bottom: 32px;
}

.x-product-list__link {
	color: #000;
	transition: ease-in-out .3s;
}

.x-product-list__link:hover {
	color: #404040;
	text-decoration: none;
}

.x-product-list__figure {
	margin: 0;
	padding: 1.25rem;
}

.x-product-list__name,
strong.x-product-list__name {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
	padding-bottom: 1em;
}

.x-product-list__image {
	margin: 0 auto 1rem auto;
}

.x-product-list__price {
	color: #000;
	display: inline-block;
	font-size: 1.1rem;
	font-weight: 600;
}

.x-product-list__action {
	padding-top: 16px;
}

.x-product-list--carousel .x-product-list__item {
	margin: 0 .5rem;
	padding: 0;
}

.x-product-list .x-product-list__link, .x-product-list--carousel .x-product-list__link {
	border: 1px solid #999;
	position: relative;
	z-index: 1;
}

.x-product-list--carousel .x-product-list__flag {
	display: none;
}

.x-product-list--carousel .tgreviews__no-reviews {
	height: 1.5rem;
	margin: 0;
}

@media screen and (max-width: 460px) {
	.tgreviews {
		margin-bottom: .5rem;
	}
	
	.x-product-list--carousel .tgreviews-average__star {
		font-size: 1.5rem;
	}
}

.miva_datepicker {
	background-color: #fff;
	border: 1px solid #909090;
	display: none;
	padding: 16px;
	position: absolute;
	z-index: 1000;
}

.miva_datepicker_calendar_container {
	display: inline-block;
	position: relative;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	vertical-align: top;
	width: 214px;
}

.miva_datepicker_calendar_month_selector {
	align-items: center;
	background-color: #767676;
	display: flex;
	position: relative;
}

.miva_datepicker_calendar_month_selector_next, .miva_datepicker_calendar_month_selector_prev {
	background: 0 -35px no-repeat;
	border: 0 none;
	cursor: pointer;
	height: 35px;
	padding: 0;
	width: 35px;
}

.miva_datepicker_calendar_month_selector_next:hover, .miva_datepicker_calendar_month_selector_prev:hover {
	background-color: #222;
}

.miva_datepicker_calendar_month_selector_title {
	color: #fff;
	flex-grow: 1;
	text-align: center;
}

.miva_datepicker_calendar_month_selector_title_month {
	display: inline-block;
}

.miva_datepicker_calendar_month_selector_title_year {
	display: inline-block;
	margin-left: .25em;
}

.miva_datepicker_cancel {
	display: inline-block;
	margin-top: .75em;
}

.miva_datepicker_calendar_weekday_container {
	height: 34px;
	margin: 2px;
	position: relative;
}

.miva_datepicker_calendar_weekday_title {
	display: inline-block;
	font-weight: 700;
	padding: 3px 0;
	position: absolute;
	text-align: center;
	width: 28px;
}

#miva_datepicker_calendar_week_container {
	margin: 2px;
	position: relative;
}

.miva_datepicker_calendar_week {
	display: block;
	height: 30px;
	position: relative;
}

.miva_datepicker_calendar_day {
	align-items: center;
	border: 1px solid #909090;
	bottom: 1px;
	cursor: pointer;
	display: inline-flex;
	font-size: .75em;
	justify-content: center;
	position: absolute;
	top: 1px;
	width: 26px;
}

.miva_datepicker_calendar_day:hover {
	background-color: #767676;
	border-color: #222;
	color: #fff;
}

.miva_datepicker_calendar_day_noselect, .miva_datepicker_calendar_day_noselect:hover {
	background-color: silver;
	border-color: #222;
	color: #222;
}

.miva_datepicker_calendar_day_current {
	border-color: #222;
	color: #222;
	font-weight: 700;
}

.miva_datepicker_calendar_day_current:hover {
	background-color: #222;
	color: #fff;
}

.miva_datepicker_calendar_day_active {
	background-color: #222;
	border-color: #767676;
	color: #fff;
	font-weight: 700;
}

.miva_datepicker_calendar_day_0 {
	left: 1px;
}

.miva_datepicker_calendar_day_1 {
	left: 31px;
}

.miva_datepicker_calendar_day_2 {
	left: 61px;
}

.miva_datepicker_calendar_day_3 {
	left: 91px;
}

.miva_datepicker_calendar_day_4 {
	left: 121px;
}

.miva_datepicker_calendar_day_5 {
	left: 151px;
}

.miva_datepicker_calendar_day_6 {
	left: 181px;
}

.x-search-preview {
	background-color: #fff;
	box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .25);
	display: none;
	list-style: none;
	margin: 0;
	opacity: 0;
	padding: .75rem .5rem;
	position: absolute;
	right: 0;
	transition: opacity ease-in-out .5s;
	width: 100%;
	z-index: 500;
}

.x-search-preview--open {
	opacity: 1;
}

.x-search-preview__entry {
	display: block;
}

.x-search-preview__list {
	padding: 0 .5rem;
}

.x-search-preview__line {
	align-items: center;
	border-bottom: 1px solid #eaeaea;
	cursor: pointer;
	display: flex;
	font-size: .875rem;
	padding: .5rem 0;
	position: relative;
}

.x-search-preview__image {
	height: 4rem;
	margin: 0 1em 0 0;
	overflow: hidden;
	text-align: center;
	width: 4rem;
}

.x-search-preview__item {
	display: flex;
	flex: 1;
	justify-content: space-between;
	text-decoration: none;
}

.x-search-preview__item--selected {
	background-color: #eaeaea;
}

.x-search-preview__search-all {
	cursor: pointer;
	font-style: italic;
	padding: .5rem;
}

.mm_searchfield_menuitem_selected {
	background-color: #eaeaea;
}

.x-mini-basket {
	background-color: rgba(0, 0, 0, .5);
	bottom: 0;
	display: flex;
	justify-content: flex-end;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: right;
	transition: all ease-in-out .2s;
	z-index: 500;
}

.x-mini-basket--open {
	opacity: 1;
	transform: scaleX(1);
}

.x-mini-basket__content {
	display: flex;
	flex: 1 1 100%;
	flex-direction: column;
	max-width: 30rem;
	padding: 1rem;
	width: 100vw;
}

.x-mini-basket__header {
	display: flex;
	justify-content: space-between;
}

.x-mini-basket__list {
	overflow-y: auto;
}

.x-mini-basket__line {
	display: flex;
	flex-wrap: nowrap;
	font-size: .875rem;
	margin-bottom: 2em;
}

.x-mini-basket__image {
	height: 5rem;
	margin: 0 1em 0 0;
	overflow: hidden;
	text-align: center;
	width: 5rem;
}

.x-mini-basket__item {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: space-between;
	text-decoration: none;
}

.x-mini-basket__item:hover {
	text-decoration: none;
}

.x-mini-basket__item-name {
	display: block;
	margin-bottom: 1em;
}

.x-mini-basket__subscription {
	flex-basis: 100%
}

.x-mini-basket__item-total {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.x-mini-basket__item-total hr {
	flex-grow: 1;
	margin: 0 .75em;
}

.x-mini-basket__charges, .x-mini-basket__cta, .x-mini-basket__total {
	display: flex;
	flex-grow: 1;
	justify-content: space-between;
}

.x-mini-basket__charges {
	flex-direction: column;
	font-size: .875rem;
	margin-bottom: 1em;
}

.x-mini-basket__charge-item {
	display: flex;
	justify-content: space-between;
}

.x-mini-basket__total {
	margin-bottom: 1em;
}

.x-mini-basket__cta {
	font-size: .875rem;
}

.x-quantify .c-control-group__button {
	border-color: #eaeaea;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#l-quantity {
	border-color: #eaeaea;
}

.x-quantify .c-control-group__field {
	border-left-width: 0;
	height: auto;
}

[data-tab-component] :focus:not(.focus-visible) {
	box-shadow: inset 0 0 0 4px transparent;
	outline: 0;
	text-decoration: none;
}

[data-tab-component] .focus-visible {
	box-shadow: inset 0 0 0 4px #add8e6;
	outline: 0;
	text-decoration: none;
}

[role=tablist] {
	list-style: none;
	margin: 0;
	padding: 0;
}

[role=tab], [role=tablist] li {
	display: inline-block;
}

[role=tab] {
	border: 2px solid transparent;
	border-bottom: 0 none;
	padding: .5rem 1em calc(.5rem + 2px);
	position: relative;
	text-decoration: none;
	top: 2px;
}

.t-page-prod [role=tab][aria-selected] {
	background-color: #9a2627;
	border-color: currentColor;
	color: #fff;
}

[role=tabpanel] {
	border: 0;
	padding: 1.5rem;
}

.slick-track [role=tabpanel] {
	border: 0;
}

@media (max-width: 767px) {
	[data-tab-component]::before {
		content: "max";
		display: none;
		visibility: hidden;
	}
	
	[role=tab], [role=tablist] li {
		display: block;
		position: static;
	}
	
	[role=tab] {
		border: 2px solid currentColor;
	}
	
	[role=tablist] li + li a {
		border-top: 0 !important;
	}
	
	[role=tab][aria-selected] {
		position: static;
	}
	
	[role=tabpanel] {
		border-top: 0;
	}
	
	[role=tablist] li {
		border-bottom: 1px solid #999;
	}
}

.x-a11y-tabs {
	margin-bottom: 1rem;
}

.x-a11y-tabs__link {
	border: 0 none;
	color: #333;
}

.x-a11y-tabs__panel {
	border: 0 none;
}

.x-a11y-tabs__panel h2.c-heading-charlie {
	color: #9a2627;
	font-weight: 700;
}

@media (min-width: 1160px) {
	.x-a11y-tabs__link {
		padding: .35rem 3rem;
	}
}

@media (min-width: 768px) {
	.x-a11y-tabs__list {
		border-bottom: 1px solid #eaeaea;
		display: flex;
		justify-content: center;
	}
	
	.x-a11y-tabs__link {
		top: auto;
	}
	
	.x-a11y-tabs__link:hover {
		text-decoration: none;
	}
	
	.x-a11y-tabs__panel {
		border: 0 none;
	}
	
	.x-a11y-tabs__item {
		background: #eaeaea;
	}
	
	.x-a11y-tabs__item {
		margin-right: 1rem;
	}
	
	.x-a11y-tabs__item:hover a {
		background: #9a2627;
		color: #fff;
	}
}

@media screen and (max-width: 959px) {
	.has-open-main-menu, .has-open-main-menu body {
		overflow: hidden;
	}
	
	.x-transfigure-navigation {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		background-color: transparent;
		bottom: 0;
		left: -100vw;
		opacity: 0;
		overflow: hidden;
		padding: 0;
		position: fixed;
		right: 0;
		top: 0;
		transform: scaleX(0);
		transform-origin: left;
		transition: all ease-out .2s;
		z-index: -1;
	}
	
	.x-transfigure-navigation.is-open {
		background: rgba(0, 0, 0, .65);
		left: 0;
		opacity: 1;
		transform: scaleX(1);
		transition: all ease-in .2s;
		z-index: 2;
	}
	
	.x-transfigure-navigation__wrap {
		background: #000;
		max-width: 22.5rem;
		min-height: 100%;
		-webkit-overflow-scrolling: touch;
		overflow-x: hidden;
		overflow-y: auto;
	}
	
	.x-transfigure-navigation__header .c-button {
		padding: calc(1em - 1px);
	}
	
	.x-transfigure-navigation__content {
		position: relative;
	}
	
	.x-transfigure-navigation__row, .x-transfigure-navigation__row .c-navigation__row, .x-transfigure-navigation__row .c-navigation__row:nth-child(2) .c-navigation__row:last-of-type {
		background-color: #9a2627;
		color: #fff;
		display: block;
		left: 0;
		list-style: none;
		min-height: 100%;
		position: absolute;
		top: 0;
		transition: transform .3s;
		width: 100%;
	}
	
	.x-transfigure-navigation .c-navigation__list {
		position: static;
	}
	
	.x-transfigure-navigation .c-navigation__list.focus-within > .c-navigation__row, .x-transfigure-navigation .c-navigation__list:hover > .c-navigation__row {
		box-shadow: none;
		display: block;
	}
	
	@supports (will-change:auto) {
		.x-transfigure-navigation .c-navigation__list:focus-within > .c-navigation__row {
			display: block;
			box-shadow: none;
		}
	}.x-transfigure-navigation .c-navigation__link {
		 align-items: center;
		 -webkit-backface-visibility: hidden;
		 backface-visibility: hidden;
		 border: 0 solid #d0d0d0;
		 border-top-width: 1px;
		 display: flex;
		 height: 3.75rem;
		 justify-content: space-between;
		 overflow: hidden;
		 padding: 0 0 0 1rem;
		 text-overflow: ellipsis;
		 transform: translateZ(0);
		 transition: all .3s;
		 white-space: nowrap;
	 }
	
	.x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__link, .x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__row:last-of-type .c-navigation__link {
		padding-left: 1rem;
	}
	
	.x-transfigure-navigation__row .c-navigation__list:last-of-type > .c-navigation__link, .x-transfigure-navigation__row .c-navigation__row .c-navigation__list:last-of-type > .c-navigation__link {
		border-bottom-width: 1px;
	}
	
	.x-transfigure-navigation__row .c-navigation__row.is-hidden, .x-transfigure-navigation__row.is-hidden {
		transform: translateX(100%);
	}
	
	.x-transfigure-navigation__row .c-navigation__row.is-hidden > .c-navigation__list > .c-navigation__link, .x-transfigure-navigation__row .c-navigation__row.show-next > .c-navigation__list > .c-navigation__link, .x-transfigure-navigation__row.is-hidden > .c-navigation__list > .c-navigation__link, .x-transfigure-navigation__row.is-hidden > .cmp-primary-navigation__title, .x-transfigure-navigation__row.show-next > .c-navigation__list > .c-navigation__link, .x-transfigure-navigation__row.show-next > .cmp-primary-navigation__title {
		opacity: 0;
	}
	
	.x-transfigure-navigation__row .c-navigation__row.show-next > .c-navigation__list > .c-navigation__link, .x-transfigure-navigation__row.show-next > .c-navigation__list > .c-navigation__link {
		transform: translateX(-100%);
	}
	
	.x-transfigure-navigation .c-navigation__link-carat {
		display: none;
	}
	
	.x-transfigure-navigation .has-child-menu .c-navigation__link-carat {
		align-self: stretch;
		display: inline-flex;
	}
	
	.x-transfigure-navigation .c-navigation__link-carat > * {
		align-items: center;
		display: flex;
		font-size: .75rem;
		justify-content: center;
		width: 4rem;
	}
	
	.x-transfigure-navigation__footer {
		background: #eee;
		border-top: 1px solid #d0d0d0;
		font-size: .75rem;
		list-style: none;
	}
	
	.x-transfigure-navigation__footer-link {
		border-bottom: 1px solid #ccc;
		color: #333;
		display: block;
		font-weight: 500;
		line-height: 2;
		padding: 1rem;
		padding-bottom: 1em;
		padding-top: 1em;
	}
}

@media screen and (min-width: 1024px) {
	.x-transfigure-navigation li.l1-li-item_n6.c-navigation__list {
		padding-right: 2rem;
	}
	
	.x-transfigure-navigation li.l1-li-item_n7.c-navigation__list {
		border-left: 5px solid #fff;
		padding-right: 1rem;
	}
}

@media screen and (min-width: 960px) {
	.x-transfigure-navigation__row .c-navigation__row {
		display: none;
		position: absolute;
		white-space: nowrap;
		width: auto;
		z-index: 100;
	}
	
	.x-transfigure-navigation > .c-navigation__row {
		display: flex;
	}
	
	.x-transfigure-navigation:hover .c-navigation__list .c-navigation__link {
		color: #fff;
		transition: color ease-in .1s;
	}
	
	.x-transfigure-navigation .c-navigation__link {
		align-items: center;
		border-right: 1px solid #fff;
		display: flex;
		justify-content: space-around;
		line-height: 1;
		padding: 0;
		
		.c-navigation__link-name {
			background-clip: text;
			background-color: #000;
		}
	}
	
	.x-transfigure-navigation li.l1-li-item_n7.c-navigation__list {
		background: #222;
	}
	
	.x-transfigure-navigation li.l1-li-item_n6.c-navigation__list a, .x-transfigure-navigation li.l1-li-item_n7.c-navigation__list a {
		border-right: 0;
	}
	
	.x-transfigure-navigation .c-navigation__list a {
		padding: .95rem 0;
	}
	
	.x-transfigure-navigation .c-navigation__link:focus, .x-transfigure-navigation .c-navigation__link:hover {
		text-decoration: none;
	}
	
	.x-transfigure-navigation__row .c-navigation__row:nth-child(2) .c-navigation__list {
		text-align: left;
	}
	
	.x-transfigure-navigation__row .c-navigation__row:nth-child(2) .c-navigation__row:last-of-type {
		left: 100%;
		top: 0;
		z-index: 200;
	}
	
	.x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__link, .x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__row:last-of-type .c-navigation__link {
		justify-content: space-between;
	}
	
	.x-transfigure-navigation .c-navigation__list.focus-within > .c-navigation__row, .x-transfigure-navigation .c-navigation__list:hover > .c-navigation__row {
		box-shadow: 1px 1px .25em 0 rgba(0, 0, 0, .5);
		display: table;
	}
	
	.x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__list .c-navigation__link {
		color: #767676;
	}
	
	.x-transfigure-navigation .c-navigation__list:hover {
		background: #333;
		transition: all .5s ease 0s;
	}
	
	.x-transfigure-navigation .c-navigation__list:hover .c-navigation__link {
		color: #fff;
		transition: all .5s ease 0s;
	}
	
	@supports (will-change:auto) {
		.x-transfigure-navigation .c-navigation__list:focus-within > .c-navigation__row {
			display: table;
			box-shadow: 1px 1px .25em 0 rgba(0, 0, 0, .5);
		}
	}.x-transfigure-navigation__row .is-off-screen .c-navigation__row:nth-child(2) .c-navigation__row {
		 box-shadow: -1px 1px .25em 0 rgba(0, 0, 0, .5);
		 left: auto;
		 right: 100%;
	 }
	
	.x-transfigure-navigation__row .c-navigation__row:nth-child(2) .c-navigation__row .c-navigation__link, .x-transfigure-navigation__row .c-navigation__row:nth-child(2) .c-navigation__row:last-of-type .c-navigation__link {
		padding-left: 1em;
	}
	
	.x-transfigure-navigation .c-navigation__link-carat {
		font-size: .5em;
		transform: rotate(90deg);
	}
	
	.x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__link-carat {
		transform: rotate(0);
	}
}

.x-transfigure-navigation__content {
	padding-bottom: 0;
	padding-top: 0;
}

.x-transfigure-navigation .c-navigation__link {
	color: #fff;
	font-weight: 600;
	transition: all .5s ease 0s;
}

.x-transfigure-navigation .c-navigation__link:hover {
	box-shadow: none;
	transition: all .5s ease 0s;
}

.x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__link:hover {
	background-color: #fff;
	color: #000;
	transition: color ease-out .1s;
}

.x-facet-set__trigger {
	display: none;
}

.x-facet-set__label.x-collapsible-content__toggle {
	color: #000;
	font-size: .875rem;
	font-weight: 600;
	padding-bottom: .5em;
	text-transform: uppercase;
}

.x-facet-set__list {
	display: block;
	max-height: 0;
	opacity: 0;
	transition-delay: .15s, 0s, 0s;
	visibility: hidden;
}

.x-facet-set__list.x-collapsible-content__item[aria-hidden=false] {
	max-height: 950em;
}

.x-facet-set .c-form-checkbox {
	font-size: 14px;
}

.x-facet-set label:hover {
	color: #010101;
}

.x-facet-set--count {
	color: #767676;
	font-weight: 400;
	margin-left: .5em;
}

.x-fasten-header {
	display: none;
}

@media screen and (min-width: 960px) {
	.x-fasten-header {
		background-color: #fff;
		box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
		color: #222;
		display: flex;
		font-size: .875rem;
		left: 0;
		max-width: none;
		opacity: 0;
		padding: .5rem .5rem .75rem .5rem;
		position: fixed;
		top: 0;
		transform: scaleY(0);
		transform-origin: top;
		transition: all ease-in-out .15s;
		width: 100vw;
		z-index: 300;
	}
	
	.x-fasten-header--is-active .x-fasten-header {
		margin: 0;
		opacity: 1;
		transform: scaleY(1);
	}
	
	.x-fasten-header__logo-image {
		max-height: 4rem;
	}
	
	.x-fasten-header__link-title {
		display: inline-block;
		margin-top: .25rem;
	}
}

@media screen and (min-width: 960px) and (max-width: 1024px) {
	.x-fasten-header .t-site-header__masthead-links .c-button {
		margin-top: .75rem;
	}
}

.x-collapsible-content__toggle {
	align-items: center;
	background-color: transparent;
	border: 0 none;
	color: inherit;
	display: flex;
	font-weight: 700;
	justify-content: space-between;
	line-height: normal;
	padding: 0;
	width: 100%;
}

.x-collapsible-content__toggle[aria-expanded=true] [class^=u-icon-]::before {
	content: attr(data-toggle);
}

.x-collapsible-content__item[aria-hidden=false] {
	max-height: 50vmax;
	opacity: 1;
	overflow: visible;
	transition: visibility 0s ease, max-height .3s ease, opacity .3s ease;
	visibility: visible;
}

.x-collapsible-content__item {
	max-height: 0;
	opacity: 0;
	visibility: hidden;
}

.x-contact-form .is-required span {
	color: #ee0020;
}

/**
 * Product page upgradted to use GD Filmstrip Gallery.
 * 372401117 - GDMZ
 *
body:not(.t-page-prod_test) {
	
	[data-filmstrip-wrapper] {
		position: relative;
	}
	
	[data-filmstrip] {
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;
		overflow-x: scroll;
		overflow-y: hidden;
		scroll-behavior: smooth;
		-ms-scroll-snap-type: mandatory;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}
	
	[data-filmstrip][data-vertical] {
		-ms-scroll-snap-type: mandatory;
		scroll-snap-type: y mandatory;
	}
	
	[data-filmstrip]::-webkit-scrollbar {
		display: none;
	}
	
	[data-filmstrip] ul {
		align-items: center;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		margin: 0;
	}
	
	[data-filmstrip] ul.has-controls {
		padding-left: 16px;
	}
	
	[data-filmstrip][data-vertical] ul {
		flex-direction: column;
		max-height: 30rem;
		padding-left: 0;
		width: auto;
	}
	
	[data-filmstrip][data-vertical] ul.has-controls {
		padding-top: 16px;
	}
	
	[data-filmstrip] li {
		flex: 0 0 auto;
		list-style: none;
		padding-right: 16px;
		scroll-snap-align: none;
		transition: opacity ease-in-out .1s;
	}
	
	[data-filmstrip][data-vertical] li {
		max-width: none;
		padding-bottom: 16px;
		padding-right: 0;
	}
	
	[data-filmstrip] picture {
		align-items: center;
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
		width: 100%;
	}
	
	[data-filmstrip] img {
		height: auto;
		max-width: 100%;
		opacity: 0;
		width: 100%;
	}
	
	[data-filmstrip] img.is-visible {
		opacity: 1;
	}
	
	[data-filmstrip-controls] li {
		list-style: none;
	}
	
	[data-filmstrip-controls] button {
		background-color: #1a1a1a;
		border: 0 none;
		color: #fff;
		height: 100%;
		position: absolute;
		top: 0;
		width: 3em;
	}
	
	[data-filmstrip-controls] button:focus {
		outline: 3px solid #406c93;
		outline-offset: -3px;
	}
	
	.x-filmstrip-controls__previous {
		left: 0;
	}
	
	.x-filmstrip-controls__next {
		right: 0;
	}
	
	[data-filmstrip-controls] button span {
		align-items: center;
		display: inline-flex;
		height: 2em;
		justify-content: center;
		pointer-events: none;
		width: 2em;
	}
	
	[data-vertical] + [data-filmstrip-controls] button {
		height: 3em;
		width: 100%;
	}
	
	[data-vertical] + [data-filmstrip-controls] .x-filmstrip-controls__next {
		bottom: 0;
		left: 0;
		right: auto;
		top: auto;
	}
	
	[data-vertical] + [data-filmstrip-controls] button span {
		transform: rotate(90deg);
	}
	
	.is-inert {
		pointer-events: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-webkit-user-select: none;
		user-select: none;
	}
	
	.has-photo-viewer {
		overflow: hidden;
	}
	
	.x-photo-viewer {
		background-color: rgba(64, 64, 64, .95);
		border: 0;
		clip: rect(0 0 0 0);
		display: flex;
		flex-direction: column;
		height: auto;
		left: 0;
		margin: 0;
		opacity: 0;
		overflow: hidden;
		padding: 0;
		position: absolute;
		top: 0;
		transform: scale(0);
		transition: opacity .3s ease, transform .2s ease;
		white-space: nowrap;
		width: 1px;
		z-index: 9999;
	}
	
	.x-photo-viewer__visible {
		clip: auto;
		height: 100%;
		opacity: 1;
		position: fixed;
		transform: scale(1);
		width: 100%;
	}
	
	.x-photo-viewer button {
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		background-color: rgba(255, 255, 255, .2);
		border: 0 none;
		border-radius: .125em;
		color: #fff;
		display: inline-block;
		font-family: inherit;
		font-size: 1em;
		font-weight: 400;
		height: 100%;
		line-height: normal;
		padding: .5em 1em;
		text-align: center;
		transition: color .3s ease, background-color .3s ease;
		-moz-user-select: none;
		-ms-user-select: none;
		-webkit-user-select: none;
		user-select: none;
		vertical-align: middle;
		width: 100%;
	}
	
	.x-photo-viewer button:focus, .x-photo-viewer button:hover {
		background-color: #222;
		color: #66d9d9;
		outline-color: currentColor;
	}
	
	.x-photo-viewer__controls, .x-photo-viewer__header {
		align-items: center;
		background-color: #222;
		display: flex;
		width: 100%;
	}
	
	.x-photo-viewer__title {
		color: #fff;
		flex-grow: 1;
		font-size: 1.25rem;
		margin: 0;
		padding-left: 2.1em;
		text-align: center;
	}
	
	.x-photo-viewer__close {
		font-weight: 700;
		height: 2.25em;
		margin: .5em;
		text-align: center;
		width: 2.25em;
	}
	
	.x-photo-viewer__close button {
		padding: 0;
	}
	
	.x-photo-viewer__container {
		align-items: center;
		display: flex;
		height: 100%;
		justify-content: center;
		padding: 0 1rem;
		touch-action: manipulation;
		white-space: nowrap;
		width: 100%;
	}
	
	.x-photo-viewer__current-image {
		align-items: center;
		display: flex;
		height: 100%;
		justify-content: center;
		opacity: 0;
		transition: opacity ease-in .3s .3s;
		width: 100%;
	}
	
	.x-photo-viewer__current-image.is-loaded {
		opacity: 1;
		transition: opacity .3s ease-out;
	}
	
	.x-photo-viewer__current-image img {
		max-height: 80vh;
	}
	
	.x-photo-viewer__controls {
		color: #fff;
		justify-content: space-between;
		padding: 1em 2em;
	}
	
	.x-photo-viewer__count {
		text-align: center;
	}
}
*/

.tgr_rating {
	display: inline-block;
	float: none;
	line-height: 1;
	margin: 0 auto;
	text-align: center;
}

.tgr_rating_container {
	display: inline-block;
	width: 100%
}

.tgr-stars label {
	color: #ccc;
	cursor: pointer;
	font-size: 1.5rem;
	-moz-transition: color 250ms ease;
	-o-transition: color 250ms ease;
	-webkit-transition: color 250ms ease;
	transition: color 250ms ease;
}

.tgr_rating > input {
	display: none;
}

.tgr_rating > label {
	color: #ddd;
	cursor: pointer;
	float: right;
	font-size: 32px;
}

.tgr_rating:not(:checked) > label:hover, .tgr_rating:not(:checked) > label:hover ~ label, .tgr_rating > input:checked ~ label {
	color: #c89721;
}

.tgr_rating > input:checked + label:hover, .tgr_rating > input:checked ~ label:hover, .tgr_rating > input:checked ~ label:hover ~ label, .tgr_rating > label:hover ~ input:checked ~ label {
	color: #c89721;
}

.tgreviews_prod-display {
	padding-top: 1rem;
}

.tgreviews__form-row {
	clear: both;
	margin-bottom: 10px;
}

.tgreviews__form-label {
	font-size: .83rem;
	font-weight: 700;
	text-transform: uppercase;
}

.tgreviews__form-label-product-name {
	font-size: 1.4rem;
	line-height: 1.3;
}

.tgreviews__form-checkboxlabel {
	cursor: pointer;
	font-size: 1rem;
}

.tgreviews__form-info {
	font-size: .83rem;
	font-weight: 400 !important;
	text-transform: none !important;
}

.tgreviews__form-input, .tgreviews__form-textarea {
	padding: .5rem .75rem;
}

.tgreviews__form-input, .tgreviews__form-submit, .tgreviews__form-textarea {
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: .8rem;
	width: 100%;
}

.tgreviews__form-submit {
	padding: 0;
}

.tgreviews__form-textarea {
	line-height: 1.7;
}

.tgreviews__form-input.error, .tgreviews__form-textarea.error {
	border-color: #d8000c;
}

.tgreviews__form ::-webkit-input-placeholder {
	font-size: .83rem;
	font-weight: 700;
	text-transform: uppercase;
}

.tgreviews__form ::-moz-placeholder {
	font-size: .83rem;
	font-weight: 700;
	text-transform: uppercase;
}

.tgreviews__form :-ms-input-placeholder {
	font-size: .83rem;
	font-weight: 700;
	text-transform: uppercase;
}

.tgreviews__form :-moz-placeholder {
	font-size: .83rem;
	font-weight: 700;
	text-transform: uppercase;
}

.tgreviews__form ::placeholder {
	font-size: .83rem;
	font-weight: 700;
	text-transform: uppercase;
}

.tgreviews__form-breaker {
	clear: left;
	height: 1.5rem;
}

.tgreviews__form-submit {
	border: 0;
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.tgreivews-breaker {
	clear: left;
	height: 1.5rem;
}

@media screen and (min-width: 900px) {
	.t-page-prod .prodStarsContainer .tgreviews {
		margin-right: 4em;
	}
}

.tgreviews {
	max-width: 100%
}

.prodStarsContainer {
	line-height: 1;
}

.tgreviews div {
	box-sizing: border-box;
}

.tgreviews-average-overlay {
	color: #000;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: -4px;
	white-space: nowrap;
}

.tgreviews-breakdown {
	clear: left;
}

.tgreviews-breakdown__count, .tgreviews-breakdown__rating {
	flex: 0 0 auto;
}

.tgreviews-breakdown__rating {
	text-align: right;
}

.tgreviews-breakdown__percent {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
}

.tgreviews-breakdown__percentage {
	background: #ccc;
	height: 5px;
	margin-top: 5px;
	position: relative;
}

.tgreviews-breakdown__percentage-overlay {
	background: #c89721;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
}

.tgreviews-breakdown__count, .tgreviews-breakdown__percent, .tgreviews-breakdown__rating {
	float: left;
	padding: 2px 5px;
}

.tgreviews-breakdown__star {
	transform: rotateZ(100deg);
}

.tgreviews-half {
	float: left;
	width: 50%
}

.tgreviews-breakdown, .tgreviews-flex, .tgreviews-sorting {
	align-items: center;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: -webkit-flex;
}

.tgreviews-label, .tgreviews-pagination-label {
	font-size: .83rem;
	font-weight: 700;
	margin-right: 1rem;
	text-transform: uppercase;
}

.tgreviews-label {
	flex: 0 0 auto;
}

.tgreviews-select {
	border: 1px solid #ccc;
	box-sizing: border-box;
	color: #4d4d4d;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: .83rem;
}

@media screen and (min-width: 1024px) {
	.tgreviews-sorting {
		width: 25%
	}
}

@media screen and (min-width: 768px) {
	.tgreviews-sorting {
		width: 50%
	}
}

.tgreviews-average {
	text-align: center;
}

.tgreviews-average__star {
	position: relative;
}

.tgreviews-average__star-overlay {
	position: relative;
}

.tgreviews-average__star {
	display: inline-block;
	font-size: 1rem;
	position: relative;
}

.tgreviews-average__star-overlay {
	background-clip: text;
	background-color: #000;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}

.tgreviews-average__text {
	font-weight: 600;
	text-transform: uppercase;
}

.tgreviews-review {
	border-bottom: 1px solid #ccc;
	line-height: 1.5;
}

.tgreviews-rating-title {
	clear: both;
	line-height: 1;
	margin-bottom: .25rem;
	position: relative;
}

.tgreviews-verified-buyer {
	font-size: .83rem;
	font-weight: 700;
	text-transform: uppercase;
}

.tgreviews-rating-stars {
	color: #c89721;
	font-size: 1.5rem;
}

.tgreviews-review__rating {
	border: 1px solid #ccc;
	font-size: .83rem;
	margin-right: .5rem;
	padding: 2px 5px;
}

.tgreviews-review__user {
	font-size: .8rem;
	font-style: italic;
	margin-bottom: .25rem;
}

.tgreviews-review__additionalfields {
	margin: .5rem 0;
}

.tgreviews-review__addlfield-label {
	font-weight: 700;
}

.tgreviews-review__title {
	float: none;
	font-weight: 700;
	position: relative;
}

.tgreviews-review__rating-info {
	float: none;
}

.tgreviews-rating-title:after, .tgreviews-rating-title:before {
	content: " ";
	display: table;
}

.tgreviews-review__summary {
	margin-top: 1em;
}

.tgreviews-rating-title:after {
	clear: both;
}

.tgreviews-row.tgreviews-flex {
	background: #fff;
	border: 1px solid #ccc;
	padding: 1em;
}

.tgreviews__no-reviews {
	margin-top: .5rem;
}

@media screen and (min-width: 1200px) {
	#tab-relprod .prodStarsContainer {
		text-align: left;
	}
}

@media screen and (min-width: 461px) {
	.tgreviews-average__star, .tgreviews-rating-stars {
		font-size: 2rem;
	}
	
	#tab-relprod .tgreviews-average__star {
		font-size: 1.8rem;
	}
}

@media screen and (min-width: 1160px) {
	.tgreviews-review__title {
		float: left;
		font-weight: 700;
		position: relative;
		top: .75em;
	}
	
	.tgreviews-review__rating-info {
		float: right;
		line-height: 1;
	}
}

@media screen and (max-width: 1159px) {
	.tgreviews-review__title {
		line-height: 1.5;
		top: .25em;
	}
}

@media screen and (max-width: 1366px) {
	.t-product-reviews__container {
		margin: 0 1em;
	}
}

.tgreviews-average__star:hover {
	cursor: pointer;
}