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

/* HELPERS */

.m-t-md {
	margin-top: 30px;
}

/* ORDER WIZARD */

.product-category-box {
	width: 100%;
	background-color: #FFF;
	border: 2px solid #e5e5e5;
	border-radius: 5px;
	font-size: 18px;
	line-height: 1.2em;
	margin: 0 0 30px 0;
	padding: 28px 2% 20px 2%;
	display: block;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: all .1s cubic-bezier(.08,.8,.4,.96);
	-moz-transition: all .2s cubic-bezier(.08,.8,.4,.96);
	-o-transition: all .2s cubic-bezier(.08,.8,.4,.96);
	transition: all .2s cubic-bezier(.08,.8,.4,.96);
	-moz-box-shadow: 0px 0px 0px 3px transparent, 0 1px 0 #d7d7d7;
	-webkit-box-shadow: 0px 0px 0px 3px transparent, 0 1px 0 #d7d7d7;
	box-shadow: 0px 0px 0px 3px transparent, 0 1px 0 #d7d7d7;
}
.product-category-box p {
  line-height: 30px;
}
.product-category-box:hover, .product-type-box:hover, .prd-option-field:hover {
  cursor: pointer;
  cursor: hand;
  border: 2px solid #64D5FF;
}
.cat-selected, .product-category-box:active, .product-type-box:active, .prd-option-field:active {
  border: 2px solid #03a8cd !important;
}

.required-err {
  border: 2px solid red !important;
}

.product-type-box, .prd-option-field {
    width: 100% !important;
    /* min-height: 60px; */
    min-height: 50px;
		background-color: #FFF;
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.2em;
    margin: 0 0 20px 0;
    padding: 12px 10px 10px 10px;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: all .1s cubic-bezier(.08,.8,.4,.96);
    -moz-transition: all .2s cubic-bezier(.08,.8,.4,.96);
    -o-transition: all .2s cubic-bezier(.08,.8,.4,.96);
    transition: all .2s cubic-bezier(.08,.8,.4,.96);
    -moz-box-shadow: 0px 0px 0px 3px transparent, 0 1px 0 #d7d7d7;
    -webkit-box-shadow: 0px 0px 0px 3px transparent, 0 1px 0 #d7d7d7;
    box-shadow: 0px 0px 0px 3px transparent, 0 1px 0 #d7d7d7;
}
.product-type-box p, .prd-option-field p {
  line-height: 26px;
}
.product-type-box p span {
  color: #03a8cd;
	font-weight: 600;
}
select {
	width:207px;
	border:none;
	background-color:#fff !important;
	outline:none;
	/* background: url(http://i57.tinypic.com/nnmgpy_th.png) no-repeat right ; */
	background: url('/wp-content/themes/lion/assets/img/bg-select.png') no-repeat right ;
	-webkit-appearance: none;
	-moz-appearance:none; 
}
.order-option input {
	/* display: inline !important; */
	width: 100% !important;
	background-color: #eee;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	min-height: 17px !important;
}

form#searchform input {
  height: 40px;
}

.address-del-1 h4 span {
	font-size:12px;
	/* font-style:italic; */
}
.address-del-1 input {
	width:30px;
}

/* CUSTOM CSS FOR JQUERY STEPS */

.wizard > .content > .body {
  width: 100% !important;
}
.wizard > .steps .number {
  display: none;
}
.wizard .content {
    min-height: 450px;
		padding: 20px 0;
}
.wizard .content > .body {
    width: 100%;
    height: auto;
    padding: 15px;
    position: relative;
}
.wizard .content label {
	font-weight: normal;
}
.wizard > .steps > ul > li {
    width: 20%;
}
#use_billing_0, #use_billing_1 {
  display: inline;
  width: 30px;
}
#std_terms, #health_terms, #bg_terms, #pn_terms {
	display:none;
}