@import "/content/skins/marketing/mobile/shared.css";
/*! jQuery UI - v1.12.1 - 2021-08-06
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, dialog.css, spinner.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/content/themes/base/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/content/themes/base/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/content/themes/base/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/content/themes/base/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/content/themes/base/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/content/themes/base/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/content/themes/base/images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

.lazyframe{position:relative;background-color:currentColor;background-repeat:no-repeat;background-size:cover;background-position:center}.lazyframe__title{position:absolute;top:0;right:0;left:0;padding:15px 17px;z-index:3}.lazyframe__title::after{z-index:-1}.lazyframe:hover{cursor:pointer}.lazyframe::before{display:block;content:"";width:100%;padding-top:100%}.lazyframe[data-ratio="16:9"]::before{padding-top:56.25%}.lazyframe[data-ratio="4:3"]::before{padding-top:75%}.lazyframe[data-ratio="1:1"]::before{padding-top:100%}.lazyframe iframe{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;width:100%;height:100%}.lazyframe[data-vendor="youtube"],.lazyframe[data-vendor="youtube_nocookie"]{background-color:#e52d27;font-family:Roboto, Arial, Helvetica, sans-serif}.lazyframe[data-vendor="youtube"] .lazyframe__title,.lazyframe[data-vendor="youtube_nocookie"] .lazyframe__title{color:#eee;font-family:Roboto, Arial, Helvetica, sans-serif;font-size:18px;text-shadow:rgba(0,0,0,0.498039) 0 0 2px;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:color 0.1s cubic-bezier(0.4, 0, 1, 1)}.lazyframe[data-vendor="youtube"] .lazyframe__title:hover,.lazyframe[data-vendor="youtube_nocookie"] .lazyframe__title:hover{color:#fff}.lazyframe[data-vendor="youtube"] .lazyframe__title::before,.lazyframe[data-vendor="youtube_nocookie"] .lazyframe__title::before{content:"";display:block;background:linear-gradient(rgba(0,0,0,0.2), transparent);height:98px;width:100%;pointer-events:none;position:absolute;top:0;left:0;right:0;z-index:-1;-webkit-tap-highlight-color:rgba(0,0,0,0)}.lazyframe[data-vendor="youtube"]::before,.lazyframe[data-vendor="youtube_nocookie"]::before{padding-top:56.25%}.lazyframe[data-vendor="youtube"]::after,.lazyframe[data-vendor="youtube_nocookie"]::after{content:"";position:absolute;left:50%;top:50%;width:68px;height:48px;margin-left:-34px;margin-top:-24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%231F1F1F' d='M255.7 446.3c-53.3.3-106.6-.4-159.8-3.3-17.4-1-34.7-2.5-50.4-11C35 426.3 27 418.4 22 407.2 13.2 388.6 10.5 369 9 349c-3.4-41.3-3.6-82.6-1.8-123.8 1-22 1.6-44 6.8-65.5 2-8.4 5-16.6 8.8-24.4C32 117 48 108 67.3 104c16.2-3 32.8-3 49.3-3.7 56-2.3 112-3.5 168-3 43 .6 86.2 1.7 129.3 4 13.2.6 26.6.8 39.3 5.5 17.2 6.4 30 17.2 37 34.7 6.6 16.8 9.2 34.2 10.6 52 3.8 48.7 4 97.3.7 146-1 16.3-2.2 32.7-6.5 48.8-9.7 37-32.8 51.5-66.7 53.8-36.2 2.5-72.5 3.8-108.8 4.3-21.3.2-42.7 0-64 0zM203.2 344L348 264.7l-144.8-79.3V344z'/%3E%3Cpath fill='%23FEFDFD' d='M203.2 344V185.5L348 264.8 203.2 344z'/%3E%3C/svg%3E");background-position:center center;background-size:100%;background-repeat:no-repeat;opacity:.81;border:none;z-index:4}.lazyframe[data-vendor="youtube"]:hover::after,.lazyframe[data-vendor="youtube_nocookie"]:hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23DD2C28' d='M255.7 446.3c-53.3.3-106.6-.4-159.8-3.3-17.4-1-34.7-2.5-50.4-11C35 426.3 27 418.4 22 407.2 13.2 388.6 10.5 369 9 349c-3.4-41.3-3.6-82.6-1.8-123.8 1-22 1.6-44 6.8-65.5 2-8.4 5-16.6 8.8-24.4C32 117 48 108 67.3 104c16.2-3 32.8-3 49.3-3.7 56-2.3 112-3.5 168-3 43 .6 86.2 1.7 129.3 4 13.2.6 26.6.8 39.3 5.5 17.2 6.4 30 17.2 37 34.7 6.6 16.8 9.2 34.2 10.6 52 3.8 48.7 4 97.3.7 146-1 16.3-2.2 32.7-6.5 48.8-9.7 37-32.8 51.5-66.7 53.8-36.2 2.5-72.5 3.8-108.8 4.3-21.3.2-42.7 0-64 0zM203.2 344L348 264.7l-144.8-79.3V344z'/%3E%3Cpath fill='%23FEFDFD' d='M203.2 344V185.5L348 264.8 203.2 344z'/%3E%3C/svg%3E");opacity:1}.lazyframe[data-vendor="vimeo"]{background-color:#00adef}.lazyframe[data-vendor="vimeo"] .lazyframe__title{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;color:#00adef;font-size:20px;font-weight:700;text-rendering:optimizeLegibility;user-select:none;-webkit-font-smoothing:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0.5)}.lazyframe[data-vendor="vimeo"]::before{padding-top:48.25%}.lazyframe[data-vendor="vimeo"]::after{content:"";height:40px;width:65px;display:block;bottom:10px;left:10px;z-index:3;background-color:rgba(0,0,0,0.5);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' baseProfile='tiny' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M7.765 16.89l8.47-4.89-8.47-4.89'/%3E%3C/svg%3E");background-position:center center;background-size:100% 100%;background-repeat:no-repeat;border-radius:5px;position:relative}.lazyframe[data-vendor="vimeo"]:hover::after{background-color:#00adef}

/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, Font Awesome 6 Pro);
  font-weight: var(--fa-style, 900);
}
.fa,
.fas,
.fa--solid,
.far,
.fa--regular,
.fal,
.fa--light,
.fat,
.fa--thin,
.fad,
.fa--duotone,
.fab,
.fa--brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.280, 0.840, 0.420, 1));
}
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4,0,.6,1));
}
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4,0,.6,1));
}
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%,
  90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--#{$fa-css-prefix}-bounce-start-scale-x, 1.1),var(--#{$fa-css-prefix}-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--#{$fa-css-prefix}-bounce-jump-scale-x, 0.9),var(--#{$fa-css-prefix}-bounce-jump-scale-y, 1.1)) translateY(var(--#{$fa-css-prefix}-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--#{$fa-css-prefix}-bounce-land-scale-x, 1.05),var(--#{$fa-css-prefix}-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1,1) translateY(var(--#{$fa-css-prefix}-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%,
  100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%,
  24% {
    transform: rotate(-18deg);
  }
  12%,
  28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%,
  100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-angle-down::before {
  content: "\f107";
}
.fa-angle-left::before {
  content: "\f104";
}
.fa-angle-right::before {
  content: "\f105";
}
.fa-angle-up::before {
  content: "\f106";
}
.fa-arrow-left::before {
  content: "\f060";
}
.fa-arrow-rotate-left::before {
  content: "\f0e2";
}
.fa-arrow-left-rotate::before {
  content: "\f0e2";
}
.fa-arrow-rotate-back::before {
  content: "\f0e2";
}
.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}
.fa-undo::before {
  content: "\f0e2";
}
.fa-asterisk::before {
  content: "\2a";
}
.fa-bag-shopping::before {
  content: "\f290";
}
.fa-shopping-bag::before {
  content: "\f290";
}
.fa-bars::before {
  content: "\f0c9";
}
.fa-navicon::before {
  content: "\f0c9";
}
.fa-blog::before {
  content: "\f781";
}
.fa-bookmark::before {
  content: "\f02e";
}
.fa-box-dollar::before {
  content: "\f4a0";
}
.fa-box-usd::before {
  content: "\f4a0";
}
.fa-calendar-check::before {
  content: "\f274";
}
.fa-calendar-xmark::before {
  content: "\f273";
}
.fa-calendar-times::before {
  content: "\f273";
}
.fa-caret-down::before {
  content: "\f0d7";
}
.fa-caret-up::before {
  content: "\f0d8";
}
.fa-cart-shopping::before {
  content: "\f07a";
}
.fa-shopping-cart::before {
  content: "\f07a";
}
.fa-certificate::before {
  content: "\f0a3";
}
.fa-check::before {
  content: "\f00c";
}
.fa-chevron-down::before {
  content: "\f078";
}
.fa-chevron-right::before {
  content: "\f054";
}
.fa-chevron-up::before {
  content: "\f077";
}
.fa-circle::before {
  content: "\f111";
}
.fa-circle-arrow-right::before {
  content: "\f0a9";
}
.fa-arrow-circle-right::before {
  content: "\f0a9";
}
.fa-circle-dollar::before {
  content: "\f2e8";
}
.fa-dollar-circle::before {
  content: "\f2e8";
}
.fa-usd-circle::before {
  content: "\f2e8";
}
.fa-circle-exclamation::before {
  content: "\f06a";
}
.fa-exclamation-circle::before {
  content: "\f06a";
}
.fa-circle-info::before {
  content: "\f05a";
}
.fa-info-circle::before {
  content: "\f05a";
}
.fa-circle-question::before {
  content: "\f059";
}
.fa-question-circle::before {
  content: "\f059";
}
.fa-circle-user::before {
  content: "\f2bd";
}
.fa-user-circle::before {
  content: "\f2bd";
}
.fa-circle-xmark::before {
  content: "\f057";
}
.fa-times-circle::before {
  content: "\f057";
}
.fa-xmark-circle::before {
  content: "\f057";
}
.fa-clock-rotate-left::before {
  content: "\f1da";
}
.fa-history::before {
  content: "\f1da";
}
.fa-comment-dots::before {
  content: "\f4ad";
}
.fa-commenting::before {
  content: "\f4ad";
}
.fa-comment-sms::before {
  content: "\f7cd";
}
.fa-sms::before {
  content: "\f7cd";
}
.fa-comments::before {
  content: "\f086";
}
.fa-credit-card::before {
  content: "\f09d";
}
.fa-credit-card-alt::before {
  content: "\f09d";
}
.fa-dollar-sign::before {
  content: "\24";
}
.fa-dollar::before {
  content: "\24";
}
.fa-usd::before {
  content: "\24";
}
.fa-dolly::before {
  content: "\f472";
}
.fa-dolly-box::before {
  content: "\f472";
}
.fa-envelope::before {
  content: "\f0e0";
}
.fa-envelope-open::before {
  content: "\f2b6";
}
.fa-file-invoice-dollar::before {
  content: "\f571";
}
.fa-folders::before {
  content: "\f660";
}
.fa-globe::before {
  content: "\f0ac";
}
.fa-grid::before {
  content: "\e195";
}
.fa-grid-3::before {
  content: "\e195";
}
.fa-list::before {
  content: "\f03a";
}
.fa-list-squares::before {
  content: "\f03a";
}
.fa-lock::before {
  content: "\f023";
}
.fa-magnifying-glass::before {
  content: "\f002";
}
.fa-search::before {
  content: "\f002";
}
.fa-message-lines::before {
  content: "\f4a6";
}
.fa-comment-alt-lines::before {
  content: "\f4a6";
}
.fa-minus::before {
  content: "\f068";
}
.fa-subtract::before {
  content: "\f068";
}
.fa-mobile::before {
  content: "\f3ce";
}
.fa-mobile-android::before {
  content: "\f3ce";
}
.fa-mobile-phone::before {
  content: "\f3ce";
}
.fa-pause::before {
  content: "\f04c";
}
.fa-pen-to-square::before {
  content: "\f044";
}
.fa-edit::before {
  content: "\f044";
}
.fa-phone::before {
  content: "\f095";
}
.fa-plane::before {
  content: "\f072";
}
.fa-play::before {
  content: "\f04b";
}
.fa-plus::before {
  content: "\2b";
}
.fa-add::before {
  content: "\2b";
}
.fa-power-off::before {
  content: "\f011";
}
.fa-rectangle-xmark::before {
  content: "\f410";
}
.fa-rectangle-times::before {
  content: "\f410";
}
.fa-times-rectangle::before {
  content: "\f410";
}
.fa-window-close::before {
  content: "\f410";
}
.fa-road::before {
  content: "\f018";
}
.fa-screwdriver-wrench::before {
  content: "\f7d9";
}
.fa-tools::before {
  content: "\f7d9";
}
.fa-signal-bars::before {
  content: "\f690";
}
.fa-signal-alt::before {
  content: "\f690";
}
.fa-signal-alt-4::before {
  content: "\f690";
}
.fa-signal-bars-strong::before {
  content: "\f690";
}
.fa-sliders::before {
  content: "\f1de";
}
.fa-sliders-h::before {
  content: "\f1de";
}
.fa-spinner::before {
  content: "\f110";
}
.fa-square::before {
  content: "\f0c8";
}
.fa-square-check::before {
  content: "\f14a";
}
.fa-check-square::before {
  content: "\f14a";
}
.fa-square-minus::before {
  content: "\f146";
}
.fa-minus-square::before {
  content: "\f146";
}
.fa-star::before {
  content: "\f005";
}
.fa-stop::before {
  content: "\f04d";
}
.fa-store::before {
  content: "\f54e";
}
.fa-tags::before {
  content: "\f02c";
}
.fa-thumbs-down::before {
  content: "\f165";
}
.fa-thumbs-up::before {
  content: "\f164";
}
.fa-trash-can::before {
  content: "\f2ed";
}
.fa-trash-alt::before {
  content: "\f2ed";
}
.fa-triangle-exclamation::before {
  content: "\f071";
}
.fa-exclamation-triangle::before {
  content: "\f071";
}
.fa-warning::before {
  content: "\f071";
}
.fa-truck::before {
  content: "\f0d1";
}
.fa-truck-fast::before {
  content: "\f48b";
}
.fa-shipping-fast::before {
  content: "\f48b";
}
.fa-turn-up::before {
  content: "\f3bf";
}
.fa-level-up-alt::before {
  content: "\f3bf";
}
.fa-user::before {
  content: "\f007";
}
.fa-video::before {
  content: "\f03d";
}
.fa-video-camera::before {
  content: "\f03d";
}
.fa-wrench::before {
  content: "\f0ad";
}
.fa-xmark::before {
  content: "\f00d";
}
.fa-close::before {
  content: "\f00d";
}
.fa-multiply::before {
  content: "\f00d";
}
.fa-remove::before {
  content: "\f00d";
}
.fa-times::before {
  content: "\f00d";
}
/* Add in all the icon support */
/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root,
:host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/content/fa-trimmed-v8/webfonts/fa-solid-900.woff2') format('woff2');
}
.fa,
.fas,
.fa-solid {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
}
/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root,
:host {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/content/fa-trimmed-v8/webfonts/fa-regular-400.woff2') format('woff2');
}
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root,
:host {
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url('/content/fa-trimmed-v8/webfonts/fa-light-300.woff2') format('woff2');
}
.fal,
.fa-light {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
}
/*!
 * Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/content/fa-trimmed-v8/webfonts/fa-brands-400.woff2') format('woff2');
}
.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-strava:before {
  content: "\f428";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-youtube:before {
  content: "\f167";
}

/*Amain color palette*/
/*mixins*/
button {
  border: none;
}
body.hide-content #wrapper {
  display: none;
}
body.hide-content .ui-widget-overlay {
  background: white;
  opacity: 1;
}
.ui-widget-header {
  border: none;
  border-radius: 0;
}
.newsletter-options .forminput > div:nth-child(1) label,
#vip .forminput > div:nth-child(1) label {
  margin-bottom: 4px;
  display: block !important;
}
.newsletter-options .forminput > div:nth-child(2) input[type=text],
#vip .forminput > div:nth-child(2) input[type=text] {
  margin-bottom: 0.5em;
}
.newsletter-options .forminput > div:nth-child(2) input[type=text].input-validation-error,
#vip .forminput > div:nth-child(2) input[type=text].input-validation-error {
  border: 1px solid #a2081d;
}
.newsletter-options .forminput > div:nth-child(3),
#vip .forminput > div:nth-child(3) {
  text-align: right;
  margin-top: 0.5em;
}
.newsletter-options .forminput > div:nth-child(3) input[type=checkbox],
#vip .forminput > div:nth-child(3) input[type=checkbox] {
  margin-top: 0;
}
@media screen and (orientation: landscape) {
  .newsletter-options .forminput,
  #vip .forminput {
    margin-bottom: 0.5em;
  }
  .newsletter-options .forminput > div:nth-child(1),
  #vip .forminput > div:nth-child(1) {
    display: inline-block;
    width: calc(20vw - 4px -  1em );
    margin-right: 1em;
    text-align: right;
    vertical-align: middle;
  }
  .newsletter-options .forminput > div:nth-child(2),
  #vip .forminput > div:nth-child(2) {
    display: inline-block;
    width: calc(80vw - 4px -  1em );
    vertical-align: middle;
  }
  .newsletter-options .forminput > div:nth-child(2) input[type=text],
  #vip .forminput > div:nth-child(2) input[type=text] {
    margin-bottom: 0;
  }
}
.newsletter-options .newslettersignup,
#vip .newslettersignup {
  padding-top: 0.5em;
}
.newsletter-options form,
#vip form {
  padding: 0 0.5em;
}
.newsletter-options .prefs-saved,
#vip .prefs-saved,
.newsletter-options .vip-saved,
#vip .vip-saved {
  color: #33BA09;
  font-weight: bold;
  padding: 0 0 0.5em;
}
.newsletter-options .mainRed,
#vip .mainRed {
  color: #a2081d;
  margin-bottom: 0.5em;
}
.newsletter-options .forminput,
#vip .forminput {
  padding-bottom: 1em;
}
.newsletter-options .forminput > div,
#vip .forminput > div {
  margin-right: -4px;
  display: inline-block;
  vertical-align: top;
}
.newsletter-options .forminput > div a,
#vip .forminput > div a {
  text-decoration: underline;
}
.newsletter-options .forminput > div:nth-child(1),
#vip .forminput > div:nth-child(1) {
  width: 85%;
  padding-right: 1em;
  box-sizing: border-box;
}
.newsletter-options .forminput > div:nth-child(1) > label,
#vip .forminput > div:nth-child(1) > label {
  font-weight: normal;
}
.newsletter-options .forminput > div:nth-child(2),
#vip .forminput > div:nth-child(2) {
  width: 15%;
  text-align: right;
}
@media screen and (orientation: landscape) {
  .newsletter-options .forminput > div:nth-child(1),
  #vip .forminput > div:nth-child(1) {
    text-align: left;
    margin-right: -4px;
  }
}
.newsletter-options h3 + label,
#vip h3 + label {
  font-weight: normal;
}
#infopage {
  padding: 0 0 1em;
}
#infopage img {
  max-width: 100%;
}
#infopage .pageHeading,
#infopage h1 {
  font-weight: bold;
  padding: 1em;
  text-align: center;
  margin: 0 -1em 1em;
  background: #E8E9EA;
}
#infopage .page-block:first-child {
  padding-top: 0;
}
#infopage p {
  padding: 0 0 2em;
}
#infopage .shopblock {
  margin-top: 1em;
  padding: 1em 0;
  border-top: 3px dotted #c2c4c6;
}
#infopage .shopblock img {
  margin: auto;
  text-align: center;
  display: block;
  margin-bottom: 1em;
}
#infopage .shopblock:first-of-type {
  border: none;
}
#infopage #storelocations .section {
  padding-top: 8px;
  border-top: 3px dotted #c2c4c6;
  border-bottom: none;
}
#infopage #storelocations .section table {
  width: 100% !important;
}
#infopage #storelocations .section table th {
  font-weight: bold;
  text-align: left;
}
#infopage #storelocations .section iframe {
  width: 100%;
  float: none;
}
#infopage #storelocations .section.cyclesport table {
  margin-bottom: 1em;
}
#infopage #storelocations .section.cyclesport table td {
  vertical-align: top;
}
#infopage #storelocations .section.cyclesport table td:first-child {
  width: 50%;
}
#infopage #storelocations .section.cyclesport table td:last-child {
  width: auto;
}
#infopage #storelocations .section.cyclesport table td:last-child img {
  width: 100%;
  height: auto;
  max-width: initial;
}
#infopage #storelocations .infoBoxContents {
  padding: 1em;
  margin-bottom: 1em;
  width: initial;
}
#infopage #storelocations .infoBoxContents p {
  padding: initial;
}
#infopage #storelocations .infoBoxContents ul {
  margin: 1em 0 1em 2em;
}
#infopage #aboutus p {
  line-height: initial;
  text-align: left !important;
  margin: 0;
}
#infopage #aboutus .imageblock {
  text-align: center;
  margin: 0;
}
#infopage #aboutus .imageblock.first {
  max-width: 100%;
  height: auto;
  margin: 0;
}
#infopage #aboutus .imageblock.second {
  margin: 1em auto 0;
  display: block;
}
#infopage #aboutus .imageblock .caption {
  margin-bottom: 2em;
  display: block;
}
#infopage #aboutus img {
  width: 98%;
  text-align: center;
  margin: 0 auto 2em;
  display: block;
}
#infopage #aboutus img.imageleft,
#infopage #aboutus img.imageright {
  float: none;
}
#infopage #aboutus table {
  width: 100%;
  margin: 0;
}
#infopage #aboutus table table {
  display: none;
}
#infopage #productreturns p {
  padding-bottom: 1em;
}
#infopage #productreturns table {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
#infopage #productreturns table tr {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
#infopage #productreturns table th,
#infopage #productreturns table td {
  display: inline-block;
  width: calc(100% -  3em );
  height: 10vw;
  padding: 1em;
  text-align: left;
}
#infopage #productreturns table th:first-child,
#infopage #productreturns table td:first-child {
  height: 5vw;
  background: black;
  color: white;
}
#error404,
#error500 {
  text-align: center;
}
#error404 h3,
#error500 h3 {
  font-weight: bold;
  padding-top: 1em;
}
#error404 img,
#error500 img {
  max-width: 100%;
  height: auto;
}
#error404 .page-block,
#error500 .page-block {
  padding-top: 30px;
  padding-bottom: 30px;
}
#brandlistpage .allbrands .page-block {
  padding: 0;
}
#brandlistpage .allbrands .page-block .lettergroup {
  background: #2E3A47;
  color: white;
  display: table;
  width: 100%;
}
#brandlistpage .allbrands .page-block .lettergroup .label {
  display: table-cell;
  width: 50%;
  padding: 1em;
}
#brandlistpage .allbrands .page-block .lettergroup .top {
  display: table-cell;
  text-align: right;
  padding: 1em;
  text-decoration: underline;
}
#brandlistpage .allbrands .page-block .brandsgroup {
  padding: 0.5em;
  box-sizing: border-box;
  display: table;
  margin: auto;
  text-align: center;
}
#brandlistpage .allbrands .page-block .brandsgroup .branditem {
  padding: 0.25em;
  margin: 0.25em;
  height: 170px;
  width: 170px;
  display: inline-block;
  border: 1px solid #c2c4c6;
  vertical-align: top;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 414px) {
  #brandlistpage .allbrands .page-block .brandsgroup .branditem {
    width: calc(50% -  1.5em );
    min-width: 130px;
  }
}
#brandlistpage .allbrands .page-block .brandsgroup .branditem a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#brandlistpage .allbrands .page-block .brandsgroup .branditem img {
  max-height: calc(130px -  2em );
  max-width: calc(130px -  0.5em );
  height: auto;
  width: auto;
  margin: 0.5em auto 0.5em auto;
}
#brandlistpage .allbrands .page-block .brandsgroup .branditem span {
  word-break: break-all;
  display: block;
}
#brandlistpage .allbrands .page-block .brandsgroup .branditem img,
#brandlistpage .allbrands .page-block .brandsgroup .branditem span {
  clear: both;
  font-weight: bold;
}
#reviews {
  border-bottom: 1px solid #c2c4c6;
}
#reviews .bottom-navigation {
  margin: 1em;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}
#reviews .bottom-navigation > div {
  margin-bottom: 1em;
}
#reviews .bottom-navigation > div:nth-child(1) {
  order: 2;
}
#reviews .bottom-navigation > div:nth-child(2) {
  order: 0;
}
#reviews .bottom-navigation > div:nth-child(3) {
  order: 1;
}
#reviews .reviews {
  padding-top: 1em;
}
#reviews:first-child {
  padding-top: 0;
}
#reviews .review-header .review-username,
#reviews .review-header .verified,
#reviews .review-header .edit-review {
  display: inline-block;
}
#reviews .review-header .review-username {
  font-weight: bold;
}
#reviews .review-header .verified {
  font-size: 80%;
  margin: 0 1em 0 0;
}
#reviews .review-header .verified i {
  color: #33BA09;
  margin-right: 2px;
}
#reviews .reviewdate {
  margin-bottom: 1em;
  font-size: 80%;
}
#reviews .variantreviewed {
  margin-bottom: 1em;
  font-style: italic;
}
#reviews .review-body {
  margin-bottom: 2em;
}
#reviews .review-footer {
  margin-bottom: 2em;
}
#reviews .fa {
  height: 6vw;
}
#reviews .helpful {
  font-weight: bold;
}
#reviews #paginatorbottomview {
  border-top: 1px solid #c2c4c6;
  border-bottom: 1px solid #c2c4c6;
  padding: 0.5em 0;
}
#reviews #paginatorbottomview a {
  background: #2E3A47;
  padding: 1em;
  border-radius: 3px;
  margin-right: 0.5em;
  color: white;
}
#reviews #paginatorbottomview a.currentpage,
#reviews #paginatorbottomview a.prev,
#reviews #paginatorbottomview a.next {
  background: white;
  color: black;
}
#reviews #paginatorbottomview a.currentpage.disabled,
#reviews #paginatorbottomview a.prev.disabled,
#reviews #paginatorbottomview a.next.disabled {
  color: #c2c4c6;
}
#review .pageHeading span {
  font-weight: normal;
}
#review .heading {
  margin-bottom: 0.5em;
}
#review .red,
#review .inputRequirement {
  font-weight: bold;
  color: #a2081d;
}
#review .green {
  font-weight: bold;
  color: #33BA09;
}
#review label {
  font-weight: bold;
}
#review .pageHeading span {
  display: block;
  margin-top: 1em;
}
#review .reviewer {
  margin-bottom: 1em;
}
#review .rating-scale {
  margin-bottom: 1em;
}
#review .rating-scale * {
  vertical-align: middle;
}
#review .rating-scale .stars svg {
  height: 30px;
  width: 30px;
}
#review .rating-scale #Rating {
  visibility: hidden;
  position: absolute;
}
#review .field-validation-error {
  display: block;
  padding: 0.5em 0;
}
#review .review-input textarea {
  height: 200px;
}
#review .not-translated {
  margin-bottom: 2em;
}
#review .bottom-navigation {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}
#review .bottom-navigation > div {
  margin-bottom: 1em;
}
#review .bottom-navigation > div:nth-child(1) {
  order: 1;
}
#review .bottom-navigation > div:nth-child(2) {
  order: 0;
}
#storelocation .fallback-layout a:not(.snap-css-button),
#storelocation .hosted-layout a:not(.snap-css-button) {
  text-decoration: underline;
}
#storelocation .fallback-layout .titlebar,
#storelocation .hosted-layout .titlebar {
  align-items: center;
  justify-content: center;
}
#storelocation .fallback-layout .titlebar + .page-block,
#storelocation .hosted-layout .titlebar + .page-block {
  padding-bottom: 0;
}
#storelocation .fallback-layout .titlebar + .page-block a:first-child,
#storelocation .hosted-layout .titlebar + .page-block a:first-child {
  margin-bottom: 1em;
}
#storelocation .fallback-layout .hours,
#storelocation .hosted-layout .hours {
  margin: 1em 0;
  border: 1px solid #E8E9EA;
  padding: 1em;
}
#storelocation .fallback-layout .hours table,
#storelocation .hosted-layout .hours table {
  width: 100%;
}
#storelocation .fallback-layout .hours table tr:nth-child(even),
#storelocation .hosted-layout .hours table tr:nth-child(even) {
  background: #E8E9EA;
}
#storelocation .fallback-layout .hours table tr td,
#storelocation .hosted-layout .hours table tr td {
  padding: 0.5em;
}
#storelocation .fallback-layout .welcome,
#storelocation .hosted-layout .welcome {
  margin: 0 0 1em;
}
#storelocation .fallback-layout .content,
#storelocation .hosted-layout .content {
  padding-bottom: 1em;
}
#storelocation .fallback-layout .content ul,
#storelocation .hosted-layout .content ul {
  margin: 2em 0 1em 2em;
}
#storelocation .fallback-layout .content ul li,
#storelocation .hosted-layout .content ul li {
  padding-bottom: 1em;
}
#storelocation .fallback-layout .contact,
#storelocation .hosted-layout .contact {
  display: table;
  width: 100%;
  margin: auto;
  padding: 1em 0;
}
#storelocation .fallback-layout .contact .details,
#storelocation .hosted-layout .contact .details {
  display: table-cell;
  margin-top: 1em;
  padding-right: 1em;
}
#storelocation .fallback-layout .contact .social,
#storelocation .hosted-layout .contact .social {
  display: table-cell;
  vertical-align: top;
}
#storelocation .fallback-layout .contact .social > a,
#storelocation .hosted-layout .contact .social > a {
  cursor: pointer;
  outline: none;
  display: block;
  height: 25px;
  width: 25px;
  vertical-align: middle;
  text-align: left;
  margin-bottom: 5px;
}
#storelocation .fallback-layout .contact .social > a i,
#storelocation .hosted-layout .contact .social > a i {
  font-size: 35px;
}
#storelocation .fallback-layout .main-image-wrapper,
#storelocation .hosted-layout .main-image-wrapper {
  margin: 0 -1em;
  text-align: center;
}
#storelocation .fallback-layout .buttons,
#storelocation .hosted-layout .buttons {
  max-width: 414px;
  margin: auto;
}
#storelocation .fallback-layout .buttons > span,
#storelocation .hosted-layout .buttons > span {
  margin-bottom: 0.5em;
  display: block;
}
#storelocation .fallback-layout .buttons + .page-block,
#storelocation .hosted-layout .buttons + .page-block {
  padding-top: 0;
}
#storelocation .fallback-layout #map,
#storelocation .hosted-layout #map {
  height: 420px;
  margin: 0 -1em 1em -1em;
}
#storelocation .fallback-layout #map iframe,
#storelocation .hosted-layout #map iframe {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#storelocation .fallback-layout .offer {
  padding: 1em;
  border: 1px solid #E8E9EA;
  margin-bottom: 2em;
  background: #e7f4e7;
}
#storelocation .fallback-layout .offer a {
  text-decoration: underline;
}
#storelocation .fallback-layout .welcome {
  font-weight: bold;
  margin-top: 1em;
}
#storelocation .fallback-layout .welcome_content {
  padding: 1em 0;
}
#storelocations #store-locator,
#zip-dialog #store-locator,
#stores-content #store-locator {
  display: flex;
  flex-direction: column;
}
#storelocations #store-locator #map,
#zip-dialog #store-locator #map,
#stores-content #store-locator #map {
  order: 1;
  height: 350px;
}
#storelocations #store-locator #map .gm-style-iw a:not(.snap-css-button),
#zip-dialog #store-locator #map .gm-style-iw a:not(.snap-css-button),
#stores-content #store-locator #map .gm-style-iw a:not(.snap-css-button) {
  text-decoration: underline;
  line-height: 20px;
}
#storelocations #store-locator #map .map-store,
#zip-dialog #store-locator #map .map-store,
#stores-content #store-locator #map .map-store {
  margin-top: 0.5em;
  padding: 1.5vw;
}
#storelocations #store-locator #map .map-store:not(.selected) > span:last-child,
#zip-dialog #store-locator #map .map-store:not(.selected) > span:last-child,
#stores-content #store-locator #map .map-store:not(.selected) > span:last-child {
  display: none;
}
#storelocations #store-locator #map .map-store.selected,
#zip-dialog #store-locator #map .map-store.selected,
#stores-content #store-locator #map .map-store.selected {
  background: transparent;
  margin: 1em 0 0;
  padding: 0;
  color: #33BA09;
  font-weight: bold;
  text-shadow: none;
  pointer-events: none;
  cursor: auto;
}
#storelocations #store-locator #map .map-store.selected > span:first-child,
#zip-dialog #store-locator #map .map-store.selected > span:first-child,
#stores-content #store-locator #map .map-store.selected > span:first-child {
  display: none;
}
#storelocations #store-locator #store-list,
#zip-dialog #store-locator #store-list,
#stores-content #store-locator #store-list {
  order: 3;
}
#storelocations #store-locator #store-list .store,
#zip-dialog #store-locator #store-list .store,
#stores-content #store-locator #store-list .store {
  margin: 0.5em 0;
  list-style-type: none;
}
#storelocations #store-locator #store-list .store h3,
#zip-dialog #store-locator #store-list .store h3,
#stores-content #store-locator #store-list .store h3 {
  font-weight: bold;
}
#storelocations #store-locator #store-list .store:first-child,
#zip-dialog #store-locator #store-list .store:first-child,
#stores-content #store-locator #store-list .store:first-child {
  margin-top: 0;
}
#storelocations #store-locator #store-list .store:nth-child(even),
#zip-dialog #store-locator #store-list .store:nth-child(even),
#stores-content #store-locator #store-list .store:nth-child(even) {
  background: #E8E9EA;
}
#storelocations #store-locator #store-list .store.selected,
#zip-dialog #store-locator #store-list .store.selected,
#stores-content #store-locator #store-list .store.selected {
  border: 2px solid #33BA09;
  margin: 0.5em;
}
#storelocations #store-locator #store-list .store h3,
#zip-dialog #store-locator #store-list .store h3,
#stores-content #store-locator #store-list .store h3 {
  padding: 1em;
}
#storelocations #store-locator #store-list .store > ul,
#zip-dialog #store-locator #store-list .store > ul,
#stores-content #store-locator #store-list .store > ul {
  padding: 0 1em 1em;
  list-style-type: none;
}
#storelocations #store-locator #store-list .store > ul > li.miles,
#zip-dialog #store-locator #store-list .store > ul > li.miles,
#stores-content #store-locator #store-list .store > ul > li.miles {
  font-style: italic;
}
#storelocations #store-locator #store-list .store > ul > li.profile a,
#zip-dialog #store-locator #store-list .store > ul > li.profile a,
#stores-content #store-locator #store-list .store > ul > li.profile a {
  text-decoration: underline;
}
#storelocations #store-locator #store-list .store > ul .snap-css-button,
#zip-dialog #store-locator #store-list .store > ul .snap-css-button,
#stores-content #store-locator #store-list .store > ul .snap-css-button {
  margin-top: 1em;
  text-decoration: none;
}
#storelocations #store-message,
#zip-dialog #store-message,
#stores-content #store-message {
  padding: 1em;
}
#storelocations .top #find-stores,
#zip-dialog .top #find-stores,
#stores-content .top #find-stores {
  margin: 0.5em;
}
#storelocations .top #find-stores > div label,
#zip-dialog .top #find-stores > div label,
#stores-content .top #find-stores > div label {
  font-weight: normal;
  width: inherit;
  font-size: 0.9em;
}
#storelocations .top #find-stores > div .citystate,
#zip-dialog .top #find-stores > div .citystate,
#stores-content .top #find-stores > div .citystate {
  position: relative;
  margin-bottom: 0.5em;
}
#storelocations .top #find-stores > div .citystate input[type="text"],
#zip-dialog .top #find-stores > div .citystate input[type="text"],
#stores-content .top #find-stores > div .citystate input[type="text"] {
  display: inline-block;
  vertical-align: bottom;
  padding-left: 1em;
  margin: 0 1px 0 0;
  box-sizing: border-box;
  width: 100%;
}
#storelocations .top #find-stores > div > div:nth-child(2),
#zip-dialog .top #find-stores > div > div:nth-child(2),
#stores-content .top #find-stores > div > div:nth-child(2) {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
}
#storelocations .top #find-stores > div > div:nth-child(2) label,
#zip-dialog .top #find-stores > div > div:nth-child(2) label,
#stores-content .top #find-stores > div > div:nth-child(2) label {
  width: 100%;
}
#storelocations .top #find-stores > div > div:nth-child(2) #radius,
#zip-dialog .top #find-stores > div > div:nth-child(2) #radius,
#stores-content .top #find-stores > div > div:nth-child(2) #radius {
  width: 45vw;
  margin-right: 0.5em;
}
#storelocations .top #find-stores > div > div:nth-child(2) button,
#zip-dialog .top #find-stores > div > div:nth-child(2) button,
#stores-content .top #find-stores > div > div:nth-child(2) button {
  background-color: #227fca;
  color: white;
  border: 1px solid 0;
  border-radius: 3px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-size: 100%;
  font-weight: bold;
  position: relative;
  margin: 0;
  clear: both;
  padding: 16px;
  width: 100%;
  max-width: 414px;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none !important;
  background: linear-gradient(to bottom, #2280ca 0px, #16588c 100%);
  width: calc(100% - ( 45vw  +  0.5em ));
  align-items: flex-end;
}
#storelocations .top #find-stores .instructions,
#zip-dialog .top #find-stores .instructions,
#stores-content .top #find-stores .instructions {
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
}
.error-message {
  color: #a2081d;
}
#manual-order .content {
  text-align: center;
}
#manual-order .content > div:first-child {
  padding-bottom: 0.5em;
}
#manual-order .content #customer-search-value {
  margin: 0.5em 0;
}
#manual-order .content > div:last-child {
  padding-top: 1em;
}
#manual-order .search-results {
  text-align: left;
  display: none;
  margin: 1em 0;
  width: 100%;
}
#manual-order .search-results > div {
  display: block;
  padding: 0.33333333em 0;
  border-bottom: 1px solid #c2c4c6;
}
#manual-order .search-results > div:first-child {
  display: none;
}
#manual-order .search-results > div:nth-child(2) {
  border-top: 1px solid #c2c4c6;
}
#manual-order .search-results > div:nth-child(even) {
  background: #f1f1f1;
}
#manual-order .search-results > div > div {
  display: block;
  padding: 0 0.5em;
  max-width: 100vw;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*Amain color palette*/
/*mixins*/
button {
  border: none;
}
body.hide-content #wrapper {
  display: none;
}
body.hide-content .ui-widget-overlay {
  background: white;
  opacity: 1;
}
.ui-widget-header {
  border: none;
  border-radius: 0;
}
.newsletter-options .forminput > div:nth-child(1) label,
#vip .forminput > div:nth-child(1) label {
  margin-bottom: 4px;
  display: block !important;
}
.newsletter-options .forminput > div:nth-child(2) input[type=text],
#vip .forminput > div:nth-child(2) input[type=text] {
  margin-bottom: 0.5em;
}
.newsletter-options .forminput > div:nth-child(2) input[type=text].input-validation-error,
#vip .forminput > div:nth-child(2) input[type=text].input-validation-error {
  border: 1px solid #a2081d;
}
.newsletter-options .forminput > div:nth-child(3),
#vip .forminput > div:nth-child(3) {
  text-align: right;
  margin-top: 0.5em;
}
.newsletter-options .forminput > div:nth-child(3) input[type=checkbox],
#vip .forminput > div:nth-child(3) input[type=checkbox] {
  margin-top: 0;
}
@media screen and (orientation: landscape) {
  .newsletter-options .forminput,
  #vip .forminput {
    margin-bottom: 0.5em;
  }
  .newsletter-options .forminput > div:nth-child(1),
  #vip .forminput > div:nth-child(1) {
    display: inline-block;
    width: calc(20vw - 4px -  1em );
    margin-right: 1em;
    text-align: right;
    vertical-align: middle;
  }
  .newsletter-options .forminput > div:nth-child(2),
  #vip .forminput > div:nth-child(2) {
    display: inline-block;
    width: calc(80vw - 4px -  1em );
    vertical-align: middle;
  }
  .newsletter-options .forminput > div:nth-child(2) input[type=text],
  #vip .forminput > div:nth-child(2) input[type=text] {
    margin-bottom: 0;
  }
}
.newsletter-options .newslettersignup,
#vip .newslettersignup {
  padding-top: 0.5em;
}
.newsletter-options form,
#vip form {
  padding: 0 0.5em;
}
.newsletter-options .prefs-saved,
#vip .prefs-saved,
.newsletter-options .vip-saved,
#vip .vip-saved {
  color: #33BA09;
  font-weight: bold;
  padding: 0 0 0.5em;
}
.newsletter-options .mainRed,
#vip .mainRed {
  color: #a2081d;
  margin-bottom: 0.5em;
}
.newsletter-options .forminput,
#vip .forminput {
  padding-bottom: 1em;
}
.newsletter-options .forminput > div,
#vip .forminput > div {
  margin-right: -4px;
  display: inline-block;
  vertical-align: top;
}
.newsletter-options .forminput > div a,
#vip .forminput > div a {
  text-decoration: underline;
}
.newsletter-options .forminput > div:nth-child(1),
#vip .forminput > div:nth-child(1) {
  width: 85%;
  padding-right: 1em;
  box-sizing: border-box;
}
.newsletter-options .forminput > div:nth-child(1) > label,
#vip .forminput > div:nth-child(1) > label {
  font-weight: normal;
}
.newsletter-options .forminput > div:nth-child(2),
#vip .forminput > div:nth-child(2) {
  width: 15%;
  text-align: right;
}
@media screen and (orientation: landscape) {
  .newsletter-options .forminput > div:nth-child(1),
  #vip .forminput > div:nth-child(1) {
    text-align: left;
    margin-right: -4px;
  }
}
.newsletter-options h3 + label,
#vip h3 + label {
  font-weight: normal;
}
#cartmsg {
  background: #FFF0F5;
  color: #a2081d;
  padding: 1em;
  margin: 0 3em;
  border: 1px solid #a2081d;
  border-radius: 3px;
}
#cart h3.header,
#wishlist h3.header,
#shoppingcart h3.header {
  background: #737373;
  color: #fff;
  display: block;
  clear: both;
}
#cart .snap-css-image-button,
#wishlist .snap-css-image-button,
#shoppingcart .snap-css-image-button {
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
}
#cart .icon,
#wishlist .icon,
#shoppingcart .icon {
  display: none;
}
#cart .mainRed,
#wishlist .mainRed,
#shoppingcart .mainRed {
  color: #a2081d;
}
#cart .mainRed a,
#wishlist .mainRed a,
#shoppingcart .mainRed a {
  text-decoration: underline;
}
#cart .store a,
#wishlist .store a,
#shoppingcart .store a {
  text-decoration: underline;
}
#cart .mobile-checkout-summary,
#wishlist .mobile-checkout-summary,
#shoppingcart .mobile-checkout-summary {
  padding: 0.5em;
  background: #f3f3f3;
  box-sizing: border-box;
}
@media (orientation: landscape) {
  #cart .mobile-checkout-summary,
  #wishlist .mobile-checkout-summary,
  #shoppingcart .mobile-checkout-summary {
    text-align: center;
  }
}
#cart .topcheckoutbuttons,
#wishlist .topcheckoutbuttons,
#shoppingcart .topcheckoutbuttons {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  margin: 0.5em auto;
  max-width: 414px;
}
#cart .topcheckoutbuttons .buttons,
#wishlist .topcheckoutbuttons .buttons,
#shoppingcart .topcheckoutbuttons .buttons {
  padding: 0.5em;
}
#cart .topcheckoutbuttons .buttons > div,
#wishlist .topcheckoutbuttons .buttons > div,
#shoppingcart .topcheckoutbuttons .buttons > div {
  margin-bottom: 0.5em;
}
#cart .nostock,
#wishlist .nostock,
#shoppingcart .nostock,
#cart .stockWarning,
#wishlist .stockWarning,
#shoppingcart .stockWarning,
#cart .product-notes,
#wishlist .product-notes,
#shoppingcart .product-notes {
  color: #a2081d;
  display: block;
}
#cart .ships-in,
#wishlist .ships-in,
#shoppingcart .ships-in {
  display: block;
  margin-top: 1em;
  font-weight: bold;
  color: #33BA09;
}
#cart .promo,
#wishlist .promo,
#shoppingcart .promo {
  position: relative;
  padding: 1em 1em 25px;
}
#cart .promo img,
#wishlist .promo img,
#shoppingcart .promo img {
  max-width: 100%;
  height: auto;
}
#cart .promo + form,
#wishlist .promo + form,
#shoppingcart .promo + form {
  border-top: 1px solid #c2c4c6;
}
#cart .productimg,
#wishlist .productimg,
#shoppingcart .productimg {
  width: 50%;
}
#cart .img-details,
#wishlist .img-details,
#shoppingcart .img-details {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  align-items: flex-start;
}
#cart .checkout,
#wishlist .checkout,
#shoppingcart .checkout,
#cart .payment,
#wishlist .payment,
#shoppingcart .payment,
#cart .continue,
#wishlist .continue,
#shoppingcart .continue,
#cart .emptycart,
#wishlist .emptycart,
#shoppingcart .emptycart {
  margin: 0.5em;
}
#cart .titlebar .checkout,
#wishlist .titlebar .checkout,
#shoppingcart .titlebar .checkout {
  margin: 0;
}
#cart .backordersnotincluded,
#wishlist .backordersnotincluded,
#shoppingcart .backordersnotincluded {
  text-align: left;
  font-weight: normal;
  color: #a2081d;
}
#cart .markProductOutOfStock,
#wishlist .markProductOutOfStock,
#shoppingcart .markProductOutOfStock {
  color: #a2081d;
}
#cart a.continue,
#wishlist a.continue,
#shoppingcart a.continue,
#cart a.emptycart,
#wishlist a.emptycart,
#shoppingcart a.emptycart {
  background-color: #227fca;
  color: white;
  border: 1px solid 0;
  border-radius: 3px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-size: 100%;
  font-weight: bold;
  position: relative;
  margin: 0;
  clear: both;
  padding: 16px;
  width: 100%;
  max-width: 414px;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none !important;
  background: linear-gradient(to bottom, #2280ca 0px, #16588c 100%);
}
#cart .shoppingcartempty,
#wishlist .shoppingcartempty,
#shoppingcart .shoppingcartempty {
  padding: 0.5em;
  max-width: 414px;
  margin: auto;
}
#cart .shoppingcartempty .note,
#wishlist .shoppingcartempty .note,
#shoppingcart .shoppingcartempty .note {
  margin-bottom: 0.5em;
  text-align: center;
}
#cart .shoppingcartempty .snap-css-button,
#wishlist .shoppingcartempty .snap-css-button,
#shoppingcart .shoppingcartempty .snap-css-button {
  margin: auto;
  width: auto;
  display: table;
}
#cart .shoppingcartempty form label,
#wishlist .shoppingcartempty form label,
#shoppingcart .shoppingcartempty form label {
  display: block;
  margin-top: 2em;
  text-align: center;
}
#shoppingcart #posbarcode {
  display: none;
}
#shoppingcart #dealercart {
  display: none;
}
#shoppingcart #cs {
  text-decoration: underline;
}
#shoppingcart #cs_items {
  margin-top: 1em;
  line-height: 2;
  padding: 1em;
  background: #E8E9EA;
}
#shoppingcart #cs_items:not(.clicked) {
  display: none;
}
#shoppingcart .note {
  margin: 1em 0;
}
#shoppingcart .ui-state-highlight {
  padding: 0.5em;
  background: #fff;
  overflow: hidden;
}
#shoppingcart .ui-state-highlight .ui-icon {
  display: inline-block;
  vertical-align: middle;
}
#shoppingcart form .hidden {
  display: none;
}
#shoppingcart .product-list {
  background: #fff;
}
#shoppingcart .product-list.promo-products {
  margin-bottom: 25px;
}
#shoppingcart .product-list .product {
  position: relative;
  padding: 1em 0.5em;
  border-bottom: 1px solid #c2c4c6;
}
#shoppingcart .product-list .product:last-child {
  margin-bottom: 1em;
}
#shoppingcart .product-list .product > div:not(.bundle) {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
}
#shoppingcart .product-list .product > div:not(.bundle) .image {
  display: inline-block;
  width: 18vw;
  vertical-align: top;
  margin: 0 0.5em 0.5em 0;
}
#shoppingcart .product-list .product > div:not(.bundle) .image img {
  width: 100%;
  height: auto;
}
#shoppingcart .product-list .product > div:not(.bundle) .description {
  width: calc(100% - 4vw -  18vw );
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.5em;
}
#shoppingcart .product-list .product > div:not(.bundle) .description .notes {
  margin-top: 0.5em;
  color: #a2081d;
  font-size: 90%;
}
#shoppingcart .product-list .product > div:not(.bundle) .description .notes > div {
  margin-bottom: 0.5em;
}
#shoppingcart .product-list .product > div:not(.bundle) .description .notes > div .ships-in {
  color: #33BA09;
}
#shoppingcart .product-list .product > div:not(.bundle) .pickup {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 0 0 1em;
  border-radius: 3px;
}
#shoppingcart .product-list .product > div:not(.bundle) .pickup .option {
  display: flex;
  padding: 0 1em 0 0;
  width: 50%;
}
#shoppingcart .product-list .product > div:not(.bundle) .pickup .option .radio {
  padding: 0;
  position: relative;
  display: flex;
}
#shoppingcart .product-list .product > div:not(.bundle) .pickup .option .radio input[type=radio] {
  margin: 0 !important;
  flex-shrink: 0;
}
#shoppingcart .product-list .product > div:not(.bundle) .pickup .option .radio > span {
  font-weight: normal;
}
#shoppingcart .product-list .product > div:not(.bundle) .pickup .option .radio legend {
  display: none;
}
#shoppingcart .product-list .product > div.bundle {
  padding: 0.5em 0 0;
  font-size: 80%;
}
#shoppingcart .product-list .product > div.bundle > div {
  padding: 0.5em 0;
  border: none;
}
#shoppingcart .product-list .product > div.bundle .description {
  width: 100%;
}
#shoppingcart .product-list .product > div.bundle .total {
  text-align: left;
}
#shoppingcart .product-list .product > div .qty {
  width: 65%;
  flex-direction: row;
  order: 4;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
#shoppingcart .product-list .product > div .qty .quantity {
  border: 1px solid #2E3A47;
  text-align: right;
}
#shoppingcart .product-list .product > div .qty .quantity input[type=number] {
  border: none;
}
#shoppingcart .product-list .product > div .qty .actions {
  box-sizing: border-box;
  margin-left: 1em;
}
#shoppingcart .product-list .product > div .qty .actions a {
  font-size: 90%;
  text-align: left;
  text-decoration: underline;
  display: block;
  padding: 0.25em 0;
}
#shoppingcart .product-list .product > div .qty .actions a:not(:last-child) {
  margin-bottom: 0.33333333em;
}
#shoppingcart .product-list .product > div .qty .stock {
  margin-top: 0.5em;
  display: flex;
  flex-wrap: wrap;
}
#shoppingcart .product-list .product > div .qty .stock > div {
  border-radius: 3px;
  padding: 0.25em 0.5em;
  color: #fff;
  white-space: nowrap;
  font-size: 80%;
  margin: 0 3px 3px 0;
}
#shoppingcart .product-list .product > div .qty .stock > div:not(.stock-N) {
  background: #25750d;
}
#shoppingcart .product-list .product > div .qty .stock > div.stock-N {
  background: #8f1d21;
}
#shoppingcart .product-list .product > div .total {
  text-align: right;
  width: 35%;
  order: 5;
}
#shoppingcart .product-list .product > div .total span span {
  white-space: nowrap;
  font-weight: normal;
}
#shoppingcart .product-list .product > div .total .each {
  font-size: 80%;
  margin-top: 0.33333333em;
}
#shoppingcart .product-list .product > div .bundle {
  width: 100%;
}
#shoppingcart .product-list .product > div .bundle .product {
  padding: 0.5em;
  margin: 0.5em 0;
  border: 1px solid #E8E9EA;
  box-sizing: border-box;
}
#shoppingcart .product-list .product > div .bundle .product:last-of-type {
  margin-bottom: 0;
}
#shoppingcart .product-list .product > div .bundle .product > div {
  display: table;
  width: 100%;
}
#shoppingcart .product-list .product > div .bundle .product > div > div {
  display: table-cell;
  vertical-align: middle;
}
#shoppingcart .product-list .product > div .bundle .product .description {
  padding-right: 0.5em;
}
#shoppingcart .product-list .product > div .bundle .product .description .addon-qty {
  font-weight: bold;
}
#shoppingcart .product-list .product > div .bundle .product .total {
  background: #f3f3f3;
  white-space: nowrap;
  padding: 0.5em;
  width: 90px;
  text-align: right;
  vertical-align: middle;
}
#shoppingcart .product-list .product > div .bundle .product .total span {
  display: block;
  box-sizing: border-box;
}
#shoppingcart .product-list .product > div .bundle .product .total .each {
  font-size: 80%;
  margin-top: 0.33333333em;
}
#shoppingcart .product-list .product > div .bundle + .qty-total {
  margin-top: 0.5em;
}
#shoppingcart .product-list .product > div .no-store-pickup {
  background: #c2c4c6;
  border-radius: 3px;
  margin-bottom: 1em;
  padding: 1em;
  text-align: center;
  color: #737373;
  font-weight: bold;
  text-shadow: 1px 0px 1px #eee;
  box-sizing: border-box;
}
#shoppingcart.shippable-backorders .product-list table {
  display: block;
}
#shoppingcart.shippable-backorders .product-list table tr {
  background: #fff;
  margin: 0.5em;
  padding: 0.5em;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#shoppingcart.shippable-backorders .product-list table tr td {
  display: block;
  padding: 0.5em 0;
}
#shoppingcart.shippable-backorders .product-list table tr td input[type=text],
#shoppingcart.shippable-backorders .product-list table tr td input[type=number] {
  width: 100px;
  text-align: center;
  margin-bottom: 0;
}
#shoppingcart.shippable-backorders .product-list table tr td:nth-of-type(1) {
  width: 100%;
  font-weight: bold;
}
#shoppingcart.shippable-backorders .product-list table tr td:nth-of-type(2) {
  width: 100%;
}
#shoppingcart.shippable-backorders .product-list table tr td:nth-of-type(3),
#shoppingcart.shippable-backorders .product-list table tr td:nth-of-type(4),
#shoppingcart.shippable-backorders .product-list table tr td:nth-of-type(5) {
  width: 33%;
  text-align: center;
}
#shoppingcart.shippable-backorders .product-list table tr td:nth-last-of-type(1),
#shoppingcart.shippable-backorders .product-list table tr td:nth-last-of-type(2) {
  width: 50%;
}
#shoppingcart.shippable-backorders .product-list table tr td:nth-last-of-type(1) {
  text-align: right;
}
#shoppingcart.shippable-backorders .product-list table tr td:nth-last-of-type(2) {
  text-align: left;
}
#shoppingcart.shippable-backorders .totals {
  padding: 0.5em 0.5em 0;
}
#shoppingcart.shippable-backorders .totals td {
  padding: 0.5em 0;
}
#shoppingcart.shippable-backorders .totals td a {
  text-decoration: underline;
}
#shoppingcart.shippable-backorders .continue {
  padding-bottom: 1em;
}
#shoppingcart.shippable-backorders .continue h3 {
  margin-top: 0;
  padding: 0.5em 0;
}
#shoppingcart.wholesale .product-list .product > div .qty {
  width: 55%;
}
#shoppingcart.wholesale .product-list .product > div .total {
  width: 45%;
  box-sizing: border-box;
}
#shoppingcart.wholesale .product-list .product > div .total > div {
  display: table-row;
}
#shoppingcart.wholesale .product-list .product > div .total > div > label {
  display: table-cell;
  text-align: right;
  vertical-align: top;
  padding-right: 0.5em;
  font-size: 100% !important;
}
#shoppingcart.wholesale .product-list .product > div .total > div > span {
  display: table-cell;
  width: 1px;
  font-size: 100% !important;
  font-weight: normal;
}
#shoppingcart.wholesale #remove-back-order-items {
  margin-top: 0.5em;
}
#shoppingcart .buttons.empty {
  text-align: center;
}
#shoppingcart .summary .totals {
  text-align: right;
}
#shoppingcart .summary .totals > div:not(:last-child) {
  margin-bottom: 0.5em;
}
#shoppingcart .summary .totals .totalprice {
  font-weight: bold;
}
#shoppingcart .buttons {
  max-width: 414px;
}
#shoppingcart .buttons > div {
  margin-bottom: 1em;
}
#shoppingcart .buttons > div .paypal-button,
#shoppingcart .buttons > div .amazonpay-button,
#shoppingcart .buttons > div .applepay-button {
  width: 100%;
  border-radius: 3px;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #F7F8FA, #E7E9EC);
  border: 1px solid;
  border-color: #ADB1B8 #A2A6AC #8D9096;
}
#shoppingcart .buttons > div .paypal-button {
  padding: 4px;
}
#shoppingcart .buttons > div .paypal-button img {
  height: 22px;
  width: auto;
  vertical-align: middle;
}
#shoppingcart .buttons > div .paypal-button:after {
  content: "Checkout";
  font-size: 75%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.5em;
  font-weight: bold;
  color: #000;
}
#shoppingcart .buttons > div .amazonpay-button {
  width: 100%;
  background: #E8E9EA;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 0.5em 0;
  border: none;
  cursor: pointer;
}
#shoppingcart .buttons > div .amazonpay-button:hover {
  filter: brightness(80%);
}
#shoppingcart .buttons > div .amazonpay-button img {
  padding: 5px 0 0 0px;
  width: auto;
  height: 20px;
  vertical-align: middle;
}
#shoppingcart .paypal-message {
  margin-top: 3em;
}
#shoppingcart .container {
  padding: 0 0.5em 0;
}
#shoppingcart .misc {
  margin: 0 0.5em;
}
#shoppingcart .misc .alwaysdisplaycartprompt {
  display: flex;
  margin: 1em 0 0.5em;
  max-width: 414px;
}
#shoppingcart .misc .alwaysdisplaycartprompt .switch {
  position: relative;
  display: inline-block !important;
  width: 42px !important;
  height: 25px;
  flex-shrink: 0;
}
#shoppingcart .misc .alwaysdisplaycartprompt .switch input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
#shoppingcart .misc .alwaysdisplaycartprompt .switch input[type=checkbox]:checked + .slider,
#shoppingcart .misc .alwaysdisplaycartprompt .switch input[type=checkbox]:checked + input[type=hidden] + .slider {
  background-color: green;
  margin-left: 0;
}
#shoppingcart .misc .alwaysdisplaycartprompt .switch input[type=checkbox]:checked + .slider:before,
#shoppingcart .misc .alwaysdisplaycartprompt .switch input[type=checkbox]:checked + input[type=hidden] + .slider:before {
  -webkit-transform: translateX(17.5px);
  -ms-transform: translateX(17.5px);
  transform: translateX(17.5px);
}
#shoppingcart .misc .alwaysdisplaycartprompt .switch input[type=checkbox]:checked + .slider > span,
#shoppingcart .misc .alwaysdisplaycartprompt .switch input[type=checkbox]:checked + input[type=hidden] + .slider > span {
  color: #fff;
}
#shoppingcart .misc .alwaysdisplaycartprompt .switch input[type=checkbox]:not(:checked) + .slider,
#shoppingcart .misc .alwaysdisplaycartprompt .switch input[type=checkbox]:not(:checked) + input[type=hidden] + .slider {
  color: #000;
}
#shoppingcart .misc .alwaysdisplaycartprompt .switch input[type=checkbox]:focus + .slider,
#shoppingcart .misc .alwaysdisplaycartprompt .switch input[type=checkbox]:focus + input[type=hidden] + .slider {
  box-shadow: 0 0 1px #2196F3;
}
#shoppingcart .misc .alwaysdisplaycartprompt .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 0;
}
#shoppingcart .misc .alwaysdisplaycartprompt .switch .slider > span {
  /* Note: This is simply for accessibility scanners */
  display: none;
}
#shoppingcart .misc .alwaysdisplaycartprompt .switch .slider.round {
  /* Rounded sliders */
  border-radius: 25px;
  margin-left: 0;
}
#shoppingcart .misc .alwaysdisplaycartprompt .switch .slider.round:before {
  border-radius: 50%;
}
#shoppingcart .misc .alwaysdisplaycartprompt .switch .slider:before {
  position: absolute;
  content: "";
  height: 18.75px;
  width: 18.75px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#shoppingcart .misc .alwaysdisplaycartprompt .switch {
  margin-right: 0.5em;
}
#shoppingcart .misc .csdiscountslink {
  text-align: center;
  margin-top: 1em;
}
#shoppingcart .misc .buttons {
  width: 100%;
  max-width: 414px;
  display: flex;
  flex-wrap: wrap;
}
#shoppingcart .misc .buttons > * {
  width: initial;
  display: block;
  margin-top: 0.5em;
}
#shoppingcart .misc .buttons > *:first-child {
  margin-right: 0.5em;
}
#shoppingcart .misc .buttons > *:nth-child(2) {
  order: 3;
}
#shoppingcart .misc .buttons .paypalButtons {
  background: white;
  display: table;
  width: 100%;
  margin: 0.5em auto;
}
#shoppingcart .misc .buttons .paypalButtons > div {
  display: table-cell;
  position: relative;
  width: 50%;
  vertical-align: top;
}
#shoppingcart .misc .buttons .paypalButtons > div:first-child {
  padding-right: 0.5em;
}
#shoppingcart .misc .buttons .paypalButtons > div:nth-child(2) {
  padding-left: 0.5em;
}
#shoppingcart .misc .buttons .paypalButtons > div button {
  text-align: left;
  width: 100%;
}
#shoppingcart .misc .buttons .paypalButtons > div button img {
  width: 100%;
  height: auto;
}
#shoppingcart .misc .buttons .checkout {
  display: table;
  margin: -3px auto 1em;
  width: 100%;
}
#shoppingcart .misc .buttons .checkout .button {
  display: table-cell;
  width: 50%;
}
#shoppingcart .misc .buttons .checkout .button:first-child {
  padding-right: 0.5em;
  padding-left: 0;
}
#shoppingcart .misc .buttons .checkout .button:last-child {
  padding-right: 0;
  padding-left: 0.5em;
}
#shoppingcart .misc .buttons.empty {
  padding: 0 1em;
  box-sizing: border-box;
}
#shoppingcart .misc > .notes {
  font-size: 80%;
}
#shoppingcart #coupon-box {
  margin: 1em 0;
  text-align: center;
}
#shoppingcart #coupon-box > label.closed {
  text-decoration: underline;
  cursor: pointer;
}
#shoppingcart #coupon-box > label.closed + div {
  display: none;
}
#shoppingcart #coupon-box > label:not(.closed) {
  display: block;
  margin-bottom: 5px;
}
#shoppingcart #coupon-box > div {
  display: flex;
  flex-direction: row;
  max-width: 414px;
  margin: 1em auto;
}
#shoppingcart #coupon-box > div > div:first-child {
  width: 100%;
  padding-right: 0.5em;
  box-sizing: border-box;
  position: relative;
}
#shoppingcart #coupon-box > div > div:first-child input[type=text] {
  padding: 0.5em;
  width: 100%;
}
#shoppingcart #coupon-box > div > div .snap-css-button {
  margin: 0;
  padding: 14px 0.5em;
}
#shoppingcart .affirm {
  margin: 0.5em;
  max-width: 414px;
  min-height: 30px;
}
#shoppingcart .supersaver {
  text-align: center;
  margin: 1em 0;
}
#shoppingcart #csitems p {
  padding-bottom: 1em;
  font-weight: normal;
}
#shoppingcart #csitems label {
  display: block;
  margin-top: 1em;
  font-weight: bold;
}
#shoppingcart #csitems input[type="text"],
#shoppingcart #csitems input[type="password"] {
  border: 1px solid #c2c4c6;
}
#shoppingcart #csitems:not(.clicked) {
  display: none;
}
#shoppingcart .dialog-container {
  display: none;
}
#shoppingcart label {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #shoppingcart .buttons,
  #shoppingcart .affirm {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  #shoppingcart .supersaver,
  #shoppingcart .alwaysdisplaycartprompt {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
#shoppingcart .coupons {
  margin-top: 1em;
}
#shoppingcart .coupons .added {
  color: #a2081d;
  font-weight: bold;
  text-align: center;
  margin: 0.5em;
}
.shoppingcart footer .badges {
  padding-bottom: 27vw;
}
.message-stack-text {
  display: none;
}
#shoppingcart form button.first {
  margin-left: -9999px;
  position: absolute;
}
#shoppingcart .line-item-comments a {
  text-decoration: underline;
  display: block;
  margin: 0.5em 0;
  font-weight: bold;
}
#shoppingcart .line-item-comments.closed .comment-box {
  display: none;
}
#shoppingcart .line-comments-label {
  font-weight: bold;
  font-size: 12px;
}
#shoppingcart .line-comments-box {
  height: 40px;
  width: 100%;
  position: relative;
  border: 2px solid #cdcdcd;
  border-color: rgba(0, 0, 0, 0.14);
  font-size: 14px;
  margin-bottom: 0;
}
#shoppingcart .related-products {
  margin: 1em 0;
}
#cartdialog {
  position: relative;
}
#cartdialog .displaycartblock {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 1em;
}
#cartdialog .displaycartblock input[type="checkbox"] {
  margin-right: 2vw;
}
#cartdialog .displaycartblock label {
  font-weight: normal;
  text-align: left;
}
#cartdialog #dont-show {
  position: absolute;
  top: 10px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  background: #F8F9D1;
  border: 1px solid #ECC509;
  width: 200px;
  padding: 0.5em;
  color: #a2081d;
  box-shadow: 5px 5px 10px #cccccc;
}
#cartdialog .row {
  margin-top: 1em;
}
#cartdialog .row .displaycartblock {
  display: flex;
  align-items: center;
}
#cartdialog .row .displaycartblock .switch {
  position: relative;
  display: inline-block !important;
  width: 42px !important;
  height: 25px;
  flex-shrink: 0;
}
#cartdialog .row .displaycartblock .switch input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
#cartdialog .row .displaycartblock .switch input[type=checkbox]:checked + .slider,
#cartdialog .row .displaycartblock .switch input[type=checkbox]:checked + input[type=hidden] + .slider {
  background-color: green;
  margin-left: 0;
}
#cartdialog .row .displaycartblock .switch input[type=checkbox]:checked + .slider:before,
#cartdialog .row .displaycartblock .switch input[type=checkbox]:checked + input[type=hidden] + .slider:before {
  -webkit-transform: translateX(17.5px);
  -ms-transform: translateX(17.5px);
  transform: translateX(17.5px);
}
#cartdialog .row .displaycartblock .switch input[type=checkbox]:checked + .slider > span,
#cartdialog .row .displaycartblock .switch input[type=checkbox]:checked + input[type=hidden] + .slider > span {
  color: #fff;
}
#cartdialog .row .displaycartblock .switch input[type=checkbox]:not(:checked) + .slider,
#cartdialog .row .displaycartblock .switch input[type=checkbox]:not(:checked) + input[type=hidden] + .slider {
  color: #000;
}
#cartdialog .row .displaycartblock .switch input[type=checkbox]:focus + .slider,
#cartdialog .row .displaycartblock .switch input[type=checkbox]:focus + input[type=hidden] + .slider {
  box-shadow: 0 0 1px #2196F3;
}
#cartdialog .row .displaycartblock .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 0;
}
#cartdialog .row .displaycartblock .switch .slider > span {
  /* Note: This is simply for accessibility scanners */
  display: none;
}
#cartdialog .row .displaycartblock .switch .slider.round {
  /* Rounded sliders */
  border-radius: 25px;
  margin-left: 0;
}
#cartdialog .row .displaycartblock .switch .slider.round:before {
  border-radius: 50%;
}
#cartdialog .row .displaycartblock .switch .slider:before {
  position: absolute;
  content: "";
  height: 18.75px;
  width: 18.75px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#cartdialog .row .displaycartblock span {
  margin-left: 1em;
}
#cartdialog .row .buttons {
  display: flex;
}
#cartdialog .row .buttons a {
  color: white;
}
#cartdialog .row .buttons a:first-child {
  margin-right: 0.5em;
}
#cartdialog #close {
  width: 2em;
  float: right;
}
.cart .message-stack-wrapper {
  margin-bottom: 0.5em;
}

/*Amain color palette*/
/*mixins*/
button {
  border: none;
}
body.hide-content #wrapper {
  display: none;
}
body.hide-content .ui-widget-overlay {
  background: white;
  opacity: 1;
}
.ui-widget-header {
  border: none;
  border-radius: 0;
}
.newsletter-options .forminput > div:nth-child(1) label,
#vip .forminput > div:nth-child(1) label {
  margin-bottom: 4px;
  display: block !important;
}
.newsletter-options .forminput > div:nth-child(2) input[type=text],
#vip .forminput > div:nth-child(2) input[type=text] {
  margin-bottom: 0.5em;
}
.newsletter-options .forminput > div:nth-child(2) input[type=text].input-validation-error,
#vip .forminput > div:nth-child(2) input[type=text].input-validation-error {
  border: 1px solid #a2081d;
}
.newsletter-options .forminput > div:nth-child(3),
#vip .forminput > div:nth-child(3) {
  text-align: right;
  margin-top: 0.5em;
}
.newsletter-options .forminput > div:nth-child(3) input[type=checkbox],
#vip .forminput > div:nth-child(3) input[type=checkbox] {
  margin-top: 0;
}
@media screen and (orientation: landscape) {
  .newsletter-options .forminput,
  #vip .forminput {
    margin-bottom: 0.5em;
  }
  .newsletter-options .forminput > div:nth-child(1),
  #vip .forminput > div:nth-child(1) {
    display: inline-block;
    width: calc(20vw - 4px -  1em );
    margin-right: 1em;
    text-align: right;
    vertical-align: middle;
  }
  .newsletter-options .forminput > div:nth-child(2),
  #vip .forminput > div:nth-child(2) {
    display: inline-block;
    width: calc(80vw - 4px -  1em );
    vertical-align: middle;
  }
  .newsletter-options .forminput > div:nth-child(2) input[type=text],
  #vip .forminput > div:nth-child(2) input[type=text] {
    margin-bottom: 0;
  }
}
.newsletter-options .newslettersignup,
#vip .newslettersignup {
  padding-top: 0.5em;
}
.newsletter-options form,
#vip form {
  padding: 0 0.5em;
}
.newsletter-options .prefs-saved,
#vip .prefs-saved,
.newsletter-options .vip-saved,
#vip .vip-saved {
  color: #33BA09;
  font-weight: bold;
  padding: 0 0 0.5em;
}
.newsletter-options .mainRed,
#vip .mainRed {
  color: #a2081d;
  margin-bottom: 0.5em;
}
.newsletter-options .forminput,
#vip .forminput {
  padding-bottom: 1em;
}
.newsletter-options .forminput > div,
#vip .forminput > div {
  margin-right: -4px;
  display: inline-block;
  vertical-align: top;
}
.newsletter-options .forminput > div a,
#vip .forminput > div a {
  text-decoration: underline;
}
.newsletter-options .forminput > div:nth-child(1),
#vip .forminput > div:nth-child(1) {
  width: 85%;
  padding-right: 1em;
  box-sizing: border-box;
}
.newsletter-options .forminput > div:nth-child(1) > label,
#vip .forminput > div:nth-child(1) > label {
  font-weight: normal;
}
.newsletter-options .forminput > div:nth-child(2),
#vip .forminput > div:nth-child(2) {
  width: 15%;
  text-align: right;
}
@media screen and (orientation: landscape) {
  .newsletter-options .forminput > div:nth-child(1),
  #vip .forminput > div:nth-child(1) {
    text-align: left;
    margin-right: -4px;
  }
}
.newsletter-options h3 + label,
#vip h3 + label {
  font-weight: normal;
}
#categorypage {
  display: flex;
  flex-direction: column;
}
#categorypage #slides {
  display: none;
  max-height: initial;
  overflow: hidden;
  position: relative;
  height: 45.87155963vw;
}
@media only screen and (min-width: 1000px) {
  #categorypage #slides {
    height: 489px;
  }
}
#categorypage #slides + .category-menu-images {
  padding-top: 0;
}
#categorypage #slides + .category-menu-images li:first-child {
  border-top: none;
}
@media only screen and (min-width: 1000px) {
  #categorypage #slides {
    margin-top: 0.5em;
  }
}
#categorypage #slides.slides-uninitialized {
  display: block;
}
#categorypage #slides.slides-uninitialized img {
  width: 100%;
  height: auto;
}
#categorypage #slides.slides-uninitialized > div {
  line-height: 0;
}
#categorypage #slides.slides-uninitialized > :not(:first-child) {
  display: none;
}
#categorypage #slides a.slidesjs-next,
#categorypage #slides a.slidesjs-previous {
  display: block;
  overflow: hidden;
  height: 100%;
  top: 0;
  width: 4em;
  position: absolute;
  z-index: 10;
  color: transparent;
}
#categorypage #slides a.slidesjs-next:after,
#categorypage #slides a.slidesjs-previous:after {
  color: #fff;
  opacity: 0.8;
  position: absolute;
  top: calc(50% - .5em);
}
#categorypage #slides a.slidesjs-previous {
  left: 0;
}
#categorypage #slides a.slidesjs-previous:after {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 3.5em/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  font-weight: 900;
  left: 0.5em;
}
#categorypage #slides a.slidesjs-next {
  right: 0;
}
#categorypage #slides a.slidesjs-next:after {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 3.5em/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-weight: 900;
  right: 0.5em;
  text-align: right;
}
#categorypage #slides .slidesjs-pagination,
#categorypage #slides .navbar,
#categorypage #slides a.slidesjs-play,
#categorypage #slides a.slidesjs-stop {
  display: none !important;
}
#categorypage #slides .slidesjs-slide {
  height: 100% !important;
}
#categorypage #slides .slidesjs-slide img {
  width: 100%;
  height: auto;
}
#categorypage .ab,
#categorypage .specials {
  text-align: center;
}
#categorypage .ab img,
#categorypage .specials img {
  width: 100%;
  height: auto;
}
#categorypage .hab a {
  border-bottom: 1px solid #c2c4c6;
  display: block;
}
#categorypage .newsletter,
#categorypage .rewards,
#categorypage .customerservice,
#categorypage .giftcards {
  margin-bottom: 1em;
  text-align: center;
}
#categorypage .newsletter img,
#categorypage .rewards img,
#categorypage .customerservice img,
#categorypage .giftcards img {
  align-content: center;
}
#categorypage .quick-links .shopbyheading {
  margin: 0;
  padding: 1em 0 0.5em 0.5em;
  font-weight: bold;
}
#categorypage .quick-links ul {
  padding: 0;
  margin: 0 0 1em;
  list-style-type: none;
}
#categorypage .quick-links ul li {
  margin: 0 0 0.25em;
  padding: 0;
  color: #fff;
  text-align: left;
}
#categorypage .quick-links ul li span {
  font-weight: 100;
  font-size: 1.5em;
  padding: 0.5em;
  display: block;
  position: relative;
}
#categorypage .quick-links ul li span i {
  font-size: 1.5em;
  width: 55px;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  margin-right: 7px;
}
#categorypage .quick-links ul li span:after {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 2em/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-weight: 900;
  position: absolute;
  color: #fff;
  top: 0.12em;
  right: 12px;
}
#categorypage .quick-links ul li.specials span {
  background: #33BA09;
}
#categorypage .quick-links ul li.whatsnew span {
  background: #2E3A47;
}
#categorypage .quick-links ul li.top-selling span {
  background: #2E3A47;
}
#categorypage .quick-links ul li.coming-soon span {
  background: #2E3A47;
}
#categorypage .content-blocks {
  margin-bottom: 1em;
}
#categorypage .topbrands {
  background: white;
  margin: 0 auto;
  width: calc(100% -  1em );
}
#categorypage .topbrands h2 {
  margin: 0;
  padding: 1em 0 0.5em 0.5em;
  font-weight: bold;
}
#categorypage .topbrands ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#categorypage .topbrands ul li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #c2c4c6;
}
#categorypage .topbrands ul li:first-child,
#categorypage .topbrands ul li:last-child {
  background: #fff;
}
#categorypage .topbrands ul li:first-child {
  border-top: 1px solid #c2c4c6;
}
#categorypage .topbrands ul li:last-child {
  border: none;
}
#categorypage .topbrands ul li a {
  display: block;
  padding: 1em 0 1em 0.5em;
}
#categorypage .viewall {
  padding-left: 1em;
}
#categorypage .viewall a {
  position: relative;
  display: block;
  padding-right: 5px;
  font-style: italic;
  text-decoration: underline;
}
#categorypage .viewall a span {
  width: inherit;
  display: block;
  text-transform: uppercase;
  padding: 5px 0 0;
}
#categorypage .left-col h2 {
  margin: 0;
  padding: 1em 0 0 0.5em;
  font-weight: bold;
}
#categorypage .left-col .category-menu-images {
  padding-top: 0.5em;
}
#categorypage .category-menu-images {
  list-style-type: none;
  margin: 0;
  display: block;
}
#categorypage .category-menu-images li {
  padding: 0;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #c2c4c6;
}
#categorypage .category-menu-images li a {
  display: flex;
  text-decoration: none;
  align-items: center;
  position: relative;
  height: 100%;
}
#categorypage .category-menu-images li a img {
  width: 55px;
  height: 44px;
  margin: 0.33333333em;
}
#categorypage .category-menu-images li a > span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 50px;
}
#categorypage .category-menu-images li a > span:last-child {
  display: inline-block;
  margin: 0.5em;
}
#categorypage .category-menu-images li a:after {
  margin-right: 0.33333333em;
  background: url(/content/skins/shared/mobile/images/arrow-right.png) right 0.5em top 0.7em no-repeat;
  width: 35px;
  height: 100%;
  display: block;
  content: "";
  right: 0;
  position: absolute;
  background-size: 1.25em;
}
#categorypage .social-links {
  margin: 2em 0;
}

/*Amain color palette*/
/*mixins*/
button {
  border: none;
}
body.hide-content #wrapper {
  display: none;
}
body.hide-content .ui-widget-overlay {
  background: white;
  opacity: 1;
}
.ui-widget-header {
  border: none;
  border-radius: 0;
}
.newsletter-options .forminput > div:nth-child(1) label,
#vip .forminput > div:nth-child(1) label {
  margin-bottom: 4px;
  display: block !important;
}
.newsletter-options .forminput > div:nth-child(2) input[type=text],
#vip .forminput > div:nth-child(2) input[type=text] {
  margin-bottom: 0.5em;
}
.newsletter-options .forminput > div:nth-child(2) input[type=text].input-validation-error,
#vip .forminput > div:nth-child(2) input[type=text].input-validation-error {
  border: 1px solid #a2081d;
}
.newsletter-options .forminput > div:nth-child(3),
#vip .forminput > div:nth-child(3) {
  text-align: right;
  margin-top: 0.5em;
}
.newsletter-options .forminput > div:nth-child(3) input[type=checkbox],
#vip .forminput > div:nth-child(3) input[type=checkbox] {
  margin-top: 0;
}
@media screen and (orientation: landscape) {
  .newsletter-options .forminput,
  #vip .forminput {
    margin-bottom: 0.5em;
  }
  .newsletter-options .forminput > div:nth-child(1),
  #vip .forminput > div:nth-child(1) {
    display: inline-block;
    width: calc(20vw - 4px -  1em );
    margin-right: 1em;
    text-align: right;
    vertical-align: middle;
  }
  .newsletter-options .forminput > div:nth-child(2),
  #vip .forminput > div:nth-child(2) {
    display: inline-block;
    width: calc(80vw - 4px -  1em );
    vertical-align: middle;
  }
  .newsletter-options .forminput > div:nth-child(2) input[type=text],
  #vip .forminput > div:nth-child(2) input[type=text] {
    margin-bottom: 0;
  }
}
.newsletter-options .newslettersignup,
#vip .newslettersignup {
  padding-top: 0.5em;
}
.newsletter-options form,
#vip form {
  padding: 0 0.5em;
}
.newsletter-options .prefs-saved,
#vip .prefs-saved,
.newsletter-options .vip-saved,
#vip .vip-saved {
  color: #33BA09;
  font-weight: bold;
  padding: 0 0 0.5em;
}
.newsletter-options .mainRed,
#vip .mainRed {
  color: #a2081d;
  margin-bottom: 0.5em;
}
.newsletter-options .forminput,
#vip .forminput {
  padding-bottom: 1em;
}
.newsletter-options .forminput > div,
#vip .forminput > div {
  margin-right: -4px;
  display: inline-block;
  vertical-align: top;
}
.newsletter-options .forminput > div a,
#vip .forminput > div a {
  text-decoration: underline;
}
.newsletter-options .forminput > div:nth-child(1),
#vip .forminput > div:nth-child(1) {
  width: 85%;
  padding-right: 1em;
  box-sizing: border-box;
}
.newsletter-options .forminput > div:nth-child(1) > label,
#vip .forminput > div:nth-child(1) > label {
  font-weight: normal;
}
.newsletter-options .forminput > div:nth-child(2),
#vip .forminput > div:nth-child(2) {
  width: 15%;
  text-align: right;
}
@media screen and (orientation: landscape) {
  .newsletter-options .forminput > div:nth-child(1),
  #vip .forminput > div:nth-child(1) {
    text-align: left;
    margin-right: -4px;
  }
}
.newsletter-options h3 + label,
#vip h3 + label {
  font-weight: normal;
}
#checkoutPages {
  padding-bottom: 70px;
  background: #fff;
}
#checkout .fa-exclamation-triangle,
#checkoutPages .fa-exclamation-triangle {
  color: #f26524;
}
#checkout header #logo,
#checkoutPages header #logo {
  padding: 0.25em 0;
  text-align: center;
}
#checkout header #logo a,
#checkoutPages header #logo a {
  display: block;
  margin: auto;
  overflow: hidden;
}
#checkout header.kiosk > div,
#checkoutPages header.kiosk > div {
  display: flex;
  align-items: center;
}
#checkout header.kiosk > div #logo,
#checkoutPages header.kiosk > div #logo {
  width: 70vw;
  padding-left: calc( 30vw  - ( 35px /2));
}
#checkout header.kiosk > div #logo + div,
#checkoutPages header.kiosk > div #logo + div {
  width: 30vw;
  text-align: right;
}
#checkout header.kiosk > div #logo + div svg,
#checkoutPages header.kiosk > div #logo + div svg {
  width: 35px;
  height: 35px;
}
#checkout .back-to,
#checkoutPages .back-to {
  display: block;
  padding: 0.5em 0.5em 0;
  font-size: 80%;
}
#checkout .back-to a,
#checkoutPages .back-to a {
  font-weight: bold;
  text-decoration: none !important;
}
#checkout .top h1,
#checkoutPages .top h1 {
  background: none;
  color: #000;
  font-weight: bold;
  padding: 0.5em;
}
#checkout h3,
#checkoutPages h3 {
  font-weight: bold;
}
#checkout .ui-state-error p,
#checkoutPages .ui-state-error p,
#checkout .ui-state-warning p,
#checkoutPages .ui-state-warning p {
  display: flex;
}
#checkout .ui-state-error p span:first-child,
#checkoutPages .ui-state-error p span:first-child,
#checkout .ui-state-warning p span:first-child,
#checkoutPages .ui-state-warning p span:first-child {
  padding-right: 5px;
}
#checkout .ui-state-warning,
#checkoutPages .ui-state-warning {
  border: 1px solid #fcefa1;
}
#checkout .error,
#checkoutPages .error {
  color: #a2081d;
  padding: 1em;
}
#checkout .headerError,
#checkoutPages .headerError {
  margin-bottom: 0;
  padding: 1em;
}
#checkout .addressheading,
#checkoutPages .addressheading {
  font-weight: bold;
  margin-top: 1em;
}
#checkout .button,
#checkoutPages .button {
  text-align: center;
  margin-top: 1em;
}
#checkout #changeAddressButton,
#checkoutPages #changeAddressButton,
#checkout .change-address,
#checkoutPages .change-address {
  text-align: left;
}
#checkout #changeAddressButton > a,
#checkoutPages #changeAddressButton > a,
#checkout .change-address > a,
#checkoutPages .change-address > a {
  padding: 0;
  margin: 0;
  background: none;
  text-shadow: none;
  line-height: normal;
  text-decoration: underline;
  color: #000;
  border: none;
  outline: none;
  text-align: left;
  width: auto;
  box-shadow: none;
  min-width: 0;
}
#checkout #changeAddressButton > a:hover,
#checkoutPages #changeAddressButton > a:hover,
#checkout .change-address > a:hover,
#checkoutPages .change-address > a:hover {
  opacity: 1;
}
#checkout .instructions,
#checkoutPages .instructions {
  margin: 1em 0 0.5em;
}
#checkout .stockWarning,
#checkoutPages .stockWarning {
  color: #a2081d;
}
#checkout .addressblock h5,
#checkoutPages .addressblock h5 {
  padding: 1em 0;
}
#checkout .new-address .snap-css-button,
#checkoutPages .new-address .snap-css-button {
  background: transparent;
  text-shadow: initial;
  color: black;
  text-decoration: underline;
  padding: 0;
  border: none;
}
#checkout .checkoutbutton,
#checkoutPages .checkoutbutton,
#checkout .continue,
#checkoutPages .continue {
  text-align: center;
}
#checkout .checkoutbutton h2,
#checkoutPages .checkoutbutton h2,
#checkout .continue h2,
#checkoutPages .continue h2 {
  margin-bottom: 1em;
}
#checkout .infobox .mainRed,
#checkoutPages .infobox .mainRed {
  color: #a2081d;
  display: block;
}
#checkout .infobox .back,
#checkoutPages .infobox .back {
  padding-bottom: 0.5em;
}
#checkout .billing-information a:not(.snap-css-button),
#checkoutPages .billing-information a:not(.snap-css-button),
#checkout .payment-information a:not(.snap-css-button),
#checkoutPages .payment-information a:not(.snap-css-button),
#checkout .on-order a:not(.snap-css-button),
#checkoutPages .on-order a:not(.snap-css-button),
#checkout .delivery-address a:not(.snap-css-button),
#checkoutPages .delivery-address a:not(.snap-css-button),
#checkout .shipping-options a:not(.snap-css-button),
#checkoutPages .shipping-options a:not(.snap-css-button) {
  text-decoration: underline;
}
#checkout .billing-information h2,
#checkoutPages .billing-information h2,
#checkout .payment-information h2,
#checkoutPages .payment-information h2,
#checkout .on-order h2,
#checkoutPages .on-order h2,
#checkout .delivery-address h2,
#checkoutPages .delivery-address h2,
#checkout .shipping-options h2,
#checkoutPages .shipping-options h2 {
  margin-top: 0;
  font-weight: bold;
}
#checkout .billing-information h3,
#checkoutPages .billing-information h3,
#checkout .payment-information h3,
#checkoutPages .payment-information h3,
#checkout .on-order h3,
#checkoutPages .on-order h3,
#checkout .delivery-address h3,
#checkoutPages .delivery-address h3,
#checkout .shipping-options h3,
#checkoutPages .shipping-options h3 {
  font-weight: bold;
}
#checkout .billing-information .infobox,
#checkoutPages .billing-information .infobox,
#checkout .payment-information .infobox,
#checkoutPages .payment-information .infobox,
#checkout .on-order .infobox,
#checkoutPages .on-order .infobox,
#checkout .delivery-address .infobox,
#checkoutPages .delivery-address .infobox,
#checkout .shipping-options .infobox,
#checkoutPages .shipping-options .infobox,
#checkout .billing-information .fieldgroup,
#checkoutPages .billing-information .fieldgroup,
#checkout .payment-information .fieldgroup,
#checkoutPages .payment-information .fieldgroup,
#checkout .on-order .fieldgroup,
#checkoutPages .on-order .fieldgroup,
#checkout .delivery-address .fieldgroup,
#checkoutPages .delivery-address .fieldgroup,
#checkout .shipping-options .fieldgroup,
#checkoutPages .shipping-options .fieldgroup {
  text-align: center;
}
#checkout .billing-information .infobox .amazon-change-payment-mobile,
#checkoutPages .billing-information .infobox .amazon-change-payment-mobile,
#checkout .payment-information .infobox .amazon-change-payment-mobile,
#checkoutPages .payment-information .infobox .amazon-change-payment-mobile,
#checkout .on-order .infobox .amazon-change-payment-mobile,
#checkoutPages .on-order .infobox .amazon-change-payment-mobile,
#checkout .delivery-address .infobox .amazon-change-payment-mobile,
#checkoutPages .delivery-address .infobox .amazon-change-payment-mobile,
#checkout .shipping-options .infobox .amazon-change-payment-mobile,
#checkoutPages .shipping-options .infobox .amazon-change-payment-mobile,
#checkout .billing-information .fieldgroup .amazon-change-payment-mobile,
#checkoutPages .billing-information .fieldgroup .amazon-change-payment-mobile,
#checkout .payment-information .fieldgroup .amazon-change-payment-mobile,
#checkoutPages .payment-information .fieldgroup .amazon-change-payment-mobile,
#checkout .on-order .fieldgroup .amazon-change-payment-mobile,
#checkoutPages .on-order .fieldgroup .amazon-change-payment-mobile,
#checkout .delivery-address .fieldgroup .amazon-change-payment-mobile,
#checkoutPages .delivery-address .fieldgroup .amazon-change-payment-mobile,
#checkout .shipping-options .fieldgroup .amazon-change-payment-mobile,
#checkoutPages .shipping-options .fieldgroup .amazon-change-payment-mobile {
  pointer-events: none;
}
#checkout .billing-information .amazon-image,
#checkoutPages .billing-information .amazon-image,
#checkout .payment-information .amazon-image,
#checkoutPages .payment-information .amazon-image,
#checkout .on-order .amazon-image,
#checkoutPages .on-order .amazon-image,
#checkout .delivery-address .amazon-image,
#checkoutPages .delivery-address .amazon-image,
#checkout .shipping-options .amazon-image,
#checkoutPages .shipping-options .amazon-image {
  padding-top: 10px;
  width: 175px;
}
#checkout .billing-information .amazon-descriptor,
#checkoutPages .billing-information .amazon-descriptor,
#checkout .payment-information .amazon-descriptor,
#checkoutPages .payment-information .amazon-descriptor,
#checkout .on-order .amazon-descriptor,
#checkoutPages .on-order .amazon-descriptor,
#checkout .delivery-address .amazon-descriptor,
#checkoutPages .delivery-address .amazon-descriptor,
#checkout .shipping-options .amazon-descriptor,
#checkoutPages .shipping-options .amazon-descriptor {
  vertical-align: top;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
}
#checkout .store-pickup .delivery-address > div,
#checkoutPages .store-pickup .delivery-address > div {
  padding: 0.5em;
}
#checkout .store-pickup-totals,
#checkoutPages .store-pickup-totals {
  padding: 1em;
}
#checkout .store-pickup-note,
#checkoutPages .store-pickup-note {
  padding: 0.5em;
  color: #a2081d;
}
#checkout .chooseaddress .forminput,
#checkoutPages .chooseaddress .forminput {
  vertical-align: top;
}
#checkout .chooseaddress .forminput input,
#checkoutPages .chooseaddress .forminput input {
  vertical-align: top;
}
#checkout .chooseaddress .forminput label,
#checkoutPages .chooseaddress .forminput label {
  width: calc(100% - 11vw) !important;
  display: inline-block !important;
  font-weight: normal;
}
#checkout .discounts h2,
#checkoutPages .discounts h2 {
  margin-top: 1em !important;
}
#checkout .discounts.closed .infobox,
#checkoutPages .discounts.closed .infobox {
  display: none;
}
#checkout .discounts .infobox,
#checkoutPages .discounts .infobox {
  padding: 0.5em;
  background: #E8E9EA;
  border-radius: 3px;
  margin: 0 0.5em 0.5em !important;
}
#checkout .discounts .infobox .forminput > label,
#checkoutPages .discounts .infobox .forminput > label {
  display: block;
  margin-bottom: 5px;
}
#checkout .discounts .infobox .forminput #CouponCode,
#checkoutPages .discounts .infobox .forminput #CouponCode {
  max-width: 414px;
}
#checkout .discounts .infobox .forminput input[type=text],
#checkoutPages .discounts .infobox .forminput input[type=text] {
  margin-bottom: 0.5em;
}
#checkout .discounts .infobox .snap-css-button,
#checkoutPages .discounts .infobox .snap-css-button {
  display: inline-block;
  padding: 0.5em;
  width: auto;
}
#checkout .discounts .infobox.gift-card,
#checkoutPages .discounts .infobox.gift-card {
  margin-top: 1em;
}
#checkout .discounts .infobox.gift-card #apply-balance,
#checkoutPages .discounts .infobox.gift-card #apply-balance,
#checkout .discounts .infobox.gift-card #clear-gift-card,
#checkoutPages .discounts .infobox.gift-card #clear-gift-card,
#checkout .discounts .infobox.gift-card .ApplyAmount,
#checkoutPages .discounts .infobox.gift-card .ApplyAmount {
  display: none;
}
#checkout .discounts .infobox.gift-card #gift-card-apply,
#checkoutPages .discounts .infobox.gift-card #gift-card-apply,
#checkout .discounts .infobox.gift-card #gift-card-message,
#checkoutPages .discounts .infobox.gift-card #gift-card-message {
  font-weight: bold;
  margin: 0.5em 0;
  display: inline-block;
}
#checkout .discounts .infobox.gift-card #gift-card-message,
#checkoutPages .discounts .infobox.gift-card #gift-card-message {
  font-weight: bold;
}
#checkout .discounts .infobox.gift-card .apply-amount,
#checkoutPages .discounts .infobox.gift-card .apply-amount {
  display: none;
  margin-left: 5px;
  text-align: right;
  width: 100px;
}
#checkout .discounts .infobox.gift-card label[for="ApplyThisAmount"],
#checkoutPages .discounts .infobox.gift-card label[for="ApplyThisAmount"] {
  display: none;
}
#checkout .taxnotice,
#checkoutPages .taxnotice {
  color: #a2081d !important;
  margin-bottom: 1em;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #000;
  padding: 1em;
  background: #E8E9EA;
}
#checkout .taxnotice:last-child,
#checkoutPages .taxnotice:last-child {
  margin-bottom: 0;
}
#checkout .taxnotice:before,
#checkoutPages .taxnotice:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05a";
  font-weight: 900;
  font-weight: 100;
  display: table-cell;
  vertical-align: middle;
  width: 1px;
}
#checkout .taxnotice > span,
#checkoutPages .taxnotice > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 1em;
}
#checkout .taxnotice.error,
#checkoutPages .taxnotice.error {
  color: #a2081d;
  font-weight: bold;
}
#checkout .taxnotice.success,
#checkoutPages .taxnotice.success {
  color: #1a951a;
  font-weight: bold;
}
#checkout .taxnotice.mainRed,
#checkoutPages .taxnotice.mainRed {
  color: #a2081d;
}
#checkout .rewards,
#checkoutPages .rewards {
  background-color: #C0FFC0;
  padding: 1em;
  margin-top: 1em;
}
#checkout #unshippable-dialog .notice,
#checkoutPages #unshippable-dialog .notice {
  color: #a2081d;
}
#checkout #unshippable-dialog .notice a,
#checkoutPages #unshippable-dialog .notice a {
  text-decoration: underline;
}
#checkout #unshippable-dialog .product,
#checkoutPages #unshippable-dialog .product {
  margin: 1em 0;
}
#checkout #back_order_items_dialog,
#checkoutPages #back_order_items_dialog,
#checkout #jit_dialog,
#checkoutPages #jit_dialog {
  display: none;
}
#checkout #back_order_items_dialog .productListing-data b,
#checkoutPages #back_order_items_dialog .productListing-data b,
#checkout #jit_dialog .productListing-data b,
#checkoutPages #jit_dialog .productListing-data b {
  color: #a2081d;
  display: block;
  margin-bottom: 0.5em;
}
#checkout #back_order_items_dialog .dialog-close-button,
#checkoutPages #back_order_items_dialog .dialog-close-button,
#checkout #jit_dialog .dialog-close-button,
#checkoutPages #jit_dialog .dialog-close-button {
  display: none;
}
#checkout #back_order_items_dialog .dialog-button-row a,
#checkoutPages #back_order_items_dialog .dialog-button-row a,
#checkout #jit_dialog .dialog-button-row a,
#checkoutPages #jit_dialog .dialog-button-row a {
  vertical-align: top;
}
#checkout .chooseaddress .moduleRow,
#checkoutPages .chooseaddress .moduleRow,
#checkout .chooseaddress .moduleRowSelected,
#checkoutPages .chooseaddress .moduleRowSelected {
  border-bottom: 1px solid #E8E9EA;
  padding: 0.5em 0;
  position: relative;
}
#checkout .chooseaddress .moduleRow .forminput,
#checkoutPages .chooseaddress .moduleRow .forminput,
#checkout .chooseaddress .moduleRowSelected .forminput,
#checkoutPages .chooseaddress .moduleRowSelected .forminput {
  width: calc(100% - 72px);
  display: inline-block;
  vertical-align: middle;
}
#checkout .chooseaddress .moduleRow .forminput label,
#checkoutPages .chooseaddress .moduleRow .forminput label,
#checkout .chooseaddress .moduleRowSelected .forminput label,
#checkoutPages .chooseaddress .moduleRowSelected .forminput label {
  display: table !important;
  width: auto !important;
}
#checkout .chooseaddress .moduleRow .forminput label input[type=radio],
#checkoutPages .chooseaddress .moduleRow .forminput label input[type=radio],
#checkout .chooseaddress .moduleRowSelected .forminput label input[type=radio],
#checkoutPages .chooseaddress .moduleRowSelected .forminput label input[type=radio] {
  display: table-cell;
}
#checkout .chooseaddress .moduleRow .forminput label .select,
#checkoutPages .chooseaddress .moduleRow .forminput label .select,
#checkout .chooseaddress .moduleRowSelected .forminput label .select,
#checkoutPages .chooseaddress .moduleRowSelected .forminput label .select {
  display: table-cell;
  padding: 0 0.5em 0 1em;
}
#checkout .chooseaddress .moduleRow .edit,
#checkoutPages .chooseaddress .moduleRow .edit,
#checkout .chooseaddress .moduleRowSelected .edit,
#checkoutPages .chooseaddress .moduleRowSelected .edit {
  width: 65px;
  vertical-align: middle;
  display: inline-block;
}
#checkout .chooseaddress .moduleRow .edit a,
#checkoutPages .chooseaddress .moduleRow .edit a,
#checkout .chooseaddress .moduleRowSelected .edit a,
#checkoutPages .chooseaddress .moduleRowSelected .edit a {
  padding: 1em;
}
#checkout .new-address,
#checkoutPages .new-address {
  text-align: center;
}
#checkout .warning,
#checkoutPages .warning {
  padding: 1em 0.5em;
}
#checkout #address-form .forminput > div:nth-child(1) label,
#checkoutPages #address-form .forminput > div:nth-child(1) label {
  margin-bottom: 4px;
  display: block !important;
}
#checkout #address-form .forminput > div:nth-child(2) input[type=text],
#checkoutPages #address-form .forminput > div:nth-child(2) input[type=text] {
  margin-bottom: 0.5em;
}
#checkout #address-form .forminput > div:nth-child(2) input[type=text].input-validation-error,
#checkoutPages #address-form .forminput > div:nth-child(2) input[type=text].input-validation-error {
  border: 1px solid #a2081d;
}
#checkout #address-form .forminput > div:nth-child(3),
#checkoutPages #address-form .forminput > div:nth-child(3) {
  text-align: right;
  margin-top: 0.5em;
}
#checkout #address-form .forminput > div:nth-child(3) input[type=checkbox],
#checkoutPages #address-form .forminput > div:nth-child(3) input[type=checkbox] {
  margin-top: 0;
}
@media screen and (orientation: landscape) {
  #checkout #address-form .forminput,
  #checkoutPages #address-form .forminput {
    margin-bottom: 0.5em;
  }
  #checkout #address-form .forminput > div:nth-child(1),
  #checkoutPages #address-form .forminput > div:nth-child(1) {
    display: inline-block;
    width: calc(20vw - 4px -  1em );
    margin-right: 1em;
    text-align: right;
    vertical-align: middle;
  }
  #checkout #address-form .forminput > div:nth-child(2),
  #checkoutPages #address-form .forminput > div:nth-child(2) {
    display: inline-block;
    width: calc(80vw - 4px -  1em );
    vertical-align: middle;
  }
  #checkout #address-form .forminput > div:nth-child(2) input[type=text],
  #checkoutPages #address-form .forminput > div:nth-child(2) input[type=text] {
    margin-bottom: 0;
  }
}
#checkout #address-form .buttons,
#checkoutPages #address-form .buttons {
  text-align: center;
  margin-top: 1em;
}
#checkout #address-form .newaddress,
#checkoutPages #address-form .newaddress {
  margin-bottom: 0.5em;
}
#confirmation-dialog.payment-page > div .center {
  text-align: center;
  padding-bottom: 1em;
}
#confirmation-dialog.payment-page > div .center.more-logo {
  margin-top: 1em;
}
#confirmation-dialog.payment-page > div .center.more {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}
#confirmation-dialog.payment-page > div .center.more a {
  white-space: nowrap;
}
#confirmation-dialog.payment-page > div img {
  max-width: 90%;
}
#checkout .orderEdit a {
  color: green;
  text-decoration: underline;
}
#checkout.payment .billing-address {
  padding-top: 0;
}
#checkout.payment .header.payment-error {
  margin-bottom: 0;
}
#checkout.payment .infobox {
  max-width: 736px;
  margin: auto;
}
#checkout.payment .paymentmethod {
  margin: 0.5em 0;
}
#checkout.payment .paymentmethod:last-child {
  margin-bottom: 0;
}
#checkout.payment .paymentmethod > div {
  display: table;
  width: 100%;
}
#checkout.payment .paymentmethod > div > div {
  display: table-cell;
  vertical-align: top;
  padding: 0.5em;
}
#checkout.payment .paymentmethod > div > div * {
  vertical-align: middle;
}
#checkout.payment .paymentmethod > div > div a {
  text-decoration: underline;
}
#checkout.payment .paymentmethod > div > div label a {
  vertical-align: text-bottom;
}
#checkout.payment .paymentmethod > div > div label > span {
  display: none;
}
#checkout.payment .paymentmethod > div > div label .learn-more {
  outline: none;
  position: relative;
  line-height: inherit;
  vertical-align: baseline;
  text-decoration: none;
}
#checkout.payment .paymentmethod > div > div label .learn-more span {
  display: none;
}
#checkout.payment .paymentmethod > div > div label .learn-more:after {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 15px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f059";
  font-weight: 900;
  font-weight: 100;
  color: #000;
  cursor: pointer;
  vertical-align: unset;
  margin-left: 1px;
}
#checkout.payment .paymentmethod > div > div input[type=checkbox] {
  margin-top: 0;
}
#checkout.payment .paymentmethod > div > div:first-child {
  width: 30px;
}
#checkout.payment .paymentmethod > div > div:last-child {
  padding-left: 0;
}
#checkout.payment .paymentmethod > div > div:last-child:not(.all-cards) {
  text-align: left;
}
#checkout.payment .paymentmethod > div > div:last-child img {
  height: 25px;
  margin-bottom: 5px;
  display: inline-block;
}
#checkout.payment .paymentmethod > div > div:last-child .detail {
  display: none;
}
#checkout.payment .paymentmethod > div > div:last-child > div:first-child {
  font-weight: bold;
}
#checkout.payment .paymentmethod > div.selected {
  background: #E9F4FC;
}
#checkout.payment .paymentmethod > div.selected > div:nth-child(2) > div.detail {
  display: block;
}
#checkout.payment .paymentmethod.creditcard .detail > div.paymentfields .fields {
  display: flex;
  flex-direction: column;
}
#checkout.payment .paymentmethod.creditcard .detail > div.paymentfields .fields .forminput {
  line-height: 2;
  display: block;
  width: auto;
  box-sizing: border-box;
}
#checkout.payment .paymentmethod.creditcard .detail > div.paymentfields .fields .forminput a {
  vertical-align: initial;
}
#checkout.payment .paymentmethod.creditcard .detail > div.paymentfields .fields .forminput:nth-child(1) {
  order: 1;
}
#checkout.payment .paymentmethod.creditcard .detail > div.paymentfields .fields .forminput:nth-child(3) {
  order: 2;
}
#checkout.payment .paymentmethod.creditcard .detail > div.paymentfields .fields .forminput:nth-child(2) {
  order: 3;
}
#checkout.payment .paymentmethod.creditcard .detail > div.paymentfields .fields .forminput:nth-child(2) #CCExpiresMonth {
  margin-bottom: 0.5em;
}
#checkout.payment .paymentmethod.creditcard .detail > div.paymentfields .fields .forminput:nth-child(4) {
  order: 4;
  margin-top: 1em;
}
#checkout.payment .paymentmethod.creditcard .detail > div.paymentfields .fields .forminput:nth-child(4) label {
  display: inline;
}
#checkout.payment .paymentmethod.creditcard .detail > div.paymentfields .fields .forminput.save input {
  margin-right: 0;
}
#checkout.payment .paymentmethod.creditcard .detail > div.paymentfields .fields .forminput.save .learn-more {
  outline: none;
  position: relative;
  line-height: inherit;
  vertical-align: baseline;
  text-decoration: none;
}
#checkout.payment .paymentmethod.creditcard .detail > div.paymentfields .fields .forminput.save .learn-more span {
  display: none;
}
#checkout.payment .paymentmethod.creditcard .detail > div.paymentfields .fields .forminput.save .learn-more:after {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 15px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f059";
  font-weight: 900;
  font-weight: 100;
  color: #000;
  cursor: pointer;
  vertical-align: unset;
  margin-left: 1px;
}
#checkout.payment .paymentmethod.creditcard .detail > div.paymentfields .card-info {
  margin-top: 1em;
}
#checkout.payment .paymentmethod.creditcard .detail > div.paymentfields .card-info > div {
  padding-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
}
#checkout.payment .paymentmethod.creditcard .detail > div.paymentfields .card-info > div a {
  padding: 1em 1em 0;
  text-align: center;
  position: relative;
}
#checkout.payment .paymentmethod.creditcard .detail > div.paymentfields .card-info > div a img {
  max-width: 100%;
  height: auto;
}
#checkout.payment .paymentmethod#payment_affirm img {
  mix-blend-mode: multiply;
}
#checkout.payment .paymentmethod#payment_paypal span {
  font-weight: normal;
  font-size: 11px;
  display: inline-block;
}
#checkout.payment .paymentmethod#payment_paypal .forminput label span {
  display: none;
}
#checkout.payment .paymentmethod#payment_paypal img {
  margin-bottom: 0;
}
#checkout.payment .discounts {
  text-align: left;
}
#checkout.payment .discounts h2 {
  background: none;
  text-decoration: underline;
  font-weight: normal;
  text-align: left;
  margin-left: 0;
  padding: 0 0 0.5em 1em;
}
#checkout.payment .discounts h2.closed + div {
  display: none;
}
#checkout.shipping a:not(.snap-css-button) {
  text-decoration: underline;
}
#checkout.shipping .note {
  padding: 0 1em 1em;
}
#checkout.shipping .note p {
  margin-top: 0;
}
#checkout.shipping .address-block {
  box-sizing: border-box;
}
#checkout.shipping .address-block .delivery .address {
  padding: 0.5em;
}
#checkout.shipping .address-block .delivery .change-address {
  margin: 0.5em 0;
}
#checkout.shipping .address-block .delivery .change-address .billing {
  margin-top: 1em;
  color: #a2081d;
}
#checkout.shipping .address-block .delivery .change-address .amazon-change-address-mobile {
  pointer-events: none;
}
#checkout.shipping .address-block.locations-yes .delivery {
  border-radius: 3px;
  border: 1px solid #c2c4c6;
  margin: 0.5em;
}
#checkout.shipping .address-block.locations-yes .delivery:first-child {
  margin-top: 0;
}
#checkout.shipping .address-block.locations-yes .delivery h2 {
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  background: #2E3A47;
  border-top-left-radius: 3px;
  line-height: 1.5;
  margin-top: 0 !important;
  padding: 0 0 0 1em;
}
#checkout.shipping .address-block.locations-yes .delivery h2 > span {
  padding: 1em 0;
  display: inline-block;
  vertical-align: middle;
}
#checkout.shipping .address-block.locations-yes .delivery h2 > span.check {
  width: 33px;
  height: 29px;
  box-sizing: border-box;
  background: url("/content/skins/shared/mobile/images/unchecked.png") no-repeat;
  margin-top: -3px;
}
#checkout.shipping .address-block.locations-yes .delivery.selected {
  background: #e7ffe7;
}
#checkout.shipping .address-block.locations-yes .delivery.selected h2 > span.check {
  background: url("/content/skins/shared/mobile/images/checked.png") no-repeat;
}
#checkout.shipping .address-block.locations-yes .delivery.nostore h2 {
  padding-left: 0;
}
#checkout.shipping .address-block .location-wrapper {
  padding: 1em;
}
#checkout.shipping .address-block .location-wrapper .detail > div {
  margin-bottom: 1em;
}
#checkout.shipping .forminput {
  display: flex;
  padding: 0.5em;
  align-items: center;
}
#checkout.shipping .forminput label {
  font-weight: normal;
}
#checkout.shipping .forminput label.split {
  display: flex !important;
  font-weight: normal;
}
#checkout.shipping .forminput label.split input {
  width: 24px;
  position: relative;
}
#checkout.shipping .forminput label.split input + span {
  padding-left: 0.5em;
}
#checkout.shipping .shippingoptions {
  padding-bottom: 0.5em;
}
#checkout.shipping .shippingoptions .forminput {
  margin-bottom: 0.5em;
}
#checkout.shipping .shippingoptions .forminput label {
  display: flex;
}
#checkout.shipping .shippingoptions .forminput label > span:first-child input[type=checkbox] {
  margin-top: 0;
}
#checkout.shipping .shippingoptions .forminput label > span:nth-child(2) {
  padding-right: 1em;
}
#checkout.shipping .shippingoptions .forminput label .learn-more {
  outline: none;
  position: relative;
  line-height: inherit;
  vertical-align: baseline;
  text-decoration: none;
}
#checkout.shipping .shippingoptions .forminput label .learn-more span {
  display: none;
}
#checkout.shipping .shippingoptions .forminput label .learn-more:after {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 15px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f059";
  font-weight: 900;
  font-weight: 100;
  color: #000;
  cursor: pointer;
  vertical-align: unset;
  margin-left: 1px;
}
#checkout.shipping .shippingoptions .forminput .mainRed {
  display: block;
  margin-top: 0.5em;
}
#checkout.shipping .shipment-wrapper {
  margin: 0.5em;
  border: 1px solid #c2c4c6;
}
#checkout.shipping .shipment-wrapper h2 {
  margin-bottom: 0;
}
#checkout.shipping .shipment-wrapper .products {
  border: none;
  border-bottom: 1px solid #c2c4c6;
}
#checkout.shipping .shipment-wrapper .products .content > div {
  border-bottom: 1px solid #E8E9EA;
  padding: 0.5em;
}
#checkout.shipping .shipment-wrapper .products .content > div:last-child {
  border-bottom: none;
}
#checkout.shipping .shipment-wrapper .products .content > div img {
  width: 50px;
  vertical-align: top;
  display: inline-block;
  margin-right: -4px;
}
#checkout.shipping .shipment-wrapper .products .content > div > div {
  display: inline-block;
  width: calc(100% - 50px);
  margin: -2px -4px 0 0;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 0 0 0.5em;
}
#checkout.shipping .shipment-wrapper .products .content > div .mainRed {
  color: red;
}
#checkout.shipping .shipment-wrapper .options .shippingmethod h3 {
  padding: 0.5em;
  border-top: 1px solid #E8E9EA;
}
#checkout.shipping .shipment-wrapper .options .shippingmethod .chooseshipping {
  padding: 0.5em;
}
#checkout.shipping .shipment-wrapper .options .shippingmethod .shippingnote .mainRed {
  padding: 0.5em 0 0.5em 45px;
  box-sizing: border-box;
  font-size: 0.85em;
}
#checkout.shipping .shipment-wrapper .options .shippingmethod .shippingnote .mainRed + pre {
  padding: 0 1em 0.5em 45px;
  font-size: 0.85em;
  white-space: pre-wrap;
}
#checkout.shipping .shipment-wrapper .options .shippingmethod .shippingnote:last-of-type {
  border-bottom: none;
}
#checkout.shipping .shipment-wrapper .options .shippingmethod .storepickup {
  padding: 0 1em 1em 1em;
  font-weight: unset;
  font-size: 100%;
}
#checkout.shipping .shipment-wrapper .options .shippingmethod .note {
  padding: 0.5em;
  font-weight: unset;
  font-size: 100%;
  color: #a2081d;
}
#checkout.shipping .shipment-wrapper .options .shippingmethod .carrier-error {
  padding: 0.5em;
}
#checkout.shipping .shipment-wrapper .options .shippingmethod .quotes > div {
  padding: 0.25em 0;
}
#checkout.shipping .shipment-wrapper .options .shippingmethod .quotes > div > label {
  display: flex;
  padding: 0.5em;
}
#checkout.shipping .shipment-wrapper .options .shippingmethod .quotes > div > label > span:not(:last-child):not(:first-child) {
  padding-right: 0.5em;
}
#checkout.shipping .shipment-wrapper .options .shippingmethod .quotes > div > label > span:first-child {
  flex-grow: 0;
}
#checkout.shipping .shipment-wrapper .options .shippingmethod .quotes > div > label > span.shipping-cost {
  margin-left: auto;
}
#checkout.shipping .shipment-wrapper .options .shippingmethod .quotes > div:first-child > span {
  border-top: none;
}
#checkout.shipping .shipment-wrapper .options .shippingmethod .quotes > div:last-child:not(.free) > span {
  border-bottom: 1px solid #E8E9EA;
}
#checkout.shipping .shipment-wrapper .options .shippingmethod .quotes .free-shipping {
  text-align: right;
  font-weight: bold;
  color: #a2081d;
}
#checkout.shipping .shipment-wrapper .options .shippingmethod .quotes .shipping-cost {
  text-align: right;
}
#checkout.shipping .shipment-wrapper .options .shippingmethod .quotes.carrier-methods div.carrier td {
  padding-left: 0.5em;
  text-indent: 0;
}
#checkout.shipping .shipment-wrapper .options .shippingmethod .quotes.carrier-methods div.carrier td h3 img {
  vertical-align: middle;
}
#checkout.shipping .shipment-wrapper .options .shippingmethod .forminput.checkbox,
#checkout.shipping .shipment-wrapper .options .shippingmethod .forminput.important {
  background: #E8E9EA;
  border-bottom: 1px solid #c2c4c6;
  margin-bottom: 1em;
}
#checkout.shipping .shipment-wrapper .options .shippingmethod .forminput.checkbox label,
#checkout.shipping .shipment-wrapper .options .shippingmethod .forminput.important label {
  display: flex;
  background: #fff;
  padding: 0.5em;
  border-radius: 3px;
}
#checkout.shipping .shipment-wrapper .options .shippingmethod .forminput.important label {
  border: 1px solid red;
}
#checkout.shipping .shipment-wrapper .products.more {
  padding-bottom: 70px;
}
#checkout.shipping .shipment-wrapper .products .content {
  position: relative;
  box-sizing: border-box;
}
#checkout.shipping .shipment-wrapper .products .content.more,
#checkout.shipping .shipment-wrapper .products .content.less {
  position: relative;
  overflow: hidden;
}
#checkout.shipping .shipment-wrapper .products .content.more + .expand,
#checkout.shipping .shipment-wrapper .products .content.less + .expand {
  position: absolute;
  text-align: center;
  padding-top: 1em;
  display: block;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  z-index: 1;
}
#checkout.shipping .shipment-wrapper .products .content.more {
  overflow: hidden;
  box-sizing: border-box;
}
#checkout.shipping .shipment-wrapper .products .content.more:before {
  content: " ";
  position: absolute;
  display: table;
  bottom: 0;
  left: 0;
  height: 45px;
  width: 100%;
  -webkit-box-shadow: inset 0px -49px 25px -17px #E8E9EA;
  box-shadow: inset 0px -49px 25px -17px #E8E9EA;
  animation: fadeIn 0.3s;
  border-bottom: 1px solid #c2c4c6;
}
#checkout.shipping .shipment-wrapper .products .content.more + .expand {
  animation: fadeIn 1s;
}
#checkout.shipping .shipment-wrapper .products .content.more + .expand a:nth-child(2) {
  display: none;
}
#checkout.shipping .shipment-wrapper .products .content.more + .expand:after {
  width: 100%;
  display: block;
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 30px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f078";
  font-weight: 900;
}
#checkout.shipping .shipment-wrapper .products .content.less {
  max-height: none !important;
}
#checkout.shipping .shipment-wrapper .products .content.less + .expand a:nth-child(1) {
  display: none;
}
#checkout.shipping .shipment-wrapper .products .content.less + .expand:before {
  width: 100%;
  display: block;
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 30px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f077";
  font-weight: 900;
}
#checkout.shipping .shipment-wrapper .products .content.overflow > div:nth-child(n+7) {
  display: none;
}
#checkout.shipping .infobox.mainRed {
  color: #a2081d;
  padding: 0 1em 1em;
}
#checkout.shipping .comments > div {
  padding: 0 0.5em;
}
#checkout.shipping .continue {
  text-align: center;
  padding: 0 0.5em;
}
#checkout.verify {
  padding-top: 1px;
  padding-bottom: 1em;
}
#checkout.confirmation .on-order h2,
#checkout.confirmation .on-order h3 {
  margin: 0;
  padding: 0.5em;
  background: #E8E9EA;
  text-align: left;
}
#checkout.confirmation .on-order .method {
  padding: 0 1em 1em;
  margin-bottom: 0.5em;
  background: #E8E9EA;
}
#checkout.confirmation .on-order tbody {
  display: block;
}
#checkout.confirmation .on-order > table {
  margin: 0 0.5em;
  border: 1px solid #E8E9EA;
  display: block;
}
#checkout.confirmation .on-order > table tr {
  display: block;
  position: relative;
}
#checkout.confirmation .on-order > table tr:not(:last-child) {
  border-bottom: 1px solid #E8E9EA;
}
#checkout.confirmation .on-order > table tr:not(.heading) {
  padding: 0.5em;
}
#checkout.confirmation .on-order > table tr td {
  display: inline-block;
  margin-right: -4px;
  box-sizing: border-box;
  vertical-align: top;
}
#checkout.confirmation .on-order > table tr td.image {
  width: 42px;
}
#checkout.confirmation .on-order > table tr td.image img {
  width: 42px;
  max-width: initial;
  height: 34px;
}
#checkout.confirmation .on-order > table tr td.image,
#checkout.confirmation .on-order > table tr td.price,
#checkout.confirmation .on-order > table tr td.model {
  padding-right: 0.5em;
}
#checkout.confirmation .on-order > table tr td.price {
  width: 100px;
  text-align: right;
  padding-right: 0;
}
#checkout.confirmation .on-order > table tr td.model {
  width: calc(100% - ( 142px ));
  padding-bottom: 0.5em;
}
#checkout.confirmation .on-order > table tr td.model span {
  display: block;
  word-wrap: break-word;
}
#checkout.confirmation .on-order > table tr td.empty {
  display: none;
}
#checkout.confirmation .on-order > table tr td.name {
  display: block;
  word-wrap: break-word;
  padding-left: 44.5px;
}
#checkout.confirmation .on-order > table tr td.name.ships-in {
  color: #33BA09;
}
#checkout.confirmation .on-order > table tr td.name > div {
  font-size: 90%;
  padding-top: 0.5em;
}
#checkout.confirmation .on-order > table tr th {
  display: block;
}
#checkout.confirmation .on-order .shipping-options h3 {
  background: none;
  text-align: left;
  padding-top: 0;
}
#checkout.confirmation .on-order .shipping-options div {
  padding: 0 1em 0.5em;
  font-style: italic;
}
#checkout.confirmation .on-order .shipment-info {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
#checkout.confirmation .on-order .shipment-info h3 span {
  display: block;
  font-weight: normal;
}
#checkout.confirmation .change-payment {
  margin: 1em 0;
}
#checkout.confirmation .payment-information .table {
  display: table;
}
#checkout.confirmation .payment-information .table > div {
  display: table-row;
}
#checkout.confirmation .payment-information .table > div > div {
  display: table-cell;
  text-align: left;
  padding-bottom: 0.33333333em;
}
#checkout.confirmation .payment-information .table > div > div:first-child {
  padding-right: 1em;
}
#checkout.confirmation .payment-information label {
  font-weight: bold;
}
#checkout.confirmation .amazon-image {
  width: 115px;
}
#checkout.confirmation .amazon-descriptor {
  display: block;
  margin-bottom: 0.5em;
}
#checkout.confirmation .totals .fieldgroup {
  display: table;
  padding: 0.5em;
  box-sizing: border-box;
  max-width: 414px;
  margin-left: auto;
}
#checkout.confirmation .totals .fieldgroup .forminput {
  display: table-row;
}
#checkout.confirmation .totals .fieldgroup .forminput > span {
  display: table-cell;
  padding-bottom: 0.33333333em;
}
#checkout.confirmation .totals .fieldgroup .forminput > span:first-child {
  font-weight: bold;
  text-align: right;
}
#checkout.confirmation .totals .fieldgroup .forminput > span:last-child {
  text-align: right;
  padding: 0 0.5em;
  font-weight: normal;
}
#checkout.confirmation .billing-information .infobox {
  text-align: left;
}
#checkout.confirmation .billing-information .totals .fieldgroup .forminput > span:last-child {
  padding-right: 0;
}
#checkout.address-edit .page-block.first {
  padding-top: 0;
}
#checkout.address-edit .addresses .header em {
  display: block;
  margin-top: 0.5em;
  font-style: italic;
  font-weight: normal;
}
#checkout.address-edit .choose-address > div {
  border-bottom: 1px solid #c2c4c6;
  padding: 1em 0.5em;
}
#checkout.address-edit .choose-address > div > div a + a {
  margin-top: 0.5em;
}
#checkout.address-edit .choose-address > div > div:last-child {
  padding-top: 0.5em;
}
#checkout.address-edit .choose-address > div label {
  color: green;
  font-weight: bold;
  margin: 0 0 0.5em;
  display: block;
}
.success-container .pageHeading {
  font-size: 1.125rem;
  font-weight: bold;
}
.success-container #vip,
.success-container .newslettersignup {
  margin-bottom: 2em;
}
.success-container #vip .pageHeading {
  background-color: #fff;
}

/*Amain color palette*/
/*mixins*/
button {
  border: none;
}
body.hide-content #wrapper {
  display: none;
}
body.hide-content .ui-widget-overlay {
  background: white;
  opacity: 1;
}
.ui-widget-header {
  border: none;
  border-radius: 0;
}
.newsletter-options .forminput > div:nth-child(1) label,
#vip .forminput > div:nth-child(1) label {
  margin-bottom: 4px;
  display: block !important;
}
.newsletter-options .forminput > div:nth-child(2) input[type=text],
#vip .forminput > div:nth-child(2) input[type=text] {
  margin-bottom: 0.5em;
}
.newsletter-options .forminput > div:nth-child(2) input[type=text].input-validation-error,
#vip .forminput > div:nth-child(2) input[type=text].input-validation-error {
  border: 1px solid #a2081d;
}
.newsletter-options .forminput > div:nth-child(3),
#vip .forminput > div:nth-child(3) {
  text-align: right;
  margin-top: 0.5em;
}
.newsletter-options .forminput > div:nth-child(3) input[type=checkbox],
#vip .forminput > div:nth-child(3) input[type=checkbox] {
  margin-top: 0;
}
@media screen and (orientation: landscape) {
  .newsletter-options .forminput,
  #vip .forminput {
    margin-bottom: 0.5em;
  }
  .newsletter-options .forminput > div:nth-child(1),
  #vip .forminput > div:nth-child(1) {
    display: inline-block;
    width: calc(20vw - 4px -  1em );
    margin-right: 1em;
    text-align: right;
    vertical-align: middle;
  }
  .newsletter-options .forminput > div:nth-child(2),
  #vip .forminput > div:nth-child(2) {
    display: inline-block;
    width: calc(80vw - 4px -  1em );
    vertical-align: middle;
  }
  .newsletter-options .forminput > div:nth-child(2) input[type=text],
  #vip .forminput > div:nth-child(2) input[type=text] {
    margin-bottom: 0;
  }
}
.newsletter-options .newslettersignup,
#vip .newslettersignup {
  padding-top: 0.5em;
}
.newsletter-options form,
#vip form {
  padding: 0 0.5em;
}
.newsletter-options .prefs-saved,
#vip .prefs-saved,
.newsletter-options .vip-saved,
#vip .vip-saved {
  color: #33BA09;
  font-weight: bold;
  padding: 0 0 0.5em;
}
.newsletter-options .mainRed,
#vip .mainRed {
  color: #a2081d;
  margin-bottom: 0.5em;
}
.newsletter-options .forminput,
#vip .forminput {
  padding-bottom: 1em;
}
.newsletter-options .forminput > div,
#vip .forminput > div {
  margin-right: -4px;
  display: inline-block;
  vertical-align: top;
}
.newsletter-options .forminput > div a,
#vip .forminput > div a {
  text-decoration: underline;
}
.newsletter-options .forminput > div:nth-child(1),
#vip .forminput > div:nth-child(1) {
  width: 85%;
  padding-right: 1em;
  box-sizing: border-box;
}
.newsletter-options .forminput > div:nth-child(1) > label,
#vip .forminput > div:nth-child(1) > label {
  font-weight: normal;
}
.newsletter-options .forminput > div:nth-child(2),
#vip .forminput > div:nth-child(2) {
  width: 15%;
  text-align: right;
}
@media screen and (orientation: landscape) {
  .newsletter-options .forminput > div:nth-child(1),
  #vip .forminput > div:nth-child(1) {
    text-align: left;
    margin-right: -4px;
  }
}
.newsletter-options h3 + label,
#vip h3 + label {
  font-weight: normal;
}
#productpage {
  padding-bottom: 1px;
}
#productpage .quantity,
#productpage .unavailable,
#productpage #shipping-perks,
#productpage .options,
#productpage .buy-now-button,
#productpage .s-buy-now-button,
#productpage .wishlist,
#productpage .button-stack,
#productpage .write-review,
#productpage .productcontent > .titlebar,
#productpage .productcontent > .relateddepartments,
#productpage .previous_purchase,
#productpage .location-wrapper,
#productpage .bundle-groups,
#productpage .related-brand {
  margin-left: auto;
  margin-right: auto;
}
#productpage .sku-brand,
#productpage .related-products-link,
#productpage .rating-div,
#productpage #stock-messages,
#productpage #store-availability,
#productpage .location-wrapper,
#productpage .bundle-item-name,
#productpage .bundle-group-name,
#productpage .upc {
  font-size: 0.9rem;
}
#productpage .affirm,
#productpage .getnotified,
#productpage .productcontent,
#productpage .productname,
#productpage .product-group-heading,
#productpage .imageslider,
#productpage .slidemarkers,
#productpage .mfrdiscountblock,
#productpage .hazmat,
#productpage .dropshiponly,
#productpage .lithiumhazmat,
#productpage .discontinued,
#productpage .sku-brand,
#productpage .upc,
#productpage .related-products-link,
#productpage .rating-div,
#productpage .quantity,
#productpage #shipping-perks,
#productpage .rewards,
#productpage .options,
#productpage .s-buy-now-button,
#productpage .wishlist,
#productpage #stock-messages,
#productpage .paypal-message,
#productpage .shippingblock,
#productpage #stock-messages,
#productpage .percustomerlimit {
  margin-bottom: 0.5em;
}
#productpage .options,
#productpage .button-stack,
#productpage .write-review {
  max-width: 414px;
}
#productpage .titlebar {
  padding: 0.5em 0;
}
#productpage .productcontent {
  padding: 0 0.5em;
  overflow: hidden;
}
#productpage .productcontent h2 {
  font-weight: bold;
}
#productpage .productcontent #product-info {
  position: relative;
  z-index: 5;
}
#productpage .productcontent #shipping-perks {
  font-weight: bold;
}
#productpage .productcontent .rewards {
  padding: 0.5em;
  background: #f4f6f9;
}
#productpage .productcontent .rewards a {
  text-decoration: underline;
}
#productpage .productcontent .rewards strong:after {
  display: block;
  clear: right;
  content: "";
}
#productpage .productcontent .related {
  padding: 0;
  box-sizing: border-box;
}
#productpage .productcontent .related h2 {
  background: #E8E9EA;
  margin: 0;
  padding: 1em;
}
#productpage .productcontent .more-results {
  margin-top: 2em;
}
#productpage .productcontent .product-group {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0.5em;
  margin-left: -0.5em;
  margin-right: -0.5em;
  border-bottom: 1px solid #E8E9EA;
}
#productpage .productcontent .product-group::-webkit-scrollbar {
  display: none;
}
#productpage .productcontent .product-group .product-group-images {
  display: flex;
  position: relative;
}
#productpage .productcontent .product-group .product-group-images a {
  margin: 2px;
}
#productpage .productcontent .product-group .product-group-images a.current {
  display: inline-block;
  position: relative;
  border: 1px solid #c2c4c6;
}
#productpage .productcontent .product-group .product-group-images a.current:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  background: transparent linear-gradient(180deg, #46464700 0%, #4646476E 100%) 0% 0% no-repeat padding-box;
  opacity: 0.25;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#productpage .productcontent .product-group .product-group-images a.current img {
  mix-blend-mode: multiply;
  display: block;
}
#productpage .productcontent .product-group .product-group-images a img {
  width: 28.57142857vw;
  height: 22.85714286vw;
  max-width: 200px;
}
#productpage .productcontent .info a:not(.snap-css-button):not(.learn-more),
#productpage .productcontent .tab-overview a:not(.snap-css-button):not(.learn-more),
#productpage .productcontent .tab-compat a:not(.snap-css-button):not(.learn-more) {
  text-decoration: underline;
}
#productpage .productcontent .tab-expander {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
#productpage .productcontent .tab-expander.open {
  box-sizing: border-box;
}
#productpage .productcontent .tab-expander h3 img {
  margin-top: -0.5vw;
}
#productpage .productcontent .tab-expander .content {
  position: relative;
  z-index: 4;
  margin: 0 1px;
  box-sizing: border-box;
  padding: 0.5em 0.5em 0;
  line-height: 1.5;
}
#productpage .productcontent .tab-expander .content p {
  margin-bottom: 1em;
}
#productpage .productcontent .tab-expander .content iframe {
  max-width: 100%;
}
#productpage .productcontent .tab-expander .content .date-available-wrapper {
  margin: 1em 0;
}
#productpage .productcontent .tab-expander .content .date-available-wrapper .dateavailable {
  color: #a2081d;
  font-weight: bold;
}
#productpage .productcontent .tab-expander .content.tab-loading {
  min-height: 120px;
}
#productpage .productcontent .tab-expander .content.tab-loading:after {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 10px;
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 100px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f110";
  font-weight: 900;
}
#productpage .productcontent .tab-expander .content.tab-loading img {
  display: block;
}
#productpage .productcontent .tab-expander .content h1,
#productpage .productcontent .tab-expander .content h2,
#productpage .productcontent .tab-expander .content h3,
#productpage .productcontent .tab-expander .content h4,
#productpage .productcontent .tab-expander .content h5,
#productpage .productcontent .tab-expander .content h6 {
  margin: 0.5em 0;
  font-weight: bold;
}
#productpage .productcontent .tab-expander .content ul,
#productpage .productcontent .tab-expander .content ol {
  margin: 0 0 1em 0.5em;
}
#productpage .productcontent .tab-expander .content ul li,
#productpage .productcontent .tab-expander .content ol li {
  margin-left: 1em;
  margin-bottom: 0.5em;
}
#productpage .productcontent .tab-expander .content ul li ul li,
#productpage .productcontent .tab-expander .content ol li ul li,
#productpage .productcontent .tab-expander .content ul li ol li,
#productpage .productcontent .tab-expander .content ol li ol li {
  margin-left: 2em;
}
#productpage .productcontent .tab-expander .content img[src*='ViewManual'],
#productpage .productcontent .tab-expander .content img[src*='WarrantyInfo'],
#productpage .productcontent .tab-expander .content img[src*='FAQ_Icon'] {
  width: 24vw;
}
#productpage .productcontent .tab-expander .content .intro {
  font-weight: bold;
  background: #E8E9EA;
  margin-bottom: 1em;
  padding: 1em;
}
#productpage .productcontent .tab-expander .content .intro a {
  font-style: italic;
}
#productpage .productcontent .tab-expander .content .item {
  border-bottom: 1px solid #c2c4c6;
}
#productpage .productcontent .tab-expander .content .item:last-child {
  border-bottom: 0;
}
#productpage .productcontent .tab-expander .content .item:after {
  position: relative;
  display: table;
  content: " ";
  clear: both;
}
#productpage .productcontent .tab-expander .content .item .model,
#productpage .productcontent .tab-expander .content .item .price,
#productpage .productcontent .tab-expander .content .item .name {
  text-align: right;
}
#productpage .productcontent .tab-expander .content .item .price {
  margin-bottom: 1em;
  border: none;
}
#productpage .productcontent .tab-expander .content .item .image {
  width: 26vw;
  margin-right: 2vw;
  float: left;
}
#productpage .productcontent .tab-expander .content .item .image img {
  width: 100%;
  height: auto;
}
#productpage .productcontent .tab-expander .content .item .model,
#productpage .productcontent .tab-expander .content .item .name,
#productpage .productcontent .tab-expander .content .item .price {
  width: calc(100% -  28vw );
  float: right;
}
#productpage .productcontent .tab-expander .content .item .addtocart-wrapper {
  text-align: right;
  margin-bottom: 1em;
}
#productpage .productcontent .tab-expander .content .item .addtocart-wrapper .buy-now-button,
#productpage .productcontent .tab-expander .content .item .addtocart-wrapper .unavailable {
  margin-right: 0;
}
#productpage .productcontent .tab-expander .content .includes > div {
  padding: 0.5em 0;
}
#productpage .productcontent .tab-expander .content .includes > div > div {
  margin-bottom: 0.5em;
}
#productpage .productcontent .tab-expander .content .includes > div > div.name a {
  text-decoration: none;
}
#productpage .productcontent .tab-expander .content.tab-resources .resources > div {
  padding-bottom: 2em;
}
#productpage .productcontent .tab-expander .content.tab-resources .resources > div > a {
  display: inline-block;
  width: calc(100% -  3em );
  line-height: 1.25;
}
#productpage .productcontent .tab-expander .content.tab-resources .resources > div > img {
  max-width: 2em;
  height: auto;
  vertical-align: top;
}
#productpage .productcontent .tab-expander .content.tab-resources .resources > div.sectiontitle {
  font-weight: bold;
  margin-top: 1em;
}
#productpage .productcontent .tab-expander .content.tab-resources .resources > div:last-child > a {
  text-decoration: underline;
}
#productpage .productcontent .tab-expander.tab-feedback {
  border-bottom: 1px solid #c2c4c6;
}
#productpage .productcontent .tab-expander.tab-feedback h3 .rating {
  margin-left: 2em;
}
#productpage .productcontent .tab-expander.tab-feedback:not(.open) h3 .rating span {
  color: #fff;
}
#productpage .productcontent .tab-expander.tab-feedback:first-child {
  padding-top: 0;
}
#productpage .productcontent .tab-expander.tab-feedback .review-header .review-username,
#productpage .productcontent .tab-expander.tab-feedback .review-header .verified,
#productpage .productcontent .tab-expander.tab-feedback .review-header .edit-review {
  display: inline-block;
}
#productpage .productcontent .tab-expander.tab-feedback .review-header .review-username {
  font-weight: bold;
}
#productpage .productcontent .tab-expander.tab-feedback .review-header .verified {
  font-size: 80%;
  margin: 0 1em 0 0;
}
#productpage .productcontent .tab-expander.tab-feedback .review-header .verified i {
  color: #33BA09;
  margin-right: 2px;
}
#productpage .productcontent .tab-expander.tab-feedback .reviewdate {
  margin-bottom: 1em;
  font-size: 80%;
}
#productpage .productcontent .tab-expander.tab-feedback .variantreviewed {
  margin-bottom: 1em;
  font-style: italic;
}
#productpage .productcontent .tab-expander.tab-feedback .review-body {
  margin-bottom: 2em;
}
#productpage .productcontent .tab-expander.tab-feedback .review-footer {
  margin-bottom: 2em;
}
#productpage .productcontent .tab-expander.tab-feedback .fa {
  height: 6vw;
}
#productpage .productcontent .tab-expander.tab-feedback .helpful {
  font-weight: bold;
}
#productpage .productcontent .tab-expander.tab-overview table.sizing-chart,
#productpage .productcontent .tab-expander.tab-size-charts table.sizing-chart {
  display: block;
  overflow-x: auto;
  margin-bottom: 2em;
}
#productpage .productcontent .tab-expander.tab-overview table.sizing-chart tbody,
#productpage .productcontent .tab-expander.tab-size-charts table.sizing-chart tbody {
  max-width: 100%;
  display: table;
  border-collapse: collapse;
  box-sizing: border-box;
}
#productpage .productcontent .tab-expander.tab-overview table.sizing-chart tr:nth-child(odd),
#productpage .productcontent .tab-expander.tab-size-charts table.sizing-chart tr:nth-child(odd) {
  background-color: #E8E9EA;
}
#productpage .productcontent .tab-expander.tab-overview table.sizing-chart tr:first-child td,
#productpage .productcontent .tab-expander.tab-size-charts table.sizing-chart tr:first-child td {
  font-weight: bold;
}
#productpage .productcontent .tab-expander.tab-overview table.sizing-chart tr th,
#productpage .productcontent .tab-expander.tab-size-charts table.sizing-chart tr th,
#productpage .productcontent .tab-expander.tab-overview table.sizing-chart tr td,
#productpage .productcontent .tab-expander.tab-size-charts table.sizing-chart tr td {
  border: 1px solid #2E3A47;
  padding: 5px;
  width: auto;
}
#productpage .productcontent .tab-expander.tab-overview table.sizing-chart tr th,
#productpage .productcontent .tab-expander.tab-size-charts table.sizing-chart tr th {
  font-weight: bold;
  text-align: left;
}
#productpage .productcontent .tab-expander.tab-overview table.sizing-chart tr td:first-child,
#productpage .productcontent .tab-expander.tab-size-charts table.sizing-chart tr td:first-child {
  font-weight: bold;
}
#productpage .productcontent .tab-expander.tab-size-charts #charts-menu {
  margin: 0 0 0.5em;
}
#productpage .productcontent .tab-expander.tab-size-charts #charts-menu li {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #c2c4c6;
  border-radius: 3px;
  padding: 0;
  margin: 0 0.5em 0 0;
}
#productpage .productcontent .tab-expander.tab-size-charts #charts-menu li.selected {
  background: #16588c;
  border-color: #16588c;
  color: #fff;
}
#productpage .productcontent .tab-expander.tab-size-charts #charts-menu li a {
  padding: 0.5em 1em;
  display: block;
  text-decoration: none;
}
#productpage .productcontent .tab-expander.tab-size-charts #charts-menu #chart-content > div:not(.show) {
  display: none;
}
#productpage .productcontent .tab-expander.tab-size-charts #chart-content > div:not(.show) {
  display: none;
}
#productpage .productcontent .tab-expander .note {
  margin-top: 0.5em;
}
#productpage .productcontent .relateddepartments.tab-expander.open {
  overflow: hidden;
  border: none;
  margin: 0 -1em;
  padding: 0 0.5em 0.25em;
}
#productpage .productcontent .relateddepartments.tab-expander.open .content {
  border: none;
  padding: 0;
}
#productpage .productcontent .relateddepartments.tab-expander.open .breadcrumb {
  padding: 0.5em;
  margin: 0;
}
#productpage .productcontent .relateddepartments.tab-expander.open .breadcrumb li {
  padding: 0;
  margin: 0;
}
#productpage .productcontent .relateddepartments.tab-expander.open .breadcrumb li i {
  display: none;
}
#productpage .productcontent .relateddepartments:not(.tab-expander) {
  border-top: 1px solid #E8E9EA;
  padding: 0;
}
#productpage .productcontent .learn-more {
  outline: none;
  position: relative;
  line-height: inherit;
  vertical-align: baseline;
  text-decoration: none;
}
#productpage .productcontent .learn-more span {
  display: none;
}
#productpage .productcontent .learn-more:after {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 15px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f059";
  font-weight: 900;
  font-weight: 100;
  color: #000;
  cursor: pointer;
  vertical-align: unset;
  margin-left: 1px;
}
#productpage .productcontent .info {
  display: flex;
  flex-direction: column;
  padding-top: 0.5em;
}
#productpage .productcontent .info .location-wrapper {
  padding: 0.5em;
  order: 2;
  border-top: 1px solid #E8E9EA;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
#productpage .productcontent .info .location-wrapper #store-availability a {
  text-decoration: underline;
}
#productpage .productcontent .info .location-wrapper #store-availability #store-icon {
  background: url(/content/skins/shared/images/misc/store.png) no-repeat;
  background-size: contain;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: top;
}
#productpage .productcontent .info .location-wrapper #store-availability .detail {
  box-sizing: border-box;
  display: inline-block;
  width: calc(100% - (25px +  1.5em ));
}
#productpage .productcontent .info .location-wrapper #store-availability .detail .title {
  font-weight: bold;
}
#productpage .productcontent .info .location-wrapper #store-availability .detail > div:first-child {
  margin-bottom: 0.5em;
}
#productpage .productcontent .info .location-wrapper #store-availability .has-stock-yes {
  color: #33BA09;
  font-weight: bold;
  display: inline-block;
}
#productpage .productcontent .info .location-wrapper #store-availability .has-stock-yes .snap-css-button {
  font-weight: normal;
  margin-top: 1em;
}
#productpage .productcontent .info .location-wrapper #store-availability .has-stock-no {
  font-weight: bold;
  display: inline-block;
  color: #a2081d;
}
#productpage .productcontent .info .location-wrapper .availability-blurb {
  padding: 1em 0;
}
#productpage .productcontent .info .previous_purchase {
  border-bottom: 1px solid #c2c4c6;
  box-sizing: border-box;
  padding: 1em 2em;
  background: #E8E9EA;
}
#productpage .productcontent .info .previous_purchase .previous-order a {
  color: #517891;
  text-decoration: underline;
}
#productpage .productcontent .info .productname {
  font-weight: bold;
  overflow-wrap: break-word;
}
#productpage .productcontent .info #stock-messages {
  padding: 0.5em;
  background: #f4f6f9;
}
#productpage .productcontent .info #stock-messages .bold {
  font-weight: bold;
}
#productpage .productcontent .info #stock-messages .outofstock,
#productpage .productcontent .info #stock-messages .preordertext {
  color: #a2081d;
  font-weight: bold;
}
#productpage .productcontent .info #stock-messages .instock,
#productpage .productcontent .info #stock-messages .outofstock,
#productpage .productcontent .info #stock-messages .preordertext,
#productpage .productcontent .info #stock-messages .instoreonlytext {
  display: block;
}
#productpage .productcontent .info #stock-messages .instock {
  color: green;
  font-weight: bold;
}
#productpage .productcontent .info #stock-messages .preordertext {
  color: #a2081d;
}
#productpage .productcontent .info #stock-messages .dateavailable {
  margin: 0 0 0.5em;
  color: #a2081d;
}
#productpage .productcontent .info #stock-messages .message {
  font-style: italic;
}
#productpage .productcontent .info #stock-messages .stock {
  margin-top: 0.5em;
  display: flex;
  flex-wrap: wrap;
}
#productpage .productcontent .info #stock-messages .stock > div {
  border-radius: 3px;
  padding: 0.25em 0.5em;
  color: #fff;
  white-space: nowrap;
  font-size: 80%;
  margin: 0 3px 3px 0;
}
#productpage .productcontent .info #stock-messages .stock > div:not(.stock-N) {
  background: #25750d;
}
#productpage .productcontent .info #stock-messages .stock > div.stock-N {
  background: #8f1d21;
}
#productpage .productcontent .info .rating-div {
  position: relative;
}
#productpage .productcontent .info .rating-div .read-reviews {
  display: none;
  color: black;
  padding: 1px 3px 1px 3px;
  position: absolute;
  border-radius: 3px;
}
#productpage .productcontent .info .rating-div i {
  font-size: 1.3rem;
}
#productpage .productcontent .info .imageslider {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#productpage .productcontent .info .imageslider::-webkit-scrollbar {
  display: none;
}
#productpage .productcontent .info .imageslider + .slidemarkers {
  margin-top: -0.5em;
}
#productpage .productcontent .info .imageslider .slides {
  display: flex;
  height: 64vw;
}
#productpage .productcontent .info .imageslider .slides img {
  width: 80vw;
  height: 64vw;
  max-width: initial;
  margin-right: 0.5em;
}
#productpage .productcontent .info .imageslider .slides.full {
  @img Height = 95vw * 0.8;
  height: 76vw;
}
#productpage .productcontent .info .imageslider .slides.full img {
  width: 95vw;
  height: 76vw;
  margin: auto;
}
#productpage .productcontent .info .productsinfobar .price {
  padding-top: 0.5em;
  margin: 0 0 0.5em;
}
#productpage .productcontent .info .productsinfobar .price * {
  color: #000;
  vertical-align: middle;
}
#productpage .productcontent .info .productsinfobar .price .savings {
  font-size: 0.9rem;
  color: #a2081d;
}
#productpage .productcontent .info .productsinfobar .price tr th,
#productpage .productcontent .info .productsinfobar .price tr td {
  vertical-align: top;
  padding-top: 3px;
  padding-bottom: 3px;
}
#productpage .productcontent .info .productsinfobar .price tr th {
  font-size: 0.9rem;
}
#productpage .productcontent .info .productsinfobar .price tr td {
  padding-left: 0.5em;
}
#productpage .productcontent .info .productsinfobar .price tr td em {
  font-style: normal;
  font-size: 85%;
  font-weight: normal;
}
#productpage .productcontent .info .productsinfobar .price tr:not(.single-line) th {
  text-align: right;
}
#productpage .productcontent .info .productsinfobar .price tr.theprice th,
#productpage .productcontent .info .productsinfobar .price tr.theprice td {
  font-size: 130%;
}
#productpage .productcontent .info .productsinfobar .price tr.theprice:not(.single-line) th {
  padding-right: 3px;
}
#productpage .productcontent .info .productsinfobar .price tr.theprice:not(.single-line) td {
  padding-left: 0.33333333em;
}
#productpage .productcontent .info .productsinfobar .price tr.theprice.single-line td {
  padding-left: 0;
}
#productpage .productcontent .info .productsinfobar .price tr.theprice th {
  font-weight: normal;
}
#productpage .productcontent .info .productsinfobar .price tr:not(.theprice) th {
  padding-right: 0.5em;
}
#productpage .productcontent .info .productsinfobar .price tr:not(.theprice) td {
  font-weight: normal;
}
#productpage .productcontent .info .productsinfobar .paypal-message {
  height: 40px;
}
#productpage .productcontent .info .productsinfobar .affirm {
  height: 40px;
  margin-bottom: 1em;
}
#productpage .productcontent .info .productsinfobar .affirm a.affirm-modal-trigger {
  text-decoration: none;
}
#productpage .productcontent .info .productsinfobar .affirm a.affirm-modal-trigger u {
  white-space: nowrap;
}
#productpage .productcontent .info .productsinfobar .availability.store {
  font-weight: bold;
  margin-bottom: 1em;
  color: #a2081d;
}
#productpage .productcontent .info .productsinfobar .freeshipping {
  font-weight: bold;
  margin-bottom: 1em;
}
#productpage .productcontent .info .productsinfobar .bundle-groups {
  padding: 0.5em 0;
}
#productpage .productcontent .info .productsinfobar .bundle-groups h3 {
  font-weight: bold;
  margin-bottom: 0;
}
#productpage .productcontent .info .productsinfobar .bundle-groups .bundle-group-name {
  padding: 0.5em 0;
}
#productpage .productcontent .info .productsinfobar .bundle-groups .bundle-group-row {
  display: table;
  margin-bottom: 0.5em;
}
#productpage .productcontent .info .productsinfobar .bundle-groups .bundle-group-row > div {
  display: table-cell;
  vertical-align: middle;
}
#productpage .productcontent .info .productsinfobar .bundle-groups .bundle-group-row > div.bundle-item-image {
  width: 50px;
}
#productpage .productcontent .info .productsinfobar .bundle-groups .bundle-group-row > div.bundle-item-image img {
  width: 100%;
  height: auto;
}
#productpage .productcontent .info .productsinfobar .bundle-groups .bundle-group-row > div.bundle-item-radio {
  padding: 0 0.5em 0 1em;
}
#productpage .productcontent .info .productsinfobar .bundle-groups .bundle-group-row > div.bundle-item-radio input[type="radio"] {
  margin: 0 30px 0 6px;
}
#productpage .productcontent .info .productsinfobar .bundle-groups .bundle-group-row > div.bundle-item-name {
  padding-left: 0.5em;
}
#productpage .productcontent .info .productsinfobar .qty-stock .qty-button {
  display: flex;
  margin-bottom: 0.5em;
  align-items: stretch;
}
#productpage .productcontent .info .productsinfobar .qty-stock .qty-button .quantity {
  margin: 0 5px 0 0;
}
#productpage .productcontent .info .productsinfobar .qty-stock .qty-button .quantity.dealer .qty {
  min-height: initial;
  height: 100%;
}
#productpage .productcontent .info .productsinfobar .qty-stock .instoreonlytext {
  color: #f4903f;
}
#productpage .productcontent .info .productsinfobar .qty-stock .options {
  margin-bottom: 0.5em;
}
#productpage .productcontent .info .productsinfobar .qty-stock .options > a {
  font-weight: bold;
  margin: 1em 0;
  line-height: 1.49;
  color: inherit;
  text-decoration: none;
}
#productpage .productcontent .info .productsinfobar .qty-stock .options .variants {
  list-style-type: none;
  margin: 0 0 0.5em;
}
#productpage .productcontent .info .productsinfobar .qty-stock .options .variants li {
  margin: 0 0.5em 0.5em 0;
  font-weight: normal;
  vertical-align: middle;
  min-width: 55px;
  text-align: center;
  padding: 0.5em 0.5em 0.5em;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #2E3A47;
  border-radius: 3px;
}
#productpage .productcontent .info .productsinfobar .qty-stock .options .variants li a {
  text-decoration: none;
}
#productpage .productcontent .info .productsinfobar .qty-stock .options .variants li.disabled {
  position: relative;
  box-shadow: none;
  border-color: #c2c4c6;
  color: #686868;
}
#productpage .productcontent .info .productsinfobar .qty-stock .options .variants li.disabled a {
  position: relative;
}
#productpage .productcontent .info .productsinfobar .qty-stock .options .variants li.disabled:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
#productpage .productcontent .info .productsinfobar .qty-stock .options .variants li.sel-True {
  background: #2E3A47;
  color: #fff;
  pointer-events: none;
}
#productpage .productcontent .info .productsinfobar .qty-stock #view-size-charts {
  margin: 0.5em 0 1em 0;
  display: block;
  font-weight: bold;
}
#productpage .productcontent .info .productsinfobar .button-stack .button-wrapper {
  position: relative;
  display: block;
}
#productpage .productcontent .info .productsinfobar .button-stack .bold {
  font-weight: bold;
}
#productpage .productcontent .info .productsinfobar .button-stack .getnotified input {
  display: inline-block;
  vertical-align: top;
}
#productpage .productcontent .info .productsinfobar .button-stack .getnotified div {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: calc(100% - 3rem);
}
#productpage .productcontent .info .productsinfobar .button-stack .getnotified div label {
  font-weight: normal;
}
#productpage .productcontent .info .productsinfobar .button-stack .getnotified div a {
  text-decoration: underline;
  color: #000;
  margin-top: 0.5em;
  display: block;
}
#productpage .productcontent .info .productsinfobar .button-stack .getnotified.checked label {
  font-weight: bold;
  color: #33BA09;
}
#productpage .productcontent .info .productsinfobar .button-stack #saved-list-link {
  margin: 1em 0;
  background: none;
  color: #000;
  text-shadow: none;
  display: block;
  text-decoration: none;
}
#productpage .productcontent .info .productsinfobar .button-stack #saved-list-link:before {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 18px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f02e";
  font-weight: 900;
  font-weight: 100;
  margin-right: 5px;
}
#productpage .productcontent .info .productsinfobar .button-stack #saved-list-link.saved:before {
  font-weight: 900;
}
#productpage .productcontent .info .productsinfobar .button-stack .on-back-order {
  margin: 0.5em 0;
  font-weight: bold;
}
#productpage .productcontent .info .productsinfobar .outofstock {
  color: #a2081d;
}
#productpage .productcontent .info .productsinfobar .instock {
  color: #33BA09;
  font-weight: bold;
}
#productpage .productcontent .info .mfrdiscountblock,
#productpage .productcontent .info .hazmat,
#productpage .productcontent .info .dropshiponly,
#productpage .productcontent .info .lithiumhazmat,
#productpage .productcontent .info .discontinued {
  color: #a2081d;
  font-style: italic;
  display: block;
}
#productpage .productcontent .info .discontinued {
  padding: 1em 0;
  font-weight: bold;
  line-height: 1.5;
}
#productpage .productcontent .info .write-review {
  margin: 0 auto 1em;
  padding: 0;
}
#productpage .productcontent .info .write-review a {
  font-weight: bold;
  background: none;
  color: #000;
  text-shadow: none;
  text-decoration: underline;
  padding: 0;
}
#productpage .productcontent .dateadded {
  font-style: italic;
  display: block;
  background: #E8E9EA;
  padding: 1em;
}
#productpage .productcontent .reviewaction {
  padding: 1em 0;
}
#productpage .productcontent .reviewaction a {
  text-decoration: underline;
  margin-bottom: 1em;
  display: block;
}
#productpage .productcontent .slider ul {
  width: 20000em;
}
#productpage .productcontent .slider .jcarousel-prev,
#productpage .productcontent .slider .jcarousel-next {
  display: none;
}
#productpage .productcontent .slider ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#productpage .productcontent .slider ul li {
  padding: 0.5em 0.5em 0;
  box-sizing: border-box;
  list-style-type: none;
  width: 33.3%;
  margin-right: -4px;
  display: inline-block;
  font-size: 80%;
  vertical-align: top;
}
@media only screen and (min-width: 1000px) {
  #productpage .productcontent .slider ul li {
    width: calc( 1000px  * 1/3);
  }
}
#productpage .productcontent .slider ul li:last-child {
  border: none;
}
#productpage .productcontent .slider ul li .image {
  display: block;
  padding: 0 0.5em 0;
  text-align: center;
}
#productpage .productcontent .slider ul li .image img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
#productpage .productcontent .slider ul li .info {
  padding: 0 0.5em;
  vertical-align: top;
}
#productpage .productcontent .slider ul li .price {
  padding: 0.5em 0;
  margin: 0;
  border: none;
}
#productpage .productcontent .slider ul li .productNormalPrice {
  flex: unset;
}
#productpage .productcontent .slider ul li .dateavailable {
  font-style: italic;
}
#productpage #sticky-button {
  width: 100%;
  max-width: initial;
  display: none;
  align-items: stretch;
  background: #f3f3f3;
  box-sizing: border-box;
  margin: 0.5em 0 0;
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #E8E9EA;
  z-index: 999999;
  padding: 0 0.5em;
  padding-bottom: calc(1rem + env(safe-area-inset-bottom));
}
#productpage #sticky-button.fixed {
  display: flex;
}
#productpage #sticky-button a.snap-css-button {
  margin: 0.5em 0;
}
#productpage #sticky-button .product-options {
  padding: 1em 0.5em;
  box-sizing: border-box;
  align-self: center;
  flex-grow: 1;
}
#add-to-saved-list-dialog #view-saved-lists {
  padding: 0;
  margin: 0 0 0.5em;
}
#add-to-saved-list-dialog #view-saved-lists a {
  text-decoration: underline;
  font-weight: bold;
}
#add-to-saved-list-dialog #available-saved-lists {
  position: relative;
  max-height: 65vh;
  overflow: auto;
}
#add-to-saved-list-dialog #available-saved-lists ul {
  list-style-type: none;
}
#add-to-saved-list-dialog #available-saved-lists ul:last-child span:after {
  content: "";
  clear: both;
  display: table;
}
#add-to-saved-list-dialog #available-saved-lists ul:last-child span + input {
  margin-left: 2.4em;
  width: calc(100% - ( 2em  + 1em));
}
#add-to-saved-list-dialog #available-saved-lists ul li {
  margin-left: 0;
  padding: 0 0 0.5em;
  box-sizing: border-box;
}
#add-to-saved-list-dialog #available-saved-lists ul li label {
  font-weight: normal;
}
#add-to-saved-list-dialog #available-saved-lists ul li label span {
  display: inline-block;
  width: calc(100% - ( 3em  + 4px));
  vertical-align: middle;
}
#add-to-saved-list-dialog .success {
  margin-top: 1em;
}
#add-to-saved-list-dialog .success .checkmark {
  background: #33BA09;
  border-radius: 90%;
  padding: 4px;
  display: inline-block;
}
#add-to-saved-list-dialog .success .checkmark i {
  color: #fff;
}
#add-to-saved-list-dialog .success #saved-list-product {
  margin-top: 1em;
}
#add-to-saved-list-dialog .success #saved-list-product img {
  width: 100px;
  height: 80px;
  display: inline-block;
  vertical-align: middle;
}
#add-to-saved-list-dialog .success #saved-list-product span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - (100px +  2em ));
  margin-left: 1em;
  font-weight: bold;
}
#add-to-saved-list-dialog .success h3.error {
  font-size: 100%;
  font-weight: bold;
}
#add-to-saved-list-dialog #items-saved {
  display: none;
}
#add-to-saved-list-dialog .error {
  margin-top: 1em;
  color: #a2081d;
}
#add-to-saved-list-dialog .error ul {
  margin: 0.5em 0 0 1em;
}
#add-to-saved-list-dialog .message {
  margin: 0.5em 0;
}
#add-to-saved-list-dialog .message.error {
  font-weight: bold;
}
#add-to-saved-list-dialog .message:not(.show) {
  display: none;
}
#add-to-saved-list-dialog .buttons {
  padding-top: 0.5em;
  display: flex;
  flex-direction: column;
}
#add-to-saved-list-dialog .buttons a {
  color: #fff;
}
#add-to-saved-list-dialog .buttons a#submit-saved-lists {
  order: 1;
}
#add-to-saved-list-dialog .buttons a#cancel {
  order: 2;
  margin-top: 0.5em;
}
@media (orientation: landscape) {
  #add-to-saved-list-dialog #available-saved-lists {
    max-height: 60vh;
  }
  #add-to-saved-list-dialog .buttons {
    flex-direction: row;
  }
  #add-to-saved-list-dialog .buttons a#cancel {
    margin-top: 0;
    margin-left: 0.5em;
  }
}
.lazyframe {
  margin: auto;
}
.lazyframe:not(.lazyframe--loaded) {
  visibility: hidden;
}
.lazyframe iframe {
  background: #000;
}
.unavailable-in-store {
  pointer-events: none;
}

/*Amain color palette*/
/*mixins*/
button {
  border: none;
}
body.hide-content #wrapper {
  display: none;
}
body.hide-content .ui-widget-overlay {
  background: white;
  opacity: 1;
}
.ui-widget-header {
  border: none;
  border-radius: 0;
}
.newsletter-options .forminput > div:nth-child(1) label,
#vip .forminput > div:nth-child(1) label {
  margin-bottom: 4px;
  display: block !important;
}
.newsletter-options .forminput > div:nth-child(2) input[type=text],
#vip .forminput > div:nth-child(2) input[type=text] {
  margin-bottom: 0.5em;
}
.newsletter-options .forminput > div:nth-child(2) input[type=text].input-validation-error,
#vip .forminput > div:nth-child(2) input[type=text].input-validation-error {
  border: 1px solid #a2081d;
}
.newsletter-options .forminput > div:nth-child(3),
#vip .forminput > div:nth-child(3) {
  text-align: right;
  margin-top: 0.5em;
}
.newsletter-options .forminput > div:nth-child(3) input[type=checkbox],
#vip .forminput > div:nth-child(3) input[type=checkbox] {
  margin-top: 0;
}
@media screen and (orientation: landscape) {
  .newsletter-options .forminput,
  #vip .forminput {
    margin-bottom: 0.5em;
  }
  .newsletter-options .forminput > div:nth-child(1),
  #vip .forminput > div:nth-child(1) {
    display: inline-block;
    width: calc(20vw - 4px -  1em );
    margin-right: 1em;
    text-align: right;
    vertical-align: middle;
  }
  .newsletter-options .forminput > div:nth-child(2),
  #vip .forminput > div:nth-child(2) {
    display: inline-block;
    width: calc(80vw - 4px -  1em );
    vertical-align: middle;
  }
  .newsletter-options .forminput > div:nth-child(2) input[type=text],
  #vip .forminput > div:nth-child(2) input[type=text] {
    margin-bottom: 0;
  }
}
.newsletter-options .newslettersignup,
#vip .newslettersignup {
  padding-top: 0.5em;
}
.newsletter-options form,
#vip form {
  padding: 0 0.5em;
}
.newsletter-options .prefs-saved,
#vip .prefs-saved,
.newsletter-options .vip-saved,
#vip .vip-saved {
  color: #33BA09;
  font-weight: bold;
  padding: 0 0 0.5em;
}
.newsletter-options .mainRed,
#vip .mainRed {
  color: #a2081d;
  margin-bottom: 0.5em;
}
.newsletter-options .forminput,
#vip .forminput {
  padding-bottom: 1em;
}
.newsletter-options .forminput > div,
#vip .forminput > div {
  margin-right: -4px;
  display: inline-block;
  vertical-align: top;
}
.newsletter-options .forminput > div a,
#vip .forminput > div a {
  text-decoration: underline;
}
.newsletter-options .forminput > div:nth-child(1),
#vip .forminput > div:nth-child(1) {
  width: 85%;
  padding-right: 1em;
  box-sizing: border-box;
}
.newsletter-options .forminput > div:nth-child(1) > label,
#vip .forminput > div:nth-child(1) > label {
  font-weight: normal;
}
.newsletter-options .forminput > div:nth-child(2),
#vip .forminput > div:nth-child(2) {
  width: 15%;
  text-align: right;
}
@media screen and (orientation: landscape) {
  .newsletter-options .forminput > div:nth-child(1),
  #vip .forminput > div:nth-child(1) {
    text-align: left;
    margin-right: -4px;
  }
}
.newsletter-options h3 + label,
#vip h3 + label {
  font-weight: normal;
}
#producttab {
  background-color: #c2c4c6;
  padding-bottom: 1vw;
}
#producttab h2.header {
  font-weight: bold;
  margin: 2vw 0;
}
#producttab .name {
  font-weight: bold;
}
#producttab .content {
  background-color: white;
  margin: 2vw;
  padding: 2vw;
  border-radius: 6px;
  min-height: 67vh;
}
#producttab .reviews .user {
  font-weight: bold;
  margin-right: 2vw;
}
#producttab .reviews .item:nth-child(n+2) {
  border-top: 1px solid #737373;
}

/* --------------------------------------------------------------
    reset.css
    Copyright (C) 2004 and later AMain.com, Inc.
    All Rights Reserved
    Description: Sets default values for all base elements across all browsers
-------------------------------------------------------------- */

html {
    margin: 0;
    padding: 0;
    border: 0;
    height: initial;
    width: initial;
    background: none;
    overflow-y: initial;
}

html body {
    min-height: 0;
    width: inherit;
}

html body > #wrapper {
    width: inherit;
    height: inherit;
    box-shadow: none;
}

header {
    width: inherit;
    height: inherit;
}

#maincontent {
    width: inherit;
    height: inherit;
    min-height: inherit;
    padding: 0;
    margin: 0;
}

footer {
    width: inherit;
    background: white;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section, input, button {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    line-height: inherit;
}

/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display: block;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
    border-collapse: separate;
    border-spacing: 0;
}

a img {
    border: none;
}

a {
    text-decoration: none;
    color: inherit;
}

/*Amain color palette*/
/*mixins*/
button {
  border: none;
}
body.hide-content #wrapper {
  display: none;
}
body.hide-content .ui-widget-overlay {
  background: white;
  opacity: 1;
}
.ui-widget-header {
  border: none;
  border-radius: 0;
}
.newsletter-options .forminput > div:nth-child(1) label,
#vip .forminput > div:nth-child(1) label {
  margin-bottom: 4px;
  display: block !important;
}
.newsletter-options .forminput > div:nth-child(2) input[type=text],
#vip .forminput > div:nth-child(2) input[type=text] {
  margin-bottom: 0.5em;
}
.newsletter-options .forminput > div:nth-child(2) input[type=text].input-validation-error,
#vip .forminput > div:nth-child(2) input[type=text].input-validation-error {
  border: 1px solid #a2081d;
}
.newsletter-options .forminput > div:nth-child(3),
#vip .forminput > div:nth-child(3) {
  text-align: right;
  margin-top: 0.5em;
}
.newsletter-options .forminput > div:nth-child(3) input[type=checkbox],
#vip .forminput > div:nth-child(3) input[type=checkbox] {
  margin-top: 0;
}
@media screen and (orientation: landscape) {
  .newsletter-options .forminput,
  #vip .forminput {
    margin-bottom: 0.5em;
  }
  .newsletter-options .forminput > div:nth-child(1),
  #vip .forminput > div:nth-child(1) {
    display: inline-block;
    width: calc(20vw - 4px -  1em );
    margin-right: 1em;
    text-align: right;
    vertical-align: middle;
  }
  .newsletter-options .forminput > div:nth-child(2),
  #vip .forminput > div:nth-child(2) {
    display: inline-block;
    width: calc(80vw - 4px -  1em );
    vertical-align: middle;
  }
  .newsletter-options .forminput > div:nth-child(2) input[type=text],
  #vip .forminput > div:nth-child(2) input[type=text] {
    margin-bottom: 0;
  }
}
.newsletter-options .newslettersignup,
#vip .newslettersignup {
  padding-top: 0.5em;
}
.newsletter-options form,
#vip form {
  padding: 0 0.5em;
}
.newsletter-options .prefs-saved,
#vip .prefs-saved,
.newsletter-options .vip-saved,
#vip .vip-saved {
  color: #33BA09;
  font-weight: bold;
  padding: 0 0 0.5em;
}
.newsletter-options .mainRed,
#vip .mainRed {
  color: #a2081d;
  margin-bottom: 0.5em;
}
.newsletter-options .forminput,
#vip .forminput {
  padding-bottom: 1em;
}
.newsletter-options .forminput > div,
#vip .forminput > div {
  margin-right: -4px;
  display: inline-block;
  vertical-align: top;
}
.newsletter-options .forminput > div a,
#vip .forminput > div a {
  text-decoration: underline;
}
.newsletter-options .forminput > div:nth-child(1),
#vip .forminput > div:nth-child(1) {
  width: 85%;
  padding-right: 1em;
  box-sizing: border-box;
}
.newsletter-options .forminput > div:nth-child(1) > label,
#vip .forminput > div:nth-child(1) > label {
  font-weight: normal;
}
.newsletter-options .forminput > div:nth-child(2),
#vip .forminput > div:nth-child(2) {
  width: 15%;
  text-align: right;
}
@media screen and (orientation: landscape) {
  .newsletter-options .forminput > div:nth-child(1),
  #vip .forminput > div:nth-child(1) {
    text-align: left;
    margin-right: -4px;
  }
}
.newsletter-options h3 + label,
#vip h3 + label {
  font-weight: normal;
}
#searchpage .imagemap,
#category .imagemap,
#micrositehome .imagemap {
  text-align: center;
}
#searchpage .imagemap .brand-logo,
#category .imagemap .brand-logo,
#micrositehome .imagemap .brand-logo {
  margin-top: 1em;
}
li#searchpage .breadcrumb:last-child,
li#category .breadcrumb:last-child,
li#micrositehome .breadcrumb:last-child {
  font-weight: bold;
}
#searchpage .addtocartbtn,
#category .addtocartbtn,
#micrositehome .addtocartbtn,
#searchpage .backorderbtn,
#category .backorderbtn,
#micrositehome .backorderbtn {
  float: right;
}
#searchpage .search-filter,
#category .search-filter,
#micrositehome .search-filter {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
}
#searchpage .viewmore,
#category .viewmore,
#micrositehome .viewmore {
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 15px 0 15px 0;
}
#searchpage #cancel,
#category #cancel,
#micrositehome #cancel,
#searchpage #reset,
#category #reset,
#micrositehome #reset {
  background-color: #227fca;
  color: white;
  border: 1px solid 0;
  border-radius: 3px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-size: 100%;
  font-weight: bold;
  position: relative;
  margin: 0;
  clear: both;
  padding: 16px;
  width: 100%;
  max-width: 414px;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none !important;
  background: linear-gradient(to bottom, #2280ca 0px, #16588c 100%);
  margin-left: 1em;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}
#searchpage #reset,
#category #reset,
#micrositehome #reset {
  color: black;
  text-shadow: none;
  background: linear-gradient(to bottom, #A8C0D4 0px, white 100%);
}
#searchpage .flex-wrapper,
#category .flex-wrapper,
#micrositehome .flex-wrapper {
  display: flex;
  flex-direction: column;
}
#searchpage .flex-wrapper .description,
#category .flex-wrapper .description,
#micrositehome .flex-wrapper .description {
  opacity: 0.7;
  font-size: 70%;
  padding: 1em;
  order: 2;
}
#searchpage .flex-wrapper .description h1,
#category .flex-wrapper .description h1,
#micrositehome .flex-wrapper .description h1 {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-style: italic;
  font-size: inherit;
  display: inline;
}
#searchpage .resultcount,
#category .resultcount,
#micrositehome .resultcount {
  width: auto !important;
  display: block !important;
  float: none !important;
  background-color: #FFF;
  border-radius: 3px;
  overflow: hidden;
  margin: 2vw 2vw 0;
  padding: 2vw;
}
#searchpage .count,
#category .count,
#micrositehome .count {
  padding: 0.5em;
}
#searchpage #productsview > .item,
#category #productsview > .item,
#micrositehome #productsview > .item {
  background-color: white;
  padding: 0.5em;
  border-bottom: 1px solid #c2c4c6;
}
#searchpage #productsview > .item:before,
#category #productsview > .item:before,
#micrositehome #productsview > .item:before,
#searchpage #productsview > .item:after,
#category #productsview > .item:after,
#micrositehome #productsview > .item:after {
  content: " ";
  display: table;
}
#searchpage #productsview > .item:after,
#category #productsview > .item:after,
#micrositehome #productsview > .item:after {
  clear: both;
}
#searchpage #productsview > .item:last-child,
#category #productsview > .item:last-child,
#micrositehome #productsview > .item:last-child {
  margin-bottom: 0;
  border: none;
}
#searchpage #productsview > .item .sku-img,
#category #productsview > .item .sku-img,
#micrositehome #productsview > .item .sku-img {
  width: 45%;
  float: left;
  padding-right: 0.5em;
  box-sizing: border-box;
}
#searchpage #productsview > .item .sku-img .sku,
#category #productsview > .item .sku-img .sku,
#micrositehome #productsview > .item .sku-img .sku {
  font-size: 80%;
  font-weight: bold;
  word-wrap: break-word;
  margin-bottom: 1em;
}
#searchpage #productsview > .item .sku-img .itemimage,
#category #productsview > .item .sku-img .itemimage,
#micrositehome #productsview > .item .sku-img .itemimage {
  width: 100%;
}
#searchpage #productsview > .item .details,
#category #productsview > .item .details,
#micrositehome #productsview > .item .details {
  float: left;
  width: 55%;
  font-size: 90%;
}
#searchpage #productsview > .item .details .price,
#category #productsview > .item .details .price,
#micrositehome #productsview > .item .details .price,
#searchpage #productsview > .item .details .name,
#category #productsview > .item .details .name,
#micrositehome #productsview > .item .details .name,
#searchpage #productsview > .item .details .rating,
#category #productsview > .item .details .rating,
#micrositehome #productsview > .item .details .rating,
#searchpage #productsview > .item .details .upc,
#category #productsview > .item .details .upc,
#micrositehome #productsview > .item .details .upc {
  margin-bottom: 0.5em;
}
#searchpage #productsview > .item .details .name,
#category #productsview > .item .details .name,
#micrositehome #productsview > .item .details .name {
  overflow-wrap: break-word;
}
#searchpage #productsview > .item .details .rating,
#category #productsview > .item .details .rating,
#micrositehome #productsview > .item .details .rating {
  display: flex;
}
#searchpage #productsview > .item .details .dateavailable,
#category #productsview > .item .details .dateavailable,
#micrositehome #productsview > .item .details .dateavailable,
#searchpage #productsview > .item .details .instoreonlytext,
#category #productsview > .item .details .instoreonlytext,
#micrositehome #productsview > .item .details .instoreonlytext,
#searchpage #productsview > .item .details .instockstoretext,
#category #productsview > .item .details .instockstoretext,
#micrositehome #productsview > .item .details .instockstoretext,
#searchpage #productsview > .item .details .outofstockstoretext,
#category #productsview > .item .details .outofstockstoretext,
#micrositehome #productsview > .item .details .outofstockstoretext,
#searchpage #productsview > .item .details .clickforavailability,
#category #productsview > .item .details .clickforavailability,
#micrositehome #productsview > .item .details .clickforavailability,
#searchpage #productsview > .item .details .availableinstoretext,
#category #productsview > .item .details .availableinstoretext,
#micrositehome #productsview > .item .details .availableinstoretext,
#searchpage #productsview > .item .details .available-in-stores,
#category #productsview > .item .details .available-in-stores,
#micrositehome #productsview > .item .details .available-in-stores,
#searchpage #productsview > .item .details .limitedstock,
#category #productsview > .item .details .limitedstock,
#micrositehome #productsview > .item .details .limitedstock {
  font-size: 80%;
  line-height: 1.5;
}
#searchpage #productsview > .item .details .outofstockstoretext,
#category #productsview > .item .details .outofstockstoretext,
#micrositehome #productsview > .item .details .outofstockstoretext,
#searchpage #productsview > .item .details .availableinstoretext,
#category #productsview > .item .details .availableinstoretext,
#micrositehome #productsview > .item .details .availableinstoretext,
#searchpage #productsview > .item .details .limitedstock,
#category #productsview > .item .details .limitedstock,
#micrositehome #productsview > .item .details .limitedstock {
  font-weight: bold;
}
#searchpage #productsview > .item .details .dateavailable,
#category #productsview > .item .details .dateavailable,
#micrositehome #productsview > .item .details .dateavailable,
#searchpage #productsview > .item .details .dateadded,
#category #productsview > .item .details .dateadded,
#micrositehome #productsview > .item .details .dateadded {
  font-style: italic;
}
#searchpage #productsview > .item .details .instoreonlytext,
#category #productsview > .item .details .instoreonlytext,
#micrositehome #productsview > .item .details .instoreonlytext {
  color: #f4903f;
}
#searchpage #productsview > .item .details .availableinstoretext,
#category #productsview > .item .details .availableinstoretext,
#micrositehome #productsview > .item .details .availableinstoretext,
#searchpage #productsview > .item .details .instockstoretext,
#category #productsview > .item .details .instockstoretext,
#micrositehome #productsview > .item .details .instockstoretext,
#searchpage #productsview > .item .details .available-in-stores,
#category #productsview > .item .details .available-in-stores,
#micrositehome #productsview > .item .details .available-in-stores {
  color: #33BA09;
}
#searchpage #productsview > .item .details .outofstockstoretext,
#category #productsview > .item .details .outofstockstoretext,
#micrositehome #productsview > .item .details .outofstockstoretext {
  color: #a2081d;
}
#searchpage #productsview > .item .details .addtocart-wrapper,
#category #productsview > .item .details .addtocart-wrapper,
#micrositehome #productsview > .item .details .addtocart-wrapper {
  margin-bottom: 0.5em;
  display: flex;
  align-items: stretch;
}
#searchpage #productsview > .item .details .addtocart-wrapper label,
#category #productsview > .item .details .addtocart-wrapper label,
#micrositehome #productsview > .item .details .addtocart-wrapper label {
  vertical-align: middle;
  display: inline-block;
}
#searchpage #productsview > .item .details .addtocart-wrapper .qty,
#category #productsview > .item .details .addtocart-wrapper .qty,
#micrositehome #productsview > .item .details .addtocart-wrapper .qty {
  margin: 0 0.5em 0 0;
  vertical-align: middle;
  border: 1px solid #2E3A47;
  height: 100%;
  border-radius: 0;
}
#searchpage #productsview > .item .details .price-action:before,
#category #productsview > .item .details .price-action:before,
#micrositehome #productsview > .item .details .price-action:before,
#searchpage #productsview > .item .details .price-action:after,
#category #productsview > .item .details .price-action:after,
#micrositehome #productsview > .item .details .price-action:after {
  content: " ";
  display: table;
}
#searchpage #productsview > .item .details .price-action:after,
#category #productsview > .item .details .price-action:after,
#micrositehome #productsview > .item .details .price-action:after {
  clear: both;
}
#searchpage #productsview > .item .details .price-action .button,
#category #productsview > .item .details .price-action .button,
#micrositehome #productsview > .item .details .price-action .button {
  margin-top: 0.5em;
}
#searchpage #productsview > .item .details .price,
#category #productsview > .item .details .price,
#micrositehome #productsview > .item .details .price {
  color: #a2081d;
  font-weight: bold;
}
#searchpage #productsview > .item .details .price *,
#category #productsview > .item .details .price *,
#micrositehome #productsview > .item .details .price * {
  text-align: right;
}
#searchpage #productsview > .item .details .price span,
#category #productsview > .item .details .price span,
#micrositehome #productsview > .item .details .price span {
  font-size: 1rem;
}
#searchpage #productsview > .item .details .price span > span:first-child,
#category #productsview > .item .details .price span > span:first-child,
#micrositehome #productsview > .item .details .price span > span:first-child {
  font-weight: bold;
}
#searchpage #productsview > .item .details .price .productNormalPrice,
#category #productsview > .item .details .price .productNormalPrice,
#micrositehome #productsview > .item .details .price .productNormalPrice,
#searchpage #productsview > .item .details .price .productSpecialPrice,
#category #productsview > .item .details .price .productSpecialPrice,
#micrositehome #productsview > .item .details .price .productSpecialPrice {
  font-size: 1.25rem;
}
#searchpage #productsview > .item .details .price s,
#category #productsview > .item .details .price s,
#micrositehome #productsview > .item .details .price s {
  color: #737373;
  font-weight: normal;
  font-size: 0.875rem;
}
#searchpage #productsview > .item .details .stock,
#category #productsview > .item .details .stock,
#micrositehome #productsview > .item .details .stock {
  margin-bottom: 0.5em;
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
}
#searchpage #productsview > .item .details .stock > div,
#category #productsview > .item .details .stock > div,
#micrositehome #productsview > .item .details .stock > div {
  border-radius: 3px;
  padding: 0.25em 0.5em;
  color: #fff;
  white-space: nowrap;
  font-size: 80%;
  margin: 0 3px 3px 0;
}
#searchpage #productsview > .item .details .stock > div:not(.stock-N),
#category #productsview > .item .details .stock > div:not(.stock-N),
#micrositehome #productsview > .item .details .stock > div:not(.stock-N) {
  background: #25750d;
}
#searchpage #productsview > .item .details .stock > div.stock-N,
#category #productsview > .item .details .stock > div.stock-N,
#micrositehome #productsview > .item .details .stock > div.stock-N {
  background: #8f1d21;
}
#searchpage #productsview > .item .details .stock > div:last-child,
#category #productsview > .item .details .stock > div:last-child,
#micrositehome #productsview > .item .details .stock > div:last-child {
  margin-right: 0;
}
#searchpage .item.dealer .details,
#category .item.dealer .details,
#micrositehome .item.dealer .details {
  text-align: right;
}
#searchpage .item.dealer .price > span,
#category .item.dealer .price > span,
#micrositehome .item.dealer .price > span {
  display: block;
  padding-bottom: 0.25em;
}
#searchpage .item.dealer .price > span > span,
#category .item.dealer .price > span > span,
#micrositehome .item.dealer .price > span > span {
  display: inline-block;
}
#searchpage .item.dealer .price > span > span:last-child,
#category .item.dealer .price > span > span:last-child,
#micrositehome .item.dealer .price > span > span:last-child {
  min-width: 70px;
}
#searchpage .item.dealer .price > span:not(.productSpecialPrice):not(.productNormalPrice) > span,
#category .item.dealer .price > span:not(.productSpecialPrice):not(.productNormalPrice) > span,
#micrositehome .item.dealer .price > span:not(.productSpecialPrice):not(.productNormalPrice) > span {
  color: #000;
  font-weight: normal;
  font-size: 90% !important;
}
#searchpage #paginatorview,
#category #paginatorview,
#micrositehome #paginatorview {
  padding: 0.5em;
}
#searchpage .google_adsense,
#category .google_adsense,
#micrositehome .google_adsense {
  margin: 1em;
}
ul.ui-autocomplete.ui-brand {
  z-index: 1002;
  width: 82vw !important;
  left: initial !important;
  right: 1em !important;
}
ul.ui-autocomplete.ui-brand li > div {
  padding: 0.5em;
}
#parts-filter > div {
  padding: 0.5em;
}
#parts-filter .title {
  display: none;
}
#parts-filter .disabled {
  pointer-events: none;
  opacity: 0.4;
}
#parts-filter .disabled select {
  pointer-events: none;
}
#parts-filter select {
  margin-bottom: 0.5em;
}
#searchpage {
  padding: 0 0.5em;
}
#searchpage .titlebar {
  border-bottom: 1px solid #E8E9EA;
  padding: 0.5em 0;
}
#searchpage #did-you-mean {
  padding: 0.5em 0;
}
#searchpage #did-you-mean a {
  text-decoration: underline;
}
#searchpage #filter-buttons {
  display: flex;
  flex-direction: row;
  margin-inline: -0.5em;
  padding: 0.5em;
  overflow-x: auto;
  align-items: flex-start;
  -webkit-overflow-scrolling: touch;
  background: #E8E9EA;
}
#searchpage #filter-buttons::-webkit-scrollbar {
  display: none;
}
#searchpage #filter-buttons a {
  display: inline-block;
  padding: 6px 10px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  white-space: nowrap;
}
#searchpage #filter-buttons a.hide {
  display: none;
}
#searchpage #filter-buttons a.filtered {
  color: #fff;
  background: #000;
}
#searchpage #filter-buttons a.active {
  background: #737373;
  color: #fff;
  border-color: #737373;
}
#searchpage #filter-buttons a:not(:last-child) {
  margin-right: 1em;
}
#searchpage #filter-buttons a span {
  display: inline-block;
}
#searchpage #filter-buttons a i {
  display: inline-block;
  margin-left: 3px;
  font-size: 120%;
  vertical-align: text-top;
}
#searchpage .search-wrapper {
  display: flex;
  flex-direction: column;
}
#searchpage .search-wrapper .description {
  padding: 0.5em;
  order: 2;
}
#searchpage .results p {
  padding: 1em 0;
}
#searchpage .results h1 {
  padding: 0.5em;
  font-weight: bold;
  background: #2E3A47;
  color: #fff;
  text-align: center;
}
#searchpage .results.no-store-inventory {
  background: #fff;
  padding: 1em;
  color: #a2081d;
  font-style: italic;
}
#searchpage #exploded-views {
  padding: 0.5em 0.5em 1em 0.5em;
}
#searchpage #exploded-views h3 {
  font-weight: bold;
  padding: 0.5em 0;
}
#searchpage.brand-override .middle {
  position: relative;
}
#searchpage.brand-override .middle .left h2 {
  margin: 1em 0.5em 0.5em;
  font-weight: bold;
}
#searchpage.brand-override .middle .left .category-menu-images {
  list-style-type: none;
  display: block;
  margin-bottom: 1em;
}
#searchpage.brand-override .middle .left .category-menu-images li {
  padding: 0;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #c2c4c6;
}
#searchpage.brand-override .middle .left .category-menu-images li:last-child {
  border-bottom: none;
}
#searchpage.brand-override .middle .left .category-menu-images li a {
  display: flex;
  text-decoration: none;
  align-items: center;
  position: relative;
  height: 100%;
}
#searchpage.brand-override .middle .left .category-menu-images li a:after {
  margin-right: 0.33333333em;
  background: url(/content/skins/shared/mobile/images/arrow-right.png) right 0.5em top 0.7em no-repeat;
  width: 35px;
  height: 100%;
  display: block;
  content: "";
  right: 0;
  position: absolute;
  background-size: 1.25em;
}
#searchpage.brand-override .middle .left .category-menu-images li a span {
  font-size: 16px;
  padding: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#searchpage.brand-override .middle .left .category-menu-images li img {
  mix-blend-mode: multiply;
  width: 55px;
  height: 44px;
  margin: 0.33em;
}
#search-bottom {
  display: flex;
  flex-flow: column;
}
#search-bottom .page-description {
  order: 10;
}

/*Amain color palette*/
/*mixins*/
button {
  border: none;
}
body.hide-content #wrapper {
  display: none;
}
body.hide-content .ui-widget-overlay {
  background: white;
  opacity: 1;
}
.ui-widget-header {
  border: none;
  border-radius: 0;
}
.newsletter-options .forminput > div:nth-child(1) label,
#vip .forminput > div:nth-child(1) label {
  margin-bottom: 4px;
  display: block !important;
}
.newsletter-options .forminput > div:nth-child(2) input[type=text],
#vip .forminput > div:nth-child(2) input[type=text] {
  margin-bottom: 0.5em;
}
.newsletter-options .forminput > div:nth-child(2) input[type=text].input-validation-error,
#vip .forminput > div:nth-child(2) input[type=text].input-validation-error {
  border: 1px solid #a2081d;
}
.newsletter-options .forminput > div:nth-child(3),
#vip .forminput > div:nth-child(3) {
  text-align: right;
  margin-top: 0.5em;
}
.newsletter-options .forminput > div:nth-child(3) input[type=checkbox],
#vip .forminput > div:nth-child(3) input[type=checkbox] {
  margin-top: 0;
}
@media screen and (orientation: landscape) {
  .newsletter-options .forminput,
  #vip .forminput {
    margin-bottom: 0.5em;
  }
  .newsletter-options .forminput > div:nth-child(1),
  #vip .forminput > div:nth-child(1) {
    display: inline-block;
    width: calc(20vw - 4px -  1em );
    margin-right: 1em;
    text-align: right;
    vertical-align: middle;
  }
  .newsletter-options .forminput > div:nth-child(2),
  #vip .forminput > div:nth-child(2) {
    display: inline-block;
    width: calc(80vw - 4px -  1em );
    vertical-align: middle;
  }
  .newsletter-options .forminput > div:nth-child(2) input[type=text],
  #vip .forminput > div:nth-child(2) input[type=text] {
    margin-bottom: 0;
  }
}
.newsletter-options .newslettersignup,
#vip .newslettersignup {
  padding-top: 0.5em;
}
.newsletter-options form,
#vip form {
  padding: 0 0.5em;
}
.newsletter-options .prefs-saved,
#vip .prefs-saved,
.newsletter-options .vip-saved,
#vip .vip-saved {
  color: #33BA09;
  font-weight: bold;
  padding: 0 0 0.5em;
}
.newsletter-options .mainRed,
#vip .mainRed {
  color: #a2081d;
  margin-bottom: 0.5em;
}
.newsletter-options .forminput,
#vip .forminput {
  padding-bottom: 1em;
}
.newsletter-options .forminput > div,
#vip .forminput > div {
  margin-right: -4px;
  display: inline-block;
  vertical-align: top;
}
.newsletter-options .forminput > div a,
#vip .forminput > div a {
  text-decoration: underline;
}
.newsletter-options .forminput > div:nth-child(1),
#vip .forminput > div:nth-child(1) {
  width: 85%;
  padding-right: 1em;
  box-sizing: border-box;
}
.newsletter-options .forminput > div:nth-child(1) > label,
#vip .forminput > div:nth-child(1) > label {
  font-weight: normal;
}
.newsletter-options .forminput > div:nth-child(2),
#vip .forminput > div:nth-child(2) {
  width: 15%;
  text-align: right;
}
@media screen and (orientation: landscape) {
  .newsletter-options .forminput > div:nth-child(1),
  #vip .forminput > div:nth-child(1) {
    text-align: left;
    margin-right: -4px;
  }
}
.newsletter-options h3 + label,
#vip h3 + label {
  font-weight: normal;
}
.chat-widget-config {
  background-color: #000;
  color: #fff;
}
label.radio {
  display: inline-block;
  position: relative;
}
label.radio input[type=radio] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  position: relative;
  width: 22px;
  vertical-align: text-top;
  margin: 0 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  label.radio input[type=radio] {
    margin-top: 2px;
  }
}
label.radio input[type=radio]:after {
  text-align: center;
  width: 20px;
  height: 20px;
  display: block;
  line-height: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
label.radio input[type=radio]:not(.active):not(:disabled) {
  cursor: pointer;
}
label.radio input[type=radio]:not(.active):not(:disabled) + span {
  cursor: pointer;
}
label.radio input[type=radio]:not(:disabled):checked:after {
  background-image: url(/content/skins/shared/images/misc/radio-active.svg);
}
label.radio input[type=radio]:not(:disabled):not(:checked):after {
  background-image: url(/content/skins/shared/images/misc/radio.svg);
}
label.radio input[type=radio]:disabled {
  background: none;
}
label.radio input[type=radio]:disabled:after {
  background-image: url(/content/skins/shared/images/misc/radio-disabled.svg);
}
#accessible-block {
  position: absolute;
  text-indent: -9999px;
}
body {
  margin: 0 auto;
  font-family: Verdana, Arial, sans-serif;
  font-size: 100%;
  background: #E8E9EA;
}
body:not(#checkoutPages) #fc_frame:not(.fc-open) {
  display: none;
}
body:not(#checkoutPages) #fc_frame.fc-open {
  background: rgba(255, 255, 255, 0.8);
}
body .acsb-trigger.acsb-ready.hide {
  display: none !important;
}
body .message-stack-wrapper a {
  text-decoration: underline;
}
body .message-stack-wrapper .message {
  border: none !important;
  box-shadow: none !important;
}
body .message-stack-wrapper .message.message-success {
  margin-bottom: 1em;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #fff;
  padding: 1em;
  background: #008140;
  border: 1px solid #E8E9EA;
  box-shadow: 0 1px 2px #f2f2f2;
}
body .message-stack-wrapper .message.message-success:last-child {
  margin-bottom: 0;
}
body .message-stack-wrapper .message.message-success:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05a";
  font-weight: 900;
  font-weight: 100;
  display: table-cell;
  vertical-align: middle;
  width: 1px;
}
body .message-stack-wrapper .message.message-success > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 1em;
}
body .message-stack-wrapper .message.message-success.error {
  color: #a2081d;
  font-weight: bold;
}
body .message-stack-wrapper .message.message-success.success {
  color: #1a951a;
  font-weight: bold;
}
body .message-stack-wrapper .message.message-success.mainRed {
  color: #a2081d;
}
body .message-stack-wrapper .message.message-warning {
  margin-bottom: 1em;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #000;
  padding: 1em;
  background: #f7e43a;
  border: 1px solid #E8E9EA;
  box-shadow: 0 1px 2px #f2f2f2;
}
body .message-stack-wrapper .message.message-warning:last-child {
  margin-bottom: 0;
}
body .message-stack-wrapper .message.message-warning:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05a";
  font-weight: 900;
  font-weight: 100;
  display: table-cell;
  vertical-align: middle;
  width: 1px;
}
body .message-stack-wrapper .message.message-warning > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 1em;
}
body .message-stack-wrapper .message.message-warning.error {
  color: #a2081d;
  font-weight: bold;
}
body .message-stack-wrapper .message.message-warning.success {
  color: #1a951a;
  font-weight: bold;
}
body .message-stack-wrapper .message.message-warning.mainRed {
  color: #a2081d;
}
body .message-stack-wrapper .message.message-error {
  margin-bottom: 1em;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #fff;
  padding: 1em;
  background: #a2081d;
  border: 1px solid #E8E9EA;
  box-shadow: 0 1px 2px #f2f2f2;
}
body .message-stack-wrapper .message.message-error:last-child {
  margin-bottom: 0;
}
body .message-stack-wrapper .message.message-error:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05a";
  font-weight: 900;
  font-weight: 100;
  display: table-cell;
  vertical-align: middle;
  width: 1px;
}
body .message-stack-wrapper .message.message-error > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 1em;
}
body .message-stack-wrapper .message.message-error.error {
  color: #a2081d;
  font-weight: bold;
}
body .message-stack-wrapper .message.message-error.success {
  color: #1a951a;
  font-weight: bold;
}
body .message-stack-wrapper .message.message-error.mainRed {
  color: #a2081d;
}
body.ajax-request-pending:not(#checkoutPages) {
  cursor: wait !important;
  cursor: progress !important;
}
body.ajax-request-pending > * {
  opacity: 0.5;
}
body.ajax-request-pending > * .snap-css-button.clicked {
  opacity: 0.7 !important;
  background: #223746 !important;
  border-color: #223746 !important;
  color: #fff !important;
}
body.ajax-request-pending > * * {
  pointer-events: none;
}
body.ajax-request-pending.no-fade > * {
  opacity: 1;
}
body.ajax-request-pending #page-loading {
  width: 100px;
  height: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -50px;
  opacity: 0.7;
  z-index: 9999;
}
body.ajax-request-pending #page-loading:after {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 100px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f110";
  font-weight: 900;
}
body .ajax-busy {
  opacity: 0.5;
  cursor: wait;
}
body .ajax-busy > * {
  pointer-events: none;
}
body.hide-content .ui-dialog.ui-widget {
  width: 100vw !important;
}
body:not(.hide-content) .ui-dialog.ui-widget {
  width: 96vw !important;
  margin: 0 1vw;
}
#maincontent,
#checkoutwrapper {
  max-width: 1000px;
  margin: 0 auto 1em auto;
}
@media only screen and (min-width: 1000px) {
  #maincontent > .page,
  #checkoutwrapper > .page {
    margin-top: 0.5em;
  }
}
.headerError {
  background: #ff0000;
  color: #ffffff;
  font-weight: bold;
  padding: 0.5em;
}
.headerInfo {
  background: #88ff88;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-bottom: -1em;
  margin-top: 1em;
}
img {
  max-width: 100%;
  height: auto;
}
#logo img {
  max-width: initial;
}
.payment-overdue {
  color: red;
}
.hide {
  display: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
select,
input[type="tel"] {
  border: 1px solid #737373;
  border-radius: 3px;
  width: calc(100% -  2px );
  background: #fff;
  min-height: 3em;
  font-size: 100%;
  padding: 0.5em;
  box-sizing: border-box;
}
input.select-to-pay {
  vertical-align: middle;
  position: relative;
  bottom: 3px;
}
select {
  width: 100%;
}
.field-validation-error {
  color: #a2081d;
}
.ui-state-highlight {
  border-color: #a2081d;
  margin: 1em;
}
div.ui-state-success {
  color: #000;
  font-weight: bold;
  background: #f0fff0;
  border-radius: 3px;
  border: 1px solid #33BA09;
  padding: 0.5em;
  margin: 0.5em;
}
textarea {
  border-radius: 3px;
  text-indent: 5px;
  width: calc(100% -  1em );
  margin-bottom: 1em;
}
#find-store .block {
  background: #2E3A47;
  color: #fff;
  display: table;
  width: 100%;
}
#find-store .block > .find {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5em 0.5em 1em;
}
#find-store .block > .find a {
  text-decoration: underline;
  color: #fff;
}
#find-store .block > .icon {
  padding: 0.5em 0;
}
#find-store .block .icon {
  display: table-cell;
  width: 40px;
  padding-right: 1em;
  text-align: right;
}
#find-store .block .icon img {
  vertical-align: middle;
  max-width: initial;
}
#find-store .block .tab-expander h3.groupheader {
  font-size: 80%;
  margin: 0;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  padding: 0.5em;
}
#find-store .block .tab-expander h3.groupheader:after {
  padding-top: 1rem;
}
#find-store .block .tab-expander h3.groupheader span {
  padding: 1em;
}
#find-store .block .tab-expander h3.groupheader span:first-child {
  padding-left: 50px;
  box-sizing: border-box;
}
#find-store .block .tab-expander h3.groupheader span:nth-child(2) {
  font-style: italic;
}
#find-store .block .tab-expander h3.groupheader span:first-child {
  background: transparent url(/content/skins/shared/mobile/images/store-white.png) no-repeat 1em center;
}
#find-store .block .tab-expander.open {
  margin-top: 0;
}
#find-store .block .tab-expander .content {
  padding-bottom: 1em;
  background: #fff;
}
#find-store .block .tab-expander .content .wrap .store-name {
  font-weight: bold;
  margin-bottom: 0.5em;
  padding: 1em;
  border-radius: 3px;
  background: #E8E9EA;
  text-align: center;
  max-width: 414px;
  text-decoration: none;
  display: block;
}
#find-store .block .tab-expander .content .wrap .store-name span {
  display: block;
  text-decoration: underline;
  margin-top: 0.25em;
  font-size: 80%;
}
#find-store .block .tab-expander .content .wrap .address {
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.5;
}
#find-store .block .tab-expander .content .wrap .heading {
  font-weight: bold;
  margin-bottom: 0.5em;
}
#find-store .block .tab-expander .content .wrap .hours {
  display: table;
  margin-bottom: 1em;
  font-size: 90%;
  line-height: 1.5;
}
#find-store .block .tab-expander .content .wrap .hours > div {
  display: table-row;
}
#find-store .block .tab-expander .content .wrap .hours > div > span {
  display: table-cell;
  padding-right: 1em;
}
#find-store .block .tab-expander .content .wrap .hours > div > span:first-child {
  font-style: italic;
}
#find-store .block .tab-expander .content .wrap .details {
  margin-top: 1em;
}
#slback {
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  top: 0;
  background: green;
  color: #fff;
  font-weight: bold;
  padding: 1em;
  z-index: 3;
  text-align: center;
}
ul.ui-autocomplete {
  list-style-type: none;
  list-style-position: outside;
  display: inline-block;
  background: #fff;
  border: 1px solid #c2c4c6;
  cursor: default;
  color: black;
  text-align: left;
  position: absolute;
  font-weight: normal;
  font-style: normal;
  left: 1em !important;
  right: 1em !important;
  box-shadow: 0px 3px 15px #c2c4c6;
  width: calc(100vw -  2em ) !important;
  margin: 0;
}
ul.ui-autocomplete li.ui-menu-item,
ul.ui-autocomplete li.search-provider-categories,
ul.ui-autocomplete li.search-provider-resources {
  border-top: 1px solid #c2c4c6;
}
ul.ui-autocomplete li.ui-menu-item a,
ul.ui-autocomplete li.search-provider-categories a,
ul.ui-autocomplete li.search-provider-resources a {
  display: block;
  padding: 0.5em;
  outline: 0;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
}
ul.ui-autocomplete li.ui-menu-item a.ui-state-focus,
ul.ui-autocomplete li.search-provider-categories a.ui-state-focus,
ul.ui-autocomplete li.search-provider-resources a.ui-state-focus,
ul.ui-autocomplete li.ui-menu-item a.ui-state-active,
ul.ui-autocomplete li.search-provider-categories a.ui-state-active,
ul.ui-autocomplete li.search-provider-resources a.ui-state-active {
  color: #000;
}
ul.ui-autocomplete li.ui-menu-item > div.ui-state-focus,
ul.ui-autocomplete li.search-provider-categories > div.ui-state-focus,
ul.ui-autocomplete li.search-provider-resources > div.ui-state-focus,
ul.ui-autocomplete li.ui-menu-item > div.ui-state-active,
ul.ui-autocomplete li.search-provider-categories > div.ui-state-active,
ul.ui-autocomplete li.search-provider-resources > div.ui-state-active {
  background: #fff;
  border: none;
}
ul.ui-autocomplete li li.ui-menu-divider {
  border-top: 1px solid #c2c4c6;
  padding: 0;
  margin: 0;
  background: none;
}
ul.ui-autocomplete.search-provider-autocomplete {
  border-top: none;
}
ul.ui-autocomplete.search-provider-autocomplete > li {
  /* Products and Categories */
  /* Categories */
}
ul.ui-autocomplete.search-provider-autocomplete > li > div {
  list-style-type: none;
  display: flex;
  flex-direction: row;
}
ul.ui-autocomplete.search-provider-autocomplete > li > div.ui-state-active {
  color: #000;
}
ul.ui-autocomplete.search-provider-autocomplete > li > div > div {
  padding: 0.5em;
  margin: 1px;
  box-sizing: border-box;
  border-radius: 3px;
}
ul.ui-autocomplete.search-provider-autocomplete > li > div > div > div {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.5em;
  font-size: 90%;
}
ul.ui-autocomplete.search-provider-autocomplete > li > div > div > div > span {
  position: relative;
  box-sizing: border-box;
  display: block;
  word-break: break-all;
}
ul.ui-autocomplete.search-provider-autocomplete > li > div > div > div .rating {
  display: block;
}
ul.ui-autocomplete.search-provider-autocomplete > li > div > div img {
  width: 60px;
  height: 48px;
  margin-right: 0.5em;
  mix-blend-mode: multiply;
}
ul.ui-autocomplete.search-provider-autocomplete > li.search-provider-autocomplete-heading {
  margin: 0;
  font-weight: bold;
  font-size: inherit;
  padding: 0.5em;
  color: #fff;
  background: #2E3A47;
}
ul.ui-autocomplete.search-provider-autocomplete > li.search-provider-categories,
ul.ui-autocomplete.search-provider-autocomplete > li.search-provider-resources {
  display: block !important;
}
ul.ui-autocomplete.search-provider-autocomplete > li.search-provider-resources > a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.ui-autocomplete.search-provider-autocomplete > li > div {
  border-top: 1px solid #c2c4c6;
}
ul.ui-autocomplete.search-provider-autocomplete.no-categories > li {
  padding-left: 0;
}
ul.ui-autocomplete.search-provider-autocomplete.no-categories > li.categories {
  display: none;
}
.header {
  font-weight: bold;
  margin-bottom: 0;
  background: #E8E9EA;
  padding: 0.5em;
}
.header.edge {
  margin: 0 -0.5em 0.5em;
}
.titlebar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  padding: 0.5em;
  color: #000;
  font-weight: bold;
  background: transparent;
}
.titlebar a.snap-css-button {
  padding: 1em;
}
.titlebar .icon {
  display: none;
}
.titlebar .breadcrumb {
  position: relative;
}
.titlebar .breadcrumb:before {
  width: 1em;
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 17px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  font-weight: 900;
  position: absolute;
  color: #fff;
  top: -2px;
  left: 0;
  font-size: 1.6em;
  font-weight: bold;
  position: relative;
}
.titlebar .close {
  font-size: 1.35em;
}
#wrapper {
  background: #fff;
}
#wrapper #confirmation-dialog {
  display: none;
}
#wrapper.loading {
  opacity: 0.5;
}
#wrapper.loading * {
  pointer-events: none;
}
#wrapper.loading + #page-loading {
  width: 100px;
  height: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -50px;
}
#wrapper.loading + #page-loading:after {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 100px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f110";
  font-weight: 900;
}
#confirmation-dialog .snap-dialog-content {
  padding-bottom: 1em;
}
#confirmation-dialog .snap-dialog-content br {
  line-height: 2;
}
#BuySafeSealSpan {
  display: none;
}
.tab-expander,
.tab-expander,
.accordion {
  color: black;
}
.tab-expander > h3,
.tab-expander > h3,
.accordion > h3,
.tab-expander > .groupheader,
.tab-expander > .groupheader,
.accordion > .groupheader {
  margin: 0;
  font-weight: normal;
  position: relative;
  padding: 1em 3em 1em 0.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
  color: #fff;
}
.tab-expander > h3:after,
.tab-expander > h3:after,
.accordion > h3:after,
.tab-expander > .groupheader:after,
.tab-expander > .groupheader:after,
.accordion > .groupheader:after {
  right: 0;
  top: 0;
  position: absolute;
  color: inherit;
}
.tab-expander > h3 img,
.tab-expander > h3 img,
.accordion > h3 img,
.tab-expander > .groupheader img,
.tab-expander > .groupheader img,
.accordion > .groupheader img {
  width: 90px;
  margin-left: 8px;
  vertical-align: middle;
}
.tab-expander > h3 + .content .filter > h3:after,
.tab-expander > h3 + .content .filter > h3:after,
.accordion > h3 + .content .filter > h3:after,
.tab-expander > .groupheader + .content .filter > h3:after,
.tab-expander > .groupheader + .content .filter > h3:after,
.accordion > .groupheader + .content .filter > h3:after {
  font-size: 1.25rem;
  right: 0.5em;
  color: #33BA09;
}
.tab-expander.open,
.tab-expander.open,
.accordion.open {
  border-bottom: 1px solid transparent;
}
.tab-expander.open > h3,
.tab-expander.open > h3,
.accordion.open > h3,
.tab-expander.open > .groupheader,
.tab-expander.open > .groupheader,
.accordion.open > .groupheader {
  display: block;
}
.tab-expander.open > h3:after,
.tab-expander.open > h3:after,
.accordion.open > h3:after,
.tab-expander.open > .groupheader:after,
.tab-expander.open > .groupheader:after,
.accordion.open > .groupheader:after {
  padding: 0.5em 0.5em 0.5em 1em;
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 1.5rem/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f106";
  font-weight: 900;
}
.tab-expander.open > h3 + .content .filter.open,
.tab-expander.open > h3 + .content .filter.open,
.accordion.open > h3 + .content .filter.open,
.tab-expander.open > .groupheader + .content .filter.open,
.tab-expander.open > .groupheader + .content .filter.open,
.accordion.open > .groupheader + .content .filter.open {
  margin: 0.25em;
}
.tab-expander.open > h3 + .content .filter.open > h3:after,
.tab-expander.open > h3 + .content .filter.open > h3:after,
.accordion.open > h3 + .content .filter.open > h3:after,
.tab-expander.open > .groupheader + .content .filter.open > h3:after,
.tab-expander.open > .groupheader + .content .filter.open > h3:after,
.accordion.open > .groupheader + .content .filter.open > h3:after {
  color: inherit;
}
.tab-expander.open .content,
.tab-expander.open .content,
.accordion.open .content {
  display: inherit;
  border-top: 0;
}
.tab-expander:not(.open),
.tab-expander:not(.open),
.accordion:not(.open) {
  border-bottom: 1px solid #fff;
}
.tab-expander:not(.open) > h3:after,
.tab-expander:not(.open) > h3:after,
.accordion:not(.open) > h3:after,
.tab-expander:not(.open) > .groupheader:after,
.tab-expander:not(.open) > .groupheader:after,
.accordion:not(.open) > .groupheader:after {
  padding: 0.6em 0.5em 0.5em 1em;
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 1.5rem/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  font-weight: 900;
}
.tab-expander:not(.open) > h3 h3,
.tab-expander:not(.open) > h3 h3,
.accordion:not(.open) > h3 h3,
.tab-expander:not(.open) > .groupheader h3,
.tab-expander:not(.open) > .groupheader h3,
.accordion:not(.open) > .groupheader h3,
.tab-expander:not(.open) > h3 .groupheader,
.tab-expander:not(.open) > h3 .groupheader,
.accordion:not(.open) > h3 .groupheader,
.tab-expander:not(.open) > .groupheader .groupheader,
.tab-expander:not(.open) > .groupheader .groupheader,
.accordion:not(.open) > .groupheader .groupheader {
  color: #fff;
}
.tab-expander .content,
.tab-expander .content,
.accordion .content {
  display: none;
  padding: 1em 1em 0.5em;
  list-style-type: none;
}
.tab-expander .content li,
.tab-expander .content li,
.accordion .content li {
  margin-bottom: 2em;
}
.tab-expander .content li:last-child,
.tab-expander .content li:last-child,
.accordion .content li:last-child {
  margin-bottom: 0.5em;
}
.tab-expander .content li > a,
.tab-expander .content li > a,
.accordion .content li > a {
  display: block;
  height: 100%;
}
.tab-expander.accordion > h3,
.tab-expander.accordion > h3,
.accordion.accordion > h3 {
  padding: 0.5em !important;
}
.tab-expander.accordion > h3:after,
.tab-expander.accordion > h3:after,
.accordion.accordion > h3:after {
  padding: 0.25em 0.5rem 0.25em 1rem;
}
.accordion:not(.open) {
  border: none;
}
.accordion:not(.open) > h3,
.accordion:not(.open) > .groupheader {
  background-color: #fff;
  color: #000;
  border-top: 1px solid #c2c4c6;
}
label {
  font-weight: bold;
}
.required {
  color: #a2081d;
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 0.5em;
  margin-top: 5px;
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  display: inline;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
  margin-left: 0.5em;
}
.forminput {
  position: relative;
}
.forminput label {
  font-weight: bold;
}
.forminput .field-validation-valid {
  display: none;
}
.forminput .inputRequirement {
  position: absolute;
  right: 4px;
  bottom: 4vw;
  color: #a2081d;
}
.buy-now-button,
.s-buy-now-button {
  background-color: #227fca;
  color: white;
  border: 0 solid 0;
  border-radius: 3px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-size: 100%;
  font-weight: bold;
  position: relative;
  margin: 0;
  clear: both;
  padding: 16px;
  width: 100%;
  max-width: 414px;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none !important;
  background: linear-gradient(to bottom, #2280ca 0px, #16588c 100%);
}
.continue.button {
  background-color: #227fca;
  color: white;
  border: 0 solid 0;
  border-radius: 3px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-size: 100%;
  font-weight: bold;
  position: relative;
  margin: 0;
  clear: both;
  padding: 16px;
  width: 100%;
  max-width: 414px;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none !important;
  background: linear-gradient(to bottom, #2280ca 0px, #16588c 100%);
}
.wishlist.buton {
  background-color: white;
  color: #227fca;
  border: 1px solid #227fca;
  border-radius: 3px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-size: 100%;
  font-weight: bold;
  position: relative;
  margin: 0;
  clear: both;
  padding: 16px;
  width: 100%;
  max-width: 414px;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none !important;
}
.backorder {
  background-color: #a2081d;
  color: white;
  border: 0 solid white;
  border-radius: 3px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-size: 100%;
  font-weight: bold;
  position: relative;
  margin: 0;
  clear: both;
  padding: 16px;
  width: 100%;
  max-width: 414px;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none !important;
}
body .price * {
  font-weight: bold;
  flex: 1 0 auto;
  text-align: left;
}
body .theprice * {
  color: #a2081d;
}
.sku-price-action .price {
  margin: 0 1em;
  flex: 1 0 auto;
  text-align: right;
}
.sku-price-action .sku {
  font-weight: bold;
  flex: 1 1 auto;
}
.sku-price-action .addtocartbtn,
.sku-price-action .backorderbtn {
  flex: 0 0 auto;
}
.sku-price-action .price-action {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  justify-content: flex-end;
}
button.snap-css-button {
  width: 100%;
}
.button .clickforavailability {
  background-color: #227fca;
  color: white;
  border: 0 solid 0;
  border-radius: 3px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-size: 100%;
  font-weight: bold;
  position: relative;
  margin: 0;
  clear: both;
  padding: 16px;
  width: 100%;
  max-width: 414px;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none !important;
  background: linear-gradient(to bottom, #2280ca 0px, #16588c 100%);
  background: #fff;
  border: 1px solid #227fca;
  color: #227fca;
  text-shadow: none;
  padding: 11.5px 2em;
}
.snap-css-button {
  background-color: #227fca;
  color: white;
  border: 0 solid 0;
  border-radius: 3px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-size: 100%;
  font-weight: bold;
  position: relative;
  margin: 0;
  clear: both;
  padding: 16px;
  width: 100%;
  max-width: 414px;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none !important;
  background: linear-gradient(to bottom, #2280ca 0px, #16588c 100%);
}
.snap-css-button.forward,
.snap-css-button.continue.button,
.snap-css-button.legacy-button-green,
.snap-css-button.preorder,
.snap-css-button.ship {
  background: linear-gradient(to bottom, #22c922 0px, #188c18 100%);
  border-color: #1dab1d;
}
.snap-css-button.forward.clicked,
.snap-css-button.continue.button.clicked,
.snap-css-button.legacy-button-green.clicked,
.snap-css-button.preorder.clicked,
.snap-css-button.ship.clicked {
  background: #909090 linear-gradient(to bottom, #909090 0px, #707070 100%);
  border-color: #808080;
}
.snap-css-button.secure:before {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 18px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f023";
  font-weight: 900;
  margin-right: 0.5em;
  vertical-align: baseline;
}
.snap-css-button.in-cart,
.snap-css-button.legacy-button-gray,
.snap-css-button.forward.clicked,
.snap-css-button.continue.button.clicked {
  background: #909090 linear-gradient(to bottom, #909090 0px, #707070 100%);
  border-color: #808080;
}
.snap-css-button.wishlist {
  background: #f26524 linear-gradient(to bottom, #f26524 0px, #bf501d 100%);
  border-color: #d95b21;
}
.snap-css-button.outofstock {
  background: #fff;
  color: #000;
  text-shadow: none;
  border: 1px solid #000 !important;
}
.snap-css-button.unavailable {
  background: #c2c4c6;
  color: #2E3A47;
  text-shadow: none;
  border: none;
}
.snap-css-button.legacy-button-red,
.snap-css-button.backorder {
  background: #c93e22 linear-gradient(to bottom, #c93e22 0px, #8c2b18 100%);
  border-color: #ab351d;
  color: #fff;
}
.snap-css-button.legacy-button-yellow {
  background: linear-gradient(to bottom, #DC5A1F 0px, #A8491C 100%);
  border-color: #ab351d;
  color: #fff;
}
.snap-css-button.invert {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  text-shadow: none;
}
.bottom-navigation {
  margin-bottom: 0;
  text-align: center;
}
.bottom-navigation .page-block:last-child {
  margin: 0 0 0.5em;
  padding-top: 0;
}
.item-row {
  padding: 0.5em 1em;
  margin: 0 -1em;
  border-bottom: 1px solid #E8E9EA;
}
.page-block {
  width: auto;
  display: block;
  float: none !important;
  background-color: #FFF;
  overflow: hidden;
  padding: 0.5em;
}
.page-block.ui-state-error {
  margin: 1em;
}
.content .alignleft {
  float: left;
  margin-right: 4vw;
  margin-bottom: 1vw;
}
div.button-spacing {
  margin-top: 2vw;
}
div.blank-line-after {
  margin-bottom: 15px;
}
div.select-to-pay {
  padding-right: 40px;
}
div.spacer {
  display: none !important;
}
div.snap-dialog-template {
  display: none;
}
.ui-dialog .dialog-buttons {
  margin-top: 1em;
  text-align: center;
}
.ui-dialog .dialog-buttons a {
  margin-bottom: 0.5em !important;
  color: white;
}
#edit-dialog {
  padding: 0;
  overflow: auto;
  width: 100vw !important;
}
#edit-dialog #AddressForm,
#edit-dialog #PaymentForm {
  margin: auto;
  max-width: 1000px;
  padding-bottom: 70px;
}
#edit-dialog #AddressForm .address-warning,
#edit-dialog #PaymentForm .address-warning {
  color: white;
  background: #a2081d;
  font-weight: bold;
  padding: 0.5em;
  border-radius: 3px;
  margin-bottom: 0.5em;
  display: none;
}
#edit-dialog #AddressForm .address-warning .snap-css-button,
#edit-dialog #PaymentForm .address-warning .snap-css-button {
  border-color: #a2081d;
  color: #a2081d;
  margin-top: 0.5em;
  background: #fff;
  text-shadow: none;
}
#edit-dialog #AddressForm tr,
#edit-dialog #PaymentForm tr {
  display: block;
}
#edit-dialog #AddressForm tr td,
#edit-dialog #PaymentForm tr td {
  display: block;
}
#edit-dialog #AddressForm tr td input[type=text],
#edit-dialog #PaymentForm tr td input[type=text] {
  width: 90%;
  margin-bottom: 1em;
  padding-left: 0.25em;
}
#edit-dialog #AddressForm .buttons,
#edit-dialog #PaymentForm .buttons {
  text-align: center;
  margin-top: 1em;
}
#edit-dialog #AddressForm .buttons h2,
#edit-dialog #PaymentForm .buttons h2 {
  margin-bottom: 1em;
}
#edit-dialog #AddressForm .buttons .forward.disabled,
#edit-dialog #PaymentForm .buttons .forward.disabled {
  background: #c2c4c6;
  border-color: #c2c4c6;
  color: #707070;
  text-shadow: none;
}
#edit-dialog #AddressForm .inputRequirement,
#edit-dialog #PaymentForm .inputRequirement {
  color: #a2081d;
}
#edit-dialog #AddressForm .forminput > div:nth-child(1) label,
#edit-dialog #PaymentForm .forminput > div:nth-child(1) label {
  margin-bottom: 4px;
  display: block !important;
}
#edit-dialog #AddressForm .forminput > div:nth-child(2) input[type=text],
#edit-dialog #PaymentForm .forminput > div:nth-child(2) input[type=text] {
  margin-bottom: 0.5em;
}
#edit-dialog #AddressForm .forminput > div:nth-child(2) input[type=text].input-validation-error,
#edit-dialog #PaymentForm .forminput > div:nth-child(2) input[type=text].input-validation-error {
  border: 1px solid #a2081d;
}
#edit-dialog #AddressForm .forminput > div:nth-child(3),
#edit-dialog #PaymentForm .forminput > div:nth-child(3) {
  text-align: right;
  margin-top: 0.5em;
}
#edit-dialog #AddressForm .forminput > div:nth-child(3) input[type=checkbox],
#edit-dialog #PaymentForm .forminput > div:nth-child(3) input[type=checkbox] {
  margin-top: 0;
}
@media screen and (orientation: landscape) {
  #edit-dialog #AddressForm .forminput,
  #edit-dialog #PaymentForm .forminput {
    margin-bottom: 0.5em;
  }
  #edit-dialog #AddressForm .forminput > div:nth-child(1),
  #edit-dialog #PaymentForm .forminput > div:nth-child(1) {
    display: inline-block;
    width: calc(20vw - 4px -  1em );
    margin-right: 1em;
    text-align: right;
    vertical-align: middle;
  }
  #edit-dialog #AddressForm .forminput > div:nth-child(2),
  #edit-dialog #PaymentForm .forminput > div:nth-child(2) {
    display: inline-block;
    width: calc(80vw - 4px -  1em );
    vertical-align: middle;
  }
  #edit-dialog #AddressForm .forminput > div:nth-child(2) input[type=text],
  #edit-dialog #PaymentForm .forminput > div:nth-child(2) input[type=text] {
    margin-bottom: 0;
  }
}
#review-dialog #confirm-dialog-message {
  margin-bottom: 1em;
}
.pre {
  white-space: pre-wrap;
  font-weight: bold;
  display: block;
}
.social .groupheader {
  display: none;
}
.ui-dialog.ui-widget {
  margin: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  font-family: Verdana, Arial, sans-serif;
}
.ui-dialog.ui-widget .ui-dialog-titlebar {
  background-color: #2E3A47;
  color: #fff;
}
ul.ui-autocomplete li.ui-menu-item > div.ui-state-active {
  background: #000;
}
.ui-widget-overlay.ui-front {
  background: black;
}
.cartMessage {
  z-index: 102;
}
#dialog-confirm {
  display: none;
}
#dialog-confirm > p .ui-icon-alert,
#dialog-confirm > p .notice {
  display: inline-block;
  vertical-align: middle;
}
#dialog-confirm > p .ui-icon-alert {
  width: 15px;
}
#dialog-confirm > p .notice {
  width: calc(100% - 20px);
}
#simplemodal-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: inherit !important;
}
.dialog-container {
  background-color: #fff;
  padding: 1em;
  border-radius: 3px;
  margin: 0 1em;
}
.dialog-container .dialog-content .button-h {
  margin-right: 1em;
}
.dialog-container .dialog-top {
  margin-top: -6px;
  margin-bottom: 8px;
}
.dialog-container .dialog-caption {
  font-weight: bold;
}
.dialog-container .dialog-close-button {
  height: 26px;
  width: 25px;
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: -20px;
  margin-top: -6px;
  background-repeat: no-repeat;
}
.dialog-container .dialog-close-button:after {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 16px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f057";
  font-weight: 900;
  color: #fff;
  position: absolute;
}
.dialog-container .dialog-button-row a.snap-css-button:first-of-type {
  margin: 1em 0;
}
.pager {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 525px;
  margin: auto;
  box-sizing: border-box;
}
.pager * {
  display: inline-block;
  width: 100%;
}
.pager span.unavailable,
.pager span.currentpage,
.pager a {
  margin-right: 0.5em;
  text-align: center;
  padding: 0.5em;
  margin-right: 0.25em;
}
.pager span.currentpage {
  background: #c2c4c6;
  border-radius: 3px;
}
.pager span.unavailable {
  color: #c2c4c6;
  display: none;
}
.pager a {
  color: white;
  background-color: #2E3A47;
  border-radius: 3px;
}
.pager a:last-child {
  margin-right: inherit;
}
.pager .text {
  display: none;
}
.pager .next span,
.pager .prev span {
  display: none;
}
.pager .prev:before {
  content: "\00ab";
}
.pager .next:before {
  content: "\00BB";
}
body.microsite footer .full-social {
  padding: 1em;
  display: block;
}
body.microsite footer .full-social .container {
  display: block;
  text-align: center;
}
#zip-dialog,
#stores-content {
  padding: 0;
}
#zip-dialog .store a,
#stores-content .store a {
  text-decoration: underline;
}
#zip-dialog .top #find-stores,
#stores-content .top #find-stores {
  margin: 0.5em;
}
#zip-dialog .top .store-product,
#stores-content .top .store-product {
  display: table;
  padding: 0 1em;
  border-bottom: 1em solid #E8E9EA;
}
#zip-dialog .top .store-product > div:first-child,
#stores-content .top .store-product > div:first-child {
  width: 30vw;
  padding-right: 1em;
  vertical-align: middle;
  position: relative;
  display: table-cell;
}
#zip-dialog .top .store-product > div:first-child img,
#stores-content .top .store-product > div:first-child img {
  max-width: 100%;
  height: auto;
}
#zip-dialog .top .store-product > div:nth-child(2),
#stores-content .top .store-product > div:nth-child(2) {
  display: table-cell;
  vertical-align: middle;
}
#zip-dialog .snap-css-button,
#stores-content .snap-css-button {
  color: white;
  text-decoration: none;
}
#search-updated-dialog {
  min-height: 30px !important;
  line-height: 30px;
}
#newslettersignup .prefs-saved {
  padding: 0.5em 0.5em 0;
  color: #33BA09;
  font-weight: bold;
}
#newslettersignup .switch {
  position: relative;
  display: inline-block !important;
  width: 42px !important;
  height: 25px;
  flex-shrink: 0;
}
#newslettersignup .switch input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
#newslettersignup .switch input[type=checkbox]:checked + .slider,
#newslettersignup .switch input[type=checkbox]:checked + input[type=hidden] + .slider {
  background-color: green;
  margin-left: 0;
}
#newslettersignup .switch input[type=checkbox]:checked + .slider:before,
#newslettersignup .switch input[type=checkbox]:checked + input[type=hidden] + .slider:before {
  -webkit-transform: translateX(17.5px);
  -ms-transform: translateX(17.5px);
  transform: translateX(17.5px);
}
#newslettersignup .switch input[type=checkbox]:checked + .slider > span,
#newslettersignup .switch input[type=checkbox]:checked + input[type=hidden] + .slider > span {
  color: #fff;
}
#newslettersignup .switch input[type=checkbox]:not(:checked) + .slider,
#newslettersignup .switch input[type=checkbox]:not(:checked) + input[type=hidden] + .slider {
  color: #000;
}
#newslettersignup .switch input[type=checkbox]:focus + .slider,
#newslettersignup .switch input[type=checkbox]:focus + input[type=hidden] + .slider {
  box-shadow: 0 0 1px #2196F3;
}
#newslettersignup .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 0;
}
#newslettersignup .switch .slider > span {
  /* Note: This is simply for accessibility scanners */
  display: none;
}
#newslettersignup .switch .slider.round {
  /* Rounded sliders */
  border-radius: 25px;
  margin-left: 0;
}
#newslettersignup .switch .slider.round:before {
  border-radius: 50%;
}
#newslettersignup .switch .slider:before {
  position: absolute;
  content: "";
  height: 18.75px;
  width: 18.75px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.newslettersignup {
  padding: 1em 0.5em 0;
}
.newslettersignup .prefs-saved,
.newslettersignup .vip-saved {
  padding: 1em 0.5em;
  color: #33BA09;
  font-weight: bold;
}
.newslettersignup .forminput > div:nth-child(1) label {
  margin-bottom: 4px;
  display: block !important;
}
.newslettersignup .forminput > div:nth-child(2) input[type=text] {
  margin-bottom: 0.5em;
}
.newslettersignup .forminput > div:nth-child(2) input[type=text].input-validation-error {
  border: 1px solid #a2081d;
}
.newslettersignup .forminput > div:nth-child(3) {
  text-align: right;
  margin-top: 0.5em;
}
.newslettersignup .forminput > div:nth-child(3) input[type=checkbox] {
  margin-top: 0;
}
@media screen and (orientation: landscape) {
  .newslettersignup .forminput {
    margin-bottom: 0.5em;
  }
  .newslettersignup .forminput > div:nth-child(1) {
    display: inline-block;
    width: calc(20vw - 4px -  1em );
    margin-right: 1em;
    text-align: right;
    vertical-align: middle;
  }
  .newslettersignup .forminput > div:nth-child(2) {
    display: inline-block;
    width: calc(80vw - 4px -  1em );
    vertical-align: middle;
  }
  .newslettersignup .forminput > div:nth-child(2) input[type=text] {
    margin-bottom: 0;
  }
}
.newslettersignup .newslettersignup {
  padding-top: 0.5em;
}
.newslettersignup form {
  padding: 0 0.5em;
}
.newslettersignup .prefs-saved,
.newslettersignup .vip-saved {
  color: #33BA09;
  font-weight: bold;
  padding: 0 0 0.5em;
}
.newslettersignup .mainRed {
  color: #a2081d;
  margin-bottom: 0.5em;
}
.newslettersignup .forminput {
  padding-bottom: 1em;
}
.newslettersignup .forminput > div {
  margin-right: -4px;
  display: inline-block;
  vertical-align: top;
}
.newslettersignup .forminput > div a {
  text-decoration: underline;
}
.newslettersignup .forminput > div:nth-child(1) {
  width: 85%;
  padding-right: 1em;
  box-sizing: border-box;
}
.newslettersignup .forminput > div:nth-child(1) > label {
  font-weight: normal;
}
.newslettersignup .forminput > div:nth-child(2) {
  width: 15%;
  text-align: right;
}
@media screen and (orientation: landscape) {
  .newslettersignup .forminput > div:nth-child(1) {
    text-align: left;
    margin-right: -4px;
  }
}
.newslettersignup h3 + label {
  font-weight: normal;
}
.newslettersignup .switch {
  position: relative;
  display: inline-block !important;
  width: 42px !important;
  height: 25px;
  flex-shrink: 0;
}
.newslettersignup .switch input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.newslettersignup .switch input[type=checkbox]:checked + .slider,
.newslettersignup .switch input[type=checkbox]:checked + input[type=hidden] + .slider {
  background-color: green;
  margin-left: 0;
}
.newslettersignup .switch input[type=checkbox]:checked + .slider:before,
.newslettersignup .switch input[type=checkbox]:checked + input[type=hidden] + .slider:before {
  -webkit-transform: translateX(17.5px);
  -ms-transform: translateX(17.5px);
  transform: translateX(17.5px);
}
.newslettersignup .switch input[type=checkbox]:checked + .slider > span,
.newslettersignup .switch input[type=checkbox]:checked + input[type=hidden] + .slider > span {
  color: #fff;
}
.newslettersignup .switch input[type=checkbox]:not(:checked) + .slider,
.newslettersignup .switch input[type=checkbox]:not(:checked) + input[type=hidden] + .slider {
  color: #000;
}
.newslettersignup .switch input[type=checkbox]:focus + .slider,
.newslettersignup .switch input[type=checkbox]:focus + input[type=hidden] + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.newslettersignup .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 0;
}
.newslettersignup .switch .slider > span {
  /* Note: This is simply for accessibility scanners */
  display: none;
}
.newslettersignup .switch .slider.round {
  /* Rounded sliders */
  border-radius: 25px;
  margin-left: 0;
}
.newslettersignup .switch .slider.round:before {
  border-radius: 50%;
}
.newslettersignup .switch .slider:before {
  position: absolute;
  content: "";
  height: 18.75px;
  width: 18.75px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
html.no-overflow {
  overflow: hidden;
}
html.no-overflow body {
  overflow: hidden;
}
html.newsletter-modal-active #newsletter-modal {
  background: #fff;
  width: 100% !important;
  padding: 0;
}
html.newsletter-modal-active #newsletter-modal form {
  margin: 1em 0;
}
html.newsletter-modal-active #newsletter-modal form .forminput > div:nth-child(1) label {
  margin-bottom: 4px;
  display: block !important;
}
html.newsletter-modal-active #newsletter-modal form .forminput > div:nth-child(2) input[type=text] {
  margin-bottom: 0.5em;
}
html.newsletter-modal-active #newsletter-modal form .forminput > div:nth-child(2) input[type=text].input-validation-error {
  border: 1px solid #a2081d;
}
html.newsletter-modal-active #newsletter-modal form .forminput > div:nth-child(3) {
  text-align: right;
  margin-top: 0.5em;
}
html.newsletter-modal-active #newsletter-modal form .forminput > div:nth-child(3) input[type=checkbox] {
  margin-top: 0;
}
@media screen and (orientation: landscape) {
  html.newsletter-modal-active #newsletter-modal form .forminput {
    margin-bottom: 0.5em;
  }
  html.newsletter-modal-active #newsletter-modal form .forminput > div:nth-child(1) {
    display: inline-block;
    width: calc(20vw - 4px -  1em );
    margin-right: 1em;
    text-align: right;
    vertical-align: middle;
  }
  html.newsletter-modal-active #newsletter-modal form .forminput > div:nth-child(2) {
    display: inline-block;
    width: calc(80vw - 4px -  1em );
    vertical-align: middle;
  }
  html.newsletter-modal-active #newsletter-modal form .forminput > div:nth-child(2) input[type=text] {
    margin-bottom: 0;
  }
}
html.newsletter-modal-active #newsletter-modal form .heading {
  padding: 1em;
  display: block;
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 120%;
}
@media screen and (orientation: portrait) {
  html.newsletter-modal-active #newsletter-modal form .section:nth-of-type(1) {
    padding: 0 1em;
  }
}
@media screen and (orientation: landscape) {
  html.newsletter-modal-active #newsletter-modal form .section:nth-of-type(1) label {
    padding-left: 1em;
  }
}
html.newsletter-modal-active #newsletter-modal form .section:nth-of-type(2) {
  text-align: center;
  padding: 0 1em;
}
html.newsletter-modal-active #newsletter-modal form .section:nth-of-type(2) .g-recaptcha {
  margin: 1em 0;
}
html.newsletter-modal-active #newsletter-modal form .section:nth-of-type(2) .g-recaptcha > div {
  margin: auto;
}
html.newsletter-modal-active #newsletter-modal form #list-memberships,
html.newsletter-modal-active #newsletter-modal form #list-sms-memberships {
  margin: 1em 0 0.5em;
}
html.newsletter-modal-active .ui-dialog div.ui-dialog-titlebar {
  background: transparent;
  width: 50px;
  right: 0;
  top: 0;
  z-index: 100;
  max-width: 500px;
  position: fixed;
}
html.newsletter-modal-active #fc_frame {
  display: none;
}
#viprewards table {
  width: 100%;
  position: relative;
  padding-top: 0;
}
#viprewards table td {
  vertical-align: top;
  padding-top: 0;
}
#viprewards table td table td {
  vertical-align: middle;
}
#viprewards img {
  max-width: 100%;
  height: auto;
}
#viprewards img[src*="horizontal-bar.jp"],
#viprewards img[src*="vertical-bar.jpg"] {
  display: none;
}
#viprewards table.viprewards {
  border: 1px solid #737373;
  background: #eeeeee;
}
#viprewards table.viprewards td {
  display: inline;
}
#viprewards table.benefits-chart {
  margin: 1em 0;
  overflow: hidden;
  clear: both;
  border-left: 1px solid #c2c4c6;
  border-bottom: 1px solid #c2c4c6;
}
#viprewards table.benefits-chart tr {
  display: block;
  position: relative;
  width: 100%;
}
#viprewards table.benefits-chart th,
#viprewards table.benefits-chart td {
  display: inline-block;
  margin: 0;
  padding: 1em;
  width: 25%;
  box-sizing: border-box;
  border: none;
  border-right: 1px solid #c2c4c6;
  vertical-align: middle;
}
#viprewards table.benefits-chart th:first-child,
#viprewards table.benefits-chart td:first-child {
  width: 100%;
  text-align: left;
  background: black;
  color: white;
  margin: 0;
  border-right: 1px solid white;
}
#viprewards table.benefits-chart th {
  vertical-align: middle;
}
#viprewards .sign-up-table {
  margin: 0;
  padding: 0;
}
#viprewards .sign-up-table td {
  vertical-align: bottom;
}
#viprewards .sign-up-table td p {
  font-weight: bold;
}
.stars {
  display: flex;
  align-items: center;
  line-height: 1;
}
.stars svg {
  width: 17px;
  height: 17px;
}
.stars svg:not(.empty) {
  fill: #ffbf00;
}
.stars svg.empty {
  fill: #c2c4c6;
}
.rating {
  display: inline-block;
  vertical-align: text-bottom;
}
.rating span {
  margin-left: 0.33333333em;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}
.rating:hover {
  text-decoration: none;
}
.rating + a {
  margin-left: 0.5em;
}
.rating .average {
  display: none;
}
.rating .reviews-count {
  font-size: 12px;
  display: inline-block;
  margin-top: 2px;
}
.quantity:not(.dealer) {
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #737373;
}
.quantity:not(.dealer):after {
  display: inline-block;
  font: normal normal normal 24px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  font-weight: 900;
  padding-right: 0.5em;
  color: #000;
  text-align: left;
  box-sizing: border-box;
  font-weight: normal;
  vertical-align: middle;
}
.quantity:not(.dealer) input[type=number],
.quantity:not(.dealer) input[type=text] {
  width: 30px;
  border-radius: unset;
  box-shadow: unset;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
}
.quantity:not(.dealer) ul {
  position: absolute;
  left: 0;
  top: 100%;
  list-style-type: none;
  width: calc(100% + 2px);
  font-size: inherit;
  font-family: inherit;
  box-sizing: border-box;
  margin: -1px -1px 0;
  background: #fff;
  text-align: left;
  border: 1px solid #000;
  display: none;
  z-index: 2;
  overflow: hidden;
}
.quantity:not(.dealer) ul li {
  padding: 0.5em 1em;
  margin: -1px 0;
  cursor: pointer;
  text-align: left;
  width: calc(100% + 2px);
  box-sizing: border-box;
  display: block;
}
.quantity:not(.dealer) ul li:hover,
.quantity:not(.dealer) ul li.selected {
  background: #2E3A47;
  color: #fff;
}
.quantity:not(.dealer) ul:hover li.selected:not(:hover) {
  background: #fff;
  color: #2E3A47;
}
.quantity:not(.dealer).expand ul {
  display: block;
}
.quantity:not(.dealer).arbitrary {
  cursor: initial;
}
.quantity:not(.dealer).arbitrary:after {
  display: none;
}
.quantity:not(.dealer).arbitrary input[type=number],
.quantity:not(.dealer).arbitrary input[type=text] {
  cursor: initial;
  width: 69px;
  max-height: initial;
  box-sizing: border-box;
}
.quantity:not(.dealer):not(.arbitrary) input {
  pointer-events: none;
}
.quantity.dealer input[type=number] {
  width: 65px;
  text-align: center;
  padding: 0.5em 0;
  margin-bottom: 0;
  border: 1px solid #2E3A47;
  border-radius: 0;
}
#rc-parts-page .parts-finder > div > div {
  margin: 0.5em;
}
#rc-parts-page .parts-finder > div > div div.disabled {
  opacity: 0.5;
  pointer-events: none;
}
#rc-parts-page #marketing-content {
  margin: 1em 0;
}
#open_fc_widget {
  display: none;
}
.related-products {
  margin-top: 1em;
  border-radius: 3px;
}
.related-products.more-results li {
  text-align: left;
}
.related-products.product-also-purchased {
  margin-top: 1em;
}
.related-products .heading {
  font-weight: bold;
}
.related-products ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.related-products ul li {
  padding: 0.5em 0.5em 0;
  box-sizing: border-box;
  list-style-type: none;
  width: 33.3%;
  margin-right: -4px;
  display: inline-block;
  font-size: 80%;
  vertical-align: top;
}
@media only screen and (min-width: 1000px) {
  .related-products ul li {
    width: calc( 1000px  * 1/3);
  }
}
.related-products ul li:last-child {
  border: none;
}
.related-products ul li .image {
  display: block;
  padding: 0 0.5em 0;
  text-align: center;
}
.related-products ul li .image img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
.related-products ul li .info {
  padding: 0 0.5em;
  vertical-align: top;
}
.related-products ul li .price {
  padding: 0.5em 0;
  margin: 0;
  border: none;
}
.related-products ul li .productNormalPrice {
  flex: unset;
}
.related-products ul li .dateavailable {
  font-style: italic;
}
.related-products .snap-css-button {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.related-products.more-results {
  margin: 1em 0;
}
.related-products.more-results .description {
  margin: 0.5em 0;
  padding: 0 !important;
}
.related-products.more-results .description .short,
.related-products.more-results .description .long {
  padding: 0;
  display: inline;
}
.related-products.more-results .description .short span,
.related-products.more-results .description .long span {
  white-space: nowrap;
}
.related-products.more-results .description:not(.full) .long,
.related-products.more-results .description:not(.full) .less {
  display: none;
}
.related-products.more-results .description.full .short span,
.related-products.more-results .description.full .more {
  display: none;
}
.related-products.more-results .description .expand {
  margin-top: 0.5em;
  padding: 0;
  text-decoration: underline;
  cursor: pointer;
}
.related-products.has-descriptions .title a {
  font-weight: bold;
}
.related-categories,
.related-items {
  font-size: 80%;
  margin-bottom: 1em;
  padding: 0 1em;
}
.related-categories .related-items-title,
.related-items .related-items-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.related-categories ul,
.related-items ul {
  margin: 0 0 0.5em 1em;
  padding-left: 0.5em;
}
.related-categories ul li,
.related-items ul li {
  margin: 0 1em 0.5em 0;
}
.related-categories ul li a,
.related-items ul li a {
  text-decoration: none;
}
.related-items {
  margin-bottom: 2em;
}
.page-description {
  opacity: 0.7;
  font-size: 70%;
  margin: 0 1em 1em !important;
  order: 10;
}
.page-description h1 {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-style: italic;
  font-size: inherit;
  display: inline;
}
#searchpage .breadcrumb,
#productpage .breadcrumb {
  font-size: 90%;
  padding: 0.5em 0;
  border-bottom: 1px solid #E8E9EA;
  color: inherit;
  margin: 0;
}
#searchpage .breadcrumb li,
#productpage .breadcrumb li {
  display: inline;
  padding: 0;
  margin: 0;
  line-height: 1.5rem;
}
#searchpage .breadcrumb li a,
#productpage .breadcrumb li a {
  display: inline-block;
  text-decoration: underline;
}
#searchpage .breadcrumb.ellipses li:nth-child(n+2):not(:nth-last-child(-n+2)),
#productpage .breadcrumb.ellipses li:nth-child(n+2):not(:nth-last-child(-n+2)) {
  display: none;
}
#searchpage .breadcrumb.ellipses li:nth-child(1) span,
#productpage .breadcrumb.ellipses li:nth-child(1) span {
  display: none;
}
#searchpage .breadcrumb.ellipses li:nth-child(2) span,
#productpage .breadcrumb.ellipses li:nth-child(2) span {
  display: none;
}
#searchpage .breadcrumb.ellipses li:nth-child(2) i,
#productpage .breadcrumb.ellipses li:nth-child(2) i {
  display: inline-block;
  margin: 0 4px;
}
#searchpage .breadcrumb:not(.ellipses) li i,
#productpage .breadcrumb:not(.ellipses) li i {
  display: none;
}
.currencies-container {
  position: relative;
  margin-bottom: 1em;
}
.infobox .currencies-container {
  text-align: right;
  clear: both;
}
.currencies-estimate {
  background: none;
  border: none;
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
  padding: 0;
}
.currencies-dropdown {
  box-sizing: border-box;
  position: absolute;
  top: 32px;
  right: 0;
  z-index: 99;
  background-color: #E8E9EA;
  border: 1px solid #c2c4c6;
  padding: 0.5em;
  text-align: right;
  max-width: 320px;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.infobox .currencies-dropdown {
  bottom: 32px;
  top: auto;
}
.currencies-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.currencies-list li {
  margin: 0;
}
.currencies-list li:last-child {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid #c2c4c6;
}
.red-text {
  color: #a2081d;
}

/*Amain color palette*/
/*mixins*/
button {
  border: none;
}
body.hide-content #wrapper {
  display: none;
}
body.hide-content .ui-widget-overlay {
  background: white;
  opacity: 1;
}
.ui-widget-header {
  border: none;
  border-radius: 0;
}
.newsletter-options .forminput > div:nth-child(1) label,
#vip .forminput > div:nth-child(1) label {
  margin-bottom: 4px;
  display: block !important;
}
.newsletter-options .forminput > div:nth-child(2) input[type=text],
#vip .forminput > div:nth-child(2) input[type=text] {
  margin-bottom: 0.5em;
}
.newsletter-options .forminput > div:nth-child(2) input[type=text].input-validation-error,
#vip .forminput > div:nth-child(2) input[type=text].input-validation-error {
  border: 1px solid #a2081d;
}
.newsletter-options .forminput > div:nth-child(3),
#vip .forminput > div:nth-child(3) {
  text-align: right;
  margin-top: 0.5em;
}
.newsletter-options .forminput > div:nth-child(3) input[type=checkbox],
#vip .forminput > div:nth-child(3) input[type=checkbox] {
  margin-top: 0;
}
@media screen and (orientation: landscape) {
  .newsletter-options .forminput,
  #vip .forminput {
    margin-bottom: 0.5em;
  }
  .newsletter-options .forminput > div:nth-child(1),
  #vip .forminput > div:nth-child(1) {
    display: inline-block;
    width: calc(20vw - 4px -  1em );
    margin-right: 1em;
    text-align: right;
    vertical-align: middle;
  }
  .newsletter-options .forminput > div:nth-child(2),
  #vip .forminput > div:nth-child(2) {
    display: inline-block;
    width: calc(80vw - 4px -  1em );
    vertical-align: middle;
  }
  .newsletter-options .forminput > div:nth-child(2) input[type=text],
  #vip .forminput > div:nth-child(2) input[type=text] {
    margin-bottom: 0;
  }
}
.newsletter-options .newslettersignup,
#vip .newslettersignup {
  padding-top: 0.5em;
}
.newsletter-options form,
#vip form {
  padding: 0 0.5em;
}
.newsletter-options .prefs-saved,
#vip .prefs-saved,
.newsletter-options .vip-saved,
#vip .vip-saved {
  color: #33BA09;
  font-weight: bold;
  padding: 0 0 0.5em;
}
.newsletter-options .mainRed,
#vip .mainRed {
  color: #a2081d;
  margin-bottom: 0.5em;
}
.newsletter-options .forminput,
#vip .forminput {
  padding-bottom: 1em;
}
.newsletter-options .forminput > div,
#vip .forminput > div {
  margin-right: -4px;
  display: inline-block;
  vertical-align: top;
}
.newsletter-options .forminput > div a,
#vip .forminput > div a {
  text-decoration: underline;
}
.newsletter-options .forminput > div:nth-child(1),
#vip .forminput > div:nth-child(1) {
  width: 85%;
  padding-right: 1em;
  box-sizing: border-box;
}
.newsletter-options .forminput > div:nth-child(1) > label,
#vip .forminput > div:nth-child(1) > label {
  font-weight: normal;
}
.newsletter-options .forminput > div:nth-child(2),
#vip .forminput > div:nth-child(2) {
  width: 15%;
  text-align: right;
}
@media screen and (orientation: landscape) {
  .newsletter-options .forminput > div:nth-child(1),
  #vip .forminput > div:nth-child(1) {
    text-align: left;
    margin-right: -4px;
  }
}
.newsletter-options h3 + label,
#vip h3 + label {
  font-weight: normal;
}
#wishlist .snap-dialog-content {
  margin-bottom: 1em;
}
#wishlist #wishlist-info-block > div {
  padding: 1em;
}
#wishlist #wishlist-button-stack {
  max-width: 414px;
  margin: 0 auto 0.5em auto;
}
#wishlist #wishlist-button-stack .button-stack > a {
  margin-bottom: 1em;
}
#wishlist #wishlist-button-stack .button-stack > a:last-child {
  margin-bottom: 0;
}
#wishlist .wishlists .wishlist-undo {
  border: 1px solid #4D9600;
  border-radius: 3px;
  margin: 1em;
  padding: 1em;
  background: #E0FFCB;
}
#wishlist .wishlists .wishlist-undo align-content {
  text-decoration: underline;
}
#wishlist .wishlists .wishlist-undo a {
  text-decoration: underline;
  font-weight: bold;
}
#wishlist .wishlists .wishlist-options {
  margin: 0.5em;
}
#wishlist .wishlists .wishlist-container > .tab-expander.open .content {
  padding: 0;
}
#wishlist .wishlists .wishlist-container .wishlist-content .wishlist-item {
  overflow: hidden;
  padding: 0.5em;
  border: 1px solid #c2c4c6;
  border-radius: 3px;
  margin: 0.5em;
}
#wishlist .wishlists .wishlist-container .wishlist-content .wishlist-item .button-stack {
  width: auto;
  display: block;
  text-align: left;
  box-sizing: border-box;
  padding-left: 0.5em;
  background: #f1f1f1;
  border-radius: 3px;
}
#wishlist .wishlists .wishlist-container .wishlist-content .wishlist-item .button-stack > a.snap-css-button {
  padding: 0;
  margin: 0;
  background: none;
  text-shadow: none;
  line-height: normal;
  color: #000;
  border: none;
  outline: none;
  text-align: left;
  width: auto;
  box-shadow: none;
  min-width: 0;
  display: inline-block;
  text-decoration: underline;
  font-weight: bold;
  margin: 0.5em;
}
#wishlist .wishlists .wishlist-container .wishlist-content .wishlist-item .button-stack > a.snap-css-button:hover {
  opacity: 1;
}
#wishlist .wishlists .wishlist-container .wishlist-content .wishlist-item .button-stack > a.snap-css-button.move-button {
  display: none;
}
#wishlist .wishlists .wishlist-container .wishlist-content .wishlist-item .info-column {
  padding-top: 0.5em;
}
#wishlist .wishlists .wishlist-container .wishlist-content .wishlist-item .info-column .thumbnail-column {
  display: inline-block;
  width: 100px;
  vertical-align: top;
}
#wishlist .wishlists .wishlist-container .wishlist-content .wishlist-item .info-column .thumbnail-column img {
  width: 100px;
  height: auto;
}
#wishlist .wishlists .wishlist-container .wishlist-content .wishlist-item .info-column .wishlist-item-title {
  display: inline-block;
  vertical-align: top;
  padding-left: 0.5em;
  width: calc(100% - ( 2em  +  100px ));
  box-sizing: border-box;
}
#wishlist .wishlists .wishlist-container .wishlist-content .wishlist-item .info-column .wishlist-item-title .limitedstock {
  margin-top: 1em;
  font-weight: bold;
}
#wishlist .wishlists .wishlist-container .wishlist-content .wishlist-item .wishlist-item-price {
  margin: 1em 0;
}
@media only screen and (min-width: 400px) {
  #wishlist .wishlists .wishlist-container .wishlist-content .wishlist-item .wishlist-item-price {
    text-align: center;
  }
}
#wishlist .wishlists .wishlist-container .wishlist-content .wishlist-item .qty-column {
  display: flex;
  text-align: center;
  margin: auto;
  max-width: 414px;
}
#wishlist .wishlists .wishlist-container .wishlist-content .wishlist-item .qty-column input[type="number"] {
  text-align: center;
  max-width: 75px;
}
#wishlist .wishlists .wishlist-container .wishlist-content .wishlist-item .qty-column a.snap-css-button {
  padding-left: 0;
  padding-right: 0;
  margin-left: 1em;
}
#wishlist .wishlists .wishlist-container .wishlist-content .wishlist-item .qty-column .limitedstock {
  margin-top: 1em;
  font-size: 0.7rem;
  text-align: right;
  font-weight: bold;
  padding-right: 4px;
}
#wishlist .wishlists .wishlist-container .wishlist-content .total {
  text-align: right;
  padding: 0.5em 1em 1em 0;
  background: #E8E9EA;
}
#wishlist .wishlists .wishlist-container.no-items {
  padding: 0;
  text-align: left;
}
#wishlist .wishlists .wishlist-container.no-items .if-not-empty {
  display: none;
}
#wishlist .wishlists .wishlist-container.is-private .if-public {
  display: none;
}
#wishlist .wishlists .wishlist-container.is-public .if-private {
  display: none;
}
#wishlist .wishlists .wishlist-container.is-default .if-not-default {
  display: none;
}
#wishlist .wishlists.multiple-lists .wishlist-container .wishlist-content .wishlist-item .button-stack a.move-button {
  display: inline-block;
}
#wishlist .button-dropdown-items {
  display: none;
  background: white;
  width: calc(100% -  3em );
  box-sizing: border-box;
  border: 1px solid #c2c4c6;
  border-radius: 3px;
  box-shadow: 0 0 10px #737373;
  max-width: 414px;
  position: absolute;
}
#wishlist .button-dropdown-items span {
  display: block;
  padding: 0.5em;
}
#wishlist .wishlisttitle {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  margin: 1vw 2vw;
}
#wishlist .movebtn {
  background-color: white;
  color: #227fca;
  border: 1px solid #227fca;
  border-radius: 3px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-size: 100%;
  font-weight: bold;
  position: relative;
  margin: 0;
  clear: both;
  padding: 16px;
  width: 100%;
  max-width: 414px;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none !important;
  margin: 0 2vw;
}
#wishlist .buybtn {
  background-color: #227fca;
  color: white;
  border: 1px solid 0;
  border-radius: 3px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-size: 100%;
  font-weight: bold;
  position: relative;
  margin: 0;
  clear: both;
  padding: 16px;
  width: 100%;
  max-width: 414px;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none !important;
  background: linear-gradient(to bottom, #2280ca 0px, #16588c 100%);
  margin: 0 2vw;
}
#wishlist .wishlist-hint {
  padding: 1em;
}
#wishlist .wishlist-hint p {
  margin: 0 0 1em 0;
  padding: 0;
}
#wishlist .search-details > div {
  margin-bottom: 1em;
}
#wishlist #menudialog {
  position: fixed;
  left: 0;
  width: 100%;
  min-height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: none;
}
#wishlist #menudialog .content {
  background-color: white;
  border: 1px solid #2E3A47;
  border-radius: 6px;
  width: 90%;
  margin: auto;
  padding: 0 0 4vw 0;
}
#wishlist #menudialog .title {
  font-weight: bold;
  margin-left: 3vw;
  clear: both;
}
#wishlist #menudialog #close {
  width: 8vw;
  float: right;
}
#wishlist #menudialog .button {
  background-color: #227fca;
  color: white;
  border: 0 solid 0;
  border-radius: 3px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-size: 100%;
  font-weight: bold;
  position: relative;
  margin: 0;
  clear: both;
  padding: 16px;
  width: 100%;
  max-width: 414px;
  box-sizing: border-box;
  text-decoration: none !important;
  background: linear-gradient(to bottom, #2280ca 0px, #16588c 100%);
  display: inline-block;
  min-width: 25%;
  margin: 2vw;
}
#wishlist #menudialog .row {
  width: 100%;
  text-align: center;
}
#wishlist.show .wishlists .wishlist-container .wishlist-title-container .wishlist-buttons > a:first-child {
  display: none;
}
#wishlist.show .wishlists .wishlist-container .header {
  text-align: left;
}
#wishlist.show .wishlists .wishlist-container .wishlist-content .wishlist-item .thumbnail-column {
  width: 32vw;
}
#wishlist.show .wishlists .wishlist-container .wishlist-content .wishlist-item .info-column {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 1em;
  width: 55vw;
  padding-left: 1em;
}
#wishlist.show .wishlists .wishlist-container .wishlist-content .wishlist-item .info-column > div > a {
  font-weight: bold;
}
#wishlist.show .wishlists .wishlist-container .wishlist-content .wishlist-item .qty-column {
  width: auto;
  float: none;
}
#wishlist.show .wishlists .wishlist-container .wishlist-content .wishlist-item .qty-column .qty {
  display: inline-block;
  padding-right: 2vw;
  vertical-align: middle;
}
#wishlist.show .wishlists .wishlist-container .wishlist-content .wishlist-item .qty-column .buy-now-button,
#wishlist.show .wishlists .wishlist-container .wishlist-content .wishlist-item .qty-column .s-buy-now-button {
  width: 55vw;
  float: right;
  display: block;
}
#wishlist.show .titlebar {
  height: auto;
  padding: 1em;
  line-height: 1;
}
#wishlist.public {
  overflow: hidden;
}
#wishlist.public .submit {
  text-align: center;
}
#wishlist.public .submit button {
  margin-left: auto;
  margin: auto;
}
#wishlist.public .wishlist-search .search-details .forminput > div:nth-child(1) label {
  margin-bottom: 4px;
  display: block !important;
}
#wishlist.public .wishlist-search .search-details .forminput > div:nth-child(2) input[type=text] {
  margin-bottom: 0.5em;
}
#wishlist.public .wishlist-search .search-details .forminput > div:nth-child(2) input[type=text].input-validation-error {
  border: 1px solid #a2081d;
}
#wishlist.public .wishlist-search .search-details .forminput > div:nth-child(3) {
  text-align: right;
  margin-top: 0.5em;
}
#wishlist.public .wishlist-search .search-details .forminput > div:nth-child(3) input[type=checkbox] {
  margin-top: 0;
}
@media screen and (orientation: landscape) {
  #wishlist.public .wishlist-search .search-details .forminput {
    margin-bottom: 0.5em;
  }
  #wishlist.public .wishlist-search .search-details .forminput > div:nth-child(1) {
    display: inline-block;
    width: calc(20vw - 4px -  1em );
    margin-right: 1em;
    text-align: right;
    vertical-align: middle;
  }
  #wishlist.public .wishlist-search .search-details .forminput > div:nth-child(2) {
    display: inline-block;
    width: calc(80vw - 4px -  1em );
    vertical-align: middle;
  }
  #wishlist.public .wishlist-search .search-details .forminput > div:nth-child(2) input[type=text] {
    margin-bottom: 0;
  }
}
@media (orientation: landscape) {
  #wishlist.public .wishlist-search .search-details .forminput > div:nth-child(1) {
    width: calc(40% - 4px -  1em );
  }
  #wishlist.public .wishlist-search .search-details .forminput > div:nth-child(2) {
    width: calc(60% - 4px -  1em );
  }
}
#wishlist.public .wishlist-search-result {
  padding: 1em;
  margin-bottom: 1em;
}
#wishlist.public .wishlist-search-result > div:first-child {
  font-weight: bold;
  margin-bottom: 1em;
}
#wishlist.public .wishlist-search-result > div {
  padding: 1em;
  border-bottom: 1px solid #c2c4c6;
}
#wishlist.public .wishlist-search-result > div a {
  text-decoration: underline;
}
#wishlist.public .wishlist-search-result > div:nth-child(even) {
  background: #E8E9EA;
}
#privacy-dialog.wishlistdialog .dialog-buttons,
#privacy-dialog.wishlistdialog .checkboxes {
  padding-top: 1em;
}
#privacy-dialog.wishlistdialog .checkboxes input[type="checkbox"] {
  margin-right: 1em;
  width: 8vw;
  height: 8vw;
}
#privacy-dialog.wishlistdialog .checkboxes span {
  height: 8vw;
  line-height: 8vw;
  display: inline-block;
  vertical-align: top;
}
#add-wishlist-dialog.wishlistdialog .dialog-buttons {
  margin-top: 1em;
}

/*Amain color palette*/
/*mixins*/
button {
  border: none;
}
body.hide-content #wrapper {
  display: none;
}
body.hide-content .ui-widget-overlay {
  background: white;
  opacity: 1;
}
.ui-widget-header {
  border: none;
  border-radius: 0;
}
.newsletter-options .forminput > div:nth-child(1) label,
#vip .forminput > div:nth-child(1) label {
  margin-bottom: 4px;
  display: block !important;
}
.newsletter-options .forminput > div:nth-child(2) input[type=text],
#vip .forminput > div:nth-child(2) input[type=text] {
  margin-bottom: 0.5em;
}
.newsletter-options .forminput > div:nth-child(2) input[type=text].input-validation-error,
#vip .forminput > div:nth-child(2) input[type=text].input-validation-error {
  border: 1px solid #a2081d;
}
.newsletter-options .forminput > div:nth-child(3),
#vip .forminput > div:nth-child(3) {
  text-align: right;
  margin-top: 0.5em;
}
.newsletter-options .forminput > div:nth-child(3) input[type=checkbox],
#vip .forminput > div:nth-child(3) input[type=checkbox] {
  margin-top: 0;
}
@media screen and (orientation: landscape) {
  .newsletter-options .forminput,
  #vip .forminput {
    margin-bottom: 0.5em;
  }
  .newsletter-options .forminput > div:nth-child(1),
  #vip .forminput > div:nth-child(1) {
    display: inline-block;
    width: calc(20vw - 4px -  1em );
    margin-right: 1em;
    text-align: right;
    vertical-align: middle;
  }
  .newsletter-options .forminput > div:nth-child(2),
  #vip .forminput > div:nth-child(2) {
    display: inline-block;
    width: calc(80vw - 4px -  1em );
    vertical-align: middle;
  }
  .newsletter-options .forminput > div:nth-child(2) input[type=text],
  #vip .forminput > div:nth-child(2) input[type=text] {
    margin-bottom: 0;
  }
}
.newsletter-options .newslettersignup,
#vip .newslettersignup {
  padding-top: 0.5em;
}
.newsletter-options form,
#vip form {
  padding: 0 0.5em;
}
.newsletter-options .prefs-saved,
#vip .prefs-saved,
.newsletter-options .vip-saved,
#vip .vip-saved {
  color: #33BA09;
  font-weight: bold;
  padding: 0 0 0.5em;
}
.newsletter-options .mainRed,
#vip .mainRed {
  color: #a2081d;
  margin-bottom: 0.5em;
}
.newsletter-options .forminput,
#vip .forminput {
  padding-bottom: 1em;
}
.newsletter-options .forminput > div,
#vip .forminput > div {
  margin-right: -4px;
  display: inline-block;
  vertical-align: top;
}
.newsletter-options .forminput > div a,
#vip .forminput > div a {
  text-decoration: underline;
}
.newsletter-options .forminput > div:nth-child(1),
#vip .forminput > div:nth-child(1) {
  width: 85%;
  padding-right: 1em;
  box-sizing: border-box;
}
.newsletter-options .forminput > div:nth-child(1) > label,
#vip .forminput > div:nth-child(1) > label {
  font-weight: normal;
}
.newsletter-options .forminput > div:nth-child(2),
#vip .forminput > div:nth-child(2) {
  width: 15%;
  text-align: right;
}
@media screen and (orientation: landscape) {
  .newsletter-options .forminput > div:nth-child(1),
  #vip .forminput > div:nth-child(1) {
    text-align: left;
    margin-right: -4px;
  }
}
.newsletter-options h3 + label,
#vip h3 + label {
  font-weight: normal;
}
#blog.list h1 {
  margin: 0.5em;
  font-weight: bold;
  font-size: 130%;
}
#blog.list > div .post {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #c2c4c6;
}
#blog.list > div .post:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#blog.list > div .post .featured-image {
  width: 100%;
  height: auto;
  margin-bottom: 0.5em;
  text-align: center;
}
#blog.list > div .post .featured-image a {
  display: block;
}
#blog.list > div .post .content {
  padding: 0 0.5em;
}
#blog.list > div .post .content h2 {
  margin: 0 0 1em;
  padding: 0;
  font-weight: bold;
}
#blog.list > div .post .content h2 a {
  text-decoration: none;
}
#blog.list > div .post .synopsis .more {
  margin-top: 1em;
}
#blog.list > div .post .synopsis .more a {
  text-decoration: underline;
}
#blog.list .bottom-navigation {
  margin: 1em auto;
  display: table;
}
#blog.list .bottom-navigation .pager .text {
  display: none;
}
#blog.single > div h1 {
  margin: 0.5em;
  font-weight: bold;
  font-size: 130%;
}
#blog.single > div p {
  margin-bottom: 1em;
}
#blog.single > div .bottom-navigation {
  margin: 1em 0;
  text-align: center;
}
#blog.single > div .bottom-navigation > div:first-child {
  float: none;
}

.chat-widget-config {
  background-color: #800000;
}
html body #browsedepartments .titlebar,
html body header #topnav > li.account #account-menu .titlebar,
html body #searchpage .results h1,
html body #productpage .productcontent .related-items .heading,
html body #shoppingcart .related-items .heading {
  background-color: #333e48;
  color: #fff;
}
html body .snap-css-button,
html body .snap-css-button.buynow,
html body .snap-css-button.legacy-button-blue,
html body .snap-css-button.cart-start-checkout,
html body .snap-css-button.continue {
  background: #2E6399;
  background: linear-gradient(to bottom, #417BB7 0px, #1A4D80 100%);
}
html body .snap-css-button.backorder,
html body .snap-css-button.legacy-button-red,
html body .snap-css-button.preorder {
  background: #84021e;
  background: linear-gradient(to bottom, #DD0033 0px, #84021e 100%);
  border: none !important;
  color: #fff;
}
html body .snap-css-button.preorder {
  background: #33BA09;
  background: linear-gradient(to bottom, #22c922 0px, #188c18 100%);
}
html body .theprice * {
  color: #DD0033;
}
html body.fc-widget-open header #topnav .chat i {
  color: #DD0033;
}
#searchpage #filter-buttons a {
  order: 1;
}
#searchpage #filter-buttons a.store-filter {
  order: 0;
  margin-right: 16px;
}
#searchpage #filter-buttons a:nth-last-child(2) {
  margin-right: 0;
}
#productpage .productcontent .pricing-availability {
  border: 1px solid #999999;
  background: #e5e5e5;
  padding: 8px;
  margin: 8px;
  font-style: italic;
  border-radius: 1px;
}
#productpage .productcontent .info > *:not(.location-wrapper) {
  order: 1;
}
#productpage .productcontent .info .location-wrapper {
  order: 0;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 0;
}
#storelocations.has-features .titlebar,
html body #zip-dialog .has-features .titlebar,
#store-filter .has-features .titlebar {
  font-weight: bold;
  height: auto;
  text-align: center;
}
#storelocations.has-features .titlebar a:before,
html body #zip-dialog .has-features .titlebar a:before,
#store-filter .has-features .titlebar a:before {
  color: #fff;
}
#storelocations.has-features .titlebar a:before,
html body #zip-dialog .has-features .titlebar a:before,
#store-filter .has-features .titlebar a:before {
  color: #fff;
}
#storelocations.has-features #store-locator .location-features,
html body #zip-dialog .has-features #store-locator .location-features,
#store-filter .has-features #store-locator .location-features {
  list-style-type: none;
  text-align: center;
  display: table;
  margin: auto;
  border-spacing: 2px;
  padding: 8px 0;
  order: 2;
}
#storelocations.has-features #store-locator .location-features li,
html body #zip-dialog .has-features #store-locator .location-features li,
#store-filter .has-features #store-locator .location-features li {
  font-size: 10px;
  line-height: 1;
  display: table-cell;
  width: 52.66666667px;
  word-spacing: 4em;
}
@media screen and (min-width: 500px) {
  #storelocations.has-features #store-locator .location-features li,
  html body #zip-dialog .has-features #store-locator .location-features li,
  #store-filter .has-features #store-locator .location-features li {
    word-spacing: unset;
  }
}
#storelocations.has-features #store-locator .location-features li span,
html body #zip-dialog .has-features #store-locator .location-features li span,
#store-filter .has-features #store-locator .location-features li span {
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  background: url(/content/skins/hobbytown/images/locator-icons.png) no-repeat;
  margin-top: 4px;
  background-size: cover;
}
#storelocations.has-features #store-locator .location-features li span.rock-crawler,
html body #zip-dialog .has-features #store-locator .location-features li span.rock-crawler,
#store-filter .has-features #store-locator .location-features li span.rock-crawler {
  background-position-x: 0px;
}
#storelocations.has-features #store-locator .location-features li span.indoor-track,
html body #zip-dialog .has-features #store-locator .location-features li span.indoor-track,
#store-filter .has-features #store-locator .location-features li span.indoor-track {
  background-position-x: -58px;
}
#storelocations.has-features #store-locator .location-features li span.outdoor-track,
html body #zip-dialog .has-features #store-locator .location-features li span.outdoor-track,
#store-filter .has-features #store-locator .location-features li span.outdoor-track {
  background-position-x: -115px;
}
#storelocations.has-features #store-locator .location-features li span.repair-services,
html body #zip-dialog .has-features #store-locator .location-features li span.repair-services,
#store-filter .has-features #store-locator .location-features li span.repair-services {
  background-position-x: -233px;
}
#storelocations.has-features #store-locator .location-features li span.event-space,
html body #zip-dialog .has-features #store-locator .location-features li span.event-space,
#store-filter .has-features #store-locator .location-features li span.event-space {
  background-position-x: -288px;
}
#storelocations.has-features #store-locator .location-features li span.bandai,
html body #zip-dialog .has-features #store-locator .location-features li span.bandai,
#store-filter .has-features #store-locator .location-features li span.bandai {
  background-position-x: -345px;
}
#storelocations.has-features #store-locator .location-features li span.schleich-flagship,
html body #zip-dialog .has-features #store-locator .location-features li span.schleich-flagship,
#store-filter .has-features #store-locator .location-features li span.schleich-flagship {
  background-position-x: -402px;
}
#storelocations.has-features #store-locator .location-features #location-features-key,
html body #zip-dialog .has-features #store-locator .location-features #location-features-key,
#store-filter .has-features #store-locator .location-features #location-features-key {
  display: flex;
  flex-wrap: wrap;
}
#storelocations.has-features #store-locator .location-features #location-features-key li,
html body #zip-dialog .has-features #store-locator .location-features #location-features-key li,
#store-filter .has-features #store-locator .location-features #location-features-key li {
  margin-bottom: 4px;
}
#storelocations.has-features #store-locator .location-features #location-features-key + #store-list,
html body #zip-dialog .has-features #store-locator .location-features #location-features-key + #store-list,
#store-filter .has-features #store-locator .location-features #location-features-key + #store-list {
  border-top: 1px solid #e5e5e5;
}
#storelocations.has-features #store-locator #store-list .store,
html body #zip-dialog .has-features #store-locator #store-list .store,
#store-filter .has-features #store-locator #store-list .store {
  position: relative;
}
#storelocations.has-features #store-locator #store-list .store:not(.selected),
html body #zip-dialog .has-features #store-locator #store-list .store:not(.selected),
#store-filter .has-features #store-locator #store-list .store:not(.selected) {
  border-bottom: 8px solid #e5e5e5;
}
#storelocations.has-features #store-locator #store-list .store:last-child,
html body #zip-dialog .has-features #store-locator #store-list .store:last-child,
#store-filter .has-features #store-locator #store-list .store:last-child {
  border: none;
}
#storelocations.has-features #store-locator #store-list .store:nth-child(even),
html body #zip-dialog .has-features #store-locator #store-list .store:nth-child(even),
#store-filter .has-features #store-locator #store-list .store:nth-child(even) {
  background: none;
}
#storelocations.has-features #store-locator #store-list .store.has-features,
html body #zip-dialog .has-features #store-locator #store-list .store.has-features,
#store-filter .has-features #store-locator #store-list .store.has-features {
  position: relative;
}
#storelocations.has-features #store-locator #store-list .store.has-features > ul,
html body #zip-dialog .has-features #store-locator #store-list .store.has-features > ul,
#store-filter .has-features #store-locator #store-list .store.has-features > ul {
  position: relative;
}
#storelocations.has-features #store-locator #store-list .store.has-features > ul li:not(.button),
html body #zip-dialog .has-features #store-locator #store-list .store.has-features > ul li:not(.button),
#store-filter .has-features #store-locator #store-list .store.has-features > ul li:not(.button) {
  width: calc(100% - 100px);
  display: inline-block;
}
#storelocations.has-features #store-locator #store-list .store.has-features > ul li.location-features,
html body #zip-dialog .has-features #store-locator #store-list .store.has-features > ul li.location-features,
#store-filter .has-features #store-locator #store-list .store.has-features > ul li.location-features {
  width: 140px;
  position: absolute;
  top: 0;
  right: 8px;
  list-style-type: none;
  text-align: center;
  display: table;
  margin: auto;
  border-spacing: 2px;
  padding: 8px 0;
  order: 2;
  padding-top: 0;
}
#storelocations.has-features #store-locator #store-list .store.has-features > ul li.location-features li,
html body #zip-dialog .has-features #store-locator #store-list .store.has-features > ul li.location-features li,
#store-filter .has-features #store-locator #store-list .store.has-features > ul li.location-features li {
  font-size: 10px;
  line-height: 1;
  display: table-cell;
  width: 27.66666667px;
  word-spacing: 4em;
}
@media screen and (min-width: 500px) {
  #storelocations.has-features #store-locator #store-list .store.has-features > ul li.location-features li,
  html body #zip-dialog .has-features #store-locator #store-list .store.has-features > ul li.location-features li,
  #store-filter .has-features #store-locator #store-list .store.has-features > ul li.location-features li {
    word-spacing: unset;
  }
}
#storelocations.has-features #store-locator #store-list .store.has-features > ul li.location-features li span,
html body #zip-dialog .has-features #store-locator #store-list .store.has-features > ul li.location-features li span,
#store-filter .has-features #store-locator #store-list .store.has-features > ul li.location-features li span {
  width: 25px;
  height: 25px;
  margin: auto;
  display: block;
  background: url(/content/skins/hobbytown/images/locator-icons.png) no-repeat;
  margin-top: 4px;
  background-size: cover;
}
#storelocations.has-features #store-locator #store-list .store.has-features > ul li.location-features li span.rock-crawler,
html body #zip-dialog .has-features #store-locator #store-list .store.has-features > ul li.location-features li span.rock-crawler,
#store-filter .has-features #store-locator #store-list .store.has-features > ul li.location-features li span.rock-crawler {
  background-position-x: 0px;
}
#storelocations.has-features #store-locator #store-list .store.has-features > ul li.location-features li span.indoor-track,
html body #zip-dialog .has-features #store-locator #store-list .store.has-features > ul li.location-features li span.indoor-track,
#store-filter .has-features #store-locator #store-list .store.has-features > ul li.location-features li span.indoor-track {
  background-position-x: -29px;
}
#storelocations.has-features #store-locator #store-list .store.has-features > ul li.location-features li span.outdoor-track,
html body #zip-dialog .has-features #store-locator #store-list .store.has-features > ul li.location-features li span.outdoor-track,
#store-filter .has-features #store-locator #store-list .store.has-features > ul li.location-features li span.outdoor-track {
  background-position-x: -57.5px;
}
#storelocations.has-features #store-locator #store-list .store.has-features > ul li.location-features li span.repair-services,
html body #zip-dialog .has-features #store-locator #store-list .store.has-features > ul li.location-features li span.repair-services,
#store-filter .has-features #store-locator #store-list .store.has-features > ul li.location-features li span.repair-services {
  background-position-x: -116.5px;
}
#storelocations.has-features #store-locator #store-list .store.has-features > ul li.location-features li span.event-space,
html body #zip-dialog .has-features #store-locator #store-list .store.has-features > ul li.location-features li span.event-space,
#store-filter .has-features #store-locator #store-list .store.has-features > ul li.location-features li span.event-space {
  background-position-x: -144px;
}
#storelocations.has-features #store-locator #store-list .store.has-features > ul li.location-features li span.bandai,
html body #zip-dialog .has-features #store-locator #store-list .store.has-features > ul li.location-features li span.bandai,
#store-filter .has-features #store-locator #store-list .store.has-features > ul li.location-features li span.bandai {
  background-position-x: -172.5px;
}
#storelocations.has-features #store-locator #store-list .store.has-features > ul li.location-features li span.schleich-flagship,
html body #zip-dialog .has-features #store-locator #store-list .store.has-features > ul li.location-features li span.schleich-flagship,
#store-filter .has-features #store-locator #store-list .store.has-features > ul li.location-features li span.schleich-flagship {
  background-position-x: -201px;
}
#storelocations.has-features #store-locator #store-list .store.has-features > ul li.location-features > ul,
html body #zip-dialog .has-features #store-locator #store-list .store.has-features > ul li.location-features > ul,
#store-filter .has-features #store-locator #store-list .store.has-features > ul li.location-features > ul {
  text-align: right;
}
#storelocations.has-features #store-locator #store-list .store.has-features > ul li.location-features > ul > li,
html body #zip-dialog .has-features #store-locator #store-list .store.has-features > ul li.location-features > ul > li,
#store-filter .has-features #store-locator #store-list .store.has-features > ul li.location-features > ul > li {
  display: inline-block;
}
#storelocations.has-features #store-locator #map,
html body #zip-dialog .has-features #store-locator #map,
#store-filter .has-features #store-locator #map {
  height: 400px;
}
#storelocations.has-features #store-locator #map .location-features,
html body #zip-dialog .has-features #store-locator #map .location-features,
#store-filter .has-features #store-locator #map .location-features {
  padding-top: 8px;
  list-style-type: none;
  text-align: center;
  display: table;
  margin: auto;
  border-spacing: 2px;
  padding: 8px 0;
  order: 2;
}
#storelocations.has-features #store-locator #map .location-features li,
html body #zip-dialog .has-features #store-locator #map .location-features li,
#store-filter .has-features #store-locator #map .location-features li {
  font-size: 10px;
  line-height: 1;
  display: table-cell;
  width: 27.66666667px;
  word-spacing: 4em;
}
@media screen and (min-width: 500px) {
  #storelocations.has-features #store-locator #map .location-features li,
  html body #zip-dialog .has-features #store-locator #map .location-features li,
  #store-filter .has-features #store-locator #map .location-features li {
    word-spacing: unset;
  }
}
#storelocations.has-features #store-locator #map .location-features li span,
html body #zip-dialog .has-features #store-locator #map .location-features li span,
#store-filter .has-features #store-locator #map .location-features li span {
  width: 25px;
  height: 25px;
  margin: auto;
  display: block;
  background: url(/content/skins/hobbytown/images/locator-icons.png) no-repeat;
  margin-top: 4px;
  background-size: cover;
}
#storelocations.has-features #store-locator #map .location-features li span.rock-crawler,
html body #zip-dialog .has-features #store-locator #map .location-features li span.rock-crawler,
#store-filter .has-features #store-locator #map .location-features li span.rock-crawler {
  background-position-x: 0px;
}
#storelocations.has-features #store-locator #map .location-features li span.indoor-track,
html body #zip-dialog .has-features #store-locator #map .location-features li span.indoor-track,
#store-filter .has-features #store-locator #map .location-features li span.indoor-track {
  background-position-x: -29px;
}
#storelocations.has-features #store-locator #map .location-features li span.outdoor-track,
html body #zip-dialog .has-features #store-locator #map .location-features li span.outdoor-track,
#store-filter .has-features #store-locator #map .location-features li span.outdoor-track {
  background-position-x: -57.5px;
}
#storelocations.has-features #store-locator #map .location-features li span.repair-services,
html body #zip-dialog .has-features #store-locator #map .location-features li span.repair-services,
#store-filter .has-features #store-locator #map .location-features li span.repair-services {
  background-position-x: -116.5px;
}
#storelocations.has-features #store-locator #map .location-features li span.event-space,
html body #zip-dialog .has-features #store-locator #map .location-features li span.event-space,
#store-filter .has-features #store-locator #map .location-features li span.event-space {
  background-position-x: -144px;
}
#storelocations.has-features #store-locator #map .location-features li span.bandai,
html body #zip-dialog .has-features #store-locator #map .location-features li span.bandai,
#store-filter .has-features #store-locator #map .location-features li span.bandai {
  background-position-x: -172.5px;
}
#storelocations.has-features #store-locator #map .location-features li span.schleich-flagship,
html body #zip-dialog .has-features #store-locator #map .location-features li span.schleich-flagship,
#store-filter .has-features #store-locator #map .location-features li span.schleich-flagship {
  background-position-x: -201px;
}
#storelocation > div:not(.hobbytown-layout) {
  list-style-type: none;
  text-align: center;
  display: table;
  margin: auto;
  border-spacing: 2px;
  padding: 8px 0;
  order: 2;
}
#storelocation > div:not(.hobbytown-layout) li {
  font-size: 10px;
  line-height: 1;
  display: table-cell;
  width: 52.66666667px;
  word-spacing: 4em;
}
@media screen and (min-width: 500px) {
  #storelocation > div:not(.hobbytown-layout) li {
    word-spacing: unset;
  }
}
#storelocation > div:not(.hobbytown-layout) li span {
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  background: url(/content/skins/hobbytown/images/locator-icons.png) no-repeat;
  margin-top: 4px;
  background-size: cover;
}
#storelocation > div:not(.hobbytown-layout) li span.rock-crawler {
  background-position-x: 0px;
}
#storelocation > div:not(.hobbytown-layout) li span.indoor-track {
  background-position-x: -58px;
}
#storelocation > div:not(.hobbytown-layout) li span.outdoor-track {
  background-position-x: -115px;
}
#storelocation > div:not(.hobbytown-layout) li span.repair-services {
  background-position-x: -233px;
}
#storelocation > div:not(.hobbytown-layout) li span.event-space {
  background-position-x: -288px;
}
#storelocation > div:not(.hobbytown-layout) li span.bandai {
  background-position-x: -345px;
}
#storelocation > div:not(.hobbytown-layout) li span.schleich-flagship {
  background-position-x: -402px;
}
#storelocation > div:not(.hobbytown-layout) .location-features ul li {
  word-spacing: 20em;
  font-weight: bold;
}
#storelocation .feature.schleich-flagship {
  background: url('/content/skins/hobbytown/images/services/schleich.jpg') no-repeat;
  background-size: contain;
}
#storelocation .feature.bandai {
  background: url('/content/skins/hobbytown/images/services/bandai.png') no-repeat;
  background-size: contain;
}
#storelocation #fs-content .location-features ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#storelocation #fs-content .location-features ul li {
  width: 120px;
  overflow: hidden;
}
#storelocation #fs-content .location-features ul li .feature-name {
  z-index: 1;
  padding: 2px;
  color: #3d3d3d;
  font-weight: bold;
}
#storelocation #fs-content .location-features ul li .feature-name span {
  position: relative;
}
#storelocation #fs-content .location-features ul li .feature-name:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.78;
  z-index: 0;
}
#shoppingcart .pricing-availability {
  border: 1px solid #999999;
  background: #e5e5e5;
  padding: 8px;
  margin: 8px;
  font-style: italic;
  border-radius: 1px;
}
.titlebar {
  font-weight: bold;
  height: auto;
}
.titlebar a:before {
  color: #fff;
}
#categorypage .quick-links ul li.specials span {
  background: #16588c;
}
.tab-expander > h3,
.accordion > h3,
.tab-expander > .groupheader,
.accordion > .groupheader {
  background-color: #16588c;
}
.related-products.more-results {
  margin-left: 0;
  margin-right: 0;
}


