header.revampHeaderFooter,
footer.revampHeaderFooter {
  color: #3e3e3e;
}

header.revampHeaderFooter{
  z-index: 9999;
  height: auto;
}

header.revampHeaderFooter a,
footer.revampHeaderFooter a {
  color: #3e3e3e;
  transition: color 0.2s ease-in-out;
  letter-spacing: 0.3px;
}

header.revampHeaderFooter a:hover {
  /* text-decoration: underline; */
  opacity: 0.6;
}

header.revampHeaderFooter .mobile-menu-container a:hover {
  opacity: 1;
}

header.revampHeaderFooter .newMessage {
  background-color: #000000;
  color: #ffffff;
}

header.revampHeaderFooter .newMessage .content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

header.revampHeaderFooter .newMessage .content p {
  font-size: 12px;
  letter-spacing: 0.42px;
  margin: 10px 0;
  text-align: center;
}

header.revampHeaderFooter .newMessage .content .language-container {
  position: absolute;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 24px;
}
header.revampHeaderFooter .newMessage .content .language-container > *:not(:last-child) {
  position: relative;
}
header.revampHeaderFooter .newMessage .content .language-container > *:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -12px;
  height: 12px;
  transform: translate(50%, -50%);
  border-right: 1px solid #ffffff;
  border-radius: 1px;
}
header.revampHeaderFooter .newMessage .content .language-container .store-finder {
  width: 14px;
  height: 14px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

header.revampHeaderFooter .newMessage .content .language-container .language {
  display: flex;
  align-items: center;
}

header.revampHeaderFooter .newMessage .content .language-container .language p {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.42px;
  color: #ffffff;
}

header.revampHeaderFooter .newMessage .content .lang-position {
  position: absolute;
  right: 20px;
  top: 100%;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  z-index: 101;
  display: none;
}

header.revampHeaderFooter .newMessage .content .lang-position li {
  padding: 10px 25px;
  text-align: center;
  color: #000000;
  cursor: pointer;
}
header.revampHeaderFooter .newMessage .content .lang-position li.active{
  color: #bca662;
  font-weight: bold;
}

header.revampHeaderFooter .newMessage .content .lang-position li:hover {
  background-color: #bca662;
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  header.revampHeaderFooter .newMessage .content .language-container {
    display: none;
  }

  .marquee-container {
    width: 100%;
    overflow: hidden;
    height: 20px;
  }

  .marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
    width: 185%;
  }

  @keyframes marquee {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
}

header.revampHeaderFooter .main-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  position: relative;
}

header.revampHeaderFooter .main-header .content {
  padding: 10px 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header.revampHeaderFooter.cce .main-header .content{
  padding-bottom: 21px;
  flex-wrap: wrap;
}
header.revampHeaderFooter.cce .main-header .content .actions {
  top: calc(98px / 2);
  transform: translateY(-50%);
}

header.revampHeaderFooter .main-header .content .hamberger-menu {
  display: none;
  margin-right: 24px;
}

header.revampHeaderFooter .main-header .content .logo .logo-mobile {
  display: none;
}

header.revampHeaderFooter .main-header .content .actions {
  display: flex;
  align-items: center;
}
header.revampHeaderFooter .sub-header .content .menu li a:hover,
header.revampHeaderFooter .main-header .content a:hover{
  opacity: 1;
}
header.revampHeaderFooter .main-header .content .actions .searcher {
  display: flex;
  margin-left: 15px;
  align-items: center;
  margin-bottom: -5px;
  padding-bottom: 5px;
  border-bottom: solid 1.5px rgba(62, 62, 62, 0.2);
}
header.revampHeaderFooter .main-header .content .actions .searcher .msg{
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #3e3e3e;
  margin: 0 5px;
  opacity: 0.2;
}
header.revampHeaderFooter .main-header .content .actions .searcher.mobile .msg , 
header.revampHeaderFooter .main-header .content .actions .searcher.active .msg {
  display: none;
}
header.revampHeaderFooter .main-header .content .actions .searcher.mobile, 
header.revampHeaderFooter .main-header .content .actions .searcher.active {
  border-bottom-color: transparent;
}

header.revampHeaderFooter .main-header .content .actions .searcher.mobile {
  display: none;
}

header.revampHeaderFooter .main-header .content .actions.left {
  position: absolute;
  left: 20px;
}
header.revampHeaderFooter .main-header .content .actions.left .news-container{
  display: flex;
  align-items: center;
}

header.revampHeaderFooter .main-header .content .actions.right {
  position: absolute;
  right: 25px;
}

header.revampHeaderFooter .main-header .content .actions .news-container .news {
  position: relative;
  display: inline-block;
  margin-right: -15px;
}

header.revampHeaderFooter .main-header .content .actions .news-container .news .oval {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #9d0229;
  border-radius: 100%;
  top: -4px;
  left: 18px;
}

header.revampHeaderFooter .main-header .content .actions .news-container .news-position {
  position: absolute;
  top: 22px;
  left: 0px;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 101;
  width: 340px;
}

header.revampHeaderFooter .main-header .content .actions .news-container .news-position .news-title {
  padding: 0 20px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.32px;
  border-bottom: solid 0.5px rgba(0, 0, 0, 0.1);
  height: 50px;
  display: flex;
  align-items: center;
}

header.revampHeaderFooter .main-header .content .actions .news-container .news-position .news-content {
  display: flex;
  align-items: center;
  padding: 20px 12px;
  border-bottom: solid 0.5px rgba(0, 0, 0, 0.1);
}

header.revampHeaderFooter .main-header .content .actions .news-container .news-position .news-content .point {
  min-width: 6px;
  height: 6px;
  background-color: #9d0229;
  border-radius: 100%;
}

header.revampHeaderFooter .main-header .content .actions .news-container .news-position .news-content img {
  width: 54px;
  height: 54px;
  margin: 0 12px;
}

header.revampHeaderFooter .main-header .content .actions .news-container .news-position .news-content .title {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: 0.28px;
  margin-bottom: 5px;
}

header.revampHeaderFooter .main-header .content .actions .news-container .news-position .news-content .description {
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.23px;
  color: #666;
  margin: 0;
}

header.revampHeaderFooter .main-header .content .actions .cart-container {
  height: 22px;
}

header.revampHeaderFooter .main-header .content .actions .cart-container .cart {
  position: relative;
  display: inline-block;
}

header.revampHeaderFooter .main-header .content .actions .cart-container .cart .message {
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #9d0229;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 100%;
  top: -11px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header.revampHeaderFooter .main-header .content .actions .cart-container .mini-cart-position {
  position: absolute;
  top: calc(100% + 13px);
  right: -10px;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 101;
  width: 340px;
}

header.revampHeaderFooter .main-header .content .actions .cart-container .mini-cart-position .cart-title {
  padding: 0 20px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.32px;
  border-bottom: solid 0.5px rgba(0, 0, 0, 0.1);
  height: 50px;
  display: flex;
  align-items: center;
}

header.revampHeaderFooter .main-header .content .actions .cart-container .mini-cart-position .cart-contents {
  max-height: 351px;
  overflow-y: hidden;
}

header.revampHeaderFooter .main-header .content .actions .cart-container .mini-cart-position .cart-contents .cart-content {
  display: flex;
  padding: 16px 24px;
  border-bottom: solid 0.5px rgba(0, 0, 0, 0.1);
}

header.revampHeaderFooter .main-header .content .actions .cart-container .mini-cart-position .cart-contents .cart-content p {
  margin: 0;
}

header.revampHeaderFooter .main-header .content .actions .cart-container .mini-cart-position .cart-contents .cart-content .product-image {
  width: 58px;
  height: 84px;
  margin-right: 27px;
}

header.revampHeaderFooter .main-header .content .actions .cart-container .mini-cart-position .cart-contents .cart-content .content-actions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

header.revampHeaderFooter
  .main-header
  .content
  .actions
  .cart-container
  .mini-cart-position
  .cart-contents
  .cart-content
  .content-actions
  .content-text {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

header.revampHeaderFooter
  .main-header
  .content
  .actions
  .cart-container
  .mini-cart-position
  .cart-contents
  .cart-content
  .content-actions
  .content-text
  .description {
  font-size: 13px;
  line-height: 1.31;
  letter-spacing: 0.3px;
  margin-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

header.revampHeaderFooter
  .main-header
  .content
  .actions
  .cart-container
  .mini-cart-position
  .cart-contents
  .cart-content
  .content-actions
  .content-text
  .price {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-align: right;
  color: #3e3e3e;
}

header.revampHeaderFooter .main-header .content .actions .cart-container .mini-cart-position .cart-contents .cart-content .content-actions .actions {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

header.revampHeaderFooter
  .main-header
  .content
  .actions
  .cart-container
  .mini-cart-position
  .cart-contents
  .cart-content
  .content-actions
  .actions
  .quantity {
  opacity: 0.7;
  font-size: 12px;
  letter-spacing: 0.3px;
}

header.revampHeaderFooter
  .main-header
  .content
  .actions
  .cart-container
  .mini-cart-position
  .cart-contents
  .cart-content
  .content-actions
  .actions
  .remove-icon {
  width: 18px;
  height: 18px;
}

header.revampHeaderFooter .main-header .content .actions .cart-container .mini-cart-position .cart-subtotal {
  padding: 0 20px 20px;
  background-color: #f9f9f9;
  border-bottom: solid 0.5px rgba(0, 0, 0, 0.1);
}

header.revampHeaderFooter .main-header .content .actions .cart-container .mini-cart-position .cart-subtotal .subtotal-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  align-items: center;
}

header.revampHeaderFooter .main-header .content .actions .cart-container .mini-cart-position .cart-subtotal .subtotal-content .title {
  font-size: 15px;
  line-height: 1.13;
  letter-spacing: 0.3px;
  font-weight: bold;
  margin: 0;
}

header.revampHeaderFooter .main-header .content .actions .cart-container .mini-cart-position .cart-subtotal .subtotal-content .title span {
  font-size: 15px;
  font-weight: normal;
  display: initial;
}

header.revampHeaderFooter .main-header .content .actions .cart-container .mini-cart-position .cart-subtotal .subtotal-content .price {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.13;
  letter-spacing: 0.3px;
  margin: 0;
  color: #3e3e3e;
}

header.revampHeaderFooter .main-header .content .actions .cart-container .mini-cart-position .cart-subtotal .action p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  color: #fff;
  background-color: #9d0229;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
  margin: 0;
}
header.revampHeaderFooter.cce .main-header .content .actions .cart-container .mini-cart-position .cart-subtotal .action p{
  background-color: #BCA662;
}

header.revampHeaderFooter .main-header .content .actions .cart-container .mini-cart-position .cart-footer {
  display: none;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 0 0 5px 5px;
}

header.revampHeaderFooter .main-header .content .actions .cart-container .mini-cart-position .cart-footer .footer-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.13;
  letter-spacing: 0.3px;
  margin-bottom: 5px;
}

header.revampHeaderFooter .main-header .content .actions .cart-container .mini-cart-position .cart-footer .footer-content {
  display: flex;
}

header.revampHeaderFooter .main-header .content .actions .cart-container .mini-cart-position .cart-footer .footer-content img{
  align-self: flex-end;
  margin-bottom: -6px;
}

header.revampHeaderFooter.cce .main-header .content .actions .cart-container .mini-cart-position .cart-footer .footer-content img{
  margin-bottom: unset;
  margin-right: 12px;
}

header.revampHeaderFooter .main-header .content .actions .cart-container .mini-cart-position .cart-footer .footer-content .text {
  width: 100%;
  margin-right: 8px;
}

header.revampHeaderFooter .main-header .content .actions .cart-container .mini-cart-position .cart-footer .footer-content .text p {
  font-size: 13px;
  line-height: 1.42;
  letter-spacing: 0.24px;
  margin-bottom: 5px;
}

header.revampHeaderFooter.cce .main-header .content .actions .cart-container .mini-cart-position .cart-footer .footer-content .text p:only-child {
  margin-bottom: unset;
  line-height: 40px;
}

header.revampHeaderFooter .main-header .content .actions .cart-container .mini-cart-position .cart-footer .footer-content .text p span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.26px;
}

header.revampHeaderFooter .main-header .content .actions .cart-container .mini-cart-position .cart-footer .footer-content .text .footer-progress-bar {
  border-radius: 6px;
  background-color: #e6e6e6;
  width: 100%;
  height: 12px;
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

header.revampHeaderFooter
  .main-header
  .content
  .actions
  .cart-container
  .mini-cart-position
  .cart-footer
  .footer-content
  .text
  .footer-progress-bar
  .footer-progress {
  width: 152px;
  height: 8px;
  border-radius: 6px;
  background-color: #bba562;
}

header.revampHeaderFooter .main-header .content .login-container {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
header.revampHeaderFooter .main-header .content .login-container:hover > a p {
  color: #bca662;
}
header.revampHeaderFooter .main-header .content .login-container a:not(.login) p {
  display: contents;
  margin: 0;
}

header.revampHeaderFooter .main-header .content .login-container .login.active .login-icon {
  background: url("../img/revampHeaderFooter/css_sprites.png") -94px -52px;
}

header.revampHeaderFooter .main-header .content .login-container > a p,
header.revampHeaderFooter .main-header .content .login-container .login p {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin: 0 0 0 5px;
  position: relative;
}

header.revampHeaderFooter .main-header .content .login-container .login.active p {
  color: #bca662;
}

header.revampHeaderFooter .main-header .content .login-container .account-position {
  position: absolute;
  top: calc(100% + 13px);
  left: 50%;
  margin-left: -170px;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 101;
  width: 340px;
}

header.revampHeaderFooter .main-header .content .login-container .account-position .account-header,
header.revampHeaderFooter .main-header .mini-cart-empty .account-header {
  padding: 20px 22px 18px;
  border-bottom: solid 0.5px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 18px 16px;
}

header.revampHeaderFooter .main-header .content .login-container .account-position .account-header .login-button,
header.revampHeaderFooter .main-header .content .login-container .account-position .account-header .register-button,
header.revampHeaderFooter .main-header .mini-cart-empty .login-button,
header.revampHeaderFooter .main-header .mini-cart-empty .register-button {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  text-align: center;
  color: #9d0229 !important;
  background-color: #ffffff;
  border: 2px solid #9d0229;
  padding: 10px 0;
}
header.revampHeaderFooter .main-header .content .login-container .account-position .account-header .welcome-msg{
  grid-column: auto / span 2;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  font-family: 'Libre Baskerville', serif;
}

header.revampHeaderFooter .main-header .mini-cart-empty .login-button,
header.revampHeaderFooter .main-header .content .login-container .account-position .account-header .login-button {
  color: #ffffff !important;
  background-color: #9d0229;
}

header.revampHeaderFooter .main-header .content .login-container .account-position .account-header .register-button:hover,
header.revampHeaderFooter .main-header .mini-cart-empty .register-button:hover {
  color: #fff !important;
  background-color: #9d0229;
}

header.revampHeaderFooter .main-header .mini-cart-empty .login-button:hover,
header.revampHeaderFooter .main-header .content .login-container .account-position .account-header .login-button:hover {
  color: #9d0229 !important;
  background-color: #ffffff;
}

header.revampHeaderFooter .main-header .content .login-container .account-position .account-header.logged {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  gap: 0;
}

header.revampHeaderFooter .main-header .content .login-container .account-position .account-header.logged > *{
  margin-bottom: 12px;
}

header.revampHeaderFooter .main-header .content .login-container .account-position .account-header.logged p {
  margin: 0;
}

header.revampHeaderFooter .main-header .content .login-container .account-position .account-header.logged .account-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  height: 50px;
  margin-bottom: 0;
}

header.revampHeaderFooter .main-header .content .login-container .account-position .account-header.logged .account-user p {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.32px;
  color: #3e3e3e !important;
}

header.revampHeaderFooter .main-header .content .login-container .account-position .account-header.logged .account-user p img{
  width: 20px;
}

header.revampHeaderFooter .main-header .content .login-container .account-position .account-header.logged .account-user a.logout {
  font-size: 13px;
  line-height: 1.31;
  letter-spacing: 0.28px;
  color: #666 !important;
  text-decoration: underline;
}

header.revampHeaderFooter .main-header .content .login-container .account-position .account-header.logged .points-container,
header.revampHeaderFooter .main-header .content .login-container .account-position .account-header.logged .rewards-container {
  border-radius: 5px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

header.revampHeaderFooter .main-header .content .login-container .account-position .account-header.logged .points-container {
  background-color: #F4F2E9;
}
header.revampHeaderFooter .main-header .content .login-container .account-position .account-header.logged .rewards-container {
  background-color: #F4F4F3;
}

header.revampHeaderFooter .main-header .content .login-container .account-position .account-header.logged .points-container .title,
header.revampHeaderFooter .main-header .content .login-container .account-position .account-header.logged .rewards-container .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
header.revampHeaderFooter .main-header .content .login-container .account-position .account-header.logged .points-container .detail,
header.revampHeaderFooter .main-header .content .login-container .account-position .account-header.logged .rewards-container .detail {
  gap: 8px;
  display: flex;
  align-items: center;
}
header.revampHeaderFooter .main-header .content .login-container .account-position .account-header.logged .points-container .detail .logo,
header.revampHeaderFooter .main-header .content .login-container .account-position .account-header.logged .rewards-container .detail .logo {
  width: 35px;
  height: 35px;
}
header.revampHeaderFooter .main-header .content .login-container .account-position .account-header.logged .points-container .detail .point,
header.revampHeaderFooter .main-header .content .login-container .account-position .account-header.logged .rewards-container .detail .point {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}
header.revampHeaderFooter .main-header .content .login-container .account-position .account-header.logged .points-container .detail .tips,
header.revampHeaderFooter .main-header .content .login-container .account-position .account-header.logged .rewards-container .detail .tips {
  color: #7B7B7B;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
header.revampHeaderFooter .main-header .content .login-container .account-position .account-header.logged .points-container .detail .redeem-btn,
header.revampHeaderFooter .main-header .content .login-container .account-position .account-header.logged .rewards-container .detail .redeem-btn {
  height: 34px;
  padding: 0 16px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9D0229;
  outline: none;
  border: 1px solid #9D0229;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
header.revampHeaderFooter .main-header .content .login-container .account-position .account-header.logged .points-container .detail .redeem-btn:hover,
header.revampHeaderFooter .main-header .content .login-container .account-position .account-header.logged .rewards-container .detail .redeem-btn:hover {
  color: #9D0229;
  background-color: #ffffff;
}

header.revampHeaderFooter .main-header .content .login-container .account-position .account-footer {
  padding: 8px 20px;
  display: grid;
  grid-gap: 4px;
}

header.revampHeaderFooter .main-header .content .login-container .account-position .account-footer li a {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 44px;
}

header.revampHeaderFooter .main-header .content .login-container .account-position .account-footer li a p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.21;
  letter-spacing: 0.3px;
  padding-left: 10px;
}

header.revampHeaderFooter .main-header .content .login-container .account-position .account-extra{
  padding: 0;
  border-top: solid 0.5px rgba(0, 0, 0, 0.1);
}
header.revampHeaderFooter .main-header .content .login-container .account-position .account-extra .content-block{
  height: 90px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  font-size: 12px;
  font-weight: 600;
  background-color: black;
  /* padding-left: 90px; */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  padding: 14px 33px 14px 15px;
  margin: 17px 10px;
  background-color: rgb(187, 166, 97 , 0.15);
}
header.revampHeaderFooter .main-header .content .login-container .account-position .account-extra .content-block.member-progress{
  background-color: rgb(180, 178, 175,0.08);
  height: unset;
  margin: 0;
  padding: 15px 20px;
  font-weight: normal;
  gap: 10px;
}
header.revampHeaderFooter .main-header .content .login-container .account-position .account-extra .content-block.member-progress .spending{
  display: flex;
  justify-content: space-between;  
  align-items: center;
  font-weight: bold;
  font-size: 15px;
  margin-top: 3px;
  order: 2;
}
header.revampHeaderFooter .main-header .content .login-container .account-position .account-extra .content-block.member-progress .spending .title{
  font-size: 12px;
  letter-spacing: 0.24px;
}
header.revampHeaderFooter .main-header .content .login-container .account-position .account-extra .content-block.member-progress .description{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
header.revampHeaderFooter .main-header .content .login-container .account-position .account-extra .content-block.member-progress .description .detail{
  font-size: 12px;
  letter-spacing: 0.24px;
}
header.revampHeaderFooter .main-header .content .login-container .account-position .account-extra .content-block.member-progress .description .detail span{ 
  font-weight: bold;
}
header.revampHeaderFooter .main-header .content .login-container .account-position .account-extra .content-block.member-progress .description .detail .more-info{
  position: relative;
  display: inline-block;
  width: fit-content;
  margin: unset;
  border: none;
  padding: unset;
}
header.revampHeaderFooter .main-header .content .login-container .account-position .account-extra .content-block.member-progress .description .detail .more-info>span{
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
header.revampHeaderFooter .main-header .content .login-container .account-position .account-extra .content-block.member-progress .description .detail .more-info .info{
  position: absolute;
  display: none;
  background: #ffffff;
  top: 100%;
  right: 0;
  transform: translateX(20%);
  margin-top: 2px;
  padding: 14px 16px;
  width: 273px;
  box-shadow: 0 2px 8px 0 rgba(85, 74, 42, 0.15);
  border-radius: 5px;
  font-size: 12px;
  color: #666666;
}
header.revampHeaderFooter .main-header .content .login-container .account-position .account-extra .content-block.member-progress .description .detail .more-info .info::before{
  content: "";
  position: absolute;
  bottom: 100%;
  right: calc(20% + 3px);
  border: solid transparent;
  border-bottom: solid #ffffff;
  border-width: 4px;
}
header.revampHeaderFooter .main-header .content .login-container .account-position .account-extra .content-block.member-progress .description .detail .more-info:hover .info{
  display: block;
}
header.revampHeaderFooter .main-header .content .login-container .account-position .account-extra .content-block.member-progress .description .detail .more-info .info span{
  font-weight: bold;
}
header.revampHeaderFooter .main-header .content .login-container .account-position .account-extra .content-block.member-progress .description .status-logo img{
  width: 32px;
  margin-left: 13px;
}
header.revampHeaderFooter .main-header .content .login-container .account-position .account-extra .content-block.member-progress .description .detail .member-progress-bar{
  border-radius: 6px;
  background-color: #e6e6e6;
  max-width: 250px;
  width: 100%;
  height: 12px;
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 6px;
}
header.revampHeaderFooter .main-header .content .login-container .account-position .account-extra .content-block.member-progress .description .detail .member-progress-bar .member-progress{
  width: 0;
  height: 8px;
  border-radius: 6px;
  background-color: #bba562;
}
header.revampHeaderFooter .main-header .content .login-container .account-position .account-extra .content-block.member-progress .description .detail .member-progress-bar .member-progress.red{
  background-color: #9d0229;
}
header.revampHeaderFooter .main-header .content .login-container .account-position .account-extra .content-block .description{
  color: #3e3e3e;
}
header.revampHeaderFooter .main-header .content .login-container .account-position .account-extra .content-block .join-now{
  color: #bba562;
  width: fit-content;
}
header.revampHeaderFooter .main-header .content .login-container .account-position .account-extra .content-block .join-now .icon-arrow{
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  header.revampHeaderFooter .main-header .content {
    justify-content: flex-start;
    padding: 10px 20px;
  }

  header.revampHeaderFooter .main-header .content .hamberger-menu {
    display: block;
  }

  header.revampHeaderFooter .main-header .content .logo .logo-desktop {
    display: none;
  }

  header.revampHeaderFooter .main-header .content .logo .logo-mobile {
    display: block;
  }

  header.revampHeaderFooter .main-header .content .actions.left {
    display: none;
  }

  header.revampHeaderFooter .main-header .content .actions .searcher {
    display: none;
  }

  header.revampHeaderFooter .main-header .content .actions .searcher.mobile {
    display: block;
  }

  header.revampHeaderFooter .main-header .content .actions .login-container {
    display: none;
  }

  header.revampHeaderFooter .sub-header {
    display: none;
  }
}

header.revampHeaderFooter .sub-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin: -1px 0 0;
}
header.revampHeaderFooter .sub-header .content .menu {
  margin: 0;
  padding: 0;
}

header.revampHeaderFooter .sub-header .content .menu li {
  padding: 15px 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  position: relative;
}
header.revampHeaderFooter .sub-header .content .menu li.nav-cce-express{
  padding: 9px 0;
}
header.revampHeaderFooter .sub-header .content .menu li.nav-cce-express a,
header.revampHeaderFooter.cce .cce-menu .cce-info .cce-express{
  font-style: italic;
  font-weight: 700;
  font-size: 11px;
  line-height: 34px;
  height: 34px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
header.revampHeaderFooter .sub-header .content .menu li.nav-cce-express a::before,
header.revampHeaderFooter.cce .cce-menu .cce-info .cce-express::before{
  content: "";
  position: absolute;
  left: 4px;
  right: 3px;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, #B49840,#b8a66b33 118.146523%);
  z-index: -1;
  border-radius: 3px 5px;
  transform: skewX(-14deg);
}

header.revampHeaderFooter .sub-header .content .menu li.nav-cce-express a img{
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

header.revampHeaderFooter .sub-header .content .menu li.nav-cce-express .border{
  display: none;
}

header.revampHeaderFooter .cce-menu,
#globalWrapper header.revampHeaderFooter.cce .sub-header .content .menu,
header.revampHeaderFooter.cce .main-header .content .actions .searcher {
  display: none;
}
header.revampHeaderFooter.cce .main-header{
  border-bottom-width: 0;
}
header.revampHeaderFooter.cce .main-header::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, #FBFAF5 0%, rgba(245, 242, 232, 0.5) 100%) , #ffffff;
}
header.revampHeaderFooter.cce .cce-menu {
  flex-basis: 100%;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
header.revampHeaderFooter.cce .cce-menu .cce-info{
  display: flex;
  align-items: center;
}
header.revampHeaderFooter.cce .cce-menu .cce-info .back-icon{
  display: none;
}
header.revampHeaderFooter.cce .cce-menu .cce-info .cce-express{
  margin-right: 20px;
}
header.revampHeaderFooter.cce .cce-menu .cce-info .cce-express img{
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
header.revampHeaderFooter.cce .cce-menu .cce-info .cce-store{
  margin-right: 12px;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
}
header.revampHeaderFooter.cce .cce-menu.checkout .cce-info .cce-store{
  display: none;
}
header.revampHeaderFooter.cce .cce-menu .cce-info .change-store-btn{
  font-size: 13px;
  line-height: 15px;
  text-decoration: underline;
  cursor: pointer;
}
header.revampHeaderFooter.cce .cce-menu.checkout .cce-info .change-store-btn{
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
  pointer-events: none;
}
header.revampHeaderFooter.cce .cce-menu .action a{
  width: 214px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #BBA661;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  color: #BCA662;
  letter-spacing: normal;
}
header.revampHeaderFooter.cce .cce-menu .action a:hover{
  opacity: 1;
  color: #ffffff;
  background-color: #BCA662;
}
@media screen and (max-width:1024px) {
  header.revampHeaderFooter.cce .main-header .content .hamberger-menu,
  header.revampHeaderFooter.cce .main-header .content .logo,
  header.revampHeaderFooter .main-header .content .actions.right .fav-icon,
  header.revampHeaderFooter.cce .cce-menu .cce-info .cce-express,
  header.revampHeaderFooter.cce .cce-menu .action{
    display: none;
  }
  header.revampHeaderFooter.cce .main-header{
    height: 100%;
    border-bottom-width: 1px;
    z-index: 2;
  }
  header.revampHeaderFooter.cce .main-header::before{
    bottom: 0;
  }
  header.revampHeaderFooter.cce .main-header .content{
    padding: 0;
    height: 100%;
    min-height: 64px;
  }
  header.revampHeaderFooter.cce .main-header .content .actions {
    top: 50%;
  }
  header.revampHeaderFooter.cce .cce-menu{
    position: unset;
    margin: unset;
    width: 100%;
    height: 100%;
    justify-content: center;
  }
  header.revampHeaderFooter.cce .cce-menu .cce-info{
    flex-direction: column;
  }
  header.revampHeaderFooter.cce .cce-menu .cce-info .cce-store{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 2px;
    margin-right: unset;
  }
  header.revampHeaderFooter.cce .cce-menu .cce-info .change-store-btn{
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
  }
  header.revampHeaderFooter.cce .cce-menu.checkout .cce-info .cce-store{
    display: block;
  }
  header.revampHeaderFooter.cce .cce-menu.checkout .cce-info .change-store-btn{
    font-size: 12px;
    line-height: 16px;
    text-decoration: underline;
    pointer-events: all;
  }
  header.revampHeaderFooter.cce .cce-menu .cce-info .back-icon{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    height: fit-content;
    margin: auto;
    left: 20px;
  }
}

header.revampHeaderFooter .sub-header .content .menu li .border {
  display: block;
  width: 40px;
  height: 3px;
  background-color: #bca662;
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -20px;
  z-index: 1;
  pointer-events: none;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}
header.revampHeaderFooter .sub-header .content .menu li.active .border{
  transform: scale(1, 1);
}

header.revampHeaderFooter .sub-header .content .menu li.point {
  background-color: #ffffff;
  padding: 10px;
  position: relative;
  transition: all 0.2s ease-in-out;
}
header.revampHeaderFooter .sub-header .content .menu li.point:after{
  position: absolute;
  content: "";
  top: 0;
  bottom: -1px;
  left: 0;
  right: 0;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
header.revampHeaderFooter .sub-header .content .menu li.point.active:after{
  border-color: #bca662;
}
header.revampHeaderFooter .sub-header .content .menu li.point a {
  color: #3e3e3e;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

header.revampHeaderFooter .sub-header .content .menu li.point a{
  display: none;
}

header.revampHeaderFooter .sub-header .content .menu li.point.active a {
  display: flex;
}
header.revampHeaderFooter .sub-header .content .menu li.point.active .border{
  display: none;
} 

header.revampHeaderFooter .sub-header .content .menu li.point a.mobile {
  display: flex;
}

header.revampHeaderFooter .sub-header .content .menu li.point.active a.mobile {
  display: none;
}

header.revampHeaderFooter .sub-header .content .menu li.point a img {
  margin-right: 5px;
}

header.revampHeaderFooter .sub-header .content .menu li.point.active {
  background-color: #bca662;
}

header.revampHeaderFooter .sub-header .content .menu li.point.active a {
  color: #ffffff;
}

header.revampHeaderFooter .sub-header .content .menu li.point .border {
  bottom: -2px;
}

header.revampHeaderFooter .promotion-menu-position {
  background-color: #00000080;
  height: 100vh;
}

header.revampHeaderFooter .promotion-menu-position .promotion-bg {
  background-color: #ffffff;
}

header.revampHeaderFooter .promotion-menu-position .promotion-menu {
  padding: 40px 0;
}

header.revampHeaderFooter .promotion-menu-position .promotion-menu .promotion-menu-links {
  display: grid;
  grid-gap: 8px;
}

header.revampHeaderFooter .promotion-menu-position .promotion-menu .promotion-menu-links li {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  /* padding: 5px 15px; */
  height: 30px;
  display: flex;
  align-items: center;
}
header.revampHeaderFooter .promotion-menu-position .promotion-menu .promotion-menu-content a {
  display: contents;
}

header.revampHeaderFooter .wine-club-menu-position .wine-club-menu .wine-club-menu-content,
header.revampHeaderFooter .services-menu-position .services-menu .services-menu-contents .services-menu-content,
header.revampHeaderFooter .blog-menu-position .blog-menu .blog-menu-contents .blog-menu-content,
header.revampHeaderFooter .events-menu-position .events-menu .events-menu-contents .events-menu-content,
header.revampHeaderFooter .gift-ideas-menu-position .gift-ideas-menu .gift-ideas-menu-content,
header.revampHeaderFooter .regions-menu-position .regions-menu .regions-menu-content,
header.revampHeaderFooter .promotion-menu-position .promotion-menu .promotion-menu-content{
  overflow: hidden;
}
header.revampHeaderFooter .services-menu-position .services-menu .services-menu-contents .services-menu-content a:hover,
header.revampHeaderFooter .blog-menu-position .blog-menu .blog-menu-contents .blog-menu-content a:hover,
header.revampHeaderFooter .events-menu-position .events-menu .events-menu-contents .events-menu-content a:hover{
  opacity: 1;
}
header.revampHeaderFooter .wine-club-menu-position .wine-club-menu .wine-club-menu-content a:hover img,
header.revampHeaderFooter .services-menu-position .services-menu .services-menu-contents .services-menu-content:hover .background,
header.revampHeaderFooter .blog-menu-position .blog-menu .blog-menu-contents .blog-menu-content a:hover img,
header.revampHeaderFooter .events-menu-position .events-menu .events-menu-contents .events-menu-content a:hover img,
header.revampHeaderFooter .gift-ideas-menu-position .gift-ideas-menu .gift-ideas-menu-content a:hover img,
header.revampHeaderFooter .regions-menu-position .regions-menu .regions-menu-content a:hover img,
header.revampHeaderFooter .promotion-menu-position .promotion-menu .promotion-menu-content a:hover img {
  transform: scale(1.05);
}

header.revampHeaderFooter .wine-club-menu-position .wine-club-menu .wine-club-menu-content img,
header.revampHeaderFooter .services-menu-position .services-menu .services-menu-contents .services-menu-content .background,
header.revampHeaderFooter .blog-menu-position .blog-menu .blog-menu-contents .blog-menu-content img,
header.revampHeaderFooter .events-menu-position .events-menu .events-menu-contents .events-menu-content img,
header.revampHeaderFooter .gift-ideas-menu-position .gift-ideas-menu .gift-ideas-menu-content img,
header.revampHeaderFooter .regions-menu-position .regions-menu .regions-menu-content img,
header.revampHeaderFooter .promotion-menu-position .promotion-menu .promotion-menu-content img {  
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 0;
}

header.revampHeaderFooter .wine-club-menu-position .wine-club-menu .wine-club-menu-content .wine-club-menu-text,
header.revampHeaderFooter .blog-menu-position .blog-menu .blog-menu-contents .blog-menu-content .content-container,
header.revampHeaderFooter .events-menu-position .events-menu .events-menu-contents .events-menu-content .content-container,
header.revampHeaderFooter .gift-ideas-menu-position .gift-ideas-menu .gift-ideas-menu-content .gift-ideas-menu-text,
header.revampHeaderFooter .regions-menu-position .regions-menu .regions-menu-content .regions-menu-text,
header.revampHeaderFooter .promotion-menu-position .promotion-menu .promotion-menu-content .promotion-menu-text {
  position: relative;
  z-index: 2;
}

header.revampHeaderFooter .promotion-menu-position .promotion-menu .promotion-menu-content img {
  width: 380px;
  height: 250px;
}
header.revampHeaderFooter .promotion-menu-position .promotion-menu .promotion-menu-content .promotion-menu-text {
  color: #3e3e3e;
  width: 280px;
  background-color: #faf8f3;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

header.revampHeaderFooter .promotion-menu-position .promotion-menu .promotion-menu-content .promotion-menu-text .title {
  font-size: 22px;
  line-height: 0.91;
  letter-spacing: 0.44px;
  margin-bottom: 18px;
}

header.revampHeaderFooter .promotion-menu-position .promotion-menu .promotion-menu-content .promotion-menu-text .shop-now {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #bba562 !important;
  display: flex;
  align-items: center;
  gap: 5px;
}

header.revampHeaderFooter .products-menu-position {
  background-color: #00000080;
  height: 100vh;
}

header.revampHeaderFooter .products-menu-position .products-bg {
  background-color: #ffffff;
}

header.revampHeaderFooter .products-menu-position .products-menu {
  padding: 40px 0 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

header.revampHeaderFooter .products-menu-position .products-menu .products-menu-links {
  display: grid;
  grid-gap: 8px;
}

header.revampHeaderFooter .products-menu-position .products-menu .products-menu-links li {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  /* padding: 5px 10px 5px 0; */
  min-height: 30px;
  display: flex;
  align-items: center;
}

header.revampHeaderFooter .products-menu-position .products-menu .products-menu-links li.title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.28px;
  color: #bca662 !important;
  border-bottom: 1px solid #bca662;
  margin-bottom: 10px;
}

header.revampHeaderFooter .products-menu-position .products-menu .products-menu-links li.images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  padding: 0;
  /* margin-bottom: 30px; */
}

header.revampHeaderFooter .products-menu-position .products-menu .products-menu-links li.images a,
header.revampHeaderFooter .products-menu-position .products-menu .products-menu-links li.images img {
  max-width: 72px;
  width: 100%;
  height: 72px;
  object-fit: contain;
}
header.revampHeaderFooter .products-menu-position .products-menu .products-menu-links li.images img:hover{
  opacity: 0.8;
}
.icon-arrow{
  font-size: 18px;
  transition: all 0.2s ease-in-out;
}
a:hover .icon-arrow{
  margin-left: 10px;
}
header.revampHeaderFooter .products-menu-position .products-menu .products-menu-links li .view-all {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.42px;
  color: #bca662 !important;
  margin-top: 30px;
  
  display: flex;
  align-items: center;
  gap: 5px;
}

header.revampHeaderFooter .regions-menu-position {
  background-color: #00000080;
  height: 100vh;
}

header.revampHeaderFooter .regions-menu-position .regions-bg {
  background-color: #ffffff;
}

header.revampHeaderFooter .regions-menu-position .regions-menu {
  padding: 40px 0;
}

header.revampHeaderFooter .regions-menu-position .regions-menu .regions-menu-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
}

header.revampHeaderFooter .regions-menu-position .regions-menu .regions-menu-links li {
  font-size: 14px;
  letter-spacing: 0.28px;
  /* padding: 5px 15px; */
  color: #666 !important;
  display: grid;
  grid-template-rows: repeat(10, 1fr);
  grid-gap: 8px;
}

header.revampHeaderFooter .regions-menu-position .regions-menu .regions-menu-links li a{
  color: #666666;
  font-weight: 600;
  height: 30px;
  display: flex;
  align-items: center;
}
header.revampHeaderFooter .regions-menu-position .regions-menu .regions-menu-links li a.bold {
  font-weight: bold;
  color: #3e3e3e;
}
header.revampHeaderFooter *[class$="-menu-position"] *[class$="-menu"] *[class$="-menu-links"] li a:hover{
  color: #bca662;
}

header.revampHeaderFooter .regions-menu-position .regions-menu .regions-menu-content a {
  display: contents;
}

header.revampHeaderFooter .regions-menu-position .regions-menu .regions-menu-content img {
  width: 380px;
  height: 250px;
}

header.revampHeaderFooter .regions-menu-position .regions-menu .regions-menu-content .regions-menu-text {
  color: #3e3e3e;
  width: 280px;
  background-color: #faf8f3;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

header.revampHeaderFooter .regions-menu-position .regions-menu .regions-menu-content .regions-menu-text .title {
  font-size: 22px;
  line-height: 1.55;
  letter-spacing: 0.44px;
}

header.revampHeaderFooter .regions-menu-position .regions-menu .regions-menu-content .regions-menu-text .shop-now {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #bba562 !important;
  display: flex;
  align-items: center;
  gap: 5px;
}

header.revampHeaderFooter .gift-ideas-menu-position {
  background-color: #00000080;
  height: 100vh;
  position: relative;
  top: 0;
}

header.revampHeaderFooter .gift-ideas-menu-position .gift-ideas-bg {
  background-color: #ffffff;
}

header.revampHeaderFooter .gift-ideas-menu-position .gift-ideas-menu {
  padding: 40px 0;
}

header.revampHeaderFooter .gift-ideas-menu-position .gift-ideas-menu .gift-ideas-menu-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}

header.revampHeaderFooter .gift-ideas-menu-position .gift-ideas-menu .gift-ideas-menu-links li {
  font-size: 14px;
  letter-spacing: 0.28px;
  /* padding: 5px 15px; */
  color: #666 !important;
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-gap: 8px;
}
header.revampHeaderFooter .gift-ideas-menu-position .gift-ideas-menu .gift-ideas-menu-links li a{
  height: 30px;
  display: flex;
  align-items: center;
}

header.revampHeaderFooter .gift-ideas-menu-position .gift-ideas-menu .gift-ideas-menu-links li a.bold {
  font-weight: bold;
  color: #3e3e3e !important;
}

header.revampHeaderFooter .gift-ideas-menu-position .gift-ideas-menu .gift-ideas-menu-content a {
  display: contents;
}

header.revampHeaderFooter .gift-ideas-menu-position .gift-ideas-menu .gift-ideas-menu-content img {
  width: 380px;
  height: 250px;
}

header.revampHeaderFooter .gift-ideas-menu-position .gift-ideas-menu .gift-ideas-menu-content .gift-ideas-menu-text {
  color: #3e3e3e;
  width: 280px;
  background-color: #faf8f3;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

header.revampHeaderFooter .gift-ideas-menu-position .gift-ideas-menu .gift-ideas-menu-content .gift-ideas-menu-text .title {
  font-size: 22px;
  line-height: 0.91;
  letter-spacing: 0.44px;
  margin-bottom: 10px;
}

header.revampHeaderFooter .gift-ideas-menu-position .gift-ideas-menu .gift-ideas-menu-content .gift-ideas-menu-text .description {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.24px;
}

header.revampHeaderFooter .gift-ideas-menu-position .gift-ideas-menu .gift-ideas-menu-content .gift-ideas-menu-text .create-now {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #bba562 !important;
  display: flex;
  align-items: center;
}

header.revampHeaderFooter .events-menu-position {
  background-color: #00000080;
  height: 100vh;
}

header.revampHeaderFooter .events-menu-position .events-bg {
  background-color: #ffffff;
}

header.revampHeaderFooter .events-menu-position .events-menu {
  padding: 40px 0;
}

header.revampHeaderFooter .events-menu-position .events-menu .events-menu-links {
  display: grid;
  grid-gap: 8px;
}

header.revampHeaderFooter .events-menu-position .events-menu .events-menu-links li {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  /* padding: 5px 15px; */
  height: 30px;
  display: flex;
  align-items: center;
}

header.revampHeaderFooter .events-menu-position .events-menu .events-menu-contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}

header.revampHeaderFooter .events-menu-position .events-menu .events-menu-contents .events-menu-content {
  width: 340px;
  position: relative;
}

header.revampHeaderFooter .events-menu-position .events-menu .events-menu-contents .events-menu-content img {
  width: 100%;
}

header.revampHeaderFooter .events-menu-position .events-menu .events-menu-contents .events-menu-content .title {
  background-color: rgba(188, 166, 98,0.9);
  color: #ffffff !important;
  border-radius: 5px;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 16px;
  letter-spacing: 0.32px;
  text-align: center;
  line-height: 1;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0 12px;
}

header.revampHeaderFooter .events-menu-position .events-menu .events-menu-contents .events-menu-content .content-container {
  background-color: #faf8f3;
  padding: 14px 20px 20px 20px;
  display: flex;
  height: 68px;
}

header.revampHeaderFooter .events-menu-position .events-menu .events-menu-contents .events-menu-content .content-container .date-container {
  margin-right: 12px;
  width: 50px;
  position: relative;
}

header.revampHeaderFooter .events-menu-position .events-menu .events-menu-contents .events-menu-content .content-container .date-container .date {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
  color: #bba562 !important;
  padding: 8px 10px;
}

header.revampHeaderFooter
  .events-menu-position
  .events-menu
  .events-menu-contents
  .events-menu-content
  .content-container
  .date-container
  .date
  .day {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.4px;
  margin: 0;
  line-height: 20px;
}

header.revampHeaderFooter
  .events-menu-position
  .events-menu
  .events-menu-contents
  .events-menu-content
  .content-container
  .date-container
  .date
  .month {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.4px;
  margin: 0;
}

header.revampHeaderFooter .events-menu-position .events-menu .events-menu-contents .events-menu-content .content-container .description {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.3px;
  margin: 0;
}

header.revampHeaderFooter .blog-menu-position {
  background-color: #00000080;
  height: 100vh;
}

header.revampHeaderFooter .blog-menu-position .blog-bg {
  background-color: #ffffff;
}

header.revampHeaderFooter .blog-menu-position .blog-menu {
  padding: 40px 0;
}

header.revampHeaderFooter .blog-menu-position .blog-menu .blog-menu-links {
  display: grid;
  grid-gap: 8px;
}

header.revampHeaderFooter .blog-menu-position .blog-menu .blog-menu-links li {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  /* padding: 5px 15px; */
  height: 30px;
  display: flex;
  align-items: center;
}

header.revampHeaderFooter .blog-menu-position .blog-menu .blog-menu-contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 22px;
}

header.revampHeaderFooter .blog-menu-position .blog-menu .blog-menu-contents .blog-menu-content {
  width: 280px;
}

header.revampHeaderFooter .blog-menu-position .blog-menu .blog-menu-contents .blog-menu-content img {
  width: 100%;
}

header.revampHeaderFooter .blog-menu-position .blog-menu .blog-menu-contents .blog-menu-content .content-container {
  background-color: #faf8f3;
  padding: 15px 20px;
}

header.revampHeaderFooter .blog-menu-position .blog-menu .blog-menu-contents .blog-menu-content .content-container .title {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.3px;
  color: #bca662 !important;
  margin-bottom: 5px;
}

header.revampHeaderFooter .blog-menu-position .blog-menu .blog-menu-contents .blog-menu-content .content-container .description {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.3px;
  margin: 0;
}

header.revampHeaderFooter .services-menu-position {
  background-color: #00000080;
  height: 100vh;
}

header.revampHeaderFooter .services-menu-position .services-bg {
  background-color: #ffffff;
}

header.revampHeaderFooter .services-menu-position .services-menu {
  padding: 40px 0;
}

header.revampHeaderFooter .services-menu-position .services-menu .services-menu-links {
  display: grid;
  grid-gap: 8px;
}

header.revampHeaderFooter .services-menu-position .services-menu .services-menu-links li {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  /* padding: 5px 15px; */
  height: 30px;
  display: flex;
  align-items: center;
  position: relative;
}

header.revampHeaderFooter .services-menu-position .services-menu .services-menu-links .with-new-tag {
  display: flex;
  align-items: center;
}

header.revampHeaderFooter .services-menu-position .services-menu .services-menu-links .with-new-tag::after {
  content: 'New';
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 12px;
  width: 60px;
  height: 25px;
  background-color: #9D0229;
  border-radius: 100px;
  margin-left: 8px;
  font-weight: 400;
}
.language-zt header.revampHeaderFooter .services-menu-position .services-menu .services-menu-links .with-new-tag::after,
.language-zh header.revampHeaderFooter .services-menu-position .services-menu .services-menu-links .with-new-tag::after {
  content: "新";
  width: 30px;
}

header.revampHeaderFooter .services-menu-position .services-menu .services-menu-contents {
  display: flex;
  gap: 22px;
  width: 710px;
  justify-content: flex-end;
}

header.revampHeaderFooter .services-menu-position .services-menu .services-menu-contents .with-new-tag::after {
  content: 'New';
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  top: -12px;
  right: -10px;
  width: 60px;
  height: 25px;
  background-color: #9D0229;
  border-radius: 100px;
  z-index: 1;
  font-weight: 400;
}
.language-zt header.revampHeaderFooter .services-menu-position .services-menu .services-menu-contents .with-new-tag::after,
.language-zh header.revampHeaderFooter .services-menu-position .services-menu .services-menu-contents .with-new-tag::after {
  content: "新";
  width: 30px;
}

header.revampHeaderFooter .services-menu-position .services-menu .services-menu-contents .services-menu-content {
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 340px;
  width: 100%;
  min-width: 222px;
  height: 250px;
  position: relative;
  overflow: visible;
}

header.revampHeaderFooter .services-menu-position .services-menu .services-menu-contents .services-menu-content .background{
  position: absolute;
  filter: brightness(0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-size: cover;
}

header.revampHeaderFooter .services-menu-position .services-menu .services-menu-contents .services-menu-content a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  height: 100%;
  color: #ffffff !important;
  position: relative;
  z-index: 2;
}

header.revampHeaderFooter .services-menu-position .services-menu .services-menu-contents .services-menu-content .title {
  font-size: 22px;
  line-height: 0.91;
  letter-spacing: 0.44px;
  margin-bottom: 10px;
}

header.revampHeaderFooter .services-menu-position .services-menu .services-menu-contents .services-menu-content .description {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.24px;
  margin: 0;
}

header.revampHeaderFooter .services-menu-position .services-menu .services-menu-contents .services-menu-content .read-more {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  gap: 5px;
}

header.revampHeaderFooter .wine-club-menu-position {
  background-color: #00000080;
  height: 100vh;
}

header.revampHeaderFooter .wine-club-menu-position .wine-club-bg {
  background-color: #ffffff;
}

header.revampHeaderFooter .wine-club-menu-position .wine-club-menu {
  padding: 40px 0;
}

header.revampHeaderFooter .wine-club-menu-position .wine-club-menu .wine-club-menu-links {
  display: grid;
  grid-gap: 8px;
}

header.revampHeaderFooter .wine-club-menu-position .wine-club-menu .wine-club-menu-links li {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  /* padding: 5px 15px; */
  height: 30px;
  display: flex;
  align-items: center;
}

header.revampHeaderFooter .wine-club-menu-position .wine-club-menu .wine-club-menu-links li a.bold {
  font-weight: bold;
  color: #3e3e3e !important;
}

header.revampHeaderFooter .wine-club-menu-position .wine-club-menu .wine-club-menu-content a {
  display: contents;
}

header.revampHeaderFooter .wine-club-menu-position .wine-club-menu .wine-club-menu-content img {
  width: 380px;
  height: 250px;
}

header.revampHeaderFooter .wine-club-menu-position .wine-club-menu .wine-club-menu-content .wine-club-menu-text {
  color: #3e3e3e;
  width: 280px;
  background-color: #faf8f3;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

header.revampHeaderFooter .wine-club-menu-position .wine-club-menu .wine-club-menu-content .wine-club-menu-text .title {
  font-size: 22px;
  line-height: 0.91;
  letter-spacing: 0.44px;
  margin-bottom: 10px;
}

header.revampHeaderFooter .wine-club-menu-position .wine-club-menu .wine-club-menu-content .wine-club-menu-text .description {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.24px;
}

header.revampHeaderFooter .wine-club-menu-position .wine-club-menu .wine-club-menu-content .wine-club-menu-text .share-now {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #bba562 !important;
  display: flex;
  align-items: center;
}

header.revampHeaderFooter .searcher-position {
  display: none;
  position: fixed;
  width: 100%;
  min-height: 100%;
  background-color: #00000080;
  z-index: 100;
}

@media screen and (max-width:1024px) {
  header.revampHeaderFooter .searcher-position {
    top: 0;
  }
}

header.revampHeaderFooter .searcher-position .searcher-bg {
  background-color: #fff;
}

header.revampHeaderFooter .searcher-position .search-container {
  display: flex;
  flex-direction: column;
  position: relative;
}

header.revampHeaderFooter.cce .searcher-position .search-container::before{
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #FBFAF5 0%, rgba(245, 242, 232, 0.5) 100%);
  margin: 0 calc(50% - 50vw);
  z-index: 0;
}
header.revampHeaderFooter.cce .searcher-position .search-container .search-content,
header.revampHeaderFooter.cce .searcher-position .search-container .search-advanced,
header.revampHeaderFooter.cce .searcher-position .search-container .search-content .search-input input{
  z-index: 2;
  background-color: transparent;
}
header.revampHeaderFooter.cce .searcher-position .search-container .search-content .search-suggested .suggested-action a:not(:hover){
  background-color: transparent;
}
header.revampHeaderFooter.cce .searcher-position .search-container .search-advanced{
  z-index: 1;
}

header.revampHeaderFooter .searcher-position .search-container .desktop-close-btn {
  position: absolute;
  right: 10px;
  top: 30px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  header.revampHeaderFooter .searcher-position .search-container .desktop-close-btn {
    display: none;
  }
}

header.revampHeaderFooter .searcher-position .search-container .search-header {
  justify-content: space-between;
  align-items: center;
  background-color: #faf8f3;
  padding: 0 20px;
  height: 66px;
  min-height: 66px;
  max-height: 66px;
  display: none;
}

header.revampHeaderFooter .searcher-position .search-container .search-content {
  padding: 30px 0;
  min-width: 764px;
  max-width: min-content;
  margin: auto;
  background-color: #ffffff;
}

header.revampHeaderFooter .searcher-position .search-container .search-content .advanced-search-position {
  display: none;
}

header.revampHeaderFooter .searcher-position .search-container .search-content .advanced-search-position form{
  height: 100%;
}

header.revampHeaderFooter .searcher-position .search-container .search-content .advanced-search-position .advanced-search-header .mobile-action {
  display: none;
}

header.revampHeaderFooter .searcher-position .search-container .search-content .advanced-search-position .advanced-search-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.34px;
  text-align: center;
  margin-bottom: 24px;
}

header.revampHeaderFooter .searcher-position .search-container .search-content .advanced-search-position .advanced-search-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

header.revampHeaderFooter
  .searcher-position
  .search-container
  .search-content
  .advanced-search-position
  .advanced-search-content
  .advanced-search-action {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header.revampHeaderFooter
  .searcher-position
  .search-container
  .search-content
  .advanced-search-position
  .advanced-search-content
  .advanced-search-action
  a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  color: #ffffff !important;
  background-color: #9d0229;
  border: 1px solid #9d0229;
  padding: 12px 80px;
}

header.revampHeaderFooter
  .searcher-position
  .search-container
  .search-content
  .advanced-search-position
  .advanced-search-content
  .advanced-search-action
  a:hover {
  color: #9d0229 !important;
  background-color: #ffffff;
}

header.revampHeaderFooter .searcher-position .search-container .search-content .advanced-search-position .advanced-search-selectors {
  display: grid;
  grid-column-gap: 36px;
  grid-row-gap: 24px;
  grid-template-columns: 230px 230px 230px;
}

header.revampHeaderFooter .custom-select-outside {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  cursor: auto;
  display: none;
}

header.revampHeaderFooter .custom-select {
  cursor: pointer;
  /* background: url('../img/revampHeaderFooter/icon-arrow-down.svg') no-repeat calc(100% - 10px) center transparent; */
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  /* padding: 12px; */
  position: relative;
}

header.revampHeaderFooter .custom-select.active {
  border: solid 1px #bba562;
}

header.revampHeaderFooter .custom-select .custom-select-title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
}
@media screen and (max-width:1024px) {
  header.revampHeaderFooter .custom-select .custom-select-title {
    padding: 12px 0;
  }
}
header.revampHeaderFooter .custom-select .custom-select-title span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

header.revampHeaderFooter .custom-select .custom-select-title .icon {
  display: block;
  color: #bba661 !important;
}

header.revampHeaderFooter .custom-select .custom-select-title.active .icon {
  transform: rotate(180deg);
}

header.revampHeaderFooter .custom-select .custom-select-options {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 100;
}

header.revampHeaderFooter .custom-select .custom-select-options.large {
  width: 300px;
  cursor: auto;
}

header.revampHeaderFooter .custom-select .custom-select-options li {
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.33px;
  border-radius: 5px;
}

header.revampHeaderFooter .custom-select .custom-select-options li.custom-select-search {
  display: none;
}

header.revampHeaderFooter .custom-select .custom-select-options li.custom-select-multiple,
header.revampHeaderFooter .custom-select .custom-select-options li.price-range {
  padding: 0;
}

header.revampHeaderFooter .custom-select .custom-select-options li.custom-select-multiple .multiple-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  border-bottom: 1px solid #0000001a;
}

header.revampHeaderFooter .custom-select .custom-select-options li.custom-select-multiple .multiple-header > div {
  flex-grow: 1;
  width: min-content;
}

header.revampHeaderFooter .custom-select .custom-select-options li.custom-select-multiple .multiple-header p {
  margin: 0;
}

header.revampHeaderFooter .custom-select .custom-select-options li.custom-select-multiple .multiple-header .selected-conut {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28px;
  opacity: 0.5;
}

header.revampHeaderFooter .custom-select .custom-select-options li.custom-select-multiple .multiple-header .selected-items {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 15px;
}

header.revampHeaderFooter .custom-select .custom-select-options li.custom-select-multiple .multiple-header .clean-all {
  font-size: 14px;
  letter-spacing: 0.26px;
  color: #bba562 !important;
  text-decoration: underline;
  opacity: 0.8;
}

header.revampHeaderFooter .custom-select .custom-select-options li.custom-select-multiple .multiple-items {
  padding: 10px 15px;
  height: fit-content;
  max-height: 160px;
  overflow: hidden;
}

header.revampHeaderFooter .custom-select .custom-select-options li.custom-select-multiple .multiple-items p {
  margin: 0;
}

header.revampHeaderFooter .custom-select .custom-select-options li.custom-select-multiple .multiple-items .multiple-item {
  padding: 10px 0;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.24px;
  color: #666 !important;
}

header.revampHeaderFooter .custom-select .custom-select-options li.custom-select-multiple .multiple-items .multiple-item .multiple-circle {
  border-radius: 100%;
  width: 18px;
  height: 18px;
  border: solid 1px rgba(102, 102, 102, 0.4);
  margin-right: 10px;
}

header.revampHeaderFooter .custom-select .custom-select-options li.price-range .price-range-header {
  padding: 24px 20px 30px;
  border-bottom: solid 1px #0000001a;
}

header.revampHeaderFooter .custom-select .custom-select-options li.price-range .price-range-header .price-range-inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header.revampHeaderFooter .custom-select .custom-select-options li.price-range .price-range-header .price-range-inputs input {
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  outline: none;
  width: 110px;
  text-align: center;
  padding: 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.26px;
}

header.revampHeaderFooter .custom-select .custom-select-options li.price-range .price-range-header .price-range-inputs input:focus {
  border: solid 1px #bca662;
}

header.revampHeaderFooter .custom-select .custom-select-options li.price-range .price-range-header .slider-range {
  border-radius: 5px;
  height: 5px;
  border: none;
}

header.revampHeaderFooter .custom-select .custom-select-options li.price-range .price-range-header .slider-range .ui-slider-range {
  background-color: #bca662;
  opacity: 0.4;
  height: 5px;
}

header.revampHeaderFooter .custom-select .custom-select-options li.price-range .price-range-header .slider-range .ui-slider-handle {
  border-radius: 100%;
  width: 18px;
  height: 18px;
  background-color: #bca662;
  color: #bca662 !important;
  outline: none;
  top: -7.5px;
}

header.revampHeaderFooter .custom-select .custom-select-options li.price-range .price-range-action {
  padding: 17px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header.revampHeaderFooter .custom-select .custom-select-options li.price-range .price-range-action a {
  width: 122px;
  height: 45px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1.5px #bba661;
  color: #bba661 !important;
}

header.revampHeaderFooter .custom-select .custom-select-options li.price-range .price-range-action a {
  border: solid 1.5px #bba661;
  color: #bba661;
}
header.revampHeaderFooter .custom-select .custom-select-options li.price-range .price-range-action a.apply {
  color: #ffffff !important;
  background-color: #bba661;
}

header.revampHeaderFooter .custom-select .custom-select-options li .circle {
  display: none;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: solid 1px rgba(102, 102, 102, 0.4);
  margin-right: 10px;
}

header.revampHeaderFooter .custom-select .custom-select-options li:hover {
  color: #fff !important;
  background-color: #bba562;
}

header.revampHeaderFooter .custom-select .custom-select-options li.custom-select-multiple:hover,
header.revampHeaderFooter .custom-select .custom-select-options li.price-range:hover {
  color: #3e3e3e !important;
  background-color: #ffffff;
}

header.revampHeaderFooter .searcher-position .search-container .search-content .search-input {
  border-bottom: 1px solid #3e3e3e66;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

header.revampHeaderFooter .searcher-position .search-container .search-content .search-input input {
  border: 0;
  outline: 0;
  width: 100%;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.26px;
  padding: 12px 0;
  caret-color: #bba562;
}

header.revampHeaderFooter .searcher-position .search-container .search-content .search-input:not(:hover , :focus-within){
  margin-bottom: 16px;
}

header.revampHeaderFooter .searcher-position .search-container .search-content .search-input:hover,
header.revampHeaderFooter .searcher-position .search-container .search-content .search-input:focus-within{
  border-bottom:2px solid #3e3e3e;
  margin-bottom: 15px;
}

header.revampHeaderFooter .searcher-position .search-container .search-content .search-input input::placeholder {
  opacity: 0.4;
}

header.revampHeaderFooter .searcher-position .search-container .search-content .search-input .clear-action {
  display: none;
}

header.revampHeaderFooter .searcher-position .search-container .search-content .search-input .clear-action img {
  width: 18px;
  height: 18px;
}

header.revampHeaderFooter .searcher-position .search-container .search-content .search-hot {
  display: flex;
  align-items: center;
}

header.revampHeaderFooter .searcher-position .search-container .search-content .search-hot .title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.26px;
  margin-right: 10px;
  margin-bottom: 0;
}

header.revampHeaderFooter .searcher-position .search-container .search-content .search-hot .tags {
  display: flex;
  align-items: center;
}

header.revampHeaderFooter .searcher-position .search-container .search-content .search-hot .tags .tag {
  padding: 5px 10px;
  border: 1px solid #666;
  border-radius: 23.5px;
  margin-right: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #666 !important;
  opacity: 0.6;
  min-width: fit-content;
}

header.revampHeaderFooter .searcher-position .search-container .search-content .search-suggested {
  margin-top: 30px;
  display: none;
}

header.revampHeaderFooter .searcher-position .search-container .search-content .search-suggested .search-suggested-content {
  display: flex;
  align-items: flex-start;
}

header.revampHeaderFooter .searcher-position .search-container .search-content .search-suggested .suggested-brand {
  margin-right: 70px;
}

header.revampHeaderFooter .searcher-position .search-container .search-content .search-suggested .suggested-brand .suggested-brand-title,
header.revampHeaderFooter .searcher-position .search-container .search-content .search-suggested .suggested-products .suggested-products-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.26px;
  margin-bottom: 30px;
}

header.revampHeaderFooter .searcher-position .search-container .search-content .search-suggested .suggested-brand .suggested-brand-images {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr;
}

header.revampHeaderFooter .searcher-position .search-container .search-content .search-suggested .suggested-brand .suggested-brand-images .tag {
  opacity: 0.6;
  border-radius: 23.5px;
  border: solid 1px #666;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #666 !important;
  padding: 5px 10px;
  display: none;
}

header.revampHeaderFooter .searcher-position .search-container .search-content .search-suggested .suggested-brand .suggested-brand-images img {
  width: 90px;
  height: 60px;
}

header.revampHeaderFooter .searcher-position .search-container .search-content .search-suggested .suggested-products .suggested-products-contents {
  display: grid;
  grid-column-gap: 13px;
  grid-row-gap: 23px;
  grid-template-columns: 240px 240px;
}

header.revampHeaderFooter
  .searcher-position
  .search-container
  .search-content
  .search-suggested
  .suggested-products
  .suggested-products-contents
  .suggested-products-content {
  display: flex;
}

header.revampHeaderFooter
  .searcher-position
  .search-container
  .search-content
  .search-suggested
  .suggested-products
  .suggested-products-contents
  .suggested-products-content
  .action {
  display: none;
}

header.revampHeaderFooter
  .searcher-position
  .search-container
  .search-content
  .search-suggested
  .suggested-products
  .suggested-products-contents
  .suggested-products-content
  .image-container {
  position: relative;
  min-width: 102px;
  height: 108px;
  background-color: #faf8f3;
}

header.revampHeaderFooter
  .searcher-position
  .search-container
  .search-content
  .search-suggested
  .suggested-products
  .suggested-products-contents
  .suggested-products-content
  .image-container
  img {
  position: absolute;
  width: 75px;
  height: 108px;
  bottom: 17px;
  left: 50%;
  margin-left: -37px;
}

header.revampHeaderFooter
  .searcher-position
  .search-container
  .search-content
  .search-suggested
  .suggested-products
  .suggested-products-contents
  .suggested-products-content
  .content-container {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

header.revampHeaderFooter
  .searcher-position
  .search-container
  .search-content
  .search-suggested
  .suggested-products
  .suggested-products-contents
  .suggested-products-content
  .content-container
  .content-title {
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.26px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

header.revampHeaderFooter
  .searcher-position
  .search-container
  .search-content
  .search-suggested
  .suggested-products
  .suggested-products-contents
  .suggested-products-content
  .content-container
  .content-price {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.34px;
  margin: 0;
}

header.revampHeaderFooter
  .searcher-position
  .search-container
  .search-content
  .search-suggested
  .suggested-products
  .suggested-products-contents
  .suggested-products-content
  .content-container
  .content-price
  span {
  font-size: 12px;
  letter-spacing: 0.26px;
}

header.revampHeaderFooter .searcher-position .search-container .search-content .search-suggested .suggested-action {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

header.revampHeaderFooter .searcher-position .search-container .search-content .search-suggested .suggested-action a {
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  text-align: center;
  color: #bba562 !important;
  border: solid 1.5px #bba562;
  background-color: #fff;
}

header.revampHeaderFooter .searcher-position .search-container .search-content .search-suggested .suggested-action a:hover {
  color: #ffffff !important;
  background-color: #bba562;
}

header.revampHeaderFooter .searcher-position .search-container .search-advanced {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  background-color: #fff;
  border-top: solid 0.5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1025px) {
  header.revampHeaderFooter .searcher-position .search-container {
    max-width: 1240px;
    margin: auto;
  }
  header.revampHeaderFooter .searcher-position .search-container .search-advanced {
    border-top: solid 0.5px rgba(0, 0, 0, 0.2);
    margin: 0 calc(-50vw - 50%);
  }
}

header.revampHeaderFooter .searcher-position .search-container .search-advanced a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  position: relative;
}

header.revampHeaderFooter .searcher-position .search-container .search-advanced a .icon {
  position: absolute;
  left: calc(100% + 8px);
  top: 0;
  bottom: 0;
  margin: auto;
}

header.revampHeaderFooter .searcher-position .search-container .search-advanced .search-advanced-action-active {
  display: none;
}

header.revampHeaderFooter .searcher-position .search-container .search-advanced .search-advanced-mobile-action {
  display: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  text-align: center;
  color: #fff !important;
  padding: 10px 100px;
  background-color: #9d0229;
}

@media screen and (max-width: 1024px) {
  header.revampHeaderFooter .searcher-position{
    background-color: #ffffff;
    overflow: hidden;
  }
  header.revampHeaderFooter .searcher-position .search-container {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    transition: height 0.1s ease-in-out;
  }

  header.revampHeaderFooter .searcher-position .search-container .search-header {
    display: flex;
  }

  header.revampHeaderFooter .searcher-position .search-container .search-content {
    padding: 20px;
    overflow: auto;
    width: 100%;
    min-width: 100%;
    flex-grow: 1;
  }

  header.revampHeaderFooter .searcher-position .search-container .search-content .search-hot {
    flex-direction: column;
    align-items: flex-start;
  }

  header.revampHeaderFooter .searcher-position .search-container .search-content .search-hot .title {
    margin-bottom: 10px;
  }

  header.revampHeaderFooter .searcher-position .search-container .search-content .search-hot .tags {
    flex-wrap: wrap;
  }

  header.revampHeaderFooter .searcher-position .search-container .search-content .search-hot .tags .tag {
    margin-bottom: 12px;
  }

  header.revampHeaderFooter .searcher-position .search-container .search-content .search-input {
    margin-bottom: 24px;
  }

  header.revampHeaderFooter .searcher-position .search-container .search-content .search-suggested .search-suggested-content {
    flex-direction: column;
  }

  header.revampHeaderFooter .searcher-position .search-container .search-content .search-suggested .suggested-brand {
    margin-right: 0;
    margin-bottom: 40px;
  }

  header.revampHeaderFooter .searcher-position .search-container .search-content .search-suggested .suggested-brand .suggested-brand-title,
  header.revampHeaderFooter .searcher-position .search-container .search-content .search-suggested .suggested-products .suggested-products-title {
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: 0.24px;
  }

  header.revampHeaderFooter .searcher-position .search-container .search-content .search-suggested .suggested-brand .suggested-brand-images {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 8px;
  }

  header.revampHeaderFooter .searcher-position .search-container .search-content .search-suggested .suggested-brand .suggested-brand-images img {
    display: none;
  }

  header.revampHeaderFooter .searcher-position .search-container .search-content .search-suggested .suggested-brand .suggested-brand-images .tag {
    display: block;
  }

  header.revampHeaderFooter .searcher-position .search-container .search-content .search-suggested .suggested-products {
    width: 100%;
  }

  header.revampHeaderFooter .searcher-position .search-container .search-content .search-suggested .suggested-products .suggested-products-contents {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  header.revampHeaderFooter
    .searcher-position
    .search-container
    .search-content
    .search-suggested
    .suggested-products
    .suggested-products-contents
    .suggested-products-content {
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: solid 0.5px rgba(62, 62, 62, 0.2);
  }

  header.revampHeaderFooter
    .searcher-position
    .search-container
    .search-content
    .search-suggested
    .suggested-products
    .suggested-products-contents
    .suggested-products-content
    .action {
    display: block;
  }

  header.revampHeaderFooter
    .searcher-position
    .search-container
    .search-content
    .search-suggested
    .suggested-products
    .suggested-products-contents
    .suggested-products-content
    .image-container {
    min-width: 28px;
    height: 42px;
  }

  header.revampHeaderFooter
    .searcher-position
    .search-container
    .search-content
    .search-suggested
    .suggested-products
    .suggested-products-contents
    .suggested-products-content
    .image-container
    img {
    width: 28px;
    height: 42px;
    position: sticky;
  }

  header.revampHeaderFooter
    .searcher-position
    .search-container
    .search-content
    .search-suggested
    .suggested-products
    .suggested-products-contents
    .suggested-products-content
    .content-container
    .content-title {
    font-size: 13px;
    line-height: normal;
    letter-spacing: 0.24px;
  }

  header.revampHeaderFooter
    .searcher-position
    .search-container
    .search-content
    .search-suggested
    .suggested-products
    .suggested-products-contents
    .suggested-products-content
    .content-container
    .content-price {
    display: none;
  }

  header.revampHeaderFooter .searcher-position .search-container .search-content .search-suggested .suggested-action {
    justify-content: flex-start;
  }

  header.revampHeaderFooter .searcher-position .search-container .search-content .search-suggested .suggested-action a {
    padding: 0;
    border: 0;
    text-decoration: underline;
  }

  header.revampHeaderFooter .searcher-position .search-container .search-content .advanced-search-position {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
  }

  header.revampHeaderFooter .searcher-position .search-container .search-content .advanced-search-position .advanced-search-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #faf8f3;
    padding: 0 20px;
    height: 66px;
  }

  header.revampHeaderFooter .searcher-position .search-container .search-content .advanced-search-position .advanced-search-header .mobile-action {
    display: block;
  }

  header.revampHeaderFooter .searcher-position .search-container .search-content .advanced-search-position .advanced-search-title {
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.3px;
  }

  header.revampHeaderFooter .searcher-position .search-container .search-content .advanced-search-position .advanced-search-selectors {
    grid-template-columns: 100%;
    width: 100%;
    padding: 8px 20px 0;
    grid-gap: 0;
  }
  header.revampHeaderFooter .searcher-position .search-container .search-advanced {
    width: 100%;
    z-index: 100;
  }

  header.revampHeaderFooter
    .searcher-position
    .search-container
    .search-content
    .advanced-search-position
    .advanced-search-content
    .advanced-search-action {
    display: none;
  }

  header.revampHeaderFooter .custom-select {
    background: unset;
    border: 0;
    border-bottom: solid 0.5px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding: 0 0 8px;
    margin:  0 0 8px;
    cursor: auto;
  }

  header.revampHeaderFooter .custom-select .custom-select-title {
    font-size: 14px;
    letter-spacing: 0.3px;
    cursor: pointer;
  }

  header.revampHeaderFooter .custom-select .custom-select-title .icon {
    display: block;
  }

  header.revampHeaderFooter .custom-select .custom-select-options {
    position: unset;
    box-shadow: none;
  }

  header.revampHeaderFooter .custom-select .custom-select-options.large {
    width: 100%;
  }

  header.revampHeaderFooter .custom-select .custom-select-options li {
    padding: 10px 0;
    letter-spacing: 0.24px;
    display: flex;
    align-items: center;
    border-radius: 0;
  }

  header.revampHeaderFooter .custom-select .custom-select-options li.custom-select-multiple {
    flex-direction: column;
    align-items: flex-start;
  }

  header.revampHeaderFooter .custom-select .custom-select-options li.custom-select-multiple .multiple-header {
    display: none;
  }

  header.revampHeaderFooter .custom-select .custom-select-options li.custom-select-multiple .multiple-items {
    padding: 0;
    margin: 0 0 17px;
    width: 100%;
  }

  header.revampHeaderFooter .custom-select .custom-select-options li.price-range .price-range-header {
    padding: 20px 0px 10px;
    width: 100%;
    border: none;
  }

  header.revampHeaderFooter .custom-select .custom-select-options li.price-range .price-range-action {
    display: none;
  }

  header.revampHeaderFooter .custom-select .custom-select-options li .circle {
    display: block;
  }

  header.revampHeaderFooter .custom-select .custom-select-options li:hover {
    color: #666 !important;
    background-color: #fff;
  }

  header.revampHeaderFooter .custom-select .custom-select-options li.custom-select-search {
    border-bottom: solid 1px #3e3e3e66;
    /* opacity: 0.4; */
    margin: 20px 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.24px;
    display: flex;
    padding-bottom: 8px !important;
  }

  header.revampHeaderFooter .custom-select .custom-select-options li.custom-select-search input {
    border: 0;
    outline: 0;
    width: 100%;
    font-weight: 600;
  }

  header.revampHeaderFooter .custom-select .custom-select-options li.custom-select-search input::placeholder{
    color: rgba(62, 62, 62,0.4);
  }

  header.revampHeaderFooter .searcher-position .search-container .search-content .advanced-search-position .advanced-search-content {
    height: calc((100% - 66px) - 60px);
    overflow: auto;
    justify-content: flex-start;
    position: relative;
  }
}

header.revampHeaderFooter .mobile-menu-position {
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #00000080;
  width: 100vw;
  /* height: 100vh; */
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
}

header.revampHeaderFooter .mobile-menu-position.active {
  opacity: 1;
  pointer-events: all;
}
header.revampHeaderFooter .mobile-menu-position.active > *  {
  transform:translateX(0);
}
header.revampHeaderFooter .mobile-menu-position > * {
  transition: all 0.4s ease-in-out;
  transform: translateX(-300px);
}

header.revampHeaderFooter .mobile-menu-position .mobile-menu-container {
  background-color: #ffffff;
  width: 300px;
  /* height: 100vh; */
  display: flex;
  flex-direction: column;
  position: relative;
}

header.revampHeaderFooter .mobile-menu-position .mobile-menu-close {
  width: 55px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 5px 5px 0;
  background-color: #bca662;
  color: #ffffff !important;
}

header.revampHeaderFooter .mobile-menu-position .mobile-menu-container .mobile-menu-header {
  background-color: #faf8f3;
  padding: 0 20px;
  min-height: 66px;
  display: flex;
  align-items: center;
}

header.revampHeaderFooter .mobile-menu-position .mobile-menu-container .mobile-menu-header .mobile-menu-login {
  display: flex;
  align-items: center;
}

@media screen and (max-width:1024px) {
  header.revampHeaderFooter .mobile-menu-position .mobile-menu-container .mobile-menu-header .mobile-menu-login:hover p{
    color: #3e3e3e;
  }
}
header.revampHeaderFooter .mobile-menu-position .mobile-menu-container .mobile-menu-header .mobile-menu-login .login-icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

header.revampHeaderFooter .mobile-menu-position .mobile-menu-container .mobile-menu-header .mobile-menu-login p {
  margin: 0 0 0 5px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
}

header.revampHeaderFooter .mobile-menu-position .mobile-menu-container .mobile-menu-list {
  height: calc(100% - 144px);
  overflow-y: auto;
  position: absolute;
  top: 66px;
  width: 100%;
  bottom: 78px;
}

header.revampHeaderFooter .mobile-menu-position .mobile-menu-container .mobile-menu-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  margin: 0 20px;
  border-bottom: solid 0.5px rgba(0, 0, 0, 0.1);
}

header.revampHeaderFooter .mobile-menu-position .mobile-menu-container .mobile-menu-list li.logout a {
  border: 0;
  font-size: 13px;
  line-height: 1.31;
  letter-spacing: 0.28px;
  color: #666 !important;
  text-decoration: underline;
}

header.revampHeaderFooter .mobile-menu-position .mobile-menu-container .mobile-menu-list li p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

header.revampHeaderFooter .mobile-menu-position .mobile-menu-container .mobile-menu-list li a > div{
  color: #3e3e3e;
  display: flex;
  align-items: center;
}

header.revampHeaderFooter .mobile-menu-position .mobile-menu-container .mobile-menu-list li a > div img {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}

header.revampHeaderFooter .mobile-menu-position .mobile-menu-container .mobile-menu-list li a > div p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.42px;
}

header.revampHeaderFooter .mobile-menu-position .mobile-menu-container .mobile-menu-footer {
  background-color: #f9f9f9;
  padding: 20px;
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}

header.revampHeaderFooter .mobile-menu-position .mobile-menu-container .mobile-menu-footer p {
  font-size: 12px;
  letter-spacing: 0.3px;
  margin-bottom: 1px;
}

header.revampHeaderFooter .mobile-menu-position .mobile-menu-container .mobile-menu-footer a,
header.revampHeaderFooter .mobile-menu-position .mobile-menu-container .mobile-menu-footer .mobile-language-selector p {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  opacity: 0.5;
  text-decoration: underline;
}

header.revampHeaderFooter .mobile-menu-position .mobile-menu-container .mobile-menu-footer .mobile-find-store,
header.revampHeaderFooter .mobile-menu-position .mobile-menu-container .mobile-menu-footer .mobile-language {
  width: 100%;
}

header.revampHeaderFooter .mobile-menu-position .mobile-menu-container .mobile-menu-footer .mobile-language-selector {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header.revampHeaderFooter .mobile-menu-position .mobile-menu-container .mobile-menu-footer .mobile-menu-divider {
  width: 1px;
  margin: 0 14px;
  background-color: rgba(0, 0, 0, 0.2);
}

header.revampHeaderFooter .mobile-menu-position .mobile-sub-menu {
  position: fixed;
  z-index: 1;
  width: 300px;
  height: 100vh;
  background-color: #ffffff;
  top: 0;
  left: -300px;
}

header.revampHeaderFooter .mobile-menu-position .mobile-sub-menu .mobile-menu-list {
  height: calc(100vh - 66px);
  overflow: auto;
}

header.revampHeaderFooter .mobile-menu-position .mobile-sub-menu .mobile-menu-header {
  position: relative;
  height: 66px;
  width: 100%;
  background-color: #faf8f3;
  display: flex;
  align-items: center;
  justify-content: center;
}

header.revampHeaderFooter .mobile-menu-position .mobile-sub-menu .mobile-menu-header .close-icon {
  position: absolute;
  left: 20px;
  width: 20px;
  height: 20px;
}

header.revampHeaderFooter .mobile-menu-position .mobile-sub-menu .mobile-menu-header p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
}

header.revampHeaderFooter .mobile-menu-position .mobile-sub-menu .mobile-menu-items {
  padding: 20px 0;
  margin: 0 20px;
  border-bottom: solid 0.5px rgba(0, 0, 0, 0.1);
}

header.revampHeaderFooter .mobile-menu-position .mobile-sub-menu .mobile-menu-items.with-new-tag {
  display: flex;
  align-items: center;
}

header.revampHeaderFooter .mobile-menu-position .mobile-sub-menu .mobile-menu-items.with-new-tag::after {
  content: 'New';
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 12px;
  width: 60px;
  height: 25px;
  background-color: #9D0229;
  border-radius: 100px;
  margin-left: 8px;
  font-weight: 400;
}
.language-zt header.revampHeaderFooter .mobile-menu-position .mobile-sub-menu .mobile-menu-items.with-new-tag::after,
.language-zh header.revampHeaderFooter .mobile-menu-position .mobile-sub-menu .mobile-menu-items.with-new-tag::after {
  content: "新";
  width: 30px;
}

header.revampHeaderFooter .mobile-menu-position .mobile-sub-menu .mobile-menu-items a:hover {
  opacity: 1;
}

header.revampHeaderFooter .mobile-menu-position .mobile-sub-menu .mobile-menu-items a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header.revampHeaderFooter .mobile-menu-position .mobile-sub-menu .mobile-menu-items a .icon{
  width: 100px;
  height: 14px;
  object-fit: contain;
  object-position: right center;
  display: flex;
  justify-content: flex-end;
}
header.revampHeaderFooter .mobile-menu-position .mobile-sub-menu .mobile-menu-items:not(.open) a .icon.expand {
  display: none;
}
header.revampHeaderFooter .mobile-menu-position .mobile-sub-menu .mobile-menu-items.open a .icon{
  display: none;
}
header.revampHeaderFooter .mobile-menu-position .mobile-sub-menu .mobile-menu-items.open a .icon.expand{
  display: block;
}

header.revampHeaderFooter .mobile-menu-position .mobile-sub-menu .mobile-menu-items .mobile-menu-child {
  display: none;
}

header.revampHeaderFooter .mobile-menu-position .mobile-sub-menu .mobile-menu-items .mobile-menu-child li {
  margin-left: 10px;
  padding-top: 20px;
}
header.revampHeaderFooter .mobile-menu-position .mobile-sub-menu .mobile-menu-items .mobile-menu-child.mobile-products-hot-brands-position li:last-of-type{
  margin-left: 0;
}

header.revampHeaderFooter .mobile-menu-position .mobile-sub-menu .mobile-menu-items .mobile-menu-child li a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  color: #666 !important;
}

header.revampHeaderFooter .mobile-menu-position .mobile-sub-menu .mobile-menu-items .mobile-menu-child li.images {
  display: grid;
  grid-template-columns: 80px 80px 80px;
  grid-gap: 8px;
  margin: 0;
  padding-top: 8px;
}

header.revampHeaderFooter .mobile-menu-position .mobile-sub-menu .mobile-menu-items .mobile-menu-child li.images img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

header.revampHeaderFooter .mobile-menu-position .mobile-sub-menu .mobile-menu-items .mobile-menu-child li a.view-all {
  padding: 18px 0 50px 0;
  text-decoration: underline;
}

footer.revampHeaderFooter .my-cart-foot{
  background-color: #ffffff;
}

footer.revampHeaderFooter .subcribe {
  text-align: center;
  padding: 60px 0;
  background-image: url("../img/revampHeaderFooter/footer-subcribe-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

footer.revampHeaderFooter .subcribe .title {
  font-size: 24px;
  letter-spacing: 0.48px;
  color: #666 !important;
  margin-bottom: 24px;
}
html:not([lang^="en"]) footer.revampHeaderFooter .subcribe .title {
  font-size: 28px;
}

footer.revampHeaderFooter .subcribe .input-box {
  width: 650px;
  margin: 0 auto;
  position: relative;
}
footer.revampHeaderFooter .subcribe .successMsg {
  display: none;
  color: #2d962d;
}

footer.revampHeaderFooter .subcribe .input-box input {
  font-size: 16px;
  padding: 13px 20px;
  width: 100%;
  outline: none;
  border: 0;
  border-radius: 0;
  height: 50px;
  letter-spacing: 0.32px;
}
@media screen and (max-width:1024px) {
  footer.revampHeaderFooter .subcribe .input-box input {
    height: 40px;
    font-size: 12px;
  }
  footer.revampHeaderFooter .subcribe .content{
    padding: 0;
  }
}

footer.revampHeaderFooter .subcribe .input-box input::placeholder {
  opacity: 0.3;
  color: #666 !important;
}

footer.revampHeaderFooter .subcribe .input-box a {
  padding: 0;
  min-width: 140px;
  width: 140px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  font-size: 14px;
  letter-spacing: 0.28px;
  background-color: #bba661;
  font-weight: 600;
}

footer.revampHeaderFooter .subcribe .input-box a:hover {
  color: #ffffff !important;
}

footer.revampHeaderFooter .subcribe .email-error {
  color: #9d0229 !important;
  width: 50%;
  margin: 0 auto;
  text-align: start;
  padding-top: 5px;
  position: absolute;
  top: 45px;
  left: 20px;
  width: 100%;
  display: none;
}

@media screen and (max-width: 1024px) {
  footer.revampHeaderFooter .subcribe {
    padding: 20px 38px 30px 38px;
  }

  footer.revampHeaderFooter .subcribe .title {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.12px;
    margin-bottom: 14px;
  }
  html:not([lang^="en"]) footer.revampHeaderFooter .subcribe .title {
    font-size: 12px;
    letter-spacing: 0.8px;
    font-weight: normal;
  }

  footer.revampHeaderFooter .subcribe .input-box {
    width: 370px;
  }

  footer.revampHeaderFooter .subcribe .input-box a {
    padding: 13px;
    color: #ffffff !important;
    font-size: 14px;
    letter-spacing: 0.28px;
    background-color: #bba661;
    height: 40px;
    min-width: 74px;
    width: 74px;
  }

  footer.revampHeaderFooter .subcribe .email-error {
    font-size: 10px;
  }
}

footer.revampHeaderFooter .sub-footer {
  background-color: #ffffff;
  padding: 40px 0;
}

footer.revampHeaderFooter .sub-footer .content{
  max-width: unset;
}

footer.revampHeaderFooter .sub-footer .left {
  display: flex;
  gap: 24px;
  grid-gap: 24px;
  flex-wrap: wrap;
}

footer.revampHeaderFooter .sub-footer .left .position {
  position: relative;
}

footer.revampHeaderFooter .sub-footer .left .position p {
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-align: center;
  color: #666 !important;
  position: absolute;
  width: 100%;
}

footer.revampHeaderFooter .sub-footer .left img {
  height: 50px;
}

footer.revampHeaderFooter .sub-footer .right {
  display: flex;
  gap: 30px;
  grid-gap: 30px;
  flex-wrap: wrap;
}

footer.revampHeaderFooter .sub-footer .right img {
  height: 32px;
  max-width: unset;
}

footer.revampHeaderFooter .sub-footer .divider {
  min-width: 2px;
  width: 2px;
  height: 66px;
  background-color: #979797;
  margin: 0 40px;
}
@media screen and (max-width:768px) {
  footer.revampHeaderFooter .subcribe .input-box {
    width: 300px;
  }

  footer.revampHeaderFooter .sub-footer .right {
    justify-content: center;
  }
}

@media screen and (max-width: 1440px) {
  footer.revampHeaderFooter .sub-footer .left {
    gap: 12px;
    grid-gap: 12px;
  }

  footer.revampHeaderFooter .sub-footer .right {
    gap: 15px;
    grid-gap: 15px;
  }

  footer.revampHeaderFooter .sub-footer .divider {
    margin: 0 20px;
  }
}

@media screen and (max-width: 1024px) {
  footer.revampHeaderFooter .sub-footer .content {
    flex-direction: column;
    gap: 15px;
  }
  footer.revampHeaderFooter .sub-footer .left {
    justify-content: center;
    gap: 15px;
  }

  footer.revampHeaderFooter .sub-footer .divider {
    display: none;
  }
  
  footer.revampHeaderFooter .sub-footer{
    padding: 16px 0;
  }
}

footer.revampHeaderFooter .main-footer {
  padding: 40px 0;
}

footer.revampHeaderFooter .main-footer .menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

footer.revampHeaderFooter .main-footer .menu .items .items-title {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  opacity: 0.7;
  margin-bottom: 8px;
}

footer.revampHeaderFooter .main-footer .menu .items .items-title .icon {
  display: none;
}

footer.revampHeaderFooter .main-footer .menu .items ul li {
  padding: 3px 0;
}

footer.revampHeaderFooter .main-footer .menu .items ul li a {
  color: #ffffff !important;
  font-size: 14px;
  letter-spacing: 0.28px;
  opacity: 0.6;
}

footer.revampHeaderFooter .main-footer .menu .find-store {
  display: flex;
  align-items: center;
}

footer.revampHeaderFooter .main-footer .menu .find-store .icon {
  margin-right: 5px;
  width: 34px;
  height: 34px;
}

footer.revampHeaderFooter .main-footer .menu .find-store .title {
  opacity: 0.7;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  color: #fff !important;
  margin: 0;
}

footer.revampHeaderFooter .main-footer .menu .find-store .description {
  opacity: 0.6;
  font-size: 12px;
  letter-spacing: 0.24px;
  color: #fff !important;
  margin: 0;
}

footer.revampHeaderFooter .main-footer .menu .download .title {
  opacity: 0.7;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  color: #fff !important;
}

footer.revampHeaderFooter .main-footer .menu .download .description {
  opacity: 0.6;
  font-size: 12px;
  letter-spacing: 0.28px;
  color: #fff !important;
}

footer.revampHeaderFooter .main-footer .menu .download .googleplay {
  margin-right: 20px;
}

footer.revampHeaderFooter .main-footer .divider {
  height: 2px;
  opacity: 0.3;
  background-color: #fff;
  margin: 40px 0;
}

footer.revampHeaderFooter .main-footer .footer-bottom .medias {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

footer.revampHeaderFooter .main-footer .footer-bottom .medias .description {
  opacity: 0.6;
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #fff !important;
}
footer.revampHeaderFooter .main-footer .footer-bottom .medias .description p {
  margin: 0;
}

footer.revampHeaderFooter .main-footer .footer-bottom .medias .icons .icons-title {
  display: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  color: #fff !important;
  opacity: 0.7;
  margin-bottom: 8px;
}

footer.revampHeaderFooter .main-footer .footer-bottom .medias .icons .icons-images {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 30px 30px 30px;
}

footer.revampHeaderFooter .main-footer .footer-bottom .copy-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0.6;
  font-size: 12px;
  letter-spacing: 0.24px;
  color: #fff !important;
}

footer.revampHeaderFooter .main-footer .footer-bottom .copy-right p {
  margin: 0;
}

@media screen and (max-width: 768px) {
  footer.revampHeaderFooter .main-footer {
    padding: 14px 0;
  }

  footer.revampHeaderFooter .main-footer .menu {
    flex-direction: column;
  }

  footer.revampHeaderFooter .main-footer .menu .items {
    border-bottom: 1px solid #272727;
    width: 100%;
  }

  footer.revampHeaderFooter .main-footer .menu .items .items-title {
    padding: 23px 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  footer.revampHeaderFooter .main-footer .menu .items .items-title .icon {
    display: block;
  }

  footer.revampHeaderFooter .main-footer .menu .items .items-title .icon.expand {
    display: none;
  }

  footer.revampHeaderFooter .main-footer .menu .items ul {
    display: none;
  }

  footer.revampHeaderFooter .main-footer .menu .items ul li {
    padding-bottom: 24px;
  }

  footer.revampHeaderFooter .main-footer .menu .find-store,
  footer.revampHeaderFooter .main-footer .menu .download {
    padding: 22px 0;
    border-bottom: 1px solid #272727;
    width: 100%;
  }

  footer.revampHeaderFooter .main-footer .divider {
    display: none;
  }

  footer.revampHeaderFooter .main-footer .footer-bottom .medias {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin: 0;
  }

  footer.revampHeaderFooter .main-footer .footer-bottom .medias .description {
    padding: 22px 0;
    border-bottom: 1px solid #272727;
    width: 100%;
    display: grid;
    grid-gap: 8px;
  }

  footer.revampHeaderFooter .main-footer .footer-bottom .medias .icons {
    padding: 22px 0;
    border-bottom: 1px solid #272727;
    width: 100%;
  }

  footer.revampHeaderFooter .main-footer .footer-bottom .medias .icons .icons-title {
    display: block;
  }

  footer.revampHeaderFooter .main-footer .footer-bottom .medias .icons .icons-images {
    grid-gap: 36px;
  }

  footer.revampHeaderFooter .main-footer .footer-bottom .copy-right {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 22px 0;
    width: 100%;
  }

  footer.revampHeaderFooter .main-footer .footer-bottom .copy-right p {
    margin-top: 10px;
  }
}

#globalWrapper [class*="-icon"] {
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}

#globalWrapper .news-icon {
  background-image: url("../img/revampHeaderFooter/css_sprites_v2.png");
  background-size: calc(216px * 0.5) calc(162px * 0.5);
  width: 22px;
  height: 22px;
  /* background: url('../img/revampHeaderFooter/css_sprites.png') -10px -10px; */
  background-position: calc(-5px * 0.5) calc(-113px * 0.5);
}
#globalWrapper .news-icon:hover {
  /* background: url('../img/revampHeaderFooter/css_sprites.png') -52px -10px; */
  background-position: calc(-109px * 0.5) calc(-59px * 0.5);
}

#globalWrapper .search-icon {
  background-image: url("../img/revampHeaderFooter/css_sprites_v2.png");
  background-size: calc(216px * 0.5) calc(162px * 0.5);
  width: 22px;
  height: 22px;
  /* background: url('../img/revampHeaderFooter/css_sprites.png') -10px -52px; */
  background-position: calc(-113px * 0.5) calc(-113px * 0.5);
}
#globalWrapper .search-icon:hover {
  /* background: url('../img/revampHeaderFooter/css_sprites.png') -52px -52px; */
  background-position: calc(-59px * 0.5) calc(-113px * 0.5);
}

#globalWrapper .login-icon {
  background-image: url("../img/revampHeaderFooter/css_sprites_v2.png");
  background-size: calc(216px * 0.5) calc(162px * 0.5);
  width: 22px;
  height: 22px;
  /* background: url('../img/revampHeaderFooter/css_sprites.png') -94px -10px; */
  background-position: calc(-59px * 0.55) calc(-59px * 0.55);
  background-size: calc(216px * 0.55) calc(162px * 0.55);
}
#globalWrapper .login-container:hover .login-icon {
  background-image: url("../img/revampHeaderFooter/css_sprites_v2.png");
  background-size: calc(216px * 0.5) calc(162px * 0.5);
  width: 22px;
  height: 22px;
  /* background: url('../img/revampHeaderFooter/css_sprites.png') -94px -52px; */
  background-position: calc(-5px * 0.5) calc(-59px * 0.5);
  background-size: calc(216px * 0.5) calc(162px * 0.5);
}

#globalWrapper .cart-icon {
  background-image: url("../img/revampHeaderFooter/css_sprites_v2.png");
  background-size: calc(216px * 0.5) calc(162px * 0.5);
  width: 22px;
  height: 22px;
  /* background: url('../img/revampHeaderFooter/css_sprites.png') -10px -94px; */
  background-position: calc(-59px * 0.5) calc(-5px * 0.5);
}
#globalWrapper .cart-icon:hover {
  /* background: url('../img/revampHeaderFooter/css_sprites.png') -52px -94px; */
  background-position: calc(-5px * 0.5) calc(-5px * 0.5);
}

#globalWrapper .side-menu-icon {
  background-image: url("../img/revampHeaderFooter/css_sprites_v2.png");
  background-size: calc(216px * 0.5) calc(162px * 0.5);
  width: 22px;
  height: 22px;
  /* background: url('../img/revampHeaderFooter/css_sprites.png') -94px -94px; */
  background-position: calc(-167px * 0.5) calc(-5px * 0.5);
}

#globalWrapper .arrow-icon {
  width: 14px;
  height: 14px;
  background: url("../img/revampHeaderFooter/css_sprites.png") -136px -93px;
}

#globalWrapper .arrow-left-icon {
  width: 21px;
  height: 21px;
  background: url("../img/revampHeaderFooter/css_sprites.png") -136px -52px;
}

#globalWrapper .fav-icon {
  background-image: url("../img/revampHeaderFooter/css_sprites_v2.png");
  background-size: calc(216px * 0.5) calc(162px * 0.5);
  width: 22px;
  height: 22px;
  /* background: url('../img/revampHeaderFooter/css_sprites.png') -136px -10px; */
  background-position: calc(-113px * 0.5) calc(-5px * 0.5);
}

#globalWrapper .content {
  max-width: 1240px;
}

#globalWrapper .mr-30, .mr-30 {
  margin-right: 24px;
}

#globalWrapper .flex, .flex {
  display: flex;
}

#globalWrapper .items-center, .items-center {
  align-items: center;
}

#globalWrapper .items-start, .items-start {
  align-items: flex-start;
}

#globalWrapper .items-end, .items-end {
  align-items: flex-end;
}

#globalWrapper .justify-center, .justify-center {
  justify-content: center;
}

#globalWrapper .justify-between, .justify-between {
  justify-content: space-between;
}

footer.revampHeaderFooter .main-footer .menu .download .googleplay,
footer.revampHeaderFooter .main-footer .menu .download .appstore {
  width: 139px;
}

header.revampHeaderFooter .main-header .content .actions .cart-container .mini-cart-empty .cart-contents li {
  padding: 20px 20px 0 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: lowercase;
}
header.revampHeaderFooter .main-header .content .actions .cart-container .mini-cart-empty .cart-contents li::first-letter {
  text-transform: uppercase;
}
/* mobile lang popup */
.mobile-popup {
  display: none;
}

.mobile-popup-bg {
  display: none;
  opacity: 0.5;
  background-color: #000;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
}

.mobile-popup-container {
  width: 100%;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #fff;
  z-index: 10001;
  border-radius: 20px 20px 0px 0px;
}
.mobile-popup-container .mobile-popup-header {
  position: relative;
}
.mobile-popup-container .mobile-popup-header .mobile-popup-title {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.mobile-popup-box {
  font-size: 16px;
  color: #3e3e3e !important;
  padding: 20px 20px 25px;
}
.mobile-popup-values .form-check .form-check-input {
  position: absolute;
  opacity: 0;
}
.mobile-popup-values .form-check .form-check-input {
  position: absolute;
  opacity: 0;
}
.mobile-popup-values .form-check .form-check-input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  background: #fff;
  margin: 0 !important;
  border: 0px;
}
.mobile-popup-values .form-check .form-check-input + label:before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: solid 1px rgba(102, 102, 102, 0.4);
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.mobile-popup-values .form-check .form-check-input:checked + label:before {
  background: #fff;
  width: 18px;
  height: 18px;
  border: solid 1px rgba(102, 102, 102, 0.4);
  border-radius: 18px;
}
.mobile-popup-values .form-check .form-check-input:checked + label:after {
  font-family: "fontello";
  content: "\E837";
  color: #fff !important;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  font-weight: bold;
  background: #bba562;

  font-size: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-popup-values .form-check .form-check-label {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #666 !important;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}
.mobile-popup-values .form-check .mobile-lang-check-count {
  font-size: 12px;
  text-align: right;
  color: #666 !important;
  vertical-align: top;
  float: right;
}
.mobile-popup-container .mobile-popup-bottom {
  position: initial;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  display: block;
  z-index: 100;
  padding: 12px;
}
.mobile-popup-container .mobile-popup-bottom .mobile-popup-confirm {
  width: 600px;
  height: 45px;
  background-color: #9d0229;
  font-size: 14px;
  color: #fff !important;
  border: 0px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.btn-close-mobile {
  position: absolute;
  display: block;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  height: fit-content;
}

@media screen and (max-width: 768px) {
  .mobile-popup-container {
    height: fit-content;
  }
  .mobile-popup-container .mobile-popup-bottom .mobile-popup-confirm {
    padding: 0px;
    width: 298px;
  }
}
.mobile-add-to-cart .mobile-popup-container .mobile-popup-title {
  border-bottom: unset;
}

.price-range .irs .irs-slider {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background: #bca662;
}
.price-range .irs .irs-bar {
  background: #bca662;
  opacity: 0.4;
  height: 5px;
  top: 28px;
}
.price-range .irs .irs-line {
  height: 5px;
  top: 28px;
}
.price-range .irs .irs-line .irs-line-left,
.price-range .irs .irs-line .irs-line-mid,
.price-range .irs .irs-line .irs-line-right {
  height: 5px;
  background-color: #e1e4e9;
  border-radius: 10px;
}
.price-range .irs .irs-bar-edge {
  background: #bca662;
  height: 5px;
  top: 28px;
}
.price-range .irs .irs-max,
.price-range .irs .irs-min,
.price-range .irs .irs-single {
  background: none;
  font-size: 14px;
  color: #3e3e3e !important;
}
.price-range .irs .irs-from,
.price-range .irs .irs-single,
.price-range .irs .irs-to {
  background: none;
  border-top: 0px;
  font-size: 14px;
  color: #3e3e3e !important;
}
.price-range .irs .irs-from:after,
.price-range .irs .irs-single:after,
.price-range .irs .irs-to:after {
  background: none;
  border-top: 0px;
}
.price-range .price-range-from,
.price-range .price-range-to {
  width: 120px;
  height: 40px;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 14px;
  color: #3e3e3e !important;
}
/* price range */
.price-range .irs .irs-from,
.price-range .irs .irs-single,
.price-range .irs .irs-to,
.price-range .irs .irs-min,
.price-range .irs .irs-max {
  display: none;
}

#globalWrapper .sub-header > *,
header.revampHeaderFooter .sub-header .content .menu li a,
header.revampHeaderFooter .menu-position > div .content li a,
header.revampHeaderFooter .gift-ideas-menu-position .gift-ideas-menu .gift-ideas-menu-content .gift-ideas-menu-text .create-now,
header.revampHeaderFooter .searcher-position .search-container .search-advanced .search-advanced-action-active,
header.revampHeaderFooter
  .searcher-position
  .search-container
  .search-content
  .advanced-search-position
  .advanced-search-header
  .advanced-search-title,
header.revampHeaderFooter
  .searcher-position
  .search-container
  .search-content
  .advanced-search-position
  .advanced-search-content
  .advanced-search-selectors
  .custom-select
  .custom-select-title {
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  header.revampHeaderFooter .mobile-menu-position .mobile-sub-menu .mobile-menu-items a {
    color: #3e3e3e !important;
  }
  header.revampHeaderFooter .custom-select-outside {
    display: none !important;
  }
  header.revampHeaderFooter .custom-select.active {
    border: 0 !important;
    border-bottom: solid 0.5px rgba(0, 0, 0, 0.1) !important;
  }
  header.revampHeaderFooter .main-header .content .actions .cart-container .mini-cart-position {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  header.revampHeaderFooter .searcher-position .search-container .search-content .search-hot .title {
    font-size: 13px;
  }
  header.revampHeaderFooter .searcher-position .search-container .search-advanced a {
    font-size: 14px;
  }
}

/* checkbox */
header.revampHeaderFooter .advanced-search-selectors .custom-select .custom-select-options li {
  padding: 0px;
}
header.revampHeaderFooter .custom-select-options .multiple-items {
  padding: 10px 15px;
  height: 200px;
  overflow: hidden;
  cursor: auto;
}
header.revampHeaderFooter .custom-select .custom-select-options li.custom-select-multiple .multiple-items {
  display: flex;
  flex-direction: column;
  padding-top: 0;
}
header.revampHeaderFooter .custom-select .custom-select-options li.custom-select-multiple .multiple-items.multiple-items-bubble {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px 7px;
  padding: 10px 15px;
  align-content: flex-start;
  height: fit-content;
  max-height: 240px;
}
@media screen and (max-width:1024px) {
  header.revampHeaderFooter .custom-select .custom-select-options li.custom-select-multiple .multiple-items.multiple-items-bubble {
    padding: 0 0 15px;
  }
}
header.revampHeaderFooter .multiple-items.multiple-items-bubble .form-check {
  height: fit-content;
}
header.revampHeaderFooter .multiple-items.multiple-items-bubble .form-check .form-check-label {
  width: 73px;
  height: 36px;
  padding-left: unset;
  justify-content: center;
  align-items: center;
  color: rgba(102, 102, 102, 0.6);
  font-weight: 600;
}
header.revampHeaderFooter .multiple-items.multiple-items-bubble .form-check .form-check-label input:before,
header.revampHeaderFooter .multiple-items.multiple-items-bubble .form-check .form-check-label input:checked:before {
  height: 100%;
  width: 73px;
  z-index: 1;
  border-radius: 23.5px;
  background: transparent;
}
header.revampHeaderFooter .multiple-items.multiple-items-bubble .form-check .form-check-label input:checked:before {
  border-color: #bba562;
}
header.revampHeaderFooter .multiple-items.multiple-items-bubble .form-check .form-check-label input:checked + *{
 color: #bba562;
}
header.revampHeaderFooter .multiple-items.multiple-items-bubble .form-check .form-check-label input:after,
header.revampHeaderFooter .multiple-items.multiple-items-bubble .form-check .form-check-label input:checked:after {
  content: unset;
}
header.revampHeaderFooter .multiple-items .form-check:empty {
  display: none;
}
header.revampHeaderFooter .multiple-items .form-check .form-check-input {
  position: absolute;
  opacity: 1;
  -webkit-appearance: none;
  appearance: none;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;

  height: unset;
  width: unset;
  border: none;
  background: unset;
}
header.revampHeaderFooter .multiple-items .form-check label {
  position: relative;
  cursor: pointer;
  padding: 0;
  background: #fff;
  padding-left: 28px;
}
header.revampHeaderFooter .multiple-items .form-check label .form-check-input:before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: solid 1px rgba(102, 102, 102, 0.4);
  background: #fff;
  margin-right: 12px;
  position: absolute;
  pointer-events: none;

  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
header.revampHeaderFooter .multiple-items .form-check label .form-check-input:checked:before {
  background: #fff;
  width: 18px;
  height: 18px;
  border: solid 1px rgba(102, 102, 102, 0.4);
  border-radius: 18px;
}
header.revampHeaderFooter .multiple-items .form-check label .form-check-input:checked:after {
  font-family: "fontello";
  content: "\E837";
  color: #fff !important;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  font-weight: bold;
  background: #bba562;
  pointer-events: none;

  font-size: 6px;
  padding-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header.revampHeaderFooter .multiple-items .form-check .form-check-label {
  width: 270px;
  padding-left: 28px;
  font-size: 13px;
  color: #666;
  margin: 0;
  display: flex;
  align-items: center;
  height: 40px;
}
@media screen and (max-width: 1024px) {
  header.revampHeaderFooter .multiple-items .form-check .form-check-label {
    height: 33px;
  }
}
@media screen and (min-width: 1025px) {
  #globalWrapper .main-header .content,
  #globalWrapper .sub-header > *,
  header.revampHeaderFooter .menu-position > div .content {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1240px;
    margin: auto;
  }
  /* header.revampHeaderFooter .menu-position [class$='-bg']{
    height: 0;
  } */
  header .nav .product-menu-position, .gift-ideas-menu-position{
    z-index: unset;
  }
}

/* add-cart-action */
.mobile-popup .actions {
  max-width: 280px;
  width: 100%;
  height: 45px;
  margin: auto;
}
.mobile-popup .actions .add-cart-action .add-cart {
  border-radius: 100%;
  background-color: #9d0229;
  color: #ffffff !important;
  box-shadow: 0 2px 8px 0 rgba(95, 30, 47, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-popup .actions .cart-input {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  border-radius: 22.5px;
  border: solid 0.5px rgba(62, 62, 62, 0.2);
  background-color: #fff;
  padding: 0 20px;
}

.mobile-popup .actions .cart-input .icon {
  color: #9d0229 !important;
  font-size: 19px;
}

.mobile-popup .actions .cart-input .icon.disabled{
  opacity: 0.4;
  pointer-events: none;
}
  

.mobile-popup .actions .cart-input input {
  border: 0;
  outline: 0;
  letter-spacing: 0.43px;
  text-align: center;
  color: #3e3e3e !important;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
}
.mobile-popup .mobile-popup-values {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.mobile-popup .mobile-popup-values .product-name {
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: normal;
}
.mobile-add-to-cart .mobile-popup-box {
  padding: 0 48px 22px;
}
.mobile-add-to-cart .mobile-popup-bottom {
  display: flex;
  justify-content: space-between;
  padding: 12px 20px;
}
.mobile-add-to-cart .product-total-price {
  display: none;
  gap: 5px;
  font-size: 12px;
  align-items: center;
  color: rgba(62, 62, 62, 0.8);
}
.mobile-add-to-cart .product-total-price .price {
  font-size: 18px;
  font-weight: bold;
  color: #3e3e3e;
}

.mobile-add-to-cart .mobile-popup-bottom .mobile-popup-confirm {
  /* max-width: 168px; */
  width: 100%;
  margin-right: 0;
  margin: 0 20px;
}
.mobile-add-to-cart-confirm .mobile-popup-container {
  top: 62px;
  bottom: unset;
  margin: 0 auto;
  width: calc(100% - 40px);
  border-radius: 5px;
}

.mobile-add-to-cart-confirm .mobile-popup-values {
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
}
.mobile-add-to-cart-confirm .mobile-popup-values .checkmark {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9d0229;
  border-radius: 100%;
  color: #fff;
  font-size: 8px;
  padding: 0 3px 1px 0;
}
.mobile-add-to-cart-confirm .mobile-popup-bottom {
  padding: 8px 20px;
  border-radius: 0 0 5px 5px;
  display: flex;
  justify-content: center;
}

header.revampHeaderFooter.cce .mobile-add-to-cart-confirm .mobile-popup-values .checkmark,
header.revampHeaderFooter.cce .mobile-add-to-cart-confirm .mobile-popup-bottom .mobile-popup-confirm{
  background-color: #bba562;
}
/* add-cart-action end */

/* common pop up */
.common-popup{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000080;
  display: none;
  z-index: 2;
}
.common-popup .popup-container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #ffffff;
  padding: 32px 20px;
  border-radius: 5px;
}
.common-popup .popup-container .popup-header .close-btn{
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
}
.common-popup .popup-container .popup-header .close-btn img{
  width: 17px;
  height: 17px;
}
.common-popup .popup-container .title{
  font-size: 24px;
  line-height: 40px;
  color: #9D0229;
}
.common-popup .popup-container .description{
  font-size: 14px;
  color: #3E3E3E;
}
.common-popup .popup-container .btn-container > *{
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  border: 2px solid #9d0229;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-popup .popup-container .btn-container > *:hover{
  opacity: 1;
  cursor: pointer;
}
.common-popup .popup-container .btn-red{
  color: #ffffff;
  background-color: #9d0229;
}
.common-popup .popup-container .btn-red:hover{
  color: #9d0229;
  background-color: #ffffff;
}
.common-popup .popup-container .btn-red-flip{
  color: #9d0229;
  background-color: #ffffff;
}
.common-popup .popup-container .btn-red-flip:hover{
  color: #ffffff;
  background-color: #9d0229;
}
/* common pop up */

/* cce fresh cart pop up */
.cce-start-fresh-cart .popup-container {
  max-width: 562px;
  width: 100%;
}
.cce-start-fresh-cart .popup-container .popup-body{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cce-start-fresh-cart .popup-container .popup-body .logo{
  margin-bottom: 8px;
}
.cce-start-fresh-cart .popup-container .popup-body .title{
  margin-bottom: 8px;
}
.cce-start-fresh-cart .popup-container .popup-body .description{
  margin-bottom: 28px;
  max-width: 454px;
}
.cce-start-fresh-cart .popup-container .popup-body .btn-container{
  display: grid;
  gap: 8px;
  width: 100%;
  max-width: 270px;
}
@media screen and (max-width:768px) {
  .cce-start-fresh-cart .popup-container {
    max-width: unset;
    transform: unset;
    top: unset;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px 5px 0 0;
  }
  .cce-start-fresh-cart .popup-container .popup-body .description{
    margin-bottom: 24px;
  }
  .cce-start-fresh-cart .popup-container .popup-body .btn-container{
    max-width: 298px;
  }
}
/* cce fresh cart pop up */

/* cce confirm fill */
.cce-confirm-fill .popup-container {
  max-width: 562px;
  width: 100%;
  padding: 48px 65px;
}
.cce-confirm-fill .popup-container  .popup-header .close-btn{
  top: 20px;
  right: 20px;
}
.cce-confirm-fill .popup-container .popup-body .title{
  font-family: OpenSans;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #3E3E3E;
  margin-bottom: 16px;
}
.cce-confirm-fill .popup-container .popup-body .confirm{
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cce-confirm-fill .popup-container .popup-body .confirm .checkbox-container{
  padding-left: 24px;
}
.cce-confirm-fill .popup-container .popup-body .btn-container{
  max-width: 270px;
  margin: auto;
}
@media screen and (max-width:1024px) {
  .cce-confirm-fill .popup-container {
    padding: 48px 20px 32px;
    max-width: unset;
    transform: unset;
    top: unset;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px 20px 0 0;
  }
  .cce-confirm-fill .popup-container .popup-body .btn-container{
    max-width: 298px;
  }
}
/* cce confirm fill */

/* timeout popup */
.error-section-container .error-container{
  width: 335px;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 16px;
}
.error-section-container .error-container .logo{
  width: 120px;
  height: 120px;
}
.error-section-container .error-container .logo img{
  width: 100%;
  height: 100%;
}
.error-section-container .error-container .title{
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.33px;
  color: #3E3E3E;
}
.error-section-container .error-container .description{
  font-size: 12px;
  line-height: 130%;
  color: #7B7B7B;
}
.error-section-container .error-container .btn{
  width: 100%;
  background: #9D0229;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  color: #FFFFFF;
}
@media screen and (max-width:1024px) {
  .error-section-container .error-container .title{
      font-size: 16px;
      line-height: 180%;
      letter-spacing: normal;
  }
}
/* timeout popup */

footer .goToTop {
  position: fixed;
  right: 44px;
  bottom: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(187, 165, 98, 0.2);
  border-radius: 50%;
  font-size: 20px;
  color: #bba661;
  cursor: pointer;
  z-index: 111;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  footer .goToTop {
    width: 30px;
    height: 30px;
    font-size: 13px;
    right: 29px;
    bottom: 130px;
  }
}

/* Main */
main,
main[class*='RedemptionListingPage'] {
  margin-top: 189px;
}
main.VigGenericPage,
main.VigWineStorage,
main.VigAboutEnPrimeur,
main.VigEnPrimeurProductList,
main.VigEnPrimeurOrderHistory,
main.VigWineStorageBasket,
main.VigWineStorageHistory,
main.VigWineStorageOrder{
  margin-top: unset;
}
@media screen and (max-width: 1024px) {
  main,
  main[class*='RedemptionListingPage'] {
    margin-top: 67px;
  }
  main.VigGenericPage,
  main.VigWineStorage,
  main.VigAboutEnPrimeur,
  main.VigEnPrimeurProductList,
  main.VigEnPrimeurOrderHistory,
  main.VigWineStorageBasket,
  main.VigWineStorageHistory,
  main.VigWineStorageOrder{
    margin-top: unset;
  }
}
@media screen and (max-width:1024px) {
  footer.revampHeaderFooter .main-footer .footer-bottom .medias .icons .icons-title,
  footer.revampHeaderFooter .main-footer .menu .download .title,
  footer.revampHeaderFooter .main-footer .menu .find-store .title,
  footer.revampHeaderFooter .main-footer .menu .items .items-title,
  footer.revampHeaderFooter .main-footer .footer-bottom .medias .description {
    font-size: 12px;
  }
}

main[class*='iwwCreateEGiftVoucherPage'] .checkbox-container .check-label{
  display: none !important;
  position: absolute;
  z-index: -1;
  visibility: hidden;
}

header.revampHeaderFooter[class*='iwwCreateEGiftVoucherPage'] .multiple-items .form-check label .form-check-input:checked:after,
header.revampHeaderFooter[class*='iwwCreateEGiftVoucherPage'] .mobile-popup-values .form-check .form-check-input:checked + label:after {
  content: "\E836";
}

/* #globalWrapper .search-icon, */
#globalWrapper .search-icon-new {
  width: 22px;
  height: 22px;
  background-image: url("../img/revampHeaderFooter/icon-search-new.svg");
  background-size: contain;
  background-position: center;
}
#globalWrapper .searcher:hover .search-icon,
#globalWrapper .searcher.active .search-icon{
  background-position: calc(-59px * 0.5) calc(-113px * 0.5);
}
/* #globalWrapper .search-icon:hover, */
#globalWrapper .search-icon-new:hover {
  background-image: url("../img/revampHeaderFooter/icon-search-hover.svg");
  background-size: contain;
  background-position: center;
}
#globalWrapper .login-icon,
#globalWrapper .login-icon-new {
  width: 22px;
  height: 22px;
  background-image: url("../img/revampHeaderFooter/icon-login.svg");
  background-size: contain;
  background-position: center;
}
#globalWrapper header.revampHeaderFooter .main-header .content .login-container .login.active .login-icon,
#globalWrapper header.revampHeaderFooter .main-header .content .login-container .login.active .login-icon-new {
  background-image: url("../img/revampHeaderFooter/icon-login-hover.svg");
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 1024px) {
  body.openSearch main,
  body.openSearch footer{
    max-height: 100vh !important;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
  }
}
body *{
  font-family: OpenSans;
}
[lang^="zh-Hant"] body *{
  font-family: NotoSansTC;
  letter-spacing: 1px;
}
[lang^="zh-Hans"] body *{
  font-family: NotoSansSC;
  letter-spacing: 1px;
}

header.revampHeaderFooter .promotion-menu-position .promotion-menu .promotion-menu-content .promotion-menu-text .title ,
header.revampHeaderFooter .regions-menu-position .regions-menu .regions-menu-content .regions-menu-text .title ,
header.revampHeaderFooter .gift-ideas-menu-position .gift-ideas-menu .gift-ideas-menu-content .gift-ideas-menu-text .title ,
header.revampHeaderFooter .events-menu-position .events-menu .events-menu-contents .events-menu-content .title ,
header.revampHeaderFooter .blog-menu-position .blog-menu .blog-menu-contents .blog-menu-content .content-container .title ,
header.revampHeaderFooter .services-menu-position .services-menu .services-menu-contents .services-menu-content .title ,
header.revampHeaderFooter .wine-club-menu-position .wine-club-menu .wine-club-menu-content .wine-club-menu-text .title ,
footer.revampHeaderFooter .subcribe .title,
.common-popup .popup-container .title{
    font-family: "LibreBaskerville";
}
[lang^="zh-Hant"] header.revampHeaderFooter .promotion-menu-position .promotion-menu .promotion-menu-content .promotion-menu-text .title ,
[lang^="zh-Hant"] header.revampHeaderFooter .regions-menu-position .regions-menu .regions-menu-content .regions-menu-text .title ,
[lang^="zh-Hant"] header.revampHeaderFooter .gift-ideas-menu-position .gift-ideas-menu .gift-ideas-menu-content .gift-ideas-menu-text .title ,
[lang^="zh-Hant"] header.revampHeaderFooter .events-menu-position .events-menu .events-menu-contents .events-menu-content .title ,
[lang^="zh-Hant"] header.revampHeaderFooter .blog-menu-position .blog-menu .blog-menu-contents .blog-menu-content .content-container .title ,
[lang^="zh-Hant"] header.revampHeaderFooter .services-menu-position .services-menu .services-menu-contents .services-menu-content .title ,
[lang^="zh-Hant"] header.revampHeaderFooter .wine-club-menu-position .wine-club-menu .wine-club-menu-content .wine-club-menu-text .title ,
[lang^="zh-Hant"] footer.revampHeaderFooter .subcribe .title,
[lang^="zh-Hant"] .common-popup .popup-container .title{
    font-family: "NotoSansTC";
}
[lang^="zh-Hans"] header.revampHeaderFooter .promotion-menu-position .promotion-menu .promotion-menu-content .promotion-menu-text .title ,
[lang^="zh-Hans"] header.revampHeaderFooter .regions-menu-position .regions-menu .regions-menu-content .regions-menu-text .title ,
[lang^="zh-Hans"] header.revampHeaderFooter .gift-ideas-menu-position .gift-ideas-menu .gift-ideas-menu-content .gift-ideas-menu-text .title ,
[lang^="zh-Hans"] header.revampHeaderFooter .events-menu-position .events-menu .events-menu-contents .events-menu-content .title ,
[lang^="zh-Hans"] header.revampHeaderFooter .blog-menu-position .blog-menu .blog-menu-contents .blog-menu-content .content-container .title ,
[lang^="zh-Hans"] header.revampHeaderFooter .services-menu-position .services-menu .services-menu-contents .services-menu-content .title ,
[lang^="zh-Hans"] header.revampHeaderFooter .wine-club-menu-position .wine-club-menu .wine-club-menu-content .wine-club-menu-text .title ,
[lang^="zh-Hans"] footer.revampHeaderFooter .subcribe .title,
[lang^="zh-Hans"] .common-popup .popup-container .title{
    font-family: "NotoSansSC";
}
html:not([lang^="en"]) .homepage-revamp-2021 .events .events-container .events-banner .items .action a{
  font-weight: bold;
}
html:not([lang^="en"]) header.revampHeaderFooter .main-header .content .login-container > a p, header.revampHeaderFooter .main-header .content .login-container .login p,
html:not([lang^="en"]) header.revampHeaderFooter .sub-header .content .menu li a,
html:not([lang^="en"]) footer.revampHeaderFooter .subcribe .input-box a{
  font-weight: 500;
}

html:not([lang^="en"]) header.revampHeaderFooter .main-header .content .login-container > a p,
html:not([lang^="en"]) header.revampHeaderFooter .main-header .content .login-container .login p,
html:not([lang^="en"]) header.revampHeaderFooter .sub-header .content .menu li a{
  letter-spacing: 1px;
}


.acount-overview .overview-right .welcome-ruby .left .link-point,
.acount-overview .overview-right .welcome-gold .left .link-point,
.acount-overview .overview-right .welcome-eshopper .left .link-point,
.acount-overview .overview-right .welcome-burgundy .left .link-point {
	width: 100%;
	padding: 24px;
	margin-top: 24px;
	background-color: #FBFAF7;
	display: none;
}

.acount-overview .overview-right .welcome-ruby .left .link-point.unlinked,
.acount-overview .overview-right .welcome-gold .left .link-point.unlinked,
.acount-overview .overview-right .welcome-eshopper .left .link-point.unlinked,
.acount-overview .overview-right .welcome-burgundy .left .link-point.unlinked {
	display: block;
}

.acount-overview .overview-right .welcome-ruby .left .link-point .top,
.acount-overview .overview-right .welcome-gold .left .link-point .top,
.acount-overview .overview-right .welcome-eshopper .left .link-point .top,
.acount-overview .overview-right .welcome-burgundy .left .link-point .top {
	gap: 8px;
	display: flex;
	align-items: center;
}

.acount-overview .overview-right .welcome-ruby .left .link-point .top img,
.acount-overview .overview-right .welcome-gold .left .link-point .top img,
.acount-overview .overview-right .welcome-eshopper .left .link-point .top img,
.acount-overview .overview-right .welcome-burgundy .left .link-point .top img {
	height: 40px;
}

.acount-overview .overview-right .welcome-ruby .left .link-point .bottom,
.acount-overview .overview-right .welcome-gold .left .link-point .bottom,
.acount-overview .overview-right .welcome-eshopper .left .link-point .bottom,
.acount-overview .overview-right .welcome-burgundy .left .link-point .bottom {
	display: flex;
	margin-top: 16px;
	align-items: center;
	justify-content: space-between;
}

.acount-overview .overview-right .welcome-ruby .left .link-point .bottom > div,
.acount-overview .overview-right .welcome-gold .left .link-point .bottom > div,
.acount-overview .overview-right .welcome-eshopper .left .link-point .bottom > div,
.acount-overview .overview-right .welcome-burgundy .left .link-point .bottom > div {
	color: #7B7B7B;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.acount-overview .overview-right .welcome-ruby .left .link-point .bottom > div strong,
.acount-overview .overview-right .welcome-gold .left .link-point .bottom > div strong,
.acount-overview .overview-right .welcome-eshopper .left .link-point .bottom > div strong,
.acount-overview .overview-right .welcome-burgundy .left .link-point .bottom > div strong {
	color: #9D0229;
}

.acount-overview .overview-right .welcome-ruby .left .link-point .bottom > a,
.acount-overview .overview-right .welcome-gold .left .link-point .bottom > a,
.acount-overview .overview-right .welcome-eshopper .left .link-point .bottom > a,
.acount-overview .overview-right .welcome-burgundy .left .link-point .bottom > a {
	color: #9D0229;
	width: auto;
	height: auto;
	border: unset;
	margin-top: 0;
	background-color: unset;
	font-size: 14px;
	line-height: 20px;
}

.acount-overview .overview-right .welcome-ruby .left .link-point .bottom > a.disabled,
.acount-overview .overview-right .welcome-gold .left .link-point .bottom > a.disabled,
.acount-overview .overview-right .welcome-eshopper .left .link-point .bottom > a.disabled,
.acount-overview .overview-right .welcome-burgundy .left .link-point .bottom > a.disabled {
	color: #7B7B7B;
}

.acount-overview .overview-right .welcome-ruby .left .warning-text,
.acount-overview .overview-right .welcome-ruby .left .warning-text i::before, 
.acount-overview .overview-right .welcome-gold .left .warning-text,
.acount-overview .overview-right .welcome-gold .left .warning-text i::before, 
.acount-overview .overview-right .welcome-eshopper .left .warning-text,
.acount-overview .overview-right .welcome-eshopper .left .warning-text i::before, 
.acount-overview .overview-right .welcome-burgundy .left .warning-text,
.acount-overview .overview-right .welcome-burgundy .left .warning-text i::before {
	color: #9d0229;
	font-size: 12px;
	line-height: 14px;
}

.acount-overview .overview-right .welcome-ruby .left .warning-text,
.acount-overview .overview-right .welcome-gold .left .warning-text,
.acount-overview .overview-right .welcome-eshopper .left .warning-text,
.acount-overview .overview-right .welcome-burgundy .left .warning-text {
  	display: flex;
	font-weight: 400;
	margin: 6px 0 12px;
  	align-items: flex-start;
}

.acount-overview .overview-right .welcome-ruby .left .warning-text i,
.acount-overview .overview-right .welcome-gold .left .warning-text i,
.acount-overview .overview-right .welcome-eshopper .left .warning-text i,
.acount-overview .overview-right .welcome-burgundy .left .warning-text i {
  	width: 14px;
	margin-right: 4px;
  	display: flex;
    align-items: center;
    justify-content: center;
}

.acount-overview .overview-right .welcome-ruby .left .warning-text i::before,
.acount-overview .overview-right .welcome-gold .left .warning-text i::before,
.acount-overview .overview-right .welcome-eshopper .left .warning-text i::before,
.acount-overview .overview-right .welcome-burgundy .left .warning-text i::before {
	font-weight: 600;
}

.linked-account {
	gap: 8px;
	display: flex;
	align-self: center;
}

.linked-account > img {
    position: absolute;
    top: 16px;
    left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #ECEAE6;
}

.linked-account > div {
    width: fit-content;
    margin-right: auto;
}

.linked-account > div .title {
	color: #3E3E3E;
	font-family: OpenSans;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}

.linked-account > div > span {
	color: #7B7B7B;
	font-family: OpenSans;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;	
}

.acount-overview .overview-right .welcome-ruby .left .linked-account,
.acount-overview .overview-right .welcome-gold .left .linked-account,
.acount-overview .overview-right .welcome-eshopper .left .linked-account,
.acount-overview .overview-right .welcome-burgundy .left .linked-account {
    position: relative;
	margin-top: 24px;
	padding-top: 16px;
    padding-left: 48px;
	border-top: 1px solid #ECEAE6;
}

.acount-overview .overview-right .welcome-ruby .left .linked-account.linked,
.acount-overview .overview-right .welcome-gold .left .linked-account.linked,
.acount-overview .overview-right .welcome-eshopper .left .linked-account.linked,
.acount-overview .overview-right .welcome-burgundy .left .linked-account.linked {
	display: flex;
    flex-wrap: wrap;
}

.acount-overview .overview-right .welcome-ruby .left .linked-account > a.linked,
.acount-overview .overview-right .welcome-gold .left .linked-account > a.linked,
.acount-overview .overview-right .welcome-eshopper .left .linked-account > a.linked,
.acount-overview .overview-right .welcome-burgundy .left .linked-account > a.linked {
    width: fit-content;
    min-width: 90px;
	height: 30px;
	gap: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F6F6F6;
	color: #2FA84F;
	font-family: OpenSans;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	border: unset;
	outline: unset;
    border-radius: 4px;
    margin-top: auto;
    margin-bottom: 5px;
}

.acount-overview .overview-right .welcome-ruby .left .linked-account > a.linked i,
.acount-overview .overview-right .welcome-gold .left .linked-account > a.linked i,
.acount-overview .overview-right .welcome-eshopper .left .linked-account > a.linked i,
.acount-overview .overview-right .welcome-burgundy .left .linked-account > a.linked i {
	width: 20px;
	height: 20px;
}


/* HSBC enrollment page */

header.revampHeaderFooter .main-header .content .back-btn,
header.revampHeaderFooter.headerClean ~ footer.revampHeaderFooter ,
header.revampHeaderFooter.headerClean .sub-header,
header.revampHeaderFooter.headerClean .main-header .content >*:not(.logo,.back-btn) {
  display: none;
}

header.revampHeaderFooter.headerClean .main-header .content .back-btn {
  position: absolute;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #7B7B7B;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  cursor: pointer;
}
header.revampHeaderFooter.headerClean .main-header .content .back-btn img{
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1024px) {
  header.revampHeaderFooter.headerClean .main-header .content .back-btn {
    position: unset;
    margin-right: 24px;
  }
  header.revampHeaderFooter.headerClean .main-header .content .back-btn span{
    display: none;
  }
}
#globalWrapper .secure-group,
#globalWrapper.secureCheckout header.revampHeaderFooter > *:not(.main-header),
#globalWrapper.secureCheckout header.revampHeaderFooter .main-header .content > *:not(.logo, .secure-group),
#globalWrapper.secureCheckout footer.revampHeaderFooter > *:not(.main-footer, .goToTop),
#globalWrapper.secureCheckout footer.revampHeaderFooter .main-footer .content > *:not(.footer-bottom),
#globalWrapper.secureCheckout footer.revampHeaderFooter .main-footer .footer-bottom .medias .icons {
  display: none;
}
#globalWrapper.secureCheckout header.revampHeaderFooter .main-header .content {
  justify-content: space-between;
}
#globalWrapper.secureCheckout .secure-group {
  display: flex;
  align-items: center;
  gap: 16px;
}
#globalWrapper.secureCheckout .secure-group .hotline {
  display: none;
}
#globalWrapper.secureCheckout .secure-group .secure-text {
  display: flex;
  align-items: center;
}
#globalWrapper.secureCheckout .secure-group .secure-text img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
#globalWrapper.secureCheckout .secure-group .secure-text span {
  padding: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 22.5px;
}
#globalWrapper.secureCheckout .secure-group .contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #BCA662;
  background-color: #BCA662;
  color: #ffffff;
  border-radius: 5px;
}
#globalWrapper.secureCheckout .secure-group .contact-btn:hover {
  background-color: #ffffff;
  color: #BCA662;
}
@media screen and (max-width: 1024px) {
  #globalWrapper.secureCheckout .secure-group > *:not(.hotline) {
    display: none;
  }
  #globalWrapper.secureCheckout .secure-group .hotline {
    display: block;
  }
}