.header.sticky {
    display: none;
}

.domain-result {
    background: #f7f7f7;
}

.domain-result-bar {
    position: relative;
    padding: 15px 0 15px;
    width: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    background: #e0e2e9;
}

.domain-result-bar .form {
    float: left;
    background: rgba(0, 0, 0, .5);
    padding: 0;
    border-radius: 4px;
    width: 76%;
}

.domain-result-bar .form:after,
.domain-result-bar .form:before {
    display: table;
    content: " ";
    clear: both;
}

.domain-result-bar .form .text {
    float: left;
    width: 75%;
}

.domain-result-bar .form .text .form-control {
    height: 52px;
    width: 100%;
    border: 0;
    border-radius: 4px 0 0 4px;
}

.domain-result-bar .form .button {
    float: left;
    width: 25%;
}

.domain-result-bar .form .button .btn {
    height: 52px;
    display: block;
    width: 100%;
    border-radius: 0 4px 4px 0;
    font-weight: 600;
    font-size: 16px;
}

.domain-result-bar .btnSepet {
    float: right;
    height: 52px;
    font-weight: 600;
    font-size: 16px;
}

.domain-result-bar.sticky {
    padding: 15px 0 15px;
    width: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    background: #333;
    z-index: 17;
}

.domain-result-suggested {
    position: relative;
    padding: 40px 0 15px 0;
}

.domain-result-suggested:after,
.domain-result-suggested:before {
    display: table;
    content: " ";
    clear: both;
}

.domain-result-suggested .ds-col1 {
    font-weight: 500;
    font-size: 25px;
    line-height: 1;
    margin-bottom: 20px;
    padding: 40px 30px 40px 20px;
    color: #031b4e;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}

#result, #action, #loading, #actions {
    display: none;
}

#result .unavailable .domainname, #result .error .title {
    color: #de3327;
    font-weight: 600;
}

#result .available .domainname {
    color: #4caf50;
    font-weight: 600;
}

#result .result {
    display: none;
    position: relative;
}

#whoismodal .modal-lg {
    max-width: 630px;
}

#whoisdetails {
    max-height: 300px;
    overflow: auto;
    font-size: 13px;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.domain-result-suggested .ds-col1 b {
    color: #de3327;
}

.domain-result-suggested .ds-col1 p {
    margin: 0;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.4em;
    margin-top: 2px;
    font-weight: 300;
}

.domain-result-suggested .ds-col2 {
    text-align: left;
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}

.domain-result-suggested .ds-col2:after,
.domain-result-suggested .ds-col2:before {
    display: table;
    content: " ";
    clear: both;
}

.domain-result-suggested .ds-col2 .ds-col2-1 {
    float: left;
    width: 60%;
    margin-top: 5px;
}

.domain-result-suggested .ds-col2 .ds-col2-1 span {
    display: block;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
    color: #4eb246;
}

.domain-result-suggested .ds-col2 .ds-col2-1 p {
    display: block;
    margin: 0;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    color: #3d3d3d;
}

.domain-result-suggested .ds-col2 .ds-col2-2 {
    float: left;
    width: 40%;
    text-align: right;
}

.domain-result-suggested .ds-col2 .ds-col2-2 .ds-col2-2-1 {
    float: left;
    width: 64%;
    text-align: right;
    margin-top: 4px;
}

.domain-result-suggested .ds-col2 .ds-col2-2 .ds-col2-2-1 .old {
    display: inline-block;
    padding-right: 15px;
    text-decoration: line-through;
}

.domain-result-suggested .ds-col2 .ds-col2-2 .ds-col2-2-1 .new {
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    color: #010e28;
}

.domain-result-suggested .ds-col2 .ds-col2-2 .ds-col2-2-2 {
    float: left;
    width: 36%;
    text-align: right;
}

.domain-result-suggested .ds-col2 .ds-col2-1 p {
    font-size: 20px;
}

.domain-result-suggested .ds-col2 .ds-col2-1 p a {
    font-weight: normal;
    color: #546486;
}

.domain-result-main {
    position: relative;
    background: #fff;
    border: 1px solid #e5e8ed;
    box-shadow: 0 2px 4px rgba(3, 27, 78, .06);
    padding: 15px 0 0;
    margin-bottom: 30px;
}

.domain-result-main .item-header {
    position: relative;
    padding: 5px 10px 10px 40px;
}

.domain-result-main .item-header:after,
.domain-result-main .item-header:before {
    display: table;
    content: " ";
    clear: both;
}

.domain-result-main .item-header .header-col1 {
    float: left;
    width: 50%;
    font-size: 20px;
    font-weight: 800;
}

.domain-result-main .item-header .header-col2 {
    float: left;
    width: 50%;
    text-align: right;
}

.domain-result-main .item-header .header-col2 a {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    font-size: 13px;
    color: rgba(3, 27, 78, .7);
}

.domain-result-main .item-header .header-col2 a:after {
    position: absolute;
    content: '';
    height: 14px;
    width: 1px;
    left: 6px;
    top: 3px;
    background: rgba(211, 211, 211, .7);
}

.domain-result-main .item-header .header-col2 a:first-child:after {
    display: none;
}

.domain-result-main .item {
    position: relative;
    vertical-align: middle;
    display: table;
    font-size: 15px;
    width: 100%;
    min-height: 48px;
    padding: 10px 15px;
    border-bottom: 1px dotted rgba(215, 213, 213, 0.5);
    /*
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: 3px 1px;
    background-image: -webkit-linear-gradient(right, #d7d5d5 1px, transparent 1px);
    background-image: linear-gradient(to right, #d7d5d5 1px, transparent 1px);
    background-image: -ms-linear-gradient(right, #d7d5d5 1px, transparent 1px);
    */
}

.domain-result-main .item .domname {
    font-size: 18px;
    font-weight: 800;
}

.domain-result-main .item .badge {
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 2px;
}

.domain-result-main .item.not-available {
    background: #f7f7f7;
}

.domain-result-main .item:after, .domain-result-main .item:before {
    display: table;
    content: " ";
    clear: both;
}

.domain-result-main .item .item-col1 {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 35%;
    font-size: 18px;
}

.domain-result-main .item .item-col1 a {
    color: #3d3d3d;
}

.domain-result-main .item .item-col2 {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 5%;
}

.domain-result-main .item .item-col3 {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 25%;
    text-align: right;
    font-size: 13px;
}

.domain-result-main .item.not-available .item-col3 {
    color: #eb583a;
}

.domain-result-main .item.not-available .item-col3 a {
    color: rgba(3, 27, 78, .7);
    padding-right: 10px;
}

.domain-result-main .item .item-col4 {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 20%;
    text-align: right;
}

.domain-result-main .item .item-col4 .old {
    color: #8c99b2;
    display: inline-block;
    padding-right: 15px;
    text-decoration: line-through;
}

.domain-result-main .item .item-col4 .new {
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
}

.domain-result-main .item .item-col5 {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 15%;
    text-align: right;
}

.domain-result-main .item .item-col5 .item-loading {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    height: 36px;
    font-size: 12px;
    line-height: 35px;
}

.domain-result-main .item .item-col5 .item-remove {
    position: absolute;
    right: 4px;
    top: -2px;
    line-height: 16px;
}

.domain-result-main .item .item-col5 .item-remove > b {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #4eb246;
    margin-top: 2px;
}

.domain-result-main .item .item-col5 .item-remove > a {
    font-size: 12px;
    line-height: 13px;
    color: #007bff;
}

.domain-result-main .item .item-col5 .item-remove > a > i {
    margin: 2px 2px 0 0;
}

.domain-result-filter {
    margin: 30px 0;
    position: relative;
    border: 1px solid #e5e8ed;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 2px 4px rgba(3, 27, 78, .06);
}

.domain-result-filter:after,
.domain-result-filter:before {
    display: table;
    content: " ";
    clear: both;
}

.domain-result-filter .df-box {
    padding: 15px 20px;
    border-bottom: 1px solid #e5e8ed;
}

.domain-result-filter .df-box > div {
    position: relative;
}

.domain-result-filter .df-box > div .input-group-btn .btn {
    border-radius: 0;
    border: 1px solid #ced4da;
    background: #f3f5f9;
    font-size: 16px;
    height: 38px;
    font-weight: 800;
    width: 58px;
    margin: 0 -1px;
}

.domain-result-filter .df-box > div > a {
    position: absolute;
    right: 0;
    top: 2px;
    color: #007bff;
    font-size: 12px;
}

.domain-result-filter .df-box > div > b {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}

.domain-result-filter .df-box > div > input {
    font-size: 15px;
}

.domain-result-filter .df-box > div > label {
    margin-bottom: 0;
    width: 100%;
}

.domain-result-filter .df-box > div > label > input[type=radio] {
    float: left;
    margin-top: 3px;
    margin-right: 7px;
}

.domain-result-filter .df-box > div > label > input[type=checkbox] {
    float: left;
    margin-top: 3px;
    margin-right: 7px;
}

.domain-result-filter .df-box > div > label > b {
    float: left;
    width: calc(100% - 32px);
    line-height: 1;
    padding-top: 3px;
    font-weight: 400;
}

.domain-result .btn {
    width: 115px;
    padding: 9px 5px;
}

#loading img {
    margin-bottom: 10px;
}

#loading p {
    margin-top: 5px;
}

#eppcode {
    margin-top: 5px;
    font-size: 13px;
    display: block;
    padding: 18px 10px;
}

.domain-result-main .item:nth-child(odd) {
    background: #f7f7f7;
}

#suggestloading {
    border-top: 1px solid #EEEEEE;
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
    color: #999;
}

#suggestloading img {
    width: 20px;
}

@media only screen and (max-width: 767px) {
    .domain-result-bar .form {
        width: 100%;
        margin-bottom: 0;
        padding: 5px;
    }

    .domain-result-bar .form .text {
        width: 69%;
    }

    .domain-result-bar .form .text .form-control {
        border-radius: 4px;
    }

    .domain-result-bar .form .button {
        float: right;
        width: 30%;
        border-radius: 4px;
    }

    .domain-result-bar .form .button .btn {
        border-radius: 4px;
    }

    .domain-result-bar .form .button .btn:after {
        content: 'Sorgula';
    }

    .domain-result-bar .form .button .btn span {
        display: none;
    }

    .domain-result-bar .btnSepet {
        display: none;
    }

    .domain-result-suggested .ds-col2 {
        text-align: center;
        padding: 10px;
    }

    .domain-result-suggested .ds-col2 .ds-col2-1 {
        float: none;
        width: 100%;
    }

    .domain-result-suggested .ds-col2 .ds-col2-1 span b {
        display: block;
    }

    .domain-result-suggested .ds-col2 .ds-col2-2 {
        float: none;
        width: 100%;
    }

    .domain-result-suggested .ds-col2 .ds-col2-2 .ds-col2-2-1 {
        width: 50%;
    }

    .domain-result-suggested .ds-col2 .ds-col2-2 .ds-col2-2-2 {
        width: 50%;
    }

    .domain-result-suggested .ds-col1 {
        padding: 10px;
        font-size: 22px;
        line-height: 1.3;
    }

    .domain-result-suggested .ds-col1 p {
        font-size: 15px;
        letter-spacing: -.2px;
    }

    .domain-result-main .item-header .header-col1 {
        width: 100%;
        text-align: center;
    }

    .domain-result-suggested .ds-col2 .ds-col2-1 p {
        font-size: 20px;
    }

    .domain-result-main {
        margin-top: 0;
        margin-bottom: 15px;
        padding: 15px 15px 0
    }

    .domain-result-main .item {
        overflow: hidden;
        text-align: center;
        padding: 10px 0;
        min-height: 94px;
        background-image: linear-gradient(to right, #868686 1px, #0000 1px);
    }

    .domain-result-main .item.not-available {
        min-height: 74px;
        margin: 2px 0;
    }

    .domain-result-main .item .item-col1 {
        display: block;
        text-align: left;
        float: none;
        width: 100%;
    }

    .domain-result-main .item .item-col2 {
        display: block;
        text-align: center;
        float: none;
        width: 100%;
        position: absolute;
        right: 0;
        top: 51px;
    }

    .domain-result-main .item .item-col3 {
        display: none !important;
        text-align: left;
        float: none;
        width: 100%;
    }

    .domain-result-main .item .item-col4 {
        display: block;
        text-align: left;
        float: none;
        width: 100%;
        padding-top: 13px;
    }

    .domain-result-main .item .item-col5 {
        display: block;
        text-align: right;
        float: none;
        width: 100%;
        position: absolute;
        right: 0;
        top: 48px;
    }

    .domain-result-main .item .item-col5 .item-loading {
        background: 0 0;
    }

    .domain-result-main .item.not-available .item-col3 {
        text-align: center;
    }
}

.result {
    text-align: center;
}

.status-icon {
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #FFFFFF;
    background: #4caf50;
    line-height: 2em;
    font-size: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.unavailable .status-icon {
    background: #f60;
}

.result .old,
.result .new {
    display: block !important;
    line-height: 1em;
}

.result .new {
    font-size: 26px;
    font-weight: 600;
    color: #4caf50;
}

.result .new.transprice {
    display: inline-block !important;
    font-size: inherit;
}

.result.available .new {
    float: right;
    font-size: 35px;
    font-weight: 700;
    color: #031b4e;
    letter-spacing: -3px;
    margin-top: 6px;
}

.result.available .new span {
    color: #8c99b2;
    font-weight: 300;
}

.result.available .old {
    float: right;
    font-weight: 500;
    margin-top: 18px;
    font-size: 15px;
    color: #8c99b2;
    display: inline-block;
    text-decoration: line-through;
}

.result .old {
    font-weight: 400;
    margin-top: 15px;
    margin-right: 10px;
    font-size: 14px;
    color: #8c99b2;
    display: inline-block;
    text-decoration: line-through;
}

.result .btn {
    margin-top: 15px;
    padding: 13px 25px;
    margin-bottom: 15px;
    width: 100%;
}

.result .transinfo {
    display: block;
    font-size: 13px;
    text-align: left;
    line-height: 1em;
    margin: 0;
    margin-top: -5px;
}

.result.unavailable .btn {
    margin-top: 11px;
}

.btn.disabled {
    cursor: not-allowed;
    opacity: 0.8;
    background: #f60 !important;
    color: #FFFFFF !important;
}

.gotocart {
    width: auto !important;
    padding: 15px 20px !important;
    border-radius: 4px !important;
    margin-bottom: 40px !important;
}

@media (min-width: 767px) {

    .result {
        text-align: left;
    }

    .status-icon {
        margin: 0 auto;
        margin-top: 0;
        margin-bottom: 0;
    }

    .result .btn {
        margin-top: 4px;
        margin-bottom: 0;
        padding: 13px 25px;
    }

    .result .old {
        margin-top: 3px;
    }

}
