/* Theme Name: MyBXGZone
Author: Your Name
Version: 1.0
Description: A blank WordPress theme with Bootstrap and WPBakery support.
Text Domain: mybxgzone
*/

:root {
  /* Primary brand purple */
  --purple-dark: #7830a0;
  /* Darker variant for hover states */
  --purple-normal: #a0a0e0;
  /* Accent green */
  --purple-light: #d0d0ef;
  /* Text / neutral grays */
  --text-color: #000;
  --bg-light: #fff;
}

.mb-6 {
  margin-bottom: 4rem;
}
strong,
b {
  font-family: "MYingHeiHKW7", "MYingHeiHKW4", sans-serif;
  font-weight: 700;
}
html,
body {
  font-family: "MYingHeiHKW4", sans-serif;
  font-weight: 400;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1920px;
  }
}

.page-wrapper {
  position: relative;
}

/* login page style */
.login-section {
  padding-right: 3rem;
  padding-left: 3rem;
}
.login-sectiony {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.login-logo {
  width: 504px;
}
.login-title {
  font-size: 88px;
  color: #ffffff;
}
.login-desc {
  font-size: 88px !important;
  color: #000000;
}
.form-control {
  width: 672px;
  height: 96px;
  background-color: #ffffff;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  font-size: 44px;
}
.btn-dark {
  width: 100%;
  max-width: 224px;
  height: auto;
  padding: 1rem 2rem;
  background-color: #000000;
  font-size: 2.75rem; /* ≈44px */
  color: #ffffff;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  text-align: center;
}
.form-control::placeholder {
  font-family: "M Ying Hei HK", sans-serif;
  font-weight: 700;
  font-size: 44px;
  text-transform: uppercase;
  color: #c0c0c0;
}
.custom-input::placeholder {
  font-family: "M Ying Hei HK", sans-serif;
  font-weight: 700;
  font-size: 44px;
  text-transform: uppercase;
  color: #c0c0c0;
}
.custom-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "M Ying Hei HK", sans-serif;
  font-weight: 700;
  font-size: 44px;
  text-transform: uppercase;
  color: #c0c0c0;
}
@media (max-width: 767px) {
  .login-section {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .login-sectiony {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .login-logo {
    width: 290px !important;
  }
  .login-title {
    font-size: 3rem;
  }
  .login-desc {
    font-size: 2.5rem !important;
  }
  .form-control {
    width: 100%;
    max-width: 330px;
    height: 4rem;
    font-size: 1rem;
    padding: 0.75rem;
  }
  .btn-dark {
    max-width: 170px;
    padding: 0.75rem 1.5rem;
    font-size: 2.25rem;
  }
  input::placeholder {
    font-size: 20px !important;
  }
}

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

.ticker-container {
  position: absolute; /*fixed*/
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(90deg, #7830a0 0%);
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
  z-index: 9999;
  justify-content: space-around;
}
body {
  padding-top: 30px;
}
body.admin-bar .ticker-container {
  top: 32px; /* admin Bar */
}
.ticker-container .ticker-link {
  display: inline-block;
  width: 100%;
  text-decoration: none;
}

.quote,
.ticker-text {
  display: inline-block;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  color: #fff;
  /* animation: scrollTicker 20s linear infinite; */
  animation: none;
}

.ticker-text span {
  margin-right: 50px;
}
.ticker-text .quote:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  body.admin-bar .ticker-container {
    top: 46px; /* admin Bar */
  }
  .quote {
    font-size: 10px;
  }
  .quote,
  .ticker-text {
    animation: scrollTicker 60s linear infinite;
  }
  .ticker-text .quote:nth-child(2) {
    display: inline-block;
  }
}

.bxg-header {
  position: relative;
  z-index: 1000;
  background: white;
  height: 160px;
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.bxg-header a img {
  width: clamp(200px, 25vw, 504px);
  height: auto;
}

.main-title {
  color: var(--purple-dark);
  font-size: clamp(32px, 2vw + 1rem, 72px);
  line-height: 76px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
}

/* top :right header */
.avatar {
  width: 65px;
  height: 65px;
  object-fit: cover;
}

.logout-btn {
  width: 65px;
  height: 65px;
  border: 1px solid #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  /* font-family: "M Ying Hei HK", sans-serif; */
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
}
.lang-btn {
  width: 65px;
  height: 65px;
  border: 1px solid #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  /* font-family: "M Ying Hei HK", sans-serif; */
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  display: none;
}
.lang-switch-wrapper {
  position: relative;
  display: inline-block;
}
.lang-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  z-index: 999;
}

.lang-dropdown li a {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
}

.lang-dropdown li a:hover {
  background: #f0f0f0;
}
.menu-icon {
  width: 65px;
  height: 65px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.user-title {
  height: 32px;
  text-align: right;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}

.user-title__name,
.user-title__position {
  display: block;
  width: 100%;
  text-align: right;
}

.d-flex.justify-content-between {
  flex-wrap: nowrap; 
}
/* LOGO */
.logo-desktop {
  display: inline-block; 
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.logo-desktop img {
  display: block;
  width: 100%;
  height: auto;
}
.logo-mobile {
  display: none;
}
@media (max-width: 767px) {
  .logo-desktop {
    display: none;
  }

  .logo-mobile {
    display: block;
    width: 150px;
  }
}
/****************** Main Menu *******************/
#main-menu {
  position: fixed; /* The menu "floats" above the entire page */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /* High of the screen*/
  height: 100dvh; /*viewport dynamic height*/
  background-color: white;
  z-index: 3;
  padding-top: 238px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

#main-menu.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  overflow-y: auto;
}

body.menu-open {
  overflow: hidden;
  height: 100%;
}

.li1 {
  font-size: 20px;
}
.li2 {
  font-size: 32px;
}
.li1:hover,
.li2:hover {
  color: #adb5bd;
}
/****************** Footer Style *******************/
footer li:hover {
  color: #adb5bd;
  cursor: pointer;
}

footer li {
  transition: color 0.2s ease;
}
/* Remove left padding specifically inside the footer */
/****************** Dropdown menu *******************/
.magazine-header-container {
  position: relative;
}

.magazine-header {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-family: "MYingHeiHKW7", sans-serif;
}
.magazine-arrow2 img,
.magazine-arrow img {
  width: auto;
  height: clamp(1rem, 2vw + 1rem, 2rem); /* responsive height*/
  max-height: 32px;
  margin-bottom: 1.5rem;
  margin-left: 0.75rem;
}
.magazine-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 26px;
  cursor: pointer;
  font-weight: bold;
}
.magazine-option {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  color: black;
}

.magazine-option div:nth-child(2) {
  font-size: 14px;
  color: #444;
  font-weight: normal;
}

.magazine-option span {
  font-size: 16px;
  color: #555;
}

.dropdown-options {
  position: absolute;
  top: 0;
  left: -45px;
  width: 630px;
  height: auto;
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  z-index: 1000;
  max-height: 500px;
  overflow-y: auto;
}

.dropdown-option {
  font-size: 44px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  text-transform: uppercase;
  color: #000000;
  line-height: 44px;
  margin-bottom: 38px;
  padding-left: 50px;
}

.dropdown-option:last-child {
  border-bottom: none;
}

.dropdown-option div:nth-child(2) {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  line-height: 100%;
}

.dropdown-option:hover {
  background-color: #f5f5f5;
}

.dropdown-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 26px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}

.magazine-title-line {
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
  color: #7830a0;
  line-height: 44px;
  font-family: "MYingHeiHKW7", sans-serif;
}

.magazine-date-line {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  line-height: 22px;
  font-family: "MYingHeiHKW7", sans-serif;
}
.list-unstyled a {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 32px;
  color: #000000;
  text-decoration: none;
  transition: color 0.2s ease;
  font-family: "MYingHeiHKW7", sans-serif;
}
.list-unstyled a:hover {
  color: #adb5bd;
  cursor: pointer;
}
.list-unstyled {
  list-style: none;
  padding-left: 0;
}

.list-unstyled2 a {
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 64px;
  color: #000000;
  text-decoration: none;
  transition: color 0.2s ease;
  font-family: "MYingHeiHKW7", sans-serif;
}
.list-unstyled2 a:hover {
  color: #adb5bd;
  cursor: pointer;
}
.list-unstyled2 {
  list-style: none;
  padding-left: 0;
}

.myzone {
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
  color: #7830a0;
  line-height: 44px;
  margin-bottom: 80px;
  font-family: "MYingHeiHKW7", sans-serif;
}
#issues-links {
  margin-top: 77px;
}
/* Category Page */
.category-top-image-wrapper {
  position: relative;
  height: 702px;
  width: auto;
  overflow: hidden;
  margin-top: -160px;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

.category-top-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body:not(.menu-open) header {
  position: relative;
  z-index: 10;
  background: transparent !important;
}

body.menu-open header {
  background-color: white !important;
}
body.menu-open .lang-btn {
  display: flex !important;
}
.lead {
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.03em;
  font-family: "MYingHeiHKW7", sans-serif;
}

.bg-glass {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.image-bg-text {
  position: absolute;
  bottom: 190px;
  z-index: 2;
}
/* dropdown category */
.magazine-title-inline {
  flex-wrap: wrap;
  align-items: center;
}

.magazine-title-hero .category-title {
  font-size: 44px;
  font-weight: bold;
  color: #000;
}
.magazine-title-hero .category-title.magazine-title-line {
  white-space: nowrap;
}
.magazine-title-hero .category-date {
  color: white;
}

.custom-magazine-subtitle {
  font-size: 88px;
  font-weight: bold;
  color: white;
  margin-top: 12px;
  text-align: start;
  line-height: 88px;
  font-family: "MYingHeiHKW7", sans-serif;
}

/* Remove the empty space (margin/padding) around the image */
.row {
  /* margin-right: 0; */
}

.widget-title {
  word-wrap: break-word;
  word-break: break-word;
}

/* Mobile */
/* Disable click events on the trigger element on mobile */
#magazine-trigger-hero {
  pointer-events: none;
}
@media (max-width: 767px) {
  .bxg-header {
    height: auto;
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .bxg-header a img {
    height: 32px !important;
    width: auto;
  }
  body.menu-open .bxg-header.py-4 {
    padding-bottom: 0 !important;
    overscroll-behavior: none;
    touch-action: pan-y;
  }
  .magazine-header-container {
    margin-top: 58px;
  }

  .bxg-header .d-flex.justify-content-between {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .bxg-header .d-flex.flex-column.align-items-start {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 10px;
  }

  .right-header {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
  }

  .main-title {
    font-size: 20px;
    margin-bottom: 0;
  }

  .bxg-header .d-flex.flex-column.align-items-center.text-center {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 10px;
  }

  .bxg-header .d-flex.align-items-center.gap-3.mb-1 {
    flex-direction: row;
    gap: 12px !important;
    margin-bottom: 0;
  }

  .dropdownMenu.px-5 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }

  .avatar {
    width: 32px !important;
    height: 32px !important;
    object-fit: cover;
  }

  .logout-btn {
    width: 32px !important;
    height: 32px !important;
    font-size: 10px;
    line-height: 1.1;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .lang-btn {
    width: 32px !important;
    height: 32px !important;
    font-size: 10px;
    line-height: 1.1;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
  }
  .lang-dropdown li a {
    padding: 5px;
  }
  .lang-dropdown a {
    white-space: nowrap;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    width: auto;
  }
  .menu-icon {
    width: 32px;
    height: 32px;
  }

  .user-title {
    display: none;
    white-space: nowrap;
  }
  body.menu-open .user-title {
    display: block;
    text-align: center;
    font-size: 12px;
  }

  .dropdownMenu {
    padding: 1rem;
  }

  .row.justify-content-between {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .col-md-5 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .magazine-header-container {
    width: 100%;
    margin-bottom: 1rem;
  }
  .magazine-header {
    justify-content: space-between;
  }

  .magazine-title-line {
    font-size: 22px;
    font-weight: bold;
    color: #7d3c98;
    text-transform: uppercase;
    line-height: 16px;
  }

  .magazine-date-line {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    margin-top: 0.25rem;
    line-height: 16px;
  }

  .magazine-arrow img {
    width: 23px;
    height: 15px;
    margin-left: 0.5rem;
    vertical-align: middle;
  }
  /* Hide the category arrow element on mobile */
  .magazine-arrow2 {
    display: none !important;
  }
  .dropdown-options {
    width: 100%;
    margin-top: 1rem;
    height: auto !important;
  }

  .dropdown-option {
    font-size: 14px;
    margin-bottom: 0.5rem;
  }

  .dropdown-option div:nth-child(2) {
    font-size: 12px;
  }

  .myzone {
    font-size: 16px;
    margin-top: 2rem;
    font-weight: bold;
    color: #7d3c98;
    text-transform: uppercase;
    line-height: 24px !important;
    margin-bottom: 24px !important;
  }

  .menu--main li {
    font-size: 14px;
    margin-bottom: 0.5rem;
  }
  #issues-links {
    margin-top: 0px !important;
  }

  .list-unstyled a {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
  .list-unstyled2 a {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
  #main-menu {
    padding-top: 140px;
  }

  footer {
    font-size: 12px;
  }

  .ninepx {
    font-size: 12px;
    line-height: 100%;
  }

  /* issue mobile*/
  .magazine-title-hero .category-title {
    font-size: 22px;
    line-height: 16px;
    font-weight: 700;
  }
  .custom-magazine-subtitle {
    font-size: 44px;
    line-height: 44px;
  }
  .image-bg-text {
    bottom: 155px;
  }
  .post-title {
    font-size: 22px !important;
    line-height: 24px !important;
    margin-top: 10px;
  }
  /* single - post */
  .single-post-page .post-title {
    font-size: 44px !important;
    line-height: 34px !important;
    color: var(--purple-dark);
  }

  .post-link a {
    font-size: 22px !important;
    line-height: 24px;
  }

  .post-subtitle {
    font-size: 16px !important;
    line-height: 18px !important;
    margin: 0 !important;
  }

  .arrow-icon {
    width: 13px !important;
    height: auto;
  }
  .post-item {
    display: block;
    margin-bottom: 0 !important;
    border-top: 2px solid #000;
    padding-top: 1rem;
  }
  .post-inner {
    display: block !important;
    width: 100%;
  }
  .post-image {
    width: 100% !important;
    margin-right: 0;
  }
  .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .post-content {
    width: 100%;
    border-top: none !important;
  }
  .post-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    order: 3;
    margin-top: 76px !important;
    margin-bottom: 65px !important;
  }
  .post-link p {
    margin: 0;
  }

  .category-top-image-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .container-fluid.py-4.px-5 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .category-hero.px-5 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .lead {
    font-size: 22px;
    line-height: 22px;
  }

  .list-unstyled2 {
    font-size: 14px !important;
  }
  #primary-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    top: 40px;
    /* If change the top value, you also need to adjust the height accordingly. */
    height: calc(100% - 40px);
    background: white;
    z-index: 9999;
    overflow-y: auto;
    /* Initial hidden state */
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    padding-top: 80px;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  }

  #primary-sidebar.active {
    display: block !important;
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  #primary-sidebar .close-sidebar {
    position: absolute;
    top: 2rem;
    left: 1rem;
    background: #fff;
    border: none;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.3s ease;
  }
  #primary-sidebar .close-sidebar:hover {
    background: #ff1a1a;
    transform: scale(1.1);
  }

  #primary-sidebar .content-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #primary-sidebar .content-sidebar .widget {
    width: 100%;
    max-width: 400px;
    font-family: "MYingHeiHKW4", sans-serif;
    margin: 1rem 0;
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
  }

  #primary-sidebar.active .content-sidebar .widget {
    transform: translateY(0);
    opacity: 1;
  }
  body.sidebar-open {
    overflow: hidden;
  }

  /* full - category */
  .cat-full-posts {
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
  }
}
/* Prevents sidebar animation flicker when switching to mobile */

/* login */
.btn,
.form-control {
  border-radius: 0 !important;
}
input[name="username"] {
  text-transform: uppercase;
}
/* posts in the category page */
.post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-item {
  margin-bottom: 90px;
}

.post-inner {
  display: flex;
  align-items: stretch;
  gap: 48px;
}

.post-image {
  width: clamp(250px, 30vw, 576px);
  aspect-ratio: 3 / 2; /* height - width ratio */
  flex-shrink: 0;
  margin-right: 1rem;
  overflow: hidden;
}

.post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.post-content {
  border-top: 4px solid #000;
  padding-top: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.post-title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  font-size: 44px;
  line-height: 44px;
  overflow-wrap: break-word;
  word-break: break-word;
  font-family: "MYingHeiHKW7", sans-serif;
}
.cat-full-posts .post-title {
  margin-bottom: 0.2rem !important;
}
.post-subtitle {
  font-size: 22px;
  line-height: 24px;
  font-family: "MYingHeiHKW4", sans-serif;
}
.post-subtitle .line-2 {
  font-weight: 300;
  font-family: "MYingHeiHKW4", sans-serif;
}
.post-link {
  margin-top: auto;
}

.post-link a {
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 32px;
  width: 100%;
  font-family: "MYingHeiHKW7", sans-serif;
}
.post-link a .arrow {
  margin-left: 5px;
  font-size: 1rem;
}

.post-link a:hover {
  text-decoration: underline;
}
.arrow-icon {
  width: auto;
  height: clamp(1rem, 2vw + 1rem, 2rem); /* responive height*/
  max-height: 32px;
}

.link-text {
  flex: 1;
}
/* posts --> single-post.php */
.single-post-page .post-title,
.single-post-page .post-subtitle,
.single-post-page .post-date {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.single-post-page {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.single-post-page .post-title {
  font-size: 88px;
  line-height: 88px;
  color: var(--purple-dark);
}
.single-post-page .post-subtitle {
  font-size: 54px;
  color: #000;
}
.single-post-page .post-date {
  font-size: 26px;
}
.single-post-subtitle {
  font-size: 88px;
  line-height: 88px;
  font-family: "MYingHeiHKW7", sans-serif;
}

@media (min-width: 992px) {
  .content-sidebar.ps-5 {
    padding-left: 8rem !important;
  }
}

/* .vc_column_container > .vc_column-inner {
  max-width: 352px;
} */
#post-884 .team-grid .vc_column_container > .vc_column-inner {
  max-width: 352px;
}
#post-1194 .team-grid .vc_column_container > .vc_column-inner {
  max-width: 352px;
}
/* Defined Different Spacing for Mobile */
@media (max-width: 767px) {
  .space64 {
    height: 16px !important;
  }
  .space120 {
    height: 32px !important;
  }
}

/* this class define in WP - New Joiners - text editor!  */

.welcome-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 30px;
  font-family: "MYingHeiHKW7", sans-serif;
}
.welcome-text-nobold {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-top: 30px;
  font-family: "MYingHeiHKW4", sans-serif;
}
.join-title {
  font-size: 44px;
  line-height: 32px;
}
.joiners-text1 {
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.joiners-text2 {
  font-weight: 400;
  font-family: "MYingHeiHKW4", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
/* new joiners - mobile */
@media (max-width: 767px) {
  .welcome-text {
    font-size: 22px;
    line-height: 24px;
  }
  .single-post-page .post-date {
    font-size: 10px;
  }
}
/* the team - mobile */
.team-text1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: gray;
  font-family: "MYingHeiHKW7", sans-serif;
}
.team-text2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  font-family: "MYingHeiHKW7", sans-serif;
}
.team-text3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  font-family: "MYingHeiHKW4", sans-serif;
}

@media (max-width: 767px) {
  .single-post-subtitle {
    font-size: 26px !important;
    line-height: 44px !important;
  }
  .single-post-page {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}
/* new store post */
.finaltext {
  font-size: 88px;
  font-weight: 700;
  line-height: 88px;
  font-family: "MYingHeiHKW7", sans-serif;
}
.store-text1 {
  color: gray;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  font-family: "MYingHeiHKW7", sans-serif;
}
.store-text2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-family: "MYingHeiHKW7", sans-serif;
}
/* new store - mobile */
@media (max-width: 767px) {
  .finaltext {
    font-size: 26px;
    line-height: 26px;
  }
}
/* shop target */
.subtitle-shoptarget {
  font-size: 44px;
  line-height: 44px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
}
.text-shoptarget {
  font-size: 44px;
  line-height: 44px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
}
.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.text2-shoptarget {
  line-height: 44px;
  font-size: 44px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
}
.achieved1 {
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  color: #909090;
  font-family: "MYingHeiHKW7", sans-serif;
}
.achieved2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  font-family: "MYingHeiHKW7", sans-serif;
}

/* shop target - mobile */
@media (max-width: 767px) {
  .achieved1 {
    font-size: 14px;
  }
  .achieved2 {
    font-size: 20px;
  }
  .subtitle-shoptarget {
    font-size: 24px;
    line-height: 24px;
  }
  .text-shoptarget {
    font-size: 22px;
  }
  .text2-shoptarget {
    font-size: 26px;
    line-height: 26px;
  }
}

/* bxg event post */
.date-event {
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
  font-family: "MYingHeiHKW7", sans-serif;
}
.text-event {
  font-size: 24px;
  font-weight: 300;
  font-family: "MYingHeiHKW4", sans-serif;
  line-height: 32px;
}
.margerow {
  margin-top: 64px;
}
/* top achievement */
.title2 {
  line-height: 44px;
  font-size: 44px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
}
.aviad-title {
  width: 100%;
  max-width: 370px;
  word-wrap: break-word;
  white-space: normal;
}
.price {
  color: #7830a0;
  font-size: 44px;
  line-height: 44px;
  font-family: "MYingHeiHKW7", sans-serif;
}
.date {
  font-size: 20px;
  font-weight: bold;
}
/* top achievvement - mobile */
@media (max-width: 767px) {
  .title2 {
    font-size: 26px;
    line-height: 32px;
  }
  .price {
    font-size: 34px;
    line-height: 32px;
  }
}
/* top sales */
.text-img-sale {
  font-weight: 700;
  line-height: 24px;
  font-size: 24px;
  font-family: "MYingHeiHKW7", sans-serif;
}
.name-sale {
  font-weight: 700;
  font-size: 44px;
  line-height: 44px;
  font-family: "MYingHeiHKW7", sans-serif;
}
/* BRAND SPOTLIGHT */
.pricing-text {
  font-size: 44px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  line-height: 44px;
}
.brand-text1 {
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  font-size: 24px;
  line-height: 24px;
}
.brand-text2 {
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  font-size: 24px;
  line-height: 32px;
}
.finaltext-brand {
  font-weight: 700;
  font-size: 88px;
  line-height: 88px;
  font-family: "MYingHeiHKW7", sans-serif;
}
.finaltext2-brand {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  font-family: "MYingHeiHKW7", sans-serif;
}

/* BRAND SPOTLIGHT - mobile */
@media (max-width: 767px) {
  .finaltext-brand {
    font-size: 20px;
    line-height: 26px;
  }
  .pricing-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
  }
  .brand-text2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
  }
  .name-sale {
    font-size: 30px;
    line-height: 32px;
  }
  .text-img-sale {
    font-size: 16px;
  }
}
/* most wanted */
.wanted-text1 {
  font-weight: 700;
  font-size: 44px;
  line-height: 44px;
  font-family: "MYingHeiHKW7", sans-serif;
}
.wanted-text2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  font-family: "MYingHeiHKW4", sans-serif;
}
.p1 .product-code {
  font-weight: 700;
  line-height: 100%;
  font-size: 24px;
  font-family: "MYingHeiHKW7", sans-serif;
}

.p1 .product-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #000;
  font-family: "MYingHeiHKW4", sans-serif;
}
@media (max-width: 767px) {
  .wanted-text1 {
    font-size: 30px;
    line-height: 32px;
    margin-top: 20px;
  }
}
/* marketing clippings post */
.marketing-text1 {
  font-size: 44px;
  line-height: 44px;
  font-weight: bold;
  font-family: "MYingHeiHKW7", sans-serif;
}
.marketing-text2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  font-family: "MYingHeiHKW4", sans-serif;
}
.marketing-text3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-family: "MYingHeiHKW7", sans-serif;
}
/* Tip & Tricks post */
.tips-subtitle {
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  font-size: 44px;
  line-height: 44px;
}
.tips-text1 {
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  font-size: 44px;
  line-height: 32px;
}
/* new in store post */
.new-text1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}
/* newbaby born post */
.newbaby-text1 {
  font-weight: bold;
  font-size: 88px;
  line-height: 88px;
}

/* catedory - full */
.cat-full-posts {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 8rem;
  padding-bottom: 3rem;
}
.cat-full-posts .post-title {
  font-size: 88px;
  line-height: 88px;
  color: var(--purple-dark);
  font-family: "MYingHeiHKW7", sans-serif;
}
.cat-full-item {
  margin-bottom: 230px;
}

/* full-category */
@media (max-width: 767px) {
  .cat-full-posts .post-title {
    font-size: 44px !important;
    line-height: 44px !important;
    color: var(--purple-dark);
  }
  .cat-full-item .single-post-subtitle {
    font-size: 36px !important;
    line-height: 42px !important;
  }
  .space100 {
    height: 30px !important;
  }
  /* margin between diffrent posts. */
  .cat-full-item {
    margin-bottom: 115px !important;
  }
  .marketing-text1 {
    font-size: 22px;
    line-height: 30px;
  }
  .marketing-text2 {
    font-size: 18px;
    line-height: 26px;
  }

  /* newstore post */
  .store-text2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
  }
  /* bxg-event post */
  .date-event {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
  }

  /* shop-target - post */

  /* new baby - post  */
  .newbaby-text1 {
    font-size: 28px;
    line-height: 38px;
  }
}

.vc_images_carousel ol.vc_carousel-indicators li {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: #fff;
  opacity: 1;
  cursor: pointer;
}

.vc_images_carousel ol.vc_carousel-indicators li.vc_active {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #000000;
  border: 1px solid #000000;
}
.vc_images_carousel ol.vc_carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  margin-left: 0 !important;
  transform: none !important;
  width: auto !important;
}
.vc_images_carousel {
  position: relative;
  padding-bottom: 60px;
}
.vc_images_carousel img {
  height: 500px;
  object-fit: cover;
  width: 100%;
}
#primary-sidebar:not(.active) {
  transition: none !important;
}
.main-title-category-full {
  color: #000;
  font-size: clamp(32px, 8vw, 80px);
  text-transform: uppercase;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  line-height: 80px;
  white-space: nowrap !important;
}
@media (max-width: 768px) {
  .main-title-category-full {
    display: none;
  }
  .vc_images_carousel ol.vc_carousel-indicators li.vc_active {
    width: 16px;
    height: 16px;
  }
  .vc_images_carousel ol.vc_carousel-indicators li {
    width: 16px;
    height: 16px;
  }
}
.bxg-header .row {
  flex-wrap: nowrap !important;
  align-items: stretch !important;
}

.header-left {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  display: flex !important;
  flex-direction: column !important;
}

.header-right {
  align-items: flex-end !important;
  justify-content: flex-start !important;
  display: flex !important;
  flex-direction: column !important;
  text-align: right !important;
}

@media (max-width: 767px) {
  .header-left,
  .header-right {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .bxg-header .row.w-100 {
    width: auto !important;
  }
}

/* Remove width and max-width from rows inside the header only */
.bxg-header .row > * {
  width: auto !important;
  max-width: none !important;
}

/* footer style */
.list-unstyled-footer a {
  font-size: 16px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  text-transform: uppercase;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
  transition: color 0.2s ease;
}
.list-unstyled-footer a:hover {
  color: #adb5bd;
  cursor: pointer;
}
.list-unstyled-footer {
  list-style: none;
  padding-left: 0;
}
.footer-pad {
  padding-top: 40px;
  font-size: 0.875em;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .list-unstyled-footer a {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
  }
  .list-unstyled-footer > li {
    margin-bottom: 0.25rem !important;
  }
  .footer-pad {
    padding-bottom: 0px !important;
  }
}

/* 1440 - category - page */
@media (min-width: 1440px) and (max-width: 1919.98px) {
  /* main - manu */
  .magazine-title-line {
    font-size: 32px;
    line-height: 32px;
  }
  .myzone {
    font-size: 32px;
    line-height: 32px;
  }
  .list-unstyled a {
    font-size: 18px;
    line-height: 24px;
  }
  .list-unstyled2 a {
    font-size: 32px;
    line-height: 47px;
  }
  /* category - page*/
  .lead {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.03em;
  }
  .custom-magazine-subtitle {
    font-size: 64px;
    font-weight: bold;
    line-height: 64px;
  }
  .magazine-title-hero .category-title {
    font-size: 32px;
  }
  .magazine-date-line {
    display: none;
  }
  .magazine-arrow2 img,
  .magazine-arrow img {
    max-height: 16px;
    margin-bottom: 0 !important;
    margin-left: 5.75rem;
  }
  .category-top-image-wrapper {
    height: 520px;
  }
  .image-bg-text {
    bottom: 130px !important;
  }
  .post-title {
    font-size: 32px;
    line-height: 32px;
  }
  .post-link a {
    font-size: 24px;
  }
  .post-item {
    margin-bottom: 80px !important;
  }
  .dropdown-options {
    width: 490px !important;
  }
  .dropdown-option {
    font-size: 32px;
    line-height: 32px;
  }
  .dropdown-option div:nth-child(2) {
    font-size: 16px;
  }
  .main-title-category-full {
    font-size: clamp(32px, 8vw, 66px);
    line-height: 66px;
  }
  /* new joiners post */
  .cat-full-posts .post-title {
    font-size: 66px;
    line-height: 66px;
  }
  .single-post-subtitle {
    font-size: 66px;
    line-height: 66px;
  }
  /* new - store post */
  .finaltext {
    font-size: 66px;
    line-height: 66px;
  }
  /* brand - spotlight - post */
  .finaltext-brand {
    font-size: 66px;
    line-height: 66px;
  }
  .newbaby-text1 {
    font-size: 66px;
    line-height: 66px;
  }
}

/**************************************************************** roster - page **************************************************************** /
/* css/roster.css */

.roster-title {
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 80px;
}
.roster-controls {
  margin-bottom: 10px;
}
.roster-controls select {
  font-size: 44px;
  line-height: 100%;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  text-transform: uppercase;
  border: 0px;
  appearance: none;
  -webkit-appearance: none; /* sfari */
  -moz-appearance: none; /* firefox */
  background: url("/wp-content/themes/mybxgzone/icon/arrow2.png") no-repeat
    right 13px center/32px 20px;
}
.week-bar {
  display: flex;
  align-items: center;
  border-top: 4px solid #000;
  margin-right: 72px;
  padding-top: 40px;
}

.week-bar button {
  background: none;
  border: none;
  font-size: 1.5em;
  cursor: pointer;
}

.week-bar ul {
  display: flex;
  list-style: none;
  margin: 0 10px;
  padding: 0;
  /* flex: 0; */
  width: 100%;
  justify-content: space-between;
}

.week-bar li {
  flex: 1;
  text-align: center;
  cursor: pointer;
  padding: 15px;
  font-size: 24px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  text-transform: uppercase;
  max-width: 80px;
  width: 80px;
  line-height: 32px;
}

.week-bar .selected {
  background: #6c2b93;
  color: #fff;
  border-radius: 50%;
  width: 96px;
  height: 96px;
  max-width: 96px;
}
.week-content {
  margin-top: 50px;
}
.week-content ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}

.week-content li {
  flex: 1;
  padding: 10px;
  min-height: 100px;
}

#day-details li.selected {
  color: #6c2b93; /* highlight it however you like */
}

/* Make each <li> a flex container */
#day-details li {
  display: flex;
  align-items: flex-start;
  /* align-items: center; vertically center if you like */
  margin-bottom: 1em; /* spacing between items */
}

/* 25% / 75% split */
#day-details li .dayDate {
  flex: 0 0 120px;
}

.dateInfo span,
.dayDate span {
  display: block;
}
.dayDate {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 120px;
}

.dateInfo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 25px;
}
.dayName {
  font-size: 44px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  text-transform: uppercase;
  line-height: 100%;
}
.dayTime {
  font-size: 44px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  text-transform: uppercase;
  line-height: 100%;
}
.dayNum {
  font-size: 88px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  line-height: 100%;
}
.dayLoc {
  font-size: 24px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  text-transform: uppercase;
  line-height: 100%;
  margin-top: 20px;
}

.dayPassed {
  color: #b7b7b7;
}

.roster-sidebar > div {
  border-top: 4px solid #000;
  padding: 10px 0;
  font-size: 44px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  text-transform: uppercase;
  line-height: 100%;
}

/* force the <span> onto its own line and add 100px of space after it */
.roster-sidebar > div > span {
  display: block;
  margin-bottom: 100px;
  font-size: 88px;
  line-height: 100%;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  text-transform: uppercase;
}
.roster-arrow-icon {
  width: auto;
  height: 32px;
  transition: transform 0.2s;
}

.arrow-left {
  transform: rotate(180deg);
}
#roster-month {
  min-width: 180px;
}

#roster-year {
  min-width: 180px; /* same as month, so both have equal width */
}
@media (min-width: 789px) {
  .padd-left {
    padding-left: 100px;
  }
  .padd-right {
    padding-right: 70px;
  }
}
/* Past days in the week bar */
#week-days li.is-past:not(.selected),
#week-days li.is-past:not(.selected) * {
  color: #9aa0a6 !important;
}

/********** roster - 1440 style /**********/
@media (min-width: 1440px) and (max-width: 1919.98px) {
  .main-title {
    font-size: clamp(64px, 2vw + 1rem, 88px);
    line-height: 88px;
  }
  .week-content {
    margin-top: 40px;
  }
  .dayName {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
  }
  .dayTime {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
  }
  .col-xl-custom-left {
    width: 66.6666% !important;
    flex: 0 0 66.6666% !important;
    max-width: 66.6666% !important;
  }
  .col-xl-custom-right {
    width: 33.3333% !important;
    flex: 0 0 33.3333% !important;
    max-width: 33.3333% !important;
  }
}
/**********  roster-mobile-style **********/
@media (max-width: 767px) {
  .roster-title {
    font-size: 12px;
    line-height: 100%;
    /* margin-bottom: 20px;*/
    margin-top: 0px !important;
  }
  .roster-controls select {
    font-size: 22px;
  }
  .week-bar li {
    font-size: 12px;
    line-height: 16px;
    padding: 5px !important;
    max-width: 14px;
    width: 100%;
  }
  .dayName {
    font-size: 22px;
    line-height: 16px;
  }
  .dayNum {
    font-size: 44px;
    line-height: 44px;
  }
  .dayTime {
    font-size: 22px;
    line-height: 22px;
  }
  .dayLoc {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
  }
  .roster-sidebar > div {
    border-top: 2px solid #000;
    font-size: 22px;
    line-height: 44px;
  }
  .roster-sidebar > div > span {
    margin-bottom: 70px;
    font-size: 44px;
    line-height: 44px;
  }
  .week-bar {
    border-top: 2px solid #000;
    margin-right: 0px !important;
    padding-top: 25px;
  }
  .week-bar .selected {
    width: auto;
    height: 48px;
    max-width: 48px;
  }
  .roster-arrow-icon {
    width: auto;
    height: 12px;
  }
  .week-bar button {
    display: none;
  }
  .main-title {
    font-size: 34px;
    margin-bottom: 0;
    line-height: 100%;
  }
  .roster-container-mobile.px-5 {
    padding-bottom: 0 !important;
  }
  .container-fluid.px-5 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  #roster-month {
    min-width: 150px;
  }
  #roster-year {
    min-width: 135px;
  }
  .week-content {
    margin-top: 20px;
  }
  #day-details li .dayDate {
    flex: 0 0 90px;
  }
  .dayDate {
    min-width: 90px;
  }
}
/* *************************************************************** roster - Done *************************************************************** */
/* *************************************************************** performance - Page *************************************************************** */
.top-marge {
  margin-top: 110px;
}
.performance-controls {
  padding-bottom: 15px;
}
.performance-controls select {
  font-size: 44px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  text-transform: uppercase;
  border: 0px;
}
h4 {
  font-size: 44px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  text-transform: uppercase;
  line-height: 100%;
  margin: 10px 0px;
}
.total-bonus {
  color: #7d3c98 !important;
}
.targetB-content h4,
.targetC-content h4,
.targetA-content h4 {
  font-size: 88px;
  line-height: 100%;
}
.targetB-content h3,
.targetC-content h3,
.targetA-content h3 {
  font-size: 44px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  text-transform: uppercase;
  line-height: 44px;
  margin-bottom: 36px;
}
.year-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
}

.year-row {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  align-items: center;
  padding: 0.5rem 0;
}

.year-row.header {
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
}
.title-header {
  font-size: 44px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  text-transform: uppercase;
  line-height: 100%;
}
.titleSmall-header {
  font-size: 24px;
  line-height: 100%;
  font-weight: 400;
  font-family: "MYingHeiHKW4", sans-serif;
  text-transform: uppercase;
  margin-top: 14px;
}

.bar-container {
  background: #fff;
  height: 16px;
  position: relative;
  border-radius: 5px;
}

.bar {
  height: 100%;
}

.bar-a {
  background: #cac9eb;
}
.bar-b {
  background: #9695d9;
}
.bar-c {
  background: #6c2b93;
}
.year-label {
  font-size: 24px;
  line-height: 44px;
}
.year-amount {
  font-size: 44px;
  line-height: 44px;
}
.headerBig {
  font-size: 88px;
  line-height: 88px;
}
.year-row .title {
  font-size: 24px;
  line-height: 100%;
}
.percent {
  font-size: 24px;
  line-height: 24px;
}
.month-content p,
.day-content p {
  font-size: 88px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  line-height: 100%;
  margin-bottom: 20px;
}
.sales-summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
  gap: 10px;
}
.summary-col {
  flex: 1;
  text-align: left;
}
.summary-col p {
  font-size: 88px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  line-height: 100%;
  margin-bottom: 20px;
}
.badge {
  font-size: 24px !important;
  font-weight: bold;
  color: #fff !important;
  text-transform: uppercase;
  padding: 10px 20px !important;
  margin-bottom: 55px !important;
}
.badge-danger {
  background-color: #cac9eb; /* Very Weak */
}

.badge-light-danger {
  background-color: #a9a7e3; /* Weak */
}

.badge-light-warning {
  background-color: #9187dc; /* Average */
}

.badge-warning {
  background-color: #7b64c9; /* Good */
}

.badge-light-success {
  background-color: #6e4eb8; /* Very Good */
}

.badge-light-success2 {
  background-color: #623fa6; /* Excellent Seller */
}

.badge-success {
  background-color: #6c2b93; /* Phenomenal */
}

.day-content {
  margin-bottom: 110px;
}
.today-date {
  border-bottom: 3px solid #000;
  padding-bottom: 15px;
  color: #909090;
}
.year-content,
.month-content,
.targetA-content,
.targetB-content,
.targetC-content {
  border-top: 3px solid #000;
}
.targetA-content,
.targetB-content,
.targetC-content,
.year-content {
  margin-top: 50px;
  padding-top: 10px;
}
.smallTxt {
  font-size: 24px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.bonus {
  color: #6c2b93;
}
#performance.gx-5 {
  --bs-gutter-x: 8rem;
}
/********** performance - 1440 style /**********/
@media (min-width: 1440px) and (max-width: 1919.98px) {
  .targetB-content h4,
  .targetC-content h4,
  .targetA-content h4 {
    font-size: 44px;
    line-height: 100%;
  }
  .top-marge {
    margin-top: 40px;
  }
  #performance.gx-5 {
    --bs-gutter-x: 5.5rem;
  }
}
/**********  performance-mobile-style **********/
@media (max-width: 767px) {
  .performance-controls select {
    font-size: 22px;
  }
  .targetB-content h4,
  .targetC-content h4,
  .targetA-content h4 {
    font-size: 44px;
    line-height: 100%;
  }
  h4 {
    font-size: 24px;
  }
  .month-content p,
  .day-content p {
    font-size: 44px;
  }
  .top-marge {
    margin-top: 0px;
  }
  .smallTxt {
    font-size: 16px;
  }
  .targetB-content h3,
  .targetC-content h3,
  .targetA-content h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: "MYingHeiHKW7", sans-serif;
    text-transform: uppercase;
    line-height: 32px;
    margin-bottom: 36px;
  }

  .title-header {
    font-size: 24px;
  }
  .titleSmall-header {
    font-size: 14px;
  }
  .year-row .title {
    font-size: 14px;
  }
  .year-amount {
    font-size: 18px;
    line-height: 24px;
  }

  .headerBig {
    font-size: 44px;
    line-height: 44px;
  }
  .percent {
    font-size: 14px;
    line-height: 18px;
  }
  .year-label {
    font-size: 12px;
    line-height: 22px;
  }
  .page-id-356 .main-title {
    font-size: 22px;
  }
  #performance.gx-5 {
    --bs-gutter-x: 0rem !important;
  }
}
/* *************************************************************** performance - Done *************************************************************** */
/* *************************************************************** Leavs - Page *************************************************************** */
.leaves-row {
  margin-top: 70px;
}
.contentBox {
  border-top: 4px solid #000;
  margin-bottom: 64px;
}

.contentBox h4 {
  font-size: 44px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  text-transform: uppercase;
}

.contentBox p {
  margin-bottom: 0 !important;
}

.fs-88 {
  font-size: 88px;
  line-height: 88px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  text-transform: uppercase;
}

.fs-44 {
  font-size: 44px;
  line-height: 44px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  text-transform: uppercase;
}

.grey {
  color: #909090;
}

.AlHisRow {
  display: flex;
  align-items: center;
  /* vertically center if your rows have different heights */
  column-gap: 64px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  margin-bottom: 70px;
}

.AlHisRow .days,
.AlHisRow .date {
  /* allow each column to size itself naturally */
  flex: 0 0 auto;
}

.AlHisRow .days {
  font-size: 88px;
  line-height: 68px;
  color: #909090;
}

.AlHisRow .small {
  font-size: 24px;
  line-height: 34px;
  display: block;
}

.AlHisRow .date {
  font-size: 44px;
  line-height: 38px;
  color: #909090;
}

.headlineText {
  font-size: 24px;
  font-weight: 400;
  font-family: "MYingHeiHKW4", sans-serif;
  text-transform: uppercase;
  padding-bottom: 64px;
}

/**********  Leaves-mobile-style **********/
@media (max-width: 767px) {
  .contentBox h4 {
    font-size: 24px;
  }
  .fs-88 {
    font-size: 64px;
    line-height: 64px;
  }
  .leaves-row {
    margin-top: 0px;
  }
  .AlHisRow .days {
    font-size: 64px;
    line-height: 64px;
  }
  .AlHisRow .date {
    font-size: 24px;
    line-height: 32px;
  }
  .AlHisRow .days,
  .AlHisRow .date {
    flex: initial;
  }
  .AlHisRow .small {
    font-size: 16px;
    line-height: 20px;
  }
}
/* *************************************************************** Leavs - Done *************************************************************** */
/* *************************************************************** contest - Page *************************************************************** */
.begining_text {
  font-size: 24px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  text-transform: uppercase;
  margin-bottom: 24px;
}
#contest h2 {
  border-top: 4px solid #000;
  font-size: 5.5rem;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  text-transform: uppercase;
  padding-top: 10px;
}
.contest_widget {
  border-top: 4px solid #000;
  padding-top: 24px;
}
.contest_widget_headline {
  font-size: 5.5rem !important;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  text-transform: uppercase;
}
.contest_widget_headline span {
  color: #7830a0;
}
.h5 {
  font-size: 5.5rem;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
}

.custom-progress {
  /* use your empty colour behind the bar */
  background: var(--empty-color) !important;
  position: relative;
  overflow: hidden;
}

.nav-pills .nav-link {
  border: 1px solid #7830a0;
  border-radius: 20px;
  color: #000;
  font-size: 44px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  margin-right: 24px;
  text-transform: uppercase;
}
.nav-pills .nav-link.active {
  background-color: #7830a0 !important;
}
#contestTabs {
  margin-bottom: 64px;
}

/* center the text over the whole bar */
.custom-progress .gradient-text {
  position: absolute;
  font-size: 88px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  /* hard-stop gradient: empty-colour → fill-colour at the same point */
  background: linear-gradient(
    to right,
    var(--empty-color) var(--pct),
    var(--fill-color) var(--pct)
  );
  /* clip the gradient to the letters */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  pointer-events: none;
}
.place {
  font-size: 44px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  text-transform: uppercase;
}
.widget_rank {
  font-size: 24px;
  font-weight: 400;
  font-family: "MYingHeiHKW4", sans-serif;
  line-height: 32px;
  text-transform: uppercase;
}
.widget_rank p span {
  display: block;
}
.user_group {
  color: #7830a0;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
}
.prizes_widget {
  font-size: 16px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  text-transform: uppercase;
}
.img-fluid {
  margin-bottom: 50px;
}
.merge-profile {
  margin-left: 50px;
}
.contest-icon-width {
  max-width: 128px;
}
.box-size {
  height: 128px;
}
.contest_widget:last-child {
  border-top: none;
}
.contest-page.py-4 {
  padding-bottom: 0 !important;
}

/********** contest - 1440 style /**********/
@media (min-width: 1440px) and (max-width: 1919.98px) {
  #contest h2 {
    border-top: 4px solid #000;
    font-size: 4.5rem;
  }
  .nav-pills .nav-link {
    font-size: 32px;
    margin-right: 16px;
  }
  /* .contest-page h5 {
    font-size: 4.5rem !important;
  } */
  .contest-text {
    font-size: 12px;
  }
}
/**********  contest-mobile-style **********/
@media (max-width: 767px) {
  .begining_text {
    font-size: 12px;
  }
  #contest h2 {
    border-top: 2px solid #000;
    font-size: 14px;
  }
  .nav-link {
    padding: 0rem 1.5rem;
  }
  .nav-pills .nav-link {
    font-size: 12px;
    margin-right: 6px;
  }
  .dis-mobile {
    display: none;
  }
  .h5 {
    font-size: 2.7rem;
  }
  .fs-6 {
    font-size: 0.5rem !important;
  }

  .custom-progress .gradient-text {
    font-size: 22px;
    line-height: 10px;
  }
  .merge-profile {
    margin-left: 0px;
  }
  .me-3 {
    margin-right: 0rem !important;
  }
  .progress {
    height: 2rem !important;
  }
  .contest-icon-width {
    max-width: 64px;
  }
  .contest-text {
    font-size: 16px;
    line-height: 20px;
  }
  .col-8 .img-fluid {
    max-width: 180px;
    margin-left: 24px;
  }
  .mb-6 {
    margin-bottom: 1rem;
  }
  #contestTabs {
    margin-bottom: 20px;
  }
  .box-size {
    height: 128px !important;
  }
  body.page-template-template-contest .bxg-header.py-4 {
    padding-bottom: 0 !important;
  }
}
/* *************************************************************** contest - Done *************************************************************** */
/* *************************************************************** Profile - Page *************************************************************** */
.border-topp {
  border-top: 2px solid #222;
  margin-top: 8px;
  margin-bottom: 24px;
  padding-top: 24px;
}
.profile-label {
  font-size: 44px;
  line-height: 44px;
  color: #909090;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  text-transform: uppercase;
}

.profile-value {
  font-size: 44px;
  line-height: 44px;
  color: #000;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.profile-text {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
}
.profile-arrow {
  width: auto;
  height: 65px;
  margin-left: 24px;
}
.profile-margin-end {
  margin-bottom: 120px;
  margin-top: 64px;
}
.profile-row {
  --bs-gutter-x: 11rem;
}
.Profile-Picture {
  width: 830px;
  height: auto;
  object-fit: cover;
  border: 2px solid #fff;
  background: #fff;
}

/********** Profile - 1440 style /**********/
@media (min-width: 1440px) and (max-width: 1919.98px) {
  .profile-page .col-xl-custom-right {
    width: 66.6666% !important;
    flex: 0 0 66.6666% !important;
    max-width: 66.6666% !important;
  }
  .profile-page .col-xl-custom-left {
    width: 33.3333% !important;
    flex: 0 0 33.3333% !important;
    max-width: 33.3333% !important;
  }
  .Profile-Picture {
    width: 350px;
    height: auto;
  }
}
/**********  Profile-mobile-style **********/
@media (max-width: 768px) {
  .profile-label {
    font-size: 24px;
    line-height: 24px;
  }
  .profile-value {
    font-size: 24px;
    line-height: 24px;
  }
  .profile-text {
    font-size: 12px;
  }
  .profile-arrow {
    width: auto;
    height: 32px;
  }
  .profile-row {
    --bs-gutter-x: 0rem;
  }
  .profile-margin-end {
    margin-bottom: 120px;
    margin-top: 0px;
  }
}
/* *************************************************************** Profile - Done *************************************************************** */
/* *************************************************************** Widgets *************************************************************** */
/*******************************************************************************************
 * 
 * Roster Widget
 * 
 ******************************************************************************************/
.widget_mcw_roster_widget {
  min-height: 340px;
  position: relative;
  border-top: 3px solid #000;
  margin-bottom: 20px;
  margin-top: 100px;
}

.roster-header-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  display: block;
  z-index: 2;
  background: white;
  padding-bottom: 6px;
}

.widget-border-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #000;
  width: 100%;
  z-index: 1;
}

.roster-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 44px;
  text-transform: uppercase;
  font-weight: 700;
  /* vertically center if the line‐height differs */
  margin-bottom: 55px;
  font-family: "MYingHeiHKW7", sans-serif;
}
.roster-header-link,
.roster-header-link:visited,
.roster-header-link:active {
  color: #000 !important;
  text-decoration: none !important;
}
.roster-header-link .roster-header span,
.roster-header-link .roster-header {
  color: inherit !important;
  text-decoration: none !important;
}
.mcw-roster-date,
.mcw-roster-details {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; /* align children by their top edges */
  column-gap: 40px;
  margin-bottom: 10px;
}

.mcw-roster-details > div {
  align-self: flex-start; /* make sure each child honors “flex-start” */
}

.mcw-roster-day,
.mcw-roster-time {
  font-size: 44px;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
}
.mcw-roster-location {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: right;
}

.mcw-roster-daynum {
  font-size: 88px;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
}
.mcw-roster-daynum,
.mcw-roster-location {
  line-height: 1; /* remove extra leading */
}
.mcw-roster-container {
  margin-top: 20px;
}

/********** Roster - Widget - 1440 style /**********/
@media (min-width: 1440px) and (max-width: 1919.98px) {
  .widget_mcw_roster_widget {
    min-height: 320px;
    margin-top: 70px;
  }

  .mcw-roster-day,
  .mcw-roster-time {
    font-size: 32px;
  }
  .mcw-roster-daynum {
    font-size: 64px;
  }
  .roster-header {
    font-size: 32px;
    margin-bottom: 45px;
  }
}

/**********  Roster-mobile-style **********/
@media (max-width: 768px) {
  .widget_mcw_roster_widget {
    min-height: 200px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .mcw-roster-day,
  .mcw-roster-time {
    font-size: 22px;
    line-height: 24px;
  }
  .mcw-roster-daynum {
    font-size: 44px;
    line-height: 24px;
  }
  .roster-header {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 32px;
  }
  .roster-header .arrow img {
    width: 14px;
    height: auto;
  }
}
/*******************************************************************************************
 * 
 * Sales Preformence Widget
 * 
 ******************************************************************************************/
/* Flex row of 3 columns */
#mcw-sales-performance .mcw-sales-bars {
  display: flex;
}

#mcw-sales-performance .mcw-bar-wrapper {
  flex: 1;
  min-width: 0;
}

/* Track */
#mcw-sales-performance .mcw-bar-bg {
  background: #fff;
  height: 24px;
  border-radius: 0px;
  overflow: hidden;
}

/* Fill (percent text will go inside) */
#mcw-sales-performance .mcw-bar-fill {
  width: 0;
  height: 100%;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}

/* Colors per type */
#mcw-sales-performance .mcw-bar-wrapper[data-type="A"] .mcw-bar-fill {
  background: var(--purple-light);
}

#mcw-sales-performance .mcw-bar-wrapper[data-type="B"] .mcw-bar-fill {
  background: var(--purple-normal);
}

#mcw-sales-performance .mcw-bar-wrapper[data-type="C"] .mcw-bar-fill {
  background: var(--purple-dark);
}

/* Labels */
#mcw-sales-performance .mcw-bar-label {
  display: block;
  margin-bottom: 0.5em;
  text-align: left;
  font-size: 12px;
}

#mcw-sales-performance .mcw-sales-month {
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  font-family: "MYingHeiHKW7", sans-serif;
}

#mcw-sales-performance .mcw-sales-total {
  text-align: left;
  font-size: 88px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
}

.performance-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 44px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 55px;
  font-family: "MYingHeiHKW7", sans-serif;
  /* vertically center if the line‐height differs */
}

.performance-header-link,
.performance-header-link:visited,
.performance-header-link:active {
  color: inherit !important;
  text-decoration: none !important;
  display: block;
}
.performance-header,
.performance-header span {
  color: inherit !important;
  text-decoration: none !important;
}

.widget_mcw_sales_performance_widget {
  min-height: 390px;
  position: relative;
  margin-bottom: 20px;
  background: #fff;
}
.performance-header-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  display: block;
  z-index: 2;
  background: #fff;
  padding-bottom: 6px;
}
.widget-border-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #000;
  width: 100%;
  z-index: 1;
}
/********** Performance - Widget - 1440 style /**********/
@media (min-width: 1440px) and (max-width: 1919.98px) {
  #mcw-sales-performance .mcw-sales-month {
    line-height: 24px;
    font-size: 24px;
  }
  #mcw-sales-performance .mcw-sales-total {
    font-size: 64px;
  }
  .performance-header {
    font-size: 32px;
    margin-bottom: 45px;
  }
  .widget_mcw_sales_performance_widget {
    min-height: 335px;
  }
}

/**********  Performence-mobile-style **********/
@media (max-width: 768px) {
  .widget_mcw_sales_performance_widget {
    min-height: 255px;
    margin-bottom: 0;
  }
  #mcw-sales-performance .mcw-sales-month {
    font-size: 12px;
    line-height: 24px;
  }
  #mcw-sales-performance .mcw-sales-total {
    font-size: 44px;
    line-height: 44px;
  }
  .performance-header {
    font-size: 22px;
    margin-bottom: 32px;
  }
  .performance-header .arrow img {
    width: 14px;
    height: auto;
  }
}

/*******************************************************************************************
 * 
 * Leaves Widget
 * 
 ******************************************************************************************/

.widget_mcw_leaves_widget {
  min-height: 430px;
  position: relative;
  margin-bottom: 20px;
  background: #fff;
}
.leaves-header-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  display: block;
  z-index: 2;
  background: #fff;
  padding-bottom: 6px;
}
.widget-border-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #000;
  width: 100%;
  z-index: 1;
}
.leaves-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 44px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 55px;
  font-family: "MYingHeiHKW7", sans-serif;
  /* vertically center if the line‐height differs */
}

.leaves-header-link,
.leaves-header-link:visited,
.leaves-header-link:active {
  color: inherit !important;
  text-decoration: none !important;
  display: block;
}
.leaves-header,
.leaves-header span {
  color: inherit !important;
  text-decoration: none !important;
}

.mcw-leaves-label {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "MYingHeiHKW7", sans-serif;
}
.mcw-leaves-balance {
  font-size: 88px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  color: #000;
  line-height: 1;
}
.mcw-leaves-limit,
.mcw-leaves-separator {
  font-size: 88px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  color: #eee;
  line-height: 1;
}

/********** Leaves - Widget - 1440 style /**********/
@media (min-width: 1440px) and (max-width: 1919.98px) {
  .widget_mcw_leaves_widget {
    min-height: 335px;
  }
  .mcw-leaves-label {
    font-size: 16px;
  }
  .mcw-leaves-balance {
    font-size: 64px;
  }
  .mcw-leaves-limit,
  .mcw-leaves-separator {
    font-size: 64px;
  }
  .leaves-header {
    font-size: 32px;
    margin-bottom: 45px;
  }
}
/**********  Leaves-mobile-style **********/
@media (max-width: 768px) {
  .widget_mcw_leaves_widget {
    min-height: 255px;
    margin-bottom: 0;
  }
  #mcw-sales-performance .mcw-sales-month {
    font-size: 12px;
    line-height: 24px;
  }
  #mcw-sales-performance .mcw-sales-total {
    font-size: 44px;
    line-height: 44px;
  }
  .performance-header {
    font-size: 22px;
  }
  .performance-header .arrow img {
    width: 14px;
    height: auto;
  }

  .mcw-leaves-label {
    font-size: 12px;
    line-height: 24px;
  }
  .mcw-leaves-balance {
    font-size: 44px;
    line-height: 44px;
  }
  .mcw-leaves-limit,
  .mcw-leaves-separator {
    font-size: 44px;
    line-height: 44px;
  }
  .leaves-header {
    font-size: 22px;
    margin-bottom: 32px;
  }
  .leaves-header .arrow img {
    width: 14px;
    height: auto;
  }
  .mcw-bazaar-closed {
    font-size: 24px;
  }
}
/*******************************************************************************************
 * 
 * Bazaar Widget
 * 
 ******************************************************************************************/
.mcw-bazaar-closed {
  font-size: 24px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  text-transform: uppercase;
}

.widget_mcw_bazaar_widget {
  min-height: 410px;
  position: relative;
  margin-bottom: 20px;
  background: #fff;
}
.bazaar-header-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  display: block;
  z-index: 2;
  background: #fff;
  padding-bottom: 6px;
}

.widget-border-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #000;
  width: 100%;
  z-index: 1;
}

.bazaar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 44px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  margin-bottom: 55px;
  /* vertically center if the line‐height differs */
}

/* optional: style your arrow differently */
.bazaar-header .arrow {
  /* e.g. make it bolder or larger */
  font-weight: bold;
  font-size: 1.2em;
}
.bazaar-header-link,
.bazaar-header-link:visited,
.bazaar-header-link:active {
  color: inherit !important;
  text-decoration: none !important;
  display: block;
}
.bazaar-header,
.bazaar-header span {
  color: inherit !important;
  text-decoration: none !important;
}

#bazaar-countdown {
  font-size: 88px;
  line-height: 88px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  text-transform: uppercase;
}

/********** Bazaar - Widget - 1440 style /**********/
@media (min-width: 1440px) and (max-width: 1919.98px) {
  .bazaar-header {
    font-size: 32px;
    margin-bottom: 45px;
  }
  #bazaar-countdown {
    font-size: 64px;
    line-height: 64px;
  }
  .widget_mcw_bazaar_widget {
    min-height: 335px;
  }
}
/**********  Bazaar-mobile-style **********/
@media (max-width: 768px) {
  .widget_mcw_bazaar_widget {
    min-height: 255px;
    margin-bottom: 0;
  }
  .mcw-bazaar-closed {
    font-size: 12px;
    line-height: 24px;
  }
  #bazaar-countdown {
    font-size: 44px;
    line-height: 44px;
  }
  .bazaar-header {
    font-size: 22px;
    margin-bottom: 32px;
  }
  .bazaar-header .arrow img {
    width: 14px;
    height: auto;
  }

  .content-sidebar {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
/* *************************************************************** Widgets - Done *************************************************************** */

/* ==================================================================
     WooCommerce cart
     ================================================================== */
tr.wc-block-cart-items__header,
span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
  font-size: 24px !important;
}
a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained
  > span {
  color: #fff !important;
}

.wc-block-cart__submit-container {
  background: #000;
}
.widget_shopping_cart_content > ul > li > .product-details > a > .product-name,
a.wc-block-components-product-name {
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
}
/* ==================================================================
   WooCommerce cart
   ================================================================== */
@media (max-width: 768px) {
  .wc-block-cart .wc-block-cart__submit-container--sticky {
    background: #000 !important;
    padding: 4px !important;
  }
  a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    text-decoration: none !important;
  }
  a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained
    > span {
    color: #fff !important;
  }
}

/* ==================================================================
   WooCommerce
   ================================================================== */
h2.prod_title_single,
.prod_title {
  text-transform: capitalize;
  font-weight: 400;
  font-family: "MYingHeiHKW4", sans-serif;
}
a.added_to_cart.wc-forward {
  display: none;
}

.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, #7830a0 0%, #a0a0e0 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: #e7d4ff !important;
  color: #ffffff !important;
}
.woocommerce-message {
  background-color: #0f834d !important;
  color: #ffffff !important;
}

.page-numbers {
  display: inline-block;
}
.page-numbers li {
  list-style: none;
  border: 1px solid #000;
  padding: 10px;
  display: inline-block;
  margin-right: 10px;
}
.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: flex !important;
}
.woof_childs_list_opener span.woof_is_opened {
  background: url("assets/minus2.svg") !important;
}
.woof_childs_list_opener span.woof_is_closed {
  background: url("assets/plus2.svg") !important;
}
.icheckbox_minimal-aero,
.iradio_minimal-aero {
  background-image: url("assets/aero.png") !important;
}
.woof_products_top_panel li span,
.woof_products_top_panel2 li span {
  background-image: url("assets/delete.png") !important;
}
.woof_checkbox_label_selected {
  background: var(
    --mooggradiant,
    linear-gradient(225deg, #b621fe 0%, #1fd1f9 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;
  font-family: "MYingHeiHKW7", sans-serif;
}
.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;
  }
}

/* ==================================================================
   Product page
   ================================================================== */
.px-acc-item.reviews_item {
  display: none;
}

.product .summary {
  max-width: 400px;
  font-family: "MYingHeiHKW4", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #606060;
  line-height: 24px;
}
.product_title {
  margin-top: 0px !important;
  font-size: 24px;
  font-weight: 400;
  font-family: "MYingHeiHKW4", sans-serif;
  color: #000;
}
.single-product .onsale_badge {
  position: absolute;
  top: 0px;
  bottom: inherit;
  background: var(
    --mooggradiant,
    linear-gradient(225deg, #b621fe 0%, #1fd1f9 100%)
  );
  padding: 8px 12px;
  z-index: 9;
  font-family: "Circular Std";
  font-size: 24px;
  color: #fff;
  left: 0px;
  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(225deg, #b621fe 0%, #1fd1f9 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: 180px !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: 20px !important;
  margin-bottom: 0px !important;
  color: #000;
  line-height: 100%;
}
.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(225deg, #b621fe 0%, #1fd1f9 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;
  }
}

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

.woocommerce-account .woocommerce {
  margin-bottom: 40px;
  margin-top: 20px;
}
.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;
  font-family: "MYingHeiHKW4", sans-serif;
  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;
}
.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;
}

.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;
}

.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;
}

.small_text_p p {
  margin-top: 2px;
  margin-bottom: 2px;
}

.dashborad_welcome p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.dashborad_welcome svg {
  max-height: 100px;
  width: 100%;
}

.your_membership {
  font-family: "Circular Std";
  font-size: 20px;
  padding: 30px 0;
}

.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;
}

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

/* ==================================================================
   Mini Cart
   ================================================================== */
p.woocommerce-mini-cart__buttons.buttons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.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;
  width: 400px;
  display: flex;
  justify-content: center;
  animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mini-cart-content.open {
    width: 100%;
  }
}
.widget_shopping_cart_content {
  display: flex;
  justify-content: center;
  width: 90%;
  margin-top: 44px;
}

.mini-cart-close {
  position: absolute;
  left: 15px;
  top: 0px;
  cursor: pointer;
}
ul.woocommerce-mini-cart {
  padding: 0;
  list-style-type: none;
  width: 100%;
}
.woocommerce-mini-cart .remove_from_cart_button {
  position: absolute;
  right: 20px;
  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;
}
.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;
  font-family: "MYingHeiHKW7", sans-serif;
  text-transform: uppercase;
}
.woocommerce-mini-cart__total .amount {
  color: #000;
  float: right;
  font-weight: 400;
  font-family: "MYingHeiHKW4", sans-serif;
}
.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(225deg, #b621fe 0%, #1fd1f9 100%)
  );
  padding: 8px 12px;
  font-family: "Circular Std";
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}
.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;
  }
}

/* ==================================================================
     Woocommerce - Mobile
     ================================================================== */

/* cart header */
.irs--flat .irs-bar,
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single,
.irs--flat .irs-handle > i:first-child {
  background-color: #7830a0 !important;
}
.irs--flat .irs-to:before,
.irs--flat .irs-from:before {
  border-top-color: #7830a0 !important;
}
.onsale_badge {
  z-index: 2;
}
.header-right .shop-bag.mini-cart-toggle {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center; /* vertical centering */
  justify-content: center; /* horizontal centering */
  position: relative;
  box-sizing: border-box;
}

.header-right .shop-bag.mini-cart-toggle svg {
  width: 65px;
  height: 65px;
  color: #000;
  cursor: pointer;
}

.header-right .shop-bag.mini-cart-toggle .mini-cart-count {
  position: absolute;
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 19px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  line-height: 1;
  color: #000;
  background: transparent !important;
  padding: 0 4px;
  cursor: pointer;
}
/* mobile - cart -header */
@media (max-width: 767px) {
  /* cart header */
  .header-right .shop-bag.mini-cart-toggle {
    width: 35px;
    height: 35px;
  }

  .header-right .shop-bag.mini-cart-toggle svg {
    width: 35px;
    height: 35px;
    color: #000;
  }
  .header-right .shop-bag.mini-cart-toggle .mini-cart-count {
    font-size: 10px;
    padding: 0 0px;
  }
}
body.post-type-archive-product .site-main {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.page_content {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  margin-top: 70px;
}
/* Only for the WooCommerce ordering <select> */
.woocommerce-ordering select.orderby {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  font-family: "Circular Std";
  font-size: 18px;
  padding-left: 10px;
  outline: none;
  height: 40px;

  background: url("/wp-content/themes/mybxgzone/icon/arrow2.png") no-repeat
    right center;
  background-size: 14px auto;
  cursor: pointer;
}

.woocommerce-ordering {
  width: 100%;
  text-align: right;
  z-index: 2;
}
.closebtn {
  position: relative;
  text-decoration: none;
  font-size: 75px;
  float: left;
  width: 100%;
  display: block;
  font-family: "Playfair";
}
.close,
.closeX,
.closebtn,
.closeSerial {
  color: #000;
  background: none !important;
  padding: 0px !important;
  float: right;
  /* font-size: 28px;
  font-weight: bold;
  margin-top: -20px; */
}
.button,
.button {
  background: #000;
  color: #fff;
  /* font-family: "Circular Std"; */
  cursor: pointer;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
}
.woof_checkbox_label,
.woof_radio_label {
  font-family: "Circular Std", sans-serif !important;
  color: #606060 !important;
}
.woof_container_inner > label {
  font-family: "Circular Std", sans-serif;
  color: #606060;
}
/* .woocommerce-page .col-sm-3.product {
  padding-right: 72px;
} */
.shop_content {
  padding-left: 0px !important;
}
.products {
  margin-right: 0px;
  margin-top: 26px;
}
.products .vc_col-sm-4,
.products .vc_col-sm-3 {
  padding-right: 0px;
}

.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: "MYingHeiHKW4", sans-serif;
  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;
}

@media (max-width: 767px) {
  .shop-head {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .woocommerce-ordering select {
    max-width: 190px;
  }
  .woof_show_mobile_filter {
    display: inline-flex; /* or just flex if inline display isn’t needed */
    align-items: center; /* vertically aligns icon and text */
    /* if you want a small gap between icon and text: */
    gap: 0.25rem;
  }
  .woocommerce-ordering {
    text-align: center !important;
  }
  .woocommerce-ordering select.orderby {
    font-size: 16px;
    background-size: 12px auto;
  }

  .page_content {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  /* 1. Container — reset its outer padding */
  .page_content > .container.blog-main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* 2. Row — reset the negative margins from .row */
  .page_content .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* 3. Columns — reset the grid padding on all .col-sm-12 */
  .page_content .row > .col-sm-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page_content .col-sm-12.shop-head {
    /* remove internal padding of the column */
    padding-left: 0 !important;
    padding-right: 0 !important;

    /* pull element left and right to counteract the 1.5rem padding of .page_content */
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;

    /* expand width so it doesn’t break the row */
    width: calc(100% + 3rem) !important;
  }
}

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

.woof_show_filter_for_mobile.woof {
  z-index: 9999 !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 0px !important;
  border-bottom: 1px solid;
}
.prod_add_to_cart_btn .button::after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjguMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNyAxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzcgMTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMDAwMDAwMDtoMDAwO30KPC9zdHlsZT4KPGcgaWQ9IlZlY3RvciI+Cgk8cGF0aCBpZD0iQVJST1ciIGNsYXNzPSJzdDAiIGQ9Ik0zNi4zLDkuNEwzNi43LDlsLTktOUwyNywwLjdsNy44LDcuOEgwdjFoMzQuOEwyNywxNy4zbDAuNywwLjdMMzYsOS43bDAuMi0wLjJMMzYuMyw5LjR6Ii8+CjwvZz4KPC9zdmc+Cg==");
}

.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;
}

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

.woocommerce-account .col2-set .col-1,
.woocommerce-account .col2-set .col-2 {
  width: 100% !important;
  padding: 0px 20px !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;
}

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

/* ==================================================================
     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;
}

.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;
  }
}
@media (max-width: 767px) {
  /* Prevent page scrolling when the filter is open */
  body.filter-open {
    overflow: hidden !important;
  }

  /* Prevent scroll chaining to the page when scrolling inside the filter */
  .woof_show_filter_for_mobile.woof {
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
}

/* product details */
@media (min-width: 768px) {
  .vc_col-sm-3 {
    width: 25%;
  }
  .vc_col-sm-9 {
    width: 75%;
  }
}

.post-image.has-video {
  aspect-ratio: 16 / 9;
}

.post-image.has-video {
  position: relative;
}
.post-image.has-video .media-absolute {
  position: absolute;
  inset: 0;
}
.post-image.has-video .media-absolute iframe,
.post-image.has-video .media-absolute video {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  object-fit: cover;
}
.full-width-img img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain;
}
/* Center the image only on screens wider than 2560px */
@media (min-width: 2561px) {
  .center-gt2560 {
    text-align: center !important; /* overrides vc_align_left */
  }
  .center-gt2560 img {
    display: block !important;
    margin: 0 auto !important; /* centers the img element */
  }
}
.password-section form {
  max-width: 560px;
  margin-top: 16px;
}
.password-section label {
  font-weight: 700;
  font-family: "MYingHeiHKW7", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.password-section input[type="password"] {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.password-section input[type="submit"] {
  background: #000;
  color: #fff;
  padding: 14px 22px;
  border-radius: 6px;
}
.password-section__notice {
  color: #666;
}
.dayDate .dayName,
.week-bar li > div:first-child {
  white-space: nowrap;
  word-break: keep-all;
}
.post-inner {
  position: relative;
}
.stretched-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
/* ===== Mobile only: sidebar-inline on category pages ===== */
@media (max-width: 767.98px) {
  /* 1) Default state: render as a regular static block at the bottom */
  #primary-sidebar.sidebar-inline:not(.active) {
    display: block !important;
    position: static !important; /* cancel off-canvas positioning */
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;

    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    clear: both !important;
    order: 99 !important; /* ensure it comes after the posts */

    height: auto !important;
    box-shadow: none !important;
    padding-top: 0px !important;
  }

  /* Hide the X button when the sidebar is static */
  #primary-sidebar.sidebar-inline:not(.active) .close-sidebar {
    display: none !important;
  }

  /* Widgets should always be visible */
  #primary-sidebar.sidebar-inline .content-sidebar .widget {
    opacity: 1 !important;
    transform: none !important;
  }

  /* 2) Avatar click: turn the same element into an overlay */
  #primary-sidebar.sidebar-inline.active {
    position: fixed !important;
    top: 40px; /* adjust to your header height */
    left: 0;
    right: 0;
    width: 100% !important;
    height: calc(100dvh - 40px) !important;

    background: #fff;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;

    transform: translateX(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 99999 !important;
    box-shadow: -8px 0 20px rgba(0, 0, 0, 0.15);
  }

  /* Show the X button only in overlay mode */
  #primary-sidebar.sidebar-inline.active .close-sidebar {
    display: block !important;
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
}
body.header-hidden #main-menu {
  padding-top: 115px;
}
@media (max-width: 767.98px) {
  body.header-hidden #main-menu {
    padding-top: 13px;
  }
}

.roster-controls select {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
/* Title + arrow button */
.roster-picker {
  display: flex; /* instead of inline-flex */
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 44px;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "MYingHeiHKW7", sans-serif;
}

/* The button container */
.roster-controls {
  position: relative;
  width: 100%;
  max-width: 100%;
}

/* Arrow rotates when opened */
.roster-picker .picker-arrow {
  width: 50px;
  height: auto;
  transition: transform 0.2s ease;
}
.roster-controls.picker-open .picker-arrow {
  transform: rotate(180deg);
}

.week-bar {
  --roster-offset: 0px;
}

/* Default width for roster-controls (desktop) */
.roster-controls {
  width: calc(47% - var(--roster-offset, 0px));
}

@media (min-width: 1440px) and (max-width: 1919.98px) {
  /* Common parent for both columns */
  #roster {
    --roster-offset: 0px; /* how much the black line is shortened from the right */
  }

  /* The black line is shortened according to the variable */
  .week-bar {
    margin-right: var(--roster-offset);
  }

  /* The title+arrow container matches the left column width (66.66%) minus the offset */
  .roster-controls {
    width: calc(66.6666% - var(--roster-offset));
    max-width: calc(66.6666% - var(--roster-offset));
  }
}
/* *************************** Roster calendar section *************************** */
.picker-panel {
  position: absolute;
  left: 0;
  z-index: 50;
  display: none;
  background: #fff;
  gap: 24px;
  min-width: 450px;
  font-family: "MYingHeiHKW4", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}

.roster-controls.picker-open .picker-panel {
  display: flex;
  align-items: flex-start;
}
.picker-months {
  display: block;
}
.picker-panel .m-item::after {
  content: var(--picker-year, "");
  margin-left: 8px;
  font-family: "MYingHeiHKW4", sans-serif;
  font-size: 44px;
  font-weight: 700;
  text-transform: none;
  color: currentColor;
}

.picker-years {
  display: none;
}
.picker-panel button {
  background: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  text-transform: uppercase;
}
.picker-panel .active {
  text-decoration: underline;
}

.picker-panel .m-item,
.picker-panel .y-item {
  appearance: none;
  background: #fff;
  padding: 8px 12px;
  cursor: pointer;
  font: inherit;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease,
    transform 0.05s ease;
}
.picker-panel .m-item:hover,
.picker-panel .y-item:hover {
  background: #f6f6f6;
  border-color: #e6e6e6;
}

.picker-panel .m-item:focus-visible,
.picker-panel .y-item:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}
/* Active state (the current selection) */
.picker-panel .m-item.active,
.picker-panel .y-item.active {
  text-decoration: none; /* instead of underline */
}
.picker-panel .m-item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 12px 0;
  /* border-bottom: 1px solid #eee; */
  font-family: "MYingHeiHKW7", sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: #000;
}

.picker-panel .m-item:last-child {
  border-bottom: none;
}
/* Mobile adjustments */
@media (max-width: 780px) {
  .roster-picker {
    font-size: 28px;
  } /* the large title above, optional */
  .picker-panel {
    min-width: 260px;
    flex-direction: column;
    gap: 16px;
  }
  .picker-months {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }
  .picker-years {
    flex-direction: row;
    gap: 12px;
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
  }
  .roster-controls {
    width: 100%;
  }
}

@media (min-width: 790px) {
  /* Change only this value — total gap BETWEEN the columns */
  .marge-between {
    --col-gap: 128px;
  }

  /* Compensate column paddings so the row aligns with the container edges */
  .marge-between.vc_row {
    margin-left: calc(var(--col-gap) / -2) !important;
    margin-right: calc(var(--col-gap) / -2) !important;
  }

  /* Column spacing: half of the gap on each side of a column */
  .marge-between .vc_column_container > .vc_column-inner {
    padding-left: calc(var(--col-gap) / 2) !important;
    padding-right: calc(var(--col-gap) / 2) !important;
  }
}
@media (max-width: 767.98px) {
  .vc_row.vc_row-o-full-height {
    min-height: auto !important;
  }
  #post-884 .team-grid .vc_column_container > .vc_column-inner {
    max-width: 416px;
  }
  #post-1194 .team-grid .vc_column_container > .vc_column-inner {
    max-width: 416px;
  }
}
@media (max-width: 767.98px) {
  .custom-img {
    max-width: 400px;
    margin: 0 auto;
  }
  .custom-img img {
    width: 100% !important;
    height: 400px !important;
    display: block;
    object-fit: cover;
  }
}
.vc_images_carousel .vc_carousel-indicators {
  z-index: 2 !important;
}
@media (min-width: 780px) {
  #post-1102 .wpb_single_image img,
  #post-1176 .wpb_single_image img {
    margin-left: 100px;
  }
}
/* Hide cart icon and counter only when the body has the shop-closed class */
body.shop-closed .header-right .shop-bag.mini-cart-toggle svg,
body.shop-closed .header-right .shop-bag.mini-cart-toggle .mini-cart-count {
  display: none !important;
}

.performance-page .roster-controls {
  width: auto;
}
@media (max-width: 780px) {
  .picker-panel .m-item {
    font-size: 28px;
  }
  .picker-panel .m-item::after {
    font-size: 28px;
  }
}
/* Neutralize iOS “Data Detectors” blue styling site-wide (tel, dates, etc.) */
a[x-apple-data-detectors],
a[x-apple-data-detectors]:link,
a[x-apple-data-detectors]:visited,
a[x-apple-data-detectors]:hover,
a[x-apple-data-detectors]:active {
  color: inherit !important; /* Use the surrounding text color */
  text-decoration: none !important; /* Remove underlines */
  border-bottom: 0 !important; /* Ensure no faux borders */
  -webkit-text-fill-color: inherit !important; /* iOS text color override */
  pointer-events: none !important; /* Don’t steal clicks inside buttons */
}

/* Force explicit color for the roster month picker and its arrow */
.roster-picker {
  color: #232323 !important; /* Desired text/icon color */
  -webkit-text-fill-color: #232323 !important; /* Enforce on iOS */
}
.roster-picker .picker-label {
  color: inherit !important; /* Label follows parent color */
}
.roster-picker .picker-arrow {
  fill: currentColor !important; /* SVG fills with the text color */
  stroke: currentColor !important; /* SVG strokes with the text color */
}
