.stockWarning {
	color: #cc0033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.remove_instructions {
	clear: left;
}
.remove_instructions > div:first-child {
	margin: .5rem 0 .5rem .5rem;
}
.shipping_and_totals {
	border: 1px solid #C1C1C1;
	border-top: 0;
}
.empty_entire_cart, .anonymous-save-cart {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969ea0', endColorstr='#84888b',GradientType=0 );
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 .4em;
}
.empty_entire_cart {
	background: #969ea0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2OWVhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NDg4OGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: linear-gradient(to bottom,  #969ea0 0%,#84888b 100%);
}
.anonymous-save-cart {
	background: #0B91CA;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2OWVhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NDg4OGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: linear-gradient(to bottom,  #0B91CA 0%,#0B7FA5 100%);
}
.SC3Cell {
	border-right: 1px solid #C1C1C1;
	font-family: arial;
	/* font-size: 12px; */
	min-height: 4.09em;
	overflow: hidden;
	padding: 1px;
}
.SC3Cell > img, .SC3Cell > svg {
	margin-top: 5px;
}
.SC3Cell:first-child {
	border-left: 1px solid #C1C1C1;
}
.SC3HeadCell {
	border-left: 0px;
	border-right: 0px;
	color: #343433;
	font-weight: bold;
	background-color: #EAEAE9;
	min-height: 0 !important;
	text-align: center;
}
.SC3HeadCellSpecial {
	color: #343433;
	font-weight: bold;
	background-color: #EAEAE9;
	min-height: 0 !important;
}
.cartHeading {
}
.cartHeading > div {
	margin: 4px 0 15px 0;
}
#productBox {
	clear: both;
	display: flex;
	flex-wrap: wrap;
}
.deletePart,
.yesDelete,
.noDelete,
.zeroUpdate,
.zeroDelete,
.zeroPartDelete {
	cursor: pointer;
}
.updateQuantity {
	font-size: 12px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.updateQuantity input.qty {
	width: 40%;
	flex-grow: 2;
	text-align: center;
}
.updateQuantity .qty-minus, .updateQuantity .qty-plus {
	width: 30%;
	flex-shrink: 2;
	align-self: center;
	font-size: 1.6em;
	line-height: 0;
	color: #868686;
	&:hover, &:active, &:visited {
		text-decoration: none;
		color: #868686;
  }
}

.updateQuantity a.deletePart {
	display: block;
	width: 100%;
	text-align: center;
	align-self: flex-end;
	color: blue;
	text-decoration: underline;
	margin-top: .6em;
}
.shippingTotals {
	background: #EAEAE9;
	font-family: arial;
	border-right: 1px solid #C1C1C1;
	min-height: 10em;
}
.shippingTotals > div:first-child {
	margin-left: 2%;
}
.shippingTotals a.fancyboxExplain:hover {
	color: black;
}
.freeshipping {
	color: red;
	text-decoration: line-through;
}
.freeshipping:after {
	content: "Free!";
	display: inline-block;
	font-weight: bold;
	font-style: italic;
	color: green;
	text-decoration: none;
	margin-left: 0.1em;
}
.sales_total {
}
.zip_code {
	padding-top: .2em;
}
input.zip {
	width: 70px;
}
a.getQuotes, a.getQuotes:hover {
	display: inline-block;
	background: linear-gradient(to bottom,  #969ea0 0%,#84888b 100%);
	color: white;
	text-decoration: none;
	padding: 3px 6px;
	border-radius: 4px;
	overflow: hidden;
}
.quotebox {
	padding-top: .14em;
}
.getQuotes {
	cursor: pointer;
}
.overlayDiv {
	background-color: #FFFFFF;
	opacity: 0.8;
	display: none;
}
.overlayDivStatus {
	display: none;
}
.overlayZero {
	background-color: #000000;
	opacity: 0.8;
	display: none;
	z-index: 1000;
}
.overlayZeroContent {
	text-align: center;
	max-width: 420px;
	background-color: #F0F0F0;
	border: 4px solid #000000;
	padding: 10px;
	display: none;
	z-index: 1100;
	margin-right: 7.5px;
}
.zeroQtyPart {
	font-weight: bold;
}
.zeroDelete {
	width: 100px;
	float: right;
	padding: 5px;
	border: 1px solid #000000;
	margin: 0 0 8px 0;
}
.zeroUpdate {
	width: 100px;
	float: left;
	padding: 5px;
	border: 1px solid #000000;
}
.zeroPartsRow {
	font-weight: normal;
}
.zeroPartsCell {
	max-width: 200px;
	text-align: center;
}
.zeroPartDelete {
	margin: 0 0 -3px 3px;
}
.deletePartOverlay {
	background-color: #000000;
	opacity: 0.8;
	display: none;
	z-index: 1000;
}
.deletePartOverlayContent {
	text-align: center;
	max-width: 420px;
	background-color: #F0F0F0;
	border: 4px solid #000000;
	padding: 10px;
	display: none;
	z-index: 1100;
	margin-right: 7.5px;
}
.deletePartName {
	/* font-size: 16px; */
	font-weight: bold;
}
.yesDelete {
	width: 100px;
	float: right;
	padding: 5px;
	border: 1px solid #000000;
	margin: 0 0 8px 0;
}
.noDelete {
	width: 100px;
	float: left;
	padding: 5px;
	border: 1px solid #000000;
}
.featured_accessory_divider {
	border-bottom: 1px solid #CCCCCC;
	margin: 10px 0 10px 0;
}
.featured_accessory_table {
	font-family: Arial, Helvetica, sans-serif;
}
.featured_accessory_table > tr {
	background-color: white;
}
.proceed_link {
	font-weight: bold;
}
.notes {
	display: flex;
	flex-wrap: wrap;
}
.info_note, .extFulfilled_info_note {
	font-style: italic;
}
p.extFulfilled_info_note {
	margin-top: 1em;
	margin-bottom: 0;
}

.special_status_note {
	color: red;
	font-weight: bold;
}
.product_avail_note {
	color: green;
}
.product_backorder_note {
	color: #800000;
	/* font-size: 12px; */
	font-weight: bold;
}
#coupon_value {
	color: green;
}
#coupon_value:before {
	content: '-';
	color: green;
}
.grand_total {
	white-space: nowrap;
	padding-right: 10px;
}
.grand_total > div > div {
	font-weight: bold;
	/* font-size: 12px; */
	text-align: right;
}
.subTotal-mobile {
	text-align: center;
	font-size: 1.6em;
	margin: .6em auto;
}
.update_loader {
	margin: 20px auto;
	border-radius: 10px;
	background-color: #CCCCCC;
	max-width: 300px;
	padding: 10px;
	/* font-size: 14px; */
	text-align: center;
}
.continue_shopping {
	margin-top: .1em;
}
.smallworld {
	float: left;
	margin-top: .6em;
	margin-right: .4em;
}
.coupon_discount_row {
    display: none;
    margin-top: 6px;
    margin-bottom: 6px;
}

/* coupon_group styles are borrowed from main input styles from checkout funnel */
#coupon_group {
	font-size: 1.1em;
	padding-top: 16px;
}
@media (min-width: 576px) {
	#coupon_group {
		font-size: 1.0em;
	}
}
#coupon_group > .swaplabel {
	display: flex;
	flex: 1 1;
	width: 1%;
	margin-bottom: 0;
	margin-right: 0.6em;
}
#coupon_group > .swaplabel .labelspan {
	color: #757575;
	position: absolute;
	top: 0.2em;
	left: 0.5em;
	font-size: .8em;
	z-index: 10;
	display: none;
	background: rgba(255,255,255,1);
	line-height: 1em;
}
#coupon_group input {
	width: 100%;
	padding: 0.6em 0.8em;
	border: 2px solid #D4D4D4;
	border-radius: 4px;
}
#coupon_message {
	font-size: 0.85em;
	font-weight: bold;
	display: none;
}
#coupon_message a {
	color: blue;
}
.coupon_success {
	color:#74A537;
	display: none;
}
.coupon_error {
	color:red;
	display: none;
}
#coupon_apply_button {
	width: 100%;
	padding: 0.8em;
	background: #0D70B3;
	color: white;
	border: 0 none;
	border-radius: 6px;
}
#remove_coupon_button {
	display: flex;
	align-items: center;
	padding-right: 8px;
	cursor: pointer;
}
.coupon_applied {
	color: #29A744;
	font-weight: bold;

}

.hidden {
	display: none !important;
}
.summary-box table td:last-child.coupon_discount {
	color:#74A537;
}

.break-last {
	display: inline-block;
}

.clear-cart-mob {
	margin-bottom: 1rem;
}
.clear-cart-mob > a {
	width: 50%;
}
.empty_entire_cart, .save_cart {
	padding: 0.25rem;
	border-radius: 4px;
	overflow: hidden;
}
.proceedToCheckout,.paypal-btn {
	margin-top: 5px;
	min-height: 43px;
}

.paypal-btn {
	background-color: #F6C657;
	border-color: #F6C657;
}
#mobile-checkout-header {
	background: #EEE;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .6em;
	flex-wrap: wrap;
	position: relative;
	padding: 10px 0 5px;
}
.mobile-checkout-progress {
	position: absolute;
	left: 17px;
	top: 16px;
	height: 2px;
	width: 0%;
	background: #666666;
	z-index: 2;
}
div.mobile-checkout-breadcrumbs {
	display: flex;
	padding: 0;
	margin: 0 1.6rem;
	text-align: center;
	width: 100%;
	justify-content: space-between;
	background: linear-gradient(
			to bottom,
			rgba(255,255,255,0) 0%,
			rgba(255,255,255,0) 16px,
			rgba(195,195,195,1) 16px,
			rgba(195,195,195,1) 18px,
			rgba(255,255,255,0) 18px
	);
	position: relative;
	z-index: 0;
}
div.mobile-checkout-breadcrumbs div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 0.5em;
	color: #C3C3C3;
	width: 34px;
	overflow: visible;
	text-align: center;
	position: relative;
}
div.mobile-checkout-breadcrumbs div:before {
	content: "";
	background: #C3C3C3 url("https://www.ereplacementparts.com/images2/mobcart-cart-icon.png") no-repeat 50% 50%;
	background-size: 65%;
	display: block;
	margin: auto;
	padding: 0.3em;
	line-height: 0;
	height: 34px;
	width: 34px;
	position: relative;
	z-index: 3;
}
div.mobile-checkout-breadcrumbs div.active {
	color: #666666;
	cursor: pointer;
}
div.mobile-checkout-breadcrumbs div.active:before {
	background-color: #666666;
}
div.mobile-checkout-breadcrumbs div.breadcrumb-login:before {
	background-image: url("https://www.ereplacementparts.com/images2/mobcart-login-icon.png");
}
div.mobile-checkout-breadcrumbs div.breadcrumb-address:before {
	background-image: url("https://www.ereplacementparts.com/images2/mobcart-location-icon.png");
}
div.mobile-checkout-breadcrumbs div.breadcrumb-shipping:before {
	background-image: url("https://www.ereplacementparts.com/images2/mobcart-shipping-icon.png");
}
div.mobile-checkout-breadcrumbs div.breadcrumb-payment:before {
	background-image: url("https://www.ereplacementparts.com/images2/mobcart-payment-icon.png");
}
.payment-methods {
	font-size: .5rem;
	height: auto;
	aspect-ratio: 61 / 8;
}
div[data-pp-message] {
	margin-top: 6px;
	min-height: 32px;
}

.headerError {
	border: 2px solid red;
	margin-bottom: 1em;
	font-weight: bold;
	padding: 4px;
}
@media (max-width: 767px) {
    .pricePer,
    .priceTotal {
    	font-size: .94em;
    }
    .SC3Cell {
		min-height: 6em;
	}
}
@media (max-width: 576px) {
	.priceTotal {
		font-size: 1.1em;
	}
	.cartHeading {
	}
	.shippingTotals {
		min-height: 0;
	}
	.empty_entire_cart {
		margin: 0;
	}
	.SC3Cell {
		min-height: 7em;
	}
	.xs-secondrow {
		border-top: 1px solid #C1C1C1;
		border-bottom: 3px solid #C1C1C1;
		min-height: 3em;
	}
	.availabilityTD {
		border-left: 1px solid #C1C1C1;
	}
	.continue_shopping {
		font-size: .9em;
		margin-top:.4em;
	}
	.cont_arrow {
		font-size: .5em;
		position: relative;
		bottom: 0.4em;
	}
	#cartbottom .proceedToCheckout {
		width: 100%;
	}
}
@media (min-width: 768px) {
	#mobile-checkout-header {
		margin-top: 5px;
	}

	div.mobile-checkout-breadcrumbs div {
		font-size: 1em;
	}

	.mobile-checkout-step {
		background: white;
		border: none;
		padding: 0;
	}
}
