@charset "UTF-8";

body {
  padding-top: 67px;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none; }
  body.cw_no_header {
    padding-top: 0; }

.cw-header {
  position: fixed;
  z-index: 11;
  left: 0;
  right: 0;
  top: 0;
  max-width: 100vw;
  background-color: #f6f6f6;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.125); }
  .lt-ie9 .cw-header {
    border-bottom: 1px solid #dbdbdb; }
  .cw-header ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .cw-header a {
    color: #222; }
  .cw-header .wrapper {
    min-height: 67px; }
    @media only screen and (max-width: 746px) {
      .cw-header .wrapper {
        max-width: none; } }
  .cw-header .cw_dropmenu .cw_dropmenu_trigger:after {
    transition: none; }
  .cw-header .cw_dropmenu.open .cw_dropmenu_trigger:after, .cw-header .cw_dropmenu:hover .cw_dropmenu_trigger:after {
    color: #222 !important;
    transition: color 100ms ease-in-out; }
  .cw-header .cw-searchbox {
    max-width: 312px;
    margin: 0 auto 16px auto; }
    @media only screen and (min-width: 747px) and (max-width: 995px) {
      .cw-header .cw-searchbox {
        margin-left: 10px;
        margin-right: 10px; } }
    @media only screen and (max-width: 746px) {
      .cw-header .cw-searchbox {
        visibility: hidden;
        position: absolute;
        left: 0;
        right: 0;
        top: 67px;
        max-width: none;
        padding: 0 10px 10px 10px;
        background-color: #f6f6f6;
        box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.125);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -ms-transform-origin: center top;
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transition: -webkit-transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out; }
        .js-nav_open .cw-header .cw-searchbox {
          -ms-transform: translateX(-270px);
          -webkit-transform: translate3d(-270px, 0, 0);
          transform: translate3d(-270px, 0, 0); }
        .cw-header .cw-searchbox form {
          position: relative; }
        .cw-header .cw-searchbox .cw-form-text {
          background-color: #fff;
          color: #222 !important;
          border: 1px solid #dbdbdb; }
          .cw-header .cw-searchbox .cw-form-text::-webkit-input-placeholder {
            color: #a3a3a3; }
          .cw-header .cw-searchbox .cw-form-text::-moz-placeholder {
            color: #a3a3a3; }
          .cw-header .cw-searchbox .cw-form-text:-ms-input-placeholder {
            color: #a3a3a3; }
          .cw-header .cw-searchbox .cw-form-text:focus {
            background-color: #fff;
            border-color: #00aeef; }
        .cw-header .cw-searchbox button {
          background-color: #00aeef; }
        html.js-search_open .cw-header .cw-searchbox {
          visibility: visible;
          -ms-transform: scaleY(1);
          -webkit-transform: scaleY(1);
          transform: scaleY(1); } }
    .lt-ie10 .cw-header .cw-searchbox {
      width: 312px;
      margin-left: 20px;
      margin-top: 16px;
      padding-bottom: 0; }
      @media only screen and (min-width: 747px) and (max-width: 995px) {
        .lt-ie10 .cw-header .cw-searchbox {
          max-width: 116px; } }
      @media only screen and (max-width: 746px) {
        .lt-ie10 .cw-header .cw-searchbox {
          width: 250px;
          margin: 0; } }
  .cw-header__content {
    position: relative;
    padding-left: 103px; }
    @media only screen and (min-width: 747px) {
      .cw-header__content {
        display: -ms-flexbox;
        -ms-flex-direction: row;
        -ms-flex-pack: justify;
        display: -webkit-box;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        display: -webkit-flex;
        -webkit-flex-direction: row;
        -webkit-justify-content: space-between;
        display: -moz-flex;
        -moz-flex-direction: row;
        -moz-justify-content: space-between;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end; }
        .cw-header__content > .cw-flexbox--grow {
          -ms-flex-positive: 1;
          -ms-flex-grow: 1;
          -webkit-flex-grow: 1;
          -moz-flex-grow: 1;
          flex-grow: 1; }
        html.lt-ie10 .cw-header__content {
          display: table;
          width: 100%; }
          html.lt-ie10 .cw-header__content > * {
            display: table-cell;
            text-align: center; }
            html.lt-ie10 .cw-header__content > * > * {
              display: inline-block; }
        html.lt-ie8 .cw-header__content {
          display: block;
          text-align: center; }
          html.lt-ie8 .cw-header__content > * {
            display: inline;
            margin: 0 20px; }
            html.lt-ie8 .cw-header__content > * > * {
              display: inline; }
        .lt-ie10 .cw-header__content {
          box-sizing: border-box; } }
    @media only screen and (max-width: 746px) {
      .cw-header__content {
        height: 67px;
        padding-right: 48px; } }
    .lt-ie10 .cw-header__content {
      display: block;
      width: auto; }
      .lt-ie10 .cw-header__content > * {
        display: block;
        float: left;
        text-align: left !important; }
        .lt-ie10 .cw-header__content > * > * {
          display: block !important; }
      .lt-ie10 .cw-header__content .cw-header__nav {
        float: right; }
  .cw-header__logo {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 0; }
  .cw-header__all_auctions {
    position: static; }
    .lt-ie10 .cw-header__all_auctions {
      margin-top: 25px; }
    @media only screen and (max-width: 746px) {
      .cw-header__all_auctions {
        float: left;
        padding-top: 67px; }
        .lt-ie10 .cw-header__all_auctions {
          padding-top: 0; } }
    .cw-header__all_auctions .cw_dropmenu_trigger {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.25;
      font-weight: 600; }
      @media only screen and (max-width: 746px) {
        .cw-header__all_auctions .cw_dropmenu_trigger {
          position: absolute;
          bottom: 0;
          padding-bottom: 1em !important;
          white-space: normal;
          line-height: 1.0; } }
  @media only screen and (max-width: 746px) and (max-width: 359px) {
    .cw-header__all_auctions .cw_dropmenu_trigger {
      max-width: 120px; } }
      @media only screen and (max-width: 746px) {
          .cw-header__all_auctions .cw_dropmenu_trigger:after {
            vertical-align: bottom; } }
    .cw-header__all_auctions .cw_dropmenu_content-wrapper {
      left: 0; }
      .lt-ie10 .cw-header__all_auctions .cw_dropmenu_content-wrapper {
        max-width: 302px; }
      @media only screen and (max-width: 746px) {
        .cw-header__all_auctions .cw_dropmenu_content-wrapper {
          left: 9px;
          right: 30px;
          max-width: 320px;
          padding-left: 0 !important;
          padding-right: 0 !important; } }
    .cw-header__all_auctions .cw_dropmenu_content {
      padding-left: 10px !important;
      padding-right: 10px !important; }
      .cw-header__all_auctions .cw_dropmenu_content ul li {
        break-inside: avoid-column;
        -webkit-column-break-inside: avoid; }
    .cw-header__all_auctions-new:focus {
      outline: none; }
    @media only screen and (min-width: 747px) {
      .cw-header__all_auctions-new .cw_dropmenu_content-wrapper {
        width: 290.5px !important;
        overflow: visible; } }
    html.lt-ie9 .cw-header__all_auctions-new .cw_dropmenu_content-wrapper {
      width: 290.5px !important;
      overflow: visible; }
    @media only screen and (max-width: 400px) {
      .cw-header__all_auctions-new .cw_dropmenu_content-wrapper {
        left: 0;
        right: 0;
        max-width: 400px;
        max-width: 100vw;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.125); }
        .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content {
          margin: 0;
          max-height: none;
          height: 400px;
          height: calc(100vh - 67px); }
          .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans-wrapper {
            margin-bottom: 40px; } }
    .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content {
      padding: 0 !important; }
      @media only screen and (min-width: 747px) {
        .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content {
          overflow: hidden; } }
      @media only screen and (min-width: 747px) {
        .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans {
          padding: 10px 0 !important; } }
      @media only screen and (max-width: 746px) {
        .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-all_auctions a {
          padding: 14px 10px !important; } }
      .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan__name {
        position: relative;
        cursor: pointer; }
        .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan__name:after {
          position: absolute;
          right: 10px;
          top: 0;
          font-size: 10px;
          font-size: 0.625rem;
          line-height: 1.5;
          line-height: 3.1;
          content: "";
          font-family: "entypo", "ProximaNova", "Helvetica Neue", "Arial", sans-serif;
          font-weight: 200;
          white-space: nowrap;
          vertical-align: text-bottom;
          color: #b8b8b8; }
        .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan__name:hover {
          background: transparent !important;
          color: #222 !important; }
      .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan__families {
        position: absolute;
        z-index: -1;
        left: 288.5px;
        top: 0;
        bottom: 1px;
        width: 705.5px;
        background: #fff;
        display: none;
        overflow: hidden;
        overflow-y: visible;
        box-sizing: border-box;
        padding: 10px;
        padding-right: 20px;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.125), -1px 0 0 rgba(0, 0, 0, 0.125), 1px 0 0 rgba(0, 0, 0, 0.125);
        border-top: 1px solid #dbdbdb; }
        .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan__families h3 {
          margin: 10px;
          padding-bottom: 10px;
          border-bottom: 1px solid #dbdbdb; }
        html.lt-ie9 .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan__families {
          border: 1px solid #dbdbdb;
          overflow-y: scroll !important; }
        @media only screen and (min-width: 747px) and (max-width: 995px) {
          .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan__families {
            width: 456.5px;
            left: 288.5px; }
            .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan__families-content {
              -moz-column-count: 2;
              -webkit-column-count: 2;
              column-count: 2; } }
        @media only screen and (max-width: 746px) {
          .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan__families {
            position: static;
            width: 100%;
            margin-top: 10px;
            padding: 0;
            display: block;
            border: 0;
            box-shadow: none; }
            .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan__families h3 {
              display: none; } }
        .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan__families-content__block li a {
          white-space: normal !important;
          padding: 0.25em 10px;
          line-height: 1.1; }
          .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan__families-content__block li a:hover {
            color: #222 !important;
            background: none !important;
            text-decoration: underline; }
          @media only screen and (max-width: 746px) {
            .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan__families-content__block li a {
              padding: 10px !important; } }
        .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan__families-content__block li.space, .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan__families-content__block li.subtitle {
          display: block;
          color: #00aeef;
          font-weight: 600;
          break-inside: avoid-column;
          -webkit-column-break-inside: avoid; }
          .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan__families-content__block li.space a, .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan__families-content__block li.subtitle a {
            color: #00aeef !important;
            padding: 0; }
          @media only screen and (min-width: 747px) {
            .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan__families-content__block li.space, .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan__families-content__block li.subtitle {
              padding: 0.3em 10px; } }
        .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan__families-content__block li.more a {
          padding: 0.3em 10px;
          color: #a3a3a3 !important; }
        .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan__families-content__block:last-child li.space {
          display: none; }
      .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan.hover:hover, .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan:focus, .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan.aiming {
        outline: none; }
        html.lt-ie9 .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan.hover:hover, html.lt-ie9 .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan:focus, html.lt-ie9 .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan.aiming {
          background: #00aeef; }
          html.lt-ie9 .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan.hover:hover .cw-clan__name, html.lt-ie9 .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan:focus .cw-clan__name, html.lt-ie9 .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan.aiming .cw-clan__name {
            color: #fff !important; }
            html.lt-ie9 .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan.hover:hover .cw-clan__name:after, html.lt-ie9 .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan:focus .cw-clan__name:after, html.lt-ie9 .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan.aiming .cw-clan__name:after {
              color: #fff; }
          html.lt-ie9 .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan.hover:hover .cw-clan__families, html.lt-ie9 .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan:focus .cw-clan__families, html.lt-ie9 .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan.aiming .cw-clan__families {
            display: block; }
        @media only screen and (min-width: 747px) {
          .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan.hover:hover, .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan:focus, .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan.aiming {
            background: #00aeef; }
            .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan.hover:hover .cw-clan__name, .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan:focus .cw-clan__name, .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan.aiming .cw-clan__name {
              color: #fff !important; }
              .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan.hover:hover .cw-clan__name:after, .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan:focus .cw-clan__name:after, .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan.aiming .cw-clan__name:after {
                color: #fff; }
            .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan.hover:hover .cw-clan__families, .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan:focus .cw-clan__families, .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan.aiming .cw-clan__families {
              display: block; } }
      @media only screen and (max-width: 746px) {
        .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan {
          border-bottom: 1px solid #dbdbdb; }
          .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan:last-child {
            border: none; }
          .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan:hover, .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan:hover a {
            background: none !important;
            color: #222 !important; }
          .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan__name {
            padding: 14px 10px !important; }
            .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan__name:after {
              content: "";
              font-family: "entypo", "ProximaNova", "Helvetica Neue", "Arial", sans-serif;
              font-weight: 200;
              white-space: nowrap;
              vertical-align: text-bottom;
              color: #00aeef;
              font-size: 20px;
              font-size: 1.25rem;
              line-height: 1.1;
              line-height: 2.5; }
          .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan.open .cw-clan__name:after {
            content: "";
            font-family: "entypo", "ProximaNova", "Helvetica Neue", "Arial", sans-serif;
            font-weight: 200;
            white-space: nowrap;
            vertical-align: text-bottom; }
          .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans .cw-clan.open .cw-clan__families {
            display: block; } }
      @media only screen and (min-width: 746px) and (max-height: 568px) {
        .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans {
          width: 290.5px;
          height: auto !important; }
          .cw-header__all_auctions-new .cw_dropmenu_content-wrapper .cw_dropmenu_content .cw-clans-wrapper {
            width: 332px;
            max-height: 78vh;
            overflow-y: scroll; } }
  .cw-header__nav {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.15384615; }
    @media only screen and (min-width: 747px) and (max-width: 995px) {
      .cw-header__nav {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.25; } }
    @media only screen and (min-width: 747px) {
      .cw-header__nav__container {
        height: 67px;
        display: -ms-flexbox;
        -ms-flex-direction: row;
        -ms-flex-pack: justify;
        display: -webkit-box;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        display: -webkit-flex;
        -webkit-flex-direction: row;
        -webkit-justify-content: space-between;
        display: -moz-flex;
        -moz-flex-direction: row;
        -moz-justify-content: space-between;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        -webkit-justify-content: flex-end;
        justify-content: flex-end; }
        .cw-header__nav__container > .cw-flexbox--grow {
          -ms-flex-positive: 1;
          -ms-flex-grow: 1;
          -webkit-flex-grow: 1;
          -moz-flex-grow: 1;
          flex-grow: 1; }
        html.lt-ie10 .cw-header__nav__container {
          display: table;
          width: 100%; }
          html.lt-ie10 .cw-header__nav__container > * {
            display: table-cell;
            text-align: center; }
            html.lt-ie10 .cw-header__nav__container > * > * {
              display: inline-block; }
        html.lt-ie8 .cw-header__nav__container {
          display: block;
          text-align: center; }
          html.lt-ie8 .cw-header__nav__container > * {
            display: inline;
            margin: 0 20px; }
            html.lt-ie8 .cw-header__nav__container > * > * {
              display: inline; } }
    .cw-header__nav__item {
      margin-left: 10px;
      padding-top: 20px; }
      .lt-ie10 .cw-header__nav__item {
        float: left;
        text-align: left !important; }
      @media only screen and (min-width: 747px) and (max-width: 995px) {
        .cw-header__nav__item {
          margin-left: 0; } }
      .cw-header__nav__item:first-child {
        margin-left: 0; }
      .cw-header__nav__item--sell {
        padding-top: 29px; }
        .cw-header__nav__item--sell a {
          display: block;
          padding: 0 10px;
          white-space: nowrap; }
        @media only screen and (max-width: 746px) {
          .cw-header__nav__item--sell {
            font-size: 14px;
            font-size: 0.875rem;
            line-height: 1.2142857;
            padding: 0 10px 0 0; }
            .cw-header__nav__item--sell a {
              padding-top: 12px;
              padding-bottom: 11px;
              background-color: #fff;
              color: #00aeef;
              text-align: center;
              font-weight: 600; } }
      .cw-header__nav__item--wechat .cw_dropmenu_trigger {
        padding-left: 40px !important; }
        .cw-header__nav__item--wechat .cw_dropmenu_trigger img {
          position: absolute;
          right: 18px;
          top: 5px; }
      .cw-header__nav__item--user .cw_not_logged_in .cw_dropmenu_trigger {
        font-weight: 600; }
      .cw-header__nav__item--user .cw_logged_in #cw_my_catawiki.cw-has_username .cw-my_catawiki-label {
        display: none; }
        @media only screen and (max-width: 746px) {
          .cw-header__nav__item--user .cw_logged_in #cw_my_catawiki.cw-has_username .cw-my_catawiki-label {
            display: block; } }
      .cw-header__nav__item--user .cw_logged_in #cw_my_catawiki.cw-has_username .cw-my_catawiki-username {
        display: inline-block;
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media only screen and (max-width: 746px) {
          .cw-header__nav__item--user .cw_logged_in #cw_my_catawiki.cw-has_username .cw-my_catawiki-username {
            display: none; } }
      .cw-header__nav__item--user .cw_logged_in #cw_my_catawiki.cw-has_username:after {
        vertical-align: top; }
      .cw-header__nav__item__sub--phone {
        display: none; }
        .cw-has-phonenumber .cw-header__nav__item__sub--phone {
          display: block; }
        .cw-header__nav__item__sub--phone a:before {
          content: '\e000'; }
      .cw-header__nav__item__sub--faq a:before {
        content: '\e078'; }
      .cw-header__nav__item__sub--mail a:before {
        content: '\e11b'; }
      .cw-header__nav__item__sub--feedback a:before {
        content: '\e011'; }
    @media only screen and (max-width: 746px) {
      .cw-header__nav {
        position: fixed;
        z-index: 13;
        left: 100%;
        top: 0;
        bottom: 0;
        width: 270px;
        background-color: #00aeef;
        color: #fff;
        box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.1);
        -webkit-transition: -webkit-transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out;
        -webkit-tap-highlight-color: transparent;
        tap-highlight-color: transparent;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch; }
        .js-nav_open .cw-header__nav {
          -ms-transform: translateX(-270px);
          -webkit-transform: translate3d(-270px, 0, 0);
          transform: translate3d(-270px, 0, 0); }
        .cw-header__nav__container {
          padding: 10px 0 0 10px; }
        .cw-header__nav__item {
          margin-left: 0;
          margin-bottom: 30px;
          padding-top: 0; }
          .lt-ie10 .cw-header__nav__item {
            width: 100%; }
          .cw-header__nav__item--lang {
            display: none; }
          .cw-header__nav__item--user .cw_logged_in .cw_dropmenu_content li:last-child {
            margin-top: 30px;
            text-align: right;
            font-size: 12px;
            font-size: 0.75rem;
            line-height: 1.25; }
            .cw-header__nav__item--user .cw_logged_in .cw_dropmenu_content li:last-child a {
              display: inline;
              border-bottom: none; }
        .cw-header__nav .cw_dropmenu {
          padding-top: 0; }
          .cw-header__nav .cw_dropmenu .cw_dropmenu_trigger {
            position: static;
            min-height: 0;
            margin: 0;
            padding: 5px 30px 5px 10px !important;
            text-align: left;
            font-size: 12px;
            font-size: 0.75rem;
            line-height: 1.25;
            font-weight: 600;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.618) !important;
            background-color: rgba(255, 255, 255, 0.2) !important;
            border: none; }
            .cw-header__nav .cw_dropmenu .cw_dropmenu_trigger:before {
              position: absolute;
              right: 10px;
              top: 3px;
              margin: 0;
              color: rgba(255, 255, 255, 0.618); }
            .cw-header__nav .cw_dropmenu .cw_dropmenu_trigger:after {
              display: none; }
          .cw-header__nav .cw_dropmenu .cw_dropmenu_content-wrapper {
            position: static;
            visibility: visible;
            width: auto;
            height: auto;
            -webkit-transform: none;
            transform: none; }
          .cw-header__nav .cw_dropmenu .cw_dropmenu_content {
            position: static;
            max-height: none;
            margin: 0;
            padding: 0 !important;
            border-top: none;
            box-shadow: none;
            background-color: transparent; }
            .cw-header__nav .cw_dropmenu .cw_dropmenu_content ul a {
              margin: 0;
              box-shadow: none;
              color: #fff !important;
              border-top: none;
              border-bottom: 1px solid rgba(255, 255, 255, 0.2);
              white-space: normal; }
              .cw-header__nav .cw_dropmenu .cw_dropmenu_content ul a:before {
                color: #dff5fc !important; }
              .cw-header__nav .cw_dropmenu .cw_dropmenu_content ul a strong {
                color: rgba(255, 255, 255, 0.75); }
            .cw-header__nav .cw_dropmenu .cw_dropmenu_content__custom {
              min-width: 0;
              padding-left: 0;
              padding-top: 10px; }
              .cw-header__nav .cw_dropmenu .cw_dropmenu_content__custom .btn-blue {
                background-color: #fff !important;
                color: #00aeef !important; }
              .cw-header__nav .cw_dropmenu .cw_dropmenu_content__custom a {
                color: #fff;
                text-decoration: underline; }
            .cw-header__nav .cw_dropmenu .cw_dropmenu_content .cw_menu_devider_bottom {
              border-bottom: 4px solid rgba(255, 255, 255, 0.2);
              margin-bottom: 0;
              box-shadow: none; } }

.small-nav {
  display: none; }
  @media only screen and (max-width: 746px) {
    .small-nav {
      display: block;
      position: absolute;
      z-index: 11;
      right: 0;
      top: 0; }
      .small-nav a {
        float: left;
        display: block;
        width: 48px;
        overflow: hidden;
        outline: none;
        color: #444; }
        .small-nav a:hover, .small-nav a:focus {
          text-decoration: none; }
      .small-nav__menu {
        height: 0;
        padding: 67px 0 0 0;
        background: transparent url("/images/v3/icon-profile.svg") center center no-repeat;
        background-size: 24px 24px; }
      .small-nav__search {
        font-family: "entypo", "ProximaNova", "Helvetica Neue", "Arial", sans-serif;
        font-weight: 200;
        font-size: 24px;
        vertical-align: text-bottom;
        height: 67px;
        text-align: right;
        line-height: 69px; }
        html.js-search_open .small-nav__search {
          color: #b8b8b8; } }

@media only screen and (max-width: 746px) {
  .cw-header:before {
    content: "";
    visibility: hidden;
    position: fixed;
    z-index: 12;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.75);
    opacity: 0;
    transition: opacity 0.25s linear; }
    .js-nav_open .cw-header:before {
      visibility: visible;
      opacity: 1; }

  .js-nav_open body {
    overflow: hidden; } }
.cw-searchbox {
  position: relative;
  white-space: nowrap; }
  .cw-searchbox input {
    width: 100%;
    height: 35px;
    padding-left: 0;
    padding-right: 35px;
    text-indent: 9px; }
    .lt-ie8 .cw-searchbox input {
      height: auto; }
  .cw-searchbox button {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    overflow: hidden;
    padding-left: 1px;
    padding-right: 1px;
    font-weight: normal;
    font-family: "entypo", "ProximaNova", "Helvetica Neue", "Arial", sans-serif;
    font-weight: 200;
    font-size: 24px;
    vertical-align: text-bottom;
    vertical-align: middle;
    line-height: 25px; }
  .cw-searchbox #create_search_alert {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -1px;
    background-color: #ff7c2d;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.25;
    font-weight: 600; }
    @media only screen and (max-width: 746px) {
      .cw-searchbox #create_search_alert {
        left: 10px;
        margin-top: 0; } }
    .cw-searchbox #create_search_alert .add_alert {
      display: none;
      margin-left: 0;
      padding: 0 10px;
      color: #fff;
      line-height: 2em; }
      .cw-searchbox #create_search_alert .add_alert:hover, .cw-searchbox #create_search_alert .add_alert:focus {
        text-decoration: none;
        background-color: transparent; }
      .cw-searchbox #create_search_alert .add_alert:after {
        content: "";
        font-family: "entypo", "ProximaNova", "Helvetica Neue", "Arial", sans-serif;
        font-weight: 200;
        white-space: nowrap;
        vertical-align: text-bottom;
        vertical-align: top;
        margin-left: 0.167em;
        margin-right: -0.333em; }
  .cw-searchbox.ab-search-label button {
    width: auto;
    font-family: inherit;
    padding: 0 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2142857;
    font-weight: 600;
    text-transform: none; }

.complete_profile_content {
  display: none;
  background-color: #fff4d0;
  color: #222;
  margin: 0 10px 10px 10px;
  padding: 5px 0; }
  body.complete_profile .complete_profile_content {
    display: block; }
  @media only screen and (max-width: 746px) {
    .complete_profile_content {
      margin-left: 0;
      margin-top: 10px;
      padding-left: 10px; } }

.cw-featured_nav {
  overflow: hidden;
  padding: 11px 0 8px 0;
  border-bottom: 1px solid #dbdbdb; }
  @media only screen and (max-width: 746px) {
    .cw-featured_nav {
      border-bottom: none;
      padding: 0;
      border-bottom: 0; } }
  .cw-featured_nav a {
    color: #444; }
  .cw-featured_nav__items {
    overflow: hidden;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.15384615;
    height: 1.15384615em;
    box-sizing: initial; }
    .cw-featured_nav__items li {
      display: inline-block;
      white-space: nowrap; }
      .cw-featured_nav__items li:after {
        margin: 0 0.69230769em; }
    @media only screen and (min-width: 747px) and (max-width: 995px) {
      .cw-featured_nav__items {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.25; }
        .cw-featured_nav__items li:after {
          margin: 0 0.46153846em; } }
    @media only screen and (max-width: 746px) {
      .cw-featured_nav__items {
        display: none; } }
  .cw-featured_nav__trustpilot {
    float: right;
    margin-left: 20px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.25; }
    .cw-featured_nav__trustpilot a {
      display: block; }
      .cw-featured_nav__trustpilot a:hover, .cw-featured_nav__trustpilot a:focus {
        text-decoration: none;
        outline: none; }
      .cw-featured_nav__trustpilot a:not([href]) {
        cursor: default; }
    .cw-featured_nav__trustpilot img,
    .cw-featured_nav__trustpilot span {
      display: inline;
      vertical-align: top;
      margin-left: 0.5em; }
    @media only screen and (max-width: 746px) {
      .cw-featured_nav__trustpilot {
        float: none;
        margin: 0 -10px;
        padding: 6px 0 4px 0;
        background-color: #eee;
        text-align: center;
        box-shadow: -150px 0 0 0 #eee, 150px 0 0 0 #eee; } }
    .cw-featured_nav__trustpilot__logo {
      margin-top: 0.16666667em;
      height: 0.83333333em;
      width: auto; }
    .cw-featured_nav__trustpilot__stars {
      height: 1.16666667em;
      width: auto; }
    @media only screen and (min-width: 747px) and (max-width: 995px) {
      html .cw-featured_nav__trustpilot__score {
        display: none; } }

.cw-seller-nav {
  border-bottom: 1px solid #dbdbdb; }
  .cw-seller-nav__quick-actions {
    float: right;
    padding: 10px 0; }
    .cw-seller-nav__quick-actions .btn {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.25;
      border-radius: 24px;
      padding: 6px 16px; }
  .cw-seller-nav__items {
    margin: 0 0 -1px; }
    .cw-seller-nav__items li + li {
      margin-left: 30px; }
    .cw-seller-nav__items li:after {
      display: none; }
    .cw-seller-nav__items a {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.2142857;
      color: #444;
      background: none;
      text-decoration: none;
      display: inline-block;
      padding: 15px 0 12px; }
      .cw-seller-nav__items a.selected {
        font-weight: 600;
        border-bottom: 3px solid #00aeef; }

body.cw_minimal_layout .cw-header__all_auctions,
body.cw_minimal_layout .cw-searchbox,
body.cw_minimal_layout .cw-header__nav__item--sell,
body.cw_minimal_layout .cw-featured_nav {
  display: none; }
body.cw_minimal_layout .cw-header__nav {
  width: 100%; }
  body.cw_minimal_layout .cw-header__nav__container {
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }

.twitter-typeahead {
  float: left;
  display: block !important; }
  .twitter-typeahead .tt-suggestions {
    margin-bottom: -1px; }
    .twitter-typeahead .tt-suggestions .tt-item {
      border-bottom: 1px solid #eee; }
      .twitter-typeahead .tt-suggestions .tt-item a {
        display: block;
        padding: 10px 10px 10px 93px;
        overflow: hidden; }
        .twitter-typeahead .tt-suggestions .tt-item a img {
          float: left;
          margin-left: -83px;
          width: 73px;
          height: auto; }
        .twitter-typeahead .tt-suggestions .tt-item a .title {
          font-weight: 600; }
        .twitter-typeahead .tt-suggestions .tt-item a .sub_title {
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 1.25; }
        .twitter-typeahead .tt-suggestions .tt-item a em {
          display: inline;
          padding: 0;
          background-color: transparent;
          color: inherit;
          font-size: 1em;
          font-weight: inherit;
          line-height: inherit;
          text-transform: none; }
        .twitter-typeahead .tt-suggestions .tt-item a:hover, .twitter-typeahead .tt-suggestions .tt-item a:focus {
          background-color: #00aeef;
          color: #fff !important; }
      .twitter-typeahead .tt-suggestions .tt-item.auction a {
        padding-left: 10px; }
  .twitter-typeahead .tt-dropdown-menu {
    z-index: 9 !important;
    display: block;
    background-color: #fff;
    margin: 0 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.125), -1px 0 0 rgba(0, 0, 0, 0.125), 1px 0 0 rgba(0, 0, 0, 0.125);
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2142857; }
    .twitter-typeahead .tt-dropdown-menu .dataset {
      padding: 5px 10px;
      text-align: center;
      color: #444;
      background-color: #f6f6f6;
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
      font-weight: 600; }

div.awesomplete {
  display: block;
  position: relative;
  white-space: normal; }
  div.awesomplete [hidden] {
    display: none; }
  div.awesomplete .visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0); }
  div.awesomplete > input {
    display: block; }
  div.awesomplete > ul {
    position: absolute;
    left: 0;
    z-index: 9;
    width: 312px;
    box-sizing: border-box;
    list-style: none;
    padding: 0.5em 0;
    margin: 0 0 0 0;
    background-color: #fff;
    color: #222;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125); }
    @media only screen and (min-width: 747px) {
      .cw-visual_refresh div.awesomplete > ul {
        left: 15px;
        width: 282px; } }
    @media only screen and (max-width: 746px) {
      div.awesomplete > ul {
        width: 100%; } }
    div.awesomplete > ul[hidden], div.awesomplete > ul:empty {
      display: none; }
    div.awesomplete > ul > li.with-category + li.without-category {
      border-top: 1px solid #dbdbdb;
      padding-top: 0.5em; }
    div.awesomplete > ul > li {
      clear: both;
      position: relative;
      padding: 0.5em 10px;
      cursor: pointer;
      font-weight: 600; }
      div.awesomplete > ul > li:hover {
        background-color: #e8f8fe;
        color: #222; }
      div.awesomplete > ul > li[aria-selected="true"] {
        background: #00aeef;
        color: #fff; }
        div.awesomplete > ul > li[aria-selected="true"] span.category-name {
          color: #fff; }
      div.awesomplete > ul > li span.category-name {
        color: #00aeef;
        font-weight: 200;
        font-style: italic; }
        div.awesomplete > ul > li span.category-name:before {
          content: " - "; }
      div.awesomplete > ul > li span.search-history-delete {
        float: right;
        font-weight: 200;
        font-style: normal;
        color: #222;
        width: 1em;
        font-size: larger; }
      div.awesomplete > ul > li.bottom-label {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.25;
        color: #a3a3a3;
        padding-bottom: 0; }
        div.awesomplete > ul > li.bottom-label:hover {
          background: none;
          color: #222; }
        div.awesomplete > ul > li.bottom-label[aria-selected="true"] {
          background: none; }
  div.awesomplete mark {
    color: inherit;
    background-color: transparent;
    font-weight: 200; }
  div.awesomplete li[aria-selected="true"] mark {
    border-bottom-color: #fff; }
  div.awesomplete .awesomplete-heading {
    margin-top: 3em; }
  div.awesomplete .awesomplete-has_image {
    min-height: 51px;
    padding-left: 71px; }
    div.awesomplete .awesomplete-has_image img {
      float: left;
      width: 51px;
      height: 51px;
      margin: 0 10px 0 -61px; }
  div.awesomplete h2 {
    position: absolute;
    left: 10px;
    right: 10px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.25;
    font-weight: 200;
    margin: -3em 0 0 0;
    padding: 0.5em 0 0 0;
    border-top: 1px solid #eee;
    color: #a3a3a3 !important;
    pointer-events: none;
    text-align: right; }

@supports (transform: scale(0)) {
  div.awesomplete > ul {
    transition: 0.2s ease-in-out;
    transform-origin: 0 0; }
  div.awesomplete > ul[hidden],
  div.awesomplete > ul:empty {
    opacity: 0;
    transform: scale(1, 0);
    display: block; } }
.cw-footer .cw-columns ul {
  margin-bottom: 0; }
.cw-footer .cw-socials {
  background-color: #eee;
  color: #444;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 600; }
  .cw-footer .cw-socials .cw-container {
    padding: 12px 0 14px 0; }
  .cw-footer .cw-socials .cw-social-media-buttons {
    float: left;
    margin-right: 20px;
    padding-top: 9px; }
    .cw-footer .cw-socials .cw-social-media-buttons p,
    .cw-footer .cw-socials .cw-social-media-buttons #cw_home_social {
      float: left; }
    .cw-footer .cw-socials .cw-social-media-buttons p {
      margin: 0 10px 0 0; }
      @media only screen and (max-width: 995px) {
        .cw-footer .cw-socials .cw-social-media-buttons p {
          display: none; } }
  .cw-footer .cw-socials .cw-social-media-links {
    float: right; }
    .cw-footer .cw-socials .cw-social-media-links p {
      margin: 0; }
      @media only screen and (max-width: 746px) {
        .cw-footer .cw-socials .cw-social-media-links p .cw-social-media-text {
          display: none; } }
    .cw-footer .cw-socials .cw-social-media-links a {
      margin-left: 5px;
      color: #00aeef; }
      @media only screen and (max-width: 746px) {
        .cw-footer .cw-socials .cw-social-media-links a {
          margin-left: 0; } }
      .cw-footer .cw-socials .cw-social-media-links a:hover, .cw-footer .cw-socials .cw-social-media-links a:focus {
        color: #00aeef; }
.cw-footer .cw_main_footer {
  background-color: #222;
  color: #a3a3a3; }
  .cw-footer .cw_main_footer h1, .cw-footer .cw_main_footer h2, .cw-footer .cw_main_footer a {
    color: #fff; }
  .cw-footer .cw_main_footer .cw-container {
    padding-bottom: 40px; }
  .cw-footer .cw_main_footer .cw-payment_options {
    margin-top: 40px; }
    .cw-footer .cw_main_footer .cw-payment_options img {
      display: inline;
      margin-right: 0.375em;
      vertical-align: top; }
      body.v2 .cw-footer .cw_main_footer .cw-payment_options img {
        max-height: 16px; }
  .cw-footer .cw_main_footer #cw-trust_icons {
    border-top: 1px solid #444;
    padding-top: 40px; }
    .cw-footer .cw_main_footer #cw-trust_icons .cw-trustpilot-wrapper {
      display: inline-block; }
      @media only screen and (max-width: 995px) {
        .cw-footer .cw_main_footer #cw-trust_icons .cw-trustpilot-wrapper {
          display: block;
          margin-bottom: 20px; } }
    .cw-footer .cw_main_footer #cw-trust_icons .cw-trust_icons-item {
      display: inline-block;
      margin: 0 10px;
      vertical-align: top; }
      .cw-footer .cw_main_footer #cw-trust_icons .cw-trust_icons-item img {
        display: inline; }
        html.lt-ie10 .cw-footer .cw_main_footer #cw-trust_icons .cw-trust_icons-item img, html.ie10 .cw-footer .cw_main_footer #cw-trust_icons .cw-trust_icons-item img {
          max-width: 175px;
          max-height: 58px; }
      .cw-footer .cw_main_footer #cw-trust_icons .cw-trust_icons-item.cw-trustpilot {
        padding-top: 5px;
        color: #a3a3a3; }
        .cw-footer .cw_main_footer #cw-trust_icons .cw-trust_icons-item.cw-trustpilot img {
          display: block;
          margin: 0 0 10px 0; }
        .cw-footer .cw_main_footer #cw-trust_icons .cw-trust_icons-item.cw-trustpilot .cw-trustpilot-count {
          display: block;
          float: left;
          margin-right: 20px;
          padding-right: 20px;
          padding-bottom: 4px;
          border-right: 1px solid #a3a3a3;
          text-align: right; }
          .cw-footer .cw_main_footer #cw-trust_icons .cw-trust_icons-item.cw-trustpilot .cw-trustpilot-count img {
            display: block;
            width: 170px;
            margin: 7px 0 0 0; }
        .cw-footer .cw_main_footer #cw-trust_icons .cw-trust_icons-item.cw-trustpilot .cw-trustpilot-score {
          display: block;
          float: left;
          text-align: left;
          white-space: nowrap; }
          .cw-footer .cw_main_footer #cw-trust_icons .cw-trust_icons-item.cw-trustpilot .cw-trustpilot-score q {
            color: #fff;
            font-weight: 600;
            margin-right: 0.25em; }
          .cw-footer .cw_main_footer #cw-trust_icons .cw-trust_icons-item.cw-trustpilot .cw-trustpilot-score img {
            width: 130px;
            margin: 4px 0 0 0; }
      @media only screen and (max-width: 995px) {
        .cw-footer .cw_main_footer #cw-trust_icons .cw-trust_icons-item {
          margin: 0 10px; }
          .cw-footer .cw_main_footer #cw-trust_icons .cw-trust_icons-item.cw-trustpilot .cw-trustpilot-count {
            margin-right: 10px;
            padding-right: 10px; } }
      @media only screen and (max-width: 746px) {
        .cw-footer .cw_main_footer #cw-trust_icons .cw-trust_icons-item {
          margin: 0 7px;
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 1.2142857; }
          .cw-footer .cw_main_footer #cw-trust_icons .cw-trust_icons-item.cw-trustpilot {
            font-size: 12px;
            font-size: 0.75rem;
            line-height: 1.25; }
            .cw-footer .cw_main_footer #cw-trust_icons .cw-trust_icons-item.cw-trustpilot .cw-trustpilot-count img {
              width: 128px;
              height: 14px; }
            .cw-footer .cw_main_footer #cw-trust_icons .cw-trust_icons-item.cw-trustpilot .cw-trustpilot-score img {
              width: 100px;
              height: 20px; } }
    @media only screen and (max-width: 746px) {
      .cw-footer .cw_main_footer #cw-trust_icons .cw-trustpilot-container {
        display: block; } }
.cw-footer .cw-secondary-footer {
  padding: 20px 0;
  background-color: #333;
  color: #a3a3a3; }
  @media only screen and (max-width: 746px) {
    .cw-footer .cw-secondary-footer {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.2142857; }
      .cw-footer .cw-secondary-footer .cw-list-inline li:after {
        margin: 0 0.25em; } }
  .cw-footer .cw-secondary-footer a {
    color: #fff; }

.app_signup_link {
  margin-bottom: 15px;
  line-height: 1.143; }
  .app_signup_link a {
    position: relative;
    display: block;
    min-height: 2em;
    padding-left: 2.143em; }
    .app_signup_link a:before {
      content: "";
      font-family: "entypo", "ProximaNova", "Helvetica Neue", "Arial", sans-serif;
      font-weight: 200;
      white-space: nowrap;
      vertical-align: text-bottom;
      font-size: 2em;
      color: #00aeef;
      position: absolute;
      left: 0;
      top: 0; }
    .app_signup_link a:hover:before, .app_signup_link a:focus:before {
      color: #fff; }

body.renewed-header .select-category__button a {
  font-size: 12px;
  padding: 5px 20px;
  background-color: #dedede;
  border-radius: 40px;
  font-weight: bold;
  float: left;
  display: block;
  margin-right: 16px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: all 0.15s ease-in-out; }
  body.renewed-header .select-category__button a:hover {
    text-decoration: none;
    background-color: #dedede;
    filter: brightness(80%) saturate(80%) contrast(150%);
    -webkit-filter: brightness(80%) saturate(80%) contrast(150%); }
  body.renewed-header .select-category__button a::after {
    content: "";
    font-family: "entypo", "ProximaNova", "Helvetica Neue", "Arial", sans-serif;
    font-weight: 200;
    white-space: nowrap;
    vertical-align: text-bottom;
    font-size: 14px;
    line-height: 1; }
body.renewed-header.v2 .cw-header__all_auctions .select-category-move-down {
  margin-top: 37px !important; }
body.renewed-header.v3 .cw-header__all_auctions .select-category-move-down {
  margin-top: 47px !important; }
body.renewed-header.v3 .cw_ab_renewed_header_B__inside {
  display: none; }
body.renewed-header .cw-featured_nav__items {
  padding-top: 6.5px;
  height: 22px; }
