.navbar-dark, .navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 1);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: rgba(255, 255, 255, 0.55);
}
body {
  background: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #3d4246;
}

.navbar-expand-md .navbar-nav .nav-link {
  font-size: 16px;
}
.navbar-nav.sm-icons .nav-link {
  font-size: 22px;
  padding-right: 10px;
}
.navbar-nav.sm-icons .nav-item:last-child .nav-link {
  padding-right: 0;
}
.nav-logo {
  padding-left: 0 !important;
}
.bottom-shadow {
    box-shadow: 0 6px 10px -3px #0003;
}
.footer {
  background-color: #e4e4e4;
}
@media only screen and (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-nav.sm-icons .nav-link {
    padding-left: 10px;
  }
}
footer .link-light {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  footer .text-small {
    margin-bottom: 20px !important;
    text-align: center;
  }
}

.box {
  background-color: #f4f4f4;
  border: 1px dotted #d0d0d0;
  border-radius: 40px;
  padding: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.box-border {
  background-color: #fff;
  border: 2px dotted #d0d0d0;
  overflow: hidden;
  padding: 0;
}
.horizontal-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.horizontal-list-item {
  font-style: italic;
}
.horizontal-list-item span {
  padding-right: 30px;
  color: #514F59;
  font-weight: normal;
}
.horizontal-list-item.available {
  color: #499F68;
  font-weight: bold;
}
@media only screen and (max-width: 576px) {
  .horizontal-list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .horizontal-list-item {
    width: 200px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.hl-underline {
  color: #e25915;
  padding: 20px 0 0 70px;
  border-bottom: 2px dotted #d0d0d0;
  font-weight: 400;
  margin-left: -40px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 991px) {

.hl-underline {
    padding: 20px 0 0 30px;
    margin-left: 0px;
}
}

.hl-2 {
  font-weight: 600;
  color: #0085ca;
  margin-bottom: 20px;
}
.hl-img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.hl-3 {
  font-weight: 600;
  font-size: 1rem;
}
.btn-wrap {
  padding: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.link {
  color: #0C85CA;
}



@media only screen and (max-width: 576px) {
  .btn-wrap {
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  .btn-1 {
    margin-bottom: 15px;
  }
}
.btn {
  border-radius: 20px;
  color: #fff;
  min-width: 200px;
}
.btn-1 {
  background-color: #514F59;
}
.btn-2 {
  background-color: #E25914;
}
/* SWIPER */
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.mySwiper2 {
  height: 80%;
  width: 100%;
}
.mySwiper3 {
  height: 100%;
  width: 100%;
}
.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0 0 0;
}
.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #514F59;
}
.swiper-button-next, .swiper-button-prev {
  color: #514F59;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 10%;
  padding: 10px;
  box-sizing: content-box;
}
.responsive-video {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  width: 100%;
}
.Product__Video.responsive-video {
  padding-top: 25px;
  transform: translateY(30%);
}
.responsive-video iframe, .responsive-video object, .responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#notify, .cform {
  max-width: 800px;
  text-align: left;
  margin: 0 auto;
}
/* (B) NOTIFICATION */
#notify {
  padding: 10px;
  margin-bottom: 20px;
  background: #0C85CA;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
/* (C) FORM */
.cform {
  padding: 20px;
}
.cform label, .cform input, .cform textarea {
  display: block;
  width: 100%;
  resize: none;
}
.cform input[type=checkbox] {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.cform label {
  margin: 10px 0;
}
.cform label:first-child {
  margin-top: 0;
}
.cform input, #cform textarea {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #c7c7c7;
}
.g-recaptcha {
  margin: 20px 0;
}
.cform input[type=submit] {
  border: 0;
  color: #fff;
  background: #0C85CA;
  cursor: pointer;
}