.checkoutstep_bar{
	height: 1.5em;
}
.checkoutstep {
	color: #666666;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
	line-height: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.checkoutstep_selected {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.shopping_cart {
	border-style:solid;
	border-width:1px;
	padding:5px;
	margin:1px;
	font-family:Arial;
	font-size:.75em;
}
.shopping_cart span {
	display: inline-block;
	vertical-align:middle;
}
.shopping_cart p span {
	text-align:center;
}
.shopping_cart p {
	clear:left;
	margin:0px;
	line-height:16px;
}
.shopping_cart > p:first-child {
	background-color:#EFEFEF;
	font-weight:bold;
	text-align:center;
	margin:-5px -5px 5px -5px;
	padding:5px 5px 0px 5px;
}
.shopping_cart > p:first-child > span:first-child + span {
	font-size:.75em;
}
.shopping_cart > p > span:first-child {
	width:10%;
}
.shopping_cart > p > span:first-child + span {
	width:5%;
}
.shopping_cart > p > span:first-child + span + span {
	width:5%;
}
.shopping_cart > p > span:first-child + span + span + span {
	width:15%;
	font-size:.89em;
}
.shopping_cart > p > span:first-child + span + span + span + span {
	width:45%;
}
.shopping_cart > p > span:first-child + span + span + span + span + span {
	width:10%;
}
.shopping_cart > p > span:first-child + span + span + span + span + span + span {
	width:9%;
	text-align:right;
}
.shopping_cart > p > span > .wirediscount {
	font-size:.89em;
	font-style:italic;
}
.shopping_cart > .wirediscount > span:first-child {
	width:80%;
}
.shopping_cart > .wirediscount > span:first-child + span {
	width:10%;
	font-size:.89em;
}
.shopping_cart > .wirediscount > span:first-child + span + span {
	width:9%;
	text-align:right;
}
.shopping_cart > .divider {
	height:4px;
	line-height:3px;
	margin:3px 0px;
}
.shopping_cart > .divider > span {
	background-color:#EFEFEF;
}
.shopping_cart > .totals > span:first-child {
	width:75%;
	max-height:17px;
	background-color:transparent;
}
.shopping_cart > .totals > span:first-child + span {
	width:15%;
	text-align:left;
}
.shopping_cart > .totals > span:first-child + span + span {
	width:9%;
	text-align:right;
}
.shopping_cart_navigation {
	color:#595959;
	font-family:Arial;
	font-size:.75em;
	width:98%;
}
.shopping_cart_navigation p {
	clear:left;
	width:100%;
	position: relative;
	height:30px;
}
.shopping_cart_navigation span {
	display: block;
}
.shopping_cart_navigation > p > span:first-child , .shopping_cart_navigation > form > p > span:first-child {
	position:absolute; 
	top: 0; 
	left: 0; 
	width: 100px;
}
.shopping_cart_navigation > p > span:first-child + span , .shopping_cart_navigation > form > p > span:first-child + span  {
	position:absolute; 
	top: 0;
	left: 100px;
	right: 160px;
	bottom: 0;
	text-align:center;
	color: #CC3333;
	font-size: large;
}
.shopping_cart_navigation > p > span:first-child + span + span, .shopping_cart_navigation > form > p > span:first-child + span + span {
	position:absolute;
	top: 0; 
	left: auto;
	right: 0; 
	width: 160px;
	text-align:right;
}
.update_cart_button {
	width:10em;
	font-size:1em;
	height: 2em;
	position:relative;
	top:-0.5em;
	z-index:100;
}
.alternate_checkout_options {
	border: 1px solid #DFDFDF;
	font-family:Arial;
	font-size:9pt;
	padding:2px;
	margin-top:24px;
	text-align:center;
}
.alternate_checkout_options p:first-child {
	background-color:#EFEFEF;
	font-weight:bold;
	text-align:center;
	margin:-2px -2px 2px -2px;
	padding:2px 2px 2px 2px;
}
.checkoutform {
	font-family:Arial;
	font-size:.75em;
}
.checkoutform > div {
	clear:left;
	overflow:hidden;
	margin:1.5em 0;
}
.checkoutform p {
	margin:.1em 0;
	padding:.25em;
}
.checkoutform p:first-child {
	font-size: 1.33em;
	font-weight: bold;
	background-color:#EFEFEF;
}
.checkoutform label {
    display:inline-block;
}
.checkout_billing {
	top:0px;
	left:0%;
	float:left;
	width:49%;
	padding-right:1%;
}
.checkout_shipping {
	top:0px;
	left:50%;
	float:left;
	width:49%;
	padding-left:1%;
}
.checkout_agreedtoterms {
	border:3px solid #CC3333;
	margin-top:10px;
	padding:0.2em;
	width:99%;
}
.paypal-button-container {
	width: 30%;
	margin: 1em auto 0 auto;
}

#divAuthorizeNetPopupScreen {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #808080;
	opacity: 0.5;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	}

#divAuthorizeNetPopup {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -200px;
	z-index: 2;
	overflow: visible;
	}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupOuter {
	background-color: #dddddd;
	border-width: 1px;
	border-style: solid;
	border-color: #a0a0a0 #909090 #909090 #a0a0a0;
	padding: 4px;
	}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupTop {
	height: 23px;
	}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose {
	position: absolute;
	right: 0px;
	top: 0px;
	}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose a {
	background-image: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E %3Cpath d='M24 20.188l-8.315-8.209 8.2-8.282-3.697-3.697-8.212 8.318-8.31-8.203-3.666 3.666 8.321 8.24-8.206 8.313 3.666 3.666 8.237-8.318 8.285 8.203z'/%3E%3C/svg%3E" );
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	display: inline-block;
	}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose a:hover {
	filter: invert(58%) sepia(0%) saturate(1%) hue-rotate(146deg) brightness(93%) contrast(88%);
	// background-image:  url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E %3Cpath d='M24 20.188l-8.315-8.209 8.2-8.282-3.697-3.697-8.212 8.318-8.31-8.203-3.666 3.666 8.321 8.24-8.206 8.313 3.666 3.666 8.237-8.318 8.285 8.203z'/%3E%3C/svg%3E" );
	}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose a:active {
	background-image:  url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E %3Cpath d='M24 20.188l-8.315-8.209 8.2-8.282-3.697-3.697-8.212 8.318-8.31-8.203-3.666 3.666 8.321 8.24-8.206 8.313 3.666 3.666 8.237-8.318 8.285 8.203z'/%3E%3C/svg%3E" );
	}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupInner {
	background-color: #ffffff;
	border-width: 2px;
	border-style: solid;
	border-color: #cfcfcf #ebebeb #ebebeb #cfcfcf;
	}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupBottom {
	height: 30px;
	}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupLogo {
	position: absolute;
    right: 0px;
    bottom: 0px;
    width: 130px;
    height: 30px;
    background-image: url(../global_images/Authorize.Net.svg);
    background-repeat: no-repeat;
    background-size: 112px 25px;
}

.AuthorizeNetPopupSimpleTheme .AuthorizeNetPopupOuter {
	border: 1px solid #585858;
	background-color: #ffffff;
	}

.iframeAuthorizeNet {
	width: 750px;
	height: 85vh;
}

.loader {
	--color: black;
	--size-mid: 12vmin;
	--size-dot: 3vmin;
	--size-bar: 0.8vmin;
	--size-square: 6vmin;
	display: block;
	width: var(--size-mid);
	margin: 0 auto;

}

.loader::before,
.loader::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
}

.loader.--1::before {
	width: var(--size-mid);
	height: var(--size-mid);
	border: 4px solid var(--color);
	border-top-color: transparent;
	border-radius: 50%;
	animation: loader-1 1s linear infinite;
}

.loader.--1::after {
	width: calc(var(--size-mid) - 2px);
	height: calc(var(--size-mid) - 2px);
	border: 2px solid transparent;
	border-top-color: var(--color);
	border-radius: 50%;
	animation: loader-1 0.6s linear reverse infinite;
}

@keyframes loader-1 {
	100% {
		transform: rotate(1turn);
	}
}

input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    display: block;
}

/* HIDE RADIO */
[type=radio] { 
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
	cursor: pointer;
	padding: 0 175px 0 5px;
	margin: 0 -170px 0 0;
	vertical-align: middle;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
	background-color:#efefef;
	outline: 2px solid #a0a0a0;
	outline-offset: 2px;
}

label.paymenttype {
	display: block;
	padding-top: 5px;
}

.g-recaptcha {
	height:78px;
}