@charset "utf-8";
/* CSS Document */

#orderform {
	overflow: visible;
	position: relative;
	width:300px;
	margin:0 auto;
}
#orderform label, .form-index label {
	color: #000;
	font: bold 17px Arial, Helvetica, sans-serif;
	width: 150px;
	text-align:left;
}
#orderform input, #orderform select, #orderform textarea, #form-index input, #form-index select {
	height:30px;
	border: 1px solid #1F9DD3;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	padding: 3px;
	width:97%;
	margin: 0 0 10px 0px;
	display:block;
}
#orderform #shipping_areacode {
	width:40px;
	float:left;
	margin:0 10px 0 0;
}
#orderform input:focus, #orderform textarea:focus, #form-index input:focus {
	box-shadow: 0 0 5px red;
	-webkit-box-shadow: 0 0 5px red;
	-moz-box-shadow: 0 0 5px red;
	border:1px solid red;
}
#orderform select {
	width:98%;
	height:25px;
}
#orderform textarea{
	height: 40px;
}
#form {
	visibility: hidden;
}
#orderform br {
	clear:both;
}
.tip {
	position:absolute !important;
	width: 150px;
}
.toolTip {
	background: red;
	border: thin solid red; /* change color here for the tooltip body border */
	color: #fff;
	left: 0px;
	margin-top: 45px;
	padding: 5px;
	position: absolute;
	text-align: center;
	width: 150px;
	z-index: 10;
	border-radius: 4px;
	font: bold 11px 'verdana';
}
.toolTipArrow {
	border-color: transparent transparent red transparent; /* change color here for the triangle border */
	border-style: solid;
	border-width: 11px;
	height:0px;
	width:0px;
	position:absolute;
	top:-20px;
	left:20px;
	display:block;
	content:"\00a0";
}
.toolTipArrow:before {
	border-color: transparent transparent red transparent;
	position:absolute;
	top:-11px;
	left:-12px;
	border-style: solid;
	border-width: 12px;
	height:0px;
	width:0px;
	display:block;
	content:"\00a0";
}
.displayNone {display:none;}
.alert_message {
	background-color: #ff0;
	border: 5px dashed #f02773;
	font-weight: bold;
	padding: 5px;
}
.address_alert {
	background:#FF0 !important;
	color:#000 !important;
	width:370px !important;
	border-color:#FF0 !important;
	width:358px !important;
}
.arrowColor {border-color: transparent transparent #ffd200 transparent !important;}
.arrowColor:before {border-color: transparent transparent #ffd200 transparent !important;}

/* TIMER */

.time-block {
	margin-bottom: 20px;
}

.time-title {
	margin-bottom: 15px;
  font-size: 24px;
}

.time-remain {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  font-weight: 300;
  text-transform: uppercase;
	color: rgb(243, 0, 16);
}

.time-remain-items {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 14px;
	font-size: 32px;
}

.time-text {
	font-size: 10px;
	font-weight: bold;
}

.time-dots {
	font-size: 32px;
}

/* form */

.form__container {
	text-align: center;
	margin-bottom: 20px;
	background: #ffffff99;
}

.input__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 80%;
	margin: 0 auto;
}

select,
.input {
	max-width: 50%;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
	min-width: 100%;
}

.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.price_value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.old_price {
    margin-right: 20px;
}

.old_price-value {
    font-size: 26px;
    text-decoration: line-through;
}

.new_price-value {
    font-size: 26px;
    color: red;
    font-weight: 700;
}

.price_text {
    font-size: 12px;
}
