@font-face {
  font-family: MonseratBold;
  src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
  font-family: MonseratMedium;
  src: url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
  font-family: MonseratRegular;
  src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
  font-family: MonseratSemiBold;
  src: url(../fonts/Montserrat-SemiBold.ttf);
}

p,
a,
h1, h2 {
  font-family: MonseratRegular;
}

h5,
h4,
h6 {
  font-family: MonseratSemiBold;
}

.fw-bold {
  font-family: MonseratBold !important;
}

.fw-semibold {
  font-family: MonseratSemiBold !important;
}

::-webkit-input-placeholder {
  /* Edge */
  font-family: MonseratRegular;
  font-size: medium;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: MonseratRegular;
  font-size: medium;
}

::placeholder {
  font-family: MonseratRegular;
  font-size: medium;
}

[x-cloak] {
  display: none !important;
}

.bg-light {
  background-color: white !important;
}

.btn-black-outline-black {
  background: black;
  color: white;
  border: 1px solid black;
  transition: 0.3s ease-in-out;
}

.btn-black-outline-black:hover {
  background: white;
  color: black;
}

#navbar img {
  height: 19px;
  width: auto;
}

/* .menu-header {
  background-image: url('../images/Header image.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
} */

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
  overflow-y: auto; /* This makes it scrollable */
}

@media (min-width: 992px) {
  .sidebar {
    width: 28rem;
    transform: translateX(110%);
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.4);
  }
}

.sidebar.show {
transform: translateX(0);
}

.sidebar a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 1rem 0;
  border-bottom: 2px solid black;
}

.sidebar a:hover {
  /* background-color: #eee; */
  padding-left: 1rem;
}

.sidebar a i {
  font-size: 16px;
  padding-right: 1rem;
  transform: scale(1.2);
}

.retail-and-stores-links a {
  padding-left: 1rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.retail-and-stores-links a:hover {
  padding-left: 2rem;
}

#menu-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 0rem;
  border-bottom: 2px solid black;
}

#menu-search img {
  height: 16px;
}

#menu-search input {
  border: none;
  outline: none;
  width: 100%;
}

#menu-search input:focus {
  border: none;
  outline: none;
}

#menu-search input::placeholder {
  color: black;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.bg-no-device {
  background-color: #d0cfce;
}

.bg-silver-tier {
  background-color: #EFEFEF;
}

.bg-gold-tier {
  background-color: #BE9001;
  color: white;
}

.bg-platinum-tier {
  background-color: #7798BB;
  color: white;
}

.bg-vip-tier {
  background-color: #C10004;
  color: white;
}

.ls-wide {
  letter-spacing: 2px;
}

.rewards-instruction-container .mok-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.rewards-instruction-container .mok-items a {
  min-height: 4.5rem;
}

@media (max-width: 600px) {
  .loyalty-number-text.fs-6 {
    font-size: 0.35em !important;
  }

  .loyalty-number-text #copyLoyaltyImg {
    height: 1.3em !important;
  }

  .homepage-earn-points a {
    font-size: 0.7em !important;
  }

  .homepage-earn-points p.fs-3 {
    font-size: 1.2em !important;
  }

  .homepage-earn-points p.fs-6 {
    font-size: 0.8em !important;
  }

  .devices-container h4 {
    font-size: 1em !important;
  }

  .devices-container p, .devices-container a {
    font-size: 0.8em !important;
  }

  #membershipCreditsPoints .buy-coo-paragraph, #membershipCreditsPoints .upload-store-receipt {
    font-size: 0.7em !important;
  }

  #membershipCreditsPoints .points-header {
    font-size: 0.8em !important;
  }

  #membershipCreditsPoints .purchase-reams-paragraph {
    font-size: 0.6em !important;
  }

  #membershipCreditsPoints .see-tiers-button {
    font-size: 0.65em !important;
    white-space: nowrap;
    height: fit-content !important;
  }

  #membershipCreditsPoints .cred-point-history {
    font-size: 1rem !important;
  }

  #membershipCreditsPoints .cp-history-items-header {
    font-size: 0.7em !important;
    font-weight: 900 !important;
  }

  #membershipCreditsPoints .cp-history-items-details {
    font-size: 0.65em !important;
  }

  #membershipCreditsPoints .load-more-button {
    font-size: 0.65em !important;
    font-weight: 600;
  }

  #membershipCreditsPoints .back-button {
    font-size: 0.8em !important;
  }

  #earnCreditsPoints h1 {
    font-size: 1.4em !important;
  }

  #earnCreditsPoints .sub-header, #earnCreditsPoints form p {
    font-size: 0.85em !important;
  }

  #earnCreditsPoints form label {
    font-size: 0.6em !important;
  }

  #rewardspage .header p.fs-4 {
    font-size: 1.1rem !important;
  }

  #rewardspage .header p.fs-6 {
    font-size: 0.7rem !important;
  }

  #rewardspage .header button.fs-6 {
    font-size: 0.7rem !important;
  }

  #rewardspage .redeem-items a {
    font-size: 0.8rem !important;
  }

  #rewardspage .redeem-items span.fs-6 {
    font-size: 0.9rem !important;
  }

  #rewardspage .redeem-items p.fs-5 {
    font-size: 1rem !important;
  }

  #rewardspage .redeem-history .tier-badge {
    font-size: 0.6rem !important;
  }

  #rewardspage .history-item-name {
    font-size: 1rem !important;
  }

  #rewardspage .history-item-voucher {
    font-size: 0.85rem !important;
  }

  #rewardspage .history-item-date {
    font-size: 0.65rem !important;
  }

  #rewardspage .history-item-points {
    font-size: 0.9rem !important;
  }

  #rewardspage .redeem-history-buttons a {
    font-size: 0.8rem !important;
  }

  .rewards-instruction-container .fs-6 {
    font-size: 0.8rem !important;
  }

  .rewards-instruction-container .mok-items a {
    font-size: 0.8rem !important;
    min-height: 5rem;
  }

  #aboutMOKRewards .fs-6 {
    font-size: 0.8rem !important;
  }

  #aboutMOKRewards .fs-5 {
    font-size: 1rem !important;
  }

  #aboutMOKRewards .fs-4 {
    font-size: 1.2rem !important;
  }

  #footer .govt-warning {
    font-size: 0.8rem !important;
  }
}

/* My Orders - Start */
.orders-tabs-container button.active {
    color: #800080;
    font-weight: 600;
}

@media (max-width: 575.98px) {
    .orders-tabs-container button {
        font-size: 0.8rem;
    }
}
/* My Orders - End */

/* Rate Experience Modal - Start */
.rate-experience button {
    border: 1px solid black;
    background: white;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    font-size: 0.8rem;
    line-height: 0.8rem;
}

.rate-experience button.active {
    background: black;
    color: white;
}

.rate-experience button:hover {
    background: black;
    color: white;
}
/* Rate Experience Modal - End */


/* Sample CSS */
.product-gallery .main-image img {
    max-width: 14rem;
    max-height: 14rem;
    border-radius: 8px;
}

.thumb {
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin-right: 10px;
  cursor: pointer;
  opacity: 0.5;
  border-radius: 6px;
  transition: 0.2s;
}

.thumb.active {
  opacity: 1;
}

.thumbnail-list {
  flex-wrap: nowrap;
  padding-bottom: 5px;
  scrollbar-color: transparent transparent; /* Firefox: thumb track */
}

.thumbnail-list::-webkit-scrollbar {
  height: 6px;
  background: transparent;   /* hide track */
}

.thumbnail-list::-webkit-scrollbar-thumb {
  background-color: transparent;  /* hide thumb */
  border-radius: 3px;
}

.thumbnail-list:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3); /* show thumb on hover */
}

.thumbnail-list:hover {
  scrollbar-color: rgba(0,0,0,0.3) transparent; /* Firefox on hover */
}