body {
	background-color: var(--alt-light-background-color);
}

.central-header {
	background-color: #FFF;
}

a.logo {
	margin-bottom: 10px;
}

.mobile-meta {
	display: none;
}

#googleReviewPop,
#siteJabberReviewPop {
	background-image: url('/images/reviews/star-bg.svg');
	background-color: var(--alt-background-color);
	background-repeat: no-repeat;
	background-position: center;
	max-width: 500px;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	padding: 0 25px 25px;
	box-sizing: border-box;
}

#googleReviewPop .title,
#siteJabberReviewPop .title {
	color: var(--alt-dark-color-scheme);
	font-family: var(--primary-font);
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	margin: 30px 0 15px 0;
}

#googleReviewPop .subtitle,
#siteJabberReviewPop .subtitle {
	color: var(--alt-dark-color-scheme);
	font-family: var(--primary-font);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 5px 0;
}

#googleReviewPop .text,
#siteJabberReviewPop .text {
	color: #000;
	text-align: center;
	font-family: var(--primary-font);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	margin: 0;
}

#googleReviewPop .line-separator,
#siteJabberReviewPop .line-separator {
	width: 230px;
	height: 1px;
	flex-shrink: 0;
	display: block;
	background-color: rgba(54, 23, 84, 0.30);
	margin: 20px 0;
}

#googleReviewPop .review-us,
#siteJabberReviewPop .review-us {
	color: #000;
	font-family: var(--primary-font);
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

#googleReviewPop .review-us img,
#siteJabberReviewPop .review-us img {
	margin-left: 10px;
	width: 100px;
}

#googleReviewPop .orange-btn,
#siteJabberReviewPop .orange-btn {
	display: table;
	margin: 0;
	color: #FFF;
	text-align: center;
	font-family: var(--primary-font);
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 30px;
	background: var(--primary-color);
}

#checkout-header-container {
	width: 940px;
	padding-top: 20px;
}

a img {
	border: none;
}

#checkout-header-container #trust-logos {
	width: 510px;
	float: right;
}

#checkout-header-container #trust-logos ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#checkout-header-container #trust-logos ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	margin-left: 5px;
}

.customer-service-photo {
	background: url('/images/header/customer-service-rep-1.jpg') no-repeat right;
	height: 118px;
	display: none;
}

.checkoutLogo {
	text-align: center;
}

.checkoutLogo img {
	margin: 15px auto 0 auto;
	padding-bottom: 5px;
	border-bottom: 1px solid #E5E5E5;
	width: 150px;
}

.headerPhone {
	font-size: 20px;
	font-weight: bold;
	color: var(--secondary-color);
	line-height: 1.2em;
}

.headerPhone a {
	color: var(--alt-dark-color-scheme);
	text-decoration: none;
}

.headerPhone a:active {
	background-color: #f6f5f0;
}

.headerHours {
	font-size: 12px;
	color: var(--background-color);
	line-height: 1.2em;
	padding-bottom: 10px;
}

.privacyLink {
	float: right;
	margin-top: 19px;
}

.quoteOnly {
	text-align: left;
	width: 85%;
	margin: 0 auto 15px auto;
}

.checkTitle {
	font-size: 2rem;
	text-align: left;
	padding: 0 5px;
	clear: both;
	border-bottom: 1px solid #EEE;
}

.checkTip a {
	font-size: 1.2rem;
	text-decoration: none;
	font-weight: normal;
}

.checkTip a:hover {
	text-decoration: underline;
}

.checkTip img {
	padding-bottom: 6px;
	display: inline-block;
}

.checkShippingTable,
.checkSummaryTable {
	overflow: hidden;
}

.checkSummaryTable {
	margin: 0 auto;
}

.checkShippingTable td,
.checkSummaryTable td {
	border-bottom: var(--alt-border);
	text-align: left;
	font-size: 12px;
}

.checkShippingTable td.checkThead,
.checkSummaryTable td.checkThead {
	padding: 10px;
	font-weight: normal;
	vertical-align: bottom;
}

.checkShippingTable .shift-right {
	padding-left: 40px;
	display: inline-block;
}

select.shippingOption {
	margin: 0;
	border: var(standard-border);
	padding: 7px 0 7px 10px;
	background: #FFFCC2;
	border-top-color: var(--background-color);
	border-bottom-color: var(--background-color);
}

body .checkShippingTable td.shipTd,
body .checkShippingTable td.shipTd {
	height: 33px;
}

table.totals {
	margin: 0 0 40px 45%;
	font-size: 14px;
	text-align: left;
	width: 55%;
}

table.totals2 {
	margin: 20px 0 0 0;
	text-align: left;
	font-size: 12px;
	float: right;
	width: 100%;
}

.totals2 td {
	vertical-align: center;
}

.totals2 td:first-of-type {
	min-width: 105px !important;
}

.checkNoBorder td {
	border: none;
}

.checkInfo td {
	border-bottom: var(--alt-border);
	padding: 5px 0;
}

.checkoutCC input,
.checkoutCC select {
	margin: 5px 0 20px 0;
}

input#ship_bill,
input#email_opt {
	vertical-align: text-top;
	width: 13px;
	margin: 0;
}

.rightHelper .btn {
	margin-left: 98px;
}

span.regCountry {
	margin: 2px 0 15px 0;
	border: 1px solid #CCC;
	padding: 5px;
	background-color: var(--background-color);
	color: var(--secondary-font-color);
}

/*responsive tables - undo these after 550px*/
.checkShippingTable .checkThead,
.checkSummaryTable .checkThead {
	display: none;
}

.checkShippingTable td:first-of-type,
.checkSummaryTable td:first-of-type {
	width: 100%;
}

@media screen and (max-width: 801px) {

	table.checkShippingTable td,
	table.checkSummaryTable td {
		width: calc(100% - 5px) !important;
	}
}

.checkShippingTable td,
.checkSummaryTable td {
	position: relative;
	padding: 3px 5px;
	display: block;
}

.checkShippingTable td.shipTd,
.checkSummaryTable td.shipTd,
.checkShippingTable td.prodName

/*, .checkSummaryTable td.prodName*/
	{
	padding-left: 43% !important;
}

@media screen and (max-width: 801px) {

	.checkShippingTable td.shipTd,
	.checkSummaryTable td.shipTd,
	.checkShippingTable td.prodName,
	.checkSummaryTable td.prodName {
		padding-left: 33% !important;
		max-width: 66%;
		text-align: right;
	}
}

@media screen and (min-width: 802px) and (max-width: 1023px) {

	.checkShippingTable td .shippingOption,
	.checkSummaryTable td .shippingOption {
		min-width: 130px;
	}
}

@media screen and (min-width: 1024px) {

	.checkShippingTable td .shippingOption,
	.checkSummaryTable td .shippingOption {
		min-width: 190px;
	}
}

.checkShippingTable td:before,
.checkSummaryTable td:before {
	position: absolute;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
	text-align: left;
}

.prodName {
	margin-top: 20px;
	border-top: 1px solid #AAA;
	font-weight: bold;
	color: var(--alt-font-color);
}

.prodName a {
	text-decoration: none;
}

span.numbers {
	background-color: #FFFFFF;
	color: var(--secondary-color);
	padding: 4px 10px;
	border-radius: 20px;
	margin-right: 5px;
	box-shadow: 0 0px 2px #AAA;
	font-size: 24px;
	display: none;
}

td.lineitem,
td.lineitem_first {
	text-align: right;
}

.checkShippingTable td:nth-of-type(1):before,
.checkSummaryTable td:nth-of-type(1):before {
	content: "Item";
}

.checkShippingTable td:nth-of-type(2):before,
.checkSummaryTable td:nth-of-type(2):before {
	content: "Unit Price";
}

.checkShippingTable td:nth-of-type(3):before,
.checkSummaryTable td:nth-of-type(3):before {
	content: "Quantity";
}

.checkShippingTable td:nth-of-type(4):before,
.checkSummaryTable td:nth-of-type(4):before {
	content: "Total Price";
}

.checkShippingTable td:nth-of-type(5):before,
.checkSummaryTable td:nth-of-type(5):before {
	content: "Shipping Options";
	padding-top: 8px;
}

.checkShippingTable .checkNoBorder td:before {
	content: "";
}

.checkNoBorder span {
	float: right;
}

.switchShipping {
	float: right;
	margin-top: 5px;
}

.switchShipping a {
	text-decoration: none;
	font-size: 13px;
}

.switchShipping a:hover {
	text-decoration: underline;
}

.switchShipping img {
	vertical-align: sub;
	border: 1px dotted #CCC;
	border-radius: 2px;
	padding: 1px;
}

select.disabledSelect {
	background-color: #FFF;
	color: #101010;
	border: medium none;
}

/*hack for IE10 and IE11*/
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	select.disabledSelect {
		margin-right: -24px;
	}
}

.COshippingInformation {
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 1px;
	margin-bottom: 15px;
}

.COshippingHead {
	background-color: var(--background-color);
	padding: 5px 15px;
}

.COshippingBody {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	padding: 5px 15px;
}

.pad {
	padding: 0 !important;
}

.customerCode {
	color: black;
	padding: 2px;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid var(--alt-dark-color-scheme);
	background-color: var(--secondary-color);
	margin: 0px 0px 60px 0px;
	text-align: center;
	width: 95%;
}

.copyRight {
	font-size: 13px;
	padding-bottom: 10px;
	text-align: center;
}

.four.columns.break550 {
	margin-bottom: 40px;
}

.loading {
	background: url(/images/checkout/loading.gif) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	display: none;
	margin: 0 auto;
}

.pg_subtitle {
	font-weight: bold;
	margin: 10px 0 0 0;
	font-size: 13px;
}

.otherOptions input.checkbox {
	vertical-align: text-top;
	margin: 0;
}

.payCheck label span,
#bmlPromos label span,
.otherOptions label span {
	width: 100%;
	display: inline;
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin-left: 5px;
}


/*Radio Buttons*/
.css-label span,
.radio-label span {
	display: inline-block;
	padding: 1px 0 0 0;
}

input[type=radio].css-radio,
input[type=radio].css-radio2 {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: 2px 5px;
	padding: 0;
	border: 0;
}

.input-radio label {
	position: relative;
	cursor: pointer;
}

.input-radio label:before {
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	border: 1px solid #aaa8a3;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	left: 0;
	top: 0;
}

.input-radio label:after {
	content: '';
	display: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: var(--primary-color);
	width: 12px;
	height: 12px;
	position: absolute;
	left: 6px;
	top: 6px;
}

.input-radio input:checked+label:after {
	display: inline-block;
}

body.acsb-keynav .input-radio label.radio-label.acsb-connected-input-shown:before,
body.acsb-keynav .input-radio label.radio-label.acsb-connected-input-shown:after {
	display: block !important;
}

body.acsb-keynav input[type=radio].acsb-shown.css-radio,
body.acsb-keynav input[type=radio].acsb-shown.css-radio+.radio {
	position: absolute;
	top: 10px;
	margin-right: -20px;
	left: 0;
}

body.acsb-keynav input[type=radio].acsb-shown.css-radio {
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	top: 0px;
	left: 1px;
	border-radius: 100%;
	border: white;
	width: 10px !important;
	height: 10px !important;
	min-width: 10px !important;
	min-height: 10px !important;
}

body.acsb-keynav input[type=radio].acsb-shown.css-radio:checked {
	/* background: #D46027; */
	/* border: 1px solid #D46027; */
}

body.acsb-keynav .input-radio input[type=radio]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

/*checkboxes*/
input[type=checkbox].css-checkbox,
input[type=checkbox].css-checkbox2 {
	position: absolute;
	overflow: visible;
	height: 15px;
	width: 15px;
	margin: 5px;
	padding: 2px 0 5px 21px;
	border: 2;
}

input.css-checkbox[type="checkbox"]+label.css-label {
	background-repeat: no-repeat;
	background-position: 0px 2px;
	vertical-align: middle;
	cursor: pointer;
	font-size: 13px;
	color: #101010;
	padding: 2px 0 0 21px;
}

input.css-checkbox2[type="checkbox"]+label.css-label {
	background-repeat: no-repeat;
	background-position: 0px 2px;
	vertical-align: middle;
	cursor: pointer;
	font-size: 13px;
	color: #101010;
	padding: 5px 0 0 21px;
}

_::-moz-range-track,
body:last-child input.wizardSubmit {
	height: 30px;
}

_:-ms-input-placeholder,
:root .slide input.css-checkbox2[type="checkbox"]+label.css-label {
	padding: 5px 0 0 21px;
}

input[type=checkbox].css-checkbox:checked+label.css-label,
input[type=checkbox].css-checkbox2:checked+label.css-label {
	background-position: 0 -58px;
}

input[type=checkbox].css-checkbox:checked+label.css-label:hover,
input[type=checkbox].css-checkbox2:checked+label.css-label:hover {
	background-position: 0 -58px !important;
}

.css-label span,
.radio-label span {
	display: inline-block;
	padding: 1px 0 0 0;
}

.css-label span,
.radio-label span {
	display: inline-block;
	padding: 1px 0 0 0;
}

.payCheck {
	width: 99%;
	padding-left: 1%;
}

.payDetails {
	display: none;
	padding-left: 30px;
}

.payMethod .row {
	border-bottom: var(--alt-border);
	padding: 5px 0;
	min-height: 36px;
	display: flex;
	align-items: center;
}

.bread-phrase {
	margin-top: 5px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
}

#checkout1-title {
	margin-bottom: 0;
}

.checkWrap {
	max-width: 750px;
	margin: 0 auto;
}

#feCardType {
	display: none;
}

.checkoutCC {
	margin: 0;
	text-align: left;
	float: left;
	padding: 15px;
}

.checkoutCC label span {
	width: 100%;
	float: left;
}

input#card_first_name,
input#card_last_name,
input#cc_number {
	width: 88%;
}

input#card_first_name {
	margin-right: 10px;
}

select[name="cc_exp_month"] {
	margin-right: 1%;
}

select.half {
	/*width: 43.2%;*/
	padding: 5px 0;
}

#cvvExplanation {
	cursor: pointer;
	text-decoration: none;
	color: var(--alt-color-scheme);
	font-size: 11px;
}

#cvvExplanation:hover {
	text-decoration: underline;
}

.cvvTip {
	text-decoration: none;
}

.cvvTip:hover {
	text-decoration: underline;
}

a.cards {
	float: right;
	margin: 0 5px 0 0;
	opacity: 0.9;
	box-shadow: 0 2px 2px #AAA;
	padding: 15px 15px;
	border: var(--standard-border);
	background-color: var(--alt-background-color);
	color: #101010;
	text-decoration: none;
	text-align: center;
	display: none;
}

a.cards:hover {
	opacity: 1;
	background-color: #f6f5f0;
	box-shadow: 0 2px 2px #BBB;
	text-decoration: none;
}

.returnPolicy {
	text-align: left;
	font-size: 14px;
	padding: 15px;
}

.paymentWrap {
	background-color: #f6f5f0;
	margin: 0 0 30px 0;
	box-shadow: 2px 2px 2px #DDD;
	font-size: 14px;
	display: inline-block;
	width: 98%;
	margin-left: 3px;
	padding: 5px;
	border: 1px solid #ccc;
}

.enterCatCode {
	display: none;
}

.returnPolicyCheck {
	/*text-align: center;*/
	padding: 15px;
	background-color: #e1e2e3;
	display: inline-block;
	font-size: 14px;
	width: calc(100% - 30px);
}

#checkout3-content-container .returnPolicyCheck input#feReturnPolicy {
	margin-left: 0;
}

#checkout3-content-container .returnPolicyCheck label[for="feReturnPolicy"] {
	padding-left: 25px;
}

#checkout3-content-container form#form1 {
	padding: 0;
}

label[for="feReturnPolicy"] span {
	text-align: left;
	padding-left: 5px;
	width: 100%;
}

div#checkout_button {
	margin: 15px;
}

a#form1 {
	margin-bottom: 10px;
}

.headerHours span {
	white-space: nowrap;
}

.container {
	background: #FFF;
	padding: 0 !important;
}

.purpleRow {
	background-color: var(--alt-dark-color-scheme);
	padding: 10px 0;
	height: 45px;
}

.purpleRow h1 {
	color: #FFF;
	font-size: 20px;
	float: left;
}

.quoteSteps,
.checkoutSteps {
	float: right;
	width: 210px;
	height: 40px;
}

.returnToCart {
	text-align: right;
	padding-right: 15px;
	font-size: 14px;
	/*margin-top: 5px;*/
	margin: 10px 1%;
}

.returnToCart a {
	text-decoration: none;
}

.returnToCart a:hover {
	text-decoration: underline;
}

.returnToCart a:active {
	text-decoration: none;
	background-color: var(--link-color);
}

.headerInfo {
	float: right !important;
}

input[name="card_first_name"] {
	margin-bottom: 5px;
}

input#cc_number {
	padding-left: 54px;
}

.cardCheck {
	background: transparent url(/images/checkout/ccInput.png) no-repeat;
	width: 30px;
	height: 30px;
	float: right;
	background-size: 120px 290px;
	background-position: 10px 9px;
}

.cardCheck.valid {
	background: transparent url(/images/checkout/ccInput.png) top right no-repeat;
	background-position: 10px -20px;
	background-size: 120px 290px;
}

#cc_number {
	background-image: url(/images/checkout/ccInput.png);
	background-position: 2px -42px;
	background-size: 100px 210px;
	background-repeat: no-repeat;
}

#cc_number.blankCard {
	background-image: url(/images/checkout/ccInput.png);
	background-position: 6px -38px;
	background-size: 100px 210px;
	background-repeat: no-repeat;
}

#cc_number.visa {
	background-image: url(/images/checkout/ccInput.png);
	background-position: 2px -78px;
	background-size: 100px 210px;
	background-repeat: no-repeat;
}

#cc_number.discover {
	background-image: url(/images/checkout/ccInput.png);
	background-position: 2px -113px;
	background-size: 100px 210px;
	background-repeat: no-repeat;
}

#cc_number.mastercard {
	background-image: url(/images/checkout/ccInput.png);
	background-position: 2px -149px;
	background-size: 100px 210px;
	background-repeat: no-repeat;
}

#cc_number.amex {
	background-image: url(/images/checkout/ccInput.png);
	background-position: 2px -184px;
	background-size: 100px 210px;
	background-repeat: no-repeat;
}

.returnError {
	display: none;
	position: relative;
	color: var(--error-color);
	margin-top: 15px;
	margin-left: calc(50% - 275px);
	background-color: var(--error-bg-color);
	padding: 5px 0;
	width: 50%;
	border: 2px solid var(--error-border-color);
	box-shadow: 0 3px 4px #D6D6D6;
}

.returnError:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 10px;
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid var(--error-border-color);
}

.paymentTypeTitle {
	margin: 15px auto 0 auto;
	max-width: 750px;
}

.snailLeft,
.snailRight {
	text-align: left;
	float: left;
	width: 100%;
	padding: 0 15px 15px 15px;
}

.echeckHideSmall {
	display: none;
}

.echeckHideLarge {
	display: inline;
}

.thankYouTable {
	border: 1px solid #696969;
	font-size: 14px;
	display: none;
}

.check4Error {
	width: 80%;
	text-align: left;
	padding: 0px 25px;
	margin: 0 auto 50px auto;
}

.adminCC {
	border: 2px solid var(--error-border-color);
	margin-top: 25px;
	background: var(--error-bg-color);
	position: relative;
	padding: 0 5px;
}

.adminCC:before,
.adminData:before,
.adminQtData:before {
	content: "Customer Service";
	background: var(--error-text-danger);
	color: white;
	margin-top: -24px;
	left: 15px;
	padding: 2px 5px;
	font-weight: bold;
	display: table;
	border-radius: 5px;
}

.adminData:before,
.adminQtData:before {
	padding: 4px 7px;
	margin-left: 8px
}

fieldset label span {
	color: #101010;
}

.orderNoRes {
	display: block;
	background-color: var(--background-color);
	padding: 5px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

label.bMedicareAgree span,
label.insurance_pay_flag span {
	padding-left: 5px;
	line-height: 1.6rem;
	width: 100%;
}

#ref_sessionID.flashy {
	background: url(/images/checkout/crazyBackground.gif) 0 0 repeat;
}

.ccTitle {
	display: none;
	padding-top: 10px;
}

.ccTitle img {
	vertical-align: middle;
	margin-top: -5px;
	padding-bottom: 5px;
}

.ccTitle a {
	float: right;
}

td.noOptions {
	display: none;
}

.errors {
    margin: 15px 0 0 0;
    padding: 5px;
    background: var(--error-bg-color);
    color: var(--error-color);
    font-size: 12px;
    border-radius: 3px;
    position: relative;
    width: 200px;
    box-shadow: 0 3px 4px #D6D6D6;
    display: none;
    font-weight: normal;
    border: 2px solid var(--error-border-color);
    text-align: left;
    clear: both;
}

.errors:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid var(--error-border-color);
}
@media (min-width: 413px) {

	input#card_first_name,
	input#card_last_name {
		width: 158px;
	}

	table.totals2 {
		width: 60%;
	}

	.cardType {
		left: 329px;
		right: auto;
	}
}

@media (min-width: 550px) {

	.payCheck,
	.payDetails {
		float: left;
		width: 49%;
		padding-left: 1% !important;
	}

	.payDetails {
		display: inline-block;
	}

	.headerPhone {
		font-size: 16px;
		padding-top: 42px;
	}

	.headerHours {
		padding-bottom: 0;
	}

	.copyRight {
		margin-top: 15px;
	}

	.checkoutLogo img {
		margin: 25px 0 0 15px;
		float: left;
		border: none;
		width: 200px;
	}

	.returnPolicyCheck {
		width: calc(100% - 31px);
	}

	.checkoutCC label span {
		width: 130px;
		float: left;
		margin-top: 5px;
	}

	#cvvExplanation {
		vertical-align: super;
	}

	.checkoutCC input,
	.checkoutCC select {
		margin: 0 0 15px 0;
	}

	.cardType {
		left: 459px;
		right: auto;
		top: 1px;
	}

	.cardCheck {
		background-position: 10px 5px;
	}

	.cardCheck.valid {
		background-position: 10px -24px;
	}

	select.half {
		width: 120px;
	}

	.snailLeft,
	.snailRight {
		text-align: left;
		float: left;
		display: table-cell;
		width: 35%;
	}

	.snailLeft {
		text-align: right;
	}

	.ccTitle {
		display: block;
	}

	_:not(*:root),
	input#cc_number {
		float: left;
	}

}

@media (min-width: 630px) {
	.customer-service-photo {
		display: block;
	}

	headerPhone {
		font-size: 20px;
	}
}

@media (min-width: 682px) {
	.checkTitle .numbers {
		display: inline-block;
	}

	.echeckBlock {
		float: left;
		display: table-cell;
		width: 46%;
		text-align: left;
		margin: 10px 2%;
		padding: 0;
	}

	.checkRight {
		text-align: right;
	}

	.checkNo {
		min-height: 68px;
	}

	.checkCenter {
		text-align: center;
	}

	.echeckHideSmall {
		display: inline-block;
	}

	.echeckHideLarge {
		display: none;
	}

	.echeckBlock.echeckHideSmall.payTo {
		display: inline;
		float: left;
		position: relative;
		width: 40%;
		clear: both;
	}

	.echeckBlock.checkRight.echeckHideSmall.echeckAmount {
		display: inline;
		float: right;
		width: 49%;
	}

	.echeckBlock.checkRight.echeckHideSmall.echeckAmount {
		display: inline;
		float: right;
		width: 49%;
	}

	.echeckBlock.checkCenter.eaccountNo {
		float: left;
		display: inline;
		position: relative;
	}

	.echeckBlock.checkCenter.erouteN {
		float: right;
		display: inline;
		position: relative;
	}

}

@media (min-width: 802px) {
	.headerPhone {
		font-size: 26px;
	}

	.headerHours {
		font-size: 11px;
	}

	.headerInfo {
		float: left !important;
	}

	.checkSummaryTable {
		border-left: 1px dotted #DDD;
		border-top: 1px dotted #DDD;
		width: 100%;
	}

	.checkSummaryTable td,
	.checkSummaryTable .checkThead {
		display: table-cell;
		padding-left: 1% !important;
		border-right: 1px dotted #DDD;
		border-bottom: 1px dotted #DDD;
		text-align: right;
		padding-right: 5px !important;
	}

	body .checkShippingTable td.shipTd,
	body .checkShippingTable td.shipTd {
		padding: 0 !important;
	}

	.checkSummaryTable td:before {
		display: none;
	}

	.checkSummaryTable td.prodName {
		border-top: none;
		text-align: left;
		font-weight: normal;
	}

	table.totals2 {
		margin: 0 6px 20px 0;
	}

	table.totals2 {
		width: 40%;
	}

	.thankYouTable {
		display: table;
	}

	.orderNoRes {
		display: none;
	}

	.checkShippingTable td:not(.shipTd) {
		padding-left: 5px !important;
	}

	.checkShippingTable td {
		text-align: left;
	}

	.checkShippingTable td:before {
		display: none;
	}

	.checkShippingTable .checkThead,
	.checkShippingTable td,
	.checkSummaryTable td {
		display: table-cell;
	}

	.prodName {
		border-top: none;
	}

}

.content-container {
	padding: 0 10px;
}

/* Responsive */
@media screen and (max-width:749px) {

	.checkout-button-holder .view-my-account,
	.checkout-button-holder .continue-shopping {
		width: calc(100% - 60px);
	}
}

@media screen and (min-width:750px) {
	.checkout-header {
		text-align: left;
	}

	.quoteSteps,
	.checkoutSteps {
		float: right;
	}

	.phone-and-hours {
		right: 5%;
	}

	.content-container.checkout {
		margin-top: inherit;
	}

	.content-container {
		padding: 0 25px;
	}
}

@media screen and (min-width:1024px) {
	.phone-and-hours {
		right: inherit;
	}

	.content-container.checkout {
		width: auto;
	}

	.sign-in-form {
		width: 45%;
		float: left;
		box-sizing: border-box;
	}

	.content-container.checkout .registration-form {
		float: right;
		width: 45%;
	}

	a.privacy-policy {
		clear: both;
		text-align: right;
		float: right;
	}

	strong.headline {
		text-align: left;
	}

	.payment-info {
		background-color: transparent;
		text-align: left;
		padding: 0;
	}

	.cart-summary,
	.order-summary {
		border: solid 1px #e1e2e3;
		box-shadow: 1px 1px 1px #999;
		-moz-box-shadow: 1px 1px 1px #999;
		-webkit-box-shadow: 1px 1px 1px #999;
	}

	.order-summary {
		padding: 20px;
		margin: 20px 0 5px 0;
	}
}

@media screen and (min-width:1280px) {
	.left-column {
		margin-left: 0;
	}

	.right-column {
		margin-right: 5px;
	}
}

.container {
	max-width: 1410px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -15px;
}

ul.nav {
	padding-left: 0;
}

.checkInfo tr:first-of-type td b {
	width: 85px;
	display: inline-block;
}

.eight.columns.break550:not(:first-of-type)>*:not(#btnScriptVerify) {
	padding-left: 5px;
}

.checkInfo span.gray {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	max-width: calc(100% - 90px);
}

@media screen and (min-width: 682px) and (max-width: 820px) {
	.checkInfo td.body {
		max-width: 175px;
	}
}

@media screen and (min-width: 782px) and (max-width: 881px) {
	.checkInfo td.body {
		max-width: 215px;
	}
}

@media screen and (min-width: 882px) and (max-width: 992px) {
	.checkInfo td.body {
		max-width: 245px;
	}
}

.large-contact {
	width: 100%;
	text-align: center;
	margin-top: 80px;
}

.large-contact span {
	font-size: 90px;
	font-weight: 600;
	letter-spacing: 3;
	line-height: 80px;
}

@media screen and (max-width: 768px) {
	.large-contact {
		margin-top: 0;
	}

	.large-contact span {
		font-size: 56px;
		line-height: 68px;
		color: var(--secondary-font-color);
	}

	.input-checkbox span.prodName {
		max-width: calc(100% - 60px);
	}

	.submitForm1 {
		width: 100%;
	}
}

@media screen and (max-width: 992px) {

	.header-container .mobile-logo,
	.icon-phone,
	.column-group,
	.phone-number {
		display: block;
	}

	.central-header {
		height: unset;
	}

	.header-container {
		height: 100%;
		align-items: center;
	}

	.column-group .phone-number {
		font-size: 18px;
	}

	.column-group .schedule-container {
		display: none;
	}

	.contact-container>img {
		height: 14px;
		margin-top: 4px;
	}
}

@media only screen and (min-width: 993px) and (max-width: 1400px) {
	.header-container {
		max-width: 993px;
		margin: 0 auto;
		justify-content: space-between;
	}
}

.pl-4 {
	padding-left: 20px;
}

.pr-4 {
	padding-right: 20px;
}

.adminCatCode>em {
	display: block;
	margin-top: 10px;
}

form#form1 {
	background-color: #FFF !important;
}

input#feReturnPolicy.fix-me-to-match,
input#feReturnPolicy1.fix-me-to-match {
	float: left;
	margin: 13px 5px 0 0;
	position: unset;
}

.buttons {
	float: right;
}

.buttons a.btn {
	display: inline-block;
}

.text-right {
	text-align: right;
}

@media screen and (min-width: 592px) {
	#checkout1-submit-button {
		width: 240px;
	}
}

#checkout1-checkInfo.checkInfo td.body,
#checkout1-checkInfo.checkInfo td.gray {
	width: calc(100% - 29px);
}

#checkout1-checkInfo.checkInfo td:not(.body):not(.gray) {
	width: 29px;
}

#checkout1-checkInfo td.body b {
	vertical-align: top;
}

#checkout_button.checkout3-button-holder {
	margin: 15px 0 0 0;
	clear: right;
}

#checkout_button.checkout3-button-holder input {
	margin: 20px 0 20px auto;
	width: 240px !important;
	float: right
}

.gc-content {
	clear: both;
	padding-top: 10px;
}

.warning,
.gc-redeem,
.gc-pay,
.gc-pay-msg {
	margin-top: 10px;
}

span.gc-amt {
	font-weight: bold;
	width: auto;
}

.gc-row.hidden {
	display: none;
}

/* Custom checkbox start */
.custom-checkbox {
	position: relative;
}

.custom-checkbox:hover {
	cursor: pointer;
}

.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 18px;
	width: 18px;
	z-index: 1;
}

.custom-checkbox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	border: 2px solid #979797;
	border-radius: 3px;
}

.custom-checkbox:hover input~.checkmark {
	background-color: #fff;
}

.custom-checkbox input:checked~.checkmark {
	background-color: #fff;
}

.custom-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.custom-checkbox input:checked~.checkmark:after {
	display: block;
}

.custom-checkbox .checkmark:after {
	left: 6px;
	top: 1px;
	width: 5px;
	height: 11px;
	border: solid #d46027;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.custom-checkbox label {
	position: relative;
	margin-left: 30px;
}

.adminPhoneSubsciption .error {
    background: white;
}

.adminPhoneSubsciption .error:before {
    border-bottom: 15px solid white;
}

/* custom checkbox end */
@media screen and (max-width:992px) {
	.returnPolicyCheck .returnError {
		margin-left: 0;
	}
}