@charset "UTF-8";
/****************************************************************

 Fullstack -11

 Author: Fullstack team - dev@fstck.co
 Copyright (c) June 2017. All rights reserved.

 *****************************************************************/
/* Deepest support possible
@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot');                                    // IE9 Compat Modes
  src: url('webfont.eot?#iefix') format('embedded-opentype'), // IE6-IE8
       url('webfont.woff2') format('woff2'),                  // Super Modern Browsers
       url('webfont.woff') format('woff'),                    // Pretty Modern Browsers
       url('webfont.ttf') format('truetype'),                 // Safari, Android, iOS
       url('webfont.svg#svgFontName') format('svg');          // Legacy iOS
}*/
/* Practical level of support
// Chrome 3.5+ - Safari 3+ - Firefox 3.5+ - Opera 10.1+ - IE 9+ - Android 2.2+ - iOS 4.3+     
@font-face {
  font-family: 'MyWebFont';
  src: url('myfont.woff2') format('woff2'),
       url('myfont.woff') format('woff'),
       url('myfont.ttf') format('truetype');
}*/
h1, .h1, .listings.title h1 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 36px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 10px 0 20px;
}

h2, .h2 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 1px;
  color: #272727;
  text-align: left;
  padding: 0;
  margin: 0 0 20px;
}

h3, .h3 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: theme-letter-spacing-small;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 15px;
}

h4, .h4 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

h5, .h5 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

body, p.type3, p.type2, p, p.type1 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 170%;
  letter-spacing: 0.5px;
  color: #272727;
  text-align: left;
}

p, p.type1 {
  margin: 0 0 2rem 0;
}

p.type2 {
  font-size: 1.4rem;
}

p.type3 {
  font-size: 1rem;
}

button.line, .button.line, button.plain, .button.plain {
  padding: 20px 30px;
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 1.5px;
  color: #CF3D4A;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: transparent;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
button.line:hover, .button.line:hover, button.plain:hover, .button.plain:hover {
  color: white !important;
  background-color: #CF3D4A;
}

.search-form-mobile button, .search-form .button-wrap input, .search-form .button-wrap button {
  letter-spacing: 1.5px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.search-form-mobile button:hover, .search-form .button-wrap input:hover, .search-form .button-wrap button:hover {
  color: #CF3D4A !important;
  background-color: transparent;
}

button.plain, .button.plain {
  color: white;
  border: 2px solid #CF3D4A;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
button.plain:hover, .button.plain:hover {
  color: #CF3D4A !important;
  border: 2px solid #CF3D4A;
  background-color: transparent;
}

a.link-size-small, a.link-size-large, a.link-size-medium {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  color: #CF3D4A;
  letter-spacing: 2px;
  text-transform: uppercase;
}

a.link-size-medium {
  font-size: 12px;
}

a.link-size-large {
  font-size: 14px;
}

.cartblk .bottom-section .btm-blk .detail .info .link, .artist-info .artist-listings .list .list-info a, .top-destinations-section .content-section .link, .listings-section .col-left .blk-img .btm-blk .link, section.news .news-wrap ul li .news-blk .link-wrap .link, .customblks .twocol .blk-img.smallimg .btm-blk .link, .customblks .twocol .blk-img.bigimg .link, .dont-miss-section .dont-miss-carousel .link {
  padding-right: 20px;
  background-image: url(../images/red_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

.custom-two-blks .blk-img .right-blk .link, .customblks .threecol .blk-img .link, .slider .banner-wrap ul li .slide-warp .link a {
  padding-right: 20px;
  background-image: url(../images/yellow_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
  color: #F2EEC1;
}

.widget-block .receiveprizes a.yellowlink, .listings-section .col-left .receiveprizes a {
  padding-right: 40px;
  background-image: url(../images/white_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: white;
}
.widget-block .receiveprizes a.yellowlink:hover, .listings-section .col-left .receiveprizes a:hover {
  background-image: url(../images/red_big_arrow.png);
}

.search-form .button-wrap input:after, .search-form .button-wrap button:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 22px;
  margin-left: 10px;
  background-image: url(../images/white_big_arrow.png);
  background-position: left top;
  background-repeat: no-repeat;
  vertical-align: middle;
  color: white;
}
.search-form .button-wrap input:hover:after, .search-form .button-wrap button:hover:after {
  background-image: url(../images/red_big_arrow.png);
}

.listings-section .col-left .blk-img, .custom-two-blks .blk-img, .customblks .twocol .blk-img.smallimg, .customblks .twocol .blk-img.bigimg {
  background-size: cover;
  background-repeat: no-repeat;
}

.customblks .threecol .blk-img .block-content ul li {
  background-position: center left;
}

.listings-section .col-left .blk-img, .customblks .twocol .blk-img.smallimg {
  background-position: center right;
}

.customblks .twocol .blk-img.bigimg {
  background-position: center center;
}

/* Deepest support possible
@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot');                                    // IE9 Compat Modes
  src: url('webfont.eot?#iefix') format('embedded-opentype'), // IE6-IE8
       url('webfont.woff2') format('woff2'),                  // Super Modern Browsers
       url('webfont.woff') format('woff'),                    // Pretty Modern Browsers
       url('webfont.ttf') format('truetype'),                 // Safari, Android, iOS
       url('webfont.svg#svgFontName') format('svg');          // Legacy iOS
}*/
/* Practical level of support
// Chrome 3.5+ - Safari 3+ - Firefox 3.5+ - Opera 10.1+ - IE 9+ - Android 2.2+ - iOS 4.3+     
@font-face {
  font-family: 'MyWebFont';
  src: url('myfont.woff2') format('woff2'),
       url('myfont.woff') format('woff'),
       url('myfont.ttf') format('truetype');
}*/
h1, .h1, .listings.title h1 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 36px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 10px 0 20px;
}

h2, .h2 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 1px;
  color: #272727;
  text-align: left;
  padding: 0;
  margin: 0 0 20px;
}

h3, .h3 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: theme-letter-spacing-small;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 15px;
}

h4, .h4 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

h5, .h5 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

body, p, p.type1, p.type2, p.type3 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 170%;
  letter-spacing: 0.5px;
  color: #272727;
  text-align: left;
}

p, p.type1 {
  margin: 0 0 2rem 0;
}

p.type2 {
  font-size: 1.4rem;
}

p.type3 {
  font-size: 1rem;
}

button.line, .button.line, button.plain, .button.plain {
  padding: 20px 30px;
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 1.5px;
  color: #CF3D4A;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: transparent;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

button.line:hover, .button.line:hover, button.plain:hover, .button.plain:hover {
  color: white !important;
  background-color: #CF3D4A;
}

.search-form-mobile button, .search-form .button-wrap input, .search-form .button-wrap button {
  letter-spacing: 1.5px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.search-form-mobile button:hover, .search-form .button-wrap input:hover, .search-form .button-wrap button:hover {
  color: #CF3D4A !important;
  background-color: transparent;
}

button.plain, .button.plain {
  color: white;
  border: 2px solid #CF3D4A;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

button.plain:hover, .button.plain:hover {
  color: #CF3D4A !important;
  border: 2px solid #CF3D4A;
  background-color: transparent;
}

a.link-size-small, a.link-size-medium, a.link-size-large {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  color: #CF3D4A;
  letter-spacing: 2px;
  text-transform: uppercase;
}

a.link-size-medium {
  font-size: 12px;
}

a.link-size-large {
  font-size: 14px;
}

.cartblk .bottom-section .btm-blk .detail .info .link, .artist-info .artist-listings .list .list-info a, .top-destinations-section .content-section .link, .listings-section .col-left .blk-img .btm-blk .link, section.news .news-wrap ul li .news-blk .link-wrap .link, .customblks .twocol .blk-img.smallimg .btm-blk .link, .customblks .twocol .blk-img.bigimg .link, .dont-miss-section .dont-miss-carousel .link {
  padding-right: 20px;
  background-image: url(../images/red_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

.custom-two-blks .blk-img .right-blk .link, .customblks .threecol .blk-img .link, .slider .banner-wrap ul li .slide-warp .link a {
  padding-right: 20px;
  background-image: url(../images/yellow_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
  color: #F2EEC1;
}

.widget-block .receiveprizes a.yellowlink, .listings-section .col-left .receiveprizes a {
  padding-right: 40px;
  background-image: url(../images/white_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: white;
}

.widget-block .receiveprizes a.yellowlink:hover, .listings-section .col-left .receiveprizes a:hover {
  background-image: url(../images/red_big_arrow.png);
}

.search-form .button-wrap input:after, .search-form .button-wrap button:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 22px;
  margin-left: 10px;
  background-image: url(../images/white_big_arrow.png);
  background-position: left top;
  background-repeat: no-repeat;
  vertical-align: middle;
  color: white;
}

.search-form .button-wrap input:hover:after, .search-form .button-wrap button:hover:after {
  background-image: url(../images/red_big_arrow.png);
}

.listings-section .col-left .blk-img, .custom-two-blks .blk-img, .customblks .twocol .blk-img.smallimg, .customblks .twocol .blk-img.bigimg {
  background-size: cover;
  background-repeat: no-repeat;
}

.customblks .threecol .blk-img .block-content ul li {
  background-position: center left;
}

.listings-section .col-left .blk-img, .customblks .twocol .blk-img.smallimg {
  background-position: center right;
}

.customblks .twocol .blk-img.bigimg {
  background-position: center center;
}

@media (max-width: 480px) {
  .top-list-section .top-list-carousel {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: baselane;
    -moz-align-items: baselane;
    -ms-align-items: baselane;
    align-items: baselane;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .top-list-section .top-list-carousel .item {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
/* Deepest support possible
@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot');                                    // IE9 Compat Modes
  src: url('webfont.eot?#iefix') format('embedded-opentype'), // IE6-IE8
       url('webfont.woff2') format('woff2'),                  // Super Modern Browsers
       url('webfont.woff') format('woff'),                    // Pretty Modern Browsers
       url('webfont.ttf') format('truetype'),                 // Safari, Android, iOS
       url('webfont.svg#svgFontName') format('svg');          // Legacy iOS
}*/
/* Practical level of support
// Chrome 3.5+ - Safari 3+ - Firefox 3.5+ - Opera 10.1+ - IE 9+ - Android 2.2+ - iOS 4.3+     
@font-face {
  font-family: 'MyWebFont';
  src: url('myfont.woff2') format('woff2'),
       url('myfont.woff') format('woff'),
       url('myfont.ttf') format('truetype');
}*/
#alert-subscription {
  font-weight: bold;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity 0.2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
  display: block;
}

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide--image {
  overflow: hidden;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}

.fancybo-controls--canzoomOut .fancybox-placeholder {
  cursor: pointer;
  cursor: pointer;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: pointer;
  cursor: pointer;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.2s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5;
}

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
  right: 50;
}

.fancybox-button--close::before, .fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent;
}

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0;
  }
}
#alert-subscription-modal {
  min-height: 200px;
  min-width: 200px;
}
#alert-subscription-modal .content {
  position: relative;
  margin: 50px;
}
#alert-subscription-modal .content.loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
#alert-subscription-modal .content .alert-subscription {
  max-width: 350px;
}
#alert-subscription-modal .content .alert-subscription h2 {
  margin-bottom: 5px;
  text-align: center;
}
#alert-subscription-modal .content .alert-subscription .form-group {
  margin-bottom: 10px;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

main {
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
  background-clip: content-box;
  background-color: white;
}

footer {
  margin: 0;
  padding: 0 2rem 0;
  background-color: white;
}

section {
  margin: 0;
  padding: 6rem 2rem;
  background-color: inherit;
}
@media (max-width: 1220px) {
  section {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  section.news-list {
    padding: unset;
  }
}

.container {
  margin: 0 auto;
  max-width: 120rem;
}
.container {
  zoom: 1;
  clear: both;
}
.container:before, .container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
@media (max-width: 1220px) {
  .container {
    max-width: 100%;
    padding: 0 25px;
  }
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.product-info-description-wrapper h1 {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 3px;
  margin: 20px 0 0 0;
}
@media (max-width: 767px) {
  .product-info-description-wrapper h1 {
    width: 100%;
    font-size: 22px;
    line-height: 1.5;
  }
  .product-info-description-wrapper h1 span {
    font-size: 16px;
  }
  .product-info-description-wrapper h1 .product-title h1 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
}

@media (max-width: 960px) {
  h1, .h1 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  h1, .h1 {
    margin-bottom: 10px;
  }
}
h1.page-title, .h1.page-title {
  font-size: 25px;
  margin-bottom: 40px;
}
h1 img, .h1 img {
  text-indent: -9999px;
}

@media (max-width: 960px) {
  h2, .h2 {
    font-size: 1.9rem;
    line-height: 1.5;
  }
}

@media (max-width: 960px) {
  h3, .h3 {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

.hidden {
  display: none !important;
}

a, button, .button {
  font: inherit;
  white-space: nowrap;
  text-decoration: none;
  border: 0;
  outline: 0;
  cursor: pointer;
}

button.action.primary:focus {
  background-color: #CF3D4A;
  border: 1px solid #CF3D4A;
}

p a:link {
  color: #CF3D4A;
  text-decoration: none;
}
p a:visited {
  color: #CF3D4A;
  text-decoration: none;
}
p a:hover {
  color: #272727;
  text-decoration: none;
}
p a:active {
  color: #272727;
  text-decoration: none;
}

a,
a:visited,
.alink:visited {
  color: #CF3D4A;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

section.separator {
  border-bottom: 1px solid #C1BEBE;
}

input[type=text], input[type=url], input[type=password], input[type=tel], input[type=number], input[type=email], textarea {
  outline: 0px;
  border: 2px solid #BCBCBC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: auto !important;
  color: #272727;
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  padding: 12px 10px;
  line-height: 20px;
  font-weight: 400;
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
input[type=text]:focus, input[type=url]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=email]:focus, textarea:focus {
  outline: 0.5px solid #E1E1E1;
}
input[type=text]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #383C3F;
  filter: brightness(150%);
}
input[type=text]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
  color: #383C3F;
  filter: brightness(150%);
}
input[type=text]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
  color: #383C3F;
  filter: brightness(150%);
}
input[type=text]:-moz-placeholder, input[type=url]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=email]:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
  color: #383C3F;
  filter: brightness(150%);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]::-moz-inner-spin-button,
input[type=number]::-moz-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  outline: 0px;
  border: 0;
  padding: 0px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: white;
  width: 100%;
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  height: 28px;
  font-weight: 400;
  margin-bottom: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type=submit], button, a.button, .button {
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: white;
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  border: 2px solid #272727;
  padding: 14px 30px;
  color: #272727;
  background-color: white;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.5px;
}
input[type=submit].red, button.red, a.button.red, .button.red {
  border-color: #CF3D4A;
  color: #CF3D4A;
}
input[type=submit].red:hover, button.red:hover, a.button.red:hover, .button.red:hover {
  color: white;
  background-color: #CF3D4A;
}
input[type=submit]:hover, button:hover, a.button:hover, .button:hover {
  color: white;
  background-color: #272727;
}
input[type=submit].small, button.small, a.button.small, .button.small {
  font-size: 1rem;
  padding: 9px 20px;
}
input[type=submit].medium, button.medium, a.button.medium, .button.medium {
  font-size: 1.2rem;
}

@media (max-width: 960px) {
  .search-form {
    display: none;
  }
}
.search-form.inner {
  padding: 15px 0;
  background-color: #F4F4F4;
}
.search-form.inner .button-wrap input, .search-form.inner .button-wrap button {
  font-size: 11px;
  min-width: 230px;
  letter-spacing: 1.5px;
  padding-top: 13px;
  padding-bottom: 11px;
}
.search-form.inner .button-wrap input:after, .search-form.inner .button-wrap button:after {
  width: 8px;
  height: 17px;
  background-size: cover;
}
.search-form.inner .button-wrap input:hover, .search-form.inner .button-wrap button:hover {
  color: #CF3D4A !important;
}
.search-form.inner .input-wrap {
  width: 265px;
}
.search-form.inner .input-wrap input {
  padding: 12px 30px 13px 50px;
  min-height: 45px;
  padding-left: 50px;
}
.search-form.inner .input-wrap input.where {
  background-size: 13px 19px;
}
.search-form.inner .input-wrap input.who {
  background-size: 24px 18px;
}
.search-form.inner .input-wrap input.datefield {
  background-size: 20px 15px;
}
.search-form.inner .input-wrap.big {
  width: 410px;
}
@media (max-width: 1240px) {
  .search-form.inner .input-wrap {
    width: 20%;
    margin-right: 1%;
  }
  .search-form.inner .input-wrap.big {
    width: 33%;
  }
  .search-form.inner .button-wrap {
    width: 24%;
  }
  .search-form.inner .button-wrap input, .search-form.inner .button-wrap button {
    min-width: 0;
    width: 100%;
  }
}
.search-form .input-wrap {
  line-height: 1;
  box-shadow: 0 10px 20px 0 rgba(139, 137, 114, 0.18);
  width: 274px;
  float: left;
  margin-right: 10px;
}
.search-form .input-wrap input {
  border: 0;
  padding: 22px 30px 23px 60px;
  min-height: 65px;
  background-position: 15px center;
  background-repeat: no-repeat;
}
.search-form .input-wrap input.where {
  background-image: url(../images/icons/marker.svg);
  background-size: 19px 26px;
}
.search-form .input-wrap input.who {
  background-image: url(../images/icons/look.png);
  background-size: 31px 23px;
}
.search-form .input-wrap input.datefield {
  float: left;
  width: 50%;
  background-image: url(../images/icons/date.svg);
  background-size: 27px 21px;
  border-right: 1px solid rgba(183, 183, 183, 0.47);
}
.search-form .input-wrap input.datefield:last-child {
  border-right: 0;
}
.search-form .input-wrap.big {
  width: 422px;
}
.search-form .button-wrap {
  line-height: 1;
  float: right;
}
.search-form .button-wrap input, .search-form .button-wrap button {
  letter-spacing: 5px;
  padding-top: 20px;
  padding-bottom: 19px;
  min-width: 200px;
  text-align: center;
}
.search-form .input-wrap {
  position: relative;
}
.search-form .input-wrap .autocomplete-preloading,
.search-form .input-wrap .autocomplete-empty {
  background: white;
  width: 100%;
  position: absolute;
  top: 105%;
  left: 0;
  display: none;
  z-index: 2;
}
.search-form .input-wrap .autocomplete-preloading p,
.search-form .input-wrap .autocomplete-empty p {
  margin: 15px 0;
  text-align: center;
}
.search-form .input-wrap .autocomplete-empty {
  z-index: 1;
}
@media (max-width: 1240px) {
  .search-form .input-wrap {
    width: 21%;
    margin-right: 1%;
  }
  .search-form .input-wrap.big {
    width: 35%;
  }
  .search-form .button-wrap {
    width: 20%;
  }
}

.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
  height: 300px;
}

/*Beardcurms*/
@media (max-width: 960px) {
  .beardcurms {
    display: none;
  }
}
.beardcurms ul {
  padding: 11px 0;
  margin: 0;
  border-bottom: 1px solid #E1E1E1;
}
.beardcurms ul li {
  display: inline-block;
}
.beardcurms ul li a {
  color: #272727;
}
.beardcurms ul li a:hover {
  color: #CF3D4A;
}
.beardcurms ul li a:after {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

/* Datepicker hover items */
.datepicker-hover-items {
  background: #272727;
  padding: 10px;
  position: absolute;
  z-index: 999;
  color: white;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
}
.datepicker-hover-items:before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 0px;
  height: 0px;
  margin-top: -6px;
  border-right: 8px solid #272727;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.datepicker-hover-items .status {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  vertical-align: middle;
}
.datepicker-hover-items .status.green {
  background: #85C43B;
}
.datepicker-hover-items .status.package {
  background: #FBCA79;
}
.datepicker-hover-items .status.red {
  background: #EE3444;
}
.datepicker-hover-items ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.datepicker-hover-items ul li {
  margin-bottom: 5px;
}
.datepicker-hover-items ul li:last-child {
  margin-bottom: 0px;
}

.checkout-cart-index,
.customer-account-create,
.customer-account-forgotpassword,
.customer-account-login {
  background: #f8f8f8 !important;
}

.price-detail-info {
  display: inline-block;
  border: 1px solid;
  border-radius: 50%;
  font-size: 13px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.ui-tooltip.ui-corner-all.ui-widget-shadow.ui-widget.ui-widget-content {
  width: 260px;
  background-color: #5c5c5c;
}

@media (max-width: 480px) {
  div#mb-ajaxsuite-popup {
    padding: 6px 6px 6px 12px !important;
    height: 100vh;
    margin-top: 28px;
  }
  #mb-ajaxcart-wrapper .actions {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-flow: column-reverse !important;
    flex-flow: column-reverse !important;
  }
  .checkout-cart-index main #form-validate.cart.block-panier .product-content .categorie-panel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .right-option {
    text-align: right;
  }
  .checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .left-option label {
    padding: 0px 0 0 52px;
    font-size: 1.2rem;
  }
}
.noscroll {
  overflow: hidden;
}

.noscroll:after {
  background-color: #0a0a0a;
  content: "";
  z-index: 15;
}

.button.large {
  font-size: 1.6rem !important;
  padding: 15px 20px !important;
}

body.customer-account-login.page-layout-1column main#maincontent, body.customer-account-create.page-layout-1column main#maincontent {
  background-clip: unset;
}
body.customer-account-login.page-layout-1column main#maincontent div.page-title-wrapper, body.customer-account-create.page-layout-1column main#maincontent div.page-title-wrapper {
  text-align: center;
  padding: 15px 12px;
}
body.customer-account-login.page-layout-1column main#maincontent div.column.main form.form.create.account.form-create-account, body.customer-account-create.page-layout-1column main#maincontent div.column.main form.form.create.account.form-create-account {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  body.customer-account-login.page-layout-1column main#maincontent, body.customer-account-create.page-layout-1column main#maincontent {
    margin: 30px auto;
    padding: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  body.customer-account-login.page-layout-1column main#maincontent, body.customer-account-create.page-layout-1column main#maincontent {
    margin: 30px auto;
    padding: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  body.customer-account-login.page-layout-1column main#maincontent, body.customer-account-create.page-layout-1column main#maincontent {
    margin: 50px auto;
    padding: 50px;
  }
}

body.cms-no-route.cms-noroute-index.page-layout-2columns-right div.column.main {
  width: 100%;
}
body.cms-no-route.cms-noroute-index.page-layout-2columns-right div.column.main div.container_404 {
  text-align: center;
  margin-top: 50px;
}
body.cms-no-route.cms-noroute-index.page-layout-2columns-right div.column.main div.container_404 div.content h1 {
  text-align: center;
  padding: 20px 0;
}
body.cms-no-route.cms-noroute-index.page-layout-2columns-right div.column.main div.container_404 div.content div.redirect_buttons button a, body.cms-no-route.cms-noroute-index.page-layout-2columns-right div.column.main div.container_404 div.content div.redirect_buttons button a:visited, body.cms-no-route.cms-noroute-index.page-layout-2columns-right div.column.main div.container_404 div.content div.redirect_buttons button .alink:visited {
  color: unset;
}
body.cms-no-route.cms-noroute-index.page-layout-2columns-right div.column.main div.container_404 div.content div.redirect_buttons button a:hover {
  color: unset;
}

.checkout-payment-method .payment-method-title {
  padding: 0;
}

.preview-giftcard {
  -webkit-background-size: contain !important;
  background-size: contain !important;
}

@media (min-width: 768px), print {
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 16px;
  }
}
#modalBox {
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100vw; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

div.browsers {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
div.browsers h3 {
  text-align: center;
  color: #383C3F;
}

div.browsers ul li {
  display: inline-block;
  margin-left: 12px;
  list-style-type: none;
}

span.modalClose {
  color: #aaaaaa;
  float: right;
  font-size: 55px;
  font-weight: bold;
  cursor: pointer;
}

span.modalClose:hover,
span.modalClose:focus {
  color: #383C3F;
  text-decoration: none;
  cursor: pointer;
}

div.browsers ul {
  padding: 5px;
  margin: 0 auto;
  width: 40%;
}

div.browsers li {
  width: 60px;
  margin-left: 4.5rem;
}

div.browsers a {
  text-decoration: none;
}

div.browsers p {
  font-size: 1.5rem;
  text-align: center;
}

div.notVisible {
  display: none;
}

.checkout_index_index .checkout-payment-method .step-title {
  border-bottom: 1px solid #cccccc;
}
.checkout_index_index .checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 0;
}
.checkout_index_index #checkout-review-table thead th {
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
}
.checkout_index_index .opc-block-summary {
  background: 0 0 !important;
  border: none !important;
  padding: 20px 0 !important;
  margin-bottom: 0 !important;
}
.checkout_index_index .osc-payment-after-methods .opc-payment-additional .field .control {
  width: 40% !important;
}
.checkout_index_index .osc-payment-after-methods .opc-payment-additional .actions-toolbar {
  display: inline-block !important;
}
.checkout_index_index #co-place-order-area .checkout-agreement {
  text-align: left !important;
}
.checkout_index_index .order-summary .opc-block-summary table.data.table.table-totals {
  border-bottom: none !important;
}

.axelites_person-person-index .search-by-name-btn {
  margin-left: -68px;
  height: 45px;
  width: 67px;
  border: 0;
  -webkit-appearance: none;
  position: absolute;
  background-color: transparent;
  background-size: 100% 100%;
  padding: 8px 15px;
}

.axelites_institution-institution-index .listings.news-list .news-section .title-blk a.see-all-institutions-alpha {
  float: left !important;
}

.customer-account-forgotpassword .columns form.password.forget {
  margin-left: 28px;
}
.customer-account-forgotpassword #maincontent .page-title-wrapper {
  padding: 23px 0 0 30px;
}

#mce-error-response, .errorSub {
  background: #CF3D4A;
  color: #fff;
  padding: 4px;
}

header.site-header .page-header .header-right .top-right .minicart-wrapper .minicart-items .heading .product-item-name a {
  white-space: normal !important;
}

.h2-red-bold {
  color: #CF3D4A;
  font-weight: 600;
}

.a-bold {
  font-weight: 600;
  text-decoration: revert;
}

.owl-nav {
  position: absolute;
  width: 100%;
  top: 45% !important;
}
.owl-nav .owl-prev {
  font-size: 0 !important;
  background: transparent;
  left: 0;
  position: absolute;
  width: 50px;
  height: 131px;
}
.owl-nav .owl-prev:before {
  content: "<";
  position: absolute;
  color: #CF3D4A;
  font-size: 47px;
  font-weight: 100;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
}
.owl-nav .owl-prev:hover {
  background-color: transparent;
}
.owl-nav .owl-next {
  font-size: 0 !important;
  background: transparent;
  right: 0;
  position: absolute;
  width: 50px;
  height: 131px;
}
.owl-nav .owl-next:after {
  content: ">";
  position: absolute;
  color: #CF3D4A;
  font-size: 47px;
  font-weight: 100;
  top: 10px;
  right: 0;
  left: 0;
  text-align: center;
}
.owl-nav .owl-next:hover {
  background-color: transparent;
}

header.site-header {
  background-color: white;
  padding: 15px 0 0 0;
}
header.site-header .menu-icon {
  cursor: pointer;
  margin-right: 10px;
  line-height: 1;
  vertical-align: middle;
  display: none;
}
header.site-header .mobile-nav {
  transition: all 0.3s ease-out, color 0.3s ease-out;
  display: none;
  position: absolute;
  background-color: white;
  width: 100%;
  left: -100%;
  z-index: 30;
  top: 0;
  opacity: 0;
}
header.site-header .mobile-nav .top-wrap {
  padding: 20px 25px;
}
header.site-header .mobile-nav .top-wrap {
  zoom: 1;
  clear: both;
}
header.site-header .mobile-nav .top-wrap:before, header.site-header .mobile-nav .top-wrap:after {
  content: "";
  display: table;
}
header.site-header .mobile-nav .top-wrap:after {
  clear: both;
}
header.site-header .mobile-nav .top-wrap .logo {
  max-width: none;
}
header.site-header .mobile-nav .top-wrap .cart-option {
  float: right;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container:hover .cart-items {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-items.active {
    display: block;
  }
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-items {
  position: absolute;
  display: none;
  width: 475px;
  box-shadow: 0 6px 34px 0 rgba(0, 0, 0, 0.14);
  background-color: white;
  padding: 50px;
  right: -30px;
  top: 50px;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-items:before {
  content: "";
  position: absolute;
  right: 20px;
  top: -26px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 26px 15px;
  border-color: transparent transparent #ffffff;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item {
  font-size: 14px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E1E1E1;
  display: block;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item {
  zoom: 1;
  clear: both;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item:before, header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item:after {
  content: "";
  display: table;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item:after {
  clear: both;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item .img-blk {
  float: left;
  width: 76px;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item .img-blk img {
  display: block;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item .cart-info {
  position: relative;
  float: left;
  width: calc(100% - 76px);
  padding: 0 20px;
  color: #272727;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item .cart-info span {
  display: block;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item .cart-info span.item-cats {
  font-size: 12px;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item .cart-info span.item-desc {
  color: #989898;
  font-weight: 300;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item .cart-info span.price {
  font-weight: 300;
  font-size: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item .cart-info h4 {
  font-weight: 500;
  margin-bottom: 3px;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item .cart-info h4 span {
  color: black;
  font-weight: 300;
  display: inline-block;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .total {
  display: block;
  text-align: right;
  font-size: 16px;
  color: black;
  margin-bottom: 30px;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .total .total-price {
  margin-left: 20px;
  font-size: 24px;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .btn-wrap {
  display: block;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .btn-wrap button {
  width: 49%;
  float: left;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .btn-wrap button.solid {
  background-color: #CF3D4A;
  color: white;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .btn-wrap button.solid:hover {
  color: #CF3D4A;
  background-color: white;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .btn-wrap button + button {
  width: 49%;
  float: right;
}
@media screen and (max-width: 1024px) {
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-items.active {
    display: block;
    padding: 20px;
    right: -60px;
    width: 300px;
  }
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-items.active:before {
    right: 50px;
  }
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item .cart-info span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: "";
  }
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item .cart-info span.price {
    position: static;
    font-size: 14px;
  }
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item .cart-info h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: "";
  }
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container .btn-wrap button {
    width: 100%;
  }
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container .btn-wrap button + button {
    width: 100%;
    margin: 5px 0 0;
  }
}
header.site-header .mobile-nav .top-wrap .cart-option .search-icon {
  margin-left: 30px;
}
header.site-header .mobile-nav.active {
  opacity: 1;
  left: 0;
}
header.site-header .mobile-nav nav {
  margin: 0;
}
header.site-header .mobile-nav nav ul {
  text-align: left;
}
header.site-header .mobile-nav nav ul li {
  display: block;
  padding: 10px 25px;
  border-top: 1px solid #E1E1E1;
  margin: 0;
}
header.site-header .mobile-nav .options {
  background-color: #F4F4F4;
  text-align: center;
}
header.site-header .mobile-nav .options {
  zoom: 1;
  clear: both;
}
header.site-header .mobile-nav .options:before, header.site-header .mobile-nav .options:after {
  content: "";
  display: table;
}
header.site-header .mobile-nav .options:after {
  clear: both;
}
header.site-header .mobile-nav .options .option {
  padding: 40px 0;
  float: left;
  width: 33.3%;
  position: relative;
  border-right: 1px solid #979797;
  margin: 0;
}
header.site-header .mobile-nav .options .option select {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  color: #272727;
  width: auto;
  background-color: transparent;
  background-image: url(../images/arrow.svg);
  background-size: 11px 7px;
  background-position: right 10px;
  background-repeat: no-repeat;
  height: auto;
  margin: 0;
}
@media (max-width: 480px) {
  header.site-header {
    padding: 12px 0 0 0;
  }
}
header.site-header .page-header {
  zoom: 1;
  clear: both;
}
header.site-header .page-header:before, header.site-header .page-header:after {
  content: "";
  display: table;
}
header.site-header .page-header:after {
  clear: both;
}
header.site-header .page-header .contact-info {
  float: left;
  font-weight: 600;
}
header.site-header .page-header .contact-info a {
  text-transform: none;
  letter-spacing: normal;
  color: black;
}
header.site-header .page-header .header-left {
  float: left;
  width: 33%;
}
header.site-header .page-header .logo {
  float: left;
  width: 33%;
}
header.site-header .page-header .header-right {
  float: right;
  width: 33%;
}
header.site-header .page-header .header-right .top-right {
  float: right;
  text-align: right;
}
header.site-header .page-header .header-right .top-right > * {
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
header.site-header .page-header .header-right .top-right #top-links .actions {
  position: relative;
  padding-right: 15px;
  cursor: pointer;
}
header.site-header .page-header .header-right .top-right #top-links .actions.active:after {
  content: "\e621";
}
header.site-header .page-header .header-right .top-right #top-links .actions.active ul.links {
  display: block;
}
header.site-header .page-header .header-right .top-right #top-links .actions strong {
  font-weight: 400;
}
header.site-header .page-header .header-right .top-right #top-links .actions ul.links {
  margin: 0;
  margin-top: 0px;
  padding: 0;
  list-style: none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  max-height: 1000px;
}
header.site-header .page-header .header-right .top-right #top-links .actions ul.links li {
  margin: 0;
  padding: 0;
  font-size: 12px;
  list-style: none none;
}
header.site-header .page-header .header-right .top-right #top-links .actions ul.links li.welcome {
  display: none;
}
header.site-header .page-header .header-right .top-right #top-links .actions ul.links li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
header.site-header .page-header .header-right .top-right #top-links .actions ul.links li a {
  display: block;
  padding: 8px;
  color: #4D4B39;
  font-weight: 300;
}
header.site-header .page-header .header-right .top-right #top-links .actions ul.links li a:hover {
  text-decoration: none;
}
header.site-header .page-header .header-right .top-right #top-links .actions:after {
  content: "\e622";
  width: 15px;
  height: 20px;
  font-size: 22px;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "icons-blank-theme";
}
header.site-header .page-header .header-right .top-right ul.currency {
  padding-right: 20px;
}
header.site-header .page-header .header-right .top-right ul.accdetials {
  padding-right: 30px;
}
header.site-header .page-header .header-right .top-right ul:hover li {
  display: block;
}
header.site-header .page-header .header-right .top-right ul li.active {
  display: block;
}
header.site-header .page-header .header-right .top-right ul li a {
  color: #4D4B39;
  display: block;
  font-weight: 300;
}
header.site-header .page-header .header-right .top-right ul > ul li:first-child {
  display: block;
  padding: 0 10px;
}
header.site-header .page-header .header-right .top-right .minicart-wrapper .action.showcart .counter.qty {
  background: #CF3D4A;
  height: 18px;
  line-height: 18px;
}
header.site-header .page-header .header-right .top-right .minicart-wrapper .action.showcart:before {
  content: "";
  background: url(../images/cart.svg) no-repeat center;
  width: 22px;
  height: 20px;
}
header.site-header .page-header .header-right .top-right .minicart-wrapper .action.close {
  color: inherit;
}
header.site-header .page-header .header-right .top-right .minicart-wrapper .minicart-items .heading {
  display: flex;
  justify-content: space-between;
}
header.site-header .page-header .header-right .top-right .minicart-wrapper .minicart-items .heading .product-item-name a {
  color: #CF3D4A;
  font-size: 1.5rem;
}
header.site-header .page-header .header-right .top-right .minicart-wrapper .minicart-items .heading .product-item-name small.hotel,
header.site-header .page-header .header-right .top-right .minicart-wrapper .minicart-items .heading .product-item-name small.date {
  font-size: 1rem;
  color: #272727;
}
header.site-header .page-header .header-right .top-right .minicart-wrapper .minicart-items .heading .product-item-name small.hotel:hover,
header.site-header .page-header .header-right .top-right .minicart-wrapper .minicart-items .heading .product-item-name small.date:hover {
  text-decoration: none;
}
header.site-header .page-header .header-right .top-right .minicart-wrapper .minicart-items .product-options dt {
  margin-bottom: 0;
}
header.site-header .page-header .header-right .top-right .minicart-wrapper .minicart-items .product-item-pricing .label {
  width: auto;
}
header.site-header .page-header .header-right .top-right .cart-container {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  header.site-header .page-header .header-right .top-right .cart-container:hover .cart-items {
    display: block;
  }
}
header.site-header .page-header .header-right .top-right .cart-container .cart-items {
  position: absolute;
  display: none;
  width: 475px;
  box-shadow: 0 6px 34px 0 rgba(0, 0, 0, 0.14);
  background-color: white;
  padding: 50px;
  right: -30px;
  top: 50px;
}
header.site-header .page-header .header-right .top-right .cart-container .cart-items:before {
  content: "";
  position: absolute;
  right: 20px;
  top: -26px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 26px 15px;
  border-color: transparent transparent #ffffff;
}
header.site-header .page-header .header-right .top-right .cart-container .cart-item {
  font-size: 14px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E1E1E1;
  display: block;
}
header.site-header .page-header .header-right .top-right .cart-container .cart-item {
  zoom: 1;
  clear: both;
}
header.site-header .page-header .header-right .top-right .cart-container .cart-item:before, header.site-header .page-header .header-right .top-right .cart-container .cart-item:after {
  content: "";
  display: table;
}
header.site-header .page-header .header-right .top-right .cart-container .cart-item:after {
  clear: both;
}
header.site-header .page-header .header-right .top-right .cart-container .cart-item .img-blk {
  float: left;
  width: 76px;
}
header.site-header .page-header .header-right .top-right .cart-container .cart-item .img-blk img {
  display: block;
}
header.site-header .page-header .header-right .top-right .cart-container .cart-item .cart-info {
  position: relative;
  float: left;
  width: calc(100% - 76px);
  padding: 0 20px;
  color: #272727;
}
header.site-header .page-header .header-right .top-right .cart-container .cart-item .cart-info span {
  display: block;
}
header.site-header .page-header .header-right .top-right .cart-container .cart-item .cart-info span.item-cats {
  font-size: 12px;
}
header.site-header .page-header .header-right .top-right .cart-container .cart-item .cart-info span.item-desc {
  color: #989898;
  font-weight: 300;
}
header.site-header .page-header .header-right .top-right .cart-container .cart-item .cart-info span.price {
  font-weight: 300;
  font-size: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
}
header.site-header .page-header .header-right .top-right .cart-container .cart-item .cart-info h4 {
  font-weight: 500;
  margin-bottom: 3px;
}
header.site-header .page-header .header-right .top-right .cart-container .cart-item .cart-info h4 span {
  color: black;
  font-weight: 300;
  display: inline-block;
}
header.site-header .page-header .header-right .top-right .cart-container .total {
  display: block;
  text-align: right;
  font-size: 16px;
  color: black;
  margin-bottom: 30px;
}
header.site-header .page-header .header-right .top-right .cart-container .total .total-price {
  margin-left: 20px;
  font-size: 24px;
}
header.site-header .page-header .header-right .top-right .cart-container .btn-wrap {
  display: block;
}
header.site-header .page-header .header-right .top-right .cart-container .btn-wrap button {
  width: 49%;
  float: left;
}
header.site-header .page-header .header-right .top-right .cart-container .btn-wrap button.solid {
  background-color: #CF3D4A;
  color: white;
}
header.site-header .page-header .header-right .top-right .cart-container .btn-wrap button.solid:hover {
  color: #CF3D4A;
  background-color: white;
}
header.site-header .page-header .header-right .top-right .cart-container .btn-wrap button + button {
  width: 49%;
  float: right;
}
@media screen and (max-width: 1024px) {
  header.site-header .page-header .header-right .top-right .cart-container .cart-items.active {
    display: block;
    padding: 20px;
    right: -60px;
    width: 300px;
  }
  header.site-header .page-header .header-right .top-right .cart-container .cart-items.active:before {
    right: 50px;
  }
  header.site-header .page-header .header-right .top-right .cart-container .cart-item .cart-info span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: "";
  }
  header.site-header .page-header .header-right .top-right .cart-container .cart-item .cart-info span.price {
    position: static;
    font-size: 14px;
  }
  header.site-header .page-header .header-right .top-right .cart-container .cart-item .cart-info h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: "";
  }
  header.site-header .page-header .header-right .top-right .cart-container .btn-wrap button {
    width: 100%;
  }
  header.site-header .page-header .header-right .top-right .cart-container .btn-wrap button + button {
    width: 100%;
    margin: 5px 0 0;
  }
}
header.site-header .page-header .header-right .top-right .switcher .switcher-label {
  display: none;
}
header.site-header .page-header .header-right .top-right .switcher .options {
  display: inline-block;
  position: relative;
}
header.site-header .page-header .header-right .top-right .switcher .options .dropdown {
  max-height: none;
}
header.site-header .logo {
  text-align: center;
  margin: 0 auto;
  float: none;
}
header.site-header .logo a {
  display: inline-block;
}
@media (max-width: 480px) {
  header.site-header .menu-item {
    background-size: 11px 7px;
    background-position: 93% 30px;
    background-repeat: no-repeat;
    position: relative;
    padding-right: 0;
    background-image: none !important;
  }
  header.site-header .menu-item .nav-click {
    top: 5px;
    right: 10px;
    width: 100%;
  }
  header.site-header .menu-item .nav-arrow {
    float: right;
  }
  header.site-header .menu-item:hover a {
    background: transparent !important;
    color: black !important;
  }
  header.site-header .menu-item .mega-menu {
    position: initial;
    border-top: 0;
    padding-top: 0;
  }
  header.site-header .menu-item .links {
    width: 100% !important;
    padding-bottom: 13px;
  }
  header.site-header .menu-item .links .column ul {
    width: 100% !important;
    margin-bottom: 0 !important;
    text-align: left;
    display: flex;
    flex-direction: column;
  }
  header.site-header .menu-item .links .column ul li {
    min-height: 0 !important;
    margin-bottom: 0;
    line-height: 10px;
  }
  header.site-header .menu-item .links .column ul li a {
    padding: 6px 0 0 4px;
    line-height: 22px;
  }
  header.site-header .menu-item .links .link {
    display: block !important;
    left: 6px !important;
    bottom: -38px !important;
    color: #cf3d4a !important;
    background-image: url(../../frontend/Axelites/musicopera/fr_FR/images/red_big_arrow.png) !important;
  }
  header.site-header .menu-item .links .link a {
    padding-top: 5px;
  }
}
header nav {
  margin-top: 20px;
}
header nav > ul > li {
  display: inline-block;
  margin: 0;
}
header nav > ul > li a {
  display: inline-block;
  color: #2C2C2C;
  font-size: 14px;
  text-transform: uppercase;
  padding: 3px 10px;
  font-weight: 500;
}
header nav > ul > li a:visited {
  color: #2C2C2C;
}
header nav > ul > li.li-trip a.a-trip {
  background-color: #CF3D4A;
  color: white;
}
header nav > ul > li.li-trip a.a-trip:hover {
  background-color: black !important;
}
header nav > ul > li .mega-menu {
  display: none;
  padding: 35px 0;
  min-height: 100px;
  background-color: #fff;
  border-top: 3px solid black;
  left: 0;
  margin-top: 0;
  z-index: 10;
  width: 100%;
  position: absolute;
  cursor: default;
  font-weight: normal;
  font-size: 13px;
  text-align: left;
  color: #000;
  box-sizing: border-box;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
header nav > ul > li .mega-menu .container {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
}
header nav > ul > li .mega-menu .container .links {
  float: left;
  width: 70%;
}
header nav > ul > li .mega-menu .container .links .column {
  width: 100%;
}
header nav > ul > li .mega-menu .container .links .column ul {
  padding-left: 0;
  width: 33%;
  float: left;
  margin-bottom: 25px;
}
header nav > ul > li .mega-menu .container > .pub {
  float: left;
  width: 30%;
  border-left: 1px solid #E1E1E1;
  padding-left: 20px;
}
header nav > ul > li .mega-menu .container > .pub a {
  display: grid;
  margin-bottom: 10px;
}
header nav > ul > li .mega-menu ul li {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 30px;
  color: #C1BEBE;
  font-weight: 600;
  width: 100%;
  text-align: left;
  padding: 0;
}
header nav > ul > li .mega-menu ul li a {
  font-weight: 300;
  color: #272727;
  text-transform: none;
  position: relative;
  letter-spacing: 0.5px;
  text-decoration: none;
  white-space: initial;
}
header nav > ul > li .mega-menu ul li a:hover:after {
  width: 100%;
}
header nav > ul > li .mega-menu ul li a:after {
  content: "";
  position: absolute;
  right: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: 0.3s width ease;
}
header nav > ul > li .mega-menu .link {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-right: 20px;
  background-image: url(../images/red_big_arrow.png);
  background-size: 5.5px 10.5px;
  background-repeat: no-repeat;
  background-position: 93% 50%;
  transition: 0.3s all ease;
}
header nav > ul > li.active {
  padding: 0;
}
header nav > ul > li.active a {
  background: #CDA446 url(../images/icons/cdx-icons.svg) no-repeat 8px 4px;
  margin-right: 1px;
  position: relative;
  z-index: 99;
  font-weight: 400;
  padding: 3px 10px 3px 30px;
  color: #fff;
}
header nav > ul > li:hover:first-child a {
  background-color: #FFF;
}
header nav > ul > li:hover > a {
  color: #FFF;
  text-decoration: none;
  background-color: black;
}
header nav > ul > li:hover > a:visited {
  color: #FFF;
}
header nav > ul > li:hover .mega-menu {
  display: block;
}
header nav ul {
  font-size: 0;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 9;
}
header nav ul > li {
  padding: 20px 5px;
}
header nav ul > li.dropdown {
  padding-right: 20px;
  background-image: url(../images/arrow.svg);
  background-size: 11px 7px;
  background-position: 93% 30px;
  background-repeat: no-repeat;
  position: relative;
}
header nav ul > li.dropdown ul li {
  line-height: 30px;
  list-style: none;
  position: relative;
}
header nav ul > li.dropdown ul li a {
  font-weight: 300;
  color: #272727;
  text-transform: none;
  position: relative;
  font-size: 13px;
  padding: 0;
}
header nav ul > li.dropdown ul li a:hover {
  text-decoration: none;
}
header nav ul > li.dropdown ul li a:after {
  content: "";
  position: absolute;
  right: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: 0.3s width ease;
}
header nav ul > li.dropdown ul li a:hover:after {
  width: 100%;
}
header nav ul > li.dropdown ul li:after {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: 5px;
  z-index: 99;
  top: 12px;
  background-repeat: no-repeat;
  content: "";
}
header nav ul > li.dropdown ul li.opera:after {
  background: #CF3D4A;
}
header nav ul > li.dropdown ul li.concerts:after {
  background: #EE3444;
}
header nav ul > li.dropdown ul li.ballets:after {
  background: #F1626E;
}
header nav ul > li.dropdown ul li.tempsforts:after {
  background: #A487BC;
}
header nav ul > li.dropdown ul li.decouverte:after {
  background: #cc579b;
}
header nav ul > li.dropdown ul li.leclub, header nav ul > li.dropdown ul li.lelivre, header nav ul > li.dropdown ul li.lelivredecoute, header nav ul > li.dropdown ul li.lecheqCadeau {
  padding: 5px 0 5px 45px;
}
header nav ul > li.dropdown ul li.leclub:after {
  content: "";
  background-image: url(../images/icons/club.svg);
  border-radius: 0;
  width: 52px;
  height: 52px;
  left: -15px;
  top: 0;
}
header nav ul > li.dropdown ul li.lelivre:after {
  content: "";
  background-image: url(../images/icons/livre.svg);
  border-radius: 0;
  width: 52px;
  height: 52px;
  left: -15px;
  top: 0;
}
header nav ul > li.dropdown ul li.lelivredecoute:after {
  content: "";
  background-image: url(../images/icons/livredecouverte3.png);
  border-radius: 0;
  width: 52px;
  height: 52px;
  left: -15px;
  top: 0;
}
header nav ul > li.dropdown ul li.lecheqCadeau:after {
  content: "";
  background-image: url(../images/icons/cadeau.svg);
  border-radius: 0;
  width: 52px;
  height: 52px;
  left: -15px;
  top: 0;
}
header nav ul > li.categories:hover > a {
  background: #ffffff;
  color: #A5303B !important;
}
header nav ul > li.categories ul li {
  padding: 5px 0 5px 30px;
  margin-bottom: 0;
  text-align: left;
}
header nav ul > li .small-menu {
  display: none;
  padding: 25px 0;
  min-height: 100px;
  background-color: #fff;
  border-top: 3px solid #a5303b;
  margin-top: 0;
  left: 0;
  z-index: 10;
  width: 320px;
  position: absolute;
  cursor: default;
  font-weight: normal;
  font-size: 13px;
  text-align: left;
  color: #000;
  box-sizing: border-box;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
header nav ul > li .small-menu ul {
  padding: 0 25px;
}
header nav ul > li:hover .small-menu {
  display: block;
}
@media (max-width: 1220px) {
  header.site-header .container {
    max-width: 100%;
    padding: 0 25px;
  }
  header nav ul {
    text-align: center;
  }
  header nav ul li {
    margin: 0 5px;
  }
}
@media screen and (max-width: 1080px) {
  header nav ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  header.site-header .menu-icon {
    display: inline-block;
  }
  header.site-header .container {
    max-width: 100%;
    padding: 0 25px;
  }
  header.site-header nav {
    display: none;
  }
  header.site-header .mobile-nav {
    display: block;
  }
  header.site-header .mobile-nav nav {
    display: block;
  }
  header.site-header .header-top {
    float: right;
    padding-top: 15px;
  }
  header.site-header .header-top .top-right ul {
    display: none;
  }
  header.site-header .logo {
    max-width: 165px;
    display: inline-block;
    vertical-align: middle;
  }
}

.header-content.artwork {
  float: left;
  padding-left: 25px;
}

.search-form + .breadcrumbs .items {
  border-top: 0;
}

.breadcrumbs .items {
  padding: 11px 0;
  margin: 0 20px;
  border-bottom: 1px solid #E1E1E1;
  border-top: 1px solid #E1E1E1;
}

.cms-privacy-policy-cookie-restriction-mode #notice-cookie-block {
  display: none !important;
}

.no-border {
  border: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.ajaxcart-other .next {
  padding: 30px 0 30px 10px !important;
}
.ajaxcart-other .previous {
  padding-right: 10px !important;
}
.ajaxcart-other .next .col-1-2, .ajaxcart-other .previous .col-1-2 {
  position: relative;
}
.ajaxcart-other .next .tag-type, .ajaxcart-other .previous .tag-type {
  position: absolute;
  top: -10px;
  right: -10px;
  height: 30px;
  width: 30px;
  font-size: 0.7rem;
  line-height: 30px;
}
.ajaxcart-other .col-2 p.location {
  color: #272727;
  font-size: 1.1rem;
  font-weight: 600;
}
.ajaxcart-other .col-2 p a {
  color: #CF3D4A;
  font-size: 1.4rem;
  border: 2px solid;
  padding: 5px 10px;
  margin-top: 10px;
  display: block;
  text-align: center;
}

.rgpd-link {
  white-space: initial;
}

.fancybox-slide #modal-form-newsletter {
  width: 500px;
}
.fancybox-slide #modal-form-newsletter h4 {
  margin: 15px 0 30px 0;
}
.fancybox-slide #modal-form-newsletter .field {
  margin-bottom: 20px;
}
.fancybox-slide #modal-form-newsletter .field.lastname, .fancybox-slide #modal-form-newsletter .field.firstname {
  float: left;
  width: 49%;
}
.fancybox-slide #modal-form-newsletter .field .lastname {
  margin-right: 1%;
}
.fancybox-slide #modal-form-newsletter .field .firstname {
  margin-left: 1%;
}

a.less {
  display: none;
}

.ui-datepicker-other-month {
  opacity: 0.4;
}

.ui-tooltip {
  background: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
}

.owl-nav {
  position: absolute;
  width: 100%;
  top: 0;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  width: 50px;
  position: absolute;
  top: 0;
  height: 131px;
  margin: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}
.owl-nav .owl-prev span, .owl-nav .owl-next span {
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
}
.owl-nav [class*=owl-] {
  margin: 0;
  border-radius: 0;
  top: -1px;
}
.owl-nav [class*=owl-]:hover {
  background: transparent;
}
.owl-nav .owl-prev {
  left: -2px;
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
  /* span { */
  /* background-position: center left; */
  /* background-image: url(../images/back.svg); */
  /* } */
}
.owl-nav .owl-next {
  right: -2px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=1);
  /* span { */
  /* background-position: center right; */
  /* background-image: url(../images/next.svg); */
  /* } */
}

.ui-autocomplete {
  background: #ffffff;
  padding: 0;
  z-index: 9999999;
  position: relative;
  border-top: 3px solid #000000;
  width: 20%;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.ui-autocomplete li {
  padding: 10px 15px;
  list-style: none;
  margin: 0;
  cursor: pointer;
}
.ui-autocomplete li:hover, .ui-autocomplete li.autocomplete-hover {
  background: #CF3D4A;
  color: #ffffff;
}

.search-form .close-search {
  display: none;
}

.cms-page-view h1, .cms-page-view h2, .cms-page-view h3, .cms-page-view h4, .cms-page-view h5, .cms-page-view h6 {
  color: #000;
  text-transform: uppercase;
}

.tag {
  background-size: cover;
  background-repeat: no-repeat;
  color: white !important;
  font-size: 1.1rem !important;
  padding: 1px 5px 1px 5px;
  display: inline-block;
  font-weight: 500;
  margin-top: 5px;
  position: relative;
  margin-left: 10px;
  line-height: 19px;
  white-space: nowrap;
}
.tag:before {
  content: "";
  background: transparent;
  width: 0;
  height: auto;
  position: absolute;
  right: 100%;
  border: 11px solid transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  margin-top: -1px;
}
.tag:after {
  content: "";
  display: block;
  height: 4px;
  width: 4px;
  background: #FFF;
  border-radius: 5px;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -2px;
}
.tag-promo {
  background-color: #F5A623;
}
.tag-promo::before {
  border-right-color: #F5A623;
}
.tag-preorder {
  background-color: #5B0D16;
}
.tag-preorder::before {
  border-right-color: #5B0D16;
}
.tag-full {
  background-color: #000000;
}
.tag-full::before {
  border-right-color: #000000;
}
.tag-cancel {
  background-color: #808080;
}
.tag-cancel::before {
  border-right-color: #808080;
}
.tag-package {
  background-color: #FBCA79;
  cursor: pointer;
}
.tag-package::before {
  border-right-color: #FBCA79;
}
.tag-premium {
  background-color: #bdbd89;
  color: rgba(39, 39, 39, 0.5) !important;
}
.tag-premium::before {
  border-right-color: #bdbd89;
}

/* Deepest support possible
@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot');                                    // IE9 Compat Modes
  src: url('webfont.eot?#iefix') format('embedded-opentype'), // IE6-IE8
       url('webfont.woff2') format('woff2'),                  // Super Modern Browsers
       url('webfont.woff') format('woff'),                    // Pretty Modern Browsers
       url('webfont.ttf') format('truetype'),                 // Safari, Android, iOS
       url('webfont.svg#svgFontName') format('svg');          // Legacy iOS
}*/
/* Practical level of support
// Chrome 3.5+ - Safari 3+ - Firefox 3.5+ - Opera 10.1+ - IE 9+ - Android 2.2+ - iOS 4.3+     
@font-face {
  font-family: 'MyWebFont';
  src: url('myfont.woff2') format('woff2'),
       url('myfont.woff') format('woff'),
       url('myfont.ttf') format('truetype');
}*/
.listings.title h1, h1, .h1 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 36px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 10px 0 20px;
}

h2, .h2 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 1px;
  color: #272727;
  text-align: left;
  padding: 0;
  margin: 0 0 20px;
}

h3, .h3 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: theme-letter-spacing-small;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 15px;
}

h4, .h4 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

h5, .h5 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

body, p, p.type1, p.type2, p.type3 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 170%;
  letter-spacing: 0.5px;
  color: #272727;
  text-align: left;
}

p, p.type1 {
  margin: 0 0 2rem 0;
}

p.type2 {
  font-size: 1.4rem;
}

p.type3 {
  font-size: 1rem;
}

button.line, .button.line, button.plain, .button.plain {
  padding: 20px 30px;
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 1.5px;
  color: #CF3D4A;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: transparent;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

button.line:hover, .button.line:hover, button.plain:hover, .button.plain:hover {
  color: white !important;
  background-color: #CF3D4A;
}

.search-form-mobile button, .search-form .button-wrap input, .search-form .button-wrap button {
  letter-spacing: 1.5px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.search-form-mobile button:hover, .search-form .button-wrap input:hover, .search-form .button-wrap button:hover {
  color: #CF3D4A !important;
  background-color: transparent;
}

button.plain, .button.plain {
  color: white;
  border: 2px solid #CF3D4A;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

button.plain:hover, .button.plain:hover {
  color: #CF3D4A !important;
  border: 2px solid #CF3D4A;
  background-color: transparent;
}

a.link-size-small, a.link-size-medium, a.link-size-large {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  color: #CF3D4A;
  letter-spacing: 2px;
  text-transform: uppercase;
}

a.link-size-medium {
  font-size: 12px;
}

a.link-size-large {
  font-size: 14px;
}

.cartblk .bottom-section .btm-blk .detail .info .link, .artist-info .artist-listings .list .list-info a, .top-destinations-section .content-section .link, .listings-section .col-left .blk-img .btm-blk .link, section.news .news-wrap ul li .news-blk .link-wrap .link, .customblks .twocol .blk-img.smallimg .btm-blk .link, .customblks .twocol .blk-img.bigimg .link, .dont-miss-section .dont-miss-carousel .link {
  padding-right: 20px;
  background-image: url(../images/red_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

.custom-two-blks .blk-img .right-blk .link, .customblks .threecol .blk-img .link, .slider .banner-wrap ul li .slide-warp .link a {
  padding-right: 20px;
  background-image: url(../images/yellow_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
  color: #F2EEC1;
}

.widget-block .receiveprizes a.yellowlink, .listings-section .col-left .receiveprizes a {
  padding-right: 40px;
  background-image: url(../images/white_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: white;
}

.widget-block .receiveprizes a.yellowlink:hover, .listings-section .col-left .receiveprizes a:hover {
  background-image: url(../images/red_big_arrow.png);
}

.search-form .button-wrap input:after, .search-form .button-wrap button:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 22px;
  margin-left: 10px;
  background-image: url(../images/white_big_arrow.png);
  background-position: left top;
  background-repeat: no-repeat;
  vertical-align: middle;
  color: white;
}

.search-form .button-wrap input:hover:after, .search-form .button-wrap button:hover:after {
  background-image: url(../images/red_big_arrow.png);
}

.listings-section .col-left .blk-img, .custom-two-blks .blk-img, .customblks .twocol .blk-img.smallimg, .customblks .twocol .blk-img.bigimg {
  background-size: cover;
  background-repeat: no-repeat;
}

.customblks .threecol .blk-img .block-content ul li {
  background-position: center left;
}

.listings-section .col-left .blk-img, .customblks .twocol .blk-img.smallimg {
  background-position: center right;
}

.customblks .twocol .blk-img.bigimg {
  background-position: center center;
}

@media (max-width: 480px) {
  .top-list-section .top-list-carousel {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: baselane;
    -moz-align-items: baselane;
    -ms-align-items: baselane;
    align-items: baselane;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .top-list-section .top-list-carousel .item {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
footer {
  background-color: white;
  color: white;
}
footer.site-footer {
  padding: 0;
}
footer.site-footer .partner-section {
  padding: 4rem 0;
  text-align: center;
  background-color: #F4F4F4;
}
footer.site-footer .partner-section p {
  text-align: center;
}
footer.site-footer .partner-section p.type2 {
  text-align: center;
  margin-bottom: 0;
}
footer.site-footer .partner-section .partner-logo-wrap ul {
  font-size: 0;
  margin: 0;
  padding: 0;
  padding-top: 3rem;
}
footer.site-footer .partner-section .partner-logo-wrap ul li {
  display: inline-block;
  margin: 0 3rem;
  vertical-align: middle;
}
footer.site-footer .partner-section .partner-logo-wrap ul li a {
  display: inline-block;
}
footer.site-footer .footer-main {
  color: #272727;
}
footer.site-footer .footer-main .social-section {
  padding: 4rem 0 2rem;
  display: flex;
}
footer.site-footer .footer-main .social-section {
  zoom: 1;
  clear: both;
}
footer.site-footer .footer-main .social-section:before, footer.site-footer .footer-main .social-section:after {
  content: "";
  display: table;
}
footer.site-footer .footer-main .social-section:after {
  clear: both;
}
footer.site-footer .footer-main .social-section .sudscription-form {
  float: left;
  max-width: 392px;
  margin-right: 63px;
}
footer.site-footer .footer-main .social-section .sudscription-form label {
  font-size: 14px;
  margin-bottom: 1rem;
  display: block;
}
footer.site-footer .footer-main .social-section .sudscription-form .newsletter-reminder {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
footer.site-footer .footer-main .social-section .sudscription-form .newsletter-reminder span {
  margin-bottom: 9px;
  display: inline-block;
}
footer.site-footer .footer-main .social-section .sudscription-form .input-wrap {
  zoom: 1;
  clear: both;
}
footer.site-footer .footer-main .social-section .sudscription-form .input-wrap:before, footer.site-footer .footer-main .social-section .sudscription-form .input-wrap:after {
  content: "";
  display: table;
}
footer.site-footer .footer-main .social-section .sudscription-form .input-wrap:after {
  clear: both;
}
footer.site-footer .footer-main .social-section .sudscription-form .input-wrap .input {
  width: 244px;
  float: left;
  font-size: 12px;
  height: auto;
}
footer.site-footer .footer-main .social-section .sudscription-form .input-wrap .input input[type=email] {
  border: 2px solid #BCBCBC;
  padding: 14px 20px;
}
footer.site-footer .footer-main .social-section .sudscription-form .input-wrap .button {
  float: left;
  width: calc(100% - 244px);
  font-size: 12px;
  margin-left: -1px;
}
footer.site-footer .footer-main .social-section .trustpilot,
footer.site-footer .footer-main .social-section .social-links {
  margin-left: auto;
  margin-right: auto;
}
footer.site-footer .footer-main .social-section .trustpilot label,
footer.site-footer .footer-main .social-section .social-links label {
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  color: #272727;
  margin-bottom: 10px;
}
footer.site-footer .footer-main .social-section .trustpilot ul,
footer.site-footer .footer-main .social-section .social-links ul {
  padding: 0;
  margin: 0;
  font-size: 0;
}
footer.site-footer .footer-main .social-section .trustpilot ul li,
footer.site-footer .footer-main .social-section .social-links ul li {
  margin-right: 2.5rem;
  display: inline-block;
}
footer.site-footer .footer-main .social-section .trustpilot ul li:last-child,
footer.site-footer .footer-main .social-section .social-links ul li:last-child {
  margin-right: 0 !important;
}
footer.site-footer .footer-main .social-section .travel-companies {
  margin-top: 10px;
  float: left;
  padding-right: 25px;
}
footer.site-footer .footer-main .footer-info {
  padding: 1.15rem 0 3.3rem;
  border-top: 1px solid #E1E1E1;
}
footer.site-footer .footer-main .footer-info {
  zoom: 1;
  clear: both;
}
footer.site-footer .footer-main .footer-info:before, footer.site-footer .footer-main .footer-info:after {
  content: "";
  display: table;
}
footer.site-footer .footer-main .footer-info:after {
  clear: both;
}
footer.site-footer .footer-main .footer-info .site-info {
  float: left;
  opacity: 1;
  padding: 2rem 0 0;
}
footer.site-footer .footer-main .footer-info .payment-info {
  float: right;
}
footer.site-footer .footer-main .footer-info .payment-info ul {
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: right;
}
footer.site-footer .footer-main .footer-info .payment-info ul li {
  vertical-align: middle;
  display: inline-block;
  margin-left: 2rem;
  line-height: 1;
}
footer.site-footer .footer-main .footer-linksec {
  border-top: 1px solid #E1E1E1;
  padding: 2.3rem 0 6rem;
}
footer.site-footer .footer-main .footer-linksec {
  zoom: 1;
  clear: both;
}
footer.site-footer .footer-main .footer-linksec:before, footer.site-footer .footer-main .footer-linksec:after {
  content: "";
  display: table;
}
footer.site-footer .footer-main .footer-linksec:after {
  clear: both;
}
footer.site-footer .footer-main .footer-linksec .fblock {
  float: left;
  width: 25%;
}
footer.site-footer .footer-main .footer-linksec .fblock.footer-menu h5 {
  color: #272727;
  font-weight: 600;
  text-transform: uppercase;
}
footer.site-footer .footer-main .footer-linksec .fblock.footer-menu ul {
  padding: 0;
  margin-top: 2rem;
}
footer.site-footer .footer-main .footer-linksec .fblock.footer-menu ul li {
  list-style: none;
  text-align: left;
}
footer.site-footer .footer-main .footer-linksec .fblock.footer-menu ul li a {
  line-height: 30px;
  color: #272727;
}
footer.site-footer .footer-main .footer-linksec .fblock.footer-payment {
  background-color: #fff;
  text-align: center;
  border-top: 4px solid black;
}
footer.site-footer .footer-main .footer-linksec .fblock.footer-payment .secure-payment {
  background-color: white;
  position: relative;
  top: -10px;
  padding: 0 10px;
  font-weight: 600;
}
footer.site-footer .footer-main .footer-linksec .fblock.footer-payment .plogs {
  max-width: 217px;
  margin-left: auto;
  margin-right: auto;
}
footer.site-footer .footer-main .footer-linksec .fblock.footer-payment .plogs ul {
  font-size: 0;
  padding: 0;
  text-align: left;
}
footer.site-footer .footer-main .footer-linksec .fblock.footer-payment .plogs ul li {
  text-align: left;
  list-style: none;
  display: inline-block;
  min-width: 70px;
  max-width: 70px;
}
@media (max-width: 1110px) {
  footer.site-footer .footer-main .footer-linksec .fblock {
    width: 50%;
    margin-bottom: 20px;
  }
  footer.site-footer .footer-main .social-section .sudscription-form {
    margin-right: 35px;
  }
}
@media (max-width: 1060px) {
  footer.site-footer {
    border-top: 1px solid #E1E1E1;
  }
  footer.site-footer .partner-section {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-main .footer-linksec {
    padding: 20px 0;
  }
  footer.site-footer .footer-main .social-section {
    padding: 20px 0 0;
  }
  footer.site-footer .footer-main .social-section .sudscription-form {
    width: 100%;
    margin: 0 0 20px;
  }
  footer.site-footer .footer-main .social-section .social-links {
    width: 100%;
    margin: 0 0 20px;
  }
  footer.site-footer .footer-main .footer-info .payment-info {
    float: left;
    margin-top: 15px;
  }
  footer.site-footer .footer-main .footer-info .payment-info ul li {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media (max-width: 580px) {
  footer.site-footer .footer-main .social-section .sudscription-form .input-wrap input[type=submit] {
    width: 160px;
  }
  footer.site-footer .footer-main .social-section .sudscription-form .input-wrap input[type=text] {
    width: calc(100% - 160px);
    padding: 16px 10px;
  }
  footer.site-footer .footer-main .footer-linksec .fblock {
    width: 100%;
  }
  footer.site-footer .footer-main .footer-linksec .fblock.footer-payment .plogs {
    max-width: none;
  }
}
@media (max-width: 374px) {
  footer.site-footer .footer-main .social-section .sudscription-form .input-wrap input[type=submit], footer.site-footer .footer-main .social-section .sudscription-form .input-wrap input[type=text] {
    width: 100%;
  }
}

.message.global.cookie {
  background: #ffffff;
  border-color: transparent;
  bottom: auto;
  top: 30%;
  left: 50%;
  width: 50%;
  margin-left: -25%;
  -webkit-box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.3);
}
.message.global.cookie a.allow {
  position: absolute;
  color: #000;
  top: 20px;
  right: 20px;
  font-size: 2rem;
}
.message.global.cookie a.allow:hover {
  text-decoration: none;
}
.message.global.cookie .content {
  padding: 20px;
}
.message.global.cookie .content .title {
  font-size: 2.5rem;
  margin-bottom: 15px;
}
.message.global.cookie .content p {
  font-size: 1.3rem;
}
.message.global.cookie .actions a {
  color: #CF3D4A;
  text-decoration: underline;
  font-size: 1.4rem;
}
.message.global.cookie .actions .allow {
  background: #CF3D4A;
  border: 2px solid #CF3D4A;
  padding: 17px 15px 16px;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  margin-left: 20px;
}
.message.global.cookie .actions .allow:hover {
  color: #CF3D4A;
  border: 2px solid #CF3D4A;
  background-color: transparent;
}

.h5-style {
  font-size: 1.25em; /* Exemple de style, ajustez selon vos besoins */
  font-weight: bold; /* Exemple de style */
  margin-top: 1em; /* Exemple de style */
  margin-bottom: 0.5em; /* Exemple de style */
  /* Ajoutez ici tous les autres styles CSS de vos <h5> */
}

/* Deepest support possible
@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot');                                    // IE9 Compat Modes
  src: url('webfont.eot?#iefix') format('embedded-opentype'), // IE6-IE8
       url('webfont.woff2') format('woff2'),                  // Super Modern Browsers
       url('webfont.woff') format('woff'),                    // Pretty Modern Browsers
       url('webfont.ttf') format('truetype'),                 // Safari, Android, iOS
       url('webfont.svg#svgFontName') format('svg');          // Legacy iOS
}*/
/* Practical level of support
// Chrome 3.5+ - Safari 3+ - Firefox 3.5+ - Opera 10.1+ - IE 9+ - Android 2.2+ - iOS 4.3+     
@font-face {
  font-family: 'MyWebFont';
  src: url('myfont.woff2') format('woff2'),
       url('myfont.woff') format('woff'),
       url('myfont.ttf') format('truetype');
}*/
.listings.title h1, h1, .h1 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 36px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 10px 0 20px;
}

h2, .h2 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 1px;
  color: #272727;
  text-align: left;
  padding: 0;
  margin: 0 0 20px;
}

h3, .h3 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: theme-letter-spacing-small;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 15px;
}

h4, .h4 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

h5, .h5 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

body, p, p.type1, p.type2, p.type3 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 170%;
  letter-spacing: 0.5px;
  color: #272727;
  text-align: left;
}

p, p.type1 {
  margin: 0 0 2rem 0;
}

p.type2 {
  font-size: 1.4rem;
}

p.type3 {
  font-size: 1rem;
}

button.line, .button.line, button.plain, .button.plain {
  padding: 20px 30px;
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 1.5px;
  color: #CF3D4A;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: transparent;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

button.line:hover, .button.line:hover, button.plain:hover, .button.plain:hover {
  color: white !important;
  background-color: #CF3D4A;
}

.search-form .button-wrap input, .search-form .button-wrap button, .search-form-mobile button {
  letter-spacing: 1.5px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.search-form .button-wrap input:hover, .search-form .button-wrap button:hover, .search-form-mobile button:hover {
  color: #CF3D4A !important;
  background-color: transparent;
}

button.plain, .button.plain {
  color: white;
  border: 2px solid #CF3D4A;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

button.plain:hover, .button.plain:hover {
  color: #CF3D4A !important;
  border: 2px solid #CF3D4A;
  background-color: transparent;
}

a.link-size-small, a.link-size-medium, a.link-size-large {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  color: #CF3D4A;
  letter-spacing: 2px;
  text-transform: uppercase;
}

a.link-size-medium {
  font-size: 12px;
}

a.link-size-large {
  font-size: 14px;
}

.cartblk .bottom-section .btm-blk .detail .info .link, .artist-info .artist-listings .list .list-info a, .top-destinations-section .content-section .link, .listings-section .col-left .blk-img .btm-blk .link, .dont-miss-section .dont-miss-carousel .link, .customblks .twocol .blk-img.bigimg .link, .customblks .twocol .blk-img.smallimg .btm-blk .link, section.news .news-wrap ul li .news-blk .link-wrap .link {
  padding-right: 20px;
  background-image: url(../images/red_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

.slider .banner-wrap ul li .slide-warp .link a, .customblks .threecol .blk-img .link, .custom-two-blks .blk-img .right-blk .link {
  padding-right: 20px;
  background-image: url(../images/yellow_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
  color: #F2EEC1;
}

.widget-block .receiveprizes a.yellowlink, .listings-section .col-left .receiveprizes a {
  padding-right: 40px;
  background-image: url(../images/white_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: white;
}

.widget-block .receiveprizes a.yellowlink:hover, .listings-section .col-left .receiveprizes a:hover {
  background-image: url(../images/red_big_arrow.png);
}

.search-form .button-wrap input:after, .search-form .button-wrap button:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 22px;
  margin-left: 10px;
  background-image: url(../images/white_big_arrow.png);
  background-position: left top;
  background-repeat: no-repeat;
  vertical-align: middle;
  color: white;
}

.search-form .button-wrap input:hover:after, .search-form .button-wrap button:hover:after {
  background-image: url(../images/red_big_arrow.png);
}

.listings-section .col-left .blk-img, .customblks .twocol .blk-img.bigimg, .customblks .twocol .blk-img.smallimg, .custom-two-blks .blk-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.customblks .threecol .blk-img .block-content ul li {
  background-position: center left;
}

.listings-section .col-left .blk-img, .customblks .twocol .blk-img.smallimg {
  background-position: center right;
}

.customblks .twocol .blk-img.bigimg {
  background-position: center center;
}

@media (max-width: 480px) {
  .top-list-section .top-list-carousel {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: baselane;
    -moz-align-items: baselane;
    -ms-align-items: baselane;
    align-items: baselane;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .top-list-section .top-list-carousel .item {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.cms-index-index .page-main {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cms-index-index .close-search {
  display: none;
}
@media (max-width: 480px) {
  .cms-index-index .news-section {
    display: none;
  }
}
.cms-index-index .news-section-mobile {
  margin-top: 15px;
}
@media (min-width: 480px) {
  .cms-index-index .news-section-mobile {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .cms-index-index .news-section-mobile {
    display: block !important;
  }
}

/*========Home Blocks============*/
#mc-embedded-subscribe-form #mce-success-response {
  background: rgb(203, 221, 185);
  padding: 20px;
  margin-bottom: 20px;
  color: rgba(39, 39, 39, 0.5);
  font-weight: bold;
}
#mc-embedded-subscribe-form .fancybox-close-small {
  background: transparent;
  border-color: transparent;
}

/*========Home Blocks============*/
.search-form .button-wrap button, .search-form .button-wrap input {
  letter-spacing: 2px;
  min-width: 200px;
  text-align: center;
  padding: 20px 16px 19px;
}

.search-form-mobile {
  display: none;
}
@media (max-width: 960px) {
  .search-form-mobile {
    display: block;
    position: absolute;
    top: -100%;
    opacity: 0;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 25px;
    z-index: 40;
    transition: all 0.3s ease-out, color 0.3s ease-out;
  }
  .search-form-mobile .close-search {
    cursor: pointer;
    padding: 15px 0;
  }
  .search-form-mobile .close-search:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 7px;
    background-image: url(../images/arrow.svg);
    background-size: 11px 7px;
    background-position: center left;
    background-repeat: no-repeat;
    position: relative;
    margin-right: 20px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .search-form-mobile .input-wrap {
    width: 100%;
    margin-bottom: 15px;
  }
  .search-form-mobile .input-wrap input {
    border: 0;
    padding: 15px 30px 15px 60px;
    background-position: 15px center;
    background-repeat: no-repeat;
    box-shadow: 0 10px 20px 0 rgba(139, 137, 114, 0.18);
    background-repeat: no-repeat;
  }
  .search-form-mobile .input-wrap input.where {
    background-image: url(../images/icons/marker.svg);
    background-size: 19px 26px;
  }
  .search-form-mobile .input-wrap input.who {
    background-image: url(../images/icons/look.png);
    background-size: 31px 23px;
  }
  .search-form-mobile .input-wrap input.datefield {
    float: left;
    width: 50%;
    background-image: url(../images/icons/date.svg);
    background-size: 27px 21px;
    border-right: 1px solid rgba(183, 183, 183, 0.47);
  }
  .search-form-mobile .input-wrap input.datefield:last-child {
    border-right: 0;
  }
  .search-form-mobile .input-wrap.big {
    zoom: 1;
    clear: both;
  }
  .search-form-mobile .input-wrap.big:before, .search-form-mobile .input-wrap.big:after {
    content: "";
    display: table;
  }
  .search-form-mobile .input-wrap.big:after {
    clear: both;
  }
  .search-form-mobile.active {
    top: 0;
    opacity: 1;
  }
}
.search-form-mobile button {
  width: 100%;
}

.banner-mobile {
  display: none;
}
@media (max-width: 960px) {
  .banner-mobile {
    background-color: #f2f2f2;
    padding: 25px 0;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: 0.86px;
    display: block;
  }
  .banner-mobile .search-mobile {
    text-transform: uppercase;
    padding: 15px 20px;
    box-shadow: 0 10px 20px 0 rgba(139, 137, 114, 0.18);
    background-color: white;
    color: #383C3F;
    display: block;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    cursor: pointer;
    background-image: url(../images/arrow.svg);
    background-size: 11px 7px;
    background-position: center right 20px;
    background-repeat: no-repeat;
  }
}

.homepage-banner {
  height: 300px;
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  .homepage-banner {
    display: none;
  }
}
.homepage-banner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.6);
}
.homepage-banner .container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.homepage-banner input[type=text] {
  font-size: 1.2rem;
}
.homepage-banner .banner-content {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  text-transform: uppercase;
  color: white;
  font-size: 22px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 2px;
  z-index: 5;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.homepage-banner .banner-content h1 {
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 22px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 2px;
}
.homepage-banner .banner-content span {
  display: block;
  text-transform: none;
  font-size: 14px;
  margin: 10px 0;
  font-weight: 300;
}
@media (max-width: 1240px) {
  .homepage-banner .banner-content {
    padding: 0 20px;
  }
}

.about-us {
  padding-top: 2.3rem;
  padding-bottom: 1.9rem;
}
.about-us.mobile-blk {
  display: none;
}
@media (max-width: 960px) {
  .about-us {
    display: none;
  }
  .about-us.mobile-blk {
    display: block;
  }
  .about-us.mobile-blk ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 960px) and (max-width: 600px) {
  .about-us.mobile-blk {
    margin-top: 30px;
    padding-bottom: 0;
  }
}
.about-us.inner {
  padding-top: 2.3rem;
  padding-bottom: 1.9rem;
}
.about-us ul {
  font-size: 0;
  margin: auto;
  padding: 0;
}
.about-us ul li {
  float: left;
  width: 25%;
  font-size: 0;
  padding: 0 8px;
}
.about-us ul li span {
  font-size: 12px;
}
.about-us ul li .icon {
  float: left;
  margin-right: 10px;
  width: 60px;
  text-align: center;
}
.about-us ul li .info {
  float: left;
  width: calc(100% - 70px);
}
.about-us ul li .info .atitle {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
}
.about-us ul li .info .ainfo {
  font-size: 12px;
}

.slider {
  position: relative;
}
.slider ul {
  padding: 0;
  margin: 0;
}
.slider ul li {
  list-style: none;
}
.slider .banner-wrap ul {
  max-height: 405px;
  overflow: hidden;
}
.slider .banner-wrap ul li {
  min-height: 405px;
  display: none;
  background: #000;
  position: relative;
  z-index: 1;
}
.slider .banner-wrap ul li#slide_0 {
  display: list-item;
}
.slider .banner-wrap ul li a {
  display: block;
}
.slider .banner-wrap ul li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 232px;
  z-index: 2;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
@media (max-width: 480px) {
  .slider .banner-wrap ul li:after {
    bottom: 100px;
  }
}
.slider .banner-wrap ul li .slide-warp .slider-content {
  padding: 50px;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 4;
  left: 0;
}
.slider .banner-wrap ul li .slide-warp .slider-content {
  zoom: 1;
  clear: both;
}
.slider .banner-wrap ul li .slide-warp .slider-content:before, .slider .banner-wrap ul li .slide-warp .slider-content:after {
  content: "";
  display: table;
}
.slider .banner-wrap ul li .slide-warp .slider-content:after {
  clear: both;
}
@media (max-width: 480px) {
  .slider .banner-wrap ul li .slide-warp .slider-content {
    bottom: 0;
  }
}
.slider .banner-wrap ul li .slide-warp .title {
  float: left;
  color: white;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.slider .banner-wrap ul li .slide-warp .title .home-slider-title {
  font-weight: 600;
  font-size: 36px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 10px 0 20px;
}
@media (max-width: 767px) {
  .slider .banner-wrap ul li .slide-warp .title .home-slider-title {
    font-size: 1.7rem;
    line-height: 1.3;
  }
}
.slider .banner-wrap ul li .slide-warp .title h2 {
  text-transform: uppercase;
  color: white;
  letter-spacing: 5px;
}
.slider .banner-wrap ul li .slide-warp .title span {
  font-size: 21px;
  font-weight: 300;
}
.slider .banner-wrap ul li .slide-warp .link {
  position: absolute;
  right: 30px;
  bottom: 51px;
}
@media (max-width: 767px) {
  .slider .banner-wrap ul li .slide-warp .link {
    bottom: 30px;
  }
}
.slider .banner-wrap ul li .slide-warp .link a {
  background-size: 8px 15px;
  background-position: 97% 70%;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 767px) {
  .slider .banner-wrap ul li .slide-warp .link a {
    font-size: 16px;
  }
}
.slider .tab-wrap ul {
  font-size: 0;
}
.slider .tab-wrap ul li {
  width: calc(25% - 5px);
  margin-right: 5px;
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
  padding: 15px 23px;
  background-color: #F4F4F4;
  cursor: pointer;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.slider .tab-wrap ul li:last-child {
  margin-right: 0;
  width: calc(25% - 2px);
}
.slider .tab-wrap ul li:hover, .slider .tab-wrap ul li.active {
  color: white;
  background-color: #272727;
}
.slider .tab-wrap ul li .title {
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
}
.slider .tab-wrap ul li .info {
  font-size: 12px;
}

.newsletter-reminder {
  border: 1px solid;
  padding-top: 13px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 11px;
  margin-top: 24px;
}
.newsletter-reminder h3 {
  font-weight: 700;
  text-align: center;
  font-size: 19px;
  margin-bottom: 3px;
}
.newsletter-reminder p {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
  letter-spacing: -1px;
}
.newsletter-reminder span {
  font-size: 18px;
  color: #cf3d4a;
  font-weight: 600;
}
.newsletter-reminder a {
  margin-left: auto;
  width: initial;
  margin-right: auto;
  padding: 3px 4px 3px 4px;
  color: white;
  background-color: #cf3d4a;
  border-color: #cf3d4a;
  letter-spacing: 1px;
  font-weight: 500;
  text-decoration: none;
}

.news-list {
  padding: 2rem 2rem;
}
.news-list {
  zoom: 1;
  clear: both;
}
.news-list:before, .news-list:after {
  content: "";
  display: table;
}
.news-list:after {
  clear: both;
}
.news-list .news-section {
  float: left;
  max-width: 395px;
  width: 100%;
  margin-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .news-list .news-section {
    max-width: unset;
    margin-right: unset;
  }
}
.news-list .news-section .title-blk {
  zoom: 1;
  clear: both;
}
.news-list .news-section .title-blk:before, .news-list .news-section .title-blk:after {
  content: "";
  display: table;
}
.news-list .news-section .title-blk:after {
  clear: both;
}
.news-list .news-section .title-blk h2, .news-list .news-section .title-blk p.h2 {
  display: inline-block;
}
@media (max-width: 480px) {
  .news-list .news-section .title-blk h2, .news-list .news-section .title-blk p.h2 {
    float: left;
    clear: left;
    margin-bottom: 0;
  }
}
.news-list .news-section .title-blk a {
  float: right;
  padding: 10px 0;
  color: #272727;
}
@media (max-width: 480px) {
  .news-list .news-section .title-blk a {
    float: left !important;
    clear: left;
    padding: 0px 0 15px;
  }
}
.news-list .news-section ul {
  padding: 0;
  margin: 0;
  border: 1px solid #E1E1E1;
  border-bottom: 0;
}
.news-list .news-section ul li {
  list-style: none;
  border-bottom: 1px solid #E1E1E1;
}
.news-list .news-section ul li a {
  display: block;
  padding: 7px 20px;
  padding-right: 35px;
  font-size: 0;
  white-space: inherit;
}
.news-list .news-section ul li a span {
  font-size: 13px;
  vertical-align: middle;
}
.news-list .news-section ul li a .icon {
  width: 45px;
  height: 45px;
  margin-right: 15px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid transparent;
  overflow: hidden;
}
.news-list .news-section ul li a .icon img {
  height: 43px;
  width: auto;
  object-fit: cover;
}
.news-list .news-section ul li a .icon img[src*="thumb-logo-replace.png"] {
  margin-left: 0;
}
.news-list .news-section ul li a .desc {
  width: calc(100% - 61px);
  display: inline-block;
}
.news-list .news-section ul li a .desc span {
  display: block;
}
.news-list .news-section ul li a .desc .title {
  letter-spacing: 2px;
  color: #7AA3B0;
  text-transform: uppercase;
}
.news-list .news-section ul li a .desc .info {
  color: #272727;
}
.news-list .news-section ul li a .desc .pdate {
  color: #545454;
}

.news-blks {
  float: right;
  width: calc(100% - 435px);
  margin-bottom: 13px;
}
.news-blks .two-blk-ads {
  zoom: 1;
  clear: both;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .news-blks .two-blk-ads {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .news-blks .two-blk-ads #banniere_central_1 img {
    width: 302px !important;
    height: auto !important;
  }
}
.news-blks .two-blk-ads {
  zoom: 1;
  clear: both;
}
.news-blks .two-blk-ads:before, .news-blks .two-blk-ads:after {
  content: "";
  display: table;
}
.news-blks .two-blk-ads:after {
  clear: both;
}
.news-blks .two-blk-ads a:last-child {
  margin-right: 0;
  width: 100%;
  max-width: 350px;
}
.news-blks .two-blk-ads a img {
  display: block;
}
.news-blks .two-blk-ads a.ads {
  flex: 1;
}
.news-blks .two-blk-ads a.ads.left {
  min-width: 407px;
  max-height: 250px;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .news-blks .two-blk-ads a.ads.left {
    margin-bottom: 25px;
    min-width: initial;
    max-height: initial;
    margin-right: 0;
  }
}
.news-blks .two-blk-ads a.ads.right {
  flex: 1;
  max-width: 300px;
}
@media (max-width: 1024px) {
  .news-blks .two-blk-ads a.ads.right {
    flex-direction: column;
  }
}

.dont-miss-section {
  margin-bottom: 40px;
}
.dont-miss-section .container {
  box-shadow: 0 7px 26px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 7px 26px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 7px 26px rgba(0, 0, 0, 0.05);
  padding: 25px 50px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .dont-miss-section .container {
    padding: 25px;
  }
}
.dont-miss-section .dont-miss-carousel {
  min-width: 100%;
}
.dont-miss-section .dont-miss-carousel .dontmiss-title {
  font-size: 14px;
  color: #000;
  margin: 10px 0 5px;
  white-space: normal;
}
.dont-miss-section .dont-miss-carousel .dontmiss-desc {
  color: #000;
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.dont-miss-section .dont-miss-carousel .link {
  letter-spacing: 2.14px;
}

.top-list-section {
  padding: 0px;
  background: #272727;
  padding: 45px 0px 60px;
  border-bottom: 1px solid #393939;
}
.top-list-section h2 {
  text-align: center;
  color: white;
  margin-bottom: 4.5rem;
}
.top-list-section h2 span {
  display: inline-block;
  position: relative;
}
.top-list-section h2 span:after {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-left: 15px;
  background: url(../images/star.svg) no-repeat left top;
  background-size: cover;
}
.top-list-section .top-list-carousel {
  position: relative;
}
.top-list-section .top-list-carousel:before {
  content: "";
  display: block;
}
.top-list-section .top-list-carousel .item {
  text-align: center;
}
.top-list-section .top-list-carousel .item img {
  display: block;
  margin: 0px 0px 1.5rem;
}
.top-list-section .top-list-carousel .top-list-item-title {
  margin-bottom: 0.5rem;
  font-size: 16px;
  line-height: 18px;
  color: white;
  letter-spacing: 1.14px;
}
.top-list-section .top-list-carousel .top-list-item-designation {
  font-size: 15px;
  color: #FFF;
}
@media (max-width: 600px) {
  .top-list-section .top-list-carousel {
    padding: 0 25px;
    margin-bottom: 25px;
    zoom: 1;
    clear: both;
    margin-right: 10px;
  }
  .top-list-section .top-list-carousel .item {
    margin-bottom: 25px;
  }
  .top-list-section .top-list-carousel .item {
    zoom: 1;
    clear: both;
  }
  .top-list-section .top-list-carousel .item:before, .top-list-section .top-list-carousel .item:after {
    content: "";
    display: table;
  }
  .top-list-section .top-list-carousel .item:after {
    clear: both;
  }
  .top-list-section .top-list-carousel .item > img {
    float: left;
    margin-right: 15px;
    width: 150px;
    margin-bottom: 0;
  }
  .top-list-section .top-list-carousel .item .top-list-item-title {
    float: left;
    width: calc(100% - 165px);
    margin-top: 0;
    text-align: left;
  }
  .top-list-section .top-list-carousel .item .top-list-item-designation {
    text-align: left;
    float: left;
    width: calc(100% - 165px);
    margin-top: 0;
  }
  .top-list-section .top-list-carousel .item:nth-child(n+5) {
    display: none;
  }
}
@media (max-width: 600px) {
  .top-list-section {
    background: #272727;
    padding: 40px 0 0 0;
    border-bottom: 1px solid #393939;
  }
  .top-list-section h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 3rem;
  }
  .top-list-section #destination-carousel .item {
    margin-right: 10px;
  }
  .top-list-section #destination-carousel .item .top-list-item-designation {
    font-size: 15px;
    color: white;
    width: 100%;
  }
}

.customblks {
  padding-bottom: 1rem;
}
.customblks .twocol {
  zoom: 1;
  clear: both;
}
.customblks .twocol:before, .customblks .twocol:after {
  content: "";
  display: table;
}
.customblks .twocol:after {
  clear: both;
}
.customblks .twocol .blk-img {
  float: left;
}
.customblks .twocol .blk-img.bigimg {
  position: relative;
  margin-right: 8px;
  width: 687px;
  padding: 50px;
  min-height: 449px;
}
.customblks .twocol .blk-img.bigimg .block-title {
  color: white;
  font-size: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.customblks .twocol .blk-img.bigimg .block-title strong {
  font-weight: 600;
}
.customblks .twocol .blk-img.bigimg .block-title span {
  margin-top: 1rem;
  font-size: 14px;
  display: block;
  letter-spacing: 1.31px;
}
.customblks .twocol .blk-img.bigimg .block-img {
  position: absolute;
  left: 50px;
  bottom: 62px;
}
.customblks .twocol .blk-img.bigimg .link {
  position: absolute;
  right: 50px;
  bottom: 45px;
  letter-spacing: 3px;
}
.customblks .twocol .blk-img.smallimg {
  width: 505px;
  padding: 50px;
  min-height: 449px;
  position: relative;
}
.customblks .twocol .blk-img.smallimg h2 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  line-height: 32px;
}
.customblks .twocol .blk-img.smallimg .btm-blk {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
}
.customblks .twocol .blk-img.smallimg .btm-blk span {
  display: block;
  margin-bottom: 10px;
  letter-spacing: 1.3px;
}
.customblks .twocol .blk-img.smallimg .btm-blk .link {
  letter-spacing: 3px;
}
@media (max-width: 1240px) {
  .customblks .twocol .blk-img.bigimg {
    width: 60%;
    margin-right: 1%;
  }
  .customblks .twocol .blk-img.smallimg {
    width: 39%;
  }
}
@media (max-width: 960px) {
  .customblks .twocol .blk-img.bigimg {
    width: 100%;
    margin-bottom: 20px;
  }
  .customblks .twocol .blk-img.bigimg .block-img {
    max-width: 200px;
    left: 20px;
    bottom: 20px;
  }
  .customblks .twocol .blk-img.smallimg {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .customblks .twocol .blk-img.bigimg {
    padding: 20px;
    min-height: 235px;
  }
  .customblks .twocol .blk-img.bigimg .block-title {
    font-size: 16px;
  }
  .customblks .twocol .blk-img.bigimg .link {
    position: absolute;
    background-image: url(../images/white_big_arrow.png);
    font-size: 0;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
  }
  .customblks .twocol .blk-img.smallimg {
    padding: 20px;
    min-height: 175px;
    background-position: bottom right;
  }
  .customblks .twocol .blk-img.smallimg h2 {
    font-size: 16px;
    line-height: 1.5;
  }
  .customblks .twocol .blk-img.smallimg .btm-blk {
    left: 20px;
    bottom: 20px;
  }
}
.customblks .threecol {
  font-size: 0;
  margin-top: 8px;
}
.customblks .threecol {
  zoom: 1;
  clear: both;
}
.customblks .threecol:before, .customblks .threecol:after {
  content: "";
  display: table;
}
.customblks .threecol:after {
  clear: both;
}
.customblks .threecol .customblk-content {
  height: auto;
}
.customblks .threecol .blk-img {
  display: inline-block;
  width: 392px;
  background-color: black;
  min-height: 437px;
  padding: 50px;
  margin-right: 11px;
  vertical-align: top;
  position: relative;
}
.customblks .threecol .blk-img.block-ccc .customblk-content .block-title {
  margin-bottom: 70px;
  margin-top: 50px;
}
.customblks .threecol .blk-img.block-ccc .customblk-content .block-title h2 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
}
.customblks .threecol .blk-img.block-ccc .customblk-content .block-title img {
  display: inline-block;
  vertical-align: middle;
}
.customblks .threecol .blk-img:last-child {
  margin-right: 0;
}
.customblks .threecol .blk-img h2 {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
  letter-spacing: 3px;
}
.customblks .threecol .blk-img h2.gold {
  font-weight: 600;
  color: #CDA446;
}
.customblks .threecol .blk-img h2.gold span {
  font-weight: 300;
}
.customblks .threecol .blk-img h2 span {
  font-weight: 300;
  display: block;
}
.customblks .threecol .blk-img .block-img.icon-blk {
  margin: 39px 0;
}
.customblks .threecol .blk-img .block-img.icon-blk ul {
  font-size: 0;
  padding: 0;
  margin: 0;
}
.customblks .threecol .blk-img .block-img.icon-blk ul li {
  display: inline-block;
  margin-right: 7.5px;
}
.customblks .threecol .blk-img .block-img.more-margin {
  margin: 37px 0;
}
.customblks .threecol .blk-img .block-content {
  margin-bottom: 20px;
}
.customblks .threecol .blk-img .block-content ul {
  padding: 0;
  margin: 0;
}
.customblks .threecol .blk-img .block-content ul li {
  list-style: none;
  line-height: 25px;
  font-size: 14px;
  letter-spacing: 1.3px;
  color: white;
  padding-left: 25px;
  background-image: url(../images/white-tick.png);
  background-size: 15px 11px;
  background-repeat: no-repeat;
}
.customblks .threecol .blk-img .block-content p {
  min-height: 61px;
  color: white;
}
.customblks .threecol .blk-img .link {
  position: absolute;
  left: 50px;
  bottom: 50px;
  letter-spacing: 3px;
}
@media (max-width: 1240px) {
  .customblks .threecol .blk-img {
    width: 32.6%;
    margin-right: 1%;
  }
}
@media (max-width: 1070px) {
  .customblks .threecol .blk-img {
    padding: 25px 25px 75px;
  }
}
@media (max-width: 960px) {
  .customblks .threecol {
    display: none;
  }
}
.customblks .background-customblk {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.customblks .background-customblk img {
  height: 100%;
  width: 100%;
}
.customblks .customblk-content {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.custom-two-blks {
  margin: 3rem 0;
  padding: 3rem 0;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}
.custom-two-blks {
  zoom: 1;
  clear: both;
}
.custom-two-blks:before, .custom-two-blks:after {
  content: "";
  display: table;
}
.custom-two-blks:after {
  clear: both;
}
.custom-two-blks .blk-img {
  float: left;
  width: 32%;
  margin-right: 2%;
  padding: 20px;
  min-height: 210px;
  position: relative;
  z-index: 1;
  position: relative;
}
.custom-two-blks .blk-img:last-child {
  margin-right: 0;
}
.custom-two-blks .blk-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
  left: 0;
  top: 0;
}
.custom-two-blks .blk-img .block-title {
  float: left;
  width: 50%;
  color: white;
  font-size: 22px;
  letter-spacing: 3px;
  position: relative;
  z-index: 2;
  font-weight: 300;
  line-height: 32px;
  text-transform: uppercase;
}
.custom-two-blks .blk-img .block-title strong {
  font-weight: 600;
}
.custom-two-blks .blk-img .block-title span {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: none;
  line-height: 17px;
  display: block;
  margin-top: 20px;
}
.custom-two-blks .blk-img .right-blk {
  float: left;
  width: 50%;
  z-index: 2;
  text-align: right;
}
.custom-two-blks .blk-img .right-blk .thumbs-list {
  font-size: 0px;
  margin-bottom: 38px;
  line-height: normal;
}
.custom-two-blks .blk-img .right-blk .thumbs-list .thumb {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.custom-two-blks .blk-img .right-blk .thumbs-list .thumb img {
  display: block;
  height: 46px;
  object-fit: cover;
}
.custom-two-blks .blk-img .right-blk .link {
  padding-right: 30px;
  position: absolute;
  bottom: 20px;
  left: 10px;
  text-wrap: wrap;
  background-position: right 10px center !important;
}
@media (max-width: 1070px) {
  .custom-two-blks .blk-img {
    width: 100%;
    margin: 10px 0;
  }
}

/*========News============*/
section.news .news-wrap ul {
  padding: 0;
  margin: 0;
}
section.news .news-wrap ul li {
  float: left;
  width: 381px;
  list-style: none;
  box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  min-height: 500px;
  max-height: 500px;
}
section.news .news-wrap ul li:nth-child(3n+2) {
  margin: 0 2.8rem;
}
section.news .news-wrap ul li .news-blk .img-wrap img {
  display: block;
}
section.news .news-wrap ul li .news-blk .news-content {
  padding: 3rem;
}
section.news .news-wrap ul li .news-blk .news-content span.catgeroy {
  color: #7AA3B0;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1rem;
}
section.news .news-wrap ul li .news-blk .news-content h3 {
  font-weight: 400;
  color: #272727;
  margin-bottom: 2rem;
  letter-spacing: 1px;
}
section.news .news-wrap ul li .news-blk .news-content .content-wrap {
  position: relative;
}
section.news .news-wrap ul li .news-blk .news-content .content-wrap:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 85px;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 98%, #fff 100%);
}
section.news .news-wrap ul li .news-blk .link-wrap {
  border-top: 1px solid #E1E1E1;
  padding-top: 1.7rem;
}
section.news .news-wrap ul li .news-blk .link-wrap {
  zoom: 1;
  clear: both;
}
section.news .news-wrap ul li .news-blk .link-wrap:before, section.news .news-wrap ul li .news-blk .link-wrap:after {
  content: "";
  display: table;
}
section.news .news-wrap ul li .news-blk .link-wrap:after {
  clear: both;
}
section.news .news-wrap ul li .news-blk .link-wrap .date {
  float: left;
}
section.news .news-wrap ul li .news-blk .link-wrap .link {
  float: right;
  letter-spacing: 2.14px;
}

a.link_slider {
  position: absolute;
  z-index: 999999;
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 480px) {
  .top-list-section .top-list-carousel {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: baselane;
    -moz-align-items: baselane;
    -ms-align-items: baselane;
    align-items: baselane;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .top-list-section .top-list-carousel .item {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.link a {
  text-decoration: underline;
}

.ui-autocomplete .ui-menu-item a {
  color: #272727;
}

.cms-voyage-musical-formulaire main#maincontent {
  max-width: 1280px !important;
}

.column.main img {
  display: block;
  margin: auto;
}

.column.main .column_2 img {
  display: block;
  margin: auto;
}

.main_content {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 50px;
  padding-top: 25px;
  /* -webkit-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.05); */
  -moz-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.05);
  /* box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.05); */
  overflow: hidden;
  border: none;
  display: flex;
  align-items: start;
}

.cms-voyage-musical-formulaire h1.page-title {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 30px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 10px 0 35px;
}

.cms-voyage-musical-formulaire .page-title-wrapper {
  text-align: center;
}

.cms-voyage-musical-formulaire h2 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400 !important;
  font-size: 24px;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 1px;
  color: #272727;
  text-align: left;
  padding: 0;
  margin: 0 0 20px;
}

legend.legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}

input[type=submit] {
  background: #cf3d4a;
  color: white;
  border-color: #cf3d4a;
}

input[type=submit]:hover {
  border-color: black;
}

.content_faq h4 {
  font-size: 20px;
  text-transform: initial !important;
  color: #cf3d4a;
}

/* Mo sejour */
.flex_column {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.cms-voyage-musical-formulaire .field {
  width: 50%;
  padding-right: 23px;
  margin-bottom: 17px;
}

.flex_column .field.required label:after {
  content: "*";
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}

.flex_column label {
  padding: 6px 15px 0 0;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 600;
}

.cms-voyage-musical-formulaire legend.legend {
  margin-left: 0 !important;
}

.cms-voyage-musical-formulaire .actions-toolbar {
  margin-left: 0 !important;
}

.card {
  display: flex;
}

.card div {
  padding-right: 22px;
}

.content_faq h2 {
  text-align: center;
  margin-bottom: 44px;
}

.content_faq p {
  text-align: initial !important;
}

.cms-voyage-musical-formulaire fieldset.fieldset {
  margin-bottom: 0;
}

.field.required.ville_100 {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.field.required.ville_100 label {
  width: 100% !important;
  text-align: left !important;
}

.field.required.ville_100 .control {
  width: 100% !important;
}

.cms-voyage-musical-formulaire .top-destinations-section .container {
  box-shadow: none !important;
}

.column_1 {
  width: 70%;
}

.column_2 {
  width: 30%;
  margin-left: 33px;
  padding: 30px 18px;
  background: #fbf7f4;
  -webkit-box-shadow: 0px 2px 10px rgba(205, 205, 205, 0.7215686275);
  -moz-box-shadow: 0px 7px 26px #EEEEEE;
  box-shadow: 0px 2px 10px rgba(205, 205, 205, 0.7215686275);
}

.img_valerie img {
  position: relative;
  text-align: center;
  border-radius: 100%;
  width: 27%;
  height: 81px;
  object-fit: cover;
}

.column_2 h3 {
  text-align: center;
}

.column_2 p {
  text-align: center;
}

div#bloc_tel {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
}

.cms-voyage-a-vienne main#maincontent {
  max-width: 1280px !important;
}

.content_2 {
  padding-left: 25px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-top: 25px;
  -moz-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border: none;
  display: flex;
  align-items: start;
  /* padding: 25px; */
  /* -webkit-box-shadow: 0px 7px 26px #eeeeee; */
  -moz-box-shadow: 0px 7px 26px #EEEEEE;
  /* box-shadow: 0px 7px 26px #eeeeee; */
}

.btn_sejour a {
  background: #cf3d4a;
  color: white;
  padding: 14px 25px;
  font-size: 16px;
  border: 3px solid #cf3d4a;
}

.btn_2 a {
  text-align: center;
  /* display: block; */
  margin: auto;
  border: 3px solid #cf3d4a;
  padding: 16px 31px;
}

.btn_2 h4 {
  text-align: center;
}

.column_4 {
  width: 70%;
}

.column_3 {
  width: 30%;
}

.v_vienne {
  padding-left: 0 !important;
}

@media (max-width: 320px) {
  a.btn_red {
    font-size: 11px !important;
  }
}
a.btn_red {
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 14px;
}

.cms-voyage-a-vienne h1.page-title {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 30px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 10px 0 35px;
}

.cms-voyage-a-vienne .page-title-wrapper {
  text-align: center;
}

.btn_1 {
  text-align: center;
}

.btn_1 a {
  background: #cf3d4a;
  padding: 13px 25px;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
}

.col-right_1 p.trip-days {
  font-weight: 700;
}

.btn_center {
  padding: 11px;
  margin-top: 46px;
}

.btn_center a {
  border: 1px solid;
  padding: 14px 22px;
  color: #cf3d4a;
  text-decoration: none;
}

.btn_center a:hover {
  background: #cf3d4a;
  color: white;
}

@media (max-width: 768px) {
  .main_content.container-intro {
    padding: 0;
  }
  .card div {
    padding-right: 0;
  }
  tr#first-column td {
    width: 50px !important;
  }
  .cms-voyage-musical-formulaire tbody {
    display: flex;
  }
  tr#first-column {
    width: 30%;
  }
  .column_1, .column_2 {
    width: 100% !important;
  }
  .column_2 {
    margin-left: 0 !important;
    margin-top: 34px;
  }
  .col-right_1 {
    padding-top: 28px;
  }
  .img_valerie img {
    width: 100px !important;
    height: 100px !important;
  }
  .main_content .info-block {
    width: fit-content !important;
    float: left !important;
  }
  .block-city.d-flex {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .pl-thm-axelites h1.page-title {
    font-size: 24px !important;
    margin-bottom: 2rem !important;
  }
  main#maincontent {
    padding-top: 41px;
  }
  .cms-voyage-musical-formulaire h1.page-title {
    padding-bottom: 16px !important;
  }
  .content_faq h4 {
    font-size: 16px;
  }
  .flex_column {
    display: block !important;
  }
  .cms-voyage-musical-formulaire .field {
    width: 100% !important;
  }
  .card {
    display: block !important;
  }
  .card div {
    padding-right: 0;
  }
  .col-right_1 {
    padding-top: 28px;
  }
  .img_valerie img {
    width: 80px !important;
    height: 80px !important;
  }
  .content_2 {
    flex-direction: column;
  }
  .column_3 {
    width: 80% !important;
    margin: auto;
  }
  .column_4 {
    width: 100% !important;
  }
  .btn_1 a {
    font-size: 14px !important;
    display: block;
  }
  .column_1.listings-section .info p {
    font-size: 12px !important;
    letter-spacing: 0.5px;
  }
}
.pl-thm-axelites h1.page-title {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 30px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A !important;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 10px 0 35px;
}

input#date_dep {
  outline: 0px;
  border: 2px solid #BCBCBC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: auto !important;
  color: #272727;
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  padding: 12px 10px;
  line-height: 20px;
  font-weight: 400;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input#date_arr {
  outline: 0px;
  border: 2px solid #BCBCBC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: auto !important;
  color: #272727;
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  padding: 12px 10px;
  line-height: 20px;
  font-weight: 400;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.tickets-info-blocks .ticket-info-block {
  border: 0 !important;
}

.strengths {
  margin-bottom: 0 !important;
}

.d-flex {
  display: flex;
  justify-content: flex-end;
}

.action.primary:active, .action.primary:focus {
  color: #fff !important;
}

.axelites_trip_city-index-index h1.page-title {
  text-align: center !important;
  gap: 15px;
}

.d-flex > div {
  width: 100%;
}

.tickets-info-blocks .ticket-info-block.center,
.tickets-info-blocks .ticket-info-block.center h5 {
  text-align: center;
}

.info-block-trip.last {
  margin-top: 10px;
}

.info-block-trip.text a {
  font-weight: 600;
}

.raduis-img img {
  border-radius: 10px;
  height: 142px;
}

span.span-title {
  font-size: 1.4rem !important;
}

.raduis-img {
  padding-bottom: 18px;
}

.tab-wrap .match {
  padding: 15px 21px !important;
}

span.bold-city {
  font-weight: 600 !important;
}

/* Deepest support possible
@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot');                                    // IE9 Compat Modes
  src: url('webfont.eot?#iefix') format('embedded-opentype'), // IE6-IE8
       url('webfont.woff2') format('woff2'),                  // Super Modern Browsers
       url('webfont.woff') format('woff'),                    // Pretty Modern Browsers
       url('webfont.ttf') format('truetype'),                 // Safari, Android, iOS
       url('webfont.svg#svgFontName') format('svg');          // Legacy iOS
}*/
/* Practical level of support
// Chrome 3.5+ - Safari 3+ - Firefox 3.5+ - Opera 10.1+ - IE 9+ - Android 2.2+ - iOS 4.3+     
@font-face {
  font-family: 'MyWebFont';
  src: url('myfont.woff2') format('woff2'),
       url('myfont.woff') format('woff'),
       url('myfont.ttf') format('truetype');
}*/
.listings.title h1, h1, .h1 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 36px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 10px 0 20px;
}

h2, .h2 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 1px;
  color: #272727;
  text-align: left;
  padding: 0;
  margin: 0 0 20px;
}

h3, .h3 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: theme-letter-spacing-small;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 15px;
}

h4, .h4 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

h5, .h5 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

body, p, p.type1, p.type2, p.type3 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 170%;
  letter-spacing: 0.5px;
  color: #272727;
  text-align: left;
}

p, p.type1 {
  margin: 0 0 2rem 0;
}

p.type2 {
  font-size: 1.4rem;
}

p.type3 {
  font-size: 1rem;
}

button.line, .button.line, button.plain, .button.plain {
  padding: 20px 30px;
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 1.5px;
  color: #CF3D4A;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: transparent;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

button.line:hover, .button.line:hover, button.plain:hover, .button.plain:hover {
  color: white !important;
  background-color: #CF3D4A;
}

.search-form .button-wrap input, .search-form .button-wrap button, .search-form-mobile button {
  letter-spacing: 1.5px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.search-form .button-wrap input:hover, .search-form .button-wrap button:hover, .search-form-mobile button:hover {
  color: #CF3D4A !important;
  background-color: transparent;
}

button.plain, .button.plain {
  color: white;
  border: 2px solid #CF3D4A;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

button.plain:hover, .button.plain:hover {
  color: #CF3D4A !important;
  border: 2px solid #CF3D4A;
  background-color: transparent;
}

a.link-size-small, a.link-size-medium, a.link-size-large {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  color: #CF3D4A;
  letter-spacing: 2px;
  text-transform: uppercase;
}

a.link-size-medium {
  font-size: 12px;
}

a.link-size-large {
  font-size: 14px;
}

.cartblk .bottom-section .btm-blk .detail .info .link, .artist-info .artist-listings .list .list-info a, .top-destinations-section .content-section .link, .dont-miss-section .dont-miss-carousel .link, .customblks .twocol .blk-img.bigimg .link, .customblks .twocol .blk-img.smallimg .btm-blk .link, section.news .news-wrap ul li .news-blk .link-wrap .link, .listings-section .col-left .blk-img .btm-blk .link {
  padding-right: 20px;
  background-image: url(../images/red_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

.slider .banner-wrap ul li .slide-warp .link a, .customblks .threecol .blk-img .link, .custom-two-blks .blk-img .right-blk .link {
  padding-right: 20px;
  background-image: url(../images/yellow_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
  color: #F2EEC1;
}

.widget-block .receiveprizes a.yellowlink, .listings-section .col-left .receiveprizes a {
  padding-right: 40px;
  background-image: url(../images/white_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: white;
}

.widget-block .receiveprizes a.yellowlink:hover, .listings-section .col-left .receiveprizes a:hover {
  background-image: url(../images/red_big_arrow.png);
}

.search-form .button-wrap input:after, .search-form .button-wrap button:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 22px;
  margin-left: 10px;
  background-image: url(../images/white_big_arrow.png);
  background-position: left top;
  background-repeat: no-repeat;
  vertical-align: middle;
  color: white;
}

.search-form .button-wrap input:hover:after, .search-form .button-wrap button:hover:after {
  background-image: url(../images/red_big_arrow.png);
}

.customblks .twocol .blk-img.bigimg, .customblks .twocol .blk-img.smallimg, .custom-two-blks .blk-img, .listings-section .col-left .blk-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.customblks .threecol .blk-img .block-content ul li {
  background-position: center left;
}

.customblks .twocol .blk-img.smallimg, .listings-section .col-left .blk-img {
  background-position: center right;
}

.customblks .twocol .blk-img.bigimg {
  background-position: center center;
}

@media (max-width: 480px) {
  .top-list-section .top-list-carousel {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: baselane;
    -moz-align-items: baselane;
    -ms-align-items: baselane;
    align-items: baselane;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .top-list-section .top-list-carousel .item {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.pl-thm-axelites .page-title-wrapper {
  text-align: center;
}
.pl-thm-axelites .page-title-wrapper .title-top {
  font-size: 30px;
}

.ui-datepicker {
  border: none;
  box-shadow: none;
  background-color: white;
}
.ui-datepicker-header {
  position: relative;
  color: #CF3D4A;
  letter-spacing: 0.63px;
  font-size: 16px;
  text-transform: capitalize;
  min-width: 200px;
  padding: 10px 0;
}
.ui-datepicker-header .ui-corner-all {
  position: absolute;
  font-size: 0;
  width: 21px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 10px;
}
.ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
  background-image: url(../images/back.svg);
  right: 50px;
  left: inherit;
  background-size: contain;
}
.ui-datepicker-header .ui-corner-all.ui-datepicker-prev span {
  border: none;
}
.ui-datepicker-header .ui-corner-all.ui-datepicker-next {
  background-image: url(../images/next.svg);
  right: 10px;
  background-size: contain;
}
.ui-datepicker-header .ui-corner-all.ui-datepicker-next span {
  border: none;
}
.ui-datepicker-header .ui-datepicker-title {
  text-align: left;
  margin: 0;
}
.ui-datepicker .ui-datepicker-calendar {
  background-color: white;
  width: 100%;
  margin-top: 10px;
  border: none;
}
.ui-datepicker .ui-datepicker-calendar thead th {
  border: none;
  text-align: center;
  font-weight: 400;
  font-size: 14.09px;
  color: #545454;
  line-height: 30px;
  background: #ffffff;
}
.ui-datepicker .ui-datepicker-calendar tr {
  border: none;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td {
  font-size: 12px;
  padding: 2px 5px;
  border: none;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td a {
  color: #545454;
  line-height: normal;
  display: block;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td a, .ui-datepicker .ui-datepicker-calendar tbody tr td span {
  display: block;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  color: #000000;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-disabled span {
  color: #D1D1D1;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable {
  font-size: 13.08px;
  color: #D1D1D1;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-other-month {
  color: #D1D1D1;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-selected-date {
  background: #FFF;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-selected-date span, .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-selected-date a {
  height: 30px;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  line-height: 28px;
  text-align: center;
  padding: 0;
  border: 2px solid #85C43B;
  color: #85C43B;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-active {
  background: #FFF;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-active a {
  height: 30px;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #636363;
  color: white;
  margin: auto;
  line-height: 30px;
  text-align: center;
  padding: 0;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-active.full a {
  background-color: #000000;
  color: #FFF;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-active.green a {
  background-color: #85C43B;
  color: #FFF;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-active:hover {
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-active.promo a {
  background-color: #F5A623;
  color: #FFF;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-active.not_for_sale a {
  background-color: #D0021B;
  color: #FFF;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-active.alert a {
  background-color: #8D98AD;
  color: #FFF;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-active.preorder a {
  background-color: #5B0D16;
  color: #FFF;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-active.on-request a {
  background-color: #D0021B;
  color: #FFF;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a {
  height: 30px;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #E1E1E1;
  color: #272727;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
  background: #FFF;
}

.check-wrap {
  position: relative;
}
.check-wrap input {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}
.check-wrap label {
  padding-left: 30px;
  background-image: url(../images/unchecked.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 17px;
  line-height: 17px;
  cursor: pointer;
  display: block;
}
.check-wrap input:checked + label {
  background-image: url(../images/checked.png);
}

@media (max-width: 480px) {
  .highlight a.link-size-small {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .highlight .more {
    max-height: 430px !important;
  }
  .highlight .more .artwork {
    padding-left: 0;
  }
  .highlight .more h1 {
    text-align: center;
  }
  .highlight .more h1 img {
    margin: auto !important;
    float: none !important;
  }
}
.highlight .more {
  max-height: 330px;
  overflow: hidden;
  transition: all 0.3s ease-out;
  margin: 0;
  position: relative;
  margin-bottom: 14px;
}
@media (max-width: 480px) {
  .highlight .more p, .highlight .more h2 {
    display: none;
  }
}
.highlight .link-size-small {
  width: 100%;
  text-align: center;
  display: block;
}
.highlight .link-size-small.less {
  display: none;
}
.highlight.active .more {
  max-height: 20000px;
}
.highlight .more.link-size-small {
  position: relative;
  left: -17%;
}
.highlight .less.link-size-small {
  position: relative;
  left: 3.4%;
  top: -17px;
}

.more, .less {
  font-weight: 700;
}

.owl-carousel .owl-item img {
  object-fit: cover;
  height: 100%;
}

.tag-type {
  color: white;
  height: 55px;
  width: 55px;
  border-radius: 55px;
  font-size: 11px;
  display: block;
  text-align: center;
  line-height: 55px;
}
.tag-type.tag-opera {
  background-color: #8b1b2c;
}
.tag-type.tag-ballet {
  background-color: #ff616d;
}
.tag-type.tag-musical {
  background-color: #f3a2a9;
}
.tag-type.tag-concert {
  background-color: #ee3444;
}
.tag-type.tag-show {
  background-color: #aa7a81;
}
.tag-type.tag-theatre {
  background-color: #c22733;
}

.listings-section {
  position: relative;
}
.listings-section .container {
  border-top: 1px solid #E1E1E1;
}
.listings-section .col-left {
  float: left;
  width: 331px;
  padding-bottom: 50px;
  overflow-y: scroll;
}
.listings-section .col-left .active-filters .filters {
  margin-top: 20px;
}
.listings-section .col-left .active-filters .filters .filter {
  border: 1px solid #d0d0d0;
  padding: 5px 25px 5px 10px;
  border-radius: 10px;
  cursor: pointer;
  margin: 0 10px 10px 0;
  white-space: nowrap;
  display: inline-block;
  position: relative;
}
.listings-section .col-left .active-filters .filters .filter:after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  width: 10px;
  background: url(../images/menu_close.png) no-repeat center center/100%;
}
.listings-section .col-left .filter-close {
  font-size: 12px;
  padding: 20px;
  border-bottom: 1px solid #E1E1E1;
  display: none;
  cursor: pointer;
}
.listings-section .col-left .filter-close:before {
  content: "";
  background-image: url(../images/menu_close.png);
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  background-size: cover;
}
.listings-section .col-left .searchblk .h4 {
  color: #979797;
  letter-spacing: 0.67px;
}
.listings-section .col-left .searchblk .ui-datepicker {
  width: 100%;
  padding: 0;
}
.listings-section .col-left .widgetblk {
  padding: 33px 0;
  padding-right: 20px;
  border-bottom: 1px solid #E1E1E1;
}
.listings-section .col-left .widgetblk.noborder {
  border-bottom: 0;
}
.listings-section .col-left .widgetblk.nobottompad {
  padding-bottom: 0;
  padding-top: 0;
}
.listings-section .col-left .ctype ul {
  padding: 0;
  margin: 20px 0 0;
  font-size: 0;
}
.listings-section .col-left .ctype ul li {
  display: inline-block;
  margin-right: 7px;
  font-size: 17px;
  vertical-align: middle;
}
.listings-section .col-left .ctype ul li:last-child {
  margin-right: 0;
}
.listings-section .col-left .ctype ul li .check-wrap label {
  padding-left: 0;
  padding-bottom: 30px;
  background-position: bottom center;
}
.listings-section .col-left .ctype ul li .check-wrap label img {
  display: block;
}
.listings-section .col-left .search-filter .filter-wrap .input-search input {
  font-weight: 16px;
  background-image: url(../images/search-icon.svg);
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: center right 20px;
  border: 1px solid #E1E1E1;
}
.listings-section .col-left .search-filter .filter-options {
  border-left: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  padding: 20px 30px;
  max-height: 150px;
  overflow-y: scroll;
}
.listings-section .col-left .search-filter .filter-options .check-wrap {
  margin-bottom: 10px;
}
.listings-section .col-left .reserveblk {
  background-color: #E9E9E9;
  padding: 25px;
  text-align: center;
  font-size: 16px;
  color: #7F7F7F;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.listings-section .col-left .reserveblk a {
  display: block;
  margin-top: 20px;
}
.listings-section .col-left .receiveprizes {
  padding: 20px 30px;
  background-color: #272727;
  color: white;
  margin-bottom: 20px;
}
.listings-section .col-left .receiveprizes h3, .listings-section .col-left .receiveprizes .h3 {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 21px;
  text-transform: uppercase;
}
.listings-section .col-left .receiveprizes a {
  background-color: #CDA446;
  padding: 12px 14px;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.listings-section .col-left .blk-img {
  padding: 33px;
  position: relative;
}
.listings-section .col-left .blk-img h2 {
  font-size: 22px;
}
.listings-section .col-left .blk-img.bookiimg {
  min-height: 275px;
  margin-bottom: 20px;
}
.listings-section .col-left .blk-img .btm-blk {
  font-size: 10px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 100%;
}
.listings-section .col-left .blk-img .btm-blk span {
  display: block;
  margin-bottom: 10px;
  letter-spacing: 1.3px;
}
.listings-section .col-left .blk-img .btm-blk .link {
  letter-spacing: 3px;
}
.listings-section .col-left .offers {
  margin-bottom: 20px;
}
.listings-section .col-right {
  float: left;
  width: calc(100% - 331px);
  position: relative;
  padding-bottom: 50px;
  border-left: 1px solid #E1E1E1;
}
.listings-section .col-right .loading {
  position: absolute;
  left: 50%;
  bottom: 100px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.listings-section .col-right .title-blk {
  padding: 25px;
}
.listings-section .col-right .title-blk p {
  font-weight: 300;
  display: inline-block;
}
.listings-section .col-right .title-blk p span {
  font-weight: 600;
}
.listings-section .col-right .sort-column {
  padding-bottom: 15px;
  border-bottom: 1px solid #E1E1E1;
}
.listings-section .col-right .sort-column ul {
  padding: 0;
  margin: 0;
}
.listings-section .col-right .sort-column ul {
  zoom: 1;
  clear: both;
}
.listings-section .col-right .sort-column ul:before, .listings-section .col-right .sort-column ul:after {
  content: "";
  display: table;
}
.listings-section .col-right .sort-column ul:after {
  clear: both;
}
.listings-section .col-right .sort-column ul li {
  text-transform: uppercase;
  font-size: 12px;
  float: left;
  letter-spacing: 1.7px;
  width: auto;
  padding: 0 40px;
  list-style: none;
}
.listings-section .col-right .sort-column ul li.sortclass {
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: inherit;
  cursor: pointer;
  border-right: 1px solid #979797;
}
.listings-section .col-right .sort-column ul li.sortclass:last-child {
  border-right: 0;
}
.listings-section .col-right .sort-column ul li.sortclass.active {
  color: #CF3D4A;
}
.listings-section .col-right .sort-column ul li.sortclass.active:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  width: 10px;
  height: 7px;
  background-image: url(../images/Arrowdown.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 7px;
}
.listings-section .col-right .sort-column.mobile-blk {
  display: none;
}
.listings-section .listings {
  padding-left: 25px;
  padding-top: 25px;
}
.listings-section .listings .list {
  -webkit-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.listings-section .listings .list {
  zoom: 1;
  clear: both;
}
.listings-section .listings .list:before, .listings-section .listings .list:after {
  content: "";
  display: table;
}
.listings-section .listings .list:after {
  clear: both;
}
.listings-section .listings .list .image-blk {
  float: left;
  width: 310px;
  position: relative;
  background-size: auto 601px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.listings-section .listings .list .image-blk.right {
  background-position: right;
}
.listings-section .listings .list .image-blk.left {
  background-position: left;
}
.listings-section .listings .list .image-blk.generic {
  background-size: cover;
}
.listings-section .listings .list .image-blk img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.listings-section .listings .list .image-blk span.play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: url(../images/list-block/Play.svg);
  background-size: cover;
  background-position: center;
  height: 48px;
  width: 48px;
  display: block;
  z-index: 3;
  cursor: pointer;
}
.no-svg .listings-section .listings .list .image-blk span.play {
  background-image: url(../images/list-block/Play.png);
}
.listings-section .listings .list .image-blk.cat .tag-type {
  content: "";
  position: absolute;
  right: -22.5px;
  top: 20px;
}
.listings-section .listings .list .info-blk {
  float: left;
  width: calc(100% - 310px);
  padding: 40px 40px 15px;
}
.listings-section .listings .list .info-blk.open {
  height: auto !important;
}
.listings-section .listings .list .info-blk .top-sec {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.listings-section .listings .list .info-blk .top-sec {
  zoom: 1;
  clear: both;
}
.listings-section .listings .list .info-blk .top-sec:before, .listings-section .listings .list .info-blk .top-sec:after {
  content: "";
  display: table;
}
.listings-section .listings .list .info-blk .top-sec:after {
  clear: both;
}
.listings-section .listings .list .info-blk .top-sec .offers {
  float: left;
  width: 100%;
  line-height: 1;
}
.listings-section .listings .list .info-blk .top-sec .offers span {
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
}
.listings-section .listings .list .info-blk .top-sec h3 {
  float: left;
  font-weight: 300;
  max-height: 45px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 450px;
  position: relative;
}
.listings-section .listings .list .info-blk .top-sec h3 span {
  color: #989898;
  font-size: 12px;
}
.listings-section .listings .list .info-blk .top-sec h3 img {
  margin-top: 7px;
}
.listings-section .listings .list .info-blk .top-sec h3.promo:after {
  content: "";
  background-image: url(../images/list-block/promo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 55px 20px;
  width: 55px;
  height: 20px;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
.no-svg .listings-section .listings .list .info-blk .top-sec h3.promo:after {
  background-image: url(../images/list-block/promo.png);
}
@media (max-width: 380px) {
  .listings-section .listings .list .info-blk .top-sec h3.promo:after {
    margin-left: 2px;
  }
}
.listings-section .listings .list .info-blk .top-sec h3.complet:after {
  content: "";
  background-image: url(../images/list-block/complet.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 55px 20px;
  width: 55px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: -70px;
  top: 0;
}
.no-svg .listings-section .listings .list .info-blk .top-sec h3.complet:after {
  background-image: url(../images/list-block/complet.png);
}
.listings-section .listings .list .info-blk .top-sec .info {
  float: left;
  clear: left;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  font-weight: 300;
  max-width: 65%;
}
.listings-section .listings .list .info-blk .top-sec .info a {
  text-decoration: none;
  color: inherit;
}
.listings-section .listings .list .info-blk .top-sec .price {
  float: right;
  text-align: right;
  font-size: 28px;
  margin-bottom: 10px;
}
.listings-section .listings .list .info-blk .top-sec .price span {
  font-size: 12px;
  color: #989898;
  display: block;
}
.listings-section .listings .list .info-blk .top-sec .button {
  float: right;
  clear: right;
}
.listings-section .listings .list .info-blk .bottom-sec {
  font-size: 12px;
}
.listings-section .listings .list .info-blk .bottom-sec {
  zoom: 1;
  clear: both;
}
.listings-section .listings .list .info-blk .bottom-sec:before, .listings-section .listings .list .info-blk .bottom-sec:after {
  content: "";
  display: table;
}
.listings-section .listings .list .info-blk .bottom-sec:after {
  clear: both;
}
.listings-section .listings .list .info-blk .bottom-sec span {
  font-size: 10px;
  display: block;
  color: #989898;
}
.listings-section .listings .list .info-blk .bottom-sec .desg-blk {
  padding-right: 23px;
  float: left;
  width: 60%;
  position: relative;
  max-height: 85px;
  overflow: hidden;
  min-height: 85px;
}
.listings-section .listings .list .info-blk .bottom-sec .desg-blk > a {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 5px;
}
.listings-section .listings .list .info-blk .bottom-sec .desg-blk p {
  margin: 0 0 5px 0;
}
.listings-section .listings .list .info-blk .bottom-sec .desg-blk p a {
  text-decoration: none;
  color: inherit;
}
.listings-section .listings .list .info-blk .bottom-sec .desg-blk.active {
  max-height: 1200px;
}
.listings-section .listings .list .info-blk .bottom-sec .desg-blk.active:after {
  display: none;
}
.listings-section .listings .list .info-blk .bottom-sec .desg-blk.active a {
  position: static;
}
.listings-section .listings .list .info-blk .bottom-sec .desg-blk.more:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(0deg, #fff 37%, rgba(255, 255, 255, 0) 95%);
}
.listings-section .listings .list .info-blk .bottom-sec .cinfo-blk {
  float: left;
  width: 40%;
  position: relative;
  max-height: 85px;
  overflow: hidden;
  min-height: 85px;
}
.listings-section .listings .list .info-blk .bottom-sec .cinfo-blk > a {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 5px;
}
.listings-section .listings .list .info-blk .bottom-sec .cinfo-blk p {
  margin: 0 0 5px 0;
}
.listings-section .listings .list .info-blk .bottom-sec .cinfo-blk p a {
  color: inherit;
  text-decoration: none;
  font-size: 1.4rem;
}
.listings-section .listings .list .info-blk .bottom-sec .cinfo-blk.active {
  max-height: 1200px;
}
.listings-section .listings .list .info-blk .bottom-sec .cinfo-blk.active:after {
  display: none;
}
.listings-section .listings .list .info-blk .bottom-sec .cinfo-blk.active a {
  position: static;
}
.listings-section .listings .list .info-blk .bottom-sec .cinfo-blk.more:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(0deg, #fff 37%, rgba(255, 255, 255, 0) 95%);
}
.listings-section .listings .push-trips {
  padding: 30px;
  margin: 20px 0;
  background-color: #fffef4;
  -webkit-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
}
.listings-section .listings .push-trips p.title {
  font-size: 2rem;
  color: #272727;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}
.listings-section .listings .push-trips div.list {
  box-shadow: none;
  margin-bottom: 0;
}
.listings-section .listings .push-trips div.list .item {
  float: left;
  width: calc(50% - 10px);
}
.listings-section .listings .push-trips div.list .item + .item {
  margin-left: 20px;
}
.listings-section .listings .push-trips div.list .item .image-blk, .listings-section .listings .push-trips div.list .item .info-blk {
  float: none;
  width: 100%;
}
.listings-section .listings .push-trips div.list .item .info-blk {
  padding: 20px;
  border: 1px solid #E1E1E1;
}
.listings-section .listings .push-trips div.list .item .info-blk h3 {
  float: none;
}
.listings-section .listings .push-trips div.list .item .info-blk h3 a {
  color: #272727;
}
.listings-section .listings .push-trips div.list .item .info-blk h3 a:hover {
  text-decoration: none;
}
.listings-section .listings .push-trips div.list .item .info-blk .info {
  float: none;
  max-width: 100%;
}
.listings-section .listings .push-trips div.list .item .info-blk .info p {
  margin: 15px 0;
  color: #7F7F7F;
}
.listings-section .listings .push-trips div.list .item .info-blk .bottom-section {
  zoom: 1;
  clear: both;
}
.listings-section .listings .push-trips div.list .item .info-blk .bottom-section:before, .listings-section .listings .push-trips div.list .item .info-blk .bottom-section:after {
  content: "";
  display: table;
}
.listings-section .listings .push-trips div.list .item .info-blk .bottom-section:after {
  clear: both;
}
.listings-section .listings .push-trips div.list .item .info-blk .bottom-section .price {
  float: left;
  width: 50%;
  text-align: left;
  font-size: 2.3rem;
}
.listings-section .listings .push-trips div.list .item .info-blk .bottom-section a {
  background: transparent;
}
.listings-section .listings .push-trips div.list .item .info-blk .bottom-section a:hover {
  color: #CF3D4A;
}
.listings-section .listings .push-trips div.list .item .info-blk .top-sec {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.listings-section .listings .push-trips div.list:after {
  zoom: 1;
  clear: both;
}
.listings-section .listings .push-trips div.list:after:before, .listings-section .listings .push-trips div.list:after:after {
  content: "";
  display: table;
}
.listings-section .listings .push-trips div.list:after:after {
  clear: both;
}
.listings-section .toolbar-products {
  padding: 0 10px 0 25px;
}
.listings-section .toolbar-products .modes {
  display: none;
}
.listings-section .toolbar-products .pages {
  display: block;
  margin: 0 0 35px;
}
.listings-section .toolbar-products .pages strong.page {
  line-height: 35px;
  color: #fff;
  background: #8f1b23;
  min-width: 30px;
  padding: 0 5px;
  font-weight: normal;
}
.listings-section .toolbar-products .pages strong.page span {
  font-size: 15px;
}
.listings-section .toolbar-products .pages a.page {
  color: #ffffff;
  padding: 0 5px;
  background: #CF3D4A;
  min-width: 25px;
  line-height: 30px;
  font-weight: normal;
}
.listings-section .toolbar-products .pages .item {
  margin: 0 5px 0 0;
}
.listings-section .toolbar-products .pages .action {
  border: none;
  width: 30px;
  line-height: 30px;
  color: #000000;
}
.listings-section .toolbar-products .pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #CF3D4A;
  content: "\e608";
  font-family: "icons-blank-theme";
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.listings-section .toolbar-products .limiter {
  line-height: 20px;
  padding: 5px 0 0;
}
.listings-section .toolbar-products .limiter select {
  font-size: 1.2rem;
}
.listings-section .toolbar-products .sorter select {
  font-size: 1.2rem;
}
.listings-section .package {
  margin-bottom: 20px;
  background: rgba(255, 253, 233, 0.47);
  -webkit-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  padding: 40px;
}
.listings-section .package .title-sec {
  zoom: 1;
  clear: both;
}
.listings-section .package .title-sec:before, .listings-section .package .title-sec:after {
  content: "";
  display: table;
}
.listings-section .package .title-sec:after {
  clear: both;
}
.listings-section .package .title-sec h3 {
  float: left;
}
.listings-section .package .title-sec h3 span {
  width: 100%;
  display: block;
  color: #858585;
  margin-top: 10px;
}
.listings-section .package .title-sec .price {
  float: right;
  text-align: right;
  font-size: 28px;
}
.listings-section .package .title-sec .price span {
  opacity: 0.5;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 12px;
}
.listings-section .package .title-sec .button {
  float: right;
  clear: right;
  margin-top: 10px;
  background-color: transparent;
}
.listings-section .package .title-sec .button:hover {
  background-color: #CF3D4A;
}
.listings-section .package .offer-pack {
  margin-top: 30px;
}
.listings-section .package .offer-pack {
  zoom: 1;
  clear: both;
}
.listings-section .package .offer-pack:before, .listings-section .package .offer-pack:after {
  content: "";
  display: table;
}
.listings-section .package .offer-pack:after {
  clear: both;
}
.listings-section .package .offer-pack .pack {
  float: left;
  width: 32%;
  margin-right: 2%;
  font-size: 14px;
}
.listings-section .package .offer-pack .pack .info {
  font-size: 12px;
  color: #8F8F8F;
}
.listings-section .package .offer-pack .pack .img-blk img {
  object-fit: cover;
  width: 100%;
}
.listings-section .package .offer-pack .pack:last-child {
  margin-right: 0;
}

.dont-miss-section .top-list-item-designation {
  white-space: initial;
}

.list-mo-entities .title h1 {
  color: #383C3F;
  font-size: 2rem;
  margin-bottom: 0;
}
.list-mo-entities .news-section {
  float: left;
  max-width: 400px !important;
  width: 100%;
  margin: 0 20px 30px 0;
}
.list-mo-entities .news-section:nth-child(2n+1) {
  clear: both;
}

.axelites_trip-trip-index .listings-section .trip-days {
  margin: 0;
  font-weight: bold;
}

.axelites_person-person-view .artist .content-blk .see-all-performances-button {
  float: right;
}

@media (max-width: 1024px) {
  .highlight .more.link-size-small {
    left: -9%;
  }
  .highlight .less.link-size-small {
    left: 4%;
  }
}
@media (max-width: 767px) {
  .top-section .filters-mobile {
    min-height: 43px;
  }
  .top-section .filters-mobile .filters-show {
    display: flex !important;
    min-height: 21px;
  }
  .top-section .filters-mobile .filters-show img {
    width: 50px;
    height: 21px;
    margin: inherit;
  }
  .listings-section .listings .list {
    min-height: 460px;
  }
  .listings-section .listings .list .bloc-first-step {
    min-height: 45px;
  }
  .listings-section .listings .list .bloc-first-step img {
    height: 23px;
    width: 23px;
  }
}
@media (max-width: 480px) {
  .toggle-beneficiary-form-group button {
    width: 100% !important;
  }
  main#maincontent {
    padding-top: 41px;
  }
  .title-top {
    text-align: left !important;
  }
  .listings-section .listings .list {
    padding: 0;
  }
  .country-sort div.filter-close.filters-show, .function-sort div.filter-close.filters-show, .month-filter div.filter-close.filters-show {
    padding: 10px;
  }
  .country-sort div.filter-close.filters-show h3, .function-sort div.filter-close.filters-show h3, .month-filter div.filter-close.filters-show h3 {
    margin: 15px 0 0 0;
  }
}
form#advance-left-search-filter h4 {
  padding-top: 20px;
}

/* Deepest support possible
@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot');                                    // IE9 Compat Modes
  src: url('webfont.eot?#iefix') format('embedded-opentype'), // IE6-IE8
       url('webfont.woff2') format('woff2'),                  // Super Modern Browsers
       url('webfont.woff') format('woff'),                    // Pretty Modern Browsers
       url('webfont.ttf') format('truetype'),                 // Safari, Android, iOS
       url('webfont.svg#svgFontName') format('svg');          // Legacy iOS
}*/
/* Practical level of support
// Chrome 3.5+ - Safari 3+ - Firefox 3.5+ - Opera 10.1+ - IE 9+ - Android 2.2+ - iOS 4.3+     
@font-face {
  font-family: 'MyWebFont';
  src: url('myfont.woff2') format('woff2'),
       url('myfont.woff') format('woff'),
       url('myfont.ttf') format('truetype');
}*/
.listings.title h1, h1, .h1 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 36px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 10px 0 20px;
}

h2, .h2 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 1px;
  color: #272727;
  text-align: left;
  padding: 0;
  margin: 0 0 20px;
}

h3, .h3 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: theme-letter-spacing-small;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 15px;
}

h4, .h4 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

h5, .h5 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

body, p, p.type1, p.type2, p.type3 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 170%;
  letter-spacing: 0.5px;
  color: #272727;
  text-align: left;
}

p, p.type1 {
  margin: 0 0 2rem 0;
}

p.type2 {
  font-size: 1.4rem;
}

p.type3 {
  font-size: 1rem;
}

button.line, .button.line, button.plain, .button.plain {
  padding: 20px 30px;
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 1.5px;
  color: #CF3D4A;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: transparent;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

button.line:hover, .button.line:hover, button.plain:hover, .button.plain:hover {
  color: white !important;
  background-color: #CF3D4A;
}

.search-form .button-wrap input, .search-form .button-wrap button, .search-form-mobile button {
  letter-spacing: 1.5px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.search-form .button-wrap input:hover, .search-form .button-wrap button:hover, .search-form-mobile button:hover {
  color: #CF3D4A !important;
  background-color: transparent;
}

button.plain, .button.plain {
  color: white;
  border: 2px solid #CF3D4A;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

button.plain:hover, .button.plain:hover {
  color: #CF3D4A !important;
  border: 2px solid #CF3D4A;
  background-color: transparent;
}

a.link-size-small, a.link-size-medium, a.link-size-large {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  color: #CF3D4A;
  letter-spacing: 2px;
  text-transform: uppercase;
}

a.link-size-medium {
  font-size: 12px;
}

a.link-size-large {
  font-size: 14px;
}

.cartblk .bottom-section .btm-blk .detail .info .link, .artist-info .artist-listings .list .list-info a, .top-destinations-section .content-section .link, .dont-miss-section .dont-miss-carousel .link, .customblks .twocol .blk-img.bigimg .link, .customblks .twocol .blk-img.smallimg .btm-blk .link, section.news .news-wrap ul li .news-blk .link-wrap .link, .listings-section .col-left .blk-img .btm-blk .link {
  padding-right: 20px;
  background-image: url(../images/red_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

.slider .banner-wrap ul li .slide-warp .link a, .customblks .threecol .blk-img .link, .custom-two-blks .blk-img .right-blk .link {
  padding-right: 20px;
  background-image: url(../images/yellow_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
  color: #F2EEC1;
}

.widget-block .receiveprizes a.yellowlink, .listings-section .col-left .receiveprizes a {
  padding-right: 40px;
  background-image: url(../images/white_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: white;
}

.widget-block .receiveprizes a.yellowlink:hover, .listings-section .col-left .receiveprizes a:hover {
  background-image: url(../images/red_big_arrow.png);
}

.search-form .button-wrap input:after, .search-form .button-wrap button:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 22px;
  margin-left: 10px;
  background-image: url(../images/white_big_arrow.png);
  background-position: left top;
  background-repeat: no-repeat;
  vertical-align: middle;
  color: white;
}

.search-form .button-wrap input:hover:after, .search-form .button-wrap button:hover:after {
  background-image: url(../images/red_big_arrow.png);
}

.customblks .twocol .blk-img.bigimg, .customblks .twocol .blk-img.smallimg, .custom-two-blks .blk-img, .listings-section .col-left .blk-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.customblks .threecol .blk-img .block-content ul li {
  background-position: center left;
}

.customblks .twocol .blk-img.smallimg, .listings-section .col-left .blk-img {
  background-position: center right;
}

.customblks .twocol .blk-img.bigimg {
  background-position: center center;
}

@media (max-width: 480px) {
  .top-list-section .top-list-carousel {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: baselane;
    -moz-align-items: baselane;
    -ms-align-items: baselane;
    align-items: baselane;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .top-list-section .top-list-carousel .item {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media (max-width: 480px) {
  a.link-size-small {
    display: none !important;
  }
}
.artist {
  background-color: rgba(233, 233, 233, 0.3);
  padding: 25px 0;
}
.artist {
  zoom: 1;
  clear: both;
}
.artist:before, .artist:after {
  content: "";
  display: table;
}
.artist:after {
  clear: both;
}
.artist .artist-img {
  float: left;
  width: 485px;
}
.artist .artist-content {
  float: left;
  padding-left: 50px;
  width: calc(100% - 485px);
}
.artist .artist-content .title-sec span {
  opacity: 0.5;
  font-size: 19px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.artist .artist-content .title-sec a#alert-subscription {
  float: right;
}
.artist .artist-content .title-sec a.button.red {
  float: right;
}
@media (max-width: 480px) {
  .artist .artist-content .title-sec a.button.red {
    float: right;
  }
}
.artist .artist-content .title-sec h1 {
  font-weight: 300;
  letter-spacing: 5px;
  color: #272727;
  text-transform: uppercase;
  margin-bottom: 0;
}
.artist .artist-content .title-sec .date span {
  font-size: 12px;
  letter-spacing: normal;
}
.artist .artist-content .title-sec .duration span {
  font-size: 12px;
  letter-spacing: normal;
}
.artist .artist-content .content-blk {
  position: relative;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .artist .artist-content .content-blk {
    display: none !important;
  }
}
.artist .artist-content .content-blk div.more {
  max-height: 120px;
  overflow: hidden;
  transition: all 0.3s ease-out, color 0.3s ease-out;
  margin: 0;
  position: relative;
}
.artist .artist-content .content-blk a.more {
  left: 121px;
  bottom: 0;
}
.artist .artist-content .content-blk p.more {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s ease-out, color 0.3s ease-out;
  margin: 0;
}
.artist .artist-content .content-blk.active {
  padding-bottom: 2rem;
}
.artist .artist-content .content-blk.active div.more {
  max-height: 2000px;
}
.artist .artist-content .specs {
  padding: 15px 0;
  margin-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
.artist .artist-content .specs {
  zoom: 1;
  clear: both;
}
.artist .artist-content .specs:before, .artist .artist-content .specs:after {
  content: "";
  display: table;
}
.artist .artist-content .specs:after {
  clear: both;
}
.artist .artist-content .specs-left {
  float: left;
  text-align: center;
  padding-left: 15px;
}
.artist .artist-content .specs-left .cnt {
  text-align: center;
}
.artist .artist-content .specs-left .cnt:before {
  content: "";
  display: block;
  text-align: center;
  margin-bottom: 15px;
  width: 100%;
  height: 23px;
  background-size: 31px 23px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/icons/look.png);
}
.artist .artist-content .specs-right {
  float: right;
  margin-right: 15px;
}
.artist .artist-content .specs-right .button {
  background-color: transparent;
}
.artist .artist-content .specs-right .button:hover {
  background-color: #CF3D4A;
}

.partners {
  padding: 50px 0;
}
.partners .partner-blk {
  padding: 45px;
  -webkit-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  max-height: 243px;
  transition: all 0.3s ease-out, color 0.3s ease-out;
}
.partners .partner-blk.active {
  max-height: 10000px;
}
.partners .partner-blk.active:after {
  display: none;
}
.partners .partner-blk .more, .partners .partner-blk .less {
  position: absolute;
  bottom: 15px;
  z-index: 2;
  left: 50%;
  text-decoration: underline;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.partners .partner-blk:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 85px;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 59%, #FFFFFF 100%);
}
.partners .partner-blk .col-1 {
  width: 30% !important;
}
.partners .partner-blk .col-2 {
  width: 25% !important;
}
.partners .partner-blk .col-3 {
  padding-left: 20px;
  width: 45% !important;
}
.partners .partner-blk .col-1, .partners .partner-blk .col-2, .partners .partner-blk .col-3 {
  float: left;
}
.partners .partner-blk .col-1 h3, .partners .partner-blk .col-2 h3, .partners .partner-blk .col-3 h3 {
  color: #272727;
  font-weight: 300;
}
.partners .partner-blk .members {
  column-count: 2;
}
.partners .partner-blk .members .member {
  max-width: 100%;
  padding: 0;
  line-height: 1;
}
.partners .partner-blk .members .member span {
  color: #383C3F;
  display: inline-block;
  vertical-align: middle;
}
.partners .partner-blk .members .member span.mem-icon {
  height: 46px;
  width: 46px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.partners .partner-blk .members .member span.mem-name {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.partners .partner-blk .members .member span.mem-name a {
  color: inherit;
  white-space: normal;
}
.partners .partner-blk .role {
  max-width: 80%;
  padding: 0;
  color: #383C3F;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.partners .partner-blk .role a {
  color: inherit;
  white-space: normal;
}
.partners .partner-blk .role a em {
  white-space: nowrap;
}
.partners .partner-blk .col-3 p {
  color: #383C3F;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.list-search-index .header-img {
  float: left;
  width: 331px;
  text-align: center;
}
.list-search-index .header-content {
  float: left;
  padding-left: 25px;
}

.border-right {
  border-right: 1px solid #E1E1E1;
  padding-left: 20px;
}
.border-right:first-child {
  padding-left: 0;
}

.cms-club-page .cover {
  position: relative;
}
.cms-club-page .cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.cms-club-page .cover p {
  color: #FFFFFF;
  font-size: 24px;
  position: relative;
  padding-top: 200px;
  width: 500px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
}
.cms-club-page .cover p.subtitle {
  line-height: 1.9;
  font-size: 12px;
  letter-spacing: 0.7px;
  color: #CDA446;
  text-align: center;
  font-weight: bold;
  position: relative;
  width: 300px;
  margin: 30px auto;
  padding: 0;
}
.cms-club-page .card-club {
  position: relative;
  width: 150px;
  margin: -5px auto 0 auto;
}
.cms-club-page .advantage {
  max-width: 90%;
  margin: 0 auto;
  margin-top: 50px;
}
.cms-club-page .advantage .reassurance.price {
  background: url(../images/cms/price.svg) no-repeat 0 0/35px transparent;
}
.cms-club-page .advantage .reassurance.network {
  background: url(../images/cms/location.svg) no-repeat 0 0/35px transparent;
}
.cms-club-page .advantage .reassurance.service {
  background: url(../images/cms/services.svg) no-repeat 0 0/35px transparent;
}
.cms-club-page .advantage .reassurance.help {
  background: url(../images/cms/help.svg) no-repeat 0 0/35px transparent;
}
.cms-club-page .advantage .reassurance.exclusive {
  background: url(../images/cms/exclusive.svg) no-repeat 0 0/35px transparent;
}
.cms-club-page .advantage .reassurance.resell {
  background: url(../images/cms/resell.svg) no-repeat 0 0/35px transparent;
}
.cms-club-page .advantage .reassurance.book {
  background: url(../images/cms/book.svg) no-repeat 0 0/35px transparent;
}
.cms-club-page .advantage div[class^=advantage-] {
  float: left;
  width: 50%;
}
.cms-club-page .advantage div[class^=advantage-] p {
  font-size: 15px;
  font-weight: 300;
  padding-left: 50px;
}
.cms-club-page .advantage div[class^=advantage-] .title {
  margin: 0 0 5px;
  color: #CF3D4A;
  font-weight: bold;
}
.cms-club-page .advantage .advantage-left {
  padding-right: 15px;
}
.cms-club-page .advantage .advantage-right {
  padding-left: 15px;
}
.cms-club-page div[class^=club-] {
  background-color: transparent;
  float: left;
  width: 49%;
  border: 2px solid #CF3D4A;
}
.cms-club-page div[class^=club-] hr {
  background-color: #383C3F;
  width: 60px;
  margin: 15px auto;
}
.cms-club-page div[class^=club-] p {
  color: #000;
  text-align: center;
  font-size: 13px;
  margin: 5px 0 0;
}
.cms-club-page div[class^=club-] p a.button {
  font-size: 12px;
  color: #FFF;
  background-color: #CF3D4A;
  margin: 30px 0;
  white-space: initial;
}
.cms-club-page div[class^=club-] p a.button:hover {
  background-color: #FFF;
  color: #CF3D4A;
}
.cms-club-page .club-left {
  margin-right: 1%;
  padding: 10px;
}
.cms-club-page .club-left p.price {
  margin-top: 50px;
}
.cms-club-page .club-right {
  margin-left: 1%;
  padding: 10px;
}
.cms-club-page .club-right p.price {
  margin-top: 26px;
}

.axelites-composer-composer-view .page-title-wrapper {
  display: none;
}

@media (max-width: 1240px) {
  .artist {
    padding: 20px 0;
  }
  .artist .artist-img {
    width: 40%;
  }
  .artist .artist-content {
    width: 60%;
  }
  .artist .artist-content .content-blk div.more {
    max-height: 120px;
    overflow: hidden;
    transition: all 0.3s ease-out, color 0.3s ease-out;
    margin: 0;
    position: relative;
  }
}
@media (max-width: 480px) {
  .list-search-index .header-content {
    padding: 0px;
    width: 100%;
  }
  .list-search-index .header-content h1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column-reverse;
    -moz-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .cms-club-page .advantage .advantage-left, .cms-club-page .advantage .advantage-right {
    width: 100%;
  }
}
/* Deepest support possible
@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot');                                    // IE9 Compat Modes
  src: url('webfont.eot?#iefix') format('embedded-opentype'), // IE6-IE8
       url('webfont.woff2') format('woff2'),                  // Super Modern Browsers
       url('webfont.woff') format('woff'),                    // Pretty Modern Browsers
       url('webfont.ttf') format('truetype'),                 // Safari, Android, iOS
       url('webfont.svg#svgFontName') format('svg');          // Legacy iOS
}*/
/* Practical level of support
// Chrome 3.5+ - Safari 3+ - Firefox 3.5+ - Opera 10.1+ - IE 9+ - Android 2.2+ - iOS 4.3+     
@font-face {
  font-family: 'MyWebFont';
  src: url('myfont.woff2') format('woff2'),
       url('myfont.woff') format('woff'),
       url('myfont.ttf') format('truetype');
}*/
.listings.title h1, h1, .h1 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 36px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 10px 0 20px;
}

h2, .h2 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 1px;
  color: #272727;
  text-align: left;
  padding: 0;
  margin: 0 0 20px;
}

h3, .h3 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: theme-letter-spacing-small;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 15px;
}

h4, .h4 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

h5, .h5 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

body, p, p.type1, p.type2, p.type3 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 170%;
  letter-spacing: 0.5px;
  color: #272727;
  text-align: left;
}

p, p.type1 {
  margin: 0 0 2rem 0;
}

p.type2 {
  font-size: 1.4rem;
}

p.type3 {
  font-size: 1rem;
}

button.line, .button.line, button.plain, .button.plain {
  padding: 20px 30px;
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 1.5px;
  color: #CF3D4A;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: transparent;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

button.line:hover, .button.line:hover, button.plain:hover, .button.plain:hover {
  color: white !important;
  background-color: #CF3D4A;
}

.search-form .button-wrap input, .search-form .button-wrap button, .search-form-mobile button {
  letter-spacing: 1.5px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.search-form .button-wrap input:hover, .search-form .button-wrap button:hover, .search-form-mobile button:hover {
  color: #CF3D4A !important;
  background-color: transparent;
}

button.plain, .button.plain {
  color: white;
  border: 2px solid #CF3D4A;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

button.plain:hover, .button.plain:hover {
  color: #CF3D4A !important;
  border: 2px solid #CF3D4A;
  background-color: transparent;
}

a.link-size-small, a.link-size-medium, a.link-size-large {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  color: #CF3D4A;
  letter-spacing: 2px;
  text-transform: uppercase;
}

a.link-size-medium {
  font-size: 12px;
}

a.link-size-large {
  font-size: 14px;
}

.cartblk .bottom-section .btm-blk .detail .info .link, .artist-info .artist-listings .list .list-info a, .dont-miss-section .dont-miss-carousel .link, .customblks .twocol .blk-img.bigimg .link, .customblks .twocol .blk-img.smallimg .btm-blk .link, section.news .news-wrap ul li .news-blk .link-wrap .link, .listings-section .col-left .blk-img .btm-blk .link, .top-destinations-section .content-section .link {
  padding-right: 20px;
  background-image: url(../images/red_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

.slider .banner-wrap ul li .slide-warp .link a, .customblks .threecol .blk-img .link, .custom-two-blks .blk-img .right-blk .link {
  padding-right: 20px;
  background-image: url(../images/yellow_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
  color: #F2EEC1;
}

.widget-block .receiveprizes a.yellowlink, .listings-section .col-left .receiveprizes a {
  padding-right: 40px;
  background-image: url(../images/white_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: white;
}

.widget-block .receiveprizes a.yellowlink:hover, .listings-section .col-left .receiveprizes a:hover {
  background-image: url(../images/red_big_arrow.png);
}

.search-form .button-wrap input:after, .search-form .button-wrap button:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 22px;
  margin-left: 10px;
  background-image: url(../images/white_big_arrow.png);
  background-position: left top;
  background-repeat: no-repeat;
  vertical-align: middle;
  color: white;
}

.search-form .button-wrap input:hover:after, .search-form .button-wrap button:hover:after {
  background-image: url(../images/red_big_arrow.png);
}

.customblks .twocol .blk-img.bigimg, .customblks .twocol .blk-img.smallimg, .custom-two-blks .blk-img, .listings-section .col-left .blk-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.customblks .threecol .blk-img .block-content ul li {
  background-position: center left;
}

.customblks .twocol .blk-img.smallimg, .listings-section .col-left .blk-img {
  background-position: center right;
}

.customblks .twocol .blk-img.bigimg {
  background-position: center center;
}

@media (max-width: 480px) {
  .top-list-section .top-list-carousel {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: baselane;
    -moz-align-items: baselane;
    -ms-align-items: baselane;
    align-items: baselane;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .top-list-section .top-list-carousel .item {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.axelites-trip-trip-index .search-form,
.axelites-trip-trip-index .breadcrumbs {
  display: none;
}
.axelites-trip-trip-index .dont-miss-section {
  margin: 0;
}
.axelites-trip-trip-index .dont-miss-section .container {
  border: 0;
}
.axelites-trip-trip-index .about-us .container {
  border-top: 1px solid #E1E1E1;
  padding-top: 25px;
}
.axelites-trip-trip-index .listings-section .listings .list .info-blk .top-sec {
  border-bottom: none;
}

.intro-section .banner-section {
  position: relative;
}
.intro-section .banner-section:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 282px;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.intro-section .banner-section .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.intro-section .banner-section .banner-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 100px 80px;
  z-index: 4;
}
.intro-section .banner-section .banner-content {
  zoom: 1;
  clear: both;
}
.intro-section .banner-section .banner-content:before, .intro-section .banner-section .banner-content:after {
  content: "";
  display: table;
}
.intro-section .banner-section .banner-content:after {
  clear: both;
}
@media (max-width: 480px) {
  .intro-section .banner-section .banner-content {
    text-align: center;
  }
  .intro-section .banner-section .banner-content body {
    margin-top: 90px !important;
  }
  .intro-section .banner-section .banner-content .cleft > a:nth-of-type(-n+2) {
    background-color: #FFF !important;
    color: #383C3F;
  }
  .intro-section .banner-section .banner-content h1 {
    text-align: center;
    letter-spacing: 2px;
  }
  .intro-section .banner-section .banner-content .button {
    padding: 10px;
  }
}
.intro-section .banner-section .banner-content .button {
  background-color: #CF3D4A;
  color: white;
  font-size: 14px;
  letter-spacing: 2px;
  margin-right: 7px;
}
@media (max-width: 480px) {
  .intro-section .banner-section .banner-content .button {
    width: 100%;
    text-align: center;
    margin-top: 23px;
    margin: 10px 0 0 0;
  }
}
.intro-section .banner-section .banner-content::before, .intro-section .banner-section .banner-content::after {
  content: "";
  display: table;
}
.intro-section .banner-section .banner-content::after {
  clear: both;
}
@media (max-width: 1060px) {
  .intro-section .banner-section .banner-content {
    padding: 30px 20px;
  }
}

.intro-content {
  padding: 18px 0 0 0;
}
@media (max-width: 480px) {
  .intro-content {
    padding: 50px 0 18px 0;
  }
}
.intro-content .container {
  position: relative;
}
.intro-content p {
  font-size: 14px !important;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: justify;
}

a.minus, a.plus {
  color: #383C3F;
  font-size: 2.5rem;
  padding: 10px;
  font-weight: 900;
  text-decoration: none;
}
@media (max-width: 480px) {
  a.minus, a.plus {
    padding: 5px;
  }
}

.price_in_pop {
  padding: 12px 0 0 0;
}

.stay {
  font-weight: 600;
  font-size: 2rem;
}
@media (max-width: 480px) {
  .stay {
    font-size: 1.6rem;
  }
}

#mb-ajaxcart-wrapper .product-add-form .actions button.secondary .close-btn {
  background-color: #fff !important;
  margin: 5px 2px 2px 69% !important;
  border: 1px solid #000000 !important;
  color: #000000 !important;
}

#mb-ajaxcart-wrapper .product-add-form form {
  padding-bottom: 55px;
}
#mb-ajaxcart-wrapper .product-add-form form p.stay {
  line-height: unset;
  letter-spacing: unset;
  padding-right: 10px;
  text-align: left;
}

small {
  font-size: 1.3rem;
}

#mb-ajaxsuite-popup #product-options-wrapper .message p {
  margin: 0;
  color: #000;
  opacity: 1;
}

/*-- REFONT PAGE --*/
/*-- color --*/
.dark-red {
  color: #9a0e1c !important;
}

.gray-fine {
  color: #bbbdbe;
}

/*-- Common style --*/
.button-reserve {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
  margin-bottom: 18px;
}
.button-reserve button {
  background-color: #CF3D4A;
  border: none;
  color: #fff;
}
.button-reserve button:hover {
  background: #ffffff;
  color: #CF3D4A;
  transition: 0.3s ease-out;
  font-weight: 700;
}
.button-reserve button:after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 24px;
  margin-left: 10px;
  background-image: url(../images/white_big_arrow.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}

.text-underline {
  text-decoration: underline;
}

.h2 {
  font-weight: bold;
  font-size: 18px;
  color: #a51221;
  text-align: left !important;
  text-transform: uppercase;
}
.h2:after {
  content: " ";
  display: block;
  height: 3px;
  background-color: #a51221;
  margin-bottom: 20px;
}

.h3 {
  color: #1a171b;
  font-size: 18px;
  margin-top: 25px !important;
  margin-bottom: 28px;
  font-weight: bold;
}

.btn-see-more {
  background-color: #CF3D4A;
  color: #bbbdbe !important;
  padding-right: 0;
  display: inline-block;
  font-size: 14px;
  padding-left: 8px;
  margin-bottom: 35px;
  margin-top: 15px;
}
.btn-see-more .arrow-see-more {
  background-color: #ededee;
  display: inline-block;
  line-height: 2.5em;
  text-align: center;
  width: 2.5em;
  margin-left: 0.75em;
}

a.btn-see-more:hover {
  text-decoration: none !important;
}

.text-right {
  text-align: right;
}

.fleche-image-top {
  display: none;
}

.main .strengths {
  background-color: #F8F8F8;
  padding: 25px;
  color: #272727;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
}
.main .strengths .strengths-title {
  font-weight: 300;
  letter-spacing: 5px;
  color: #272727;
  font-size: 30px;
  line-height: 33px;
  margin-bottom: 30px;
}
.main .strengths ul {
  margin: 0;
}
.main .strengths ul li {
  position: relative;
  list-style-type: none;
}
.main .strengths ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -16px;
  width: 8px;
  height: 8px;
  background-image: url("../images/ok.png");
}
.main .stay-include, .main .stay-not-include {
  font-size: 16px;
  color: #272727;
  letter-spacing: 0.57px;
  line-height: 27px;
  font-weight: 300;
}
.main .stay-include ul, .main .stay-not-include ul {
  padding-left: 20px;
}
.main .stay-include ul li, .main .stay-not-include ul li {
  margin: 0;
}

.aside .useful-link {
  display: flex;
  justify-content: space-evenly;
  margin-left: 4px;
  text-align: center;
}
.aside .useful-link img {
  height: 36px;
}
.aside .refund {
  background: url("../images/sidebar-bg1.jpg") center no-repeat;
  background-size: cover;
  padding: 15px 25px 100px 25px;
  margin-bottom: 25px;
}
.aside .refund .earth {
  padding: 0 0 10px 0;
  text-align: center;
}
.aside .refund .desc {
  text-align: center;
}
.aside .refund .desc h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.aside .refund .desc p {
  color: #fff;
  font-size: 14px !important;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: justify;
}
.aside .refund .desc a {
  color: #fff;
}
.aside .bloc-sidebar {
  font-size: 14px !important;
  padding: 25px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 7px 26px #EEEEEE;
  -moz-box-shadow: 0px 7px 26px #EEEEEE;
  box-shadow: 0px 7px 26px #EEEEEE;
}
.aside .bloc-sidebar h3 {
  font-weight: 500;
  font-size: 20px;
}
.aside .bloc-sidebar h3 img {
  max-width: 25px;
  margin-right: 10px;
}
.aside .bloc-sidebar .icon-box {
  display: block;
  margin: 0 auto;
  position: relative;
  width: fit-content;
}
.aside .bloc-sidebar .icon-box a {
  margin: 0 10px;
}
.aside .bloc-sidebar .icon-box a:hover {
  opacity: 0.6;
}
.aside .bloc-sidebar .bloc-bottom {
  text-align: center;
  padding-bottom: 25px;
}
.aside .bloc-sidebar .bloc-bottom h5 {
  color: #272727;
  text-align: center;
  line-height: 24px;
}
.aside .bloc-sidebar .bloc-bottom span {
  color: #CF3D4A;
}
.aside .fb-follow img {
  max-width: 75%;
  margin: 0 auto;
  display: block;
}
.aside .customer_reviews {
  text-align: center;
  position: relative;
}
.aside .customer_reviews a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.aside .customer_reviews a h2 {
  position: relative;
  font-weight: 500;
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #272727;
  margin: 0;
}

/********************* MODIF **************************/
/******************************************************/
.owl-nav {
  position: absolute;
  width: 100%;
  top: 45% !important;
}
.owl-nav .owl-prev {
  font-size: 0 !important;
  background: transparent;
  left: 0;
  position: absolute;
  width: 50px;
  height: 131px;
}
.owl-nav .owl-prev:before {
  content: "<";
  position: absolute;
  color: #CF3D4A;
  font-size: 47px;
  font-weight: 100;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
}
.owl-nav .owl-prev:hover {
  background-color: transparent;
}
.owl-nav .owl-next {
  font-size: 0 !important;
  background: transparent;
  right: 0;
  position: absolute;
  width: 50px;
  height: 131px;
}
.owl-nav .owl-next:after {
  content: ">";
  position: absolute;
  color: #CF3D4A;
  font-size: 47px;
  font-weight: 100;
  top: 10px;
  right: 0;
  left: 0;
  text-align: center;
}
.owl-nav .owl-next:hover {
  background-color: transparent;
}

.axelites_trip-trip-view .intro-section .banner-section {
  position: relative;
}
.axelites_trip-trip-view .intro-section .banner-section .banner-content {
  left: 0;
  right: 0;
  top: 0;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.axelites_trip-trip-view .intro-section .banner-section .banner-content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 282px;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 1;
}
.axelites_trip-trip-view .intro-section .banner-section .banner-content a.link.button {
  padding: 10px 15px;
  background: #CDA446;
  border: none;
  white-space: normal;
}
.axelites_trip-trip-view .intro-section .banner-section .banner-content a.link.button:hover {
  text-decoration: none;
  background: #000;
}
.axelites_trip-trip-view .intro-section .banner-section .banner-content .content-left {
  z-index: 10;
}
.axelites_trip-trip-view .intro-section .banner-section .banner-content .content-left h1 {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #CF3D4A;
  font-weight: 600;
  line-height: 42px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
.axelites_trip-trip-view .intro-section .banner-section .banner-content .content-right {
  z-index: 10;
  margin-top: 22%;
  display: flex;
  align-items: center;
}
.axelites_trip-trip-view .intro-section .banner-section .banner-content .content-right .price {
  color: #fff;
  font-size: 14px;
  padding-right: 20px;
}
.axelites_trip-trip-view .intro-section .banner-section .banner-content .content-right .price span {
  font-size: 22px;
}
@media (max-width: 1024px) {
  .axelites_trip-trip-view .intro-section .banner-section .banner-content {
    flex-direction: column;
    justify-content: center;
  }
  .axelites_trip-trip-view .intro-section .banner-section .banner-content .content-right {
    margin-top: 50px;
  }
}
.axelites_trip-trip-view .intro-section .banner-section .img-copywrite {
  color: #cda446;
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 999;
  font-size: 11px;
  font-weight: 100;
  letter-spacing: 2px;
}

.tab-menu {
  margin-top: -30px;
  position: relative;
  z-index: 99;
}
.tab-menu ul {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 0;
}
.tab-menu li {
  padding: 0;
  background-color: #CF3D4A;
}
.tab-menu li a {
  background-color: #CF3D4A;
  text-decoration: none;
  color: #fff;
  padding: 10px 25px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  border-right: 1px solid #e1616d;
}
.tab-menu li:hover a {
  background-color: #fff;
  color: #CF3D4A;
}
.tab-menu li:last-child a {
  border-right: none;
}
.tab-menu li.box-icn:hover a {
  background-color: #CF3D4A;
  color: #fff;
}
.tab-menu li.box-icn a img {
  vertical-align: middle;
}

.container-intro {
  display: flex;
}
.container-intro .main {
  width: 68%;
}
.container-intro .aside {
  width: 30%;
  margin-left: 2%;
}

.section-bloc {
  margin-bottom: 35px;
}
.section-bloc h2 {
  font-weight: 400;
  letter-spacing: 5px;
  font-size: 24px;
  color: #272727;
  line-height: 40px;
  padding: 0 0 0 15px;
  text-align: left !important;
  text-transform: uppercase;
  margin: 0 0 25px 0;
  position: relative;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
}
.section-bloc h2::after {
  content: "";
  width: 4px;
  height: 30px;
  background-color: #f1626e;
  position: absolute;
  left: 0;
  bottom: 6px;
}
.section-bloc .content-section {
  padding: 25px;
  -webkit-box-shadow: 0px 7px 26px #eeeeee;
  -moz-box-shadow: 0px 7px 26px #EEEEEE;
  box-shadow: 0px 7px 26px #eeeeee;
}
.section-bloc .content-section .detail {
  font-size: 14px;
  color: #272727;
  letter-spacing: 0.57px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}
.section-bloc .content-section .detail .section-img .col-3 {
  margin-right: 10px;
}
.section-bloc .content-section .detail .section-img .col-3:last-child {
  margin-right: 0;
}
.section-bloc .content-section .detail .section-img .col-3 img {
  width: 100%;
}
.section-bloc .content-section .panel-wrapper {
  position: relative;
}
.section-bloc .content-section .panel-wrapper .btn {
  color: #fff;
  background: #CF3D4A;
  border-radius: 0;
  right: 0;
  padding: 7px 20px 7px 10px;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 auto;
}
.section-bloc .content-section .panel-wrapper .show, .section-bloc .content-section .panel-wrapper .hide {
  position: absolute;
  bottom: -40px;
  z-index: 100;
  text-align: center;
}
.section-bloc .content-section .panel-wrapper .show:after {
  content: ">>";
  font-size: 13px;
  letter-spacing: -3.1px;
  position: absolute;
  color: #fff;
  bottom: 10px;
  right: 7px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.section-bloc .content-section .panel-wrapper .show:target {
  display: none;
}
.section-bloc .content-section .panel-wrapper .show:target ~ .hide {
  display: block;
}
.section-bloc .content-section .panel-wrapper .show:target ~ .panel {
  max-height: 4000px;
}
.section-bloc .content-section .panel-wrapper .show:target ~ .fade {
  margin-top: 0;
}
.section-bloc .content-section .panel-wrapper .hide {
  display: none;
}
.section-bloc .content-section .panel-wrapper .hide:after {
  content: ">>";
  font-size: 13px;
  letter-spacing: -3.1px;
  position: absolute;
  color: #fff;
  bottom: 7px;
  right: 7px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.section-bloc .content-section .panel-wrapper .panel {
  position: relative;
  margin: 2em auto 30px;
  width: 100%;
  max-height: 20px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  padding-top: 25px;
}
.section-bloc .content-section .panel-wrapper .fade {
  height: 10px;
  position: relative;
}
.section-bloc .row-col .col-2 {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  border-bottom: 1px solid #e6e2e2;
}
.section-bloc .row-col .col-2 .slide-hotel {
  flex: 1;
  margin-right: 25px;
}
.section-bloc .row-col .col-2 .desc-hotel {
  flex: 1;
}

.container-intro ul {
  margin: 0;
  padding-left: 20px;
}
.container-intro ul li {
  position: relative;
  list-style-type: none;
}
.container-intro ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -16px;
  width: 8px;
  height: 8px;
  background-image: url("../images/ok.png");
}

.row {
  display: flex;
  align-items: center;
}
.row .col-3 {
  width: 33.33333%;
}
.row .col-4 {
  width: 40%;
}
.row .col-8 {
  width: 60%;
}

.section-post {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e3e3e3;
}
.section-post:first-child {
  padding-top: 0;
}
.section-post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.section-post .bloc-post {
  padding-left: 15px;
}
.section-post .bloc-post .bloc-date {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.section-post .bloc-post h3.title-post {
  font-size: 22px;
}
.section-post .bloc-post h3.title-post span {
  font-size: 18px;
  color: #272727;
}
.section-post .bloc-post h4.type {
  color: #272727;
}
.section-post .bloc-post .content-bloc .p-content-bloc {
  margin-bottom: 10px;
}
.section-post .bloc-post .content-bloc .price {
  margin-bottom: 10px;
}
.section-post .bloc-post .content-bloc .price h4 {
  color: #272727;
  font-weight: 500;
}
.section-post .bloc-post .content-bloc .price .price-line {
  display: flex;
  justify-content: space-between;
  padding: 5px 15px;
}
.section-post .bloc-post .content-bloc .price .price-line h5 {
  color: #cda446;
  font-weight: 500;
}
.section-post .bloc-post .content-bloc .price .price-line span {
  font-weight: 500;
}
.section-post .bloc-post .content-bloc form {
  display: flex;
  justify-content: flex-end;
}
.section-post .bloc-post .content-bloc .btn {
  margin: 10px 0;
  z-index: 999;
  position: relative;
  background-color: #CF3D4A;
  color: #fff;
  letter-spacing: 3px;
  border: none;
  padding: 10px 22px;
}
.section-post .bloc-post .content-bloc .btn:hover {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .section-post .bloc-post .content-bloc .btn {
    float: right;
  }
}
.section-post .bloc-post .content-bloc .desc-spect {
  margin-bottom: 10px;
  background-color: #eee;
  padding: 10px;
}
.section-post .bloc-post .content-bloc .desc-spect h5 {
  color: #272727;
}

.spectacle .post-spect {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e3e3e3;
}
.spectacle .post-spect:first-child {
  padding-top: 0;
}
.spectacle .post-spect:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.post-spect .img-spect img {
  width: 100%;
}
.post-spect .content-spect {
  padding: 20px 0 0;
}
.post-spect .content-spect .col-4 h3 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
  margin-right: 10px;
}
.post-spect .content-spect .col-4 h3 a {
  white-space: inherit;
}
.post-spect .content-spect .col-4 h3 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.post-spect .content-spect .col-4 h4.type {
  color: #272727;
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 0;
  margin-right: 20px;
}
.post-spect .content-spect .col-4 .date {
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 0 20px;
  margin-right: 20px;
}
.post-spect .content-spect .col-8 {
  padding-left: 2%;
}
.post-spect .content-spect .col-8 .desc-spect {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
}
.post-spect .content-spect .col-8 .desc-spect h5 {
  font-weight: 100;
  font-size: 12px;
  line-height: initial;
  margin-bottom: 0;
  color: #989898;
}

.master-icon-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px;
}
.master-icon-box:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.master-icon-box .icon-wrap {
  margin-right: 20px;
}
.master-icon-box .icon-wrap img {
  min-width: 20px;
}
.master-icon-box .content-master-box h4 {
  font-weight: 500;
}

.axelites_trip-trip-view section.about-us.about-us-fa {
  display: none;
}

.mb-ajaxsuite-popup-wrapper {
  z-index: 999 !important;
}

.top-destinations-section {
  margin: 0 0 40px 0;
}
@media (max-width: 480px) {
  .top-destinations-section {
    display: none;
  }
}
.top-destinations-section .container {
  padding-left: 25px;
  padding-bottom: 50px;
  padding-top: 25px;
  -webkit-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border: none;
}
.top-destinations-section .top-destinations-carousel {
  min-width: 100%;
}
.top-destinations-section .item {
  width: 300px;
}
.top-destinations-section .item > img {
  object-fit: none;
  height: 200px;
  width: 100%;
  max-height: 200px;
}
.top-destinations-section .content-section {
  color: white;
  background-color: #272727;
  padding: 25px;
  text-align: center;
  font-weight: 300;
}
.top-destinations-section .content-section .topdestinations-title {
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.top-destinations-section .content-section .topdestinations-desc {
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 17px;
  min-height: 60px;
}
.top-destinations-section .content-section .pack {
  font-size: 1.4rem;
  letter-spacing: 1.31px;
  margin-bottom: 10px;
}
.top-destinations-section .content-section .date-trip {
  font-size: 1.2rem;
  margin-bottom: 2px;
}
.top-destinations-section .content-section .link {
  letter-spacing: 2.14px;
  font-weight: bold;
  font-size: 1.3rem;
}
.top-destinations-section .content-section ul {
  font-size: 0;
  padding: 0;
  margin: 5px 0;
}
.top-destinations-section .content-section ul li {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin: 0 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.top-destinations-section .content-section ul li img {
  width: auto;
}
@media (max-width: 600px) {
  .top-destinations-section {
    margin: 20px 0;
  }
  .top-destinations-section .container {
    padding: 25px;
  }
  .top-destinations-section .top-destinations-carousel {
    min-width: 1px;
  }
  .top-destinations-section .item {
    width: 100%;
    max-width: 300px;
    margin: auto auto 15px;
  }
  .top-destinations-section .item > img {
    margin-bottom: 0;
    display: block;
  }
}
.top-destinations-section .owl-carousel .owl-item {
  max-height: 300px;
}

#programme .img-copywrite {
  color: #383C3F;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 24px;
}

.trustpilot-widget {
  display: flex;
  align-items: center;
}

/***************  RESPONSIVE   ******************/
@media (max-width: 768px) {
  nav#myheader {
    display: none;
  }
  .container-intro {
    flex-direction: column;
  }
  .container-intro .main {
    width: 100%;
  }
  .container-intro .aside {
    width: 100%;
    margin-left: 0;
  }
  .row {
    flex-direction: column;
  }
  .row .col-3, .row .col-4, .row .col-8 {
    width: 100%;
  }
  .section-post .img-post {
    margin-bottom: 15px;
  }
  .section-post .bloc-post {
    padding-left: 0;
  }
  .post-spect .content-spect h4.type {
    margin-right: 0;
  }
  .post-spect .content-spect .date {
    margin-right: 0;
  }
  .content-section .detail .section-img .col-3 {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .section-bloc .content-section .panel-wrapper .btn {
    padding: 7px 20px 7px 10px;
    font-size: 14px;
  }
  .section-bloc .content-section .panel-wrapper .show:after {
    bottom: 9px;
  }
  .section-bloc .content-section .panel-wrapper .hide:after {
    bottom: 4px;
  }
  .banner-content .content-left {
    width: 80%;
  }
  .banner-content .content-left h1 {
    font-size: 27px;
    padding: 7px 10px;
    z-index: 999;
  }
  .banner-content .content-left .button {
    font-size: 13px !important;
    padding: 7px 10px !important;
    letter-spacing: 0 !important;
  }
  .banner-content .content-right {
    margin-top: 30px !important;
    width: 80%;
    flex-direction: column;
    align-items: center;
  }
  .banner-content .content-right .price {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 10px;
  }
  .tab-menu {
    margin-top: 20px !important;
  }
}
@media (max-width: 480px) {
  .axelites_trip-trip-view .intro-section .banner-section .owl-carousel .owl-nav {
    top: 13% !important;
  }
  .axelites_trip-trip-view .intro-section .banner-section .banner-content {
    padding: 0;
    position: relative;
  }
  .axelites_trip-trip-view .intro-section .banner-section .banner-content:after {
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 100%) !important;
  }
  .axelites_trip-trip-view .intro-section .banner-section .banner-content .content-left {
    width: 100%;
  }
  .axelites_trip-trip-view .intro-section .banner-section .banner-content .content-left h1 {
    color: #272727 !important;
  }
  .axelites_trip-trip-view .intro-section .banner-section .banner-content .content-left a.link.button {
    background: transparent !important;
    color: #272727 !important;
  }
  .axelites_trip-trip-view .intro-section .banner-section .banner-content .content-right .price {
    color: #CF3D4A !important;
  }
  .axelites_trip-trip-view .intro-section .banner-section .banner-content .content-right .price span {
    font-weight: 600;
  }
  .axelites_trip-trip-view .intro-section .banner-section .banner-content .content-right a.link.button {
    background: #CF3D4A !important;
  }
  .axelites_trip-trip-view .intro-section .banner-section:after {
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 100%) !important;
  }
}
@media (max-width: 414px) {
  .main .strengths .strengths-title {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 36px;
  }
}
.img-credit {
  color: white;
  position: absolute;
  left: 10px;
  bottom: 5px;
  z-index: 999;
  font-size: 10px;
  line-height: 1;
  font-weight: 100;
}
@media (max-width: 575px) {
  .img-credit {
    color: black;
    bottom: -5px;
    position: relative;
  }
}

.banner-section .item {
  min-height: 480px;
}

.image-container {
  position: absolute;
  display: flex;
  height: 32px !important;
  right: 5px;
  top: 5px;
  z-index: 10;
  align-items: center;
  justify-content: end;
  overflow: hidden;
}
.image-container .c_right_credit {
  margin: 0;
  overflow: hidden;
  transform: translateX(120%);
  transition: all 0.35s;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 3px 5px;
  display: none;
}
.image-container .c_right_credit.show_credit {
  display: inline-block;
}
.image-container .c_right {
  height: 32px;
  width: 32px !important;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
.image-container:hover .show_credit {
  transform: translateX(0%);
}

.bottom-text-slid {
  padding: 10px 15px;
  background: #CDA446;
  border: none;
  white-space: normal;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.success-content p.title a {
  text-wrap: wrap;
}

.owl-carousel.top-destinations-carousel.owl-theme.owl-loaded .date-trip {
  height: 42px;
}

.owl-carousel.top-destinations-carousel.owl-theme.owl-loaded .owl-item img {
  min-height: 125px;
}

body.page-product-configurable {
  margin-top: 0;
}
body.page-product-configurable #comment-wrapper span.comment-max-length {
  text-align: center;
  position: absolute;
  right: 61px;
  margin-top: 15px;
}

p {
  text-align: justify;
}

div.content p {
  text-align: justify;
}

.product-cover {
  margin-bottom: 44px;
  position: relative;
}
.product-cover.loading img {
  opacity: 0.75;
}
.product-cover.loading:after {
  content: "";
  display: inline-block;
  height: 25px;
  width: 29px;
  background-image: url(../images/ajax-loader.gif);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-cover img {
  transition: opacity 0.5s;
  width: 100%;
  display: block;
}
.product-cover .img-gallery {
  padding: 0;
}
.product-cover .img-gallery li {
  display: inline-block;
  width: 100px;
  margin: 0 6px;
  padding: 2px;
  cursor: pointer;
  border: 2px solid white;
}
.product-cover .img-gallery li.active {
  border-color: #272727;
}
.product-cover .img-gallery li:first-child {
  margin-left: 0;
}
.product-cover .img-gallery li:last-child {
  margin-right: 0;
}

.product-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 0;
}
.product-header {
  zoom: 1;
  clear: both;
}
.product-header:before, .product-header:after {
  content: "";
  display: table;
}
.product-header:after {
  clear: both;
}
.product-header .product-logo {
  float: left;
  width: 10.28%;
}
.product-header .product-logo img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.product-header .product-logo .vignette {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  color: #ffffff;
  line-height: 82px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
}
.product-header .product-logo .opera:after {
  background: #CF3D4A;
}
.product-header .product-logo .concerts:after,
.product-header .product-logo .concert:after {
  background: #EE3444;
}
.product-header .product-logo .ballets:after {
  background: #F1626E;
}
.product-header .product-logo .tempsforts:after {
  background: #A487BC;
}
.product-header .product-logo .opera {
  background: #8b1b2c;
}
.product-header .product-logo .theatre {
  background: #c22733;
}
.product-header .product-logo .musicale {
  background: #f3a2a9;
}
.product-header .product-logo .show {
  background: #aa7a81;
}
.product-header .product-logo .concerts, .product-header .product-logo .concert {
  background: #ee3444;
}
.product-header .product-logo .ballet,
.product-header .product-logo .ballets {
  background: #ff616d;
}
.product-header .product-logo .tempsforts {
  background: #A487BC;
}
@media (max-width: 767px) {
  .product-header .product-logo {
    display: none;
  }
}
.product-header .product-title-area {
  float: right;
  width: 87%;
}
.product-header .product-title-area .product-title {
  font-size: 3rem;
  line-height: 42px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  color: #272727;
  width: 80%;
}
.product-header .product-title-area .product-title span {
  display: block;
  font-size: 2.1rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .product-header .product-title-area .product-title {
    width: 100%;
    font-size: 25px;
    line-height: 1.5;
  }
  .product-header .product-title-area .product-title span {
    font-size: 16px;
  }
  .product-header .product-title-area .product-title .product-title h1 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
}
.product-header .product-title-area .product-advantage {
  display: inline-block;
}
.product-header .product-title-area .product-advantage a {
  color: #272727;
  font-size: 1.3rem;
  line-height: 42px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  display: block;
  position: relative;
  padding-left: 25px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-header .product-title-area .product-advantage a:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.product-header .product-title-area .product-advantage a:hover:before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.product-header .product-title-area .product-advantage .like-product:before {
  background-image: url(../images/temps-fort.svg);
}
.product-header .product-title-area .product-advantage .like-product:hover {
  color: #a487bc;
}
.product-header .product-title-area .product-advantage .discovery-product:before {
  background-image: url(../images/first-step.svg);
}
.product-header .product-title-area .product-advantage .discovery-product:hover {
  color: #5c96df;
}
.product-header .product-title-area .product-meta {
  margin-top: 25px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1px;
}
.product-header .product-title-area .product-meta {
  zoom: 1;
  clear: both;
}
.product-header .product-title-area .product-meta:before, .product-header .product-title-area .product-meta:after {
  content: "";
  display: table;
}
.product-header .product-title-area .product-meta:after {
  clear: both;
}
@media (max-width: 480px) {
  .product-header .product-title-area .product-meta {
    margin-top: 10px;
  }
}
.product-header .product-title-area .product-meta .product-time {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.product-header .product-title-area .product-meta .left {
  float: left;
}
.product-header .product-title-area .product-meta .right {
  float: right;
}
.product-header .product-title-area .product-meta .like-product,
.product-header .product-title-area .product-meta .discovery-product {
  display: block;
  font-weight: bold;
  font-size: 1.3rem;
}
.product-header .product-title-area .sharing_toolbox {
  overflow: hidden;
  clear: both;
}
.product-header .product-title-area .sharing_toolbox ul {
  margin: 15px 0 !important;
  display: block;
  overflow: hidden;
  padding: 0;
}
.product-header .product-title-area .sharing_toolbox ul li {
  display: inline-block;
  float: left;
  margin: 0 5px;
  list-style: none;
}
@media (max-width: 767px) {
  .product-header .product-title-area {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-header .product-meta .product-location,
  .product-header .product-meta .product-time {
    width: 100%;
    margin: 5px 0;
  }
}

.product-detail {
  padding-bottom: 20px;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 55px;
}
.product-detail .product-info {
  zoom: 1;
  clear: both;
}
.product-detail .product-info:before, .product-detail .product-info:after {
  content: "";
  display: table;
}
.product-detail .product-info:after {
  clear: both;
}
.product-detail .sub-head {
  font-size: 1.6rem;
  margin-bottom: 10px;
  margin-top: 15px;
}
.product-detail .product-content {
  float: left;
  width: 52.4%;
}
.product-detail .product-content .product-name {
  color: #272727;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
}
.product-detail .product-content h3 .duration {
  margin-top: 5px;
}
.product-detail .product-content .duration {
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
  text-transform: initial;
  font-weight: bold;
  padding: 3px 0;
}
.product-detail .product-content .duration img {
  opacity: 0.2;
  vertical-align: sub;
}
.product-detail .product-description {
  float: left;
  width: 95%;
}
@media (max-width: 800px) {
  .product-detail .product-description {
    width: 100%;
  }
}
.product-detail .product-description .product-desc {
  font-size: 1.4rem;
  line-height: 24px;
  position: relative;
  overflow: hidden;
  max-height: 155px;
}
.product-detail .product-description .product-desc p {
  font-size: 1.4rem;
  line-height: 24px;
  color: #383C3F;
}
.product-detail .product-description .product-desc p:last-child {
  margin-bottom: 0px;
}
.product-detail .product-description .product-desc a {
  color: #CF3D4A;
}
.product-detail .product-description .product-desc .view-more-block {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  height: 100px;
  padding-top: 80px;
  text-transform: lowercase;
  background-image: linear-gradient(0deg, #fff 23%, rgba(255, 255, 255, 0) 95%);
}
.product-detail .product-members {
  float: right;
  width: 40%;
}
.product-detail .product-members .product-members-list {
  position: relative;
}
.product-detail .product-members .product-members-list ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  max-height: 220px;
  overflow: hidden;
}
.product-detail .product-members .product-members-list ul li .member-designation {
  font-size: 1.2rem;
  color: #989898;
  font-weight: 400;
}
.product-detail .product-members .product-members-list ul li .member-name {
  font-size: 1.4rem;
  color: #383C3F;
}
.product-detail .product-members .product-members-list .view-more-block {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  height: 100px;
  padding-top: 80px;
  text-transform: lowercase;
  background-image: linear-gradient(0deg, #FFFFFF 23%, rgba(255, 255, 255, 0) 95%);
}
.product-detail .product-members .product-members-list .view-more-block a {
  color: #CF3D4A;
}
.product-detail .product-members .product-members-list .view-less-block {
  display: none;
}
.product-detail .product-members .product-members-list .view-more-block {
  display: block;
}
.product-detail .product-members .product-members-list.show-all ul {
  max-height: none;
}
.product-detail .product-members .product-members-list.show-all .view-more-block {
  display: none;
}
.product-detail .product-members .product-members-list.show-all .view-less-block {
  display: block;
}
@media (max-width: 767px) {
  .product-detail {
    margin-bottom: 0;
  }
  .product-detail .product-content, .product-detail .product-members {
    width: 100%;
    margin: 10px 0;
  }
}

div[data-role=tier-price-block] {
  display: none !important;
}

.detailed .product.items.data .item.title .switch {
  border: 0;
}
.detailed .product.items.data .description {
  max-width: 650px;
  margin: 0 auto;
}

.product-not-sellable {
  background-color: #CF3D4A;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  margin: 10px 0;
  padding: 15px;
}

#efstep-2 .opening-date {
  background-color: #F5A623;
  color: #272727;
  font-weight: 700;
  text-align: center;
  margin: 10px 0;
  padding: 10px;
  font-size: 1.5rem;
}

#efstep-3 .tr {
  font-size: 13px;
  overflow: hidden;
}
#efstep-3 .tr .options-blk {
  width: 85%;
  overflow: hidden;
  float: left;
  padding: 8px 0 0;
}
#efstep-3 .tr .options-blk .icon-option {
  width: 40px;
  height: 40px;
  float: left;
  margin: 0 0 0 5px;
}
#efstep-3 .tr .options-blk .verre-option {
  background: url(../images/verre-option.png) no-repeat center 0;
}
#efstep-3 .tr .options-blk .livret-option {
  background: url(../images/livret-option.png) no-repeat center 5px;
}
#efstep-3 .tr .options-blk .menu-option {
  background: url(../images/menu-option.png) no-repeat center 5px;
}
#efstep-3 .tr .options-blk .visite-option {
  background: url(../images/visite-option.png) no-repeat center 5px;
}
#efstep-3 .tr .options-blk .infos-options {
  position: relative;
  float: left;
  width: calc(100% - 45px);
  padding: 0 5px 0 10px;
}
#efstep-3 .tr .options-blk .infos-options .title-option {
  display: block;
  color: #38393b;
  font-weight: 500;
  font-size: 13px;
  max-width: 182px;
}
#efstep-3 .tr .options-blk .infos-options .price-option {
  color: #101010;
  display: inline-block;
  float: right;
  top: 10px;
  position: absolute;
  right: 3%;
  font-size: 14px;
  font-weight: 500;
}
#efstep-3 .tr .options-blk .infos-options a .info-option {
  display: inline-block;
  color: #cf3d4a;
  font-size: 1.2rem;
  margin-left: 5px;
}
#efstep-3 .tr .options-blk .infos-options a.fancybox-html {
  margin-left: -5px;
}
#efstep-3 .tr .quantity {
  width: 15%;
  float: left;
}
#efstep-3 .tr .td select {
  font-size: 14px;
  border: none;
  background-image: url(../images/arrow-down.png);
  background-size: 11px 7px;
  background-position: 20px center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0;
  height: 35px;
  color: #000000;
  font-weight: 600;
  padding: 5px 15px 5px 5px;
  text-align: center;
}
#efstep-3 .widget-wrap .supplier-product-extra-qty {
  float: right;
  font-size: 12px;
  font-weight: 600;
  color: #989898;
  position: absolute;
  margin-top: -20px;
  right: 0;
  margin-right: 40px;
}

.product-offer {
  margin-bottom: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
  padding: 0px 4px;
}
.product-offer {
  zoom: 1;
  clear: both;
}
.product-offer:before, .product-offer:after {
  content: "";
  display: table;
}
.product-offer:after {
  clear: both;
}
@media (max-width: 480px) {
  .product-offer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: unset;
  }
}
.product-offer:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 4px;
  background: url(../images/icons/offer-triangle-dark.png) repeat-y left top;
}
@media (max-width: 480px) {
  .product-offer:before {
    content: none;
  }
}
.product-offer:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 4px;
  background: url(../images/icons/offer-triangle.png) repeat-y left top;
}
@media (max-width: 480px) {
  .product-offer:after {
    content: none;
  }
}
.product-offer-head {
  width: 26%;
  background: #bdbd89;
  position: relative;
}
@media (max-width: 480px) {
  .product-offer-head {
    width: 100%;
    padding: 11px;
  }
}
.product-offer-head span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  text-transform: uppercase;
  color: white;
  letter-spacing: 3px;
}
@media (max-width: 480px) {
  .product-offer-head span {
    position: unset;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    font-weight: 300;
    color: #000;
    letter-spacing: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    color: #0a0a0a;
  }
}
.product-offer-info {
  background: #EFEDD7;
  width: 74%;
  padding: 25px 20px 14px 20px;
}
@media (max-width: 480px) {
  .product-offer-info {
    width: 100%;
  }
}
.product-offer-info p {
  margin-bottom: 10px;
}

.product-promo {
  margin-bottom: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
  padding: 0px 4px;
}
.product-promo {
  zoom: 1;
  clear: both;
}
.product-promo:before, .product-promo:after {
  content: "";
  display: table;
}
.product-promo:after {
  clear: both;
}
@media (max-width: 480px) {
  .product-promo {
    display: block;
    padding: unset;
  }
  .product-promo .product-promo-head {
    width: 100%;
    background: #FBCA79;
    position: unset;
    padding: 7px;
  }
  .product-promo .product-promo-head .product-promo-head span {
    display: unset;
    position: unset;
    left: unset;
    top: unset;
    padding-top: 10px;
  }
  .product-promo .product-promo-info {
    width: 100%;
    padding: 11px 20px 5px 11px;
  }
  .product-promo .product-promo-info p {
    margin-bottom: 10px;
  }
}
.product-promo-head {
  width: 26%;
  background: #FBCA79;
  position: relative;
}
.product-promo-head span {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  text-transform: uppercase;
  color: white;
  letter-spacing: 3px;
}
.product-promo-info {
  background: #F7DBAE;
  width: 74%;
  padding: 25px 20px 14px 20px;
}
.product-promo-info p {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .product-promo {
    display: block;
  }
}

.product-free-field {
  margin-bottom: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
  padding: 0px 4px;
}
.product-free-field {
  zoom: 1;
  clear: both;
}
.product-free-field:before, .product-free-field:after {
  content: "";
  display: table;
}
.product-free-field:after {
  clear: both;
}
@media (max-width: 480px) {
  .product-free-field {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: unset;
  }
}
.product-free-field.new-field {
  background: #fff0f0;
  width: 100%;
  padding: 15px 20px 1px 20px;
  display: block;
}
.product-free-field.new-field:after {
  background: none;
}
.product-free-field:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 4px;
  background: url(../images/icons/offer-triangle.png) repeat-y left top;
}
@media (max-width: 480px) {
  .product-free-field:after {
    content: none;
  }
}
.product-free-field-head {
  width: 26%;
  background: #CB3433;
  position: relative;
  padding: 76px 0px 72px 26px;
}
@media (max-width: 480px) {
  .product-free-field-head {
    width: 100%;
    padding: 11px;
  }
}
.product-free-field-head span {
  display: block;
  position: absolute;
  left: 41%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 19px;
  line-height: 27px;
  font-weight: 100;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0px;
}
@media (max-width: 480px) {
  .product-free-field-head span {
    position: unset;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    font-weight: 300;
    color: #000;
    letter-spacing: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    color: #0a0a0a;
  }
}
.product-free-field-info {
  background: #FDCDCC;
  width: 74%;
  padding: 25px 20px 14px 20px;
}
@media (max-width: 480px) {
  .product-free-field-info {
    width: 100%;
  }
}
.product-free-field-info p {
  margin-bottom: 10px;
}

.offer-works {
  background: rgba(255, 253, 233, 0.47);
  -webkit-box-shadow: 0px 7px 26px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7px 26px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 26px rgba(0, 0, 0, 0.1);
  padding: 50px;
  margin-bottom: 40px;
}
.offer-works-head {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.offer-works-head {
  zoom: 1;
  clear: both;
}
.offer-works-head:before, .offer-works-head:after {
  content: "";
  display: table;
}
.offer-works-head:after {
  clear: both;
}
.offer-works-title {
  color: #CF3D4A;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.5px;
  float: left;
  width: 45%;
}
.offer-works-options {
  float: right;
}
.offer-works-price {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 6px;
}
.offer-works-price span {
  font-size: 12px;
  opacity: 0.5;
  margin-right: 10px;
}
.offer-works-button .button {
  background-color: transparent;
  font-size: 10px;
  letter-spacing: 1.43px;
  width: 160px;
  text-align: center;
}
.offer-works-container {
  zoom: 1;
  clear: both;
}
.offer-works-container:before, .offer-works-container:after {
  content: "";
  display: table;
}
.offer-works-container:after {
  clear: both;
}
.offer-works-item {
  float: left;
  width: 180px;
  margin-right: 35px;
}
.offer-works-item-title {
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 10px;
}
.offer-works-item-title span {
  font-size: 12px;
  display: block;
}
.offer-works-item-img {
  position: relative;
}
.offer-works-item-img:after {
  content: "+";
  position: absolute;
  right: -25px;
  font-size: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.offer-works-item:last-child .offer-works-item-img:after {
  display: none;
}
@media (max-width: 767px) {
  .offer-works {
    display: none;
  }
}

.artist-season {
  margin: 50px 0;
}
.artist-title h3 span {
  color: #272727;
}
.artist-info {
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  padding-top: 16px;
}
.artist-info {
  zoom: 1;
  clear: both;
}
.artist-info:before, .artist-info:after {
  content: "";
  display: table;
}
.artist-info:after {
  clear: both;
}
.artist-info .artist-img {
  margin-bottom: 15px;
  line-height: 1;
}
.artist-info .artist-bio {
  float: left;
  width: 35%;
}
.artist-info .artist-listings {
  float: left;
  width: 65%;
}
.artist-info .artist-listings .list {
  zoom: 1;
  clear: both;
}
.artist-info .artist-listings .list:before, .artist-info .artist-listings .list:after {
  content: "";
  display: table;
}
.artist-info .artist-listings .list:after {
  clear: both;
}
.artist-info .artist-listings .list .list-img {
  max-height: 344px;
  float: left;
  width: 127px;
  line-height: 1;
  margin-bottom: 12px;
}
.artist-info .artist-listings .list .list-info {
  float: left;
  width: calc(100% - 127px);
  padding: 0 15px;
}
.artist-info .artist-listings .list .list-info h4 {
  color: #272727;
  letter-spacing: 1.14px;
}
.artist-info .artist-listings .list .list-info .list-meta {
  opacity: 0.5;
  font-size: 12px;
  letter-spacing: 0.86px;
}
.artist-info .artist-listings .list .list-info a {
  margin: 7px 0;
  display: inline-block;
  background-size: 7px;
}
@media (max-width: 767px) {
  .artist-season {
    margin: 20px 0;
  }
  .artist-info .artist-bio {
    width: 100%;
  }
  .artist-info .artist-listings {
    width: 100%;
    margin-top: 15px;
  }
}

.tabs-section {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 50px;
}
.tabs-section {
  zoom: 1;
  clear: both;
}
.tabs-section:before, .tabs-section:after {
  content: "";
  display: table;
}
.tabs-section:after {
  clear: both;
}
.tabs-section .tabs-icons {
  width: 115px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  padding: 30px 0;
  float: left;
}
.tabs-section .tabs-icons ul {
  padding: 0;
  margin: 0;
}
.tabs-section .tabs-icons ul li {
  list-style: none;
  display: block;
  padding: 20px 0;
  text-align: center;
  color: #272727;
  opacity: 0.7;
  cursor: pointer;
  line-height: 1;
}
.tabs-section .tabs-icons ul li:after {
  content: "";
  opacity: 0;
}
.tabs-section .tabs-icons ul li.active {
  opacity: 1;
  position: relative;
}
.tabs-section .tabs-icons ul li.active:after {
  content: "";
  opacity: 1;
  position: absolute;
  height: 100%;
  width: 3px;
  background-color: #CF3D4A;
  right: 0;
  top: 0;
}
.tabs-section .tabs-icons ul li span {
  display: block;
  margin: 10px 0 0;
}
.tabs-section .tabs-icons ul li img {
  margin: auto;
}
.tabs-section .tabs-contents {
  position: relative;
  padding: 45px 0 45px 40px;
  float: left;
  width: calc(100% - 115px);
}
.tabs-section .tabs-contents .tab-content {
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.tabs-section .tabs-contents .tab-content.active {
  height: auto;
  opacity: 1;
}
.tabs-section .tabs-contents .synopsis .synopsis-link {
  float: right;
}
@media (min-width: 1024px) {
  .tabs-section .tabs-contents .synopsis .synopsis-link {
    margin-left: 38%;
  }
}
@media (min-width: 768px) {
  .tabs-section .tabs-contents .synopsis .synopsis-link {
    margin-left: 50%;
  }
}
.tabs-section .tabs-contents .synopsis header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-top: 6rem;
}
.tabs-section .tabs-contents h2 {
  float: left;
  clear: left;
  color: #CF3D4A;
  letter-spacing: 1px;
  font-weight: 300;
}
.tabs-section .tabs-contents h2.big {
  font-size: 28px;
  color: #272727;
}
.tabs-section .tabs-contents h2.big span {
  display: block;
  font-size: 14px;
  color: black;
  letter-spacing: 1px;
  line-height: 33px;
}
.tabs-section .tabs-contents .download {
  float: right;
  clear: right;
  font-size: 11.2px;
  letter-spacing: 1.6px;
}
.tabs-section .tabs-contents .download:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 19px;
  width: 19px;
  margin-left: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icons/download.svg);
}
.tabs-section .tabs-contents .download:hover:after {
  background-image: url(../images/icons/download-white.svg);
}
.tabs-section .tabs-contents .label {
  font-size: 14px;
  letter-spacing: 2px;
  float: left;
  clear: left;
  padding: 13px 18px;
  min-width: 300px;
  background-color: #EDEDED;
}
.tabs-section .tabs-contents .content {
  float: left;
  width: 100%;
  padding: 50px 0;
}
.tabs-section .tabs-contents .content ul {
  padding: 0 0 0 15px;
}
.tabs-section .tabs-contents .tab-content#description .content {
  padding: 2px 0 !important;
}
.tabs-section .tabs-contents .tab-content#description .content .info {
  text-align: justify;
  padding-bottom: 18px;
}
@media (max-width: 767px) {
  .tabs-section .tabs-icons {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0;
  }
  .tabs-section .tabs-icons ul {
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .tabs-section .tabs-icons ul li {
    display: inline-block;
    padding: 15px 5%;
    vertical-align: middle;
  }
  .tabs-section .tabs-icons ul li.active:after {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    height: 3px;
    width: 100%;
  }
  .tabs-section .tabs-contents {
    padding: 10px;
    width: 100%;
  }
  .tabs-section .tabs-contents h2 {
    float: none;
    clear: none;
  }
  .tabs-section .tabs-contents h2.big {
    font-size: 20px;
    color: #272727;
  }
  .tabs-section .tabs-contents .download {
    float: none;
    clear: none;
    display: block;
    text-align: center;
  }
}

.product-info .product-description .product-desc.show-all {
  max-height: none;
}

.product-info .product-description .product-desc.show-all .view-more-block {
  display: none;
}

.form-block .price-container .price {
  display: inline-block;
  vertical-align: middle;
  font-size: 3.1rem;
}

.action.primary {
  background: #CF3D4A;
  border: 2px solid #CF3D4A;
  transition: 0.3s ease-out;
}

.product-title-area h1 {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 3px;
  margin: 20px 0 0 0;
  color: #000000;
}
@media (max-width: 767px) {
  .product-title-area h1 {
    width: 100%;
    font-size: 22px;
    line-height: 1.5;
  }
  .product-title-area h1 span {
    font-size: 16px;
  }
  .product-title-area h1 .product-title h1 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
}

.product-info-description-wrapper h1 {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 3px;
  margin: 20px 0 0 0;
  color: #000000;
}
@media (max-width: 767px) {
  .product-info-description-wrapper h1 {
    width: 100%;
    font-size: 22px;
    line-height: 1.5;
  }
  .product-info-description-wrapper h1 span {
    font-size: 16px;
  }
  .product-info-description-wrapper h1 .product-title h1 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
}

.product-section .container {
  padding-top: 24px;
}
.product-section .filters-show {
  display: none;
}
.product-section .col-left {
  float: left;
  width: 67.166%;
}
.product-section .col-left h2 {
  color: #CF3D4A;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 1px;
}
.product-section .col-left h3 {
  color: #CF3D4A;
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 1px;
}
.product-section .col-left h4 {
  color: #CF3D4A;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1px;
}
.product-section .col-left h5 {
  color: #CF3D4A;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 1px;
}
.product-section .col-left h6 {
  color: #858585;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 1px;
}
.product-section .col-left p, .product-section .col-left li {
  color: #383C3F;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 24px;
}
.product-section .col-left .mobile-booking {
  display: none;
}
.product-section .col-right {
  float: right;
  width: 29.3%;
}
.product-section .col-right .form-block {
  -webkit-box-shadow: 0px 7px 26px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 7px 26px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 26px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.product-section .col-right .form-block .product-info-price .price-final_price {
  font-size: 2.8rem;
  line-height: 34px;
  margin-bottom: 6px;
  text-align: center;
}
.product-section .col-right .form-block .product-info-price .price-final_price .price-label {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  text-transform: uppercase;
  color: #090909;
  letter-spacing: 2.29px;
  font-size: 1.6rem;
  opacity: 1;
  line-height: 1;
  margin-right: 0px;
}
.product-section .col-right .form-block .product-info-price .price-final_price .price-wrapper {
  display: inline-block;
  vertical-align: middle;
  font-size: 3.1rem;
}
.product-section .col-right .form-block .product-info-price .price-final_price .old-price {
  text-decoration: none;
}
.product-section .col-right .form-block .product-info-price .price-final_price .old-price .price-final_price {
  font-size: 1.2rem;
}
.product-section .col-right .form-block .product-info-price .price-final_price .old-price .price-final_price span {
  font-size: inherit;
}
.product-section .col-right .form-block .product-info-price .price-final_price .old-price .price-final_price span.price {
  text-decoration: line-through;
}
.product-section .col-right .form-block .price-box {
  padding: 15px 0 10px;
}
.product-section .col-right .form-block .price-box.price-tier_price {
  display: none;
}
.product-section .col-right .form-block .tags {
  text-align: center;
  margin-bottom: 20px;
}
.product-section .col-right .form-block .tags img {
  height: 25px;
}
.product-section .choose_date_title_date {
  font-weight: 600;
}
@media (max-width: 1200px) {
  .product-section .col-left {
    width: calc(100% - 380px);
  }
  .product-section .col-right {
    width: 350px;
  }
}
@media (max-width: 960px) {
  .product-section {
    position: relative;
  }
  .product-section .filters-show {
    display: block;
  }
  .product-section .col-left {
    width: 100%;
  }
  .product-section .col-left .filters-show {
    cursor: pointer;
    padding: 25px;
  }
  .product-section .col-left .filters-show:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    background-image: url(../images/fliter.png);
    width: 22px;
    height: 23px;
    background-size: cover;
    margin-left: 40px;
  }
}

.productcomp-section {
  margin-bottom: 40px;
}
.productcomp-section .container {
  box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.05);
  padding-left: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.productcomp-section .productcomp-carousel {
  min-width: 110%;
}
.productcomp-section .productcomp-carousel .item img {
  background: rgba(255, 255, 255, 0.47);
  -webkit-box-shadow: 0 9px 34px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 9px 34px 0 rgba(0, 0, 0, 0.1);
  width: 130px;
  height: 130px;
}
.productcomp-section .productcomp-carousel .productcomp-title {
  font-size: 14px;
  color: #383C3F;
  margin: 10px 0 5px;
}
@media (max-width: 600px) {
  .productcomp-section .container {
    padding: 25px;
  }
  .productcomp-section .productcomp-carousel {
    min-width: 2px;
  }
  .productcomp-section .productcomp-carousel .item {
    margin-bottom: 20px;
  }
  .productcomp-section .productcomp-carousel .item {
    zoom: 1;
    clear: both;
  }
  .productcomp-section .productcomp-carousel .item:before, .productcomp-section .productcomp-carousel .item:after {
    content: "";
    display: table;
  }
  .productcomp-section .productcomp-carousel .item:after {
    clear: both;
  }
  .productcomp-section .productcomp-carousel .item img {
    float: left;
    width: auto;
    margin-right: 20px;
  }
  .productcomp-section .productcomp-carousel .item .productcomp-title {
    float: left;
  }
}

.product-form-block {
  text-align: center;
}
.product-form-block .form-top .label {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  text-transform: uppercase;
  color: #090909;
  letter-spacing: 2.29px;
  font-size: 16px;
  width: 120px;
  opacity: 1;
  line-height: 1;
  margin-right: 0px;
}
.product-form-block .form-top .price {
  display: inline-block;
  vertical-align: middle;
  font-size: 31px;
}
.product-form-block .form-top del {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  opacity: 0.5;
}
.product-form-block .discount {
  background: #FFE8C3;
  display: inline-block;
  padding: 7px 80px 4px 10px;
  font-size: 15px;
  position: relative;
  line-height: 1;
  font-weight: 600;
}
.product-form-block .discount:after {
  content: "";
  background-image: url(../images/promo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 71.5px;
  height: 26px;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
}
.no-svg .product-form-block .discount:after {
  background-image: url(../images/promo.png);
}
.product-form-block .product-range {
  text-align: center;
  color: #272727;
  font-size: 16px;
  margin: 30px 0px;
}
.product-form-block .product-range .form {
  display: inline-block;
  padding: 10px;
  border: 1px solid #E6E6E6;
}
.product-form-block .product-range .num-input {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  color: #272727;
  cursor: pointer;
}
.product-form-block .product-range input[type=number] {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px;
  border: none;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 30px;
  line-height: 1;
  height: initial;
  text-align: center;
  font-size: 16px;
}

.widget-block .full-indication {
  background-color: #CF3D4A;
  padding: 10px;
  color: #FFF;
  font-size: 1.4rem;
  text-align: center;
}
.widget-block h3 {
  cursor: pointer;
  margin: 0px;
  padding: 20px;
  border-top: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
}
.widget-block h3 span.number {
  font-size: 24px;
  margin: 0px 10px 0px 0px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  width: 20px;
  float: left;
}
.widget-block h3 .choose_date_title_set {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 40px);
}
.widget-block h3 .choose_date_title_set .choose_date_title_text {
  color: #272727;
  display: block;
  font-size: 12px;
  font-weight: 300;
}
.widget-block h3 .choose_date_title_set .update {
  color: #000;
  font-size: 12px;
  padding-left: 25px;
  background: url(../images/icons/modif-icon.svg) no-repeat center left/15px transparent;
}

.cat-widget h3 {
  cursor: pointer;
}
.cat-widget .floor-paln {
  color: white;
  font-size: 12px;
  display: inline-block;
  margin: 10px 0px;
}
.cat-widget .img-blk {
  text-align: center;
  margin: 0px 0px 10px;
  display: block;
}
.cat-widget .img-blk img {
  margin: auto;
}
.cat-widget .add-new-tag {
  display: block;
  border: 2px solid #272727;
  color: #272727;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  text-transform: uppercase;
  text-align: center;
  padding: 16px;
}
.cat-widget .add-new-tag span.bell {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 20px;
  background-position: center;
  background-image: url("../images/bell.svg");
  margin-right: 5px;
}
.cat-widget .add-new-tag:hover {
  border-color: #CF3D4A;
  background-color: #CF3D4A;
}

.club-table {
  font-size: 0px;
}
.club-table .tr {
  border: 1px solid #D7D7D7;
  font-size: 0px;
}
.club-table .td {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 5px;
  font-size: 14px;
  text-align: center;
}
.club-table .table-head {
  font-size: 12px;
  color: #989898;
}
.club-table .table-head .tr {
  border: none;
  font-size: 0px;
}
.club-table .table-head .tr .cat-blk {
  padding-left: 0px;
  font-size: 12px;
}
.club-table .table-head .td {
  font-size: 12px;
}
.club-table .premium .cat-blk {
  cursor: pointer;
}
.club-table .cat-blk {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding: 12px;
  text-align: left;
  position: relative;
}
.club-table .cat-blk.promo:after {
  content: "";
  background-image: url(../images/promo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 55px 20px;
  width: 55px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: -45px;
  top: 11px;
}
.club-table .cat-info {
  width: 69.8%;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
  padding: 0px 0px;
}
.club-table .cat-info .prix-normal {
  text-align: right;
  width: 45%;
}
.club-table .cat-info.complete {
  height: 45px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/complete.png);
  background-color: #D8D8D8;
  text-align: center;
  color: #383C3F;
  padding: 12px 0px;
  font-size: 12px;
}
.club-table .cat-info.complete .prix-normal, .club-table .cat-info.complete .prix-club, .club-table .cat-info.complete .quantity {
  display: none;
}
.club-table .cat-info .prix-normal {
  text-align: right;
  width: 42%;
  font-weight: 600;
}
.club-table .cat-info .prix-normal small {
  font-size: 1rem;
  font-weight: normal;
}
.club-table .cat-info .prix-club {
  width: 36%;
  color: #CF3D4A;
  position: relative;
  font-weight: 600;
}
.club-table .cat-info .prix-club small {
  font-size: 1rem;
  font-weight: normal;
}
.club-table .cat-info .quantity {
  width: 22%;
  font-weight: 600;
  border-left: 1px solid #cccccc;
}
.club-table .cat-info select {
  font-size: 12px;
  border: none;
  background-image: url(../images/arrow-down.png);
  background-size: 11px 7px;
  background-repeat: no-repeat;
  cursor: pointer;
  color: #000000;
  font-weight: 600;
  background-position: 20px center;
  padding: 4px 15px 4px 8px;
}

.ticket-block .info {
  margin: 10px 0px;
  font-size: 14px;
  font-weight: 300;
}

.total-block {
  padding: 15px 0px;
  border-top: 1px solid #CFCFCF;
  color: #CF3D4A;
  font-size: 31px;
  letter-spacing: 2px;
  text-align: right;
  margin: 20px 0px 10px;
  line-height: 1;
}
@media (max-width: 480px) {
  .total-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.total-block span {
  font-size: 16px;
  color: #979797;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-top: 8px;
}

.prix-club:hover .clubInfos {
  display: block;
}

.clubInfos {
  background: #272727;
  color: #ffffff;
  font-size: 15px;
  padding: 15px 15px 20px;
  width: 255px;
  position: absolute;
  text-align: left;
  display: none;
  bottom: 50px;
  right: -20px;
}
.clubInfos:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  top: 100%;
  position: absolute;
  right: 40px;
  border-top: 10px solid #272727;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.clubInfos p {
  color: #ffffff !important;
  font-size: 13px;
}
.clubInfos .bottom-info-club {
  background: #cda545;
  padding: 10px 15px;
  font-size: 15px;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.clubInfos .bottom-info-club a {
  text-decoration: none !important;
  position: relative;
  display: block;
  font-weight: 500 !important;
  color: #ffffff !important;
  white-space: normal !important;
}
.clubInfos .bottom-info-club a::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  top: 13px !important;
  right: 5px !important;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.clubInfos a {
  font-weight: 500 !important;
  color: #ffffff !important;
  text-decoration: underline !important;
  white-space: normal !important;
}

.action.primary:active,
.action.primary:hover {
  background: #ffffff;
  color: #CF3D4A;
  border: 2px solid #CF3D4A;
  transition: 0.3s ease-out;
}

.submin-btn input {
  background: #CF3D4A;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-size: 14px;
  padding: 20px;
  width: 100%;
  border: none;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  cursor: pointer;
}
.submin-btn input:hover {
  background-color: transparent;
  border-color: #CF3D4A;
  color: #CF3D4A;
}
.submin-btn input.disabled {
  background-color: #E0E0E0;
  color: #272727;
  pointer-events: none;
  border-color: #E0E0E0;
}

.tickets-info-blocks {
  margin: 40px 0px 0px;
}
.tickets-info-blocks .ticket-info-block {
  padding: 0px 0px 14px;
  margin: 0px 0px 18px;
  border-bottom: 1px solid #CFCFCF;
  font-size: 12px;
}
.tickets-info-blocks .ticket-info-block {
  zoom: 1;
  clear: both;
}
.tickets-info-blocks .ticket-info-block:before, .tickets-info-blocks .ticket-info-block:after {
  content: "";
  display: table;
}
.tickets-info-blocks .ticket-info-block:after {
  clear: both;
}
.tickets-info-blocks .ticket-info-block:last-child {
  border: none;
}
.tickets-info-blocks .ticket-info-block h5 {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  text-transform: uppercase;
  color: #272727;
}
.tickets-info-blocks .ticket-info-block .icon {
  float: left;
  width: 40px;
  margin-right: 10px;
}
.tickets-info-blocks .ticket-info-block .info-block {
  width: calc(100% - 50px);
  float: right;
}
.tickets-info-blocks .ticket-info-block .info-block p {
  margin: 10px 0 0;
  text-align: left;
  width: 90%;
}
.tickets-info-blocks .ticket-info-block.large .icon {
  width: 46px;
  margin-right: 24px;
}
.tickets-info-blocks .ticket-info-block.large .info-block {
  width: calc(100% - 70px);
}
.tickets-info-blocks .ticket-info-block.large .info-block h5 {
  text-transform: none;
  margin: 0px 0px 8px;
  color: #2C2C2C;
}

.widget-block .receiveprizes {
  padding: 20px 30px;
  background-color: #272727;
  color: white;
  margin-bottom: 20px;
}
.widget-block .receiveprizes h3 {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  padding-top: 0px;
  border-top: 0px;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 2px;
}
.widget-block .receiveprizes a.yellowlink {
  background-color: #CDA446;
  padding: 12px 14px;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.widget-block .receiveprizes a.receiveprizes-connect {
  color: white;
}

.product-add-form .booking-help {
  background: #E0E0E0;
  color: #7F7F7F;
  padding: 16px;
  display: block;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  text-align: center;
}
.product-add-form .booking-help:hover {
  background: #CF3D4A;
  color: white;
}

.date-legends {
  margin: 0px 0px 20px;
  padding: 0px 20px;
}
.date-legends .legend {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 0 !important;
  font-size: 12px;
  color: #545454;
  padding: 0px 0px 0px 20px;
  position: relative;
}
.date-legends .legend:before {
  content: "";
  width: 11px;
  height: 11px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 4px;
}
.date-legends .legend.complete:before, .date-legends .legend.full:before {
  background-color: #000000;
}
.date-legends .legend.not_for_sale:before {
  background-color: #D0021B;
}
.date-legends .legend.available:before {
  background-color: #85C43B;
}
.date-legends .legend.on-request:before {
  background-color: #D0021B;
}
.date-legends .legend.alert:before {
  background-color: #8D98AD;
}
.date-legends .legend.preorder:before {
  background-color: #5B0D16;
}
.date-legends .legend.package:before {
  background-color: #85C43B;
}
.date-legends .legend.cancel:before {
  background-color: #808080;
}
.date-legends .legend.promo:before {
  background-color: #F5A623;
}

#time-selection {
  margin-bottom: 10px;
}
#time-selection ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
#time-selection ul li {
  display: inline-block;
  border: 1px solid #85C43B;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 0 5px;
  cursor: pointer;
}
#time-selection ul li a {
  color: #272727;
}
#time-selection ul li a:hover {
  text-decoration: none;
}

.price-box-top {
  float: right;
  text-align: center;
}
.price-box-top .prixTop {
  display: block;
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 5px;
}
.price-box-top .prixTop .small-texte {
  display: block;
  font-size: 10px;
  margin: 5px 0;
}

.product-range .form {
  display: inline-block;
  padding: 10px;
  border: 1px solid #E6E6E6;
}
.product-range .form .num-input {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  color: #272727;
  cursor: pointer;
  font-size: 22px;
}
.product-range .form input[type=number] {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px;
  border: none;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 30px;
  line-height: 1;
  height: initial;
  text-align: center;
  font-size: 16px;
}

.product-options-bottom .field.qty {
  display: none !important;
}
.product-options-bottom .field.qty.show {
  display: table-cell !important;
}
.product-options-bottom .field.qty .price-box-top {
  float: right;
  text-align: center;
}
.product-options-bottom .field.qty .price-box-top .prixTop {
  display: block;
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 5px;
}
.product-options-bottom .product-range .form {
  display: inline-block;
  padding: 10px;
  border: 1px solid #E6E6E6;
}
.product-options-bottom .product-range .form .num-input {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  color: #272727;
  cursor: pointer;
  font-size: 22px;
}
.product-options-bottom .product-range .form input[type=number] {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px;
  border: none;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 30px;
  line-height: 1;
  height: initial;
  text-align: center;
  font-size: 16px;
}

.bottom-price-guide {
  overflow: hidden;
  padding: 30px 0;
  border-top: 2px solid #e7e7e7;
  margin: 30px 0 0;
}
.bottom-price-guide .price-texte {
  float: left;
  font-size: 16px;
  color: #979797;
  font-weight: 600;
  margin: 7px 0 0;
}
.bottom-price-guide .price-final_price {
  float: right;
  font-size: 30px;
  line-height: 30px;
  color: #cf3d4a;
  font-weight: 600;
  padding: 0 !important;
}

.product-info-main .box-tocart,
.product-options-bottom .box-tocart,
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  display: block !important;
}

.product-preorder-section {
  margin: 10px 0;
}
.product-preorder-section button {
  width: 100%;
  padding: 15px 0 !important;
  letter-spacing: 1px;
  font-weight: 600 !important;
}

.product-alert-section {
  margin: 10px 0;
}
.product-alert-section a {
  display: block;
  width: 100%;
  padding: 15px 0;
  letter-spacing: 1px;
  font-weight: 600;
  border: 2px solid #CF3D4A;
  color: #CF3D4A;
  text-align: center;
}
.product-alert-section a:hover {
  color: #FFF;
  background-color: #CF3D4A;
}

.box-tocart .action.tocart {
  line-height: 2.2rem;
  padding: 16px 15px;
  font-size: 1.5rem;
  text-align: center;
  display: block;
  width: 100%;
  letter-spacing: 1px;
  font-weight: 600;
}

.product-social-links {
  display: none;
}

.pop-up {
  display: none;
  left: 0;
  top: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 10001;
  background-color: rgba(39, 39, 39, 0.3);
}
.pop-up.active {
  display: block;
}

.cartblk {
  display: block;
  font-size: 14px;
  box-shadow: 0 6px 34px 0 rgba(0, 0, 0, 0.14);
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 630px;
  right: 0;
}
.cartblk .top-section {
  background-color: white;
  padding: 33px;
  display: block;
}
.cartblk .top-section .message {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #CBDDB9;
  padding: 10px 0 18px;
}
.cartblk .top-section .message p {
  font-size: 16px;
  margin: 0;
  opacity: 0.5;
  text-align: center;
}
.cartblk .top-section .cart-items {
  margin-top: 19px;
  font-weight: 300;
}
.cartblk .top-section .cart-items {
  zoom: 1;
  clear: both;
}
.cartblk .top-section .cart-items:before, .cartblk .top-section .cart-items:after {
  content: "";
  display: table;
}
.cartblk .top-section .cart-items:after {
  clear: both;
}
.cartblk .top-section .cart-items .cart-image {
  float: left;
}
.cartblk .top-section .cart-items .cart-detail {
  float: left;
  margin-left: 20px;
}
.cartblk .top-section .cart-items .cart-detail h3 span {
  color: black;
}
.cartblk .top-section .cart-items .cart-detail span {
  color: #828282;
}
.cartblk .top-section .cart-items .cart-detail .datedetail {
  color: #5c5c5c;
  padding-top: 16px;
  padding-bottom: 12px;
  line-height: 21px;
}
.cartblk .top-section .cart-items .cart-detail .datedetail:before {
  content: "";
  width: 27px;
  height: 21px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icons/date.svg");
  opacity: 0.2;
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
}
.cartblk .top-section .cart-items .cart-detail .items {
  padding-left: 40px;
  color: #272727;
}
.cartblk .top-section .cart-items .cart-detail .items th {
  font-weight: 300;
  min-width: 98px;
}
.cartblk .top-section .cart-items .cart-detail .items td {
  font-size: 16px;
}
.cartblk .top-section .cart-items .cart-detail .items table {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E1E1E1;
}
.cartblk .top-section .cart-items .cart-detail .total-sec {
  text-align: right;
}
.cartblk .top-section .cart-items .cart-detail .total-sec span {
  font-size: 16px;
  color: #5c5c5c;
  display: inline-block;
  vertical-align: middle;
}
.cartblk .top-section .cart-items .cart-detail .total-sec span.total {
  font-size: 20px;
  min-width: 78px;
  color: #272727;
}
.cartblk .top-section .button-wrap {
  margin: 40px 0 0;
}
.cartblk .top-section .button-wrap {
  zoom: 1;
  clear: both;
}
.cartblk .top-section .button-wrap:before, .cartblk .top-section .button-wrap:after {
  content: "";
  display: table;
}
.cartblk .top-section .button-wrap:after {
  clear: both;
}
.cartblk .top-section .button-wrap .button {
  width: calc(50% - 10px);
  float: left;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1.71px;
}
.cartblk .top-section .button-wrap .button:last-child {
  float: right;
}
.cartblk .top-section .button-wrap .button.red {
  background-color: #CF3D4A;
  color: white;
}
.cartblk .bottom-section {
  background-color: #F4F4F4;
  border: 1px solid #E1E1E1;
}
.cartblk .bottom-section {
  zoom: 1;
  clear: both;
}
.cartblk .bottom-section:before, .cartblk .bottom-section:after {
  content: "";
  display: table;
}
.cartblk .bottom-section:after {
  clear: both;
}
.cartblk .bottom-section .btm-blk {
  float: left;
  width: 50%;
  padding: 32px 45px 37px;
  font-size: 14px;
  color: black;
  letter-spacing: 0;
  line-height: 23px;
}
.cartblk .bottom-section .btm-blk h4 {
  font-size: 20px;
  color: #272727;
  letter-spacing: 0;
}
.cartblk .bottom-section .btm-blk > span {
  color: #CF3D4A;
  display: block;
}
.cartblk .bottom-section .btm-blk .detail {
  margin-top: 20px;
}
.cartblk .bottom-section .btm-blk .detail {
  zoom: 1;
  clear: both;
}
.cartblk .bottom-section .btm-blk .detail:before, .cartblk .bottom-section .btm-blk .detail:after {
  content: "";
  display: table;
}
.cartblk .bottom-section .btm-blk .detail:after {
  clear: both;
}
.cartblk .bottom-section .btm-blk .detail img {
  float: left;
  width: auto;
}
.cartblk .bottom-section .btm-blk .detail .info {
  width: auto;
  float: left;
  margin-left: 15px;
}
.cartblk .bottom-section .btm-blk .detail .info h5 {
  font-size: 14px;
  color: #383C3F;
  letter-spacing: 0.5px;
}
.cartblk .bottom-section .btm-blk .detail .info p {
  color: #989898;
  font-size: 10px;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}
.cartblk .bottom-section .btm-blk .detail .info .link {
  font-size: 10px;
}

#modal-form-alert {
  max-width: 600px;
  width: 80%;
}
#modal-form-alert .submit {
  text-align: right;
}

.product-section .product-content-area .product-meta h2 {
  color: #CF3D4A;
  font-size: 2rem;
  font-weight: 100;
  letter-spacing: 1px;
}

.giftcard-product .column.main {
  padding-top: 24px;
  border-top: 1px solid #E1E1E1;
}
.giftcard-product .giftcard-left {
  width: 55%;
  float: left;
}
.giftcard-product .product-info-main {
  width: 35%;
  float: right;
}
.giftcard-product .product-info-main .product-add-form {
  -webkit-box-shadow: 0px 7px 26px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 7px 26px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 26px rgba(0, 0, 0, 0.2);
  padding: 40px;
}
@media (max-width: 480px) {
  .giftcard-product .product-info-main .product-add-form {
    padding: 22px;
  }
}
.giftcard-product .product-info-main .giftcard-information-container #delivery-print_label {
  display: none;
}
.giftcard-product .product-info-main .giftcard-information-container .giftcard-field-label {
  width: 100%;
  text-align: left;
}
.giftcard-product .product-info-main .giftcard-information-container .giftcard-field-wrapper {
  width: 100%;
}
@media (max-width: 480px) {
  .giftcard-product .product-info-main .giftcard-information-container .giftcard-information-amount .giftcard-field-wrapper .giftcard-amount {
    display: block;
  }
}
.giftcard-product .product-info-main .giftcard-information-container .giftcard-information-amount .giftcard-field-wrapper .giftcard-amount li.active {
  background: #A487BC !important;
}
.giftcard-product .product-info-main .giftcard-information-container .giftcard-information-amount .giftcard-field-wrapper .giftcard-amount li.active button span {
  color: #fff !important;
}
.giftcard-product .product-info-main .giftcard-information-container .giftcard-information-amount .giftcard-field-wrapper .giftcard-amount li.giftcard-design-button-container {
  border: 1px solid #E6E6E6;
  border-radius: 0;
  background-color: transparent;
  padding: 10px !important;
}
.giftcard-product .product-info-main .giftcard-information-container .giftcard-information-amount .giftcard-field-wrapper .giftcard-amount li.giftcard-design-input-container {
  width: 33%;
}
@media (max-width: 480px) {
  .giftcard-product .product-info-main .giftcard-information-container .giftcard-information-amount .giftcard-field-wrapper .giftcard-amount li.giftcard-design-input-container {
    width: 100%;
  }
}
.giftcard-product .product-info-main .giftcard-information-container .giftcard-information-amount .giftcard-field-wrapper .giftcard-amount li.giftcard-design-input-container input.giftcard-design-open-amount {
  width: 100%;
  padding: 14px 10px;
  border: 1px solid #E6E6E6;
  border-radius: 0;
  box-shadow: none;
  border-top-color: #E6E6E6;
  border-radius: 0;
}
.giftcard-product .product-info-main .giftcard-information-container .giftcard-information-amount .giftcard-field-wrapper .giftcard-amount li.giftcard-design-input-container input.giftcard-design-open-amount:focus {
  outline: none !important;
  border: 2px solid #A487BC;
}
.giftcard-product .product-info-main .giftcard-information-container .giftcard-information-delivery .giftcard-field-wrapper .giftcard-delivery li.active {
  background: rgba(209, 59, 71, 0.431372549) !important;
}
.giftcard-product .product-info-main .giftcard-information-container .giftcard-information-delivery .giftcard-field-wrapper .giftcard-delivery li.giftcard-design-button-container {
  border: 1px solid #E6E6E6;
  border-radius: 0;
  background-color: transparent;
  padding: 10px !important;
}
.giftcard-product .product-info-main .giftcard-information-container .giftcard-information-delivery-content #delivery-message .giftcard-field-label {
  width: auto !important;
}
.giftcard-product .product-info-main .giftcard-information-container .giftcard-information-delivery-content .giftcard-field-label {
  display: inline-block !important;
  margin: 0 !important;
  padding: 6px 0 0 !important;
  width: 15% !important;
  text-align: left !important;
}
.giftcard-product .product-info-main .giftcard-information-container .giftcard-information-delivery-content .giftcard-field-wrapper {
  width: 85%;
  float: right;
}
.giftcard-product .product-info-main .giftcard-information-container .giftcard-information-delivery-content .giftcard-field-wrapper input[type=text] {
  border: 1px solid #E6E6E6;
}
.giftcard-product .product-info-main .giftcard-information-container .giftcard-information-delivery-content #delivery-message .giftcard-field-wrapper {
  width: 100%;
}
.giftcard-product .product-info-main .giftcard-information-container ~ .product-options-bottom .bottom-price-guide,
.giftcard-product .product-info-main .giftcard-information-container ~ .product-options-bottom .field.qty {
  display: none;
}
.giftcard-product #preview-giftcard-to span,
.giftcard-product #preview-giftcard-from span {
  font-size: 2rem;
}
@media (max-width: 400px) {
  .giftcard-product #preview-giftcard-to span,
  .giftcard-product #preview-giftcard-from span {
    font-size: 3rem;
  }
}

.trip-recap {
  margin-bottom: 10px;
}
.trip-recap thead tr {
  border-bottom: 1px solid;
}
.trip-recap thead tr th {
  padding: 10px 0;
}
.trip-recap td {
  padding: 5px 0;
}
.trip-recap td.item-detail {
  font-size: 1.3rem;
}
.trip-recap td.item-detail small {
  font-size: 1rem;
}
.trip-recap td.item-price {
  font-size: 1.5rem;
  text-align: right;
}

.description-option {
  width: 80%;
  max-width: 800px;
}
.description-option .content {
  margin-top: 25px;
}

@media (max-width: 480px) {
  .product-section .col-right .form-block .product-info-price .price-final_price {
    display: none;
  }
  .product-section .col-right .form-block .product-info-price .price-final_price .dont-miss-section .dont-miss-carousel .item .product-image-container .product-image-wrapper {
    height: auto !important;
  }
  .product-section .col-left p {
    text-align: justify !important;
  }
  .tabs-section .tabs-contents .synopsis header {
    margin-top: 0rem;
  }
}
.title-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
@media (max-width: 992px) {
  .title-top {
    flex-wrap: wrap;
  }
}

.artist .artist-content .specs-right .button {
  background-color: white;
  font-weight: 500 !important;
  font-size: 14px !important;
  padding: 14px 30px !important;
}
.artist .artist-content h1 {
  margin-top: 20px;
}

.tabs-contents.match {
  height: auto !important;
}

body.cms-page-view.page-layout-1column #maincontent {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

body.checkout_index_index.onestepcheckout-index-index.page-layout-checkout {
  margin-top: unset;
}

.opc-estimated-wrapper {
  display: none;
}

.mb-ajaxsuite-popup-wrapper .extra-products .extra-item td {
  padding: 3px 6px;
  border-bottom: 1px solid #979797;
}
.mb-ajaxsuite-popup-wrapper .booking-help {
  display: none;
}

.checkout-cart-index main {
  background-color: transparent;
}
.checkout-cart-index main .page-title-wrapper {
  padding: 0 15px;
}
.checkout-cart-index main .page-title-wrapper h1 {
  color: #383C3F;
  margin: 35px 0;
}
@media (max-width: 480px) {
  .checkout-cart-index main .page-title-wrapper h1 {
    margin: 1.2rem 0;
  }
}
.checkout-cart-index main .cart-summary {
  background: #fff;
  padding: 15px 25px 55px;
  position: relative;
}
.checkout-cart-index main .cart-summary::before {
  content: "";
  background: #f5f5f5;
  position: absolute;
  top: 15px;
  bottom: 45px;
  right: 15px;
  left: 15px;
  z-index: 0;
}
.checkout-cart-index main .cart-summary > .title {
  font-weight: 500;
  position: relative;
  display: none;
}
.checkout-cart-index main .cart-summary > div {
  position: relative;
}
.checkout-cart-index main .cart-summary > ul {
  position: relative;
}
.checkout-cart-index main .cart-summary #cart-totals {
  display: none;
}
.checkout-cart-index main .cart-summary #block-shipping {
  display: none;
}
.checkout-cart-index main .cart-summary .cart-totals {
  padding-bottom: 20px;
  border-bottom: 1px solid #d1d1d1;
}
.checkout-cart-index main .cart-summary .cart-totals table.totals {
  font-size: 14px;
}
.checkout-cart-index main .cart-summary .cart-totals table.totals .mark {
  font-weight: 500;
}
.checkout-cart-index main .cart-summary .totals-tax {
  display: none;
}
.checkout-cart-index main .cart-summary .discount .title {
  display: none;
}
.checkout-cart-index main .cart-summary #block-discount {
  margin-top: 10px;
}
.checkout-cart-index main .cart-summary .privacy-link p {
  margin: 10px 0;
  text-align: center;
}
.checkout-cart-index main #form-validate .cart .block-panier {
  overflow: hidden;
  background: #FFF;
  margin: 10px 0;
  padding: 20px;
}
.checkout-cart-index main #form-validate .cart .block-panier .product-info {
  margin-bottom: 0;
}
.checkout-cart-index main #form-validate .cart .block-panier .product-image {
  width: 30%;
  float: left;
  padding: 20px 0 0;
}
.checkout-cart-index main #form-validate .cart .block-panier .product-content {
  width: 70%;
  float: left;
  padding: 0 0 0 30px;
}
.checkout-cart-index main #form-validate .cart .block-panier .product-content .categorie-panel {
  padding: 15px 0;
  margin: 15px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.checkout-cart-index main #form-validate .cart .block-panier .product-content .categorie-panel .box-categ {
  font-size: 15px;
  color: #383C3F;
  display: inline-block;
  padding-top: 10px;
}
.checkout-cart-index main #form-validate .cart .block-panier .product-content .categorie-panel .box-categ .num-cat {
  font-weight: 500;
  display: inline-block;
  margin: 0 0 0 10px;
}
.checkout-cart-index main #form-validate .cart .block-panier .product-content .categorie-panel .box-quatite {
  font-size: 15px;
  color: #383C3F;
  display: inline-block;
  margin: 0 0 0 35px;
  vertical-align: top;
}
.checkout-cart-index main #form-validate .cart .block-panier .product-content .categorie-panel .box-quatite select {
  font-size: 14px;
  border: 1px solid #000000;
  background-image: url(../images/arrow-down.png);
  background-size: 11px 7px;
  background-position: 85% center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0 0 0 10px;
  padding: 7px 5px;
  height: 38px;
  width: 60px;
}
.checkout-cart-index main #form-validate .cart .block-panier .product-content .description-panel .left-decrpt {
  width: 40%;
  float: left;
  clear: none;
  border-bottom: none;
}
.checkout-cart-index main #form-validate .cart .block-panier .product-content .description-panel .right-decrpt {
  width: 60%;
  float: left;
  clear: none;
  padding: 0 15px;
  border-bottom: none;
}
.checkout-cart-index main #form-validate .cart .block-panier .product-content .description-panel .product-members {
  width: 100%;
  float: none;
}
.checkout-cart-index main #form-validate .cart .block-panier .product-content .description-panel .product-members ul {
  padding: 0;
}
.checkout-cart-index main #form-validate .cart .block-panier .product-content .description-panel .member-designation {
  font-size: 1rem;
}
.checkout-cart-index main #form-validate .cart .block-panier .product-content .description-panel .member-name {
  font-size: 1.2rem;
}
.checkout-cart-index main #form-validate .cart .block-panier .product-content .description-panel ul {
  max-height: 100px;
  overflow: hidden;
}
.checkout-cart-index main #form-validate .cart .block-panier .product-content .description-panel ul li {
  margin-bottom: 5px;
}
.checkout-cart-index main #form-validate .cart .block-panier .left-panel {
  width: 60%;
  float: left;
}
.checkout-cart-index main #form-validate .cart .block-panier a,
.checkout-cart-index main #form-validate .cart .block-panier button,
.checkout-cart-index main #form-validate .cart .block-panier .button {
  white-space: normal;
}
.checkout-cart-index main #form-validate .cart .block-panier .right-panel {
  width: 30%;
  float: right;
  text-align: right;
}
.checkout-cart-index main #form-validate .cart .block-panier .right-panel p.suppr {
  text-align: right;
  padding: 0 0 22px 22px;
}
@media (max-width: 600px) {
  .checkout-cart-index main #form-validate .cart .block-panier .right-panel p.suppr {
    padding: 0;
    margin: 0 !important;
  }
}
.checkout-cart-index main #form-validate .cart .block-panier .right-panel .price-panel {
  position: absolute;
  bottom: 0;
  right: 0;
}
.checkout-cart-index main #form-validate .cart .block-panier .right-panel .unite-price {
  opacity: 0.5;
  color: #272727;
  font-size: 1.4rem;
  font-weight: 500;
}
.checkout-cart-index main #form-validate .cart .block-panier .right-panel .unite-price .price-excluding-tax {
  font-size: 1.4rem;
  display: inline;
}
.checkout-cart-index main #form-validate .cart .block-panier .right-panel .unite-price .price {
  font-weight: 500;
  font-size: 1.4rem;
}
.checkout-cart-index main #form-validate .cart .block-panier .right-panel .total-price {
  color: #272727;
  font-size: 2.8rem;
  font-weight: 500;
}
.checkout-cart-index main #form-validate .cart .block-panier .top-panel {
  overflow: hidden;
  padding: 20px 0 0;
  position: relative;
  min-height: 90px;
}
@media (max-width: 480px) {
  .checkout-cart-index main #form-validate .cart .block-panier .top-panel {
    padding: 5px 0 0;
  }
}
.checkout-cart-index main #form-validate .cart .block-panier .top-panel h3,
.checkout-cart-index main #form-validate .cart .block-panier .top-panel a {
  font-size: 2rem;
  color: #383C3F;
}
.checkout-cart-index main #form-validate .cart .block-panier .top-panel strong {
  font-weight: 500;
}
.checkout-cart-index main #form-validate .cart .block-panier .top-panel .lieu-box,
.checkout-cart-index main #form-validate .cart .block-panier .top-panel .date-box {
  font-size: 1.4rem;
  color: #383C3F;
  display: block;
  font-weight: 500;
  line-height: 25px;
  margin: 0;
}
.checkout-cart-index main #form-validate .cart .block-panier .item-options {
  font-size: 15px !important;
  color: #383C3F;
  font-weight: 500;
}
.checkout-cart-index main #form-validate .cart .block-panier .item-options dt {
  font-weight: 500 !important;
}
.checkout-cart-index main #form-validate .cart .block-panier .supprime-btn {
  font-size: 1rem !important;
  color: #b2b2b2 !important;
  display: inline-block;
  padding: 0 25px 0 0;
  position: relative;
  top: 0;
  line-height: 20px;
}
.checkout-cart-index main #form-validate .cart .block-panier .supprime-btn:hover {
  color: #000 !important;
}
.checkout-cart-index main #form-validate .cart .block-panier .supprime-btn:after {
  background: url(../images/sup-icon.png) no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .item-comment {
  background: #f7f7f7;
  padding: 10px;
  margin-bottom: 15px;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .item-comment .title-accordion {
  font-size: 1.4rem;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .item-comment .inner-accordion  p {
  margin: 0;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options {
  background: #f7f7f7;
  padding: 7px 15px;
  margin: 7px 0;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .left-option {
  width: 60%;
  float: left;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .left-option label {
  font-size: 1.4rem;
  position: relative;
  padding: 11px 0 0 65px;
  min-height: 38px;
  display: inline-block;
  font-weight: 500;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .left-option label:after {
  content: "";
  position: absolute;
  width: 45px;
  height: 40px;
  left: 5px;
  top: 3px;
  background: url(../images/sprite-options.png) no-repeat;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .left-option label.verre-option:after {
  background-position: 0 0;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .left-option label.livret-option:after {
  background-position: 0 -63px;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .left-option label.menu-option:after {
  background-position: 0 -129px;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .left-option label.visite-option:after {
  background-position: 0 -193px;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .right-option {
  width: 40%;
  float: right;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .right-option .price {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 480px) {
  .checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .right-option .price {
    font-size: 2.8rem;
  }
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .right-option .price-excluding-tax {
  display: inline;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .right-option .total-price {
  color: #272727;
  font-size: 1.8rem;
  letter-spacing: 0.64px;
  margin-left: 20px;
}
@media (max-width: 480px) {
  .checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .right-option .total-price {
    font-size: 4.8rem;
  }
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .right-option .total-price.disabled {
  opacity: 0.3;
  font-size: 1.2rem;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .right-option .unite-price {
  font-size: 1.2rem;
  color: #b2b2b2;
  display: inline-block;
  margin: 0 15px 0 0;
  width: 19%;
}
@media (max-width: 480px) {
  .checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .right-option .unite-price {
    margin: 0;
  }
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .right-option .quantity {
  font-size: 1.4rem;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options select {
  font-size: 14px;
  border: 1px solid #000000;
  background-image: url(../images/arrow-down.png);
  background-size: 11px 7px;
  background-position: 85% center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0 0 0 10px;
  padding: 7px 5px;
  height: 38px;
  width: 60px;
}
.checkout-cart-index main #form-validate .cart .accordion-bloc {
  width: 80%;
  float: right;
}
.checkout-cart-index main #form-validate .cart .beneficiary-block {
  overflow: hidden;
  padding: 30px 15px 25px;
  border-top: 1px solid #e1e1e1;
  font-size: 1.3rem;
  width: 100%;
}
.checkout-cart-index main #form-validate .cart .beneficiary-block p {
  font-size: 1.3rem;
  color: #383c3f;
}
.checkout-cart-index main #form-validate .cart .beneficiary-block .form-group {
  margin: 0 0 15px;
  width: 37%;
  float: left;
}
.checkout-cart-index main #form-validate .cart .beneficiary-block .form-group:last-child {
  width: 25%;
}
.checkout-cart-index main #form-validate .cart .beneficiary-block .title {
  width: 150px;
  float: left;
  color: #383c3f;
  font-size: 14px;
  font-weight: 700;
}
.checkout-cart-index main #form-validate .cart .beneficiary-block .form {
  float: left;
  width: calc(100% - 160px);
  padding: 0 0 0 15px;
}
.checkout-cart-index main #form-validate .cart .beneficiary-block .form input {
  width: 90%;
}
.checkout-cart-index main #form-validate .cart .beneficiary-block .form .action {
  padding: 11px 0;
  display: block;
  height: 100%;
  margin: 0;
  width: 100%;
}
.checkout-cart-index main #form-validate .cart .beneficiary-block .toggle-beneficiary-form-group {
  width: 100%;
}
.checkout-cart-index main #form-validate .cart .beneficiary-block .toggle-beneficiary-form-group .toggle-beneficiary-fields {
  width: 28%;
}
.checkout-cart-index main #form-validate .cart .beneficiary-block .toggle-beneficiary-form-group .toggle-beneficiary-fields:hover {
  border: 2px solid #CF3D4A !important;
}
.checkout-cart-index main #form-validate .cart .beneficiary-block .toggle-beneficiary-form-group .toggle-beneficiary-fields:focus {
  border: 2px solid #CF3D4A !important;
  color: white !important;
  background: #CF3D4A !important;
}
.checkout-cart-index main #form-validate .cart .ticket-obtention {
  padding: 30px 15px 25px 15px;
  border-top: 1px solid #e1e1e1;
}
.checkout-cart-index main #form-validate .assurance-block {
  background: #ebeaea;
  padding: 20px;
  margin: 0 0 20px;
}
.checkout-cart-index main #form-validate .assurance-block .top-assur {
  overflow: hidden;
}
.checkout-cart-index main #form-validate .assurance-block .top-assur .logo-top {
  float: right;
  margin: 0;
}
.checkout-cart-index main #form-validate .assurance-block .top-assur .logo-top img {
  max-width: 250px;
}
.checkout-cart-index main #form-validate .assurance-block .top-assur h4 {
  font-weight: 600;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin: 10px 0 15px;
}
.checkout-cart-index main #form-validate .assurance-block .btn-anulation {
  background: #bc2a29;
  border: 1px solid #bc2a29;
  line-height: 40px;
  padding: 0 15px;
  color: #ffffff !important;
  display: inline-block;
  margin: 5px 0 0;
  font-size: 1.2rem;
}
@media (max-width: 480px) {
  .checkout-cart-index main #form-validate .assurance-block .btn-anulation {
    background-color: inherit;
    color: #BC2A28 !important;
  }
}
.checkout-cart-index main #form-validate .assurance-block .btn-anulation.sending {
  cursor: default;
  opacity: 0.5;
}
.checkout-cart-index main #form-validate .assurance-block .btn-anulation.sending:after {
  content: "";
  display: inline-block;
  height: 25px;
  width: 29px;
  background-image: url(../images/ajax-loader.gif);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: relative;
  bottom: 0;
  right: 0;
}
.checkout-cart-index main #form-validate .assurance-block .btn-anulation:hover {
  background: #ffffff;
  color: #bc2a29 !important;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .checkout-cart-index main .cart-summary {
    width: 26%;
  }
}

.checkout_index_index .checkout-description {
  display: none;
}
.checkout_index_index select {
  font-size: 14px;
  border: 2px solid #bcbcbc;
  background-image: url(../images/arrow-down.png);
  background-size: 11px 7px;
  background-position: 90% center;
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 7px 5px;
  height: 48px;
}
.checkout_index_index .ui-helper-hidden-accessible {
  display: none !important;
}
.checkout_index_index .page-header {
  display: none;
}
.checkout_index_index .logo img {
  display: inline-block;
}
.checkout_index_index h1.page-title {
  margin: 40px 0 20px;
}
.checkout_index_index .popup-authentication button.action {
  border-color: #000 !important;
  color: #000 !important;
}
.checkout_index_index .popup-authentication button.action:hover {
  background: #000 !important;
  color: #ffffff !important;
}
.checkout_index_index .osc-authentication-wrapper {
  margin-top: 15px;
}
.checkout_index_index .osc-authentication-wrapper .osc-authentication-toggle {
  font-size: 14px;
  border: 2px solid #CF3D4A;
  padding: 12px 15px;
  color: #CF3D4A;
  text-decoration: none;
}
.checkout_index_index .billing-address-form .street .label, .checkout_index_index .form-shipping-address .street .label {
  text-align: left !important;
}
.checkout_index_index #billing .step-title {
  margin-bottom: 10px;
}
.checkout_index_index #shipping .step-title {
  margin-bottom: 10px;
}
.checkout_index_index #checkout-step-payment {
  margin: 0;
}
.checkout_index_index #checkout-step-payment .co-payment-separation {
  border-bottom: 1px solid #cccccc;
  margin-top: 25px;
}
.checkout_index_index .opc-block-summary .table-totals .grand .mark, .checkout_index_index .opc-block-summary .table-totals .grand .amount {
  padding-top: 5px;
}
.checkout_index_index #checkout-review-table {
  padding: 0 2px 0 2px;
}
.checkout_index_index #checkout-review-table tbody tr td {
  vertical-align: middle;
}
.checkout_index_index #checkout-review-table tbody tr td .action::before {
  background-image: url(../images/edit.svg);
  content: " ";
  display: block;
  height: 20px;
  width: 20px;
  background-size: contain;
}
.checkout_index_index #checkout .osc-place-order-block {
  padding: 10px 0 !important;
  margin: 0;
  border: 0;
}
.checkout_index_index .osc-addition-content-wrapper {
  width: 100%;
  background: #fff;
  margin: 0 0 5px;
}
.checkout_index_index .opc-wrapper {
  margin-bottom: 75px;
}
.checkout_index_index .opc-wrapper .form-discount {
  max-width: 100%;
}
.checkout_index_index .opc-wrapper .create-account-block {
  padding: 0 0 15px;
}
.checkout_index_index .footer p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: lighter;
}
.checkout_index_index .osc-newsletter label {
  font-size: 13px;
}
.checkout_index_index .osc-place-order-wrapper {
  text-align: center;
  width: 100%;
}
.checkout_index_index .osc-place-order-wrapper button.action.primary.checkout {
  width: auto;
  background-color: #CF3D4A !important;
  border-color: #CF3D4A !important;
  border: 2px solid;
}
@media (max-width: 480px) {
  .checkout_index_index .osc-place-order-wrapper button.action.primary.checkout {
    margin-top: 50px;
  }
}
.checkout_index_index .osc-place-order-wrapper button.action.primary.checkout:hover {
  background: #FFF !important;
  transition: all 0.4s ease 0s;
}
.checkout_index_index .osc-place-order-wrapper button.action.primary.checkout:hover span {
  color: #CF3D4A !important;
}
.checkout_index_index .osc-place-order-wrapper .checkout-agreements-block label span {
  text-transform: initial;
}
.checkout_index_index .osc-place-order-wrapper .checkout-agreements-block .checkout-agreement label button {
  color: #CF3D4A;
}
.checkout_index_index .osc-payment-after-methods {
  margin-left: -10px;
  width: calc(100% + 20px);
}
.checkout_index_index .osc-payment-after-methods .discount-code .payment-option-content {
  display: block;
}
.checkout_index_index .osc-payment-after-methods .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout_index_index .osc-payment-after-methods .payment-option-content .payment-option-inner {
  margin: 0 0 20px;
}
.checkout_index_index #co-place-order-area {
  padding: 25px 0 !important;
}
.checkout_index_index #co-place-order-area .osc-place-order-wrapper .actions-toolbar {
  float: left;
}
.checkout_index_index .opc-block-summary .table-totals .grand .amount {
  padding-right: 20px;
}
.checkout_index_index .page-title-wrapper {
  overflow: hidden;
  width: auto;
  text-align: center;
  margin-top: 20px !important;
}
.checkout_index_index .page-title-wrapper h1 {
  margin: 20px;
  width: 100%;
  text-align: center;
}
.checkout_index_index .checkout-title {
  width: 33%;
}
.checkout_index_index .checkout-title.logo {
  max-width: 300px;
  float: left;
  margin-top: 25px;
  text-align: left;
}
.checkout_index_index .checkout-title.reassurance {
  float: right;
  text-align: right;
}
.checkout_index_index .checkout-container #discount-form .primary button {
  margin: 0;
  width: 100%;
  background-color: #FFF !important;
  color: #CF3D4A !important;
  border: 2px solid #CF3D4A !important;
  padding: 12px 15px;
}
.checkout_index_index .checkout-container #discount-form .primary button.action-apply:hover {
  background-color: #CF3D4A !important;
  color: #FFF !important;
}
.checkout_index_index .checkout-container .action-edit-address,
.checkout_index_index .checkout-container button:not(.primary):not(.action-show):not(.action-close):not(.edit-address-link):not(.ui-datepicker-trigger) {
  margin: 0 0 0 10px;
  border: none;
}
.checkout_index_index .checkout-container .action-edit-address:hover {
  background: #000000 !important;
  transition: all 0.4s ease 0s;
}
.checkout_index_index .checkout-container #discount-form .primary button:hover {
  background-color: #CF3D4A !important;
  color: #FFF !important;
  transition: all 0.4s ease 0s;
}
.checkout_index_index .checkout-payment-method .payment-method._active .payment-method-content .billing-address-details,
.checkout_index_index .checkout-payment-method .checkout-billing-address .billing-address-details {
  display: none;
}
.checkout_index_index .checkout-payment-method .payment-method._active .payment-method-content .billing-address-details br,
.checkout_index_index .checkout-payment-method .checkout-billing-address .billing-address-details br {
  display: none;
}
.checkout_index_index .checkout-payment-method .payment-method._active .payment-method-content .action-cancel,
.checkout_index_index .checkout-payment-method .checkout-billing-address .action-cancel {
  padding: 7px 15px !important;
}
.checkout_index_index .checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0;
}
.checkout_index_index .field.choice.col-mp {
  padding: 0;
}
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail {
  width: 78%;
}
@media (max-width: 480px) {
  .checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail {
    width: 100%;
    padding: 0;
  }
}
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail a {
  white-space: normal;
}
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail small.extra,
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail small.extra-product {
  font-size: 1.2rem;
}
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail small.extra span.price,
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail small.extra-product span.price {
  font-size: inherit;
}
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail .product-item-inner {
  margin: 0;
}
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail .product.options dl {
  margin-bottom: 0;
}
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail .product.options dl dt.label {
  display: inline-block;
  padding-right: 30px;
}
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail .product.options dl dd.values {
  display: inline-block;
  margin-bottom: 0;
}
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .supplier-extra.price {
  text-align: center;
}
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .supplier-extra.qty,
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .supplier-extra.price {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}
.checkout_index_index .modal-popup .form-shipping-address {
  max-width: 100% !important;
}
.checkout_index_index .modal-popup .form-shipping-address .fieldset > .field:not(.choice) > .label {
  min-width: 100%;
  text-align: left;
}
.checkout_index_index .modal-popup .modal-footer .action-save-address {
  border: 2px solid #CF3D4A !important;
  padding: 13px 17px;
}
.checkout_index_index .shipping-address-items .shipping-address-item .action.edit-address-link {
  color: black;
}
@media (max-width: 767px) {
  .checkout_index_index .page-header img {
    max-width: 200px;
  }
  .checkout_index_index h1.page-title {
    text-align: center;
  }
  .checkout_index_index h1.page-title {
    font-size: 20px;
  }
}
@media (max-width: 550px) {
  .checkout_index_index .page-title-wrapper {
    top: 0 !important;
  }
  .checkout_index_index h1.page-title {
    text-align: left;
  }
}

#minicart-content-wrapper .items-total {
  display: none;
}
#minicart-content-wrapper .block-minicart .subtotal {
  display: flex;
}
#minicart-content-wrapper .block-minicart .subtotal .label {
  margin-right: 10px;
}
#minicart-content-wrapper .minicart-items-wrapper {
  height: calc(100vh - 280px) !important;
}
#minicart-content-wrapper .minicart-items-wrapper .item-qty {
  margin: 0;
}
#minicart-content-wrapper .minicart-items-wrapper .update-qty-cart-item {
  border: 0;
  padding: 13px 5px;
}
#minicart-content-wrapper .minicart-items-wrapper .update-qty-cart-item:hover {
  background: transparent;
  color: inherit;
}
#minicart-content-wrapper .minicart-items-wrapper .update-qty-cart-item:active {
  background: transparent;
  box-shadow: none;
}

.onestepcheckout-index-index .page-title-wrapper {
  min-height: 100px;
  padding: 0;
}
.onestepcheckout-index-index .page-title-wrapper h1 {
  position: absolute;
  top: 20px;
  width: 100%;
  text-align: center;
  left: 0;
  margin: 20px 0;
}
.onestepcheckout-index-index .page-title-wrapper .reassurance {
  margin-top: 25px;
}
.onestepcheckout-index-index .page-title-wrapper .reassurance p {
  max-width: 350px;
  float: right;
  text-align: center;
  border: 2px solid #dadada;
  position: relative;
  padding-top: 10px;
}
.onestepcheckout-index-index .page-title-wrapper .reassurance p .title {
  color: #232323;
  position: absolute;
  top: -10px;
  background: white;
  padding: 0 10px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1.3rem;
}
.onestepcheckout-index-index .page-title-wrapper .reassurance p .title:after {
  content: " ";
  background: url(../images/validate.png) white no-repeat fixed;
  background-size: contain;
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: -6px;
  right: -25px;
}
.onestepcheckout-index-index .page-title-wrapper .reassurance p .geotrust img {
  width: 25%;
}
.onestepcheckout-index-index .page-title-wrapper .reassurance p .systempay {
  width: 60%;
}
.onestepcheckout-index-index .page-title-wrapper .reassurance .trustpilot-widget {
  float: right;
}
.onestepcheckout-index-index .footer {
  clear: both;
}
.onestepcheckout-index-index #checkout-review-table .product-item .supplier-extra.label span.extra-product .extra-product-title {
  margin-top: 9px;
  position: absolute;
  margin-left: 88px;
  font-weight: 700;
  color: #CF3D4A;
  font-size: 13px;
}
.onestepcheckout-index-index #checkout-review-table .product-item .supplier-extra.label span.extra-product img {
  position: absolute;
  margin-top: -23px;
  width: 55px;
  margin-left: -5px;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .form.form-login .control span.note {
  font-weight: 600;
  font-size: 14px !important;
}

button.action.btn-checkout {
  display: none;
}

@media (max-width: 480px) {
  .mb-ajaxsuite-popup-wrapper.ui-draggable.ui-draggable-handle {
    margin-top: 14px;
  }
  .mb-ajaxsuite-popup-wrapper.ui-draggable.ui-draggable-handle {
    padding: 8px 8px 8px 21px !important;
    height: 72vh;
  }
  #mb-ajaxcart-wrapper .product-add-form .actions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column-reverse;
    -moz-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .checkout-cart-index main #form-validate .cart .block-panier .product-content .categorie-panel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .right-option {
    text-align: right;
  }
  .checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .left-option label {
    padding: 0px 0 0 52px;
    font-size: 1.2rem;
  }
  button.action.btn-checkout {
    display: block;
    width: 100%;
    margin: 2.5rem 0 2.5rem 0;
    font-size: 1.3rem;
  }
  button.action.btn-checkout a {
    color: #000;
  }
  button.action.btn-checkout a:hover {
    color: #fff;
  }
  div.cart.main.actions a.action.continue {
    display: none;
  }
  #checkout-review-table thead tr th:nth-of-type(3) {
    display: none;
  }
  #checkout-review-table thead tr th:nth-of-type(4) {
    display: none;
  }
  #checkout-review-table tbody td:nth-of-type(3) {
    display: none;
  }
  .data.table.table-totals tbody {
    font-size: 1.4rem;
  }
  .data.table.table-totals th.mark, .data.table.table-totals tr.totals.sub {
    text-align: left !important;
  }
  .box-options .right-option .price-including-tax, .price-excluding-tax {
    margin: 0px;
    display: block;
    font-size: 2.4rem;
    padding: 1.8rem;
  }
}
@media (max-width: 480px) and (max-width: 600px) {
  .box-options .right-option .price-including-tax, .price-excluding-tax {
    padding: 0;
  }
}
@media (max-width: 480px) {
  body #co-place-order-area {
    padding: 0 !important;
  }
  table#checkout-review-table thead {
    display: none !important;
  }
  table.table-totals {
    background-color: #e2e2e2;
  }
  table.table-totals tr.totals.sub {
    border-bottom: 1px solid #c2c2c2;
  }
  table#checkout-review-table {
    border: none !important;
  }
  .cart-totals .mark strong, .opc-block-summary .table-totals .mark strong {
    font-weight: 700;
  }
  #checkout-review-table thead th, #checkout-review-table tbody tr td, #checkout-review-table tfoot tr td {
    border: none;
  }
  table#checkout-review-table tbody tr td {
    border: none !important;
    padding: 0 !important;
  }
  #checkout-review-table tbody tr td.a-left.product {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #e2e2e2 !important;
    padding-left: 3px !important;
  }
  #checkout-review-table tbody tr td.a-center {
    float: left;
    margin-top: 13px;
  }
  #checkout-review-table tbody tr td.a-center a.action.edit {
    margin-top: 11px;
  }
  #checkout-review-table tbody tr td.a-center.details-qty {
    float: right;
    font-weight: 700;
    padding: 8px 8px 8px 8px !important;
    margin-bottom: 8px;
  }
  div.checkout-agreement.required input.required-entry {
    float: left !important;
  }
  div.checkout-agreement.required label {
    float: left;
    width: 82% !important;
    text-align: left !important;
  }
  div.checkout-agreement.required label button.action.action-show {
    float: left !important;
    text-align: left;
    letter-spacing: 0.5px;
  }
  button.giftcard-design-button:hover {
    background-color: transparent !important;
  }
}
@media only screen and (max-width: 736px) {
  table#checkout-review-table .qty-wrapper {
    min-width: unset !important;
    padding: unset !important;
  }
}
.account #giftcardContainer .block-gift-card .check-code input {
  padding: 9px 0 9px 30px;
}
.account #giftcardContainer .block-gift-card .check-code input::before {
  line-height: 39px !important;
}
.account #giftcardContainer .block-gift-card .check-code .actions {
  min-width: auto;
}
.account #giftcardContainer .block-gift-card .check-code .actions button {
  padding: 5px 15px;
  font-size: 1rem;
}
.account #giftcardContainer .block-gift-card #giftcard-list-table tbody .actions a {
  padding: 0 5px;
}
.account .block-addresses-default .mp-gdpr-delete {
  display: none;
}
.account .order-details-items .table-order-items .product-item-name {
  font-size: 1.6rem;
}
.account .order-details-items .table-order-items dl {
  margin: 10px 0 0;
}
.account .order-details-items .table-order-items dl dt {
  display: inline-block;
}
.account .order-details-items .table-order-items dl dd {
  display: inline-block;
  margin-bottom: 5px;
}
.account .order-details-items .table-order-items .price-excluding-tax {
  font-size: 1.4rem;
}
.account .block-order-additional-view {
  display: none;
}
.account .form-edit-account .taxvat {
  display: none;
}
.account .form-edit-account .club a {
  color: #CDA446;
  font-size: 1rem;
}
.account .form-edit-account .club .member {
  background-color: #CDA446;
  color: #FFF;
}
.account .mp-gdpr-delete-account {
  display: none;
}

.form-create-account .field.taxvat {
  display: none;
}

#prefix {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  -o-appearance: menulist;
  appearance: menulist;
}

/* Deepest support possible
@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot');                                    // IE9 Compat Modes
  src: url('webfont.eot?#iefix') format('embedded-opentype'), // IE6-IE8
       url('webfont.woff2') format('woff2'),                  // Super Modern Browsers
       url('webfont.woff') format('woff'),                    // Pretty Modern Browsers
       url('webfont.ttf') format('truetype'),                 // Safari, Android, iOS
       url('webfont.svg#svgFontName') format('svg');          // Legacy iOS
}*/
/* Practical level of support
// Chrome 3.5+ - Safari 3+ - Firefox 3.5+ - Opera 10.1+ - IE 9+ - Android 2.2+ - iOS 4.3+     
@font-face {
  font-family: 'MyWebFont';
  src: url('myfont.woff2') format('woff2'),
       url('myfont.woff') format('woff'),
       url('myfont.ttf') format('truetype');
}*/
.listings.title h1, h1, .h1 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 36px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 10px 0 20px;
}

h2, .h2 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 1px;
  color: #272727;
  text-align: left;
  padding: 0;
  margin: 0 0 20px;
}

h3, .h3 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: theme-letter-spacing-small;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 15px;
}

h4, .h4 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

h5, .h5 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

body, p, p.type1, p.type2, p.type3 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 170%;
  letter-spacing: 0.5px;
  color: #272727;
  text-align: left;
}

p, p.type1 {
  margin: 0 0 2rem 0;
}

p.type2 {
  font-size: 1.4rem;
}

p.type3 {
  font-size: 1rem;
}

button.line, .button.line, button.plain, .button.plain {
  padding: 20px 30px;
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 1.5px;
  color: #CF3D4A;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: transparent;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

button.line:hover, .button.line:hover, button.plain:hover, .button.plain:hover {
  color: white !important;
  background-color: #CF3D4A;
}

.search-form .button-wrap input, .search-form .button-wrap button, .search-form-mobile button {
  letter-spacing: 1.5px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.search-form .button-wrap input:hover, .search-form .button-wrap button:hover, .search-form-mobile button:hover {
  color: #CF3D4A !important;
  background-color: transparent;
}

button.plain, .button.plain {
  color: white;
  border: 2px solid #CF3D4A;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

button.plain:hover, .button.plain:hover {
  color: #CF3D4A !important;
  border: 2px solid #CF3D4A;
  background-color: transparent;
}

a.link-size-small, a.link-size-medium, a.link-size-large {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  color: #CF3D4A;
  letter-spacing: 2px;
  text-transform: uppercase;
}

a.link-size-medium {
  font-size: 12px;
}

a.link-size-large {
  font-size: 14px;
}

.dont-miss-section .dont-miss-carousel .link, .customblks .twocol .blk-img.bigimg .link, .customblks .twocol .blk-img.smallimg .btm-blk .link, section.news .news-wrap ul li .news-blk .link-wrap .link, .listings-section .col-left .blk-img .btm-blk .link, .top-destinations-section .content-section .link, .artist-info .artist-listings .list .list-info a, .cartblk .bottom-section .btm-blk .detail .info .link {
  padding-right: 20px;
  background-image: url(../images/red_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

.slider .banner-wrap ul li .slide-warp .link a, .customblks .threecol .blk-img .link, .custom-two-blks .blk-img .right-blk .link {
  padding-right: 20px;
  background-image: url(../images/yellow_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
  color: #F2EEC1;
}

.listings-section .col-left .receiveprizes a, .widget-block .receiveprizes a.yellowlink {
  padding-right: 40px;
  background-image: url(../images/white_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: white;
}

.listings-section .col-left .receiveprizes a:hover, .widget-block .receiveprizes a.yellowlink:hover {
  background-image: url(../images/red_big_arrow.png);
}

.search-form .button-wrap input:after, .search-form .button-wrap button:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 22px;
  margin-left: 10px;
  background-image: url(../images/white_big_arrow.png);
  background-position: left top;
  background-repeat: no-repeat;
  vertical-align: middle;
  color: white;
}

.search-form .button-wrap input:hover:after, .search-form .button-wrap button:hover:after {
  background-image: url(../images/red_big_arrow.png);
}

.customblks .twocol .blk-img.bigimg, .customblks .twocol .blk-img.smallimg, .custom-two-blks .blk-img, .listings-section .col-left .blk-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.customblks .threecol .blk-img .block-content ul li {
  background-position: center left;
}

.customblks .twocol .blk-img.smallimg, .listings-section .col-left .blk-img {
  background-position: center right;
}

.customblks .twocol .blk-img.bigimg {
  background-position: center center;
}

@media (max-width: 480px) {
  .top-list-section .top-list-carousel {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: baselane;
    -moz-align-items: baselane;
    -ms-align-items: baselane;
    align-items: baselane;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .top-list-section .top-list-carousel .item {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.product-section .col-right #book-mobile-close {
  display: none;
}

.columns .column.main {
  position: relative;
}

a.back {
  display: none;
  margin: 5px 0;
}

.col-right .filters-show {
  display: none;
  cursor: pointer;
}
.col-right .filters-show img {
  vertical-align: middle;
  padding: 0 15px;
}

.filters-mobile {
  display: none;
}

.site-header nav .mobile-locale {
  display: none;
  height: 60px;
  text-align: left;
}

@media (max-width: 1240px) {
  .search-form.inner .input-wrap {
    width: 20%;
    margin-right: 1%;
  }
  .search-form.inner .input-wrap.big {
    width: 33%;
  }
  .search-form.inner .button-wrap {
    width: 24%;
  }
  .search-form.inner .button-wrap input {
    min-width: 0;
    width: 100%;
  }
  .search-form.inner .button-wrap button {
    min-width: 0;
    width: 100%;
  }
  .partners {
    padding: 20px 0;
  }
  .artist {
    padding: 20px 0;
  }
  .artist .artist-img {
    width: 40%;
  }
  .artist .artist-content {
    width: 60%;
  }
  .customblks .threecol .blk-img {
    width: 32.3%;
    margin-right: 1%;
  }
  .customblks .twocol .blk-img.bigimg {
    width: 60%;
    margin-right: 1%;
  }
  .customblks .twocol .blk-img.smallimg {
    width: 39%;
  }
  section.news .news-wrap ul li {
    width: 32%;
    float: left;
  }
  section.news .news-wrap ul li:nth-child(3n+2) {
    margin: 0 2%;
  }
  .homepage-banner .banner-content {
    padding: 0 20px;
  }
  .search-form .input-wrap {
    width: 21%;
    margin-right: 1%;
  }
  .search-form .input-wrap.big {
    width: 35%;
  }
  .search-form .button-wrap {
    width: 20%;
  }
  header.site-header .container {
    max-width: 100%;
    padding: 0 25px;
  }
  header nav ul {
    text-align: center;
  }
  header nav ul li {
    margin: 0 5px;
  }
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  section {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .product-section .col-left {
    width: calc(100% - 380px);
  }
  .product-section .col-right {
    width: 350px;
  }
}
@media (max-width: 1070px) {
  .customblks .threecol .blk-img {
    padding: 25px 25px 75px;
  }
  .custom-two-blks .blk-img {
    width: 100%;
    margin: 10px 0;
  }
}
@media (max-width: 1060px) {
  .listings-section .col-right .sort-column ul li {
    padding: 0 15px;
  }
  footer.site-footer {
    border-top: 1px solid #E1E1E1;
  }
  footer.site-footer .partner-section {
    display: none;
  }
}
@media (min-width: 1024px) {
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container:hover .cart-items {
    display: block;
  }
  header.site-header .header-top .top-right .cart-container:hover .cart-items {
    display: block;
  }
}
@media (max-width: 1024px) {
  .filters-mobile {
    display: block;
  }
  header.site-header,
  div.banner-mobile,
  div.breadcrumbs {
    position: relative;
    z-index: 2;
  }
  div.breadcrumbs {
    background: #FFF;
  }
  #maincontent {
    position: relative;
  }
  #maincontent.active {
    z-index: 6;
  }
  .listings-section .container {
    border: 0;
    padding: 0px;
  }
  .listings-section .col-left {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    background-color: #FFF;
    z-index: 50;
    transition: all 0.3s ease-out, color 0.3s ease-out;
    height: 100%;
  }
  .listings-section .col-left .filter-close {
    display: block;
  }
  .listings-section .col-left .filters {
    opacity: 0;
    overflow: scroll;
    transition: all 0.3s ease-out, color 0.3s ease-out;
    height: 100%;
  }
  .listings-section .col-left .searchblk {
    padding: 20px;
  }
  .listings-section .col-left .widgetblk.noborder.nobottompad {
    display: none;
  }
  .listings-section .col-left.active {
    left: 0;
  }
  .listings-section .col-left.active .filters {
    opacity: 1;
  }
  .listings-section .col-right {
    width: 100%;
    border: 0;
  }
  .listings-section .col-right .sort-column {
    display: none;
    border: 0;
  }
  .listings-section .col-right .sort-column.mobile-blk {
    display: block;
  }
  .listings-section .col-right .sort-column.mobile-blk {
    zoom: 1;
    clear: both;
  }
  .listings-section .col-right .sort-column.mobile-blk:before, .listings-section .col-right .sort-column.mobile-blk:after {
    content: "";
    display: table;
  }
  .listings-section .col-right .sort-column.mobile-blk:after {
    clear: both;
  }
  .listings-section .col-right .sort-column.mobile-blk .blk-left {
    float: left;
    width: 50%;
    padding: 25px;
    border: 1px solid #E1E1E1;
  }
  .listings-section .col-right .sort-column.mobile-blk .blk-right {
    float: left;
    width: 50%;
    padding: 25px;
    border: 1px solid #E1E1E1;
  }
  .listings-section .col-right .sort-column.mobile-blk .sort-by {
    position: relative;
  }
  .listings-section .col-right .sort-column.mobile-blk .sort-by span {
    display: inline-block;
    vertical-align: middle;
    border: 0;
  }
  .listings-section .col-right .sort-column.mobile-blk .sort-by select {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    color: #CF3D4A;
    cursor: pointer;
    font-size: 12px;
    padding: 0;
    position: absolute;
    right: -70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .listings-section .col-right .sort-column.mobile-blk .filters-show {
    cursor: pointer;
    position: relative;
  }
  .listings-section .col-right .sort-column.mobile-blk .filters-show:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    background-image: url(../images/fliter.png);
    width: 22px;
    height: 23px;
    background-size: cover;
    margin-left: 40px;
    position: absolute;
    right: 15px;
  }
  .listings-section .listings {
    padding: 15px 7.5px;
  }
  .listings-section .listings .list .image-blk {
    width: 25%;
  }
  .listings-section .listings .list .image-blk:after {
    display: none !important;
  }
  .listings-section .listings .list .image-blk:before {
    display: none !important;
  }
  .listings-section .listings .list .info-blk {
    width: 75%;
    padding: 0 0 0 20px;
  }
  .listings-section .listings .list .info-blk .top-sec {
    margin: 0;
    padding: 20px;
  }
  .listings-section .listings .list .info-blk .top-sec h3 {
    display: inline-block;
    float: none;
    clear: none;
  }
  .listings-section .listings .list .info-blk .top-sec .info {
    float: none;
    clear: none;
  }
  .listings-section .listings .list .info-blk .top-sec .button {
    text-align: center;
    float: right;
  }
  .listings-section .listings .list .info-blk .top-sec .offers {
    display: none;
  }
  .listings-section .listings .list .info-blk .bottom-sec {
    display: none;
  }
  .listings-section .package {
    display: none;
  }
  .col-right .filters-show {
    display: block;
  }
  .col-right .filters-mobile.corpus {
    padding: 10px 0;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
  }
  .col-right .filters-mobile.corpus p {
    margin: 0;
  }
  .col-right .top-section {
    display: flex;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
  }
  .col-right .top-section h2 {
    width: 80%;
    margin: 0;
    border-right: 1px solid #E1E1E1;
    padding: 10px 0;
  }
  .col-right .top-section .filters-mobile {
    width: 20%;
    padding: 13px 0;
  }
  .col-right .top-section .filters-mobile p {
    margin: 0 0 0 1.2rem;
    text-align: right;
  }
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-items.active {
    display: block;
    display: block;
    padding: 20px;
    right: -60px;
    width: 300px;
  }
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-items.active:before {
    right: 50px;
  }
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item .cart-info span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: "";
  }
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item .cart-info span.price {
    position: static;
    font-size: 14px;
  }
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item .cart-info h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: "";
  }
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container .btn-wrap button {
    width: 100%;
  }
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container .btn-wrap + button {
    width: 100%;
    margin: 5px 0 0;
  }
  header.site-header .header-top .top-right .cart-container .cart-items.active {
    display: block;
    padding: 20px;
    right: -60px;
    width: 300px;
  }
  header.site-header .header-top .top-right .cart-container .cart-items.active:before {
    right: 50px;
  }
  header.site-header .header-top .top-right .cart-container .cart-item .cart-info span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: "";
  }
  header.site-header .header-top .top-right .cart-container .cart-item .cart-info span.price {
    position: static;
    font-size: 14px;
  }
  header.site-header .header-top .top-right .cart-container .cart-item .cart-info h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: "";
  }
  header.site-header .header-top .top-right .cart-container .btn-wrap button {
    width: 100%;
  }
  header.site-header .header-top .top-right .cart-container .btn-wrap + button {
    width: 100%;
    margin: 5px 0 0;
  }
}
@media (max-width: 1110px) {
  footer.site-footer .footer-main .footer-linksec .fblock {
    width: 50%;
    margin-bottom: 20px;
  }
  footer.site-footer .footer-main .social-section .sudscription-form {
    margin-right: 35px;
  }
}
@media (max-width: 1080px) {
  header nav ul li a {
    font-size: 12px;
  }
  .checkout-cart-index main #form-validate .cart .accordion-bloc {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .innercontent {
    min-height: 220px;
  }
  .top-panel .total-price .price {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .checkout-cart-index .cart-summary {
    padding: 15px 10px 55px !important;
  }
  .checkout-cart-index .cart-summary:before {
    right: 5px !important;
    left: 5px !important;
  }
  .block-panier .top-panel h3 {
    font-size: 16px !important;
  }
  .block-panier .top-panel h3 a {
    font-size: 16px !important;
  }
  .block-panier .top-panel .lieu-box {
    font-size: 13px !important;
    line-height: 20px !important;
  }
  .block-panier .top-panel .date-box {
    font-size: 13px !important;
    line-height: 20px !important;
  }
  .titlebenif {
    width: 100% !important;
  }
  .formbenef {
    width: 100% !important;
    padding: 15px 0 !important;
  }
}
@media (max-width: 960px) {
  header.site-header {
    z-index: 4;
  }
  header.site-header .menu-icon {
    display: none;
  }
  header.site-header .container {
    max-width: 100%;
    padding: 0 25px;
    position: relative;
  }
  header.site-header .container.slider {
    margin-top: 15px;
  }
  header.site-header nav {
    position: absolute;
    background-color: #FFF;
    width: 100%;
    left: -100%;
    z-index: 30;
    top: 100%;
    transition: all 0.3s ease-out, color 0.3s ease-out;
    display: block;
    min-height: 100%;
    margin-top: 1px;
    height: 100vh;
    overflow: scroll;
  }
  header.site-header nav > ul {
    position: absolute;
    z-index: 200;
    background: #fff;
  }
  header.site-header nav > ul > li:first-child {
    display: none;
  }
  header.site-header nav .dropdown .small-menu {
    width: 100%;
    border: 0;
    position: relative;
  }
  header.site-header nav .dropdown .nav-click {
    top: 5px;
    right: 10px;
    width: 100%;
  }
  header.site-header nav .dropdown .nav-click i {
    float: right;
  }
  header.site-header nav li.active a {
    padding: 15px 15px 15px 35px;
    background-position: 10px center;
  }
  header.site-header nav.active {
    opacity: 1;
    left: 0;
  }
  header.site-header .mobile-nav {
    display: block;
  }
  header.site-header .mobile-nav nav {
    display: block;
  }
  header.site-header .header-top {
    padding: 0 0 15px;
  }
  header.site-header .header-top .page-header {
    border: 0;
  }
  header.site-header .header-top .top-right {
    position: relative;
    float: none;
    text-align: center;
    padding: 0 0 5px;
  }
  header.site-header .header-top .top-right .minicart-wrapper {
    bottom: 0;
  }
  header.site-header .header-top .top-right ul.links {
    position: absolute;
    right: 15px;
    margin-right: 0;
  }
  header.site-header .header-top .top-right #top-links {
    margin-right: 10px;
  }
  header.site-header .header-top .contact-info {
    margin-bottom: 5px;
    float: none;
  }
  header.site-header .logo {
    max-width: none;
    display: block;
    vertical-align: middle;
    width: 55%;
    margin: 0;
    text-align: left;
    position: relative;
    left: 90px;
  }
  header.site-header .logo a img {
    max-width: 165px;
  }
  .site-header .page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
  }
  .site-header .page-header .header-left {
    float: none !important;
    width: 10% !important;
  }
  .site-header .page-header .header-left .contact-info {
    display: none;
  }
  .site-header .page-header .header-left .menu-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/menu_icon.png) no-repeat center;
    background-size: contain;
    margin: 0;
  }
  .site-header .page-header .header-left .menu-icon.active {
    background: url(../images/menu_close.png) no-repeat center;
  }
  .site-header .page-header .logo {
    float: none !important;
    width: 50% !important;
    line-height: 0;
  }
  .site-header .page-header .logo img {
    max-width: 100%;
  }
  .site-header .page-header .header-right {
    float: none !important;
    width: 30% !important;
  }
  .site-header .page-header .header-right #switcher-currency,
  .site-header .page-header .header-right #switcher-language {
    display: none;
  }
  .site-header .page-header .header-right .top-right {
    float: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .site-header .page-header .header-right .top-right .minicart-wrapper .action {
    position: relative;
  }
  .site-header .page-header .header-right .top-right .minicart-wrapper .action .counter {
    position: absolute;
    top: -15px;
    right: -10px;
    border-radius: 50%;
    font-size: 10px;
  }
  .site-header .page-header .header-right .top-right .minicart-wrapper .block-minicart {
    width: 90vw;
    right: -50px;
    max-height: 90vh;
    overflow: scroll;
    padding: 10px;
  }
  .site-header .page-header .header-right .top-right #top-links {
    margin-left: 10px;
  }
  .site-header .page-header .header-right .top-right #top-links .actions {
    padding: 0 !important;
  }
  .site-header .page-header .header-right .top-right #top-links .actions:after {
    content: "" !important;
  }
  .site-header .page-header .header-right .top-right #top-links .actions ul.links {
    right: 0;
  }
  .site-header .page-header .header-right .top-right #top-links #top-link-trigger span {
    display: none;
  }
  .site-header .page-header .header-right .top-right #top-links #top-link-trigger strong:after {
    content: "";
    display: block;
    background-image: url(../images/icon-myaccount.svg);
    height: 25px;
    width: 25px;
  }
  .site-header .container.mobile {
    display: block;
  }
  .site-header .container.mobile .logo {
    clear: both;
    width: 75%;
    float: none;
    text-align: center;
    margin-left: 2%;
  }
  .site-header .container.mobile .logo a {
    float: none;
    margin: 0;
  }
  .site-header .header-top {
    float: none;
  }
  .site-header .header-top .menu-icon {
    bottom: 20px;
  }
  .site-header .header-top .top-right {
    position: static;
    text-align: left;
  }
  .site-header .header-top .top-right .minicart-wrapper {
    bottom: 20px;
    position: absolute;
    right: 20px;
  }
  .site-header .menu-icon {
    top: auto;
    bottom: 15px;
    width: 25px;
    height: 25px;
  }
  .site-header nav .mobile-locale {
    display: flex;
    margin-top: 15px;
    border-top: 1px solid #E1E1E1;
  }
  .site-header nav .mobile-locale > .currency, .site-header nav .mobile-locale > .language {
    width: 50%;
    text-align: center;
    background: #f3f3f3;
  }
  .site-header nav .mobile-locale > .currency img, .site-header nav .mobile-locale > .language img {
    margin-top: 15px;
    float: left;
    margin-left: 30px;
    height: 25px;
    margin-right: 15px;
  }
  .site-header nav .mobile-locale > .currency .action strong, .site-header nav .mobile-locale > .language .action strong {
    padding-right: 10px;
    position: relative;
  }
  .site-header nav .mobile-locale > .currency .action strong:after, .site-header nav .mobile-locale > .language .action strong:after {
    content: "\e622";
    width: 15px;
    height: 20px;
    font-size: 22px;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    font-family: "icons-blank-theme";
  }
  .site-header nav .mobile-locale > .currency .action.active strong:after, .site-header nav .mobile-locale > .language .action.active strong:after {
    content: "\e621";
  }
  .site-header nav .mobile-locale > .currency .actions, .site-header nav .mobile-locale > .language .actions {
    padding-bottom: 10px;
  }
  .site-header nav .mobile-locale > .currency .actions.active .dropdown, .site-header nav .mobile-locale > .language .actions.active .dropdown {
    display: block;
    position: absolute;
    width: 50%;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 5px 10px 0 rgba(139, 137, 114, 0.18);
  }
  .site-header nav .mobile-locale > .currency .actions .dropdown, .site-header nav .mobile-locale > .language .actions .dropdown {
    display: none;
  }
  .site-header nav .mobile-locale > .currency .actions .dropdown li, .site-header nav .mobile-locale > .language .actions .dropdown li {
    padding: 0;
    border-bottom: 0.5px solid #E1E1E1;
    width: 95%;
  }
  .site-header nav .mobile-locale > .currency .actions .dropdown li a, .site-header nav .mobile-locale > .language .actions .dropdown li a {
    padding: 10px 0;
  }
  .site-header nav .mobile-locale > .currency .actions .dropdown li:hover, .site-header nav .mobile-locale > .language .actions .dropdown li:hover {
    background-color: #F4F4F4;
  }
  .site-header nav .mobile-locale > .language {
    border-right: 1px solid #d1d1d1;
    width: 40%;
    text-align: left;
  }
  .site-header nav .mobile-locale > .currency {
    width: 60%;
    text-align: left;
  }
  .banner-mobile {
    border-top: 1px solid #d1d1d1;
  }
  .container.slider {
    margin-top: 15px;
  }
}
@media (max-width: 960px) and (max-width: 480px) {
  .container.slider {
    margin-top: 0;
    padding: 0;
  }
}
@media (max-width: 960px) {
  a.link-size-medium {
    white-space: normal;
  }
  a.link-size-large {
    white-space: normal;
  }
  a.link-size-small {
    white-space: normal;
  }
  .page-header {
    margin-bottom: 0;
  }
  .page-header .switcher .options ul.dropdown {
    min-width: 150px;
  }
  .page-footer .switcher .options ul.dropdown {
    min-width: 150px;
  }
  .page-footer .footer-main .container .social-links {
    float: left;
  }
  .page-footer .footer-main .container .trustpilot {
    float: left;
  }
  .top-right .header.links.opens li:first-child {
    background: transparent;
  }
  header nav > ul {
    width: 100%;
  }
  header nav > ul > li {
    display: block;
    text-align: left;
    padding: 0;
    border-top: 1px solid #E1E1E1;
    position: relative;
    margin: 0;
  }
  header nav > ul > li:hover .mega-menu {
    display: none;
  }
  header nav > ul > li:hover > a {
    color: #FFF;
  }
  header nav > ul > li:hover .small-menu {
    display: none;
  }
  header nav > ul > li.dropdown {
    padding-right: 0;
    background-image: none !important;
  }
}
@media (max-width: 960px) and (max-width: 480px) {
  header nav > ul > li:last-child {
    margin-bottom: 45px;
  }
}
@media (max-width: 960px) {
  header nav > ul > li.categories ul li {
    text-align: left;
  }
  header nav ul li a {
    white-space: normal;
    padding: 15px 15px;
    display: block;
  }
  header nav .mega-menu {
    position: static;
  }
  header nav .small-menu {
    position: static;
  }
  a {
    white-space: normal;
  }
  button {
    white-space: normal;
  }
  .minicart-wrapper {
    margin-top: 0;
    position: relative;
  }
  .nav-click {
    position: absolute;
    top: 15px;
    right: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
  }
  .nav-click i {
    display: block;
    height: 40px;
    width: 40px;
    background: url(../images/arrow.svg) no-repeat center center;
  }
  .nav-rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .banner-mobile {
    background-color: #F2F2F2;
    padding: 25px 0;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: 0.86px;
    display: block;
  }
  .banner-mobile .search-mobile {
    text-transform: uppercase;
    padding: 12px 20px;
    box-shadow: 0 10px 20px 0 rgba(139, 137, 114, 0.18);
    background-color: #FFF;
    color: #383C3F;
    font-weight: 700;
    display: block;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
    background-image: url(../images/arrow.svg);
    background-size: 11px 7px;
    background-position: center right 20px;
    background-repeat: no-repeat;
  }
  .top-list-section .top-list-carousel .item .top-list-item-title {
    width: 100%;
    text-align: center;
  }
  .customblks {
    padding-top: 2rem;
    display: none;
  }
  .customblks .threecol {
    display: none;
  }
  .customblks .twocol .blk-img.bigimg {
    width: 100%;
    margin-bottom: 20px;
    display: none;
  }
  .customblks .twocol .blk-img.bigimg .block-img {
    max-width: 200px;
    left: 20px;
    bottom: 20px;
  }
  .customblks .twocol .blk-img.smallimg {
    width: 100%;
    margin-bottom: 20px;
    display: none;
  }
  .footer-main .container {
    padding: 0;
  }
  footer.site-footer {
    border-top: none;
  }
  footer {
    padding: 1rem 2rem;
  }
  .artist .artist-img {
    width: 100%;
  }
}
@media only screen and (max-width: 960px) and (min-width: 768px) and (max-width: 768px) {
  .artist .artist-img img {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .artist .artist-content {
    width: 100%;
    padding-left: 0;
    margin: 20px 0;
  }
  .artist .artist-content .specs-left {
    text-align: center;
    padding: 0;
    width: 100%;
    display: none;
  }
  .artist .artist-content .specs-right {
    width: 100%;
    text-align: center;
  }
  .artist .artist-content .specs-right .button {
    width: 100%;
    white-space: normal;
  }
  .artist .artist-content .title-sec h1 {
    margin-bottom: 20px;
    margin-top: 6px;
  }
  .artist .artist-content .specs {
    border-top: none;
    border-bottom: none;
  }
  .partners .partner-blk .col-1 {
    width: 100%;
    margin-bottom: 10px;
    display: none;
  }
  .partners .partner-blk .col-2 {
    width: 100%;
    margin-bottom: 10px;
    display: none;
  }
  .partners .partner-blk .col-3 {
    width: 100%;
    margin-bottom: 10px;
  }
  .listings-section .col-right .sort-column.mobile-blk .blk-left {
    display: none;
  }
  .listings-section .col-right .sort-column.mobile-blk .blk-right {
    width: 100%;
    background: #f1f1f1;
    padding: 0;
  }
  .listings-section .col-right .sort-column.mobile-blk .filters-show {
    padding: 15px;
  }
  .listings-section .listings .list {
    position: relative;
    padding: 10px 10px;
  }
  .listings-section .listings .list .info-blk .top-sec {
    border: 0;
  }
  .listings-section .listings .list .info-blk .top-sec h3 {
    width: 100%;
    overflow: hidden;
    text-overflow: "";
    margin: 0;
  }
  .listings-section .listings .list .info-blk .top-sec .price {
    margin-bottom: 0;
  }
  .listings-section .listings .list .info-blk .top-sec .info {
    border: 0;
    margin: 0;
  }
  .list-mo-entities .news-section {
    max-width: 47% !important;
  }
  .about-us {
    display: none;
  }
  .about-us .widgetblk {
    margin: 20px 0;
    position: relative;
    display: none;
  }
  .about-us .widgetblk .blk-img {
    padding: 20px;
    background-position: bottom right;
    min-height: 245px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about-us .widgetblk .btm-blk {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: auto;
  }
  .about-us .widgetblk .btm-blk a {
    display: block;
  }
  .dont-miss-section .container {
    padding-left: 15px;
    padding-top: 5px;
  }
  .homepage-banner {
    height: auto;
    height: auto;
    position: absolute;
    padding: 25px 0 0;
    opacity: 0;
    z-index: 99;
    width: 100%;
    top: -100%;
    background: #ffffff !important;
    transition: all 0.3s ease-out, color 0.3s ease-out;
  }
  .homepage-banner .banner-content {
    position: static;
    background: #ffffff;
    padding: 0;
  }
  .search-form-mobile {
    display: block;
    position: absolute;
    top: -100%;
    opacity: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    padding: 25px;
    z-index: 40;
    transition: all 0.3s ease-out, color 0.3s ease-out;
  }
  .search-form-mobile .close-search {
    cursor: pointer;
    padding: 15px 0;
  }
  .search-form-mobile .input-wrap {
    width: 100%;
    margin-bottom: 15px;
  }
  .search-form-mobile .input-wrap input {
    border: 0;
    padding: 15px 30px 15px 60px;
    background-position: 15px center;
    background-repeat: no-repeat;
    box-shadow: 0 10px 20px 0 rgba(139, 137, 114, 0.18);
    background-repeat: no-repeat;
  }
  .search-form-mobile .input-wrap input.where {
    background-image: url(../images/icons/marker.svg);
    background-size: 19px 26px;
  }
  .search-form-mobile .input-wrap input.who {
    background-image: url(../images/icons/look.png);
    background-size: 31px 23px;
  }
  .search-form-mobile .input-wrap input.datefield {
    float: left;
    width: 50%;
    background-image: url(../images/icons/date.svg);
    background-size: 27px 21px;
    border-right: 1px solid rgba(183, 183, 183, 0.47);
  }
  .search-form-mobile .input-wrap input.datefield:last-child {
    border-right: 0;
  }
  .search-form-mobile .input-wrap.big {
    zoom: 1;
    clear: both;
  }
  .search-form-mobile .input-wrap.big:before {
    content: "";
    display: table;
  }
  .search-form-mobile .input-wrap.big:after {
    content: "";
    display: table;
    clear: both;
  }
  .search-form-mobile.active {
    top: 0;
    opacity: 1;
  }
  .beardcurms {
    display: none;
  }
  .about-us.mobile-blk {
    display: block;
  }
  .about-us.mobile-blk ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .search-form {
    padding: 0;
    background: #ffffff;
    display: block;
  }
  .search-form .close-search {
    display: block;
  }
  .search-form .input-wrap {
    width: 100% !important;
    margin: 0 0 15px;
  }
  .search-form .input-wrap input {
    padding: 15px 30px 15px 60px;
    min-height: 50px;
  }
  .search-form .input-wrap.big {
    width: 100%;
  }
  .search-form .button-wrap {
    width: 100% !important;
  }
  .search-form .button-wrap button {
    letter-spacing: 2px;
    padding-top: 15px;
    padding-bottom: 13px;
    width: 100%;
  }
  .search-form.inner {
    height: auto;
    position: absolute;
    padding: 25px 0 0;
    opacity: 0;
    z-index: 99;
    width: 100%;
    top: -1000%;
    background: #ffffff !important;
    transition: all 0.3s ease-out, color 0.3s ease-out;
    padding-bottom: 20px;
  }
}
@media (max-width: 960px) and (max-width: 960px) {
  .search-form.inner {
    width: calc(100% - 25px);
  }
}
@media (max-width: 960px) {
  .search-form.inner .close-search::after {
    font-size: 2.5rem;
    content: "\e616";
    font-family: "icons-blank-theme";
  }
  .search-form.inner.active {
    top: 100%;
    opacity: 1;
    transition: all 0.3s ease-out, color 0.3s ease-out;
  }
  .homepage-banner.active {
    top: 85px;
    display: block;
    opacity: 1;
    transition: all 0.3s ease-out, color 0.3s ease-out;
    padding-bottom: 20px;
  }
  .homepage-banner.active video {
    display: none;
  }
  .inner-banner {
    display: none;
  }
  .close-search {
    cursor: pointer;
    font-size: 13px;
    color: #000;
    display: block;
    text-align: right;
  }
  h1 {
    font-size: 2rem;
    line-height: 1;
  }
  h2 {
    font-size: 1.9rem;
    line-height: 1.5;
  }
  h3 {
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .sidebar-bottom-blocks {
    padding: 20px;
  }
  .cms-page-view h1 {
    font-size: 2rem !important;
    padding: 0;
    line-height: 28px !important;
  }
  .cms-page-view h2 {
    font-size: 1.8rem !important;
    line-height: 2.5rem !important;
  }
  .cms-page-view table > tbody > tr > td {
    display: block;
    width: 100%;
  }
  .cms-page-view p {
    font-size: 1.4rem !important;
  }
  .cms-page-view .box-quisome .texte-quisome {
    padding: 0 10px !important;
  }
  .box-fb {
    width: 100% !important;
  }
  .box-fb iframe {
    width: 100% !important;
  }
  .box-twit {
    width: 100% !important;
  }
  .box-twit iframe {
    width: 100% !important;
  }
  .catalog-product-view.page-product-configurable .product-section .container {
    position: relative;
    padding: 0;
  }
  .catalog-product-view.page-product-configurable .product-section .container .filters-show {
    display: block;
    margin: 0 0 15px;
  }
  .catalog-product-view.page-product-configurable .product-section .container .col-right {
    transition: all 0.3s ease-out, color 0.3s ease-out;
    width: 100%;
    max-width: 450px;
    position: absolute;
    top: 0;
    left: -100%;
    opacity: 0;
    z-index: 50;
    background-color: #FFF;
  }
  .catalog-product-view.page-product-configurable .product-section .container .col-right #book-mobile-close {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 4rem;
    color: #000;
    display: block;
  }
  .catalog-product-view.page-product-configurable .product-section .container .col-right .filter-close {
    font-size: 12px;
    padding: 20px;
    border-bottom: 1px solid #E1E1E1;
    cursor: pointer;
  }
  .catalog-product-view.page-product-configurable .product-section .container .col-right .filter-close:before {
    content: "";
    background-image: url(../images/menu_close.png);
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    background-size: cover;
  }
  .catalog-product-view.page-product-configurable .product-section .container .col-right.active {
    left: 0;
    opacity: 1;
    top: 62px;
  }
  .product-section .col-left {
    width: 100%;
  }
  .product-section .col-left .filters-show {
    cursor: pointer;
    padding: 15px;
    background: #f1f1f1;
    border: 1px solid #E1E1E1;
    position: relative;
  }
  .product-section .col-left .filters-show:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    background-image: url(../images/fliter.png);
    width: 22px;
    height: 23px;
    background-size: cover;
    margin-left: 40px;
    position: absolute;
    right: 15px;
  }
  .product-section .col-left .product-meta {
    float: left;
    width: 50%;
  }
  .product-section .col-left .mobile-booking {
    display: block;
    float: left;
    width: 48%;
    margin-left: 2%;
  }
  .product-section .col-left .mobile-booking a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
  }
  #mb-ajaxcart-wrapper {
    max-width: 100%;
  }
  body:not(.cms-home) .homepage-banner {
    overflow: hidden;
    display: block !important;
    z-index: auto;
    transition: auto !important;
  }
  body:not(.cms-home) .homepage-banner .close-search {
    display: none;
  }
  body:not(.cms-home) .homepage-banner.active {
    z-index: 99 !important;
  }
  body:not(.cms-home) .search-mobile-banner {
    display: block !important;
  }
  .checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .left-option label {
    max-width: 252px;
  }
  .checkout-cart-index main #form-validate .cart .accordion-bloc {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left {
    display: none !important;
  }
  .fancybox-button--right {
    display: none !important;
  }
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-controls {
    right: 0;
  }
  .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0;
  }
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0;
  }
}
@media (max-width: 768px) {
  body {
    margin-top: 90px;
  }
  header.site-header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100vw;
    border-bottom: 1px solid #E1E1E1;
    padding: 10px 0;
  }
  footer.site-footer .footer-main .footer-linksec {
    padding: 20px 0;
  }
  footer.site-footer .footer-main .social-section {
    padding: 20px 0 0;
  }
  footer.site-footer .footer-main .social-section .sudscription-form {
    width: 100%;
    margin: 0 0 20px;
  }
  footer.site-footer .footer-main .social-section .social-links {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
  footer.site-footer .footer-main .footer-info .payment-info {
    float: left;
    margin-top: 15px;
  }
  footer.site-footer .footer-main .footer-info .payment-info ul li {
    margin-left: 0;
    margin-right: 15px;
  }
  .catalog-product-view .product-section .container {
    display: flex;
    flex-direction: column-reverse;
  }
  .catalog-product-view .product-section .container .col-right {
    position: static;
    opacity: 1;
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .catalog-product-view .product-section .container .col-left {
    width: 100%;
  }
  .catalog-product-view .product-section .container .col-left .product-meta {
    width: 100%;
  }
  .cms-index-index section.news-list .news-section  {
    max-width: 100%;
  }
  .cms-index-index section.news-list .news-blks {
    width: 100%;
    margin-top: 20px;
  }
  .cms-index-index section.top-list-section .top-list-carousel .top-list-item-designation {
    font-size: 1.8rem;
  }
  .cms-index-index section.news {
    display: none;
  }
  .checkout-cart-index .cart-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .checkout-cart-index .cart-container .cart-summary {
    position: relative;
    top: 0 !important;
    margin-bottom: 40px;
  }
  .checkout-cart-index .cart-container #form-validate {
    margin-bottom: 40px;
  }
  .checkout-cart-index .cart-container #form-validate .cart .block-panier .product-content .description-panel ul {
    max-height: 100%;
  }
  .checkout-cart-index .cart-container #form-validate,
  .checkout-cart-index .cart-container .cart-summary {
    width: 100%;
  }
  #notice-cookie-block {
    width: 100%;
    left: 0;
    margin: 0;
    bottom: 0;
    top: auto;
    padding: 0;
    z-index: 999;
  }
  #notice-cookie-block a.allow {
    font-size: 3.5rem;
  }
  #notice-cookie-block .title {
    font-size: 2rem;
  }
  #notice-cookie-block p {
    font-size: 1rem;
  }
  #notice-cookie-block .actions {
    text-align: right;
  }
  #notice-cookie-block .actions a {
    font-size: 1.4rem;
  }
  #notice-cookie-block .actions .allow {
    padding: 10px;
  }
  .cms-club-page .cover p {
    padding-top: 200px;
    width: 60%;
  }
  a.back {
    display: block;
    background: url(../images/back.svg) no-repeat 0 center/8px transparent;
    padding-left: 15px;
  }
  .axelites_person-person-view .partners {
    display: none;
  }
  .ui-autocomplete li:hover {
    background: none;
    color: inherit;
  }
  .ui-autocomplete li:hover a {
    color: white;
    text-decoration: none !important;
  }
  body:not(.cms-home) .homepage-banner {
    top: 117px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
  .customblks .twocol .blk-img.bigimg {
    padding: 20px;
    min-height: 235px;
  }
  .customblks .twocol .blk-img.bigimg .block-title {
    font-size: 16px;
  }
  .customblks .twocol .blk-img.bigimg .link {
    position: absolute;
    background-image: url(../images/white_big_arrow.png);
    font-size: 0;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
  }
  .customblks .twocol .blk-img.smallimg {
    padding: 20px;
    min-height: 175px;
    background-position: bottom right;
  }
  .customblks .twocol .blk-img.smallimg h2 {
    font-size: 16px;
    line-height: 1.5;
  }
  .customblks .twocol .blk-img.smallimg .btm-blk {
    left: 20px;
    bottom: 20px;
  }
  .product-header .product-logo {
    display: none;
  }
  .product-header .product-title-area {
    width: 100%;
  }
  .product-header .product-title-area .product-title {
    font-size: 25px;
    line-height: 1.5;
    font-weight: 600;
  }
  .product-header .product-title-area .product-title span {
    font-size: 16px;
  }
  .product-header .product-meta .product-location {
    width: 100%;
    margin: 5px 0;
  }
  .product-header .product-meta .product-time {
    width: 100%;
    margin: 5px 0;
  }
  .product-info {
    margin-bottom: 0;
    border-bottom: none;
  }
  .product-info .product-content {
    width: 100%;
    margin: 10px 0;
  }
  .product-info .product-members {
    width: 100%;
    margin: 10px 0;
  }
  .product-offer .product-offer-head span {
    transform: rotate(-90deg);
    left: -30px;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .product-offer .product-offer-head span {
    transform: unset;
    left: unset;
  }
}
@media (max-width: 767px) {
  .offer-works {
    display: none;
  }
  .artist-season {
    margin: 20px 0;
  }
  .artist-info .artist-bio {
    width: 100%;
  }
  .artist-info .artist-listings {
    width: 100%;
    margin-top: 15px;
  }
  .tabs-section {
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
  }
  .tabs-section .tabs-icons {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0;
  }
  .tabs-section .tabs-icons ul {
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .tabs-section .tabs-icons ul li {
    display: inline-block;
    padding: 15px 5%;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .tabs-section .tabs-icons ul li img {
    height: 30px;
  }
  .tabs-section .tabs-icons ul li.active:after {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    height: 3px;
    width: 100%;
  }
  .tabs-section .tabs-contents {
    padding: 30px;
    width: 100%;
  }
  .tabs-section .tabs-contents h2 {
    float: none;
    clear: none;
  }
  .tabs-section .tabs-contents h2.big {
    font-size: 20px;
    color: #272727;
  }
  .tabs-section .tabs-contents h2.big img {
    vertical-align: middle;
    height: 20px;
  }
  .tabs-section .tabs-contents .download {
    float: none;
    clear: none;
    display: block;
    text-align: center;
  }
  .tabs-section .tabs-contents .content {
    padding: 0;
  }
  section {
    padding-top: 30px;
    padding-bottom: 0;
  }
  header {
    border-bottom: #E1E1E1;
  }
  header nav .mega-menu .container > .links.col4 ul {
    -webkit-column-count: 3 !important;
    -moz-column-count: 3 !important;
    column-count: 3 !important;
  }
}
@media (max-width: 767px) and (max-width: 450px) {
  header nav .mega-menu .container > .links.col4 ul li:first-child {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .giftcard-product .column.main {
    display: flex;
    flex-direction: column-reverse;
  }
  #maincontent .columns {
    display: block;
  }
  #maincontent .columns .product-info-main,
  #maincontent .columns .giftcard-left {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  #maincontent .columns .product-info-main #giftcard-template-container,
  #maincontent .columns .giftcard-left #giftcard-template-container {
    margin-bottom: 40px;
  }
  .checkout-cart-index .cart-summary {
    position: static !important;
    width: 100%;
  }
  .checkout-cart-index .cart-summary:before {
    display: none;
  }
}
@media (min-width: 768px) {
  body:not(.cms-home) .homepage-banner {
    top: 200px;
  }
}
@media (max-width: 750px) {
  .innercontent {
    min-height: 100px;
  }
  .box-quisome {
    width: 100%;
  }
  #mb-ajaxcart-wrapper {
    height: auto;
    overflow: scroll;
  }
  footer .footer-main .social-section .trustpilot {
    margin: 0 0 20px;
    margin-left: calc(50% - 149px);
    clear: left;
  }
  footer .footer-main .social-section .travel-companies {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .news-list .news-section-all ul li {
    width: 100%;
    margin: 5px 0;
  }
  .news-list .news-section ul li a span {
    font-size: 14px;
  }
  .news-list .newsletter-reminder {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 30px;
  }
  .all-synopsis a {
    margin: 1.5%;
    width: 47%;
  }
  .sudscription-form .input-wrap .button {
    width: 110px;
    padding: 14px 5px;
  }
  .sudscription-form p {
    text-align: center;
  }
  .footer.content {
    padding: 0;
  }
  .footer.content .container {
    padding: 0;
  }
  footer.site-footer .footer-main .footer-info {
    padding: 1.15rem 0 1.3rem;
  }
  footer.site-footer .footer-main .footer-linksec {
    padding: 20px 0 0;
  }
  footer.site-footer .footer-main .container .social-section {
    display: block;
  }
  footer.site-footer .footer-main .container .social-section .trustpilot {
    float: none;
  }
  footer.site-footer .footer-main .container .social-section .sudscription-form {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .logo {
    max-width: 70%;
  }
  header nav .mega-menu .container > .links.col3 ul {
    -webkit-column-count: 2 !important;
    -moz-column-count: 2 !important;
    column-count: 2 !important;
  }
  header nav .mega-menu .container > .pub {
    display: none;
  }
  header nav .mega-menu .container > .links {
    width: 100%;
  }
  header nav .mega-menu ul li {
    line-height: 25px;
    margin: 0 0 10px;
  }
  header nav ul li a {
    white-space: normal;
  }
  .list-mo-entities .news-section {
    min-height: 50px;
    max-width: none !important;
    margin: 0 0 30px 0;
    font-size: 14px;
  }
  .listings-section .col-right {
    padding-bottom: 0;
  }
  .listings-section .col-right .title-blk {
    padding: 0;
  }
  .listings-section .col-right .title-blk a {
    padding: 5px 0;
  }
  .listings-section .listings .list .info-blk .top-sec .info {
    font-weight: 400;
    font-size: 14px;
  }
  .listings-section .listings .list .info-blk .top-sec h3 {
    font-size: 15px;
    font-weight: 400;
  }
  .listings-section .listings .list .info-blk .top-sec .price {
    text-align: left;
    float: none;
    margin-top: 5px;
    font-size: 20px;
  }
  .listings-section .listings .list .info-blk .top-sec .price span {
    display: inline-block;
    vertical-align: middle;
  }
  .banner-mobile {
    padding: 15px 0 20px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .banner-mobile {
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .banner-mobile > .container {
    z-index: 999;
  }
  .banner-mobile .search-mobile {
    padding: 15px 20px;
    font-size: 13px;
    margin: 0;
  }
  input[type=submit].red {
    padding: 10px 15px;
  }
  button.red {
    padding: 10px 15px;
  }
  a.button.red.mo_product {
    padding: 10px 15px;
    padding: 2px 4px;
    float: left;
  }
}
@media (max-width: 600px) {
  .button.red {
    padding: 10px 15px;
  }
  .artist .artist-img {
    float: left;
    width: 100%;
  }
  .artist .artist-img img {
    height: auto;
    width: 100%;
  }
  .artist .artist-content {
    float: left;
    padding: 15px 0 0;
    width: 100%;
  }
  .artist .artist-content .content-blk > div:first-child {
    max-height: 62px;
    overflow: hidden;
  }
  .artist .artist-content .content-blk p {
    text-align: justify;
  }
}
@media (max-width: 600px) and (max-width: 480px) {
  .artist .artist-content .content-blk {
    display: none;
  }
}
@media (max-width: 600px) {
  .partners .partner-blk {
    padding: 15px;
  }
  .columns .column.main {
    padding-bottom: 15px;
  }
  .dont-miss-section {
    margin-bottom: 20px;
  }
  .dont-miss-section .container {
    padding: 25px;
  }
  .dont-miss-section .dont-miss-carousel {
    min-width: 0px;
  }
}
@media (max-width: 600px) and (max-width: 480px) {
  .dont-miss-section .dont-miss-carousel {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    overflow-x: auto;
  }
}
@media (max-width: 600px) {
  .dont-miss-section .dont-miss-carousel .item {
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 20px 0;
    text-align: left;
  }
  .dont-miss-section .dont-miss-carousel .item {
    zoom: 1;
    clear: both;
  }
  .dont-miss-section .dont-miss-carousel .item:before, .dont-miss-section .dont-miss-carousel .item:after {
    content: "";
    display: table;
  }
  .dont-miss-section .dont-miss-carousel .item:after {
    clear: both;
  }
}
@media (max-width: 600px) and (max-width: 480px) {
  .dont-miss-section .dont-miss-carousel .item {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .dont-miss-section .dont-miss-carousel .item img {
    width: 92vw;
  }
}
@media (max-width: 600px) {
  .dont-miss-section .dont-miss-carousel .item > img {
    float: left;
    margin-right: 15px;
  }
  .dont-miss-section .dont-miss-carousel .item:last-child {
    border: none;
  }
  .dont-miss-section .dont-miss-carousel .item .product-image-wrapper img {
    object-fit: cover;
    max-height: 200px;
  }
  .dont-miss-section .dont-miss-carousel .item .dontmiss-title {
    float: left;
    margin-top: 0;
    text-align: left;
    margin: 0 0 5px;
    font-weight: bold;
  }
  .dont-miss-section .dont-miss-carousel .dontmiss-desc {
    float: left;
    margin-top: 0;
  }
  .dont-miss-section .dont-miss-carousel .link {
    float: left;
    margin-top: 0;
    clear: both;
  }
  .dont-miss-section .dont-miss-carousel::nth-child(n+5) {
    display: none;
  }
  header.site-header .container {
    padding: 0 15px;
  }
  .slider .banner-wrap ul li {
    margin-bottom: 1px;
  }
  .slider .banner-wrap ul li .slide-warp .slider-content {
    padding: 30px;
  }
  .slider .banner-wrap ul li .slide-warp .link {
    right: 15px;
  }
  .slider .tab-wrap ul {
    display: flex;
    overflow: auto;
  }
  .slider .tab-wrap ul li {
    padding: 10px 5px 0 0 !important;
    text-align: center;
  }
  .slider .tab-wrap ul li .info {
    display: none;
  }
  .tabs-section .tabs-icons ul li {
    padding: 15px 3%;
    font-size: 11px;
  }
  .productcomp-section .container {
    padding: 25px;
  }
  .productcomp-section .productcomp-carousel {
    min-width: 2px;
  }
  .productcomp-section .productcomp-carousel .item {
    zoom: 1;
    clear: both;
    margin-bottom: 20px;
  }
  .productcomp-section .productcomp-carousel .item:before {
    content: "";
    display: table;
  }
  .productcomp-section .productcomp-carousel .item:after {
    content: "";
    display: table;
    clear: both;
  }
  .productcomp-section .productcomp-carousel .item img {
    float: left;
    width: auto;
    margin-right: 20px;
  }
  .productcomp-section .productcomp-carousel .item .productcomp-title {
    float: left;
  }
  .product-section .col-left .product-meta {
    float: none;
    width: 100%;
  }
  .product-section .col-left .mobile-booking {
    float: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 25;
    padding: 8px;
    background: #fff;
  }
  .artist .artist-content,
  .artist .artist-img {
    width: 100%;
    float: none;
    padding: 0;
  }
  .fancybox-slide #modal-form-newsletter {
    max-width: 100%;
  }
  .checkout-cart-index main #form-validate .cart .block-panier .product-content .top-panel .right-panel,
  .checkout-cart-index main #form-validate .cart .block-panier .product-content .top-panel .left-panel {
    width: 100%;
  }
  .checkout-cart-index main #form-validate .cart .block-panier .product-content .top-panel .left-panel {
    margin-bottom: 30px;
  }
  .checkout-cart-index main #form-validate .cart .block-panier .product-content .top-panel .action-delete {
    float: right;
    width: 50%;
  }
  .checkout-cart-index main #form-validate .cart .block-panier .product-content .top-panel .price-panel {
    width: 50%;
    float: left;
    position: static;
    text-align: left;
  }
  .checkout-cart-index main #form-validate .cart .block-panier .product-content .categorie-panel .box-quatite {
    margin: 0;
  }
  .checkout-cart-index main #form-validate .cart .block-panier .product-content .description-panel .right-decrpt,
  .checkout-cart-index main #form-validate .cart .block-panier .product-content .description-panel .left-decrpt {
    width: 100%;
  }
  body:not(.cms-home) .homepage-banner {
    top: 83px;
  }
}
@media (max-width: 580px) {
  body .product-header .product-meta {
    margin-top: 15px;
  }
  body .product-cover {
    margin-bottom: 0;
  }
  body .product-cover p {
    display: none;
  }
  body footer.site-footer .footer-main .social-section .sudscription-form .input-wrap input[type=submit] {
    width: 160px;
  }
  body footer.site-footer .footer-main .social-section .sudscription-form .input-wrap input[type=text] {
    width: calc(100% - 160px);
    padding: 16px 10px;
  }
  body footer.site-footer .footer-main .footer-linksec .fblock {
    width: 100%;
  }
  body footer.site-footer .footer-main .footer-linksec .fblock.footer-payment .plogs {
    max-width: none;
  }
  body .tag-type {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 10px;
  }
  body .listings-section .listings .list .image-blk {
    width: 100%;
    background-size: 100%;
    height: 200px !important;
  }
  body .listings-section .listings .list .image-blk.product {
    background-position: 0px -95px;
  }
  body .listings-section .listings .list .image-blk.cat .tag-type {
    top: 15px;
    right: 10px;
  }
  body .listings-section .listings .list .info-blk {
    width: 100%;
    padding: 0;
  }
  body .listings-section .listings .list .info-blk .top-sec {
    padding: 10px 0;
  }
  body .listings-section .listings .list .info-blk .top-sec h3 {
    max-height: 100%;
  }
  body .listings-section .listings .list .info-blk .top-sec .info {
    font-size: 1.2rem;
    width: 75%;
    float: left;
  }
  body .listings-section .listings .list .info-blk .top-sec .price {
    width: 25%;
    float: right;
    text-align: right;
  }
  body .listings-section .listings .list .info-blk .top-sec .button {
    width: 100%;
    margin-top: 10px;
  }
  body .dont-miss-section .item {
    text-align: center;
    margin-bottom: 10px;
  }
  body .dont-miss-section .item .dontmiss-title {
    width: 100%;
    text-align: center;
    float: none;
  }
  body .product-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body .product-info .widget-block h3 {
    padding: 10px 20px;
    font-size: 1.8rem;
  }
  body .product-info .tabs-section .tabs-icons ul li {
    opacity: 0.7;
  }
  body.checkout-cart-index main #form-validate .cart .block-panier .product-image {
    width: 100%;
    float: none;
  }
}
@media (max-width: 580px) and (max-width: 480px) {
  body.checkout-cart-index main #form-validate .cart .block-panier .product-image {
    padding: 0px;
  }
}
@media (max-width: 580px) {
  body.checkout-cart-index main #form-validate .cart .block-panier .product-content {
    width: 100%;
    float: none;
    padding: 0;
  }
  body.checkout-cart-index main #form-validate .cart .block-panier .unite-price {
    width: 22% !important;
  }
  body.checkout-cart-index main #form-validate .cart .beneficiary-block .title {
    width: 100%;
    float: none;
  }
  body.checkout-cart-index main #form-validate .cart .beneficiary-block .form {
    padding: 0;
    float: none;
    width: 100%;
  }
  body.checkout-cart-index main #form-validate .cart .beneficiary-block .form .form-group {
    width: 100%;
  }
  body.checkout-cart-index main #form-validate .cart .beneficiary-block .form .form-group input {
    width: 100%;
  }
  body.checkout-cart-index main #form-validate .cart .beneficiary-block .form .form-group:last-child {
    width: 100%;
  }
  body.checkout-cart-index main #form-validate .cart .ticket-obtention {
    padding: 15px;
  }
  body.checkout_index_index .page-title-wrapper {
    padding: 0;
  }
  body.checkout_index_index .page-title-wrapper:before {
    width: 45%;
    height: 40px;
  }
  body.checkout_index_index .page-title-wrapper h1 {
    text-align: center;
    padding-top: 70px;
    margin: 0;
  }
  body.checkout_index_index .page-title-wrapper:after {
    width: 45% !important;
  }
  body.checkout_index_index .osc-authentication-wrapper .osc-authentication-toggle {
    max-width: 100%;
    display: block;
  }
  body.checkout_index_index .osc-payment-after-methods .opc-payment-additional .field .control {
    width: 100%;
  }
}
@media (max-width: 564px) {
  footer .footer-main .social-section .sudscription-form {
    max-width: 100% !important;
  }
  footer .footer-main .social-section .trustpilot {
    width: 260px;
    margin-right: auto !important;
  }
  footer .footer-main .social-section .travel-companies img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .checkout-cart-index #form-validate .cart .block-panier .bottom-infos-panel .box-options .unite-price {
    width: 25% !important;
  }
  .checkout-cart-index #form-validate .cart .block-panier .bottom-infos-panel .box-options select {
    width: 48px !important;
  }
}
@media (max-width: 550px) {
  header nav .mega-menu .container > .links.col4 ul {
    -webkit-column-count: 2 !important;
    -moz-column-count: 2 !important;
    column-count: 2 !important;
  }
  .sudscription-form .input-wrap .button {
    width: 100%;
    width: 40% !important;
  }
  .sudscription-form .input-wrap input[type=email] {
    width: 100%;
    width: 60% !important;
  }
  .banner-mobile {
    font-size: 15px;
    line-height: 23px;
  }
  .product-title {
    font-size: 20px;
    line-height: 25px;
  }
  section.news .news-wrap ul li {
    width: 100%;
    margin-bottom: 30px;
    min-height: auto;
    max-height: auto;
  }
  section.news .news-wrap ul li:nth-child(3n+2) {
    margin: 0 0 30px 0;
  }
  section.news .news-blk .img-wrap {
    min-height: auto !important;
  }
  .cms-club-page .cover p {
    padding-top: 105px;
    width: 70%;
    font-size: 1.2rem !important;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 8px;
  }
  .container .col-right .filters-show img {
    display: inline-block !important;
    margin: initial !important;
  }
  .axelites_person-person-view .artist .see-all-performances-div {
    display: block !important;
    text-align: center;
  }
  .axelites_person-person-view .artist .see-all-performances-button {
    display: none;
  }
  body:not(.cms-home) .banner-mobile {
    margin-top: 10px;
  }
  .checkout-cart-index #form-validate .cart .block-panier .bottom-infos-panel .box-options .unite-price {
    width: auto !important;
  }
  .checkout-cart-index #form-validate .cart .block-panier .bottom-infos-panel .box-options select {
    width: inherit !important;
  }
  .checkout-cart-index #form-validate .cart .block-panier .bottom-infos-panel .box-options .right-option .quantity {
    font-size: 1.4rem;
    float: left;
    margin-top: 11px;
  }
}
@media (max-width: 450px) {
  body header nav .small-menu {
    width: 95%;
  }
  body header nav .small-menu ul {
    padding: 0 15px;
  }
  body .slider .banner-wrap ul {
    max-height: 300px;
  }
  body .slider .banner-wrap ul li {
    min-height: 250px;
  }
  body .slider .banner-wrap ul li.slides div.slide-warp div.slider-background a img {
    max-height: 100%;
  }
  body .listings-section .listings .push-trips div.list .item {
    width: 100%;
  }
  body .dont-miss-section {
    display: none;
  }
  body .tabs-section .tabs-icons ul li .icon-tabs img svg {
    fill: #CF3D4A !important;
  }
  body .columns .column.main .rte img {
    width: 100%;
  }
  body h1.page-title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 0 !important;
  }
  body .fieldset > .legend {
    font-size: 1.8rem;
  }
  body .listings-section .listings .list .image-blk {
    width: 100%;
  }
  body .hotel-choosen .hotels-wrap.unique .hotel {
    width: 90%;
  }
  body .hotel-choosen .hotels-wrap.unique .hotel div.content,
  body .hotel-choosen .hotels-wrap.unique .hotel div.image {
    width: 100%;
  }
  body #mb-ajaxcart-wrapper .ajaxcart-success-box .success-content {
    padding: 0;
  }
  body #mb-ajaxcart-wrapper .ajaxcart-success-box .success-content .col-1 {
    width: 100%;
  }
  body #mb-ajaxcart-wrapper .ajaxcart-success-box .success-content .col-1 img.photo {
    height: 180px;
    object-fit: cover;
  }
  body #mb-ajaxcart-wrapper .ajaxcart-success-box .success-content .col-2 {
    width: 100%;
  }
  body #mb-ajaxcart-wrapper .ajaxcart-buttons button.action {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
  }
  body #mb-ajaxcart-wrapper .ajaxcart-buttons #ajaxcart_cancel {
    margin-top: 10px;
    margin-bottom: 0;
  }
  body #mb-ajaxcart-wrapper .ajaxcart-other .previous,
  body #mb-ajaxcart-wrapper .ajaxcart-other .next {
    width: 100%;
  }
  body #mb-ajaxcart-wrapper .ajaxcart-other .next {
    border-top: 1px solid #979797;
  }
  body #mb-ajaxcart-wrapper .product-add-form {
    width: 100%;
    padding-left: 5px;
  }
  body #mb-ajaxcart-wrapper .product-add-form .actions button {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  body .checkout-cart-index main .cart-summary {
    width: 100%;
    position: static;
  }
  body .checkout-cart-index main #form-validate .cart .block-panier .product-content,
  body .checkout-cart-index main #form-validate .cart .block-panier .product-image {
    width: 100%;
    padding: 0;
  }
  body .checkout-cart-index main #form-validate .cart .beneficiary-block .form {
    width: 100%;
    padding: 0;
  }
  body .checkout-cart-index main #form-validate .cart .beneficiary-block .form .form-group {
    width: 50%;
    text-align: center;
  }
  body .checkout-cart-index main #form-validate .cart .beneficiary-block .form .form-group input {
    width: 95%;
  }
  body .checkout-cart-index main #form-validate .cart .beneficiary-block .form .form-group:first-child {
    margin-right: 4%;
  }
  body .checkout-cart-index main #form-validate .cart .beneficiary-block .form .form-group:last-child {
    width: 100%;
  }
  body.onestepcheckout-index-index .page-title-wrapper .logo {
    margin: 0;
    width: 40%;
  }
  body.onestepcheckout-index-index .page-title-wrapper .reassurance {
    margin: 0;
    width: 55%;
  }
  body.onestepcheckout-index-index .page-title-wrapper .reassurance p {
    margin-bottom: 10px;
  }
  body.onestepcheckout-index-index .page-title-wrapper .reassurance p .title {
    font-size: 1.2rem;
  }
  body.onestepcheckout-index-index .page-title-wrapper .reassurance p .title::after {
    top: 0;
    right: -15px;
    height: 20px;
    width: 20px;
  }
  body .osc-authentication-wrapper {
    padding: 0;
  }
  body .checkout-index-index .page-title-wrapper h1 {
    margin: 100px 0 0;
  }
  body .cms-club-page .advantage div[class^=advantage-] p {
    padding-top: 50px;
    padding-left: 0;
  }
  body .cms-club-page div[class^=club-] {
    width: 100%;
    margin: 10px 0;
  }
  body .custom-two-blks .blk-img {
    padding: 20px;
  }
  body .custom-two-blks .blk-img .block-title {
    width: 100%;
    text-align: center;
  }
  body .custom-two-blks .blk-img .right-blk {
    width: 100%;
    text-align: center;
  }
  body .custom-two-blks .blk-img .right-blk p {
    text-align: center;
  }
  body .custom-two-blks .blk-img .right-blk p .link {
    position: static;
  }
  body .col-right .top-section {
    flex-flow: column-reverse;
    border-top: 0;
    border-bottom: 0;
  }
  body .col-right .top-section h2 {
    width: 100%;
    border-right: 0;
  }
  body .col-right .top-section .filters-mobile {
    padding: 10px 0;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    width: 100%;
  }
  body .col-right .top-section .filters-mobile p {
    text-align: left;
    padding: 0;
    margin: 0;
  }
  body #mb-ajaxsuite-popup-wrapper {
    top: 75px !important;
  }
  body #mb-ajaxsuite-popup-wrapper .mb-login-popup-title {
    margin: 0;
  }
  body #mb-ajaxsuite-popup-wrapper .mb-login-popup-title a.mb-ajaxsuite-close {
    background: none;
  }
  body #mb-ajaxsuite-popup-wrapper .mb-login-popup-title a.mb-ajaxsuite-close:hover {
    text-decoration: none;
  }
  body #mb-ajaxsuite-popup-wrapper .mb-login-popup-title a.mb-ajaxsuite-close:after {
    background: white;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    font-size: 2.5rem;
    content: "\e616";
    font-family: "icons-blank-theme";
  }
  body #mb-ajaxsuite-popup-wrapper div#mb-ajaxsuite-popup {
    padding: 10px !important;
    height: auto;
  }
  body #mb-ajaxsuite-popup-wrapper .ajaxcart-success-box img.img {
    max-height: 150px;
    object-fit: cover;
  }
  body .giftcard-left .giftcard-template-container {
    padding-top: 0;
  }
}
@media (max-width: 400px) {
  body header.site-header .header-top .top-right #top-links {
    margin-right: 0;
  }
  body header.site-header .header-top .top-right #top-links #top-link-trigger span {
    font-size: 0;
  }
  body header.site-header .header-top .top-right #top-links #top-link-trigger span::after {
    font-size: 2.5rem;
    content: "\e627";
    font-family: "icons-blank-theme";
  }
  body .tabs-section .tabs-icons ul li {
    padding: 15px 1.5% 10px;
    font-weight: 700;
  }
  body .tabs-section .tabs-icons ul li span.icon-tabs {
    display: block;
    margin: 0;
    min-height: 35px;
  }
  body .listings-section .listings .list .info-blk {
    padding: 0;
  }
  body .listings-section .listings .list .info-blk .top-sec {
    padding: 5px;
  }
  body .listings-section .listings .list .info-blk .top-sec .info {
    max-width: 100%;
    width: 100%;
    float: none;
  }
  body .listings-section .listings .list .info-blk .top-sec .price {
    width: 100%;
    float: none;
  }
}
@media (max-width: 375px) {
  .page-header #top-links,
  .page-header .switcher {
    margin-right: 0;
  }
  .page-header #top-links .options .action.toggle::after,
  .page-header .switcher .options .action.toggle::after {
    font-size: 15px;
    line-height: 20px;
  }
  .product-section .col-right .form-block {
    padding: 9px;
  }
  .product-section .col-right .form-block .ui-datepicker {
    padding: 15px 0;
  }
  footer.site-footer .footer-main .social-section .sudscription-form .input-wrap input[type=submit] {
    width: 100%;
  }
  footer.site-footer .footer-main .social-section .sudscription-form .input-wrap input[type=text] {
    width: 100%;
  }
  body.checkout_index_index .page-title-wrapper h1 {
    padding: 0;
    position: static;
  }
  body.checkout_index_index .page-title-wrapper .checkout-title.logo {
    width: 100%;
    float: none;
    position: static;
    margin: 20px auto;
    text-align: center;
  }
  body.checkout_index_index .page-title-wrapper .reassurance {
    width: 100%;
    float: none;
    margin: 0;
  }
  body.checkout_index_index .page-title-wrapper .reassurance p {
    float: none;
    width: 100%;
  }
  body.checkout_index_index .page-title-wrapper .reassurance .trustpilot-widget {
    position: relative;
    float: none;
    width: 100%;
  }
}
@media (max-width: 380px) {
  .listings-section .listings .list .info-blk .top-sec h3.promo:after {
    margin-left: 2px;
  }
}
@media (max-width: 360px) {
  .all-synopsis a {
    margin: 1.5% 0;
    width: 100%;
  }
  .sudscription-form .input-wrap .button {
    margin-left: 0;
  }
  .sudscription-form div.mage-error[generated] {
    position: static;
    width: 100%;
    clear: both;
  }
  header nav .mega-menu .container > .links.col4 ul {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
  }
  #notice-cookie-block .title {
    font-size: 1.7rem;
  }
  #notice-cookie-block p {
    font-size: 1.2rem;
  }
  #mb-ajaxcart-wrapper .ajaxcart-success-box .success-content {
    padding: 0 20px;
  }
}
@media (max-width: 360px) and (max-width: 480px) {
  #mb-ajaxcart-wrapper .previous.empty {
    display: none;
  }
  #mb-ajaxcart-wrapper .checkout-cart-index .cart-container #form-validate {
    margin-bottom: 10px;
  }
}
@media (max-width: 360px) {
  .form-cart .cart .description-panel {
    display: none;
  }
  .checkout_index_index .modal-popup .modal-footer .action-save-address {
    padding: 13px 9px !important;
    font-size: 10px !important;
  }
  .checkout_index_index .modal-popup .modal-footer .action.secondary {
    padding: 12px 4px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 768px) {
  .page-wrapper {
    min-height: 100vh;
    position: relative;
    z-index: 899;
  }
  div.cart.main.actions {
    display: none;
  }
}
@media (max-width: 480px) {
  body {
    margin-top: 62px;
  }
  header.site-header .logo {
    left: 16px;
  }
  aside.modal-popup.confirm._show {
    z-index: 902 !important;
  }
  aside.modal-popup.confirm._show div.modal-inner-wrap {
    width: 80%;
  }
}
@media (max-width: 480px) and (max-width: 375px) {
  aside.modal-popup.confirm._show div.modal-inner-wrap {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  aside.modal-popup.confirm._show div.modal-inner-wrap footer.modal-footer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 3rem;
    padding-top: 3rem;
    margin: 0 auto;
    font-size: 9px !important;
  }
  aside.modal-popup.confirm._show div.modal-inner-wrap footer.modal-footer button {
    padding: 10px 25px !important;
  }
  aside.modal-popup.confirm._show div.modal-inner-wrap footer.modal-footer button:first-child {
    margin-right: 19px;
  }
  #maincontent .columns .product-info-main #giftcard-template-container,
  #maincontent .columns .giftcard-left #giftcard-template-container {
    margin-bottom: 0 !important;
  }
  .checkout-step-billing .billing-address-form {
    display: none;
  }
  .osc-payment-after-methods .checkout-billing-address {
    display: none;
  }
  .listings-section .col-left .searchblk {
    padding: 0 20px 20px 20px;
  }
}
@media (max-width: 478px) {
  .checkout_index_index .modal-popup .modal-footer .action-save-address {
    padding: 13px 6px;
    font-size: 12px;
  }
  .checkout_index_index .modal-popup .modal-footer .action.secondary {
    padding: 13px 6px;
  }
}
/*# sourceMappingURL=maps/styles.min.css.map */
