body {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

p {
  color: #222;
  font-size: 18px;
  line-height: 1.6;
}

a {
  color: #000;
  color: #00a7e9;
}

a:hover {
  color: #000;
  color: #00a7e9;
  text-decoration: none;
  opacity: 0.8;
  transition: all 100ms ease-in;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

h1 {
  color: #64caf2;
  font-size: 47px;
  font-weight: 800;
}

h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 0;
}

h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: -0.5px;
}

h4 {
  font-size: 20px;
  font-weight: 400;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 15px;
  font-weight: 800;
}

.h7 {
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.nobold {
  font-weight: 400 !important;
}

.color-red {
  color: red;
}

.tooltip-inner {
  max-width: 200px;
  padding: 5px 10px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 0.25rem;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #fff;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #fff;
}

.tory-wrap .tooltip-inner {
  max-width: 200px;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.tory-wrap .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tory-wrap .tooltip.bs-tooltip-top .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* Shortcodes */
.btn-base,
nav.sd-nav ul li a.btn-base,
nav.sd-nav ul li a:visited.btn-base {
  background: #000;
  color: #fff;
  font-weight: 800;
  letter-spacing: -1px;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  border-radius: 77px;
  display: inline-block;
  transition: all 75ms ease-in;
}

.btn-base:hover,
nav.sd-nav ul li a.btn-base:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.65;
}

.btn-disabled {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  opacity: 0.5;
}

.btn-blue-dark,
nav.sd-nav ul li a.btn-blue-dark,
nav.sd-nav ul li a.btn-blue-dark:visited {
  background: #1dcdfe;
  color: #000;
}

.btn-blue-dark:hover,
nav.sd-nav ul li a.btn-blue-dark:hover {
  color: #000;
}

.btn-green-dark {
  background: #34f5c6;
  color: #000;
}

.btn-green-dark:hover {
  color: #000;
}

.btn-blue {
  background: #1dcdfe;
  color: #fff;
}

.btn-blue:hover {
  color: #fff;
}

.btn-bluetogreen-dark {
  background: linear-gradient(to right, #1dcdfe, #34f5c6);
  color: #000;
}

.btn-bluetogreen-dark:hover {
  color: #000;
}

.btn-disabled {
  background: #999;
  color: #fff;
  cursor: not-allowed;
  opacity: 1;
}

.btn-disabled:hover {
  background: #999;
  color: #fff;
  opacity: 1;
}

.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-big {
  font-size: 20px;
  font-size: 17px;
  line-height: 60px;
  white-space: nowrap;
  height: 60px;
  padding: 0 25px;
}

.btn-huge {
  font-size: 24px;
  line-height: 80px;
  height: 80px;
  padding: 0 40px;
}

.btn-big.btn-outline,
.btn-big.btn-outline-white {
  line-height: 58px;
  height: 60px;
}

.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: 40px;
  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;
  justify-content: center;
}

.df {
  display: flex !important;
}

.jcsb {
  justify-content: space-between !important;
}

.jcc {
  justify-content: center !important;
}

.aic {
  align-items: center !important;
}

.aife {
  align-items: flex-end !important;
}

span.green {
  color: #0c7;
}

span.yellow {
  color: rgb(255, 228, 118);
}

.css-select select {
  /* Reset */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: 0;
  font: inherit;
  /* Personalize */
  background: url("https://upload.wikimedia.org/wikipedia/commons/9/9d/Caret_down_font_awesome_whitevariation.svg") no-repeat right 0.8em center/1.4em;
  color: white;
  border-radius: 0.25em;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  /* <option> colors */
  /* Remove focus outline */
  /* Remove IE arrow */
}
.css-select select option {
  background-color: #fff;
  color: #000;
  font-size: 16px;
}
.css-select select:focus {
  outline: none;
}
.css-select select::-ms-expand {
  display: none;
}

.css-table {
  display: table;
}

.table-header,
.line-break,
.table-row {
  display: table-row;
}

.table-col {
  padding: 10px;
  display: table-cell;
}

.col-title {
  display: block;
}

/* Branding */
.branding-wrap {
  background: #000;
  margin-bottom: 70px;
}

.branding {
  padding: 35px 30px;
  padding: 22px 30px;
  margin: 0 auto;
  max-width: 1560px;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-items: center;
}

.branding .logo,
.sd-brand img {
  height: 40px;
}

.logo-wrap {
  flex: 1 0 25%;
}

.login-wrap {
  text-align: right;
  flex: 1 0 25%;
}

.browse-nfts {
  font-family: "Merryweather", Georgia, "Times New Roman", Times, serif;
  text-align: center;
  position: relative;
  top: 7px;
  align-self: flex-end;
  flex: 1 0 50%;
}

.browse-nfts a {
  color: #000;
  display: block;
  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: linear-gradient(to right, #1ECEFE, #35F5C6);
  height: 4px;
}

nav.sd-nav ul li .drop.btn-base {
  font-size: 15px;
  font-weight: 700;
  padding: 0 30px;
  display: inline-block;
}

/* Slider */
#sd-slider-wrap {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
}

#sd-slider {
  background: #fff;
}

.sd-slide {
  justify-content: space-evenly;
}

.sd-slide img {
  max-width: 100%;
}

#sd-slider-wrap button {
  color: #000;
  font-size: 24px;
}

#sd-prev,
#sd-next {
  top: 45%;
  bottom: auto;
}

#sd-prev {
  left: 1vw;
}

#sd-next {
  right: 1vw;
}

#sd-slider-dots {
  display: none;
}

#sd-slider-wrap button {
  border: 0;
}

#sd-slider-wrap button:hover {
  border: 0;
  opacity: 0.65;
}

/* nfts */
.nft-details {
  padding: 17px;
  border-bottom: 1px solid #eee;
}
.nft-details p {
  color: #444;
  font-family: "Poppins", 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;
}

.button-wrap {
  width: 100%;
}

/* feature nft */
.featured-nft-container {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1390px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.featured-nft-container .promo-tagline {
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  flex: 1 0 100%;
  opacity: 0.5;
}
.featured-nft-container .featured-nft-content {
  max-height: 600px;
  max-height: 650px;
  display: flex;
  justify-content: center;
  justify-content: space-between;
  align-items: center;
  min-height: 66vh;
  flex: 1 0 100%;
}
.featured-nft-container .feature-image-wrap {
  margin-left: 50px;
  display: flex;
}
.featured-nft-container .feature-image-wrap .feature-links {
  background: #000;
  padding: 13px 30px;
  border-radius: 0 0 25px 25px;
  flex: 1 0 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.featured-nft-container .feature-image-wrap .feature-links a {
  color: #fff;
  display: flex;
  align-items: center;
}
.featured-nft-container .feature-image-wrap .feature-links h4 {
  color: #fff;
  font-weight: 700;
}
.featured-nft-container .feature-image-wrap .feature-links h6 {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
}
.featured-nft-container .feature-image-wrap .feature-links h6 em {
  font-weight: 400;
  font-style: normal;
}
.featured-nft-container .feature-image-wrap .feature-links i {
  color: #fff;
  font-size: 11px;
  margin-left: 8px;
  margin-bottom: 1px;
}
.featured-nft-container .feature-image {
  height: 100%;
  max-width: 650px;
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  border-radius: 25px;
  box-shadow: 10px 20px 25px rgba(0, 0, 0, 0.25);
}
.featured-nft-container .feature-image video {
  width: auto;
  max-width: 530px;
  height: 100%;
  height: auto;
  filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 20px 20px);
}
.featured-nft-container .feature-image img {
  max-width: 100%;
}
.featured-nft-container .feature-image .feature-icons img {
  margin-left: 5px;
  width: 28px;
}
.featured-nft-container .feature-image .feature-icons img.flame {
  width: 20px;
}
.featured-nft-container .feature-info {
  padding: 30px 0 0;
  margin-right: 0;
  max-width: 500px;
  flex: 1 0 50%;
  flex: 0 0 50;
}
.featured-nft-container .feature-info h1 {
  font-size: 40px;
  font-weight: 800;
}
.featured-nft-container .feature-info h1.headline {
  font-size: 47px;
  margin-bottom: 5px;
}
.featured-nft-container .feature-info h2 {
  font-size: 32px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 50px;
  max-width: 600px;
}
.featured-nft-container .feature-info img {
  max-width: 100%;
}
.featured-nft-container .feature-info .button-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.featured-nft-container .feature-info .button-wrap .btn-base:first-of-type {
  margin-right: 4px;
}
.featured-nft-container .feature-info .button-wrap .btn-base:last-of-type {
  margin-left: 4px;
}
.featured-nft-container .show-bidders {
  margin-bottom: 40px;
  display: flex;
  align-self: center;
}
.featured-nft-container .detail-label {
  font-size: 14px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.featured-nft-container .show-bidders {
  margin-top: 0;
  margin-bottom: 40px;
  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;
  justify-content: flex-start;
}
.featured-nft-container .bid-details > div {
  margin-right: 15%;
}
.featured-nft-container .big-detail {
  color: #363636;
  font-size: 24px;
}

/* main carousel */
.carousel-wrap {
  padding: 0 30px 60px;
  margin: 0 auto;
  max-width: 1390px;
}
.carousel-wrap .carousel-inner .caption-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.carousel-wrap .carousel-control-next-icon, .carousel-wrap .carousel-control-prev-icon {
  width: 30px;
  height: 30px;
}
.carousel-wrap .carousel-control-prev {
  right: 50px;
  left: auto;
}
.carousel-wrap .carousel-control-next {
  right: 0;
  left: auto;
}
.carousel-wrap .carousel-control-next, .carousel-wrap .carousel-control-prev {
  width: auto;
  align-items: flex-end;
  top: auto;
  bottom: 5px;
}
.carousel-wrap .caption-content {
  margin-right: 50px;
  max-width: 580px;
  flex: 0 0 50%;
  flex: 0 1 auto;
}
.carousel-wrap .caption-content h1 {
  font-size: 45px;
  margin-bottom: 20px;
}
.carousel-wrap .caption-content h2 {
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
}
.carousel-wrap .caption-content h3 {
  font-weight: 700;
  text-transform: uppercase;
}
.carousel-wrap .caption-content .button-wrap {
  text-align: left;
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
}
.carousel-wrap .caption-content .button-wrap .btn-base {
  width: 200px;
}
.carousel-wrap .caption-content .button-wrap .btn-base:first-of-type {
  margin-right: 4px;
}
.carousel-wrap .caption-content .button-wrap .btn-base:last-of-type {
  margin-left: 4px;
}
.carousel-wrap .caption-image-wrap {
  flex: 0 0 50%;
  flex: 0 0 600px;
  display: flex;
  justify-content: flex-end;
}
.carousel-wrap .caption-image-wrap .feature-links {
  background: #000;
  padding: 13px 30px;
  border-radius: 0 0 25px 25px;
  flex: 1 0 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.carousel-wrap .caption-image-wrap .feature-links a {
  color: #fff;
  display: flex;
  align-items: center;
}
.carousel-wrap .caption-image-wrap .feature-links h4 {
  color: #fff;
  font-weight: 700;
}
.carousel-wrap .caption-image-wrap .feature-links h6 {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
}
.carousel-wrap .caption-image-wrap .feature-links h6 em {
  font-weight: 400;
  font-style: normal;
}
.carousel-wrap .caption-image-wrap .feature-links i {
  color: #fff;
  font-size: 11px;
  margin-left: 8px;
  margin-bottom: 1px;
}
.carousel-wrap .caption-image {
  height: 100%;
  max-width: 600px;
  max-width: 540px;
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  border-radius: 25px;
}
.carousel-wrap .caption-image video {
  width: auto;
  max-width: 550px;
  height: 100%;
  height: auto;
  filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 20px 20px);
}
.carousel-wrap .caption-image img {
  max-width: 100%;
}
.carousel-wrap .caption-image .feature-icons img {
  margin-left: 5px;
  width: 28px;
}
.carousel-wrap .caption-image .feature-icons img.flame {
  width: 20px;
}

.carousel-inner {
  width: 100%;
  display: inline-block;
  position: relative;
}

.carousel-inner {
  padding-top: 50%;
  padding-top: 53%;
  display: block;
  content: "";
}

.carousel-item {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: skyblue;
  background: no-repeat center center scroll;
  background-size: cover;
}

.caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 60%;
  z-index: 9;
  margin-top: 20px;
  text-align: center;
}

.caption h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 23px;
}

.caption h2 {
  color: rgba(255, 255, 255, 0.75);
  font-size: 26px;
  font-weight: 300;
}

a.big-button {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  background: #eb7a00;
  background: rgba(255, 0, 0, 0.75);
  padding: 28px 35px;
  border-radius: 3px;
  margin-top: 80px;
  margin-bottom: 0;
  display: inline-block;
}

a.big-button:hover {
  text-decoration: none;
  background: rgba(255, 0, 0, 0.9);
}

a.view-demo {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  display: inline-block;
  margin-top: 35px;
}

a.view-demo:hover {
  text-decoration: none;
  color: #333;
}

.carousel-indicators .active {
  background: #fff;
}

.carousel-indicators li {
  background: rgba(255, 255, 255, 0.4);
  width: 20px;
  height: 20px;
  border-radius: 55px;
  border: 0;
  z-index: 15;
}

/* Recent Drops */
.top-wrap .nft-block.feature-recent-drops {
  margin-top: 10px;
}

.feature-recent-drops h1, .feature-recent-drops h2, .feature-recent-drops h3, .feature-recent-drops h4, .feature-recent-drops h5, .feature-recent-drops h6 {
  color: #fff;
  margin-bottom: 5px;
}
.feature-recent-drops h4 {
  font-size: 21px;
  font-weight: 700;
}
.feature-recent-drops h5 {
  font-weight: 500;
  margin-bottom: 15px;
}
.feature-recent-drops p {
  color: #ccc;
  font-size: 17px;
  margin-bottom: 10px;
}
.feature-recent-drops .title {
  margin-bottom: 30px;
  align-items: flex-end;
}
.feature-recent-drops .title .the-title {
  font-weight: 700;
}
.feature-recent-drops .title .the-subtitle {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.feature-recent-drops .the-drops {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.feature-recent-drops .the-drops .drop-item {
  background: #222;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 25px;
  box-shadow: 2px 8px 25px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  flex: 0 0 31%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.feature-recent-drops .the-drops .drop-item .drop-details {
  display: flex;
  flex-wrap: wrap;
}
.feature-recent-drops .the-drops .drop-item .drop-details > div {
  padding: 30px 30px 10px;
}
.feature-recent-drops .the-drops .drop-item .drop-details h4, .feature-recent-drops .the-drops .drop-item .drop-details h5, .feature-recent-drops .the-drops .drop-item .drop-details p {
  flex: 1 0 100%;
}
.feature-recent-drops .the-drops .drop-item .drop-details img {
  width: 100%;
}
.feature-recent-drops .the-drops .drop-item .button-wrap {
  text-align: left;
  padding: 0 30px 30px;
  margin-top: 0;
}

/* Upcoming Drops */
.top-wrap .nft-block.feature-upcoming-drops {
  margin-top: 20px;
}

.feature-upcoming-drops {
  display: none !important;
}
.feature-upcoming-drops h1, .feature-upcoming-drops h2, .feature-upcoming-drops h3, .feature-upcoming-drops h4, .feature-upcoming-drops h5, .feature-upcoming-drops h6 {
  color: #fff;
  margin-bottom: 5px;
}
.feature-upcoming-drops h4 {
  font-size: 21px;
  font-weight: 700;
}
.feature-upcoming-drops h5 {
  font-weight: 500;
  margin-bottom: 15px;
  margin-bottom: 0;
}
.feature-upcoming-drops p {
  color: #ccc;
  font-size: 17px;
  margin-bottom: 10px;
}
.feature-upcoming-drops .title {
  margin-bottom: 30px;
  align-items: flex-end;
}
.feature-upcoming-drops .title .the-title {
  font-weight: 700;
}
.feature-upcoming-drops .title .the-subtitle {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.feature-upcoming-drops .the-drops {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feature-upcoming-drops .the-drops .drop-item {
  background: #222;
  background: rgba(0, 0, 0, 0.4);
  margin-bottom: 50px;
  border-radius: 25px;
  box-shadow: 2px 8px 25px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  flex: 0 0 48%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.feature-upcoming-drops .the-drops .drop-item .drop-details {
  display: flex;
  flex-wrap: wrap;
}
.feature-upcoming-drops .the-drops .drop-item .drop-details > div {
  padding: 30px 30px;
  display: flex;
}
.feature-upcoming-drops .the-drops .drop-item .drop-details > div > div a {
  color: #fff;
  display: block;
}
.feature-upcoming-drops .the-drops .drop-item .drop-details > div .btn-base {
  font-size: 21px;
  margin-right: 15px;
  line-height: 1.3;
  padding: 5px;
  height: auto;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.feature-upcoming-drops .the-drops .drop-item .drop-details > div .btn-base span {
  font-size: 10px;
  margin-bottom: 2px;
  display: block;
  flex: 1 0 100%;
}
.feature-upcoming-drops .the-drops .drop-item .drop-details h4, .feature-upcoming-drops .the-drops .drop-item .drop-details h5, .feature-upcoming-drops .the-drops .drop-item .drop-details p {
  flex: 1 0 100%;
}
.feature-upcoming-drops .the-drops .drop-item .drop-details > a {
  width: 100%;
}
.feature-upcoming-drops .the-drops .drop-item .drop-details img {
  width: 100%;
}
.feature-upcoming-drops .the-drops .drop-item .button-wrap {
  text-align: left;
  padding: 0 30px 30px;
  margin-top: 0;
}

/* owl carousel */
#videos .item,
#bigImages .item {
  background: #0c83e7;
  background: transparent;
  padding: 25px 0px;
  margin: 5px;
  border-radius: 3px;
  text-align: center;
}

#thumbnails .item,
#thumbnailImages .item {
  background: #bbb;
  padding: 0;
  margin: 5px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  max-width: 200px;
}
#thumbnails .item h1,
#thumbnailImages .item h1 {
  font-size: 18px;
}
#thumbnails .item span,
#thumbnailImages .item span {
  font-size: 13px;
  line-height: 1.3;
  text-align: left;
  padding: 5px 12px;
  display: block;
}
#thumbnails .current .item,
#thumbnailImages .current .item {
  background: #000;
}
#thumbnails .owl-stage,
#thumbnailImages .owl-stage {
  display: flex;
  justify-content: center;
}
#thumbnails .owl-item,
#thumbnailImages .owl-item {
  width: 200px !important;
}

#thumbnailImages .item {
  background: transparent;
}
#thumbnailImages .item img {
  border: 5px solid #fff;
}

#thumbnailImages .current .item {
  background: transparent;
  border-radius: 0;
}
#thumbnailImages .current .item img {
  border: 5px solid #000;
}
#thumbnailImages .current .item span {
  color: #000;
}

.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*=owl-] {
  background: transparent;
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*=owl-].disabled:hover {
  background-color: #eee;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #eee;
}

#videos.owl-theme,
#bigImages.owl-theme {
  position: relative;
}
#videos.owl-theme .owl-next, #videos.owl-theme .owl-prev,
#bigImages.owl-theme .owl-next,
#bigImages.owl-theme .owl-prev {
  width: 30px;
  height: 50px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
}
#videos.owl-theme .owl-prev,
#bigImages.owl-theme .owl-prev {
  left: 10px;
}
#videos.owl-theme .owl-next,
#bigImages.owl-theme .owl-next {
  right: 10px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #000;
}

/* Main content */
.main-content {
  padding: 0 30px;
  border-top: 1px solid #e5e5e5;
}

.content-block {
  margin: 55px auto;
  max-width: 1500px;
  max-width: 1330px;
  display: block;
}

.user-block {
  padding: 0 30px;
  margin: 100px auto;
  max-width: 1500px;
  max-width: 1000px;
  display: block;
}

.nft-block {
  margin: 55px auto 0;
  max-width: 1500px;
  max-width: 1330px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.block-full {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.title {
  flex: 1 0 100%;
  display: flex;
  justify-content: space-between;
}

.title a {
  font-weight: 600;
}

.title a i {
  font-size: 16px;
  margin-left: 5px;
}

.fill-empty-space {
  flex: 0 0 18%; /* same width as .nft */
  height: 0; /* Important! for the divs to collapse should they fall in a new row */
}

.icon-small {
  max-width: 25px;
}

.icons-small-list {
  padding: 0;
  margin: 0;
  display: flex;
}
.icons-small-list li {
  padding: 5px;
  list-style: none;
}
.icons-small-list img {
  max-width: 25px;
}

.icon-big {
  max-width: 37px;
}

.icons-big-list {
  padding: 0;
  margin: 0;
  display: flex;
}
.icons-big-list li {
  padding: 7px;
  list-style: none;
}
.icons-big-list img {
  max-width: 50px;
}

.nft {
  margin-bottom: 50px;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  flex: 0 0 23%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.nft .nft-top {
  display: flex;
  flex-wrap: wrap;
}
.nft .nft-bottom {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.nft .bid-details {
  margin-bottom: 0;
  flex: 1;
  align-self: flex-start;
  justify-content: space-between;
}
.nft .bid-details div {
  flex: 0 0 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nft .bid-details span {
  text-align: center;
  flex: 1 0 100%;
}
.nft .show-bidders {
  margin-top: 25px;
  flex: 1 0 100%;
  align-self: flex-end;
}
.nft .button-wrap {
  flex: 1 0 100%;
  align-self: flex-end;
}
.nft img {
  width: 100%;
}
.nft h4 {
  margin-bottom: 10px;
}
.nft .btn-medium {
  min-width: 60%;
}

/* nft details */
.nft-image-wrap {
  padding: 0 30px;
  display: flex;
  justify-content: center;
}

.nft-image {
  box-shadow: 0 25px 35px rgba(0, 0, 0, 0.15);
  height: 66vh;
}

.nft-image img {
  height: 100%;
  max-width: 100%;
}

.nft-single {
  margin: 65px auto;
  max-width: 1500px;
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
}

.nft-description {
  flex: 0 0 45%;
}

.nft-info {
  flex: 0 0 40%;
}

.description-text {
  color: #000;
  font-weight: 500;
  line-height: 2.2;
  margin: 50px 0;
  max-width: 400px;
}

.edition {
  font-size: 24px;
}

.edition strong {
  font-size: 42px;
  font-weight: 600;
}

.auction-container {
  padding: 30px;
  margin-bottom: 50px;
  width: 600px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
}

.auction-info {
  display: flex;
  margin-bottom: 50px;
}
.auction-info .bid-info {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #ddd;
}
.auction-info .time-left {
  margin-left: 30px;
}
.auction-info h2 {
  margin-top: 10px;
  display: flex;
}
.auction-info h2 span {
  display: flex;
  flex-wrap: wrap;
}
.auction-info h2 span small {
  color: #aaa;
  font-size: 14px;
  font-weight: 400;
  flex: 1 0 100%;
}

/* bids */
.nft-bid {
  padding: 20px 25px;
  margin-bottom: 10px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
}
.nft-bid p strong {
  color: #999;
}
.nft-bid .bid-meta {
  flex: 1 0 auto;
}
.nft-bid .bid-meta p {
  font-family: "Poppins", 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%;
}

.footer {
  background: #000;
  padding-top: 85px;
  flex: 1 0 100%;
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-inner {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1360px;
  flex: 1 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer h2 {
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.footer h4 {
  color: #1dcdfe;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
}
.footer p {
  font-family: "Times New Roman", Times, serif;
  color: #678;
  color: #ddd;
  font-size: 19px;
  margin: 0;
  margin-right: 5%;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer li {
  font-size: 20px;
  padding: 5px;
}
.footer hr {
  margin: 40px 0 60px;
  border-top: 1px solid #333;
  flex: 1 0 100%;
}
.footer .connect-more {
  flex: 1 0 100%;
  display: flex;
}
.footer .connect-more .mailing {
  flex: 0 0 59%;
}
.footer .connect-more .mailing p {
  margin-bottom: 30px;
  max-width: 520px;
}
.footer .footer-links {
  margin-bottom: 50px;
  flex: 1 0 100%;
  display: flex;
  justify-content: space-between;
}
.footer .footer-links .summary {
  flex: 0 0 40%;
}
.footer .footer-links .summary > img {
  margin-bottom: 25px;
  max-height: 40px;
}
.footer .footer-links .links-wrap {
  flex: 0 0 55%;
  display: flex;
}
.footer .footer-links .links-wrap a {
  color: #fff;
}
.footer .footer-links .links-wrap div {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
}
.footer .copyright {
  background: #171717;
  margin-top: 20px;
  flex: 1 0 100%;
}
.footer .copyright-inner {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1360px;
  height: 72px;
  flex: 1 0 100%;
  display: flex;
  align-items: center;
}
.footer .copyright-inner p {
  font-size: 16px;
  color: #888;
}
.footer .copyright-inner a {
  font-size: 16px;
  color: #ccc;
  font-weight: 500;
  margin-right: 5%;
}

.download {
  flex: 0 0 39%;
}
.download .logo {
  margin-right: 30px;
  flex: 0 0 50px;
}
.download .logo img {
  border-radius: 18px;
}
.download .store img {
  border-radius: 12px;
  border: 2px solid #252525;
}
.download > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.download > div p {
  margin-bottom: 15px;
}

.top-wrap {
  background: url("../images/bg-tory.jpg") no-repeat top center #000;
  background: url("../images/bg-space.jpg") no-repeat top center #000;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 0;
}
.top-wrap h3 {
  color: #fff;
}
.top-wrap .nft-block {
  margin-top: 65px;
}
.top-wrap .button-wrap {
  text-align: center;
  margin-top: 30px;
}

.block-live-auctions .button-wrap {
  margin-top: 30px;
}

.live-auction-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-items: stretch;
  flex: 1 0 100%;
}
.live-auction-wrap > div {
  background: #fff;
  padding: 10px;
  border-radius: 35px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
  flex: 0 0 23%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.live-auction-wrap > div.fill-empty-space {
  flex: 0 0 23%; /* same width as .nft */
  height: 0; /* Important! for the divs to collapse should they fall in a new row */
  padding: 0;
  margin: 0;
}
.live-auction-wrap > div > div {
  padding-top: 8px;
  padding-left: 12px;
}
.live-auction-wrap > div img {
  max-width: 100%;
  border-radius: 20px;
}
.live-auction-wrap > div video {
  max-width: 100%;
  border-radius: 20px;
}
.live-auction-wrap > div h6 {
  margin-bottom: 0;
}
.live-auction-wrap > div .h7 a {
  color: #00a7e9;
}

.top-wrap .live-auction-wrap {
  flex: 0 0 75%;
}
.top-wrap .live-auction-wrap > div {
  margin-bottom: 30px;
  flex: 0 0 31%;
}
.top-wrap .live-auction-wrap > div h6 {
  margin: 3px 0 7px;
}
.top-wrap .live-auction-wrap > div.fill-empty-space {
  flex: 0 0 23%; /* same width as .nft */
  height: 0; /* Important! for the divs to collapse should they fall in a new row */
  padding: 0;
  margin: 0;
}

.block-exclusive {
  background: url("../images/bg-gradient.png") top center no-repeat #1dcdfe;
  background-size: cover;
}
.block-exclusive .nft-block {
  margin: 90px auto 120px;
  max-width: 1100px;
  flex: 1 0 100%;
}
.block-exclusive .block-title {
  text-align: center;
  flex: 1 0 100%;
}
.block-exclusive h1 {
  color: #fff;
}

.exclusive-nfts-wrap {
  margin-top: 30px;
  flex: 1 0 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.exclusive-nfts-wrap > div {
  background: #fff;
  text-align: center;
  padding: 10px 10px 35px 10px;
  border-radius: 35px;
  box-shadow: 15px 15px 35px rgba(0, 0, 0, 0.25);
  flex: 0 0 47.5%;
}
.exclusive-nfts-wrap > div.fill-empty-space {
  flex: 0 0 47.5%; /* same width as .nft */
  height: 0; /* Important! for the divs to collapse should they fall in a new row */
  padding: 0;
  margin: 0;
}
.exclusive-nfts-wrap > div img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 30px;
}
.exclusive-nfts-wrap > div h3 {
  margin-bottom: 5px;
}
.exclusive-nfts-wrap > div p {
  margin: 0 auto;
  margin-bottom: 25px;
  max-width: 400px;
}

.block-editions {
  background: url("../images/bg-space.jpg") no-repeat top center #000;
  background-size: cover;
  padding: 100px 0 120px;
}
.block-editions .block-title {
  margin-bottom: 15px;
  display: flex;
  flex: 1 0 100%;
  justify-content: space-between;
  align-items: flex-end;
}
.block-editions .nft-block {
  margin: 0 auto;
}
.block-editions .live-auction-wrap {
  margin-top: 25px;
  margin-bottom: 75px;
}
.block-editions .nft-block:last-child .live-auction-wrap {
  margin-bottom: 0;
}
.block-editions h1 {
  color: #1dcdfe;
  margin-bottom: 0;
}
.block-editions h2 {
  color: #fff;
}
.block-editions .btn-base {
  margin-bottom: 12px;
}

.block-infographic {
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.block-infographic .block-title {
  width: 100%;
}
.block-infographic h1 {
  color: #000;
}
.block-infographic .nft-block {
  margin: 85px auto;
  justify-content: center;
}
.block-infographic .steps-wrap {
  margin-top: 80px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.block-infographic .steps-wrap > div {
  padding: 100px 30px;
  border: 1px solid #aaa;
  flex: 0 0 30%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.block-infographic .steps-wrap > div h3, .block-infographic .steps-wrap > div h4 {
  flex: 1 0 100%;
}
.block-infographic .steps-wrap > div h3 {
  margin-bottom: 5px;
}
.block-infographic .steps-wrap > div .step-number {
  background: #fff;
  font-size: 60px;
  text-align: center;
  width: 100px;
  height: 100px;
  border: 1px solid #aaa;
  border-radius: 111px;
  position: absolute;
  top: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-infographic .steps-wrap i {
  font-size: 60px;
  margin-bottom: 30px;
}

.block-news h1 {
  color: #000;
  margin-bottom: 0;
}
.block-news .nft-block {
  margin: 90px auto 120px;
  justify-content: center;
}
.block-news .articles-wrap {
  margin: 40px 0 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.block-news .articles-wrap > div {
  padding: 12px 12px 30px;
  border-radius: 30px;
  box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.12);
  flex: 0 0 31%;
}
.block-news .articles-wrap > div div {
  padding: 0 15px;
  margin-top: 20px;
}
.block-news .articles-wrap img {
  width: 100%;
  border-radius: 25px;
}
.block-news .articles-wrap h4 {
  margin-bottom: 25px;
}

.block-hot-drop {
  margin: 0 auto;
}
.block-hot-drop .hot-drop-image {
  box-shadow: 15px 0 35px rgba(0, 0, 0, 0.25);
  flex: 0 0 50%;
}
.block-hot-drop .hot-drop-details {
  flex: 0 0 40%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.block-hot-drop .hot-drop-collection {
  flex: 1 0 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.block-hot-drop .hot-drop-collection > div {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.block-hot-drop .hot-drop-collection > div h3 {
  line-height: 1.3;
  flex: 1 0 100%;
}
.block-hot-drop .hot-drop-collection > div span {
  line-height: 1.3;
  flex: 1 0 100%;
}
.block-hot-drop .hot-drop-collection .profile-circle {
  flex: 1 0 100%;
}
.block-hot-drop .hot-drop-collection .profile-circle :first-child {
  margin-right: 10px;
}
.block-hot-drop .hot-drop-bidding {
  margin-top: 10px;
  margin-bottom: 35px;
  display: flex;
}
.block-hot-drop .hot-drop-bid-info {
  margin-left: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.bid-details {
  background: #000;
  background: transparent;
  margin-bottom: 20px;
  flex: 1 0 100%;
  display: flex;
  justify-content: space-between;
}

.big-detail {
  color: #fff;
  color: #000;
  font-size: 30px;
  font-weight: 400;
  display: block;
}

.detail-label {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  display: block;
}

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: 0;
  margin-bottom: 25px;
  display: flex;
  align-self: center;
  justify-content: flex-start;
}

.show-bidders .detail-label {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

span.bidder {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  line-height: 35px;
  height: 35px;
  width: 35px;
  margin-right: -7px;
  border-radius: 77px;
  cursor: pointer;
}

span.bidder:hover {
  z-index: 99;
}

/* Form Elements */
form > div {
  display: flex;
  flex-wrap: wrap;
}

form p {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 5px;
}

fieldset {
  margin: 2em;
}

label {
  font-family: "Poppins", 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,
button {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1;
  height: 43px;
  max-width: 400px;
  padding: 7px 15px;
  margin: 0 2px;
  border: 2px solid #ddd;
  border-radius: 20px;
  box-sizing: border-box;
}

input, textarea, select {
  width: 300px;
}

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: 2px solid #000;
  cursor: pointer;
  line-height: 20px;
  background: #000;
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 77px;
  display: inline-block;
  transition: all 75ms ease-in;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
  width: auto;
}

input[type=submit].big,
input[type=button].big,
input[type=reset].big,
button.big {
  height: 43px;
  min-width: 150px;
}

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: 0.8;
}

.radio-label,
.checkbox-label {
  padding: 0;
}

.radio,
.checkbox {
  font-weight: 400;
  padding: 2px;
  display: flex;
  align-items: center;
}

.radio input,
.checkbox input {
  max-width: 20px;
}

.radio label,
.checkbox label {
  font-weight: 400;
  margin: 0;
}

.image-exclusive {
  background: #0b1222;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-exclusive img {
  max-width: 100%;
}

.block-summary-space {
  background: url("../images/bg-space.jpg") no-repeat top center #000;
  text-align: center;
}
.block-summary-space h1 {
  color: #1dcdfe;
}
.block-summary-space h2, .block-summary-space h3 {
  color: #fff;
}
.block-summary-space h3 {
  font-weight: 300;
  margin: 0 auto;
  max-width: 900px;
}
.block-summary-space .nft-block {
  margin: 80px auto;
}
.block-summary-space .block-title {
  width: 100%;
}

.live-auctions-space {
  background: url("../images/bg-space.jpg") no-repeat top center #000;
  text-align: center;
}
.live-auctions-space h1 {
  color: #1dcdfe;
}
.live-auctions-space h2, .live-auctions-space h3 {
  color: #fff;
}
.live-auctions-space h3 {
  font-weight: 300;
  margin: 0 auto;
  max-width: 900px;
}
.live-auctions-space .nft-block {
  margin: 80px auto;
}
.live-auctions-space .block-title {
  width: 100%;
}

.block-exclusive-single {
  background: url("../images/bg-gradient.png") top center no-repeat #1dcdfe;
  background-size: cover;
}
.block-exclusive-single .nft-block {
  margin: 80px auto 90px;
  flex: 1 0 100%;
}
.block-exclusive-single .block-title {
  text-align: center;
  margin-bottom: 50px;
  flex: 1 0 100%;
}
.block-exclusive-single .block-title h3 {
  margin: 0;
}
.block-exclusive-single h1 {
  color: #000;
}
.block-exclusive-single .exclusive-single {
  background: #fff;
  padding: 12px;
  margin-bottom: 40px;
  border-radius: 25px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  flex: 1 0 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-exclusive-single .exclusive-single .exclusive-image {
  flex: 0 0 50%;
}
.block-exclusive-single .exclusive-single .exclusive-image img {
  border-radius: 20px;
  width: 100%;
}
.block-exclusive-single .exclusive-single .exclusive-image video {
  border-radius: 20px;
  max-width: 100%;
}
.block-exclusive-single .exclusive-single .exclusive-title {
  text-align: center;
  padding: 0 5%;
  flex: 0 0 50%;
}
.block-exclusive-single .exclusive-single .exclusive-title img {
  margin-bottom: 20px;
}
.block-exclusive-single .exclusive-single .exclusive-title h2 {
  font-weight: 800;
}
.block-exclusive-single .exclusive-single .exclusive-title h3 {
  margin-bottom: 20px;
}
.block-exclusive-single .exclusive-single .exclusive-title p {
  font-size: 21px;
  margin-bottom: 30px;
}
.block-exclusive-single .exclusive-single:last-of-type {
  margin-bottom: 0;
}

.block-marketplace-discover {
  background: #fff;
}
.block-marketplace-discover.space-wrap h2 {
  color: #fff;
}
.block-marketplace-discover .nft-block {
  margin: 70px auto 40px;
  flex: 1 0 100%;
}
.block-marketplace-discover .block-title {
  flex: 1 0 100%;
}
.block-marketplace-discover .block-title h2 {
  font-weight: 700;
  margin-bottom: 30px;
}
.block-marketplace-discover .block-title h3 {
  margin: 0;
}
.block-marketplace-discover h1 {
  color: #000;
}
.block-marketplace-discover .auction-item {
  margin-bottom: 0;
  flex: 1 0 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.block-marketplace-discover .auction-item .image-full img {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  width: 100%;
}
.block-marketplace-discover .auction-item .image-half {
  margin-bottom: 40px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
  border-radius: 25px;
  overflow: hidden;
  flex: 0 0 48.5%;
}
.block-marketplace-discover .auction-item .image-half img {
  width: 100%;
}
.block-marketplace-discover .auction-item .image-half .tory-img {
  transform: scale(1.02);
}
.block-marketplace-discover .auction-item .exclusive-image {
  flex: 0 0 100%;
}
.block-marketplace-discover .auction-item .exclusive-image img {
  border-radius: 20px;
  width: 100%;
}
.block-marketplace-discover .auction-item .exclusive-image video {
  border-radius: 20px;
  max-width: 100%;
}

.block-marketplace-upcoming {
  background: #f2f2f2;
}
.block-marketplace-upcoming .nft-block {
  margin: 70px auto 70px;
  flex: 1 0 100%;
}
.block-marketplace-upcoming .block-title {
  flex: 1 0 100%;
}
.block-marketplace-upcoming .block-title h2 {
  font-weight: 700;
  margin-bottom: 30px;
}
.block-marketplace-upcoming .block-title h3 {
  margin: 0;
}
.block-marketplace-upcoming h1 {
  color: #000;
}
.block-marketplace-upcoming .auction-item {
  margin-bottom: 40px;
  border-radius: 25px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  flex: 1 0 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-marketplace-upcoming .auction-item .image-full img {
  width: 100%;
}
.block-marketplace-upcoming .auction-item .exclusive-image {
  flex: 0 0 100%;
}
.block-marketplace-upcoming .auction-item .exclusive-image img {
  border-radius: 20px;
  width: 100%;
}
.block-marketplace-upcoming .auction-item .exclusive-image video {
  border-radius: 20px;
  max-width: 100%;
}

.marketplace-auction-wrap .live-auction-wrap > div {
  background: transparent;
  box-shadow: 0 0 0;
}
.marketplace-auction-wrap .live-auction-wrap > div .the-image {
  margin-bottom: 10px;
}
.marketplace-auction-wrap .live-auction-wrap > div .meta-details {
  flex: 1 0 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.marketplace-auction-wrap .live-auction-wrap > div h4 {
  font-weight: 700;
  margin-bottom: 3px;
}
.marketplace-auction-wrap .live-auction-wrap > div .h7 {
  color: #fff;
  margin-bottom: 3px;
}
.marketplace-auction-wrap .live-auction-wrap > div .h7:last-of-type {
  margin-bottom: 0;
}
.marketplace-auction-wrap .live-auction-wrap > div a {
  color: #fff;
}
.marketplace-auction-wrap .live-auction-wrap > div .the-creator {
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: -80px;
  right: 10px;
}
.marketplace-auction-wrap .live-auction-wrap > div .the-creator-pic img {
  width: 80px;
  height: 80px;
  max-width: none;
  border-radius: 55px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  border: 3px solid #fbfef7;
}
.marketplace-auction-wrap .the-icons {
  margin-top: 8px;
  display: flex;
}
.marketplace-auction-wrap .the-icons img {
  margin-left: 4px;
  width: 22px;
}
.marketplace-auction-wrap .the-icons div:first-child img {
  margin-left: 0;
}

.auction-wrap {
  padding: 80px 0;
}
.auction-wrap .nft-block {
  flex: 1 0 100%;
}
.auction-wrap .block-live-auctions:first-child {
  margin-top: 0;
}
.auction-wrap .button-wrap {
  text-align: right;
}

.auction-wrap.bg-blue {
  background: url("../images/bg-gradient.png") top center no-repeat #1dcdfe;
  background-size: cover;
}

.marketplace-auction-wrap {
  padding: 70px 0 60px;
}
.marketplace-auction-wrap .nft-block {
  flex: 1 0 100%;
}
.marketplace-auction-wrap h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
.marketplace-auction-wrap .block-live-auctions:first-child {
  margin-top: 0;
}
.marketplace-auction-wrap .button-wrap {
  text-align: right;
}

.block-big-nft .nft-block {
  width: 100%;
  justify-content: center;
}
.block-big-nft .nft-wrap {
  text-align: center;
  padding: 40px 25px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 30px;
  position: relative;
}
.block-big-nft img {
  width: 90%;
  max-width: 600px;
  border-radius: 3px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}
.block-big-nft video {
  width: 90%;
  max-width: 600px;
  border-radius: 3px;
}

.space-wrap {
  background: url("../images/bg-space.jpg") no-repeat top center fixed #000;
  background: url("../images/bg-nebula-fade.jpg") no-repeat top center fixed #170a2c;
  background-size: cover;
}

.tory-wrap {
  background: url("../images/bg-tory.jpg") no-repeat top center #000;
  background-size: cover;
  background-size: 105%;
  background-attachment: fixed;
}

.block-audio-playlist .nft-block,
.block-single-nft-details .nft-block {
  margin-top: 25px;
  margin-bottom: 80px;
  width: 100%;
  justify-content: center;
}
.block-audio-playlist img,
.block-single-nft-details img {
  width: 90%;
  max-height: 600px;
  border-radius: 3px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0;
  width: auto;
}
.block-audio-playlist video,
.block-single-nft-details video {
  width: 90%;
  max-width: 600px;
  border-radius: 3px;
}
.block-audio-playlist .promo-tagline,
.block-single-nft-details .promo-tagline {
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 40px;
  margin-bottom: 0;
  flex: 1 0 100%;
  opacity: 0.5;
}
.block-audio-playlist h1,
.block-single-nft-details h1 {
  color: #000;
  font-size: 40px;
  margin-bottom: 0;
}
.block-audio-playlist h6,
.block-single-nft-details h6 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 30px;
}
.block-audio-playlist h6:first-of-type,
.block-single-nft-details h6:first-of-type {
  text-transform: uppercase;
  margin-bottom: 0;
}
.block-audio-playlist #main-container,
.block-single-nft-details #main-container {
  flex-wrap: wrap;
}
.block-audio-playlist #main-container hr,
.block-single-nft-details #main-container hr {
  margin-top: 0;
  margin-bottom: 0;
  flex: 1 0 100%;
}
.block-audio-playlist #main-container .the-title,
.block-single-nft-details #main-container .the-title {
  font-size: 33px;
  font-weight: 700;
  text-align: center;
  flex: 1 0 100%;
}
.block-audio-playlist #main-container .nft-type-audio,
.block-audio-playlist #main-container .nft-type-video,
.block-audio-playlist #main-container .nft-type-image,
.block-audio-playlist #main-container .nft-type-generic,
.block-single-nft-details #main-container .nft-type-audio,
.block-single-nft-details #main-container .nft-type-video,
.block-single-nft-details #main-container .nft-type-image,
.block-single-nft-details #main-container .nft-type-generic {
  padding: 50px 0;
}
.block-audio-playlist #main-container .nft-type-audio,
.block-single-nft-details #main-container .nft-type-audio {
  padding-bottom: 30px;
  flex: 1 0 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-audio-playlist #main-container .nft-type-audio > h2,
.block-single-nft-details #main-container .nft-type-audio > h2 {
  margin-bottom: 20px;
}
.block-audio-playlist #main-container .nft-type-audio .playlist-title.show-big,
.block-single-nft-details #main-container .nft-type-audio .playlist-title.show-big {
  display: block;
}
.block-audio-playlist #main-container .nft-type-audio .playlist-title.show-small,
.block-single-nft-details #main-container .nft-type-audio .playlist-title.show-small {
  display: none;
}
.block-audio-playlist #main-container .nft-type-video,
.block-single-nft-details #main-container .nft-type-video {
  width: 100%;
  flex: 1 0 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-audio-playlist #main-container .nft-type-video > h2,
.block-single-nft-details #main-container .nft-type-video > h2 {
  margin-bottom: 3px;
}
.block-audio-playlist #main-container .nft-type-video .video-carousel,
.block-single-nft-details #main-container .nft-type-video .video-carousel {
  width: 100%;
  flex: 1 0 100%;
}
.block-audio-playlist #main-container .nft-type-video .video-carousel video,
.block-single-nft-details #main-container .nft-type-video .video-carousel video {
  width: auto;
  max-width: 90%;
  max-height: 500px;
}
.block-audio-playlist #main-container .nft-type-video .owl-carousel .owl-stage,
.block-single-nft-details #main-container .nft-type-video .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.block-audio-playlist #main-container .nft-type-image,
.block-single-nft-details #main-container .nft-type-image {
  flex: 1 0 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-audio-playlist #main-container .nft-type-image .prev-arrow, .block-audio-playlist #main-container .nft-type-image .next-arrow,
.block-single-nft-details #main-container .nft-type-image .prev-arrow,
.block-single-nft-details #main-container .nft-type-image .next-arrow {
  background: #fff;
  color: #ddd;
  font-size: 2.5em;
  padding: 10px 22px;
  border: 1px solid #ddd;
}
.block-audio-playlist #main-container .nft-type-image .prev-arrow:hover, .block-audio-playlist #main-container .nft-type-image .next-arrow:hover,
.block-single-nft-details #main-container .nft-type-image .prev-arrow:hover,
.block-single-nft-details #main-container .nft-type-image .next-arrow:hover {
  background: #fff;
  color: #999;
  border: 1px solid #999;
}
.block-audio-playlist #main-container .nft-type-image .image-carousel,
.block-single-nft-details #main-container .nft-type-image .image-carousel {
  margin-top: 10px;
  width: 100%;
  display: block;
}
.block-audio-playlist #main-container .nft-type-image .image-carousel a:hover,
.block-single-nft-details #main-container .nft-type-image .image-carousel a:hover {
  opacity: 1;
}
.block-audio-playlist #main-container .nft-type-image .image-carousel img:hover,
.block-single-nft-details #main-container .nft-type-image .image-carousel img:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}
.block-audio-playlist #main-container .nft-type-generic,
.block-single-nft-details #main-container .nft-type-generic {
  flex: 1 0 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-audio-playlist #main-container .nft-type-pdf .button-wrap,
.block-single-nft-details #main-container .nft-type-pdf .button-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-audio-playlist #main-container .nft-type-pdf .button-wrap .detail-block,
.block-single-nft-details #main-container .nft-type-pdf .button-wrap .detail-block {
  display: flex;
}
.block-audio-playlist #main-container .nft-type-pdf .button-wrap .detail-block > div,
.block-single-nft-details #main-container .nft-type-pdf .button-wrap .detail-block > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.block-audio-playlist #main-container .nft-type-pdf .button-wrap img,
.block-single-nft-details #main-container .nft-type-pdf .button-wrap img {
  margin-right: 40px;
  height: 90px;
}
.block-audio-playlist #main-container .nft-type-pdf .button-wrap h4,
.block-single-nft-details #main-container .nft-type-pdf .button-wrap h4 {
  margin-bottom: 5px;
  flex: 1 0 100%;
}
.block-audio-playlist #main-container .nft-type-pdf .button-wrap span,
.block-single-nft-details #main-container .nft-type-pdf .button-wrap span {
  color: #ccc;
  display: block;
  flex: 1 0 100%;
}
.block-audio-playlist #main-container .nft-type-owlgallery,
.block-single-nft-details #main-container .nft-type-owlgallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.block-audio-playlist #main-container .nft-type-owlgallery .the-carousel-text,
.block-single-nft-details #main-container .nft-type-owlgallery .the-carousel-text {
  flex: 0 0 40%;
}
.block-audio-playlist #main-container .nft-type-owlgallery .the-carousel-text .the-subtitle,
.block-single-nft-details #main-container .nft-type-owlgallery .the-carousel-text .the-subtitle {
  text-align: left;
}
.block-audio-playlist #main-container .nft-type-owlgallery .the-carousel-text .the-title,
.block-single-nft-details #main-container .nft-type-owlgallery .the-carousel-text .the-title {
  text-align: left;
}
.block-audio-playlist #main-container .nft-type-owlgallery .the-carousel-text h3,
.block-single-nft-details #main-container .nft-type-owlgallery .the-carousel-text h3 {
  color: #555;
  font-size: 24px;
  font-weight: 600;
}
.block-audio-playlist #main-container .nft-type-owlgallery .owl-image-carousel,
.block-single-nft-details #main-container .nft-type-owlgallery .owl-image-carousel {
  width: 40%;
  flex: 0 0 40%;
}

.block-single-nft-details .block-account-library #main-container .playlist-container .playlist-title h6 {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
}

.space-wrap.block-audio-playlist .user-player {
  margin-top: 50px;
  margin-bottom: 80px;
}

.item-saved {
  margin: 8px 10% 0px 0px;
  position: absolute;
  top: 30px;
  right: 0;
  cursor: pointer;
}
.item-saved i {
  font-size: 27px;
}

.rounded-border {
  padding: 40px;
  border: 1px solid #ccc;
  border-radius: 30px;
}

.rounded-white {
  background: #fff;
  padding: 40px;
  border-radius: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.block-details-single .nft-block {
  width: 100%;
  align-items: flex-start;
}
.block-details-single .detail-label {
  color: #222;
  font-size: 16px;
}
.block-details-single .main-info {
  margin-bottom: 55px;
  flex: 0 0 55%;
}
.block-details-single .main-info .auction-time .button-wrap {
  margin-bottom: 15px;
}
.block-details-single .main-info .auction-time .button-wrap > div {
  text-align: center;
  display: inline-block;
}
.block-details-single .main-info .auction-time .button-wrap > div strong {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-details-single .main-info .auction-time .button-wrap > div strong i {
  font-size: 16px;
  margin-right: 5px;
  margin-bottom: 1px;
}
.block-details-single .main-info .auction-time .notes {
  font-size: 13px;
  opacity: 0.5;
}
.block-details-single .main-info .the-title {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.block-details-single .main-info .the-title .title-text {
  margin: 0 0 30px;
}
.block-details-single .main-info .the-title .title-image {
  text-align: center;
  width: 100%;
  flex: 1 0 100%;
  align-self: flex-start;
}
.block-details-single .main-info .the-title .title-image .the-image {
  width: auto;
  max-width: 100%;
  max-height: 550px;
}
.block-details-single .main-info .tory-image {
  margin-bottom: 30px;
  max-width: 100%;
}
.block-details-single .main-info .detail-label {
  margin-bottom: 10px;
}
.block-details-single .main-info h1 {
  color: #000;
  line-height: 1.1;
  margin-bottom: 10px;
  max-width: 600px;
}
.block-details-single .main-info h3 {
  font-size: 27px;
  text-align: center;
  margin-bottom: 10px;
}
.block-details-single .main-info h4 {
  font-weight: 700;
}
.block-details-single .main-info .the-description {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
}
.block-details-single .main-info .btn-huge {
  min-width: 250px;
}
.block-details-single .main-info .btn-huge:first-child {
  margin-right: 10px;
}
.block-details-single .details-history {
  flex: 0 0 41%;
}
.block-details-single .details-history .previews-below {
  color: #fff;
  text-align: center;
}
.block-details-single .details-history .previews-below h6 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 5px;
}
.block-details-single .details-history .previews-below i {
  opacity: 0.5;
}
.block-details-single .edition-details {
  padding: 45px 40px;
}
.block-details-single .edition-details h3 {
  line-height: 1.2;
}
.block-details-single .remaining {
  margin: 50px 0;
  margin: 0;
  flex: 1 0 100%;
  display: flex;
}
.block-details-single .remaining > div {
  flex: 1 0 100%;
}
.block-details-single .remaining .big-detail {
  font-size: 33px;
}
.block-details-single .remaining .current-bid .big-detail {
  font-weight: 800;
}
.block-details-single .remaining .buy-it-now .big-detail {
  color: #676767;
  font-weight: 800;
}
.block-details-single .remaining div > div {
  padding: 17px 10px;
}
.block-details-single .remaining .show-bidders {
  margin-top: 5px;
  flex-wrap: wrap;
  display: none;
}
.block-details-single .remaining .show-bidders .detail-label {
  margin-top: 9px;
  flex: 1 0 100%;
}
.block-details-single .remaining .time-remaining {
  text-align: center;
  padding: 0;
  margin-bottom: 30px;
  flex: 1 0 100%;
}
.block-details-single .remaining .time-remaining .big-detail {
  font-weight: 700;
}
.block-details-single .remaining .time-remaining .big-detail span:nth-child(2) {
  font-weight: 600;
}
.block-details-single .remaining .time-remaining .big-detail span:nth-child(3) {
  font-weight: 500;
}
.block-details-single .remaining .time-remaining .big-detail span:nth-child(4) {
  font-weight: 300;
}
.block-details-single .edition-details {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-details-single .edition-details h1 {
  font-weight: 300;
}
.block-details-single .edition-details h2 {
  font-weight: 800;
  margin-bottom: 15px;
}
.block-details-single .edition-details .big-detail {
  font-size: 28px;
  font-weight: 800;
}
.block-details-single .edition-details .creator-pic {
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 2px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 100%;
}
.block-details-single .edition-details .creator-pic .logo {
  margin-bottom: 25px;
  max-height: 40px;
}
.block-details-single .edition-details .creator-pic h3 {
  font-size: 27px;
  font-weight: 800;
  margin-bottom: 0;
}
.block-details-single .edition-details .creator-pic .detail-label {
  margin-bottom: 20px;
}
.block-details-single .edition-details .creator-pic .edition {
  flex: 0 0 50%;
}
.block-details-single .edition-details .creator-pic .creator-image {
  margin-bottom: 15px;
  flex: 0 0 45%;
}
.block-details-single .edition-details .creator-pic .creator-image img {
  height: 175px;
  border-radius: 50%;
}
.block-details-single .edition-details .icons-and-name {
  flex: 1 0 100%;
  display: flex;
  align-items: center;
}
.block-details-single .edition-details .icons-and-name .icons {
  padding-right: 30px;
  flex: 0 0 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block-details-single .edition-details .icons-and-name .icons > div {
  text-align: center;
  padding: 10px;
  flex: 0 0 auto;
}
.block-details-single .edition-details .icons-and-name .icons > div img {
  height: 100%;
  max-height: 50px;
}
.block-details-single .edition-details .icons-and-name .name {
  flex: 0 0 45%;
}
.block-details-single .edition-details .big-detail-wrap {
  margin-top: 5px;
}
.block-details-single .bid-history {
  display: flex;
  flex-wrap: wrap;
}
.block-details-single .bid-history h3 {
  flex: 1 0 100%;
}
.block-details-single .bid-history > div {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
}
.block-details-single .bid-history > div:last-child {
  border: 0;
}
.block-details-single .bid-history .bidder-profile img {
  margin-right: 20px;
  height: 60px;
  border-radius: 50%;
}
.block-details-single .bid-history .bidder-text {
  font-size: 17px;
  display: flex;
  flex-wrap: wrap;
}
.block-details-single .bid-history .bidder-text span {
  flex: 1 0 100%;
}
.block-details-single .bid-history .bidder-text em {
  color: #aaa;
  font-style: normal;
  font-weight: 700;
}
.block-details-single .bid-history .bidder-price span {
  font-size: 21px;
  font-weight: 800;
}

.nft-includes h3 {
  font-weight: 800 !important;
  margin-top: 5px;
}
.nft-includes ul {
  padding: 0;
  margin: 0;
}
.nft-includes li {
  color: #888;
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
.nft-includes li:before {
  content: "";
  background: #2fafb7;
  margin-right: 10px;
  height: 21px;
  width: 21px;
  border-radius: 55px;
  display: inline-block;
}
.nft-includes li:nth-child(3n+1):before {
  background: #2fafb7;
}
.nft-includes li:nth-child(3n+2):before {
  background: #2e8fb8;
}
.nft-includes li:nth-child(3n+3):before {
  background: #2e7ab8;
}

/* details carousel */
.outer {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  max-width: 600px;
}

#big .item {
  background: transparent;
  padding: 0;
  margin: 2px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
}
#big .item img {
  max-width: 100%;
}
#big .item video {
  width: 100%;
  max-width: 100%;
}

#thumbs .item {
  background: transparent;
  height: 82px;
  line-height: 82px;
  padding: 0px;
  margin: 2px;
  color: #000;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  opacity: 0.8;
  transition: all 100ms ease-in;
}

#thumbs .item:hover {
  opacity: 1;
}

#thumbs .item h1 {
  font-size: 18px;
}

#thumbs .current .item {
  border: 3px solid #1dcdfe;
  border-radius: 6px;
  opacity: 1;
}
#thumbs .current .item video {
  width: 100%;
  max-width: 100%;
}

.owl-theme .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*=owl-].disabled:hover {
  background-color: #D6D6D6;
}

#big.owl-theme {
  position: relative;
}

#big.owl-theme .owl-next, #big.owl-theme .owl-prev {
  background: transparent;
  width: 40px;
  line-height: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  display: none;
}
#big.owl-theme .owl-next i, #big.owl-theme .owl-prev i {
  color: #000;
  font-size: 21px;
}

#big.owl-theme .owl-next:hover, #big.owl-theme .owl-prev:hover {
  opacity: 0.65;
}

#big.owl-theme .owl-prev {
  left: 10px;
}

#big.owl-theme .owl-next {
  right: 10px;
}

#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
  background: transparent;
}

.block-big-nft .owl-stage-outer img,
.block-big-nft .owl-stage-outer video {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}

.block-discover h1 {
  color: #000;
  margin-bottom: 0;
}
.block-discover .nft-block {
  margin: 90px auto 120px;
}
.block-discover .button-wrap {
  text-align: center;
}
.block-discover .articles-wrap {
  margin: 40px 0 50px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.block-discover .articles-wrap > div {
  padding: 12px 12px 30px;
  margin-bottom: 50px;
  border-radius: 30px;
  box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.12);
  flex: 0 0 31%;
}
.block-discover .articles-wrap > div > div {
  padding: 0 15px;
  margin-top: 20px;
}
.block-discover .articles-wrap img {
  width: 100%;
  border-radius: 25px;
}
.block-discover .articles-wrap h4 {
  margin-bottom: 25px;
}
.block-discover .articles-wrap .btn-medium {
  padding: 0 40px;
}
.block-discover .articles-wrap .bidding {
  display: flex;
  flex-wrap: wrap;
}
.block-discover .articles-wrap .bidding .big-detail {
  font-size: 21px;
  font-weight: 600;
}
.block-discover .articles-wrap .bidding .current-bid {
  margin-right: 40px;
  margin-bottom: 15px;
}
.block-discover .articles-wrap .bidding .time-remaining {
  margin-bottom: 15px;
}
.block-discover .articles-wrap .bidding .time-remaining span {
  font-weight: 400;
}
.block-discover .articles-wrap .button-wrap {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-discover .articles-wrap .button-wrap div {
  margin: 0;
}
.block-discover .articles-wrap .button-wrap img {
  width: auto;
  height: 55px;
}

/* Waveform audio */
.demo {
  margin: 50px auto 0;
  max-width: 800px;
}
.demo .list-group a {
  display: flex;
  justify-content: space-between;
}
.demo .list-group-item.active {
  background: #000;
  border-color: #000;
}
.demo .btn-play i {
  font-size: 11px;
  margin-right: 4px;
}
.demo .badge {
  padding: 0 5px;
  line-height: 21px;
}
.demo .badge-info {
  background: #1dcdfe;
}

.wave-wrap {
  margin-bottom: 30px;
  position: relative;
}
.wave-wrap .audio-button {
  position: absolute;
  z-index: 11;
  top: 10px;
  left: 42%;
}

/* Logged in user stuff */
.user-block p {
  color: #444;
}
.user-block h2 {
  margin-bottom: 15px;
}
.user-block .has-desc {
  margin-bottom: 3px;
}
.user-block .desc {
  margin-bottom: 30px;
}
.user-block .submit-wrap {
  margin-top: 10px;
}

.inner-message {
  padding: 80px 30px;
  margin: 50px auto;
  border: 0 solid #eee;
  border-radius: 30px;
  box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.15);
}
.inner-message h1 {
  color: #000;
  font-size: 33px;
  margin-bottom: 3px;
}
.inner-message h4 {
  font-weight: 400;
}

.message-solo {
  margin: 110px auto;
}

.message-slim {
  padding: 50px;
}

.message-small {
  max-width: 600px;
  box-shadow: 2px 7px 25px rgba(0, 0, 0, 0.05);
}

.block-login {
  margin: 0 auto;
  padding: 70px 0;
  width: 100%;
}
.block-login .inner-message {
  padding: 0;
  margin: 30px auto;
}
.block-login .message-login {
  background: #fff;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.block-login .message-login .create-account {
  background: #1ecefe;
  background: linear-gradient(to right, #1ECEFE, #35F5C6);
  background-size: cover;
  padding: 50px 40px;
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
}
.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 .login-to-account {
  background: url("../images/bg-login-white.jpg") left bottom no-repeat #fff;
  padding: 40px;
  padding-top: 120px;
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
}
.block-login .message-login button, .block-login .message-login input, .block-login .message-login textarea, .block-login .message-login select {
  width: 250px;
}
.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: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block-login .register-buy .name-and-password input:disabled {
  background: #ddd;
}
.block-login .register-buy .name-and-password > div {
  flex: 0 0 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block-login .register-buy .payment-info {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.block-login .register-buy .payment-info .payment-options {
  flex: 0 0 50%;
}
.block-login .register-buy .payment-info .payment-options a {
  cursor: pointer;
}
.block-login .register-buy .payment-info .order-details {
  flex: 0 0 50%;
}
.block-login .register-buy .payment-info .order-details .button-wrap {
  display: flex;
  flex-wrap: wrap;
  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: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block-login .register-buy .payment-info .credit-card {
  display: none;
  flex: 1 0 100%;
}
.block-login .register-buy .payment-info .billing-info {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block-login .register-buy .payment-info .card-info {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  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 {
  flex: 1 0 100%;
}
.block-login .register-buy .button-wrap p {
  font-size: 12px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  display: flex;
  align-items: center;
}
.block-login .register-buy .button-wrap p input {
  margin-right: 5px;
}
.block-login .payment-options {
  display: flex;
  justify-content: space-between;
}
.block-login .payment-options .feature-image-wrap {
  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;
  flex: 1 0 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-login .payment-options .feature-image-wrap .feature-links a {
  color: #fff;
  display: flex;
  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 {
  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;
}

.Hide {
  display: none;
}

.pay-visa {
  background: #010080 !important;
  padding: 10px 15px;
  margin: 5px 7px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pay-visa img {
  padding-left: 5px;
  height: 15px;
}

.pay-crypto {
  background: #f89f21 !important;
  padding: 10px 15px;
  margin: 5px 7px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pay-wire {
  background: #037cc3 !important;
  padding: 10px 15px;
  margin: 5px 7px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

form .double {
  width: 310px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
form .double p {
  flex: 0 0 50%;
}
form .double p button, form .double p input, form .double p textarea, form .double p select {
  width: 100%;
}

.register-login {
  margin-top: 20px;
}

.complete-profile h3 {
  text-align: center;
}
.complete-profile .desc {
  text-align: center;
}
.complete-profile .inner-message form {
  margin: 0 auto;
  max-width: 310px;
}
.complete-profile .submit-wrap {
  text-align: center;
}

.account h1 {
  margin-bottom: 30px;
}
.account .tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.account .tiles .image img {
  margin-bottom: 15px;
  max-width: 200px;
  border-radius: 20px;
}
.account .tiles h2 {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 15px;
}
.account .tiles h3 {
  font-size: 18px;
}
.account .tiles .content p {
  display: none;
}
.account .tiles button {
  font-size: 12px;
  margin-left: -2px;
  letter-spacing: 0;
}
.account article {
  text-align: center;
  padding: 15px;
  margin-right: 15px;
  width: 250px;
  border-radius: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}

.purchases-wrap {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: flex-start;
}
.purchases-wrap .purchase-image {
  margin-right: 30px;
  flex: 0 0 200px;
}
.purchases-wrap .purchase-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}
.purchases-wrap .purchase-details p {
  font-size: 16px;
}
.purchases-wrap .purchase-details h3 {
  margin-bottom: 5px;
}
.purchases-wrap .purchase-details h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.purchases-wrap .purchase-details h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.purchases-wrap .button-wrap {
  margin: 15px 0;
  max-width: 450px;
}
.purchases-wrap .button-wrap .btn-medium {
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0;
  line-height: 42px;
  height: 40px;
  margin: 5px 0;
}

.purchases-wrap:last-of-type {
  border: 0;
}

/* 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-list-items {
  width: 800px;
}

.modal-content {
  padding: 20px;
  border: 0;
  border-radius: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.modal-backdrop.show {
  opacity: 0.2;
}

.modal-header {
  padding-bottom: 0;
  border: 0;
}
.modal-header h3 {
  margin: 0;
  flex: 1 0 100%;
  text-align: left;
  font-size: 27px;
}
.modal-header .close {
  text-align: right;
  padding: 1rem;
  margin: -1rem;
  flex: 0 1 43px;
  min-width: 0 !important;
  position: absolute;
  top: 13px;
  right: 23px;
}

.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;
  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;
  flex: 1 0 100%;
  display: flex;
  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 {
  flex: 0 0 45%;
}
.modal-list-items .modal-body div.input-wrap > div:last-of-type {
  text-align: right;
  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;
  flex: 0 0 400px;
  display: flex;
  justify-content: space-between;
}
.modal-list-items .modal-body .info-wrap span {
  font-size: 18px;
  -moz-text-align-last: left;
       text-align-last: left;
  display: inline-block;
}
.modal-list-items .modal-body .info-wrap > span:first-of-type {
  font-weight: 700;
  flex: 1 0 45%;
}
.modal-list-items .modal-body .info-wrap > span:last-of-type {
  text-align: right;
  flex: 0 0 auto;
}
.modal-list-items .modal-body .view-list {
  background: #eee;
  padding: 8px 18px;
  margin-top: 20px;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  justify-content: 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;
  justify-content: center;
}

.modal-list-confirmation .modal-body {
  padding: 50px 10%;
  margin: 50px auto;
  justify-content: center;
}

.toggle {
  margin-bottom: 10px;
}
.toggle label {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  background-color: #e1e1e1;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.1);
  -webkit-tap-highlight-color: transparent;
}
.toggle label:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border-radius: 46px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
  animation: moveLeft 0.3s ease-in-out;
}
.toggle input {
  display: none;
}
.toggle input:checked + label {
  background-color: #57de72;
  background-color: #34f5c6;
}
.toggle input:checked + label:before {
  transform: translateX(30px);
  box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.1);
  animation: moveRight 0.3s ease-in-out;
}

@keyframes moveRight {
  0% {
    width: 26px;
    transform: translateX(0);
  }
  45% {
    width: 32px;
  }
  100% {
    width: 26px;
    transform: translateX(30px);
  }
}
@keyframes moveLeft {
  0% {
    width: 26px;
    transform: translateX(30px);
  }
  45% {
    width: 32px;
  }
  100% {
    width: 26px;
    transform: translateX(0);
  }
}
.block-tory-lanez h1 {
  color: #01fffe;
  font-size: 75px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: -5px;
  margin-bottom: 0;
  letter-spacing: -1px;
}
.block-tory-lanez h2 {
  color: #01fffe;
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1px;
  position: relative;
}
.block-tory-lanez h2 img {
  padding: 0 !important;
  width: 150px;
  position: absolute;
  top: -12px;
  left: -171px;
}
.block-tory-lanez .tory-image {
  z-index: 2;
  flex: 1 0 53%;
  display: flex;
  align-items: flex-end;
}
.block-tory-lanez .tory-image img {
  max-width: 100%;
}
.block-tory-lanez .tory-info {
  margin-left: -2%;
  max-width: 650px;
  flex: 0 0 49%;
}
.block-tory-lanez .tory-info > div {
  border: 17px solid #000;
  padding: 40px 87px 15px 40px;
}
.block-tory-lanez .tory-info > div img {
  padding: 10px 0;
}
.block-tory-lanez .tory-info h4 {
  color: #01fffe;
}

.block-featured-collection {
  padding-top: 40px;
  padding-top: 0;
  padding-bottom: 50px;
  margin-top: 0 !important;
  align-items: center;
}
.block-featured-collection.flipped {
  flex-direction: row-reverse;
}
.block-featured-collection.flipped .featured-image {
  justify-content: flex-end;
}
.block-featured-collection h1 {
  font-size: 40px;
  margin-bottom: 20px;
}
.block-featured-collection h2 {
  font-size: 30px;
  color: #fff;
  line-height: 1.3;
}
.block-featured-collection .featured-image {
  z-index: 2;
  flex: 0 0 45%;
  display: flex;
  align-items: flex-end;
}
.block-featured-collection .featured-image img {
  max-width: 100%;
  max-height: 450px;
}
.block-featured-collection .featured-info {
  margin-left: 0;
  max-width: 650px;
  flex: 0 0 45%;
}
.block-featured-collection .featured-info > img {
  margin-bottom: 20px;
  max-width: 500px;
}
.block-featured-collection .button-wrap {
  text-align: left;
}
.block-featured-collection .button-wrap .btn-base {
  width: 200px;
}

.top-wrap .block-featured-collection:last-of-type {
  padding-bottom: 100px;
}

.block-account-library {
  margin: 80px auto;
  flex: 1 0 100%;
}
.block-account-library h1 {
  color: #fff;
  margin-bottom: 0;
  flex: 1 0 100%;
}
.block-account-library h4 {
  color: #fff;
}

.block-account-library .library-wrap {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-items: stretch;
  flex: 1 0 100%;
}
.block-account-library .library-wrap .item {
  margin-bottom: 50px;
  flex: 0 0 22%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.block-account-library .library-wrap .item img {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
}
.block-account-library .library-wrap .item video {
  max-width: 100%;
  border-radius: 20px;
  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 .h7 a {
  color: #00a7e9;
}
.block-account-library .library-wrap .item .the-image {
  margin-bottom: 15px;
}
.block-account-library .library-wrap .item .the-details {
  flex: 1 0 100%;
  display: flex;
  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: #fff;
  font-size: 60px;
  margin-top: 5px;
  margin-right: 5px;
  opacity: 0.65;
}
.block-account-library .library-wrap .item .the-details h5 {
  color: #fff;
  margin-bottom: 5px;
}
.block-account-library .library-wrap .item .the-details .h7 {
  color: #fff;
  font-weight: 400;
}
.block-account-library .library-wrap .item .the-details a {
  color: #fff;
}
.block-account-library .library-wrap .item .the-icons {
  margin-top: 12px;
  flex: 1 0 auto;
  display: flex;
  justify-content: flex-start;
  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: 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 {
  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;
}

.block-account-library .library-wrap.top-level-nfts .item {
  background: rgba(0, 0, 22, 0.7);
  padding: 12px;
  border-radius: 25px;
}
.block-account-library .library-wrap.top-level-nfts .item .the-details {
  text-align: center;
  justify-content: center;
}
.block-account-library .library-wrap.top-level-nfts .item .btn-base {
  margin-top: 10px;
  margin-bottom: 10px;
}

.block-user-profile {
  margin: 30px auto 0;
  width: 100%;
}
.block-user-profile h2 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 0;
}
.block-user-profile h3 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
}
.block-user-profile p {
  color: #d0cedb;
  font-size: 20px;
  max-width: 800px;
}
.block-user-profile .user-profile {
  margin-bottom: 20px;
  flex: 1 0 100%;
  display: flex;
  justify-content: space-between;
}
.block-user-profile .user-profile .profile-image {
  margin-right: 40px;
  height: 150px;
  width: 150px;
  border-radius: 111px;
  overflow: hidden;
  position: relative;
  top: -105px;
  flex: 0 0 150px;
}
.block-user-profile .user-profile .profile-image img {
  max-width: 100%;
}
.block-user-profile .user-profile .profile-text {
  flex: 1 0;
}
.block-user-profile .user-profile .profile-edit .btn-base {
  white-space: nowrap;
}
.block-user-profile .user-links {
  flex: 1 0 100%;
  display: flex;
}
.block-user-profile .user-links ul {
  padding: 17px 45px;
  margin: 0;
  list-style: none;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 55px;
  flex: 1 0 100%;
  display: flex;
}
.block-user-profile .user-links ul li {
  padding-right: 50px;
}
.block-user-profile .user-links ul a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.block-single-nft-details .block-account-library {
  margin-top: 0;
}

.block-single-nft-details .block-account-library #main-container {
  background: transparent;
  border-radius: 0;
  box-shadow: 0 0 0;
}
.block-single-nft-details .block-account-library #main-container h3 span {
  color: #aaa;
}
.block-single-nft-details .block-account-library #main-container hr {
  border-color: #fff;
}
.block-single-nft-details .block-account-library #main-container h6, .block-single-nft-details .block-account-library #main-container h5, .block-single-nft-details .block-account-library #main-container h3, .block-single-nft-details .block-account-library #main-container .song-name, .block-single-nft-details .block-account-library #main-container .player-icon {
  color: #fff;
}
.block-single-nft-details .block-account-library #main-container .singer-name {
  color: #ccc;
}
.block-single-nft-details .block-account-library #main-container h3 {
  flex: 1 0 100%;
}
.block-single-nft-details .block-account-library #main-container #thumbnails .item img,
.block-single-nft-details .block-account-library #main-container #thumbnailImages .item img {
  border: 5px solid transparent;
}
.block-single-nft-details .block-account-library #main-container #thumbnails .item span {
  color: #aaa;
}
.block-single-nft-details .block-account-library #main-container #thumbnails .current .item img,
.block-single-nft-details .block-account-library #main-container #thumbnailImages .current .item img {
  border: 5px solid #fff;
}
.block-single-nft-details .block-account-library #main-container #thumbnails .current .item span {
  color: #fff;
}
.block-single-nft-details .block-account-library #main-container #music-playlist,
.block-single-nft-details .block-account-library #main-container #music-playlist-karen {
  margin-top: 20px;
}
.block-single-nft-details .block-account-library #main-container .nft-type-audio {
  padding-top: 0;
}
.block-single-nft-details .block-account-library #main-container .nft-type-owlgallery .owl-image-carousel {
  width: 60%;
  flex: 0 0 60%;
}
.block-single-nft-details .block-account-library #main-container .nft-type-owlgallery .owl-image-carousel svg path {
  stroke: #fff !important;
}
.block-single-nft-details .block-account-library #main-container .nft-type-owlgallery .owl-image-carousel .owl-theme .owl-nav [class*=owl-]:hover {
  background: #000;
}
.block-single-nft-details .block-account-library #main-container #bigImages .item img {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}
.block-single-nft-details .block-account-library #main-container .playlist-container {
  padding-right: 60px;
  flex: 0 0 40%;
}
.block-single-nft-details .block-account-library #main-container #thumbnails .item, .block-single-nft-details .block-account-library #main-container #thumbnailImages .item {
  background: transparent;
}

.block-single-nft-details .block-account-library #main-container .nft-type-video #thumbnailImages .owl-stage {
  justify-content: center;
}

.block-download-app {
  padding-top: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  flex: 1 0 100%;
  justify-content: center;
}
.block-download-app h2 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 20px;
}
.block-download-app p {
  color: #ddd;
  font-size: 19px;
  max-width: 350px;
}
.block-download-app .download {
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 25px;
  flex: 0 0 auto;
}

#page-order-complete {
  padding: 40px 0;
}
#page-order-complete .list-group-item {
  padding: 30px;
}

.block-past-purchases {
  margin: 80px auto;
  flex: 1 0 100%;
}
.block-past-purchases h1 {
  color: #fff;
  margin-bottom: 50px;
  flex: 1 0 100%;
}
.block-past-purchases .purchase-list {
  flex: 1 0 100%;
}
.block-past-purchases .purchase-list .purchase {
  padding-bottom: 30px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  flex: 1 0 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-past-purchases .purchase-list .purchase h4 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 5px;
}
.block-past-purchases .purchase-list .purchase h5 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 5px;
}
.block-past-purchases .purchase-list .purchase h5.header {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
  opacity: 0.65;
}
.block-past-purchases .purchase-list .purchase h6 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 5px;
}
.block-past-purchases .purchase-list .purchase .the-image {
  max-height: 200px;
  max-width: 200px;
  max-height: 140px;
  max-width: 140px;
  flex: 0 0 20%;
}
.block-past-purchases .purchase-list .purchase .the-image img {
  border-radius: 20px;
  width: 100%;
}
.block-past-purchases .purchase-list .purchase .item-info {
  padding: 0 30px;
  flex: 0 0 30%;
}
.block-past-purchases .purchase-list .purchase .order-date {
  flex: 0 0 20%;
}
.block-past-purchases .purchase-list .purchase .order-number {
  flex: 0 0 15%;
}
.block-past-purchases .purchase-list .purchase .order-total {
  flex: 0 0 15%;
}
.block-past-purchases .purchase-list .purchase .button-wrap {
  flex: 1 0 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.block-past-purchases .purchase-list .purchase .button-wrap .the-icons,
.block-past-purchases .purchase-list .purchase .button-wrap .the-payment-options {
  flex: 1 0 75%;
}
.block-past-purchases .purchase-list .purchase .button-wrap .the-icons img,
.block-past-purchases .purchase-list .purchase .button-wrap .the-payment-options img {
  margin: 15px 8px 0 0;
  width: 50px;
}
.block-past-purchases .purchase-list .purchase .button-wrap .the-icons .pay-visa,
.block-past-purchases .purchase-list .purchase .button-wrap .the-icons .pay-crypto,
.block-past-purchases .purchase-list .purchase .button-wrap .the-icons .pay-wire,
.block-past-purchases .purchase-list .purchase .button-wrap .the-payment-options .pay-visa,
.block-past-purchases .purchase-list .purchase .button-wrap .the-payment-options .pay-crypto,
.block-past-purchases .purchase-list .purchase .button-wrap .the-payment-options .pay-wire {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 38px !important;
  height: 36px !important;
  padding: 0 25px;
  width: auto;
  display: inline-block;
}
.block-past-purchases .purchase-list .purchase .button-wrap .btn-base {
  margin: 15px 8px 0 0;
  margin: 0 8px 0 0;
  white-space: nowrap;
}
.block-past-purchases .purchase-list .purchase:last-of-type {
  border: 0;
}

.block-user-collections {
  margin: 80px auto;
  flex: 1 0 100%;
}
.block-user-collections h1 {
  color: #fff;
  margin-bottom: 50px;
  flex: 1 0 100%;
}
.block-user-collections .purchase-list {
  overflow: hidden;
  flex: 1 0 100%;
}
.block-user-collections .purchase-list input[type=checkbox] {
  width: 15px;
}
.block-user-collections .purchase-list .purchase {
  padding-bottom: 30px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  flex: 1 0 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-user-collections .purchase-list .purchase h4 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 5px;
}
.block-user-collections .purchase-list .purchase h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.block-user-collections .purchase-list .purchase h5.header {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
  opacity: 0.65;
}
.block-user-collections .purchase-list .purchase h6 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 5px;
}
.block-user-collections .purchase-list .purchase .unavailable {
  margin: 15px 0 30px;
  flex: 1 0 100%;
}
.block-user-collections .purchase-list .purchase .unavailable h5 {
  font-weight: 700;
}
.block-user-collections .purchase-list .purchase .the-check {
  flex: 0 0 2.5%;
  align-self: center;
  display: none;
}
.block-user-collections .purchase-list .purchase .the-image {
  max-height: 150px;
  max-width: 150px;
  flex: 0 0 10%;
}
.block-user-collections .purchase-list .purchase .the-image img {
  border-radius: 20px;
  width: 100%;
}
.block-user-collections .purchase-list .purchase .item-info {
  padding: 0 30px;
  flex: 0 0 28%;
}
.block-user-collections .purchase-list .purchase .the-edition {
  flex: 0 0 20%;
}
.block-user-collections .purchase-list .purchase .the-owner {
  flex: 0 0 14%;
}
.block-user-collections .purchase-list .purchase .the-cost {
  flex: 0 0 13.5%;
}
.block-user-collections .purchase-list .purchase .the-buttons {
  flex: 0 0 12%;
}
.block-user-collections .purchase-list .purchase .the-buttons .btn-base {
  margin-bottom: 10px;
}
.block-user-collections .purchase-list .purchase .the-token {
  overflow: auto;
  overflow-x: scroll;
  flex: 0 0 58%;
}
.block-user-collections .purchase-list .purchase:last-of-type {
  border: 0;
}
.block-user-collections .the-icons {
  margin-top: 10px;
}
.block-user-collections .the-icons img {
  width: 28px;
}
.block-user-collections .the-icons img.flame {
  width: 20px;
}
.block-user-collections .filter {
  padding-bottom: 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #fff;
  flex: 1 0 100%;
  display: flex;
  justify-content: space-between;
}
.block-user-collections .filter label {
  color: #fff;
}
.block-user-collections .filter .action {
  display: flex;
  align-items: center;
}
.block-user-collections .filter .action p:first-of-type {
  margin-right: 40px;
}
.block-user-collections .filter .action p:first-of-type label {
  margin-left: 10px;
}
.block-user-collections .filter .sort p {
  display: flex;
  align-items: center;
}
.block-user-collections .filter .sort p label {
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 20px;
}
.block-user-collections .filter select {
  width: auto;
  background: transparent;
  color: #fff;
  border: 0;
  padding: 0;
  padding-right: 5px;
}
.block-user-collections .filter select option {
  color: #000;
}

.edition-details.secondary-market-panel {
  display: block;
}
.edition-details.secondary-market-panel h3 {
  margin-bottom: 30px;
}
.edition-details.secondary-market-panel p {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
  word-wrap: break-word;
}
.edition-details.secondary-market-panel hr:last-of-type {
  display: none;
}

.announcement {
  background: #1dcdfe;
  background: linear-gradient(to right, #1dcdfe, #26e9b8);
  text-align: center;
  padding: 12px;
}
.announcement h4 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.inner-wrapper {
  max-width: 1330px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.block-market-item-header {
  margin: 50px auto 0;
  width: 100%;
}
.block-market-item-header .the-branding-image {
  width: 100%;
}
.block-market-item-header .the-branding-image img {
  max-width: 100%;
}
.block-market-item-header h2 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 0;
}
.block-market-item-header h3 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
}
.block-market-item-header p {
  color: #d0cedb;
  font-size: 20px;
  max-width: 800px;
}
.block-market-item-header .the-listing {
  margin: 50px 0;
  flex: 1 0 100%;
  display: flex;
  justify-content: space-between;
}
.block-market-item-header .the-listing h3 {
  font-weight: 700;
  margin-bottom: 0;
}
.block-market-item-header .the-listing h4 {
  color: #fff;
  margin-bottom: 5px;
}
.block-market-item-header .the-listing .the-details {
  display: flex;
}
.block-market-item-header .the-listing .the-details > div {
  margin-left: 20px;
}
.block-market-item-header .the-listing .listing-image {
  height: 100px;
}
.block-market-item-header .the-listing .the-icons {
  margin-top: 8px;
  display: flex;
}
.block-market-item-header .the-listing .the-icons img {
  margin-left: 7px;
  width: 24px;
}
.block-market-item-header .the-listing .the-icons div:first-child img {
  margin-left: 0;
}
.block-market-item-header .the-listing .the-results {
  display: flex;
  align-items: flex-end;
}
.block-market-item-header .the-listing .the-results span {
  color: #fff;
  font-size: 18px;
}
.block-market-item-header .links-wrap {
  display: flex;
  flex: 1 0 100%;
}
.block-market-item-header .links-wrap .the-links {
  margin-right: 15px;
  flex: 1 0 40%;
  display: flex;
}
.block-market-item-header .links-wrap .the-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 55px;
  flex: 1 0 100%;
  display: flex;
}
.block-market-item-header .links-wrap .the-links ul li {
  padding-right: 0;
}
.block-market-item-header .links-wrap .the-links ul a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 17px 38px;
  margin-top: -2px;
  margin-bottom: -2px;
  margin-left: -2px;
  border-radius: 55px;
  display: inline-block;
}
.block-market-item-header .links-wrap .the-links .active-tab a {
  background: #1dcdfe;
  color: #fff;
}
.block-market-item-header .links-wrap .sort-by {
  display: flex;
}
.block-market-item-header .links-wrap .sort-by select {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 0 38px;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 55px;
}

.block-listings {
  margin-bottom: 100px;
  flex: 1 0 100%;
}
.block-listings .listings-wrap {
  flex: 1 0 100%;
}
.block-listings .css-table {
  width: 100%;
  border-collapse: collapse;
}
.block-listings .css-table i {
  color: #fff;
  font-size: 21px;
}
.block-listings .css-table span {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.block-listings .css-table span em {
  color: #ccc;
  font-style: normal;
  font-weight: 400;
  margin-left: 10px;
}
.block-listings .css-table span strong {
  font-weight: 400;
  margin-left: 10px;
}
.block-listings .css-table .table-row {
  border-bottom: 0 solid rgba(255, 255, 255, 0.15);
  transition: none;
}
.block-listings .css-table .table-row .table-col {
  transition: background-color 100ms ease-in;
}
.block-listings .css-table .table-row .table-col:first-child {
  padding-left: 40px;
  border-radius: 55px 0 0 55px;
}
.block-listings .css-table .table-row .table-col:last-child {
  padding-right: 40px;
  border-radius: 0 55px 55px 0;
}
.block-listings .css-table .table-row:hover {
  border: 0;
}
.block-listings .css-table .table-row:hover .table-col {
  background: rgba(9, 185, 255, 0.15);
}
.block-listings .css-table .table-col {
  padding: 20px 10px;
  vertical-align: top;
}
.block-listings .css-table .col-title {
  color: #aaa;
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.block-listings .css-table .col-seller {
  padding-top: 18px;
}
.block-listings .css-table .col-seller img {
  margin-right: 15px;
  height: 60px;
  width: 60px;
  max-width: 100%;
  border-radius: 50%;
  vertical-align: top;
}
.block-listings .css-table .col-seller > div {
  padding-top: 2px;
  display: inline-block;
}
.block-listings .css-table .col-bid .col-info {
  font-size: 18px;
  font-weight: 700;
}
.block-listings .css-table .col-bid .col-info strong, .block-listings .css-table .col-bid .col-info em {
  font-size: 16px;
}
.block-listings .css-table .col-heart {
  max-width: 40px;
  vertical-align: middle;
}
.block-listings .css-table .col-heart i.fas.fa-heart {
  color: #1dcdfe;
}
.block-listings .css-table .col-heart:hover i {
  color: #1dcdfe;
}

.block-market-item-details .the-icons img {
  width: 25px;
  margin-left: 5px;
}
.block-market-item-details #main-container {
  display: flex;
  flex-wrap: wrap;
}
.block-market-item-details #main-container .item-wrap {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex: 1 0 100%;
  justify-content: space-between;
}
.block-market-item-details #main-container .the-item {
  display: flex;
}
.block-market-item-details #main-container .the-item h2 {
  color: #000;
  margin-bottom: 5px;
}
.block-market-item-details #main-container .the-item h4 {
  margin-bottom: 10px;
}
.block-market-item-details #main-container .the-item .item-image {
  margin-right: 50px;
  margin-right: 10%;
}
.block-market-item-details #main-container .the-item .item-image img {
  border-radius: 30px;
  max-height: 400px;
}
.block-market-item-details #main-container .the-item .the-details {
  flex: 1 0 auto;
}
.block-market-item-details #main-container .the-item .the-details .inner-details {
  margin-top: 20px;
}
.block-market-item-details #main-container .the-item .the-details .bid-wrap {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.block-market-item-details #main-container .the-item .the-details .bid {
  font-size: 21px;
  display: block;
  position: relative;
}
.block-market-item-details #main-container .the-item .the-details .bid strong {
  font-size: 36px;
  font-weight: 700;
  margin-right: 5px;
  position: relative;
  bottom: -2px;
}
.block-market-item-details #main-container .the-item .the-details .buy-now {
  font-size: 16px;
  margin-bottom: 0;
  display: block;
}
.block-market-item-details #main-container .the-buttons {
  margin-left: 50px;
}
.block-market-item-details #main-container .the-buttons .btn-base {
  margin-bottom: 15px;
  width: 220px;
  display: block;
}
.block-market-item-details #main-container .the-buttons .btn-base span {
  margin-left: 3px;
  display: inline-block;
}
.block-market-item-details #main-container .item-info-wrap {
  display: flex;
}
.block-market-item-details #main-container .item-info-wrap .the-creator {
  margin-right: 10%;
}
.block-market-item-details #main-container .item-info-wrap .the-creator h3 {
  line-height: 1.1;
  margin-bottom: 12px;
}
.block-market-item-details #main-container .item-info-wrap .the-creator .creator-image img {
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 50%;
}
.block-market-item-details #main-container .item-info-wrap .the-desc {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.block-market-item-details #main-container .item-info-wrap .the-desc .details-title {
  flex: 1 0 100%;
}
.block-market-item-details #main-container .item-info-wrap .the-desc h3 {
  flex: 1 0 100%;
}
.block-market-item-details #main-container .item-info-wrap .the-desc p {
  flex: 1 0 100%;
  max-width: 800px;
}

#main-container {
  display: flex;
  padding: 20px 50px;
  margin: auto;
  justify-content: space-between;
  width: 100%;
  height: auto;
  position: relative;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.details {
  font-size: 16px;
  line-height: 24px;
  word-break: break-word;
  display: block;
}
.details em {
  font-style: normal;
  font-weight: 400;
  margin-left: 3px;
}
.details strong {
  font-weight: 700;
}

.details-title {
  color: #888;
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.details-wrap {
  margin-bottom: 10px;
}

.inner-wrapper.marketplace-auction-wrap {
  padding-top: 0;
}
.inner-wrapper.marketplace-auction-wrap .nft-block.block-live-auctions {
  margin-top: 65px;
}
.inner-wrapper.marketplace-auction-wrap .nft-block.block-live-auctions h3 {
  color: #fff;
  margin-left: 10px;
}

#curiosModal {
  background: rgba(0, 0, 0, 0.2);
}
#curiosModal img {
  max-width: 100%;
}
#curiosModal .modal-dialog {
  margin-bottom: 7%;
  width: auto;
  border-radius: 20px;
}
#curiosModal .modal-body {
  padding: 0;
}
#curiosModal .modal-content {
  background: #111;
  padding: 0;
}
#curiosModal .modal-footer {
  position: absolute;
  top: 0;
  right: 0;
}
#curiosModal .modal-footer button {
  color: #ccc;
  font-size: 30px;
  text-transform: none;
}

.mobile-only {
  display: none;
}

@media (max-width: 767px) {
  .mobile-only {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
  #curiosModal {
    background: rgba(0, 0, 0, 0.5);
  }
  #curiosModal .modal-footer {
    top: -25px;
    right: -15px;
  }
  #curiosModal .modal-footer button {
    font-size: 21px;
  }
}/*# sourceMappingURL=main.css.map */