.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: ubuntu, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 18px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

h4 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
}

h6 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
}

a {
  color: #90004c;
  text-decoration: none;
}

a:hover {
  color: #a80266;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.page-banner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 300px;
  min-height: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.31) -2%, #000 0%, rgba(0, 0, 0, 0.51)), url('../images/bruno-martins-442161-unsplash.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.search-button {
  display: none;
  background-color: #fff;
  color: #333;
}

.search-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-main {
  position: relative;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-header-right {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 46px;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.main-header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-banner-des {
  display: block;
  margin-top: 8px;
}

.page-banner-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page-title-content {
  position: relative;
  display: block;
  width: 75%;
  padding-top: 13px;
  padding-bottom: 15px;
}

.trade-items-wrapper {
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.main-section {
  position: relative;
  min-height: 600px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 80px;
}

.main-section.no-padding {
  padding-top: 0px;
}

.main-section.short {
  min-height: 300px;
}

.trade-items-list {
  overflow: visible;
  width: 100%;
  max-width: 100%;
  margin-bottom: 35px;
}

.listing-options-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sort-dropdown {
  z-index: 99;
  display: block;
  min-width: 220px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sort-dropdown-troggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 48px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 40px 0px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #f6f6f6;
  border-radius: 6px 0px 0px 6px;
  background-color: #f6f6f6;
  font-size: 15px;
  font-weight: 500;
}

.sort-dropdown-troggle:hover {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #c9c9c9 #e6e6e6 #c9c9c9 #c9c9c9;
  background-color: #e6e6e6;
}

.sort-current-explain {
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  font-size: 13px;
  text-align: left;
}

.main-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.35);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 160px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px none #b4b2b2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.item-row:hover {
  box-shadow: 1px 1px 13px 0 #c9c9c9;
}

.item-row.compact {
  min-height: auto;
}

.item-image-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 25%;
  height: 140px;
  min-width: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.item-image-div.mini {
  width: auto;
  height: 100px;
  min-width: 60px;
}

.item-image-div.preview {
  width: auto;
  height: 75px;
  min-width: 75px;
  cursor: default;
}

.item-image-div.portfolio {
  width: auto;
  height: 100px;
  min-width: 60px;
}

.item-info {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  padding: 12px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
}

.item-info:hover {
  text-decoration: none;
}

.item-info.compact {
  width: 100%;
}

.item-info.mini {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.items-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #e6e6e6;
}

.items-column:hover {
  text-decoration: none;
}

.items-column.mini {
  width: 100%;
  border-bottom-style: none;
}

.items-column.mini2 {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom-style: none;
  border-radius: 5px;
  cursor: pointer;
}

.items-column.mini2:hover {
  background-color: #fff;
}

.bid-offer-prices-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bid-offer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  padding-right: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px solid #e6e6e6;
}

.last-trade-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12%;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px solid #e6e6e6;
  background-color: hsla(0, 0%, 90.2%, 0.3);
}

.page-banner-div {
  width: 100%;
  color: #fff;
}

.item-info-name {
  margin-top: 2px;
  margin-bottom: 2px;
  color: #90004c;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.item-info-name:hover {
  color: #333;
}

.item-info-name.preview {
  color: #333;
}

.item-info-name.preview:hover {
  color: #333;
}

.item-info-chateau {
  margin-top: 2px;
  margin-bottom: 2px;
  color: #727272;
  font-size: 12px;
  line-height: 16px;
}

.column-l-text {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.column-s-text {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

.list-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.btn-text-type-1 {
  width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.btn-text-type-1:hover {
  text-decoration: none;
}

.bid-type-1 {
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.75;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.or-type-1 {
  margin-top: auto;
  margin-right: 4px;
  margin-bottom: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.75;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
  text-align: left;
}

.bid-offer-price-div {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sell-link {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 53px;
  padding: 6px 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.sell-link:hover {
  text-decoration: none;
}

.sell-link.type-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
}

.sell-btn-type-1 {
  position: relative;
  z-index: 9;
  width: 90px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  background-color: #e02a47;
  -webkit-transition: all 180ms ease-out;
  transition: all 180ms ease-out;
}

.sell-btn-type-1:hover {
  background-color: #f33268;
  box-shadow: 1px 1px 10px 0 #ff6b94;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.sell-btn-type-1.mini {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  min-height: 30px;
  margin-right: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.sell-btn-type-1.disable {
  background-color: #c9c9c9;
  cursor: default;
}

.sell-btn-type-1.disable:hover {
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sell-btn-type-1.wide {
  width: 96px;
  letter-spacing: -0.02em;
}

.list-last-trade {
  margin-right: 3px;
  margin-left: 3px;
  font-weight: 500;
  text-align: center;
}

.list-last-trade:hover {
  color: #333;
}

.wine-color {
  width: 12px;
  height: 12px;
  margin-right: 2.5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #90004c;
}

.wine-color.red {
  background-color: #d30707;
}

.wine-color.white {
  background-color: #ffef92;
}

.wine-color.sparkling {
  background-color: #ebcb91;
}

.wine-color.rose {
  background-color: #faafdc;
}

.wine-color.dessert {
  background-color: #ffcb6b;
}

.wine-color.port {
  background-color: #c38080;
}

.wine-color.whisky {
  background-color: #ad7f2a;
}

.wine-color.cw {
  background-color: #e0e0e0;
}

.wine-color.spirits {
  background-color: #ffd000;
}

.load-more-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #90004c;
  border-radius: 25px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #90004c;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.load-more-btn:hover {
  background-color: #90004c;
  box-shadow: 1px 1px 10px 0 #be6099;
  color: #fff;
  text-decoration: none;
}

.load-more-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item-column-bottom {
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bid-offer-column-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.list-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 68px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.header-main {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 909;
}

.header-offset {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 80px;
}

.display-list {
  width: 26px;
  height: 30px;
  background-image: url('../images/list-row-p.svg');
  background-position: 50% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 0.2;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.display-list:hover {
  opacity: 0.5;
}

.display-list.selected {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.display-option {
  margin-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sort-dropdown-list {
  margin-top: 0px;
}

.sort-dropdown-list.w--open {
  overflow: hidden;
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
}

.sort-options {
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.sort-options:hover {
  background-color: #f6f6f6;
  color: #90004c;
  text-decoration: none;
}

.main-nav-links {
  margin-right: 2px;
  margin-left: 18px;
  padding-top: 3px;
  padding-bottom: 4px;
  color: #333;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
}

.main-nav-links:hover {
  padding-top: 4px;
  padding-bottom: 2px;
  border-bottom: 3px solid #90004c;
  text-decoration: none;
}

.logo-home-link {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.stockvins-logo {
  height: 19px;
  margin-right: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lang-dropdown {
  position: relative;
  display: block;
  width: 26px;
  height: 34px;
  margin: 0px 0px 0px 12px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lang-dropdown.mobile-hidden {
  display: block;
}

.lang-select-list {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
}

.lang-select-list.w--open {
  left: auto;
  top: 45px;
  right: 0px;
  bottom: auto;
  z-index: 999;
  overflow: hidden;
  min-width: 100px;
}

.more-dropdown-toggle {
  width: 100%;
  height: 100%;
  margin: 0px auto;
  padding: 0px;
  background-image: url('../images/more-strips-p.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.more-dropdown-toggle:hover {
  -webkit-filter: none;
  filter: none;
}

.main-nav-more-dropdown {
  position: relative;
  display: block;
  width: 30px;
  height: 35px;
  margin-right: 0px;
  margin-left: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.more-select-list {
  right: 0px;
  min-width: 200px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.more-select-list.w--open {
  left: auto;
  top: 45px;
  right: 0px;
  bottom: auto;
  z-index: 999;
  overflow: hidden;
  min-width: 800px;
  background-color: #fff;
}

.more-items {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.015em;
  text-decoration: none;
  text-transform: none;
}

.more-items:hover {
  background-color: #fff;
  color: #90004c;
  text-decoration: none;
}

.more-items.w--current {
  color: #90004c;
}

.more-items.mod {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 16px;
  font-weight: 500;
}

.sort-current {
  margin-top: auto;
  margin-right: 8px;
  margin-bottom: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.items-title-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
  text-align: left;
}

.shot-drop-icon {
  margin-right: 15px;
}

.header-item-click {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #333;
  text-align: center;
  cursor: pointer;
}

.header-item-click:hover {
  color: #90004c;
  text-decoration: none;
}

.header-item-click.sortable {
  margin-right: -15px;
  padding-right: 15px;
  background-image: url('../images/Up-Down-Arrows-L2.svg');
  background-position: 100% 50%;
  background-size: auto 14px;
  background-repeat: no-repeat;
}

.header-item-click.sortable.desc {
  background-image: url('../images/Up-Down-Arrows-D.svg');
}

.header-item-click.sortable.asc {
  background-image: url('../images/Up-Down-Arrows-A.svg');
}

.offer-type-1 {
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.75;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  text-align: center;
}

.or-offer-type-1-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 5px;
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.5);
  opacity: 1;
}

.buy-btn-type-1 {
  position: relative;
  z-index: 9;
  width: 90px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  background-color: #4fb130;
  -webkit-transition: all 180ms ease-out;
  transition: all 180ms ease-out;
}

.buy-btn-type-1:hover {
  background-color: #75c735;
  box-shadow: 1px 1px 10px 0 #7be253;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.buy-btn-type-1.mini {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  min-height: 30px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.buy-btn-type-1.mini:hover {
  border-style: none;
}

.buy-btn-type-1.disable {
  background-color: #c9c9c9;
  cursor: default;
}

.buy-btn-type-1.disable:hover {
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.buy-btn-type-1.wide {
  width: 96px;
  letter-spacing: -0.02em;
}

.or-bid-type-1-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 5px;
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.5);
  opacity: 1;
}

.buy-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 53px;
  padding: 6px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.buy-link:hover {
  text-decoration: none;
}

.buy-link.type-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
}

.item-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.item-image.the-wine {
  background-image: url('../images/dnqHnd0hSx-t14_V8uynAA_pb_x600.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.item-image.the-wine.sc {
  background-image: url('../images/wine-btl-dummy.png');
}

.item-info-more-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 3px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.item-info-more-div.last {
  margin-top: 0px;
  margin-bottom: 0px;
}

.item-info-storage {
  position: relative;
  display: inline-block;
  margin: 0px 4px 0px 0px;
  padding: 1px 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-color: #727272;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  cursor: default;
}

.item-info-storage:hover {
  background-color: #333;
}

.item-info-storage.ss {
  padding-right: 4px;
  padding-left: 4px;
  background-color: #c9c9c9;
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.item-info-storage.ss:hover {
  background-color: #727272;
}

.mini-center-dropdown {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.mini-center-dropdown-toggle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 34px;
  height: 34px;
  margin: 0px auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 100%;
  background-color: #90004c;
  background-image: url('../images/default-avatar.svg'), linear-gradient(135deg, #90004c, #fa5000);
  background-position: 50% 48%, 0px 0px;
  background-size: 19px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 1px 1px 4px 0 #727272;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0em;
  text-decoration: none;
  text-indent: 0px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.mini-center-dropdown-toggle:hover {
  box-shadow: 1px 1px 8px 0 #333;
  color: #fff;
  text-decoration: none;
}

.mini-center-dropdown-toggle.avatar {
  overflow: hidden;
  background-image: url('../images/Clooney.jpg'), url('../images/default-avatar.svg'), linear-gradient(135deg, #90004c, #fa5000);
  background-position: 50% 50%, 50% 48%, 0px 0px;
  background-size: cover, 19px, auto;
  background-repeat: no-repeat, no-repeat, repeat;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.mini-center-dropdown-toggle.avatar.w--open {
  background-image: url('../images/close-cross-w.svg'), url('../images/sv-gradient.png');
  background-position: 50% 50%, 50% 50%;
  background-size: 18px, cover;
  background-repeat: no-repeat, no-repeat;
}

.mini-center-dropdown-toggle.no-avatar {
  background-image: linear-gradient(135deg, #90004c, #fa5000);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.mini-center-dropdown-toggle.no-avatar.w--open {
  background-image: url('../images/close-cross-w.svg'), url('../images/sv-gradient.png');
  background-position: 50% 50%, 50% 50%;
  background-size: 18px, cover;
  background-repeat: no-repeat, no-repeat;
}

.mini-center-dropdown-toggle.unlogged {
  box-shadow: 1px 1px 4px 0 #bbb;
  cursor: auto;
}

.mini-center-select-list {
  right: 0px;
  overflow: hidden;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.mini-center-select-list.w--open {
  left: auto;
  top: 45px;
  right: 0px;
  bottom: auto;
  overflow: hidden;
  padding: 0px;
}

.search-history {
  position: absolute;
  left: auto;
  top: 0%;
  right: 2px;
  bottom: 0%;
  z-index: 1;
  width: 36px;
  height: 36px;
  background-image: url('../images/history-solid-p.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 0.4;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
}

.search-history:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.search-history.as-icon {
  position: static;
}

.display-compact {
  width: 26px;
  height: 30px;
  background-image: url('../images/list-compact-p.svg');
  background-position: 50% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 0.2;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.display-compact:hover {
  opacity: 0.5;
}

.display-compact.selected {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.lang-dropdown-toggle {
  top: 0px;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  background-image: url('../images/globe-solid.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-weight: 400;
}

.footer-section {
  position: relative;
  z-index: 0;
}

.item-info-place {
  margin-top: 2px;
  margin-right: 12px;
  margin-bottom: 2px;
  border-radius: 20px;
  color: #727272;
  font-size: 12px;
  line-height: 16px;
}

.last-trade-column-bottom {
  width: 12%;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: hsla(0, 0%, 90.2%, 0.3);
}

.load-more-btn-text {
  font-weight: 500;
}

.footer-row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-row-flex.tall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 0px none transparent;
}

.footer-nav-header {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-nav-header:hover {
  text-decoration: none;
}

.footer-nav-header.w--current {
  color: #90004c;
}

.footer-nav-links {
  display: block;
  margin: 10px auto;
  color: #333;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.footer-nav-links:hover {
  color: #90004c;
  text-decoration: none;
}

.footer-nav-links.w--current {
  color: #90004c;
  font-weight: 700;
}

.footer-nav-links.highlight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c20909;
  font-weight: 700;
}

.footer-row {
  width: 100%;
}

.browse-all-text {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
}

.bid-offer-price-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-unit-s {
  margin-top: 3px;
  color: #727272;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: -0.5px;
}

.item-info-volume {
  margin: 1px 4px 1px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #727272;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
}

.search-input-h {
  height: 36px;
  margin-bottom: 0px;
  padding-right: 38px;
  padding-left: 18px;
  border-style: none;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 #c9c9c9;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 500;
}

.search-input-h:hover {
  box-shadow: 0 0 6px 2px #c9c9c9;
}

.search-input-h:focus {
  box-shadow: 1px 0 12px 1px #c9c9c9;
}

.search-input-h::-webkit-input-placeholder {
  color: #727272;
  font-size: 16px;
  font-weight: 500;
}

.search-input-h:-ms-input-placeholder {
  color: #727272;
  font-size: 16px;
  font-weight: 500;
}

.search-input-h::-ms-input-placeholder {
  color: #727272;
  font-size: 16px;
  font-weight: 500;
}

.search-input-h::placeholder {
  color: #727272;
  font-size: 16px;
  font-weight: 500;
}

.main-header-color-top {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(135deg, #90004c, #fa5000);
}

.last-trade-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.last-trade-column-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12%;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px solid #e6e6e6;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: hsla(0, 0%, 90.2%, 0.3);
}

.last-trade-column-header:hover {
  background-color: hsla(0, 0%, 94%, 0.8);
}

.bid-offer-prices-column-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.bid-offer-prices-column-header:hover {
  background-color: hsla(0, 0%, 94%, 0.8);
}

.currency-dropdown {
  position: relative;
  z-index: 900;
  display: block;
  width: auto;
  height: 30px;
  margin-right: 0px;
  margin-left: 13px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.currency-dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}

.drop-width-control {
  width: 380px;
  min-height: 60px;
  padding: 10px 12px;
}

.drop-width-control.narrow-1 {
  min-width: 300px;
}

.drop-width-control.narrow-auto {
  width: auto;
}

.drop-width-control.narrow-2 {
  width: auto;
  min-width: 300px;
}

.drop-width-control.narrow-3 {
  width: auto;
  min-width: 188px;
}

.currency-select-list {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
}

.currency-select-list.w--open {
  left: auto;
  top: 45px;
  right: 0px;
  bottom: auto;
  z-index: 900;
  overflow: hidden;
}

.currency-text {
  padding: 1px 7px 1px 8px;
  border-radius: 20px;
  background-color: #333;
  color: #fff;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.currency-text:hover {
  background-color: #727272;
}

.currency-select {
  z-index: 99999;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.currency-select:hover {
  background-color: #f6f6f6;
  color: #90004c;
  text-decoration: none;
}

.hero-content-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cta-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  margin: 4px 10px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: all 280ms ease-out;
  transition: all 280ms ease-out;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.cta-button:hover {
  background-color: #fff;
  box-shadow: 0 0 18px 0 hsla(0, 0%, 100%, 0.3);
  color: #90004c;
  text-decoration: none;
}

.cta-button:active {
  background-color: #fff;
}

.cta-button.special {
  background-color: #fa5000;
  background-image: linear-gradient(45deg, #fa5000, #e02a47);
  color: #fff;
}

.cta-button.special:hover {
  background-image: linear-gradient(45deg, #fa5000, #d30707);
  color: #fff;
}

.cta-button.on-white {
  text-transform: uppercase;
}

.cta-button.on-white:hover {
  box-shadow: 0 0 12px 0 rgba(51, 51, 51, 0.3);
}

.cta-button.special-purple {
  background-color: #fa5000;
  background-image: linear-gradient(45deg, #a80266, #e02a47);
  color: #fff;
}

.cta-button.special-purple:hover {
  background-image: linear-gradient(45deg, #90004c, #df003c);
  color: #fff;
}

.sort-current-explain-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.select-toggle {
  margin-top: -3px;
  margin-bottom: -6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.radio-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.display-set-row {
  margin-top: 0px;
  margin-bottom: 8px;
  padding: 1px 0px 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-line-title-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #90004c;
  font-size: 16px;
  font-weight: 700;
}

.search {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search.aw-vintage {
  width: 180px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.search-input-mobile {
  position: relative;
  height: 36px;
  margin-bottom: 0px;
  padding-right: 38px;
  padding-left: 18px;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 500;
}

.search-input-mobile:focus {
  box-shadow: 1px 0 12px 0 #c9c9c9;
}

.search-input-mobile::-webkit-input-placeholder {
  color: #727272;
}

.search-input-mobile:-ms-input-placeholder {
  color: #727272;
}

.search-input-mobile::-ms-input-placeholder {
  color: #727272;
}

.search-input-mobile::placeholder {
  color: #727272;
}

.search-input-mobile.add-wine-search {
  height: auto;
  padding: 12px 8px 12px 0px;
  border-style: none;
  border-radius: 5px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

.search-input-mobile.add-wine-search:focus {
  box-shadow: none;
}

.search-input-mobile.add-wine-search::-webkit-input-placeholder {
  color: #90004c;
  font-weight: 700;
}

.search-input-mobile.add-wine-search:-ms-input-placeholder {
  color: #90004c;
  font-weight: 700;
}

.search-input-mobile.add-wine-search::-ms-input-placeholder {
  color: #90004c;
  font-weight: 700;
}

.search-input-mobile.add-wine-search::placeholder {
  color: #90004c;
  font-weight: 700;
}

.search-input-mobile.add-wine-search.enter-vintage {
  padding-left: 8px;
}

.search-header-holder {
  position: relative;
  display: none;
  height: 36px;
  padding-right: 25px;
  padding-left: 90px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.search-bar-mobile {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.carousel-wrapper {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  overflow: hidden;
  width: 100%;
  height: 42px;
  background-color: #333;
}

.carousel-content-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px solid #727272;
  background-color: #333;
}

.carousel-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 100px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.carousel-title {
  margin-right: 5px;
  color: #c9c9c9;
  font-size: 14px;
  font-weight: 400;
}

.carousel-title:hover {
  color: #fff;
}

.carousel-figure {
  margin-right: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.carousel-var {
  margin-right: 5px;
  padding: 1px 3px;
  border-radius: 3px;
  background-color: #f6f6f6;
  color: #727272;
  font-size: 12px;
  font-weight: 700;
}

.carousel-var.up {
  color: #c20909;
}

.carousel-var.down {
  color: #2b8b0d;
}

.carousel-item-tag {
  margin-right: 5px;
  padding: 1px 4px;
  border-radius: 3px;
  background-color: #727272;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.carousel-item-tag.offer {
  background-color: #e02a47;
}

.carousel-item-tag.index {
  background-color: #a80266;
}

.carousel-item-tag.bid {
  background-color: #4fb130;
}

.intro-block-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-center-b {
  margin-top: 12px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.p-center {
  text-align: center;
}

.max1480 {
  overflow: visible;
  width: 100%;
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}

.max1480.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-heading {
  display: inline-block;
  margin: 0px auto;
  padding-right: 18px;
  padding-left: 18px;
  background-color: #fff;
  color: #90004c;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
}

.section-heading.left {
  margin-left: 0px;
  padding-left: 0px;
  text-align: left;
  text-transform: uppercase;
}

.section-heading.left.small {
  margin-top: 2px;
  color: #333;
  font-size: 20px;
  line-height: 24px;
}

.section-heading.left.small.in-sc-details {
  background-color: #f6f6f6;
}

.section-heading.left.no-cap {
  text-transform: none;
}

.section-heading.h4 {
  padding-right: 16px;
  padding-left: 16px;
  font-size: 21px;
  line-height: 27px;
  font-weight: 700;
}

.section-heading-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-heading-wrap.card {
  padding-top: 25px;
  padding-bottom: 15px;
}

.section-line {
  width: 100%;
  height: 1px;
  margin-bottom: -15px;
  background-color: #727272;
}

.intro-3-columns {
  margin-bottom: 25px;
}

.flex-div-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.x6-flex-item {
  width: 16.6%;
  padding: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.brand-div {
  position: relative;
  width: 100%;
  height: 160px;
  max-height: 160px;
  background-color: #f6f6f6;
  background-image: url('../images/three-dots.svg');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.brand-div:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.brand-name-text {
  padding-bottom: 3px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.02px;
  text-shadow: 0 0 8px #000;
}

.brand-link-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px 10px 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 6px solid rgba(0, 0, 0, 0.4);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent 50%, transparent);
  -webkit-transition: border 280ms ease;
  transition: border 280ms ease;
  text-decoration: none;
}

.brand-link-block:hover {
  border-bottom-color: #90004c;
  text-decoration: none;
}

.x4-flex-item {
  width: 25%;
  min-height: 150px;
  padding: 6px 6px 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.flex-item-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-item-link-block:hover {
  text-decoration: none;
}

.wine-in-flex {
  height: 180px;
  margin-right: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.des-flex-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-left: 5px;
  padding-top: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.des-text-b-l1 {
  margin-top: 0px;
  margin-bottom: 4px;
  color: #333;
  line-height: 22px;
  font-weight: 500;
}

.des-text-b-l1:hover {
  color: #a80266;
}

.des-text-s {
  margin-bottom: 6px;
  color: #727272;
  line-height: 14px;
}

.des-text-s-b {
  margin-top: 4px;
  color: #90004c;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.best-vintage {
  display: inline-block;
  margin: 1px 4px 1px 0px;
  padding: 1px 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #c9c9c9;
  border-radius: 3px;
  background-color: #cc9c22;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  letter-spacing: -0.01em;
  cursor: default;
}

.best-vintage:hover {
  background-color: #9e760f;
}

.des-text-s-s {
  margin-top: 0px;
  margin-bottom: 6px;
  color: #727272;
  font-size: 12px;
  line-height: 14px;
}

.button-std {
  height: 42px;
  margin-right: 10px;
  margin-left: 0px;
  padding: 6px 12px;
  border-radius: 5px;
  background-color: #90004c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  cursor: pointer;
}

.button-std:hover {
  background-color: #a80266;
  box-shadow: 0 0 12px 0 rgba(168, 2, 102, 0.25);
  color: #fff;
  text-decoration: none;
}

.button-std.light {
  border: 1px solid #90004c;
  border-radius: 3px;
  background-color: transparent;
  color: #90004c;
}

.button-std.full {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  font-weight: 700;
  text-transform: uppercase;
}

.button-std.full.alone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-std.full.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.015em;
}

.button-std.full-bw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #bbb;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.button-std.full-bw:hover {
  background-color: #90004c;
  box-shadow: 0 0 12px 0 rgba(51, 51, 51, 0.2);
  opacity: 1;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.button-std.full-bw.continue {
  margin-top: 5px;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-color: #90004c;
  background-color: #90004c;
  background-image: url('../images/arrow-right-w.svg');
  background-position: 96% 50%;
  background-size: auto 25px;
  background-repeat: no-repeat;
  color: #fff;
  letter-spacing: 0.025em;
}

.button-std.full-bw.continue:hover {
  background-position: 98% 50%;
}

.button-std.full-bw.purple-l {
  margin-top: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-color: #90004c;
  background-color: #90004c;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.button-std.bw-regular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 20px 15px 0px;
  padding: 5px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #bbb;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
}

.button-std.bw-regular:hover {
  background-color: #90004c;
  box-shadow: 0 0 12px 0 rgba(51, 51, 51, 0.2);
  opacity: 1;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.button-std-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.button-std-text._400px {
  width: 380px;
  letter-spacing: 0.025em;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center.margin {
  margin-top: 30px;
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.flex-center.no-margin {
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.articles-ex-div {
  width: 100%;
  margin-bottom: 35px;
}

.x3-flex-item {
  width: 33.3%;
  min-height: 150px;
  padding: 6px 6px 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column {
  padding-right: 15px;
  padding-left: 0px;
}

.column-2 {
  padding-right: 0px;
  padding-left: 15px;
}

.rc-date-div {
  width: 100%;
  height: 24px;
  margin-bottom: 2px;
  clear: both;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.rc-date {
  display: inline-block;
  margin-right: 5px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.articles-ex {
  margin-bottom: 30px;
  padding-bottom: 12px;
}

.des-text-p-s {
  margin-bottom: 12px;
  padding-bottom: 4px;
  color: #727272;
  text-align: justify;
}

.header-section {
  position: relative;
  width: 100%;
}

.this-wine-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sku-summary-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.this-wine-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.item-info-chateau-title {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #727272;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

.item-info-name-title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 2px;
  padding-right: 10px;
  color: #90004c;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
}

.item-info-name-title:hover {
  color: #333;
}

.summary-img {
  height: 230px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.add-to-btn-text {
  display: inline-block;
  font-weight: 500;
}

.actions-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.custom-dropdown {
  position: relative;
  z-index: 900;
  display: block;
  width: 100%;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.custom-dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #90004c;
  font-weight: 400;
}

.custom-dropdown-toggle:hover {
  color: #333;
}

.custom-drop-text {
  margin-right: 20px;
  padding: 4px 0px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.custom-drop-text:hover {
  color: #333;
}

.size-select-list {
  left: 0%;
  top: 40px;
  right: auto;
  bottom: auto;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
}

.size-select-list.w--open {
  z-index: 900;
  overflow: hidden;
}

.bold-text {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.bold-text:hover {
  text-decoration: none;
}

.summary-marks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 12px;
  padding-right: 10%;
  padding-left: 10%;
}

.critics-col {
  width: 25%;
  padding: 4px 6px;
}

.critics-name {
  color: #90004c;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

.critics-mark {
  margin-top: 3px;
  padding-top: 3px;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.sku-summary-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-height: 100px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grey-box {
  height: 100%;
  min-height: 25px;
  padding: 20px 8px;
  border-radius: 8px;
  background-color: #f6f6f6;
}

.grey-box.for-filter {
  position: relative;
  padding: 16px 12px 8px;
  border: 1px solid #e6e6e6;
}

.div-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row-details-c1 {
  width: 25%;
  padding-right: 6px;
  font-weight: 700;
}

.row-details-c1.item-sc-details {
  width: auto;
  min-width: 180px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-list-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 16px;
}

.div-list-row.highlight {
  color: #90004c;
}

.div-list-row.sc {
  margin-bottom: 6px;
  padding-top: 18px;
  padding-bottom: 3px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #bbb;
  color: #90004c;
}

.row-details-c2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sku-summary {
  width: 100%;
  min-height: 100px;
  padding: 10px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.drop-s-title {
  margin-bottom: 4px;
  padding-bottom: 0px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.vintage-drop-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.prices-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.price-col {
  padding: 5px 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.price-title {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 4px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
}

.price-info {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

.sku-summary-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prices-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-bottom: 2px;
  padding-top: 5px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #c9c9c9;
}

.dropdown-title {
  margin-bottom: 6px;
  padding-top: 3px;
  padding-bottom: 12px;
  border-bottom: 1px solid #90004c;
  font-size: 16px;
  font-weight: 700;
}

.vintage-select {
  z-index: 99999;
  display: block;
  width: 25%;
  padding: 12px 0px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.vintage-select:hover {
  background-color: #f6f6f6;
  color: #90004c;
  text-decoration: none;
}

.drop-option-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.option-select {
  z-index: 99999;
  display: block;
  width: 100%;
  padding: 12px 5px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.03em;
  text-transform: none;
}

.option-select:hover {
  background-color: #f6f6f6;
  color: #90004c;
  text-decoration: none;
}

.option-select.w--current {
  background-color: #f6f6f6;
}

.option-select.new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #90004c;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

.option-select.new:hover {
  background-color: #a80266;
}

.option-select.thin {
  min-width: 180px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 17px;
  line-height: 17px;
}

.option-select.wide {
  min-width: 300px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 17px;
  line-height: 17px;
}

.v-separator-r20px {
  width: 1px;
  margin-right: 20px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #c9c9c9;
}

.v-separator-r20px._70px {
  height: 78px;
}

.sku-p-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
  padding-bottom: 1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sku-p-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 125px;
  margin-right: 10px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sku-p-last {
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}

.sku-p-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #727272;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.03em;
}

.var-details {
  margin-right: 2px;
  margin-left: 2px;
  color: #727272;
}

.var-details.down-red {
  color: #c20909;
}

.var-details.up-green {
  color: #2b8b0d;
}

.var-details.up-red {
  color: #c20909;
}

.var-details.down-green {
  color: #2b8b0d;
}

.sku-p-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #727272;
  font-size: 12px;
  line-height: 12px;
  text-align: right;
  letter-spacing: -0.5px;
}

.sku-p-var {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.03em;
}

.var-arrow {
  width: 12px;
  height: 12px;
  margin: auto 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.var-arrow.down-red {
  background-image: url('../images/p-d-r.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.var-arrow.up-green {
  background-image: url('../images/p-u-g.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.var-arrow.up-red {
  background-image: url('../images/p-d-r.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.var-arrow.down-green {
  background-image: url('../images/p-u-g.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.actions-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.this-wine-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
  padding-bottom: 8px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.this-wine-top {
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 5px;
}

.des-text-b-b {
  margin-top: 2px;
  margin-bottom: 2px;
  color: #333;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.wine-img-flex-div {
  max-width: 100px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.buy-btn-type-2 {
  display: inline-block;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  background-color: #4fb130;
  -webkit-transition: all 180ms ease-out;
  transition: all 180ms ease-out;
}

.buy-btn-type-2:hover {
  overflow: hidden;
  background-color: #75c735;
  box-shadow: 1px 1px 10px 0 #7be253;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.buy-btn-type-2.disable {
  background-color: #c9c9c9;
  cursor: default;
}

.buy-btn-type-2.disable:hover {
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.btn-content-type-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 85px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 2px 4px 2px 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.btn-content-type-2.left {
  min-width: 113px;
  padding-right: 0px;
  padding-left: 2px;
}

.btn-v-separator {
  width: 1px;
  min-height: 60px;
  margin-right: 6px;
  padding-right: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.btn-v-separator.sp {
  min-height: 55px;
  margin-right: 1.2vw;
  padding-right: 1.2vw;
}

.btn-text-type-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 23px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
}

.btn-text-type-2:hover {
  text-decoration: none;
}

.or-type-2-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 2px;
  padding-top: 5px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 1px solid hsla(0, 0%, 100%, 0.5);
  opacity: 1;
  text-decoration: none;
}

.or-type-2-div:hover {
  text-decoration: none;
}

.btn-s-text-type-2-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 3px;
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  text-decoration: none;
}

.btn-s-text-type-2-div:hover {
  text-decoration: none;
}

.btn-s-text {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.75;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
}

.action-r-btn-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.action-r-btn-div.m0 {
  margin-right: 0px;
}

.info-type-2-text {
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  text-align: center;
}

.info-type-2-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.btn-price-row-type-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
}

.btn-price-row-type-2:hover {
  text-decoration: none;
}

.btn-text-type-2-currency {
  margin-top: 3px;
  margin-right: 3px;
  margin-bottom: 2px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.5px;
}

.sell-btn-type-2 {
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  background-color: #e02a47;
  -webkit-transition: all 180ms ease-out;
  transition: all 180ms ease-out;
}

.sell-btn-type-2:hover {
  background-color: #f33268;
  box-shadow: 1px 1px 10px 0 #ff6b94;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.sell-btn-type-2.disable {
  background-color: #c9c9c9;
  cursor: default;
}

.sell-btn-type-2.disable:hover {
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.or-type-2 {
  margin-top: auto;
  margin-right: 2px;
  margin-bottom: auto;
  padding-top: 0.5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.75;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
  text-align: left;
}

.add-to-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  margin-left: 0px;
  padding: 4px 8px 4px 26px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 15px;
  background-color: #fff;
  background-image: url('../images/star.svg');
  background-position: 8px 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  box-shadow: 0 0 4px 0 #c9c9c9;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
}

.add-to-btn:hover {
  box-shadow: 0 0 6px 0 #535353;
  color: #90004c;
}

.add-to-btn.portfolio {
  background-color: #90004c;
  background-image: url('../images/add-plus-w.svg');
  background-position: 9px 48%;
  background-size: 12px;
  color: #fff;
  font-weight: 700;
}

.add-to-btn.portfolio:hover {
  background-color: #a80266;
  text-decoration: none;
}

.market-data-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.chart-wrap {
  padding-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.data-tabs-wrap {
  width: 40%;
  padding-right: 20px;
  padding-left: 0px;
}

.chart-demo {
  width: 100%;
}

.bid-type-2 {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.75;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 1px;
}

.offer-type-2 {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.75;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  text-align: right;
}

.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  min-width: 260px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

.custom-drop-icon {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
}

.btn-v-separator-s {
  width: 1px;
  margin-top: -1.5px;
  margin-right: 6px;
  padding-right: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.btn-v-separator-s.res {
  margin-right: 8px;
  padding-right: 8px;
}

.this-wine-nav-r-btns {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbreadcrumb-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #727272;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

.breadcrumb:hover {
  color: #a80266;
}

.breadcrumb.slash {
  margin-right: 4px;
  margin-left: 3px;
  color: #c9c9c9;
}

.back-link {
  margin-right: 10px;
  padding: 2px 6px;
  border-radius: 4px;
  background-color: #727272;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}

.back-link:hover {
  background-color: #a80266;
  color: #fff;
  text-decoration: none;
}

.breadcrumb-row {
  height: 100%;
}

.nav-breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.storage-record {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h-separator {
  width: 100%;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #c9c9c9;
}

.h-separator.light {
  margin-top: 6px;
  margin-bottom: 6px;
  background-color: #e6e6e6;
}

.h-separator.tall {
  margin-top: 20px;
  margin-bottom: 40px;
}

.h-separator._2px {
  height: 2px;
  margin-bottom: 4px;
  background-color: #727272;
}

.storage-record-cellar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  margin-bottom: 8px;
  padding-right: 8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 700;
}

.storage-record-package {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
}

.storage-record-size {
  width: 30%;
}

.storage-record-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.storage-record-bottles {
  font-weight: 700;
}

.stoage-record-qty {
  width: 70%;
}

.p-title {
  display: block;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 20px;
}

.p-title.bold-purple {
  color: #90004c;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.p-title.bold {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
}

.p-title.bold-m {
  margin-right: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
}

.p-title.light-s {
  margin-right: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 13px;
  font-weight: 400;
}

.p-title.bold-l {
  margin-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
}

.p-title.bold-rhs {
  margin-right: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}

.p-title.bold-ms {
  margin-right: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.p-title.bold-s {
  margin-right: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 13px;
  font-weight: 500;
}

.storage-record-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.total-value-var-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.total-value-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.total-value-var {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
  padding-top: 3px;
  padding-bottom: 0px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #c9c9c9;
}

.feature-item-btn-div {
  width: 100%;
  margin-top: 6px;
}

.display-set-div {
  width: 100%;
  height: 100%;
}

.size-drop-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.notice-dot {
  position: absolute;
  left: auto;
  top: -2px;
  right: -2px;
  bottom: auto;
  z-index: 901;
  width: 10px;
  height: 10px;
  margin-top: 0px;
  margin-right: 0px;
  border: 1px solid #fff;
  border-radius: 100%;
  background-color: #e02a47;
}

.mini-center-icon-wrap {
  position: relative;
  width: 34px;
  height: 34px;
  margin-left: 16px;
}

.item-info-spread {
  margin: 1px 0px 1px 3.5px;
  color: #727272;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.02em;
}

.item-info-spread-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1px 4px 1px 0px;
  padding: 0px 4.5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background-color: #fff;
  color: #727272;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  cursor: default;
}

.item-info-spread-div:hover {
  border-color: #c9c9c9;
}

.spread-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sku-tab {
  margin-right: 0px;
  padding: 5px 8px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #c9c9c9;
}

.sku-tab:hover {
  text-decoration: none;
}

.sku-tab.w--current {
  border-bottom: 1px none #727272;
  background-color: transparent;
  color: #333;
}

.sku-tabs-menu {
  margin-bottom: 10px;
}

.page-heading {
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-std {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.heading-std.hero {
  margin-bottom: 8px;
  font-size: 34px;
  line-height: 38px;
}

.heading-std.hero-sub {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 22px;
}

.heading-std.menu-title {
  width: 100%;
  margin-bottom: 6px;
  color: #000;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
}

.page-heading-div {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
}

.page-heading-div.center {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.this-wine-title-name {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.buttons-demo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.buttons-demo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.my-notes-div {
  min-height: 120px;
  color: #727272;
}

.my-notes-content {
  margin-top: 20px;
  padding-bottom: 10px;
}

.title-r-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.this-wine-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sc-item-details {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px 25px;
  border-left: 0px solid #fa5000;
  border-radius: 8px;
  background-color: #f6f6f6;
}

.sc-details-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pop-up-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 820px;
  margin: 20px;
  padding: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.7);
}

.pop-up-content.small {
  width: 330px;
}

.sc-details-l {
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sc-pop-up-div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.32);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pop-up-content-l {
  width: 40%;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 15px;
}

.sc-icon {
  width: 20px;
  height: 20px;
  margin: 1px 6px 1px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/sc-warning-rc.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: default;
}

.sc-icon.ss {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.sc-details-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-p {
  margin-top: 12px;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #90004c;
  border-radius: 5px;
  background-color: #90004c;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button-p:hover {
  background-color: #a80266;
  color: #fff;
  text-decoration: none;
}

.button-p._0-10-10-10 {
  margin: 0px 10px 10px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 500;
}

.button-p.white {
  margin-top: 0px;
  margin-bottom: 0px;
  border-color: #fff;
  background-color: #fff;
  -webkit-transition-duration: 220ms;
  transition-duration: 220ms;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.button-p.white:hover {
  border-color: #fff;
  background-color: #f0f0f0;
  color: #90004c;
}

.button-p.pw {
  margin-top: 0px;
  margin-bottom: 0px;
  border-color: hsla(0, 0%, 100%, 0.4);
  -webkit-transition-duration: 220ms;
  transition-duration: 220ms;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.button-p.pw:hover {
  border-color: #fff;
  background-color: #90004c;
}

.button-p.regular {
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 8px 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.button-p.regular.clear-all {
  background-color: #fff;
  color: #90004c;
}

.button-p.regular.clear-all:hover {
  border-color: #a80266;
  color: #a80266;
}

.button-p.regular.heavy {
  padding: 10px 20px;
  font-weight: 700;
  letter-spacing: 0.015em;
}

.button-p.settings {
  margin-top: 0px;
  margin-bottom: 0px;
  border-color: #fff;
  background-color: #fff;
  background-image: url('../images/setting-sb-g.svg');
  background-position: 10px 50%;
  background-size: auto 18px;
  background-repeat: no-repeat;
  -webkit-transition-duration: 220ms;
  transition-duration: 220ms;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.button-p.settings:hover {
  border-color: #fff;
  color: #90004c;
}

.pop-up-content-r {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.close-icon-corner {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  width: 42px;
  height: 42px;
  margin-top: 0px;
  margin-right: 0px;
  background-image: url('../images/close-cross.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  opacity: 0.55;
  cursor: pointer;
}

.close-icon-corner:hover {
  opacity: 0.8;
}

.close-icon-corner.ex {
  top: -35px;
  right: -35px;
  background-size: 28px;
  opacity: 0.8;
}

.close-icon-corner.ex:hover {
  opacity: 1;
}

.pop-up-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.has-note {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 10px;
  height: 10px;
  margin-top: 0px;
  margin-right: -3px;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #90004c;
}

.button-w {
  margin: 0px 10px 10px;
  padding-right: 5px;
  padding-left: 5px;
  border: 1px solid #90004c;
  border-radius: 5px;
  background-color: #f6f6f6;
  color: #90004c;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button-w:hover {
  background-color: #a80266;
  color: #fff;
  text-decoration: none;
}

.button-w.sc-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.md-info-tab {
  margin-right: 0px;
  padding: 5px 15px 5px 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #c9c9c9;
}

.md-info-tab:hover {
  text-decoration: none;
}

.md-info-tab.w--current {
  border-bottom: 1px none #727272;
  background-color: transparent;
  color: #333;
}

.filter-options {
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  padding-top: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.listing-options {
  width: 100%;
  margin-bottom: 25px;
}

.related-wines {
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.market-data {
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.this-wine-in-portfolio {
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.buy-bid-green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin: -2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #4fb130;
  box-shadow: 1px 1px 4px 0 #c9c9c9;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.switch-buttons-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  padding-top: 3px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.switch-bg-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  height: 40px;
  border: 1px solid #c9c9c9;
  border-radius: 100px;
  background-color: #f6f6f6;
  color: #727272;
}

.switch-bg-wrap.on-l {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.switch-bg-wrap.on-r {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.switch-r {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.switch-r.off {
  padding-right: 0px;
}

.switch-r.on {
  padding-right: 0px;
}

.switch-l {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.switch-l.on {
  padding-left: 0px;
}

.switch-l.off {
  padding-left: 0px;
}

.on {
  color: #fff;
  text-decoration: none;
}

.on:hover {
  color: #fff;
  text-decoration: none;
}

.off {
  color: #a0a0a0;
  text-decoration: none;
}

.off:hover {
  color: #727272;
  text-decoration: none;
}

.sell-offer-red {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin: -2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #e02a47;
  box-shadow: 1px 1px 4px 0 #c9c9c9;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.checkout-action-div {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 120px;
}

.countdown-div {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 7px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-detials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 2px;
  padding-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.countdown-digi {
  width: 35px;
  padding: 5px 0px;
  border-radius: 5px;
  background-color: #727272;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  cursor: default;
}

.countdown-digi.pay {
  width: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 4px;
  background-color: #727272;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.countdown-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.countdown-inner.pay {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.countdown-colen {
  width: 13px;
  margin-top: -2px;
  color: #727272;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  cursor: default;
}

.countdown-colen.pay {
  width: 8px;
  margin-top: -3px;
  color: #727272;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}

.checkout-col {
  width: 49%;
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 0px 0px 2px;
}

.checkout-col.single-col {
  width: 100%;
  padding-right: 18%;
  padding-left: 18%;
}

.price-recap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 18px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #c9c9c9;
}

.price-recap-title {
  margin-top: 0px;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.02em;
}

.price-recap-col {
  margin-right: 8px;
  margin-bottom: 10px;
  margin-left: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  letter-spacing: -0.01em;
}

.checkout-info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 13px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-info-row.sp {
  margin: 13px 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.checkout-info-row.short {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 6px 3px;
}

.checkout-info-row.short:hover {
  background-color: #f6f6f6;
}

.checkout-info-row.short-l {
  margin-top: 0px;
  margin-bottom: 4px;
  padding: 4px 3px 8px;
  border-bottom: 1px solid #f0f0f0;
}

.checkout-info-row.remaining {
  color: #727272;
}

.checkout-info-row.total {
  margin-top: 0px;
  margin-bottom: 3px;
  padding: 6px 3px;
  border-top: 1px solid #727272;
  color: #90004c;
  font-weight: 700;
}

.checkout-info-row.total:hover {
  background-color: #f6f6f6;
}

.info-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-align: right;
}

.info-info.flex-v {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.purple-num {
  width: 45px;
  margin-right: 5px;
  margin-left: 5px;
  color: #90004c;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.purple-num.smaller {
  width: 40px;
  font-size: 20px;
  line-height: 20px;
}

.minus-plus-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 18px;
  height: 18px;
  padding-top: 0px;
  padding-bottom: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-color: #bbb;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.minus-plus-btn:hover {
  background-color: #727272;
  text-decoration: none;
}

.minus-plus-btn:active {
  background-color: #90004c;
}

.checkout-line-icons {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}

.checkout-line-icons.per-bottle {
  background-image: url('../images/btl-line-s.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.checkout-line-icons.per-case {
  background-image: url('../images/per-case-b.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.checkout-line-icons.commission {
  background-image: url('../images/commission-v2.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.checkout-line-icons.handling {
  background-image: url('../images/f-stock.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.info-row-text-l {
  margin-left: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-align: right;
}

.info-row-text-l.smaller {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

.info-row-text-l.smaller.ls {
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
}

.info-row-text-l.small {
  font-size: 17px;
  line-height: 18px;
  font-weight: 700;
}

.info-row-text-l.smaller-bold {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.dash-saperator {
  border-top: 1px dashed #c9c9c9;
}

.dash-saperator.tall {
  margin-bottom: 15px;
}

.grey-box-sp {
  width: 100%;
  min-height: 25px;
  padding: 15px 18px 25px;
  border-radius: 6px;
  background-color: #f6f6f6;
}

.grey-box-sp.view {
  position: relative;
  overflow: auto;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
}

.checkout-action-btn-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-btn {
  min-width: 210px;
  margin: 4px;
  padding: 8px;
  border-radius: 6px;
  background-color: #90004c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
}

.checkout-btn:hover {
  background-color: #a80266;
  color: #fff;
  text-decoration: none;
}

.checkout-btn.grey {
  background-color: #e6e6e6;
  color: #727272;
}

.checkout-btn.grey:hover {
  background-color: #c9c9c9;
}

.checkout-btn.buyer {
  background-color: #4fb130;
}

.checkout-btn.buyer:hover {
  background-color: #2b8b0d;
}

.checkout-btn.seller {
  background-color: #e02a47;
}

.checkout-btn.seller:hover {
  background-color: #c20909;
}

.dropdown-s-text {
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0px;
}

.if-has-min-qty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #727272;
  font-weight: 400;
}

.select-content-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 1px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-content-text {
  margin-right: 8px;
}

.info-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.checkout-drop-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 80px;
  margin-right: 0px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.checkout-drop-icon {
  margin-right: 0px;
  font-size: 18px;
  font-weight: 700;
}

.checkout-drop {
  z-index: 900;
  display: block;
  width: 100%;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.checkout-drop-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #90004c;
  font-weight: 400;
}

.checkout-drop-text {
  margin-right: 22px;
  padding: 4px 0px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 0.03em;
  text-transform: none;
}

.price-recap-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.q-icon {
  width: 17px;
  height: 17px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #c9c9c9;
  background-image: url('../images/q-icon-exp.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.q-icon:hover {
  background-color: #727272;
  text-decoration: none;
}

.q-icon.tippy {
  cursor: help;
}

.this-wine-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.more-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-bottom: 8px;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-color: #e6e6e6;
  cursor: default;
}

.more-block.white {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.more-block.white:hover {
  border-color: #c9c9c9;
  background-color: #f8f8f8;
}

.more-block.loc {
  background-color: #727272;
  color: #fff;
}

.more-block.loc.oversea {
  background-color: #a80266;
}

.wine-details {
  width: 100%;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 10px;
}

.more-block-title {
  margin-bottom: 5px;
  opacity: 0.7;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0em;
}

.more-block-info {
  font-size: 19px;
  line-height: 19px;
  font-weight: 700;
}

.checkout-drop-list {
  top: 40px;
  right: 0px;
  z-index: 9;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
}

.prices-tab-wrapper {
  padding-right: 60px;
}

.options-full-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.buttons-demo-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mini-center-wrapper {
  position: relative;
  width: 420px;
  min-height: 120px;
  padding: 15px 15px 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.display-set-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.display-set-p {
  margin-top: 2px;
  margin-bottom: 8px;
  color: #333;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  text-transform: none;
}

.sku-p-trade-spread-t {
  margin-top: 0px;
  margin-left: 5px;
  color: #727272;
  font-size: 12px;
  line-height: 16px;
}

.sku-p-trade-spread {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.p-line-title {
  font-size: 15px;
  text-transform: none;
}

.p-line-title.bold {
  font-weight: 700;
}

.elements-demo-div {
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 2px;
  padding-bottom: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.elements-demo-div.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.listing-view-on {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin: -2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #90004c;
  box-shadow: 1px 1px 4px 0 #c9c9c9;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.offer-listing-icon {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  background-image: url('../images/view-offers-w.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.offer-listing-icon.off {
  opacity: 0.35;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.search-btn-pc-close {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 60px;
  background-image: url('../images/close-cross-x.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.search-btn-pc-close:hover {
  opacity: 0.8;
}

.scan-lable-top {
  position: static;
  left: auto;
  top: auto;
  right: 10px;
  bottom: auto;
  display: block;
  width: 23px;
  height: 23px;
  margin-left: 10px;
  background-image: url('../images/camera-purple-s.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.scan-lable-top:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.scan-lable-top.hide {
  display: none;
}

.search-btn-pc-open {
  width: 21px;
  height: 21px;
  margin-right: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/search-icon-333.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.search-btn-pc-open:hover {
  opacity: 1;
}

.more-items-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.list-switch-text {
  font-size: 15px;
  line-height: 17px;
}

.exchange-view-icon {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  background-image: url('../images/view-ex-w.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.exchange-view-icon.off {
  opacity: 0.35;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.checkout-close {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #727272;
  border-radius: 50px;
  background-image: url('../images/close-cross-p.svg');
  background-position: 50% 50%;
  background-size: auto 22px;
  background-repeat: no-repeat;
  opacity: 0.6;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.checkout-close:hover {
  border-color: #90004c;
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.select-qs {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 4px;
  padding: 6px 14px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 30px;
  background-color: #f6f6f6;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #727272;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.select-qs:hover {
  background-color: #90004c;
  color: #fff;
}

.select-qs.selected {
  background-color: #90004c;
  color: #fff;
}

.display-set-wrapper {
  width: 420px;
  padding: 15px;
}

.scan-label {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  background-image: url('../images/camera-purple-s.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.scan-label:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.scan-label.hide {
  display: none;
}

.mini-center-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.user-profile-pic {
  position: relative;
  width: 45px;
  height: 45px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50px;
  background-image: url('../images/Clooney.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 0 4px 0 #c9c9c9;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.user-profile-pic:hover {
  box-shadow: 0 0 8px 0 #727272;
}

.user-profile-pic.uc {
  overflow: hidden;
  width: 88px;
  height: 88px;
  margin-right: 5px;
  text-decoration: none;
}

.user-profile-pic.uc:hover {
  text-decoration: none;
}

.user-top-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.profile-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.profile-left.top {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.verified-icon {
  width: 14px;
  height: 14px;
  margin-right: 1px;
  margin-left: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #2b8b0d;
  background-image: url('../images/tick-sss.svg');
  background-position: 50% 50%;
  background-size: 71%;
  background-repeat: no-repeat;
}

.verified-icon.buyer {
  margin-right: 4px;
  background-color: #4fb130;
}

.verified-icon.seller {
  margin-right: 4px;
  background-color: #e02a47;
}

.verified-icon.no {
  margin-right: 4px;
  background-color: #c9c9c9;
}

.verified-icon.no.tippy {
  cursor: help;
}

.verified-icon.left {
  margin-right: 3px;
}

.profile-info {
  margin-right: 3px;
  color: #727272;
  font-size: 11px;
  line-height: 13px;
  font-weight: 300;
  letter-spacing: 0.045em;
  text-transform: none;
}

.profile-info.email {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

.profile-left-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.profile-left-right.mc {
  text-transform: none;
}

.user-display-name {
  margin-bottom: 3px;
  color: #333;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.user-display-name:hover {
  text-decoration: none;
}

.light-round-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 26px;
  margin-top: 6px;
  margin-left: 4px;
  padding-right: 0px;
  padding-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 0 3px 0 #c9c9c9;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.light-round-box:hover {
  color: #90004c;
  text-decoration: none;
}

.light-round-box.buyer {
  min-width: 110px;
  background-image: none;
  color: #4fb130;
  font-size: 12px;
  line-height: 15px;
}

.light-round-box.buyer.bl {
  margin-top: 0px;
  margin-bottom: 0px;
  box-shadow: none;
}

.light-round-box.seller {
  min-width: 110px;
  color: #e02a47;
  font-size: 12px;
  line-height: 15px;
}

.light-round-box.seller.bl {
  margin-top: 0px;
  margin-bottom: 0px;
  box-shadow: none;
}

.light-round-box.no {
  min-width: 110px;
  padding-right: 5px;
  color: #727272;
  font-size: 12px;
  line-height: 15px;
}

.light-round-box.no:hover {
  color: #90004c;
}

.light-round-box.be-buyer {
  min-width: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #4fb130;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}

.light-round-box.be-buyer:hover {
  background-color: #90004c;
}

.light-round-box.be-seller {
  min-width: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e02a47;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}

.light-round-box.be-seller:hover {
  background-color: #90004c;
}

.des-text-s-s-s {
  margin-top: 3px;
  padding-bottom: 0px;
  color: #727272;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

.des-text-s-s-s.hint {
  margin-top: 4px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 2px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  text-decoration: none;
}

.des-text-s-s-s.hint:hover {
  text-decoration: none;
}

.des-text-s-s-s.darker {
  color: #333;
  font-weight: 500;
}

.checkout-info-div {
  padding-right: 5px;
}

.acc-credit-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.info-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  text-align: center;
  text-decoration: none;
}

.info-col:hover {
  text-decoration: none;
}

.v-separator-std {
  width: 1px;
  min-height: 22px;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #c9c9c9;
}

.v-separator-std.tall {
  min-height: 56px;
}

.v-separator-std.drop {
  height: 48px;
  margin-right: 0px;
  margin-left: 0px;
}

.mc-tab-wrapper {
  min-height: 120px;
  margin-right: -15px;
  margin-left: -15px;
  padding: 12px 15px;
  background-color: hsla(0, 0%, 90.2%, 0.5);
}

.ac-text-b {
  margin: 2px;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
}

.ac-text-b.cross {
  color: #bbb;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: line-through;
}

.ac-text-b.special {
  color: #c20909;
  font-weight: 700;
}

.ac-text-s {
  margin-top: 2px;
  margin-bottom: 2px;
  color: #727272;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  text-transform: none;
}

.mc-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #e6e6e6;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.mc-tab:hover {
  text-decoration: none;
}

.mc-tab.w--current {
  background-color: #fff;
}

.mc-tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #e6e6e6;
}

.mc-tab-content-mask {
  background-color: #fff;
}

.mc-tab-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0px 6px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-child-3x-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27.33%;
  margin: 2px 3%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  color: #727272;
  text-align: center;
  cursor: pointer;
}

.flex-child-3x-link:hover {
  background-color: #f6f6f6;
  text-decoration: none;
}

.mc-menu-icon {
  position: relative;
  width: 24px;
  height: 24px;
}

.mc-menu-icon.portfolio {
  background-image: url('../images/mc-n-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mc-menu-icon.watch-list {
  background-image: url('../images/mc-n-03.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mc-menu-icon.fav {
  background-image: url('../images/mc-n-07.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mc-menu-icon.footprints {
  background-image: url('../images/mc-n-02.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mc-menu-icon.addresses {
  background-image: url('../images/uc-menu-n-3.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mc-menu-icon.logistic {
  background-image: url('../images/mc-n-05.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mc-menu-icon.settings {
  background-image: url('../images/mc-n-06.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mc-menu-icon.b-ic-bid {
  width: 25px;
  height: 25px;
  background-image: url('../images/Buyer-Bid.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mc-menu-icon.b-ic-bid-his {
  width: 25px;
  height: 25px;
  background-image: url('../images/Buyer-Bid-His.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mc-menu-icon.b-ic-pay {
  width: 25px;
  height: 25px;
  background-image: url('../images/Buyer-Pay.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mc-menu-icon.s-ic-offer {
  width: 25px;
  height: 25px;
  background-image: url('../images/Seller-Offer.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mc-menu-icon.s-ic-offer-his {
  width: 25px;
  height: 25px;
  background-image: url('../images/Seller-Offer-His.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mc-menu-icon.s-ic-send {
  width: 25px;
  height: 25px;
  background-image: url('../images/Seller-Send.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mc-menu-icon.s-ic-op {
  width: 25px;
  height: 25px;
  background-image: url('../images/Seller-Op.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mc-menu-icon.dashboard {
  background-image: url('../images/uc-menu-n-6.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mc-menu-icon.my-lists {
  margin-bottom: 2px;
  background-image: url('../images/wm-collections.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mc-menu-icon.watching {
  margin-bottom: 2px;
  background-image: url('../images/wm-watch.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mc-menu-icon.my-lists {
  background-image: url('../images/wm-collections.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mc-menu-icon.my-fav {
  width: 26px;
  height: 26px;
  margin-bottom: 2px;
  background-image: url('../images/wm-star.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mc-menu-icon.delivery {
  margin-bottom: 2px;
  background-image: url('../images/delivery-c-icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mc-link-text {
  margin-top: 6px;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.005em;
  text-transform: none;
}

.flex-child-4x-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22%;
  margin: 5px 1.5%;
  padding: 10px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  color: #727272;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.flex-child-4x-link:hover {
  background-color: #f6f6f6;
  text-decoration: none;
}

.flex-child-4x-link.disable {
  opacity: 0.55;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: default;
}

.mc-btn-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -15px;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e6e6e6;
  background-color: #90004c;
}

.f-option-full-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 2px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fm-tiitle-text {
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.fm-tiitle-text.full-width {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.f-options-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding-bottom: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #e6e6e6;
}

.option-btn-s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-right: 10px;
  margin-bottom: 4px;
  padding: 5px 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #fff;
  color: #727272;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}

.option-btn-s:hover {
  background-color: #90004c;
  color: #fff;
  text-decoration: none;
}

.option-btn-s:active {
  background-color: #90004c;
  color: #fff;
}

.option-btn-s:focus {
  background-color: #90004c;
  color: #fff;
}

.option-btn-s.fm-on {
  background-color: #90004c;
  color: #fff;
}

.option-btn-s.fm-on:hover {
  background-color: #727272;
  background-image: url('../images/ws-cross-b.svg');
  background-position: 100% 0%;
  background-size: auto 14px;
  background-repeat: no-repeat;
}

.fm-icons {
  width: 18px;
  height: 18px;
  margin-top: 9px;
  margin-right: 8px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/fm-1605.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fm-icons.fm-i-co {
  background-image: url('../images/fm-1608.svg');
  background-size: contain;
}

.fm-icons.fm-i-re {
  background-image: url('../images/fm-1613.svg');
  background-size: contain;
}

.fm-icons.fm-i-gr {
  background-image: url('../images/fm-1606.svg');
  background-size: contain;
}

.fm-icons.fm-i-vi {
  background-image: url('../images/fm-1614.svg');
  background-size: contain;
}

.fm-icons.fm-i-pr {
  background-image: url('../images/fm-1607.svg');
  background-size: contain;
}

.fm-icons.fm-i-ty {
  background-image: url('../images/fm-1605.svg');
  background-size: contain;
}

.fm-icons.fm-i-po {
  background-image: url('../images/fm-wine-2.svg');
  background-size: contain;
}

.fm-icons.fm-i-vol {
  background-image: url('../images/f-vol.svg');
  background-size: contain;
}

.fm-icons.fm-i-st {
  background-image: url('../images/f-stock.svg');
  background-size: contain;
}

.fm-icons.fm-i-con {
  background-image: url('../images/f-con.svg');
  background-size: contain;
}

.f-options-row-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.btn-w-base {
  margin: 4px 8px;
  padding: 8px 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  box-shadow: 0 0 10px 0 #c9c9c9;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-w-base:hover {
  background-color: #90004c;
  color: #fff;
  text-decoration: none;
}

.btn-w-base.sw-on {
  background-color: #90004c;
  color: #fff;
}

.btn-w-base.smaller {
  margin: -2px 0px 0px;
  padding: 8px 12px;
  background-color: #90004c;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.btn-w-base.smaller:hover {
  background-color: #fff;
  color: #90004c;
}

.btn-w-base.smaller.green {
  background-color: #4fb130;
}

.btn-w-base.smaller.green:hover {
  background-color: #2b8b0d;
  color: #fff;
}

.btn-w-base.wide {
  width: 80%;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.btn-w-base.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  min-width: 160px;
  margin-top: 6px;
  margin-bottom: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-w-base.smaller-er {
  margin: -2px 0px 0px;
  padding: 6px 10px;
  background-color: #90004c;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.btn-w-base.smaller-er:hover {
  background-color: #fff;
  color: #90004c;
}

.fm-range {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 36px;
  margin-top: 5px;
  margin-right: 12px;
  margin-bottom: 4px;
  padding: 5px 8px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #bbb;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #90004c;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.fm-range:hover {
  border: 1px solid #90004c;
}

.fm-range.text {
  width: auto;
  margin-right: 12px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none;
  border-radius: 0px;
  background-color: transparent;
  color: #727272;
  font-size: 14px;
}

.fm-range.text:hover {
  border-style: none;
}

.fm-range.text:active {
  border-style: none;
}

.fm-range.text:focus {
  border-style: none;
}

.fm-price-range {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-btn-2-pc-open {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 21px;
  height: 21px;
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: auto;
  background-image: url('../images/search-icon-333.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.search-btn-2-pc-open:hover {
  opacity: 1;
}

.search-mob-2-div {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0px;
  bottom: 0%;
  z-index: 100;
  display: block;
  width: 560px;
  height: 100%;
  margin: auto 0px;
  padding: 4px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.search-mob-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  width: 18px;
  height: 18px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url('../images/close-cross-x.svg'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url('../images/close-cross-x.svg'), linear-gradient(180deg, #fff, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  opacity: 0.6;
  cursor: pointer;
}

.search-mob-close:hover {
  opacity: 0.8;
}

.notification-icon {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  width: 17px;
  height: 17px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Bell-r.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.notification-icon:hover {
  opacity: 0.7;
}

.notification-icon.has-message {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.hero-slider-section {
  width: 100%;
}

.hero-section-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 235px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(144, 0, 76, 0.65)), to(rgba(144, 0, 76, 0.65))), url('../images/brandy-turner-517339-unsplash-1600x900.jpg');
  background-image: linear-gradient(180deg, rgba(144, 0, 76, 0.65), rgba(144, 0, 76, 0.65)), url('../images/brandy-turner-517339-unsplash-1600x900.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.notifications-div {
  position: absolute;
  left: auto;
  top: 8px;
  right: 8px;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  min-width: 18px;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #727272;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.notifications-div:hover {
  text-decoration: none;
}

.sl-form-logo {
  width: 280px;
}

.sl-form-wrapper {
  width: 550px;
  margin-bottom: 0px;
  padding-bottom: 30px;
  color: #333;
  text-align: center;
}

.sl-form-wrapper.mc {
  width: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.sl-form-wrapper.card {
  padding-bottom: 0px;
}

.form-text-field {
  position: relative;
  height: 45px;
  margin-top: 0px;
  margin-bottom: 12px;
  padding: 8px 12px;
  border: 0px none #000;
  border-radius: 0px;
  background-color: #f6f6f6;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.form-text-field::-webkit-input-placeholder {
  font-size: 14px;
}

.form-text-field:-ms-input-placeholder {
  font-size: 14px;
}

.form-text-field::-ms-input-placeholder {
  font-size: 14px;
}

.form-text-field::placeholder {
  font-size: 14px;
}

.form-text-field.m0 {
  margin: 0px;
}

.form-text-field.highlight {
  border: 1px solid #333;
  border-radius: 5px;
  background-color: #fff;
}

.form-text-field.highlight:hover {
  border-color: #a80266;
}

.form-text-field.num-line {
  padding: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 3px solid #bbb;
  border-radius: 0px;
  background-color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.055em;
}

.form-text-field.num-line:active {
  border-bottom-color: #727272;
}

.form-text-field.num-line:focus {
  border-bottom-color: #727272;
}

.form-text-field.num-line::-webkit-input-placeholder {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: normal;
}

.form-text-field.num-line:-ms-input-placeholder {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: normal;
}

.form-text-field.num-line::-ms-input-placeholder {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: normal;
}

.form-text-field.num-line::placeholder {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: normal;
}

.form-text-field.num-line.cc-code {
  padding-left: 20px;
  background-image: url('../images/plus707070.svg');
  background-position: 2px 16px;
  background-size: 12px;
  background-repeat: no-repeat;
}

.form-text-field.cc-code {
  padding-left: 30px;
  background-image: url('../images/plus707070.svg');
  background-position: 12px 18px;
  background-size: 11px;
  background-repeat: no-repeat;
}

.form-text-field.card {
  border-style: solid;
  border-width: 1px;
  border-color: #bbb;
  border-radius: 5px;
}

.form-text-field.card {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #bbb;
  border-radius: 5px;
  background-color: #fff;
}

.form-text-field.card:active {
  border-color: #727272;
}

.form-text-field.card:focus {
  border-color: #727272;
}

.form-text-field.mc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #bbb;
  border-radius: 5px;
  background-color: #f8f8f8;
}

.form-text-field.mc:active {
  border-color: #727272;
}

.form-text-field.mc:focus {
  border-color: #727272;
}

.form-field-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.country-code-select {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 45px;
  min-width: 100px;
  margin: 0px;
  padding: 0px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border: 0px none #000;
  border-radius: 0px;
  background-color: #e6e6e6;
  color: #727272;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-indent: 0px;
  cursor: pointer;
}

.country-code-select:hover {
  border-style: none;
  border-width: 0px;
  border-radius: 0px;
  text-decoration: none;
}

.get-code-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #90004c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0em;
  text-indent: 0px;
  text-transform: none;
  cursor: pointer;
}

.get-code-btn:active {
  background-color: #727272;
}

.get-code-btn.card {
  border-style: solid;
  border-width: 1px;
  border-color: #bbb;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
}

.get-code-btn.card:hover {
  border-color: #90004c;
  background-color: #90004c;
  color: #fff;
}

.get-code-btn.card:active {
  background-color: #a80266;
}

.get-code-btn.mc {
  border-style: solid;
  border-width: 1px;
  border-color: #bbb;
  border-radius: 5px;
  background-color: #f8f8f8;
  color: #333;
}

.get-code-btn.mc:hover {
  border-color: #90004c;
  background-color: #90004c;
  color: #fff;
}

.get-code-btn.mc:active {
  background-color: #a80266;
}

.note-s {
  margin-bottom: 12px;
  color: #727272;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}

.note-s.right {
  text-align: right;
}

.note-s.center {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
}

.note-s.warning {
  margin-top: -6px;
  margin-bottom: 0px;
  padding-bottom: 12px;
  color: #e02a47;
  font-weight: 500;
  text-transform: none;
}

.note-s.warning-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #e02a47;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  text-transform: none;
}

.note-s.terms {
  margin-bottom: 10px;
  color: #727272;
  font-size: 12px;
  text-transform: none;
}

.note-s.terms.card {
  margin-bottom: 0px;
  padding-top: 10px;
  font-size: 12px;
  text-align: center;
}

.custom-checkbox {
  overflow: hidden;
  width: 22px;
  height: 22px;
  margin-top: -2px;
  margin-right: 8px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.custom-checkbox.rhs {
  margin-right: 0px;
}

.custom-checkbox.select {
  overflow: hidden;
  margin-right: 8px;
}

.custom-checkbox.select.center {
  margin-right: 0px;
  margin-left: 0px;
}

.data-table-wrapper {
  padding-right: 40px;
}

.uc-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 300px;
}

.uc-left {
  position: relative;
  width: 235px;
  padding-right: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.uc-right {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.uc-box {
  position: relative;
  overflow: visible;
  width: 100%;
  min-height: 50px;
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px none #c9c9c9;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.uc-box.oh {
  overflow: hidden;
}

.uc-box.getting-started {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #bfe1fe;
  background-color: #f2f9ff;
  box-shadow: none;
}

.uc-box.getting-started.hidden {
  display: none;
}

.uc-box.db-menu {
  overflow: hidden;
}

.uc-box.notice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f6f6f6;
  box-shadow: none;
  font-size: 12px;
  line-height: 16px;
}

.uc-box.notice:hover {
  background-color: #fff;
  box-shadow: 0 6px 12px 2px rgba(0, 0, 0, 0.1);
}

.uc-menu-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 52px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #535353;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.uc-menu-item:hover {
  background-color: rgba(144, 0, 76, 0.06);
  text-decoration: none;
}

.uc-menu-item.w--current {
  margin-left: 0px;
  padding-left: 9px;
  border-left: 4px solid #90004c;
  background-color: rgba(144, 0, 76, 0.06);
  color: #90004c;
  font-weight: 700;
}

.uc-menu-item.w--current:hover {
  color: #a80266;
}

.uc-menu-item.on {
  margin-left: 0px;
  padding-left: 10px;
  border-left: 4px solid #90004c;
  background-color: rgba(144, 0, 76, 0.08);
  color: #90004c;
}

.uc-menu-icon {
  position: relative;
  width: 19px;
  height: 19px;
  margin: 0px 8px 0px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/fm-1605.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.55;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.uc-menu-icon.dashboard {
  background-image: url('../images/uc-dashboard-data.svg');
}

.uc-menu-icon.buyer {
  background-image: url('../images/uc-menu-n-5.svg');
}

.uc-menu-icon.seller {
  background-image: url('../images/uc-menu-n-4.svg');
}

.uc-menu-icon.pay {
  background-image: url('../images/uc-menu-n-3.svg');
}

.uc-menu-icon.portfolio {
  background-image: url('../images/mc-n-01.svg');
}

.uc-menu-icon.watching {
  background-image: url('../images/uc-menu-watch.svg');
}

.uc-menu-icon.fav {
  background-image: url('../images/m-menu-fav.svg');
}

.uc-menu-icon.logistics {
  background-image: url('../images/mc-n-05.svg');
}

.uc-menu-icon.billing {
  background-image: url('../images/uc-menu-n-1.svg');
}

.uc-menu-icon.wallet {
  background-image: url('../images/wallet-icon.svg');
}

.uc-menu-icon.my-lists {
  background-image: url('../images/list-icon-m-p-2.svg');
}

.uc-menu-icon.payment {
  background-image: url('../images/card-icon.svg');
}

.uc-menu-icon.profile {
  background-image: url('../images/man-icon.svg');
}

.db-top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.db-top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-left: 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.db-top-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.user-summary-inner {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 0px;
  padding-bottom: 15px;
}

.link-s {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 12px;
}

.link-s.black {
  color: #333;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.link-s.black:hover {
  color: #a80266;
  text-decoration: none;
}

.link-s.black.back {
  padding-left: 14px;
  background-image: url('../images/back-arrow.svg');
  background-position: 0% 50%;
  background-size: auto 10px;
  background-repeat: no-repeat;
}

.link-s.heavy {
  margin-top: -1px;
  margin-right: 12px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  letter-spacing: 0.015em;
}

.link-s.heavy.dark {
  color: #333;
}

.link-s.heavy.grey {
  color: #727272;
}

.acc-types {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.achievement-icons-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 15px;
  min-width: 80px;
  margin-left: auto;
  padding-right: 6px;
  padding-bottom: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: -6px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.uc-menu-separator {
  margin: 6px 8px;
  border-bottom: 1px solid #e6e6e6;
}

.m-level-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 2px 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #90004c;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.m-level-title.basic {
  background-color: #90004c;
  background-image: linear-gradient(135deg, #90004c, #fa5000);
}

.m-level-title.premium {
  background-color: #c7a463;
  background-image: linear-gradient(135deg, #c7a463, #fce48f);
}

.m-level-title.black {
  background-color: #333;
  background-image: linear-gradient(135deg, #000, #727272);
}

.m-level-title.merchant {
  background-color: #333;
  background-image: linear-gradient(135deg, #90004c, #e02a47);
}

.uc-box-content {
  position: relative;
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 15px;
  padding-bottom: 20px;
}

.uc-box-content.tab {
  padding-top: 0px;
  padding-bottom: 0px;
}

.flex-h-sb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-h-sb._3-col {
  margin-top: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.commission-rates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.m-level-h {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 15px;
  line-height: 19px;
}

.m-level-h.name {
  margin-bottom: 4px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.identify-lowest-offer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #333;
  font-weight: 500;
}

.sku-p-bold {
  color: #333;
  letter-spacing: -0.05em;
}

.uc-info-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
}

.uc-info-col:hover {
  z-index: 1;
  background-color: #f6f6f6;
  text-decoration: none;
}

.uc-info-icon {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/fm-1605.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.uc-info-icon.wallet {
  width: 22px;
  height: 22px;
  background-image: url('../images/wallet-r-a.svg');
}

.uc-info-icon.points {
  width: 22px;
  height: 22px;
  background-image: url('../images/points.svg');
}

.uc-info-icon.coupons {
  width: 22px;
  height: 22px;
  background-image: url('../images/coupon.svg');
}

.uc-info-des {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.social-login-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.social-login-wrapper.half {
  width: 48%;
}

.social-login-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 42px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #90004c;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.social-login-btn:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
  text-decoration: none;
}

.social-login-btn.fb {
  background-color: #3b5998;
}

.social-login-btn.wc {
  background-color: #009f00;
}

.social-login-btn.apple {
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
  text-transform: none;
}

.uc-info-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}

.uc-info-l.title-l {
  display: block;
  width: auto;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 2px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #333;
  font-size: 17px;
  line-height: 19px;
  font-weight: 700;
}

.uc-info-l.figure-l {
  overflow: visible;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #90004c;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

.uc-info-s-s {
  margin-right: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #535353;
  font-size: 14px;
  line-height: 14px;
}

.uc-info-s-s.s-tag {
  margin: 1px 3px 1px -3px;
  padding: 2px 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 2px;
  color: #727272;
  font-size: 11px;
  line-height: 11px;
}

.uc-info-s-s.ub {
  font-weight: 500;
}

.flex-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.flex-h._10px {
  padding-top: 10px;
  padding-bottom: 10px;
}

.flex-h.children-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-h.left {
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-h.left.sl-profile {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.005em;
  text-transform: none;
}

.flex-h.right {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-h.bold {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.flex-h.s-hv {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-h.title-left {
  position: relative;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-h.even {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-v-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.flex-v-center.padding {
  padding-top: 6px;
  padding-bottom: 18px;
  font-size: 12px;
  line-height: 20px;
}

.flex-v-center.sc {
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-v-center.two-col {
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bold-text-black {
  color: #333;
  font-size: 18px;
}

.action-now-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px;
  padding: 12px 8px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #f6f6f6;
  text-decoration: none;
}

.action-now-col:hover {
  background-color: #f6f6f6;
  text-decoration: none;
}

.action-now-col-des {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mc-my-wallet {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-top: 5px;
  margin-left: 5px;
  padding-right: 5px;
  padding-left: 28px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('../images/wallet-icon.svg');
  background-position: 6px 50%;
  background-size: auto 16px;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px 0 #c9c9c9;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  text-decoration: none;
  cursor: pointer;
}

.mc-my-wallet:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  text-decoration: none;
}

.buttons-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop-up-div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.32);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.qr-img {
  width: 120px;
  height: 120px;
  margin: 10px;
}

.uc-menu {
  position: relative;
  z-index: 9;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown-note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #727272;
  font-weight: 400;
}

.ac-info-inner {
  padding-bottom: 8px;
  color: #727272;
  font-size: 12px;
}

.footer-logo-link {
  width: 160px;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}

.footer-logo-link:hover {
  color: #fff;
  text-decoration: none;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-align: right;
}

.footer-logo-tagline {
  width: 100%;
  font-size: 12px;
}

.footer-p {
  width: 100%;
  margin: 0px 0px 10px auto;
  padding: 0px;
  font-size: 12px;
  font-weight: 300;
  text-align: right;
  letter-spacing: 0.5px;
}

.footer-p.light {
  opacity: 0.7;
  color: #727272;
  font-size: 10px;
  line-height: 16px;
}

.footer-links {
  margin: 5px 6px;
  padding: 0px;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
  color: #fff;
  font-size: 12px;
  text-align: right;
}

.footer-links:hover {
  opacity: 0.8;
  color: #fff;
}

.footer-links.w--current {
  opacity: 0.6;
  color: #e6e6e6;
}

.footer-links.w--current:hover {
  opacity: 1;
  color: #fff;
}

.footer-h-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-h-div.tall {
  margin-top: 15px;
}

.footer-social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.number-fill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 138px;
  height: 46px;
  min-width: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding: 0px 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #90004c;
  font-size: 24px;
  line-height: 42px;
  font-weight: 700;
  text-align: right;
}

.number-fill:hover {
  border-color: #90004c;
}

.number-fill:focus {
  border-color: #90004c;
}

.number-fill::-webkit-input-placeholder {
  font-size: 20px;
  line-height: 42px;
  font-weight: 500;
}

.number-fill:-ms-input-placeholder {
  font-size: 20px;
  line-height: 42px;
  font-weight: 500;
}

.number-fill::-ms-input-placeholder {
  font-size: 20px;
  line-height: 42px;
  font-weight: 500;
}

.number-fill::placeholder {
  font-size: 20px;
  line-height: 42px;
  font-weight: 500;
}

.blank-spacer {
  width: 100%;
  height: 20px;
}

.blank-spacer.tall {
  height: 40px;
}

.blank-spacer.short {
  height: 10px;
}

.blank-spacer.taller {
  position: relative;
  height: 120px;
}

.blank-spacer._15px {
  height: 15px;
}

.social-login-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  margin: auto;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon {
  width: 23px;
  height: 23px;
  margin-right: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

.social-icon:hover {
  opacity: 0.7;
}

.social-icon.fb-login {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background-image: url('../images/facebook-logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-icon.fb-login:hover {
  opacity: 1;
}

.social-icon.wc-login {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background-image: url('../images/wechat-logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-icon.wc-login:hover {
  opacity: 1;
}

.social-icon.facebook {
  background-image: url('../images/facebook-logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-icon.twitter {
  background-image: url('../images/twitter-logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-icon.instagram {
  background-image: url('../images/instagram-logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-icon.youtube {
  background-image: url('../images/youtube-icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-icon.wechat {
  background-image: url('../images/wechat-logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-icon.whatsapp {
  background-image: url('../images/whatsapp-logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-icon.linkedin {
  background-image: url('../images/linkedin-box.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-icon.apple-login {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background-image: url('../images/apple-icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-icon.apple-login:hover {
  opacity: 1;
}

.social-icon.rss {
  background-image: url('../images/rss-regular.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.hero-slider-wrap {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 120px;
  clear: both;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.hero-slider {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.hs-h1 {
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 40px;
  text-align: center;
}

.hs-s-text {
  line-height: 16px;
  text-align: center;
}

.hs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.assets-overview-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.m-top-0 {
  margin-top: 0px;
  margin-bottom: 15px;
}

.footer-nav-col {
  width: 25%;
  min-height: 80px;
  margin-bottom: 20px;
  padding-bottom: 0px;
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 0px 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer-text {
  margin: 5px 3px;
  padding: 0px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.footer-text:hover {
  color: #fff;
}

.footer-text.law-warning {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 3px;
  padding-bottom: 3px;
  opacity: 0.4;
  -webkit-transition: all 360ms ease;
  transition: all 360ms ease;
  color: #c9c9c9;
  cursor: default;
}

.footer-text.law-warning:hover {
  opacity: 1;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.qr-tag-div {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
  background-color: #90004c;
}

.qr-tag-inner {
  overflow: hidden;
  border-radius: 6px;
  background-color: #fff;
}

.qr-tag-des {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
}

.qr-scan-img {
  width: 25px;
  margin-right: 8px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.scan-qr-icon {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/QR-ico-p.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.scan-qr-icon:hover {
  -webkit-filter: none;
  filter: none;
}

.uc-box-inner {
  position: relative;
  min-height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 40px;
}

.uc-box-inner.no-padding {
  padding: 0px;
}

.note-lgs {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #a8a8a8;
  font-size: 12px;
  line-height: 14px;
}

.note-lgs.m-btm-4px {
  margin-bottom: 4px;
}

._50p-flex-v {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._50p-flex-v.left-btm {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._50p-flex-v.summary {
  padding: 0px 8px;
}

._25p-flex-v {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: right;
}

._25p-flex-v.right-btm {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-b-lll {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
}

.text-b-lll._500 {
  font-weight: 500;
}

.text-b-ll {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.text-b-ll._500 {
  font-weight: 500;
}

.var-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-b-l {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

.text-b-l._500 {
  font-weight: 500;
}

.text-b-l.smaller {
  font-size: 16px;
  line-height: 16px;
}

.text-b {
  font-weight: 700;
}

.text-b._500 {
  font-weight: 500;
}

.text-b.spaced {
  margin-right: 12px;
}

.text-dg {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #727272;
  line-height: 16px;
  font-weight: 500;
}

.text-ll {
  font-size: 20px;
  line-height: 20px;
}

.text-l {
  font-size: 18px;
  line-height: 18px;
}

.col-layout-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-s {
  margin: 4px auto 12px 0px;
  padding: 6px 0px 10px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.heading-s.buyer {
  color: #4fb130;
  text-align: center;
  text-transform: none;
}

.heading-s.seller {
  color: #e02a47;
  text-align: center;
  text-transform: none;
}

.heading-s.sub-smaller {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 8px;
  color: #90004c;
  font-size: 18px;
  line-height: 20px;
  text-transform: none;
}

.heading-s.sub-smaller.black {
  color: #333;
}

.heading-s.sub {
  color: #90004c;
}

.heading-s.smaller {
  color: #727272;
  font-size: 18px;
  line-height: 20px;
  text-transform: none;
}

.heading-s.side-title {
  display: block;
  margin-bottom: 4px;
  color: #333;
  font-size: 22px;
  line-height: 24px;
  text-decoration: none;
}

.heading-s.side-title:hover {
  color: #90004c;
  text-decoration: none;
}

.heading-s.side-title.w--current {
  color: #90004c;
}

.heading-s.side-title.w--current:hover {
  color: #a80266;
}

.heading-s.bare {
  margin-top: 0px;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 8px;
}

.heading-s.clear {
  margin: 0px;
  padding: 0px;
}

.heading-s.responsive {
  margin: 0px auto 15px 0px;
  padding: 0px;
}

.newsletter-form-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 680px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.newsletter-email-field {
  width: 100%;
  height: 40px;
  margin-right: 10px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.newsletter-email-field:hover {
  border-color: #90004c;
}

.newletter-form-wrap {
  padding-right: 5%;
  padding-bottom: 30px;
  padding-left: 5%;
  text-align: center;
}

.fw-banner {
  position: relative;
  width: 100%;
  height: 180px;
  margin-bottom: 40px;
}

.fw-banner.clear {
  margin-bottom: 0px;
}

.bg-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -9;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.side-col {
  position: relative;
  width: 300px;
  padding-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.side-col.lhs {
  padding-right: 40px;
  padding-left: 0px;
}

.main-col {
  position: relative;
  padding-right: 6vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.side-menu-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 38px;
  margin-top: 0px;
  margin-bottom: 6px;
  margin-left: -6px;
  padding: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #727272;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.side-menu-link:hover {
  background-color: hsla(0, 0%, 90.2%, 0.6);
  text-decoration: none;
}

.side-menu-link.w--current {
  background-color: #f8f8f8;
  color: #90004c;
  font-weight: 700;
}

.side-menu-link.on {
  color: #90004c;
  font-weight: 700;
}

.side-menu {
  width: 100%;
  padding: 0px;
}

.side-menu-items {
  margin-bottom: 10px;
  padding-top: 2px;
  padding-bottom: 10px;
}

.asov-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 22px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.asov-row.top-row {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c9c9c9;
}

.font-type-demo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.qty-to-sell {
  width: 100%;
  margin: 0px 0px 3px;
  padding: 8px 10px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  background-color: #fff;
}

.qty-to-sell-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._w-spacer {
  width: 15px;
  min-height: 22px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

._w-spacer.narrow {
  width: 6px;
}

._w-spacer.wide {
  width: 28px;
}

._w-spacer.wide.mh {
  width: 12px;
}

.sizing-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.module-div {
  width: 25%;
  margin: 0px;
  padding: 10px;
}

.drop-scroll-wrap {
  overflow: auto;
  max-height: 450px;
  min-height: 40px;
  padding: 0px;
}

.drop-scroll-wrap.short {
  max-height: 235px;
}

.s-menu-drop-toggle {
  width: 100%;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #727272;
  font-weight: 700;
  text-align: right;
}

.s-menu-drop-toggle:hover {
  color: #90004c;
}

.s-menu-drop-list {
  overflow: hidden;
  margin-top: 8px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.s-menu-div {
  display: none;
  margin-top: -5px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-menu-icon {
  margin-right: 0px;
}

.s-menu-drop {
  width: 100%;
}

.info-icon-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 17px;
  min-width: 17px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 3px;
  padding-right: 3px;
  padding-left: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #c9c9c9;
  border-radius: 30px;
  background-color: #f8f8f8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #c9c9c9;
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.01em;
  text-decoration: none;
  cursor: pointer;
}

.info-icon-text:hover {
  border-color: #727272;
  color: #727272;
  text-decoration: none;
}

.drop-padding {
  padding: 12px;
}

.uc-info-s {
  margin-right: 0px;
  margin-left: 3px;
  padding-bottom: 2px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.uc-info-s.left {
  margin-right: 3px;
  margin-left: 0px;
}

.hero-search-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 2px 15% 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-bar-clean {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-input-hero {
  height: 36px;
  margin-bottom: 0px;
  padding-right: 38px;
  padding-left: 18px;
  border-style: none;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 500;
}

.search-input-hero:focus {
  box-shadow: 1px 0 12px 1px hsla(0, 0%, 78.8%, 0.8);
}

.search-input-hero::-webkit-input-placeholder {
  color: #727272;
}

.search-input-hero:-ms-input-placeholder {
  color: #727272;
}

.search-input-hero::-ms-input-placeholder {
  color: #727272;
}

.search-input-hero::placeholder {
  color: #727272;
}

.scan-lable-top-white {
  position: static;
  left: auto;
  top: auto;
  right: 10px;
  bottom: auto;
  display: block;
  width: 23px;
  height: 23px;
  margin-left: 10px;
  background-image: url('../images/camera-purple-s.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-filter: invert(100%) brightness(200%) grayscale(100%);
  filter: invert(100%) brightness(200%) grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.scan-lable-top-white:hover {
  opacity: 1;
}

.scan-lable-top-white.hide {
  display: none;
}

.setting-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 8px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-section-inner {
  position: relative;
  z-index: 0;
  background-color: #333;
  color: #fff;
}

.footer-section-inner.pre {
  background-color: #f6f6f6;
}

.payment-option {
  width: 42px;
  height: 30px;
  margin-bottom: 2px;
  margin-left: 10px;
  background-image: url('../images/P_VISA.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.payment-option.visa {
  background-image: url('../images/P_VISA.svg');
}

.payment-option.mastercard {
  background-image: url('../images/P_Mastercard.svg');
}

.payment-option.ae {
  background-image: url('../images/P_American_Express.svg');
}

.payment-option.discover {
  background-image: url('../images/P_Discover.svg');
}

.payment-option.apply-pay {
  background-image: url('../images/P_Apple_Pay.svg');
}

.payment-option.g-pay {
  background-image: url('../images/P_Google_Pay.svg');
}

.payment-option.wechat-pay {
  background-image: url('../images/P_WeChat_Pay.svg');
}

.payment-option.union-pay {
  background-image: url('../images/P_UnionPay.svg');
}

.payment-option.alipay {
  background-image: url('../images/P_Alipay.svg');
}

.payment-option.paypal {
  background-image: url('../images/P_PayPal.svg');
}

.payment-option.stripe {
  background-image: url('../images/P_Stripe.svg');
}

.payment-option-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: invert(100%) brightness(200%) grayscale(100%);
  filter: invert(100%) brightness(200%) grayscale(100%);
}

.button-s1 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -1px;
  padding: 3px 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  opacity: 0.8;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
  color: #727272;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
}

.button-s1:hover {
  background-color: #90004c;
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.button-s1.tall {
  margin-top: 5px;
}

.check-details {
  margin: 0px;
  padding: 4px 10px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background-color: #fff;
  color: #727272;
}

.sku-p-var-div {
  margin-top: 1px;
  padding-top: 0px;
}

.cellar-drop {
  z-index: 900;
  display: block;
  width: 100%;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cellar-drop-toggle {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #90004c;
  font-weight: 400;
}

.cellar-drop-icon {
  margin-right: 0px;
  font-size: 18px;
  font-weight: 700;
}

.cellar-drop-text {
  margin-right: 22px;
  padding: 3px 0px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: none;
}

.cellar-drop-text:hover {
  text-decoration: none;
}

.cellar-drop-list {
  left: 0%;
  top: 40px;
  right: auto;
  bottom: auto;
  z-index: 9;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.location-select {
  position: relative;
  z-index: 901;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-table-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 22px 2px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #e6e6e6;
  font-size: 13px;
}

.div-table-row.top {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #c9c9c9;
  background-color: #f6f6f6;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.div-table-row.top.unique {
  border-top-style: none;
  border-bottom-style: none;
  font-size: 13px;
}

.div-table-row.unique {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #e6e6e6;
  border-bottom-style: none;
}

.div-table-row.unique:hover {
  background-color: #f8f8f8;
}

.div-table-row.bottom {
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom-style: none;
}

.div-table-row.top-w {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #c9c9c9;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.div-table-row.info {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 500;
}

.cell {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 22px;
  padding: 5px 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  line-height: 15px;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.cell:hover {
  text-decoration: none;
}

.cell.item-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cell.item-col.title {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 700;
}

.cell.bp-col {
  width: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 500;
  text-align: center;
}

.cell.mkt-col {
  width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 500;
  text-align: center;
}

.cell.bid-col {
  width: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.cell.u-d-col {
  width: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cell.u-date-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cell.u-buy-col {
  width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 500;
  text-align: center;
}

.cell.u-var-col {
  width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 500;
  text-align: center;
}

.cell.u-actions-col {
  width: 160px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 500;
  text-align: center;
}

.cell._1st-col {
  width: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.cell._1st-col.select {
  width: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.cell.exp-col {
  width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 500;
  text-align: center;
}

.cell.o-price-col {
  width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 500;
  text-align: center;
}

.cell.action-col {
  width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.cell.action-col.narrow {
  width: 60px;
}

.cell.o-per-col {
  width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 500;
  text-align: center;
}

.cell.u-pc-col {
  width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 500;
  text-align: center;
}

.cell.u-qty-col {
  width: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 500;
  text-align: center;
}

.cell.u-tol-col {
  width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 500;
  text-align: center;
}

.cell.o-hl-col {
  width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 500;
  text-align: center;
}

.cell.o-loc-col {
  width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 500;
  text-align: center;
}

.cell.o-loc-col {
  width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 500;
  text-align: center;
}

.cell.summary {
  z-index: 9;
  width: 100%;
  min-height: 48px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 5px 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background-color: #f0f0f0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  font-size: 12px;
  line-height: 18px;
}

.cell.summary:hover {
  background-color: #f6f6f6;
  color: #333;
}

.cell.pay-col {
  width: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.cell.expander-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cell.o-uid-col {
  width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 500;
  text-align: center;
}

.cell.select {
  width: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cell.value-col {
  width: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 500;
  text-align: center;
}

.cell.upload-col {
  width: 80px;
  padding-right: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.cell.due-price-col {
  width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 500;
  text-align: center;
}

.cell.select-col {
  width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.cell.none {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 700;
  text-align: center;
}

.cell.head-status {
  width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.div-table-wrapper {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.cell-unit {
  padding-top: 3px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.75;
  color: #727272;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.text-dgs {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #727272;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

.text-dgs._0-5-0-5 {
  margin: 0px 0px 0px 5px;
  font-weight: 400;
}

.text-dgs._500 {
  font-weight: 500;
}

.text-dgs.warning {
  color: #e02a47;
  font-weight: 400;
}

.text-dgs.warning.ll {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.text-dgs.red {
  margin-top: 2px;
  margin-bottom: 2px;
  color: #e02a47;
  font-weight: 700;
}

.text-dgs.order {
  margin-bottom: 3px;
}

.text-dgs.bold {
  padding-top: 1px;
  padding-bottom: 1px;
  color: #535353;
  font-weight: 700;
}

.text-dgs.due-red {
  margin-top: 2px;
  margin-bottom: 2px;
  color: #c20909;
  font-weight: 700;
}

.text-dgs.normal {
  margin-top: 2px;
  margin-bottom: 2px;
  color: #727272;
  font-weight: 700;
}

.text-dgs.item-note {
  margin-top: 3px;
  letter-spacing: 0em;
}

.text-dgs.status {
  overflow: visible;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: -1px;
  padding: 4px 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-color: #bbb;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0em;
  cursor: default;
}

.text-dgs.status.warn {
  border-color: #c20909;
  background-color: #e02a47;
  color: #fff;
}

.text-dgs.status.current {
  border-color: #90004c;
  background-color: #90004c;
  color: #fff;
}

.info-type-1-text {
  margin-top: 3px;
  margin-bottom: 0px;
  color: #727272;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.info-type-1-text:hover {
  text-decoration: none;
}

.open-close-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  margin: auto 12px auto 2px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #333;
  border-radius: 100%;
  background-color: #f8f8f8;
  background-image: url('../images/close-cross.svg');
  background-position: 50% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  opacity: 0.4;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.open-close-icon:hover {
  opacity: 0.7;
}

.heading-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-flex.break {
  position: relative;
  margin-top: 0px;
  margin-bottom: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cellar-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 4px -5px 6px 10px;
  padding: 1px 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  text-align: left;
}

.unique-details {
  width: 100%;
  min-height: 40px;
  margin: 6px 2px;
  padding: 0px;
  clear: both;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background-color: #fff;
}

.unique-details.to-top {
  margin-top: -10px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 5px;
}

.button-s2 {
  display: inline-block;
  min-height: 22px;
  min-width: 40px;
  margin: 3px 5px;
  padding: 3px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  opacity: 0.8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #727272;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.01em;
  text-decoration: none;
  cursor: pointer;
}

.button-s2:hover {
  background-color: #90004c;
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.button-s2.clear {
  margin: 0px;
}

.case-size-info {
  display: block;
  margin-top: 2px;
  margin-right: 4px;
  margin-bottom: 2px;
  padding-top: 0px;
  padding-bottom: 2px;
  color: #333;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.case-size-info.ll {
  margin-right: 3px;
  margin-left: 3px;
  font-size: 16px;
  line-height: 16px;
}

.cellar-info-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.summary-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.summary-flex.box {
  margin-top: 8px;
  padding: 6px;
  border-radius: 5px;
  background-color: #f6f6f6;
}

.flex-h-lr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-h-lr.tall {
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 13px;
  line-height: 15px;
}

.flex-h-lr.mc {
  padding-bottom: 15px;
}

.flex-h-lr.to-right {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ps-info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 3px 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 3px;
}

.ps-info-row:hover {
  background-color: #e6e6e6;
}

.chart-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.chart-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.chart-legend {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 40%;
  margin-left: 0px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.chart-legend-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  letter-spacing: -0.01em;
}

.chart-color {
  width: 12px;
  height: 12px;
  margin-top: 1px;
  margin-right: 0px;
  margin-bottom: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 30px;
  background-color: #90004c;
}

.chart-color.c1 {
  background-color: #36a2eb;
}

.chart-color.c2 {
  background-color: #ff6383;
}

.chart-color.c3 {
  background-color: #ff9f40;
}

.chart-color.c4 {
  background-color: #ffcd56;
}

.chart-color.c5 {
  background-color: #4bc0c0;
}

.sub-tab {
  padding-right: 2px;
  padding-left: 2px;
  color: #727272;
  line-height: 18px;
  font-weight: 700;
  text-decoration: none;
}

.sub-tab:hover {
  text-decoration: none;
}

.sub-tab.w--current {
  color: #90004c;
}

.sub-tab.selected {
  color: #90004c;
  font-weight: 700;
}

.sub-tab.do {
  padding-left: 23px;
  background-image: url('../images/delivery-order-icon.svg');
  background-position: 0% 50%;
  background-size: auto 18px;
  background-repeat: no-repeat;
}

.sub-tab-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 28px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}

.vc-icon {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Shield-p.svg');
  background-position: 50% 50%;
  background-size: auto 98%;
  background-repeat: no-repeat;
}

.vc-icon.no {
  margin-right: 3px;
  -webkit-filter: grayscale(100%) contrast(0%) brightness(150%);
  filter: grayscale(100%) contrast(0%) brightness(150%);
}

.vc-icon.left {
  margin-right: 3px;
}

.vintage-select-list {
  left: 0%;
  top: 40px;
  right: auto;
  bottom: auto;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
}

.vintage-select-list.w--open {
  z-index: 900;
  overflow: hidden;
}

.sort-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sort-icon {
  width: 38px;
  height: 38px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  border-radius: 100px;
  background-color: #f0f0f0;
  background-image: url('../images/sort-arrow-up-4.svg');
  background-position: 50% 50%;
  background-size: auto 70%;
  background-repeat: no-repeat;
  opacity: 0.8;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
  cursor: pointer;
}

.sort-icon:hover {
  border-style: solid;
  border-color: #c9c9c9;
  opacity: 1;
}

.sort-icon.asc {
  background-image: url('../images/sort-arrow-down-4.svg');
}

.sort-icon.desc {
  background-image: url('../images/sort-arrow-up-4.svg');
}

.forgot {
  margin-left: 12px;
  font-weight: 500;
}

.narrow-content {
  padding-right: 15vw;
  padding-left: 15vw;
}

.narrow-content.narrower {
  padding-right: 250px;
  padding-left: 250px;
}

.narrow-content.narrower.aw-form {
  margin-right: 12px;
  margin-left: 12px;
  padding-right: 13%;
  padding-left: 13%;
}

.x4-flex-brand {
  position: relative;
  width: 25%;
  padding: 8px 10px 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.overlay-price {
  padding-top: 0px;
  padding-bottom: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-shadow: 0 0 4px #000;
}

.expand-icon {
  width: 12px;
  height: 12px;
  margin-right: 2px;
  margin-left: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/expand-button.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  cursor: pointer;
}

.expand-icon:hover {
  opacity: 0.6;
}

.expand-icon.absolute {
  position: absolute;
  left: auto;
  top: 16px;
  right: 6px;
  bottom: auto;
  margin-top: 2px;
}

.info-icon {
  width: 16px;
  height: 16px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/information.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.4;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.info-icon:hover {
  opacity: 0.7;
}

.info-icon.tippy {
  cursor: default;
}

.button-s5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 26px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 2px 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #727272;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button-s5:hover {
  color: #90004c;
  text-decoration: none;
}

.button-s5.alt {
  width: auto;
  height: auto;
  margin-right: 10px;
  padding: 6px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 14px;
}

.button-s5.icon {
  width: auto;
  height: auto;
  min-height: 28px;
  margin-right: 10px;
  padding: 6px 10px 6px 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-image: url('../images/history-view-b.svg');
  background-position: 10px 50%;
  background-size: auto 16px;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 14px;
}

.button-s5.payment-upload {
  width: auto;
  height: auto;
  min-height: 28px;
  margin-right: 10px;
  padding: 6px 10px 6px 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #4fb130;
  background-image: url('../images/upload-cloudc-w.svg');
  background-position: 10px 50%;
  background-size: auto 18px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
}

.button-s5.payment-upload:hover {
  background-color: #2b8b0d;
}

.button-s5.payment-upload.single {
  width: 30px;
  height: 30px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 2px;
  padding-left: 2px;
  background-position: 50% 50%;
  background-size: auto 20px;
}

.order-head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-icon {
  width: 22px;
  height: 18px;
  margin-right: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  cursor: pointer;
}

.image-icon:hover {
  opacity: 0.7;
}

.summary-img-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pause-icon {
  width: 28px;
  height: 28px;
  margin: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #fff;
  background-image: url('../images/pause-btn.svg');
  background-position: 50% 50%;
  background-size: auto 12px;
  background-repeat: no-repeat;
  opacity: 0.25;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.pause-icon:hover {
  opacity: 0.6;
}

.status-text {
  margin-right: 6px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}

.status-text.green {
  color: #2b8b0d;
}

.status-text.grey {
  color: #727272;
}

.status-text.red {
  color: #d30707;
}

.trade-items-no-results {
  width: 100%;
}

.link-suggest {
  margin-right: 0px;
  margin-left: 10px;
  padding: 3px 5px;
  border: 1px solid #e6e6e6;
  text-decoration: none;
}

.link-suggest:hover {
  border-color: #90004c;
  text-decoration: none;
}

.status-info {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  line-height: 14px;
}

.status-info.green {
  color: #4fb130;
}

.status-info.grey {
  color: #727272;
}

.status-info.red {
  color: #e02a47;
}

.restart-icon {
  width: 28px;
  height: 28px;
  margin: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #c9c9c9;
  background-image: url('../images/reload-w.svg');
  background-position: 50% 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.restart-icon:hover {
  background-color: #727272;
}

.restart-icon.offer {
  background-color: #e02a47;
}

.restart-icon.offer:hover {
  background-color: #c20909;
}

.restart-icon.bid {
  background-color: #4fb130;
}

.restart-icon.bid:hover {
  background-color: #2b8b0d;
}

.restart-icon.bid-again {
  width: 24px;
  height: 24px;
  background-color: #bbb;
  background-size: auto 18px;
  -webkit-filter: none;
  filter: none;
}

.restart-icon.bid-again:hover {
  background-color: #4fb130;
}

.restart-icon.offer-again {
  width: 24px;
  height: 24px;
  background-color: #bbb;
  background-size: auto 18px;
  -webkit-filter: none;
  filter: none;
}

.restart-icon.offer-again:hover {
  background-color: #e02a47;
}

.button-s3 {
  display: inline-block;
  margin: 2px 0px 2px 6px;
  padding: 3px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #90004c;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.button-s3:hover {
  background-color: #a80266;
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.button-s3.now-l {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: #4fb130;
  font-size: 14px;
  line-height: 14px;
}

.button-s3.now-l:hover {
  background-color: #2b8b0d;
  background-image: none;
}

.button-s3.now-l.top {
  width: auto;
  margin-left: 10px;
  padding-right: 8px;
  padding-left: 8px;
}

.button-s3.details {
  margin-left: 0px;
  padding-right: 6px;
  padding-left: 6px;
}

.button-s3.details.light {
  padding-left: 20px;
  background-color: #fff;
  background-image: url('../images/order-b.svg');
  background-position: 2px 50%;
  background-size: auto 18px;
  background-repeat: no-repeat;
  color: #535353;
}

.button-s3.setting {
  width: 20px;
  height: 20px;
  margin-left: 0px;
  padding: 0px;
  background-color: transparent;
  background-image: url('../images/setting-sb-g.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  box-shadow: none;
}

.button-s3.action {
  width: auto;
  margin-right: 0px;
  margin-left: 16px;
  padding: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: #90004c;
  font-size: 14px;
  line-height: 14px;
}

.button-s3.action:hover {
  background-color: #a80266;
  background-image: none;
}

.relaunch-icon {
  width: 28px;
  height: 28px;
  margin: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #c9c9c9;
  background-image: url('../images/start-up-w.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.relaunch-icon:hover {
  background-color: #727272;
}

.relaunch-icon.green {
  background-color: #4fb130;
}

.relaunch-icon.green:hover {
  background-color: #2b8b0d;
}

.relaunch-icon.red {
  background-color: #e02a47;
}

.relaunch-icon.red:hover {
  background-color: #c20909;
}

.details-drop-toggle {
  padding: 0px;
}

.details-drop {
  margin: 0px 5px 0px 0px;
}

.details-drop-list {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.details-drop-list.w--open {
  left: auto;
  top: 30px;
  right: 0px;
  bottom: auto;
  width: 560px;
  background-color: transparent;
}

.details-drop-list.lhs {
  left: 0px;
  right: auto;
}

.pop-up-div-w {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  margin: auto;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.pop-up-w-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  height: 60vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-info-flag {
  width: 20px;
  height: 20px;
  margin: 1px 4px 1px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/earth-globe.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: default;
}

.item-info-flag.hk {
  background-image: url('../images/hong-kong.svg');
}

.item-info-flag.hk.ss {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.item-info-flag.uk {
  background-image: url('../images/united-kingdom.svg');
}

.item-info-flag.uk.ss {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.item-info-flag.fr {
  background-image: url('../images/france.svg');
}

.item-info-flag.fr.ss {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.item-info-flag.us {
  background-image: url('../images/united-states.svg');
}

.item-info-flag.us.ss {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.item-info-flag.sw {
  background-image: url('../images/swiss-2.svg');
}

.item-info-flag.sw.ss {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.item-info-flag.cn {
  background-image: url('../images/china.svg');
}

.item-info-flag.cn.ss {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.details-inner {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 6px 6px;
  border-radius: 4px;
  color: #333;
}

.msg-count {
  position: absolute;
  left: auto;
  top: -2px;
  right: -2px;
  bottom: auto;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 16px;
  min-width: 16px;
  padding: 2px 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: #e02a47;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.01em;
  text-decoration: none;
  cursor: default;
}

.msg-count:hover {
  text-decoration: none;
}

.msg-count.ucm {
  top: auto;
  right: 6px;
}

.msg-count.xl {
  top: -4px;
  right: -4px;
  min-height: 24px;
  min-width: 24px;
  padding: 3px 4px;
  border-radius: 32px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-filter: saturate(80%);
  filter: saturate(80%);
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

.edit-icon {
  width: 15px;
  height: 15px;
  margin-top: -3px;
  margin-left: 8px;
  background-image: url('../images/edit-2.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
  cursor: pointer;
}

.edit-icon:hover {
  opacity: 0.7;
}

.status-live {
  display: inline-block;
  margin: 1px 0px;
  padding: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-color: #e02a47;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0em;
  cursor: default;
}

.status-live.text {
  background-color: transparent;
  color: #e02a47;
  font-weight: 500;
}

.button-s4 {
  display: inline-block;
  margin: 3px 12px 3px 0px;
  padding: 3px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #90004c;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.button-s4:hover {
  background-color: #a80266;
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.button-s4.large {
  margin-bottom: 6px;
  padding: 8px 12px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  font-weight: 400;
}

.match-cal {
  margin-top: 3px;
  margin-right: 16px;
  margin-bottom: 3px;
  padding-top: 2px;
  padding-right: 16px;
  padding-bottom: 2px;
  border-right: 1px solid hsla(0, 0%, 78.8%, 0.6);
  color: #727272;
  line-height: 16px;
  text-decoration: none;
}

.match-cal:hover {
  text-decoration: none;
}

.match-cal.paid {
  margin-right: 18px;
  padding-right: 0px;
  border-right-style: none;
}

.match-cal.action {
  position: relative;
  z-index: 19;
  margin-right: 0px;
  margin-left: -3px;
  padding-right: 6px;
  padding-left: 6px;
  border-right-style: none;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #535353;
}

.match-cal.action.warning {
  background-color: #fff;
  color: #c20909;
}

.match-cal.action.due {
  color: #2b8b0d;
}

.match-cal.action.due:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.match-cal.action.due.warning {
  color: #df003c;
}

.match-cal.last {
  border-right-style: none;
}

.match-cal.payout {
  margin-right: 18px;
  padding-right: 0px;
  border-right-style: none;
}

.grow-flex-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.item-info-ship {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 26px;
  margin: 0px 4px 0px 0px;
  padding: 1px 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-color: #d30707;
  background-image: linear-gradient(45deg, #d30707, #a80266);
  -webkit-transition: all 380ms ease;
  transition: all 380ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.01em;
  cursor: default;
}

.item-info-ship:hover {
  background-color: #e02a47;
  background-image: none;
}

.filter-tag-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.filter-tag {
  overflow: visible;
  margin-top: 2px;
  margin-right: 6px;
  margin-bottom: 2px;
  padding: 4px 15px 5px 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: hsla(0, 0%, 78.8%, 0.8);
  background-image: url('../images/ws-cross-b.svg');
  background-position: 100% 50%;
  background-size: auto 14px;
  background-repeat: no-repeat;
  opacity: 0.8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: -0.01em;
  text-decoration: none;
  cursor: pointer;
}

.filter-tag:hover {
  overflow: visible;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #90004c;
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.cell-date {
  margin-right: 3px;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 0.85;
  color: #727272;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
}

.cell-date.ss {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.filter-tag-title {
  margin-top: 2px;
  margin-right: 6px;
  margin-bottom: 2px;
  padding-top: 4px;
  padding-bottom: 4.5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #727272;
  font-size: 11px;
  line-height: 11px;
  font-weight: 300;
  letter-spacing: 0.01em;
}

.date-date {
  opacity: 0.9;
  color: #333;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
}

.v2h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ll {
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

.ll.red {
  color: #e02a47;
}

.ll.green {
  color: #4fb130;
}

.countdown-unit {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  font-size: 11px;
  line-height: 11px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.ref-no {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.ref-no.inv {
  margin-top: 1px;
  margin-bottom: 1px;
  color: #333;
  font-weight: 700;
}

.ref-no.ref {
  color: rgba(51, 51, 51, 0.75);
}

.order-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-left: -1px;
  padding: 2px 2.5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}

.uid {
  margin: 2px;
  padding: 3px 8px;
  border-radius: 30px;
  background-color: rgba(144, 0, 76, 0.1);
  color: #90004c;
  text-decoration: none;
  cursor: default;
}

.uid:hover {
  text-decoration: none;
}

.uid:active {
  background-color: rgba(144, 0, 76, 0.25);
  text-decoration: none;
}

.sub-info-box {
  margin-top: 8px;
  margin-bottom: 16px;
  padding: 0px;
  border-radius: 3px;
  color: #727272;
  font-size: 12px;
}

.cellar-name-l {
  margin-right: 22px;
  padding: 4px 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #90004c;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: none;
}

.cellar-name-l:hover {
  text-decoration: none;
}

.op-photo {
  width: 26px;
  height: 18px;
  margin-right: 10px;
  margin-left: 10px;
  background-image: url('../images/camera-purple-s.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.op-photo:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.add-icon {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #90004c;
  background-image: url('../images/add-plus-w.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.add-icon:hover {
  opacity: 0.7;
}

.red-sp {
  color: #e02a47;
  text-decoration: none;
  text-shadow: 0 0 5px rgba(224, 42, 71, 0.2);
  cursor: default;
}

.red-sp:hover {
  color: #c20909;
  text-decoration: none;
}

.btn-v-separator-ss {
  width: 1px;
  margin-right: 4px;
  padding-right: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.info-type-recap-text {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  text-align: center;
}

.add-wine-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 32px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 2px 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #90004c;
  border-radius: 20px;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-decoration: none;
  cursor: pointer;
}

.add-wine-btn:hover {
  border-color: #90004c;
  background-color: #90004c;
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  color: #fff;
  text-decoration: none;
}

.add-wine-text {
  margin-right: 2px;
  margin-left: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}

.add-wine-text:hover {
  text-decoration: none;
}

.add-wine-submit {
  width: 100%;
  min-height: 250px;
  padding-top: 10px;
  padding-bottom: 60px;
}

.faq-section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 200px;
}

.div-container {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5vw;
  padding-left: 5vw;
}

.div-container.faq {
  max-width: 900px;
  padding-top: 30px;
  padding-bottom: 80px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(45, 62, 80, 0.2);
}

.faq-q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 800;
  cursor: pointer;
}

.faq-plus {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19px;
  height: 19px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.faq-plus-v {
  position: absolute;
  width: 5px;
  height: 100%;
  border-radius: 10px;
  background-color: #90004c;
}

.faq-plus-h {
  width: 100%;
  height: 5px;
  border-radius: 10px;
  background-color: #90004c;
}

.faq-ans {
  overflow: hidden;
  padding-bottom: 0px;
  padding-left: 45px;
  border-bottom: 1px solid rgba(45, 62, 80, 0.12);
}

.faq-ans-text {
  margin-bottom: 35px;
  font-size: 14px;
}

.page-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -9;
  width: 100%;
  height: 100vh;
  background-image: url('../images/background-light-light.svg');
  background-position: 50% -25vw;
  background-size: cover;
  background-repeat: no-repeat;
}

.action-live-show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 17px;
  margin-top: -2px;
  margin-right: 0px;
  margin-left: 6px;
  padding: 0px 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 2px;
  background-color: #c9c9c9;
  -webkit-transition: all 120ms ease;
  transition: all 120ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
}

.action-live-show:hover {
  background-color: #a80266;
  color: #fff;
  text-decoration: none;
}

.current-orders-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.delivery-time-box {
  width: 100%;
  margin-top: -3px;
  margin-bottom: 13px;
  padding: 8px 10px;
  border-radius: 3px;
  background-color: #f6f6f6;
  color: #333;
  font-size: 12px;
}

.flex-table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-table-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-bottom: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-table-left.title {
  border-bottom: 1px solid #c9c9c9;
  font-weight: 700;
}

.flex-table-right {
  width: 40%;
  margin-bottom: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.flex-table-right.title {
  padding-top: 2px;
  padding-bottom: 4px;
  border-bottom: 1px solid #c9c9c9;
  font-weight: 700;
}

.flex-table-text {
  margin-left: 6px;
}

.checkbox {
  width: 18px;
  height: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -28px;
  background-color: #fff;
  cursor: pointer;
}

.checkbox.w--redirected-checked {
  border-color: #90004c;
  background-color: #90004c;
  background-image: url('../images/custom-checkbox-checkmark.svg');
  background-size: contain;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 0 0 transparent;
}

.checkbox-field {
  margin-bottom: 20px;
  padding-left: 28px;
}

.card-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  min-height: 50px;
  margin-right: 2%;
  margin-bottom: 25px;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.card-box.holder {
  width: 98.5%;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: none;
}

.flex-cards-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0%;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.credit-card-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.credit-card-info {
  position: relative;
  margin-left: 0px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  line-height: 21px;
}

.control-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 1px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #727272;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.025em;
}

.mini-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 3px 6px 3px 0px;
  padding: 4px 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 2px;
  background-color: #90004c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  cursor: pointer;
}

.mini-btn:hover {
  background-color: #a80266;
  color: #fff;
  text-decoration: none;
}

.mini-btn.set-default {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #727272;
}

.mini-btn.set-default:hover {
  background-color: #a80266;
}

.corner-control {
  position: absolute;
  left: auto;
  top: 5px;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #727272;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
  cursor: default;
}

.tick-icon {
  width: 14px;
  height: 14px;
  margin-right: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #2b8b0d;
  background-image: url('../images/tick-sss.svg');
  background-position: 50% 50%;
  background-size: 71%;
  background-repeat: no-repeat;
}

.uc-content-wrap {
  padding-top: 3px;
}

.credit-card-number {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.clear-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  -webkit-transition: all 250ms cubic-bezier(.165, .84, .44, 1);
  transition: all 250ms cubic-bezier(.165, .84, .44, 1);
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.clear-button:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  text-decoration: none;
}

.plus-icon {
  width: 36px;
  height: 36px;
  margin-right: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #c9c9c9;
  background-image: url('../images/add-plus-w.svg');
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.expire {
  color: #727272;
}

.expire.expired {
  color: #e02a47;
}

.edit-profile-pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.edit-profile-pic:hover {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.address-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.address-image-div {
  width: 30%;
  padding-right: 16px;
}

.address-image {
  width: 100%;
}

.address-info {
  position: relative;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  line-height: 20px;
}

.credit-card-holder {
  font-weight: 500;
}

.address-name {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0px;
}

.address-section-title {
  width: 100%;
  margin-top: 2px;
  border-bottom: 1px solid #e6e6e6;
  color: #727272;
  font-size: 12px;
  text-transform: uppercase;
}

.address-details {
  margin-bottom: 8px;
}

.address-contact {
  display: inline-block;
  margin-top: 2px;
  margin-right: 8px;
  margin-bottom: 4px;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.address-note {
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 2%;
  border-radius: 5px;
  background-color: #f6f6f6;
  color: #727272;
  font-size: 12px;
  line-height: 18px;
}

.add-wine-h-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.add-wine-h-div.section {
  padding-top: 12px;
  padding-bottom: 0px;
}

.add-wine-search-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding: 8px 0px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.add-wine-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 1px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 3px solid #bbb;
  border-radius: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.add-wine-search:hover {
  border-color: #90004c;
}

.add-wine-search:focus {
  border-color: #90004c;
}

.add-wine-spec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.add-wine-search-preview {
  width: 100%;
  margin-top: 8px;
  margin-left: 0px;
  padding: 12px 10px;
  border-radius: 5px;
  background-color: #f6f6f6;
}

.add-wine-spec-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.add-wine-drop {
  z-index: 900;
  display: block;
  width: 100%;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.add-wine-drop-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #90004c;
  font-weight: 400;
}

.add-wine-drop-icon {
  margin-right: 0px;
  font-size: 18px;
  font-weight: 700;
}

.add-wine-drop-text {
  margin-right: 22px;
  padding: 4px 0px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 0.03em;
  text-transform: none;
}

.add-wine-drop-list {
  top: 40px;
  right: 0px;
  z-index: 9;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
}

.add-wine-qty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-align: right;
}

.add-wine-spec-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.add-wine-info {
  width: 100%;
  padding-top: 6px;
}

.add-wine-info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.add-wine-info-row.mob-v {
  padding-top: 2px;
  padding-bottom: 2px;
}

.date-fill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  min-width: 40px;
  margin-left: 0px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #90004c;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-align: right;
}

.date-fill:hover {
  border-color: #90004c;
}

.portfolio-cellar-select {
  position: relative;
  z-index: 901;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.add-wine-reminder {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 12px;
  border-radius: 4px;
  background-color: #727272;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  text-align: left;
  letter-spacing: 0.05px;
}

.add-wine-reminder.warning {
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  color: #333;
}

.action-select {
  position: relative;
  padding: 16px 12px;
  -webkit-transition: all 120ms ease;
  transition: all 120ms ease;
  color: #333;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.action-select:hover {
  text-decoration: none;
}

.action-select.rename {
  padding-left: 36px;
  background-image: url('../images/icon-n-rename.svg');
  background-position: 9px 46%;
  background-size: auto 20px;
  background-repeat: no-repeat;
}

.action-select.delivery {
  padding-left: 36px;
  background-image: url('../images/icon-n-delivery-time.svg');
  background-position: 6px 50%;
  background-size: auto 24px;
  background-repeat: no-repeat;
}

.action-select.photo {
  padding-left: 36px;
  background-image: url('../images/icon-n-photo-filled.svg');
  background-position: 8px 46%;
  background-size: auto 22px;
  background-repeat: no-repeat;
}

.action-select.delete {
  padding-left: 36px;
  background-image: url('../images/icon-n-delete.svg');
  background-position: 9px 48%;
  background-size: auto 20px;
  background-repeat: no-repeat;
}

.action-select.public {
  padding-left: 36px;
  background-image: url('../images/icon-n-unlock-b.svg');
  background-position: 8px 50%;
  background-size: auto 22px;
  background-repeat: no-repeat;
}

.action-select.private {
  padding-left: 36px;
  background-image: url('../images/icon-n-lock.svg');
  background-position: 8px 50%;
  background-size: auto 22px;
  background-repeat: no-repeat;
}

.action-select.share {
  padding-left: 36px;
  background-image: url('../images/icon-n-share.svg');
  background-position: 6px 50%;
  background-size: auto 24px;
  background-repeat: no-repeat;
}

.action-select.photo {
  padding-left: 36px;
  background-image: url('../images/icon-n-photo.svg');
  background-position: 9px 46%;
  background-size: auto 20px;
  background-repeat: no-repeat;
}

.action-select.edit {
  padding-left: 36px;
  background-image: url('../images/icon-n-edit.svg');
  background-position: 9px 46%;
  background-size: auto 20px;
  background-repeat: no-repeat;
}

.action-select.end {
  padding-left: 36px;
  background-image: url('../images/icon-n-cancel-b.svg');
  background-position: 6px 50%;
  background-size: auto 24px;
  background-repeat: no-repeat;
}

.action-select.restart-bid {
  padding-left: 36px;
  background-image: url('../images/icon-n-play-bid.svg');
  background-position: 7px 48%;
  background-size: auto 23px;
  background-repeat: no-repeat;
  color: #4fb130;
}

.action-select.restart-offer {
  padding-left: 36px;
  background-image: url('../images/icon-n-play-offer.svg');
  background-position: 7px 48%;
  background-size: auto 23px;
  background-repeat: no-repeat;
  color: #e02a47;
}

.action-select.my-fav {
  padding-left: 40px;
  border-left: 5px solid #fff;
  background-image: url('../images/wm-star.svg');
  background-position: 12px 46%;
  background-size: auto 20px;
  background-repeat: no-repeat;
  opacity: 0.9;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.action-select.my-fav:hover {
  opacity: 1;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.action-select.my-fav.on-list {
  background-image: url('../images/circle-p.svg'), url('../images/wm-star.svg');
  background-position: 0% 50%, 12px 46%;
  background-size: 5px, auto 20px;
  background-repeat: no-repeat, no-repeat;
  opacity: 1;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.action-select.my-fav.on-list:hover {
  opacity: 0.9;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.action-select.my-lists {
  padding-left: 40px;
  border-left: 5px solid #fff;
  background-image: url('../images/wm-collections.svg');
  background-position: 12px 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
  opacity: 0.9;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.action-select.my-lists:hover {
  opacity: 1;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.action-select.my-lists.on-list {
  background-image: url('../images/circle-p.svg'), url('../images/wm-collections.svg');
  background-position: 0% 50%, 12px 50%;
  background-size: 5px, auto 20px;
  background-repeat: no-repeat, no-repeat;
  opacity: 1;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.action-select.my-lists.on-list:hover {
  opacity: 0.9;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.action-select.watching {
  padding-left: 40px;
  border-left: 5px solid #fff;
  background-image: url('../images/wm-watch.svg');
  background-position: 12px 44%;
  background-size: auto 21px;
  background-repeat: no-repeat;
  opacity: 0.9;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.action-select.watching:hover {
  opacity: 1;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.action-select.watching.on-list {
  background-image: url('../images/circle-p.svg'), url('../images/wm-watch.svg');
  background-position: 0% 50%, 12px 44%;
  background-size: 5px, auto 21px;
  background-repeat: no-repeat, no-repeat;
  opacity: 1;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.action-select.watching.on-list:hover {
  opacity: 0.9;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.action-select.transfer {
  padding-left: 36px;
  background-image: url('../images/icon-n-transfer.svg');
  background-position: 9px 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
}

.action-select.pause {
  padding-left: 36px;
  background-image: url('../images/pause-bold-g.svg');
  background-position: 11px 50%;
  background-size: auto 14px;
  background-repeat: no-repeat;
}

.action-select.pickup {
  padding-left: 36px;
  background-image: url('../images/pickup-2.svg');
  background-position: 7px 50%;
  background-size: auto 23px;
  background-repeat: no-repeat;
}

.action-select.sv-storage {
  padding-left: 36px;
  background-image: url('../images/storage-warehouse.svg');
  background-position: 8px 42%;
  background-size: auto 22px;
  background-repeat: no-repeat;
}

.action-select.order-delivery {
  padding-left: 36px;
  background-image: url('../images/delivery-order.svg');
  background-position: 7px 50%;
  background-size: auto 22px;
  background-repeat: no-repeat;
}

.action-select.add-this-wine {
  width: 100%;
  min-width: 260px;
  margin-top: 6px;
  margin-bottom: 4px;
  padding: 15px 2px 15px 40px;
  border-left: 5px solid #fff;
  background-image: url('../images/add-plus-p.svg');
  background-position: 12px 46%;
  background-size: auto 19px;
  background-repeat: no-repeat;
  opacity: 0.9;
  font-weight: 700;
}

.action-select.add-this-wine:hover {
  opacity: 1;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.action-select.cellar-pickup {
  padding-left: 36px;
  background-image: url('../images/locker2.svg');
  background-position: 7px 50%;
  background-size: auto 23px;
  background-repeat: no-repeat;
}

.actions-toggle {
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 4px 20px 4px 8px;
  border-radius: 3px;
  background-color: #90004c;
  box-shadow: 0 0 3px 0 #c9c9c9;
  color: #fff;
}

.actions-toggle:hover {
  background-color: #a80266;
}

.actions-toggle.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 24px;
  height: 24px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.actions-toggle.white:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.8);
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.actions-toggle.white.null {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  opacity: 0.8;
  cursor: default;
}

.actions-toggle.add-to {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 26px;
  padding: 0px 10px 0px 3px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.actions-toggle.add-to:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.actions-toggle.action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 28px;
  height: 28px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #90004c;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.actions-toggle.action:hover {
  background-color: #a80266;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.8);
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.actions-toggle.action-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 42px;
  height: 42px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #90004c;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.actions-toggle.action-l:hover {
  background-color: #a80266;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.8);
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.actions-list {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.actions-list.w--open {
  left: auto;
  top: 36px;
  right: 0px;
  bottom: auto;
  overflow: hidden;
  margin-top: 2px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
}

.actions-dropdown {
  margin-right: 0px;
  margin-left: 0px;
  font-size: 13px;
  line-height: 15px;
}

.actions-dropdown-icon {
  margin-right: 6px;
}

.add-wine-info-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 0px 2px 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-align: right;
}

.bidding-tag {
  display: inline-block;
  margin: 1px 4px 1px 0px;
  padding: 1px 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #c9c9c9;
  border-radius: 3px;
  background-color: #4fb130;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  cursor: default;
}

.bidding-tag:hover {
  background-color: #2b8b0d;
}

.page-content {
  padding-top: 0px;
  padding-bottom: 20px;
  float: none;
  font-size: 15px;
  line-height: 23px;
}

.search-result-wrapper {
  padding-top: 10px;
}

.form-block {
  padding-bottom: 10px;
}

.magnify-icon {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  background-image: url('../images/magnifier.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.25;
  -webkit-filter: contrast(0%);
  filter: contrast(0%);
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.magnify-icon:hover {
  opacity: 0.85;
}

.keyword-entered {
  margin-top: 5px;
  margin-bottom: 0px;
}

.item-info-case-size {
  margin: 1px 6px 1px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #333;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.item-des-p {
  margin-bottom: 0px;
}

.item-des-p.tag {
  margin-bottom: 2px;
  font-weight: 700;
}

.delivery-important {
  margin-top: 10px;
  margin-bottom: 12px;
  padding: 8px 6px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  color: #333;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.05px;
}

.delivery-important.purple {
  color: #90004c;
}

.items-none {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #e6e6e6;
}

.items-none:hover {
  text-decoration: none;
}

.items-none-inner {
  width: 100%;
  padding: 48px 28px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.details-quick {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.expand-icon-sp {
  width: 12px;
  height: 12px;
  margin-right: 2px;
  margin-left: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/expand-button.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  cursor: pointer;
}

.expand-icon-sp:hover {
  opacity: 0.6;
}

.depth-pop-up {
  position: absolute;
  left: 0%;
  top: 22px;
  right: 0%;
  bottom: auto;
  z-index: 9;
  display: none;
  width: 100%;
  min-height: 80px;
  padding: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

.div-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-row.title {
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e6e6e6;
}

.div-row.green {
  color: #4fb130;
  font-weight: 700;
}

.div-row.red {
  color: #e02a47;
  font-weight: 700;
}

.heading-ss {
  margin: 0px auto 0px 0px;
  padding: 0px;
  font-weight: 700;
  text-align: left;
}

.heading-ss.sub {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 22px;
}

.order-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 120px;
  margin-left: -2px;
  padding-bottom: 4px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.no-records-text {
  margin: 15px auto;
  color: #727272;
  font-weight: 700;
  text-align: center;
}

.item-info-current-loc {
  margin-top: 1px;
  margin-bottom: 1px;
  color: #a8a8a8;
  font-size: 14px;
  line-height: 1em;
}

.uid-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.uc-info-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.actions-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 80px;
  padding: 20px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cell-date-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
  padding-bottom: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.status-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.download {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -2px;
  padding: 2px 2px 2px 18px;
  background-image: url('../images/download-b.svg');
  background-position: 2px 48%;
  background-size: auto 13px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.download:hover {
  color: #a80266;
  text-decoration: none;
}

.download.invoice {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 0px;
  padding: 3px 5px 3px 20px;
  border-radius: 3px;
  background-color: #fff;
  background-image: url('../images/download-arrow2.svg');
  background-position: 4px 48%;
  background-size: auto 14px;
  box-shadow: 0 0 3px 0 #c9c9c9;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #90004c;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.download.invoice:hover {
  box-shadow: 0 0 3px 0 #727272;
}

.button-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #bbb;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.01em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button-link:hover {
  background-color: #a80266;
  color: #fff;
  text-decoration: none;
}

.button-link.green:hover {
  background-color: #4fb130;
}

.button-link.red:hover {
  background-color: #e02a47;
}

.options-control {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  min-height: 0px;
  padding-top: 16px;
}

.options-control-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.my-action-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 42px;
  margin-top: -2px;
  margin-left: 18px;
  padding: 4px 8px 4px 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-color: #c20909;
  background-image: url('../images/mg-delivery.svg');
  background-position: 8px 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.my-action-btn:hover {
  background-color: #a80266;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
  text-decoration: none;
}

.my-action-btn.payment {
  background-color: #4fb130;
  background-image: url('../images/payment-now-a.svg');
  background-position: 5px 50%;
  background-size: auto 28px;
}

.my-action-btn.payment:hover {
  background-color: #2b8b0d;
}

.my-action-btn.wine {
  background-color: #90004c;
}

.my-action-btn.wine:hover {
  background-color: #a80266;
}

.strong-text {
  font-size: 15px;
  line-height: 16px;
  font-weight: 700;
}

.sub-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 6px;
  padding: 2px 8px 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #e6e6e6;
}

.filter-text-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  min-width: 48px;
  margin-right: 12px;
  padding-right: 10px;
  padding-left: 36px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #f6f6f6;
  background-image: url('../images/filter-slider-n3-w.svg'), url('../images/sv-gradient.png');
  background-position: 10px 50%, 50% 50%;
  background-size: auto 20px, cover;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
}

.filter-text-btn:hover {
  background-color: #e6e6e6;
}

.filter-text {
  margin: auto 0px auto 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 500;
}

.sort-icon-box {
  width: 48px;
  height: 48px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #f6f6f6 #f6f6f6 #f6f6f6 #c9c9c9;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #f6f6f6;
  background-image: url('../images/sort-arrow-up-4.svg');
  background-position: 50% 50%;
  background-size: auto 56%;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
  cursor: pointer;
}

.sort-icon-box:hover {
  border-style: solid solid solid none;
  border-color: #c9c9c9;
  background-color: #e6e6e6;
  opacity: 1;
}

.sort-icon-box.asc {
  background-image: url('../images/sort-arrow-down-4.svg');
}

.sort-icon-box.asc:hover {
  border-top-color: #bbb;
  border-right-color: #bbb;
  border-bottom-color: #bbb;
}

.sort-icon-box.asc.null {
  opacity: 0.5;
  cursor: default;
}

.sort-icon-box.asc.null:hover {
  border-top-color: #f6f6f6;
  border-right-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
  background-color: #f6f6f6;
}

.sort-icon-box.desc {
  background-image: url('../images/sort-arrow-up-4.svg');
}

.sort-icon-box.desc:hover {
  border-top-color: #bbb;
  border-right-color: #bbb;
  border-bottom-color: #bbb;
}

.sort-icon-box.desc.null {
  opacity: 0.5;
  cursor: default;
}

.sort-icon-box.desc.null:hover {
  border-top-color: #f6f6f6;
  border-right-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
  background-color: #f6f6f6;
}

.des-pre-text {
  margin-right: 0px;
  margin-bottom: 18px;
  margin-left: -3px;
  padding: 3px 8px 3px 6px;
  border-radius: 100px;
  background-color: #f0f0f0;
  color: #535353;
  font-size: 14px;
  letter-spacing: 0.025em;
}

.close-icon {
  position: static;
  left: auto;
  top: 12px;
  right: 12px;
  bottom: auto;
  width: 36px;
  height: 36px;
  margin: 6px;
  border: 1px solid #fff;
  border-radius: 100%;
  background-color: #90004c;
  background-image: url('../images/ws-cross-b.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.close-icon:hover {
  background-color: #a80266;
}

.close-icon.ok {
  background-image: url('../images/tick.svg');
  background-position: 50% 55%;
  background-size: 20px;
}

.close-icon-div {
  position: absolute;
  left: auto;
  top: 6px;
  right: 6px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #bbb;
  font-size: 13px;
  font-weight: 500;
  cursor: default;
}

.close-icon-div:hover {
  opacity: 1;
  color: #727272;
}

.filter-save-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-save-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  margin-right: 12px;
  margin-left: 12px;
  padding: 6px 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #90004c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.filter-save-btn:hover {
  background-color: #a80266;
  color: #fff;
  text-decoration: none;
}

.filter-save-btn.clear {
  background-color: #fff;
  color: #727272;
}

.filter-save-btn.clear:hover {
  box-shadow: 0 0 5px 0 #bbb;
  color: #a80266;
}

.top-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 0px;
  max-height: 0px;
  margin: 0px;
  padding: 0px;
}

.back-to-top {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 2px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #727272;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.back-to-top:hover {
  text-decoration: none;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f6f6;
  box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.back-to-top-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h-deco-line {
  width: 25px;
  height: 1px;
  background-color: #c9c9c9;
}

.icon-std {
  width: 22px;
  height: 22px;
  background-image: url('../images/setting-sb-g.svg');
  background-position: 50% 50%;
  background-size: auto 18px;
  background-repeat: no-repeat;
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
  text-decoration: none;
  cursor: pointer;
}

.icon-std:hover {
  text-decoration: none;
}

.icon-std.bin {
  background-image: url('../images/trash-dg.svg');
  background-size: contain;
}

.icon-std.bin:hover {
  opacity: 1;
}

.icon-std.relaunch-a {
  background-image: url('../images/relaunch-a-g.svg');
  background-size: auto 28px;
}

.icon-std.bin-p {
  background-image: url('../images/trash-p.svg');
  background-size: contain;
}

.icon-std.bin-p:hover {
  opacity: 0.8;
}

.icon-std.relaunch-a-p {
  background-image: url('../images/launch-a.svg');
  background-size: auto 28px;
}

.icon-std.relaunch-b {
  background-image: url('../images/relaunch-c-g.svg');
  background-size: auto 20px;
}

.icon-std.relaunch-b-g {
  background-image: url('../images/relaunch-c-p.svg');
  background-size: auto 20px;
}

.icon-std.bin-p-h {
  background-image: url('../images/trash-p.svg');
  background-size: contain;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.icon-std.bin-p-h:hover {
  opacity: 0.8;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.icon-std.relaunch-a-p-h {
  background-image: url('../images/launch-a.svg');
  background-size: auto 28px;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.icon-std.relaunch-a-p-h:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.icon-std.relaunch-b-g-h {
  background-image: url('../images/relaunch-c-p.svg');
  background-size: auto 20px;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.icon-std.relaunch-b-g-h:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.icon-std.buy-g-h {
  background-image: url('../images/shop-a-p.svg');
  background-size: auto 20px;
  opacity: 0.8;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.icon-std.buy-g-h:hover {
  opacity: 1;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.icon-std.more-dots {
  background-image: url('../images/icon-n-dots-p.svg');
  background-size: contain;
  opacity: 0.9;
}

.icon-std.more-dots.null {
  opacity: 0.6;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: default;
}

.icon-std.more-dots.null:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.icon-std.more-open {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  background-image: url('../images/right-arrow.svg');
  opacity: 0.6;
}

.icon-std.plus {
  margin-right: 2px;
  margin-left: 2px;
  background-image: url('../images/add-plus-p.svg');
  background-size: auto 12px;
  opacity: 0.9;
}

.icon-std.pen-w {
  background-image: url('../images/edit-pen-w.svg');
  background-size: 14px;
  opacity: 1;
}

.icon-std.takeout {
  width: 28px;
  height: 28px;
  margin: auto;
  background-image: url('../images/outbox.svg');
  background-position: 50% 42%;
  background-size: 24px;
  opacity: 1;
}

.action-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  margin: 8px 0%;
  padding: 12px 20px 12px 65px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 3px solid #fff;
  border-radius: 6px;
  background-color: #fff;
  background-image: url('../images/message.svg');
  background-position: 15px 45%;
  background-size: 32px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.action-message:hover {
  border-color: #fff;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.1);
}

.flex-v-h-sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ok-tick {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/ok-c.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.brands-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.form-zero {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.div-100p {
  width: 100%;
}

.country-code-div {
  position: relative;
  height: 45px;
  margin-bottom: 12px;
  padding-right: 0px;
  background-color: #e6e6e6;
  text-align: left;
}

.get-code-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 135px;
  height: 45px;
  min-width: auto;
  margin: 0px 0px 12px 10px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0px none #000;
  border-radius: 0px;
  color: #727272;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-indent: 20px;
}

.get-code-div:hover {
  border-style: none;
  border-width: 0px;
  border-radius: 0px;
  text-decoration: none;
}

.uc-info-icon-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.expand-icon-l {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  display: none;
  width: 30px;
  height: 30px;
  margin: 0px 5px 5px;
  background-image: url('../images/expand.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.uc-box-membership {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 15px;
  padding-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #90004c;
  background-image: linear-gradient(135deg, #90004c, #a80266);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.hero-button:hover {
  background-color: #a80266;
  color: #fff;
  text-decoration: none;
}

.hero-button.grey {
  background-color: #bbb;
  background-image: linear-gradient(135deg, #f6f6f6, #e6e6e6);
  color: #90004c;
}

.hero-button.grey:hover {
  background-color: #fff;
  background-image: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  color: #333;
}

.hero-button.grey.db {
  margin-top: 2px;
  margin-bottom: 2px;
}

.dashboard-icon {
  width: 30px;
  height: 30px;
  margin-right: 12px;
  background-image: url('../images/dashboard-data-a-g.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
  cursor: pointer;
}

.dashboard-icon:hover {
  text-decoration: none;
}

.h-title-icon {
  width: 28px;
  height: 28px;
  margin-top: 2px;
  margin-right: 10px;
  margin-bottom: 2px;
  background-image: url('../images/dashboard-data-a-g.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
  text-decoration: none;
  cursor: pointer;
}

.h-title-icon:hover {
  text-decoration: none;
}

.h-title-icon.dashboard {
  background-image: url('../images/dashboard-data-a-g.svg');
}

.h-title-icon.library {
  background-image: url('../images/list-icon-m-b.svg');
}

.mc-section-div {
  padding-bottom: 15px;
}

.mc-section-div.full {
  margin-right: -15px;
  margin-left: -15px;
  padding: 12px 15px;
  background-color: #f8f8f8;
}

.mc-section-div.demo {
  width: 500px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.achievement {
  width: 22px;
  height: 22px;
  margin-left: 8px;
  -webkit-transition: all 160ms ease;
  transition: all 160ms ease;
  text-decoration: none;
  cursor: default;
  -o-object-fit: contain;
  object-fit: contain;
}

.achievement:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  text-decoration: none;
}

.demo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mc-mock-template {
  right: 0px;
  overflow: hidden;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.mc-mock-template.w--open {
  left: auto;
  top: 45px;
  right: 0px;
  bottom: auto;
  overflow: hidden;
  padding: 0px;
}

.notice-content {
  padding-top: 5px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.notice-heading {
  margin: 0px auto 0px 0px;
  padding: 0px;
  font-weight: 700;
  text-align: left;
}

.notice-heading.red {
  padding-bottom: 5px;
  color: #e02a47;
  font-size: 17px;
  line-height: 21px;
}

.mc-menu-icon-l {
  width: 36px;
  height: 36px;
  background-image: url('../images/plus-p.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mc-menu-icon-l.my-bids {
  background-image: url('../images/Buyer-Bid.svg');
}

.mc-menu-icon-l.my-offers {
  background-image: url('../images/Seller-Offer-His.svg');
}

.mc-menu-icon-l.portfolio {
  background-image: url('../images/mc-n-01.svg');
}

.mc-menu-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 78px;
  height: 78px;
  margin-bottom: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 3px;
  border-color: #f0f0f0;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.mc-menu-circle:hover {
  border-color: #90004c;
  text-decoration: none;
}

.flex-even-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #535353;
  text-decoration: none;
}

.flex-even-block:hover {
  color: #90004c;
  text-decoration: none;
}

.flex-even-block.disable {
  opacity: 0.55;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: default;
}

.mc-link-text-div {
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 16px;
  font-weight: 700;
}

.section-header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 30px;
  line-height: 36px;
}

.section-header.clear-top {
  padding-top: 0px;
}

.sc-img-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.jump {
  display: block;
  width: 100%;
  margin-top: 0px;
  padding: 0px;
}

.heading-ssc {
  margin: 0px auto 0px 0px;
  padding: 0px 0px 6px;
  font-weight: 700;
  text-align: left;
}

.heading-ssc:hover {
  text-decoration: none;
}

.heading-ssc.white {
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 0 10px rgba(0, 0, 0, 0.88);
}

.heading-ssc.middle {
  margin-left: 2px;
  padding-top: 3px;
  padding-bottom: 2px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}

.heading-ssc.taller {
  padding-top: 6px;
  padding-bottom: 16px;
}

.header-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.header-banner.promo {
  background-image: url('../images/signal-nav-R.png'), url('../images/signal-nav-L.png'), -webkit-gradient(linear, left top, left bottom, from(#a80266), to(#a80266));
  background-image: url('../images/signal-nav-R.png'), url('../images/signal-nav-L.png'), linear-gradient(180deg, #a80266, #a80266);
  background-position: 100% 50%, 0% 50%, 0px 0px;
  background-size: auto 100%, auto 100%, auto;
  background-repeat: no-repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll;
  box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.fw-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.banner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.banner-content:hover {
  text-decoration: none;
}

.overlay-full {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -6;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.3);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0.6)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.6));
  -o-object-fit: cover;
  object-fit: cover;
}

.overlay-full.dark {
  background-color: transparent;
  background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
}

.heading-s2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 700;
}

.button-inline {
  display: inline-block;
  margin: 2px;
  padding: 2px 10px;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #90004c;
  line-height: 1.4em;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.button-inline:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
  color: #a80266;
  text-decoration: none;
}

.button-inline.mini {
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 1px 5px;
  border-radius: 2px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  color: #727272;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.button-inline.mini:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  color: #333;
}

.button-inline.mini-p {
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 1px 5px;
  border-radius: 3px;
  background-color: #90004c;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.button-inline.mini-p:hover {
  background-color: #a80266;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
}

.current-live {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.75;
  color: #727272;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.01em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: default;
}

.current-live:hover {
  color: #727272;
  text-decoration: none;
}

.db-tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  padding-right: 3px;
  padding-bottom: 15px;
  padding-left: 3px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.db-tab-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding: 2px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px solid #e6e6e6;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  opacity: 0.9;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.db-tab-link:hover {
  height: 60px;
  border-bottom-color: #90004c;
  background-color: #f6f6f6;
  opacity: 1;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  text-decoration: none;
}

.db-tab-link.w--current {
  height: 60px;
  border-bottom-color: #90004c;
  background-color: rgba(168, 2, 102, 0.06);
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.db-tab-link.w--current:hover {
  background-color: rgba(168, 2, 102, 0.08);
}

.icon-colored {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/wm-star.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
  text-decoration: none;
  cursor: pointer;
}

.icon-colored:hover {
  text-decoration: none;
}

.icon-colored.my-lists {
  background-image: url('../images/wm-collections.svg');
}

.icon-colored.watching {
  background-image: url('../images/wm-watch.svg');
}

.icon-colored.visited {
  background-image: url('../images/wm-history.svg');
}

.icon-colored.fav {
  background-image: url('../images/wm-star.svg'), url('../images/wm-star.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.icon-colored.note {
  background-image: url('../images/wm-collections.svg');
}

.db-tab-text {
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.current-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 70px;
  margin-bottom: 16px;
  padding: 6px 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

.button-p-inline {
  margin: 6px 9px;
  padding: 8px 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: #90004c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
}

.button-p-inline:hover {
  background-color: #a80266;
  color: #fff;
  text-decoration: none;
}

.button-p-inline.bw {
  border-style: solid;
  border-width: 1px;
  border-color: #bbb;
  background-color: #fff;
  color: #535353;
}

.button-p-inline.bw:hover {
  border-color: #a80266;
  background-color: #90004c;
  color: #fff;
}

.uc-box-banner {
  position: relative;
  z-index: 1;
  margin-top: -15px;
  margin-right: -15px;
  margin-left: -15px;
}

.lists-control {
  width: 24px;
  height: 24px;
  background-image: url('../images/wm-star-full.svg');
  background-position: 50% 100%;
  background-size: 24px;
  background-repeat: no-repeat;
  opacity: 0.6;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: opacity 200ms ease, -webkit-filter 200ms ease;
  transition: opacity 200ms ease, -webkit-filter 200ms ease;
  transition: filter 200ms ease, opacity 200ms ease;
  transition: filter 200ms ease, opacity 200ms ease, -webkit-filter 200ms ease;
  cursor: pointer;
}

.lists-control:hover {
  opacity: 1;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.lists-control.list {
  background-image: url('../images/wm-collections-full.svg');
}

.lists-control.watch {
  background-image: url('../images/wm-watch-full.svg');
}

.lists-control.visited {
  background-image: url('../images/wm-history-full.svg');
}

.lists-control.fav {
  background-image: url('../images/wm-star-full.svg');
}

.dashboard-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.dashboard-tabs.wrap {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._w-list-cover {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 160px;
  margin-top: 0px;
  margin-bottom: 8px;
  padding: 12px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #f6f6f6;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
  text-decoration: none;
  cursor: pointer;
}

._w-list-cover:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  text-decoration: none;
}

._w-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._w-list-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31.3333%;
  margin-right: 2%;
  padding-bottom: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

._w-list-below {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  text-decoration: none;
}

._w-list-below:hover {
  text-decoration: none;
}

._w-list-below.details {
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #727272;
  font-weight: 300;
}

._w-list-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}

.share-status {
  width: 20px;
  height: 20px;
  margin-right: 1px;
  margin-left: 2px;
  background-image: url('../images/icon-n-share-list.svg');
  background-position: 50% 50%;
  background-size: auto 14px;
  background-repeat: no-repeat;
  opacity: 0.8;
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
  text-decoration: none;
}

.share-status:hover {
  text-decoration: none;
}

.share-status.sharing {
  background-image: url('../images/icon-n-share-list.svg');
}

.share-status.private {
  background-image: url('../images/icon-n-lock.svg');
  background-size: auto 16px;
}

.button-w-copy {
  margin: 0px;
  padding-right: 5px;
  padding-left: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #bbb;
  border-radius: 5px;
  background-color: #c9c9c9;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button-w-copy:hover {
  border-color: #90004c;
  background-color: #a80266;
  color: #fff;
  text-decoration: none;
}

.title-wrapper {
  position: relative;
  padding-top: 8px;
  padding-right: 0px;
  padding-bottom: 16px;
}

.echarts-js-div {
  width: 100%;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
}

.text-heading {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.gs-details {
  position: absolute;
  left: 0%;
  top: -3px;
  right: 0%;
  bottom: auto;
  z-index: 12;
  display: none;
  overflow: hidden;
  width: 102%;
  min-height: 120px;
  margin-right: -1%;
  margin-left: -1%;
  padding: 20px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 4px;
  border-color: #bfe1fe;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 60px 30px #fff;
}

.gs-details-go {
  position: static;
  left: auto;
  top: auto;
  right: 15px;
  bottom: auto;
  width: 28px;
  height: 28px;
  margin-left: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/down-thin.svg');
  background-position: 50% 56%;
  background-size: 14px;
  background-repeat: no-repeat;
  box-shadow: 0 0 6px 0 rgba(0, 133, 251, 0.4);
  opacity: 0.8;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
  text-decoration: none;
  cursor: pointer;
}

.gs-details-go:hover {
  opacity: 1;
  text-decoration: none;
}

.gs-progress-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-color: #bfe1fe;
}

.the-progress {
  width: 40%;
  height: 100%;
  border-radius: 3px;
  background-color: #0085fb;
  box-shadow: 0 0 8px 0 #fff;
}

.gs-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.gs-intro-text {
  width: 100%;
  padding-top: 3px;
}

.gs-progress {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  padding: 6px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.progress-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #727272;
  font-size: 12px;
  line-height: 12px;
}

.progress-text {
  padding-bottom: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #727272;
  font-size: 10px;
  font-weight: 300;
}

.gs-details-steps {
  margin-top: 20px;
  margin-bottom: 15px;
  border-top: 1px solid #e6e6e6;
  color: #333;
}

.gs-step-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.gs-step-div:hover {
  background-color: #f2f9ff;
}

.gs-step-div.done {
  cursor: default;
}

.gs-step-div.done:hover {
  background-color: #fff;
}

.gs-step {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 18px;
  padding-right: 25px;
  padding-bottom: 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ok-check {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #0085fb;
  border-radius: 100%;
  background-color: #fff;
  opacity: 0.8;
}

.ok-check.done {
  background-color: #0085fb;
  background-image: url('../images/tick.svg');
  background-position: 50% 54%;
  background-size: 14px;
  background-repeat: no-repeat;
  opacity: 1;
}

.gs-step-text {
  font-weight: 300;
}

.gs-step-text.done {
  color: #bbb;
  text-decoration: line-through;
}

.gs-step-more {
  width: 100%;
  min-height: 120px;
  margin-right: 0px;
  padding: 0px 25px 20px 45px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.blue-button {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #0085fb;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
}

.blue-button:hover {
  background-color: #a80266;
  color: #fff;
  text-decoration: none;
}

.search-feedback {
  color: #727272;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.action-select-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 160px;
  margin-bottom: 4px;
  padding: 8px 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c9c9c9;
  background-color: #f6f6f6;
  opacity: 0.6;
  color: #727272;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: default;
}

.action-select-title:hover {
  text-decoration: none;
}

.action-select-title.des {
  min-width: 320px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #333;
  font-size: 15px;
  text-align: left;
  letter-spacing: -0.01em;
  text-transform: none;
}

.pause-icon-g {
  width: 12px;
  height: 16px;
  margin-right: 6px;
  background-image: url('../images/icon-n-pause.svg');
  background-position: 50% 50%;
  background-size: auto 16px;
  background-repeat: no-repeat;
}

.heading-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2px auto 2px 0px;
  padding: 0px 2px 0px 22px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/icon-n-back-arrow.svg');
  background-position: 0% 50%;
  background-size: auto 16px;
  background-repeat: no-repeat;
  opacity: 1;
  color: #727272;
  font-weight: 700;
  text-align: left;
}

.heading-back:hover {
  opacity: 1;
  text-decoration: none;
}

.list-control {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.share-status-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
  padding-right: 2px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #727272;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  text-indent: 1px;
}

.add-to-sku {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.chart-div-block {
  display: block;
  width: 100%;
  min-height: 60px;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  background-color: hsla(0, 0%, 97.3%, 0.5);
  font-size: 14px;
  line-height: 18px;
}

.chart-div-block._70p {
  width: 70%;
  margin-top: 0px;
  margin-bottom: 15px;
  background-color: hsla(0, 0%, 97.3%, 0.1);
}

.chart-heading {
  margin-top: 0px;
  font-size: 14px;
  line-height: 18px;
}

.page-pn {
  width: 40px;
  height: 30px;
  background-image: url('../images/left-arrow.svg');
  background-position: 50% 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.page-pn.prev {
  background-image: url('../images/left-arrow.svg');
  opacity: 0.7;
}

.page-pn.prev:hover {
  opacity: 1;
}

.page-pn.prev.null {
  opacity: 0.15;
  cursor: default;
}

.page-pn.next {
  background-image: url('../images/right-arrow.svg');
  opacity: 0.7;
}

.page-pn.next:hover {
  opacity: 1;
}

.page-pn.next.null {
  opacity: 0.15;
  cursor: default;
}

.num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.01em;
  cursor: pointer;
}

.num:hover {
  background-color: #f8f8f8;
  text-decoration: none;
}

.num.now {
  background-color: #90004c;
  color: #fff;
}

.num.dots {
  cursor: default;
}

.num.dots:hover {
  background-color: transparent;
}

.pagination-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 6px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.total-block {
  margin-right: -5px;
  margin-left: -5px;
  padding: 2px 5px;
  border-top: 2px solid #727272;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #90004c;
}

.intro-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.last-reminder {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
}

.reminder-block {
  min-height: 30px;
  padding: 18px 18px 12px;
  border-radius: 6px;
  background-image: url('../images/sv-gradient.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: 0.025em;
}

.heading-sscc {
  margin-top: 0px;
  margin-bottom: 6px;
  padding: 0px 0px 6px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.heading-sscc:hover {
  text-decoration: none;
}

.reminder-message {
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 0px;
}

.reminder-message li {
  margin-bottom: 3px;
  padding-bottom: 0px;
}

.reminder-message ul {
  margin-bottom: 0px;
  padding-left: 20px;
}

.reminder-message a {
  position: relative;
  border-bottom: 1px dashed #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.reminder-message a:hover {
  border-bottom-style: solid;
  text-decoration: none;
}

.preload-media {
  position: relative;
  width: 0px;
  height: 0px;
  max-height: 0px;
  max-width: 0px;
  min-height: 0px;
  min-width: 0px;
  margin: 0px;
  padding: 0px;
}

.sc-descriptions {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sc-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 3px 8px 3px 0px;
  padding: 4px 7px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 2px;
  background-color: #c20909;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  text-align: left;
  cursor: default;
}

.sc-tags-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #df003c;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}

.sc-tags-wrap:hover {
  text-decoration: none;
}

._2-col-l {
  width: 40%;
}

.intro-video-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 280px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/two-asian-male-friends-chatting-enjoying-champagne-urban-rooftop-party.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 22px;
  line-height: 1em;
  text-decoration: none;
  text-shadow: 1px 1px 12px #000;
}

.intro-video-cover:hover {
  text-decoration: none;
}

.intro-video-link {
  width: 100%;
  text-decoration: none;
}

.intro-video-link:hover {
  text-decoration: none;
}

.deco-bar {
  width: 70px;
  height: 10px;
  margin-bottom: 12px;
  background-color: #90004c;
}

._2-col-r {
  width: 50%;
  margin-left: 10%;
}

.sc-icon-flag {
  width: 20px;
  height: 20px;
  margin: 1px 4px 1px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #fa5000;
  background-image: url('../images/flag-solid-w.svg'), linear-gradient(215deg, #fa5000, #e02a47);
  background-position: 53% 50%, 0px 0px;
  background-size: auto 11px, auto;
  background-repeat: no-repeat, repeat;
  cursor: default;
}

.sc-icon-flag:hover {
  background-color: #e02a47;
  background-image: url('../images/flag-solid-w.svg'), linear-gradient(45deg, #fa5000, #d30707);
  background-position: 53% 50%, 0px 0px;
  background-size: auto 11px, auto;
  background-repeat: no-repeat, repeat;
}

.sc-icon-flag.ss {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  margin-bottom: 1px;
  background-size: auto 9px, auto;
}

.checkout-payment {
  min-height: 220px;
  margin: 0px;
  padding: 4px 10px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background-color: #fff;
  color: #727272;
}

.deco-bar-wrapper {
  padding-top: 8px;
  padding-bottom: 6px;
}

.sc-icon-solid {
  width: 20px;
  height: 20px;
  margin: 1px 4px 1px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #fa5000;
  background-image: url('../images/sc-warning.svg'), linear-gradient(215deg, #fa5000, #e02a47);
  background-position: 50% 50%, 0px 0px;
  background-size: auto 14px, auto;
  background-repeat: no-repeat, repeat;
  cursor: default;
}

.sc-icon-solid:hover {
  background-color: #e02a47;
  background-image: url('../images/sc-warning.svg'), linear-gradient(45deg, #fa5000, #e02a47);
  background-position: 50% 50%, 0px 0px;
  background-size: auto 14px, auto;
  background-repeat: no-repeat, repeat;
}

.sc-icon-solid.ss {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  margin-bottom: 1px;
  background-size: auto 12px, auto;
}

.q-icon-g2 {
  width: 18px;
  height: 18px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  background-image: url('../images/tooltip-i-svg.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.q-icon-g2:hover {
  opacity: 1;
  text-decoration: none;
}

.q-icon-g2.tippy {
  cursor: help;
}

.info-icon-g2 {
  width: 18px;
  height: 18px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  background-image: url('../images/tooltips-i-svg.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.info-icon-g2:hover {
  opacity: 1;
}

.info-icon-g2.tippy {
  cursor: default;
}

._1px-separator {
  width: 1px;
  height: 25px;
  background-color: #bbb;
}

.mc-banner-div {
  width: 100%;
  padding-top: 2px;
  padding-bottom: 10px;
}

.membership-des {
  display: block;
  color: #333;
}

.first-growth-icon {
  width: 14px;
  height: 14px;
  margin: 1px 6px 1px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/crown.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: default;
}

.fm-vintage-range {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mc-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #bbb;
  font-size: 21px;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.mc-tabs:hover {
  text-decoration: none;
}

.mc-tabs.w--current {
  border-bottom: 5px solid #90004c;
  background-color: transparent;
  color: #90004c;
}

.mc-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-top: 2px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mc-tabs-menu.to-left {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.mc-tabs-content {
  overflow: visible;
}

.mc-banner {
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
}

.section-des {
  width: 100%;
  padding-bottom: 20px;
  color: #727272;
  font-size: 14px;
  line-height: 1.45em;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.section-des.mc {
  padding-bottom: 15px;
}

.section-des.mc.last {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-des.compact {
  padding-bottom: 3px;
  color: #333;
  font-size: 13px;
}

.h3-title {
  margin-top: 0px;
  color: #333;
  font-size: 22px;
  line-height: 1.2em;
}

.h3-title.tall {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 20px;
}

.upload-box {
  position: static;
  width: 100%;
  padding-bottom: 5px;
  background-color: #fff;
}

.pay-col-dropdown {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}

.pay-col-dropdown-list {
  position: absolute;
  left: 0%;
  top: 38px;
  right: 0%;
  bottom: auto;
  width: 100%;
  background-color: #fff;
}

.pay-col-dropdown-list.w--open {
  position: absolute;
  left: auto;
  top: 38px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  min-height: 80px;
  margin-right: 0%;
  margin-left: 0%;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.status-note {
  margin-top: 6px;
  margin-bottom: 10px;
  padding: 6px;
  background-color: #e02a47;
  color: #fff;
}

.h2-title {
  margin-top: 15px;
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 1.2em;
}

.selected-amount {
  margin-left: 4px;
}

.matched-item-amount {
  padding: 3px 4px;
  border-radius: 2px;
  background-color: #4fb130;
  color: #fff;
}

.matched-item-amount:hover {
  background-color: #2b8b0d;
  color: #fff;
  text-decoration: none;
}

.options-control-full {
  z-index: 3;
  width: 100%;
  min-height: 0px;
  margin-top: -3px;
  padding-top: 0px;
  padding-bottom: 12px;
}

.item-info-case-num {
  margin: 1px 6px 1px 0px;
  padding: 3px 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-color: #90004c;
  color: #fff;
  font-size: 13px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.sc-text {
  position: relative;
  padding-bottom: 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

._8px-bar {
  width: 100%;
  height: 8px;
  background-color: #f0f0f0;
}

.checkout-note {
  margin: 12px -5px 0px;
  padding: 10px 2%;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background-color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.005em;
}

.search-prompt {
  position: absolute;
  left: 0%;
  top: 42px;
  right: 0%;
  bottom: auto;
  z-index: 9;
  width: 100%;
  min-height: 30px;
  margin-top: 0px;
  padding: 6px 18px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
  font-size: 16px;
}

.search-prompt.hidden {
  display: none;
}

.search-entry-suggest {
  margin-left: -1px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 18px;
  background-image: url('../images/search-icon-bbb.svg');
  background-position: 0px 55%;
  background-size: auto 11px;
  background-repeat: no-repeat;
  -webkit-transition: all 120ms ease;
  transition: all 120ms ease;
  font-weight: 500;
  cursor: pointer;
}

.search-entry-suggest:hover {
  color: #90004c;
}

.search-clear {
  position: absolute;
  left: auto;
  top: 0%;
  right: 2px;
  bottom: 0%;
  z-index: 1;
  width: 36px;
  height: 36px;
  background-image: url('../images/search-clear-p.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 0.4;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
}

.search-clear:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.dismiss-messages {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #90004c;
  border-radius: 5px;
  background-color: #90004c;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.025em;
  text-decoration: none;
  text-transform: uppercase;
}

.dismiss-messages:hover {
  background-color: #a80266;
  color: #fff;
  text-decoration: none;
}

.messages-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f6f6;
  box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.more-drop-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0px auto;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #333;
}

.more-drop-toggle:hover {
  -webkit-filter: none;
  filter: none;
  color: #90004c;
}

.main-nav-more-drop {
  position: relative;
  display: block;
  height: 35px;
  margin-right: 2px;
  margin-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.main-nav-links-text {
  margin-right: 4px;
  margin-left: 0px;
  padding-top: 3px;
  padding-bottom: 4px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.main-nav-links-text:hover {
  color: #90004c;
  text-decoration: none;
}

.main-nav-more-icon {
  display: block;
  width: 13px;
  height: 26px;
  margin-bottom: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/arrow-dropdown-333.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.close-icon-end {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: 9;
  width: 42px;
  height: 42px;
  margin-top: 0px;
  margin-right: 0px;
  background-image: url('../images/close-cross.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: all 120ms ease;
  transition: all 120ms ease;
  cursor: pointer;
}

.close-icon-end:hover {
  opacity: 0.8;
}

.close-icon-end.to-tick {
  background-image: url('../images/hy_tick-p.svg');
  background-size: 18px;
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.close-icon-end.to-tick:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.upop {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: auto;
}

.upop-content {
  position: relative;
  z-index: 9;
  overflow: hidden;
  max-width: 960px;
  min-height: 550px;
  min-width: 800px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 30px 20px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 12px 0 #000;
}

.upop-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  height: 100vh;
  padding: 8vh 20px 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
}

.upop-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 5px;
  background-image: url('../images/close-cross-p.svg');
  background-position: 50% 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.upop-close:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.big-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 10% 20px;
  color: #90004c;
  font-size: 52px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
}

.section-header-mini {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #727272;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.tabs-menu {
  padding-top: 2px;
  padding-bottom: 20px;
  text-align: center;
}

.tab-link {
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: 10px;
  padding: 5px 8px;
  background-color: transparent;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.tab-link:hover {
  text-decoration: none;
}

.tab-link.w--current {
  border-bottom: 3px solid #90004c;
  background-color: transparent;
  color: #333;
  font-size: 26px;
  font-weight: 700;
}

.mob-drop-button {
  display: none;
  width: 30px;
  height: 30px;
  background-image: url('../images/more-strips-p.svg');
  background-position: 50% 50%;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.mob-drop-button:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.more-menu-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-transform: none;
}

.more-menu-col {
  width: 30%;
  padding: 2px 0px 12px;
}

.shadow-v-sep {
  width: 5%;
  background-image: url('../images/shadow-v-line.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.35;
}

.more-select-inner {
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}

.purple-th {
  color: #90004c;
  font-size: 16px;
  font-weight: 700;
}

.emb-div {
  margin-bottom: 20px;
  border-bottom: 6px solid #f6f6f6;
}

.strike {
  text-decoration: line-through;
}

.job-des-rt {
  padding-top: 18px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f0f0f0;
}

.job-des-rt h3 {
  margin-top: 10px;
  padding-bottom: 10px;
  color: #90004c;
  font-size: 26px;
}

.job-des-rt h4 {
  padding-top: 10px;
  padding-bottom: 8px;
  font-size: 20px;
}

.job-des-rt p {
  margin-bottom: 12px;
  padding-top: 8px;
}

.job-des-rt ul {
  margin-bottom: 20px;
}

.job-des-rt li {
  margin-bottom: 12px;
  padding-top: 8px;
}

.mc-tabs-s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #bbb;
  font-size: 16px;
  line-height: 27px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.mc-tabs-s:hover {
  text-decoration: none;
}

.mc-tabs-s.w--current {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
  color: #90004c;
}

.flex-child {
  line-height: 1.5em;
  text-align: left;
}

.flex-child.cc-code {
  width: 90px;
  margin-right: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.flex-child.to-right {
  max-width: 30%;
  margin-right: auto;
}

.mc-title {
  padding-top: 10px;
  padding-bottom: 5px;
}

.flex-child-grow {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-dark {
  color: #727272;
  text-decoration: underline;
}

.count-sec {
  padding-left: 4px;
  opacity: 0.6;
  font-weight: 400;
}

.mc-sl-field {
  padding-bottom: 0px;
}

.avatar-div {
  padding-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.flex-center-positioner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10vh;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  min-width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5faff));
  background-image: linear-gradient(180deg, #fff, #f5faff);
}

.control-div-block {
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.h5-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 2px;
  font-size: 14px;
  text-align: left;
  text-transform: none;
}

.sl-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 25px;
  margin-left: 25px;
  padding: 30px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 5px 25px 0 #b8bbd3;
}

.sl-card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -60px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sl-header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 15px 6px #fff;
  text-align: center;
  text-decoration: none;
}

.sl-header-logo:hover {
  text-decoration: none;
}

.mobile-verify-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 15px 12px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.sl-continue-with {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

.continue-with {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.005em;
}

.continue-with.number {
  padding-right: 22px;
  background-image: url('../images/verified-gn.svg');
  background-position: 100% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
}

.continue-with.email {
  padding-left: 25px;
  background-image: url('../images/profile-box-p.svg');
  background-position: 0% 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 22px;
}

.continue-with._3rd {
  padding-left: 25px;
  background-image: url('../images/profile-box-p.svg');
  background-position: 0% 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 22px;
}

.continue-with._3rd.fb {
  background-image: url('../images/facebook-logo.svg');
}

.continue-with._3rd.wechat {
  background-image: url('../images/wechat-logo.svg');
}

.continue-with._3rd.apple {
  background-image: url('../images/apple-icon.svg');
}

.sl-card-logo {
  width: 280px;
}

.per-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #f0f0f0;
}

.per-title {
  width: 220px;
  padding: 5px 30px 5px 0px;
  font-weight: 500;
  text-align: left;
}

.per-control {
  padding: 5px 20px 5px 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.per-wrapper {
  width: 100%;
  padding-bottom: 20px;
}

.sl-email {
  padding-right: 3px;
}

.job-post-wrapper {
  width: 100%;
}

.job-post-wrap {
  padding-right: 0px;
  padding-left: 0px;
  cursor: pointer;
}

.job-title-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 3px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 24px;
  line-height: 1em;
  font-weight: 700;
  text-decoration: none;
}

.job-title-bar:hover {
  background-color: #fcfcfc;
  color: #333;
  text-decoration: none;
}

.job-title {
  margin-right: 10px;
  letter-spacing: -0.03em;
}

.open-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  min-height: 55px;
  min-width: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #e6e6e6;
}

.job-content {
  overflow: hidden;
}

.job-location-tab {
  padding-right: 26px;
  padding-left: 0px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #bbb;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.job-location-tab:hover {
  text-decoration: none;
}

.job-location-tab.w--current {
  background-color: transparent;
  color: #333;
  font-size: 24px;
  font-weight: 700;
}

.tabs-menu-animated {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid #f6f6f6;
  text-align: left;
}

.hidden {
  display: none;
}

.payment-options-footer {
  width: 100%;
}

.flex-v {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lock-image {
  width: 120px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.assets-overview-div {
  position: relative;
  margin: 0px 0px 20px;
  padding: 15px;
  border: 3px solid #f6f6f6;
  border-radius: 18px;
  background-color: #fff;
}

.uc-box-anchor {
  position: absolute;
  left: 0%;
  top: -100px;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 0px;
}

.lang-drop-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.select-lang-option {
  display: inline-block;
  margin: 2px 0px;
  padding: 6px 14px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #727272;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.select-lang-option:hover {
  background-color: #90004c;
  color: #fff;
}

.select-lang-option.selected {
  color: #90004c;
}

.select-lang-option.selected:hover {
  color: #fff;
}

.score-info {
  margin: 0px 0.25em 0px 0px;
  padding: 2px 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: #e9dcbc;
  color: #806011;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: -0.015em;
  text-decoration: none;
  white-space: nowrap;
  cursor: default;
}

.score-info:hover {
  text-decoration: none;
}

.exchange-text-logo {
  position: relative;
  top: 2.5px;
  height: 27px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.uc-heading-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.carousel-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.highlight-span {
  display: block;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 8px 20px;
  border-radius: 6px;
  background-color: rgba(223, 0, 60, 0.1);
}

.highlight-span:hover {
  background-color: rgba(223, 0, 60, 0.2);
  color: #90004c;
}

@media screen and (max-width: 991px) {
  .search-bar {
    display: none;
  }

  .main-header-right {
    padding-left: 16px;
  }

  .page-banner-title {
    font-size: 36px;
    line-height: 36px;
  }

  .page-title-content {
    width: 85%;
  }

  .main-section {
    padding-top: 35px;
  }

  .sort-dropdown {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .sort-current-explain {
    display: none;
  }

  .item-row:hover {
    box-shadow: none;
  }

  .item-info {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .item-info.compact {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .bid-offer-prices-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bid-offer-column {
    padding-right: 0px;
  }

  .column-l-text {
    font-size: 15px;
    line-height: 15px;
  }

  .column-s-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .bid-offer-price-div {
    width: 100%;
    min-height: 30px;
    margin-bottom: 4px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-nav-links {
    margin-right: 0px;
    margin-left: 16px;
  }

  .logo-home-link {
    top: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .stockvins-logo {
    height: 18px;
    margin-bottom: 4px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .lang-dropdown.mobile-hidden {
    display: none;
  }

  .main-nav-more-dropdown {
    margin-left: 10px;
  }

  .more-select-list.w--open {
    min-width: 560px;
  }

  .buy-link.type-2 {
    padding-right: 4px;
    padding-left: 4px;
  }

  .footer-row-flex.tall {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-nav-links {
    font-size: 13px;
  }

  .currency-dropdown {
    margin-left: 10px;
  }

  .hero-content-div {
    padding-right: 10px;
    padding-left: 10px;
  }

  .search.aw-vintage {
    width: 180px;
  }

  .search-input-mobile {
    font-size: 16px;
  }

  .search-header-holder {
    padding-left: 20px;
  }

  .max1480 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .brand-div {
    height: 16vw;
  }

  .button-std.full-bw.continue {
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }

  .button-std.bw-regular {
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }

  .x3-flex-item {
    width: 50%;
  }

  .this-wine-title {
    margin-top: 15px;
  }

  .this-wine-nav {
    padding-top: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .actions-l {
    margin-right: 0px;
  }

  .custom-dropdown-toggle {
    background-position: 98% 50%;
  }

  .custom-drop-text {
    font-size: 20px;
    line-height: 20px;
  }

  .summary-marks {
    padding-right: 5%;
    padding-left: 5%;
  }

  .row-details-c1.item-sc-details {
    width: 140px;
    min-width: auto;
  }

  .drop-s-title {
    font-size: 14px;
    line-height: 14px;
  }

  .vintage-drop-wrap {
    width: 70px;
    margin-right: 10px;
  }

  .v-separator-r20px {
    margin-right: 8px;
    margin-left: 0px;
  }

  .sku-p-summary {
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .sku-p-last {
    font-size: 26px;
    line-height: 26px;
  }

  .actions-r {
    padding-left: 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .wine-img-flex-div {
    min-width: 58px;
  }

  .btn-content-type-2 {
    min-width: 70px;
    padding-right: 2px;
  }

  .btn-content-type-2.left {
    min-width: 88px;
    padding-left: 0px;
  }

  .btn-v-separator {
    margin-right: 4px;
  }

  .btn-v-separator.sp {
    margin-right: 8px;
    padding-right: 8px;
  }

  .btn-text-type-2 {
    font-size: 22px;
    line-height: 20px;
  }

  .or-type-2-div {
    padding-right: 4px;
    padding-left: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn-s-text-type-2-div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn-s-text {
    font-size: 12px;
    line-height: 12px;
  }

  .action-r-btn-div {
    margin-right: 10px;
  }

  .info-type-2-text {
    font-size: 12px;
    line-height: 12px;
  }

  .btn-text-type-2-currency {
    font-size: 12px;
    line-height: 12px;
  }

  .or-type-2 {
    font-size: 9px;
    line-height: 9px;
  }

  .data-tabs-wrap {
    width: 45%;
    padding-right: 10px;
    padding-left: 0px;
  }

  .bid-type-2 {
    font-size: 12px;
    line-height: 12px;
  }

  .offer-type-2 {
    font-size: 12px;
    line-height: 12px;
  }

  .custom-drop-icon {
    margin-right: 3px;
    font-size: 14px;
    line-height: 14px;
  }

  .breadcrumb {
    display: inline-block;
  }

  .breadcrumb.slash {
    margin-right: 3px;
    margin-left: 3px;
    color: #c9c9c9;
  }

  .storage-record-cellar {
    width: 40%;
  }

  .storage-record-data {
    width: 60%;
  }

  .size-drop-wrap {
    width: 120px;
    margin-right: 8px;
  }

  .mini-center-icon-wrap {
    margin-left: 18px;
  }

  .page-heading {
    margin-bottom: 20px;
    padding-bottom: 0px;
  }

  .heading-std.hero {
    font-size: 28px;
    line-height: 32px;
  }

  .page-heading-div {
    width: 90%;
  }

  .buttons-demo-div {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .title-r-holder {
    padding-left: 8px;
  }

  .sc-item-details {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sc-details-r {
    width: 30%;
    padding-left: 15px;
  }

  .md-info-tab {
    padding-right: 10px;
  }

  .checkout-col.single-col {
    padding-right: 10%;
    padding-left: 10%;
  }

  .price-recap-col {
    width: 40%;
  }

  .checkout-info-row.sp {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .checkout-drop-wrap {
    margin-right: 0px;
  }

  .checkout-drop-icon {
    margin-right: 0px;
    font-size: 14px;
    line-height: 14px;
  }

  .checkout-drop-toggle {
    background-position: 98% 50%;
  }

  .checkout-drop-text {
    font-size: 20px;
    line-height: 20px;
  }

  .prices-tab-wrapper {
    padding-right: 40px;
  }

  .search-btn-pc-close {
    display: none;
    padding-left: 20px;
  }

  .search-btn-pc-open {
    display: none;
  }

  .v-separator-std {
    margin-right: 5px;
    margin-left: 5px;
  }

  .btn-w-base {
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }

  .search-btn-2-pc-open {
    display: block;
  }

  .search-mob-2-div {
    display: none;
    width: 100%;
    padding-right: 38px;
  }

  .search-mob-close {
    display: block;
  }

  .get-code-btn {
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }

  .get-code-btn:active {
    background-color: #90004c;
  }

  .get-code-btn.card {
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }

  .get-code-btn.card:hover {
    border-color: #c9c9c9;
    background-color: #fff;
    color: #333;
  }

  .get-code-btn.mc {
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }

  .get-code-btn.mc:hover {
    border-color: #c9c9c9;
    background-color: #fff;
    color: #333;
  }

  .note-s.terms {
    font-size: 11px;
  }

  .uc-left {
    display: none;
    padding-right: 12px;
  }

  .uc-box {
    margin-bottom: 15px;
  }

  .uc-box.getting-started {
    padding: 12px;
  }

  .uc-box.notice {
    padding: 12px;
  }

  .uc-menu-item {
    padding-left: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .uc-menu-item.w--current {
    padding-left: 8px;
  }

  .uc-menu-icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }

  .db-top-right {
    padding-left: 12px;
  }

  .user-summary-inner {
    margin-right: 12px;
    margin-left: 12px;
  }

  .profile-right {
    margin-right: -4px;
  }

  .uc-box-content {
    margin-right: 12px;
    margin-left: 12px;
  }

  .uc-info-col {
    width: 33%;
  }

  .uc-info-col:hover {
    background-color: #fff;
  }

  .uc-info-icon {
    display: none;
    margin-right: 6px;
  }

  .uc-info-des {
    padding-left: 0px;
  }

  .action-now-col {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .footer-links {
    margin-right: 6px;
    margin-left: 6px;
    text-align: center;
  }

  .footer-h-div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-text {
    margin-right: 3px;
    margin-left: 3px;
    text-align: center;
  }

  .newsletter-form-inner {
    width: 100%;
  }

  .side-col {
    width: 240px;
    padding-left: 20px;
  }

  .side-col.lhs {
    padding-right: 20px;
  }

  .main-col {
    padding-right: 2.5vw;
  }

  .module-div {
    width: 33.33%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .info-icon-text {
    margin-left: 2px;
  }

  .hero-search-bar {
    padding-right: 10%;
    padding-left: 10%;
  }

  .search-input-hero {
    font-size: 16px;
  }

  .button-s1 {
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }

  .cellar-drop {
    height: 28px;
  }

  .cellar-drop-toggle {
    background-position: 98% 50%;
  }

  .cellar-drop-icon {
    margin-right: 0px;
    font-size: 18px;
    line-height: 18px;
  }

  .cellar-drop-text {
    font-size: 22px;
    line-height: 22px;
  }

  .location-select {
    right: 0px;
  }

  .cell.bp-col {
    width: 75px;
  }

  .cell.mkt-col {
    width: 75px;
  }

  .cell.bid-col {
    width: 110px;
  }

  .cell.u-buy-col {
    width: 80px;
  }

  .cell.u-var-col {
    width: 80px;
  }

  .cell.u-actions-col {
    width: 160px;
  }

  .cell._1st-col {
    width: 115px;
  }

  .cell.exp-col {
    width: 70px;
  }

  .cell.o-price-col {
    width: 80px;
  }

  .cell.action-col {
    width: 80px;
  }

  .cell.action-col.narrow {
    width: 42px;
  }

  .cell.o-per-col {
    width: 80px;
  }

  .cell.u-pc-col {
    width: 80px;
  }

  .cell.u-qty-col {
    width: 80px;
  }

  .cell.u-tol-col {
    width: 80px;
  }

  .cell.o-hl-col {
    width: 80px;
  }

  .cell.o-loc-col {
    width: 80px;
  }

  .cell.o-loc-col {
    width: 80px;
  }

  .cell.pay-col {
    width: 120px;
  }

  .cell.value-col {
    width: 65px;
  }

  .cell.due-price-col {
    width: 80px;
  }

  .cell.select-col {
    width: 80px;
  }

  .open-close-icon {
    margin-left: 2px;
  }

  .chart-legend {
    padding-left: 10px;
  }

  .narrow-content {
    padding-right: 60px;
    padding-left: 60px;
  }

  .narrow-content.narrower {
    padding-right: 60px;
    padding-left: 60px;
  }

  .narrow-content.narrower.aw-form {
    margin-right: 12px;
    margin-left: 12px;
    padding-right: 10%;
    padding-left: 10%;
  }

  .x4-flex-brand {
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .match-cal.action {
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }

  .match-cal.action:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .cellar-name-l {
    font-size: 22px;
    line-height: 22px;
  }

  .op-photo {
    margin-right: 8px;
    margin-left: 8px;
  }

  .info-type-recap-text {
    font-size: 12px;
    line-height: 12px;
  }

  .add-wine-btn {
    top: 10px;
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }

  .add-wine-submit {
    padding-top: 15px;
  }

  .faq-section {
    padding-top: 0px;
  }

  .div-container.faq {
    box-shadow: none;
  }

  .page-bg {
    display: none;
  }

  .action-live-show {
    font-size: 12px;
    line-height: 12px;
  }

  .card-box {
    width: 47%;
    margin-right: 3%;
    margin-bottom: 20px;
  }

  .flex-cards-wrap {
    margin-right: 0%;
  }

  .clear-button:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .add-wine-drop-toggle {
    background-position: 98% 50%;
  }

  .add-wine-drop-icon {
    margin-right: 0px;
    font-size: 14px;
    line-height: 14px;
  }

  .add-wine-drop-text {
    font-size: 20px;
    line-height: 20px;
  }

  .portfolio-cellar-select {
    right: 0px;
  }

  .actions-content {
    padding-right: 60px;
    padding-left: 60px;
  }

  .filter-save-btn {
    margin-right: 8px;
    margin-left: 8px;
  }

  .uc-box-membership {
    margin-right: 8px;
    margin-left: 8px;
  }

  .hero-button.grey {
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }

  .achievement:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .current-live {
    bottom: -18px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.012em;
  }

  .db-tab-link {
    letter-spacing: -0.01em;
  }

  .icon-colored {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .db-tab-text {
    font-size: 16px;
    line-height: 18px;
  }

  .uc-box-banner {
    margin-top: -15px;
    margin-right: -12px;
    margin-left: -12px;
  }

  .lists-control {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }

  ._w-list-block {
    width: 47%;
  }

  .gs-details {
    padding: 15px 12px;
  }

  .gs-progress {
    width: 180px;
  }

  .chart-div-block._70p {
    width: 80%;
  }

  .sc-tags-wrap {
    font-size: 13px;
    line-height: 17px;
  }

  ._2-col-l {
    width: 45%;
  }

  .intro-video-cover {
    height: 28vw;
  }

  ._2-col-r {
    margin-left: 5%;
  }

  .h2-title {
    font-size: 28px;
  }

  .checkout-note {
    font-size: 14px;
    line-height: 20px;
  }

  .main-nav-more-drop {
    margin-left: 18px;
  }

  .upop-content {
    width: 100%;
    max-width: none;
    min-width: auto;
  }

  .upop-inner {
    padding-top: 6vh;
    padding-bottom: 12vh;
  }

  .mob-drop-button {
    display: none;
  }

  .more-menu-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .more-menu-col {
    width: 45%;
  }

  .shadow-v-sep {
    width: 10%;
  }

  .shadow-v-sep.line-2 {
    display: none;
  }

  .more-select-inner {
    padding-bottom: 15px;
  }

  .flex-center-positioner {
    margin-top: 80px;
  }

  .control-div-block {
    width: 75%;
  }

  .job-title {
    font-size: 18px;
  }

  .assets-overview-div {
    margin-right: 12px;
    margin-left: 12px;
  }

  .select-lang-option {
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }

  .exchange-text-logo {
    top: 0px;
    height: 26px;
    margin-left: -1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .search-bar {
    display: none;
  }

  .main-header-right {
    padding-left: 1vw;
  }

  .page-title-content {
    width: 100%;
  }

  .main-section {
    padding-top: 18px;
  }

  .listing-options-bar {
    margin-bottom: 10px;
  }

  .sort-dropdown {
    min-width: auto;
    margin-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .sort-dropdown-troggle {
    height: 40px;
    border-style: solid none solid solid;
    border-width: 1px;
    border-color: #e6e6e6;
    border-radius: 6px 0px 0px 6px;
  }

  .item-image-div.portfolio {
    display: none;
  }

  .item-info {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bid-offer-column {
    width: 40%;
  }

  .last-trade-column {
    display: none;
  }

  .body {
    font-size: 13px;
    line-height: 16px;
  }

  .item-info-name {
    font-size: 13px;
    line-height: 15px;
  }

  .item-info-name.preview {
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 14px;
  }

  .item-info-chateau {
    font-size: 10px;
  }

  .column-l-text {
    font-size: 14px;
    line-height: 14px;
  }

  .wine-color {
    width: 10px;
    height: 10px;
  }

  .bid-offer-column-bottom {
    width: 40%;
  }

  .main-nav-links {
    margin-right: 1vw;
    margin-left: 1vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 16px;
    line-height: 16px;
  }

  .stockvins-logo {
    height: 14px;
  }

  .lang-dropdown {
    margin-right: 4px;
    margin-left: 8px;
  }

  .main-nav-more-dropdown {
    margin-left: 8px;
  }

  .more-select-list.w--open {
    position: fixed;
    left: 0%;
    top: 75px;
    right: 0%;
    bottom: auto;
    width: 100%;
    min-width: auto;
  }

  .more-items {
    font-size: 16px;
    line-height: 22px;
  }

  .more-items.mod {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .items-title-text {
    font-size: 15px;
    line-height: 15px;
  }

  .item-info-more-div {
    margin-bottom: 2px;
  }

  .item-info-storage {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 11px;
  }

  .item-info-place {
    font-size: 10px;
  }

  .last-trade-column-bottom {
    display: none;
  }

  .footer-nav-header {
    font-size: 14px;
  }

  .browse-all-text {
    font-size: 14px;
  }

  .list-unit-s {
    font-size: 10px;
  }

  .item-info-volume {
    font-size: 11px;
  }

  .last-trade-column-header {
    display: none;
  }

  .currency-dropdown {
    margin-left: 8px;
  }

  .drop-width-control {
    width: 420px;
  }

  .currency-select {
    font-size: 16px;
    line-height: 22px;
  }

  .cta-button {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sort-current-explain-div {
    height: 40px;
    min-width: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .search.aw-vintage {
    width: 120px;
  }

  .search-input-mobile.add-wine-search {
    font-size: 17px;
  }

  .search-header-holder {
    padding-left: 10px;
  }

  .section-heading {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 24px;
  }

  .section-heading.left {
    margin-left: auto;
    padding-left: 10px;
    text-align: center;
  }

  .section-heading.h4 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .x6-flex-item {
    width: 33.3%;
  }

  .brand-div {
    height: 22vw;
    max-height: none;
  }

  .x4-flex-item {
    width: 50%;
  }

  .best-vintage {
    font-size: 11px;
  }

  .button-std-text {
    font-size: 16px;
  }

  .column {
    padding-right: 0px;
  }

  .column-2 {
    padding-left: 0px;
  }

  .sku-summary-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .this-wine-nav {
    padding-top: 10px;
  }

  .item-info-chateau-title {
    font-size: 14px;
    line-height: 16px;
  }

  .item-info-name-title {
    font-size: 22px;
    line-height: 24px;
  }

  .add-to-btn-text {
    display: none;
  }

  .actions-l {
    width: 100%;
    margin-bottom: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .custom-dropdown-toggle {
    background-position: 90% 50%;
  }

  .bold-text {
    font-size: 16px;
    line-height: 16px;
  }

  .summary-marks {
    padding-right: 0%;
    padding-left: 0%;
  }

  .grey-box {
    padding-right: 5px;
    padding-left: 5px;
  }

  .sku-summary {
    width: 100%;
  }

  .drop-s-title {
    font-size: 14px;
    line-height: 14px;
  }

  .vintage-drop-wrap {
    width: 80px;
    margin-right: 15px;
  }

  .price-col {
    padding-left: 0px;
  }

  .price-title {
    font-size: 14px;
    line-height: 14px;
  }

  .price-info {
    font-size: 16px;
    line-height: 16px;
  }

  .v-separator-r20px {
    margin-right: 15px;
  }

  .actions-r {
    width: 100%;
    margin-top: 6px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .this-wine-actions {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .btn-content-type-2 {
    min-width: 85px;
  }

  .btn-content-type-2.left {
    min-width: 110px;
  }

  .btn-text-type-2 {
    font-size: 24px;
    line-height: 20px;
  }

  .or-type-2-div {
    padding-right: 8px;
    padding-left: 8px;
  }

  .action-r-btn-div {
    margin-right: 15px;
  }

  .add-to-btn {
    width: 40px;
    height: 26px;
    margin-right: 12px;
    padding-right: 0px;
    padding-left: 0px;
    background-position: 50% 50%;
    background-size: auto 66%;
  }

  .add-to-btn.portfolio {
    background-position: 50% 50%;
    background-size: auto 57%;
  }

  .chart-wrap {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .data-tabs-wrap {
    width: 100%;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
  }

  .storage-record-cellar {
    width: 50%;
  }

  .storage-record-size {
    width: 40%;
  }

  .storage-record-data {
    width: 50%;
  }

  .stoage-record-qty {
    width: 60%;
  }

  .size-drop-wrap {
    width: 130px;
    margin-right: 15px;
  }

  .mini-center-icon-wrap {
    margin-left: 8px;
  }

  .item-info-spread {
    font-size: 11px;
  }

  .item-info-spread-div {
    font-size: 11px;
  }

  .sku-tab {
    padding-right: 5px;
    padding-left: 5px;
  }

  .page-heading {
    margin-top: 10px;
    margin-bottom: 12px;
  }

  .heading-std {
    font-size: 36px;
    line-height: 40px;
  }

  .heading-std.hero {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-std.menu-title {
    font-size: 18px;
    line-height: 26px;
  }

  .title-r-holder {
    padding-bottom: 30px;
    padding-left: 6px;
  }

  .sc-item-details {
    border-left-style: none;
  }

  .sc-details-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pop-up-content {
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sc-details-l {
    width: 100%;
  }

  .sc-pop-up-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pop-up-content-l {
    width: 70%;
    padding-right: 0px;
  }

  .sc-details-r {
    width: 100%;
    margin-right: -10px;
    margin-left: -10px;
    padding-left: 0px;
  }

  .button-p.regular.print {
    display: none;
  }

  .pop-up-content-r {
    margin-bottom: 20px;
  }

  .close-icon-corner.ex {
    background-size: 22px;
  }

  .button-w.sc-btn {
    width: 100%;
  }

  .md-info-tab {
    padding-right: 8px;
    padding-left: 0px;
  }

  .switch-buttons-holder {
    margin-bottom: 15px;
    padding-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .switch-bg-wrap {
    width: 400px;
  }

  .countdown-div {
    position: static;
  }

  .checkout-detials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .countdown-inner {
    margin-top: 10px;
  }

  .checkout-col {
    width: 100%;
  }

  .checkout-col.single-col {
    padding-right: 0%;
    padding-left: 0%;
  }

  .price-recap-col {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .checkout-info-row.sp {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .grey-box-sp {
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    border: 1px solid #e6e6e6;
  }

  .checkout-drop-icon {
    margin-right: 0px;
  }

  .checkout-drop-toggle {
    background-position: 90% 50%;
  }

  .price-recap-inner {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .this-wine-more {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .more-block {
    margin-right: 10px;
    text-align: center;
  }

  .prices-tab-wrapper {
    padding-right: 0px;
  }

  .p-line-title {
    font-size: 14px;
    line-height: 16px;
  }

  .checkout-close {
    width: 45px;
    height: 45px;
  }

  .select-qs {
    font-size: 14px;
    line-height: 18px;
  }

  .user-profile-pic.uc {
    width: 78px;
    height: 78px;
  }

  .v-separator-std.drop {
    height: 40px;
    background-color: #c9c9c9;
  }

  .mc-link-text {
    font-size: 12px;
  }

  .f-option-full-div {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .f-options-row {
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom-style: none;
  }

  .option-btn-s {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .f-options-row-title {
    width: 100%;
  }

  .btn-w-base {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
  }

  .btn-w-base.wide {
    width: 60%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-w-base.tabs {
    min-width: 136px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 15px;
  }

  .fm-price-range {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .search-mob-2-div {
    width: 100%;
  }

  .sl-form-logo {
    width: 220px;
    margin-top: 15px;
  }

  .sl-form-wrapper {
    width: 85%;
  }

  .country-code-select {
    width: 90px;
    min-width: 90px;
    padding-right: 5px;
    padding-left: 12px;
    text-indent: 0px;
  }

  .uc-box.getting-started {
    padding: 8px;
  }

  .uc-box.notice {
    padding: 8px;
  }

  .db-top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .db-top-right {
    width: 100%;
    padding-left: 0px;
  }

  .db-top-left {
    width: 100%;
  }

  .user-summary-inner {
    margin-right: 8px;
    margin-left: 8px;
  }

  .link-s.heavy {
    margin-right: 8px;
  }

  .profile-right {
    margin-right: -2px;
  }

  .uc-box-content {
    margin-right: 8px;
    margin-left: 8px;
  }

  .uc-box-content.tab {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 8px;
    padding-left: 8px;
    border-radius: 5px;
    background-image: none;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  }

  .flex-h-sb {
    padding-top: 6px;
  }

  .flex-h-sb._3-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .uc-info-col {
    width: 33%;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .uc-info-icon {
    margin-bottom: 0px;
  }

  .uc-info-des {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .uc-info-l {
    width: auto;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .uc-info-l.title-l {
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 16px;
    line-height: 18px;
  }

  .uc-info-l.figure-l {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 22px;
    line-height: 22px;
  }

  .uc-info-l.figure-l.smaller {
    font-size: 18px;
    line-height: 19px;
  }

  .uc-info-s-s.s-tag {
    font-size: 11px;
  }

  .flex-h.s-hv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-v-center.sc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .flex-v-center.two-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .action-now-col {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 6px;
    padding-left: 6px;
    background-color: #f6f6f6;
  }

  .footer-p.des {
    display: none;
  }

  .blank-spacer.checkout {
    display: none;
  }

  .hs-h1 {
    font-size: 30px;
    line-height: 32px;
  }

  .hs-s-text {
    line-height: 14px;
  }

  .footer-nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-text.law-warning {
    font-size: 10px;
    line-height: 14px;
  }

  ._50p-flex-v.summary {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-b-lll {
    font-size: 20px;
    line-height: 20px;
  }

  .text-b-ll {
    font-size: 18px;
    line-height: 18px;
  }

  .text-b-l {
    font-size: 16px;
    line-height: 16px;
  }

  .text-ll {
    font-size: 18px;
    line-height: 18px;
  }

  .text-l {
    font-size: 16px;
    line-height: 16px;
  }

  .heading-s.responsive {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    text-align: center;
  }

  .newsletter-form-inner {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .side-col {
    display: none;
  }

  .main-col {
    padding-right: 0px;
  }

  ._w-spacer.mob-hide {
    display: none;
  }

  .module-div {
    width: 50%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .s-menu-drop-toggle.w--open {
    color: #535353;
  }

  .s-menu-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 15vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .uc-info-s {
    padding-bottom: 1px;
  }

  .hero-search-bar {
    padding-right: 5%;
    padding-left: 5%;
  }

  .cellar-drop-toggle {
    background-position: 90% 50%;
  }

  .cellar-drop-icon {
    margin-right: 0px;
  }

  .location-select {
    right: 0px;
  }

  .div-table-row.top.unique {
    font-size: 13px;
  }

  .cell.bid-col {
    width: 100px;
  }

  .cell.u-buy-col {
    display: none;
  }

  .cell.u-var-col {
    width: 65px;
  }

  .cell.u-actions-col {
    width: 130px;
  }

  .cell._1st-col {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .cell._1st-col.top {
    display: none;
  }

  .cell._1st-col.select {
    width: 100%;
  }

  .cell._1st-col.match-status {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cell.u-pc-col {
    display: none;
  }

  .cell.u-qty-col {
    width: 60px;
  }

  .cell.o-hl-col {
    display: none;
  }

  .cell.pay-col {
    width: 110px;
  }

  .cell.value-col {
    width: 60px;
  }

  .open-close-icon {
    margin-right: 10px;
  }

  .cellar-info-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .summary-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ps-info-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .chart-wrapper {
    padding-top: 2px;
    padding-bottom: 6px;
  }

  .chart-legend-row {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sub-tab {
    line-height: 18px;
  }

  .sub-tab-div {
    padding-right: 0px;
    font-size: 14px;
  }

  .sort-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8px;
  }

  .sort-icon {
    width: 36px;
    height: 36px;
    background-size: 58%;
  }

  .narrow-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .narrow-content.narrower {
    padding-right: 0px;
    padding-left: 0px;
  }

  .narrow-content.narrower.aw-form {
    margin-right: 12px;
    margin-left: 12px;
    padding-right: 3%;
    padding-left: 3%;
  }

  .x4-flex-brand {
    width: 50%;
  }

  .button-s5 {
    width: 34px;
    height: 34px;
    padding: 0px;
  }

  .order-details-text {
    display: none;
  }

  .status-text {
    margin-right: 6px;
    padding-right: 6px;
    border-right: 1px none #e6e6e6;
    text-align: left;
  }

  .status-info {
    padding-right: 6px;
  }

  .details-drop-list.w--open {
    width: 88vw;
  }

  .status-live {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 10px;
  }

  .match-cal {
    margin-right: 12px;
    padding-right: 12px;
  }

  .grow-flex-right {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .item-info-ship {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 11px;
  }

  .cell-date {
    margin-right: 8px;
  }

  .v2h {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .order-info {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .op-photo {
    margin-left: 6px;
  }

  .add-wine-submit {
    padding-top: 20px;
  }

  .div-container.faq {
    padding-top: 15px;
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .card-box {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 25px;
  }

  .flex-cards-wrap {
    margin-right: 0%;
  }

  .add-wine-search-div {
    padding-right: 0px;
  }

  .add-wine-spec-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .add-wine-drop-toggle {
    background-position: 90% 50%;
  }

  .add-wine-drop-icon {
    margin-right: 0px;
  }

  .portfolio-cellar-select {
    right: 0px;
  }

  .bidding-tag {
    font-size: 11px;
  }

  .magnify-icon {
    width: 20px;
    height: 20px;
  }

  .item-info-case-size {
    font-size: 11px;
  }

  .details-quick {
    padding-left: 0px;
  }

  .expand-icon-sp {
    width: 16px;
    height: 16px;
    margin-top: 1px;
    margin-right: 2px;
    margin-left: 2px;
  }

  .item-info-current-loc {
    display: none;
    font-size: 11px;
  }

  .uc-info-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .actions-content {
    padding-right: 2%;
    padding-left: 2%;
  }

  .status-holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .download {
    margin-top: -1px;
    font-size: 12px;
    line-height: 14px;
  }

  .my-action-btn {
    margin-left: 15px;
  }

  .filter-text-btn {
    height: 40px;
    min-width: 40px;
    padding-right: 8px;
    padding-left: 26px;
    background-position: 8px 50%, 50% 50%;
    background-size: auto 15px, cover;
  }

  .sort-icon-box {
    width: 40px;
    height: 40px;
    border-style: solid solid solid none;
    border-color: #e6e6e6;
    background-size: 58%;
  }

  .sort-icon-box.asc.null {
    border-top-color: #f0f0f0;
    border-right-color: #f0f0f0;
    border-bottom-color: #f0f0f0;
  }

  .sort-icon-box.asc.null:hover {
    border-top-color: #f0f0f0;
    border-right-color: #f0f0f0;
    border-bottom-color: #f0f0f0;
  }

  .sort-icon-box.desc.null {
    border-top-color: #f0f0f0;
    border-right-color: #f0f0f0;
    border-bottom-color: #f0f0f0;
  }

  .sort-icon-box.desc.null:hover {
    border-top-color: #f0f0f0;
    border-right-color: #f0f0f0;
    border-bottom-color: #f0f0f0;
  }

  .close-icon-div {
    top: 2px;
    right: 2px;
  }

  .filter-save-div {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .action-message {
    padding-left: 58px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-size: 28px;
  }

  .flex-v-h-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .get-code-div {
    width: auto;
  }

  .expand-icon-l {
    display: block;
  }

  .uc-box-membership {
    margin-right: 8px;
    margin-left: 8px;
  }

  .hero-button.grey {
    height: 52px;
  }

  .mc-section-div.demo {
    width: 100%;
  }

  .achievement {
    margin-left: 6px;
  }

  .demo-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mc-mock-template {
    margin-right: 0px;
    margin-left: 0px;
  }

  .mc-menu-icon-l {
    width: 34px;
    height: 34px;
  }

  .mc-menu-circle {
    width: 76px;
    height: 76px;
  }

  .section-header {
    font-size: 28px;
    line-height: 32px;
  }

  .db-tab {
    height: 65px;
    padding-right: 2px;
    padding-left: 2px;
  }

  .db-tab-link {
    font-size: 16px;
    line-height: 18px;
  }

  .db-tab-link:hover {
    height: 50px;
  }

  .db-tab-link.w--current {
    height: 50px;
  }

  .icon-colored {
    width: 26px;
    height: 26px;
    margin-right: 0px;
  }

  .db-tab-text {
    display: none;
  }

  .current-banner {
    font-size: 16px;
    line-height: 20px;
  }

  .button-p-inline {
    margin-right: 8px;
    margin-left: 8px;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 18px;
  }

  .uc-box-banner {
    margin-top: -15px;
    margin-right: -8px;
    margin-left: -8px;
  }

  .dashboard-tabs.wrap {
    margin-top: 6px;
  }

  ._w-list-cover {
    min-height: 140px;
  }

  ._w-list-block:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .gs-step-div {
    padding-right: 10px;
    padding-left: 10px;
  }

  .ok-check {
    margin-right: 10px;
  }

  .gs-step-more {
    padding-left: 40px;
  }

  .search-feedback {
    font-size: 13px;
  }

  .num {
    margin-right: 6px;
    margin-left: 6px;
  }

  .total-block {
    border-radius: 0px;
  }

  .intro-content {
    padding: 15px 10px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .reminder-block {
    padding: 12px 10px 6px;
  }

  ._2-col-l {
    width: 100%;
  }

  .intro-video-cover {
    height: 38vw;
  }

  ._2-col-r {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0%;
  }

  .fm-vintage-range {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .pay-col-dropdown-list.w--open {
    width: 90vw;
  }

  .h2-title {
    font-size: 24px;
  }

  .item-info-case-num {
    font-size: 11px;
  }

  .checkout-note {
    margin-right: 0px;
    margin-left: 0px;
  }

  .more-drop-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .main-nav-more-drop {
    margin-right: 0px;
    margin-left: 3px;
  }

  .main-nav-links-text {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 15px;
    line-height: 15px;
  }

  .main-nav-more-icon {
    display: none;
  }

  .upop-inner {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .big-heading {
    font-size: 38px;
  }

  .mob-drop-button {
    display: block;
    margin-right: 2px;
    margin-left: 2px;
  }

  .more-menu-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .more-menu-col {
    width: 45%;
  }

  .shadow-v-sep {
    width: 10%;
  }

  .shadow-v-sep.line-2 {
    display: none;
  }

  .more-select-inner {
    padding-bottom: 15px;
  }

  .flex-child {
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
  }

  .flex-child.to-right {
    max-width: none;
  }

  .control-div-block {
    width: 80%;
  }

  .sl-card {
    padding-right: 0px;
    padding-left: 0px;
  }

  .sl-card-header {
    margin-top: -60px;
  }

  .sl-card-logo {
    width: 260px;
  }

  .per-title {
    width: 180px;
  }

  .assets-overview-div {
    margin-right: 8px;
    margin-left: 8px;
  }

  .select-lang-option {
    font-size: 14px;
    line-height: 18px;
  }

  .score-info {
    font-size: 13px;
    line-height: 15px;
  }

  .exchange-text-logo {
    height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .main-header-right {
    padding-left: 4vw;
  }

  .page-banner-title {
    font-size: 32px;
    line-height: 32px;
  }

  .sort-dropdown {
    min-width: auto;
    margin-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .sort-dropdown-troggle {
    padding-left: 12px;
  }

  .sort-dropdown-troggle.w--open {
    padding-right: 20px;
  }

  .item-image-div.mini {
    display: none;
  }

  .item-image-div.preview {
    min-width: 40px;
  }

  .item-image-div.portfolio {
    display: none;
  }

  .item-info {
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 5px 3px 5px 2px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .item-info.mini {
    padding-left: 0px;
  }

  .bid-offer-column {
    width: 50%;
    padding-right: 5px;
  }

  .item-info-name.preview {
    margin-bottom: 0px;
  }

  .item-info-chateau {
    display: none;
  }

  .or-type-1 {
    font-weight: 400;
  }

  .sell-link {
    padding-right: 6px;
    padding-left: 6px;
  }

  .sell-btn-type-1 {
    width: 80px;
  }

  .bid-offer-column-bottom {
    width: 50%;
  }

  .display-list.selected {
    width: 23px;
    background-size: 23px;
  }

  .display-option {
    margin-left: 10px;
  }

  .sort-options {
    padding-right: 10px;
    padding-left: 10px;
  }

  .main-nav-links {
    display: none;
  }

  .main-nav-links.trade-link {
    display: block;
    margin-right: 0px;
    margin-left: 5px;
    padding: 6px 11px;
    border: 1px none #000;
    border-radius: 80px;
    background-color: #90004c;
    background-image: linear-gradient(135deg, #90004c, #a80266);
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }

  .main-nav-links.trade-link:hover {
    border: 1px none #000;
  }

  .stockvins-logo {
    height: 13px;
  }

  .lang-dropdown {
    margin-right: 4px;
    margin-left: 8px;
  }

  .lang-select-list.w--open {
    right: -42px;
  }

  .main-nav-more-dropdown {
    margin-left: 8px;
  }

  .more-items.mod {
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .shot-drop-icon {
    margin-right: 10px;
  }

  .buy-btn-type-1 {
    width: 80px;
  }

  .buy-link {
    padding-right: 6px;
    padding-left: 6px;
  }

  .mini-center-select-list.w--open {
    margin-right: -2.5px;
  }

  .display-compact {
    width: 24px;
    background-size: 23px;
  }

  .footer-row-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .currency-dropdown {
    margin-left: 8px;
  }

  .drop-width-control {
    width: 335px;
  }

  .drop-width-control.narrow-1 {
    min-width: 280px;
  }

  .currency-text {
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 6px;
  }

  .cta-button {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .search.aw-vintage {
    width: 82px;
  }

  .search-input-mobile.add-wine-search {
    padding-right: 2px;
    padding-left: 0px;
    font-size: 16px;
  }

  .carousel-wrapper {
    display: none;
  }

  .section-heading.left {
    font-size: 22px;
    line-height: 26px;
  }

  .x6-flex-item {
    width: 50%;
  }

  .brand-div {
    height: 28vw;
    max-height: none;
  }

  .brand-link-block {
    padding-right: 6px;
    padding-left: 6px;
  }

  .x4-flex-item {
    width: 50%;
  }

  .wine-in-flex {
    height: 168px;
  }

  .des-flex-div {
    margin-left: 2px;
    padding-top: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .des-text-b-l1 {
    font-size: 16px;
    line-height: 18px;
  }

  .des-text-s {
    font-size: 12px;
  }

  .des-text-s-b {
    font-size: 12px;
  }

  .des-text-s-s {
    font-size: 10px;
    line-height: 12px;
  }

  .button-std-text {
    width: 230px;
  }

  .button-std-text._400px {
    width: 230px;
  }

  .x3-flex-item {
    width: 50%;
  }

  .sku-summary-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .summary-img {
    height: 160px;
  }

  .add-to-btn-text {
    font-size: 12px;
    line-height: 14px;
  }

  .actions-l {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .custom-dropdown {
    margin-right: 10px;
  }

  .custom-dropdown-toggle {
    background-position: 95% 50%;
  }

  .custom-drop-text {
    font-size: 18px;
    line-height: 18px;
  }

  .size-select-list.w--open {
    left: -40px;
  }

  .summary-marks {
    margin-top: 10px;
    padding-right: 12%;
    padding-left: 12%;
  }

  .critics-col {
    padding-right: 8px;
    padding-left: 8px;
  }

  .sku-summary-r {
    width: 100%;
    padding-top: 0px;
  }

  .row-details-c1.item-sc-details {
    width: 40%;
  }

  .sku-summary {
    width: 100%;
    padding-right: 10px;
    padding-left: 0px;
  }

  .vintage-drop-wrap {
    width: 68px;
    margin-right: 3px;
  }

  .price-title {
    font-size: 13px;
    line-height: 13px;
  }

  .sku-summary-l {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .option-select {
    letter-spacing: 0px;
  }

  .option-select.wide {
    min-width: auto;
  }

  .v-separator-r20px {
    margin-right: 5px;
  }

  .sku-p-summary {
    margin-right: 0px;
  }

  .sku-p-last {
    font-size: 24px;
  }

  .actions-r {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .des-text-b-b {
    font-size: 18px;
    line-height: 18px;
  }

  .wine-img-flex-div {
    min-width: 54px;
  }

  .btn-content-type-2 {
    min-width: 58px;
  }

  .btn-content-type-2.left {
    min-width: 80px;
  }

  .btn-v-separator.sp {
    display: none;
  }

  .btn-text-type-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .or-type-2-div {
    padding-right: 2px;
    padding-left: 2px;
  }

  .action-r-btn-div {
    margin-right: 0px;
    margin-left: 0px;
  }

  .info-type-2-div {
    letter-spacing: -0.02em;
  }

  .or-type-2 {
    font-size: 8px;
    line-height: 8px;
    font-weight: 400;
  }

  .add-to-btn {
    margin-right: 8px;
  }

  .footer-logo {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn-v-separator-s {
    margin-right: 4px;
    padding-right: 5px;
  }

  .btn-v-separator-s.res {
    margin-right: 12px;
    padding-right: 12px;
  }

  .storage-record-cellar {
    width: 100%;
  }

  .storage-record-data {
    width: 100%;
  }

  .p-title.bold-rhs {
    margin-right: 0px;
  }

  .total-value-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .size-drop-wrap {
    width: 110px;
    margin-right: 3px;
  }

  .mini-center-icon-wrap {
    margin-left: 6px;
  }

  .sku-tab {
    display: inline-block;
  }

  .heading-std {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-std.hero-sub {
    font-size: 16px;
    line-height: 20px;
  }

  .title-r-holder {
    padding-bottom: 40px;
  }

  .pop-up-content {
    margin-right: 10px;
    margin-left: 10px;
  }

  .pop-up-content-l {
    width: 80%;
  }

  .button-p.regular.clear-all {
    display: none;
  }

  .md-info-tab {
    display: inline-block;
  }

  .buy-bid-green {
    width: 50%;
  }

  .switch-bg-wrap {
    width: 92%;
    height: 36px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .switch-r {
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
  }

  .switch-r:hover {
    text-decoration: none;
  }

  .switch-r.off {
    padding-right: 0px;
  }

  .switch-r.on {
    padding-right: 0px;
  }

  .switch-l {
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
  }

  .switch-l:hover {
    text-decoration: none;
  }

  .switch-l.on {
    padding-left: 0px;
  }

  .switch-l.off {
    padding-left: 0px;
  }

  .sell-offer-red {
    width: 50%;
  }

  .checkout-col.single-col {
    padding-right: 0%;
    padding-left: 0%;
  }

  .price-recap-col {
    width: 40%;
  }

  .checkout-info-row.sp {
    margin-right: 0px;
    margin-left: 0px;
  }

  .purple-num {
    font-size: 20px;
  }

  .info-row-text-l {
    font-size: 20px;
  }

  .info-row-text-l.smaller {
    font-size: 16px;
    line-height: 16px;
  }

  .info-row-text-l.small {
    font-size: 16px;
    line-height: 16px;
  }

  .info-row-text-l.smaller-bold {
    font-size: 16px;
    line-height: 16px;
  }

  .checkout-action-btn-row {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .checkout-btn {
    width: 100%;
    min-width: 100px;
    margin-bottom: 12px;
  }

  .checkout-drop-icon {
    margin-right: 0px;
  }

  .checkout-drop-toggle {
    margin-right: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .checkout-drop-text {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .this-wine-more {
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 5px;
  }

  .more-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
  }

  .more-block.white {
    border-style: none;
  }

  .more-block-title {
    min-width: 50%;
    margin-right: 8px;
    margin-bottom: 0px;
    text-align: left;
  }

  .more-block-info {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
  }

  .checkout-drop-list.w--open {
    left: auto;
    top: 40px;
    right: 0px;
    bottom: auto;
  }

  .mini-center-wrapper {
    width: 96vw;
    padding-right: 12px;
    padding-left: 12px;
  }

  .listing-view-on {
    width: 50%;
  }

  .offer-listing-icon {
    width: 16px;
    height: 16px;
    margin-right: 3px;
  }

  .offer-listing-icon.off {
    margin-right: 3px;
  }

  .list-switch-text {
    font-size: 13px;
    line-height: 14px;
  }

  .exchange-view-icon {
    width: 16px;
    height: 16px;
  }

  .exchange-view-icon.off {
    margin-right: 3px;
  }

  .checkout-close {
    width: 40px;
    height: 40px;
    background-size: auto 20px;
  }

  .select-qs {
    margin-right: 8px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .display-set-wrapper {
    width: 95vw;
    padding-right: 12px;
    padding-left: 12px;
  }

  .scan-label {
    margin-left: 8px;
  }

  .user-profile-pic.uc {
    width: 60px;
    height: 60px;
  }

  .user-top-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .profile-left.top {
    width: 100%;
    padding-bottom: 12px;
  }

  .profile-info {
    letter-spacing: 0.025em;
  }

  .profile-left-right {
    margin-left: 6px;
  }

  .profile-left-right.mc {
    margin-left: 6px;
  }

  .user-display-name {
    margin-bottom: 0px;
  }

  .light-round-box {
    padding-right: 5px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .light-round-box.buyer.bl {
    min-width: auto;
    margin-right: 10px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .light-round-box.seller.bl {
    min-width: auto;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .ac-text-b {
    font-size: 24px;
    line-height: 24px;
  }

  .mc-link-text {
    font-size: 11px;
  }

  .f-option-full-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .btn-w-base {
    margin-right: 4px;
    margin-left: 4px;
    padding-right: 9px;
    padding-left: 9px;
  }

  .btn-w-base.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 38px;
    margin-right: 4px;
    margin-left: 4px;
    padding-right: 3px;
    padding-left: 3px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
  }

  .sl-form-logo {
    width: 160px;
  }

  .sl-form-wrapper {
    width: 95%;
  }

  .form-field-div {
    text-align: left;
  }

  .uc-box.getting-started {
    padding-right: 6px;
    padding-left: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .uc-box.notice {
    padding-right: 6px;
    padding-left: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .user-summary-inner {
    margin-right: 5px;
    margin-left: 5px;
  }

  .link-s.heavy {
    margin-top: -2px;
    font-size: 11px;
    line-height: 11px;
  }

  .acc-types {
    margin-right: auto;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .achievement-icons-div {
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .profile-right {
    width: 100%;
    margin-right: 0px;
    margin-left: -5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .uc-box-content {
    margin-right: 6px;
    margin-left: 6px;
  }

  .flex-h-sb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-h-sb._3-col {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .commission-rates {
    width: 100%;
  }

  .m-level-h {
    font-size: 14px;
  }

  .m-level-h.name {
    font-size: 20px;
    line-height: 24px;
  }

  .uc-info-col {
    padding-right: 5px;
    padding-left: 0px;
  }

  .uc-info-l.title-l {
    font-size: 14px;
    line-height: 16px;
  }

  .uc-info-l.figure-l {
    font-size: 22px;
    line-height: 22px;
  }

  .uc-info-s-s {
    font-size: 13px;
    line-height: 13px;
  }

  .uc-info-s-s.s-tag {
    margin-right: 4px;
  }

  .action-now-col {
    width: 100%;
    margin: 0px 0px 8px;
    padding: 8px 6px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .uc-menu {
    width: 220px;
  }

  .footer-content {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer-logo-tagline {
    text-align: center;
  }

  .footer-p {
    text-align: center;
  }

  .footer-social-icons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .number-fill {
    font-size: 20px;
  }

  .social-icon {
    margin-right: 6px;
    margin-left: 6px;
  }

  .hs-s-text {
    display: none;
  }

  .footer-nav-col {
    width: 50%;
  }

  .footer-nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .heading-s.buyer {
    font-size: 20px;
  }

  .heading-s.seller {
    font-size: 20px;
  }

  .newletter-form-wrap {
    padding-right: 0%;
    padding-left: 0%;
  }

  ._w-spacer.wide.mh {
    display: none;
  }

  .module-div {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }

  .s-menu-div {
    padding-left: 0px;
  }

  .uc-info-s {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -0.02em;
  }

  .hero-search-bar {
    padding-right: 0%;
    padding-left: 0%;
  }

  .payment-option-row {
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cellar-drop {
    height: 26px;
  }

  .cellar-drop-toggle {
    margin-right: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    line-height: 19px;
  }

  .cellar-drop-icon {
    margin-right: 0px;
    font-size: 16px;
    line-height: 16px;
  }

  .cellar-drop-text {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .location-select {
    right: 0px;
  }

  .cell.bp-col {
    display: none;
  }

  .cell.bid-col {
    display: none;
  }

  .cell.u-date-col {
    width: 75px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 12px;
  }

  .cell.u-buy-col {
    display: none;
  }

  .cell.u-var-col {
    width: 60px;
  }

  .cell.u-actions-col {
    width: 65px;
  }

  .cell.exp-col {
    width: 60px;
  }

  .cell.o-price-col {
    width: 75px;
  }

  .cell.action-col {
    width: 55px;
  }

  .cell.action-col.narrow {
    width: 42px;
  }

  .cell.o-per-col {
    width: 60px;
  }

  .cell.u-pc-col {
    display: none;
  }

  .cell.u-qty-col {
    width: 36px;
  }

  .cell.u-tol-col {
    display: none;
    width: 65px;
  }

  .cell.o-loc-col {
    width: 60px;
  }

  .cell.o-loc-col {
    width: 36px;
  }

  .cell.pay-col {
    width: 100%;
    margin-top: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cell.pay-col.top {
    display: none;
  }

  .cell.value-col {
    width: 55px;
  }

  .cell.upload-col {
    position: absolute;
    left: auto;
    top: 16px;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 3px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .cell.upload-col.top {
    display: none;
  }

  .cell.due-price-col {
    width: 75px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .cell.select-col {
    width: 75px;
  }

  .cell.head-status {
    width: 100%;
    padding-bottom: 1px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .open-close-icon {
    margin-right: 8px;
  }

  .heading-flex.break {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cellar-info {
    width: 100%;
    margin: 2px 0px 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .unique-details {
    margin-right: 0px;
    margin-left: 0px;
  }

  .button-s2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 4px;
    padding-left: 4px;
  }

  .case-size-info {
    display: block;
  }

  .sub-tab-div {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }

  .narrow-content.narrower.aw-form {
    margin-right: 12px;
    margin-left: 12px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .x4-flex-brand {
    width: 50%;
    padding-top: 6px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .overlay-price {
    font-size: 10px;
    line-height: 12px;
  }

  .button-s5 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .button-s5.alt {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-s5.payment-upload.single {
    width: 28px;
    height: 28px;
  }

  .button-s3.action {
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .pop-up-w-inner {
    width: 80vw;
    height: 50vh;
  }

  .status-live {
    padding: 4px;
  }

  .match-cal {
    margin-right: 6px;
    padding-right: 6px;
    border-right-style: none;
  }

  .match-cal.paid {
    display: none;
  }

  .grow-flex-right {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .uid {
    padding-right: 6px;
    padding-left: 6px;
  }

  .cellar-name-l {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .op-photo {
    width: 24px;
    height: 16px;
    margin: 8px auto;
  }

  .btn-v-separator-ss {
    margin-right: 3px;
    padding-right: 3px;
  }

  .add-wine-text {
    font-size: 13px;
  }

  .card-box {
    margin-bottom: 20px;
  }

  .add-wine-spec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .add-wine-search-preview {
    padding-right: 6px;
    padding-left: 6px;
  }

  .add-wine-spec-col {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .add-wine-drop-toggle {
    margin-right: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    text-align: left;
  }

  .add-wine-drop-icon {
    margin-right: 0px;
  }

  .add-wine-drop-text {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .add-wine-drop-text.mob-full {
    margin-right: auto;
    text-align: left;
  }

  .add-wine-drop-list.w--open {
    left: auto;
    top: 40px;
    right: 0px;
    bottom: auto;
  }

  .add-wine-info-row.mob-v {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .date-fill {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 20px;
  }

  .portfolio-cellar-select {
    right: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 2px;
  }

  .date-fill-div {
    width: 100%;
    margin-top: 5px;
  }

  .actions-toggle {
    padding-right: 4px;
    padding-left: 4px;
  }

  .actions-dropdown-icon {
    display: none;
  }

  .add-wine-info-div {
    width: 100%;
    margin-top: 5px;
    padding: 3px 6px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
  }

  .actions-content {
    padding-right: 0%;
    padding-left: 0%;
  }

  .options-control {
    position: static;
    width: 100%;
    margin-top: -8px;
    padding-top: 0px;
    padding-bottom: 12px;
  }

  .options-control-flex {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .my-action-btn {
    margin-left: 0px;
  }

  .my-action-btn.payment {
    margin-left: auto;
  }

  .my-action-btn.wine {
    margin-left: auto;
  }

  .filter-text-btn {
    margin-right: 8px;
    border-radius: 20px;
    background-position: 50% 50%, 50% 50%;
    background-size: auto 18px, cover;
  }

  .filter-text.mobile-hidden {
    display: none;
  }

  .filter-save-btn {
    margin-right: 6px;
    margin-left: 6px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .uc-box-membership {
    margin-right: 6px;
    margin-left: 6px;
  }

  .h-title-icon {
    margin-right: 6px;
  }

  .mc-mock-template {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.6);
  }

  .mc-mock-template.w--open {
    margin-right: -2.5px;
  }

  .mc-menu-circle {
    width: 72px;
    height: 72px;
  }

  .icon-colored {
    width: 24px;
    height: 24px;
  }

  .current-banner {
    letter-spacing: -0.01em;
  }

  .button-p-inline {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .uc-box-banner {
    margin-right: -6px;
    margin-left: -6px;
  }

  .gs-details {
    padding: 12px;
  }

  .gs-progress-bar {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .gs-intro {
    padding-right: 0px;
    padding-bottom: 8px;
  }

  .gs-progress {
    width: 100%;
    padding-right: 6px;
  }

  .ok-check {
    margin-right: 8px;
  }

  .gs-step-more {
    padding-left: 38px;
  }

  .chart-div-block._70p {
    width: 90%;
  }

  .page-pn {
    width: 30px;
    height: 26px;
  }

  .num {
    width: 26px;
    height: 26px;
    margin-right: 0.8%;
    margin-left: 0.8%;
    font-size: 12px;
    line-height: 12px;
  }

  .pagination-div {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .intro-video-cover {
    height: 42vw;
  }

  ._2-col-r {
    margin-bottom: 30px;
  }

  .pay-col-dropdown-list.w--open {
    padding-right: 10px;
    padding-left: 10px;
  }

  .options-control-full {
    position: static;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 12px;
  }

  .main-nav-more-drop {
    margin-left: 10px;
  }

  .upop-inner {
    padding: 15px 15px 12vh;
  }

  .big-heading {
    font-size: 32px;
  }

  .tab-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tab-link.w--current {
    border-top: 3px solid #90004c;
    background-color: #90004c;
    color: #fff;
    font-size: 24px;
  }

  .mob-drop-button {
    display: block;
    margin-right: 2px;
    margin-left: 4px;
  }

  .more-menu-flex {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }

  .more-menu-col {
    width: 100%;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
  }

  .shadow-v-sep {
    display: none;
  }

  .job-des-rt h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .job-des-rt h4 {
    font-size: 18px;
  }

  .control-div-block {
    width: 100%;
  }

  .sl-card {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
    background-color: transparent;
    box-shadow: none;
  }

  .sl-card-header {
    margin-top: -55px;
  }

  .sl-header-logo {
    width: 100%;
    background-color: transparent;
  }

  .sl-card-logo {
    width: 240px;
  }

  .per-title {
    width: 100px;
    font-size: 12px;
  }

  .per-control {
    font-size: 12px;
  }

  .job-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .job-location-tab {
    padding-right: 35px;
  }

  .assets-overview-div {
    margin-right: 6px;
    margin-left: 6px;
  }

  .lang-drop-menu {
    width: 95vw;
    padding-right: 12px;
    padding-left: 12px;
  }

  .select-lang-option {
    margin-right: 8px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .exchange-text-logo {
    height: 18.5px;
  }
}

