/** Basic Style **/
body {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 14px;
}

p {
  color: #555;
  font-size: 16px;
  line-height: 1.7;
}

a {
  color: #000;
}

a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  color: #000;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

h1 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.3;
}

h2 {
  font-size: 36px;
  line-height: 1.3;
}

h3 {
  font-size: 30px;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.5;
}

h6 {
  font-size: 14px;
  line-height: 1.5;
}

hr {
  margin: 30px 0;
  border-top: 1px solid #eee;
}

hr.bt {
  padding: 0;
  margin: 0 auto;
  max-width: 1500px;
  border-top: 1px solid #e5e5e5;
}

.title h3 {
  font-weight: 600;
}

/** Style guide specific **/
.styleguide {
  padding: 7vh 70px;
}

.styleguide .guide {
  color: #949;
}

.styleguide .guide-break {
  margin-top: 70px;
}

.styleguide hr {
  margin: 0 0 40px;
}

/* Shortcodes */
.break-word {
  word-break: break-word;
}

.btn-base,
nav.sd-nav ul li a.btn-base,
nav.sd-nav ul li a.btn-base:visited {
  background: #2e4bdf;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  border-radius: 77px;
  display: inline-block;
  -webkit-transition: all 75ms ease-in;
  transition: all 75ms ease-in;
}

.btn-base:hover {
  color: #fff;
  text-decoration: none;
  opacity: .65;
}

.btn-disabled {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
  opacity: .5;
}

.btn-blue {
  background: #1dcdfe;
}

.btn-big {
  font-size: 16px;
  line-height: 65px;
  height: 65px;
  padding: 0 60px;
}

.btn-medium {
  font-size: 13px;
  line-height: 44px;
  height: 42px;
  padding: 0 28px;
}

.btn-plain {
  background: transparent;
  color: #000;
}

.btn-plain:hover {
  color: #000;
}

.btn-outline {
  background: transparent;
  border: 2px solid #000;
  color: #000;
}

.btn-outline:hover {
  background: transparent;
  border: 2px solid #000;
  color: #000;
}

.btn-outline-white {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-outline-white:hover {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-huge {
  font-size: 24px;
  line-height: 80px;
  height: 80px;
  padding: 0 40px;
}

.btn-big.btn-outline {
  line-height: 62px;
  height: 65px;
  border-width: 3px;
}

.btn-medium,
nav.sd-nav ul li a.btn-medium,
nav.sd-nav ul li a:visited.btn-medium {
  font-size: 15px;
  line-height: 46px;
  height: 44px;
  padding: 0 30px;
}

.btn-small {
  font-size: 13px;
  line-height: 38px;
  height: 38px;
  padding: 0 20px;
}

input[type="submit"].btn-medium,
input[type="button"].btn-medium,
input[type="reset"].btn-medium,
button.btn-medium {
  line-height: 44px;
}

.btn-medium.btn-outline,
.btn-medium.btn-outline-white,
nav.sd-nav ul li a.btn-medium.btn-outline-white,
nav.sd-nav ul li a:visited.btn-medium.btn-outline-white {
  line-height: 42px;
  height: 44px;
}

.btn-small.btn-outline,
.btn-small.btn-outline-white {
  line-height: 36px;
  height: 38px;
}

.btn-full {
  line-height: 65px;
  height: 65px;
  border-radius: 0;
  display: block;
}

.center-content {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

.show-small,
.show-mobile {
  display: none;
}

.no-border {
  border: 0 !important;
}

.mb10vh {
  margin-bottom: 10vh !important;
}

.flex-grow {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-grow-none {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.display-block {
  display: block !important;
}

.table-wrap {
  width: 100%;
}

.css-table {
  font-size: 16px;
  display: table;
}

.css-table input[type=checkbox], .css-table input[type=radio] {
  height: auto;
}

.table-header,
.line-break,
.table-row {
  display: table-row;
}

.table-col {
  padding: 15px 10px;
  vertical-align: middle;
  display: table-cell;
}

html,
body {
  height: 100%;
}

.page-wrap {
  height: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-wrap > * {
  width: 100%;
}

/* sd-navigation */
.sd-navigation {
  margin-bottom: 0;
}

.sd-nav-container {
  margin: 0 auto;
  max-width: 1500px;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sd-nav-container .logo {
  height: auto;
  max-height: 50px;
  max-width: 75%;
}

.browse-nfts {
  text-align: center;
  position: relative;
  top: 7px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.browse-nfts a {
  color: #000;
  display: block;
  -webkit-transition: all 50ms ease-in;
  transition: all 50ms ease-in;
}

.browse-nfts a:hover,
.browse-nfts a:hover i {
  opacity: 1;
}

.browse-nfts span {
  font-size: 19px;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

.browse-nfts i {
  color: #000;
  font-size: 18px;
}

.top-border {
  background: #1ecefe;
  background: -webkit-gradient(linear, left top, right top, from(#1ECEFE), to(#35F5C6));
  background: linear-gradient(to right, #1ECEFE, #35F5C6);
  height: 4px;
}

/* nfts */
.bid-details {
  background: #000;
  background: transparent;
  padding: 14px 17px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.big-detail {
  color: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.detail-label {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .75px;
  display: block;
}

.nft-details {
  padding: 17px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.nft-details p {
  color: #444;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 0;
}

/* bidder icons */
.color1 {
  background: #25add3;
  background: #1d8faf;
  background: #567;
  background: #676767;
}

.color2 {
  background: #3bd6af;
  background: #41afce;
  background: #789;
  background: #888;
}

.color3 {
  background: #8856c0;
  background: #61c9e6;
  background: #9ab;
  background: #aaa;
}

.color4 {
  background: #be5cb1;
  background: #88dcf3;
  background: #bcd;
  background: #ccc;
}

span.bidder {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  line-height: 32px;
  margin-right: -7px;
  height: 32px;
  width: 32px;
  border-radius: 77px;
  cursor: pointer;
}

span.bidder:hover {
  z-index: 99;
}

.show-bidders {
  margin-top: 30px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.show-bidders .detail-label {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

span.bidder {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  line-height: 28px;
  height: 28px;
  width: 28px;
  margin-right: -7px;
  border-radius: 77px;
  cursor: pointer;
}

span.bidder:hover {
  z-index: 99;
}

/* feature nft */
.featured-nft-container {
  padding: 0 30px;
  margin: 20px auto;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.featured-nft-container .featured-nft-content {
  padding: 60px 0;
  max-width: 1240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.featured-nft-container .feature-image {
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.featured-nft-container .nft-wrap {
  background: #fff;
  background: transparent;
  padding-top: 7px;
  padding-bottom: 55px;
}

.featured-nft-container .nft-wrap img, .featured-nft-container .nft-wrap video {
  width: 100%;
}

.featured-nft-container .nft-wrap a {
  height: 100%;
  max-width: 100%;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 20px 25px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 20px 25px 25px rgba(0, 0, 0, 0.15);
}

.featured-nft-container .feature-info {
  padding: 50px;
  border-radius: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

.featured-nft-container .feature-info h4 {
  line-height: 1.45;
}

.featured-nft-container .show-bidders {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}

.featured-nft-container .detail-label {
  font-size: 14px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.featured-nft-container .show-bidders {
  margin-top: 0;
  margin-bottom: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.featured-nft-container span.bidder {
  line-height: 32px;
  height: 32px;
  width: 32px;
}

.featured-nft-container .bid-details {
  background: transparent;
  padding: 0;
  margin: 35px 0;
  border: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.featured-nft-container .bid-details > div {
  margin-right: 15%;
}

.featured-nft-container .big-detail {
  color: #363636;
  font-size: 24px;
}

.featured-nft-container .carousel {
  max-width: 1240px;
}

.featured-nft-container .carousel-inner {
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

.featured-nft-container .carousel-indicators {
  bottom: -10px;
  display: none;
}

.featured-nft-container .carousel-control-prev {
  left: -12%;
}

.featured-nft-container .carousel-control-prev i {
  color: #000;
}

.featured-nft-container .carousel-control-next {
  right: -12%;
}

.featured-nft-container .carousel-control-next i {
  color: #000;
}

.featured-nft-container .carousel-control-next, .featured-nft-container .carousel-control-prev {
  width: 10%;
}

/* Main content */
.nft-block {
  margin: 55px auto 0;
  margin: 60px auto;
  max-width: 1500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.block-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.user-block {
  padding: 0 30px;
  margin: 100px auto;
  width: 100%;
  max-width: 1500px;
  max-width: 1000px;
  display: block;
}

.user-block h1 {
  text-transform: none;
}

.inner-message {
  padding: 80px 30px;
  margin: 50px auto;
  border: 0 solid #eee;
  border-radius: 30px;
  -webkit-box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.15);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.inner-message blo
> div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.inner-message h1 {
  color: #000;
  font-size: 33px;
  margin-bottom: 3px;
}

.inner-message h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
}

.block-full {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.title {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title h3 {
  margin-bottom: 0;
}

.title-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.title-center h2 {
  margin-bottom: 0;
}

.title a {
  font-weight: 600;
}

.title a i {
  font-size: 16px;
  margin-left: 5px;
}

.main-content {
  padding: 0 30px;
}

.nft-list .nft-block {
  margin-bottom: 60px;
}

.load-more {
  padding-top: 0 !important;
  margin-top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fill-empty-space {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  /* same width as .nft */
  height: 0;
  /* Important! for the divs to collapse should they fall in a new row */
}

.block-inner .button-wrap {
  text-align: center;
}

.sort span {
  font-weight: 600;
  margin-right: 3px;
}

.sort select {
  font-size: 13px;
  height: 35px;
  padding: 0 7px;
  border-radius: 10px;
}

.nft {
  margin-bottom: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.nft .nft-top {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nft .nft-bottom {
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.nft .bid-details {
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nft .bid-details div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nft .bid-details span {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.nft .show-bidders {
  margin-top: 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.nft .button-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.nft img, .nft video {
  height: auto;
  max-width: 100%;
}

.nft h4 {
  margin-bottom: 10px;
}

.nft .btn-medium {
  min-width: 60%;
}

.nft-contain {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  width: 100%;
  min-width: 0;
  position: relative;
  overflow: hidden;
}

.nft-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  min-width: 0;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.nft-wrap {
  background: #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  min-width: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.headline {
  text-align: center;
}

.headline .nft-block {
  padding: 0 30px;
  margin: 80px auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.headline h2 {
  margin: 0 auto;
  max-width: 1200px;
}

.headline .button-wrap {
  margin-top: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

#get-started .title {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#get-started h2 {
  text-align: center;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

#get-started h5 {
  font-weight: 400;
  text-transform: none;
}

#get-started .block-inner {
  text-align: center;
}

/* nft details */
.nft-image-wrap {
  padding: 0 30px;
  margin: 70px auto 85px;
  margin-bottom: 50px;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nft-image-wrap .nft-contain {
  min-width: 0;
  max-width: 550px;
  border-radius: 15px;
  -webkit-box-shadow: 20px 25px 35px rgba(0, 0, 0, 0.15);
          box-shadow: 20px 25px 35px rgba(0, 0, 0, 0.15);
}

.nft-image-wrap .nft-contain .nft-wrap img, .nft-image-wrap .nft-contain .nft-wrap video {
  width: 100%;
}

.nft-image {
  -webkit-box-shadow: 0 25px 35px rgba(0, 0, 0, 0.15);
          box-shadow: 0 25px 35px rgba(0, 0, 0, 0.15);
  height: 66vh;
}

.nft-image img {
  height: 100%;
  max-width: 100%;
}

.nft-audio-outer {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.nft-audio-wrap {
  padding: 0 30px;
  margin: 70px auto 85px;
  margin-bottom: 30px;
  max-width: 1360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nft-audio-wrap .audio-container {
  background: #fff;
  padding: 50px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.07);
}

.nft-audio-wrap .audio-container #artwork {
  margin-top: 5px;
  margin-top: 0;
}

.nft-audio-wrap .audio-container #artwork img {
  width: 100%;
  max-width: 100%;
  border-radius: 40px;
}

.nft-audio-wrap .audio-container #mainwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nft-audio-wrap .audio-container .the-player {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
}

.nft-audio-wrap .audio-container .the-playlist {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 59%;
          flex: 0 0 59%;
}

.nft-audio-wrap .audio-container .album-title,
.nft-audio-wrap .audio-container .album-title-small {
  padding-left: 10px;
  margin-bottom: 30px;
}

.nft-audio-wrap .audio-container .album-title .the-album-title,
.nft-audio-wrap .audio-container .album-title-small .the-album-title {
  font-size: 42px;
  font-size: 27px;
  font-weight: 800;
  text-transform: none;
  margin-bottom: 5px;
}

.nft-audio-wrap .audio-container .album-title .the-artist-name,
.nft-audio-wrap .audio-container .album-title-small .the-artist-name {
  color: #888;
  font-weight: 600;
  text-transform: none;
}

.nft-audio-wrap .audio-container .album-title-small {
  display: none;
}

.nft-audio-wrap .audio-container .plNum {
  padding-left: 5px;
  padding-right: 10px;
}

.nft-audio-wrap .audio-container .plSel, .nft-audio-wrap .audio-container .plSel:hover {
  background-color: #151515;
  color: #fff;
}

.nft-audio-wrap .audio-container .plSel span, .nft-audio-wrap .audio-container .plSel:hover span {
  font-weight: 700;
}

.nft-audio-wrap .audio-container #plList li {
  border-radius: 100px;
}

.nft-audio-wrap .audio-container #plList li:hover {
  background-color: #f8f8f8;
  border-left: 5px solid transparent;
}

.nft-audio-wrap .audio-container #plList li.plSel:hover {
  background-color: #151515;
  color: #fff;
  border-left: 0;
}

.nft-audio-wrap .audio-container #tracks a {
  font-size: 21px;
  padding: 0;
  margin-bottom: 0;
  height: 45px;
  width: 45px;
  line-height: 40px;
  border: 1px solid #eee;
  border-radius: 100px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 75ms ease-in;
  transition: background-color 75ms ease-in;
  -webkit-transition: border-color 25ms ease-in;
  transition: border-color 25ms ease-in;
}

.nft-audio-wrap .audio-container #tracks a:hover, .nft-audio-wrap .audio-container #tracks a:active {
  background: #000;
  color: #fff;
  border-color: #000;
  opacity: 1;
}

.nft-audio-wrap .audio-container .plArtwork {
  height: 65px;
  width: 65px;
}

.nft-audio-wrap .audio-container .plArtwork img {
  border-radius: 100px;
}

.nft-audio-wrap .audio-container #npTitle {
  font-size: 18px;
  font-weight: 700;
}

.nft-audio-wrap .audio-container #nowPlay span#npTitle {
  padding: 21px 21px 17px;
  text-align: left;
  width: 100%;
  min-height: 86px;
}

.nft-audio-wrap .audio-container .plyr__control {
  border-radius: 100px;
}

.nft-audio-wrap .audio-container .plyr__control:nth-of-type(2) {
  padding-left: 9px;
  padding-right: 5px;
  margin: 0 4px 0 0;
}

.nft-audio-wrap .audio-container .plyr--audio .plyr__controls {
  padding: 10px 13px;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  margin-bottom: 15px;
}

.nft-video-outer {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.nft-video-wrap {
  padding: 0 30px;
  margin: 70px auto 85px;
  margin-bottom: 30px;
  max-width: 1360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nft-video-wrap .carousel {
  max-width: 90%;
}

.nft-gallery-outer {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.nft-gallery-wrap {
  padding: 0 30px;
  margin: 15px auto 10px;
  max-width: 1360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nft-gallery-wrap .carousel {
  max-width: 70%;
}

.nft-gallery-wrap .carousel-inner {
  padding: 60px;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

.nft-gallery-wrap .carousel-item > img {
  margin: 0 auto;
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  max-height: 550px;
  max-width: 100%;
  min-width: 0;
  border-radius: 15px;
  -webkit-box-shadow: 20px 25px 35px rgba(0, 0, 0, 0.15);
          box-shadow: 20px 25px 35px rgba(0, 0, 0, 0.15);
  display: block;
}

.nft-gallery-wrap .carousel-item video {
  margin: 0 auto;
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  border-radius: 15px;
  height: auto;
  width: auto;
  max-height: 550px;
  max-width: 100%;
  min-width: 550px;
  -webkit-box-shadow: 20px 25px 35px rgba(0, 0, 0, 0.15);
          box-shadow: 20px 25px 35px rgba(0, 0, 0, 0.15);
  display: block;
  float: none;
}

.nft-gallery-wrap .carousel-indicators {
  bottom: -10px;
  display: none;
}

.nft-gallery-wrap .carousel-control-prev {
  left: -10%;
}

.nft-gallery-wrap .carousel-control-prev i {
  color: #000;
  font-size: 27px;
}

.nft-gallery-wrap .carousel-control-next {
  right: -10%;
}

.nft-gallery-wrap .carousel-control-next i {
  color: #000;
  font-size: 27px;
}

.nft-audio-outer .the-title,
.nft-video-outer .the-title,
.nft-gallery-outer .the-title {
  font-size: 36px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.block-token-players .block-account-library {
  margin-bottom: 0;
}

.block-token-players .nft-gallery-outer {
  margin-top: -15px;
}

.block-token-players .nft-audio-wrap,
.block-token-players .nft-video-wrap {
  margin: 40px auto 90px;
}

.block-token-players .nft-gallery-wrap {
  margin: 0 auto 30px;
}

.block-token-players .the-title {
  color: #ddd;
  font-size: 42px;
  text-align: center;
  text-transform: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.nft-single {
  padding: 0 30px;
  margin: 70px auto;
  max-width: 1500px;
  max-width: 1360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nft-description {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

.nft-description .creator-name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nft-description .creator-name {
  background: #fff;
  padding: 10px;
  padding-right: 20px;
  border-radius: 55px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nft-description .creator-name .profile-small {
  margin-right: 10px;
}

.nft-description .creator-name span {
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  display: inline-block;
}

.nft-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.description-text {
  color: #000;
  font-weight: 500;
  line-height: 2.2;
  margin: 50px 0;
  max-width: 400px;
}

.description-text .detail-label {
  margin-bottom: 10px;
}

.edition {
  font-size: 24px;
}

.edition strong {
  font-size: 42px;
  font-weight: 600;
}

.auction-container {
  padding: 35px 30px;
  margin-bottom: 50px;
  width: 600px;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.auction-container .button-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.auction-container .button-wrap .btn-base {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.auction-container.buy-it-now-set h2 {
  font-size: 30px;
}

.auction-container.buy-it-now-set .detail-buy-now {
  color: #999;
}

.auction-container.buy-it-now-set a.btn-buy-now {
  color: #999;
  border-color: #999;
  opacity: .9;
}

.auction-container.buy-it-now-set a.btn-buy-now:hover {
  color: #000;
  border-color: #000;
}

.auction-container.buy-it-now-set .button-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.auction-container.buy-it-now-set .button-wrap .btn-base {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}

.auction-info {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.auction-info .bid-info {
  text-align: center;
  padding-right: 2%;
  border-right: 1px solid #ddd;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.auction-info .time-left {
  text-align: center;
  padding-left: 2%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.auction-info .time-left .detail-label {
  width: 100%;
}

.auction-info .time-left h2 {
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.auction-info h2 {
  margin-top: 5px;
}

.auction-info h2 span {
  padding: 0 7px;
  display: inline-block;
}

.auction-info h2 span small {
  color: #aaa;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  display: block;
}

/* bids */
.nft-bid {
  padding: 20px 25px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nft-bid p strong {
  color: #999;
}

.nft-bid .bid-meta {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.nft-bid .bid-meta p {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0;
}

.nft-bid .price-of-bid span {
  color: #000;
  font-size: 21px;
  font-weight: 600;
}

.profile-small {
  margin-right: 20px;
  height: 36px;
  width: 36px;
  border-radius: 55px;
  overflow: hidden;
}

.profile-small img {
  max-width: 100%;
}

.nft-secondary-single .auction-container.buy-it-now-set .button-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nft-secondary-single .the-token {
  margin-top: 30px;
}

.nft-secondary-single .the-token h6 {
  margin-bottom: 10px;
}

.nft-secondary-single .the-token p {
  word-break: break-all;
}

.nft-secondary-single .token-container {
  width: 100%;
  padding: 0 50px;
  margin-bottom: 20px;
}

.nft-secondary-single .token-container .detail-label {
  margin-bottom: 5px;
}

.nft-secondary-single .token-container .the-token .detail-label {
  margin-bottom: 2px;
}

.nft-secondary-single .auction-info {
  margin-bottom: 30px;
}

.nft-secondary-single .seller-info {
  margin-bottom: 20px;
}

.nft-secondary-single .seller-info h2 {
  font-size: 21px;
}

.footer {
  background: #000;
  height: 72px;
  padding: 0 30px;
  margin-top: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer p {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #678;
  color: #777;
  font-size: 14px;
  margin: 0;
  margin-right: 5%;
}

.footer a {
  color: #abc;
  color: #bbb;
  font-size: 13px;
  font-weight: 500;
  margin-right: 5%;
}

.footer-inner {
  padding: 0;
  margin: 0 auto;
  max-width: 1500px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/** Form Elements **/
form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

form p {
  margin: 0;
  padding: 5px;
}

fieldset {
  margin: 2em;
}

label {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #555;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  text-transform: capitalize;
  padding-left: 5px;
  margin: 5px 2px 3px;
  margin-bottom: 3px;
  display: block;
}

input,
textarea,
select {
  font-size: 14px;
  line-height: 1;
  height: 38px;
  padding: 7px 15px;
  margin: 0 2px;
  border: 2px solid #ddd;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  min-height: 80px;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="color"] {
  min-width: 50px;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  border-color: #000;
  outline: none;
}

input[type="submit"],
input[type="button"],
input[type="reset"],
button {
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"].btn-blue-dark,
input[type="button"].btn-blue-dark,
button.btn-blue-dark {
  background: #1dcdfe;
  color: #000;
  border-color: #1dcdfe;
}

input[type="reset"] {
  background: transparent;
  color: #777;
  border-color: #777;
}

input[type="button"]:disabled {
  background: #777;
  border-color: #777;
  cursor: not-allowed;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  opacity: .8;
}

.radio-label,
.checkbox-label {
  padding: 0;
}

.radio,
.checkbox {
  font-weight: 400;
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.radio input,
.checkbox input {
  height: auto;
}

.radio label,
.checkbox label {
  font-weight: 400;
  margin: 0;
}

.block-login {
  margin: 0 auto;
  padding: 50px 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-login .form-extras {
  padding: 3px 5px;
}

.block-login .inner-message {
  margin: 30px auto;
}

.block-login .message-login {
  background: #fff;
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  min-height: 500px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.block-login .message-login .create-account {
  background: #000;
  background-size: cover;
  padding: 50px 40px;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block-login .message-login .create-account h1, .block-login .message-login .create-account h4, .block-login .message-login .create-account .checkboxes a {
  color: #fff;
}

.block-login .message-login .create-account input {
  border-color: #fff;
}

.block-login .message-login .create-account .checkboxes {
  margin: 15px auto;
  max-width: 320px;
}

.block-login .message-login .create-account .checkboxes > div {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-login .message-login .create-account .checkboxes > div input[type="checkbox"] {
  margin-right: 8px;
}

.block-login .message-login .login-to-account {
  background: url("../images/bg-login-white.jpg") left bottom no-repeat #fff;
  padding: 40px;
  padding-top: 120px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block-login .message-login .login-to-account .col-sm-12 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block-login .message-login .login-to-account .form-extras > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-login .message-login .login-to-account .form-extras > div label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-login .message-login .login-to-account .form-extras > div label input[type="checkbox"] {
  margin-right: 6px;
}

.block-login .message-login button, .block-login .message-login input, .block-login .message-login textarea, .block-login .message-login select {
  width: 250px;
}

.block-login .message-login input[type="checkbox"] {
  height: auto;
  width: auto;
}

.block-login .register-buy {
  background: #fff;
  padding: 50px;
  position: relative;
}

.block-login .register-buy .x-close {
  position: absolute;
  top: 17px;
  right: 20px;
}

.block-login .register-buy .x-close i {
  font-size: 21px;
}

.block-login .register-buy h1 {
  margin-bottom: 10px;
}

.block-login .register-buy h5 {
  font-weight: 400;
}

.block-login .register-buy h6 {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.block-login .register-buy .available {
  text-align: center;
  margin: 20px 0 0;
}

.block-login .register-buy .text-info {
  text-align: center;
  margin-bottom: 30px;
}

.block-login .register-buy .text-info h5 {
  margin: 0 auto;
  max-width: 700px;
}

.block-login .register-buy .name-and-password {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block-login .register-buy .name-and-password input:disabled {
  background: #ddd;
}

.block-login .register-buy .name-and-password > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block-login .register-buy .payment-info {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block-login .register-buy .payment-info .payment-options {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.block-login .register-buy .payment-info .payment-options a {
  cursor: pointer;
}

.block-login .register-buy .payment-info .order-details {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.block-login .register-buy .payment-info .order-details .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block-login .register-buy .payment-info .order-details .button-wrap .submit-wrap {
  padding-left: 0;
  margin-top: 5px;
}

.block-login .register-buy .payment-info .payment-type {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block-login .register-buy .payment-info .credit-card {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.block-login .register-buy .payment-info .billing-info {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block-login .register-buy .payment-info .card-info {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block-login .register-buy .payment-info .receipt {
  padding: 30px 0 5px;
  border-top: 2px solid #ddd;
}

.block-login .register-buy .payment-info .receipt .receipt-item-desc {
  margin-bottom: 20px;
}

.block-login .register-buy .payment-info .receipt .receipt-total input {
  text-align: center;
  padding: 0;
  height: 30px;
  width: 30px;
  border-radius: 0;
}

.block-login .register-buy .payment-info .receipt .receipt-total > div {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ddd;
}

.block-login .register-buy .payment-info .receipt .receipt-total > div:last-of-type {
  border: 0;
}

.block-login .register-buy .button-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.block-login .register-buy .button-wrap p {
  font-size: 12px;
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-login .register-buy .button-wrap p input {
  margin-right: 5px;
}

.block-login .payment-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block-login .payment-options .feature-image-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
}

.block-login .payment-options .feature-image-wrap h6 {
  text-align: left;
  margin-bottom: 0;
}

.block-login .payment-options .feature-image-wrap img {
  max-width: 100%;
}

.block-login .payment-options .feature-image-wrap .feature-links {
  background: #000;
  padding: 11px 18px;
  border-radius: 0 0 25px 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-login .payment-options .feature-image-wrap .feature-links a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-login .payment-options .feature-image-wrap .feature-links h4 {
  color: #fff;
  font-weight: 700;
}

.block-login .payment-options .feature-image-wrap .feature-links h6 {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
}

.block-login .payment-options .feature-image-wrap .feature-links h6 em {
  font-weight: 400;
  font-style: normal;
}

.block-login .payment-options .feature-image-wrap .feature-links i {
  color: #fff;
  font-size: 11px;
  margin-left: 8px;
  margin-bottom: 1px;
}

.block-login .payment-options .feature-image-wrap .feature-icons img {
  margin-left: 5px;
  width: 28px;
}

.block-login .payment-options .feature-image-wrap .feature-icons img.flame {
  width: 20px;
}

.block-login .payment-options .payment-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
}

.block-login .payment-options .payment-type h6 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.block-login .payment-options .payment-type h4 {
  margin-bottom: 0;
  max-width: 400px;
  margin: 0 auto;
}

.block-login .payment-options .payment-type #item_qty {
  margin-bottom: 10px;
}

.block-login .payment-options .payment-type small {
  margin: 5px 0 20px;
  display: block;
}

.block-login .payment-options .credit-card {
  margin-top: 40px;
}

.image-exclusive {
  background: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.image-exclusive img {
  max-width: 100%;
}

.block-user-profile {
  margin: 30px auto 0;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.block-user-profile h3 {
  color: #000;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 0;
}

.block-user-profile p {
  color: #000;
  max-width: 800px;
}

.block-user-profile p:last-of-type {
  margin-bottom: 0;
}

.block-user-profile .user-profile {
  background: #1b1b1b;
  background: transparent;
  padding: 25px 30px;
  margin-top: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-user-profile .user-profile .profile-image {
  margin-right: 40px;
  height: 90px;
  width: 90px;
  border-radius: 111px;
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
}

.block-user-profile .user-profile .profile-image img {
  max-width: 100%;
}

.block-user-profile .user-profile .profile-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

.block-user-profile .user-profile .profile-edit {
  margin-left: 30px;
}

.block-user-profile .user-profile .profile-edit .btn-base {
  white-space: nowrap;
}

.block-user-profile .user-links {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-user-profile .user-links ul {
  padding: 17px 30px;
  margin: 0;
  list-style: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid #ddd;
  border-radius: 55px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 30px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.block-user-profile .user-links ul li {
  padding-right: 50px;
}

.block-user-profile .user-links ul a {
  color: #999;
  font-size: 18px;
  font-weight: 500;
}

.block-user-profile .user-links ul a:hover {
  color: #000;
}

.block-user-profile .user-links ul a.active {
  color: #000;
  font-weight: 700;
}

.block-account-library {
  margin: 65px auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.block-account-library h1 {
  color: #000;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: -1px;
  margin-left: 3px;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.block-account-library h1 span {
  color: #aaa;
}

.block-account-library h4 {
  color: #000;
}

.block-account-library .library-wrap {
  margin-top: 30px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.block-account-library .library-wrap .item {
  margin-bottom: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.block-account-library .library-wrap .item img {
  max-width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
}

.block-account-library .library-wrap .item video {
  max-width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
}

.block-account-library .library-wrap .item h6 {
  margin-bottom: 0;
}

.block-account-library .library-wrap .item .the-image {
  margin-bottom: 15px;
}

.block-account-library .library-wrap .item .the-details {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block-account-library .library-wrap .item .the-details > div:first-of-type {
  margin-left: 5px;
}

.block-account-library .library-wrap .item .the-details > i {
  color: #000;
  font-size: 60px;
  margin-top: 5px;
  margin-right: 5px;
  opacity: .65;
}

.block-account-library .library-wrap .item .the-details h5 {
  color: #000;
  margin-bottom: 5px;
}

.block-account-library .library-wrap .item .the-details .h7 {
  color: #000;
  font-weight: 400;
}

.block-account-library .library-wrap .item .the-details a {
  color: #000;
}

.block-account-library .library-wrap .item .the-icons {
  margin-top: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-account-library .library-wrap .item .the-icons img {
  margin-right: 12px;
  width: 36px;
}

.block-account-library .library-wrap .item .the-icons div:first-of-type img {
  margin-right: 7px;
}

.block-account-library .library-wrap .item .button-wrap {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.block-account-library .library-wrap .item .button-wrap .btn-base:first-of-type {
  margin-right: 5px;
}

.block-account-library .library-wrap .fill-empty-space {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  /* same width as .nft */
  height: 0;
  /* Important! for the divs to collapse should they fall in a new row */
  padding: 0;
  margin: 0;
}

.field-wrap input {
  width: 300px;
  max-width: 100%;
}

.field-wrap textarea {
  width: 300px;
  max-width: 100%;
  border-radius: 7px;
}

.field-wrap img {
  max-width: 100%;
}

.field-wrap .the-profile-image img {
  width: 90px;
  height: 90px;
  border-radius: 100px;
}

.block-collections .collection-item {
  background: #171717;
  background: -webkit-gradient(linear, left top, right bottom, from(#2c2c2c), to(#111));
  background: linear-gradient(to bottom right, #2c2c2c, #111);
  padding: 30px;
  margin-bottom: 50px;
  border-radius: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.block-collections .collection-item .the-image {
  margin-right: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
}

.block-collections .collection-item .the-image img {
  max-width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
}

.block-collections .collection-item .the-image video {
  max-width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
}

.block-collections .collection-item .the-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.block-collections .collection-item .the-title h4 {
  color: #fff;
  margin-bottom: 7px;
}

.block-collections .collection-item .the-title h5 {
  color: #fff;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 7px;
}

.block-collections .collection-item .the-title .h7 {
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}

.block-collections .collection-item .the-title i {
  color: #fff;
}

.block-collections .css-table .table-col:nth-of-type(2) {
  padding-right: 30px;
}

.block-collections .token-sell-select {
  padding-bottom: 15px;
}

.block-collections .token-table {
  padding-top: 15px;
  width: 100%;
  border-top: 1px solid #ddd;
}

.block-collections .token-table .table-header {
  font-weight: 700;
}

.block-collections .token-table .btn-base {
  margin: 0 1px;
}

.block-collections .the-token {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block-collections .the-token a {
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.block-collections .the-token small a {
  font-weight: 400;
}

.block-purchases .table-wrap .css-table {
  width: 100%;
}

.block-purchases .table-wrap .css-table .table-header {
  font-weight: 700;
}

.block-purchases .table-wrap .css-table .table-col {
  padding: 10px 20px;
  vertical-align: baseline;
}

.block-purchases .table-wrap .css-table .the-image {
  width: 100px;
}

.block-purchases .table-wrap .css-table .the-image img {
  border-radius: 7px;
  width: 100%;
}

.block-purchases .table-wrap .css-table .the-token a {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  display: block;
}

.block-purchases .table-wrap .css-table .the-actions {
  text-align: right;
}

/* modal */
.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  max-width: 90%;
  width: 450px;
}

.modal-dialog.modal-large {
  width: 650px;
}

.modal-dialog.modal-list-items {
  width: 800px;
}

.modal-content {
  padding: 20px;
  border: 0;
  border-radius: 25px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.modal-backdrop.show {
  opacity: .2;
}

.modal-header {
  padding-bottom: 0;
  border: 0;
}

.modal-header h3 {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  text-align: left;
  font-size: 27px;
}

.modal-header .close {
  text-align: right;
  padding: 1rem;
  margin: -1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 43px;
          flex: 0 1 43px;
  min-width: 0 !important;
  position: absolute;
  top: 13px;
  right: 23px;
}

.red {
  color: red;
}

.list-item-details {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-item-details .the-image {
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.list-item-details .the-image img {
  max-width: 100%;
}

.list-item-details .the-details h5 {
  margin-bottom: 0;
}

.list-item-details .the-details h6 {
  margin-bottom: 0;
}

#modal-transfer .notice {
  margin-top: 20px;
}

#modal-transfer .notice .red {
  margin-bottom: 0;
}

#modal-place-bid .the-fields {
  padding-top: 0;
}

.input-wrap {
  text-align: left;
  display: inline-block;
}

.input-wrap span {
  margin-left: 2px;
}

.input-wrap {
  max-width: 100%;
}

.input-wrap:last-of-type {
  margin-bottom: 0;
}

.modal-footer {
  border: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-list-items h4 {
  font-weight: 700;
}

.modal-list-items input[type="submit"], .modal-list-items input[type="button"], .modal-list-items input[type="reset"], .modal-list-items button {
  line-height: 30px;
  height: 53px;
  min-width: 180px;
}

.modal-list-items .modal-body {
  padding: 30px 1rem;
  border: 1px solid #eee;
  border-radius: 25px;
  padding: 40px 33px 22px;
  margin: 20px 0;
}

.modal-list-items .modal-body input, .modal-list-items .modal-body select {
  font-size: 18px;
  padding: 7px 20px;
  margin: 0;
  height: 50px;
  border-radius: 40px;
}

.modal-list-items .modal-body input[type="checkbox"] {
  height: 20px;
}

.modal-list-items .modal-body label {
  font-size: 14px;
}

.modal-list-items .modal-body div.input-wrap {
  line-height: 1;
  padding: 0;
  margin-bottom: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-list-items .modal-body div.input-wrap input, .modal-list-items .modal-body div.input-wrap select {
  width: 250px;
}

.modal-list-items .modal-body div.input-wrap > div:first-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

.modal-list-items .modal-body div.input-wrap > div:last-of-type {
  text-align: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

.modal-list-items .modal-body div.input-wrap label {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 0;
  margin-bottom: 3px;
}

.modal-list-items .modal-body div.input-wrap span {
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 10px;
  display: inline-block;
}

.modal-list-items .modal-body div.input-wrap .check-solo {
  display: block;
}

.modal-list-items .modal-body div.buy-now-price {
  background: #eee;
  border-radius: 3px;
  padding: 15px;
  padding-bottom: 10px;
}

.modal-list-items .modal-body .info-wrap {
  line-height: 1;
  padding: 0;
  margin-bottom: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-list-items .modal-body .info-wrap span {
  font-size: 18px;
  text-align-last: left;
  display: inline-block;
}

.modal-list-items .modal-body .info-wrap > span:first-of-type {
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 45%;
          flex: 1 0 45%;
}

.modal-list-items .modal-body .info-wrap > span:last-of-type {
  text-align: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.modal-list-items .modal-body .view-list {
  background: #eee;
  padding: 8px 18px;
  margin-top: 20px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-list-items .modal-body .view-list button {
  line-height: 20px;
  margin: 10px;
  height: 43px;
  min-width: 0;
}

.modal-list-items .modal-footer {
  border: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-list-confirmation .modal-body {
  padding: 50px 10%;
  margin: 50px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal .the-fields {
  padding-top: 15px;
  padding-bottom: 5px;
}

.modal .field-wrap {
  margin-bottom: 15px;
  width: 100%;
}

.modal .field-wrap:last-of-type {
  margin-bottom: 0;
}

.modal .field-wrap.two-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal .field-wrap.two-fields input, .modal .field-wrap.two-fields label, .modal .field-wrap.two-fields select, .modal .field-wrap.two-fields textarea {
  width: 100%;
}

.modal .field-wrap.two-fields > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.5%;
          flex: 0 0 48.5%;
}

.modal .button-wrap {
  padding-top: 25px;
}

@media (max-width: 599px) {
  .carousel-control-next, .carousel-control-prev {
    padding-top: 0 !important;
    height: 100% !important;
  }
  .featured-nft-container .carousel-control-prev {
    left: -15px !important;
  }
  .featured-nft-container .carousel-control-next {
    right: -15px !important;
  }
  .featured-nft-container .carousel-control-prev i,
  .featured-nft-container .carousel-control-next i {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
  }
  .featured-nft-container .featured-nft-content .feature-info {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .featured-nft-container .feature-image {
    -webkit-box-shadow: 0 0 0 !important;
            box-shadow: 0 0 0 !important;
  }
  .featured-nft-container .featured-nft-content .feature-image {
    margin-bottom: 0 !important;
  }
  .nft-gallery-wrap .carousel-inner {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
/*# sourceMappingURL=main.varsity.css.map */