/* Client Area */

body {
    font-family: Arial, Helvetica, sans-serif;
}
#orderpage a {
    text-decoration: none;
}
#orderpage .dropdown-toggle .caret {
    border-width: 4px;
}
#orderpage header .dropdown-menu {
    background-color: #9AA0AC;
    padding: 10px 0;
}
#orderpage header .dropdown-menu li a {
    padding: 3px 20px;
    border-radius: 0;
}
#orderpage header .dropdown-menu li a:hover,
#orderpage header .dropdown-menu li a:focus {
    background: #5C6370;
}
#orderpage header .dropdown-menu li a:first-child {
    padding-top: 3px;
    border-radius: 0;
}
#orderpage header .dropdown-menu li a:last-child {
    padding-bottom: 3px;
    border-radius: 0;
}
#orderpage .left-menu .nav-submenu > li > a,
#orderpage .left-menu > .nav > li > a {
    transition: none;
}
#orderpage .orderpage-padded {
    padding: 0;
}
/* Flat UI */

#orderpage .ui-slider {
    background: #bdc3c7;
    width: 70%!important;
    margin: 0!important;
}
#orderpage .ui-slider + input {
    width: 15%!important;
    box-sizing: content-box;
    margin-left: -20px;
}
#orderpage .ui-slider-segment {
    background: #d7dcde;
}
#orderpage .orderpage {
    width: 960px;
    margin: 0 auto;
}
#orderpage .btn-selected,
#orderpage .btn-selected:hover,
#orderpage .btn-selected:focus {
    background: #d35400 !important;
}
#orderpage .orderpage h4 {
    color: #34495e;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 10px;
}
#orderpage .section-icon-bg {
    background: #34495e;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
#orderpage .section-icon-bg > div {
    color: #fff;
    font-size: 16px;
    padding: 5px 0 0 0;
    float: none;
    text-align: center;
    opacity: .8;
}
#orderpage .section-icon-bg .fui-gear,
#orderpage .section-icon-bg .fui-chat {
    padding-top: 6px;
}
#orderpage .services-type {
    text-align: center;
    margin-bottom: 35px;
}
#orderpage .services-type li {
    float: none;
    display: inline-block;
}
#orderpage .services-type li.separator {
    background: #cbced1;
    width: 1px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
}
#orderpage .services-type li a {
    color: #677180;
    font-size: 12px;
}
#orderpage .services-type li a:hover,
#orderpage .services-type li a:focus,
#orderpage .services-type li.active a,
#orderpage .services-type li.active a:hover,
#orderpage .services-type li.active a:focus {
    background: none;
    color: #515965;
}
#orderpage .services-type li.active a {
    font-weight: bold;
}
#orderpage .orderpage hgroup {
    margin-bottom: 35px;
    padding: 0 10px;
}
#orderpage .orderpage hgroup > * {
    color: #2c80d3;
    text-align: center;
}
#orderpage .orderpage hgroup h2 {
    color: #677180;
    font-size: 18px;
    margin: 0;
    line-height: 18px;
}
#orderpage .orderpage hgroup h1 {
    color: #34495e;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}
/* Plans */

#orderpage .orderpage-plans {
    margin-bottom: 30px;
}
#orderpage .plans {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
#orderpage .plans .plan {
    background: #d7dcde;
    width: 205px;
    padding: 30px 10px 10px;
    margin: 0 5px 15px;
    display: inline-block;
    border-radius: 6px;
    position: relative;
}
#orderpage .plans .plan-actions {
    height: 45px;
}
#orderpage .plan .popular {
    background: url(../img/popular.png);
    width: 82px;
    height: 82px;
    position: absolute;
    top: -3px;
    right: -3px;
}
#orderpage .plan > * {
    color: #34495e;
}
#orderpage .plan h4 {
    margin: 0 0 20px 0;
}
#orderpage .plan h5 {
    font-size: 24px;
    margin-bottom: 0;
}
#orderpage .plan ul {
    margin: 20px 0;
    padding-left: 32px;
    list-style: none;
}
#orderpage .plan ul li {
    text-align: left;
    margin-bottom: 5px;
}
#orderpage .plan li .fui-check {
    font-size: 16px;
    vertical-align: middle;
    padding-right: 5px;
}
#orderpage .plan a {
    color: #fff;
}
#orderpage .plan.active {
    background: #e67e22;
}
#orderpage .plan.active * {
    color: #fff;
}
#orderpage .promo-code {
    margin: 0px 23px 10px;
}
#orderpage .promo-code input {
    width: 100%;
}
/* Forms */

#orderpage .orderpage-columns > .orderpage-section {
    float: left;
    box-sizing: border-box;
}
#orderpage .orderpage-columns::after,
#orderpage .orderpage-columns::before {
    display: table;
    content: "";
    clear: both;
}
#orderpage .orderpage-section {
    /* float:left; */
    /* width: 25%; */

    box-sizing: border-box;
    /* padding: 0; */
    /* position: relative; */

    margin-bottom: 20px;
}
#orderpage .orderpage-section.plan-included {
    /* right: 25%; */
}
#orderpage .orderpage-section.summary {
    /* left: 25%; */
    /* padding: 10px; */

    width: 36%;
}
#orderpage .customize-plan {
    width: 64%;
}
#orderpage .customize-plan .config-subtitle {
    color: #34495e;
    font-weight: bold;
    padding: 10px;
    margin: 0;
    clear: both;
}
#orderpage .customize-plan > .padding {
    padding: 10px 0 0 9px;
}
#orderpage .customize-plan .billing-cycle {
    margin: 0 0 10px 0;
}
#orderpage .customize-plan label {
    display: inline-block;
    margin-right: 15px;
}
#orderpage .tooltip-inner {
    width: 77px;
}
#orderpage .tooltip {
    top: -56px;
}
#orderpage .customize-plan .tooltip-tag {
    margin: 0 0 -8px 0;
    padding: 0;
}
#orderpage .plan-included > .padding {
    padding: 5px 15px;
}
#orderpage .plan-included ul {
    margin: 25px 0 10px;
    list-style: none;
    padding: 0 0 0 10px;
}
#orderpage .plan-included ul li {
    margin-bottom: 25px;
    display: inline-block;
    min-width: 50%;
    float: left;
}
#orderpage .plan-included ul li span {
    color: #34495e;
    font-weight: bold;
}
#orderpage .plan-included ul li p {
    font-size: 12px;
    padding: 5px 0 0 30px;
    opacity: .5;
}
#orderpage .plan-included .icon-bg {
    background: #34495e;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
#orderpage .plan-included .icon-bg > div {
    color: #fff;
    font-size: 10px;
    padding: 1px 0 0 0;
    float: none;
    text-align: center;
    opacity: .8;
}
#orderpage .summary .table-bg {
    background: #34495e;
    border-radius: 6px;
    padding: 10px 0px;
    margin: 10px;
}
#orderpage .table-bg > .padding {
    padding: 0 10px 10px;
}
#orderpage .table-bg table {
    margin-bottom: 10px;
}
#orderpage .table-bg table tr th,
#orderpage .table-bg table tr td {
    color: #fff;
    font-size: 12px;
    border-top: none;
    opacity: .8;
}
#orderpage .table-bg table tr th {
    font-weight: normal;
}
#orderpage .table-bg table tr td p {
    text-align: left;
}
#orderpage .table-bg .separator-line {
    background: #2c3e50;
    height: 2px;
    margin: 10px 0;
}
#orderpage .table-bg p {
    color: #6084a9;
    opacity: .8;
    margin: 0 10px 0 0;
    text-align: right;
}
#orderpage .table-bg h2,
#orderpage .table-bg h1 {
    color: #fff;
    font-size: 18px;
    text-align: right;
    opacity: .8;
    line-height: 18px;
    margin: 0 10px 0 0;
}
#orderpage .table-bg h1 {
    font-size: 24px;
    line-height: 24px;
}
#orderpage .table-bg a {
    font-weight: bold;
    margin-top: 15px;
}
/* Client Information */

#orderpage .client-info {
    width: 470px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 20px;
}
#orderpage .client-info table,
#orderpage .client-info table input {
    color: #34495e;
    width: 100%;
}
#orderpage select {
    color: #999;
    height: 35px;
    padding: 8px 5px;
    box-sizing: border-box;
    border-width: 2px;
    /* box-sizing:content-box; */

    -moz-box-sizing: content-box;
    /* -webkit-box-sizing:content-box; */

    transition: border 0.25s linear 0s, color 0.25s linear 0s;
}
#orderpage select:focus {
    border-color: #1ABC9C;
    outline: none;
}
#orderpage .client-info table tr td {
    border-top: none;
}
#orderpage .client-column {
    color: #4d4d4d;
    font-size: 13px;
    font-weight: bold;
    width: 20%;
    display: table-cell;
    text-align: right;
    padding-right: 10px;
}
#orderpage .client-info-margin {
    margin-left: 15px;
    margin-top: 50px;
}
/* Additional Information */

.additional-information {
    width: 100%;
    display: inline-block;
}
#orderpage .additional-information textarea {
    width: 100%;
    height: 115px;
    border-radius: 6px;
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .08);
    resize: vertical;
    margin: 10px 0;
    transition: border 0.25s linear 0s, color 0.25s linear 0s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#orderpage .additional-information textarea:focus {
    border-color: #1ABC9C;
    outline: none;
}
#orderpage .tos {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 25px;
}
#orderpage .tos p,
#orderpage .tos p a {
    color: #798499;
    font-size: 12px;
    text-align: center;
    margin: 0;
}
#orderpage .tos label {
    display: inline-block;
}
#orderpage .tos label.checked {
    color: inherit;
}
#orderpage .tos p a {
    font-weight: bold;
}
#orderpage .tos p a:hover {
    color: #687286;
}
#orderpage .tos .checkout-button-fix button {
    font-weight: bold;
}
#orderpage .checkout-center {
    text-align: center;
    margin-top: 25px;
}
#orderpage .btn.disabled {
    opacity: .3;
    pointer-events: none;
}
#orderpage .btn-xlarge {
    font-size: 17px;
    padding: 11px 60px;
}
#orderpage input {
    border: 2px solid #BDC3C7;
    border-radius: 6px 6px 6px 6px;
    box-shadow: none;
    color: #34495E;
    font-family: Arial, Helvetica, #orderpage sans-serif;
    font-size: 14px;
    /* height: 21px; */

    padding: 8px 5px;
    text-indent: 6px;
    transition: border 0.25s linear 0s, color 0.25s linear 0s;
    width: auto;
    margin: 0;
    box-sizing: border-box;
}
#orderpage input:focus {
    border-color: #1ABC9C;
    box-shadow: none;
}
#orderpage .cart-addon-body,
#orderpage .cart-subproduct-body {
    /* width: 40px; */

    display: inline-block;
}
#orderpage .cart-addon-name,
#orderpage .cart-subproduct-name {
    display: inline-block;
    padding: 0 5px;
}
#orderpage .cart-subproduct-name .category-name::after {
    content: " - "
}
#orderpage .cart-addon-price,
#orderpage .cart-subproduct-price {
    /* padding-left: 76px; */
}
#orderpage .cart-addon-descr p {
    padding: 0 0 0 40px;
    font-weight: normal;
}
#orderpage .cart-form-descr,
#orderpage .cart-addon-descr,
#orderpage .cart-subproduct-descr {
    color: #999;
    font-size: 12px;
    /* padding:5px 0 0 120px; */

    clear: both;
}
#orderpage .cart-form-descr ul,
#orderpage .cart-addon-descr ul,
#orderpage .cart-subproduct-descr ul {
    margin: 10px 25px;
    padding: 0;
}
#orderpage .cart-form-body {
    float: right;
    width: 71%;
    box-sizing: border-box;
}
#orderpage .cart-form-name {
    float: left;
    width: 29%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 5px;
}
#orderpage .half-opacity {
    opacity: .5;
}
#orderpage .summary .table-bg table {
    background: none;
}
#orderpage .summary .table-bg table tr:hover th,
#orderpage .summary .table-bg table tr:hover td {
    background: none;
}
#orderpage .payment-methods ul {
    list-style: none;
    margin-left: 0;
}
.clearfix::after,
.clearfix::before {
    display: table;
    content: "";
    clear: both;
}
#orderpage .payment-methods ul li {
    display: inline-block;
    padding: 0px 0.3%;
    width: 24%;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}
#orderpage .payment-methods ul li label {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
#orderpage .payment-methods ul li input {
    margin-top: 2px;
}
#orderpage #field_credit_number {
    /* padding: 3px 4px; */
    /* height: 31px; */
}
#orderpage #gatewayform .wbox_header {
    color: #fff;
    background: #34495E;
    box-shadow: none;
    text-shadow: none;
}
#orderpage h6 {
    margin: 5px 10px;
}
#orderpage h6.margin {
    margin: 20px 10px;
}
#orderpage #gatewayform .wbox {
    margin-top: 15px;
}
#orderpage .client-details table {
    margin: 0!important;
}
#orderpage #singup-table,
#orderpage #cart-login {
    padding: 0 10px!important;
    margin: 10px 0!important;
}
#orderpage .client-details table tr td div {
    margin-bottom: 10px;
}
#orderpage .client-details table tr td div span {
    vertical-align: middle;
}
#orderpage .login-table {
    margin-bottom: 40px;
}
#orderpage .login-table table label {
    /* margin-left: 10px; */
}
#orderpage .login-table table a {
    margin: 5px 0 0 10px;
}
#orderpage .login-table table .btn,
#orderpage .domain-check,
#orderpage #updater2 table td input,
#orderpage .domain-tab .active {
    background: #1ABC9C;
    padding-right: 15px;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    border-radius: 0;
    height: auto;
}
#orderpage .login-table table .btn:hover,
#orderpage .login-table table .btn:focus,
#orderpage .domain-check:hover,
#orderpage .domain-check:focus,
#orderpage #updater2 table td input:hover,
#orderpage #updater2 table td input:focus,
#orderpage .domain-tab .active:hover,
#orderpage .domain-tab .active:focus {
    background: #48C9B0;
    color: #fff;
}
#orderpage #updater table td {
    padding: 10px 0;
    border: none;
    vertical-align: top;
    /* display: table-row-group; */
}
#orderpage #updater table td label {
    display: block
}
#orderpage .btn-block {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    width: auto;
}
#orderpage .client-toggle {
    margin-top: -47px;
}
#orderpage .domain-tab button {
    padding: 4px 12px 5px;
}
#orderpage .domain-tab {
    margin: 10px 0 15px 0;
}
#illregister {
    font-size: 0;
}
#orderpage .reg-bulk {
    width: 50%;
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 0 10px 0 0;
    box-sizing: border-box;
}
#orderpage .reg-bulk + .reg-bulk {
    padding-left: 10px;
}
#orderpage #illtransfer .domain-check,
#orderpage #illupdate .domain-check {
    margin-top: 15px;
    display: block;
}
#orderpage input {
    padding: 3px 5px;
    /* height: 19px; */
}
#orderpage #illsub .domain-check {
    display: block;
    margin-top: 15px;
}
#orderpage #updater2 table td {
    padding: 5px;
}
#orderpage .cart-form-body .slides .sl,
#orderpage .cart-form-body .slides .sr {
    display: none;
}
#orderpage .cart-form-body .slides .ui-slider-handle,
#orderpage .slides2 .ui-slider-handle {
    background: #16A085;
}
#orderpage .cart-form-body .slides .ui-slider-handle,
#orderpage .slides2 .ui-slider-handle:hover,
#orderpage .cart-form-body .slides .ui-slider-handle,
#orderpage .slides2 .ui-slider-handle:focus {
    background: #48C9B0;
    margin-left: -6px;
    margin-top: 1px;
}
#orderpage .cart-form-body .slides ~ div {
    float: left;
    margin-left: -14px;
}
#orderpage .cart-item {
    clear: both;
    padding: 10px;
    display: table;
    box-sizing: border-box;
    width: 100%;
}
#orderpage .cart-item-h {
    padding: 0 10px;
}
#orderpage .cart-item .cart-item {
    /* border-bottom: 1px solid #e7eaec; */

    box-shadow: 0px 3px 3px -4px;
    background: none!important;
}
#orderpage .cart-item .cart-form-name {
    margin-top: 5px;
}
#orderpage .domain-item {
    margin: 10px 0;
    font-weight: bold;
    color: #34495e;
}
#orderpage .domain-item .domain-period {
    margin: 10px 0
}
#orderpage .domain-period select {
    width: 100%;
}
#orderpage .domain-ns ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#orderpage .domain-ns ul li {
    clear: both;
    line-height: 25px;
    padding: 8px 10px;
}
#orderpage .domain-ns ul li:nth-child(2n) {
    background-color: #fafafa;
}
#orderpage .domain-ns .domain-ns-input {
    display: inline-block;
    float: right;
}
#orderpage .services-type li strong {
    vertical-align: middle;
    display: inline-block;
    padding: 0 12px;
    margin-top: -1px;
}
#orderpage .cart-form-body input[type=checkbox],
#orderpage .cart-form-body input[type=radio] {
    margin-bottom: 10px;
}
#orderpage .chzn-container,
#orderpage .chzn-container a {
    height: 40px !important;
}
#orderpage .chzn-container b,
#orderpage .chzn-container span {
    margin-top: 8px;
}
#orderpage .slides {
    left: -10px;
    height: 11px;
}
#orderpage .cart-item:nth-of-type(2n) {
    background: #fafafa;
}
#orderpage .domain-controls {
    list-style: none;
    margin: 0 0 20px;
}
#orderpage .domain-controls label {
    display: inline;
}
#orderpage .lookup-results {
    padding: 0 10px;
}
#orderpage .lookup-results > table,
#orderpage .lookup-results > center {
    margin: 20px 0px;
}
#orderpage .lookup-results .btn {
    background-color: #1abc9c;
}
#orderpage .lookup-results .btn:hover {
    background-color: #48c9b0;
}
#orderpage .domain-row.shownice {
    background: #fffed1 !important;
    /* box-shadow: 0 0 6px #fffed1; */

    outline: 5px solid #fffed1;
}
#multisearch {
    background: none;
    width: auto;
    height: auto;
}
#multisearch textarea {
    width: 100%;
    box-sizing: border-box;
}
#orderpage .domain-tld-bulk {
    margin: 0 0 0 10px!important;
    width: 50%!important;
    float: left;
}
#orderpage .orderpage-gateways {
    margin-bottom: 20px;
}
#singup-table,
#cart-login {
    table-layout: fixed
}
#cart-login td {
    vertical-align: bottom;
}
#orderpage .currency-box {
    white-space: nowrap;
    padding: 0px 15px;
    margin: -13px 0 0px;
}
#orderpage .cfitm,
#orderpage .citm {
    white-space: nowrap;
}
#orderpage .cfitm select,
#orderpage .citm select,
#orderpage .currency-box select {
    display: inline;
    width: auto;
}
#orderpage select,
#orderpage input[type=text],
#orderpage input[type=password] {
    box-sizing: border-box;
    height: 35px;
}
#orderpage .contacts > div > div {
    margin: 10px 0;
    display: table;
    width: 100%;
}
#orderpage .contacts > div > div::after {
    content: "";
    display: table;
    clear: both;
}
#orderpage .contacts > div > div > * {
    display: table-row-group;
    width: 100%;
}
#orderpage .contacts > div > div > strong {
    display: table-header-group;
    white-space: nowrap;
}
#orderpage .contacts #singup-table {
    padding: 0!important;
}
#orderpage .nav-steps {
    padding: 0 10px;
    margin-bottom: 20px;
}
#orderpage .nav-steps::after {
    content: "";
    display: table;
    clear: both;
}
#orderpage .nav-steps .step-next {
    float: right
}
#sld_transfer,
#tld_transfer,
#sld_update,
#tld_update,
#sld_subdomain {
    width: auto!important;
    display: inline-block;
    max-width: 50%;
    vertical-align: middle;
}
@media (max-width: 1280px) {
    #orderpage .orderpage {
        width: auto;
    }
}
@media(max-width: 979px) {
    #orderpage .orderpage-section.plan-included {
        width: 100%;
        right: 0;
        overflow: hidden;
        float: none;
    }
    #orderpage .orderpage-padded {
        padding: 0 10px 0 0;
    }
    #orderpage .plan-included ul {
        /* padding: 0; */

        margin: 10px 0 0;
    }
    #orderpage .orderpage-section.customize-plan {
        width: 61.72%;
    }
    #orderpage .orderpage-section.summary {
        width: 38.28%;
        left: 0;
    }
    #orderpage .plan-included li {
        display: inline-block;
        width: 25%;
        box-sizing: border-box;
        float: left
    }
}
@media(max-width: 767px) {
    #cart.cart-wrapper {
        padding: 0px;
    }
    #orderpage .orderpage-padded {
        padding: 0 10px;
    }
    #orderpage .orderpage h3,
    #orderpage .orderpage h4 {
        margin-top: 10px;
        margin-left: 10px;
    }
    #orderpage .domain-tab {
        margin-left: 10px;
    }
    #multisearch textarea {
        width: 100%;
        box-sizing: border-box;
    }
    #orderpage .plan-included ul {
        padding: 0 10px
    }
    #singup-table,
    #singup-table > tbody,
    #singup-table > tbody > tr,
    #singup-table > tbody > tr > td {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
    #orderpage #singup-table select,
    #orderpage #singup-table input {
        width: 100%!important;
    }
    #orderpage .plan-included .icon-bg {
        margin: 0 3px 0px 7px;
    }
    #orderpage .cart-item .cart-form-name {} #orderpage .domain-ns .domain-ns-input {
        display: block;
        float: none;
    }
    #orderpage .domain-ns .domain-ns-input input {
        width: 100%;
    }
    #orderpage .domain-option #singup-table table td {
        padding: 10px 0 0 0;
        border: none;
    }
}
@media(max-width: 480px) {
    #orderpage .orderpage h4 {
        margin: 10px;
    }
    #orderpage .plans .plan {
        width: 100%;
        text-align: left;
        padding: 15px;
        margin: 4px 7px;
    }
    #orderpage .plan h4 {
        margin: 0 0 10px 0;
    }
    #orderpage .plan h5,
    #orderpage .plan p {
        display: inline;
    }
    #orderpage .plan a::before {
        display: table;
        content: "";
        clear: both;
    }
    #orderpage .plan ul,
    #orderpage .plan ol {
        /* display: inline-block; */
        /* width: 50%; */

        float: left;
        margin: 0;
        padding: 16px;
    }
    #orderpage .plan a {
        clear: both;
    }
    #orderpage .orderpage-plans {
        margin-bottom: 10px;
    }
    #orderpage .orderpage-section.customize-plan,
    #orderpage .orderpage-section.summary {
        width: 100%;
    }
    #orderpage .orderpage-section.summary {
        /* padding: 0; */
    }
    #orderpage .plan-included ul li {
        width: 100%;
        margin: 0;
    }
    #orderpage .plan-included ul li p {
        padding: 0 0 0 30px;
        margin: 0px 0 10px;
    }
    #orderpage .cart-addon-body,
    #orderpage .cart-subproduct-body {
        padding: 0;
        margin: 0 0 10px 0;
        width: auto;
    }
    #orderpage .cart-addon-name,
    #orderpage .cart-subproduct-name {
        padding: 0 5px;
        margin: 0 0 10px 0;
    }
    #orderpage .cart-addon-price,
    #orderpage .cart-subproduct-price {
        padding: 0;
        margin: 0 0 10px;
    }
    #orderpage .cart-form-descr,
    #orderpage .cart-addon-descr {
        margin: 0;
        padding: 0;
    }
    #orderpage .payment-methods ul li {
        width: 49%;
    }
    #orderpage #singup-table table td {
        padding: 10px 0 0 0;
    }
    #cart-login,
    #cart-login > tbody,
    #cart-login > tbody > tr,
    #cart-login > tbody > tr > td {
        display: block;
        width: auto;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        clear: both;
    }
    #cart-login tr:last-child {
        float: right;
        margin-top: -55px;
    }
    #cart-login > tbody > tr > td {
        padding: 5px;
    }
    #orderpage #cart-login label.btnfix {
        display: none;
    }
    #orderpage select,
    #orderpage input[type=text],
    #orderpage input[type=password] {
        width: 100%;
    }
    #orderpage .domain-tab.btn-group {
        white-space: normal;
    }
    #orderpage .domain-tab.btn-group > button.btn {
        display: inline-block;
        border-radius: 3px;
        padding: 4px 8px;
        margin: 0 5px 5px 0;
        float: none;
    }
    #orderpage .domain-tab .active {
        padding-right: 6px
    }
    #orderpage .client-toggle {
        margin: 0;
        float: none;
    }
    #orderpage .client-toggle .select,
    #orderpage .client-toggle .select .btn {
        width: 100%;
        box-sizing: border-box;
    }
    #orderpage .services-type li a,
    #orderpage .services-type li strong {
        padding: 1px;
    }
    #multisearch {
        width: 100%;
        margin: 0px 0 10px;
    }
    #orderpage #illregister .domain-tld-bulk,
    #orderpage .domain-tld-bulk table,
    #orderpage .domain-tld-bulk tbody,
    #orderpage .domain-tld-bulk tr,
    #orderpage .domain-tld-bulk td {
        display: inline-block;
        box-sizing: border-box;
        width: 100%!important;
    }
    #orderpage .domain-tld-bulk tr {
        width: 50%!important;
        float: left;
    }
    #orderpage .domain-tld-bulk td {
        float: left;
        white-space: nowrap;
        width: 50%!important;
    }
    #orderpage .domain-form .reg-bulk {
        width: 100%;
        padding: 0;
    }
    #orderpage td.td3 {
        font-size: 0;
    }
    #orderpage td.td3::after {
        font-family: 'Flat-UI-Icons';
        font-size: 16px;
        color: #1abc9c;
    }
    #orderpage td.td3.available::after {
        content: "\e00a";
        color: #1abc9c;
    }
    #orderpage td.td3.unavailable::after {
        content: "\e00b";
        color: #d86969;
    }
}