/**
 * Standard HTML tags
 */

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #585a69;
}

p {
  margin: 1em 0;
}

a {
  /*font-weight: bold;*/
  color: #228acd;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #23527c;
}

/**
 * Buttons
 */

.btn {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1em;
  min-height: 14px;
  border: none;
  padding: 11px 24px;
  border-radius: 18px;
  color: #ffffff;
  background-color: #228acd;
}

@media (max-width: 992px) and (min-width: 768px) {
  .ir-search-form .input-group-btn {
    padding-left: 1px;
  }
}
.ir-search-form .form-submit {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  background: #fff;
  color: #333;
  border: 1px solid transparent;
  margin-left: 0;
}

.ir-search-form .form-submit:hover,
.ir-search-form .form-submit:active,
.ir-search-form .form-submit:focus,
.ir-search-form .form-submit:active:focus {
  background: #fff;
  color: #333;
}

@media (max-width: 767px) {
  .ir-search-form .form-submit,
  .ir-search-form .form-submit:hover,
  .ir-search-form .form-submit:focus,
  .ir-search-form .form-submit:active,
  .ir-search-form .form-submit:active:focus {
    background: rgb(221, 221, 221)
  }
}

.btn:hover,
.btn:active,
.btn:focus,
.btn:active:focus {
  background-color: #1a6696;
  color: #ffffff;
  outline: 0;
}

.btn-sm {
  font-size: 12px;
  line-height: 1em;
  min-height: 12px;
  padding: 6px 18px;
  border-radius: 12px;
}

.btn-lg {
  padding: 13px 28px;
  border-radius: 20px;
}

.btn-xl {
  font-size: 16px;
  line-height: 1em;
  min-height: 16px;
  padding: 16px 32px;
  border-radius: 24px;
}

.btn-ju {
  font-size: 16px;
  line-height: 1em;
  min-height: 16px;
  padding: 20px 36px;
  border-radius: 28px;
}

.btn-secondary {
  background: #ffffff;
  border: 1px solid #c8c8ce;
  color: #228acd;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:active:focus {
  background-color: #1a6696;
  color: #23527c;
  border: 1px solid #91929e;
}

.btn-basic {
  background: #585a69;
}

.btn-basic:hover,
.btn-basic:active,
.btn-basic:focus,
.btn-basic:active:focus {
  background-color: #24253d;
}

.btn-accent {
  background: #ff0059;
}

.btn-accent:hover,
.btn-accent:active,
.btn-accent:focus,
.btn-accent:active:focus,
.btn-accent:active:hover {
  background-color: #d0044c;
}


.btn.btn-accent[disabled],
.btn.btn-accent[disabled]:hover,
.btn.btn-accent[disabled]:active,
.btn.btn-accent[disabled]:focus,
.btn.btn-accent[disabled]:active:focus {
  background-color: #D30741;
  color: #fff;
}

.btn-destructive {
  background: #f8645c;
}

.btn-destructive:hover,
.btn-destructive:active,
.btn-destructive:focus,
.btn-destructive:active:focus {
  background-color: #dc514a;
}

.btn[disabled] {
  background: #f6f6f7;
  color: #c8c8ce;
  opacity: 1;
}

.btn[disabled]:hover,
.btn[disabled]:active,
.btn[disabled]:focus,
.btn[disabled]:active:focus {
  background: #f6f6f7;
  color: #c8c8ce;
}

.btn-flat {
  border-radius: 0;
  background: none;
  border: none;
  color: #585869;
}

.btn-flat:hover,
.btn-flat:active,
.btn-flat:focus,
.btn-flat:active:focus {
  background: none;
  border: none;
  color: #24253d;
  box-shadow: none;
}

.btn-rect {
  border-radius: 2px;
}

/**
* Italia buttons
*/

.italia-button {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  outline: none;
}

.italia-button svg {
  width: 100%;
}

.italia-button:hover circle {
  stroke: #585a69;
}

.italia-button:not(.slick-disabled):not([disabled]):hover path,
.italia-button:not(.slick-disabled):not([disabled]).slick-arrow:hover path,
.italia-button:not(.slick-disabled):not([disabled]).slick-arrow:hover path {
  fill: #24253D;
}

.italia-button:active circle {
  stroke: #228acd;
}

.italia-button:active path,
.italia-button.slick-arrow path,
.italia-button.slick-arrow path {
  fill: #228acd;
}

.italia-button:focus circle {
  stroke: #228acd;
}

.italia-button:focus path {
  fill: #24253D;
}

.italia-button[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
}

.italia-button[disabled] circle {
  stroke: #c8c8ce;
  fill: #F6F6F7;
}

.italia-button.slick-disabled circle {
  stroke: #e4e4e4;
  fill: #F6F6F7;
}

.italia-button[disabled] path,
.italia-button.slick-disabled path {
  fill: #c8c8ce;
}

.i-container {
  max-width: 1280px;
  padding: 0 56px;
  box-sizing: border-box;
  margin: 0 auto;
}

.i-container::after {
  content: '';
  clear: both;
  display: block;
}

@media only screen and (max-width: 990px) {
  .i-container {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .i-container {
    padding: 0 16px;
  }
}

/**
* Hero-image section of product page
*/

.hero-image {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  min-height: 400px;
}

.page-node-type-popular-routes-new .hero-image {
  min-height: 480px;
}

.hero-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.custom-vacations-page .hero-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
}

.hero-image .i-container {
  position: relative;
}

.hero-content {
  max-width: 672px;
  padding-top: 80px;
  margin: 0 auto 0 0;
  color: #fff;
}

.hero-image h1 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin: 16px 0 8px 0;
}
.new-design h1.big-title{
  color: #fff;
  font-family: "Open Sans";
  font-size: 40px;
  line-height: 52px;
  font-weight: 400;
}

.hero-image .subtitle {
  font-size: 40px;
  line-height: 52px;
  font-weight: normal;
}

.hero-image h2.subtitle {
  margin-top:0;
}

.page-node-type-train-stations .hero-image {
  min-height: 380px;
}

/**
 * -----------------
 * media queries for Hero-image section of product page
 * -----------------
 */
@media only screen and (max-width: 768px) {
  .custom-vacations-page .hero-content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px !important;
  }

  .hero-image h1 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .hero-image .subtitle {
    font-size: 32px;
    line-height: 42px;
  }
  .hero-content .pictogram {
    display: none;
  }

}

/**
 * Deck and SKU section
 */
.deck {
  background-color: #F6F6F7;
  min-height: 160px;
  border-bottom: solid 1px #E4E4E4;
  padding: 32px 0;
}

.deck .deck-text {
  margin-right: auto;
  font-size: 18px;
  line-height: 28px;
  color: #24253D;
  float: left;
  width: 70%;
}

.deck .deck-text .field--name-field-deck {
  max-width: 672px;
}

.deck .deck-sku {
  margin-left: auto;
  text-align: right;
  float: right;
  width: 30%;
}
.modal-content {
  width: auto;
}
body.contentonly .deck .deck-sku {
  display: none;
}

/**
 * -----------------
 * media queries for Deck and SKU section
 * -----------------
 */

@media only screen and (max-width: 990px) {

  .deck {
    padding: 32px 0;
    text-align: center;
  }

  .deck .deck-text {
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 24px;
    width: auto;
  }

  .deck .deck-text .field--name-field-deck {
    margin: 0 auto;
  }

  .deck .deck-sku {
    margin-top: 0px;
    text-align: center;
    float: none;
    width: auto;
  }
}

@media only screen and (max-width: 767px) {

  .deck .deck-text {
    font-size: 16px;
    line-height: 26px;
  }

}

/**
 * Page sections section
 * ---general---
 */

.field--name-field-section-text > .field--item > .paragraph,
.field--name-field-page-sections > .field--item > .paragraph {
  border-bottom: 1px solid #e4e4e4;
  padding: 64px 0;
}
.field--name-field-page-sections > .field--item:last-child > .paragraph {
  border-bottom: none;
}

.pr-faqs {
  padding: 64px 0;
}
.pr-faqs::after,
.field--name-field-section-text > .field--item > .paragraph::after,
.field--name-field-page-sections > .field--item > .paragraph::after {
  content: '';
  clear: both;
  display: block;
}

@media only screen and (max-width: 767px) {

  .field--name-field-page-sections > .i-container {
    padding: 0;
  }
  .field--name-field-section-text > .field--item > .paragraph,
  .field--name-field-page-sections > .field--item > .paragraph {
    padding: 32px 0px;
  }

  .field--name-field-section-text > .field--item > .paragraph.paragraph--type--title-and-text,
  .field--name-field-page-sections > .field--item > .paragraph.paragraph--type--title-text-and-image {
    padding: 32px 16px;
  }
  .field--name-field-section-text > .field--item:last-child > .paragraph,
  .field--name-field-page-sections > .field--item:last-child > .paragraph {
    border-bottom: 0px;
    padding-bottom: 0px;
  }
  .slick-initialized .slick-slide{
    margin: 0 16px;
  }
  .page-node-type-popular-routes-new .pr-train-routes .slick-initialized .slick-slide{
    margin: 0px;
  }

}

/**
 * Page sections section
 * ---title, text and image---
 */

.paragraph--type--title-and-text .field--name-field-title,
.paragraph--type--title-text-and-image .field--name-field-title {
  font-size: 24px;
  line-height: 32px;
  color: #24253D;
  max-width: 672px;
  margin-bottom: 24px;
  font-weight: bold;
}
.paragraph--type--title-and-text .section-body,
.paragraph--type--title-text-and-image .section-body {
  max-width: 672px;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  overflow: hidden;
}

.paragraph--type--title-and-text .field--name-field-section-body :first-child,
.paragraph--type--title-text-and-image .field--name-field-section-body :first-child {
  margin-top: 0;
}

.paragraph--type--title-and-text .field--name-field-section-body :last-child,
.paragraph--type--title-text-and-image .field--name-field-section-body :last-child {
  margin-bottom: 0;
}

.paragraph--type--title-and-text .field--name-field-section-body::after,
.paragraph--type--title-text-and-image .field--name-field-section-body::after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 48px;
  background-image: -webkit-linear-gradient(bottom, #fff, rgba(255,255,255,0.001));
  background-image: -o-linear-gradient(bottom, #fff, rgba(255,255,255,0.001));
  display: none;
}

.tab-pane .paragraph--type--title-and-text .field--name-field-section-body::after,
.tab-pane .paragraph--type--title-text-and-image .field--name-field-section-body::after {
  background-image: -webkit-linear-gradient(bottom, #f6f6f7, rgba(255,255,255,0.001));
  background-image: -o-linear-gradient(bottom, #f6f6f7, rgba(255,255,255,0.001));
  }
.paragraph--type--title-and-text .show-toggle,
.paragraph--type--title-text-and-image .show-toggle {
  color: #228ACD;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 16px;
}
.paragraph--type--title-and-text .btn.show-toggle,
.paragraph--type--title-text-and-image .btn.show-toggle {
  text-align: center;
  color: #FFF;
}

.paragraph--type--title-and-text .section-body-closed .field--name-field-section-body::after,
.paragraph--type--title-text-and-image .section-body-closed .field--name-field-section-body::after {
  display: block;
}

.paragraph--type--title-and-text .field--name-field-section-image,
.paragraph--type--title-text-and-image .field--name-field-section-image {
  max-width: 328px;
}

.paragraph--type--title-and-text .row::before,
.paragraph--type--title-and-text .row::after,
.paragraph--type--title-text-and-image .row::before,
.paragraph--type--title-text-and-image .row::after {
  width: 0;
}

.paragraph--type--title-text-and-image .section-text {
  width: 60%;
  max-width: 672px;
}
.paragraph--type--title-and-text .section-text {
  width: 100%;
}

.paragraph--type--title-text-and-image .section-image {
  width: 28%;
}

.image-align-right .section-image {
  float: right;
}

.image-align-right .section-image .field--name-field-section-image {
  margin: 0 auto;
}

.image-align-right .section-text {
  float: left;
}

.image-align-left .section-image {
  float: left;
}

.image-align-left .section-image .field--name-field-section-image {
  margin: 0 auto;
}

.image-align-left .section-text {
  float: right;
}

.paragraph--type--title-and-text .toggle-arrow,
.paragraph--type--title-text-and-image .toggle-arrow {
  display: none;
}

.section-title {
  position: relative;
}

/**
 * ---------------
 * Media queries for title, text and image
 * ---------------
 */

@media only screen and (max-width: 990px) {
  .paragraph--type--title-and-text,
  .paragraph--type--title-text-and-image {
    padding-left: 24px;
    padding-right: 24px;
  }

  .page-node-type-popular-routes-new .map-and-description .paragraph--type--title-text-and-image {
    padding-left: 0px;
    padding-right: 16px;
  }

  .paragraph--type--title-and-text .section-text,
  .paragraph--type--title-text-and-image .section-text {
    float: none;
    width: auto;
  }
  .paragraph--type--title-text-and-image .section-image {
    display: none;
  }

  .page-node-type-popular-routes-new .paragraph--type--title-and-text .section-text,
  .page-node-type-popular-routes-new .paragraph--type--title-text-and-image .section-text {
    float: left;
    width: 50%;
  }
  .page-node-type-popular-routes-new .map-and-description .paragraph--type--title-and-text .section-text{
    width: 100%;
  }
  .page-node-type-popular-routes-new .paragraph--type--title-text-and-image .section-image {
    width: 47%;
    display: block;
  }
}
@media only screen and (min-width: 767px) and (max-width: 990px) {
  .page-node-type-popular-routes-new .map-and-description .paragraph--type--title-and-text {
    padding-left: 0px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .paragraph--type--title-and-text,
  .paragraph--type--title-text-and-image {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-node-type-popular-routes-new .tab-content .container{
    padding-right: 16px;
    padding-left: 16px;
  }

  .page-node-type-popular-routes-new .tab-content .container .paragraph--type--title-and-text,
  .page-node-type-popular-routes-new .tab-content .container .paragraph--type--title-text-and-image{
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph--type--title-and-text .section-title,
  .paragraph--type--title-text-and-image .section-title {
    position: relative;
    padding-right: 30px;
    cursor: pointer;
  }

  .paragraph--type--title-and-text .collapsed.section-title::after,
  .paragraph--type--title-text-and-image .collapsed.section-title::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .paragraph--type--title-and-text .field--name-field-title,
  .paragraph--type--title-text-and-image .field--name-field-title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: center;
  }

  .paragraph--type--title-and-text .field--name-field-section-body,
  .paragraph--type--title-and-text .show-more,
  .paragraph--type--title-and-text .show-less,
  .paragraph--type--title-text-and-image .field--name-field-section-body,
  .paragraph--type--title-text-and-image .show-more,
  .paragraph--type--title-text-and-image .show-less {
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph--type--title-and-text .field--name-field-section-body h2 {
    font-size: 18px;
    text-align: center;
  }

  .paragraph--type--title-and-text .show-more,
  .paragraph--type--title-and-text .show-less,
  .paragraph--type--title-text-and-image .show-more,
  .paragraph--type--title-text-and-image .show-less {
    text-align: center;
    font-size: 16px;
  }

  .page-node-type-popular-routes-new .paragraph--type--title-and-text .section-text,
  .page-node-type-popular-routes-new .paragraph--type--title-text-and-image .section-text {
    float: none;
    width: auto;
  }
  .page-node-type-popular-routes-new .paragraph--type--title-text-and-image .section-image {
    display: none;
  }
  .paragraph--type--title-and-text .btn.show-toggle,
  .paragraph--type--title-text-and-image .btn.show-toggle {
    display: block;
    width: 60%;
    margin: 20px auto;
  }

}

/**
 * Page sections section
 * ---item carousel---
 */

.pr-faqs .slick-slider,
.paragraph--type--item-carousel .slick-slider {
  padding: 0 68px;
}

.page-node-type-product-page .paragraph .slick-slider{
  text-align: center;
}

.page-node-type-popular-routes-new .faqs-title,
.paragraph--type--item-carousel .field--name-field-title {
  font-size: 32px;
  line-height: 42px;
  color: #24253D;
  max-width: 672px;
  display: block;
  margin: 0 auto 32px;
  text-align: center;
}

.page-node-type-popular-routes-new .field--name-field-faqs .field--item,
.paragraph--type--item-carousel .field--name-field-items .field--item {
  float: left
}

html.js .page-node-type-popular-routes-new .field--name-field-faqs .field--item,
html.js .paragraph--type--item-carousel .field--name-field-items .field--item {
  float: none
}

.page-node-type-popular-routes-new .field--name-field-faqs .slide a,
.paragraph--type--item-carousel .field--name-field-items .slide {
  background-color: #23527C;
  max-width: 320px;
  min-height: 84px;
  border-radius: 4px;
  padding: 16px 32px;
  margin: 0 12px;
  color: #fff;
}
.page-node-type-popular-routes-new .field--name-field-faqs .slide a {
  background-color: #228ACD;
  text-align: center;
}
.page-node-type-popular-routes-new .field--name-field-faqs .slide a {
  color: #fff;
  display: block;
  min-height: 1px;
  padding: 26px 32px;
}

.page-node-type-popular-routes-new .field--name-field-faqs .text
.paragraph--type--item-carousel .field--name-field-items .text {
  color: #fff;
  text-align: center;
}

.rail-packages-slider button.slick-arrow,
.pr-in-italy button.slick-arrow,
.page-node-type-product-page button.slick-arrow,
.page-node-type-popular-routes-new button.slick-arrow,
.paragraph--type--item-carousel button.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  width: 48px;
  height: 48px;
  z-index: 2;
}

.rail-packages-slider button.prev-arrow,
.pr-in-italy button.prev-arrow,
.page-node-type-product-page button.prev-arrow,
.page-node-type-popular-routes-new button.prev-arrow,
.paragraph--type--item-carousel button.prev-arrow {
  left: 0;
}

.rail-packages-slider button.next-arrow,
.pr-in-italy button.next-arrow,
.page-node-type-product-page button.next-arrow,
.page-node-type-popular-routes-new button.next-arrow,
.paragraph--type--item-carousel button.next-arrow {
  right: 0;
}

.page-node-type-popular-routes-new .slick-dots,
.paragraph--type--item-carousel .slick-dots {
  margin-bottom: -10px;
  left: 0;
}

.page-node-type-popular-routes-new .slick-dots li,
.paragraph--type--item-carousel .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 12px;
}

.page-node-type-popular-routes-new .slick-dots li button,
.paragraph--type--item-carousel .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
}

.page-node-type-popular-routes-new .slick-dots li button::before,
.paragraph--type--item-carousel .slick-dots li button::before {
  font-size: 12px;
  color: #84c8f8;
  opacity: 1;
  width: 12px;
  height: 12px;
  line-height: 12px;
}

.page-node-type-popular-routes-new .slick-dots li.slick-active button::before,
.paragraph--type--item-carousel .slick-dots li.slick-active button::before {
  color: #174f80;
}


/**
 * -----------------
 * media queries for item-carousel
 * -----------------
 */

 @media only screen and (max-width: 990px) {
   .page-node-type-product-page button.next-arrow,
   .page-node-type-popular-routes-new .slick-slider,
   .paragraph--type--item-carousel .slick-slider {
     padding: 0
   }
   .page-node-type-product-page .slick-slider .slick-list,
   .page-node-type-popular-routes-new .slick-slider .slick-list,
   .paragraph--type--item-carousel .slick-slider .slick-list {
     margin: 0 auto;
     width: 688px;
   }
   .paragraph--type--item-carousel .field--name-field-items .slide {
     padding: 16px 16px;
   }

 }

 @media only screen and (max-width: 850px) {
   .page-node-type-product-page button.prev-arrow,
   .page-node-type-popular-routes-new button.prev-arrow,
   .paragraph--type--item-carousel button.prev-arrow {
     left: -32px;
   }
   .page-node-type-product-page button.next-arrow,
   .page-node-type-popular-routes-new button.next-arrow,
   .paragraph--type--item-carousel button.next-arrow {
     right: -32px;
   }

 }

 @media only screen and (max-width: 767px) {
  .page-node-type-product-page .slick-slider,
  .page-node-type-popular-routes-new .slick-slider,
  .paragraph--type--item-carousel .slick-slider {
    padding: 0;
  }
  .page-node-type-product-page .slick-slider .slick-list,
  .page-node-type-popular-routes-new .slick-slider .slick-list,
  .paragraph--type--item-carousel .slick-slider .slick-list {
    margin: auto;
    width: auto;
  }
  .page-node-type-popular-routes-new .faqs-title,
  .paragraph--type--item-carousel .field--name-field-title {
    margin: 0 0 24px 0;
    font-size: 24px;
    line-height: 32px;
  }
  .page-node-type-popular-routes-new .faqs-title {
    margin: 0px 16px 24px 16px;
  }
  .page-node-type-popular-routes-new .field--name-field-faqs .slide a,
  .paragraph--type--item-carousel .field--name-field-items .slide {
    margin: 0;
    max-width: none;
  }

}

/**
 * Add to cart form
 */

.italia-add-to-cart {
  text-align: center;
  float: right;
}

.italia-add-to-cart .edit-container {
  position: relative;
  display: inline-block;
}

.italia-add-to-cart .quantity-display {
  color: #24253d;
  font-weight: bold;
}

.italia-add-to-cart .edit-quantities {
  outline: none;
  margin-left: 10px;
}

.italia-add-to-cart .change-panel {
  position: absolute;
  text-align: left;
  right: 0;
  top: 100%;
  margin: 8px -16px 0 0;
  border: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  width: 320px;
  z-index: 5;
  padding: 18px 15px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

.toggle-change .change-panel {
  opacity: 1;
  pointer-events: auto;
}

.italia-add-to-cart .change-panel::before {
  content: '';
  position: absolute;
  top: -6px;
  right: 24px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
}

.italia-add-to-cart .change-panel .panel-heading {
  color: #24253d;
  background-color: transparent;
  border: none;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 18px;
}

.italia-add-to-cart .change-panel .panel-heading .panel-title {
  font-size: 18px;
  line-height: 24px;
}

.italia-add-to-cart .change-panel .panel-body {
  color: #91929e;
  padding: 0
}

.italia-add-to-cart .form-item-qty-adult,
.italia-add-to-cart .form-item-qty-child,
.italia-add-to-cart .form-item-qty-youngchild {
  margin: 7px 0;
  overflow: hidden;
  text-align: right;
}

.italia-add-to-cart .form-item-qty-adult label,
.italia-add-to-cart .form-item-qty-child label,
.italia-add-to-cart .form-item-qty-youngchild label {
  font-weight: normal;
  float: left;
  width: 50%;
  text-align: left;
  font-size: 16px;
  line-height: 1em;
  margin: 12px 0;
  color: #24253D;
}

.italia-add-to-cart .italia-icon {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.italia-add-to-cart .toggle-quantity {
  content: '';
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.italia-add-to-cart .qty-field {
  cursor: default;
  background: transparent;
  border: none;
  width: 40px;
  padding: 8px 6px;
  height: 40px;
  box-shadow: none;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  color: #24253d;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.italia-add-to-cart .foot {
  font-size: 12px;
  line-height: 1em;
  margin: 16px 0;
  clear: both;
}

.italia-add-to-cart .form-actions {
  text-align: right;
  margin-top: 20px;
}

.italia-add-to-cart .form-actions .btn {
  margin-right: 0;
}

.italia-add-to-cart .form-actions button .icon {
  display: none;
}

.italia-add-to-cart .italia-purchase-button .total-price {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #ff70af;
}

@media only screen and (max-width: 990px) {
  .italia-add-to-cart .change-panel {
    right: 50%;
    margin: 8px -165px 0 0;
  }

  .italia-add-to-cart .change-panel::before {
    right: 50%;
    margin-right: -6px;
  }

  .deck-sku .italia-add-to-cart {
    float: none;
  }
}

@media only screen and (max-width: 767px) {

  .italia-add-to-cart .italia-purchase-button {
    min-width: 288px;
    width: 100%;
  }

  .italia-add-to-cart .change-panel {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    border-radius: none;
    box-shadow: none;
    width: auto;
    background-color: rgba(36,37,61,0.32);
    padding: 0px;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    z-index: 1051;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  .toggle-change .change-panel {
    opacity: 1;
  }
  .italia-add-to-cart .change-panel .panel-heading,
  .italia-add-to-cart .change-panel .panel-body{
    background-color: white;
    padding:15px 18px;
    margin-bottom: -200px;
    -webkit-transition: margin-bottom 200ms ease-out;
    -moz-transition: margin-bottom 200ms ease-out;
    -o-transition: margin-bottom 200ms ease-out;
    transition: margin-bottom 200ms ease-out;
  }
  .italia-excursion-booking-form.italia-add-to-cart .change-panel .panel-body {
    height: 100%;
  }

  .toggle-change .change-panel .panel-heading,
  .toggle-change .change-panel .panel-body {
    margin-bottom: -1px;
  }

  .italia-add-to-cart .change-panel::before {
    display: none;
  }

}

/**
 * Terms and conditions section
 */

.terms {
  margin: 64px 0;
}

.page-node-type-product-page .terms{
    background: #F4FAFD;
    border: solid 1px #E4E4E4;
}
.page-node-type-product-page .terms .terms-container {
  border:none;
}
.terms .terms-container {
  background: #F4FAFD;
  border: solid 1px #E4E4E4;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.terms .terms-title {
  font-size: 24px;
  line-height: 32px;
  position: relative;
  color: #24253D;
  padding-right: 34px;
  cursor: pointer;
  display: block;
  font-weight: 400;
}

.terms .terms-title::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url('../buttons/form-caret-lg.svg');
  background-repeat: no-repeat;
  top: 5px;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
   transition-duration: 0.3s;
}

.terms .collapsed .terms-title::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.terms .field--name-field-terms-conditions {
  margin-top: 24px;
  max-width: 672px;
}

.terms .field--name-field-terms-conditions p:first-child{
  margin-top:0px;
}

@media only screen and (max-width: 990px) {
  .terms .terms-container {
    max-width: none;
    border-radius: 0px;
    border-left: none;
    border-right: none;
  }
}

@media only screen and (max-width: 767px) {

  .terms {
    margin: 32px 0;
  }

  .terms .terms-container {
    padding: 15px;
  }

  .terms .terms-title {
    font-size: 18px;
    line-height: 26px;
    padding-right: 30px;
    font-weight:700;
  }

  .terms .terms-title::after {
    width: 16px;
    height: 16px;
    background-image: url('../buttons/form-caret-sm.svg');
    background-repeat: no-repeat;
  }

  .terms .terms-container .toggle-arrow {
    top: 2px;
  }

  .terms .terms-container .terms-arrow {
    width: 16px;
    height: 16px;
  }

  .terms .field--name-field-terms-conditions {
    font-size: 14px;
    line-height: 22px;
  }

}

/**
 * Product bottom
 */

.product-bottom {
  margin: 64px 0;
  text-align: center;
}

body.contentonly .product-bottom {
  display: none;
}

.product-bottom .italia-add-to-cart {
  float: none;
}

.product-bottom .italia-add-to-cart .change-panel {
  right: 50%;
  margin: 8px -165px 0 0;
}

.product-bottom .italia-add-to-cart .change-panel::before {
  right: 50%;
  margin-right: -6px;
}

@media only screen and (max-width: 767px) {

  .product-bottom {
    margin: 32px 0;
  }

  .product-bottom .italia-add-to-cart .change-panel {
    right: 0;
    margin: 0;
  }

}

/**
 * Quotes section
 */
.paragraph--type--quote-slide .quote-header svg {
  display: block;
  height: 64px;
  width: 100%;
}

.paragraph--type--quote-slide .quote-content {
  padding: 0 24px 64px;
  text-align: center;
  background-color: #F6F6F7;
}

.paragraph--type--quote-slide .field--item {
  position: relative;
}

.paragraph--type--quote-slide .field--name-field-quote-title {
  color: #008576;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 12px;
}

.paragraph--type--quote-slide .quote-container {
  margin: 0 auto 12px auto;
  max-width: 576px;
  padding: 0 74px;
  position: relative;
}

.paragraph--type--quote-slide .quote-left,
.paragraph--type--quote-slide .quote-right {
  position: absolute;
  top: 0;
}

.paragraph--type--quote-slide .quote-left {
  left: 0;
}
.paragraph--type--quote-slide .quote-right {
  right: 0;
}

.paragraph--type--quote-slide .quote-svg > svg {
  width: 50px;
  height: 54px;
  display: block;
}

.paragraph--type--quote-slide .quote-svg svg path {
  fill: #10B19F;
}

.paragraph--type--quote-slide .field--name-field-quote {
  font-style: italic;
  color: #585A69;
}

.paragraph--type--quote-slide .allstars {
  margin-bottom: 32px;
}

.paragraph--type--quote-slide .field--name-field-quote-author {
  color: #24253D;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  font-weight: 600;
}

.paragraph--type--quote-slide .field--name-field-quote-author:after,
.paragraph--type--quote-slide .field--name-field-quote-author-province:after {
  content:",";
}
.paragraph--type--quote-slide .field--name-field-quote-author-province,
.paragraph--type--quote-slide .field--name-field-quote-author-country {
  display: inline-block;
}

.italia-add-to-cart .cta-product-info {
  font-size: 12px;
  font-weight: bold;
  margin-top: 15px;
  line-height: 18px;
  color: #008576;
}

@media only screen and (max-width: 767px) {

  .paragraph--type--quote-slide .quote-header svg {
    height: 32px;
  }

  .paragraph--type--quote-slide .quote-content {
    padding: 0 16px 32px;
  }

  .paragraph--type--quote-slide .quote-container {
    margin-top: 0px;
    margin-bottom: 8px;
    padding: 0;
  }
  .paragraph--type--quote-slide .field--name-field-quote-title{
    margin-bottom: 8px;
  }

  .paragraph--type--quote-slide .quote-left,
  .paragraph--type--quote-slide .quote-right {
    display: none;
  }

  .paragraph--type--quote-slide .allstars {
    margin-bottom: 12px;
  }

}

.map-and-description  {
  margin-top: 50px;
  margin-bottom: 25px;
}

.map-and-description .field--name-field-section-text {
  width: calc(100% - 464px);
  display: inline-block;
  float: left !important;
}

.map-and-description  #map {
  width: 464px !important;
  height: 304px !important;
  float: right !important;
  position: relative;
}

.map-and-description #map.static-map h2 {
  text-align: center;
  font-size: 24px;
  color: #24253D;
  margin-top: 0px;
  font-weight: bold;
}

.map-and-description  #map.is_stuck {
  margin-top: 8px;
}

@media only screen and (max-width: 990px) {
  .map-and-description  .field--name-field-section-text {
    width: calc(100% - 330px);
  }
  .map-and-description  #map {
    width: 330px !important;
  }
}

@media only screen and (max-width: 767px) {
  .map-and-description {
    padding: 0;
    margin-top: 0;
  }
  .map-and-description  .field--name-field-section-text {
    width: 100%;
  }
  .map-and-description  #map {
    width: 100% !important;
    margin-bottom: 25px;
    float: left;
  }
  .map-and-description #map.static-map {
    margin-top: 25px;
    margin-bottom: 150px;
  }
  .map-and-description #map.static-map h2 {
    font-size: 18px;
  }
}

/**
 * Footer
 */

.footer {
  margin-top: 0;
}

@media (max-width: 480px) {
  .new-design h1.big-title {
    font-size: 32px;
    width: 288px;
    margin-right: 0;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 42px;
  }
}
