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

span.ifavailabletag {
	font-weight:400;
	}


#order-verticalsteps .maincontent .orderbox {
    background-color: #eee;
    border-left: 7px solid #9bce17;
    border-radius: 0;
    box-shadow: 0 4px 15px -1px rgba(0, 0, 0, 0.3);
    margin: 0 0 30px;
    padding: 10px;
}

#order-standard_cart .products .product header {
    position: relative;
    padding: 10px 20px;
    margin: 0 1px;
    background: #333;
    border-radius: 3px 3px 0 0;
    color: #fff;
}
#order-standard_cart .products .product header span {
    margin: 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
}
#order-standard_cart .view-cart-items-header {
    background-color: #9BCE17;
}

#order-standard_cart .products .product span.feature-value {
    font-weight: 400;
    font-size: 1.2em;
}

.product-desc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bestprices {
    background-image: url("smile_me.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 1em;
    font-weight: bold;
    height: 36px;
    margin-bottom: 12px;
    padding: 2px 0 0 41px;
    width: 300px;
}


.stripe-cards-inputs.col-md-8.col-md-offset-2{
	margin-left:0;
	width:99%;
	}

.stripe-cards-inputs .col-md-3 label{
	font-size: 12px !important;
	}
#order-standard_cart label{
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 14px;
	letter-spacing: 0;
	padding: 8px;
	text-shadow: 0 0 0 #fff;	
	}
#order-standard_cart .product-info {
    background-color: #eee;
    border-left: 7px solid #9bce17;
    border-radius: 0;
    box-shadow: 0 4px 15px -1px rgba(0, 0, 0, 0.3);
    margin: 0 0 30px;
}
#order-standard_cart .product-info .product-title {
    margin: 0;
    font-size: 1.6em;
    font-weight: 700;
}
#order-standard_cart .panel-addon {
	font-size: 1em;
	text-align: left;
	background-color: transparent;
	border: 0px solid transparent;
	float: left;
	display: block;
}
#order-standard_cart .panel-addon .panel-body {
    width: 100%;
    padding: 0;
    border: 0;
	margin: 0 0 10px 0;
	}
#order-standard_cart .panel-addon .panel-body label {
    font-size: 1em;
    font-weight: 700;
    color: #333;
    font-size: 1.5em;
}
#order-standard_cart .panel-addon .panel-price {
    padding: 4px;
    background-color: transparent;
    font-weight: 700;
    margin: 5px 14px 0 0;
    width: 49%;
    float: left;
}
#order-standard_cart .panel-addon .panel-add {
    display: block;
    padding: 4px;
    background-color: #5cb85c;
    color: #fff;
    border-radius: 4px;
    width: 150px;
    padding: 5px 10px;
    float: right;
right: 0;
position: absolute;
}

#order-standard_cart .field-help-text {
    font-size: 16px;
}

.nopadding {
    margin: 0;
    padding: 0;
}

h1.productheader {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 18px;
    letter-spacing: 0;
    padding: 8px;
    text-shadow: 0 0 0 #fff;
	border-bottom: 1px solid #cecece;
}

h1.domainheader {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 35px;
    letter-spacing: 0;
    padding: 8px;
    text-shadow: 0 0 0 #fff;
	border-bottom: 1px solid #cecece;
}

.summary-container .clearfix {
    margin: 0 0 6px 0;
    border-bottom: 1px dotted #999;
    padding: 0 0 5px 0;
}
#order-standard_cart .prepend-icon .field-icon {
    line-height: 21px;
}

/* HIDE DOMAIN TRANSFER */
#Secondary_Sidebar-Actions-Domain_Transfer{
	display:none;
	}

#order-standard_cart .panel-addon-selected .panel-price{
	color:#9BCE17;
	}