/* ABC Arizona Sans */

@font-face {
  font-family: "ABC Arizona Sans";
  src: url("Fonts/Arizona Sans/ABCArizonaSans-Thin.woff") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "ABC Arizona Sans";
  src: url("Fonts/Arizona Sans/ABCArizonaSans-ThinItalic.woff") format("truetype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "ABC Arizona Sans";
  src: url("Fonts/Arizona Sans/ABCArizonaSans-Light.woff") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "ABC Arizona Sans";
  src: url("Fonts/Arizona Sans/ABCArizonaSans-LightItalic.woff") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "ABC Arizona Sans";
  src: url("Fonts/Arizona Sans/ABCArizonaSans-Regular.woff") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "ABC Arizona Sans";
  src: url("Fonts/Arizona Sans/ABCArizonaSans-RegularItalic.woff") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "ABC Arizona Sans";
  src: url("Fonts/Arizona Sans/ABCArizonaSans-Medium.woff") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "ABC Arizona Sans";
  src: url("Fonts/Arizona Sans/ABCArizonaSans-MediumItalic.woff") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "ABC Arizona Sans";
  src: url("Fonts/Arizona Sans/ABCArizonaSans-Bold.woff") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "ABC Arizona Sans";
  src: url("Fonts/Arizona Sans/ABCArizonaSans-BoldItalic.woff") format("truetype");
  font-weight: 700;
  font-style: italic;
}

/* ABC Arizona Serif */

@font-face {
  font-family: "ABC Arizona Serif";
  src: url("Fonts/Arizona Serif/ABCArizonaSerif-Thin.woff") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "ABC Arizona Serif";
  src: url("Fonts/Arizona Serif/ABCArizonaSerif-ThinItalic.woff") format("truetype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "ABC Arizona Serif";
  src: url("Fonts/Arizona Serif/ABCArizonaSerif-Light.woff") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "ABC Arizona Serif";
  src: url("Fonts/Arizona Serif/ABCArizonaSerif-LightItalic.woff") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "ABC Arizona Serif";
  src: url("Fonts/Arizona Serif/ABCArizonaSerif-Regular.woff") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "ABC Arizona Serif";
  src: url("Fonts/Arizona Serif/ABCArizonaSerif-RegularItalic.woff") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "ABC Arizona Serif";
  src: url("Fonts/Arizona Serif/ABCArizonaSerif-Medium.woff") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "ABC Arizona Serif";
  src: url("Fonts/Arizona Serif/ABCArizonaSerif-MediumItalic.woff") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "ABC Arizona Serif";
  src: url("Fonts/Arizona Serif/ABCArizonaSerif-Bold.woff") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "ABC Arizona Serif";
  src: url("Fonts/Arizona Serif/ABCArizonaSerif-BoldItalic.woff") format("truetype");
  font-weight: 700;
  font-style: italic;
}

/* Start loading window styling */
.loadingWindow.loadingBackground
{
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.6;
    background-color: #000;
    z-index: 999;
}

.loadingButtonBackground
{
	opacity: 0.0 !important;
}

.loadingWindow img
{
    margin: auto;
}

.loadingWrapper
{
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 50%;
    margin: auto;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 18px;
    opacity: 1;
    display: grid;
    justify-content: center;
    align-items: center;
}

.shippingSkeleton.loadingWrapper,
.paymentSkeleton.loadingWrapper,
.thankYouSkeleton.loadingWrapper
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	border: none;
	padding: 0px;
	display: block;
}

.shippingSkeleton .loadingContent,
.paymentSkeleton .loadingContent,
.thankYouSkeleton .loadingContent
{
	background-color: #fff;
}

.loadingContent .BreadcrumbHolderCTA
{
	height: 62px;
}

.pulsatingBackground
{
	background-color: rgba(229, 231, 235);
    border-radius: 4px;
    box-shadow: 0 0 0 0 #F7F7F7;
	animation: pulse 2s cubic-bezier(.4,0,.6,1) infinite;
}

@keyframes pulse {
	50% {
		opacity: .5;
	}
}  

.loadingIcon
{
	height: 32px;
	width: 32px;
}

.loadingBreadcrumbWrapper
{
	display: flex;
    width: 100%;
    align-items: center;
}

.loadingBreadcrumblink
{
	height: 14px;
	width: 84px;
}

.loadingBreadcrumblink.one
{
	width: 97px;
	margin-left: 16px;
}

.loadingBreadcrumblink.two
{
	width: 84px;
	margin-left: 18px;
}

.loadingBreadcrumblink.three
{
	width: 74px;
	margin-left: 18px;
}

.loadingBlankSpace
{
	flex-grow: 1;
}

.loadingHelpLink
{
	height: 14px;
	width: 97px;
}

.loadingSummaryWrap
{
	width: 80%;
}

.loadingSummaryTitleSection
{
	height: 34px;
	width: 181px;
	margin-bottom: 40px;
}

.loadingLotSection
{
	height: 95px; 
	width: 100%; 
	border-top: 1px solid #F7F7F7; 
	border-bottom: 1px solid #F7F7F7;
	display: flex;
	align-items: center;
}

.loadingLotImage
{
	width: 63px; 
	height: 63px; 
	margin-right: 12px;
}

.loadingLotDetails
{
	flex-grow: 1;
}

.loadingLotNumber
{
	width: 47px; 
	height: 12px;
}

.loadingLotDescription
{
	width: 100%; 
	height: 19px;
	margin-top: 4px;
	margin-bottom: 2px;
}

.loadingLotDescription2
{
	width: 112px; 
	height: 20px;
}

.loadingLotTotal
{
	width: 85px; 
	height: 20px; 
	margin-left: 24px;
}

.loadingChargesSection
{
	height: 116px; 
	width: 100%;
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
}

.loadingCharge
{
	width: 100%; 
	display: flex;
	align-items: center;
}

.loadingChargeText
{
	width: 86px;
	height: 20px;
}

.loadingCharge.two .loadingChargeText
{
	width: 101px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.loadingChargeTotal
{
	width: 86px;
	height: 20px;
}

.loadingTotalSection
{
	height: 52px; 
	width: 100%; 
	border-top: 1px solid #F7F7F7; 
	border-bottom: 1px solid #F7F7F7;
	display: flex;
	padding-top: 16px;
	padding-bottom: 16px;
}

.loadingTotalText
{
	width: 64px;
	height: 20px;
}

.loadingTotalTotal
{
	width: 86px;
	height: 20px;
}

.loadingShippingWrap
{
	width: 100%;
	text-align: left;
}

.loadingShippingRadioSection
{
	width: 248px;
	height: 104px;
}

.loadingPaymentWrap .loadingShippingRadioSection
{
	height: 184px;
}

.loadingRadio
{
	width: 100%;
	display: flex;
}

.loadingRadio.two
{
	margin-top: 16px;
	margin-bottom: 16px;
}

.loadingRadio.four
{
	margin-top: 16px;
	margin-bottom: 16px;
}

.loadingRadioBox
{
	width: 24px;
	height: 24px;
	margin-right: 16px;
}

.loadingRadio.one .loadingRadioDesc
{
	width: 191px;
	height: 24px;
}

.loadingRadio.two .loadingRadioDesc
{
	width: 208px;
	height: 24px;
}

.loadingRadio.three .loadingRadioDesc
{
	width: 196px;
	height: 24px;
}

.loadingRadio.four .loadingRadioDesc
{
	width: 158px;
	height: 24px;
}

.loadingRadio.five .loadingRadioDesc
{
	width: 196px;
	height: 24px;
}

.loadingContinueButton
{
	width: 100%;
	height: 48px;
	margin-top: 40px;
}

.loadingThankYouWrap
{
	width:100%; 
	text-align: left;
}

.loadingThankYouText.one
{
	width: 61%; 
	height: 24px;
}

.loadingThankYouText.two
{
	width: 43%; 
	height: 24px;
	margin-top: 16px;
	margin-bottom: 16px;
}

.loadingThankYouText.three
{
	width: 87&; 
	height: 24px;
}

.loadingThankYouText.four
{
	width: 79%; 
	height: 84px;
	margin-top: 16px;
}

.loadingBackLink
{
	width: 90px; 
	height: 17px; 
	margin:auto;
	margin-top: 12px;
}

.isLoadingButton
{
	display: none;
}

.loadingGhostButton
{
	width: 100%;
    font-family: 'ABC Arizona Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #fff;
    background-color: #EBEBEB;
    padding: 8px 16px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    border-width: 1px;
    border-color: #000000;
    text-transform: uppercase;
    height: 48px;
    display: flex;
	margin: auto;
}

.loadingGhostButton .loadingSpinner
{
	width: 16px;
	margin: auto;
}

.loadingGhostButton img
{
	display: block;
    margin: auto;
	animation-name: buttonSpinner;
    animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes buttonSpinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* End loading window styling */

/* Custom Dialog Styling */
.epDialogBackground
{
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 1000;
	background: rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
}

.epDialogWindow
{
	z-index: 1001;
	background-color: #fff;
	border: 0px solid #fff;
    border-radius: 12px;
	width: 45vw;
	height: 80vh;
	position: absolute;
    top: 0;
    left: 0;
	right: 0;
	bottom: 0;
    margin: auto;
    opacity: 1; 
}

.epDialogBackground.epDialogType_EPAlert
{
	z-index: 2000;
}

.epDialogWindow.epDialogType_EPAlert
{
	z-index: 2001;
}

.epDialogWindow.epDialogType_EPHelper
{
	width: fit-content;
	top: 10px;
	bottom: unset;
	height: unset;
	max-height: calc(100vh - 20px);
}

.epDialogType_EPHelper .epDialogBody
{
	padding: 10px;
}

.epDialogType_EPHelper .epDialogHeader
{
	background-color: black;
    color: white;
	padding: 16px;
}

.epDialogType_EPHelper .epDialogHeader img
{
	filter: invert(100%) sepia(2%) saturate(7477%) hue-rotate(289deg) brightness(103%) contrast(100%);
}

.epDialogType_EPHelper .epDialogBody > div
{
	max-height: calc(100vh - 164px);
}

.epDialogWindow.epDialogType_EPHelper,
.epDialogType_EPHelper .epDialogBodyWrap,
.epDialogWindow.epDialogType_EPAlert,
.epDialogType_EPAlert .epDialogBodyWrap,
.epDialogWindow.epDialogType_AdyenAction,
.epDialogType_AdyenAction .epDialogBodyWrap
{
	min-height: 0;
}

.epDialogHeader
{
	display: flex;
    justify-content: space-around;
	align-items: center;
	width: 100%;
	height: 72px;
	padding: 44px 44px 44px 44px;
	border-radius: 12px 12px 0px 0px;
}

.epDialogTitle
{
	font-size: 20px;
}

.epDialogSpacer
{
	flex-grow: 10;
}

.epDialogBodyWrap
{
	display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(80vh - 72px);
	padding: 18px;
	border-radius: 0px 0px 12px 12px;
}

.epDialogBody
{
	padding: 48px;
}

.epDialogClose
{
	height: 24px;
	cursor: pointer;
}

.epDialogIcon
{
	margin: auto;
    display: block;
	padding-bottom: 26px;
}

.epDialogMainText
{
	margin: auto;
    display: block;
	
	font-family: 'ABC Arizona Serif';
	font-style: normal;
	font-weight: 300;
	font-size: 28px;
	line-height: 120%;
	text-align: center;

	color: #000000;
}

.epDialogType_EPAlert .epDialogMainText
{
	padding: 36px;
}

.epDialogSubText
{
	margin: auto;
    display: block;
	
	font-family: 'ABC Arizona Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	text-align: center;

	color: #000000;
	
	padding-top: 8px;
	padding-bottom: 36px;
}

.hideScrollBar
{
	overflow: hidden;
}

/* Global Styling */
.invalidFieldText,
.requiredFieldText
{
	color: #CA2A20;
	padding-top: 4px;
	display: inline-block;
	font-family: 'ABC Arizona Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
}

.invalidFieldText:before,
.requiredFieldText:before
{
	display: inline-block;
	background-repeat: no-repeat;
    background-image: url(../images/RedWarning.svg);
    background-size: 14px;
    width: 14px;
    height: 14px;
    content: " ";
	position: relative;
    left: 0;
    top: 2px;
	margin-right: 4px;
}

.hiddenFieldText
{
	display: none;
}

.isInvalidRequired,
.isInvalidRegex
{
	border-color: #CA2A20 !important;
}

input[type='button'][ct='Field'], .ButtonDefault-Main
{
	width: 100%;
	font-family: 'ABC Arizona Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 120%;
	color: #fff;
	background-color: #222;
	padding: 8px 16px;
	-webkit-border-radius: 24px;
    -moz-border-radius: 24px;
	border-radius: 24px;
	border-width: 1px;
	border-color: #000000;
    text-transform: uppercase;
	height: 48px;
}

a.ButtonDefault-Main
{
	display: flex; /* CSS3 */
	align-items: center; /* Vertical align */
	justify-content: center; /* Horizontal align */
    text-decoration: none;
	color: #fff !important;
	background-color: #222 !important;
	opacity: 1 !important;
}


.LightButton
{
	color: #222 !important;
	background-color: #fff !important;
	border-color: rgba(0, 0, 0, 0.1) !important;
}

.BackButton
{
	color: #222 !important;
	background-color: #fff !important;
	border: none;
	
	background-position: 41% 50%;
    background-repeat: no-repeat;
	background-image: url(../images/BackArrow.svg);
	background-size: 10px;
}

.BackLink, .LeaveLink
{
	color: #222 !important;
	background-color: #fff !important;
	border: none;
	
	height: 48px;

	font-family: 'ABC Arizona Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 120%;
	text-transform: uppercase;
	text-decoration: none;

	color: #000000;
	
	display: flex;
    justify-content: center;
    align-items: center;
	
	cursor: pointer;
}

.ThankYouButtonsMainTable .BackLink
{
	padding-top: 6px;
}

.BackLink::before
{	
	background-repeat: no-repeat;
	background-image: url(../images/BackArrow.svg);
    background-size: 10px;
    display: inline-block;
    width: 10px; 
    height: 10px;
    content:" ";
	margin-right: 10px;
}

.LeaveLink::before
{
	background-repeat: no-repeat;
	background-image: url(../images/x.svg);
    background-size: 12px;
    display: inline-block;
    width: 12px; 
    height: 12px;
    content:" ";
	margin-right: 9px;
}

input[type='text'][ct='Field']
{
	font-family: "ABC Arizona Sans";
	width: 100%;
	line-height: 140%;
	font-size: 14px;
	font-weight: 300;
	border: none;
	border-bottom: 1px solid #C2C2C2;
	height: 48px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	border-radius: 0px;
	outline: none !important;
	color: #000000;
	padding-left: 0px;
}

input[type='password'][ct='Field']
{
	font-family: "ABC Arizona Sans";
	width: 100%;
	line-height: 140%;
	font-size: 14px;
	font-weight: 300;
	border: none;
	border-bottom: 1px solid #C2C2C2;
	height: 48px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	border-radius: 0px;
	outline: none !important;
	color: #000000;
	padding-left: 0px;
}

textarea[ct='Field']
{
	font-family: "ABC Arizona Sans";
	width: 100%;
	line-height: 140%;
	font-size: 14px;
	font-weight: 300;
	border: 1px solid #000000;
	height: 62px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	border-radius: 8px;
	padding: 20px;
	gap: 10px;
	outline: none !important;
	color: #000000;
}

input[type='radio']
{
	width: 24px;
	height: 24px;
	flex: none;
	order: 0;
	flex-grow: 0;
	color: rgba(0, 0, 0, 0.6);
	accent-color: #000;
}

input[type='checkbox'][ct='Field']
{
	width: 24px;
	height: 24px;
	gap: 0px;
	border-radius: 2px 0px 0px 0px;
	border: 1px 0px 0px 0px;
	opacity: 0px;
	margin-right: 16px;
	accent-color: #000;
}

input[type='checkbox'][ct='Field']:before
{
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(../images/CheckboxDefault.svg);
}

input[type='checkbox'][ct='Field']:checked:before, input[type='checkbox'][ct='Field']:checked:hover:before
{
	background-image: url(../images/CheckboxActive.svg);
}

input[type='checkbox'][ct='Field']:hover:before
{
	background-image: url(../images/CheckboxHover.svg);
}

input::placeholder, .BlankDDL {
	font-family: 'ABC Arizona Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	color: #666666 !important;
	padding-left: 0px;
}

option:not([value = ""])
{
	color: #000 !important;
}

/*Chrome autofil styling*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active,
select:not([multiple]):-webkit-autofill,
select:not([multiple]):-webkit-autofill:hover, 
select:not([multiple]):-webkit-autofill:focus, 
select:not([multiple]):-webkit-autofill:active
{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #666666;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #FFF;
}

.text-field-wrap
{
	margin-bottom: 0px !important;
}

.text-field-wrap, 
.button-field-wrap {	
  position: relative !important;
  display: block !important;
  background-color: white !important;
  font-weight: 300;
}

/*Label when inside field*/
.text-field-wrap .label-text {
    position: absolute;
    display: block;
    top: 14px;
	left: 0px;
    transition: all 200ms ease-in-out;
	
	font-family: 'ABC Arizona Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	color: #666666 !important;
}

.label-text {
	pointer-events: none;
}

/*Label when hovering above field */
.text-field-wrap input:not([value=""]) + .label-text,
.text-field-wrap.field-active input + .label-text, 
.text-field-wrap input:focus + .label-text, 
.text-field-wrap.field-active textarea + .label-text, 
.text-field-wrap textarea:focus + .label-text,
.text-field-wrap.field-active:not(.hide-label-text) .label-text

/*.text-field-wrap.field-active select + .label-text, 
.text-field-wrap select:focus + .label-text */
{
	top: -0.75em;
	left: 0px;
	display: block;
	background: transparent;
	z-index: 10;
	
	font-family: 'ABC Arizona Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 120%;
	text-transform: uppercase;
}

/*
.hide-label-text .label-text
{
	display:none !important;
}
*/

select:not([multiple])
{
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline:none;
	background-color: transparent;
    background-position: right center;
	
	font-family: "ABC Arizona Sans" !important;
	width: 100%;
	line-height: 140% !important;
	font-size: 14px !important;
	font-weight: 300 !important;
	border: none;
	border-bottom: 1px solid #C2C2C2;
	height: 48px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	border-radius: 0px;
	
    display: inline-block;
    position: relative;
    z-index: 1;
    font-style: normal;
    font-stretch: normal;
	box-shadow: none;
	margin-top: 0em;
    margin-right: 0em;
    margin-bottom: 0em;
    margin-left: 0em;
	-webkit-user-select: none;
	cursor: pointer;
	vertical-align: middle;
	text-transform: none;
	box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
	overflow: visible !important;
	align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
	text-rendering: auto;
	letter-spacing: normal;
    word-spacing: normal;
	text-indent: 0px;
    text-shadow: none;
	text-align: start;
	font: 13.3333px Arial;
	-webkit-writing-mode: horizontal-tb;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
	background-position: right 50%;
    background-repeat: no-repeat;
	background-image: url(../images/ClosedArrow.png);
	
	padding-left: 0px;
	
}

select:focus
{
	background-image: url(../images/OpenArrow.png);
}

select:not([multiple]) *
{
	text-indent: 8px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	border-radius: 0px;
}

option
{
	/*
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	appearance: none;
	padding: 0px 10px;
	text-indent: 8px;*/
}

.DropdownSpan{
	width: 100%;
	display: block;
	background-color: #fff;
    float: left;
	height: 48px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
	margin: 0;
    padding: 0;
	border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
	box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
	line-height: 90px;
	font-size: 14px;
    font-family: arial, helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	color: #000;
	background-color:#FFF;
}

.Section-Default-ContentDescriptionCell
{
	font-family: "ABC Arizona Sans";
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	color: #000000 !important;
}

a
{
	font-family: 'ABC Arizona Sans';
	font-style: normal;

	text-decoration-line: underline;

	color: rgba(0, 0, 0, 0.6);
}

a:hover
{
	opacity: .6;
}

.SectionTitle
{
	font-family: 'ABC Arizona Serif';
	font-size: 28px;
	font-weight: 300;
	line-height: 28px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding-bottom: 38px;
	color: #222;
}

.SubsectionLabel 
{
	/*Used in multiple places */
	font-family: 'ABC Arizona Sans';
	font-size: 12px;
	font-weight: 400;
	line-height: 120%;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	
	color: #000000;
	
	display: block;
	width: 100%;
	padding-top: 19px;
	padding-bottom: 15px;
	border-bottom: 1px solid #000000;
	margin-bottom: 23px;
	
	text-transform: uppercase;
}

.SubsectionFields
{
	display: block;
	font-family: 'ABC Arizona Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	color: #222222;
	padding-bottom: 44px;
}

.SubsectionFields table
{
	width: 100%;
}

.SubsectionFields td:first-child
{
	font-family: 'ABC Arizona Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 120%;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.4);
	width: 30%;
	padding-right: 24px;
}

.SubsectionFields td:last-child
{
	width: 70%;
}

.SubsectionFields td
{
	padding-bottom: 15px;
}

.SubsectionFields tr:last-child td
{
	padding-bottom: 0px !important;
}

.SubsectionFields ul
{
	padding: 0px;
	padding-left: 24px;
}

.SubsectionFields li
{
	font-family: 'ABC Arizona Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	color: rgba(0, 0, 0, 0.6);
	padding-bottom: 24px;
}

.SubsectionFields li:last-child
{
	padding-bottom: 0px;
}

.WarningIcon, .CreditCardValidationMessage:before
{
	/*content: url(../images/WarningIcon.svg);*/
	margin-right: 9px;
	background-image: url(../images/WarningIcon.svg);
    background-size: 14px 14px;
    display: inline-block;
    width: 14px; 
    height: 14px;
    content:"";
}

/* End Global Styling */


/* Calendar Styling */

.Calendar-Textbox{
	height:50px;
	width: 350px;
	display: inline-block;
    padding: 6px 12px;
	padding-left: 40px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: url("../images/CalendarIconBlackWhite.png");
	background-repeat: no-repeat;
    padding-left: 50px;
	background-position: 14px 14px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.calendarContainer{
	padding:0px;
}

.calendarContainer.active {
	position: relative;
	background: #FFFFFF;
	border: 1px solid #000000;
	z-index:100001;
	width: 304px;
}
.calendarContainer.active:after, .calendarContainer.active:before {
	bottom: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.calendarContainer.active:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FFFFFF;
	border-width: 15px;
	margin-left: -15px;
}
.calendarContainer.active:before {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000000;
	border-width: 16px;
	margin-left: -16px;
}


.calendarIframe{
	background-color:white;
	display:block;
	z-index:100001;
	position:relative;
	opacity:100;
}

.Calendar-Main{
	width:100%;
	height:100%;
	background-color:#FFFFFF;
	font-family:AtlasGrotesk;
	position:relative;
	color:#000000; 
}

.Calendar-Main .Calendar-Header{
	background-color:#FFFFFF; 
	border-style:None; 
	font-size:12pt;
	color:#000000;
	height:12pt;
	font-family:AtlasGrotesk;
	text-transform: uppercase;
}

.Calendar-Main a{
	text-decoration:none;
	color: #000000;
}

.Calendar-Main .Calendar-Header a{
	font-size:20pt;
	font-weight:bold !important;
	font-family:Consolas !important;
}

.Calendar-Main a:link{
	text-decoration:none;
	font-family:AtlasGrotesk;
	font-weight: normal;
	color: #000000;
}

.Calendar-Main .SelectedHyperlink {
	color: #FFFFFF !important;
}

.Calendar-Main .ColumnHeader{
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	color: black;
	background-color:white;
	height:8pt;
}

.Calendar-Main .NextMonthDay{
	visibility: hidden;
	color: #FFFFFF !important;
	line-height:0;
	font-size:0;
	padding:0 !important;
    border: none !important;
}

.Calendar-Main .DayStyle{
	background-color:#EFEFEF;
	width: 24px;
	height: 40px;
}

.Calendar-Main .DisabledDayStyle{
	background-color:#FFFFFF !important;
	color: #C5C5C5;
}

.zeroHeight{
	height:0px;
	width: 0px;
}
/* End Calendar Styling */


/* Radio styling */
.Radio-List
{
	width: 100%;
	border-collapse: collapse;
	/*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
	color: #000000;
}
.Radio-List td
{
	display: flex;
    align-items: center;
    justify-content: left;
	gap: 16px;
	height: 48px;
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
}

.Radio-List span
{
	padding: 3px 0px 0px;
	
	font-family: 'ABC Arizona Sans';
	font-size: 14px;
	font-weight: 300;
	line-height: 140%;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	
	color: #000000;
}

.Shipping-Radio
{
	width: 100%;
	border-collapse: collapse;
	/*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
	color: #000000;
	/*margin-bottom: 44px;*/
}
.Shipping-Radio td
{
	display: flex;
    align-items: center;
    justify-content: left;
	gap: 16px;
	height: 48px;
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
}

.Shipping-Radio span
{
	padding: 3px 0px 0px;
	
	font-family: 'ABC Arizona Sans';
	font-size: 14px;
	font-weight: 300;
	line-height: 140%;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	
	color: #000000;
}

.Payment-Radio
{
	width: 100%;
	border-collapse: collapse;
	/*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
	color: #000000;
}
.Payment-Radio td
{
	display: flex;
    align-items: center;
    justify-content: left;
	gap: 16px;
	height: 48px;
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
}

.Payment-Radio span
{
	padding: 3px 0px 0px;
	
	font-family: 'ABC Arizona Sans';
	font-size: 14px;
	font-weight: 300;
	line-height: 140%;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	
	color: #000000;
}
/* End Radio styling */

/* Breadcrumb Styling */
.PageCTA
{
	/*padding: 16px 48px;*/
}

.BreadcrumbHolderCTA
{
	padding: 15px 48px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: fixed;
	background-color: #FFF !important;
	z-index: 999;
}

.BodyCTA
{
	padding: 40px 48px;
	margin-top: 65px;
}

.BreadcrumbWebpart
{
	/*padding-bottom: 16px;*/
}
.BreadcrumbTable
{
	width: 0px;
}

.Breadcrumb-Link, .Breadcrumb-Link-Disabled, .Breadcrumb-Link-Selected
{
	text-wrap: nowrap;
	text-decoration: none !important;
	
	font-family: 'ABC Arizona Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	text-transform: uppercase;
	color: #222 !important;
	cursor: pointer;
	


}

.Breadcrumb-Link-Selected
{
	font-weight: 600;
}

.Breadcrumb-Link-Disabled
{
	cursor: default;
}

.Breadcrumb-Arrow
{
	padding: 8px;
}

.ContactUsTable
{
	font-family: 'ABC Arizona Sans';
	font-size: 12px;
	font-weight: 300;
	line-height: 140%;
	text-align: right;
	color: rgba(0, 0, 0, 0.6);
	padding-left: 21px;
}

.ContactUsTable a
{
	font-family: 'ABC Arizona Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 140%;

	text-decoration-line: underline;
	
	color: rgba(0, 0, 0, 0.6);

}

.ContactUsTable img
{
	padding-left: 16px;
}

.ChristiesIcon
{
	padding-right: 16px;
}

.BackToAccountLink
{
	display: flex;
	align-items: center;
	text-decoration: none !important;
	font-family: 'ABC Arizona Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	text-transform: uppercase;
	color: #222222 !important;
	cursor: pointer;
	white-space: nowrap;
}

.BackToAccountLink::before
{
	background-repeat: no-repeat;
	background-image: url(../images/ClosedArrow.png);
    background-size: 10px;
    display: inline-block;
    width: 10px; 
    height: 10px;
    content:" ";
	margin-right: 8px;
	transform: rotate(90deg);
}

/* End Breadcrumb styling */

.WebPart-Default-MainTable
{
	border-collapse: collapse;
}

/* Checkout page styling */
.MainCheckoutCell
{
	width: 50%;
}

.CheckoutSummary
{
	/*width: 80%;*/
	width: 40%;
	position: fixed;
}

.CheckoutSummary > tbody
{
	display:block;
	height: calc(100vh - 145px);
	overflow-y: auto;
	padding-right: 48px;
}

.CheckoutSummary > tbody > tr
{
	display:block;
}

.CheckoutSummary > tbody > tr > td
{
	display:block;
}

.ShippingSummary, .PaymentSummary
{
	width: 98%;
}

.ShippingDetailsMainTable
{
	margin-bottom: 40px;
}

.basket-Text
{
	font-family: 'ABC Arizona Sans';
	font-size: 14px;
	font-weight: 300;
	line-height: 140%;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	
	display: block;
	margin-top: 40px;

	color: rgba(0, 0, 0, 0.6);
}

.Shipping-Address
{
	font-family: 'ABC Arizona Sans';
	font-size: 14px;
	font-weight: 300;
	line-height: 140%;
	text-align: left;
	color: rgba(0, 0, 0, 0.6);
	margin-top: 34px;
	display: block;
}

.AuthorizedShipperText
{
	font-family: 'ABC Arizona Sans';
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

	color: rgba(0, 0, 0, 0.6);
	
	display: block;
	margin-top: 40px;
}

.ContactTable .Section-Default-ContentRow:nth-child(2) .Section-Default-ContentCell
{
	padding-bottom: 24px;
}

.Shipping-ErrorMessage
{
	font-family: 'ABC Arizona Sans';
	font-size: 14px;
	font-weight: 300;
	line-height: 140%;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	
	color: #C30B00;
	
	display: block;
	padding-top: 40px;
}

.ShippingAddressLabel
{
	font-family: 'ABC Arizona Sans';
	font-size: 12px;
	font-weight: 400;
	line-height: 120%;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	
	color: #000000;
	
	display: block;
	width: 100%;
	margin-top: 40px;
	padding-top: 19px;
	padding-bottom: 15px;
	border-bottom: 1px solid #000000;
	margin-bottom: 24px;
	
	text-transform: uppercase;
}

.ShippingContactLabel
{
	font-family: 'ABC Arizona Sans';
	font-size: 12px;
	font-weight: 400;
	line-height: 120%;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	
	color: #000000;
	
	display: block;
	width: 100%;
	margin-top: 40px;
	padding-top: 19px;
	padding-bottom: 15px;
	border-bottom: 1px solid #000000;
	margin-bottom: 24px;
	
	text-transform: uppercase;
}

.CollectMethodLabel
{
	font-family: 'ABC Arizona Sans';
	font-size: 12px;
	font-weight: 400;
	line-height: 120%;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	
	color: #000000;
	
	display: block;
	width: 100%;
	margin-top: 40px;
	padding-top: 19px;
	padding-bottom: 15px;
	border-bottom: 1px solid #000000;
	margin-bottom: 24px;
	
	text-transform: uppercase;
}

.ShippingPhoneMainTable
{
	margin-top: 24px;
}

.ShippingPhoneContentTable td:first-child
{
	width: 36%;
	padding-right: 24px;
}

.SpecialInstructionsLabel
{
	font-family: 'ABC Arizona Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	text-transform: uppercase;
	
	color: #000000;
	
	display: block;
	padding-top: 40px;
	padding-bottom: 15px;
	border-bottom: 1px solid #000000;
	margin-bottom: 24px;
}

.SpecialInstructionsLabelOPT
{
	color: #666;
}

.ShipLDLOptOut
{
	margin-top: 0px !important;
}

.ShipLDLOptOutMainTable
{
	padding-top: 37px;
}

.ShipLDLOptOutMainTable span
{
	font-family: 'ABC Arizona Sans';
	font-size: 14px;
	font-weight: 300;
	line-height: 140%;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
	display: flex;
    justify-items: center;
}

.ShipLDLOptOutMainTable label
{
	margin: 0px;
	
	font-family: 'ABC Arizona Sans';
	font-size: 14px;
	font-weight: 300;
	line-height: 140%;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
}

.ShipLDLOptOutContentTable
{
	width: 0px;
	text-wrap: nowrap;
}

/* End Checkout page styling */

/* Summary styling */
.SummaryLotImage
{
	width: 63px;
	padding-right: 20px;
}

.SummaryTable
{
	width: 100%;
}

.SummaryTable img
{
	max-height: 63px;
	max-width: 63px;
}

.SummaryLotTable
{
	
}

.SummaryLot:first-child .SummaryLotTable
{
	padding-top: 0px;
}

.SummaryTable > tbody > .SummaryLot > td
{
	padding-top: 16px;
	padding-bottom: 16px;
	border-top: 1px solid #EBEBEB;
}

.SummaryTable > tbody > .SummaryLotLast > td
{
	border-bottom: 1px solid #EBEBEB;
}

.SummaryLotShowAllLess td
{
	padding-top: 17px;
	text-align: center;
}

.SummaryLotShowAllLink
{
	display: flex;
	justify-content: center;
	align-items: center;
	
	font-family: 'ABC Arizona Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 140%;
	
	color: rgba(0, 0, 0, 0.6) !important;
	opacity: 1 !important;
	
	text-decoration: none !important;
	
	gap: 6px;
}

.SummaryLotShowAllLink::before
{
	display: flex;
	justify-content: center;
	align-items: center;
	
	content: "";
	background-repeat: no-repeat;
	background-image: url(../images/PlusIcon.svg);
	background-size: 12px;
	width: 12px;
	height: 12px;
}

.SummaryLotShowLessLink
{
	display: flex;
	justify-content: center;
	align-items: center;
	
	font-family: 'ABC Arizona Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 140%;
	
	color: rgba(0, 0, 0, 0.6) !important;
	opacity: 1 !important;
	
	text-decoration: none !important;
	
	gap: 6px;
}

.SummaryLotShowLessLink::after
{
	display: flex;
	justify-content: center;
	align-items: center;
	
	content: "";
	background-repeat: no-repeat;
	background-image: url(../images/MinusIcon.svg);
	background-size: 12px;
	width: 12px;
	height: 12px;
}

.SummaryLotHidden
{
	display: none;
}

.SummarySubtotalTable
{
	/*border-top: 1px solid #EBEBEB;*/
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.SummarySubtotalTable td
{
	padding-bottom: 8px;
	font-family: 'ABC Arizona Sans';
	font-size: 14px;
	font-weight: 300;
	line-height: 140%;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: rgba(0, 0, 0, 0.6);
}

.SummarySubtotalTable tr:last-child td
{
	padding-bottom: 0px;
}

.LotInvoiceSummaryTable
{
	padding-top: 8px;
}

.LotInvoiceSummaryTable td
{
	font-family: 'ABC Arizona Sans';
	font-size: 14px;
	font-weight: 300;
	line-height: 140%;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: rgba(0, 0, 0, 0.6);
}

/*
.SummarySubtotalTable .SummarySubtotalRow td
{
	padding-bottom: 12px;
	font-weight: 600;
	font-family: 'ABC Arizona Sans';
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
}
*/

.SummaryTotalTable
{
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.SummaryLotDetailsTable
{
	height: 63px;
}

.SummaryLotDetailsLotNumber
{
	font-family: 'ABC Arizona Sans';
	font-size: 10px;
	font-weight: 400;
	line-height: 120%;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
}

.SummaryLotDetailsLotDescription
{
	font-family: 'ABC Arizona Serif';
	font-size: 16px;
	font-weight: 300;
	line-height: 120%;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
	
	text-transform: capitalize;
	padding-right: 24px;
}

.SummaryLotDetailsLotDescription2
{
	font-family: 'ABC Arizona Sans';
	font-size: 14px;
	font-weight: 300;
	line-height: 140%;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #222;
	
	text-transform: capitalize;
}

.SummaryLotTotal
{
	font-family: 'ABC Arizona Sans';
	font-size: 14px;
	font-weight: 300;
	line-height: 140%;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
	white-space: nowrap;
}

.SummaryTotalDescription
{
	font-family: 'ABC Arizona Sans';
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
}

.SummaryTotalPrice
{
	font-family: 'ABC Arizona Sans';
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
}

.SummaryNumberOfLots
{
	text-transform: lowercase;

}

.SummaryShipMethodTable
{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	
	font-family: 'ABC Arizona Sans';
	font-size: 14px;
	font-weight: 300;
	line-height: 140%;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: rgba(0, 0, 0, 0.6);
}

/* End Summary styling */


/* Payment Page Styling */

.NewPaymentMethod
{
	font-family: 'ABC Arizona Sans' !important;
	font-style: normal !important;
	font-weight: 300 !important;
	font-size: 12px !important;
	line-height: 120% !important;
	
	text-transform: uppercase !important;
	
	color: #0A7F7F !important;
	padding: 4px 8px !important;
	margin-left: 8px !important;
	
	border: 1px solid #EBEBEB;
	border-radius: 4px;
}

.CreditLimitMessage
{
	padding-bottom: 32px;
}

.PaymentSectionMainTable
{
	padding-top: 32px;
	padding-bottom: 44px;
}

.PaymentSectionMainTable input[type='button'],
.PaymentSectionMainTable .loadingGhostButton
{
	margin-top: 44px;
}

.BillingAddressSection
{
	padding-top: 35px;
}

.PaymentSectionMainTable .BillingAddressSection span
{
	font-family: 'ABC Arizona Sans' !important;
	font-style: normal !important;
	font-weight: 300 !important;
	font-size: 10px !important;
	line-height: 140% !important;
	color: #666666 !important;
	padding: 0px !important;
	/*padding-top: 36px !important;*/
	
	text-transform: uppercase;
}


.SavePaymentMainTable span
{

	font-family: 'ABC Arizona Sans';
	font-size: 14px;
	font-weight: 300;
	line-height: 140%;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
}

.CardDetailsLabel
{
	font-family: 'ABC Arizona Sans';
	font-size: 12px;
	font-weight: 400;
	line-height: 120%;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	
	color: #000000;
	
	display: block;
	width: 100%;
	/*margin-top: 40px;*/
	padding-top: 19px;
	padding-bottom: 15px;
	border-bottom: 1px solid #000000;
	margin-bottom: 24px;
	
	text-transform: uppercase;
}

.SavePaymentContentTable
{
	width: 0px;
	text-wrap: nowrap;
	height: 48px;
	margin-top: 24px;
	margin-bottom: 32px;
}
/*
.SavePaymentContentTable td
{
	padding-right: 12px;
}

.SavePaymentContentTable td:first-child
{
	padding-right: 16px;
}
*/

.SavePaymentContentTable
{
	text-wrap: nowrap;
}

.PaymentInstructionText
{
	display: block;
	/*padding-bottom: 44px;*/
	
	font-family: 'ABC Arizona Sans';
	font-size: 14px;
	font-weight: 300;
	line-height: 140%;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: rgba(0, 0, 0, 0.6);
}

.PayByBankText
{
	display: block;
	padding-bottom: 15px;
	border-bottom: 1px solid #000000;
	text-transform: uppercase;
	
	font-family: 'ABC Arizona Sans';
	font-size: 12px;
	font-weight: 400;
	line-height: 120%;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #222;
}

#PayByBank-container
{
	padding-top: 27px;
	margin-bottom: 32px;
}

.BankTransferConversionText
{
	text-transform: none !important;
	font-family: 'ABC Arizona Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	color: rgba(0, 0, 0, 0.6);
	padding: 8px 0px 8px 0px;
}

.Payment-ErrorMessage
{
	display: block;
	/*padding-bottom: 32px;*/
	
	font-family: 'ABC Arizona Sans';
	font-size: 14px;
	font-weight: 300;
	line-height: 140%;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	
	color: #C30B00;

}

.LogoSection-Div
{
	margin-left: auto;
}

.LogoSection-GridCell
{
	display: table-cell !important;
	border: none !important;
}

.PaymentLogo
{
	max-width: 25px;
	max-height: 15px;
}

.OtherPaymentLogo
{
	max-width: 34px;
	max-height: 24px;
}

.ThankYouText
{
	display: block;
	font-family: 'ABC Arizona Sans';
	font-size: 14px;
	font-weight: 300;
	line-height: 140%;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: rgba(0, 0, 0, 0.6);
	padding-bottom: 44px;
}

.ThankYouButtonsMainTable
{
	/*margin-top: 40px;*/
}

.CreditCardValidationMessage
{
	display: flex;
    justify-content: left;
    align-items: center;
	
	font-family: 'ABC Arizona Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	
	color: #000000;
	
	padding-top: 8px;
}

.boldText
{
	font-weight: 400 !important;
}

#card-container
{
	
}

#action-container
{
	min-height: 420px;
}

#action-container iframe
{
	min-height: 420px;
}

.adyen-checkout-form-instruction,
.adyen-checkout-contextual-text
{
	font-size: 14px !important;
    padding-top: 12px !important;
    font-family: 'ABC Arizona Sans' !important;
    color: rgba(0, 0, 0, 0.6) !important;
}

.adyen-checkout__label__text
{
	font-family: 'ABC Arizona Sans' !important;
	font-style: normal !important;
	font-weight: 300 !important;
	font-size: 10px !important;
	line-height: 140% !important;
	color: #666666 !important;
	padding: 0px !important;
	padding-top: 24px !important;
	
	text-transform: uppercase;
}

.input-field
{
	font-family: 'ABC Arizona Sans' !important;
	font-style: normal !important;
	font-weight: 300 !important;
	font-size: 14px !important;
	line-height: 140% !important;
	color: #000000 !important;
	outline: none !important;
	padding-left: 0px;
}

.adyen-checkout__error-text
{
	font-family: 'ABC Arizona Sans' !important;
	font-style: normal !important;
	font-weight: 300 !important;
	font-size: 14px !important;
	line-height: 140% !important;

	color: #C30B00 !important;
}

.adyen-checkout__error-text:before
{
	/*content: '123';*/
}

.adyen-checkout__input, .adyen-checkout__dropdown__button
{
	font-family: "ABC Arizona Sans" !important;
	line-height: 140% !important;
	font-size: 14px !important;
	font-weight: 300 !important;
	border: none !important;
	/*border-bottom: 1px solid #C2C2C2 !important;*/
	height: 48px !important;
	-webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
	border-radius: 0px !important;
	outline: none !important;
	box-shadow: none !important;
	padding-left: 0px !important;
}

.adyen-checkout__input-wrapper
{
	border: none !important;
	border-bottom: 1px solid #C2C2C2 !important;
	-webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
	border-radius: 0px !important;
	box-shadow: none !important;
}

.adyen-checkout__dropdown__button
{
	font-family: "ABC Arizona Sans" !important;
	line-height: 140% !important;
	font-size: 14px;
	font-weight: 300 !important;
	border: none !important;
	/*border-bottom: 1px solid #C2C2C2 !important;*/
	height: 48px !important;
	-webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

.adyen-checkout__input--disabled
{
	display: flex !important;
    padding: 6px 8px  !important;
    align-items: center  !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	outline: none !important;
	padding-left: 0px;
}

span[data-id ='encryptedCardNumber']
{
	padding-top: 15px !important;
}

#paypal-button
{
	width: 75% !important;
	margin-top: 44px !important;
}

.paypal-buttons
{
	min-height: 46px !important;
}

/* End Payment Page Styling */

/* Default/error page styling */

.ErrorPage-Section-Main{
	height:50vh;
}
.ErrorPage-Section-Main table{
	height:50vh;
}

.ErrorPage-Header{
	vertical-align: bottom;
	font-size:40px;
	font-family: "ABC Arizona Sans";
}

.ErrorPage-Message{
	vertical-align: top;
	font-size:16px;
	color: #575757;
	font-family: "ABC Arizona Sans";
}


/* End Default/error page styling */

/* Start tooltip styling */
.rightTooltip, .leftTooltip, .midTooltip {
    position: relative;
    display: inline-block;
	background-repeat: no-repeat;
	background-image: url(../images/TooltipIcon.svg);
    background-size: 14px;
    width: 14px; 
    height: 14px;
    content:" ";
	top: 2px;
}

.rightTooltip {
	float: right;
}

.leftTooltip {
	margin-left: 9px;
}

.midTooltip {
	margin-left: 9px;
}

.rightTooltip .tooltiptext, .leftTooltip .tooltiptext, .midTooltip .tooltiptext {
	font-family: 'ABC Arizona Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 140%;

	color: #F7F7F7;

	visibility: hidden;
    width: 208px;
    background-color: black;
    text-align: left;
    border-radius: 2px;
    padding: 5px 0;
    position: absolute;
    z-index: 2;
    top: calc(150% + 6px);
    left: 50%;
    padding: 16px;
	
	text-transform: none;
	white-space: normal;
}

.rightTooltip .tooltiptext{
	margin-left: -195px;
}

.leftTooltip .tooltiptext {
    margin-left: -12px;
}

.midTooltip .tooltiptext {
    margin-left: -104px;
}

.rightTooltip .tooltiptext::after, .leftTooltip .tooltiptext::after, .midTooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    top: -20px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.rightTooltip .tooltiptext::after
{
	left: 88%;
}

.leftTooltip .tooltiptext::after
{
	left: 0%;
}

.midTooltip .tooltiptext::after
{
	left: 44%;
}

.rightTooltip:hover .tooltiptext, .rightTooltip:focus .tooltiptext, .leftTooltip:hover .tooltiptext, .leftTooltip:focus .tooltiptext, .midTooltip:hover .tooltiptext, .midTooltip:focus .tooltiptext {
	visibility: visible;
}
/* End tooltip styling */

/* Start Custom Dropdown Styling */
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  overflow: unset;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(../images/ClosedArrow.png);
}

/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active {
  background-image: url(../images/OpenArrow.png);
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
	padding-left: 0px;
	border-bottom: 1px solid #C2C2C2;
	cursor: pointer;
	user-select: none;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	font-family: "ABC Arizona Sans";
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	font-style: Light;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	color: #000;
	background-color:#FFF;
	transition: padding .15s ease-in;
	overflow: hidden;
}

.select-items div
{
	border-bottom: 1px solid #ebebeb !important;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 400px;
  overflow-y: scroll;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  border-left: 4px solid #960000 !important;
  padding-left: 8px !important;
  color: #666 !important;
}
/* End Custom Dropdown Styling */

/*Start Table styling */

@media only screen and (max-width: 860px) {
	.BreadcrumbHolderCTA
	{
		padding: 15px 24px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.BodyCTA
	{
		padding: 40px 24px;
		padding-top: 0px;
	}
	
	.SectionTitle
	{
		padding: 40px 0px;
	}
	.CheckoutSummary
	{
		width: 44%;
		padding-right: 24px;
	}
}
/*End Tablet styling*/

/*Start Mobile styling*/
@media only screen and (max-width: 720px) {
  .PageCTA
	{
		/*padding: 12px;*/
	}
	.BreadcrumbHolderCTA
	{
		padding: 12px 12px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.BodyCTA
	{
		padding: 12px 12px;
		padding-top: 0px;
	}
	.MainCheckoutCell
	{
		width: 100%;
		display: block;
	}

	.CheckoutSummary
	{
		width: 100%;
		position: relative;
		padding-right: 0px;
	}
	

	.CheckoutSummary > tbody
	{
		display: table-row-group;
		height: 100%;
		overflow-y: visible;
		padding-right: 0px;
	}

	.CheckoutSummary > tbody > tr
	{
		display: table-row;
	}

	.CheckoutSummary > tbody > tr > td
	{
		display: table-cell;
	}

	.ShippingSummary, .PaymentSummary
	{
		width: 100%;
	}
	.SectionTitle
	{
		padding: 40px 0px;
	}
	.SectionTitle td
	{
		text-align: center;
	}
	.ShippingSummary, .PaymentSummary, .ThankYouSummary
	{
		/*padding-top: 40px;*/
	}
	.ContactUsTable
	{
		padding-left: 21px;
	}
	.BankDetails td, .YourDetails td
	{
		width: 50% !important;
	}
	
	.Breadcrumb-Link .BCText, .Breadcrumb-Link-Disabled .BCText
	{
		display: none;
	}
	
	.BCNeedHelp
	{
		display: none;
	}
	
	.ShippingPhoneContentTable td
	{
		display: inline-block;
		width: 100% !important;
		padding-right: 0px !important;
	}
	
	.ShippingPhoneContentTable td:first-child
	{
		margin-bottom: 24px;
	}
	
	.Shipping-Dropdown 
	{
		width: 100%;
	}
	.SummaryLotDetailsLotDescription div, .SummaryLotDetailsLotDescription2 div
	{
		width: 44vw;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.epDialogHeader
	{
		padding: 32px;
		padding-bottom: 16px;
		height: 96px;
	}
	.epDialogWindow
	{
		width: 100vw;
		height: 100vh;
		border-radius: 0px;
		top: 0;
		left: 0;
	}
	.epDialogBodyWrap
	{
		min-height: calc(100vh - 72px);
	}
	.epDialogBody
	{
		padding: 16px;
	}
	.epDialogMainText
	{
		font-size: 24px;
	}
	.loadingWrapper
    {
        left: 0;
        width: 98%; 
    }
	.loadingSummaryTitleSection
	{
		margin: auto;
		margin-bottom: 40px;
		margin-top: 40px;
	}
	.loadingSummaryWrap
	{
		width: 100%;
	}
	.loadingBreadcrumblink:not(.two)
	{
		width: 20px;
	}
	.loadingBreadcrumblink
	{
		margin-left: 10px !important;
	}
}

@media only screen and (max-height: 620px) {
	.epDialogWindow
	{
		height: 100vh;
		top: 0;
		left: 0;
	}
}

@media only screen and (max-height: 500px) {
	.epDialogWindow
	{
		overflow-y: scroll;
	}
}
/*End Mobile Styling*/