@import url(//https://fonts.googleapis.com/css?family=Poppins);
@import url(//https://fonts.googleapis.com/css?family=Mate+SC);
@import url(//https://fonts.googleapis.com/css?family=Mate);

.link-block {
    background-color: #11264d;
    border: 2px solid #ffffff;
    border-radius: 25px;
    color: #ffffff;
    display: flex;
    flex-shrink: 1;
    font-size: 24px;
    font-weight: 700;
    justify-content: space-between;
    line-height: 26px;
    margin-bottom: 20px;
    padding: 50px 13px;
    position: relative;
    text-decoration: none;
    text-align: left;
}

.link-block:hover {
    background-color: #242b42;
    text-decoration: underline;
}

.search-result {
    align-items: start;
    background-color: #101c36;
    color: #86858a;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 20px 50px;
    position: relative;
    text-align: left;
}

.search-result__title {
    font-size: 24px;
    color: #cccccc;
    display: inline-block;
    font-family: 'Mate SC', serif;
    flex-shrink: 1;
    font-weight: 400;
    line-height: 48px;
    padding-bottom: 10px;
    padding-top: 50px;
    text-decoration: none;
}

.search-result__title:hover {
    color: #ff6f00;
    text-decoration: underline;
}

.search-result__info-wrapper {
    display: flex;
    gap: 3px;
}

.search-result__badge {
    border: 1px solid #86858a;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 400;
    padding: 0 2px;
}

.search-result__url {
    color: #86858a;
    display: inline-block;
    font-size: 13px;
    font-family: 'Mate', serif;
    margin-bottom: 10px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-result__url:hover {
    color: #ff6f00;
}

.search-result__description {
    font-family: 'Mate', serif;
    font-size: 14px;
}

.search-result__button {
    background-color: #4285f4;
    border: 2px solid #ffffff;
    border-radius: 1px;
    color: #ffffff;
    display: block;
    font-family: Helvetica,arial,sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 20px;
    max-height: 55px;
    padding: 20px 30px;
    text-decoration: none;
}

.link-spanner {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left: 0;
    z-index: 1;
    background-image: url('../empty.gif');
}

.sitelink {
    padding-right: 16px;
}

.sellerRatings a:link,
.sellerRatings a:visited,
.sellerRatings a:hover,
.sellerRatings a:active {
    text-decoration: none;
    cursor: text;
}

.sellerRatings {
    margin: 0 0 3px 20px;
}

.sitelinkHolder {
    margin: -15px 0 15px 35px;
}

#ajaxloaderHolder {
    display: block;
    width: 24px;
    height: 24px;
    background: #fff;
    padding: 8px 0 0 8px;
    margin: 10px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background: #101c36;
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-size: 1rem;
}

.header {
    background-color: #fff;
    padding: 12px 1rem;
    overflow: hidden;
}

h1 {
    color: #848484;
    font-size: 1.5rem;
}

.wrapper1 {
    margin: 1rem;
}

.wrapper2 {
    padding-bottom: 140px;
    background: url("../img/arrows-bottom.png") no-repeat center bottom;
}

.wrapper3 {
    background: #101c36;
    max-width: 300px;
    margin: 0 auto 1rem;
    padding-top: 1px;
    padding-bottom: 1px;
}

.onDesktop {
    display: none;
}

.linksTopRow {
    align-items: flex-end;
    color: #848484;
    display: flex;
    justify-content: space-between;
    padding: 21px 9px 0;
}

.linksSuggestion {
    color: #848484;
}

.adsTitle {
    text-decoration: underline;
}

.sponsoredListings {
    font-size: 12px;
}

.tcHolder {
    padding: 6px 4px 2rem;
    background: #101c36;
}

.adsHolder {
    margin: 1rem;
    overflow: hidden;
}

.searchHolder {
    /* search autocomplete should be hidden for new lander */
    display: none;
    padding: 1px 0 1px 1px;
    margin: 1rem auto;
    background: #101c36;
}

.footer {
    color: #949494;
    padding: 2rem 1rem;
    font-size: 0.8rem;
    margin: 0 auto;
    max-width: 440px;
}

.footer a:link,
.footer a:visited {
    color: #949494;
}

.wrapper1 .sale_link_bold a,
.wrapper1 .sale_link a {
    color: #ccc;
}

.wrapper1 .sale_link_bold a:hover,
.wrapper1 .sale_link a:hover {
    color: #fff;
}

@media screen and (min-width: 600px) {
    .wrapper1 {
        max-width: 1500px;
        margin-left: auto;
        margin-right: auto;
    }

    .wrapper2 {
        background: url("../img/arrows.png") no-repeat center top;
        padding-bottom: 0;
        min-height: 600px;
    }

    .wrapper3 {
        max-width: 530px;
        background: none;
    }

    .header {
        background-color: #101c36;
    }
}

.sbi {
    width: 100%;
    font-size: 12px;
}

.sbi-td {
    width: 100%;
}

.sbb {
    cursor: pointer;
    font-size: 13px;
    margin-left: 15px;
    margin-right: 15px;
    border: 0 none;
    background: #101c36;
    color: #ffffff;
}

.ba_ {
    padding: 0.5em;
}

.ca_ {
    border-left: 7px solid transparent;
}

.da_ {
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 5px;
}

.ea_ {
    height: 100%;
    width: 100%;
}

.d_.popstripeRs {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 0.5em 1.5em 0.5em 1em;
    border: 0;
    margin: 0;
    border-top: 1px solid #6f6f6f;
    border-bottom: 1px solid #565656;
    background-color: #5f5f5f;
    color: white;
}

.d_.popstripeRs:hover {
    border-top: 1px solid #565656;
    background-color: #565656;
    text-decoration: underline;
}

.fa_ {
    position: absolute;
    top: 0;
    right: 0.5em;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 1em;
    height: 100%;
    width: 25%;
}

.ga_ {
    font-size: 17px;
}