/* USAGE
@include when-xxxs  {background:#09f} (0 to 339px)
@include when-xxs   {background:#09f} (0 to 419px)
@include when-xs    {background:#09f} (0 to 599px)
@include when-gt-xs {background:#09f} (600px to screen size)
@include when-sm    {background:#f00} (0 to 959px)
@include when-gt-sm {background:#363} (960px to screen size)
*/
@keyframes aniGradientBG {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
/* Usage
   parent container applies: position:relative;
   child add: @include centerer;
*/
.serif, .main-register-box .main-register-content h4, .main-register-box .main-register-content h3, .headingWrapper h1, .pageHeading h1, .md-toolbar-tools.toolbarGradient h2, .finalClearance, .springFestival, .lowStock, .BulkPurchase, .trialSize, .hiddenDeal, .preOrder, .influencerPicks, .bogo, .stockClearance, .viewportLock .menuTitle, .newSatisfactionDialog .md-toolbar-tools h3, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorBadgeWrapper, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer discount {
  font-family: 'All Round Gothic', 'Hiragino Maru Gothic Pro', 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif; }

html, body {
  background-color: #f1f2f6; }
  html a, body a {
    -webkit-touch-callout: default; }

body, button, select, input, textarea {
  font-family: "Noto Sans", Helvetica, Arial, tahoma, "Hiragino Maru Gothic Pro", "Microsoft YaHei", "Hiragino Sans GB", sans-serif;
  font-size: 14px; }

small {
  font-family: tahoma, arial; }

img {
  vertical-align: middle; }

a:link, a:visited {
  color: #666; }

a:hover {
  color: #22D20C;
  cursor: pointer; }

dl {
  line-height: 1.44; }

dt, .bold {
  font-weight: bold; }

@media (max-width: 599px) {
  dd {
    margin-left: 0; } }

main {
  display: block; }

.container, .siteAlert {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  box-sizing: border-box; }

.clearfix {
  zoom: 1; }
  .clearfix:after {
    content: "";
    display: block;
    font-size: 1px;
    clear: both; }

@media (max-width: 959px) {
  .overhide {
    overflow: hidden; } }

topbar-carousel, .hidden {
  display: none; }

nobr, .nowrap, ul.square a.help, .headingDescription ul a.help, v-pane.ys-mini-accordion ul a.help, .welcomepop .welcomeContent .frenchOpening a, .welcomepop .welcomeContent.wechatfollow a, .ellip {
  white-space: nowrap; }

.subtle {
  color: #666; }

.normal {
  font-weight: normal; }

.relative {
  position: relative; }

.affix, md-toast, md-bottom-sheet.errorsheet, md-bottom-sheet.bottomSheet, md-backdrop {
  position: fixed; }

.spacer {
  padding: 16px; }

.p {
  margin: 1em 0; }

.ellip {
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden; }

.md-input-messages-animation .md-input-message-animation.ys-showerror {
  opacity: 1;
  margin-top: 0; }

h5 {
  font-size: 14px; }

.alert {
  margin-bottom: 16px;
  padding: 10px 16px 11px;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 16px; }
  .alert h4 {
    color: inherit;
    margin-top: 0; }
  .alert h5 {
    margin: 0 0 7px !important;
    padding: 0; }
  .alert > p + p {
    margin-top: 8px; }
  .alert a {
    font-weight: 400; }
  .alert.top, .alert.bottom {
    margin-bottom: 0;
    border-radius: 0; }
  .alert.top {
    border-width: 0 0 1px; }
  .alert.bottom {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 36px;
    font-size: 13px;
    border-width: 1px 0 0; }
  .alert.mini {
    padding-top: 8px;
    padding-bottom: 9px; }

.alert-general {
  border-color: #666; }

.alert-success {
  background-color: #f1ffed;
  border-color: #abed8a;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success a {
    color: #2b542c;
    white-space: nowrap; }

.alert-info {
  background-color: #DAF2FF;
  border-color: #80dbf1;
  color: #416F8C; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info a {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #fada9f;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning a {
    color: #66512c; }
  .alert-warning.resultEmpty {
    margin-top: 5px;
    border-bottom: 3px solid #f7e1b5;
    border-radius: 0;
    text-align: center; }

.alert-danger {
  background-color: #fde5e5;
  border-color: #ff8e8d;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger a {
    color: #843534; }

.smallAlert .alert {
  padding-left: 11px;
  padding-right: 11px; }

.text-success {
  color: #3c763d; }

.text-info {
  color: #31708f; }

.text-warning {
  color: #8a6d3b; }

.text-danger {
  color: #a94442; }

.contentWidth {
  max-width: 780px;
  box-sizing: border-box; }

.noIndent, .noPoint {
  padding-inline-start: 16px;
  margin-inline-start: 0; }
  .noIndent li, .noPoint li {
    margin: 8px 0; }

.noPoint {
  padding-inline-start: 0 !important;
  list-style-type: none; }

.remark {
  color: #666;
  font-weight: normal; }
  .remark.dialog-grey {
    color: #A9A9A9; }

.material-icons.fontSize {
  font-size: 14px; }
  .material-icons.fontSize.active {
    color: #22D20C; }

md-menu-item.active button {
  font-weight: bold;
  color: #22D20C; }

.truncate-content {
  display: block;
  --lh: 1.4em;
  --max-lines: 6;
  line-height: var(--lh); }
  .truncate-content P:first-child {
    margin-top: 0; }
  .truncate-content p {
    text-align: left; }
  .truncate-content.truncate-overflow {
    display: -webkit-box;
    max-height: calc(var(--lh) * var(--max-lines));
    -webkit-line-clamp: var(--max-lines);
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
    .truncate-content.truncate-overflow p {
      margin: 0; }

.align-left {
  text-align: left; }

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

.align-right {
  text-align: right; }

.noStyle, .ys-multiple-accordion ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .noStyle li, .ys-multiple-accordion ul li {
    display: block; }

.noStyle.inlineChild li {
  display: inline-block; }

ul.square, .headingDescription ul, v-pane.ys-mini-accordion ul {
  list-style: square outside none;
  padding-block: 0;
  padding-inline: 12px 0;
  -webkit-padding-start: 16px; }
  ul.square:not(.defaultMargin), .headingDescription ul:not(.defaultMargin), v-pane.ys-mini-accordion ul:not(.defaultMargin) {
    margin: 0; }
  ul.square li, .headingDescription ul li, v-pane.ys-mini-accordion ul li {
    padding: 0;
    margin-bottom: 6px; }
    ul.square li:last-child, .headingDescription ul li:last-child, v-pane.ys-mini-accordion ul li:last-child {
      margin-bottom: 0; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, ul.square, .headingDescription ul, v-pane.ys-mini-accordion ul {
    padding-left: 15px; } }
.linkUnderline a, a.linkUnderline {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #999;
  text-decoration: none;
  border-bottom: 1px solid transparent; }
  .linkUnderline a:hover, a.linkUnderline:hover {
    border-color: #22D20C !important; }
  .linkUnderline a:hover, .linkUnderline a.colorReverse, a.linkUnderline:hover, a.linkUnderline.colorReverse {
    color: #22D20C !important; }

.md-ys-theme.roundCorner {
  margin: 0;
  padding: 0;
  width: 100%; }
  .md-ys-theme.roundCorner.autoWidth {
    width: auto; }
  .md-ys-theme.roundCorner md-select {
    margin: 0;
    height: 36px;
    color: #444;
    border: 1px solid #dfe0e6;
    border-radius: 4px; }
    .md-ys-theme.roundCorner md-select .md-select-value, .md-ys-theme.roundCorner md-select:focus:not([disabled]) .md-select-value {
      align-items: baseline;
      border: none;
      padding: 7px 4px 0 10px; }
    .md-ys-theme.roundCorner md-select .md-select-value.md-select-placeholder {
      color: #212121; }
  .md-ys-theme.roundCorner md-select:hover {
    border-color: #22D20C; }
  .md-ys-theme.roundCorner .md-select-icon:after {
    top: 3px;
    transform: scaleY(0.5) scaleX(1); }

.round-btn-wrapper .round-btn {
  -webkit-transition: 0.3s;
  transition: 0.3s; }
.round-btn-wrapper.slicer .round-btn {
  margin: 0;
  padding: 0 10px;
  min-width: 32px;
  line-height: 72px;
  height: 72px;
  border: none;
  background: white;
  overflow: hidden; }
.round-btn-wrapper.medium .round-btn {
  margin: 0 5px;
  padding: 0 5px;
  line-height: 40px;
  min-height: 40px;
  font-weight: bold;
  text-transform: none; }
.round-btn-wrapper.small .round-btn {
  margin: 0 3px;
  padding: 0 5px;
  min-width: 38px;
  line-height: 34px;
  height: 38px;
  text-transform: none; }
  .round-btn-wrapper.small .round-btn.vary {
    padding: 0; }
  .round-btn-wrapper.small .round-btn.current, .round-btn-wrapper.small .round-btn.current:hover {
    color: #3eaf34 !important;
    border-color: #22D20C;
    cursor: default; }
  .round-btn-wrapper.small .round-btn.icon-angle-right, .round-btn-wrapper.small .breadcrumbs li.round-btn, .breadcrumbs .round-btn-wrapper.small li.round-btn {
    margin-right: 0; }
.round-btn-wrapper.small .separate {
  margin-left: 3px;
  margin-right: 3px; }
  .round-btn-wrapper.small .separate .round-btn {
    margin-left: 0;
    margin-right: 0; }
.round-btn-wrapper .dotted {
  margin: 0 3px;
  padding: 0;
  min-width: 14px;
  line-height: 34px;
  height: 38px;
  text-transform: none;
  cursor: default;
  border: none;
  font-family: arial;
  font-siae: 16px;
  font-weight: bold; }
  .round-btn-wrapper .dotted:hover {
    background: none; }
.round-btn-wrapper .round-btn {
  color: #666;
  border: 1px solid #dfe0e6;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff; }
  .round-btn-wrapper .round-btn:not(.md-raised):not([disabled]):hover {
    color: #22D20C; }
  .round-btn-wrapper .round-btn:first-child {
    margin-inline-start: 0; }
  .round-btn-wrapper .round-btn:last-child {
    margin-inline-end: 0; }
  .round-btn-wrapper .round-btn:hover:not([disabled]) {
    background: #fff;
    border-color: #22D20C; }
  .round-btn-wrapper .round-btn[disabled] {
    color: #bbb; }
  .round-btn-wrapper .round-btn.md-raised {
    box-shadow: none;
    border: none; }
.round-btn-wrapper.round-btn-group {
  margin-right: -3px; }
  .round-btn-wrapper.round-btn-group .round-btn {
    margin: 0;
    border-radius: 0;
    box-sizing: border-box; }
    .round-btn-wrapper.round-btn-group .round-btn:hover {
      position: relative;
      z-index: 1; }
    .round-btn-wrapper.round-btn-group .round-btn.md-button {
      min-width: 0 !important; }
      .round-btn-wrapper.round-btn-group .round-btn.md-button:first-child {
        margin-right: -1px;
        border-radius: 4px 0 0 4px; }
      .round-btn-wrapper.round-btn-group .round-btn.md-button:last-child {
        margin-left: -1px;
        border-radius: 0 4px 4px 0; }
      .round-btn-wrapper.round-btn-group .round-btn.md-button.md-primary {
        border-right: 1px solid rgba(0, 0, 0, 0.2); }
        .round-btn-wrapper.round-btn-group .round-btn.md-button.md-primary:first-child {
          margin-right: 0; }
        .round-btn-wrapper.round-btn-group .round-btn.md-button.md-primary:last-child {
          margin-left: 0;
          border-right: 0; }
.round-btn-wrapper.primary-group {
  margin: 0; }
.round-btn-wrapper.primary-group .md-primary {
  box-shadow: none;
  border: none; }

a.pill-btn.digit {
  font-size: 13px; }
a.pill-btn.shield {
  font-size: 14px;
  color: #000;
  margin: 4px 0;
  height: auto;
  display: flex;
  line-height: 1; }
  a.pill-btn.shield > img {
    margin: 0 4px 0 -2px; }

.pill-btn-wrapper {
  margin: 12px 0 -8px; }
  .pill-btn-wrapper .pill-btn:last-child {
    margin-right: 0; }
  .pill-btn-wrapper .pill-btn:not(.fixedWidth) .icon:before, .pill-btn-wrapper .pill-btn:not(.fixedWidth) .breadcrumbs li:before, .breadcrumbs .pill-btn-wrapper .pill-btn:not(.fixedWidth) li:before {
    margin-right: 1px;
    font-size: 17px; }
  .pill-btn-wrapper .pill-btn:not(.fixedWidth) .icon.icon-star:before, .pill-btn-wrapper .pill-btn:not(.fixedWidth) .breadcrumbs li.icon-star:before, .breadcrumbs .pill-btn-wrapper .pill-btn:not(.fixedWidth) li.icon-star:before {
    font-size: 19px; }

a.pill-btn:hover {
  color: #666;
  border-color: #22D20C; }
a.pill-btn:hover .icon-angle-right, a.pill-btn:hover .breadcrumbs li, .breadcrumbs a.pill-btn:hover li {
  color: #22D20C; }

.pill-btn, a.pill-btn {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 4px;
  padding: 0 10px;
  height: 34px;
  line-height: 32px;
  max-width: 100%;
  font-size: 12px;
  color: #999;
  background: white;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #dfe0e6;
  text-decoration: none;
  outline: none; }
  .pill-btn.small, a.pill-btn.small {
    margin-right: 0;
    height: 24px;
    /*@-moz-document url-prefix() { &.icon-video{line-height:18px;} }*/ }
    .pill-btn.small.icon-video, a.pill-btn.small.icon-video {
      width: 24px;
      margin: 0;
      padding: 0;
      background: #fff;
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.35); }
      .pill-btn.small.icon-video:before, a.pill-btn.small.icon-video:before {
        width: 22px;
        height: 22px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        line-height: 22px; }
  .pill-btn.darker .icon, .pill-btn.darker .breadcrumbs li:before, .breadcrumbs .pill-btn.darker li:before, a.pill-btn.darker .icon, a.pill-btn.darker .breadcrumbs li:before, .breadcrumbs a.pill-btn.darker li:before {
    color: #555; }
  .pill-btn.fixedWidth, a.pill-btn.fixedWidth {
    min-width: 34px;
    padding: 0 !important;
    text-align: center; }
  .pill-btn.brandLanding .icon, .pill-btn.brandLanding .breadcrumbs li:before, .breadcrumbs .pill-btn.brandLanding li:before, a.pill-btn.brandLanding .icon, a.pill-btn.brandLanding .breadcrumbs li:before, .breadcrumbs a.pill-btn.brandLanding li:before {
    margin-right: -2px; }
  .pill-btn .flag-icon, a.pill-btn .flag-icon {
    margin: 0 auto;
    border-radius: 50%; }
  .pill-btn .icon-angle-right:before, .pill-btn .breadcrumbs li:before, .breadcrumbs .pill-btn li:before, a.pill-btn .icon-angle-right:before, a.pill-btn .breadcrumbs li:before, .breadcrumbs a.pill-btn li:before {
    margin: -2px 0 0 8px;
    line-height: 32px; }
  .pill-btn .icon:before, .pill-btn .breadcrumbs li:before, .breadcrumbs .pill-btn li:before, a.pill-btn .icon:before, a.pill-btn .breadcrumbs li:before, .breadcrumbs a.pill-btn li:before {
    margin-top: 0; }
  .pill-btn .icon-video:before, a.pill-btn .icon-video:before {
    margin-top: 1px;
    margin-left: -1px;
    font-size: 18px; }

@media (max-width: 599px) {
  .md-button.button-xs {
    min-height: 24px;
    line-height: 24px;
    margin: 3px 8px; } }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  a.pill-btn .icon:before, a.pill-btn .breadcrumbs li:before, .breadcrumbs a.pill-btn li:before {
    margin-top: -3px; }

  a.pill-btn .icon-video:before {
    margin-top: -1px; } }
@supports (-moz-appearance: none) {
  a.pill-btn .icon:before, a.pill-btn .breadcrumbs li:before, .breadcrumbs a.pill-btn li:before {
    margin-top: 0px; } }
.bottomButton {
  padding: 0 16px;
  border-top: 2px solid #f1f2f6; }
  .bottomButton .md-button {
    margin: 8px 0;
    width: 100%;
    color: #999;
    background: white !important;
    text-transform: none; }
    .bottomButton .md-button:hover {
      color: #22D20C;
      background: white; }

.exchangedAmount {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 3px 4px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  white-space: nowrap; }

.md-button {
  padding: 0 11px; }
  .md-button.no-shadow:not([disabled]), .md-button.md-primary.no-shadow:not([disabled]) {
    box-shadow: none; }
  .md-button.wrap-button {
    padding-top: 9px;
    padding-bottom: 9px;
    line-height: 19px;
    white-space: normal; }
    .md-button.wrap-button b {
      white-space: nowrap; }
    @media (max-width: 599px) {
      .md-button.wrap-button {
        padding: 9px 0; } }
  .md-button.md-raised.md-warn[disabled] {
    color: rgba(0, 0, 0, 0.38); }
  .md-button.md-raised.md-warn:not([disabled]) {
    background: #e54242; }
  .md-button.md-raised.md-warn:hover:not([disabled]) {
    background: #d63636; }
  .md-button.md-fab {
    padding: 0; }

.no-shadow .md-button:not([disabled]), .no-shadow .md-button.md-primary:not([disabled]) {
  box-shadow: none; }

actionrow {
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  align-content: center;
  max-width: 100%; }
  actionrow[align=right]:not(.layout-align-space-between-center) {
    justify-content: flex-end; }
  actionrow[align=right] .md-button {
    margin-inline-end: 0; }
  actionrow[align=center] {
    justify-content: center; }
  actionrow[align=left]:not(.layout-align-space-between-center) {
    justify-content: flex-start; }
  actionrow[align=left] .md-button {
    margin-inline-start: 0; }
  @media (max-width: 599px) {
    actionrow[xs-align=stretch] {
      flex-direction: column;
      align-items: stretch; }
      actionrow[xs-align=stretch] .md-button {
        margin: 8px 0; } }

md-checkbox.md-default-theme.md-primary:not([disabled]):not(.md-checked) .md-icon, md-checkbox.md-primary:not([disabled]):not(.md-checked) .md-icon {
  border-color: #aaa;
  background: #f8f8f8; }

md-checkbox.md-checked .md-icon:after {
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px; }
md-checkbox .md-container, md-checkbox md-checkbox .md-icon {
  width: 18px;
  height: 18px; }
md-checkbox .md-icon {
  border-width: 1px;
  border-color: #09f;
  left: unset;
  inset-inline-start: 0; }
md-checkbox .md-label {
  margin-left: 28px; }

.gradientTop:before, md-card:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px; }

.countdown {
  color: #f33; }

.icon-star:before, .icon-star:hover:before {
  color: #ffbe05; }

.colored .icon-myfav:before {
  color: #22D20C; }

.regular-bg, .memberPulldown:before, .memberPulldown.regular:before {
  background: #63c956; }

.bronze-bg, .memberPulldown.bronze:before {
  background: #eb8b4c; }

.silver-bg, .memberPulldown.silver:before {
  background: #5a85b4; }

.gold-bg, .memberPulldown.gold:before {
  background: #fbbc00; }

.ig-silver-bg, .memberPulldown.ig-silver:before {
  background: linear-gradient(135deg, #ffd600 10%, #ff7a00 25%, #ff0069 45%, #d300c5 60%, #7638fa 90%); }

.progressWrapper {
  position: relative; }
  .progressWrapper md-progress-circular {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px; }

.videoWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.verticleBar {
  position: relative;
  top: -1px;
  display: inline-block;
  margin: 0 3px;
  color: #999;
  font-size: 13px;
  font-weight: normal; }

body.md-toast-animating {
  overflow: auto !important; }

md-toast {
  -webkit-transition: all 0s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-dialog-container {
  position: fixed;
  top: 0 !important;
  overflow: hidden; }

md-progress-circular path {
  stroke-linecap: round;
  stroke: #22D20C; }

.transit, .childLinkTransit a {
  -webkit-transition: 0.3s;
  transition: 0.3s; }

input:focus, textarea:focus, select:focus {
  outline: none; }

.spinner .path {
  stroke: #4caf50;
  stroke-dasharray: 85;
  -webkit-transform-origin: center;
  transform-origin: center; }

.circularSpinner {
  -webkit-animation: spin 0.6s infinite linear;
  -moz-animation: spin 0.6s infinite linear;
  -o-animation: spin 0.6s infinite linear;
  animation: spin 0.6s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
a.md-button:not([disabled]).md-focused, .md-button:not([disabled]).md-focused {
  background-color: transparent; }

.ysCheckboxRadioWrapper md-checkbox, .ysCheckboxRadioWrapper md-radio-button {
  width: 100%;
  margin: 14px 0 2px; }
  .ysCheckboxRadioWrapper md-checkbox .md-container, .ysCheckboxRadioWrapper md-radio-button .md-container {
    top: -1px;
    transform: translateY(0);
    -webkit-transform: translateY(0); }
.ysCheckboxRadioWrapper.parentSection .childColumn {
  margin: 0;
  padding: 0; }

html[dir=rtl] .align-left {
  text-align: right; }
html[dir=rtl] .align-right {
  text-align: left; }
html[dir=rtl] .round-btn-wrapper.small .round-btn.icon-angle-right, html[dir=rtl] .round-btn-wrapper.small .breadcrumbs li.round-btn, .breadcrumbs html[dir=rtl] .round-btn-wrapper.small li.round-btn {
  margin-right: 3px;
  margin-left: 0; }

md-input-container {
  display: flex !important;
  flex-direction: column !important;
  padding: 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 17px !important; }
  md-input-container:not(md-input-container.roundCorner) label {
    position: relative !important;
    display: block !important;
    inset: unset !important;
    width: 100% !important;
    padding: 0 !important;
    transform: none !important;
    font-size: 12px !important;
    line-height: 16px !important;
    margin-block-end: 2px !important;
    color: #666 !important;
    opacity: 1 !important;
    transition: color .3s !important; }
  md-input-container:not(md-input-container.roundCorner) input, md-input-container:not(md-input-container.roundCorner) md-select-value, md-input-container:not(md-input-container.roundCorner) textarea {
    padding-block: 0 !important;
    padding-inline: 12px !important;
    margin: 0 !important;
    color: #333333 !important;
    min-height: 44px !important;
    font-size: 14px !important;
    line-height: 17px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-start-start-radius: 8px !important;
    border-start-end-radius: 0 !important;
    border-end-start-radius: 4px !important;
    border-end-end-radius: 8px !important; }
    md-input-container:not(md-input-container.roundCorner) input[disabled], md-input-container:not(md-input-container.roundCorner) md-select-value[disabled], md-input-container:not(md-input-container.roundCorner) textarea[disabled] {
      background-color: #F6F6F6 !important;
      border: 1px solid #E9EBF1 !important;
      pointer-events: none; }
    md-input-container:not(md-input-container.roundCorner) input:has(~ md-icon, ~ .flagIcon, ~ .icon, ~ .breadcrumbs li:before), md-input-container:not(md-input-container.roundCorner) md-select-value:has(~ md-icon, ~ .flagIcon, ~ .icon, ~ .breadcrumbs li:before), md-input-container:not(md-input-container.roundCorner) textarea:has(~ md-icon, ~ .flagIcon, ~ .icon, ~ .breadcrumbs li:before) {
      padding-inline-end: 37px !important; }
  md-input-container:not(md-input-container.roundCorner) textarea {
    padding-block: 11.5px !important; }
  md-input-container:not(md-input-container.roundCorner):has(.endAdornment) input {
    padding-inline-end: 37px !important; }
  md-input-container .endAdornment {
    position: absolute;
    inset-block-start: 28px !important;
    inset-inline-end: 9px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important; }
    md-input-container .endAdornment:not(.flagIcon) {
      width: 24px !important;
      height: 24px !important;
      margin: 0 !important; }
  md-input-container md-select-value {
    padding-inline-end: 9px;
    transition: all .3s; }
    md-input-container md-select-value > span:not(.md-select-icon) {
      opacity: 0; }
      md-input-container md-select-value > span:not(.md-select-icon):has(.md-text) {
        opacity: 1; }
    md-input-container md-select-value > span.md-select-icon {
      color: #81817F !important;
      margin-inline: 8px 0 !important;
      padding-inline-end: 4px !important; }
    md-input-container md-select-value.md-select-placeholder:not(.md-input-focused [aria-hidden="true"].md-select-placeholder) > span:first-child {
      opacity: 1; }
    md-input-container md-select-value.md-select-placeholder span:first-child {
      transition: none !important;
      transform: none !important;
      color: #B4B4B6; }
  md-input-container md-datepicker._md-datepicker-has-triangle-icon {
    padding: 0 !important;
    margin: 0 !important; }
  md-input-container md-datepicker input {
    padding-inline-end: 37px !important; }
  md-input-container md-datepicker .md-datepicker-triangle-button {
    height: 100% !important;
    inset-block: 0 auto !important;
    inset-inline: auto 0 !important;
    margin-inline-end: 18px !important; }
  md-input-container textarea {
    padding-block: 9.5px !important; }
  md-input-container .md-errors-spacer {
    height: 0 !important;
    min-height: 0 !important; }
  md-input-container:not([disable]):not(.md-input-focused) input, md-input-container:not([disable]):not(.md-input-focused) textarea, md-input-container:not([disable]):not(.md-input-focused) md-select-value {
    border-color: #DFE0E6 !important; }
  md-input-container:not([disable]).md-input-focused label, md-input-container:not([disable]).md-input-focused label.md-required:after, md-input-container:not([disable]):hover label, md-input-container:not([disable]):hover label.md-required:after {
    color: #22D20C !important; }
  md-input-container:not([disable]).md-input-focused input, md-input-container:not([disable]).md-input-focused textarea, md-input-container:not([disable]).md-input-focused md-select-value, md-input-container:not([disable]):hover input, md-input-container:not([disable]):hover textarea, md-input-container:not([disable]):hover md-select-value {
    border-color: #22D20C !important; }
  md-input-container:not([disable]).md-input-invalid label, md-input-container:not([disable]).md-input-invalid label.md-required:after, md-input-container:not([disable]).md-input-invalid .md-input-message-animation {
    color: #FF4E4C !important; }
  md-input-container:not([disable]).md-input-invalid input, md-input-container:not([disable]).md-input-invalid textarea, md-input-container:not([disable]).md-input-invalid md-select-value {
    border-color: #FF4E4C !important; }
  md-input-container .md-input-message-animation, md-input-container .hint, md-input-container .remark {
    padding-block: 3px 0 !important; }
  md-input-container .ng-inactive {
    display: none; }
  md-input-container > * {
    order: 1 !important; }
  md-input-container::after {
    content: none !important; }
  md-input-container:has([disabled]) .hint, md-input-container:has([disabled]):hover .hint, md-input-container:has(input[disabled]) .hint, md-input-container:has(input[disabled]):hover .hint {
    color: #B4B4B6 !important; }
  md-input-container:has([disabled]) label, md-input-container:has([disabled]) label.md-required:after, md-input-container:has([disabled]):hover label, md-input-container:has([disabled]):hover label.md-required:after, md-input-container:has(input[disabled]) label, md-input-container:has(input[disabled]) label.md-required:after, md-input-container:has(input[disabled]):hover label, md-input-container:has(input[disabled]):hover label.md-required:after {
    color: #666 !important; }
  md-input-container:has([disabled]) input, md-input-container:has([disabled]) textarea, md-input-container:has([disabled]) md-select-value, md-input-container:has([disabled]):hover input, md-input-container:has([disabled]):hover textarea, md-input-container:has([disabled]):hover md-select-value, md-input-container:has(input[disabled]) input, md-input-container:has(input[disabled]) textarea, md-input-container:has(input[disabled]) md-select-value, md-input-container:has(input[disabled]):hover input, md-input-container:has(input[disabled]):hover textarea, md-input-container:has(input[disabled]):hover md-select-value {
    border-color: #E9EBF1 !important;
    background-color: #F6F6F6 !important; }
  @media (min-width: 600px) {
    .layout-gt-xs-row md-input-container.flex-50 {
      max-width: calc(50% - 2px) !important; } }

md-select.md-default-theme:not(.roundCorner md-select), md-select:not(.roundCorner md-select) {
  margin-block-start: 0 !important; }
  md-select.md-default-theme:not(.roundCorner md-select):not(md-input-container md-select):not(.helpcontent md-select), md-select:not(.roundCorner md-select):not(md-input-container md-select):not(.helpcontent md-select) {
    margin-block-end: 17px !important; }
  md-select.md-default-theme:not(.roundCorner md-select) md-select-value, md-select:not(.roundCorner md-select) md-select-value {
    padding-inline-start: 12px !important;
    padding-inline-end: 9px !important;
    padding-block: 0 !important;
    display: flex;
    flex-direction: row;
    gap: 8px;
    min-height: 42px !important;
    border-color: #dfe0e6;
    border-width: 1px !important;
    border-style: solid !important;
    border-start-start-radius: 8px !important;
    border-start-end-radius: 0 !important;
    border-end-start-radius: 4px !important;
    border-end-end-radius: 8px !important; }
    md-select.md-default-theme:not(.roundCorner md-select) md-select-value .md-select-icon:after, md-select:not(.roundCorner md-select) md-select-value .md-select-icon:after {
      color: #81817F;
      margin: 0 !important; }
  md-select.md-default-theme:not(.roundCorner md-select):not([disabled]):focus md-select-value, md-select.md-default-theme:not(.roundCorner md-select):not([disabled]):hover md-select-value, md-select:not(.roundCorner md-select):not([disabled]):focus md-select-value, md-select:not(.roundCorner md-select):not([disabled]):hover md-select-value {
    border-color: #22D20C !important; }
  md-select.md-default-theme:not(.roundCorner md-select).ng-invalid.ng-touched .md-select-value, md-select:not(.roundCorner md-select).ng-invalid.ng-touched .md-select-value {
    border-color: #FF4E4C !important; }
  md-select.md-default-theme:not(.roundCorner md-select)[disabled], md-select:not(.roundCorner md-select)[disabled] {
    border-color: #E9EBF1 !important;
    background: #F6F6F6 !important; }
    md-select.md-default-theme:not(.roundCorner md-select)[disabled] md-select-value, md-select:not(.roundCorner md-select)[disabled] md-select-value {
      background-image: none !important; }

.roundCorner md-select {
  border-start-start-radius: 8px !important;
  border-start-end-radius: 0 !important;
  border-end-start-radius: 4px !important;
  border-end-end-radius: 8px !important;
  height: 42px !important; }
  .roundCorner md-select[disabled] {
    border-color: #E9EBF1 !important;
    background: #F6F6F6 !important; }
    .roundCorner md-select[disabled] md-select-value {
      background-image: none !important;
      margin-block-end: 0 !important; }
.roundCorner md-select-value {
  border-start-start-radius: 8px !important;
  border-start-end-radius: 0 !important;
  border-end-start-radius: 4px !important;
  border-end-end-radius: 8px !important;
  padding-block: 0 !important;
  display: flex !important;
  align-items: center !important; }

md-radio-button:not([disabled]) .md-ink-ripple .md-off {
  border-color: #1E1E1E !important; }
md-radio-button:not([disabled]) .md-ink-ripple .md-on {
  background-color: #1E1E1E !important; }
md-radio-button:not([disabled]) .md-ink-ripple, md-radio-button:not([disabled]) .md-ink-ripple::before, md-radio-button:not([disabled]) .md-ink-ripple .md-ripple-container {
  color: rgba(30, 30, 30, 0.26) !important; }
md-radio-button:not([disabled]):not(.md-checked) .md-ink-ripple .md-off {
  border-color: #AAA !important; }

md-checkbox:not([disabled]):not(.md-checked) .md-icon {
  background: #FCFCFC !important; }
md-checkbox.md-checked:not([disabled]) .md-ink-ripple {
  color: rgba(30, 30, 30, 0.87) !important; }
  md-checkbox.md-checked:not([disabled]) .md-ink-ripple .md-icon {
    background-color: #1E1E1E !important; }

.basicButton, .primaryButton, .outlinedButton, .textButton, .md-cancel-button, .md-confirm-button {
  border-start-start-radius: 8px !important;
  border-start-end-radius: 0 !important;
  border-end-start-radius: 4px !important;
  border-end-end-radius: 8px !important;
  min-height: 38px !important;
  box-shadow: none !important;
  backface-visibility: hidden !important;
  -webkit-backface-visibility: hidden !important;
  padding-inline: 14px !important; }

.primaryButton:not([disabled]) {
  background-color: #1E1E1E !important;
  color: #fff !important; }
  .primaryButton:not([disabled]):hover {
    background-color: #21F409 !important;
    color: #1E1E1E !important; }
    .primaryButton:not([disabled]):hover .icon, .primaryButton:not([disabled]):hover .breadcrumbs li:before, .breadcrumbs .primaryButton:not([disabled]):hover li:before {
      color: #1E1E1E !important; }
    .primaryButton:not([disabled]):hover svg path {
      fill: #1E1E1E !important; }
.primaryButton[disabled] {
  background-color: #E0E0E0 !important;
  color: #999 !important;
  pointer-events: none !important; }

.outlinedButton {
  min-height: 36px !important;
  border: 1px solid transparent !important; }
  .outlinedButton:not([disabled]) {
    border-color: #DFE0E6 !important;
    background: #FFF !important;
    color: #444 !important; }
    .outlinedButton:not([disabled]):hover {
      color: #22D20C !important;
      border-color: #22D20C !important; }
  .outlinedButton[disabled] {
    background-color: #E0E0E0 !important;
    border-color: #E0E0E0 !important;
    color: #999 !important;
    pointer-events: none !important; }

.textButton:not([disabled]), .md-cancel-button:not([disabled]), .md-confirm-button:not([disabled]) {
  background-color: transparent !important;
  color: #444 !important; }
  .textButton:not([disabled]):hover, .md-cancel-button:not([disabled]):hover, .md-confirm-button:not([disabled]):hover {
    background-color: #DAFFD6 !important;
    color: #22D20C !important; }
.textButton[disabled], .md-cancel-button[disabled], .md-confirm-button[disabled] {
  background-color: #E0E0E0 !important;
  color: #999 !important;
  pointer-events: none !important; }

md-toolbar:not(.md-menu-toolbar) {
  background: linear-gradient(105deg, #22D20C, #23F20B) !important; }

md-tab-item.md-active {
  color: #333333 !important; }

md-switch.md-checked.md-primary .md-bar {
  background: #9CFA92 !important; }
md-switch.md-checked.md-primary .md-thumb {
  background: #22D20C !important; }

.md-button:not([disabled]).md-default-theme.md-primary.md-raised, .md-button:not([disabled]).md-primary.md-raised, .md-button:not([disabled]).md-default-theme.md-primary.md-fab, .md-button:not([disabled]).md-primary.md-fab {
  background-color: #21F409; }

/* USAGE
@include when-xxxs  {background:#09f} (0 to 339px)
@include when-xxs   {background:#09f} (0 to 419px)
@include when-xs    {background:#09f} (0 to 599px)
@include when-gt-xs {background:#09f} (600px to screen size)
@include when-sm    {background:#f00} (0 to 959px)
@include when-gt-sm {background:#363} (960px to screen size)
*/
@keyframes aniGradientBG {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
/* Usage
   parent container applies: position:relative;
   child add: @include centerer;
*/
.serif, .main-register-box .main-register-content h4, .main-register-box .main-register-content h3, .headingWrapper h1, .pageHeading h1, .md-toolbar-tools.toolbarGradient h2, .finalClearance, .springFestival, .lowStock, .BulkPurchase, .trialSize, .hiddenDeal, .preOrder, .influencerPicks, .bogo, .stockClearance, .viewportLock .menuTitle, .newSatisfactionDialog .md-toolbar-tools h3, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorBadgeWrapper, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer discount {
  font-family: 'All Round Gothic', 'Hiragino Maru Gothic Pro', 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif; }

.icon, .breadcrumbs li:before, .LPMcontainer, .lp_minimized, .lpc_composer__send-button, .lp_centralizer td, .lp_title.lpc_maximized-header__text-wrapper {
  display: inline-block; }
  .icon:before, .breadcrumbs li:before, .LPMcontainer:before, .lp_minimized:before, .lpc_composer__send-button:before, .lp_centralizer td:before, .lp_title.lpc_maximized-header__text-wrapper:before {
    display: inline-block;
    vertical-align: middle;
    font-family: 'CustomIcon';
    font-size: 1.2em;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .icon, .breadcrumbs li:before, .icon:hover, .breadcrumbs li:hover:before, .LPMcontainer, .LPMcontainer:hover, .lp_minimized, .lp_minimized:hover, .lpc_composer__send-button, .lpc_composer__send-button:hover, .lp_centralizer td, .lp_centralizer td:hover, .lp_title.lpc_maximized-header__text-wrapper, .lp_title.lpc_maximized-header__text-wrapper:hover {
    text-decoration: none; }
  .icon > *, .breadcrumbs li:before > *, .LPMcontainer > *, .lp_minimized > *, .lpc_composer__send-button > *, .lp_centralizer td > *, .lp_title.lpc_maximized-header__text-wrapper > * {
    vertical-align: middle; }

.select-icon {
  -webkit-transform: scale(1, 0.5);
  -ms-transform: scale(1, 0.5);
  transform: scale(1, 0.5);
  font-size: 13px; }

.material-icons {
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .material-icons.revert {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.icon-star:before {
  content: "\f005"; }

.icon-check:before {
  content: "\f00c"; }

.icon-zoom:before {
  content: "\f00e"; }

.icon-question-mark:before {
  content: "\f059"; }

.icon-exclamation:before {
  content: "\e920"; }

.icon-angle-left:before, html[dir=rtl] .breadcrumbs li:before {
  content: "\f104"; }

.icon-angle-right:before, .breadcrumbs li:before {
  content: "\f105"; }

.icon-thumbs-up:before {
  content: "\f164"; }

.icon-pinterest:before {
  content: "\e902"; }

.icon-myfav:before {
  content: "\e912"; }

.icon-video:before {
  content: "\e911"; }

.icon-instagram:before {
  content: "\e904"; }

.icon-search:before {
  content: "\e90d"; }

.icon-save-items:before {
  content: "\e909"; }

.icon-shopping-bag:before {
  content: "\e90a"; }

.icon-shopper:before {
  content: "\e90b"; }

.icon-refresh:before {
  content: "\e900"; }

.icon-youtube:before {
  content: "\e901"; }

.icon-tumblr:before {
  content: "\e903"; }

.icon-twitter:before {
  content: "\e905"; }

.icon-facebook:before {
  content: "\e907"; }

.icon-edit:before {
  content: "\e90f"; }

.icon-delete:before {
  content: "\e906"; }

.icon-check:before {
  content: "\f00c"; }

.icon-zoom:before {
  content: "\f00e"; }

.icon-ruler:before {
  content: "\e908"; }

.icon-moreidea:before {
  content: "\e90c"; }

.icon-opennew:before {
  content: "\f042"; }

.icon-submit:before {
  content: "\f1d8"; }

.icon-cake:before {
  content: "\f04d"; }

.icon-earn:before {
  content: "\e913"; }

.icon-upgrade:before {
  content: "\f2b2"; }

.icon-rewards-earn:before {
  content: "\e917"; }

.icon-rewards-earn-rtl:before {
  content: "\e90e"; }

.icon-rewards-shop:before {
  content: "\e915"; }

.icon-rewards-share:before {
  content: "\e916"; }

.icon-share:before {
  content: "\e919"; }

.icon-messageus:before {
  content: "\e91f"; }

.icon-email:before {
  content: "\f0e0"; }

.icon-wechat:before {
  content: "\f1d7"; }

.icon-facebook-messenger:before {
  content: "\e91c"; }

.icon-gmail:before {
  content: "\e91b"; }

.icon-hotmail:before {
  content: "\e91a"; }

.icon-yahoo:before {
  content: "\e918"; }

.icon-whatsapp:before {
  content: "\f232"; }

.icon-wechat:before {
  content: "\f1d7"; }

.icon-apple:before {
  content: "\f179"; }

.icon-googleplay:before {
  content: "\f180"; }

.icon-gallery:before {
  content: "\f0d6"; }

.icon-yesstyler:before {
  content: "\f0c2"; }

.icon-tiktok:before {
  content: "\f0c0"; }

.icon-tips-code:before {
  content: "\f213"; }

.icon-tips-commission:before {
  content: "\f214"; }

.icon-tips-free-products:before {
  content: "\f215"; }

.icon-tips-link:before {
  content: "\f216"; }

.icon-safety-check:before {
  content: "\e928"; }

.icon-addresses:before {
  content: "\e910"; }

.icon-history:before {
  content: "\e91d"; }

.icon-influencer-apple:before {
  content: "\f179"; }

.icon-influencer-google:before {
  content: "\f180"; }

.icon-influencer-percent:before {
  content: "\f295"; }

.icon-influencer-follower:before {
  content: "\f296"; }

.icon-influencer-sponsor:before {
  content: "\f297"; }

.icon-influencer-extra:before {
  content: "\f2a8"; }

/* Live Chat icon for LivePerson FAB */
.icon-promotions:before {
  content: "\e914"; }

.icon-important:before {
  content: "\e920"; }

.icon-savings:before {
  content: "\e921"; }

.icon-information:before {
  content: "\e929"; }

.icon-returns-and-exchanges:before {
  content: "\e922"; }

.icon-order-refunds:before {
  content: "\e923"; }

.icon-shipping:before {
  content: "\e924"; }

.icon-quality:before {
  content: "\e925"; }

.icon-customer-service:before {
  content: "\e926"; }

.icon-customs-fee-refunds:before {
  content: "\e927"; }

.icon-gift.red:before {
  color: #C00; }

.facebookColor, .influencer-icon.icon-facebook:before, .collectionFilter .influencerFilter li.icon-facebook:before {
  background-color: #1877f2; }

.googlePlusColor {
  background-color: #d85046; }

.twitterColor {
  background-color: #0f1419; }

.instagramColor {
  background-color: #517fa4; }

.tumblrColor {
  background-color: #35465c; }

.youtubeColor, .influencer-icon.icon-youtube:before, .collectionFilter .influencerFilter li.icon-youtube:before {
  background-color: #e52d27; }

.pinterestColor {
  background-color: #c92228; }

.gmailColor {
  background-color: #c71610; }

.yahooColor {
  background-color: #430297; }

.hotmailColor {
  background-color: #0073CA; }

.fbmessengerColor {
  background-color: #0084ff; }

.whatsappColor {
  background-color: #25D366; }

html.translated-rtl .icon.icon-angle-left:not(.parentCategory):before, html.translated-rtl .breadcrumbs li.icon-angle-left:not(.parentCategory):before, .breadcrumbs html.translated-rtl li.icon-angle-left:not(.parentCategory):before, html.translated-rtl html[dir=rtl] .breadcrumbs li:not(.parentCategory):before, html[dir=rtl] .breadcrumbs html.translated-rtl li:not(.parentCategory):before, html[dir=rtl] .icon.icon-angle-left:not(.parentCategory):before, html[dir=rtl] .breadcrumbs li.icon-angle-left:not(.parentCategory):before, .breadcrumbs html[dir=rtl] li.icon-angle-left:not(.parentCategory):before, html[dir=rtl] .breadcrumbs li:not(.parentCategory):before {
  content: "\f105"; }
html.translated-rtl .icon.icon-angle-right:not(.backToTop):before, html.translated-rtl .breadcrumbs li:not(.backToTop):before, .breadcrumbs html.translated-rtl li:not(.backToTop):before, html[dir=rtl] .icon.icon-angle-right:not(.backToTop):before, html[dir=rtl] .breadcrumbs li:not(.backToTop):before, .breadcrumbs html[dir=rtl] li:not(.backToTop):before {
  content: "\f104"; }
html.translated-rtl .icon.icon-rewards-earn:before, html.translated-rtl .breadcrumbs li.icon-rewards-earn:before, .breadcrumbs html.translated-rtl li.icon-rewards-earn:before, html[dir=rtl] .icon.icon-rewards-earn:before, html[dir=rtl] .breadcrumbs li.icon-rewards-earn:before, .breadcrumbs html[dir=rtl] li.icon-rewards-earn:before {
  content: "\e90e"; }
html.translated-rtl .icon.icon-opennew:before, html.translated-rtl .breadcrumbs li.icon-opennew:before, .breadcrumbs html.translated-rtl li.icon-opennew:before, html.translated-rtl .icon.icon-shipping:before, html.translated-rtl .breadcrumbs li.icon-shipping:before, .breadcrumbs html.translated-rtl li.icon-shipping:before, html.translated-rtl .icon.icon-messageus:before, html.translated-rtl .breadcrumbs li.icon-messageus:before, .breadcrumbs html.translated-rtl li.icon-messageus:before, html.translated-rtl .icon.icon-question-mark:before, html.translated-rtl .breadcrumbs li.icon-question-mark:before, .breadcrumbs html.translated-rtl li.icon-question-mark:before, html.translated-rtl .icon.icon-order-refunds:before, html.translated-rtl .breadcrumbs li.icon-order-refunds:before, .breadcrumbs html.translated-rtl li.icon-order-refunds:before, html[dir=rtl] .icon.icon-opennew:before, html[dir=rtl] .breadcrumbs li.icon-opennew:before, .breadcrumbs html[dir=rtl] li.icon-opennew:before, html[dir=rtl] .icon.icon-shipping:before, html[dir=rtl] .breadcrumbs li.icon-shipping:before, .breadcrumbs html[dir=rtl] li.icon-shipping:before, html[dir=rtl] .icon.icon-messageus:before, html[dir=rtl] .breadcrumbs li.icon-messageus:before, .breadcrumbs html[dir=rtl] li.icon-messageus:before, html[dir=rtl] .icon.icon-question-mark:before, html[dir=rtl] .breadcrumbs li.icon-question-mark:before, .breadcrumbs html[dir=rtl] li.icon-question-mark:before, html[dir=rtl] .icon.icon-order-refunds:before, html[dir=rtl] .breadcrumbs li.icon-order-refunds:before, .breadcrumbs html[dir=rtl] li.icon-order-refunds:before {
  transform: scaleX(-1); }

.animated, [class^="animated"], [class*=" animated"] {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(1.3); }
  50% {
    -webkit-transform: scale(0.9); }
  75% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(1.3); }
  50% {
    transform: scale(0.9); }
  75% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.animatedPulse:hover, .activePulse .icon, .activePulse .breadcrumbs li:before, .breadcrumbs .activePulse li:before {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes bounce {
  20%, 50%, 80% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateX(-12px); }
  60% {
    -webkit-transform: translateX(-12px); } }
@keyframes bounce {
  20%, 50%, 80% {
    transform: translateY(0); }
  40% {
    transform: translateX(-12px); }
  60% {
    transform: translateX(-12px); } }
.animatedBounce, .bounceFade .animated {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: .5s;
  animation-duration: .5s; }

@-webkit-keyframes colorFade {
  from {
    color: #086695;
    background: #68d3f4;
    border-color: #68d3f4; }
  to {
    color: #31708f;
    background: #d9edf7;
    border-color: #80dbf1; } }
@keyframes colorFade {
  from {
    color: #086695;
    background: #68d3f4;
    border-color: #68d3f4; }
  to {
    color: #31708f;
    background: #d9edf7;
    border-color: #80dbf1; } }
.bounceFade {
  -webkit-transition: 0.6s;
  transition: 0.6s; }
  .bounceFade.active {
    -webkit-animation-name: colorFade;
    animation-name: colorFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.scaleShake.animated {
  -webkit-animation: scaleShake 1.6s linear;
  animation: scaleShake 1.6s linear;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2; }

@-webkit-keyframes scaleShake {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg); }
  30%, 50%, 70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg); }
  40%, 60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg); }
  80%, 100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
@keyframes scaleShake {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    -ms-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg); }
  30%, 50%, 70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    -ms-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg); }
  40%, 60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    -ms-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg); }
  80%, 100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
@-webkit-keyframes ImageFadeInOut {
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  92% {
    opacity: 0; } }
@keyframes ImageFadeInOut {
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  92% {
    opacity: 0; } }
@keyframes hoverBorderColor {
  0% {
    border-color: #e6e7eb; }
  100% {
    border-color: #22D20C; } }
.itemContainer .itemStatus {
  background: #f2f3f7; }

.itemStatus {
  margin: -26px 0 0;
  padding: 0;
  height: 26px;
  line-height: 26px;
  background: #fff;
  font-weight: bold;
  font-size: 12px;
  text-align: center; }
  .itemStatus div {
    padding: 0 1px;
    white-space: nowrap; }
    .itemStatus div:nth-child(2) {
      border-inline-start: 1px solid #e0e2eb; }
  .itemStatus.preOrderStatus {
    background: #69acfa;
    text-transform: uppercase; }
    .itemStatus.preOrderStatus .itemDiscount {
      color: #fff; }
    .itemStatus.preOrderStatus div {
      color: #fff; }
      .itemStatus.preOrderStatus div:nth-child(2) {
        border-inline-start: 1px solid #5992d5; }
  .itemStatus.highDiscount {
    background: #f77;
    text-transform: uppercase; }
    .itemStatus.highDiscount .itemDiscount {
      color: #fff; }
    .itemStatus.highDiscount div {
      color: #fff; }
      .itemStatus.highDiscount div:nth-child(2) {
        border-inline-start: 1px solid #e54c4c; }
  .itemStatus.dailyDeal {
    background: #f77; }
    .itemStatus.dailyDeal div {
      color: #ffc; }
  .itemStatus.limitedDeal {
    background: #fa6997;
    text-transform: uppercase; }
    .itemStatus.limitedDeal .itemDiscount {
      color: #fff; }
    .itemStatus.limitedDeal div {
      color: #fff; }
      .itemStatus.limitedDeal div:nth-child(2) {
        border-inline-start: 1px solid #e23f73; }
  .itemStatus.adventCalendar {
    background: #8d67dd;
    text-transform: uppercase; }
    .itemStatus.adventCalendar .itemDiscount {
      color: #fff; }
    .itemStatus.adventCalendar div {
      color: #fff; }
      .itemStatus.adventCalendar div:nth-child(2) {
        border-inline-start: 1px solid #7752d3; }
  .itemStatus.exclusiveSale {
    background: #22D20C; }
    .itemStatus.exclusiveSale .itemDiscount {
      color: #FFF; }
  .itemStatus.bogo-cover {
    background: #a94cf2; }
    .itemStatus.bogo-cover .itemDiscount {
      color: #FFF; }
  .itemStatus.ecoFriendly {
    background: #22D20C;
    text-transform: uppercase; }
    .itemStatus.ecoFriendly .itemDiscount {
      color: #fff; }
    .itemStatus.ecoFriendly div {
      color: #fff; }
      .itemStatus.ecoFriendly div:nth-child(2) {
        border-inline-start: 1px solid #168a08; }
  .itemStatus.fixedPrice {
    background: #0B135A;
    text-transform: uppercase;
    text-shadow: 0 0 3px #fff,0 0 6px #5271ff; }
    .itemStatus.fixedPrice .itemDiscount {
      color: #fff; }
    .itemStatus.fixedPrice div {
      color: #fff; }
      .itemStatus.fixedPrice div:nth-child(2) {
        border-inline-start: 1px solid #4859e9; }
    .itemStatus.fixedPrice .itemFixedPrice {
      color: #FFF; }
  .itemStatus.blackFriday {
    background: linear-gradient(to right, #222222, #2b2b2b 50%, #922ad1);
    text-transform: uppercase; }
    .itemStatus.blackFriday .itemDiscount {
      color: #fff; }
    .itemStatus.blackFriday div {
      color: #fff; }
      .itemStatus.blackFriday div:nth-child(2) {
        border-inline-start: 1px solid #792aa8; }
    html.translated-rtl .itemStatus.blackFriday, html[dir=rtl] .itemStatus.blackFriday {
      background: linear-gradient(to left, #222222, #2b2b2b 50%, #922ad1);
      text-transform: uppercase; }
      html.translated-rtl .itemStatus.blackFriday .itemDiscount, html[dir=rtl] .itemStatus.blackFriday .itemDiscount {
        color: #fff; }
      html.translated-rtl .itemStatus.blackFriday div, html[dir=rtl] .itemStatus.blackFriday div {
        color: #fff; }
        html.translated-rtl .itemStatus.blackFriday div:nth-child(2), html[dir=rtl] .itemStatus.blackFriday div:nth-child(2) {
          border-inline-start: 1px solid #792aa8; }
    .itemStatus.blackFriday .itemBlackFriday span {
      color: #ffffff; }
    .itemStatus.blackFriday .itemDiscount {
      color: #ffffff; }
  .itemStatus.backToSchool {
    background: #9a73b1;
    text-transform: uppercase; }
    .itemStatus.backToSchool .itemDiscount {
      color: #fff; }
    .itemStatus.backToSchool div {
      color: #fff; }
      .itemStatus.backToSchool div:nth-child(2) {
        border-inline-start: 1px solid #f9f6fa; }
    .itemStatus.backToSchool .itemBackToSchool {
      color: #FFF;
      background: none;
      -webkit-text-fill-color: #FFF; }
  .itemStatus.yearEnd {
    text-shadow: 0 0 3px #fec414, 0 0 3px #fec414, 0 0 4px #fec414;
    background: #1b255c;
    text-transform: uppercase; }
    .itemStatus.yearEnd .itemDiscount {
      color: #fff; }
    .itemStatus.yearEnd div {
      color: #fff; }
      .itemStatus.yearEnd div:nth-child(2) {
        border-inline-start: 1px solid #6e7ed5; }
    .itemStatus.yearEnd .itemYearEnd {
      color: #FFF;
      background: none;
      -webkit-text-fill-color: #FFF; }
  .itemStatus.cyberMonday {
    text-shadow: 1px 1px 2px #d200ff, 0 0 1px #d200ff, 0 0 2px #d200ff, 0 0 3px #d200ff, 0 0 3px #d200ff;
    background: #703ffb;
    text-transform: uppercase; }
    .itemStatus.cyberMonday .itemDiscount {
      color: #fff; }
    .itemStatus.cyberMonday div {
      color: #fff; }
      .itemStatus.cyberMonday div:nth-child(2) {
        border-inline-start: 1px solid #582ed1; }
    .itemStatus.cyberMonday .itemCyberMonday {
      color: #FFF;
      background: none;
      -webkit-text-fill-color: #FFF; }
  .itemStatus.megaSale {
    background: #EB008A;
    text-transform: uppercase; }
    .itemStatus.megaSale .itemDiscount {
      color: #fff; }
    .itemStatus.megaSale div {
      color: #fff; }
      .itemStatus.megaSale div:nth-child(2) {
        border-inline-start: 1px solid #b10068; }
    .itemStatus.megaSale .itemDiscount {
      color: #ffffff; }
  .itemStatus.miniDeals {
    background: #B58800;
    text-transform: uppercase; }
    .itemStatus.miniDeals .itemDiscount {
      color: #fff; }
    .itemStatus.miniDeals div {
      color: #fff; }
      .itemStatus.miniDeals div:nth-child(2) {
        border-inline-start: 1px solid #9A7400; }
  .itemStatus.specialBadge {
    text-shadow: none !important;
    background: transparent !important; }
    .itemStatus.specialBadge span {
      color: transparent !important;
      background: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/imgs/creative/share/badge/badge_label_text.png);
      background-size: contain;
      -webkit-text-stroke-width: 0.1px;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-transform: uppercase; }
    .itemStatus.specialBadge > div:not(.itemDiscount) {
      background: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/imgs/creative/share/badge/badge_label_bg.png) repeat-y;
      background-size: 100%;
      padding-inline-end: 1px;
      overflow: hidden; }
    .itemStatus.specialBadge > div.itemDiscount {
      background: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/imgs/creative/share/badge/badge_discount_bg.png) repeat-y;
      background-size: 100%;
      position: relative;
      border-inline-start: none !important;
      margin-inline-start: -1px; }
      .itemStatus.specialBadge > div.itemDiscount:not(:first-child):before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        inset-inline-start: 0;
        background: rgba(125, 125, 125, 0.3); }
      .itemStatus.specialBadge > div.itemDiscount span {
        background: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/imgs/creative/share/badge/badge_discount_text.png);
        background-size: contain;
        -webkit-background-clip: text; }
  .itemStatus.influencerPicks-cover {
    background: #fe84a5;
    text-transform: uppercase; }
    .itemStatus.influencerPicks-cover .itemDiscount {
      color: #fff; }
    .itemStatus.influencerPicks-cover div {
      color: #fff; }
      .itemStatus.influencerPicks-cover div:nth-child(2) {
        border-inline-start: 1px solid #fe5180; }
  .itemStatus.stockClearanceStatus {
    background: #ff5266;
    text-transform: uppercase; }
    .itemStatus.stockClearanceStatus .itemDiscount {
      color: #fff; }
    .itemStatus.stockClearanceStatus div {
      color: #fff; }
      .itemStatus.stockClearanceStatus div:nth-child(2) {
        border-inline-start: 1px solid #d64556; }
  .itemStatus.newPicks {
    background: #a0e8db;
    text-transform: uppercase; }
    .itemStatus.newPicks .itemDiscount {
      color: #052638; }
    .itemStatus.newPicks div {
      color: #052638; }
      .itemStatus.newPicks div:nth-child(2) {
        border-inline-start: 1px solid #78aea4; }

.itemPreOrder {
  color: #69acfa; }

.itemNewArrival {
  color: #63c956;
  text-transform: uppercase; }

.itemDiscount, .itemFortyEightHourSale {
  color: #f33; }

.itemMostPopular {
  color: #333; }

.itemMustTry {
  color: #a16e55; }

.itemLimitedDeal {
  color: #fa6997; }

.itemAdventCalendar {
  color: #8d67dd; }

.itemEcoFriendly {
  color: #22D20C;
  text-transform: uppercase; }

.itemFixedPrice {
  color: #0B135A;
  text-transform: uppercase; }

.itemBlackFriday {
  color: #acff88;
  text-transform: uppercase; }

.itemCyberMonday {
  color: #FFF;
  background: linear-gradient(127deg, #d200ff, #7f64ff 45%, #06f6ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase; }

.itemBackToSchool {
  color: #9a73b1;
  background: linear-gradient(127deg, #7651ad, #e080b6 60%, #f4d465);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase; }

.itemMegaSale {
  color: #ffffff;
  text-transform: uppercase; }

.itemMiniDeals {
  color: #ffffff;
  text-transform: uppercase; }

.itemYearEnd {
  color: #9a73b1;
  background: linear-gradient(127deg, #143ac7, #f89432 60%, #f2e84c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase; }

.itemExclusiveSale, .itemBogo, .itemStockClearance {
  color: #FFF;
  text-transform: uppercase; }

.productStatusWrap {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 4px 0 0 2px;
  z-index: 3;
  width: 100%; }
  .productStatusWrap div {
    height: 20px;
    border-radius: 4px;
    padding: 0 8px;
    margin: 4px;
    line-height: 20px;
    font-size: 12px;
    text-align: left;
    color: #fff;
    display: inline-flex;
    text-transform: initial; }
  .productStatusWrap .itemPreOrder {
    background-color: #69acfa; }
  .productStatusWrap .itemNewArrival {
    background-color: #63c956; }
  .productStatusWrap .itemDiscount, .productStatusWrap .itemFortyEightHourSale {
    background-color: #f33; }
  .productStatusWrap .itemMostPopular {
    background-color: #333; }
  .productStatusWrap .itemMustTry {
    background-color: #a16e55; }
  .productStatusWrap .itemLimitedDeal {
    background-color: #fa6997; }
  .productStatusWrap .itemAdventCalendar {
    background-color: #8d67dd; }
  .productStatusWrap .itemExclusiveSale {
    background-color: #FFF; }
  .productStatusWrap .itemEcoFriendly {
    background-color: #22D20C; }
  .productStatusWrap .itemFixedPrice {
    background: #0B135A;
    text-shadow: 0 0 3px #fff,0 0 6px #5271ff; }
  .productStatusWrap .finalClearance {
    background: #ff6c45; }
  .productStatusWrap .springFestival {
    background: #f6406a; }
  .productStatusWrap .trialSize {
    background: #31708f; }
  .productStatusWrap .influencerPicks {
    background: #fe84a5; }
  .productStatusWrap .itemExclusiveSale {
    background: #22D20C; }
  .productStatusWrap .itemBlackFriday {
    background: #000; }
  .productStatusWrap .itemBackToSchool {
    background: #9a73b1;
    -webkit-text-fill-color: #FFF; }
  .productStatusWrap .itemYearEnd {
    background: #1b255c;
    text-shadow: 0 0 3px #fec414, 0 0 3px #fec414, 0 0 4px #fec414;
    -webkit-text-fill-color: #FFF; }
  .productStatusWrap .itemCyberMonday {
    background: #703ffb;
    text-shadow: 1px 1px 2px #d200ff, 0 0 1px #d200ff, 0 0 2px #d200ff, 0 0 3px #d200ff, 0 0 3px #d200ff;
    -webkit-text-fill-color: #FFF; }
  .productStatusWrap .itemBogo {
    background: #a94cf2; }
  .productStatusWrap .itemInfluencerPicks {
    background: #fe84a5; }
  .productStatusWrap .itemSpringFestival {
    background: #f6406a; }
  .productStatusWrap .itemTrialSize {
    background: #31708f; }
  .productStatusWrap .itemQuantityDiscount {
    background: #f77; }
  .productStatusWrap .itemStockClearance {
    background: #ff5266; }

/* @import '_shoppingButton'; Please search "_shoppingButton" for position */
.flipclock .divider {
  width: 1px;
  padding-bottom: 5px;
  font-size: 25px;
  color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center; }
.flipclock .digit {
  position: relative;
  width: 45px;
  height: 30px;
  margin: 0 5px;
  background-clip: padding-box;
  /* Safari fix - Shadow issue*/
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  font-size: 24px;
  display: flex;
  perspective: 200px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 30px;
  border-radius: 4px;
  box-sizing: border-box; }
  .flipclock .digit:before, .flipclock .digit:after {
    content: attr(data-value);
    position: absolute;
    z-index: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50%;
    overflow: hidden;
    color: #fff;
    box-sizing: border-box; }
  .flipclock .digit:before {
    align-items: flex-end;
    bottom: 0;
    z-index: 1;
    border-radius: 0 0 4px 4px;
    background: #303030;
    color: #fff; }
  .flipclock .digit:after {
    align-items: flex-start;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    background: #212121;
    color: #c0c0c0; }
.flipclock.flipclock-inline {
  display: inline-block; }

.flipclock-mini .flipclock {
  margin: 0 4px; }
  .flipclock-mini .flipclock .divider {
    font-size: 18px;
    line-height: 20px;
    margin-left: 0; }
  .flipclock-mini .flipclock .digit {
    width: 33px;
    height: 23px;
    font-size: 18px;
    margin: 0 4px;
    line-height: 23px; }
    .flipclock-mini .flipclock .digit:before {
      border-radius: 0 0 3px 3px; }
    .flipclock-mini .flipclock .digit:after {
      border-radius: 3px 3px 0 0; }

.whitetheme .divider {
  color: rgba(255, 255, 255, 0.65); }
.whitetheme .digit {
  font-weight: 600; }
  .whitetheme .digit:before {
    color: #303030;
    background-color: #fff; }
  .whitetheme .digit:after {
    color: #242424;
    background-color: #cdcdcd; }

/* AllRoundGothic-Demi */
@font-face {
  font-family: 'All Round Gothic';
  font-style: normal;
  font-display: auto;
  font-stretch: normal;
  font-weight: 400;
  src: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/fonts/AllRoundGothic-Demi.woff2) format("woff2"), url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/fonts/AllRoundGothic-Demi.ttf) format("truetype"); }
@media (max-width: 959px) {
  body.md-dialog-is-showing {
    -ms-overflow-style: none;
    scrollbar-width: none; }
    body.md-dialog-is-showing::-webkit-scrollbar {
      display: none;
      width: 0;
      height: 0; } }

.contentWrap {
  padding-top: 48px; }
  @media (min-width: 960px) {
    .contentWrap {
      padding: 94px 30px 0; } }
  .contentWrap.blur {
    filter: blur(4px); }
    .contentWrap.blur::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3);
      z-index: 60; }

header:has(.discount-bar-wrapper) ~ .contentWrap:has(.seofrontpage), header:has(shipdest) ~ .contentWrap:has(.seofrontpage) {
  padding-top: 89px; }
  @media (min-width: 960px) {
    header:has(.discount-bar-wrapper) ~ .contentWrap:has(.seofrontpage), header:has(shipdest) ~ .contentWrap:has(.seofrontpage) {
      padding-top: 135px; } }

md-progress-linear.preloader {
  display: none; }
  md-progress-linear.preloader .md-container {
    background-color: #8df87f; }
  md-progress-linear.preloader .md-bar {
    background-color: #22D20C; }
  @media (min-width: 960px) {
    md-progress-linear.preloader {
      position: absolute;
      top: 65px;
      z-index: 1; } }

header {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  z-index: 50;
  width: 100%;
  top: 0;
  left: 0; }
  header ul {
    margin: 0;
    padding: 0; }
    header ul li {
      list-style: none; }
  header .md-sidenav-backdrop {
    position: fixed; }
    @media (min-width: 960px) {
      header .md-sidenav-backdrop {
        position: absolute; } }
  header md-sidenav {
    position: fixed; }
    @media (min-width: 960px) {
      header md-sidenav {
        position: relative;
        height: 40px;
        overflow: visible; } }
  header .container {
    background-color: #fff; }
    @media (min-width: 960px) {
      header .container {
        padding: 0 40px; } }
  header .upperHeaderWrap {
    height: 100%;
    min-height: 48px;
    background-color: transparent; }
    @media (max-width: 959px) {
      header .upperHeaderWrap {
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
        header .upperHeaderWrap:after {
          top: 90px;
          z-index: 50; } }
    @media (min-width: 960px) {
      header .upperHeaderWrap {
        height: auto;
        min-height: 94px;
        background-color: #fff; }
        header .upperHeaderWrap.shadow:after {
          top: 88px; }
        header .upperHeaderWrap .wrapperIndex {
          position: relative;
          z-index: 1;
          background-color: #fff; } }
    header .upperHeaderWrap .container {
      height: 48px;
      padding: 4px 3px 0; }
      @media only screen and (max-width: 320px) {
        header .upperHeaderWrap .container {
          padding: 4px 0 0; } }
      @media (min-width: 960px) {
        header .upperHeaderWrap .container {
          height: 54px;
          padding: 12px 21px 0; } }
    header .upperHeaderWrap > .container {
      position: relative; }
  header .logo {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 100%; }
  header .accessbar .md-button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 40px;
    height: 40px;
    min-width: 0;
    margin: 0 1px;
    padding: 0;
    color: #666;
    line-height: 40px;
    text-transform: none;
    border-radius: 10px; }
    @media (min-width: 960px) {
      header .accessbar .md-button {
        margin-left: 5px;
        margin-right: 5px; } }
    @media only screen and (max-width: 320px) {
      header .accessbar .md-button {
        width: 36px; } }
    header .accessbar .md-button:hover {
      color: #22D20C;
      background-color: transparent; }
  header .accessbar span {
    font-size: 12px; }
  header .accessbar > a, header .accessbar > button {
    display: inline-block;
    padding: 0 8px;
    z-index: 51;
    text-decoration: none; }
  header .accessbar .icon:before, header .accessbar .breadcrumbs li:before, .breadcrumbs header .accessbar li:before {
    font-size: 20px; }
  header .accessbar .icon.icon-save-items:before, header .accessbar .breadcrumbs li.icon-save-items:before, .breadcrumbs header .accessbar li.icon-save-items:before {
    font-size: 19px;
    padding-block-start: 1px; }
  header .accessbar .account {
    padding-inline-end: 7px; }
    header .accessbar .account.icon.icon-cake:before, header .accessbar .breadcrumbs li.account.icon-cake:before, .breadcrumbs header .accessbar li.account.icon-cake:before {
      line-height: 40px;
      font-size: 18px; }
  header .accessbar .icon-question-mark {
    padding-inline-end: 9px; }
  header .accessbar .account.icon:before, header .accessbar .breadcrumbs li.account:before, .breadcrumbs header .accessbar li.account:before, header .accessbar .icon-question-mark.icon:before, header .accessbar .breadcrumbs li.icon-question-mark:before, .breadcrumbs header .accessbar li.icon-question-mark:before {
    font-size: 21px; }
  header .accessbar .account:after, header .accessbar .icon-question-mark:after {
    position: absolute;
    inset-inline-end: 6px;
    margin-top: 2px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.92px 4px 0;
    border-color: #999 transparent transparent;
    display: inline-block;
    content: '';
    transition: all .3s; }
  header .accessbar .account:hover:after, header .accessbar .icon-question-mark:hover:after {
    border-color: #22D20C transparent transparent; }
  @media (max-width: 599px) {
    header .accessbar .account, header .accessbar .icon-question-mark {
      padding-inline-end: 9px; }
      header .accessbar .account > span, header .accessbar .icon-question-mark > span {
        display: none; } }
  header .accessbar .badge {
    position: relative; }
    @media (max-width: 419px) {
      header .accessbar .badge.icon-myfav, header .accessbar .badge.icon-share {
        display: none; } }
    header .accessbar .badge > span {
      display: inline-block;
      position: absolute;
      margin: 2px;
      top: 0;
      inset-inline-end: 0;
      width: 18px;
      height: 18px;
      font-size: 10px;
      line-height: 18px;
      color: #333333;
      background-color: #21F409;
      border-radius: 50%;
      text-align: center; }
  header .accessbar .slide-menu-button {
    text-align: center;
    padding: 9px 12px 9px 11px; }
    header .accessbar .slide-menu-button:before, header .accessbar .slide-menu-button:after,
    header .accessbar .slide-menu-button span {
      content: '';
      display: block;
      overflow: hidden;
      width: 17px;
      height: 2px;
      background: #757575;
      border-radius: 2px;
      margin: 4px auto; }
  header .revampNav {
    background-color: #fff; }
    @media (max-width: 959px) {
      header .revampNav {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        position: absolute;
        top: 0;
        z-index: 20;
        width: 100%;
        height: 100vh;
        padding: 48px 0 0 0;
        transform: translateX(100%);
        overflow: hidden;
        /*firefox only*/ }
        header .revampNav.secondLevelActive {
          transform: none;
          height: auto; }
        header .revampNav.thirdLevelActive {
          transform: translateX(-100%); }
      @-moz-document url-prefix() {
        header .revampNav {
          height: 100vh; }
          header .revampNav.secondLevelActive.thirdLevelActive {
            height: 1vh; } }
        header .revampNav h3 + ul {
          margin-top: 12px; } }
    @media (min-width: 960px) {
      header .revampNav {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%; }
        header .revampNav.active {
          display: block; } }
  header .megaMenu {
    z-index: 21;
    width: 958px;
    margin: 0 auto; }
    @media (min-width: 960px) {
      header .megaMenu {
        padding-inline: 8px; } }
    @media (max-width: 959px) {
      header .megaMenu {
        width: 100%;
        background: #fff; } }
    header .megaMenu h3 {
      margin: 28px 0 0;
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 0.75px;
      text-transform: uppercase; }
      @media (min-width: 960px) {
        header .megaMenu h3 {
          margin-top: 15px;
          margin-bottom: 6px; } }
      header .megaMenu h3, header .megaMenu h3 a {
        color: #444; }
      header .megaMenu h3 a:hover {
        color: #22D20C; }
    header .megaMenu a {
      text-decoration: none;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    header .megaMenu ul li {
      margin-bottom: 3px; }
      header .megaMenu ul li a {
        display: block;
        padding: 3px 0;
        font-size: 13px;
        line-height: 15px; }
      @media (max-width: 959px) {
        header .megaMenu ul li {
          height: 48px;
          margin-bottom: 0;
          color: #555;
          background-color: #fff;
          border-top: solid 1px #e9ebf1; }
          header .megaMenu ul li.tagWrap {
            height: auto; }
          header .megaMenu ul li a {
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
            padding: 0 16px;
            line-height: 48px;
            box-sizing: border-box; }
            header .megaMenu ul li a span.icon, header .megaMenu ul li a .flagIcon {
              position: absolute; }
            header .megaMenu ul li a span.icon {
              top: 0;
              inset-inline-end: 16px; }
            header .megaMenu ul li a.pill-btn {
              padding: 0 12px;
              line-height: 32px; } }
      header .megaMenu ul li.red {
        border-top: none; }
        header .megaMenu ul li.red a {
          color: #f44; }
          header .megaMenu ul li.red a:hover {
            color: #22D20C; }
            header .megaMenu ul li.red a:hover .flagIcon {
              border-color: #22D20C; }
    header .megaMenu .left {
      width: 194px;
      padding: 9px 16px 21px 24px;
      box-sizing: border-box;
      background-color: #f5f6f9; }
      @media (max-width: 959px) {
        header .megaMenu .left {
          width: 100%;
          padding: 0; }
          header .megaMenu .left h3 {
            padding-inline-start: 16px; } }
    header .megaMenu .right {
      padding: 9px 24px 21px 30px; }
      header .megaMenu .right ul {
        width: 90%; }
      header .megaMenu .right .navPromoBoxTitle {
        margin-bottom: 0; }
      @media (max-width: 959px) {
        header .megaMenu .right {
          width: 100%;
          min-width: 100%;
          padding: 0 0 24px 0;
          background-color: #f5f6f9; }
          header .megaMenu .right .column-sale {
            width: 100%; }
          header .megaMenu .right ul {
            width: 100%; }
          header .megaMenu .right h3 {
            padding-inline-start: 16px; }
          header .megaMenu .right .saleBoxColumn {
            margin-top: 8px; } }
      @media (min-width: 960px) {
        header .megaMenu .right > .first-column {
          width: 150px; }
        header .megaMenu .right > .middle-column {
          width: 350px; }
          header .megaMenu .right > .middle-column.womenColumn {
            flex-direction: column;
            max-height: 500px;
            align-items: flex-start; }
            header .megaMenu .right > .middle-column.womenColumn > div {
              width: 50%; }
          header .megaMenu .right > .middle-column.lifestyleColumn > div {
            width: 100%; }
          header .megaMenu .right > .middle-column.healthColumn {
            width: 400px; }
        header .megaMenu .right > .last-column {
          width: 188px; } }
  @media (min-width: 960px) and (min-width: 960px) {
    header .megaMenu .right > .last-column {
      margin-top: 15px; } }
      @media (min-width: 960px) {
          header .megaMenu .right > .last-column.thinBox {
            width: 180px !important; }
        header .megaMenu .right .saleBoxColumn {
          width: 180px;
          align-self: flex-end;
          margin-top: 18px; }
          header .megaMenu .right .saleBoxColumn h3 {
            margin-bottom: 12px; }
        header .megaMenu .right .saleBoxColumnDivider {
          margin-inline-end: 32px; } }

.navPromoBox {
  width: 100%;
  margin: 0 16px;
  padding: 0; }
  @media (min-width: 960px) {
    .navPromoBox {
      margin: 0;
      width: 188px; }
      .navPromoBox.thinBox {
        width: 180px !important; } }
  .navPromoBox img {
    width: 100%; }
    @media (min-width: 960px) {
      .navPromoBox img.beautyImage {
        aspect-ratio: 94/31;
        object-fit: cover; } }
  .navPromoBox h3 {
    margin-bottom: 0;
    padding: 0; }
  .navPromoBox > div {
    margin: 12px 0; }
    @media (min-width: 960px) {
      .navPromoBox > div {
        margin: 13px 0 20px; }
        .navPromoBox > div:last-child {
          margin-bottom: 0; }
        .navPromoBox > div, .navPromoBox > div:last-child {
          margin-bottom: 3px; }
        .navPromoBox > div:first-child {
          margin-top: 0; } }
    .navPromoBox > div a {
      display: block;
      line-height: 16px;
      background-color: #fff;
      text-decoration: none;
      -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2); }
      @media (min-width: 960px) {
        .navPromoBox > div a {
          font-size: 13px;
          line-height: 15px; } }
      .navPromoBox > div a:hover {
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); }
    .navPromoBox > div div, .navPromoBox > div h4 {
      font-weight: normal;
      margin: 0; }
    .navPromoBox > div div {
      padding: 6px 12px; }
    .navPromoBox > div h4 {
      padding-top: 9px;
      padding-bottom: 9px; }
    .navPromoBox > div span {
      display: block;
      white-space: nowrap; }
  .navPromoBox.newIn {
    width: 212px;
    padding-bottom: 8px; }
    .navPromoBox.newIn h3 {
      margin-bottom: 0; }
    @media (max-width: 959px) {
      .navPromoBox.newIn {
        width: 100%;
        margin: 0 16px; }
        .navPromoBox.newIn h3 {
          margin-bottom: 0;
          padding-inline-start: 0 !important; }
        .navPromoBox.newIn ~ .navPromoBox h3 {
          margin-top: 8px; } }

md-sidenav {
  background-color: #f5f6f9;
  transform: none;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 320px !important;
  max-width: 320px !important;
  min-width: 320px !important;
  /*transform none used for position fixed control bar*/
  /*New for reconstruct menu*/
  /*New for reconstruct*/ }
  @media (max-width: 959px) {
    md-sidenav.md-sidenav-left.md-closed > div {
      display: none !important; } }
  @media (min-width: 960px) {
    md-sidenav {
      height: 35px;
      padding-top: 0;
      background-color: #fff;
      overflow-y: hidden;
      width: auto !important;
      max-width: none !important;
      min-width: 500px !important; }
      md-sidenav.md-sidenav-left.active {
        height: 40px;
        overflow: visible; } }
  md-sidenav.md-sidenav-left, md-sidenav md-tab-content {
    transform: none; }
  md-sidenav a {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  @media (max-width: 959px) {
    md-sidenav .navFirstLevel {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      position: absolute;
      top: 0;
      z-index: 30;
      height: auto;
      padding: 48px 0 36px;
      visibility: visible;
      background: #f5f6f9; }
      md-sidenav .navFirstLevel.firstLevelActive {
        transform: translateX(-100%);
        height: 100%;
        /*firefox only*/
        /*for mobile to desktop menu without close*/ }
    @-moz-document url-prefix() {
      md-sidenav .navFirstLevel.firstLevelActive {
        height: 1vh;
        visibility: collapse; } } }
    @media (max-width: 959px) and (min-width: 960px) {
      md-sidenav .navFirstLevel.firstLevelActive {
        position: absolute;
        left: 0;
        width: 100%;
        padding: 0;
        overflow: visible;
        background-color: #fff; } }
  @media (max-width: 959px) {
      md-sidenav .navFirstLevel.thirdLevelActive {
        display: none; } }
  @media (min-width: 960px) {
    md-sidenav .navFirstLevel {
      position: relative;
      z-index: 1;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); } }
  @media (max-width: 959px) {
    md-sidenav .revampThirdLevel {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      transform: translateX(100%);
      z-index: 10;
      height: auto;
      padding: 48px 0;
      overflow: hidden;
      /*firefox only*/ }
    @-moz-document url-prefix() {
      md-sidenav .revampThirdLevel {
        height: auto; } }
      md-sidenav .revampThirdLevel.levelActive {
        position: absolute;
        top: 0;
        width: 100%;
        transform: none; } }
  md-sidenav .sideNavSignIn {
    padding: 0 10px 18px; }
    md-sidenav .sideNavSignIn h4 {
      margin: 21px 6px 6px;
      color: #333; }
    md-sidenav .sideNavSignIn .md-button {
      margin: 6px; }
  md-sidenav .sideNavControl {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    width: 303px;
    height: 48px;
    background-color: #333; }
    @media (-webkit-min-device-pixel-ratio: 1.1) {
      md-sidenav .sideNavControl {
        width: 320px; } }
    md-sidenav .sideNavControl a {
      padding-left: 12px;
      color: #fff; }
      md-sidenav .sideNavControl a.navBack {
        display: block;
        height: 100%;
        padding: 0 16px;
        font-weight: bold;
        line-height: 48px;
        box-sizing: border-box;
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        md-sidenav .sideNavControl a.navBack span.icon:before {
          margin-inline-end: 25px; }
    md-sidenav .sideNavControl .closeButton {
      margin: 4px;
      color: #fff;
      line-height: 26px; }
  md-sidenav .sideNavTagWrap {
    background-color: #e9ebf1;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
    md-sidenav .sideNavTagWrap .sidenavtags {
      overflow-y: auto;
      padding: 14px 0 13px;
      overflow: hidden;
      scrollbar-width: thin; }
      @media only screen and (max-device-width: 1024px) {
        md-sidenav .sideNavTagWrap .sidenavtags {
          overflow: auto; } }
      md-sidenav .sideNavTagWrap .sidenavtags:hover {
        overflow: scroll auto !important;
        padding-bottom: 5px; }
      @media (hover: none) {
        md-sidenav .sideNavTagWrap .sidenavtags:hover {
          overflow: scroll auto !important;
          padding-bottom: 13px; } }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) {
          md-sidenav .sideNavTagWrap .sidenavtags {
            padding-bottom: 13px !important; } } }
      md-sidenav .sideNavTagWrap .sidenavtags::-webkit-scrollbar {
        height: 8px; }
      md-sidenav .sideNavTagWrap .sidenavtags::-webkit-scrollbar-track {
        background: transparent; }
      md-sidenav .sideNavTagWrap .sidenavtags::-webkit-scrollbar-thumb {
        background-color: #90a4ae;
        border-radius: 8px;
        border: 2px solid #e9ebf1; }
      md-sidenav .sideNavTagWrap .sidenavtags.active {
        position: relative; }
        md-sidenav .sideNavTagWrap .sidenavtags.active .tagsLayer {
          position: absolute;
          top: 0;
          left: 0;
          width: 100vw;
          height: 100%; }
      md-sidenav .sideNavTagWrap .sidenavtags .layout-row div {
        padding: 0 4px; }
        md-sidenav .sideNavTagWrap .sidenavtags .layout-row div:first-child {
          padding-inline-start: 12px; }
        md-sidenav .sideNavTagWrap .sidenavtags .layout-row div:last-child {
          padding-inline-end: 12px; }
      md-sidenav .sideNavTagWrap .sidenavtags a.pill-btn {
        margin: 0;
        padding-inline-start: 12px;
        padding-inline-end: 12px;
        font-size: 14px;
        color: #666;
        border-color: #d5d7dc;
        white-space: nowrap; }
        md-sidenav .sideNavTagWrap .sidenavtags a.pill-btn:hover {
          border-color: #22D20C; }
  md-sidenav .sideNavContent h3 {
    text-transform: uppercase;
    margin-top: 28px;
    margin-bottom: 12px;
    font-size: 14px;
    padding-inline-start: 16px;
    color: #333; }
    md-sidenav .sideNavContent h3.memberGreeting {
      text-transform: none; }
  md-sidenav .sideNavContent div.memberGreeting {
    margin-top: 10px;
    padding-top: 13px;
    padding-bottom: 13px;
    color: #fff; }
    md-sidenav .sideNavContent div.memberGreeting, md-sidenav .sideNavContent div.memberGreeting .ysPoints {
      color: #fff; }
    md-sidenav .sideNavContent div.memberGreeting b {
      font-size: 15px; }
      md-sidenav .sideNavContent div.memberGreeting b + div {
        margin: 3px 0 4px; }
    md-sidenav .sideNavContent div.memberGreeting p {
      margin: 0;
      font-size: 12px; }
    md-sidenav .sideNavContent div.memberGreeting div {
      padding: 0;
      font-size: 12px;
      line-height: 14px;
      white-space: normal; }
    md-sidenav .sideNavContent div.memberGreeting .ysPoints {
      margin: 0;
      padding: 0;
      background: none; }
  md-sidenav .sideNavContent ul {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden; }
    md-sidenav .sideNavContent ul li.sideNavContentList {
      height: 48px;
      color: #555;
      background-color: #fff;
      border-top: solid 1px #e9ebf1; }
      md-sidenav .sideNavContent ul li.sideNavContentList a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0 16px;
        line-height: 48px;
        position: relative;
        box-sizing: border-box; }
        md-sidenav .sideNavContent ul li.sideNavContentList a span.icon,
        md-sidenav .sideNavContent ul li.sideNavContentList a .flagIcon {
          position: absolute; }
        md-sidenav .sideNavContent ul li.sideNavContentList a span.icon {
          inset-inline-end: 16px;
          top: 0; }
        md-sidenav .sideNavContent ul li.sideNavContentList a .flagIcon {
          inset-inline-end: 9px;
          top: 13px;
          margin: 0 auto; }
        md-sidenav .sideNavContent ul li.sideNavContentList a:hover .flagIcon {
          border-color: #22D20C; }
    md-sidenav .sideNavContent ul li.joinInfluencer {
      background: linear-gradient(to right, #ff5481, #fe7096, #ff83a5); }
      md-sidenav .sideNavContent ul li.joinInfluencer a {
        color: #fff;
        font-weight: bold; }
  md-sidenav .navPromoBox h3 {
    padding-left: 0; }

.memberPulldown:before {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  width: 100%;
  height: 75px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.memberGreeting {
  position: relative;
  padding: 0 16px;
  color: #fff; }
  @media (min-width: 960px) {
    .memberGreeting {
      padding-top: 1px;
      padding-bottom: 8px; } }
  .memberGreeting > * {
    padding: 0; }
  .memberGreeting b {
    font-size: 15px; }
    .memberGreeting b + div {
      padding-top: 1px;
      padding-bottom: 8px; }
  .memberGreeting div {
    line-height: 16px;
    white-space: nowrap; }
  .memberGreeting .ysPoints {
    margin: 0 -16px;
    padding: 7px 16px;
    color: #555;
    background: #eee; }

div[id^="menu_container_"].md-whiteframe-z2.md-active {
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.2); }

md-menu-content.boxTips {
  position: relative;
  overflow-y: visible;
  border-radius: 5px; }
  md-menu-content.boxTips md-menu-item {
    min-height: auto;
    height: auto; }
    md-menu-content.boxTips md-menu-item > .md-menu {
      padding: 0;
      margin: 0; }
      md-menu-content.boxTips md-menu-item > .md-menu > .md-button:before {
        display: block;
        content: '\25BC';
        position: absolute;
        inset-inline-end: 8px;
        top: 6px;
        speak: none;
        -webkit-transform: rotate(270deg) scaleY(0.45) scaleX(0.9);
        transform: rotate(270deg) scaleY(0.45) scaleX(0.9); }
        html.translated-rtl md-menu-content.boxTips md-menu-item > .md-menu > .md-button:before, html[dir=rtl] md-menu-content.boxTips md-menu-item > .md-menu > .md-button:before {
          -webkit-transform: rotate(90deg) scaleY(0.45) scaleX(0.9);
          transform: rotate(90deg) scaleY(0.45) scaleX(0.9); }
    md-menu-content.boxTips md-menu-item .md-button {
      -webkit-transition: 0.3s;
      transition: 0.3s;
      white-space: normal;
      min-height: 0;
      line-height: 1.3;
      color: #555;
      border-radius: 0;
      margin: auto 0;
      font-size: 15px;
      text-transform: none;
      font-weight: 400;
      padding: 6px 16px;
      text-align: left;
      display: flex;
      align-items: baseline;
      align-content: flex-start;
      width: 100%; }
      md-menu-content.boxTips md-menu-item .md-button:hover {
        color: #22D20C; }

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  opacity: 0;
  visibility: hidden; }
  .backdrop.active {
    opacity: 1;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    background: rgba(33, 33, 33, 0.28);
    visibility: visible; }

.discount-bar-wrapper {
  height: 40px;
  background-color: #fff;
  border-bottom: 1px solid #f1f2f6; }

.discount-bar {
  position: relative;
  padding: 0 6px;
  transition: height 0.5s ease-in-out 0s; }
  .discount-bar a.static-bar {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    color: unset; }
    .discount-bar a.static-bar > div:first-child {
      -webkit-transition: 0.3s;
      transition: 0.3s;
      margin-left: 4px;
      margin-right: 4px; }
    .discount-bar a.static-bar:hover > div:first-child {
      text-decoration: underline; }
  .discount-bar, .discount-bar .shrink-bar {
    color: #fff;
    background: #8824BB; }
  .discount-bar .static-bar {
    width: 100%;
    height: 40px;
    font-size: 13px;
    line-height: 16px;
    cursor: pointer; }
    @media (max-width: 320px) {
      .discount-bar .static-bar {
        font-size: 11px; } }
    @media (max-width: 440px) {
      .discount-bar .static-bar {
        font-size: 12px; } }
    .discount-bar .static-bar .couponCode {
      margin: 0 4px;
      font-weight: bold;
      color: #EEF230; }
    .discount-bar .static-bar .divider {
      width: 1px;
      height: 9px;
      margin: 0 6px;
      background-color: rgba(255, 255, 255, 0.3); }
    .discount-bar .static-bar .bold, .discount-bar .static-bar b {
      margin: 0 4px; }
    .discount-bar .static-bar span.drop-down {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8.65px 5px 0;
      border-color: white transparent transparent;
      padding-left: unset !important;
      margin-inline: 0 !important;
      transition: transform .5s ease;
      border-top-width: 6.65px; }
    .discount-bar .static-bar.active + .shrink-bar {
      max-height: 125px;
      padding-bottom: 16px; }
    .discount-bar .static-bar.active span.drop-down {
      transform: rotate(180deg); }
  .discount-bar .shrink-bar {
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    font-size: 12px;
    width: 100%;
    position: absolute;
    z-index: 80;
    top: 40px;
    height: fit-content;
    max-height: 0;
    padding-bottom: 0;
    text-align: center; }
    .discount-bar .shrink-bar .restriction, .discount-bar .shrink-bar a {
      color: rgba(255, 255, 255, 0.7); }
    .discount-bar .shrink-bar .restriction {
      margin-top: -2px; }
    .discount-bar .shrink-bar a {
      margin-top: 8px;
      white-space: nowrap; }
      .discount-bar .shrink-bar a:hover {
        color: #fff; }
    .discount-bar .shrink-bar discount {
      font-size: 16px;
      line-height: 19px;
      font-weight: bold;
      color: #fff; }
    .discount-bar .shrink-bar span {
      font-size: 12px;
      line-height: 17px;
      padding-left: 0; }
      @media (min-width: 960px) {
        .discount-bar .shrink-bar span {
          font-size: 16px;
          line-height: 19px;
          font-weight: bold;
          padding-inline-start: 5px; } }
    @media (min-width: 960px) {
      .discount-bar .shrink-bar .x-divider > :not(:first-child) {
        position: relative;
        margin-inline-start: 21px; }
        .discount-bar .shrink-bar .x-divider > :not(:first-child):before {
          position: absolute;
          content: "";
          display: block;
          inset-inline-start: -11px;
          inset-block: calc((100% - 14px)/2);
          background-color: rgba(255, 255, 255, 0.3);
          height: 14px;
          width: 1px; } }
    @media (max-width: 959px) {
      .discount-bar .shrink-bar .x-divider > :not(:first-child) {
        position: relative;
        margin-inline-start: 33px; }
        .discount-bar .shrink-bar .x-divider > :not(:first-child):before {
          position: absolute;
          content: "";
          display: block;
          inset-inline-start: -17px;
          inset-block: calc((100% - 29px)/2);
          background-color: rgba(255, 255, 255, 0.3);
          height: 29px;
          width: 1px; } }
  .discount-bar .bold {
    color: #ff6c6c; }

.shippingDestination {
  display: none;
  width: 100%;
  font-size: 13px;
  background-color: #fff;
  border-bottom: 1px solid #f1f2f6; }
  .shippingDestination .contentWrapper {
    position: relative;
    height: 40px;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 9px; }
    @media (min-width: 960px) {
      .shippingDestination .contentWrapper {
        padding-left: 70px;
        padding-right: 70px; } }
  .shippingDestination span {
    padding: 0 4px; }
  .shippingDestination .vline {
    color: #bfbfbf; }
  .shippingDestination a {
    margin: 0 8px;
    text-decoration: underline;
    border-bottom: 0; }
  .shippingDestination .closeButton {
    position: absolute;
    inset-inline-end: 0;
    margin: 0 3px; }
    @media (min-width: 960px) {
      .shippingDestination .closeButton {
        margin-left: 25px;
        margin-right: 25px; } }
  .shippingDestination.active {
    display: block; }

.coupon-code-only-bar {
  padding: 0 6px;
  color: #fff;
  background-color: #222;
  height: 40px;
  border-bottom: 1px solid #f1f2f6; }
  @media (max-width: 320px) {
    .coupon-code-only-bar {
      font-size: 11px; } }
  @media (max-width: 440px) {
    .coupon-code-only-bar {
      font-size: 12px; } }
  .coupon-code-only-bar .divider {
    width: 1px;
    height: 12px;
    margin: 1px 8px 0;
    background: #aaa; }
  .coupon-code-only-bar b {
    margin: 0 4px; }

.mainMenu a {
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box; }
  @media (max-width: 959px) {
    .mainMenu a {
      width: 100%;
      height: 80px;
      line-height: 80px;
      margin: 0 0 10px;
      padding: 0 100px 0 16px;
      background-color: #e1e1e1;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: right; }
      .mainMenu a:last-child {
        margin-bottom: 0; } }
  @media (min-width: 960px) {
    .mainMenu a {
      position: relative;
      display: block;
      height: 40px;
      margin: 0 2px;
      padding: 8px 11px;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0.8px;
      overflow: hidden;
      font-family: 'All Round Gothic', 'Hiragino Maru Gothic Pro', 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif; }
      .mainMenu a:not(:hover) {
        color: #333333; } }
  .mainMenu a.sale {
    color: #f33; }

/* Below images are reusing with YSAPP */
@media (max-width: 959px) {
  a.new-in {
    background-image: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/imgs/creative/share/mm_new_in.jpg); }

  a.women {
    background-image: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/imgs/creative/share/mm_women.jpg); }

  a.beauty {
    background-image: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/imgs/creative/share/mm_beauty.jpg); }

  a.men {
    background-image: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/imgs/creative/share/mm_men.jpg); }

  a.lifestyle {
    background-image: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/imgs/creative/share/mm_lifestyle.jpg); }

  a.health {
    background-image: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/imgs/creative/share/mm_health.jpg); }

  a.sale {
    background-image: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/imgs/creative/share/mm_sale.jpg); }

  a.blog {
    background-image: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/imgs/creative/share/mm_blog.jpg); } }
.flagIcon {
  margin: 2px;
  border-radius: 24px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25); }

.accessbar .flagIcon, .contentWrapper .flagIcon, .sideNavContentList .flagIcon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  width: 18px;
  height: 18px;
  margin: 10px auto;
  padding: 1px;
  border-radius: 50%;
  border: solid 1px #e3e3e3;
  background: #fff;
  box-shadow: none; }

/* Firefox spacing issue */
@-moz-document url-prefix() {
  .accessbar .flagIcon {
    margin: 9px auto; } }
.siteAlert {
  text-align: center; }
  .siteAlert .alert {
    margin-bottom: 0; }

.loading:after {
  content: ' .';
  animation: dots 3s steps(5, end) infinite; }

@keyframes dots {
  0%,
	20% {
    color: transparent;
    text-shadow: 0.25em 0 0 transparent, 0.5em 0 0 transparent; }
  40% {
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0.25em 0 0 transparent, 0.5em 0 0 transparent; }
  60% {
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0.8), 0.5em 0 0 transparent; }
  80%,
	100% {
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0.8), 0.5em 0 0 rgba(0, 0, 0, 0.8); } }
i.icon-holidayStock {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 18px;
  background: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/icons/xmas2017_icon.svg) no-repeat;
  background-size: contain; }

md-toast.bagToast {
  position: absolute;
  z-index: 50;
  padding: 0;
  text-align: left;
  overflow: visible; }
  md-toast.bagToast .md-toast-content {
    flex-wrap: wrap;
    position: relative;
    padding: 12px;
    background: rgba(34, 34, 34, 0.85);
    border-radius: 3px; }
    md-toast.bagToast .md-toast-content:before {
      display: none; }
  md-toast.bagToast .md-toast-text {
    padding: 0 36px 0 0;
    width: 100% !important; }
    md-toast.bagToast .md-toast-text div {
      margin-top: 4px; }
  md-toast.bagToast .md-button {
    margin: 12px 6px 0px;
    border: 0; }
    md-toast.bagToast .md-button:first-child {
      margin-left: 0; }
    md-toast.bagToast .md-button:last-child {
      margin-right: 0; }
    md-toast.bagToast .md-button.round-btn {
      color: #666; }
    md-toast.bagToast .md-button.closeButton {
      position: absolute;
      right: 0;
      top: -16px; }
  md-toast.bagToast .toBeMember {
    margin: 1em -12px -12px;
    background: rgba(0, 0, 0, 0.6);
    padding: 12px; }
    md-toast.bagToast .toBeMember a {
      color: #FFF; }
      md-toast.bagToast .toBeMember a:hover {
        color: #22D20C; }
  md-toast.bagToast.alert-danger .md-toast-content {
    background: #fde5e5;
    color: #a94442; }

.InBagToastWrapper {
  z-index: 42;
  width: 100%; }
  .InBagToastWrapper md-toast.bagToast {
    bottom: auto;
    left: 0; }

.InBagToastStickyWrapper {
  position: fixed;
  z-index: 42;
  bottom: 0;
  width: 100%; }
  .InBagToastStickyWrapper md-toast.bagToast {
    top: auto;
    bottom: 0;
    width: 100%; }
    .InBagToastStickyWrapper md-toast.bagToast .md-toast-content, .InBagToastStickyWrapper md-toast.bagToast .round-btn-wrapper {
      text-align: center; }
    .InBagToastStickyWrapper md-toast.bagToast .md-toast-content {
      padding: 14px 16px 68px;
      border-radius: 0; }
    .InBagToastStickyWrapper md-toast.bagToast .round-btn-wrapper {
      width: 100%; }
  @media (min-width: 960px) {
    .InBagToastStickyWrapper {
      position: relative;
      bottom: 0;
      z-index: 41; }
      .InBagToastStickyWrapper md-toast.bagToast {
        bottom: auto;
        max-width: 434px; }
        .InBagToastStickyWrapper md-toast.bagToast .md-toast-content, .InBagToastStickyWrapper md-toast.bagToast .round-btn-wrapper {
          text-align: left; }
        .InBagToastStickyWrapper md-toast.bagToast .md-toast-content {
          padding: 14px 16px;
          border-radius: 0 0 3px 3px; } }

md-bottom-sheet.quickSignUpBottomSheet.bottomSheet {
  max-width: 630px; }
  md-bottom-sheet.quickSignUpBottomSheet.bottomSheet.ng-enter-active {
    -webkit-transform: translate3d(0, 300px, 0) !important;
    transform: translate3d(0, 300px, 0) !important; }
  md-bottom-sheet.quickSignUpBottomSheet.bottomSheet .main-register-image, md-bottom-sheet.quickSignUpBottomSheet.bottomSheet .main-register-content h4 {
    display: none; }
  md-bottom-sheet.quickSignUpBottomSheet.bottomSheet .main-register-content {
    padding: 24px 8px; }
    md-bottom-sheet.quickSignUpBottomSheet.bottomSheet .main-register-content h3 {
      margin: 0 0 16px;
      font-weight: normal; }
      md-bottom-sheet.quickSignUpBottomSheet.bottomSheet .main-register-content h3.success {
        margin-bottom: 4px; }
      @media (max-width: 599px) {
        md-bottom-sheet.quickSignUpBottomSheet.bottomSheet .main-register-content h3 {
          font-size: 24px;
          line-height: 26px; } }
    md-bottom-sheet.quickSignUpBottomSheet.bottomSheet .main-register-content p {
      margin: 0; }
  @media (max-width: 959px) {
    md-bottom-sheet.quickSignUpBottomSheet.bottomSheet:not(.ng-enter) {
      bottom: -8px; } }
  md-bottom-sheet.quickSignUpBottomSheet.bottomSheet .closeButton {
    top: 12px;
    right: 4px;
    z-index: 99; }

.main-register-image {
  height: 100%; }
  @media (max-width: 959px) {
    .main-register-image {
      height: 150px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 10; } }
  @media (max-width: 599px) {
    .main-register-image {
      height: 130px;
      overflow: hidden; } }
  .main-register-image .photo-left, .main-register-image .photo-right {
    position: absolute;
    z-index: 1; }
    @media (min-width: 960px) {
      .main-register-image .photo-left, .main-register-image .photo-right {
        top: 0; } }
    @media (max-width: 959px) {
      .main-register-image .photo-left, .main-register-image .photo-right {
        z-index: 10;
        top: 0;
        width: 240px;
        height: 220px; } }
    @media (max-width: 599px) {
      .main-register-image .photo-left, .main-register-image .photo-right {
        width: 200px;
        height: 183px; } }
  .main-register-image .photo-left {
    left: 0; }
    @media (max-width: 959px) {
      .main-register-image .photo-left {
        left: 6%; } }
    @media (max-width: 599px) {
      .main-register-image .photo-left {
        left: -2%; } }
    @media (max-width: 419px) {
      .main-register-image .photo-left {
        left: -4%; } }
  .main-register-image .photo-right {
    right: 0; }
    @media (max-width: 959px) {
      .main-register-image .photo-right {
        right: 6%; } }
    @media (max-width: 599px) {
      .main-register-image .photo-right {
        right: -2%; } }
    @media (max-width: 419px) {
      .main-register-image .photo-right {
        right: -4%; } }

.main-register-box {
  max-width: 630px;
  margin: 0 auto;
  position: relative;
  color: #222;
  z-index: 5; }
  .main-register-box .titleRemark {
    display: inline-block;
    margin-top: -1.5em;
    position: relative;
    z-index: 10; }
  @media (min-width: 600px) {
    .main-register-box:before, .main-register-box:after {
      content: '';
      left: 20px;
      z-index: 1;
      position: absolute;
      bottom: 15px;
      width: calc( 50% - Min(10px, 2%) );
      height: 8px;
      max-width: 300px;
      background: #777;
      -webkit-box-shadow: 0 14px 10px #777;
      -moz-box-shadow: 0 14px 10px #777;
      box-shadow: 0 14px 10px #777;
      -webkit-transform: rotate(-3deg);
      -moz-transform: rotate(-3deg);
      -o-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      transform: rotate(-3deg); }
    .main-register-box:after {
      right: 20px;
      left: auto;
      -webkit-transform: rotate(3deg);
      -moz-transform: rotate(3deg);
      -o-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
      transform: rotate(3deg); } }
  @media (max-width: 959px) {
    .main-register-box {
      padding: 0 16px; } }
  .main-register-box .main-register-content {
    background: linear-gradient(130deg, #fef1b4, #ffc7d4 70%);
    padding: 32px 8px;
    position: relative;
    z-index: 20;
    border-radius: 8px;
    text-align: center; }
    .main-register-box .main-register-content h4 {
      font-size: 16px;
      margin: 0 0 3px;
      color: #333; }
    .main-register-box .main-register-content h3 {
      font-size: 30px;
      color: #333;
      margin: 0 0 24px;
      text-transform: uppercase; }
      .main-register-box .main-register-content h3.success {
        margin-bottom: 4px; }
      @media (max-width: 959px) {
        .main-register-box .main-register-content h3 {
          font-size: 32px;
          line-height: 32px; }
          .main-register-box .main-register-content h3.success {
            margin-bottom: 16px; } }
    .main-register-box .main-register-content .splashpage-register-form {
      position: relative;
      z-index: 20; }
    .main-register-box .main-register-content .main-register-box-colorblend {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      box-shadow: inset 0px 0px 50px 10px #000;
      width: 100%;
      height: 100%;
      mix-blend-mode: overlay;
      border-radius: 10px; }
    .main-register-box .main-register-content .text-small {
      font-size: 12px;
      color: #6C6D6D; }
      .main-register-box .main-register-content .text-small.checkbox {
        margin-top: 16px; }
      .main-register-box .main-register-content .text-small.success {
        margin-top: 8px; }
        @media (max-width: 959px) {
          .main-register-box .main-register-content .text-small.success {
            margin-top: 24px; } }
      .main-register-box .main-register-content .text-small span:first-of-type {
        padding: 3px 30px 8px 0; }
        @media (max-width: 599px) {
          .main-register-box .main-register-content .text-small span:first-of-type {
            padding-right: 0;
            text-align: left !important; } }
    .main-register-box .main-register-content .text-success-small {
      font-size: 16px; }
    .main-register-box .main-register-content .text-success-code {
      background-color: #fff;
      padding: 2px 50px;
      border-radius: 4px;
      color: #ff70b3;
      font-size: 32px;
      font-weight: bold;
      min-width: 150px;
      margin: 6px auto;
      position: relative;
      z-index: 2; }
    .main-register-box .main-register-content .error-msg {
      color: red;
      display: block;
      margin-top: 5px; }
    .main-register-box .main-register-content .email-inputbox {
      text-align: center;
      border: solid 1px #aaaaaa;
      width: 100%;
      /*border 2px top 2px bottom*/
      -webkit-appearance: none;
      border-radius: 0; }
      @media (max-width: 599px) {
        .main-register-box .main-register-content .email-inputbox {
          box-sizing: border-box;
          height: 36px;
          line-height: 36px; } }
    .main-register-box .main-register-content .md-button {
      margin: 0;
      min-width: 140px; }
      @media (min-width: 600px) {
        .main-register-box .main-register-content .md-button {
          border-top-left-radius: 0px;
          border-bottom-left-radius: 0px; } }
      @media (max-width: 599px) {
        .main-register-box .main-register-content .md-button {
          width: 100%;
          border-top-left-radius: 0px;
          border-top-right-radius: 0px; } }
    .main-register-box .main-register-content md-checkbox {
      margin-bottom: 0;
      margin-right: 5px;
      width: 15px;
      height: 15px; }
    .main-register-box .main-register-content ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #C0C0C0;
      opacity: 1;
      /* Firefox */ }
    .main-register-box .main-register-content :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #C0C0C0; }
    .main-register-box .main-register-content ::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #C0C0C0; }

@media (max-width: 959px) {
  div:not(.quickSignUpBottomSheet) .main-register-content {
    padding-bottom: 150px; } }
@media (max-width: 599px) {
  div:not(.quickSignUpBottomSheet) .main-register-content {
    padding-bottom: 130px;
    width: 100%;
    margin: 0 auto; } }

div:not(.quickSignUpBottomSheet) .main-register-section {
  position: relative; }
  @media (max-width: 959px) {
    div:not(.quickSignUpBottomSheet) .main-register-section {
      margin-bottom: 120px; } }
  @media (min-width: 960px) {
    div:not(.quickSignUpBottomSheet) .main-register-section {
      margin-bottom: 120px; } }
  @media (max-width: 599px) {
    div:not(.quickSignUpBottomSheet) .main-register-section {
      margin-bottom: 60px; } }

/*
html[class^='translated'],
body[style*='top: 40px'] {
	header.fixed { top: $googleTranslateHeight; }
	@include when-sm {
		.expandPullDown { top: $mHeadHeight + $googleTranslateHeight + $topbarHeight + $toolbarHeaderHeight; }
	}
	shipdest.shippingDestination {
		top: $googleTranslateHeight;
		&.active {
			& ~ header.fixed { top: $mShippingHeight + $googleTranslateHeight; }
			@include when-gt-xs {
				& ~ header.fixed { top: $shippingHeight + $googleTranslateHeight; }
			}
			@include when-sm {
				.expandPullDown { top: $mHeadHeight + $mShippingHeight + $googleTranslateHeight + $topbarHeight +
						$toolbarHeaderHeight; }
			}
		}
	}
	.bagContainer { margin-top: $googleTranslateHeight; }
}
*/
/* MD override */
.slide-menu-button {
  text-align: center;
  padding: 0 11px; }
  .slide-menu-button:before, .slide-menu-button:after,
  .slide-menu-button span {
    content: '';
    display: block;
    overflow: hidden;
    width: 20px;
    height: 3px;
    background: #ccc;
    border-radius: 3px;
    margin: 3px auto; }

md-input-container label,
md-input-container md-select .md-select-value.md-select-placeholder {
  color: #666; }
md-input-container md-radio-group {
  margin: 8px 0; }

::-webkit-input-placeholder {
  color: #666; }

::-moz-placeholder {
  color: #666; }

:-ms-input-placeholder {
  color: #666; }

md-dialog {
  max-width: 959px;
  /* To fix the shipping rate dialog issue, the table content could not show correctly */ }
  md-dialog .freeShippingNotePanel {
    overflow: hidden; }
  md-dialog .md-dialog-content {
    padding: 24px 16px; }
    md-dialog .md-dialog-content .md-dialog-collection-title {
      font-size: 16px;
      font-weight: bold;
      color: #666; }
    md-dialog .md-dialog-content .md-caption {
      color: #999;
      line-height: 30px; }
  md-dialog md-dialog-content > .closeButton {
    position: absolute;
    right: 0;
    top: 6px;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 51; }
  md-dialog md-dialog-actions {
    padding: 2px 16px 8px !important; }
    md-dialog md-dialog-actions .md-button:first-child {
      margin-inline-start: 0; }
    md-dialog md-dialog-actions.sponsorTnc > div .md-button {
      min-width: 180px; }
    md-dialog md-dialog-actions.round-btn-wrapper.actionButtonWrapper {
      margin-bottom: 0; }
  md-dialog.influencerDialog {
    max-width: 600px !important; }

md-toast {
  text-align: center; }
  md-toast.md-ys-theme .md-toast-content {
    background-color: #4caf50; }
  md-toast.md-warning-theme .md-toast-content {
    background-color: #a94442; }

.collectionToast {
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1); }

md-bottom-sheet.errorsheet, md-bottom-sheet.bottomSheet {
  background: transparent;
  border: none;
  padding: 0 0 80px; }
  md-bottom-sheet.errorsheet#cookiePolicyEU, md-bottom-sheet.bottomSheet#cookiePolicyEU {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    bottom: auto; }
    md-bottom-sheet.errorsheet#cookiePolicyEU .cookiesButtons, md-bottom-sheet.bottomSheet#cookiePolicyEU .cookiesButtons {
      max-width: 390px;
      width: 100%; }
      md-bottom-sheet.errorsheet#cookiePolicyEU .cookiesButtons .outlinedButton, md-bottom-sheet.errorsheet#cookiePolicyEU .cookiesButtons .primaryButton, md-bottom-sheet.errorsheet#cookiePolicyEU .cookiesButtons .basicButton, md-bottom-sheet.errorsheet#cookiePolicyEU .cookiesButtons .primaryButton, md-bottom-sheet.errorsheet#cookiePolicyEU .cookiesButtons .outlinedButton, md-bottom-sheet.errorsheet#cookiePolicyEU .cookiesButtons .textButton, md-bottom-sheet.errorsheet#cookiePolicyEU .cookiesButtons .md-cancel-button, md-bottom-sheet.errorsheet#cookiePolicyEU .cookiesButtons .md-confirm-button, md-bottom-sheet.bottomSheet#cookiePolicyEU .cookiesButtons .outlinedButton, md-bottom-sheet.bottomSheet#cookiePolicyEU .cookiesButtons .primaryButton, md-bottom-sheet.bottomSheet#cookiePolicyEU .cookiesButtons .basicButton, md-bottom-sheet.bottomSheet#cookiePolicyEU .cookiesButtons .primaryButton, md-bottom-sheet.bottomSheet#cookiePolicyEU .cookiesButtons .outlinedButton, md-bottom-sheet.bottomSheet#cookiePolicyEU .cookiesButtons .textButton, md-bottom-sheet.bottomSheet#cookiePolicyEU .cookiesButtons .md-cancel-button, md-bottom-sheet.bottomSheet#cookiePolicyEU .cookiesButtons .md-confirm-button {
        margin: 0px; }
      md-bottom-sheet.errorsheet#cookiePolicyEU .cookiesButtons .cookiesButtonUpper, md-bottom-sheet.bottomSheet#cookiePolicyEU .cookiesButtons .cookiesButtonUpper {
        display: flex;
        gap: 10px;
        margin-block-end: 10px; }
        md-bottom-sheet.errorsheet#cookiePolicyEU .cookiesButtons .cookiesButtonUpper .outlinedButton, md-bottom-sheet.errorsheet#cookiePolicyEU .cookiesButtons .cookiesButtonUpper .primaryButton, md-bottom-sheet.bottomSheet#cookiePolicyEU .cookiesButtons .cookiesButtonUpper .outlinedButton, md-bottom-sheet.bottomSheet#cookiePolicyEU .cookiesButtons .cookiesButtonUpper .primaryButton {
          width: calc(50% - 5px);
          -webkit-transition: 0.3s;
          transition: 0.3s; }
    @media (max-width: 599px) {
      md-bottom-sheet.errorsheet#cookiePolicyEU, md-bottom-sheet.bottomSheet#cookiePolicyEU {
        margin: 0 16px; }
        md-bottom-sheet.errorsheet#cookiePolicyEU .cookiesButtons, md-bottom-sheet.bottomSheet#cookiePolicyEU .cookiesButtons {
          max-width: none; } }
    md-bottom-sheet.errorsheet#cookiePolicyEU.ng-enter, md-bottom-sheet.bottomSheet#cookiePolicyEU.ng-enter {
      opacity: 0; }
  md-bottom-sheet.errorsheet .closeButton, md-bottom-sheet.bottomSheet .closeButton {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px; }
  md-bottom-sheet.errorsheet .alert, md-bottom-sheet.bottomSheet .alert {
    margin-bottom: 0;
    padding: 0;
    border-radius: 0; }
  @media (min-width: 960px) {
    md-bottom-sheet.errorsheet, md-bottom-sheet.bottomSheet {
      padding: 0 16px 96px; }
      md-bottom-sheet.errorsheet .alert, md-bottom-sheet.bottomSheet .alert {
        z-index: 72;
        border-radius: 4px; } }
  md-bottom-sheet.errorsheet .cookiesConsent, md-bottom-sheet.bottomSheet .cookiesConsent {
    max-width: 649px;
    margin: 0 auto;
    padding: 0 16px 24px;
    background-color: #FFF; }
    md-bottom-sheet.errorsheet .cookiesConsent .euTitle, md-bottom-sheet.bottomSheet .cookiesConsent .euTitle {
      margin-block: 16px 8px; }
  md-bottom-sheet.errorsheet .cookiesMsg, md-bottom-sheet.bottomSheet .cookiesMsg {
    text-align: center;
    font-size: 12px; }
    @media (min-width: 600px) {
      md-bottom-sheet.errorsheet .cookiesMsg, md-bottom-sheet.bottomSheet .cookiesMsg {
        font-size: 14px; } }
    @media (max-width: 959px) {
      md-bottom-sheet.errorsheet .cookiesMsg, md-bottom-sheet.bottomSheet .cookiesMsg {
        padding: 8px 16px 0; } }
    @media (min-width: 960px) {
      md-bottom-sheet.errorsheet .cookiesMsg, md-bottom-sheet.bottomSheet .cookiesMsg {
        text-align: start;
        padding: 16px; } }
    md-bottom-sheet.errorsheet .cookiesMsg .link, md-bottom-sheet.bottomSheet .cookiesMsg .link {
      white-space: nowrap; }
  md-bottom-sheet.errorsheet .cookiesEUMsg, md-bottom-sheet.bottomSheet .cookiesEUMsg {
    text-align: center;
    font-size: 14px;
    padding-block: 16px 20px;
    line-height: 19px; }
    md-bottom-sheet.errorsheet .cookiesEUMsg .link, md-bottom-sheet.bottomSheet .cookiesEUMsg .link {
      white-space: nowrap; }
    md-bottom-sheet.errorsheet .cookiesEUMsg a, md-bottom-sheet.bottomSheet .cookiesEUMsg a {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
  md-bottom-sheet.errorsheet .container, md-bottom-sheet.bottomSheet .container {
    position: relative;
    padding: 16px 52px 16px 16px;
    text-align: left; }
    @media (min-width: 960px) {
      md-bottom-sheet.errorsheet .container, md-bottom-sheet.bottomSheet .container {
        padding-left: 92px;
        padding-right: 92px;
        text-align: center; }
        md-bottom-sheet.errorsheet .container .closeButton, md-bottom-sheet.bottomSheet .container .closeButton {
          right: 35px; } }
md-bottom-sheet.errorsheet {
  max-width: 1220px;
  margin-inline: auto; }
  @media (min-width: 960px) {
    md-bottom-sheet.errorsheet {
      padding-inline: 30px;
      padding-block-end: 86px; } }
  md-bottom-sheet.errorsheet .container {
    min-height: 100px;
    padding-inline: 16px 52px; }
    @media (max-width: 959px) {
      md-bottom-sheet.errorsheet .container {
        text-align: start; } }
    @media (min-width: 960px) {
      md-bottom-sheet.errorsheet .container {
        padding-inline: 52px; } }
  md-bottom-sheet.errorsheet .closeButton {
    top: 25px;
    inset-inline: auto 0 !important; }
    @media (min-width: 960px) {
      md-bottom-sheet.errorsheet .closeButton {
        top: 20px; } }
md-bottom-sheet.bottomSheet {
  max-width: 1220px;
  margin: 0 auto;
  box-sizing: border-box;
  background: transparent; }
  md-bottom-sheet.bottomSheet .alert {
    margin: 0 auto;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    border-top: 0; }
    md-bottom-sheet.bottomSheet .alert span.link {
      color: #245269;
      text-decoration: underline;
      cursor: pointer;
      white-space: nowrap; }
md-bottom-sheet .md-dialog-content {
  padding: 24px 16px; }
  md-bottom-sheet .md-dialog-content .md-dialog-collection-title {
    font-size: 16px;
    font-weight: bold;
    color: #666; }
  md-bottom-sheet .md-dialog-content .md-caption {
    color: #999;
    line-height: 30px; }
md-bottom-sheet md-dialog-actions {
  padding: 2px 16px 32px !important; }
  md-bottom-sheet md-dialog-actions .md-button:first-child {
    margin-left: 0; }

.md-errors-spacer {
  display: none; }

md-menu-content .md-toolbar-tools {
  margin-top: -8px; }

md-card {
  min-width: 250px;
  height: 100%;
  border-radius: 0; }
  md-card md-card-title {
    padding-bottom: 8px; }
  md-card md-card-content {
    padding-bottom: 0;
    color: #555; }
  md-card > a > img,
  md-card .card-gift-image img {
    width: 100%; }

@keyframes menulayer {
  from {
    background: rgba(255, 255, 255, 0.8); }
  to {
    background: rgba(255, 255, 255, 0.3); } }
@keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.pullDownMenu {
  text-align: left; }
  .pullDownMenu:before, .pullDownMenu:after,
  .pullDownMenu span:before {
    content: '';
    display: block;
    overflow: hidden;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    margin: 3px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .pullDownMenu:before {
    animation: menulayer 1s linear 0s infinite alternate; }
  .pullDownMenu:after {
    animation: menulayer 1s linear 1s infinite alternate; }
  .pullDownMenu span:before {
    animation: menulayer 1s linear 0.5s infinite alternate; }
  .pullDownMenu:after,
  .pullDownMenu span:before {
    width: 14px; }
  .pullDownMenu span:after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.92px 4px 0;
    border-color: #fff transparent transparent;
    display: inline-block;
    content: '';
    float: right;
    margin: -4px 0; }
  .pullDownMenu.expanded span:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

md-menu-content[ys-affix],
md-menu-content.whiteframe {
  max-height: none; }

.md-toolbar-tools {
  height: auto;
  max-height: initial;
  min-height: 64px; }
  .md-toolbar-tools small {
    font-size: 11px;
    color: #666; }

md-menu-item {
  min-height: auto;
  height: auto; }
  md-menu-item > .md-menu {
    padding: 0;
    margin: 0; }
    md-menu-item > .md-menu > .md-button:before {
      display: block;
      content: '\25BC';
      position: absolute;
      inset-inline-end: 8px;
      top: 6px;
      speak: none;
      -webkit-transform: rotate(270deg) scaleY(0.45) scaleX(0.9);
      transform: rotate(270deg) scaleY(0.45) scaleX(0.9); }
      html.translated-rtl md-menu-item > .md-menu > .md-button:before, html[dir=rtl] md-menu-item > .md-menu > .md-button:before {
        -webkit-transform: rotate(90deg) scaleY(0.45) scaleX(0.9);
        transform: rotate(90deg) scaleY(0.45) scaleX(0.9); }
  md-menu-item .md-button {
    white-space: normal;
    min-height: 0;
    line-height: 1.3;
    color: #555;
    border-radius: 0;
    margin: auto 0;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    padding: 6px 16px;
    text-align: left;
    display: flex;
    align-items: baseline;
    align-content: flex-start;
    width: 100%; }
    md-menu-item .md-button:hover {
      color: #22D20C; }

md-tooltip.md-ys-theme ._md-content {
  height: auto;
  white-space: normal;
  max-width: 420px;
  background-color: rgba(0, 0, 0, 0.9); }

.subcategory a {
  text-transform: none !important; }
  .subcategory a:hover {
    color: #22D20C; }

.loadingMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8); }
  .loadingMask.transparent {
    background: none; }

.loadingContainer {
  position: relative;
  width: 100%; }
  .loadingContainer.infinity {
    min-height: 80px; }
  .loadingContainer .loadingMask {
    position: absolute;
    z-index: 40;
    background: rgba(255, 255, 255, 0.8); }

md-dialog .loadingMask {
  z-index: 81; }

/*.spinnerWrapper{padding:11px; background:#fff; border-radius:80px; border:1px solid #e9ebf1;}*/
.carousel {
  position: relative; }
  .carousel > .left, .carousel > .right {
    position: absolute;
    top: 0; }
  .carousel > .left {
    left: 0; }
  .carousel > .right {
    right: 0; }
  .carousel a.carousel-control {
    display: block;
    height: 100%;
    width: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .carousel a.carousel-control .icon, .carousel a.carousel-control .breadcrumbs li:before, .breadcrumbs .carousel a.carousel-control li:before {
      font-size: 30px;
      color: rgba(0, 0, 0, 0.3); }
    .carousel a.carousel-control:hover .icon, .carousel a.carousel-control:hover .breadcrumbs li:before, .breadcrumbs .carousel a.carousel-control:hover li:before {
      color: #22D20C; }
    @media (max-width: 959px) {
      .carousel a.carousel-control {
        display: none; } }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
      line-height: 1; }
    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
      left: 0;
      -ms-transform: translate3d(100%, 0, 0);
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
      left: 0;
      -ms-transform: translate3d(-100%, 0, 0);
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); }
    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
      left: 0;
      -ms-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-indicators {
  margin: 0;
  padding: 0;
  list-style: none;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: -24px;
  z-index: 15;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block !important;
    background-color: #fff;
    width: 12px;
    height: 12px;
    margin: 1px 8px;
    text-indent: -999px;
    border: 1px solid #333;
    border-radius: 50%;
    cursor: pointer; }
  .carousel-indicators .active {
    background-color: #333; }

.ng-animate.item:not(.left):not(.right) {
  -webkit-transition: 0s ease-in-out left;
  transition: 0s ease-in-out left; }

aside {
  /* structure box for content proportion purpose */
  display: block;
  height: 64px; }
  aside .container {
    height: 48px;
    background: rgba(255, 255, 255, 0.6); }
  @media (min-width: 960px) {
    aside {
      height: 56px; }
      aside .container {
        height: 40px; } }

.topbar {
  z-index: 1;
  margin: 0 auto;
  /* .carousel contains "position:relative" property already */ }
  .topbar .carousel {
    width: 100%; }
  .topbar .carousel-control {
    display: none;
    height: 100%;
    line-height: 46px;
    text-decoration: none;
    padding: 0 8px;
    border-radius: 0; }
    .topbar .carousel-control.left {
      padding-inline-end: 16px;
      border-start-start-radius: 0;
      border-start-end-radius: 50%;
      border-end-end-radius: 50%;
      border-end-start-radius: 0; }
    .topbar .carousel-control.right {
      padding-inline-start: 16px;
      border-start-start-radius: 50%;
      border-start-end-radius: 0;
      border-end-end-radius: 0;
      border-end-start-radius: 50%; }
    @media (max-width: 959px) {
      .topbar .carousel-control {
        display: block;
        min-width: 0;
        margin: 0;
        color: #000;
        font-size: 16px;
        font-weight: bold;
        opacity: 0.5; } }
  .topbar div[uib-slide] {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media (min-width: 960px) {
      .topbar div[uib-slide] {
        width: auto; }
        .topbar div[uib-slide].next, .topbar div[uib-slide].prev, .topbar div[uib-slide].active.right, .topbar div[uib-slide].active.left {
          -ms-transform: translate3d(0, 0, 0);
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
        .topbar div[uib-slide]:not(:last-child):after {
          content: '';
          border-left: solid 1px #bfbfbf;
          height: 14px;
          margin-top: 14px; } }
    .topbar div[uib-slide] > div {
      width: 100%;
      height: 100%;
      box-sizing: border-box; }
      @media (max-width: 959px) {
        .topbar div[uib-slide] > div {
          padding: 0; } }
    .topbar div[uib-slide] .md-button {
      width: 100%;
      border-radius: 0;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-align-content: center;
      align-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      text-transform: none;
      width: 100%;
      height: 100%;
      overflow: visible;
      margin: 0;
      text-align: center; }
      .topbar div[uib-slide] .md-button > div {
        line-height: 1.2;
        white-space: normal; }
      @media (max-width: 959px) {
        .topbar div[uib-slide] .md-button {
          width: auto; } }
    @media (max-width: 959px) {
      .topbar div[uib-slide] {
        margin: 0 !important;
        height: 100%;
        position: relative;
        display: none; } }
  .topbar .carousel-inner {
    height: 40px; }
    @media (max-width: 959px) {
      .topbar .carousel-inner {
        position: relative;
        display: block;
        overflow: hidden;
        height: 48px; }
        .topbar .carousel-inner .disabled {
          display: none; }
        .topbar .carousel-inner > .active, .topbar .carousel-inner > .next, .topbar .carousel-inner > .prev {
          display: flex; }
        .topbar .carousel-inner > .active {
          left: 0; }
        .topbar .carousel-inner > .next, .topbar .carousel-inner > .prev {
          position: absolute;
          width: 100%; }
        .topbar .carousel-inner > .next, .topbar .carousel-inner.active.right {
          left: 100%; }
        .topbar .carousel-inner > .prev, .topbar .carousel-inner.active.left {
          left: -100%; } }
  @media (min-width: 960px) {
    .topbar .left,
    .topbar .right {
      position: static; } }
  @media (max-width: 959px) {
    .topbar .left {
      position: absolute;
      left: 0;
      top: 0; }
    .topbar .right {
      position: absolute;
      right: 0;
      top: 0; }
    .topbar > .next, .topbar > .prev {
      position: absolute;
      top: 0;
      width: 100%; }
    .topbar > .next, .topbar > .active.right {
      left: 100%; }
    .topbar > .prev, .topbar > .active.left {
      left: -100%; } }

.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow: auto;
  min-height: 0.01%; }

.table {
  border-collapse: collapse;
  width: 100%;
  /* .condition{ color: #666; font-size:12px; line-height:1.2; }*/ }
  .table th {
    color: #666;
    text-align: left;
    padding: 12px 8px;
    border-bottom: 2px solid #ccc; }
    .table th.align-right {
      text-align: right; }
  .table td {
    border-top: 1px solid #ccc;
    padding: 12px 8px; }
  .table tr.elite-regular {
    background-color: #61f54f; }
  .table tr.elite-bronze {
    background-color: #f5c6a8; }
  .table tr.elite-silver {
    background-color: #a0b9d4; }
  .table tr.elite-gold {
    background-color: #ffd862; }
  @media (max-width: 419px) {
    .table th,
    .table td {
      padding: 4px; } }

.helptable th {
  background-color: #ddd; }
.helptable .odd {
  background-color: #fff; }
.helptable .even {
  background-color: #efefef; }
.helptable.centercell th, .helptable.centercell td {
  text-align: center; }

.helptable ul,
.alert ul {
  margin: 0;
  padding: 0 0 0 16px; }
  .helptable ul li,
  .alert ul li {
    margin: 8px 0; }

.table-bordered th,
.table-bordered td {
  border: 1px solid #ccc; }

.list-info {
  margin: 8px 0; }
  .list-info th,
  .list-info td {
    padding: 4px 0;
    text-align: start; }

.list-amount {
  margin: 0; }
  .list-amount td {
    text-align: right; }

ol.help li,
ul.help li {
  margin-bottom: 8px; }

.xs-break td .md-button.md-mini {
  line-height: 24px;
  width: 24px;
  height: 24px;
  min-height: 24px;
  margin: 0 8px;
  padding: 0; }
@media (max-width: 599px) {
  .xs-break tr {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px 0; }
    .xs-break tr:not(:first-child) {
      border-top: 1px solid #ddd; }
  .xs-break td {
    box-sizing: border-box;
    border: none;
    width: 50%;
    border-top: none;
    padding: 4px 16px; }
    .xs-break td.block {
      width: 100%;
      box-sizing: border-box; }
    .xs-break td.title-xs {
      font-weight: bold; }
    .xs-break td[title]:before {
      display: inline;
      content: attr(title) ": ";
      color: #666; }
    .xs-break td[sku]:before {
      content: attr(title) ": " attr(sku) " - ";
      color: #666;
      white-space: nowrap; }
    .xs-break td[sb]:after {
      content: " " attr(sb);
      white-space: nowrap; }
    .xs-break td[title] span[currency] {
      text-align: left;
      display: inline; }
    .xs-break td[title] span[currency]:before {
      float: none; }
    .xs-break td.align-right {
      text-align: inherit; }
  .xs-break thead:not(.filters),
  .xs-break td:empty,
  .xs-break td.hidden-break,
  .xs-break thead.filters th:not(.filter) {
    display: none; }
  .xs-break thead.filters th.filter {
    padding: 0; }
  .xs-break.bleeding-xs th,
  .xs-break.bleeding-xs td {
    padding-left: 0;
    padding-right: 0; } }
.xs-break tr.subitem td {
  border-top-style: dashed; }
  .xs-break tr.subitem td:empty {
    visibility: hidden; }
@media (max-width: 599px) {
  .xs-break tr.subitem {
    border-top: 1px dashed #ccc; }
    .xs-break tr.subitem td {
      border: none; } }

.longSelectOption md-select-menu, .longSelectOption md-select-menu md-content._md {
  max-height: 400px; }
.longSelectOption md-select-menu {
  min-width: 300px;
  max-width: 592px !important; }
  .longSelectOption md-select-menu md-optgroup md-option {
    padding: 0 16px; }
.longSelectOption md-optgroup label {
  font-weight: bold; }

.select-header {
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  height: 48px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer; }
  .select-header .select-search {
    width: 100%;
    height: 100%;
    padding: 0 16px;
    background-color: #f1f2f6;
    border: none;
    outline: none; }

.searchpanel {
  width: 100%;
  margin: 0 auto; }
  .searchpanel input {
    width: 100%;
    padding: 0 40px 0 15px;
    border: none;
    box-sizing: border-box; }
  .searchpanel:not(.help) {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
    position: absolute;
    z-index: 50;
    height: 0;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1); }
    .searchpanel:not(.help) input {
      -webkit-transition: 0.75s;
      transition: 0.75s;
      padding: 0 16px;
      line-height: 48px;
      text-align: center;
      box-shadow: none; }
      @media (max-width: 959px) {
        .searchpanel:not(.help) input {
          padding: 0 40px; } }
    .searchpanel:not(.help) .container {
      padding: 0; }
      @media (max-width: 959px) {
        .searchpanel:not(.help) .container {
          opacity: 0;
          transition: all 0.3s; } }
    .searchpanel:not(.help), .searchpanel:not(.help) .container, .searchpanel:not(.help) input {
      background: #e7e8ef; }
    .searchpanel:not(.help) .icon-search, .searchpanel:not(.help) .closeButton {
      -webkit-transition: 0.3s;
      transition: 0.3s;
      min-width: 40px;
      height: 40px;
      line-height: 40px;
      margin: 0;
      padding: 0;
      text-align: center; }
    .searchpanel:not(.help) .icon-search, .searchpanel:not(.help) .closeButton, .searchpanel:not(.help) .container {
      color: #999; }
    .searchpanel:not(.help) .closeButton {
      border-radius: 50%; }
      .searchpanel:not(.help) .closeButton:hover {
        color: #333; }
    .searchpanel:not(.help) .icon-search:before {
      font-size: 20px; }
    @media (min-width: 960px) {
      .searchpanel:not(.help) {
        bottom: 40px;
        opacity: 0;
        display: flex; }
        .searchpanel:not(.help) input {
          width: 20%;
          height: 48px; }
        .searchpanel:not(.help) .container {
          padding-left: 26px;
          padding-right: 26px; } }
    .searchpanel:not(.help).active {
      z-index: 51;
      height: 48px;
      visibility: visible;
      display: flex; }
      .searchpanel:not(.help).active input {
        text-align: center; }
      @media (max-width: 959px) {
        .searchpanel:not(.help).active .container {
          height: 50px;
          opacity: 1; } }
      @media (min-width: 960px) {
        .searchpanel:not(.help).active {
          bottom: -34px;
          height: 76px;
          padding-top: 16px;
          opacity: 1; }
          .searchpanel:not(.help).active input {
            width: 100%;
            height: 48px; }
          .searchpanel:not(.help).active:before {
            content: "";
            position: absolute;
            top: 0;
            display: block;
            width: 100%;
            height: 16px;
            background: #fff; } }
  .searchpanel input[type="search"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0; }
    @media (min-width: 960px) {
      .searchpanel input[type="search"] {
        -webkit-border-radius: 2px 0 0 2px;
        border-radius: 2px 0 0 2px; } }
  .searchpanel.withResultContainer {
    overflow: unset; }
    @media (max-width: 959px) {
      .searchpanel.withResultContainer:not(.help).active {
        height: 50px; }
      .searchpanel.withResultContainer:not(.help) input {
        line-height: 50px;
        -webkit-transition: 0s;
        transition: 0s; } }
    .searchpanel.withResultContainer:not(.help) .icon-search {
      transition: none; }
    .searchpanel.withResultContainer .clearButton {
      position: absolute;
      inset-inline-end: 4px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      transition: background-color .3s; }
      .searchpanel.withResultContainer .clearButton svg path {
        fill: #999; }
      .searchpanel.withResultContainer .clearButton:hover svg path {
        fill: #22D20C; }
      @media (min-width: 960px) {
        .searchpanel.withResultContainer .clearButton {
          display: none; } }
    .searchpanel.withResultContainer .recentSearchsContainer {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: #fff;
      z-index: 1; }
      .searchpanel.withResultContainer .recentSearchsContainer .icon-search:before {
        font-size: 14px; }
      .searchpanel.withResultContainer .recentSearchsContainer .recentSearchs, .searchpanel.withResultContainer .recentSearchsContainer .searchSuggests {
        position: relative;
        margin: 0 auto;
        padding: 16px 0 14px;
        display: flex;
        left: 0;
        right: 0;
        width: 100%;
        max-height: 600px;
        max-width: 448px;
        background: #fff;
        z-index: 100;
        min-height: 340px; }
        @media (max-width: 959px) {
          .searchpanel.withResultContainer .recentSearchsContainer .recentSearchs, .searchpanel.withResultContainer .recentSearchsContainer .searchSuggests {
            min-height: 385px; } }
        @media (max-width: 599px) {
          .searchpanel.withResultContainer .recentSearchsContainer .recentSearchs, .searchpanel.withResultContainer .recentSearchsContainer .searchSuggests {
            max-width: unset; } }
      .searchpanel.withResultContainer .recentSearchsContainer .recentSearchs {
        min-height: 310px; }
        @media (max-width: 959px) {
          .searchpanel.withResultContainer .recentSearchsContainer .recentSearchs {
            min-height: 355px; } }
        .searchpanel.withResultContainer .recentSearchsContainer .recentSearchs > div {
          max-width: 600px;
          width: 100%;
          margin: 0 auto; }
          .searchpanel.withResultContainer .recentSearchsContainer .recentSearchs > div > :first-child {
            padding-inline: 16px; }
            .searchpanel.withResultContainer .recentSearchsContainer .recentSearchs > div > :first-child > span {
              color: #aaa;
              text-transform: uppercase; }
            .searchpanel.withResultContainer .recentSearchsContainer .recentSearchs > div > :first-child > a {
              color: #999;
              font-size: 12px;
              transition: color 0.3s; }
              .searchpanel.withResultContainer .recentSearchsContainer .recentSearchs > div > :first-child > a:hover {
                color: #62c357; }
          .searchpanel.withResultContainer .recentSearchsContainer .recentSearchs > div > article {
            display: flex;
            flex-direction: column;
            width: 100%; }
            .searchpanel.withResultContainer .recentSearchsContainer .recentSearchs > div > article > a {
              font-size: 14px;
              padding: 9px 16px 8px;
              text-decoration: none; }
              @media (min-width: 960px) {
                .searchpanel.withResultContainer .recentSearchsContainer .recentSearchs > div > article > a {
                  padding-block: 6px; } }
              .searchpanel.withResultContainer .recentSearchsContainer .recentSearchs > div > article > a:first-of-type {
                margin-top: 5px; }
                @media (max-width: 959px) {
                  .searchpanel.withResultContainer .recentSearchsContainer .recentSearchs > div > article > a:first-of-type {
                    margin-top: 7px; } }
              .searchpanel.withResultContainer .recentSearchsContainer .recentSearchs > div > article > a > span {
                width: 100%;
                display: flex;
                align-items: flex-start;
                color: #666;
                line-height: 19px;
                transition: color 0.3s;
                max-height: 38px;
                overflow: hidden;
                position: relative; }
                @media (max-width: 959px) {
                  .searchpanel.withResultContainer .recentSearchsContainer .recentSearchs > div > article > a > span {
                    line-height: 16px;
                    max-height: 35px; } }
                .searchpanel.withResultContainer .recentSearchsContainer .recentSearchs > div > article > a > span:after {
                  content: '';
                  position: absolute;
                  bottom: 0;
                  inset-inline-end: 0;
                  width: 48px;
                  height: 16px;
                  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 50%); }
              .searchpanel.withResultContainer .recentSearchsContainer .recentSearchs > div > article > a:hover, .searchpanel.withResultContainer .recentSearchsContainer .recentSearchs > div > article > a.active {
                background: #f1f2f6; }
                .searchpanel.withResultContainer .recentSearchsContainer .recentSearchs > div > article > a:hover > span:after, .searchpanel.withResultContainer .recentSearchsContainer .recentSearchs > div > article > a.active > span:after {
                  content: '';
                  position: absolute;
                  bottom: 0;
                  inset-inline-end: 0;
                  width: 48px;
                  height: 16px;
                  background: linear-gradient(to right, rgba(241, 242, 246, 0), rgba(241, 242, 246, 0.9) 50%); }
              .searchpanel.withResultContainer .recentSearchsContainer .recentSearchs > div > article > a i {
                display: flex;
                line-height: 16px; }
                .searchpanel.withResultContainer .recentSearchsContainer .recentSearchs > div > article > a i:before {
                  font-size: 14px;
                  color: #aaa;
                  margin: 3px 8px 0 0; }
                  @media (max-width: 959px) {
                    .searchpanel.withResultContainer .recentSearchsContainer .recentSearchs > div > article > a i:before {
                      margin-block-start: 1px; } }
              .searchpanel.withResultContainer .recentSearchsContainer .recentSearchs > div > article > a .closeIcon {
                width: 19px;
                height: 19px;
                color: #aaa;
                outline: 0 !important;
                margin-inline-end: -3px; }
                .searchpanel.withResultContainer .recentSearchsContainer .recentSearchs > div > article > a .closeIcon path {
                  fill: #aaa; }
        .searchpanel.withResultContainer .recentSearchsContainer .recentSearchs.noRecords {
          display: none; }
      .searchpanel.withResultContainer .recentSearchsContainer .searchSuggests b:not(:hover), .searchpanel.withResultContainer .recentSearchsContainer .searchProduct b:not(:hover) {
        color: #666; }
      .searchpanel.withResultContainer .recentSearchsContainer .searchSuggests {
        flex-wrap: wrap;
        padding: 10px 0 20px; }
        @media (max-width: 959px) {
          .searchpanel.withResultContainer .recentSearchsContainer .searchSuggests {
            padding-block: 7px 18px; } }
        .searchpanel.withResultContainer .recentSearchsContainer .searchSuggests > article {
          font-weight: bold; }
          .searchpanel.withResultContainer .recentSearchsContainer .searchSuggests > article:first-child:last-child {
            width: 100%; }
          .searchpanel.withResultContainer .recentSearchsContainer .searchSuggests > article > a {
            padding: 8.5px 16px;
            text-decoration: unset;
            max-height: 53px; }
            @media (min-width: 960px) {
              .searchpanel.withResultContainer .recentSearchsContainer .searchSuggests > article > a {
                padding-block: 6px;
                max-height: 48px; } }
            .searchpanel.withResultContainer .recentSearchsContainer .searchSuggests > article > a span {
              width: 100%;
              color: #222;
              line-height: 19px;
              max-height: 38px;
              overflow: hidden;
              position: relative; }
              .searchpanel.withResultContainer .recentSearchsContainer .searchSuggests > article > a span, .searchpanel.withResultContainer .recentSearchsContainer .searchSuggests > article > a span > b {
                transition: color 0.3s; }
              .searchpanel.withResultContainer .recentSearchsContainer .searchSuggests > article > a span:after {
                content: '';
                position: absolute;
                bottom: 0;
                inset-inline-end: 0;
                width: 48px;
                height: 16px;
                background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 50%); }
            .searchpanel.withResultContainer .recentSearchsContainer .searchSuggests > article > a.active, .searchpanel.withResultContainer .recentSearchsContainer .searchSuggests > article > a:hover {
              background: #f1f2f6; }
              .searchpanel.withResultContainer .recentSearchsContainer .searchSuggests > article > a.active > span:after, .searchpanel.withResultContainer .recentSearchsContainer .searchSuggests > article > a:hover > span:after {
                content: '';
                position: absolute;
                bottom: 0;
                inset-inline-end: 0;
                width: 48px;
                height: 16px;
                background: linear-gradient(to right, rgba(241, 242, 246, 0), rgba(241, 242, 246, 0.9) 50%); }
            .searchpanel.withResultContainer .recentSearchsContainer .searchSuggests > article > a.categories {
              font-style: italic; }
            .searchpanel.withResultContainer .recentSearchsContainer .searchSuggests > article > a i {
              min-width: 15px;
              margin-inline-end: 6px;
              font-size: 12px;
              color: #aaa;
              vertical-align: text-bottom;
              text-align: start;
              height: auto;
              line-height: 1; }
              .searchpanel.withResultContainer .recentSearchsContainer .searchSuggests > article > a i:before {
                margin-block-start: 4px; }
          .searchpanel.withResultContainer .recentSearchsContainer .searchSuggests > article b {
            font-weight: normal;
            font-style: initial; }
      .searchpanel.withResultContainer .recentSearchsContainer .recentBackDrop {
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        right: 0;
        display: block;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5); }

.whiteframe {
  background-color: #fff; }
  .whiteframe .md-subheader {
    background-color: #ccc;
    color: #333; }

footer {
  padding: 8px 30px;
  margin-top: 40px;
  border-top: 3px solid #444;
  background-color: #f1f2f6; }
  footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer ul li {
      padding: 4px 0 5px; }
  footer .sna li {
    padding: 0; }
  footer .sna v-pane {
    width: auto; }
    footer .sna v-pane:first-child v-pane-content div {
      margin-top: 2px; }
    @media (min-width: 600px) {
      footer .sna v-pane:first-child v-pane-content div {
        margin-top: 6px; } }
    @media (min-width: 600px) {
      footer .sna v-pane:first-child {
        margin-right: 1em; } }
    footer .sna v-pane .appbutton {
      margin: 0 0 0 1px;
      height: 35px;
      line-height: 35px;
      border: 1px solid #aaa;
      background-color: #000;
      color: #fff;
      font-weight: bold;
      border-radius: 4px; }
      footer .sna v-pane .appbutton:hover {
        background-color: #22D20C; }
  @media (max-width: 599px) {
    footer .sna v-pane-content > div {
      margin: 8px 0 0;
      text-align: center; }
    footer .sna v-pane-header {
      display: none; } }
  footer .sna .footer-icon-container h3 {
    font-weight: bold;
    text-transform: uppercase;
    color: #555;
    margin: 0;
    font-size: 14px;
    padding: 5px 16px 5px 0;
    transition: all .3s; }
    @media (max-width: 599px) {
      footer .sna .footer-icon-container h3 {
        display: none; } }
  footer .sna .footer-icon-container:not(:last-child) div {
    margin-top: 2px; }
  @media (min-width: 600px) {
    footer .sna .footer-icon-container:not(:last-child) div {
      margin-top: 6px; } }
  @media (min-width: 600px) {
    footer .sna .footer-icon-container:first-child {
      margin-right: 1em; } }
  @media (max-width: 959px) {
    footer .sna .footer-icon-container {
      padding: 8px 0; } }
  @media (max-width: 599px) {
    footer .sna .footer-icon-container {
      text-align: center; } }
  footer .sna .footer-icon-container .appbutton {
    margin: 0 0 0 1px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #aaa;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    border-radius: 4px; }
    footer .sna .footer-icon-container .appbutton:hover {
      background-color: #22D20C; }
  footer .sna .footer-icon-container .snslist {
    margin-top: 4px; }
  footer v-pane v-pane-header {
    font-weight: bold;
    text-transform: uppercase; }
  @media (max-width: 959px) {
    footer v-pane {
      padding: 8px 0; }
      footer v-pane v-pane {
        padding: 8px 0; } }
  footer a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #666;
    text-decoration: none; }
  footer .vAccordion--default v-pane-content > div {
    margin-top: 4px; }
  @media (min-width: 960px) {
    footer .level2 v-pane, footer .footer-icon-container {
      padding: 8px 0; } }
  @media (max-width: 599px) {
    footer .level2 v-pane, footer .footer-icon-container {
      padding: 8px; } }
  @media (max-width: 959px) {
    footer .snslist .icon, footer .snslist .breadcrumbs li:before, .breadcrumbs footer .snslist li:before {
      width: 35px;
      height: 35px; }
      footer .snslist .icon:before, footer .snslist .breadcrumbs li:before, .breadcrumbs footer .snslist li:before {
        line-height: 35px; } }
  @media (max-width: 599px) {
    footer .snslist .icon, footer .snslist .breadcrumbs li:before, .breadcrumbs footer .snslist li:before {
      width: 30px;
      height: 30px; }
      footer .snslist .icon:before, footer .snslist .breadcrumbs li:before, .breadcrumbs footer .snslist li:before {
        line-height: 30px; } }
  @media (max-width: 1279px) {
    footer .snslist .icon-polyvore {
      display: none; } }
  @media (min-width: 960px) {
    footer .vAccordion--default v-pane-header {
      border-bottom: none; }
      footer .vAccordion--default v-pane-header::before, footer .vAccordion--default v-pane-header::after {
        display: none; }
    footer .vAccordion--default v-pane:not(.is-expanded) v-pane-content {
      max-height: 100% !important; }
      footer .vAccordion--default v-pane:not(.is-expanded) v-pane-content > div {
        opacity: 1;
        transform: translate3d(0, 0, 0); }
    footer .vAccordion--default v-pane-header:hover {
      cursor: initial;
      color: #333; } }
  @media (max-width: 959px) {
    footer {
      padding: 8px 16px; }
      footer .level2 v-pane-header {
        border-bottom: none; }
        footer .level2 v-pane-header::before, footer .level2 v-pane-header::after {
          display: none; }
      footer .level2 v-pane:not(.is-expanded) v-pane-content {
        max-height: 100% !important; }
        footer .level2 v-pane:not(.is-expanded) v-pane-content > div {
          opacity: 1;
          transform: translate3d(0, 0, 0); } }

.newFooter {
  margin-block-start: 70px;
  padding: 0;
  border-top: 0;
  background-color: #8824BB; }
  @media (min-width: 960px) {
    .newFooter {
      margin-block-start: 90px; } }
  .newFooter a:hover {
    color: #22D20C; }
  .newFooter .InformationContainer {
    padding: 0 16px;
    padding-block: 24px 30px; }
    .newFooter .InformationContainer v-pane-header {
      color: rgba(255, 255, 255, 0.75) !important;
      font-size: 14px;
      line-height: 17px; }
      @media (min-width: 960px) {
        .newFooter .InformationContainer v-pane-header {
          color: #fff !important; } }
      @media (max-width: 959px) {
        .newFooter .InformationContainer v-pane-header {
          padding-block: 9.5px 8.5px;
          border-color: rgba(255, 255, 255, 0.25) !important; }
          .newFooter .InformationContainer v-pane-header::before, .newFooter .InformationContainer v-pane-header::after {
            background-color: rgba(255, 255, 255, 0.75); } }
    .newFooter .InformationContainer a {
      color: rgba(255, 255, 255, 0.75); }
      .newFooter .InformationContainer a:hover {
        color: #fff; }
    .newFooter .InformationContainer .icon.icon-opennew:before, .newFooter .InformationContainer .breadcrumbs li.icon-opennew:before, .breadcrumbs .newFooter .InformationContainer li.icon-opennew:before {
      font-size: 1em;
      vertical-align: initial; }
    @media (min-width: 960px) {
      .newFooter .InformationContainer {
        text-align: center;
        padding-block: 36px 50px; }
        .newFooter .InformationContainer .vAccordion--default v-pane-header {
          padding: 0;
          pointer-events: none; }
        .newFooter .InformationContainer v-pane, .newFooter .InformationContainer v-pane-content {
          overflow: visible; } }
  .newFooter .newItem {
    position: relative; }
    .newFooter .newItem::after {
      content: "NEW";
      position: absolute;
      right: -28px;
      top: 50%;
      transform: translate(0, -50%);
      font-weight: bold;
      font-size: 10px;
      animation-name: new;
      animation-duration: 1s;
      animation-iteration-count: infinite;
      animation-direction: alternate;
      animation-timing-function: ease-in-out;
      pointer-events: none;
      cursor: default; }
@keyframes newItem {
  0% {
    color: #11998e; }
  100% {
    color: #38ef7d; } }
  .newFooter .iconContainer {
    padding: 24px 16px;
    font-size: 14px;
    font-weight: bold;
    color: #1E1E1E;
    background-color: #21F409;
    min-height: 68px; }
    .newFooter .iconContainer .icon, .newFooter .iconContainer .breadcrumbs li:before, .breadcrumbs .newFooter .iconContainer li:before {
      width: 36px;
      height: 36px;
      line-height: 36px;
      text-align: center;
      font-size: 1.2em;
      margin-block-start: -1px; }
      .newFooter .iconContainer .icon:before, .newFooter .iconContainer .breadcrumbs li:before, .breadcrumbs .newFooter .iconContainer li:before {
        height: 0;
        vertical-align: sub; }
      .newFooter .iconContainer .icon:hover:before, .newFooter .iconContainer .breadcrumbs li:hover:before, .breadcrumbs .newFooter .iconContainer li:hover:before {
        position: relative;
        animation: sicons 0.5s; }
      .newFooter .iconContainer .icon.icon-apple, .newFooter .iconContainer .breadcrumbs li.icon-apple:before, .breadcrumbs .newFooter .iconContainer li.icon-apple:before {
        font-size: 1.25em; }
        .newFooter .iconContainer .icon.icon-apple:before, .newFooter .iconContainer .breadcrumbs li.icon-apple:before, .breadcrumbs .newFooter .iconContainer li.icon-apple:before {
          vertical-align: initial;
          padding-top: 0.5px; }
      .newFooter .iconContainer .icon.icon-googleplay, .newFooter .iconContainer .breadcrumbs li.icon-googleplay:before, .breadcrumbs .newFooter .iconContainer li.icon-googleplay:before, .newFooter .iconContainer .icon.icon-facebook, .newFooter .iconContainer .breadcrumbs li.icon-facebook:before, .breadcrumbs .newFooter .iconContainer li.icon-facebook:before {
        font-size: 1.1em; }
    .newFooter .iconContainer a:not(:hover) {
      color: #1E1E1E; }
    .newFooter .iconContainer a:hover {
      color: #fff; }
    .newFooter .iconContainer .followListContent, .newFooter .iconContainer .downloadListContent {
      line-height: 17px; }
      .newFooter .iconContainer .followListContent + div, .newFooter .iconContainer .downloadListContent + div {
        gap: 4px;
        min-height: 36px; }
    @media (min-width: 960px) {
      .newFooter .iconContainer {
        padding: 0 8px; }
        .newFooter .iconContainer .followListContent {
          padding-inline-end: 10px; }
        .newFooter .iconContainer .downloadListContent {
          padding-inline: 48px 10px; } }
    @media (max-width: 959px) {
      .newFooter .iconContainer .downloadListContent {
        padding-block: 14px 5px; } }
  .newFooter .footerLogoWrapper {
    color: #fff;
    padding-inline: 26px;
    padding-block-end: 46px; }
    @media (min-width: 960px) {
      .newFooter .footerLogoWrapper {
        padding-block-end: 50px;
        padding-inline: 16px; } }
    .newFooter .footerLogoWrapper svg {
      aspect-ratio: 136/31;
      max-width: 100%;
      height: auto; }
  .newFooter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0;
    padding-block: 4px 0; }
    .newFooter ul li {
      padding: 4px 0 5px;
      font-size: 14px;
      line-height: 17px; }
    @media (min-width: 960px) {
      .newFooter ul {
        padding-block: 8px 5px; }
        .newFooter ul li {
          padding: 0;
          margin-block: 10px 0; } }
  .newFooter .sna li {
    padding: 0; }
  .newFooter .sna v-pane {
    width: auto; }
    .newFooter .sna v-pane:first-child v-pane-content div {
      margin-top: 2px; }
    @media (min-width: 600px) {
      .newFooter .sna v-pane:first-child v-pane-content div {
        margin-top: 6px; } }
    @media (min-width: 600px) {
      .newFooter .sna v-pane:first-child {
        margin-right: 1em; } }
    .newFooter .sna v-pane .appbutton {
      margin: 0 0 0 1px;
      height: 35px;
      line-height: 35px;
      border: 1px solid #aaa;
      background-color: #000;
      color: #fff;
      font-weight: bold;
      border-radius: 4px; }
      .newFooter .sna v-pane .appbutton:hover {
        background-color: #22D20C; }
  @media (max-width: 599px) {
    .newFooter .sna v-pane-content > div {
      margin: 8px 0 0;
      text-align: center; }
    .newFooter .sna v-pane-header {
      display: none; } }
  .newFooter .sna .footer-icon-container h3 {
    font-weight: bold;
    text-transform: uppercase;
    color: #555;
    margin: 0;
    font-size: 14px;
    padding: 5px 16px 5px 0;
    transition: all .3s; }
    @media (max-width: 599px) {
      .newFooter .sna .footer-icon-container h3 {
        display: none; } }
  .newFooter .sna .footer-icon-container:not(:last-child) div {
    margin-top: 2px; }
  @media (min-width: 600px) {
    .newFooter .sna .footer-icon-container:not(:last-child) div {
      margin-top: 6px; } }
  @media (min-width: 600px) {
    .newFooter .sna .footer-icon-container:first-child {
      margin-right: 1em; } }
  @media (max-width: 959px) {
    .newFooter .sna .footer-icon-container {
      padding: 8px 0; } }
  @media (max-width: 599px) {
    .newFooter .sna .footer-icon-container {
      text-align: center; } }
  .newFooter .sna .footer-icon-container .appbutton {
    margin: 0 0 0 1px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #aaa;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    border-radius: 4px; }
    .newFooter .sna .footer-icon-container .appbutton:hover {
      background-color: #22D20C; }
  .newFooter v-pane v-pane-header {
    font-weight: bold;
    text-transform: uppercase; }
  @media (max-width: 959px) {
    .newFooter v-pane {
      padding: 8px 0; }
      .newFooter v-pane v-pane {
        padding: 8px 0; } }
  .newFooter .footer-information-container {
    padding: 0; }
    .newFooter .footer-information-container v-pane {
      padding: 0 8px; }
      @media (max-width: 959px) {
        .newFooter .footer-information-container v-pane {
          padding: 8px 0 0; } }
  .newFooter a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #666;
    text-decoration: none; }
  .newFooter .vAccordion--default v-pane-content > div {
    margin-block-start: 0; }
  @media (min-width: 960px) {
    .newFooter .level2 v-pane, .newFooter .footer-icon-container {
      padding: 8px 0; } }
  @media (max-width: 599px) {
    .newFooter .level2 v-pane, .newFooter .footer-icon-container {
      padding: 8px; } }
  @media (max-width: 959px) {
    .newFooter .snslist .icon, .newFooter .snslist .breadcrumbs li:before, .breadcrumbs .newFooter .snslist li:before {
      width: 35px;
      height: 35px; }
      .newFooter .snslist .icon:before, .newFooter .snslist .breadcrumbs li:before, .breadcrumbs .newFooter .snslist li:before {
        line-height: 35px; } }
  @media (max-width: 599px) {
    .newFooter .snslist .icon, .newFooter .snslist .breadcrumbs li:before, .breadcrumbs .newFooter .snslist li:before {
      width: 30px;
      height: 30px; }
      .newFooter .snslist .icon:before, .newFooter .snslist .breadcrumbs li:before, .breadcrumbs .newFooter .snslist li:before {
        line-height: 30px; } }
  @media (max-width: 1279px) {
    .newFooter .snslist .icon-polyvore {
      display: none; } }
  @media (min-width: 960px) {
    .newFooter .vAccordion--default v-pane-header {
      border-bottom: none; }
      .newFooter .vAccordion--default v-pane-header::before, .newFooter .vAccordion--default v-pane-header::after {
        display: none; }
    .newFooter .vAccordion--default v-pane:not(.is-expanded) v-pane-content {
      max-height: 100% !important; }
      .newFooter .vAccordion--default v-pane:not(.is-expanded) v-pane-content > div {
        opacity: 1;
        transform: translate3d(0, 0, 0); }
    .newFooter .vAccordion--default v-pane-header:hover, .newFooter .vAccordion--default v-pane-header:focus {
      cursor: initial;
      color: #555; } }
  @media (max-width: 959px) {
    .newFooter .level2 v-pane-header {
      border-bottom: none; }
      .newFooter .level2 v-pane-header::before, .newFooter .level2 v-pane-header::after {
        display: none; }
    .newFooter .level2 v-pane:not(.is-expanded) v-pane-content {
      max-height: 100% !important; }
      .newFooter .level2 v-pane:not(.is-expanded) v-pane-content > div {
        opacity: 1;
        transform: translate3d(0, 0, 0); } }

@keyframes sicons {
  0% {
    top: 1px; }
  50% {
    top: -3px; }
  100% {
    top: -1px; } }
.snslist li {
  display: inline-block;
  margin-inline-end: 0.5em; }
  .snslist li:last-child {
    margin-inline-end: 0; }
.snslist .icon, .snslist .breadcrumbs li:before, .breadcrumbs .snslist li:before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #fff; }
  .snslist .icon:before, .snslist .breadcrumbs li:before, .breadcrumbs .snslist li:before {
    line-height: 40px; }
  .snslist .icon:hover, .snslist .breadcrumbs li:hover:before, .breadcrumbs .snslist li:hover:before {
    color: #fff;
    position: relative;
    top: -2px;
    animation-name: sicons;
    animation-duration: 0.5s; }
  .snslist .icon.icon-twitter:before, .snslist .breadcrumbs li.icon-twitter:before, .breadcrumbs .snslist li.icon-twitter:before {
    font-size: 18px;
    margin-inline-start: 1px; }

/* '.copyright' will be removed when footer SEO links are ready in production */
.copyright {
  font-size: 12px;
  line-height: 1.6em;
  margin: 0; }
  @media (max-width: 599px) {
    .copyright {
      text-align: center;
      margin: 0 8px; } }

/* '.copyright' will be removed when footer SEO links are ready in production */
.copyrightPanel {
  margin: 4px auto 0;
  font-size: 12px;
  line-height: 1.6em;
  text-align: center;
  color: #666; }
  .copyrightPanel a {
    margin: 0 4px; }
    html.translated-rtl .copyrightPanel a, html[dir=rtl] .copyrightPanel a {
      display: inline-block; }
  @media (min-width: 960px) {
    .copyrightPanel {
      text-align: left; }
      .copyrightPanel a:first-child {
        margin-left: 0; } }
  .copyrightPanel .vLine {
    content: "";
    width: 1px;
    height: 10px;
    margin: 0 10px;
    padding: 0;
    background: #999; }

.newFooter .copyrightPanel {
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  padding-block-end: 37px;
  padding-inline: 16px;
  margin: 0; }
  .newFooter .copyrightPanel a, .newFooter .copyrightPanel a:link, .newFooter .copyrightPanel a:visited {
    margin: 0 4px;
    color: rgba(255, 255, 255, 0.75); }
    .newFooter .copyrightPanel a:hover, .newFooter .copyrightPanel a:link:hover, .newFooter .copyrightPanel a:visited:hover {
      color: #fff; }
  @media (max-width: 959px) {
    .newFooter .copyrightPanel > :not(:last-child, :first-child) {
      margin-block-start: 8px; } }
  @media (min-width: 960px) {
    .newFooter .copyrightPanel {
      text-align: left;
      padding-block-end: 20px;
      font-size: 12px;
      line-height: 16px; }
      .newFooter .copyrightPanel a:first-child {
        margin-left: 0; } }
  .newFooter .copyrightPanel .vLine {
    content: "";
    width: 1px;
    height: 10px;
    margin: 0 10px;
    padding: 0;
    background: rgba(255, 255, 255, 0.75); }
  .newFooter .copyrightPanel > :last-child {
    margin-block-start: 5px; }
    @media (min-width: 960px) {
      .newFooter .copyrightPanel > :last-child {
        margin-block-start: 6px; } }

@media (max-width: 959px) {
  .logo-menu button {
    min-width: 0;
    margin: 0; } }
@media (max-width: 599px) {
  .logo-menu img {
    width: 136px; } }
@media (max-width: 419px) {
  .logo-menu img {
    width: 120px; } }

.gmt {
  display: block;
  margin: 8px 0;
  text-align: right; }
  @media (max-width: 959px) {
    .gmt {
      margin: 8px 16px; } }

.dl-horizontal dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8px;
  margin-bottom: 8px; }
  .dl-horizontal dl > dt {
    width: 115px; }
  .dl-horizontal dl > dd {
    margin-left: 1em; }

.dl-vertical dl {
  margin-block-start: 0.5em;
  margin-block-end: 0.5em; }
  .dl-vertical dl > dd {
    margin-inline-start: 0; }

.breadcrumbs li {
  color: #999;
  font-size: 12px; }
  .breadcrumbs li:before {
    float: right;
    margin: 0 8px; }
  .breadcrumbs li:last-child:before {
    display: none; }
  .breadcrumbs li.v-stroke:before {
    content: '';
    width: 1px;
    height: 9px;
    margin-top: 4px;
    background: #999; }
.breadcrumbs a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #999 !important;
  text-decoration: none; }
  .breadcrumbs a:hover {
    color: #22D20C; }

.headingWrapper h1, .pageHeading h1 {
  font-size: 26px;
  line-height: 30px;
  font-weight: normal;
  margin: 0 18px 8px 0; }
  .headingWrapper h1 .fontNormal, .pageHeading h1 .fontNormal {
    font-weight: normal; }
  .headingWrapper h1 ~ v-accordion, .pageHeading h1 ~ v-accordion {
    margin-top: 20px;
    padding-top: 13px;
    border-top: 1px solid #dfe0e6; }
    @media (min-width: 960px) {
      .headingWrapper h1 ~ v-accordion, .pageHeading h1 ~ v-accordion {
        margin-top: 0;
        padding-top: 4px;
        border-color: #f1f2f6; } }
  .headingWrapper h1.searching, .pageHeading h1.searching {
    margin-top: -4px;
    line-height: 26px; }

.pageHeading {
  margin: 1px 0 10px;
  padding: 0 16px; }
  @media (min-width: 960px) {
    .pageHeading {
      margin: 8px 0 29px;
      padding: 0; }
      .pageHeading .vAccordion--default v-pane > v-pane-content,
      .pageHeading .vAccordion--default v-pane:not(.is-expanded) > v-pane-content {
        max-height: none !important;
        position: static; } }
  .pageHeading.brandHeading {
    padding-left: 14px; }
    .pageHeading.brandHeading v-pane-content {
      padding-left: 2px; }
    @media (min-width: 960px) {
      .pageHeading.brandHeading,
      .pageHeading.brandHeading v-pane-content {
        padding-left: 0; } }
  .pageHeading.collectionHeading {
    position: relative; }
    .pageHeading.collectionHeading .round-btn-wrapper {
      position: absolute;
      right: 0;
      top: 0; }

.collectionTitle {
  padding-top: 15px !important;
  position: relative; }
  .collectionTitle span {
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 12px;
    font-weight: normal; }

.collectionDescription {
  margin-top: 18px;
  position: relative; }
  @media (max-width: 599px) {
    .collectionDescription {
      overflow: hidden; } }
  @media (max-width: 599px) {
    .collectionDescription .collectionContent {
      width: 93%;
      max-height: 40px;
      word-wrap: break-word;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
      .collectionDescription .collectionContent.active {
        max-height: none;
        -webkit-line-clamp: inherit; } }
  .collectionDescription .collectionContentIcon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    font-family: 'Material Icons';
    width: 100%;
    overflow: hidden;
    cursor: pointer; }
    .collectionDescription .collectionContentIcon:focus {
      outline: 0; }
    .collectionDescription .collectionContentIcon.active .material-icons:before {
      transform: rotate(0deg);
      opacity: 0; }
    .collectionDescription .collectionContentIcon.active .material-icons:after {
      transform: rotate(180deg); }
    .collectionDescription .collectionContentIcon .material-icons:after, .collectionDescription .collectionContentIcon .material-icons:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      width: 10px;
      height: 2px;
      margin-top: 0;
      background-color: black;
      transform-origin: 50% 50%;
      will-change: transform;
      transition: all 0.3s; }
    .collectionDescription .collectionContentIcon .material-icons:before {
      transform: rotate(-90deg); }

.collectionTip {
  position: absolute;
  font-size: 12px;
  background-color: #000;
  opacity: 0.8;
  color: #fff;
  padding: 12px 30px 12px 10px;
  border-radius: 5px;
  text-transform: uppercase;
  z-index: 20;
  cursor: pointer;
  display: none; }
  .collectionTip.active {
    display: block;
    opacity: 1; }
  .collectionTip:before {
    content: '\A';
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #000 transparent;
    position: absolute;
    top: -8px;
    right: 10px; }
  .collectionTip:after {
    content: '\e147';
    font-family: 'Material Icons';
    font-size: 21px;
    position: absolute;
    top: 8px;
    right: 6px; }
  .collectionTip:hover {
    background-color: #63c956;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .collectionTip:hover:before {
      border-color: transparent transparent #63c956 transparent;
      -webkit-transition: 0.3s;
      transition: 0.3s; }

.collectionFilter ul {
  list-style: none;
  margin: 0 0 1.5em 0;
  padding: 0 1em; }
.collectionFilter .influencerFilter {
  margin: 0;
  padding: 0; }
  .collectionFilter .influencerFilter li .md-label {
    top: 1px;
    height: 20px;
    line-height: 20px; }
  .collectionFilter .influencerFilter li md-input-container {
    margin-inline-start: 30px; }
  .collectionFilter .influencerFilter .md-block {
    width: 100%; }
.collectionFilter .optionWrap {
  min-width: 350px; }
.collectionFilter md-checkbox,
.collectionFilter md-radio-button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  margin-bottom: 8px;
  color: #555; }
  .collectionFilter md-checkbox:hover,
  .collectionFilter md-radio-button:hover {
    color: #22D20C; }
.collectionFilter .md-input-has-value.md-input-invalid.ng-hide {
  display: none; }
.collectionFilter .clearAll {
  margin-top: 0.5em; }
  .collectionFilter .clearAll .md-button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    min-height: auto;
    margin-right: 0;
    padding-right: 0;
    color: #999;
    font-size: 12px;
    line-height: normal;
    text-transform: none; }
    .collectionFilter .clearAll .md-button:hover {
      color: #22D20C; }
    .collectionFilter .clearAll .md-button:hover:not(disabled), .collectionFilter .clearAll .md-button:focus {
      background: none; }

.influencer-icon, .collectionFilter .influencerFilter li {
  margin-inline-end: 6px; }
  .influencer-icon.icon-facebook:before, .collectionFilter .influencerFilter li.icon-facebook:before {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 13px;
    line-height: 24px;
    color: #fff; }
  .influencer-icon.icon-instagram:before, .collectionFilter .influencerFilter li.icon-instagram:before {
    margin-top: -4px;
    font-size: 20px;
    background: radial-gradient(circle at 20% 107%, #ffd600 10%, #ff7a00 25%, #ff0069 45%, #d300c5 60%, #7638fa 90%), #d300c5;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .influencer-icon.icon-youtube:before, .collectionFilter .influencerFilter li.icon-youtube:before {
    margin-top: -4px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .influencer-icon.icon-tiktok, .collectionFilter .influencerFilter li.icon-tiktok {
    padding-inline-start: 23px; }
    .influencer-icon.icon-tiktok:before, .collectionFilter .influencerFilter li.icon-tiktok:before {
      content: '';
      position: absolute;
      top: 1px;
      inset-inline-start: 0px;
      display: inline-block;
      width: 17px;
      height: 17px;
      margin-inline-end: 6px;
      background: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/ysinfluencer/icon-tiktok.svg) no-repeat;
      background-size: 17px 17px; }
  .influencer-icon.icon-pinterest-for-influencer, .collectionFilter .influencerFilter li.icon-pinterest-for-influencer {
    padding-inline-start: 25px; }
    .influencer-icon.icon-pinterest-for-influencer:before, .collectionFilter .influencerFilter li.icon-pinterest-for-influencer:before {
      content: '';
      position: absolute;
      top: 1px;
      inset-inline-start: 0px;
      display: inline-block;
      width: 18px;
      height: 18px;
      margin-inline-end: 5px;
      background: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/ysinfluencer/pinterest-logo.svg) no-repeat;
      background-size: 18px 18px; }
  .influencer-icon.icon-twitter-for-influencer, .collectionFilter .influencerFilter li.icon-twitter-for-influencer {
    padding-inline-start: 24px; }
    .influencer-icon.icon-twitter-for-influencer:before, .collectionFilter .influencerFilter li.icon-twitter-for-influencer:before {
      content: '';
      position: absolute;
      top: -1px;
      inset-inline-start: 0;
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-inline-end: 4px;
      background: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/ysinfluencer/twitter-logo.svg) no-repeat;
      background-size: 20px 20px; }

.md-list-item-text .influencer-icon, .md-list-item-text .collectionFilter .influencerFilter li, .collectionFilter .influencerFilter .md-list-item-text li {
  display: block;
  margin: 6px 0; }
  .md-list-item-text .influencer-icon:before, .md-list-item-text .collectionFilter .influencerFilter li:before, .collectionFilter .influencerFilter .md-list-item-text li:before {
    margin-inline-end: 5px;
    line-height: 20px; }
  .md-list-item-text .influencer-icon.icon-facebook:before, .md-list-item-text .collectionFilter .influencerFilter li.icon-facebook:before, .collectionFilter .influencerFilter .md-list-item-text li.icon-facebook:before {
    margin-inline-end: 4px;
    top: 0;
    line-height: 24px; }
  .md-list-item-text .influencer-icon.icon-instagram:before, .md-list-item-text .collectionFilter .influencerFilter li.icon-instagram:before, .collectionFilter .influencerFilter .md-list-item-text li.icon-instagram:before {
    margin-top: -4px; }
  .md-list-item-text .influencer-icon.icon-youtube:before, .md-list-item-text .collectionFilter .influencerFilter li.icon-youtube:before, .collectionFilter .influencerFilter .md-list-item-text li.icon-youtube:before {
    margin-top: -2px; }
  .md-list-item-text .influencer-icon.icon-twitter-for-influencer, .md-list-item-text .collectionFilter .influencerFilter li.icon-twitter-for-influencer, .collectionFilter .influencerFilter .md-list-item-text li.icon-twitter-for-influencer, .md-list-item-text .influencer-icon.icon-pinterest-for-influencer, .md-list-item-text .collectionFilter .influencerFilter li.icon-pinterest-for-influencer, .collectionFilter .influencerFilter .md-list-item-text li.icon-pinterest-for-influencer, .md-list-item-text .influencer-icon.icon-tiktok, .md-list-item-text .collectionFilter .influencerFilter li.icon-tiktok, .collectionFilter .influencerFilter .md-list-item-text li.icon-tiktok {
    padding-inline-start: 0; }
    .md-list-item-text .influencer-icon.icon-twitter-for-influencer:before, .md-list-item-text .collectionFilter .influencerFilter li.icon-twitter-for-influencer:before, .collectionFilter .influencerFilter .md-list-item-text li.icon-twitter-for-influencer:before, .md-list-item-text .influencer-icon.icon-pinterest-for-influencer:before, .md-list-item-text .collectionFilter .influencerFilter li.icon-pinterest-for-influencer:before, .collectionFilter .influencerFilter .md-list-item-text li.icon-pinterest-for-influencer:before, .md-list-item-text .influencer-icon.icon-tiktok:before, .md-list-item-text .collectionFilter .influencerFilter li.icon-tiktok:before, .collectionFilter .influencerFilter .md-list-item-text li.icon-tiktok:before {
      position: relative;
      top: -1px;
      width: 16px;
      height: 16px;
      background-size: 16px 16px; }
  .md-list-item-text .influencer-icon.icon-twitter-for-influencer:before, .md-list-item-text .collectionFilter .influencerFilter li.icon-twitter-for-influencer:before, .collectionFilter .influencerFilter .md-list-item-text li.icon-twitter-for-influencer:before {
    background-size: 20px 20px;
    background-position: center; }

.influencerMsg .commissionMsg {
  color: #f74f7d; }

md-menu-content md-menu-item button.active {
  color: #63c956; }

.brandHeader {
  margin-block: 0 4px;
  margin-inline: 0 16px; }
  .brandHeader h1 {
    margin-block: 4px 7px;
    margin-inline: 2px 8px; }
    @media (min-width: 960px) {
      .brandHeader h1 {
        margin-inline-start: 0; } }
  .brandHeader .pill-btn-wrapper {
    margin: 0; }
    .brandHeader .pill-btn-wrapper .pill-btn {
      margin-bottom: 0; }
      .brandHeader .pill-btn-wrapper .pill-btn .icon-video::before {
        margin-inline: -1px 0 !important; }
    .brandHeader .pill-btn-wrapper .flag-icon {
      margin-top: -2px;
      border-radius: 50%; }

.headingContent .vAccordion--default v-pane-header {
  padding: 0;
  border: 0; }
  .headingContent .vAccordion--default v-pane-header, .headingContent .vAccordion--default v-pane-header:hover, .headingContent .vAccordion--default v-pane-header:focus {
    color: #333 !important; }
  .headingContent .vAccordion--default v-pane-header:before, .headingContent .vAccordion--default v-pane-header:after {
    margin-top: -4px;
    background: #333; }
.headingContent v-pane.disabled v-pane-header {
  cursor: default; }
  .headingContent v-pane.disabled v-pane-header:before, .headingContent v-pane.disabled v-pane-header:after {
    display: none; }
.headingContent v-pane.disabled v-pane-content {
  display: none; }
@media (min-width: 960px) {
  .headingContent {
    padding-right: 20px; } }
.headingContent .md-primary {
  margin: 13px 0 6px;
  padding: 0 10px; }
  .headingContent .md-primary + .md-primary {
    margin-left: 12px; }
  @media (min-width: 600px) {
    .headingContent .md-primary {
      padding-left: 20px;
      padding-right: 15px; } }

.headingDescription {
  position: relative;
  color: #666;
  line-height: 19px; }
  .headingDescription p {
    color: inherit;
    text-align: left;
    margin: 8px 0; }
  @media (min-width: 960px) {
    .headingDescription {
      overflow: hidden; }
      .headingDescription[ys-heading-description] {
        max-height: 77px; }
      .headingDescription.cropDesription {
        max-height: 75px;
        line-height: 19px;
        z-index: 2; }
      .headingDescription .moreWrapper {
        position: absolute;
        inset-inline-end: 0;
        bottom: -1px;
        width: 100px;
        text-align: end;
        background: linear-gradient(to right, rgba(241, 242, 246, 0), #f1f2f6 50%); }
        html.translated-rtl .headingDescription .moreWrapper, html[dir=rtl] .headingDescription .moreWrapper {
          background: linear-gradient(to left, rgba(241, 242, 246, 0), #f1f2f6 50%); }
      .headingDescription.entire {
        max-height: none;
        overflow: visible; }
        .headingDescription.entire .moreWrapper {
          display: none; } }

.headingPromo .parentSection .childColumn {
  background: #fff; }
  .headingPromo .parentSection .childColumn.blockLink {
    padding: 0;
    margin-bottom: 3px;
    margin-left: 0; }
    .headingPromo .parentSection .childColumn.blockLink:last-child {
      margin-bottom: 0; }

.myFavorites .icon-myfav:before {
  color: #999;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
.myFavorites:hover .icon-myfav:before, .myFavorites.colored .icon-myfav:before {
  color: #22D20C; }
.myFavorites.member .icon-myfav {
  width: 13px; }
  .myFavorites.member .icon-myfav:not(:last-child) {
    margin-right: 5px; }
.myFavorites.member.colored:hover {
  color: #fff;
  background-color: #ffb2b2;
  border-color: #ffb2b2; }
  .myFavorites.member.colored:hover .icon-myfav:before {
    content: '\00D7';
    display: inline-block;
    margin-top: -2px;
    color: #fff;
    font-size: 22px;
    line-height: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .myFavorites.member.colored:hover .icon-myfav:before {
    margin-top: -7px; } }
v-pane {
  color: #555;
  width: 100%; }
  @media (min-width: 960px) {
    v-pane.ys-single-accordion v-pane-header {
      cursor: default; }
      v-pane.ys-single-accordion v-pane-header:before, v-pane.ys-single-accordion v-pane-header:after {
        display: none; } }
  v-pane.ys-single-accordion.is-expanded v-pane-content {
    padding-bottom: 12px; }
    @media (min-width: 960px) {
      v-pane.ys-single-accordion.is-expanded v-pane-content {
        padding-bottom: 0; } }
  v-pane.ys-multiple-accordion {
    background: white; }
    v-pane.ys-multiple-accordion v-pane-header {
      padding: 13px 16px;
      font-weight: bold;
      color: #555;
      border: 0; }
      v-pane.ys-multiple-accordion v-pane-header:after, v-pane.ys-multiple-accordion v-pane-header:before {
        right: 13px; }
      v-pane.ys-multiple-accordion v-pane-header:focus {
        color: #555; }
    v-pane.ys-multiple-accordion v-pane-content {
      border-top: 1px solid white; }
    v-pane.ys-multiple-accordion.is-expanded > v-pane-content {
      border-color: #f1f2f6 !important;
      max-height: none !important; }
    v-pane.ys-multiple-accordion ul {
      margin: 10px 13px 30px 16px; }
      v-pane.ys-multiple-accordion ul li {
        padding: 5px 0; }
        v-pane.ys-multiple-accordion ul li a,
        v-pane.ys-multiple-accordion ul li .md-button:not(.md-raised) {
          -webkit-transition: 0.3s;
          transition: 0.3s;
          display: block;
          padding: 1px 0;
          color: #555;
          text-decoration: none; }
          v-pane.ys-multiple-accordion ul li a:hover,
          v-pane.ys-multiple-accordion ul li .md-button:not(.md-raised):hover {
            color: #22D20C; }
        v-pane.ys-multiple-accordion ul li .md-button:not(.md-raised) {
          padding-inline-end: 22px;
          white-space: normal; }
      v-pane.ys-multiple-accordion ul ~ .parentCategory {
        margin-top: -20px; }
        html.translated-rtl v-pane.ys-multiple-accordion ul ~ .parentCategory.icon-angle-left:before, html.translated-rtl v-pane.ys-multiple-accordion html[dir=rtl] .breadcrumbs ul ~ li.parentCategory:before, html[dir=rtl] .breadcrumbs html.translated-rtl v-pane.ys-multiple-accordion ul ~ li.parentCategory:before, html[dir=rtl] v-pane.ys-multiple-accordion ul ~ .parentCategory.icon-angle-left:before, html[dir=rtl] v-pane.ys-multiple-accordion .breadcrumbs ul ~ li.parentCategory:before, html[dir=rtl] .breadcrumbs v-pane.ys-multiple-accordion ul ~ li.parentCategory:before {
          content: '\f105'; }
    v-pane.ys-multiple-accordion .actionRow {
      margin-top: 6px; }
    v-pane.ys-multiple-accordion .selectAll {
      margin-bottom: -10px;
      padding-block: 9px 8px;
      padding-inline: 16px 13px; }
    v-pane.ys-multiple-accordion .clearAll {
      margin-bottom: -10px;
      padding-block: 10px 0;
      padding-inline: 16px 13px;
      text-align: end; }
      v-pane.ys-multiple-accordion .clearAll .md-button {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        display: inline-block;
        padding: 1px 0;
        margin: 0 -2px 0 0;
        min-width: 0;
        min-height: 0;
        color: #999;
        font-size: 12px;
        line-height: normal;
        text-align: left;
        text-transform: none; }
        v-pane.ys-multiple-accordion .clearAll .md-button:hover {
          color: #22D20C; }
        v-pane.ys-multiple-accordion .clearAll .md-button:hover:not(disabled), v-pane.ys-multiple-accordion .clearAll .md-button:focus {
          background: none; }
  v-pane.ys-mini-accordion v-pane-header {
    padding: 11px 16px 11px 0;
    font-weight: normal;
    color: #666;
    border: none; }
    v-pane.ys-mini-accordion v-pane-header:after, v-pane.ys-mini-accordion v-pane-header:before {
      right: 0; }
    v-pane.ys-mini-accordion v-pane-header:focus {
      color: #666; }
  v-pane.ys-mini-accordion v-pane-content {
    font-size: 12px;
    border-bottom: 1px solid #f1f2f6; }
  v-pane.ys-mini-accordion .contentWrapper {
    padding: 0 0 20px; }
  v-pane.ys-remove ul {
    margin-left: 14px; }
  v-pane.ys-remove li .md-button {
    position: relative;
    width: 100%;
    margin: 0;
    min-height: 0;
    line-height: normal;
    text-align: start;
    text-transform: none; }
    v-pane.ys-remove li .md-button:hover:not(disabled), v-pane.ys-remove li .md-button:focus {
      background: none; }
    v-pane.ys-remove li .md-button:before, v-pane.ys-remove li .md-button:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      inset-inline-end: 0;
      width: 10px;
      height: 2px;
      background-color: #999;
      transform-origin: 50% 50%; }
    v-pane.ys-remove li .md-button:before {
      transform: rotate(-45deg); }
    v-pane.ys-remove li .md-button:after {
      transform: rotate(45deg); }
    v-pane.ys-remove li .md-button:hover:before, v-pane.ys-remove li .md-button:hover:after {
      background-color: #22D20C; }
  v-pane.ys-checkbox md-checkbox {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    margin-bottom: 0;
    color: #555; }
    v-pane.ys-checkbox md-checkbox:hover {
      color: #22D20C; }
  v-pane.ys-checkbox.color md-checkbox {
    position: relative;
    padding-right: 24px; }
    v-pane.ys-checkbox.color md-checkbox:after {
      position: absolute;
      top: 2px;
      right: 0; }
  v-pane.ys-checkbox.color.ys-scroller md-checkbox:after {
    right: 6px; }
  v-pane.ys-scroller .clearAll {
    margin-bottom: -5px; }
  @media (min-width: 960px) {
    v-pane.ys-scroller ul {
      max-height: 264px;
      overflow-y: auto; } }
  v-pane .parentCategory {
    position: relative;
    display: block;
    margin: 0 16px 15px;
    padding-block: 10px;
    padding-inline: 11px 0;
    border-top: 1px solid #f7f7fa;
    text-transform: none; }
    v-pane .parentCategory span {
      font-size: 14px;
      line-height: 16px; }
    v-pane .parentCategory:before {
      position: absolute;
      top: 11px;
      inset-inline-start: 0; }
    @media (min-width: 960px) {
      v-pane .parentCategory {
        border-color: #f1f2f6; } }
  v-pane .currentCategory {
    padding: 8px 16px;
    color: #555;
    font-weight: bold;
    background-color: #f7f7fa; }
    v-pane .currentCategory ~ .parentCategory {
      margin-top: -1px; }
    @media (min-width: 960px) {
      v-pane .currentCategory {
        margin-bottom: -4px;
        padding-top: 14px;
        padding-bottom: 0;
        background-color: #fff; }
        v-pane .currentCategory.hide-gt-sm + .parentCategory {
          margin-top: 18px;
          border: none; } }

v-accordion:last-child v-pane.ys-mini-accordion v-pane-content {
  border: none; }

.browsingOption {
  padding: 10px 16px;
  color: #999; }
  .browsingOption span.sorting {
    line-height: 36px;
    margin-inline-end: 5px; }
  .browsingOption .md-ys-theme.roundCorner {
    width: 40%;
    min-width: 175px; }
    @media (min-width: 600px) {
      .browsingOption .md-ys-theme.roundCorner {
        width: 31%; } }
    @media (min-width: 960px) {
      .browsingOption .md-ys-theme.roundCorner {
        width: 175px; } }
  .browsingOption:last-child {
    padding-top: 0;
    padding-bottom: 12px;
    margin-bottom: 18px; }

.paging .pageNumber {
  line-height: 38px;
  text-align: center;
  color: #444; }
  .paging .pageNumber span {
    padding: 0 8px; }
.paging ~ .stickyPaging .pageNumber {
  width: 96px; }
  .paging ~ .stickyPaging .pageNumber span {
    position: fixed;
    bottom: -36px;
    z-index: 42;
    display: block;
    width: 80px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 5px 5px 0 0;
    font-size: 12px;
    line-height: 28px;
    white-space: nowrap; }
    .paging ~ .stickyPaging .pageNumber span.active {
      bottom: 0; }

.resultNumber {
  padding: 8px 16px;
  color: #999;
  text-align: center; }

.productGrid {
  position: relative;
  margin-top: 40px; }
  .productGrid .productList {
    min-height: 300px;
    margin-top: 8px; }
  .productGrid .videoList.ysColumnGrid .itemContainer {
    padding: 8px;
    text-decoration: none;
    max-width: 100%; }
  .productGrid.videoGrid .browsingOption {
    padding: 0 16px; }
  .productGrid.videoGrid .sectionHeading + .browsingOption:last-child {
    padding-top: 10px;
    margin-bottom: 0; }
  .productGrid .slicer .round-btn {
    position: absolute;
    top: 105px;
    z-index: 1; }
  .productGrid .sectionContent .icon-angle-left, .productGrid .sectionContent html[dir=rtl] .breadcrumbs li, html[dir=rtl] .breadcrumbs .productGrid .sectionContent li {
    left: -16px; }
  .productGrid .sectionContent .icon-angle-right, .productGrid .sectionContent .breadcrumbs li, .breadcrumbs .productGrid .sectionContent li {
    right: -16px; }
  .productGrid.flashDeal .sectionHeading {
    color: #f33; }
  @media (max-width: 959px) {
    .productGrid .ysTab {
      width: 50%;
      box-sizing: border-box; }
      .productGrid .ysTab .md-button {
        width: 100%; } }
  @media (min-width: 960px) {
    .productGrid .productList:not(.cardColumnGrid) {
      padding: 8px;
      border: none; } }
  .productGrid .productList:not(.cardColumnGrid) .itemContainer {
    padding-top: 34px;
    padding-inline-start: 8px;
    padding-inline-end: 8px;
    border: 1px solid #f1f2f6;
    border-inline-start: none; }
    @media (max-width: 599px) {
      .productGrid .productList:not(.cardColumnGrid) .itemContainer:nth-child(2n-1) {
        padding-inline-start: 16px; }
      .productGrid .productList:not(.cardColumnGrid) .itemContainer:nth-child(2n) {
        padding-inline-end: 16px;
        border-inline-end: none; } }
    @media (min-width: 600px) {
      .productGrid .productList:not(.cardColumnGrid) .itemContainer {
        width: 25%; }
        .productGrid .productList:not(.cardColumnGrid) .itemContainer:nth-child(4n-3) {
          padding-inline-start: 16px; }
        .productGrid .productList:not(.cardColumnGrid) .itemContainer:nth-child(4n + 4) {
          padding-inline-end: 16px;
          border-inline-end: none; } }
    @media (min-width: 960px) {
      .productGrid .productList:not(.cardColumnGrid) .itemContainer {
        width: 16.6666666666%;
        padding-top: 26px;
        padding-inline-start: 8px !important;
        padding-inline-end: 8px !important;
        border: none !important; } }
    @media (min-width: 600px) and (max-width: 750px) {
      .productGrid .productList:not(.cardColumnGrid) .itemContainer {
        width: 33.3333333333%; }
        .productGrid .productList:not(.cardColumnGrid) .itemContainer:nth-child(4n-3), .productGrid .productList:not(.cardColumnGrid) .itemContainer:nth-child(4n + 4) {
          padding-inline-start: 8px;
          padding-inline-end: 8px;
          border: 1px solid #f1f2f6;
          border-inline-start: none; }
        .productGrid .productList:not(.cardColumnGrid) .itemContainer:nth-child(3n-2) {
          padding-inline-start: 16px; }
        .productGrid .productList:not(.cardColumnGrid) .itemContainer:nth-child(3n + 3) {
          padding-inline-end: 16px;
          border-inline-end: none; } }
  @media (min-width: 960px) {
    .productGrid .loadingMask.active:before, .productGrid .loadingMask.active:after {
      content: '';
      position: absolute;
      top: 105px;
      display: block;
      width: 16px;
      height: 72px;
      background: rgba(255, 255, 255, 0.8); }
    .productGrid .loadingMask.active:before {
      inset-inline-start: -16px;
      border-radius: 4px 0 0 4px; }
    .productGrid .loadingMask.active:after {
      inset-inline-end: -16px;
      border-radius: 0 4px 4px 0; } }

.ysColumnGrid:not(:has(.itemContainer.newItemContainer)) {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0; }
  .ysColumnGrid:not(:has(.itemContainer.newItemContainer)) a {
    display: block; }
  .ysColumnGrid:not(:has(.itemContainer.newItemContainer)) .itemContainer, .ysColumnGrid:not(:has(.itemContainer.newItemContainer)) .childContainer {
    display: flex;
    flex-direction: column;
    width: 50%;
    box-sizing: border-box; }
  .ysColumnGrid:not(:has(.itemContainer.newItemContainer)) .itemContainer {
    padding: 30px 8px 40px; }
    .ysColumnGrid:not(:has(.itemContainer.newItemContainer)) .itemContainer img {
      width: 100%;
      border: 0; }
  .ysColumnGrid:not(:has(.itemContainer.newItemContainer)) .childContainer {
    padding: 8px; }
    .ysColumnGrid:not(:has(.itemContainer.newItemContainer)) .childContainer a {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
  .ysColumnGrid:not(:has(.itemContainer.newItemContainer)) .itemCover {
    max-width: 201px;
    height: 201px; }
    .ysColumnGrid:not(:has(.itemContainer.newItemContainer)) .itemCover img {
      width: auto;
      height: 100%;
      margin: 0 -50%; }
  @media (max-width: 599px) {
    .ysColumnGrid:not(:has(.itemContainer.newItemContainer)) .itemContainer,
    .ysColumnGrid:not(:has(.itemContainer.newItemContainer)) .childContainer {
      max-width: 50%; }
    .ysColumnGrid:not(:has(.itemContainer.newItemContainer)) .itemStatus {
      width: 100%; }
    .ysColumnGrid:not(:has(.itemContainer.newItemContainer)) .itemCover {
      max-width: 220px;
      height: 220px; } }
  @media (min-width: 600px) {
    .ysColumnGrid:not(:has(.itemContainer.newItemContainer)) .itemContainer, .ysColumnGrid:not(:has(.itemContainer.newItemContainer)) .childContainer {
      width: 25%; }
    .ysColumnGrid:not(:has(.itemContainer.newItemContainer)) .itemCover {
      max-width: 228px;
      height: 228px; } }
  @media (min-width: 960px) {
    .ysColumnGrid:not(:has(.itemContainer.newItemContainer)) .itemContainer,
    .ysColumnGrid:not(:has(.itemContainer.newItemContainer)) .childContainer {
      width: 16.6666666666%; }
    .ysColumnGrid:not(:has(.itemContainer.newItemContainer)) .itemCover {
      max-width: 201px;
      height: 201px; } }
  @media (max-width: 419px) {
    .ysColumnGrid:not(:has(.itemContainer.newItemContainer)) .itemCover {
      height: 220px; } }
  .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).miniList {
    width: auto;
    height: auto;
    margin: 0 -5px;
    padding: 0;
    overflow: visible; }
    .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).miniList a {
      display: block; }
    .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).miniList img {
      width: 100%;
      border: 0; }
    .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).miniList .itemContainer {
      width: 33.3333333333%;
      padding: 5px; }
    @media (max-width: 419px) {
      .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).miniList .itemContainer {
        width: 33.3333333333%; } }
    @media (min-width: 600px) {
      .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).miniList .itemContainer {
        width: 16.6666666666%; }
      .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).miniList.mentionItems .itemContainer {
        width: 33.3333333333%; } }
    @media (min-width: 1280px) {
      .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).miniList .itemContainer {
        width: 33.3333333333%; }
      .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).miniList:not(.mentionItems) {
        height: 114px;
        overflow: hidden; } }
    .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).miniList.mentionItems a {
      position: relative;
      display: block;
      text-align: center; }
      .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).miniList.mentionItems a .priceWrapper {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 1; }
      .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).miniList.mentionItems a span {
        display: inline-block;
        padding: 1px 6px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 4px 4px 0 0; }
      .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).miniList.mentionItems a:hover .priceWrapper {
        opacity: 0; }
  .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).cardColumnGrid {
    margin-top: -1px;
    border-bottom: 1px solid #f1f2f6; }
    .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).cardColumnGrid .itemContainer {
      padding: 34px 8px 40px;
      border: 1px solid #f1f2f6;
      border-inline-start: none; }
      @media (max-width: 599px) {
        .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).cardColumnGrid .itemContainer:nth-child(2n-1) {
          padding-inline-start: 16px; }
        .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).cardColumnGrid .itemContainer:nth-child(2n) {
          padding-inline-end: 16px;
          border-inline-end: none; }
        .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).cardColumnGrid .itemContainer:nth-child(-n + 2) {
          padding-top: 42px; } }
      @media (min-width: 600px) {
        .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).cardColumnGrid .itemContainer {
          width: 25%;
          padding-inline-start: 8px;
          padding-inline-end: 8px;
          border: 1px solid #f1f2f6;
          border-inline-start: none; }
          .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).cardColumnGrid .itemContainer:nth-child(4n-3) {
            padding-inline-start: 16px; }
          .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).cardColumnGrid .itemContainer:nth-child(4n + 4) {
            padding-inline-end: 16px;
            border-inline-end: none; }
          .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).cardColumnGrid .itemContainer:nth-child(-n + 4) {
            padding-top: 42px; } }
      @media (min-width: 960px) {
        .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).cardColumnGrid .itemContainer {
          width: 16.6666666666%; }
          .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).cardColumnGrid .itemContainer:nth-child(4n-3), .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).cardColumnGrid .itemContainer:nth-child(4n + 4) {
            padding-inline-start: 8px;
            padding-inline-end: 8px;
            border: 1px solid #f1f2f6;
            border-inline-start: none; }
          .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).cardColumnGrid .itemContainer:nth-child(6n-5) {
            padding-inline-start: 16px; }
          .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).cardColumnGrid .itemContainer:nth-child(6n + 6) {
            padding-top: 34px;
            padding-inline-end: 16px;
            border-inline-end: none; }
          .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).cardColumnGrid .itemContainer:nth-child(-n + 6) {
            padding-top: 42px; } }
      @media (min-width: 600px) and (max-width: 750px) {
        .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).cardColumnGrid .itemContainer {
          width: 33.3333333333%; }
          .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).cardColumnGrid .itemContainer:nth-child(4n-3), .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).cardColumnGrid .itemContainer:nth-child(4n + 4) {
            padding-inline-start: 8px;
            padding-inline-end: 8px;
            border: 1px solid #f1f2f6;
            border-inline-start: none; }
          .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).cardColumnGrid .itemContainer:nth-child(3n-2) {
            padding-inline-start: 16px; }
          .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).cardColumnGrid .itemContainer:nth-child(3n + 3) {
            padding-inline-end: 16px;
            border-inline-end: none; }
          .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).cardColumnGrid .itemContainer:nth-child(4) {
            padding-top: 34px; }
          .ysColumnGrid:not(:has(.itemContainer.newItemContainer)).cardColumnGrid .itemContainer:nth-child(-n + 3) {
            padding-top: 42px; } }

.image-responsive,
.itemCover img {
  width: 100%;
  border: 0; }

.itemContainer {
  display: flex;
  flex-direction: column;
  margin-bottom: -1px;
  padding-top: 34px;
  padding-bottom: 40px;
  box-sizing: border-box; }
  .itemContainer:hover .videothumb:before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #e52d27;
    opacity: 1; }
  .itemContainer > a {
    position: relative;
    z-index: 1; }
  @media (max-width: 599px) {
    .itemContainer {
      width: 50%;
      padding-bottom: 35px; }
      .itemContainer a,
      .itemContainer .itemStatus,
      .itemContainer .itemCover {
        width: 100%;
        max-width: 220px;
        margin-left: auto;
        margin-right: auto; }
      .itemContainer .itemMostPopular, .itemContainer .itemMostPopular ~ .itemDiscount,
      .itemContainer .itemLimitedDeal,
      .itemContainer .itemLimitedDeal ~ .itemDiscount,
      .itemContainer .itemHiddenDeal,
      .itemContainer .itemHiddenDeal ~ .itemDiscount {
        font-size: 10px; }
      .itemContainer:nth-child(2n) .collectionTip {
        right: 20px; } }
  @media (min-width: 600px) {
    .itemContainer {
      width: calc((100% - 16px) / 4); } }
@media all and (-ms-high-contrast: none) and (min-width: 600px) {
  .itemContainer {
    width: 25%; } }

  @supports (-ms-ime-align: auto) {
    @media (min-width: 600px) {
      .itemContainer {
        width: 25%; } } }

.productList {
  display: flex;
  flex-wrap: wrap; }
  .productList a {
    display: block;
    text-decoration: none; }
  .productList a, .productList a:hover,
  .productList .itemContent,
  .productList .itemContent:hover {
    color: #212121; }

.cardList,
.groupCardList,
.savedItemList {
  border-bottom: 1px solid #f1f2f6; }
  .cardList .itemContainer,
  .groupCardList .itemContainer,
  .savedItemList .itemContainer {
    padding-inline-start: 8px;
    padding-inline-end: 8px;
    border: 1px solid #f1f2f6;
    border-inline-start: none; }

@media (min-width: 600px) {
  .cardList .itemContainer:nth-child(4n-3) {
    padding-inline-start: 16px; }
  .cardList .itemContainer:nth-child(4n + 4) {
    padding-inline-end: 16px;
    border-inline-end: none; }
  .cardList .itemContainer:nth-child(4n-3), .cardList .itemContainer:nth-child(4n + 4) {
    width: calc((100% - 16px) / 4 - -8px); } }
@media all and (-ms-high-contrast: none) and (min-width: 600px) {
  .cardList .itemContainer:nth-child(4n-3), .cardList .itemContainer:nth-child(4n + 4) {
    width: 25%; } }

@supports (-ms-ime-align: auto) {
  @media (min-width: 600px) {
    .cardList .itemContainer:nth-child(4n-3), .cardList .itemContainer:nth-child(4n + 4) {
      width: 25%; } } }
@media (max-width: 599px) {
  .cardList .itemContainer:nth-child(2n-1) {
    padding-inline-start: 16px; }
  .cardList .itemContainer:nth-child(2n) {
    padding-inline-end: 16px;
    border-inline-end: none; } }
@media (min-width: 960px) {
  .cardList {
    margin-top: 10px; } }

@media (max-width: 599px) {
  .groupCardList .itemContainer:nth-child(2n-1) {
    padding-inline-start: 16px; }
  .groupCardList .itemContainer:nth-child(2n) {
    padding-inline-end: 16px;
    border-inline-end: none; } }
@media (min-width: 600px) {
  .groupCardList .itemContainer:nth-child(4n-3) {
    padding-inline-start: 16px; }
  .groupCardList .itemContainer:nth-child(4n + 4) {
    padding-inline-end: 16px;
    border-inline-end: none; } }
@media (min-width: 960px) {
  .groupCardList .itemContainer:nth-child(4n-3), .groupCardList .itemContainer:nth-child(4n + 4) {
    padding-inline-start: 8px;
    padding-inline-end: 8px;
    border: 1px solid #f1f2f6;
    border-inline-start: none; }
  .groupCardList .itemContainer:nth-child(5n-4) {
    padding-inline-start: 16px; }
  .groupCardList .itemContainer:nth-child(5n + 5) {
    padding-inline-end: 16px;
    border-inline-end: none; } }

@media (min-width: 600px) and (max-width: 750px) {
  .cardList .itemContainer:nth-child(4n-3), .cardList .itemContainer:nth-child(4n + 4), .cardList .itemContainer,
  .groupCardList .itemContainer:nth-child(4n-3),
  .groupCardList .itemContainer:nth-child(4n + 4),
  .groupCardList .itemContainer {
    width: calc((100% - 16px) / 3); }
  .cardList .itemContainer:nth-child(4n-3), .cardList .itemContainer:nth-child(4n + 4),
  .groupCardList .itemContainer:nth-child(4n-3),
  .groupCardList .itemContainer:nth-child(4n + 4) {
    padding-inline-start: 8px;
    padding-inline-end: 8px;
    border: 1px solid #f1f2f6;
    border-inline-start: none; }
  .cardList .itemContainer:nth-child(3n-2),
  .groupCardList .itemContainer:nth-child(3n-2) {
    padding-inline-start: 16px; }
  .cardList .itemContainer:nth-child(3n + 3),
  .groupCardList .itemContainer:nth-child(3n + 3) {
    padding-inline-end: 16px;
    border-inline-end: none; }
  .cardList .itemContainer:nth-child(3n-2), .cardList .itemContainer:nth-child(3n + 3),
  .groupCardList .itemContainer:nth-child(3n-2),
  .groupCardList .itemContainer:nth-child(3n + 3) {
    width: calc((100% - 16px) / 3 - -8px); } }
@media all and (min-width: 600px) and (max-width: 750px) and (-ms-high-contrast: none) {
  .cardList .itemContainer, .cardList .itemContainer:nth-child(4n-3), .cardList .itemContainer:nth-child(4n + 4), .cardList .itemContainer:nth-child(3n-2), .cardList .itemContainer:nth-child(3n + 3),
  .groupCardList .itemContainer,
  .groupCardList .itemContainer:nth-child(4n-3),
  .groupCardList .itemContainer:nth-child(4n + 4),
  .groupCardList .itemContainer:nth-child(3n-2),
  .groupCardList .itemContainer:nth-child(3n + 3) {
    width: 33.3333333333%; } }
@media (min-width: 600px) and (max-width: 750px) {
  @supports (-ms-ime-align: auto) {
    .cardList .itemContainer, .cardList .itemContainer:nth-child(4n-3), .cardList .itemContainer:nth-child(4n + 4), .cardList .itemContainer:nth-child(3n-2), .cardList .itemContainer:nth-child(3n + 3),
    .groupCardList .itemContainer,
    .groupCardList .itemContainer:nth-child(4n-3),
    .groupCardList .itemContainer:nth-child(4n + 4),
    .groupCardList .itemContainer:nth-child(3n-2),
    .groupCardList .itemContainer:nth-child(3n + 3) {
      width: 33.3333333333%; } } }
@media (min-width: 751px) and (max-width: 959px) {
  .groupCardList .itemContainer {
    width: calc((100% - 16px) / 4); }
    .groupCardList .itemContainer:nth-child(4n-3), .groupCardList .itemContainer:nth-child(4n + 4) {
      width: calc((100% - 16px) / 4 - -8px); } }
@media all and (min-width: 751px) and (max-width: 959px) and (-ms-high-contrast: none) {
  .groupCardList .itemContainer, .groupCardList .itemContainer:nth-child(4n-3), .groupCardList .itemContainer:nth-child(4n + 4) {
    width: 20%; } }
@media (min-width: 751px) and (max-width: 959px) {
  @supports (-ms-ime-align: auto) {
    .groupCardList .itemContainer, .groupCardList .itemContainer:nth-child(4n-3), .groupCardList .itemContainer:nth-child(4n + 4) {
      width: 20%; } } }
@media (min-width: 960px) {
  .productGroup .itemContainer {
    width: calc((100% - 16px) / 5); }
    .productGroup .itemContainer:nth-child(5n-4), .productGroup .itemContainer:nth-child(5n + 5) {
      width: calc((100% - 16px) / 5 - -8px); } }
@media all and (-ms-high-contrast: none) and (min-width: 960px) {
  .productGroup .itemContainer:nth-child(5n-4), .productGroup .itemContainer:nth-child(5n + 5) {
    width: 20%; } }

@supports (-ms-ime-align: auto) {
  @media (min-width: 960px) {
    .productGroup .itemContainer:nth-child(5n-4), .productGroup .itemContainer:nth-child(5n + 5) {
      width: 20%; } } }
.productGroup .sortingContainer {
  position: static;
  right: 16px;
  top: 18px;
  visibility: visible; }

.itemCover {
  max-width: 220px;
  height: 220px;
  position: relative;
  text-align: center;
  overflow: hidden; }
  .itemCover[class*='-flag']:before {
    position: absolute;
    inset-inline-end: 8px;
    bottom: 44px; }
  .itemCover .pill-btn {
    position: absolute;
    inset-inline-end: 8px;
    bottom: 44px;
    padding: 0 7px;
    font-size: 12px;
    border-color: #fff; }
  .itemCover[class*='-flag'] .pill-btn {
    bottom: 74px; }
  .itemCover img {
    width: auto;
    height: 100%;
    margin: 0 -50%; }
  .itemCover span[role='button'] {
    outline: none; }
  @media (max-width: 599px) {
    .itemCover {
      height: 220px; } }
  @media (min-width: 960px) {
    .itemCover {
      max-width: 244px;
      height: 244px; } }
  .itemCover .yesties-badge {
    position: absolute;
    z-index: 5;
    bottom: 1px;
    inset-inline-start: 4px;
    width: 48px; }
    .itemCover .yesties-badge img {
      width: 100%; }
  .itemCover .badgesContainer {
    position: absolute;
    z-index: 4;
    inset-block-start: 6px;
    inset-inline-start: 0;
    width: 100%;
    display: flex;
    justify-content: center; }
    .itemCover .badgesContainer > span {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-inline: 7px;
      margin-inline: 4px;
      min-height: 19px;
      background: #DAF2FF;
      font-size: 11px;
      line-height: 16px;
      color: #416F8C;
      border-radius: 14px; }

.itemTitle {
  padding-top: 16px;
  margin-bottom: 10px;
  height: 32px;
  line-height: 17px; }
  .itemTitle:has(.sponsoredItem) {
    height: 50px; }
  .itemTitle .sponsoredItem {
    color: #666; }

.itemTitle, .itemOption {
  position: relative;
  overflow: hidden; }
  .itemTitle:after, .itemOption:after {
    content: '';
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
    width: 50px;
    height: 16px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 50%); }
    html.translated-rtl .itemTitle:after, html[dir=rtl] .itemTitle:after, html.translated-rtl .itemOption:after, html[dir=rtl] .itemOption:after {
      background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 50%); }

.itemTitle, .itemPrice {
  font-size: 12px; }

.itemSaver, .openNewTab {
  position: absolute;
  inset-inline-end: 0;
  padding: 4px;
  background: transparent;
  cursor: pointer; }

.openNewTab {
  top: 0;
  border-radius: 0 0 0 10px;
  z-index: 5;
  display: none; }
  .openNewTab:before {
    display: block;
    width: 27px;
    height: 27px;
    font-size: 14px;
    margin-block: 3px 5px;
    margin-inline: 5px 3px;
    color: #22D20C;
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    line-height: 24px; }

.itemSaver {
  bottom: 0;
  border-radius: 10px 0 0; }
  .itemSaver:hover .iconWrapper {
    color: #bbb;
    background: white; }
  .itemSaver.activePulse .iconWrapper, .itemSaver.activePulse:hover .iconWrapper {
    color: #22D20C; }

.itemSaver,
.openNewTab {
  position: absolute;
  inset-inline-end: 0;
  padding: 4px;
  background: transparent;
  cursor: pointer; }

.iconWrapper {
  display: block;
  width: 34px;
  height: 34px;
  font-size: 14px;
  margin: 0;
  color: #bbb;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center; }
  .iconWrapper .icon, .iconWrapper .breadcrumbs li:before, .breadcrumbs .iconWrapper li:before {
    display: block; }
    .iconWrapper .icon:before, .iconWrapper .breadcrumbs li:before, .breadcrumbs .iconWrapper li:before {
      display: block;
      margin-top: 8px; }

.colorOption {
  height: 19px;
  margin-top: 8px;
  margin-left: -1px; }
  .colorOption .colorFamily, .colorOption v-pane.ys-checkbox.color md-checkbox, v-pane.ys-checkbox.color .colorOption md-checkbox {
    margin-right: 3px; }

.timerWrapper {
  display: inline-block;
  min-width: 63px;
  margin-block: 0 -3px;
  margin-inline: 1px 0;
  line-height: 17px;
  overflow: hidden; }

span[countdown] {
  font-variant: small-caps; }
  html.translated-rtl span[countdown] span, html[dir=rtl] span[countdown] span {
    display: inline-block; }

[class*='-flag']:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.35);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 2px solid #fff;
  box-sizing: border-box; }

.hk-flag:before {
  background-image: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/flags/hk-flag.png); }

.jp-flag:before {
  background-image: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/flags/jp-flag.png); }

.kr-flag:before {
  background-image: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/flags/kr-flag.png); }

.us-flag:before {
  background-image: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/flags/us-flag.png); }

.gb-flag:before {
  background-image: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/flags/gb-flag.png); }

.de-flag:before {
  background-image: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/flags/de-flag.png); }

.ch-flag:before {
  background-image: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/flags/ch-flag.png); }

.th-flag:before {
  background-image: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/flags/th-flag.png); }

.vn-flag:before {
  background-image: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/flags/vn-flag.png); }

.iconScale-1x:before,
.iconScale-1x .icon:before,
.iconScale-1x .breadcrumbs li:before,
.breadcrumbs .iconScale-1x li:before {
  font-size: 18px;
  line-height: 18px; }

.iconScale-2x:before,
.iconScale-2x .icon:before,
.iconScale-2x .breadcrumbs li:before,
.breadcrumbs .iconScale-2x li:before {
  font-size: 24px;
  line-height: 24px; }

.iconScale-2x .ratingStars {
  top: -2px; }
.iconScale-2x .starWrapper {
  margin-right: 6px; }

.miniTag, .ratingRow .reviewCount {
  position: relative;
  top: -2px;
  left: 0;
  display: inline-block;
  margin-left: 4px;
  padding: 2px 4px;
  font-family: Helvetica, Arial;
  font-size: 11px;
  line-height: 11px;
  border-radius: 2px;
  color: #888;
  background: #e8e8e8;
  text-transform: uppercase; }
  .miniTag.lowercase, .ratingRow .lowercase.reviewCount {
    text-transform: lowercase; }
  .miniTag.normal, .ratingRow .normal.reviewCount {
    text-transform: none; }
  .miniTag.red, .ratingRow .red.reviewCount {
    color: #fff;
    background: #f33; }
  .miniTag.green, .ratingRow .green.reviewCount {
    color: #fff;
    background: #63c956; }
  .miniTag.white, .ratingRow .white.reviewCount {
    background: #fff;
    cursor: pointer; }

.smallTag {
  display: inline-block;
  margin-left: 4px;
  padding: 2px 4px;
  font-family: Helvetica, Arial;
  font-size: 12px;
  line-height: 14px;
  border-radius: 2px;
  color: #888;
  background: #e8e8e8;
  text-transform: uppercase; }
  .smallTag.red {
    color: #fff;
    background: #f33; }
  .smallTag.green {
    color: #fff;
    background: #63c956; }

.ratingRow {
  position: relative;
  display: inline-block;
  margin-top: 11px;
  text-align: left;
  height: 19px; }
  .ratingRow:before {
    content: '\f005\f005\f005\f005\f005';
    letter-spacing: 5px;
    white-space: nowrap;
    color: #ccc; }
  .ratingRow.large {
    position: relative;
    width: 212px;
    height: 42px;
    margin-top: 0;
    overflow: hidden; }
    .ratingRow.large:before,
    .ratingRow.large .icon:before,
    .ratingRow.large .breadcrumbs li:before,
    .breadcrumbs .ratingRow.large li:before {
      padding-left: 4px;
      padding-top: 4px;
      font-size: 36px;
      letter-spacing: 9px; }
    .ratingRow.large .icon, .ratingRow.large .breadcrumbs li:before, .breadcrumbs .ratingRow.large li:before {
      width: 0; }
      .ratingRow.large .icon :before, .ratingRow.large .breadcrumbs li:before :before, .breadcrumbs .ratingRow.large li:before :before {
        background: #fff; }
      .ratingRow.large .icon.poor, .ratingRow.large .breadcrumbs li.poor:before, .breadcrumbs .ratingRow.large li.poor:before {
        width: 20%; }
      .ratingRow.large .icon.belowaverage, .ratingRow.large .breadcrumbs li.belowaverage:before, .breadcrumbs .ratingRow.large li.belowaverage:before {
        width: 40%; }
      .ratingRow.large .icon.fair, .ratingRow.large .breadcrumbs li.fair:before, .breadcrumbs .ratingRow.large li.fair:before {
        width: 60%; }
      .ratingRow.large .icon.good, .ratingRow.large .breadcrumbs li.good:before, .breadcrumbs .ratingRow.large li.good:before {
        width: 80%; }
      .ratingRow.large .icon.excellent, .ratingRow.large .breadcrumbs li.excellent:before, .breadcrumbs .ratingRow.large li.excellent:before {
        width: 100%; }
  .ratingRow > .colored {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: -2px;
    left: 0;
    width: 0;
    padding-top: 2px;
    overflow: hidden; }
    .ratingRow > .colored:before {
      content: '\f005\f005\f005\f005\f005';
      letter-spacing: 5px;
      white-space: nowrap;
      color: #FFDD00;
      background-color: white; }
  .ratingRow.iconScale-2x:before {
    letter-spacing: 6px; }
  .ratingRow .reviewCount {
    left: -2px;
    margin-left: 0;
    padding: 3px 4px 1px;
    font-size: 12px;
    line-height: 12px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .ratingRow .reviewCount {
    top: 0;
    padding-top: 2px;
    padding-bottom: 2px; } }
.viewTranslation {
  padding: 14px 10px;
  text-align: right; }
  .viewTranslation a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 6px;
    color: #888;
    font-family: Helvetica,Arial;
    font-size: 11px;
    line-height: 11px;
    text-decoration: none; }
    .viewTranslation a:hover {
      color: #4b8bf5; }

.translatedContent {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 60px;
  left: 6px;
  right: 6px;
  z-index: 20;
  padding: 14px 10px;
  background: #4b8bf5;
  opacity: 0;
  text-align: left; }
  .translatedContent div {
    padding: 0;
    color: #fff; }
  .translatedContent .reviewTitle {
    margin-right: 30px;
    margin-bottom: 4px; }
  .translatedContent .closeButton {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    margin: 6px;
    background: rgba(0, 0, 0, 0.1); }
    .translatedContent .closeButton.md-button.md-icon-button {
      width: 32px;
      height: 32px;
      min-height: 32px;
      padding: 0; }
      .translatedContent .closeButton.md-button.md-icon-button:hover {
        background: rgba(0, 0, 0, 0.25); }
  .translatedContent .translatedByGoogle {
    margin-top: 8px;
    color: #c4d5fb;
    font-size: 11px; }
  .translatedContent.active {
    top: 7px;
    opacity: 1; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .ratingRow .reviewCount {
    top: 0;
    padding-top: 2px;
    padding-bottom: 2px; } }
.closeButton,
.md-button.closeButton,
.satisfactionPanel .closeButton {
  font-weight: normal;
  font-size: 26px; }
  .closeButton span,
  .md-button.closeButton span,
  .satisfactionPanel .closeButton span {
    position: relative; }

.satisfactionPanel .closeButton {
  position: absolute;
  top: 2px;
  right: -3px;
  z-index: 51;
  color: #fff; }

md-toolbar.md-default-theme:not(.md-menu-toolbar),
md-toolbar:not(.md-menu-toolbar),
.masonryGrid li:before,
.gradientTop:before,
md-card:before,
.gradientBlock,
.videothumb:before,
.gradientBlock.actionMenu,
.actionMenu.videothumb:before {
  background: #22D20C;
  background: linear-gradient(105deg, #22D20C, #23F20B); }

md-dialog md-toolbar {
  min-height: 48px;
  max-height: none;
  height: auto;
  justify-content: center; }

.md-toolbar-tools.toolbarGradient {
  min-height: 34px;
  height: auto;
  max-height: none;
  margin: 4px 0; }
  .md-toolbar-tools.toolbarGradient h2 {
    line-height: 22px;
    margin: 2px 0; }
  .md-toolbar-tools.toolbarGradient > .md-button:last-child {
    margin-right: -12px; }

.md-bottomSheet-tools h2 {
  line-height: 22px;
  margin-left: 15px;
  font-size: inherit;
  font-weight: inherit; }

@media (max-width: 599px) {
  md-dialog {
    max-width: 90%;
    min-width: 90%; } }
md-dialog.yestagramphoto {
  width: 100%;
  overflow: visible;
  box-sizing: border-box;
  margin: 12px; }
  @media (min-width: 600px) {
    md-dialog.yestagramphoto {
      max-width: 500px;
      height: 681px;
      margin: 24px; } }
  @media (min-width: 960px) {
    md-dialog.yestagramphoto {
      max-width: 800px;
      max-height: 600px; } }
  md-dialog.yestagramphoto .md-button.right:before, md-dialog.yestagramphoto .md-button.left:before {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    width: 36px;
    height: 36px; }
  md-dialog.yestagramphoto .md-button.right:before {
    margin-right: -6px; }
  md-dialog.yestagramphoto .md-button.left:before {
    margin-left: -6px; }
  md-dialog.yestagramphoto .md-ripple-container {
    display: none; }
  md-dialog.yestagramphoto .yesClose {
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 6px;
    background-color: rgba(255, 255, 255, 0.2); }
    @media (min-width: 960px) {
      md-dialog.yestagramphoto .yesClose {
        top: 0;
        right: -60px; } }
  md-dialog.yestagramphoto .yesClose:hover {
    background-color: rgba(255, 255, 255, 0.8) !important; }
  md-dialog.yestagramphoto .yestagramContentContainer {
    overflow: hidden;
    height: 100%; }
    @media (min-width: 960px) {
      md-dialog.yestagramphoto .yestagramContentContainer {
        border-radius: 4px; } }
  md-dialog.yestagramphoto .yestagramPhotoContainer {
    width: 100%; }
    md-dialog.yestagramphoto .yestagramPhotoContainer .contain {
      background-size: auto 100%;
      background-position: center center; }
    @media (min-width: 960px) {
      md-dialog.yestagramphoto .yestagramPhotoContainer {
        max-width: 600px;
        border-radius: 4px; } }
    md-dialog.yestagramphoto .yestagramPhotoContainer .photoSlider {
      margin: auto; }
      md-dialog.yestagramphoto .yestagramPhotoContainer .photoSlider .md-button.left:hover:before {
        margin-left: -9px; }
      md-dialog.yestagramphoto .yestagramPhotoContainer .photoSlider .md-button.right:hover:before {
        margin-right: -9px; }
  md-dialog.yestagramphoto .previewContainer {
    overflow: auto; }
    @media (min-width: 960px) {
      md-dialog.yestagramphoto .previewContainer {
        max-height: 600px; } }
  md-dialog.yestagramphoto .yestagramPreview {
    padding: 0 4px;
    justify-content: center; }
    @media (min-width: 600px) {
      md-dialog.yestagramphoto .yestagramPreview {
        padding: 0 6px; } }
    @media (min-width: 960px) {
      md-dialog.yestagramphoto .yestagramPreview {
        padding: 16px 16px 16px 8px;
        flex-wrap: nowrap;
        justify-content: start; } }
    md-dialog.yestagramphoto .yestagramPreview .yestagramColumn {
      position: relative;
      width: 100px;
      height: 100px;
      border-radius: 4px;
      margin: 8px 4px;
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat;
      border: 1px solid #e0e0e0; }
      md-dialog.yestagramphoto .yestagramPreview .yestagramColumn:hover {
        opacity: 1; }
      md-dialog.yestagramphoto .yestagramPreview .yestagramColumn:last-child {
        margin-bottom: 16px; }
      @media (min-width: 600px) {
        md-dialog.yestagramphoto .yestagramPreview .yestagramColumn {
          height: 120px;
          width: 120px;
          margin: 8px 6px 16px; } }
      @media (min-width: 960px) {
        md-dialog.yestagramphoto .yestagramPreview .yestagramColumn {
          margin: 16px 40px 0 16px;
          min-height: 130px;
          width: 130px;
          opacity: .8; } }
md-dialog.CashoutConfirm {
  margin: 0 auto; }
md-dialog.ysvideo {
  max-width: 100%;
  min-width: 100%; }
  @media (min-width: 600px) {
    md-dialog.ysvideo {
      max-width: 90%;
      min-width: 90%; } }
  @media (min-width: 960px) {
    md-dialog.ysvideo {
      max-width: 90%;
      min-width: 854px;
      max-height: 100%; } }
@media (min-width: 960px) {
  md-dialog.ysfixwidth {
    width: 500px;
    max-height: 90%; } }
md-dialog.ysphoto {
  min-width: 100%;
  max-height: 100%; }
  @media (min-width: 600px) {
    md-dialog.ysphoto {
      min-width: 800px; } }
  @media (max-width: 800px) {
    md-dialog.ysphoto {
      min-width: 100%; } }
  @media (min-width: 960px) {
    md-dialog.ysphoto {
      min-width: 800px; } }
md-dialog.ysgift {
  min-width: 320px; }
  md-dialog.ysgift img {
    width: 100%; }
md-dialog.yscs {
  min-width: 300px;
  min-height: 392px;
  text-align: center; }
  @media (min-width: 960px) {
    md-dialog.yscs {
      min-width: 360px; } }
  md-dialog.yscs md-toolbar {
    border-bottom: 3px solid rgba(0, 0, 0, 0.15);
    min-height: 233px; }
  md-dialog.yscs .md-toolbar-tools {
    position: relative;
    min-height: 91px;
    margin: 0;
    padding-top: 28px; }
    md-dialog.yscs .md-toolbar-tools h2 {
      font-size: 20px;
      font-weight: bold; }
      md-dialog.yscs .md-toolbar-tools h2 div {
        margin-top: 6px;
        padding-left: 2px;
        color: rgba(255, 255, 255, 0.8);
        font-size: 17px;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 2px; }
    md-dialog.yscs .md-toolbar-tools .md-button {
      position: absolute;
      top: 4px;
      right: 16px; }
  md-dialog.yscs md-dialog-content {
    padding: 45px 16px 20px; }
  md-dialog.yscs h4 {
    color: #666;
    margin-bottom: 2px; }
  md-dialog.yscs .totalReviews {
    color: #999; }
  md-dialog.yscs .ratingChart {
    margin-top: 16px; }
md-dialog.LocationPreferences {
  width: 500px; }
  md-dialog.LocationPreferences .md-dialog-content {
    padding-block: 20px 7px; }
  md-dialog.LocationPreferences .alert + md-dialog-content .md-dialog-content {
    padding-block-start: 4px; }
  md-dialog.LocationPreferences md-dialog-actions {
    padding-block: 0 20px !important; }
    md-dialog.LocationPreferences md-dialog-actions button {
      margin-block: 0; }
      md-dialog.LocationPreferences md-dialog-actions button:last-child:not(:first-child) {
        margin-inline: 13px 0 !important; }

.welcome .welcomepop {
  background-image: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/splash/coupon_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 8px; }
  @media (min-width: 960px) {
    .welcome .welcomepop {
      width: 70%;
      margin: 0 auto 8px; } }
  .welcome .welcomepop .welcomeContent .slideDown {
    margin: 21px 0 8px; }
    .welcome .welcomepop .welcomeContent .slideDown .alert-danger {
      margin-bottom: 19px; }
  .welcome .welcomepop .welcomeContent .alert {
    margin: 16px 16px -16px;
    border-radius: 0; }
    .welcome .welcomepop .welcomeContent .alert.alert-success {
      margin-bottom: 16px; }
  .welcome .welcomepop.register {
    background-image: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/imgs/eliteclub/elite2021-background_40.png), linear-gradient(#3779d7 10%, #9fe2ea 90%);
    background-size: 100% auto; }
    .welcome .welcomepop.register .md-title {
      background-color: #fff000 !important;
      color: #0049b0 !important; }
  .welcome .welcomepop.france {
    padding: 16px;
    background-image: none;
    background-color: #00267f;
    box-sizing: border-box; }
    @media (min-width: 600px) {
      .welcome .welcomepop.france {
        padding: 24px; } }
    .welcome .welcomepop.france .welcomeContent {
      background: #fff;
      color: #222; }
  .welcome .welcomepop.wechat {
    padding: 16px;
    background: #1aad19;
    box-sizing: border-box; }
    @media (min-width: 600px) {
      .welcome .welcomepop.wechat {
        padding: 24px; } }
    .welcome .welcomepop.wechat .welcomeContent {
      color: #000; }

.welcomepop .welcomeflag {
  margin-right: 8px; }
.welcomepop .md-button {
  margin: 0 2px 8px 2px; }
.welcomepop .md-title {
  font-weight: bold;
  font-size: 17px; }
  .welcomepop .md-title em {
    font-style: normal;
    margin: 1px;
    padding: 2px 12px;
    background: #c00;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 9px 0;
    white-space: nowrap; }
.welcomepop .alert {
  margin: 0 0 8px; }
.welcomepop md-input-container .md-input {
  border-color: #22D20C; }
.welcomepop .shippingInfo {
  padding: 16px;
  box-sizing: border-box;
  background: #fefefe;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #fefefe, #f1f2f6);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, #fefefe, #f1f2f6);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, #fefefe, #f1f2f6);
  /* For Firefox 3.6 to 15 */
  background: -ms-linear-gradient(left, #fefefe, #f1f2f6);
  /* For MS */
  background: linear-gradient(left, #fefefe, #f1f2f6);
  /* Standard syntax */ }
.welcomepop .adjusted {
  margin-bottom: 0; }
.welcomepop .noIndent li {
  margin: 0 0 4px; }
.welcomepop a {
  color: #22D20C;
  text-decoration: none; }
  .welcomepop a:hover {
    text-decoration: underline; }
.welcomepop small {
  font-size: 12px; }
.welcomepop .qrrefer p {
  margin: 0.5em;
  text-align: center; }
@media (max-width: 959px) {
  .welcomepop ul {
    display: none; } }
.welcomepop.page {
  background-color: #fff;
  border: 8px solid #36f21f;
  margin-bottom: 8px; }
  .welcomepop.page .subscribeform {
    padding: 16px; }
    .welcomepop.page .subscribeform .md-title {
      margin-bottom: 0.9em; }
.welcomepop.gradientBlockRed {
  padding: 5px;
  margin-bottom: 8px; }
  .welcomepop.gradientBlockRed .subscribeform {
    padding: 10px 11px 16px; }
.welcomepop .welcomeContent {
  color: #000;
  position: relative;
  overflow: hidden;
  text-align: center; }
  .welcomepop .welcomeContent .frenchOpening {
    padding: 26px 8px 18px; }
    .welcomepop .welcomeContent .frenchOpening .md-headline {
      display: block;
      font-size: 18px;
      line-height: 20px;
      margin-bottom: 6px; }
      @media (min-width: 960px) {
        .welcomepop .welcomeContent .frenchOpening .md-headline {
          font-size: 23px;
          line-height: 25px; } }
    .welcomepop .welcomeContent .frenchOpening .md-title {
      display: inline-block;
      max-width: 450px;
      margin: 0 auto;
      font-size: 16px;
      line-height: 24px; }
      @media (min-width: 960px) {
        .welcomepop .welcomeContent .frenchOpening .md-title {
          max-width: 650px;
          font-size: 28px;
          line-height: 32px; } }
    .welcomepop .welcomeContent .frenchOpening .couponCode {
      display: inline-block;
      margin-top: 11px;
      margin-bottom: 12px;
      padding: 0 8px;
      font-size: 20px;
      line-height: 40px;
      background: #f31830;
      border-radius: 4px;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
      text-transform: uppercase;
      color: #fff; }
      @media (min-width: 600px) {
        .welcomepop .welcomeContent .frenchOpening .couponCode {
          padding-left: 16px;
          padding-right: 16px; } }
    .welcomepop .welcomeContent .frenchOpening a {
      -webkit-transition: 0.3s;
      transition: 0.3s;
      color: #666;
      text-decoration: none; }
      .welcomepop .welcomeContent .frenchOpening a:hover {
        color: #22D20C; }
  .welcomepop .welcomeContent.wechatfollow {
    text-align: left; }
    .welcomepop .welcomeContent.wechatfollow .md-headline {
      display: block;
      font-size: 18px;
      line-height: 20px;
      margin-bottom: 6px; }
      @media (min-width: 960px) {
        .welcomepop .welcomeContent.wechatfollow .md-headline {
          font-size: 23px;
          line-height: 25px; } }
    .welcomepop .welcomeContent.wechatfollow .qrblock {
      margin-right: 2em;
      width: 220px;
      text-align: center;
      background: #fff;
      border-radius: 4px;
      overflow: hidden; }
      .welcomepop .welcomeContent.wechatfollow .qrblock img {
        width: 200px; }
    .welcomepop .welcomeContent.wechatfollow .md-title {
      display: inline-block;
      max-width: 450px;
      margin: 0 auto;
      font-size: 20px;
      line-height: 24px; }
      @media (min-width: 600px) {
        .welcomepop .welcomeContent.wechatfollow .md-title {
          max-width: 650px;
          font-size: 28px;
          line-height: 32px; } }
    .welcomepop .welcomeContent.wechatfollow .buttonkey {
      display: inline-block;
      width: 1.5em;
      padding: 1px 3px;
      border-radius: 3px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
      background-color: #eee;
      text-align: center; }
    .welcomepop .welcomeContent.wechatfollow .couponCode {
      padding: 8px;
      font-size: 18px;
      line-height: 18px;
      background: #4d4d4d;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
      color: #fff;
      text-align: center; }
      @media (min-width: 600px) {
        .welcomepop .welcomeContent.wechatfollow .couponCode {
          padding-left: 16px;
          padding-right: 16px; } }
    .welcomepop .welcomeContent.wechatfollow .remark {
      color: #d7f4d7; }
    .welcomepop .welcomeContent.wechatfollow a {
      -webkit-transition: 0.3s;
      transition: 0.3s;
      text-decoration: none; }
      .welcomepop .welcomeContent.wechatfollow a:hover {
        color: #fff; }
    @media (max-width: 599px) {
      .welcomepop .welcomeContent.wechatfollow {
        text-align: center; }
        .welcomepop .welcomeContent.wechatfollow .qrblock {
          margin: 0 auto 1em; } }
  .welcomepop .welcomeContent .initMsg {
    color: #fff;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .welcomepop .welcomeContent .initMsg.slideOut {
      top: 500px; }
    .welcomepop .welcomeContent .initMsg span {
      white-space: nowrap; }
    .welcomepop .welcomeContent .initMsg .md-title {
      background-color: #f4003b;
      padding: 6px 24px;
      margin-bottom: 3px;
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase;
      display: inline-block; }
      @media (min-width: 960px) {
        .welcomepop .welcomeContent .initMsg .md-title {
          font-size: 30px; } }
  .welcomepop .welcomeContent .signUpShare {
    margin-top: 12px; }
    @media (min-width: 600px) {
      .welcomepop .welcomeContent .signUpShare .md-button {
        min-width: 170px; } }
    .welcomepop .welcomeContent .signUpShare .md-button:hover {
      text-decoration: none; }
  .welcomepop .welcomeContent md-input-container {
    width: 320px;
    text-align: left; }
  .welcomepop .welcomeContent .md-button {
    margin-bottom: 0; }
  .welcomepop .welcomeContent .tellYourFriends {
    margin-bottom: 12px; }
    .welcomepop .welcomeContent .tellYourFriends ~ .flex-100 a {
      display: inline-block;
      width: 66px;
      height: 66px;
      margin: 0 20px -4px; }
.welcomepop.md-dialog-content .welcomeContent {
  text-align: left; }
.welcomepop .welcomeSubscribe {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: -300px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 24px;
  margin: 16px; }
  .welcomepop .welcomeSubscribe.showInput {
    top: 0; }
  .welcomepop .welcomeSubscribe.mobile {
    padding: 0 12px; }
  .welcomepop .welcomeSubscribe .intro b {
    font-size: 18px; }
.welcomepop .subscribeform.mobile .initMsg,
.welcomepop .subscribeform.mobile .welcomeSubscribe {
  position: static;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }
  .welcomepop .subscribeform.mobile .initMsg p,
  .welcomepop .subscribeform.mobile .welcomeSubscribe p {
    margin-top: 0; }
.welcomepop .subscribeform.mobile .initMsg {
  margin: 24px 0 0;
  z-index: 1;
  position: relative;
  top: 0;
  left: 0; }

.sectionHeading .close {
  font-size: 24px;
  line-height: 0.7; }

.gradientBlockRed {
  background: #ff0084;
  background: -moz-linear-gradient(-45deg, #ff0084 0%, #ff0084 25%, #ff005e 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #ff0084), color-stop(100%, #ff005e));
  background: -webkit-linear-gradient(-45deg, #ff0084 0%, #ff005e 100%);
  background: -o-linear-gradient(-45deg, #ff0084 0%, #ff005e 100%);
  background: -ms-linear-gradient(-45deg, #ff0084 0%, #ff005e 100%);
  background: linear-gradient(135deg, #ff0084 0%, #ff005e 100%); }

.chartRow {
  height: 20px;
  margin-bottom: 8px;
  overflow: hidden;
  text-align: start;
  line-height: 20px; }
  @media (min-width: 960px) {
    .chartRow {
      margin-left: 15px;
      margin-right: 15px; }
      .chartRow.sponsorClaimed {
        margin: 0; } }
  .chartRow .digit {
    width: 11px;
    color: #b27900;
    font-size: 16px;
    font-weight: bold;
    text-align: center; }
  .chartRow .icon, .chartRow .breadcrumbs li:before, .breadcrumbs .chartRow li:before {
    margin-top: -1px;
    padding: 0 6px 0 4px; }
  .chartRow .reviewCount {
    width: 60px;
    padding-left: 8px;
    color: #999;
    text-align: right; }
  .chartRow:last-child {
    margin-bottom: 0; }
  .chartRow.sponsorClaimed {
    margin-bottom: 0;
    height: 26px;
    overflow: visible; }
    @media (max-width: 599px) {
      .chartRow.sponsorClaimed {
        width: 100%; } }
  .chartRow .sponsorClaimedCount {
    font-size: 12px; }

.chartWrapper {
  width: 100%;
  background: #f1f2f6; }
  .chartWrapper,
  .chartWrapper div {
    height: 20px;
    border-radius: 30px; }
  .chartWrapper div {
    -webkit-transition: 0.9s;
    transition: 0.9s;
    min-width: 20px;
    max-width: 20px;
    background: #ffe97a; }
  .chartWrapper.sponsorClaimed {
    height: 6px; }
    .chartWrapper.sponsorClaimed div {
      height: 6px;
      background: #ff4e7d;
      max-width: 100%;
      min-width: 6px; }
    .chartWrapper.sponsorClaimed div[style='width:0%'] {
      min-width: 0; }
    .chartWrapper.sponsorClaimed div[style='width: 0%'] {
      min-width: 0; }

.animatedChart .chartWrapper div {
  max-width: 100%; }

.circularWrapper {
  position: absolute;
  top: 91px;
  left: 50%;
  display: block;
  width: 172px;
  height: 172px;
  margin: 0 auto 0 -86px;
  background: white;
  border-radius: 50%; }
  .circularWrapper md-progress-circular {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -78px 0 0 -78px;
    transform: rotate(-180deg); }
    .circularWrapper md-progress-circular path {
      stroke: #ffdf05;
      stroke-width: 19px !important; }
    .circularWrapper md-progress-circular svg {
      pointer-events: none; }
  .circularWrapper .percentage,
  .circularWrapper .overallRating {
    position: relative;
    z-index: 3;
    border-radius: 50%; }
  .circularWrapper .percentage,
  .circularWrapper .ratingValue {
    color: #865f00; }
  .circularWrapper .ratingValue {
    margin: 22px 1px 0 0;
    font-size: 52px;
    height: 46px;
    font-weight: 900;
    line-height: 46px; }
  .circularWrapper .percentage {
    width: 160px;
    height: 160px;
    margin: 6px;
    font-size: 30px;
    font-weight: bold;
    line-height: 160px;
    box-shadow: inset 5px 5px 10px -10px rgba(0, 0, 0, 0.65); }
  .circularWrapper .overallRating {
    width: 162px;
    height: 162px;
    margin: 5px;
    border: 3px solid #ffdf05;
    box-sizing: border-box; }
    .circularWrapper .overallRating .ratingRow {
      margin-right: -7px;
      -webkit-transform: scale(1.3);
      transform: scale(1.3); }
  .circularWrapper .reviewCount {
    margin-top: 12px;
    color: #999; }

.sections {
  margin-bottom: 60px; }
  @media (min-width: 960px) {
    .sections {
      margin-bottom: 70px; } }
  .sections.brandIcons {
    padding: 0 9px; }
    @media (min-width: 960px) {
      .sections.brandIcons {
        padding-left: 22px;
        padding-right: 22px; } }
    .sections.brandIcons h3 {
      margin-bottom: 20px; }
    .sections.brandIcons .childContainer a {
      position: relative;
      display: flex;
      height: 80px;
      font-weight: bold;
      text-decoration: none;
      background-color: #fff;
      border-radius: 3px;
      box-shadow: 0px 2px 5px 0 transparent; }
      .sections.brandIcons .childContainer a:hover {
        box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.12); }
      .sections.brandIcons .childContainer a .icon, .sections.brandIcons .childContainer a .breadcrumbs li:before, .breadcrumbs .sections.brandIcons .childContainer a li:before {
        position: absolute;
        top: 3px;
        inset-inline-start: 6px;
        color: #63c956; }
    @media (max-width: 599px) {
      .sections.brandIcons .childContainer {
        padding: 0.5px; }
        .sections.brandIcons .childContainer a {
          height: 50px; } }
    .sections.brandIcons .showMoreRow {
      margin-top: 22px; }

.sectionBorder, .ysSection {
  border-top: 3px solid #e9ebf1; }
  .sectionBorder .brandIcons, .ysSection .brandIcons {
    border-color: #fff; }

.ysSection {
  margin-top: 40px;
  background: #fff; }
  .ysSection .sectionHeading {
    margin: 0;
    padding: 12px 16px 7px;
    color: #444;
    font-size: 17px;
    font-weight: bold; }
    .ysSection .sectionHeading .remark {
      margin-left: 8px;
      color: #666;
      font-size: 12px;
      font-weight: normal; }
  .ysSection.tagRow {
    border: 0; }
    .ysSection.tagRow.condense {
      margin-top: 0; }
    .ysSection.tagRow .sectionContent {
      padding: 0 0 6px 4px;
      border: none;
      border-left: 1px solid #f1f2f6; }
    .ysSection.tagRow .md-button {
      padding: 0 6px;
      margin: 5px 4px 0 4px;
      min-width: 36px;
      text-transform: none; }
  .ysSection.brandIcons .ysColumnGrid {
    padding: 8px;
    box-sizing: border-box; }
  .ysSection.brandIcons:not(.frontpage) {
    margin-top: 0; }
    .ysSection.brandIcons:not(.frontpage) ~ .brandListWrapper {
      border-top: 1px solid #f1f2f6; }
  .ysSection.brandIcons .sectionContent {
    padding-bottom: 8px; }
  .ysSection.brandIcons a {
    position: relative;
    height: 44px;
    padding: 7px 5px;
    border: 1px solid #dfe0e6;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    /* Flex alignment */
    display: flex;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .ysSection.brandIcons a:hover {
      border-color: #22D20C;
      color: #22D20C; }
    .ysSection.brandIcons a .icon, .ysSection.brandIcons a .breadcrumbs li:before, .breadcrumbs .ysSection.brandIcons a li:before {
      position: absolute;
      top: 3px;
      inset-inline-start: 6px;
      color: #22D20C; }
    .ysSection.brandIcons a.listlink {
      min-height: 44px;
      display: -webkit-flex;
      display: flex;
      height: 100%;
      text-decoration: none;
      font-weight: bold;
      border-color: #22D20C; }
    .ysSection.brandIcons a img {
      max-height: 28px; }
  .ysSection.brandListSection {
    border-top: 1px solid #f1f2f6; }
    .ysSection.brandListSection h4 {
      min-width: 46px;
      padding-top: 16px;
      color: #222;
      text-align: center; }
    .ysSection.brandListSection .sectionContent {
      padding: 3px 6px 26px 6px;
      border-left: 0; }
  .ysSection.marginTopReset {
    margin-top: 0; }
  .ysSection[ys-truncate-overflow] {
    min-height: 257px; }

.ysTabs {
  border-bottom: 2px solid #444; }
  .ysTabs .ysTab[class*='flex-'] .md-button {
    width: 100%; }
  .ysTabs .ysTab .md-button {
    min-width: 0;
    margin: 0;
    padding: 0 16px;
    color: #999;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
    border-radius: 0;
    text-transform: none; }
    .ysTabs .ysTab .md-button:hover {
      color: #55be47;
      background: #eff9ee; }
    @media (min-width: 960px) {
      .ysTabs .ysTab .md-button {
        font-size: 17px; } }
  .ysTabs .ysTab .md-ripple-container {
    border-radius: 0; }
  .ysTabs .ysTab:after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: '';
    margin: 0 auto -2px;
    display: block;
    width: 0;
    height: 2px;
    background: #55be47; }
  .ysTabs .ysTab.active:after {
    width: 100%; }
  .ysTabs .ysTab.active .md-button {
    color: #55be47; }

.ysTabsSection .ysTabs {
  background: #fff; }
  @media (max-width: 599px) {
    .ysTabsSection .ysTabs .ysTab .md-button {
      padding: 0 8px;
      letter-spacing: 0; } }
  @media (max-width: 959px) {
    .ysTabsSection .ysTabs .ysTab {
      width: 25%; }
      .ysTabsSection .ysTabs .ysTab.collectionTabs {
        width: 50%; }
    .ysTabsSection .ysTabs .md-button {
      width: 100%; } }
  @media (min-width: 960px) {
    .ysTabsSection .ysTabs {
      position: relative; } }
.ysTabsSection .sectionHeading {
  margin: 0 16px;
  padding: 12px 0 10px;
  border-top: 2px solid #f1f2f6; }
.ysTabsSection .sectionContent {
  padding: 26px 16px 43px;
  min-height: 100px; }
.ysTabsSection .productDetails {
  padding-top: 47px;
  padding-bottom: 43px; }
  .ysTabsSection .productDetails .sectionContent {
    padding-bottom: 0; }
.ysTabsSection .productGallery .sectionContent {
  padding-top: 30px; }

.scrollWrapper {
  position: relative;
  height: 47px;
  margin-bottom: -47px; }

.scrollspyNav {
  position: relative;
  z-index: 40;
  width: 100%; }
  .scrollspyNav.collectionTabWrap .container {
    position: absolute; }
  .scrollspyNav.collectionTabWrap.sticky {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    animation-timing-function: ease; }
    @media (min-width: 1280px) {
      .scrollspyNav.collectionTabWrap.sticky .container {
        position: relative !important; } }
  .scrollspyNav.collectionTabWrap.tapScrollDown.sticky.tapScrollSingle {
    top: 110px; }
    @media (max-width: 599px) {
      .scrollspyNav.collectionTabWrap.tapScrollDown.sticky.tapScrollSingle {
        top: 47px; } }
  .scrollspyNav .md-button.addToBag {
    position: fixed;
    z-index: 40;
    bottom: -45px;
    margin: 0;
    padding-right: 16px;
    min-width: 140px;
    height: 45px;
    line-height: 44px;
    overflow: hidden;
    border-radius: 0;
    opacity: 1;
    text-align: center; }
    .scrollspyNav .md-button.addToBag:not([disabled]) {
      box-shadow: none; }
    .scrollspyNav .md-button.addToBag .icon, .scrollspyNav .md-button.addToBag .breadcrumbs li:before, .breadcrumbs .scrollspyNav .md-button.addToBag li:before {
      display: none; }
    @media (min-width: 960px) {
      .scrollspyNav .md-button.addToBag {
        position: absolute;
        bottom: 0;
        right: 0;
        padding-right: 38px;
        text-align: left; }
        .scrollspyNav .md-button.addToBag .icon, .scrollspyNav .md-button.addToBag .breadcrumbs li:before, .breadcrumbs .scrollspyNav .md-button.addToBag li:before {
          display: block;
          margin-top: 2px;
          right: 11px; } }
  .scrollspyNav:not(.sticky) .container {
    padding: 0; }
  .scrollspyNav.sticky {
    position: fixed;
    z-index: 42;
    left: 0; }
    .scrollspyNav.sticky .container {
      background: #f1f2f6; }
      @media (min-width: 960px) {
        .scrollspyNav.sticky .container {
          max-width: 1280px;
          padding-left: 30px;
          padding-right: 30px; } }
    .scrollspyNav.sticky .md-button.addToBag {
      z-index: 43;
      bottom: 0; }
      @media (min-width: 960px) {
        .scrollspyNav.sticky .md-button.addToBag {
          position: absolute; } }

.videothumb {
  margin-bottom: 6px;
  overflow: hidden;
  position: relative; }
  .videothumb img {
    width: 100%; }
  .videothumb:not(.icon):after, .videothumb:before {
    content: '';
    position: absolute;
    display: inline-block; }
  .videothumb:not(.icon):after {
    left: 23px;
    bottom: 19px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #fff; }
  .videothumb:before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    left: 6px;
    bottom: 6px;
    width: 34px;
    height: 34px;
    border-radius: 50px;
    border: 3px solid rgba(255, 255, 255, 0.75); }
  .videothumb:hover:before {
    border-color: white; }

@media (min-width: 960px) {
  .rightContent .ysColumnGrid .childContainer {
    width: 25%; } }
@media (min-width: 1280px) {
  .rightContent .ysColumnGrid .childContainer {
    width: 20%; } }

.crossSelling {
  min-width: 0; }
  @media (max-width: 1279px) {
    .crossSelling {
      margin-top: 10px; }
      .crossSelling.parentSection .moreSection {
        display: none !important; } }
  @media (min-width: 1280px) {
    .crossSelling {
      min-width: 396px; } }

.parentSection {
  font-size: 13px; }
  .parentSection .childSection, .parentSection .childSection.gradientTop, .parentSection md-card.childSection {
    margin-bottom: 10px; }
    .parentSection .childSection:last-child, .parentSection .childSection.gradientTop:last-child, .parentSection md-card.childSection:last-child {
      margin-bottom: 0; }
  @media (min-width: 960px) {
    .parentSection .childSection.gradientTop, .parentSection md-card.childSection {
      margin-bottom: 9px; } }
  .parentSection .childSection + .childSection .childColumn {
    border-top: 0; }
  @media (max-width: 1279px) {
    .parentSection .clipIt:not(.browsingClip) .childColumn {
      display: flex; } }
  @media (min-width: 960px) {
    .parentSection .clipIt .childColumn {
      display: none; }
      .parentSection .clipIt .childColumn:nth-child(1), .parentSection .clipIt .childColumn:nth-child(2), .parentSection .clipIt .childColumn:nth-child(3) {
        display: flex; }
    .parentSection .clipIt + .moreSection {
      display: block; }
    .parentSection .clipIt.browsingClip .childColumn {
      display: none; }
      .parentSection .clipIt.browsingClip .childColumn:nth-child(1) {
        display: flex; }
    .parentSection .clipIt.browsingClip + .moreSection {
      margin-top: -4px; } }
  .parentSection .moreSection {
    display: none;
    width: 100%;
    height: 34px;
    line-height: 33px;
    margin-top: -3px;
    padding: 0 16px;
    background: #fff;
    border-top: 1px solid #f1f2f6;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box; }
  .parentSection h4 {
    margin: 0 0 1px 0;
    padding: 0;
    color: #555;
    font-size: 14px; }
  .parentSection p {
    margin: 0;
    line-height: 17px;
    /* Special treating for reuse of promotion content */ }
    .parentSection p.conditions {
      margin-top: 9px; }
    .parentSection p heading, .parentSection p discount {
      color: #555;
      font-size: 14px;
      font-weight: bold; }
  .parentSection .childColumn {
    position: relative;
    display: block;
    margin-bottom: 3px;
    padding: 16px 30px 16px 16px;
    text-decoration: none;
    color: #666; }
    .parentSection .childColumn:last-child {
      margin-bottom: 0; }
    .parentSection .childColumn .icon-angle-right, .parentSection .childColumn .breadcrumbs li, .breadcrumbs .parentSection .childColumn li {
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      right: 16px;
      height: 20px;
      color: #555;
      font-size: 14px; }
    .parentSection .childColumn.yesstylist, .parentSection .childColumn.titleLink {
      padding-right: 16px; }
      .parentSection .childColumn.yesstylist h4, .parentSection .childColumn.titleLink h4 {
        margin-bottom: 7px; }
      .parentSection .childColumn.yesstylist .icon, .parentSection .childColumn.yesstylist .breadcrumbs li:before, .breadcrumbs .parentSection .childColumn.yesstylist li:before, .parentSection .childColumn.titleLink .icon, .parentSection .childColumn.titleLink .breadcrumbs li:before, .breadcrumbs .parentSection .childColumn.titleLink li:before {
        right: -1px;
        margin-top: 0; }
      .parentSection .childColumn.yesstylist a, .parentSection .childColumn.titleLink a {
        color: #555;
        text-decoration: none; }
        .parentSection .childColumn.yesstylist a:hover, .parentSection .childColumn.yesstylist a:hover .icon, .parentSection .childColumn.yesstylist a:hover .breadcrumbs li:before, .breadcrumbs .parentSection .childColumn.yesstylist a:hover li:before, .parentSection .childColumn.titleLink a:hover, .parentSection .childColumn.titleLink a:hover .icon, .parentSection .childColumn.titleLink a:hover .breadcrumbs li:before, .breadcrumbs .parentSection .childColumn.titleLink a:hover li:before {
          color: #22D20C; }
        .parentSection .childColumn.yesstylist a.visitLanding, .parentSection .childColumn.titleLink a.visitLanding {
          position: relative;
          display: block;
          padding-right: 15px; }
          .parentSection .childColumn.yesstylist a.visitLanding:hover .icon, .parentSection .childColumn.yesstylist a.visitLanding:hover .breadcrumbs li:before, .breadcrumbs .parentSection .childColumn.yesstylist a.visitLanding:hover li:before, .parentSection .childColumn.titleLink a.visitLanding:hover .icon, .parentSection .childColumn.titleLink a.visitLanding:hover .breadcrumbs li:before, .breadcrumbs .parentSection .childColumn.titleLink a.visitLanding:hover li:before {
            right: -4px; }
    .parentSection .childColumn.yesstylist h4 {
      margin-bottom: 12px; }
      .parentSection .childColumn.yesstylist h4 .the {
        color: #aaa; }
      .parentSection .childColumn.yesstylist h4 .yes {
        color: #55be47; }
      .parentSection .childColumn.yesstylist h4 .stylist {
        color: #111; }
    .parentSection .childColumn.yesstylist, .parentSection .childColumn.flashDeal {
      border-top: 3px solid #e9ebf1; }
    .parentSection .childColumn.blockLink {
      padding: 0; }
      @media (min-width: 960px) {
        .parentSection .childColumn.blockLink {
          margin-bottom: 1px;
          margin-left: 1px; }
          .parentSection .childColumn.blockLink:first-child {
            margin-left: 0; } }
      @media (min-width: 1280px) {
        .parentSection .childColumn.blockLink {
          margin-bottom: 3px;
          margin-left: 0; }
          .parentSection .childColumn.blockLink:last-child {
            margin-bottom: 0; } }
      .parentSection .childColumn.blockLink > a, .parentSection .childColumn.blockLink .banner {
        display: block;
        width: 100%;
        padding: 16px 41px 16px 16px;
        background: #fff;
        text-decoration: none;
        box-sizing: border-box; }
        .parentSection .childColumn.blockLink > a, .parentSection .childColumn.blockLink > a h4, .parentSection .childColumn.blockLink > a .icon, .parentSection .childColumn.blockLink > a .breadcrumbs li:before, .breadcrumbs .parentSection .childColumn.blockLink > a li:before, .parentSection .childColumn.blockLink .banner, .parentSection .childColumn.blockLink .banner h4, .parentSection .childColumn.blockLink .banner .icon, .parentSection .childColumn.blockLink .banner .breadcrumbs li:before, .breadcrumbs .parentSection .childColumn.blockLink .banner li:before {
          -webkit-transition: 0.3s;
          transition: 0.3s; }
        .parentSection .childColumn.blockLink > a:hover, .parentSection .childColumn.blockLink > a:hover .icon, .parentSection .childColumn.blockLink > a:hover .breadcrumbs li:before, .breadcrumbs .parentSection .childColumn.blockLink > a:hover li:before, .parentSection .childColumn.blockLink .banner:hover, .parentSection .childColumn.blockLink .banner:hover .icon, .parentSection .childColumn.blockLink .banner:hover .breadcrumbs li:before, .breadcrumbs .parentSection .childColumn.blockLink .banner:hover li:before {
          color: #22D20C; }
        .parentSection .childColumn.blockLink > a:hover h4, .parentSection .childColumn.blockLink > a:hover heading, .parentSection .childColumn.blockLink > a:hover discount, .parentSection .childColumn.blockLink .banner:hover h4, .parentSection .childColumn.blockLink .banner:hover heading, .parentSection .childColumn.blockLink .banner:hover discount {
          color: #22D20C;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
        .parentSection .childColumn.blockLink > a:hover .icon, .parentSection .childColumn.blockLink > a:hover .breadcrumbs li:before, .breadcrumbs .parentSection .childColumn.blockLink > a:hover li:before, .parentSection .childColumn.blockLink .banner:hover .icon, .parentSection .childColumn.blockLink .banner:hover .breadcrumbs li:before, .breadcrumbs .parentSection .childColumn.blockLink .banner:hover li:before {
          right: 13px; }
        .parentSection .childColumn.blockLink > a.glowUpGiveaway, .parentSection .childColumn.blockLink .banner.glowUpGiveaway {
          position: relative;
          background: linear-gradient(270deg, #FF6584, #FF8D71);
          overflow: hidden; }
          .parentSection .childColumn.blockLink > a.glowUpGiveaway::after, .parentSection .childColumn.blockLink .banner.glowUpGiveaway::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.2;
            pointer-events: none;
            user-select: none;
            background: url("https://ddvql06zg3s2o.cloudfront.net/Assets/res/imgs/glowupgiveaway/glow_up_giveaway_banner_background.png") left no-repeat; }
          .parentSection .childColumn.blockLink > a.glowUpGiveaway h4, .parentSection .childColumn.blockLink > a.glowUpGiveaway .icon, .parentSection .childColumn.blockLink > a.glowUpGiveaway .breadcrumbs li:before, .breadcrumbs .parentSection .childColumn.blockLink > a.glowUpGiveaway li:before, .parentSection .childColumn.blockLink .banner.glowUpGiveaway h4, .parentSection .childColumn.blockLink .banner.glowUpGiveaway .icon, .parentSection .childColumn.blockLink .banner.glowUpGiveaway .breadcrumbs li:before, .breadcrumbs .parentSection .childColumn.blockLink .banner.glowUpGiveaway li:before {
            color: #fff; }
        .parentSection .childColumn.blockLink > a.freeReview, .parentSection .childColumn.blockLink .banner.freeReview {
          background: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/ysinfluencer/sponsor_background.jpg); }
          .parentSection .childColumn.blockLink > a.freeReview h4, .parentSection .childColumn.blockLink > a.freeReview .icon, .parentSection .childColumn.blockLink > a.freeReview .breadcrumbs li:before, .breadcrumbs .parentSection .childColumn.blockLink > a.freeReview li:before, .parentSection .childColumn.blockLink .banner.freeReview h4, .parentSection .childColumn.blockLink .banner.freeReview .icon, .parentSection .childColumn.blockLink .banner.freeReview .breadcrumbs li:before, .breadcrumbs .parentSection .childColumn.blockLink .banner.freeReview li:before {
            color: #fff; }
      .parentSection .childColumn.blockLink .banner.downloadApp {
        background: #8e3bd6;
        background: -moz-linear-gradient(-45deg, #8e3bd6 0%, #677fd6 25%, #41d7d4 100%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, #8e3bd6), color-stop(25%, #677fd6), color-stop(100%, #41d7d4));
        background: -webkit-linear-gradient(-45deg, #8e3bd6 0%, #677fd6 25%, #41d7d4 100%);
        background: -o-linear-gradient(-45deg, #8e3bd6 0%, #677fd6 25%, #41d7d4 100%);
        background: -ms-linear-gradient(-45deg, #8e3bd6 0%, #677fd6 25%, #41d7d4 100%);
        background: linear-gradient(135deg, #8e3bd6 0%, #677fd6 25%, #41d7d4 100%); }
        .parentSection .childColumn.blockLink .banner.downloadApp h4 {
          color: #fff !important; }
        .parentSection .childColumn.blockLink .banner.downloadApp .appButton {
          margin-top: 8px; }
      .parentSection .childColumn.blockLink .md-button.imageZoom {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        min-width: 41px;
        height: auto;
        padding: 0;
        margin: 0;
        color: #aaa;
        background: #fff;
        box-sizing: border-box;
        border-radius: 0; }
        .parentSection .childColumn.blockLink .md-button.imageZoom:before {
          position: absolute;
          top: 50%;
          right: 50%;
          margin-top: -9px;
          margin-right: -9px;
          padding-top: 1px;
          padding-right: 1px;
          line-height: 17px; }
        .parentSection .childColumn.blockLink .md-button.imageZoom:hover {
          color: #22D20C;
          background: #d9ffce; }
        .parentSection .childColumn.blockLink .md-button.imageZoom .md-ripple-container {
          border-radius: 0; }
    .parentSection .childColumn .countdown {
      display: block;
      margin-top: 3px; }
      .parentSection .childColumn .countdown span[countdown] {
        min-width: 76px;
        white-space: nowrap; }
  .parentSection a.childColumn:hover {
    color: #777; }
    .parentSection a.childColumn:hover .icon, .parentSection a.childColumn:hover .breadcrumbs li:before, .breadcrumbs .parentSection a.childColumn:hover li:before {
      right: 13px;
      color: #22D20C; }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 960px) {
  .parentSection .clipIt.browsingClip + .moreSection {
    margin-top: -3px; } }
.verticleLine, .verticalLine {
  position: relative;
  top: -1px;
  padding: 0 3px;
  color: #ddd; }

.arrowLinkWrapper a, .arrowLink {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  padding-block: 11px;
  padding-inline: 0 22px;
  color: #777;
  line-height: 16px;
  text-decoration: none; }
  .arrowLinkWrapper a .icon, .arrowLinkWrapper a .breadcrumbs li:before, .breadcrumbs .arrowLinkWrapper a li:before, .arrowLink .icon, .arrowLink .breadcrumbs li:before, .breadcrumbs .arrowLink li:before {
    position: absolute;
    top: 50%;
    right: 2px;
    height: 20px;
    margin-top: -8px;
    color: #555;
    font-size: 14px; }
  .arrowLinkWrapper a:hover, .arrowLink:hover {
    color: #22D20C; }
    .arrowLinkWrapper a:hover .icon, .arrowLinkWrapper a:hover .breadcrumbs li:before, .breadcrumbs .arrowLinkWrapper a:hover li:before, .arrowLink:hover .icon, .arrowLink:hover .breadcrumbs li:before, .breadcrumbs .arrowLink:hover li:before {
      right: -2px;
      color: #22D20C; }

.arrowLinkWrapper a {
  border-bottom: 1px solid #f1f2f6; }
  .arrowLinkWrapper a:first-child {
    border-top: 1px solid #f1f2f6; }
.arrowLinkWrapper.normal a {
  font-size: 14px;
  color: #666; }

@media (max-width: 959px) {
  .arrowLink {
    display: inline-block;
    position: relative;
    text-decoration: none; }
    .arrowLink:after {
      position: absolute;
      inset-inline-end: 16px;
      top: 1px;
      content: '\f105';
      display: inline-block;
      vertical-align: middle;
      font-family: 'CustomIcon';
      font-size: 1.2em;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-align: center;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      html.translated-rtl .arrowLink:after, html[dir=rtl] .arrowLink:after {
        content: '\f104'; } }
.finalClearance, .springFestival, .lowStock, .BulkPurchase, .trialSize, .hiddenDeal, .preOrder, .influencerPicks, .bogo, .stockClearance {
  display: inline-block;
  margin: -2px 0 4px;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  color: #fff;
  border-start-start-radius: 8px !important;
  border-start-end-radius: 0 !important;
  border-end-start-radius: 4px !important;
  border-end-end-radius: 8px !important; }
  .finalClearance, .finalClearance .remark, .springFestival, .springFestival .remark, .lowStock, .lowStock .remark, .BulkPurchase, .BulkPurchase .remark, .trialSize, .trialSize .remark, .hiddenDeal, .hiddenDeal .remark, .preOrder, .preOrder .remark, .influencerPicks, .influencerPicks .remark, .bogo, .bogo .remark, .stockClearance, .stockClearance .remark {
    white-space: nowrap; }

a.finalClearance, a.springFestival, a.lowStock, a.BulkPurchase, a.trialSize, a.hiddenDeal, a.preOrder, a.influencerPicks, a.bogo, a.stockClearance {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #fff; }
  a.finalClearance:hover, a.springFestival:hover, a.lowStock:hover, a.BulkPurchase:hover, a.trialSize:hover, a.hiddenDeal:hover, a.preOrder:hover, a.influencerPicks:hover, a.bogo:hover, a.stockClearance:hover {
    color: #000; }

a.trialSize:hover {
  color: #d9edf7; }

.BulkPurchase {
  background: #f77;
  white-space: normal; }

.preOrder {
  background: #69acfa; }

.finalClearance {
  background: #ff6c45; }

.stockClearance {
  background: #ff5266; }

.springFestival {
  background: #f6406a; }

.lowStock {
  padding: 1px 4px;
  background: #63c956; }

.trialSize {
  background: #31708f; }

.influencerPicks {
  background: #fe84a5; }

a.hiddenDeal {
  background: #22D20C;
  color: #fff; }

.bogo, a.bogo {
  background: #a94cf2;
  color: #FFF; }

.viewportLock.showStackContent .sidebar {
  position: static; }

.sidebar-container {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto; }

.sidebar {
  position: fixed;
  top: calc(50vh - 55px);
  z-index: 41;
  margin-left: 1228px;
  padding: 0;
  border-radius: 32px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.35);
  background-color: #fff;
  overflow: hidden;
  /* Custom breakpoint to adjust sidebar style and also button dimension */ }
  .sidebar .md-button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0;
    padding: 0;
    min-width: 32px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .sidebar .md-button, .sidebar .md-button.moreIdeaBulb:hover {
      color: #999; }
    .sidebar .md-button:hover {
      color: #22D20C; }
    .sidebar .md-button:not(.round-btn):hover {
      background: none; }
    .sidebar .md-button, .sidebar .md-button .md-ripple-container {
      border-radius: 0; }
    .sidebar .md-button:first-child, .sidebar .md-button:last-child {
      min-height: 38px; }
    .sidebar .md-button:first-child {
      padding-top: 6px; }
    .sidebar .md-button .icon, .sidebar .md-button .breadcrumbs li:before, .breadcrumbs .sidebar .md-button li:before {
      position: relative;
      font-size: 16px;
      line-height: 20px; }
      .sidebar .md-button .icon .md-ripple-container, .sidebar .md-button .breadcrumbs li:before .md-ripple-container, .breadcrumbs .sidebar .md-button li:before .md-ripple-container {
        background-color: rgba(99, 201, 86, 0.1); }
    .sidebar .md-button .icon-share {
      font-size: 14px; }
    .sidebar .md-button .icon-moreidea:before {
      font-size: 21px; }
  .sidebar .btn-moreideas {
    min-height: 38px; }
  .sidebar .md-button.btn-moreideas, .sidebar .moreIdeaBulb {
    padding-bottom: 6px; }
  .sidebar .reddot:after {
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background-color: #ff1963; }
  .sidebar .activePulse {
    animation: pulse .7s;
    color: #22D20C; }
  @media only screen and (max-width: 1344px) {
    .sidebar {
      right: 0;
      margin-left: 0;
      border-radius: 8px 0 0 8px; }
      .sidebar .md-button {
        min-width: 38px;
        min-height: 38px;
        line-height: 38px; }
        .sidebar .md-button:first-child, .sidebar .md-button:last-child {
          min-height: 42px; }
        .sidebar .md-button:first-child {
          padding-top: 4px; }
        .sidebar .md-button:last-child {
          padding-bottom: 4px; }
      .sidebar .stackButton {
        width: 38px;
        height: 42px; }
      .sidebar .btn-moreideas {
        min-height: 42px; } }

.stackButton {
  position: relative;
  width: 32px;
  height: 38px;
  background: #fff;
  overflow: hidden;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1);
  transform: scale(1); }

.moreIdeaBulb {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 32px;
  color: #999;
  background: #fff;
  line-height: 32px;
  -webkit-transform: scale(1);
  transform: scale(1); }

@media (min-width: 960px) {
  .scroller {
    border-top: 3px solid #e9ebf1; } }
.viewportLock {
  position: fixed !important;
  width: 100%;
  top: 0; }
  @media (min-width: 960px) {
    .viewportLock {
      overflow-y: scroll; } }
  @media (max-width: 959px) {
    .viewportLock .scroller {
      position: absolute;
      top: 54px;
      left: 0;
      bottom: 0;
      right: 0;
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
    .viewportLock.showLeftContent .leftContent {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 77;
      max-width: 100%; }
    .viewportLock.showLeftContent .leftContent {
      background: #f1f2f6; }
      .viewportLock.showLeftContent .leftContent, .viewportLock.showLeftContent .leftContent .actionMenuWrapper {
        animation: fadein 0.3s ease-in;
        display: block; }
      .viewportLock.showLeftContent .leftContent.showCategoryPanel v-accordion:not(.categoryPanel),
      .viewportLock.showLeftContent .leftContent.showCategoryPanel .titleRefine {
        display: none; }
      .viewportLock.showLeftContent .leftContent.showRefinePanel v-accordion.categoryPanel,
      .viewportLock.showLeftContent .leftContent.showRefinePanel .titleCategory {
        display: none; }
      .viewportLock.showLeftContent .leftContent .categoryPanel v-pane-content {
        max-height: none !important; } }
  .viewportLock.showStackContent .stackWrapper {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    bottom: 0;
    inset-inline-end: 0;
    z-index: 77;
    width: 100%;
    animation: fadein 0.3s ease-in;
    display: block;
    background: rgba(33, 33, 33, 0.28); }
    .viewportLock.showStackContent .stackWrapper .stackContainer {
      max-width: 1220px;
      margin: 0 auto;
      box-sizing: border-box; }
    .viewportLock.showStackContent .stackWrapper .actionMenu {
      position: relative;
      height: 48px;
      box-sizing: border-box;
      padding-block: 3px 2px;
      padding-inline: 18px 48px;
      white-space: nowrap;
      text-align: start; }
      .viewportLock.showStackContent .stackWrapper .actionMenu .md-button.md-icon-button {
        position: absolute;
        top: 3px;
        inset-inline-end: -2px;
        margin: 0 6px;
        color: #fff; }
    .viewportLock.showStackContent .stackWrapper .ysTabs {
      position: fixed;
      top: 48px;
      inset-inline-start: 0;
      width: 100%;
      background: #fff; }
      @media (min-width: 960px) {
        .viewportLock.showStackContent .stackWrapper .ysTabs {
          position: static; } }
    .viewportLock.showStackContent .stackWrapper .slicer {
      position: fixed;
      top: 48px;
      inset-inline-start: 0;
      inset-inline-end: 0;
      bottom: 0;
      max-width: 1220px;
      margin: 0 auto;
      background: #fff;
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch; }
    @media all and (-ms-high-contrast: none) {
      .viewportLock.showStackContent .stackWrapper *::-ms-backdrop, .viewportLock.showStackContent .stackWrapper .slicer {
        inset-inline-start: 50%;
        width: 100%;
        transform: translateX(-50%); } }
    .viewportLock.showStackContent .stackWrapper .ysSection {
      border-top: 0; }
      @media (min-width: 960px) {
        .viewportLock.showStackContent .stackWrapper .ysSection {
          margin-top: 0; } }
  .viewportLock .actionMenuWrapper {
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    width: 100%; }
    @media (min-width: 960px) {
      .viewportLock .actionMenuWrapper {
        position: static; } }
  .viewportLock .actionMenu {
    padding-block: 7px 3px;
    padding-inline: 16px 1px;
    background-color: #fff;
    border-bottom: 3px solid #919191; }
    .viewportLock .actionMenu.gradientBlock, .viewportLock .actionMenu.videothumb:before {
      color: #fff;
      border: 0; }
  .viewportLock .menuTitle {
    line-height: 40px; }
    .viewportLock .menuTitle:not(.resultNumber) {
      font-size: 20px; }
    .viewportLock .menuTitle .resultNumber {
      padding-block: 2px 0;
      padding-inline: 8px 0; }

.preventOverlapping {
  bottom: 61px; }
  @media (min-width: 960px) {
    .preventOverlapping {
      bottom: 16px; } }

.backToTop {
  opacity: 1;
  position: fixed;
  z-index: 41;
  bottom: 68px;
  right: calc((100vw - 1230px) / 2 - 47px) !important;
  min-width: 40px;
  height: 40px;
  margin: 0;
  padding: 0 0 1px;
  overflow: hidden;
  line-height: 0;
  border-radius: 50%;
  border: 0;
  box-sizing: border-box;
  text-transform: none;
  /* Firefox spacing issue */ }
  .backToTop, .backToTop:focus {
    background: rgba(241, 242, 246, 0.8) !important; }
  .backToTop:before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 4px;
    height: 10px;
    padding-top: 4px;
    font-size: 18px;
    color: #666;
    transform: rotate(-90deg);
    box-sizing: border-box; }
@-moz-document url-prefix() {
  .backToTop:before {
    padding-top: 6px; } }
  .backToTop:not(.fadeIn) {
    opacity: 0;
    display: none; }
  .backToTop:hover {
    background: #f1f2f6 !important; }
    .backToTop:hover:before {
      color: #63c95a; }
  @media only screen and (max-width: 1344px) {
    .backToTop {
      right: 0 !important;
      border-radius: 8px 0 0 8px !important; } }

@media (max-width: 959px) {
  .liveEngageChat ~ .backToTop {
    bottom: 113px !important; } }

.ysBadge {
  position: absolute;
  top: -1px;
  right: -1px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  background-color: #22D20C;
  border-radius: 50%;
  text-align: center;
  font-size: 11px; }

.stackWrapper {
  display: none; }

.luckydrawWrapper {
  position: relative;
  box-sizing: border-box;
  z-index: 50;
  width: 100%;
  max-width: 960px;
  text-align: center; }
  @media (min-width: 960px) {
    .luckydrawWrapper {
      max-width: 600px; } }
  .luckydrawWrapper .header {
    text-align: center;
    font-size: medium;
    font-family: Arial, Helvetica, sans-serif; }
    .luckydrawWrapper .header h2 {
      line-height: 1.25;
      position: relative;
      font-size: 28px;
      font-weight: 900;
      margin: 0;
      padding: 16px 32px;
      color: #fff;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
      background-color: #fa6997; }
      .luckydrawWrapper .header h2 div {
        font-size: 16px;
        opacity: 0.9;
        text-shadow: none; }
      @media (max-width: 599px) {
        .luckydrawWrapper .header h2 {
          font-size: 24px; } }
  .luckydrawWrapper .colorTheme {
    color: #fa6997; }
  .luckydrawWrapper md-tabs-wrapper {
    display: none; }

.paperWrapper {
  position: relative;
  box-sizing: border-box;
  z-index: 50;
  width: 100%;
  max-width: 960px;
  padding-bottom: 24px;
  text-align: center;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #fff 50%, #ededed 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fff), color-stop(50%, #fff), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, #ededed 100%);
  background: -o-linear-gradient(top, #fff 0%, #fff 50%, #ededed 100%);
  background: -ms-linear-gradient(top, #fff 0%, #fff 50%, #ededed 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff 50%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0); }
  @media (min-width: 960px) {
    .paperWrapper {
      max-width: 600px; } }
  .paperWrapper .header {
    text-align: center;
    font-size: medium;
    font-family: Arial, Helvetica, sans-serif; }
    .paperWrapper .header h2 {
      line-height: 1.25;
      position: relative;
      font-size: 30px;
      font-weight: 900;
      margin: 0 0 20px;
      padding: 18px 10px 15px;
      color: #fff;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }
      .paperWrapper .header h2 div {
        font-size: 16px;
        opacity: 0.9;
        text-shadow: none; }
      @media (max-width: 599px) {
        .paperWrapper .header h2 {
          font-size: 24px; } }

.papercontent {
  position: relative; }

.st-container {
  text-align: center;
  padding-bottom: 20px; }
  .st-container:after {
    content: '';
    display: block;
    clear: both; }

.st-panel {
  box-sizing: border-box;
  padding: 5px 15px;
  border: 1px solid #eee;
  margin: 5px 0; }
  .st-panel h2 {
    color: #55be47;
    font-size: 16px;
    text-align: center;
    line-height: 18px;
    margin: 10px 0 5px;
    padding: 0; }
  .st-panel p {
    margin-top: 5px; }
  @media (max-width: 599px) {
    .st-panel {
      margin: 0;
      border: none; } }

a.moredetails {
  background: #c3e4be;
  margin: 0 auto 10px;
  padding: 6px 20px;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  text-align: center; }
  a.moredetails:hover {
    color: #fff;
    background: #55be47; }
  a.moredetails span {
    margin-left: 5px;
    line-height: 20px; }

.rightContent {
  background-color: white; }

.md-button.round-btn {
  min-width: 120px;
  padding: 8px 20px;
  line-height: 1.1em;
  white-space: normal; }

.showMoreRow {
  margin: 16px 16px 30px;
  text-align: center;
  box-sizing: border-box; }
  .showMoreRow .md-button.round-btn {
    margin: 0;
    font-weight: bold;
    color: #fff;
    background-color: #1e1e1e;
    white-space: normal;
    border: 0;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    border-start-start-radius: 8px !important;
    border-start-end-radius: 0 !important;
    border-end-start-radius: 4px !important;
    border-end-end-radius: 8px !important; }
    a:has(.showMoreRow .md-button.round-btn:not(.clearance-card a .md-button.round-btn)):hover .showMoreRow .md-button.round-btn:not(.clearance-card a .md-button.round-btn):not(.md-raised):not([disabled]), .showMoreRow .md-button.round-btn:not(.clearance-card a .md-button.round-btn):not(.md-raised):not([disabled]):hover {
      color: #1E1E1E !important;
      background-color: #21F409 !important; }

.md-button.addToBag, .md-button.saveForLater, .md-button.updateSavedItem, .md-button.updateForLater, .md-button.submitReview, .md-button.luckydraw {
  position: relative;
  line-height: 36px;
  min-height: 38px;
  margin: 0;
  padding: 0 38px 0 11px;
  text-align: left;
  border-radius: 4px; }
  .md-button.addToBag .icon, .md-button.addToBag .breadcrumbs li:before, .breadcrumbs .md-button.addToBag li:before, .md-button.saveForLater .icon, .md-button.saveForLater .breadcrumbs li:before, .breadcrumbs .md-button.saveForLater li:before, .md-button.updateSavedItem .icon, .md-button.updateSavedItem .breadcrumbs li:before, .breadcrumbs .md-button.updateSavedItem li:before, .md-button.updateForLater .icon, .md-button.updateForLater .breadcrumbs li:before, .breadcrumbs .md-button.updateForLater li:before, .md-button.submitReview .icon, .md-button.submitReview .breadcrumbs li:before, .breadcrumbs .md-button.submitReview li:before, .md-button.luckydraw .icon, .md-button.luckydraw .breadcrumbs li:before, .breadcrumbs .md-button.luckydraw li:before {
    position: absolute;
    top: 17px;
    right: 11px;
    line-height: 0;
    font-size: 15px; }
    @supports (-moz-appearance: none) {
      .md-button.addToBag .icon, .md-button.addToBag .breadcrumbs li:before, .breadcrumbs .md-button.addToBag li:before, .md-button.saveForLater .icon, .md-button.saveForLater .breadcrumbs li:before, .breadcrumbs .md-button.saveForLater li:before, .md-button.updateSavedItem .icon, .md-button.updateSavedItem .breadcrumbs li:before, .breadcrumbs .md-button.updateSavedItem li:before, .md-button.updateForLater .icon, .md-button.updateForLater .breadcrumbs li:before, .breadcrumbs .md-button.updateForLater li:before, .md-button.submitReview .icon, .md-button.submitReview .breadcrumbs li:before, .breadcrumbs .md-button.submitReview li:before, .md-button.luckydraw .icon, .md-button.luckydraw .breadcrumbs li:before, .breadcrumbs .md-button.luckydraw li:before {
        top: 19px; } }
.md-button.luckydraw {
  background-color: #fa6997 !important; }
.md-button.luckyblue {
  background-color: #0D5593 !important; }
.md-button.luckypurple {
  background-color: #8272b5 !important; }
.md-button.addToBag:not(.inbag) .active, .md-button.addToBag.inbag .inactive, .md-button.submitReview:not(.inbag) .active, .md-button.submitReview.inbag .inactive {
  display: none; }
.md-button.addToBag .loadingMask {
  position: absolute; }
.md-button.saveForLater:not(.activePulse) .active, .md-button.saveForLater.activePulse .inactive {
  display: none; }
.md-button.saveForLater .icon, .md-button.saveForLater .breadcrumbs li:before, .breadcrumbs .md-button.saveForLater li:before {
  top: 16px; }
  @supports (-moz-appearance: none) {
    .md-button.saveForLater .icon, .md-button.saveForLater .breadcrumbs li:before, .breadcrumbs .md-button.saveForLater li:before {
      top: 18px; } }
  @media (max-width: 599px) {
    .md-button.saveForLater .icon, .md-button.saveForLater .breadcrumbs li:before, .breadcrumbs .md-button.saveForLater li:before {
      right: 10px; } }
.md-button.updateSavedItem {
  width: 100%;
  padding-right: 11px;
  text-align: center; }

.cartButtonWrapper, .actionButtonWrapper {
  margin-bottom: 16px;
  position: relative; }
  .cartButtonWrapper .addToBag, .actionButtonWrapper .addToBag,
  .cartButtonWrapper .submitReview,
  .actionButtonWrapper .submitReview,
  .cartButtonWrapper .luckydraw,
  .actionButtonWrapper .luckydraw {
    width: 60%;
    margin-right: 16px; }
    .cartButtonWrapper .addToBag .icon:before, .actionButtonWrapper .addToBag .icon:before, .cartButtonWrapper .addToBag .breadcrumbs li:before, .breadcrumbs .cartButtonWrapper .addToBag li:before, .actionButtonWrapper .addToBag .breadcrumbs li:before, .breadcrumbs .actionButtonWrapper .addToBag li:before,
    .cartButtonWrapper .submitReview .icon:before,
    .actionButtonWrapper .submitReview .icon:before,
    .cartButtonWrapper .submitReview .breadcrumbs li:before,
    .breadcrumbs .cartButtonWrapper .submitReview li:before,
    .actionButtonWrapper .submitReview .breadcrumbs li:before,
    .breadcrumbs .actionButtonWrapper .submitReview li:before,
    .cartButtonWrapper .luckydraw .icon:before,
    .actionButtonWrapper .luckydraw .icon:before,
    .cartButtonWrapper .luckydraw .breadcrumbs li:before,
    .breadcrumbs .cartButtonWrapper .luckydraw li:before,
    .actionButtonWrapper .luckydraw .breadcrumbs li:before,
    .breadcrumbs .actionButtonWrapper .luckydraw li:before {
      font-size: 1.1em; }
    .cartButtonWrapper .addToBag.activePulse .md-ripple-container, .actionButtonWrapper .addToBag.activePulse .md-ripple-container,
    .cartButtonWrapper .submitReview.activePulse .md-ripple-container,
    .actionButtonWrapper .submitReview.activePulse .md-ripple-container,
    .cartButtonWrapper .luckydraw.activePulse .md-ripple-container,
    .actionButtonWrapper .luckydraw.activePulse .md-ripple-container {
      display: none; }
    .cartButtonWrapper .addToBag.activePulse:not(.luckypurple):hover, .actionButtonWrapper .addToBag.activePulse:not(.luckypurple):hover,
    .cartButtonWrapper .submitReview.activePulse:not(.luckypurple):hover,
    .actionButtonWrapper .submitReview.activePulse:not(.luckypurple):hover,
    .cartButtonWrapper .luckydraw.activePulse:not(.luckypurple):hover,
    .actionButtonWrapper .luckydraw.activePulse:not(.luckypurple):hover {
      background-color: #4caf50 !important; }
  .cartButtonWrapper .addToBag.winner, .actionButtonWrapper .addToBag.winner {
    width: auto;
    margin-right: 0; }
  .cartButtonWrapper .saveForLater, .actionButtonWrapper .saveForLater {
    color: #666;
    width: 40%; }
    .cartButtonWrapper .saveForLater .icon, .actionButtonWrapper .saveForLater .icon, .cartButtonWrapper .saveForLater .breadcrumbs li:before, .breadcrumbs .cartButtonWrapper .saveForLater li:before, .actionButtonWrapper .saveForLater .breadcrumbs li:before, .breadcrumbs .actionButtonWrapper .saveForLater li:before {
      color: #bbb; }
    .cartButtonWrapper .saveForLater.activePulse .icon, .actionButtonWrapper .saveForLater.activePulse .icon, .cartButtonWrapper .saveForLater.activePulse .breadcrumbs li:before, .breadcrumbs .cartButtonWrapper .saveForLater.activePulse li:before, .actionButtonWrapper .saveForLater.activePulse .breadcrumbs li:before, .breadcrumbs .actionButtonWrapper .saveForLater.activePulse li:before {
      color: #22D20C; }
  @media (max-width: 599px) {
    .cartButtonWrapper .addToBag, .actionButtonWrapper .addToBag {
      width: 100%;
      margin-right: 10px; }
    .cartButtonWrapper .saveForLater, .actionButtonWrapper .saveForLater {
      width: 40px;
      min-width: 40px;
      padding: 0; }
      .cartButtonWrapper .saveForLater span:not(.icon), .actionButtonWrapper .saveForLater span:not(.icon) {
        display: none; } }
  .cartButtonWrapper .updateForLater, .actionButtonWrapper .updateForLater {
    width: 40%; }

.newOptionFormatWrap {
  margin: 18px 0 15px; }

.colorWithShippingWrap {
  margin-bottom: 2px;
  position: relative;
  z-index: 0; }
  .colorWithShippingWrap b {
    color: #333;
    margin-right: 7px; }
  .colorWithShippingWrap .stockMsg {
    padding-top: 2px;
    line-height: 14px; }
  .colorWithShippingWrap .nullMsg {
    color: #31708f;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
    width: 100%;
    -webkit-transition: 0.1s;
    transition: 0.1s; }

.colorWithShippingWrap, .stockInformationWrap {
  color: #999;
  min-height: 18px; }

.stockInformationWrap, .stockMsg {
  font-size: 12px; }

.colorOptionWrap, .sizeOptionWrap {
  margin: 0 -6px; }

.colorOptionWrap {
  padding: 0; }

.sizeOptionWrap {
  padding: 4px 0 3px; }

.colorBox {
  padding: 6px;
  position: relative; }
  .colorBox, .colorBox img {
    width: 52px;
    height: 52px; }
  .colorBox.noSize:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0; }

.sizeBox {
  min-width: 32px;
  height: 28px;
  margin: 6px;
  padding: 0 8px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase; }
  .sizeBox.active.oneOption {
    cursor: default; }

.colorBox img, .sizeBox {
  border: solid 1px #e6e7eb;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  /* Fix unexpected on focus outline issue in android */ }
  .colorBox img:focus, .sizeBox:focus {
    outline: none; }

.colorBox.active img, .sizeBox.active {
  -webkit-box-shadow: 0 0 0 1px #555;
  box-shadow: 0 0 0 1px #22D20C;
  border-color: #22D20C; }

.colorBox:not(.active, .noSize, .noStock):hover img, .sizeBox:not(.active, .noSize, .noStock):hover {
  animation: hoverBorderColor .3s linear;
  border-color: #22D20C; }

.noSize, .noStock {
  color: #D7D7D7;
  cursor: default; }

.freeToday {
  font-size: 22px;
  font-weight: bold;
  color: #51b7ef; }

.dialogOptionAlert:not(.active), .dialogInBagAlert:not(.active) {
  display: none; }

.dialogInBagAlert {
  padding-bottom: 12px; }

.actionButtonWrapper {
  margin-bottom: 0;
  padding: 10px 16px;
  min-height: 60px; }
  .actionButtonWrapper .addToBag, .actionButtonWrapper .submitReview {
    margin-right: 12px; }
  .actionButtonWrapper .saveForLater {
    background: #fff; }
  .actionButtonWrapper .submitReview {
    width: 100%;
    margin-right: 0; }
  .actionButtonWrapper.sponsorTnc {
    min-height: 120px; }
    .actionButtonWrapper.sponsorTnc md-checkbox {
      margin-bottom: 12px; }
    .actionButtonWrapper.sponsorTnc .md-button {
      margin: 0; }

.arrowLinkWrapper:not(.normal) {
  padding-top: 18px; }

.optionContainer {
  border-bottom: 1px solid #f1f2f6; }
  .optionContainer.head {
    position: absolute;
    top: 47px;
    width: 100%;
    height: 36px;
    padding: 10px 16px 0;
    color: #fff;
    background: #333;
    border: none; }
    .optionContainer.head .infoCol {
      white-space: nowrap; }
    .optionContainer.head ~ md-dialog-content {
      margin-top: 36px; }
  .optionContainer .md-button {
    line-height: normal; }
    .optionContainer .md-button:hover:not([disabled]) {
      background: none; }
  .optionContainer,
  .optionContainer .md-list-item-inner {
    align-items: stretch;
    -webkit-align-items: stretch; }
    .optionContainer:before,
    .optionContainer .md-list-item-inner:before {
      display: none; }
  .optionContainer .md-list-item-inner {
    padding: 11px 0; }
    .optionContainer .md-list-item-inner .ships {
      margin-top: 2px;
      color: #777; }
  .optionContainer .lowStock {
    color: #777;
    background: none;
    border: 1px solid #ddd;
    white-space: nowrap; }
  .optionContainer:first-child .md-list-item-inner {
    padding-top: 16px; }
  .optionContainer.selected {
    background: #22D20C;
    color: #fff; }
    .optionContainer.selected .ships, .optionContainer.selected .lowStock {
      color: rgba(255, 255, 255, 0.8); }
    .optionContainer.selected .lowStock {
      border-color: rgba(255, 255, 255, 0.8); }
    .optionContainer.selected.freeTodayOnly {
      background: #51b7ef; }
  .optionContainer[disabled] {
    background: #f4f4f4;
    border-color: #eee; }
    .optionContainer[disabled] .infoCol {
      color: #777; }
    .optionContainer[disabled] .priceCol,
    .optionContainer[disabled] .ships {
      color: #999; }
    .optionContainer[disabled] .md-button:hover {
      background: none; }
    .optionContainer[disabled] .lowStock {
      color: #999; }
  .optionContainer.freeTodayOnly .priceCol {
    color: #51b7ef; }
  .optionContainer.freeTodayOnly.selected .priceCol {
    color: #fff; }

.priceCol {
  min-width: 110px;
  margin-right: 10px; }

.sizeInfoWrapper {
  padding: 13px 0 15px;
  background: #f4f4f4; }
  .sizeInfoWrapper .arrowLink {
    padding: 0 24px 0 16px; }
    .sizeInfoWrapper .arrowLink .icon, .sizeInfoWrapper .arrowLink .breadcrumbs li:before, .breadcrumbs .sizeInfoWrapper .arrowLink li:before {
      right: 16px;
      margin-top: -7px; }
    .sizeInfoWrapper .arrowLink:hover .icon, .sizeInfoWrapper .arrowLink:hover .breadcrumbs li:before, .breadcrumbs .sizeInfoWrapper .arrowLink:hover li:before {
      right: 13px; }

ul.formula {
  list-style: none;
  padding: 0;
  margin: 10px 0; }

ul.formula li {
  float: left;
  white-space: nowrap;
  line-height: 61px; }

ul.formula li.positiveRating {
  line-height: 30px;
  text-align: center;
  float: left; }

ul.formula li .totalNumber {
  padding: 0 10px;
  margin-left: 10px;
  border-top: 1px solid #ccc; }

.saleEndsSoon {
  position: relative;
  bottom: -4px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: -3px;
  border: 2px solid #f44;
  border-radius: 20px;
  text-align: center; }
  .saleEndsSoon span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    line-height: 17px !important; }
    .saleEndsSoon span:after {
      content: '';
      display: inline-block;
      width: 1px;
      background: #f22; }
  .saleEndsSoon .spinMin:after {
    height: 5px;
    margin-bottom: 2px; }
  .saleEndsSoon .spinSec:after {
    height: 6px;
    margin-bottom: 1px; }

.spinMin {
  -webkit-animation: spin 4.8s infinite linear;
  -moz-animation: spin 4.8s infinite linear;
  -o-animation: spin 4.8s infinite linear;
  animation: spin 4.8s infinite linear; }

.spinSec {
  -webkit-animation: spin 0.4s infinite linear;
  -moz-animation: spin 0.4s infinite linear;
  -o-animation: spin 0.4s infinite linear;
  animation: spin 0.4s infinite linear; }

.itemsClaimed {
  margin-top: 8px;
  color: #666;
  font-size: 12px; }
  .itemsClaimed .chartWrapper {
    margin-bottom: 2px;
    background: #e9ebf1; }
    .itemsClaimed .chartWrapper, .itemsClaimed .chartWrapper div {
      height: 6px;
      border-radius: 20px; }
    .itemsClaimed .chartWrapper div {
      min-width: 10px;
      max-width: 100%;
      background: #fa6997;
      background: -moz-linear-gradient(-45deg, #fa6997 0%, #fa6997 40%, #f83775 100%);
      background: -webkit-gradient(left top, right bottom, color-stop(0%, #fa6997), color-stop(40%, #fa6997), color-stop(100%, #f83775));
      background: -webkit-linear-gradient(-45deg, #fa6997 0%, #fa6997 40%, #f83775 100%);
      background: -o-linear-gradient(-45deg, #fa6997 0%, #fa6997 40%, #f83775 100%);
      background: -ms-linear-gradient(-45deg, #fa6997 0%, #fa6997 40%, #f83775 100%);
      background: linear-gradient(135deg, #fa6997 0%, #fa6997 40%, #f83775 100%); }
    .itemsClaimed .chartWrapper div.adventcalendar {
      background: #a487fb;
      background: -moz-linear-gradient(-45deg, #a487fb 0%, #a487fb 40%, #8660f9 100%);
      background: -webkit-gradient(left top, right bottom, color-stop(0%, #a487fb), color-stop(40%, #a487fb), color-stop(100%, #8660f9));
      background: -webkit-linear-gradient(-45deg, #a487fb 0%, #a487fb 40%, #8660f9 100%);
      background: -o-linear-gradient(-45deg, #a487fb 0%, #a487fb 40%, #8660f9 100%);
      background: -ms-linear-gradient(-45deg, #a487fb 0%, #a487fb 40%, #8660f9 100%);
      background: linear-gradient(135deg, #a487fb 0%, #a487fb 40%, #8660f9 100%); }
    .itemsClaimed .chartWrapper div.blackFriday {
      background: linear-gradient(127deg, #9ff92a, #44bbff 60%, #ff79eb); }
    .itemsClaimed .chartWrapper div.backToSchool {
      background: linear-gradient(127deg, #7651ad, #e080b6 60%, #f4d465); }
    .itemsClaimed .chartWrapper div.yearEnd {
      background: linear-gradient(127deg, #143ac7, #f89432 60%, #f2e84c); }
    .itemsClaimed .chartWrapper div.cyberMonday {
      background: linear-gradient(127deg, #d200ff, #7f64ff 45%, #06f6ff); }

.appbanner {
  display: none; }
  .appbanner img {
    width: 100%;
    border: none; }
  @media (max-width: 599px) {
    .appbanner {
      display: block; } }

.pvcWarning .warningImg {
  width: 60px;
  margin-right: 20px; }
@media (min-width: 960px) {
  .pvcWarning {
    max-width: 550px; } }

.colorFamily:after, v-pane.ys-checkbox.color md-checkbox:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #fff; }
.colorFamily.red:after, v-pane.ys-checkbox.color md-checkbox.red:after {
  background: red; }
.colorFamily.blue:after, v-pane.ys-checkbox.color md-checkbox.blue:after {
  background: blue; }
.colorFamily.green:after, v-pane.ys-checkbox.color md-checkbox.green:after {
  background: green; }
.colorFamily.yellow:after, v-pane.ys-checkbox.color md-checkbox.yellow:after {
  background: yellow; }
.colorFamily.orange:after, v-pane.ys-checkbox.color md-checkbox.orange:after {
  background: orange; }
.colorFamily.purple:after, v-pane.ys-checkbox.color md-checkbox.purple:after {
  background: purple; }
.colorFamily.pink:after, v-pane.ys-checkbox.color md-checkbox.pink:after {
  background: pink; }
.colorFamily.brown:after, v-pane.ys-checkbox.color md-checkbox.brown:after {
  background: brown; }
.colorFamily.gray:after, v-pane.ys-checkbox.color md-checkbox.gray:after {
  background: gray; }
.colorFamily.white:after, v-pane.ys-checkbox.color md-checkbox.white:after {
  background: white;
  border-color: #ddd; }
.colorFamily.beige:after, v-pane.ys-checkbox.color md-checkbox.beige:after {
  background: beige;
  border-color: #ddd; }
.colorFamily.black:after, v-pane.ys-checkbox.color md-checkbox.black:after {
  background: black; }
.colorFamily.metallic:after, v-pane.ys-checkbox.color md-checkbox.metallic:after {
  background: -moz-linear-gradient(90deg, black 0%, white 50%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(50%, white), color-stop(100%, black));
  background: -webkit-linear-gradient(90deg, black 0%, white 50%, black 100%);
  background: -o-linear-gradient(90deg, black 0%, white 50%, black 100%);
  background: -ms-linear-gradient(90deg, black 0%, white 50%, black 100%);
  background: linear-gradient(0deg, black 0%, white 50%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=0); }
.colorFamily.pattern:after, v-pane.ys-checkbox.color md-checkbox.pattern:after {
  background-color: #eee;
  background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(-45deg, black 25%, transparent 25%, transparent 75%, black 75%, black);
  background-size: 4px 4px; }
.colorFamily.multicolor:after, v-pane.ys-checkbox.color md-checkbox.multicolor:after {
  background: -moz-linear-gradient(90deg, #444444 0%, #444444 19%, magenta 20%, magenta 39%, #ffea00 40%, #ffea00 59%, #0099ff 60%, #0099ff 79%, red 80%, red 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, red), color-stop(20%, red), color-stop(21%, #0099ff), color-stop(40%, #0099ff), color-stop(41%, #ffea00), color-stop(60%, #ffea00), color-stop(61%, magenta), color-stop(80%, magenta), color-stop(81%, #444444), color-stop(100%, #444444));
  background: -webkit-linear-gradient(90deg, #444444 0%, #444444 19%, magenta 20%, magenta 39%, #ffea00 40%, #ffea00 59%, #0099ff 60%, #0099ff 79%, red 80%, red 100%);
  background: -o-linear-gradient(90deg, #444444 0%, #444444 19%, magenta 20%, magenta 39%, #ffea00 40%, #ffea00 59%, #0099ff 60%, #0099ff 79%, red 80%, red 100%);
  background: -ms-linear-gradient(90deg, #444444 0%, #444444 19%, magenta 20%, magenta 39%, #ffea00 40%, #ffea00 59%, #0099ff 60%, #0099ff 79%, red 80%, red 100%);
  background: linear-gradient(0deg, #444444 0%, #444444 19%, magenta 20%, magenta 39%, #ffea00 40%, #ffea00 59%, #0099ff 60%, #0099ff 79%, red 80%, red 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#444444',GradientType=0); }

.buttonGroup {
  margin-inline-end: 8px; }
  .buttonGroup + .buttonGroup {
    margin-inline: 8px 0; }
  .buttonGroup .round-btn {
    width: 100%;
    min-width: 0; }
    .buttonGroup .round-btn:hover {
      position: relative;
      z-index: 1; }
  .buttonGroup .backToParent .round-btn {
    min-width: 44px;
    height: 42px;
    font-size: 16px; }
  .buttonGroup .resetRadius .round-btn {
    margin-inline-end: 0;
    border-radius: 4px 0 0 4px; }
  .buttonGroup .resetRadius + div .round-btn {
    margin-inline-start: -1px;
    border-radius: 0 4px 4px 0; }
  .buttonGroup .selectItemButton .material-icons {
    vertical-align: middle;
    font-size: 20px !important; }
  .buttonGroup .selectItemButton.round-btn {
    width: auto; }
  .buttonGroup .selectItemButton.active {
    color: #63c956; }
  .buttonGroup .disabled {
    font-size: 20px;
    margin-top: 5px;
    margin: 11px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .buttonGroup .backToParent .round-btn .icon-angle-left:before, .buttonGroup .backToParent .round-btn html[dir=rtl] .breadcrumbs li:before, html[dir=rtl] .breadcrumbs .buttonGroup .backToParent .round-btn li:before {
    margin-bottom: 3px; } }
.languageAlert {
  position: relative;
  margin-bottom: 8px;
  background: #fff;
  text-align: center;
  /* Spanish-Es */
  /* Japan */
  /*Italy*/
  /*Dutch*/ }
  .languageAlert .blue, .languageAlert .red {
    width: 40px;
    margin-top: 6px;
    margin-bottom: 6px; }
  .languageAlert .blue {
    background: #00267f; }
  .languageAlert .red {
    background: #f31830; }
  @media (max-width: 599px) {
    .languageAlert .black-De,
    .languageAlert .red-De,
    .languageAlert .yellow-De {
      width: 40px; } }
  .languageAlert .black-De {
    background: #000;
    margin-top: 6px; }
  .languageAlert .red-De {
    background: #d00; }
  .languageAlert .yellow-De {
    background: #ffce00;
    margin-bottom: 6px; }
  .languageAlert .red-Es {
    background: #c60b1e;
    margin-top: 6px; }
  .languageAlert .yellow-Es {
    background: #ffc400;
    margin-bottom: 6px; }
  @media (max-width: 599px) {
    .languageAlert .red-Es,
    .languageAlert .yellow-Es {
      width: 40px; } }
  .languageAlert .white {
    padding: 11px 8px; }
    @media (min-width: 600px) {
      .languageAlert .white {
        width: 500px;
        padding-left: 16px;
        padding-right: 16px; } }
  .languageAlert .red-Ja {
    background: #dd153d;
    height: 20px;
    width: 20px;
    margin: auto auto;
    border-radius: 50%; }
  .languageAlert .side-Ja {
    width: 60px; }
  .languageAlert .middle-Ja {
    background-color: #666;
    color: #fff;
    padding: 11px 8px; }
    .languageAlert .middle-Ja a {
      color: #fff;
      opacity: 0.8; }
    @media (min-width: 600px) {
      .languageAlert .middle-Ja {
        padding-left: 16px;
        padding-right: 16px; } }
  .languageAlert .green-it, .languageAlert .red-it {
    width: 40px;
    margin-top: 6px;
    margin-bottom: 6px; }
  .languageAlert .green-it {
    background: #009246; }
  .languageAlert .red-it {
    background: #ce2b37; }
  .languageAlert .red-nl, .languageAlert .blue-nl {
    width: 40px;
    margin-top: 6px;
    margin-bottom: 6px; }
  .languageAlert .red-nl {
    background: #a91f32; }
  .languageAlert .blue-nl {
    background: #1e4785; }
  .languageAlert .GoogleTranslate {
    width: 100%;
    text-decoration: none;
    padding: 11px 8px;
    background: #fff;
    color: #4184f7;
    border: 2px solid #4184f7;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .languageAlert .GoogleTranslate + .closeButton {
      color: #4184f7 !important; }
    .languageAlert .GoogleTranslate:hover {
      background: #4184f7;
      color: #fff; }
      .languageAlert .GoogleTranslate:hover a {
        color: #fff; }
      .languageAlert .GoogleTranslate:hover + .closeButton {
        color: #fff !important; }
    .languageAlert .GoogleTranslate:hover + .closeButton {
      color: #fff; }
    @media (min-width: 600px) {
      .languageAlert .GoogleTranslate {
        padding-left: 16px;
        padding-right: 16px; } }
  .languageAlert .closeButton {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    margin-right: 0;
    color: #fff; }
    .languageAlert .closeButton.germanyAlert {
      color: #666;
      background-color: rgba(255, 255, 255, 0.8);
      margin: -12px 0 0;
      padding: 5px 0 0;
      right: 6px;
      height: 23px;
      min-height: 23px;
      width: 23px;
      min-width: 23px; }
      .languageAlert .closeButton.germanyAlert span {
        top: -8px; }
      .languageAlert .closeButton.germanyAlert:hover {
        background-color: rgba(255, 255, 255, 0.8); }
  .languageAlert a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    white-space: nowrap; }
  @media (min-width: 960px) {
    .languageAlert {
      max-width: 70%;
      margin-left: auto;
      margin-right: auto; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .md-open-menu-container.md-active {
    transform: none !important; } }
.new.hot {
  animation-name: flame;
  font-weight: bold; }

@keyframes flame {
  0% {
    color: #f63; }
  100% {
    color: #f90; } }
.fireIcon {
  position: relative;
  bottom: 1px;
  font-size: 14px; }

.new {
  font-size: 10px;
  margin: 0 0 0 3px !important;
  animation-name: new;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out; }

@keyframes new {
  0% {
    color: #11998e; }
  100% {
    color: #38ef7d; } }
.welcome .FriendRewardspop {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/friendrewards/friendrewardspop.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 8px; }
  .welcome .FriendRewardspop:hover {
    background-position: bottom center; }
  @media (min-width: 960px) {
    .welcome .FriendRewardspop {
      width: 70%;
      margin: 0 auto 8px; } }
  .welcome .FriendRewardspop a {
    text-decoration: none; }

.FRpopcontent {
  position: relative;
  text-align: center;
  color: white;
  padding: 30px 0 8px;
  font-size: 20px;
  margin: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  @media (max-width: 599px) {
    .FRpopcontent {
      font-size: 14px; } }
  .FRpopcontent .title {
    font-size: 40px;
    line-height: 1;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media (max-width: 599px) {
      .FRpopcontent .title {
        font-size: 30px;
        margin-bottom: 4px; } }
  .FRpopcontent a {
    text-decoration: none; }

.SeeDetails {
  text-align: right;
  opacity: 0.7;
  color: white;
  font-size: 12px;
  margin: 0 16px 8px 0;
  text-decoration: underline; }
  @media (max-width: 599px) {
    .SeeDetails {
      text-align: center;
      margin-bottom: 16px; } }

.igSilverPop,
.igSilverMember {
  background-image: linear-gradient(315deg, #ffdc80 0%, #fcab24 25%, #c000b6 60%, #5b51d8 100%), url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/eliteclub/ssIGicon.png), url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/eliteclub/ssBackground.png), url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/eliteclub/ssBackground.png);
  background-blend-mode: hard-light;
  box-sizing: border-box; }

a.igSilverPop {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  margin-bottom: 8px;
  padding: 22px 16px 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto 100%, 0% 0%, auto 100%, auto 100%; }
  a.igSilverPop:not(.igSilverMember) {
    background-position: 0% 0%, center center, top left -170px, top right -170px; }
    a.igSilverPop:not(.igSilverMember):hover {
      background-position: 0% 0%, center center, top left -154px, top right -154px; }
    @media (min-width: 600px) {
      a.igSilverPop:not(.igSilverMember) {
        background-position: 0% 0%, center center, top left -130px, top right -130px; }
        a.igSilverPop:not(.igSilverMember):hover {
          background-position: 0% 0%, center center, top left -120px, top right -120px; } }
  @media (min-width: 960px) {
    a.igSilverPop {
      width: 70%;
      margin: 0 auto 8px;
      padding: 26px 16px; } }
  a.igSilverPop h4 {
    margin: 0;
    padding: 0;
    font-size: 26px;
    line-height: 28px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
  a.igSilverPop div {
    margin: 10px auto; }
  a.igSilverPop .seeDetails {
    margin: 0;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: underline; }
    @media (min-width: 600px) {
      a.igSilverPop .seeDetails {
        text-align: right; } }
  a.igSilverPop.newVisitor {
    padding: 11px 16px;
    background-position: 0% 0%, center center, top left -40px, top right -40px; }
    a.igSilverPop.newVisitor:hover {
      background-position: 0% 0%, center center, top left -50px, top right -50px; }
    @media (min-width: 600px) {
      a.igSilverPop.newVisitor {
        background-position: 0% 0%, center center, top left -28px, top right -28px; }
        a.igSilverPop.newVisitor:hover {
          background-position: 0% 0%, center center, top left -38px, top right -38px; } }
    a.igSilverPop.newVisitor span {
      white-space: nowrap;
      text-decoration: underline; }

.igAppSilverPop {
  background: no-repeat center;
  background-size: cover; }
  @media (min-width: 960px) {
    .igAppSilverPop {
      background-size: auto; } }

a.igAppSilverPop {
  display: block;
  margin-bottom: 8px;
  padding: 22px 10px;
  color: #fff;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 960px) {
    a.igAppSilverPop {
      width: 70%;
      margin: 16px auto 8px;
      padding: 33px 0; } }
  a.igAppSilverPop h4 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 26px;
    line-height: 28px;
    text-shadow: 0 1px 2px black;
    text-transform: uppercase; }

.bingogame-pop a {
  background-image: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/bingogame/banner_decoration_L.png), url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/bingogame/banner_decoration_R.png), url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/bingogame/banner_background.png);
  background-position: top left, top right, top;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 40%, 50%, 100%;
  position: relative;
  display: block;
  margin-bottom: 8px;
  padding: 15px 10px 20px 10px;
  color: #fff;
  text-align: center;
  text-decoration: none; }
  .bingogame-pop a h4 {
    margin: 5px 0 0 0;
    color: #d60a74;
    font-weight: normal;
    font-size: 18px; }
    .bingogame-pop a h4.small {
      margin: 0;
      font-size: 14px; }
  @media (min-width: 960px) {
    .bingogame-pop a {
      width: 70%;
      margin: 16px auto 8px;
      padding: 15px 15px 20px 15px;
      background-size: 300px, 400px, 100%; } }
  .bingogame-pop a .seeDetails {
    text-decoration: underline;
    margin-top: 8px;
    color: rgba(0, 0, 0, 0.5); }
    .bingogame-pop a .seeDetails:hover {
      color: rgba(0, 0, 0, 0.8) !important;
      text-decoration: none; }

.pointgiveaway-pop {
  position: relative;
  overflow: hidden;
  background: #765fbb;
  margin-bottom: 8px; }
  @media (min-width: 960px) {
    .pointgiveaway-pop {
      width: 70%;
      margin: 0 auto 8px; } }
  .pointgiveaway-pop .pointgiveaway-banner {
    min-height: 147px;
    padding: 16px 16px 14px;
    z-index: 1; }
    .pointgiveaway-pop .pointgiveaway-banner h3, .pointgiveaway-pop .pointgiveaway-banner h4 {
      text-align: center;
      color: #fff;
      margin: 0;
      position: relative;
      z-index: 1; }
    .pointgiveaway-pop .pointgiveaway-banner h3 {
      display: inline-block;
      font-size: 24px;
      text-transform: uppercase;
      margin-right: 10px; }
    .pointgiveaway-pop .pointgiveaway-banner h4 {
      font-weight: 500;
      margin-top: 7px;
      font-size: 15px; }
    .pointgiveaway-pop .pointgiveaway-banner .pointgiveaway-claimed {
      display: inline-block;
      color: white;
      position: relative;
      background: #d44274;
      border-radius: 25px;
      text-transform: none;
      font-size: 14px;
      padding: 5px 10px 4px 10px; }
      .pointgiveaway-pop .pointgiveaway-banner .pointgiveaway-claimed:before, .pointgiveaway-pop .pointgiveaway-banner .pointgiveaway-claimed:after {
        content: '';
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        bottom: 0; }
      .pointgiveaway-pop .pointgiveaway-banner .pointgiveaway-claimed:before {
        background-image: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/pointgiveaway/claim_text_left_star.png);
        width: 14px;
        height: 12px;
        left: 0; }
      .pointgiveaway-pop .pointgiveaway-banner .pointgiveaway-claimed:after {
        background-image: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/pointgiveaway/claim_text_right_star.png);
        width: 26px;
        height: 25px;
        right: -18px;
        bottom: -4px; }
    .pointgiveaway-pop .pointgiveaway-banner .bg-hover {
      z-index: 0;
      position: absolute; }
      .pointgiveaway-pop .pointgiveaway-banner .bg-hover.left-cloud {
        left: 0;
        bottom: 0;
        transform: scale(0.7) translate(-50%, 40%); }
        @media (min-width: 960px) {
          .pointgiveaway-pop .pointgiveaway-banner .bg-hover.left-cloud {
            left: 0;
            bottom: 0;
            transform: scale(0.8) translate(-20%, 30%); } }
      .pointgiveaway-pop .pointgiveaway-banner .bg-hover.right-balloon {
        right: 0;
        top: 0;
        transform: scale(0.9) rotate(18deg) translate(30%, -50%); }
        @media (min-width: 960px) {
          .pointgiveaway-pop .pointgiveaway-banner .bg-hover.right-balloon {
            transform: scale(0.9) rotate(18deg) translateY(-28%); } }
    .pointgiveaway-pop .pointgiveaway-banner .md-button {
      padding: 0 24px; }
    .pointgiveaway-pop .pointgiveaway-banner .bird-button {
      border: 4px #faa1c8 solid;
      border-radius: 50px;
      background: linear-gradient(-175deg, #f47ba9, #d8346e);
      font-weight: 600;
      color: #fff;
      padding: 2px 24px;
      font-size: 20px;
      overflow: visible; }
      .pointgiveaway-pop .pointgiveaway-banner .bird-button::after {
        content: '';
        background: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/pointgiveaway/bird.png);
        position: absolute;
        background-size: contain;
        width: 54px;
        background-repeat: no-repeat;
        height: 62px;
        top: 0;
        left: 0;
        transform: translate(-60%, -20%) scaleX(-1); }
    .pointgiveaway-pop .pointgiveaway-banner .claimed-bird {
      position: absolute;
      transform: translate(-180%, 40%) scale(-0.6, 0.6); }

@media (min-width: 960px) {
  .pointgiveaway-phase2-pop {
    width: 70%;
    margin: 0 auto 8px; } }
.pointgiveaway-phase2-pop .banner {
  position: relative;
  overflow: hidden;
  padding: 16px 6px 14px;
  z-index: 1;
  background-image: linear-gradient(45deg, #303a55, #45537b 30%, #21283a 80%); }
  @media (min-width: 600px) {
    .pointgiveaway-phase2-pop .banner {
      min-height: 147px;
      padding: 24px 16px 12px; } }
  .pointgiveaway-phase2-pop .banner h3, .pointgiveaway-phase2-pop .banner h4 {
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 1; }
  .pointgiveaway-phase2-pop .banner h3 {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 10px;
    color: #aeddf4;
    text-shadow: 0px 2px 6px #333;
    font-size: 18px; }
    @media (min-width: 600px) {
      .pointgiveaway-phase2-pop .banner h3 {
        font-size: 26px; } }
  .pointgiveaway-phase2-pop .banner h4 {
    margin-top: 7px;
    color: #f8dc82;
    font-size: 14px; }
    @media (min-width: 600px) {
      .pointgiveaway-phase2-pop .banner h4 {
        font-size: 26px; } }
  .pointgiveaway-phase2-pop .banner .condition {
    color: #fff;
    text-align: center;
    font-size: 12px;
    z-index: 2; }
    @media (min-width: 600px) {
      .pointgiveaway-phase2-pop .banner .condition {
        font-size: 16px; } }
  .pointgiveaway-phase2-pop .banner .pointgiveaway-due {
    display: none;
    color: #21283a;
    position: relative;
    background: #dcaa47;
    border-radius: 25px;
    text-transform: none;
    font-size: 14px;
    padding: 3px 4px 2px 10px; }
    @media (min-width: 600px) {
      .pointgiveaway-phase2-pop .banner .pointgiveaway-due {
        display: inline-block; } }
    .pointgiveaway-phase2-pop .banner .pointgiveaway-due .saleEndsSoon {
      bottom: -3px; }
  .pointgiveaway-phase2-pop .banner .saleEndsSoon {
    margin-left: 1px;
    background: #fff; }
  .pointgiveaway-phase2-pop .banner .sub-line {
    width: 640px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .pointgiveaway-phase2-pop .banner .sub-line img {
      transform: scale(0.6); }
    .pointgiveaway-phase2-pop .banner .sub-line img {
      margin: auto 2px;
      height: fit-content; }
    .pointgiveaway-phase2-pop .banner .sub-line div {
      min-width: 149px;
      margin: 0 2px; }
    @media (min-width: 600px) {
      .pointgiveaway-phase2-pop .banner .sub-line img {
        transform: scale(1); } }
    @media (min-width: 960px) {
      .pointgiveaway-phase2-pop .banner .sub-line {
        margin-bottom: 16px; } }
  .pointgiveaway-phase2-pop .banner .m-point-giveaway-due {
    color: #b1b9d1;
    font-size: 12px; }
    @media (min-width: 600px) {
      .pointgiveaway-phase2-pop .banner .m-point-giveaway-due {
        display: none; } }
  .pointgiveaway-phase2-pop .banner .terms {
    color: #b1b9d1;
    font-size: 12px;
    margin-top: 10px; }
    .pointgiveaway-phase2-pop .banner .terms .m-pointgiveaway-due::after {
      content: '|';
      margin: 0 6px; }
    .pointgiveaway-phase2-pop .banner .terms a {
      text-decoration: underline; }
    @media (min-width: 960px) {
      .pointgiveaway-phase2-pop .banner .terms {
        position: absolute;
        right: 12px;
        bottom: 12px; }
        .pointgiveaway-phase2-pop .banner .terms .m-pointgiveaway-due {
          display: none; } }
.pointgiveaway-phase2-pop .bg-hover {
  z-index: 0;
  position: absolute; }
  .pointgiveaway-phase2-pop .bg-hover.left, .pointgiveaway-phase2-pop .bg-hover.right {
    height: 100%; }
  .pointgiveaway-phase2-pop .bg-hover.left {
    transform: translateY(30%); }
  .pointgiveaway-phase2-pop .bg-hover.right {
    transform: translateY(-50%); }
  @media (min-width: 1280px) {
    .pointgiveaway-phase2-pop .bg-hover.left, .pointgiveaway-phase2-pop .bg-hover.right {
      transform: translateY(0); } }

.influencerRecruitment-pop a {
  background: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/ysinfluencer/influencer_recruitment_plan_background.jpg);
  color: #fff;
  text-decoration: none;
  display: block;
  min-height: 60px; }
  @media (min-width: 960px) {
    .influencerRecruitment-pop a {
      width: 70%;
      margin: 16px auto 8px; } }
.influencerRecruitment-pop h3 {
  font-weight: normal;
  margin: 0;
  padding: 18px 10px; }

.usexpress2021 a {
  position: relative;
  height: 128px;
  background-image: url("https://ddvql06zg3s2o.cloudfront.net/Assets/res/imgs/bg/usexpress2021_message.png"), url("https://ddvql06zg3s2o.cloudfront.net/Assets/res/imgs/bg/usexpress2021_background.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100px, 100% 100%;
  color: #fff;
  text-decoration: none;
  display: block;
  overflow: hidden; }
  @media (min-width: 960px) {
    .usexpress2021 a {
      height: 140px;
      width: 70%;
      margin: 16px auto 8px;
      background-size: auto 100%, auto 100%; } }
  @media (max-width: 959px) {
    .usexpress2021 a {
      background-size: auto 100px, auto auto; } }
  @media only screen and (max-width: 400px) {
    .usexpress2021 a {
      height: 98px;
      background-size: auto 70px, auto auto; } }
  .usexpress2021 a div {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 4px 0;
    background-color: #0c4293;
    text-shadow: none; }
    @media (min-width: 960px) {
      .usexpress2021 a div {
        right: 0;
        width: auto;
        padding: 8px 12px;
        background-color: transparent;
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.6); } }

.eliteClubRevamp-pop {
  margin-top: 16px; }
  .eliteClubRevamp-pop a {
    text-decoration: none;
    color: #fff;
    display: block;
    text-align: center;
    min-height: 110px;
    position: relative;
    padding: 0 16px; }
    @media (min-width: 960px) {
      .eliteClubRevamp-pop a {
        width: 70%;
        margin: 8px auto; } }
  .eliteClubRevamp-pop.blue a {
    background-image: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/eliteclub/cloud_background_banner.png), linear-gradient(to bottom, #3375d3, #90dde7);
    background-repeat: no-repeat;
    background-size: 100%; }
  .eliteClubRevamp-pop.pink a {
    background: linear-gradient(to right, #fd6189 10%, #fd84a5 50%, #fd6189 90%); }
    .eliteClubRevamp-pop.pink a .seeDetails {
      color: #ececec; }
  .eliteClubRevamp-pop h4 {
    font-weight: normal;
    margin: 0;
    font-size: 20px; }
    @media (min-width: 600px) {
      .eliteClubRevamp-pop h4 {
        font-size: 26px; } }
    .eliteClubRevamp-pop h4.borderStyle {
      letter-spacing: 1px;
      padding-top: 18px;
      text-shadow: 1px 1px #dbbb8a, -1px 1px #dbbb8a, 1px -1px #dbbb8a, -1px -1px #dbbb8a, 1px 1px 5px #555; }
      @media (min-width: 960px) {
        .eliteClubRevamp-pop h4.borderStyle {
          padding-top: 24px; } }
    .eliteClubRevamp-pop h4.yellow {
      font-weight: bold;
      text-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);
      padding-top: 18px; }
      .eliteClubRevamp-pop h4.yellow span {
        color: yellow; }
      @media (min-width: 960px) {
        .eliteClubRevamp-pop h4.yellow {
          padding-top: 24px; } }
  .eliteClubRevamp-pop h5 {
    font-weight: normal;
    margin: 0;
    font-size: 16px; }
  .eliteClubRevamp-pop .seeDetails {
    text-decoration: underline;
    margin-top: 8px; }
    .eliteClubRevamp-pop .seeDetails:hover {
      color: #fff !important;
      text-decoration: none; }
  .eliteClubRevamp-pop ~ .container .eliteClub {
    margin-top: 30px; }

.silverWeek,
.springCoupon {
  background: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/silverweek/SW_corner-pattern-TL.png) top -20px left no-repeat, url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/silverweek/SW_corner-pattern-TR.png) top -20px right no-repeat, url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/silverweek/SW_corner-pattern-BR.png) bottom -20px right no-repeat, url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/silverweek/SW_corner-pattern-BL.png) bottom -20px left no-repeat, url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/silverweek/SW_metallic_Texture.jpg) no-repeat;
  background-size: auto, auto, auto, auto, 100% 100%;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none; }
  .silverWeek .SWmain,
  .springCoupon .SWmain {
    display: block;
    padding: 32px 16px 16px; }
    @media (min-width: 960px) {
      .silverWeek .SWmain,
      .springCoupon .SWmain {
        padding: 32px 16px; } }
  .silverWeek a,
  .springCoupon a {
    text-decoration: none; }
  .silverWeek .Title,
  .springCoupon .Title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 8px;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
    .silverWeek .Title.effect-shine,
    .springCoupon .Title.effect-shine {
      background: linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 45%, rgba(255, 255, 255, 0.8) 50%, rgba(0, 0, 0, 0.6) 55%);
      background-size: 800% auto;
      color: #fff;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      animation: textclip 8s linear infinite; }
@keyframes textclip {
  to {
    background-position: -200% center; } }
    @media (max-width: 959px) {
      .silverWeek .Title,
      .springCoupon .Title {
        font-size: 22px;
        line-height: 26px; } }
  .silverWeek .sub,
  .springCoupon .sub {
    text-decoration: none;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 4px 16px;
    border-radius: 4px;
    font-size: 12px;
    color: #fff; }
    @media (max-width: 959px) {
      .silverWeek .sub,
      .springCoupon .sub {
        padding: 4px 8px; } }
  .silverWeek .yellow,
  .springCoupon .yellow {
    color: #fff600 !important; }
  @media (max-width: 959px) {
    .silverWeek,
    .springCoupon {
      background: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/silverweek/SW_corner-pattern-TL.png) top -60px left no-repeat, url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/silverweek/SW_corner-pattern-TR.png) top -60px right no-repeat, url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/silverweek/SW_corner-pattern-BR.png) bottom -60px right no-repeat, url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/silverweek/SW_corner-pattern-BL.png) bottom -60px left no-repeat, url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/silverweek/SW_metallic_Texture.jpg) no-repeat;
      background-size: auto, auto, auto, auto, 100% 100%; }
      .silverWeek:hover,
      .springCoupon:hover {
        background: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/silverweek/SW_corner-pattern-TL.png) top -40px left no-repeat, url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/silverweek/SW_corner-pattern-TR.png) top -40px right no-repeat, url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/silverweek/SW_corner-pattern-BR.png) bottom -40px right no-repeat, url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/silverweek/SW_corner-pattern-BL.png) bottom -40px left no-repeat, url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/silverweek/SW_metallic_Texture.jpg) no-repeat;
        background-size: auto, auto, auto, auto, 100% 100%; } }
  @media (min-width: 960px) {
    .silverWeek,
    .springCoupon {
      width: 70%;
      margin: 0 auto 8px; }
      .silverWeek:hover,
      .springCoupon:hover {
        background: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/silverweek/SW_corner-pattern-TL.png) top -10px left no-repeat, url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/silverweek/SW_corner-pattern-TR.png) top -10px right no-repeat, url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/silverweek/SW_corner-pattern-BR.png) bottom -10px right no-repeat, url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/silverweek/SW_corner-pattern-BL.png) bottom -10px left no-repeat, url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/silverweek/SW_metallic_Texture.jpg) no-repeat;
        background-size: auto, auto, auto, auto, 100% 100%; } }

.springCoupon {
  background: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/silverweek/SW_corner-pattern-TL.png) top -40px left no-repeat, url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/silverweek/SW_corner-pattern-TR.png) top -40px right no-repeat, url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/silverweek/SW_corner-pattern-BR.png) bottom -40px right no-repeat, url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/silverweek/SW_corner-pattern-BL.png) bottom -40px left no-repeat, url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/splash/springcoupon2020.jpg) center center no-repeat; }
  .springCoupon:hover {
    background: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/silverweek/SW_corner-pattern-TL.png) top -20px left no-repeat, url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/silverweek/SW_corner-pattern-TR.png) top -20px right no-repeat, url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/silverweek/SW_corner-pattern-BR.png) bottom -20px right no-repeat, url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/silverweek/SW_corner-pattern-BL.png) bottom -20px left no-repeat, url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/splash/springcoupon2020.jpg) no-repeat; }
  .springCoupon .Title {
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.2); }
    .springCoupon .Title.effect-shine {
      background: linear-gradient(-90deg, #fb7a47, #f2526b);
      background-size: 800% auto;
      color: #fff;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      animation: textclip 8s linear infinite; }
  .springCoupon .sub {
    text-decoration: none;
    display: inline-block;
    background: #f2526b;
    background: linear-gradient(90deg, #fb7a47 0%, #f2526b 100%); }
  .springCoupon a {
    color: #f2526b; }

.seeDetails {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  right: 0;
  bottom: 0;
  padding-bottom: 8px;
  margin: 0;
  text-align: center; }
  .seeDetails:hover {
    color: rgba(0, 0, 0, 0.8); }
  @media (min-width: 960px) {
    .seeDetails {
      text-align: right;
      position: absolute;
      padding: 8px 14px;
      width: auto; } }

.WeekSpecial {
  position: relative;
  background: linear-gradient(90deg, #ffd8e3 10%, #ffccb7 35%, #ff829b 65%, #6a2477 90%);
  background-size: 200% 200%;
  padding: 20px 28px;
  overflow: hidden;
  text-decoration: none; }
  @media (min-width: 960px) {
    .WeekSpecial {
      width: 70%;
      margin: 0 auto 8px;
      animation: weekSpecial 12s ease-in-out infinite; } }
  .WeekSpecial:before, .WeekSpecial:after {
    position: absolute;
    content: ' ';
    background: url(https://ddvql06zg3s2o.cloudfront.net/Assets/res/p/36358/imgs/weekspecial/WS-bg-pattern.png) bottom left no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 100%; }
  .WeekSpecial:before {
    top: 0;
    left: 0;
    opacity: 0.6; }
  .WeekSpecial:after {
    top: 0;
    right: 0;
    opacity: 0.6;
    transform: rotate(-180deg); }
    @media (min-width: 960px) {
      .WeekSpecial:after {
        opacity: 0.4; } }
  .WeekSpecial .WS-left {
    z-index: 1;
    width: auto;
    max-width: 130px;
    text-transform: uppercase; }
    @media (min-width: 960px) {
      .WeekSpecial .WS-left {
        max-width: auto; } }
    .WeekSpecial .WS-left .ws-title {
      font-size: 18px;
      line-height: 22px;
      color: #6a2477;
      min-height: 70px;
      padding-right: 20px;
      border-right: 2px solid #6a2477; }
      @media (min-width: 960px) {
        .WeekSpecial .WS-left .ws-title {
          font-size: 19px;
          line-height: 24px; } }
  .WeekSpecial .WS-right {
    z-index: 1;
    text-align: right;
    color: #6a2477; }
    .WeekSpecial .WS-right .ws-message1, .WeekSpecial .WS-right .ws-message2 {
      padding-left: 12px; }
      @media (min-width: 960px) {
        .WeekSpecial .WS-right .ws-message1, .WeekSpecial .WS-right .ws-message2 {
          animation: wsMessage 6s alternate infinite; } }
    .WeekSpecial .WS-right .ws-message1 {
      font-size: 16px;
      line-height: 22px; }
      @media (min-width: 960px) {
        .WeekSpecial .WS-right .ws-message1 {
          font-size: 20px;
          line-height: 22px;
          text-transform: uppercase; } }
    .WeekSpecial .WS-right .ws-message2 {
      font-weight: bold;
      font-size: 30px;
      line-height: 34px;
      text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); }
      @media (min-width: 960px) {
        .WeekSpecial .WS-right .ws-message2 {
          font-size: 40px;
          line-height: 46px;
          text-transform: uppercase; } }
    .WeekSpecial .WS-right .ws-endDate {
      margin-top: 4px;
      font-size: 12px;
      opacity: 0.7; }
      @media (min-width: 960px) {
        .WeekSpecial .WS-right .ws-endDate {
          animation: wsMessage 6s alternate infinite; } }
@keyframes wsMessage {
  0% {
    color: #6a2477; }
  45% {
    color: #6a2477; }
  55% {
    color: #fff; }
  100% {
    color: #fff; } }
@keyframes weekSpecial {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
/*
.diamondShape{
	position:relative; display:inline-block; height:28px; margin-bottom:4px; padding:0 8px; background:#471bf5; font-size:18px; font-weight:bold; line-height:27px;
	&:before, &:after{content:''; position:absolute; top:0; width:0; height:0; border:14px solid transparent;}
	&:before{left:-28px; border-right-color:#471bf5;}
	&:after{right:-28px; border-left-color:#471bf5;}
}
*/
.NewAccount {
  max-height: 330px !important; }

.LangMember {
  color: rgba(117, 117, 117, 0.87);
  font-weight: 500;
  font-size: 15px;
  background-color: #f4f4f4;
  margin: 0 0 8px;
  padding: 12px 16px; }

.shipTo.md-button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  padding-left: 8px;
  padding-right: 24px;
  color: #666;
  text-align: right; }
  .shipTo.md-button:hover {
    color: #22D20C; }
.shipTo span:first-child {
  float: left;
  text-transform: none; }

.LangSelection {
  display: inline-block;
  width: auto; }

.SelectedLanguage {
  position: relative;
  z-index: 51;
  padding-right: 16px;
  padding-left: 5px;
  font-size: 12px;
  color: #666; }
  .SelectedLanguage:after {
    position: absolute;
    right: 4px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.92px 4px 0;
    border-color: #aaa transparent transparent;
    display: inline-block;
    content: ''; }

.LanguageMenu {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 205px;
  margin-top: 1px;
  z-index: 100;
  position: absolute;
  background-color: white;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  color: #555;
  max-height: 330px;
  overflow-y: auto; }
  .LanguageMenu a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400; }
    .LanguageMenu a.active {
      color: #22D20C; }
    .LanguageMenu a:last-child {
      margin-bottom: 8px; }
  .LanguageMenu .LStitle {
    color: rgba(117, 117, 117, 0.87);
    font-weight: 500;
    font-size: 15px;
    background-color: #f4f4f4;
    padding: 12px 16px;
    margin: 8px 0; }
    .LanguageMenu .LStitle:first-child {
      margin-top: 0; }

.LSbackdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99; }

@media only screen and (min-width: 960px) and (max-width: 1000px) {
  .MemberName {
    display: none; } }
.SupportLang {
  padding: 16px;
  margin-bottom: 2px;
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.54); }

.navLang {
  padding: 10px 10px 18px; }
  .navLang .flex-100 {
    padding: 6px; }
  .navLang .md-button {
    width: 100%;
    margin: 0;
    text-transform: none; }
  .navLang .active {
    color: #63c956;
    border: 1px solid #63c956; }
  .navLang .md-menu .md-button:after {
    position: absolute;
    right: 8px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.92px 4px 0;
    border-color: #aaa transparent transparent;
    display: inline-block;
    content: ''; }

.langcontainer a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400; }
  .langcontainer a:last-child {
    margin-bottom: 8px; }

.RegionSelection {
  margin: 0; }

.CurrentCashOut {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #e0e0e0;
  padding: 12px 0; }
  .CurrentCashOut b {
    color: #3c763d; }

.CashOutFormContent {
  margin-top: 14px; }

.CashOutTitle {
  margin: auto 0; }
  .CashOutTitle + div {
    margin: 2px 0 0 12px; }

.cashoutmethod {
  color: #999; }

.cashoutamount md-input-container {
  margin-block: auto;
  margin-inline: 10px 0; }
  .cashoutamount md-input-container div {
    position: absolute;
    margin-inline-start: 12px;
    line-height: 44px;
    color: #666;
    font-size: 12px; }
    .cashoutamount md-input-container div + input {
      padding-inline-start: 42px !important; }
.cashoutamount input {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  min-height: 38px;
  padding-block: 6px !important;
  padding-inline: 42px 5px !important;
  border-width: 1px !important;
  -webkit-appearance: initial !important; }
  .cashoutamount input:focus {
    border-width: 1px !important; }

.cashoutinput label:after {
  content: ' ' !important; }
.cashoutinput md-input-container:first-child {
  margin-top: 0; }

@media (max-width: 599px) {
  .cashoutinput {
    max-width: 100% !important; }

  .CashOutMethodTable {
    left: 5%;
    right: 5%; } }
md-tooltip.multiline .md-content {
  padding: 8px 16px;
  height: auto;
  white-space: normal;
  line-height: 1.2; }

.Rewardsbtn {
  margin-inline-end: 0;
  padding: 0 8px; }
  .Rewardsbtn.addInfluencer {
    min-width: auto; }
    @media screen and (max-width: 600px) {
      .Rewardsbtn.addInfluencer {
        border-radius: 20px;
        width: 41px;
        height: 41px;
        padding-top: 3px; }
        .Rewardsbtn.addInfluencer:before {
          font-family: 'material icons';
          content: '\e145';
          font-size: 1.2em;
          font-weight: bold;
          margin-left: -2px; } }

.Influencerbtn:hover span {
  color: #22D20C; }
.Influencerbtn span {
  color: #666; }

.influencerContent h3 {
  margin-bottom: 0 !important; }
.influencerContent p {
  margin-top: 0 !important;
  line-height: 16px !important; }
.influencerContent .md-list-item-text p {
  margin-top: 4px !important; }

.influencerRemark {
  padding-left: 16px;
  margin: 0 0 20px; }
  .influencerRemark li {
    padding-bottom: 5px; }

.influencerDialog md-dialog-content form input {
  width: 50%; }
  @media (max-width: 599px) {
    .influencerDialog md-dialog-content form input {
      width: 100%; } }
.influencerDialog md-dialog-content p {
  margin-bottom: 0; }
.influencerDialog md-dialog-content md-input-container label:after {
  content: ' ' !important; }
.influencerDialog md-dialog-content table {
  margin-top: 10px; }
.influencerDialog md-dialog-content .small {
  font-size: 12px;
  margin: 5px 0; }
.influencerDialog .influencersubmit {
  min-width: 280px; }
.influencerDialog .alert ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.influencerDialog .influencerTitle {
  margin-bottom: 5px;
  display: block; }
  .influencerDialog .influencerTitle.lighter {
    color: #A9A9A9; }

.influencerDialogButton {
  min-width: 130px;
  margin-right: 0; }

.influencerDialogBack {
  border: solid 1px #ccc;
  margin-left: 0; }
  .influencerDialogBack .icon:before, .influencerDialogBack .breadcrumbs li:before, .breadcrumbs .influencerDialogBack li:before {
    color: #A9A9A9;
    margin-right: 5px;
    margin-top: -3px;
    font-size: 20px; }

.influencerGradientIG {
  background: linear-gradient(45deg, #dd2a7b 40%, #5458d3 100%);
  border-radius: 5px;
  color: #fff;
  padding-bottom: 15px;
  margin-top: 40px; }
  .influencerGradientIG h1 {
    margin: 0;
    padding-bottom: 0; }
  .influencerGradientIG h3 {
    margin-top: 0;
    padding: 0;
    font-weight: normal; }
  .influencerGradientIG .icon, .influencerGradientIG .breadcrumbs li:before, .breadcrumbs .influencerGradientIG li:before {
    color: #fff;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 4px; }
    .influencerGradientIG .icon:before, .influencerGradientIG .breadcrumbs li:before, .breadcrumbs .influencerGradientIG li:before {
      font-size: 20px;
      margin-top: -3px; }
  .influencerGradientIG .md-button {
    border: solid 1px #fff;
    color: #fff;
    text-transform: none; }

.influencerInputHintsAndError {
  padding-bottom: 12px; }
  .influencerInputHintsAndError .message {
    margin-block-start: 3px;
    overflow: hidden; }
  .influencerInputHintsAndError .remark {
    opacity: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: relative; }
    .influencerInputHintsAndError .remark.inactive {
      opacity: 0;
      position: absolute;
      top: 18px;
      left: 0; }

.hint {
  font-size: 12px;
  color: grey;
  padding-top: 6px;
  clear: left; }

.sponsorProgramDialog md-toolbar,
.sponsorProgramDialog md-toolbar:not(.md-menu-toolbar) {
  background: none;
  background-color: #ff4e7d;
  min-height: auto; }
.sponsorProgramDialog.singleHeight md-toolbar, .sponsorProgramDialog.singleHeight md-toolbar:not(.md-menu-toolbar) {
  min-height: 48px !important; }
.sponsorProgramDialog .md-toolbar-tools {
  min-height: 0;
  margin: 4px 0; }
.sponsorProgramDialog .alert {
  margin-bottom: 0; }
.sponsorProgramDialog div p {
  margin-top: 4px;
  font-size: 14px;
  font-weight: bold; }
.sponsorProgramDialog div md-input-container {
  margin-bottom: 0;
  width: 100%; }
.sponsorProgramDialog md-dialog-actions .md-button.md-primary {
  background-color: #ff4e7d;
  position: relative; }
  .sponsorProgramDialog md-dialog-actions .md-button.md-primary:not([disabled]):hover, .sponsorProgramDialog md-dialog-actions .md-button.md-primary:not([disabled]):focus {
    background-color: #df446d; }
  .sponsorProgramDialog md-dialog-actions .md-button.md-primary.submitReview:after {
    content: '\f1d8';
    font-family: 'CustomIcon';
    position: absolute;
    inset-inline-end: 10px;
    top: 2px; }
.sponsorProgramDialog md-dialog-actions .md-button[disabled] {
  background-color: rgba(0, 0, 0, 0.12) !important; }
.sponsorProgramDialog actionrow .md-button > span {
  color: #22D20C;
  font-weight: bold; }

.seoContainer div:first-child {
  margin-right: 3px; }

md-grid-list[md-cols="2"][md-cols-gt-xs="5"][md-row-height="1.194:1"] {
  display: block !important;
  width: 100%; }
  @media (max-width: 599px) {
    md-grid-list[md-cols="2"][md-cols-gt-xs="5"][md-row-height="1.194:1"] {
      aspect-ratio: 1/1.26; } }
  @media (min-width: 600px) {
    md-grid-list[md-cols="2"][md-cols-gt-xs="5"][md-row-height="1.194:1"] {
      aspect-ratio: 6.07; } }

.refundTax {
  position: relative;
  color: #fff;
  background: linear-gradient(160deg, #004494 0%, #4073af 100%);
  background-color: #004494;
  padding: 30px;
  text-align: center;
  background-size: 400% 400%;
  animation: aniGradientBG 15s ease infinite; }
  .refundTax > font {
    margin-top: 0.5em;
    -webkit-transition: 1s;
    transition: 1s;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .refundTax:hover > font {
    color: #bfd0e4;
    -ms-transform: -50%, 1% scale(1.2, 1.2);
    -webkit-transform: -50%, 1% scale(1.2, 1.2);
    transform: translate(-50%, 1%) scale(1.2, 1.2);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6); }

[ng-controller="helpPageCtrl"] .searchpanel {
  top: unset;
  height: fit-content;
  background: #fff;
  z-index: 50;
  visibility: unset;
  overflow: unset;
  position: relative;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  opacity: 1 !important;
  padding: 0;
  margin-inline: 0 !important; }
  [ng-controller="helpPageCtrl"] .searchpanel form {
    padding: 0; }
  [ng-controller="helpPageCtrl"] .searchpanel input {
    width: 100%;
    box-sizing: border-box;
    padding-block: 0;
    padding-inline: 15px 40px;
    border: none;
    border-radius: 3px 0 0 3px;
    background: #fff;
    text-align: start; }
  [ng-controller="helpPageCtrl"] .searchpanel button.clear {
    position: absolute;
    border: none;
    background: transparent;
    height: 100%;
    inset-inline-end: 0; }
    [ng-controller="helpPageCtrl"] .searchpanel button.clear:hover md-icon {
      color: #22D20C; }
  @media (min-width: 960px) {
    [ng-controller="helpPageCtrl"] .searchpanel input {
      height: 32px;
      line-height: 32px; }
    [ng-controller="helpPageCtrl"] .searchpanel button.icon-search {
      margin: 0;
      min-width: 40px;
      border-start-start-radius: 0;
      border-end-start-radius: 0; }
    [ng-controller="helpPageCtrl"] .searchpanel button.clear {
      inset-inline-end: 40px; } }
  @media (max-width: 959px) {
    [ng-controller="helpPageCtrl"] .searchpanel:not(.help) {
      -webkit-transition: 0.3s;
      transition: 0.3s;
      height: 0;
      overflow: hidden; }
      [ng-controller="helpPageCtrl"] .searchpanel:not(.help) .searchform {
        width: 100%; }
        [ng-controller="helpPageCtrl"] .searchpanel:not(.help) .searchform button.icon-search {
          display: none; }
      [ng-controller="helpPageCtrl"] .searchpanel:not(.help).active {
        height: 48px;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.4); }
      [ng-controller="helpPageCtrl"] .searchpanel:not(.help) input {
        border-radius: 0;
        height: 48px;
        line-height: 48px; } }

@media (min-width: 600px) {
  .totalrate {
    margin: -5px; } }
.totalrate table.unbreak {
  border-spacing: 0; }
  .totalrate table.unbreak tr td {
    text-align: start; }
    .totalrate table.unbreak tr td:first-child {
      text-align: end; }
  .totalrate table.unbreak tr:not(:last-child) td {
    border-bottom: 1px solid #ccc; }

.helptable .free {
  font-weight: bold;
  color: #f00; }

.emailPreference > p {
  margin: -4px 0 32px 44px; }

.emailPreference > .disabledStyle .md-container {
  opacity: 0.4; }

@media (min-width: 960px) {
  .slide-menu-button {
    display: none; }

  /*.container {padding-left: $theme-margin * 5; padding-right: $theme-margin * 5;}*/
  .bleeding {
    padding-left: 0;
    padding-right: 0; }

  .paper-sm {
    position: relative;
    padding: 16px 3%;
    background-color: #fff;
    box-shadow: 0 0 3px #61f54f; }
    .paper-sm:before, .paper-sm:after {
      z-index: -1;
      position: absolute;
      content: "";
      bottom: 18px;
      left: 8px;
      width: 50%;
      top: 80%;
      -webkit-box-shadow: 0 16px 8px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 16px 8px rgba(0, 0, 0, 0.4);
      box-shadow: 0 16px 8px rgba(0, 0, 0, 0.4);
      -webkit-transform: rotate(-3deg);
      -moz-transform: rotate(-3deg);
      -o-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      transform: rotate(-3deg); }
    .paper-sm:after {
      -webkit-transform: rotate(3deg);
      -moz-transform: rotate(3deg);
      -o-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
      transform: rotate(3deg);
      right: 8px;
      left: auto; }

  .affix.fixed, md-toast.fixed, md-bottom-sheet.fixed.errorsheet, md-bottom-sheet.fixed.bottomSheet, md-backdrop.fixed {
    top: 108px; }

  .maincontent {
    margin-left: 3px;
    position: relative; }

  .dl-inline dl > dt {
    min-width: 0;
    width: auto; }
  .dl-inline dl > dd {
    margin-left: 1em; } }
@media (max-width: 959px) {
  .padding-sm {
    padding-left: 8px;
    padding-right: 8px; }

  .margin-sm {
    margin-left: 8px;
    margin-right: 8px; }

  .leftcol md-menu-content {
    margin-bottom: 8px; }

  .maincontent.flex-order-gt-sm-2 {
    margin-bottom: 8px; }

  .expandPullDown {
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 222px;
    z-index: 1;
    width: 100%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    animation: opacity 0.5s linear; }
    .expandPullDown .md-toolbar-tools {
      display: none; } }
@media (min-width: 600px) {
  .whiteframe > .contentWidth {
    padding-left: 24px;
    padding-right: 24px; }

  .xs-break .shipmin {
    height: 60px; }

  html {
    margin-top: 0 !important; } }
@media (max-width: 599px) {
  .bleeding-xs {
    padding-left: 0;
    padding-right: 0; }

  .padding-xs {
    padding-left: 8px;
    padding-right: 8px; }

  .layout-gt-xs-row > md-divider.show {
    border-top-width: 1px;
    border-right-width: 0; }

  .layout-gt-xs-row > md-divider.hidden {
    display: none; }

  .visible-xxs {
    display: inline-block; }

  .helptable.xs-break td {
    padding-left: 8px;
    padding-right: 8px; }

  .list-info th {
    min-width: 50% !important; }

  .xs-break .unbreak tr {
    display: table-row; }

  .xs-break .unbreak td {
    display: table-cell;
    width: auto; }

  .xs-break .shipmin {
    height: auto; }

  .msfont {
    font-size: 10px; }

  .smallTag {
    margin-left: 0; }

  .emailPreference > p {
    margin: -4px 0 32px 0; } }
@media (max-width: 419px) {
  .hide-xxs {
    display: none; }

  .bleeding-xxs {
    padding-left: 0;
    padding-right: 0; }

  .padding-xxs {
    padding-left: 8px;
    padding-right: 8px; } }
@media (max-width: 339px) {
  .center-xxxs {
    align: center; }

  .hide-xxxs {
    display: none; }

  .accessbar .md-button {
    padding: 0 8px; }

  recaptcha, .g-recaptcha {
    display: inline-block;
    margin-left: -24px;
    margin-right: 24px; }

  md-dialog-actions .md-button {
    font-size: 13px; } }
@page {
  size: A4; }
@media print {
  html, body {
    background: none;
    margin: 0; }

  .slide-menu-button,
  .accessbar,
  .carousel,
  md-menu-content.whiteframe,
  footer {
    display: none !important; } }
.bg-cover {
  background-size: cover; }

.bg-contain {
  background-size: contain; }

.bg-auto {
  background-size: auto; }

@media (min-width: 600px) {
  .bg-gt-xs-cover {
    background-size: cover; } }

@media (min-width: 960px) {
  .bg-gt-sm-cover {
    background-size: cover; } }

@media (min-width: 960px) {
  .bg-gt-sm-contain {
    background-size: contain; } }

.bg-no-repeat {
  background-repeat: no-repeat !important; }

.bg-center {
  background-position: center; }

.bg-x-center {
  background-position-x: center; }

.bg-y-center {
  background-position-y: center; }

.satisfactionSection .sectionBoxWarp a {
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
  margin-block-start: 19px;
  display: inline-block; }
.satisfactionSection .sectionBoxWarp .boxContentWrap {
  margin-block-start: 20px;
  flex-wrap: wrap;
  gap: 0 16px; }
  @media (min-width: 960px) {
    .satisfactionSection .sectionBoxWarp .boxContentWrap {
      flex-wrap: nowrap; } }
.satisfactionSection .sectionBoxWarp .boxContent {
  border-radius: 12px;
  padding: 22px 10px 19px;
  background-image: linear-gradient(to bottom, #f2fee9, #fff); }
  @media (min-width: 960px) {
    .satisfactionSection .sectionBoxWarp .boxContent {
      width: calc(100% / 6 - 8px); } }
  @media (max-width: 959px) {
    .satisfactionSection .sectionBoxWarp .boxContent {
      width: calc((100% - 32px)/3); } }
  @media (max-width: 419px) {
    .satisfactionSection .sectionBoxWarp .boxContent {
      width: calc(50% - 8px); } }
  .satisfactionSection .sectionBoxWarp .boxContent i {
    color: #22D20C;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .satisfactionSection .sectionBoxWarp .boxContent i:before {
      font-size: 40px; }
    .satisfactionSection .sectionBoxWarp .boxContent i.icon-order-refunds:before {
      padding-top: 1px; }
    .satisfactionSection .sectionBoxWarp .boxContent i.icon-customer-service:before {
      font-size: 39px;
      margin-block-start: -2px; }
  .satisfactionSection .sectionBoxWarp .boxContent span {
    margin-block-start: 8px;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    font-weight: bold; }
  .satisfactionSection .sectionBoxWarp .boxContent p {
    margin-block: 5px 0;
    font-size: 14px;
    line-height: 17px;
    color: #666; }

@media (min-width: 600px) {
  .newSatisfactionDialog {
    width: 450px;
    max-height: 90%; } }
.newSatisfactionDialog md-toolbar {
  min-height: auto; }
.newSatisfactionDialog .md-toolbar-tools {
  position: relative;
  padding-block: 20px;
  padding-inline: 36px;
  margin: 0; }
  .newSatisfactionDialog .md-toolbar-tools .closeButton {
    position: absolute;
    top: 0;
    inset-inline-end: 14px; }
  .newSatisfactionDialog .md-toolbar-tools h3, .newSatisfactionDialog .md-toolbar-tools h5 {
    font-weight: normal;
    margin: 0; }
  .newSatisfactionDialog .md-toolbar-tools h3 {
    font-size: 26px;
    line-height: 26px; }
  .newSatisfactionDialog .md-toolbar-tools h5 {
    font-size: 14px;
    line-height: 17px; }
.newSatisfactionDialog .dialogContentWrap {
  padding: 0 16px 30px 16px; }
.newSatisfactionDialog .satisfactionSection .sectionBoxWarp .boxContentWrap {
  flex-wrap: wrap !important; }
  .newSatisfactionDialog .satisfactionSection .sectionBoxWarp .boxContentWrap .boxContent {
    width: calc(100% / 2 - 8px); }
    .newSatisfactionDialog .satisfactionSection .sectionBoxWarp .boxContentWrap .boxContent:not(:last-child) {
      margin-right: 0 !important; }

.messageUs {
  position: fixed;
  z-index: 47;
  top: auto;
  bottom: 16px;
  inset-inline-end: calc((100vw - 1230px)/2 - 48px);
  width: 42px;
  height: 42px;
  border-radius: 100px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden; }
  .messageUs .md-button {
    -webkit-transition: border-radius 0.3s;
    transition: border-radius 0.3s;
    min-width: 100%;
    width: 100%;
    height: 42px;
    margin: 0 !important;
    padding: 0 !important;
    background: #22D20C;
    background: -moz-linear-gradient(90deg, #22D20C 0%, #23F20B 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #22D20C), color-stop(100%, #23F20B));
    background: -webkit-linear-gradient(90deg, #22D20C 0%, #23F20B 100%);
    background: -o-linear-gradient(90deg, #22D20C 0%, #23F20B 100%);
    background: -ms-linear-gradient(90deg, #22D20C 0%, #23F20B 100%);
    background: linear-gradient(90deg, #22D20C 0%, #23F20B 100%); }
    .messageUs .md-button:before {
      content: "\e91f";
      display: inline-block;
      margin: 0 auto 0;
      padding-top: 3px;
      color: #fff;
      font-family: 'CustomIcon';
      font-size: 26px;
      box-sizing: border-box; }
  @media only screen and (max-width: 1344px) {
    .messageUs {
      width: 40px;
      height: 40px;
      inset-inline-end: 0 !important;
      border-radius: 0px;
      border-end-start-radius: 8px;
      border-start-start-radius: 8px; } }
  .messageUs md-progress-circular path {
    stroke: #22D20C; }

.couponErrorPromptDialog {
  max-width: 425px;
  width: 90%; }
  .couponErrorPromptDialog .md-dialog-content {
    padding: 24px; }
  .couponErrorPromptDialog .md-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #333;
    margin-block: 0 18px; }
  .couponErrorPromptDialog .md-subhead {
    font-size: 14px;
    line-height: 17px;
    color: #333; }
  .couponErrorPromptDialog a, .couponErrorPromptDialog button {
    color: #61C958 !important; }

.oneDollarDealCouponErrorPromptDialog {
  max-width: 450px;
  width: 100%; }
  .oneDollarDealCouponErrorPromptDialog .md-dialog-content {
    padding-block: 20px 24px;
    padding-inline: 16px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 14px;
    line-height: 17px; }
  .oneDollarDealCouponErrorPromptDialog md-dialog-actions {
    padding-block: 12px 16px !important;
    padding-inline: 16px !important; }
    .oneDollarDealCouponErrorPromptDialog md-dialog-actions a, .oneDollarDealCouponErrorPromptDialog md-dialog-actions button {
      margin: 0 !important; }

.taxIDForm, .saudiArabiaCustoms, .turkeyCustoms, .taiwanCustoms {
  margin-block-start: 16px; }

.checkoutContainer .left-col .remark:has(+ md-input-container) {
  margin-block-end: 17px; }

[dir='auto'] {
  text-align: left; }

/* Firefox fix */
@-moz-document url-prefix() {
  .messageUs .md-button:before {
    padding-top: 5px; } }
.redBackground {
  background: #ec008c; }

/* Base styles
 ***************************************/
v-accordion {
  display: block; }

v-pane {
  display: block; }
  v-pane.is-expanded > v-pane-content > div {
    display: visible; }
  v-pane[disabled] > v-pane-header {
    opacity: 1;
    pointer-events: none; }

v-pane-header {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none; }
  v-pane-header:focus {
    outline: none; }
  v-pane-header > div {
    display: block;
    overflow: hidden; }

v-pane-content {
  display: block;
  position: relative;
  overflow: hidden;
  max-height: 0px; }
  v-pane-content > div {
    visibility: none; }

/* Theme: default
 ***************************************/
.vAccordion--default v-accordion {
  margin-top: 0;
  padding-left: 0; }
.vAccordion--default v-pane-content > div {
  padding-bottom: 0;
  transition: all 0.3s; }
.vAccordion--default v-pane {
  overflow: hidden; }
  .vAccordion--default v-pane.is-expanded > v-pane-header {
    border-bottom-color: #22D20C; }
    .vAccordion--default v-pane.is-expanded > v-pane-header::after {
      transform: rotate(90deg);
      opacity: 0; }
    .vAccordion--default v-pane.is-expanded > v-pane-header::before {
      transform: rotate(0deg); }
  .vAccordion--default v-pane[disabled] v-pane-header::after, .vAccordion--default v-pane[disabled] v-pane-header::before {
    display: none; }
  .vAccordion--default v-pane:not(.is-expanded) > v-pane-content {
    max-height: 0 !important; }
.vAccordion--default v-pane-header {
  padding-block: 5px;
  padding-inline: 0 16px;
  margin-bottom: 0;
  border-bottom: 1px solid #D8D8D8;
  transition: all 0.3s; }
  .vAccordion--default v-pane-header::after, .vAccordion--default v-pane-header::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    inset-inline-end: 0;
    width: 10px;
    height: 2px;
    margin-top: 0;
    background-color: #666;
    transform-origin: 50% 50%;
    will-change: transform;
    transition: all 0.3s; }
  .vAccordion--default v-pane-header::before {
    transform: rotate(-90deg); }
  .vAccordion--default v-pane-header:hover, .vAccordion--default v-pane-header:focus, .vAccordion--default v-pane-header:hover .verticleBar {
    color: #22D20C; }
.vAccordion--default.wLinkWrapper v-pane.is-expanded v-pane-header {
  font-weight: bold; }
.vAccordion--default.wLinkWrapper v-pane:not(.is-expanded) v-pane-header {
  border-bottom: none; }
.vAccordion--default.wLinkWrapper v-pane-header {
  border-top: 1px solid #f1f2f6;
  line-height: 16px;
  padding: 11px 0; }
  .vAccordion--default.wLinkWrapper v-pane-header:first-child {
    border-top: none; }

/* Theme: Blog
 ***************************************/
.vAccordion-blog v-accordion {
  margin-top: 0;
  padding-left: 0; }
.vAccordion-blog v-pane-content > div {
  padding: 0 0 8px 20px;
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: all 0.3s;
  border-bottom: 1px dashed #D8D8D8; }
.vAccordion-blog v-pane {
  overflow: hidden; }
  .vAccordion-blog v-pane.is-expanded > v-pane-header {
    color: #22D20C; }
    .vAccordion-blog v-pane.is-expanded > v-pane-header::before {
      transform: rotate(90deg); }
  .vAccordion-blog v-pane.is-expanded > v-pane-content > div {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .vAccordion-blog v-pane[disabled] v-pane-header::before {
    color: #999; }
.vAccordion-blog v-pane-header {
  padding: 8px 0 8px 20px;
  margin-bottom: 0;
  transition: all 0.3s; }
  .vAccordion-blog v-pane-header::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10.38px;
    border-color: transparent transparent transparent #333;
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    left: 2px;
    transform-origin: 50% 50%;
    will-change: transform;
    transition: all 0.3s; }
  .vAccordion-blog v-pane-header:hover, .vAccordion-blog v-pane-header:focus {
    color: #22D20C; }

/* USAGE
@include when-xxxs  {background:#09f} (0 to 339px)
@include when-xxs   {background:#09f} (0 to 419px)
@include when-xs    {background:#09f} (0 to 599px)
@include when-gt-xs {background:#09f} (600px to screen size)
@include when-sm    {background:#f00} (0 to 959px)
@include when-gt-sm {background:#363} (960px to screen size)
*/
@keyframes aniGradientBG {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
/* Usage
   parent container applies: position:relative;
   child add: @include centerer;
*/
.serif, .main-register-box .main-register-content h4, .main-register-box .main-register-content h3, .headingWrapper h1, .pageHeading h1, .md-toolbar-tools.toolbarGradient h2, .finalClearance, .springFestival, .lowStock, .BulkPurchase, .trialSize, .hiddenDeal, .preOrder, .influencerPicks, .bogo, .stockClearance, .viewportLock .menuTitle, .newSatisfactionDialog .md-toolbar-tools h3, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorBadgeWrapper, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer discount {
  font-family: 'All Round Gothic', 'Hiragino Maru Gothic Pro', 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif; }

[class*="profileicon"] {
  display: inline-block; }
  [class*="profileicon"]:before {
    display: inline-block;
    vertical-align: middle;
    font-family: 'ProfileIcon';
    font-size: 1.2em;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  [class*="profileicon"], [class*="profileicon"]:hover {
    text-decoration: none; }
  [class*="profileicon"] > * {
    vertical-align: middle; }

.select-icon {
  -webkit-transform: scale(1, 0.5);
  -ms-transform: scale(1, 0.5);
  transform: scale(1, 0.5);
  font-size: 13px; }

.material-icons {
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .material-icons.revert {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.profileicon-normal:before {
  content: "\f000"; }

.profileicon-oily:before, .profileicon-oiliness:before {
  content: "\f001"; }

.profileicon-dry:before, .profileicon-dryness:before {
  content: "\f002"; }

.profileicon-combination:before {
  content: "\f003"; }

.profileicon-acne:before {
  content: "\f004"; }

.profileicon-antiaging:before {
  content: "\f005"; }

.profileicon-blackheads:before {
  content: "\f006"; }

.profileicon-darkspothyperpigmentation:before {
  content: "\f007"; }

.profileicon-dullness:before {
  content: "\f008"; }

.profileicon-darkeyecircles:before {
  content: "\f009"; }

.profileicon-finelineswrinkles:before {
  content: "\f00a"; }

.profileicon-pores:before {
  content: "\f00b"; }

.profileicon-redness:before {
  content: "\f00c"; }

.profileicon-sensitivity:before {
  content: "\f00d"; }

.profileicon-texturedskin:before {
  content: "\f00e"; }

.profileicon-unevenskintones:before {
  content: "\f010"; }

.profileicon-male:before {
  content: "\f183"; }

.profileicon-female:before {
  content: "\f182"; }

.beautyicon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-inline-end: 8px;
  border-radius: 4px; }
  .beautyicon.fair {
    background-color: #FFEAE5; }
  .beautyicon.light {
    background-color: #F9ECDC; }
  .beautyicon.lightmedium {
    background-color: #F2CAB1; }
  .beautyicon.medium {
    background-color: #EBB988; }
  .beautyicon.tan {
    background-color: #DA9061; }
  .beautyicon.deep {
    background-color: #C98D5B; }
  .beautyicon.verydeep {
    background-color: #773527; }
  .beautyicon.olive {
    background-color: #8B4429; }
  .beautyicon.mediumdeep {
    background-color: #602513; }
  .beautyicon.black {
    background: -webkit-linear-gradient(160deg, #a0a0a0, #000000);
    background: -o-linear-gradient(160deg, #a0a0a0, #000000);
    background: -moz-linear-gradient(160deg, #a0a0a0, #000000);
    background: -ms-linear-gradient(160deg, #a0a0a0, #000000);
    background: linear-gradient(160deg, #a0a0a0, #000000); }
  .beautyicon.blue {
    background: -webkit-linear-gradient(160deg, #007fff, #10ddff);
    background: -o-linear-gradient(160deg, #007fff, #10ddff);
    background: -moz-linear-gradient(160deg, #007fff, #10ddff);
    background: -ms-linear-gradient(160deg, #007fff, #10ddff);
    background: linear-gradient(160deg, #10ddff, #007fff); }
  .beautyicon.brown {
    background: -webkit-linear-gradient(160deg, #482d1c, #ac7348);
    background: -o-linear-gradient(160deg, #482d1c, #ac7348);
    background: -moz-linear-gradient(160deg, #482d1c, #ac7348);
    background: -ms-linear-gradient(160deg, #482d1c, #ac7348);
    background: linear-gradient(160deg, #ac7348, #482d1c); }
  .beautyicon.green {
    background: linear-gradient(160deg, #77e9b9, #2dcc5e); }
  .beautyicon.grey {
    background: linear-gradient(160deg, #bcbcbc, #6b6b6b); }
  .beautyicon.hazel {
    background: linear-gradient(160deg, #bbb196, #5a491b); }
  .beautyicon.blonde {
    background: linear-gradient(160deg, #fef3d0, #f9d558); }
  .beautyicon.grey {
    background: linear-gradient(160deg, #bcbcbc, #6b6b6b); }
  .beautyicon.red {
    background: linear-gradient(160deg, #a31414, #410808); }
  .beautyicon.fashioncolor {
    background: linear-gradient(160deg, #ffaac4, #ffadff, #babaff, #96fafa, #beffbe, #ffffb1, #ffaac4); }

.no-circle-option md-radio-button .md-container, .no-circle-option md-checkbox .md-container {
  display: none; }
.no-circle-option md-radio-button .md-label, .no-circle-option md-checkbox .md-label {
  margin-inline-start: 0; }

[class*="profileicon"] {
  font-size: 16px;
  margin-inline-end: 6px; }
  [class*="profileicon"]:before {
    position: relative;
    top: -2px; }

.beautyprofile-result {
  margin-bottom: 30px; }
  .beautyprofile-result .layout-column {
    padding-inline-end: 8px; }
    .beautyprofile-result .layout-column div {
      padding: 3px 0; }
  @media (max-width: 599px) {
    .beautyprofile-result {
      padding: 0 12px; } }
  .beautyprofile-result .md-button {
    margin-top: 20px; }
  .beautyprofile-result .beautyprofile-result-title {
    padding: 0;
    font-size: 12px;
    margin-top: 15px; }
    @media (max-width: 599px) {
      .beautyprofile-result .beautyprofile-result-title {
        margin-top: 15px;
        margin-bottom: 3px; } }
  .beautyprofile-result .divider {
    border-top: solid 1px #c0c0c0;
    margin-bottom: 10px;
    margin-top: 25px; }

.beautydialog .generalTapWrapper h3 {
  margin-top: 0;
  font-size: 16px; }
  .beautydialog .generalTapWrapper h3 span {
    font-weight: normal;
    color: #8e8e8e;
    font-size: 14px; }
.beautydialog .generalTapWrapper p {
  color: #4caf50;
  padding-top: 0;
  font-weight: bold; }
.beautydialog .generalTapWrapper .md-dialog-content {
  padding-bottom: 0; }
.beautydialog .generalTapWrapper .slash-padding {
  padding: 0 16px; }
.beautydialog .generalTapWrapper .three-in-column {
  height: 110px;
  padding-bottom: 0; }
.beautydialog .generalTapWrapper .four-in-column {
  height: 150px;
  padding-bottom: 0; }
.beautydialog .generalTapWrapper .five-in-column {
  height: 190px;
  padding-bottom: 0; }
.beautydialog .generalTapWrapper .seven-in-column {
  height: 280px;
  padding-bottom: 0; }
  @media (max-width: 599px) {
    .beautydialog .generalTapWrapper .seven-in-column {
      height: auto; } }
.beautydialog .generalTapWrapper md-radio-group *:focus {
  outline: none;
  border: 0; }
.beautydialog .generalTapWrapper md-radio-button .md-label, .beautydialog .generalTapWrapper md-checkbox .md-label {
  display: inline-flex;
  vertical-align: middle; }
  .beautydialog .generalTapWrapper md-radio-button .md-label span, .beautydialog .generalTapWrapper md-checkbox .md-label span {
    line-height: 20px; }
.beautydialog .generalTapWrapper md-radio-button.md-checked .md-label, .beautydialog .generalTapWrapper md-checkbox.md-checked .md-label {
  color: #4caf50;
  font-weight: bold; }
.beautydialog .generalTapWrapper md-radio-button.md-checked .beautyicon, .beautydialog .generalTapWrapper md-checkbox.md-checked .beautyicon {
  border-radius: 1px;
  box-shadow: 0 0 0 3px #4caf50; }
.beautydialog .generalTapWrapper md-radio-button.equalWidth, .beautydialog .generalTapWrapper md-checkbox.equalWidth {
  width: 50%; }
.beautydialog .generalTapWrapper md-input-container {
  margin: 0 0 8px 0; }
  .beautydialog .generalTapWrapper md-input-container input {
    width: 60px; }
@media (max-width: 599px) {
  .beautydialog .generalTapWrapper md-slider .md-slider-wrapper {
    touch-action: none !important; } }
.beautydialog .generalTapWrapper actionrow .md-button.icon-angle-left, .beautydialog .generalTapWrapper actionrow html[dir=rtl] .breadcrumbs li.md-button, html[dir=rtl] .breadcrumbs .beautydialog .generalTapWrapper actionrow li.md-button {
  border: solid 1px #c0c0c0;
  color: #666; }
.beautydialog .generalTapWrapper actionrow .md-button.md-raised, .beautydialog .generalTapWrapper actionrow .md-button.md-raised:not([disabled]) {
  box-shadow: none; }
.beautydialog .generalTapWrapper actionrow .icon-angle-left:before, .beautydialog .generalTapWrapper actionrow html[dir=rtl] .breadcrumbs li:before, html[dir=rtl] .breadcrumbs .beautydialog .generalTapWrapper actionrow li:before {
  margin-inline-end: 5px;
  position: relative;
  top: -2px; }

html[dir=rtl] {
  /* To be remove - After LotInfo One Link Task */ }
  html[dir=rtl] body {
    font-family: tahoma, Arial, "Noto Sans", Helvetica,'Microsoft YaHei',sans-serif; }
  @media (min-width: 960px) {
    html[dir=rtl] header md-sidenav {
      left: 0; }
    html[dir=rtl] header md-tabs-wrapper {
      right: 200px; }
    html[dir=rtl] header .category > li {
      margin-left: 0;
      margin-right: 8px; } }
  html[dir=rtl] .pullDownMenu span:after {
    float: left; }
  html[dir=rtl] .table th, html[dir=rtl] .videoHighlights {
    text-align: right; }
  html[dir=rtl] .noIndent, html[dir=rtl] .helptable ul, html[dir=rtl] .alert ul {
    padding-left: 0;
    padding-right: 16px;
    margin-right: 0; }
  @media (min-width: 960px) {
    html[dir=rtl] .maincontent {
      margin-left: 0;
      margin-right: 3px; } }
  html[dir=rtl] .round-btn-wrapper.medium .round-btn:first-child, html[dir=rtl] .round-btn-wrapper.medium .round-btn:last-child {
    margin-left: 5px;
    margin-right: 0; }
  html[dir=rtl] .pill-btn, html[dir=rtl] a.pill-btn {
    margin-right: 0;
    margin-left: 4px; }
  html[dir=rtl] .left {
    left: auto;
    right: 0; }
  html[dir=rtl] .right {
    right: auto;
    left: 0; }
  html[dir=rtl] .breadcrumbs li:before {
    float: left;
    margin-left: 8px;
    margin-right: 8px; }
  html[dir=rtl] .headingWrapper h1, html[dir=rtl] .pageHeading h1, html[dir=rtl] .pageHeading h1 {
    margin-left: 18px;
    margin-right: 0; }
  @media (min-width: 960px) {
    html[dir=rtl] .productHeading .pill-btn-wrapper {
      right: auto;
      left: 0; } }
  html[dir=rtl] .headingContent {
    padding-right: 0;
    padding-left: 0; }
    @media (min-width: 960px) {
      html[dir=rtl] .headingContent {
        padding-left: 20px; } }
  html[dir=rtl] .parentSection .childColumn {
    padding-right: 16px;
    padding-left: 30px; }
    html[dir=rtl] .parentSection .childColumn .icon, html[dir=rtl] .parentSection .childColumn .breadcrumbs li:before, .breadcrumbs html[dir=rtl] .parentSection .childColumn li:before {
      right: auto;
      left: 16px; }
    html[dir=rtl] .parentSection .childColumn.yesstylist, html[dir=rtl] .parentSection .childColumn.flashDeal, html[dir=rtl] .parentSection .childColumn.giftWrapping {
      padding-right: 16px;
      padding-left: 16px; }
      html[dir=rtl] .parentSection .childColumn.yesstylist .icon, html[dir=rtl] .parentSection .childColumn.yesstylist .breadcrumbs li:before, .breadcrumbs html[dir=rtl] .parentSection .childColumn.yesstylist li:before, html[dir=rtl] .parentSection .childColumn.flashDeal .icon, html[dir=rtl] .parentSection .childColumn.flashDeal .breadcrumbs li:before, .breadcrumbs html[dir=rtl] .parentSection .childColumn.flashDeal li:before, html[dir=rtl] .parentSection .childColumn.giftWrapping .icon, html[dir=rtl] .parentSection .childColumn.giftWrapping .breadcrumbs li:before, .breadcrumbs html[dir=rtl] .parentSection .childColumn.giftWrapping li:before {
        right: auto;
        left: -1px; }
      html[dir=rtl] .parentSection .childColumn.yesstylist a.visitLanding, html[dir=rtl] .parentSection .childColumn.flashDeal a.visitLanding, html[dir=rtl] .parentSection .childColumn.giftWrapping a.visitLanding {
        padding-right: 0;
        padding-left: 15px; }
        html[dir=rtl] .parentSection .childColumn.yesstylist a.visitLanding:hover .icon, html[dir=rtl] .parentSection .childColumn.yesstylist a.visitLanding:hover .breadcrumbs li:before, .breadcrumbs html[dir=rtl] .parentSection .childColumn.yesstylist a.visitLanding:hover li:before, html[dir=rtl] .parentSection .childColumn.flashDeal a.visitLanding:hover .icon, html[dir=rtl] .parentSection .childColumn.flashDeal a.visitLanding:hover .breadcrumbs li:before, .breadcrumbs html[dir=rtl] .parentSection .childColumn.flashDeal a.visitLanding:hover li:before, html[dir=rtl] .parentSection .childColumn.giftWrapping a.visitLanding:hover .icon, html[dir=rtl] .parentSection .childColumn.giftWrapping a.visitLanding:hover .breadcrumbs li:before, .breadcrumbs html[dir=rtl] .parentSection .childColumn.giftWrapping a.visitLanding:hover li:before {
          right: auto;
          left: -4px; }
    html[dir=rtl] .parentSection .childColumn.blockLink {
      padding: 0; }
      @media (min-width: 960px) {
        html[dir=rtl] .parentSection .childColumn.blockLink {
          margin-left: 0;
          margin-right: 1px; }
          html[dir=rtl] .parentSection .childColumn.blockLink:first-child {
            margin-right: 0; } }
      @media (min-width: 1280px) {
        html[dir=rtl] .parentSection .childColumn.blockLink {
          margin-right: 0; } }
      html[dir=rtl] .parentSection .childColumn.blockLink a {
        padding-right: 16px;
        padding-left: 41px; }
        html[dir=rtl] .parentSection .childColumn.blockLink a:hover .icon, html[dir=rtl] .parentSection .childColumn.blockLink a:hover .breadcrumbs li:before, .breadcrumbs html[dir=rtl] .parentSection .childColumn.blockLink a:hover li:before {
          right: auto;
          left: 13px; }
      html[dir=rtl] .parentSection .childColumn.blockLink .md-button.imageZoom {
        right: auto;
        left: 0; }
        html[dir=rtl] .parentSection .childColumn.blockLink .md-button.imageZoom:before {
          right: auto;
          left: 50%;
          margin-right: 0;
          margin-left: -9px;
          padding-right: 0;
          padding-left: 1px; }
  html[dir=rtl] .parentSection a.childColumn:hover .icon, html[dir=rtl] .parentSection a.childColumn:hover .breadcrumbs li:before, .breadcrumbs html[dir=rtl] .parentSection a.childColumn:hover li:before {
    right: auto;
    left: 13px; }
  html[dir=rtl] .ysSection.tagRow .sectionContent {
    padding-left: 0;
    padding-right: 4px;
    border: none;
    border-right: 1px solid #f1f2f6; }
  html[dir=rtl] .pill-btn-wrapper .icon:before, html[dir=rtl] .pill-btn-wrapper .breadcrumbs li:before, .breadcrumbs html[dir=rtl] .pill-btn-wrapper li:before {
    margin-right: 0;
    margin-left: 5px; }
  html[dir=rtl] .pill-btn.brandLanding .icon, html[dir=rtl] .pill-btn.brandLanding .breadcrumbs li:before, .breadcrumbs html[dir=rtl] .pill-btn.brandLanding li:before {
    margin-right: 6px;
    margin-left: -5px; }
    html[dir=rtl] .pill-btn.brandLanding .icon:before, html[dir=rtl] .pill-btn.brandLanding .breadcrumbs li:before, .breadcrumbs html[dir=rtl] .pill-btn.brandLanding li:before {
      margin-top: 0; }
  html[dir=rtl] .arrowLinkWrapper a .icon, html[dir=rtl] .arrowLinkWrapper a .breadcrumbs li:before, .breadcrumbs html[dir=rtl] .arrowLinkWrapper a li:before, html[dir=rtl] .arrowLink .icon, html[dir=rtl] .arrowLink .breadcrumbs li:before, .breadcrumbs html[dir=rtl] .arrowLink li:before {
    right: auto;
    left: 2px; }
  html[dir=rtl] .arrowLinkWrapper a:hover .icon, html[dir=rtl] .arrowLinkWrapper a:hover .breadcrumbs li:before, .breadcrumbs html[dir=rtl] .arrowLinkWrapper a:hover li:before, html[dir=rtl] .arrowLink:hover .icon, html[dir=rtl] .arrowLink:hover .breadcrumbs li:before, .breadcrumbs html[dir=rtl] .arrowLink:hover li:before {
    right: auto;
    left: -2px; }
  html[dir=rtl] .main-banner div[class*="layout-align-gt-sm-end-"] {
    justify-content: right; }
  html[dir=rtl] .main-banner div[class*="layout-align-gt-sm-start-"] {
    justify-content: left; }
  html[dir=rtl] .unitPrice span {
    margin-left: 0;
    margin-right: 6px; }
  html[dir=rtl] .unitPrice .discount {
    margin-right: 0;
    margin-left: 15px; }
    html[dir=rtl] .unitPrice .discount ~ .countdown {
      margin-left: 0;
      margin-right: -9px; }
  html[dir=rtl] .unitPrice .countdown {
    border: none;
    border-right: 1px solid #ddd;
    padding-left: 0;
    padding-right: 8px; }
  html[dir=rtl] .unitPrice .timerWrapper span {
    margin-left: 0;
    margin-right: -3px; }
  html[dir=rtl] .buyingOption {
    margin-right: 1px;
    margin-left: 0; }
    @media (max-width: 1279px) {
      html[dir=rtl] .buyingOption {
        margin-left: 0; } }
    @media (min-width: 1280px) {
      html[dir=rtl] .buyingOption {
        margin-left: 10px; } }
  html[dir=rtl] .sizeMessurement {
    margin-left: 0;
    margin-right: 12px; }
  html[dir=rtl] .roundCornerSelect {
    padding-left: 35px;
    padding-right: 11px; }
    html[dir=rtl] .roundCornerSelect:after {
      right: auto;
      left: 9px; }
  html[dir=rtl] .cartButtonWrapper .addToBag, html[dir=rtl] .actionButtonWrapper .addToBag {
    margin-right: 0;
    margin-left: 16px; }
  html[dir=rtl] .md-button.addToBag, html[dir=rtl] .md-button.saveForLater, html[dir=rtl] .md-button.submitReview {
    padding-right: 11px;
    padding-left: 38px;
    text-align: right; }
    html[dir=rtl] .md-button.addToBag .icon, html[dir=rtl] .md-button.addToBag .breadcrumbs li:before, .breadcrumbs html[dir=rtl] .md-button.addToBag li:before, html[dir=rtl] .md-button.saveForLater .icon, html[dir=rtl] .md-button.saveForLater .breadcrumbs li:before, .breadcrumbs html[dir=rtl] .md-button.saveForLater li:before, html[dir=rtl] .md-button.submitReview .icon, html[dir=rtl] .md-button.submitReview .breadcrumbs li:before, .breadcrumbs html[dir=rtl] .md-button.submitReview li:before {
      right: auto;
      left: 11px; }
  html[dir=rtl] .videolink {
    margin-right: 0;
    margin-left: 16px; }
  html[dir=rtl] md-toast.bagToast {
    text-align: right; }
    html[dir=rtl] md-toast.bagToast .md-button {
      margin-right: 0;
      margin-left: 10px; }
      html[dir=rtl] md-toast.bagToast .md-button:first-child {
        margin-right: 0; }
      html[dir=rtl] md-toast.bagToast .md-button:last-child {
        margin-left: 0; }
  html[dir=rtl] md-toast .round-btn-wrapper {
    width: 100%; }
  @media (min-width: 960px) {
    html[dir=rtl] .InBagToastStickyWrapper md-toast.bagToast {
      left: 0;
      right: auto; }
      html[dir=rtl] .InBagToastStickyWrapper md-toast.bagToast .md-toast-content, html[dir=rtl] .InBagToastStickyWrapper md-toast.bagToast .round-btn-wrapper {
        text-align: right; } }
  html[dir=rtl] v-pane.ys-mini-accordion v-pane-header {
    padding-right: 0;
    padding-left: 16px; }
  html[dir=rtl] v-pane.ys-single-accordion v-pane-header:after, html[dir=rtl] v-pane.ys-single-accordion v-pane-header:before {
    right: auto;
    left: 0; }
  html[dir=rtl] v-pane.ys-multiple-accordion v-pane-header:after, html[dir=rtl] v-pane.ys-multiple-accordion v-pane-header:before {
    right: auto;
    left: 13px; }
  html[dir=rtl] v-pane.ys-multiple-accordion ul {
    margin-left: 13px;
    margin-right: 16px; }
  html[dir=rtl] v-pane.ys-multiple-accordion md-checkbox .md-container {
    right: 2px; }
  html[dir=rtl] v-pane.ys-checkbox.color md-checkbox {
    padding-right: 0;
    padding-left: 24px; }
    html[dir=rtl] v-pane.ys-checkbox.color md-checkbox:after {
      right: auto;
      left: 0; }
  html[dir=rtl] v-pane.ys-checkbox.color.ys-scroller md-checkbox:after {
    right: auto;
    left: 6px; }
  html[dir=rtl] footer .sna v-pane:first-child {
    margin-right: 0;
    margin-left: 1em; }
  html[dir=rtl] footer .snslist li {
    margin-right: 0;
    margin-left: 0.5em; }
  html[dir=rtl] footer .vAccordion--default v-pane-header {
    padding-left: 16px;
    padding-right: 0; }
  html[dir=rtl] .md-ys-theme.roundCorner md-select .md-select-value, html[dir=rtl]:focus:not([disabled]) .md-select-value {
    padding-right: 10px;
    padding-left: 4px; }
  html[dir=rtl] md-radio-group md-radio-button:last-of-type {
    margin-left: 1em; }
  html[dir=rtl] .md-toolbar-tools > .md-button:last-child {
    margin-left: -8px; }
  html[dir=rtl] md-dialog md-dialog-actions {
    padding-left: 16px; }
    html[dir=rtl] md-dialog md-dialog-actions .md-button.addToBag {
      margin-right: 0;
      margin-left: 8px; }
    html[dir=rtl] md-dialog md-dialog-actions .md-button.submitReview {
      margin-right: 0; }
  html[dir=rtl] md-dialog.yscs .md-toolbar-tools .md-button.closeButton {
    right: auto;
    left: 16px; }
  html[dir=rtl] .satisfactionPanel .closeButton {
    right: auto;
    left: -2px; }
  html[dir=rtl] .productGrid .icon-angle-left, html[dir=rtl] .productGrid .breadcrumbs li, html[dir=rtl] .breadcrumbs .productGrid li {
    left: auto;
    right: -16px; }
  html[dir=rtl] .productGrid .icon-angle-right, html[dir=rtl] .productGrid .breadcrumbs li, .breadcrumbs html[dir=rtl] .productGrid li {
    right: auto;
    left: -16px; }
  html[dir=rtl] .stackButton {
    right: auto;
    left: 16px; }
  html[dir=rtl] .md-button.stackButton, html[dir=rtl] .md-button.backToTop {
    right: auto;
    left: 0; }
  html[dir=rtl] .md-button.stackButton {
    padding-right: 5px;
    padding-left: 4px;
    border-radius: 0 3px 3px 0; }
  html[dir=rtl] .md-button.backToTop {
    right: auto;
    left: -2px;
    border-radius: 0 50px 50px 0; }
  html[dir=rtl] .ratingRow {
    margin-right: -5px;
    text-align: right; }
    html[dir=rtl] .ratingRow.large {
      margin-right: -9px; }
      html[dir=rtl] .ratingRow.large:before, html[dir=rtl] .ratingRow.large .icon:before, html[dir=rtl] .ratingRow.large .breadcrumbs li:before, .breadcrumbs html[dir=rtl] .ratingRow.large li:before {
        padding-left: 4px;
        padding-right: 0; }
    html[dir=rtl] .ratingRow > .colored {
      left: auto;
      right: 0; }
  html[dir=rtl] .ratingMessage {
    margin-left: 0;
    margin-right: 16px; }
  html[dir=rtl] .ratingValue {
    margin-left: 0;
    margin-right: 16px; }
  html[dir=rtl] .circularWrapper .ratingValue {
    margin-left: 16px; }
  html[dir=rtl] .chartRow .reviewCount {
    padding-left: 0;
    padding-right: 8px; }
  html[dir=rtl] .scrollspyNav .md-button.addToBag {
    padding-right: 0;
    padding-left: 0;
    text-align: center; }
    @media (min-width: 960px) {
      html[dir=rtl] .scrollspyNav .md-button.addToBag {
        right: auto;
        left: 0;
        padding-right: 16px;
        padding-leftt: 38px;
        text-align: right; }
        html[dir=rtl] .scrollspyNav .md-button.addToBag .icon, html[dir=rtl] .scrollspyNav .md-button.addToBag .breadcrumbs li:before, .breadcrumbs html[dir=rtl] .scrollspyNav .md-button.addToBag li:before {
          right: auto;
          left: 11px; } }
  html[dir=rtl] .scrollspyNav.sticky {
    top: 88px; }
    @media (min-width: 960px) {
      html[dir=rtl] .scrollspyNav.sticky {
        top: 150px; } }
  html[dir=rtl] .reviewOption .remark {
    text-align: left; }
  @media (min-width: 600px) {
    html[dir=rtl] .reviewOption .writeReview {
      text-align: left; } }
  html[dir=rtl] .reviewHead .ratingRow {
    margin-left: 5px; }
  html[dir=rtl] .round-btn-wrapper.round-btn-group {
    margin-right: 0; }
    html[dir=rtl] .round-btn-wrapper.round-btn-group:not(.writeReview) {
      margin-left: -3px; }
    html[dir=rtl] .round-btn-wrapper.round-btn-group .round-btn.md-button:first-child {
      margin-left: -1px;
      border-radius: 0 4px 4px 0; }
    html[dir=rtl] .round-btn-wrapper.round-btn-group .round-btn.md-button:last-child {
      margin-right: -1px;
      border-radius: 4px 0 0 4px; }
    html[dir=rtl] .round-btn-wrapper.round-btn-group .round-btn.md-button.md-primary {
      border-right: 0;
      border-left: 1px solid rgba(0, 0, 0, 0.2); }
      html[dir=rtl] .round-btn-wrapper.round-btn-group .round-btn.md-button.md-primary:first-child {
        margin-left: 0; }
      html[dir=rtl] .round-btn-wrapper.round-btn-group .round-btn.md-button.md-primary:last-child {
        margin-right: 0;
        border-left: 0; }
  html[dir=rtl] .itemStatus {
    font-size: 14px; }
  html[dir=rtl] .buyingOption .roundCornerSelect span:after {
    right: auto;
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 50%); }
  html[dir=rtl] .itemCover a.flag-bg:before {
    right: auto;
    left: 6px; }
  @media (min-width: 960px) {
    html[dir=rtl] .leftContent {
      margin-right: 0;
      margin-left: 3px; } }
  html[dir=rtl] .refineRow .icon-check {
    right: auto;
    left: 6px; }
  html[dir=rtl] .buttonGroup .resetRadius .round-btn {
    margin-left: 0;
    border-radius: 0 4px 4px 0; }
  html[dir=rtl] .buttonGroup .resetRadius + div .round-btn {
    margin-right: -1px !important;
    border-radius: 4px 0 0 4px; }
  html[dir=rtl] .colorOption .colorFamily, html[dir=rtl] .colorOption v-pane.ys-checkbox.color md-checkbox, v-pane.ys-checkbox.color html[dir=rtl] .colorOption md-checkbox {
    margin-right: 0;
    margin-left: 3px; }
  html[dir=rtl] .brandListWrapper .ysSection .sectionHeading {
    padding-left: 0;
    padding-right: 24px; }
  html[dir=rtl] .brandListWrapper .ysSection.tagRow .sectionContent {
    border-right: none; }
  @media (max-width: 599px) {
    html[dir=rtl] .ysColumnGrid.cardColumnGrid .itemContainer:nth-child(2n-1) {
      padding-left: 8px; }
    html[dir=rtl] .ysColumnGrid.cardColumnGrid .itemContainer:nth-child(2n) {
      padding-right: 8px;
      border-right: 1px solid #f1f2f6; } }
  @media (min-width: 600px) {
    html[dir=rtl] .ysColumnGrid.cardColumnGrid .itemContainer:nth-child(4n-3) {
      padding-right: 16px;
      padding-left: 8px; }
    html[dir=rtl] .ysColumnGrid.cardColumnGrid .itemContainer:nth-child(4n+4) {
      padding-right: 8px;
      padding-left: 16px;
      border-right: 1px solid #f1f2f6; } }
  @media (min-width: 960px) {
    html[dir=rtl] .ysColumnGrid.cardColumnGrid .itemContainer:nth-child(4n-3), html[dir=rtl] .ysColumnGrid.cardColumnGrid .itemContainer:nth-child(4n+4) {
      border: 1px solid #f1f2f6;
      border-left: none; }
    html[dir=rtl] .ysColumnGrid.cardColumnGrid .itemContainer:nth-child(6n-5) {
      padding-right: 16px;
      padding-left: 8px; }
    html[dir=rtl] .ysColumnGrid.cardColumnGrid .itemContainer:nth-child(6n+6) {
      padding-right: 8px;
      padding-left: 16px;
      border-right: 1px solid #f1f2f6; } }
  @media (min-width: 600px) and (max-width: 750px) {
    html[dir=rtl] .ysColumnGrid.cardColumnGrid .itemContainer {
      width: 33.3333333333%; }
      html[dir=rtl] .ysColumnGrid.cardColumnGrid .itemContainer:nth-child(4n-3), html[dir=rtl] .ysColumnGrid.cardColumnGrid .itemContainer:nth-child(4n+4) {
        border: 1px solid #f1f2f6;
        border-left: none; }
      html[dir=rtl] .ysColumnGrid.cardColumnGrid .itemContainer:nth-child(3n-2) {
        padding-right: 16px;
        padding-left: 8px; }
      html[dir=rtl] .ysColumnGrid.cardColumnGrid .itemContainer:nth-child(3n+3) {
        padding-right: 8px;
        padding-left: 16px;
        border-right: 1px solid #f1f2f6; } }
  @media (min-width: 960px) {
    html[dir=rtl] .bagContent {
      margin-left: 10px;
      margin-right: 0; } }
  html[dir=rtl] .bagWrapper .childColumn {
    padding-right: 16px;
    padding-left: 16px; }
    html[dir=rtl] .bagWrapper .childColumn .icon, html[dir=rtl] .bagWrapper .childColumn .breadcrumbs li:before, .breadcrumbs html[dir=rtl] .bagWrapper .childColumn li:before {
      right: auto;
      left: 16px; }
      html[dir=rtl] .bagWrapper .childColumn .icon:hover, html[dir=rtl] .bagWrapper .childColumn .breadcrumbs li:hover:before, .breadcrumbs html[dir=rtl] .bagWrapper .childColumn li:hover:before {
        left: 13px; }
    html[dir=rtl] .bagWrapper .childColumn a.visitLanding {
      padding-right: 0;
      padding-left: 15px; }
      html[dir=rtl] .bagWrapper .childColumn a.visitLanding:hover .icon, html[dir=rtl] .bagWrapper .childColumn a.visitLanding:hover .breadcrumbs li:before, .breadcrumbs html[dir=rtl] .bagWrapper .childColumn a.visitLanding:hover li:before {
        right: auto;
        left: -4px; }
  html[dir=rtl] .checkoutBlock .childColumn.summarySection {
    padding-left: 0;
    padding-right: 0; }
    html[dir=rtl] .checkoutBlock .childColumn.summarySection .nowrap, html[dir=rtl] .checkoutBlock .childColumn.summarySection ul.square a.help, ul.square html[dir=rtl] .checkoutBlock .childColumn.summarySection a.help, html[dir=rtl] .checkoutBlock .childColumn.summarySection .headingDescription ul a.help, .headingDescription ul html[dir=rtl] .checkoutBlock .childColumn.summarySection a.help, html[dir=rtl] .checkoutBlock .childColumn.summarySection v-pane.ys-mini-accordion ul a.help, v-pane.ys-mini-accordion ul html[dir=rtl] .checkoutBlock .childColumn.summarySection a.help, html[dir=rtl] .checkoutBlock .childColumn.summarySection .welcomepop .welcomeContent .frenchOpening a, .welcomepop .welcomeContent .frenchOpening html[dir=rtl] .checkoutBlock .childColumn.summarySection a, html[dir=rtl] .checkoutBlock .childColumn.summarySection .welcomepop .welcomeContent.wechatfollow a, .welcomepop .welcomeContent.wechatfollow html[dir=rtl] .checkoutBlock .childColumn.summarySection a {
      padding-left: 0;
      padding-right: 6px; }
    html[dir=rtl] .checkoutBlock .childColumn.summarySection .md-button {
      margin: 0; }
  html[dir=rtl] .checkoutBlock .childColumn.blockLink {
    margin-right: 0; }
    html[dir=rtl] .checkoutBlock .childColumn.blockLink a {
      padding-left: 26px;
      padding-right: 11px; }
      @media (min-width: 960px) {
        html[dir=rtl] .checkoutBlock .childColumn.blockLink a {
          padding-left: 28px;
          padding-right: 13px; } }
      html[dir=rtl] .checkoutBlock .childColumn.blockLink a .icon-angle-right, html[dir=rtl] .checkoutBlock .childColumn.blockLink a .breadcrumbs li, .breadcrumbs html[dir=rtl] .checkoutBlock .childColumn.blockLink a li {
        right: auto;
        left: 13px; }
      html[dir=rtl] .checkoutBlock .childColumn.blockLink a:hover .icon-angle-right, html[dir=rtl] .checkoutBlock .childColumn.blockLink a:hover .breadcrumbs li, .breadcrumbs html[dir=rtl] .checkoutBlock .childColumn.blockLink a:hover li {
        right: auto;
        left: 10px; }
  html[dir=rtl] .securedShopping a:first-child {
    margin-right: 0;
    margin-left: 20px; }
  @media (min-width: 960px) {
    html[dir=rtl] .bagItemContainer .bagQtyCol {
      text-align: left; }
      html[dir=rtl] .bagItemContainer .bagQtyCol md-input-container {
        text-align: right; } }
  @media (min-width: 960px) {
    html[dir=rtl] .bagItemContainer .actionWrapper {
      position: absolute;
      right: auto;
      left: 0; } }
  html[dir=rtl] .bagItemContainer .actionWrapper .linkUnderline + .linkUnderline {
    margin-left: 0; }
  html[dir=rtl] .bagItemContainer md-input-container .md-input {
    padding-right: 10px;
    padding-left: 5px; }
  html[dir=rtl] .bagItemContainer md-input-container ~ .actionWrapper {
    margin-left: 0;
    margin-right: 4px; }
    html[dir=rtl] .bagItemContainer md-input-container ~ .actionWrapper a {
      margin-left: 0;
      margin-right: 20px; }
  html[dir=rtl] .bagItemContainer .bagListPrice {
    margin-left: 0;
    margin-right: 8px; }
  html[dir=rtl] .savedItems:not(.productGrid) .resultNumber {
    text-align: right; }
  html[dir=rtl] .chip {
    padding-left: 0;
    padding-right: 11px;
    margin-left: 0;
    margin-right: 11px; }
    @media (min-width: 960px) {
      html[dir=rtl] .chip {
        padding-left: 0;
        padding-right: 9px; }
        html[dir=rtl] .chip .closeButton {
          padding-left: 7px;
          padding-right: 9px; } }
  html[dir=rtl] md-menu.select-menu {
    right: auto;
    left: -2px; }
  html[dir=rtl] .couponInput .arrowPadding {
    padding-right: 0;
    padding-left: 30px; }
  @media (min-width: 1280px) {
    html[dir=rtl] .parentSection.supportiveSection .childColumn.blockLink:first-child {
      margin-left: 5px;
      margin-right: 0; }
    html[dir=rtl] .parentSection.supportiveSection .childColumn.blockLink:last-child {
      margin-left: 0;
      margin-right: 5px; } }
  html[dir=rtl] .chip {
    padding-left: 0;
    padding-right: 11px;
    margin-left: 0;
    margin-right: 11px; }
    html[dir=rtl] .chip .closeButton {
      padding-left: 11px;
      padding-right: 10px; }
    @media (min-width: 960px) {
      html[dir=rtl] .chip {
        padding-left: 0;
        padding-right: 9px; }
        html[dir=rtl] .chip .closeButton {
          padding-left: 7px;
          padding-right: 6px; } }
  html[dir=rtl] md-option .md-text i {
    padding-right: 0;
    padding-left: 5px; }
  html[dir=rtl] .wasThisHelpful {
    padding-right: 7px;
    padding-left: 1px; }
    html[dir=rtl] .wasThisHelpful .round-btn span:not(.icon) {
      padding-left: 0;
      padding-right: 5px; }
    html[dir=rtl] .wasThisHelpful.newButtonStyle .round-btn.yes {
      text-align: right;
      margin-right: 6px;
      margin-left: 8px; }
  html[dir=rtl] .viewTranslation {
    text-align: left; }
  html[dir=rtl] .translatedContent {
    text-align: right; }
    html[dir=rtl] .translatedContent .reviewTitle {
      margin-left: 30px;
      margin-right: 0; }
    html[dir=rtl] .translatedContent .closeButton {
      right: auto;
      left: 0; }
  html[dir=rtl] .cropWrapper .moreWrapper {
    right: auto;
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white 50%);
    text-align: left; }
    html[dir=rtl] .cropWrapper .moreWrapper .miniTag, html[dir=rtl] .cropWrapper .moreWrapper .ratingRow .reviewCount, .ratingRow html[dir=rtl] .cropWrapper .moreWrapper .reviewCount {
      margin-left: 0; }
  html[dir=rtl] .removePhoto {
    right: auto;
    left: -8px; }
  html[dir=rtl] .orderLink:hover .layout-row {
    padding-right: 16px;
    padding-left: 13px; }
  html[dir=rtl] .orderItem .OrderItemCover {
    margin-right: 0;
    margin-left: 16px; }
    @media (min-width: 960px) {
      html[dir=rtl] .orderItem .OrderItemCover {
        margin-right: 0;
        margin-left: 20px; } }
  @media (min-width: 600px) {
    html[dir=rtl] .orderItem .round-btn-wrapper {
      padding-left: 0;
      padding-right: 10px;
      text-align: left; } }
  html[dir=rtl] .sidebar {
    margin-left: unset !important;
    margin-right: 1228px; }
    @media only screen and (max-width: 1344px) {
      html[dir=rtl] .sidebar {
        left: 0;
        right: unset !important;
        margin-right: unset;
        border-radius: 0 8px 8px 0; } }
    html[dir=rtl] .sidebar .stackButton {
      left: unset; }
  html[dir=rtl] .backToTop {
    left: calc((100vw - 1230px) / 2 - 48px) !important;
    right: unset !important;
    border-radius: 50% !important; }
    @media only screen and (max-width: 1330px) {
      html[dir=rtl] .backToTop {
        right: unset !important;
        left: 0 !important;
        border-radius: 0 8px 8px  0 !important; } }
  html[dir=rtl] .yesstylist-item h3, html[dir=rtl] .article-n-video-item h3 {
    text-align: right !important; }
  @media (min-width: 600px) {
    html[dir=rtl] .yesstylist-item:first-child, html[dir=rtl] .article-n-video-item:first-child {
      margin: 0 0 0 8px; } }
  @media (min-width: 600px) {
    html[dir=rtl] .yesstylist-item:nth-child(2), html[dir=rtl] .article-n-video-item:nth-child(2) {
      margin-right: 8px;
      margin-left: 0; } }
  html[dir=rtl] .yesstylist-item a.itemContainer .itemTitle::after, html[dir=rtl] .article-n-video-item a.itemContainer .itemTitle::after {
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #ffeff4 50%) !important; }
  html[dir=rtl] .yesstylist-item .content .para::after, html[dir=rtl] .article-n-video-item .content .para::after {
    right: unset;
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #E6F8F6 50%); }
  html[dir=rtl] .product-highlight .icon-angle-left::before, html[dir=rtl] .product-highlight .breadcrumbs li::before, html[dir=rtl] .breadcrumbs .product-highlight li::before {
    content: "\f104" !important; }
  html[dir=rtl] .product-highlight .icon-angle-right::before, html[dir=rtl] .product-highlight .breadcrumbs li::before, .breadcrumbs html[dir=rtl] .product-highlight li::before {
    content: "\f105" !important; }
  @media (min-width: 600px) {
    html[dir=rtl] .browse-more .mainMenu a:nth-child(2n) {
      margin-left: 0;
      margin-right: 16px; } }
  html[dir=rtl] .showStackContent .actionMenu .menuTitle {
    text-align: right; }
  html[dir=rtl] .showStackContent .actionMenu .md-icon-button {
    left: -2px !important;
    right: unset !important; }
  html[dir=rtl] .customer-review .review-item .product {
    padding: 14px 15px 11px 26px; }
    html[dir=rtl] .customer-review .review-item .product .icon, html[dir=rtl] .customer-review .review-item .product .breadcrumbs li:before, .breadcrumbs html[dir=rtl] .customer-review .review-item .product li:before {
      left: 14px;
      right: unset; }
  html[dir=rtl] .messageUs .md-button:before {
    transform: scaleX(-1); }
  html[dir=rtl] .flipclock {
    direction: ltr; }
  html[dir=rtl] [dir='auto'] {
    text-align: right; }

html[class*="translated-"] [class="skiptranslate"]:not([style*="display"]) ~ header, html[class*="translated-"] html[class*="translated-"] [class="skiptranslate"]:not([style*="display"]) ~ header .upperHeaderWrap md-sidenav {
  top: 40px; }
html[class*="translated-"] .upperHeaderWrap md-sidenav .sideNavControl {
  position: absolute; }
html[class*="translated-"] .upperHeaderWrap md-sidenav font {
  vertical-align: unset !important; }
html[class*="translated-"] [class="skiptranslate"]:not([style*="display"]) ~ div.contentWrap div[ys-beauty-result-scroll].boxShadow {
  transform: translateY(40px); }

/* USAGE
@include when-xxxs  {background:#09f} (0 to 339px)
@include when-xxs   {background:#09f} (0 to 419px)
@include when-xs    {background:#09f} (0 to 599px)
@include when-gt-xs {background:#09f} (600px to screen size)
@include when-sm    {background:#f00} (0 to 959px)
@include when-gt-sm {background:#363} (960px to screen size)
*/
@keyframes aniGradientBG {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
/* Usage
   parent container applies: position:relative;
   child add: @include centerer;
*/
.serif, .main-register-box .main-register-content h4, .main-register-box .main-register-content h3, .headingWrapper h1, .pageHeading h1, .md-toolbar-tools.toolbarGradient h2, .finalClearance, .springFestival, .lowStock, .BulkPurchase, .trialSize, .hiddenDeal, .preOrder, .influencerPicks, .bogo, .stockClearance, .viewportLock .menuTitle, .newSatisfactionDialog .md-toolbar-tools h3, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorBadgeWrapper, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer discount {
  font-family: 'All Round Gothic', 'Hiragino Maru Gothic Pro', 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif; }

.productList:has(.itemContainer.newItemContainer) {
  display: flex;
  gap: 18px 16px;
  flex-wrap: wrap;
  margin: 0;
  padding-block: 24px;
  padding-inline: 16px;
  background: #fff;
  width: 100%; }
  @media (min-width: 750px) and (max-width: 959px) {
    .productList:has(.itemContainer.newItemContainer) {
      gap: 16px; } }
  @media (min-width: 574px) and (max-width: 749px) {
    .productList:has(.itemContainer.newItemContainer) {
      gap: 16px; } }
  @media (max-width: 573px) {
    .productList:has(.itemContainer.newItemContainer) {
      gap: 16px 8px;
      padding-block: 20px;
      padding-inline: 8px; } }
  .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    color: #333333;
    background-color: #ffffff;
    position: relative;
    z-index: 1; }
    .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer:hover {
      color: #333333; }
    @media (min-width: 960px) {
      .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer {
        width: calc((100% - 80px)/6); } }
    @media (min-width: 750px) and (max-width: 959px) {
      .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer {
        width: calc(25% - 12px); } }
    @media (min-width: 574px) and (max-width: 749px) {
      .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer {
        width: calc(33.3% - 10.666px); } }
    @media (max-width: 573px) {
      .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer {
        width: calc(50% - 4px); } }
    .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer a {
      max-width: unset !important; }
    .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemCover {
      max-width: unset !important;
      height: unset !important;
      margin-inline: auto !important;
      aspect-ratio: 219/252;
      max-height: 252px;
      display: flex;
      justify-content: center;
      overflow: hidden;
      position: relative;
      z-index: 1; }
      .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemCover > img {
        height: 100%;
        width: auto !important;
        aspect-ratio: 1/1; }
      @media (max-width: 959px) {
        .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemCover {
          max-height: fit-content; } }
      .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemCover .coverRightBottom {
        position: absolute;
        inset-inline-end: 4px;
        bottom: 4px; }
      .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemCover .countryFlag {
        position: absolute;
        inset-inline-end: 10px;
        bottom: 45px; }
      .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemCover[class*='-flag']:before {
        inset-inline-end: 11px;
        bottom: 45px;
        width: 20px;
        height: 20px;
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
        border: 0; }
    .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent {
      display: flex;
      flex-direction: column;
      gap: 8px;
      padding-block: 6px;
      margin-block-end: 26px;
      color: #333333; }
      @media (max-width: 959px) {
        .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent {
          padding-inline: 7px; } }
      @media (max-width: 573px) {
        .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent {
          padding-inline: 10px; } }
      .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorBadgeWrapper, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .itemTitle {
        position: relative;
        overflow: hidden; }
        .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorBadgeWrapper:after, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .itemTitle:after {
          content: '';
          position: absolute;
          bottom: 0;
          inset-inline-end: 0;
          width: 50px;
          height: 16px;
          background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 50%); }
          html.translated-rtl .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorBadgeWrapper:after, html[dir=rtl] .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorBadgeWrapper:after, html.translated-rtl .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .itemTitle:after, html[dir=rtl] .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .itemTitle:after {
            background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 50%); }
      .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorBadgeWrapper {
        height: 16px;
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
        white-space: nowrap; }
        .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorBadgeWrapper > :not(:last-child) {
          display: none; }
      .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .itemTitle {
        height: 32px;
        font-size: 12px;
        line-height: 16px;
        margin-block: 1px 0;
        padding: 0; }
      .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .itemPriceWrapper {
        width: 100%;
        overflow: hidden;
        gap: 0 4px;
        align-items: flex-end; }
      .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .itemPrice {
        font-size: 14px;
        line-height: 1.2; }
      .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .itemSellPrice {
        font-size: 12px;
        line-height: 16px;
        text-decoration: line-through;
        color: #666666; }
      .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .ratingRow {
        margin-block: 1px 5px;
        margin-inline: 0;
        height: 15px; }
        .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .ratingRow:before, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .ratingRow .icon:before, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .ratingRow .breadcrumbs li:before, .breadcrumbs .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .ratingRow li:before {
          font-size: 16px;
          line-height: 15px; }
        .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .ratingRow .reviewCount {
          padding-inline: 4px !important;
          padding-block: 0;
          font-size: 11px;
          line-height: 14px;
          margin-inline: 0 !important; }
      .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .newRatingStarWrapper {
        padding-block-start: 3px; }
      .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption {
        display: flex;
        flex-wrap: wrap;
        height: 15px;
        margin: 0;
        padding-block-start: 2px;
        gap: 6px; }
        .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption .colorFamily, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption v-pane.ys-checkbox.color md-checkbox, v-pane.ys-checkbox.color .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption md-checkbox {
          margin: 0; }
          .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption .colorFamily:after, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption v-pane.ys-checkbox.color md-checkbox:after, v-pane.ys-checkbox.color .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption md-checkbox:after {
            content: '';
            display: block;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            border: 0; }
          .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption .colorFamily.yellow:after, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption v-pane.ys-checkbox.color md-checkbox.yellow:after, v-pane.ys-checkbox.color .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption md-checkbox.yellow:after, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption .colorFamily.white:after, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption v-pane.ys-checkbox.color md-checkbox.white:after, v-pane.ys-checkbox.color .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption md-checkbox.white:after, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption .colorFamily.beige:after, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption v-pane.ys-checkbox.color md-checkbox.beige:after, v-pane.ys-checkbox.color .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption md-checkbox.beige:after {
            width: 13px;
            height: 13px;
            border: 1px solid #CCC; }
          .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption .colorFamily.red:after, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption v-pane.ys-checkbox.color md-checkbox.red:after, v-pane.ys-checkbox.color .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption md-checkbox.red:after {
            background: red; }
          .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption .colorFamily.blue:after, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption v-pane.ys-checkbox.color md-checkbox.blue:after, v-pane.ys-checkbox.color .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption md-checkbox.blue:after {
            background: blue; }
          .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption .colorFamily.green:after, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption v-pane.ys-checkbox.color md-checkbox.green:after, v-pane.ys-checkbox.color .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption md-checkbox.green:after {
            background: green; }
          .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption .colorFamily.yellow:after, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption v-pane.ys-checkbox.color md-checkbox.yellow:after, v-pane.ys-checkbox.color .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption md-checkbox.yellow:after {
            background: yellow; }
          .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption .colorFamily.orange:after, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption v-pane.ys-checkbox.color md-checkbox.orange:after, v-pane.ys-checkbox.color .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption md-checkbox.orange:after {
            background: orange; }
          .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption .colorFamily.purple:after, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption v-pane.ys-checkbox.color md-checkbox.purple:after, v-pane.ys-checkbox.color .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption md-checkbox.purple:after {
            background: purple; }
          .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption .colorFamily.pink:after, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption v-pane.ys-checkbox.color md-checkbox.pink:after, v-pane.ys-checkbox.color .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption md-checkbox.pink:after {
            background: pink; }
          .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption .colorFamily.brown:after, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption v-pane.ys-checkbox.color md-checkbox.brown:after, v-pane.ys-checkbox.color .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption md-checkbox.brown:after {
            background: brown; }
          .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption .colorFamily.gray:after, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption v-pane.ys-checkbox.color md-checkbox.gray:after, v-pane.ys-checkbox.color .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption md-checkbox.gray:after {
            background: gray; }
          .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption .colorFamily.white:after, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption v-pane.ys-checkbox.color md-checkbox.white:after, v-pane.ys-checkbox.color .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption md-checkbox.white:after {
            background: white;
            border-color: #ddd; }
          .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption .colorFamily.beige:after, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption v-pane.ys-checkbox.color md-checkbox.beige:after, v-pane.ys-checkbox.color .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption md-checkbox.beige:after {
            background: beige;
            border-color: #ddd; }
          .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption .colorFamily.black:after, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption v-pane.ys-checkbox.color md-checkbox.black:after, v-pane.ys-checkbox.color .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption md-checkbox.black:after {
            background: black; }
          .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption .colorFamily.violet:after, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption v-pane.ys-checkbox.color md-checkbox.violet:after, v-pane.ys-checkbox.color .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption md-checkbox.violet:after {
            background: #800080; }
          .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption .colorFamily.metallic:after, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption v-pane.ys-checkbox.color md-checkbox.metallic:after, v-pane.ys-checkbox.color .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption md-checkbox.metallic:after {
            background: -moz-linear-gradient(90deg, black 0%, white 50%, black 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(50%, white), color-stop(100%, black));
            background: -webkit-linear-gradient(90deg, black 0%, white 50%, black 100%);
            background: -o-linear-gradient(90deg, black 0%, white 50%, black 100%);
            background: -ms-linear-gradient(90deg, black 0%, white 50%, black 100%);
            background: linear-gradient(0deg, black 0%, white 50%, black 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=0); }
          .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption .colorFamily.pattern:after, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption v-pane.ys-checkbox.color md-checkbox.pattern:after, v-pane.ys-checkbox.color .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption md-checkbox.pattern:after {
            background-color: #eee;
            background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(-45deg, black 25%, transparent 25%, transparent 75%, black 75%, black);
            background-size: 4px 4px; }
          .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption .colorFamily.multicolor:after, .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption v-pane.ys-checkbox.color md-checkbox.multicolor:after, v-pane.ys-checkbox.color .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemContent .colorOption md-checkbox.multicolor:after {
            background: -moz-linear-gradient(90deg, #444444 0%, #444444 19%, magenta 20%, magenta 39%, #ffea00 40%, #ffea00 59%, #0099ff 60%, #0099ff 79%, red 80%, red 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, red), color-stop(20%, red), color-stop(21%, #0099ff), color-stop(40%, #0099ff), color-stop(41%, #ffea00), color-stop(60%, #ffea00), color-stop(61%, magenta), color-stop(80%, magenta), color-stop(81%, #444444), color-stop(100%, #444444));
            background: -webkit-linear-gradient(90deg, #444444 0%, #444444 19%, magenta 20%, magenta 39%, #ffea00 40%, #ffea00 59%, #0099ff 60%, #0099ff 79%, red 80%, red 100%);
            background: -o-linear-gradient(90deg, #444444 0%, #444444 19%, magenta 20%, magenta 39%, #ffea00 40%, #ffea00 59%, #0099ff 60%, #0099ff 79%, red 80%, red 100%);
            background: -ms-linear-gradient(90deg, #444444 0%, #444444 19%, magenta 20%, magenta 39%, #ffea00 40%, #ffea00 59%, #0099ff 60%, #0099ff 79%, red 80%, red 100%);
            background: linear-gradient(0deg, #444444 0%, #444444 19%, magenta 20%, magenta 39%, #ffea00 40%, #ffea00 59%, #0099ff 60%, #0099ff 79%, red 80%, red 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#444444',GradientType=0); }
    .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer discount {
      position: absolute;
      z-index: 5;
      top: -3px;
      inset-inline-end: 4px;
      max-width: calc(100% - 24px);
      white-space: nowrap;
      padding-inline: 8px;
      font-size: 12px;
      line-height: 20px;
      color: #fff;
      overflow: hidden;
      background-color: #f33;
      border-start-start-radius: 8px !important;
      border-start-end-radius: 0 !important;
      border-end-start-radius: 4px !important;
      border-end-end-radius: 8px !important;
      font-weight: normal !important;
      box-shadow: -1.25px 1.25px rgba(0, 0, 0, 0.15); }
      .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer discount.flashSale {
        background-color: #fa6997; }
      .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer discount div {
        margin: 0 !important;
        text-overflow: ellipsis;
        overflow: hidden; }
      @media (min-width: 960px) {
        .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer discount {
          margin-top: 0px;
          padding-inline: 10px;
          font-size: 15px;
          line-height: 24px; } }
      html.translated-rtl .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer discount, html[dir=rtl] .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer discount {
        box-shadow: 1.25px 1.25px 0px 0px rgba(0, 0, 0, 0.15); }

@media (max-width: 959px) {
  [moreidearecenlyviewedproductids] .productList:has(.itemContainer.newItemContainer), [moreideaiconrecentlyviewedproductids] .productList:has(.itemContainer.newItemContainer), #moreIdeaRecentlyViewedProductIds .productList:has(.itemContainer.newItemContainer), #moreIdeaYsRecommendationProductIds .productList:has(.itemContainer.newItemContainer) {
    background: #f1f2f6; } }
[moreidearecenlyviewedproductids] .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer, [moreideaiconrecentlyviewedproductids] .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer, #moreIdeaRecentlyViewedProductIds .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer, #moreIdeaYsRecommendationProductIds .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer {
  border-start-start-radius: 20px !important;
  border-start-end-radius: 0 !important;
  border-end-start-radius: 10px !important;
  border-end-end-radius: 20px !important; }
  [moreidearecenlyviewedproductids] .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemCover, [moreideaiconrecentlyviewedproductids] .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemCover, #moreIdeaRecentlyViewedProductIds .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemCover, #moreIdeaYsRecommendationProductIds .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemCover {
    border-start-start-radius: 20px !important;
    border-start-end-radius: 0 !important;
    border-end-start-radius: 0 !important;
    border-end-end-radius: 0 !important; }
  @media (min-width: 960px) {
    [moreidearecenlyviewedproductids] .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer, [moreidearecenlyviewedproductids] .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemCover, [moreideaiconrecentlyviewedproductids] .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer, [moreideaiconrecentlyviewedproductids] .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemCover, #moreIdeaRecentlyViewedProductIds .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer, #moreIdeaRecentlyViewedProductIds .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemCover, #moreIdeaYsRecommendationProductIds .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer, #moreIdeaYsRecommendationProductIds .productList:has(.itemContainer.newItemContainer) .itemContainer.newItemContainer .itemCover {
      border-radius: 0 !important; } }

.textNewArrival {
  color: #63c956; }

.textfinalClearance {
  color: #ff6c45; }

.textPreOrder {
  color: #69acfa; }

.textNewArrival {
  color: #63c956; }

.textMostPopular {
  color: #333; }

.textMustTry {
  color: #a16e55; }

.textLimitedDeal {
  color: #fa6997; }

.textAdventCalendar, .textEarlyBird {
  color: #8d67dd; }

.textEcoFriendly {
  color: #22D20C; }

.textFixedPrice {
  color: #0B135A; }

.textinfluencerPicks {
  color: #fe84a5; }

.texttrialSize {
  color: #31708f; }

.textitemBogo {
  color: #a94cf2; }

.textQuantityDiscount {
  color: #f77; }

.textHighDiscount {
  color: #f77; }

.textSpringFestival {
  color: #f6406a; }

.textMiniDeals {
  color: #B58800; }

.textNewPicks {
  color: #64d3bc; }

.textBlackFriday {
  color: #922AD1; }

.textSponsored {
  color: #666666; }

.textTrendingNew {
  color: #f77777; }

.textExclusiveSale {
  color: #63c956; }
