@font-face {
  font-family: 'HiraginoKakuGothic';
  src: local('HiraginoKakuGothic'),
       url('../fonts/HiraginoKakuGothicStdNW8.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
html {
  margin-top: 0px !important;
}

body {
  font-family: Montserrat, sans-serif !important;
}


/*--------------------------------------------------------------
Loader Custom
--------------------------------------------------------------*/
.container-loader {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 51, 102, 0.4);
}

.container-loader svg {
  animation: spin 0.5s linear infinite;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    z-index: -1;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#menu-footer-sitemap{
  row-gap: 0px;
}
#wp-admin-bar-site-name > a.ab-item {
  max-width: 362px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}

.container-loader.hide {
  animation: hide 0.4s forwards;
}

input[type="checkbox"] {
  width: 16.67px;
  height: 16.67px;
  top: 1.67px;
  left: 1.67px;
  border-radius: 4px;
  border-width: 1.2px;
  accent-color: #868686;
  position: relative;
}
h0,h1, h2, h3, h4, h5, h6{ 
  margin-top: 0px !important; 
}

h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child), h6:not(:last-child) {
  margin-bottom: 0px !important;
}

@keyframes modal-zoom-in {
  from { opacity: 0; transform: scale(0.96); }
  to   { opacity: 1; transform: scale(1); }
}
.animate-modal-zoom {
  animation: modal-zoom-in 0.25s ease-out forwards;
  transform-origin: center;
  will-change: opacity, transform;
}

@keyframes modal-fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.animate-modal-fade {
  animation: modal-fade-in 0.3s ease-out forwards;
  will-change: opacity;
}

@keyframes toast-fade-in {
  from { opacity: 0; transform: translate(-50%, -10px); }
  to   { opacity: 1; transform: translate(-50%, 0); }
}
.custom-toast {
  position: fixed;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  background-color: white;
  padding: 8px 16px;
  width: 90%;
  max-width: 358px;
  border-radius: 4px;
  animation: toast-fade-in 0.3s ease-out;
  transition: opacity 0.3s ease;
}

.custom-toast.opacity-0 {
  opacity: 0;
}

.custom-toast.success {
  border: 1px solid #0F248C;
  color: #0F248C;
}
.custom-toast.error {
  color: #ef4444;
  border: 1px solid #ef4444;
}
.custom-toast img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.shadow-none{
  box-shadow: none !important;
}

.flex-center{
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-navbar__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.footer-navbar__menu li {
  margin-bottom: 0px !important;
  display: flex;
  gap: 6px;
  align-items: center;
}

.footer-navbar__menu li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  line-height: 29.2px;
}

.footer-navbar__pages li::before {
  content: "";
  background-image: url(../images/Symbol.png);
  color: white;
  width: 8.34px;
  height: 16px;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8.34px;
  display: inline-block;
}

.footer-widgets .widget--footer .widget__title {
  font-size: 15.9px;
  font-weight: 400;
  line-height: 29.17px;
  text-align: left;
  color: white;
  margin-left: -4px;
  margin-bottom: 0;
  padding: 0;
}

.footer-widgets .widget--footer .widget__title:before {
  display: none;
}

header.site-header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 9999;
}

#menu-header{
  z-index: 10; 
  padding: 0px;
  top: 40px;
  background: linear-gradient(180deg, #003366 0%, rgba(0, 51, 102, 0.4) 100%);
}

#menu-header .menu-item--user-login{
  display: none !important;
}

#menu-header .mobile-header-btn{
  font-family: Noto Sans JP, sans-serif !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  height: 40px;
  font-size: 16px;
  font-weight: 700;
  background-color: #003366;
  border: 1px solid #003366;
  border-radius: 4px;
}
#menu-header .mobile-header-btn.login {
  width: 208px;
}
#menu-header .mobile-header-btn.logout {
  width: 118px;
  background: white;
  color: #003366;
  padding: 0px;
}
#menu-header .mobile-header-btn.mypage {
  width: 118px;
  background-color: #003366;
}
#menu-header .menu-item{
  padding: 0px;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
#menu-header .menu-item{
  padding: 0px;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
#menu-header .menu-item a{
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-family: Noto Sans JP, sans-serif !important;
}

#menu-header .menu-item a.active{
  color: #003366;
  background-color: white;
}

.hp-pagination.custom-pagination .page-numbers {
  border: 1px solid #003366;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #003366;
  border-radius: 4px;
  margin-right: 16px !important;
}
.hp-pagination.custom-pagination span.page-numbers,
.hp-page__content .nav-links.nav-links--pagination span.page-numbers {
  border: none;
}
.hp-pagination.custom-pagination .page-number {
  width: 40px;
  height: 40px;
  border: 1px solid #003366;
  color: #003366;
  border-radius: 4px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hp-pagination.custom-pagination .page-number:hover {
  background-color: #003366;
  color: white;
}

.hp-pagination.custom-pagination .page-number-current {
  background-color: #003366;
  color: white;
  font-weight: bold;
  pointer-events: none;
}

.hp-pagination.custom-pagination a.next.page-numbers,
.hp-pagination.custom-pagination a.prev.page-numbers {
  border: 0 !important;
  background-color: transparent !important;
}
.hp-pagination.custom-pagination a.page-numbers svg {
  width: 24px;
  height: 24px;
}
.hp-pagination.custom-pagination span.page-numbers.current,
.hp-pagination.custom-pagination a.page-numbers:hover {
  background-color: #003366;
  border-radius: 4px;
  color: var(--white-color);
}
.hp-pagination.custom-pagination .page-numbers::before {
  display: none !important;
}
.hp-pagination.custom-pagination .pagination {
  justify-content: center;
}
.hp-pagination.custom-pagination .pagination .nav-links > span,
.hp-pagination.custom-pagination .pagination .nav-links > a {
  width: 2.5rem;
  height: 2.5rem;
}
.hp-pagination.custom-pagination .pagination .nav-links {
  flex-wrap: wrap;
  grid-gap: 16px;
}
.hp-pagination.custom-pagination .page-numbers {
  margin-right: 0 !important;
}
.hp-pagination.custom-pagination .pagination .nav-links > a,
.hp-pagination.custom-pagination .pagination .nav-links > span {
  margin-right: 0;
}
.header-navbar .header-navbar__menu .menu-item a {
  color: #003366 !important;
  font-family: Noto Sans JP, sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  grid-gap: 0 8px;
  padding: 16px 24px;
}
.header-navbar__menu > ul > li {
  padding: 0px !important;
}
.header-navbar .menu-item--user-account > a,
.header-navbar .menu-item--user-login button {
  border-radius: 4px;
  padding: 8px 56px;
}
.header-navbar .menu-item--user-login button.menu-item--user-register {
  background: linear-gradient(
    180deg,
    #c9a74d 8.12%,
    #ab7e09 66.38%,
    #b99869 100%
  );
}
header .header-navbar {
  padding: 0;
  background-color: var(--white-color);
  box-shadow: 0px 4px 10px 0px #0f248c33;
}
.header-navbar .header-navbar__menu {
  margin: 0;
}
.header-navbar .header-navbar__menu > ul > li.current-menu-item::after {
  background-color: var(--main-color) !important;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 3px;
  content: "";
}
.header-navbar
  .header-navbar__menu
  > ul
  > li.active.menu-item-has-children::after {
  transform: rotate(180deg) scale(1.1);
  transition: transform 0.3s ease-in-out;
}
.header-navbar .header-navbar__menu > ul > li.menu-item-has-children::after,
.header-navbar .header-navbar__burger > a {
  color: var(--main-color);
}
.header-navbar .header-navbar__start {
  padding: 13px 25px;
  background-color: transparent;
}

header.site-header .header-navbar__burger {
  display: none;
  align-items: center;
  justify-content: center;
}
header.site-header .header-navbar__burger > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
header.site-header .header-navbar__burger > a .icon-hamburger {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 18px;
}
header.site-header .header-navbar__burger > a .icon-hamburger .nth {
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 50px;
  background-color: var(--main-color);
  transition: all 0.3s ease;
}
header.site-header .header-navbar__burger > a .icon-hamburger .nth-1 {
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%) rotate(0deg);
}
header.site-header .header-navbar__burger > a .icon-hamburger .nth-2 {
  top: 50%;
  transform: translateY(-50%);
}
header.site-header .header-navbar__burger > a .icon-hamburger .nth-3 {
  bottom: 0;
  top: auto;
  left: 50%;
  transform: translate(-50%, 0%) rotate(0deg);
}
header.site-header .header-navbar__burger > a.active .icon-hamburger .nth-1 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.3s ease;
}
header.site-header .header-navbar__burger > a.active .icon-hamburger .nth-2 {
  opacity: 0;
}

header.site-header .header-navbar__burger > a.active .icon-hamburger .nth-3 {
  bottom: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.site-content {
  padding: 48px 118px 0px 118px !important;
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 364px);
  max-width: 1440px;
  margin: auto;
}

.site-content:has(#service-page) {
  position: relative;
  z-index: 1;
  padding: 0px 0px 0px 0px !important;
  max-width: 100%;
}
.site-content:has(#top-page-container) {
  position: relative;
  z-index: 1;
  padding: 0px 0px 0px 0px !important;
  max-width: 100% !important;
}

@media (max-width: 640px) {
  .site-content {
    padding: 80px 16px 0px 16px !important;
  }
}

.height-content-login{
  min-height: calc(100vh - 370px);
}
.height-content-not-login{
  min-height: calc(100vh - 209px);
}
/*Slider Events*/
.slider-events {
  position: relative;
}
.slider-events .slick-slide {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
  margin: 8px 4px;
  width: 100%;
}
.slider-events .slick-next,
.slider-events .slick-prev {
  display: none !important;
}
.slider-events .slick-next:before,
.slider-events .slick-prev:before {
  display: none !important;
}

.slider-events .slick-dots {
  bottom: -40px;
}

.slider-events .slick-dots li {
  width: 34px;
  transition: all ease .2s;
}

.slider-events .slick-dots li button:before {
  content: unset;
}

.slider-events .slick-dots li button {
  width: 34px;
  height: 4px;
  background: #B6C2FF;
  border-radius: 21px;
  padding: 0;
  transition: all ease .2s;
  overflow: hidden;
}

.slider-events .slick-dots li.slick-active {
  width: 60px;
}

.slider-events .slick-dots li.slick-active button {
  background: var(--main-color);
  width: 60px;
}

.slider-section.plugin-site {
  width: 100vw; 
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.columns-slider-wrapper {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
}
.slick-list{
  height: 100% !important;
}
.slick-track{
  height: 100% !important;
}
.loading-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-right: 6px;
  vertical-align: middle;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

#common-input input {
  border: 1px solid #003366;
  flex: 1;
  border-radius: 4px;
  padding: 9.5px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: var(--text-black);
  width: 100%;
  outline-width: 0px;
}

#common-input textarea {
  border: 1px solid #003366;
  flex: 1;
  border-radius: 4px;
  padding: 9.5px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: var(--text-black);
  width: 100%;
  outline-width: 0px;
}

#common-datetime input {
  border: 1px solid #003366;
  flex: 1;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  color: #003366;
  outline-width: 0px;
  width: 54px;
  height: 48px;
  text-align: center;
}

.field-error {
  border: 1px solid #FF0000 !important;
  background: #FFEBEB !important;
}

.button-primary {
  border-radius: 4px;
  padding: 12px 16px;
  border: 1px solid #003366;
  box-shadow: 5px 10px 25px 0px rgba(0, 80, 144, 0.4);
  color: #fff;
  background: #003366;
  transition: all .3s ease;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 20px;
  user-select: none;
}
.button-primary:hover {
  background: #fff !important;
  color: #003366 !important;
}
a.button-primary:active {
  background: transparent !important;
  color: #003366 !important;
  transform: translateY(2px) scale(1) !important;
}
.button-primary:active {
  background: transparent;
  color: #003366;
  transform: translateY(2px) scale(1);
}

.button-primary:disabled {
  background: #003366;
  color: #fff;
  cursor: not-allowed;
  opacity: 0.5;
  transform: none;
}

.label-confirm-form {
  font-size: 20px;
  font-weight: 700;
  padding: 16px 24px;
  margin-bottom: 16px;
}

.alert-success {
  color: #003366;
  border-left: 3px solid #003366;
}

.alert-error {
  color: #FF0000;
  border-left: 3px solid #dc3232;
}

.menu-user-link {
  border-radius: 4px;
  width: 176px;
  padding: 8px 0px;
  transition: all .3s ease;
  text-align: center;
  font-weight: 700;
}
.header-btn-login {
  background-color: #003366;
  color: white;
  border: 1px solid #003366;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  border-radius: 4px;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.header-btn-login:hover {
  color: white!important;
}

.header-btn-login:active {
  color: #003366 !important;
  background-color: white !important;
  transition: all 0.5s ease;
  transform: translateY(2px) scale(1);
}

.menu-user-link.register {
  color: white;
  background: linear-gradient(135deg, rgba(201, 167, 77, 1) 0%, rgba(171, 126, 9, 1) 50%, rgba(185, 152, 105, 1) 100%);
  background-size: 200% 200%;
}

.menu-user-link.register:hover {
  background-position: right center;
  filter: brightness(1.15);
  box-shadow: 0 0 12px rgba(201, 167, 77, 0.6);
}
.hp-page__topbar {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.menu-user-link.login {
  color: #003366;
  background-color: white;
  border: 1px solid #003366;
}

.menu-user-link.login:hover {
  color: white;
  background: #003366;
  box-shadow: 0 0 12px rgba(0, 80, 144, 0.4);
}
.menu-user-link.login-2 {
  color: white;
  background-color: #003366;
  border: 1px solid #003366;
}

.menu-user-link.login-2:hover {
  color: #003366;
  background: white;
  box-shadow: 0 0 12px rgba(0, 80, 144, 0.4);
}

#content-custom p,li.active{
  border-bottom: 1px solid #183484 !important;
}
.woocommerce-tabs .wc-tabs li.active a {
  color: #183484 !important; 
  font-weight: 600 !important;
}

#content-custom h1{
  color: #003366 !important;
  font-size: 20px !important;
}

#content-custom h2{
  color: #003366 !important;
  font-size: 20px !important;
}
#content-custom h4{
  font-size: 16px !important;
  color: #003366 !important;
}
#content-custom {
  margin-bottom: 40px !important;
  color: #003366 !important;
}
#content-custom ol{
  margin-left: 1.5rem !important;
  margin-bottom: 0px !important;
}

#content-custom ul{
  margin-left: 0.5rem !important;
  margin-bottom: 0px !important;
}

#content-custom li {
  position: relative;
  padding-left: 1em;
}

#content-custom ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #003366;
  font-size: 1.2em;
  line-height: 1;
}

#content-custom ol{
  list-style-type: decimal !important;
}

#content-custom ol li {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.dropdown-prefecture-menu {
  display: none;
}

.dropdown-prefecture-menu li label{
  cursor: pointer !important;
}

.dropdown-prefecture-menu li{
  width: 100%;
  padding: .4375rem 104px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #003366;
  border-bottom: 1px solid #003366;
  display: flex;
  align-items: center;
  cursor: pointer !important;
}
.dropdown-prefecture-menu li:hover{
  background-color: #DEEBF6;
}
.dropdown-prefecture-menu .child-item{
  padding: .4375rem 124px;
  font-weight: 400;
}
.dropdown-prefecture-menu input[type=checkbox]:checked {
  accent-color: #033066;
  opacity: 1;
}

.filter-drop-shadown-m {
  filter: drop-shadow(10px 20px 10px rgba(0, 80, 144, 0.4));
}

.filter-drop-shadown-s {
  filter: drop-shadow(5px 10px 5px rgba(0, 80, 144, 0.4));
}

.filter-drop-shadown-l-m {
  filter: drop-shadow(0px 20px 10px rgba(0, 80, 144, 0.4));
}

.header-clp{
  clip-path: polygon(0 0, 99.8% 0, 83% 100%, 0% 100%);
}

.border-header-clp{
  clip-path: polygon(0 0, 100% 0, 83% 100%, 0% 100%);
}

.border-header-clp-service{
  clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
}

.content-clp{
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0% 100%);
}

.border-content-clp{
  clip-path: polygon(29% 0, 100% 0, 100% 100%, 0% 100%);
}

.favorite-enable{
  border: 1px solid #FF6B00 !important;
  background-color: #FF6B00 !important;
}

.favorite-enable-icon{
  color: white !important;
}


@media (min-width: 640px) {
  .site-content {
    padding: 80px 40px 0px 40px !important;
  }
  #menu-header{
    top: 42px;
  }
}


@media (min-width: 768px) {
  .custom-toast{
    top: 220px !important;
  }
  .footer-navbar__menu {
    flex-direction: row;
    gap: 40px;
  }
  .footer-navbar__menu--sitemap {
    gap: 64px;
  }
  .site-content{
    padding: 120px 40px 0px 40px !important;
  }
  #menu-header{
    top: 100px;
  }
  .mobile-header-btn{
    display: none;
  }
}
@media (min-width: 1024px) {
  .site-content{
    padding: 148px 60px 0px 60px !important;
  }
}

@media only screen and (max-width: 1024px) {
  header.site-header .header-navbar__burger {
    display: inline-flex;
  }
  .header-navbar .header-navbar__burger>ul>li>a,
  .header-navbar .hp-menu--user-account li a {
    justify-content: center;
  }
  .header-navbar .header-navbar__burger .menu-item-has-children.menu-item--user-account {
    padding: 8px 0 !important;
    width: 100%;
    max-width: 208px;
  }
  .header-navbar .header-navbar__burger .menu-item-has-children.menu-item--user-account ul.hp-menu.hp-menu--user-account li.menu-item {
    padding: 5px 0;
  }
}

@media (max-width: 640px) {
  .label-confirm-form{
    font-size: 18px;
  }
}

@media only screen and (max-width: 1435px) {
  .header-navbar__burger {
    display: inline-flex !important;
  }
  .header-navbar__menu {
    display: none !important;
  }
  .header-navbar_login{
    display: none;
  }
}
@media only screen and (min-width: 1436px) {
  .header-navbar__end{
    margin-right: 24px;
    /* margin-left: 6px; */
    max-height: 72px;
    margin-top: auto;
  }
}
.menu-item--user-account.menu-item-has-children{
  display: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 850px) {
  .hidden-arrow{
    display: none !important;
  }
}
.header-logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0;
}

.header-navbar__menu > ul {
  overflow: hidden;
}
.flatpickr-calendar.hasTime{
  width: 286px;
  box-shadow: unset;
  border: 1px solid #003366;
  overflow: hidden;
}
.flatpickr-calendar.hasTime .numInput{
  color:#003366;
}
.flatpickr-calendar.hasTime .numInputWrapper{
  border-color:#003366;
}

#top-page-container .top_banner1{
  max-height: calc(100vh - 100px);
  width: auto;
  margin: auto;
}
#top-page-container .top_banner2{
  position: absolute;
  bottom: 0;
  right: 0;
  height: calc((602 / 750) * 100%);
  width: auto;
  object-fit: contain;
  aspect-ratio: 145 / 199;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term span.rtwpvs-term-span {
    padding: 0px!important;
    color: #868686;
    font-size: 16px;
    line-height: 22px;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term {
    border-radius: 100px !important;
    height: inherit;
    text-align: center;
    width: auto;
    padding: 8px 12px;
    min-width: 40px;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term.selected:not(.rtwpvs-radio-term).rtwpvs-button-term {
    border: 1px solid #183484; 
    background-color: #fff; 
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term.selected span.rtwpvs-term-span {
    color: #183484!important; 
    font-weight: 600; 
}
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).selected,.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).selected:hover {
    box-shadow: none !important;
}

.page-head .head-inner{
    display: flex;
    flex-direction: column;
    justify-content: start!important;
    align-items: center!important;
    min-height: 22px!important;
    height: 22px!important;
    padding: 0px!important;
    margin-top: 48px!important;
    
}
.page-head .page-title{
    display: none!important;
}
.page-head .breadcrumb,
.page-head .woocommerce-breadcrumb{
    font-size: 16px!important;
    color: #183484!important;
    padding: 0px!important;
    line-height: 22px!important;
    letter-spacing: 0px!important;
    font-weight: 500!important;
    max-width: 1209px!important;
    width: 100%!important;
    display: flex!important;
}
.page-head .breadcrumb a:not(:hover),
.page-head .woocommerce-breadcrumb a:not(:hover){
    font-size: 16px!important;
    color: #868686!important;
    padding: 0px!important;
    line-height: 22px!important;
    letter-spacing: 0px!important;
}
.delimiter{
  color: #868686!important;
  padding: 0px 8px!important;
}
.site-content{
    padding-top: 32px!important;
    padding-bottom: 30px;
}

.woocommerce-pagination ul.page-numbers {
	display: flex;
	gap: 20px;
}

.woocommerce-pagination ul.page-numbers li {
	list-style: none;
}

.woocommerce-pagination ul.page-numbers li span {
	padding: 0.5rem 0.75rem;
	border-radius: 100px;
  background-color: #FEE159;
}

ul, ol{
    padding-inline-start: 0px!;
    margin: 0px!important;
}

.related {
  display: none!important;
}
.filter-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: fit-content;
}

.toggle-icon {
    width: 20px;
    font-size: 30px;
    color: #333333;
    transition: all 0.2s ease-in-out;
}

.filter-content {
    display: none;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    
}

.custom-checkbox {
	display: flex;
	align-items: center;
	cursor: pointer;
	user-select: none;
}

.custom-checkbox input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
  outline: none;
	width: 16px;
	height: 16px;
	border: 1.4px solid #868686;
	border-radius: 50%; 
	margin-right: 10px;
	position: relative;
	background-color: #fff;
	transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.custom-checkbox input[type="checkbox"]:checked {
	background-color: #183484;
  border: none;
  color: white;
  outline: none;
  position: relative;
}

.custom-checkbox input[type="checkbox"]:checked::after {
	content: "✓";
	color: white;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.custom-checkbox span {
	font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #333333;
}

.custom-checkbox-1 {
	display: flex;
	align-items: center;
	cursor: pointer;
	user-select: none;
}

.custom-checkbox-1 input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
  outline: none;
	width: 16px;
	height: 16px;
	border: 1.4px solid #868686;
	border-radius: 4px; 
	margin-right: 10px;
	position: relative;
	background-color: #fff;
	transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.custom-checkbox-1 input[type="checkbox"]:checked {
	background-color: #183484;
  border: none;
  color: white;
  outline: none;
  position: relative;
}

.custom-checkbox-1 input[type="checkbox"]:checked::after {
	content: "✓";
	color: white;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.custom-checkbox-1 span {
	font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #333333;
}

.filter-content.two-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.custom-checkbox-1 {
	display: block;
}

#price-slider.noUi-target {
  background:  #BDCBF3; 
  height: 3px;
  border-radius: 111px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  outline: none;
  border: none;
  box-shadow: none;
}

#price-slider .noUi-connect {
  background: #183484;
  height: 3px;
  border-radius: 100px;
}

#price-slider .noUi-handle {
  width: 8.43px;
  height: 9px;
  background: #183484;
  border-radius: 100px;
  top: -3px;
  right: -5px;
  box-shadow: none;
  border: none;
  outline: none;
  cursor: pointer;
}

#price-slider .noUi-handle::before,
#price-slider .noUi-handle::after {
  display: none !important;
}

#price-slider .noUi-touch-area {
  display: none;
}

ul, ol{
    padding-inline-start: 0px !important;
}

.site{
    overflow: visible!important;
}

.container-panination ,ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.container-pagination{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.container-pagination li {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.container-pagination li:has(.current) {
    background-color: #FEE159;
}


.coupon-checkbox {
	display: flex;
	align-items: center;
	cursor: pointer;
	user-select: none;
}

.coupon-checkbox input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
  outline: none;
	width: 20px;
	height: 20px;
	border: 1.4px solid #868686;
	border-radius: 100%; 
	position: relative;
	background-color: #fff;
	transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.coupon-checkbox input[type="radio"]:checked {
	background-color: #183484;
  border: none;
  color: white;
  outline: none;
  position: relative;
}

.coupon-checkbox input[type="radio"]:checked::after {
	content: "✓";
	color: white;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.coupon-checkbox span {
	font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #333333;
}

.custom-button{
  padding :16px 24px;
  background-color: #183484;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 100px;
  border: 1px solid #183484;
  transition: all 0.3s ease;
  width: fit-content;
  height: fit-content;
}

.custom-button:hover{
  background-color: white;
  color: #183484;
  box-shadow: 0 0 12px rgba(0, 80, 144, 0.4);
}
@media screen and (max-width: 640px) {
  .custom-button{
    width: 100%;
  }
  
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    display: none !important;
}

.woocommerce-message{
  display: none !important;
}

#billing_city_popup, #billing_address_2_popup, #billing_state_popup, #billing_country,
#country, #state_popup, #city_popup, #address_2_popup,
#billing_city_popup_no, #billing_address_2_popup_no, #billing_state_popup_no{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;utf8,<svg fill="gray" height="20" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M5.516 7.548a.75.75 0 0 1 1.06 0L10 10.97l3.424-3.422a.75.75 0 1 1 1.06 1.06l-3.954 3.953a.75.75 0 0 1-1.06 0L5.516 8.608a.75.75 0 0 1 0-1.06z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 20px 20px;
    padding-right: 2.5rem; 
    color: #333333; 
    border-color: #E9E9E9;
}

.woocommerce-vietqr-bank-details {
  display: none !important;
}

#qrcode {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-qhtp-bank-details{
  display: none;
}

.tabrecentorders {
  display: none !important;
}

.coupon-title{
  display: none !important;
}

.wcu-tab-title, .wcu-campaigns-col1, .show_referrals, .wcu-settings-tab-nav li:nth-child(2), .wcu-clicks-pagination, .wcu-user-coupon-title {
  display: none !important;
}
.wcutab button, .wcu-button-export{
  background: #183484!important;
  color: white!important;
  border: none!important;
  padding: 8px 16px!important;
  font-size: 16px!important;
  font-weight: bold!important;
  cursor: pointer!important;
  transition: background-color 0.3s ease!important;
}
.wcutab button:hover {
  background: white!important;
  color: #183484!important;
  border: none!important;
  padding: 8px 16px!important;
  font-size: 16px!important;
  font-weight: bold!important;
  cursor: pointer!important;
  transition: background-color 0.3s ease!important;
}

.wcu-coupon-list-button{
  background: #183484!important;
  color: white!important;
  border: none!important;
  border-radius: 100px!important;
  padding: 8px 16px!important;
  font-size: 16px!important;
  font-weight: bold!important;
  cursor: pointer!important;
  transition: background-color 0.3s ease!important;
}
.wcu-coupon-list-button:hover {
  background: white!important;
  color: #183484!important;
  border: none!important;
  padding: 8px 16px!important;
  font-size: 16px!important;
  font-weight: bold!important;
  cursor: pointer!important;
  transition: background-color 0.3s ease!important;
}
.wcu-user-coupon-list{
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: start;
  align-items: start;
  padding: 16px;
  background: #F5F5F5;
}

.wcu-user-coupon-list-group{
  padding-top: 24px!important;
}

.comment-notes{
  display: none !important;
}

.blockUI, .blockOverlay{
  width: 100vw !important;
  height: 100vh !important;
  position: fixed !important;
  opacity: 0.4 !important;
}

.custom-wishlist-button-disable .wishlist-tooltip {
  visibility: hidden;
  background-color: #fff;
  color: #333333;
  text-align: center;
  padding: 6px 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 10000;
  top: 100%;
  left: 50%;
  transform: translateX(-80%);
  white-space: nowrap;
  font-size: 12px;
  margin-top: 6px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.custom-wishlist-button-disable a:hover .wishlist-tooltip {
  visibility: visible;
  opacity: 1;
}

.product-description-content * {
  all: revert !important;
  margin: revert !important;
  padding: revert !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.product-description-content ul {
  list-style-type: disc !important;
  margin-left: 1.5em !important;
  margin-bottom: 1em !important;
  padding-left: 1em !important;
  display: block !important;
}

.product-description-content ol {
  list-style-type: decimal !important;
  margin-left: 1.5em !important;
  margin-bottom: 1em !important;
  padding-left: 1em !important;
  display: block !important;
}

.product-description-content li {
  display: list-item !important;
  margin-bottom: 0.5em !important;
}

.product-description-content p {
  margin-bottom: 1em !important;
  display: block !important;
}

.product-description-content h1, 
.product-description-content h2, 
.product-description-content h3, 
.product-description-content h4,
.product-description-content h5,
.product-description-content h6 {
  margin-top: 1em !important;
  margin-bottom: 0.5em !important;
  font-weight: bold !important;
  display: block !important;
}

.product-description-content br {
  display: block !important;
  content: "" !important;
  margin-top: 0.5em !important;
}

.wcusage-stats-title{
  display : none !important;
}

.widget-area {
  display: none !important;
}

.coupon-orders-list p {
  display: none !important;
}

.cross-sells {
  display: none !important;
}

.wc-buy-now-btn {
  width: auto;
  min-width: 120px;
  border: 1px solid;
  border-radius: 100px;
  background-color: white;
  color: #183484;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
}

.wc-buy-now-btn:hover {
  color: white;
  background-color: #183484;
  box-shadow: 0 0 12px rgba(0, 80, 144, 0.4);
}

@media screen and (max-width: 640px) {
  .wc-buy-now-btn {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.iti { width: 100%; height: auto; }
.iti__flag-container { z-index: 5; }

.iti__selected-flag{
border-top-left-radius : 100px;
border-bottom-left-radius : 100px;
}

.iti__country-list {
    width: 260px !important;
    max-width: 100%; 
    max-height: 200px;        
    overflow-x: hidden; 
    overflow-y: auto; 
    white-space: normal !important; 
    display: block !important;  
    padding: 0;              
    margin: 0; 
    box-sizing: border-box;
}

.iti__country {
    display: flex !important;
    align-items: center;
    padding: 8px 10px !important;
    width: 100% !important;
    min-width: 240px !important;
}

.iti__country-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 6px;
    flex: 1;
}

.iti__dial-code {
    color: #999;
    flex-shrink: 0;
}

 .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    font-size: 14px;
  }

@media (max-width: 500px) {
    .iti__country-list {
        width: 80% !important;
    }
}