.price-table {
  width: 100%;
}
.price-table .deasil-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-wrap > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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;
  }
}
/*---------- 4.2 Owlcarousel ----------*/
.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;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Owl Carousel - Auto Height Plugin */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* Core Owl Carousel CSS File */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.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;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.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-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;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* Owl Carousel - Lazy Load Plugin*/
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
/* Owl Carousel - Video Plugin */
.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('../img/owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: cale(1.3, 1.3);
  transition: cale(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;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.step-module,
.time-module {
  visibility: hidden;
}
.steps .step-module:nth-child(1) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.timeline .time-module:nth-child(1) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.steps .step-module:nth-child(2) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.timeline .time-module:nth-child(2) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.steps .step-module:nth-child(3) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.timeline .time-module:nth-child(3) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.steps .step-module:nth-child(4) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.timeline .time-module:nth-child(4) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.steps .step-module:nth-child(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.timeline .time-module:nth-child(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.steps .step-module:nth-child(6) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.timeline .time-module:nth-child(6) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.steps .step-module:nth-child(7) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.timeline .time-module:nth-child(7) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.steps .step-module:nth-child(8) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.timeline .time-module:nth-child(8) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.steps .step-module:nth-child(9) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
.timeline .time-module:nth-child(9) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
.steps .step-module:nth-child(10) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.timeline .time-module:nth-child(10) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.steps .step-module:nth-child(11) {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}
.timeline .time-module:nth-child(11) {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}
.steps .step-module:nth-child(12) {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
.timeline .time-module:nth-child(12) {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
.steps .step-module:nth-child(13) {
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s;
}
.timeline .time-module:nth-child(13) {
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s;
}
.steps .step-module:nth-child(14) {
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s;
}
.timeline .time-module:nth-child(14) {
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s;
}
.steps .step-module:nth-child(15) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.timeline .time-module:nth-child(15) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.steps .step-module:nth-child(16) {
  -webkit-animation-delay: 6.4s;
          animation-delay: 6.4s;
}
.timeline .time-module:nth-child(16) {
  -webkit-animation-delay: 6.4s;
          animation-delay: 6.4s;
}
.steps .step-module:nth-child(17) {
  -webkit-animation-delay: 6.8s;
          animation-delay: 6.8s;
}
.timeline .time-module:nth-child(17) {
  -webkit-animation-delay: 6.8s;
          animation-delay: 6.8s;
}
.steps .step-module:nth-child(18) {
  -webkit-animation-delay: 7.2s;
          animation-delay: 7.2s;
}
.timeline .time-module:nth-child(18) {
  -webkit-animation-delay: 7.2s;
          animation-delay: 7.2s;
}
.steps .step-module:nth-child(19) {
  -webkit-animation-delay: 7.6s;
          animation-delay: 7.6s;
}
.timeline .time-module:nth-child(19) {
  -webkit-animation-delay: 7.6s;
          animation-delay: 7.6s;
}
.steps .step-module:nth-child(20) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.timeline .time-module:nth-child(20) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.steps .step-module:nth-child(21) {
  -webkit-animation-delay: 8.4s;
          animation-delay: 8.4s;
}
.timeline .time-module:nth-child(21) {
  -webkit-animation-delay: 8.4s;
          animation-delay: 8.4s;
}
.steps .step-module:nth-child(22) {
  -webkit-animation-delay: 8.8s;
          animation-delay: 8.8s;
}
.timeline .time-module:nth-child(22) {
  -webkit-animation-delay: 8.8s;
          animation-delay: 8.8s;
}
.steps .step-module:nth-child(23) {
  -webkit-animation-delay: 9.2s;
          animation-delay: 9.2s;
}
.timeline .time-module:nth-child(23) {
  -webkit-animation-delay: 9.2s;
          animation-delay: 9.2s;
}
.steps .step-module:nth-child(24) {
  -webkit-animation-delay: 9.6s;
          animation-delay: 9.6s;
}
.timeline .time-module:nth-child(24) {
  -webkit-animation-delay: 9.6s;
          animation-delay: 9.6s;
}
.steps .step-module:nth-child(25) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.timeline .time-module:nth-child(25) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.steps .step-module:nth-child(26) {
  -webkit-animation-delay: 10.4s;
          animation-delay: 10.4s;
}
.timeline .time-module:nth-child(26) {
  -webkit-animation-delay: 10.4s;
          animation-delay: 10.4s;
}
.steps .step-module:nth-child(27) {
  -webkit-animation-delay: 10.8s;
          animation-delay: 10.8s;
}
.timeline .time-module:nth-child(27) {
  -webkit-animation-delay: 10.8s;
          animation-delay: 10.8s;
}
.steps .step-module:nth-child(28) {
  -webkit-animation-delay: 11.2s;
          animation-delay: 11.2s;
}
.timeline .time-module:nth-child(28) {
  -webkit-animation-delay: 11.2s;
          animation-delay: 11.2s;
}
.steps .step-module:nth-child(29) {
  -webkit-animation-delay: 11.6s;
          animation-delay: 11.6s;
}
.timeline .time-module:nth-child(29) {
  -webkit-animation-delay: 11.6s;
          animation-delay: 11.6s;
}
.steps .step-module:nth-child(30) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.timeline .time-module:nth-child(30) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.steps .step-module:nth-child(31) {
  -webkit-animation-delay: 12.4s;
          animation-delay: 12.4s;
}
.timeline .time-module:nth-child(31) {
  -webkit-animation-delay: 12.4s;
          animation-delay: 12.4s;
}
.steps .step-module:nth-child(32) {
  -webkit-animation-delay: 12.8s;
          animation-delay: 12.8s;
}
.timeline .time-module:nth-child(32) {
  -webkit-animation-delay: 12.8s;
          animation-delay: 12.8s;
}
.steps .step-module:nth-child(33) {
  -webkit-animation-delay: 13.2s;
          animation-delay: 13.2s;
}
.timeline .time-module:nth-child(33) {
  -webkit-animation-delay: 13.2s;
          animation-delay: 13.2s;
}
.steps .step-module:nth-child(34) {
  -webkit-animation-delay: 13.6s;
          animation-delay: 13.6s;
}
.timeline .time-module:nth-child(34) {
  -webkit-animation-delay: 13.6s;
          animation-delay: 13.6s;
}
.steps .step-module:nth-child(35) {
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}
.timeline .time-module:nth-child(35) {
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}
.steps .step-module:nth-child(36) {
  -webkit-animation-delay: 14.4s;
          animation-delay: 14.4s;
}
.timeline .time-module:nth-child(36) {
  -webkit-animation-delay: 14.4s;
          animation-delay: 14.4s;
}
.steps .step-module:nth-child(37) {
  -webkit-animation-delay: 14.8s;
          animation-delay: 14.8s;
}
.timeline .time-module:nth-child(37) {
  -webkit-animation-delay: 14.8s;
          animation-delay: 14.8s;
}
.steps .step-module:nth-child(38) {
  -webkit-animation-delay: 15.2s;
          animation-delay: 15.2s;
}
.timeline .time-module:nth-child(38) {
  -webkit-animation-delay: 15.2s;
          animation-delay: 15.2s;
}
.steps .step-module:nth-child(39) {
  -webkit-animation-delay: 15.6s;
          animation-delay: 15.6s;
}
.timeline .time-module:nth-child(39) {
  -webkit-animation-delay: 15.6s;
          animation-delay: 15.6s;
}
.steps .step-module:nth-child(40) {
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}
.timeline .time-module:nth-child(40) {
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}
.steps .step-module:nth-child(41) {
  -webkit-animation-delay: 16.4s;
          animation-delay: 16.4s;
}
.timeline .time-module:nth-child(41) {
  -webkit-animation-delay: 16.4s;
          animation-delay: 16.4s;
}
.steps .step-module:nth-child(42) {
  -webkit-animation-delay: 16.8s;
          animation-delay: 16.8s;
}
.timeline .time-module:nth-child(42) {
  -webkit-animation-delay: 16.8s;
          animation-delay: 16.8s;
}
.steps .step-module:nth-child(43) {
  -webkit-animation-delay: 17.2s;
          animation-delay: 17.2s;
}
.timeline .time-module:nth-child(43) {
  -webkit-animation-delay: 17.2s;
          animation-delay: 17.2s;
}
.steps .step-module:nth-child(44) {
  -webkit-animation-delay: 17.6s;
          animation-delay: 17.6s;
}
.timeline .time-module:nth-child(44) {
  -webkit-animation-delay: 17.6s;
          animation-delay: 17.6s;
}
.steps .step-module:nth-child(45) {
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}
.timeline .time-module:nth-child(45) {
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}
.steps .step-module:nth-child(46) {
  -webkit-animation-delay: 18.4s;
          animation-delay: 18.4s;
}
.timeline .time-module:nth-child(46) {
  -webkit-animation-delay: 18.4s;
          animation-delay: 18.4s;
}
.steps .step-module:nth-child(47) {
  -webkit-animation-delay: 18.8s;
          animation-delay: 18.8s;
}
.timeline .time-module:nth-child(47) {
  -webkit-animation-delay: 18.8s;
          animation-delay: 18.8s;
}
.steps .step-module:nth-child(48) {
  -webkit-animation-delay: 19.2s;
          animation-delay: 19.2s;
}
.timeline .time-module:nth-child(48) {
  -webkit-animation-delay: 19.2s;
          animation-delay: 19.2s;
}
.steps .step-module:nth-child(49) {
  -webkit-animation-delay: 19.6s;
          animation-delay: 19.6s;
}
.timeline .time-module:nth-child(49) {
  -webkit-animation-delay: 19.6s;
          animation-delay: 19.6s;
}
.steps .step-module:nth-child(50) {
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
}
.timeline .time-module:nth-child(50) {
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
}
.steps .step-module:nth-child(51) {
  -webkit-animation-delay: 20.4s;
          animation-delay: 20.4s;
}
.timeline .time-module:nth-child(51) {
  -webkit-animation-delay: 20.4s;
          animation-delay: 20.4s;
}
.steps .step-module:nth-child(52) {
  -webkit-animation-delay: 20.8s;
          animation-delay: 20.8s;
}
.timeline .time-module:nth-child(52) {
  -webkit-animation-delay: 20.8s;
          animation-delay: 20.8s;
}
.steps .step-module:nth-child(53) {
  -webkit-animation-delay: 21.2s;
          animation-delay: 21.2s;
}
.timeline .time-module:nth-child(53) {
  -webkit-animation-delay: 21.2s;
          animation-delay: 21.2s;
}
.steps .step-module:nth-child(54) {
  -webkit-animation-delay: 21.6s;
          animation-delay: 21.6s;
}
.timeline .time-module:nth-child(54) {
  -webkit-animation-delay: 21.6s;
          animation-delay: 21.6s;
}
.steps .step-module:nth-child(55) {
  -webkit-animation-delay: 22s;
          animation-delay: 22s;
}
.timeline .time-module:nth-child(55) {
  -webkit-animation-delay: 22s;
          animation-delay: 22s;
}
.steps .step-module:nth-child(56) {
  -webkit-animation-delay: 22.4s;
          animation-delay: 22.4s;
}
.timeline .time-module:nth-child(56) {
  -webkit-animation-delay: 22.4s;
          animation-delay: 22.4s;
}
.steps .step-module:nth-child(57) {
  -webkit-animation-delay: 22.8s;
          animation-delay: 22.8s;
}
.timeline .time-module:nth-child(57) {
  -webkit-animation-delay: 22.8s;
          animation-delay: 22.8s;
}
.steps .step-module:nth-child(58) {
  -webkit-animation-delay: 23.2s;
          animation-delay: 23.2s;
}
.timeline .time-module:nth-child(58) {
  -webkit-animation-delay: 23.2s;
          animation-delay: 23.2s;
}
.steps .step-module:nth-child(59) {
  -webkit-animation-delay: 23.6s;
          animation-delay: 23.6s;
}
.timeline .time-module:nth-child(59) {
  -webkit-animation-delay: 23.6s;
          animation-delay: 23.6s;
}
.steps .step-module:nth-child(60) {
  -webkit-animation-delay: 24s;
          animation-delay: 24s;
}
.timeline .time-module:nth-child(60) {
  -webkit-animation-delay: 24s;
          animation-delay: 24s;
}
.steps .step-module:nth-child(61) {
  -webkit-animation-delay: 24.4s;
          animation-delay: 24.4s;
}
.timeline .time-module:nth-child(61) {
  -webkit-animation-delay: 24.4s;
          animation-delay: 24.4s;
}
.steps .step-module:nth-child(62) {
  -webkit-animation-delay: 24.8s;
          animation-delay: 24.8s;
}
.timeline .time-module:nth-child(62) {
  -webkit-animation-delay: 24.8s;
          animation-delay: 24.8s;
}
.steps .step-module:nth-child(63) {
  -webkit-animation-delay: 25.2s;
          animation-delay: 25.2s;
}
.timeline .time-module:nth-child(63) {
  -webkit-animation-delay: 25.2s;
          animation-delay: 25.2s;
}
.steps .step-module:nth-child(64) {
  -webkit-animation-delay: 25.6s;
          animation-delay: 25.6s;
}
.timeline .time-module:nth-child(64) {
  -webkit-animation-delay: 25.6s;
          animation-delay: 25.6s;
}
.steps .step-module:nth-child(65) {
  -webkit-animation-delay: 26s;
          animation-delay: 26s;
}
.timeline .time-module:nth-child(65) {
  -webkit-animation-delay: 26s;
          animation-delay: 26s;
}
.steps .step-module:nth-child(66) {
  -webkit-animation-delay: 26.4s;
          animation-delay: 26.4s;
}
.timeline .time-module:nth-child(66) {
  -webkit-animation-delay: 26.4s;
          animation-delay: 26.4s;
}
.steps .step-module:nth-child(67) {
  -webkit-animation-delay: 26.8s;
          animation-delay: 26.8s;
}
.timeline .time-module:nth-child(67) {
  -webkit-animation-delay: 26.8s;
          animation-delay: 26.8s;
}
.steps .step-module:nth-child(68) {
  -webkit-animation-delay: 27.2s;
          animation-delay: 27.2s;
}
.timeline .time-module:nth-child(68) {
  -webkit-animation-delay: 27.2s;
          animation-delay: 27.2s;
}
.steps .step-module:nth-child(69) {
  -webkit-animation-delay: 27.6s;
          animation-delay: 27.6s;
}
.timeline .time-module:nth-child(69) {
  -webkit-animation-delay: 27.6s;
          animation-delay: 27.6s;
}
.steps .step-module:nth-child(70) {
  -webkit-animation-delay: 28s;
          animation-delay: 28s;
}
.timeline .time-module:nth-child(70) {
  -webkit-animation-delay: 28s;
          animation-delay: 28s;
}
.steps .step-module:nth-child(71) {
  -webkit-animation-delay: 28.4s;
          animation-delay: 28.4s;
}
.timeline .time-module:nth-child(71) {
  -webkit-animation-delay: 28.4s;
          animation-delay: 28.4s;
}
.steps .step-module:nth-child(72) {
  -webkit-animation-delay: 28.8s;
          animation-delay: 28.8s;
}
.timeline .time-module:nth-child(72) {
  -webkit-animation-delay: 28.8s;
          animation-delay: 28.8s;
}
.steps .step-module:nth-child(73) {
  -webkit-animation-delay: 29.2s;
          animation-delay: 29.2s;
}
.timeline .time-module:nth-child(73) {
  -webkit-animation-delay: 29.2s;
          animation-delay: 29.2s;
}
.steps .step-module:nth-child(74) {
  -webkit-animation-delay: 29.6s;
          animation-delay: 29.6s;
}
.timeline .time-module:nth-child(74) {
  -webkit-animation-delay: 29.6s;
          animation-delay: 29.6s;
}
.steps .step-module:nth-child(75) {
  -webkit-animation-delay: 30s;
          animation-delay: 30s;
}
.timeline .time-module:nth-child(75) {
  -webkit-animation-delay: 30s;
          animation-delay: 30s;
}
.steps .step-module:nth-child(76) {
  -webkit-animation-delay: 30.4s;
          animation-delay: 30.4s;
}
.timeline .time-module:nth-child(76) {
  -webkit-animation-delay: 30.4s;
          animation-delay: 30.4s;
}
.steps .step-module:nth-child(77) {
  -webkit-animation-delay: 30.8s;
          animation-delay: 30.8s;
}
.timeline .time-module:nth-child(77) {
  -webkit-animation-delay: 30.8s;
          animation-delay: 30.8s;
}
.steps .step-module:nth-child(78) {
  -webkit-animation-delay: 31.2s;
          animation-delay: 31.2s;
}
.timeline .time-module:nth-child(78) {
  -webkit-animation-delay: 31.2s;
          animation-delay: 31.2s;
}
.steps .step-module:nth-child(79) {
  -webkit-animation-delay: 31.6s;
          animation-delay: 31.6s;
}
.timeline .time-module:nth-child(79) {
  -webkit-animation-delay: 31.6s;
          animation-delay: 31.6s;
}
.steps .step-module:nth-child(80) {
  -webkit-animation-delay: 32s;
          animation-delay: 32s;
}
.timeline .time-module:nth-child(80) {
  -webkit-animation-delay: 32s;
          animation-delay: 32s;
}
.steps .step-module:nth-child(81) {
  -webkit-animation-delay: 32.4s;
          animation-delay: 32.4s;
}
.timeline .time-module:nth-child(81) {
  -webkit-animation-delay: 32.4s;
          animation-delay: 32.4s;
}
.steps .step-module:nth-child(82) {
  -webkit-animation-delay: 32.8s;
          animation-delay: 32.8s;
}
.timeline .time-module:nth-child(82) {
  -webkit-animation-delay: 32.8s;
          animation-delay: 32.8s;
}
.steps .step-module:nth-child(83) {
  -webkit-animation-delay: 33.2s;
          animation-delay: 33.2s;
}
.timeline .time-module:nth-child(83) {
  -webkit-animation-delay: 33.2s;
          animation-delay: 33.2s;
}
.steps .step-module:nth-child(84) {
  -webkit-animation-delay: 33.6s;
          animation-delay: 33.6s;
}
.timeline .time-module:nth-child(84) {
  -webkit-animation-delay: 33.6s;
          animation-delay: 33.6s;
}
.steps .step-module:nth-child(85) {
  -webkit-animation-delay: 34s;
          animation-delay: 34s;
}
.timeline .time-module:nth-child(85) {
  -webkit-animation-delay: 34s;
          animation-delay: 34s;
}
.steps .step-module:nth-child(86) {
  -webkit-animation-delay: 34.4s;
          animation-delay: 34.4s;
}
.timeline .time-module:nth-child(86) {
  -webkit-animation-delay: 34.4s;
          animation-delay: 34.4s;
}
.steps .step-module:nth-child(87) {
  -webkit-animation-delay: 34.8s;
          animation-delay: 34.8s;
}
.timeline .time-module:nth-child(87) {
  -webkit-animation-delay: 34.8s;
          animation-delay: 34.8s;
}
.steps .step-module:nth-child(88) {
  -webkit-animation-delay: 35.2s;
          animation-delay: 35.2s;
}
.timeline .time-module:nth-child(88) {
  -webkit-animation-delay: 35.2s;
          animation-delay: 35.2s;
}
.steps .step-module:nth-child(89) {
  -webkit-animation-delay: 35.6s;
          animation-delay: 35.6s;
}
.timeline .time-module:nth-child(89) {
  -webkit-animation-delay: 35.6s;
          animation-delay: 35.6s;
}
.steps .step-module:nth-child(90) {
  -webkit-animation-delay: 36s;
          animation-delay: 36s;
}
.timeline .time-module:nth-child(90) {
  -webkit-animation-delay: 36s;
          animation-delay: 36s;
}
.steps .step-module:nth-child(91) {
  -webkit-animation-delay: 36.4s;
          animation-delay: 36.4s;
}
.timeline .time-module:nth-child(91) {
  -webkit-animation-delay: 36.4s;
          animation-delay: 36.4s;
}
.steps .step-module:nth-child(92) {
  -webkit-animation-delay: 36.8s;
          animation-delay: 36.8s;
}
.timeline .time-module:nth-child(92) {
  -webkit-animation-delay: 36.8s;
          animation-delay: 36.8s;
}
.steps .step-module:nth-child(93) {
  -webkit-animation-delay: 37.2s;
          animation-delay: 37.2s;
}
.timeline .time-module:nth-child(93) {
  -webkit-animation-delay: 37.2s;
          animation-delay: 37.2s;
}
.steps .step-module:nth-child(94) {
  -webkit-animation-delay: 37.6s;
          animation-delay: 37.6s;
}
.timeline .time-module:nth-child(94) {
  -webkit-animation-delay: 37.6s;
          animation-delay: 37.6s;
}
.steps .step-module:nth-child(95) {
  -webkit-animation-delay: 38s;
          animation-delay: 38s;
}
.timeline .time-module:nth-child(95) {
  -webkit-animation-delay: 38s;
          animation-delay: 38s;
}
.steps .step-module:nth-child(96) {
  -webkit-animation-delay: 38.4s;
          animation-delay: 38.4s;
}
.timeline .time-module:nth-child(96) {
  -webkit-animation-delay: 38.4s;
          animation-delay: 38.4s;
}
.steps .step-module:nth-child(97) {
  -webkit-animation-delay: 38.8s;
          animation-delay: 38.8s;
}
.timeline .time-module:nth-child(97) {
  -webkit-animation-delay: 38.8s;
          animation-delay: 38.8s;
}
.steps .step-module:nth-child(98) {
  -webkit-animation-delay: 39.2s;
          animation-delay: 39.2s;
}
.timeline .time-module:nth-child(98) {
  -webkit-animation-delay: 39.2s;
          animation-delay: 39.2s;
}
.steps .step-module:nth-child(99) {
  -webkit-animation-delay: 39.6s;
          animation-delay: 39.6s;
}
.timeline .time-module:nth-child(99) {
  -webkit-animation-delay: 39.6s;
          animation-delay: 39.6s;
}
.steps .step-module:nth-child(100) {
  -webkit-animation-delay: 40s;
          animation-delay: 40s;
}
.timeline .time-module:nth-child(100) {
  -webkit-animation-delay: 40s;
          animation-delay: 40s;
}
/*---------- Waypoint ----------*/
.animated {
  visibility: hidden;
}
/*animation based on https://daneden.github.io/animate.css/*/
.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 .deasil-body ul.products {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-gap: 0;
}
.woocommerce .deasil-body ul.products:before {
  display: none !important;
}
.woocommerce .deasil-body ul.products .single-item,
.woocommerce .deasil-body ul.products .product-category {
  margin: 10px;
}
.woocommerce .deasil-body ul.products.columns-1 {
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}
.woocommerce .deasil-body ul.products.columns-2 {
  grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
}
.woocommerce .deasil-body ul.products.columns-3 {
  grid-template-columns: repeat(auto-fill, minmax(30.75%, 1fr));
}
.woocommerce .deasil-body ul.products.columns-4 {
  grid-template-columns: repeat(auto-fill, minmax(24%, 1fr));
}
.woocommerce .deasil-body ul.products .single-item {
  width: calc(100% - 20px) !important;
}
.woocommerce .deasil-body .is-list ul.products {
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}
@media screen and (min-width: 768px) {
  .woocommerce .deasil-body ul.products {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 1100px) {
  .woocommerce .deasil-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;
  }
  .deasil-body ul.products[class*="columns-"] {
    display: block;
  }
  .deasil-body ul.products[class*="columns-"] li.single-item.product {
    width: 100% !important;
    float: none !important;
  }
  .deasil-body ul.products .single-item,
  .deasil-body ul.products .product-category {
    width: 100%;
    margin: 0 0 30px 0;
    float: none;
  }
}
.price del {
  color: #797979;
}
.deasil-body .single-item {
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.deasil-body .single-item .item-img {
  height: 200px;
  width: 100%;
  background-color: #cfcfcf;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border-radius: 0px 0px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.deasil-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;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.deasil-body .single-item .item-img .item-overlay .item-overlay-meta {
  margin-top: 75px;
}
.deasil-body .single-item .item-img .item-overlay .item-overlay-meta [class^="icon-"],
.deasil-body .single-item .item-img .item-overlay .item-overlay-meta .fa {
  display: inline-block;
  font-size: 0px;
  width: 0;
  height: 0;
  line-height: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.deasil-body .single-item .item-img .meta-cat {
  position: absolute;
  bottom: 15px;
  right: 10px;
}
.deasil-body .single-item .item-img .meta-cat a {
  padding: 4px 8px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.deasil-body .single-item .item-img .meta-rate {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.deasil-body .single-item .item-img:hover .item-overlay {
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.deasil-body .single-item .item-img:hover .item-overlay [class^="icon-"],
.deasil-body .single-item .item-img:hover .item-overlay .fa {
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.deasil-body .single-item .item-desc {
  min-height: 140px;
  color: #4b4b4b;
  padding: 20px 20px 15px;
}
.deasil-body .single-item .item-desc .item-title {
  margin-bottom: 0px;
  font-size: 1.3rem;
}
.deasil-body .single-item .item-desc .location {
  margin-bottom: 5px;
  font-size: 0.8em;
  color: #979797;
  display: block;
}
.deasil-body .single-item .item-desc .item-excerpt {
  font-size: 0.9em;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #5a5a5a;
}
.deasil-body .single-item .item-desc .item-detail {
  border-bottom: 1px solid rgba(230, 230, 230, 0.6);
  clear: both;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.deasil-body .single-item .item-desc .item-detail .left {
  width: 50%;
  float: left;
  text-align: left;
  vertical-align: middle;
}
.rtl .deasil-body .single-item .item-desc .item-detail .left {
  float: right;
  text-align: right;
}
.deasil-body .single-item .item-desc .item-detail .left [class^='icon-'],
.deasil-body .single-item .item-desc .item-detail .left .fa,
.deasil-body .single-item .item-desc .item-detail .left .glyphicon {
  font-size: 24px;
  vertical-align: middle;
  margin-right: 5px;
  color: #bbbbbb;
  width: 20px;
}
.deasil-body .single-item .item-desc .item-detail .left .overview-1 {
  margin-top: 15px;
}
.deasil-body .single-item .item-desc .item-detail .left .product-tag-list ul {
  margin-bottom: 0;
  font-style: italic;
}
.deasil-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;
}
.deasil-body .single-item .item-desc .item-detail .right {
  margin-left: 50%;
  font-size: 0.9rem;
  text-align: right;
}
.rtl .deasil-body .single-item .item-desc .item-detail .right {
  margin-left: 0;
  margin-right: 50%;
  text-align: left;
}
.deasil-body .single-item .item-desc .item-detail .right .btn,
.deasil-body .single-item .item-desc .item-detail .right .add_to_cart_button {
  margin: 0px;
}
.deasil-body .single-item .item-desc .item-info .item-title,
.deasil-body .single-item .item-desc .item-info .woocommerce-loop-product__title {
  margin-bottom: 2px;
  line-height: 1.2em;
}
.deasil-body .single-item .item-desc .item-info .item-difficulty {
  margin-top: 5px;
}
.deasil-body .single-item .item-desc .item-info .item-difficulty [class^='icon-'],
.deasil-body .single-item .item-desc .item-info .item-difficulty .fa,
.deasil-body .single-item .item-desc .item-info .item-difficulty .glyphicon {
  font-size: 40px;
  line-height: 30px;
}
.deasil-body .single-item .item-desc .item-info .grade {
  margin-bottom: 5px;
  font-size: 0.9rem;
  color: #979797;
  display: block;
}
.deasil-body .single-item .item-desc .price-wrap {
  margin-top: 10px;
  display: block;
}
.deasil-body .single-item .item-desc .price-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.deasil-body .single-item .item-desc .price-wrap .left {
  float: left;
}
.deasil-body .single-item .item-desc .price-wrap .right {
  float: right;
}
.deasil-body .single-item .item-desc .price-wrap .price {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}
.deasil-body .single-item .item-desc .price-wrap .price .currency {
  font-size: 0.9rem;
  font-style: italic;
}
.deasil-body .single-item .item-desc .price-wrap .price .woocommerce-Price-amount {
  line-height: 1;
}
.deasil-body .single-item .item-desc .price-wrap .price del .amount {
  font-size: 0.9em;
}
.deasil-body .single-item .item-desc .price-wrap .price ins {
  text-decoration: none;
}
.deasil-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: 0px 0 0 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.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: 767px) {
  .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 ----------*/
.deasil-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;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.deasil-body .onsale:before,
.deasil-body .onsale:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  z-index: -1;
}
.deasil-body .onsale:before {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.deasil-body .onsale:after {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.deasil-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: 'Montserrat', 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-right {
  margin-left: 15px;
  padding-left: 30px;
  border-left: 1px solid #e6e6e6;
}
.border-left {
  margin-right: 15px;
  padding-right: 30px;
  border-right: 1px solid #e6e6e6;
}
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: #797979;
}
.itinerary-side {
  margin-top: 15px;
  border: 1px solid #e6e6e6;
  padding: 15px;
}
.itinerary-side h1:first-child,
.itinerary-side h2:first-child,
.itinerary-side h3:first-child,
.itinerary-side h4:first-child,
.itinerary-side h5:first-child,
.itinerary-side h6:first-child {
  margin: -15px -15px 15px;
  padding: 15px;
  border-bottom: 1px solid #e6e6e6;
  text-transform: uppercase;
  color: #4b4b4b;
  letter-spacing: 2px;
}
.itinerary-side ul {
  margin: 0;
  padding: 0;
}
.itinerary-side ul li {
  list-style: square;
  list-style-position: inside;
}
/*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: #4b4b4b;
  float: left;
}
ul.clean-ul .desc {
  margin-left: 30px;
}
.cost-book .currency {
  font-style: italic;
  color: #a7a7a7;
  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 #e6e6e6;
}
.cost-book .price-table tr td {
  padding: 10px 15px;
  border: 1px solid #e6e6e6;
}
.cost-book .price-table tr td .currency {
  font-size: 0.9em;
  font-style: italic;
  color: #bbbbbb;
}
.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: 767px) {
  .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 .deasil-body div.product .woocommerce-tabs {
  margin-bottom: 60px;
}
.woocommerce .deasil-body div.product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0px;
  width: 100%;
  /* NEW */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* NEW */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce .deasil-body div.product .woocommerce-tabs ul.tabs:before,
.woocommerce .deasil-body div.product .woocommerce-tabs ul.tabs:after {
  display: none;
}
.woocommerce .deasil-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;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce .deasil-body div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce .deasil-body div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce .deasil-body div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 10px;
  margin: 0;
  border: 0;
  background: transparent;
  color: #4b4b4b;
  font-size: 1.2em;
  border-radius: 0px 0px 0px 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce .deasil-body div.product .woocommerce-tabs ul.tabs li:first-child {
  margin-left: 0;
}
.woocommerce .deasil-body div.product .woocommerce-tabs ul.tabs li:last-child {
  margin-right: 0;
}
.woocommerce .deasil-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*/
.simple-booking .deasil-book-date {
  width: 50%;
}
.simple-booking:after {
  content: '';
  display: block;
  clear: both;
}
.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: #4b4b4b;
  margin-bottom: 10px;
  display: inline-block;
}
.woocommerce div.product form.cart .quantity-wrap {
  position: relative;
  width: 50%;
}
.woocommerce div.product form.cart .plus,
.woocommerce div.product form.cart .minus {
  background: #5a5a5a;
  border: 1px solid #4b4b4b;
  font-size: 18px;
  height: 40px;
  line-height: 37px;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.woocommerce div.product form.cart .plus {
  right: 44px;
}
.woocommerce div.product form.cart .quantity {
  width: calc(100% - (40px*2) - 8px);
  margin: 0 0 10px;
  float: none;
}
.woocommerce div.product form.cart .quantity .input-text {
  width: 100%;
  padding-left: 10px;
  font-size: 1.2em;
}
.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: #4b4b4b;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: none;
  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.related .products .single-item,
.woocommerce.columns-3 .products .product-category,
.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.related .products .single-item,
  .woocommerce[class*="columns-"] .products .product-category,
  .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.related .products .single-item,
  .woocommerce[class*="columns-"] .products .product-category,
  .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 {
  padding-bottom: 10px;
  position: relative;
  min-height: 70px;
}
.itinerary-steps [class^='icon-'],
.itinerary-steps .fa,
.itinerary-steps .glyphicon,
.itinerary-steps .no-icon {
  height: 60px;
  width: 60px;
  line-height: 56px;
  text-align: center;
  display: inline-block;
  border-radius: 60px;
  border: 1px solid #cfcfcf;
  font-size: 30px;
  float: left;
  z-index: 1;
  position: relative;
}
.rtl .itinerary-steps [class^='icon-'],
.rtl .itinerary-steps .fa,
.rtl .itinerary-steps .glyphicon,
.rtl .itinerary-steps .no-icon {
  float: right;
}
.itinerary-steps .no-icon {
  width: 2px;
  background: #cfcfcf;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: 28px;
  margin-right: 23px;
}
.itinerary-steps .no-icon + .day-number {
  padding: 0px 10px 0 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.itinerary-steps [class^="icon-none"] {
  background: transparent !important;
  border-color: transparent !important;
}
.itinerary-steps .day-number {
  float: left;
  min-width: 70px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  font-weight: bold;
  margin: 15px 20px 0 -2px;
  padding: 0px 5px 0px 10px;
  font-size: 0.9em;
  border-radius: 0 20px 20px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
}
.itinerary-steps .day-number.blank {
  border: 1px solid transparent;
}
.rtl .itinerary-steps .day-number {
  float: right;
  margin: 12px -20px 0 20px;
  padding: 5px 24px 5px 5px;
}
.itinerary-steps .title,
.itinerary-steps .detail {
  margin-left: 140px;
}
.rtl .itinerary-steps .title,
.rtl .itinerary-steps .detail {
  margin-left: 0;
  margin-right: 140px;
}
.itinerary-steps .title {
  font-weight: bold;
  padding-top: 10px;
  margin-bottom: 5px;
}
.itinerary-steps:after {
  content: '';
  display: block;
  height: calc(100% - 60px);
  width: 2px;
  background: #cfcfcf;
  position: absolute;
  top: 60px;
  left: 28px;
  z-index: 0;
}
.rtl .itinerary-steps:after {
  left: auto;
  right: 28px;
}
.itinerary-steps:last-child:after {
  display: none;
}
/*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 ----------*/
#trip-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
#trip-gallery:before {
  display: none !important;
}
#trip-gallery .img-responsive {
  height: auto;
}
#trip-gallery .trip-gallery-item {
  width: 100% !important;
  display: block;
  position: relative;
  overflow: hidden;
}
#trip-gallery .trip-gallery-item img {
  width: 100%;
}
#trip-gallery .trip-gallery-item .hover-overlay {
  width: 100%;
  height: 100%;
  line-height: 100%;
  font-size: 0.9em;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0px;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#trip-gallery .trip-gallery-item .hover-overlay [class^="icon-"] {
  margin-top: -25px;
  display: inline-block;
  font-size: 0px;
  width: 0;
  height: 0;
  line-height: 0;
  position: relative;
  top: 50%;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#trip-gallery .trip-gallery-item:hover .hover-overlay {
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#trip-gallery .trip-gallery-item:hover .hover-overlay [class^="icon-"] {
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#trip-gallery .owl-nav {
  position: absolute;
  width: 100%;
  bottom: 15px;
}
#trip-gallery .owl-nav .owl-prev,
#trip-gallery .owl-nav .owl-next {
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 40px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
#trip-gallery .owl-nav .owl-prev {
  float: left;
  margin-left: 15px;
}
#trip-gallery .owl-nav .owl-next {
  float: right;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  #trip-gallery {
    display: block;
  }
  .trip-gallery .img-responsive {
    height: auto;
    width: 100%;
  }
  #trip-gallery .owl-item img {
    width: 100%;
  }
}
/*---------- 3.7 Grade/Location Archive Page ----------*/
.grade-icon {
  font-size: 130px;
  line-height: 50px;
  display: table;
  margin: -10px auto;
}
.map-image {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .map-image {
    width: 100%;
  }
  .grade-icon {
    display: block;
    margin: 10px 0;
  }
}
/*---------- 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: 767px) {
  .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;
}
/*# sourceMappingURL=tour-core.css.map */