@charset "UTF-8";
/* ==========================================================================
   EXTENSIONS / BREADCRUMBS / COLLAPSING / COLLAPSING BREADCRUMBS
   ========================================================================== */
.x-collapsing-breadcrumbs {
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.x-collapsing-breadcrumbs__group,
.x-collapsing-breadcrumbs__list {
	max-width: 100vw;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 1em;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 0.6875rem;
	line-height: inherit;
	border-bottom: 0 none;
}

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

.x-collapsing-breadcrumbs__list {
	padding-bottom: 1rem;
}

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

.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 {
	display: inline-block;
	height: 1.75ch;
	position: relative;
	top: 0.25ch;
	right: -0.5em;
	border-right: 0.2ch solid currentColor;
	content: '';
	transform: rotate(15deg);
}

/* ==========================================================================
   EXTENSIONS / CATEGORY TREE / CATEGORY TREE
   ========================================================================== */
.x-category-tree {
	margin-bottom: 16px;
	position: relative;
}

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

.x-category-tree__label.x-collapsible-content__toggle {
	min-height: 2em;
	margin: 0 0 1em;
	padding: 1em 0;
	font-size: 0.75rem;
	border-bottom: 1px solid #eaeaea;
}

.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 {
	width: 100%;
	max-height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	transition: 0.2s ease-in-out;
	line-height: 1.3;
}
.x-category-tree__link {
	display: block;
	position: relative;
	padding: 0.5rem 0;
	margin: 0;
	font-size: 0.875rem;
	font-weight: 500;
	color: #010101;
	letter-spacing: 0;
	transition: color ease-in-out 0.2s;
}
.x-category-tree__list--level-1 .x-category-tree__link {
	padding-left: 0;
	color: currentColor;
}
.x-category-tree__list--level-2 .x-category-tree__link {
	padding-left: 1.25rem;
	color: currentColor;
}
.x-category-tree__list--level-3 .x-category-tree__link {
	padding-left: 2.5rem;
	color: currentColor;
}
.x-category-tree__list--level-4 .x-category-tree__link {
	padding-left: 3.75rem;
	color: currentColor;
}
.x-category-tree__list--level-5 .x-category-tree__link {
	padding-left: 4rem;
	color: currentColor;
}
.x-category-tree__link--current,
.x-category-tree__list--level-2 .x-category-tree__link--current,
.x-category-tree__list--level-2 .nested-applied,
.x-category-tree__list--level-3 .x-category-tree__link--current,
.x-category-tree__list--level-3 .nested-applied,
.x-category-tree__list--level-4 .x-category-tree__link--current,
.x-category-tree__list--level-4 .nested-applied,
.x-category-tree__list--level-5 .x-category-tree__link--current, 
.x-category-tree__list--level-5 .nested-applied{
	font-weight: 700;
	color: #800231 !important;
}

/* Facet Nested Category Styles GD */
.x-category-tree__list .nested-applied:before { 
	content: "\3f";
	position: absolute;
	left:0;
	top:0.5rem;
	font-family: 'ReadyTheme Icons';
}
.x-category-tree__list .nested-notapplied:before {
	content: "\33";
	position: absolute;
	left:0;
	top:0.5rem;
	font-family: 'ReadyTheme Icons';
}
.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: 960px) {
	.x-category-tree__label.x-collapsible-content__toggle {
		display: none;
	}
	.x-category-tree__title {
		display: block;
	}
	.x-category-tree__heading {
		padding-top: 0.25rem;
	}
	.x-category-tree__row,
	.x-category-tree__row.x-collapsible-content__item {
		max-height: none;
		opacity: 1;
		overflow: visible;
		visibility: visible;
	}
}

/**
 * This section contains the necessary styles when using the built-in search
 * faceting ability of Miva. Since the functional code is generated at run-time,
 * these styles do not conform to the tenants used in the rest of the framework.
 */
.mm_facet_rangeslider {
	display: block;
	height: 2em;
	margin: 0.25em;
	position: relative;
}

.mm_facet_rangeslider_input_container_low,
.mm_facet_rangeslider_input_container_high {
	width: 4em;
	height: 2em;
	position: absolute;
	top: 0;
	text-align: center;
}

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

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

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

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

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

.mm_facet_rangeslider_track_background,
.mm_facet_rangeslider_track_selection {
	position: absolute;
	top: 0;
	right: 0.5em;
	bottom: 0;
	left: 0.5em;
	background: #c0c0c0;
}

.mm_facet_rangeslider_track_selection {
	background:#800231;
}

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

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

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

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

.mm_facet_rangeslider.mm_facet_rangeslider_mini .mm_facet_rangeslider_track_container {
	height: 3em;
	top: 2em;
	right: 0;
	left: 0;
	border-top: none;
	border-radius: 0 0 0.25em 0.25em;
}

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

/* ==========================================================================
   EXTENSIONS / DISPLAY LIST FILTERING / DISPLAY LIST FILTERING
   ========================================================================== */
/**
 * Display list filtering is for use in product list filtering as well as any
 * place a batch list or sortable data is used.
 */
.x-display-list-filtering {
	display: flex;
	flex-wrap: wrap;
}

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

/* ==========================================================================
   EXTENSIONS / HERO
   ========================================================================== */
/**
 * The Hero component provides a dominant piece of media to a page
 *
 * 1. Allows for absolute positioning of borders and content.
 * 2. Hero images set via background-image should cover and center.
 */
.x-hero {
	display: block;
	position: relative;
	/* [1] */
	background-position: center;
	/* [2] */
	background-size: cover;
	/* [2] */
}

/**
	 * The caption overlays at the bottom of a Hero, providing space for additional
	 * content such as titles or logos.
	 */
.x-hero__caption {
	position: absolute;
	bottom: 0;
	padding: 16px 0;
	width: 100%;
	text-shadow: 0 0 25px rgba(0, 0, 0, 0.25), 1px 1px 1px rgba(0, 0, 0, 0.5);
}

/**
	 * Hero video needs to be set to `display: block` to avoid spacing issues.
	 */
.x-hero__video {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: fill;
	   object-fit: fill;
}

/**
	 * Hero link inherits the Hero `color` to override anchor element styles.
	 */
.x-hero__link {
	color: inherit;
}

/**
	 * As we cannot set a border property over video, borders are implemented
	 * using pseudo-elements.
	 */
.x-hero--borders::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid rgba(255, 255, 255, 0.3);
	content: "";
}

/**
	 * Make any other content below the Hero overlap upwards.
	 */
.x-hero--overlap {
	margin-bottom: -10vh;
}

/**
	* If hero has overlap modifier, shift caption upwards to compensate.
	*/
.x-hero--overlap .x-hero__caption {
	bottom: 10vh;
}

/* ==========================================================================
   EXTENSIONS / MESSAGES
   ========================================================================== */
/**
 * Messages are block elements used to display information to the visitor about
 * their current session. Typically these are informational or error messages
 * such as you would see on a checkout page if there was an error with the
 * credit card used.
 */
.x-messages {
	margin-bottom: 16px;
	padding: 0.75em 1.25em;
	font-size: 0.875rem;
	background-color: #eaeaea;
	border: 1px solid currentColor;
}

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

/**
 * These classes will help format the message if you are adding an icon.
 */
.x-messages--with-icon {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

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

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

/*
	what??? they have an old browser?
	This can be removed if you do not need to alert for IE < 9.
*/
.x-messages--update-browser {
	width: 100%;
	position: relative;
	text-align: center;
}

/* ==========================================================================
   EXTENSIONS / PAGINATION
   ========================================================================== */
/**
 * Pagination is for use in product list as well as any place a pageable batch
 * list or data is used.
 */
.x-pagination {
	display: flex;
	max-width: 19rem;
	margin: 0;
	align-items: center;
}

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

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

/* ==========================================================================
   EXTENSIONS / PRODUCT LAYOUT / PRODUCT LAYOUT
   ========================================================================== */
/**
 * This is the default product layout for the product page.
 */
@media (min-width: 960px) {
	.x-product-layout {
		padding-top: 32px;
	}
}

/**
.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: 1rem;
	line-height: 1.15;
	color: #800231;
	font-weight: 600;
}

.prodStarsContainer {
	margin-bottom: 1rem;
}


.x-product-layout-purchase__pricing-original,
.x-product-layout-purchase__pricing-current {
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: -0.04em;
}
.x-product-layout-purchase__sale-price {
	color: #d00606;
}
.x-product-layout-purchase__pricing {
	line-height: 1;
}
.x-product-layout-purchase .is-required {
	font-weight: 600;
}

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

.x-product-layout-purchase__options {
	display: flex;
	width: auto;
	max-width: none;
	background: #f5f5f5;
	border: 1px solid #eee;
	padding: 1rem;
	margin-left: 0;
	margin-bottom: 1rem;
}
.x-product-layout-purchase__options .is-required:before {
	content: "\47";
	margin-right: 0.3em;
	font-family: 'ReadyTheme Icons';
	color: #3a7b7c;
}

.x-product-layout_purchase__options-legend {
	margin-bottom: 1rem;
	font-weight: bold !important;
}

.x-product-layout-purchase__options-attribute {
	width: 100%;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid #eee;
	padding-bottom: 0.5rem;
	padding-right: 1rem;
	padding-left: 1rem;
}

.x-product-layout-purchase__options-attribute .c-form-label {
}

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

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

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

.x-product-description {
	margin-bottom: 1.5rem;
	padding-top: 1.5rem;
}

/* ==========================================================================
   EXTENSIONS / PRODUCT LISTS / PRODUCT LISTS
   ========================================================================== */
/**
 * Product lists are used in many spots throughout the store. They can be found 
 * on the storefront as featured product, the related products section of a 
 * product page, as an auto-suggest feature during checkout, or wherever.
 */
.x-product-list {
	margin-bottom: 16px;
}
@media screen and (max-width: 959px) {
	.x-product-list {
		margin-left: 0;
	}
}
.x-product-list__heading {
	margin-bottom: 2em;
}

.x-product-list__item {
	margin-bottom: 32px;
}
@media screen and (max-width: 460px) {
	.x-product-list__item {
		padding-left: 8px;
		padding-right: 8px;
	}
}
.x-product-list__link {
	color: #000;
	transition: ease-in-out 0.3s;
}

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

.x-product-list__figure {
	margin: 0;
}

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


/**
	* If you are creating a product carousel, add this class to the element.
	*/
.x-product-list--carousel .x-product-list__item {
	margin-bottom: 0;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

/* ==========================================================================
   EXTENSIONS / SUBSCRIPTIONS / SUBSCRIPTIONS
   ========================================================================== */
/**
 * When using the subscription function of Miva, this is the default styling
 * used for the date picker. You can update the styles in your theme file if
 * you are looking to make changes.
 */
.miva_datepicker {
	display: none;
	position: absolute;
	padding: 16px;
	background-color: #fff;
	border: 1px solid #909090;
	z-index: 1000;
}

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

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

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

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

.miva_datepicker_calendar_month_selector_title {
	flex-grow: 1;
	color: #fff;
	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: 0.25em;
}

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

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

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

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

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

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

.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: #c0c0c0;
	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;
}

/* ==========================================================================
   EXTENSIONS / SEARCH-PREVIEW / SEARCH-PREVIEW
   ========================================================================== */
.x-search-preview {
	display: none;
	width: 100%;
	margin: 0;
	padding: 0.75rem 0.5rem;
	position: absolute;
	right: 0;
	list-style: none;
	background-color: #fff;
	box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25);
	opacity: 0;
	transition: opacity ease-in-out 0.5s;
	z-index: 500;
}

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

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

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

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

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

.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 {
	padding: 0.5rem;
	font-style: italic;
	cursor: pointer;
}

/**
 * This section contains the necessary styles when using the built-in search
 * preview ability of Miva. Since the functional code is generated at run-time,
 * these styles do not conform to the tenants used in the rest of the framework.
 */
.mm_searchfield_menuitem_selected {
	background-color: #eaeaea;
}


/* ==========================================================================
   EXTENSIONS / MINI-BASKET / MINI-BASKET
   ========================================================================== */
/**
 * This is an extension to use the mini-basket functionality of Miva in an
 * off-canvas method.
 */
.x-mini-basket {
	display: flex;
	justify-content: flex-end;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	transform: scaleX(0);
	transform-origin: right;
	transition: all ease-in-out 0.2s;
	z-index: 500;
	opacity: 0;
}

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

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

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

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

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

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

.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 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

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

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

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

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

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

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

/* ==========================================================================
   EXTENSIONS / QUANTIFY / QUANTIFY
   ========================================================================== */
/**
 * This extension allows for the use of buttons to increase/decrease item
 * quantities on the product and basket pages. When used on the basket page,
 * the decrease button becomes a remove button if the quantity is 1.
 */
.x-quantify .c-control-group__button {
	border-color: #c0c0c0;
	-ms-user-select: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
}

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

/* =====
   EXTENSIONS / TABS / A11Y-TABS
   ===== */
/**
 * This is an accessible tab solution extension based on guidelines documented
 * by Heydon Pickering on the Inclusive Components Pattern Library.
 * https://inclusive-components.design/tabbed-interfaces/
 */
/**
 * This is a basic placeholder for the proposed CSS `:focus-visible`
 * pseudo-selector [1] and is based on the WICG polyfill [2]. Once
 * standardized, this will be updated.
 *
 * [1] https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo
 * [2] https://github.com/WICG/focus-visible
 *
 * Add the `focus-visible` class to the given element.
 * @param {Element} focusedElement
 */
[data-tab-component] *:focus:not(.focus-visible) {
	box-shadow: inset 0 0 0 4px transparent;
	outline: none;
	text-decoration: none;
}

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

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

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

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

[role="tab"][aria-selected] {
	background-color: #fff;
	border-color: #800231;
	color: #800231;
	font-weight: bold;
}

[role="tabpanel"] {
	padding: 1.5rem;
	border: 2px solid;
}

[role="tabpanel"] * + * {
	margin-top: 0.75rem;
}

@media (max-width: 640px) {
	[data-tab-component]::before {
		display: none;
		content: "max";
		visibility: hidden;
	}
	[role="tablist"] li,
	[role="tab"] {
		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="tab"][aria-selected]::after {
		content: '\0020⬅';
	}
	[role="tabpanel"] {
		border-top: 0;
	}
}

/**
 * This is some basic styling to match that shipped with the flex-tabs extension.
 */
.x-a11y-tabs {
	margin-bottom: 1rem;
}

.x-a11y-tabs__link {
	/* border: 0 none; */
	border: 1px solid #c0c0c0;
	color: #767676;
	font-size: 1.1rem;
}

.x-a11y-tabs__panel {
	border: 0 none;
	border-bottom: 1px solid #c0c0c0;
}

.x-a11y-tabs__item {
	margin: 0 0.5rem;
}
		
@media (min-width: 641.6px) {
	.x-a11y-tabs__list {
		display: flex;
		justify-content: center;
	}
	.x-a11y-tabs__link {
		top: auto;
		/* border-bottom-color: transparent; */
	}
	.x-a11y-tabs__link:hover {
		text-decoration: none;
		color: #800231;
		border-color: #800231;
	}
	.x-a11y-tabs__panel {
		border: 0 none;
	}
}

/* ==========================================================================
   EXTENSIONS / NAVIGATION / TRANSFIGURE NAVIGATION
   ========================================================================== */
@media screen and (max-width: 959px) {
	.has-open-main-menu,
	.has-open-main-menu body {
		overflow: hidden;
	}
	.x-transfigure-navigation {
		padding: 0;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: -100vw;
		-webkit-backface-visibility: hidden;
		        backface-visibility: hidden;
		background-color: transparent;
		opacity: 0;
		overflow: hidden;
		transition: all ease-out 0.2s;
		transform: scaleX(0);
		transform-origin: left;
		z-index: -1;
	}
	.x-transfigure-navigation.is-open {
		left: 0;
		background: rgba(0, 0, 0, 0.65);
		opacity: 1;
		transition: all ease-in 0.2s;
		transform: scaleX(1);
		z-index: 2;
	}
	.x-transfigure-navigation__wrap {
		max-width: 22.5rem;
		min-height: 100%;
		-webkit-overflow-scrolling: touch;
		overflow-x: hidden;
		overflow-y: auto;
		background-color: #fff;
	}
	.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 {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 100%;
		background-color: #fff;
		list-style: none;
		transition: transform 0.3s;
	}
	.x-transfigure-navigation .c-navigation__list {
		position: static;
	}
	.x-transfigure-navigation .c-navigation__list:hover > .c-navigation__row,
	.x-transfigure-navigation .c-navigation__list.focus-within > .c-navigation__row {
		display: block;
		box-shadow: none;
	}
	@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 {
		display: flex;
		height: 3.75rem;
		padding: 0 0 0 1rem;
		align-items: center;
		justify-content: space-between;
		-webkit-backface-visibility: hidden;
		        backface-visibility: hidden;
		border: 0 solid #d0d0d0;
		border-top-width: 1px;
		overflow: hidden;
		text-overflow: ellipsis;
		transform: translateZ(0);
		transition: all 0.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:first-of-type > .c-navigation__link,
	.x-transfigure-navigation__row .c-navigation__row .c-navigation__list:first-of-type > .c-navigation__link {
		/*border-top-width: 0;*/
	}
	.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.is-hidden,
	.x-transfigure-navigation__row .c-navigation__row.is-hidden {
		transform: translateX(100%);
	}
	.x-transfigure-navigation__row.is-hidden > .cmp-primary-navigation__title,
	.x-transfigure-navigation__row.show-next > .cmp-primary-navigation__title,
	.x-transfigure-navigation__row.is-hidden > .c-navigation__list > .c-navigation__link,
	.x-transfigure-navigation__row.show-next > .c-navigation__list > .c-navigation__link,
	.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 {
		opacity: 0;
	}
	.x-transfigure-navigation__row.show-next > .c-navigation__list > .c-navigation__link,
	.x-transfigure-navigation__row .c-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 {
		display: inline-flex;
		align-self: stretch;
	}
	.x-transfigure-navigation .c-navigation__link-carat > * {
		display: flex;
		width: 4rem;
		align-items: center;
		justify-content: center;
		font-size: 0.75rem;
	}
	.x-transfigure-navigation__footer {
		padding: 1rem;
		font-size: 0.75rem;
		list-style: none;
		border-top: 1px solid #d0d0d0;
	}
	.x-transfigure-navigation__footer-link {
		display: block;
		padding-top: 1em;
		padding-bottom: 1em;
		font-weight: 500;
		line-height: 2;
	}
}

@media screen and (min-width: 960px) {
	.x-transfigure-navigation__row .c-navigation__row {
		display: none;
		width: auto;
		position: absolute;
		white-space: nowrap;
		z-index: 100;
	}
	.x-transfigure-navigation > .c-navigation__row {
		display: flex;
	}
	/*.x-transfigure-navigation:hover .c-navigation__list .c-navigation__link {
		color: #767676;
		transition: color ease-in 0.1s;
	}*/
	.x-transfigure-navigation .c-navigation__link {
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	.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 {
		top: 0;
		left: 100%;
		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:hover > .c-navigation__row,
	.x-transfigure-navigation .c-navigation__list.focus-within > .c-navigation__row {
		/* display: table; */
		box-shadow: 1px 1px 0.25em 0 rgba(0, 0, 0, 0.5);
	}
	.x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__list .c-navigation__link {
		color: #767676;
	}

	/*
	@supports (will-change: auto) {
		.x-transfigure-navigation .c-navigation__list:focus-within > .c-navigation__row {
			display: table;
			box-shadow: 1px 1px 0.25em 0 rgba(0, 0, 0, 0.5);
		}
	}
	*/
	.x-transfigure-navigation__row .is-off-screen .c-navigation__row:nth-child(2) .c-navigation__row {
		left: auto;
		right: 100%;
		box-shadow: -1px 1px 0.25em 0 rgba(0, 0, 0, 0.5);
	}
	.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: 0.5em;
		transform: rotate(90deg);
	}
	.x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__link-carat {
		transform: rotate(0deg);
	}
}

/*
.x-transfigure-navigation__content {
	padding-top: 1em;
	padding-bottom: 1em;
}
*/

.x-transfigure-navigation .c-navigation__link {
	font-weight: 600;
	color: #434343;
}

.x-transfigure-navigation .c-navigation__link:hover {
	box-shadow: none;
}

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

/* ==========================================================================
   EXTENSIONS / FACETS / FACETS
   ========================================================================== */
.x-facet-set__trigger {
	display: none;
}

.x-facet-set__label.x-collapsible-content__toggle {
	padding-bottom: 0.5em;
	font-size: 0.875rem;
	font-weight: 600;
	text-transform: uppercase;
}

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

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

.x-facet-set .c-form-checkbox {
	font-size: 14px;
}
.x-facet-set label:hover {
	color: #010101;
}
.x-facet-set--count {
	color: #ccc;
	font-weight: 400;
	margin-left: 0.5em;
}

/* ==========================================================================
   EXTENSIONS / FASTEN HEADER / FASTEN HEADER
   ========================================================================== */
.x-fasten-header {
	display: none;
}

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

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

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

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

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

/* ==========================================================================
   EXTENSIONS / CONTACT / CONTACT
   ========================================================================== */
.x-contact-form .is-required span {
	color: #ee0020;
}

/* ==========================================================================
   EXTENSIONS / REVIEWS
   ========================================================================== */
/**

/* ------------------------ =Form Template------------------------ */
.tgr_rating {
    float: none;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    line-height: 1;
}
.tgr_rating_container {
    display: inline-block;
    width: 100%;
}
.tgr-stars label {
    color: #ccc;
    font-size: 1.5rem;
    cursor: pointer;
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
}
.tgr_rating > input { display: none; } 
.tgr_rating > label {
    font-size: 32px;
    color: #ddd; 
    float: right;
    cursor: pointer;
}

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

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

.tgreviews_prod-display {
    padding-top: 1rem;
}
.tgreviews__form-row {
    clear: both;
    margin-bottom: 10px;
}
.tgreviews__form-label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.83rem;
}
.tgreviews__form-label-product-name {
    font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.25;
}
.tgreviews__form-checkboxlabel {
    font-size: 1rem;
    cursor: pointer
}
.tgreviews__form-info {
    font-weight: normal !important;
    text-transform: none !important;
    font-size: 0.83rem;
}
.tgreviews__form-input,
.tgreviews__form-textarea {
    padding: 0.5rem 0.75rem;
}
.tgreviews__form-input,
.tgreviews__form-textarea,
.tgreviews__form-submit {
    width: 100%;
    font-size: 0.8rem;
    border: 1px solid #cccccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.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-weight: bold;
    font-size: 0.83rem;
    text-transform: uppercase;
}
.tgreviews__form ::-moz-placeholder {
    font-weight: bold;
    font-size: 0.83rem;
    text-transform: uppercase;
}
.tgreviews__form :-ms-input-placeholder {
    font-weight: bold;
    font-size: 0.83rem;
    text-transform: uppercase;
}
.tgreviews__form :-moz-placeholder {
    font-weight: bold;
    font-size: 0.83rem;
    text-transform: uppercase;
}
.tgreviews__form ::placeholder {
    font-weight: bold;
    font-size: 0.83rem;
    text-transform: uppercase;
}

.tgreviews__form-breaker {
    height: 1.5rem;
    clear: left;
}
.tgreviews__form-submit {
    border: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    /* padding: 1rem 1.25rem; */
}
/*
.tgreviews__form-row input[type="checkbox"] {
    position: relative;
    visibility: hidden;
    margin-right: 0.35rem;
}
.tgreviews__form-row input[type="checkbox"]:before {
    content: "";
    height: 11px;
    width: 11px;
    padding: 1px;
    outline: 1px solid #cccccc;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
}
.tgreviews__form-row input[type="checkbox"]:checked:before {
    background: #cccccc;
}
*/


/*
------------------------ =Reviews Template------------------------ */
.tgreivews-breaker {
    height: 1.5rem;
    clear: left;
}
@media screen and (min-width: 900px) {
    .t-page-prod .prodStarsContainer .tgreviews {
        margin-right: 4em;
    }
}
.tgreviews {
    /*width: 500px;*/
    max-width: 100%;
}
.prodStarsContainer {
    line-height: 1;
}

.tgreviews div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tgreviews-average-overlay {
    overflow: hidden;
    position: absolute;
    top: -4px;
    left: 0;
    white-space: nowrap;
    color: #000; 
}
.tgreviews-breakdown {
    clear: left;
}
.tgreviews-breakdown__rating,
.tgreviews-breakdown__count {
    -webkit-flex:0 0 auto;
    -moz-flex:0 0 auto;
    -ms-flex:0 0 auto;
    -o-flex:0 0 auto;
    flex:0 0 auto;
}
.tgreviews-breakdown__rating {
    text-align: right;
}
.tgreviews-breakdown__percent {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;

}
.tgreviews-breakdown__percentage {
    height: 5px;
    background: #ccc;
    position: relative;
    margin-top: 5px;
}
.tgreviews-breakdown__percentage-overlay {
    background: #ffdd00;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
}
.tgreviews-breakdown__rating,
.tgreviews-breakdown__percent,
.tgreviews-breakdown__count {
    float: left;
    padding: 2px 5px;
}
.tgreviews-breakdown__star {
    -webkit-transform: rotateZ(100deg);
    transform: rotateZ(100deg);
}
.tgreviews-half {
    float: left;
    width: 50%;
}
.tgreviews-sorting,
.tgreviews-breakdown,
.tgreviews-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.tgreviews-label,
.tgreviews-pagination-label {
    font-size: 0.83rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 1rem;
}
.tgreviews-label {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -o-flex: 0 0 auto;
    flex: 0 0 auto;
}
.tgreviews-select {
    /*padding: 0.75rem 1rem;*/
    font-size: 0.83rem;
    border: 1px solid #cccccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
    color:#4d4d4d;
}
@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,
.tgreviews-average__star-overlay {
    position: relative;
    color: rgba(0,0,0,0.2);
}
.tgreviews-average__star {
    font-size: 1.25rem;
    display: inline-block;
    position: relative;
}
.tgreviews-average__star-overlay {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffdd00;
    overflow: hidden;
}
.tgreviews-average__text {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.83rem;
}
.tgreviews-review {
    border-bottom: 1px solid #ccc;
    line-height: 1.5;
}
.tgreviews-rating-title {
    margin-bottom: 0.25rem;
    position: relative;
    clear: both;
    line-height: 1;
}
.tgreviews-verified-buyer {
    font-size: 0.83rem;
    font-weight: bold;
    text-transform: uppercase;
}
.tgreviews-rating-stars {
    font-size: 1.5rem;
    color: #ffdd00;
}

.tgreviews-review__rating {
    padding: 2px 5px;
    font-size: 0.83rem;
    border: 1px solid #ccc;
    margin-right: 0.5rem;
}
.tgreviews-review__user {
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
    font-style: italic;
}
.tgreviews-review__additionalfields {
    margin: 0.5rem 0;
}
.tgreviews-review__addlfield-label {
    font-weight: bold;
}
.tgreviews-review__title {
    float: none;
    font-weight: bold;
    position: relative;
}
.tgreviews-review__rating-info {
    float:none;
}
.tgreviews-rating-title:before,
.tgreviews-rating-title:after {
    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;
    /* margin-bottom: 2em; */
}

.tgreviews__no-reviews {
    margin-top: 0.5rem;
    font-size: 0.9rem;
}

@media screen and (min-width: 480px) {
    .tgreviews-average__star,
    .tgreviews-rating-stars {
        font-size: 2rem;
    }
    .tgreviews-review__title {
        float: left;
        font-weight: bold;
        position: relative;
        top: 0.75em;
    }
    .tgreviews-review__rating-info {
        float:right;
        line-height: 1;
    }
}

/* PROD - Responsive Padding Adjustment */
@media screen and (max-width: 1366px) {
    .t-product-reviews__container {
        margin: 0 1em;
    }
}

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

/* GDPR */
.cc-window{opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{-webkit-transition:transform 1s ease;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease}.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top{-webkit-transform:translateY(0);transform:translateY(0)}.cc-animate.cc-revoke.cc-active.cc-bottom{-webkit-transform:translateY(0);transform:translateY(0)}.cc-revoke:hover{-webkit-transform:translateY(0);transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-webkit-box-flex:1;-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-webkit-box-flex:0;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

/* Slick */
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{z-index:1;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-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)}.slick-track{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-initialized .slick-slide,.slick-slide img{display:block}.slick-arrow.slick-hidden,.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}button.slick-arrow{z-index:3}
.slick-dots li,.slick-dots li button{cursor:pointer;width:1rem;height:1rem}.slick-loading .slick-list{background:url('/mm5/themes/00000001/shadows/extensions/slick/ajax-loader.gif') center center no-repeat #fff}.slick-dots li button,.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;background:0 0;outline:0}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url('/mm5/themes/00000001/shadows/extensions/slick/fonts/slick.eot');src:url('/mm5/themes/00000001/shadows/extensions/slick/fonts/slick.eot?#iefix') format('embedded-opentype'),url('/mm5/themes/00000001/shadows/extensions/slick/fonts/slick.woff') format('woff'),url('/mm5/themes/00000001/shadows/extensions/slick/fonts/slick.ttf') format('truetype'),url('/mm5/themes/00000001/shadows/extensions/slick/fonts/slick.svg#slick') format('svg')}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:3rem;height:3rem;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;border:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before,.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:3rem;line-height:1;opacity:.75;color:#000;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-.25rem}[dir=rtl] .slick-prev{right:-.25rem;left:auto}.slick-prev:before,[dir=rtl] .slick-next:before{content:'←'}.slick-next:before,[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-.25rem}[dir=rtl] .slick-next{right:auto;left:-.25rem}.slick-dotted.slick-slider{margin-bottom:2.5rem}.slick-dots{position:absolute;bottom:-2rem;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 .25rem;padding:0}.slick-dots li button{font-size:0;line-height:0;display:block;padding:.25rem;border:0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:before{font-family:slick;font-size:1rem;line-height:1rem;position:absolute;top:0;left:0;width:1rem;height:1rem;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slide{padding:1rem}.slick-initialized .slideFix:nth-child(2),.slideFix:first-child{display:block}.slick-initialized .heroPreload,.slideFix:nth-child(2){display:none}
