.modal-header {
  border: 0;
  background-color: #1B1464;
  padding: 0;
}
.modal-header .modal-title {
  color: #fff;
  padding: 0 16px;
}
.modal-header .btn-close {
  margin: 0;
  color: #dd2830;
  background-image: url("/sites/msig_sg/themes/sg/css/../images/icon-red-close.png");
  opacity: 1;
  padding: 16px;
}
.modal-header .btn-close:focus {
  box-shadow: none;
}

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

.modal-body {
  padding: 30px;
}

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

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;
  right: 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, .youtube-video-wrapper {
  max-width: 600px;
  margin: 0 auto;
}
.travel-wrapper .video-wrapper, .youtube-video-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, .youtube-video-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, .youtube-video-wrapper .video-wrapper .video-overlay .travel-play-icon {
  cursor: pointer;
  opacity: 0.6;
}
.travel-wrapper .video-wrapper .travel-video-img, .youtube-video-wrapper .video-wrapper .travel-video-img {
  border-radius: 10px;
}
.travel-wrapper .equal-height, .youtube-video-wrapper .equal-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.travel-wrapper .row-equal, .youtube-video-wrapper .row-equal {
  flex: 1;
}

.rating-wrapper .slick-dots {
  /* reduce spacing of box-shadow*/
  margin-top: 0;
}
.rating-wrapper h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #272660;
  text-transform: capitalize;
}
@media screen and (max-width: 640px) {
  .rating-wrapper h3 {
    font-size: 28px;
  }
}
.rating-wrapper .col-md-4 {
  padding: 0;
}
.rating-wrapper .box {
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 16px;
  margin: 16px 16px 16px;
  transition: box-shadow 0.3s;
  position: relative;
  padding-top: 44px;
  text-align: center;
  margin-top: 34px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
}
.rating-wrapper .box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: 0;
}
.rating-wrapper .box .box-icon-text {
  font-size: 18px;
  text-align: center;
  display: block;
  font-weight: 500;
  color: #1B1464;
}
.rating-wrapper .box .box-icon-text .star {
  background-image: url(/sites/msig_sg/themes/sg/css/../images/rating/icon_feedstar.png);
  background-size: contain;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  display: none;
}
.rating-wrapper .box .box-icon-text img {
  margin-right: 8px;
}
@media screen and (max-width: 400px) {
  .rating-wrapper .box .box-icon-text img {
    margin-right: 5px;
    max-width: 30px;
  }
}
.rating-wrapper .box .box-icon-text h6 {
  font-size: inherit;
  margin: 0;
}
@media screen and (max-width: 400px) {
  .rating-wrapper .box .box-icon-text h6 {
    font-size: 12px;
  }
}
.rating-wrapper .box:after {
  content: "";
  width: 68px;
  height: 68px;
  background: url(/sites/msig_sg/themes/sg/css/../images/rating/quote-icon.png) #E11F27 no-repeat center center;
  border-radius: 50%;
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.rating-wrapper .box .rating {
  text-align: right;
  float: right;
  display: flex;
}
.rating-wrapper .box .rating .star {
  background-image: url("/sites/msig_sg/themes/sg/css/../images/rating/star.png");
  background-size: contain;
  width: 20px;
  height: 19px;
  display: none;
}
.rating-wrapper .box .rating .star img {
  display: none;
}
.rating-wrapper .box .rating .star.active {
  background-image: url("/sites/msig_sg/themes/sg/css/../images/rating/star-active.png");
}
.rating-wrapper .box .feedback {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}
.rating-wrapper .box h4 {
  font-size: 16px;
  margin-bottom: 0;
  font-style: italic;
  color: #000;
}
.rating-wrapper .box p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.rating-wrapper .testimonial {
  position: relative;
}
.rating-wrapper .testimonial .close-quote {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: -1;
  display: none;
}
.rating-wrapper .testimonial .open-quote {
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: -1;
  transform: rotate(180deg);
  display: none;
}
.rating-wrapper .slick-arrow {
  top: 47%;
}

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

.buynow-wrapper .d-flex {
  gap: 10px;
}
.buynow-wrapper .dropdown {
  margin-bottom: 15px;
  max-width: fit-content;
}
.buynow-wrapper .dropdown .dropdown-toggle {
  font-size: 16px;
  max-width: fit-content;
  float: right;
  margin-right: 0 !important;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .buynow-wrapper .dropdown {
    max-width: 100%;
    width: 100%;
  }
  .buynow-wrapper .dropdown .dropdown-toggle {
    max-width: 100%;
    width: 100%;
    float: none;
    height: 44px;
    line-height: 22px;
    font-size: 14px;
  }
  .buynow-wrapper .dropdown .dropdown-menu {
    width: 100%;
  }
}
.buynow-wrapper .dropdown .dropdown-menu {
  padding-left: 0;
}
.buynow-wrapper .dropdown .dropdown-menu .dropdown-item.active, .buynow-wrapper .dropdown .dropdown-menu .dropdown-item:active {
  color: #1e2125;
  background-color: #e9ecef;
}
.buynow-wrapper .btn {
  float: none;
}
.buynow-wrapper .btn.btn-buynow {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  float: none;
  width: 200px;
  justify-content: center;
  height: 55px;
  /* padding: 15px 37px 15px 68px; */
  background-position: 55px;
}
@media screen and (max-width: 767px) {
  .buynow-wrapper .btn.btn-buynow {
    min-width: 47%;
    max-width: 180px;
    height: 44px;
    line-height: 26px;
    font-size: 14px;
    width: auto;
    background-position: 38%;
  }
}
@media screen and (max-width: 700px) {
  .buynow-wrapper .btn.btn-buynow {
    background-position: 36%;
  }
}
@media screen and (max-width: 600px) {
  .buynow-wrapper .btn.btn-buynow {
    background-position: 34%;
  }
}
@media screen and (max-width: 500px) {
  .buynow-wrapper .btn.btn-buynow {
    background-position: 32%;
  }
}
@media screen and (max-width: 440px) {
  .buynow-wrapper .btn.btn-buynow {
    background-position: 27%;
  }
}
@media screen and (max-width: 360px) {
  .buynow-wrapper .btn.btn-buynow {
    background-position: 22%;
    text-transform: none;
  }
}
.buynow-wrapper .btn.btn-enquiry {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  float: none;
  width: 200px;
  justify-content: center;
  height: 55px;
  background-position: 38px;
}
@media screen and (max-width: 767px) {
  .buynow-wrapper .btn.btn-enquiry {
    min-width: 47%;
    max-width: 180px;
    height: 44px;
    line-height: 26px;
    font-size: 14px;
    width: auto;
    background-position: 28% center;
  }
}
@media screen and (max-width: 700px) {
  .buynow-wrapper .btn.btn-enquiry {
    background-position: 28%;
  }
}
@media screen and (max-width: 600px) {
  .buynow-wrapper .btn.btn-enquiry {
    background-position: 22%;
  }
}
@media screen and (max-width: 500px) {
  .buynow-wrapper .btn.btn-enquiry {
    background-position: 17%;
  }
}
@media screen and (max-width: 440px) {
  .buynow-wrapper .btn.btn-enquiry {
    background-position: 16%;
  }
}
@media screen and (max-width: 360px) {
  .buynow-wrapper .btn.btn-enquiry {
    background-position: 15%;
    text-transform: none;
  }
}
.buynow-wrapper .btn.btn-make-claim {
  margin-bottom: 15px;
  text-transform: none;
  font-size: 16px;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .buynow-wrapper .btn.btn-make-claim {
    max-width: 180px;
    min-width: 49%;
    height: 44px;
    line-height: 26px;
    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: #272660;
  font-weight: 500;
}
.detail-page ul,
.detail-page ol {
  padding-left: 1rem;
  font-size: 16px;
}
.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.desktop .dropdown {
    display: none;
  }
  .detail-page .buynow-wrapper.desktop .btn-make-claim {
    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 h3 {
  font-family: inherit;
  line-height: inherit;
}
.detail-page .icons-wrapper {
  max-width: 1008px;
  justify-content: flex-start !important;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .detail-page .icons-wrapper {
    margin: 0 8px;
    padding-bottom: 0;
  }
  .detail-page .icons-wrapper .slick-slide .image-top-wrapper {
    margin-right: 16px;
    margin-bottom: 0;
    margin-top: 15px;
  }
  .detail-page .icons-wrapper .slick-arrow.slick-prev {
    left: 0;
  }
  .detail-page .icons-wrapper .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .detail-page ul,
  .detail-page ol {
    font-size: 12px;
  }
}
.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: 30px;
}
.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);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.detail-page .content-container h3,
.detail-page .content-container h5 {
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.2;
  color: #e11f27;
}
@media screen and (max-width: 767px) {
  .detail-page .content-container h3,
  .detail-page .content-container h5 {
    font-size: 16px !important;
  }
}
.detail-page .content-container h3 strong,
.detail-page .content-container h5 strong {
  font-weight: inherit;
}
.detail-page .content-container p {
  font-size: inherit !important;
}
@media screen and (max-width: 767px) {
  .detail-page .content-container p {
    font-size: 12px !important;
  }
}
.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;
}
@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: 500;
}
@media screen and (max-width: 640px) {
  .detail-page h4 {
    font-size: 18px;
  }
}
.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);
}
@media screen and (max-width: 767px) {
  .detail-page .accordion-item .accordion-body tbody tr td {
    font-size: 12px;
  }
  .detail-page .accordion-item .accordion-body tbody tr td h4 {
    font-size: 12px;
  }
}
.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;
}
.detail-page .rating-wrapper h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #272660;
}
@media screen and (max-width: 640px) {
  .detail-page .rating-wrapper h3 {
    font-size: 28px;
  }
}

.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;
}
@media screen and (max-width: 767px) {
  .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: 14px;
  }
}

@media screen and (max-width: 768px) {
  .sticky-nav .desktop.buynow-wrapper {
    display: block;
  }
  .buynow-wrapper .d-flex {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) and (max-width: 310px) {
  .buynow-wrapper .d-flex {
    display: block;
    gap: 0;
  }
  .buynow-wrapper .d-flex .btn {
    max-width: 100%;
    min-width: 100%;
  }
  .buynow-wrapper .d-flex .btn.btn-buynow {
    background-position: 30%;
  }
  .buynow-wrapper .d-flex .btn.btn-enquiry {
    background-position: 20%;
  }
}
.product-details .highlight-title {
  font-size: 24px;
  line-height: 28px;
  color: #272660;
}
@media screen and (max-width: 767px) {
  .product-details .highlight-title {
    font-size: 16px;
  }
}
.product-details .red {
  color: #dd2830;
}

/* for product pages new tag */
.fandb-tag-new {
  background: #dd2830;
  color: #ffffff;
  padding: 0 16px;
  position: absolute;
  top: -13px;
  right: 0;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  min-height: 26px;
  min-width: 77px;
}
.fandb-tag-new span {
  background-image: url("/sites/msig_sg/themes/sg/css/../images/products/tag-gift.png");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: left;
  padding: 5px 0 5px 20px;
  display: block;
  margin: 0 auto;
  max-width: fit-content;
}

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