@import "/content/skins/marketing/desktop/amainhobbies.css";
/* --------------------------------------------------------------
    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;
}

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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display: block;
}

/* Line-height should always be unitless! */
body {
    line-height: 1.49;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
    border-collapse: separate;
    border-spacing: 0;
}
/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td {
    text-align: left;
    font-weight: normal;
    float: none !important;
}

table, th, td {
    vertical-align: middle;
}

/* Table corrections */
td[align=right], th[align=right] {
    text-align: right;
}
td[align=right] table, th[align=right] table {
    float: right;
}

td[align=center], th[align=center] {
    text-align: center;
}

td[valign=top], tr[valign=top] td {
    vertical-align: top;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

blockquote, q {
    quotes: "" "";
}

/* Remove annoying border on linked images. */
a img {
    border: none;
}

/*! 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;
}

/**
* @file: highslide.css 
* @version: 4.1.13
*/
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	/*border: 2px solid silver;*/
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	/*position: absolute;*/
	background: black;
}
a.highslide-full-expand {
   background: url(/content/highslide/graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(/content/highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/content/highslide/graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.highslide-gallery ul li {
	display: block;
	position: relative;
	float: left;
	width: 106px;
	height: 106px;
	border: 1px solid silver;
	background: #ededed;
	margin: 2px;
	padding: 0;
	line-height: 0;
	overflow: hidden;
}
.highslide-gallery ul a {
	position: absolute;
	top: 50%;
	left: 50%;
}
.highslide-gallery ul img {
 	position: relative;
	top: -50%;
	left: -50%;
}
html>/**/body .highslide-gallery ul li {
	display: table;
	text-align: center;
}
html>/**/body .highslide-gallery ul li {
	text-align: center;
}
html>/**/body .highslide-gallery ul a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
	position: static;
}

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(/content/highslide/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(/content/highslide/graphics/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
	list-style: none;
}
.highslide-controls a {
	background-image: url(/content/highslide/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.mobile .highslide-html {
	border: 1px solid silver;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(/content/highslide/graphics/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 5;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(/content/highslide/graphics/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-header .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
	position: absolute;
	width: 90%;
	margin: 1px 0 1px 5px;
	color: #666666;
}

.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
	display: none;
}
.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(/content/highslide/graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(/content/highslide/graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(/content/highslide/graphics/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	background: none;
}
.text-controls ul {
	position: static;
	background: none;
	height: auto;
	left: 0;
}
.text-controls .highslide-move {
	display: none;
}
.text-controls li {
    background-image: url(/content/highslide/graphics/controlbar-text-buttons.png);
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}
.text-controls a {
    background: url(/content/highslide/graphics/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}
.text-controls a span {
	background: url(/content/highslide/graphics/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
	display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
	padding: 1px 0 1px 18px;
    color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.text-controls .highslide-next {
	margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
	min-width: 0;
}
.text-controls a:hover span {
	color: black;
}
.text-controls a.disabled span {
	color: #999;
}

.text-controls .highslide-previous span {
	background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
	background-position: 0 -140px;
}
.text-controls .highslide-play span {
	background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
	background-position: 0 -160px;
}
.text-controls .highslide-pause span {
	background-position: 0 -80px;
}
.text-controls .highslide-next span {
	background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
	background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
	background: none;
}
.text-controls .highslide-full-expand a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-close span {
	background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
	height: 100%;
	direction: ltr;
}
.highslide-thumbstrip div {
	overflow: hidden;
}
.highslide-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.highslide-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.highslide-thumbstrip a {
	outline: none;
}
.highslide-thumbstrip img {
	display: block;
	border: 1px solid gray;
	margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
	visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% breaks in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(/content/highslide/graphics/scrollarrows.png) left center no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(/content/highslide/graphics/scrollarrows.png) center right no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: white !important;
}

.highslide-thumbstrip-vertical-overlay {
	overflow: hidden !important;
}
.highslide-thumbstrip-vertical div {
	height: 100%;
}
.highslide-thumbstrip-vertical a {
	display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(/content/highslide/graphics/scrollarrows.png) top center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(/content/highslide/graphics/scrollarrows.png) bottom center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical img {
	width: 60px; /* t=5481 */
}
.highslide-thumbstrip-vertical .highslide-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow: auto;
}
.highslide-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.highslide-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.highslide-thumbstrip-float img {
	display: inline;
	border-color: silver;
	max-height: 56px;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
	border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display: none;
}
.highslide-thumbstrip-float .highslide-marker {
	display: none;
}

.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";
}

/*colors*/
/* --------------------------------------------------------------
    typography.less
    Copyright (C) 2004 and later AMain.com, Inc.
    All Rights Reserved
    Description: Establishes typographical rules for all standard text elements
-------------------------------------------------------------- */
html {
  font-size: 12px;
}
body {
  font-size: 100%;
  color: #222;
  background-color: #fff;
}
/* Headings
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1.25;
}
h1 {
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 0 10px 0;
}
h2 {
  font-size: 1.65rem;
}
h3 {
  font-size: 1.62rem;
}
h4 {
  font-size: 1.62rem;
}
h5 {
  font-size: 1rem;
  font-weight: bold;
}
h6 {
  font-size: 1rem;
  font-weight: bold;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin: 0;
}
/*Text Elements*/
p {
  margin: 5px 0 10px 0;
}
a,
span.link {
  cursor: pointer;
  text-decoration: underline;
  color: #000;
}
.strong {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
li {
  margin-left: 2rem;
}
/*Forms*/
select,
input[type='text'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type="radio"],
input[type="checkbox"],
textarea,
input[type="tel"] {
  border: 1px solid #c2c4c6;
}
input[type='text'],
input[type='number'],
input[type='password'],
input[type='email'],
input[type='tel'] {
  box-sizing: border-box;
  padding: 5px;
  vertical-align: middle;
}
label,
input {
  vertical-align: middle;
}
div.cartMessage p {
  color: #222;
  font-family: LucindaGrande, 'Lucida Sans Unicode', Helvetica, Verdana, sans-serif;
  font-weight: bold;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
div.message-stack-message {
  font-family: LucindaGrande, 'Lucida Sans Unicode', Helvetica, Verdana, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  color: black;
}
.snap-css-button {
  font-size: 12px;
  line-height: 12px;
}
.snap-css-button.large {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
}
#infopage p {
  line-height: 180%;
}
blockquote {
  background: #f6f6f6;
  padding: 20px;
  border: 1px solid #c5c6ca;
  line-height: 180%;
  margin-bottom: 24px;
}
#error404 h1,
#error500 h1 {
  font-size: 45px;
  color: rgba(117, 133, 148, 0.85);
  font-weight: bold;
  text-shadow: 1px 1px 2px white, -1px -1px 0px #000;
  padding-bottom: 0;
  margin-bottom: 9px;
}
#error404 h2,
#error500 h2 {
  font-size: 32px;
  color: #798794;
  color: rgba(117, 133, 148, 0.8);
  font-weight: bold;
  text-shadow: 0px 1px 2px white, -1px -1px 0px #000;
  margin: 0 0 23px 0;
  text-transform: uppercase;
}
#error404 h3,
#error500 h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
#error404 .instructions,
#error500 .instructions {
  font-size: 17px;
  margin: 0;
  padding: 0;
}
#error404 .instructions a:link,
#error500 .instructions a:link {
  text-decoration: underline;
}
div.form-container {
  overflow: hidden;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  display: table;
  line-height: 1em;
}
div.form-container > form {
  padding: 5px 5px 0px 5px;
}
div.form-container > form > div {
  display: table-row;
  height: 2em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
div.form-container > form > div > div,
div.form-container > form > div > label,
div.form-container > form > div > input {
  font-size: 12px;
  line-height: 1em;
  display: table-cell;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 1.7em;
}
div.form-container > form > div > input {
  border: 1px solid #c2c4c6;
  padding: 0 0.5em;
}
div.form-container > form > div > span.ui-spinner {
  height: 1.45em;
}
div.form-container > form > div > span.ui-spinner > input.ui-spinner-input {
  margin: 0px 7px 0px 3px;
  padding: 0px;
}
div.form-container > form > div > label {
  padding-right: 4px;
}
div.form-container > form > div > label:after {
  content: ":";
}
.highslide-wrapper .highslide-image {
  position: relative !important;
  display: none;
}
.highslide-wrapper > div {
  top: 0 !important;
}
.highslide-wrapper > div > div:first-child .highslide-controls {
  background: none;
  margin: 7px 0 0 0;
  width: 60px;
}
.highslide-wrapper > div > div:first-child .highslide-controls ul {
  background: none;
}
.highslide-wrapper > div > div:first-child .highslide-controls ul li:not(.highslide-close) {
  display: none;
}
.highslide-wrapper > div > div:first-child .highslide-controls ul li.highslide-close {
  float: right;
  margin-right: 30px;
}
.highslide-wrapper > div > div:first-child .highslide-controls ul li.highslide-close a {
  border-radius: 3px;
  height: 29px;
}
.highslide-wrapper > div .highslide-thumbstrip-float-overlay {
  bottom: initial !important;
  max-width: calc(100% - 65px);
}
.highslide-wrapper > div .highslide-thumbstrip-horizontal-overlay {
  max-width: calc(100% - 65px) !important;
  position: relative !important;
  bottom: initial !important;
  top: 0 !important;
}
#shoppingcart {
  width: 100% !important;
  background: #f4f6f9;
}
#shoppingcart .bg-white {
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  background: #fff;
  padding: 10px;
}
#shoppingcart .bg-white:before,
#shoppingcart .bg-white:after {
  content: " ";
  display: table;
}
#shoppingcart .bg-white:after {
  clear: both;
}
#shoppingcart .text-center {
  text-align: center;
}
#shoppingcart .supersaver: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: "\f48b";
  font-weight: 900;
  margin-right: 10px;
}
#shoppingcart .product-list .button-save {
  padding-bottom: 10px;
}
#shoppingcart .product-list .button-save,
#shoppingcart .product-list .button-delete,
#shoppingcart .product-list .update-cart,
#shoppingcart .product-list .each {
  font-size: 11px;
  font-weight: normal;
}
#shoppingcart .product-list .each {
  font-style: italic;
}
#shoppingcart .product-list .radio input[type=radio]:after {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
#shoppingcart .product-list .radio > span {
  font-size: 11px;
  display: inline-block;
  vertical-align: text-top;
}
#shoppingcart .product-list .product > div:not(.bundle) {
  display: table;
  width: 100%;
}
#shoppingcart .product-list .product > div:not(.bundle) > div:not(.description) {
  display: table-cell;
  vertical-align: top;
}
#shoppingcart:not(.wholesale) .product-list {
  width: 700px;
}
#shoppingcart:not(.wholesale) .product-list > div:not(.promo-products) h2 {
  margin-top: 10px;
}
#shoppingcart:not(.wholesale) .product-list > div > .product {
  box-sizing: border-box;
}
#shoppingcart:not(.wholesale) .product-list > div > .product > div {
  width: 100%;
}
#shoppingcart:not(.wholesale) .product-list > div > .product > div > div {
  display: table-cell;
  box-sizing: border-box;
}
#shoppingcart:not(.wholesale) .product-list > div > .product > div > div.image {
  width: 76px;
  padding-right: 10px;
  position: relative;
}
#shoppingcart:not(.wholesale) .product-list > div > .product > div > div.image a {
  display: block;
}
#shoppingcart:not(.wholesale) .product-list > div > .product > div > div.image a img {
  width: 76px;
  height: 60px;
}
#shoppingcart:not(.wholesale) .product-list > div > .product > div > div.description {
  padding-right: 10px;
}
#shoppingcart:not(.wholesale) .product-list > div > .product > div > div.description .notes {
  margin-top: 5px;
}
#shoppingcart:not(.wholesale) .product-list > div > .product > div > div.description .notes > div {
  color: #a2081d;
}
#shoppingcart:not(.wholesale) .product-list > div > .product > div > div.description .notes > div .ships-in {
  color: #1f8300;
}
#shoppingcart:not(.wholesale) .product-list > div > .product > div > div.description > a:not(:hover) {
  text-decoration: none;
}
#shoppingcart:not(.wholesale) .product-list > div > .product > div > div.pickup {
  width: 21%;
}
#shoppingcart:not(.wholesale) .product-list > div > .product > div > div.pickup .option {
  display: flex;
  margin-bottom: 5px;
}
#shoppingcart:not(.wholesale) .product-list > div > .product > div > div.pickup .option > span,
#shoppingcart:not(.wholesale) .product-list > div > .product > div > div.pickup .option > a {
  display: inline-block;
  margin-right: 5px;
}
#shoppingcart:not(.wholesale) .product-list > div > .product > div > div.pickup .option > label {
  margin-top: 2px;
}
#shoppingcart:not(.wholesale) .product-list > div > .product > div > div.pickup .option > label > span {
  margin-top: 5px;
}
#shoppingcart:not(.wholesale) .product-list > div > .product > div > div.stock {
  width: 12%;
  display: flex;
  flex-wrap: wrap;
}
#shoppingcart:not(.wholesale) .product-list > div > .product > div > div.stock > div {
  border-radius: 3px;
  padding: 2.5px 5px;
  color: #fff;
  white-space: nowrap;
  font-size: 80%;
  margin: 0 3px 3px 0;
}
#shoppingcart:not(.wholesale) .product-list > div > .product > div > div.stock > div:not(.stock-N) {
  background: #25750d;
}
#shoppingcart:not(.wholesale) .product-list > div > .product > div > div.stock > div.stock-N {
  background: #8f1d21;
}
#shoppingcart:not(.wholesale) .product-list > div > .product > div > div.qty {
  width: 12%;
}
#shoppingcart:not(.wholesale) .product-list > div > .product > div > div.qty .quantity {
  margin-bottom: 5px;
}
#shoppingcart:not(.wholesale) .product-list > div > .product > div > div.qty .button-delete,
#shoppingcart:not(.wholesale) .product-list > div > .product > div > div.qty .button-save {
  margin-bottom: 5px;
  display: block;
}
#shoppingcart:not(.wholesale) .product-list > div > .product > div.bundle {
  padding: 10px 0 0 5px;
  display: flex;
  flex-direction: column;
}
#shoppingcart:not(.wholesale) .product-list > div > .product > div.bundle .product {
  padding: 0 0 5px 12%;
}
#shoppingcart:not(.wholesale) .product-list > div > .product > div.bundle .product > div > div.description {
  display: table;
  width: 100%;
}
#shoppingcart:not(.wholesale) .product-list > div > .product > div.bundle .product > div > div.description .addon-qty {
  display: table-cell;
  white-space: nowrap;
  padding-right: 5px;
  width: 1px;
}
#shoppingcart:not(.wholesale) .product-list > div > .product > div.bundle .product > div > div.description .addon-qty:before {
  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: "\f3bf";
  font-weight: 900;
  position: absolute;
  left: 10px;
  color: #2e3a47;
  transform: rotate(90deg);
  position: relative;
  margin-right: 5px;
  left: 0;
}
#shoppingcart:not(.wholesale) .product-list > div > .product > div.bundle .product > div > div.description a {
  display: table-cell;
}
#shoppingcart:not(.wholesale) .product-list > div > .product:not(:last-child) {
  margin-bottom: 10px;
}
#shoppingcart:not(.wholesale) .product-list > div > .product .total {
  width: 12%;
  text-align: right;
}
#shoppingcart:not(.wholesale) .product-list > div > .product .total label {
  display: none;
}
#shoppingcart:not(.wholesale) #shopping-cart-form {
  display: grid;
  grid-template-columns: 70% auto;
}
#shoppingcart.wholesale {
  min-height: 800px;
}
#shoppingcart.wholesale .product-list {
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  background: #fff;
}
#shoppingcart.wholesale .product-list:before,
#shoppingcart.wholesale .product-list:after {
  content: " ";
  display: table;
}
#shoppingcart.wholesale .product-list:after {
  clear: both;
}
#shoppingcart.wholesale .product-list .sortable-table,
#shoppingcart.wholesale .product-list > table {
  width: 100%;
}
#shoppingcart.wholesale .product-list .sortable-table.is-bundle-parent:not(.is-pure-bundle) td,
#shoppingcart.wholesale .product-list > table.is-bundle-parent:not(.is-pure-bundle) td {
  padding-bottom: 0;
}
#shoppingcart.wholesale .product-list .sortable-table.is-addon,
#shoppingcart.wholesale .product-list > table.is-addon {
  min-height: unset;
  padding-top: 10px;
  border-top: none;
}
#shoppingcart.wholesale .product-list .sortable-table.is-addon td,
#shoppingcart.wholesale .product-list > table.is-addon td {
  padding: 10px 10px 0;
  vertical-align: top;
  border-top: none;
}
#shoppingcart.wholesale .product-list .sortable-table.is-addon td.qty,
#shoppingcart.wholesale .product-list > table.is-addon td.qty {
  text-align: right;
  border: 1px solid red;
}
#shoppingcart.wholesale .product-list .sortable-table.is-addon td.qty br,
#shoppingcart.wholesale .product-list > table.is-addon td.qty br {
  display: none;
}
#shoppingcart.wholesale .product-list .sortable-table.is-addon td.qty eml,
#shoppingcart.wholesale .product-list > table.is-addon td.qty eml,
#shoppingcart.wholesale .product-list .sortable-table.is-addon td.qty .price,
#shoppingcart.wholesale .product-list > table.is-addon td.qty .price {
  display: inline;
}
#shoppingcart.wholesale .product-list .sortable-table.is-addon td .description,
#shoppingcart.wholesale .product-list > table.is-addon td .description {
  padding: 0 5px 0 30px;
  position: relative;
}
#shoppingcart.wholesale .product-list .sortable-table.is-addon td .description a,
#shoppingcart.wholesale .product-list > table.is-addon td .description a {
  font-style: italic;
}
#shoppingcart.wholesale .product-list .sortable-table.is-addon td .description:before,
#shoppingcart.wholesale .product-list > table.is-addon td .description:before {
  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: "\f3bf";
  font-weight: 900;
  position: absolute;
  left: 10px;
  color: #2e3a47;
  transform: rotate(90deg);
}
#shoppingcart.wholesale .product-list .sortable-table.is-addon:not(.last) td,
#shoppingcart.wholesale .product-list > table.is-addon:not(.last) td {
  border: none;
}
#shoppingcart.wholesale .product-list .sortable-table.is-addon.last td,
#shoppingcart.wholesale .product-list > table.is-addon.last td {
  padding-bottom: 10px;
}
#shoppingcart.wholesale .product-list .sortable-table input[type=text],
#shoppingcart.wholesale .product-list > table input[type=text] {
  width: 50px;
}
#shoppingcart.wholesale .product-list .sortable-table thead,
#shoppingcart.wholesale .product-list > table thead {
  background: #c3c3c3;
}
#shoppingcart.wholesale .product-list .sortable-table tr:first-child td,
#shoppingcart.wholesale .product-list > table tr:first-child td {
  border-top: none;
}
#shoppingcart.wholesale .product-list .sortable-table tr.is-bundle-parent:not(.is-pure-bundle) td,
#shoppingcart.wholesale .product-list > table tr.is-bundle-parent:not(.is-pure-bundle) td {
  padding-bottom: 0;
}
#shoppingcart.wholesale .product-list .sortable-table tr.is-addon,
#shoppingcart.wholesale .product-list > table tr.is-addon {
  min-height: unset;
  padding-top: 10px;
  border-top: none;
}
#shoppingcart.wholesale .product-list .sortable-table tr.is-addon td,
#shoppingcart.wholesale .product-list > table tr.is-addon td {
  padding: 10px 10px 0;
  vertical-align: top;
  border-top: none;
}
#shoppingcart.wholesale .product-list .sortable-table tr.is-addon td.qty,
#shoppingcart.wholesale .product-list > table tr.is-addon td.qty {
  text-align: right;
}
#shoppingcart.wholesale .product-list .sortable-table tr.is-addon td.qty br,
#shoppingcart.wholesale .product-list > table tr.is-addon td.qty br {
  display: none;
}
#shoppingcart.wholesale .product-list .sortable-table tr.is-addon td.qty em,
#shoppingcart.wholesale .product-list > table tr.is-addon td.qty em {
  display: inline;
}
#shoppingcart.wholesale .product-list .sortable-table tr.is-addon td.qty .price,
#shoppingcart.wholesale .product-list > table tr.is-addon td.qty .price {
  display: inline;
}
#shoppingcart.wholesale .product-list .sortable-table tr.is-addon td .description,
#shoppingcart.wholesale .product-list > table tr.is-addon td .description {
  padding: 0 5px 0 30px;
  position: relative;
}
#shoppingcart.wholesale .product-list .sortable-table tr.is-addon td .description a,
#shoppingcart.wholesale .product-list > table tr.is-addon td .description a {
  font-style: italic;
}
#shoppingcart.wholesale .product-list .sortable-table tr.is-addon td .description:before,
#shoppingcart.wholesale .product-list > table tr.is-addon td .description:before {
  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: "\f3bf";
  font-weight: 900;
  position: absolute;
  left: 10px;
  color: #2e3a47;
  transform: rotate(90deg);
}
#shoppingcart.wholesale .product-list .sortable-table tr.is-addon:not(.last) td,
#shoppingcart.wholesale .product-list > table tr.is-addon:not(.last) td {
  border: none;
}
#shoppingcart.wholesale .product-list .sortable-table tr.is-addon.last td,
#shoppingcart.wholesale .product-list > table tr.is-addon.last td {
  padding-bottom: 10px;
}
#shoppingcart.wholesale .product-list .sortable-table th,
#shoppingcart.wholesale .product-list > table th {
  width: 80px;
  color: #000;
  font-weight: bold;
  padding: 10px 5px;
  box-sizing: border-box;
  border-right: 1px solid #E8E9EA;
  position: relative;
  line-height: 1;
  vertical-align: middle;
  text-align: left;
}
#shoppingcart.wholesale .product-list .sortable-table th.header,
#shoppingcart.wholesale .product-list > table th.header {
  cursor: pointer;
  height: 44px;
  position: relative;
}
#shoppingcart.wholesale .product-list .sortable-table th.header.right,
#shoppingcart.wholesale .product-list > table th.header.right {
  padding-right: 20px;
}
#shoppingcart.wholesale .product-list .sortable-table th.header:not(.headerSortDown):not(.headerSortUp):before,
#shoppingcart.wholesale .product-list > table th.header:not(.headerSortDown):not(.headerSortUp):before {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 13px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d8";
  font-weight: 900;
  color: #000;
  position: absolute;
  right: 10px;
  top: 28%;
  right: 5px;
}
#shoppingcart.wholesale .product-list .sortable-table th.header:not(.headerSortDown):not(.headerSortUp):after,
#shoppingcart.wholesale .product-list > table th.header:not(.headerSortDown):not(.headerSortUp):after {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 13px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  font-weight: 900;
  color: #000;
  position: absolute;
  right: 10px;
  top: 42%;
  right: 5px;
}
#shoppingcart.wholesale .product-list .sortable-table th.header.headerSortDown:after,
#shoppingcart.wholesale .product-list > table th.header.headerSortDown:after {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 13px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  font-weight: 900;
  color: #000;
  position: absolute;
  right: 10px;
  right: 5px;
}
#shoppingcart.wholesale .product-list .sortable-table th.header.headerSortUp:after,
#shoppingcart.wholesale .product-list > table th.header.headerSortUp:after {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 13px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d8";
  font-weight: 900;
  color: #000;
  position: absolute;
  right: 10px;
  right: 5px;
  margin-top: -2px;
}
#shoppingcart.wholesale .product-list .sortable-table th:last-child,
#shoppingcart.wholesale .product-list > table th:last-child {
  border: none;
}
#shoppingcart.wholesale .product-list .sortable-table th.width-auto,
#shoppingcart.wholesale .product-list > table th.width-auto {
  width: auto;
}
#shoppingcart.wholesale .product-list .sortable-table th.right,
#shoppingcart.wholesale .product-list > table th.right {
  text-align: right;
}
#shoppingcart.wholesale .product-list .sortable-table th.center,
#shoppingcart.wholesale .product-list > table th.center {
  text-align: center;
}
#shoppingcart.wholesale .product-list .sortable-table td,
#shoppingcart.wholesale .product-list > table td {
  position: relative;
  padding: 10px 5px;
  vertical-align: top;
  border-top: 1px solid #c2c4c6;
}
#shoppingcart.wholesale .product-list .sortable-table td .details,
#shoppingcart.wholesale .product-list > table td .details {
  display: flex;
  width: 100%;
}
#shoppingcart.wholesale .product-list .sortable-table td .details .image,
#shoppingcart.wholesale .product-list > table td .details .image {
  display: block;
  margin: 0 5px;
}
#shoppingcart.wholesale .product-list .sortable-table td .details .image a,
#shoppingcart.wholesale .product-list > table td .details .image a {
  display: block;
  display: inline-block;
  position: relative;
}
#shoppingcart.wholesale .product-list .sortable-table td .details .image a:hover,
#shoppingcart.wholesale .product-list > table td .details .image a:hover {
  display: inline-block;
  position: relative;
}
#shoppingcart.wholesale .product-list .sortable-table td .details .image a:hover:after,
#shoppingcart.wholesale .product-list > table td .details .image a:hover: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;
}
#shoppingcart.wholesale .product-list .sortable-table td .details .image a:hover img,
#shoppingcart.wholesale .product-list > table td .details .image a:hover img {
  mix-blend-mode: multiply;
  display: block;
}
#shoppingcart.wholesale .product-list .sortable-table td .details .description,
#shoppingcart.wholesale .product-list > table td .details .description {
  flex: 1;
}
#shoppingcart.wholesale .product-list .sortable-table td .details .description a:not(:hover),
#shoppingcart.wholesale .product-list > table td .details .description a:not(:hover) {
  text-decoration: none;
}
#shoppingcart.wholesale .product-list .sortable-table td .details .description .notes,
#shoppingcart.wholesale .product-list > table td .details .description .notes {
  margin-top: 5px;
}
#shoppingcart.wholesale .product-list .sortable-table td .details .description .notes > div,
#shoppingcart.wholesale .product-list > table td .details .description .notes > div {
  margin-bottom: 5px;
  color: #a2081d;
}
#shoppingcart.wholesale .product-list .sortable-table td.qty,
#shoppingcart.wholesale .product-list > table td.qty {
  text-align: center;
}
#shoppingcart.wholesale .product-list .sortable-table td.qty input[type=text],
#shoppingcart.wholesale .product-list > table td.qty input[type=text] {
  margin-bottom: 5px;
}
#shoppingcart.wholesale .product-list .sortable-table td.qty a,
#shoppingcart.wholesale .product-list > table td.qty a {
  display: block;
  color: #000;
}
#shoppingcart.wholesale .product-list .sortable-table td.qty a:first-of-type,
#shoppingcart.wholesale .product-list > table td.qty a:first-of-type {
  margin-bottom: 5px;
}
#shoppingcart.wholesale .product-list .sortable-table td.stock,
#shoppingcart.wholesale .product-list > table td.stock {
  display: flex;
  flex-wrap: wrap;
}
#shoppingcart.wholesale .product-list .sortable-table td.stock > div,
#shoppingcart.wholesale .product-list > table td.stock > div {
  border-radius: 3px;
  padding: 2.5px 5px;
  color: #fff;
  white-space: nowrap;
  font-size: 80%;
  margin: 0 3px 3px 0;
}
#shoppingcart.wholesale .product-list .sortable-table td.stock > div:not(.stock-N),
#shoppingcart.wholesale .product-list > table td.stock > div:not(.stock-N) {
  background: #25750d;
}
#shoppingcart.wholesale .product-list .sortable-table td.stock > div.stock-N,
#shoppingcart.wholesale .product-list > table td.stock > div.stock-N {
  background: #8f1d21;
}
#shoppingcart.wholesale .product-list .sortable-table td:last-child,
#shoppingcart.wholesale .product-list > table td:last-child {
  font-weight: bold;
  text-align: right;
}
#shoppingcart.wholesale .product-list .sortable-table td.right,
#shoppingcart.wholesale .product-list > table td.right {
  text-align: right;
}
#shoppingcart.wholesale .product-list .sortable-table td.center,
#shoppingcart.wholesale .product-list > table td.center {
  text-align: center;
}
#shoppingcart.wholesale .product-list .sortable-table td.left,
#shoppingcart.wholesale .product-list > table td.left {
  text-align: left;
}
#shoppingcart.wholesale .product-list .sortable-table th {
  height: 45px;
}
#shoppingcart.wholesale .product-list input[type=text],
#shoppingcart.wholesale .product-list input[type=number] {
  text-align: center;
}
#shoppingcart.wholesale .summary {
  margin-left: 40px;
  float: right;
  border: none;
  background: none;
}
#shoppingcart.wholesale .misc .alwaysdisplaycartprompt {
  padding-left: 0;
  margin: 10px;
}
#shoppingcart.wholesale.shippable-backorders .product-list table {
  width: 100%;
  padding: 10px;
}
#shoppingcart.wholesale.shippable-backorders .product-list table thead th {
  font-weight: bold;
}
#shoppingcart.wholesale.shippable-backorders .product-list a {
  text-decoration: none;
}
#shoppingcart.wholesale.shippable-backorders .continue h3 {
  display: inline-block;
}
#shoppingcart.wholesale .buttons .snap-css-button.large {
  display: table;
  width: 100%;
}
#shoppingcart.wholesale .buttons .snap-css-button.large.wholesalecart {
  margin-top: 20px;
}
#shoppingcart.wholesale #coupon-box {
  display: table;
}
#shoppingcart > .container {
  width: 1000px;
  margin: auto;
  position: relative;
}
#shoppingcart form button.first {
  margin-left: -9999px;
  position: absolute;
}
#shoppingcart .top {
  display: table;
  width: 100%;
  padding: 0 0 5px;
}
#shoppingcart .top h1 {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 15px;
}
#shoppingcart .top .icon {
  text-align: right;
}
#shoppingcart .top .icon i {
  font-size: 50px;
  font-weight: 100;
  margin: 5px 0;
}
#shoppingcart .shoppingcartempty {
  vertical-align: top;
  border: none;
  margin: 0 0 10px;
  clear: both;
}
#shoppingcart .shoppingcartempty p {
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
}
#shoppingcart .shoppingcartempty .snap-css-button {
  display: inline-block;
  float: right;
  vertical-align: middle;
}
#shoppingcart .product-list-header {
  margin: 0;
  padding: 10px;
  color: #fff;
  background: #464647;
  font-size: 1.25em;
}
#shoppingcart .product-list-header a {
  color: #fff;
  text-decoration: underline;
}
#shoppingcart .product-list-header a:hover {
  color: #f26524;
}
#shoppingcart h3 {
  margin: 10px 0 5px;
  font-size: 1.5em;
  font-weight: bold;
}
#shoppingcart .hidden {
  display: none;
}
#shoppingcart .center {
  text-align: center;
}
#shoppingcart .infoBox {
  border: none;
}
#shoppingcart .note {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #000;
  padding: 10px;
  background: #fff;
  border: 1px solid #E8E9EA;
  box-shadow: 0 1px 2px #f2f2f2;
  margin: 0 0 10px;
}
#shoppingcart .note:last-child {
  margin-bottom: 0;
}
#shoppingcart .note: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;
}
#shoppingcart .note > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
#shoppingcart .note.error {
  color: #a2081d;
  font-weight: bold;
}
#shoppingcart .note.success {
  color: #1a951a;
  font-weight: bold;
}
#shoppingcart .note.mainRed {
  color: #a2081d;
}
#shoppingcart .note.store > span {
  font-weight: bold;
}
#shoppingcart .note.store > span > span {
  font-weight: normal;
}
#shoppingcart .note.store > span > span a {
  text-decoration: underline;
}
#shoppingcart .displaycart {
  margin: auto;
}
#shoppingcart #dealercart .note {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #000;
  padding: 10px 10px 10px 0;
  box-shadow: none;
  border: none;
  margin-top: 10px;
}
#shoppingcart #dealercart .note:last-child {
  margin-bottom: 0;
}
#shoppingcart #dealercart .note: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;
}
#shoppingcart #dealercart .note > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
#shoppingcart #dealercart .note.error {
  color: #a2081d;
  font-weight: bold;
}
#shoppingcart #dealercart .note.success {
  color: #1a951a;
  font-weight: bold;
}
#shoppingcart #dealercart .note.mainRed {
  color: #a2081d;
}
#shoppingcart #dealercart #posbarcode {
  text-align: center;
}
#shoppingcart #dealercart #po-field-wrapper {
  display: none;
}
#shoppingcart #dealercart form .helpLink {
  display: inline-block;
  border-radius: 90%;
  background: #227fca;
  color: white;
  font-weight: bold;
  width: 18px;
  height: 18px;
  text-align: center;
}
#shoppingcart #dealercart form .separator {
  border-right: 1px solid #464647;
  margin: 0 10px;
  height: 2vw;
  vertical-align: middle;
  display: inline-block;
}
#shoppingcart #dealercart form input[type="file"] {
  border: 1px solid #c2c4c6;
  background: white;
  margin-left: 20px;
}
#shoppingcart #dealercart form .snap-css-button {
  margin-right: 10px;
}
#shoppingcart #dealercart form label {
  margin-right: 3px;
}
#shoppingcart #dealercart .dealer-price-list {
  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;
  text-transform: unset;
}
#shoppingcart #dealercart .dealer-price-list:hover {
  opacity: 1;
}
#shoppingcart #dealercart .cart-import {
  padding: 3.33333333px 10px 3.33333333px;
  text-transform: unset;
}
#shoppingcart .promo {
  text-align: center;
  margin: 0 auto 10px auto;
  width: auto;
  display: table;
  padding: 0 0 10px;
}
#shoppingcart .promo img {
  display: block;
  margin: 0 auto 10px;
}
#shoppingcart .promo > div {
  margin: 0 auto 20px auto;
  text-align: center;
  width: auto;
  border: 1px solid #c2c4c6 !important;
  display: table;
  padding: 10px;
  margin: 0 auto 10px !important;
  box-shadow: 3px 3px 3px #c2c4c6;
}
#shoppingcart .promo > div img {
  display: block;
  margin-bottom: 10px;
}
#shoppingcart #coupon-box {
  margin-bottom: 10px;
  text-align: center;
  max-width: 290px;
}
#shoppingcart #coupon-box > .coupon-toggle.closed {
  text-decoration: underline;
  cursor: pointer;
}
#shoppingcart #coupon-box > .coupon-toggle.closed + div {
  display: none;
}
#shoppingcart #coupon-box > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
}
#shoppingcart #coupon-box > div > div:first-child {
  width: 100%;
  padding-right: 5px;
  box-sizing: border-box;
  position: relative;
}
#shoppingcart #coupon-box > div > div:first-child input[type=text] {
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  line-height: inherit;
}
#shoppingcart #coupon-box > div > div .snap-css-button {
  display: block;
  height: 100%;
  margin: 0;
}
#shoppingcart .buybox {
  margin-left: 10px;
}
#shoppingcart .summary {
  position: relative;
}
#shoppingcart .summary > div {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
  box-sizing: border-box;
}
#shoppingcart .summary > div > div {
  max-width: 100%;
}
#shoppingcart .summary .totals {
  margin-bottom: 5px;
  text-align: right;
}
#shoppingcart .summary .totals .totalprice {
  font-weight: bold;
}
#shoppingcart .summary .totals .totalprice + br {
  display: none;
}
#shoppingcart .summary .storecredit {
  color: green;
  font-size: 120%;
}
#shoppingcart .summary .paypal-message {
  height: 40px;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-top: 30px;
}
#shoppingcart .summary #amazon-pay-button {
  height: 45px;
  overflow: hidden;
  margin: 5px 0 10px;
}
#shoppingcart .summary .affirm {
  text-align: left;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#shoppingcart .summary .affirm a {
  text-decoration: none !important;
}
#shoppingcart .summary .affirm .affirm-as-low-as {
  font-size: 12px;
}
#shoppingcart .buttons {
  margin: 10px 0;
}
#shoppingcart .buttons > div a,
#shoppingcart .buttons > div button {
  width: 100%;
  box-sizing: border-box;
  margin: 5px 0;
}
#shoppingcart .buttons > div .paypal-button,
#shoppingcart .buttons > div .amazonpay-button,
#shoppingcart .buttons > div .applepay-button {
  width: 100%;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 5px 0;
  border: none;
  cursor: pointer;
}
#shoppingcart .buttons > div .paypal-button {
  background: linear-gradient(to bottom, #F7F8FA, #E7E9EC);
  border: 1px solid;
  border-color: #ADB1B8 #A2A6AC #8D9096;
  padding: 2px;
}
#shoppingcart .buttons > div .paypal-button:hover {
  background: linear-gradient(to bottom, #E6E9EF, #D9DCE1);
}
#shoppingcart .buttons > div .paypal-button:focus {
  border-color: #002c8a;
  box-shadow: 0 0 3px 2px rgba(0, 154, 224, 0.5);
}
#shoppingcart .buttons > div .paypal-button img {
  height: 25px;
  width: auto;
  vertical-align: middle;
}
#shoppingcart .buttons > div .paypal-button:after {
  content: "Checkout";
  font-size: 85%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  font-weight: bold;
  color: #000;
}
#shoppingcart .buttons > div .applepay-button img {
  height: auto;
  width: 270px !important;
  vertical-align: middle;
}
#shoppingcart .buttons > div .amazonpay-button img {
  padding: 5px 0 0 0px;
  width: auto;
  height: 20px;
  vertical-align: middle;
}
#shoppingcart .buttons a:not(.snap-css-button) {
  text-decoration: underline;
}
#shoppingcart .buttons .snap-css-button.large {
  padding: 15px 30px 15px;
}
#shoppingcart .buttons.topcheckoutbuttons {
  align-items: center;
  position: absolute;
  top: -20px;
  right: 0;
}
#shoppingcart .buttons.topcheckoutbuttons .snap-css-button {
  padding: 15px 30px 15px;
  min-width: 150px;
}
#shoppingcart .buttons.empty .button {
  float: right;
}
#shoppingcart .coupons {
  margin-top: 10px;
}
#shoppingcart .coupons .added {
  color: #a2081d;
  font-weight: bold;
  text-align: center;
  margin: 5px;
}
#shoppingcart .line-item-comments a {
  text-decoration: underline !important;
  font-weight: bold;
}
#shoppingcart .line-item-comments.closed .comment-box {
  display: none;
}
#shoppingcart .line-comments-label {
  font-weight: bold;
  font-size: 12px;
}
#shoppingcart .comments-label {
  font-weight: bold;
  font-size: 14px;
}
#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 .comments-box {
  margin-bottom: 10px;
  height: 100px;
  width: 992px;
  position: relative;
  border: 2px solid #cdcdcd;
  border-color: rgba(0, 0, 0, 0.14);
  font-size: 14px;
}
#shoppingcart .misc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#shoppingcart .misc .alwaysdisplaycartprompt {
  padding-left: 10px;
  box-sizing: border-box;
  vertical-align: middle;
}
#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;
  outline: 2px solid #000;
  outline-offset: 2px;
}
#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 .buttons {
  white-space: nowrap;
}
#shoppingcart .pointsboost {
  border: 1px solid black;
  max-width: 550px;
  margin: 10px auto;
  text-align: center;
  display: table;
  padding: 10px;
  box-shadow: 3px 3px 5px #666666;
}
#shoppingcart .pointsboost img {
  max-width: 100%;
  height: auto;
}
#shoppingcart .pointsboost p {
  margin: 0;
  padding: 0 50px;
}
#shoppingcart .csdiscountslink {
  text-align: center;
  width: 100%;
  margin: 20px 0;
}
#shoppingcart .csdiscountslink a {
  text-decoration: underline;
}
#shoppingcart #cs_items {
  text-align: left;
  padding: 10px;
  display: none;
  width: 360px;
  margin: 0 auto 10px;
  border: 1px solid #c3c3c3;
  background: #E8E9EA;
}
#shoppingcart #cs_items.clicked {
  display: block;
}
#shoppingcart #cs_items .cart_costtotal,
#shoppingcart #cs_items .cart_profittotal {
  text-align: center;
}
#shoppingcart #cs_items label {
  text-align: right;
  display: inline-block;
  width: 150px;
  padding: 3px;
}
#shoppingcart #cs_items p {
  margin: 0;
}
#shoppingcart #cs_items .button {
  text-align: center;
  margin-top: 5px;
}
#shoppingcart .notes,
#shoppingcart .offer {
  margin-bottom: 10px;
}
#shoppingcart .notes.wholesale,
#shoppingcart .offer.wholesale {
  margin-top: 8px;
}
#shoppingcart #pos-info {
  float: right;
  font-weight: bold;
  text-align: right;
}
#shoppingcart #posbarcode {
  text-align: center;
}
#shoppingcart #posbarcode label {
  margin-right: 3px;
}
#shoppingcart .dialog-container {
  display: none;
}
#restore-stash {
  color: #fff;
}
@media print {
  #shoppingcart {
    background: none !important;
  }
  #shoppingcart .icon,
  #shoppingcart .login_note,
  #shoppingcart .check-stores,
  #shoppingcart .buttons,
  #shoppingcart .related-items,
  #shoppingcart .alwaysdisplaycartprompt,
  #shoppingcart .supersaver,
  #shoppingcart .empty,
  #shoppingcart .affirm,
  #shoppingcart label[for=SetDisplayCart],
  #shoppingcart .update-cart,
  #shoppingcart .csdiscountslink,
  #shoppingcart .slider,
  #shoppingcart #dealercart,
  #shoppingcart textarea,
  #shoppingcart label[for=Comments],
  #shoppingcart label[for=DealerComments] {
    display: none !important;
  }
  #shoppingcart > .container {
    width: auto !important;
  }
  #shoppingcart .product-list {
    width: auto !important;
  }
  #shoppingcart #shopping-cart-form {
    max-width: 95vw;
  }
  #shoppingcart .summary {
    width: 250px !important;
    box-shadow: none !important;
  }
  #shoppingcart .product {
    box-shadow: none !important;
  }
  #shoppingcart .misc {
    display: block;
  }
  #shoppingcart h2.header {
    color: #000;
    padding: 0;
    margin: 10px 0 0;
    font-weight: bold;
    background: none;
  }
  #shoppingcart .nothing-to-pick-up {
    padding-left: 0 !important;
  }
  #shoppingcart .product-list {
    width: 100%;
    box-sizing: border-box;
  }
  #shoppingcart .product-list .quantity:after {
    display: none !important;
  }
  #shoppingcart .product-list .quantity input[type=text],
  #shoppingcart .product-list .quantity input[type=number] {
    display: inline;
    width: 50px !important;
    vertical-align: middle;
    overflow: visible;
    border: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #shoppingcart .product-list .description {
    width: auto;
  }
  .wholesale .product-list thead {
    background: none !important;
  }
  .wholesale .product-list table tr th {
    border: none !important;
    padding: 0;
    background: none;
    height: auto;
  }
  .wholesale .product-list table tr th:after,
  .wholesale .product-list table tr th:before {
    display: none !important;
  }
  .wholesale .product-list table tr th .description,
  .wholesale .product-list table tr td .description {
    width: auto;
    max-width: 100% !important;
  }
  .wholesale .product-list table tr th:nth-of-type(1),
  .wholesale .product-list table tr td:nth-of-type(1) {
    display: none !important;
  }
  .wholesale .product-list table tr th input[type=text],
  .wholesale .product-list table tr td input[type=text],
  .wholesale .product-list table tr th input[type=number],
  .wholesale .product-list table tr td input[type=number] {
    border: none !important;
  }
}
body .cartMessage {
  display: none;
  max-width: 400px;
  background: #F0F070;
  position: absolute;
  overflow: hidden;
  cursor: default;
  margin: 0;
  padding: 5px;
  border: none;
  text-align: left;
  z-index: 1000;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
}
#checkoutPages #logo a {
  margin: auto;
  display: block;
  overflow: hidden;
  width: 135px;
}
#checkoutPages #logo a img {
  display: block;
  margin: auto;
}
#checkoutPages .snap-css-button.please-wait {
  min-width: 160px;
}
#checkoutPages header {
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px solid #E8E9EA;
}
#checkoutPages header.kiosk > div {
  display: flex;
  width: 1000px;
  align-items: center;
  margin: auto;
  border-bottom: none;
}
#checkoutPages header.kiosk > div #logo {
  width: 800px;
  padding-left: 200px;
}
#checkoutPages header.kiosk > div #logo + div {
  width: 200px;
  text-align: right;
}
#checkoutPages header.kiosk > div #logo + div svg {
  width: 45px;
  height: 45px;
}
#checkoutPages #checkoutwrapper {
  padding: 5px;
  background: #f4f6f9;
  border: none;
  clear: both;
}
#checkoutPages #checkoutwrapper .headerError {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #a2081d;
  font-weight: bold;
  padding: 10px;
  background: #fff;
  border: 1px solid #E8E9EA;
  box-shadow: 0 1px 2px #f2f2f2;
  margin-top: 5px;
  text-align: left;
}
#checkoutPages #checkoutwrapper .headerError:last-child {
  margin-bottom: 0;
}
#checkoutPages #checkoutwrapper .headerError: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;
}
#checkoutPages #checkoutwrapper .headerError > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
#checkoutPages #checkoutwrapper .headerError.error {
  color: #a2081d;
  font-weight: bold;
}
#checkoutPages #checkoutwrapper .headerError.success {
  color: #1a951a;
  font-weight: bold;
}
#checkoutPages #checkoutwrapper .headerError.mainRed {
  color: #a2081d;
}
#checkoutPages #checkoutwrapper > div {
  width: 1000px;
  margin: auto;
}
#checkoutPages #checkoutwrapper > div .infobox {
  background: #f8f8f8;
  padding: 10px;
  /* hide rounded header images */
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  background: #fff;
}
#checkoutPages #checkoutwrapper > div .infobox h3 {
  display: inline-block;
  vertical-align: middle;
}
#checkoutPages #checkoutwrapper > div .infobox img[src*="bg_v1_box_header_left.gif"],
#checkoutPages #checkoutwrapper > div .infobox img[src*="bg_v1_box_header_right.gif"] {
  display: none;
}
#checkoutPages #checkoutwrapper > div .infobox:before,
#checkoutPages #checkoutwrapper > div .infobox:after {
  content: " ";
  display: table;
}
#checkoutPages #checkoutwrapper > div .infobox:after {
  clear: both;
}
#checkoutPages #checkoutwrapper > div .infobox .forward {
  float: right;
}
#checkoutPages #checkoutwrapper > div img {
  mix-blend-mode: multiply;
}
#checkoutPages #checkoutwrapper .error,
#checkoutPages #checkoutwrapper .required {
  color: #a2081d;
  margin-top: 0;
  font-size: 13px;
}
#checkoutPages #checkoutwrapper h2,
#checkoutPages #checkoutwrapper h3 {
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana, Arial, sans-serif;
  text-transform: none;
  letter-spacing: normal;
}
#checkoutPages #checkoutwrapper h2 {
  margin: 10px 0 5px;
}
#checkoutPages #checkoutwrapper .comments {
  padding-right: 5px;
}
#checkoutPages #checkoutwrapper .comments textarea {
  width: 100%;
}
#checkoutPages #checkoutwrapper .continue {
  margin: 10px 0;
  text-align: right;
}
#checkoutPages #checkoutwrapper > div .infobox {
  background: #f8f8f8;
  padding: 10px;
  /* hide rounded header images */
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  background: #fff;
}
#checkoutPages #checkoutwrapper > div .infobox h3 {
  display: inline-block;
  vertical-align: middle;
}
#checkoutPages #checkoutwrapper > div .infobox img[src*="bg_v1_box_header_left.gif"],
#checkoutPages #checkoutwrapper > div .infobox img[src*="bg_v1_box_header_right.gif"] {
  display: none;
}
#checkoutPages #checkoutwrapper > div .infobox:before,
#checkoutPages #checkoutwrapper > div .infobox:after {
  content: " ";
  display: table;
}
#checkoutPages #checkoutwrapper > div .infobox:after {
  clear: both;
}
#checkoutPages #checkoutwrapper > div .infobox .required {
  text-align: right;
}
#checkoutPages #checkoutwrapper > div .infobox .back {
  width: 30%;
  padding-right: 10px;
  box-sizing: border-box;
  line-height: 1.5;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
}
#checkoutPages #checkoutwrapper > div .infobox .back h3 {
  vertical-align: unset;
  margin: 0;
  padding: 0;
}
#checkoutPages #checkoutwrapper > div .infobox .forward {
  width: 70%;
  box-sizing: border-box;
  margin-right: -4px;
  display: inline-block;
}
#checkoutPages #checkoutwrapper > div .infobox .forward .fieldgroup {
  float: right;
}
#checkoutPages #checkoutwrapper > div .infobox h3 {
  font-size: 1rem;
  font-weight: bold;
  vertical-align: top;
}
#checkoutPages #checkoutwrapper > div .infobox h3.first {
  padding-top: 0;
}
#checkoutPages #checkoutwrapper > div .infobox .store-pickup .totals {
  float: right;
}
#checkoutPages #checkoutwrapper > div .infobox .store-pickup .store-pickup-note {
  padding: 10px 10px 10px 0;
  text-align: left;
}
#checkoutPages #checkoutwrapper > div .infobox .store-pickup .store-pickup-note b {
  color: #a2081d;
}
#checkoutPages #checkoutwrapper > div .infobox .store-pickup .store-pickup-note p {
  margin: 10px 0;
}
#checkoutPages #checkoutwrapper > div .infobox .taxnotice {
  color: #a2081d !important;
  margin-top: 10px;
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #000;
  padding: 10px;
  background: #F2F2F2;
}
#checkoutPages #checkoutwrapper > div .infobox .taxnotice:last-child {
  margin-bottom: 0;
}
#checkoutPages #checkoutwrapper > div .infobox .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;
}
#checkoutPages #checkoutwrapper > div .infobox .taxnotice > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
#checkoutPages #checkoutwrapper > div .infobox .taxnotice.error {
  color: #a2081d;
  font-weight: bold;
}
#checkoutPages #checkoutwrapper > div .infobox .taxnotice.success {
  color: #1a951a;
  font-weight: bold;
}
#checkoutPages #checkoutwrapper > div .infobox .taxnotice.mainRed {
  color: #a2081d;
}
#checkoutPages #checkoutwrapper > div .infobox .rewards {
  margin-top: 10px;
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #000;
  padding: 10px;
  background: #F2F2F2;
}
#checkoutPages #checkoutwrapper > div .infobox .rewards:last-child {
  margin-bottom: 0;
}
#checkoutPages #checkoutwrapper > div .infobox .rewards: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;
}
#checkoutPages #checkoutwrapper > div .infobox .rewards > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
#checkoutPages #checkoutwrapper > div .infobox .rewards.error {
  color: #a2081d;
  font-weight: bold;
}
#checkoutPages #checkoutwrapper > div .infobox .rewards.success {
  color: #1a951a;
  font-weight: bold;
}
#checkoutPages #checkoutwrapper > div .infobox .rewards.mainRed {
  color: #a2081d;
}
#checkoutPages #checkoutwrapper .ui-state-error,
#checkoutPages #checkoutwrapper .ui-state-warning {
  margin-bottom: 10px;
}
#checkoutPages #checkoutwrapper .ui-state-error p,
#checkoutPages #checkoutwrapper .ui-state-warning p {
  margin: 0;
  padding: 10px;
}
#checkoutPages #checkoutwrapper .ui-state-error p span,
#checkoutPages #checkoutwrapper .ui-state-warning p span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
#checkoutPages #checkoutwrapper .note {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #000;
  padding: 10px;
  background: #fff;
  border: 1px solid #E8E9EA;
  box-shadow: 0 1px 2px #f2f2f2;
  font-style: italic;
}
#checkoutPages #checkoutwrapper .note:last-child {
  margin-bottom: 0;
}
#checkoutPages #checkoutwrapper .note: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;
}
#checkoutPages #checkoutwrapper .note > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
#checkoutPages #checkoutwrapper .note.error {
  color: #a2081d;
  font-weight: bold;
}
#checkoutPages #checkoutwrapper .note.success {
  color: #1a951a;
  font-weight: bold;
}
#checkoutPages #checkoutwrapper .note.mainRed {
  color: #a2081d;
}
#checkoutPages #checkoutwrapper #checkout.shipping .note.error {
  margin-bottom: 0;
}
#checkoutPages #checkoutwrapper #checkout.shipping h2 {
  text-transform: none;
  letter-spacing: unset;
  font-family: Verdana, Arial, sans-serif;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block {
  width: 100%;
  display: table;
  padding: 0 !important;
  box-sizing: border-box;
  margin-bottom: 15px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block .delivery .snap-css-button {
  margin: 10px 0 0;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block .delivery .change-address {
  padding: 0;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block .delivery .change-address .billing {
  margin-top: 10px;
  color: #a2081d;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes {
  display: flex;
  margin-top: 5px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery {
  cursor: pointer;
  width: 50%;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery > div {
  min-height: 140px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery:nth-child(3) {
  width: 494px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery:nth-child(3) .off {
  padding-top: 2px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery:nth-child(3) .detail > div {
  margin-bottom: 10px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery > h2 {
  padding: 5px !important;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  background: #3874a6;
  line-height: 1.5;
  margin: 0 !important;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery > h2 a {
  color: #fff;
  font-weight: normal;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery > h2 > span {
  display: inline-block;
  vertical-align: middle;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery > h2 > span.check {
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  position: relative;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery > h2 > span.check:before {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 34px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0c8";
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery:not(.selected) > div {
  background: #f8f8f8;
  padding: 10px;
  /* hide rounded header images */
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  background: #fff;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery:not(.selected) > div h3 {
  display: inline-block;
  vertical-align: middle;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery:not(.selected) > div img[src*="bg_v1_box_header_left.gif"],
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery:not(.selected) > div img[src*="bg_v1_box_header_right.gif"] {
  display: none;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery:not(.selected) > div:before,
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery:not(.selected) > div:after {
  content: " ";
  display: table;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery:not(.selected) > div:after {
  clear: both;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery.selected > div {
  background: #f8f8f8;
  padding: 10px;
  /* hide rounded header images */
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  background: #e7ffe7;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery.selected > div h3 {
  display: inline-block;
  vertical-align: middle;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery.selected > div img[src*="bg_v1_box_header_left.gif"],
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery.selected > div img[src*="bg_v1_box_header_right.gif"] {
  display: none;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery.selected > div:before,
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery.selected > div:after {
  content: " ";
  display: table;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery.selected > div:after {
  clear: both;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery.selected h2 > span.check:before {
  color: green;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery.selected h2 > span.check:after {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 34px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f14a";
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery.nostore {
  padding-top: 10px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery.nostore > h2 {
  padding: 0;
  margin: 0 !important;
  height: 34px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery.nostore > h2 span {
  padding: 10px 0 0 10px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery.store > div {
  padding: 10px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery.selected,
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.delivery.nostore {
  cursor: auto;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes > div.sep {
  width: 10px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-yes .location-wrapper {
  padding: 0 10px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-no > div {
  display: table-cell;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-no > div.delivery {
  width: 40%;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-no > div.sep {
  width: 10px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .address-block.locations-no + h2 {
  margin-top: 10px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .forminput {
  padding: 5px 0;
}
#checkoutPages #checkoutwrapper #checkout.shipping .forminput input[type=checkbox] {
  vertical-align: text-top;
}
#checkoutPages #checkoutwrapper #checkout.shipping .forminput input[type=checkbox][disabled],
#checkoutPages #checkoutwrapper #checkout.shipping .forminput input[type=checkbox]:disabled {
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: #F4F4F4;
}
#checkoutPages #checkoutwrapper #checkout.shipping .forminput > label {
  padding-left: 0;
  display: flex;
  align-items: flex-start;
}
#checkoutPages #checkoutwrapper #checkout.shipping .forminput > label:hover {
  cursor: pointer;
}
#checkoutPages #checkoutwrapper #checkout.shipping .forminput > label .mainRed {
  display: inline-block;
}
#checkoutPages #checkoutwrapper #checkout.shipping .forminput > label.split > span:first-child {
  display: inline-block;
  position: relative;
}
#checkoutPages #checkoutwrapper #checkout.shipping .forminput > label.split > span:first-child input[type=radio] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  position: relative;
  width: 17px;
  vertical-align: text-top;
  margin: 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  #checkoutPages #checkoutwrapper #checkout.shipping .forminput > label.split > span:first-child input[type=radio] {
    margin-top: 2px;
  }
}
#checkoutPages #checkoutwrapper #checkout.shipping .forminput > label.split > span:first-child input[type=radio]:after {
  text-align: center;
  width: 15px;
  height: 15px;
  display: block;
  line-height: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
#checkoutPages #checkoutwrapper #checkout.shipping .forminput > label.split > span:first-child input[type=radio]:focus:after {
  outline: 2px solid #000;
  outline-offset: 2px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .forminput > label.split > span:first-child input[type=radio]:not(.active):not(:disabled) {
  cursor: pointer;
}
#checkoutPages #checkoutwrapper #checkout.shipping .forminput > label.split > span:first-child input[type=radio]:not(.active):not(:disabled) + span {
  cursor: pointer;
}
#checkoutPages #checkoutwrapper #checkout.shipping .forminput > label.split > span:first-child input[type=radio]:not(:disabled):checked:after {
  background-image: url(/content/skins/shared/images/misc/radio-active.svg);
}
#checkoutPages #checkoutwrapper #checkout.shipping .forminput > label.split > span:first-child input[type=radio]:not(:disabled):not(:checked):after {
  background-image: url(/content/skins/shared/images/misc/radio.svg);
}
#checkoutPages #checkoutwrapper #checkout.shipping .forminput > label.split > span:first-child input[type=radio]:disabled {
  background: none;
}
#checkoutPages #checkoutwrapper #checkout.shipping .forminput > label.split > span:first-child input[type=radio]:disabled:after {
  background-image: url(/content/skins/shared/images/misc/radio-disabled.svg);
}
#checkoutPages #checkoutwrapper #checkout.shipping .forminput .disabled {
  color: rgba(0, 0, 0, 0.5);
}
#checkoutPages #checkoutwrapper #checkout.shipping .forminput .learn-more {
  position: relative;
  line-height: inherit;
  vertical-align: baseline;
  text-decoration: none;
}
#checkoutPages #checkoutwrapper #checkout.shipping .forminput .learn-more span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
#checkoutPages #checkoutwrapper #checkout.shipping .forminput .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: #464647;
  cursor: pointer;
  vertical-align: unset;
  margin-left: 1px;
}
#checkoutPages #checkoutwrapper #checkout.shipping form .products,
#checkoutPages #checkoutwrapper #checkout.shipping form .options {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  box-sizing: border-box;
}
#checkoutPages #checkoutwrapper #checkout.shipping form .options {
  width: calc(60% -  10px );
  margin-left: 10px;
}
#checkoutPages #checkoutwrapper #checkout.shipping form .shipment-wrapper {
  padding: 0 5px;
}
#checkoutPages #checkoutwrapper #checkout.shipping form .shipment-wrapper .products {
  width: 40%;
  position: relative;
}
#checkoutPages #checkoutwrapper #checkout.shipping form .shipment-wrapper .products.more {
  padding-bottom: 70px;
}
#checkoutPages #checkoutwrapper #checkout.shipping form .shipment-wrapper .products .content {
  position: relative;
  box-sizing: border-box;
}
#checkoutPages #checkoutwrapper #checkout.shipping form .shipment-wrapper .products .content.more,
#checkoutPages #checkoutwrapper #checkout.shipping form .shipment-wrapper .products .content.less {
  position: relative;
  overflow: hidden;
}
#checkoutPages #checkoutwrapper #checkout.shipping form .shipment-wrapper .products .content.more + .expand,
#checkoutPages #checkoutwrapper #checkout.shipping form .shipment-wrapper .products .content.less + .expand {
  position: absolute;
  text-align: center;
  padding-top: 10px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  z-index: 1;
}
#checkoutPages #checkoutwrapper #checkout.shipping form .shipment-wrapper .products .content.more {
  overflow: hidden;
  box-sizing: border-box;
}
#checkoutPages #checkoutwrapper #checkout.shipping form .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;
}
#checkoutPages #checkoutwrapper #checkout.shipping form .shipment-wrapper .products .content.more + .expand {
  animation: fadeIn 1s;
}
#checkoutPages #checkoutwrapper #checkout.shipping form .shipment-wrapper .products .content.more + .expand a:nth-child(2) {
  display: none;
}
#checkoutPages #checkoutwrapper #checkout.shipping form .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;
}
#checkoutPages #checkoutwrapper #checkout.shipping form .shipment-wrapper .products .content.less {
  max-height: none !important;
}
#checkoutPages #checkoutwrapper #checkout.shipping form .shipment-wrapper .products .content.less + .expand a:nth-child(1) {
  display: none;
}
#checkoutPages #checkoutwrapper #checkout.shipping form .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;
}
#checkoutPages #checkoutwrapper #checkout.shipping form .shipment-wrapper .products .content.overflow > div:nth-child(n+7) {
  display: none;
}
#checkoutPages #checkoutwrapper #checkout.shipping form .shipment-wrapper .products .content > div {
  line-height: 1.25;
  margin: 0 10px 0 0;
  padding: 10px 10px 5px 0;
}
#checkoutPages #checkoutwrapper #checkout.shipping form .shipment-wrapper .products .content > div:last-child {
  border-bottom: none;
}
#checkoutPages #checkoutwrapper #checkout.shipping form .shipment-wrapper .products .content > div img {
  width: 50px;
  height: 40px;
  vertical-align: top;
  display: inline-block;
  margin-right: -4px;
}
#checkoutPages #checkoutwrapper #checkout.shipping form .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 10px;
}
#checkoutPages #checkoutwrapper #checkout.shipping form .shipment-wrapper .products .content > div > div .mainRed {
  font-size: 100%;
  margin-top: 5px;
}
#checkoutPages #checkoutwrapper #checkout.shipping form .shipment-wrapper .products .content > div > div .ships-in {
  color: #1f8300;
}
#checkoutPages #checkoutwrapper #checkout.shipping form .shipment-wrapper.first {
  padding-top: 0;
}
#checkoutPages #checkoutwrapper #checkout.shipping form .shipment-wrapper.first h3 {
  margin-top: 0;
}
#checkoutPages #checkoutwrapper #checkout.shipping form .shipment-wrapper:not(.first) {
  border-top: 1px solid #c2c4c6;
}
#checkoutPages #checkoutwrapper #checkout.shipping form .infobox.mainRed {
  margin-top: 10px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingoptions {
  margin-top: 10px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingoptions .forminput {
  padding: 3.33333333px 0;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingoptions .forminput label > span:first-child {
  padding: 0 0 0 5px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingoptions .forminput label > span:first-child input[type=checkbox] {
  margin: 0 7px 0 0;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingoptions .forminput label > span:first-child input[type=checkbox]:after {
  top: 0px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingoptions span:first-child span.mainRed {
  padding-left: 24px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingoptions a {
  text-decoration: underline;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingoptions .infobox.important {
  border: 1px solid red;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingoptions .infobox.important .mainRed {
  color: #a2081d;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod h3 {
  font-weight: bold;
  margin: 0;
  padding: 0 0 5px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod h3 img {
  padding-right: 5px;
  vertical-align: middle;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .forminput {
  padding: 3.33333333px 0;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .forminput.checkbox {
  border-bottom: 1px solid #c2c4c6;
  margin-bottom: 5px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .forminput.important {
  border: 1px solid red !important;
  padding: 10px 5px 5px;
  margin-bottom: 10px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .forminput.important .mainRed {
  color: #a2081d;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .forminput label > span:first-child {
  padding: 0 0 0 5px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .forminput label > span:first-child input[type=checkbox] {
  margin: 0 7px 0 0;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .forminput label > span:first-child input[type=checkbox]:after {
  top: 0px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod span:first-child span.mainRed {
  padding-left: 24px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod a {
  text-decoration: underline;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .note {
  padding: 0;
  border: none;
  box-shadow: none;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .note a {
  text-decoration: underline;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .separator {
  display: block;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .separator:not(:first-of-type) {
  padding-top: 5px;
  margin-top: 5px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .carrier-error {
  padding-bottom: 10px;
  color: #a2081d;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes {
  width: 100%;
  display: table;
  padding: 0 0 5px;
  margin: 0 0 5px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes.last {
  padding-bottom: 0;
  margin-bottom: 0;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes:not(.last) {
  border-bottom: 1px solid #c2c4c6;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes:not(.selected) + .shippingnote {
  display: none;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes .title {
  font-weight: bold;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes .free-shipping {
  text-align: right;
  font-weight: bold;
  color: #a2081d;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes .shipping-cost {
  text-align: right;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes > div {
  padding: 5px 0;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes > div label {
  display: flex;
  width: 100%;
  align-items: center;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes > div label:hover {
  cursor: pointer;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes > div label > span {
  display: inline-block;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes > div label > span:first-child {
  display: inline-block;
  position: relative;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes > div label > span:first-child input[type=radio] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  position: relative;
  width: 17px;
  vertical-align: text-top;
  margin: 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  #checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes > div label > span:first-child input[type=radio] {
    margin-top: 2px;
  }
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes > div label > span:first-child input[type=radio]:after {
  text-align: center;
  width: 15px;
  height: 15px;
  display: block;
  line-height: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes > div label > span:first-child input[type=radio]:focus:after {
  outline: 2px solid #000;
  outline-offset: 2px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes > div label > span:first-child input[type=radio]:not(.active):not(:disabled) {
  cursor: pointer;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes > div label > span:first-child input[type=radio]:not(.active):not(:disabled) + span {
  cursor: pointer;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes > div label > span:first-child input[type=radio]:not(:disabled):checked:after {
  background-image: url(/content/skins/shared/images/misc/radio-active.svg);
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes > div label > span:first-child input[type=radio]:not(:disabled):not(:checked):after {
  background-image: url(/content/skins/shared/images/misc/radio.svg);
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes > div label > span:first-child input[type=radio]:disabled {
  background: none;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes > div label > span:first-child input[type=radio]:disabled:after {
  background-image: url(/content/skins/shared/images/misc/radio-disabled.svg);
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes > div label > span:nth-child(2) {
  width: 450px;
  font-weight: bold;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes > div label > span:not(:last-child):not(:first-child) {
  padding-right: 5px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes > div label > span:last-child {
  margin-left: auto;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes > div label.non-blended {
  align-items: flex-start;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes > div label.non-blended > span:nth-child(2) {
  width: 225px;
  font-weight: normal;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes > div label.non-blended > span:nth-child(3) {
  width: 225px;
  font-weight: bold;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes > div:last-child.free > div:nth-child(2),
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes > div:last-child.free > div:nth-child(3) {
  width: auto;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .quotes > div:last-child.free > div:nth-child(2) {
  padding-left: 0;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .shippingnote .mainRed {
  margin: 5px 0;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .chooseshipping {
  margin-bottom: 10px;
}
#checkoutPages #checkoutwrapper #checkout.shipping .shippingmethod .chooseshipping img {
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}
#checkoutPages #checkoutwrapper #checkout.payment h2 {
  font-family: Verdana, Arial, sans-serif;
  letter-spacing: unset;
  text-transform: none;
}
#checkoutPages #checkoutwrapper #checkout.payment #gift-card-message {
  display: none;
  margin-top: 10px;
}
#checkoutPages #checkoutwrapper #checkout.payment .addressblock {
  box-sizing: border-box;
}
#checkoutPages #checkoutwrapper #checkout.payment .addressblock .address {
  display: inline-block;
  width: 220px;
  padding: 0 0 10px 0;
}
#checkoutPages #checkoutwrapper #checkout.payment .addressblock .instructions {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #000;
  padding: 10px 10px 10px 0;
  box-shadow: none;
  border: none;
  display: inline-block;
  width: calc(100% - ( 230px ));
  vertical-align: top;
}
#checkoutPages #checkoutwrapper #checkout.payment .addressblock .instructions:last-child {
  margin-bottom: 0;
}
#checkoutPages #checkoutwrapper #checkout.payment .addressblock .instructions: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;
}
#checkoutPages #checkoutwrapper #checkout.payment .addressblock .instructions > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
#checkoutPages #checkoutwrapper #checkout.payment .addressblock .instructions.error {
  color: #a2081d;
  font-weight: bold;
}
#checkoutPages #checkoutwrapper #checkout.payment .addressblock .instructions.success {
  color: #1a951a;
  font-weight: bold;
}
#checkoutPages #checkoutwrapper #checkout.payment .addressblock .instructions.mainRed {
  color: #a2081d;
}
#checkoutPages #checkoutwrapper #checkout.payment .addressblock .instructions span a {
  text-decoration: underline;
}
#checkoutPages #checkoutwrapper #checkout.payment .addressblock .instructions .snap-css-button {
  margin: 10px 0 0 0;
}
#checkoutPages #checkoutwrapper #checkout.payment .addressblock .instructions > span > a {
  text-decoration: underline;
}
#checkoutPages #checkoutwrapper #checkout.payment .addressblock .snap-css-button {
  margin: 5px 0 0;
}
#checkoutPages #checkoutwrapper #checkout.payment .addressblock .chooseaddress div.moduleRow,
#checkoutPages #checkoutwrapper #checkout.payment .addressblock .chooseaddress div.moduleRowOver,
#checkoutPages #checkoutwrapper #checkout.payment .addressblock .chooseaddress div.moduleRowSelected {
  overflow: hidden;
  padding: 10px 10px 10px 0px;
  border-bottom: 1px solid #c3c3c3;
}
#checkoutPages #checkoutwrapper #checkout.payment .addressblock .chooseaddress div.moduleRow:last-child,
#checkoutPages #checkoutwrapper #checkout.payment .addressblock .chooseaddress div.moduleRowOver:last-child,
#checkoutPages #checkoutwrapper #checkout.payment .addressblock .chooseaddress div.moduleRowSelected:last-child {
  border: none;
}
#checkoutPages #checkoutwrapper #checkout.payment .addressblock .chooseaddress div.moduleRow .forminput,
#checkoutPages #checkoutwrapper #checkout.payment .addressblock .chooseaddress div.moduleRowOver .forminput,
#checkoutPages #checkoutwrapper #checkout.payment .addressblock .chooseaddress div.moduleRowSelected .forminput {
  display: inline-block;
}
#checkoutPages #checkoutwrapper #checkout.payment .addressblock .chooseaddress div.moduleRow .edit,
#checkoutPages #checkoutwrapper #checkout.payment .addressblock .chooseaddress div.moduleRowOver .edit,
#checkoutPages #checkoutwrapper #checkout.payment .addressblock .chooseaddress div.moduleRowSelected .edit {
  float: right;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod {
  clear: both;
  display: table;
  width: 100%;
  padding: 5px 0;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod:last-of-type {
  padding-bottom: 0;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod > div {
  display: table-row;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod > div > div {
  display: table-cell;
  vertical-align: top;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod > div > div .forminput label {
  padding-left: 0;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod > div > div a {
  text-decoration: underline;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod > div > div:nth-child(1) {
  width: 25px;
  line-height: 1;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod > div > div:nth-child(1) input[type=checkbox] {
  margin-left: 0;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod > div > div:nth-child(2) * {
  vertical-align: middle;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod > div > div:nth-child(2) > div:nth-child(1) {
  font-weight: bold;
  display: inline-block;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod > div > div:nth-child(2) > div.detail {
  display: none;
  padding-top: 5px;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod > div > div:nth-child(2) > div.detail .fields,
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod > div > div:nth-child(2) > div.detail .card-info {
  display: inline-block;
  vertical-align: middle !important;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod > div > div:nth-child(2) > div.detail .fields {
  width: 40%;
  margin-right: -4px;
  box-sizing: border-box;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod > div > div:nth-child(2) > div.detail .fields .forminput {
  padding-bottom: 5px;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod > div > div:nth-child(2) > div.detail .fields .forminput label {
  display: inline-block;
  min-width: 120px;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod > div > div:nth-child(2) > div.detail .fields .learn-more {
  position: relative;
  line-height: inherit;
  vertical-align: baseline;
  text-decoration: none;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod > div > div:nth-child(2) > div.detail .fields .learn-more span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod > div > div:nth-child(2) > div.detail .fields .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: #464647;
  cursor: pointer;
  vertical-align: unset;
  margin-left: 1px;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod > div > div:nth-child(2) > div.detail .card-info {
  width: 60%;
  margin-right: -4px;
  box-sizing: border-box;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod > div > div:nth-child(2) > div.detail .card-info > div {
  display: table;
  margin: auto;
  margin-top: 20px;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod > div > div:nth-child(2) > div.detail .card-info > div .css-dialog {
  margin: 0 30px;
  text-decoration: none;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod > div.selected > div:nth-child(2) > div.detail {
  display: block;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod > div:not(.selected):hover {
  cursor: pointer;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod .forminput label {
  padding-left: 0;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod .forminput label.radio input[type=radio] {
  margin-top: 2px !important;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod .forminput label.radio span {
  display: none;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod .forminput select[name="cc_expires_year"] option:first-child {
  display: none;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod .forminput.save {
  padding-top: 5px;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod .forminput.save * {
  vertical-align: unset;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod .forminput.save label {
  vertical-align: text-bottom;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod#payment_affirm img {
  width: 51px;
  height: 20px;
  mix-blend-mode: multiply;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod#payment_affirm .detail .fields {
  width: auto;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod#payment_paypal .paypal + div > div {
  display: flex;
  align-items: center;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod#payment_paypal .paypal + div > div > * {
  padding-right: 5px;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod#payment_paypal span {
  font-weight: normal;
  font-size: 11px;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod#payment_braintree .braintree + div > * {
  padding-right: 2.5px;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod#payment_applepay .applepay + div {
  padding-top: 1px;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod#payment_amazon .amazon + div {
  padding-top: 6px;
}
#checkoutPages #checkoutwrapper #checkout.payment .paymentmethod#payment_amazon .amazon-image {
  width: 100px;
  height: 19px;
}
#checkoutPages #checkoutwrapper #checkout.payment #affirm-module-details {
  font-weight: normal;
  display: none;
}
#checkoutPages #checkoutwrapper #checkout.payment #payment_voucherbalance > div > div:nth-child(2) > span:nth-child(2) {
  font-size: 90%;
  vertical-align: bottom;
}
#checkoutPages #checkoutwrapper #checkout.payment .discounts {
  margin-right: -4px;
  display: inline-block;
  width: 75%;
}
#checkoutPages #checkoutwrapper #checkout.payment .discounts .infobox .forminput {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
#checkoutPages #checkoutwrapper #checkout.payment .discounts .infobox .forminput > label {
  min-width: 133px;
  display: inline-block;
}
#checkoutPages #checkoutwrapper #checkout.payment .discounts .infobox .snap-css-button {
  padding: 5px 10px;
  margin-left: 5px;
}
#checkoutPages #checkoutwrapper #checkout.payment .discounts .infobox.gift-card #apply-balance,
#checkoutPages #checkoutwrapper #checkout.payment .discounts .infobox.gift-card #clear-gift-card,
#checkoutPages #checkoutwrapper #checkout.payment .discounts .infobox.gift-card .ApplyAmount {
  display: none;
}
#checkoutPages #checkoutwrapper #checkout.payment .discounts .infobox.gift-card #gift-card-message {
  margin-left: 5px;
  font-weight: bold;
}
#checkoutPages #checkoutwrapper #checkout.payment .discounts .infobox.gift-card #gift-card-apply {
  margin-top: 10px;
}
#checkoutPages #checkoutwrapper #checkout.payment .discounts .infobox .apply-amount {
  display: none;
  margin-left: 5px;
  text-align: right;
  width: 60px;
}
#checkoutPages #checkoutwrapper #checkout.payment .discounts .infobox label[for="ApplyThisAmount"] {
  display: none;
}
#checkoutPages #checkoutwrapper #checkout.payment .discounts h2:first-child {
  margin: 10px 0;
}
#checkoutPages #checkoutwrapper #checkout.payment .discounts.closed .infobox {
  display: none;
}
#checkoutPages #checkoutwrapper #checkout.payment .discounts + .continue {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-right: -4px;
}
#checkoutPages #checkoutwrapper #checkout.auth .continue > div {
  display: inline-block;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .stockWarning .note {
  color: #a2081d;
}
#checkoutPages #checkoutwrapper #checkout.confirmation h2 {
  font-family: Verdana, Arial, sans-serif;
  text-transform: none;
  letter-spacing: unset;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .totals {
  text-align: right;
  display: table;
  margin-left: auto;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .totals .fieldgroup .forminput {
  display: table-row;
  padding-bottom: 3.33333333px;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .totals .fieldgroup .forminput > span {
  display: table-cell;
  text-align: right;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .totals .fieldgroup .forminput > span:first-child {
  font-weight: bold;
  padding-right: 10px;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .totals .fieldgroup .forminput:not(:last-child) > span {
  padding-bottom: 5px;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information {
  line-height: 1.25;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table {
  width: auto;
  box-sizing: border-box;
  display: table;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tbody > tr,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tr,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div {
  display: table-row;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tbody > tr > th,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tr > th,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > th,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tbody > tr > td,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tr > td,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > td,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tbody > tr > div,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tr > div,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > div {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tbody > tr > th .snap-css-button:not(.retain),
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tr > th .snap-css-button:not(.retain),
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > th .snap-css-button:not(.retain),
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tbody > tr > td .snap-css-button:not(.retain),
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tr > td .snap-css-button:not(.retain),
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > td .snap-css-button:not(.retain),
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tbody > tr > div .snap-css-button:not(.retain),
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tr > div .snap-css-button:not(.retain),
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > div .snap-css-button:not(.retain) {
  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;
  text-transform: unset;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tbody > tr > th .snap-css-button:not(.retain):hover,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tr > th .snap-css-button:not(.retain):hover,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > th .snap-css-button:not(.retain):hover,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tbody > tr > td .snap-css-button:not(.retain):hover,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tr > td .snap-css-button:not(.retain):hover,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > td .snap-css-button:not(.retain):hover,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tbody > tr > div .snap-css-button:not(.retain):hover,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tr > div .snap-css-button:not(.retain):hover,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > div .snap-css-button:not(.retain):hover {
  opacity: 1;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tbody > tr > th .center,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tr > th .center,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > th .center,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tbody > tr > td .center,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tr > td .center,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > td .center,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tbody > tr > div .center,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tr > div .center,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > div .center {
  text-align: center;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tbody > tr > th .right,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tr > th .right,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > th .right,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tbody > tr > td .right,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tr > td .right,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > td .right,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tbody > tr > div .right,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tr > div .right,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > div .right {
  text-align: right;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tbody > tr > th .left,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tr > th .left,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > th .left,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tbody > tr > td .left,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tr > td .left,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > td .left,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tbody > tr > div .left,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tr > div .left,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > div .left {
  text-align: left;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tbody > tr > th:nth-child(n+1):last-child,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tr > th:nth-child(n+1):last-child,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > th:nth-child(n+1):last-child,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tbody > tr > td:nth-child(n+1):last-child,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tr > td:nth-child(n+1):last-child,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > td:nth-child(n+1):last-child,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tbody > tr > div:nth-child(n+1):last-child,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tr > div:nth-child(n+1):last-child,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > div:nth-child(n+1):last-child {
  text-align: right;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tbody > tr > th:nth-child(n+1):last-child.center,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tr > th:nth-child(n+1):last-child.center,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > th:nth-child(n+1):last-child.center,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tbody > tr > td:nth-child(n+1):last-child.center,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tr > td:nth-child(n+1):last-child.center,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > td:nth-child(n+1):last-child.center,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tbody > tr > div:nth-child(n+1):last-child.center,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tr > div:nth-child(n+1):last-child.center,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > div:nth-child(n+1):last-child.center {
  text-align: center;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tbody > tr > th:nth-child(n+1):last-child.left,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tr > th:nth-child(n+1):last-child.left,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > th:nth-child(n+1):last-child.left,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tbody > tr > td:nth-child(n+1):last-child.left,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tr > td:nth-child(n+1):last-child.left,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > td:nth-child(n+1):last-child.left,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tbody > tr > div:nth-child(n+1):last-child.left,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > tr > div:nth-child(n+1):last-child.left,
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > div:nth-child(n+1):last-child.left {
  text-align: left;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div:last-child > div {
  padding-bottom: 0;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > div {
  padding-top: 0;
  text-align: left !important;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > div:first-child {
  font-weight: bold;
  padding-left: 0;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > div:first-child > span {
  font-weight: normal;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > div:last-child {
  white-space: nowrap;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .table > div > div.icon {
  padding: 5px 0;
  font-weight: normal;
  text-align: left !important;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .payment-information .change-payment {
  margin: 0 0 5px;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .orderEdit {
  font-weight: normal;
  vertical-align: middle;
  display: inline-block;
  padding-bottom: 1px;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .top h1 {
  padding: 5px 0 0;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .top .review-order-text {
  padding: 0 0 10px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .top .review-order-text > div.continue {
  margin: 0 !important;
  background: none !important;
  padding: 0 !important;
  border: none !important;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .top .place-order {
  display: inline-block;
  width: 20%;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .yellow-outline {
  font-size: 1.25em;
  -webkit-text-stroke: 0.75px #000;
  -webkit-text-fill-color: yellow;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .shipments .shipment {
  display: flex;
  flex-flow: row;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .shipments .shipment:not(:last-child) {
  border-bottom: 1px solid #c2c4c6;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .shipments .shipment:first-child {
  padding-top: 5px;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .shipments .shipment .shipping-options {
  margin-bottom: 10px;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .shipments .shipment .forward table {
  width: 100%;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .shipments .shipment .forward table th {
  font-family: Verdana, Arial, sans-serif;
  letter-spacing: normal;
  text-transform: none;
  font-weight: bold;
  padding-bottom: 3.33333333px;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .shipments .shipment .forward table th h3 {
  margin-bottom: 5px;
  display: block;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .shipments .shipment .forward table th h3 span {
  font-weight: normal;
  font-style: italic;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .shipments .shipment .forward table tr:not(:first-child) th {
  padding-top: 20px;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .shipments .shipment .forward table .line-item-comments {
  padding-bottom: 10px;
  text-align: left !important;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .shipments .shipment .forward table td {
  padding: 0 0 3.33333333px;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .shipments .shipment .forward table td.image {
  width: 50px;
  position: relative;
  padding-right: 10px;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .shipments .shipment .forward table td.image img {
  width: 50px;
  height: 40px;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .shipments .shipment .forward table td.model {
  width: 130px;
  padding-right: 5px;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .shipments .shipment .forward table td.model > span {
  width: 130px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .shipments .shipment .forward table td.name .mainRed,
#checkoutPages #checkoutwrapper #checkout.confirmation .shipments .shipment .forward table td.name .ships-in {
  font-style: italic;
  font-weight: bold;
  white-space: nowrap;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .shipments .shipment .forward table td.name .ships-in {
  color: #1f8300;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .shipments .shipment .forward table td .nostock {
  font-size: 100%;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .shipments .shipment .forward table td.shipping-title,
#checkoutPages #checkoutwrapper #checkout.confirmation .shipments .shipment .forward table td.sub-total-title {
  text-align: right;
  font-weight: bold;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .shipments .shipment .forward table td.shipping-total,
#checkoutPages #checkoutwrapper #checkout.confirmation .shipments .shipment .forward table td.sub-total {
  font-weight: bold;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .shipments .shipment .forward table td:last-child {
  width: 1px;
  text-align: right;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .shipments .shipment .forward table td.cart-comments {
  text-align: left;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .amazon-image {
  width: 115px;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .amazon-descriptor {
  display: block;
  margin-bottom: 5px;
}
#checkoutPages #checkoutwrapper #checkout.confirmation .continue {
  margin-bottom: 10px;
}
#checkoutPages #checkoutwrapper #checkout:not(.confirmation) .top {
  display: table;
  width: 100%;
  padding: 5px 0;
}
#checkoutPages #checkoutwrapper #checkout:not(.confirmation) .top > div {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
#checkoutPages #checkoutwrapper #checkout:not(.confirmation) .top .pageHeading {
  padding: 0;
  margin-bottom: 5px;
}
#checkoutPages #checkoutwrapper #checkout.address-edit .header em {
  display: block;
  font-weight: normal;
  font-style: italic;
  margin-top: 5px;
  font-family: Verdana, Arial, sans-serif;
  letter-spacing: normal;
  text-transform: none;
}
#checkoutPages #checkoutwrapper #checkout.address-edit .addressblock {
  box-sizing: border-box;
}
#checkoutPages #checkoutwrapper #checkout.address-edit .addressblock .address {
  display: inline-block;
  width: 220px;
  padding: 0 0 10px 0;
}
#checkoutPages #checkoutwrapper #checkout.address-edit .addressblock .instructions {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #000;
  padding: 10px 10px 10px 0;
  box-shadow: none;
  border: none;
  display: inline-block;
  width: calc(100% - ( 230px ));
  vertical-align: top;
}
#checkoutPages #checkoutwrapper #checkout.address-edit .addressblock .instructions:last-child {
  margin-bottom: 0;
}
#checkoutPages #checkoutwrapper #checkout.address-edit .addressblock .instructions: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;
}
#checkoutPages #checkoutwrapper #checkout.address-edit .addressblock .instructions > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
#checkoutPages #checkoutwrapper #checkout.address-edit .addressblock .instructions.error {
  color: #a2081d;
  font-weight: bold;
}
#checkoutPages #checkoutwrapper #checkout.address-edit .addressblock .instructions.success {
  color: #1a951a;
  font-weight: bold;
}
#checkoutPages #checkoutwrapper #checkout.address-edit .addressblock .instructions.mainRed {
  color: #a2081d;
}
#checkoutPages #checkoutwrapper #checkout.address-edit .addressblock .instructions span a {
  text-decoration: underline;
}
#checkoutPages #checkoutwrapper #checkout.address-edit .addressblock .instructions .snap-css-button {
  margin: 10px 0 0 0;
}
#checkoutPages #checkoutwrapper #checkout.address-edit .addressblock .instructions > span > a {
  text-decoration: underline;
}
#checkoutPages #checkoutwrapper #checkout.address-edit .addressblock .snap-css-button {
  margin: 5px 0 0;
}
#checkoutPages #checkoutwrapper #checkout.address-edit .addressblock .chooseaddress div.moduleRow,
#checkoutPages #checkoutwrapper #checkout.address-edit .addressblock .chooseaddress div.moduleRowOver,
#checkoutPages #checkoutwrapper #checkout.address-edit .addressblock .chooseaddress div.moduleRowSelected {
  overflow: hidden;
  padding: 10px 10px 10px 0px;
  border-bottom: 1px solid #c3c3c3;
}
#checkoutPages #checkoutwrapper #checkout.address-edit .addressblock .chooseaddress div.moduleRow:last-child,
#checkoutPages #checkoutwrapper #checkout.address-edit .addressblock .chooseaddress div.moduleRowOver:last-child,
#checkoutPages #checkoutwrapper #checkout.address-edit .addressblock .chooseaddress div.moduleRowSelected:last-child {
  border: none;
}
#checkoutPages #checkoutwrapper #checkout.address-edit .addressblock .chooseaddress div.moduleRow .forminput,
#checkoutPages #checkoutwrapper #checkout.address-edit .addressblock .chooseaddress div.moduleRowOver .forminput,
#checkoutPages #checkoutwrapper #checkout.address-edit .addressblock .chooseaddress div.moduleRowSelected .forminput {
  display: inline-block;
}
#checkoutPages #checkoutwrapper #checkout.address-edit .addressblock .chooseaddress div.moduleRow .edit,
#checkoutPages #checkoutwrapper #checkout.address-edit .addressblock .chooseaddress div.moduleRowOver .edit,
#checkoutPages #checkoutwrapper #checkout.address-edit .addressblock .chooseaddress div.moduleRowSelected .edit {
  float: right;
}
#checkoutPages #checkoutwrapper #checkout.address-edit .addresses .snap-css-button {
  margin-bottom: 10px;
}
#checkoutPages #checkoutwrapper #checkout.address-edit .addresses .choose-address {
  width: 100%;
  display: table;
  padding: 0 !important;
  border: 1px solid #c2c4c6;
  margin-bottom: 5px;
  box-sizing: border-box;
}
#checkoutPages #checkoutwrapper #checkout.address-edit .addresses .choose-address > div {
  display: table-row;
}
#checkoutPages #checkoutwrapper #checkout.address-edit .addresses .choose-address > div.selected {
  background: #f7fff5;
}
#checkoutPages #checkoutwrapper #checkout.address-edit .addresses .choose-address > div.selected > div:first-child {
  font-weight: bold;
}
#checkoutPages #checkoutwrapper #checkout.address-edit .addresses .choose-address > div > div {
  padding: 10px;
  display: table-cell;
  border-bottom: 1px solid #c3c3c3;
  vertical-align: top;
}
#checkoutPages #checkoutwrapper #checkout.address-edit .addresses .choose-address > div > div label {
  color: green;
  font-weight: bold;
  display: block;
}
#checkoutPages #checkoutwrapper #checkout.address-edit .addresses .choose-address > div > div:nth-child(2) {
  padding-top: 15px;
  text-align: right;
  width: 10em;
  position: relative;
}
#checkoutPages #checkoutwrapper #checkout.address-edit .addresses .choose-address > div > div:nth-child(2) .snap-css-button {
  width: 100%;
}
#checkoutPages #checkoutwrapper #checkout.address-edit .addresses .choose-address > div:last-child > div {
  border-bottom: none;
}
#checkoutPages #checkoutwrapper #checkout.address-edit .new-address {
  text-align: right;
}
#checkoutPages #checkoutwrapper #checkout.verify .callback-table {
  border: 1px solid #c0c0c0;
  padding: 10px 10px 0px 10px;
  background: white;
}
#checkoutPages #checkoutwrapper #checkout.verify .introduction,
#checkoutPages #checkoutwrapper #checkout.verify #pin-ok,
#checkoutPages #checkoutwrapper #checkout.verify .verifyfooter {
  margin: 20px 0;
}
#checkoutPages #checkoutwrapper #checkout.verify #callback-pin {
  width: 400px;
  margin: 10px 0;
}
#checkoutPages #checkoutwrapper #checkout.verify #callback-pin > div {
  clear: both;
}
#checkoutPages #checkoutwrapper #checkout.verify #callback-pin > div:first-child {
  margin-bottom: 5px;
}
#checkoutPages #checkoutwrapper #checkout.verify #callback-pin > div > div {
  display: inline-block;
  overflow: hidden;
}
#checkoutPages #checkoutwrapper #checkout.verify #callback-pin > div > div:last-child {
  float: right;
}
#checkoutPages #checkoutwrapper #checkout.verify #callback-number {
  padding-bottom: 10px;
  margin: 20px 0;
}
#checkoutPages #checkoutwrapper #checkout.verify #callback-number * {
  vertical-align: middle;
}
#checkoutPages #checkoutwrapper #checkout.verify #callback-number input[type="text"] {
  margin-right: 10px;
}
#checkoutPages #checkoutwrapper #checkout.verify #pending-number {
  font-weight: bold;
}
#checkoutPages.downformaintenance header {
  border-bottom: none;
}
#checkoutPages.downformaintenance h2.pageHeading {
  font-size: 1.7em !important;
}
#back_order_items_dialog,
#jit_dialog {
  display: none;
  max-width: 900px;
}
#back_order_items_dialog .dialog-close-button,
#jit_dialog .dialog-close-button {
  display: none;
}
#back_order_items_dialog .have-jit,
#jit_dialog .have-jit {
  margin-top: 10px;
}
#unshippable-dialog {
  max-width: 900px;
}
#unshippable-dialog .notice {
  color: #a2081d;
  padding: 10px;
}
#unshippable-dialog .products > div {
  margin-bottom: 8px;
  border-radius: 3px;
  background: #f3f3f3;
  padding: 8px;
}
#unshippable-dialog .snap-css-button {
  margin-left: 8px;
}
.success-container {
  width: 740px !important;
  margin: auto;
}
.success-container .pageHeading {
  margin-bottom: 10px;
}
.success-container #vip {
  margin-bottom: 20px;
}
.success-container .newslettersignup {
  margin-bottom: 40px;
}
.success-container .success .print-invoice {
  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;
  text-transform: initial;
}
.success-container .success .print-invoice:hover {
  opacity: 1;
}
#checkout.success {
  margin-bottom: 40px;
  text-align: center;
}
#checkout.success .ui-state-success {
  text-align: center;
  color: green;
  border: none;
  background: none;
  margin-top: 10px;
  font-weight: bold;
}
#checkout.success .show-yes {
  display: block;
}
#checkout.success .show-no {
  display: none;
}
#checkoutwrapper + footer {
  background: transparent;
  border-top: 1px solid #E8E9EA;
}
#checkoutwrapper + footer .container {
  margin: auto;
  padding: 20px 0 10px 20px;
}
#checkoutwrapper + footer .container.copyright {
  text-align: center;
}
#checkoutwrapper + footer .container,
#checkoutwrapper + footer .container a {
  color: #000;
}
.bottom-navigation {
  margin: 10px 0;
}
#loginpage .note {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #000;
  padding: 10px;
  background: #F2F2F2;
}
#loginpage .note:last-child {
  margin-bottom: 0;
}
#loginpage .note: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;
}
#loginpage .note > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
#loginpage .note.error {
  color: #a2081d;
  font-weight: bold;
}
#loginpage .note.success {
  color: #1a951a;
  font-weight: bold;
}
#loginpage .note.mainRed {
  color: #a2081d;
}
#loginpage .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 50px;
  padding-bottom: 10px;
}
#loginpage .wrapper h2 {
  font-size: 1.15em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#loginpage .wrapper .form {
  max-width: 50%;
  margin-right: 30px;
  box-sizing: border-box;
}
#loginpage .wrapper .form label {
  display: block;
  font-weight: bold;
}
#loginpage .wrapper .form .passwordforgotten {
  padding-top: 15px;
  text-align: center;
}
#loginpage .wrapper .form .passwordforgotten a {
  text-decoration: underline;
}
#loginpage .wrapper .form .forminput {
  margin: 0 auto 20px;
  display: table;
}
#loginpage .wrapper .form .submit {
  text-align: center;
}
#loginpage .wrapper .create {
  text-align: center;
  padding-left: 30px;
  border-left: 1px solid #c2c4c6;
  box-sizing: border-box;
  max-width: 50%;
}
#loginpage .wrapper .create > div {
  margin-bottom: 10px;
}
#loginpage .visitorcart {
  margin-bottom: 10px;
}
#loginpage.loginagain {
  padding-top: 20px !important;
}
#loginpage.loginagain .titlebar {
  background: #464647;
  padding: 10px 10px 10px;
  color: #fff;
  font-size: 1.15em;
  text-align: left;
}
#loginpage.loginagain .titlebar + .content {
  padding: 10px;
}
#loginpage.loginagain .page-block {
  background: #F2F2F2;
  width: calc(50% -  5px );
}
#loginpage.loginagain .page-block label {
  white-space: nowrap;
  padding-left: 0;
}
#loginpage.loginagain .page-block.first {
  margin-right: 10px;
}
#loginpage.loginagain .page-block .passwordforgotten {
  clear: both;
  padding-top: 10px;
  text-align: center;
}
#loginpage.loginagain .page-block .passwordforgotten a {
  text-decoration: underline;
}
#loginpage.loginagain .page-block .snap-css-button {
  margin: 10px 0;
  float: right;
}
#loginpage.loginagain .instructions {
  margin: 0 0 10px;
  line-height: initial;
}
#loginpage.loginagain .page-block {
  margin: auto;
  display: block;
}
#loginpage.loginagain form:before,
#loginpage.loginagain form:after {
  content: " ";
  display: table;
}
#loginpage.loginagain form:after {
  clear: both;
}
#loginpage.loginagain form .forminput.email {
  margin-bottom: 10px;
}
#loginpage.loginagain form .forminput input[type=password] {
  box-sizing: border-box;
}
#createpage > .page-block,
#createpage > form > .page-block {
  margin-bottom: 10px;
}
#createpage h1 {
  margin-bottom: 10px;
}
#createpage .note.red,
#createpage .headerError {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #000;
  padding: 10px;
  background: #fff;
  border: 1px solid #E8E9EA;
  box-shadow: 0 1px 2px #f2f2f2;
  color: #a2081d;
  font-weight: bold;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
}
#createpage .note.red:last-child,
#createpage .headerError:last-child {
  margin-bottom: 0;
}
#createpage .note.red:before,
#createpage .headerError: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;
}
#createpage .note.red > span,
#createpage .headerError > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
#createpage .note.red.error,
#createpage .headerError.error {
  color: #a2081d;
  font-weight: bold;
}
#createpage .note.red.success,
#createpage .headerError.success {
  color: #1a951a;
  font-weight: bold;
}
#createpage .note.red.mainRed,
#createpage .headerError.mainRed {
  color: #a2081d;
}
#createpage:not(.guest-checkout) .infobox {
  padding: 0;
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  background: #fff;
  text-align: left;
  width: 100%;
}
#createpage:not(.guest-checkout) .infobox:before,
#createpage:not(.guest-checkout) .infobox:after {
  content: " ";
  display: table;
}
#createpage:not(.guest-checkout) .infobox:after {
  clear: both;
}
#createpage:not(.guest-checkout) .infobox > *:first-child:not(.table) {
  padding: 5px 5px 5px;
  background: #F2F2F2;
  color: #000;
  margin: 0;
  font-size: 12px;
  font-family: inherit;
  letter-spacing: unset;
  text-align: left;
  box-sizing: border-box;
}
#createpage:not(.guest-checkout) .infobox > *:first-child:not(.table) + div,
#createpage:not(.guest-checkout) .infobox > *:first-child:not(.table) + form {
  padding: 5px;
}
#createpage:not(.guest-checkout) .infobox > *:first-child:not(.table) + div:before,
#createpage:not(.guest-checkout) .infobox > *:first-child:not(.table) + form:before,
#createpage:not(.guest-checkout) .infobox > *:first-child:not(.table) + div:after,
#createpage:not(.guest-checkout) .infobox > *:first-child:not(.table) + form:after {
  content: " ";
  display: table;
}
#createpage:not(.guest-checkout) .infobox > *:first-child:not(.table) + div:after,
#createpage:not(.guest-checkout) .infobox > *:first-child:not(.table) + form:after {
  clear: both;
}
#createpage:not(.guest-checkout) .infobox > *:first-child:not(.table) a {
  color: initial;
}
#createpage:not(.guest-checkout) .infobox > *:first-child:not(.table) a:hover {
  color: #f26524;
}
#createpage:not(.guest-checkout) .infobox table {
  width: 100%;
}
#createpage:not(.guest-checkout) .infobox table tbody,
#createpage:not(.guest-checkout) .infobox .table {
  width: 100%;
  box-sizing: border-box;
  display: table;
}
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr,
#createpage:not(.guest-checkout) .infobox .table > tbody > tr,
#createpage:not(.guest-checkout) .infobox table tbody > tr,
#createpage:not(.guest-checkout) .infobox .table > tr,
#createpage:not(.guest-checkout) .infobox table tbody > div,
#createpage:not(.guest-checkout) .infobox .table > div {
  display: table-row;
}
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr:nth-child(even),
#createpage:not(.guest-checkout) .infobox .table > tbody > tr:nth-child(even),
#createpage:not(.guest-checkout) .infobox table tbody > tr:nth-child(even),
#createpage:not(.guest-checkout) .infobox .table > tr:nth-child(even),
#createpage:not(.guest-checkout) .infobox table tbody > div:nth-child(even),
#createpage:not(.guest-checkout) .infobox .table > div:nth-child(even) {
  background: #fafafa;
}
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr:not(:only-of-type):not(.header):hover,
#createpage:not(.guest-checkout) .infobox .table > tbody > tr:not(:only-of-type):not(.header):hover,
#createpage:not(.guest-checkout) .infobox table tbody > tr:not(:only-of-type):not(.header):hover,
#createpage:not(.guest-checkout) .infobox .table > tr:not(:only-of-type):not(.header):hover,
#createpage:not(.guest-checkout) .infobox table tbody > div:not(:only-of-type):not(.header):hover,
#createpage:not(.guest-checkout) .infobox .table > div:not(:only-of-type):not(.header):hover {
  background: #E8E9EA;
}
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr.primary:hover,
#createpage:not(.guest-checkout) .infobox .table > tbody > tr.primary:hover,
#createpage:not(.guest-checkout) .infobox table tbody > tr.primary:hover,
#createpage:not(.guest-checkout) .infobox .table > tr.primary:hover,
#createpage:not(.guest-checkout) .infobox table tbody > div.primary:hover,
#createpage:not(.guest-checkout) .infobox .table > div.primary:hover {
  background: #E8E9EA;
}
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr > th,
#createpage:not(.guest-checkout) .infobox .table > tbody > tr > th,
#createpage:not(.guest-checkout) .infobox table tbody > tr > th,
#createpage:not(.guest-checkout) .infobox .table > tr > th,
#createpage:not(.guest-checkout) .infobox table tbody > div > th,
#createpage:not(.guest-checkout) .infobox .table > div > th,
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr > td,
#createpage:not(.guest-checkout) .infobox .table > tbody > tr > td,
#createpage:not(.guest-checkout) .infobox table tbody > tr > td,
#createpage:not(.guest-checkout) .infobox .table > tr > td,
#createpage:not(.guest-checkout) .infobox table tbody > div > td,
#createpage:not(.guest-checkout) .infobox .table > div > td,
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr > div,
#createpage:not(.guest-checkout) .infobox .table > tbody > tr > div,
#createpage:not(.guest-checkout) .infobox table tbody > tr > div,
#createpage:not(.guest-checkout) .infobox .table > tr > div,
#createpage:not(.guest-checkout) .infobox table tbody > div > div,
#createpage:not(.guest-checkout) .infobox .table > div > div {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr > th .snap-css-button:not(.retain),
#createpage:not(.guest-checkout) .infobox .table > tbody > tr > th .snap-css-button:not(.retain),
#createpage:not(.guest-checkout) .infobox table tbody > tr > th .snap-css-button:not(.retain),
#createpage:not(.guest-checkout) .infobox .table > tr > th .snap-css-button:not(.retain),
#createpage:not(.guest-checkout) .infobox table tbody > div > th .snap-css-button:not(.retain),
#createpage:not(.guest-checkout) .infobox .table > div > th .snap-css-button:not(.retain),
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr > td .snap-css-button:not(.retain),
#createpage:not(.guest-checkout) .infobox .table > tbody > tr > td .snap-css-button:not(.retain),
#createpage:not(.guest-checkout) .infobox table tbody > tr > td .snap-css-button:not(.retain),
#createpage:not(.guest-checkout) .infobox .table > tr > td .snap-css-button:not(.retain),
#createpage:not(.guest-checkout) .infobox table tbody > div > td .snap-css-button:not(.retain),
#createpage:not(.guest-checkout) .infobox .table > div > td .snap-css-button:not(.retain),
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr > div .snap-css-button:not(.retain),
#createpage:not(.guest-checkout) .infobox .table > tbody > tr > div .snap-css-button:not(.retain),
#createpage:not(.guest-checkout) .infobox table tbody > tr > div .snap-css-button:not(.retain),
#createpage:not(.guest-checkout) .infobox .table > tr > div .snap-css-button:not(.retain),
#createpage:not(.guest-checkout) .infobox table tbody > div > div .snap-css-button:not(.retain),
#createpage:not(.guest-checkout) .infobox .table > div > div .snap-css-button:not(.retain) {
  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;
  text-transform: unset;
}
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr > th .snap-css-button:not(.retain):hover,
#createpage:not(.guest-checkout) .infobox .table > tbody > tr > th .snap-css-button:not(.retain):hover,
#createpage:not(.guest-checkout) .infobox table tbody > tr > th .snap-css-button:not(.retain):hover,
#createpage:not(.guest-checkout) .infobox .table > tr > th .snap-css-button:not(.retain):hover,
#createpage:not(.guest-checkout) .infobox table tbody > div > th .snap-css-button:not(.retain):hover,
#createpage:not(.guest-checkout) .infobox .table > div > th .snap-css-button:not(.retain):hover,
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr > td .snap-css-button:not(.retain):hover,
#createpage:not(.guest-checkout) .infobox .table > tbody > tr > td .snap-css-button:not(.retain):hover,
#createpage:not(.guest-checkout) .infobox table tbody > tr > td .snap-css-button:not(.retain):hover,
#createpage:not(.guest-checkout) .infobox .table > tr > td .snap-css-button:not(.retain):hover,
#createpage:not(.guest-checkout) .infobox table tbody > div > td .snap-css-button:not(.retain):hover,
#createpage:not(.guest-checkout) .infobox .table > div > td .snap-css-button:not(.retain):hover,
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr > div .snap-css-button:not(.retain):hover,
#createpage:not(.guest-checkout) .infobox .table > tbody > tr > div .snap-css-button:not(.retain):hover,
#createpage:not(.guest-checkout) .infobox table tbody > tr > div .snap-css-button:not(.retain):hover,
#createpage:not(.guest-checkout) .infobox .table > tr > div .snap-css-button:not(.retain):hover,
#createpage:not(.guest-checkout) .infobox table tbody > div > div .snap-css-button:not(.retain):hover,
#createpage:not(.guest-checkout) .infobox .table > div > div .snap-css-button:not(.retain):hover {
  opacity: 1;
}
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr > th .center,
#createpage:not(.guest-checkout) .infobox .table > tbody > tr > th .center,
#createpage:not(.guest-checkout) .infobox table tbody > tr > th .center,
#createpage:not(.guest-checkout) .infobox .table > tr > th .center,
#createpage:not(.guest-checkout) .infobox table tbody > div > th .center,
#createpage:not(.guest-checkout) .infobox .table > div > th .center,
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr > td .center,
#createpage:not(.guest-checkout) .infobox .table > tbody > tr > td .center,
#createpage:not(.guest-checkout) .infobox table tbody > tr > td .center,
#createpage:not(.guest-checkout) .infobox .table > tr > td .center,
#createpage:not(.guest-checkout) .infobox table tbody > div > td .center,
#createpage:not(.guest-checkout) .infobox .table > div > td .center,
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr > div .center,
#createpage:not(.guest-checkout) .infobox .table > tbody > tr > div .center,
#createpage:not(.guest-checkout) .infobox table tbody > tr > div .center,
#createpage:not(.guest-checkout) .infobox .table > tr > div .center,
#createpage:not(.guest-checkout) .infobox table tbody > div > div .center,
#createpage:not(.guest-checkout) .infobox .table > div > div .center {
  text-align: center;
}
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr > th .right,
#createpage:not(.guest-checkout) .infobox .table > tbody > tr > th .right,
#createpage:not(.guest-checkout) .infobox table tbody > tr > th .right,
#createpage:not(.guest-checkout) .infobox .table > tr > th .right,
#createpage:not(.guest-checkout) .infobox table tbody > div > th .right,
#createpage:not(.guest-checkout) .infobox .table > div > th .right,
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr > td .right,
#createpage:not(.guest-checkout) .infobox .table > tbody > tr > td .right,
#createpage:not(.guest-checkout) .infobox table tbody > tr > td .right,
#createpage:not(.guest-checkout) .infobox .table > tr > td .right,
#createpage:not(.guest-checkout) .infobox table tbody > div > td .right,
#createpage:not(.guest-checkout) .infobox .table > div > td .right,
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr > div .right,
#createpage:not(.guest-checkout) .infobox .table > tbody > tr > div .right,
#createpage:not(.guest-checkout) .infobox table tbody > tr > div .right,
#createpage:not(.guest-checkout) .infobox .table > tr > div .right,
#createpage:not(.guest-checkout) .infobox table tbody > div > div .right,
#createpage:not(.guest-checkout) .infobox .table > div > div .right {
  text-align: right;
}
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr > th .left,
#createpage:not(.guest-checkout) .infobox .table > tbody > tr > th .left,
#createpage:not(.guest-checkout) .infobox table tbody > tr > th .left,
#createpage:not(.guest-checkout) .infobox .table > tr > th .left,
#createpage:not(.guest-checkout) .infobox table tbody > div > th .left,
#createpage:not(.guest-checkout) .infobox .table > div > th .left,
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr > td .left,
#createpage:not(.guest-checkout) .infobox .table > tbody > tr > td .left,
#createpage:not(.guest-checkout) .infobox table tbody > tr > td .left,
#createpage:not(.guest-checkout) .infobox .table > tr > td .left,
#createpage:not(.guest-checkout) .infobox table tbody > div > td .left,
#createpage:not(.guest-checkout) .infobox .table > div > td .left,
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr > div .left,
#createpage:not(.guest-checkout) .infobox .table > tbody > tr > div .left,
#createpage:not(.guest-checkout) .infobox table tbody > tr > div .left,
#createpage:not(.guest-checkout) .infobox .table > tr > div .left,
#createpage:not(.guest-checkout) .infobox table tbody > div > div .left,
#createpage:not(.guest-checkout) .infobox .table > div > div .left {
  text-align: left;
}
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr > th:nth-child(n+1):last-child,
#createpage:not(.guest-checkout) .infobox .table > tbody > tr > th:nth-child(n+1):last-child,
#createpage:not(.guest-checkout) .infobox table tbody > tr > th:nth-child(n+1):last-child,
#createpage:not(.guest-checkout) .infobox .table > tr > th:nth-child(n+1):last-child,
#createpage:not(.guest-checkout) .infobox table tbody > div > th:nth-child(n+1):last-child,
#createpage:not(.guest-checkout) .infobox .table > div > th:nth-child(n+1):last-child,
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr > td:nth-child(n+1):last-child,
#createpage:not(.guest-checkout) .infobox .table > tbody > tr > td:nth-child(n+1):last-child,
#createpage:not(.guest-checkout) .infobox table tbody > tr > td:nth-child(n+1):last-child,
#createpage:not(.guest-checkout) .infobox .table > tr > td:nth-child(n+1):last-child,
#createpage:not(.guest-checkout) .infobox table tbody > div > td:nth-child(n+1):last-child,
#createpage:not(.guest-checkout) .infobox .table > div > td:nth-child(n+1):last-child,
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr > div:nth-child(n+1):last-child,
#createpage:not(.guest-checkout) .infobox .table > tbody > tr > div:nth-child(n+1):last-child,
#createpage:not(.guest-checkout) .infobox table tbody > tr > div:nth-child(n+1):last-child,
#createpage:not(.guest-checkout) .infobox .table > tr > div:nth-child(n+1):last-child,
#createpage:not(.guest-checkout) .infobox table tbody > div > div:nth-child(n+1):last-child,
#createpage:not(.guest-checkout) .infobox .table > div > div:nth-child(n+1):last-child {
  text-align: right;
}
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr > th:nth-child(n+1):last-child.center,
#createpage:not(.guest-checkout) .infobox .table > tbody > tr > th:nth-child(n+1):last-child.center,
#createpage:not(.guest-checkout) .infobox table tbody > tr > th:nth-child(n+1):last-child.center,
#createpage:not(.guest-checkout) .infobox .table > tr > th:nth-child(n+1):last-child.center,
#createpage:not(.guest-checkout) .infobox table tbody > div > th:nth-child(n+1):last-child.center,
#createpage:not(.guest-checkout) .infobox .table > div > th:nth-child(n+1):last-child.center,
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr > td:nth-child(n+1):last-child.center,
#createpage:not(.guest-checkout) .infobox .table > tbody > tr > td:nth-child(n+1):last-child.center,
#createpage:not(.guest-checkout) .infobox table tbody > tr > td:nth-child(n+1):last-child.center,
#createpage:not(.guest-checkout) .infobox .table > tr > td:nth-child(n+1):last-child.center,
#createpage:not(.guest-checkout) .infobox table tbody > div > td:nth-child(n+1):last-child.center,
#createpage:not(.guest-checkout) .infobox .table > div > td:nth-child(n+1):last-child.center,
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr > div:nth-child(n+1):last-child.center,
#createpage:not(.guest-checkout) .infobox .table > tbody > tr > div:nth-child(n+1):last-child.center,
#createpage:not(.guest-checkout) .infobox table tbody > tr > div:nth-child(n+1):last-child.center,
#createpage:not(.guest-checkout) .infobox .table > tr > div:nth-child(n+1):last-child.center,
#createpage:not(.guest-checkout) .infobox table tbody > div > div:nth-child(n+1):last-child.center,
#createpage:not(.guest-checkout) .infobox .table > div > div:nth-child(n+1):last-child.center {
  text-align: center;
}
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr > th:nth-child(n+1):last-child.left,
#createpage:not(.guest-checkout) .infobox .table > tbody > tr > th:nth-child(n+1):last-child.left,
#createpage:not(.guest-checkout) .infobox table tbody > tr > th:nth-child(n+1):last-child.left,
#createpage:not(.guest-checkout) .infobox .table > tr > th:nth-child(n+1):last-child.left,
#createpage:not(.guest-checkout) .infobox table tbody > div > th:nth-child(n+1):last-child.left,
#createpage:not(.guest-checkout) .infobox .table > div > th:nth-child(n+1):last-child.left,
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr > td:nth-child(n+1):last-child.left,
#createpage:not(.guest-checkout) .infobox .table > tbody > tr > td:nth-child(n+1):last-child.left,
#createpage:not(.guest-checkout) .infobox table tbody > tr > td:nth-child(n+1):last-child.left,
#createpage:not(.guest-checkout) .infobox .table > tr > td:nth-child(n+1):last-child.left,
#createpage:not(.guest-checkout) .infobox table tbody > div > td:nth-child(n+1):last-child.left,
#createpage:not(.guest-checkout) .infobox .table > div > td:nth-child(n+1):last-child.left,
#createpage:not(.guest-checkout) .infobox table tbody > tbody > tr > div:nth-child(n+1):last-child.left,
#createpage:not(.guest-checkout) .infobox .table > tbody > tr > div:nth-child(n+1):last-child.left,
#createpage:not(.guest-checkout) .infobox table tbody > tr > div:nth-child(n+1):last-child.left,
#createpage:not(.guest-checkout) .infobox .table > tr > div:nth-child(n+1):last-child.left,
#createpage:not(.guest-checkout) .infobox table tbody > div > div:nth-child(n+1):last-child.left,
#createpage:not(.guest-checkout) .infobox .table > div > div:nth-child(n+1):last-child.left {
  text-align: left;
}
#createpage:not(.guest-checkout) .infobox table tbody > *:first-child:not(.primary),
#createpage:not(.guest-checkout) .infobox .table > *:first-child:not(.primary) {
  background: #464647;
  color: #fff;
}
#createpage:not(.guest-checkout) .infobox table tbody > *:first-child:not(.primary) a,
#createpage:not(.guest-checkout) .infobox .table > *:first-child:not(.primary) a {
  color: #fff;
}
#createpage:not(.guest-checkout) .infobox table tbody .heading,
#createpage:not(.guest-checkout) .infobox .table .heading {
  background: #464647;
}
#createpage:not(.guest-checkout) .infobox .header {
  display: block;
}
#createpage .label-edit-pairs > div > div:first-child {
  width: 200px;
  text-align: right;
  padding-right: 10px;
  vertical-align: middle;
}
#createpage .label-edit-pairs > div > div input {
  width: 300px;
}
#createpage.manual .forminput > div:first-child {
  width: 155px;
}
#createpage .contact-reason {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #000;
  padding: 10px 10px 10px 0;
  box-shadow: none;
  border: none;
}
#createpage .contact-reason:last-child {
  margin-bottom: 0;
}
#createpage .contact-reason: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;
}
#createpage .contact-reason > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
#createpage .contact-reason.error {
  color: #a2081d;
  font-weight: bold;
}
#createpage .contact-reason.success {
  color: #1a951a;
  font-weight: bold;
}
#createpage .contact-reason.mainRed {
  color: #a2081d;
}
#createpage .options {
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  background: #F2F2F2;
  text-align: left;
}
#createpage .options:before,
#createpage .options:after {
  content: " ";
  display: table;
}
#createpage .options:after {
  clear: both;
}
#createpage .options > *:first-child:not(.table),
#createpage .options .header:not(.table),
#createpage .options .heading:not(.table) {
  background: #464647;
  padding: 5px 10px 5px;
  color: #fff;
  margin: 0;
  font-size: 12px;
  font-family: inherit;
  letter-spacing: unset;
  text-align: left;
  box-sizing: border-box;
}
#createpage .options > *:first-child:not(.table) + div,
#createpage .options .header:not(.table) + div,
#createpage .options .heading:not(.table) + div,
#createpage .options > *:first-child:not(.table) + form,
#createpage .options .header:not(.table) + form,
#createpage .options .heading:not(.table) + form {
  padding: 10px;
}
#createpage .options > *:first-child:not(.table) a,
#createpage .options .header:not(.table) a,
#createpage .options .heading:not(.table) a {
  color: #fff;
  text-decoration: underline;
}
#createpage .options table {
  width: 100%;
}
#createpage .options table > tbody,
#createpage .options .table {
  width: 100%;
  box-sizing: border-box;
  display: table;
}
#createpage .options table > tbody > tbody > tr,
#createpage .options .table > tbody > tr,
#createpage .options table > tbody > tr,
#createpage .options .table > tr,
#createpage .options table > tbody > div,
#createpage .options .table > div {
  display: table-row;
}
#createpage .options table > tbody > tbody > tr:nth-child(even),
#createpage .options .table > tbody > tr:nth-child(even),
#createpage .options table > tbody > tr:nth-child(even),
#createpage .options .table > tr:nth-child(even),
#createpage .options table > tbody > div:nth-child(even),
#createpage .options .table > div:nth-child(even) {
  background: #fafafa;
}
#createpage .options table > tbody > tbody > tr:not(:only-of-type):not(.header):hover,
#createpage .options .table > tbody > tr:not(:only-of-type):not(.header):hover,
#createpage .options table > tbody > tr:not(:only-of-type):not(.header):hover,
#createpage .options .table > tr:not(:only-of-type):not(.header):hover,
#createpage .options table > tbody > div:not(:only-of-type):not(.header):hover,
#createpage .options .table > div:not(:only-of-type):not(.header):hover {
  background: #E8E9EA;
}
#createpage .options table > tbody > tbody > tr.primary:hover,
#createpage .options .table > tbody > tr.primary:hover,
#createpage .options table > tbody > tr.primary:hover,
#createpage .options .table > tr.primary:hover,
#createpage .options table > tbody > div.primary:hover,
#createpage .options .table > div.primary:hover {
  background: #E8E9EA;
}
#createpage .options table > tbody > tbody > tr > th,
#createpage .options .table > tbody > tr > th,
#createpage .options table > tbody > tr > th,
#createpage .options .table > tr > th,
#createpage .options table > tbody > div > th,
#createpage .options .table > div > th,
#createpage .options table > tbody > tbody > tr > td,
#createpage .options .table > tbody > tr > td,
#createpage .options table > tbody > tr > td,
#createpage .options .table > tr > td,
#createpage .options table > tbody > div > td,
#createpage .options .table > div > td,
#createpage .options table > tbody > tbody > tr > div,
#createpage .options .table > tbody > tr > div,
#createpage .options table > tbody > tr > div,
#createpage .options .table > tr > div,
#createpage .options table > tbody > div > div,
#createpage .options .table > div > div {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
#createpage .options table > tbody > tbody > tr > th .snap-css-button:not(.retain),
#createpage .options .table > tbody > tr > th .snap-css-button:not(.retain),
#createpage .options table > tbody > tr > th .snap-css-button:not(.retain),
#createpage .options .table > tr > th .snap-css-button:not(.retain),
#createpage .options table > tbody > div > th .snap-css-button:not(.retain),
#createpage .options .table > div > th .snap-css-button:not(.retain),
#createpage .options table > tbody > tbody > tr > td .snap-css-button:not(.retain),
#createpage .options .table > tbody > tr > td .snap-css-button:not(.retain),
#createpage .options table > tbody > tr > td .snap-css-button:not(.retain),
#createpage .options .table > tr > td .snap-css-button:not(.retain),
#createpage .options table > tbody > div > td .snap-css-button:not(.retain),
#createpage .options .table > div > td .snap-css-button:not(.retain),
#createpage .options table > tbody > tbody > tr > div .snap-css-button:not(.retain),
#createpage .options .table > tbody > tr > div .snap-css-button:not(.retain),
#createpage .options table > tbody > tr > div .snap-css-button:not(.retain),
#createpage .options .table > tr > div .snap-css-button:not(.retain),
#createpage .options table > tbody > div > div .snap-css-button:not(.retain),
#createpage .options .table > div > div .snap-css-button:not(.retain) {
  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;
  text-transform: unset;
}
#createpage .options table > tbody > tbody > tr > th .snap-css-button:not(.retain):hover,
#createpage .options .table > tbody > tr > th .snap-css-button:not(.retain):hover,
#createpage .options table > tbody > tr > th .snap-css-button:not(.retain):hover,
#createpage .options .table > tr > th .snap-css-button:not(.retain):hover,
#createpage .options table > tbody > div > th .snap-css-button:not(.retain):hover,
#createpage .options .table > div > th .snap-css-button:not(.retain):hover,
#createpage .options table > tbody > tbody > tr > td .snap-css-button:not(.retain):hover,
#createpage .options .table > tbody > tr > td .snap-css-button:not(.retain):hover,
#createpage .options table > tbody > tr > td .snap-css-button:not(.retain):hover,
#createpage .options .table > tr > td .snap-css-button:not(.retain):hover,
#createpage .options table > tbody > div > td .snap-css-button:not(.retain):hover,
#createpage .options .table > div > td .snap-css-button:not(.retain):hover,
#createpage .options table > tbody > tbody > tr > div .snap-css-button:not(.retain):hover,
#createpage .options .table > tbody > tr > div .snap-css-button:not(.retain):hover,
#createpage .options table > tbody > tr > div .snap-css-button:not(.retain):hover,
#createpage .options .table > tr > div .snap-css-button:not(.retain):hover,
#createpage .options table > tbody > div > div .snap-css-button:not(.retain):hover,
#createpage .options .table > div > div .snap-css-button:not(.retain):hover {
  opacity: 1;
}
#createpage .options table > tbody > tbody > tr > th .center,
#createpage .options .table > tbody > tr > th .center,
#createpage .options table > tbody > tr > th .center,
#createpage .options .table > tr > th .center,
#createpage .options table > tbody > div > th .center,
#createpage .options .table > div > th .center,
#createpage .options table > tbody > tbody > tr > td .center,
#createpage .options .table > tbody > tr > td .center,
#createpage .options table > tbody > tr > td .center,
#createpage .options .table > tr > td .center,
#createpage .options table > tbody > div > td .center,
#createpage .options .table > div > td .center,
#createpage .options table > tbody > tbody > tr > div .center,
#createpage .options .table > tbody > tr > div .center,
#createpage .options table > tbody > tr > div .center,
#createpage .options .table > tr > div .center,
#createpage .options table > tbody > div > div .center,
#createpage .options .table > div > div .center {
  text-align: center;
}
#createpage .options table > tbody > tbody > tr > th .right,
#createpage .options .table > tbody > tr > th .right,
#createpage .options table > tbody > tr > th .right,
#createpage .options .table > tr > th .right,
#createpage .options table > tbody > div > th .right,
#createpage .options .table > div > th .right,
#createpage .options table > tbody > tbody > tr > td .right,
#createpage .options .table > tbody > tr > td .right,
#createpage .options table > tbody > tr > td .right,
#createpage .options .table > tr > td .right,
#createpage .options table > tbody > div > td .right,
#createpage .options .table > div > td .right,
#createpage .options table > tbody > tbody > tr > div .right,
#createpage .options .table > tbody > tr > div .right,
#createpage .options table > tbody > tr > div .right,
#createpage .options .table > tr > div .right,
#createpage .options table > tbody > div > div .right,
#createpage .options .table > div > div .right {
  text-align: right;
}
#createpage .options table > tbody > tbody > tr > th .left,
#createpage .options .table > tbody > tr > th .left,
#createpage .options table > tbody > tr > th .left,
#createpage .options .table > tr > th .left,
#createpage .options table > tbody > div > th .left,
#createpage .options .table > div > th .left,
#createpage .options table > tbody > tbody > tr > td .left,
#createpage .options .table > tbody > tr > td .left,
#createpage .options table > tbody > tr > td .left,
#createpage .options .table > tr > td .left,
#createpage .options table > tbody > div > td .left,
#createpage .options .table > div > td .left,
#createpage .options table > tbody > tbody > tr > div .left,
#createpage .options .table > tbody > tr > div .left,
#createpage .options table > tbody > tr > div .left,
#createpage .options .table > tr > div .left,
#createpage .options table > tbody > div > div .left,
#createpage .options .table > div > div .left {
  text-align: left;
}
#createpage .options table > tbody > tbody > tr > th:nth-child(n+1):last-child,
#createpage .options .table > tbody > tr > th:nth-child(n+1):last-child,
#createpage .options table > tbody > tr > th:nth-child(n+1):last-child,
#createpage .options .table > tr > th:nth-child(n+1):last-child,
#createpage .options table > tbody > div > th:nth-child(n+1):last-child,
#createpage .options .table > div > th:nth-child(n+1):last-child,
#createpage .options table > tbody > tbody > tr > td:nth-child(n+1):last-child,
#createpage .options .table > tbody > tr > td:nth-child(n+1):last-child,
#createpage .options table > tbody > tr > td:nth-child(n+1):last-child,
#createpage .options .table > tr > td:nth-child(n+1):last-child,
#createpage .options table > tbody > div > td:nth-child(n+1):last-child,
#createpage .options .table > div > td:nth-child(n+1):last-child,
#createpage .options table > tbody > tbody > tr > div:nth-child(n+1):last-child,
#createpage .options .table > tbody > tr > div:nth-child(n+1):last-child,
#createpage .options table > tbody > tr > div:nth-child(n+1):last-child,
#createpage .options .table > tr > div:nth-child(n+1):last-child,
#createpage .options table > tbody > div > div:nth-child(n+1):last-child,
#createpage .options .table > div > div:nth-child(n+1):last-child {
  text-align: right;
}
#createpage .options table > tbody > tbody > tr > th:nth-child(n+1):last-child.center,
#createpage .options .table > tbody > tr > th:nth-child(n+1):last-child.center,
#createpage .options table > tbody > tr > th:nth-child(n+1):last-child.center,
#createpage .options .table > tr > th:nth-child(n+1):last-child.center,
#createpage .options table > tbody > div > th:nth-child(n+1):last-child.center,
#createpage .options .table > div > th:nth-child(n+1):last-child.center,
#createpage .options table > tbody > tbody > tr > td:nth-child(n+1):last-child.center,
#createpage .options .table > tbody > tr > td:nth-child(n+1):last-child.center,
#createpage .options table > tbody > tr > td:nth-child(n+1):last-child.center,
#createpage .options .table > tr > td:nth-child(n+1):last-child.center,
#createpage .options table > tbody > div > td:nth-child(n+1):last-child.center,
#createpage .options .table > div > td:nth-child(n+1):last-child.center,
#createpage .options table > tbody > tbody > tr > div:nth-child(n+1):last-child.center,
#createpage .options .table > tbody > tr > div:nth-child(n+1):last-child.center,
#createpage .options table > tbody > tr > div:nth-child(n+1):last-child.center,
#createpage .options .table > tr > div:nth-child(n+1):last-child.center,
#createpage .options table > tbody > div > div:nth-child(n+1):last-child.center,
#createpage .options .table > div > div:nth-child(n+1):last-child.center {
  text-align: center;
}
#createpage .options table > tbody > tbody > tr > th:nth-child(n+1):last-child.left,
#createpage .options .table > tbody > tr > th:nth-child(n+1):last-child.left,
#createpage .options table > tbody > tr > th:nth-child(n+1):last-child.left,
#createpage .options .table > tr > th:nth-child(n+1):last-child.left,
#createpage .options table > tbody > div > th:nth-child(n+1):last-child.left,
#createpage .options .table > div > th:nth-child(n+1):last-child.left,
#createpage .options table > tbody > tbody > tr > td:nth-child(n+1):last-child.left,
#createpage .options .table > tbody > tr > td:nth-child(n+1):last-child.left,
#createpage .options table > tbody > tr > td:nth-child(n+1):last-child.left,
#createpage .options .table > tr > td:nth-child(n+1):last-child.left,
#createpage .options table > tbody > div > td:nth-child(n+1):last-child.left,
#createpage .options .table > div > td:nth-child(n+1):last-child.left,
#createpage .options table > tbody > tbody > tr > div:nth-child(n+1):last-child.left,
#createpage .options .table > tbody > tr > div:nth-child(n+1):last-child.left,
#createpage .options table > tbody > tr > div:nth-child(n+1):last-child.left,
#createpage .options .table > tr > div:nth-child(n+1):last-child.left,
#createpage .options table > tbody > div > div:nth-child(n+1):last-child.left,
#createpage .options .table > div > div:nth-child(n+1):last-child.left {
  text-align: left;
}
#createpage .options table > tbody > *:first-child:not(.primary),
#createpage .options .table > *:first-child:not(.primary) {
  background: #464647;
  color: #fff;
}
#createpage .options table > tbody > *:first-child:not(.primary) a,
#createpage .options .table > *:first-child:not(.primary) a {
  color: #fff;
}
#createpage .options table > tbody .heading,
#createpage .options .table .heading {
  background: #F2F2F2;
}
.tracking-dialog {
  display: none;
  max-height: 75vh !important;
  padding: 10px 20px;
}
.tracking-dialog .events {
  padding: 10px;
}
.tracking-dialog .events ul {
  list-style-type: none;
}
.tracking-dialog .events ul .event {
  margin: 0;
  padding: 0 5px 10px 10px;
  line-height: 1;
  position: relative;
  border-left-width: 2px;
}
.tracking-dialog .events ul .event:not(.estimated):not(.actual) {
  border-left-style: solid;
}
.tracking-dialog .events ul .event:not(.estimated):not(.actual):not(:last-child) {
  border-left-color: #00bfff;
}
.tracking-dialog .events ul .event:not(.estimated):not(.actual):last-child {
  border-left-color: transparent;
}
.tracking-dialog .events ul .event:not(.estimated):not(.actual):before {
  background: url(/content/skins/shared/images/misc/shipping-details.png) no-repeat;
}
.tracking-dialog .events ul .event.estimated {
  border-left-style: dotted;
  border-left-color: #ccc;
}
.tracking-dialog .events ul .event.estimated:before {
  background: url(/content/skins/shared/images/misc/shipping-details-estimated.png) no-repeat;
}
.tracking-dialog .events ul .event.actual {
  border-left-style: solid;
  border-left-color: #00bfff;
  color: green;
}
.tracking-dialog .events ul .event.actual:before {
  background: url(/content/skins/shared/images/misc/shipping-details-delivered.png) no-repeat;
}
.tracking-dialog .events ul .event.exception {
  color: red;
}
.tracking-dialog .events ul .event:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -9px;
  width: 16px;
  height: 16px;
  background-size: contain !important;
}
.tracking-dialog .events ul .event .event-description {
  font-weight: bold;
  margin-bottom: 5px;
}
.tracking-dialog .events ul .event .event-date {
  color: #9c9c9c;
  margin-bottom: 10px;
}
.tracking-dialog .events ul .event .event-date .event-location {
  display: inline;
}
#myaccount .my-account-menu .previous-orders {
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  background: #F2F2F2;
  text-align: left;
}
#myaccount .my-account-menu .previous-orders:before,
#myaccount .my-account-menu .previous-orders:after {
  content: " ";
  display: table;
}
#myaccount .my-account-menu .previous-orders:after {
  clear: both;
}
#myaccount .my-account-menu .previous-orders > *:first-child:not(.table),
#myaccount .my-account-menu .previous-orders .header:not(.table),
#myaccount .my-account-menu .previous-orders .heading:not(.table) {
  background: #464647;
  padding: 5px 10px 5px;
  color: #fff;
  margin: 0;
  font-size: 12px;
  font-family: inherit;
  letter-spacing: unset;
  text-align: left;
  box-sizing: border-box;
}
#myaccount .my-account-menu .previous-orders > *:first-child:not(.table) + div,
#myaccount .my-account-menu .previous-orders .header:not(.table) + div,
#myaccount .my-account-menu .previous-orders .heading:not(.table) + div,
#myaccount .my-account-menu .previous-orders > *:first-child:not(.table) + form,
#myaccount .my-account-menu .previous-orders .header:not(.table) + form,
#myaccount .my-account-menu .previous-orders .heading:not(.table) + form {
  padding: 10px;
}
#myaccount .my-account-menu .previous-orders > *:first-child:not(.table) a,
#myaccount .my-account-menu .previous-orders .header:not(.table) a,
#myaccount .my-account-menu .previous-orders .heading:not(.table) a {
  color: #fff;
  text-decoration: underline;
}
#myaccount .my-account-menu .previous-orders table {
  width: 100%;
}
#myaccount .my-account-menu .previous-orders table > tbody,
#myaccount .my-account-menu .previous-orders .table {
  width: 100%;
  box-sizing: border-box;
  display: table;
}
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr,
#myaccount .my-account-menu .previous-orders .table > tbody > tr,
#myaccount .my-account-menu .previous-orders table > tbody > tr,
#myaccount .my-account-menu .previous-orders .table > tr,
#myaccount .my-account-menu .previous-orders table > tbody > div,
#myaccount .my-account-menu .previous-orders .table > div {
  display: table-row;
}
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr:nth-child(even),
#myaccount .my-account-menu .previous-orders .table > tbody > tr:nth-child(even),
#myaccount .my-account-menu .previous-orders table > tbody > tr:nth-child(even),
#myaccount .my-account-menu .previous-orders .table > tr:nth-child(even),
#myaccount .my-account-menu .previous-orders table > tbody > div:nth-child(even),
#myaccount .my-account-menu .previous-orders .table > div:nth-child(even) {
  background: #fafafa;
}
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr:not(:only-of-type):not(.header):hover,
#myaccount .my-account-menu .previous-orders .table > tbody > tr:not(:only-of-type):not(.header):hover,
#myaccount .my-account-menu .previous-orders table > tbody > tr:not(:only-of-type):not(.header):hover,
#myaccount .my-account-menu .previous-orders .table > tr:not(:only-of-type):not(.header):hover,
#myaccount .my-account-menu .previous-orders table > tbody > div:not(:only-of-type):not(.header):hover,
#myaccount .my-account-menu .previous-orders .table > div:not(:only-of-type):not(.header):hover {
  background: #E8E9EA;
}
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr.primary:hover,
#myaccount .my-account-menu .previous-orders .table > tbody > tr.primary:hover,
#myaccount .my-account-menu .previous-orders table > tbody > tr.primary:hover,
#myaccount .my-account-menu .previous-orders .table > tr.primary:hover,
#myaccount .my-account-menu .previous-orders table > tbody > div.primary:hover,
#myaccount .my-account-menu .previous-orders .table > div.primary:hover {
  background: #E8E9EA;
}
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr > th,
#myaccount .my-account-menu .previous-orders .table > tbody > tr > th,
#myaccount .my-account-menu .previous-orders table > tbody > tr > th,
#myaccount .my-account-menu .previous-orders .table > tr > th,
#myaccount .my-account-menu .previous-orders table > tbody > div > th,
#myaccount .my-account-menu .previous-orders .table > div > th,
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr > td,
#myaccount .my-account-menu .previous-orders .table > tbody > tr > td,
#myaccount .my-account-menu .previous-orders table > tbody > tr > td,
#myaccount .my-account-menu .previous-orders .table > tr > td,
#myaccount .my-account-menu .previous-orders table > tbody > div > td,
#myaccount .my-account-menu .previous-orders .table > div > td,
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr > div,
#myaccount .my-account-menu .previous-orders .table > tbody > tr > div,
#myaccount .my-account-menu .previous-orders table > tbody > tr > div,
#myaccount .my-account-menu .previous-orders .table > tr > div,
#myaccount .my-account-menu .previous-orders table > tbody > div > div,
#myaccount .my-account-menu .previous-orders .table > div > div {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr > th .snap-css-button:not(.retain),
#myaccount .my-account-menu .previous-orders .table > tbody > tr > th .snap-css-button:not(.retain),
#myaccount .my-account-menu .previous-orders table > tbody > tr > th .snap-css-button:not(.retain),
#myaccount .my-account-menu .previous-orders .table > tr > th .snap-css-button:not(.retain),
#myaccount .my-account-menu .previous-orders table > tbody > div > th .snap-css-button:not(.retain),
#myaccount .my-account-menu .previous-orders .table > div > th .snap-css-button:not(.retain),
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr > td .snap-css-button:not(.retain),
#myaccount .my-account-menu .previous-orders .table > tbody > tr > td .snap-css-button:not(.retain),
#myaccount .my-account-menu .previous-orders table > tbody > tr > td .snap-css-button:not(.retain),
#myaccount .my-account-menu .previous-orders .table > tr > td .snap-css-button:not(.retain),
#myaccount .my-account-menu .previous-orders table > tbody > div > td .snap-css-button:not(.retain),
#myaccount .my-account-menu .previous-orders .table > div > td .snap-css-button:not(.retain),
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr > div .snap-css-button:not(.retain),
#myaccount .my-account-menu .previous-orders .table > tbody > tr > div .snap-css-button:not(.retain),
#myaccount .my-account-menu .previous-orders table > tbody > tr > div .snap-css-button:not(.retain),
#myaccount .my-account-menu .previous-orders .table > tr > div .snap-css-button:not(.retain),
#myaccount .my-account-menu .previous-orders table > tbody > div > div .snap-css-button:not(.retain),
#myaccount .my-account-menu .previous-orders .table > div > div .snap-css-button:not(.retain) {
  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;
  text-transform: unset;
}
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr > th .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .previous-orders .table > tbody > tr > th .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .previous-orders table > tbody > tr > th .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .previous-orders .table > tr > th .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .previous-orders table > tbody > div > th .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .previous-orders .table > div > th .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr > td .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .previous-orders .table > tbody > tr > td .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .previous-orders table > tbody > tr > td .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .previous-orders .table > tr > td .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .previous-orders table > tbody > div > td .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .previous-orders .table > div > td .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr > div .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .previous-orders .table > tbody > tr > div .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .previous-orders table > tbody > tr > div .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .previous-orders .table > tr > div .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .previous-orders table > tbody > div > div .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .previous-orders .table > div > div .snap-css-button:not(.retain):hover {
  opacity: 1;
}
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr > th .center,
#myaccount .my-account-menu .previous-orders .table > tbody > tr > th .center,
#myaccount .my-account-menu .previous-orders table > tbody > tr > th .center,
#myaccount .my-account-menu .previous-orders .table > tr > th .center,
#myaccount .my-account-menu .previous-orders table > tbody > div > th .center,
#myaccount .my-account-menu .previous-orders .table > div > th .center,
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr > td .center,
#myaccount .my-account-menu .previous-orders .table > tbody > tr > td .center,
#myaccount .my-account-menu .previous-orders table > tbody > tr > td .center,
#myaccount .my-account-menu .previous-orders .table > tr > td .center,
#myaccount .my-account-menu .previous-orders table > tbody > div > td .center,
#myaccount .my-account-menu .previous-orders .table > div > td .center,
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr > div .center,
#myaccount .my-account-menu .previous-orders .table > tbody > tr > div .center,
#myaccount .my-account-menu .previous-orders table > tbody > tr > div .center,
#myaccount .my-account-menu .previous-orders .table > tr > div .center,
#myaccount .my-account-menu .previous-orders table > tbody > div > div .center,
#myaccount .my-account-menu .previous-orders .table > div > div .center {
  text-align: center;
}
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr > th .right,
#myaccount .my-account-menu .previous-orders .table > tbody > tr > th .right,
#myaccount .my-account-menu .previous-orders table > tbody > tr > th .right,
#myaccount .my-account-menu .previous-orders .table > tr > th .right,
#myaccount .my-account-menu .previous-orders table > tbody > div > th .right,
#myaccount .my-account-menu .previous-orders .table > div > th .right,
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr > td .right,
#myaccount .my-account-menu .previous-orders .table > tbody > tr > td .right,
#myaccount .my-account-menu .previous-orders table > tbody > tr > td .right,
#myaccount .my-account-menu .previous-orders .table > tr > td .right,
#myaccount .my-account-menu .previous-orders table > tbody > div > td .right,
#myaccount .my-account-menu .previous-orders .table > div > td .right,
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr > div .right,
#myaccount .my-account-menu .previous-orders .table > tbody > tr > div .right,
#myaccount .my-account-menu .previous-orders table > tbody > tr > div .right,
#myaccount .my-account-menu .previous-orders .table > tr > div .right,
#myaccount .my-account-menu .previous-orders table > tbody > div > div .right,
#myaccount .my-account-menu .previous-orders .table > div > div .right {
  text-align: right;
}
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr > th .left,
#myaccount .my-account-menu .previous-orders .table > tbody > tr > th .left,
#myaccount .my-account-menu .previous-orders table > tbody > tr > th .left,
#myaccount .my-account-menu .previous-orders .table > tr > th .left,
#myaccount .my-account-menu .previous-orders table > tbody > div > th .left,
#myaccount .my-account-menu .previous-orders .table > div > th .left,
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr > td .left,
#myaccount .my-account-menu .previous-orders .table > tbody > tr > td .left,
#myaccount .my-account-menu .previous-orders table > tbody > tr > td .left,
#myaccount .my-account-menu .previous-orders .table > tr > td .left,
#myaccount .my-account-menu .previous-orders table > tbody > div > td .left,
#myaccount .my-account-menu .previous-orders .table > div > td .left,
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr > div .left,
#myaccount .my-account-menu .previous-orders .table > tbody > tr > div .left,
#myaccount .my-account-menu .previous-orders table > tbody > tr > div .left,
#myaccount .my-account-menu .previous-orders .table > tr > div .left,
#myaccount .my-account-menu .previous-orders table > tbody > div > div .left,
#myaccount .my-account-menu .previous-orders .table > div > div .left {
  text-align: left;
}
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr > th:nth-child(n+1):last-child,
#myaccount .my-account-menu .previous-orders .table > tbody > tr > th:nth-child(n+1):last-child,
#myaccount .my-account-menu .previous-orders table > tbody > tr > th:nth-child(n+1):last-child,
#myaccount .my-account-menu .previous-orders .table > tr > th:nth-child(n+1):last-child,
#myaccount .my-account-menu .previous-orders table > tbody > div > th:nth-child(n+1):last-child,
#myaccount .my-account-menu .previous-orders .table > div > th:nth-child(n+1):last-child,
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr > td:nth-child(n+1):last-child,
#myaccount .my-account-menu .previous-orders .table > tbody > tr > td:nth-child(n+1):last-child,
#myaccount .my-account-menu .previous-orders table > tbody > tr > td:nth-child(n+1):last-child,
#myaccount .my-account-menu .previous-orders .table > tr > td:nth-child(n+1):last-child,
#myaccount .my-account-menu .previous-orders table > tbody > div > td:nth-child(n+1):last-child,
#myaccount .my-account-menu .previous-orders .table > div > td:nth-child(n+1):last-child,
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr > div:nth-child(n+1):last-child,
#myaccount .my-account-menu .previous-orders .table > tbody > tr > div:nth-child(n+1):last-child,
#myaccount .my-account-menu .previous-orders table > tbody > tr > div:nth-child(n+1):last-child,
#myaccount .my-account-menu .previous-orders .table > tr > div:nth-child(n+1):last-child,
#myaccount .my-account-menu .previous-orders table > tbody > div > div:nth-child(n+1):last-child,
#myaccount .my-account-menu .previous-orders .table > div > div:nth-child(n+1):last-child {
  text-align: right;
}
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr > th:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .previous-orders .table > tbody > tr > th:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .previous-orders table > tbody > tr > th:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .previous-orders .table > tr > th:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .previous-orders table > tbody > div > th:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .previous-orders .table > div > th:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr > td:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .previous-orders .table > tbody > tr > td:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .previous-orders table > tbody > tr > td:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .previous-orders .table > tr > td:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .previous-orders table > tbody > div > td:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .previous-orders .table > div > td:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr > div:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .previous-orders .table > tbody > tr > div:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .previous-orders table > tbody > tr > div:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .previous-orders .table > tr > div:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .previous-orders table > tbody > div > div:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .previous-orders .table > div > div:nth-child(n+1):last-child.center {
  text-align: center;
}
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr > th:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .previous-orders .table > tbody > tr > th:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .previous-orders table > tbody > tr > th:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .previous-orders .table > tr > th:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .previous-orders table > tbody > div > th:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .previous-orders .table > div > th:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr > td:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .previous-orders .table > tbody > tr > td:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .previous-orders table > tbody > tr > td:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .previous-orders .table > tr > td:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .previous-orders table > tbody > div > td:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .previous-orders .table > div > td:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .previous-orders table > tbody > tbody > tr > div:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .previous-orders .table > tbody > tr > div:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .previous-orders table > tbody > tr > div:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .previous-orders .table > tr > div:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .previous-orders table > tbody > div > div:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .previous-orders .table > div > div:nth-child(n+1):last-child.left {
  text-align: left;
}
#myaccount .my-account-menu .previous-orders table > tbody > *:first-child:not(.primary),
#myaccount .my-account-menu .previous-orders .table > *:first-child:not(.primary) {
  background: #464647;
  color: #fff;
}
#myaccount .my-account-menu .previous-orders table > tbody > *:first-child:not(.primary) a,
#myaccount .my-account-menu .previous-orders .table > *:first-child:not(.primary) a {
  color: #fff;
}
#myaccount .my-account-menu .previous-orders table > tbody .heading,
#myaccount .my-account-menu .previous-orders .table .heading {
  background: #F2F2F2;
}
#myaccount .my-account-menu .previous-orders .snap-css-button {
  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;
  text-transform: unset;
}
#myaccount .my-account-menu .previous-orders .snap-css-button:hover {
  opacity: 1;
}
#myaccount .my-account-menu .previous-orders .table div:hover a {
  color: #f26524;
}
#myaccount .my-account-menu .page-block {
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  background: #fff;
  text-align: left;
}
#myaccount .my-account-menu .page-block:before,
#myaccount .my-account-menu .page-block:after {
  content: " ";
  display: table;
}
#myaccount .my-account-menu .page-block:after {
  clear: both;
}
#myaccount .my-account-menu .page-block > *:first-child:not(.table) {
  padding: 5px 5px 5px;
  background: #F2F2F2;
  color: #000;
  margin: 0;
  font-size: 12px;
  font-family: inherit;
  letter-spacing: unset;
  text-align: left;
  box-sizing: border-box;
}
#myaccount .my-account-menu .page-block > *:first-child:not(.table) + div,
#myaccount .my-account-menu .page-block > *:first-child:not(.table) + form {
  padding: 5px;
}
#myaccount .my-account-menu .page-block > *:first-child:not(.table) + div:before,
#myaccount .my-account-menu .page-block > *:first-child:not(.table) + form:before,
#myaccount .my-account-menu .page-block > *:first-child:not(.table) + div:after,
#myaccount .my-account-menu .page-block > *:first-child:not(.table) + form:after {
  content: " ";
  display: table;
}
#myaccount .my-account-menu .page-block > *:first-child:not(.table) + div:after,
#myaccount .my-account-menu .page-block > *:first-child:not(.table) + form:after {
  clear: both;
}
#myaccount .my-account-menu .page-block > *:first-child:not(.table) a {
  color: initial;
}
#myaccount .my-account-menu .page-block > *:first-child:not(.table) a:hover {
  color: #f26524;
}
#myaccount .my-account-menu .page-block table {
  width: 100%;
}
#myaccount .my-account-menu .page-block table tbody,
#myaccount .my-account-menu .page-block .table {
  width: 100%;
  box-sizing: border-box;
  display: table;
}
#myaccount .my-account-menu .page-block table tbody > tbody > tr,
#myaccount .my-account-menu .page-block .table > tbody > tr,
#myaccount .my-account-menu .page-block table tbody > tr,
#myaccount .my-account-menu .page-block .table > tr,
#myaccount .my-account-menu .page-block table tbody > div,
#myaccount .my-account-menu .page-block .table > div {
  display: table-row;
}
#myaccount .my-account-menu .page-block table tbody > tbody > tr:nth-child(even),
#myaccount .my-account-menu .page-block .table > tbody > tr:nth-child(even),
#myaccount .my-account-menu .page-block table tbody > tr:nth-child(even),
#myaccount .my-account-menu .page-block .table > tr:nth-child(even),
#myaccount .my-account-menu .page-block table tbody > div:nth-child(even),
#myaccount .my-account-menu .page-block .table > div:nth-child(even) {
  background: #fafafa;
}
#myaccount .my-account-menu .page-block table tbody > tbody > tr:not(:only-of-type):not(.header):hover,
#myaccount .my-account-menu .page-block .table > tbody > tr:not(:only-of-type):not(.header):hover,
#myaccount .my-account-menu .page-block table tbody > tr:not(:only-of-type):not(.header):hover,
#myaccount .my-account-menu .page-block .table > tr:not(:only-of-type):not(.header):hover,
#myaccount .my-account-menu .page-block table tbody > div:not(:only-of-type):not(.header):hover,
#myaccount .my-account-menu .page-block .table > div:not(:only-of-type):not(.header):hover {
  background: #E8E9EA;
}
#myaccount .my-account-menu .page-block table tbody > tbody > tr.primary:hover,
#myaccount .my-account-menu .page-block .table > tbody > tr.primary:hover,
#myaccount .my-account-menu .page-block table tbody > tr.primary:hover,
#myaccount .my-account-menu .page-block .table > tr.primary:hover,
#myaccount .my-account-menu .page-block table tbody > div.primary:hover,
#myaccount .my-account-menu .page-block .table > div.primary:hover {
  background: #E8E9EA;
}
#myaccount .my-account-menu .page-block table tbody > tbody > tr > th,
#myaccount .my-account-menu .page-block .table > tbody > tr > th,
#myaccount .my-account-menu .page-block table tbody > tr > th,
#myaccount .my-account-menu .page-block .table > tr > th,
#myaccount .my-account-menu .page-block table tbody > div > th,
#myaccount .my-account-menu .page-block .table > div > th,
#myaccount .my-account-menu .page-block table tbody > tbody > tr > td,
#myaccount .my-account-menu .page-block .table > tbody > tr > td,
#myaccount .my-account-menu .page-block table tbody > tr > td,
#myaccount .my-account-menu .page-block .table > tr > td,
#myaccount .my-account-menu .page-block table tbody > div > td,
#myaccount .my-account-menu .page-block .table > div > td,
#myaccount .my-account-menu .page-block table tbody > tbody > tr > div,
#myaccount .my-account-menu .page-block .table > tbody > tr > div,
#myaccount .my-account-menu .page-block table tbody > tr > div,
#myaccount .my-account-menu .page-block .table > tr > div,
#myaccount .my-account-menu .page-block table tbody > div > div,
#myaccount .my-account-menu .page-block .table > div > div {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
#myaccount .my-account-menu .page-block table tbody > tbody > tr > th .snap-css-button:not(.retain),
#myaccount .my-account-menu .page-block .table > tbody > tr > th .snap-css-button:not(.retain),
#myaccount .my-account-menu .page-block table tbody > tr > th .snap-css-button:not(.retain),
#myaccount .my-account-menu .page-block .table > tr > th .snap-css-button:not(.retain),
#myaccount .my-account-menu .page-block table tbody > div > th .snap-css-button:not(.retain),
#myaccount .my-account-menu .page-block .table > div > th .snap-css-button:not(.retain),
#myaccount .my-account-menu .page-block table tbody > tbody > tr > td .snap-css-button:not(.retain),
#myaccount .my-account-menu .page-block .table > tbody > tr > td .snap-css-button:not(.retain),
#myaccount .my-account-menu .page-block table tbody > tr > td .snap-css-button:not(.retain),
#myaccount .my-account-menu .page-block .table > tr > td .snap-css-button:not(.retain),
#myaccount .my-account-menu .page-block table tbody > div > td .snap-css-button:not(.retain),
#myaccount .my-account-menu .page-block .table > div > td .snap-css-button:not(.retain),
#myaccount .my-account-menu .page-block table tbody > tbody > tr > div .snap-css-button:not(.retain),
#myaccount .my-account-menu .page-block .table > tbody > tr > div .snap-css-button:not(.retain),
#myaccount .my-account-menu .page-block table tbody > tr > div .snap-css-button:not(.retain),
#myaccount .my-account-menu .page-block .table > tr > div .snap-css-button:not(.retain),
#myaccount .my-account-menu .page-block table tbody > div > div .snap-css-button:not(.retain),
#myaccount .my-account-menu .page-block .table > div > div .snap-css-button:not(.retain) {
  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;
  text-transform: unset;
}
#myaccount .my-account-menu .page-block table tbody > tbody > tr > th .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .page-block .table > tbody > tr > th .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .page-block table tbody > tr > th .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .page-block .table > tr > th .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .page-block table tbody > div > th .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .page-block .table > div > th .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .page-block table tbody > tbody > tr > td .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .page-block .table > tbody > tr > td .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .page-block table tbody > tr > td .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .page-block .table > tr > td .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .page-block table tbody > div > td .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .page-block .table > div > td .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .page-block table tbody > tbody > tr > div .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .page-block .table > tbody > tr > div .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .page-block table tbody > tr > div .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .page-block .table > tr > div .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .page-block table tbody > div > div .snap-css-button:not(.retain):hover,
#myaccount .my-account-menu .page-block .table > div > div .snap-css-button:not(.retain):hover {
  opacity: 1;
}
#myaccount .my-account-menu .page-block table tbody > tbody > tr > th .center,
#myaccount .my-account-menu .page-block .table > tbody > tr > th .center,
#myaccount .my-account-menu .page-block table tbody > tr > th .center,
#myaccount .my-account-menu .page-block .table > tr > th .center,
#myaccount .my-account-menu .page-block table tbody > div > th .center,
#myaccount .my-account-menu .page-block .table > div > th .center,
#myaccount .my-account-menu .page-block table tbody > tbody > tr > td .center,
#myaccount .my-account-menu .page-block .table > tbody > tr > td .center,
#myaccount .my-account-menu .page-block table tbody > tr > td .center,
#myaccount .my-account-menu .page-block .table > tr > td .center,
#myaccount .my-account-menu .page-block table tbody > div > td .center,
#myaccount .my-account-menu .page-block .table > div > td .center,
#myaccount .my-account-menu .page-block table tbody > tbody > tr > div .center,
#myaccount .my-account-menu .page-block .table > tbody > tr > div .center,
#myaccount .my-account-menu .page-block table tbody > tr > div .center,
#myaccount .my-account-menu .page-block .table > tr > div .center,
#myaccount .my-account-menu .page-block table tbody > div > div .center,
#myaccount .my-account-menu .page-block .table > div > div .center {
  text-align: center;
}
#myaccount .my-account-menu .page-block table tbody > tbody > tr > th .right,
#myaccount .my-account-menu .page-block .table > tbody > tr > th .right,
#myaccount .my-account-menu .page-block table tbody > tr > th .right,
#myaccount .my-account-menu .page-block .table > tr > th .right,
#myaccount .my-account-menu .page-block table tbody > div > th .right,
#myaccount .my-account-menu .page-block .table > div > th .right,
#myaccount .my-account-menu .page-block table tbody > tbody > tr > td .right,
#myaccount .my-account-menu .page-block .table > tbody > tr > td .right,
#myaccount .my-account-menu .page-block table tbody > tr > td .right,
#myaccount .my-account-menu .page-block .table > tr > td .right,
#myaccount .my-account-menu .page-block table tbody > div > td .right,
#myaccount .my-account-menu .page-block .table > div > td .right,
#myaccount .my-account-menu .page-block table tbody > tbody > tr > div .right,
#myaccount .my-account-menu .page-block .table > tbody > tr > div .right,
#myaccount .my-account-menu .page-block table tbody > tr > div .right,
#myaccount .my-account-menu .page-block .table > tr > div .right,
#myaccount .my-account-menu .page-block table tbody > div > div .right,
#myaccount .my-account-menu .page-block .table > div > div .right {
  text-align: right;
}
#myaccount .my-account-menu .page-block table tbody > tbody > tr > th .left,
#myaccount .my-account-menu .page-block .table > tbody > tr > th .left,
#myaccount .my-account-menu .page-block table tbody > tr > th .left,
#myaccount .my-account-menu .page-block .table > tr > th .left,
#myaccount .my-account-menu .page-block table tbody > div > th .left,
#myaccount .my-account-menu .page-block .table > div > th .left,
#myaccount .my-account-menu .page-block table tbody > tbody > tr > td .left,
#myaccount .my-account-menu .page-block .table > tbody > tr > td .left,
#myaccount .my-account-menu .page-block table tbody > tr > td .left,
#myaccount .my-account-menu .page-block .table > tr > td .left,
#myaccount .my-account-menu .page-block table tbody > div > td .left,
#myaccount .my-account-menu .page-block .table > div > td .left,
#myaccount .my-account-menu .page-block table tbody > tbody > tr > div .left,
#myaccount .my-account-menu .page-block .table > tbody > tr > div .left,
#myaccount .my-account-menu .page-block table tbody > tr > div .left,
#myaccount .my-account-menu .page-block .table > tr > div .left,
#myaccount .my-account-menu .page-block table tbody > div > div .left,
#myaccount .my-account-menu .page-block .table > div > div .left {
  text-align: left;
}
#myaccount .my-account-menu .page-block table tbody > tbody > tr > th:nth-child(n+1):last-child,
#myaccount .my-account-menu .page-block .table > tbody > tr > th:nth-child(n+1):last-child,
#myaccount .my-account-menu .page-block table tbody > tr > th:nth-child(n+1):last-child,
#myaccount .my-account-menu .page-block .table > tr > th:nth-child(n+1):last-child,
#myaccount .my-account-menu .page-block table tbody > div > th:nth-child(n+1):last-child,
#myaccount .my-account-menu .page-block .table > div > th:nth-child(n+1):last-child,
#myaccount .my-account-menu .page-block table tbody > tbody > tr > td:nth-child(n+1):last-child,
#myaccount .my-account-menu .page-block .table > tbody > tr > td:nth-child(n+1):last-child,
#myaccount .my-account-menu .page-block table tbody > tr > td:nth-child(n+1):last-child,
#myaccount .my-account-menu .page-block .table > tr > td:nth-child(n+1):last-child,
#myaccount .my-account-menu .page-block table tbody > div > td:nth-child(n+1):last-child,
#myaccount .my-account-menu .page-block .table > div > td:nth-child(n+1):last-child,
#myaccount .my-account-menu .page-block table tbody > tbody > tr > div:nth-child(n+1):last-child,
#myaccount .my-account-menu .page-block .table > tbody > tr > div:nth-child(n+1):last-child,
#myaccount .my-account-menu .page-block table tbody > tr > div:nth-child(n+1):last-child,
#myaccount .my-account-menu .page-block .table > tr > div:nth-child(n+1):last-child,
#myaccount .my-account-menu .page-block table tbody > div > div:nth-child(n+1):last-child,
#myaccount .my-account-menu .page-block .table > div > div:nth-child(n+1):last-child {
  text-align: right;
}
#myaccount .my-account-menu .page-block table tbody > tbody > tr > th:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .page-block .table > tbody > tr > th:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .page-block table tbody > tr > th:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .page-block .table > tr > th:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .page-block table tbody > div > th:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .page-block .table > div > th:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .page-block table tbody > tbody > tr > td:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .page-block .table > tbody > tr > td:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .page-block table tbody > tr > td:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .page-block .table > tr > td:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .page-block table tbody > div > td:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .page-block .table > div > td:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .page-block table tbody > tbody > tr > div:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .page-block .table > tbody > tr > div:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .page-block table tbody > tr > div:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .page-block .table > tr > div:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .page-block table tbody > div > div:nth-child(n+1):last-child.center,
#myaccount .my-account-menu .page-block .table > div > div:nth-child(n+1):last-child.center {
  text-align: center;
}
#myaccount .my-account-menu .page-block table tbody > tbody > tr > th:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .page-block .table > tbody > tr > th:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .page-block table tbody > tr > th:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .page-block .table > tr > th:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .page-block table tbody > div > th:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .page-block .table > div > th:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .page-block table tbody > tbody > tr > td:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .page-block .table > tbody > tr > td:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .page-block table tbody > tr > td:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .page-block .table > tr > td:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .page-block table tbody > div > td:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .page-block .table > div > td:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .page-block table tbody > tbody > tr > div:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .page-block .table > tbody > tr > div:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .page-block table tbody > tr > div:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .page-block .table > tr > div:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .page-block table tbody > div > div:nth-child(n+1):last-child.left,
#myaccount .my-account-menu .page-block .table > div > div:nth-child(n+1):last-child.left {
  text-align: left;
}
#myaccount .my-account-menu .page-block table tbody > *:first-child:not(.primary),
#myaccount .my-account-menu .page-block .table > *:first-child:not(.primary) {
  background: #464647;
  color: #fff;
}
#myaccount .my-account-menu .page-block table tbody > *:first-child:not(.primary) a,
#myaccount .my-account-menu .page-block .table > *:first-child:not(.primary) a {
  color: #fff;
}
#myaccount .my-account-menu .page-block table tbody .heading,
#myaccount .my-account-menu .page-block .table .heading {
  background: #464647;
}
#myaccount .my-account-menu .flexcontent {
  padding: 10px;
}
#myaccount .my-account-menu .flexcontent > div:first-child {
  display: inline-block;
}
#myaccount .my-account-menu .flexcontent > div:last-child {
  display: inline-block;
  vertical-align: top;
}
#myaccount .my-account-menu .flexcontent > div:last-child > div {
  padding-bottom: 5px;
}
#myaccount .my-account-menu .flexcontent > div:last-child a:not(:hover) {
  text-decoration: none;
}
#myaccount .my-account-menu .section-icon {
  width: 60px;
  height: 60px;
  border-radius: 90%;
  position: relative;
  margin: 0 10px 0 0;
}
#myaccount .my-account-menu .section-icon i:before {
  vertical-align: middle;
  font: normal normal normal 40px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  height: 60px;
  width: 60px;
  top: 10px;
  left: 0;
  text-align: center;
  color: #fff;
  font-weight: 900;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #myaccount .my-account-menu .section-icon i:before {
    /* IE10+ specific */
    line-height: 1.1;
  }
}
#myaccount .my-account-menu .section-icon.support {
  background-image: -webkit-linear-gradient(141deg, #83c755 50%, #9fd986 50%);
  background-image: linear-gradient(141deg, #83c755 50%, #9fd986 50%);
}
#myaccount .my-account-menu .section-icon.support i {
  top: 5px;
}
#myaccount .my-account-menu .section-icon.profile {
  background-image: -webkit-linear-gradient(141deg, #f8a367 50%, #f2682a 50%);
  background-image: linear-gradient(141deg, #f8a367 50%, #f2682a 50%);
}
#myaccount .my-account-menu .section-icon.profile i:before {
  margin-top: -3px;
}
#myaccount .my-account-menu .section-icon.orders {
  background-image: -webkit-linear-gradient(141deg, #bcd9e3 50%, #8bb8ca 50%);
  background-image: linear-gradient(141deg, #bcd9e3 50%, #8bb8ca 50%);
}
#myaccount .my-account-menu .section-icon.orders i:before {
  margin-top: 5px;
}
#myaccount .my-account-menu .section-icon.backorders {
  background-image: -webkit-linear-gradient(141deg, #afb9c2 50%, #788693 50%);
  background-image: linear-gradient(141deg, #afb9c2 50%, #788693 50%);
}
#myaccount .my-account-menu .section-icon.pickup {
  background-image: -webkit-linear-gradient(141deg, #9cb5c4 50%, #608096 50%);
  background-image: linear-gradient(141deg, #9cb5c4 50%, #608096 50%);
}
#myaccount .my-account-menu .section-icon.notifications {
  background-image: -webkit-linear-gradient(141deg, #627886 50%, #263846 50%);
  background-image: linear-gradient(141deg, #627886 50%, #263846 50%);
}
#myaccount .my-account-menu .section-icon.notifications i:before {
  font-size: 35px;
}
#myaccount .my-account-menu .section-icon.loyalty {
  background-image: -webkit-linear-gradient(141deg, #9cb5c4 50%, #608096 50%);
  background-image: linear-gradient(141deg, #9cb5c4 50%, #608096 50%);
}
#myaccount .payment-method {
  padding-top: 10px;
}
#myaccount .store-pickup-note {
  padding: 10px 10px 0;
}
#myaccount .terms {
  margin-bottom: 10px;
  background: #eff2f5;
  padding: 10px;
}
#myaccount .terms .will-be-disabled,
#myaccount .terms .are-disabled {
  font-weight: bold;
  color: #a2081d;
  margin-bottom: 10px;
  padding-top: 10px;
}
#myaccount .terms .breakdown {
  line-height: 1.75;
}
#myaccount .terms .breakdown td {
  text-align: right;
}
#myaccount .terms .breakdown td:first-child {
  width: 125px;
}
#myaccount .terms .breakdown td:last-child {
  width: 90px;
}
#myaccount .terms .breakdown td {
  display: inline-block;
}
#myaccount .terms .breakdown td.alert {
  color: #a2081d;
}
#myaccount.gift-card .note.error,
#myaccount.gift-card .note.success {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #000;
  padding: 10px;
  background: #F2F2F2;
  margin-bottom: 20px;
}
#myaccount.gift-card .note.error:last-child,
#myaccount.gift-card .note.success:last-child {
  margin-bottom: 0;
}
#myaccount.gift-card .note.error:before,
#myaccount.gift-card .note.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;
}
#myaccount.gift-card .note.error > span,
#myaccount.gift-card .note.success > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
#myaccount.gift-card .note.error.error,
#myaccount.gift-card .note.success.error {
  color: #a2081d;
  font-weight: bold;
}
#myaccount.gift-card .note.error.success,
#myaccount.gift-card .note.success.success {
  color: #1a951a;
  font-weight: bold;
}
#myaccount.gift-card .note.error.mainRed,
#myaccount.gift-card .note.success.mainRed {
  color: #a2081d;
}
#myaccount.gift-card .g-recaptcha {
  margin-top: 1em;
}
#myaccount.gift-card .bottom-navigation {
  padding-left: 0;
}
#myaccount.password span.field-validation-error {
  color: #a2081d;
  white-space: nowrap;
}
#myaccount.password div.label-edit-pairs input {
  width: 20em;
}
#myaccount.history .item-listing,
#myaccount.history .billing-information,
#myaccount.history .order-history {
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  background: #fff;
  text-align: left;
}
#myaccount.history .item-listing:before,
#myaccount.history .billing-information:before,
#myaccount.history .order-history:before,
#myaccount.history .item-listing:after,
#myaccount.history .billing-information:after,
#myaccount.history .order-history:after {
  content: " ";
  display: table;
}
#myaccount.history .item-listing:after,
#myaccount.history .billing-information:after,
#myaccount.history .order-history:after {
  clear: both;
}
#myaccount.history .item-listing > *:first-child:not(.table),
#myaccount.history .billing-information > *:first-child:not(.table),
#myaccount.history .order-history > *:first-child:not(.table) {
  padding: 5px 5px 5px;
  background: #F2F2F2;
  color: #000;
  margin: 0;
  font-size: 12px;
  font-family: inherit;
  letter-spacing: unset;
  text-align: left;
  box-sizing: border-box;
}
#myaccount.history .item-listing > *:first-child:not(.table) + div,
#myaccount.history .billing-information > *:first-child:not(.table) + div,
#myaccount.history .order-history > *:first-child:not(.table) + div,
#myaccount.history .item-listing > *:first-child:not(.table) + form,
#myaccount.history .billing-information > *:first-child:not(.table) + form,
#myaccount.history .order-history > *:first-child:not(.table) + form {
  padding: 5px;
}
#myaccount.history .item-listing > *:first-child:not(.table) + div:before,
#myaccount.history .billing-information > *:first-child:not(.table) + div:before,
#myaccount.history .order-history > *:first-child:not(.table) + div:before,
#myaccount.history .item-listing > *:first-child:not(.table) + form:before,
#myaccount.history .billing-information > *:first-child:not(.table) + form:before,
#myaccount.history .order-history > *:first-child:not(.table) + form:before,
#myaccount.history .item-listing > *:first-child:not(.table) + div:after,
#myaccount.history .billing-information > *:first-child:not(.table) + div:after,
#myaccount.history .order-history > *:first-child:not(.table) + div:after,
#myaccount.history .item-listing > *:first-child:not(.table) + form:after,
#myaccount.history .billing-information > *:first-child:not(.table) + form:after,
#myaccount.history .order-history > *:first-child:not(.table) + form:after {
  content: " ";
  display: table;
}
#myaccount.history .item-listing > *:first-child:not(.table) + div:after,
#myaccount.history .billing-information > *:first-child:not(.table) + div:after,
#myaccount.history .order-history > *:first-child:not(.table) + div:after,
#myaccount.history .item-listing > *:first-child:not(.table) + form:after,
#myaccount.history .billing-information > *:first-child:not(.table) + form:after,
#myaccount.history .order-history > *:first-child:not(.table) + form:after {
  clear: both;
}
#myaccount.history .item-listing > *:first-child:not(.table) a,
#myaccount.history .billing-information > *:first-child:not(.table) a,
#myaccount.history .order-history > *:first-child:not(.table) a {
  color: initial;
}
#myaccount.history .item-listing > *:first-child:not(.table) a:hover,
#myaccount.history .billing-information > *:first-child:not(.table) a:hover,
#myaccount.history .order-history > *:first-child:not(.table) a:hover {
  color: #f26524;
}
#myaccount.history .item-listing table,
#myaccount.history .billing-information table,
#myaccount.history .order-history table {
  width: 100%;
}
#myaccount.history .item-listing table tbody,
#myaccount.history .billing-information table tbody,
#myaccount.history .order-history table tbody,
#myaccount.history .item-listing .table,
#myaccount.history .billing-information .table,
#myaccount.history .order-history .table {
  width: 100%;
  box-sizing: border-box;
  display: table;
}
#myaccount.history .item-listing table tbody > tbody > tr,
#myaccount.history .billing-information table tbody > tbody > tr,
#myaccount.history .order-history table tbody > tbody > tr,
#myaccount.history .item-listing .table > tbody > tr,
#myaccount.history .billing-information .table > tbody > tr,
#myaccount.history .order-history .table > tbody > tr,
#myaccount.history .item-listing table tbody > tr,
#myaccount.history .billing-information table tbody > tr,
#myaccount.history .order-history table tbody > tr,
#myaccount.history .item-listing .table > tr,
#myaccount.history .billing-information .table > tr,
#myaccount.history .order-history .table > tr,
#myaccount.history .item-listing table tbody > div,
#myaccount.history .billing-information table tbody > div,
#myaccount.history .order-history table tbody > div,
#myaccount.history .item-listing .table > div,
#myaccount.history .billing-information .table > div,
#myaccount.history .order-history .table > div {
  display: table-row;
}
#myaccount.history .item-listing table tbody > tbody > tr:nth-child(even),
#myaccount.history .billing-information table tbody > tbody > tr:nth-child(even),
#myaccount.history .order-history table tbody > tbody > tr:nth-child(even),
#myaccount.history .item-listing .table > tbody > tr:nth-child(even),
#myaccount.history .billing-information .table > tbody > tr:nth-child(even),
#myaccount.history .order-history .table > tbody > tr:nth-child(even),
#myaccount.history .item-listing table tbody > tr:nth-child(even),
#myaccount.history .billing-information table tbody > tr:nth-child(even),
#myaccount.history .order-history table tbody > tr:nth-child(even),
#myaccount.history .item-listing .table > tr:nth-child(even),
#myaccount.history .billing-information .table > tr:nth-child(even),
#myaccount.history .order-history .table > tr:nth-child(even),
#myaccount.history .item-listing table tbody > div:nth-child(even),
#myaccount.history .billing-information table tbody > div:nth-child(even),
#myaccount.history .order-history table tbody > div:nth-child(even),
#myaccount.history .item-listing .table > div:nth-child(even),
#myaccount.history .billing-information .table > div:nth-child(even),
#myaccount.history .order-history .table > div:nth-child(even) {
  background: #fafafa;
}
#myaccount.history .item-listing table tbody > tbody > tr:not(:only-of-type):not(.header):hover,
#myaccount.history .billing-information table tbody > tbody > tr:not(:only-of-type):not(.header):hover,
#myaccount.history .order-history table tbody > tbody > tr:not(:only-of-type):not(.header):hover,
#myaccount.history .item-listing .table > tbody > tr:not(:only-of-type):not(.header):hover,
#myaccount.history .billing-information .table > tbody > tr:not(:only-of-type):not(.header):hover,
#myaccount.history .order-history .table > tbody > tr:not(:only-of-type):not(.header):hover,
#myaccount.history .item-listing table tbody > tr:not(:only-of-type):not(.header):hover,
#myaccount.history .billing-information table tbody > tr:not(:only-of-type):not(.header):hover,
#myaccount.history .order-history table tbody > tr:not(:only-of-type):not(.header):hover,
#myaccount.history .item-listing .table > tr:not(:only-of-type):not(.header):hover,
#myaccount.history .billing-information .table > tr:not(:only-of-type):not(.header):hover,
#myaccount.history .order-history .table > tr:not(:only-of-type):not(.header):hover,
#myaccount.history .item-listing table tbody > div:not(:only-of-type):not(.header):hover,
#myaccount.history .billing-information table tbody > div:not(:only-of-type):not(.header):hover,
#myaccount.history .order-history table tbody > div:not(:only-of-type):not(.header):hover,
#myaccount.history .item-listing .table > div:not(:only-of-type):not(.header):hover,
#myaccount.history .billing-information .table > div:not(:only-of-type):not(.header):hover,
#myaccount.history .order-history .table > div:not(:only-of-type):not(.header):hover {
  background: #E8E9EA;
}
#myaccount.history .item-listing table tbody > tbody > tr.primary:hover,
#myaccount.history .billing-information table tbody > tbody > tr.primary:hover,
#myaccount.history .order-history table tbody > tbody > tr.primary:hover,
#myaccount.history .item-listing .table > tbody > tr.primary:hover,
#myaccount.history .billing-information .table > tbody > tr.primary:hover,
#myaccount.history .order-history .table > tbody > tr.primary:hover,
#myaccount.history .item-listing table tbody > tr.primary:hover,
#myaccount.history .billing-information table tbody > tr.primary:hover,
#myaccount.history .order-history table tbody > tr.primary:hover,
#myaccount.history .item-listing .table > tr.primary:hover,
#myaccount.history .billing-information .table > tr.primary:hover,
#myaccount.history .order-history .table > tr.primary:hover,
#myaccount.history .item-listing table tbody > div.primary:hover,
#myaccount.history .billing-information table tbody > div.primary:hover,
#myaccount.history .order-history table tbody > div.primary:hover,
#myaccount.history .item-listing .table > div.primary:hover,
#myaccount.history .billing-information .table > div.primary:hover,
#myaccount.history .order-history .table > div.primary:hover {
  background: #E8E9EA;
}
#myaccount.history .item-listing table tbody > tbody > tr > th,
#myaccount.history .billing-information table tbody > tbody > tr > th,
#myaccount.history .order-history table tbody > tbody > tr > th,
#myaccount.history .item-listing .table > tbody > tr > th,
#myaccount.history .billing-information .table > tbody > tr > th,
#myaccount.history .order-history .table > tbody > tr > th,
#myaccount.history .item-listing table tbody > tr > th,
#myaccount.history .billing-information table tbody > tr > th,
#myaccount.history .order-history table tbody > tr > th,
#myaccount.history .item-listing .table > tr > th,
#myaccount.history .billing-information .table > tr > th,
#myaccount.history .order-history .table > tr > th,
#myaccount.history .item-listing table tbody > div > th,
#myaccount.history .billing-information table tbody > div > th,
#myaccount.history .order-history table tbody > div > th,
#myaccount.history .item-listing .table > div > th,
#myaccount.history .billing-information .table > div > th,
#myaccount.history .order-history .table > div > th,
#myaccount.history .item-listing table tbody > tbody > tr > td,
#myaccount.history .billing-information table tbody > tbody > tr > td,
#myaccount.history .order-history table tbody > tbody > tr > td,
#myaccount.history .item-listing .table > tbody > tr > td,
#myaccount.history .billing-information .table > tbody > tr > td,
#myaccount.history .order-history .table > tbody > tr > td,
#myaccount.history .item-listing table tbody > tr > td,
#myaccount.history .billing-information table tbody > tr > td,
#myaccount.history .order-history table tbody > tr > td,
#myaccount.history .item-listing .table > tr > td,
#myaccount.history .billing-information .table > tr > td,
#myaccount.history .order-history .table > tr > td,
#myaccount.history .item-listing table tbody > div > td,
#myaccount.history .billing-information table tbody > div > td,
#myaccount.history .order-history table tbody > div > td,
#myaccount.history .item-listing .table > div > td,
#myaccount.history .billing-information .table > div > td,
#myaccount.history .order-history .table > div > td,
#myaccount.history .item-listing table tbody > tbody > tr > div,
#myaccount.history .billing-information table tbody > tbody > tr > div,
#myaccount.history .order-history table tbody > tbody > tr > div,
#myaccount.history .item-listing .table > tbody > tr > div,
#myaccount.history .billing-information .table > tbody > tr > div,
#myaccount.history .order-history .table > tbody > tr > div,
#myaccount.history .item-listing table tbody > tr > div,
#myaccount.history .billing-information table tbody > tr > div,
#myaccount.history .order-history table tbody > tr > div,
#myaccount.history .item-listing .table > tr > div,
#myaccount.history .billing-information .table > tr > div,
#myaccount.history .order-history .table > tr > div,
#myaccount.history .item-listing table tbody > div > div,
#myaccount.history .billing-information table tbody > div > div,
#myaccount.history .order-history table tbody > div > div,
#myaccount.history .item-listing .table > div > div,
#myaccount.history .billing-information .table > div > div,
#myaccount.history .order-history .table > div > div {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
#myaccount.history .item-listing table tbody > tbody > tr > th .snap-css-button:not(.retain),
#myaccount.history .billing-information table tbody > tbody > tr > th .snap-css-button:not(.retain),
#myaccount.history .order-history table tbody > tbody > tr > th .snap-css-button:not(.retain),
#myaccount.history .item-listing .table > tbody > tr > th .snap-css-button:not(.retain),
#myaccount.history .billing-information .table > tbody > tr > th .snap-css-button:not(.retain),
#myaccount.history .order-history .table > tbody > tr > th .snap-css-button:not(.retain),
#myaccount.history .item-listing table tbody > tr > th .snap-css-button:not(.retain),
#myaccount.history .billing-information table tbody > tr > th .snap-css-button:not(.retain),
#myaccount.history .order-history table tbody > tr > th .snap-css-button:not(.retain),
#myaccount.history .item-listing .table > tr > th .snap-css-button:not(.retain),
#myaccount.history .billing-information .table > tr > th .snap-css-button:not(.retain),
#myaccount.history .order-history .table > tr > th .snap-css-button:not(.retain),
#myaccount.history .item-listing table tbody > div > th .snap-css-button:not(.retain),
#myaccount.history .billing-information table tbody > div > th .snap-css-button:not(.retain),
#myaccount.history .order-history table tbody > div > th .snap-css-button:not(.retain),
#myaccount.history .item-listing .table > div > th .snap-css-button:not(.retain),
#myaccount.history .billing-information .table > div > th .snap-css-button:not(.retain),
#myaccount.history .order-history .table > div > th .snap-css-button:not(.retain),
#myaccount.history .item-listing table tbody > tbody > tr > td .snap-css-button:not(.retain),
#myaccount.history .billing-information table tbody > tbody > tr > td .snap-css-button:not(.retain),
#myaccount.history .order-history table tbody > tbody > tr > td .snap-css-button:not(.retain),
#myaccount.history .item-listing .table > tbody > tr > td .snap-css-button:not(.retain),
#myaccount.history .billing-information .table > tbody > tr > td .snap-css-button:not(.retain),
#myaccount.history .order-history .table > tbody > tr > td .snap-css-button:not(.retain),
#myaccount.history .item-listing table tbody > tr > td .snap-css-button:not(.retain),
#myaccount.history .billing-information table tbody > tr > td .snap-css-button:not(.retain),
#myaccount.history .order-history table tbody > tr > td .snap-css-button:not(.retain),
#myaccount.history .item-listing .table > tr > td .snap-css-button:not(.retain),
#myaccount.history .billing-information .table > tr > td .snap-css-button:not(.retain),
#myaccount.history .order-history .table > tr > td .snap-css-button:not(.retain),
#myaccount.history .item-listing table tbody > div > td .snap-css-button:not(.retain),
#myaccount.history .billing-information table tbody > div > td .snap-css-button:not(.retain),
#myaccount.history .order-history table tbody > div > td .snap-css-button:not(.retain),
#myaccount.history .item-listing .table > div > td .snap-css-button:not(.retain),
#myaccount.history .billing-information .table > div > td .snap-css-button:not(.retain),
#myaccount.history .order-history .table > div > td .snap-css-button:not(.retain),
#myaccount.history .item-listing table tbody > tbody > tr > div .snap-css-button:not(.retain),
#myaccount.history .billing-information table tbody > tbody > tr > div .snap-css-button:not(.retain),
#myaccount.history .order-history table tbody > tbody > tr > div .snap-css-button:not(.retain),
#myaccount.history .item-listing .table > tbody > tr > div .snap-css-button:not(.retain),
#myaccount.history .billing-information .table > tbody > tr > div .snap-css-button:not(.retain),
#myaccount.history .order-history .table > tbody > tr > div .snap-css-button:not(.retain),
#myaccount.history .item-listing table tbody > tr > div .snap-css-button:not(.retain),
#myaccount.history .billing-information table tbody > tr > div .snap-css-button:not(.retain),
#myaccount.history .order-history table tbody > tr > div .snap-css-button:not(.retain),
#myaccount.history .item-listing .table > tr > div .snap-css-button:not(.retain),
#myaccount.history .billing-information .table > tr > div .snap-css-button:not(.retain),
#myaccount.history .order-history .table > tr > div .snap-css-button:not(.retain),
#myaccount.history .item-listing table tbody > div > div .snap-css-button:not(.retain),
#myaccount.history .billing-information table tbody > div > div .snap-css-button:not(.retain),
#myaccount.history .order-history table tbody > div > div .snap-css-button:not(.retain),
#myaccount.history .item-listing .table > div > div .snap-css-button:not(.retain),
#myaccount.history .billing-information .table > div > div .snap-css-button:not(.retain),
#myaccount.history .order-history .table > div > div .snap-css-button:not(.retain) {
  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;
  text-transform: unset;
}
#myaccount.history .item-listing table tbody > tbody > tr > th .snap-css-button:not(.retain):hover,
#myaccount.history .billing-information table tbody > tbody > tr > th .snap-css-button:not(.retain):hover,
#myaccount.history .order-history table tbody > tbody > tr > th .snap-css-button:not(.retain):hover,
#myaccount.history .item-listing .table > tbody > tr > th .snap-css-button:not(.retain):hover,
#myaccount.history .billing-information .table > tbody > tr > th .snap-css-button:not(.retain):hover,
#myaccount.history .order-history .table > tbody > tr > th .snap-css-button:not(.retain):hover,
#myaccount.history .item-listing table tbody > tr > th .snap-css-button:not(.retain):hover,
#myaccount.history .billing-information table tbody > tr > th .snap-css-button:not(.retain):hover,
#myaccount.history .order-history table tbody > tr > th .snap-css-button:not(.retain):hover,
#myaccount.history .item-listing .table > tr > th .snap-css-button:not(.retain):hover,
#myaccount.history .billing-information .table > tr > th .snap-css-button:not(.retain):hover,
#myaccount.history .order-history .table > tr > th .snap-css-button:not(.retain):hover,
#myaccount.history .item-listing table tbody > div > th .snap-css-button:not(.retain):hover,
#myaccount.history .billing-information table tbody > div > th .snap-css-button:not(.retain):hover,
#myaccount.history .order-history table tbody > div > th .snap-css-button:not(.retain):hover,
#myaccount.history .item-listing .table > div > th .snap-css-button:not(.retain):hover,
#myaccount.history .billing-information .table > div > th .snap-css-button:not(.retain):hover,
#myaccount.history .order-history .table > div > th .snap-css-button:not(.retain):hover,
#myaccount.history .item-listing table tbody > tbody > tr > td .snap-css-button:not(.retain):hover,
#myaccount.history .billing-information table tbody > tbody > tr > td .snap-css-button:not(.retain):hover,
#myaccount.history .order-history table tbody > tbody > tr > td .snap-css-button:not(.retain):hover,
#myaccount.history .item-listing .table > tbody > tr > td .snap-css-button:not(.retain):hover,
#myaccount.history .billing-information .table > tbody > tr > td .snap-css-button:not(.retain):hover,
#myaccount.history .order-history .table > tbody > tr > td .snap-css-button:not(.retain):hover,
#myaccount.history .item-listing table tbody > tr > td .snap-css-button:not(.retain):hover,
#myaccount.history .billing-information table tbody > tr > td .snap-css-button:not(.retain):hover,
#myaccount.history .order-history table tbody > tr > td .snap-css-button:not(.retain):hover,
#myaccount.history .item-listing .table > tr > td .snap-css-button:not(.retain):hover,
#myaccount.history .billing-information .table > tr > td .snap-css-button:not(.retain):hover,
#myaccount.history .order-history .table > tr > td .snap-css-button:not(.retain):hover,
#myaccount.history .item-listing table tbody > div > td .snap-css-button:not(.retain):hover,
#myaccount.history .billing-information table tbody > div > td .snap-css-button:not(.retain):hover,
#myaccount.history .order-history table tbody > div > td .snap-css-button:not(.retain):hover,
#myaccount.history .item-listing .table > div > td .snap-css-button:not(.retain):hover,
#myaccount.history .billing-information .table > div > td .snap-css-button:not(.retain):hover,
#myaccount.history .order-history .table > div > td .snap-css-button:not(.retain):hover,
#myaccount.history .item-listing table tbody > tbody > tr > div .snap-css-button:not(.retain):hover,
#myaccount.history .billing-information table tbody > tbody > tr > div .snap-css-button:not(.retain):hover,
#myaccount.history .order-history table tbody > tbody > tr > div .snap-css-button:not(.retain):hover,
#myaccount.history .item-listing .table > tbody > tr > div .snap-css-button:not(.retain):hover,
#myaccount.history .billing-information .table > tbody > tr > div .snap-css-button:not(.retain):hover,
#myaccount.history .order-history .table > tbody > tr > div .snap-css-button:not(.retain):hover,
#myaccount.history .item-listing table tbody > tr > div .snap-css-button:not(.retain):hover,
#myaccount.history .billing-information table tbody > tr > div .snap-css-button:not(.retain):hover,
#myaccount.history .order-history table tbody > tr > div .snap-css-button:not(.retain):hover,
#myaccount.history .item-listing .table > tr > div .snap-css-button:not(.retain):hover,
#myaccount.history .billing-information .table > tr > div .snap-css-button:not(.retain):hover,
#myaccount.history .order-history .table > tr > div .snap-css-button:not(.retain):hover,
#myaccount.history .item-listing table tbody > div > div .snap-css-button:not(.retain):hover,
#myaccount.history .billing-information table tbody > div > div .snap-css-button:not(.retain):hover,
#myaccount.history .order-history table tbody > div > div .snap-css-button:not(.retain):hover,
#myaccount.history .item-listing .table > div > div .snap-css-button:not(.retain):hover,
#myaccount.history .billing-information .table > div > div .snap-css-button:not(.retain):hover,
#myaccount.history .order-history .table > div > div .snap-css-button:not(.retain):hover {
  opacity: 1;
}
#myaccount.history .item-listing table tbody > tbody > tr > th .center,
#myaccount.history .billing-information table tbody > tbody > tr > th .center,
#myaccount.history .order-history table tbody > tbody > tr > th .center,
#myaccount.history .item-listing .table > tbody > tr > th .center,
#myaccount.history .billing-information .table > tbody > tr > th .center,
#myaccount.history .order-history .table > tbody > tr > th .center,
#myaccount.history .item-listing table tbody > tr > th .center,
#myaccount.history .billing-information table tbody > tr > th .center,
#myaccount.history .order-history table tbody > tr > th .center,
#myaccount.history .item-listing .table > tr > th .center,
#myaccount.history .billing-information .table > tr > th .center,
#myaccount.history .order-history .table > tr > th .center,
#myaccount.history .item-listing table tbody > div > th .center,
#myaccount.history .billing-information table tbody > div > th .center,
#myaccount.history .order-history table tbody > div > th .center,
#myaccount.history .item-listing .table > div > th .center,
#myaccount.history .billing-information .table > div > th .center,
#myaccount.history .order-history .table > div > th .center,
#myaccount.history .item-listing table tbody > tbody > tr > td .center,
#myaccount.history .billing-information table tbody > tbody > tr > td .center,
#myaccount.history .order-history table tbody > tbody > tr > td .center,
#myaccount.history .item-listing .table > tbody > tr > td .center,
#myaccount.history .billing-information .table > tbody > tr > td .center,
#myaccount.history .order-history .table > tbody > tr > td .center,
#myaccount.history .item-listing table tbody > tr > td .center,
#myaccount.history .billing-information table tbody > tr > td .center,
#myaccount.history .order-history table tbody > tr > td .center,
#myaccount.history .item-listing .table > tr > td .center,
#myaccount.history .billing-information .table > tr > td .center,
#myaccount.history .order-history .table > tr > td .center,
#myaccount.history .item-listing table tbody > div > td .center,
#myaccount.history .billing-information table tbody > div > td .center,
#myaccount.history .order-history table tbody > div > td .center,
#myaccount.history .item-listing .table > div > td .center,
#myaccount.history .billing-information .table > div > td .center,
#myaccount.history .order-history .table > div > td .center,
#myaccount.history .item-listing table tbody > tbody > tr > div .center,
#myaccount.history .billing-information table tbody > tbody > tr > div .center,
#myaccount.history .order-history table tbody > tbody > tr > div .center,
#myaccount.history .item-listing .table > tbody > tr > div .center,
#myaccount.history .billing-information .table > tbody > tr > div .center,
#myaccount.history .order-history .table > tbody > tr > div .center,
#myaccount.history .item-listing table tbody > tr > div .center,
#myaccount.history .billing-information table tbody > tr > div .center,
#myaccount.history .order-history table tbody > tr > div .center,
#myaccount.history .item-listing .table > tr > div .center,
#myaccount.history .billing-information .table > tr > div .center,
#myaccount.history .order-history .table > tr > div .center,
#myaccount.history .item-listing table tbody > div > div .center,
#myaccount.history .billing-information table tbody > div > div .center,
#myaccount.history .order-history table tbody > div > div .center,
#myaccount.history .item-listing .table > div > div .center,
#myaccount.history .billing-information .table > div > div .center,
#myaccount.history .order-history .table > div > div .center {
  text-align: center;
}
#myaccount.history .item-listing table tbody > tbody > tr > th .right,
#myaccount.history .billing-information table tbody > tbody > tr > th .right,
#myaccount.history .order-history table tbody > tbody > tr > th .right,
#myaccount.history .item-listing .table > tbody > tr > th .right,
#myaccount.history .billing-information .table > tbody > tr > th .right,
#myaccount.history .order-history .table > tbody > tr > th .right,
#myaccount.history .item-listing table tbody > tr > th .right,
#myaccount.history .billing-information table tbody > tr > th .right,
#myaccount.history .order-history table tbody > tr > th .right,
#myaccount.history .item-listing .table > tr > th .right,
#myaccount.history .billing-information .table > tr > th .right,
#myaccount.history .order-history .table > tr > th .right,
#myaccount.history .item-listing table tbody > div > th .right,
#myaccount.history .billing-information table tbody > div > th .right,
#myaccount.history .order-history table tbody > div > th .right,
#myaccount.history .item-listing .table > div > th .right,
#myaccount.history .billing-information .table > div > th .right,
#myaccount.history .order-history .table > div > th .right,
#myaccount.history .item-listing table tbody > tbody > tr > td .right,
#myaccount.history .billing-information table tbody > tbody > tr > td .right,
#myaccount.history .order-history table tbody > tbody > tr > td .right,
#myaccount.history .item-listing .table > tbody > tr > td .right,
#myaccount.history .billing-information .table > tbody > tr > td .right,
#myaccount.history .order-history .table > tbody > tr > td .right,
#myaccount.history .item-listing table tbody > tr > td .right,
#myaccount.history .billing-information table tbody > tr > td .right,
#myaccount.history .order-history table tbody > tr > td .right,
#myaccount.history .item-listing .table > tr > td .right,
#myaccount.history .billing-information .table > tr > td .right,
#myaccount.history .order-history .table > tr > td .right,
#myaccount.history .item-listing table tbody > div > td .right,
#myaccount.history .billing-information table tbody > div > td .right,
#myaccount.history .order-history table tbody > div > td .right,
#myaccount.history .item-listing .table > div > td .right,
#myaccount.history .billing-information .table > div > td .right,
#myaccount.history .order-history .table > div > td .right,
#myaccount.history .item-listing table tbody > tbody > tr > div .right,
#myaccount.history .billing-information table tbody > tbody > tr > div .right,
#myaccount.history .order-history table tbody > tbody > tr > div .right,
#myaccount.history .item-listing .table > tbody > tr > div .right,
#myaccount.history .billing-information .table > tbody > tr > div .right,
#myaccount.history .order-history .table > tbody > tr > div .right,
#myaccount.history .item-listing table tbody > tr > div .right,
#myaccount.history .billing-information table tbody > tr > div .right,
#myaccount.history .order-history table tbody > tr > div .right,
#myaccount.history .item-listing .table > tr > div .right,
#myaccount.history .billing-information .table > tr > div .right,
#myaccount.history .order-history .table > tr > div .right,
#myaccount.history .item-listing table tbody > div > div .right,
#myaccount.history .billing-information table tbody > div > div .right,
#myaccount.history .order-history table tbody > div > div .right,
#myaccount.history .item-listing .table > div > div .right,
#myaccount.history .billing-information .table > div > div .right,
#myaccount.history .order-history .table > div > div .right {
  text-align: right;
}
#myaccount.history .item-listing table tbody > tbody > tr > th .left,
#myaccount.history .billing-information table tbody > tbody > tr > th .left,
#myaccount.history .order-history table tbody > tbody > tr > th .left,
#myaccount.history .item-listing .table > tbody > tr > th .left,
#myaccount.history .billing-information .table > tbody > tr > th .left,
#myaccount.history .order-history .table > tbody > tr > th .left,
#myaccount.history .item-listing table tbody > tr > th .left,
#myaccount.history .billing-information table tbody > tr > th .left,
#myaccount.history .order-history table tbody > tr > th .left,
#myaccount.history .item-listing .table > tr > th .left,
#myaccount.history .billing-information .table > tr > th .left,
#myaccount.history .order-history .table > tr > th .left,
#myaccount.history .item-listing table tbody > div > th .left,
#myaccount.history .billing-information table tbody > div > th .left,
#myaccount.history .order-history table tbody > div > th .left,
#myaccount.history .item-listing .table > div > th .left,
#myaccount.history .billing-information .table > div > th .left,
#myaccount.history .order-history .table > div > th .left,
#myaccount.history .item-listing table tbody > tbody > tr > td .left,
#myaccount.history .billing-information table tbody > tbody > tr > td .left,
#myaccount.history .order-history table tbody > tbody > tr > td .left,
#myaccount.history .item-listing .table > tbody > tr > td .left,
#myaccount.history .billing-information .table > tbody > tr > td .left,
#myaccount.history .order-history .table > tbody > tr > td .left,
#myaccount.history .item-listing table tbody > tr > td .left,
#myaccount.history .billing-information table tbody > tr > td .left,
#myaccount.history .order-history table tbody > tr > td .left,
#myaccount.history .item-listing .table > tr > td .left,
#myaccount.history .billing-information .table > tr > td .left,
#myaccount.history .order-history .table > tr > td .left,
#myaccount.history .item-listing table tbody > div > td .left,
#myaccount.history .billing-information table tbody > div > td .left,
#myaccount.history .order-history table tbody > div > td .left,
#myaccount.history .item-listing .table > div > td .left,
#myaccount.history .billing-information .table > div > td .left,
#myaccount.history .order-history .table > div > td .left,
#myaccount.history .item-listing table tbody > tbody > tr > div .left,
#myaccount.history .billing-information table tbody > tbody > tr > div .left,
#myaccount.history .order-history table tbody > tbody > tr > div .left,
#myaccount.history .item-listing .table > tbody > tr > div .left,
#myaccount.history .billing-information .table > tbody > tr > div .left,
#myaccount.history .order-history .table > tbody > tr > div .left,
#myaccount.history .item-listing table tbody > tr > div .left,
#myaccount.history .billing-information table tbody > tr > div .left,
#myaccount.history .order-history table tbody > tr > div .left,
#myaccount.history .item-listing .table > tr > div .left,
#myaccount.history .billing-information .table > tr > div .left,
#myaccount.history .order-history .table > tr > div .left,
#myaccount.history .item-listing table tbody > div > div .left,
#myaccount.history .billing-information table tbody > div > div .left,
#myaccount.history .order-history table tbody > div > div .left,
#myaccount.history .item-listing .table > div > div .left,
#myaccount.history .billing-information .table > div > div .left,
#myaccount.history .order-history .table > div > div .left {
  text-align: left;
}
#myaccount.history .item-listing table tbody > tbody > tr > th:nth-child(n+1):last-child,
#myaccount.history .billing-information table tbody > tbody > tr > th:nth-child(n+1):last-child,
#myaccount.history .order-history table tbody > tbody > tr > th:nth-child(n+1):last-child,
#myaccount.history .item-listing .table > tbody > tr > th:nth-child(n+1):last-child,
#myaccount.history .billing-information .table > tbody > tr > th:nth-child(n+1):last-child,
#myaccount.history .order-history .table > tbody > tr > th:nth-child(n+1):last-child,
#myaccount.history .item-listing table tbody > tr > th:nth-child(n+1):last-child,
#myaccount.history .billing-information table tbody > tr > th:nth-child(n+1):last-child,
#myaccount.history .order-history table tbody > tr > th:nth-child(n+1):last-child,
#myaccount.history .item-listing .table > tr > th:nth-child(n+1):last-child,
#myaccount.history .billing-information .table > tr > th:nth-child(n+1):last-child,
#myaccount.history .order-history .table > tr > th:nth-child(n+1):last-child,
#myaccount.history .item-listing table tbody > div > th:nth-child(n+1):last-child,
#myaccount.history .billing-information table tbody > div > th:nth-child(n+1):last-child,
#myaccount.history .order-history table tbody > div > th:nth-child(n+1):last-child,
#myaccount.history .item-listing .table > div > th:nth-child(n+1):last-child,
#myaccount.history .billing-information .table > div > th:nth-child(n+1):last-child,
#myaccount.history .order-history .table > div > th:nth-child(n+1):last-child,
#myaccount.history .item-listing table tbody > tbody > tr > td:nth-child(n+1):last-child,
#myaccount.history .billing-information table tbody > tbody > tr > td:nth-child(n+1):last-child,
#myaccount.history .order-history table tbody > tbody > tr > td:nth-child(n+1):last-child,
#myaccount.history .item-listing .table > tbody > tr > td:nth-child(n+1):last-child,
#myaccount.history .billing-information .table > tbody > tr > td:nth-child(n+1):last-child,
#myaccount.history .order-history .table > tbody > tr > td:nth-child(n+1):last-child,
#myaccount.history .item-listing table tbody > tr > td:nth-child(n+1):last-child,
#myaccount.history .billing-information table tbody > tr > td:nth-child(n+1):last-child,
#myaccount.history .order-history table tbody > tr > td:nth-child(n+1):last-child,
#myaccount.history .item-listing .table > tr > td:nth-child(n+1):last-child,
#myaccount.history .billing-information .table > tr > td:nth-child(n+1):last-child,
#myaccount.history .order-history .table > tr > td:nth-child(n+1):last-child,
#myaccount.history .item-listing table tbody > div > td:nth-child(n+1):last-child,
#myaccount.history .billing-information table tbody > div > td:nth-child(n+1):last-child,
#myaccount.history .order-history table tbody > div > td:nth-child(n+1):last-child,
#myaccount.history .item-listing .table > div > td:nth-child(n+1):last-child,
#myaccount.history .billing-information .table > div > td:nth-child(n+1):last-child,
#myaccount.history .order-history .table > div > td:nth-child(n+1):last-child,
#myaccount.history .item-listing table tbody > tbody > tr > div:nth-child(n+1):last-child,
#myaccount.history .billing-information table tbody > tbody > tr > div:nth-child(n+1):last-child,
#myaccount.history .order-history table tbody > tbody > tr > div:nth-child(n+1):last-child,
#myaccount.history .item-listing .table > tbody > tr > div:nth-child(n+1):last-child,
#myaccount.history .billing-information .table > tbody > tr > div:nth-child(n+1):last-child,
#myaccount.history .order-history .table > tbody > tr > div:nth-child(n+1):last-child,
#myaccount.history .item-listing table tbody > tr > div:nth-child(n+1):last-child,
#myaccount.history .billing-information table tbody > tr > div:nth-child(n+1):last-child,
#myaccount.history .order-history table tbody > tr > div:nth-child(n+1):last-child,
#myaccount.history .item-listing .table > tr > div:nth-child(n+1):last-child,
#myaccount.history .billing-information .table > tr > div:nth-child(n+1):last-child,
#myaccount.history .order-history .table > tr > div:nth-child(n+1):last-child,
#myaccount.history .item-listing table tbody > div > div:nth-child(n+1):last-child,
#myaccount.history .billing-information table tbody > div > div:nth-child(n+1):last-child,
#myaccount.history .order-history table tbody > div > div:nth-child(n+1):last-child,
#myaccount.history .item-listing .table > div > div:nth-child(n+1):last-child,
#myaccount.history .billing-information .table > div > div:nth-child(n+1):last-child,
#myaccount.history .order-history .table > div > div:nth-child(n+1):last-child {
  text-align: right;
}
#myaccount.history .item-listing table tbody > tbody > tr > th:nth-child(n+1):last-child.center,
#myaccount.history .billing-information table tbody > tbody > tr > th:nth-child(n+1):last-child.center,
#myaccount.history .order-history table tbody > tbody > tr > th:nth-child(n+1):last-child.center,
#myaccount.history .item-listing .table > tbody > tr > th:nth-child(n+1):last-child.center,
#myaccount.history .billing-information .table > tbody > tr > th:nth-child(n+1):last-child.center,
#myaccount.history .order-history .table > tbody > tr > th:nth-child(n+1):last-child.center,
#myaccount.history .item-listing table tbody > tr > th:nth-child(n+1):last-child.center,
#myaccount.history .billing-information table tbody > tr > th:nth-child(n+1):last-child.center,
#myaccount.history .order-history table tbody > tr > th:nth-child(n+1):last-child.center,
#myaccount.history .item-listing .table > tr > th:nth-child(n+1):last-child.center,
#myaccount.history .billing-information .table > tr > th:nth-child(n+1):last-child.center,
#myaccount.history .order-history .table > tr > th:nth-child(n+1):last-child.center,
#myaccount.history .item-listing table tbody > div > th:nth-child(n+1):last-child.center,
#myaccount.history .billing-information table tbody > div > th:nth-child(n+1):last-child.center,
#myaccount.history .order-history table tbody > div > th:nth-child(n+1):last-child.center,
#myaccount.history .item-listing .table > div > th:nth-child(n+1):last-child.center,
#myaccount.history .billing-information .table > div > th:nth-child(n+1):last-child.center,
#myaccount.history .order-history .table > div > th:nth-child(n+1):last-child.center,
#myaccount.history .item-listing table tbody > tbody > tr > td:nth-child(n+1):last-child.center,
#myaccount.history .billing-information table tbody > tbody > tr > td:nth-child(n+1):last-child.center,
#myaccount.history .order-history table tbody > tbody > tr > td:nth-child(n+1):last-child.center,
#myaccount.history .item-listing .table > tbody > tr > td:nth-child(n+1):last-child.center,
#myaccount.history .billing-information .table > tbody > tr > td:nth-child(n+1):last-child.center,
#myaccount.history .order-history .table > tbody > tr > td:nth-child(n+1):last-child.center,
#myaccount.history .item-listing table tbody > tr > td:nth-child(n+1):last-child.center,
#myaccount.history .billing-information table tbody > tr > td:nth-child(n+1):last-child.center,
#myaccount.history .order-history table tbody > tr > td:nth-child(n+1):last-child.center,
#myaccount.history .item-listing .table > tr > td:nth-child(n+1):last-child.center,
#myaccount.history .billing-information .table > tr > td:nth-child(n+1):last-child.center,
#myaccount.history .order-history .table > tr > td:nth-child(n+1):last-child.center,
#myaccount.history .item-listing table tbody > div > td:nth-child(n+1):last-child.center,
#myaccount.history .billing-information table tbody > div > td:nth-child(n+1):last-child.center,
#myaccount.history .order-history table tbody > div > td:nth-child(n+1):last-child.center,
#myaccount.history .item-listing .table > div > td:nth-child(n+1):last-child.center,
#myaccount.history .billing-information .table > div > td:nth-child(n+1):last-child.center,
#myaccount.history .order-history .table > div > td:nth-child(n+1):last-child.center,
#myaccount.history .item-listing table tbody > tbody > tr > div:nth-child(n+1):last-child.center,
#myaccount.history .billing-information table tbody > tbody > tr > div:nth-child(n+1):last-child.center,
#myaccount.history .order-history table tbody > tbody > tr > div:nth-child(n+1):last-child.center,
#myaccount.history .item-listing .table > tbody > tr > div:nth-child(n+1):last-child.center,
#myaccount.history .billing-information .table > tbody > tr > div:nth-child(n+1):last-child.center,
#myaccount.history .order-history .table > tbody > tr > div:nth-child(n+1):last-child.center,
#myaccount.history .item-listing table tbody > tr > div:nth-child(n+1):last-child.center,
#myaccount.history .billing-information table tbody > tr > div:nth-child(n+1):last-child.center,
#myaccount.history .order-history table tbody > tr > div:nth-child(n+1):last-child.center,
#myaccount.history .item-listing .table > tr > div:nth-child(n+1):last-child.center,
#myaccount.history .billing-information .table > tr > div:nth-child(n+1):last-child.center,
#myaccount.history .order-history .table > tr > div:nth-child(n+1):last-child.center,
#myaccount.history .item-listing table tbody > div > div:nth-child(n+1):last-child.center,
#myaccount.history .billing-information table tbody > div > div:nth-child(n+1):last-child.center,
#myaccount.history .order-history table tbody > div > div:nth-child(n+1):last-child.center,
#myaccount.history .item-listing .table > div > div:nth-child(n+1):last-child.center,
#myaccount.history .billing-information .table > div > div:nth-child(n+1):last-child.center,
#myaccount.history .order-history .table > div > div:nth-child(n+1):last-child.center {
  text-align: center;
}
#myaccount.history .item-listing table tbody > tbody > tr > th:nth-child(n+1):last-child.left,
#myaccount.history .billing-information table tbody > tbody > tr > th:nth-child(n+1):last-child.left,
#myaccount.history .order-history table tbody > tbody > tr > th:nth-child(n+1):last-child.left,
#myaccount.history .item-listing .table > tbody > tr > th:nth-child(n+1):last-child.left,
#myaccount.history .billing-information .table > tbody > tr > th:nth-child(n+1):last-child.left,
#myaccount.history .order-history .table > tbody > tr > th:nth-child(n+1):last-child.left,
#myaccount.history .item-listing table tbody > tr > th:nth-child(n+1):last-child.left,
#myaccount.history .billing-information table tbody > tr > th:nth-child(n+1):last-child.left,
#myaccount.history .order-history table tbody > tr > th:nth-child(n+1):last-child.left,
#myaccount.history .item-listing .table > tr > th:nth-child(n+1):last-child.left,
#myaccount.history .billing-information .table > tr > th:nth-child(n+1):last-child.left,
#myaccount.history .order-history .table > tr > th:nth-child(n+1):last-child.left,
#myaccount.history .item-listing table tbody > div > th:nth-child(n+1):last-child.left,
#myaccount.history .billing-information table tbody > div > th:nth-child(n+1):last-child.left,
#myaccount.history .order-history table tbody > div > th:nth-child(n+1):last-child.left,
#myaccount.history .item-listing .table > div > th:nth-child(n+1):last-child.left,
#myaccount.history .billing-information .table > div > th:nth-child(n+1):last-child.left,
#myaccount.history .order-history .table > div > th:nth-child(n+1):last-child.left,
#myaccount.history .item-listing table tbody > tbody > tr > td:nth-child(n+1):last-child.left,
#myaccount.history .billing-information table tbody > tbody > tr > td:nth-child(n+1):last-child.left,
#myaccount.history .order-history table tbody > tbody > tr > td:nth-child(n+1):last-child.left,
#myaccount.history .item-listing .table > tbody > tr > td:nth-child(n+1):last-child.left,
#myaccount.history .billing-information .table > tbody > tr > td:nth-child(n+1):last-child.left,
#myaccount.history .order-history .table > tbody > tr > td:nth-child(n+1):last-child.left,
#myaccount.history .item-listing table tbody > tr > td:nth-child(n+1):last-child.left,
#myaccount.history .billing-information table tbody > tr > td:nth-child(n+1):last-child.left,
#myaccount.history .order-history table tbody > tr > td:nth-child(n+1):last-child.left,
#myaccount.history .item-listing .table > tr > td:nth-child(n+1):last-child.left,
#myaccount.history .billing-information .table > tr > td:nth-child(n+1):last-child.left,
#myaccount.history .order-history .table > tr > td:nth-child(n+1):last-child.left,
#myaccount.history .item-listing table tbody > div > td:nth-child(n+1):last-child.left,
#myaccount.history .billing-information table tbody > div > td:nth-child(n+1):last-child.left,
#myaccount.history .order-history table tbody > div > td:nth-child(n+1):last-child.left,
#myaccount.history .item-listing .table > div > td:nth-child(n+1):last-child.left,
#myaccount.history .billing-information .table > div > td:nth-child(n+1):last-child.left,
#myaccount.history .order-history .table > div > td:nth-child(n+1):last-child.left,
#myaccount.history .item-listing table tbody > tbody > tr > div:nth-child(n+1):last-child.left,
#myaccount.history .billing-information table tbody > tbody > tr > div:nth-child(n+1):last-child.left,
#myaccount.history .order-history table tbody > tbody > tr > div:nth-child(n+1):last-child.left,
#myaccount.history .item-listing .table > tbody > tr > div:nth-child(n+1):last-child.left,
#myaccount.history .billing-information .table > tbody > tr > div:nth-child(n+1):last-child.left,
#myaccount.history .order-history .table > tbody > tr > div:nth-child(n+1):last-child.left,
#myaccount.history .item-listing table tbody > tr > div:nth-child(n+1):last-child.left,
#myaccount.history .billing-information table tbody > tr > div:nth-child(n+1):last-child.left,
#myaccount.history .order-history table tbody > tr > div:nth-child(n+1):last-child.left,
#myaccount.history .item-listing .table > tr > div:nth-child(n+1):last-child.left,
#myaccount.history .billing-information .table > tr > div:nth-child(n+1):last-child.left,
#myaccount.history .order-history .table > tr > div:nth-child(n+1):last-child.left,
#myaccount.history .item-listing table tbody > div > div:nth-child(n+1):last-child.left,
#myaccount.history .billing-information table tbody > div > div:nth-child(n+1):last-child.left,
#myaccount.history .order-history table tbody > div > div:nth-child(n+1):last-child.left,
#myaccount.history .item-listing .table > div > div:nth-child(n+1):last-child.left,
#myaccount.history .billing-information .table > div > div:nth-child(n+1):last-child.left,
#myaccount.history .order-history .table > div > div:nth-child(n+1):last-child.left {
  text-align: left;
}
#myaccount.history .item-listing table tbody > *:first-child:not(.primary),
#myaccount.history .billing-information table tbody > *:first-child:not(.primary),
#myaccount.history .order-history table tbody > *:first-child:not(.primary),
#myaccount.history .item-listing .table > *:first-child:not(.primary),
#myaccount.history .billing-information .table > *:first-child:not(.primary),
#myaccount.history .order-history .table > *:first-child:not(.primary) {
  background: #464647;
  color: #fff;
}
#myaccount.history .item-listing table tbody > *:first-child:not(.primary) a,
#myaccount.history .billing-information table tbody > *:first-child:not(.primary) a,
#myaccount.history .order-history table tbody > *:first-child:not(.primary) a,
#myaccount.history .item-listing .table > *:first-child:not(.primary) a,
#myaccount.history .billing-information .table > *:first-child:not(.primary) a,
#myaccount.history .order-history .table > *:first-child:not(.primary) a {
  color: #fff;
}
#myaccount.history .item-listing table tbody .heading,
#myaccount.history .billing-information table tbody .heading,
#myaccount.history .order-history table tbody .heading,
#myaccount.history .item-listing .table .heading,
#myaccount.history .billing-information .table .heading,
#myaccount.history .order-history .table .heading {
  background: #464647;
}
#myaccount.history .item-listing > .header,
#myaccount.history .billing-information > .header,
#myaccount.history .order-history > .header {
  display: table;
  width: 100%;
}
#myaccount.history .item-listing > .header > div,
#myaccount.history .billing-information > .header > div,
#myaccount.history .order-history > .header > div {
  display: table-row;
}
#myaccount.history .item-listing > .header > div > div,
#myaccount.history .billing-information > .header > div > div,
#myaccount.history .order-history > .header > div > div {
  display: table-cell;
}
#myaccount.history .item-listing > .header > div > div:last-child,
#myaccount.history .billing-information > .header > div > div:last-child,
#myaccount.history .order-history > .header > div > div:last-child {
  text-align: right;
}
#myaccount.history .order-history table {
  width: auto;
}
#myaccount.history .on-return a {
  font-weight: bold;
  color: #a2081d;
}
#myaccount.history .onorder a:not(:hover) {
  text-decoration: none;
}
#myaccount.history .onorder .image img {
  mix-blend-mode: multiply;
  width: 50px;
  height: 40px;
}
#myaccount.history .onorder .image + td {
  min-width: 140px;
}
#myaccount.history .onorder td label {
  vertical-align: top;
}
#myaccount.history .onorder td label + a:not(:hover) {
  text-decoration: underline;
}
#myaccount.history .onorder td .model-line > span {
  cursor: pointer;
  text-decoration: none;
}
#myaccount.history .onorder td .model-line > span:hover {
  color: #f26524;
  text-decoration: underline;
}
#myaccount.history .onorder th[colspan='5'] {
  text-align: left !important;
}
#myaccount.history #store-paypal {
  margin: 1px 10px 0 0;
}
#myaccount.history #store-paypal span,
#myaccount.history #store-paypal a {
  display: inline-block;
  vertical-align: top;
  line-height: 1.15;
}
#myaccount.history #store-paypal span {
  max-width: 300px;
  text-align: right;
  margin-right: 5px;
}
#myaccount.history h2 {
  font-family: Verdana, Arial, sans-serif;
  letter-spacing: 0;
}
#myaccount.history .delivery-address,
#myaccount.history .shipping-method {
  margin-bottom: 10px;
}
#myaccount.history .delivery-address > div,
#myaccount.history .shipping-method > div {
  margin-bottom: 10px;
}
#myaccount.history .inner-block-lhs,
#myaccount.history .inner-block-rhs {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}
#myaccount.history .inner-block-lhs {
  width: 30%;
}
#myaccount.history .inner-block-lhs .snap-css-button {
  margin-left: 0;
}
#myaccount.history .inner-block-lhs .return > div:first-of-type {
  padding-bottom: 5px;
}
#myaccount.history .inner-block-rhs {
  width: 70%;
}
#myaccount.history .status-red,
#myaccount.history .red,
#myaccount.history .fa-times {
  color: #a2081d;
  font-size: 20px;
  cursor: pointer;
}
#myaccount.tracking #tracking-details .details {
  border: 1px solid #c2c4c6;
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  background: #fff;
  text-align: left;
  position: relative;
}
#myaccount.tracking #tracking-details .details:before,
#myaccount.tracking #tracking-details .details:after {
  content: " ";
  display: table;
}
#myaccount.tracking #tracking-details .details:after {
  clear: both;
}
#myaccount.tracking #tracking-details .details > *:first-child:not(.table) {
  padding: 5px 5px 5px;
  background: #F2F2F2;
  color: #000;
  margin: 0;
  font-size: 12px;
  font-family: inherit;
  letter-spacing: unset;
  text-align: left;
  box-sizing: border-box;
}
#myaccount.tracking #tracking-details .details > *:first-child:not(.table) + div,
#myaccount.tracking #tracking-details .details > *:first-child:not(.table) + form {
  padding: 5px;
}
#myaccount.tracking #tracking-details .details > *:first-child:not(.table) + div:before,
#myaccount.tracking #tracking-details .details > *:first-child:not(.table) + form:before,
#myaccount.tracking #tracking-details .details > *:first-child:not(.table) + div:after,
#myaccount.tracking #tracking-details .details > *:first-child:not(.table) + form:after {
  content: " ";
  display: table;
}
#myaccount.tracking #tracking-details .details > *:first-child:not(.table) + div:after,
#myaccount.tracking #tracking-details .details > *:first-child:not(.table) + form:after {
  clear: both;
}
#myaccount.tracking #tracking-details .details > *:first-child:not(.table) a {
  color: initial;
}
#myaccount.tracking #tracking-details .details > *:first-child:not(.table) a:hover {
  color: #f26524;
}
#myaccount.tracking #tracking-details .details table {
  width: 100%;
}
#myaccount.tracking #tracking-details .details table tbody,
#myaccount.tracking #tracking-details .details .table {
  width: 100%;
  box-sizing: border-box;
  display: table;
}
#myaccount.tracking #tracking-details .details table tbody > tbody > tr,
#myaccount.tracking #tracking-details .details .table > tbody > tr,
#myaccount.tracking #tracking-details .details table tbody > tr,
#myaccount.tracking #tracking-details .details .table > tr,
#myaccount.tracking #tracking-details .details table tbody > div,
#myaccount.tracking #tracking-details .details .table > div {
  display: table-row;
}
#myaccount.tracking #tracking-details .details table tbody > tbody > tr:nth-child(even),
#myaccount.tracking #tracking-details .details .table > tbody > tr:nth-child(even),
#myaccount.tracking #tracking-details .details table tbody > tr:nth-child(even),
#myaccount.tracking #tracking-details .details .table > tr:nth-child(even),
#myaccount.tracking #tracking-details .details table tbody > div:nth-child(even),
#myaccount.tracking #tracking-details .details .table > div:nth-child(even) {
  background: #fafafa;
}
#myaccount.tracking #tracking-details .details table tbody > tbody > tr:not(:only-of-type):not(.header):hover,
#myaccount.tracking #tracking-details .details .table > tbody > tr:not(:only-of-type):not(.header):hover,
#myaccount.tracking #tracking-details .details table tbody > tr:not(:only-of-type):not(.header):hover,
#myaccount.tracking #tracking-details .details .table > tr:not(:only-of-type):not(.header):hover,
#myaccount.tracking #tracking-details .details table tbody > div:not(:only-of-type):not(.header):hover,
#myaccount.tracking #tracking-details .details .table > div:not(:only-of-type):not(.header):hover {
  background: #E8E9EA;
}
#myaccount.tracking #tracking-details .details table tbody > tbody > tr.primary:hover,
#myaccount.tracking #tracking-details .details .table > tbody > tr.primary:hover,
#myaccount.tracking #tracking-details .details table tbody > tr.primary:hover,
#myaccount.tracking #tracking-details .details .table > tr.primary:hover,
#myaccount.tracking #tracking-details .details table tbody > div.primary:hover,
#myaccount.tracking #tracking-details .details .table > div.primary:hover {
  background: #E8E9EA;
}
#myaccount.tracking #tracking-details .details table tbody > tbody > tr > th,
#myaccount.tracking #tracking-details .details .table > tbody > tr > th,
#myaccount.tracking #tracking-details .details table tbody > tr > th,
#myaccount.tracking #tracking-details .details .table > tr > th,
#myaccount.tracking #tracking-details .details table tbody > div > th,
#myaccount.tracking #tracking-details .details .table > div > th,
#myaccount.tracking #tracking-details .details table tbody > tbody > tr > td,
#myaccount.tracking #tracking-details .details .table > tbody > tr > td,
#myaccount.tracking #tracking-details .details table tbody > tr > td,
#myaccount.tracking #tracking-details .details .table > tr > td,
#myaccount.tracking #tracking-details .details table tbody > div > td,
#myaccount.tracking #tracking-details .details .table > div > td,
#myaccount.tracking #tracking-details .details table tbody > tbody > tr > div,
#myaccount.tracking #tracking-details .details .table > tbody > tr > div,
#myaccount.tracking #tracking-details .details table tbody > tr > div,
#myaccount.tracking #tracking-details .details .table > tr > div,
#myaccount.tracking #tracking-details .details table tbody > div > div,
#myaccount.tracking #tracking-details .details .table > div > div {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
#myaccount.tracking #tracking-details .details table tbody > tbody > tr > th .snap-css-button:not(.retain),
#myaccount.tracking #tracking-details .details .table > tbody > tr > th .snap-css-button:not(.retain),
#myaccount.tracking #tracking-details .details table tbody > tr > th .snap-css-button:not(.retain),
#myaccount.tracking #tracking-details .details .table > tr > th .snap-css-button:not(.retain),
#myaccount.tracking #tracking-details .details table tbody > div > th .snap-css-button:not(.retain),
#myaccount.tracking #tracking-details .details .table > div > th .snap-css-button:not(.retain),
#myaccount.tracking #tracking-details .details table tbody > tbody > tr > td .snap-css-button:not(.retain),
#myaccount.tracking #tracking-details .details .table > tbody > tr > td .snap-css-button:not(.retain),
#myaccount.tracking #tracking-details .details table tbody > tr > td .snap-css-button:not(.retain),
#myaccount.tracking #tracking-details .details .table > tr > td .snap-css-button:not(.retain),
#myaccount.tracking #tracking-details .details table tbody > div > td .snap-css-button:not(.retain),
#myaccount.tracking #tracking-details .details .table > div > td .snap-css-button:not(.retain),
#myaccount.tracking #tracking-details .details table tbody > tbody > tr > div .snap-css-button:not(.retain),
#myaccount.tracking #tracking-details .details .table > tbody > tr > div .snap-css-button:not(.retain),
#myaccount.tracking #tracking-details .details table tbody > tr > div .snap-css-button:not(.retain),
#myaccount.tracking #tracking-details .details .table > tr > div .snap-css-button:not(.retain),
#myaccount.tracking #tracking-details .details table tbody > div > div .snap-css-button:not(.retain),
#myaccount.tracking #tracking-details .details .table > div > div .snap-css-button:not(.retain) {
  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;
  text-transform: unset;
}
#myaccount.tracking #tracking-details .details table tbody > tbody > tr > th .snap-css-button:not(.retain):hover,
#myaccount.tracking #tracking-details .details .table > tbody > tr > th .snap-css-button:not(.retain):hover,
#myaccount.tracking #tracking-details .details table tbody > tr > th .snap-css-button:not(.retain):hover,
#myaccount.tracking #tracking-details .details .table > tr > th .snap-css-button:not(.retain):hover,
#myaccount.tracking #tracking-details .details table tbody > div > th .snap-css-button:not(.retain):hover,
#myaccount.tracking #tracking-details .details .table > div > th .snap-css-button:not(.retain):hover,
#myaccount.tracking #tracking-details .details table tbody > tbody > tr > td .snap-css-button:not(.retain):hover,
#myaccount.tracking #tracking-details .details .table > tbody > tr > td .snap-css-button:not(.retain):hover,
#myaccount.tracking #tracking-details .details table tbody > tr > td .snap-css-button:not(.retain):hover,
#myaccount.tracking #tracking-details .details .table > tr > td .snap-css-button:not(.retain):hover,
#myaccount.tracking #tracking-details .details table tbody > div > td .snap-css-button:not(.retain):hover,
#myaccount.tracking #tracking-details .details .table > div > td .snap-css-button:not(.retain):hover,
#myaccount.tracking #tracking-details .details table tbody > tbody > tr > div .snap-css-button:not(.retain):hover,
#myaccount.tracking #tracking-details .details .table > tbody > tr > div .snap-css-button:not(.retain):hover,
#myaccount.tracking #tracking-details .details table tbody > tr > div .snap-css-button:not(.retain):hover,
#myaccount.tracking #tracking-details .details .table > tr > div .snap-css-button:not(.retain):hover,
#myaccount.tracking #tracking-details .details table tbody > div > div .snap-css-button:not(.retain):hover,
#myaccount.tracking #tracking-details .details .table > div > div .snap-css-button:not(.retain):hover {
  opacity: 1;
}
#myaccount.tracking #tracking-details .details table tbody > tbody > tr > th .center,
#myaccount.tracking #tracking-details .details .table > tbody > tr > th .center,
#myaccount.tracking #tracking-details .details table tbody > tr > th .center,
#myaccount.tracking #tracking-details .details .table > tr > th .center,
#myaccount.tracking #tracking-details .details table tbody > div > th .center,
#myaccount.tracking #tracking-details .details .table > div > th .center,
#myaccount.tracking #tracking-details .details table tbody > tbody > tr > td .center,
#myaccount.tracking #tracking-details .details .table > tbody > tr > td .center,
#myaccount.tracking #tracking-details .details table tbody > tr > td .center,
#myaccount.tracking #tracking-details .details .table > tr > td .center,
#myaccount.tracking #tracking-details .details table tbody > div > td .center,
#myaccount.tracking #tracking-details .details .table > div > td .center,
#myaccount.tracking #tracking-details .details table tbody > tbody > tr > div .center,
#myaccount.tracking #tracking-details .details .table > tbody > tr > div .center,
#myaccount.tracking #tracking-details .details table tbody > tr > div .center,
#myaccount.tracking #tracking-details .details .table > tr > div .center,
#myaccount.tracking #tracking-details .details table tbody > div > div .center,
#myaccount.tracking #tracking-details .details .table > div > div .center {
  text-align: center;
}
#myaccount.tracking #tracking-details .details table tbody > tbody > tr > th .right,
#myaccount.tracking #tracking-details .details .table > tbody > tr > th .right,
#myaccount.tracking #tracking-details .details table tbody > tr > th .right,
#myaccount.tracking #tracking-details .details .table > tr > th .right,
#myaccount.tracking #tracking-details .details table tbody > div > th .right,
#myaccount.tracking #tracking-details .details .table > div > th .right,
#myaccount.tracking #tracking-details .details table tbody > tbody > tr > td .right,
#myaccount.tracking #tracking-details .details .table > tbody > tr > td .right,
#myaccount.tracking #tracking-details .details table tbody > tr > td .right,
#myaccount.tracking #tracking-details .details .table > tr > td .right,
#myaccount.tracking #tracking-details .details table tbody > div > td .right,
#myaccount.tracking #tracking-details .details .table > div > td .right,
#myaccount.tracking #tracking-details .details table tbody > tbody > tr > div .right,
#myaccount.tracking #tracking-details .details .table > tbody > tr > div .right,
#myaccount.tracking #tracking-details .details table tbody > tr > div .right,
#myaccount.tracking #tracking-details .details .table > tr > div .right,
#myaccount.tracking #tracking-details .details table tbody > div > div .right,
#myaccount.tracking #tracking-details .details .table > div > div .right {
  text-align: right;
}
#myaccount.tracking #tracking-details .details table tbody > tbody > tr > th .left,
#myaccount.tracking #tracking-details .details .table > tbody > tr > th .left,
#myaccount.tracking #tracking-details .details table tbody > tr > th .left,
#myaccount.tracking #tracking-details .details .table > tr > th .left,
#myaccount.tracking #tracking-details .details table tbody > div > th .left,
#myaccount.tracking #tracking-details .details .table > div > th .left,
#myaccount.tracking #tracking-details .details table tbody > tbody > tr > td .left,
#myaccount.tracking #tracking-details .details .table > tbody > tr > td .left,
#myaccount.tracking #tracking-details .details table tbody > tr > td .left,
#myaccount.tracking #tracking-details .details .table > tr > td .left,
#myaccount.tracking #tracking-details .details table tbody > div > td .left,
#myaccount.tracking #tracking-details .details .table > div > td .left,
#myaccount.tracking #tracking-details .details table tbody > tbody > tr > div .left,
#myaccount.tracking #tracking-details .details .table > tbody > tr > div .left,
#myaccount.tracking #tracking-details .details table tbody > tr > div .left,
#myaccount.tracking #tracking-details .details .table > tr > div .left,
#myaccount.tracking #tracking-details .details table tbody > div > div .left,
#myaccount.tracking #tracking-details .details .table > div > div .left {
  text-align: left;
}
#myaccount.tracking #tracking-details .details table tbody > tbody > tr > th:nth-child(n+1):last-child,
#myaccount.tracking #tracking-details .details .table > tbody > tr > th:nth-child(n+1):last-child,
#myaccount.tracking #tracking-details .details table tbody > tr > th:nth-child(n+1):last-child,
#myaccount.tracking #tracking-details .details .table > tr > th:nth-child(n+1):last-child,
#myaccount.tracking #tracking-details .details table tbody > div > th:nth-child(n+1):last-child,
#myaccount.tracking #tracking-details .details .table > div > th:nth-child(n+1):last-child,
#myaccount.tracking #tracking-details .details table tbody > tbody > tr > td:nth-child(n+1):last-child,
#myaccount.tracking #tracking-details .details .table > tbody > tr > td:nth-child(n+1):last-child,
#myaccount.tracking #tracking-details .details table tbody > tr > td:nth-child(n+1):last-child,
#myaccount.tracking #tracking-details .details .table > tr > td:nth-child(n+1):last-child,
#myaccount.tracking #tracking-details .details table tbody > div > td:nth-child(n+1):last-child,
#myaccount.tracking #tracking-details .details .table > div > td:nth-child(n+1):last-child,
#myaccount.tracking #tracking-details .details table tbody > tbody > tr > div:nth-child(n+1):last-child,
#myaccount.tracking #tracking-details .details .table > tbody > tr > div:nth-child(n+1):last-child,
#myaccount.tracking #tracking-details .details table tbody > tr > div:nth-child(n+1):last-child,
#myaccount.tracking #tracking-details .details .table > tr > div:nth-child(n+1):last-child,
#myaccount.tracking #tracking-details .details table tbody > div > div:nth-child(n+1):last-child,
#myaccount.tracking #tracking-details .details .table > div > div:nth-child(n+1):last-child {
  text-align: right;
}
#myaccount.tracking #tracking-details .details table tbody > tbody > tr > th:nth-child(n+1):last-child.center,
#myaccount.tracking #tracking-details .details .table > tbody > tr > th:nth-child(n+1):last-child.center,
#myaccount.tracking #tracking-details .details table tbody > tr > th:nth-child(n+1):last-child.center,
#myaccount.tracking #tracking-details .details .table > tr > th:nth-child(n+1):last-child.center,
#myaccount.tracking #tracking-details .details table tbody > div > th:nth-child(n+1):last-child.center,
#myaccount.tracking #tracking-details .details .table > div > th:nth-child(n+1):last-child.center,
#myaccount.tracking #tracking-details .details table tbody > tbody > tr > td:nth-child(n+1):last-child.center,
#myaccount.tracking #tracking-details .details .table > tbody > tr > td:nth-child(n+1):last-child.center,
#myaccount.tracking #tracking-details .details table tbody > tr > td:nth-child(n+1):last-child.center,
#myaccount.tracking #tracking-details .details .table > tr > td:nth-child(n+1):last-child.center,
#myaccount.tracking #tracking-details .details table tbody > div > td:nth-child(n+1):last-child.center,
#myaccount.tracking #tracking-details .details .table > div > td:nth-child(n+1):last-child.center,
#myaccount.tracking #tracking-details .details table tbody > tbody > tr > div:nth-child(n+1):last-child.center,
#myaccount.tracking #tracking-details .details .table > tbody > tr > div:nth-child(n+1):last-child.center,
#myaccount.tracking #tracking-details .details table tbody > tr > div:nth-child(n+1):last-child.center,
#myaccount.tracking #tracking-details .details .table > tr > div:nth-child(n+1):last-child.center,
#myaccount.tracking #tracking-details .details table tbody > div > div:nth-child(n+1):last-child.center,
#myaccount.tracking #tracking-details .details .table > div > div:nth-child(n+1):last-child.center {
  text-align: center;
}
#myaccount.tracking #tracking-details .details table tbody > tbody > tr > th:nth-child(n+1):last-child.left,
#myaccount.tracking #tracking-details .details .table > tbody > tr > th:nth-child(n+1):last-child.left,
#myaccount.tracking #tracking-details .details table tbody > tr > th:nth-child(n+1):last-child.left,
#myaccount.tracking #tracking-details .details .table > tr > th:nth-child(n+1):last-child.left,
#myaccount.tracking #tracking-details .details table tbody > div > th:nth-child(n+1):last-child.left,
#myaccount.tracking #tracking-details .details .table > div > th:nth-child(n+1):last-child.left,
#myaccount.tracking #tracking-details .details table tbody > tbody > tr > td:nth-child(n+1):last-child.left,
#myaccount.tracking #tracking-details .details .table > tbody > tr > td:nth-child(n+1):last-child.left,
#myaccount.tracking #tracking-details .details table tbody > tr > td:nth-child(n+1):last-child.left,
#myaccount.tracking #tracking-details .details .table > tr > td:nth-child(n+1):last-child.left,
#myaccount.tracking #tracking-details .details table tbody > div > td:nth-child(n+1):last-child.left,
#myaccount.tracking #tracking-details .details .table > div > td:nth-child(n+1):last-child.left,
#myaccount.tracking #tracking-details .details table tbody > tbody > tr > div:nth-child(n+1):last-child.left,
#myaccount.tracking #tracking-details .details .table > tbody > tr > div:nth-child(n+1):last-child.left,
#myaccount.tracking #tracking-details .details table tbody > tr > div:nth-child(n+1):last-child.left,
#myaccount.tracking #tracking-details .details .table > tr > div:nth-child(n+1):last-child.left,
#myaccount.tracking #tracking-details .details table tbody > div > div:nth-child(n+1):last-child.left,
#myaccount.tracking #tracking-details .details .table > div > div:nth-child(n+1):last-child.left {
  text-align: left;
}
#myaccount.tracking #tracking-details .details table tbody > *:first-child:not(.primary),
#myaccount.tracking #tracking-details .details .table > *:first-child:not(.primary) {
  background: #464647;
  color: #fff;
}
#myaccount.tracking #tracking-details .details table tbody > *:first-child:not(.primary) a,
#myaccount.tracking #tracking-details .details .table > *:first-child:not(.primary) a {
  color: #fff;
}
#myaccount.tracking #tracking-details .details table tbody .heading,
#myaccount.tracking #tracking-details .details .table .heading {
  background: #464647;
}
#myaccount.tracking #tracking-details .details:not(.done) {
  overflow: hidden;
}
#myaccount.tracking #tracking-details .details:not(.done):after {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 30px;
  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: "\f110";
  font-weight: 900;
}
#myaccount.tracking #tracking-details .details:not(.done) > * {
  visibility: hidden !important;
}
#myaccount.tracking #tracking-details .details .onorder tr:hover {
  background-color: inherit !important;
}
#myaccount.tracking #tracking-details .details .onorder tr th {
  background: #E8E9EA;
  color: #000;
  font-weight: bold;
}
#myaccount.tracking #tracking-details .details .onorder tr th[colspan='4'] {
  text-align: left !important;
}
#myaccount.tracking #tracking-details .details .onorder tr td.image {
  width: 50px;
}
#myaccount.tracking #tracking-details .details .onorder tr td.image + td {
  text-align: left !important;
}
#myaccount.tracking #tracking-details .details .shipment {
  white-space: nowrap;
  padding: 5px 10px;
}
#myaccount.tracking #tracking-details .details .shipment span {
  align-self: center;
  display: block;
}
#myaccount.tracking #tracking-details .details .timeline {
  height: 50px;
  width: 100%;
  padding: 5px !important;
  background: none !important;
}
#myaccount.tracking #tracking-details .details .timeline ul {
  list-style-type: none;
  margin: 0;
  padding: 5px 0;
  display: flex;
  position: relative;
  justify-content: center;
}
#myaccount.tracking #tracking-details .details .timeline ul li {
  margin: 0;
  padding: 0 0 5px;
  box-sizing: border-box;
  position: relative;
  width: 25%;
  text-align: center;
}
#myaccount.tracking #tracking-details .details .timeline ul li:before {
  content: "";
  display: block;
  position: absolute;
  height: 7px;
  width: 100%;
  left: 50%;
  background: #2e3a47;
  top: 7px;
}
#myaccount.tracking #tracking-details .details .timeline ul li .milestone {
  height: 20px;
  width: 20px;
  background: #c2c4c6;
  border-radius: 90%;
  margin: 0 auto 5px;
  display: block;
  background: #2e3a47;
  position: relative;
  z-index: 1;
}
#myaccount.tracking #tracking-details .details .timeline ul li .milestone:after {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 12px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  color: #fff;
  font-weight: 900;
  margin-top: 3px;
}
#myaccount.tracking #tracking-details .details .timeline ul li.selected {
  font-weight: bold;
}
#myaccount.tracking #tracking-details .details .timeline ul li.selected:before {
  background: #c2c4c6;
}
#myaccount.tracking #tracking-details .details .timeline ul li.selected:after {
  content: "";
  display: block;
  position: absolute;
  height: 7px;
  width: 25%;
  left: 50%;
  background: #2e3a47;
  top: 7px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#myaccount.tracking #tracking-details .details .timeline ul li.selected ~ li:before {
  background: #c2c4c6;
}
#myaccount.tracking #tracking-details .details .timeline ul li.selected ~ li .milestone {
  background: #c2c4c6;
}
#myaccount.tracking #tracking-details .details .timeline ul li.selected ~ li .milestone:after {
  display: none;
}
#myaccount.tracking #tracking-details .details .timeline ul li:last-child:before,
#myaccount.tracking #tracking-details .details .timeline ul li:last-child:after {
  display: none;
}
#myaccount.tracking #tracking-details .details .overview {
  padding: 0 0 0 10px !important;
  margin-bottom: 10px !important;
  background: transparent !important;
}
#myaccount.tracking #tracking-details .details .overview .date {
  font-weight: bold;
  font-size: 20px;
  margin-top: 5px;
}
#myaccount.tracking #tracking-details .details .overview .carrier-description {
  font-weight: bold;
  color: green;
  margin-bottom: 10px;
}
#myaccount.tracking #tracking-details .details .overview .carrier-description.exception {
  color: red;
}
#myaccount.tracking #tracking-details .details .overview .alert {
  color: red;
  margin-bottom: 10px;
}
#myaccount.tracking #tracking-details .details .overview .tracking-details {
  display: flex;
  margin-bottom: 5px;
}
#myaccount.tracking #tracking-details .details .overview .tracking-details .tracking-number img {
  vertical-align: middle;
}
#myaccount.tracking #tracking-details .details .overview .tracking-details .shipping-details-link {
  height: 18px;
  margin-left: auto;
  text-align: right;
  text-decoration: underline;
  display: block;
  padding-right: 10px;
}
#myaccount.tracking #tracking-details .details .item-listing {
  margin-bottom: 0;
}
#myaccount.tracking #tracking-details .details .item-listing table {
  padding: 0 !important;
}
#myaccount.tracking #tracking-details .inner-block-lhs > div {
  margin-bottom: 15px;
}
#myaccount.tracking .inner-block-lhs > div {
  margin-bottom: 15px;
}
#myaccount.edit span.field-validation-error {
  color: red;
  white-space: nowrap;
}
#myaccount.edit div.label-edit-pairs input {
  width: 20em;
}
#myaccount.edit .bounced {
  color: red;
  font-weight: bold;
}
#myaccount.edit .account-information {
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  background: #fff;
  text-align: left;
  margin-bottom: 0;
}
#myaccount.edit .account-information:before,
#myaccount.edit .account-information:after {
  content: " ";
  display: table;
}
#myaccount.edit .account-information:after {
  clear: both;
}
#myaccount.edit .account-information > *:first-child:not(.table) {
  padding: 5px 5px 5px;
  background: #F2F2F2;
  color: #000;
  margin: 0;
  font-size: 12px;
  font-family: inherit;
  letter-spacing: unset;
  text-align: left;
  box-sizing: border-box;
}
#myaccount.edit .account-information > *:first-child:not(.table) + div,
#myaccount.edit .account-information > *:first-child:not(.table) + form {
  padding: 5px;
}
#myaccount.edit .account-information > *:first-child:not(.table) + div:before,
#myaccount.edit .account-information > *:first-child:not(.table) + form:before,
#myaccount.edit .account-information > *:first-child:not(.table) + div:after,
#myaccount.edit .account-information > *:first-child:not(.table) + form:after {
  content: " ";
  display: table;
}
#myaccount.edit .account-information > *:first-child:not(.table) + div:after,
#myaccount.edit .account-information > *:first-child:not(.table) + form:after {
  clear: both;
}
#myaccount.edit .account-information > *:first-child:not(.table) a {
  color: initial;
}
#myaccount.edit .account-information > *:first-child:not(.table) a:hover {
  color: #f26524;
}
#myaccount.edit .account-information table {
  width: 100%;
}
#myaccount.edit .account-information table tbody,
#myaccount.edit .account-information .table {
  width: 100%;
  box-sizing: border-box;
  display: table;
}
#myaccount.edit .account-information table tbody > tbody > tr,
#myaccount.edit .account-information .table > tbody > tr,
#myaccount.edit .account-information table tbody > tr,
#myaccount.edit .account-information .table > tr,
#myaccount.edit .account-information table tbody > div,
#myaccount.edit .account-information .table > div {
  display: table-row;
}
#myaccount.edit .account-information table tbody > tbody > tr:nth-child(even),
#myaccount.edit .account-information .table > tbody > tr:nth-child(even),
#myaccount.edit .account-information table tbody > tr:nth-child(even),
#myaccount.edit .account-information .table > tr:nth-child(even),
#myaccount.edit .account-information table tbody > div:nth-child(even),
#myaccount.edit .account-information .table > div:nth-child(even) {
  background: #fafafa;
}
#myaccount.edit .account-information table tbody > tbody > tr:not(:only-of-type):not(.header):hover,
#myaccount.edit .account-information .table > tbody > tr:not(:only-of-type):not(.header):hover,
#myaccount.edit .account-information table tbody > tr:not(:only-of-type):not(.header):hover,
#myaccount.edit .account-information .table > tr:not(:only-of-type):not(.header):hover,
#myaccount.edit .account-information table tbody > div:not(:only-of-type):not(.header):hover,
#myaccount.edit .account-information .table > div:not(:only-of-type):not(.header):hover {
  background: #E8E9EA;
}
#myaccount.edit .account-information table tbody > tbody > tr.primary:hover,
#myaccount.edit .account-information .table > tbody > tr.primary:hover,
#myaccount.edit .account-information table tbody > tr.primary:hover,
#myaccount.edit .account-information .table > tr.primary:hover,
#myaccount.edit .account-information table tbody > div.primary:hover,
#myaccount.edit .account-information .table > div.primary:hover {
  background: #E8E9EA;
}
#myaccount.edit .account-information table tbody > tbody > tr > th,
#myaccount.edit .account-information .table > tbody > tr > th,
#myaccount.edit .account-information table tbody > tr > th,
#myaccount.edit .account-information .table > tr > th,
#myaccount.edit .account-information table tbody > div > th,
#myaccount.edit .account-information .table > div > th,
#myaccount.edit .account-information table tbody > tbody > tr > td,
#myaccount.edit .account-information .table > tbody > tr > td,
#myaccount.edit .account-information table tbody > tr > td,
#myaccount.edit .account-information .table > tr > td,
#myaccount.edit .account-information table tbody > div > td,
#myaccount.edit .account-information .table > div > td,
#myaccount.edit .account-information table tbody > tbody > tr > div,
#myaccount.edit .account-information .table > tbody > tr > div,
#myaccount.edit .account-information table tbody > tr > div,
#myaccount.edit .account-information .table > tr > div,
#myaccount.edit .account-information table tbody > div > div,
#myaccount.edit .account-information .table > div > div {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
#myaccount.edit .account-information table tbody > tbody > tr > th .snap-css-button:not(.retain),
#myaccount.edit .account-information .table > tbody > tr > th .snap-css-button:not(.retain),
#myaccount.edit .account-information table tbody > tr > th .snap-css-button:not(.retain),
#myaccount.edit .account-information .table > tr > th .snap-css-button:not(.retain),
#myaccount.edit .account-information table tbody > div > th .snap-css-button:not(.retain),
#myaccount.edit .account-information .table > div > th .snap-css-button:not(.retain),
#myaccount.edit .account-information table tbody > tbody > tr > td .snap-css-button:not(.retain),
#myaccount.edit .account-information .table > tbody > tr > td .snap-css-button:not(.retain),
#myaccount.edit .account-information table tbody > tr > td .snap-css-button:not(.retain),
#myaccount.edit .account-information .table > tr > td .snap-css-button:not(.retain),
#myaccount.edit .account-information table tbody > div > td .snap-css-button:not(.retain),
#myaccount.edit .account-information .table > div > td .snap-css-button:not(.retain),
#myaccount.edit .account-information table tbody > tbody > tr > div .snap-css-button:not(.retain),
#myaccount.edit .account-information .table > tbody > tr > div .snap-css-button:not(.retain),
#myaccount.edit .account-information table tbody > tr > div .snap-css-button:not(.retain),
#myaccount.edit .account-information .table > tr > div .snap-css-button:not(.retain),
#myaccount.edit .account-information table tbody > div > div .snap-css-button:not(.retain),
#myaccount.edit .account-information .table > div > div .snap-css-button:not(.retain) {
  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;
  text-transform: unset;
}
#myaccount.edit .account-information table tbody > tbody > tr > th .snap-css-button:not(.retain):hover,
#myaccount.edit .account-information .table > tbody > tr > th .snap-css-button:not(.retain):hover,
#myaccount.edit .account-information table tbody > tr > th .snap-css-button:not(.retain):hover,
#myaccount.edit .account-information .table > tr > th .snap-css-button:not(.retain):hover,
#myaccount.edit .account-information table tbody > div > th .snap-css-button:not(.retain):hover,
#myaccount.edit .account-information .table > div > th .snap-css-button:not(.retain):hover,
#myaccount.edit .account-information table tbody > tbody > tr > td .snap-css-button:not(.retain):hover,
#myaccount.edit .account-information .table > tbody > tr > td .snap-css-button:not(.retain):hover,
#myaccount.edit .account-information table tbody > tr > td .snap-css-button:not(.retain):hover,
#myaccount.edit .account-information .table > tr > td .snap-css-button:not(.retain):hover,
#myaccount.edit .account-information table tbody > div > td .snap-css-button:not(.retain):hover,
#myaccount.edit .account-information .table > div > td .snap-css-button:not(.retain):hover,
#myaccount.edit .account-information table tbody > tbody > tr > div .snap-css-button:not(.retain):hover,
#myaccount.edit .account-information .table > tbody > tr > div .snap-css-button:not(.retain):hover,
#myaccount.edit .account-information table tbody > tr > div .snap-css-button:not(.retain):hover,
#myaccount.edit .account-information .table > tr > div .snap-css-button:not(.retain):hover,
#myaccount.edit .account-information table tbody > div > div .snap-css-button:not(.retain):hover,
#myaccount.edit .account-information .table > div > div .snap-css-button:not(.retain):hover {
  opacity: 1;
}
#myaccount.edit .account-information table tbody > tbody > tr > th .center,
#myaccount.edit .account-information .table > tbody > tr > th .center,
#myaccount.edit .account-information table tbody > tr > th .center,
#myaccount.edit .account-information .table > tr > th .center,
#myaccount.edit .account-information table tbody > div > th .center,
#myaccount.edit .account-information .table > div > th .center,
#myaccount.edit .account-information table tbody > tbody > tr > td .center,
#myaccount.edit .account-information .table > tbody > tr > td .center,
#myaccount.edit .account-information table tbody > tr > td .center,
#myaccount.edit .account-information .table > tr > td .center,
#myaccount.edit .account-information table tbody > div > td .center,
#myaccount.edit .account-information .table > div > td .center,
#myaccount.edit .account-information table tbody > tbody > tr > div .center,
#myaccount.edit .account-information .table > tbody > tr > div .center,
#myaccount.edit .account-information table tbody > tr > div .center,
#myaccount.edit .account-information .table > tr > div .center,
#myaccount.edit .account-information table tbody > div > div .center,
#myaccount.edit .account-information .table > div > div .center {
  text-align: center;
}
#myaccount.edit .account-information table tbody > tbody > tr > th .right,
#myaccount.edit .account-information .table > tbody > tr > th .right,
#myaccount.edit .account-information table tbody > tr > th .right,
#myaccount.edit .account-information .table > tr > th .right,
#myaccount.edit .account-information table tbody > div > th .right,
#myaccount.edit .account-information .table > div > th .right,
#myaccount.edit .account-information table tbody > tbody > tr > td .right,
#myaccount.edit .account-information .table > tbody > tr > td .right,
#myaccount.edit .account-information table tbody > tr > td .right,
#myaccount.edit .account-information .table > tr > td .right,
#myaccount.edit .account-information table tbody > div > td .right,
#myaccount.edit .account-information .table > div > td .right,
#myaccount.edit .account-information table tbody > tbody > tr > div .right,
#myaccount.edit .account-information .table > tbody > tr > div .right,
#myaccount.edit .account-information table tbody > tr > div .right,
#myaccount.edit .account-information .table > tr > div .right,
#myaccount.edit .account-information table tbody > div > div .right,
#myaccount.edit .account-information .table > div > div .right {
  text-align: right;
}
#myaccount.edit .account-information table tbody > tbody > tr > th .left,
#myaccount.edit .account-information .table > tbody > tr > th .left,
#myaccount.edit .account-information table tbody > tr > th .left,
#myaccount.edit .account-information .table > tr > th .left,
#myaccount.edit .account-information table tbody > div > th .left,
#myaccount.edit .account-information .table > div > th .left,
#myaccount.edit .account-information table tbody > tbody > tr > td .left,
#myaccount.edit .account-information .table > tbody > tr > td .left,
#myaccount.edit .account-information table tbody > tr > td .left,
#myaccount.edit .account-information .table > tr > td .left,
#myaccount.edit .account-information table tbody > div > td .left,
#myaccount.edit .account-information .table > div > td .left,
#myaccount.edit .account-information table tbody > tbody > tr > div .left,
#myaccount.edit .account-information .table > tbody > tr > div .left,
#myaccount.edit .account-information table tbody > tr > div .left,
#myaccount.edit .account-information .table > tr > div .left,
#myaccount.edit .account-information table tbody > div > div .left,
#myaccount.edit .account-information .table > div > div .left {
  text-align: left;
}
#myaccount.edit .account-information table tbody > tbody > tr > th:nth-child(n+1):last-child,
#myaccount.edit .account-information .table > tbody > tr > th:nth-child(n+1):last-child,
#myaccount.edit .account-information table tbody > tr > th:nth-child(n+1):last-child,
#myaccount.edit .account-information .table > tr > th:nth-child(n+1):last-child,
#myaccount.edit .account-information table tbody > div > th:nth-child(n+1):last-child,
#myaccount.edit .account-information .table > div > th:nth-child(n+1):last-child,
#myaccount.edit .account-information table tbody > tbody > tr > td:nth-child(n+1):last-child,
#myaccount.edit .account-information .table > tbody > tr > td:nth-child(n+1):last-child,
#myaccount.edit .account-information table tbody > tr > td:nth-child(n+1):last-child,
#myaccount.edit .account-information .table > tr > td:nth-child(n+1):last-child,
#myaccount.edit .account-information table tbody > div > td:nth-child(n+1):last-child,
#myaccount.edit .account-information .table > div > td:nth-child(n+1):last-child,
#myaccount.edit .account-information table tbody > tbody > tr > div:nth-child(n+1):last-child,
#myaccount.edit .account-information .table > tbody > tr > div:nth-child(n+1):last-child,
#myaccount.edit .account-information table tbody > tr > div:nth-child(n+1):last-child,
#myaccount.edit .account-information .table > tr > div:nth-child(n+1):last-child,
#myaccount.edit .account-information table tbody > div > div:nth-child(n+1):last-child,
#myaccount.edit .account-information .table > div > div:nth-child(n+1):last-child {
  text-align: right;
}
#myaccount.edit .account-information table tbody > tbody > tr > th:nth-child(n+1):last-child.center,
#myaccount.edit .account-information .table > tbody > tr > th:nth-child(n+1):last-child.center,
#myaccount.edit .account-information table tbody > tr > th:nth-child(n+1):last-child.center,
#myaccount.edit .account-information .table > tr > th:nth-child(n+1):last-child.center,
#myaccount.edit .account-information table tbody > div > th:nth-child(n+1):last-child.center,
#myaccount.edit .account-information .table > div > th:nth-child(n+1):last-child.center,
#myaccount.edit .account-information table tbody > tbody > tr > td:nth-child(n+1):last-child.center,
#myaccount.edit .account-information .table > tbody > tr > td:nth-child(n+1):last-child.center,
#myaccount.edit .account-information table tbody > tr > td:nth-child(n+1):last-child.center,
#myaccount.edit .account-information .table > tr > td:nth-child(n+1):last-child.center,
#myaccount.edit .account-information table tbody > div > td:nth-child(n+1):last-child.center,
#myaccount.edit .account-information .table > div > td:nth-child(n+1):last-child.center,
#myaccount.edit .account-information table tbody > tbody > tr > div:nth-child(n+1):last-child.center,
#myaccount.edit .account-information .table > tbody > tr > div:nth-child(n+1):last-child.center,
#myaccount.edit .account-information table tbody > tr > div:nth-child(n+1):last-child.center,
#myaccount.edit .account-information .table > tr > div:nth-child(n+1):last-child.center,
#myaccount.edit .account-information table tbody > div > div:nth-child(n+1):last-child.center,
#myaccount.edit .account-information .table > div > div:nth-child(n+1):last-child.center {
  text-align: center;
}
#myaccount.edit .account-information table tbody > tbody > tr > th:nth-child(n+1):last-child.left,
#myaccount.edit .account-information .table > tbody > tr > th:nth-child(n+1):last-child.left,
#myaccount.edit .account-information table tbody > tr > th:nth-child(n+1):last-child.left,
#myaccount.edit .account-information .table > tr > th:nth-child(n+1):last-child.left,
#myaccount.edit .account-information table tbody > div > th:nth-child(n+1):last-child.left,
#myaccount.edit .account-information .table > div > th:nth-child(n+1):last-child.left,
#myaccount.edit .account-information table tbody > tbody > tr > td:nth-child(n+1):last-child.left,
#myaccount.edit .account-information .table > tbody > tr > td:nth-child(n+1):last-child.left,
#myaccount.edit .account-information table tbody > tr > td:nth-child(n+1):last-child.left,
#myaccount.edit .account-information .table > tr > td:nth-child(n+1):last-child.left,
#myaccount.edit .account-information table tbody > div > td:nth-child(n+1):last-child.left,
#myaccount.edit .account-information .table > div > td:nth-child(n+1):last-child.left,
#myaccount.edit .account-information table tbody > tbody > tr > div:nth-child(n+1):last-child.left,
#myaccount.edit .account-information .table > tbody > tr > div:nth-child(n+1):last-child.left,
#myaccount.edit .account-information table tbody > tr > div:nth-child(n+1):last-child.left,
#myaccount.edit .account-information .table > tr > div:nth-child(n+1):last-child.left,
#myaccount.edit .account-information table tbody > div > div:nth-child(n+1):last-child.left,
#myaccount.edit .account-information .table > div > div:nth-child(n+1):last-child.left {
  text-align: left;
}
#myaccount.edit .account-information table tbody > *:first-child:not(.primary),
#myaccount.edit .account-information .table > *:first-child:not(.primary) {
  background: #464647;
  color: #fff;
}
#myaccount.edit .account-information table tbody > *:first-child:not(.primary) a,
#myaccount.edit .account-information .table > *:first-child:not(.primary) a {
  color: #fff;
}
#myaccount.edit .account-information table tbody .heading,
#myaccount.edit .account-information .table .heading {
  background: #464647;
}
#myaccount .account-password {
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  background: #fff;
  text-align: left;
  margin-bottom: 0;
}
#myaccount .account-password:before,
#myaccount .account-password:after {
  content: " ";
  display: table;
}
#myaccount .account-password:after {
  clear: both;
}
#myaccount .account-password > *:first-child:not(.table) {
  padding: 5px 5px 5px;
  background: #F2F2F2;
  color: #000;
  margin: 0;
  font-size: 12px;
  font-family: inherit;
  letter-spacing: unset;
  text-align: left;
  box-sizing: border-box;
}
#myaccount .account-password > *:first-child:not(.table) + div,
#myaccount .account-password > *:first-child:not(.table) + form {
  padding: 5px;
}
#myaccount .account-password > *:first-child:not(.table) + div:before,
#myaccount .account-password > *:first-child:not(.table) + form:before,
#myaccount .account-password > *:first-child:not(.table) + div:after,
#myaccount .account-password > *:first-child:not(.table) + form:after {
  content: " ";
  display: table;
}
#myaccount .account-password > *:first-child:not(.table) + div:after,
#myaccount .account-password > *:first-child:not(.table) + form:after {
  clear: both;
}
#myaccount .account-password > *:first-child:not(.table) a {
  color: initial;
}
#myaccount .account-password > *:first-child:not(.table) a:hover {
  color: #f26524;
}
#myaccount .account-password table {
  width: 100%;
}
#myaccount .account-password table tbody,
#myaccount .account-password .table {
  width: 100%;
  box-sizing: border-box;
  display: table;
}
#myaccount .account-password table tbody > tbody > tr,
#myaccount .account-password .table > tbody > tr,
#myaccount .account-password table tbody > tr,
#myaccount .account-password .table > tr,
#myaccount .account-password table tbody > div,
#myaccount .account-password .table > div {
  display: table-row;
}
#myaccount .account-password table tbody > tbody > tr:nth-child(even),
#myaccount .account-password .table > tbody > tr:nth-child(even),
#myaccount .account-password table tbody > tr:nth-child(even),
#myaccount .account-password .table > tr:nth-child(even),
#myaccount .account-password table tbody > div:nth-child(even),
#myaccount .account-password .table > div:nth-child(even) {
  background: #fafafa;
}
#myaccount .account-password table tbody > tbody > tr:not(:only-of-type):not(.header):hover,
#myaccount .account-password .table > tbody > tr:not(:only-of-type):not(.header):hover,
#myaccount .account-password table tbody > tr:not(:only-of-type):not(.header):hover,
#myaccount .account-password .table > tr:not(:only-of-type):not(.header):hover,
#myaccount .account-password table tbody > div:not(:only-of-type):not(.header):hover,
#myaccount .account-password .table > div:not(:only-of-type):not(.header):hover {
  background: #E8E9EA;
}
#myaccount .account-password table tbody > tbody > tr.primary:hover,
#myaccount .account-password .table > tbody > tr.primary:hover,
#myaccount .account-password table tbody > tr.primary:hover,
#myaccount .account-password .table > tr.primary:hover,
#myaccount .account-password table tbody > div.primary:hover,
#myaccount .account-password .table > div.primary:hover {
  background: #E8E9EA;
}
#myaccount .account-password table tbody > tbody > tr > th,
#myaccount .account-password .table > tbody > tr > th,
#myaccount .account-password table tbody > tr > th,
#myaccount .account-password .table > tr > th,
#myaccount .account-password table tbody > div > th,
#myaccount .account-password .table > div > th,
#myaccount .account-password table tbody > tbody > tr > td,
#myaccount .account-password .table > tbody > tr > td,
#myaccount .account-password table tbody > tr > td,
#myaccount .account-password .table > tr > td,
#myaccount .account-password table tbody > div > td,
#myaccount .account-password .table > div > td,
#myaccount .account-password table tbody > tbody > tr > div,
#myaccount .account-password .table > tbody > tr > div,
#myaccount .account-password table tbody > tr > div,
#myaccount .account-password .table > tr > div,
#myaccount .account-password table tbody > div > div,
#myaccount .account-password .table > div > div {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
#myaccount .account-password table tbody > tbody > tr > th .snap-css-button:not(.retain),
#myaccount .account-password .table > tbody > tr > th .snap-css-button:not(.retain),
#myaccount .account-password table tbody > tr > th .snap-css-button:not(.retain),
#myaccount .account-password .table > tr > th .snap-css-button:not(.retain),
#myaccount .account-password table tbody > div > th .snap-css-button:not(.retain),
#myaccount .account-password .table > div > th .snap-css-button:not(.retain),
#myaccount .account-password table tbody > tbody > tr > td .snap-css-button:not(.retain),
#myaccount .account-password .table > tbody > tr > td .snap-css-button:not(.retain),
#myaccount .account-password table tbody > tr > td .snap-css-button:not(.retain),
#myaccount .account-password .table > tr > td .snap-css-button:not(.retain),
#myaccount .account-password table tbody > div > td .snap-css-button:not(.retain),
#myaccount .account-password .table > div > td .snap-css-button:not(.retain),
#myaccount .account-password table tbody > tbody > tr > div .snap-css-button:not(.retain),
#myaccount .account-password .table > tbody > tr > div .snap-css-button:not(.retain),
#myaccount .account-password table tbody > tr > div .snap-css-button:not(.retain),
#myaccount .account-password .table > tr > div .snap-css-button:not(.retain),
#myaccount .account-password table tbody > div > div .snap-css-button:not(.retain),
#myaccount .account-password .table > div > div .snap-css-button:not(.retain) {
  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;
  text-transform: unset;
}
#myaccount .account-password table tbody > tbody > tr > th .snap-css-button:not(.retain):hover,
#myaccount .account-password .table > tbody > tr > th .snap-css-button:not(.retain):hover,
#myaccount .account-password table tbody > tr > th .snap-css-button:not(.retain):hover,
#myaccount .account-password .table > tr > th .snap-css-button:not(.retain):hover,
#myaccount .account-password table tbody > div > th .snap-css-button:not(.retain):hover,
#myaccount .account-password .table > div > th .snap-css-button:not(.retain):hover,
#myaccount .account-password table tbody > tbody > tr > td .snap-css-button:not(.retain):hover,
#myaccount .account-password .table > tbody > tr > td .snap-css-button:not(.retain):hover,
#myaccount .account-password table tbody > tr > td .snap-css-button:not(.retain):hover,
#myaccount .account-password .table > tr > td .snap-css-button:not(.retain):hover,
#myaccount .account-password table tbody > div > td .snap-css-button:not(.retain):hover,
#myaccount .account-password .table > div > td .snap-css-button:not(.retain):hover,
#myaccount .account-password table tbody > tbody > tr > div .snap-css-button:not(.retain):hover,
#myaccount .account-password .table > tbody > tr > div .snap-css-button:not(.retain):hover,
#myaccount .account-password table tbody > tr > div .snap-css-button:not(.retain):hover,
#myaccount .account-password .table > tr > div .snap-css-button:not(.retain):hover,
#myaccount .account-password table tbody > div > div .snap-css-button:not(.retain):hover,
#myaccount .account-password .table > div > div .snap-css-button:not(.retain):hover {
  opacity: 1;
}
#myaccount .account-password table tbody > tbody > tr > th .center,
#myaccount .account-password .table > tbody > tr > th .center,
#myaccount .account-password table tbody > tr > th .center,
#myaccount .account-password .table > tr > th .center,
#myaccount .account-password table tbody > div > th .center,
#myaccount .account-password .table > div > th .center,
#myaccount .account-password table tbody > tbody > tr > td .center,
#myaccount .account-password .table > tbody > tr > td .center,
#myaccount .account-password table tbody > tr > td .center,
#myaccount .account-password .table > tr > td .center,
#myaccount .account-password table tbody > div > td .center,
#myaccount .account-password .table > div > td .center,
#myaccount .account-password table tbody > tbody > tr > div .center,
#myaccount .account-password .table > tbody > tr > div .center,
#myaccount .account-password table tbody > tr > div .center,
#myaccount .account-password .table > tr > div .center,
#myaccount .account-password table tbody > div > div .center,
#myaccount .account-password .table > div > div .center {
  text-align: center;
}
#myaccount .account-password table tbody > tbody > tr > th .right,
#myaccount .account-password .table > tbody > tr > th .right,
#myaccount .account-password table tbody > tr > th .right,
#myaccount .account-password .table > tr > th .right,
#myaccount .account-password table tbody > div > th .right,
#myaccount .account-password .table > div > th .right,
#myaccount .account-password table tbody > tbody > tr > td .right,
#myaccount .account-password .table > tbody > tr > td .right,
#myaccount .account-password table tbody > tr > td .right,
#myaccount .account-password .table > tr > td .right,
#myaccount .account-password table tbody > div > td .right,
#myaccount .account-password .table > div > td .right,
#myaccount .account-password table tbody > tbody > tr > div .right,
#myaccount .account-password .table > tbody > tr > div .right,
#myaccount .account-password table tbody > tr > div .right,
#myaccount .account-password .table > tr > div .right,
#myaccount .account-password table tbody > div > div .right,
#myaccount .account-password .table > div > div .right {
  text-align: right;
}
#myaccount .account-password table tbody > tbody > tr > th .left,
#myaccount .account-password .table > tbody > tr > th .left,
#myaccount .account-password table tbody > tr > th .left,
#myaccount .account-password .table > tr > th .left,
#myaccount .account-password table tbody > div > th .left,
#myaccount .account-password .table > div > th .left,
#myaccount .account-password table tbody > tbody > tr > td .left,
#myaccount .account-password .table > tbody > tr > td .left,
#myaccount .account-password table tbody > tr > td .left,
#myaccount .account-password .table > tr > td .left,
#myaccount .account-password table tbody > div > td .left,
#myaccount .account-password .table > div > td .left,
#myaccount .account-password table tbody > tbody > tr > div .left,
#myaccount .account-password .table > tbody > tr > div .left,
#myaccount .account-password table tbody > tr > div .left,
#myaccount .account-password .table > tr > div .left,
#myaccount .account-password table tbody > div > div .left,
#myaccount .account-password .table > div > div .left {
  text-align: left;
}
#myaccount .account-password table tbody > tbody > tr > th:nth-child(n+1):last-child,
#myaccount .account-password .table > tbody > tr > th:nth-child(n+1):last-child,
#myaccount .account-password table tbody > tr > th:nth-child(n+1):last-child,
#myaccount .account-password .table > tr > th:nth-child(n+1):last-child,
#myaccount .account-password table tbody > div > th:nth-child(n+1):last-child,
#myaccount .account-password .table > div > th:nth-child(n+1):last-child,
#myaccount .account-password table tbody > tbody > tr > td:nth-child(n+1):last-child,
#myaccount .account-password .table > tbody > tr > td:nth-child(n+1):last-child,
#myaccount .account-password table tbody > tr > td:nth-child(n+1):last-child,
#myaccount .account-password .table > tr > td:nth-child(n+1):last-child,
#myaccount .account-password table tbody > div > td:nth-child(n+1):last-child,
#myaccount .account-password .table > div > td:nth-child(n+1):last-child,
#myaccount .account-password table tbody > tbody > tr > div:nth-child(n+1):last-child,
#myaccount .account-password .table > tbody > tr > div:nth-child(n+1):last-child,
#myaccount .account-password table tbody > tr > div:nth-child(n+1):last-child,
#myaccount .account-password .table > tr > div:nth-child(n+1):last-child,
#myaccount .account-password table tbody > div > div:nth-child(n+1):last-child,
#myaccount .account-password .table > div > div:nth-child(n+1):last-child {
  text-align: right;
}
#myaccount .account-password table tbody > tbody > tr > th:nth-child(n+1):last-child.center,
#myaccount .account-password .table > tbody > tr > th:nth-child(n+1):last-child.center,
#myaccount .account-password table tbody > tr > th:nth-child(n+1):last-child.center,
#myaccount .account-password .table > tr > th:nth-child(n+1):last-child.center,
#myaccount .account-password table tbody > div > th:nth-child(n+1):last-child.center,
#myaccount .account-password .table > div > th:nth-child(n+1):last-child.center,
#myaccount .account-password table tbody > tbody > tr > td:nth-child(n+1):last-child.center,
#myaccount .account-password .table > tbody > tr > td:nth-child(n+1):last-child.center,
#myaccount .account-password table tbody > tr > td:nth-child(n+1):last-child.center,
#myaccount .account-password .table > tr > td:nth-child(n+1):last-child.center,
#myaccount .account-password table tbody > div > td:nth-child(n+1):last-child.center,
#myaccount .account-password .table > div > td:nth-child(n+1):last-child.center,
#myaccount .account-password table tbody > tbody > tr > div:nth-child(n+1):last-child.center,
#myaccount .account-password .table > tbody > tr > div:nth-child(n+1):last-child.center,
#myaccount .account-password table tbody > tr > div:nth-child(n+1):last-child.center,
#myaccount .account-password .table > tr > div:nth-child(n+1):last-child.center,
#myaccount .account-password table tbody > div > div:nth-child(n+1):last-child.center,
#myaccount .account-password .table > div > div:nth-child(n+1):last-child.center {
  text-align: center;
}
#myaccount .account-password table tbody > tbody > tr > th:nth-child(n+1):last-child.left,
#myaccount .account-password .table > tbody > tr > th:nth-child(n+1):last-child.left,
#myaccount .account-password table tbody > tr > th:nth-child(n+1):last-child.left,
#myaccount .account-password .table > tr > th:nth-child(n+1):last-child.left,
#myaccount .account-password table tbody > div > th:nth-child(n+1):last-child.left,
#myaccount .account-password .table > div > th:nth-child(n+1):last-child.left,
#myaccount .account-password table tbody > tbody > tr > td:nth-child(n+1):last-child.left,
#myaccount .account-password .table > tbody > tr > td:nth-child(n+1):last-child.left,
#myaccount .account-password table tbody > tr > td:nth-child(n+1):last-child.left,
#myaccount .account-password .table > tr > td:nth-child(n+1):last-child.left,
#myaccount .account-password table tbody > div > td:nth-child(n+1):last-child.left,
#myaccount .account-password .table > div > td:nth-child(n+1):last-child.left,
#myaccount .account-password table tbody > tbody > tr > div:nth-child(n+1):last-child.left,
#myaccount .account-password .table > tbody > tr > div:nth-child(n+1):last-child.left,
#myaccount .account-password table tbody > tr > div:nth-child(n+1):last-child.left,
#myaccount .account-password .table > tr > div:nth-child(n+1):last-child.left,
#myaccount .account-password table tbody > div > div:nth-child(n+1):last-child.left,
#myaccount .account-password .table > div > div:nth-child(n+1):last-child.left {
  text-align: left;
}
#myaccount .account-password table tbody > *:first-child:not(.primary),
#myaccount .account-password .table > *:first-child:not(.primary) {
  background: #464647;
  color: #fff;
}
#myaccount .account-password table tbody > *:first-child:not(.primary) a,
#myaccount .account-password .table > *:first-child:not(.primary) a {
  color: #fff;
}
#myaccount .account-password table tbody .heading,
#myaccount .account-password .table .heading {
  background: #464647;
}
#myaccount .overdue-payment {
  color: red;
}
#resetpassword {
  margin-bottom: 2em;
}
#resetpassword input[type="email"] {
  border: 1px solid #c3c3c3;
}
#resetpassword button.legacy-button-green:last-child {
  float: right !important;
  text-align: right;
}
#resetpassword div.intro {
  margin: 1em 0;
}
#resetpassword label {
  font-weight: bold;
}
#resetpassword input#Address {
  width: 20em;
}
#resetpassword span.field-validation-error {
  color: red;
  display: block;
}
#resetpassword span.has-error {
  color: red;
}
#resetpassword .headerError {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #a2081d;
  font-weight: bold;
  padding: 10px 10px 10px 0;
  box-shadow: none;
  border: none;
  text-align: left;
}
#resetpassword .headerError:last-child {
  margin-bottom: 0;
}
#resetpassword .headerError: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;
}
#resetpassword .headerError > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
#resetpassword .headerError.error {
  color: #a2081d;
  font-weight: bold;
}
#resetpassword .headerError.success {
  color: #1a951a;
  font-weight: bold;
}
#resetpassword .headerError.mainRed {
  color: #a2081d;
}
#account-credit .voucher-available,
#account-credit .rewards-points-history,
#account-credit .vested-rewards,
#account-credit .not-yet-available {
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  background: #fff;
  text-align: left;
}
#account-credit .voucher-available:before,
#account-credit .rewards-points-history:before,
#account-credit .vested-rewards:before,
#account-credit .not-yet-available:before,
#account-credit .voucher-available:after,
#account-credit .rewards-points-history:after,
#account-credit .vested-rewards:after,
#account-credit .not-yet-available:after {
  content: " ";
  display: table;
}
#account-credit .voucher-available:after,
#account-credit .rewards-points-history:after,
#account-credit .vested-rewards:after,
#account-credit .not-yet-available:after {
  clear: both;
}
#account-credit .voucher-available > *:first-child:not(.table),
#account-credit .rewards-points-history > *:first-child:not(.table),
#account-credit .vested-rewards > *:first-child:not(.table),
#account-credit .not-yet-available > *:first-child:not(.table) {
  padding: 5px 5px 5px;
  background: #F2F2F2;
  color: #000;
  margin: 0;
  font-size: 12px;
  font-family: inherit;
  letter-spacing: unset;
  text-align: left;
  box-sizing: border-box;
}
#account-credit .voucher-available > *:first-child:not(.table) + div,
#account-credit .rewards-points-history > *:first-child:not(.table) + div,
#account-credit .vested-rewards > *:first-child:not(.table) + div,
#account-credit .not-yet-available > *:first-child:not(.table) + div,
#account-credit .voucher-available > *:first-child:not(.table) + form,
#account-credit .rewards-points-history > *:first-child:not(.table) + form,
#account-credit .vested-rewards > *:first-child:not(.table) + form,
#account-credit .not-yet-available > *:first-child:not(.table) + form {
  padding: 5px;
}
#account-credit .voucher-available > *:first-child:not(.table) + div:before,
#account-credit .rewards-points-history > *:first-child:not(.table) + div:before,
#account-credit .vested-rewards > *:first-child:not(.table) + div:before,
#account-credit .not-yet-available > *:first-child:not(.table) + div:before,
#account-credit .voucher-available > *:first-child:not(.table) + form:before,
#account-credit .rewards-points-history > *:first-child:not(.table) + form:before,
#account-credit .vested-rewards > *:first-child:not(.table) + form:before,
#account-credit .not-yet-available > *:first-child:not(.table) + form:before,
#account-credit .voucher-available > *:first-child:not(.table) + div:after,
#account-credit .rewards-points-history > *:first-child:not(.table) + div:after,
#account-credit .vested-rewards > *:first-child:not(.table) + div:after,
#account-credit .not-yet-available > *:first-child:not(.table) + div:after,
#account-credit .voucher-available > *:first-child:not(.table) + form:after,
#account-credit .rewards-points-history > *:first-child:not(.table) + form:after,
#account-credit .vested-rewards > *:first-child:not(.table) + form:after,
#account-credit .not-yet-available > *:first-child:not(.table) + form:after {
  content: " ";
  display: table;
}
#account-credit .voucher-available > *:first-child:not(.table) + div:after,
#account-credit .rewards-points-history > *:first-child:not(.table) + div:after,
#account-credit .vested-rewards > *:first-child:not(.table) + div:after,
#account-credit .not-yet-available > *:first-child:not(.table) + div:after,
#account-credit .voucher-available > *:first-child:not(.table) + form:after,
#account-credit .rewards-points-history > *:first-child:not(.table) + form:after,
#account-credit .vested-rewards > *:first-child:not(.table) + form:after,
#account-credit .not-yet-available > *:first-child:not(.table) + form:after {
  clear: both;
}
#account-credit .voucher-available > *:first-child:not(.table) a,
#account-credit .rewards-points-history > *:first-child:not(.table) a,
#account-credit .vested-rewards > *:first-child:not(.table) a,
#account-credit .not-yet-available > *:first-child:not(.table) a {
  color: initial;
}
#account-credit .voucher-available > *:first-child:not(.table) a:hover,
#account-credit .rewards-points-history > *:first-child:not(.table) a:hover,
#account-credit .vested-rewards > *:first-child:not(.table) a:hover,
#account-credit .not-yet-available > *:first-child:not(.table) a:hover {
  color: #f26524;
}
#account-credit .voucher-available table,
#account-credit .rewards-points-history table,
#account-credit .vested-rewards table,
#account-credit .not-yet-available table {
  width: 100%;
}
#account-credit .voucher-available table tbody,
#account-credit .rewards-points-history table tbody,
#account-credit .vested-rewards table tbody,
#account-credit .not-yet-available table tbody,
#account-credit .voucher-available .table,
#account-credit .rewards-points-history .table,
#account-credit .vested-rewards .table,
#account-credit .not-yet-available .table {
  width: 100%;
  box-sizing: border-box;
  display: table;
}
#account-credit .voucher-available table tbody > tbody > tr,
#account-credit .rewards-points-history table tbody > tbody > tr,
#account-credit .vested-rewards table tbody > tbody > tr,
#account-credit .not-yet-available table tbody > tbody > tr,
#account-credit .voucher-available .table > tbody > tr,
#account-credit .rewards-points-history .table > tbody > tr,
#account-credit .vested-rewards .table > tbody > tr,
#account-credit .not-yet-available .table > tbody > tr,
#account-credit .voucher-available table tbody > tr,
#account-credit .rewards-points-history table tbody > tr,
#account-credit .vested-rewards table tbody > tr,
#account-credit .not-yet-available table tbody > tr,
#account-credit .voucher-available .table > tr,
#account-credit .rewards-points-history .table > tr,
#account-credit .vested-rewards .table > tr,
#account-credit .not-yet-available .table > tr,
#account-credit .voucher-available table tbody > div,
#account-credit .rewards-points-history table tbody > div,
#account-credit .vested-rewards table tbody > div,
#account-credit .not-yet-available table tbody > div,
#account-credit .voucher-available .table > div,
#account-credit .rewards-points-history .table > div,
#account-credit .vested-rewards .table > div,
#account-credit .not-yet-available .table > div {
  display: table-row;
}
#account-credit .voucher-available table tbody > tbody > tr:nth-child(even),
#account-credit .rewards-points-history table tbody > tbody > tr:nth-child(even),
#account-credit .vested-rewards table tbody > tbody > tr:nth-child(even),
#account-credit .not-yet-available table tbody > tbody > tr:nth-child(even),
#account-credit .voucher-available .table > tbody > tr:nth-child(even),
#account-credit .rewards-points-history .table > tbody > tr:nth-child(even),
#account-credit .vested-rewards .table > tbody > tr:nth-child(even),
#account-credit .not-yet-available .table > tbody > tr:nth-child(even),
#account-credit .voucher-available table tbody > tr:nth-child(even),
#account-credit .rewards-points-history table tbody > tr:nth-child(even),
#account-credit .vested-rewards table tbody > tr:nth-child(even),
#account-credit .not-yet-available table tbody > tr:nth-child(even),
#account-credit .voucher-available .table > tr:nth-child(even),
#account-credit .rewards-points-history .table > tr:nth-child(even),
#account-credit .vested-rewards .table > tr:nth-child(even),
#account-credit .not-yet-available .table > tr:nth-child(even),
#account-credit .voucher-available table tbody > div:nth-child(even),
#account-credit .rewards-points-history table tbody > div:nth-child(even),
#account-credit .vested-rewards table tbody > div:nth-child(even),
#account-credit .not-yet-available table tbody > div:nth-child(even),
#account-credit .voucher-available .table > div:nth-child(even),
#account-credit .rewards-points-history .table > div:nth-child(even),
#account-credit .vested-rewards .table > div:nth-child(even),
#account-credit .not-yet-available .table > div:nth-child(even) {
  background: #fafafa;
}
#account-credit .voucher-available table tbody > tbody > tr:not(:only-of-type):not(.header):hover,
#account-credit .rewards-points-history table tbody > tbody > tr:not(:only-of-type):not(.header):hover,
#account-credit .vested-rewards table tbody > tbody > tr:not(:only-of-type):not(.header):hover,
#account-credit .not-yet-available table tbody > tbody > tr:not(:only-of-type):not(.header):hover,
#account-credit .voucher-available .table > tbody > tr:not(:only-of-type):not(.header):hover,
#account-credit .rewards-points-history .table > tbody > tr:not(:only-of-type):not(.header):hover,
#account-credit .vested-rewards .table > tbody > tr:not(:only-of-type):not(.header):hover,
#account-credit .not-yet-available .table > tbody > tr:not(:only-of-type):not(.header):hover,
#account-credit .voucher-available table tbody > tr:not(:only-of-type):not(.header):hover,
#account-credit .rewards-points-history table tbody > tr:not(:only-of-type):not(.header):hover,
#account-credit .vested-rewards table tbody > tr:not(:only-of-type):not(.header):hover,
#account-credit .not-yet-available table tbody > tr:not(:only-of-type):not(.header):hover,
#account-credit .voucher-available .table > tr:not(:only-of-type):not(.header):hover,
#account-credit .rewards-points-history .table > tr:not(:only-of-type):not(.header):hover,
#account-credit .vested-rewards .table > tr:not(:only-of-type):not(.header):hover,
#account-credit .not-yet-available .table > tr:not(:only-of-type):not(.header):hover,
#account-credit .voucher-available table tbody > div:not(:only-of-type):not(.header):hover,
#account-credit .rewards-points-history table tbody > div:not(:only-of-type):not(.header):hover,
#account-credit .vested-rewards table tbody > div:not(:only-of-type):not(.header):hover,
#account-credit .not-yet-available table tbody > div:not(:only-of-type):not(.header):hover,
#account-credit .voucher-available .table > div:not(:only-of-type):not(.header):hover,
#account-credit .rewards-points-history .table > div:not(:only-of-type):not(.header):hover,
#account-credit .vested-rewards .table > div:not(:only-of-type):not(.header):hover,
#account-credit .not-yet-available .table > div:not(:only-of-type):not(.header):hover {
  background: #E8E9EA;
}
#account-credit .voucher-available table tbody > tbody > tr.primary:hover,
#account-credit .rewards-points-history table tbody > tbody > tr.primary:hover,
#account-credit .vested-rewards table tbody > tbody > tr.primary:hover,
#account-credit .not-yet-available table tbody > tbody > tr.primary:hover,
#account-credit .voucher-available .table > tbody > tr.primary:hover,
#account-credit .rewards-points-history .table > tbody > tr.primary:hover,
#account-credit .vested-rewards .table > tbody > tr.primary:hover,
#account-credit .not-yet-available .table > tbody > tr.primary:hover,
#account-credit .voucher-available table tbody > tr.primary:hover,
#account-credit .rewards-points-history table tbody > tr.primary:hover,
#account-credit .vested-rewards table tbody > tr.primary:hover,
#account-credit .not-yet-available table tbody > tr.primary:hover,
#account-credit .voucher-available .table > tr.primary:hover,
#account-credit .rewards-points-history .table > tr.primary:hover,
#account-credit .vested-rewards .table > tr.primary:hover,
#account-credit .not-yet-available .table > tr.primary:hover,
#account-credit .voucher-available table tbody > div.primary:hover,
#account-credit .rewards-points-history table tbody > div.primary:hover,
#account-credit .vested-rewards table tbody > div.primary:hover,
#account-credit .not-yet-available table tbody > div.primary:hover,
#account-credit .voucher-available .table > div.primary:hover,
#account-credit .rewards-points-history .table > div.primary:hover,
#account-credit .vested-rewards .table > div.primary:hover,
#account-credit .not-yet-available .table > div.primary:hover {
  background: #E8E9EA;
}
#account-credit .voucher-available table tbody > tbody > tr > th,
#account-credit .rewards-points-history table tbody > tbody > tr > th,
#account-credit .vested-rewards table tbody > tbody > tr > th,
#account-credit .not-yet-available table tbody > tbody > tr > th,
#account-credit .voucher-available .table > tbody > tr > th,
#account-credit .rewards-points-history .table > tbody > tr > th,
#account-credit .vested-rewards .table > tbody > tr > th,
#account-credit .not-yet-available .table > tbody > tr > th,
#account-credit .voucher-available table tbody > tr > th,
#account-credit .rewards-points-history table tbody > tr > th,
#account-credit .vested-rewards table tbody > tr > th,
#account-credit .not-yet-available table tbody > tr > th,
#account-credit .voucher-available .table > tr > th,
#account-credit .rewards-points-history .table > tr > th,
#account-credit .vested-rewards .table > tr > th,
#account-credit .not-yet-available .table > tr > th,
#account-credit .voucher-available table tbody > div > th,
#account-credit .rewards-points-history table tbody > div > th,
#account-credit .vested-rewards table tbody > div > th,
#account-credit .not-yet-available table tbody > div > th,
#account-credit .voucher-available .table > div > th,
#account-credit .rewards-points-history .table > div > th,
#account-credit .vested-rewards .table > div > th,
#account-credit .not-yet-available .table > div > th,
#account-credit .voucher-available table tbody > tbody > tr > td,
#account-credit .rewards-points-history table tbody > tbody > tr > td,
#account-credit .vested-rewards table tbody > tbody > tr > td,
#account-credit .not-yet-available table tbody > tbody > tr > td,
#account-credit .voucher-available .table > tbody > tr > td,
#account-credit .rewards-points-history .table > tbody > tr > td,
#account-credit .vested-rewards .table > tbody > tr > td,
#account-credit .not-yet-available .table > tbody > tr > td,
#account-credit .voucher-available table tbody > tr > td,
#account-credit .rewards-points-history table tbody > tr > td,
#account-credit .vested-rewards table tbody > tr > td,
#account-credit .not-yet-available table tbody > tr > td,
#account-credit .voucher-available .table > tr > td,
#account-credit .rewards-points-history .table > tr > td,
#account-credit .vested-rewards .table > tr > td,
#account-credit .not-yet-available .table > tr > td,
#account-credit .voucher-available table tbody > div > td,
#account-credit .rewards-points-history table tbody > div > td,
#account-credit .vested-rewards table tbody > div > td,
#account-credit .not-yet-available table tbody > div > td,
#account-credit .voucher-available .table > div > td,
#account-credit .rewards-points-history .table > div > td,
#account-credit .vested-rewards .table > div > td,
#account-credit .not-yet-available .table > div > td,
#account-credit .voucher-available table tbody > tbody > tr > div,
#account-credit .rewards-points-history table tbody > tbody > tr > div,
#account-credit .vested-rewards table tbody > tbody > tr > div,
#account-credit .not-yet-available table tbody > tbody > tr > div,
#account-credit .voucher-available .table > tbody > tr > div,
#account-credit .rewards-points-history .table > tbody > tr > div,
#account-credit .vested-rewards .table > tbody > tr > div,
#account-credit .not-yet-available .table > tbody > tr > div,
#account-credit .voucher-available table tbody > tr > div,
#account-credit .rewards-points-history table tbody > tr > div,
#account-credit .vested-rewards table tbody > tr > div,
#account-credit .not-yet-available table tbody > tr > div,
#account-credit .voucher-available .table > tr > div,
#account-credit .rewards-points-history .table > tr > div,
#account-credit .vested-rewards .table > tr > div,
#account-credit .not-yet-available .table > tr > div,
#account-credit .voucher-available table tbody > div > div,
#account-credit .rewards-points-history table tbody > div > div,
#account-credit .vested-rewards table tbody > div > div,
#account-credit .not-yet-available table tbody > div > div,
#account-credit .voucher-available .table > div > div,
#account-credit .rewards-points-history .table > div > div,
#account-credit .vested-rewards .table > div > div,
#account-credit .not-yet-available .table > div > div {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
#account-credit .voucher-available table tbody > tbody > tr > th .snap-css-button:not(.retain),
#account-credit .rewards-points-history table tbody > tbody > tr > th .snap-css-button:not(.retain),
#account-credit .vested-rewards table tbody > tbody > tr > th .snap-css-button:not(.retain),
#account-credit .not-yet-available table tbody > tbody > tr > th .snap-css-button:not(.retain),
#account-credit .voucher-available .table > tbody > tr > th .snap-css-button:not(.retain),
#account-credit .rewards-points-history .table > tbody > tr > th .snap-css-button:not(.retain),
#account-credit .vested-rewards .table > tbody > tr > th .snap-css-button:not(.retain),
#account-credit .not-yet-available .table > tbody > tr > th .snap-css-button:not(.retain),
#account-credit .voucher-available table tbody > tr > th .snap-css-button:not(.retain),
#account-credit .rewards-points-history table tbody > tr > th .snap-css-button:not(.retain),
#account-credit .vested-rewards table tbody > tr > th .snap-css-button:not(.retain),
#account-credit .not-yet-available table tbody > tr > th .snap-css-button:not(.retain),
#account-credit .voucher-available .table > tr > th .snap-css-button:not(.retain),
#account-credit .rewards-points-history .table > tr > th .snap-css-button:not(.retain),
#account-credit .vested-rewards .table > tr > th .snap-css-button:not(.retain),
#account-credit .not-yet-available .table > tr > th .snap-css-button:not(.retain),
#account-credit .voucher-available table tbody > div > th .snap-css-button:not(.retain),
#account-credit .rewards-points-history table tbody > div > th .snap-css-button:not(.retain),
#account-credit .vested-rewards table tbody > div > th .snap-css-button:not(.retain),
#account-credit .not-yet-available table tbody > div > th .snap-css-button:not(.retain),
#account-credit .voucher-available .table > div > th .snap-css-button:not(.retain),
#account-credit .rewards-points-history .table > div > th .snap-css-button:not(.retain),
#account-credit .vested-rewards .table > div > th .snap-css-button:not(.retain),
#account-credit .not-yet-available .table > div > th .snap-css-button:not(.retain),
#account-credit .voucher-available table tbody > tbody > tr > td .snap-css-button:not(.retain),
#account-credit .rewards-points-history table tbody > tbody > tr > td .snap-css-button:not(.retain),
#account-credit .vested-rewards table tbody > tbody > tr > td .snap-css-button:not(.retain),
#account-credit .not-yet-available table tbody > tbody > tr > td .snap-css-button:not(.retain),
#account-credit .voucher-available .table > tbody > tr > td .snap-css-button:not(.retain),
#account-credit .rewards-points-history .table > tbody > tr > td .snap-css-button:not(.retain),
#account-credit .vested-rewards .table > tbody > tr > td .snap-css-button:not(.retain),
#account-credit .not-yet-available .table > tbody > tr > td .snap-css-button:not(.retain),
#account-credit .voucher-available table tbody > tr > td .snap-css-button:not(.retain),
#account-credit .rewards-points-history table tbody > tr > td .snap-css-button:not(.retain),
#account-credit .vested-rewards table tbody > tr > td .snap-css-button:not(.retain),
#account-credit .not-yet-available table tbody > tr > td .snap-css-button:not(.retain),
#account-credit .voucher-available .table > tr > td .snap-css-button:not(.retain),
#account-credit .rewards-points-history .table > tr > td .snap-css-button:not(.retain),
#account-credit .vested-rewards .table > tr > td .snap-css-button:not(.retain),
#account-credit .not-yet-available .table > tr > td .snap-css-button:not(.retain),
#account-credit .voucher-available table tbody > div > td .snap-css-button:not(.retain),
#account-credit .rewards-points-history table tbody > div > td .snap-css-button:not(.retain),
#account-credit .vested-rewards table tbody > div > td .snap-css-button:not(.retain),
#account-credit .not-yet-available table tbody > div > td .snap-css-button:not(.retain),
#account-credit .voucher-available .table > div > td .snap-css-button:not(.retain),
#account-credit .rewards-points-history .table > div > td .snap-css-button:not(.retain),
#account-credit .vested-rewards .table > div > td .snap-css-button:not(.retain),
#account-credit .not-yet-available .table > div > td .snap-css-button:not(.retain),
#account-credit .voucher-available table tbody > tbody > tr > div .snap-css-button:not(.retain),
#account-credit .rewards-points-history table tbody > tbody > tr > div .snap-css-button:not(.retain),
#account-credit .vested-rewards table tbody > tbody > tr > div .snap-css-button:not(.retain),
#account-credit .not-yet-available table tbody > tbody > tr > div .snap-css-button:not(.retain),
#account-credit .voucher-available .table > tbody > tr > div .snap-css-button:not(.retain),
#account-credit .rewards-points-history .table > tbody > tr > div .snap-css-button:not(.retain),
#account-credit .vested-rewards .table > tbody > tr > div .snap-css-button:not(.retain),
#account-credit .not-yet-available .table > tbody > tr > div .snap-css-button:not(.retain),
#account-credit .voucher-available table tbody > tr > div .snap-css-button:not(.retain),
#account-credit .rewards-points-history table tbody > tr > div .snap-css-button:not(.retain),
#account-credit .vested-rewards table tbody > tr > div .snap-css-button:not(.retain),
#account-credit .not-yet-available table tbody > tr > div .snap-css-button:not(.retain),
#account-credit .voucher-available .table > tr > div .snap-css-button:not(.retain),
#account-credit .rewards-points-history .table > tr > div .snap-css-button:not(.retain),
#account-credit .vested-rewards .table > tr > div .snap-css-button:not(.retain),
#account-credit .not-yet-available .table > tr > div .snap-css-button:not(.retain),
#account-credit .voucher-available table tbody > div > div .snap-css-button:not(.retain),
#account-credit .rewards-points-history table tbody > div > div .snap-css-button:not(.retain),
#account-credit .vested-rewards table tbody > div > div .snap-css-button:not(.retain),
#account-credit .not-yet-available table tbody > div > div .snap-css-button:not(.retain),
#account-credit .voucher-available .table > div > div .snap-css-button:not(.retain),
#account-credit .rewards-points-history .table > div > div .snap-css-button:not(.retain),
#account-credit .vested-rewards .table > div > div .snap-css-button:not(.retain),
#account-credit .not-yet-available .table > div > div .snap-css-button:not(.retain) {
  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;
  text-transform: unset;
}
#account-credit .voucher-available table tbody > tbody > tr > th .snap-css-button:not(.retain):hover,
#account-credit .rewards-points-history table tbody > tbody > tr > th .snap-css-button:not(.retain):hover,
#account-credit .vested-rewards table tbody > tbody > tr > th .snap-css-button:not(.retain):hover,
#account-credit .not-yet-available table tbody > tbody > tr > th .snap-css-button:not(.retain):hover,
#account-credit .voucher-available .table > tbody > tr > th .snap-css-button:not(.retain):hover,
#account-credit .rewards-points-history .table > tbody > tr > th .snap-css-button:not(.retain):hover,
#account-credit .vested-rewards .table > tbody > tr > th .snap-css-button:not(.retain):hover,
#account-credit .not-yet-available .table > tbody > tr > th .snap-css-button:not(.retain):hover,
#account-credit .voucher-available table tbody > tr > th .snap-css-button:not(.retain):hover,
#account-credit .rewards-points-history table tbody > tr > th .snap-css-button:not(.retain):hover,
#account-credit .vested-rewards table tbody > tr > th .snap-css-button:not(.retain):hover,
#account-credit .not-yet-available table tbody > tr > th .snap-css-button:not(.retain):hover,
#account-credit .voucher-available .table > tr > th .snap-css-button:not(.retain):hover,
#account-credit .rewards-points-history .table > tr > th .snap-css-button:not(.retain):hover,
#account-credit .vested-rewards .table > tr > th .snap-css-button:not(.retain):hover,
#account-credit .not-yet-available .table > tr > th .snap-css-button:not(.retain):hover,
#account-credit .voucher-available table tbody > div > th .snap-css-button:not(.retain):hover,
#account-credit .rewards-points-history table tbody > div > th .snap-css-button:not(.retain):hover,
#account-credit .vested-rewards table tbody > div > th .snap-css-button:not(.retain):hover,
#account-credit .not-yet-available table tbody > div > th .snap-css-button:not(.retain):hover,
#account-credit .voucher-available .table > div > th .snap-css-button:not(.retain):hover,
#account-credit .rewards-points-history .table > div > th .snap-css-button:not(.retain):hover,
#account-credit .vested-rewards .table > div > th .snap-css-button:not(.retain):hover,
#account-credit .not-yet-available .table > div > th .snap-css-button:not(.retain):hover,
#account-credit .voucher-available table tbody > tbody > tr > td .snap-css-button:not(.retain):hover,
#account-credit .rewards-points-history table tbody > tbody > tr > td .snap-css-button:not(.retain):hover,
#account-credit .vested-rewards table tbody > tbody > tr > td .snap-css-button:not(.retain):hover,
#account-credit .not-yet-available table tbody > tbody > tr > td .snap-css-button:not(.retain):hover,
#account-credit .voucher-available .table > tbody > tr > td .snap-css-button:not(.retain):hover,
#account-credit .rewards-points-history .table > tbody > tr > td .snap-css-button:not(.retain):hover,
#account-credit .vested-rewards .table > tbody > tr > td .snap-css-button:not(.retain):hover,
#account-credit .not-yet-available .table > tbody > tr > td .snap-css-button:not(.retain):hover,
#account-credit .voucher-available table tbody > tr > td .snap-css-button:not(.retain):hover,
#account-credit .rewards-points-history table tbody > tr > td .snap-css-button:not(.retain):hover,
#account-credit .vested-rewards table tbody > tr > td .snap-css-button:not(.retain):hover,
#account-credit .not-yet-available table tbody > tr > td .snap-css-button:not(.retain):hover,
#account-credit .voucher-available .table > tr > td .snap-css-button:not(.retain):hover,
#account-credit .rewards-points-history .table > tr > td .snap-css-button:not(.retain):hover,
#account-credit .vested-rewards .table > tr > td .snap-css-button:not(.retain):hover,
#account-credit .not-yet-available .table > tr > td .snap-css-button:not(.retain):hover,
#account-credit .voucher-available table tbody > div > td .snap-css-button:not(.retain):hover,
#account-credit .rewards-points-history table tbody > div > td .snap-css-button:not(.retain):hover,
#account-credit .vested-rewards table tbody > div > td .snap-css-button:not(.retain):hover,
#account-credit .not-yet-available table tbody > div > td .snap-css-button:not(.retain):hover,
#account-credit .voucher-available .table > div > td .snap-css-button:not(.retain):hover,
#account-credit .rewards-points-history .table > div > td .snap-css-button:not(.retain):hover,
#account-credit .vested-rewards .table > div > td .snap-css-button:not(.retain):hover,
#account-credit .not-yet-available .table > div > td .snap-css-button:not(.retain):hover,
#account-credit .voucher-available table tbody > tbody > tr > div .snap-css-button:not(.retain):hover,
#account-credit .rewards-points-history table tbody > tbody > tr > div .snap-css-button:not(.retain):hover,
#account-credit .vested-rewards table tbody > tbody > tr > div .snap-css-button:not(.retain):hover,
#account-credit .not-yet-available table tbody > tbody > tr > div .snap-css-button:not(.retain):hover,
#account-credit .voucher-available .table > tbody > tr > div .snap-css-button:not(.retain):hover,
#account-credit .rewards-points-history .table > tbody > tr > div .snap-css-button:not(.retain):hover,
#account-credit .vested-rewards .table > tbody > tr > div .snap-css-button:not(.retain):hover,
#account-credit .not-yet-available .table > tbody > tr > div .snap-css-button:not(.retain):hover,
#account-credit .voucher-available table tbody > tr > div .snap-css-button:not(.retain):hover,
#account-credit .rewards-points-history table tbody > tr > div .snap-css-button:not(.retain):hover,
#account-credit .vested-rewards table tbody > tr > div .snap-css-button:not(.retain):hover,
#account-credit .not-yet-available table tbody > tr > div .snap-css-button:not(.retain):hover,
#account-credit .voucher-available .table > tr > div .snap-css-button:not(.retain):hover,
#account-credit .rewards-points-history .table > tr > div .snap-css-button:not(.retain):hover,
#account-credit .vested-rewards .table > tr > div .snap-css-button:not(.retain):hover,
#account-credit .not-yet-available .table > tr > div .snap-css-button:not(.retain):hover,
#account-credit .voucher-available table tbody > div > div .snap-css-button:not(.retain):hover,
#account-credit .rewards-points-history table tbody > div > div .snap-css-button:not(.retain):hover,
#account-credit .vested-rewards table tbody > div > div .snap-css-button:not(.retain):hover,
#account-credit .not-yet-available table tbody > div > div .snap-css-button:not(.retain):hover,
#account-credit .voucher-available .table > div > div .snap-css-button:not(.retain):hover,
#account-credit .rewards-points-history .table > div > div .snap-css-button:not(.retain):hover,
#account-credit .vested-rewards .table > div > div .snap-css-button:not(.retain):hover,
#account-credit .not-yet-available .table > div > div .snap-css-button:not(.retain):hover {
  opacity: 1;
}
#account-credit .voucher-available table tbody > tbody > tr > th .center,
#account-credit .rewards-points-history table tbody > tbody > tr > th .center,
#account-credit .vested-rewards table tbody > tbody > tr > th .center,
#account-credit .not-yet-available table tbody > tbody > tr > th .center,
#account-credit .voucher-available .table > tbody > tr > th .center,
#account-credit .rewards-points-history .table > tbody > tr > th .center,
#account-credit .vested-rewards .table > tbody > tr > th .center,
#account-credit .not-yet-available .table > tbody > tr > th .center,
#account-credit .voucher-available table tbody > tr > th .center,
#account-credit .rewards-points-history table tbody > tr > th .center,
#account-credit .vested-rewards table tbody > tr > th .center,
#account-credit .not-yet-available table tbody > tr > th .center,
#account-credit .voucher-available .table > tr > th .center,
#account-credit .rewards-points-history .table > tr > th .center,
#account-credit .vested-rewards .table > tr > th .center,
#account-credit .not-yet-available .table > tr > th .center,
#account-credit .voucher-available table tbody > div > th .center,
#account-credit .rewards-points-history table tbody > div > th .center,
#account-credit .vested-rewards table tbody > div > th .center,
#account-credit .not-yet-available table tbody > div > th .center,
#account-credit .voucher-available .table > div > th .center,
#account-credit .rewards-points-history .table > div > th .center,
#account-credit .vested-rewards .table > div > th .center,
#account-credit .not-yet-available .table > div > th .center,
#account-credit .voucher-available table tbody > tbody > tr > td .center,
#account-credit .rewards-points-history table tbody > tbody > tr > td .center,
#account-credit .vested-rewards table tbody > tbody > tr > td .center,
#account-credit .not-yet-available table tbody > tbody > tr > td .center,
#account-credit .voucher-available .table > tbody > tr > td .center,
#account-credit .rewards-points-history .table > tbody > tr > td .center,
#account-credit .vested-rewards .table > tbody > tr > td .center,
#account-credit .not-yet-available .table > tbody > tr > td .center,
#account-credit .voucher-available table tbody > tr > td .center,
#account-credit .rewards-points-history table tbody > tr > td .center,
#account-credit .vested-rewards table tbody > tr > td .center,
#account-credit .not-yet-available table tbody > tr > td .center,
#account-credit .voucher-available .table > tr > td .center,
#account-credit .rewards-points-history .table > tr > td .center,
#account-credit .vested-rewards .table > tr > td .center,
#account-credit .not-yet-available .table > tr > td .center,
#account-credit .voucher-available table tbody > div > td .center,
#account-credit .rewards-points-history table tbody > div > td .center,
#account-credit .vested-rewards table tbody > div > td .center,
#account-credit .not-yet-available table tbody > div > td .center,
#account-credit .voucher-available .table > div > td .center,
#account-credit .rewards-points-history .table > div > td .center,
#account-credit .vested-rewards .table > div > td .center,
#account-credit .not-yet-available .table > div > td .center,
#account-credit .voucher-available table tbody > tbody > tr > div .center,
#account-credit .rewards-points-history table tbody > tbody > tr > div .center,
#account-credit .vested-rewards table tbody > tbody > tr > div .center,
#account-credit .not-yet-available table tbody > tbody > tr > div .center,
#account-credit .voucher-available .table > tbody > tr > div .center,
#account-credit .rewards-points-history .table > tbody > tr > div .center,
#account-credit .vested-rewards .table > tbody > tr > div .center,
#account-credit .not-yet-available .table > tbody > tr > div .center,
#account-credit .voucher-available table tbody > tr > div .center,
#account-credit .rewards-points-history table tbody > tr > div .center,
#account-credit .vested-rewards table tbody > tr > div .center,
#account-credit .not-yet-available table tbody > tr > div .center,
#account-credit .voucher-available .table > tr > div .center,
#account-credit .rewards-points-history .table > tr > div .center,
#account-credit .vested-rewards .table > tr > div .center,
#account-credit .not-yet-available .table > tr > div .center,
#account-credit .voucher-available table tbody > div > div .center,
#account-credit .rewards-points-history table tbody > div > div .center,
#account-credit .vested-rewards table tbody > div > div .center,
#account-credit .not-yet-available table tbody > div > div .center,
#account-credit .voucher-available .table > div > div .center,
#account-credit .rewards-points-history .table > div > div .center,
#account-credit .vested-rewards .table > div > div .center,
#account-credit .not-yet-available .table > div > div .center {
  text-align: center;
}
#account-credit .voucher-available table tbody > tbody > tr > th .right,
#account-credit .rewards-points-history table tbody > tbody > tr > th .right,
#account-credit .vested-rewards table tbody > tbody > tr > th .right,
#account-credit .not-yet-available table tbody > tbody > tr > th .right,
#account-credit .voucher-available .table > tbody > tr > th .right,
#account-credit .rewards-points-history .table > tbody > tr > th .right,
#account-credit .vested-rewards .table > tbody > tr > th .right,
#account-credit .not-yet-available .table > tbody > tr > th .right,
#account-credit .voucher-available table tbody > tr > th .right,
#account-credit .rewards-points-history table tbody > tr > th .right,
#account-credit .vested-rewards table tbody > tr > th .right,
#account-credit .not-yet-available table tbody > tr > th .right,
#account-credit .voucher-available .table > tr > th .right,
#account-credit .rewards-points-history .table > tr > th .right,
#account-credit .vested-rewards .table > tr > th .right,
#account-credit .not-yet-available .table > tr > th .right,
#account-credit .voucher-available table tbody > div > th .right,
#account-credit .rewards-points-history table tbody > div > th .right,
#account-credit .vested-rewards table tbody > div > th .right,
#account-credit .not-yet-available table tbody > div > th .right,
#account-credit .voucher-available .table > div > th .right,
#account-credit .rewards-points-history .table > div > th .right,
#account-credit .vested-rewards .table > div > th .right,
#account-credit .not-yet-available .table > div > th .right,
#account-credit .voucher-available table tbody > tbody > tr > td .right,
#account-credit .rewards-points-history table tbody > tbody > tr > td .right,
#account-credit .vested-rewards table tbody > tbody > tr > td .right,
#account-credit .not-yet-available table tbody > tbody > tr > td .right,
#account-credit .voucher-available .table > tbody > tr > td .right,
#account-credit .rewards-points-history .table > tbody > tr > td .right,
#account-credit .vested-rewards .table > tbody > tr > td .right,
#account-credit .not-yet-available .table > tbody > tr > td .right,
#account-credit .voucher-available table tbody > tr > td .right,
#account-credit .rewards-points-history table tbody > tr > td .right,
#account-credit .vested-rewards table tbody > tr > td .right,
#account-credit .not-yet-available table tbody > tr > td .right,
#account-credit .voucher-available .table > tr > td .right,
#account-credit .rewards-points-history .table > tr > td .right,
#account-credit .vested-rewards .table > tr > td .right,
#account-credit .not-yet-available .table > tr > td .right,
#account-credit .voucher-available table tbody > div > td .right,
#account-credit .rewards-points-history table tbody > div > td .right,
#account-credit .vested-rewards table tbody > div > td .right,
#account-credit .not-yet-available table tbody > div > td .right,
#account-credit .voucher-available .table > div > td .right,
#account-credit .rewards-points-history .table > div > td .right,
#account-credit .vested-rewards .table > div > td .right,
#account-credit .not-yet-available .table > div > td .right,
#account-credit .voucher-available table tbody > tbody > tr > div .right,
#account-credit .rewards-points-history table tbody > tbody > tr > div .right,
#account-credit .vested-rewards table tbody > tbody > tr > div .right,
#account-credit .not-yet-available table tbody > tbody > tr > div .right,
#account-credit .voucher-available .table > tbody > tr > div .right,
#account-credit .rewards-points-history .table > tbody > tr > div .right,
#account-credit .vested-rewards .table > tbody > tr > div .right,
#account-credit .not-yet-available .table > tbody > tr > div .right,
#account-credit .voucher-available table tbody > tr > div .right,
#account-credit .rewards-points-history table tbody > tr > div .right,
#account-credit .vested-rewards table tbody > tr > div .right,
#account-credit .not-yet-available table tbody > tr > div .right,
#account-credit .voucher-available .table > tr > div .right,
#account-credit .rewards-points-history .table > tr > div .right,
#account-credit .vested-rewards .table > tr > div .right,
#account-credit .not-yet-available .table > tr > div .right,
#account-credit .voucher-available table tbody > div > div .right,
#account-credit .rewards-points-history table tbody > div > div .right,
#account-credit .vested-rewards table tbody > div > div .right,
#account-credit .not-yet-available table tbody > div > div .right,
#account-credit .voucher-available .table > div > div .right,
#account-credit .rewards-points-history .table > div > div .right,
#account-credit .vested-rewards .table > div > div .right,
#account-credit .not-yet-available .table > div > div .right {
  text-align: right;
}
#account-credit .voucher-available table tbody > tbody > tr > th .left,
#account-credit .rewards-points-history table tbody > tbody > tr > th .left,
#account-credit .vested-rewards table tbody > tbody > tr > th .left,
#account-credit .not-yet-available table tbody > tbody > tr > th .left,
#account-credit .voucher-available .table > tbody > tr > th .left,
#account-credit .rewards-points-history .table > tbody > tr > th .left,
#account-credit .vested-rewards .table > tbody > tr > th .left,
#account-credit .not-yet-available .table > tbody > tr > th .left,
#account-credit .voucher-available table tbody > tr > th .left,
#account-credit .rewards-points-history table tbody > tr > th .left,
#account-credit .vested-rewards table tbody > tr > th .left,
#account-credit .not-yet-available table tbody > tr > th .left,
#account-credit .voucher-available .table > tr > th .left,
#account-credit .rewards-points-history .table > tr > th .left,
#account-credit .vested-rewards .table > tr > th .left,
#account-credit .not-yet-available .table > tr > th .left,
#account-credit .voucher-available table tbody > div > th .left,
#account-credit .rewards-points-history table tbody > div > th .left,
#account-credit .vested-rewards table tbody > div > th .left,
#account-credit .not-yet-available table tbody > div > th .left,
#account-credit .voucher-available .table > div > th .left,
#account-credit .rewards-points-history .table > div > th .left,
#account-credit .vested-rewards .table > div > th .left,
#account-credit .not-yet-available .table > div > th .left,
#account-credit .voucher-available table tbody > tbody > tr > td .left,
#account-credit .rewards-points-history table tbody > tbody > tr > td .left,
#account-credit .vested-rewards table tbody > tbody > tr > td .left,
#account-credit .not-yet-available table tbody > tbody > tr > td .left,
#account-credit .voucher-available .table > tbody > tr > td .left,
#account-credit .rewards-points-history .table > tbody > tr > td .left,
#account-credit .vested-rewards .table > tbody > tr > td .left,
#account-credit .not-yet-available .table > tbody > tr > td .left,
#account-credit .voucher-available table tbody > tr > td .left,
#account-credit .rewards-points-history table tbody > tr > td .left,
#account-credit .vested-rewards table tbody > tr > td .left,
#account-credit .not-yet-available table tbody > tr > td .left,
#account-credit .voucher-available .table > tr > td .left,
#account-credit .rewards-points-history .table > tr > td .left,
#account-credit .vested-rewards .table > tr > td .left,
#account-credit .not-yet-available .table > tr > td .left,
#account-credit .voucher-available table tbody > div > td .left,
#account-credit .rewards-points-history table tbody > div > td .left,
#account-credit .vested-rewards table tbody > div > td .left,
#account-credit .not-yet-available table tbody > div > td .left,
#account-credit .voucher-available .table > div > td .left,
#account-credit .rewards-points-history .table > div > td .left,
#account-credit .vested-rewards .table > div > td .left,
#account-credit .not-yet-available .table > div > td .left,
#account-credit .voucher-available table tbody > tbody > tr > div .left,
#account-credit .rewards-points-history table tbody > tbody > tr > div .left,
#account-credit .vested-rewards table tbody > tbody > tr > div .left,
#account-credit .not-yet-available table tbody > tbody > tr > div .left,
#account-credit .voucher-available .table > tbody > tr > div .left,
#account-credit .rewards-points-history .table > tbody > tr > div .left,
#account-credit .vested-rewards .table > tbody > tr > div .left,
#account-credit .not-yet-available .table > tbody > tr > div .left,
#account-credit .voucher-available table tbody > tr > div .left,
#account-credit .rewards-points-history table tbody > tr > div .left,
#account-credit .vested-rewards table tbody > tr > div .left,
#account-credit .not-yet-available table tbody > tr > div .left,
#account-credit .voucher-available .table > tr > div .left,
#account-credit .rewards-points-history .table > tr > div .left,
#account-credit .vested-rewards .table > tr > div .left,
#account-credit .not-yet-available .table > tr > div .left,
#account-credit .voucher-available table tbody > div > div .left,
#account-credit .rewards-points-history table tbody > div > div .left,
#account-credit .vested-rewards table tbody > div > div .left,
#account-credit .not-yet-available table tbody > div > div .left,
#account-credit .voucher-available .table > div > div .left,
#account-credit .rewards-points-history .table > div > div .left,
#account-credit .vested-rewards .table > div > div .left,
#account-credit .not-yet-available .table > div > div .left {
  text-align: left;
}
#account-credit .voucher-available table tbody > tbody > tr > th:nth-child(n+1):last-child,
#account-credit .rewards-points-history table tbody > tbody > tr > th:nth-child(n+1):last-child,
#account-credit .vested-rewards table tbody > tbody > tr > th:nth-child(n+1):last-child,
#account-credit .not-yet-available table tbody > tbody > tr > th:nth-child(n+1):last-child,
#account-credit .voucher-available .table > tbody > tr > th:nth-child(n+1):last-child,
#account-credit .rewards-points-history .table > tbody > tr > th:nth-child(n+1):last-child,
#account-credit .vested-rewards .table > tbody > tr > th:nth-child(n+1):last-child,
#account-credit .not-yet-available .table > tbody > tr > th:nth-child(n+1):last-child,
#account-credit .voucher-available table tbody > tr > th:nth-child(n+1):last-child,
#account-credit .rewards-points-history table tbody > tr > th:nth-child(n+1):last-child,
#account-credit .vested-rewards table tbody > tr > th:nth-child(n+1):last-child,
#account-credit .not-yet-available table tbody > tr > th:nth-child(n+1):last-child,
#account-credit .voucher-available .table > tr > th:nth-child(n+1):last-child,
#account-credit .rewards-points-history .table > tr > th:nth-child(n+1):last-child,
#account-credit .vested-rewards .table > tr > th:nth-child(n+1):last-child,
#account-credit .not-yet-available .table > tr > th:nth-child(n+1):last-child,
#account-credit .voucher-available table tbody > div > th:nth-child(n+1):last-child,
#account-credit .rewards-points-history table tbody > div > th:nth-child(n+1):last-child,
#account-credit .vested-rewards table tbody > div > th:nth-child(n+1):last-child,
#account-credit .not-yet-available table tbody > div > th:nth-child(n+1):last-child,
#account-credit .voucher-available .table > div > th:nth-child(n+1):last-child,
#account-credit .rewards-points-history .table > div > th:nth-child(n+1):last-child,
#account-credit .vested-rewards .table > div > th:nth-child(n+1):last-child,
#account-credit .not-yet-available .table > div > th:nth-child(n+1):last-child,
#account-credit .voucher-available table tbody > tbody > tr > td:nth-child(n+1):last-child,
#account-credit .rewards-points-history table tbody > tbody > tr > td:nth-child(n+1):last-child,
#account-credit .vested-rewards table tbody > tbody > tr > td:nth-child(n+1):last-child,
#account-credit .not-yet-available table tbody > tbody > tr > td:nth-child(n+1):last-child,
#account-credit .voucher-available .table > tbody > tr > td:nth-child(n+1):last-child,
#account-credit .rewards-points-history .table > tbody > tr > td:nth-child(n+1):last-child,
#account-credit .vested-rewards .table > tbody > tr > td:nth-child(n+1):last-child,
#account-credit .not-yet-available .table > tbody > tr > td:nth-child(n+1):last-child,
#account-credit .voucher-available table tbody > tr > td:nth-child(n+1):last-child,
#account-credit .rewards-points-history table tbody > tr > td:nth-child(n+1):last-child,
#account-credit .vested-rewards table tbody > tr > td:nth-child(n+1):last-child,
#account-credit .not-yet-available table tbody > tr > td:nth-child(n+1):last-child,
#account-credit .voucher-available .table > tr > td:nth-child(n+1):last-child,
#account-credit .rewards-points-history .table > tr > td:nth-child(n+1):last-child,
#account-credit .vested-rewards .table > tr > td:nth-child(n+1):last-child,
#account-credit .not-yet-available .table > tr > td:nth-child(n+1):last-child,
#account-credit .voucher-available table tbody > div > td:nth-child(n+1):last-child,
#account-credit .rewards-points-history table tbody > div > td:nth-child(n+1):last-child,
#account-credit .vested-rewards table tbody > div > td:nth-child(n+1):last-child,
#account-credit .not-yet-available table tbody > div > td:nth-child(n+1):last-child,
#account-credit .voucher-available .table > div > td:nth-child(n+1):last-child,
#account-credit .rewards-points-history .table > div > td:nth-child(n+1):last-child,
#account-credit .vested-rewards .table > div > td:nth-child(n+1):last-child,
#account-credit .not-yet-available .table > div > td:nth-child(n+1):last-child,
#account-credit .voucher-available table tbody > tbody > tr > div:nth-child(n+1):last-child,
#account-credit .rewards-points-history table tbody > tbody > tr > div:nth-child(n+1):last-child,
#account-credit .vested-rewards table tbody > tbody > tr > div:nth-child(n+1):last-child,
#account-credit .not-yet-available table tbody > tbody > tr > div:nth-child(n+1):last-child,
#account-credit .voucher-available .table > tbody > tr > div:nth-child(n+1):last-child,
#account-credit .rewards-points-history .table > tbody > tr > div:nth-child(n+1):last-child,
#account-credit .vested-rewards .table > tbody > tr > div:nth-child(n+1):last-child,
#account-credit .not-yet-available .table > tbody > tr > div:nth-child(n+1):last-child,
#account-credit .voucher-available table tbody > tr > div:nth-child(n+1):last-child,
#account-credit .rewards-points-history table tbody > tr > div:nth-child(n+1):last-child,
#account-credit .vested-rewards table tbody > tr > div:nth-child(n+1):last-child,
#account-credit .not-yet-available table tbody > tr > div:nth-child(n+1):last-child,
#account-credit .voucher-available .table > tr > div:nth-child(n+1):last-child,
#account-credit .rewards-points-history .table > tr > div:nth-child(n+1):last-child,
#account-credit .vested-rewards .table > tr > div:nth-child(n+1):last-child,
#account-credit .not-yet-available .table > tr > div:nth-child(n+1):last-child,
#account-credit .voucher-available table tbody > div > div:nth-child(n+1):last-child,
#account-credit .rewards-points-history table tbody > div > div:nth-child(n+1):last-child,
#account-credit .vested-rewards table tbody > div > div:nth-child(n+1):last-child,
#account-credit .not-yet-available table tbody > div > div:nth-child(n+1):last-child,
#account-credit .voucher-available .table > div > div:nth-child(n+1):last-child,
#account-credit .rewards-points-history .table > div > div:nth-child(n+1):last-child,
#account-credit .vested-rewards .table > div > div:nth-child(n+1):last-child,
#account-credit .not-yet-available .table > div > div:nth-child(n+1):last-child {
  text-align: right;
}
#account-credit .voucher-available table tbody > tbody > tr > th:nth-child(n+1):last-child.center,
#account-credit .rewards-points-history table tbody > tbody > tr > th:nth-child(n+1):last-child.center,
#account-credit .vested-rewards table tbody > tbody > tr > th:nth-child(n+1):last-child.center,
#account-credit .not-yet-available table tbody > tbody > tr > th:nth-child(n+1):last-child.center,
#account-credit .voucher-available .table > tbody > tr > th:nth-child(n+1):last-child.center,
#account-credit .rewards-points-history .table > tbody > tr > th:nth-child(n+1):last-child.center,
#account-credit .vested-rewards .table > tbody > tr > th:nth-child(n+1):last-child.center,
#account-credit .not-yet-available .table > tbody > tr > th:nth-child(n+1):last-child.center,
#account-credit .voucher-available table tbody > tr > th:nth-child(n+1):last-child.center,
#account-credit .rewards-points-history table tbody > tr > th:nth-child(n+1):last-child.center,
#account-credit .vested-rewards table tbody > tr > th:nth-child(n+1):last-child.center,
#account-credit .not-yet-available table tbody > tr > th:nth-child(n+1):last-child.center,
#account-credit .voucher-available .table > tr > th:nth-child(n+1):last-child.center,
#account-credit .rewards-points-history .table > tr > th:nth-child(n+1):last-child.center,
#account-credit .vested-rewards .table > tr > th:nth-child(n+1):last-child.center,
#account-credit .not-yet-available .table > tr > th:nth-child(n+1):last-child.center,
#account-credit .voucher-available table tbody > div > th:nth-child(n+1):last-child.center,
#account-credit .rewards-points-history table tbody > div > th:nth-child(n+1):last-child.center,
#account-credit .vested-rewards table tbody > div > th:nth-child(n+1):last-child.center,
#account-credit .not-yet-available table tbody > div > th:nth-child(n+1):last-child.center,
#account-credit .voucher-available .table > div > th:nth-child(n+1):last-child.center,
#account-credit .rewards-points-history .table > div > th:nth-child(n+1):last-child.center,
#account-credit .vested-rewards .table > div > th:nth-child(n+1):last-child.center,
#account-credit .not-yet-available .table > div > th:nth-child(n+1):last-child.center,
#account-credit .voucher-available table tbody > tbody > tr > td:nth-child(n+1):last-child.center,
#account-credit .rewards-points-history table tbody > tbody > tr > td:nth-child(n+1):last-child.center,
#account-credit .vested-rewards table tbody > tbody > tr > td:nth-child(n+1):last-child.center,
#account-credit .not-yet-available table tbody > tbody > tr > td:nth-child(n+1):last-child.center,
#account-credit .voucher-available .table > tbody > tr > td:nth-child(n+1):last-child.center,
#account-credit .rewards-points-history .table > tbody > tr > td:nth-child(n+1):last-child.center,
#account-credit .vested-rewards .table > tbody > tr > td:nth-child(n+1):last-child.center,
#account-credit .not-yet-available .table > tbody > tr > td:nth-child(n+1):last-child.center,
#account-credit .voucher-available table tbody > tr > td:nth-child(n+1):last-child.center,
#account-credit .rewards-points-history table tbody > tr > td:nth-child(n+1):last-child.center,
#account-credit .vested-rewards table tbody > tr > td:nth-child(n+1):last-child.center,
#account-credit .not-yet-available table tbody > tr > td:nth-child(n+1):last-child.center,
#account-credit .voucher-available .table > tr > td:nth-child(n+1):last-child.center,
#account-credit .rewards-points-history .table > tr > td:nth-child(n+1):last-child.center,
#account-credit .vested-rewards .table > tr > td:nth-child(n+1):last-child.center,
#account-credit .not-yet-available .table > tr > td:nth-child(n+1):last-child.center,
#account-credit .voucher-available table tbody > div > td:nth-child(n+1):last-child.center,
#account-credit .rewards-points-history table tbody > div > td:nth-child(n+1):last-child.center,
#account-credit .vested-rewards table tbody > div > td:nth-child(n+1):last-child.center,
#account-credit .not-yet-available table tbody > div > td:nth-child(n+1):last-child.center,
#account-credit .voucher-available .table > div > td:nth-child(n+1):last-child.center,
#account-credit .rewards-points-history .table > div > td:nth-child(n+1):last-child.center,
#account-credit .vested-rewards .table > div > td:nth-child(n+1):last-child.center,
#account-credit .not-yet-available .table > div > td:nth-child(n+1):last-child.center,
#account-credit .voucher-available table tbody > tbody > tr > div:nth-child(n+1):last-child.center,
#account-credit .rewards-points-history table tbody > tbody > tr > div:nth-child(n+1):last-child.center,
#account-credit .vested-rewards table tbody > tbody > tr > div:nth-child(n+1):last-child.center,
#account-credit .not-yet-available table tbody > tbody > tr > div:nth-child(n+1):last-child.center,
#account-credit .voucher-available .table > tbody > tr > div:nth-child(n+1):last-child.center,
#account-credit .rewards-points-history .table > tbody > tr > div:nth-child(n+1):last-child.center,
#account-credit .vested-rewards .table > tbody > tr > div:nth-child(n+1):last-child.center,
#account-credit .not-yet-available .table > tbody > tr > div:nth-child(n+1):last-child.center,
#account-credit .voucher-available table tbody > tr > div:nth-child(n+1):last-child.center,
#account-credit .rewards-points-history table tbody > tr > div:nth-child(n+1):last-child.center,
#account-credit .vested-rewards table tbody > tr > div:nth-child(n+1):last-child.center,
#account-credit .not-yet-available table tbody > tr > div:nth-child(n+1):last-child.center,
#account-credit .voucher-available .table > tr > div:nth-child(n+1):last-child.center,
#account-credit .rewards-points-history .table > tr > div:nth-child(n+1):last-child.center,
#account-credit .vested-rewards .table > tr > div:nth-child(n+1):last-child.center,
#account-credit .not-yet-available .table > tr > div:nth-child(n+1):last-child.center,
#account-credit .voucher-available table tbody > div > div:nth-child(n+1):last-child.center,
#account-credit .rewards-points-history table tbody > div > div:nth-child(n+1):last-child.center,
#account-credit .vested-rewards table tbody > div > div:nth-child(n+1):last-child.center,
#account-credit .not-yet-available table tbody > div > div:nth-child(n+1):last-child.center,
#account-credit .voucher-available .table > div > div:nth-child(n+1):last-child.center,
#account-credit .rewards-points-history .table > div > div:nth-child(n+1):last-child.center,
#account-credit .vested-rewards .table > div > div:nth-child(n+1):last-child.center,
#account-credit .not-yet-available .table > div > div:nth-child(n+1):last-child.center {
  text-align: center;
}
#account-credit .voucher-available table tbody > tbody > tr > th:nth-child(n+1):last-child.left,
#account-credit .rewards-points-history table tbody > tbody > tr > th:nth-child(n+1):last-child.left,
#account-credit .vested-rewards table tbody > tbody > tr > th:nth-child(n+1):last-child.left,
#account-credit .not-yet-available table tbody > tbody > tr > th:nth-child(n+1):last-child.left,
#account-credit .voucher-available .table > tbody > tr > th:nth-child(n+1):last-child.left,
#account-credit .rewards-points-history .table > tbody > tr > th:nth-child(n+1):last-child.left,
#account-credit .vested-rewards .table > tbody > tr > th:nth-child(n+1):last-child.left,
#account-credit .not-yet-available .table > tbody > tr > th:nth-child(n+1):last-child.left,
#account-credit .voucher-available table tbody > tr > th:nth-child(n+1):last-child.left,
#account-credit .rewards-points-history table tbody > tr > th:nth-child(n+1):last-child.left,
#account-credit .vested-rewards table tbody > tr > th:nth-child(n+1):last-child.left,
#account-credit .not-yet-available table tbody > tr > th:nth-child(n+1):last-child.left,
#account-credit .voucher-available .table > tr > th:nth-child(n+1):last-child.left,
#account-credit .rewards-points-history .table > tr > th:nth-child(n+1):last-child.left,
#account-credit .vested-rewards .table > tr > th:nth-child(n+1):last-child.left,
#account-credit .not-yet-available .table > tr > th:nth-child(n+1):last-child.left,
#account-credit .voucher-available table tbody > div > th:nth-child(n+1):last-child.left,
#account-credit .rewards-points-history table tbody > div > th:nth-child(n+1):last-child.left,
#account-credit .vested-rewards table tbody > div > th:nth-child(n+1):last-child.left,
#account-credit .not-yet-available table tbody > div > th:nth-child(n+1):last-child.left,
#account-credit .voucher-available .table > div > th:nth-child(n+1):last-child.left,
#account-credit .rewards-points-history .table > div > th:nth-child(n+1):last-child.left,
#account-credit .vested-rewards .table > div > th:nth-child(n+1):last-child.left,
#account-credit .not-yet-available .table > div > th:nth-child(n+1):last-child.left,
#account-credit .voucher-available table tbody > tbody > tr > td:nth-child(n+1):last-child.left,
#account-credit .rewards-points-history table tbody > tbody > tr > td:nth-child(n+1):last-child.left,
#account-credit .vested-rewards table tbody > tbody > tr > td:nth-child(n+1):last-child.left,
#account-credit .not-yet-available table tbody > tbody > tr > td:nth-child(n+1):last-child.left,
#account-credit .voucher-available .table > tbody > tr > td:nth-child(n+1):last-child.left,
#account-credit .rewards-points-history .table > tbody > tr > td:nth-child(n+1):last-child.left,
#account-credit .vested-rewards .table > tbody > tr > td:nth-child(n+1):last-child.left,
#account-credit .not-yet-available .table > tbody > tr > td:nth-child(n+1):last-child.left,
#account-credit .voucher-available table tbody > tr > td:nth-child(n+1):last-child.left,
#account-credit .rewards-points-history table tbody > tr > td:nth-child(n+1):last-child.left,
#account-credit .vested-rewards table tbody > tr > td:nth-child(n+1):last-child.left,
#account-credit .not-yet-available table tbody > tr > td:nth-child(n+1):last-child.left,
#account-credit .voucher-available .table > tr > td:nth-child(n+1):last-child.left,
#account-credit .rewards-points-history .table > tr > td:nth-child(n+1):last-child.left,
#account-credit .vested-rewards .table > tr > td:nth-child(n+1):last-child.left,
#account-credit .not-yet-available .table > tr > td:nth-child(n+1):last-child.left,
#account-credit .voucher-available table tbody > div > td:nth-child(n+1):last-child.left,
#account-credit .rewards-points-history table tbody > div > td:nth-child(n+1):last-child.left,
#account-credit .vested-rewards table tbody > div > td:nth-child(n+1):last-child.left,
#account-credit .not-yet-available table tbody > div > td:nth-child(n+1):last-child.left,
#account-credit .voucher-available .table > div > td:nth-child(n+1):last-child.left,
#account-credit .rewards-points-history .table > div > td:nth-child(n+1):last-child.left,
#account-credit .vested-rewards .table > div > td:nth-child(n+1):last-child.left,
#account-credit .not-yet-available .table > div > td:nth-child(n+1):last-child.left,
#account-credit .voucher-available table tbody > tbody > tr > div:nth-child(n+1):last-child.left,
#account-credit .rewards-points-history table tbody > tbody > tr > div:nth-child(n+1):last-child.left,
#account-credit .vested-rewards table tbody > tbody > tr > div:nth-child(n+1):last-child.left,
#account-credit .not-yet-available table tbody > tbody > tr > div:nth-child(n+1):last-child.left,
#account-credit .voucher-available .table > tbody > tr > div:nth-child(n+1):last-child.left,
#account-credit .rewards-points-history .table > tbody > tr > div:nth-child(n+1):last-child.left,
#account-credit .vested-rewards .table > tbody > tr > div:nth-child(n+1):last-child.left,
#account-credit .not-yet-available .table > tbody > tr > div:nth-child(n+1):last-child.left,
#account-credit .voucher-available table tbody > tr > div:nth-child(n+1):last-child.left,
#account-credit .rewards-points-history table tbody > tr > div:nth-child(n+1):last-child.left,
#account-credit .vested-rewards table tbody > tr > div:nth-child(n+1):last-child.left,
#account-credit .not-yet-available table tbody > tr > div:nth-child(n+1):last-child.left,
#account-credit .voucher-available .table > tr > div:nth-child(n+1):last-child.left,
#account-credit .rewards-points-history .table > tr > div:nth-child(n+1):last-child.left,
#account-credit .vested-rewards .table > tr > div:nth-child(n+1):last-child.left,
#account-credit .not-yet-available .table > tr > div:nth-child(n+1):last-child.left,
#account-credit .voucher-available table tbody > div > div:nth-child(n+1):last-child.left,
#account-credit .rewards-points-history table tbody > div > div:nth-child(n+1):last-child.left,
#account-credit .vested-rewards table tbody > div > div:nth-child(n+1):last-child.left,
#account-credit .not-yet-available table tbody > div > div:nth-child(n+1):last-child.left,
#account-credit .voucher-available .table > div > div:nth-child(n+1):last-child.left,
#account-credit .rewards-points-history .table > div > div:nth-child(n+1):last-child.left,
#account-credit .vested-rewards .table > div > div:nth-child(n+1):last-child.left,
#account-credit .not-yet-available .table > div > div:nth-child(n+1):last-child.left {
  text-align: left;
}
#account-credit .voucher-available table tbody > *:first-child:not(.primary),
#account-credit .rewards-points-history table tbody > *:first-child:not(.primary),
#account-credit .vested-rewards table tbody > *:first-child:not(.primary),
#account-credit .not-yet-available table tbody > *:first-child:not(.primary),
#account-credit .voucher-available .table > *:first-child:not(.primary),
#account-credit .rewards-points-history .table > *:first-child:not(.primary),
#account-credit .vested-rewards .table > *:first-child:not(.primary),
#account-credit .not-yet-available .table > *:first-child:not(.primary) {
  background: #464647;
  color: #fff;
}
#account-credit .voucher-available table tbody > *:first-child:not(.primary) a,
#account-credit .rewards-points-history table tbody > *:first-child:not(.primary) a,
#account-credit .vested-rewards table tbody > *:first-child:not(.primary) a,
#account-credit .not-yet-available table tbody > *:first-child:not(.primary) a,
#account-credit .voucher-available .table > *:first-child:not(.primary) a,
#account-credit .rewards-points-history .table > *:first-child:not(.primary) a,
#account-credit .vested-rewards .table > *:first-child:not(.primary) a,
#account-credit .not-yet-available .table > *:first-child:not(.primary) a {
  color: #fff;
}
#account-credit .voucher-available table tbody .heading,
#account-credit .rewards-points-history table tbody .heading,
#account-credit .vested-rewards table tbody .heading,
#account-credit .not-yet-available table tbody .heading,
#account-credit .voucher-available .table .heading,
#account-credit .rewards-points-history .table .heading,
#account-credit .vested-rewards .table .heading,
#account-credit .not-yet-available .table .heading {
  background: #464647;
}
#account-credit .vested-rewards table {
  margin-bottom: 10px;
}
#account-credit .totals {
  width: auto;
  box-sizing: border-box;
  display: table;
  padding-left: 0;
  margin: 5px 10px;
  float: right;
}
#account-credit .totals > tbody > tr,
#account-credit .totals > tr,
#account-credit .totals > div {
  display: table-row;
}
#account-credit .totals > tbody > tr:nth-child(even),
#account-credit .totals > tr:nth-child(even),
#account-credit .totals > div:nth-child(even) {
  background: #fafafa;
}
#account-credit .totals > tbody > tr:not(:only-of-type):not(.header):hover,
#account-credit .totals > tr:not(:only-of-type):not(.header):hover,
#account-credit .totals > div:not(:only-of-type):not(.header):hover {
  background: #E8E9EA;
}
#account-credit .totals > tbody > tr.primary:hover,
#account-credit .totals > tr.primary:hover,
#account-credit .totals > div.primary:hover {
  background: #E8E9EA;
}
#account-credit .totals > tbody > tr > th,
#account-credit .totals > tr > th,
#account-credit .totals > div > th,
#account-credit .totals > tbody > tr > td,
#account-credit .totals > tr > td,
#account-credit .totals > div > td,
#account-credit .totals > tbody > tr > div,
#account-credit .totals > tr > div,
#account-credit .totals > div > div {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
#account-credit .totals > tbody > tr > th .snap-css-button:not(.retain),
#account-credit .totals > tr > th .snap-css-button:not(.retain),
#account-credit .totals > div > th .snap-css-button:not(.retain),
#account-credit .totals > tbody > tr > td .snap-css-button:not(.retain),
#account-credit .totals > tr > td .snap-css-button:not(.retain),
#account-credit .totals > div > td .snap-css-button:not(.retain),
#account-credit .totals > tbody > tr > div .snap-css-button:not(.retain),
#account-credit .totals > tr > div .snap-css-button:not(.retain),
#account-credit .totals > div > div .snap-css-button:not(.retain) {
  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;
  text-transform: unset;
}
#account-credit .totals > tbody > tr > th .snap-css-button:not(.retain):hover,
#account-credit .totals > tr > th .snap-css-button:not(.retain):hover,
#account-credit .totals > div > th .snap-css-button:not(.retain):hover,
#account-credit .totals > tbody > tr > td .snap-css-button:not(.retain):hover,
#account-credit .totals > tr > td .snap-css-button:not(.retain):hover,
#account-credit .totals > div > td .snap-css-button:not(.retain):hover,
#account-credit .totals > tbody > tr > div .snap-css-button:not(.retain):hover,
#account-credit .totals > tr > div .snap-css-button:not(.retain):hover,
#account-credit .totals > div > div .snap-css-button:not(.retain):hover {
  opacity: 1;
}
#account-credit .totals > tbody > tr > th .center,
#account-credit .totals > tr > th .center,
#account-credit .totals > div > th .center,
#account-credit .totals > tbody > tr > td .center,
#account-credit .totals > tr > td .center,
#account-credit .totals > div > td .center,
#account-credit .totals > tbody > tr > div .center,
#account-credit .totals > tr > div .center,
#account-credit .totals > div > div .center {
  text-align: center;
}
#account-credit .totals > tbody > tr > th .right,
#account-credit .totals > tr > th .right,
#account-credit .totals > div > th .right,
#account-credit .totals > tbody > tr > td .right,
#account-credit .totals > tr > td .right,
#account-credit .totals > div > td .right,
#account-credit .totals > tbody > tr > div .right,
#account-credit .totals > tr > div .right,
#account-credit .totals > div > div .right {
  text-align: right;
}
#account-credit .totals > tbody > tr > th .left,
#account-credit .totals > tr > th .left,
#account-credit .totals > div > th .left,
#account-credit .totals > tbody > tr > td .left,
#account-credit .totals > tr > td .left,
#account-credit .totals > div > td .left,
#account-credit .totals > tbody > tr > div .left,
#account-credit .totals > tr > div .left,
#account-credit .totals > div > div .left {
  text-align: left;
}
#account-credit .totals > tbody > tr > th:nth-child(n+1):last-child,
#account-credit .totals > tr > th:nth-child(n+1):last-child,
#account-credit .totals > div > th:nth-child(n+1):last-child,
#account-credit .totals > tbody > tr > td:nth-child(n+1):last-child,
#account-credit .totals > tr > td:nth-child(n+1):last-child,
#account-credit .totals > div > td:nth-child(n+1):last-child,
#account-credit .totals > tbody > tr > div:nth-child(n+1):last-child,
#account-credit .totals > tr > div:nth-child(n+1):last-child,
#account-credit .totals > div > div:nth-child(n+1):last-child {
  text-align: right;
}
#account-credit .totals > tbody > tr > th:nth-child(n+1):last-child.center,
#account-credit .totals > tr > th:nth-child(n+1):last-child.center,
#account-credit .totals > div > th:nth-child(n+1):last-child.center,
#account-credit .totals > tbody > tr > td:nth-child(n+1):last-child.center,
#account-credit .totals > tr > td:nth-child(n+1):last-child.center,
#account-credit .totals > div > td:nth-child(n+1):last-child.center,
#account-credit .totals > tbody > tr > div:nth-child(n+1):last-child.center,
#account-credit .totals > tr > div:nth-child(n+1):last-child.center,
#account-credit .totals > div > div:nth-child(n+1):last-child.center {
  text-align: center;
}
#account-credit .totals > tbody > tr > th:nth-child(n+1):last-child.left,
#account-credit .totals > tr > th:nth-child(n+1):last-child.left,
#account-credit .totals > div > th:nth-child(n+1):last-child.left,
#account-credit .totals > tbody > tr > td:nth-child(n+1):last-child.left,
#account-credit .totals > tr > td:nth-child(n+1):last-child.left,
#account-credit .totals > div > td:nth-child(n+1):last-child.left,
#account-credit .totals > tbody > tr > div:nth-child(n+1):last-child.left,
#account-credit .totals > tr > div:nth-child(n+1):last-child.left,
#account-credit .totals > div > div:nth-child(n+1):last-child.left {
  text-align: left;
}
#account-credit .totals:before,
#account-credit .totals:after {
  content: " ";
  display: table;
}
#account-credit .totals:after {
  clear: both;
}
#account-credit .totals > div {
  text-align: right;
}
#account-credit .totals > div:last-child {
  font-weight: bold;
}
#account-credit .note {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #000;
  padding: 10px;
  background: #F2F2F2;
}
#account-credit .note:last-child {
  margin-bottom: 0;
}
#account-credit .note: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;
}
#account-credit .note > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
#account-credit .note.error {
  color: #a2081d;
  font-weight: bold;
}
#account-credit .note.success {
  color: #1a951a;
  font-weight: bold;
}
#account-credit .note.mainRed {
  color: #a2081d;
}
#account-credit .note:last-child {
  margin-bottom: 0;
}
#account-credit .rewards-balance-detail {
  padding: 0 10px 10px;
}
#account-credit .not-available {
  padding: 10px;
}
#account-credit .not-yet-available table tbody {
  padding: 0;
}
#history h1,
#store-pickup h1,
#productnotifications h1 {
  padding: 0;
}
#history .unshipped,
#store-pickup .unshipped,
#productnotifications .unshipped {
  text-align: right;
}
#history .unshipped input,
#store-pickup .unshipped input,
#productnotifications .unshipped input {
  vertical-align: middle;
}
#history .payment-overdue,
#store-pickup .payment-overdue,
#productnotifications .payment-overdue {
  color: red;
}
#productnotifications #order-list .content .order-row > div:first-child {
  width: 150px;
}
#productnotifications #order-list {
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  background: #fff;
  text-align: left;
}
#productnotifications #order-list:before,
#productnotifications #order-list:after {
  content: " ";
  display: table;
}
#productnotifications #order-list:after {
  clear: both;
}
#productnotifications #order-list > *:first-child:not(.table) {
  padding: 5px 5px 5px;
  background: #F2F2F2;
  color: #000;
  margin: 0;
  font-size: 12px;
  font-family: inherit;
  letter-spacing: unset;
  text-align: left;
  box-sizing: border-box;
}
#productnotifications #order-list > *:first-child:not(.table) + div,
#productnotifications #order-list > *:first-child:not(.table) + form {
  padding: 5px;
}
#productnotifications #order-list > *:first-child:not(.table) + div:before,
#productnotifications #order-list > *:first-child:not(.table) + form:before,
#productnotifications #order-list > *:first-child:not(.table) + div:after,
#productnotifications #order-list > *:first-child:not(.table) + form:after {
  content: " ";
  display: table;
}
#productnotifications #order-list > *:first-child:not(.table) + div:after,
#productnotifications #order-list > *:first-child:not(.table) + form:after {
  clear: both;
}
#productnotifications #order-list > *:first-child:not(.table) a {
  color: initial;
}
#productnotifications #order-list > *:first-child:not(.table) a:hover {
  color: #f26524;
}
#productnotifications #order-list table {
  width: 100%;
}
#productnotifications #order-list table tbody,
#productnotifications #order-list .table {
  width: 100%;
  box-sizing: border-box;
  display: table;
}
#productnotifications #order-list table tbody > tbody > tr,
#productnotifications #order-list .table > tbody > tr,
#productnotifications #order-list table tbody > tr,
#productnotifications #order-list .table > tr,
#productnotifications #order-list table tbody > div,
#productnotifications #order-list .table > div {
  display: table-row;
}
#productnotifications #order-list table tbody > tbody > tr:nth-child(even),
#productnotifications #order-list .table > tbody > tr:nth-child(even),
#productnotifications #order-list table tbody > tr:nth-child(even),
#productnotifications #order-list .table > tr:nth-child(even),
#productnotifications #order-list table tbody > div:nth-child(even),
#productnotifications #order-list .table > div:nth-child(even) {
  background: #fafafa;
}
#productnotifications #order-list table tbody > tbody > tr:not(:only-of-type):not(.header):hover,
#productnotifications #order-list .table > tbody > tr:not(:only-of-type):not(.header):hover,
#productnotifications #order-list table tbody > tr:not(:only-of-type):not(.header):hover,
#productnotifications #order-list .table > tr:not(:only-of-type):not(.header):hover,
#productnotifications #order-list table tbody > div:not(:only-of-type):not(.header):hover,
#productnotifications #order-list .table > div:not(:only-of-type):not(.header):hover {
  background: #E8E9EA;
}
#productnotifications #order-list table tbody > tbody > tr.primary:hover,
#productnotifications #order-list .table > tbody > tr.primary:hover,
#productnotifications #order-list table tbody > tr.primary:hover,
#productnotifications #order-list .table > tr.primary:hover,
#productnotifications #order-list table tbody > div.primary:hover,
#productnotifications #order-list .table > div.primary:hover {
  background: #E8E9EA;
}
#productnotifications #order-list table tbody > tbody > tr > th,
#productnotifications #order-list .table > tbody > tr > th,
#productnotifications #order-list table tbody > tr > th,
#productnotifications #order-list .table > tr > th,
#productnotifications #order-list table tbody > div > th,
#productnotifications #order-list .table > div > th,
#productnotifications #order-list table tbody > tbody > tr > td,
#productnotifications #order-list .table > tbody > tr > td,
#productnotifications #order-list table tbody > tr > td,
#productnotifications #order-list .table > tr > td,
#productnotifications #order-list table tbody > div > td,
#productnotifications #order-list .table > div > td,
#productnotifications #order-list table tbody > tbody > tr > div,
#productnotifications #order-list .table > tbody > tr > div,
#productnotifications #order-list table tbody > tr > div,
#productnotifications #order-list .table > tr > div,
#productnotifications #order-list table tbody > div > div,
#productnotifications #order-list .table > div > div {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
#productnotifications #order-list table tbody > tbody > tr > th .snap-css-button:not(.retain),
#productnotifications #order-list .table > tbody > tr > th .snap-css-button:not(.retain),
#productnotifications #order-list table tbody > tr > th .snap-css-button:not(.retain),
#productnotifications #order-list .table > tr > th .snap-css-button:not(.retain),
#productnotifications #order-list table tbody > div > th .snap-css-button:not(.retain),
#productnotifications #order-list .table > div > th .snap-css-button:not(.retain),
#productnotifications #order-list table tbody > tbody > tr > td .snap-css-button:not(.retain),
#productnotifications #order-list .table > tbody > tr > td .snap-css-button:not(.retain),
#productnotifications #order-list table tbody > tr > td .snap-css-button:not(.retain),
#productnotifications #order-list .table > tr > td .snap-css-button:not(.retain),
#productnotifications #order-list table tbody > div > td .snap-css-button:not(.retain),
#productnotifications #order-list .table > div > td .snap-css-button:not(.retain),
#productnotifications #order-list table tbody > tbody > tr > div .snap-css-button:not(.retain),
#productnotifications #order-list .table > tbody > tr > div .snap-css-button:not(.retain),
#productnotifications #order-list table tbody > tr > div .snap-css-button:not(.retain),
#productnotifications #order-list .table > tr > div .snap-css-button:not(.retain),
#productnotifications #order-list table tbody > div > div .snap-css-button:not(.retain),
#productnotifications #order-list .table > div > div .snap-css-button:not(.retain) {
  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;
  text-transform: unset;
}
#productnotifications #order-list table tbody > tbody > tr > th .snap-css-button:not(.retain):hover,
#productnotifications #order-list .table > tbody > tr > th .snap-css-button:not(.retain):hover,
#productnotifications #order-list table tbody > tr > th .snap-css-button:not(.retain):hover,
#productnotifications #order-list .table > tr > th .snap-css-button:not(.retain):hover,
#productnotifications #order-list table tbody > div > th .snap-css-button:not(.retain):hover,
#productnotifications #order-list .table > div > th .snap-css-button:not(.retain):hover,
#productnotifications #order-list table tbody > tbody > tr > td .snap-css-button:not(.retain):hover,
#productnotifications #order-list .table > tbody > tr > td .snap-css-button:not(.retain):hover,
#productnotifications #order-list table tbody > tr > td .snap-css-button:not(.retain):hover,
#productnotifications #order-list .table > tr > td .snap-css-button:not(.retain):hover,
#productnotifications #order-list table tbody > div > td .snap-css-button:not(.retain):hover,
#productnotifications #order-list .table > div > td .snap-css-button:not(.retain):hover,
#productnotifications #order-list table tbody > tbody > tr > div .snap-css-button:not(.retain):hover,
#productnotifications #order-list .table > tbody > tr > div .snap-css-button:not(.retain):hover,
#productnotifications #order-list table tbody > tr > div .snap-css-button:not(.retain):hover,
#productnotifications #order-list .table > tr > div .snap-css-button:not(.retain):hover,
#productnotifications #order-list table tbody > div > div .snap-css-button:not(.retain):hover,
#productnotifications #order-list .table > div > div .snap-css-button:not(.retain):hover {
  opacity: 1;
}
#productnotifications #order-list table tbody > tbody > tr > th .center,
#productnotifications #order-list .table > tbody > tr > th .center,
#productnotifications #order-list table tbody > tr > th .center,
#productnotifications #order-list .table > tr > th .center,
#productnotifications #order-list table tbody > div > th .center,
#productnotifications #order-list .table > div > th .center,
#productnotifications #order-list table tbody > tbody > tr > td .center,
#productnotifications #order-list .table > tbody > tr > td .center,
#productnotifications #order-list table tbody > tr > td .center,
#productnotifications #order-list .table > tr > td .center,
#productnotifications #order-list table tbody > div > td .center,
#productnotifications #order-list .table > div > td .center,
#productnotifications #order-list table tbody > tbody > tr > div .center,
#productnotifications #order-list .table > tbody > tr > div .center,
#productnotifications #order-list table tbody > tr > div .center,
#productnotifications #order-list .table > tr > div .center,
#productnotifications #order-list table tbody > div > div .center,
#productnotifications #order-list .table > div > div .center {
  text-align: center;
}
#productnotifications #order-list table tbody > tbody > tr > th .right,
#productnotifications #order-list .table > tbody > tr > th .right,
#productnotifications #order-list table tbody > tr > th .right,
#productnotifications #order-list .table > tr > th .right,
#productnotifications #order-list table tbody > div > th .right,
#productnotifications #order-list .table > div > th .right,
#productnotifications #order-list table tbody > tbody > tr > td .right,
#productnotifications #order-list .table > tbody > tr > td .right,
#productnotifications #order-list table tbody > tr > td .right,
#productnotifications #order-list .table > tr > td .right,
#productnotifications #order-list table tbody > div > td .right,
#productnotifications #order-list .table > div > td .right,
#productnotifications #order-list table tbody > tbody > tr > div .right,
#productnotifications #order-list .table > tbody > tr > div .right,
#productnotifications #order-list table tbody > tr > div .right,
#productnotifications #order-list .table > tr > div .right,
#productnotifications #order-list table tbody > div > div .right,
#productnotifications #order-list .table > div > div .right {
  text-align: right;
}
#productnotifications #order-list table tbody > tbody > tr > th .left,
#productnotifications #order-list .table > tbody > tr > th .left,
#productnotifications #order-list table tbody > tr > th .left,
#productnotifications #order-list .table > tr > th .left,
#productnotifications #order-list table tbody > div > th .left,
#productnotifications #order-list .table > div > th .left,
#productnotifications #order-list table tbody > tbody > tr > td .left,
#productnotifications #order-list .table > tbody > tr > td .left,
#productnotifications #order-list table tbody > tr > td .left,
#productnotifications #order-list .table > tr > td .left,
#productnotifications #order-list table tbody > div > td .left,
#productnotifications #order-list .table > div > td .left,
#productnotifications #order-list table tbody > tbody > tr > div .left,
#productnotifications #order-list .table > tbody > tr > div .left,
#productnotifications #order-list table tbody > tr > div .left,
#productnotifications #order-list .table > tr > div .left,
#productnotifications #order-list table tbody > div > div .left,
#productnotifications #order-list .table > div > div .left {
  text-align: left;
}
#productnotifications #order-list table tbody > tbody > tr > th:nth-child(n+1):last-child,
#productnotifications #order-list .table > tbody > tr > th:nth-child(n+1):last-child,
#productnotifications #order-list table tbody > tr > th:nth-child(n+1):last-child,
#productnotifications #order-list .table > tr > th:nth-child(n+1):last-child,
#productnotifications #order-list table tbody > div > th:nth-child(n+1):last-child,
#productnotifications #order-list .table > div > th:nth-child(n+1):last-child,
#productnotifications #order-list table tbody > tbody > tr > td:nth-child(n+1):last-child,
#productnotifications #order-list .table > tbody > tr > td:nth-child(n+1):last-child,
#productnotifications #order-list table tbody > tr > td:nth-child(n+1):last-child,
#productnotifications #order-list .table > tr > td:nth-child(n+1):last-child,
#productnotifications #order-list table tbody > div > td:nth-child(n+1):last-child,
#productnotifications #order-list .table > div > td:nth-child(n+1):last-child,
#productnotifications #order-list table tbody > tbody > tr > div:nth-child(n+1):last-child,
#productnotifications #order-list .table > tbody > tr > div:nth-child(n+1):last-child,
#productnotifications #order-list table tbody > tr > div:nth-child(n+1):last-child,
#productnotifications #order-list .table > tr > div:nth-child(n+1):last-child,
#productnotifications #order-list table tbody > div > div:nth-child(n+1):last-child,
#productnotifications #order-list .table > div > div:nth-child(n+1):last-child {
  text-align: right;
}
#productnotifications #order-list table tbody > tbody > tr > th:nth-child(n+1):last-child.center,
#productnotifications #order-list .table > tbody > tr > th:nth-child(n+1):last-child.center,
#productnotifications #order-list table tbody > tr > th:nth-child(n+1):last-child.center,
#productnotifications #order-list .table > tr > th:nth-child(n+1):last-child.center,
#productnotifications #order-list table tbody > div > th:nth-child(n+1):last-child.center,
#productnotifications #order-list .table > div > th:nth-child(n+1):last-child.center,
#productnotifications #order-list table tbody > tbody > tr > td:nth-child(n+1):last-child.center,
#productnotifications #order-list .table > tbody > tr > td:nth-child(n+1):last-child.center,
#productnotifications #order-list table tbody > tr > td:nth-child(n+1):last-child.center,
#productnotifications #order-list .table > tr > td:nth-child(n+1):last-child.center,
#productnotifications #order-list table tbody > div > td:nth-child(n+1):last-child.center,
#productnotifications #order-list .table > div > td:nth-child(n+1):last-child.center,
#productnotifications #order-list table tbody > tbody > tr > div:nth-child(n+1):last-child.center,
#productnotifications #order-list .table > tbody > tr > div:nth-child(n+1):last-child.center,
#productnotifications #order-list table tbody > tr > div:nth-child(n+1):last-child.center,
#productnotifications #order-list .table > tr > div:nth-child(n+1):last-child.center,
#productnotifications #order-list table tbody > div > div:nth-child(n+1):last-child.center,
#productnotifications #order-list .table > div > div:nth-child(n+1):last-child.center {
  text-align: center;
}
#productnotifications #order-list table tbody > tbody > tr > th:nth-child(n+1):last-child.left,
#productnotifications #order-list .table > tbody > tr > th:nth-child(n+1):last-child.left,
#productnotifications #order-list table tbody > tr > th:nth-child(n+1):last-child.left,
#productnotifications #order-list .table > tr > th:nth-child(n+1):last-child.left,
#productnotifications #order-list table tbody > div > th:nth-child(n+1):last-child.left,
#productnotifications #order-list .table > div > th:nth-child(n+1):last-child.left,
#productnotifications #order-list table tbody > tbody > tr > td:nth-child(n+1):last-child.left,
#productnotifications #order-list .table > tbody > tr > td:nth-child(n+1):last-child.left,
#productnotifications #order-list table tbody > tr > td:nth-child(n+1):last-child.left,
#productnotifications #order-list .table > tr > td:nth-child(n+1):last-child.left,
#productnotifications #order-list table tbody > div > td:nth-child(n+1):last-child.left,
#productnotifications #order-list .table > div > td:nth-child(n+1):last-child.left,
#productnotifications #order-list table tbody > tbody > tr > div:nth-child(n+1):last-child.left,
#productnotifications #order-list .table > tbody > tr > div:nth-child(n+1):last-child.left,
#productnotifications #order-list table tbody > tr > div:nth-child(n+1):last-child.left,
#productnotifications #order-list .table > tr > div:nth-child(n+1):last-child.left,
#productnotifications #order-list table tbody > div > div:nth-child(n+1):last-child.left,
#productnotifications #order-list .table > div > div:nth-child(n+1):last-child.left {
  text-align: left;
}
#productnotifications #order-list table tbody > *:first-child:not(.primary),
#productnotifications #order-list .table > *:first-child:not(.primary) {
  background: #464647;
  color: #fff;
}
#productnotifications #order-list table tbody > *:first-child:not(.primary) a,
#productnotifications #order-list .table > *:first-child:not(.primary) a {
  color: #fff;
}
#productnotifications #order-list table tbody .heading,
#productnotifications #order-list .table .heading {
  background: #464647;
}
#productnotifications #order-list > div:first-child {
  padding: 0;
}
#productnotifications .no-items {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #000;
  padding: 10px;
  background: #F2F2F2;
}
#productnotifications .no-items:last-child {
  margin-bottom: 0;
}
#productnotifications .no-items: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;
}
#productnotifications .no-items > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
#productnotifications .no-items.error {
  color: #a2081d;
  font-weight: bold;
}
#productnotifications .no-items.success {
  color: #1a951a;
  font-weight: bold;
}
#productnotifications .no-items.mainRed {
  color: #a2081d;
}
#history.dealer #order-list {
  margin-top: 10px;
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  background: #fff;
  text-align: left;
}
#history.dealer #order-list:before,
#history.dealer #order-list:after {
  content: " ";
  display: table;
}
#history.dealer #order-list:after {
  clear: both;
}
#history.dealer #order-list > *:first-child:not(.table) {
  padding: 5px 5px 5px;
  background: #F2F2F2;
  color: #000;
  margin: 0;
  font-size: 12px;
  font-family: inherit;
  letter-spacing: unset;
  text-align: left;
  box-sizing: border-box;
}
#history.dealer #order-list > *:first-child:not(.table) + div,
#history.dealer #order-list > *:first-child:not(.table) + form {
  padding: 5px;
}
#history.dealer #order-list > *:first-child:not(.table) + div:before,
#history.dealer #order-list > *:first-child:not(.table) + form:before,
#history.dealer #order-list > *:first-child:not(.table) + div:after,
#history.dealer #order-list > *:first-child:not(.table) + form:after {
  content: " ";
  display: table;
}
#history.dealer #order-list > *:first-child:not(.table) + div:after,
#history.dealer #order-list > *:first-child:not(.table) + form:after {
  clear: both;
}
#history.dealer #order-list > *:first-child:not(.table) a {
  color: initial;
}
#history.dealer #order-list > *:first-child:not(.table) a:hover {
  color: #f26524;
}
#history.dealer #order-list table {
  width: 100%;
}
#history.dealer #order-list table tbody,
#history.dealer #order-list .table {
  width: 100%;
  box-sizing: border-box;
  display: table;
}
#history.dealer #order-list table tbody > tbody > tr,
#history.dealer #order-list .table > tbody > tr,
#history.dealer #order-list table tbody > tr,
#history.dealer #order-list .table > tr,
#history.dealer #order-list table tbody > div,
#history.dealer #order-list .table > div {
  display: table-row;
}
#history.dealer #order-list table tbody > tbody > tr:nth-child(even),
#history.dealer #order-list .table > tbody > tr:nth-child(even),
#history.dealer #order-list table tbody > tr:nth-child(even),
#history.dealer #order-list .table > tr:nth-child(even),
#history.dealer #order-list table tbody > div:nth-child(even),
#history.dealer #order-list .table > div:nth-child(even) {
  background: #fafafa;
}
#history.dealer #order-list table tbody > tbody > tr:not(:only-of-type):not(.header):hover,
#history.dealer #order-list .table > tbody > tr:not(:only-of-type):not(.header):hover,
#history.dealer #order-list table tbody > tr:not(:only-of-type):not(.header):hover,
#history.dealer #order-list .table > tr:not(:only-of-type):not(.header):hover,
#history.dealer #order-list table tbody > div:not(:only-of-type):not(.header):hover,
#history.dealer #order-list .table > div:not(:only-of-type):not(.header):hover {
  background: #E8E9EA;
}
#history.dealer #order-list table tbody > tbody > tr.primary:hover,
#history.dealer #order-list .table > tbody > tr.primary:hover,
#history.dealer #order-list table tbody > tr.primary:hover,
#history.dealer #order-list .table > tr.primary:hover,
#history.dealer #order-list table tbody > div.primary:hover,
#history.dealer #order-list .table > div.primary:hover {
  background: #E8E9EA;
}
#history.dealer #order-list table tbody > tbody > tr > th,
#history.dealer #order-list .table > tbody > tr > th,
#history.dealer #order-list table tbody > tr > th,
#history.dealer #order-list .table > tr > th,
#history.dealer #order-list table tbody > div > th,
#history.dealer #order-list .table > div > th,
#history.dealer #order-list table tbody > tbody > tr > td,
#history.dealer #order-list .table > tbody > tr > td,
#history.dealer #order-list table tbody > tr > td,
#history.dealer #order-list .table > tr > td,
#history.dealer #order-list table tbody > div > td,
#history.dealer #order-list .table > div > td,
#history.dealer #order-list table tbody > tbody > tr > div,
#history.dealer #order-list .table > tbody > tr > div,
#history.dealer #order-list table tbody > tr > div,
#history.dealer #order-list .table > tr > div,
#history.dealer #order-list table tbody > div > div,
#history.dealer #order-list .table > div > div {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
#history.dealer #order-list table tbody > tbody > tr > th .snap-css-button:not(.retain),
#history.dealer #order-list .table > tbody > tr > th .snap-css-button:not(.retain),
#history.dealer #order-list table tbody > tr > th .snap-css-button:not(.retain),
#history.dealer #order-list .table > tr > th .snap-css-button:not(.retain),
#history.dealer #order-list table tbody > div > th .snap-css-button:not(.retain),
#history.dealer #order-list .table > div > th .snap-css-button:not(.retain),
#history.dealer #order-list table tbody > tbody > tr > td .snap-css-button:not(.retain),
#history.dealer #order-list .table > tbody > tr > td .snap-css-button:not(.retain),
#history.dealer #order-list table tbody > tr > td .snap-css-button:not(.retain),
#history.dealer #order-list .table > tr > td .snap-css-button:not(.retain),
#history.dealer #order-list table tbody > div > td .snap-css-button:not(.retain),
#history.dealer #order-list .table > div > td .snap-css-button:not(.retain),
#history.dealer #order-list table tbody > tbody > tr > div .snap-css-button:not(.retain),
#history.dealer #order-list .table > tbody > tr > div .snap-css-button:not(.retain),
#history.dealer #order-list table tbody > tr > div .snap-css-button:not(.retain),
#history.dealer #order-list .table > tr > div .snap-css-button:not(.retain),
#history.dealer #order-list table tbody > div > div .snap-css-button:not(.retain),
#history.dealer #order-list .table > div > div .snap-css-button:not(.retain) {
  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;
  text-transform: unset;
}
#history.dealer #order-list table tbody > tbody > tr > th .snap-css-button:not(.retain):hover,
#history.dealer #order-list .table > tbody > tr > th .snap-css-button:not(.retain):hover,
#history.dealer #order-list table tbody > tr > th .snap-css-button:not(.retain):hover,
#history.dealer #order-list .table > tr > th .snap-css-button:not(.retain):hover,
#history.dealer #order-list table tbody > div > th .snap-css-button:not(.retain):hover,
#history.dealer #order-list .table > div > th .snap-css-button:not(.retain):hover,
#history.dealer #order-list table tbody > tbody > tr > td .snap-css-button:not(.retain):hover,
#history.dealer #order-list .table > tbody > tr > td .snap-css-button:not(.retain):hover,
#history.dealer #order-list table tbody > tr > td .snap-css-button:not(.retain):hover,
#history.dealer #order-list .table > tr > td .snap-css-button:not(.retain):hover,
#history.dealer #order-list table tbody > div > td .snap-css-button:not(.retain):hover,
#history.dealer #order-list .table > div > td .snap-css-button:not(.retain):hover,
#history.dealer #order-list table tbody > tbody > tr > div .snap-css-button:not(.retain):hover,
#history.dealer #order-list .table > tbody > tr > div .snap-css-button:not(.retain):hover,
#history.dealer #order-list table tbody > tr > div .snap-css-button:not(.retain):hover,
#history.dealer #order-list .table > tr > div .snap-css-button:not(.retain):hover,
#history.dealer #order-list table tbody > div > div .snap-css-button:not(.retain):hover,
#history.dealer #order-list .table > div > div .snap-css-button:not(.retain):hover {
  opacity: 1;
}
#history.dealer #order-list table tbody > tbody > tr > th .center,
#history.dealer #order-list .table > tbody > tr > th .center,
#history.dealer #order-list table tbody > tr > th .center,
#history.dealer #order-list .table > tr > th .center,
#history.dealer #order-list table tbody > div > th .center,
#history.dealer #order-list .table > div > th .center,
#history.dealer #order-list table tbody > tbody > tr > td .center,
#history.dealer #order-list .table > tbody > tr > td .center,
#history.dealer #order-list table tbody > tr > td .center,
#history.dealer #order-list .table > tr > td .center,
#history.dealer #order-list table tbody > div > td .center,
#history.dealer #order-list .table > div > td .center,
#history.dealer #order-list table tbody > tbody > tr > div .center,
#history.dealer #order-list .table > tbody > tr > div .center,
#history.dealer #order-list table tbody > tr > div .center,
#history.dealer #order-list .table > tr > div .center,
#history.dealer #order-list table tbody > div > div .center,
#history.dealer #order-list .table > div > div .center {
  text-align: center;
}
#history.dealer #order-list table tbody > tbody > tr > th .right,
#history.dealer #order-list .table > tbody > tr > th .right,
#history.dealer #order-list table tbody > tr > th .right,
#history.dealer #order-list .table > tr > th .right,
#history.dealer #order-list table tbody > div > th .right,
#history.dealer #order-list .table > div > th .right,
#history.dealer #order-list table tbody > tbody > tr > td .right,
#history.dealer #order-list .table > tbody > tr > td .right,
#history.dealer #order-list table tbody > tr > td .right,
#history.dealer #order-list .table > tr > td .right,
#history.dealer #order-list table tbody > div > td .right,
#history.dealer #order-list .table > div > td .right,
#history.dealer #order-list table tbody > tbody > tr > div .right,
#history.dealer #order-list .table > tbody > tr > div .right,
#history.dealer #order-list table tbody > tr > div .right,
#history.dealer #order-list .table > tr > div .right,
#history.dealer #order-list table tbody > div > div .right,
#history.dealer #order-list .table > div > div .right {
  text-align: right;
}
#history.dealer #order-list table tbody > tbody > tr > th .left,
#history.dealer #order-list .table > tbody > tr > th .left,
#history.dealer #order-list table tbody > tr > th .left,
#history.dealer #order-list .table > tr > th .left,
#history.dealer #order-list table tbody > div > th .left,
#history.dealer #order-list .table > div > th .left,
#history.dealer #order-list table tbody > tbody > tr > td .left,
#history.dealer #order-list .table > tbody > tr > td .left,
#history.dealer #order-list table tbody > tr > td .left,
#history.dealer #order-list .table > tr > td .left,
#history.dealer #order-list table tbody > div > td .left,
#history.dealer #order-list .table > div > td .left,
#history.dealer #order-list table tbody > tbody > tr > div .left,
#history.dealer #order-list .table > tbody > tr > div .left,
#history.dealer #order-list table tbody > tr > div .left,
#history.dealer #order-list .table > tr > div .left,
#history.dealer #order-list table tbody > div > div .left,
#history.dealer #order-list .table > div > div .left {
  text-align: left;
}
#history.dealer #order-list table tbody > tbody > tr > th:nth-child(n+1):last-child,
#history.dealer #order-list .table > tbody > tr > th:nth-child(n+1):last-child,
#history.dealer #order-list table tbody > tr > th:nth-child(n+1):last-child,
#history.dealer #order-list .table > tr > th:nth-child(n+1):last-child,
#history.dealer #order-list table tbody > div > th:nth-child(n+1):last-child,
#history.dealer #order-list .table > div > th:nth-child(n+1):last-child,
#history.dealer #order-list table tbody > tbody > tr > td:nth-child(n+1):last-child,
#history.dealer #order-list .table > tbody > tr > td:nth-child(n+1):last-child,
#history.dealer #order-list table tbody > tr > td:nth-child(n+1):last-child,
#history.dealer #order-list .table > tr > td:nth-child(n+1):last-child,
#history.dealer #order-list table tbody > div > td:nth-child(n+1):last-child,
#history.dealer #order-list .table > div > td:nth-child(n+1):last-child,
#history.dealer #order-list table tbody > tbody > tr > div:nth-child(n+1):last-child,
#history.dealer #order-list .table > tbody > tr > div:nth-child(n+1):last-child,
#history.dealer #order-list table tbody > tr > div:nth-child(n+1):last-child,
#history.dealer #order-list .table > tr > div:nth-child(n+1):last-child,
#history.dealer #order-list table tbody > div > div:nth-child(n+1):last-child,
#history.dealer #order-list .table > div > div:nth-child(n+1):last-child {
  text-align: right;
}
#history.dealer #order-list table tbody > tbody > tr > th:nth-child(n+1):last-child.center,
#history.dealer #order-list .table > tbody > tr > th:nth-child(n+1):last-child.center,
#history.dealer #order-list table tbody > tr > th:nth-child(n+1):last-child.center,
#history.dealer #order-list .table > tr > th:nth-child(n+1):last-child.center,
#history.dealer #order-list table tbody > div > th:nth-child(n+1):last-child.center,
#history.dealer #order-list .table > div > th:nth-child(n+1):last-child.center,
#history.dealer #order-list table tbody > tbody > tr > td:nth-child(n+1):last-child.center,
#history.dealer #order-list .table > tbody > tr > td:nth-child(n+1):last-child.center,
#history.dealer #order-list table tbody > tr > td:nth-child(n+1):last-child.center,
#history.dealer #order-list .table > tr > td:nth-child(n+1):last-child.center,
#history.dealer #order-list table tbody > div > td:nth-child(n+1):last-child.center,
#history.dealer #order-list .table > div > td:nth-child(n+1):last-child.center,
#history.dealer #order-list table tbody > tbody > tr > div:nth-child(n+1):last-child.center,
#history.dealer #order-list .table > tbody > tr > div:nth-child(n+1):last-child.center,
#history.dealer #order-list table tbody > tr > div:nth-child(n+1):last-child.center,
#history.dealer #order-list .table > tr > div:nth-child(n+1):last-child.center,
#history.dealer #order-list table tbody > div > div:nth-child(n+1):last-child.center,
#history.dealer #order-list .table > div > div:nth-child(n+1):last-child.center {
  text-align: center;
}
#history.dealer #order-list table tbody > tbody > tr > th:nth-child(n+1):last-child.left,
#history.dealer #order-list .table > tbody > tr > th:nth-child(n+1):last-child.left,
#history.dealer #order-list table tbody > tr > th:nth-child(n+1):last-child.left,
#history.dealer #order-list .table > tr > th:nth-child(n+1):last-child.left,
#history.dealer #order-list table tbody > div > th:nth-child(n+1):last-child.left,
#history.dealer #order-list .table > div > th:nth-child(n+1):last-child.left,
#history.dealer #order-list table tbody > tbody > tr > td:nth-child(n+1):last-child.left,
#history.dealer #order-list .table > tbody > tr > td:nth-child(n+1):last-child.left,
#history.dealer #order-list table tbody > tr > td:nth-child(n+1):last-child.left,
#history.dealer #order-list .table > tr > td:nth-child(n+1):last-child.left,
#history.dealer #order-list table tbody > div > td:nth-child(n+1):last-child.left,
#history.dealer #order-list .table > div > td:nth-child(n+1):last-child.left,
#history.dealer #order-list table tbody > tbody > tr > div:nth-child(n+1):last-child.left,
#history.dealer #order-list .table > tbody > tr > div:nth-child(n+1):last-child.left,
#history.dealer #order-list table tbody > tr > div:nth-child(n+1):last-child.left,
#history.dealer #order-list .table > tr > div:nth-child(n+1):last-child.left,
#history.dealer #order-list table tbody > div > div:nth-child(n+1):last-child.left,
#history.dealer #order-list .table > div > div:nth-child(n+1):last-child.left {
  text-align: left;
}
#history.dealer #order-list table tbody > *:first-child:not(.primary),
#history.dealer #order-list .table > *:first-child:not(.primary) {
  background: #464647;
  color: #fff;
}
#history.dealer #order-list table tbody > *:first-child:not(.primary) a,
#history.dealer #order-list .table > *:first-child:not(.primary) a {
  color: #fff;
}
#history.dealer #order-list table tbody .heading,
#history.dealer #order-list .table .heading {
  background: #464647;
}
#history.dealer #order-list a.snap-css-button {
  display: inherit;
}
#history.dealer .product-list {
  width: 100%;
  box-sizing: border-box;
  display: table;
}
#history.dealer .product-list > tbody > tr,
#history.dealer .product-list > tr,
#history.dealer .product-list > div {
  display: table-row;
}
#history.dealer .product-list > tbody > tr:nth-child(even),
#history.dealer .product-list > tr:nth-child(even),
#history.dealer .product-list > div:nth-child(even) {
  background: #fafafa;
}
#history.dealer .product-list > tbody > tr:not(:only-of-type):not(.header):hover,
#history.dealer .product-list > tr:not(:only-of-type):not(.header):hover,
#history.dealer .product-list > div:not(:only-of-type):not(.header):hover {
  background: #E8E9EA;
}
#history.dealer .product-list > tbody > tr.primary:hover,
#history.dealer .product-list > tr.primary:hover,
#history.dealer .product-list > div.primary:hover {
  background: #E8E9EA;
}
#history.dealer .product-list > tbody > tr > th,
#history.dealer .product-list > tr > th,
#history.dealer .product-list > div > th,
#history.dealer .product-list > tbody > tr > td,
#history.dealer .product-list > tr > td,
#history.dealer .product-list > div > td,
#history.dealer .product-list > tbody > tr > div,
#history.dealer .product-list > tr > div,
#history.dealer .product-list > div > div {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
#history.dealer .product-list > tbody > tr > th .snap-css-button:not(.retain),
#history.dealer .product-list > tr > th .snap-css-button:not(.retain),
#history.dealer .product-list > div > th .snap-css-button:not(.retain),
#history.dealer .product-list > tbody > tr > td .snap-css-button:not(.retain),
#history.dealer .product-list > tr > td .snap-css-button:not(.retain),
#history.dealer .product-list > div > td .snap-css-button:not(.retain),
#history.dealer .product-list > tbody > tr > div .snap-css-button:not(.retain),
#history.dealer .product-list > tr > div .snap-css-button:not(.retain),
#history.dealer .product-list > div > div .snap-css-button:not(.retain) {
  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;
  text-transform: unset;
}
#history.dealer .product-list > tbody > tr > th .snap-css-button:not(.retain):hover,
#history.dealer .product-list > tr > th .snap-css-button:not(.retain):hover,
#history.dealer .product-list > div > th .snap-css-button:not(.retain):hover,
#history.dealer .product-list > tbody > tr > td .snap-css-button:not(.retain):hover,
#history.dealer .product-list > tr > td .snap-css-button:not(.retain):hover,
#history.dealer .product-list > div > td .snap-css-button:not(.retain):hover,
#history.dealer .product-list > tbody > tr > div .snap-css-button:not(.retain):hover,
#history.dealer .product-list > tr > div .snap-css-button:not(.retain):hover,
#history.dealer .product-list > div > div .snap-css-button:not(.retain):hover {
  opacity: 1;
}
#history.dealer .product-list > tbody > tr > th .center,
#history.dealer .product-list > tr > th .center,
#history.dealer .product-list > div > th .center,
#history.dealer .product-list > tbody > tr > td .center,
#history.dealer .product-list > tr > td .center,
#history.dealer .product-list > div > td .center,
#history.dealer .product-list > tbody > tr > div .center,
#history.dealer .product-list > tr > div .center,
#history.dealer .product-list > div > div .center {
  text-align: center;
}
#history.dealer .product-list > tbody > tr > th .right,
#history.dealer .product-list > tr > th .right,
#history.dealer .product-list > div > th .right,
#history.dealer .product-list > tbody > tr > td .right,
#history.dealer .product-list > tr > td .right,
#history.dealer .product-list > div > td .right,
#history.dealer .product-list > tbody > tr > div .right,
#history.dealer .product-list > tr > div .right,
#history.dealer .product-list > div > div .right {
  text-align: right;
}
#history.dealer .product-list > tbody > tr > th .left,
#history.dealer .product-list > tr > th .left,
#history.dealer .product-list > div > th .left,
#history.dealer .product-list > tbody > tr > td .left,
#history.dealer .product-list > tr > td .left,
#history.dealer .product-list > div > td .left,
#history.dealer .product-list > tbody > tr > div .left,
#history.dealer .product-list > tr > div .left,
#history.dealer .product-list > div > div .left {
  text-align: left;
}
#history.dealer .product-list > tbody > tr > th:nth-child(n+1):last-child,
#history.dealer .product-list > tr > th:nth-child(n+1):last-child,
#history.dealer .product-list > div > th:nth-child(n+1):last-child,
#history.dealer .product-list > tbody > tr > td:nth-child(n+1):last-child,
#history.dealer .product-list > tr > td:nth-child(n+1):last-child,
#history.dealer .product-list > div > td:nth-child(n+1):last-child,
#history.dealer .product-list > tbody > tr > div:nth-child(n+1):last-child,
#history.dealer .product-list > tr > div:nth-child(n+1):last-child,
#history.dealer .product-list > div > div:nth-child(n+1):last-child {
  text-align: right;
}
#history.dealer .product-list > tbody > tr > th:nth-child(n+1):last-child.center,
#history.dealer .product-list > tr > th:nth-child(n+1):last-child.center,
#history.dealer .product-list > div > th:nth-child(n+1):last-child.center,
#history.dealer .product-list > tbody > tr > td:nth-child(n+1):last-child.center,
#history.dealer .product-list > tr > td:nth-child(n+1):last-child.center,
#history.dealer .product-list > div > td:nth-child(n+1):last-child.center,
#history.dealer .product-list > tbody > tr > div:nth-child(n+1):last-child.center,
#history.dealer .product-list > tr > div:nth-child(n+1):last-child.center,
#history.dealer .product-list > div > div:nth-child(n+1):last-child.center {
  text-align: center;
}
#history.dealer .product-list > tbody > tr > th:nth-child(n+1):last-child.left,
#history.dealer .product-list > tr > th:nth-child(n+1):last-child.left,
#history.dealer .product-list > div > th:nth-child(n+1):last-child.left,
#history.dealer .product-list > tbody > tr > td:nth-child(n+1):last-child.left,
#history.dealer .product-list > tr > td:nth-child(n+1):last-child.left,
#history.dealer .product-list > div > td:nth-child(n+1):last-child.left,
#history.dealer .product-list > tbody > tr > div:nth-child(n+1):last-child.left,
#history.dealer .product-list > tr > div:nth-child(n+1):last-child.left,
#history.dealer .product-list > div > div:nth-child(n+1):last-child.left {
  text-align: left;
}
#history:not(.dealer) {
  margin-top: 10px;
}
#history:not(.dealer).order-history .order {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#history:not(.dealer).order-history .order .meta {
  display: flex;
  width: 100%;
  align-items: center;
  background: #F2F2F2;
  justify-content: flex-start;
}
#history:not(.dealer).order-history .order .meta > div {
  padding: 5px 20px;
}
#history:not(.dealer).order-history .order .meta > div:first-child {
  padding-left: 5px;
}
#history:not(.dealer).order-history .order .meta > div:first-child a {
  text-decoration: none;
}
#history:not(.dealer).order-history .order .meta > div:first-child a:hover {
  text-decoration: underline;
}
#history:not(.dealer).order-history .order .meta > div.status-red span {
  color: #a2081d;
  font-weight: bold;
}
#history:not(.dealer).order-history .order .meta > div.view-order {
  margin-left: auto;
  justify-self: right;
  padding-right: 0;
}
#history:not(.dealer).order-history .order .meta > div > span:first-child {
  display: block;
}
#history:not(.dealer).order-history .order .menu {
  margin: 20px 20px 0 auto;
  list-style-type: none;
  width: 300px;
  order: 2;
}
#history:not(.dealer).order-history .order .menu ul {
  list-style-type: none;
}
#history:not(.dealer).order-history .order .menu ul li {
  margin-bottom: 10px;
}
#history:not(.dealer).order-history .order .menu ul li .snap-css-button {
  width: 200px;
  margin-left: auto;
}
#history:not(.dealer).order-history .order .menu ul li .snap-css-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
#history:not(.dealer).order-history .order .menu ul li .snap-css-button i {
  font-size: 16px;
}
#history:not(.dealer).order-history .order .menu ul li .snap-css-button.cancel {
  color: #c93e22;
}
#history:not(.dealer).order-history .order .menu ul li .snap-css-button.cancel:hover {
  color: #fff;
}
#history:not(.dealer).order-history .order .menu ul li .snap-css-button.cancel:not(:hover) {
  border: 1px solid #c93e22 !important;
}
#history:not(.dealer).order-history .order .menu ul li .snap-css-button.cancel span {
  margin-left: 5px;
}
#history:not(.dealer).order-history .order .menu ul li .unavailable + div {
  text-align: right;
  margin-top: 5px;
}
#history:not(.dealer).order-history .order .menu + div {
  order: 1;
}
#history:not(.dealer).order-history .order .on-return a {
  font-weight: bold;
  color: #a2081d;
}
#history:not(.dealer) #order-list > div {
  border: 1px solid #c2c4c6;
  margin-bottom: 5px;
}
#history:not(.dealer) #order-list > div h3 {
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 0;
}
#history:not(.dealer) #order-list > div .order-items table {
  padding-bottom: 5px;
}
#history:not(.product-view) .order-details {
  display: none;
}
#history:not(.product-view).order-history:not(.dealer) #order-list > div:not(.done) {
  display: none;
}
#history:not(.product-view).order-history:not(.dealer) .bottom-navigation:not(.done) {
  visibility: hidden;
}
#history:not(.product-view) .order-items {
  display: flex;
  width: calc(100% - (300px +  20px ));
}
#history:not(.product-view) .order-items > div:last-child table,
#history:not(.product-view) .order-items > div:last-child tbody,
#history:not(.product-view) .order-items > div:last-child tr,
#history:not(.product-view) .order-items > div:last-child td {
  display: block;
}
#history:not(.product-view) .order-items > div:last-child tbody {
  float: left;
  box-sizing: border-box;
  width: 100%;
}
#history:not(.product-view) .order-items > div:last-child tr {
  min-height: 88px;
  padding: 15px 0 0;
}
#history:not(.product-view) .order-items > div:last-child tr:last-child {
  padding-bottom: 5px;
}
#history:not(.product-view) .order-items > div:last-child tr .image {
  padding: 0 10px 10px 5px;
  width: 110px;
  height: 88px;
  position: absolute;
}
#history:not(.product-view) .order-items > div:last-child tr .image > span {
  cursor: pointer;
}
#history:not(.product-view) .order-items > div:last-child tr td {
  margin: 0 0 5px 120px;
  width: calc(100% -  110px );
}
#history:not(.product-view) .order-items > div:last-child tr td a {
  text-decoration: none;
}
#history:not(.product-view) .order-items > div:last-child tr td a:hover {
  text-decoration: underline;
}
#history:not(.product-view) .order-items > div:last-child tr td .model-line span {
  cursor: pointer;
  text-decoration: none;
}
#history:not(.product-view) .order-items > div:last-child tr td .model-line span:hover {
  color: #f26524;
  text-decoration: underline;
}
#history:not(.product-view) .order-items > div:last-child tr td.review {
  margin-left: 0;
}
#history:not(.product-view) .order-items > div:last-child tr td.review .review {
  font-weight: bold;
}
#history:not(.product-view) .order-items > div:last-child tr td.review .review:not(:hover) {
  color: #1f8300 !important;
}
#history:not(.product-view) .order-items > div:last-child tr td.delete {
  margin-left: 0;
}
#history:not(.product-view) .order-items > div:last-child tr td.button {
  display: inline-block;
  padding-left: 0;
  vertical-align: middle;
  margin-right: 10px;
  width: auto;
}
#history .no-items {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #000;
  padding: 10px;
  background: #F2F2F2;
}
#history .no-items:last-child {
  margin-bottom: 0;
}
#history .no-items: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;
}
#history .no-items > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
#history .no-items.error {
  color: #a2081d;
  font-weight: bold;
}
#history .no-items.success {
  color: #1a951a;
  font-weight: bold;
}
#history .no-items.mainRed {
  color: #a2081d;
}
#history .title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#history .title h1 {
  padding: 0;
  margin: 0;
  max-width: 415px;
}
#history .title form {
  margin-left: auto;
  position: relative;
  display: flex;
  align-items: center;
}
#history .title form nav {
  margin-left: auto;
  padding-right: 20px;
}
#history .title form nav ul {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
}
#history .title form nav ul li.selected a {
  font-weight: bold;
  text-decoration: none;
  pointer-events: none;
}
#history .title form.active .close {
  position: absolute;
  right: 35px;
  top: 0;
  height: 100%;
  width: 30px;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 2;
}
#history .title form.active .close:after {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 25px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  font-weight: 900;
  padding-top: 5px;
  font-weight: 100;
}
#history .title form.active .close:hover:after {
  color: #f26524;
}
#history .title form .form {
  display: flex;
}
#history .title form .form select {
  padding: 8px;
  margin-right: 10px;
  vertical-align: middle;
}
#history .title form .form > label {
  display: none;
}
#history .title form .form .input {
  position: relative;
}
#history .title form .form .input input[type=text] {
  width: 300px;
  box-sizing: border-box;
  font-size: 1.15em;
  padding: 9px 50px 9px 10px;
  position: relative;
  z-index: 1;
}
#history .title form .form .input input[type=text] + a {
  display: block;
  text-decoration: none;
  position: absolute;
  right: 1px;
  top: 0;
  height: 100%;
  z-index: 1;
}
#history .title form .form .input input[type=text] + a:after {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 20px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 8px;
  box-sizing: border-box;
  display: block;
  width: 50px;
  height: 100%;
  text-align: center;
}
#history .title form .form .input input[type=text] + a span {
  text-indent: -9999px;
  display: block;
}
#history.product-view #product-list {
  margin-top: 5px;
}
#history.product-view #product-list > div {
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#history.product-view #product-list > div.group:not(:first-of-type) {
  border-top: 1px solid #c2c4c6;
  padding-top: 10px;
}
#history.product-view #product-list > div a {
  text-decoration: none;
}
#history.product-view #product-list > div a:hover {
  text-decoration: underline;
}
#history.product-view #product-list > div > div.order-details {
  width: 100%;
  margin-bottom: 10px;
}
#history.product-view #product-list > div > div.order-details a {
  font-weight: bold;
}
#history.product-view #product-list > div > div.order-details .canceled {
  color: #a2081d;
  text-transform: lowercase;
  font-weight: bold;
}
#history.product-view #product-list > div > div.image {
  margin-right: 5px;
}
#history.product-view #product-list > div > div:last-child > div:not(:last-child) {
  margin-bottom: 5px;
}
#history.product-view #product-list > div > div .snap-css-button:hover {
  text-decoration: initial;
}
#history.product-view #product-list > div .warranty-info {
  color: #a2081d;
  margin-top: 5px;
}
#history:not(.order-history) .listing {
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  border: 1px solid #E8E9EA;
  background: #F2F2F2;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  display: table;
}
#history:not(.order-history) .listing:before,
#history:not(.order-history) .listing:after {
  content: " ";
  display: table;
}
#history:not(.order-history) .listing:after {
  clear: both;
}
#history:not(.order-history) .listing > *:first-child:not(.table),
#history:not(.order-history) .listing .header:not(.table),
#history:not(.order-history) .listing .heading:not(.table) {
  background: #464647;
  padding: 5px 10px 5px;
  color: #fff;
  margin: 0;
  font-size: 12px;
  font-family: inherit;
  letter-spacing: unset;
  text-align: left;
  box-sizing: border-box;
}
#history:not(.order-history) .listing > *:first-child:not(.table) + div,
#history:not(.order-history) .listing .header:not(.table) + div,
#history:not(.order-history) .listing .heading:not(.table) + div,
#history:not(.order-history) .listing > *:first-child:not(.table) + form,
#history:not(.order-history) .listing .header:not(.table) + form,
#history:not(.order-history) .listing .heading:not(.table) + form {
  padding: 10px;
}
#history:not(.order-history) .listing > *:first-child:not(.table) a,
#history:not(.order-history) .listing .header:not(.table) a,
#history:not(.order-history) .listing .heading:not(.table) a {
  color: #fff;
  text-decoration: underline;
}
#history:not(.order-history) .listing table {
  width: 100%;
}
#history:not(.order-history) .listing table > tbody,
#history:not(.order-history) .listing .table {
  width: 100%;
  box-sizing: border-box;
  display: table;
}
#history:not(.order-history) .listing table > tbody > tbody > tr,
#history:not(.order-history) .listing .table > tbody > tr,
#history:not(.order-history) .listing table > tbody > tr,
#history:not(.order-history) .listing .table > tr,
#history:not(.order-history) .listing table > tbody > div,
#history:not(.order-history) .listing .table > div {
  display: table-row;
}
#history:not(.order-history) .listing table > tbody > tbody > tr:nth-child(even),
#history:not(.order-history) .listing .table > tbody > tr:nth-child(even),
#history:not(.order-history) .listing table > tbody > tr:nth-child(even),
#history:not(.order-history) .listing .table > tr:nth-child(even),
#history:not(.order-history) .listing table > tbody > div:nth-child(even),
#history:not(.order-history) .listing .table > div:nth-child(even) {
  background: #fafafa;
}
#history:not(.order-history) .listing table > tbody > tbody > tr:not(:only-of-type):not(.header):hover,
#history:not(.order-history) .listing .table > tbody > tr:not(:only-of-type):not(.header):hover,
#history:not(.order-history) .listing table > tbody > tr:not(:only-of-type):not(.header):hover,
#history:not(.order-history) .listing .table > tr:not(:only-of-type):not(.header):hover,
#history:not(.order-history) .listing table > tbody > div:not(:only-of-type):not(.header):hover,
#history:not(.order-history) .listing .table > div:not(:only-of-type):not(.header):hover {
  background: #E8E9EA;
}
#history:not(.order-history) .listing table > tbody > tbody > tr.primary:hover,
#history:not(.order-history) .listing .table > tbody > tr.primary:hover,
#history:not(.order-history) .listing table > tbody > tr.primary:hover,
#history:not(.order-history) .listing .table > tr.primary:hover,
#history:not(.order-history) .listing table > tbody > div.primary:hover,
#history:not(.order-history) .listing .table > div.primary:hover {
  background: #E8E9EA;
}
#history:not(.order-history) .listing table > tbody > tbody > tr > th,
#history:not(.order-history) .listing .table > tbody > tr > th,
#history:not(.order-history) .listing table > tbody > tr > th,
#history:not(.order-history) .listing .table > tr > th,
#history:not(.order-history) .listing table > tbody > div > th,
#history:not(.order-history) .listing .table > div > th,
#history:not(.order-history) .listing table > tbody > tbody > tr > td,
#history:not(.order-history) .listing .table > tbody > tr > td,
#history:not(.order-history) .listing table > tbody > tr > td,
#history:not(.order-history) .listing .table > tr > td,
#history:not(.order-history) .listing table > tbody > div > td,
#history:not(.order-history) .listing .table > div > td,
#history:not(.order-history) .listing table > tbody > tbody > tr > div,
#history:not(.order-history) .listing .table > tbody > tr > div,
#history:not(.order-history) .listing table > tbody > tr > div,
#history:not(.order-history) .listing .table > tr > div,
#history:not(.order-history) .listing table > tbody > div > div,
#history:not(.order-history) .listing .table > div > div {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
#history:not(.order-history) .listing table > tbody > tbody > tr > th .snap-css-button:not(.retain),
#history:not(.order-history) .listing .table > tbody > tr > th .snap-css-button:not(.retain),
#history:not(.order-history) .listing table > tbody > tr > th .snap-css-button:not(.retain),
#history:not(.order-history) .listing .table > tr > th .snap-css-button:not(.retain),
#history:not(.order-history) .listing table > tbody > div > th .snap-css-button:not(.retain),
#history:not(.order-history) .listing .table > div > th .snap-css-button:not(.retain),
#history:not(.order-history) .listing table > tbody > tbody > tr > td .snap-css-button:not(.retain),
#history:not(.order-history) .listing .table > tbody > tr > td .snap-css-button:not(.retain),
#history:not(.order-history) .listing table > tbody > tr > td .snap-css-button:not(.retain),
#history:not(.order-history) .listing .table > tr > td .snap-css-button:not(.retain),
#history:not(.order-history) .listing table > tbody > div > td .snap-css-button:not(.retain),
#history:not(.order-history) .listing .table > div > td .snap-css-button:not(.retain),
#history:not(.order-history) .listing table > tbody > tbody > tr > div .snap-css-button:not(.retain),
#history:not(.order-history) .listing .table > tbody > tr > div .snap-css-button:not(.retain),
#history:not(.order-history) .listing table > tbody > tr > div .snap-css-button:not(.retain),
#history:not(.order-history) .listing .table > tr > div .snap-css-button:not(.retain),
#history:not(.order-history) .listing table > tbody > div > div .snap-css-button:not(.retain),
#history:not(.order-history) .listing .table > div > div .snap-css-button:not(.retain) {
  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;
  text-transform: unset;
}
#history:not(.order-history) .listing table > tbody > tbody > tr > th .snap-css-button:not(.retain):hover,
#history:not(.order-history) .listing .table > tbody > tr > th .snap-css-button:not(.retain):hover,
#history:not(.order-history) .listing table > tbody > tr > th .snap-css-button:not(.retain):hover,
#history:not(.order-history) .listing .table > tr > th .snap-css-button:not(.retain):hover,
#history:not(.order-history) .listing table > tbody > div > th .snap-css-button:not(.retain):hover,
#history:not(.order-history) .listing .table > div > th .snap-css-button:not(.retain):hover,
#history:not(.order-history) .listing table > tbody > tbody > tr > td .snap-css-button:not(.retain):hover,
#history:not(.order-history) .listing .table > tbody > tr > td .snap-css-button:not(.retain):hover,
#history:not(.order-history) .listing table > tbody > tr > td .snap-css-button:not(.retain):hover,
#history:not(.order-history) .listing .table > tr > td .snap-css-button:not(.retain):hover,
#history:not(.order-history) .listing table > tbody > div > td .snap-css-button:not(.retain):hover,
#history:not(.order-history) .listing .table > div > td .snap-css-button:not(.retain):hover,
#history:not(.order-history) .listing table > tbody > tbody > tr > div .snap-css-button:not(.retain):hover,
#history:not(.order-history) .listing .table > tbody > tr > div .snap-css-button:not(.retain):hover,
#history:not(.order-history) .listing table > tbody > tr > div .snap-css-button:not(.retain):hover,
#history:not(.order-history) .listing .table > tr > div .snap-css-button:not(.retain):hover,
#history:not(.order-history) .listing table > tbody > div > div .snap-css-button:not(.retain):hover,
#history:not(.order-history) .listing .table > div > div .snap-css-button:not(.retain):hover {
  opacity: 1;
}
#history:not(.order-history) .listing table > tbody > tbody > tr > th .center,
#history:not(.order-history) .listing .table > tbody > tr > th .center,
#history:not(.order-history) .listing table > tbody > tr > th .center,
#history:not(.order-history) .listing .table > tr > th .center,
#history:not(.order-history) .listing table > tbody > div > th .center,
#history:not(.order-history) .listing .table > div > th .center,
#history:not(.order-history) .listing table > tbody > tbody > tr > td .center,
#history:not(.order-history) .listing .table > tbody > tr > td .center,
#history:not(.order-history) .listing table > tbody > tr > td .center,
#history:not(.order-history) .listing .table > tr > td .center,
#history:not(.order-history) .listing table > tbody > div > td .center,
#history:not(.order-history) .listing .table > div > td .center,
#history:not(.order-history) .listing table > tbody > tbody > tr > div .center,
#history:not(.order-history) .listing .table > tbody > tr > div .center,
#history:not(.order-history) .listing table > tbody > tr > div .center,
#history:not(.order-history) .listing .table > tr > div .center,
#history:not(.order-history) .listing table > tbody > div > div .center,
#history:not(.order-history) .listing .table > div > div .center {
  text-align: center;
}
#history:not(.order-history) .listing table > tbody > tbody > tr > th .right,
#history:not(.order-history) .listing .table > tbody > tr > th .right,
#history:not(.order-history) .listing table > tbody > tr > th .right,
#history:not(.order-history) .listing .table > tr > th .right,
#history:not(.order-history) .listing table > tbody > div > th .right,
#history:not(.order-history) .listing .table > div > th .right,
#history:not(.order-history) .listing table > tbody > tbody > tr > td .right,
#history:not(.order-history) .listing .table > tbody > tr > td .right,
#history:not(.order-history) .listing table > tbody > tr > td .right,
#history:not(.order-history) .listing .table > tr > td .right,
#history:not(.order-history) .listing table > tbody > div > td .right,
#history:not(.order-history) .listing .table > div > td .right,
#history:not(.order-history) .listing table > tbody > tbody > tr > div .right,
#history:not(.order-history) .listing .table > tbody > tr > div .right,
#history:not(.order-history) .listing table > tbody > tr > div .right,
#history:not(.order-history) .listing .table > tr > div .right,
#history:not(.order-history) .listing table > tbody > div > div .right,
#history:not(.order-history) .listing .table > div > div .right {
  text-align: right;
}
#history:not(.order-history) .listing table > tbody > tbody > tr > th .left,
#history:not(.order-history) .listing .table > tbody > tr > th .left,
#history:not(.order-history) .listing table > tbody > tr > th .left,
#history:not(.order-history) .listing .table > tr > th .left,
#history:not(.order-history) .listing table > tbody > div > th .left,
#history:not(.order-history) .listing .table > div > th .left,
#history:not(.order-history) .listing table > tbody > tbody > tr > td .left,
#history:not(.order-history) .listing .table > tbody > tr > td .left,
#history:not(.order-history) .listing table > tbody > tr > td .left,
#history:not(.order-history) .listing .table > tr > td .left,
#history:not(.order-history) .listing table > tbody > div > td .left,
#history:not(.order-history) .listing .table > div > td .left,
#history:not(.order-history) .listing table > tbody > tbody > tr > div .left,
#history:not(.order-history) .listing .table > tbody > tr > div .left,
#history:not(.order-history) .listing table > tbody > tr > div .left,
#history:not(.order-history) .listing .table > tr > div .left,
#history:not(.order-history) .listing table > tbody > div > div .left,
#history:not(.order-history) .listing .table > div > div .left {
  text-align: left;
}
#history:not(.order-history) .listing table > tbody > tbody > tr > th:nth-child(n+1):last-child,
#history:not(.order-history) .listing .table > tbody > tr > th:nth-child(n+1):last-child,
#history:not(.order-history) .listing table > tbody > tr > th:nth-child(n+1):last-child,
#history:not(.order-history) .listing .table > tr > th:nth-child(n+1):last-child,
#history:not(.order-history) .listing table > tbody > div > th:nth-child(n+1):last-child,
#history:not(.order-history) .listing .table > div > th:nth-child(n+1):last-child,
#history:not(.order-history) .listing table > tbody > tbody > tr > td:nth-child(n+1):last-child,
#history:not(.order-history) .listing .table > tbody > tr > td:nth-child(n+1):last-child,
#history:not(.order-history) .listing table > tbody > tr > td:nth-child(n+1):last-child,
#history:not(.order-history) .listing .table > tr > td:nth-child(n+1):last-child,
#history:not(.order-history) .listing table > tbody > div > td:nth-child(n+1):last-child,
#history:not(.order-history) .listing .table > div > td:nth-child(n+1):last-child,
#history:not(.order-history) .listing table > tbody > tbody > tr > div:nth-child(n+1):last-child,
#history:not(.order-history) .listing .table > tbody > tr > div:nth-child(n+1):last-child,
#history:not(.order-history) .listing table > tbody > tr > div:nth-child(n+1):last-child,
#history:not(.order-history) .listing .table > tr > div:nth-child(n+1):last-child,
#history:not(.order-history) .listing table > tbody > div > div:nth-child(n+1):last-child,
#history:not(.order-history) .listing .table > div > div:nth-child(n+1):last-child {
  text-align: right;
}
#history:not(.order-history) .listing table > tbody > tbody > tr > th:nth-child(n+1):last-child.center,
#history:not(.order-history) .listing .table > tbody > tr > th:nth-child(n+1):last-child.center,
#history:not(.order-history) .listing table > tbody > tr > th:nth-child(n+1):last-child.center,
#history:not(.order-history) .listing .table > tr > th:nth-child(n+1):last-child.center,
#history:not(.order-history) .listing table > tbody > div > th:nth-child(n+1):last-child.center,
#history:not(.order-history) .listing .table > div > th:nth-child(n+1):last-child.center,
#history:not(.order-history) .listing table > tbody > tbody > tr > td:nth-child(n+1):last-child.center,
#history:not(.order-history) .listing .table > tbody > tr > td:nth-child(n+1):last-child.center,
#history:not(.order-history) .listing table > tbody > tr > td:nth-child(n+1):last-child.center,
#history:not(.order-history) .listing .table > tr > td:nth-child(n+1):last-child.center,
#history:not(.order-history) .listing table > tbody > div > td:nth-child(n+1):last-child.center,
#history:not(.order-history) .listing .table > div > td:nth-child(n+1):last-child.center,
#history:not(.order-history) .listing table > tbody > tbody > tr > div:nth-child(n+1):last-child.center,
#history:not(.order-history) .listing .table > tbody > tr > div:nth-child(n+1):last-child.center,
#history:not(.order-history) .listing table > tbody > tr > div:nth-child(n+1):last-child.center,
#history:not(.order-history) .listing .table > tr > div:nth-child(n+1):last-child.center,
#history:not(.order-history) .listing table > tbody > div > div:nth-child(n+1):last-child.center,
#history:not(.order-history) .listing .table > div > div:nth-child(n+1):last-child.center {
  text-align: center;
}
#history:not(.order-history) .listing table > tbody > tbody > tr > th:nth-child(n+1):last-child.left,
#history:not(.order-history) .listing .table > tbody > tr > th:nth-child(n+1):last-child.left,
#history:not(.order-history) .listing table > tbody > tr > th:nth-child(n+1):last-child.left,
#history:not(.order-history) .listing .table > tr > th:nth-child(n+1):last-child.left,
#history:not(.order-history) .listing table > tbody > div > th:nth-child(n+1):last-child.left,
#history:not(.order-history) .listing .table > div > th:nth-child(n+1):last-child.left,
#history:not(.order-history) .listing table > tbody > tbody > tr > td:nth-child(n+1):last-child.left,
#history:not(.order-history) .listing .table > tbody > tr > td:nth-child(n+1):last-child.left,
#history:not(.order-history) .listing table > tbody > tr > td:nth-child(n+1):last-child.left,
#history:not(.order-history) .listing .table > tr > td:nth-child(n+1):last-child.left,
#history:not(.order-history) .listing table > tbody > div > td:nth-child(n+1):last-child.left,
#history:not(.order-history) .listing .table > div > td:nth-child(n+1):last-child.left,
#history:not(.order-history) .listing table > tbody > tbody > tr > div:nth-child(n+1):last-child.left,
#history:not(.order-history) .listing .table > tbody > tr > div:nth-child(n+1):last-child.left,
#history:not(.order-history) .listing table > tbody > tr > div:nth-child(n+1):last-child.left,
#history:not(.order-history) .listing .table > tr > div:nth-child(n+1):last-child.left,
#history:not(.order-history) .listing table > tbody > div > div:nth-child(n+1):last-child.left,
#history:not(.order-history) .listing .table > div > div:nth-child(n+1):last-child.left {
  text-align: left;
}
#history:not(.order-history) .listing table > tbody > *:first-child:not(.primary),
#history:not(.order-history) .listing .table > *:first-child:not(.primary) {
  background: #464647;
  color: #fff;
}
#history:not(.order-history) .listing table > tbody > *:first-child:not(.primary) a,
#history:not(.order-history) .listing .table > *:first-child:not(.primary) a {
  color: #fff;
}
#history:not(.order-history) .listing table > tbody .heading,
#history:not(.order-history) .listing .table .heading {
  background: #F2F2F2;
}
#history:not(.order-history) .listing > tbody > tr,
#history:not(.order-history) .listing > tr,
#history:not(.order-history) .listing > div {
  display: table-row;
}
#history:not(.order-history) .listing > tbody > tr:nth-child(even),
#history:not(.order-history) .listing > tr:nth-child(even),
#history:not(.order-history) .listing > div:nth-child(even) {
  background: #fafafa;
}
#history:not(.order-history) .listing > tbody > tr:not(:only-of-type):not(.header):hover,
#history:not(.order-history) .listing > tr:not(:only-of-type):not(.header):hover,
#history:not(.order-history) .listing > div:not(:only-of-type):not(.header):hover {
  background: #E8E9EA;
}
#history:not(.order-history) .listing > tbody > tr.primary:hover,
#history:not(.order-history) .listing > tr.primary:hover,
#history:not(.order-history) .listing > div.primary:hover {
  background: #E8E9EA;
}
#history:not(.order-history) .listing > tbody > tr > th,
#history:not(.order-history) .listing > tr > th,
#history:not(.order-history) .listing > div > th,
#history:not(.order-history) .listing > tbody > tr > td,
#history:not(.order-history) .listing > tr > td,
#history:not(.order-history) .listing > div > td,
#history:not(.order-history) .listing > tbody > tr > div,
#history:not(.order-history) .listing > tr > div,
#history:not(.order-history) .listing > div > div {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
#history:not(.order-history) .listing > tbody > tr > th .snap-css-button:not(.retain),
#history:not(.order-history) .listing > tr > th .snap-css-button:not(.retain),
#history:not(.order-history) .listing > div > th .snap-css-button:not(.retain),
#history:not(.order-history) .listing > tbody > tr > td .snap-css-button:not(.retain),
#history:not(.order-history) .listing > tr > td .snap-css-button:not(.retain),
#history:not(.order-history) .listing > div > td .snap-css-button:not(.retain),
#history:not(.order-history) .listing > tbody > tr > div .snap-css-button:not(.retain),
#history:not(.order-history) .listing > tr > div .snap-css-button:not(.retain),
#history:not(.order-history) .listing > div > div .snap-css-button:not(.retain) {
  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;
  text-transform: unset;
}
#history:not(.order-history) .listing > tbody > tr > th .snap-css-button:not(.retain):hover,
#history:not(.order-history) .listing > tr > th .snap-css-button:not(.retain):hover,
#history:not(.order-history) .listing > div > th .snap-css-button:not(.retain):hover,
#history:not(.order-history) .listing > tbody > tr > td .snap-css-button:not(.retain):hover,
#history:not(.order-history) .listing > tr > td .snap-css-button:not(.retain):hover,
#history:not(.order-history) .listing > div > td .snap-css-button:not(.retain):hover,
#history:not(.order-history) .listing > tbody > tr > div .snap-css-button:not(.retain):hover,
#history:not(.order-history) .listing > tr > div .snap-css-button:not(.retain):hover,
#history:not(.order-history) .listing > div > div .snap-css-button:not(.retain):hover {
  opacity: 1;
}
#history:not(.order-history) .listing > tbody > tr > th .center,
#history:not(.order-history) .listing > tr > th .center,
#history:not(.order-history) .listing > div > th .center,
#history:not(.order-history) .listing > tbody > tr > td .center,
#history:not(.order-history) .listing > tr > td .center,
#history:not(.order-history) .listing > div > td .center,
#history:not(.order-history) .listing > tbody > tr > div .center,
#history:not(.order-history) .listing > tr > div .center,
#history:not(.order-history) .listing > div > div .center {
  text-align: center;
}
#history:not(.order-history) .listing > tbody > tr > th .right,
#history:not(.order-history) .listing > tr > th .right,
#history:not(.order-history) .listing > div > th .right,
#history:not(.order-history) .listing > tbody > tr > td .right,
#history:not(.order-history) .listing > tr > td .right,
#history:not(.order-history) .listing > div > td .right,
#history:not(.order-history) .listing > tbody > tr > div .right,
#history:not(.order-history) .listing > tr > div .right,
#history:not(.order-history) .listing > div > div .right {
  text-align: right;
}
#history:not(.order-history) .listing > tbody > tr > th .left,
#history:not(.order-history) .listing > tr > th .left,
#history:not(.order-history) .listing > div > th .left,
#history:not(.order-history) .listing > tbody > tr > td .left,
#history:not(.order-history) .listing > tr > td .left,
#history:not(.order-history) .listing > div > td .left,
#history:not(.order-history) .listing > tbody > tr > div .left,
#history:not(.order-history) .listing > tr > div .left,
#history:not(.order-history) .listing > div > div .left {
  text-align: left;
}
#history:not(.order-history) .listing > tbody > tr > th:nth-child(n+1):last-child,
#history:not(.order-history) .listing > tr > th:nth-child(n+1):last-child,
#history:not(.order-history) .listing > div > th:nth-child(n+1):last-child,
#history:not(.order-history) .listing > tbody > tr > td:nth-child(n+1):last-child,
#history:not(.order-history) .listing > tr > td:nth-child(n+1):last-child,
#history:not(.order-history) .listing > div > td:nth-child(n+1):last-child,
#history:not(.order-history) .listing > tbody > tr > div:nth-child(n+1):last-child,
#history:not(.order-history) .listing > tr > div:nth-child(n+1):last-child,
#history:not(.order-history) .listing > div > div:nth-child(n+1):last-child {
  text-align: right;
}
#history:not(.order-history) .listing > tbody > tr > th:nth-child(n+1):last-child.center,
#history:not(.order-history) .listing > tr > th:nth-child(n+1):last-child.center,
#history:not(.order-history) .listing > div > th:nth-child(n+1):last-child.center,
#history:not(.order-history) .listing > tbody > tr > td:nth-child(n+1):last-child.center,
#history:not(.order-history) .listing > tr > td:nth-child(n+1):last-child.center,
#history:not(.order-history) .listing > div > td:nth-child(n+1):last-child.center,
#history:not(.order-history) .listing > tbody > tr > div:nth-child(n+1):last-child.center,
#history:not(.order-history) .listing > tr > div:nth-child(n+1):last-child.center,
#history:not(.order-history) .listing > div > div:nth-child(n+1):last-child.center {
  text-align: center;
}
#history:not(.order-history) .listing > tbody > tr > th:nth-child(n+1):last-child.left,
#history:not(.order-history) .listing > tr > th:nth-child(n+1):last-child.left,
#history:not(.order-history) .listing > div > th:nth-child(n+1):last-child.left,
#history:not(.order-history) .listing > tbody > tr > td:nth-child(n+1):last-child.left,
#history:not(.order-history) .listing > tr > td:nth-child(n+1):last-child.left,
#history:not(.order-history) .listing > div > td:nth-child(n+1):last-child.left,
#history:not(.order-history) .listing > tbody > tr > div:nth-child(n+1):last-child.left,
#history:not(.order-history) .listing > tr > div:nth-child(n+1):last-child.left,
#history:not(.order-history) .listing > div > div:nth-child(n+1):last-child.left {
  text-align: left;
}
#history:not(.order-history) .listing > *:first-child:not(.primary) {
  background: #464647;
  color: #fff;
}
#history:not(.order-history) .listing > *:first-child:not(.primary) a {
  color: #fff;
}
#history:not(.order-history) .listing .heading {
  background: #F2F2F2;
}
#history:not(.order-history) .listing label {
  display: none;
}
#history:not(.order-history) .no-items {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #000;
  padding: 10px;
  background: #F2F2F2;
}
#history:not(.order-history) .no-items:last-child {
  margin-bottom: 0;
}
#history:not(.order-history) .no-items: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;
}
#history:not(.order-history) .no-items > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
#history:not(.order-history) .no-items.error {
  color: #a2081d;
  font-weight: bold;
}
#history:not(.order-history) .no-items.success {
  color: #1a951a;
  font-weight: bold;
}
#history:not(.order-history) .no-items.mainRed {
  color: #a2081d;
}
#history:not(.order-history) .slim {
  width: 1px;
}
#history #order-list .snap-css-button,
#history #product-list .snap-css-button {
  padding: 5px 10px 5px;
}
#history.refunds .quantity-wrapper,
#history.refunds .delete-item {
  text-align: center !important;
  width: 1px;
}
#history.refunds .align-right {
  width: 1px;
}
#history.refunds .product > div {
  display: flex;
  align-items: center;
}
#history.refunds .product .image {
  margin-right: 10px;
  mix-blend-mode: multiply;
}
#history.refunds .product .image img {
  width: 85px;
  max-width: initial;
}
#history.refunds .product .model {
  font-weight: bold;
  margin-bottom: 5px;
}
.return-details-layout {
  display: grid;
  grid-template-columns: 3fr 1fr;
  align-items: start;
  margin-top: 10px;
}
.return-refund-details {
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  background: #fff;
  text-align: left;
  margin-left: 10px;
}
.return-refund-details:before,
.return-refund-details:after {
  content: " ";
  display: table;
}
.return-refund-details:after {
  clear: both;
}
.return-refund-details > *:first-child:not(.table) {
  padding: 5px 5px 5px;
  background: #F2F2F2;
  color: #000;
  margin: 0;
  font-size: 12px;
  font-family: inherit;
  letter-spacing: unset;
  text-align: left;
  box-sizing: border-box;
}
.return-refund-details > *:first-child:not(.table) + div,
.return-refund-details > *:first-child:not(.table) + form {
  padding: 5px;
}
.return-refund-details > *:first-child:not(.table) + div:before,
.return-refund-details > *:first-child:not(.table) + form:before,
.return-refund-details > *:first-child:not(.table) + div:after,
.return-refund-details > *:first-child:not(.table) + form:after {
  content: " ";
  display: table;
}
.return-refund-details > *:first-child:not(.table) + div:after,
.return-refund-details > *:first-child:not(.table) + form:after {
  clear: both;
}
.return-refund-details > *:first-child:not(.table) a {
  color: initial;
}
.return-refund-details > *:first-child:not(.table) a:hover {
  color: #f26524;
}
.return-refund-details table {
  width: 100%;
}
.return-refund-details table tbody,
.return-refund-details .table {
  width: 100%;
  box-sizing: border-box;
  display: table;
}
.return-refund-details table tbody > tbody > tr,
.return-refund-details .table > tbody > tr,
.return-refund-details table tbody > tr,
.return-refund-details .table > tr,
.return-refund-details table tbody > div,
.return-refund-details .table > div {
  display: table-row;
}
.return-refund-details table tbody > tbody > tr:nth-child(even),
.return-refund-details .table > tbody > tr:nth-child(even),
.return-refund-details table tbody > tr:nth-child(even),
.return-refund-details .table > tr:nth-child(even),
.return-refund-details table tbody > div:nth-child(even),
.return-refund-details .table > div:nth-child(even) {
  background: #fafafa;
}
.return-refund-details table tbody > tbody > tr:not(:only-of-type):not(.header):hover,
.return-refund-details .table > tbody > tr:not(:only-of-type):not(.header):hover,
.return-refund-details table tbody > tr:not(:only-of-type):not(.header):hover,
.return-refund-details .table > tr:not(:only-of-type):not(.header):hover,
.return-refund-details table tbody > div:not(:only-of-type):not(.header):hover,
.return-refund-details .table > div:not(:only-of-type):not(.header):hover {
  background: #E8E9EA;
}
.return-refund-details table tbody > tbody > tr.primary:hover,
.return-refund-details .table > tbody > tr.primary:hover,
.return-refund-details table tbody > tr.primary:hover,
.return-refund-details .table > tr.primary:hover,
.return-refund-details table tbody > div.primary:hover,
.return-refund-details .table > div.primary:hover {
  background: #E8E9EA;
}
.return-refund-details table tbody > tbody > tr > th,
.return-refund-details .table > tbody > tr > th,
.return-refund-details table tbody > tr > th,
.return-refund-details .table > tr > th,
.return-refund-details table tbody > div > th,
.return-refund-details .table > div > th,
.return-refund-details table tbody > tbody > tr > td,
.return-refund-details .table > tbody > tr > td,
.return-refund-details table tbody > tr > td,
.return-refund-details .table > tr > td,
.return-refund-details table tbody > div > td,
.return-refund-details .table > div > td,
.return-refund-details table tbody > tbody > tr > div,
.return-refund-details .table > tbody > tr > div,
.return-refund-details table tbody > tr > div,
.return-refund-details .table > tr > div,
.return-refund-details table tbody > div > div,
.return-refund-details .table > div > div {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
.return-refund-details table tbody > tbody > tr > th .snap-css-button:not(.retain),
.return-refund-details .table > tbody > tr > th .snap-css-button:not(.retain),
.return-refund-details table tbody > tr > th .snap-css-button:not(.retain),
.return-refund-details .table > tr > th .snap-css-button:not(.retain),
.return-refund-details table tbody > div > th .snap-css-button:not(.retain),
.return-refund-details .table > div > th .snap-css-button:not(.retain),
.return-refund-details table tbody > tbody > tr > td .snap-css-button:not(.retain),
.return-refund-details .table > tbody > tr > td .snap-css-button:not(.retain),
.return-refund-details table tbody > tr > td .snap-css-button:not(.retain),
.return-refund-details .table > tr > td .snap-css-button:not(.retain),
.return-refund-details table tbody > div > td .snap-css-button:not(.retain),
.return-refund-details .table > div > td .snap-css-button:not(.retain),
.return-refund-details table tbody > tbody > tr > div .snap-css-button:not(.retain),
.return-refund-details .table > tbody > tr > div .snap-css-button:not(.retain),
.return-refund-details table tbody > tr > div .snap-css-button:not(.retain),
.return-refund-details .table > tr > div .snap-css-button:not(.retain),
.return-refund-details table tbody > div > div .snap-css-button:not(.retain),
.return-refund-details .table > div > div .snap-css-button:not(.retain) {
  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;
  text-transform: unset;
}
.return-refund-details table tbody > tbody > tr > th .snap-css-button:not(.retain):hover,
.return-refund-details .table > tbody > tr > th .snap-css-button:not(.retain):hover,
.return-refund-details table tbody > tr > th .snap-css-button:not(.retain):hover,
.return-refund-details .table > tr > th .snap-css-button:not(.retain):hover,
.return-refund-details table tbody > div > th .snap-css-button:not(.retain):hover,
.return-refund-details .table > div > th .snap-css-button:not(.retain):hover,
.return-refund-details table tbody > tbody > tr > td .snap-css-button:not(.retain):hover,
.return-refund-details .table > tbody > tr > td .snap-css-button:not(.retain):hover,
.return-refund-details table tbody > tr > td .snap-css-button:not(.retain):hover,
.return-refund-details .table > tr > td .snap-css-button:not(.retain):hover,
.return-refund-details table tbody > div > td .snap-css-button:not(.retain):hover,
.return-refund-details .table > div > td .snap-css-button:not(.retain):hover,
.return-refund-details table tbody > tbody > tr > div .snap-css-button:not(.retain):hover,
.return-refund-details .table > tbody > tr > div .snap-css-button:not(.retain):hover,
.return-refund-details table tbody > tr > div .snap-css-button:not(.retain):hover,
.return-refund-details .table > tr > div .snap-css-button:not(.retain):hover,
.return-refund-details table tbody > div > div .snap-css-button:not(.retain):hover,
.return-refund-details .table > div > div .snap-css-button:not(.retain):hover {
  opacity: 1;
}
.return-refund-details table tbody > tbody > tr > th .center,
.return-refund-details .table > tbody > tr > th .center,
.return-refund-details table tbody > tr > th .center,
.return-refund-details .table > tr > th .center,
.return-refund-details table tbody > div > th .center,
.return-refund-details .table > div > th .center,
.return-refund-details table tbody > tbody > tr > td .center,
.return-refund-details .table > tbody > tr > td .center,
.return-refund-details table tbody > tr > td .center,
.return-refund-details .table > tr > td .center,
.return-refund-details table tbody > div > td .center,
.return-refund-details .table > div > td .center,
.return-refund-details table tbody > tbody > tr > div .center,
.return-refund-details .table > tbody > tr > div .center,
.return-refund-details table tbody > tr > div .center,
.return-refund-details .table > tr > div .center,
.return-refund-details table tbody > div > div .center,
.return-refund-details .table > div > div .center {
  text-align: center;
}
.return-refund-details table tbody > tbody > tr > th .right,
.return-refund-details .table > tbody > tr > th .right,
.return-refund-details table tbody > tr > th .right,
.return-refund-details .table > tr > th .right,
.return-refund-details table tbody > div > th .right,
.return-refund-details .table > div > th .right,
.return-refund-details table tbody > tbody > tr > td .right,
.return-refund-details .table > tbody > tr > td .right,
.return-refund-details table tbody > tr > td .right,
.return-refund-details .table > tr > td .right,
.return-refund-details table tbody > div > td .right,
.return-refund-details .table > div > td .right,
.return-refund-details table tbody > tbody > tr > div .right,
.return-refund-details .table > tbody > tr > div .right,
.return-refund-details table tbody > tr > div .right,
.return-refund-details .table > tr > div .right,
.return-refund-details table tbody > div > div .right,
.return-refund-details .table > div > div .right {
  text-align: right;
}
.return-refund-details table tbody > tbody > tr > th .left,
.return-refund-details .table > tbody > tr > th .left,
.return-refund-details table tbody > tr > th .left,
.return-refund-details .table > tr > th .left,
.return-refund-details table tbody > div > th .left,
.return-refund-details .table > div > th .left,
.return-refund-details table tbody > tbody > tr > td .left,
.return-refund-details .table > tbody > tr > td .left,
.return-refund-details table tbody > tr > td .left,
.return-refund-details .table > tr > td .left,
.return-refund-details table tbody > div > td .left,
.return-refund-details .table > div > td .left,
.return-refund-details table tbody > tbody > tr > div .left,
.return-refund-details .table > tbody > tr > div .left,
.return-refund-details table tbody > tr > div .left,
.return-refund-details .table > tr > div .left,
.return-refund-details table tbody > div > div .left,
.return-refund-details .table > div > div .left {
  text-align: left;
}
.return-refund-details table tbody > tbody > tr > th:nth-child(n+1):last-child,
.return-refund-details .table > tbody > tr > th:nth-child(n+1):last-child,
.return-refund-details table tbody > tr > th:nth-child(n+1):last-child,
.return-refund-details .table > tr > th:nth-child(n+1):last-child,
.return-refund-details table tbody > div > th:nth-child(n+1):last-child,
.return-refund-details .table > div > th:nth-child(n+1):last-child,
.return-refund-details table tbody > tbody > tr > td:nth-child(n+1):last-child,
.return-refund-details .table > tbody > tr > td:nth-child(n+1):last-child,
.return-refund-details table tbody > tr > td:nth-child(n+1):last-child,
.return-refund-details .table > tr > td:nth-child(n+1):last-child,
.return-refund-details table tbody > div > td:nth-child(n+1):last-child,
.return-refund-details .table > div > td:nth-child(n+1):last-child,
.return-refund-details table tbody > tbody > tr > div:nth-child(n+1):last-child,
.return-refund-details .table > tbody > tr > div:nth-child(n+1):last-child,
.return-refund-details table tbody > tr > div:nth-child(n+1):last-child,
.return-refund-details .table > tr > div:nth-child(n+1):last-child,
.return-refund-details table tbody > div > div:nth-child(n+1):last-child,
.return-refund-details .table > div > div:nth-child(n+1):last-child {
  text-align: right;
}
.return-refund-details table tbody > tbody > tr > th:nth-child(n+1):last-child.center,
.return-refund-details .table > tbody > tr > th:nth-child(n+1):last-child.center,
.return-refund-details table tbody > tr > th:nth-child(n+1):last-child.center,
.return-refund-details .table > tr > th:nth-child(n+1):last-child.center,
.return-refund-details table tbody > div > th:nth-child(n+1):last-child.center,
.return-refund-details .table > div > th:nth-child(n+1):last-child.center,
.return-refund-details table tbody > tbody > tr > td:nth-child(n+1):last-child.center,
.return-refund-details .table > tbody > tr > td:nth-child(n+1):last-child.center,
.return-refund-details table tbody > tr > td:nth-child(n+1):last-child.center,
.return-refund-details .table > tr > td:nth-child(n+1):last-child.center,
.return-refund-details table tbody > div > td:nth-child(n+1):last-child.center,
.return-refund-details .table > div > td:nth-child(n+1):last-child.center,
.return-refund-details table tbody > tbody > tr > div:nth-child(n+1):last-child.center,
.return-refund-details .table > tbody > tr > div:nth-child(n+1):last-child.center,
.return-refund-details table tbody > tr > div:nth-child(n+1):last-child.center,
.return-refund-details .table > tr > div:nth-child(n+1):last-child.center,
.return-refund-details table tbody > div > div:nth-child(n+1):last-child.center,
.return-refund-details .table > div > div:nth-child(n+1):last-child.center {
  text-align: center;
}
.return-refund-details table tbody > tbody > tr > th:nth-child(n+1):last-child.left,
.return-refund-details .table > tbody > tr > th:nth-child(n+1):last-child.left,
.return-refund-details table tbody > tr > th:nth-child(n+1):last-child.left,
.return-refund-details .table > tr > th:nth-child(n+1):last-child.left,
.return-refund-details table tbody > div > th:nth-child(n+1):last-child.left,
.return-refund-details .table > div > th:nth-child(n+1):last-child.left,
.return-refund-details table tbody > tbody > tr > td:nth-child(n+1):last-child.left,
.return-refund-details .table > tbody > tr > td:nth-child(n+1):last-child.left,
.return-refund-details table tbody > tr > td:nth-child(n+1):last-child.left,
.return-refund-details .table > tr > td:nth-child(n+1):last-child.left,
.return-refund-details table tbody > div > td:nth-child(n+1):last-child.left,
.return-refund-details .table > div > td:nth-child(n+1):last-child.left,
.return-refund-details table tbody > tbody > tr > div:nth-child(n+1):last-child.left,
.return-refund-details .table > tbody > tr > div:nth-child(n+1):last-child.left,
.return-refund-details table tbody > tr > div:nth-child(n+1):last-child.left,
.return-refund-details .table > tr > div:nth-child(n+1):last-child.left,
.return-refund-details table tbody > div > div:nth-child(n+1):last-child.left,
.return-refund-details .table > div > div:nth-child(n+1):last-child.left {
  text-align: left;
}
.return-refund-details table tbody > *:first-child:not(.primary),
.return-refund-details .table > *:first-child:not(.primary) {
  background: #464647;
  color: #fff;
}
.return-refund-details table tbody > *:first-child:not(.primary) a,
.return-refund-details .table > *:first-child:not(.primary) a {
  color: #fff;
}
.return-refund-details table tbody .heading,
.return-refund-details .table .heading {
  background: #464647;
}
.return-refund-details .totals {
  width: 100%;
  box-sizing: border-box;
  display: table;
  margin: 0;
}
.return-refund-details .totals > tbody > tr,
.return-refund-details .totals > tr,
.return-refund-details .totals > div {
  display: table-row;
}
.return-refund-details .totals > tbody > tr > th,
.return-refund-details .totals > tr > th,
.return-refund-details .totals > div > th,
.return-refund-details .totals > tbody > tr > td,
.return-refund-details .totals > tr > td,
.return-refund-details .totals > div > td,
.return-refund-details .totals > tbody > tr > div,
.return-refund-details .totals > tr > div,
.return-refund-details .totals > div > div {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
.return-refund-details .totals > tbody > tr > th .snap-css-button:not(.retain),
.return-refund-details .totals > tr > th .snap-css-button:not(.retain),
.return-refund-details .totals > div > th .snap-css-button:not(.retain),
.return-refund-details .totals > tbody > tr > td .snap-css-button:not(.retain),
.return-refund-details .totals > tr > td .snap-css-button:not(.retain),
.return-refund-details .totals > div > td .snap-css-button:not(.retain),
.return-refund-details .totals > tbody > tr > div .snap-css-button:not(.retain),
.return-refund-details .totals > tr > div .snap-css-button:not(.retain),
.return-refund-details .totals > div > div .snap-css-button:not(.retain) {
  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;
  text-transform: unset;
}
.return-refund-details .totals > tbody > tr > th .snap-css-button:not(.retain):hover,
.return-refund-details .totals > tr > th .snap-css-button:not(.retain):hover,
.return-refund-details .totals > div > th .snap-css-button:not(.retain):hover,
.return-refund-details .totals > tbody > tr > td .snap-css-button:not(.retain):hover,
.return-refund-details .totals > tr > td .snap-css-button:not(.retain):hover,
.return-refund-details .totals > div > td .snap-css-button:not(.retain):hover,
.return-refund-details .totals > tbody > tr > div .snap-css-button:not(.retain):hover,
.return-refund-details .totals > tr > div .snap-css-button:not(.retain):hover,
.return-refund-details .totals > div > div .snap-css-button:not(.retain):hover {
  opacity: 1;
}
.return-refund-details .totals > tbody > tr > th .center,
.return-refund-details .totals > tr > th .center,
.return-refund-details .totals > div > th .center,
.return-refund-details .totals > tbody > tr > td .center,
.return-refund-details .totals > tr > td .center,
.return-refund-details .totals > div > td .center,
.return-refund-details .totals > tbody > tr > div .center,
.return-refund-details .totals > tr > div .center,
.return-refund-details .totals > div > div .center {
  text-align: center;
}
.return-refund-details .totals > tbody > tr > th .right,
.return-refund-details .totals > tr > th .right,
.return-refund-details .totals > div > th .right,
.return-refund-details .totals > tbody > tr > td .right,
.return-refund-details .totals > tr > td .right,
.return-refund-details .totals > div > td .right,
.return-refund-details .totals > tbody > tr > div .right,
.return-refund-details .totals > tr > div .right,
.return-refund-details .totals > div > div .right {
  text-align: right;
}
.return-refund-details .totals > tbody > tr > th .left,
.return-refund-details .totals > tr > th .left,
.return-refund-details .totals > div > th .left,
.return-refund-details .totals > tbody > tr > td .left,
.return-refund-details .totals > tr > td .left,
.return-refund-details .totals > div > td .left,
.return-refund-details .totals > tbody > tr > div .left,
.return-refund-details .totals > tr > div .left,
.return-refund-details .totals > div > div .left {
  text-align: left;
}
.return-refund-details .totals > tbody > tr > th:nth-child(n+1):last-child,
.return-refund-details .totals > tr > th:nth-child(n+1):last-child,
.return-refund-details .totals > div > th:nth-child(n+1):last-child,
.return-refund-details .totals > tbody > tr > td:nth-child(n+1):last-child,
.return-refund-details .totals > tr > td:nth-child(n+1):last-child,
.return-refund-details .totals > div > td:nth-child(n+1):last-child,
.return-refund-details .totals > tbody > tr > div:nth-child(n+1):last-child,
.return-refund-details .totals > tr > div:nth-child(n+1):last-child,
.return-refund-details .totals > div > div:nth-child(n+1):last-child {
  text-align: right;
}
.return-refund-details .totals > tbody > tr > th:nth-child(n+1):last-child.center,
.return-refund-details .totals > tr > th:nth-child(n+1):last-child.center,
.return-refund-details .totals > div > th:nth-child(n+1):last-child.center,
.return-refund-details .totals > tbody > tr > td:nth-child(n+1):last-child.center,
.return-refund-details .totals > tr > td:nth-child(n+1):last-child.center,
.return-refund-details .totals > div > td:nth-child(n+1):last-child.center,
.return-refund-details .totals > tbody > tr > div:nth-child(n+1):last-child.center,
.return-refund-details .totals > tr > div:nth-child(n+1):last-child.center,
.return-refund-details .totals > div > div:nth-child(n+1):last-child.center {
  text-align: center;
}
.return-refund-details .totals > tbody > tr > th:nth-child(n+1):last-child.left,
.return-refund-details .totals > tr > th:nth-child(n+1):last-child.left,
.return-refund-details .totals > div > th:nth-child(n+1):last-child.left,
.return-refund-details .totals > tbody > tr > td:nth-child(n+1):last-child.left,
.return-refund-details .totals > tr > td:nth-child(n+1):last-child.left,
.return-refund-details .totals > div > td:nth-child(n+1):last-child.left,
.return-refund-details .totals > tbody > tr > div:nth-child(n+1):last-child.left,
.return-refund-details .totals > tr > div:nth-child(n+1):last-child.left,
.return-refund-details .totals > div > div:nth-child(n+1):last-child.left {
  text-align: left;
}
.return-refund-details .totals label {
  font-weight: bold;
}
.return-refund-details .totals > div > div {
  padding: 0 0 5px 0;
  text-align: left;
}
.return-label-details {
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  background: #fff;
  text-align: left;
  margin-left: 10px;
}
.return-label-details:before,
.return-label-details:after {
  content: " ";
  display: table;
}
.return-label-details:after {
  clear: both;
}
.return-label-details > *:first-child:not(.table) {
  padding: 5px 5px 5px;
  background: #F2F2F2;
  color: #000;
  margin: 0;
  font-size: 12px;
  font-family: inherit;
  letter-spacing: unset;
  text-align: left;
  box-sizing: border-box;
}
.return-label-details > *:first-child:not(.table) + div,
.return-label-details > *:first-child:not(.table) + form {
  padding: 5px;
}
.return-label-details > *:first-child:not(.table) + div:before,
.return-label-details > *:first-child:not(.table) + form:before,
.return-label-details > *:first-child:not(.table) + div:after,
.return-label-details > *:first-child:not(.table) + form:after {
  content: " ";
  display: table;
}
.return-label-details > *:first-child:not(.table) + div:after,
.return-label-details > *:first-child:not(.table) + form:after {
  clear: both;
}
.return-label-details > *:first-child:not(.table) a {
  color: initial;
}
.return-label-details > *:first-child:not(.table) a:hover {
  color: #f26524;
}
.return-label-details table {
  width: 100%;
}
.return-label-details table tbody,
.return-label-details .table {
  width: 100%;
  box-sizing: border-box;
  display: table;
}
.return-label-details table tbody > tbody > tr,
.return-label-details .table > tbody > tr,
.return-label-details table tbody > tr,
.return-label-details .table > tr,
.return-label-details table tbody > div,
.return-label-details .table > div {
  display: table-row;
}
.return-label-details table tbody > tbody > tr:nth-child(even),
.return-label-details .table > tbody > tr:nth-child(even),
.return-label-details table tbody > tr:nth-child(even),
.return-label-details .table > tr:nth-child(even),
.return-label-details table tbody > div:nth-child(even),
.return-label-details .table > div:nth-child(even) {
  background: #fafafa;
}
.return-label-details table tbody > tbody > tr:not(:only-of-type):not(.header):hover,
.return-label-details .table > tbody > tr:not(:only-of-type):not(.header):hover,
.return-label-details table tbody > tr:not(:only-of-type):not(.header):hover,
.return-label-details .table > tr:not(:only-of-type):not(.header):hover,
.return-label-details table tbody > div:not(:only-of-type):not(.header):hover,
.return-label-details .table > div:not(:only-of-type):not(.header):hover {
  background: #E8E9EA;
}
.return-label-details table tbody > tbody > tr.primary:hover,
.return-label-details .table > tbody > tr.primary:hover,
.return-label-details table tbody > tr.primary:hover,
.return-label-details .table > tr.primary:hover,
.return-label-details table tbody > div.primary:hover,
.return-label-details .table > div.primary:hover {
  background: #E8E9EA;
}
.return-label-details table tbody > tbody > tr > th,
.return-label-details .table > tbody > tr > th,
.return-label-details table tbody > tr > th,
.return-label-details .table > tr > th,
.return-label-details table tbody > div > th,
.return-label-details .table > div > th,
.return-label-details table tbody > tbody > tr > td,
.return-label-details .table > tbody > tr > td,
.return-label-details table tbody > tr > td,
.return-label-details .table > tr > td,
.return-label-details table tbody > div > td,
.return-label-details .table > div > td,
.return-label-details table tbody > tbody > tr > div,
.return-label-details .table > tbody > tr > div,
.return-label-details table tbody > tr > div,
.return-label-details .table > tr > div,
.return-label-details table tbody > div > div,
.return-label-details .table > div > div {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
.return-label-details table tbody > tbody > tr > th .snap-css-button:not(.retain),
.return-label-details .table > tbody > tr > th .snap-css-button:not(.retain),
.return-label-details table tbody > tr > th .snap-css-button:not(.retain),
.return-label-details .table > tr > th .snap-css-button:not(.retain),
.return-label-details table tbody > div > th .snap-css-button:not(.retain),
.return-label-details .table > div > th .snap-css-button:not(.retain),
.return-label-details table tbody > tbody > tr > td .snap-css-button:not(.retain),
.return-label-details .table > tbody > tr > td .snap-css-button:not(.retain),
.return-label-details table tbody > tr > td .snap-css-button:not(.retain),
.return-label-details .table > tr > td .snap-css-button:not(.retain),
.return-label-details table tbody > div > td .snap-css-button:not(.retain),
.return-label-details .table > div > td .snap-css-button:not(.retain),
.return-label-details table tbody > tbody > tr > div .snap-css-button:not(.retain),
.return-label-details .table > tbody > tr > div .snap-css-button:not(.retain),
.return-label-details table tbody > tr > div .snap-css-button:not(.retain),
.return-label-details .table > tr > div .snap-css-button:not(.retain),
.return-label-details table tbody > div > div .snap-css-button:not(.retain),
.return-label-details .table > div > div .snap-css-button:not(.retain) {
  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;
  text-transform: unset;
}
.return-label-details table tbody > tbody > tr > th .snap-css-button:not(.retain):hover,
.return-label-details .table > tbody > tr > th .snap-css-button:not(.retain):hover,
.return-label-details table tbody > tr > th .snap-css-button:not(.retain):hover,
.return-label-details .table > tr > th .snap-css-button:not(.retain):hover,
.return-label-details table tbody > div > th .snap-css-button:not(.retain):hover,
.return-label-details .table > div > th .snap-css-button:not(.retain):hover,
.return-label-details table tbody > tbody > tr > td .snap-css-button:not(.retain):hover,
.return-label-details .table > tbody > tr > td .snap-css-button:not(.retain):hover,
.return-label-details table tbody > tr > td .snap-css-button:not(.retain):hover,
.return-label-details .table > tr > td .snap-css-button:not(.retain):hover,
.return-label-details table tbody > div > td .snap-css-button:not(.retain):hover,
.return-label-details .table > div > td .snap-css-button:not(.retain):hover,
.return-label-details table tbody > tbody > tr > div .snap-css-button:not(.retain):hover,
.return-label-details .table > tbody > tr > div .snap-css-button:not(.retain):hover,
.return-label-details table tbody > tr > div .snap-css-button:not(.retain):hover,
.return-label-details .table > tr > div .snap-css-button:not(.retain):hover,
.return-label-details table tbody > div > div .snap-css-button:not(.retain):hover,
.return-label-details .table > div > div .snap-css-button:not(.retain):hover {
  opacity: 1;
}
.return-label-details table tbody > tbody > tr > th .center,
.return-label-details .table > tbody > tr > th .center,
.return-label-details table tbody > tr > th .center,
.return-label-details .table > tr > th .center,
.return-label-details table tbody > div > th .center,
.return-label-details .table > div > th .center,
.return-label-details table tbody > tbody > tr > td .center,
.return-label-details .table > tbody > tr > td .center,
.return-label-details table tbody > tr > td .center,
.return-label-details .table > tr > td .center,
.return-label-details table tbody > div > td .center,
.return-label-details .table > div > td .center,
.return-label-details table tbody > tbody > tr > div .center,
.return-label-details .table > tbody > tr > div .center,
.return-label-details table tbody > tr > div .center,
.return-label-details .table > tr > div .center,
.return-label-details table tbody > div > div .center,
.return-label-details .table > div > div .center {
  text-align: center;
}
.return-label-details table tbody > tbody > tr > th .right,
.return-label-details .table > tbody > tr > th .right,
.return-label-details table tbody > tr > th .right,
.return-label-details .table > tr > th .right,
.return-label-details table tbody > div > th .right,
.return-label-details .table > div > th .right,
.return-label-details table tbody > tbody > tr > td .right,
.return-label-details .table > tbody > tr > td .right,
.return-label-details table tbody > tr > td .right,
.return-label-details .table > tr > td .right,
.return-label-details table tbody > div > td .right,
.return-label-details .table > div > td .right,
.return-label-details table tbody > tbody > tr > div .right,
.return-label-details .table > tbody > tr > div .right,
.return-label-details table tbody > tr > div .right,
.return-label-details .table > tr > div .right,
.return-label-details table tbody > div > div .right,
.return-label-details .table > div > div .right {
  text-align: right;
}
.return-label-details table tbody > tbody > tr > th .left,
.return-label-details .table > tbody > tr > th .left,
.return-label-details table tbody > tr > th .left,
.return-label-details .table > tr > th .left,
.return-label-details table tbody > div > th .left,
.return-label-details .table > div > th .left,
.return-label-details table tbody > tbody > tr > td .left,
.return-label-details .table > tbody > tr > td .left,
.return-label-details table tbody > tr > td .left,
.return-label-details .table > tr > td .left,
.return-label-details table tbody > div > td .left,
.return-label-details .table > div > td .left,
.return-label-details table tbody > tbody > tr > div .left,
.return-label-details .table > tbody > tr > div .left,
.return-label-details table tbody > tr > div .left,
.return-label-details .table > tr > div .left,
.return-label-details table tbody > div > div .left,
.return-label-details .table > div > div .left {
  text-align: left;
}
.return-label-details table tbody > tbody > tr > th:nth-child(n+1):last-child,
.return-label-details .table > tbody > tr > th:nth-child(n+1):last-child,
.return-label-details table tbody > tr > th:nth-child(n+1):last-child,
.return-label-details .table > tr > th:nth-child(n+1):last-child,
.return-label-details table tbody > div > th:nth-child(n+1):last-child,
.return-label-details .table > div > th:nth-child(n+1):last-child,
.return-label-details table tbody > tbody > tr > td:nth-child(n+1):last-child,
.return-label-details .table > tbody > tr > td:nth-child(n+1):last-child,
.return-label-details table tbody > tr > td:nth-child(n+1):last-child,
.return-label-details .table > tr > td:nth-child(n+1):last-child,
.return-label-details table tbody > div > td:nth-child(n+1):last-child,
.return-label-details .table > div > td:nth-child(n+1):last-child,
.return-label-details table tbody > tbody > tr > div:nth-child(n+1):last-child,
.return-label-details .table > tbody > tr > div:nth-child(n+1):last-child,
.return-label-details table tbody > tr > div:nth-child(n+1):last-child,
.return-label-details .table > tr > div:nth-child(n+1):last-child,
.return-label-details table tbody > div > div:nth-child(n+1):last-child,
.return-label-details .table > div > div:nth-child(n+1):last-child {
  text-align: right;
}
.return-label-details table tbody > tbody > tr > th:nth-child(n+1):last-child.center,
.return-label-details .table > tbody > tr > th:nth-child(n+1):last-child.center,
.return-label-details table tbody > tr > th:nth-child(n+1):last-child.center,
.return-label-details .table > tr > th:nth-child(n+1):last-child.center,
.return-label-details table tbody > div > th:nth-child(n+1):last-child.center,
.return-label-details .table > div > th:nth-child(n+1):last-child.center,
.return-label-details table tbody > tbody > tr > td:nth-child(n+1):last-child.center,
.return-label-details .table > tbody > tr > td:nth-child(n+1):last-child.center,
.return-label-details table tbody > tr > td:nth-child(n+1):last-child.center,
.return-label-details .table > tr > td:nth-child(n+1):last-child.center,
.return-label-details table tbody > div > td:nth-child(n+1):last-child.center,
.return-label-details .table > div > td:nth-child(n+1):last-child.center,
.return-label-details table tbody > tbody > tr > div:nth-child(n+1):last-child.center,
.return-label-details .table > tbody > tr > div:nth-child(n+1):last-child.center,
.return-label-details table tbody > tr > div:nth-child(n+1):last-child.center,
.return-label-details .table > tr > div:nth-child(n+1):last-child.center,
.return-label-details table tbody > div > div:nth-child(n+1):last-child.center,
.return-label-details .table > div > div:nth-child(n+1):last-child.center {
  text-align: center;
}
.return-label-details table tbody > tbody > tr > th:nth-child(n+1):last-child.left,
.return-label-details .table > tbody > tr > th:nth-child(n+1):last-child.left,
.return-label-details table tbody > tr > th:nth-child(n+1):last-child.left,
.return-label-details .table > tr > th:nth-child(n+1):last-child.left,
.return-label-details table tbody > div > th:nth-child(n+1):last-child.left,
.return-label-details .table > div > th:nth-child(n+1):last-child.left,
.return-label-details table tbody > tbody > tr > td:nth-child(n+1):last-child.left,
.return-label-details .table > tbody > tr > td:nth-child(n+1):last-child.left,
.return-label-details table tbody > tr > td:nth-child(n+1):last-child.left,
.return-label-details .table > tr > td:nth-child(n+1):last-child.left,
.return-label-details table tbody > div > td:nth-child(n+1):last-child.left,
.return-label-details .table > div > td:nth-child(n+1):last-child.left,
.return-label-details table tbody > tbody > tr > div:nth-child(n+1):last-child.left,
.return-label-details .table > tbody > tr > div:nth-child(n+1):last-child.left,
.return-label-details table tbody > tr > div:nth-child(n+1):last-child.left,
.return-label-details .table > tr > div:nth-child(n+1):last-child.left,
.return-label-details table tbody > div > div:nth-child(n+1):last-child.left,
.return-label-details .table > div > div:nth-child(n+1):last-child.left {
  text-align: left;
}
.return-label-details table tbody > *:first-child:not(.primary),
.return-label-details .table > *:first-child:not(.primary) {
  background: #464647;
  color: #fff;
}
.return-label-details table tbody > *:first-child:not(.primary) a,
.return-label-details .table > *:first-child:not(.primary) a {
  color: #fff;
}
.return-label-details table tbody .heading,
.return-label-details .table .heading {
  background: #464647;
}
#label-confirmation-dialog select {
  padding: 5px;
  margin-top: 5px;
}
#backorders .page-heading {
  display: table-cell;
}
#backorders .backorder-filter {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
#backorders .title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#backorders .title h1 {
  padding: 0;
  margin: 0;
  max-width: 415px;
}
#backorders .title form {
  margin-left: auto;
  position: relative;
}
#backorders .title form.active .close {
  position: absolute;
  right: 35px;
  top: 0;
  height: 100%;
  width: 30px;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 2;
}
#backorders .title form.active .close:after {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 25px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  font-weight: 900;
  padding-top: 5px;
  font-weight: 100;
}
#backorders .title form.active .close:hover:after {
  color: #f26524;
}
#backorders .title form select {
  padding: 8px;
  vertical-align: middle;
}
#backorders .title form input[type=text].retail {
  width: 400px;
  box-sizing: border-box;
  font-size: 1.15em;
  padding: 9px 50px 9px 10px;
  position: relative;
  z-index: 1;
}
#backorders .title form input[type=text].retail + a {
  display: block;
  text-decoration: none;
  position: absolute;
  right: 1px;
  top: 0;
  height: 100%;
  z-index: 1;
}
#backorders .title form input[type=text].retail + a:after {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 20px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 8px;
  box-sizing: border-box;
  display: block;
  width: 50px;
  height: 100%;
  text-align: center;
}
#backorders .title form input[type=text].retail + a span {
  text-indent: -9999px;
  display: block;
}
#backorders .title form input[type=text].franchise {
  width: 470px;
  box-sizing: border-box;
  font-size: 1.15em;
  padding: 9px 50px 9px 10px;
  position: relative;
  z-index: 1;
}
#backorders .title form input[type=text].franchise + a {
  display: block;
  text-decoration: none;
  position: absolute;
  right: 1px;
  top: 0;
  height: 100%;
  z-index: 1;
}
#backorders .title form input[type=text].franchise + a:after {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 20px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 8px;
  box-sizing: border-box;
  display: block;
  width: 50px;
  height: 100%;
  text-align: center;
}
#backorders .title form input[type=text].franchise + a span {
  text-indent: -9999px;
  display: block;
}
#backorders .title form input[type=text] {
  width: 470px;
  box-sizing: border-box;
  font-size: 1.15em;
  padding: 9px 50px 9px 10px;
  position: relative;
  z-index: 1;
}
#backorders .title form input[type=text] + a {
  display: block;
  text-decoration: none;
  position: absolute;
  right: 1px;
  top: 0;
  height: 100%;
  z-index: 1;
}
#backorders .title form input[type=text] + a:after {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 20px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 8px;
  box-sizing: border-box;
  display: block;
  width: 50px;
  height: 100%;
  text-align: center;
}
#backorders .title form input[type=text] + a span {
  text-indent: -9999px;
  display: block;
}
#backorders table {
  border: 1px solid #c3c3c3;
}
#backorders table thead {
  background: #c3c3c3;
}
#backorders table thead th {
  color: #000;
  font-weight: bold;
  padding: 10px 15px 10px 10px;
  box-sizing: border-box;
  position: relative;
  line-height: 1;
  vertical-align: middle;
  text-align: left;
}
#backorders table thead th:not(.sort) {
  padding-right: 10px;
}
#backorders table thead th.right {
  text-align: right;
}
#backorders table thead th.center {
  text-align: center;
}
#backorders table thead th.sort {
  border-right: 1px solid #2e3a47;
}
#backorders table thead th.sort:not(.headerSortDown):not(.headerSortUp):before {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 13px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d8";
  font-weight: 900;
  color: #000;
  position: absolute;
  right: 10px;
  top: 28%;
  right: 5px;
}
#backorders table thead th.sort:not(.headerSortDown):not(.headerSortUp):after {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 13px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  font-weight: 900;
  color: #000;
  position: absolute;
  right: 10px;
  top: 42%;
  right: 5px;
}
#backorders table thead th.sort.headerSortDown:after {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 13px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  font-weight: 900;
  color: #000;
  position: absolute;
  right: 10px;
  right: 5px;
}
#backorders table thead th.sort.headerSortUp:after {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 13px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d8";
  font-weight: 900;
  color: #000;
  position: absolute;
  right: 10px;
  right: 5px;
  margin-top: -2px;
}
#backorders table td {
  padding: 10px 5px;
  vertical-align: top;
  border-top: 1px solid #c2c4c6;
}
#backorders table td.right {
  text-align: right;
}
#backorders table td.center {
  text-align: center;
}
#backorders table td input[type=text] {
  text-align: center;
}
#backorders .no-items {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #000;
  padding: 10px;
  background: #F2F2F2;
}
#backorders .no-items:last-child {
  margin-bottom: 0;
}
#backorders .no-items: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;
}
#backorders .no-items > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
#backorders .no-items.error {
  color: #a2081d;
  font-weight: bold;
}
#backorders .no-items.success {
  color: #1a951a;
  font-weight: bold;
}
#backorders .no-items.mainRed {
  color: #a2081d;
}
#address-book .address-top,
#stored-payments .address-top {
  overflow: hidden;
}
#address-book .add-address,
#stored-payments .add-address {
  margin: 10px 0;
  text-align: right;
  margin-top: 0;
}
#address-book .add-address .snap-css-button,
#stored-payments .add-address .snap-css-button {
  margin: 5px 0 0;
}
#address-book .address-buttons,
#stored-payments .address-buttons {
  text-align: right;
}
#address-book .address-buttons .snap-css-button,
#stored-payments .address-buttons .snap-css-button {
  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;
  text-transform: unset;
}
#address-book .address-buttons .snap-css-button:hover,
#stored-payments .address-buttons .snap-css-button:hover {
  opacity: 1;
}
#address-book .formatted-address,
#stored-payments .formatted-address {
  text-align: left;
}
#address-book .address-buttons,
#stored-payments .address-buttons {
  width: 8em;
}
#address-book .primary-address-comment {
  width: 500px;
}
#address-book .table > div > div {
  vertical-align: top !important;
}
#address-book .table > div > div:nth-child(3) {
  padding-right: 0 !important;
}
#address-book .primary-address-heading {
  text-align: right;
  color: #f26524;
}
#address-book .primary-address-heading h3 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
#address-book .address-details {
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  background: #F2F2F2;
  text-align: left;
  margin-bottom: 5px;
}
#address-book .address-details:before,
#address-book .address-details:after {
  content: " ";
  display: table;
}
#address-book .address-details:after {
  clear: both;
}
#address-book .address-details > *:first-child:not(.table),
#address-book .address-details .header:not(.table),
#address-book .address-details .heading:not(.table) {
  background: #464647;
  padding: 5px 10px 5px;
  color: #fff;
  margin: 0;
  font-size: 12px;
  font-family: inherit;
  letter-spacing: unset;
  text-align: left;
  box-sizing: border-box;
}
#address-book .address-details > *:first-child:not(.table) + div,
#address-book .address-details .header:not(.table) + div,
#address-book .address-details .heading:not(.table) + div,
#address-book .address-details > *:first-child:not(.table) + form,
#address-book .address-details .header:not(.table) + form,
#address-book .address-details .heading:not(.table) + form {
  padding: 10px;
}
#address-book .address-details > *:first-child:not(.table) a,
#address-book .address-details .header:not(.table) a,
#address-book .address-details .heading:not(.table) a {
  color: #fff;
  text-decoration: underline;
}
#address-book .address-details table {
  width: 100%;
}
#address-book .address-details table > tbody,
#address-book .address-details .table {
  width: 100%;
  box-sizing: border-box;
  display: table;
}
#address-book .address-details table > tbody > tbody > tr,
#address-book .address-details .table > tbody > tr,
#address-book .address-details table > tbody > tr,
#address-book .address-details .table > tr,
#address-book .address-details table > tbody > div,
#address-book .address-details .table > div {
  display: table-row;
}
#address-book .address-details table > tbody > tbody > tr:nth-child(even),
#address-book .address-details .table > tbody > tr:nth-child(even),
#address-book .address-details table > tbody > tr:nth-child(even),
#address-book .address-details .table > tr:nth-child(even),
#address-book .address-details table > tbody > div:nth-child(even),
#address-book .address-details .table > div:nth-child(even) {
  background: #fafafa;
}
#address-book .address-details table > tbody > tbody > tr:not(:only-of-type):not(.header):hover,
#address-book .address-details .table > tbody > tr:not(:only-of-type):not(.header):hover,
#address-book .address-details table > tbody > tr:not(:only-of-type):not(.header):hover,
#address-book .address-details .table > tr:not(:only-of-type):not(.header):hover,
#address-book .address-details table > tbody > div:not(:only-of-type):not(.header):hover,
#address-book .address-details .table > div:not(:only-of-type):not(.header):hover {
  background: #E8E9EA;
}
#address-book .address-details table > tbody > tbody > tr.primary:hover,
#address-book .address-details .table > tbody > tr.primary:hover,
#address-book .address-details table > tbody > tr.primary:hover,
#address-book .address-details .table > tr.primary:hover,
#address-book .address-details table > tbody > div.primary:hover,
#address-book .address-details .table > div.primary:hover {
  background: #E8E9EA;
}
#address-book .address-details table > tbody > tbody > tr > th,
#address-book .address-details .table > tbody > tr > th,
#address-book .address-details table > tbody > tr > th,
#address-book .address-details .table > tr > th,
#address-book .address-details table > tbody > div > th,
#address-book .address-details .table > div > th,
#address-book .address-details table > tbody > tbody > tr > td,
#address-book .address-details .table > tbody > tr > td,
#address-book .address-details table > tbody > tr > td,
#address-book .address-details .table > tr > td,
#address-book .address-details table > tbody > div > td,
#address-book .address-details .table > div > td,
#address-book .address-details table > tbody > tbody > tr > div,
#address-book .address-details .table > tbody > tr > div,
#address-book .address-details table > tbody > tr > div,
#address-book .address-details .table > tr > div,
#address-book .address-details table > tbody > div > div,
#address-book .address-details .table > div > div {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
#address-book .address-details table > tbody > tbody > tr > th .snap-css-button:not(.retain),
#address-book .address-details .table > tbody > tr > th .snap-css-button:not(.retain),
#address-book .address-details table > tbody > tr > th .snap-css-button:not(.retain),
#address-book .address-details .table > tr > th .snap-css-button:not(.retain),
#address-book .address-details table > tbody > div > th .snap-css-button:not(.retain),
#address-book .address-details .table > div > th .snap-css-button:not(.retain),
#address-book .address-details table > tbody > tbody > tr > td .snap-css-button:not(.retain),
#address-book .address-details .table > tbody > tr > td .snap-css-button:not(.retain),
#address-book .address-details table > tbody > tr > td .snap-css-button:not(.retain),
#address-book .address-details .table > tr > td .snap-css-button:not(.retain),
#address-book .address-details table > tbody > div > td .snap-css-button:not(.retain),
#address-book .address-details .table > div > td .snap-css-button:not(.retain),
#address-book .address-details table > tbody > tbody > tr > div .snap-css-button:not(.retain),
#address-book .address-details .table > tbody > tr > div .snap-css-button:not(.retain),
#address-book .address-details table > tbody > tr > div .snap-css-button:not(.retain),
#address-book .address-details .table > tr > div .snap-css-button:not(.retain),
#address-book .address-details table > tbody > div > div .snap-css-button:not(.retain),
#address-book .address-details .table > div > div .snap-css-button:not(.retain) {
  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;
  text-transform: unset;
}
#address-book .address-details table > tbody > tbody > tr > th .snap-css-button:not(.retain):hover,
#address-book .address-details .table > tbody > tr > th .snap-css-button:not(.retain):hover,
#address-book .address-details table > tbody > tr > th .snap-css-button:not(.retain):hover,
#address-book .address-details .table > tr > th .snap-css-button:not(.retain):hover,
#address-book .address-details table > tbody > div > th .snap-css-button:not(.retain):hover,
#address-book .address-details .table > div > th .snap-css-button:not(.retain):hover,
#address-book .address-details table > tbody > tbody > tr > td .snap-css-button:not(.retain):hover,
#address-book .address-details .table > tbody > tr > td .snap-css-button:not(.retain):hover,
#address-book .address-details table > tbody > tr > td .snap-css-button:not(.retain):hover,
#address-book .address-details .table > tr > td .snap-css-button:not(.retain):hover,
#address-book .address-details table > tbody > div > td .snap-css-button:not(.retain):hover,
#address-book .address-details .table > div > td .snap-css-button:not(.retain):hover,
#address-book .address-details table > tbody > tbody > tr > div .snap-css-button:not(.retain):hover,
#address-book .address-details .table > tbody > tr > div .snap-css-button:not(.retain):hover,
#address-book .address-details table > tbody > tr > div .snap-css-button:not(.retain):hover,
#address-book .address-details .table > tr > div .snap-css-button:not(.retain):hover,
#address-book .address-details table > tbody > div > div .snap-css-button:not(.retain):hover,
#address-book .address-details .table > div > div .snap-css-button:not(.retain):hover {
  opacity: 1;
}
#address-book .address-details table > tbody > tbody > tr > th .center,
#address-book .address-details .table > tbody > tr > th .center,
#address-book .address-details table > tbody > tr > th .center,
#address-book .address-details .table > tr > th .center,
#address-book .address-details table > tbody > div > th .center,
#address-book .address-details .table > div > th .center,
#address-book .address-details table > tbody > tbody > tr > td .center,
#address-book .address-details .table > tbody > tr > td .center,
#address-book .address-details table > tbody > tr > td .center,
#address-book .address-details .table > tr > td .center,
#address-book .address-details table > tbody > div > td .center,
#address-book .address-details .table > div > td .center,
#address-book .address-details table > tbody > tbody > tr > div .center,
#address-book .address-details .table > tbody > tr > div .center,
#address-book .address-details table > tbody > tr > div .center,
#address-book .address-details .table > tr > div .center,
#address-book .address-details table > tbody > div > div .center,
#address-book .address-details .table > div > div .center {
  text-align: center;
}
#address-book .address-details table > tbody > tbody > tr > th .right,
#address-book .address-details .table > tbody > tr > th .right,
#address-book .address-details table > tbody > tr > th .right,
#address-book .address-details .table > tr > th .right,
#address-book .address-details table > tbody > div > th .right,
#address-book .address-details .table > div > th .right,
#address-book .address-details table > tbody > tbody > tr > td .right,
#address-book .address-details .table > tbody > tr > td .right,
#address-book .address-details table > tbody > tr > td .right,
#address-book .address-details .table > tr > td .right,
#address-book .address-details table > tbody > div > td .right,
#address-book .address-details .table > div > td .right,
#address-book .address-details table > tbody > tbody > tr > div .right,
#address-book .address-details .table > tbody > tr > div .right,
#address-book .address-details table > tbody > tr > div .right,
#address-book .address-details .table > tr > div .right,
#address-book .address-details table > tbody > div > div .right,
#address-book .address-details .table > div > div .right {
  text-align: right;
}
#address-book .address-details table > tbody > tbody > tr > th .left,
#address-book .address-details .table > tbody > tr > th .left,
#address-book .address-details table > tbody > tr > th .left,
#address-book .address-details .table > tr > th .left,
#address-book .address-details table > tbody > div > th .left,
#address-book .address-details .table > div > th .left,
#address-book .address-details table > tbody > tbody > tr > td .left,
#address-book .address-details .table > tbody > tr > td .left,
#address-book .address-details table > tbody > tr > td .left,
#address-book .address-details .table > tr > td .left,
#address-book .address-details table > tbody > div > td .left,
#address-book .address-details .table > div > td .left,
#address-book .address-details table > tbody > tbody > tr > div .left,
#address-book .address-details .table > tbody > tr > div .left,
#address-book .address-details table > tbody > tr > div .left,
#address-book .address-details .table > tr > div .left,
#address-book .address-details table > tbody > div > div .left,
#address-book .address-details .table > div > div .left {
  text-align: left;
}
#address-book .address-details table > tbody > tbody > tr > th:nth-child(n+1):last-child,
#address-book .address-details .table > tbody > tr > th:nth-child(n+1):last-child,
#address-book .address-details table > tbody > tr > th:nth-child(n+1):last-child,
#address-book .address-details .table > tr > th:nth-child(n+1):last-child,
#address-book .address-details table > tbody > div > th:nth-child(n+1):last-child,
#address-book .address-details .table > div > th:nth-child(n+1):last-child,
#address-book .address-details table > tbody > tbody > tr > td:nth-child(n+1):last-child,
#address-book .address-details .table > tbody > tr > td:nth-child(n+1):last-child,
#address-book .address-details table > tbody > tr > td:nth-child(n+1):last-child,
#address-book .address-details .table > tr > td:nth-child(n+1):last-child,
#address-book .address-details table > tbody > div > td:nth-child(n+1):last-child,
#address-book .address-details .table > div > td:nth-child(n+1):last-child,
#address-book .address-details table > tbody > tbody > tr > div:nth-child(n+1):last-child,
#address-book .address-details .table > tbody > tr > div:nth-child(n+1):last-child,
#address-book .address-details table > tbody > tr > div:nth-child(n+1):last-child,
#address-book .address-details .table > tr > div:nth-child(n+1):last-child,
#address-book .address-details table > tbody > div > div:nth-child(n+1):last-child,
#address-book .address-details .table > div > div:nth-child(n+1):last-child {
  text-align: right;
}
#address-book .address-details table > tbody > tbody > tr > th:nth-child(n+1):last-child.center,
#address-book .address-details .table > tbody > tr > th:nth-child(n+1):last-child.center,
#address-book .address-details table > tbody > tr > th:nth-child(n+1):last-child.center,
#address-book .address-details .table > tr > th:nth-child(n+1):last-child.center,
#address-book .address-details table > tbody > div > th:nth-child(n+1):last-child.center,
#address-book .address-details .table > div > th:nth-child(n+1):last-child.center,
#address-book .address-details table > tbody > tbody > tr > td:nth-child(n+1):last-child.center,
#address-book .address-details .table > tbody > tr > td:nth-child(n+1):last-child.center,
#address-book .address-details table > tbody > tr > td:nth-child(n+1):last-child.center,
#address-book .address-details .table > tr > td:nth-child(n+1):last-child.center,
#address-book .address-details table > tbody > div > td:nth-child(n+1):last-child.center,
#address-book .address-details .table > div > td:nth-child(n+1):last-child.center,
#address-book .address-details table > tbody > tbody > tr > div:nth-child(n+1):last-child.center,
#address-book .address-details .table > tbody > tr > div:nth-child(n+1):last-child.center,
#address-book .address-details table > tbody > tr > div:nth-child(n+1):last-child.center,
#address-book .address-details .table > tr > div:nth-child(n+1):last-child.center,
#address-book .address-details table > tbody > div > div:nth-child(n+1):last-child.center,
#address-book .address-details .table > div > div:nth-child(n+1):last-child.center {
  text-align: center;
}
#address-book .address-details table > tbody > tbody > tr > th:nth-child(n+1):last-child.left,
#address-book .address-details .table > tbody > tr > th:nth-child(n+1):last-child.left,
#address-book .address-details table > tbody > tr > th:nth-child(n+1):last-child.left,
#address-book .address-details .table > tr > th:nth-child(n+1):last-child.left,
#address-book .address-details table > tbody > div > th:nth-child(n+1):last-child.left,
#address-book .address-details .table > div > th:nth-child(n+1):last-child.left,
#address-book .address-details table > tbody > tbody > tr > td:nth-child(n+1):last-child.left,
#address-book .address-details .table > tbody > tr > td:nth-child(n+1):last-child.left,
#address-book .address-details table > tbody > tr > td:nth-child(n+1):last-child.left,
#address-book .address-details .table > tr > td:nth-child(n+1):last-child.left,
#address-book .address-details table > tbody > div > td:nth-child(n+1):last-child.left,
#address-book .address-details .table > div > td:nth-child(n+1):last-child.left,
#address-book .address-details table > tbody > tbody > tr > div:nth-child(n+1):last-child.left,
#address-book .address-details .table > tbody > tr > div:nth-child(n+1):last-child.left,
#address-book .address-details table > tbody > tr > div:nth-child(n+1):last-child.left,
#address-book .address-details .table > tr > div:nth-child(n+1):last-child.left,
#address-book .address-details table > tbody > div > div:nth-child(n+1):last-child.left,
#address-book .address-details .table > div > div:nth-child(n+1):last-child.left {
  text-align: left;
}
#address-book .address-details table > tbody > *:first-child:not(.primary),
#address-book .address-details .table > *:first-child:not(.primary) {
  background: #464647;
  color: #fff;
}
#address-book .address-details table > tbody > *:first-child:not(.primary) a,
#address-book .address-details .table > *:first-child:not(.primary) a {
  color: #fff;
}
#address-book .address-details table > tbody .heading,
#address-book .address-details .table .heading {
  background: #F2F2F2;
}
#address-book .address-details .content {
  display: table;
  width: 100%;
  box-sizing: border-box;
}
#address-book .address-details .content > div {
  display: table-row;
}
#address-book .address-details .content > div > div {
  display: table-cell;
  padding: 5px 10px;
}
#address-book .address-details .content > div > div .snap-css-button {
  margin: 5px 0 0;
}
#address-book .address-book-entries {
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  background: #fff;
  text-align: left;
  margin-bottom: 0;
}
#address-book .address-book-entries:before,
#address-book .address-book-entries:after {
  content: " ";
  display: table;
}
#address-book .address-book-entries:after {
  clear: both;
}
#address-book .address-book-entries > *:first-child:not(.table) {
  padding: 5px 5px 5px;
  background: #F2F2F2;
  color: #000;
  margin: 0;
  font-size: 12px;
  font-family: inherit;
  letter-spacing: unset;
  text-align: left;
  box-sizing: border-box;
}
#address-book .address-book-entries > *:first-child:not(.table) + div,
#address-book .address-book-entries > *:first-child:not(.table) + form {
  padding: 5px;
}
#address-book .address-book-entries > *:first-child:not(.table) + div:before,
#address-book .address-book-entries > *:first-child:not(.table) + form:before,
#address-book .address-book-entries > *:first-child:not(.table) + div:after,
#address-book .address-book-entries > *:first-child:not(.table) + form:after {
  content: " ";
  display: table;
}
#address-book .address-book-entries > *:first-child:not(.table) + div:after,
#address-book .address-book-entries > *:first-child:not(.table) + form:after {
  clear: both;
}
#address-book .address-book-entries > *:first-child:not(.table) a {
  color: initial;
}
#address-book .address-book-entries > *:first-child:not(.table) a:hover {
  color: #f26524;
}
#address-book .address-book-entries table {
  width: 100%;
}
#address-book .address-book-entries table tbody,
#address-book .address-book-entries .table {
  width: 100%;
  box-sizing: border-box;
  display: table;
}
#address-book .address-book-entries table tbody > tbody > tr,
#address-book .address-book-entries .table > tbody > tr,
#address-book .address-book-entries table tbody > tr,
#address-book .address-book-entries .table > tr,
#address-book .address-book-entries table tbody > div,
#address-book .address-book-entries .table > div {
  display: table-row;
}
#address-book .address-book-entries table tbody > tbody > tr:nth-child(even),
#address-book .address-book-entries .table > tbody > tr:nth-child(even),
#address-book .address-book-entries table tbody > tr:nth-child(even),
#address-book .address-book-entries .table > tr:nth-child(even),
#address-book .address-book-entries table tbody > div:nth-child(even),
#address-book .address-book-entries .table > div:nth-child(even) {
  background: #fafafa;
}
#address-book .address-book-entries table tbody > tbody > tr:not(:only-of-type):not(.header):hover,
#address-book .address-book-entries .table > tbody > tr:not(:only-of-type):not(.header):hover,
#address-book .address-book-entries table tbody > tr:not(:only-of-type):not(.header):hover,
#address-book .address-book-entries .table > tr:not(:only-of-type):not(.header):hover,
#address-book .address-book-entries table tbody > div:not(:only-of-type):not(.header):hover,
#address-book .address-book-entries .table > div:not(:only-of-type):not(.header):hover {
  background: #E8E9EA;
}
#address-book .address-book-entries table tbody > tbody > tr.primary:hover,
#address-book .address-book-entries .table > tbody > tr.primary:hover,
#address-book .address-book-entries table tbody > tr.primary:hover,
#address-book .address-book-entries .table > tr.primary:hover,
#address-book .address-book-entries table tbody > div.primary:hover,
#address-book .address-book-entries .table > div.primary:hover {
  background: #E8E9EA;
}
#address-book .address-book-entries table tbody > tbody > tr > th,
#address-book .address-book-entries .table > tbody > tr > th,
#address-book .address-book-entries table tbody > tr > th,
#address-book .address-book-entries .table > tr > th,
#address-book .address-book-entries table tbody > div > th,
#address-book .address-book-entries .table > div > th,
#address-book .address-book-entries table tbody > tbody > tr > td,
#address-book .address-book-entries .table > tbody > tr > td,
#address-book .address-book-entries table tbody > tr > td,
#address-book .address-book-entries .table > tr > td,
#address-book .address-book-entries table tbody > div > td,
#address-book .address-book-entries .table > div > td,
#address-book .address-book-entries table tbody > tbody > tr > div,
#address-book .address-book-entries .table > tbody > tr > div,
#address-book .address-book-entries table tbody > tr > div,
#address-book .address-book-entries .table > tr > div,
#address-book .address-book-entries table tbody > div > div,
#address-book .address-book-entries .table > div > div {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
#address-book .address-book-entries table tbody > tbody > tr > th .snap-css-button:not(.retain),
#address-book .address-book-entries .table > tbody > tr > th .snap-css-button:not(.retain),
#address-book .address-book-entries table tbody > tr > th .snap-css-button:not(.retain),
#address-book .address-book-entries .table > tr > th .snap-css-button:not(.retain),
#address-book .address-book-entries table tbody > div > th .snap-css-button:not(.retain),
#address-book .address-book-entries .table > div > th .snap-css-button:not(.retain),
#address-book .address-book-entries table tbody > tbody > tr > td .snap-css-button:not(.retain),
#address-book .address-book-entries .table > tbody > tr > td .snap-css-button:not(.retain),
#address-book .address-book-entries table tbody > tr > td .snap-css-button:not(.retain),
#address-book .address-book-entries .table > tr > td .snap-css-button:not(.retain),
#address-book .address-book-entries table tbody > div > td .snap-css-button:not(.retain),
#address-book .address-book-entries .table > div > td .snap-css-button:not(.retain),
#address-book .address-book-entries table tbody > tbody > tr > div .snap-css-button:not(.retain),
#address-book .address-book-entries .table > tbody > tr > div .snap-css-button:not(.retain),
#address-book .address-book-entries table tbody > tr > div .snap-css-button:not(.retain),
#address-book .address-book-entries .table > tr > div .snap-css-button:not(.retain),
#address-book .address-book-entries table tbody > div > div .snap-css-button:not(.retain),
#address-book .address-book-entries .table > div > div .snap-css-button:not(.retain) {
  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;
  text-transform: unset;
}
#address-book .address-book-entries table tbody > tbody > tr > th .snap-css-button:not(.retain):hover,
#address-book .address-book-entries .table > tbody > tr > th .snap-css-button:not(.retain):hover,
#address-book .address-book-entries table tbody > tr > th .snap-css-button:not(.retain):hover,
#address-book .address-book-entries .table > tr > th .snap-css-button:not(.retain):hover,
#address-book .address-book-entries table tbody > div > th .snap-css-button:not(.retain):hover,
#address-book .address-book-entries .table > div > th .snap-css-button:not(.retain):hover,
#address-book .address-book-entries table tbody > tbody > tr > td .snap-css-button:not(.retain):hover,
#address-book .address-book-entries .table > tbody > tr > td .snap-css-button:not(.retain):hover,
#address-book .address-book-entries table tbody > tr > td .snap-css-button:not(.retain):hover,
#address-book .address-book-entries .table > tr > td .snap-css-button:not(.retain):hover,
#address-book .address-book-entries table tbody > div > td .snap-css-button:not(.retain):hover,
#address-book .address-book-entries .table > div > td .snap-css-button:not(.retain):hover,
#address-book .address-book-entries table tbody > tbody > tr > div .snap-css-button:not(.retain):hover,
#address-book .address-book-entries .table > tbody > tr > div .snap-css-button:not(.retain):hover,
#address-book .address-book-entries table tbody > tr > div .snap-css-button:not(.retain):hover,
#address-book .address-book-entries .table > tr > div .snap-css-button:not(.retain):hover,
#address-book .address-book-entries table tbody > div > div .snap-css-button:not(.retain):hover,
#address-book .address-book-entries .table > div > div .snap-css-button:not(.retain):hover {
  opacity: 1;
}
#address-book .address-book-entries table tbody > tbody > tr > th .center,
#address-book .address-book-entries .table > tbody > tr > th .center,
#address-book .address-book-entries table tbody > tr > th .center,
#address-book .address-book-entries .table > tr > th .center,
#address-book .address-book-entries table tbody > div > th .center,
#address-book .address-book-entries .table > div > th .center,
#address-book .address-book-entries table tbody > tbody > tr > td .center,
#address-book .address-book-entries .table > tbody > tr > td .center,
#address-book .address-book-entries table tbody > tr > td .center,
#address-book .address-book-entries .table > tr > td .center,
#address-book .address-book-entries table tbody > div > td .center,
#address-book .address-book-entries .table > div > td .center,
#address-book .address-book-entries table tbody > tbody > tr > div .center,
#address-book .address-book-entries .table > tbody > tr > div .center,
#address-book .address-book-entries table tbody > tr > div .center,
#address-book .address-book-entries .table > tr > div .center,
#address-book .address-book-entries table tbody > div > div .center,
#address-book .address-book-entries .table > div > div .center {
  text-align: center;
}
#address-book .address-book-entries table tbody > tbody > tr > th .right,
#address-book .address-book-entries .table > tbody > tr > th .right,
#address-book .address-book-entries table tbody > tr > th .right,
#address-book .address-book-entries .table > tr > th .right,
#address-book .address-book-entries table tbody > div > th .right,
#address-book .address-book-entries .table > div > th .right,
#address-book .address-book-entries table tbody > tbody > tr > td .right,
#address-book .address-book-entries .table > tbody > tr > td .right,
#address-book .address-book-entries table tbody > tr > td .right,
#address-book .address-book-entries .table > tr > td .right,
#address-book .address-book-entries table tbody > div > td .right,
#address-book .address-book-entries .table > div > td .right,
#address-book .address-book-entries table tbody > tbody > tr > div .right,
#address-book .address-book-entries .table > tbody > tr > div .right,
#address-book .address-book-entries table tbody > tr > div .right,
#address-book .address-book-entries .table > tr > div .right,
#address-book .address-book-entries table tbody > div > div .right,
#address-book .address-book-entries .table > div > div .right {
  text-align: right;
}
#address-book .address-book-entries table tbody > tbody > tr > th .left,
#address-book .address-book-entries .table > tbody > tr > th .left,
#address-book .address-book-entries table tbody > tr > th .left,
#address-book .address-book-entries .table > tr > th .left,
#address-book .address-book-entries table tbody > div > th .left,
#address-book .address-book-entries .table > div > th .left,
#address-book .address-book-entries table tbody > tbody > tr > td .left,
#address-book .address-book-entries .table > tbody > tr > td .left,
#address-book .address-book-entries table tbody > tr > td .left,
#address-book .address-book-entries .table > tr > td .left,
#address-book .address-book-entries table tbody > div > td .left,
#address-book .address-book-entries .table > div > td .left,
#address-book .address-book-entries table tbody > tbody > tr > div .left,
#address-book .address-book-entries .table > tbody > tr > div .left,
#address-book .address-book-entries table tbody > tr > div .left,
#address-book .address-book-entries .table > tr > div .left,
#address-book .address-book-entries table tbody > div > div .left,
#address-book .address-book-entries .table > div > div .left {
  text-align: left;
}
#address-book .address-book-entries table tbody > tbody > tr > th:nth-child(n+1):last-child,
#address-book .address-book-entries .table > tbody > tr > th:nth-child(n+1):last-child,
#address-book .address-book-entries table tbody > tr > th:nth-child(n+1):last-child,
#address-book .address-book-entries .table > tr > th:nth-child(n+1):last-child,
#address-book .address-book-entries table tbody > div > th:nth-child(n+1):last-child,
#address-book .address-book-entries .table > div > th:nth-child(n+1):last-child,
#address-book .address-book-entries table tbody > tbody > tr > td:nth-child(n+1):last-child,
#address-book .address-book-entries .table > tbody > tr > td:nth-child(n+1):last-child,
#address-book .address-book-entries table tbody > tr > td:nth-child(n+1):last-child,
#address-book .address-book-entries .table > tr > td:nth-child(n+1):last-child,
#address-book .address-book-entries table tbody > div > td:nth-child(n+1):last-child,
#address-book .address-book-entries .table > div > td:nth-child(n+1):last-child,
#address-book .address-book-entries table tbody > tbody > tr > div:nth-child(n+1):last-child,
#address-book .address-book-entries .table > tbody > tr > div:nth-child(n+1):last-child,
#address-book .address-book-entries table tbody > tr > div:nth-child(n+1):last-child,
#address-book .address-book-entries .table > tr > div:nth-child(n+1):last-child,
#address-book .address-book-entries table tbody > div > div:nth-child(n+1):last-child,
#address-book .address-book-entries .table > div > div:nth-child(n+1):last-child {
  text-align: right;
}
#address-book .address-book-entries table tbody > tbody > tr > th:nth-child(n+1):last-child.center,
#address-book .address-book-entries .table > tbody > tr > th:nth-child(n+1):last-child.center,
#address-book .address-book-entries table tbody > tr > th:nth-child(n+1):last-child.center,
#address-book .address-book-entries .table > tr > th:nth-child(n+1):last-child.center,
#address-book .address-book-entries table tbody > div > th:nth-child(n+1):last-child.center,
#address-book .address-book-entries .table > div > th:nth-child(n+1):last-child.center,
#address-book .address-book-entries table tbody > tbody > tr > td:nth-child(n+1):last-child.center,
#address-book .address-book-entries .table > tbody > tr > td:nth-child(n+1):last-child.center,
#address-book .address-book-entries table tbody > tr > td:nth-child(n+1):last-child.center,
#address-book .address-book-entries .table > tr > td:nth-child(n+1):last-child.center,
#address-book .address-book-entries table tbody > div > td:nth-child(n+1):last-child.center,
#address-book .address-book-entries .table > div > td:nth-child(n+1):last-child.center,
#address-book .address-book-entries table tbody > tbody > tr > div:nth-child(n+1):last-child.center,
#address-book .address-book-entries .table > tbody > tr > div:nth-child(n+1):last-child.center,
#address-book .address-book-entries table tbody > tr > div:nth-child(n+1):last-child.center,
#address-book .address-book-entries .table > tr > div:nth-child(n+1):last-child.center,
#address-book .address-book-entries table tbody > div > div:nth-child(n+1):last-child.center,
#address-book .address-book-entries .table > div > div:nth-child(n+1):last-child.center {
  text-align: center;
}
#address-book .address-book-entries table tbody > tbody > tr > th:nth-child(n+1):last-child.left,
#address-book .address-book-entries .table > tbody > tr > th:nth-child(n+1):last-child.left,
#address-book .address-book-entries table tbody > tr > th:nth-child(n+1):last-child.left,
#address-book .address-book-entries .table > tr > th:nth-child(n+1):last-child.left,
#address-book .address-book-entries table tbody > div > th:nth-child(n+1):last-child.left,
#address-book .address-book-entries .table > div > th:nth-child(n+1):last-child.left,
#address-book .address-book-entries table tbody > tbody > tr > td:nth-child(n+1):last-child.left,
#address-book .address-book-entries .table > tbody > tr > td:nth-child(n+1):last-child.left,
#address-book .address-book-entries table tbody > tr > td:nth-child(n+1):last-child.left,
#address-book .address-book-entries .table > tr > td:nth-child(n+1):last-child.left,
#address-book .address-book-entries table tbody > div > td:nth-child(n+1):last-child.left,
#address-book .address-book-entries .table > div > td:nth-child(n+1):last-child.left,
#address-book .address-book-entries table tbody > tbody > tr > div:nth-child(n+1):last-child.left,
#address-book .address-book-entries .table > tbody > tr > div:nth-child(n+1):last-child.left,
#address-book .address-book-entries table tbody > tr > div:nth-child(n+1):last-child.left,
#address-book .address-book-entries .table > tr > div:nth-child(n+1):last-child.left,
#address-book .address-book-entries table tbody > div > div:nth-child(n+1):last-child.left,
#address-book .address-book-entries .table > div > div:nth-child(n+1):last-child.left {
  text-align: left;
}
#address-book .address-book-entries table tbody > *:first-child:not(.primary),
#address-book .address-book-entries .table > *:first-child:not(.primary) {
  background: #464647;
  color: #fff;
}
#address-book .address-book-entries table tbody > *:first-child:not(.primary) a,
#address-book .address-book-entries .table > *:first-child:not(.primary) a {
  color: #fff;
}
#address-book .address-book-entries table tbody .heading,
#address-book .address-book-entries .table .heading {
  background: #464647;
}
#address-book .address-book-entries .address-item {
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  display: block;
}
#address-book .address-book-entries .address-item:before,
#address-book .address-book-entries .address-item:after {
  content: " ";
  display: table;
}
#address-book .address-book-entries .address-item:after {
  clear: both;
}
#address-book .address-book-entries .address-item > div {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-right: -4px;
  box-sizing: border-box;
}
#address-book .address-book-entries .address-item .address-buttons .icon {
  display: inline-block;
  font-size: 25px;
  text-align: right;
  margin-left: 10px;
  padding-bottom: 10px;
}
#address-book .address-book-entries .address-item .address-buttons .icon .fa-trash-alt {
  color: #a2081d;
}
#stored-payments .payment-entries {
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  background: #fff;
  text-align: left;
  margin-bottom: 0;
}
#stored-payments .payment-entries:before,
#stored-payments .payment-entries:after {
  content: " ";
  display: table;
}
#stored-payments .payment-entries:after {
  clear: both;
}
#stored-payments .payment-entries > *:first-child:not(.table) {
  padding: 5px 5px 5px;
  background: #F2F2F2;
  color: #000;
  margin: 0;
  font-size: 12px;
  font-family: inherit;
  letter-spacing: unset;
  text-align: left;
  box-sizing: border-box;
}
#stored-payments .payment-entries > *:first-child:not(.table) + div,
#stored-payments .payment-entries > *:first-child:not(.table) + form {
  padding: 5px;
}
#stored-payments .payment-entries > *:first-child:not(.table) + div:before,
#stored-payments .payment-entries > *:first-child:not(.table) + form:before,
#stored-payments .payment-entries > *:first-child:not(.table) + div:after,
#stored-payments .payment-entries > *:first-child:not(.table) + form:after {
  content: " ";
  display: table;
}
#stored-payments .payment-entries > *:first-child:not(.table) + div:after,
#stored-payments .payment-entries > *:first-child:not(.table) + form:after {
  clear: both;
}
#stored-payments .payment-entries > *:first-child:not(.table) a {
  color: initial;
}
#stored-payments .payment-entries > *:first-child:not(.table) a:hover {
  color: #f26524;
}
#stored-payments .payment-entries table {
  width: 100%;
}
#stored-payments .payment-entries table tbody,
#stored-payments .payment-entries .table {
  width: 100%;
  box-sizing: border-box;
  display: table;
}
#stored-payments .payment-entries table tbody > tbody > tr,
#stored-payments .payment-entries .table > tbody > tr,
#stored-payments .payment-entries table tbody > tr,
#stored-payments .payment-entries .table > tr,
#stored-payments .payment-entries table tbody > div,
#stored-payments .payment-entries .table > div {
  display: table-row;
}
#stored-payments .payment-entries table tbody > tbody > tr:nth-child(even),
#stored-payments .payment-entries .table > tbody > tr:nth-child(even),
#stored-payments .payment-entries table tbody > tr:nth-child(even),
#stored-payments .payment-entries .table > tr:nth-child(even),
#stored-payments .payment-entries table tbody > div:nth-child(even),
#stored-payments .payment-entries .table > div:nth-child(even) {
  background: #fafafa;
}
#stored-payments .payment-entries table tbody > tbody > tr:not(:only-of-type):not(.header):hover,
#stored-payments .payment-entries .table > tbody > tr:not(:only-of-type):not(.header):hover,
#stored-payments .payment-entries table tbody > tr:not(:only-of-type):not(.header):hover,
#stored-payments .payment-entries .table > tr:not(:only-of-type):not(.header):hover,
#stored-payments .payment-entries table tbody > div:not(:only-of-type):not(.header):hover,
#stored-payments .payment-entries .table > div:not(:only-of-type):not(.header):hover {
  background: #E8E9EA;
}
#stored-payments .payment-entries table tbody > tbody > tr.primary:hover,
#stored-payments .payment-entries .table > tbody > tr.primary:hover,
#stored-payments .payment-entries table tbody > tr.primary:hover,
#stored-payments .payment-entries .table > tr.primary:hover,
#stored-payments .payment-entries table tbody > div.primary:hover,
#stored-payments .payment-entries .table > div.primary:hover {
  background: #E8E9EA;
}
#stored-payments .payment-entries table tbody > tbody > tr > th,
#stored-payments .payment-entries .table > tbody > tr > th,
#stored-payments .payment-entries table tbody > tr > th,
#stored-payments .payment-entries .table > tr > th,
#stored-payments .payment-entries table tbody > div > th,
#stored-payments .payment-entries .table > div > th,
#stored-payments .payment-entries table tbody > tbody > tr > td,
#stored-payments .payment-entries .table > tbody > tr > td,
#stored-payments .payment-entries table tbody > tr > td,
#stored-payments .payment-entries .table > tr > td,
#stored-payments .payment-entries table tbody > div > td,
#stored-payments .payment-entries .table > div > td,
#stored-payments .payment-entries table tbody > tbody > tr > div,
#stored-payments .payment-entries .table > tbody > tr > div,
#stored-payments .payment-entries table tbody > tr > div,
#stored-payments .payment-entries .table > tr > div,
#stored-payments .payment-entries table tbody > div > div,
#stored-payments .payment-entries .table > div > div {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
#stored-payments .payment-entries table tbody > tbody > tr > th .snap-css-button:not(.retain),
#stored-payments .payment-entries .table > tbody > tr > th .snap-css-button:not(.retain),
#stored-payments .payment-entries table tbody > tr > th .snap-css-button:not(.retain),
#stored-payments .payment-entries .table > tr > th .snap-css-button:not(.retain),
#stored-payments .payment-entries table tbody > div > th .snap-css-button:not(.retain),
#stored-payments .payment-entries .table > div > th .snap-css-button:not(.retain),
#stored-payments .payment-entries table tbody > tbody > tr > td .snap-css-button:not(.retain),
#stored-payments .payment-entries .table > tbody > tr > td .snap-css-button:not(.retain),
#stored-payments .payment-entries table tbody > tr > td .snap-css-button:not(.retain),
#stored-payments .payment-entries .table > tr > td .snap-css-button:not(.retain),
#stored-payments .payment-entries table tbody > div > td .snap-css-button:not(.retain),
#stored-payments .payment-entries .table > div > td .snap-css-button:not(.retain),
#stored-payments .payment-entries table tbody > tbody > tr > div .snap-css-button:not(.retain),
#stored-payments .payment-entries .table > tbody > tr > div .snap-css-button:not(.retain),
#stored-payments .payment-entries table tbody > tr > div .snap-css-button:not(.retain),
#stored-payments .payment-entries .table > tr > div .snap-css-button:not(.retain),
#stored-payments .payment-entries table tbody > div > div .snap-css-button:not(.retain),
#stored-payments .payment-entries .table > div > div .snap-css-button:not(.retain) {
  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;
  text-transform: unset;
}
#stored-payments .payment-entries table tbody > tbody > tr > th .snap-css-button:not(.retain):hover,
#stored-payments .payment-entries .table > tbody > tr > th .snap-css-button:not(.retain):hover,
#stored-payments .payment-entries table tbody > tr > th .snap-css-button:not(.retain):hover,
#stored-payments .payment-entries .table > tr > th .snap-css-button:not(.retain):hover,
#stored-payments .payment-entries table tbody > div > th .snap-css-button:not(.retain):hover,
#stored-payments .payment-entries .table > div > th .snap-css-button:not(.retain):hover,
#stored-payments .payment-entries table tbody > tbody > tr > td .snap-css-button:not(.retain):hover,
#stored-payments .payment-entries .table > tbody > tr > td .snap-css-button:not(.retain):hover,
#stored-payments .payment-entries table tbody > tr > td .snap-css-button:not(.retain):hover,
#stored-payments .payment-entries .table > tr > td .snap-css-button:not(.retain):hover,
#stored-payments .payment-entries table tbody > div > td .snap-css-button:not(.retain):hover,
#stored-payments .payment-entries .table > div > td .snap-css-button:not(.retain):hover,
#stored-payments .payment-entries table tbody > tbody > tr > div .snap-css-button:not(.retain):hover,
#stored-payments .payment-entries .table > tbody > tr > div .snap-css-button:not(.retain):hover,
#stored-payments .payment-entries table tbody > tr > div .snap-css-button:not(.retain):hover,
#stored-payments .payment-entries .table > tr > div .snap-css-button:not(.retain):hover,
#stored-payments .payment-entries table tbody > div > div .snap-css-button:not(.retain):hover,
#stored-payments .payment-entries .table > div > div .snap-css-button:not(.retain):hover {
  opacity: 1;
}
#stored-payments .payment-entries table tbody > tbody > tr > th .center,
#stored-payments .payment-entries .table > tbody > tr > th .center,
#stored-payments .payment-entries table tbody > tr > th .center,
#stored-payments .payment-entries .table > tr > th .center,
#stored-payments .payment-entries table tbody > div > th .center,
#stored-payments .payment-entries .table > div > th .center,
#stored-payments .payment-entries table tbody > tbody > tr > td .center,
#stored-payments .payment-entries .table > tbody > tr > td .center,
#stored-payments .payment-entries table tbody > tr > td .center,
#stored-payments .payment-entries .table > tr > td .center,
#stored-payments .payment-entries table tbody > div > td .center,
#stored-payments .payment-entries .table > div > td .center,
#stored-payments .payment-entries table tbody > tbody > tr > div .center,
#stored-payments .payment-entries .table > tbody > tr > div .center,
#stored-payments .payment-entries table tbody > tr > div .center,
#stored-payments .payment-entries .table > tr > div .center,
#stored-payments .payment-entries table tbody > div > div .center,
#stored-payments .payment-entries .table > div > div .center {
  text-align: center;
}
#stored-payments .payment-entries table tbody > tbody > tr > th .right,
#stored-payments .payment-entries .table > tbody > tr > th .right,
#stored-payments .payment-entries table tbody > tr > th .right,
#stored-payments .payment-entries .table > tr > th .right,
#stored-payments .payment-entries table tbody > div > th .right,
#stored-payments .payment-entries .table > div > th .right,
#stored-payments .payment-entries table tbody > tbody > tr > td .right,
#stored-payments .payment-entries .table > tbody > tr > td .right,
#stored-payments .payment-entries table tbody > tr > td .right,
#stored-payments .payment-entries .table > tr > td .right,
#stored-payments .payment-entries table tbody > div > td .right,
#stored-payments .payment-entries .table > div > td .right,
#stored-payments .payment-entries table tbody > tbody > tr > div .right,
#stored-payments .payment-entries .table > tbody > tr > div .right,
#stored-payments .payment-entries table tbody > tr > div .right,
#stored-payments .payment-entries .table > tr > div .right,
#stored-payments .payment-entries table tbody > div > div .right,
#stored-payments .payment-entries .table > div > div .right {
  text-align: right;
}
#stored-payments .payment-entries table tbody > tbody > tr > th .left,
#stored-payments .payment-entries .table > tbody > tr > th .left,
#stored-payments .payment-entries table tbody > tr > th .left,
#stored-payments .payment-entries .table > tr > th .left,
#stored-payments .payment-entries table tbody > div > th .left,
#stored-payments .payment-entries .table > div > th .left,
#stored-payments .payment-entries table tbody > tbody > tr > td .left,
#stored-payments .payment-entries .table > tbody > tr > td .left,
#stored-payments .payment-entries table tbody > tr > td .left,
#stored-payments .payment-entries .table > tr > td .left,
#stored-payments .payment-entries table tbody > div > td .left,
#stored-payments .payment-entries .table > div > td .left,
#stored-payments .payment-entries table tbody > tbody > tr > div .left,
#stored-payments .payment-entries .table > tbody > tr > div .left,
#stored-payments .payment-entries table tbody > tr > div .left,
#stored-payments .payment-entries .table > tr > div .left,
#stored-payments .payment-entries table tbody > div > div .left,
#stored-payments .payment-entries .table > div > div .left {
  text-align: left;
}
#stored-payments .payment-entries table tbody > tbody > tr > th:nth-child(n+1):last-child,
#stored-payments .payment-entries .table > tbody > tr > th:nth-child(n+1):last-child,
#stored-payments .payment-entries table tbody > tr > th:nth-child(n+1):last-child,
#stored-payments .payment-entries .table > tr > th:nth-child(n+1):last-child,
#stored-payments .payment-entries table tbody > div > th:nth-child(n+1):last-child,
#stored-payments .payment-entries .table > div > th:nth-child(n+1):last-child,
#stored-payments .payment-entries table tbody > tbody > tr > td:nth-child(n+1):last-child,
#stored-payments .payment-entries .table > tbody > tr > td:nth-child(n+1):last-child,
#stored-payments .payment-entries table tbody > tr > td:nth-child(n+1):last-child,
#stored-payments .payment-entries .table > tr > td:nth-child(n+1):last-child,
#stored-payments .payment-entries table tbody > div > td:nth-child(n+1):last-child,
#stored-payments .payment-entries .table > div > td:nth-child(n+1):last-child,
#stored-payments .payment-entries table tbody > tbody > tr > div:nth-child(n+1):last-child,
#stored-payments .payment-entries .table > tbody > tr > div:nth-child(n+1):last-child,
#stored-payments .payment-entries table tbody > tr > div:nth-child(n+1):last-child,
#stored-payments .payment-entries .table > tr > div:nth-child(n+1):last-child,
#stored-payments .payment-entries table tbody > div > div:nth-child(n+1):last-child,
#stored-payments .payment-entries .table > div > div:nth-child(n+1):last-child {
  text-align: right;
}
#stored-payments .payment-entries table tbody > tbody > tr > th:nth-child(n+1):last-child.center,
#stored-payments .payment-entries .table > tbody > tr > th:nth-child(n+1):last-child.center,
#stored-payments .payment-entries table tbody > tr > th:nth-child(n+1):last-child.center,
#stored-payments .payment-entries .table > tr > th:nth-child(n+1):last-child.center,
#stored-payments .payment-entries table tbody > div > th:nth-child(n+1):last-child.center,
#stored-payments .payment-entries .table > div > th:nth-child(n+1):last-child.center,
#stored-payments .payment-entries table tbody > tbody > tr > td:nth-child(n+1):last-child.center,
#stored-payments .payment-entries .table > tbody > tr > td:nth-child(n+1):last-child.center,
#stored-payments .payment-entries table tbody > tr > td:nth-child(n+1):last-child.center,
#stored-payments .payment-entries .table > tr > td:nth-child(n+1):last-child.center,
#stored-payments .payment-entries table tbody > div > td:nth-child(n+1):last-child.center,
#stored-payments .payment-entries .table > div > td:nth-child(n+1):last-child.center,
#stored-payments .payment-entries table tbody > tbody > tr > div:nth-child(n+1):last-child.center,
#stored-payments .payment-entries .table > tbody > tr > div:nth-child(n+1):last-child.center,
#stored-payments .payment-entries table tbody > tr > div:nth-child(n+1):last-child.center,
#stored-payments .payment-entries .table > tr > div:nth-child(n+1):last-child.center,
#stored-payments .payment-entries table tbody > div > div:nth-child(n+1):last-child.center,
#stored-payments .payment-entries .table > div > div:nth-child(n+1):last-child.center {
  text-align: center;
}
#stored-payments .payment-entries table tbody > tbody > tr > th:nth-child(n+1):last-child.left,
#stored-payments .payment-entries .table > tbody > tr > th:nth-child(n+1):last-child.left,
#stored-payments .payment-entries table tbody > tr > th:nth-child(n+1):last-child.left,
#stored-payments .payment-entries .table > tr > th:nth-child(n+1):last-child.left,
#stored-payments .payment-entries table tbody > div > th:nth-child(n+1):last-child.left,
#stored-payments .payment-entries .table > div > th:nth-child(n+1):last-child.left,
#stored-payments .payment-entries table tbody > tbody > tr > td:nth-child(n+1):last-child.left,
#stored-payments .payment-entries .table > tbody > tr > td:nth-child(n+1):last-child.left,
#stored-payments .payment-entries table tbody > tr > td:nth-child(n+1):last-child.left,
#stored-payments .payment-entries .table > tr > td:nth-child(n+1):last-child.left,
#stored-payments .payment-entries table tbody > div > td:nth-child(n+1):last-child.left,
#stored-payments .payment-entries .table > div > td:nth-child(n+1):last-child.left,
#stored-payments .payment-entries table tbody > tbody > tr > div:nth-child(n+1):last-child.left,
#stored-payments .payment-entries .table > tbody > tr > div:nth-child(n+1):last-child.left,
#stored-payments .payment-entries table tbody > tr > div:nth-child(n+1):last-child.left,
#stored-payments .payment-entries .table > tr > div:nth-child(n+1):last-child.left,
#stored-payments .payment-entries table tbody > div > div:nth-child(n+1):last-child.left,
#stored-payments .payment-entries .table > div > div:nth-child(n+1):last-child.left {
  text-align: left;
}
#stored-payments .payment-entries table tbody > *:first-child:not(.primary),
#stored-payments .payment-entries .table > *:first-child:not(.primary) {
  background: #464647;
  color: #fff;
}
#stored-payments .payment-entries table tbody > *:first-child:not(.primary) a,
#stored-payments .payment-entries .table > *:first-child:not(.primary) a {
  color: #fff;
}
#stored-payments .payment-entries table tbody .heading,
#stored-payments .payment-entries .table .heading {
  background: #464647;
}
#stored-payments .payment-entries .payment-item {
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  display: block;
}
#stored-payments .payment-entries .payment-item:before,
#stored-payments .payment-entries .payment-item:after {
  content: " ";
  display: table;
}
#stored-payments .payment-entries .payment-item:after {
  clear: both;
}
#stored-payments .payment-entries .payment-item.primary,
#stored-payments .payment-entries .payment-item.primary:hover {
  background: #f7fff5;
}
#stored-payments .payment-entries .payment-item > div {
  display: inline-block;
  margin-right: -4px;
  box-sizing: border-box;
  padding: 10px;
}
#stored-payments .payment-entries .payment-item > div:nth-child(1) {
  width: 80%;
}
#stored-payments .payment-entries .payment-item > div:nth-child(1) .info,
#stored-payments .payment-entries .payment-item > div:nth-child(1) .address {
  display: inline-block;
  width: 50%;
  margin-right: -4px;
  vertical-align: top;
}
#stored-payments .payment-entries .payment-item > div:nth-child(1) .info .default {
  color: #f26524;
  font-weight: bold;
}
#stored-payments .payment-entries .payment-item > div:nth-child(2) {
  width: 20%;
}
#stored-payments .payment-entries .payment-item > div:nth-child(2) .icon {
  display: inline-block;
  font-size: 25px;
  text-align: right;
  margin-left: 10px;
  padding-bottom: 10px;
}
#stored-payments .payment-entries .payment-item > div:nth-child(2) .icon .fa-trash-alt {
  color: #a2081d;
}
#stored-payments .payment-entries .payment-item .is-primary-true {
  color: #f26524;
  font-weight: bold;
  margin-bottom: 5px;
}
#stored-payments .payment-entries .payment-item img {
  vertical-align: middle;
  margin-bottom: 5px;
}
#stored-payments .payment-entries .payment-item i {
  margin-right: 5px;
}
#stored-payments .payment-entries .payment-item i.fa-calendar-times {
  color: #a2081d;
}
#stored-payments .payment-entries .payment-item i.fa-calendar-times + label {
  color: #a2081d;
}
#stored-payments .payment-entries .payment-item i.fa-calendar-check {
  color: #1f8300;
}
#stored-payments .payment-entries .payment-item .payment-buttons .snap-css-button {
  margin-bottom: 5px;
}
#stored-payments .no-payments {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #000;
  padding: 10px;
  background: #F2F2F2;
}
#stored-payments .no-payments:last-child {
  margin-bottom: 0;
}
#stored-payments .no-payments: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;
}
#stored-payments .no-payments > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
#stored-payments .no-payments.error {
  color: #a2081d;
  font-weight: bold;
}
#stored-payments .no-payments.success {
  color: #1a951a;
  font-weight: bold;
}
#stored-payments .no-payments.mainRed {
  color: #a2081d;
}
#newsletter-edit-form .prefs-saved {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #000;
  padding: 10px;
  background: #fff;
  border: 1px solid #E8E9EA;
  box-shadow: 0 1px 2px #f2f2f2;
  padding: 0;
  margin: 10px 0 0;
  box-shadow: none;
  font-weight: bold;
  color: #1f8300;
  border: none;
}
#newsletter-edit-form .prefs-saved:last-child {
  margin-bottom: 0;
}
#newsletter-edit-form .prefs-saved: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;
}
#newsletter-edit-form .prefs-saved > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
#newsletter-edit-form .prefs-saved.error {
  color: #a2081d;
  font-weight: bold;
}
#newsletter-edit-form .prefs-saved.success {
  color: #1a951a;
  font-weight: bold;
}
#newsletter-edit-form .prefs-saved.mainRed {
  color: #a2081d;
}
#newsletter-edit-form .note.red {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #000;
  padding: 10px;
  background: #fff;
  border: 1px solid #E8E9EA;
  box-shadow: 0 1px 2px #f2f2f2;
  color: #a2081d;
  font-weight: bold;
  box-shadow: none;
  border: none;
  padding-left: 0;
}
#newsletter-edit-form .note.red:last-child {
  margin-bottom: 0;
}
#newsletter-edit-form .note.red: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;
}
#newsletter-edit-form .note.red > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
#newsletter-edit-form .note.red.error {
  color: #a2081d;
  font-weight: bold;
}
#newsletter-edit-form .note.red.success {
  color: #1a951a;
  font-weight: bold;
}
#newsletter-edit-form .note.red.mainRed {
  color: #a2081d;
}
.newslettersignup h3,
#vip h3 {
  text-transform: none;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 0 100px 0 0;
  width: calc(100% -  52px );
  box-sizing: border-box;
  font-size: 12px;
}
.newslettersignup h3.other,
#vip h3.other {
  margin-top: 15px;
}
.newslettersignup a,
#vip a {
  text-decoration: underline;
}
.newslettersignup #list-memberships,
#vip #list-memberships,
.newslettersignup #list-sms-memberships,
#vip #list-sms-memberships {
  margin-bottom: 10px;
}
.newslettersignup #list-memberships > .forminput,
#vip #list-memberships > .forminput,
.newslettersignup #list-sms-memberships > .forminput,
#vip #list-sms-memberships > .forminput {
  padding: 15px 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.newslettersignup #list-memberships > .forminput .switch,
#vip #list-memberships > .forminput .switch,
.newslettersignup #list-sms-memberships > .forminput .switch,
#vip #list-sms-memberships > .forminput .switch {
  position: relative;
  display: inline-block !important;
  width: 42px !important;
  height: 25px;
  flex-shrink: 0;
}
.newslettersignup #list-memberships > .forminput .switch input[type=checkbox],
#vip #list-memberships > .forminput .switch input[type=checkbox],
.newslettersignup #list-sms-memberships > .forminput .switch input[type=checkbox],
#vip #list-sms-memberships > .forminput .switch input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.newslettersignup #list-memberships > .forminput .switch input[type=checkbox]:checked + .slider,
#vip #list-memberships > .forminput .switch input[type=checkbox]:checked + .slider,
.newslettersignup #list-sms-memberships > .forminput .switch input[type=checkbox]:checked + .slider,
#vip #list-sms-memberships > .forminput .switch input[type=checkbox]:checked + .slider,
.newslettersignup #list-memberships > .forminput .switch input[type=checkbox]:checked + input[type=hidden] + .slider,
#vip #list-memberships > .forminput .switch input[type=checkbox]:checked + input[type=hidden] + .slider,
.newslettersignup #list-sms-memberships > .forminput .switch input[type=checkbox]:checked + input[type=hidden] + .slider,
#vip #list-sms-memberships > .forminput .switch input[type=checkbox]:checked + input[type=hidden] + .slider {
  background-color: green;
  margin-left: 0;
}
.newslettersignup #list-memberships > .forminput .switch input[type=checkbox]:checked + .slider:before,
#vip #list-memberships > .forminput .switch input[type=checkbox]:checked + .slider:before,
.newslettersignup #list-sms-memberships > .forminput .switch input[type=checkbox]:checked + .slider:before,
#vip #list-sms-memberships > .forminput .switch input[type=checkbox]:checked + .slider:before,
.newslettersignup #list-memberships > .forminput .switch input[type=checkbox]:checked + input[type=hidden] + .slider:before,
#vip #list-memberships > .forminput .switch input[type=checkbox]:checked + input[type=hidden] + .slider:before,
.newslettersignup #list-sms-memberships > .forminput .switch input[type=checkbox]:checked + input[type=hidden] + .slider:before,
#vip #list-sms-memberships > .forminput .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 #list-memberships > .forminput .switch input[type=checkbox]:checked + .slider > span,
#vip #list-memberships > .forminput .switch input[type=checkbox]:checked + .slider > span,
.newslettersignup #list-sms-memberships > .forminput .switch input[type=checkbox]:checked + .slider > span,
#vip #list-sms-memberships > .forminput .switch input[type=checkbox]:checked + .slider > span,
.newslettersignup #list-memberships > .forminput .switch input[type=checkbox]:checked + input[type=hidden] + .slider > span,
#vip #list-memberships > .forminput .switch input[type=checkbox]:checked + input[type=hidden] + .slider > span,
.newslettersignup #list-sms-memberships > .forminput .switch input[type=checkbox]:checked + input[type=hidden] + .slider > span,
#vip #list-sms-memberships > .forminput .switch input[type=checkbox]:checked + input[type=hidden] + .slider > span {
  color: #fff;
}
.newslettersignup #list-memberships > .forminput .switch input[type=checkbox]:not(:checked) + .slider,
#vip #list-memberships > .forminput .switch input[type=checkbox]:not(:checked) + .slider,
.newslettersignup #list-sms-memberships > .forminput .switch input[type=checkbox]:not(:checked) + .slider,
#vip #list-sms-memberships > .forminput .switch input[type=checkbox]:not(:checked) + .slider,
.newslettersignup #list-memberships > .forminput .switch input[type=checkbox]:not(:checked) + input[type=hidden] + .slider,
#vip #list-memberships > .forminput .switch input[type=checkbox]:not(:checked) + input[type=hidden] + .slider,
.newslettersignup #list-sms-memberships > .forminput .switch input[type=checkbox]:not(:checked) + input[type=hidden] + .slider,
#vip #list-sms-memberships > .forminput .switch input[type=checkbox]:not(:checked) + input[type=hidden] + .slider {
  color: #000;
}
.newslettersignup #list-memberships > .forminput .switch input[type=checkbox]:focus + .slider,
#vip #list-memberships > .forminput .switch input[type=checkbox]:focus + .slider,
.newslettersignup #list-sms-memberships > .forminput .switch input[type=checkbox]:focus + .slider,
#vip #list-sms-memberships > .forminput .switch input[type=checkbox]:focus + .slider,
.newslettersignup #list-memberships > .forminput .switch input[type=checkbox]:focus + input[type=hidden] + .slider,
#vip #list-memberships > .forminput .switch input[type=checkbox]:focus + input[type=hidden] + .slider,
.newslettersignup #list-sms-memberships > .forminput .switch input[type=checkbox]:focus + input[type=hidden] + .slider,
#vip #list-sms-memberships > .forminput .switch input[type=checkbox]:focus + input[type=hidden] + .slider {
  box-shadow: 0 0 1px #2196F3;
  outline: 2px solid #000;
  outline-offset: 2px;
}
.newslettersignup #list-memberships > .forminput .switch .slider,
#vip #list-memberships > .forminput .switch .slider,
.newslettersignup #list-sms-memberships > .forminput .switch .slider,
#vip #list-sms-memberships > .forminput .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 #list-memberships > .forminput .switch .slider > span,
#vip #list-memberships > .forminput .switch .slider > span,
.newslettersignup #list-sms-memberships > .forminput .switch .slider > span,
#vip #list-sms-memberships > .forminput .switch .slider > span {
  /* Note: This is simply for accessibility scanners */
  display: none;
}
.newslettersignup #list-memberships > .forminput .switch .slider.round,
#vip #list-memberships > .forminput .switch .slider.round,
.newslettersignup #list-sms-memberships > .forminput .switch .slider.round,
#vip #list-sms-memberships > .forminput .switch .slider.round {
  /* Rounded sliders */
  border-radius: 25px;
  margin-left: 0;
}
.newslettersignup #list-memberships > .forminput .switch .slider.round:before,
#vip #list-memberships > .forminput .switch .slider.round:before,
.newslettersignup #list-sms-memberships > .forminput .switch .slider.round:before,
#vip #list-sms-memberships > .forminput .switch .slider.round:before {
  border-radius: 50%;
}
.newslettersignup #list-memberships > .forminput .switch .slider:before,
#vip #list-memberships > .forminput .switch .slider:before,
.newslettersignup #list-sms-memberships > .forminput .switch .slider:before,
#vip #list-sms-memberships > .forminput .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 #list-memberships > .forminput:first-child,
#vip #list-memberships > .forminput:first-child,
.newslettersignup #list-sms-memberships > .forminput:first-child,
#vip #list-sms-memberships > .forminput:first-child {
  padding-top: 5px;
}
.newslettersignup #list-memberships > .forminput:not(:first-of-type),
#vip #list-memberships > .forminput:not(:first-of-type),
.newslettersignup #list-sms-memberships > .forminput:not(:first-of-type),
#vip #list-sms-memberships > .forminput:not(:first-of-type) {
  border-top: 1px solid #C8C8C8;
}
.newslettersignup #list-memberships > .forminput.forminput > div:nth-child(2),
#vip #list-memberships > .forminput.forminput > div:nth-child(2),
.newslettersignup #list-sms-memberships > .forminput.forminput > div:nth-child(2),
#vip #list-sms-memberships > .forminput.forminput > div:nth-child(2) {
  padding-right: 10px;
}
.newslettersignup #list-memberships h3.other + div,
#vip #list-memberships h3.other + div,
.newslettersignup #list-sms-memberships h3.other + div,
#vip #list-sms-memberships h3.other + div {
  padding-top: 5px;
}
.newslettersignup .forminput,
#vip .forminput {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.newslettersignup .forminput > div:nth-child(1),
#vip .forminput > div:nth-child(1) {
  width: calc(100% -  52px );
  padding-right: 100px;
  margin-left: 0;
  box-sizing: border-box;
}
.newslettersignup .forminput > div:nth-child(2),
#vip .forminput > div:nth-child(2) {
  width: 42px;
  box-sizing: border-box;
  text-align: right;
}
.newslettersignup .forminput label,
#vip .forminput label {
  padding-left: 0;
}
.newslettersignup .forminput h3 label,
#vip .forminput h3 label {
  font-weight: bold;
}
#vip {
  padding-bottom: 20px;
}
#vip .forminput {
  padding: 15px 0 10px;
  display: flex;
  width: 100%;
  align-items: flex-start;
  box-sizing: border-box;
}
#vip .forminput .switch {
  position: relative;
  display: inline-block !important;
  width: 42px !important;
  height: 25px;
  flex-shrink: 0;
}
#vip .forminput .switch input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
#vip .forminput .switch input[type=checkbox]:checked + .slider,
#vip .forminput .switch input[type=checkbox]:checked + input[type=hidden] + .slider {
  background-color: green;
  margin-left: 0;
}
#vip .forminput .switch input[type=checkbox]:checked + .slider:before,
#vip .forminput .switch input[type=checkbox]:checked + input[type=hidden] + .slider:before {
  -webkit-transform: translateX(17.5px);
  -ms-transform: translateX(17.5px);
  transform: translateX(17.5px);
}
#vip .forminput .switch input[type=checkbox]:checked + .slider > span,
#vip .forminput .switch input[type=checkbox]:checked + input[type=hidden] + .slider > span {
  color: #fff;
}
#vip .forminput .switch input[type=checkbox]:not(:checked) + .slider,
#vip .forminput .switch input[type=checkbox]:not(:checked) + input[type=hidden] + .slider {
  color: #000;
}
#vip .forminput .switch input[type=checkbox]:focus + .slider,
#vip .forminput .switch input[type=checkbox]:focus + input[type=hidden] + .slider {
  box-shadow: 0 0 1px #2196F3;
  outline: 2px solid #000;
  outline-offset: 2px;
}
#vip .forminput .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;
}
#vip .forminput .switch .slider > span {
  /* Note: This is simply for accessibility scanners */
  display: none;
}
#vip .forminput .switch .slider.round {
  /* Rounded sliders */
  border-radius: 25px;
  margin-left: 0;
}
#vip .forminput .switch .slider.round:before {
  border-radius: 50%;
}
#vip .forminput .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;
}
#vip .vip-saved {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #1f8300;
  font-weight: bold;
  padding: 10px 10px 10px 0;
  box-shadow: none;
  border: none;
  padding-bottom: 0;
}
#vip .vip-saved:last-child {
  margin-bottom: 0;
}
#vip .vip-saved: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;
}
#vip .vip-saved > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
#vip .vip-saved.error {
  color: #a2081d;
  font-weight: bold;
}
#vip .vip-saved.success {
  color: #1a951a;
  font-weight: bold;
}
#vip .vip-saved.mainRed {
  color: #a2081d;
}
#vip .clubmember {
  margin-top: 5px;
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #000;
  padding: 10px;
  background: #F2F2F2;
}
#vip .clubmember:last-child {
  margin-bottom: 0;
}
#vip .clubmember: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;
}
#vip .clubmember > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
#vip .clubmember.error {
  color: #a2081d;
  font-weight: bold;
}
#vip .clubmember.success {
  color: #1a951a;
  font-weight: bold;
}
#vip .clubmember.mainRed {
  color: #a2081d;
}
#vip .learn-more {
  position: relative;
  line-height: inherit;
  vertical-align: baseline;
  text-decoration: none;
}
#vip .learn-more span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
#vip .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: #464647;
  cursor: pointer;
  vertical-align: unset;
  margin-left: 1px;
}
#vip form .forminput {
  padding: 0px 0 0;
}
#newslettersignup h1 {
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#newslettersignup .pageHeading {
  margin-bottom: 10px;
}
#newslettersignup .content {
  margin: 10px 0;
}
#newslettersignup .prefs-saved {
  margin-bottom: 10px;
}
#newslettersignup .newslettersignup {
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  padding: 10px;
}
#newslettersignup .newslettersignup:before,
#newslettersignup .newslettersignup:after {
  content: " ";
  display: table;
}
#newslettersignup .newslettersignup:after {
  clear: both;
}
#newslettersignup .newslettersignup #list-memberships,
#newslettersignup .newslettersignup #list-sms-memberships > div:last-child {
  border-bottom: none;
}
#deleteaccount {
  margin-bottom: 2em;
}
#deleteaccount .intro > div {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #000;
  padding: 10px;
  background: #F2F2F2;
}
#deleteaccount .intro > div:last-child {
  margin-bottom: 0;
}
#deleteaccount .intro > div: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;
}
#deleteaccount .intro > div > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
#deleteaccount .intro > div.error {
  color: #a2081d;
  font-weight: bold;
}
#deleteaccount .intro > div.success {
  color: #1a951a;
  font-weight: bold;
}
#deleteaccount .intro > div.mainRed {
  color: #a2081d;
}
#deleteaccount div.intro {
  margin-bottom: 1em;
}
#deleteaccount label {
  font-weight: bold;
}
#deleteaccount input#Address {
  width: 20em;
}
#deleteaccount span.field-validation-error {
  color: #a2081d;
  display: block;
}
#deleteaccount span.has-error {
  color: #a2081d;
}
#rewards .loyalty-btn {
  text-align: center;
  margin-bottom: 10px;
}
#rewards .loyalty-btn + div {
  text-align: center;
  margin-bottom: 10px;
}
#rewards .rewards-image {
  text-align: center;
  margin-bottom: 1em;
}
#rewards p {
  margin-bottom: 10px;
}
#manual-order .content > div:last-child {
  padding-top: 10px;
}
#manual-order > .page-block {
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  background: #fff;
  text-align: left;
}
#manual-order > .page-block:before,
#manual-order > .page-block:after {
  content: " ";
  display: table;
}
#manual-order > .page-block:after {
  clear: both;
}
#manual-order > .page-block > *:first-child:not(.table) {
  padding: 5px 5px 5px;
  background: #F2F2F2;
  color: #000;
  margin: 0;
  font-size: 12px;
  font-family: inherit;
  letter-spacing: unset;
  text-align: left;
  box-sizing: border-box;
}
#manual-order > .page-block > *:first-child:not(.table) + div,
#manual-order > .page-block > *:first-child:not(.table) + form {
  padding: 5px;
}
#manual-order > .page-block > *:first-child:not(.table) + div:before,
#manual-order > .page-block > *:first-child:not(.table) + form:before,
#manual-order > .page-block > *:first-child:not(.table) + div:after,
#manual-order > .page-block > *:first-child:not(.table) + form:after {
  content: " ";
  display: table;
}
#manual-order > .page-block > *:first-child:not(.table) + div:after,
#manual-order > .page-block > *:first-child:not(.table) + form:after {
  clear: both;
}
#manual-order > .page-block > *:first-child:not(.table) a {
  color: initial;
}
#manual-order > .page-block > *:first-child:not(.table) a:hover {
  color: #f26524;
}
#manual-order > .page-block table {
  width: 100%;
}
#manual-order > .page-block table tbody,
#manual-order > .page-block .table {
  width: 100%;
  box-sizing: border-box;
  display: table;
}
#manual-order > .page-block table tbody > tbody > tr,
#manual-order > .page-block .table > tbody > tr,
#manual-order > .page-block table tbody > tr,
#manual-order > .page-block .table > tr,
#manual-order > .page-block table tbody > div,
#manual-order > .page-block .table > div {
  display: table-row;
}
#manual-order > .page-block table tbody > tbody > tr:nth-child(even),
#manual-order > .page-block .table > tbody > tr:nth-child(even),
#manual-order > .page-block table tbody > tr:nth-child(even),
#manual-order > .page-block .table > tr:nth-child(even),
#manual-order > .page-block table tbody > div:nth-child(even),
#manual-order > .page-block .table > div:nth-child(even) {
  background: #fafafa;
}
#manual-order > .page-block table tbody > tbody > tr:not(:only-of-type):not(.header):hover,
#manual-order > .page-block .table > tbody > tr:not(:only-of-type):not(.header):hover,
#manual-order > .page-block table tbody > tr:not(:only-of-type):not(.header):hover,
#manual-order > .page-block .table > tr:not(:only-of-type):not(.header):hover,
#manual-order > .page-block table tbody > div:not(:only-of-type):not(.header):hover,
#manual-order > .page-block .table > div:not(:only-of-type):not(.header):hover {
  background: #E8E9EA;
}
#manual-order > .page-block table tbody > tbody > tr.primary:hover,
#manual-order > .page-block .table > tbody > tr.primary:hover,
#manual-order > .page-block table tbody > tr.primary:hover,
#manual-order > .page-block .table > tr.primary:hover,
#manual-order > .page-block table tbody > div.primary:hover,
#manual-order > .page-block .table > div.primary:hover {
  background: #E8E9EA;
}
#manual-order > .page-block table tbody > tbody > tr > th,
#manual-order > .page-block .table > tbody > tr > th,
#manual-order > .page-block table tbody > tr > th,
#manual-order > .page-block .table > tr > th,
#manual-order > .page-block table tbody > div > th,
#manual-order > .page-block .table > div > th,
#manual-order > .page-block table tbody > tbody > tr > td,
#manual-order > .page-block .table > tbody > tr > td,
#manual-order > .page-block table tbody > tr > td,
#manual-order > .page-block .table > tr > td,
#manual-order > .page-block table tbody > div > td,
#manual-order > .page-block .table > div > td,
#manual-order > .page-block table tbody > tbody > tr > div,
#manual-order > .page-block .table > tbody > tr > div,
#manual-order > .page-block table tbody > tr > div,
#manual-order > .page-block .table > tr > div,
#manual-order > .page-block table tbody > div > div,
#manual-order > .page-block .table > div > div {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
#manual-order > .page-block table tbody > tbody > tr > th .snap-css-button:not(.retain),
#manual-order > .page-block .table > tbody > tr > th .snap-css-button:not(.retain),
#manual-order > .page-block table tbody > tr > th .snap-css-button:not(.retain),
#manual-order > .page-block .table > tr > th .snap-css-button:not(.retain),
#manual-order > .page-block table tbody > div > th .snap-css-button:not(.retain),
#manual-order > .page-block .table > div > th .snap-css-button:not(.retain),
#manual-order > .page-block table tbody > tbody > tr > td .snap-css-button:not(.retain),
#manual-order > .page-block .table > tbody > tr > td .snap-css-button:not(.retain),
#manual-order > .page-block table tbody > tr > td .snap-css-button:not(.retain),
#manual-order > .page-block .table > tr > td .snap-css-button:not(.retain),
#manual-order > .page-block table tbody > div > td .snap-css-button:not(.retain),
#manual-order > .page-block .table > div > td .snap-css-button:not(.retain),
#manual-order > .page-block table tbody > tbody > tr > div .snap-css-button:not(.retain),
#manual-order > .page-block .table > tbody > tr > div .snap-css-button:not(.retain),
#manual-order > .page-block table tbody > tr > div .snap-css-button:not(.retain),
#manual-order > .page-block .table > tr > div .snap-css-button:not(.retain),
#manual-order > .page-block table tbody > div > div .snap-css-button:not(.retain),
#manual-order > .page-block .table > div > div .snap-css-button:not(.retain) {
  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;
  text-transform: unset;
}
#manual-order > .page-block table tbody > tbody > tr > th .snap-css-button:not(.retain):hover,
#manual-order > .page-block .table > tbody > tr > th .snap-css-button:not(.retain):hover,
#manual-order > .page-block table tbody > tr > th .snap-css-button:not(.retain):hover,
#manual-order > .page-block .table > tr > th .snap-css-button:not(.retain):hover,
#manual-order > .page-block table tbody > div > th .snap-css-button:not(.retain):hover,
#manual-order > .page-block .table > div > th .snap-css-button:not(.retain):hover,
#manual-order > .page-block table tbody > tbody > tr > td .snap-css-button:not(.retain):hover,
#manual-order > .page-block .table > tbody > tr > td .snap-css-button:not(.retain):hover,
#manual-order > .page-block table tbody > tr > td .snap-css-button:not(.retain):hover,
#manual-order > .page-block .table > tr > td .snap-css-button:not(.retain):hover,
#manual-order > .page-block table tbody > div > td .snap-css-button:not(.retain):hover,
#manual-order > .page-block .table > div > td .snap-css-button:not(.retain):hover,
#manual-order > .page-block table tbody > tbody > tr > div .snap-css-button:not(.retain):hover,
#manual-order > .page-block .table > tbody > tr > div .snap-css-button:not(.retain):hover,
#manual-order > .page-block table tbody > tr > div .snap-css-button:not(.retain):hover,
#manual-order > .page-block .table > tr > div .snap-css-button:not(.retain):hover,
#manual-order > .page-block table tbody > div > div .snap-css-button:not(.retain):hover,
#manual-order > .page-block .table > div > div .snap-css-button:not(.retain):hover {
  opacity: 1;
}
#manual-order > .page-block table tbody > tbody > tr > th .center,
#manual-order > .page-block .table > tbody > tr > th .center,
#manual-order > .page-block table tbody > tr > th .center,
#manual-order > .page-block .table > tr > th .center,
#manual-order > .page-block table tbody > div > th .center,
#manual-order > .page-block .table > div > th .center,
#manual-order > .page-block table tbody > tbody > tr > td .center,
#manual-order > .page-block .table > tbody > tr > td .center,
#manual-order > .page-block table tbody > tr > td .center,
#manual-order > .page-block .table > tr > td .center,
#manual-order > .page-block table tbody > div > td .center,
#manual-order > .page-block .table > div > td .center,
#manual-order > .page-block table tbody > tbody > tr > div .center,
#manual-order > .page-block .table > tbody > tr > div .center,
#manual-order > .page-block table tbody > tr > div .center,
#manual-order > .page-block .table > tr > div .center,
#manual-order > .page-block table tbody > div > div .center,
#manual-order > .page-block .table > div > div .center {
  text-align: center;
}
#manual-order > .page-block table tbody > tbody > tr > th .right,
#manual-order > .page-block .table > tbody > tr > th .right,
#manual-order > .page-block table tbody > tr > th .right,
#manual-order > .page-block .table > tr > th .right,
#manual-order > .page-block table tbody > div > th .right,
#manual-order > .page-block .table > div > th .right,
#manual-order > .page-block table tbody > tbody > tr > td .right,
#manual-order > .page-block .table > tbody > tr > td .right,
#manual-order > .page-block table tbody > tr > td .right,
#manual-order > .page-block .table > tr > td .right,
#manual-order > .page-block table tbody > div > td .right,
#manual-order > .page-block .table > div > td .right,
#manual-order > .page-block table tbody > tbody > tr > div .right,
#manual-order > .page-block .table > tbody > tr > div .right,
#manual-order > .page-block table tbody > tr > div .right,
#manual-order > .page-block .table > tr > div .right,
#manual-order > .page-block table tbody > div > div .right,
#manual-order > .page-block .table > div > div .right {
  text-align: right;
}
#manual-order > .page-block table tbody > tbody > tr > th .left,
#manual-order > .page-block .table > tbody > tr > th .left,
#manual-order > .page-block table tbody > tr > th .left,
#manual-order > .page-block .table > tr > th .left,
#manual-order > .page-block table tbody > div > th .left,
#manual-order > .page-block .table > div > th .left,
#manual-order > .page-block table tbody > tbody > tr > td .left,
#manual-order > .page-block .table > tbody > tr > td .left,
#manual-order > .page-block table tbody > tr > td .left,
#manual-order > .page-block .table > tr > td .left,
#manual-order > .page-block table tbody > div > td .left,
#manual-order > .page-block .table > div > td .left,
#manual-order > .page-block table tbody > tbody > tr > div .left,
#manual-order > .page-block .table > tbody > tr > div .left,
#manual-order > .page-block table tbody > tr > div .left,
#manual-order > .page-block .table > tr > div .left,
#manual-order > .page-block table tbody > div > div .left,
#manual-order > .page-block .table > div > div .left {
  text-align: left;
}
#manual-order > .page-block table tbody > tbody > tr > th:nth-child(n+1):last-child,
#manual-order > .page-block .table > tbody > tr > th:nth-child(n+1):last-child,
#manual-order > .page-block table tbody > tr > th:nth-child(n+1):last-child,
#manual-order > .page-block .table > tr > th:nth-child(n+1):last-child,
#manual-order > .page-block table tbody > div > th:nth-child(n+1):last-child,
#manual-order > .page-block .table > div > th:nth-child(n+1):last-child,
#manual-order > .page-block table tbody > tbody > tr > td:nth-child(n+1):last-child,
#manual-order > .page-block .table > tbody > tr > td:nth-child(n+1):last-child,
#manual-order > .page-block table tbody > tr > td:nth-child(n+1):last-child,
#manual-order > .page-block .table > tr > td:nth-child(n+1):last-child,
#manual-order > .page-block table tbody > div > td:nth-child(n+1):last-child,
#manual-order > .page-block .table > div > td:nth-child(n+1):last-child,
#manual-order > .page-block table tbody > tbody > tr > div:nth-child(n+1):last-child,
#manual-order > .page-block .table > tbody > tr > div:nth-child(n+1):last-child,
#manual-order > .page-block table tbody > tr > div:nth-child(n+1):last-child,
#manual-order > .page-block .table > tr > div:nth-child(n+1):last-child,
#manual-order > .page-block table tbody > div > div:nth-child(n+1):last-child,
#manual-order > .page-block .table > div > div:nth-child(n+1):last-child {
  text-align: right;
}
#manual-order > .page-block table tbody > tbody > tr > th:nth-child(n+1):last-child.center,
#manual-order > .page-block .table > tbody > tr > th:nth-child(n+1):last-child.center,
#manual-order > .page-block table tbody > tr > th:nth-child(n+1):last-child.center,
#manual-order > .page-block .table > tr > th:nth-child(n+1):last-child.center,
#manual-order > .page-block table tbody > div > th:nth-child(n+1):last-child.center,
#manual-order > .page-block .table > div > th:nth-child(n+1):last-child.center,
#manual-order > .page-block table tbody > tbody > tr > td:nth-child(n+1):last-child.center,
#manual-order > .page-block .table > tbody > tr > td:nth-child(n+1):last-child.center,
#manual-order > .page-block table tbody > tr > td:nth-child(n+1):last-child.center,
#manual-order > .page-block .table > tr > td:nth-child(n+1):last-child.center,
#manual-order > .page-block table tbody > div > td:nth-child(n+1):last-child.center,
#manual-order > .page-block .table > div > td:nth-child(n+1):last-child.center,
#manual-order > .page-block table tbody > tbody > tr > div:nth-child(n+1):last-child.center,
#manual-order > .page-block .table > tbody > tr > div:nth-child(n+1):last-child.center,
#manual-order > .page-block table tbody > tr > div:nth-child(n+1):last-child.center,
#manual-order > .page-block .table > tr > div:nth-child(n+1):last-child.center,
#manual-order > .page-block table tbody > div > div:nth-child(n+1):last-child.center,
#manual-order > .page-block .table > div > div:nth-child(n+1):last-child.center {
  text-align: center;
}
#manual-order > .page-block table tbody > tbody > tr > th:nth-child(n+1):last-child.left,
#manual-order > .page-block .table > tbody > tr > th:nth-child(n+1):last-child.left,
#manual-order > .page-block table tbody > tr > th:nth-child(n+1):last-child.left,
#manual-order > .page-block .table > tr > th:nth-child(n+1):last-child.left,
#manual-order > .page-block table tbody > div > th:nth-child(n+1):last-child.left,
#manual-order > .page-block .table > div > th:nth-child(n+1):last-child.left,
#manual-order > .page-block table tbody > tbody > tr > td:nth-child(n+1):last-child.left,
#manual-order > .page-block .table > tbody > tr > td:nth-child(n+1):last-child.left,
#manual-order > .page-block table tbody > tr > td:nth-child(n+1):last-child.left,
#manual-order > .page-block .table > tr > td:nth-child(n+1):last-child.left,
#manual-order > .page-block table tbody > div > td:nth-child(n+1):last-child.left,
#manual-order > .page-block .table > div > td:nth-child(n+1):last-child.left,
#manual-order > .page-block table tbody > tbody > tr > div:nth-child(n+1):last-child.left,
#manual-order > .page-block .table > tbody > tr > div:nth-child(n+1):last-child.left,
#manual-order > .page-block table tbody > tr > div:nth-child(n+1):last-child.left,
#manual-order > .page-block .table > tr > div:nth-child(n+1):last-child.left,
#manual-order > .page-block table tbody > div > div:nth-child(n+1):last-child.left,
#manual-order > .page-block .table > div > div:nth-child(n+1):last-child.left {
  text-align: left;
}
#manual-order > .page-block table tbody > *:first-child:not(.primary),
#manual-order > .page-block .table > *:first-child:not(.primary) {
  background: #464647;
  color: #fff;
}
#manual-order > .page-block table tbody > *:first-child:not(.primary) a,
#manual-order > .page-block .table > *:first-child:not(.primary) a {
  color: #fff;
}
#manual-order > .page-block table tbody .heading,
#manual-order > .page-block .table .heading {
  background: #464647;
}
#manual-order .content {
  text-align: center;
}
#manual-order .content > div:first-child {
  padding-bottom: 5px;
}
#manual-order .search-results {
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  border: 1px solid #E8E9EA;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  display: table;
  text-align: left;
  display: none;
  margin: 10px 0;
}
#manual-order .search-results:before,
#manual-order .search-results:after {
  content: " ";
  display: table;
}
#manual-order .search-results:after {
  clear: both;
}
#manual-order .search-results > *:first-child:not(.table) {
  padding: 5px 5px 5px;
  background: #F2F2F2;
  color: #000;
  margin: 0;
  font-size: 12px;
  font-family: inherit;
  letter-spacing: unset;
  text-align: left;
  box-sizing: border-box;
}
#manual-order .search-results > *:first-child:not(.table) + div,
#manual-order .search-results > *:first-child:not(.table) + form {
  padding: 5px;
}
#manual-order .search-results > *:first-child:not(.table) + div:before,
#manual-order .search-results > *:first-child:not(.table) + form:before,
#manual-order .search-results > *:first-child:not(.table) + div:after,
#manual-order .search-results > *:first-child:not(.table) + form:after {
  content: " ";
  display: table;
}
#manual-order .search-results > *:first-child:not(.table) + div:after,
#manual-order .search-results > *:first-child:not(.table) + form:after {
  clear: both;
}
#manual-order .search-results > *:first-child:not(.table) a {
  color: initial;
}
#manual-order .search-results > *:first-child:not(.table) a:hover {
  color: #f26524;
}
#manual-order .search-results table {
  width: 100%;
}
#manual-order .search-results table tbody,
#manual-order .search-results .table {
  width: 100%;
  box-sizing: border-box;
  display: table;
}
#manual-order .search-results table tbody > tbody > tr,
#manual-order .search-results .table > tbody > tr,
#manual-order .search-results table tbody > tr,
#manual-order .search-results .table > tr,
#manual-order .search-results table tbody > div,
#manual-order .search-results .table > div {
  display: table-row;
}
#manual-order .search-results table tbody > tbody > tr:nth-child(even),
#manual-order .search-results .table > tbody > tr:nth-child(even),
#manual-order .search-results table tbody > tr:nth-child(even),
#manual-order .search-results .table > tr:nth-child(even),
#manual-order .search-results table tbody > div:nth-child(even),
#manual-order .search-results .table > div:nth-child(even) {
  background: #fafafa;
}
#manual-order .search-results table tbody > tbody > tr:not(:only-of-type):not(.header):hover,
#manual-order .search-results .table > tbody > tr:not(:only-of-type):not(.header):hover,
#manual-order .search-results table tbody > tr:not(:only-of-type):not(.header):hover,
#manual-order .search-results .table > tr:not(:only-of-type):not(.header):hover,
#manual-order .search-results table tbody > div:not(:only-of-type):not(.header):hover,
#manual-order .search-results .table > div:not(:only-of-type):not(.header):hover {
  background: #E8E9EA;
}
#manual-order .search-results table tbody > tbody > tr.primary:hover,
#manual-order .search-results .table > tbody > tr.primary:hover,
#manual-order .search-results table tbody > tr.primary:hover,
#manual-order .search-results .table > tr.primary:hover,
#manual-order .search-results table tbody > div.primary:hover,
#manual-order .search-results .table > div.primary:hover {
  background: #E8E9EA;
}
#manual-order .search-results table tbody > tbody > tr > th,
#manual-order .search-results .table > tbody > tr > th,
#manual-order .search-results table tbody > tr > th,
#manual-order .search-results .table > tr > th,
#manual-order .search-results table tbody > div > th,
#manual-order .search-results .table > div > th,
#manual-order .search-results table tbody > tbody > tr > td,
#manual-order .search-results .table > tbody > tr > td,
#manual-order .search-results table tbody > tr > td,
#manual-order .search-results .table > tr > td,
#manual-order .search-results table tbody > div > td,
#manual-order .search-results .table > div > td,
#manual-order .search-results table tbody > tbody > tr > div,
#manual-order .search-results .table > tbody > tr > div,
#manual-order .search-results table tbody > tr > div,
#manual-order .search-results .table > tr > div,
#manual-order .search-results table tbody > div > div,
#manual-order .search-results .table > div > div {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
#manual-order .search-results table tbody > tbody > tr > th .snap-css-button:not(.retain),
#manual-order .search-results .table > tbody > tr > th .snap-css-button:not(.retain),
#manual-order .search-results table tbody > tr > th .snap-css-button:not(.retain),
#manual-order .search-results .table > tr > th .snap-css-button:not(.retain),
#manual-order .search-results table tbody > div > th .snap-css-button:not(.retain),
#manual-order .search-results .table > div > th .snap-css-button:not(.retain),
#manual-order .search-results table tbody > tbody > tr > td .snap-css-button:not(.retain),
#manual-order .search-results .table > tbody > tr > td .snap-css-button:not(.retain),
#manual-order .search-results table tbody > tr > td .snap-css-button:not(.retain),
#manual-order .search-results .table > tr > td .snap-css-button:not(.retain),
#manual-order .search-results table tbody > div > td .snap-css-button:not(.retain),
#manual-order .search-results .table > div > td .snap-css-button:not(.retain),
#manual-order .search-results table tbody > tbody > tr > div .snap-css-button:not(.retain),
#manual-order .search-results .table > tbody > tr > div .snap-css-button:not(.retain),
#manual-order .search-results table tbody > tr > div .snap-css-button:not(.retain),
#manual-order .search-results .table > tr > div .snap-css-button:not(.retain),
#manual-order .search-results table tbody > div > div .snap-css-button:not(.retain),
#manual-order .search-results .table > div > div .snap-css-button:not(.retain) {
  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;
  text-transform: unset;
}
#manual-order .search-results table tbody > tbody > tr > th .snap-css-button:not(.retain):hover,
#manual-order .search-results .table > tbody > tr > th .snap-css-button:not(.retain):hover,
#manual-order .search-results table tbody > tr > th .snap-css-button:not(.retain):hover,
#manual-order .search-results .table > tr > th .snap-css-button:not(.retain):hover,
#manual-order .search-results table tbody > div > th .snap-css-button:not(.retain):hover,
#manual-order .search-results .table > div > th .snap-css-button:not(.retain):hover,
#manual-order .search-results table tbody > tbody > tr > td .snap-css-button:not(.retain):hover,
#manual-order .search-results .table > tbody > tr > td .snap-css-button:not(.retain):hover,
#manual-order .search-results table tbody > tr > td .snap-css-button:not(.retain):hover,
#manual-order .search-results .table > tr > td .snap-css-button:not(.retain):hover,
#manual-order .search-results table tbody > div > td .snap-css-button:not(.retain):hover,
#manual-order .search-results .table > div > td .snap-css-button:not(.retain):hover,
#manual-order .search-results table tbody > tbody > tr > div .snap-css-button:not(.retain):hover,
#manual-order .search-results .table > tbody > tr > div .snap-css-button:not(.retain):hover,
#manual-order .search-results table tbody > tr > div .snap-css-button:not(.retain):hover,
#manual-order .search-results .table > tr > div .snap-css-button:not(.retain):hover,
#manual-order .search-results table tbody > div > div .snap-css-button:not(.retain):hover,
#manual-order .search-results .table > div > div .snap-css-button:not(.retain):hover {
  opacity: 1;
}
#manual-order .search-results table tbody > tbody > tr > th .center,
#manual-order .search-results .table > tbody > tr > th .center,
#manual-order .search-results table tbody > tr > th .center,
#manual-order .search-results .table > tr > th .center,
#manual-order .search-results table tbody > div > th .center,
#manual-order .search-results .table > div > th .center,
#manual-order .search-results table tbody > tbody > tr > td .center,
#manual-order .search-results .table > tbody > tr > td .center,
#manual-order .search-results table tbody > tr > td .center,
#manual-order .search-results .table > tr > td .center,
#manual-order .search-results table tbody > div > td .center,
#manual-order .search-results .table > div > td .center,
#manual-order .search-results table tbody > tbody > tr > div .center,
#manual-order .search-results .table > tbody > tr > div .center,
#manual-order .search-results table tbody > tr > div .center,
#manual-order .search-results .table > tr > div .center,
#manual-order .search-results table tbody > div > div .center,
#manual-order .search-results .table > div > div .center {
  text-align: center;
}
#manual-order .search-results table tbody > tbody > tr > th .right,
#manual-order .search-results .table > tbody > tr > th .right,
#manual-order .search-results table tbody > tr > th .right,
#manual-order .search-results .table > tr > th .right,
#manual-order .search-results table tbody > div > th .right,
#manual-order .search-results .table > div > th .right,
#manual-order .search-results table tbody > tbody > tr > td .right,
#manual-order .search-results .table > tbody > tr > td .right,
#manual-order .search-results table tbody > tr > td .right,
#manual-order .search-results .table > tr > td .right,
#manual-order .search-results table tbody > div > td .right,
#manual-order .search-results .table > div > td .right,
#manual-order .search-results table tbody > tbody > tr > div .right,
#manual-order .search-results .table > tbody > tr > div .right,
#manual-order .search-results table tbody > tr > div .right,
#manual-order .search-results .table > tr > div .right,
#manual-order .search-results table tbody > div > div .right,
#manual-order .search-results .table > div > div .right {
  text-align: right;
}
#manual-order .search-results table tbody > tbody > tr > th .left,
#manual-order .search-results .table > tbody > tr > th .left,
#manual-order .search-results table tbody > tr > th .left,
#manual-order .search-results .table > tr > th .left,
#manual-order .search-results table tbody > div > th .left,
#manual-order .search-results .table > div > th .left,
#manual-order .search-results table tbody > tbody > tr > td .left,
#manual-order .search-results .table > tbody > tr > td .left,
#manual-order .search-results table tbody > tr > td .left,
#manual-order .search-results .table > tr > td .left,
#manual-order .search-results table tbody > div > td .left,
#manual-order .search-results .table > div > td .left,
#manual-order .search-results table tbody > tbody > tr > div .left,
#manual-order .search-results .table > tbody > tr > div .left,
#manual-order .search-results table tbody > tr > div .left,
#manual-order .search-results .table > tr > div .left,
#manual-order .search-results table tbody > div > div .left,
#manual-order .search-results .table > div > div .left {
  text-align: left;
}
#manual-order .search-results table tbody > tbody > tr > th:nth-child(n+1):last-child,
#manual-order .search-results .table > tbody > tr > th:nth-child(n+1):last-child,
#manual-order .search-results table tbody > tr > th:nth-child(n+1):last-child,
#manual-order .search-results .table > tr > th:nth-child(n+1):last-child,
#manual-order .search-results table tbody > div > th:nth-child(n+1):last-child,
#manual-order .search-results .table > div > th:nth-child(n+1):last-child,
#manual-order .search-results table tbody > tbody > tr > td:nth-child(n+1):last-child,
#manual-order .search-results .table > tbody > tr > td:nth-child(n+1):last-child,
#manual-order .search-results table tbody > tr > td:nth-child(n+1):last-child,
#manual-order .search-results .table > tr > td:nth-child(n+1):last-child,
#manual-order .search-results table tbody > div > td:nth-child(n+1):last-child,
#manual-order .search-results .table > div > td:nth-child(n+1):last-child,
#manual-order .search-results table tbody > tbody > tr > div:nth-child(n+1):last-child,
#manual-order .search-results .table > tbody > tr > div:nth-child(n+1):last-child,
#manual-order .search-results table tbody > tr > div:nth-child(n+1):last-child,
#manual-order .search-results .table > tr > div:nth-child(n+1):last-child,
#manual-order .search-results table tbody > div > div:nth-child(n+1):last-child,
#manual-order .search-results .table > div > div:nth-child(n+1):last-child {
  text-align: right;
}
#manual-order .search-results table tbody > tbody > tr > th:nth-child(n+1):last-child.center,
#manual-order .search-results .table > tbody > tr > th:nth-child(n+1):last-child.center,
#manual-order .search-results table tbody > tr > th:nth-child(n+1):last-child.center,
#manual-order .search-results .table > tr > th:nth-child(n+1):last-child.center,
#manual-order .search-results table tbody > div > th:nth-child(n+1):last-child.center,
#manual-order .search-results .table > div > th:nth-child(n+1):last-child.center,
#manual-order .search-results table tbody > tbody > tr > td:nth-child(n+1):last-child.center,
#manual-order .search-results .table > tbody > tr > td:nth-child(n+1):last-child.center,
#manual-order .search-results table tbody > tr > td:nth-child(n+1):last-child.center,
#manual-order .search-results .table > tr > td:nth-child(n+1):last-child.center,
#manual-order .search-results table tbody > div > td:nth-child(n+1):last-child.center,
#manual-order .search-results .table > div > td:nth-child(n+1):last-child.center,
#manual-order .search-results table tbody > tbody > tr > div:nth-child(n+1):last-child.center,
#manual-order .search-results .table > tbody > tr > div:nth-child(n+1):last-child.center,
#manual-order .search-results table tbody > tr > div:nth-child(n+1):last-child.center,
#manual-order .search-results .table > tr > div:nth-child(n+1):last-child.center,
#manual-order .search-results table tbody > div > div:nth-child(n+1):last-child.center,
#manual-order .search-results .table > div > div:nth-child(n+1):last-child.center {
  text-align: center;
}
#manual-order .search-results table tbody > tbody > tr > th:nth-child(n+1):last-child.left,
#manual-order .search-results .table > tbody > tr > th:nth-child(n+1):last-child.left,
#manual-order .search-results table tbody > tr > th:nth-child(n+1):last-child.left,
#manual-order .search-results .table > tr > th:nth-child(n+1):last-child.left,
#manual-order .search-results table tbody > div > th:nth-child(n+1):last-child.left,
#manual-order .search-results .table > div > th:nth-child(n+1):last-child.left,
#manual-order .search-results table tbody > tbody > tr > td:nth-child(n+1):last-child.left,
#manual-order .search-results .table > tbody > tr > td:nth-child(n+1):last-child.left,
#manual-order .search-results table tbody > tr > td:nth-child(n+1):last-child.left,
#manual-order .search-results .table > tr > td:nth-child(n+1):last-child.left,
#manual-order .search-results table tbody > div > td:nth-child(n+1):last-child.left,
#manual-order .search-results .table > div > td:nth-child(n+1):last-child.left,
#manual-order .search-results table tbody > tbody > tr > div:nth-child(n+1):last-child.left,
#manual-order .search-results .table > tbody > tr > div:nth-child(n+1):last-child.left,
#manual-order .search-results table tbody > tr > div:nth-child(n+1):last-child.left,
#manual-order .search-results .table > tr > div:nth-child(n+1):last-child.left,
#manual-order .search-results table tbody > div > div:nth-child(n+1):last-child.left,
#manual-order .search-results .table > div > div:nth-child(n+1):last-child.left {
  text-align: left;
}
#manual-order .search-results table tbody > *:first-child:not(.primary),
#manual-order .search-results .table > *:first-child:not(.primary) {
  background: #464647;
  color: #fff;
}
#manual-order .search-results table tbody > *:first-child:not(.primary) a,
#manual-order .search-results .table > *:first-child:not(.primary) a {
  color: #fff;
}
#manual-order .search-results table tbody .heading,
#manual-order .search-results .table .heading {
  background: #464647;
}
#manual-order .search-results > tbody > tr,
#manual-order .search-results > tr,
#manual-order .search-results > div {
  display: table-row;
}
#manual-order .search-results > tbody > tr:nth-child(even),
#manual-order .search-results > tr:nth-child(even),
#manual-order .search-results > div:nth-child(even) {
  background: #fafafa;
}
#manual-order .search-results > tbody > tr:not(:only-of-type):not(.header):hover,
#manual-order .search-results > tr:not(:only-of-type):not(.header):hover,
#manual-order .search-results > div:not(:only-of-type):not(.header):hover {
  background: #E8E9EA;
}
#manual-order .search-results > tbody > tr.primary:hover,
#manual-order .search-results > tr.primary:hover,
#manual-order .search-results > div.primary:hover {
  background: #E8E9EA;
}
#manual-order .search-results > tbody > tr > th,
#manual-order .search-results > tr > th,
#manual-order .search-results > div > th,
#manual-order .search-results > tbody > tr > td,
#manual-order .search-results > tr > td,
#manual-order .search-results > div > td,
#manual-order .search-results > tbody > tr > div,
#manual-order .search-results > tr > div,
#manual-order .search-results > div > div {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
#manual-order .search-results > tbody > tr > th .snap-css-button:not(.retain),
#manual-order .search-results > tr > th .snap-css-button:not(.retain),
#manual-order .search-results > div > th .snap-css-button:not(.retain),
#manual-order .search-results > tbody > tr > td .snap-css-button:not(.retain),
#manual-order .search-results > tr > td .snap-css-button:not(.retain),
#manual-order .search-results > div > td .snap-css-button:not(.retain),
#manual-order .search-results > tbody > tr > div .snap-css-button:not(.retain),
#manual-order .search-results > tr > div .snap-css-button:not(.retain),
#manual-order .search-results > div > div .snap-css-button:not(.retain) {
  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;
  text-transform: unset;
}
#manual-order .search-results > tbody > tr > th .snap-css-button:not(.retain):hover,
#manual-order .search-results > tr > th .snap-css-button:not(.retain):hover,
#manual-order .search-results > div > th .snap-css-button:not(.retain):hover,
#manual-order .search-results > tbody > tr > td .snap-css-button:not(.retain):hover,
#manual-order .search-results > tr > td .snap-css-button:not(.retain):hover,
#manual-order .search-results > div > td .snap-css-button:not(.retain):hover,
#manual-order .search-results > tbody > tr > div .snap-css-button:not(.retain):hover,
#manual-order .search-results > tr > div .snap-css-button:not(.retain):hover,
#manual-order .search-results > div > div .snap-css-button:not(.retain):hover {
  opacity: 1;
}
#manual-order .search-results > tbody > tr > th .center,
#manual-order .search-results > tr > th .center,
#manual-order .search-results > div > th .center,
#manual-order .search-results > tbody > tr > td .center,
#manual-order .search-results > tr > td .center,
#manual-order .search-results > div > td .center,
#manual-order .search-results > tbody > tr > div .center,
#manual-order .search-results > tr > div .center,
#manual-order .search-results > div > div .center {
  text-align: center;
}
#manual-order .search-results > tbody > tr > th .right,
#manual-order .search-results > tr > th .right,
#manual-order .search-results > div > th .right,
#manual-order .search-results > tbody > tr > td .right,
#manual-order .search-results > tr > td .right,
#manual-order .search-results > div > td .right,
#manual-order .search-results > tbody > tr > div .right,
#manual-order .search-results > tr > div .right,
#manual-order .search-results > div > div .right {
  text-align: right;
}
#manual-order .search-results > tbody > tr > th .left,
#manual-order .search-results > tr > th .left,
#manual-order .search-results > div > th .left,
#manual-order .search-results > tbody > tr > td .left,
#manual-order .search-results > tr > td .left,
#manual-order .search-results > div > td .left,
#manual-order .search-results > tbody > tr > div .left,
#manual-order .search-results > tr > div .left,
#manual-order .search-results > div > div .left {
  text-align: left;
}
#manual-order .search-results > tbody > tr > th:nth-child(n+1):last-child,
#manual-order .search-results > tr > th:nth-child(n+1):last-child,
#manual-order .search-results > div > th:nth-child(n+1):last-child,
#manual-order .search-results > tbody > tr > td:nth-child(n+1):last-child,
#manual-order .search-results > tr > td:nth-child(n+1):last-child,
#manual-order .search-results > div > td:nth-child(n+1):last-child,
#manual-order .search-results > tbody > tr > div:nth-child(n+1):last-child,
#manual-order .search-results > tr > div:nth-child(n+1):last-child,
#manual-order .search-results > div > div:nth-child(n+1):last-child {
  text-align: right;
}
#manual-order .search-results > tbody > tr > th:nth-child(n+1):last-child.center,
#manual-order .search-results > tr > th:nth-child(n+1):last-child.center,
#manual-order .search-results > div > th:nth-child(n+1):last-child.center,
#manual-order .search-results > tbody > tr > td:nth-child(n+1):last-child.center,
#manual-order .search-results > tr > td:nth-child(n+1):last-child.center,
#manual-order .search-results > div > td:nth-child(n+1):last-child.center,
#manual-order .search-results > tbody > tr > div:nth-child(n+1):last-child.center,
#manual-order .search-results > tr > div:nth-child(n+1):last-child.center,
#manual-order .search-results > div > div:nth-child(n+1):last-child.center {
  text-align: center;
}
#manual-order .search-results > tbody > tr > th:nth-child(n+1):last-child.left,
#manual-order .search-results > tr > th:nth-child(n+1):last-child.left,
#manual-order .search-results > div > th:nth-child(n+1):last-child.left,
#manual-order .search-results > tbody > tr > td:nth-child(n+1):last-child.left,
#manual-order .search-results > tr > td:nth-child(n+1):last-child.left,
#manual-order .search-results > div > td:nth-child(n+1):last-child.left,
#manual-order .search-results > tbody > tr > div:nth-child(n+1):last-child.left,
#manual-order .search-results > tr > div:nth-child(n+1):last-child.left,
#manual-order .search-results > div > div:nth-child(n+1):last-child.left {
  text-align: left;
}
#manual-order .search-results > *:first-child:not(.primary) {
  background: #464647;
  color: #fff;
}
#manual-order .search-results > *:first-child:not(.primary) a {
  color: #fff;
}
#manual-order .search-results .heading {
  background: #464647;
}
#manual-order .search-results .search-result-row {
  cursor: pointer;
}
#manual-order .search-results .search-result-row:before {
  display: none !important;
}
#gv .gv-send {
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  background: #fff;
  text-align: left;
}
#gv .gv-send:before,
#gv .gv-send:after {
  content: " ";
  display: table;
}
#gv .gv-send:after {
  clear: both;
}
#gv .gv-send > *:first-child:not(.table) {
  padding: 5px 5px 5px;
  background: #F2F2F2;
  color: #000;
  margin: 0;
  font-size: 12px;
  font-family: inherit;
  letter-spacing: unset;
  text-align: left;
  box-sizing: border-box;
}
#gv .gv-send > *:first-child:not(.table) + div,
#gv .gv-send > *:first-child:not(.table) + form {
  padding: 5px;
}
#gv .gv-send > *:first-child:not(.table) + div:before,
#gv .gv-send > *:first-child:not(.table) + form:before,
#gv .gv-send > *:first-child:not(.table) + div:after,
#gv .gv-send > *:first-child:not(.table) + form:after {
  content: " ";
  display: table;
}
#gv .gv-send > *:first-child:not(.table) + div:after,
#gv .gv-send > *:first-child:not(.table) + form:after {
  clear: both;
}
#gv .gv-send > *:first-child:not(.table) a {
  color: initial;
}
#gv .gv-send > *:first-child:not(.table) a:hover {
  color: #f26524;
}
#gv .gv-send table {
  width: 100%;
}
#gv .gv-send table tbody,
#gv .gv-send .table {
  width: 100%;
  box-sizing: border-box;
  display: table;
}
#gv .gv-send table tbody > tbody > tr,
#gv .gv-send .table > tbody > tr,
#gv .gv-send table tbody > tr,
#gv .gv-send .table > tr,
#gv .gv-send table tbody > div,
#gv .gv-send .table > div {
  display: table-row;
}
#gv .gv-send table tbody > tbody > tr:nth-child(even),
#gv .gv-send .table > tbody > tr:nth-child(even),
#gv .gv-send table tbody > tr:nth-child(even),
#gv .gv-send .table > tr:nth-child(even),
#gv .gv-send table tbody > div:nth-child(even),
#gv .gv-send .table > div:nth-child(even) {
  background: #fafafa;
}
#gv .gv-send table tbody > tbody > tr:not(:only-of-type):not(.header):hover,
#gv .gv-send .table > tbody > tr:not(:only-of-type):not(.header):hover,
#gv .gv-send table tbody > tr:not(:only-of-type):not(.header):hover,
#gv .gv-send .table > tr:not(:only-of-type):not(.header):hover,
#gv .gv-send table tbody > div:not(:only-of-type):not(.header):hover,
#gv .gv-send .table > div:not(:only-of-type):not(.header):hover {
  background: #E8E9EA;
}
#gv .gv-send table tbody > tbody > tr.primary:hover,
#gv .gv-send .table > tbody > tr.primary:hover,
#gv .gv-send table tbody > tr.primary:hover,
#gv .gv-send .table > tr.primary:hover,
#gv .gv-send table tbody > div.primary:hover,
#gv .gv-send .table > div.primary:hover {
  background: #E8E9EA;
}
#gv .gv-send table tbody > tbody > tr > th,
#gv .gv-send .table > tbody > tr > th,
#gv .gv-send table tbody > tr > th,
#gv .gv-send .table > tr > th,
#gv .gv-send table tbody > div > th,
#gv .gv-send .table > div > th,
#gv .gv-send table tbody > tbody > tr > td,
#gv .gv-send .table > tbody > tr > td,
#gv .gv-send table tbody > tr > td,
#gv .gv-send .table > tr > td,
#gv .gv-send table tbody > div > td,
#gv .gv-send .table > div > td,
#gv .gv-send table tbody > tbody > tr > div,
#gv .gv-send .table > tbody > tr > div,
#gv .gv-send table tbody > tr > div,
#gv .gv-send .table > tr > div,
#gv .gv-send table tbody > div > div,
#gv .gv-send .table > div > div {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
#gv .gv-send table tbody > tbody > tr > th .snap-css-button:not(.retain),
#gv .gv-send .table > tbody > tr > th .snap-css-button:not(.retain),
#gv .gv-send table tbody > tr > th .snap-css-button:not(.retain),
#gv .gv-send .table > tr > th .snap-css-button:not(.retain),
#gv .gv-send table tbody > div > th .snap-css-button:not(.retain),
#gv .gv-send .table > div > th .snap-css-button:not(.retain),
#gv .gv-send table tbody > tbody > tr > td .snap-css-button:not(.retain),
#gv .gv-send .table > tbody > tr > td .snap-css-button:not(.retain),
#gv .gv-send table tbody > tr > td .snap-css-button:not(.retain),
#gv .gv-send .table > tr > td .snap-css-button:not(.retain),
#gv .gv-send table tbody > div > td .snap-css-button:not(.retain),
#gv .gv-send .table > div > td .snap-css-button:not(.retain),
#gv .gv-send table tbody > tbody > tr > div .snap-css-button:not(.retain),
#gv .gv-send .table > tbody > tr > div .snap-css-button:not(.retain),
#gv .gv-send table tbody > tr > div .snap-css-button:not(.retain),
#gv .gv-send .table > tr > div .snap-css-button:not(.retain),
#gv .gv-send table tbody > div > div .snap-css-button:not(.retain),
#gv .gv-send .table > div > div .snap-css-button:not(.retain) {
  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;
  text-transform: unset;
}
#gv .gv-send table tbody > tbody > tr > th .snap-css-button:not(.retain):hover,
#gv .gv-send .table > tbody > tr > th .snap-css-button:not(.retain):hover,
#gv .gv-send table tbody > tr > th .snap-css-button:not(.retain):hover,
#gv .gv-send .table > tr > th .snap-css-button:not(.retain):hover,
#gv .gv-send table tbody > div > th .snap-css-button:not(.retain):hover,
#gv .gv-send .table > div > th .snap-css-button:not(.retain):hover,
#gv .gv-send table tbody > tbody > tr > td .snap-css-button:not(.retain):hover,
#gv .gv-send .table > tbody > tr > td .snap-css-button:not(.retain):hover,
#gv .gv-send table tbody > tr > td .snap-css-button:not(.retain):hover,
#gv .gv-send .table > tr > td .snap-css-button:not(.retain):hover,
#gv .gv-send table tbody > div > td .snap-css-button:not(.retain):hover,
#gv .gv-send .table > div > td .snap-css-button:not(.retain):hover,
#gv .gv-send table tbody > tbody > tr > div .snap-css-button:not(.retain):hover,
#gv .gv-send .table > tbody > tr > div .snap-css-button:not(.retain):hover,
#gv .gv-send table tbody > tr > div .snap-css-button:not(.retain):hover,
#gv .gv-send .table > tr > div .snap-css-button:not(.retain):hover,
#gv .gv-send table tbody > div > div .snap-css-button:not(.retain):hover,
#gv .gv-send .table > div > div .snap-css-button:not(.retain):hover {
  opacity: 1;
}
#gv .gv-send table tbody > tbody > tr > th .center,
#gv .gv-send .table > tbody > tr > th .center,
#gv .gv-send table tbody > tr > th .center,
#gv .gv-send .table > tr > th .center,
#gv .gv-send table tbody > div > th .center,
#gv .gv-send .table > div > th .center,
#gv .gv-send table tbody > tbody > tr > td .center,
#gv .gv-send .table > tbody > tr > td .center,
#gv .gv-send table tbody > tr > td .center,
#gv .gv-send .table > tr > td .center,
#gv .gv-send table tbody > div > td .center,
#gv .gv-send .table > div > td .center,
#gv .gv-send table tbody > tbody > tr > div .center,
#gv .gv-send .table > tbody > tr > div .center,
#gv .gv-send table tbody > tr > div .center,
#gv .gv-send .table > tr > div .center,
#gv .gv-send table tbody > div > div .center,
#gv .gv-send .table > div > div .center {
  text-align: center;
}
#gv .gv-send table tbody > tbody > tr > th .right,
#gv .gv-send .table > tbody > tr > th .right,
#gv .gv-send table tbody > tr > th .right,
#gv .gv-send .table > tr > th .right,
#gv .gv-send table tbody > div > th .right,
#gv .gv-send .table > div > th .right,
#gv .gv-send table tbody > tbody > tr > td .right,
#gv .gv-send .table > tbody > tr > td .right,
#gv .gv-send table tbody > tr > td .right,
#gv .gv-send .table > tr > td .right,
#gv .gv-send table tbody > div > td .right,
#gv .gv-send .table > div > td .right,
#gv .gv-send table tbody > tbody > tr > div .right,
#gv .gv-send .table > tbody > tr > div .right,
#gv .gv-send table tbody > tr > div .right,
#gv .gv-send .table > tr > div .right,
#gv .gv-send table tbody > div > div .right,
#gv .gv-send .table > div > div .right {
  text-align: right;
}
#gv .gv-send table tbody > tbody > tr > th .left,
#gv .gv-send .table > tbody > tr > th .left,
#gv .gv-send table tbody > tr > th .left,
#gv .gv-send .table > tr > th .left,
#gv .gv-send table tbody > div > th .left,
#gv .gv-send .table > div > th .left,
#gv .gv-send table tbody > tbody > tr > td .left,
#gv .gv-send .table > tbody > tr > td .left,
#gv .gv-send table tbody > tr > td .left,
#gv .gv-send .table > tr > td .left,
#gv .gv-send table tbody > div > td .left,
#gv .gv-send .table > div > td .left,
#gv .gv-send table tbody > tbody > tr > div .left,
#gv .gv-send .table > tbody > tr > div .left,
#gv .gv-send table tbody > tr > div .left,
#gv .gv-send .table > tr > div .left,
#gv .gv-send table tbody > div > div .left,
#gv .gv-send .table > div > div .left {
  text-align: left;
}
#gv .gv-send table tbody > tbody > tr > th:nth-child(n+1):last-child,
#gv .gv-send .table > tbody > tr > th:nth-child(n+1):last-child,
#gv .gv-send table tbody > tr > th:nth-child(n+1):last-child,
#gv .gv-send .table > tr > th:nth-child(n+1):last-child,
#gv .gv-send table tbody > div > th:nth-child(n+1):last-child,
#gv .gv-send .table > div > th:nth-child(n+1):last-child,
#gv .gv-send table tbody > tbody > tr > td:nth-child(n+1):last-child,
#gv .gv-send .table > tbody > tr > td:nth-child(n+1):last-child,
#gv .gv-send table tbody > tr > td:nth-child(n+1):last-child,
#gv .gv-send .table > tr > td:nth-child(n+1):last-child,
#gv .gv-send table tbody > div > td:nth-child(n+1):last-child,
#gv .gv-send .table > div > td:nth-child(n+1):last-child,
#gv .gv-send table tbody > tbody > tr > div:nth-child(n+1):last-child,
#gv .gv-send .table > tbody > tr > div:nth-child(n+1):last-child,
#gv .gv-send table tbody > tr > div:nth-child(n+1):last-child,
#gv .gv-send .table > tr > div:nth-child(n+1):last-child,
#gv .gv-send table tbody > div > div:nth-child(n+1):last-child,
#gv .gv-send .table > div > div:nth-child(n+1):last-child {
  text-align: right;
}
#gv .gv-send table tbody > tbody > tr > th:nth-child(n+1):last-child.center,
#gv .gv-send .table > tbody > tr > th:nth-child(n+1):last-child.center,
#gv .gv-send table tbody > tr > th:nth-child(n+1):last-child.center,
#gv .gv-send .table > tr > th:nth-child(n+1):last-child.center,
#gv .gv-send table tbody > div > th:nth-child(n+1):last-child.center,
#gv .gv-send .table > div > th:nth-child(n+1):last-child.center,
#gv .gv-send table tbody > tbody > tr > td:nth-child(n+1):last-child.center,
#gv .gv-send .table > tbody > tr > td:nth-child(n+1):last-child.center,
#gv .gv-send table tbody > tr > td:nth-child(n+1):last-child.center,
#gv .gv-send .table > tr > td:nth-child(n+1):last-child.center,
#gv .gv-send table tbody > div > td:nth-child(n+1):last-child.center,
#gv .gv-send .table > div > td:nth-child(n+1):last-child.center,
#gv .gv-send table tbody > tbody > tr > div:nth-child(n+1):last-child.center,
#gv .gv-send .table > tbody > tr > div:nth-child(n+1):last-child.center,
#gv .gv-send table tbody > tr > div:nth-child(n+1):last-child.center,
#gv .gv-send .table > tr > div:nth-child(n+1):last-child.center,
#gv .gv-send table tbody > div > div:nth-child(n+1):last-child.center,
#gv .gv-send .table > div > div:nth-child(n+1):last-child.center {
  text-align: center;
}
#gv .gv-send table tbody > tbody > tr > th:nth-child(n+1):last-child.left,
#gv .gv-send .table > tbody > tr > th:nth-child(n+1):last-child.left,
#gv .gv-send table tbody > tr > th:nth-child(n+1):last-child.left,
#gv .gv-send .table > tr > th:nth-child(n+1):last-child.left,
#gv .gv-send table tbody > div > th:nth-child(n+1):last-child.left,
#gv .gv-send .table > div > th:nth-child(n+1):last-child.left,
#gv .gv-send table tbody > tbody > tr > td:nth-child(n+1):last-child.left,
#gv .gv-send .table > tbody > tr > td:nth-child(n+1):last-child.left,
#gv .gv-send table tbody > tr > td:nth-child(n+1):last-child.left,
#gv .gv-send .table > tr > td:nth-child(n+1):last-child.left,
#gv .gv-send table tbody > div > td:nth-child(n+1):last-child.left,
#gv .gv-send .table > div > td:nth-child(n+1):last-child.left,
#gv .gv-send table tbody > tbody > tr > div:nth-child(n+1):last-child.left,
#gv .gv-send .table > tbody > tr > div:nth-child(n+1):last-child.left,
#gv .gv-send table tbody > tr > div:nth-child(n+1):last-child.left,
#gv .gv-send .table > tr > div:nth-child(n+1):last-child.left,
#gv .gv-send table tbody > div > div:nth-child(n+1):last-child.left,
#gv .gv-send .table > div > div:nth-child(n+1):last-child.left {
  text-align: left;
}
#gv .gv-send table tbody > *:first-child:not(.primary),
#gv .gv-send .table > *:first-child:not(.primary) {
  background: #464647;
  color: #fff;
}
#gv .gv-send table tbody > *:first-child:not(.primary) a,
#gv .gv-send .table > *:first-child:not(.primary) a {
  color: #fff;
}
#gv .gv-send table tbody .heading,
#gv .gv-send .table .heading {
  background: #464647;
}
#gv .note {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #000;
  padding: 10px;
  background: #F2F2F2;
}
#gv .note:last-child {
  margin-bottom: 0;
}
#gv .note: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;
}
#gv .note > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
#gv .note.error {
  color: #a2081d;
  font-weight: bold;
}
#gv .note.success {
  color: #1a951a;
  font-weight: bold;
}
#gv .note.mainRed {
  color: #a2081d;
}
#gv span.field-validation-error {
  color: red;
  white-space: nowrap;
}
#gv div.label-edit-pairs > div > div {
  vertical-align: top;
}
#gv div.label-edit-pairs > div > div > input,
#gv div.label-edit-pairs > div > div > textarea {
  padding-left: 0.25em;
  padding-right: 0.25em;
  width: 20em;
}
#gv div.amount input {
  text-align: right;
}
#dns-page .dns-form {
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  background: #fff;
  text-align: left;
}
#dns-page .dns-form:before,
#dns-page .dns-form:after {
  content: " ";
  display: table;
}
#dns-page .dns-form:after {
  clear: both;
}
#dns-page .dns-form > *:first-child:not(.table) {
  padding: 5px 5px 5px;
  background: #F2F2F2;
  color: #000;
  margin: 0;
  font-size: 12px;
  font-family: inherit;
  letter-spacing: unset;
  text-align: left;
  box-sizing: border-box;
}
#dns-page .dns-form > *:first-child:not(.table) + div,
#dns-page .dns-form > *:first-child:not(.table) + form {
  padding: 5px;
}
#dns-page .dns-form > *:first-child:not(.table) + div:before,
#dns-page .dns-form > *:first-child:not(.table) + form:before,
#dns-page .dns-form > *:first-child:not(.table) + div:after,
#dns-page .dns-form > *:first-child:not(.table) + form:after {
  content: " ";
  display: table;
}
#dns-page .dns-form > *:first-child:not(.table) + div:after,
#dns-page .dns-form > *:first-child:not(.table) + form:after {
  clear: both;
}
#dns-page .dns-form > *:first-child:not(.table) a {
  color: initial;
}
#dns-page .dns-form > *:first-child:not(.table) a:hover {
  color: #f26524;
}
#dns-page .dns-form table {
  width: 100%;
}
#dns-page .dns-form table tbody,
#dns-page .dns-form .table {
  width: 100%;
  box-sizing: border-box;
  display: table;
}
#dns-page .dns-form table tbody > tbody > tr,
#dns-page .dns-form .table > tbody > tr,
#dns-page .dns-form table tbody > tr,
#dns-page .dns-form .table > tr,
#dns-page .dns-form table tbody > div,
#dns-page .dns-form .table > div {
  display: table-row;
}
#dns-page .dns-form table tbody > tbody > tr:nth-child(even),
#dns-page .dns-form .table > tbody > tr:nth-child(even),
#dns-page .dns-form table tbody > tr:nth-child(even),
#dns-page .dns-form .table > tr:nth-child(even),
#dns-page .dns-form table tbody > div:nth-child(even),
#dns-page .dns-form .table > div:nth-child(even) {
  background: #fafafa;
}
#dns-page .dns-form table tbody > tbody > tr:not(:only-of-type):not(.header):hover,
#dns-page .dns-form .table > tbody > tr:not(:only-of-type):not(.header):hover,
#dns-page .dns-form table tbody > tr:not(:only-of-type):not(.header):hover,
#dns-page .dns-form .table > tr:not(:only-of-type):not(.header):hover,
#dns-page .dns-form table tbody > div:not(:only-of-type):not(.header):hover,
#dns-page .dns-form .table > div:not(:only-of-type):not(.header):hover {
  background: #E8E9EA;
}
#dns-page .dns-form table tbody > tbody > tr.primary:hover,
#dns-page .dns-form .table > tbody > tr.primary:hover,
#dns-page .dns-form table tbody > tr.primary:hover,
#dns-page .dns-form .table > tr.primary:hover,
#dns-page .dns-form table tbody > div.primary:hover,
#dns-page .dns-form .table > div.primary:hover {
  background: #E8E9EA;
}
#dns-page .dns-form table tbody > tbody > tr > th,
#dns-page .dns-form .table > tbody > tr > th,
#dns-page .dns-form table tbody > tr > th,
#dns-page .dns-form .table > tr > th,
#dns-page .dns-form table tbody > div > th,
#dns-page .dns-form .table > div > th,
#dns-page .dns-form table tbody > tbody > tr > td,
#dns-page .dns-form .table > tbody > tr > td,
#dns-page .dns-form table tbody > tr > td,
#dns-page .dns-form .table > tr > td,
#dns-page .dns-form table tbody > div > td,
#dns-page .dns-form .table > div > td,
#dns-page .dns-form table tbody > tbody > tr > div,
#dns-page .dns-form .table > tbody > tr > div,
#dns-page .dns-form table tbody > tr > div,
#dns-page .dns-form .table > tr > div,
#dns-page .dns-form table tbody > div > div,
#dns-page .dns-form .table > div > div {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
#dns-page .dns-form table tbody > tbody > tr > th .snap-css-button:not(.retain),
#dns-page .dns-form .table > tbody > tr > th .snap-css-button:not(.retain),
#dns-page .dns-form table tbody > tr > th .snap-css-button:not(.retain),
#dns-page .dns-form .table > tr > th .snap-css-button:not(.retain),
#dns-page .dns-form table tbody > div > th .snap-css-button:not(.retain),
#dns-page .dns-form .table > div > th .snap-css-button:not(.retain),
#dns-page .dns-form table tbody > tbody > tr > td .snap-css-button:not(.retain),
#dns-page .dns-form .table > tbody > tr > td .snap-css-button:not(.retain),
#dns-page .dns-form table tbody > tr > td .snap-css-button:not(.retain),
#dns-page .dns-form .table > tr > td .snap-css-button:not(.retain),
#dns-page .dns-form table tbody > div > td .snap-css-button:not(.retain),
#dns-page .dns-form .table > div > td .snap-css-button:not(.retain),
#dns-page .dns-form table tbody > tbody > tr > div .snap-css-button:not(.retain),
#dns-page .dns-form .table > tbody > tr > div .snap-css-button:not(.retain),
#dns-page .dns-form table tbody > tr > div .snap-css-button:not(.retain),
#dns-page .dns-form .table > tr > div .snap-css-button:not(.retain),
#dns-page .dns-form table tbody > div > div .snap-css-button:not(.retain),
#dns-page .dns-form .table > div > div .snap-css-button:not(.retain) {
  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;
  text-transform: unset;
}
#dns-page .dns-form table tbody > tbody > tr > th .snap-css-button:not(.retain):hover,
#dns-page .dns-form .table > tbody > tr > th .snap-css-button:not(.retain):hover,
#dns-page .dns-form table tbody > tr > th .snap-css-button:not(.retain):hover,
#dns-page .dns-form .table > tr > th .snap-css-button:not(.retain):hover,
#dns-page .dns-form table tbody > div > th .snap-css-button:not(.retain):hover,
#dns-page .dns-form .table > div > th .snap-css-button:not(.retain):hover,
#dns-page .dns-form table tbody > tbody > tr > td .snap-css-button:not(.retain):hover,
#dns-page .dns-form .table > tbody > tr > td .snap-css-button:not(.retain):hover,
#dns-page .dns-form table tbody > tr > td .snap-css-button:not(.retain):hover,
#dns-page .dns-form .table > tr > td .snap-css-button:not(.retain):hover,
#dns-page .dns-form table tbody > div > td .snap-css-button:not(.retain):hover,
#dns-page .dns-form .table > div > td .snap-css-button:not(.retain):hover,
#dns-page .dns-form table tbody > tbody > tr > div .snap-css-button:not(.retain):hover,
#dns-page .dns-form .table > tbody > tr > div .snap-css-button:not(.retain):hover,
#dns-page .dns-form table tbody > tr > div .snap-css-button:not(.retain):hover,
#dns-page .dns-form .table > tr > div .snap-css-button:not(.retain):hover,
#dns-page .dns-form table tbody > div > div .snap-css-button:not(.retain):hover,
#dns-page .dns-form .table > div > div .snap-css-button:not(.retain):hover {
  opacity: 1;
}
#dns-page .dns-form table tbody > tbody > tr > th .center,
#dns-page .dns-form .table > tbody > tr > th .center,
#dns-page .dns-form table tbody > tr > th .center,
#dns-page .dns-form .table > tr > th .center,
#dns-page .dns-form table tbody > div > th .center,
#dns-page .dns-form .table > div > th .center,
#dns-page .dns-form table tbody > tbody > tr > td .center,
#dns-page .dns-form .table > tbody > tr > td .center,
#dns-page .dns-form table tbody > tr > td .center,
#dns-page .dns-form .table > tr > td .center,
#dns-page .dns-form table tbody > div > td .center,
#dns-page .dns-form .table > div > td .center,
#dns-page .dns-form table tbody > tbody > tr > div .center,
#dns-page .dns-form .table > tbody > tr > div .center,
#dns-page .dns-form table tbody > tr > div .center,
#dns-page .dns-form .table > tr > div .center,
#dns-page .dns-form table tbody > div > div .center,
#dns-page .dns-form .table > div > div .center {
  text-align: center;
}
#dns-page .dns-form table tbody > tbody > tr > th .right,
#dns-page .dns-form .table > tbody > tr > th .right,
#dns-page .dns-form table tbody > tr > th .right,
#dns-page .dns-form .table > tr > th .right,
#dns-page .dns-form table tbody > div > th .right,
#dns-page .dns-form .table > div > th .right,
#dns-page .dns-form table tbody > tbody > tr > td .right,
#dns-page .dns-form .table > tbody > tr > td .right,
#dns-page .dns-form table tbody > tr > td .right,
#dns-page .dns-form .table > tr > td .right,
#dns-page .dns-form table tbody > div > td .right,
#dns-page .dns-form .table > div > td .right,
#dns-page .dns-form table tbody > tbody > tr > div .right,
#dns-page .dns-form .table > tbody > tr > div .right,
#dns-page .dns-form table tbody > tr > div .right,
#dns-page .dns-form .table > tr > div .right,
#dns-page .dns-form table tbody > div > div .right,
#dns-page .dns-form .table > div > div .right {
  text-align: right;
}
#dns-page .dns-form table tbody > tbody > tr > th .left,
#dns-page .dns-form .table > tbody > tr > th .left,
#dns-page .dns-form table tbody > tr > th .left,
#dns-page .dns-form .table > tr > th .left,
#dns-page .dns-form table tbody > div > th .left,
#dns-page .dns-form .table > div > th .left,
#dns-page .dns-form table tbody > tbody > tr > td .left,
#dns-page .dns-form .table > tbody > tr > td .left,
#dns-page .dns-form table tbody > tr > td .left,
#dns-page .dns-form .table > tr > td .left,
#dns-page .dns-form table tbody > div > td .left,
#dns-page .dns-form .table > div > td .left,
#dns-page .dns-form table tbody > tbody > tr > div .left,
#dns-page .dns-form .table > tbody > tr > div .left,
#dns-page .dns-form table tbody > tr > div .left,
#dns-page .dns-form .table > tr > div .left,
#dns-page .dns-form table tbody > div > div .left,
#dns-page .dns-form .table > div > div .left {
  text-align: left;
}
#dns-page .dns-form table tbody > tbody > tr > th:nth-child(n+1):last-child,
#dns-page .dns-form .table > tbody > tr > th:nth-child(n+1):last-child,
#dns-page .dns-form table tbody > tr > th:nth-child(n+1):last-child,
#dns-page .dns-form .table > tr > th:nth-child(n+1):last-child,
#dns-page .dns-form table tbody > div > th:nth-child(n+1):last-child,
#dns-page .dns-form .table > div > th:nth-child(n+1):last-child,
#dns-page .dns-form table tbody > tbody > tr > td:nth-child(n+1):last-child,
#dns-page .dns-form .table > tbody > tr > td:nth-child(n+1):last-child,
#dns-page .dns-form table tbody > tr > td:nth-child(n+1):last-child,
#dns-page .dns-form .table > tr > td:nth-child(n+1):last-child,
#dns-page .dns-form table tbody > div > td:nth-child(n+1):last-child,
#dns-page .dns-form .table > div > td:nth-child(n+1):last-child,
#dns-page .dns-form table tbody > tbody > tr > div:nth-child(n+1):last-child,
#dns-page .dns-form .table > tbody > tr > div:nth-child(n+1):last-child,
#dns-page .dns-form table tbody > tr > div:nth-child(n+1):last-child,
#dns-page .dns-form .table > tr > div:nth-child(n+1):last-child,
#dns-page .dns-form table tbody > div > div:nth-child(n+1):last-child,
#dns-page .dns-form .table > div > div:nth-child(n+1):last-child {
  text-align: right;
}
#dns-page .dns-form table tbody > tbody > tr > th:nth-child(n+1):last-child.center,
#dns-page .dns-form .table > tbody > tr > th:nth-child(n+1):last-child.center,
#dns-page .dns-form table tbody > tr > th:nth-child(n+1):last-child.center,
#dns-page .dns-form .table > tr > th:nth-child(n+1):last-child.center,
#dns-page .dns-form table tbody > div > th:nth-child(n+1):last-child.center,
#dns-page .dns-form .table > div > th:nth-child(n+1):last-child.center,
#dns-page .dns-form table tbody > tbody > tr > td:nth-child(n+1):last-child.center,
#dns-page .dns-form .table > tbody > tr > td:nth-child(n+1):last-child.center,
#dns-page .dns-form table tbody > tr > td:nth-child(n+1):last-child.center,
#dns-page .dns-form .table > tr > td:nth-child(n+1):last-child.center,
#dns-page .dns-form table tbody > div > td:nth-child(n+1):last-child.center,
#dns-page .dns-form .table > div > td:nth-child(n+1):last-child.center,
#dns-page .dns-form table tbody > tbody > tr > div:nth-child(n+1):last-child.center,
#dns-page .dns-form .table > tbody > tr > div:nth-child(n+1):last-child.center,
#dns-page .dns-form table tbody > tr > div:nth-child(n+1):last-child.center,
#dns-page .dns-form .table > tr > div:nth-child(n+1):last-child.center,
#dns-page .dns-form table tbody > div > div:nth-child(n+1):last-child.center,
#dns-page .dns-form .table > div > div:nth-child(n+1):last-child.center {
  text-align: center;
}
#dns-page .dns-form table tbody > tbody > tr > th:nth-child(n+1):last-child.left,
#dns-page .dns-form .table > tbody > tr > th:nth-child(n+1):last-child.left,
#dns-page .dns-form table tbody > tr > th:nth-child(n+1):last-child.left,
#dns-page .dns-form .table > tr > th:nth-child(n+1):last-child.left,
#dns-page .dns-form table tbody > div > th:nth-child(n+1):last-child.left,
#dns-page .dns-form .table > div > th:nth-child(n+1):last-child.left,
#dns-page .dns-form table tbody > tbody > tr > td:nth-child(n+1):last-child.left,
#dns-page .dns-form .table > tbody > tr > td:nth-child(n+1):last-child.left,
#dns-page .dns-form table tbody > tr > td:nth-child(n+1):last-child.left,
#dns-page .dns-form .table > tr > td:nth-child(n+1):last-child.left,
#dns-page .dns-form table tbody > div > td:nth-child(n+1):last-child.left,
#dns-page .dns-form .table > div > td:nth-child(n+1):last-child.left,
#dns-page .dns-form table tbody > tbody > tr > div:nth-child(n+1):last-child.left,
#dns-page .dns-form .table > tbody > tr > div:nth-child(n+1):last-child.left,
#dns-page .dns-form table tbody > tr > div:nth-child(n+1):last-child.left,
#dns-page .dns-form .table > tr > div:nth-child(n+1):last-child.left,
#dns-page .dns-form table tbody > div > div:nth-child(n+1):last-child.left,
#dns-page .dns-form .table > div > div:nth-child(n+1):last-child.left {
  text-align: left;
}
#dns-page .dns-form table tbody > *:first-child:not(.primary),
#dns-page .dns-form .table > *:first-child:not(.primary) {
  background: #464647;
  color: #fff;
}
#dns-page .dns-form table tbody > *:first-child:not(.primary) a,
#dns-page .dns-form .table > *:first-child:not(.primary) a {
  color: #fff;
}
#dns-page .dns-form table tbody .heading,
#dns-page .dns-form .table .heading {
  background: #464647;
}
#dns-page .brands > div:last-of-type {
  padding-left: 0 !important;
}
#dns-page .brands ul {
  list-style-type: none;
  max-width: 300px;
}
#dns-page .brands ul li {
  display: inline-block;
  margin: 5px 3.33333333px 0 0;
  padding: 0;
}
#dns-page .brands ul li input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}
#dns-page .brands ul li input[type=checkbox]:checked + span {
  background: #f26524;
  color: #fff;
}
#dns-page .brands ul li span {
  display: inline-block;
  padding: 8px 5px 5px;
  border: 1px solid #464647;
  background: #fafafa;
  border-radius: 3px;
  cursor: pointer;
}
#dns-page .brands ul li span:hover {
  border-color: #f26524;
  color: #f26524;
}
#dns-page .brands ul li label:after {
  content: "" !important;
}
#dns-page.success {
  padding: 20px;
  font-size: 1.25em;
}
#dns-page textarea {
  width: 100%;
  height: 200px;
}
#dns-page input[type=text] {
  width: 300px;
}
#dns-page .additional-information label {
  padding: 0 0 5px 0;
  display: block;
}
#emailbounced .intro {
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  padding: 10px;
}
#emailbounced .intro:before,
#emailbounced .intro:after {
  content: " ";
  display: table;
}
#emailbounced .intro:after {
  clear: both;
}
#resetpassword .intro {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #000;
  padding: 10px;
  background: #F2F2F2;
}
#resetpassword .intro:last-child {
  margin-bottom: 0;
}
#resetpassword .intro: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;
}
#resetpassword .intro > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
#resetpassword .intro.error {
  color: #a2081d;
  font-weight: bold;
}
#resetpassword .intro.success {
  color: #1a951a;
  font-weight: bold;
}
#resetpassword .intro.mainRed {
  color: #a2081d;
}
#returns {
  box-sizing: border-box;
  overflow-x: initial !important;
}
#returns #confirm-delete {
  display: none;
}
#returns #search-returnable {
  display: flex;
  margin-bottom: 15px;
}
#returns #search-returnable > div {
  position: relative;
}
#returns #search-returnable > div input[type=text] {
  width: 300px;
  box-sizing: border-box;
  font-size: 1.15em;
  padding: 9px 50px 9px 10px;
  position: relative;
  z-index: 1;
}
#returns #search-returnable > div input[type=text] + button {
  display: block;
  text-decoration: none;
  position: absolute;
  right: 1px;
  top: 0;
  height: 100%;
  z-index: 1;
  border: none;
  background: none;
}
#returns #search-returnable > div input[type=text] + button i:after {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 20px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 8px;
  box-sizing: border-box;
  display: block;
  width: 50px;
  height: 100%;
  text-align: center;
}
#returns #search-returnable > div input[type=text] + button i:hover {
  cursor: pointer;
  color: #f26524;
}
#returns #search-returnable > div input[type=text] + button span {
  text-indent: -9999px;
  display: block;
}
#returns #search-returnable.active .close {
  position: absolute;
  right: 35px;
  top: 0;
  height: 100%;
  width: 30px;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 2;
}
#returns #search-returnable.active .close:after {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 25px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  font-weight: 900;
  padding-top: 5px;
  font-weight: 100;
}
#returns #search-returnable.active .close:hover:after {
  color: #f26524;
}
#returns .layout {
  display: flex;
}
#returns .layout #returns-cart {
  width: 350px;
  box-sizing: border-box;
  align-self: flex-start;
  margin: 10px 0 10px 20px;
  flex-shrink: 0;
}
#returns .layout #returns-cart > div {
  padding: 10px;
}
#returns .title-qty {
  white-space: nowrap;
}
#returns h1 {
  margin-bottom: 15px;
}
#returns .check {
  position: relative;
  cursor: pointer;
  display: flex;
}
#returns .check input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}
#returns .check input[type=checkbox] + span {
  padding: 0 0 0 8px;
  width: 28px;
  flex-shrink: 0;
  box-sizing: border-box;
}
#returns .check input[type=checkbox] + span:before {
  border-radius: 3px;
  margin-right: 5px;
}
#returns .check input[type=checkbox]:not(:checked) + span:before {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 28px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f04d";
  font-weight: 900;
  font-weight: 100;
  background: #fff;
}
#returns .check input[type=checkbox]:not(:checked)[indeterminate=indeterminate] + span:before {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 28px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f146";
  font-weight: 900;
  color: #a2081d;
}
#returns .check input[type=checkbox]:checked + span:before {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 28px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f14a";
  font-weight: 900;
  font-size: 25.2px;
}
#returns .item {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
  box-sizing: border-box;
}
#returns .item:first-child {
  padding-top: 5px;
}
#returns .item > div:not(:last-child) {
  padding-right: 20px;
}
#returns .item .detail > div {
  margin-bottom: 3.33333333px;
}
#returns .item .price {
  color: #000;
}
#returns .item:not(:last-child) {
  border-bottom: 1px solid #E8E9EA;
}
#returns .item .quantity {
  padding: 3.5px 0;
}
#returns .bottom-navigation {
  padding: 0 0 10px;
  display: flex;
  align-content: center;
}
#returns .bottom-navigation > div {
  width: 50%;
  text-align: right;
  margin-left: auto;
}
#returns .pagination .page-block {
  padding: 0;
}
#returns .pagination .pager {
  text-align: right;
}
#returns .pagination .pager a {
  text-decoration: underline;
  font-size: 1.15em;
  color: inherit;
  padding: 0;
}
#returns .bottom-navigation {
  margin: 20px 0;
}
#returns .bottom-navigation > div {
  align-items: center;
}
#returns .bottom-navigation > div:last-child {
  margin-left: auto;
  text-align: right;
}
#returns .bottom-navigation > div:first-child {
  margin-left: 0;
  text-align: left;
}
#returns .bottom-navigation > div .forward {
  font-weight: bold;
}
#returns .bottom-navigation > div .forward.disabled {
  pointer-events: none;
  opacity: 0.5;
}
#returns .note {
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #000;
  padding: 10px 10px 10px 0;
  box-shadow: none;
  border: none;
  margin-bottom: 10px;
}
#returns .note:last-child {
  margin-bottom: 0;
}
#returns .note: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;
}
#returns .note > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
#returns .note.error {
  color: #a2081d;
  font-weight: bold;
}
#returns .note.success {
  color: #1a951a;
  font-weight: bold;
}
#returns .note.mainRed {
  color: #a2081d;
}
#returns #returns-form {
  margin-bottom: 10px;
}
#returns #returns-cart {
  border: 1px solid #E8E9EA;
}
#returns #returns-cart .heading {
  padding: 5px;
  background: #E8E9EA;
  font-weight: bold;
}
#returns #returns-cart .count {
  font-weight: bold;
}
#returns #returns-cart .total {
  margin-top: 10px;
  font-weight: bold;
}
#returns #returns-cart .count {
  margin: 5px 0 10px;
}
#returns #returns-cart .snap-css-button {
  margin-left: 0;
}
#returns #returns-cart .return-item {
  cursor: pointer;
}
#returns #returns-cart .reason {
  font-style: italic;
  padding: 5px 0;
}
#returns #returns-cart .price {
  display: flex;
  width: 100%;
  align-items: center;
}
#returns #returns-cart .price > a {
  margin-left: auto;
  text-align: right;
  color: #a2081d;
  font-size: 20px;
}
#returns #returns-cart .item:last-child {
  border-bottom: 1px solid #E8E9EA;
}
#returns.start .check-wrapper {
  display: none;
  align-self: center;
}
#returns.start .check-wrapper label > span > span {
  display: none;
}
#returns.start .quantity-wrapper {
  display: inline-block;
  margin-right: 10px;
}
#returns.start .warranty-info {
  margin-top: 5px;
  color: #a2081d;
}
#returns.start .restricted .check-wrapper * {
  pointer-events: none;
}
#returns.start .restricted .check-wrapper .check input[type=checkbox] + span:before {
  opacity: 0.25;
}
#returns.start .restricted .restricted-msg {
  color: #a2081d;
}
#returns.start .restricted .restricted-msg a {
  color: #a2081d;
}
#returns.start .restricted .restricted-msg .trigger-chat {
  color: #a2081d;
}
#returns.start .restricted .restricted-msg .trigger-chat.enabled {
  text-decoration: underline;
  cursor: pointer;
}
#returns.start .restricted .restricted-msg .trigger-chat:not(.enabled) {
  cursor: text;
  text-decoration: none;
}
#returns.start .restricted .restricted-msg .trigger-chat:not(.enabled) > span {
  pointer-events: none;
}
#returns.method #returns-form .radio {
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}
#returns.method #returns-form .radio h1 {
  padding-bottom: 10px;
}
#returns.method #returns-form .radio input[type=radio] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  position: relative;
  width: 22px;
  vertical-align: text-top;
  margin: 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  #returns.method #returns-form .radio input[type=radio] {
    margin-top: 2px;
  }
}
#returns.method #returns-form .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;
}
#returns.method #returns-form .radio input[type=radio]:focus:after {
  outline: 2px solid #000;
  outline-offset: 2px;
}
#returns.method #returns-form .radio input[type=radio]:not(.active):not(:disabled) {
  cursor: pointer;
}
#returns.method #returns-form .radio input[type=radio]:not(.active):not(:disabled) + span {
  cursor: pointer;
}
#returns.method #returns-form .radio input[type=radio]:not(:disabled):checked:after {
  background-image: url(/content/skins/shared/images/misc/radio-active.svg);
}
#returns.method #returns-form .radio input[type=radio]:not(:disabled):not(:checked):after {
  background-image: url(/content/skins/shared/images/misc/radio.svg);
}
#returns.method #returns-form .radio input[type=radio]:disabled {
  background: none;
}
#returns.method #returns-form .radio input[type=radio]:disabled:after {
  background-image: url(/content/skins/shared/images/misc/radio-disabled.svg);
}
#returns.method #returns-form .radio input[type=radio] {
  vertical-align: middle;
  margin-right: 0;
}
#returns.method #returns-form .radio input[type=radio]:after {
  position: initial;
}
#returns.method #returns-form .radio span {
  vertical-align: middle;
  display: inline-block;
}
#returns.method #returns-form .radio span span {
  font-weight: bold;
  font-size: 1.25em;
}
#returns.review .pageHeading {
  margin-bottom: 0;
}
#returns.review .pageHeading + p {
  margin-bottom: 20px;
}
#returns.review h2 {
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 5px;
}
#returns.review label {
  font-weight: bold;
}
#returns.review .return-items {
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  background: #fff;
  text-align: left;
  border: 1px solid #F2F2F2 !important;
  box-shadow: none !important;
}
#returns.review .return-items:before,
#returns.review .return-items:after {
  content: " ";
  display: table;
}
#returns.review .return-items:after {
  clear: both;
}
#returns.review .return-items > *:first-child:not(.table) {
  padding: 5px 5px 5px;
  background: #F2F2F2;
  color: #000;
  margin: 0;
  font-size: 12px;
  font-family: inherit;
  letter-spacing: unset;
  text-align: left;
  box-sizing: border-box;
}
#returns.review .return-items > *:first-child:not(.table) + div,
#returns.review .return-items > *:first-child:not(.table) + form {
  padding: 5px;
}
#returns.review .return-items > *:first-child:not(.table) + div:before,
#returns.review .return-items > *:first-child:not(.table) + form:before,
#returns.review .return-items > *:first-child:not(.table) + div:after,
#returns.review .return-items > *:first-child:not(.table) + form:after {
  content: " ";
  display: table;
}
#returns.review .return-items > *:first-child:not(.table) + div:after,
#returns.review .return-items > *:first-child:not(.table) + form:after {
  clear: both;
}
#returns.review .return-items > *:first-child:not(.table) a {
  color: initial;
}
#returns.review .return-items > *:first-child:not(.table) a:hover {
  color: #f26524;
}
#returns.review .return-items table {
  width: 100%;
}
#returns.review .return-items table tbody,
#returns.review .return-items .table {
  width: 100%;
  box-sizing: border-box;
  display: table;
}
#returns.review .return-items table tbody > tbody > tr,
#returns.review .return-items .table > tbody > tr,
#returns.review .return-items table tbody > tr,
#returns.review .return-items .table > tr,
#returns.review .return-items table tbody > div,
#returns.review .return-items .table > div {
  display: table-row;
}
#returns.review .return-items table tbody > tbody > tr:nth-child(even),
#returns.review .return-items .table > tbody > tr:nth-child(even),
#returns.review .return-items table tbody > tr:nth-child(even),
#returns.review .return-items .table > tr:nth-child(even),
#returns.review .return-items table tbody > div:nth-child(even),
#returns.review .return-items .table > div:nth-child(even) {
  background: #fafafa;
}
#returns.review .return-items table tbody > tbody > tr:not(:only-of-type):not(.header):hover,
#returns.review .return-items .table > tbody > tr:not(:only-of-type):not(.header):hover,
#returns.review .return-items table tbody > tr:not(:only-of-type):not(.header):hover,
#returns.review .return-items .table > tr:not(:only-of-type):not(.header):hover,
#returns.review .return-items table tbody > div:not(:only-of-type):not(.header):hover,
#returns.review .return-items .table > div:not(:only-of-type):not(.header):hover {
  background: #E8E9EA;
}
#returns.review .return-items table tbody > tbody > tr.primary:hover,
#returns.review .return-items .table > tbody > tr.primary:hover,
#returns.review .return-items table tbody > tr.primary:hover,
#returns.review .return-items .table > tr.primary:hover,
#returns.review .return-items table tbody > div.primary:hover,
#returns.review .return-items .table > div.primary:hover {
  background: #E8E9EA;
}
#returns.review .return-items table tbody > tbody > tr > th,
#returns.review .return-items .table > tbody > tr > th,
#returns.review .return-items table tbody > tr > th,
#returns.review .return-items .table > tr > th,
#returns.review .return-items table tbody > div > th,
#returns.review .return-items .table > div > th,
#returns.review .return-items table tbody > tbody > tr > td,
#returns.review .return-items .table > tbody > tr > td,
#returns.review .return-items table tbody > tr > td,
#returns.review .return-items .table > tr > td,
#returns.review .return-items table tbody > div > td,
#returns.review .return-items .table > div > td,
#returns.review .return-items table tbody > tbody > tr > div,
#returns.review .return-items .table > tbody > tr > div,
#returns.review .return-items table tbody > tr > div,
#returns.review .return-items .table > tr > div,
#returns.review .return-items table tbody > div > div,
#returns.review .return-items .table > div > div {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
#returns.review .return-items table tbody > tbody > tr > th .snap-css-button:not(.retain),
#returns.review .return-items .table > tbody > tr > th .snap-css-button:not(.retain),
#returns.review .return-items table tbody > tr > th .snap-css-button:not(.retain),
#returns.review .return-items .table > tr > th .snap-css-button:not(.retain),
#returns.review .return-items table tbody > div > th .snap-css-button:not(.retain),
#returns.review .return-items .table > div > th .snap-css-button:not(.retain),
#returns.review .return-items table tbody > tbody > tr > td .snap-css-button:not(.retain),
#returns.review .return-items .table > tbody > tr > td .snap-css-button:not(.retain),
#returns.review .return-items table tbody > tr > td .snap-css-button:not(.retain),
#returns.review .return-items .table > tr > td .snap-css-button:not(.retain),
#returns.review .return-items table tbody > div > td .snap-css-button:not(.retain),
#returns.review .return-items .table > div > td .snap-css-button:not(.retain),
#returns.review .return-items table tbody > tbody > tr > div .snap-css-button:not(.retain),
#returns.review .return-items .table > tbody > tr > div .snap-css-button:not(.retain),
#returns.review .return-items table tbody > tr > div .snap-css-button:not(.retain),
#returns.review .return-items .table > tr > div .snap-css-button:not(.retain),
#returns.review .return-items table tbody > div > div .snap-css-button:not(.retain),
#returns.review .return-items .table > div > div .snap-css-button:not(.retain) {
  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;
  text-transform: unset;
}
#returns.review .return-items table tbody > tbody > tr > th .snap-css-button:not(.retain):hover,
#returns.review .return-items .table > tbody > tr > th .snap-css-button:not(.retain):hover,
#returns.review .return-items table tbody > tr > th .snap-css-button:not(.retain):hover,
#returns.review .return-items .table > tr > th .snap-css-button:not(.retain):hover,
#returns.review .return-items table tbody > div > th .snap-css-button:not(.retain):hover,
#returns.review .return-items .table > div > th .snap-css-button:not(.retain):hover,
#returns.review .return-items table tbody > tbody > tr > td .snap-css-button:not(.retain):hover,
#returns.review .return-items .table > tbody > tr > td .snap-css-button:not(.retain):hover,
#returns.review .return-items table tbody > tr > td .snap-css-button:not(.retain):hover,
#returns.review .return-items .table > tr > td .snap-css-button:not(.retain):hover,
#returns.review .return-items table tbody > div > td .snap-css-button:not(.retain):hover,
#returns.review .return-items .table > div > td .snap-css-button:not(.retain):hover,
#returns.review .return-items table tbody > tbody > tr > div .snap-css-button:not(.retain):hover,
#returns.review .return-items .table > tbody > tr > div .snap-css-button:not(.retain):hover,
#returns.review .return-items table tbody > tr > div .snap-css-button:not(.retain):hover,
#returns.review .return-items .table > tr > div .snap-css-button:not(.retain):hover,
#returns.review .return-items table tbody > div > div .snap-css-button:not(.retain):hover,
#returns.review .return-items .table > div > div .snap-css-button:not(.retain):hover {
  opacity: 1;
}
#returns.review .return-items table tbody > tbody > tr > th .center,
#returns.review .return-items .table > tbody > tr > th .center,
#returns.review .return-items table tbody > tr > th .center,
#returns.review .return-items .table > tr > th .center,
#returns.review .return-items table tbody > div > th .center,
#returns.review .return-items .table > div > th .center,
#returns.review .return-items table tbody > tbody > tr > td .center,
#returns.review .return-items .table > tbody > tr > td .center,
#returns.review .return-items table tbody > tr > td .center,
#returns.review .return-items .table > tr > td .center,
#returns.review .return-items table tbody > div > td .center,
#returns.review .return-items .table > div > td .center,
#returns.review .return-items table tbody > tbody > tr > div .center,
#returns.review .return-items .table > tbody > tr > div .center,
#returns.review .return-items table tbody > tr > div .center,
#returns.review .return-items .table > tr > div .center,
#returns.review .return-items table tbody > div > div .center,
#returns.review .return-items .table > div > div .center {
  text-align: center;
}
#returns.review .return-items table tbody > tbody > tr > th .right,
#returns.review .return-items .table > tbody > tr > th .right,
#returns.review .return-items table tbody > tr > th .right,
#returns.review .return-items .table > tr > th .right,
#returns.review .return-items table tbody > div > th .right,
#returns.review .return-items .table > div > th .right,
#returns.review .return-items table tbody > tbody > tr > td .right,
#returns.review .return-items .table > tbody > tr > td .right,
#returns.review .return-items table tbody > tr > td .right,
#returns.review .return-items .table > tr > td .right,
#returns.review .return-items table tbody > div > td .right,
#returns.review .return-items .table > div > td .right,
#returns.review .return-items table tbody > tbody > tr > div .right,
#returns.review .return-items .table > tbody > tr > div .right,
#returns.review .return-items table tbody > tr > div .right,
#returns.review .return-items .table > tr > div .right,
#returns.review .return-items table tbody > div > div .right,
#returns.review .return-items .table > div > div .right {
  text-align: right;
}
#returns.review .return-items table tbody > tbody > tr > th .left,
#returns.review .return-items .table > tbody > tr > th .left,
#returns.review .return-items table tbody > tr > th .left,
#returns.review .return-items .table > tr > th .left,
#returns.review .return-items table tbody > div > th .left,
#returns.review .return-items .table > div > th .left,
#returns.review .return-items table tbody > tbody > tr > td .left,
#returns.review .return-items .table > tbody > tr > td .left,
#returns.review .return-items table tbody > tr > td .left,
#returns.review .return-items .table > tr > td .left,
#returns.review .return-items table tbody > div > td .left,
#returns.review .return-items .table > div > td .left,
#returns.review .return-items table tbody > tbody > tr > div .left,
#returns.review .return-items .table > tbody > tr > div .left,
#returns.review .return-items table tbody > tr > div .left,
#returns.review .return-items .table > tr > div .left,
#returns.review .return-items table tbody > div > div .left,
#returns.review .return-items .table > div > div .left {
  text-align: left;
}
#returns.review .return-items table tbody > tbody > tr > th:nth-child(n+1):last-child,
#returns.review .return-items .table > tbody > tr > th:nth-child(n+1):last-child,
#returns.review .return-items table tbody > tr > th:nth-child(n+1):last-child,
#returns.review .return-items .table > tr > th:nth-child(n+1):last-child,
#returns.review .return-items table tbody > div > th:nth-child(n+1):last-child,
#returns.review .return-items .table > div > th:nth-child(n+1):last-child,
#returns.review .return-items table tbody > tbody > tr > td:nth-child(n+1):last-child,
#returns.review .return-items .table > tbody > tr > td:nth-child(n+1):last-child,
#returns.review .return-items table tbody > tr > td:nth-child(n+1):last-child,
#returns.review .return-items .table > tr > td:nth-child(n+1):last-child,
#returns.review .return-items table tbody > div > td:nth-child(n+1):last-child,
#returns.review .return-items .table > div > td:nth-child(n+1):last-child,
#returns.review .return-items table tbody > tbody > tr > div:nth-child(n+1):last-child,
#returns.review .return-items .table > tbody > tr > div:nth-child(n+1):last-child,
#returns.review .return-items table tbody > tr > div:nth-child(n+1):last-child,
#returns.review .return-items .table > tr > div:nth-child(n+1):last-child,
#returns.review .return-items table tbody > div > div:nth-child(n+1):last-child,
#returns.review .return-items .table > div > div:nth-child(n+1):last-child {
  text-align: right;
}
#returns.review .return-items table tbody > tbody > tr > th:nth-child(n+1):last-child.center,
#returns.review .return-items .table > tbody > tr > th:nth-child(n+1):last-child.center,
#returns.review .return-items table tbody > tr > th:nth-child(n+1):last-child.center,
#returns.review .return-items .table > tr > th:nth-child(n+1):last-child.center,
#returns.review .return-items table tbody > div > th:nth-child(n+1):last-child.center,
#returns.review .return-items .table > div > th:nth-child(n+1):last-child.center,
#returns.review .return-items table tbody > tbody > tr > td:nth-child(n+1):last-child.center,
#returns.review .return-items .table > tbody > tr > td:nth-child(n+1):last-child.center,
#returns.review .return-items table tbody > tr > td:nth-child(n+1):last-child.center,
#returns.review .return-items .table > tr > td:nth-child(n+1):last-child.center,
#returns.review .return-items table tbody > div > td:nth-child(n+1):last-child.center,
#returns.review .return-items .table > div > td:nth-child(n+1):last-child.center,
#returns.review .return-items table tbody > tbody > tr > div:nth-child(n+1):last-child.center,
#returns.review .return-items .table > tbody > tr > div:nth-child(n+1):last-child.center,
#returns.review .return-items table tbody > tr > div:nth-child(n+1):last-child.center,
#returns.review .return-items .table > tr > div:nth-child(n+1):last-child.center,
#returns.review .return-items table tbody > div > div:nth-child(n+1):last-child.center,
#returns.review .return-items .table > div > div:nth-child(n+1):last-child.center {
  text-align: center;
}
#returns.review .return-items table tbody > tbody > tr > th:nth-child(n+1):last-child.left,
#returns.review .return-items .table > tbody > tr > th:nth-child(n+1):last-child.left,
#returns.review .return-items table tbody > tr > th:nth-child(n+1):last-child.left,
#returns.review .return-items .table > tr > th:nth-child(n+1):last-child.left,
#returns.review .return-items table tbody > div > th:nth-child(n+1):last-child.left,
#returns.review .return-items .table > div > th:nth-child(n+1):last-child.left,
#returns.review .return-items table tbody > tbody > tr > td:nth-child(n+1):last-child.left,
#returns.review .return-items .table > tbody > tr > td:nth-child(n+1):last-child.left,
#returns.review .return-items table tbody > tr > td:nth-child(n+1):last-child.left,
#returns.review .return-items .table > tr > td:nth-child(n+1):last-child.left,
#returns.review .return-items table tbody > div > td:nth-child(n+1):last-child.left,
#returns.review .return-items .table > div > td:nth-child(n+1):last-child.left,
#returns.review .return-items table tbody > tbody > tr > div:nth-child(n+1):last-child.left,
#returns.review .return-items .table > tbody > tr > div:nth-child(n+1):last-child.left,
#returns.review .return-items table tbody > tr > div:nth-child(n+1):last-child.left,
#returns.review .return-items .table > tr > div:nth-child(n+1):last-child.left,
#returns.review .return-items table tbody > div > div:nth-child(n+1):last-child.left,
#returns.review .return-items .table > div > div:nth-child(n+1):last-child.left {
  text-align: left;
}
#returns.review .return-items table tbody > *:first-child:not(.primary),
#returns.review .return-items .table > *:first-child:not(.primary) {
  background: #464647;
  color: #fff;
}
#returns.review .return-items table tbody > *:first-child:not(.primary) a,
#returns.review .return-items .table > *:first-child:not(.primary) a {
  color: #fff;
}
#returns.review .return-items table tbody .heading,
#returns.review .return-items .table .heading {
  background: #464647;
}
#returns.review .return-items .product-list {
  display: flex;
  flex-wrap: wrap;
}
#returns.review .return-items .product-list .item {
  border-bottom: none;
  width: 33%;
  box-sizing: border-box;
  padding: 10px;
}
#returns.review .return-items .product-list .item .image {
  padding-right: 10px;
}
#returns.review .return-items .product-list .item .image img {
  width: 100px;
  height: auto;
}
#returns.review .return-items .edit-products {
  padding: 0 0 10px 10px;
}
#brandlistpage:before,
#brandlistpage:after {
  content: " ";
  display: table;
}
#brandlistpage:after {
  clear: both;
}
#brandlistpage .anchor {
  position: absolute;
  top: -100px;
}
#brandlistpage h2 {
  margin: 10px 0;
}
#brandlistpage .alphabet {
  padding: 4px 10px;
  background-color: #2e3a47;
  background-position: center center;
  background-repeat: repeat-x;
  color: #fff;
  margin-top: 8px;
}
#brandlistpage .alphabet a,
#brandlistpage .alphabet a:hover {
  color: #c3c3c3;
  text-decoration: none;
}
#brandlistpage .alphabet a:not(.snap-css-button) {
  border-right: 1px solid #c3c3c3;
  padding: 0 8px;
}
#brandlistpage .alphabet a:not(.snap-css-button):last-child {
  border-right: none;
}
#brandlistpage .allbrands {
  border-radius: 3px;
  background-color: #fff;
}
#brandlistpage .allbrands .lettergroup {
  background-color: #E8E9EA;
  border-bottom: 1px dotted #c2c4c6;
  padding: 4px 8px;
  position: relative;
}
#brandlistpage .allbrands .lettergroup:before,
#brandlistpage .allbrands .lettergroup:after {
  content: " ";
  display: table;
}
#brandlistpage .allbrands .lettergroup:after {
  clear: both;
}
#brandlistpage .allbrands .lettergroup .label {
  color: #000;
  border-right: 1px dotted #c2c4c6;
  display: block;
  padding-right: 10px;
  font-size: 1.62rem;
  float: left;
}
#brandlistpage .allbrands .lettergroup .label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 16px;
  width: 1px;
  background-color: #fff;
}
#brandlistpage .allbrands .lettergroup .label:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 100%;
  height: 16px;
  width: 1px;
  background-color: #fff;
}
#brandlistpage .allbrands .lettergroup .top {
  float: right;
  display: block;
}
#brandlistpage .allbrands .lettergroup .top a {
  line-height: 28px;
}
#brandlistpage .allbrands .brandsgroup {
  display: flex;
  flex-flow: wrap;
  text-align: center;
  border-right: 1px solid #E8E9EA;
  border-left: 1px solid #E8E9EA;
  border-bottom: 1px solid #E8E9EA;
  margin-bottom: 5px;
}
#brandlistpage .allbrands .brandsgroup .branditem {
  display: block;
  margin-top: 16px;
  width: 20%;
  text-align: center;
  height: 120px;
  padding-bottom: 10px;
}
#brandlistpage .allbrands .brandsgroup .branditem .logo {
  max-width: 90%;
  max-height: 80%;
  display: block;
  margin: 0 auto;
}
#brandlistpage .allbrands .brandsgroup .branditem .name {
  display: block;
  padding: 10px;
}
#reviews .page-block:first-of-type > .header {
  margin-bottom: 0;
}
#reviews .reviewresults {
  padding: 10px;
  font-weight: bold;
  background: #c2c4c6;
}
#reviews .bottom-navigation {
  display: flex;
  width: 100%;
  align-items: center;
}
#reviews .bottom-navigation > div {
  width: 33.3%;
}
#reviews .bottom-navigation > div div#paginatorbottomview {
  float: none;
  margin: auto;
}
#reviews .bottom-navigation > div:nth-child(3) {
  text-align: right;
  margin: 0;
}
div.reviews {
  position: relative;
}
div.reviews .reviewitem {
  max-width: 100%;
  box-sizing: border-box;
  margin-bottom: 8px;
  overflow: hidden;
  border: none;
  border-bottom: 1px solid #c2c4c6;
  float: none;
}
div.reviews .reviewitem:before,
div.reviews .reviewitem:after {
  content: " ";
  display: table;
}
div.reviews .reviewitem:after {
  clear: both;
}
div.reviews .reviewitem:last-child {
  border: none;
}
div.reviews .reviewitem div.hasvariants div.reviewitem div.variantreviewed,
div.reviews .reviewitem div.review-body {
  padding: 0 5px;
}
div.reviews .reviewitem div.listing > div.order-row:hover > div {
  background: #fffaaa;
}
div.reviews .reviewitem div.listing > div.order-row:hover > div a {
  color: black;
}
div.reviews .reviewitem div.review-header {
  overflow: hidden;
  color: #000;
  padding: 10px;
  background: none;
}
div.reviews .reviewitem div.review-header .review-username {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
div.reviews .reviewitem div.review-header .verified,
div.reviews .reviewitem div.review-header .edit-review {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
div.reviews .reviewitem div.review-header .verified i {
  color: #13af25;
  padding-right: 3px;
}
div.reviews .reviewitem div.review-header .reviewdate {
  float: right;
  margin-top: 1px;
}
div.reviews .reviewitem div.review-header .variantreviewed {
  margin: 10px 0 0;
  font-style: italic;
}
div.reviews .reviewitem div.review-body {
  clear: both;
  padding: 0 10px 10px;
}
div.reviews .reviewitem div.review-footer {
  overflow: hidden;
  clear: both;
  text-align: right;
  padding: 0 20px 10px 0;
}
div.reviews .reviewitem div.review-footer .helpful {
  white-space: nowrap;
  font-weight: bold;
}
div.reviews .reviewitem div.review-footer .helpful .thumbs {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  height: 45px;
  width: 30px;
  overflow: visible;
  margin-left: 10px;
}
div.reviews .reviewitem div.review-footer .helpful .thumbs i.far {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  bottom: 0px;
}
div.reviews .reviewitem div.review-footer .helpful .thumbs i.far.fa-thumbs-up {
  left: 0px;
  margin-left: -5px;
}
div.reviews .reviewitem div.review-footer .helpful .thumbs i.far.fa-thumbs-down {
  left: 18px;
}
div.reviews .reviewitem div.review-footer .helpful .thumbs i.far.fa-thumbs-up:hover {
  color: #00a000;
  font-size: 200%;
  left: -5px;
}
div.reviews .reviewitem div.review-footer .helpful .thumbs i.far.fa-thumbs-down:hover {
  color: #a2081d;
  font-size: 200%;
  left: 13px;
}
div.reviews .reviewitem div.review-footer .my-ranking {
  float: right;
  white-space: nowrap;
}
div.reviews .reviewitem div.review-footer .my-ranking .undo-ranking {
  font-weight: bold;
  color: #a2081d;
  cursor: pointer;
}
.hasvariants .reviews .reviewitem .variantreviewed {
  float: left;
  display: block;
  width: 100%;
  font-style: italic;
}
.reviewaction {
  text-align: right;
  font-weight: bold;
  font-style: italic;
  background: #F4F4F4;
  clear: both;
  padding: 10px;
}
.reviewaction > a {
  margin-left: 20px;
}
.reviewresults {
  overflow: hidden;
}
.reviewresults div {
  display: inline-block;
}
.reviewresults div:last-child {
  float: right;
}
#review .red,
#reviews .red {
  font-weight: bold;
  color: #a2081d;
}
#review .green,
#reviews .green {
  font-weight: bold;
  color: green;
}
#review label,
#reviews label {
  font-weight: bold;
}
#review form,
#reviews form {
  margin-top: 10px;
}
#review .page-block:first-of-type > .header.pageHeading span,
#reviews .page-block:first-of-type > .header.pageHeading span {
  display: block;
}
#review .page-block:first-of-type > .header.pageHeading a,
#reviews .page-block:first-of-type > .header.pageHeading a {
  color: black;
  text-decoration: underline;
}
#review .reviewer,
#reviews .reviewer {
  margin-bottom: 10px;
}
#review .not-translated p,
#reviews .not-translated p {
  margin-top: 0;
}
#review .header {
  color: #000 !important;
  padding-left: 0 !important;
}
#review .reviewer input[type=text] {
  width: 400px;
}
#review .rating-scale {
  margin-bottom: 10px;
}
#review .rating-scale label,
#review .rating-scale .rating {
  display: inline-block;
  vertical-align: middle;
}
#review .rating-scale .stars svg {
  cursor: pointer;
  height: 35px;
  width: 35px;
}
#review .rating-scale .stars svg:hover {
  fill: #dfa700;
}
#review .rating-scale #Rating {
  visibility: hidden;
  position: absolute;
}
#review .review-block {
  box-shadow: 0px 1px 2px #F2F2F2;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E9EA;
  background: #fff;
  text-align: left;
}
#review .review-block textarea {
  width: 100%;
  box-sizing: border-box;
  height: 200px;
}
#review .review-block:before,
#review .review-block:after {
  content: " ";
  display: table;
}
#review .review-block:after {
  clear: both;
}
#review .review-block > *:first-child:not(.table) {
  padding: 5px 5px 5px;
  background: #F2F2F2;
  color: #000;
  margin: 0;
  font-size: 12px;
  font-family: inherit;
  letter-spacing: unset;
  text-align: left;
  box-sizing: border-box;
}
#review .review-block > *:first-child:not(.table) + div,
#review .review-block > *:first-child:not(.table) + form {
  padding: 5px;
}
#review .review-block > *:first-child:not(.table) + div:before,
#review .review-block > *:first-child:not(.table) + form:before,
#review .review-block > *:first-child:not(.table) + div:after,
#review .review-block > *:first-child:not(.table) + form:after {
  content: " ";
  display: table;
}
#review .review-block > *:first-child:not(.table) + div:after,
#review .review-block > *:first-child:not(.table) + form:after {
  clear: both;
}
#review .review-block > *:first-child:not(.table) a {
  color: initial;
}
#review .review-block > *:first-child:not(.table) a:hover {
  color: #f26524;
}
#review .review-block table {
  width: 100%;
}
#review .review-block table tbody,
#review .review-block .table {
  width: 100%;
  box-sizing: border-box;
  display: table;
}
#review .review-block table tbody > tbody > tr,
#review .review-block .table > tbody > tr,
#review .review-block table tbody > tr,
#review .review-block .table > tr,
#review .review-block table tbody > div,
#review .review-block .table > div {
  display: table-row;
}
#review .review-block table tbody > tbody > tr:nth-child(even),
#review .review-block .table > tbody > tr:nth-child(even),
#review .review-block table tbody > tr:nth-child(even),
#review .review-block .table > tr:nth-child(even),
#review .review-block table tbody > div:nth-child(even),
#review .review-block .table > div:nth-child(even) {
  background: #fafafa;
}
#review .review-block table tbody > tbody > tr:not(:only-of-type):not(.header):hover,
#review .review-block .table > tbody > tr:not(:only-of-type):not(.header):hover,
#review .review-block table tbody > tr:not(:only-of-type):not(.header):hover,
#review .review-block .table > tr:not(:only-of-type):not(.header):hover,
#review .review-block table tbody > div:not(:only-of-type):not(.header):hover,
#review .review-block .table > div:not(:only-of-type):not(.header):hover {
  background: #E8E9EA;
}
#review .review-block table tbody > tbody > tr.primary:hover,
#review .review-block .table > tbody > tr.primary:hover,
#review .review-block table tbody > tr.primary:hover,
#review .review-block .table > tr.primary:hover,
#review .review-block table tbody > div.primary:hover,
#review .review-block .table > div.primary:hover {
  background: #E8E9EA;
}
#review .review-block table tbody > tbody > tr > th,
#review .review-block .table > tbody > tr > th,
#review .review-block table tbody > tr > th,
#review .review-block .table > tr > th,
#review .review-block table tbody > div > th,
#review .review-block .table > div > th,
#review .review-block table tbody > tbody > tr > td,
#review .review-block .table > tbody > tr > td,
#review .review-block table tbody > tr > td,
#review .review-block .table > tr > td,
#review .review-block table tbody > div > td,
#review .review-block .table > div > td,
#review .review-block table tbody > tbody > tr > div,
#review .review-block .table > tbody > tr > div,
#review .review-block table tbody > tr > div,
#review .review-block .table > tr > div,
#review .review-block table tbody > div > div,
#review .review-block .table > div > div {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
#review .review-block table tbody > tbody > tr > th .snap-css-button:not(.retain),
#review .review-block .table > tbody > tr > th .snap-css-button:not(.retain),
#review .review-block table tbody > tr > th .snap-css-button:not(.retain),
#review .review-block .table > tr > th .snap-css-button:not(.retain),
#review .review-block table tbody > div > th .snap-css-button:not(.retain),
#review .review-block .table > div > th .snap-css-button:not(.retain),
#review .review-block table tbody > tbody > tr > td .snap-css-button:not(.retain),
#review .review-block .table > tbody > tr > td .snap-css-button:not(.retain),
#review .review-block table tbody > tr > td .snap-css-button:not(.retain),
#review .review-block .table > tr > td .snap-css-button:not(.retain),
#review .review-block table tbody > div > td .snap-css-button:not(.retain),
#review .review-block .table > div > td .snap-css-button:not(.retain),
#review .review-block table tbody > tbody > tr > div .snap-css-button:not(.retain),
#review .review-block .table > tbody > tr > div .snap-css-button:not(.retain),
#review .review-block table tbody > tr > div .snap-css-button:not(.retain),
#review .review-block .table > tr > div .snap-css-button:not(.retain),
#review .review-block table tbody > div > div .snap-css-button:not(.retain),
#review .review-block .table > div > div .snap-css-button:not(.retain) {
  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;
  text-transform: unset;
}
#review .review-block table tbody > tbody > tr > th .snap-css-button:not(.retain):hover,
#review .review-block .table > tbody > tr > th .snap-css-button:not(.retain):hover,
#review .review-block table tbody > tr > th .snap-css-button:not(.retain):hover,
#review .review-block .table > tr > th .snap-css-button:not(.retain):hover,
#review .review-block table tbody > div > th .snap-css-button:not(.retain):hover,
#review .review-block .table > div > th .snap-css-button:not(.retain):hover,
#review .review-block table tbody > tbody > tr > td .snap-css-button:not(.retain):hover,
#review .review-block .table > tbody > tr > td .snap-css-button:not(.retain):hover,
#review .review-block table tbody > tr > td .snap-css-button:not(.retain):hover,
#review .review-block .table > tr > td .snap-css-button:not(.retain):hover,
#review .review-block table tbody > div > td .snap-css-button:not(.retain):hover,
#review .review-block .table > div > td .snap-css-button:not(.retain):hover,
#review .review-block table tbody > tbody > tr > div .snap-css-button:not(.retain):hover,
#review .review-block .table > tbody > tr > div .snap-css-button:not(.retain):hover,
#review .review-block table tbody > tr > div .snap-css-button:not(.retain):hover,
#review .review-block .table > tr > div .snap-css-button:not(.retain):hover,
#review .review-block table tbody > div > div .snap-css-button:not(.retain):hover,
#review .review-block .table > div > div .snap-css-button:not(.retain):hover {
  opacity: 1;
}
#review .review-block table tbody > tbody > tr > th .center,
#review .review-block .table > tbody > tr > th .center,
#review .review-block table tbody > tr > th .center,
#review .review-block .table > tr > th .center,
#review .review-block table tbody > div > th .center,
#review .review-block .table > div > th .center,
#review .review-block table tbody > tbody > tr > td .center,
#review .review-block .table > tbody > tr > td .center,
#review .review-block table tbody > tr > td .center,
#review .review-block .table > tr > td .center,
#review .review-block table tbody > div > td .center,
#review .review-block .table > div > td .center,
#review .review-block table tbody > tbody > tr > div .center,
#review .review-block .table > tbody > tr > div .center,
#review .review-block table tbody > tr > div .center,
#review .review-block .table > tr > div .center,
#review .review-block table tbody > div > div .center,
#review .review-block .table > div > div .center {
  text-align: center;
}
#review .review-block table tbody > tbody > tr > th .right,
#review .review-block .table > tbody > tr > th .right,
#review .review-block table tbody > tr > th .right,
#review .review-block .table > tr > th .right,
#review .review-block table tbody > div > th .right,
#review .review-block .table > div > th .right,
#review .review-block table tbody > tbody > tr > td .right,
#review .review-block .table > tbody > tr > td .right,
#review .review-block table tbody > tr > td .right,
#review .review-block .table > tr > td .right,
#review .review-block table tbody > div > td .right,
#review .review-block .table > div > td .right,
#review .review-block table tbody > tbody > tr > div .right,
#review .review-block .table > tbody > tr > div .right,
#review .review-block table tbody > tr > div .right,
#review .review-block .table > tr > div .right,
#review .review-block table tbody > div > div .right,
#review .review-block .table > div > div .right {
  text-align: right;
}
#review .review-block table tbody > tbody > tr > th .left,
#review .review-block .table > tbody > tr > th .left,
#review .review-block table tbody > tr > th .left,
#review .review-block .table > tr > th .left,
#review .review-block table tbody > div > th .left,
#review .review-block .table > div > th .left,
#review .review-block table tbody > tbody > tr > td .left,
#review .review-block .table > tbody > tr > td .left,
#review .review-block table tbody > tr > td .left,
#review .review-block .table > tr > td .left,
#review .review-block table tbody > div > td .left,
#review .review-block .table > div > td .left,
#review .review-block table tbody > tbody > tr > div .left,
#review .review-block .table > tbody > tr > div .left,
#review .review-block table tbody > tr > div .left,
#review .review-block .table > tr > div .left,
#review .review-block table tbody > div > div .left,
#review .review-block .table > div > div .left {
  text-align: left;
}
#review .review-block table tbody > tbody > tr > th:nth-child(n+1):last-child,
#review .review-block .table > tbody > tr > th:nth-child(n+1):last-child,
#review .review-block table tbody > tr > th:nth-child(n+1):last-child,
#review .review-block .table > tr > th:nth-child(n+1):last-child,
#review .review-block table tbody > div > th:nth-child(n+1):last-child,
#review .review-block .table > div > th:nth-child(n+1):last-child,
#review .review-block table tbody > tbody > tr > td:nth-child(n+1):last-child,
#review .review-block .table > tbody > tr > td:nth-child(n+1):last-child,
#review .review-block table tbody > tr > td:nth-child(n+1):last-child,
#review .review-block .table > tr > td:nth-child(n+1):last-child,
#review .review-block table tbody > div > td:nth-child(n+1):last-child,
#review .review-block .table > div > td:nth-child(n+1):last-child,
#review .review-block table tbody > tbody > tr > div:nth-child(n+1):last-child,
#review .review-block .table > tbody > tr > div:nth-child(n+1):last-child,
#review .review-block table tbody > tr > div:nth-child(n+1):last-child,
#review .review-block .table > tr > div:nth-child(n+1):last-child,
#review .review-block table tbody > div > div:nth-child(n+1):last-child,
#review .review-block .table > div > div:nth-child(n+1):last-child {
  text-align: right;
}
#review .review-block table tbody > tbody > tr > th:nth-child(n+1):last-child.center,
#review .review-block .table > tbody > tr > th:nth-child(n+1):last-child.center,
#review .review-block table tbody > tr > th:nth-child(n+1):last-child.center,
#review .review-block .table > tr > th:nth-child(n+1):last-child.center,
#review .review-block table tbody > div > th:nth-child(n+1):last-child.center,
#review .review-block .table > div > th:nth-child(n+1):last-child.center,
#review .review-block table tbody > tbody > tr > td:nth-child(n+1):last-child.center,
#review .review-block .table > tbody > tr > td:nth-child(n+1):last-child.center,
#review .review-block table tbody > tr > td:nth-child(n+1):last-child.center,
#review .review-block .table > tr > td:nth-child(n+1):last-child.center,
#review .review-block table tbody > div > td:nth-child(n+1):last-child.center,
#review .review-block .table > div > td:nth-child(n+1):last-child.center,
#review .review-block table tbody > tbody > tr > div:nth-child(n+1):last-child.center,
#review .review-block .table > tbody > tr > div:nth-child(n+1):last-child.center,
#review .review-block table tbody > tr > div:nth-child(n+1):last-child.center,
#review .review-block .table > tr > div:nth-child(n+1):last-child.center,
#review .review-block table tbody > div > div:nth-child(n+1):last-child.center,
#review .review-block .table > div > div:nth-child(n+1):last-child.center {
  text-align: center;
}
#review .review-block table tbody > tbody > tr > th:nth-child(n+1):last-child.left,
#review .review-block .table > tbody > tr > th:nth-child(n+1):last-child.left,
#review .review-block table tbody > tr > th:nth-child(n+1):last-child.left,
#review .review-block .table > tr > th:nth-child(n+1):last-child.left,
#review .review-block table tbody > div > th:nth-child(n+1):last-child.left,
#review .review-block .table > div > th:nth-child(n+1):last-child.left,
#review .review-block table tbody > tbody > tr > td:nth-child(n+1):last-child.left,
#review .review-block .table > tbody > tr > td:nth-child(n+1):last-child.left,
#review .review-block table tbody > tr > td:nth-child(n+1):last-child.left,
#review .review-block .table > tr > td:nth-child(n+1):last-child.left,
#review .review-block table tbody > div > td:nth-child(n+1):last-child.left,
#review .review-block .table > div > td:nth-child(n+1):last-child.left,
#review .review-block table tbody > tbody > tr > div:nth-child(n+1):last-child.left,
#review .review-block .table > tbody > tr > div:nth-child(n+1):last-child.left,
#review .review-block table tbody > tr > div:nth-child(n+1):last-child.left,
#review .review-block .table > tr > div:nth-child(n+1):last-child.left,
#review .review-block table tbody > div > div:nth-child(n+1):last-child.left,
#review .review-block .table > div > div:nth-child(n+1):last-child.left {
  text-align: left;
}
#review .review-block table tbody > *:first-child:not(.primary),
#review .review-block .table > *:first-child:not(.primary) {
  background: #464647;
  color: #fff;
}
#review .review-block table tbody > *:first-child:not(.primary) a,
#review .review-block .table > *:first-child:not(.primary) a {
  color: #fff;
}
#review .review-block table tbody .heading,
#review .review-block .table .heading {
  background: #464647;
}
#review .review-block .inputRequirement {
  vertical-align: middle;
}
#review .not-translated {
  margin-top: 5px;
}
#review .not-translated label,
#review .not-translated span {
  display: inline-block;
  vertical-align: text-bottom;
}
html.touch-active #topnav li.account div.dropdown,
html.touch-active #topnav li.cart div.dropdown,
html.touch-active #topnav li.wishlist div.dropdown {
  font-size: large;
}
html.touch-active ul.ui-autocomplete {
  font-size: large;
}
body.microsite #mainnav {
  height: auto;
}
body.microsite #mainnav:before,
body.microsite #mainnav:after {
  content: " ";
  display: table;
}
body.microsite #mainnav:after {
  clear: both;
}
.bottom-navigation:before,
.bottom-navigation:after {
  content: " ";
  display: table;
}
.bottom-navigation:after {
  clear: both;
}
.bottom-navigation .pager {
  margin-top: 5px;
}
.bottom-navigation .pager a:last-of-type {
  padding-right: 5px;
}
.bottom-navigation .page-block {
  padding: 0;
  margin: 0;
}
.bottom-navigation .page-block a:not(.snap-css-button) {
  margin: 0;
}
.bottom-navigation .legacy-button-red,
.bottom-navigation .legacy-button-green {
  margin: 0;
}
.bottom-navigation #paginatorbottomview {
  float: right;
  padding-right: 10px;
}
.bottom-navigation #paginatorbottomview .prev {
  padding-right: 20px;
}
.bottom-navigation #paginatorbottomview .next {
  padding-left: 10px;
}
.bottom-navigation #paginatorbottomview a.currentpage {
  font-weight: bold;
  text-decoration: none;
  color: black;
  cursor: default;
}
.bottom-navigation #paginatorbottomview a.disabled {
  color: #c2c4c6;
  cursor: default;
  text-decoration: none;
}
.bottom-navigation > div.snap-button-bar {
  display: inline-block;
  float: right;
  margin-top: 2px;
}
.bottom-navigation > div:first-child {
  float: left;
}
.bottom-navigation > div + div {
  float: right;
}
.bottom-navigation .snap-css-button {
  margin: 0;
}
#simplemodal-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: inherit !important;
}
.dialog-container {
  background-color: #fff;
  padding: 10px;
}
.dialog-container .dialog-content .button-h {
  margin-right: 10px;
}
.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 {
  padding-top: 10px;
  text-align: center;
}
.dialog-container .dialog-content .dialog-button-row .button-separator {
  display: inline-block;
  width: 5px;
}
.snap-dialog-content h2 {
  letter-spacing: 0;
}
#edit-dialog {
  padding: 0;
  overflow: auto;
}
#edit-dialog #address-form .forminput > div:nth-child(1) {
  width: 200px;
}
#edit-dialog #address-form,
#edit-dialog #payment-form {
  display: block;
  max-width: 600px;
}
#edit-dialog #address-form .forminput.set-primary > div:nth-child(1),
#edit-dialog #payment-form .forminput.set-primary > div:nth-child(1) {
  text-align: right;
}
#edit-dialog #address-form .forminput input[type=text],
#edit-dialog #payment-form .forminput input[type=text],
#edit-dialog #address-form .forminput select,
#edit-dialog #payment-form .forminput select {
  width: 250px;
}
#edit-dialog #address-form .newaddress,
#edit-dialog #payment-form .newaddress {
  margin-bottom: 10px;
  font-weight: bold;
}
#edit-dialog #address-form .page-block,
#edit-dialog #payment-form .page-block {
  padding: 10px;
  display: block;
}
#edit-dialog #address-form .buttons,
#edit-dialog #payment-form .buttons {
  display: block;
  padding: 10px;
  border-top: 1px solid #E8E9EA;
}
#edit-dialog #address-form .buttons:before,
#edit-dialog #payment-form .buttons:before,
#edit-dialog #address-form .buttons:after,
#edit-dialog #payment-form .buttons:after {
  content: " ";
  display: table;
}
#edit-dialog #address-form .buttons:after,
#edit-dialog #payment-form .buttons:after {
  clear: both;
}
#edit-dialog #address-form .buttons h2,
#edit-dialog #payment-form .buttons h2 {
  text-transform: unset;
  font-size: 12px;
  margin-bottom: 10px;
}
#edit-dialog #address-form .buttons .forward,
#edit-dialog #payment-form .buttons .forward {
  float: right;
}
#edit-dialog #address-form .update-address.disabled,
#edit-dialog #payment-form .update-address.disabled {
  background: #c2c4c6;
  border-color: #c2c4c6;
  color: #707070;
  text-shadow: none;
}
#edit-dialog #address-form input[type="checkbox"],
#edit-dialog #payment-form input[type="checkbox"] {
  margin-left: 0;
}
#edit-dialog .button-heading {
  display: inline-block;
  margin-top: 5px;
}
#zip-dialog {
  width: 900px !important;
  padding: 0;
}
#zip-dialog .top {
  display: block;
  padding: 10px 0 0 0;
  border-bottom: 1px solid #c2c4c6;
}
#zip-dialog .top h1 {
  letter-spacing: unset;
  font-size: 1.65rem;
  padding-top: 5px;
}
#zip-dialog .top #find-stores {
  display: inline-block;
  border-bottom: none;
  margin-right: 20px;
}
#zip-dialog .top .store-product {
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
}
#zip-dialog .top .store-product > div {
  vertical-align: middle;
  display: inline-block;
}
#zip-dialog .top .store-product > div:first-child {
  width: 150px;
  margin-right: 5px;
}
#zip-dialog .top .store-product > div:first-child img {
  width: 100%;
  height: auto;
}
#zip-dialog .top .store-product > div:last-child {
  font-weight: bold;
  font-size: 1.15em;
  width: 260px;
}
#zip-dialog #store-locator {
  min-height: 546px;
}
#zip-dialog #store-locator #store-list {
  height: 100%;
  max-height: 546px;
}
#zip-dialog #store-locator #store-list > div {
  height: 100%;
  min-height: 546px;
  box-sizing: border-box;
}
#zip-dialog #store-locator #map {
  height: 545px;
  width: 655px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#confirmation-dialog.payment-page .ui-dialog-title {
  color: #fff;
}
#confirmation-dialog.payment-page > div {
  max-width: 800px;
  padding: 10px;
}
#confirmation-dialog.payment-page > div .center {
  text-align: center;
  padding-bottom: 10px;
}
#customers-dialog div.search-results {
  width: 100%;
  border: 1px solid #c0c0c0;
  margin-bottom: 1em;
  border-radius: 3px;
}
#customers-dialog div.search-results > div {
  display: table-row;
}
#customers-dialog div.search-results > div:first-child {
  font-weight: bold;
  color: white;
  background: #333333;
}
#customers-dialog div.search-results > div.search-result-row {
  cursor: pointer;
}
#customers-dialog div.search-results > div.search-result-row:hover {
  background: #f8f800;
}
#customers-dialog div.search-results > div > div {
  display: table-cell;
  padding: 2px 5px;
}
#add-to-saved-list-dialog {
  padding: 10px;
  width: 450px;
}
#add-to-saved-list-dialog #view-saved-lists {
  padding: 5px;
  padding: 0;
  font-size: 120%;
  margin: 0 0 10px;
}
#add-to-saved-list-dialog #view-saved-lists a {
  text-decoration: underline;
}
#add-to-saved-list-dialog #available-saved-lists input[type=radio] {
  vertical-align: text-top;
}
#add-to-saved-list-dialog #available-saved-lists input[type=radio]:checked:after {
  margin-top: 4px;
}
#add-to-saved-list-dialog #new-saved-list {
  border-top: 1px solid #C8C8C8;
}
#add-to-saved-list-dialog #items-saved {
  display: none;
}
#add-to-saved-list-dialog .message {
  margin: 10px 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 .success {
  margin-top: 10px;
}
#add-to-saved-list-dialog .success .checkmark {
  background: #1f8300;
  border-radius: 90%;
  padding: 2px;
  display: inline-block;
  position: relative;
  height: 12px;
  width: 12px;
  text-align: center;
  line-height: 0.85;
}
#add-to-saved-list-dialog .success .checkmark i {
  color: #fff;
  font-family: 'Font Awesome 6 Pro', serif;
  font-size: 10px;
}
#add-to-saved-list-dialog .success #saved-list-product {
  margin-top: 10px;
}
#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 +  20px ));
  margin-left: 10px;
  font-weight: bold;
}
#add-to-saved-list-dialog .error {
  margin-top: 10px;
  color: #a2081d;
}
#add-to-saved-list-dialog .error h3 {
  font-size: 12px;
  margin: 0;
}
#add-to-saved-list-dialog ul {
  list-style-type: none;
  max-height: 287px;
  overflow: auto;
  padding-top: 5px;
}
#add-to-saved-list-dialog ul li {
  margin-left: 5px;
  padding: 0 0 15px;
}
#add-to-saved-list-dialog ul:last-child li span:after {
  content: "";
  clear: both;
  display: table;
}
#add-to-saved-list-dialog ul:last-child li span + input {
  margin: 3.33333333px 0 0 20px;
  width: calc(100% - ( 40px  + 2px));
}
#add-to-saved-list-dialog .buttons {
  text-align: right;
  margin-top: 10px;
}
.chat-widget-config {
  background-color: #2e3a47;
  color: #fff;
}
#open_fc_widget {
  position: fixed;
  bottom: 16px;
  right: 20px;
  z-index: 9999;
  padding: 12px 22px;
  color: #fff;
  border-radius: 999rem;
  border: none;
  line-height: 1;
  cursor: pointer;
}
#open_fc_widget svg {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  margin-right: 8px;
}
#open_fc_widget span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  letter-spacing: 0.6px;
  font-weight: 700;
  line-height: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial;
}
#overlay {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#dialog {
  background-color: #fff;
  z-index: 999;
  position: absolute;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
}
#dialog #loadingimg {
  display: block;
  margin: 0 auto;
}
#dialog #closedialog {
  position: absolute;
  top: -6px;
  left: 100%;
  margin-left: -20px;
  z-index: 119;
}
#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);
}
#back_order_items_dialog,
#jit_dialog {
  display: none;
  max-width: 900px;
}
#back_order_items_dialog td,
#jit_dialog td {
  text-align: center;
}
#back_order_items_dialog .dialog-close-button,
#jit_dialog .dialog-close-button {
  display: none;
}
#back_order_items_dialog .have-jit,
#jit_dialog .have-jit {
  margin-top: 10px;
}
.snap-dialog-template {
  display: none;
}
.snap-dialog {
  position: absolute;
  padding: 0;
}
.snap-dialog .ui-dialog-titlebar {
  padding: 4px 5px 5px;
  border: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #F2F2F2;
}
.snap-dialog .ui-dialog-title {
  padding: 3.33333333px 3.33333333px 3.33333333px;
}
.snap-dialog .ui-dialog-content {
  padding: 10px;
}
.snap-dialog .ui-dialog-content div.checkboxes {
  margin: 0 4em 1em 4em;
}
.snap-dialog .ui-dialog-content div.checkboxes label {
  display: block;
  padding-right: 10px;
  white-space: nowrap;
}
.snap-dialog .ui-dialog-content div.checkboxes label span {
  padding-left: 3px;
  vertical-align: middle;
}
.snap-dialog .ui-dialog-content div.checkboxes input {
  vertical-align: middle;
}
.snap-dialog .ui-dialog-content div.dialog-buttons {
  clear: both;
  margin-top: 5px;
  text-align: right;
  min-width: 15em;
}
.snap-dialog .ui-dialog-content div.dialog-buttons .grayed {
  pointer-events: none;
  opacity: 0.5;
}
.snap-dialog.ajax-busy {
  opacity: 1;
}
.snap-dialog.ajax-busy > * {
  opacity: 0.5;
}
#cartdialog {
  background: white;
  padding: 10px;
}
#cartdialog #dont-show {
  position: absolute;
  left: 20px;
  top: 100px;
  background: #F8F9D1;
  border: 1px solid #ECC509;
  width: 300px;
  padding: 5px;
  color: #a2081d;
  box-shadow: 5px 5px 10px #cccccc;
}
#cartdialog .mini-cart-message {
  padding: 10px;
  color: #a2081d;
}
#cartdialog .content {
  background-color: white;
  padding: 10px;
}
#cartdialog .content .title {
  clear: both;
}
#cartdialog .content .title span {
  font-weight: bold;
}
#cartdialog .content .title > div {
  font-weight: normal;
  margin-top: 10px;
}
#cartdialog .content ul {
  list-style-type: none;
}
#cartdialog .content ul li {
  margin: 0;
}
#cartdialog .content ul li .total-item-count {
  display: none;
}
#cartdialog .content ul li table {
  width: 100%;
}
#cartdialog .content ul li table tr.cart-header td {
  font-weight: bold;
}
#cartdialog .content ul li table tr.cart-header td:not(.item-name) {
  text-align: right;
}
#cartdialog .content ul li table tr.cart-item td:not(.item-name) {
  text-align: right;
}
#cartdialog .content ul li table tr td {
  padding: 2.5px 5px;
  position: relative;
}
#cartdialog .content ul li table tr.backordered .item-qty,
#cartdialog .content ul li table tr.backordered .item-avail-qty {
  color: #a2081d;
  font-weight: bold;
}
#cartdialog .content ul li table tr.bundle td.item-name {
  padding-left: 20px;
  font-style: italic;
}
#cartdialog .content ul li table tr.bundle td.item-name:before {
  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: "\f3bf";
  font-weight: 900;
  position: absolute;
  left: 10px;
  color: #2e3a47;
  transform: rotate(90deg);
}
#cartdialog .content ul li table tr:hover td.item-name:before {
  color: #fff;
}
#cartdialog .content ul li.cart-content {
  margin-left: 0;
}
#cartdialog .content ul li.separator {
  border-top: 1px solid #c3c3c3;
}
#cartdialog .content ul li.cart-total {
  text-align: right;
  padding: 5px;
  font-weight: bold;
}
#cartdialog .content ul li.cart-start-checkout {
  display: none;
}
#cartdialog .content ul li.more-items {
  margin-bottom: 10px;
}
#cartdialog .content .row {
  display: flex;
  margin-top: 10px;
}
#cartdialog .content .row .displaycartblock {
  display: flex;
  align-items: center;
}
#cartdialog .content .row .displaycartblock .switch {
  position: relative;
  display: inline-block !important;
  width: 42px !important;
  height: 25px;
  flex-shrink: 0;
}
#cartdialog .content .row .displaycartblock .switch input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
#cartdialog .content .row .displaycartblock .switch input[type=checkbox]:checked + .slider,
#cartdialog .content .row .displaycartblock .switch input[type=checkbox]:checked + input[type=hidden] + .slider {
  background-color: green;
  margin-left: 0;
}
#cartdialog .content .row .displaycartblock .switch input[type=checkbox]:checked + .slider:before,
#cartdialog .content .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 .content .row .displaycartblock .switch input[type=checkbox]:checked + .slider > span,
#cartdialog .content .row .displaycartblock .switch input[type=checkbox]:checked + input[type=hidden] + .slider > span {
  color: #fff;
}
#cartdialog .content .row .displaycartblock .switch input[type=checkbox]:not(:checked) + .slider,
#cartdialog .content .row .displaycartblock .switch input[type=checkbox]:not(:checked) + input[type=hidden] + .slider {
  color: #000;
}
#cartdialog .content .row .displaycartblock .switch input[type=checkbox]:focus + .slider,
#cartdialog .content .row .displaycartblock .switch input[type=checkbox]:focus + input[type=hidden] + .slider {
  box-shadow: 0 0 1px #2196F3;
  outline: 2px solid #000;
  outline-offset: 2px;
}
#cartdialog .content .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 .content .row .displaycartblock .switch .slider > span {
  /* Note: This is simply for accessibility scanners */
  display: none;
}
#cartdialog .content .row .displaycartblock .switch .slider.round {
  /* Rounded sliders */
  border-radius: 25px;
  margin-left: 0;
}
#cartdialog .content .row .displaycartblock .switch .slider.round:before {
  border-radius: 50%;
}
#cartdialog .content .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 .content .row .displaycartblock > label {
  padding: 0 10px;
}
#cartdialog .content .row .buttons {
  margin-left: auto;
  display: flex;
}
#cartdialog .content .row .buttons a {
  display: inline-block;
  vertical-align: middle;
}
#cartdialog .content .row .buttons a:first-child {
  margin-right: 5px;
}
#cartdialog .content #close {
  width: 8vw;
  float: right;
}
#send-list-dialog input[type="text"],
#send-list-dialog textarea {
  width: 30em;
}
html.dialog:not(.overflow) {
  overflow: hidden;
}
html.dialog body {
  height: 100%;
  overflow: scroll;
}
html.dialog .snap-dialog-content {
  overflow-y: auto;
  max-height: 90vh;
}
html.dialog .ui-dialog {
  z-index: 9999;
}
html.dialog .ui-dialog.alt .ui-widget-header {
  background: transparent;
  border: none;
}
html.newsletter-modal-active #newsletter-modal {
  border: none;
  background: transparent;
  padding: 0;
  width: 500px !important;
  max-height: 500px !important;
}
html.newsletter-modal-active #newsletter-modal .heading {
  font-weight: bold;
  font-size: 1.25em;
  padding: 10px 20px 10px 0;
  border-bottom: 1px solid #c2c4c6;
  margin-bottom: 10px;
  display: block;
}
html.newsletter-modal-active #newsletter-modal form {
  clear: both;
  padding: 20px;
}
html.newsletter-modal-active #newsletter-modal form .g-recaptcha {
  margin: 10px 0 -15px;
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
html.newsletter-modal-active #newsletter-modal form .forminput {
  margin-bottom: 5px;
}
html.newsletter-modal-active #newsletter-modal form .forminput label {
  color: #4e4d4d;
}
html.newsletter-modal-active #newsletter-modal form .forminput input[type=text],
html.newsletter-modal-active #newsletter-modal form .forminput input[type=email] {
  border: 1px solid #c2c4c6;
  width: 180px;
  padding: 5px 5px 5px;
}
html.newsletter-modal-active #newsletter-modal form .forminput input[type=text]:hover,
html.newsletter-modal-active #newsletter-modal form .forminput input[type=email]:hover,
html.newsletter-modal-active #newsletter-modal form .forminput input[type=text]:focus,
html.newsletter-modal-active #newsletter-modal form .forminput input[type=email]:focus {
  background: #f8f8f8;
}
html.newsletter-modal-active #newsletter-modal form #list-memberships,
html.newsletter-modal-active #newsletter-modal form #list-sms-memberships {
  margin-top: 5px;
}
html.newsletter-modal-active #newsletter-modal form #list-memberships > div,
html.newsletter-modal-active #newsletter-modal form #list-sms-memberships > div {
  position: relative;
}
html.newsletter-modal-active #newsletter-modal form #list-memberships > div .checkbox,
html.newsletter-modal-active #newsletter-modal form #list-sms-memberships > div .checkbox {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #c3c3c3;
}
html.newsletter-modal-active #newsletter-modal form #list-memberships > div .checkbox:hover,
html.newsletter-modal-active #newsletter-modal form #list-sms-memberships > div .checkbox:hover {
  background-color: #f8f8f8;
}
html.newsletter-modal-active #newsletter-modal form #list-memberships > div input:checked + input[type=hidden] + .checkbox,
html.newsletter-modal-active #newsletter-modal form #list-sms-memberships > div input:checked + input[type=hidden] + .checkbox {
  background-color: #2079bf;
  border: none;
  height: 20px;
  width: 20px;
}
html.newsletter-modal-active #newsletter-modal form #list-memberships > div input:checked + input[type=hidden] + .checkbox:after,
html.newsletter-modal-active #newsletter-modal form #list-sms-memberships > div input:checked + input[type=hidden] + .checkbox:after {
  display: block;
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
html.newsletter-modal-active #newsletter-modal form #list-memberships > div input[type=checkbox],
html.newsletter-modal-active #newsletter-modal form #list-sms-memberships > div input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
html.newsletter-modal-active #newsletter-modal form #list-memberships > div label,
html.newsletter-modal-active #newsletter-modal form #list-sms-memberships > div label {
  margin-left: 20px;
}
html.newsletter-modal-active #newsletter-modal form #list-memberships input[type=submit],
html.newsletter-modal-active #newsletter-modal form #list-sms-memberships input[type=submit] {
  display: block;
  width: 100%;
  margin: 0;
  text-shadow: none;
  border-radius: initial;
  text-transform: uppercase;
  padding: 20px;
  background: #2079bf;
}
html.newsletter-modal-active #newsletter-modal form input[type=submit] {
  display: block;
  width: 100%;
  margin: 0;
  text-shadow: none;
  border-radius: initial;
  text-transform: uppercase;
  padding: 10px;
  margin-top: 15px;
  background: #2079bf;
}
html.newsletter-modal-active #newsletter-modal .section:nth-of-type(1),
html.newsletter-modal-active #newsletter-modal .section:nth-of-type(2) {
  display: inline-block;
  width: 50%;
  margin-right: -4px;
  vertical-align: top;
}
html.newsletter-modal-active #newsletter-modal img {
  float: left;
  max-width: 500px !important;
  height: auto;
}
html.newsletter-modal-active .ui-dialog div.ui-dialog-titlebar {
  background: transparent;
  position: absolute;
  width: 50px;
  right: 10px;
  top: 10px;
  z-index: 100;
}
#more-filters-dialog {
  box-sizing: border-box;
  min-width: 900px;
  max-height: 90vh !important;
  overflow-y: auto !important;
  padding: 0;
}
#more-filters-dialog .header {
  padding-left: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.25em;
}
#more-filters-dialog .more {
  display: none;
}
#more-filters-dialog ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  column-count: 3;
}
#more-filters-dialog ul.many {
  column-count: 4;
}
#more-filters-dialog ul li {
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#more-filters-dialog ul li label {
  padding: 5px 5px 5px 0;
  cursor: pointer;
  display: block;
  position: relative;
}
#more-filters-dialog ul li label input[type=checkbox] {
  opacity: 0;
}
#more-filters-dialog ul li label input[type=checkbox] + span {
  display: inline-block;
}
#more-filters-dialog ul li label input[type=checkbox] + span:before {
  position: absolute;
  left: 0;
  top: 3px;
}
#more-filters-dialog ul li label input[type=checkbox]:focus + span {
  outline: 2px solid;
  outline-offset: 1px;
}
#more-filters-dialog ul li label input[type=checkbox]:not(:checked) + span:before {
  vertical-align: middle;
  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: "\f04d";
  font-weight: 900;
  font-weight: 100;
  background: #fff;
  line-height: 0.85;
  border-radius: 3px;
}
#more-filters-dialog ul li label input[type=checkbox]:checked + span:before {
  vertical-align: middle;
  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: "\f14a";
  font-weight: 900;
  line-height: 0.85;
}
#more-filters-dialog ul li label span {
  vertical-align: middle;
}
#more-filters-dialog ul li span span {
  color: #2e3a47;
}
#more-filters-dialog > ul {
  padding: 10px 15px;
}
#more-filters-dialog .show-results {
  position: sticky;
  bottom: 0;
  padding: 10px;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #E8E9EA;
}
#more-filters-dialog .show-results .snap-css-button {
  margin-right: 15px;
}
#more-filters-dialog .show-results .snap-css-button + a {
  text-decoration: underline;
  padding: 10px;
}
#more-filters-dialog .show-results a {
  vertical-align: middle;
}
html.reasons-why-dialog .ui-dialog-titlebar {
  display: none;
}
.reasons-why {
  border: 1px solid #000 !important;
}
.reasons-why > div {
  padding: 10px;
  width: 425px;
  box-sizing: border-box;
}
.reasons-why .top {
  display: flex;
  font-size: 120%;
  margin-bottom: 10px;
  line-height: 1.2;
}
.reasons-why .top img {
  margin-right: 10px;
}
.reasons-why .top .title {
  margin: 5px 0;
  padding-right: 10px;
}
.reasons-why .top .warranty-info {
  color: #a2081d;
  margin-bottom: 5px;
  font-size: 12px;
}
.reasons-why .top .quantity-wrapper {
  margin-left: auto;
}
.reasons-why .top .single-qty {
  margin-top: 5px;
}
.reasons-why .error {
  padding: 0 0 10px;
  color: #a2081d;
  font-weight: bold;
}
.reasons-why .default-reason {
  display: none;
}
.reasons-why .default-reason + label {
  display: none;
}
.reasons-why h3 {
  font-weight: bold;
  line-height: 1.2;
}
.reasons-why ul {
  list-style-type: none;
  margin-bottom: 15px;
}
.reasons-why ul li {
  margin-left: 0;
  border-top: 1px solid #E8E9EA;
}
.reasons-why ul li:last-child {
  border-bottom: 1px solid #E8E9EA;
}
.reasons-why ul li .radio {
  padding: 7px 7px 7px;
  cursor: pointer;
  display: block;
}
.reasons-why .comment {
  margin-bottom: 10px;
}
.reasons-why .comment label {
  display: block;
  margin-bottom: 10px;
}
.reasons-why .comment textarea {
  width: 100%;
  height: 50px;
  background: #f8f8f8;
  box-sizing: border-box;
}
.reasons-why .comment textarea[placeholder] {
  font-size: 10px;
}
.reasons-why .button {
  text-align: center;
  padding-bottom: 10px;
}
.reasons-why .cancel {
  text-align: center;
  padding-bottom: 5px;
}
.currencies-container {
  position: relative;
}
.infobox .currencies-container {
  text-align: right;
  clear: both;
  margin-top: 20px;
}
.currencies-estimate {
  background: none;
  border: none;
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
  padding: 0;
}
.currencies-dropdown {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  z-index: 99;
  background-color: #F4F4F4;
  border: 1px solid #c2c4c6;
  padding: 5px;
  text-align: right;
  max-width: 256px;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.currencies-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.currencies-list li {
  margin: 0;
}
.currencies-list li:last-child {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #c2c4c6;
}
html {
  display: table;
  margin: auto;
  width: 100%;
}
html.exploded {
  overflow: hidden;
}
html.exploded #maincontent {
  z-index: 10000;
}
html.dns #ae_launcher {
  visibility: hidden;
}
html.dns #open_fc_widget {
  display: none;
}
html body .snap-css-button.unavailable {
  background: #d7d7d7 !important;
  color: #000 !important;
  text-shadow: none;
  cursor: url('/content/skins/shared/images/misc/cross-out.png'), auto;
  border: none;
  box-shadow: none;
}
html body .snap-css-button.unavailable:hover:after {
  position: absolute;
  width: 30px;
  height: 30px;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
html.overflow-hidden {
  overflow: hidden !important;
}
#categorypage,
#searchpage,
#infopage,
#rc-parts-page {
  overflow-x: hidden;
}
ul.ui-autocomplete {
  list-style-type: none;
  list-style-position: outside;
  display: inline-block;
  background: #fff;
  border: 1px solid #f0f0f0;
  cursor: default;
  padding: 1px 3px;
  margin: 0;
  color: black;
  text-align: left;
  position: absolute;
  font-weight: normal;
  font-style: normal;
  z-index: 101;
}
ul.ui-autocomplete li.ui-menu-item,
ul.ui-autocomplete li.search-provider-categories,
ul.ui-autocomplete li.search-provider-resources {
  border: none;
  margin: 1px 0;
}
ul.ui-autocomplete li.ui-menu-item a,
ul.ui-autocomplete li.search-provider-categories a,
ul.ui-autocomplete li.search-provider-resources a {
  cursor: pointer;
  display: block;
  padding: 2px 4px;
  border: 0;
  text-decoration: none;
  outline: 0;
  background: transparent;
  color: black;
  border-radius: 3px;
}
ul.ui-autocomplete li.ui-menu-item a em,
ul.ui-autocomplete li.search-provider-categories a em,
ul.ui-autocomplete li.search-provider-resources a em {
  font-weight: bold;
}
ul.ui-autocomplete li.ui-menu-item a > span,
ul.ui-autocomplete li.search-provider-categories a > span,
ul.ui-autocomplete li.search-provider-resources a > span {
  display: block;
  padding-left: 10px;
  color: #2e3a47;
  font-style: italic;
}
ul.ui-autocomplete li.ui-menu-item a:not(.hide-active).ui-state-active,
ul.ui-autocomplete li.search-provider-categories a:not(.hide-active).ui-state-active,
ul.ui-autocomplete li.search-provider-resources a:not(.hide-active).ui-state-active {
  background: #F2F2F2;
}
ul.ui-autocomplete li.ui-menu-divider {
  border-top: 1px solid #F4F4F4;
  padding: 0;
  margin: 0;
  background: none;
}
ul.ui-autocomplete.search-provider-autocomplete {
  min-height: 600px;
  width: 1000px !important;
  background: #fff;
  box-shadow: 0 3px 3px #19000642;
  left: 0 !important;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  padding: 5px;
}
ul.ui-autocomplete.search-provider-autocomplete.open {
  margin-top: 2px;
}
ul.ui-autocomplete.search-provider-autocomplete > li {
  margin: 0;
  padding: 0 0 0 10px;
  background: #fff;
}
ul.ui-autocomplete.search-provider-autocomplete > li > a {
  padding: 2px;
  margin: 1px;
  box-sizing: border-box;
  display: block;
  width: calc(40% -  20px );
}
ul.ui-autocomplete.search-provider-autocomplete > li > div {
  list-style-type: none;
  background: #fff;
  height: 100%;
  width: 60%;
  overflow-x: auto;
  border-left: 1px solid #E8E9EA;
  position: absolute;
  top: 0;
  right: 0;
}
ul.ui-autocomplete.search-provider-autocomplete > li > div.ui-state-active {
  color: #000;
  border: none;
}
ul.ui-autocomplete.search-provider-autocomplete > li > div > div {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
}
ul.ui-autocomplete.search-provider-autocomplete > li > div > div > div {
  width: 32.75%;
  cursor: pointer;
  padding: 5px;
  margin: 1px;
  box-sizing: border-box;
  border-radius: 3px;
}
ul.ui-autocomplete.search-provider-autocomplete > li > div > div > div:hover:not(.selected) {
  background: #f9f9f9;
}
ul.ui-autocomplete.search-provider-autocomplete > li > div > div > div.selected {
  background: #F2F2F2;
}
ul.ui-autocomplete.search-provider-autocomplete > li > div > div > div.selected > div > span:after {
  background-color: #F2F2F2;
}
ul.ui-autocomplete.search-provider-autocomplete > li > div > div > div:hover:not(.selected) {
  background: #f9f9f9;
}
ul.ui-autocomplete.search-provider-autocomplete > li > div > div > div:hover:not(.selected) > div > span:after {
  background-color: #f9f9f9;
}
ul.ui-autocomplete.search-provider-autocomplete > li > div > div > div img {
  width: 100px;
  height: 80px;
  mix-blend-mode: multiply;
  flex-shrink: 0;
  display: block;
  margin: 0 auto 5px;
}
ul.ui-autocomplete.search-provider-autocomplete > li > div > div > div > div > span {
  position: relative;
  box-sizing: border-box;
  display: block;
  line-height: 1.25;
}
ul.ui-autocomplete.search-provider-autocomplete > li > div > div > div > div .rating {
  display: block;
  margin-bottom: 5px;
}
ul.ui-autocomplete.search-provider-autocomplete > li.ui-menu-item.ui-state-active {
  color: #000;
  border: none;
}
ul.ui-autocomplete.search-provider-autocomplete > li.search-provider-categories.selected > a,
ul.ui-autocomplete.search-provider-autocomplete > li.search-provider-resources.selected > a {
  background: #F2F2F2;
}
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.search-provider-resources.selected > div {
  display: block;
}
ul.ui-autocomplete.search-provider-autocomplete > li.search-provider-resources.selected > div > div.selected,
ul.ui-autocomplete.search-provider-autocomplete > li.search-provider-resources.selected > div > div:hover {
  background: #f9f9f9;
}
ul.ui-autocomplete.search-provider-autocomplete > li.search-provider-resources.selected > div > div > div {
  width: 100%;
}
ul.ui-autocomplete.search-provider-autocomplete > li.search-provider-resources.selected > div > div > div img {
  width: auto;
  max-width: 100%;
  height: auto;
}
ul.ui-autocomplete.search-provider-autocomplete > li.search-provider-resources.selected > div > div > div h2 {
  padding: 0 10px;
}
ul.ui-autocomplete.search-provider-autocomplete > li.search-provider-resources.selected > div > div > div h2 a {
  padding: 0;
}
ul.ui-autocomplete.search-provider-autocomplete > li.search-provider-resources.selected > div > div > div .synopsis {
  padding: 0 10px 10px;
}
ul.ui-autocomplete.search-provider-autocomplete > li.search-provider-resources.selected > div > div > div .synopsis a {
  text-decoration: underline;
  padding: 0;
}
ul.ui-autocomplete.search-provider-autocomplete > li.search-provider-resources.selected > div > div > div .synopsis .more {
  padding: 0;
  margin: 10px 0 0;
}
ul.ui-autocomplete.search-provider-autocomplete > li.search-provider-autocomplete-heading {
  padding: 0 0 5px;
  margin: 0;
  font-weight: bold;
  font-size: 13.8px;
  pointer-events: none;
}
ul.ui-autocomplete.search-provider-autocomplete > li.search-provider-autocomplete-heading:not(:first-child) {
  padding: 10px 2px 0;
}
#parts-finder {
  background: #F2F2F2;
  border-radius: 3px;
  margin-top: 10px;
}
.parts-finder {
  padding: 5px;
  box-sizing: border-box;
  min-height: 47px;
}
.parts-finder > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.parts-finder > div .title {
  font-weight: bold;
}
.parts-finder > div > div {
  padding: 5px;
}
.parts-finder > div > div .select {
  box-shadow: 2px 2px 0 #e8e8e8;
  background: #fff;
  position: relative;
}
.parts-finder > div > div .select:before {
  vertical-align: middle;
  display: block;
  font: normal normal normal 30px "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  font-weight: 100;
  z-index: 0;
  position: absolute;
  top: 2px;
  right: 10px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .parts-finder > div > div .select:before {
    display: none;
  }
}
.parts-finder > div > div .select select {
  width: 220px;
  display: block;
  height: 35px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  padding: 5px 10px;
  box-sizing: border-box;
}
.parts-finder > div > div .select.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.parts-finder > div > div .select.disabled select {
  pointer-events: none;
}
.parts-finder > div > div a.snap-css-button {
  padding: 5px;
  margin: 0;
  line-height: inherit !important;
}
.parts-finder > div > div a.snap-css-button.disabled {
  pointer-events: none;
  opacity: 0.5;
}
#shop-by-menu {
  white-space: nowrap;
  align-self: center;
  background: #707070;
  margin-right: 5px;
}
#shop-by-menu:hover {
  background: #464647;
}
#shop-by-menu > div {
  padding: 9px 10px 9px 10px;
  color: #fff;
}
#shop-by-menu > div: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: "\f0d7";
  font-weight: 900;
  vertical-align: baseline;
  color: #fff;
  margin-left: 5px;
}
#shop-by-menu ul {
  display: none;
  list-style-type: none;
  position: absolute;
  background: #fff;
  box-shadow: 0px 3px 3px #00000029;
  padding: 0;
  margin: 0;
}
#shop-by-menu ul li {
  padding: 0;
  margin: 0;
}
#shop-by-menu ul li a {
  text-decoration: none;
  display: block;
  padding: 5px;
}
#shop-by-menu ul li a:hover {
  color: #000;
  background: #F2F2F2;
}
#shop-by-menu:hover ul {
  display: block;
}
.page-description {
  order: 10;
}
.page-description h1,
.page-description h2 {
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  letter-spacing: initial;
  font-family: inherit;
  font-weight: bold;
}
.page-description h2 {
  display: inline;
}
html {
  background-attachment: fixed;
  overflow-y: scroll;
  /* checkout confirmation */
}
html .quantity:not(.dealer) {
  position: relative;
  border: 1px solid #464647;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}
html .quantity:not(.dealer):after {
  display: inline-block;
  font: normal normal normal 20px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  font-weight: 900;
  padding-right: 10px;
  color: #000;
  text-align: left;
  box-sizing: border-box;
  vertical-align: middle;
  font-weight: normal;
}
html .quantity:not(.dealer) input[type="number"],
html .quantity:not(.dealer) input[type=text] {
  width: 35px;
  padding-left: 10px;
  text-align: left;
  border-radius: unset;
  box-shadow: unset;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  box-sizing: border-box;
}
html .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;
}
html .quantity:not(.dealer) ul li {
  padding: 5px 10px;
  margin: -1px 0;
  cursor: pointer;
  text-align: left;
  width: calc(100% + 2px);
  box-sizing: border-box;
  display: block;
}
html .quantity:not(.dealer) ul li:hover,
html .quantity:not(.dealer) ul li.selected {
  background: #464647;
  color: #fff;
}
html .quantity:not(.dealer) ul:hover li.selected:not(:hover) {
  background: #fff;
  color: #464647;
}
html .quantity:not(.dealer).expand ul {
  display: block;
}
html .quantity:not(.dealer).arbitrary {
  cursor: initial;
}
html .quantity:not(.dealer).arbitrary:after {
  display: none;
}
html .quantity:not(.dealer).arbitrary input[type=number],
html .quantity:not(.dealer).arbitrary input[type=text] {
  cursor: initial;
  width: calc(36px +   10px );
  box-sizing: initial;
}
html .quantity:not(.dealer):not(.arbitrary) input {
  pointer-events: none;
}
html .quantity.dealer input[type=number] {
  margin-right: 10px;
  text-align: center;
  padding: 5px 0;
}
html:not(.touch) #mainnav.deferred-hover > ul > li > a {
  position: relative;
}
html:not(.touch) #mainnav.deferred-hover > ul > li > a:hover:before,
html:not(.touch) #mainnav.deferred-hover > ul > li > a:hover:after {
  height: 20px;
  width: 20px;
  bottom: 0;
  position: absolute;
  z-index: 2;
  display: block;
  content: " ";
  transform-origin: left bottom;
}
html:not(.touch) #mainnav.deferred-hover > ul > li > a:hover:before {
  transform: skewX(135deg);
  left: -20px;
}
html:not(.touch) #mainnav.deferred-hover > ul > li > a:hover:after {
  transform: skewX(45deg);
  right: -20px;
}
html.newsletter-modal-active #newsletter-modal {
  border: none;
  background: transparent;
  padding: 0;
  max-width: 500px !important;
  max-height: 500px !important;
}
html.newsletter-modal-active #newsletter-modal .heading {
  font-weight: bold;
  font-size: 1.25em;
  padding: 10px 20px 10px 0;
  border-bottom: 1px solid #c2c4c6;
  margin-bottom: 10px;
  display: block;
}
html.newsletter-modal-active #newsletter-modal form {
  clear: both;
  padding: 20px;
}
html.newsletter-modal-active #newsletter-modal form .g-recaptcha {
  margin: 15px 0 -15px;
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
html.newsletter-modal-active #newsletter-modal form .forminput {
  margin-bottom: 5px;
}
html.newsletter-modal-active #newsletter-modal form .forminput label {
  color: #4e4d4d;
}
html.newsletter-modal-active #newsletter-modal form .forminput input[type=text],
html.newsletter-modal-active #newsletter-modal form .forminput input[type=email] {
  border: 1px solid #c2c4c6;
  width: 180px;
  padding: 10px;
}
html.newsletter-modal-active #newsletter-modal form .forminput input[type=text]:hover,
html.newsletter-modal-active #newsletter-modal form .forminput input[type=email]:hover,
html.newsletter-modal-active #newsletter-modal form .forminput input[type=text]:focus,
html.newsletter-modal-active #newsletter-modal form .forminput input[type=email]:focus {
  background: #f8f8f8;
}
html.newsletter-modal-active #newsletter-modal form #list-memberships,
html.newsletter-modal-active #newsletter-modal form #list-sms-memberships {
  margin-top: 5px;
}
html.newsletter-modal-active #newsletter-modal form #list-memberships > div,
html.newsletter-modal-active #newsletter-modal form #list-sms-memberships > div {
  position: relative;
}
html.newsletter-modal-active #newsletter-modal form #list-memberships > div .checkbox,
html.newsletter-modal-active #newsletter-modal form #list-sms-memberships > div .checkbox {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #c3c3c3;
}
html.newsletter-modal-active #newsletter-modal form #list-memberships > div .checkbox:hover,
html.newsletter-modal-active #newsletter-modal form #list-sms-memberships > div .checkbox:hover {
  background-color: #f8f8f8;
}
html.newsletter-modal-active #newsletter-modal form #list-memberships > div input:checked + input[type=hidden] + .checkbox,
html.newsletter-modal-active #newsletter-modal form #list-sms-memberships > div input:checked + input[type=hidden] + .checkbox {
  background-color: #2079bf;
  border: none;
  height: 20px;
  width: 20px;
}
html.newsletter-modal-active #newsletter-modal form #list-memberships > div input:checked + input[type=hidden] + .checkbox:after,
html.newsletter-modal-active #newsletter-modal form #list-sms-memberships > div input:checked + input[type=hidden] + .checkbox:after {
  display: block;
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
html.newsletter-modal-active #newsletter-modal form #list-memberships > div input[type=checkbox],
html.newsletter-modal-active #newsletter-modal form #list-sms-memberships > div input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
html.newsletter-modal-active #newsletter-modal form #list-memberships > div label,
html.newsletter-modal-active #newsletter-modal form #list-sms-memberships > div label {
  margin-left: 30px;
}
html.newsletter-modal-active #newsletter-modal form #list-memberships input[type=submit],
html.newsletter-modal-active #newsletter-modal form #list-sms-memberships input[type=submit] {
  display: block;
  width: 100%;
  margin: 0;
  text-shadow: none;
  border-radius: initial;
  text-transform: uppercase;
  padding: 20px;
  background: #2079bf;
}
html.newsletter-modal-active #newsletter-modal form input[type=submit] {
  display: block;
  width: 100%;
  margin: 0;
  text-shadow: none;
  border-radius: initial;
  text-transform: uppercase;
  padding: 20px;
  background: #2079bf;
}
html.newsletter-modal-active #newsletter-modal .section:nth-of-type(1),
html.newsletter-modal-active #newsletter-modal .section:nth-of-type(2) {
  display: inline-block;
  width: 50%;
  margin-right: -4px;
  vertical-align: top;
}
html.newsletter-modal-active #newsletter-modal img {
  float: left;
  max-width: 500px !important;
  height: auto;
}
html.newsletter-modal-active .ui-dialog div.ui-dialog-titlebar {
  background: transparent;
  position: absolute;
  width: 50px;
  right: 10px;
  top: 10px;
  z-index: 100;
}
html body {
  font-family: Verdana, Arial, sans-serif;
  margin: 0 !important;
}
html body:not(.cart):not(#checkoutPages) #sidebars.hide {
  display: none;
}
html body:not(.cart):not(#checkoutPages) #sidebars span:first-child,
html body:not(.cart):not(#checkoutPages) #sidebars span:last-child {
  display: block;
  content: "";
  height: 100%;
  width: calc(50% -  1016px/2);
  position: fixed;
  top: 0;
  cursor: pointer;
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
}
html body:not(.cart):not(#checkoutPages) #sidebars span:first-child {
  left: 0;
  background-position: right top;
}
html body:not(.cart):not(#checkoutPages) #sidebars span:last-child {
  right: 0;
  background-position: left top;
}
@media only screen and (max-width: 1475px) {
  html body:not(.cart):not(#checkoutPages) #sidebars {
    display: none;
  }
}
@media only screen and (min-width: 1476px) {
  html body:not(.cart):not(#checkoutPages) #sidebars + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + header {
    margin: auto;
    max-width: 1016px;
    min-width: 0;
    box-sizing: border-box;
  }
  html body:not(.cart):not(#checkoutPages) #sidebars + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header > * {
    max-width: 100%;
  }
  html body:not(.cart):not(#checkoutPages) #sidebars + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header#maincontent #micrositehome .products .listview .item .edit-filter {
    position: relative;
    left: initial;
    top: initial;
    padding: 0;
    vertical-align: middle;
    width: 1px;
  }
}
@media only screen and (min-width: 1476px) {
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header {
    margin: auto;
    max-width: 1016px;
    min-width: 0;
    box-sizing: border-box;
  }
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header > * {
    max-width: 100%;
  }
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header#maincontent #micrositehome .products .listview .item .edit-filter {
    position: relative;
    left: initial;
    top: initial;
    padding: 0;
    vertical-align: middle;
    width: 1px;
  }
}
@media only screen and (min-width: 1476px) {
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div {
    margin: auto;
    max-width: 1016px;
    min-width: 0;
    box-sizing: border-box;
  }
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div > * {
    max-width: 100%;
  }
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div#maincontent #micrositehome .products .listview .item .edit-filter {
    position: relative;
    left: initial;
    top: initial;
    padding: 0;
    vertical-align: middle;
    width: 1px;
  }
}
@media only screen and (min-width: 1476px) {
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div {
    margin: auto;
    max-width: 1016px;
    min-width: 0;
    box-sizing: border-box;
  }
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div > * {
    max-width: 100%;
  }
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div#maincontent #micrositehome .products .listview .item .edit-filter {
    position: relative;
    left: initial;
    top: initial;
    padding: 0;
    vertical-align: middle;
    width: 1px;
  }
}
@media only screen and (min-width: 1476px) {
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + footer,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + footer,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + footer,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + footer {
    margin: auto;
    max-width: 1016px;
    min-width: 0;
    box-sizing: border-box;
  }
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + footer > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + footer > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + footer > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + footer > * {
    max-width: 100%;
  }
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + footer#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + footer#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + footer#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + footer#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + footer#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + footer#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + footer#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + footer#maincontent #micrositehome .products .listview .item .edit-filter {
    position: relative;
    left: initial;
    top: initial;
    padding: 0;
    vertical-align: middle;
    width: 1px;
  }
}
@media only screen and (min-width: 1476px) {
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + div + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + div + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + div + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + div + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + footer + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + footer + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + footer + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + footer + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + div + footer,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + div + footer,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + div + footer,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + div + footer,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + footer + footer,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + footer + footer,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + footer + footer,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + footer + footer {
    margin: auto;
    max-width: 1016px;
    min-width: 0;
    box-sizing: border-box;
  }
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + div + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + div + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + div + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + div + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + footer + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + footer + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + footer + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + footer + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + div + footer > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + div + footer > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + div + footer > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + div + footer > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + footer + footer > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + footer + footer > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + footer + footer > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + footer + footer > * {
    max-width: 100%;
  }
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + div + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + div + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + div + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + div + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + footer + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + footer + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + footer + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + footer + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + div + footer#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + div + footer#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + div + footer#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + div + footer#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + footer + footer#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + footer + footer#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + footer + footer#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + footer + footer#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + div + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + div + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + div + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + div + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + footer + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + footer + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + footer + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + footer + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + div + footer#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + div + footer#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + div + footer#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + div + footer#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + footer + footer#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + footer + footer#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + footer + footer#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + footer + footer#maincontent #micrositehome .products .listview .item .edit-filter {
    position: relative;
    left: initial;
    top: initial;
    padding: 0;
    vertical-align: middle;
    width: 1px;
  }
}
@media only screen and (min-width: 1476px) {
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + div + div + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + div + div + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + div + div + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + div + div + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + footer + div + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + footer + div + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + footer + div + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + footer + div + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + div + footer + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + div + footer + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + div + footer + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + div + footer + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + footer + footer + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + footer + footer + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + footer + footer + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + footer + footer + div,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + div + div + footer,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + div + div + footer,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + div + div + footer,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + div + div + footer,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + footer + div + footer,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + footer + div + footer,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + footer + div + footer,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + footer + div + footer,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + div + footer + footer,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + div + footer + footer,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + div + footer + footer,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + div + footer + footer,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + footer + footer + footer,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + footer + footer + footer,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + footer + footer + footer,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + footer + footer + footer {
    margin: auto;
    max-width: 1016px;
    min-width: 0;
    box-sizing: border-box;
  }
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + div + div + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + div + div + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + div + div + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + div + div + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + footer + div + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + footer + div + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + footer + div + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + footer + div + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + div + footer + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + div + footer + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + div + footer + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + div + footer + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + footer + footer + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + footer + footer + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + footer + footer + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + footer + footer + div > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + div + div + footer > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + div + div + footer > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + div + div + footer > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + div + div + footer > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + footer + div + footer > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + footer + div + footer > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + footer + div + footer > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + footer + div + footer > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + div + footer + footer > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + div + footer + footer > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + div + footer + footer > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + div + footer + footer > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + footer + footer + footer > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + footer + footer + footer > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + footer + footer + footer > *,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + footer + footer + footer > * {
    max-width: 100%;
  }
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + div + div + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + div + div + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + div + div + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + div + div + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + footer + div + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + footer + div + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + footer + div + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + footer + div + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + div + footer + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + div + footer + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + div + footer + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + div + footer + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + footer + footer + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + footer + footer + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + footer + footer + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + footer + footer + div#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + div + div + footer#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + div + div + footer#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + div + div + footer#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + div + div + footer#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + footer + div + footer#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + footer + div + footer#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + footer + div + footer#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + footer + div + footer#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + div + footer + footer#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + div + footer + footer#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + div + footer + footer#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + div + footer + footer#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + footer + footer + footer#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + footer + footer + footer#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + footer + footer + footer#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + footer + footer + footer#maincontent #searchpage .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + div + div + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + div + div + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + div + div + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + div + div + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + footer + div + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + footer + div + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + footer + div + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + footer + div + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + div + footer + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + div + footer + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + div + footer + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + div + footer + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + footer + footer + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + footer + footer + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + footer + footer + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + footer + footer + div#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + div + div + footer#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + div + div + footer#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + div + div + footer#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + div + div + footer#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + footer + div + footer#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + footer + div + footer#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + footer + div + footer#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + footer + div + footer#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + div + footer + footer#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + div + footer + footer#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + div + footer + footer#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + div + footer + footer#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + div + div + div + footer + footer + footer#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + div + div + div + footer + footer + footer#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + div + header + div + div + footer + footer + footer#maincontent #micrositehome .products .listview .item .edit-filter,
  html body:not(.cart):not(#checkoutPages) #sidebars + header + header + div + div + footer + footer + footer#maincontent #micrositehome .products .listview .item .edit-filter {
    position: relative;
    left: initial;
    top: initial;
    padding: 0;
    vertical-align: middle;
    width: 1px;
  }
}
html body.accessible *[aria-hidden=true] {
  display: none !important;
}
html body #accessible-block {
  position: absolute;
  text-indent: -9999px;
  top: -999px;
}
html body input[type=radio] {
  margin-bottom: 2px;
}
html body label.radio {
  display: inline-block;
  position: relative;
}
html body label.radio input[type=radio] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  position: relative;
  width: 17px;
  vertical-align: text-top;
  margin: 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  html body label.radio input[type=radio] {
    margin-top: 2px;
  }
}
html body label.radio input[type=radio]:after {
  text-align: center;
  width: 15px;
  height: 15px;
  display: block;
  line-height: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
html body label.radio input[type=radio]:focus:after {
  outline: 2px solid #000;
  outline-offset: 2px;
}
html body label.radio input[type=radio]:not(.active):not(:disabled) {
  cursor: pointer;
}
html body label.radio input[type=radio]:not(.active):not(:disabled) + span {
  cursor: pointer;
}
html body label.radio input[type=radio]:not(:disabled):checked:after {
  background-image: url(/content/skins/shared/images/misc/radio-active.svg);
}
html body label.radio input[type=radio]:not(:disabled):not(:checked):after {
  background-image: url(/content/skins/shared/images/misc/radio.svg);
}
html body label.radio input[type=radio]:disabled {
  background: none;
}
html body label.radio input[type=radio]:disabled:after {
  background-image: url(/content/skins/shared/images/misc/radio-disabled.svg);
}
html body input[type=number]::-webkit-inner-spin-button,
html body input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
html body input[type=number] {
  -moz-appearance: textfield;
}
html body .hide {
  display: none;
}
html body form .field-validation-error {
  color: #a2081d;
  font-weight: bold;
  margin-bottom: 5px;
}
html body form .field-validation-error.address-warning {
  display: none;
  border: 1px solid #c2c4c6;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
}
html body form .field-validation-error.address-warning button {
  display: block;
  margin: auto;
  margin-top: 10px;
}
html body.ajax-request-pending:not(#checkoutPages) {
  cursor: wait !important;
  cursor: progress !important;
}
html body.ajax-request-pending > * {
  opacity: 0.5;
}
html body.ajax-request-pending > * .snap-css-button.clicked {
  opacity: 0.7 !important;
  background: #909090 !important;
  border-color: #909090 !important;
  color: #fff !important;
}
html body.ajax-request-pending > * * {
  pointer-events: none;
}
html body.ajax-request-pending.no-fade > * {
  opacity: 1;
}
html 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;
}
html 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;
}
html body .pageHeading {
  padding-bottom: 0;
  font-weight: bold;
}
html body .pageHeading h1,
html body .pageHeading h2,
html body .pageHeading h3,
html body .pageHeading h4,
html body .pageHeading h5,
html body .pageHeading h6 {
  font-size: inherit;
}
html body .pageHeading img {
  display: none;
}
html body .infobox {
  background: #f8f8f8;
  margin-bottom: 10px;
  padding: 10px;
  /* hide rounded header images */
}
html body .infobox h3 {
  display: inline-block;
  vertical-align: middle;
}
html body .infobox img[src*="bg_v1_box_header_left.gif"],
html body .infobox img[src*="bg_v1_box_header_right.gif"] {
  display: none;
}
html body #simplemodal-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: inherit !important;
}
html body #edit-dialog {
  padding: 0;
  overflow: auto;
}
html body #edit-dialog #address-form,
html body #edit-dialog #payment-form {
  display: block;
  max-width: 600px;
}
html body #edit-dialog #address-form table,
html body #edit-dialog #payment-form table {
  padding-bottom: 5px;
}
html body #edit-dialog #address-form table td,
html body #edit-dialog #payment-form table td {
  min-width: 320px;
  padding: 5px 0;
}
html body #edit-dialog #address-form table td:first-child,
html body #edit-dialog #payment-form table td:first-child {
  text-align: right;
}
html body #edit-dialog #address-form table td input.input-validation-error,
html body #edit-dialog #payment-form table td input.input-validation-error {
  border: 1px solid red;
}
html body #edit-dialog #address-form .forminput,
html body #edit-dialog #payment-form .forminput {
  margin-bottom: 10px;
}
html body #edit-dialog #address-form .forminput > div:nth-child(1),
html body #edit-dialog #payment-form .forminput > div:nth-child(1) {
  display: inline-block;
  width: calc(35% - 4px - 10px );
  text-align: right;
}
html body #edit-dialog #address-form .forminput > div:nth-child(2),
html body #edit-dialog #payment-form .forminput > div:nth-child(2) {
  display: inline-block;
  width: calc(65% - 4px - 10px );
}
html body #edit-dialog #address-form .forminput.set-primary > div:nth-child(1),
html body #edit-dialog #payment-form .forminput.set-primary > div:nth-child(1) {
  text-align: right;
}
html body #edit-dialog #address-form .newaddress,
html body #edit-dialog #payment-form .newaddress {
  margin-bottom: 10px;
  font-weight: bold;
}
html body #edit-dialog #address-form .page-block,
html body #edit-dialog #payment-form .page-block {
  padding: 10px;
  display: block;
}
html body #edit-dialog #address-form input[type=text],
html body #edit-dialog #payment-form input[type=text],
html body #edit-dialog #address-form input[type=tel],
html body #edit-dialog #payment-form input[type=tel],
html body #edit-dialog #address-form select,
html body #edit-dialog #payment-form select {
  width: 80%;
}
html body #edit-dialog #address-form .buttons,
html body #edit-dialog #payment-form .buttons {
  display: block;
  padding: 10px;
  border-top: 1px solid #E8E9EA;
}
html body #edit-dialog #address-form .buttons:before,
html body #edit-dialog #payment-form .buttons:before,
html body #edit-dialog #address-form .buttons:after,
html body #edit-dialog #payment-form .buttons:after {
  content: " ";
  display: table;
}
html body #edit-dialog #address-form .buttons:after,
html body #edit-dialog #payment-form .buttons:after {
  clear: both;
}
html body #edit-dialog #address-form .buttons h2.button-heading,
html body #edit-dialog #payment-form .buttons h2.button-heading {
  font-size: 1.2rem;
  margin: 10px 0;
  font-weight: bold;
  display: inline-block;
}
html body #edit-dialog #address-form .buttons .forward,
html body #edit-dialog #payment-form .buttons .forward {
  float: right;
}
html body #edit-dialog #address-form .update-address.disabled,
html body #edit-dialog #payment-form .update-address.disabled {
  background: #c2c4c6;
  border-color: #c2c4c6;
  color: #707070;
  text-shadow: none;
}
html body #edit-dialog #address-form input[type="checkbox"],
html body #edit-dialog #payment-form input[type="checkbox"] {
  margin-left: 0;
}
html body #zip-dialog {
  width: 900px !important;
  padding: 0;
}
html body #zip-dialog .top {
  display: block;
  padding: 10px 0 0 0;
  border-bottom: 1px solid #c2c4c6;
}
html body #zip-dialog .top h1 {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
}
html body #zip-dialog .top #find-stores {
  display: inline-block;
  border-bottom: none;
  margin-right: 20px;
}
html body #zip-dialog .top .store-product {
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
}
html body #zip-dialog .top .store-product > div {
  vertical-align: middle;
  display: inline-block;
}
html body #zip-dialog .top .store-product > div:first-child {
  width: 150px;
  margin-right: 5px;
}
html body #zip-dialog .top .store-product > div:first-child img {
  width: 100%;
  height: auto;
}
html body #zip-dialog .top .store-product > div:last-child {
  font-weight: bold;
  font-size: 1.15em;
  width: 260px;
}
html body #zip-dialog #store-locator {
  min-height: 546px;
}
html body #zip-dialog #store-locator #store-list {
  height: 100%;
  max-height: 546px;
}
html body #zip-dialog #store-locator #store-list > div {
  height: 100%;
  min-height: 546px;
  box-sizing: border-box;
}
html body #zip-dialog #store-locator #map {
  height: 545px;
  width: 655px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html body #confirmation-dialog.payment-page .ui-dialog-title {
  color: #fff;
}
html body #confirmation-dialog.payment-page > div {
  max-width: 800px;
  padding: 10px;
}
html body #confirmation-dialog.payment-page > div .center {
  text-align: center;
  padding-bottom: 10px;
}
html body #customers-dialog div.search-results {
  width: 100%;
  border: 1px solid #c0c0c0;
  margin-bottom: 1em;
  border-radius: 3px;
}
html body #customers-dialog div.search-results > div {
  display: table-row;
}
html body #customers-dialog div.search-results > div:first-child {
  font-weight: bold;
  color: white;
  background: #333333;
}
html body #customers-dialog div.search-results > div.search-result-row {
  cursor: pointer;
}
html body #customers-dialog div.search-results > div.search-result-row:hover {
  background: #f8f800;
}
html body #customers-dialog div.search-results > div > div {
  display: table-cell;
  padding: 2px 5px;
}
html body .jqvmap-label {
  z-index: 10;
}
html body #add-to-saved-list-dialog {
  padding: 20px;
  width: 450px;
}
html body #add-to-saved-list-dialog #view-saved-lists {
  padding: 0;
  font-size: 120%;
  margin: 0 0 10px;
}
html body #add-to-saved-list-dialog #view-saved-lists a {
  text-decoration: underline;
}
html body #add-to-saved-list-dialog #items-saved {
  display: none;
}
html body #add-to-saved-list-dialog .message {
  margin: 10px 0;
}
html body #add-to-saved-list-dialog .message.error {
  font-weight: bold;
}
html body #add-to-saved-list-dialog .message:not(.show) {
  display: none;
}
html body #add-to-saved-list-dialog .success {
  margin-top: 10px;
}
html body #add-to-saved-list-dialog .success .checkmark {
  background: #1f8300;
  border-radius: 90%;
  padding: 2px;
  display: inline-block;
  position: relative;
  height: 12px;
  width: 12px;
  text-align: center;
  line-height: 0.85;
}
html body #add-to-saved-list-dialog .success .checkmark i {
  color: #fff;
  font-family: 'Font Awesome 6 Pro';
  font-size: 10px;
}
html body #add-to-saved-list-dialog .success #saved-list-product {
  margin-top: 10px;
}
html body #add-to-saved-list-dialog .success #saved-list-product img {
  width: 100px;
  height: 80px;
  display: inline-block;
  vertical-align: middle;
}
html body #add-to-saved-list-dialog .success #saved-list-product span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - (100px +  20px ));
  margin-left: 10px;
  font-weight: bold;
}
html body #add-to-saved-list-dialog .error {
  margin-top: 10px;
  color: #a2081d;
}
html body #add-to-saved-list-dialog .error h3 {
  font-size: 12px;
  margin: 0;
}
html body #add-to-saved-list-dialog ul {
  list-style-type: none;
  max-height: 287px;
  overflow: auto;
}
html body #add-to-saved-list-dialog ul li {
  margin-left: 0;
  padding: 0 0 15px;
}
html body #add-to-saved-list-dialog ul:last-child li span:after {
  content: "";
  clear: both;
  display: table;
}
html body #add-to-saved-list-dialog ul:last-child li span + input {
  margin-left: 30px;
  width: calc(100% - ( 40px  + 2px));
}
html body #add-to-saved-list-dialog .buttons {
  text-align: right;
  margin-top: 10px;
}
html .bottom-navigation:before,
html .bottom-navigation:after {
  content: " ";
  display: table;
}
html .bottom-navigation:after {
  clear: both;
}
html #append-html .hs {
  display: none;
}
html .ui-widget *,
html #map * {
  font-family: Verdana, Arial, sans-serif;
}
html .stars {
  display: flex;
  align-items: center;
  line-height: 1;
}
html .stars svg {
  width: 17px;
  height: 17px;
}
html .stars svg:not(.empty) {
  fill: #ffbf00;
}
html .stars svg.empty {
  fill: #c2c4c6;
}
html .rating {
  display: inline-block;
  vertical-align: text-bottom;
}
html .rating span {
  margin-left: 3.33333333px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}
html .rating:hover {
  text-decoration: none;
}
html .rating + a {
  margin-left: 5px;
}
html .rating .reviews-count {
  font-size: 12px;
  padding-top: 1px;
  color: #2e3a47;
  display: inline-block;
}
html .orderEdit a {
  color: green;
}
html .inputRequirement {
  color: #a2081d;
}
html .mainRed {
  color: #a2081d;
  font-size: 1.2em;
}
html.dialog:not(.overflow) {
  overflow: hidden;
}
html.dialog body {
  height: 100%;
  overflow: scroll;
}
html.dialog .snap-dialog-content {
  overflow-y: auto;
  max-height: 90vh;
}
html.dialog .ui-dialog {
  z-index: 9999;
}
html.dialog .ui-dialog.alt .ui-widget-header {
  background: transparent;
  border: none;
}
html .dialog-container {
  background-color: #fff;
  padding: 10px;
}
html .dialog-container .dialog-content .button-h {
  margin-right: 10px;
}
html .dialog-container .dialog-top {
  margin-top: -6px;
  margin-bottom: 8px;
}
html .dialog-container .dialog-caption {
  font-weight: bold;
}
html .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;
}
html .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;
}
html .dialog-container .dialog-button-row {
  padding-top: 10px;
  text-align: center;
}
html .dialog-container .dialog-content .dialog-button-row .button-separator {
  display: inline-block;
  width: 5px;
}
html .snap-css-button {
  text-decoration: none;
}
html .snap-css-button:hover {
  text-decoration: none;
}
html .snap-css-button.invert {
  background: #fff;
  border: 1px solid #2e3a47 !important;
  text-shadow: none;
  color: #2e3a47;
}
html .snap-css-button.invert:hover {
  background: #2e3a47;
  color: #fff;
}
html .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: 5px;
  vertical-align: baseline;
}
#more-filters-dialog {
  box-sizing: border-box;
  min-width: 900px;
  max-height: 90vh !important;
  overflow-y: auto !important;
  padding: 0;
}
#more-filters-dialog .header {
  padding-left: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.25em;
}
#more-filters-dialog .more {
  display: none;
}
#more-filters-dialog ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  column-count: 3;
}
#more-filters-dialog ul.many {
  column-count: 4;
}
#more-filters-dialog ul li {
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#more-filters-dialog ul li label {
  padding: 5px 5px 5px 0;
  cursor: pointer;
  display: block;
  position: relative;
}
#more-filters-dialog ul li label input[type=checkbox] + span {
  display: inline-block;
}
#more-filters-dialog ul li label input[type=checkbox] + span:before {
  position: absolute;
  left: 0;
  top: 3px;
}
#more-filters-dialog ul li label input[type=checkbox]:not(:checked) + span:before {
  vertical-align: middle;
  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: "\f04d";
  font-weight: 900;
  font-weight: 100;
  background: #fff;
  line-height: 0.85;
  border-radius: 3px;
}
#more-filters-dialog ul li label input[type=checkbox]:checked + span:before {
  vertical-align: middle;
  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: "\f14a";
  font-weight: 900;
  line-height: 0.85;
}
#more-filters-dialog ul li label span {
  vertical-align: middle;
}
#more-filters-dialog ul li span span {
  color: #2e3a47;
}
#more-filters-dialog > ul {
  padding: 10px 15px;
}
#more-filters-dialog .show-results {
  position: sticky;
  bottom: 0;
  padding: 10px;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #E8E9EA;
}
#more-filters-dialog .show-results .snap-css-button {
  margin-right: 15px;
}
#more-filters-dialog .show-results .snap-css-button + a {
  text-decoration: underline;
  padding: 10px;
}
.chat-widget-config {
  background-color: #2e3a47;
  color: #fff;
}
#chat-offline {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 15px;
  bottom: 16px;
  cursor: pointer;
  z-index: 9995;
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.26);
  background-color: #2e3a47;
  color: #ffffff;
  border-radius: 34px 8px 34px 34px;
  padding: 7px 10px 10px;
  box-sizing: border-box;
  display: table;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: zoomIn;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
#chat-offline i {
  font-size: 35px;
  margin: 4px 0 0 3px;
}
#chat-offline span {
  display: none;
}
.breadcrumb {
  font-size: 12px;
}
.breadcrumb h2 {
  font-size: inherit;
  display: inline;
  font-weight: normal;
}
.breadcrumb div {
  display: inline;
  font-weight: bold;
}
.breadcrumb li {
  list-style-type: none;
  margin: 0;
  display: inline-block;
}
.breadcrumb a:not(:hover) {
  text-decoration: none;
}
.breadcrumb a + .searchterm .separator {
  display: inherit;
  color: #222;
}
.breadcrumb a.current {
  pointer-events: none;
}
.breadcrumb .matchingproducts {
  font-weight: bold;
}
.breadcrumb .searchterm {
  font-weight: bold;
  color: #f4903f !important;
}
.breadcrumb .searchterm .separator {
  display: none;
}
.bold {
  font-weight: bold;
}
.price {
  color: #a2081d;
  font-weight: bold;
}
.price .theprice {
  font-size: large;
}
.price s,
.price .savings,
.price .mapprice,
.price .retailprice,
.price .streetprice,
.price .margin,
.price .qtyprice {
  color: #2e3a47;
  font-size: small;
  font-weight: normal;
}
.unitprice {
  color: #a2081d;
  font-size: x-small;
}
.block-message {
  color: #a2081d;
  font-weight: bold;
  width: 210px;
  vertical-align: middle !important;
}
.clearance-tag,
.new-tag,
.sale-tag,
.featured-tag {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.new-tag {
  background-image: url(/content/skins/shared/images/flags/tag-new.png);
  width: 20px;
  height: 43.5px;
}
.sale-tag {
  background-image: url(/content/skins/shared/images/flags/tag-sale.png);
  width: 20px;
  height: 45px;
}
.clearance-tag {
  background-image: url(/content/skins/shared/images/flags/tag-clearance.png);
  width: 20px;
  height: 77.5px;
}
.clear {
  clear: both;
}
.rating {
  text-decoration: none !important;
}
.rating.show-empty i {
  color: #c2c4c6;
  font-weight: 100;
}
.rating-1,
.rating-2,
.rating-3,
.rating-4,
.rating-5 {
  display: inline-block;
}
.rating-1 i,
.rating-2 i,
.rating-3 i,
.rating-4 i,
.rating-5 i {
  color: yellow;
}
.rating-1 span,
.rating-2 span,
.rating-3 span,
.rating-4 span,
.rating-5 span {
  vertical-align: text-top;
}
.rating-1.show-empty i,
.rating-2.show-empty i,
.rating-3.show-empty i,
.rating-4.show-empty i,
.rating-5.show-empty i {
  color: #c2c4c6;
  font-weight: 100;
}
#overlay {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#dialog {
  background-color: #fff;
  z-index: 999;
  position: absolute;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
}
#dialog #loadingimg {
  display: block;
  margin: 0 auto;
}
#dialog #closedialog {
  position: absolute;
  top: -6px;
  left: 100%;
  margin-left: -20px;
  z-index: 119;
}
.grayh3 {
  color: #fff;
  background-color: #2e3a47;
  line-height: 2em;
  margin-bottom: 0;
}
.last {
  margin-right: 0 !important;
}
.inline-block {
  margin-right: 10px;
  display: block;
  float: left;
}
.slider .price br,
.noslider .price br {
  display: none;
}
.slider .price br + *::before,
.noslider .price br + *::before {
  content: ' ';
}
.slider .dateavailable,
.noslider .dateavailable {
  font-size: 0.8333rem;
  font-style: italic;
}
.noslider .left-arrow,
.noslider .right-arrow {
  display: none !important;
}
div.table {
  display: table;
  width: 100%;
}
div.table div.thead {
  display: table-header-group;
}
div.table div.tbody {
  display: table-row-group;
}
div.table div.tr {
  display: table-row;
}
div.table div.tr div.td,
div.table div.tr div.th {
  display: table-cell;
}
body.nologos {
  background: none;
}
body.nologos .pad {
  padding: 0 20px;
}
body.nologos .container {
  width: 100%;
}
body.nologos .container #maincontent {
  width: auto;
  margin-top: 10px;
}
body.nologos .container #maincontent h3 {
  line-height: 30px;
  font-size: 1.62rem;
  margin-bottom: 8px;
}
body.nologos .container #maincontent form input[type='text'] {
  margin: 0 0 8px 3px;
}
body.nologos .container #maincontent form p.main {
  margin: 10px 0 0 0;
}
body.nologos.wwwprotekrccom,
body.nologos.wwwecopowerrccom,
body.nologos.blogamaincom {
  background: #2E3A47;
  margin: 0;
  padding: 0;
}
body.nologos.wwwprotekrccom .container #maincontent,
body.nologos.wwwecopowerrccom .container #maincontent,
body.nologos.blogamaincom .container #maincontent {
  margin-top: 15px;
}
body.nologos.wwwprotekrccom .container #maincontent footer .container,
body.nologos.wwwecopowerrccom .container #maincontent footer .container,
body.nologos.blogamaincom .container #maincontent footer .container {
  padding-top: 0;
}
body.nologos.wwwprotekrccom .container #maincontent footer .container .group h3.groupheader,
body.nologos.wwwecopowerrccom .container #maincontent footer .container .group h3.groupheader,
body.nologos.blogamaincom .container #maincontent footer .container .group h3.groupheader {
  font-size: 100%;
  line-height: initial;
}
body.nologos .upload-formats {
  padding: 0 20px;
}
body.nologos .upload-formats p {
  margin: 0.5rem 0 1rem;
}
.container {
  margin: 0 auto;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
#maincontent {
  position: relative;
  z-index: 1;
  min-height: 800px;
}
#maincontent .ratingblock {
  margin-bottom: 10px;
}
#maincontent .infoBoxContents table {
  padding: 5px;
}
#maincontent .infoBoxContents table .viewbutton button {
  float: right;
}
#maincontent .infoBoxContents table td {
  padding: 3px;
}
#maincontent .hideseperator img {
  display: none;
}
#maincontent .page-block {
  position: relative;
  padding-bottom: 0.5em;
  box-sizing: border-box;
}
#maincontent .page-block.listing,
#maincontent .page-block .listing {
  display: table;
  width: 100%;
  padding-bottom: 0;
  border: 1px solid #c2c4c6;
}
#maincontent .page-block.listing > div,
#maincontent .page-block .listing > div {
  display: table-row;
  height: 33px;
  vertical-align: middle;
}
#maincontent .page-block.listing > div > div,
#maincontent .page-block .listing > div > div {
  display: table-cell;
  padding: 0 0.5em;
  vertical-align: middle;
}
#maincontent .page-block > .header {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
#maincontent .page-block > .header a:not(.snap-css-button) {
  color: white;
}
#maincontent .page-block div.page-block-inner {
  display: table;
  width: 100%;
  padding: 0 0.5em;
}
#maincontent .page-block div.page-block-inner > div {
  display: table-row;
}
#maincontent .page-block div.page-block-inner > div > div {
  display: table-cell;
}
#maincontent .page-block div {
  box-sizing: border-box;
}
#maincontent div.label-edit-pairs {
  box-sizing: border-box;
  display: table;
  padding: 0 5px;
}
#maincontent div.label-edit-pairs > div {
  display: table-row;
}
#maincontent div.label-edit-pairs > div > div {
  display: table-cell;
  padding: 3px 0;
  vertical-align: middle;
}
#maincontent div.label-edit-pairs > div > div label:not(.error):after {
  content: ": ";
}
#maincontent div.label-edit-pairs > div > div:last-of-type {
  padding-left: 1em;
}
#maincontent div.label-edit-pairs > div > div input {
  min-width: 12em;
  border: 1px solid #c0c0c0;
}
div.sms-checkboxes-create {
  margin-top: 5px;
  margin-left: 201px;
}
div.sms-checkboxes-guest {
  margin-left: 206px;
}
div.sms-checkboxes-edit {
  margin-top: 10px;
  margin-left: 131px;
}
.bottom-navigation .page-block {
  padding: 0;
  margin: 0;
}
.bottom-navigation .page-block a:not(.snap-css-button) {
  margin: 0;
}
.bottom-navigation .legacy-button-red,
.bottom-navigation .legacy-button-green {
  margin: 0;
}
.bottom-navigation #paginatorbottomview {
  float: right;
  padding-right: 10px;
}
.bottom-navigation #paginatorbottomview .prev {
  padding-right: 20px;
}
.bottom-navigation #paginatorbottomview .next {
  padding-left: 10px;
}
.bottom-navigation #paginatorbottomview a.currentpage {
  font-weight: bold;
  text-decoration: none;
  color: black;
  cursor: default;
}
.bottom-navigation #paginatorbottomview a.disabled {
  color: #c2c4c6;
  cursor: default;
  text-decoration: none;
}
.bottom-navigation > div.snap-button-bar {
  display: inline-block;
  float: right;
  margin-top: 2px;
}
.bottom-navigation > div:first-child {
  float: left;
}
.bottom-navigation > div + div {
  float: right;
}
/*Google adwords image inserted is causing gap in footer. This removes it.*/
.gaw {
  position: absolute;
  height: 1px;
  width: 1px;
}
body.microsite #mainnav {
  height: auto;
}
body.microsite #mainnav:before,
body.microsite #mainnav:after {
  content: " ";
  display: table;
}
body.microsite #mainnav:after {
  clear: both;
}
body.microsite header .search#search-wrapper {
  right: 10px;
  top: 25px;
  width: 500px;
}
body.microsite header .search#search-wrapper input[type="text"] {
  width: 409px;
}
body.microsite #micrositehome:after {
  content: " ";
  clear: both;
  display: table;
}
body.microsite #micrositehome #slides {
  margin-bottom: 0;
}
body.microsite #micrositehome .viewmore {
  border-top: 1px solid #c2c4c6;
  padding-top: 10px;
  margin-top: 10px;
  clear: both;
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
}
body.microsite #micrositehome .viewmore a {
  text-decoration: underline;
}
body.microsite #micrositehome .leftcol > div {
  border: none;
}
body.microsite #micrositehome .leftcol .brands h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 10px 0;
  background: #E8E9EA;
}
body.microsite #micrositehome .leftcol .brands ul {
  display: table;
  width: 100%;
  margin: 0;
}
body.microsite #micrositehome .leftcol .brands ul li {
  display: table-row;
}
body.microsite #micrositehome .leftcol .brands ul li a {
  display: table-cell;
  text-align: center;
  border-bottom: 1px dotted #c2c4c6;
  vertical-align: middle;
  height: 85px;
}
body.microsite #micrositehome .leftcol .brands ul li a img {
  display: block;
  margin: 0 auto 5px;
}
body.microsite #micrositehome .leftcol .brands ul li:last-child a {
  border: none;
}
.noresults {
  min-height: 300px;
}
.noresults .resultcount {
  border: none !important;
}
#manufacturer-restrictions ul {
  margin: 10px 20px 0;
}
/*404 and 500 error pages */
#error404,
#error500 {
  text-align: center;
  padding: 60px 0 115px 0;
}
#error404 .image,
#error500 .image {
  background: url("/content/skins/shared/images/misc/broken-drone.jpg") no-repeat;
  background-size: cover;
  width: 655px;
  height: 324px;
  margin: 40px auto 0;
}
/*Info Page*/
#infopage,
#page-content {
  margin-top: 8px;
  padding: 0 20px 20px;
  min-height: 600px;
}
#infopage a:not(.snap-css-button),
#page-content a:not(.snap-css-button) {
  text-decoration: underline;
}
#infopage .page-block,
#page-content .page-block {
  border: none !important;
}
#infopage .imageleft,
#page-content .imageleft {
  float: left;
  margin: 0 24px 24px 0;
}
#infopage .imageright,
#page-content .imageright {
  margin: 0 0 24px 24px;
}
#infopage .shopblock,
#page-content .shopblock {
  clear: both;
  border-bottom: 1px solid #c5c6c8;
}
#infopage .shopblock > span,
#page-content .shopblock > span {
  display: inline-block;
  width: 135px;
  vertical-align: middle;
}
#infopage .shopblock > span img,
#page-content .shopblock > span img {
  float: none;
  max-width: 100%;
  margin: 0 10px 0 0;
}
#infopage .shopblock > div,
#page-content .shopblock > div {
  display: inline-block;
  width: calc(100% - 145px);
  vertical-align: middle;
  padding-bottom: 10px;
}
#infopage .shopblock > div p,
#page-content .shopblock > div p {
  margin-bottom: 10px;
}
#infopage .shopblock > div a.learnmore,
#page-content .shopblock > div a.learnmore {
  text-align: right;
  display: block;
  padding-right: 15px;
  font-weight: bold;
  color: #608194;
  position: relative;
  box-sizing: border-box;
}
#infopage .shopblock > div a.learnmore:after,
#page-content .shopblock > div a.learnmore:after {
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 10px/1 "Font Awesome 6 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f04b";
  font-weight: 900;
  position: absolute;
  color: #608194;
  top: 4px;
  left: initial;
  right: 0;
}
#infopage .shopblock > div a.learnmore:hover,
#page-content .shopblock > div a.learnmore:hover {
  text-align: right;
  display: block;
  color: #f26524;
  padding-right: 15px;
}
#infopage .shopblock > div a.learnmore:hover:after,
#page-content .shopblock > div a.learnmore:hover:after {
  color: inherit;
}
#infopage .section,
#page-content .section {
  padding: 24px 8px 8px;
  border-bottom: 1px solid #c2c4c6;
  overflow: hidden;
}
#infopage .section table,
#page-content .section table {
  margin-bottom: 25px;
}
#infopage .section h3,
#page-content .section h3 {
  color: #3b75a3;
  margin-bottom: 5px;
  font-size: 1.25rem;
  font-weight: bold;
}
#infopage .section ul,
#page-content .section ul {
  margin: 15px 0;
  padding: 0;
}
#infopage .section ul li,
#page-content .section ul li {
  list-style-type: none;
  margin: 0;
}
#infopage .section .strong,
#page-content .section .strong {
  font-weight: bold;
}
#infopage .section .strong em,
#page-content .section .strong em {
  color: #f26524;
}
#infopage .section iframe,
#page-content .section iframe {
  float: right;
  margin: 0 8px 16px 0;
}
#infopage .section.last,
#page-content .section.last {
  border: none;
}
.photogallery {
  height: 600px;
  width: 600px;
}
.photogallery .content:before,
.photogallery .content:after {
  content: " ";
  display: table;
}
.photogallery .content:after {
  clear: both;
}
.photogallery .mainphoto {
  margin: 8px auto;
  display: block;
  clear: both;
  max-width: 600px;
}
.photogallery .imagethumb {
  display: block;
  float: left;
  max-width: 78px;
  margin-right: 10px;
  margin-top: 24px;
}
.photogallery .imagethumb:nth-child(6) {
  margin-right: 0;
}
.ui-front {
  z-index: 98;
}
div.cartMessage {
  display: none;
  background: #F0F070;
  position: absolute;
  overflow: hidden;
  cursor: default;
  margin: 0;
  padding: 5px;
  border: none;
  text-align: left;
  z-index: 1000;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.message-stack-wrapper a {
  text-decoration: underline;
}
.message-stack-wrapper .message {
  border: none !important;
  box-shadow: none !important;
}
.message-stack-wrapper .message.message-success {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #fff;
  padding: 10px;
  background: #1f8300;
  border: 1px solid #E8E9EA;
  box-shadow: 0 1px 2px #f2f2f2;
}
.message-stack-wrapper .message.message-success:last-child {
  margin-bottom: 0;
}
.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;
}
.message-stack-wrapper .message.message-success > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
.message-stack-wrapper .message.message-success.error {
  color: #a2081d;
  font-weight: bold;
}
.message-stack-wrapper .message.message-success.success {
  color: #1a951a;
  font-weight: bold;
}
.message-stack-wrapper .message.message-success.mainRed {
  color: #a2081d;
}
.message-stack-wrapper .message.message-warning {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #000;
  padding: 10px;
  background: #f7ed98;
  border: 1px solid #E8E9EA;
  box-shadow: 0 1px 2px #f2f2f2;
}
.message-stack-wrapper .message.message-warning:last-child {
  margin-bottom: 0;
}
.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;
}
.message-stack-wrapper .message.message-warning > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
.message-stack-wrapper .message.message-warning.error {
  color: #a2081d;
  font-weight: bold;
}
.message-stack-wrapper .message.message-warning.success {
  color: #1a951a;
  font-weight: bold;
}
.message-stack-wrapper .message.message-warning.mainRed {
  color: #a2081d;
}
.message-stack-wrapper .message.message-error {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #fff;
  padding: 10px;
  background: #a2081d;
  border: 1px solid #E8E9EA;
  box-shadow: 0 1px 2px #f2f2f2;
}
.message-stack-wrapper .message.message-error:last-child {
  margin-bottom: 0;
}
.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;
}
.message-stack-wrapper .message.message-error > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
.message-stack-wrapper .message.message-error.error {
  color: #a2081d;
  font-weight: bold;
}
.message-stack-wrapper .message.message-error.success {
  color: #1a951a;
  font-weight: bold;
}
.message-stack-wrapper .message.message-error.mainRed {
  color: #a2081d;
}
html body .snap-css-button {
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  margin: 2px;
  min-width: 4em;
  -moz-user-select: none;
  text-decoration: none;
  box-shadow: none;
  background: #2280ca;
  background: linear-gradient(to bottom, #2280ca 0px, #16588c 100%);
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  border-radius: 3px;
  padding: 10px 20px;
  font-family: Verdana, Arial, sans-serif;
  border: none !important;
}
html body .snap-css-button:not(.hide) {
  display: inline-block;
}
html body .snap-css-button > i.fa {
  padding-right: 0.5em;
}
html body .snap-css-button.legacy-button-v {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}
html body .snap-css-button.css-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
html body.cart #maincontent {
  background: #f4f6f9;
}
div.button-stack {
  position: relative;
}
div.button-stack .snap-css-button {
  width: 50%;
  margin-left: 0px;
}
div.button-stack span.button-wrapper {
  position: relative;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 2px 0;
}
div.button-stack span.button-wrapper > .snap-css-button {
  margin: 0px;
}
div.button-stack span.button-wrapper > span:last-of-type {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  text-align: center;
  color: white;
  font-size: smaller;
  text-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
}
div.button-stack span.button-wrapper > span:last-of-type:after {
  content: "\25BC";
}
div.button-stack span.button-wrapper > span:last-of-type:hover {
  text-shadow: 0 0 1px black;
  color: yellow;
}
div.button-stack span.button-wrapper.active > span:last-of-type:after {
  content: "\25b2";
}
div.button-stack.centered {
  margin-left: auto;
  margin-right: auto;
}
div.button-container-v .snap-css-button {
  display: block;
}
div.form-container {
  overflow: hidden;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  display: table;
  line-height: 1em;
}
div.form-container > form {
  padding: 5px 5px 0px 5px;
}
div.form-container > form > div {
  display: table-row;
  height: 2em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
div.form-container > form > div > div,
div.form-container > form > div > label,
div.form-container > form > div > input {
  font-size: 12px;
  line-height: 1em;
  display: table-cell;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 1.7em;
}
div.form-container > form > div > input {
  border: 1px solid #c2c4c6;
  padding: 0 0.5em;
}
div.form-container > form > div > span.ui-spinner {
  height: 1.45em;
}
div.form-container > form > div > span.ui-spinner > input.ui-spinner-input {
  margin: 0px 7px 0px 3px;
  padding: 0px;
}
div.form-container > form > div > label {
  padding-right: 4px;
}
div.form-container > form > div > label:after {
  content: ":";
}
.ajax-busy {
  opacity: 0.5;
  cursor: wait;
}
.ajax-busy > * {
  pointer-events: none;
}
.ships-in {
  color: green;
}
#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);
}
#wishlist {
  overflow: hidden;
  margin-bottom: 1em;
}
#wishlist h2 {
  font-size: 1.15em;
  font-weight: bold;
  padding: 0 0 5px;
  margin: 0;
}
#wishlist h2 a {
  text-decoration: underline;
}
#wishlist .wishlist-container .wishlist-title-container {
  box-sizing: border-box;
  border: 1px solid #c2c4c6;
  border-top: 3px solid #000;
  background: #E8E9EA;
}
#wishlist .wishlist-container .wishlist-title-container .wishlist-options {
  text-align: right;
  vertical-align: middle;
  line-height: 1;
  padding: 10px;
}
#wishlist .wishlist-container .wishlist-title-container .wishlist-options .snap-button-bar .snap-css-button {
  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;
  margin: 0 0 0 20px;
  font-weight: bold;
}
#wishlist .wishlist-container .wishlist-title-container .wishlist-options .snap-button-bar .snap-css-button:hover {
  opacity: 1;
}
#wishlist .wishlist-container .wishlist-content {
  border: 1px solid #c2c4c6;
  border-top: none;
}
#wishlist .wishlist-container .wishlist-content .info-column {
  max-width: 580px;
}
#wishlist .wishlist-container .wishlist-content .wishlist-item > div {
  padding: 5px;
}
#wishlist .wishlist-container .wishlist-content .wishlist-item > div .snap-css-button {
  width: 8.75rem;
}
#wishlist .wishlist-container .qty-column {
  max-width: 186px;
}
#wishlist .wishlist-container .qty-column a {
  padding: 10px;
}
#wishlist .multiple-lists .wishlist-container .wishlist-content .button-stack a.move-button {
  display: block;
}
#wishlist #wishlist-info-block {
  float: left;
}
#wishlist #wishlist-button-stack {
  float: right;
}
#wishlist #wishlist-button-stack .snap-css-button {
  display: block;
  width: 100%;
}
#wishlist #send-list-dialog input[type="text"],
#wishlist #send-list-dialog textarea {
  width: 30em;
}
#wishlist .total {
  text-align: right;
}
#wishlist .total label {
  font-weight: bold;
}
#wishlist .button-dropdown-items {
  display: none;
  position: absolute;
  border: 1px solid #c2c4c6;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #222;
  background-color: #F4F4F4;
  padding: 0 10px;
  line-height: 1.25;
  text-align: right;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
  padding: 10px;
  min-width: 100px;
}
#wishlist .button-dropdown-items > span {
  display: block;
  cursor: pointer;
  padding: 5px 0;
  border-bottom: 1px dotted #c2c4c6;
}
#wishlist .button-dropdown-items > span:last-child {
  border-bottom: none;
}
#wishlist .button-dropdown-items > span:hover {
  color: #f26524;
}
#logoff .page-block {
  padding: 0 10px;
}
#logoff .page-block p {
  margin: 0;
}
#storelocation a:not(.snap-css-button) {
  text-decoration: underline;
}
#storelocation .titlebar {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #E8E9EA;
  padding: 10px 0 20px;
}
#storelocation .titlebar > span {
  display: table-cell;
  text-align: right;
  width: 1%;
  padding-left: 10px;
  vertical-align: middle;
}
#storelocation .titlebar > span:first-child {
  width: auto;
  text-align: left;
  padding-left: 0;
  padding-top: 2px;
}
#storelocation .titlebar > span > a {
  vertical-align: middle;
  margin: 0;
}
#storelocation .titlebar > span > a.snap-css-button {
  line-height: 1.5;
}
#storelocation .top-banner {
  margin-bottom: 10px;
}
#storelocation .fallback-layout .titlebar,
#storelocation .hosted-layout .titlebar {
  margin-bottom: 10px;
}
#storelocation .fallback-layout .detail .main-image-wrapper,
#storelocation .hosted-layout .detail .main-image-wrapper {
  display: inline-block;
  width: 450px;
  height: auto;
  vertical-align: top;
  position: relative;
}
#storelocation .fallback-layout .detail .main-image-wrapper img,
#storelocation .hosted-layout .detail .main-image-wrapper img {
  max-width: 100%;
  height: auto;
}
#storelocation .fallback-layout .detail .right-side,
#storelocation .hosted-layout .detail .right-side {
  display: inline-block;
  width: calc(100% - 455px);
  box-sizing: border-box;
  padding-left: 10px;
  vertical-align: top;
  position: relative;
}
#storelocation .fallback-layout .detail .right-side .contact,
#storelocation .hosted-layout .detail .right-side .contact,
#storelocation .fallback-layout .detail .right-side .hours,
#storelocation .hosted-layout .detail .right-side .hours {
  display: inline-block;
  width: 50%;
  margin-right: -4px;
  padding-bottom: 10px;
}
#storelocation .fallback-layout .detail .right-side .contact,
#storelocation .hosted-layout .detail .right-side .contact {
  padding-bottom: 10px;
  font-size: 1.2em;
  vertical-align: top;
}
#storelocation .fallback-layout .detail .right-side .contact > div,
#storelocation .hosted-layout .detail .right-side .contact > div {
  padding-bottom: 10px;
}
#storelocation .fallback-layout .detail .right-side .contact .email a,
#storelocation .hosted-layout .detail .right-side .contact .email a {
  color: #227fca;
}
#storelocation .fallback-layout .detail .right-side .hours,
#storelocation .hosted-layout .detail .right-side .hours {
  box-sizing: border-box;
  vertical-align: top;
  text-align: right;
}
#storelocation .fallback-layout .detail .right-side .hours table,
#storelocation .hosted-layout .detail .right-side .hours table {
  float: right;
}
#storelocation .fallback-layout .detail .right-side .hours table tr td:first-child,
#storelocation .hosted-layout .detail .right-side .hours table tr td:first-child {
  text-align: right;
  padding-left: 10px;
}
#storelocation .fallback-layout .detail .right-side .hours table tr td:last-child,
#storelocation .hosted-layout .detail .right-side .hours table tr td:last-child {
  padding-left: 20px;
}
#storelocation .fallback-layout .detail .right-side .content,
#storelocation .hosted-layout .detail .right-side .content {
  padding: 10px 0;
  margin-bottom: 10px;
}
#storelocation .fallback-layout .social,
#storelocation .hosted-layout .social {
  width: 80px;
}
#storelocation .fallback-layout .social > a,
#storelocation .hosted-layout .social > a {
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
}
#storelocation .fallback-layout .content,
#storelocation .hosted-layout .content {
  font-size: 1.25em;
  padding-top: 10px;
}
#storelocation #map {
  position: relative;
}
#storelocation #map iframe {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#storelocation .fallback-layout .welcome {
  font-size: 1.25em;
  color: #2e3a47;
  padding: 10px 0;
  font-weight: bold;
}
#storelocation .fallback-layout .detail {
  margin-bottom: 10px;
}
#storelocation .fallback-layout .detail .right-side #features {
  text-align: right;
  border-top: 1px solid #E8E9EA;
  border-bottom: 1px solid #E8E9EA;
}
#storelocation .fallback-layout #map {
  height: 440px;
}
#storelocation .hosted-layout .detail {
  padding-bottom: 10px;
  border-bottom: 1px solid #E8E9EA;
}
#storelocation .hosted-layout .right-side #map {
  height: 200px;
  width: 100%;
  margin-top: 10px;
}
#storelocation .hosted-layout .right-side:not(.wide) .top {
  border-bottom: 1px solid #E8E9EA;
}
#storelocation .hosted-layout .right-side:not(.wide) #map {
  width: 50%;
}
#storelocation .hosted-layout .hosted-content {
  padding-top: 10px;
}
.headerInfo {
  background: #88ff88;
  color: #000000;
  font-weight: bold;
  text-align: center;
}
TD.tableHeading,
TD.infoBoxHeading {
  font-weight: bold;
}
#editor_link {
  text-align: center;
  margin-top: 5px;
}
/* HighSlide Controlbar */
.controlbar {
  background: url(/content/highslide/graphics/controlbar4.gif);
  width: 167px;
  height: 34px;
}
.controlbar a {
  display: block;
  float: left;
  /*margin: 0px 0 0 4px;*/
  height: 27px;
  text-indent: -9999px;
  outline: none;
}
.controlbar a:hover {
  background-image: url(/content/highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
  width: 50px;
}
.controlbar .next {
  width: 40px;
  background-position: -50px 0;
}
.controlbar .highslide-move {
  width: 40px;
  background-position: -90px 0;
}
.controlbar .close {
  width: 36px;
  background-position: -130px 0;
}
.highslide-viewport-size {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.moduleRowOver {
  background-color: #D7E9F7;
  cursor: pointer;
}
.moduleRowSelected {
  background-color: #E9F4FC;
}
A.contentLink {
  text-decoration: underline;
}
td.contactbody .main {
  padding: 0 10px 0 10px;
}
td.contactbody .pageHeading.subheading {
  font-weight: bold;
  font-size: 16px;
  padding-left: 10px;
}
td.contactbody .infoBox {
  margin: 0 10px 0 10px;
  width: 975px;
}
td.contactbody .infoBox .infoBoxContents td {
  vertical-align: top;
}
td.contactbody .infoBox .infoBoxContents .contactform {
  border-right: 1px solid #c2c4c6;
  width: 450px;
  padding-right: 20px !important;
}
td.contactbody .infoBox .infoBoxContents .contactcontent {
  padding-left: 20px !important;
  width: 490px;
}
td.contactbody .infoBox .infoBoxContents table td.main {
  padding: 0;
}
td.contactbody .infoBox .infoBoxContents table td input[type="text"] {
  width: 420px;
  height: 20px;
}
td.contactbody .infoBox .infoBoxContents table td textarea {
  width: 420px;
}
div.snap-dialog-template {
  display: none;
}
div.snap-dialog {
  position: absolute;
  padding: 0;
}
div.snap-dialog div.ui-dialog-titlebar {
  padding: 4px 5px 5px;
  line-height: 1.25em;
  border: none;
  color: white;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
div.snap-dialog div.ui-dialog-content {
  padding: 5px;
}
div.snap-dialog div.ui-dialog-content div.checkboxes {
  margin: 0 4em 1em 4em;
}
div.snap-dialog div.ui-dialog-content div.checkboxes label {
  display: block;
  padding-right: 10px;
  white-space: nowrap;
}
div.snap-dialog div.ui-dialog-content div.checkboxes label span {
  padding-left: 3px;
  vertical-align: middle;
}
div.snap-dialog div.ui-dialog-content div.checkboxes input {
  vertical-align: middle;
}
div.snap-dialog div.ui-dialog-content div.dialog-buttons {
  clear: both;
  margin-top: 5px;
  text-align: right;
  min-width: 15em;
}
div.snap-dialog div.ui-dialog-content div.dialog-buttons .snap-css-button {
  min-width: 6em;
}
div.snap-dialog div.ui-dialog-content div.dialog-buttons .grayed {
  pointer-events: none;
  opacity: 0.5;
}
div.snap-dialog.ajax-busy {
  opacity: 1;
}
div.snap-dialog.ajax-busy > * {
  opacity: 0.5;
}
#cartdialog {
  background: white;
  padding: 10px;
}
#cartdialog #dont-show {
  position: absolute;
  left: 20px;
  top: 100px;
  background: #F8F9D1;
  border: 1px solid #ECC509;
  width: 300px;
  padding: 5px;
  color: #a2081d;
  box-shadow: 5px 5px 10px #cccccc;
}
#cartdialog .mini-cart-message {
  padding: 10px;
  color: #a2081d;
}
#cartdialog .content {
  background-color: white;
  padding: 10px;
}
#cartdialog .content .title {
  clear: both;
}
#cartdialog .content .title span {
  font-weight: bold;
}
#cartdialog .content .title > div {
  font-weight: normal;
  margin-top: 10px;
}
#cartdialog .content ul {
  list-style-type: none;
}
#cartdialog .content ul li {
  margin: 0;
}
#cartdialog .content ul li .total-item-count {
  display: none;
}
#cartdialog .content ul li table {
  width: 100%;
}
#cartdialog .content ul li table tr.cart-header td {
  font-weight: bold;
}
#cartdialog .content ul li table tr.cart-header td:not(.item-name) {
  text-align: right;
}
#cartdialog .content ul li table tr.cart-item td:not(.item-name) {
  text-align: right;
}
#cartdialog .content ul li table tr td {
  padding: 5px;
  position: relative;
}
#cartdialog .content ul li table tr.backordered .item-qty,
#cartdialog .content ul li table tr.backordered .item-avail-qty {
  color: #a2081d;
  font-weight: bold;
}
#cartdialog .content ul li table tr.bundle td.item-name {
  padding-left: 20px;
  font-style: italic;
}
#cartdialog .content ul li table tr.bundle td.item-name:before {
  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: "\f3bf";
  font-weight: 900;
  position: absolute;
  left: 10px;
  color: #2e3a47;
  transform: rotate(90deg);
}
#cartdialog .content ul li table tr:hover td.item-name:before {
  color: #fff;
}
#cartdialog .content ul li.cart-content {
  margin-left: 0;
}
#cartdialog .content ul li.separator {
  border-top: 1px solid #c3c3c3;
}
#cartdialog .content ul li.cart-total {
  text-align: right;
  padding: 5px;
  font-weight: bold;
}
#cartdialog .content ul li.cart-start-checkout {
  display: none;
}
#cartdialog .content ul li.more-items {
  margin-bottom: 10px;
}
#cartdialog .content .row {
  display: flex;
  margin-top: 10px;
}
#cartdialog .content .row .displaycartblock {
  margin-right: 10px;
  width: 350px;
  display: flex;
  align-items: center;
}
#cartdialog .content .row .displaycartblock .switch {
  position: relative;
  display: inline-block !important;
  width: 42px !important;
  height: 25px;
  flex-shrink: 0;
}
#cartdialog .content .row .displaycartblock .switch input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
#cartdialog .content .row .displaycartblock .switch input[type=checkbox]:checked + .slider,
#cartdialog .content .row .displaycartblock .switch input[type=checkbox]:checked + input[type=hidden] + .slider {
  background-color: green;
  margin-left: 0;
}
#cartdialog .content .row .displaycartblock .switch input[type=checkbox]:checked + .slider:before,
#cartdialog .content .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 .content .row .displaycartblock .switch input[type=checkbox]:checked + .slider > span,
#cartdialog .content .row .displaycartblock .switch input[type=checkbox]:checked + input[type=hidden] + .slider > span {
  color: #fff;
}
#cartdialog .content .row .displaycartblock .switch input[type=checkbox]:not(:checked) + .slider,
#cartdialog .content .row .displaycartblock .switch input[type=checkbox]:not(:checked) + input[type=hidden] + .slider {
  color: #000;
}
#cartdialog .content .row .displaycartblock .switch input[type=checkbox]:focus + .slider,
#cartdialog .content .row .displaycartblock .switch input[type=checkbox]:focus + input[type=hidden] + .slider {
  box-shadow: 0 0 1px #2196F3;
  outline: 2px solid #000;
  outline-offset: 2px;
}
#cartdialog .content .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 .content .row .displaycartblock .switch .slider > span {
  /* Note: This is simply for accessibility scanners */
  display: none;
}
#cartdialog .content .row .displaycartblock .switch .slider.round {
  /* Rounded sliders */
  border-radius: 25px;
  margin-left: 0;
}
#cartdialog .content .row .displaycartblock .switch .slider.round:before {
  border-radius: 50%;
}
#cartdialog .content .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 .content .row .displaycartblock span {
  margin-left: 10px;
}
#cartdialog .content .row .buttons {
  text-align: right;
  margin-left: auto;
}
#cartdialog .content .row .buttons a {
  display: inline-block;
  vertical-align: middle;
}
#cartdialog .content #close {
  width: 8vw;
  float: right;
}
input[placeholder]:focus,
input[placeholder]:active {
  /* FF 4-18 */
  /* FF 19+ */
}
input[placeholder]:focus::-webkit-input-placeholder,
input[placeholder]:active::-webkit-input-placeholder {
  color: transparent !important;
}
input[placeholder]:focus:-moz-placeholder,
input[placeholder]:active:-moz-placeholder {
  color: transparent !important;
}
input[placeholder]:focus::-moz-placeholder,
input[placeholder]:active::-moz-placeholder {
  color: transparent !important;
}
input[placeholder]:focus:-ms-input-placeholder,
input[placeholder]:active:-ms-input-placeholder {
  color: transparent !important;
}
#newsletter-campaign-container .header i.fa-plus-square {
  cursor: pointer;
  float: right;
}
#newsletter-campaign-container .campaigns {
  display: table;
  width: 100%;
}
#newsletter-campaign-container .campaigns #add-campaign-row {
  display: none;
  vertical-align: middle;
}
#newsletter-campaign-container .campaigns #add-campaign-row .add-button {
  display: table-cell;
  text-align: right;
  white-space: nowrap;
}
#newsletter-campaign-container .campaigns #add-campaign-row .add-button .fa-check {
  color: green;
  cursor: pointer;
}
#newsletter-campaign-container .campaigns #add-campaign-row .add-button .fa-times {
  color: #a2081d;
  cursor: pointer;
}
#newsletter-campaign-container .campaigns #add-campaign-row .title {
  display: table-cell;
  padding-bottom: 3px;
}
#newsletter-campaign-container .campaigns .campaign-row {
  display: table-row;
  vertical-align: middle;
}
#newsletter-campaign-container .campaigns .campaign-row div {
  display: table-cell;
}
#newsletter-campaign-container .campaigns .campaign-row div:last-child {
  text-align: right;
}
#newsletter-campaign-container .campaigns .campaign-row div:last-child .fa-times-red {
  color: #a2081d;
  cursor: pointer;
}
#newsletter-campaign-container .campaigns .no-campaigns {
  display: table-row;
  vertical-align: middle;
}
.downformaintenance header {
  width: 1000px;
  margin: auto;
  text-align: center;
}
.downformaintenance h2.pageHeading {
  font-size: 1.7em !important;
}
#storelocations h1,
#zip-dialog h1 {
  margin-left: 10px;
}
#storelocations .top:after,
#zip-dialog .top:after {
  content: " ";
  clear: both;
  display: table;
}
#storelocations #find-stores,
#zip-dialog #find-stores {
  padding: 10px;
  border-bottom: 1px solid #c2c4c6;
  position: relative;
}
#storelocations #find-stores > div label,
#zip-dialog #find-stores > div label {
  font-weight: normal;
  position: absolute;
  top: -18px;
  width: inherit;
}
#storelocations #find-stores > div .citystate,
#zip-dialog #find-stores > div .citystate {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#storelocations #find-stores > div .citystate input[type="text"],
#zip-dialog #find-stores > div .citystate input[type="text"] {
  height: 28px;
  width: 229px;
  box-sizing: border-box;
  vertical-align: middle;
  padding-left: 5px;
}
#storelocations #find-stores > div > div:nth-child(2),
#zip-dialog #find-stores > div > div:nth-child(2) {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
#storelocations #find-stores > div > div:nth-child(2) select,
#zip-dialog #find-stores > div > div:nth-child(2) select {
  height: 28px;
  width: inherit;
}
#storelocations #find-stores > div button,
#zip-dialog #find-stores > div button {
  vertical-align: middle;
}
#storelocations #store-locator,
#zip-dialog #store-locator {
  position: relative;
  min-height: 700px;
}
#storelocations #store-locator:after,
#zip-dialog #store-locator:after {
  content: " ";
  display: table;
  clear: both;
}
#storelocations #store-locator #store-message,
#zip-dialog #store-locator #store-message {
  padding: 10px;
}
#storelocations #store-locator #store-list,
#zip-dialog #store-locator #store-list {
  width: 245px;
  overflow: auto;
  display: block;
  float: left;
  height: 100%;
  max-height: 700px;
  padding: 0;
  font-size: 11px;
}
#storelocations #store-locator #store-list ul,
#zip-dialog #store-locator #store-list ul {
  list-style-type: none;
}
#storelocations #store-locator #store-list ul li,
#zip-dialog #store-locator #store-list ul li {
  margin-left: 0;
}
#storelocations #store-locator #store-list > div,
#zip-dialog #store-locator #store-list > div {
  background: #E8E9EA;
  border-right: 1px solid #c2c4c6;
  padding-top: 10px;
  height: 100%;
  min-height: 700px;
  box-sizing: border-box;
}
#storelocations #store-locator #store-list > div .store,
#zip-dialog #store-locator #store-list > div .store {
  border: 1px solid #c2c4c6;
  padding: 10px;
  background: #fff;
  margin: 0 10px 10px;
  cursor: pointer;
}
#storelocations #store-locator #store-list > div .store .title,
#zip-dialog #store-locator #store-list > div .store .title {
  font-weight: bold;
  font-size: 100%;
  margin: 0;
  line-height: inherit;
}
#storelocations #store-locator #store-list > div .store:hover:not(.selected),
#zip-dialog #store-locator #store-list > div .store:hover:not(.selected) {
  border: 1px solid #c3c3c3;
}
#storelocations #store-locator #store-list > div .store.selected,
#zip-dialog #store-locator #store-list > div .store.selected {
  border: 1px solid #f4903f;
  box-shadow: 0px 1px 4px #f0ccb0;
}
#storelocations #store-locator #store-list > div .store .select-store-btn,
#zip-dialog #store-locator #store-list > div .store .select-store-btn {
  display: none;
}
#storelocations #store-locator #store-list > div .store a,
#zip-dialog #store-locator #store-list > div .store a {
  text-decoration: underline;
}
#storelocations #store-locator #map,
#zip-dialog #store-locator #map {
  width: calc(100% - 245px);
  height: 700px;
  float: right;
}
#storelocations #store-locator #map .map-store,
#zip-dialog #store-locator #map .map-store {
  vertical-align: middle;
  display: inline-block;
  margin-top: 10px;
}
#storelocations #store-locator #map .map-store:not(.selected) > span:last-child,
#zip-dialog #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 {
  background: transparent;
  padding: 0;
  color: green;
  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 {
  display: none;
}
#storelocations #store-locator #map a:not(.snap-css-button),
#zip-dialog #store-locator #map a:not(.snap-css-button) {
  text-decoration: underline;
}
#storelocations h1 {
  margin-bottom: 8px;
}
#storelocations .top {
  margin: 0 -10px;
}
#storelocations #store-locator {
  margin: 0 -10px -10px;
}
#fc_frame:not(.done) {
  display: none;
}
#vip h2,
.newsletter-options h2 {
  margin: 0 0 5px;
  padding: 0;
}
#vip {
  margin-bottom: 20px !important;
}
#vip label {
  display: block;
}
#vip .clubmember {
  margin-top: 5px;
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #000;
  padding: 10px;
  background: #F2F2F2;
}
#vip .clubmember:last-child {
  margin-bottom: 0;
}
#vip .clubmember: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;
}
#vip .clubmember > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
#vip .clubmember.error {
  color: #a2081d;
  font-weight: bold;
}
#vip .clubmember.success {
  color: #1a951a;
  font-weight: bold;
}
#vip .clubmember.mainRed {
  color: #a2081d;
}
#vip .vip-saved {
  padding: 5px 0 0;
}
@media print {
  #search,
  #BuySafeSealSpan,
  iframe,
  #mainnav,
  #topnav,
  footer,
  .badgeswrapper,
  #open_fc_widget,
  #ae_app #ae_launcher.ae-active,
  #chat-offline {
    display: none !important;
  }
  #maincontent,
  header > div {
    width: 95vw !important;
    box-sizing: border-box;
  }
}
.related-categories a:not(.snap-css-button):hover,
.related-items a:not(.snap-css-button):hover {
  text-decoration: underline;
}
#categorypage .viewall {
  padding-left: 10px;
}
#categorypage .viewall a {
  text-decoration: underline;
}
html body .snap-css-button {
  text-align: center;
  line-height: 1 !important;
}
html body form .field-validation-error .address-warning,
html body #zip-dialog .top,
html body .rating-div .read-reviews,
html body .breadcrumbdropdown li,
html body .drop .dropdown,
html body div.reviews .reviewitem,
html body div.button-dropdown-items,
html body div.button-dropdown-items > span,
html body .page-block.border {
  border-color: #c2c4c6 !important;
}
html body.accessible header > div #search #search-wrapper > div.quick-find-container button {
  background: #2e3a47 !important;
}
html body.accessible header > div #search #search-wrapper > div.quick-find-container i {
  color: #fff !important;
  right: 15px;
}
#maincontent {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  box-sizing: border-box;
}
#maincontent > div {
  width: 1000px;
  margin: auto;
  position: relative;
  padding-bottom: 10px;
}
#maincontent div.page-block {
  overflow: initial;
}
#maincontent div.page-block .content {
  padding: 10px;
}
#maincontent div.page-block > .header:not(.pageHeading) a:not(.snap-css-button) {
  color: #000;
}
#maincontent div.page-block.listing .header > div {
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
}
.related-items .heading,
#shoppingcart .wishlist-box .heading {
  font-size: 1.25em;
  font-weight: bold;
  margin-top: 0;
}
.related-items ul li .info .price span,
#shoppingcart .wishlist-box ul li .info .price span {
  color: #000;
}
.related-items ul li .info .price .productSpecialPrice,
#shoppingcart .wishlist-box ul li .info .price .productSpecialPrice {
  color: #a2081d;
}
.related-items ul li .info .price .productSpecialPrice + .productSpecialPrice,
#shoppingcart .wishlist-box ul li .info .price .productSpecialPrice + .productSpecialPrice {
  display: block;
}
#shoppingcart table {
  border-color: #c2c4c6;
}
#shoppingcart .product-list table tbody tr td {
  border-color: #c2c4c6;
}
#shoppingcart .buttons:first-of-type {
  border: none;
}
#shoppingcart .snap-css-button {
  padding: 10px;
}
#shoppingcart h3.header {
  background: #000;
}
#shoppingcart .topcheckoutbuttons {
  background: none;
}
#shoppingcart .notes .note {
  background: #fff;
}
#address-book .add-address {
  margin: 10px 0;
}
#wishlist .wishlist-content {
  border-top: none;
}
#below-footer > .container {
  padding: 10px;
  margin: auto;
  width: 1000px;
  box-sizing: border-box;
}
#below-footer > .container .copyright {
  padding: 10px 0;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
}
#below-footer > .container .mobile {
  margin-bottom: 20px;
  text-align: center;
  text-decoration: underline;
}
#infopage .section {
  border-color: #c2c4c6;
}
#storelocation .titlebar {
  border-color: #c2c4c6;
}
#storelocation .hosted-layout .left-col .contact {
  border-color: #c2c4c6;
}
#storelocation .fallback-layout .social,
#storelocation .fallback-layout .detail {
  border-color: #c2c4c6;
}
#storelocation .fallback-layout .detail .right-side .hours tr td:first-child,
#storelocation .fallback-layout .detail .right-side .content {
  border-color: #c2c4c6;
}
#storelocation .fallback-layout .detail .welcome {
  border-color: #c2c4c6;
}
#storelocations #find-stores,
#zip-dialog #find-stores {
  border-color: #c2c4c6;
}
#storelocations #store-locator #store-list > div,
#zip-dialog #store-locator #store-list > div {
  border-color: #c2c4c6;
}
#storelocations #store-locator #store-list > div .store,
#zip-dialog #store-locator #store-list > div .store {
  border-color: #c2c4c6;
}
td.contactbody .pageHeading.subheading .infoBox .infoBoxContents .contactform {
  border-color: #c2c4c6;
}
span.link:hover,
a:not(.snap-css-button):hover {
  color: #3773a2;
}
div.snap-dialog div.ui-dialog-content div.dialog-buttons .snap-css-button.default-button {
  color: #fff;
}
html body .snap-css-button.search-button {
  background: #f26524;
  border-color: #d95b21;
}
html body .snap-css-button.search-button:focus {
  outline: 0px;
}
html body .snap-css-button.search-button:hover {
  background: #bf501d;
}
html body .snap-css-button.search-button:active:not(.drag) {
  background: #bf501d;
}
html body .snap-css-button.search-button:active.drag {
  background: #f26524;
}
html body .snap-css-button:hover,
html body .snap-css-button.buynow:hover,
html body .snap-css-button.legacy-button-blue:hover,
html body .snap-css-button.cart-start-checkout:hover,
html body .snap-css-button.continue:hover {
  background: linear-gradient(to bottom, #1665A4 0px, #133754 100%);
}
html body .snap-css-button:active:not(.drag),
html body .snap-css-button.buynow:active:not(.drag),
html body .snap-css-button.legacy-button-blue:active:not(.drag),
html body .snap-css-button.cart-start-checkout:active:not(.drag),
html body .snap-css-button.continue:active:not(.drag) {
  background: #133754;
}
html body .snap-css-button:active.drag,
html body .snap-css-button.buynow:active.drag,
html body .snap-css-button.legacy-button-blue:active.drag,
html body .snap-css-button.cart-start-checkout:active.drag,
html body .snap-css-button.continue:active.drag {
  background: linear-gradient(to bottom, #2280ca 0px, #16588c 100%);
}
html body .snap-css-button.in-cart,
html body .snap-css-button.legacy-button-gray,
html body .snap-css-button.button20,
html body .snap-css-button .in-cart {
  background: #909090;
  background: linear-gradient(to bottom, #909090 0px, #707070 100%);
}
html body .snap-css-button.in-cart:hover,
html body .snap-css-button.legacy-button-gray:hover,
html body .snap-css-button.button20:hover,
html body .snap-css-button .in-cart:hover {
  background: linear-gradient(to bottom, #848383 0px, #696666 80%);
}
html body .snap-css-button.in-cart:active:not(.drag),
html body .snap-css-button.legacy-button-gray:active:not(.drag),
html body .snap-css-button.button20:active:not(.drag),
html body .snap-css-button .in-cart:active:not(.drag) {
  background: #696666;
}
html body .snap-css-button.in-cart:active.drag,
html body .snap-css-button.legacy-button-gray:active.drag,
html body .snap-css-button.button20:active.drag,
html body .snap-css-button .in-cart:active.drag {
  background: linear-gradient(to bottom, #909090 0px, #707070 100%);
}
html body .snap-css-button.legacy-button-red,
html body .snap-css-button.backorder {
  background: #c93e22;
  background: linear-gradient(to bottom, #c93e22 0px, #8c2b18 100%);
}
html body .snap-css-button.legacy-button-red:hover,
html body .snap-css-button.backorder:hover {
  background: linear-gradient(to bottom, #9A2610 0px, #5A1407 100%);
}
html body .snap-css-button.legacy-button-red:active:not(.drag),
html body .snap-css-button.backorder:active:not(.drag) {
  background: #5A1407;
}
html body .snap-css-button.legacy-button-red:active.drag,
html body .snap-css-button.backorder:active.drag {
  background: linear-gradient(to bottom, #c93e22 0px, #8c2b18 100%);
}
html body .snap-css-button.outofstock {
  background: #fff;
  color: #000;
  text-shadow: none;
  border: 1px solid #000 !important;
}
html body .snap-css-button.outofstock:hover {
  filter: brightness(90%);
  background: #fff;
}
html body .snap-css-button.outofstock:active:not(.drag) {
  filter: brightness(90%);
  background: #fff;
}
html body .snap-css-button.outofstock:active.drag {
  filter: brightness(90%);
  background: #fff;
}
html body .snap-css-button.forward,
html body .snap-css-button.legacy-button-green,
html body .snap-css-button.button-pickup,
html body .snap-css-button.preorder,
html body .snap-css-button.ship {
  background: #22c922;
  background: linear-gradient(to bottom, #22c922 0px, #188c18 100%);
}
html body .snap-css-button.forward:hover,
html body .snap-css-button.legacy-button-green:hover,
html body .snap-css-button.button-pickup:hover,
html body .snap-css-button.preorder:hover,
html body .snap-css-button.ship:hover,
html body .snap-css-button.forward:active,
html body .snap-css-button.legacy-button-green:active,
html body .snap-css-button.button-pickup:active,
html body .snap-css-button.preorder:active,
html body .snap-css-button.ship:active,
html body .snap-css-button.forward.drag,
html body .snap-css-button.legacy-button-green.drag,
html body .snap-css-button.button-pickup.drag,
html body .snap-css-button.preorder.drag,
html body .snap-css-button.ship.drag {
  background: linear-gradient(to bottom, #23B123 0px, #197019 100%);
}
html body .snap-css-button.wishlist,
html body .snap-css-button.legacy-button-yellow,
html body .snap-css-button.button-save {
  background: #f26524;
  background: linear-gradient(to bottom, #f26524 0px, #bf501d 100%);
}
html body .snap-css-button.wishlist:hover,
html body .snap-css-button.legacy-button-yellow:hover,
html body .snap-css-button.button-save:hover {
  background: linear-gradient(to bottom, #DC5A1F 0px, #A8491C 100%);
}
html body .snap-css-button.wishlist:active:not(.drag),
html body .snap-css-button.legacy-button-yellow:active:not(.drag),
html body .snap-css-button.button-save:active:not(.drag) {
  background: #A8491C;
}
html body .snap-css-button.wishlist:active.drag,
html body .snap-css-button.legacy-button-yellow:active.drag,
html body .snap-css-button.button-save:active.drag {
  background: linear-gradient(to bottom, #f26524 0px, #bf501d 100%);
}
html body .snap-css-button.add-action {
  background: #22c922;
  background: linear-gradient(to bottom, #22c922 0px, #188c18 100%);
}
html body .snap-css-button.large {
  padding: 10px 16px;
}
html body .snap-css-button.wholesale {
  font-size: 90%;
}
html body .snap-css-button.invert {
  color: #3b75a3;
}
html body .snap-css-button.invert:not(:hover) {
  border-color: #3b75a3 !important;
}
html body #parts-finder a.snap-css-button {
  padding: 8px 10px;
}
ul.ui-autocomplete.search-provider-autocomplete {
  min-height: 550px;
}
#maincontent div.page-block.listing .header > div {
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
}
div.snap-dialog div.ui-dialog-titlebar {
  background: #2e3a47;
}
#open_fc_widget {
  background: #2e3a47;
}
#searchpage .snap-css-button.outofstock {
  padding: 11.5px 20px;
}
#history #order-list .snap-css-button,
#history #product-list .snap-css-button {
  padding: 10px;
}
#returns #search-returnable > div input[type=text] + button i:hover {
  color: #3773a2;
}
#backorders .export-list {
  float: right;
  margin-top: -45px;
}
#store-pickup h1 {
  display: inline-block;
}
#store-pickup h1 span {
  font-size: 16px;
  display: table-cell;
}
#store-pickup .unshipped {
  float: right;
  margin-top: 10px;
}
#store-pickup .top-navigation {
  padding: 5px;
  margin-bottom: 10px;
  display: table;
  box-sizing: border-box;
  width: 100%;
}
#store-pickup .top-navigation > div {
  display: table-cell;
  width: 50%;
}
#store-pickup .top-navigation > div:first-child {
  text-align: left;
}
#store-pickup .top-navigation > div:first-child label {
  font-weight: bold;
}
#store-pickup .top-navigation > div:first-child + div {
  text-align: right;
}
#store-pickup .top-navigation > div:first-child + div .pager {
  display: block;
  text-align: right;
  margin: 0;
}
#store-pickup .note {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  color: #000;
  padding: 10px;
  background: #F2F2F2;
}
#store-pickup .note:last-child {
  margin-bottom: 0;
}
#store-pickup .note: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;
}
#store-pickup .note > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 0 10px;
}
#store-pickup .note.error {
  color: #a2081d;
  font-weight: bold;
}
#store-pickup .note.success {
  color: #1a951a;
  font-weight: bold;
}
#store-pickup .note.mainRed {
  color: #a2081d;
}
#store-pickup .listing {
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  display: table;
  line-height: 1.75;
}
#store-pickup .listing > tbody > tr,
#store-pickup .listing > tr,
#store-pickup .listing > div {
  display: table-row;
}
#store-pickup .listing > tbody > tr:nth-child(even),
#store-pickup .listing > tr:nth-child(even),
#store-pickup .listing > div:nth-child(even) {
  background: #fafafa;
}
#store-pickup .listing > tbody > tr:not(:only-of-type):not(.header):hover,
#store-pickup .listing > tr:not(:only-of-type):not(.header):hover,
#store-pickup .listing > div:not(:only-of-type):not(.header):hover {
  background: #E8E9EA;
}
#store-pickup .listing > tbody > tr.primary:hover,
#store-pickup .listing > tr.primary:hover,
#store-pickup .listing > div.primary:hover {
  background: #E8E9EA;
}
#store-pickup .listing > tbody > tr > th,
#store-pickup .listing > tr > th,
#store-pickup .listing > div > th,
#store-pickup .listing > tbody > tr > td,
#store-pickup .listing > tr > td,
#store-pickup .listing > div > td,
#store-pickup .listing > tbody > tr > div,
#store-pickup .listing > tr > div,
#store-pickup .listing > div > div {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
#store-pickup .listing > tbody > tr > th .snap-css-button:not(.retain),
#store-pickup .listing > tr > th .snap-css-button:not(.retain),
#store-pickup .listing > div > th .snap-css-button:not(.retain),
#store-pickup .listing > tbody > tr > td .snap-css-button:not(.retain),
#store-pickup .listing > tr > td .snap-css-button:not(.retain),
#store-pickup .listing > div > td .snap-css-button:not(.retain),
#store-pickup .listing > tbody > tr > div .snap-css-button:not(.retain),
#store-pickup .listing > tr > div .snap-css-button:not(.retain),
#store-pickup .listing > div > div .snap-css-button:not(.retain) {
  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;
  text-transform: unset;
}
#store-pickup .listing > tbody > tr > th .snap-css-button:not(.retain):hover,
#store-pickup .listing > tr > th .snap-css-button:not(.retain):hover,
#store-pickup .listing > div > th .snap-css-button:not(.retain):hover,
#store-pickup .listing > tbody > tr > td .snap-css-button:not(.retain):hover,
#store-pickup .listing > tr > td .snap-css-button:not(.retain):hover,
#store-pickup .listing > div > td .snap-css-button:not(.retain):hover,
#store-pickup .listing > tbody > tr > div .snap-css-button:not(.retain):hover,
#store-pickup .listing > tr > div .snap-css-button:not(.retain):hover,
#store-pickup .listing > div > div .snap-css-button:not(.retain):hover {
  opacity: 1;
}
#store-pickup .listing > tbody > tr > th .center,
#store-pickup .listing > tr > th .center,
#store-pickup .listing > div > th .center,
#store-pickup .listing > tbody > tr > td .center,
#store-pickup .listing > tr > td .center,
#store-pickup .listing > div > td .center,
#store-pickup .listing > tbody > tr > div .center,
#store-pickup .listing > tr > div .center,
#store-pickup .listing > div > div .center {
  text-align: center;
}
#store-pickup .listing > tbody > tr > th .right,
#store-pickup .listing > tr > th .right,
#store-pickup .listing > div > th .right,
#store-pickup .listing > tbody > tr > td .right,
#store-pickup .listing > tr > td .right,
#store-pickup .listing > div > td .right,
#store-pickup .listing > tbody > tr > div .right,
#store-pickup .listing > tr > div .right,
#store-pickup .listing > div > div .right {
  text-align: right;
}
#store-pickup .listing > tbody > tr > th .left,
#store-pickup .listing > tr > th .left,
#store-pickup .listing > div > th .left,
#store-pickup .listing > tbody > tr > td .left,
#store-pickup .listing > tr > td .left,
#store-pickup .listing > div > td .left,
#store-pickup .listing > tbody > tr > div .left,
#store-pickup .listing > tr > div .left,
#store-pickup .listing > div > div .left {
  text-align: left;
}
#store-pickup .listing > tbody > tr > th:nth-child(n+1):last-child,
#store-pickup .listing > tr > th:nth-child(n+1):last-child,
#store-pickup .listing > div > th:nth-child(n+1):last-child,
#store-pickup .listing > tbody > tr > td:nth-child(n+1):last-child,
#store-pickup .listing > tr > td:nth-child(n+1):last-child,
#store-pickup .listing > div > td:nth-child(n+1):last-child,
#store-pickup .listing > tbody > tr > div:nth-child(n+1):last-child,
#store-pickup .listing > tr > div:nth-child(n+1):last-child,
#store-pickup .listing > div > div:nth-child(n+1):last-child {
  text-align: right;
}
#store-pickup .listing > tbody > tr > th:nth-child(n+1):last-child.center,
#store-pickup .listing > tr > th:nth-child(n+1):last-child.center,
#store-pickup .listing > div > th:nth-child(n+1):last-child.center,
#store-pickup .listing > tbody > tr > td:nth-child(n+1):last-child.center,
#store-pickup .listing > tr > td:nth-child(n+1):last-child.center,
#store-pickup .listing > div > td:nth-child(n+1):last-child.center,
#store-pickup .listing > tbody > tr > div:nth-child(n+1):last-child.center,
#store-pickup .listing > tr > div:nth-child(n+1):last-child.center,
#store-pickup .listing > div > div:nth-child(n+1):last-child.center {
  text-align: center;
}
#store-pickup .listing > tbody > tr > th:nth-child(n+1):last-child.left,
#store-pickup .listing > tr > th:nth-child(n+1):last-child.left,
#store-pickup .listing > div > th:nth-child(n+1):last-child.left,
#store-pickup .listing > tbody > tr > td:nth-child(n+1):last-child.left,
#store-pickup .listing > tr > td:nth-child(n+1):last-child.left,
#store-pickup .listing > div > td:nth-child(n+1):last-child.left,
#store-pickup .listing > tbody > tr > div:nth-child(n+1):last-child.left,
#store-pickup .listing > tr > div:nth-child(n+1):last-child.left,
#store-pickup .listing > div > div:nth-child(n+1):last-child.left {
  text-align: left;
}
#store-pickup .listing > *:first-child:not(.primary) {
  background: #464647;
  color: #fff;
}
#store-pickup .listing > *:first-child:not(.primary) a {
  color: #fff;
}
#store-pickup .listing label {
  display: none;
}
#store-pickup .order-totals {
  text-align: right;
}
#myaccount.history .order-totals {
  display: table;
  margin-left: auto;
  text-align: right;
}
#myaccount.history .order-totals > div {
  display: table-row;
}
#myaccount.history .order-totals > div > div {
  display: table-cell;
}
#myaccount.history .order-totals > div > div:first-child {
  padding-right: 1em;
}
#myaccount.history.store .order-totals,
#myaccount.history.store .order-history table {
  padding: 10px;
}
#myaccount.history .order-history {
  width: 100%;
  box-sizing: border-box;
}
#myaccount.history .item-listing table tr td:first-child {
  width: 1px;
  white-space: nowrap;
}
#myaccount.history .header {
  font-weight: bold;
  box-sizing: border-box;
}
.invoices {
  margin-top: -30px;
  margin-bottom: 15px;
  float: right;
}


