#asm-ajax {
	display: none;
}

#delivery-countdown {
	display: none;
	margin: 10px 0px;
	color: #000000;
}

#delivery-countdown span {
	vertical-align: unset;
}

#dc-error {
	display: none;
}

#dc-truck {
	float: left;
	width: 70px;
	height: 60px;
}

#dc-trucker-helper {
	display: inline-block;
	height: 100%;
	vertical-align: top;	
}

#dc-truck-img {
	max-height: 60px;
	max-width: 60px;
	vertical-align: top;	
}

#dc-info {
	float: left;
}

#dc-top {
	font-weight: bold;
	line-height: 1.4;
}

#dc-weekday, #dc-month-short, #dc-day {
	font-weight: bold;
}

#dc-bottom {
	font-size: 0.9rem;
	line-height: 1.4;
}

#dc-ship {
	font-size: 0.7rem;
}

#dc-zip {
	cursor: pointer;
	text-decoration: underline;
}

#dc-alt-zip-holder {
	display: none;
	margin-top: 5px;
}

#dc-alt-zip {
	float: left;
	width: 90px;
	height: 30px;
	padding: 5px;
	border: 1px solid #a1a1a1;
	border-top-left-radius: 0.125em;
	border-bottom-left-radius: 0.125em;
	border-right: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

#dc-alt-zip:focus {
	outline: none;
}

#dc-alt-country {
	float: left;
	width: 200px;
	height: 30px;
	padding: 5px;
	border: 1px solid #cecece;
	border-right: 0px;
   -o-appearance: none;
   -ms-appearance: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

#dc-alt-zip-apply {
	float: left;
	height: 30px;
	padding: 5px;
	border: 1px solid #000000;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #000000;
	background-color: #e4e4e4;
	cursor: pointer;
}

.clear-both {
	clear: both;
}

#dc-details {
	color: #307962;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	margin-top: 5px;
}

#dc-details-info {
	display: none;
	position: relative;
}

#asm-calc-details {
	width: 320px;
	box-shadow: 0 12px 30px 0 rgba(31,31,92,0.12);
	border: 1px solid #c3c3c3;
	padding: 15px;
	margin-top: 10px;
	margin-left: 15px;
	position: absolute;
	z-index: 10;
	background-color: #fff;
}

#asm-calc-details-close-holder {
	position: relative;
}

#asm-calc-details-close {
	position: absolute;
	right: 5px;
	width: 16px;
	height: 16px;
	opacity: 0.3;
	cursor: pointer;
}

#asm-calc-details-close:hover {
	opacity: 1;
}

#asm-calc-details-close:before, #asm-calc-details-close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 17px;
	width: 2px;
	background-color: #333;
}

#asm-calc-details-close:before {
	transform: rotate(45deg);
}

#asm-calc-details-close:after {
	transform: rotate(-45deg);
}

#asm-calc-title-left, #asm-calc-title-right {
	float: left;
	width: 125px;
	color: #8e8e8e;
	font-size: 11px;
	font-weight: bold;
}

#asm-calc-title-right {
	text-align: right;
}

.asm-calc-method {
	margin-top: 10px;
}

.asm-calc-method-top-left {
	float: left;
	width: 200px;
	color: #474747;
	font-size: 16px;
	font-weight: bold;
}

.asm-calc-method-top-right {
	float: left;
	width: 50px;
	color: #0b8c44;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
}

.asm-calc-method-bottom {
	float: left;
	width: 250px;
	color: #474747;
	font-size: 12px;
}

#asm-calc-message {
	color: #474747;
	text-align: center;
	font-size: 12px;
	margin-top: 15px;
}

#asm-calc-msg-line {
	margin: 15px 0px;
	height: 1px;
	border: 0;
	color: #8e8e8e;
	background-color: #8e8e8e;
}

#asm-calc-note {
	color: #8e8e8e;
	font-size: 12px;
}
