#order-standard_cart .field, #order-standard_cart .form-control {
    position: relative;
    vertical-align: top;
    border: 1px solid #DDD;
    display: -moz-inline-stack;
    display: inline-block;
    color: #626262;
    outline: 0;
    background: #fff;
    height: 36px;
    width: 100%;
    border-radius: 3px;
    font-size: 13px;
}

.spotlight-tld-sale {
    background-color: #bcf11d;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0px;
    color: #000;
    padding-top: 6px;
    transform: rotate(
            45deg
    );
    -webkit-transform: rotate(
            45deg
    );
}

.spotlight-tld-hot, .spotlight-tld-sale {
    width: 60px;
    position: absolute;
    letter-spacing: 0;
    padding: 3px;
    font-size: x-small;
    text-transform: uppercase;
    color: #fff;
    top: 0;
    right: -18px;
    font-weight: 700;
}

.strike:before {
    content: " ";
    position: absolute;
    bottom: 61%;
    width: 100%;
    height: 3px;
    background: #b0d631;
    transform: rotate(10deg);
    transform-origin: top left;
}

.strike {
    font-size: 0.6em;
    position: relative;
    width: auto;
    overflow: hidden;
}

.sale-badge {
    position: absolute;
    top: -9px;
    right: 9px;
    background-color: #b0d631;
    color: black;
    font-size: 16px;
    padding: 16px 13px 14px;
    line-height: 0;
    border-radius: 31px;
    transition: all 0.3s;
    font-weight: 500;
    border-bottom: 1px solid #7d9f1b;
}

.plancompare_columns_column_selectedpointer {
    display: block;
    height: 30px;
}

.plancompare_columns_column_planname {
    color: #515152;
}

.plancompare_columns_column {
    overflow-x: visible;
}

.sale_bar {
    position: absolute;
    font-size: 14px;
    right: -26px;
    top: 8px;
    width: 110px;
    text-align: center;
    padding-top: 9px;
}

#order-standard_cart .sub-heading :first-child {
    display: inline-block;
    background: #777;
    padding: 2px 8px;
    color: #fff;
}

.padding-all {
    padding: 15px;
}

#order-standard_cart .btn {
    margin-top: 0;
}

#order-standard_cart .btn-link {
    background-color: transparent !important;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #337ab7;
}

.dropdown-menu {
    right: 0;
    left: auto;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    color: #fff !important;
    background-color: #ec971f !important;
    background-image: none !important;
    border-color: #d58512 !important;
}

#order-standard_cart .domain-lookup-result {
    padding-left: 0;
    clear: both;
}

.spotlight-tld-container {
    float: left;
    padding: 3px;
}

div.actions .btn-add-to-cart {
    height: 25px;
}

.sidebar-collapsed {
    display: none;
}

.intl-tel-input .country-list {
    z-index: 5;
}

.premium-badge {
    font-size: 12px;
    padding: 1px 10px;
    position: relative;
    top: 5px;
}

.form-input-spinner {
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
}

.cro-results-container {
    position: absolute;
    top: 42px;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 10;
    width: 100%;
    border-radius: 3px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    display: none;
    max-height: 250px;
    overflow-y: auto;
}

.cro-results-container li {
    width: 100%;
    padding: 13px 15px;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.cro-results-container li:hover {
    background-color: #f9f9f9;
}

.cro-results-container span {
    font-weight: bold;
    color: #999;
    font-size: 11px;
    margin-top: 7px;
    display: block;
}