#order-standard_cart .sub-heading span, #order-standard_cart .sub-heading-borderless span {
    display: inline-block;
    position: relative;
    padding: 0 17px;
    top: -11px;
    font-size: 18px;
    color: #ffffff;
    background: #cc2434;
}
#order-standard_cart .sub-heading {
    height: 0;
    border-top: 2.5px solid #595959;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
#order-standard_cart .product-info {
    margin: 0 0 20px 0;
    padding: 6px 15px;
    font-size: .85em;
    background-color: #f8f8f8;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    list-style-type: none;
}
#order-standard_cart{
	font-size:16.8px;
}
.small , small {
	font-size:75%;
	font-weight:600;
}
.domain-checker-container {
    margin: 20px 0;
    padding: 0;
    background-color: #595959;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: -webkit-gradient(linear,0 0,0 100%,from(#595959),to(#595959));
    background: -webkit-linear-gradient(top,#595959,#595959);
    background: -moz-linear-gradient(top,#595959,#595959);
    background: -ms-linear-gradient(top,#595959,#595959);
    background: -o-linear-gradient(top,#595959,#595959);
}
.domain-checker-bg {
    margin: 0;
    padding: 80px 0;
    background-repeat: repeat;
    background-position: 110% -5px;
    background-image: url(../img/cubes.png);
    background-attachment: fixed;
}

.text-warning {
    color: #cc2434!important;
    font-weight: 900;
}
.domain-promo-box h3 {
    margin: 0;
    font-weight: 700;
    color: #cc2434;
    : ;
}
.btn-warning {
    color: #ffffff;
    background-color: #595959;
    border-color: #595959;
}
.btn-warning:hover {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-warning:active {
    color: #ffffff;
    background-color: #cc2434;
    border-color: #cc2434;
}


.domain-promo-box i {
    float: right;
    color: #595959;
}
.domain-promo-box p {
    margin: 0 0 10px 0;
    font-size: .85em;
}

.domain-pricing .tld-pricing-header div:nth-child(odd) {
    border-color: #cc2434;
    background-color: #f5f5f5;
}
.domain-pricing .tld-pricing-header .col-xs-4 {
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 6px solid #e52f488a;
    background-color: #f5f5f5;
    border-radius: 4px 4px 0 0;
}
.domain-pricing .tld-row.highlighted {
    background: #fbddddad;
}
#existingLoginButton {
    font-size: 18px;
    padding: 25px;
}
#order-standard_cart label {
    margin-right: 10px;
    font-weight: 900;
    font-size: 16.8px;
    color: #595959;
}
#order-standard_cart .view-cart-items {
    margin: 0 0 20px 0;
    border-bottom: 4px solid #595959;
	border-radius: 5px;
}
#order-standard_cart .view-cart-items-header {
    margin: 0;
    padding: 8px 15px;
    background: linear-gradient( -45deg, #820404, #ec4d4d);
    color: #fff;
    font-size: .9em;
    border-radius: 4px 4px 0 0;
}
#order-standard_cart .empty-cart .btn {
    margin: 0;
    padding: 4px 10px;
    background-color: #595959;
    border: 0;
    color: #fff;
    border-radius: 0 0 4px 4px;
}
#order-standard_cart .view-cart-items .item {
    margin: 0;
    padding: 10px;
    background-color: #979797;
    border-left: 0;
    border-right: 0;
    color: #ffffff;
    font-size: .9em;
}
#order-standard_cart .view-cart-items .item:nth-child(even) {
    background-color: #979797;
}
#order-standard_cart .view-cart-items .item-domain {
    color: #ffffff;
    text-decoration: underline;
}
#order-standard_cart .order-summary {
    margin: 0 0 20px 0;
    padding: 0;
    background: linear-gradient( -45deg, #820404, #ec4d4d);
    border-bottom: 3px solid #595959;
    border-radius: 4px;
}

.btn-success {
    color: #fff;
    background-color: #595959;
    border-color: #595959;
}
.btn-success:hover {
    color: #fff;
    background-color: #cc2434;
    border-color: #cc2434;
}
.btn-success:focus:active {
    color: #fff;
    background-color: #595959;
    border-color: #595959;
}