/** Shopify CDN: Minification failed

Line 16:0 Comments in CSS use "/* ... */" instead of "//"
Line 17:0 Comments in CSS use "/* ... */" instead of "//"
Line 470:15 Expected ":"

**/

#smartgo-booking {
  font-family: "Nunito"
}


/*================ Template | Collections ================*/

// Collection Hero
//----------------------------------------

$grid-medium: 750px;
$grid-large: 990px;
$grid-widescreen: 1400px;
$grid-gutter: 30px;
$grid-gutter-mobile: 22px;

$small: 'small';
$medium: 'medium';
$medium-down: 'medium-down';
$medium-up: 'medium-up';
$large: 'large';
$large-down: 'large-down';
$large-up: 'large-up';
$widescreen: 'widescreen';

.collection-hero {
  position: relative;
  overflow: hidden;
  margin-top: -$gutter-site;
  margin-bottom: $gutter-site-mobile;

  @include media-query($medium-up) {
    margin-bottom: $section-spacing-small;
  }
}

.collection-description {
  margin-bottom: $gutter-site-mobile;
  margin-top: $gutter-site-mobile;

  @include media-query($medium-up) {
    margin-bottom: $section-spacing-small;
    margin-top: $section-spacing-small;
  }
}

.collection-hero__image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  opacity: 1;

  @include media-query($small) {
    height: 180px;
  }
}

.collection-hero__title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: $color-image-overlay;
  opacity: $opacity-image-overlay;
}

.collection-hero__title {
  position: absolute;
  color: $color-overlay-title-text;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  @include transform(translateY(-50%));

  @include media-query($medium-up) {
    font-size: em($font-size-header + 6);
  }
}

.collection-grid {
  margin-bottom: -$gutter-site-mobile;
  overflow: auto;
}

.collection-grid-item {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: $gutter-site-mobile;

  @include media-query($medium-up) {
    margin-bottom: $grid-gutter;
  }
}

.collection-grid-item__title {
  color: $color-overlay-title-text;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  padding: 0 5px;
  @include transform(translateY(-50%));
  transition: $transition-link-hover;
  text-shadow: 0 0 4px $color-text-shadow;
  hyphens: auto;

  @include media-query($medium-up) {
    padding: 0 15px;
  }
}

.collection-grid-item__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  &:hover,
  &:focus {
    .collection-grid-item__title-wrapper::before {
      opacity: $hover-overlay-opacity;
    }
  }

  &:focus {
    opacity: 1;
  }
}

.collection-grid-item__overlay {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;

}

.collection-grid-item__title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: $color-image-overlay;
  opacity: $opacity-image-overlay;
}

.custom-content {
  @include display-flexbox;
  @include align-items(stretch);
  @include flex-wrap(wrap);
  width: auto;
  margin-bottom: -$grid-gutter;
  margin-left: -$grid-gutter;

  @include media-query($small) {
    margin-bottom: -$grid-gutter-mobile;
    margin-left: -$grid-gutter-mobile;
  }
}

.custom__item {
  @include flex(0 0 auto);
  margin-bottom: $grid-gutter;
  padding-left: $grid-gutter;
  max-width: 100%;

  @include media-query($small) {
    @include flex(0 0 auto);
    padding-left: $grid-gutter-mobile;
    margin-bottom: $grid-gutter-mobile;

    &.small--one-half {
      @include flex(1 0 50%);
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
    }
  }

  .collection-grid-item {
    margin-bottom: 0;
  }
}

.custom__item-inner {
  position: relative;
  display: block;
  text-align: left;
  max-width: 100%;
}

.custom__item-inner--video,
.custom__item-inner--collection,
.custom__item-inner--html {
  display: block;
}

.custom__item-inner--image {
  position: relative;
  margin: 0 auto;
}

.custom__image {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.product-tiles {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
.col-product {
  margin-top: 15px;
  margin-bottom: 15px;
}
.col-product-image {
  min-height: 250px;
  border-radius: 5px 5px 0px 0px;
}

.product-grid-info{
  height:100%;
}
.product-grid-info-box {
  padding: 5px 5px 5px;
  overflow: hidden;
  box-sizing: border-box;
}
.product-grid-title {
  color: #2D3454;
  font-weight: 600;
  font-size: 1.2em;
}
.product-grid-description {

  font-weight: 600;
  font-size: 1em;
  white-space: nowrap;
}
.product-grid-price {
  font-weight: 600;
  font-size: 1em;
  text-align: right;
  white-space: nowrap;
}

.pagination {
  margin: 15px;
}
.product-grid-tags {
  position: absolute; 
  bottom: 7px; 
  text-align: right;
  width: 100%;
  right: 7px;
}
.product-grid-tags a {
  font-size: 0.75rem;
  font-weight: 600;
  background-color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #4E4E4E;
  padding: 6px;
  color: #DFAC4A;
}


.current {
  font-size: 12px;
  font-weight: 600;
  background-color: #4D6044;
  border-radius: 5px;
  padding: 6px;
  color: #2D3454;
}

.page a {
  font-size: 12px;
  font-weight: 600;
  background-color: #4D6044;
  border-radius: 5px;
  padding: 6px;
  color: #DFAC4A;
  margin: 5px;
}
.next a {
  font-size: 12px;
  font-weight: 600;
  background-color: #4D6044;
  border-radius: 5px;
  padding: 6px;
  color: #DFAC4A;
  margin: 5px;
}

.prev a {
  font-size: 12px;
  font-weight: 600;
  background-color: #4D6044;
  border-radius: 5px;
  padding: 6px;
  color: #DFAC4A;
  margin: 5px;
}
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #4d6044;
  border-color: #DFAC4A;
  border-width: 2px;
  z-index: 100;
}

#btn-back-to-top i {
  color: #dfac4a;
}

table {
    max-width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
}

table .size {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: hidden;
}

.collection-rte {
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
}









.collection-box {
  margin-top: 10px;
  margin-bottom: 10px;
  
}

.collection-box a {
  color: #464852;
  text-shadow: 2px 2px #D0D5C0;
}

.collection-tiles {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

.col-collection {
  min-height: 15vw;
  border-radius: 5px;
}
.collection-title {
  font-weight: 600;
  font-size: 3vw;
}

@media (min-width: 768px) { 

}

@media (max-width: 767px) {

}


.map-responsive {
    margin-top: 30px;
    margin-bottom: 30px;
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    min-height: 350px;
}


.map-responsive {
    margin-top: 30px;
    margin-bottom: 30px;
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    min-height: 350px;
}


/*--------------------------------------------------------------
# pricing
--------------------------------------------------------------*/
.pricing {
  padding-bottom: 0px;
  padding-top: 30px;
}

.pricing .included {
  max-width: 100%;
  padding: 30px;
  padding-left: 30px;
  background-color: #464852;
  color: #DFAC4A;
  border-radius: 5px;
  margin-right: 7px
}

.pricing .included-info {
  margin-left: 8px;
  padding: 30px;
  padding-left: 30px;
  border-radius: 5px;
  background-color: #64656E;
  color: #D0D5C0;;
}

.count-box  ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
}

.pricing .count-box {
  padding: 20px;
  width: 95%;
  margin-top: 10px;
  margin-bottom 10px;
}

.pricing .top-row {
  margin-bottom: 30px;
}

.pricing .text-box{
  margin-left: 30px;
  text-align: justify;
}

.pricing img {
  margin-top: 20px;
}

@media (max-width: 450px) {
  .pricing .text-box{
    margin-left: 0px;
  }

  .pricing count-box {
    margin-left: 0px;
  }

  .pricing img {
    margin-top: 20px;
  }
}

.pricing .price-container{
  padding-top: 10px;
}

.pricing .price-green {
  color: #D0D5C0;
}

.pricing .price-yellow{
  color: #4D6044;
}

.pricing .price-blue {
  color: #DFAC4A;
}

.pricing .price-red {
  color: #2D3454;
}

.pricing .price{
  text-align: right;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.pricing .show-more {
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.pricing .old-price{
  text-decoration: line-through;
}

.pricing .count-box-7 {
  background-color: #4D6044;
}

.pricing .count-box-7 span{
  color: #DFAC4A;
}

.pricing .count-box-7 i {
  color: #DFAC4A;
}

.pricing .count-box-14 {
  background-color: #A95841;
}

.pricing .count-box-14 span{
  color: #D0D5C0;
}

.pricing .count-box-14 i {
  color: #D0D5C0;
}

.pricing .count-box-21 {
  background-color: #DFAC4A;
}

.pricing .count-box-21 span{
  color: #2D3454;
}

.pricing .count-box-21 i {
  color: #2D3454;
}

.pricing .count-box-28 {
  background-color: #2D3454;
}

.pricing .count-box-28 span{
  color: #D0D5C0;
}

.pricing .count-box-28 i {
  color: #D0D5C0;
}

.pricing .count-box-included {
  background-color: #464852;
  color: #DFAC4A;
  height: 95%;
}

.pricing .count-box-included span {
  color: #D0D5C0;
}

.pricing .count-box-info {
  background-color: #64656E;
  color: #D0D5C0;
  padding: 20px;
}

.pricing .count-box-info span {
  color: #D0D5C0;
}

.pricing .count-box-info p {
  color: #D0D5C0;
  margin-left: 30px;
  font-size: 16px;
} 

.pricing .included-left {
  margin-left: 30px;
}

.pricing .book {
  margin-left: 0px;
  margin-right: 0px;
}

.pricing .count-box i {
  display: block;
  font-size: 44px;
  float: left;
}

.pricing .count-box span {
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
}

.pricing .count-box-info span {
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
}

.pricing .count-box p {
  margin-left: 30px;
  font-size: 16px;
}

.pricing .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #122f57;
  font-size: 15px;
  transition: ease-in-out 0.3s;
}

.pricing .count-box a:hover {
  color: #5f646c;
}

.image-col {
  margin-bottom: 15px;
}







