#order-standard_cart {
    margin: 0px;
    padding: 0px 0px 40px;
    font-size: 0.9rem;
}

#order-standard_cart .cart-sidebar {
    float: right;
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

#order-standard_cart .cart-body {
    float: left;
    width: 75%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    box-shadow: rgba(198, 205, 218, 0.12) 0px 0.625rem 1.5625rem 0px;
}

#order-standard_cart .secondary-cart-body {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

#order-standard_cart .secondary-cart-sidebar {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 1199px) {
    #order-standard_cart .cart-sidebar {
        display: none;
    }

    #order-standard_cart .cart-body {
        width: 100%;
        float: none;
    }

    #order-standard_cart .secondary-cart-body {
        width: 69%;
    }

    #order-standard_cart .secondary-cart-sidebar {
        width: 31%;
    }
}

@media only screen and (max-width: 991px) {
    #order-standard_cart .secondary-cart-body {
        width: 100%;
        float: none;
    }

    #order-standard_cart .secondary-cart-sidebar {
        margin: 0px auto;
        width: 300px;
        float: none;
    }
}

@media only screen and (max-width: 575px) {
    #order-standard_cart .secondary-cart-sidebar {
        width: 100%;
    }
}

#order-standard_cart .field-container {
    margin: 0px 0px 30px;
}

#order-standard_cart label, #order-standard_cart p.domain-renewal-desc {
    margin-left: 10px;
    font-weight: 300;
    font-size: 14px;
    color: #ff7143;
    direction: rtl;
    padding: 10px;
    margin-right: 0px;
}

#order-standard_cart label .iradio_square-blue {
    margin-left: 2px;
}

#order-standard_cart .info-text-sm {
    font-size: 0.85em;
    text-align: center;
}

#order-standard_cart .cart-sidebar h3 {
    margin: 0px;
    font-size: 1.2rem;
    color: rgb(16, 40, 126);
}

#order-standard_cart .cart-sidebar .list-group-item {
    margin: 3px 0px;
    padding: 10px 15px;
    border: 0px;
    border-radius: 10px;
    line-height: 40px;
}

#order-standard_cart .cart-sidebar .list-group-item:first-child {
    border-radius: 0px;
}

#order-standard_cart .cart-sidebar .list-group-item:last-child {
    border-bottom: 0px;
}

#order-standard_cart .sidebar-collapsed {
    margin-top: 20px;
    padding: 4px;
    border-radius: 4px;
}

@media only screen and (min-width: 1200px) {
    #order-standard_cart .sidebar-collapsed {
        display: none;
    }
}

#order-standard_cart .sidebar-collapsed::after {
    display: block;
    clear: both;
    content: "";
}

#order-standard_cart .sub-heading {
    height: 0px;
    border-top: 1px solid rgb(221, 221, 221);
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

#order-standard_cart .sub-heading-borderless {
    height: 0px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

#order-standard_cart .sub-heading span, #order-standard_cart .sub-heading-borderless span {
    display: inline-block;
    position: relative;
    padding: 0px 17px;
    top: -11px;
    font-size: 16px;
    color: rgb(0, 85, 136);
    background-color: rgb(255, 255, 255);
}

#order-standard_cart .products {
    margin: 10px 0px;
}

#order-standard_cart .products .product {
    /* padding: 15px; */
    margin: 0px 10px 25px;
    background: rgb(255, 255, 255);
    border-radius: 0;
    box-shadow: rgba(10, 22, 70, 0.16) 0px 1px 4px;
    transition: all 0.3s ease-out 0s;
    border-top: 2px solid rgb(16, 40, 126) !important;
}

#order-standard_cart .products .product header {
    position: relative;
    padding: 10px 20px;
    margin: 0px 1px;
    background: rgb(248, 248, 248);
    border-radius: 15px 15px 0px 0px;
}

#order-standard_cart .products .product header span {
    margin: 0px;
    color: rgb(16 40 126);
    font-size: 20px;
}

#order-standard_cart .products .product header .qty {
    float: left;
    font-size: 0.8em;
    font-style: italic;
    color: rgb(136, 136, 136);
}

#order-standard_cart .products .product div.product-desc {
    padding: 8px 14px;
    font-size: 15px;
}

#order-standard_cart .products .product span.feature-value {
    font-weight: bold;
    float: left;
    color: rgb(16, 40, 126);
    font-size: 0.8rem;
}

#order-standard_cart .products .product div.product-pricing {
    margin-bottom: 10px;
}

#order-standard_cart .products .product div.product-pricing span.price {
    font-size: 2em;
    color: rgb(246, 77, 112);
}

#order-standard_cart .products .product footer {
    margin: 20px 0px;
    font-size: 0.8em;
    text-align: center;
}

#order-standard_cart .panel-addon {
    font-size: 0.8em;
    text-align: center;
}

#order-standard_cart .panel-addon:hover {
    cursor: pointer;
}

#order-standard_cart .panel-addon .panel-body {
    border-radius: 4px;
}

#order-standard_cart .panel-addon .panel-body label {
    font-size: 1em;
    font-weight: bold;
    color: rgb(51, 51, 51);
}

#order-standard_cart .panel-addon .panel-price {
    padding: 4px;
    background-color: rgb(232, 232, 232);
}

#order-standard_cart .panel-addon .panel-add {
    display: block;
    padding: 4px;
    background-color: rgb(92, 184, 92);
    color: rgb(255, 255, 255);
    border-radius: 0px 0px 4px 4px;
}

#order-standard_cart .panel-addon-selected {
    border-color: rgb(187, 187, 187);
}

#order-standard_cart .panel-addon-selected .panel-add {
    background-color: rgb(92, 184, 92);
    color: rgb(255, 255, 255);
}

#order-standard_cart .domain-selection-options {
    margin: 15px 0px;
    direction: ltr;
}

#order-standard_cart .domains-row {
    margin-left: -2px;
    margin-right: -2px;
}

@media (max-width: 767px) {
    #order-standard_cart .domains-row {
        padding-bottom: 5px;
    }
}

#order-standard_cart .domains-row .col-sm-3, #order-standard_cart .domains-row .col-sm-9, #order-standard_cart .domains-row .col-xs-2, #order-standard_cart .domains-row .col-xs-3, #order-standard_cart .domains-row .col-xs-5, #order-standard_cart .domains-row .col-xs-7, #order-standard_cart .domains-row .col-xs-9 {
    padding-left: 2px;
    padding-right: 2px;
}

#order-standard_cart .domain-selection-options .option {
    margin-bottom: 20px;
    padding: 40px;
    border-radius: 6px;
    background-color: rgb(241 244 255);
}

#order-standard_cart .domain-selection-options .option:hover {
    cursor: pointer;
}

#order-standard_cart .domain-selection-options .option .iradio_square-blue {
    margin-left: 10px;
}

#order-standard_cart .domain-suggestions .icheckbox_square-green {
    margin-left: 10px;
}

#order-standard_cart .domain-selection-options .option-selected label {
    font-weight: bold;
    font-size: 15px;
    color: rgb(43, 65, 161);
}

#order-standard_cart .domain-selection-options .option-selected {
    background-color: rgb(255 243 239);
}

#order-standard_cart .domain-input-group {
    display: none;
    margin: 10px 0px;
}

#order-standard_cart .domain-loading-spinner {
    display: none;
    padding: 30px;
    text-align: center;
}

#order-standard_cart .domain-lookup-primary-loader, #order-standard_cart .domain-lookup-primary-results {
    margin: 20px 0px;
    text-align: center;
}

#order-standard_cart .domain-checker-result-headline {
    margin: 20px;
    text-align: center;
}

#order-standard_cart .domain-checker-result-headline, #order-standard_cart .domain-lookup-primary-results .headline {
    font-size: 1.6em;
    overflow-wrap: break-word;
}

#order-standard_cart .domain-checker-available {
    color: rgb(92, 184, 92);
}

#order-standard_cart .domain-checker-unavailable, #order-standard_cart .domain-checker-invalid {
    color: rgb(217, 83, 79);
}

#order-standard_cart .transfer-eligible, #order-standard_cart .transfer-not-eligible {
    margin: 30px 0px 15px;
    padding: 20px;
}

#order-standard_cart .transfer-eligible {
    color: rgb(60, 118, 61);
    background-color: rgb(223, 240, 216);
    border-color: rgb(214, 233, 198);
}

#order-standard_cart .transfer-not-eligible {
    color: rgb(102, 102, 102);
    background-color: rgb(246, 246, 246);
}

#order-standard_cart .domain-suggestions {
    margin-bottom: 20px;
    font-size: 0.8em;
}

#order-standard_cart .domain-add-domain {
    margin: 25px 0px;
}

#order-standard_cart .product-info {
    margin: 0px 10px 25px;
    padding: 20px;
    font-size: 14px;
    background-color: rgb(255 255 255);
    border: 1px solid rgb(239, 239, 239);
    border-radius: 15px;
}

#order-standard_cart .product-info .product-title {
    margin: 0px;
    font-size: 1.6em;
}

#order-standard_cart .order-summary {
    margin: 10px 0px 30px;
    padding: 0px;
    background-color: rgb(238, 243, 248);
    border-radius: 15px;
}

#order-standard_cart .order-summary h2 {
    margin: 0px;
    padding: 15px;
    color: rgb(43, 65, 161);
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}

#order-standard_cart .summary-container {
    margin: 0px;
    padding: 25px;
    min-height: 100px;
    border-radius: 0px;
    background-color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 40px;
    box-shadow: rgba(198, 205, 218, 0.3) 0px 0.625rem 1.5625rem 0px;
}

#order-standard_cart .order-summary .product-name {
    display: block;
    font-weight: bold;
    font-size: 1.2em;
    color: rgb(11, 148, 223);
}

#order-standard_cart .order-summary .product-group {
    margin: 0px 0px 5px;
    display: block;
    font-style: italic;
}

#order-standard_cart .order-summary .summary-totals {
    margin: 5px 0px;
    padding: 5px 0px;
    border-top: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
}

#order-standard_cart .order-summary .total-due-today span {
    display: block;
    text-align: left;
}

#order-standard_cart .order-summary .total-due-today .amt {
    font-size: 2.3em;
}

#order-standard_cart .order-summary .loader {
    position: relative;
    top: 10px;
    height: 0px;
    padding-left: 10px;
    text-align: left;
    color: rgb(239, 239, 239);
}

#order-standard_cart .panel-taxes {
    font-size: 0.8em;
}

#order-standard_cart .row-upgrade-credit {
    margin-top: 5px;
}

#order-standard_cart .row-upgrade-credit .item-price {
    font-size: 0.9em;
}

#order-standard_cart #btnAlreadyRegistered, #order-standard_cart #btnNewUserSignup {
    margin: 0px 0px 0px 10px;
}

#order-standard_cart .checkout-error-feedback {
    margin: 15px 0px;
}

#order-standard_cart .apply-credit-container {
    margin: 15px 0px;
    padding: 15px;
    background-color: rgb(237, 250, 255);
    border-radius: 15px;
}

#order-standard_cart .apply-credit-container span {
    font-weight: bold;
}

#order-standard_cart .apply-credit-container .radio {
    padding-right: 20px;
    padding-left: 20px;
}

#order-standard_cart .apply-credit-container .iradio_square-blue {
    margin-left: 6px;
}

#order-standard_cart .cc-input-container {
    padding: 15px 15px 10px;
    background-color: rgb(243, 243, 243);
    border: 1px solid rgb(217, 217, 217);
    border-radius: 4px;
}

#order-standard_cart .cc-input-container .form-group {
    margin-top: 10px;
    margin-bottom: 10px;
}

#order-standard_cart .cc-input-container .radio-inline {
    padding-right: 0px;
    margin-bottom: 10px;
}

#order-standard_cart .cc-input-container .paymethod-info {
    cursor: pointer;
    padding-left: 10px;
    margin-bottom: 5px;
}

#order-standard_cart .cc-input-container ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#order-standard_cart .cc-input-container ul li {
    padding: 2px 0px;
}

#order-standard_cart .cc-input-container i {
    padding: 0px 6px;
    width: 28px;
    text-align: center;
}

#order-standard_cart .cc-input-container .existing-cc-grid {
    display: inline-grid;
    grid-template-columns: repeat(3, auto) minmax(10em, 30em) auto;
    font-weight: 300;
    color: rgb(102, 102, 102);
    font-size: 13px;
}

#order-standard_cart .checkout-security-msg {
    margin: 20px 0px;
    padding-right: 75px;
    font-size: 0.8em;
}

#order-standard_cart .checkout-security-msg i {
    float: right;
    margin-right: -48px;
    font-size: 2.8em;
}

#order-standard_cart .prepend-icon {
    top: 0px;
    right: 0px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    font-weight: normal;
}

#order-standard_cart .field, #order-standard_cart .form-control {
    position: relative;
    vertical-align: top;
    border: 1px solid rgb(221, 221, 221);
    display: inline-block;
    color: rgb(98, 98, 98);
    outline: none;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
}

#order-standard_cart .input-group-lg > .form-control {
    height: 46px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.33333;
    border-radius: 0px 10px 10px 0px;
    margin-left: -2px;
}

#order-standard_cart .form-control-qty {
    width: 70px;
    text-align: center;
}

#order-standard_cart .form-control-static-inline {
    display: inline-block;
}

#order-standard_cart .form-control:focus {
    border-color: rgb(221, 221, 221);
    outline: 0px;
    box-shadow: none;
}

#order-standard_cart textarea.field {
    height: auto;
}

#order-standard_cart .prepend-icon .field-icon i {
    position: relative;
    font-size: 14px;
}

#order-standard_cart .prepend-icon .field-icon {
    top: 0px;
    z-index: 4;
    width: 42px;
    height: 35px;
    color: inherit;
    line-height: calc(2.5em + 0.75rem + 2px);
    position: absolute;
    text-align: center;
    transition: all 0.5s ease-out 0s;
    pointer-events: none;
}

#order-standard_cart .field-icon i {
    color: rgb(187, 187, 187);
}

#order-standard_cart .field[disabled], #order-standard_cart .field[readonly], #order-standard_cart .form-control[disabled], #order-standard_cart .form-control[readonly] {
    background-color: rgb(248, 248, 248);
    opacity: 1;
}

#order-standard_cart .field-help-text {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: rgb(136, 136, 136);
    font-size: 12px;
}

#order-standard_cart .view-cart-items-header {
    margin: 0px;
    padding: 10px 15px;
    background-color: rgb(43, 65, 161);
    color: rgb(255, 255, 255);
    font-size: 17px;
    border-radius: 0px;
}

#order-standard_cart .view-cart-items {
    margin: 0px;
    border: 1px solid rgb(255, 255, 255);
    padding: 25px;
    line-height: 40px;
    box-shadow: rgba(198, 205, 218, 0.3) 0px 0.625rem 1.5625rem 0px;
}

#order-standard_cart .view-cart-items .item {
    margin: 12px 0px;
    padding: 10px 25px;
    background-color: rgb(249, 249, 249);
    border-right: 0px;
    border-left: 0px;
    font-size: 12px;
    border-radius: 15px;
}

#order-standard_cart .view-cart-items .item:nth-child(2n) {
    background-color: rgb(247, 250, 255);
}

#order-standard_cart .view-cart-items .item span:not(.caret):not(.renewal-price) {
    display: block;
}

#order-standard_cart .view-cart-items .item-title {
    font-size: 16px;
}

#order-standard_cart .view-cart-items .item-group {
    font-size: 1.2em;
    color: rgb(32, 120, 164);
}

#order-standard_cart .view-cart-items .item-domain {
    color: rgb(191, 87, 6);
    font-size: 14px;
}

#order-standard_cart .view-cart-items .item-price {
    text-align: left;
}

#order-standard_cart .view-cart-items .item-price span {
    font-size: 1.6em;
}

#order-standard_cart .view-cart-items .item-price .cycle {
    font-size: 0.9em;
    color: rgb(217, 0, 0);
}

#order-standard_cart .view-cart-items .item-qty {
    text-align: center;
}

#order-standard_cart .view-cart-items .item-qty input {
    margin-bottom: 5px;
    padding: 4px;
    height: auto;
}

#order-standard_cart .view-cart-items .item-qty button {
    font-size: 0.8em;
}

#order-standard_cart .btn-remove-from-cart {
    color: rgb(255, 0, 0);
}

#order-standard_cart .btn-remove-from-cart:hover {
    color: rgb(204, 0, 0);
    text-decoration: none;
}

#order-standard_cart .empty-cart {
    text-align: left;
    margin: -29px 0px 35px;
    line-height: 1em;
}

#order-standard_cart .empty-cart .btn {
    margin: 0px;
    padding: 8px 20px;
    background-color: rgb(235, 13, 5);
    border: 0px;
    color: rgb(255, 255, 255);
    border-radius: 0px 0px 10px 10px;
}

#order-standard_cart .btn-checkout {
    padding: 15px 34px;
}

#order-standard_cart .order-summary .subtotal {
    margin: 0px;
    padding: 0px 0px 5px;
    font-size: 1.2em;
    border-bottom: 1px solid rgb(221, 221, 221);
}

#order-standard_cart .order-summary .bordered-totals {
    margin: 0px 0px 5px;
    padding: 5px 0px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

#order-standard_cart .order-summary .recurring-totals {
    margin: 5px 0px 0px;
    padding: 0px;
}

#order-standard_cart .order-summary .total-due-today-padded {
    margin: 20px 0px;
}

#order-standard_cart .order-summary .recurring-charges {
    font-size: 15px;
    color: rgb(11, 148, 223);
    text-align: left;
}

#order-standard_cart .order-summary .btn-continue-shopping {
    color: rgb(34, 34, 34);
    font-size: 0.9em;
}

#order-standard_cart .view-cart-tabs .promo .form-group {
    margin-bottom: 5px;
}

#order-standard_cart .view-cart-tabs {
    margin: 0px 0px 20px;
}

#order-standard_cart .view-cart-tabs .nav-tabs {
    font-size: 14px;
    margin-bottom: 1px;
}

#order-standard_cart .view-cart-tabs .nav-tabs > li.active > a {
    background-color: rgb(255, 255, 255);
}

#order-standard_cart .view-cart-tabs .tab-content {
    background-color: rgb(237, 250, 255);
    padding: 15px;
    border: 0px;
    border-radius: 0px 0px 25px 25px;
}

#order-standard_cart .view-cart-promotion-code {
    margin: 0px 0px 5px;
    padding: 10px 20px;
    background-color: rgb(255, 255, 255);
    border: 1px dashed rgb(204, 204, 204);
    text-align: center;
}

#order-standard_cart .view-cart-gateway-checkout {
    margin: 0px 0px 20px;
    padding: 15px;
    background-color: rgb(232, 232, 232);
    border-radius: 4px;
    text-align: center;
}

#order-standard_cart .view-cart-empty {
    padding: 30px 15px;
    text-align: center;
}

#order-standard_cart .express-checkout-buttons .separator {
    margin-right: 70px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

#order-standard_cart .order-confirmation {
    text-align: center;
}

#order-standard_cart .order-confirmation span {
    font-size: 1.4em;
}

#order-standard_cart .order-confirmation-addon-output {
    margin: 15px 0px;
    text-align: center;
}

.error-heading {
    margin: 30px 0px;
    font-size: 1.4em;
    text-align: center;
}

#order-standard_cart .modal-title i {
    display: block;
    padding-top: 25px;
}

#order-standard_cart .modal-header, #order-standard_cart .modal-body, #order-standard_cart .modal-footer {
    border: 0px;
    text-align: center !important;
}

#order-standard_cart .modal-remove-item .modal-footer {
    padding-bottom: 45px;
}

div.domainresults div:not(.btn-group) {
    margin: 0px;
    padding: 10px 25px;
    background-color: rgb(221, 221, 221);
    color: rgb(102, 102, 102);
    font-size: 1em;
    border-radius: 6px 6px 0px 0px;
}

div.domainresults div:not(.btn-group) span {
    padding-right: 20px;
    font-size: 14px;
    color: rgb(136, 136, 136);
}

div.domainresults table tr td {
    padding: 5px 30px;
    line-height: 40px;
}

.domain-checker-container {
    margin: 40px 0px;
    padding: 0px;
    border-radius: 15px;
}

.domain-checker-bg {
    margin: 0px;
    padding: 20px 0px;
}

@media (max-width: 992px) {
    .domain-checker-bg {
        padding: 40px 0px;
    }
}

.domain-checker-container .input-group-box {
    margin: 0px auto;
    padding: 10px;
    width: 100%;
}

.domain-bulk-options-box {
    position: absolute;
    top: 18px;
    left: 134px;
    z-index: 100;
}

@media (max-width: 767px) {
    .domain-checker-container .input-group-box .input-group-btn {
        display: block;
        width: 100%;
    }

    .domain-checker-container .input-group-box .input-group-btn .btn {
        width: 100%;
        border-radius: 6px;
    }

    .domain-checker-container .input-group-box .form-control {
        margin-bottom: 5px;
        float: none;
        border-radius: 6px !important;
    }
}

.domain-check-availability {
    width: 100px;
    height: 46px;
}

.domain-step-options {
    min-height: 300px;
}

.domain-checker-result-headline {
    margin: 20px;
    font-size: 1.6em;
    text-align: center;
}

.domain-checker-available {
    color: rgb(92, 184, 92);
}

.domain-checker-unavailable, .domain-checker-invalid {
    color: rgb(217, 83, 79);
}

div.domainresults div.domain-checkout-area {
    display: none;
    float: left;
    padding: 8px 40px 0px;
}

.domain-disclaimer-area {
    margin: 0px 0px 25px;
    font-size: 12px;
}

.domain-bulk-domain-well {
    width: 60%;
}

.domain-tld-pricing-table-responsive {
    border: 0px;
    margin-bottom: 0px;
}

a.domain-tld-pricing-category {
    display: block;
    text-align: center;
}

.domain-pricing .tld-row {
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid rgb(245, 245, 245);
}

.domain-pricing .tld-row.highlighted {
    background: rgb(243, 249, 253);
}

.domain-pricing .tld-pricing-header .col-xs-2, .domain-pricing .tld-pricing-header .col-sm-2 {
    height: 56px;
}

.domain-pricing .tld-pricing-header .tld-column {
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 4px 4px 0px 0px;
}

.domain-pricing .tld-pricing-header .col-xs-2, .domain-pricing .tld-pricing-header .col-sm-2, .domain-pricing .tld-pricing-header .col-xs-4, .domain-pricing .tld-pricing-header .col-sm-4 {
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 6px solid rgb(168, 202, 237);
    background-color: rgb(223, 238, 253);
    border-radius: 4px 4px 0px 0px;
}

.domain-pricing .no-bg {
    background-color: transparent !important;
}

.domain-pricing .tld-pricing-header div:nth-child(2n+1) {
    border-color: rgb(51, 102, 153);
    background-color: rgb(238, 243, 248);
}

.domain-pricing .two-row-center {
    line-height: 28px;
    margin-top: 6px;
    margin-bottom: 6px;
    border-left: 2px solid rgb(199, 215, 230);
}

.domain-pricing .tld-row.no-tlds {
    display: none;
}

.domain-searching {
    color: rgb(204, 204, 204);
}

.spotlight-tlds {
    margin: 15px 0px;
    padding: 7px 14px;
    background-color: rgb(248, 248, 248);
}

.spotlight-tlds-container {
    margin-right: -7px;
    margin-left: -7px;
}

.spotlight-tld-container {
    float: right;
    padding: 7px;
}

.spotlight-tld-container-1 {
    width: 100%;
}

.spotlight-tld-container-2 {
    width: 50%;
}

.spotlight-tld-container-3 {
    width: 33.3%;
}

.spotlight-tld-container-4 {
    width: 25%;
}

.spotlight-tld-container-5 {
    width: 20%;
}

.spotlight-tld-container-6 {
    width: 16.6%;
}

.spotlight-tld-container-7 {
    width: 14.28%;
}

.spotlight-tld-container-8 {
    width: 12.5%;
}

@media screen and (max-width: 991px) {
    .spotlight-tld-container-5, .spotlight-tld-container-6 {
        width: 33.3%;
    }

    .spotlight-tld-container-7, .spotlight-tld-container-8 {
        width: 25%;
    }
}

@media screen and (max-width: 580px) {
    .spotlight-tld-container-3, .spotlight-tld-container-4, .spotlight-tld-container-5, .spotlight-tld-container-6, .spotlight-tld-container-7, .spotlight-tld-container-8 {
        width: 50%;
    }
}

.spotlight-tld {
    position: relative;
    overflow: hidden;
    margin: 0px;
    padding: 15px 0px;
    height: 112px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    color: rgb(85, 85, 85);
}

.spotlight-tld span {
    display: block;
    padding: 5px 0px;
    font-weight: normal;
}

.spotlight-tld .btn:not(.domain-contact-support) {
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    background-color: rgb(85, 85, 85);
    border-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.spotlight-tld .btn.domain-contact-support {
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    min-width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.spotlight-tld .btn span {
    padding: 0px;
}

.spotlight-tld .unavailable, .spotlight-tld .invalid {
    margin: 32px 0px;
    background-color: rgb(238, 238, 238);
    border-color: rgb(221, 221, 221);
    color: rgb(187, 187, 187);
}

.spotlight-tld .domain-contact-support {
    margin: 19px 0px;
}

.spotlight-tld .domain-lookup-spotlight-loader {
    line-height: 47px;
    font-size: 1.4em;
}

.spotlight-tld .results {
    display: none;
}

.spotlight-tld-new {
    width: 60px;
    position: absolute;
    letter-spacing: 1px;
    padding: 3px;
    font-size: x-small;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    top: 3px;
    left: -18px;
    background-color: rgb(42, 213, 136);
    transform: rotate(45deg);
}

.spotlight-tld-sale {
    width: 60px;
    position: absolute;
    letter-spacing: 0px;
    padding: 3px;
    font-size: x-small;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    top: 3px;
    left: -18px;
    background-color: rgb(247, 212, 88);
    transform: rotate(45deg);
}

.spotlight-tld-hot {
    width: 60px;
    position: absolute;
    letter-spacing: 0px;
    padding: 3px;
    font-size: x-small;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    top: 3px;
    left: -18px;
    background-color: rgb(249, 97, 90);
    transform: rotate(45deg);
}

.suggested-domains .panel-heading, .suggested-domains .card-header {
    border-bottom: 2px solid rgb(98, 203, 49);
}

.suggested-domains .domain-lookup-suggestions-loader {
    padding: 30px 20px;
    background-color: rgb(248, 248, 248);
    font-size: 0.9em;
    text-align: center;
    opacity: 0.7;
}

.suggested-domains .list-group-item {
    border-right: 0px;
    border-left: 0px;
    overflow-wrap: break-word;
}

.suggested-domains .extension {
    font-weight: bold;
}

.suggested-domains .promo.hot {
    padding: 2px 8px;
    background-color: rgb(249, 97, 90);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.suggested-domains .promo.sale {
    padding: 2px 8px;
    background-color: rgb(247, 212, 88);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.suggested-domains .promo.new {
    padding: 2px 8px;
    background-color: rgb(42, 213, 136);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.suggested-domains .actions {
    float: left;
}

.suggested-domains .price {
    padding: 0px 20px;
    font-size: 1.2em;
}

.suggested-domains .btn:not(.domain-contact-support) {
    padding: 2px 10px;
    font-size: 11px;
    line-height: 1.4;
    border-radius: 3px;
    background-color: rgb(85, 85, 85);
    border-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
}

.suggested-domains .btn.domain-contact-support {
    padding: 2px 10px;
    font-size: 11px;
    line-height: 1.4;
    border-radius: 3px;
    color: rgb(255, 255, 255);
}

@media (max-width: 767px) {
    .suggested-domains .list-group-item {
        text-align: center;
    }

    .suggested-domains .actions {
        float: none;
    }

    .suggested-domains .price {
        float: none;
        display: block;
        padding: 3px 0px;
    }

    .suggested-domains .list-group-item .btn {
        float: none;
        width: 100%;
    }
}

.domain-promo-box {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: rgb(249, 249, 249);
    border: 1px solid rgb(221, 221, 221);
    color: rgb(51, 51, 51);
    border-radius: 4px;
}

.domain-promo-box h3 {
    margin: 0px;
    font-weight: 400;
}

.domain-promo-box i {
    float: left;
}

.domain-promo-box p {
    margin: 0px 0px 10px;
    font-size: 0.85em;
}

.domain-promo-box .small {
    margin: 10px 0px 0px;
    color: rgb(153, 153, 153);
}

.btn-transfer {
    min-width: 100px;
}

.slim-alert {
    margin: 0px 0px 5px;
    padding: 5px;
    text-align: center;
}

.domain-suggestions-warning {
    padding: 10px 0px;
    font-size: 0.7em;
}

.form-control.domain-renewals-filter {
    background: url("../../../../assets/img/search.png") 8px 5px no-repeat rgb(255, 255, 255) !important;
    padding: 7px 10px 7px 45px !important;
    height: auto !important;
    width: 200px !important;
    font-size: 13px !important;
    border-radius: 2px !important;
}

.domain-renewals {
    margin: 10px 0px;
    border-top: 1px solid rgb(204, 204, 204);
    background-color: rgb(248, 248, 248);
}

.domain-renewals .domain-renewal {
    margin: 0px;
    padding: 15px;
    border-bottom: 1px solid rgb(204, 204, 204);
}

.domain-renewals .domain-renewal:nth-child(2n) {
    background-color: rgb(244, 244, 244);
}

.domain-renewals .domain-renewal h3 {
    margin: 0px;
}

.domain-renewals .domain-renewal .label {
    border-radius: 3px;
}

.order-summary i.fa-trash {
    opacity: 0.5;
}

.order-summary i.fa-trash:hover {
    opacity: 1;
}

#order-standard_cart .addon-promo-container {
    margin: 20px 0px;
    padding: 20px;
    border: 1px solid rgb(238, 238, 238);
    font-size: 0.9em;
}

#order-standard_cart .addon-promo-container h3 {
    margin: 0px 0px 10px;
}

#order-standard_cart .addon-promo-container .logo {
    float: left;
    margin: 0px 0px 10px 20px;
    text-align: left;
    line-height: 100px;
}

#order-standard_cart .addon-promo-container img {
    max-width: 120px;
}

#order-standard_cart .addon-promo-container .description {
    margin: 10px 0px;
}

#order-standard_cart .addon-promo-container label {
    margin-top: 3px;
    width: 98%;
}

#order-standard_cart .addon-promo-container a {
    text-decoration: underline;
}

#order-standard_cart .mc-promos {
    margin: 20px auto 30px;
    max-width: 575px;
}

#order-standard_cart .mc-promo {
    margin: 0px 0px 10px;
    background-color: rgb(255, 255, 255);
    border-width: 1px 1px 4px;
    border-style: dashed dashed solid;
    border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(154, 187, 58);
    border-image: initial;
}

#order-standard_cart .mc-promo .cta {
    float: left;
    padding: 3px 10px;
    text-align: center;
}

#order-standard_cart .mc-promo .headline {
    padding-top: 8px;
    font-size: 1.3em;
}

#order-standard_cart .mc-promo .tagline {
    font-size: 1.2em;
    font-weight: 300;
}

#order-standard_cart .mc-promo .header {
    border-bottom: 0px;
    height: 70px;
    overflow: hidden;
    cursor: pointer;
}

#order-standard_cart .mc-promo .icon {
    float: right;
    margin: 10px;
    width: 64px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

#order-standard_cart .mc-promo .icon img {
    max-width: 100%;
    max-height: 100%;
}

#order-standard_cart .mc-promo .body {
    padding: 10px 15px;
    border-top: 10px solid rgb(234, 234, 234);
    background-color: rgb(248, 248, 248);
    font-size: 0.85em;
    display: none;
}

#order-standard_cart .mc-promo .body i {
    color: rgb(153, 188, 58);
    padding-left: 3px;
}

.mc-promo em {
    font-weight: bold;
    font-style: normal;
}

#order-standard_cart .mc-promo .body ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#order-standard_cart .mc-promo .body li {
    width: 50%;
}

#order-standard_cart .mc-promo .body li.right {
    float: right;
}

#order-standard_cart .mc-promo .body li.left {
    float: left;
}

#order-standard_cart .mc-promo .price {
    padding: 4px 0px;
    font-size: 1.15em;
    color: rgb(131, 160, 50);
}

#order-standard_cart .mc-promo .btn-add {
    padding: 0px;
    background-color: rgb(153, 187, 58);
    color: rgb(255, 255, 255);
    font-size: 1em;
}

#order-standard_cart .mc-promo .arrow {
    display: inline-block;
    padding: 2px 8px;
    background-color: rgb(132, 180, 54);
}

#order-standard_cart .mc-promo .text {
    display: inline-block;
    padding: 2px 8px;
    font-size: 0.9em;
}

#order-standard_cart .mc-promo .expander {
    float: right;
    width: 28px;
    font-size: 1.5em;
    color: rgb(153, 188, 58);
    text-align: left;
    line-height: 60px;
    transition: all 2s linear 0s;
}

#order-standard_cart .mc-promo.weebly {
    border-color: rgb(123, 123, 123);
}

#order-standard_cart .mc-promo.weebly .btn-add {
    background-color: rgb(123, 123, 123);
}

#order-standard_cart .mc-promo.weebly .arrow {
    background-color: rgb(102, 102, 102);
}

#order-standard_cart .mc-promo.weebly .expander, #order-standard_cart .mc-promo.weebly .price {
    color: rgb(123, 123, 123);
}

#order-standard_cart .mc-promo.spamexperts {
    border-color: rgb(86, 162, 218);
}

#order-standard_cart .mc-promo.spamexperts .btn-add {
    background-color: rgb(86, 162, 218);
}

#order-standard_cart .mc-promo.spamexperts .arrow {
    background-color: rgb(78, 152, 208);
}

#order-standard_cart .mc-promo.spamexperts .expander, #order-standard_cart .mc-promo.spamexperts .price {
    color: rgb(86, 162, 218);
}

#order-standard_cart .mc-promo.sitelock {
    border-color: rgb(242, 159, 68);
}

#order-standard_cart .mc-promo.sitelock .btn-add {
    background-color: rgb(242, 159, 68);
}

#order-standard_cart .mc-promo.sitelock .arrow {
    background-color: rgb(240, 143, 61);
}

#order-standard_cart .mc-promo.sitelock .expander, #order-standard_cart .mc-promo.sitelock .price {
    color: rgb(242, 159, 68);
}

#order-standard_cart .mc-promo.sitelockvpn {
    border-color: rgb(85, 85, 85);
}

#order-standard_cart .mc-promo.sitelockvpn .btn-add {
    background-color: rgb(85, 85, 85);
}

#order-standard_cart .mc-promo.sitelockvpn .arrow {
    background-color: rgb(51, 51, 51);
}

#order-standard_cart .mc-promo.sitelockvpn .expander, #order-standard_cart .mc-promo.sitelockvpn .price {
    color: rgb(85, 85, 85);
}

#order-standard_cart .mc-promo.marketgoo {
    border-color: rgb(48, 144, 224);
}

#order-standard_cart .mc-promo.marketgoo .btn-add {
    background-color: rgb(48, 144, 224);
}

#order-standard_cart .mc-promo.marketgoo .arrow {
    background-color: rgb(48, 144, 224);
}

#order-standard_cart .mc-promo.marketgoo .expander, #order-standard_cart .mc-promo.marketgoo .price {
    color: rgb(48, 144, 224);
}

#order-standard_cart .mc-promo .rotate {
    transition: all 0.2s linear 0s;
}

#order-standard_cart .mc-promo .rotate.down {
    transform: rotate(90deg);
}

#order-standard_cart .default-captcha {
    margin: 0px auto 6px;
    padding: 10px;
    max-width: 340px;
    background-color: rgb(249, 249, 249);
    border: 1px solid rgb(211, 211, 211);
    color: rgb(136, 136, 136);
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 4px 1px;
    text-align: center;
    font-size: 0.9em;
}

#order-standard_cart .default-captcha-register-margin {
    margin: 18px auto -25px;
}

#order-standard_cart .captcha-container p {
    margin-bottom: 5px;
}

#order-standard_cart .captcha-container img {
    margin-top: 3px;
}

#order-standard_cart .captcha-container .form-control {
    height: inherit;
    max-width: 90px;
    text-align: center;
}

#order-standard_cart .captcha-container #google-recaptcha {
    width: 304px;
    height: 100px;
    margin-top: 15px;
    margin-bottom: -50px;
}

#order-standard_cart .captcha-container #google-recaptcha.recaptcha-transfer {
    margin-bottom: -20px;
}

#order-standard_cart .idn-language-selector {
    font-size: 14px;
}

#order-standard_cart .account-select-container {
    margin: 0px;
    border-left: 1px solid rgb(238, 238, 238);
}

#order-standard_cart .account-select-container div {
    padding: 0px;
}

#order-standard_cart .account-select-container div.account {
    background: rgb(246, 246, 246);
    border-width: 1px 1px 1px 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: rgb(238, 238, 238);
    border-right-color: rgb(238, 238, 238);
    border-bottom-color: rgb(238, 238, 238);
    border-image: initial;
    border-left-style: initial;
    border-left-color: initial;
    padding: 10px;
}

#order-standard_cart .account-select-container div.account:not(.border-bottom) {
    border-bottom: 0px;
}

#order-standard_cart .account-select-container div.account.active {
    background: rgb(255, 255, 255);
}

#order-standard_cart .recaptcha-container {
    display: inline-block;
}

@media (max-width: 991px) {
    #order-standard_cart .captcha-container #google-recaptcha {
        padding-right: 2.5%;
        margin-bottom: -25px;
    }
}

@media (max-width: 736px) {
    #order-standard_cart .captcha-container #google-recaptcha {
        margin-bottom: -35px;
        transform: scale(0.935);
        transform-origin: 0px 0px;
    }
}

@media (max-width: 384px) {
    #order-standard_cart .captcha-container #google-recaptcha {
        margin-bottom: -30px;
        transform: scale(0.96);
        transform-origin: 0px 0px;
    }
}

@media (max-width: 360px) {
    #order-standard_cart .captcha-container #google-recaptcha {
        margin-bottom: -35px;
        transform: scale(0.89);
        transform-origin: 0px 0px;
    }
}

@media (max-width: 320px) {
    #order-standard_cart .captcha-container #google-recaptcha {
        padding-right: 13.5%;
        margin-bottom: -45px;
        transform: scale(0.785);
        transform-origin: 0px 0px;
    }
}

.w-hidden {
    display: none;
}

#order-standard_cart .font-size-36 {
    font-size: 36px;
}

#order-standard_cart .font-size-30 {
    font-size: 30px;
}

#order-standard_cart .font-size-24 {
    font-size: 25px;
    color: rgb(255, 127, 50) !important;
}

#order-standard_cart .font-size-22 {
    font-size: 22px;
}

#order-standard_cart .font-size-18 {
    font-size: 18px;
}

#order-standard_cart .font-size-14 {
    font-size: 14px;
}

#order-standard_cart .font-size-12 {
    font-size: 12px;
}

.icheckbox_square-blue, .iradio_square-blue {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
    width: 22px;
    height: 22px;
    background: url("blue.png") no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-blue {
    background-position: 0px 0px;
}

.icheckbox_square-blue.hover {
    background-position: -24px 0px;
}

.icheckbox_square-blue.checked {
    background-position: -48px 0px;
}

.icheckbox_square-blue.disabled {
    background-position: -72px 0px;
    cursor: default;
}

.icheckbox_square-blue.checked.disabled {
    background-position: -96px 0px;
}

.iradio_square-blue {
    background-position: -120px 0px;
}

.iradio_square-blue.hover {
    background-position: -144px 0px;
}

.iradio_square-blue.checked {
    background-position: -168px 0px;
}

.iradio_square-blue.disabled {
    background-position: -192px 0px;
    cursor: default;
}

.iradio_square-blue.checked.disabled {
    background-position: -216px 0px;
}

@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_square-blue, .iradio_square-blue {
        background-image: url("blue@2x.png");
        background-size: 240px 24px;
    }
}

.header-lined {
    padding: 30px 20px;
}

#inputPromotionCode {
    max-width: 310px;
}

.price {
    font-size: 30px;
    color: rgb(255, 255, 255);
}

.row.iran {
    background-color: rgb(16, 40, 126);
    height: 120px;
    padding: 40px 0px;
    text-align: center;
    margin: 0;
}
