:root {
  --bs-border-radius-lg: 1.5rem;
  --bs-yellow: #fbec1f;
  --bs-blue: #004a8b;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
}

body,
html {
  overflow-x: hidden;
  /* margin-bottom: 50px; */
}

.text-blue {
  color: #004a8b;
}

.text-yellow {
  color: #fbec1f;
}

.bg-yellow {
  background-color: #fad70b;
}

/*BUTTONS*/
.btn-outline-info {
  --bs-btn-color: #004a8b;
  --bs-btn-border-color: #004a8b;
  --bs-btn-hover-color: #004a8b;
  --bs-btn-hover-bg: #004a8b;
  --bs-btn-hover-border-color: #004a8b;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #004a8b;
  --bs-btn-active-bg: #004a8b;
  --bs-btn-active-border-color: #004a8b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #004a8b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #004a8b;
  --bs-gradient: none;
}

.btn-yellow,
.btn-yellow:hover {
  background-color: #ffcc01;
}

.list-group {
  --bs-list-group-active-bg: #61c4be;
  --bs-list-group-active-border-color: #61c4be;
}

.accordion-button:focus {
  box-shadow: none;
}

/*HEADING*/
.heading-2 {
  background-color: #fad70b;
  text-align: center;
  color: #000000;
  border-radius: 5rem;
  padding: 0.2rem;
}

.heading-3 {
  background-color: #ffffff;
  text-align: center;
  color: #000000;
  padding: 0.5rem;
}

.cart-count {
  position: absolute;
  top: -5px;
  right: 0;
  background: red;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 7px;
  border-radius: 50%;
  line-height: 1;
}

/* HOME */
#main-banners .owl-nav {
  display: none !important;
}

.search-section {
  background: #fad70b;
}

.search-box {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.search-box input {
  width: 100%;
  padding: 10px 40px 10px 12px; /* right space for icon */
  border: 1px solid #ccc;
  border-radius: 6px;
}

.search-box i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #777;
  cursor: pointer;
}

.search-btn {
  border-radius: 4px;
  width: 15%;
  background-color: #000000;
  margin: 0 0.2rem;
  color: #ffffff;
}

/* CATEGORIES*/
.blog-categories-section {
  background: #ffc432;
}

.blog-categories-section .categories-btn:hover,
.blog-categories-section :not(.btn-check) + .btn:active {
  color: #ffffff;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}
.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.navbar-toggler {
  border: 0;
  color: #004a8b;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* CATEGORY CARD */
.quick-category-section.border,
.doctor-panel-section.border {
  --bs-border-color: #fbec1f;
}

/*CATEGORY ITEM*/
.categoryItemsHome {
  background-color: #e6e6e6;
}

.categoryItemsHome .card {
  border-radius: 5rem;
  margin: 0;
  --bs-card-border-radius: 0;
  overflow: hidden;
  align-items: center;
  width: 100%;
  height: 70px;
}

.categoryItemsHome .card .card-body.p-2 {
  padding: 0.3rem !important;
}

.categoryItemsHome .card .card-body .img-icon {
  width: 30px;
}

.categoryItemsHome .card .card-body .rightarrow {
  width: 15px;
  opacity: 0.4;
}

/* PRODUCT CARD */
.product-card {
  border-radius: 12px;
  overflow: hidden;
}

.product-img {
  height: 120px;
  background: #eaeaea;
}

.product-title {
  font-size: 14px;
  margin-bottom: 4px;
}

.product-price {
  color: #d32f2f;
  font-weight: bold;
}

/* product card */
.product-card-x {
  min-width: auto;
  max-width: 130px;
  background: #fff;
  border-radius: 8px;
  padding: 0.5rem;
  border: 1px solid #eee;
  transition: all 0.2s;
  flex-shrink: 0;
  text-align: center;
}

/* .product-card-x {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 0;
  transition: 0.2s;
  text-align: center;
} */

.product-card-x img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}
.product-title-x {
  font-size: 12px;
  margin-top: 8px;
  height: 15px;
  overflow: hidden;
  font-weight: 900;
}

.product-price-x {
  font-size: 12px;
  font-weight: bold;
  color: #d00;
  margin: 0;
}

.product-online-x {
  font-size: 12px;
}

.category-list details {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 10px;
  margin-bottom: 8px;
  /* background: #fafbfd; */
}

.category-list summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
}

.category-list ul {
  list-style: none;
  padding-left: 0;
  margin: 6px 0 0;
  font-size: 12px;
}

.category-list li {
  padding: 2px 0;
}

/*Home Page Product owl-carousel*/
#coupon_banners .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  display: block;
  border-radius: 50%;
}

#coupon_banners .owl-dot.active span {
  background: #000;
}

#coupon_banners .owl-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 12px;
  margin-top: -10px;
}

#coupon_banners .owl-dots {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: -15px 10px;
  justify-content: center;
}

/* Move dots between arrows */
#coupon_banners .owl-prev {
  order: 1;
}

#coupon_banners .owl-dots {
  order: 2;
}

#coupon_banners .owl-next {
  order: 3;
}

.raku-product-carousel.owl-carousel {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  padding: 0.5rem;
}

.raku-product-carousel.owl-carousel .owl-nav button.owl-next,
.raku-product-carousel.owl-carousel .owl-nav button.owl-prev {
  font-size: 20px !important;
  position: absolute;
  top: 45%;
  background-color: #d5d5d5 !important;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.raku-product-carousel.owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.owl-carousel .item {
  width: 100%;
}

.select-wrapper {
  height: 50px;
  overflow-y: visible;
}

.cartQtyDropdown {
  width: 100%;
  /* make it min-height*/
  min-height: 50px;
  border-radius: 25px;
  border-color: #555;
  padding: 10px;
}

.cardItemSwichLight {
  grid-row: span 7;
  grid-column: span 4;
  width: 99%;
  margin: 10px auto;
}

.swichLightBox {
  margin: 0 auto;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 10px 0px 0;
}

.swichLightRight {
  float: right;
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  margin: 0 auto;
  padding-top: 20px;
  justify-content: center;
  align-content: center;
  margin-top: 15px;
  margin-bottom: 0;
}

.swichLightRightBox {
  width: 99%;
  margin: 0 auto;
}

.swichLightLeft {
  float: left;
  width: 200px;
  margin: 30px 0;
  position: relative;
}

.clear {
  clear: both;
}

.swichLightTittle {
  display: block;
  margin: 0 auto;
  margin-top: -30px;
  color: #33476a;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family:
    "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic",
    "ãƒ¡ã‚¤ãƒªã‚ª", sans-serif;
  color: #01c1ff;
  letter-spacing: 5px;
}

.visible {
  width: 150px;
  /*---------height:170px;--------*/
  display: block;
  margin: 0 auto;
}

.visible1 {
  width: 140px;
  height: 140px;
  margin-top: 10px;
}

.left {
  display: inline-block;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f8e322;
  background-color: #f8e322;
  border-radius: 50%;
  margin-right: 1.5em;
  display: none;
}

.top {
  display: inline-block;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f8e322;
  background-color: #f8e322;
  border-radius: 50%;
  margin-right: 0.75em;
  display: none;
}

.bottom {
  display: inline-block;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f8e322;
  background-color: #f8e322;
  border-radius: 50%;
  margin-left: 0.75em;
  display: none;
}

.right {
  display: inline-block;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f8e322;
  background-color: #f8e322;
  border-radius: 50%;
  margin-left: 1.5em;
  position: absolute;
  top: 0;
  right: -55px;
}

/*---------ã‚°ãƒªãƒƒãƒ‰ãƒ‡ã‚¶ã‚¤ãƒ³---------*/
.swichLightRightItem {
  display: inline-flex;
  width: 31%;
  height: 80px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin: 5px;
  text-align: center;
  line-height: 15px;
  text-transform: capitalize;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  box-sizing: border-box;
}

.swichLightItemA,
.swichLightItemB,
.swichLightItemC,
.swichLightItemD,
.swichLightItemE,
.swichLightItemF,
.swichLightItemG,
.swichLightItemH,
.swichLightItemI,
.swichLightItemJ,
.swichLightItemK,
.swichLightItemL {
  color: #33476a;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯";
}

.swichLightRightItem:hover {
  background: red;
  transition-duration: 0.5s;
  color: #ffffff;
}

@media (max-width: 650px) {
  .swichLightRight {
    width: 90%;
  }
  .visible {
    display: none;
  }

  .swichLightBox {
    margin: 0 auto;
    width: 99%;
    padding: 70px 0px 5px 0;
  }

  .swichLight-wrapper {
  }
}

@media (max-width: 625px) {
  .swichLightRight {
  }
}

@media (max-width: 530px) {
  .swichLightLeft {
    display: none;
  }
  .swichLightRight {
    width: 100%;
  }
  .swichLightRightItem {
    width: 29%;
  }
  .right {
    display: none;
  }
}

@media (max-width: 490px) {
  .swichLightRight {
  }
  .swichLightRight {
  }
}

@media (max-width: 420px) {
  .cardItemSwichLight {
    grid-row: span 16;
    grid-column: span 4;
  }
  .swichLightRightItem {
    width: 45%;
  }
}

@media (max-width: 375px) {
  .swichLightRight {
    padding-top: 10px;
  }
  .swichLightTittle {
    margin-top: -5px;
    font-size: 20px;
  }
  .swichLightBox {
    padding: 0;
  }
}
@media (max-width: 320px) {
  .swichLightRight {
  }
  .swichLightTittle {
    font-size: 16px;
  }
  .swichLightBox {
    padding: 30px 0px 5px 0;
  }
}

/*---------å…‰ã‚‹éƒ¨åˆ†â†“â†“â†“â†“---------*/

.swichLightA {
  position: absolute;
  top: -5px;
  left: 85px;
  width: 30px;
  height: 30px;
  background: red;
  border-radius: 30px;
  opacity: 0.8;
  animation: blink 1s linear infinite normal;
  -webkit-animation: blink 1s linear infinite normal;
  -moz-animation: blink 1s linear infinite normal;
  -o-animation: blink 1s linear infinite normal;
}
.swichLightB {
  position: absolute;
  top: 80px;
  left: 110px;
  width: 20px;
  height: 20px;
  background: red;
  border-radius: 30px;
  opacity: 0.8;
  animation: blink 1s linear infinite normal;
  -webkit-animation: blink 1s linear infinite normal;
  -moz-animation: blink 1s linear infinite normal;
  -o-animation: blink 1s linear infinite normal;
}
.swichLightB1 {
  position: absolute;
  top: 120px;
  left: 130px;
  width: 20px;
  height: 20px;
  background: red;
  border-radius: 30px;
  opacity: 0.8;
  animation: blink 1s linear infinite normal;
  -webkit-animation: blink 1s linear infinite normal;
  -moz-animation: blink 1s linear infinite normal;
  -o-animation: blink 1s linear infinite normal;
}

.swichLightC {
  position: absolute;
  top: 85px;
  left: 91px;
  width: 15px;
  height: 15px;
  background: red;
  border-radius: 30px;
  opacity: 0.8;
  animation: blink 1s linear infinite normal;
  -webkit-animation: blink 1s linear infinite normal;
  -moz-animation: blink 1s linear infinite normal;
  -o-animation: blink 1s linear infinite normal;
}

.swichLightD {
  position: absolute;
  top: 95px;
  left: 90px;
  width: 20px;
  height: 20px;
  background: red;
  border-radius: 30px;
  opacity: 0.8;
  animation: blink 1s linear infinite normal;
  -webkit-animation: blink 1s linear infinite normal;
  -moz-animation: blink 1s linear infinite normal;
  -o-animation: blink 1s linear infinite normal;
}

.swichLightE {
  position: absolute;
  top: 145px;
  left: 77px;
  width: 45px;
  height: 45px;
  background: red;
  border-radius: 30px;
  opacity: 0.8;
  animation: blink 1s linear infinite normal;
  -webkit-animation: blink 1s linear infinite normal;
  -moz-animation: blink 1s linear infinite normal;
  -o-animation: blink 1s linear infinite normal;
}

.swichLightF {
  position: absolute;
  top: 230px;
  left: 70px;
  width: 30px;
  height: 30px;
  background: red;
  border-radius: 30px;
  opacity: 0.8;
  animation: blink 1s linear infinite normal;
  -webkit-animation: blink 1s linear infinite normal;
  -moz-animation: blink 1s linear infinite normal;
  -o-animation: blink 1s linear infinite normal;
}

.swichLightG {
  position: absolute;
  top: 210px;
  left: 92px;
  width: 15px;
  height: 15px;
  background: red;
  border-radius: 30px;
  opacity: 0.8;
  animation: blink 1s linear infinite normal;
  -webkit-animation: blink 1s linear infinite normal;
  -moz-animation: blink 1s linear infinite normal;
  -o-animation: blink 1s linear infinite normal;
}

.swichLightH {
  position: absolute;
  top: -20px;
  left: 25px;
  width: 150px;
  height: 350px;
  background: red;
  border-radius: 500px;
  opacity: 0.8;
  animation: blink 1s linear infinite normal;
  -webkit-animation: blink 1s linear infinite normal;
  -moz-animation: blink 1s linear infinite normal;
  -o-animation: blink 1s linear infinite normal;
}

.swichLightI {
  position: absolute;
  top: 120px;
  left: 100px;
  width: 25px;
  height: 25px;
  background: red;
  border-radius: 30px;
  opacity: 0.8;
  animation: blink 1s linear infinite normal;
  -webkit-animation: blink 1s linear infinite normal;
  -moz-animation: blink 1s linear infinite normal;
  -o-animation: blink 1s linear infinite normal;
}

.swichLightJ {
  position: absolute;
  top: 180px;
  left: 60px;
  width: 80px;
  height: 80px;
  background: red;
  border-radius: 50%;
  opacity: 0.8;
  animation: blink 1s linear infinite normal;
  -webkit-animation: blink 1s linear infinite normal;
  -moz-animation: blink 1s linear infinite normal;
  -o-animation: blink 1s linear infinite normal;
}
.swichLightK {
  position: absolute;
  top: 58px;
  left: 106px;
  width: 15px;
  height: 15px;
  background: red;
  border-radius: 30px;
  opacity: 0.8;
  animation: blink 1s linear infinite normal;
  -webkit-animation: blink 1s linear infinite normal;
  -moz-animation: blink 1s linear infinite normal;
  -o-animation: blink 1s linear infinite normal;
}
.swichLightL {
  position: absolute;
  top: 190px;
  left: 75px;
  width: 15px;
  height: 15px;
  background: red;
  border-radius: 30px;
  opacity: 0.8;
  animation: blink 1s linear infinite normal;
  -webkit-animation: blink 1s linear infinite normal;
  -moz-animation: blink 1s linear infinite normal;
  -o-animation: blink 1s linear infinite normal;
}
.swichLightL1 {
  position: absolute;
  top: 190px;
  left: 110px;
  width: 15px;
  height: 15px;
  background: red;
  border-radius: 30px;
  opacity: 0.8;
  animation: blink 1s linear infinite normal;
  -webkit-animation: blink 1s linear infinite normal;
  -moz-animation: blink 1s linear infinite normal;
  -o-animation: blink 1s linear infinite normal;
}

@keyframes blink {
  0% {
    background-color: red;
  }
  10% {
    background-color: #fde8a1;
  }
  100% {
    background-color: red;
  }
}
@-webkit-keyframes blink {
  0% {
    background-color: red;
  }
  10% {
    background-color: #fde8a1;
  }
  100% {
    background-color: red;
  }
}
@-moz-keyframes blink {
  0% {
    background-color: red;
  }
  10% {
    background-color: #fde8a1;
  }
  100% {
    background-color: red;
  }
}
@-o-keyframes blink {
  0% {
    background-color: red;
  }
  10% {
    background-color: #fde8a1;
  }
  100% {
    background-color: red;
  }
}

/* Product owl-carousel*/
#product-slider .owl-carousel .owl-nav button.owl-next,
#product-slider .owl-carousel .owl-nav button.owl-prev {
  font-size: 20px !important;
  position: absolute;
  top: 45%;
  background-color: #d5d5d5 !important;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
#product-slider .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
#product-slider .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
#product-slider .owl-carousel .owl-nav.disabled {
  display: block !important;
}
#product-slider .owl-dots {
  display: none;
}

.product-card-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  overflow: hidden;
}

.product-card-x {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 12px;
  transition: 0.2s;
}

.product-card-x img {
  width: 100%;
  height: 120px;
  object-fit: contain;
}

.product-title-x {
  font-size: 13px;
  margin-top: 8px;
  height: 34px;
  overflow: hidden;
}

.page_numbers_toolbar {
  text-align: center;
  margin: 25px 0;
}

.page_numbers_toolbar ul {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
  gap: 8px;
}

.page_numbers_toolbar ul li a {
  display: inline-block;
  padding: 8px 14px;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 50px;
  font-size: 14px;
  color: #333;
  transition: all 0.2s ease;
}

.page_numbers_toolbar ul li a:hover {
  background: #f0f0f0;
  border-color: #ccc;
}

.page_numbers_toolbar ul li a.current_page {
  background: #007bff;
  color: #fff !important;
  border-color: #007bff;
  font-weight: bold;
}

.page_numbers_toolbar ul li a.prev_page,
.page_numbers_toolbar ul li a.next_page {
  font-weight: 600;
}

@media (max-width: 576px) {
  .page_numbers_toolbar ul {
    gap: 5px;
  }
  .page_numbers_toolbar ul li a {
    padding: 6px 10px;
    font-size: 12px;
  }
}

/*FAQ Home Page*/

#faqAccordion .accordion-button {
  border-radius: 5rem;
  background: #fff50f;
  background: linear-gradient(90deg, #fff50f 0%, #fee62e 100%, #fdd84b 100%);
}

#faqAccordion .accordion-item {
  border: 0;
  margin-bottom: 1rem;
  background-color: transparent;
}

#faqAccordion .accordion-body {
  background-color: #ffffff;
  border-radius: 5rem;
}

/* FAQ SECTION */

.faq-section {
  margin-top: 18px;
  /* padding: 14px 16px; */
  border-radius: 14px;
  border: 1px solid var(--border-soft);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.faq-container details {
  border-radius: 10px;
  border: 1px solid var(--border-soft);
  padding: 10px 12px;
  margin-bottom: 8px;
  background: #fafbfd;
}

.faq-container summary {
  font-weight: 600;
  cursor: pointer;
  font-size: 13px;
}

.faq-container p {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.6;
}

/*YOUTUBE*/
.youtube-lazy {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 6px;
}

/*BACK TO TOP*/
.back-to-top {
  background-color: #cae2ec;
}

/*FOOTER*/
/*FOOTER SOCIAL*/
.footer-social {
  /* padding: 12px 20px; */
  border-bottom: 1px solid var(--border-soft);
}

.footer-social-btn {
  flex: 1;
  padding: 1rem;
  border: 1px solid #2ec101;
  box-sizing: border-box;
  background-color: #ffffff;
}

.footer-social-btn a {
  text-decoration: none;
}

footer ul li {
  margin-bottom: 6px;
}

.quick-links .col {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.quick-links .col:nth-child(even) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* .sticky-menu {
    background: #000000;
    box-shadow: 5px 5px 15px #888888;
    color: #fff;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    height: 80px;
    font-size: 10px;
  }

  .sticky-menu .img-icon {
    width: 30px;
  }

  .sticky-menu a {
    margin-top: 0;
  } */

/* .couponimg500 {
  width: 100px;
  position: absolute;
  top: -25px;
  right: 0;
} */
