header {
    background-color: #08233a;
}

body {
    min-height: 800px;
}

/* ==========================================================================
   NAV STYLES
   ========================================================================== */

nav a.logo {
    width: 35px;
    background-position: -112px 2px;
    background-repeat: no-repeat;
}

nav ul li {
    display: none;
}

nav .headerdomain {
    visibility: hidden;
}

nav #mobile-icon,
nav .mobile-showsearch {
    display: none;
}

.backlink {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 1.2em;
    cursor: pointer;
    transition: all 0.3s;
}

.backlink:hover {
    color: rgba(255, 255, 255, 1);
}

@media only screen and (min-width: 1024px) {
    nav {
        height: 0;
        padding: 0;
    }

    .nav-background {
        height: 0;
    }

    nav a.logo {
        background-position: -130px 6px;
        position: absolute;
        top: -54px;
        left: 0;
    }

    .topnav {
        height: 54px;
        background: #08233a;
    }

    .topnav .toplinks {
        display: none;
    }

    nav .headerdomain {
        top: -48px;
    }

    .nav-down {
        position: static;
    }
}

@media only screen and (max-width: 1024px) {
    .domainresults .topforms {
        transition: all 0.3s ease-in-out
    }

    .domainresults .topforms.fixed {
        padding: 20px 20px 10px;
        background: #fff;
        box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.11);
        position: fixed;
        z-index: 12;
        top: 0;
        left: 0;
        width: 100%;
    }

    .full-results.fixed-nav-padding {
        padding-top: 158px;
    }
}

/* ==========================================================================
   CHECKOUT POSITION
   ========================================================================== */
.wizardStepsContainer {
    background-color: #fafafa;
    width: 100%;
    display: none;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.wizardStepsContainer .wrapper {
    padding: 61px 10px 30px 10px;
}

.steps .step {
    text-align: center;
    position: relative;
}

@media (max-width: 1024px) {
    .wizardStepsContainer {
        display: none !important;
    }

    section.wizard {
        padding-top: 60px !important;
    }
}

.steps .step a {
    border: 1px solid #ddd;
    background: #fff;
    color: #ccc;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 25px;
    position: relative;
    z-index: 4;
}

.steps .step a.disabled {
    cursor: default;
}

.steps .step.active a {
    border: 2px solid #ec5f19;
    color: #ec5f19;
    background-color: #ffece2;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.steps .step.active a:hover {
    background-color: #fff;
    border: 2px solid #ec5f19;
    color: #ec5f19;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.steps .step.active a:hover > .fa.fa-check {
    display: none;
}

.steps .step .hiddenIcon {
    display: none;
}

.steps .step.active a:hover > .fa.hiddenIcon {
    display: inline-block;
}

.steps .step.active.current a:hover > .fa.fa-check {
    display: inline-block;
}

.steps .step.active.current a:hover > .fa.hiddenIcon {
    display: none;
}

.steps .step.active.current a {
    border: 2px solid #ec5f19;
    color: #ec5f19;
    background-color: #fff;
}

.steps .step:after {
    content: "";
    background: #ddd;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 24px;
    z-index: 2;
}

.steps .step.active:after {
    background: #f1bfa7;
}

.steps .step.active.current:after {
    background: #ddd;
}

.steps .step:last-of-type:after {
    background: none;
}

/* ==========================================================================
   DOMAIN SEARCH RESULTS
   ========================================================================== */
.banner-domains-wizard .columns .col100 {
    max-width: none;
}

.banner-domains-wizard form.domainsearch {
    margin: 0;

}

.domainresults .topforms {
    margin-bottom: 30px;
}

.domainresults .topforms h3 {
    margin: 0;
}

.domainresults h3 span {
    color: #ec5f19;
    display: block;
}

.domainresults .topforms .col70 {
    padding-left: 0;
    position: relative;
}

.domainresults .topforms .col30 {
    padding-right: 0;
}

.domainresults .topforms input[type=text] {
    width: 100%;
}

.domainresults .topforms #search-results input {
    width: 100%;
    margin: 0;
}

.domainresults .topforms input[disabled] {
    background: #ccc;
}

.result-row {
    border-bottom: 1px solid #eee;
    clear: both;
    min-height: 61px;
}

.domainaddons .result-row:nth-child(even) {
    background: #fafafa;
}

.result-row.available {
    cursor: pointer;
}

.result-row.ctr-domain {
    cursor: default;
}

.result-row.available:hover,
.result-row.transfer:hover {
    background: #fafafa;
}

.result-row:after {
    content: "";
    clear: both;
    display: block;
}

.result-row div {
    float: left;
}

.result-row .domain {
    width: 61%;
    padding: 12px 5px;
    font-weight: 600;
}

.result-row .price {
    padding: 12px 5px;
}

.result-row .select-period {
    width: 22%;
    padding: 8px 0;
}

.result-row .whois-lookup {
    width: 22%;
    padding: 12px 0;
    text-align: center;
}

.result-row .whois-lookup a {
    color: #aaa;
}

.result-row .select-this-domain {
    float: right;
    padding: 8px 5px;
}

.result-row .addremove {
    float: right;
    padding: 12px 5px;
}

.result-row .transfer {
    padding: 12px 5px;
}

.result-row .domain-taken {
    float: right;
    padding: 8px 5px;
}

.result-row .select-period select {
    padding: 5px;
    font-size: 0.8em;
    border: 1px solid #ddd;
    width: 130%;
}

.result-row .ext {
    color: #ccc;
}

.result-row.transfer .ext {
    color: #999;
}

.result-row.available .ext {
    color: #2fbe49;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.result-row.notavailable .ext,
.result-row.invalidExt .ext {
    color: #e56959;
}

.result-row .select-this-domain label {
    cursor: pointer;
}

.result-row label {
    font-weight: bold;
    color: #2fbe49;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 4px;
}

.result-row .domain-taken label {
    color: #e56959;
}

.result-row.available.selected label {
    background: #2fbe49;
    color: #fff;
}

.result-row input[type=checkbox], .result-row input[type=radio] {
    display: none;
}

.result-row .on-sale {
    background: #3c98e6;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 0 8px;
    margin-right: 5px;
}

.result-row .select-period,
.result-row .select-this-domain,
.result-row .not-available,
.result-row .on-sale,
.result-row .call-to-register,
.result-row .pre-order,
.result-row .transfer,
.result-row .whois-lookup,
.result-row .domain-taken {
    display: none;
}

.result-row.invalidExt .select-this-domain {
    display: block;
}

.result-row.available .select-period {
    display: block;
}

.result-row.available .select-this-domain {
    display: block;
}

.result-row.notavailable .whois-lookup {
    display: block;
}

.result-row.notavailable .domain-taken {
    display: block;
}

.result-row.transfer .transfer {
    display: block;
    float: right;
}

.result-row.transfer label {
    color: #4bb5db;
    cursor: pointer;
}

.result-row.on-sale span.on-sale {
    border-radius: 4px;
    display: block;
    float: right;
    min-width: 128px;
    text-align: center;
}

.full-results {
    width: 100%;
}

.full-results.hide-taken .notavailable {
    display: none;
}

.full-results.only-sale > div:not(.on-sale) {
    display: none;
}

.full-results.only-uk > div:not(.cat-uk) {
    display: none;
}

.full-results.only-free > div:not(.cat-fwh) {
    display: none;
}

.domainfilters div {
    border: 1px solid #ddd;
    box-shadow: 0 14px 19px -6px rgba(0, 0, 0, 0.22);
    padding: 21px 40px 40px 40px;
    background: #fff;
}

.domainfilters label {
    display: block;
    font-size: 14px;
}

.domainfilters label input {
    float: right;
    margin-top: 6px;
}

.domainfilters .btn {
    max-width: 340px;
}

/* Replace WHOIS popup code with existing modal code? */
.popup {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.popup .content {
    background: #fff;
    padding: 20px;
    position: fixed;
    top: 100px;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 800px;
    z-index: 150;
    overflow-y: scroll;
}

.wizard .popup p, .wizard .popup h3 {
    margin-top: 0;
}

.popup .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
    z-index: 100;
}

.popup iframe {
    border: 0;
    width: 100%;
    height: calc(100% + 40px);
}

.popup .fa-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
}

.popup .fa-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    z-index: 120;
}

.popup.transfer .content {
    padding: 40px;
}

.popup.transfer a {
    display: block;
    line-height: 30px;
    color: #ec5f19;
    font-size: 16px;
}

.popup.transfer a .fa {
    width: 20px;
}

.popup.transfer .poss {
    padding: 20px;
    border-top: 1px solid #ddd;
    font-size: 14px;
}

.popup.transfer .actualcontent {
    display: none;
}

@media (max-width: 1024px) {
    .domainresults {
        padding: 60px 10px;
    }

    .domainresults .topforms .col {
        padding: 0;
    }

    .result-row {
        padding: 10px;
    }

    .result-row div,
    .result-row .select-this-domain {
        float: none;
        padding: 0;
    }

    .result-row .domain {
        width: 100%;
        padding: 0;
    }

    .result-row .whois-lookup,
    .result-row .select-period,
    .result-row .select-this-domain {
        float: left;
        width: 50%;
        text-align: left;
        padding: 10px 0 0 0;
    }

    .result-row label {
        float: right;
        text-align: center;
    }

    .result-row .on-sale {
        margin-right: 0;
    }

    .domainfilters div {
        display: none;
    }

    .domainresults .col {
        padding: 0;
    }

    .domainfilters {
        position: fixed;
        bottom: 0;
        left: 0;
        top: auto;
        background: rgba(255, 255, 255, 0.92);
        width: 100%;
        padding: 16px 0 !important;
        box-shadow: 0 -4px 6px 0 rgba(0, 0, 0, 0.05);
    }

    .domainfilters .btn {
        margin: 0 auto;
        max-width: 100%;
    }

    /*WIZARD*/
    .wizard .domainaddons .domain {
        width: 100% !important;
        padding: 0;
    }

    .wizard .domainaddons .period {
        width: 25% !important;
        padding-left: 15px;
        float: left;
    }

    .wizard .domainaddons .price {
        float: left;
    }
}

@media (max-width: 430px) {
    .wizard .domainaddons .price .per-year {
        display: none !important;
    }
}

.domainfilters input[type="submit"]:hover {
    box-shadow: none;
    transition-duration: 0.4s;
}

.domainfilters input[type="submit"]:not([disabled]):hover {
    box-shadow: 0 100px 0 0 #3acc54 inset;
    transition-duration: 0.4s;
}

.domainfilters input[type="submit"].buy:disabled,
.domainfilters input[type="submit"].buy[disabled] {
    background: rgba(88, 88, 88, 0.1) !important;
}

.mobile-nav-bottom {
    display: none;
}

/*Link to Search*/
.domainfilters #link-to-search button {
    font-size: 14px;
    color: #999;
    box-shadow: none;
    padding: 15px 0;
    cursor: pointer;
    border: 1px solid #eee;
    width: 100%;
    background: #fff;
}

/*Text field holding current searched Domain*/
.domainfilters #link-to-search input {
    width: 1px;
    border: 0;
    height: 0;
    outline: none;
}

.domainfilters #link-to-search button:hover {
    border: 1px solid #ccc;
    background-color: #FBFBFB;
}

/* ==========================================================================
   Wizard Pages
   ========================================================================== */
section:nth-of-type(2) {
    background: #fafafa;
}

section.wizard {
    padding-top: 50px;
}

section.wizard .wrapper {
    padding: 0;
}

section.wizard .wrapper h1 {
    font-size: 25px;
}

section.wizard .wrapper h1 span {
    font-size: 14px;
}

.addhosting > div {
    background: #f6f6f6;
    padding: 20px;
    margin-bottom: 20px;
}

.addhosting > div label {
    display: block;
}

.wizardbasket > div {
    border: 1px solid #ddd;
    box-shadow: 0 14px 19px -6px rgba(0, 0, 0, 0.22);
    padding: 21px 40px 40px 40px;
    background: #fff;
}

.wizardbasket .entry {
    position: relative;
    margin-bottom: 30px;
}

.wizardbasket .entry p {
    margin: 0;
    line-height: 8px;
}

.wizardbasket .entry .prodname {
    padding-bottom: 10px;
    border-bottom: 1px solid #aaa;
}

.wizardbasket .entry small {
    padding-bottom: 5px;
}

.wizardbasket i {
    position: absolute;
    top: -5px;
    right: 0;
}

.wizardbasket .remove_from_basket {
    cursor: pointer;
    color: red;
}

.wizardbasket .total {
    margin-top: 40px;
}

.wizardbasket p {
    font-size: 14px;
}

.wizardbasket p:last-child {
    margin-bottom: 0;
}

.wizard p a,
.wizard table a {
    color: #ec5f19;
}

.wizardbasket .total span {
    font-size: 35px;
    color: #ec5f19;
    display: block;
    text-align: right;
}

.wizardbasket .total small {
    text-align: right;
    display: block;
    color: #aaa;
}

.wizard h3 span {
    color: #ed4529;
}

.wizard h3 .fa {
    color: #ec5f19;
    margin-right: 5px;
}

.wizard p {
    margin: 10px 0 20px 0;
}

.wizard .frmctrl {
    display: block;
    float: left;
    width: 100%;
    margin-right: 14px;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px;
    text-align: center;
    color: #6f6f6f;
    font-size: 14px;
    border-radius: 4px;
    border: 2px solid #e6e6e6;
    position: relative;
}

.wizard .frmctrl:last-of-type {
    margin-right: 0;
}

.wizard .frmctrl:hover {
    background: #fafafa;
    cursor: pointer;
}

.wizard .frmctrl.disabled {
    background: #fafafa;
    color: #ccc;
    border-color: #eee;
    cursor: default;
}

.wizard .frmctrl.selected {
    background: rgba(75, 181, 219, 0.16);
    border: 2px solid rgba(75, 181, 219, 1);
    z-index: 2;
}

.wizard .frmctrl .discount {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 10px;
    background: #f19591;
    color: #fff;
    position: absolute;
    bottom: -2px;
    left: -2px;
    width: 100%;
    width: calc(100% + 4px);
    border: 2px solid rgba(0, 0, 0, 0.06);
    border-top: none;
    border-radius: 0 0 4px 4px;
    z-index: 2;
}

.wizard .frmctrl:hover .discount {
    display: none;
}

.wizard .frmctrl.selected .discount {
    background: #4bb5db;
    border-color: rgba(0, 0, 0, 0.09);
}

.wizard .frmctrl .digit {
    display: block;
    font-weight: bold;
    font-size: 22px;
    color: #ccc;
}

.wizard .frmctrl.selected .digit {
    color: #6f6f6f;
}

.wizard .frmctrl.selected .price {
    border-color: #ccc;
}

.wizard .frmctrl .price {
    display: block;
    text-align: center;
}

.wizard .frmctrl.selected:after {
    border-radius: 50%;
    background: #fff;
    border: 2px solid rgba(75, 181, 219, 1);
    content: "\f00c";
    font-family: FontAwesome;
    padding: 9px;
    font-size: 16px;
    line-height: 1em;
    position: absolute;
    top: -12px;
    right: -12px;
}

.wizard .frmctrl.noCornerBubble.selected:after {
    display: none;
}

/*Name*/
.frmctrl .frmctrl__displayName {
    font-weight: 600;
}

/*Link*/
.frmctrl .frmctrl__hrefLink a {
    font-size: 12px;
    color: #ccc;
}

.frmctrl.selected .frmctrl__hrefLink a {
    color: #666;
}

.frmctrl .frmctrl__hrefLink:hover {
    text-decoration: underline;
}

/*Price*/
.frmctrl .frmctrl__price {
    border-top: 2px solid #fcfcfc;
    font-weight: bold;
    color: #ccc;
}

.frmctrl:hover .frmctrl__price {
    border-top-color: #e6e6e6;
}

.frmctrl.selected .frmctrl__price {
    border-top: 2px solid rgba(75, 181, 219, 0.1);
    color: rgba(75, 181, 219, 1);
}

.frmctrl.disabled .frmctrl__price {
    border-top: 2px solid transparent;
    font-weight: bold;
    color: #ddd;
}

.frmctrl .billingPeriodText {
    font-weight: 300;
}

/*Dropdown*/
.frmctrl .frmctrl__dropdown {
    position: relative;
    bottom: 0;
    left: 0;
}

.frmctrl .frmctrl__dropdown select {
    background: transparent;
    border: 0;
    text-align-last: center;
    color: #ccc;
    outline: none;
}

.frmctrl.selected .frmctrl__dropdown select {
    color: #6f6f6f;
}

@media only screen and (min-width: 768px) {
    .wizard .frmctrl {
        width: auto;
        margin-bottom: 0;
    }

    .wizard .hosting-package {
        width: 32%;
    }
}

@media only screen and (min-width: 1024px) {
    section.wizard .wrapper {
        padding: 0 10px 60px;
    }
}

/*Wizard Sections*/
.wizardHeader {
    margin: 30px 0 20px 0;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 0;
}

.wizardHeader .wizardHeader__displayName {
    color: #333;
    font-weight: 600;
}

.wizardHeader .wizardHeader__displayName i {
    padding-right: 5px;
    color: #ec5f19;
}

.wizardHeader .wizardHeader__infoBubble i {
    color: #ccc;
    float: right;
    position: relative;
    top: 7px;
}

/*Hosting Package*/
.wizard .hosting-package {
    margin-right: 2%;
}

.wizard .hosting-packages .hosting-package:last-of-type {
    margin-right: 0 !important;
}

.columns .col .hosting-package .title {
    font-weight: bold;
}

.columns .col .hosting-package .price {
    display: block;
    font-style: italic;
    font-size: 12px;
    text-align: center;
    border: 0;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.columns .col .hosting-package .hosting-specs {
    text-align: left;
}

.columns .col .hosting-package .hosting-specs p {
    font-size: 12px;
    color: #999;
    opacity: 1;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .columns .col .hosting-package .hosting-specs {
        display: none;
    }

    .columns .col .hosting-package .price {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.columns .col .hosting-package-options {
    display: none;
}

/* -------------------------------
  STANDARD FORM FIELDS IN WIZARD/CHECKOUT PAGES
  ------------------------------- */
#main .wizard form input[type="text"],
#main .wizard form input[type="email"],
#main .wizard form input[type="password"],
.wizard form.domainsearch input[type="text"],
#main .wizard form select {
    line-height: 40px;
    margin: 10px 0;
    padding: 5px 20px;
    color: #6f6f6f;
    font-size: 14px;
    border-radius: 4px;
    border: 2px solid #e6e6e6;
    position: relative;
    outline: none;
    background: #fafafa;
}

.wizard form.domainsearch input[type="text"] {
    margin: 0;
}

.wizard form.domainsearch button[type="submit"] {
    width: 70px;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    padding: 10px 5px;
    font-size: 1.4em;
    line-height: 40px;
    color: #fff;
    background: #2fbe49;
}

#main .wizard form input[type="text"]:active,
#main .wizard form input[type="text"]:focus,
#main .wizard form input[type="email"]:active,
#main .wizard form input[type="email"]:focus,
#main .wizard form input[type="password"]:active,
#main .wizard form input[type="password"]:focus,
.wizard form.domainsearch input[type="text"]:active,
.wizard form.domainsearch input[type="text"]:focus,
#main .wizard form select:active,
#main .wizard form select:focus {
    background: #fff;
    border: 2px solid rgba(75, 181, 219, 1);

}

#main .wizard form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #ccc 50%),
    linear-gradient(135deg, #ccc 50%, transparent 50%),
    linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: calc(100% - 20px) calc(1em + 7px),
    calc(100% - 15px) calc(1em + 7px),
    100% 0;
    background-size: 5px 5px,
    5px 5px,
    3.2em 3.5em;
    background-repeat: no-repeat;
}

#main .wizard form select:focus {
    background-image: linear-gradient(45deg, rgba(75, 181, 219, 1) 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, rgba(75, 181, 219, 1) 50%),
    linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: calc(100% - 15px) calc(1em + 7px),
    calc(100% - 20px) calc(1em + 7px),
    100% 0;
    background-size: 5px 5px,
    5px 5px,
    3.2em 3.5em;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 1024px) {
    .wizard form.domainsearch input[type="text"] {
        width: 80%;
        width: calc(100% - 200px);
        height: 80px;
        margin: 0;
        width: 99.9%;
        background: #fff;
        padding: 20px;
    }

    .wizard form.domainsearch button[type="submit"] {
        width: 200px;
        height: 80px;
        padding: 20px 5px;
        line-height: 40px;
        margin: 0;
    }
}

/* -------------------------------
   TRANSFER IN FORMS
   ------------------------------- */
.transfer:after,
.transfer-proceed:after {
    clear: both;
    content: "";
    display: table;
}

.transfer_row {
    position: relative;
    padding: 0 0 16px 0;
    margin-top: -16px;
}

.transfer_row:first-of-type {
    padding: 16px 0;
    margin: 0;
    position: relative;
}

.transfer_row h5 {
    color: #999;
    display: none;
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    opacity: 0.7;
    margin-bottom: -10px;
}

.transfer_row:first-of-type h5 {
    display: block;
}

.transfer_row select#transfer_from {
    width: 90%;
    width: calc(100% - 40px);
}

.transfer .centerbtn {
    border-top: 1px solid #ddd;
}

.transfer a.ghostbtn {
    border: 1px solid #ddd;
    border-top: 1px solid #fff;
    color: #999 !important;
    border-radius: 0 0 2px 2px;
    display: block;
    margin: -1px auto 10px;
    max-width: 210px;
    padding: 10px 10px;
    text-align: center;
    width: 100%;
    transition: all ease-in-out 0.2s;
    font-size: 14px;
}

.transfer a.ghostbtn .fa {
    margin-right: 10px;
}

.transfer a.ghostbtn:hover {
    border: 1px solid #ccc;
    border-top: 1px solid #fff;
    box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.06);
    color: #999 !important;
}

.remove_transfer_row:before {
    content: "\f00d";
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    background: #fdd1d1;
    padding: 8px 11px;
    border-radius: 4px;
    text-align: center;
}

.remove_transfer_row:hover:before {
    background: #df7373;
}

.remove_transfer_row {
    width: 34px;
    height: 32px;
    background: #fbe9e9;
    color: #fff;
    position: absolute;
    top: 110px;
    right: -6px;
    font-size: 0
}

.transfer-proceed h3 {
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

@media only screen and (min-width: 768px) {
    .remove_transfer_row {
        top: 21px;
        right: 10px;
    }

    .transfer .btn {
        max-width: 190px;
    }
}

/*WHOIS*/

/*WIZARD - Whois*/
.wizard .domainaddons .result-row div {
    padding: 25px 5px;
}

.wizard .result-row div {
    padding: 14px;
}

.wizard .result-row .domain {
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

@media only screen and (max-width: 470px) {
    .wizard .result-row .domain {
        direction: rtl;
        text-align: left;
    }
}

h3.domainSearched {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.wizard .domainaddons .domain {
    width: 31%;
    padding-left: 15px;
    font-weight: 600;
}

.wizard .domainaddons .period {
    width: 10%;
    font-size: 14px;
    color: #999;
}

.wizard .domainaddons .price {
    width: 17%;
    border: 0;
    color: #666;
    font-size: 14px;
    margin: 0;
}

.wizard .domainaddons .price .per-year {
    display: block;
    width: 100%;
    font-size: 10px;
    color: #999;
    padding: 0;
    position: absolute;
    bottom: 6px;
    left: 0;
}

/* TODO: Move this to Whois addon stylesheet */
.wizard .domainaddons .result-row {
    border: 1px solid transparent;
    border-left: 0;
    border-right: 0;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.wizard .domainaddons .result-row:hover {
    background-color: #f5f5f5;
    border-color: #ddd;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.wizard .domainaddons .result-row:last-child:hover {
    border-bottom: 1px solid transparent;
}

.wizard .domainaddons .result-row .addremove form a.add_to_basket:hover > span,
.wizard .domainaddons .result-row .addremove form a.add_to_basket:hover > i {
    color: #7daf1a;
}

/*Remove from Basket Hover*/
.wizard .domainaddons .result-row .addremove a.remove_from_basket:hover > span,
.wizard .domainaddons .result-row .addremove a.remove_from_basket:hover > i {
    color: #666;
}