body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
    'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}

.payment-option-card {
  transition: all 0.5s linear;
  cursor: pointer;
  color: rgb(155, 155, 155);

  background: #0b0b0b;
  border-radius: 5px;
  border: 2px solid rgba(155, 155, 155, 0.4);
  margin-right: 1.5rem;
}

.payment-option-card:hover:not(.wallet-list-card-disabled) {
  border: 2px solid white;
  color: white;
}
.payment-option-card.is-active {
  border: 2px solid darkgoldenrod;
  color: white;
}

.wallet-list-card-disabled {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.payment-provider-selector {
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s linear;
}
.payment-provider-selector:hover {
  background-color: #0b0b0b;
  transition: background-color 0.2s linear;
}

.payment-provider-selector.provider-exists {
  cursor: not-allowed !important;
}
.payment-provider-selector.provider-exists::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  content: 'CONNECTED';
  letter-spacing: 2px;
  color: white;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
}

.payment-provider-selector.initializing {
  cursor: not-allowed !important;
}
.payment-provider-selector.initializing::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  content: 'INITIALIZING';
  letter-spacing: 2px;
  color: white;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

.low-offers .ant-table-expanded-row > .ant-table-cell { padding: 0; }

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/*.slick-slider .slick-track,*/
/*.slick-slider .slick-list*/
/*{*/
/*    -webkit-transform: translate3d(0, 0, 0);*/
/*    -moz-transform: translate3d(0, 0, 0);*/
/*    -ms-transform: translate3d(0, 0, 0);*/
/*    -o-transform: translate3d(0, 0, 0);*/
/*    transform: translate3d(0, 0, 0);*/
/*}*/

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset 'UTF-8';
/* Slider */

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 35px;
  height: 35px;
  z-index: 99;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: 0.3;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

/*.slick-center.slick-current div div img{*/
/*    margin: auto;*/
/*    transition: all 0.5s linear;*/
/*}*/
.slick-slider.slick-initialized {
  z-index: 2;
}
.slick-track {
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
}
.slick-initialized .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s linear;
}


.twitter-footer-embed{
    -webkit-transform: scale(0.93);
            transform: scale(0.93);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
}
@media (max-width: 767px) {
    .twitter-footer-embed{
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

.footer .uppercase {
    color: var(--color-dark);
}

header {
  /*padding: 0 5%;*/
  height: 60px;
  transition: background 1s ease-out;
}
.logo {
  margin-bottom: 0 !important;
}

.menu-btn {
  display: flex;
  background: none;
  color: var(--color-dark);
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.nav-brand-logo {
  max-height: 150px;
  max-width: 150px;
}

.dropdown-wrapper {
  display: block;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100vw;
  transition: all 0.25s ease-in-out;
  z-index: -10;
}

.dropdown-wrapper.active {
  opacity: 1;
  visibility: visible;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  transition: all 0.25s ease-in-out;
}
.brand-underline {
  margin-top: 5px;
  width: 50px;
  height: 1px;
  background: var(--color-shadow);
}
.brand-link{
  font-size: 16px;
  position: relative;
}
.brand-link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  transition: width 0.3s cubic-bezier(0, 0.1, 0.125, 0.7);
  transition-delay: 0.1s;
  z-index: -1;
  width: 0;
  background: var(--color-dark);
}
.brand-link-wrapper{
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
}
.brand-link-wrapper:hover .brand-link:after {
  width: 80%;
  transition-delay: 0s;
  z-index: 1;
}
.navbar-mobile {
  display: table;
  width: 100%;
  position: fixed;
  z-index: 99;
}

.navbar-mobile .nav-bar ul li {
  display: block;
}

.navbar-mobile .nav-bar ul {
  padding: 0;
  text-align: center;
  display: table;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.navbar-mobile .nav-bar ul li a {
  display: none;
  text-align: center;
  text-decoration: none;
  color: var(--color-light);
  /*padding: 18px;*/
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 15px;
}

.nav-bar {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.navbar-mobile button.menu-btn {
  display: none;
}

@media only screen and (max-width: 767px) {
  .navbar-mobile {
    height: 100%;
    -webkit-animation: slide-out 1s forwards;
            animation: slide-out 1s forwards;
  }
  .navbar-mobile .nav-bar ul li a {
    display: inline-block;
  }
  .navbar-mobile .nav-bar {
    left: -100vw;
    background-color: var(--color-light);
    transition: left 0.5s;
    height: 100%;
  }

  .navbar-mobile.open-nav {
    -webkit-animation: slide-in 1s forwards;
            animation: slide-in 1s forwards;
  }

  .navbar-mobile.open-nav .nav-bar {
    left: 0;
    width: 100%;
    transition: left 0.5s;
    height: 100%;
  }

  @-webkit-keyframes slide-out {
    0% {
      z-index: 9999;
    }
    99% {
      z-index: 9999;
    }
    100% {
      z-index: -1;
    }
  }

  @keyframes slide-out {
    0% {
      z-index: 9999;
    }
    99% {
      z-index: 9999;
    }
    100% {
      z-index: -1;
    }
  }
  @-webkit-keyframes slide-in {
    0% {
      z-index: 9999;
    }
    99% {
      z-index: 9999;
    }
    100% {
      z-index: 9999;
    }
  }
  @keyframes slide-in {
    0% {
      z-index: 9999;
    }
    99% {
      z-index: 9999;
    }
    100% {
      z-index: 9999;
    }
  }

  .navbar-mobile .nav-bar ul li a {
    display: block;
    color: var(--color-dark);
  }
}

.link-wrapper .dropdown-wrapper .container-fluid .row div .overflow-wrapper ul li {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
.link-wrapper .dropdown-wrapper .container-fluid .row div .overflow-wrapper ul li:first-of-type {
  margin-right: 0;
  margin-right: initial;
}
.link-wrapper .dropdown-wrapper .container-fluid .row div .overflow-wrapper ul li:last-of-type {
  margin-right: 0;
  margin-right: initial;
}
.menu-drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-header{
  display: none;
}



.search-count {
  font-size: 2.5rem;
  line-height: 2.5rem;
  min-height: 2.5rem;
  margin: 30px 0 30px;
}
.result-item {
  padding: 15px 15px 15px 0;
  font-size: 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.2s linear;
  cursor: pointer;
  position: relative;
}

.result-item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  transition: width 0.3s cubic-bezier(0, 0.1, 0.125, 0.7);
  transition-delay: 0.1s;
  z-index: -1;
  width: 0;
  background: #fff;
}
.result-item:hover:after {
  width: 100% !important;
  transition-delay: 0s;
  z-index: 1;
}
.result-item {
  color: rgb(155, 155, 155);
}
.result-item b {
  color: white;
}

@media (max-width: 767px) {
  .search-count {
    font-size: 1rem;
    line-height: 1rem;
    min-height: 1rem;
    margin: 10px 0 10px;
  }
  .result-item {
    padding: 15px 15px 15px 0;
    font-size: 15px;
  }
}

.search.release-pack-row:hover {
  background-color: rgba(255, 255, 255, 0.05);
}


.dropdown-menu-wrapper {
  position: relative;
}
.sub-menu {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 150px;
  /*top: 30px;*/
  /*padding: 15px 0;*/
  background-color: black;
  border-radius: 2px;
  border: thin solid rgb(25, 25, 25);
  right: 0;
  top: 35px;
  -webkit-transform-origin: 50% -30px;
          transform-origin: 50% -30px;
}

.sub-menu-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  /*left: 0;*/

  -webkit-transform-origin: 0 0;

          transform-origin: 0 0;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.sub-menu-item {
}
.sub-menu-item a {
  text-decoration: none;
  transition: all 0.25s linear;
}
.sub-menu-item a:hover {
  text-decoration: underline;
  transition: all 0.25s linear;
}

.sub-menu-container .sub-menu-item {
  margin-bottom: 5px;
}

.newsletterPopin_image__CSeC- {
  padding: 8px;
}

.newsletterPopin_image__CSeC- img {
  width: 100%;
  height: auto;
}


.onboarding-wrapper {
  background: #1f1f1f;
  border-radius: 5px;
  box-shadow: 0 3px 6px -4px rgb(0 0 0 / 48%), 0 6px 16px 0 rgb(0 0 0 / 32%), 0 9px 28px 8px rgb(0 0 0 / 20%);
  font-size: 14px;
  color: white;
  width: 375px;
  /*height: 189px;*/

  position: fixed;
  top: 75px;
  /*top: 30px;*/
  right: 30px;
  z-index: 112;
}

.onboarding-title {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 48px;
  width: 100%;
  border-bottom: thin solid rgb(25, 25, 25);
  padding-left: 12px;
}

.onboarding-title div {
  font-size: 15px;
  letter-spacing: 0.25px;
}

.onboarding-title .close-icon svg {
  height: 24px;
  width: 24px;
  vertical-align: middle;
}
.onboarding-title .close-icon {
  margin-left: 4px;
  padding-right: 12px;
  position: relative;
}

@font-face {
  font-family: 'RivieraNights';
  font-weight: normal;
  src: url(/static/media/RivieraNights-Regular-WebS.6a8a851df634d8c10d90.woff2) format('woff2');
}

@font-face {
  font-family: 'RivieraNights';
  font-weight: 300;
  src: url(/static/media/RivieraNights-Light-WebS.bf6da1d528da76c0637c.woff2) format('woff2');
}

@font-face {
  font-family: 'RivieraNights';
  font-weight: bold;
  src: url(/static/media/RivieraNights-Bold-WebS.031eae85a2e92f567c9f.woff2) format('woff2');
}

@font-face {
  font-family: 'VigaRegular';
  src: local('VigaRegular'), url(/static/media/Viga-Regular.ef48416ffd7764f00244.ttf) format('truetype');
  font-weight: bold;
}

*,
::after,
::before {
  box-sizing: border-box;
}

:root {
  --color-light: #F1F1F0;
  --color-dark: #141414;
  --color-gray: #DDDDDD;
  --color-shadow: #ECECEC;
  --color-border: var(--color-gray);
}

html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  min-height: 100vh;
  background-color: #F1F1F0;
  background-color: var(--color-light);
  font-size: 0.95rem;
  letter-spacing: 0.03571em;
  line-height: 1.5;
  font-family: 'RivieraNights', monospace;
}
.bg-new-dark{
  background-color: #141414 !important;
  background-color: var(--color-dark) !important;
}
.bg-dark {
    background-color: #141414 !important;
    background-color: var(--color-dark) !important;
}
.bg-light {
    background-color: #F1F1F0;
    background-color: var(--color-light);
}
.font-viga {
    font-family: 'VigaRegular', 'sans-serif';
}
.text-color-light{
  color: #F1F1F0 !important;
  color: var(--color-light) !important;
}
.text-riviera{
  font-family: 'RivieraNights', sans-serif!important;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'RivieraNights', 'sans-serif';
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #141414;
  color: var(--color-dark);
}
.mw-1600 {
  max-width: 1600px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}


strong,
.text-bold,
.btn {
  font-family: 'VigaRegular', 'sans-serif';
}

.ant-btn * {
  /*font-family: 'VigaRegular', 'sans-serif';*/
}
.ant-btn-lg:not(.ant-btn-icon-only) {
  padding: 6px 30px;
  font-size: 13px;
  letter-spacing: 0.16667em;
  text-transform: uppercase;
}
button.ant-btn-lg:not(.ant-btn-icon-only) {
  line-height: 16px;
}
.ant-btn-text {
    color: #141414;
    color: var(--color-dark);
}
.ant-btn-primary {
  background: #141414;
  background: var(--color-dark);
  border-color: #141414;
  border-color: var(--color-dark);
  color: #F1F1F0;
  color: var(--color-light);
}

.ant-btn-primary:hover,
.ant-btn-primary:focus,
.ant-btn-primary:active {
  background: #F1F1F0;
  background: var(--color-light);
  color: #141414;
  color: var(--color-dark);
  border-color: #141414;
  border-color: var(--color-dark);
}
.ant-btn-ghost:hover,
.ant-btn-ghost:focus,
.ant-btn-ghost:active {
  color: #141414;
  color: var(--color-dark);
  border-color: #141414;
  border-color: var(--color-dark);
  background: transparent;
}
.ant-tabs-tab {
  color: #141414;
  color: var(--color-dark);
}

.ant-modal {
  top: 30px;
}

@media (max-width: 768px) {
  .ant-modal {
    top: 0;
  }
  .ant-tabs-tab:first-of-type {
    padding-left: 16px;
  }
  .ant-modal-body{
    padding: 15px;
  }
  .auth-popup .ant-modal-content .ant-modal-body .fade-in{
    padding: 0!important;
    max-width: 100%;
  }
}

.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #141414;
  color: var(--color-dark);
}
.ant-tabs-tab:hover {
  color: #141414;
  color: var(--color-dark);
}
.ant-tabs-ink-bar {
  background: #141414;
  background: var(--color-dark);
}
a {
  color: #141414;
  color: var(--color-dark);
}
.ant-pagination-item-active,
.ant-pagination-item:hover,
.ant-pagination-item:hover a {
  color: #141414;
  color: var(--color-dark);
  border-color: #141414;
  border-color: var(--color-dark);
}
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
  color: #141414;
  color: var(--color-dark);
  border-color: #141414;
  border-color: var(--color-dark);
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  color: #141414;
  color: var(--color-dark);
}
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: #141414;
  border-color: var(--color-dark);
}
.ant-tabs-tab-btn:focus,
.ant-tabs-tab-remove:focus,
.ant-tabs-tab-btn:active,
.ant-tabs-tab-remove:active {
  color: #141414;
  color: var(--color-dark);
}

.text-muted {
  color: #A1A1AA;
}
.ant-segmented-item-icon {
  font-family: 'RivieraNights', monospace;
}
#torusIframe {
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 576px) {
  .container {
    max-width: 95vw;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 97vw;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 97vw;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}
.justify-space-between {
  justify-content: space-between;
}
.App {
  text-align: center;
  animation: fadeIn 2s;
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s;
  background-color: #F1F1F0;
  background-color: var(--color-light);
}
.force-disable-animation {
  -webkit-animation: none!important;
  -moz-animation: none!important;
  -o-animation: none!important;
  -ms-animation: none!important;
}
.fade-in-1s {
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
  opacity: 1;
}

.fade-out-1s {
  animation: fadeOut 1s;
  -webkit-animation: fadeOut 1s;
  -moz-animation: fadeOut 1s;
  -o-animation: fadeOut 1s;
  -ms-animation: fadeOut 1s;
  opacity: 0;
}

.active-360-about h2,
.active-360-about h4 {
  color: #F1F1F0 !important;
  color: var(--color-light) !important;
  transition: all 0.5s linear;
}
.passive-360-about h2,
.passive-360-about h4 {
  color: #141414 !important;
  color: var(--color-dark) !important;
  transition: all 0.5s linear;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.App-logo {
  height: 100px;
  pointer-events: none;
  overflow: visible;
}

.no-pointer-events {
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    -webkit-animation: App-logo-spin infinite 1s linear;
            animation: App-logo-spin infinite 1s linear;
  }
}

.App-link {
  color: #61dafb;
}

@-webkit-keyframes App-logo-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes App-logo-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.splash-screen {
  /*background-color: #0b0b0b;*/
  color: #F1F1F0;
  color: var(--color-light);
  height: 100vh;
  width: 100%;
  /*width: 100vw;*/
}
.black-background {
  background-color: #141414;
  background-color: var(--color-dark);
}

.wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.background-video {
  max-width: 80vw;
  align-content: center;
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 60%;
  -webkit-transform: translate(-50%, -60%) scale(1.2);
  transform: translate(-50%, -60%) scale(1.2);
}
.background-video > video {
  width: 100%;
  height: auto;
  max-width: 79vw;
  /*display: none;*/
}
.shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 50px 135px rgb(0 0 0);
  top: 0;
  left: 0;
}

body {
  background-color: #F1F1F0;
  background-color: var(--color-light);
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #141414;
  color: var(--color-dark);
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

.btn:active,
.btn:focus {
  outline: 0;
}

.text-uppercase {
}

.btn {
  outline: 0;
  position: relative;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid whitesmoke;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 6px 30px;
  font-size: 14px;
  border-radius: 2px;
  color: #000000d9;
  background: whitesmoke;
  min-width: 200px;
}

.btn:hover,
.btn:focus {
  color: white;
  background: black;
  border-color: white;
}
a:-webkit-any-link {
  text-decoration: none;
}
/* navbar */
header {
  height: 60px;
  background: transparent;
  position: fixed !important;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
}
.link-wrapper {
  position: relative;
}
.nav-link {
  font-family: 'RivieraNights', serif;
  display: block;
  padding: 0.5rem 1rem;
  color: #141414;
  color: var(--color-dark);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.link:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  right: 0;
  bottom: 2px;
  height: 1px;
  transition: width 0.3s cubic-bezier(0, 0.1, 0.125, 0.7);
  transition-delay: 0.1s;
  z-index: -1;
  width: 0;
  background: #141414;
  background: var(--color-dark);
}
.pointer {
  cursor: pointer;
}
.link-wrapper:hover .link--active:after,
.link-wrapper:hover .link:after,
li.is-current .link-wrapper a.nav-link.link.link-secondary:after {
  width: 70%;
  transition-delay: 0s;
  z-index: 1;
}

.link-secondary {
  color: #141414;
  color: var(--color-dark);
}

.logo {
  font-size: 25px !important;
  font-family: 'VigaRegular', serif;
}
.text-white {
  color: #fff !important;
}
.signup-demo {
  margin-right: 1rem;
}

.navbar-brand {
  /*padding-top: 35px;*/
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  position: absolute;
  margin: 0 !important;
  padding: 0 !important;
}
a:hover {
  color: #141414;
  color: var(--color-dark);
  text-decoration: underline;
}
.svg-link {
  transition: all 0.3s linear;
}

/*@media (max-width: 768px) {*/
/*  .navbar-brand {*/
/*    position: relative;*/
/*  }*/
/*}*/

.layout-wrapper {
  /*height: calc(100vh - 120px);*/
}

.floating-icon-down {
  cursor: pointer;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 25%);
          transform: translate(-50%, 25%);
  z-index: 10;
}

.footer {
  background-color: #F1F1F0;
  background-color: var(--color-light);
  width: 100%;
}

aside {
  z-index: 99;
  position: fixed;
  right: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
aside ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style-type: none;
  margin: 0;
}
aside ul li .indicator {
  border: none;
  background: none;
  outline: none;
  color: inherit;
  font-size: inherit;

  margin: 2px 0 3px;
  padding: 0;
  width: 6px;
  clear: left;
  height: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  display: block;
}
aside ul li .indicator:before {
  background: rgba(182, 188, 206, 0.7);
  width: 2px;
  height: 100%;
  content: '';
  top: 0;
  left: 2px;
  position: absolute;
}
div.bar {
  height: 40px;
  width: 2px;
  background: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  position: absolute;
  top: 0;
  left: 2px;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

aside ul li.active .indicator > div.bar {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

aside ul li.active .indicator {
  height: 40px;
}
aside ul li.active .indicator:before {
  background: white;
}

.section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.nav-link {
  font-size: 14px;
}

/* sidebar */

.menu {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #121212;
  opacity: 0;
}

.close-menu {
  position: fixed;
  margin: 1em;
  font-size: 24px;
  color: #fff;
  z-index: 1;
}

.side-nav {
  position: absolute;
  left: 21%;
  margin-top: 8%;
}

.side-nav ul {
  list-style: none;
}

.main-menu-item {
  padding-top: 30px;
}

.main-menu-item a {
  text-decoration: none;
  color: #fff;
  font-weight: lighter;
}

.submenu-item a {
  color: grey;
}

.submenu li {
  margin: 20px 0;
}

.submenu {
  display: none;
}

.contact {
  color: #fff;
  position: absolute;
  bottom: 70px;
  right: 24%;
}

.contact p {
  font-weight: lighter;
  color: grey;
}

.media {
  position: absolute;
  bottom: 70px;
  left: 22%;
}

.media ul {
  list-style: none;
}

.media ul li {
  display: inline-block;
  color: grey;
  font-weight: lighter;
  padding-right: 16px;
}

.vertical-text {
  position: absolute;
  background: white;
  bottom: 0;
  left: -2px;
  padding: 5px 15px;
  border: 0;
  width: calc(100% + 2px);
}
.vertical-text h3 {
  margin-bottom: 0 !important;
}

.brand-logo {
  width: 100%;
}

.black {
  color: black !important;
}

.image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.uppercase {
  text-transform: uppercase;
  color: #9b9b9b;
}
.w-auto {
  width: auto !important;
}

.dp-5 {
  padding: 3rem !important;
}
.dpl-5 {
  padding-left: 3rem;
}
.dpr-5 {
  padding-right: 3rem;
}

@media (max-width: 767px) {
  .dp-5 {
    padding: 1rem !important;
  }
  .dpl-5 {
    padding-left: 1rem !important;
  }
  .dpr-5 {
    padding-right: 1rem !important;
  }

  .mp-0 {
    padding: 0 !important;
  }
  .mpl-0 {
    padding-left: 0 !important;
  }
  .mpr-0 {
    padding-right: 0 !important;
  }
  .mpt-0 {
    padding-top: 0 !important;
  }
  .mpb-0 {
    padding-bottom: 0 !important;
  }
  .mpr-5 {
    padding-right: 1rem !important;
  }
  .mpl-5 {
    padding-left: 1rem !important;
  }
  .mmr-0 {
    margin-right: 0 !important;
  }
  .mml-0 {
    margin-left: 0 !important;
  }
  .mmb-2 {
    margin-bottom: 2rem !important;
  }
  .mmt-1 {
    margin-top: 1rem !important;
  }
  .mpb-5 {
    padding-bottom: 3rem !important;
  }

  .m-text-center {
    text-align: center !important;
  }
  .m-text-left{
    text-align: left!important;
  }
  .m-text-right{
    text-align: right!important;
  }
  .mpt-2 {
    padding-top: 1rem !important;
  }
  .mpt-5 {
    padding-top: 5rem !important;
  }
  .mpt-5 {
    padding-top: 5rem;
  }
  .mpt-5 {
    padding-top: 5rem;
  }
  .m-border-none {
    border: none !important;
  }
  .m-w-100 {
    width: 100% !important;
    max-width: none !important;
    max-width: initial !important;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }

  .marketplace-bottle .row div label.uppercase {
    font-size: 12px;
  }
  .marketplace-bottle .row div span {
    font-size: 14px;
  }

  .transaction-description,
  .transaction-time {
    font-size: 12px;
  }
  .transaction-description b img {
    max-height: 20px !important;
  }

  h2.tab {
    font-size: 18px !important;
  }

  .auth-popup-content .fade-in {
    height: 100vh;
    overflow-y: auto;
  }

  .m-small {
    font-size: 80%;
    font-weight: 400;
  }
  .tabs-list li.m-small {
    margin-right: 15px;
  }
  .overlay-lock {
    font-size: 40px !important;
  }
  .vault-bar div {
    height: 100% !important;
  }
}
@media (max-width: 1200px) {
  .md-justify-content-right {
    justify-content: flex-end !important;
  }
}

.custom-bg {
  -webkit-filter: brightness(0.45);
          filter: brightness(0.45);
}
.custom-bg img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.custom-bg-info {
  height: 100%;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.custom-bg-info img {
  height: 70vh;
  width: 100vw;
  object-fit: cover;
}

.image-first {
  flex-direction: row;
}
.image-second {
  flex-direction: row-reverse;
}
.dynamic-header-size {
  font-size: 2.431vw;
}
.section-info-text-block {
  width: 70%;
  margin: auto;
  /*margin-left: 20%*/
}

.section-description p {
  color: white;
  font-size: 13px;
  line-height: 1.75;
  white-space: pre-wrap;
}

.section-info-wrapper {
  display: flex;
}
@media (max-width: 767px) {

  .crypto-card-list-view-text{
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
    text-align: left;
    width: 250px;
  }

  .image-first {
    width: 100% !important;
    max-width: none !important;
    max-width: initial !important;
    float: none !important;
  }
  .image-second {
    width: 100% !important;
    max-width: none !important;
    max-width: initial !important;
    float: none !important;
  }

  .dynamic-header-size {
    font-size: 2.1875rem;
  }
  .section-info-text-block {
    width: 100%;
    margin: 20px auto auto;
  }

  .section-info-wrapper {
    display: block;
    min-height: 0 !important;
  }
}

.brand-logo-nav {
  max-height: 30px;
}

.collaboration {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 15px;
}
.header-w-image {
  display: flex;
  vertical-align: middle;
  place-items: center;
}

.sticky-middle-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
}

ul.infinite-scroller {
  overflow: hidden;
  white-space: nowrap;
  list-style: none;
  margin: 0;
  -webkit-animation: banner-move 10s linear infinite;
          animation: banner-move 10s linear infinite;
}

ul.infinite-scroller li {
  list-style: none;
  display: inline-block;
  height: 100%;
}
@-webkit-keyframes banner-move {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes banner-move {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.description-wrapper p {
  font-size: 13px;
  line-height: 1.75;
  white-space: pre-wrap;
  max-width: 580px;
  margin-right: auto;
}

.btn-white-border {
  background: transparent;
  border-color: white;
  color: white;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-dark {
  background-color: #0b0b0b;
  border-color: transparent;
  color: white;
}

.btn {
  border-radius: 0;
}

.image {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.image img {
  position: absolute;
  max-width: 100%;
  /*max-height: 100%;*/
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  max-height: 80%;
}

.vault {
  /*filter: brightness(50%);*/
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.vault:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  /*filter: brightness(100%);*/
}

.vault.active {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.btn-white-border:hover,
.btn-white-border:active,
.btn-white-border:focus,
.btn-white-border:focus-within,
.btn-white-border:focus-visible {
  background: white;
  border-color: white;
  color: black !important;
}
.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:focus-within,
.btn-dark:focus-visible {
  background: white;
  border-color: transparent;
  color: #0b0b0b !important;
}

.btn-white-border:hover svg path,
.btn-white-border:active svg path,
.btn-white-border:focus svg path,
.btn-white-border:focus-within svg path,
.btn-white-border:focus-visible svg path {
  fill: black !important;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.overview-section {
  min-height: 35vh;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.cross-header {
  position: relative;
  /*margin-top: 5rem;*/
  /*margin-bottom: 1rem;*/
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 5rem auto 3rem auto;
}
/*.cross-header:before {*/
/*  content: '';*/
/*  height: 35px;*/
/*  background: #9B9B9B;*/
/*  width: 2px;*/
/*  display: flex;*/
/*  position: absolute;*/
/*  top: -150%;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*}*/
/*.cross-header:after {*/
/*  content: '';*/
/*  height: 35px;*/
/*  background: #9B9B9B;*/
/*  width: 2px;*/
/*  display: flex;*/
/*  position: absolute;*/
/*  top: 147%;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*}*/

.cross-header:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -10px;
  height: 1px;
  width: 80%;
  background: #fff;
}

.tab-nav h2 {
  position: relative;
  cursor: pointer;
  font-size: 28px;
  text-transform: uppercase;
  margin-top: 5rem;
  margin-bottom: 3rem;
  width: auto;
}
.tab-nav h2.divider {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.tab-nav h2.tab:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -10px;
  height: 1px;
  background: #fff;
  z-index: -1;
  width: 0;
  transition: width 0.3s cubic-bezier(0, 0.1, 0.125, 0.7);
}

.tab-nav h2.tab.active:after {
  width: 80%;
  transition-delay: 0s;
  z-index: 1;
}

.tab-nav h2.tab:hover:after {
  width: 80%;
  transition-delay: 0s;
  z-index: 1;
}

.circle {
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  border: 1px dashed white;
  border-radius: 50%;
  place-items: center;
  -webkit-animation: fadeIn 1.5s;
          animation: fadeIn 1.5s;
  transition: opacity 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.floating-icon-down-svg-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.floating-icon-down-svg-wrapper svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: fade_move_down 1s linear infinite;
  animation: fade_move_down 1s linear infinite;
}

a:hover .circle .floating-icon-down-svg-wrapper svg {
  /*transform: scale(1.1);*/
  -webkit-animation: fade_move_down 1s linear infinite;
  animation: fade_move_down 1s linear infinite;
}

@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@keyframes fade_move_down {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
  }
}

/*! locomotive-scroll v4.1.1 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction='horizontal'] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction='horizontal'] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  /*noinspection CssInvalidPropertyValue*/
  -webkit-transform-origin: center right;
          transform-origin: center right;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  opacity: 0;
}
.c-scrollbar:hover {
  -webkit-transform: scaleX(1.45);
          transform: scaleX(1.45);
}
.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}
[data-scroll-direction='horizontal'] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
[data-scroll-direction='horizontal'] .c-scrollbar:hover {
  -webkit-transform: scaleY(1.3);
          transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  /*noinspection CssInvalidPropertyValue*/
  cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb {
  /*noinspection CssInvalidPropertyValue*/
  cursor: grabbing;
}
[data-scroll-direction='horizontal'] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}
 {
  "mode":"full","isactive": false;
}
/*! locomotive-scroll v4.1.1 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */

.newsletter-input {
  display: flex;
  width: 100%;
}

.newsletter-input .form-control {
  border: 1px solid rgb(155, 155, 155);
  font-size: 17px;
  margin-bottom: 5px;
  padding: 5px 15px;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  width: 80%;
  background: transparent;
  /*max-width: 300px;*/
  margin-left: auto;
}

.newsletter-input button {
  border: none;
  font-size: 14px;
  height: 37px;
  line-height: 15px;
  background: white;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 11px 0;
  /*margin-left: -10px;*/
  outline: none;
  border-right: 1px solid rgb(155, 155, 155);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 20%;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  color: black;
}

.bottle-detail-wrapper-video {
  display: inline-flex;
  /*max-height: 65vh;*/
}

@media (max-width: 767px) {
  .floating-icon-down {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bottle-detail-wrapper-video {
    display: flex;
    max-width: 50vh;
    flex-direction: column;
    /*max-height: 55vh;*/
  }
  .bottle-detail-wrapper-video div {
    /*display: block;*/
  }
  .bottle-detail-wrapper-video .drop-under-description {
    padding: 15px;
    width: 100% !important;
    display: flex !important;
    place-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .bottle-detail-wrapper-video .drop-under-description div h4 {
    font-size: 12px;
  }
  .bottle-detail-wrapper-video .drop-under-description div {
    text-align: center;
  }
}

.drop-description {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  place-content: space-evenly;
}

/*.drop-description:before{*/
/*  content: '';*/
/*  width: 1px;*/
/*  height: 80%;*/
/*  background: rgba(125, 125, 125, 0.5);*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  left: -50px;*/
/*}*/

.drop-description .description {
  margin-bottom: 2vh;
}
.drop-description .description label {
  font-size: calc(0.5vh + 0.5vw);
  margin-bottom: 0.5vh;
}

.drop-description .description img {
  max-height: 5vh;
}
.drop-description .description h4 {
  font-size: calc(1vh + 0.5vw);
}

.fixed_target {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.payment-option-button .prepend {
  min-height: 40px;
  min-width: 40px;
  text-align: center;
  border-right: thin solid #9b9b9b;
  font-size: 27px;
  padding: 0 !important;
}
.payment-option-button div {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  color: white;
  justify-content: center;
  word-break: break-word;
}

.payment-option-button div:nth-child(2) {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  color: white;

  width: 100%;
  justify-content: flex-start;
}

.payment-option-button label {
  display: flex;
  align-items: center;
  color: white;
  width: 100%;
  cursor: pointer;
}

.payment-option-button {
  text-decoration: none;
  color: white;
  font-size: calc(18px);
  border: thin solid #9b9b9b;
  display: inline-flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: black;
}

.payment-option-button:hover {
  background: white;
  color: black;
  transition: all 500ms linear;
}
.payment-option-button:hover svg path {
  fill: black;
  transition: all 500ms linear;
}
.payment-option-button:hover div {
  color: black;
  transition: all 500ms linear;
}

.payment-option-button:hover label {
  color: black;
  transition: all 500ms linear;
}

.payment-option-button:hover label div svg path {
  fill: black;
  transition: all 500ms linear;
}

.payment-option-button:hover label svg path {
  fill: black;
  transition: all 500ms linear;
}

.btn:disabled {
  background: #1c1c1c;
  color: rgb(155, 155, 155);
  border-color: #1c1c1c;
  cursor: not-allowed;
}
/*.btn:disabled:hover{*/
/*  color: white!important;*/
/*}*/

.btn {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bottle-video-anchor {
  text-decoration: none !important;
}
.bottle-video-anchor div {
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.bottle-video-anchor:hover div {
  -webkit-transform: scale(1.015);
          transform: scale(1.015);
}

.about-bottle-description-wrapper ul {
  padding-left: 20px;
}
.about-bottle-description-wrapper ul li {
  margin-bottom: 0.6rem;
}

.image-gallery-item {
  /*max-width: 30%;*/
  flex: 1 1 30%;
  height: 100%;
  margin: 0 1.5%;
}

.image-gallery-item:nth-child(2) {
  padding-top: 80px;
}
.image-gallery-item:nth-child(3) {
  padding-top: 20px;
}

.modal {
  position: static;
  position: initial;
  top: auto;
  top: initial;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: auto;
  left: initial;
  z-index: 1050;
  display: inline;
  display: initial;
  overflow: visible;
  overflow: initial;
  outline: medium none invert;
  outline: initial;
}

.modal {
  font-size: 12px;
  background: black;
}
.modal > .header {
  width: 100%;
  background: black;
  border-bottom: 1px solid gray;
  font-size: 18px;
  text-align: left;
  padding: 5px;
  color: white;
}
.modal > .content {
  width: 100%;
  background: black;
  /*padding: 10px 5px;*/
  color: white;
}
.modal > .actions {
  width: 100%;
  padding: 10px 5px;
  margin: auto;
  text-align: left;
  color: white;
}
.modal > .close {
  background: transparent;
  color: white;
  cursor: pointer;
  position: absolute;
  display: block;
  padding: 2px 5px;
  line-height: 20px;
  right: 5px;
  font-size: 24px;
}

.modal > button.close:focus {
  outline: 0;
}

.rounded-model-content,
.video-popover-content {
  border: medium none currentColor !important;
  border: initial !important;
  padding: 0 !important;
  padding: initial !important;
  width: calc(100% - 15px) !important;
  max-width: 550px;
  background: transparent !important;
}
.rounded-model-overlay,
.video-popover-overlay {
  background: rgba(25, 25, 25, 0.8) !important;
  border: none !important;
}

.button-icon {
  font-size: 20px;
  line-height: 0;
  vertical-align: middle;
  margin-right: 15px;
}

.metamask-popup {
  min-height: 25vh;
  height: 100%;
  width: 100%;
  align-items: end;
}

img.brand-logo {
  transition: all 300ms ease-in-out;

  -webkit-filter: grayscale(100%);

          filter: grayscale(100%);
}
a:hover img.brand-logo {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.section-w-shadow {
  position: absolute;
  left: 0;
  right: 0.42%;
  top: 47.86%;
  bottom: 3.96%;

  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 83.21%);
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
          transform: matrix(1, 0, 0, -1, 0, 0);
}

li.BrainhubCarouselItem {
  -webkit-filter: brightness(30%);
          filter: brightness(30%);
}

li.BrainhubCarouselItem.BrainhubCarouselItem--active img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
li.BrainhubCarouselItem.BrainhubCarouselItem--active {
  -webkit-filter: brightness(100%) !important;
          filter: brightness(100%) !important;
  transition: -webkit-filter 300ms ease-in-out;
  transition: filter 300ms ease-in-out;
  transition: filter 300ms ease-in-out, -webkit-filter 300ms ease-in-out;
}
ul.BrainhubCarousel__track.BrainhubCarousel__track--transition {
  height: 500px;
}

.transaction-row {
  display: inline-flex;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: thin solid #9b9b9b;
  align-items: center;
}
.transaction-row .action {
  margin-right: 15px;
  display: flex;
  align-items: center;
}


.transaction-row:last-of-type {
  border-bottom: none;
}

.img-hover-zoom {
  overflow: hidden;
}
.img-hover-zoom img {
  transition: all 0.5s ease;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.img-hover-zoom:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}
.img-hover-zoom:hover span svg path {
  fill-opacity: 1;
  fill: white;
}
.img-hover-zoom span svg path {
  transition: all 0.5s ease;
}

/* form styling */
.field {
  overflow-x: hidden;
}
.field .form-control {
  border-radius: 0;
  border: none;
  border-bottom: thin solid #ECECEC;
  border-bottom: thin solid var(--color-shadow);
  padding-left: 0;
  background: transparent;
  color: #141414;
  color: var(--color-dark);
}
.field .form-control:focus {
  color: #141414;
  color: var(--color-dark);
  background-color: transparent;
  border-color: currentColor;
  border-color: initial;
  outline: 0;
  box-shadow: none;
  box-shadow: initial;
}

.field .form-control.invalid {
  border-bottom: thin solid #ff4d4f;
}

.field {
  display: flex;
  flex-flow: column-reverse;
}

.field label {
  transition: all 0.2s;
  touch-action: manipulation;
  font-size: 12px;
}
.field input {
  transition: all 0.2s;
  touch-action: manipulation;
}

input.form-control:placeholder-shown + label {
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: translate(0, 2.125rem) scale(1.5);
          transform: translate(0, 2.125rem) scale(1.5);
  font-family: "RivieraNights", serif;
}

.field select.form-control::selection {
  background-color: #F1F1F0 !important;
  background-color: var(--color-light) !important;
  color: #141414;
  color: var(--color-dark);
}

label {
  margin-bottom: 0;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}

/*.stepwizard-row:before {*/
/*  top: 14px;*/
/*  bottom: 0;*/
/*  position: absolute;*/
/*  content: " ";*/
/*  width: 100%;*/
/*  height: 1px;*/
/*  background-color: #ccc;*/
/*  z-order: 0;*/

/*}*/

.stepwizard-step {
  display: inline-flex;
  text-align: center;
  position: relative;
  justify-content: center;
  align-items: center;
}

.stepwizard-step:after {
  content: '';
  display: block;
  position: absolute;

  width: 30px;
  height: 1px;
  background-color: white;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.stepwizard-step:last-of-type:after {
  display: none;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 15px;
}
.stepwizard-step .btn-circle {
  color: white;
  background-color: transparent;
  border: thin solid white;
  width: 30px;
  margin-right: 30px;
}

.stepwizard-step.passed-step .btn-circle {
  background-color: white;
  color: black;
}

.stepwizard-step:last-of-type .btn-circle {
  margin-right: 0;
}

/**
* By default, the placeholder should be transparent. Also, it should
* inherit the transition.
*/
.field input.form-control::-webkit-input-placeholder {
  opacity: 0 !important;
  -webkit-transition: inherit;
  transition: inherit;
}

.field input.form-control::placeholder {
  opacity: 0 !important;
  transition: inherit;
}
/**
* Show the placeholder when the input is focused.
*/
input.form-control:focus::-webkit-input-placeholder {
  opacity: 1 !important;
}
input.form-control:focus::placeholder {
  opacity: 1 !important;
}
/**
* When the element is focused, remove the label transform.
* Also, do this when the placeholder is _not_ shown, i.e. when
* there's something in the input at all.
*/
input.form-control:not(:placeholder-shown) + label,
input.form-control:focus + label {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
  cursor: pointer;
}

.field label {
  pointer-events: none;
}

form.field-focused div.field .form-control {
  background-color: transparent;
  border-color: currentColor;
  border-color: initial;
  outline: 0;
  box-shadow: none;
  box-shadow: initial;
}

form.field-focused div.field input.form-control + label {
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: translate(0, 2.125rem) scale(1.5);
          transform: translate(0, 2.125rem) scale(1.5);
}

form.field-focused div.field input.form-control + label,
input.form-control + label {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
  cursor: pointer;
}

form.field-focused div.field input.form-control::-webkit-input-placeholder {
  opacity: 1 !important;
}
form.field-focused div.field input.form-control::placeholder {
  opacity: 1 !important;
}

/*.form-check-input:checked~.form-check-label{*/
/*  color: #cbb700;*/
/*}*/
.form-check-label::before {
  position: absolute;
  top: 0.25rem;
  left: -0.1rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: '';
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.form-check-label::before {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-check-input:checked ~ .form-check-label::before {
  color: white;
  border-color: white;
  background-color: white;
}
.form-check-label::before {
  border-radius: 0.25rem;
}
.form-check-label::after {
  position: absolute;
  top: 0.25rem;
  left: -0.1rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: '';
  background: no-repeat 50%/50% 50%;
}
.form-check-input:checked ~ .form-check-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27black%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z%27/%3e%3c/svg%3e");
}
.form-check-input:valid:checked ~ .form-check-label::before {
  border-color: white;
  background-color: white;
}

.form-check-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.fade-enter {
  opacity: 0;
}
.fade-enter-active {
  opacity: 1;
  /*transition: opacity 1000ms linear 1500ms;*/
}
.fade-exit {
  opacity: 1;
}

.fade-exit-active {
  opacity: 0;
  /*transition: opacity 1000ms linear 0ms;*/
}

.no-select {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  user-select: none !important;
  outline: none !important;
}
.anchor-link {
  color: #141414;
  color: var(--color-dark);
  text-decoration: underline !important;
}

.transaction-progress-steps {
  margin-top: 10px;
}
.transaction-progress-steps li {
  font-size: 16px;
  margin-bottom: 10px;
  list-style: none;
}

.progress-icon-step {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin-right: 7px;
}
.in-progress-spinner {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.progress-wrapper {
  border: thin solid white;
  border-radius: 5px;
}

.transaction-progress-progress-bar {
  height: 30px;
  border-radius: 5px;
  background: #141414;
  background: var(--color-dark);
}
.transaction-progress-progress-bar .progress-bar {
  background-color: #141414;
  background-color: var(--color-dark);
  color: #F1F1F0;
  color: var(--color-light);
  height: 30px;
  font-size: 13px;
  border-radius: 0;
}

.progress-bar-striped {
  background-image: linear-gradient(
    -45deg,
    rgba(155, 155, 155, 0.25) 25%,
    transparent 25%,
    transparent 50%,
    rgba(155, 155, 155, 0.25) 50%,
    rgba(155, 155, 155, 0.25) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}

.flex-microform {
  height: 32px;
  transition: all 0.3s;
}

/* different styling for a specific container */
#securityCode-container.flex-microform {
  background: black;
}

.flex-microform-focused {
  background: white;
}

.flex-microform-valid {
  background: white;
}

.flex-microform-valid.flex-microform-focused {
  background: white;
}

.flex-microform-autocomplete {
  background: white;
}
.icon-button {
  outline: none !important;
}
.icon-button:hover svg path {
  fill: white;
}

.rounded-model-content {
  border: medium none currentColor !important;
  border: initial !important;
  box-sizing: border-box !important;
  box-shadow: 0 3px 6px -4px rgba(0 0 0, 0.48), 0 6px 16px 0 rgba(0 0 0, 0.32), 0 9px 28px 8px rgba(0 0 0, 0.2) !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  background: #1f1f1f !important;
}
.age-verification-content {
  min-width: 500px;
  max-width: min(800px, 60vw);
  width: 100%;
}
@media (max-width: 768px) {
  .age-verification-content {
    max-width: 90vw !important;
    min-width: 100% !important;
  }
  .age-verification-content .modal .content {
    position: relative;
  }
  .age-verification-content .modal .content .modal-body {
    height: 100vh;
    position: fixed;
    background: black;
  }
  .age-verification-content > * > * {
    max-width: 90vw !important;
    min-width: 100% !important;
  }
}
.model-header {
  align-items: center;
}

.form-field .form-control {
  border-radius: 1px;
  border: none;
  border-bottom: thin solid #9b9b9b;
  padding-left: 0;
  background: transparent;
}
.form-field .form-control:focus {
  box-shadow: none;
}
.form-field label {
  color: rgb(155, 155, 155);
}

.brand-navigation-bar li:first-of-type {
  margin-left: 2vw;
}

/* animation */

@-webkit-keyframes anvil {
  0% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 0;
    box-shadow: 0 0 0 rgba(241, 241, 241, 0);
  }
  1% {
    -webkit-transform: scale(0.96) translateY(10px);
            transform: scale(0.96) translateY(10px);
    opacity: 0;
    box-shadow: 0 0 0 rgba(241, 241, 241, 0);
  }
  100% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
    box-shadow: 0 0 500px rgba(241, 241, 241, 0);
  }
}

@keyframes anvil {
  0% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 0;
    box-shadow: 0 0 0 rgba(241, 241, 241, 0);
  }
  1% {
    -webkit-transform: scale(0.96) translateY(10px);
            transform: scale(0.96) translateY(10px);
    opacity: 0;
    box-shadow: 0 0 0 rgba(241, 241, 241, 0);
  }
  100% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
    box-shadow: 0 0 500px rgba(241, 241, 241, 0);
  }
}

@-webkit-keyframes anvil-reverse {
  0% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
    box-shadow: 0 0 500px rgba(241, 241, 241, 0);
  }
  1% {
    -webkit-transform: scale(0.96) translateY(10px);
            transform: scale(0.96) translateY(10px);
    opacity: 1;
    box-shadow: 0 0 0 rgba(241, 241, 241, 0);
  }
  100% {
    -webkit-transform: scale(0.8) translateY(0px);
            transform: scale(0.8) translateY(0px);
    opacity: 0;
    box-shadow: 0 0 0 rgba(241, 241, 241, 0);
  }
}

@keyframes anvil-reverse {
  0% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
    box-shadow: 0 0 500px rgba(241, 241, 241, 0);
  }
  1% {
    -webkit-transform: scale(0.96) translateY(10px);
            transform: scale(0.96) translateY(10px);
    opacity: 1;
    box-shadow: 0 0 0 rgba(241, 241, 241, 0);
  }
  100% {
    -webkit-transform: scale(0.8) translateY(0px);
            transform: scale(0.8) translateY(0px);
    opacity: 0;
    box-shadow: 0 0 0 rgba(241, 241, 241, 0);
  }
}

@-webkit-keyframes overlay-anvil-reverse {
  0% {
    opacity: 100%;
  }
  50% {
    opacity: 50%;
  }
  100% {
    opacity: 0;
  }
}

@keyframes overlay-anvil-reverse {
  0% {
    opacity: 100%;
  }
  50% {
    opacity: 50%;
  }
  100% {
    opacity: 0;
  }
}

.popup-content {
  -webkit-animation: anvil 0.3s cubic-bezier(0.38, 0.1, 0.36, 0.9) forwards;
  animation: anvil 0.3s cubic-bezier(0.38, 0.1, 0.36, 0.9) forwards;
}

.popup-close-content {
  -webkit-animation: anvil-reverse 0.3s cubic-bezier(0.38, 0.1, 0.36, 0.9) forwards !important;
  animation: anvil-reverse 0.3s cubic-bezier(0.38, 0.1, 0.36, 0.9) forwards !important;
}
.popup-close-overlay {
  -webkit-animation: overlay-anvil-reverse 0.3s linear forwards !important;
  animation: overlay-anvil-reverse 0.3s linear forwards !important;
}

.my-node-exit {
  opacity: 1;
}

.my-node-exit-active {
  -webkit-animation: foo 2s ease forwards;
          animation: foo 2s ease forwards;
  -webkit-transform-origin: left;
          transform-origin: left;
}

@-webkit-keyframes foo {
  from {
    opacity: 1;
    background: pink;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    box-shadow: 0 0 2px 3px pink;
    color: red;
  }

  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
    background: coral;
    box-shadow: 0 0 2px 3px coral;
    color: limegreen;
  }

  to {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    background: white;
    color: white;
  }
}

@keyframes foo {
  from {
    opacity: 1;
    background: pink;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    box-shadow: 0 0 2px 3px pink;
    color: red;
  }

  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
    background: coral;
    box-shadow: 0 0 2px 3px coral;
    color: limegreen;
  }

  to {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    background: white;
    color: white;
  }
}

/* GENERIC FADING EFFECT */
.fade-in-out {
  opacity: 1;
  -webkit-animation: fadeInOut 1s linear;
          animation: fadeInOut 1s linear;
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.form-error {
  color: #ff4d4f;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu.show {
  position: absolute;
  top: 35px;
  left: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  width: auto;
}
.dropdown-menu-macos.show {
  display: grid;
  grid-gap: 0.25rem;
  gap: 0.25rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.dropdown-menu-macos li span {
  color: white;
}
.dropdown-item {
  /*display: block;*/
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-menu-dark .dropdown-item {
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40 !important;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-item.active,
.dropdown-item:active {
  color: black;
  text-decoration: none;
  background-color: white;
}
.dropdown-menu-macos .dropdown-item {
  border-radius: 0.25rem;
}

.dropdown-trigger {
  height: calc(2.25rem + 2px);
  text-align: left;
  max-width: none;
  max-width: initial;
  min-width: 150px;
  border-radius: 0.25rem;
  padding: 0 0 0 15px;
}
.dropdown-trigger::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.dropdown-item {
  cursor: pointer;
}

.Toastify__toast {
  min-height: 15px;
}
.Toastify__toast-theme--light {
  background: #1f1f1f;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0 0 0, 0.48), 0 6px 16px 0 rgba(0 0 0, 0.32), 0 9px 28px 8px rgba(0 0 0, 0.2);
  margin: auto auto 15px;
  /*background: rgb(25, 25, 25);*/
  /*color: rgb(155, 155, 155);*/
  /*border-radius: 0;*/
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;

  font-size: 14px;
  color: white;
}
.Toastify__close-button--light {
  color: rgb(155, 155, 155);
}
.Toastify__toast-icon {
  width: 15px;
}
.Toastify__close-button {
  display: none;
}
.Toastify__close-button > svg {
  width: 12px;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 2px 15px;
  display: flex;
  align-items: center;
  text-align: left;
}
.toast-w-buttons {
  width: 400px;
}
.toast-w-buttons .Toastify__toast-icon {
  display: none;
}

.fullscreen-content {
  padding: 0;
  border: medium none currentColor;
  border: initial;
}
.popup-overlay.open-popup-overlay {
  overflow-y: auto !important;
}
.sticky-top.filters {
  z-index: 1 !important;
}

.accordion-table-stats {
  padding: 20px 0;
}

.top-video {
  width: 100vw;
  height: 70vh;
  object-fit: cover;

  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 100vw;
  max-height: 100vh;
}
.full-screen-carousel-dots {
  bottom: 5%;
}
.slick-slider.landing-page-slider .slick-list .slick-track .slick-slide {
  display: block;
}

.slick-slider.landing-page-slider .slick-arrow.slick-prev {
  left: 2.5vw;
}
.slick-slider.landing-page-slider .slick-arrow.slick-next {
  right: 2.5vw;
}
@media (min-width: 2000px) {
  .slick-slider.landing-page-slider .slick-arrow.slick-prev {
    left: 20vw;
  }
  .slick-slider.landing-page-slider .slick-arrow.slick-next {
    right: 20vw;
  }
}

.video-banner-full-wh {
  width: 100vw;
  height: 100vh;
  object-fit: cover;

  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.img-fluid-reverse {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.chart-date-type-select {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px;
  border-bottom: thin solid rgb(155, 155, 155);
  padding: 0 0 10px;
}
.chart-date-type-select li {
  position: relative;
}
.chart-date-type-select li:hover {
  color: rgb(48, 224, 161);
  cursor: pointer;
}
.chart-date-type-select li.active {
  color: rgb(48, 224, 161);
}
.chart-date-type-select li.active:after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: -10px;
  z-index: 9;
  width: calc(100% + 20px);
  height: 3px;
  background-color: rgb(48, 224, 161);
  border-radius: 15px;
}

.tabs-list {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  margin-top: 5px;
  border-bottom: thin solid rgb(155, 155, 155);
  padding: 0 0 10px;
}
.tabs-list li {
  position: relative;
  margin-right: 35px;
  color: rgba(155, 155, 155, 0.6);
  transition: color 250ms ease-in-out;
}
.tabs-list li:hover {
  color: ghostwhite;
  cursor: pointer;
}
.tabs-list li.active {
  color: white;
  transition: color 250ms ease-in-out;
}
.tabs-list li.active:after {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 2px;
  background-color: white;
}
.table.vertical-aligned td,
.table.vertical-aligned th {
  vertical-align: middle;
}
.small-btn,
.btn-sm {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 12px;
  padding: 5px 10px;
}

.btn-sm:disabled {
  opacity: 0.7;
  cursor: not-allowed !important;
}

.landing-icon-wrapper {
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

.landing-icon-wrapper:hover {
  opacity: 1;
  transition: all 0.25s ease-in-out;
}

tbody.no-border tr td {
  border-top: 0 !important;
  border-top: initial !important;
}
.my-offers p {
  cursor: pointer;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  transition: all 0.5s ease-in-out;
}
.my-offers p.active,
.my-offers p:hover {
  color: white;
  border-color: rgb(155, 155, 155);
}

.blob-0-45-degree {
  position: absolute;
  top: 15%;
  right: 10%;
  text-align: right;
  pointer-events: none !important;
}

.blob-45-90-degree {
  position: absolute;
  bottom: 15%;
  right: 10%;
  text-align: right;
  pointer-events: none !important;
}

.blob-90-135-degree {
  position: absolute;
  bottom: 15%;
  left: 10%;
  text-align: left;
  pointer-events: none !important;
}

.blob-135-180-degree {
  position: absolute;
  top: 15%;
  left: 10%;
  text-align: left;
  pointer-events: none !important;
}

canvas {
  pointer-events: none !important;
}
.bottle-detail-wrapper-video > .text-center > video {
  pointer-events: none !important;
}

.invalid-form-submission {
  color: #ff4d4f !important;
}

.success-form-submission {
  color: #07bc0c !important;
}

.vi__character__container {
  margin: 35px auto auto;
}
.vi__character__item {
  color: rgb(155, 155, 155);
  box-shadow: inset 0 0 0 2px rgb(155, 155, 155) !important;
}

.vi__character__item.is-active {
  color: white;
  box-shadow: inset 0 0 0 2px white !important;
}
.vi__wrapper {
  margin: auto;
}

.t-input--text,
.t-input--number {
  position: relative;
  padding: 0 25px;
  border: 1px solid #4d4d4d;
  line-height: 60px;
  min-height: 60px;
  display: inline-block;
  font-size: 0.875rem;
  border-radius: 0;
  width: 100%;
}

.release-info-upcoming-video {
  height: 100%;
  width: auto;
  max-height: 100vh;
}
.release-info-upcoming-video-small {
  width: auto;
  max-height: 40vh;
  align-self: center;
  padding-top: 1rem;
}

.nft-includes {
  max-height: 80vh;
  height: 100%;
  object-fit: cover;
}
.tasting-notes-video {
  max-height: calc(95vh - 60px);
  height: 100%;
  width: auto;
  object-fit: cover;
  border-radius: 60px;
}

.my-collection-mini-video {
  display: inline-block;
  margin-bottom: 0.625rem;
  max-height: 6.25rem;
  max-width: 8rem;
}
.brand-banner-video {
  min-width: 100%;
  max-height: 650px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .popup-content {
    min-height: 100vh;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
  }

  [role='tooltip'].popup-content {
    width: auto !important;
    max-width: 200px !important;
  }
  .popover-content {
    min-height: 0 !important;
    min-height: initial !important;
    width: auto !important;
    max-width: none !important;
    max-width: initial !important;
    min-width: 0 !important;
    min-width: initial !important;
  }

  .modal-body.scrollable-popup {
    height: calc(100vh - 100px);
    max-height: calc(100vh - 100px);
    padding-left: 5px;
    padding-right: 5px;
  }
  tbody > tr > td > div.text-left {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  tbody > tr > td > div.text-left h5 {
    font-size: 15px !important;
  }
  .table td,
  .table th {
    padding: 0.5rem;
  }
  div .circle {
    display: none !important;
  }

  section#nft-includes > div.row > div.col-md-6.text-left.pl-5.pt-5.pb-5 {
    padding-left: 1rem !important;
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  section#carousel-info > div.row > div.col-md-6.text-left.pl-5.pt-5.pb-5 {
    padding-left: 1rem !important;
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  section#quote > div > div.row > div.col-md-6 > div.text-white.p-5 {
    padding: 1rem !important;
  }
  section#about-liquid > div > div.row.p-5 {
    padding: 1rem !important;
  }
  .d-flex .progress {
    min-width: 50px !important;
  }
  .shipping-info-text {
    font-size: 13px;
  }

  .mt-2 {
    margin-top: 1rem !important;
  }
  .mb-2 {
    margin-bottom: 1rem !important;
  }
  .mmt-0 {
    margin-top: 0 !important;
  }
  .mmb-0 {
    margin-top: 0 !important;
  }
  .m-max-width-100 {
    max-width: 100% !important;
  }
  .video-popover-content {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    min-height: 0 !important;
    min-height: initial !important;
  }
}

.ptr__pull-down {
  background-color: white !important;
}

.spinner-border {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.top-video.landing-video {
  position: absolute !important;
}
.top-video.blur {
  -webkit-filter: blur(2rem);
          filter: blur(2rem);
}

.pwa .top-video.landing-video {
  top: 0;
}

.active-landing-tab {
  display: block;
}
.landing-tab {
  display: none;
}

.mobile-icon {
  font-size: 25px;
  color: rgb(155, 155, 155) !important;
  display: flex;
  opacity: 0.5;
  flex-direction: column;
  transition: all 0.5s ease-out;
}

.mobile-icon-active {
  color: white !important;
  opacity: 1 !important;
  transition: all 0.5s ease-out;
}

.overlay-lock {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 80px;
  color: white;
}

.thin-border {
  border-top: thin solid rgba(155, 155, 155, 0.5) !important;
}

table.scrollable-body {
  background-color: rgb(20, 20, 20);
  border-radius: 6px;
}
table.scrollable-body thead,
table.scrollable-body tbody {
  display: block;
  width: 100%;
}
table.scrollable-body thead {
  position: absolute;
}
/*table.scrollable-body thead th { width: 15% }*/

table.scrollable-body {
  flex-grow: 1;
  position: relative;
}
table.scrollable-body tbody {
  /*border-left: thin solid rgb(25, 25, 25);*/
  /*border-right: thin solid rgb(25, 25, 25);*/

  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;

  padding-top: 50px;
  padding-bottom: 10px;

  /*padding-right: 10px;*/
  /*padding-left: 10px;*/
}

table.scrollable-body tbody tr:first-of-type td {
  border-top: 0 !important;
  border-top: initial !important;
}

table.scrollable-body thead tr {
  background: rgb(20, 20, 20) !important;
  z-index: 9;
}
table.scrollable-body thead tr th:last-of-type {
  border-right: none;
}

table.scrollable-body thead tr th:first-of-type {
  border-left: none;
}
table.scrollable-body thead tr th {
  background: rgb(20, 20, 20) !important;
  z-index: 9;
}
table.scrollable-body thead {
  border-right: none;
  border-left: none;
}

table.scrollable-body tr,
table.scrollable-body tr {
  display: flex;
}
table.scrollable-body td,
table.scrollable-body th {
  width: 20%;
}
table.scrollable-body thead,
table.scrollable-body tbody {
  width: 100% !important;
}

.filter-icon {
  cursor: pointer;
  transition: all 0.25s linear;
}
.filter-icon.is-active {
  color: #096dd9;
}
.filter-icon:hover {
  color: #40a9ff;
}

.edition-col {
  width: 20%;
}
.availability-col {
  width: 20%;
}
.current-owner-col {
  width: 20%;
}
.available-time-col {
  width: 20%;
}

.full-height-dynamic {
  flex-grow: 1;
  height: 100%;
}

.full-height-dynamic__lobby {
  flex-grow: 1;
  height: 100%;
}

@media only screen and (max-width: 576px) {
  .full-height-dynamic__lobby {
    flex-grow: 1;
    height: auto;
    height: initial;
  }
}

#dots #dot1 {
  -webkit-animation: load 1s infinite;
          animation: load 1s infinite;
}

#dots #dot2 {
  -webkit-animation: load 1s infinite;
          animation: load 1s infinite;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#dots #dot3 {
  -webkit-animation: load 1s infinite;
          animation: load 1s infinite;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes load {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes load {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#chart-js canvas {
  pointer-events: all !important;
}

#feed-container {
  position: relative;
  height: 100%;
}

#feed-container .Toastify__toast-container {
  position: absolute;
  left: 0;
  bottom: 0;

  display: flex;
  flex-grow: 1;
  flex-direction: column;
  width: 100%;
  margin-bottom: 15%;
}
div#default div.default div.feed-toast {
  display: none;
}
div.feed-toast {
  cursor: default;
  background: transparent !important;
}
.feed-toast-body {
  padding: 0;
}
.feed-toast-body div:nth-child(2) {
  width: 100%;
  display: contents;
}
#feed-container .feed-container .Toastify__toast:not(.feed-toast) {
  display: none !important;
}

.release-lobby-feed-wrapper .feed-container {
  z-index: 0;
}

.Collapsible__contentInner .checkbox-controller:first-of-type {
  margin-top: 0 !important;
}
.edition-selection-model-content .modal .content .modal-body {
  padding: 0;
}

.edition-selection-model-content .modal .content .modal-body table {
  background-color: black;
}

.icon-share-wrapper {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  outline: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  white-space: nowrap;
  text-decoration: none;
  gap: 8px;
}
.icon-share {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: flex;
  border-radius: 100%;
  background-color: rgb(242, 242, 242);
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
}

.icon-share-wrapper-text {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  line-height: 1.4285714285714286;
  font-weight: 600;
  font-size: 14px;
}

.share-link-input {
  box-sizing: border-box;
  width: 100%;
  min-height: 45px;
  line-height: 14px;
  transition: all 0.1s ease-in 0s;
  outline: none;

  padding: 7px 16px;
  color: black;
  font-weight: 500;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  background-color: rgb(242, 242, 242) !important;
}
.share-link-input-wrapper {
  box-sizing: border-box;
  margin: 0 4px 4px;
  min-width: 0;
  display: flex;
  align-self: stretch;
  position: relative;
  align-items: center;
  border-radius: 4px;
  background: rgb(242, 242, 242);
}
.modal-header {
  padding: 16px 24px;
  background: #1f1f1f;
  border-bottom: 1px solid #303030;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  /*border-radius: 2px 2px 0 0;*/
}
div.modal-body.scrollable-popup div table.scrollable-body tbody {
  padding-top: 44px;
}

.ant-input:focus, .ant-input-focused {
  border-color: white;
  box-shadow: 0 0 0 2px rgba(155, 155, 155, 0.1);
  border-right-width: 1px;
  outline: 0;
}

.ant-input-number-focused, .ant-select-focused .ant-select-selector {
  border-color: white !important;
}

.auth-popup-content {
  max-width: none !important;
  width: auto !important;
  width: initial !important;

  border: medium none currentColor !important;

  border: initial !important;
  padding: 0 !important;
  padding: initial !important;
  overflow: hidden !important;
  background: transparent !important;
  box-sizing: border-box !important;
  box-shadow: 0 3px 6px -4px rgba(0 0 0, 0.48), 0 6px 16px 0 rgba(0 0 0, 0.32), 0 9px 28px 8px rgba(0 0 0, 0.2) !important;
  border-radius: 4px !important;
}

.valid-feedback,
.invalid-feedback {
  position: relative;
}
.valid-feedback.feedback-icon,
.invalid-feedback.feedback-icon {
  position: absolute;
  width: auto;
  bottom: 23px;
  right: 25px;
  margin-top: 0;
  font-size: 15px;
}

.bell-button {
  min-width: 0;
  min-width: initial;
  border: thin solid white;
  height: 40px;
  width: 40px;
  padding: 0;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.base-bottle-title {
  text-transform: uppercase;
  height: 45px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-bottom: 3rem;
  /*font-size: 13px;*/
}

.Collapsible.bare .Collapsible__trigger {
  border-bottom: none !important;
  padding: 0;
}
.Collapsible.bare .Collapsible__trigger::after,
.Collapsible.bare .Collapsible__trigger.is-open:after {
  display: none !important;
}
.Collapsible__contentInner.bare {
  padding: 0;
  border-bottom: none;
}
.onboarding-wallet-trigger {
  transition: all 0.25s ease-in-out;
}

.onboarding-wallet-trigger:hover {
  background: rgb(25, 25, 25);
  cursor: pointer;
}

/*rgba(255, 255, 255, 0.3)*/
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.3);
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: white;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.word-break {
  word-break: break-all;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  background: rgb(20, 20, 20);
}
.page-link {
  background: #1c1c1c;
  color: white;
  border-color: #9b9b9b;
  transition: all 0.25s linear;
}

.page-link:hover {
  z-index: 1;
  color: #0b0b0b;
  background-color: white;
  border-color: #9b9b9b;
}
.page-item.disabled .page-link,
.page-link:disabled {
  background: #0b0b0b;
  border-color: #9b9b9b;
  color: #1c1c1c;
}
.page-item.active .page-link {
  z-index: 1;
  color: #0b0b0b;
  background-color: #fff;
  border-color: #9b9b9b;
}
.page-link:focus {
  box-shadow: none;
}
a:focus-visible {
  outline-offset: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.popup-arrow {
  -webkit-filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, 0.16));
  color: #1f1f1f;
  stroke-width: 2px;
  stroke: #1f1f1f;
  stroke-dasharray: 30px;
  stroke-dashoffset: -54px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  box-shadow: 3px 3px 7px rgb(0 0 0 / 7%);
}
.table-dropdown .rc-select-selector {
  height: 100%;
  border: 0 !important;
}
.table-dropdown.is-active-selection .rc-select-arrow-icon::after {
  border-top-color: #096dd9 !important;
}

.setapproval-overlay {
  opacity: 0.2;
}

div.setapproval-overlay + div.locked-wallet-list-view {
  height: 100%;
  display: flex;
  align-items: center;
}
.locked-wallet-list-view {
  display: inline-flex;
  align-items: center;
}
.locked-wallet-list-view div.text-center {
  display: flex;
  height: 100%;
  align-items: center;
}
.locked-wallet-list-view div svg {
  font-size: 25px !important;
  color: white;
  margin-right: 15px;
}
.bottle-video-anchor div div div div video {
  transition: border 0.5s ease-in-out;
}
.bottle-video-anchor:hover div div div div video {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.banner {
  overflow-x: hidden !important;
}
.card.black {
  background: #1f1f1f;
  box-shadow: 0 3px 6px -4px rgb(0 0 0 / 48%), 0 6px 16px 0 rgb(0 0 0 / 32%), 0 9px 28px 8px rgb(0 0 0 / 20%);
}
.card.black .card-body {
}

.card-text {
  height: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.slick-next {
}

/* for sm */

.custom-switch.custom-switch-sm .custom-control-label {
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.custom-switch.custom-switch-sm .custom-control-label::before {
  height: 1rem;
  width: calc(1rem + 0.75rem);
  border-radius: 2rem;
}

.custom-switch.custom-switch-sm .custom-control-label::after {
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  border-radius: calc(1rem - (1rem / 2));
}

.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(calc(1rem - 0.25rem));
          transform: translateX(calc(1rem - 0.25rem));
}

/* for md */

.custom-switch.custom-switch-md .custom-control-label {
  /*padding-left: 2rem;*/
  /*padding-bottom: 1.5rem;*/
}

.custom-switch.custom-switch-md .custom-control-label::before {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
  width: calc(1.5rem - 4px);
  height: calc(1.5rem - 4px);
  border-radius: calc(2rem - (1.5rem / 2));
}

.custom-control-input:checked ~ .custom-control-label::before {
  /*background: #177ddc;*/
  background: rgb(150 150 243);
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(calc(1.5rem - 0.25rem));
          transform: translateX(calc(1.5rem - 0.25rem));
}

/* for lg */

.custom-switch.custom-switch-lg .custom-control-label {
  padding-left: 3rem;
  padding-bottom: 2rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
  height: 2rem;
  width: calc(3rem + 0.75rem);
  border-radius: 4rem;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
  width: calc(2rem - 4px);
  height: calc(2rem - 4px);
  border-radius: calc(3rem - (2rem / 2));
}

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(calc(2rem - 0.25rem));
          transform: translateX(calc(2rem - 0.25rem));
}

/* for xl */

.custom-switch.custom-switch-xl .custom-control-label {
  padding-left: 4rem;
  padding-bottom: 2.5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::before {
  height: 2.5rem;
  width: calc(4rem + 0.75rem);
  border-radius: 5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::after {
  width: calc(2.5rem - 4px);
  height: calc(2.5rem - 4px);
  border-radius: calc(4rem - (2.5rem / 2));
}

.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(calc(2.5rem - 0.25rem));
          transform: translateX(calc(2.5rem - 0.25rem));
}
.badge {
  padding: 0.4em 0.8em;
}
.badge-success {
  color: #fff;
  background-color: #49aa19;
}

.antd-modal-content {
  min-height: 0 !important;
  min-height: initial !important;
  padding: 0;
  border: none;
  background-color: #1f1f1f;
  background-clip: padding-box;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgb(0 0 0 / 48%), 0 6px 16px 0 rgb(0 0 0 / 32%), 0 9px 28px 8px rgb(0 0 0 / 20%);

  max-width: calc(100vw - 32px);
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: 'tnum', "tnum";
          font-feature-settings: 'tnum', "tnum";
  width: auto;
}
.modal-footer {
  padding: 12px 14px;
  text-align: right;
  background: transparent;
  border-top: 1px solid #303030;
  border-radius: 0 0 2px 2px;
}

.modal-header,
.modal-body,
.modal-footer {
  padding: 12px 14px;
}

.ant-alert{
  padding: 12px 15px;
  border-radius: 4px;
}

.mobile-drawer {
  background: #F1F1F0;
  background: var(--color-light);
  padding: 0;
  overflow-y: auto;
  height: 100%;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
}

.mobile-header {
  z-index: 100;
  position: fixed;
  height: 55px;
}

.mobile-header-active {
  top: 0;
  transition: 0.3s linear;
}
.mobile-header-hidden {
  /*top: -55px;*/
  transition: 0.3s linear;
}

.pp-text p {
  overflow-wrap: break-word;
}

/*.mobile-landing-video {*/
/*  transform: scale(0.9);*/
/*}*/
.mobile-carousel-info-area {
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
  padding: 25vh 15px calc(65px + var(--safe-area-inset-bottom));

  color: white;
  bottom: 0;
  left: 0;
  z-index: 999;
  text-align: left;
  background: linear-gradient(to bottom, transparent 0%, black 100%);
}

.img-thumbnail {
  padding: 0;
  border-radius: 4px;
  border: none;
  /*background-color: rgb(25, 25, 25);*/
  background-color: transparent;
}

.filters-drawer {
  padding: 0;
  padding-top: 50px;
  text-align: left;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh;
  overflow-y: auto;
}

.list-group-item {
  background-color: transparent;
}

.ant-table-column-sorter-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.ant-table-column-sorter-up,
.ant-table-column-sorter-down {
  font-size: 11px;
}

.sortable-col:hover {
  transition: all 0.25s linear;
  background-color: rgb(15, 15, 15) !important;
  cursor: pointer;
}
.claim-video {
  max-height: 350px;
}
.select-an-ape {
  cursor: pointer;
  border: 3px solid transparent;
  border-radius: 6%;
  transition: border-color 0.25s linear;
}

.select-an-ape:hover {
  border-color: #f5cb99;
}

.select-an-ape.selected {
  border-color: #f5cb99;
}

.overlay-loading .wrapper .App-logo svg {
  width: 7vw !important;
  height: 7vw !important;
  fill: white !important;
}

.marketplace-filter-collapser .ant-collapse-header {
  font-size: 16px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.marketplace-filter-collapser .ant-collapse-content-box {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ant-collapse-icon-position-right > .ant-collapse-item.marketplace-filter-collapser > .ant-collapse-header .ant-collapse-arrow {
  right: 0;
}

.collapser-bare .ant-collapse-content-box,
.collapser-bare .ant-collapse-header {
  padding: 0 !important;
}

.shipping-method {
  background: rgb(25, 25, 25);
  height: 80px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s linear;
  cursor: pointer;
  border: thin solid transparent;
}
.shipping-method:hover {
  border: thin solid rgb(155, 155, 155);
}
.shipping-method.active {
  border: thin solid rgb(155, 155, 155);
}
.shipping-method h4 {
  margin: 0;
}
.h-viewport-minus-navbar {
  /* 60px for the height of the toolbar.  TODO: set this into a css variable. */
  height: calc(100vh - 60px);
  overflow-x: hidden;
  overflow-y: auto;
}

.sticky-below-navbar {
  top: 60px;
}

.infinite-scroll-loading-wrapper {
  height: 200px;
  position: relative;
}
.thumbnail-image-medium {
  width: 250px;
  height: 250px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .thumbnail-image-medium {
    width: 100px;
    height: 100px;
    object-fit: contain;
  }
  .medium-title{
    font-size: 15px;
  }
  .medium-publication-date{
    font-size: 12px;
  }

  .w-sm-100 {
    width: 100%;
  }
  .ant-drawer-body{
    padding: 15px;
  }

  /*.marketplace-bottle-card .position-relative .ant-image{*/
  /*  width: 100%!important;*/
  /*  height: auto!important;*/
  /*}*/
  /*.marketplace-bottle-card .position-relative .ant-image img.ant-image-img{*/
  /*  height: auto!important;*/
  /*}*/
}
.filters-sticky-wrapper{
  border-bottom: thin solid rgb(25, 25, 25);
  border-top: thin solid rgb(25, 25, 25);
  /*background: rgb(25, 25, 25);*/
  transition: background-color 0.3s linear;
}
.ant-modal-close {
  z-index: 50;
}
.release-page-overlay-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-width: 100%;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.countries-non-ship li {
  width: 33%;
  float: left;
  padding: 8px;
}
.terms-of-service * {
  font-family: sans-serif;
}
.terms-of-service a,
.pp-text a {
  color: #141414;
  color: var(--color-dark);
  text-decoration: underline;
}
.pp-text ol {
  margin-top: 3rem;
}
.ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: 0;
}
.text-center .ant-col.ant-form-item-label{
  text-align: center;
}


label.ant-radio-wrapper.payment-method-option {
  width: 100%;
  padding: 12px 20px 12px 20px;
  border-radius: 5px;
  background: #ECECEC;
  background: var(--color-shadow);
  font-size: 16px;
  border: 1px solid transparent;
  transition: border 0.35s linear;
}
label.ant-radio-wrapper.payment-method-option:hover {
  border: 1px solid white !important;
}
label.ant-radio-wrapper.ant-radio-wrapper-checked.payment-method-option {
  border: 1px solid white;
}
label.payment-method-option > span:not(.ant-radio) {
  width: 100%;
}
label.payment-method-option.alternative {
  margin-bottom: 10px;
}
.ant-spin-dot-item{
  background-color: white;
}

.stats-wrapper{
  border: thin solid rgb(25, 25, 25);
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 1rem;
  min-height:  100px;
}
.stats-wrapper label{
  font-weight: 500;
  font-size: 80%;
  font-family: 'RivieraNights', 'sans-serif';
}

.stats-wrapper h4{
  font-size: 22px;
  margin-bottom: 0;
}
div.rounded-bottom-drawer > div.ant-drawer-content-wrapper > div.ant-drawer-content{
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
/*
 * Move the zendesk widget to the left
 */
iframe#launcher {
  right: 5vw!important;
}

.payment-provider-icon {
  max-height: 35px;
}

.ant-carousel .slick-prev {
  left: 5px;
  opacity: 0;
}

.ant-carousel .slick-next {
  right: 25px;
  opacity: 0;
}

.ant-carousel:hover .slick-prev {
  opacity: 3;
}

.ant-carousel:hover .slick-next {
  opacity: 3;
}

.ant-carousel .slick-prev::before {
  content: '';
}

.ant-carousel .slick-next::before {
  content: '';
}

.ant-carousel .slick-dots-bottom {
  margin: 0;
}
.ant-carousel .slick-slide {
  overflow: hidden;
}
.slick-dots li button:before {
  display: none;
}

wcm-modal {
  z-index: 2001;
  position: relative;
}

.view-more-link{
  padding: 0;
  color: #141414;
  color: var(--color-dark);
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 0;
  cursor: pointer;
  border-bottom: 0.3px solid transparent;
  background: transparent!important;
  text-decoration: none!important;
  position: relative;
}
.view-more-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 0.3px;
  transition: width 0.3s cubic-bezier(0, 0.1, 0.125, 0.7);
  transition-delay: 0.1s;
  z-index: -1;
  width: 0;
  background: #141414;
  background: var(--color-dark);;
}
.view-more-link:hover::before {
  width: 100%;
  transition-delay: 0s;
  z-index: 1;
}

.view-more-link::after{
  content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27  viewBox=%270 0 24 24%27%3E%3Cpath fill=%27%23F1F1F0%27 d=%27M9 0c-.6 0-.9.6-.9 1.2s.6 1.2 1.2 1.2h11.1L.2 22.3c-.3.3-.3 1.2 0 1.5.3.3 1.2.3 1.5 0L21.6 3.9V15c0 .6.6 1.2 1.2 1.2.6-.3 1.2-.6 1.2-1.2V0H9z%27 /%3E%3C/svg%3E");
  margin-left: .35em;
  display: inline-block;
  height: 1em;
  width: .7em;
}

.update-profile-wrapper {
  background: #1f1f1f;
  border-radius: 5px;
  box-shadow: 0 3px 6px -4px rgb(0 0 0 / 48%), 0 6px 16px 0 rgb(0 0 0 / 32%), 0 9px 28px 8px rgb(0 0 0 / 20%);
  font-size: 14px;
  color: white;
  width: 375px;

  position: fixed;
  top: 75px;
  right: 30px;
  z-index: 112;
}

.update-profile-title {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 48px;
  width: 100%;
  padding-left: 12px;
}

.update-profile-title div {
  font-size: 15px;
  letter-spacing: 0.25px;
}

.update-profile-title .close-icon svg {
  height: 24px;
  width: 24px;
  vertical-align: middle;
}
.update-profile-title .close-icon {
  margin-left: 4px;
  padding-right: 12px;
  position: relative;
}

.profile-step {
  position: relative;
}

.profile-step:hover {
  text-decoration: underline;
}

.profile-widget__widget-divider {
  margin: 0;
}

/* We need this class because of this antd bug 
 * https://github.com/ant-design/ant-design/issues/17449#issuecomment-508175958
 * The issue is closed but it is not fixed (at least not in our antd version)
 */
.EditListing_full-width-button__awU1Z button {
  width: 100%;
}
.is-active-wire-transfer {
  border: thin solid darkgoldenrod !important;
  outline: darkgoldenrod !important;
  color: darkgoldenrod !important;
  background: white;
}

.bank-detail-table {
  width: 100%;
  background: #141414;
  table-layout: fixed;
  overflow-x: auto;
}

.bank-detail-table td {
  padding: 12px 16px;
  word-break: normal;
  white-space: break-spaces;
  text-align: left;
}

.bank-detail-table td button div {
  word-break: break-word;
  white-space: break-spaces;
  text-align: left;
}

.bank-detail-table tbody tr:first-of-type td {
  border-top: none !important;
}

.bank-detail-label {
  width: max(12vw, 200px);
  font-weight: bold;
}

.btn-no-style:active,
.btn-no-style:focus,
.btn-no-style:hover {
  outline: 0;
}
.btn-no-style {
  outline: 0;
  position: relative;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  user-select: none;
  touch-action: manipulation;
  background-color: transparent;
  padding: 0;
  color: white;
  border: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.btn-no-style.btn-link:hover {
  text-decoration: underline;
  color: white;
}
.copy-to-clipboard-button {
  float: right;
}
.copy-to-clipboard-button:hover,
.copy-to-clipboard-button:visited {
  color: white;
}
.custom-file-label::after {
  padding: 0.56rem 0.75rem;
}

.wire-transfer-mobile-table .bank-detail-label {
  max-width: 200px;
}

.AddPaymentMethodModal_payment-provider-selector__V-ATe {
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s linear;
}
.AddPaymentMethodModal_payment-provider-selector__V-ATe:hover {
  background-color: #0b0b0b;
  transition: background-color 0.2s linear;
}

.AddPaymentMethodModal_payment-provider-selector__V-ATe.AddPaymentMethodModal_provider-exists__lbL6F {
  cursor: not-allowed !important;
}
.AddPaymentMethodModal_payment-provider-selector__V-ATe.AddPaymentMethodModal_provider-exists__lbL6F::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  content: 'CONNECTED';
  letter-spacing: 2px;
  color: white;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
}

.AddPaymentMethodModal_payment-provider-selector__V-ATe.AddPaymentMethodModal_initializing__VbpIK {
  cursor: not-allowed !important;
}
.AddPaymentMethodModal_payment-provider-selector__V-ATe.AddPaymentMethodModal_initializing__VbpIK::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  content: 'INITIALIZING';
  letter-spacing: 2px;
  color: white;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

.auction-bid-drawer-primary-actions .ant-popover-disabled-compatible-wrapper button:disabled {
  width: 100%;
}
.enter-bid-view .ant-popover-disabled-compatible-wrapper button:disabled {
  width: 100%;
}

.enter-manual-bid-view .ant-popover-disabled-compatible-wrapper button:disabled {
  width: 100%;
}
.auction-bid-drawer-primary-actions .ant-popover-disabled-compatible-wrapper button:disabled {
  width: 100%;
}
div.bottle-card .bottle-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

div.bottle-card .vime-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

div.bottle-card .bottle-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div.bottle-card .bottle-image {
    aspect-ratio: 0.8;
    position: relative;
}
div.bottle-card .bottle-title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    font-size: 14px;
    height: 45px;
    margin-bottom: 5px;
}
div.bottle-card .bottle-card-footer {
}



/*# sourceMappingURL=main.3858de8f.css.map*/