/*
Theme Name: VIP Extra Theme
Theme URI: https://www.vipextra.com
Author: Tomer
Description: VIP Extra Theme
Version: 2.0
Text Domain: vipextra
*/

/* ==================================================================
   GLOBAL SETTINGS 
   ================================================================== */
@font-face {
  font-family: "Circular Std";
  src: url("../ttf/circular-std-book.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("../ttf/circular-std-medium.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("../ttf/circular-std-bold.ttf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Playfair";
  src: url("../ttf/playfair-variablefont.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("../ttf/circularxx-light.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "MYingHeiHK";
  src: url("../woff2/myingheihk-w4.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MYingHeiHK";
  src: url("../woff2/myingheihk-w5.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MYingHeiHK";
  src: url("../woff2/myingheihk-w8.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Playfair";
  background: #fff;
}
.page_content {
  padding-bottom: 40px;
}
.container {
  margin: 0 auto;
  padding-left: 70px;
  padding-right: 70px;
}
.flex {
  display: flex;
  align-items: center;
}
a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  cursor: pointer;
  color: #000;
}
select {
  border: 1px solid rgb(225, 225, 225);
  font-family: "Circular Std";
  font-size: 14px;
  padding-left: 10px;
  color: rgb(136, 136, 136);
  outline: unset;
  width: 100%;
  height: 40px;
}
button,
.button {
  background: #000;
  color: #fff;
  font-family: "Circular Std";
  cursor: pointer;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  padding: 10px 30px;
}
input {
  font-size: 16px;
  font-family: "Circular Std";
  padding: 0px 15px;
  color: #000;
  border: 1px solid #e1e1e1;
  outline: 0;
  height: 40px;
  width: 100%;
}
input[type="checkbox"] {
  height: auto;
  width: auto;
}
input[type="radio"] {
  font-size: 18px;
  width: 18px;
  vertical-align: middle;
  display: inline-flex;
}
.radio-buttons {
  display: flex;
  align-items: center;
}
.radio_text {
  display: inline-flex;
  padding-right: 20px;
}
.vertical-middle {
  vertical-align: middle;
}
::placeholder {
  font-family: "Circular Std";
  font-size: 16px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  font-size: 16px;
  width: 100%;
  font-family: "Circular Std";
  min-height: 80px;
  color: #000;
  border: 1px solid #e1e1e1;
  outline: 0;
  padding: 15px;
}
abbr[title] {
  text-decoration: none;
}
label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
h1,
h2,
h3 {
  font-family: "Circular Std";
  font-weight: 700;
  text-transform: uppercase;
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 38px;
}
.font10 {
  font-size: 10px;
}
.font14 {
  font-size: 14px;
}
.font18 {
  font-size: 18px;
  line-height: 170%;
}
.font24 {
  font-size: 24px;
}
.font30 {
  font-size: 30px;
}
.font48 {
  font-size: 48px;
}
.font60 {
  font-size: 60px;
}
.bold {
  font-weight: bold;
  font-family: "Circular Std";
}
.bold-upper {
  font-weight: bold;
  font-family: "Circular Std";
  text-transform: uppercase;
}
.text-center {
  text-align: center !important;
}
.padd-btm-30 {
  padding-bottom: 30px;
}
.padd-top-30 {
  padding-top: 30px;
}
.margin-btm-30 {
  margin-bottom: 30px;
}
.text-align-center {
  text-align: center;
}
.margin-top-10 {
  margin-top: 10px;
}
.green {
  color: #04bc00;
}
.padd-left-72 {
  padding-left: 72px !important;
}
.padd-right-72 {
  padding-right: 72px !important;
}
.padd-top-72 {
  padding-top: 72px !important;
}

.mr-0-home {
  margin-right: 7.5px !important;
}

.tabs {
  margin: 0px;
  padding: 0px;
}
.tabs li {
  display: inline-flex;
  list-style: none;
  padding-right: 30px;
}
.tabs a {
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  padding: 10px 0;
  background: #fff;
}
.tabs .active {
  border-bottom: 0px solid #000;
  /* color: blueviolet; */
  background: linear-gradient(225deg, #ff127f 0%, #ffa080 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* The Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  max-width: 600px;
}
.close,
.closeX,
.closebtn,
.closeSerial {
  color: #000;
  background: none !important;
  padding: 0px !important;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -20px;
}

.modal-body label {
  margin-top: 20px;
}
.modal-body a {
  text-decoration: underline;
}
input[type="submit"] {
  background: #000;
  color: #fff;
  border: 0px;
}
.loading,
.loading2 {
  display: none;
}
.redeem_result_true,
.redeem_result2_true {
  display: none;
}
.redeem_result_false,
.redeem_result2_false {
  display: none;
}

/* ==================================================================
   Colors
   ================================================================== */
.pink {
  color: #f72585;
}
.purple {
  color: #b5179e;
}
.purple-dark {
  color: #7209b7;
}
.blue1 {
  color: #3a0ca3;
}
.blue2 {
  color: #3f37c9;
}
.blue3 {
  color: #4361ee;
}
.blue4 {
  color: #4895ef;
}
.blue5 {
  color: #4cc9f0;
}
.white {
  color: #fff;
}

/* ==================================================================
   Header 
   ================================================================== */
header {
  position: relative;
  z-index: 99;
}
.top-bar {
  color: #000;
  text-align: right;
  font-family: "Circular Std";
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.top-bar a {
  color: #000;
  text-decoration: none;
}
.top-bar-container {
  min-height: 20px;
}
.headertype-white,
.headertype-white a {
  color: #fff !important;
}
.main-header {
  padding-top: 0px;
  padding-bottom: 30px;
}
.logo {
  max-height: 35px;
  height: 35px;
}
.hamburger-cont {
  margin-right: 40px;
}
.social-icons svg {
  fill: #fff;
  font-size: 13px;
}
.shop-bag #mini-cart-count {
  display: inline-block;
  top: 0;
  left: 0;
  background: none;
  color: #000;
  width: auto;
  height: auto;
  font-size: 14px;
}
.icons_row {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.mini-cart-container {
  display: flex;
}
.mini-cart-icon {
  cursor: pointer;
}
#mini-cart-count {
  top: -8px;
  position: relative;
  left: -8px;
  background: #000;
  color: #fff;
  display: inline-flex;
  border-radius: 50%;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 12px;
}
#my_account_header > .my-account-container {
  visibility: hidden;
  overflow: hidden;
  clear: both;
  position: absolute;
  z-index: 9;
  background: #fff;
  padding: 20px;
  border: 1px solid #e1e1e1;
  left: -40px;
}
.my-account-container .submit_button {
  background: #000;
  color: #fff;
}
.my-account-container .lost {
  margin: 10px 0px;
  float: right;
}
.my-account-container .woocommerce-MyAccount-navigation {
  border: 0;
}
#my_account_header:hover > .my-account-container {
  visibility: visible;
}
.mobile-main-header {
  display: none;
}
.mobileMenu {
  width: 0;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  overflow-x: hidden;
  transition: 0.3s;
}
.mobileAccountMenu {
  width: 0;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  overflow-x: hidden;
  transition: 0.3s;
}
.membersButton {
  background: #000;
  color: #fff;
  border-radius: 20px;
  padding: 10px 18px;
  font-size: 14px;
  text-decoration: none !important;
}

.mainMenu {
  width: 0;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  overflow-x: hidden;
  transition: 0.3s;
}
.mainMenuContainer {
  margin-left: 70px;
  margin-right: 70px;
  margin-top: 55px;
}
.closebtn {
  position: relative;
  text-decoration: none;
  font-size: 75px;
  float: left;
  width: 100%;
  display: block;
  font-family: "Playfair";
}
.mainMenu .menu .sub-menu {
  width: 0;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 115px;
  left: 70px;
  padding: 0px;
  z-index: 999999;
  overflow-x: hidden;
  transition: 0.3s;
}
#menu-main-menu,
#menu-main-menu-chinese-traditional {
  display: contents;
}
.openMenu {
  display: block;
}
#menu-main-menu li,
#menu-main-menu-chinese-traditional li {
  list-style-type: none;
  padding-bottom: 10px;
}
.menu a {
  text-decoration: none !important;
}
.menu {
  font-family: "Circular Std";
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
.menu-item-has-children::after {
  content: "";
  display: inline-block;
  width: 37px; /* Adjust the width as needed */
  height: 18px; /* Adjust the height as needed */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAzNyAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTM2LjM1IDkuMzVMMzYuNzEgOUwyNy43MSAwTDI3IDAuNzFMMzQuNzkgOC41SDBWOS41SDM0Ljc5TDI3IDE3LjI5TDI3LjcxIDE4TDM2IDkuNzFMMzYuMjMgOS40OEwzNi4zNSA5LjM1WiIgZmlsbD0iIzIzMUYyMCIvPgo8L3N2Zz4K");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px; /* Adjust the margin as needed */
  position: absolute;
  right: 40px;
  margin-top: 6px;
  margin-right: 30px;
}
.menuTitle {
  color: #828282;
  font-size: 14px;
}
.bottomMenu {
  border-top: 1px solid #000;
  margin-top: 40px;
}
.bottomMenu .menu {
  padding: 0px;
  margin-top: 44px;
}
.bottomMenu .menu li {
  list-style: none;
  font-family: "Circular Std";
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
}

.mt30 {
  margin-top: 30px;
}

.wpml-ls-legacy-list-horizontal > ul {
  text-align: right;
}

.club-link-top {
  text-decoration: none;
  font-size: 12px;
  padding-left: 20px;
}

/* ==================================================================
   Banners 
   ================================================================== */

.full-banner {
  margin-top: -160px;
  z-index: -1;
}
.full-banner h1 {
  font-size: 96px;
  font-weight: 700;
  text-transform: uppercase;
}
.line-with-button {
  border-bottom: 1px solid #000;
  text-align: right;
}
.line-with-button .action-button {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  font-family: "Circular Std";
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.line-with-button a {
  text-decoration: none;
}
.line-with-button .action-button svg {
  margin-left: 30px;
}
.line-with-button-white {
  border-bottom: 1px solid #fff;
  text-align: right;
}
.line-with-button-white .action-button {
  color: #fff;
}
.line-with-button-white a {
  text-decoration: none;
}
.line-with-button-white .action-button svg {
  margin-left: 30px;
}
.margin-min-20 {
  margin-top: -20px;
}
.full-banner-white h1 {
  color: #fff !important;
}
.full-banner-white .line-with-button {
  border-bottom: 1px solid #fff !important;
}
.full-banner-white .line-with-button .action-button {
  color: #fff !important;
}

.small-banners-wrapper {
  margin-right: -72px !important;
}
.wide-banner {
  padding-right: 72px !important;
}
.last-banner {
  margin-right: 0px !important;
}
.wide-banner h2,
.long-banner h2 {
  font-size: 48px;
  font-weight: 700;
  margin: 0px;
}
.wide-banner p,
.long-banner p {
  font-family: "Playfair";
  font-size: 24px;
  line-height: 27px;
  margin-top: 10px;
}
.wide-banner .wpb_content_element,
.long-banner .wpb_content_element {
  margin-bottom: 32px !important;
}
.long-banner {
  padding-right: 72px !important;
}

.long-banner > .vc_column-inner > .wpb_wrapper,
.wide-banner > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.join-us-banner > .vc_column-inner > .wpb_wrapper,
.wide-banner > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.vertical-headline-div {
  max-width: 60px;
}
.vertical-headline {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(50%) translateY(50%) rotate(90deg);
  -webkit-transform: translateX(50%) translateY(50%) rotate(90deg);
  transform: translateX(50%) translateY(50%) rotate(90deg);
  font-family: "Circular Std";
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
}

.vc_btn3-style-classic {
  background: transparent !important;
  color: #000 !important;
  border-bottom: 1px solid #000;
  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 0px !important;
  border-color: #000 !important;
  text-transform: lowercase !important;
  padding-left: 0px !important;
  font-weight: 700;
}
.vc_btn3-style-classic::after {
  content: "";
  position: absolute;
  right: 0px;
  display: inline-block;
  width: 37px; /* Adjust the width as needed */
  height: 18px; /* Adjust the height as needed */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAzNyAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTM2LjM1IDkuMzVMMzYuNzEgOUwyNy43MSAwTDI3IDAuNzFMMzQuNzkgOC41SDBWOS41SDM0Ljc5TDI3IDE3LjI5TDI3LjcxIDE4TDM2IDkuNzFMMzYuMjMgOS40OEwzNi4zNSA5LjM1WiIgZmlsbD0iIzIzMUYyMCIvPgo8L3N2Zz4K");
  background-size: contain;
  background-repeat: no-repeat;
}

.banner-100 {
  padding-bottom: 20px;
  padding-top: 20px;
}
.banner-100 .vc_column-inner {
  padding-top: 0px !important;
}
.banner-100 .wpb_content_element {
  margin-bottom: 0px !important;
}
.banner-100 .wpb_single_image .vc_single_image-wrapper,
.banner-100 .wpb_single_image .vc_figure {
  width: 100%;
}
.banner-100 .wpb_single_image img {
  width: 100%;
}

.banner-50-50 {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  padding-top: 20px;
}
.banner-50-50 .vc_column-inner {
  padding-top: 0px !important;
}
.banner-50-50 .wpb_content_element {
  margin-bottom: 0px !important;
}
.big-text-banner {
  padding-left: 72px !important;
}
.big-text-banner > .vc_column-inner {
  height: 100% !important;
}
.big-text-banner > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.big-text-banner h2 {
  font-size: 13vw;
  line-height: 12vw;
  margin: 0px;
}
.big-text-banner h3 {
  font-size: 48px;
  margin-bottom: 0px;
}
.big-text-banner p {
  font-size: 24px;
  margin: 0px;
}
.big-text-banner a {
  font-family: "Circular Std";
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: lowercase;
}
.big-text-banner a::after {
  content: "";
  position: absolute;
  right: 0px;
  display: inline-block;
  width: 37px; /* Adjust the width as needed */
  height: 18px; /* Adjust the height as needed */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAzNyAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTM2LjM1IDkuMzVMMzYuNzEgOUwyNy43MSAwTDI3IDAuNzFMMzQuNzkgOC41SDBWOS41SDM0Ljc5TDI3IDE3LjI5TDI3LjcxIDE4TDM2IDkuNzFMMzYuMjMgOS40OEwzNi4zNSA5LjM1WiIgZmlsbD0iIzIzMUYyMCIvPgo8L3N2Zz4K");
  background-size: contain;
  background-repeat: no-repeat;
}

/* ==================================================================
   Categories Banners Home Page 
   ================================================================== */
.small_cat_banners {
  margin-right: -72px !important;
}
.small_cat_banners .vc_col-sm-3 {
  padding-right: 72px;
}
.non_deco a {
  text-decoration: none !important;
}
.cat_banner_home {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 240px;
}
.cat_banner_title {
  font-size: 48px;
  font-weight: 700;
  font-family: "Circular Std";
  text-transform: uppercase;
  background: var(
    --mooggradiant,
    linear-gradient(75deg, #ff127f 0%, #ffa080 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cat_banner_logo {
  text-align: center;
}
.cat_banner_logo img {
  max-height: 80px;
  margin: 30px 10px;
}
.black_title {
  background: var(--mooggradiant, linear-gradient(75deg, #000 0%, #000 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cat_banner_btn {
  text-transform: lowercase;
  font-size: 14px;
  border-bottom: 1px solid #000;
  font-family: "Circular Std";
  font-weight: bold;
  padding-bottom: 14px;
}
.cat_banner_btn::after {
  content: "";
  display: inline-block;
  width: 37px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAzNyAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTM2LjM1IDkuMzVMMzYuNzEgOUwyNy43MSAwTDI3IDAuNzFMMzQuNzkgOC41SDBWOS41SDM0Ljc5TDI3IDE3LjI5TDI3LjcxIDE4TDM2IDkuNzFMMzYuMjMgOS40OEwzNi4zNSA5LjM1WiIgZmlsbD0iIzIzMUYyMCIvPgo8L3N2Zz4K);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  position: absolute;
  right: 72px;
}

@media only screen and (max-width: 1600px) {
  .cat_banner_title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  .cat_banner_title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .line-with-button {
    border-top: none !important;
  }
  .small_cat_banners .vc_col-xs-6 {
    padding-right: 15px;
  }
  .cat_banner_home {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 140px;
  }
  .cat_banner_title {
    font-size: 22px;
    font-weight: 700;
    font-family: "Circular Std";
    text-transform: uppercase;
    background: var(
      --mooggradiant,
      linear-gradient(75deg, #ff127f 0%, #ffa080 100%)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .black_title {
    background: var(--mooggradiant, linear-gradient(75deg, #000 0%, #000 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .cat_banner_btn::after {
    right: 15px;
  }
  .cat_banner_logo img {
    max-height: 40px !important;
  }
}

/* ==================================================================
   Bottom My Account Menu On Mobile 
   ================================================================== */
.bottom_myaccount_menu {
  display: none;
}

/* ==================================================================
   Owl Carusel 
   ================================================================== */
.owl-nav {
  position: absolute;
  top: 30%;
  font-size: 48px;
  width: 100%;
}
.owl-prev {
  position: absolute;
  left: -30px;
}
.owl-next {
  position: absolute;
  right: -30px;
}
.owl-carousel .item .vc_col-sm-3 {
  width: 100% !important;
}
.owl-carousel .item .vc_col-sm-4 {
  width: 100% !important;
}
.owl-carousel .owl-item img {
  display: inline-block !important;
}

/* ==================================================================
   Footer 
   ================================================================== */
footer {
  background: #fff;
  color: #000;
}
footer a {
  color: #000;
}
footer h4 {
  border-top: 1px solid #000;
  font-weight: 400;
}
footer-copyright {
  font-size: 14px;
}
.footer-main {
  color: #000;
}
.footer-payments {
  text-align: end;
}

.footer-border-top {
  border-top: 1px solid black;
}
.footer-info {
  line-height: 10px;
}
.footer-info > p > a {
  text-decoration: none;
}
.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-list li {
  margin-bottom: 10px;
}

.footer-list li a {
  color: #000; /* Adjust the color to match your design */
  text-decoration: none;
}
.footer-contact-us {
  margin-top: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
}
.footer-text-title {
  font-size: 24px;
  font-weight: 400;
}
.footerDetailsNew > a {
  text-decoration: none;
}

.footer-section-height:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid #000;
}
ul#menu-footer-info-menu {
  margin-bottom: 0;
}
ul#menu-footer-info-menu > li {
  padding: 2px 0;
}
.menu-footer-info-menu-container ul li a {
  font-size: 14px !important;
}
ul#menu-footer-info-menu li:nth-child(7) {
  margin-top: 18px;
}
#menu-item-15288::after,
#menu-item-15289::after {
  display: none !important;
}

/* ==================================================================
   Home Page 
   ================================================================== */
.home-about-text {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}
.vc_custom_1655099926331 {
  padding-top: 0px !important;
}

.how-its-works-icon img {
  height: 80px !important;
}

/* ==================================================================
   Pages Custom CSS
   ================================================================== */
.page-id-3085 .blog-post-title {
  display: none;
}
.page-id-3109 .blog-post-title {
  display: none;
}
.page-id-3103 .blog-post-title {
  display: none;
}
.page-id-3112 .blog-post-title {
  display: none;
}
.page-id-3072 .blog-post-title {
  display: none;
}
.page-id-3070 .blog-post-title {
  display: none;
}

/* ==================================================================
   WooCommerce
   ================================================================== */
h2.prod_title_single,
.prod_title {
  text-transform: capitalize;
  font-weight: 400;
}
a.added_to_cart.wc-forward {
  display: none;
}
.woocommerce-breadcrumb {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
.woocommerce-breadcrumb .bold {
  font-family: "Playfair";
  font-weight: normal;
}
.woocommerce-breadcrumb a {
  color: #000;
  text-decoration: none !important;
}
.back-history {
  float: right;
  font-size: 14px;
}
ins {
  text-decoration: none !important;
}
.add_to_cart_button {
  text-decoration: none !important;
}

.prod_details_box,
.prod_image {
  position: relative;
}

.onsale_badge {
  position: absolute;
  bottom: 5px;
  background: var(
    --mooggradiant,
    linear-gradient(90deg, #ff127f 0%, #ffa080 100%)
  );
  padding: 8px 12px;
  z-index: 9;
  font-family: "Circular Std";
  font-size: 24px;
  color: #fff;
  left: 0px;
  text-transform: uppercase;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
  margin-bottom: 20px;
  background-color: #0f834d;
  margin-left: 0;
  border-radius: 2px;
  color: #fff;
  clear: both;
  border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
  padding: 1em 2em 1em 3.5em;
  position: relative;
  list-style: none outside;
}
.woocommerce-error {
  background-color: #e2401c !important;
  color: #ffffff !important;
}
.woocommerce-info {
  background-color: #ff127f !important;
  color: #ffffff !important;
}
.woocommerce-message {
  background-color: #0f834d !important;
  color: #ffffff !important;
}

.page-numbers {
  display: inline-block;
  padding-left: 0;
}
.page-numbers li {
  list-style: none;
  padding: 10px;
  display: inline-block;
}
.page-numbers li a {
  text-decoration: none;
}

.woocommerce-ResetPassword .form-row-last {
  width: 100% !important;
  padding: 0px !important;
}

.woof {
  font-family: "Circular Std";
  text-transform: uppercase;
}
.woof label {
  width: auto !important;
}
.woof_redraw_zone label.woof_section_tab_label {
  width: 100% !important;
  border-bottom: 1px solid #000 !important;
  border-right: 0px !important;
  border-left: 0px !important;
  border-top: 0px !important;
  font-size: 24px;
  font-family: "Circular Std";
  text-transform: uppercase;
  padding: 12px 12px !important;
}
.woof_search_is_going nav.woocommerce-breadcrumb {
  display: block !important;
}
.woof_childs_list_opener span.woof_is_opened {
  background: url("../svg/minus2.svg") !important;
}
.woof_childs_list_opener span.woof_is_closed {
  background: url("../svg/plus2.svg") !important;
}
.icheckbox_minimal-aero,
.iradio_minimal-aero {
  background-image: url("../png/aero.png") !important;
}
.woof_products_top_panel li span,
.woof_products_top_panel2 li span {
  background-image: url("../png/delete-2.png") !important;
}
.woof_checkbox_label_selected {
  background: var(
    --mooggradiant,
    linear-gradient(75deg, #ff127f 0%, #ffa080 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.woof_products_top_panel li span {
  font-family: "Circular Std";
  font-size: 12px;
  text-transform: uppercase;
  padding: 2px 8px;
  border: 1px solid #000;
  border-radius: 12px;
  background: none !important;
}
.woof_products_top_panel li span::before {
  content: "X";
  padding-right: 10px;
}
.woof_products_top_panel_ul > li > ul > li:first-child {
  display: none;
}
.woof_reset_button_2 {
  border-radius: 12px;
}
.woof_container_inner h4 {
  font-size: 24px;
  margin: 0px 0px 10px 0px !important;
  padding: 10px 0px;
  border-top: 1px solid #000;
  font-weight: 700;
}
.sidebar_shop > div > .textwidget > p {
  display: none;
}
.sidebar_shop > div > .textwidget br {
  display: none;
}
.woof_container_inner_productcategories {
  margin-top: 30px;
}
.woof_products_top_panel {
  z-index: 3 !important;
}

@media only screen and (max-width: 1600px) {
  .onsale_badge {
    font-size: 16px;
  }
}

/* ==================================================================
   Bookly
   ================================================================== */
.bookly-customer-appointment-list .bookly-appointments-table {
  width: 100%;
}
.bookly-customer-appointment-list {
  padding-bottom: 40px !important;
}
.bookly-customer-appointment-list .bookly-appointments-table th {
  background: #000 !important;
  color: #fff !important;
}
.bookly-customer-appointment-list table.bookly-appointments-table td {
  background: #fff !important;
  vertical-align: middle !important;
}
.bookly-js-show-past {
  float: none !important;
  margin-top: 20px !important;
}
.bookly-js-first-name,
.bookly-js-last-name,
.bookly-js-user-email {
  pointer-events: none !important;
  background-color: rgb(219, 219, 219) !important;
}
.bookly-js-user-phone-input.bookly-user-phone {
  background-color: rgb(219, 219, 219) !important;
}

/* ==================================================================
   Product page
   ================================================================== */
.product .summary {
  max-width: 400px;
  font-family: "Circular Std";
  font-size: 16px;
  font-weight: 400;
  color: #606060;
  line-height: 24px;
}
.product_title {
  margin-top: 0px !important;
  font-size: 24px;
  font-weight: 400;
  color: #000;
}
.single-product .onsale_badge {
  position: absolute;
  top: 0px;
  bottom: inherit;
  background: var(
    --mooggradiant,
    linear-gradient(90deg, #ff127f 0%, #ffa080 100%)
  );
  padding: 8px 12px;
  z-index: 9;
  font-family: "Circular Std";
  font-size: 24px;
  color: #fff;
  left: 7px;
  text-transform: uppercase;
}
.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 10px;
  right: 98px;
  z-index: 9999;
}
.single-product .add_to_cart_button {
  margin-top: 20px;
  display: inline-block;
}
.flex-control-thumbs li {
  width: 320px;
}
.flex-control-thumbs li img {
  width: -webkit-fill-available;
  height: 1px;
  background: #000;
  filter: grayscale(100%) contrast(0);
  opacity: 0.3;
}
.flex-active {
  opacity: 1 !important;
}
.single-product ol.flex-control-nav {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  column-gap: 20px;
  justify-content: space-between;
}
.flex-control-thumbs li {
  display: inline-flex;
}
.single-product ol.splide--slide {
  column-gap: 0px !important;
}
.single-product .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.button.single_add_to_cart_button::after {
  content: "";
  display: inline-block;
  width: 37px; /* Adjust the width as needed */
  height: 18px; /* Adjust the height as needed */
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjguMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNyAxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzcgMTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGcgaWQ9IlZlY3RvciI+Cgk8cGF0aCBpZD0iQVJST1ciIGNsYXNzPSJzdDAiIGQ9Ik0zNi4zLDkuNEwzNi43LDlsLTktOUwyNywwLjdsNy44LDcuOEgwdjFoMzQuOEwyNywxNy4zbDAuNywwLjdMMzYsOS43bDAuMi0wLjJMMzYuMyw5LjR6Ii8+CjwvZz4KPC9zdmc+Cg==");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px; /* Adjust the margin as needed */
}
.single-product form.cart,
.single-product .quantity,
.cart .quantity {
  display: flex;
  justify-content: inherit;
}
.single-product .quantity {
  margin-right: 10px;
}
.qty_button {
  border-top: 1px solid #000;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  background: #fff;
  font-family: "Circular Std";
  min-width: 20px;
  padding: 0;
  cursor: pointer;
  height: auto;
  width: auto;
}
.quantity input.qty {
  text-align: center;
  height: 40px;
  border-top: 1px solid #000;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  padding: 0;
  min-width: 38px;
  max-width: 45px;
  border-right: none;
  border-left: none;
  font-family: "Circular Std";
  outline: unset;
}
.single_add_to_cart_button.button {
  font-family: "Circular Std";
  text-transform: uppercase;
  border: 1px solid #000;
  width: 100%;
  background: #000;
  cursor: pointer;
  color: #fff;
  display: inline-flex;
  justify-content: space-between;
  padding: 10px 20px;
  margin-left: 30px;
}
.woocommerce-product-gallery__wrapper {
  margin: 0px;
}
.image_full_div {
  margin-top: 72px;
}
.image_full {
  height: 720px;
  width: 720px;
}
.woocommerce-product-details__short-description {
  margin-bottom: 20px;
  font-family: "Circular Std";
  font-size: 16px;
  color: #000;
}

.badge_container {
  width: 100%;
  display: block;
}
.custom_badge {
  display: inline-block;
  padding: 5px 10px;
  z-index: 9999;
  font-size: 10px;
  text-decoration: none;
  width: auto;
  margin-bottom: 10px;
}
.badge-pink {
  background: #f3d0dc;
}
.badge-green {
  background: #66ff96;
}
.stock {
  display: none;
}
.out-of-stock {
  display: block !important;
}

.sold_out {
  position: absolute;
  position: absolute;
  top: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  width: 30%;
  text-transform: uppercase;
  padding: 10px 0px;
  font-weight: 900;
  font-family: "Circular Std";
}

.related {
  margin-top: 72px;
  border-top: 1px solid #000;
  padding-top: 72px;
}

.you-may-also-like .prod_add_to_cart_btn {
  padding: 6px 0px !important;
}
.you-may-also-like .add_to_cart_button {
  margin: 0px !important;
  display: block !important;
}
.you-may-also-like .onsale_badge {
  position: absolute;
  top: 10px !important;
  background: #e7d4ff;
  padding: 8px 12px !important;
  z-index: 9;
  transform: skewX(-19deg);
  font-size: 12px !important;
  left: 6px !important;
}
.you-may-also-like .woocommerce-Price-amount {
  font-size: 14px !important;
}
.you-may-also-like del {
  font-size: 14px !important;
}

.summary .price {
  font-family: "Circular Std";
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 72px;
}
.summary .price ins {
  background: var(
    --mooggradiant,
    linear-gradient(75deg, #ff127f 0%, #ffa080 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.summary .price del {
  color: #606060;
}

@media only screen and (max-width: 1440px) {
  .woocommerce-product-gallery__image img,
  .image_full_div img {
    width: 600px;
    height: 600px;
  }
}

/* ==================================================================
   Product Archive
   ================================================================== */
.products {
  margin-right: -70px;
}
.products .vc_col-sm-4,
.products .vc_col-sm-3 {
  padding-right: 72px;
}
ul.products {
  padding-left: 0;
}
.swap-image {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: auto;
  background-position: center;
  padding: 0px 15px;
}
.product:hover .swap-image {
  opacity: 1;
  transition: 0.5s ease;
}
.prod_image img {
  width: 100%;
  text-align: center;
}
.prod_title_div {
  text-align: left;
  min-height: 222px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.brand-name {
  color: #606060;
  font-size: 16px;
  font-weight: 600;
  font-family: "Playfair";
}
.prod_title_div .prod_title {
  font-size: 24px;
  text-transform: uppercase;
  margin-top: -10px !important;
  margin-bottom: 0px !important;
}
.prod_title_div .price {
  font-family: "Circular Std";
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
}
.prod_title_div .price ins {
  background: var(
    --mooggradiant,
    linear-gradient(75deg, #ff127f 0%, #ffa080 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.prod_title_div .price del {
  color: #606060;
}
.prod_add_to_cart_btn {
  margin-bottom: 72px;
  width: 100%;
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  text-transform: lowercase;
  font-size: 12px;
  font-weight: bold;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.prod_add_to_cart_btn a {
  text-decoration: none !important;
}
.prod_add_to_cart_btn .button {
  text-transform: lowercase;
  font-size: 14px;
  background: transparent;
  color: #000;
  display: block;
  width: 100%;
  padding: 0px !important;
}
.prod_add_to_cart_btn .button::after {
  content: "";
  display: inline-block;
  width: 37px; /* Adjust the width as needed */
  height: 18px; /* Adjust the height as needed */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAzNyAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTM2LjM1IDkuMzVMMzYuNzEgOUwyNy43MSAwTDI3IDAuNzFMMzQuNzkgOC41SDBWOS41SDM0Ljc5TDI3IDE3LjI5TDI3LjcxIDE4TDM2IDkuNzFMMzYuMjMgOS40OEwzNi4zNSA5LjM1WiIgZmlsbD0iIzIzMUYyMCIvPgo8L3N2Zz4K");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  position: absolute;
  right: 10px;
}
.woocommerce-ordering select {
  width: auto;
}

.sidebar_shop {
  padding-left: 0px !important;
}
.shop_content {
  padding-left: 72px !important;
}

@media only screen and (max-width: 1600px) {
  .prod_title_div .prod_title {
    font-size: 16px;
  }
  .prod_title_div .price {
    font-size: 16px;
  }
}

/* ==================================================================
   Cart
   ================================================================== */
.woocommerce-cart .woocommerce {
  margin-bottom: 70px;
}
.shop_table {
  width: 100%;
}
table thead {
  border-bottom: 1px solid #e1e1e1;
  text-transform: uppercase;
}
.woocommerce th {
  font-weight: 400;
  padding-bottom: 14px;
  text-align: center;
}
th.product-name {
  text-align: left;
}
th.product-subtotal,
td.product-subtotal {
  text-align: end;
}
td.product-price,
td.product-quantity {
  text-align: center;
  justify-content: center;
}
.cart .product-thumbnail img {
  max-width: 80px;
  height: auto;
}
.cart td.product-name {
  font-family: "Circular Std";
  font-weight: bold;
  text-transform: lowercase;
}
.cart .product-name a.remove {
  text-transform: capitalize;
  font-family: "Circular Std";
}
.cart .product-name a.remove:hover {
  color: #888;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.woocommerce-cart .actions {
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
}
.actions > div:first-child {
  padding-left: 0;
}
.actions > div:last-child {
  padding-right: 0;
}
.woocommerce-cart .coupon {
  display: flex;
  height: 36px;
}
.coupon #coupon_code {
  font-size: 16px;
  padding: 0px 10px;
  border: 1px solid #e1e1e1;
  border-right: 0;
}
.coupon button {
  border: 0;
  background: #f2f2f2;
  color: #000;
  font-size: 12px;
  padding: 0;
  height: 40px;
}
.update-cart {
  float: right;
  background: transparent;
  color: #000;
  border: 1px solid #e1e1e1;
  text-transform: uppercase;
  font-size: 12px;
}

.cart_title {
  border-bottom: 1px solid #000;
  padding-bottom: 14px;
}
.cart_totals h2 {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 1px;
  border-bottom: 1px solid #000;
  padding-bottom: 14px;
}
.cart_totals th {
  text-align: left;
  padding: 10px 0px;
  text-transform: capitalize;
}
.cart_totals td {
  text-align: right;
}
.cart-subtotal td {
  color: #888;
}
.order-total th {
  font-weight: 400;
  text-transform: uppercase;
}
.order-total {
  font-size: 20px;
  text-transform: uppercase;
}
.order-total .amount {
  color: #000;
  font-weight: 400;
}

.wc-proceed-to-checkout,
button#place_order {
  text-align: center;
  background: #000;
  padding: 14px;
  font-size: 14px;
  text-transform: uppercase;
}
.wc-proceed-to-checkout a {
  color: #fff;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  padding: 30px;
  border: 2px solid #000;
}

/* ==================================================================
   Checkout
   ================================================================== */
.woocommerce-checkout h3 {
  padding-bottom: 20px;
  font-size: 20px;
  margin: 10px 0px 00px 0px;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e1e1;
}
.form-row-first,
.form-row-last,
#billing_city_field,
#billing_postcode_field {
  width: 50%;
  float: left;
  padding: 0 10px 0 0;
}
.form-row-last,
#billing_postcode_field {
  float: right;
  padding: 0 0 0 10px;
}
.woocommerce-checkout .your_order {
  padding: 30px;
  border: 2px solid;
}
#order_review table thead {
  display: none;
}
.woocommerce-checkout td {
  text-align: end;
}
.woocommerce-checkout th,
.woocommerce-checkout td.product-name {
  text-align: left;
  padding: 20px 0px;
}
.woocommerce-checkout td.product-name {
  text-transform: lowercase;
}
.order-review .cart_item .product-name,
.your_order p {
  font-size: 14px;
}
.product-quantity {
  font-weight: 400;
}
table tfoot {
  border-top: 1px solid #e1e1e1;
}
table tfoot th {
  padding-top: 14px;
  text-transform: capitalize;
}
button#place_order {
  width: 100%;
}
.woocommerce-shipping-methods li {
  list-style: none;
}
.wc_payment_methods li {
  list-style: none;
}
#miniorange_otp_token_submit {
  margin-bottom: 12px;
}

.checkout {
  display: none;
}
.before_checkout .outline,
.before_checkout_back .outline {
  border: 1px solid #000;
  padding: 30px 30px;
}
.before_checkout button,
before_checkout_back .outline {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
}
.returning-customer {
  display: none;
}
.woocommerce-account-fields > .create-account {
  display: none;
}
.guest_checkout_info {
  display: none;
}
.guest-lis {
  list-style: none;
  padding: 0;
}
.guest-lis li:before {
  content: url("../jpg/x-checked-1.jpg");
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}
.guest-lis li {
  padding-bottom: 8px;
}
.guest_checkout_approved {
  display: inline-block !important;
  margin-right: 20px !important;
}
.guest_checkout_info .new_account_btn {
  display: inline-block !important;
  background: #000 !important;
  color: #fff !important;
}
.before_checkout_back {
  display: none;
  margin-bottom: 20px;
}
.last_btn {
  margin-bottom: 0px !important;
}
.woocommerce-form-coupon-toggle {
  display: none;
}

span.wcipi-label.valid-msg,
span.wcipi-label.error-msg {
  display: block;
  width: auto !important;
}
.iti {
  display: block !important;
}

.wc-block-components-notice-banner.is-info > svg {
  display: none;
}
.wc-block-components-notice-banner__content {
  font-size: 18px;
  font-family: "Circular Std";
  padding: 10px 0;
}
form.checkout_coupon.woocommerce-form-coupon > p:first-child {
  margin: 5px 0;
  font-size: 14px;
  font-family: "Circular Std";
}

.before_checkout {
  margin: 72px 0;
  font-family: "Circular Std";
}
button.return_customer_btn,
button.new_account_btn:first-child,
button.guest_checkout_btn.last_btn {
  width: 300px;
  background: #000;
  color: #fff;
  position: relative;
}
/* button.return_customer_btn, button.new_account_btn:first-child, button.guest_checkout_btn.last_btn {
    width: 300px;
    background: #000;
    color: #fff;
    border-left: 5px solid #f73c37;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    position: relative;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-left: -30px;
} */
fieldset#wc-stripe-cc-form {
  border: none;
  padding: 0;
  margin-bottom: 15px;
}
.stripe-card-group,
div#eh-stripe-exp-element,
div#eh-stripe-cvc-element {
  border: none !important;
}
.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
  border: 1px solid #000 !important;
  padding: 10px 5px !important;
}
/* button.guest_checkout_btn.last_btn::before,button.return_customer_btn::before,button.new_account_btn:first-child::after {
    content: "";
    position: absolute;
    left: 25%;
    bottom: 18px;
    width: 150px;
    height: 20px;
    transform: skew(-12deg) translateX(-38%);
    background: rgb(255 99 102);
    z-index: -1;
} */

/* ==================================================================
   My Account
   ================================================================== */

.woocommerce-account .woocommerce {
  margin-bottom: 40px;
}
.woocommerce-MyAccount-content {
  padding-left: 0px;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.woocommerce-MyAccount-navigation li {
  padding: 10px 0px;
  text-transform: uppercase;
}
.woocommerce-Addresses {
  display: flex;
}
.woocommerce-Address-title {
  display: flex;
  border-bottom: 1px solid #e1e1e1;
  margin-right: 30px;
  text-transform: lowercase;
}
.woocommerce-Address-title h3 {
  padding: 0 0 20px 0;
  text-align: start;
  font-size: 16px;
  margin: 0;
  display: inline-flex;
  width: 50%;
}
.woocommerce-Address-title a {
  display: inline-flex;
  width: 50%;
  justify-content: end;
}
.woocommerce-Address address {
  padding-top: 20px;
}
.woocommerce-account fieldset {
  padding: 20px 35px;
  margin-bottom: 40px;
  border: 1px solid #e1e1e1;
}
.woocommerce-account legend {
  text-transform: uppercase;
}
.woocommerce-EditAccountForm button {
  padding: 10px 30px;
}

.woocommerce-MyAccount-navigation a {
  text-decoration: none !important;
}

.woocommerce-MyAccount-orders th {
  text-align: start;
}
.woocommerce-MyAccount-orders .woocommerce-orders-table__cell {
  padding-top: 14px;
}
.woocommerce-order p {
  text-align: center;
}
.woocommerce-order ul {
  list-style-type: none;
  text-align: center;
  border: 1px solid #e1e1e1;
  padding: 30px;
  width: 350px;
  margin: auto;
}
.woocommerce-order strong {
  font-weight: 400;
  color: #888;
}

.woocommerce-Addresses .u-column1 {
  display: none !important;
} /* hidding billing edit */

.border-error {
  border: 1px solid red !important;
}
.password-input .bad,
.password-input .short {
  color: red !important;
}

/*.u-column1, .u-column2 {border:1px solid #000;}*/
.woocommerce-account .col2-set .col-1 {
  margin-right: 40px;
}

.hair-service-card {
  background: #f5f8fa;
  padding: 20px;
}
.membercard_type,
.membercard_expiry {
  border: 1px dashed #333;
  text-align: center;
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.membercard_type span,
.membercard_expiry span {
  display: block;
  font-size: 12px;
  color: #333;
}
.hair_service_button {
  text-align: center;
}
#button_hair_service {
  padding: 10px 20px;
  border-radius: 15px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 24px;
}
#qr_help_text {
  text-align: center;
  font-size: 12px;
  color: #333;
  display: none;
}
.hair_service_button {
  text-align: left;
}
.vc_col-xs-6-left .vc_column-inner {
  padding-right: 7.5px !important;
}
.vc_col-xs-6-right .vc_column-inner {
  padding-left: 7.5px !important;
}

.service_box {
  background: #000;
}
.service_box_text {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px;
  margin: 0px;
  text-align: center;
}

.myaccount_main_points_box {
  width: 100%;
  background: #000;
  color: #fff;
  border-radius: 30px;
  padding: 30px 20px;
}
.inside_box {
  display: block;
}
.box_50 {
  display: inline-block;
  width: 49%;
}
.right {
  text-align: right;
}
.myaccount_main_points_box .customer_name {
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.myaccount_main_points_box .welcome {
  padding-bottom: 20px;
}
.myaccount_main_points_box .total_spend_small {
  font-size: 12px;
}
.myaccount_main_points_box .total_spend {
  font-size: 30px;
}
.myaccount_main_points_box .small_icon {
  height: 50px;
}
.small_text_p p {
  margin-top: 2px;
  margin-bottom: 2px;
}
.history_row {
  border: 1px solid #000;
  padding: 12px 6px;
  margin-bottom: 10px;
}
.history_scan_date {
  font-size: 12px;
}
.history_price,
.history_price_sale {
  text-align: right;
}
.history_price {
  text-decoration: line-through;
}
.qrcode_styling img {
  margin-right: auto;
  margin-left: auto;
}
.skcrh_points {
  text-align: right;
  font-size: 24px;
  color: #58d043;
}
.skcrh_points_minus {
  text-align: right;
  font-size: 24px;
  color: #dc0307;
}

.dashboard_top {
  width: 100%;
  padding-top: 20px;
  display: flex;
  flex-flow: row wrap;
}
.dashborad_welcome p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.dashborad_welcome svg {
  max-height: 100px;
  width: 100%;
}
.dashboard_membership,
.dashboard_tier {
  flex: calc(50% - 1em);
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
}
.dashboard_membership {
  margin-right: 2em;
}
.your_membership {
  font-family: "Circular Std";
  font-size: 20px;
  padding-bottom: 40px;
  flex: 1 1 0;
}
.dashboard_membership .tier_icon,
.dashboard_membership .points {
  width: 50%;
  text-align: center;
  flex: 0 0 calc(50% - 0.5rem);
}
.dashboard_membership .tier_icon img {
  width: 70%;
}
.dashboard_membership .points .big {
  font-size: 48px;
  text-align: center;
  padding-top: 34px;
}
.dashboard_membership .points .small {
  font-size: 14px;
  text-align: center;
}
.your_tier {
  font-family: "Circular Std";
  font-size: 20px;
}
.status_bar {
  height: 16px;
  width: 100%;
  background: #80808040;
}
.status_bar_active {
  background: #000;
  height: 20px;
}
.dashboard_tier .small {
  font-size: 14px;
}

.dashboard_orders_box {
  border: 1px solid #000;
  padding: 20px;
  overflow-x: auto;
}
.dashboard_title {
  font-family: "Circular Std";
  font-size: 20px;
  padding-bottom: 20px;
}
.dashboard_orders_table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}
.dashboard_orders_table th,
td {
  text-align: left;
  padding: 8px;
}
.dashboard_orders_table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.shopping_bag_icon {
  text-align: center;
  padding-top: 50px;
}
.shopping_bag_icon img {
  width: 40px;
}
.dashboard_no_orders_text {
  text-align: center;
  padding-bottom: 50px;
}

.woocommerce-ResetPassword .form-row-first {
  width: 100% !important;
}
.woocommerce-ResetPassword input[type="submit"] {
  margin-left: 0px !important;
  margin-top: 10px;
}

.transactions_history_wrapper {
  overflow: hidden;
  margin-top: 40px;
}
.hide {
  height: 0;
  max-height: 0 !important;
  transition: all 0.2s ease-out;
}
#btn-trans-his {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  text-decoration: none !important;
}

/* ==================================================================
   Vouchers
   ================================================================== */

.voucher {
  background: #ececec;
  display: flex;
  align-items: stretch;
}
.voucher_image {
  background-image: url("../jpg/facial_image.jpg");
  background-size: cover;
  background-position: center;
  width: 200px;
}
.voucher .desc {
  padding-left: 20px;
}
.voucher .red {
  color: #c90003;
}
.voucher .buttons_div {
  display: flex;
  align-items: end;
}
.redeem_button {
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 20px;
  margin-bottom: 10px;
}
.voucher .qr_code {
  display: none;
  bottom: 100px;
  width: 100%;
  background: #fff;
  text-align: center;
}
.not_active {
  opacity: 0.2;
}

/* ==================================================================
   Extra Care - My Account
   ================================================================== */
.warranty_item {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.item_image {
  grid-row: 1 / span 2;
}
.item_image img {
  width: 80px;
  height: auto;
}
.item_name {
  padding-right: 20px;
}
.claim_button,
.fee_payment_btn,
.update_address {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  text-decoration: none !important;
}
.claim_more {
  padding: 20px 0px;
  display: none;
  overflow: hidden;
}
.claim_item_row {
  display: flex;
  flex-wrap: wrap;
}
.claim_item_row .item_buttons {
  margin-left: auto;
}
.claim_miss_address {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  text-decoration: none !important;
}
.address_missing {
  border: 1px solid red;
  padding: 20px;
  color: red;
  border-left: 5px solid #d80000;
  margin-bottom: 30px;
}

.steps {
  padding-bottom: 30px;
}
.step_icon {
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-block;
  background: #ccc;
}
.step_icon svg {
  max-width: 30px;
  display: block;
  padding-top: 10px;
  margin-right: auto;
  margin-left: auto;
}
.step_icon svg path {
  fill: #fff;
}
.step_icon span {
  display: block;
}
.step_active {
  background: #379b45;
}
.step_rejected {
  background: #c90000;
}
.step_line {
  display: inline-block;
  width: 26px;
  height: 3px;
  background: #ccc;
  margin-top: 26px;
  vertical-align: top;
}
.step_line_active {
  background: #379b45 !important;
}

/* ==================================================================
   In-Store Orders - My Account
   ================================================================== */
.orders_header,
.orders_row {
  display: flex;
  flex-wrap: wrap;
}
.orders_header {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.orders_row {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  padding-top: 20px;
}
.col-flex-2 {
  width: 16.66%;
}
.col-flex-3 {
  width: 25%;
}
.col-flex-4 {
  width: 33.33%;
}
.col-flex-6 {
  width: 50%;
}

.single_order_header {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  font-family: "Circular Std";
}
.single_order_details {
  padding-top: 10px;
}
.single_order_details span {
  font-family: "Circular Std";
}
.single_order_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  padding: 20px 0px;
  border-bottom: 1px solid #000;
}
.single_order_item img {
  width: 100px;
  height: 100px;
}
.single_order_footer {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  text-align: center;
}
.single_order_footer .border {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}

.gift-button {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 10px;
  font-size: 12px;
  display: block;
  text-align: center;
  text-decoration: none !important;
  max-width: 200px;
  margin-top: 30px;
}

/* ==================================================================
   Stores Map
   ================================================================== */
.asl-cont .sl-container,
.asl-cont .sl-container-lg,
.asl-cont .sl-container-md,
.asl-cont .sl-container-sm,
.asl-cont .sl-container-xl {
  max-width: 1400px !important;
}

/* ==================================================================
   OTP Popup
   ================================================================== */
.miniorange_otp_token_submit {
  background: #000 !important;
  color: #fff !important;
}

/* ==================================================================
   Mini Cart
   ================================================================== */

.quickcart {
  overflow: hidden;
  height: 0px;
  font-family: "Circular Std";
}
.open {
  animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
}
.mini-cart-background.open {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  animation: fadein 0.5s;
}
.mini-cart-content.open {
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  height: 100%;
  z-index: 9999;
  padding: 30px;
  min-width: 400px;
  width: 570px;
  display: flex;
  justify-content: center;
  animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
  overflow: hidden;
}
.widget_shopping_cart_content {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: auto;
  height: 720px;
}
.mini-cart-close {
  position: absolute;
  left: 15px;
  top: 0px;
}
ul.woocommerce-mini-cart {
  padding: 0;
  list-style-type: none;
  width: 100%;
}
.woocommerce-mini-cart .remove_from_cart_button {
  position: relative;
  left: 100%;
  color: #888;
  text-decoration: none !important;
}
.mini_cart_item {
  padding: 10px;
  display: flex;
  border-bottom: 1px solid #000;
}
.woocommerce-mini-cart-item img {
  width: 70px;
  height: 70px;
}
.woocommerce-mini-cart .product-details a {
  text-decoration: none !important;
}
.woocommerce-mini-cart .product-details {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  width: 240px;
}
.woocommerce-mini-cart .product-name {
  font-family: "Circular Std";
  text-transform: lowercase;
  color: #000;
}
.woocommerce-mini-cart .quantity {
  display: block;
  padding-top: 10px;
}
.woocommerce-mini-cart .amount {
  color: #000;
}
.mini-cart-footer {
  display: flex;
  flex-direction: column;
  width: 90%;
  bottom: 0;
  position: absolute;
  background: #fff;
  padding-top: 20px;
}
.woocommerce-mini-cart__total {
  margin-bottom: 0;
  color: #000 !important;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
.woocommerce-mini-cart__total strong {
  font-weight: 700;
  text-transform: uppercase;
}
.woocommerce-mini-cart__total .amount {
  color: #000;
  float: right;
  font-weight: 400;
}
.woocommerce-mini-cart__buttons .button {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  margin: 10px 0px;
}
.woocommerce-mini-cart__buttons a:first-of-type {
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
.close {
  animation: slide-out 0.1s forwards;
  -webkit-animation: slide-out 0.1s forwards;
}
.woocommerce-mini-cart__buttons a {
  text-decoration: none !important;
}
.button {
  text-decoration: none !important;
}
.woocommerce-mini-cart__empty-message {
  color: #000 !important;
}
.free_shipping_badge {
  background: var(
    --mooggradiant,
    linear-gradient(90deg, #ff127f 0%, #ffa080 100%)
  );
  padding: 4px 8px;
  font-family: "Circular Std";
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.status_bar_active {
  font-size: 12px;
  color: #fff;
  text-align: center;
}

/* animation */

@keyframes slide-in {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}

@-webkit-keyframes slide-in {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}

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

@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ==================================================================
   Footer
   ================================================================== */
.footer-copyrights {
  font-size: 12px;
}
.footer-copyrights a:hover {
  text-decoration: underline;
}
#menu-useful-links a {
  text-decoration: none;
}
#menu-useful-links li {
  padding-bottom: 10px;
}
#menu-customer-service a {
  text-decoration: none;
}
#menu-customer-service li {
  padding-bottom: 10px;
}
.payments_footer {
  display: flex;
  border-top: 1px solid #000;
  padding-top: 20px;
}
.payments_footer img {
  height: 50px;
  width: auto;
  padding-right: 10px;
}

/* ==================================================================
   Homepage
   ================================================================== */
.home .blog-post-title {
  display: none !important;
}
.home-banner {
  min-height: 500px;
}
.home-banner h1 {
  font-size: 52px;
}
.home-banner p {
  font-size: 20px;
  line-height: 28px;
}
.join-button {
  background: #fff;
  color: #000;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
}
.benefits-table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  color: #000;
}
.benefits-table td,
.benefits-table th {
  border: 1px solid #fff;
  padding: 15px;
  text-align: center;
}
.benefits-table th {
  padding: 30px 0px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Circular Std";
}
.benefits-table th .small {
  font-size: 12px;
  text-transform: none;
  font-family: "Circular Std";
}
.benefits-table tr > th,
.benefits-table tr > td {
  background: #eee;
}
.step-box .vc_column-inner {
  border: 1px solid #000;
}
.step-row {
  text-align: center;
  max-height: 0px;
}
.step-number {
  position: relative;
  background: #fff;
  top: -50px;
  letter-spacing: 1px;
  padding: 0px 10px;
  font-size: 10px;
  text-align: center;
}
.step-header {
  position: relative;
  background: #fff;
  top: -36px;
  letter-spacing: 1px;
  padding: 0px 10px;
  font-size: 30px;
  text-align: center;
}

.brand-logo img {
  width: 100%;
}

p.woocommerce-mini-cart__buttons.buttons {
  display: flex;
  gap: 10px;
}

@media only screen and (max-width: 768px) {
  /* ==================================================================
   General - Mobile
   ================================================================== */

  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 18px;
  }
  .vc_row.vc_column-gap-30 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .vc_col-has-fill > .vc_column-inner,
  .vc_row-has-fill
    + .vc_row-full-width
    + .vc_row
    > .vc_column_container
    > .vc_column-inner,
  .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
  .vc_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-top: 20px !important;
  }
  .m-padd-btm-30 {
    padding-bottom: 30px;
  }
  .m-padd-top-30 {
    padding-top: 30px;
  }
  .m-padd-btm-15 {
    padding-bottom: 15px;
  }
  .m-padd-top-15 {
    padding-top: 15px;
  }
  .m-border-dashed {
    border-top: 1px dashed #fff;
  }

  .padd-left-72 {
    padding-left: 0px !important;
  }
  .padd-top-72 {
    padding-top: 20px !important;
  }

  /* ==================================================================
   Header - Mobile
   ================================================================== */
  header {
    margin-top: 0px;
    min-height: 70px;
  }
  .main-header {
    display: none;
  }
  .mobile-main-header {
    display: block;
  }
  .mobile-main-header .flex {
    justify-content: space-between;
    height: 70px;
  }
  .mobile-menu-box,
  .mobile-logo-container,
  .icons_row {
    display: inline-flex;
    align-items: center;
  }
  .mobile-logo-container img {
    max-width: 130px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .top-bar {
    display: none;
  }
  .top-bar-notification {
    display: none;
  }

  .mainMenuContainer {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
  }
  .menu-item-has-children::after {
    right: 20px;
    margin-right: 0px;
  }
  .mainMenu .menu .sub-menu {
    left: unset !important;
    top: 80px;
    right: -10px;
  }

  .mobileMenu .closebtn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 46px;
    text-decoration: none;
    color: #000;
    z-index: 99;
  }
  #menu-mobile-menu {
    margin-top: 80px;
    margin-left: 20px;
  }
  #menu-mobile-menu li {
    list-style-type: none;
    padding-bottom: 10px;
  }
  #menu-mobile-menu li a {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Circular Std";
    font-size: 20px;
  }
  #menu-mobile-menu .sub-menu {
    display: none;
  }

  #menu-mobile-menu-chinese-traditional-2 {
    margin-top: 80px;
    margin-left: 20px;
  }
  #menu-mobile-menu-chinese-traditional-2 li {
    list-style-type: none;
    padding-bottom: 10px;
  }
  #menu-mobile-menu-chinese-traditional-2 li a {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Circular Std";
    font-size: 20px;
  }
  #menu-mobile-menu-chinese-traditional-2 .sub-menu {
    display: none;
  }

  .open {
    display: block;
  }
  .sub-menu {
    padding-left: 20px;
    padding-top: 10px;
  }
  .sub-menu li a {
    font-size: 18px !important;
  }

  .mobileAccountMenu .closebtn {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 46px;
    text-decoration: none;
    color: #000;
    z-index: 99;
  }
  #menu-mobile-account-menu {
    margin-top: 80px;
    margin-left: 20px;
  }
  #menu-mobile-account-menu li {
    list-style-type: none;
    padding-bottom: 10px;
  }
  #menu-mobile-account-menu li a {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Circular Std";
    font-size: 20px;
  }
  #menu-mobile-account-menu .sub-menu {
    display: none;
  }

  /* ==================================================================
   Banners 
   ================================================================== */

  .full-banner h1 {
    font-size: 48px;
  }
  .line-with-button {
    border-bottom: 0px;
    border-top: 1px solid #000;
  }
  .margin-min-20 {
    margin-top: 10px;
  }
  .action-button {
    margin-top: 10px;
    justify-content: space-between;
  }

  .small-banners-wrapper {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: 0px !important;
  }
  .wide-banner,
  .long-banner {
    padding-right: 0px !important;
  }
  .wide-banner .wpb_text_column,
  .long-banner .wpb_text_column,
  .vc_btn3-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .wide-banner h2,
  .long-banner h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .wide-banner p,
  .long-banner p {
    font-size: 16px;
    line-height: 20px;
    margin: 0px;
  }

  .banner-100 {
    padding-top: 0px;
  }

  .banner-50-50 {
    padding-top: 0px;
  }
  .big-text-banner {
    padding-left: 0px !important;
    padding-top: 20px;
  }
  .big-text-banner h2 {
    font-size: 28vw;
    line-height: 30vw;
    margin: 0px;
  }
  .big-text-banner h3 {
    font-size: 28px;
    margin-bottom: 0px;
  }
  .big-text-banner p {
    font-size: 16px;
    line-height: 20px;
    margin: 0px;
  }
  .banner-button {
    padding-top: 20px;
  }

  /* ==================================================================
   Bottom My Account Menu On Mobile 
   ================================================================== */
  .bottom_myaccount_menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #000;
    z-index: 99999;
    border-radius: 10px 10px 0px 0px;
  }
  .bottom_myaccount_menu .flex-item {
    margin: 10px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
  }
  .bottom_myaccount_menu .flex-item span {
    color: #fff;
    font-size: 8px;
    text-align: center;
    margin-top: 6px;
    text-transform: uppercase;
  }

  /* ==================================================================
   Footer - Mobile
   ================================================================== */
  .footer-copyrights {
    text-align: center;
  }
  .footer-payments img {
    max-width: 100%;
  }

  /* ==================================================================
   Homepage - Mobile
   ================================================================== */

  .home-banner {
    display: none !important;
  }
  .brands-logos .vc_column_container {
    padding: 0px !important;
  }
  .small-image-banner {
    min-height: 180px !important;
  }

  /* ==================================================================
   Woocommerce - Mobile
   ================================================================== */
  .shop_content {
    padding-left: 0px !important;
  }
  .products {
    margin-right: 0px;
  }
  .products .vc_col-sm-4,
  .products .vc_col-sm-3 {
    padding-right: 0px;
  }
  .woocommerce-breadcrumb {
    display: block;
    padding: 0px;
    padding-bottom: 10px;
    border: 0px !important;
  }
  .blog-post-title {
    margin: 0px;
    margin-bottom: 10px;
  }
  .back-history {
    display: none;
  }
  .single-product .summary {
    text-align: left;
  }
  .prod_title {
    font-size: 14px;
  }
  .single-product .price {
    font-size: 24px;
  }

  .title-bar-and-sorting {
    justify-content: space-evenly !important;
  }

  .shop-head {
    margin-left: -10px;
    margin-right: -10px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .shop-bar {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .woocommerce-ordering::before {
    display: none !important;
  }
  .woof_show_mobile_filter img {
    width: 16px !important;
    padding-top: 2px;
  }
  .woof_show_mobile_filter span {
    font-family: "Circular Std";
    font-size: 16px !important;
    font-weight: 400 !important;
  }
  .woof_show_mobile_filter {
    margin-left: 30px;
    margin-right: 30px;
    font-family: "Circular Std";
    font-size: 16px;
  }
  .woof_show_mobile_filter_container {
    border-right: 1px solid #000;
    height: 50px;
    display: flex;
    align-items: center;
  }
  .woocommerce-ordering select {
    max-width: 180px;
  }

  .sidebar_shop {
    min-height: 30px !important;
  }

  .woocommerce-result-count {
    display: none;
  }
  .woocommerce-products-header__title {
    display: none;
  }

  .woof_show_filter_for_mobile.woof {
    z-index: 99999 !important;
  }

  .single-product .woocommerce-product-details__short-description {
    text-align: left;
  }

  .also-like svg {
    height: 300px;
  }

  .product-single-div {
    display: flex;
    flex-direction: column-reverse;
  }

  .prod_add_to_cart_btn {
    padding: 10px 0px;
    border: 0px;
  }
  .prod_add_to_cart_btn .button {
    padding: 20px 20px !important;
    background: #000;
    color: #fff;
    text-transform: uppercase;
  }
  .prod_add_to_cart_btn .button::after {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjguMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNyAxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzcgMTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGcgaWQ9IlZlY3RvciI+Cgk8cGF0aCBpZD0iQVJST1ciIGNsYXNzPSJzdDAiIGQ9Ik0zNi4zLDkuNEwzNi43LDlsLTktOUwyNywwLjdsNy44LDcuOEgwdjFoMzQuOEwyNywxNy4zbDAuNywwLjdMMzYsOS43bDAuMi0wLjJMMzYuMyw5LjR6Ii8+CjwvZz4KPC9zdmc+Cg==");
    margin-right: 20px;
  }

  .woocommerce-product-gallery__image a img {
    width: 100% !important;
    height: auto !important;
  }
  .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 10px;
    right: 24px !important;
    z-index: 9999;
  }

  .product ins {
    margin-left: 0px !important;
  }
  .prod_title_div {
    min-height: 160px !important;
  }
  .prod_title_div .alignright {
    width: auto !important;
  }
  .prod_title_div .prod_title {
    margin-top: -10px !important;
  }

  .woocommerce-LoopProduct-link {
    text-decoration: none !important;
  }

  .onsale_badge,
  .single-product .onsale_badge {
    font-size: 16px;
  }
  .single-product .onsale_badge {
    top: 0px;
  }

  /* .sold_out {position: absolute; top:15%; text-align: center; background: rgba(255, 255, 255, .7); width:100%; text-transform: uppercase; } */

  /*
	.woof_redraw_zone .woof_section_tab {position: absolute; left: 0px; top: 40px; z-index: 999999;}
	   .woof_redraw_zone {display: flex;}
	   .woof_redraw_zone label.woof_section_tab_label {font-size:16px;}
	   .woof_redraw_zone label.woof_section_tab_label span {display:none;}
	*/

  /* ==================================================================
	   Owl Carusel Mobile
	   ================================================================== */
  .owl-nav {
    position: absolute;
    top: 30%;
    font-size: 48px;
    width: 100%;
  }
  .owl-prev {
    position: absolute;
    left: 0px;
  }
  .owl-next {
    position: absolute;
    right: 0px;
  }

  /* ==================================================================
   Vouchers Mobile
   ================================================================== */

  .voucher {
    flex-direction: column;
  }
  .voucher .voucher_image {
    min-height: 200px;
    width: 100%;
  }
  .voucher .buttons_div {
    padding-left: 20px;
  }
  /* ==================================================================
   Cart - Mobile
   ================================================================== */

  .mini-cart-content.open {
    width: 100%;
  }

  th.product-subtotal,
  td.product-subtotal {
    display: none;
  }
  td.product-name {
    text-align: center;
  }
  .woocommerce-cart-form__cart-item .qty_button {
    right: 20px;
  }
  .qty_button.minus {
    top: 77px;
  }
  .actions > div:last-child {
    padding: 0;
    text-align: center;
  }
  .update-cart {
    float: unset;
    margin: 15px;
  }
  /* ==================================================================
   Checkout - Mobile
   ================================================================== */

  .wc-proceed-to-checkout {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0px;
    z-index: 9999999;
    text-align: center;
  }
  .wc-proceed-to-checkout a {
    display: block;
  }
  label .optional {
    display: none;
  }

  /* ==================================================================
   My Account - Mobile
   ================================================================== */

  .woocommerce-account .col2-set .col-1,
  .woocommerce-account .col2-set .col-2 {
    width: 100% !important;
    padding: 0px 20px !important;
  }
  /*	.woocommerce-MyAccount-navigation {display: none !important;}*/

  .woocommerce-account .col2-set .col-1 {
    margin-right: 0px !important;
    margin-bottom: 20px !important;
  }

  .item_image,
  .item_name,
  .item_expiry,
  .item_buttons {
    flex: 50%;
  }

  .dashboard_membership {
    margin-right: 0px !important;
    margin-bottom: 2em;
  }
  .dashboard_membership .points .big {
    font-size: 48px;
    text-align: center;
    padding-top: 7px;
  }

  .service_box_text {
    font-size: 10px !important;
  }

  .dashboard_membership,
  .dashboard_tier {
    flex: calc(100% - 1em);
    padding: 20px;
    display: flex;
    flex-flow: row wrap;
  }

  /* ==================================================================
   In-Store Orders - My Account Mobile
   ================================================================== */

  .single_order_item img {
    width: 60px;
    height: 60px;
  }
  .orders_row .col-flex-3,
  .orders_row .col-flex-4,
  .orders_row .col-flex-2 {
    width: 100%;
  }
}

/* ==================================================================
   WooCommerce Shop Bar
   ================================================================== */
.shop-bar {
  margin-bottom: 20px;
  margin-top: 9px;
}
.title-bar-and-sorting {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-result-count {
  font-family: "Circular Std";
  border-top: 0px solid #000;
  margin: 0px;
  padding-top: 10px;
  text-transform: uppercase;
}
.woocommerce-ordering {
  text-align: right;
}
.woocommerce-ordering::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  display: block;
  position: absolute;
  top: -22px;
  left: -20px;
}
.orderby {
  border-top: 0px solid #000;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
  color: #000;
  text-transform: uppercase;
}

/* ==================================================================
   WooCommerce Category Page
   ================================================================== */
.shop-header {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  background-color: #e7d4ff;
  padding: 30px 0px;
}
.woocommerce-products-header__title {
  text-align: left;
  font-size: 48px;
  margin: 0px;
}

/* ==================================================================
   Search Bar
   ================================================================== */
.dgwt-wcas-search-wrapp {
  margin-bottom: 0px !important;
}
.is-form-style input.is-search-input {
  border-radius: 20px !important;
  height: 40px !important;
}

/* ==================================================================
   Product Category Carousel
   ================================================================== */
.product-category-carousel {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.product-category-carousel .item {
  text-align: center;
}
.product-category-carousel .item a {
  text-decoration: none !important;
  display: grid;
}
.product-category-carousel .item .item_img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

/* ==================================================================
   Product Tabs to Accordion 
   ================================================================== */
:root {
  --px-acc-transition-duration: 300ms;
}
#wc-tabs-accordion {
  margin-top: 30px;
}
.px-acc-item {
  border-bottom: 1px solid #000;
  padding: 10px 0px;
}
.px-acc-head {
  font-family: "Circular Std";
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 0px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.px-acc-title {
  font-size: 1.1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.px-acc-icon {
  font-size: 1.6rem;
  line-height: 1;
  color: #000;
  transition: transform var(--px-acc-transition-duration) ease;
}
.px-acc-item.active .px-acc-icon {
  transform: rotateZ(45deg);
}
.px-acc-item.active .px-acc-head {
  font-family: "Circular Std";
}
.px-acc-body {
  height: 0;
  overflow: hidden;
  transition: height var(--px-acc-transition-duration) ease;
}
.px-acc-content {
  padding: 1rem;
}

.single-product ol.flex-control-nav {
  position: relative;
}
.woocommerce-product-gallery {
  max-width: 720px;
}

.sideNav {
  padding: 10px;
  position: relative;
  z-index: 1;
}
.sideNav::after {
  content: "";
  display: block;
  clear: both;
}

aside {
  position: absolute;
  width: 300px;
  height: 100%;
  background: #fff;
  right: -300px;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  padding-top: 70px;
  transition: all 0.6s ease;
  overflow: hidden;
  z-index: 99;
}
aside.active {
  right: 0;
  position: fixed;
}
aside a {
  display: block;
  padding: 1.2rem;
  text-decoration: none;
  font-size: 1rem;
  color: #818181;
  border-bottom: 1px solid #414141;
}
.toggle-wrap {
  padding: 10px 25px;
  position: relative;
  cursor: pointer;
  float: right;
  color: #fff;
  background-color: #000;
  border-radius: 6px;

  /*disable selection*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.toggle-wrap-two {
  padding: 10px 25px;
  position: relative;
  cursor: pointer;
  float: right;
  color: #fff;
  background-color: #000;
  border-radius: 6px;

  /*disable selection*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion {
  margin: 20px 0;
  background-color: white;
  display: block;
}

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

.accordion .container {
  position: relative;
  margin: 10px 0px;
  padding: 0 1.5rem;
}

/* Positions the labels relative to the .container. Adds padding to the top and bottom and increases font size. Also makes its cursor a pointer */

.accordion .label {
  margin-top: 50px;
  position: relative;
  padding: 18px 24px;
  left: 1%;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}

/* Positions the plus sign 5px from the right. Centers it using the transform property. */

.accordion .label::before {
  content: "+";
  color: #000;
  position: absolute;
  top: 50%;
  right: 15px;
  /* font-size: 22px; */
  transform: translateY(-50%);
}

/* Hides the content (height: 0), decreases font size, justifies text and adds transition */

.accordion .content {
  position: relative;
  background: transparent;
  height: 0;
  font-size: 16px;
  text-align: left;
  max-width: 780px;
  overflow: hidden;
  transition: 0.25s;
  padding: 0 4px;
}

/* Unhides the content part when active. Sets the height */

.accordion .container.active .content {
  height: 100%;
}

.accordion .container.active .label {
  color: #766df4;
}

/* Changes from plus sign to negative sign once active */

.accordion .container.active .label::before {
  content: "-";
  font-size: 22px;
  color: #766df4;
}

.search_result ul {
  list-style: none;
  transition: all 0.5s ease;
  display: grid;
  grid-template-columns: auto auto auto auto;
  padding: 10px;
}

.search_result ul li {
  list-style: none;
}

.search_result ul li a {
  display: block;
}

.search_result ul li a span {
  max-width: 312.5px !important;
  max-height: 312.5px !important;
  text-align: center;
}

.search_result ul li a span img {
  max-width: 312.5px !important;
  max-height: 312.5px !important;
  text-align: center;
}

@media (max-width: 767px) {
  .search_result ul {
    display: grid;
    grid-template-columns: auto auto;
    padding: 5px;
  }
}

@media (max-width: 400px) {
  .search_result ul {
    display: grid;
    grid-template-columns: auto;
    padding: 5px;
  }
}

/* ==================================================================
     Helpers
     ================================================================== */
.text-uppercase {
  text-transform: uppercase;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.p0 {
  padding: 0 !important;
}

/* ==================================================================
     My Account 
     ================================================================== */

.my-account-title {
  color: #000;
  font-family: Circular Std;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px; /* 112.5% */
  text-transform: uppercase;
}
.my-account-welcome-title {
  /* VIP EXTRA/Play_16 */
  color: #606060;
  font-family: Playfair;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 125% */
}
.my-account-menu {
  padding-right: 72px !important;
}

.woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid #000;
}
.woocommerce-MyAccount-navigation {
  font-family: "Circular Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
}
.woocommerce-MyAccount-navigation .is-active {
  background: linear-gradient(225deg, #ff127f 0%, #ffa080 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.border-top-1px {
  border-top: 1px solid #000;
}

/* ==================================================================
     My Account Dashboard links
     ================================================================== */

.vc_col-sm-4.ds_links {
  margin-bottom: 10px;
  padding: 0 10px;
}
.vc_col-sm-4.ds_links.ds_links_first {
  padding-left: 0;
}
.vc_col-sm-4.ds_links.ds_links_last {
  padding-right: 0;
}
.vc_col-sm-4.ds_links.ds_links_mid {
  padding-right: 5px;
  padding-left: 5px;
}
@media only screen and (max-width: 768px) {
  .vc_col-sm-4.ds_links.ds_links_first {
    padding-right: 0;
  }
  .vc_col-sm-4.ds_links.ds_links_mid {
    padding-right: 0px;
    padding-left: 0px;
  }
  .vc_col-sm-4.ds_links.ds_links_last {
    padding-left: 0;
  }
}

/* ==================================================================
     My Account Dashboard
     ================================================================== */

.dashboard_membership,
.dashboard_tier {
  border-bottom: 1px solid #000 !important;
  border-top: 1px solid #000 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 9px;
}
svg.barcode {
  margin-top: 20px;
}
.col-xs-12.benefitsPrivileges {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .dashborad_welcome svg {
    max-height: 100%;
  }
  .your_membership.pl-2 {
    text-align: center;
  }
}
/* .dashborad_welcome {
    align-items: center;
    justify-content: center;
    display: flex;
} */

.dashboard_tier {
  display: block;
}
.dashboard_top {
  padding-top: 0 !important;
  margin-bottom: 72px;
}
.dashboard_membership {
  justify-content: space-between;
}
.user_points {
  color: #000;
  font-family: Circular Std;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: -2.88px;
  text-transform: uppercase;
  margin-top: 20px;
}
.user_points_small {
  font-family: Circular Std;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 112.5% */
}
.your_membership {
  padding-bottom: 0 !important;
}
.mem_since {
  color: #000;
  font-family: Playfair;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-top: 30px;
}
.status-account {
  color: #000;
  font-family: Playfair;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  margin-top: 10px;
}

.status_bar_active {
  background: var(--ltodgrad, linear-gradient(90deg, #ffa080 0%, #ff127f 100%));
  height: 16px;
}
.to_next_tier {
  color: #000;
  font-family: Playfair;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
/* .dashboard_orders_box {
   border:0 !important;
  } */
.account-menu-orders > div > img {
  width: 100%;
}

.link-inside-account {
  text-transform: lowercase;
  font-size: 14px;
  background: transparent;
  color: #000;
  display: block;
  width: 100%;
  padding: 0px !important;
  text-decoration: none;
}
.link-inside-account::after {
  content: "";
  display: inline-block;
  width: 37px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAzNyAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTM2LjM1IDkuMzVMMzYuNzEgOUwyNy43MSAwTDI3IDAuNzFMMzQuNzkgOC41SDBWOS41SDM0Ljc5TDI3IDE3LjI5TDI3LjcxIDE4TDM2IDkuNzFMMzYuMjMgOS40OEwzNi4zNSA5LjM1WiIgZmlsbD0iIzIzMUYyMCIvPgo8L3N2Zz4K);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  position: absolute;
  right: 0px;
}
.link-inside-account-title {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  text-transform: lowercase;
  font-weight: bold;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.link_title {
  font-size: 40px;
  font-weight: 700;
  font-family: "Circular Std";
  text-transform: uppercase;
  background: var(
    --mooggradiant,
    linear-gradient(75deg, #ff127f 0%, #ffa080 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gray-myaccount {
  color: #c0c0c0;
}

/* ==================================================================
     My Account Hair Styling
     ================================================================== */

.hairservice-desc {
  color: var(--gray-75, #606060);
  font-family: Circular Std;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  text-transform: uppercase;
  width: 75%;
  margin-top: -5px;
  margin-bottom: 40px;
}
.myaccount_main_points_box_new {
  width: 100%;
  color: #000;
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.inside_box {
  margin-left: 0 !important;
}

.myaccount_main_points_box_new .small_icon {
  height: 50px;
}

/* hair style */
.unlimitedHSS {
  color: #000;
  font-family: Circular Std;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
  text-transform: uppercase;
}
.hair_style_date {
  color: #000;
  /* VIP EXTRA/Cir_96 */
  font-family: Circular Std;
  font-size: 76px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px; /* 93.75% */
  letter-spacing: -2.88px;
  text-transform: uppercase;
}
.redeem_barcode {
  color: #000;
  /* VIP EXTRA/Cir_14 */
  font-family: Circular Std;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 114.286% */
  text-decoration: none;
}
.redeem_barcode::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 12px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAzNyAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTM2LjM1IDkuMzVMMzYuNzEgOUwyNy43MSAwTDI3IDAuNzFMMzQuNzkgOC41SDBWOS41SDM0Ljc5TDI3IDE3LjI5TDI3LjcxIDE4TDM2IDkuNzFMMzYuMjMgOS40OEwzNi4zNSA5LjM1WiIgZmlsbD0iIzIzMUYyMCIvPgo8L3N2Zz4K);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 30px;
}
/* QRCODE */
.qrcode_styling {
  text-align: right;
}
#hairservice_qr {
  width: 216px;
}
.applicableAt {
  color: var(--moograbiblack, #000);
  font-family: Circular Std;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
  width: 60%;
}

.amikaa80Svg {
  border-top: 1px solid #000;
}
img.small_icon {
  width: 180px !important;
}

.user_tranactions {
  color: #000;
  font-family: Circular Std;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  margin-bottom: 20px;
  cursor: pointer;
}
.user_tranactions::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IlBsdXMgMTMiIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8yMTBfMTQ2MDApIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTE4IDguNUg5LjVWMEg4LjVWOC41SDBWOS41SDguNVYxOEg5LjVWOS41SDE4VjguNVoiIGZpbGw9IiMyMzFGMjAiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yMTBfMTQ2MDAiPgo8cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  position: absolute;
  right: 0px;
}
.history_row {
  border-bottom: 1px solid #000;
  padding: 12px 6px;
  margin-bottom: 10px;
}

/* ==================================================================
     My Account Facial Treatment
     ================================================================== */
.user_FTC_title,
.user_FTC {
  color: #000;
  font-family: Circular Std;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
  text-transform: uppercase;
  padding-bottom: 25px;
}
.user_FTC {
  font-size: 96px !important;
  line-height: 75px;
}
.small_icon_brand {
  width: 260px !important;
  border-top: 1px solid #000;
}

/* ==================================================================
     My Account Extra Care
     ================================================================== */

.tabs a {
  color: #000;
  font-family: Circular Std;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.extracare_title {
  margin-bottom: 0;
}

.switcher {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  background-color: #f0f0f0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.switcher li {
  flex: 1;
}

.switcher a {
  display: block;
  text-align: center;
  padding: 10px 0;
  color: #555;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.3s;
}

.switcher a.active {
  background-color: #007bff;
  color: #fff;
}

.switcher a:hover {
  background-color: #ddd;
}
/* ==================================================================
     My Account Extra Care products grid
     ================================================================== */
warranty_item_row {
  display: grid;
  grid-template-columns: 20% 65% 15%;
  align-items: center;
}
.item_name {
  grid-row: 1;
  grid-column: span 3;
  color: var(--gray-75, #606060);
  font-family: Circular Std;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
.item_type {
  grid-row: 2;
  grid-column: 3;
  color: var(--gray-75, #606060);
  font-family: Circular Std;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
.item_expiry {
  grid-row: 2;
  grid-column: 2;
  color: var(--gray-75, #606060);
  font-family: Circular Std;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
.claimAndserialBtn {
  text-transform: lowercase;
  font-size: 18px;
  background: transparent;
  color: #000;
  display: block;
  width: 100%;
  padding: 0px !important;
  text-decoration: none;
  font-family: Circular Std;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
.claimAndserialBtn::after {
  content: "";
  display: inline-block;
  width: 37px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAzNyAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTM2LjM1IDkuMzVMMzYuNzEgOUwyNy43MSAwTDI3IDAuNzFMMzQuNzkgOC41SDBWOS41SDM0Ljc5TDI3IDE3LjI5TDI3LjcxIDE4TDM2IDkuNzFMMzYuMjMgOS40OEwzNi4zNSA5LjM1WiIgZmlsbD0iIzIzMUYyMCIvPgo8L3N2Zz4K);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  position: absolute;
}
/* ==================================================================
     My Account Extra Care claims grid
     ================================================================== */
.claim_item_row {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  /*      border-bottom: 1px solid #000;*/
}
.item_name_claim {
  grid-row: 1 / 3;
}
.item_buttons_claim {
  grid-row: 1 / span 3;
}
section#first-tab-group {
  width: 80%;
}
.claimBtn {
  text-transform: lowercase;
  font-size: 18px;
  background: transparent;
  color: #000;
  display: block;
  width: 100%;
  padding: 0px !important;
  text-decoration: none;
  font-family: Circular Std;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
.claimBtn::after {
  content: "";
  display: inline-block;
  width: 37px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IlBsdXMgMTMiIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8yMTBfMTQ2MDApIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTE4IDguNUg5LjVWMEg4LjVWOC41SDBWOS41SDguNVYxOEg5LjVWOS41SDE4VjguNVoiIGZpbGw9IiMyMzFGMjAiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yMTBfMTQ2MDAiPgo8cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  position: absolute;
}

#claims .active .claim_item_row {
  border: 0;
}
#claims .claim_more .steps {
  border-bottom: 1px solid #000;
}
.step_icon {
  width: 72px;
  margin: 10px;
  height: 72px;
  border: 1px solid #000;
  text-align: center;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
}
span.first_step,
.five_step,
.second_step,
.third_step,
.four_step {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: Circular Std;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 66px;
}
.step_active {
  background-color: #000;
  color: #fff;
}
.step_rejected {
  background-color: #fe2905;
  color: #fff;
}
/* ==================================================================
     My Account Vouchers
     ================================================================== */

.woocommerce-account .woocommerce {
  margin-bottom: 40px;
  margin-top: 20px;
}
.voucher {
  display: grid;
  border-top: 1px solid #000;
  grid-template-rows: auto auto auto;
  grid-template-columns: 400px auto auto;
  border-bottom: 1px solid #000;
  background: none;
  padding: 45px 0;
}
.desc {
  display: grid;
}
.voucher_image {
  width: 360px;
  height: 360px;
  grid-row: 1 / span 1;
}
.voucher .qr_code {
  text-align: center;
  display: none;
}
.redeem_button {
  text-transform: lowercase;
  font-size: 18px;
  background: transparent;
  color: #000;
  display: block;
  width: 100%;
  padding: 0px !important;
  text-decoration: none;
  font-family: Circular Std;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
.redeem_button::after {
  content: "";
  display: inline-block;
  width: 37px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAzNyAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTM2LjM1IDkuMzVMMzYuNzEgOUwyNy43MSAwTDI3IDAuNzFMMzQuNzkgOC41SDBWOS41SDM0Ljc5TDI3IDE3LjI5TDI3LjcxIDE4TDM2IDkuNzFMMzYuMjMgOS40OEwzNi4zNSA5LjM1WiIgZmlsbD0iIzIzMUYyMCIvPgo8L3N2Zz4K);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  position: absolute;
}
.voucher_title {
  color: #000;
  font-family: Circular Std;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
  text-transform: uppercase;
}
.voucher_desc {
  color: #000;

  /* VIP EXTRA/Cir_14_book */
  font-family: Circular Std;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
.voucher_exp {
  color: #000;

  /* VIP EXTRA/Cir_14 */
  font-family: Circular Std;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 114.286% */
}
.qrShopText.center {
  color: #000;
  font-family: Circular Std;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

/* ==================================================================
     my account online orders
     ================================================================== */
.orders_header {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 12px 0;
  color: #000;
  font-family: Circular Std;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .orders_header {
    margin-top: 32px;
  }
}
.orders_row {
  border-bottom: 1px solid #000;
  align-items: center;
  color: #000;
  font-family: Circular Std;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  padding: 30px 0px;
}
.noOrders {
  color: #000;
  font-family: Circular Std;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  padding: 13px 0;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
/* ==================================================================
     Mobile
     ================================================================== */
@media only screen and (max-width: 768px) {
  .voucher_title {
    font-size: 65px;
    line-height: 60px; /* 100% */
  }
  .voucher_desc {
    font-size: 18px;
    line-height: 18px;
    margin: 25px 0;
  }
  p.available_text {
    color: var(--gray-75, #606060);
    font-family: Circular Std;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
  .voucher {
    grid-template-columns: auto;
  }
  .voucher .voucher_image {
    margin-bottom: 20px !important;
  }
  .step_icon {
    width: 55px;
    height: 55px;
  }
  span.first_step,
  .five_step,
  .second_step,
  .third_step,
  .four_step {
    font-size: 40px;
    line-height: 50px;
  }
  section#first-tab-group {
    width: 100%;
  }
  .container {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .hairservice-desc {
    width: 100% !important;
  }
  .redeem_barcode::after {
    position: absolute;
    right: 20px;
  }
  .qrcode_styling {
    text-align: center;
  }
  .applicableAt {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    width: 100%;
    line-height: 17px;
  }
  .small_icon_brand {
    width: 180px !important;
  }
}

@media only screen and (max-width: 1540px) and (min-width: 768px) {
  .small_icon_brand {
    width: 180px !important;
  }
}
@media only screen and (min-width: 1440px) {
  .pr72 {
    padding-right: 72px !important;
  }
}

/* ==================================================================
     register / login
     ================================================================== */

.u-column1.col-1 > h2 {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.u-column2.col-2 > h2 {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
input,
textarea,
select {
  border: 1px solid #000;
}
label {
  font-family: Circular Std;
  color: #606060;
}
select:invalid {
  font-family: "Circular Std";
  color: #606060 !important;
}
select#type {
  color: #606060 !important;
}
.woocommerce-account .col2-set .col-1,
.woocommerce-account .col2-set .col-2 {
  width: 47%;
  display: inline-grid;
  /*	padding: 0px 30px;*/
}

/* ==================================================================
     cart
     ================================================================== */
tr.woocommerce-cart-form__cart-item.cart_item {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  border: none !important;
}
.cart-collaterals {
  padding: 0 30px;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  color: var(--Gray75, #606060);
  font-family: Circular Std;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
button.button.update-cart {
  background: #000 !important;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    padding: 0 !important;
  }
  .wc-proceed-to-checkout {
    position: relative;
    z-index: 1 !important;
    margin-top: 30px;
    padding: 0 !important;
  }
  .cart_totals h2 {
    border: none !important;
    margin-top: 30px !important;
  }
  tr.cart-subtotal {
    border-top: 1px solid #000;
  }
  tr.order-total {
    border-bottom: 1px solid #000;
  }
}
.cart-container {
  display: grid;
}

.cart-item {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr;
  /*    margin-bottom: 20px;*/
  padding: 10px 0;
  border-bottom: 1px solid #000;
  align-items: center;
}

.product-details {
  display: flex;
  flex-direction: column;
}

.product-name {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

.product-quantity,
.product-price,
.product-subtotal {
  /*    margin-bottom: 5px;*/
  color: #000;
  font-family: Circular Std;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.quantity {
  display: flex;
}

.product-name {
  color: #000;
  font-family: Circular Std;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.product-name a {
  text-decoration: none;
  margin-top: 20px;
}
.cart-list {
  border-right: 1px solid #000;
  padding-right: 40px !important;
}
@media (max-width: 767px) {
  .cart-item {
    grid-template-columns: 1fr 2fr;
  }
  .product-thumbnail {
    grid-column: 1 / 1;
    grid-row: 1/5;
  }
  .product-price {
    grid-column: 2/2;
    grid-row: 2/2;
  }
  .product-quantity {
    grid-row: 3/3;
    grid-column: 2/2;
  }
  img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    max-width: 120px !important;
  }
  .cart-list {
    padding-right: 0 !important;
    border-right: none !important;
  }
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  max-width: 80px;
  height: auto;
}
.woocommerce-cart .blog-post-title {
  display: none !important;
}

.cart_totals {
  color: #000;
  font-family: Circular Std;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.cart_totals h2 {
  font-size: 38px !important;
}

@media only screen and (max-width: 768px) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    border: none !important;
  }
  .cart-collaterals {
    padding: 0 0 !important;
  }
  .woocommerce-cart-form__contents thead {
    display: none;
  }
  .product-name {
    display: flex !important;
    justify-content: space-between;
    text-align: left !important;
  }
  .product-price,
  .product-quantity,
  .product-subtotal {
    display: block !important;
    text-align: left !important;
  }
  .quantity {
    width: 80px;
  }
  .cart .product-name a.remove {
    display: inline !important;
    text-decoration: none;
    color: red;
    margin: 0px !important;
  }
  .product-name a {
    margin-top: 0px;
  }
}

.otgs-development-site-front-end {
  display: none;
}

/* ==================================================================
     checkout
     ================================================================== */
div#customer_details {
  padding-right: 72px;
}
.woocommerce-checkout .your_order {
  border: none;
  padding-left: 72px;
  border-left: 1px solid #000;
  padding-top: 0;
  padding-right: 0;
}
.woocommerce-billing-fields h3,
h3#order_review_heading {
  color: var(--MOOGRABI-BLACK, #000);
  font-family: Circular Std;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
}
.woocommerce-checkout h3 {
  border-bottom: 1px solid #000 !important;
}
table tfoot {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
  font-family: Circular Std;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
tr.order-total {
  border-top: 1px solid #000;
  color: #000;
  font-family: Circular Std;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
ul.wc_payment_methods.payment_methods.methods {
  padding-left: 0;
}
.woocommerce-checkout #payment ul.payment_methods li .eh-stripe-card-brand {
  margin-top: -29px !important;
}
#eh-stripe-exp-element,
#eh-stripe-cvc-element {
  padding: 10px 10px !important;
}
.stripe-card-group {
  margin-bottom: 15px !important;
}
fieldset#eh-eh_stripe_pay-cc-form {
  border: none;
}
#eh-stripe-card-element,
#eh-stripe-exp-element,
#eh-stripe-cvc-element,
#eh-stripe-iban-element {
  height: 40px !important;
  padding: 10px 50px !important;
}
fieldset#eh-eh_stripe_pay-cc-form {
  padding-left: 0 !important;
}
li.wc_payment_method.payment_method_eh_stripe_pay {
  padding-bottom: 30px;
  border-bottom: 1px solid #000 !important;
}
.woocommerce-privacy-policy-text {
  color: #000;
  font-family: Circular Std;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
span.woocommerce-terms-and-conditions-checkbox-text {
  color: #000;
  font-family: Circular Std;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
div#eh-payment-request-button-seperator {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
}
.stripe-card-group,
div#eh-stripe-exp-element,
div#eh-stripe-cvc-element {
  border: 1px solid #000;
}
li.wc_payment_method.payment_method_eh_stripe_pay > label,
li.wc_payment_method.payment_method_eh_alipay_stripe > label {
  display: inline;
}
li.wc_payment_method.payment_method_eh_stripe_pay > label > img,
li.wc_payment_method.payment_method_eh_alipay_stripe > label > img {
  display: none;
}
li.wc_payment_method.payment_method_eh_alipay_stripe {
  margin-top: 30px;
}

.payment_box.payment_method_eh_stripe_pay {
  color: #000;
  font-family: Circular Std;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

tr.cart-subtotal > th,
tr.woocommerce-shipping-totals.shipping > th {
  text-transform: uppercase;
}
td.product-total {
  color: #000;
  font-family: Circular Std;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
#payment_method_eh_stripe_pay,
#payment_method_eh_alipay_stripe {
  -webkit-appearance: none; /* Remove default styles for webkit browsers */
  -moz-appearance: none; /* Remove default styles for Firefox */
  appearance: none; /* Remove default styles for other browsers */
  padding: 10px;
  /* Define the size of the square */
  width: 20px;
  height: 20px;

  /* Add a border to create a square shape */
  border: 1px solid #000; /* You can adjust the color and thickness as needed */

  /* Add custom styles for the checked state */
  &:checked {
    background-color: #000; /* You can set the background color when the radio is checked */
  }
}

/* ==================================================================
     checkout mobile
     ================================================================== */
@media only screen and (max-width: 768px) {
  div#customer_details {
    padding-right: 0;
  }
  .woocommerce-checkout .your_order {
    border: none;
    padding: 0;
  }

  .woocommerce-billing-fields h3,
  h3#order_review_heading {
    color: #000;
    font-family: Circular Std;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 112.5% */
  }
}

/* ==================================================================
     contact us
     ================================================================== */
.first_last_name {
  display: flex;
}

/* ==================================================================
     contact us mobile
     ================================================================== */

/* ==================================================================
     inside magazine page
     ================================================================== */
@media (min-width: 768px) {
  .single-magazine nav.woocommerce-breadcrumb {
    margin-bottom: 72px;
  }
  .p-between {
    padding: 20px 0 !important;
  }
}
.big-text {
  font-size: 36px;
  font-family: "Circular Std";
  font-weight: 700;
}

.bcrumbMagazine > a {
  font-size: 20px !important;
}
.blogPostDesc {
  font-family: Circular Std;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 32px;
}
.text-inside-blog {
  font-family: Circular Std;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  padding: 40px 0;
  line-height: 32px;
}
.image-fw > img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.image-fw {
  position: relative;
  width: calc(100% + 140px); /* 100% width + 70px padding on both sides */
  margin: 0 -70px;
  padding-top: 40px;
}

@media (max-width: 768px) {
  .image-fw {
    position: relative;
    width: calc(100% + 20px); /* 100% width + 70px padding on both sides */
    margin: 0 -10px;
  }
}

/* ==================================================================
     inside magazine page
     ================================================================== */

.image-warper-right,
.image-warper-left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.image-blog-right {
  grid-column: 2;
}
.image-blog-right img,
.image-blog-left img {
  max-width: 100%;
  height: auto;
}

.image-blog-left {
  grid-column: 1;
}

.image-warper-center > img {
  width: calc(100% - 600px);
  height: auto;
}

.image-warper-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 42px;
  gap: 20px;
}

.meetLuki {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 28px;
  margin-top: 72px;
  font-family: "Circular Std";
}
.meetLuki span {
  font-family: "Circular Std";
  padding-bottom: 42px;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

.image-warper-left-fh {
  margin-top: 72px;
}
.image-warper-left-fh img {
  max-width: 370px;
  height: auto;
}

.image-warper-center-wide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  flex-direction: column;
}
.image-warper-center-wide img {
  width: 100%;
  height: auto;
}

.image-warper-center-twocols img {
  max-width: calc(100% - 1000px);
  width: 100%;
  height: auto;
}

.wraperProductDisplay {
  display: flex;
  justify-content: center;
}
.image-warper-centerWproduct {
  flex: 3;
}
.image-warper-centerWproductBottom {
  flex: 1;
}
.image-warper-centerWproduct img {
  width: 100%;
  height: auto;
}
.productDisplay {
  text-align: center;
  justify-content: unset;
  border-top: 2px solid #000;
  padding: 36px 0;
  margin: 0 20px;
  flex: 1.2;
  margin-right: 0;
}
.emptyColumn {
  flex: 1;
}
.productWarp {
  border-bottom: 2px solid #000;
  padding-bottom: 50px;
  text-align: left;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.productWarp a {
  text-decoration: none;
  /* text-transform: uppercase; */
  font-size: 12px;
  font-weight: 600;
  font-family: "Circular Std";
  color: #00000099;
}
.RBP a {
  font-size: 18px;
  color: #000;
}
span.readMoreInfo::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAzNyAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IlZlY3RvciI+CjxwYXRoIGlkPSJBUlJPVyIgZD0iTTM2LjM1IDkuMzVMMzYuNzEgOUwyNy43MSAwTDI3IDAuNzFMMzQuNzkgOC41SDBWOS41SDM0Ljc5TDI3IDE3LjI5TDI3LjcxIDE4TDM2IDkuNzFMMzYuMjMgOS40OEwzNi4zNSA5LjM1WiIgZmlsbD0iIzIzMUYyMCIvPgo8L2c+Cjwvc3ZnPgo=);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
}
.productWarp span {
  font-size: 12px;
  font-weight: 600;
  font-family: "Circular Std";
  color: #000;
}

.image-warper-twoCols {
  display: flex;
  margin: 70px 0;
  gap: 20px;
  justify-content: center;
}
.imageTwo img,
.imageOne img {
  width: 100%;
  height: 400px;
}

.image-warper-center-half {
  display: flex;
  justify-content: space-evenly;
}
.image-warper-center-half img {
  height: auto;
  width: 480px;
}
.pDisplayBottom {
  flex: 0.2;
}
.pWarpBottom img {
  width: 240px;
  height: auto;
}

span.image-center-desc {
  font-family: "Circular Std";
  font-weight: 700;
  font-size: 28px;
}

.sectionTwo {
  display: flex;
  gap: 20px;
  margin: 36px 0;
}

.sectionTwo img {
  flex: 2;
  width: 100%;
  height: 600px;
}

span.sectionTwoText {
  font-family: "Circular Std";
  font-weight: 700;
  font-size: 30px;
}
.sectionTwoFlex5 {
  flex: 5;
}
span.textBig96 {
  font-family: "Circular Std";
  font-weight: 900;
  font-size: 96px;
  line-height: 90px;
}

.sectionTwoImageLeft {
  display: flex;
}
.sectionTwoImageLeft img {
  flex: 2;
  width: 100%;
  height: 600px;
}
.emptyDiv {
  flex: 5;
}

.sectionTwoTextPerson {
  font-family: "Circular Std";
  font-weight: 700;
  font-size: 62px;
  line-height: 60px;
  padding-top: 30px;
}

.ptb20 {
  padding: 20px 0;
}

.playOnImageRelative {
  position: relative;
}
.playOnImage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.magazineTitle {
  font-size: 96px;
  line-height: 92px;
  font-weight: 700;
}
.magazineTitle p {
  margin: 0;
}
.magazineRights {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.magazineText,
.magazineTextBold {
  font-size: 24px;
}
.magazineTextBold {
  font-weight: bold;
}
.magazineColGap {
  padding-left: 72px !important;
  font-family: "Circular Std";
}
.magazineColGapLeft {
  padding-right: 72px !important;
  font-family: "Circular Std";
}
.magazineImageLeft {
  padding-left: 72px;
}
.magazineColGap > .vc_column-inner > .wpb_wrapper {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
.magazineFullImage {
  height: 100vh;
}
.magazineFullImageLarge {
  height: 100%;
  min-height: 2400px;
}
.magazineImageFullLeft {
  margin-left: -72px;
}
.magazineTitleSmall {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0 !important;
}
.magazineTitleSmall > .wpb_wrapper > p {
  margin: 0;
}
.magazineRights,
.magazineTextLarge {
  margin-bottom: 10px !important;
}
.magazineTextLarge {
  font-size: 48px;
  line-height: 46px;
}
.magazineTextLarge {
  font-weight: 600;
}

.HUBERTtextBold {
  font-size: 48px;
  line-height: 50px;
  margin-bottom: 20px !important;
  font-weight: 900;
}

.HUBERTtextRegular {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0 !important;
}

.mimiLuzonRow {
  font-family: "Circular Std";
}
.mimiHeader {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px !important;
}
.mimiHeaderTitle {
  font-size: 96px;
  font-weight: 900;
  line-height: 92px;
}
.mimiHeaderRights {
  font-size: 28px;
  font-weight: 600;
  line-height: 26px;
}
.TextinMimiBold {
  font-size: 48px;
  line-height: 45px;
  font-weight: 700;
}
.TextinMimiBoldTitle {
  font-size: 42px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 15px !important;
}
.TextinMimi {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

/* ==================================================================
     inside magazine page mobile
     ================================================================== */

@media (max-width: 768px) {
  .textSizeMobile {
    font-size: 18px !important;
    line-height: 20px;
  }
  .image-warper-left-fh img {
    max-width: 100%;
  }
  .image-warper-center > img {
    width: 100%;
  }
  .image-warper-centerWproductBottom img {
    width: 100%;
    margin-bottom: 25px;
  }
  .image-warper-right,
  .image-warper-left {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .image-warper-center-half,
  .wraperProductDisplay,
  .dirColInMobile {
    flex-direction: column;
  }
  .image-warper-center-half img {
    height: auto;
    width: 100%;
  }
  .magazineTextLarge {
    font-size: 18px;
    line-height: 20px;
  }
  .magazineFullImageLarge {
    height: 100%;
    min-height: 1024px;
  }
  .magazineImageFullLeft {
    margin: 10px 0 !important;
  }
  .wpb_alert p:last-child,
  #content .wpb_alert p:last-child,
  .wpb_text_column p:last-child,
  .wpb_text_column *:last-child,
  #content .wpb_text_column p:last-child,
  #content .wpb_text_column *:last-child {
    margin-bottom: 20px !important;
  }
  .magazineTitle {
    font-size: 28px;
    line-height: 36px;
  }
  .magazineRights {
    font-size: 16px;
    line-height: 20px;
  }
  .magazineText,
  .magazineTextBold {
    font-size: 16px;
    line-height: 20px;
  }
  .magazineColGap {
    padding: 0px 10px !important;
  }
  .magazineImageLeft {
    padding: 0 !important;
  }
  .swap-on-mobile {
    display: flex !important;
    flex-direction: column-reverse;
  }
}

/* ==================================================================
   vipextra club menu 
   ================================================================== */

#vipextraClubMenu .sub-menu {
  display: none;
}

/* Style the clickable menu items */
#vipextraClubMenu .menu-item {
  cursor: pointer;
  list-style-type: none;
}

/* Add a plus/minus icon before the menu items */
#vipextraClubMenu .menu-item::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
}

/* Change the icon to minus when the menu item is active (submenu open) */
#vipextraClubMenu .menu-item.active::before {
  content: "";
}
#vipextraClubMenu ul.sub-menu::before {
  content: "";
}

#vipextraClubMenu ul {
  text-decoration: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
#vipextraClubMenu li {
  border-bottom: 1px solid #000;
  padding: 12px 0px;
  position: relative;
}

ul.sub-menu {
  margin: 10px 0;
}

#vipextraClubMenu ul:first-child {
  border-top: 1px solid;
}

#vipextraClubMenu .menu-item.active > a {
  background: var(
    --MOOG-GRADIANT,
    linear-gradient(91deg, #ff127f 0.87%, #ffa080 96.76%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  color: var(--MOOG-GRADIANT, #ff127f);
}

#vipextraClubMenu .menu-item.active .sub-menu a {
  color: #000; /* Color for sub-menu items */
}

.textSizeMobile40 {
  font-size: 42px !important;
  line-height: 40px;
}

.textSizeMobile25 {
  font-size: 25px !important;
  line-height: 25px;
}

/* ==================================================================
   footer menu info  
   ================================================================== */
.menu-footer-info-menu-container ul {
  padding: 0;
}
.menu-footer-info-menu-container ul li,
.menu-useful-links-chinese-traditional-container ul li {
  list-style: none;
  color: #020202;
  font-family: Playfair;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.menu-footer-info-menu-container ul li:last-child {
  /* border-bottom: 1px solid #000; */
  padding-top: 17px;
}

.link-inside-account-title {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 200px;
  box-sizing: border-box;
  float: left;
  width: calc(33.3333% - 30px) !important;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .link-inside-account-title {
    width: calc(50% - 10px) !important;
    height: 170px;
    padding-top: 25px;
    margin-right: 10px;
  }
  .gray-myaccount {
    width: 80%;
  }
  .link_title {
    font-size: 24px;
  }
  .dashboard_membership {
    border-bottom: none !important;
  }
  .link-inside-account::after {
    width: 30px;
    height: 12px;
  }
}

.status-account,
.mem_since,
.to_next_tier {
  font-family: "Circular Std";
}

@media (min-width: 768px) and (max-width: 1440px) {
  .textLess50per,
  .easyClaim_title {
    font-size: 30px !important;
    line-height: 32px !important;
  }
  .textLess50per {
  }
  .menu-footer-menu-container {
    padding-right: 20px;
  }

  span.sectionTwoText {
    font-size: 24px;
  }

  span.textBig96 {
    font-size: 48px;
    line-height: 54px;
  }
  .sectionTwoTextPerson,
  .magazineTitle {
    font-size: 48px;
    line-height: 54px;
  }
  .text-inside-blog,
  span.image-center-desc,
  .meetLuki,
  .magazineRights {
    font-size: 24px;
    line-height: 28px;
  }
  .magazineText,
  .magazineTextBold {
    font-size: 18px;
    line-height: 20px;
  }
  .magazineColGap {
    margin-bottom: 24px;
  }
  .link_title {
    font-size: 28px;
    line-height: 30px;
    padding-top: 30px;
  }
  .link-inside-account-title {
    height: 170px;
  }
  .BenefPriv {
    font-size: 30px !important;
    line-height: 34px !important;
  }
  .sectionFlexOne,
  .sectionFlexTwo,
  .sectionFlexThree {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .tier-item {
    font-size: 0.9vw !important;
  }
}

nav.woocommerce-MyAccount-navigation.border-top-1px a {
  font-weight: 400;
  font-size: 24px;
  padding: 20px 0px;
}
nav.woocommerce-MyAccount-navigation.border-top-1px ul li {
  padding: 20px 0;
}
@media (max-width: 1440px) {
  nav.woocommerce-MyAccount-navigation.border-top-1px a {
    font-weight: 400;
    font-size: 14px;
    padding: 10px 0px;
  }
  nav.woocommerce-MyAccount-navigation.border-top-1px ul li {
    padding: 10px 0;
  }
}

@media (max-width: 768px) {
  .my-account-menu {
    padding-right: 0 !important;
  }
  .user_points {
    font-size: calc(96px - 75%);
  }
  /* header black */
  header#BEXheader {
    position: sticky;
    width: 100%;
    top: 0;
    transition: background 0.3s ease;
  }

  header#BEXheader.white {
    background: #fff;
  }
  .transparent-header {
    background: transparent !important;
  }
  .minCartCount-white {
    background: #fff;
    color: #000;
  }
  /* header black */

  li.menuMobile {
    font-size: 20px;
    margin-bottom: 30px;
  }
  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
    border-bottom: none;
    margin-bottom: -8px;
  }
  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard {
    border-top: 1px solid #000;
    margin-top: 10px;
  }
  li.menuMobile::after {
    content: "";
    display: inline-block;
    width: 37px;
    height: 18px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IlBsdXMgNCIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzY3XzQyMCkiPgo8cGF0aCBpZD0iVmVjdG9yIiBkPSJNMTggOC41SDkuNVYwSDguNVY4LjVIMFY5LjVIOC41VjE4SDkuNVY5LjVIMThWOC41WiIgZmlsbD0iIzIzMUYyMCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzY3XzQyMCI+CjxyZWN0IHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    position: absolute;
    right: -35px;
    margin-right: 30px;
    top: 15px;
  }
  #menuMobileGcolor > span {
    background: linear-gradient(225deg, #ff127f 0%, #ffa080 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
ul.tabs.clearfix {
  padding: 10px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.myaccount_head_title {
  font-family: "Circular Std";
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 700;
  min-height: 80px;
}
.myaccount_head_nav {
  font-family: "Playfair";
  font-size: 16px;
  min-height: 80px;
}

/* ==================================
TEXT HEADERS
=================================== */
.headerText96 {
  color: #000;
  font-family: Circular Std;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 96px;
  line-height: 90px;
}
.headerText48 {
  color: #000;
  font-family: Circular Std;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 54px;
}
.headerText24 {
  color: #000;
  font-family: Circular Std;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
/*tablet*/
@media (min-width: 769px) and (max-width: 1440px) {
  .headerText96 {
    font-size: 72px;
    line-height: 68px;
  }
  .headerText48 {
    font-size: 36px;
    line-height: 38px;
  }
  .long-banner h2,
  .wide-banner h2 {
    font-size: 36px;
    line-height: 38px;
  }
}
/*mobile*/
@media (max-width: 768px) {
  .headerText96 {
    font-size: 48px;
    line-height: 54px;
  }
  .headerText48 {
  }
}

@media (min-width: 768px) {
  .long-banner-title {
    flex: 1;
  }
  .long-banner-desc {
    flex: 15;
  }
}

/* ==================================================================
	Magazine Template by Tomer
	================================================================== */

/*
.single-magazine .blog-post-title-blog {font-family: 'Circular Std'; font-weight:600; font-size: 96px !important; text-transform: uppercase; line-height:92px;}
.single-magazine .big-text p {font-family: 'Circular Std'; font-weight:600; font-size: 96px !important; text-transform: uppercase; line-height:92px !important;}
*/
.single-magazine .wpb_content_element {
  margin-bottom: 0px !important;
}
.single-magazine .wpb-content-wrapper .vc_row {
  margin-bottom: 70px;
}
.single-magazine .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0px !important;
}
.single-magazine
  .vc_row-has-fill
  + .vc_row-full-width
  + .vc_row
  > .vc_column_container
  > .vc_column-inner,
.vc_col-has-fill > .vc_column-inner {
  padding-top: 0px !important;
}
.full-screen-img > .vc_figure,
.full-screen-img > .vc_figure > .vc_single_image-wrapper,
.full-screen-img > .vc_figure > .vc_single_image-wrapper > img {
  width: 100% !important;
}

/*
@media (max-width: 1440px) {
	.single-magazine .blog-post-title-blog {font-family: 'Circular Std'; font-weight:600; font-size: 48px !important; text-transform: uppercase; line-height:44px;}
	.single-magazine .big-text p {font-family: 'Circular Std'; font-weight:600; font-size: 48px !important; text-transform: uppercase; line-height:44px !important;}
	.single-magazine .wpb_content_element  p {font-family: 'Circular Std'; font-weight:600; font-size: 28px; text-transform: uppercase; margin:0px !important; line-height:26px;}
}
*/

/* vip extra club menu  */

.menuClub {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-itemClub {
  border-top: 1px solid #000;
  padding: 10px;
  position: relative;
  /*            transition: margin-bottom 0.3s ease-in-out;*/
}

.submenuClub {
  display: none;
  list-style: none;
}

.submenu-itemClub {
  padding-left: 20px;
}

.menu-itemClub.active .submenuClub {
  display: block;
}

.signInexreaClub {
  margin: 2.83em 0;
  font-weight: 900;
  font-family: "Circular Std";
}
.signInexreaClub a {
  text-decoration: none;
}
.menu-itemClub a {
  text-decoration: none;
  font-family: Circular Std;
  text-transform: uppercase;
  font-size: 24px;
  display: block;
  padding: 5px;
}
li.menu-itemClub:last-child {
  border-bottom: 1px solid #000;
}
li#services::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IlBsdXMgNCIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzY3XzQyMCkiPgo8cGF0aCBpZD0iVmVjdG9yIiBkPSJNMTggOC41SDkuNVYwSDguNVY4LjVIMFY5LjVIOC41VjE4SDkuNVY5LjVIMThWOC41WiIgZmlsbD0iIzIzMUYyMCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzY3XzQyMCI+CjxyZWN0IHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  position: absolute;
  right: 0;
  top: 35px;
  transform: translateY(-50%);
  cursor: pointer;
}
.menuClub > .active > a {
  background: var(
    --MOOG-GRADIANT,
    linear-gradient(91deg, #ff127f 0.87%, #ffa080 96.76%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  color: var(--MOOG-GRADIANT, #ff127f);
}

/* ==================================================================
   Font Size + color
   ================================================================== */

.single-magazine p {
  margin: 0 !important;
}
.ff-circular {
  font-family: "Circular Std";
}
.ff-upper {
  text-transform: uppercase;
}
.ps-72 {
  padding-left: 72px !important;
}
.mb-72 {
  margin-bottom: 72px !important;
}
.mb-128 {
  margin-bottom: 128px !important;
}
.mb-72 > .wpb_wrapper {
  margin-bottom: 72px !important;
}
.mt-72 {
  margin-top: 72px !important;
}
.pt-72 {
  padding-top: 72px !important;
}
.fs-title {
  font-size: 96px;
  line-height: 92px;
  font-family: "Circular Std";
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .fs-title {
    font-size: 48px;
    line-height: 44px;
  }
}
@media (max-width: 768px) {
  .fs-title-52 {
    font-size: 52px;
    line-height: 48px;
  }
}
.upper-none {
  text-transform: none !important;
}
.line-48 {
  line-height: 48px !important;
}
.line-24 {
  line-height: 24px !important;
}
.fw-700 {
  font-weight: 700;
}
.fw-600 {
  font-weight: 600;
}
.fw-500 {
  font-weight: 500;
}
.fw-400 {
  font-weight: 400;
}
.fw-300 {
  font-weight: 300;
}

.fs-128 {
  font-size: 128px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.fs-64 {
  font-size: 64px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.fs-48 {
  font-size: 48px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.fs-32 {
  font-size: 32px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.fs-24 {
  font-size: 24px;
  margin: 0;
  padding: 0;
}
.fs-16 {
  font-size: 16px;
  text-transform: none;
  margin: 0;
  padding: 0;
}
.uppercase {
  text-transform: uppercase;
}

.fc-gold {
  background: var(
    --mooggradiant,
    linear-gradient(75deg, #b5893d 0%, #d8c363 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* ==================================================================
   Font Size + color tablet
   ================================================================== */
@media (max-width: 1540px) and (min-width: 768px) {
  .fs-128 {
    font-size: 96px !important;
  }
  .fs-64 {
    font-size: 48px !important;
  }
  .fs-32 {
    font-size: 24px !important;
  }
  .fs-24 {
    font-size: 18px !important;
  }
  .fs-16 {
    font-size: 12px !important;
  }
  .mb-128 {
    margin-bottom: 0px !important;
  }
}
/* ==================================================================
   Font Size + color mobile
   ================================================================== */
@media (max-width: 768px) {
  .line-48 {
    line-height: 36px !important;
  }
  /* .line-24 {line-height: 18px !important;} */
  .fs-128 {
    font-size: 64px !important;
  }
  .fs-64 {
    font-size: 32px !important;
  }
  .fs-48 {
    font-size: 24px !important;
  }
  .fs-32 {
    font-size: 16px !important;
  }
  .fs-24 {
    font-size: 16px !important;
  }
  .fs-16 {
    font-size: 12px !important;
  }
  .ps-72 {
    padding-left: 0 !important;
  }
  .mb-72 {
    margin-bottom: 20px !important;
  }
  .mb-72 > .wpb_wrapper {
    margin-bottom: 20px !important;
  }
  .mt-72 {
    margin-top: 20px !important;
  }
}

/* single product qty  */
.quantity > input[type="number"] {
  border-top: none;
}
section.related > div {
  overflow-x: hidden;
}
ul.page-numbers > li > span,
ul.page-numbers > li > a {
  font-weight: 500;
  font-size: 22px;
  font-family: "Playfair";
}

span.page-numbers.current {
  font-weight: 900;
}

@media (max-width: 767px) {
  nav.woocommerce-pagination {
    text-align: center;
  }
}

/* 
    @media (max-width: 767px) {
        #banner_desktop {
            display: none;
        }
        #banner_mobile {
            margin-top:-70px;
            display: block;
        }
    }
    
    @media (min-width: 768px) {
        #banner_desktop {
            display: block;
        }
        #banner_mobile {
            display: none;
        }
    } */

@media (max-width: 767px) {
  .mb70-magazine {
    margin-top: 70px !important;
  }
}

/* ==================================================================
   Popup 
   ================================================================== */
/* Popup Banner Container Styles */
.popup-banner {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  max-width: 90%;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  text-align: left;
}

/* Popup Content Styles */
.popup-banner-content {
  position: relative;
}

/* Close Button Styles */
.popup-banner-close {
  position: absolute;
  top: -30px;
  right: -15px;
  cursor: pointer;
  font-size: 35px;
  font-weight: bold;
}

/* Banner Image Styles */
.popup-banner-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

/* Desktop Image: Hide by default */
.popup-banner-image-desktop {
  display: none;
}

/* Mobile Image: Display by default */
.popup-banner-image-mobile {
  display: block;
}

/* Text Under Image Styles */
.popup-banner-text {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
}

/* Links Container Styles */
.popup-banner-links {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

/* Link Styles */
.popup-link-left,
.popup-link-right {
  font-size: 20px;
  font-weight: bold;
  font-family: "Circular Std";
  color: #000;
  text-decoration: none;
}

.popup-link-right::after {
  content: "";
  position: relative;
  right: 0px;
  display: inline-block;
  width: 30px;
  height: 14px;
  margin-left: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAzNyAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTM2LjM1IDkuMzVMMzYuNzEgOUwyNy43MSAwTDI3IDAuNzFMMzQuNzkgOC41SDBWOS41SDM0Ljc5TDI3IDE3LjI5TDI3LjcxIDE4TDM2IDkuNzFMMzYuMjMgOS40OEwzNi4zNSA5LjM1WiIgZmlsbD0iIzIzMUYyMCIvPgo8L3N2Zz4K);
  background-size: contain;
  background-repeat: no-repeat;
}

/* Media Query for Desktop Devices */
@media (min-width: 768px) {
  .popup-banner {
    width: 600px; /* Adjust width for desktop */
  }

  /* Show desktop image and hide mobile image */
  .popup-banner-image-desktop {
    display: block;
  }
  .popup-banner-image-mobile {
    display: none;
  }
}
/* Media Query for Mobile Devices */
@media (max-width: 767px) {
  .popup-banner-text {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
  }
  .popup-link-left,
  .popup-link-right {
    font-size: 14px;
    font-weight: bold;
    font-family: "Circular Std";
    color: #000;
    text-decoration: none;
  }
  .popup-link-left::after,
  .popup-link-right::after {
    width: 24px;
    height: 12px;
    margin-left: 10px;
  }
}

.link_vipclub {
  background: var(
    --MOOG-GRADIANT,
    linear-gradient(91deg, #ff127f 0.87%, #ffa080 96.76%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: lowercase;
  color: var(
    --MOOG-GRADIANT,
    #ff127f
  ); /* Use the same variable for text color */
  display: block;
  width: 90%;
  text-decoration: none;
  border-bottom: 1px solid var(--MOOG-GRADIANT, #ff127f); /* Use the same variable for border color */
  padding-bottom: 20px;
  border-width: 2px;
  font-family: Circular Std;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
.link_vipclub::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAzNyAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IlZlY3RvciI+CjxwYXRoIGlkPSJBUlJPVyIgZD0iTTM2LjM1IDkuMzVMMzYuNzEgOUwyNy43MSAwTDI3IDAuNzFMMzQuNzkgOC41SDBWOS41SDM0Ljc5TDI3IDE3LjI5TDI3LjcxIDE4TDM2IDkuNzFMMzYuMjMgOS40OEwzNi4zNSA5LjM1WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzIxMF8xMjcwMykiLz4KPC9nPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzIxMF8xMjcwMyIgeDE9IjMuMzA0NzdlLTA3IiB5MT0iMTYiIHgyPSIzNS41MzYzIiB5Mj0iMTYuNzE2NiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRkYxMjdGIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQTA4MCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -29px;
  position: absolute;
  right: 60px;
  color: var(
    --MOOG-GRADIANT,
    #ff127f
  ); /* Use the same variable for background color */
}

.join_link_buttons
  > .wpb_column
  > .vc_column-inner
  > .wpb_wrapper
  > .wpb_content_element {
  margin-bottom: 14px !important;
}
.gradiend_text {
  background: var(
    --MOOG-GRADIANT,
    linear-gradient(91deg, #ff127f 0.87%, #ffa080 96.76%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(
    --MOOG-GRADIANT,
    #ff127f
  ); /* Use the same variable for text color */
}

.sticky_11_11 {
  font-family: "Circular Std";
  font-size: 30px;
  position: fixed;
  right: 28px;
  top: 60%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center right;
  background: var(
    --mooggradiant,
    linear-gradient(90deg, #ff127f 0%, #ffa080 100%)
  );
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  z-index: 1000;
}

@media (max-width: 767px) {
  .sticky_11_11 {
    font-family: "Circular Std";
    font-size: 20px;
    position: fixed;
    right: 22px;
    top: 60%;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: center right;
    background: var(
      --mooggradiant,
      linear-gradient(90deg, #ff127f 0%, #ffa080 100%)
    );
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    z-index: 1000;
  }
}

.shop-banner {
  display: flex;
  justify-content: space-around;
  margin: 20px 0px;
}

button.show-password-input {
  display: none !important;
}

ul#menu-footer-menu-chinese-traditional,
ul#menu-useful-links-chinese-traditional {
  padding-left: 0;
}

/* Homepage — update the text above the video
For now — until the ‘Shop Now’ link is available. */
/* .line-with-button {
  display: none;
} */






li.woof_qs_item:has(a[href*="p=8316"]) {
    display: none !important;
}

a[href*="p=8316"] {
    display: none !important;
}

a[href*="p=8316"]::parent {
    display: none !important;
}