.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/assets/img/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.no-js .owl-carousel {
  display: block;
}

.owl-height {
  transition: height 500ms ease-in-out;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.step-module,
.time-module,
.animated {
  visibility: hidden;
}

.steps .step-module:nth-child(1) {
  animation-delay: 0.4s;
}
.steps .step-module:nth-child(2) {
  animation-delay: 0.8s;
}
.steps .step-module:nth-child(3) {
  animation-delay: 1.2s;
}
.steps .step-module:nth-child(4) {
  animation-delay: 1.6s;
}
.steps .step-module:nth-child(5) {
  animation-delay: 2s;
}
.steps .step-module:nth-child(6) {
  animation-delay: 2.4s;
}
.steps .step-module:nth-child(7) {
  animation-delay: 2.8s;
}
.steps .step-module:nth-child(8) {
  animation-delay: 3.2s;
}
.steps .step-module:nth-child(9) {
  animation-delay: 3.6s;
}
.steps .step-module:nth-child(10) {
  animation-delay: 4s;
}
.steps .step-module:nth-child(11) {
  animation-delay: 4.4s;
}
.steps .step-module:nth-child(12) {
  animation-delay: 4.8s;
}
.steps .step-module:nth-child(13) {
  animation-delay: 5.2s;
}
.steps .step-module:nth-child(14) {
  animation-delay: 5.6s;
}
.steps .step-module:nth-child(15) {
  animation-delay: 6s;
}
.steps .step-module:nth-child(16) {
  animation-delay: 6.4s;
}
.steps .step-module:nth-child(17) {
  animation-delay: 6.8s;
}
.steps .step-module:nth-child(18) {
  animation-delay: 7.2s;
}
.steps .step-module:nth-child(19) {
  animation-delay: 7.6s;
}
.steps .step-module:nth-child(20) {
  animation-delay: 8s;
}

.timeline .time-module:nth-child(1) {
  animation-delay: 0.4s;
}
.timeline .time-module:nth-child(2) {
  animation-delay: 0.8s;
}
.timeline .time-module:nth-child(3) {
  animation-delay: 1.2s;
}
.timeline .time-module:nth-child(4) {
  animation-delay: 1.6s;
}
.timeline .time-module:nth-child(5) {
  animation-delay: 2s;
}
.timeline .time-module:nth-child(6) {
  animation-delay: 2.4s;
}
.timeline .time-module:nth-child(7) {
  animation-delay: 2.8s;
}
.timeline .time-module:nth-child(8) {
  animation-delay: 3.2s;
}
.timeline .time-module:nth-child(9) {
  animation-delay: 3.6s;
}
.timeline .time-module:nth-child(10) {
  animation-delay: 4s;
}
.timeline .time-module:nth-child(11) {
  animation-delay: 4.4s;
}
.timeline .time-module:nth-child(12) {
  animation-delay: 4.8s;
}
.timeline .time-module:nth-child(13) {
  animation-delay: 5.2s;
}
.timeline .time-module:nth-child(14) {
  animation-delay: 5.6s;
}
.timeline .time-module:nth-child(15) {
  animation-delay: 6s;
}
.timeline .time-module:nth-child(16) {
  animation-delay: 6.4s;
}
.timeline .time-module:nth-child(17) {
  animation-delay: 6.8s;
}
.timeline .time-module:nth-child(18) {
  animation-delay: 7.2s;
}
.timeline .time-module:nth-child(19) {
  animation-delay: 7.6s;
}
.timeline .time-module:nth-child(20) {
  animation-delay: 8s;
}

.bounce,
.flash,
.pulse,
.rubberBand,
.shake,
.headShake,
.swing,
.tada,
.wobble,
.jello,
.bounceIn,
.bounceInDown,
.bounceInLeft,
.bounceInRight,
.bounceInUp,
.bounceOut,
.bounceOutDown,
.bounceOutLeft,
.bounceOutRight,
.bounceOutUp,
.fadeIn,
.fadeInDown,
.fadeInDownBig,
.fadeInLeft,
.fadeInLeftBig,
.fadeInRight,
.fadeInRightBig,
.fadeInUp,
.fadeInUpBig,
.fadeOut,
.fadeOutDown,
.fadeOutDownBig,
.fadeOutLeft,
.fadeOutLeftBig,
.fadeOutRight,
.fadeOutRightBig,
.fadeOutUp,
.fadeOutUpBig,
.flipInX,
.flipInY,
.flipOutX,
.flipOutY,
.lightSpeedIn,
.lightSpeedOut,
.rotateIn,
.rotateInDownLeft,
.rotateInDownRight,
.rotateInUpLeft,
.rotateInUpRight,
.rotateOut,
.rotateOutDownLeft,
.rotateOutDownRight,
.rotateOutUpLeft,
.rotateOutUpRight,
.hinge,
.rollIn,
.rollOut,
.zoomIn,
.zoomInDown,
.zoomInLeft,
.zoomInRight,
.zoomInUp,
.zoomOut,
.zoomOutDown,
.zoomOutLeft,
.zoomOutRight,
.zoomOutUp,
.slideInDown,
.slideInLeft,
.slideInRight,
.slideInUp,
.slideOutDown,
.slideOutLeft,
.slideOutRight,
.slideOutUp {
  visibility: visible;
}

.grade-select {
  font-size: 44px;
  margin: 0 10px;
}

/*---------- 3.2 Trip Grid ----------*/
/* shoppage, archive and feature product */
.woocommerce .mold-body ul.products {
  position: relative;
  position: relative;
  display: grid;
  grid-gap: 0;
}
.woocommerce .mold-body ul.products:before {
  display: none !important;
}
.woocommerce .mold-body ul.products .single-item, .woocommerce .mold-body ul.products .product-category {
  margin: 10px;
}
.woocommerce .mold-body ul.products.columns-1 {
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}
.woocommerce .mold-body ul.products.columns-2 {
  grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
}
.woocommerce .mold-body ul.products.columns-3 {
  grid-template-columns: repeat(auto-fill, minmax(30.75%, 1fr));
}
.woocommerce .mold-body ul.products.columns-4 {
  grid-template-columns: repeat(auto-fill, minmax(24%, 1fr));
}
.woocommerce .mold-body ul.products .single-item {
  width: calc(100% - 20px) !important;
}
.woocommerce .mold-body .is-list ul.products {
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}

@media screen and (min-width: 768px) {
  .woocommerce .mold-body ul.products {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 1100px) {
  .woocommerce .mold-body ul.products[class*=columns-] {
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 15px;
  }
  .mold-body ul.products[class*=columns-] {
    display: block;
  }
  .mold-body ul.products[class*=columns-] li.single-item.product {
    width: 100% !important;
    float: none !important;
  }
  .mold-body ul.products .single-item, .mold-body ul.products .product-category {
    width: 100%;
    margin: 0 0 30px 0;
    float: none;
  }
}
.price del {
  color: rgb(95.88, 95.88, 95.88);
}

.mold-body .single-item {
  margin-bottom: 30px;
  position: relative;
  border: 1px solid rgb(158.61, 158.61, 158.61);
  background: #ffffff;
  border-radius: 20px;
}
.mold-body .single-item .item-img {
  height: 200px;
  width: 100%;
  background-color: rgb(144.84, 144.84, 144.84);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border-radius: 20px 20px 0 0;
}
.mold-body .single-item .item-img .item-overlay {
  width: 100%;
  height: 100%;
  line-height: 100%;
  font-size: 0.9em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0px;
  opacity: 0;
  z-index: 1;
  transition: all 0.1s linear;
}
.mold-body .single-item .item-img .item-overlay .item-overlay-meta {
  margin-top: 75px;
}
.mold-body .single-item .item-img .item-overlay .item-overlay-meta [class^=icon-], .mold-body .single-item .item-img .item-overlay .item-overlay-meta .fa {
  display: inline-block;
  font-size: 0px;
  width: 0;
  height: 0;
  line-height: 0;
  transform: rotate(-90deg);
  transition: all 0.1s linear;
}
.mold-body .single-item .item-img .meta-cat {
  position: absolute;
  bottom: 15px;
  right: 10px;
}
.mold-body .single-item .item-img .meta-cat a {
  padding: 4px 8px;
  border-radius: 30px;
}
.mold-body .single-item .item-img .meta-rate {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.mold-body .single-item .item-img:hover .item-overlay {
  opacity: 1;
  transition: all 0.1s linear;
}
.mold-body .single-item .item-img:hover .item-overlay [class^=icon-], .mold-body .single-item .item-img:hover .item-overlay .fa {
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  transform: rotate(0deg);
  transition: all 0.1s linear;
}
.mold-body .single-item .item-desc {
  min-height: 140px;
  color: rgb(59.16, 59.16, 59.16);
  padding: 20px 20px 15px;
}
.mold-body .single-item .item-desc .item-title {
  margin-bottom: 0px;
  font-size: 1.3rem;
}
.mold-body .single-item .item-desc .location {
  margin-bottom: 5px;
  font-size: 0.8em;
  color: rgb(111.18, 111.18, 111.18);
  display: block;
}
.mold-body .single-item .item-desc .item-excerpt {
  font-size: 0.9em;
  margin-top: 15px;
  margin-bottom: 10px;
  color: rgb(73.44, 73.44, 73.44);
}
.mold-body .single-item .item-desc .item-detail {
  border-bottom: 1px solid fade(rgb(158.61, 158.61, 158.61), 60%);
  clear: both;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.mold-body .single-item .item-desc .item-detail .left {
  width: 50%;
  float: left;
  text-align: left;
  vertical-align: middle;
}
.rtl .mold-body .single-item .item-desc .item-detail .left {
  float: right;
  text-align: right;
}
.mold-body .single-item .item-desc .item-detail .left [class^=icon-], .mold-body .single-item .item-desc .item-detail .left .fa, .mold-body .single-item .item-desc .item-detail .left .glyphicon {
  font-size: 24px;
  vertical-align: middle;
  margin-right: 5px;
  color: rgb(132.6, 132.6, 132.6);
  width: 20px;
}
.mold-body .single-item .item-desc .item-detail .left .overview-1 {
  margin-top: 15px;
}
.mold-body .single-item .item-desc .item-detail .left .product-tag-list ul {
  margin-bottom: 0;
  font-style: italic;
}
.mold-body .single-item .item-desc .item-detail .left .product-tag-list ul li {
  font-size: 0.8rem;
  display: inline-block;
  line-height: 20px;
  padding: 0 6px;
  vertical-align: middle;
  margin-right: 6px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0.6;
  border-radius: 2px;
}
.mold-body .single-item .item-desc .item-detail .right {
  margin-left: 50%;
  font-size: 0.9rem;
  text-align: right;
}
.rtl .mold-body .single-item .item-desc .item-detail .right {
  margin-left: 0;
  margin-right: 50%;
  text-align: left;
}
.mold-body .single-item .item-desc .item-detail .right .btn, .mold-body .single-item .item-desc .item-detail .right .add_to_cart_button {
  margin: 0px;
}
.mold-body .single-item .item-desc .item-info .item-title, .mold-body .single-item .item-desc .item-info .woocommerce-loop-product__title {
  margin-bottom: 2px;
  line-height: 1.2em;
}
.mold-body .single-item .item-desc .item-info .item-difficulty {
  margin-top: 5px;
}
.mold-body .single-item .item-desc .item-info .item-difficulty [class^=icon-], .mold-body .single-item .item-desc .item-info .item-difficulty .fa, .mold-body .single-item .item-desc .item-info .item-difficulty .glyphicon {
  font-size: 40px;
  line-height: 30px;
}
.mold-body .single-item .item-desc .item-info .grade {
  margin-bottom: 5px;
  font-size: 0.9rem;
  color: rgb(111.18, 111.18, 111.18);
  display: block;
}
.mold-body .single-item .item-desc .price-wrap {
  margin-top: 10px;
  display: block;
}
.mold-body .single-item .item-desc .price-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.mold-body .single-item .item-desc .price-wrap .left {
  float: left;
}
.mold-body .single-item .item-desc .price-wrap .right {
  float: right;
}
.mold-body .single-item .item-desc .price-wrap .price {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}
.mold-body .single-item .item-desc .price-wrap .price .currency {
  font-size: 0.9rem;
  font-style: italic;
}
.mold-body .single-item .item-desc .price-wrap .price .woocommerce-Price-amount {
  line-height: 1;
}
.mold-body .single-item .item-desc .price-wrap .price del .amount {
  font-size: 0.9em;
}
.mold-body .single-item .item-desc .price-wrap .price ins {
  text-decoration: none;
}
.mold-body .single-item .item-desc .price-wrap .btn {
  margin-bottom: 0px;
}

/*list view*/
.is-list .product-item {
  width: 100%;
  float: none;
}
.is-list .single-item {
  min-height: 200px;
}
.is-list .single-item .item-img {
  height: 100%;
  width: 40%;
  float: left;
  position: absolute;
  border-radius: 20px 0 0 20px;
}
.is-list .single-item .item-desc {
  margin-left: 40%;
}
.is-list .single-item .item-desc .item-info {
  min-height: 50px;
  margin-top: 8px;
}
.is-list .single-item .item-desc .item-info .item-title {
  margin-right: 50px;
  min-height: 20px;
}
.is-list .single-item .item-desc .item-info .item-difficulty {
  height: 50px;
  margin-top: -10px;
}
.is-list .single-item .item-desc .item-info [class^=icon-] {
  font-size: 50px;
}
.is-list .single-item .item-desc .item-detail {
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.is-list .single-item .item-desc .sub-title, .is-list .single-item .item-desc .item-detail {
  clear: none;
}

@media screen and (max-width: 1000px) {
  .single-item .item-desc .item-detail .left,
  .single-item .item-desc .price-wrap .left {
    float: none;
    width: auto;
  }
  .single-item .item-desc .item-detail .right,
  .single-item .item-desc .price-wrap .right {
    float: none;
    width: auto;
    margin-left: 0px;
    text-align: left;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .product-grid .product-item,
  .product-grid .single-item {
    width: 92%;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 400px) {
  .single-item .item-desc .item-detail .left {
    width: 100%;
    float: none;
  }
  .single-item .item-desc .item-detail .right {
    width: 100%;
    float: none;
    margin-left: 0px;
    margin-top: 15px;
    text-align: left;
  }
}
/*---------- 3.3 Trip Detail ----------*/
.mold-body .onsale {
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: block;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  text-align: center;
  top: -0.5em;
  left: -0.5em;
  margin: 0;
  font-size: 0.857em;
  -webkit-font-smoothing: antialiased;
  z-index: 99;
  transform: rotate(-15deg);
}
.mold-body .onsale:before, .mold-body .onsale:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  z-index: -1;
}
.mold-body .onsale:before {
  transform: rotate(30deg);
}
.mold-body .onsale:after {
  transform: rotate(60deg);
}
.mold-body .onsale span {
  position: relative;
  z-index: 10;
}

.single-product .onsale {
  position: relative;
  top: auto;
  left: auto;
  margin: 20px auto 0;
}
.single-product #footer {
  margin-top: 0px !important;
}

.trip-insight .insight-list-wrap {
  margin: 0 auto;
  padding: 30px 0 10px;
}
.trip-insight .insight-list-wrap .insight-list {
  display: table;
  margin: 20px auto 20px;
}
.trip-insight .insight-list-wrap .insight-list [class^=icon-], .trip-insight .insight-list-wrap .insight-list .fa, .trip-insight .insight-list-wrap .insight-list .glyphicon {
  font-size: 40px;
  float: left;
}
.trip-insight .insight-list-wrap .insight-list .txt {
  margin-left: 46px;
}
.trip-insight .insight-list-wrap .insight-list .txt p, .trip-insight .insight-list-wrap .insight-list .txt h1, .trip-insight .insight-list-wrap .insight-list .txt h2, .trip-insight .insight-list-wrap .insight-list .txt h3, .trip-insight .insight-list-wrap .insight-list .txt h4, .trip-insight .insight-list-wrap .insight-list .txt h5, .trip-insight .insight-list-wrap .insight-list .txt h6 {
  margin: 0;
  padding: 0;
}
.trip-insight .social-icon {
  display: table;
  margin: 60px auto 0;
  padding: 0;
  text-align: center;
}
.trip-insight .social-icon li {
  display: inline-block;
  list-style: none;
  margin: 0 30px 15px;
}

.product-detail-txt {
  margin-top: 15px;
  text-align: center;
}
.woocommerce div.product .product-detail-txt .price {
  display: block;
}
.product-detail-txt .main-price {
  margin-bottom: 20px;
  text-align: center;
}
.product-detail-txt .datepicker-wrap {
  width: 200px;
  margin: 0 auto;
}
.product-detail-txt .woocommerce-product-rating {
  display: table;
  margin: 0 auto;
}
.product-detail-txt .woocommerce-product-rating .star-rating {
  display: table;
  margin: 0 auto;
  float: none;
}

.main-price {
  margin-top: 10px;
  margin-bottom: 10px;
}
.main-price div {
  font-style: italic;
}
.main-price .price {
  font-style: normal;
  font-size: 1.8em;
  font-family: sans-serif;
}
.main-price .price ins {
  text-decoration: none;
}
.main-price .price .currency {
  font-size: 1.2em;
}
.main-price .btn {
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.trip-detail {
  margin-bottom: 60px;
  /*For date & price table */
}
.trip-detail .table td {
  vertical-align: middle;
}

/*used in trip-detail*/
/*overview*/
.border-none .trip-overview {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.border-none .trip-overview li {
  flex-basis: 200px;
}

.border-right {
  padding-left: 30px;
  border-left: 1px solid rgb(158.61, 158.61, 158.61);
}

.border-left {
  padding-right: 30px;
  border-right: 1px solid rgb(158.61, 158.61, 158.61);
}

ul.trip-overview {
  padding: 0;
  margin: 0;
}
ul.trip-overview li {
  list-style: none;
  clear: both;
  padding: 15px 1%;
  margin-right: 2%;
}
ul.trip-overview li:first-child {
  padding-top: 0;
}
ul.trip-overview [class^=icon-], ul.trip-overview .fa, ul.trip-overview .glyphicon {
  font-size: 30px;
  float: left;
  width: 40px;
  line-height: 20px;
}
ul.trip-overview .detail {
  margin-left: 50px;
}
ul.trip-overview .detail .title {
  font-weight: bold;
  font-size: 0.8em;
}
ul.trip-overview .detail .desc {
  color: rgb(95.88, 95.88, 95.88);
}

/*inclusion*/
ul.clean-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
ul.clean-ul li {
  margin-bottom: 5px;
  display: block;
  clear: both;
  min-height: 30px;
}
ul.clean-ul [class^=icon-], ul.clean-ul .fa, ul.clean-ul .glyphicon {
  margin-top: -3px;
  font-size: 20px;
  vertical-align: middle;
  color: rgb(59.16, 59.16, 59.16);
  float: left;
}
ul.clean-ul .desc {
  margin-left: 30px;
}

.cost-book .currency {
  font-style: italic;
  color: rgb(120.36, 120.36, 120.36);
  margin-top: 20px;
}
.cost-book del .amount {
  font-size: 1.4em;
}
.cost-book ins {
  text-decoration: none;
}
.cost-book .price-label {
  margin-bottom: 10px;
}
.cost-book .price-table {
  margin-top: 20px;
  border: 1px solid rgb(158.61, 158.61, 158.61);
}
.cost-book .price-table tr td {
  padding: 10px 15px;
  border: 1px solid rgb(158.61, 158.61, 158.61);
}
.cost-book .price-table tr td .currency {
  font-size: 0.9em;
  font-style: italic;
  color: rgb(132.6, 132.6, 132.6);
}
.cost-book .price-table tr td .price,
.cost-book .price-table tr td .amount {
  font-size: 1em !important;
  font-weight: bold;
}
.cost-book .price-table tr td .price .woocommerce-Price-currencySymbol,
.cost-book .price-table tr td .amount .woocommerce-Price-currencySymbol {
  margin-right: 5px;
}
.cost-book .price-table tr td .add_to_cart_inline {
  margin-bottom: 0;
}
.cost-book .price-table tr td .add_to_cart_inline .woocommerce-Price-amount {
  display: none;
}
.cost-book .price-table form.cart {
  margin-bottom: 0px !important;
}
.cost-book .price-table .quantity {
  margin-top: 0px !important;
}
.cost-book .price-table input {
  width: 70px !important;
  margin-right: 15px !important;
}
.cost-book .price-table table {
  margin: 0px !important;
}
.cost-book .price-table table td {
  border: 0px !important;
  padding: 0px !important;
}

.cost-book-form {
  margin-right: 15px;
}
.rtl .cost-book-form {
  margin-right: 0;
  margin-left: 15px;
}

.single-non-bookable {
  padding-top: 30px;
  position: relative;
}
.single-non-bookable:before {
  content: "";
  width: 100%;
  height: 90px;
  position: absolute;
  left: 0;
  top: 0;
}

.map {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .trip-insight .insight-list {
    display: table;
    margin: 0 auto;
  }
  .tab-wrap .nav-tabs {
    display: block;
  }
  .tab-wrap .nav-tabs li {
    display: block;
    width: 100%;
    margin: 0 0 5px;
  }
  .tab-wrap .nav-tabs li a {
    display: block;
  }
  .paper-effect {
    padding: 15px;
  }
  ul.trip-overview {
    padding: 0;
    margin: 0 -15px;
  }
  ul.trip-overview li {
    padding: 15px;
    width: 100%;
  }
  ul.trip-overview li:last-child {
    border-bottom: 0px;
  }
}
/**********/
/*---------- 2.33 Woocommerce ----------*/
.posted_in {
  margin-right: 15px;
}

/*accordion start*/
.woocommerce .mold-body div.product .woocommerce-tabs {
  margin-bottom: 60px;
}
.woocommerce .mold-body div.product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0px;
  width: 100%;
  display: -webkit-flex; /* NEW */
  display: flex;
  -webkit-flex-wrap: wrap; /* NEW */
  flex-wrap: wrap;
}
.woocommerce .mold-body div.product .woocommerce-tabs ul.tabs:before, .woocommerce .mold-body div.product .woocommerce-tabs ul.tabs:after {
  display: none;
}
.woocommerce .mold-body div.product .woocommerce-tabs ul.tabs li {
  padding: 0px;
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  text-align: center;
  position: relative;
  border-radius: 0px 0px 0px 0px;
}
.woocommerce .mold-body div.product .woocommerce-tabs ul.tabs li:before, .woocommerce .mold-body div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce .mold-body div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 10px;
  margin: 0;
  border: 0;
  background: transparent;
  color: rgb(59.16, 59.16, 59.16);
  font-size: 1.2em;
  border-radius: 0px 0px 0px 0px;
}
.woocommerce .mold-body div.product .woocommerce-tabs ul.tabs li:first-child {
  margin-left: 0;
}
.woocommerce .mold-body div.product .woocommerce-tabs ul.tabs li:last-child {
  margin-right: 0;
}
.woocommerce .mold-body div.product .woocommerce-tabs ul.tabs li.active {
  border: 0px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  border: 0;
  padding: 30px;
  position: relative;
  background: transparent;
}

/*accordion ends*/
.mold-book-date {
  margin-bottom: 1rem;
}
.mold-book-date .form-control {
  max-width: 50%;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  text-decoration: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-size: 1.8em;
  color: rgb(59.16, 59.16, 59.16);
  margin-bottom: 10px;
  display: inline-block;
}

.woocommerce div.product form.cart .quantity-wrap {
  position: relative;
  margin-bottom: 15px;
}
.woocommerce div.product form.cart .quantity-control {
  grid-column: auto;
}
.woocommerce div.product form.cart .plus, .woocommerce div.product form.cart .minus {
  background: rgb(73.44, 73.44, 73.44);
  border: 1px solid rgb(59.16, 59.16, 59.16);
  font-size: 18px;
  height: 100%;
  aspect-ratio: 1/1;
  width: auto;
  color: #fff;
}
.woocommerce div.product form.cart .plus:hover, .woocommerce div.product form.cart .minus:hover {
  background: rgb(59.16, 59.16, 59.16);
}
.woocommerce div.product form.cart .quantity {
  margin: 0 0 10px;
  float: none;
}
.woocommerce div.product form.cart .quantity .input-text {
  max-width: 200px;
  padding: 8px 12px;
}
.woocommerce div.product form.cart .single_add_to_cart_button {
  grid-column: 3/4;
}

.product_meta, .woocommerce div.product p.stock {
  margin-bottom: 0px;
}

/*widget*/
.widget_product_search .woocommerce-product-search {
  position: relative;
  min-height: 34px;
}
.widget_product_search .search-field {
  width: calc(100% - 20px);
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: rgb(59.16, 59.16, 59.16);
  border: 1px solid rgb(158.61, 158.61, 158.61);
  box-shadow: none;
  position: absolute;
}
.widget_product_search [type=submit] {
  float: right;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  text-transform: uppercase;
  border: 0;
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
  position: relative;
  z-index: 9;
}

.woocommerce-cart-form__cart-item .product-name p {
  margin-bottom: 0px;
}

/* shoppage, archive and feature product */
.woocommerce[class*=columns-] .products .single-item, .woocommerce[class*=columns-] .products .product-category {
  width: 24%;
  margin: 15px 0.5%;
  float: left;
}
.woocommerce.columns-1 .products .single-item, .woocommerce.columns-1 .products .product-category {
  width: 100%;
  margin-right: 0;
  float: left;
}
.woocommerce.columns-2 .products .single-item, .woocommerce.columns-2 .products .product-category {
  width: 48%;
  margin: 15px 1%;
  float: left;
}
.woocommerce.columns-3 .products .single-item, .woocommerce.columns-3 .products .product-category, .woocommerce.related .products .single-item, .woocommerce.related .products .product-category {
  width: 30.75%;
  margin: 15px 1.25%;
  float: left;
}
.woocommerce.columns-4 .products .single-item, .woocommerce.columns-4 .products .product-category {
  width: 24%;
  margin: 15px 0.5%;
  float: left;
}

@media screen and (max-width: 1100px) {
  .woocommerce[class*=columns-] .products .single-item, .woocommerce[class*=columns-] .products .product-category, .woocommerce.related .products .single-item, .woocommerce.related .products .product-category {
    width: 48%;
    margin: 15px 1%;
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 15px;
  }
  .woocommerce[class*=columns-] .products .single-item, .woocommerce[class*=columns-] .products .product-category, .woocommerce.related .products .single-item, .woocommerce.related .products .product-category {
    width: 100%;
    margin: 0 0 30px 0;
    float: none;
  }
}
/*my-account page*/
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  line-height: 30px;
  height: 30px;
}
.woocommerce-MyAccount-navigation ul li .fa {
  font-size: 16px;
  width: 34px;
  text-align: center;
}

/*used in itinerary*/
.itinerary-wrap {
  padding-top: 15px;
}

.itinerary-steps {
  position: relative;
  min-height: 70px;
  display: grid;
  grid-template-columns: 80px auto;
}
.itinerary-steps:after {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background: rgb(144.84, 144.84, 144.84);
  position: absolute;
  top: 50%;
  left: 28px;
  z-index: 0;
}
.itinerary-steps:last-child:after {
  display: none;
}
.itinerary-steps .step-index {
  display: flex;
  align-items: center;
  gap: 5px;
}
.itinerary-steps .step-index [class^=icon-], .itinerary-steps .step-index .fa, .itinerary-steps .step-index .glyphicon, .itinerary-steps .step-index .no-icon {
  height: 60px;
  width: 60px;
  line-height: 56px;
  text-align: center;
  display: inline-block;
  border-radius: 60px;
  border: 1px solid rgb(144.84, 144.84, 144.84);
  font-size: 30px;
  z-index: 1;
  position: relative;
  background: #fff;
}
.itinerary-steps .step-index .no-icon {
  width: 0px;
  height: 100%;
  top: 0;
  background: rgb(144.84, 144.84, 144.84);
  border-radius: 0;
  margin-left: 28px;
  margin-right: 34px;
}
.itinerary-steps .step-index [class^=icon-none] {
  background: transparent !important;
  border-color: transparent !important;
}
.itinerary-steps .step-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
}
.itinerary-steps .step-content .day-number {
  padding: 3px 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: inline-block;
  font-size: 0.8rem;
  margin-bottom: 10px;
}
.itinerary-steps .step-content .title {
  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.itinerary-steps .step-content .detail p {
  margin: 0;
}

/*cart-page*/
@media screen and (max-width: 768px) {
  .border-left,
  .border-right {
    border: none;
    padding: 0;
    margin: 0;
  }
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 15px;
  }
  .variation-Date {
    margin: 0px;
  }
  .woocommerce .cart input.button[name=update_cart] {
    margin-top: 10px;
    float: left;
  }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    float: left;
  }
}
/*woocommerce ends*/
/*---------- 4.28 Image Gallery ----------*/
.mold-tour-gallery {
  width: 100%;
}
.mold-tour-gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

/*---------- 3.7 Grade/Location Archive Page ----------*/
/*---------- 2.28 Search Bar ----------*/
.search-bar {
  text-align: left;
  min-height: 100px;
  padding: 20px 30px 10px;
  z-index: 9;
  position: relative;
  display: table;
  width: 100%;
}
.search-bar > div {
  display: table-cell;
  padding-right: 20px;
  vertical-align: top;
}
.search-bar > div:last-child {
  padding-right: 0px;
}
.rtl .search-bar > div {
  padding-right: 0px;
  padding-left: 20px;
}
.search-bar.container {
  margin-top: -130px;
}
.search-bar .text-wrap {
  text-align: right;
  margin-top: 22px;
}
.search-bar .text-wrap h1, .search-bar .text-wrap h2, .search-bar .text-wrap h3, .search-bar .text-wrap h4, .search-bar .text-wrap h5, .search-bar .text-wrap h6 {
  margin: 0;
}
.search-bar .form-group {
  margin-top: 10px;
}
.search-bar .price-range {
  min-width: 200px;
}
.search-bar .price-range .slider-bar {
  margin-top: 25px;
}
.search-bar label {
  font-weight: normal;
  font-size: 0.9rem;
  opacity: 0.6;
}
.search-bar .form-control {
  width: 100%;
}
.search-bar .btn-search {
  margin: 23px 0 20px;
}
.search-bar #amount {
  text-align: right;
  margin-top: -25px;
  margin-bottom: 5px;
  float: right;
  font-size: 0.8em;
}
.search-bar .ui-slider {
  margin-top: 10px;
}

.boxed + .search-bar {
  margin-bottom: 0px;
}
.boxed + .search-bar.container {
  margin-top: -100px;
}

.widget_search .input-group {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .search-bar {
    margin-top: 0;
    display: block;
  }
  .search-bar.container {
    margin-top: 0;
  }
  .search-bar > div {
    display: block;
  }
  .search-bar .text-wrap {
    text-align: left;
    border-right: 0;
    float: none;
  }
  .search-bar .btn-search {
    margin: 10px 0 30px;
  }
}
/*---------- 2.33 location Carousel ----------*/
.location-carousel {
  margin-bottom: 30px;
}
.location-carousel [class^=col-] .location-item {
  margin-bottom: 30px !important;
}
.location-carousel .location-item {
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.location-carousel .location-item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
}
.location-carousel .location-item:after {
  content: "\f119";
  display: inline-block;
  font-family: "iconfont";
  font-size: 0px;
  text-align: center;
  width: 0;
  height: 0;
  line-height: 0;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.location-carousel .location-item:hover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  opacity: 1;
  z-index: 9;
}
.location-carousel .location-item:hover:after {
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.location-carousel .location-item.show-map .location-map {
  display: block;
}
.location-carousel .location-item.show-map .location-term {
  margin-top: 0px;
}
.location-carousel .location-map {
  display: none;
  height: 60px;
  width: 80px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.location-carousel .location-term {
  width: 100%;
  min-height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 2em;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.location-carousel .owl-controls {
  margin-top: -60px;
}
.location-carousel .owl-controls .owl-nav {
  position: relative;
  height: 60px;
}
.location-carousel .owl-controls .owl-prev,
.location-carousel .owl-controls .owl-next {
  height: 60px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  position: absolute;
}
.location-carousel .owl-controls .owl-prev {
  top: 0px;
  left: 0px;
}
.location-carousel .owl-controls .owl-next {
  top: 0px;
  right: 0px;
}

.wpcf7-form input[type=submit],
.wpcf7-form input[type=button] {
  font-size: 1rem;
  font-weight: bold;
  padding: 15px 30px;
  border: 0px;
  border-radius: 10px;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary-contrast);
}

.form-control, .form-textarea, .form-select,
.wpcf7-form-control:not([type=submit]):not([type=button]) {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus, .form-textarea:focus, .form-select:focus,
.wpcf7-form-control:not([type=submit]):not([type=button]):focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}
.form-control:disabled, .form-textarea:disabled, .form-select:disabled,
.wpcf7-form-control:not([type=submit]):not([type=button]):disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::placeholder, .form-textarea::placeholder, .form-select::placeholder,
.wpcf7-form-control:not([type=submit]):not([type=button])::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 12px;
  padding-right: 40px;
}
.form-select:focus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
}

.form-textarea {
  min-height: 80px;
  resize: vertical;
}

.form-check {
  display: block;
  min-height: 24px;
  padding-left: 24px;
  margin-bottom: 8px;
}
.form-check .form-check-input {
  position: absolute;
  margin-left: -24px;
  margin-top: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid #ced4da;
  background-color: #fff;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-check .form-check-input:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}
.form-check .form-check-input:checked {
  background-color: #007bff;
  border-color: #007bff;
}
.form-check .form-check-input:disabled {
  background-color: #e9ecef;
  border-color: #ced4da;
  opacity: 0.5;
}
.form-check .form-check-label {
  color: #495057;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
}

.form-check-input[type=checkbox] {
  border-radius: 4px;
}
.form-check-input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input[type=radio]:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 8px;
}

.price-table {
  width: 100%;
}
.price-table .mold-variable-product-meta {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px dashed #ddd;
}
.price-table tr td:first-child {
  padding-left: 60px;
  position: relative;
}
.price-table tr td:first-child .onsale {
  position: absolute;
  left: 5px;
  top: 2px;
}

.supported-by {
  text-align: center;
}
.supported-by .supported-list {
  list-style: none;
  padding: 0px;
  display: table;
  margin: 30px auto 0;
  text-align: center;
}
.supported-by .supported-list li {
  display: inline-block;
  margin: 10px 10px 30px;
  text-align: center;
}
.supported-by .supported-list li a {
  text-decoration: none;
  display: inline-block;
}
.supported-by .supported-list.no-carousel li {
  margin: 10px 30px 30px;
}

.cart-wrap {
  display: flex;
}
.cart-wrap > div {
  flex: 1;
}

/*cost and book*/
.list-tick ul, .list-cross ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.list-tick ul li, .list-cross ul li {
  margin-bottom: 5px;
  display: block;
  clear: both;
  min-height: 30px;
  position: relative;
  padding-left: 30px;
}
.list-tick ul li:before, .list-cross ul li:before {
  font-family: "iconfont";
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -3px;
  opacity: 0.6;
}
.rtl .list-tick ul li:before, .rtl .list-cross ul li:before {
  float: right;
  margin-left: 5px;
}

.list-tick li:before {
  content: "\f212";
}

.list-cross li:before {
  content: "\f14d";
}

@media screen and (max-width: 1000px) {
  .cart-wrap {
    display: block;
  }
}
.layout-aside {
  display: flex;
  gap: 30px;
}
.layout-aside .aside-wrap {
  flex: 0 0 300px;
}
.layout-aside .content-wrap {
  flex: 1;
}
.layout-aside .content-wrap > p:first-child {
  margin-top: 0;
}
/*# sourceMappingURL=tour-core.css.map */
