.modal-header {
  border: 0;
  padding: 0;
}
.modal-header .btn-close {
  margin: 0;
  color: #dd2830;
  background-image: url("../images/icon-red-close.png");
  opacity: 1;
  padding: 16px;
}

.modal-content {
  border-radius: 0;
  border: 0;
}
.modal-content h4 {
  color: #272660;
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .modal-content h4 {
    font-size: 20px;
  }
}

.modal-body {
  padding: 30px;
}

.modal-backdrop.show {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
}

.three-col-box-wrapper .btn-contactus {
  float: right;
  line-height: 1.4;
  height: 36px;
  font-size: 14px;
}
.three-col-box-wrapper .slick-track {
  margin-bottom: 0;
}
.three-col-box-wrapper .slick-dots {
  /* reduce spacing of box-shadow*/
  margin-top: 12px;
}
.three-col-box-wrapper .dropdown ::after {
  display: none;
}
.three-col-box-wrapper .dropdown .btn {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 16px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 8px 12px;
}
.three-col-box-wrapper .dropdown .btn img {
  margin-right: 3px;
}
.three-col-box-wrapper .dropdown .dropdown-menu {
  border-radius: 10px;
}
.three-col-box-wrapper .dropdown .dropdown-item {
  font-weight: 500;
}
.three-col-box-wrapper .dropdown .dropdown-item:hover {
  color: #E11F27;
  background-color: transparent;
}
.three-col-box-wrapper .dropdown .dropdown-item:active {
  background-color: transparent;
}
.three-col-box-wrapper .dropdown .dropdown-menu-travel {
  list-style: none;
  padding-left: 15px;
}
.three-col-box-wrapper .dropdown .dropdown-menu-travel .dropdown-item {
  font-weight: 400;
}
.three-col-box-wrapper .col-md-4 {
  padding: 0;
}
.three-col-box-wrapper h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #272660;
}
@media screen and (max-width: 640px) {
  .three-col-box-wrapper h3 {
    font-size: 28px;
  }
}
.three-col-box-wrapper .w-85 {
  width: 85%;
}
.three-col-box-wrapper .card {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(183, 183, 183, 0.5);
  margin: 16px 16px 6px;
  position: relative;
}
@media screen and (max-width: 400px) {
  .three-col-box-wrapper .card {
    margin: 16px 8px 6px;
  }
}
.three-col-box-wrapper .card .expired {
  background: #dd2830;
  color: #FFFFFF;
  position: absolute;
  right: 0;
  padding: 10px;
  top: 0;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 14px;
  font-weight: bold;
}
.three-col-box-wrapper .card .card-title {
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  font-weight: 500;
  text-decoration: none;
}
.three-col-box-wrapper .card .card-text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 50px;
  overflow: hidden;
}
.three-col-box-wrapper .card .card-text.red-text {
  color: #dd2830;
  font-weight: 500;
}
.three-col-box-wrapper .card .card-text.gray-text {
  color: #adadad;
  font-weight: 500;
}
.three-col-box-wrapper .card .card-date {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .three-col-box-wrapper .three-col-carousel {
    padding: 0 0;
  }
}

body.no-scroll {
  overflow: hidden;
}

.btn-play-text {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 7px;
}
.btn-play-text img {
  width: 20px;
}
.btn-play-text span {
  background: #dd2830;
  color: #FFFFFF;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 14px;
  flex: 0 0 auto;
}

.video-overlay-popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  overflow-y: auto;
}
.video-overlay-popup-wrapper.show {
  display: block;
}
.video-overlay-popup-wrapper .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 860px;
  max-width: 90%;
  background-color: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
}
.video-overlay-popup-wrapper .close-btn {
  position: fixed;
  top: 0;
  left: 10px;
  font-size: 60px;
  cursor: pointer;
  color: #e11f27;
  z-index: 1;
  line-height: 60px;
}
.video-overlay-popup-wrapper .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-overlay-popup-wrapper .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.travel-wrapper {
  max-width: 600px;
  margin: 0 auto;
}
.travel-wrapper .video-wrapper {
  text-align: center;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  max-width: 1033px;
  margin: 3rem auto 4.8rem;
}
.travel-wrapper .video-wrapper .video-overlay {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 1;
  top: 0;
  align-items: center;
  max-width: 1033px;
  margin: 0 auto;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
}
.travel-wrapper .video-wrapper .video-overlay .travel-play-icon {
  cursor: pointer;
  opacity: 0.6;
}
.travel-wrapper .video-wrapper .travel-video-img {
  border-radius: 10px;
}
.travel-wrapper .equal-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.travel-wrapper .row-equal {
  flex: 1;
}

.backtoList {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  margin: 30px 0;
  display: inline-block;
}
.backtoList:hover {
  color: #000000;
}
@media screen and (max-width: 768px) {
  .backtoList {
    margin: 10px 0;
  }
}

.btn.btn-red.btn-contactus {
  float: right;
  line-height: 1.4;
  height: 36px;
  font-size: 14px;
}

.detail-page h1 {
  color: #272660;
  font-size: 36px;
  font-weight: 700;
  line-height: 41.36px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .detail-page h1 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 25px;
  }
}
.detail-page h4 {
  color: #272660;
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .detail-page h4 {
    font-size: 20px;
  }
}
.detail-page .red-text {
  color: #dd2830;
}
.detail-page .grey-text {
  color: rgba(0, 0, 0, 0.8);
}
.detail-page .date {
  color: rgba(0, 0, 0, 0.8);
}
.detail-page ul,
.detail-page ol {
  padding-left: 1rem;
  font-size: 14px;
  line-height: 20px;
}
.detail-page .detail-image {
  overflow: hidden;
}
.detail-page .detail-image img {
  width: 100%;
  transition: transform 0.7s ease-in-out;
}
.detail-page .detail-image img:hover {
  transform: scale(1.1);
}
.detail-page .detail-image img.desktop {
  display: block;
}
@media (max-width: 768px) {
  .detail-page .detail-image img.desktop {
    display: none;
  }
}
.detail-page .detail-image img.mobile {
  display: none;
}
@media (max-width: 768px) {
  .detail-page .detail-image img.mobile {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .detail-page .detail-image img {
    border-radius: 0;
  }
}
.detail-page .buynow-wrapper.desktop {
  display: block;
}
@media (max-width: 768px) {
  .detail-page .buynow-wrapper.desktop {
    display: none;
  }
}
.detail-page .buynow-wrapper.mobile {
  display: none;
}
@media (max-width: 768px) {
  .detail-page .buynow-wrapper.mobile {
    display: block;
    text-align: center;
  }
  .detail-page .buynow-wrapper.mobile .btn-red {
    float: none;
  }
}
.detail-page .icons-wrapper {
  max-width: 1008px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .detail-page .icons-wrapper {
    margin: 0 8px;
  }
  .detail-page .icons-wrapper .slick-slide .image-top-wrapper {
    margin-right: 16px;
    margin-bottom: 0;
  }
  .detail-page .icons-wrapper .slick-arrow.slick-prev {
    left: 0;
  }
  .detail-page .icons-wrapper .slick-arrow.slick-next {
    right: 0;
  }
}
.detail-page h1 {
  color: #272660;
  font-size: 36px;
  font-weight: 700;
  line-height: 41.36px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .detail-page h1 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 30px;
  }
}
.detail-page .image-top-wrapper {
  position: relative;
  text-align: center;
  margin-bottom: 0;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .detail-page .image-top-wrapper {
    margin-top: 65px;
  }
}
.detail-page .image-top-wrapper .image-container {
  position: absolute;
  transition: top 0.3s;
  top: -25%;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #1B1464;
  max-width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  border-radius: 50%;
}
.detail-page .image-top-wrapper img {
  max-width: 36px;
  height: auto;
}
.detail-page .content-container {
  position: relative;
  z-index: 1;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid rgba(183, 183, 183, 0.5);
  background-color: rgba(0, 0, 0, 0.05);
  padding-top: 60px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.detail-page .content-container:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.detail-page .content-container p {
  margin-bottom: 0;
}
.detail-page h3 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 0;
}
.detail-page p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .detail-page p {
    font-size: 12px;
  }
}
.detail-page h4 {
  color: #272660;
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .detail-page h4 {
    font-size: 20px;
  }
}
.detail-page .filter-links-wrapper h4 {
  font-size: 18px !important;
}
.detail-page .popular-product {
  color: #808080;
  margin-bottom: 15px;
  text-align: right;
  font-size: 14px;
  margin-top: 15px;
}
.detail-page .popular-product img {
  margin-right: 3px;
}
.detail-page .faq-wrapper {
  align-items: center;
}
.detail-page .faq-wrapper .see-all-faq-wrapper {
  justify-content: right;
}
.detail-page .accordion-item tr:first-child th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #111042;
  text-align: left;
}
.detail-page .accordion-item tr:nth-child(2) th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: rgb(248, 199, 202);
}
.detail-page .accordion-item .accordion-body tbody tr td p, .detail-page .accordion-item .accordion-body tbody tr td li {
  font-size: 14px;
  line-height: 20px;
}
.detail-page .accordion-item .accordion-body tbody tr td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #ffffff;
  text-align: left;
  border-left: 2px solid rgba(0, 0, 0, 0.08);
}
.detail-page .accordion-item .accordion-body tbody tr td:first-child.unsticky {
  position: static;
  z-index: 0;
  background-color: transparent;
  text-align: center;
  border-left: 0;
}

.field--name-field-product-detail-description p, .field--name-field-product-detail-description ul li, .field--name-field-product-detail-description ol li {
  font-size: 16px;
}

/*# sourceMappingURL=product-detail.css.map */
