.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none !important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:white;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:white;background:linear-gradient(to bottom, #ddd -50%, white 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,0.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,0.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,0.3);background-color:#cbcfd5;background:linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);box-shadow:1px 1px 2px rgba(0,0,0,0.2),inset 0 0 3px 1px white;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,0.45);background-color:#939ba7;background:linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:white;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:white;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom, #428bca 0%, #3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom, #20b426 0%, #18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,0.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,0.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:white;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom, white 0%, #e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:white;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:white;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:black;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,0.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:black}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:black}.irs--sharp .irs-min,.irs--sharp .irs-max{color:white;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:white;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,0.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:white;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,0.3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:white;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:black}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid black;background-color:white;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:black;color:white}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


.daterangepicker table {
    display: initial;

}

.daterangepicker table td,
.daterangepicker table th {
    padding: initial;
}

.daterangepicker .drp-calendar {
    max-width: initial;
}


.daterangepicker table caption+thead tr:first-child td,
.daterangepicker table caption+thead tr:first-child th,
.daterangepicker table colgroup+thead tr:first-child td,
.daterangepicker table colgroup+thead tr:first-child th,
.daterangepicker table thead:first-child tr:first-child td,
.daterangepicker table thead:first-child tr:first-child th {
    border: inherit;
}


.daterangepicker table caption + thead tr:first-child th, 
.daterangepicker table caption + thead tr:first-child td, 
.daterangepicker table caption + thead tr:first-child th, 
.daterangepicker table caption + thead tr:first-child td, 
.daterangepicker table colgroup + thead tr:first-child th, 
.daterangepicker table colgroup + thead tr:first-child td, 
.daterangepicker table colgroup + thead tr:first-child th, 
.daterangepicker table colgroup + thead tr:first-child td, 
.daterangepicker table thead:first-child tr:first-child th, 
.daterangepicker table thead:first-child tr:first-child td, 
.daterangepicker table thead:first-child tr:first-child th, 
.daterangepicker table thead:first-child tr:first-child td {
    border: inherit;
}

.daterangepicker table tbody > tr:nth-child(odd) > td,
.daterangepicker table tbody > tr:nth-child(odd) > th {
    background-color: inherit;
}

.daterangepicker table tbody tr:hover>td, .daterangepicker table tbody tr:hover>th {
    background-color: inherit;
}

/** Tab */
@media (max-width: 1024px) {
    .daterangepicker {
        max-height: 80vh;
        overflow: auto;
    }
}
.eliophot-carousel__slider:hover .eliophot-carousel-chevron-hover {
    opacity: 1;
    transition: .3s opacity ease-in-out;
}

.eliophot-carousel__slider .eliophot-carousel-chevron-hover {
    opacity: 0;
    transition: .3s opacity ease-in-out;
}
.eliophot-base-list .elementor-main-swiper {
    /*height: 350px;*/
    /*width: 378px;*/
    height: 100%;
}

.eliophot-base-list .eliophot-base-list__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    border-style: solid;
}

div[class$="__data_images"][class^="eliophot-"] {
    width: 100%;
}

.eliophot-base-list [class$="__skin-slider"] .elementor-carousel-image {
    min-height: 250px;
    width: 100%;
}

@media (max-width: 767px) {
    .eliophot-base-list [class$="__skin-slider"] .elementor-carousel-image {
        min-height: 350px;
    }
}

@media (max-width: 1024px) {
    .eliophot-base-list [class$="__skin-slider"] .elementor-carousel-image {
        min-height: 350px;
    }
}
:root {
    --parent-radius: 0px;
}


.eliophot-body-cares .elementor-main-swiper {
    /*height: 350px;*/
    /*width: 378px;*/
    height: 100%;
}

.eliophot-body-cares .eliophot-body-care__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    border-style: solid;
}

.eliophot-body-cares .eliophot-body-care__options {
    display: flex;
    flex-wrap: wrap;
}

.eliophot-body-cares .eliophot-body-care__option {
    padding-right: 16px;
    display: flex;
    align-items: center;
}
.eliophot-body-cares .eliophot-body-care__option svg {
    margin-right: 8px;
}

.eliophot-body-cares .eliophot-body-care__title, .eliophot-body-cares .eliophot-body-care__title a {
    color: var( --e-global-color-secondary );
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
}

.eliophot-body-cares .eliophot-body-care__cta_price, .eliophot-body-cares .eliophot-body-care__cta_heading {
    color: var( --e-global-color-accent);
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
}

.eliophot-body-cares .eliophot-body-care__container .swiper {
    --br: calc( var(--border-radius) - var(--parent-radius));
    border-radius: var(--br) 0 0 var(--br);
}

.eliophot-body-cares .eliophot-body-care__cta_heading {
    display: block;
}

.eliophot-body-cares .eliophot-body-care__cta_price {
    display: flex;
}

.eliophot-body-cares .eliophot-body-care__cta_container {
    height: 100%;
    flex-direction: column;
}

.eliophot-body-cares .eliophot-body-care__cta_buttons {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.eliophot-body-cares .eliophot-body-care__cta_buttons .eliophot-body-care__cta_button {
    border-style: solid;
    border-width: 0;
}

.eliophot-body-cares .eliophot-body-care__cta_buttons .eliophot-body-care__cta_button {
    place-self: center;
}

@media (max-width: 767px) {
    /* Mobile  */
}

.eliophot-body-cares .eliophot-body-care__cta_buttons .eliophot-body-care__cta_button_main {
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-accent-font-weight );
    background-color: var( --e-global-color-accent );
}

.eliophot-body-cares .eliophot-body-care__cta_buttons .eliophot-body-care__cta_button_second {
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-accent-font-weight );
    background-color: var( --e-global-color-secondary );
}

.eliophot-body-cares .eliophot-body-care__skin-card .elementor-swiper {
    height: 250px;
}

.eliophot-body-cares .eliophot-body-care__skin-list .eliophot-body-care__body {
    flex-grow: 1;
}

.eliophot-body-cares .eliophot-body-care__skin-card .elementor-swiper,
.eliophot-body-cares .eliophot-body-care__skin-card .eliophot-body-care__body,
.eliophot-body-cares .eliophot-body-care__skin-card .eliophot-body-care__cta {
    width: 100%;
}

.eliophot-body-cares .eliophot-body-care__skin-card .swiper {
    --br: calc( var(--border-radius) - var(--parent-radius));
    border-radius: var(--br) var(--br) 0 0;
}

.eliophot-body-cares .eliophot-body-care__skin-list .eliophot-body-care__cta {
    border-left-style: solid;
    border-top-style: none;
}

.eliophot-body-cares .eliophot-body-care__skin-card .eliophot-body-care__cta {
    border-left-style: none;
    border-top-style: solid;
}

@media (max-width: 767px) {
    .eliophot-body-cares .eliophot-body-care__skin-list .eliophot-body-care__cta {
        border-left-style: none;
        border-top-style: solid;
    }
}

@media (max-width: 1024px) {
    .eliophot-body-cares .eliophot-body-care__container .swiper {
        --br: calc( var(--border-radius) - var(--parent-radius));
        border-radius: var(--br) var(--br) 0 0;
    }
}


.eliophot-body-cares .elementor-button.elementor-size-xs {
    min-height: 33px
}

.eliophot-body-cares .elementor-button.elementor-size-sm {
    min-height: 40px
}

.eliophot-body-cares .elementor-button.elementor-size-md {
    min-height: 47px
}

.eliophot-body-cares .elementor-button.elementor-size-lg {
    min-height: 59px
}

.eliophot-body-cares .elementor-button.elementor-size-xl {
    min-height: 72px
}

.eliophot-body-care__filters .irs--round .irs-bar {
    background-color: #00C2C0;
}

.eliophot-body-care__filters .irs--round .irs-handle {
    background-color: #00C2C0;
    border-color: #00C2C0;
}

.eliophot-body-care__filters .irs--round .irs-handle.state_hover,
.eliophot-body-care__filters .irs--round .irs-handle:hover {
    background-color: #00C2C0;
}

.eliophot-body-care__filters .irs--round .irs-handle {
    width: 16px;
    height: 16px;
    top: 29px
}

.eliophot-body-care__filters  .irs--round .irs-from,
.eliophot-body-care__filters  .irs--round .irs-to,
.eliophot-body-care__filters  .irs--round .irs-single {
    background-color: transparent;
    color: #666666;
}

.eliophot-body-care__filters  .irs--round .irs-from:before,
.eliophot-body-care__filters  .irs--round .irs-to:before,
.eliophot-body-care__filters  .irs--round .irs-single:before,
.eliophot-body-care__filters  .irs--round .irs-min,
.eliophot-body-care__filters  .irs--round .irs-max {
    display: none;
}

.eliophot-body-care__body_cares_display {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
}

.eliophot-body-care__filters{
    width: 20%;
    min-height: 100px;
    padding: 0 20px 0 20px ;
}

.eliophot-body-care__filters_container{
    padding: 20px;
}

.eliophot-body-cares.eliophot-base-list{
    padding: 0 20px 0 20px ;
}

.eliophot-body-care__filters_lists{
    padding: 0;
}

.eliophot-body-care__icon_filters_wrapper.elementor-icon-wrapper{
    display: none;
}

.eliophot-body-cares.eliophot-body-cares__wrapper.eliophot-base-list.elementor-grid{
    grid-template-rows: max-content;
}


@media (max-width: 1024px) {
    .eliophot-body-care__icon_filters_wrapper.elementor-icon-wrapper{
        display: block;
    }

    .eliophot-body-care__filters{
        display: none;
    }

    .eliophot-body-care__filters_blocks{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .eliophot-body-care__filters_categories, .eliophot-body-care__filters_prices{
        width: 50%;
    }

    .eliophot-body-care__filters_tags{
        width: 100%;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
    .eliophot-body-care__filters_tags_list_container{
        display: flex;
        flex-wrap: wrap ;
        justify-content: space-around;
    }

}

@media (max-width: 767px) {
    .eliophot-body-care__filters_tags_list{
        display: block;
    }
}







:root {
    --parent-radius: 0px;
}

.eliophot-facilities .eliophot-facility__options {
    display: flex;
    flex-wrap: wrap;
}

.eliophot-facilities .eliophot-facility__option {
    padding-right: 16px;
    display: flex;
    align-items: center;
}
.eliophot-facilities .eliophot-facility__option svg {
    margin-right: 8px;
}


.eliophot-facilities .eliophot-facility__title,
.eliophot-facilities .eliophot-facility__title a {
    color: var( --e-global-color-secondary );
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
}

.eliophot-facilities .eliophot-facility__cta_price,
.eliophot-facilities .eliophot-facility__cta_heading {
    color: var( --e-global-color-accent);
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
}

.eliophot-facilities .eliophot-facility__container .swiper {
    --br: calc( var(--border-radius) - var(--parent-radius));
    border-radius: var(--br) 0 0 var(--br);
}

.eliophot-facilities .eliophot-facility__cta_heading {
    display: block;
}

.eliophot-facilities .eliophot-facility__cta_price {
    display: flex;
}

.eliophot-facilities .eliophot-facility__cta_container {
    height: 100%;
    flex-direction: column;
}

.eliophot-facilities .eliophot-facility__cta_buttons {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.eliophot-facilities .eliophot-facility__cta_buttons .eliophot-facility__cta_button {
    border-style: solid;
    border-width: 0;
}

.eliophot-facilities .eliophot-facility__cta_buttons .eliophot-facility__cta_button {
    place-self: center;
}

@media (max-width: 767px) {
    /* Mobile TODO */
}

.eliophot-facilities .eliophot-facility__cta_buttons .eliophot-facility__cta_button_main {
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-accent-font-weight );
    background-color: var( --e-global-color-accent );
}

.eliophot-facilities .eliophot-facility__cta_buttons .eliophot-facility__cta_button_second {
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-accent-font-weight );
    background-color: var( --e-global-color-secondary );
}

.eliophot-facilities .eliophot-facility__skin-card .elementor-swiper {
    height: 250px;
}

.eliophot-facilities .eliophot-facility__skin-list .eliophot-facility__body {
    flex-grow: 1;
}

.eliophot-facilities .eliophot-facility__skin-card .elementor-swiper,
.eliophot-facilities .eliophot-facility__skin-card .eliophot-facility__body,
.eliophot-facilities .eliophot-facility__skin-card .eliophot-facility__cta {
    width: 100%;
}

.eliophot-facilities .eliophot-facility__skin-card .swiper {
    --br: calc( var(--border-radius) - var(--parent-radius));
    border-radius: var(--br) var(--br) 0 0;
}

.eliophot-facilities .eliophot-facility__skin-list .eliophot-facility__cta {
    border-left-style: solid;
    border-top-style: none;
}

.eliophot-facilities .eliophot-facility__skin-card .eliophot-facility__cta {
    border-left-style: none;
    border-top-style: solid;
}

@media (max-width: 767px) {
    .eliophot-facilities .eliophot-facility__skin-list .eliophot-facility__cta {
        border-left-style: none;
        border-top-style: solid;
    }
}

@media (max-width: 1024px) {
    .eliophot-facilities .eliophot-facility__container .swiper {
        --br: calc( var(--border-radius) - var(--parent-radius));
        border-radius: var(--br) var(--br) 0 0;
    }
}


.eliophot-facilities .elementor-button.elementor-size-xs {
    min-height: 33px
}

.eliophot-facilities .elementor-button.elementor-size-sm {
    min-height: 40px
}

.eliophot-facilities .elementor-button.elementor-size-md {
    min-height: 47px
}

.eliophot-facilities .elementor-button.elementor-size-lg {
    min-height: 59px
}

.eliophot-facilities .elementor-button.elementor-size-xl {
    min-height: 72px
}

.eliophot-facilities .eliophot-facility__rating_stars {
    display: block;
}


:root {
    --parent-radius: 0px;
}


.eliophot-items .elementor-main-swiper {
    /*height: 350px;*/
    /*width: 378px;*/
    height: 100%;
}

.eliophot-items .eliophot-item__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    border-style: solid;
}

.eliophot-items .eliophot-item__options {
    display: flex;
    flex-wrap: wrap;
}

.eliophot-items .eliophot-item__option {
    padding-right: 16px;
    display: flex;
    align-items: center;
}
.eliophot-items .eliophot-item__option svg {
    margin-right: 8px;
}

.eliophot-items .eliophot-item__title, .eliophot-items .eliophot-item__title a {
    color: var( --e-global-color-secondary );
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
}

.eliophot-items .eliophot-item__cta_price, .eliophot-items .eliophot-item__cta_heading {
    color: var( --e-global-color-accent);
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
}

.eliophot-items .eliophot-item__container .swiper {
    --br: calc( var(--border-radius) - var(--parent-radius));
    border-radius: var(--br) 0 0 var(--br);
}

.eliophot-items .eliophot-item__cta_heading {
    display: block;
}

.eliophot-items .eliophot-item__cta_price {
    display: flex;
}

.eliophot-items .eliophot-item__cta_container {
    height: 100%;
    flex-direction: column;
}

.eliophot-items .eliophot-item__cta_buttons {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.eliophot-items .eliophot-item__cta_buttons .eliophot-item__cta_button {
    border-style: solid;
    border-width: 0;
}

.eliophot-items .eliophot-item__cta_buttons .eliophot-item__cta_button {
    place-self: center;
}

@media (max-width: 767px) {
    /* Mobile TODO */
}

.eliophot-items .eliophot-item__cta_buttons .eliophot-item__cta_button_main {
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-accent-font-weight );
    background-color: var( --e-global-color-accent );
}

.eliophot-items .eliophot-item__cta_buttons .eliophot-item__cta_button_second {
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-accent-font-weight );
    background-color: var( --e-global-color-secondary );
}

.eliophot-items .eliophot-item__skin-card .elementor-swiper,
.eliophot-items .eliophot-item__skin-card .eliophot-item__body,
.eliophot-items .eliophot-item__skin-card .eliophot-item__cta {
    width: 100%;
}

.eliophot-items .eliophot-item__skin-card .swiper {
    --br: calc( var(--border-radius) - var(--parent-radius));
    border-radius: var(--br) var(--br) 0 0;
}

.eliophot-items .eliophot-item__skin-list .eliophot-item__cta {
    border-left-style: solid;
    border-top-style: none;
}

.eliophot-items .eliophot-item__skin-card .eliophot-item__cta {
    border-left-style: none;
    border-top-style: solid;
}

@media (max-width: 767px) {
    .eliophot-items .eliophot-item__skin-list .eliophot-item__cta {
        border-left-style: none;
        border-top-style: solid;
    }
}

@media (max-width: 1024px) {
    .eliophot-items .eliophot-item__container .swiper {
        --br: calc( var(--border-radius) - var(--parent-radius));
        border-radius: var(--br) var(--br) 0 0;
    }
}


.eliophot-items .elementor-button.elementor-size-xs {
    min-height: 33px
}

.eliophot-items .elementor-button.elementor-size-sm {
    min-height: 40px
}

.eliophot-items .elementor-button.elementor-size-md {
    min-height: 47px
}

.eliophot-items .elementor-button.elementor-size-lg {
    min-height: 59px
}

.eliophot-items .elementor-button.elementor-size-xl {
    min-height: 72px
}

.eliophot-items .eliophot-item__skin-card .eliophot-carousel__slider {
    height: 250px;
}
.eliophot-lbo {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*flex-direction: row;*/
}

.eliophot-lbo .eliophot-lbo__block {
    /*max-width: 33%;*/
    /*flex-basis: 33%;*/
    /*flex-grow: 0;*/
}

.eliophot-lbo .eliophot-lbo__container {
    width: 100%;
    height: 100%;
    /*margin-bottom: 20px;*/
}

.eliophot-lbo .eliophot-lbo__row {
    /*justify-content: center;*/
    flex-direction: column;
    display: flex;
}

.eliophot-lbo .eliophot-lbo__row {
    display: flex;
    flex-direction: row;
}

.eliophot-lbo .eliophot-lbo__picture_box {
    vertical-align: middle;
    margin-right: 8px;
    margin-top: 4px;

    height: 58px;
    flex-basis: 58px;
    flex-grow: 0;
    flex-shrink: 0;

    position: relative;
    text-align: center;
    color: white;
    display: flex;
    overflow: hidden;
}

.eliophot-lbo .eliophot-lbo__picture ~ .eliophot-lbo__link_backdrop {
    position: absolute;

    user-select: none;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s opacity ease-in-out;

    background-color: rgba(240,240,240,0.6);
}


.eliophot-lbo .eliophot-lbo__picture ~ svg.eliophot-lbo__link_icon {
    opacity: 0;
    transition: .3s opacity ease-in-out;
}

.eliophot-lbo .eliophot-lbo__picture_missing ~ svg.eliophot-lbo__link_icon {
    opacity: 1;
}

.eliophot-lbo .eliophot-lbo__picture:hover ~ svg.eliophot-lbo__link_icon,
.eliophot-lbo .eliophot-lbo__picture:hover ~ .eliophot-lbo__link_backdrop {
    opacity: 1;
    transition: .3s opacity ease-in-out;
}

/*.eliophot-lbo .eliophot-lbo__picture_box:hover .eliophot-lbo__link_icon {*/
/*    box-shadow: inset 0px -1px 0px 20px #00000059, 0px -1px 0px 2rem #00000059;*/
/*}*/

.eliophot-lbo svg.eliophot-lbo__link_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    user-select: none;
    pointer-events: none;

    color: #333333;
}

.eliophot-lbo .eliophot-lbo__picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eliophot-lbo .eliophot-lbo__description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
        line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3em;
}

.eliophot-lbo .eliophot-lbo__picture_missing {
    display: flex;
    align-items: center;
    background-color: rgba(240,240,240,0.4);
}

.eliophot-lbo .eliophot-lbo__picture_missing svg {
    margin: 0 auto;
}

.eliophot-lbo .eliophot-lbo__picture.linked {
    cursor: pointer;
}

.eliophot-lbo .eliophot-lbo__picture_missing.linked:hover {
    background-color: rgba(240,240,240,0.6);
}

.eliophot-lbo .eliophot-lbo__link_text {
    color: var( --e-global-color-primary );
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
}

.eliophot-lbo .eliophot-lbo__description {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
    color: var( --e-global-color-text );
}
.eliophot-lbo .eliophot-lbo__content,
.eliophot-lbo .eliophot-lbo__title {
    width: 100%;
}
p{
    margin-bottom: 0;
}
.eliophot-menu-card-details__custom-column{
    padding: 0;
    list-style: none;
    text-align: center;
}

.eliophot-menu-card-details__custom-column{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.elementor-widget-menu-card-details .eliophot-menu-card-details {
    list-style: none;
    padding: 0;
    margin: 0; }
.elementor-widget-menu-card-details.eliophot-menu-card-details__li {
    margin: 0; }

.eliophot-menu-card-details__li:not(:last-child) {
    margin-bottom: 20px; }

.eliophot-menu-card-details .eliophot-menu-card-details__image {
    max-width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 25px; }
.eliophot-menu-card-details .eliophot-menu-card-details__image img {
    width: 100%; }

.eliophot-menu-card-details .eliophot-menu-card-details__text,
.eliophot-menu-card-details .eliophot-menu-card-details__item,
.eliophot-menu-card-details .eliophot-menu-card-details__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.eliophot-menu-card-details .eliophot-menu-card-details__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
.eliophot-menu-card-details .eliophot-menu-card-details__item .eliophot-menu-card-details__text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
.eliophot-menu-card-details .eliophot-menu-card-details__item .eliophot-menu-card-details__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.eliophot-menu-card-details .eliophot-menu-card-details__item .eliophot-menu-card-details__title {
    max-width: 80%; }
.eliophot-menu-card-details .eliophot-menu-card-details__item .eliophot-menu-card-details__price {
    font-weight: 600; }
.eliophot-menu-card-details .eliophot-menu-card-details__item p.eliophot-menu-card-details__description {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 14px;
    margin: 0; }
.eliophot-menu-card-details .eliophot-menu-card-details__item .eliophot-menu-card-details__separator {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    height: 0; }

:root {
    --parent-radius: 0px;
}


.eliophot-menu-cards .elementor-main-swiper {
    /*height: 350px;*/
    /*width: 378px;*/
    height: 100%;
}

.eliophot-menu-cards .eliophot-menu-card__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    border-style: solid;
}

.eliophot-menu-cards .eliophot-menu-card__options {
    display: flex;
    flex-wrap: wrap;
}

.eliophot-menu-cards .eliophot-menu-card__body{
    display: flex; /* contexte sur le parent */
    flex-direction: column; /* direction d'affichage verticale */
    justify-content: center; /* alignement vertical */
}

.eliophot-menu-cards .description{
    width: 100%;
}

.eliophot-menu-cards .eliophot-menu-card__footer{
    display: flex;
    justify-content: center;
}

.eliophot-menu-cards .eliophot-menu-card__body_header_list{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.eliophot-menu-cards .eliophot-menu-card__body_header_card{
    align-items: center;
    display: block;
}

.eliophot-menu-cards .eliophot-menu-card__option {
    padding-right: 16px;
    display: flex;
    align-items: center;
}
.eliophot-menu-cards .eliophot-menu-card__option svg {
    margin-right: 8px;
}

.eliophot-menu-cards .eliophot-menu-card__title, .eliophot-menu-cards .eliophot-menu-card__title a {
    color: var( --e-global-color-secondary );
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
}

.eliophot-menu-cards .eliophot-menu-card__cta_price, .eliophot-menu-cards .eliophot-menu-card__cta_heading {
    color: var( --e-global-color-accent);
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: center;
}

.eliophot-menu-cards .eliophot-menu-card__container .swiper {
    --br: calc( var(--border-radius) - var(--parent-radius));
    border-radius: var(--br) 0 0 var(--br);
}

.eliophot-menu-cards .eliophot-menu-card__cta_heading {
    display: block;
}

.eliophot-menu-cards .eliophot-menu-card__cta_container {
    height: 100%;
    flex-direction: column;
}

.eliophot-menu-cards .eliophot-menu-card__cta_buttons {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: end;
    flex-direction: column;

}

.eliophot-menu-cards .eliophot-menu-card__cta_buttons .eliophot-menu-card__cta_button {
    border-style: solid;
    border-width: 0;
}

.eliophot-menu-cards .eliophot-menu-card__cta_buttons .eliophot-menu-card__cta_button {
    place-self: center;
}

@media (max-width: 767px) {

}

.eliophot-menu-cards .eliophot-menu-card__cta_buttons .eliophot-menu-card__cta_button_main {
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-accent-font-weight );
    background-color: var( --e-global-color-accent );
}

.eliophot-menu-cards .eliophot-menu-card__cta_buttons .eliophot-menu-card__cta_button_second {
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-accent-font-weight );
    background-color: var( --e-global-color-secondary );
}

.eliophot-menu-cards .eliophot-menu-card__skin-card .elementor-swiper,
.eliophot-menu-cards .eliophot-menu-card__skin-card .eliophot-menu-card__body,
.eliophot-menu-cards .eliophot-menu-card__skin-card .eliophot-menu-card__cta {
    width: 100%;
}

.eliophot-menu-cards .eliophot-menu-card__skin-card .swiper {
    --br: calc( var(--border-radius) - var(--parent-radius));
    border-radius: var(--br) var(--br) 0 0;
}

.eliophot-menu-cards .eliophot-menu-card__skin-list .eliophot-menu-card__cta {
    border-left-style: solid;
    border-top-style: none;
}

.eliophot-menu-cards .eliophot-menu-card__skin-card .eliophot-menu-card__cta {
    border-left-style: none;
    border-top-style: solid;
}

@media (max-width: 767px) {
    .eliophot-menu-cards .eliophot-menu-card__skin-list .eliophot-menu-card__cta {
        border-left-style: none;
        border-top-style: solid;
    }
}

@media (max-width: 1024px) {
    .eliophot-menu-cards .eliophot-menu-card__container .swiper {
        --br: calc( var(--border-radius) - var(--parent-radius));
        border-radius: var(--br) var(--br) 0 0;
    }
}


.eliophot-menu-cards .elementor-button.elementor-size-xs {
    min-height: 33px
}

.eliophot-menu-cards .elementor-button.elementor-size-sm {
    min-height: 40px
}

.eliophot-menu-cards .elementor-button.elementor-size-md {
    min-height: 47px
}

.eliophot-menu-cards .elementor-button.elementor-size-lg {
    min-height: 59px
}

.eliophot-menu-cards .elementor-button.elementor-size-xl {
    min-height: 72px
}

.eliophot-menu-cards .eliophot-menu-card__skin-card .eliophot-carousel__slider {
    height: 250px;
}


.eliophot-menu-cards .eliophot-menu-card__separator {
    flex-grow: 1;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    height: 0;
}
@charset "UTF-8";

/*
    =========================================
    Eliophot QS styles
    =========================================
 */

.eliophot-qs {
    max-width: 100%;
    /*min-width: 80%;*/
    padding: 25px 20px;
    /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);*/
}

.eliophot-qs .eliophot-qs-title {
    color: #564c3e;
}

.eliophot-qs-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    transition: border-radius 300ms ease-in-out;
    background-color: #fff;
}

.eliophot-qs .eliophot-icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #818a91;
    text-align: center;
}

.eliophot-qs .eliophot-media-container {
    margin-right: 15px;
}

.eliophot-qs .eliophot-icon i {
    display: inline-block;
    color: var(--e-global-color-accent);
    font-size: 32px;
}

.eliophot-qs .eliophot-icon svg {
    display: inline-block;
    color: var(--e-global-color-accent);
    width: 36px;
    height: 36px;
}

.eliophot-qs-mobile .eliophot-icon svg {
    display: inline-block;
    color: var(--e-global-color-accent);
}

.daterangepicker table tbody>tr>td.active,
.daterangepicker table tbody>tr>td.active:hover {
    background-color: var(--e-global-color-accent);
    color: #fff;
}

.eliophot-qs-people select {
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    /*appearance: none;*/
    padding: 0 10px;
    border: none;
    width: auto;
}

.eliophot-qs-people .elementor-field-group {
    flex-direction: column;
}

/*
    =========================================
    Bouton QS Elementor-Aware
    =========================================
 */

.eliophot-qs .elementor-button,
.eliophot-qs-mobile input.elementor-button[type="submit"] {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
    background-color: var(--e-global-color-accent);
    padding-top: 0;
    padding-bottom: 0;
    border: none
}

.eliophot-qs .elementor-button[type="submit"] {
    background-color: var(--e-global-color-accent);
    font-size: 1.125rem;
    text-transform: uppercase;
    min-height: 40px;
    max-height: 70px;
}

.eliophot-qs-mobile .elementor-button[type="submit"] {
    background-color: var(--e-global-color-accent);
    min-height: 32px;
    max-height: 70px;
    font-size: 1.125rem;
    transition: none;
}

.eliophot-qs select.eliophot-qs-input {
    background-color: transparent;
    border-style: solid;
    border-color: transparent;
    min-width: 60px;
    height: 48px;
    overflow: hidden;
}

.eliophot-qs .select_adult.eliophot-qs-input {
    border-left: 48px;
    margin-left: -48px;
    background-color: transparent;
    border-style: solid;
    border-color: transparent;
    min-width: 60px;
    height: 48px;
    overflow: hidden;
}

.eliophot-qs-field select.eliophot-qs-input {
    height: auto;
}


/*
    =========================================
    Bouton QS Réservation Mobile
    =========================================
 */

.btn-booking,
.btn-primary,
.btn-secondary {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    text-align: center;
    line-height: 1.3;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-booking {
    padding: 12px 5px;
    min-width: 122px;
    /*color: #ffffff;*/
    font-family: "roboto", arial, sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.15rem;
    font-weight: bold;
    text-transform: uppercase;
    /*background-color: var(--e-global-color-accent); */
}

.btn-booking.btn-small,
.btn-booking.btn-small-responsive {
    padding: 5px;
    font-size: calc(1.4rem - 0.4rem);
}

.btn-booking .elioloader {
    position: relative;
    display: inline-block;
    margin: 8px;
    width: 4px;
    height: 4px;
    font-size: 4px;
    border-radius: 50%;
    text-indent: -9999em;
    animation: load4px255255255 1.1s infinite ease;
    transform: translateZ(0);
}

.eliophot-qs-mobile .site-price label {
    white-space: break-spaces;
}

.ml-auto {
    margin-left: auto;
}

.gap-6 {
    gap: .75rem 1.5rem;
}

.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid {
    display: grid;
}

.flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.col-span-3 {
    grid-column: span 3/span 3;
}

.col-span-6 {
    grid-column: span 6/span 6;
}

.eliophot-qs-mobile .input-form {
    margin: .75rem 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background: hsl(12, 4%, 95%);
    border-radius: .5rem;
    position: relative;
    min-height: 42px;
    pointer-events: auto;
}

.eliophot-qs-mobile input[type="date"],
.eliophot-qs-mobile select {
    background-color: transparent !important;
    /* TODO: remove me !! */
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.eliophot-qs-mobile .icon-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: .75rem;
    margin-top: auto;
    background: black;
    width: 26px;
    bottom: 0;
    border-radius: .5rem;
    color: hsl(12, 4%, 70%);
    height: 26px;
    margin-bottom: auto;
    pointer-events: none;

    display: flex;
    align-content: baseline;
    justify-content: space-around;
    align-items: center;
}

.eliophot-qs-mobile .icon-wrapper.wrapper-light {
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    color: black;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.eliophot-qs-mobile .form-container {
    min-width: 50vw;
}

/*
    =========================================
    Forme QS
    =========================================
 */

.eliophot-qs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}

.eliophot-qs label {
    padding: 0 10px;
}

.eliophot-qs .eliophot-qs-input,
.eliophot-qs .eliophot-qs-input {
    color: #333333;
    padding: 0;
}

.eliophot-qs .btn-booking {
    align-self: center;
}

.eliophot-qs-label {
    display: block;
    font-weight: 600;
    color: #333333;
    transition: all 0.2s;
}

.eliophot-qs-focus .eliophot-qs-label,
.eliophot-qs-isset .eliophot-qs-label {
    margin-bottom: 3px;
    font-size: 0.8em;
    color: #a49884;
}

.eliophot-qs-field-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    flex: 1 1;
}

.eliophot-qs-date input,
.eliophot-qs-promo input {
    width: 90px;
}

.eliophot-qs-date-large input {
    width: 180px;
}

input.eliophot-qs-input {
    border: 0;
    background-color: transparent;
    flex-basis: 90px;
    cursor: pointer;
}

/*
    ============================
    Best Price
    ============================
 */

.eliophot-bar-one-part {
    display: flex;
    align-items: stretch;
    align-self: center;
    justify-content: center;
    padding: 0 6px;
}

.eliophot-qs .site-price,
.eliophot-qs-mobile .site-price {
    font-size: 1.125rem;
    color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
}

.eliophot-qs .compare-prices {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;

    padding: 0 20px;
    margin-left: 20px;
}

.eliophot-qs .ota-price {
    font-size: 0.85rem;

}

.eliophot-qs .ota-price .no-avail {
    display: block;
}

/* Accessibility Hack */
.eliophot-qs .eliophot-qs-title+select.eliophot-qs-input {
    padding-top: 24px;
    margin-top: -24px;
    flex-grow: 1;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    display: inline;
}

.eliophot-qs .border-left,
.eliophot-bar-one-part .border-left {
    border-left: 1px solid black;
}

.eliophot-qs .input-wrapper {
    position: relative;
    min-height: 42px;
    pointer-events: auto;
}

.eliophot-qs .input-wrapper .icon-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: .75rem;
    margin-top: auto;
    width: 26px;
    bottom: 0;
    height: 26px;
    margin-bottom: auto;
    pointer-events: none;
}

.overflow-hidden {

    /* want to fix the height to the window height */
    height: calc(100vh - 1px);

    overflow: hidden !important;
    /* Bypass Elementor stuff */
    z-index: -1;
    max-width: 100vw;
    max-height: 100vh;
    -webkit-overflow-scrolling: auto;
    pointer-events: none;

    /* want to exclude padding from the height */
    box-sizing: border-box;
}

/* Patch : Bypass Elementor "show mobile elements on desktop" */
.e-preview--show-hidden-elements[data-elementor-device-mode=desktop] .elementor-edit-area-active .eliophot-qs-mobile.elementor-hidden-desktop,
.e-preview--show-hidden-elements[data-elementor-device-mode=tablet] .elementor-edit-area-active .eliophot-qs.elementor-hidden-tablet,
.e-preview--show-hidden-elements[data-elementor-device-mode=mobile] .elementor-edit-area-active .eliophot-qs.elementor-hidden-mobile {
    display: none;
}

.eliophot-qs-value {
    display: none;
}

.eliophot-qs-id {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    flex-grow: 0;
    flex-shrink: 0;
}

.eliophot-qs-id {
    padding: .5rem 0;
}

/* Patch pour les boutons input webkit mobile */
.eliophot-qs-mobile input::-webkit-outer-spin-button,
/* Removes arrows */
.eliophot-qs-mobile input::-webkit-inner-spin-button,
/* Removes arrows */
.eliophot-qs-mobile input::-webkit-clear-button {
    /* Removes blue cross */
    -webkit-appearance: none;
    margin: 0;
}

.eliophot-qs-mobile .sticky-bar {
    display: none;
}

.eliophot-qs-mobile .toolbar-container .eliophot-icon {
    padding: 0 6px;
    display: flex;
}

/* Smoll Phones */
@media (max-width: 460px) {
    .col-span-3 {
        grid-column: span 6/span 6;
    }

    .col-span-6 {
        grid-column: span 6/span 6;
    }

    .ml-auto {
        margin-left: inherit;
    }
}

/* Phone */
@media (max-width: 512px) {

    .eliophot-qs-mobile {
        width: 100%;
    }

    /* Fix : hide pickers in sticky mobile */
    .elementor-sticky--active .ota-price {
        display: none;
    }

    .elementor-sticky--active .eliophot-qs-mobile .eliophot-qs-value {
        display: flex;
        flex-grow: 1;
        justify-content: center;
        align-items: center;
    }

    .elementor-sticky--active .eliophot-qs-mobile select.eliophot-qs-input {
        min-width: 80px;
    }
}

/* Disable mobile transition */
.eliophot-qs-mobile select.eliophot-qs-input,
.eliophot-qs-mobile input.eliophot-qs-input {
    transition: none;
}

/*
    ======================================================================
    Error Handlers
    ======================================================================
 */

.eliophot-qs-error {
    display: none;
}

body.logged-in .eliophot-qs-error {
    text-align: center;
    width: 100%;
    background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(127, 127, 127, 0.2) 10px, rgba(127, 127, 127, 0.2) calc(2 * 10px));
    border-radius: 12px;
    padding: 4px;
    font-size: 1.3rem;

    display: block;
}

.eliophot-qs-error~.eliophot-qs-wrapper {
    display: none;
}

.eliophot-qs-error~.eliophot-qs-mobile {
    display: none;
}

body.logged-in .eliophot-qs-error~.eliophot-qs-wrapper {
    opacity: .8;
    user-select: none;
    pointer-events: none;
    filter: grayscale(1);
    display: flex;
}

.eliophot-qs-mobile {
    margin: 0 auto;
    /* Defaults */
    background-color: #ffffff;
}

.eliophot-qs-mobile .toolbar-container {
    justify-content: space-between;
}

/* Tab */
@media (max-width: 1024px) {

    * {
        /* Hate you IOS !!! ==m== */
        -webkit-overflow-scrolling: auto;
    }

    .eliophot-qs {
        flex-direction: column;
        width: 100%;
    }

    .eliophot-qs .eliophot-qs-field-container,
    .eliophot-qs .eliophot-bar-one-part {
        margin: 6px 0;
    }

    .eliophot-qs .border-left,
    .eliophot-bar-one-part .border-left {
        border-left: none;
    }

    .eliophot-bar-one-part {
        width: 100%;
    }

    .eliophot-qs .compare-prices {
        width: 100%;
        flex-direction: row;
    }

    .eliophot-qs .site-price,
    .eliophot-qs .ota-price {
        flex-basis: 50%;
    }

    /* Fix : Action button on right */
    .elementor-sticky--active .eliophot-qs {
        flex-direction: row-reverse;
    }

    /* Fix : hide pickers in sticky mobile */
    .elementor-sticky--active .eliophot-qs-field-container {
        display: none;
    }

    .elementor-sticky--active .eliophot-qs-mobile {
        border-radius: 0 !important;
        /* Can't hack this ... */
    }

    .elementor-sticky--active .eliophot-qs-mobile .sticky-bar,
    .elementor-sticky--active .eliophot-qs-mobile .sticky-bar .eliophot-qs-value {
        display: block;
        font-size: 1.25rem;
    }

    /* Hide picker in sticky */
    .elementor-sticky--active .eliophot-qs-mobile .form {
        padding: 6px 8px;
        display: none;
    }

    .elementor-sticky--active .eliophot-qs-mobile .action .icon-alt,
    .elementor-sticky--active .eliophot-qs-mobile .action.active .icon-main {
        display: none;
    }

    .elementor-sticky--active .eliophot-qs-mobile .action.active .icon-alt,
    .elementor-sticky--active .eliophot-qs-mobile .action .icon-main {
        display: inherit;
    }

    /* Show picker when visible */
    .elementor-sticky--active .eliophot-qs-mobile .form.visible {
        padding-top: 2rem;
        padding-bottom: 2rem;
        display: block;

        height: calc(100vh - 32px);
        overflow-x: hidden;
    }

    /* Elementor keep a hidden copy of the widget because WTF */
    .elementor-sticky__spacer .eliophot-qs-mobile.elementor-hidden-desktop {
        /* Update : this feels unnatural when scrolling */
        /*display: none;*/
    }

    /* Show topbar in sticky */
    .elementor-sticky--active .eliophot-qs-mobile-sticky {
        display: block;
    }

    .elementor-sticky--active .eliophot-qs-mobile input,
    .elementor-sticky--active .eliophot-qs-mobile select {
        margin: 2px 8px;
    }

    .elementor-sticky--active .eliophot-qs-mobile .form.visible label {
        display: inherit;
    }

    .elementor-sticky--active .eliophot-qs-mobile label {
        display: none;
    }

    .elementor-sticky--active .elementor-widget-container form.eliophot-qs-mobile.elementor-hidden-desktop {
        padding: inherit;
        border-radius: 0;
        /*transition: border-bottom-left-radius 300ms ease-in-out, border-bottom-right-radius 300ms ease-in-out;*/
        /*transition: border-radius 300ms ease-in-out;*/
    }

    .elementor-sticky--active .eliophot-qs-mobile {
        /* Look what you made me do Elementor !! #>_<# */
        /*position: fixed;*/
        touch-action: none;
        top: 0;
        left: 0;
        right: 0;
        max-height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0 !important;
        /* Sorry >=w<= */

        pointer-events: auto;
        /* hack for Safari !! />_<\ */
    }

    .elementor-sticky--active .eliophot-qs-mobile .sticky-bar {
        padding: .5rem .75rem;
    }

    .elementor-sticky--active .eliophot-qs-mobile .elementor-button {
        margin: 2px 4px;
    }

    .elementor-sticky--active .eliophot-qs-mobile .elementor-button {
        margin-left: auto;
        min-height: 42px;
        width: auto;
    }

    .elementor-sticky--active .eliophot-qs-mobile .form.visible select,
    .eliophot-qs-mobile .elementor-button[type="submit"],
    .elementor-sticky--active .eliophot-qs-mobile .elementor-button[type="submit"] {
        width: 100%;
    }
}

/*
    ======================================================================
    Error Handlers
    ======================================================================
 */

.eliophot-qs-error {
    display: none;
}

body.logged-in .eliophot-qs-error {
    text-align: center;
    width: 100%;
    background: repeating-linear-gradient(
            45deg, transparent, transparent 10px, rgba(127,127,127,0.2) 10px, rgba(127,127,127,0.2) calc(2 * 10px));
    border-radius: 12px;
    padding: 4px;
    font-size: 1.3rem;

    display: block;
}

.eliophot-qs-error ~ .eliophot-reviews {
    display: none;
}

.eliophot-qs-error ~ .eliophot-qs-mobile {
    display: none;
}

body.logged-in .eliophot-qs-error ~ .eliophot-reviews {
    opacity: .8;
    user-select: none;
    pointer-events: none;
    filter: grayscale(1);

    display: flex;
}

.eliophot-reviews .swiper-wrapper {
    align-items: center;
}
@media (min-width: 768px) {
    .elementor-widget-room-details.elementor-position-left .elementor-icon-box-wrapper,.elementor-widget-room-details.elementor-position-right .elementor-icon-box-wrapper {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .elementor-widget-room-details.elementor-position-left .elementor-icon-box-icon,.elementor-widget-room-details.elementor-position-right .elementor-icon-box-icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .elementor-widget-room-details.elementor-position-right .elementor-icon-box-wrapper {
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .elementor-widget-room-details.elementor-position-left .elementor-icon-box-wrapper {
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .elementor-widget-room-details.elementor-position-top .elementor-icon-box-img {
        margin: auto
    }

    .elementor-widget-room-details.elementor-vertical-align-top .elementor-icon-box-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .elementor-widget-room-details.elementor-vertical-align-middle .elementor-icon-box-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .elementor-widget-room-details.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (max-width: 767px) {
    .elementor-widget-room-details .elementor-icon-box-icon {
        margin-left:auto!important;
        margin-right: auto!important;
        margin-bottom: 15px
    }
}

.elementor-widget-room-details .elementor-icon-box-wrapper {
    text-align: center
}

.elementor-widget-room-details .elementor-icon-box-title a {
    color: inherit
}

.elementor-widget-room-details .elementor-icon-box-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-widget-room-details .elementor-icon-box-description {
    margin: 0
}

.elementor-widget-room-details .eliophot-room__cta_button {
    border-style: solid;
    border-width: 0;
    min-width: 120px;
}

.elementor-widget-room-details .eliophot-booking_room__cta_button_main {
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-accent-font-weight );
    background-color: var( --e-global-color-accent );
    border-style: solid;
}

.elementor-widget-room-details .eliophot-booking_room__buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.elementor-widget-room-details .eliophot-booking_room__price-title {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
    color: var( --e-global-color-text );
}

.elementor-widget-room-details .eliophot-booking_room__price-text {
    font-size: 22px;
    font-weight: 600;
    color: var( --e-global-color-accent );
}



.elementor-widget-room-details .eliophot-booking_room__input_form {
    margin: .75rem 0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    background: hsl(12, 4%, 95%);
    border-radius: .5rem;
    position: relative;
    min-height: 42px;
    pointer-events: auto;
    display: flex;
}

.elementor-widget-room-details input[type="date"],
.elementor-widget-room-details select {
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.elementor-widget-room-details .eliophot-booking_room__icon_wrapper {
    /*position: absolute;*/
    position: inherit;
    top: 0;
    right: 0;
    margin-right: .75rem;
    margin-top: auto;
    background: black;
    width: 26px;
    bottom: 0;
    border-radius: .5rem;
    color: hsl(12, 4%, 70%);
    height: 26px;
    margin-bottom: auto;
    pointer-events: none;

    display: flex;
    align-content: baseline;
    justify-content: space-around;
    align-items: center;
}

/*
 * Apply bugfix on select focus
 */
.elementor-widget-room-details select + .eliophot-booking_room__icon_wrapper.wrapper-light {
    position: absolute;
}

.elementor-widget-room-details .eliophot-booking_room__icon_wrapper.wrapper-light {
    border-radius: 50%;
    /*background-color: rgba(0,0,0,0.2);*/
    /*color: black;*/
}

.elementor-widget-room-details .eliophot-booking_room__qs_arrow {
    position: absolute;
    top: 0;
    right: -28px;
    color: #d8d3d1;
    pointer-events: none;
    display: flex;
    align-content: baseline;
    justify-content: space-around;
    align-items: center;
    z-index: 99;
    height: 100%;
    padding: 0 8px;
}

.elementor-widget-room-details .eliophot-booking_room__input_form.merged .eliophot-booking_room__qs_arrow {
    position: initial;
    margin: auto 0;
}

.elementor-widget-room-details .eliophot-booking_room__input_form.merged .eliophot-booking_room__icon_wrapper {
    position: initial;
}
.elementor-widget-room-details .eliophot-booking_room__qs_input {
    /*min-width: max-content;*/
    flex-grow: 1;
}

.elementor-widget-room-details .eliophot-booking_room__buttons.solid .eliophot-booking_room__form_container,
.elementor-widget-room-details .eliophot-booking_room__buttons.solid .eliophot-booking_room__price-block,
.elementor-widget-room-details .eliophot-booking_room__buttons.solid .eliophot-booking_room__button,
.elementor-widget-room-details .eliophot-booking_room__buttons.solid .eliophot-booking_room__button .eliophot-booking_room__cta_button {
    width: 100%;
}

.elementor-widget-room-details .eliophot-booking_room__price-title.solid {
    display: block;
}

@media (max-width: 767px) {
    .eliophot-booking_room__buttons {
        flex-direction: column;
    }

    .eliophot-booking_room__form_container > .flex {
        flex-direction: column;
    }
    .eliophot-booking_room__form_container {
        justify-content: center;
    }
}
:root {
    --parent-radius: 0px;
}

.eliophot-rooms .elementor-main-swiper {
    height: 100%;
}

.eliophot-rooms .eliophot-room__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    border-style: solid;
}

.eliophot-rooms .eliophot-room__options {
    display: flex;
    flex-wrap: wrap;
}

.eliophot-rooms .eliophot-room__option {
    padding-right: 16px;
    display: flex;
    align-items: center;
}
.eliophot-rooms .eliophot-room__option svg {
    margin-right: 8px;
}

.eliophot-rooms .eliophot-room__title, .eliophot-rooms .eliophot-room__title a {
    color: var( --e-global-color-secondary );
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
}

.eliophot-rooms .eliophot-room__cta_price, .eliophot-rooms .eliophot-room__cta_heading {
    color: var( --e-global-color-accent);
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
}

.eliophot-rooms .eliophot-room__container .swiper {
    --br: calc( var(--border-radius) - var(--parent-radius));
    border-radius: var(--br) 0 0 var(--br);
}

.eliophot-rooms .eliophot-room__cta_heading,
.eliophot-rooms .eliophot-room__cta_unavail {
    display: block;
}

.eliophot-rooms .eliophot-room__cta_price {
    display: flex;
}

.eliophot-rooms .eliophot-room__cta_container {
    height: 100%;
    flex-direction: column;
}

.eliophot-rooms .eliophot-room__cta_buttons {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.eliophot-rooms .eliophot-room__cta_buttons .eliophot-room__cta_button {
    border-style: solid;
    border-width: 0;
    min-width: 120px;
}

.eliophot-rooms .eliophot-room__cta_buttons .eliophot-room__cta_button {
    place-self: center;
}

.eliophot-rooms .eliophot-room__cta_buttons .eliophot-room__cta_button_main {
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-accent-font-weight );
    background-color: var( --e-global-color-accent );
}

.eliophot-rooms .eliophot-room__cta_buttons .eliophot-room__cta_button_second {
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-accent-font-weight );
    background-color: var( --e-global-color-secondary );
}

.eliophot-rooms .eliophot-room__cta_buttons .eliophot-room__cta_button {
    position: relative;
    min-width: 120px;
}

.eliophot-rooms .eliophot-room__skin-card .elementor-swiper,
.eliophot-rooms .eliophot-room__skin-slider .eliophot-room__data_images,
.eliophot-rooms .eliophot-room__skin-slider .eliophot-room__data_images .elementor-carousel-image,
.eliophot-rooms .eliophot-room__skin-card .eliophot-room__body,
.eliophot-rooms .eliophot-room__skin-card .eliophot-room__cta {
    width: 100%;
}

.eliophot-rooms .eliophot-room__skin-card .swiper {
    --br: calc( var(--border-radius) - var(--parent-radius));
    border-radius: var(--br) var(--br) 0 0;
}

.eliophot-rooms .eliophot-room__skin-list .eliophot-room__cta {
    border-left-style: solid;
    border-top-style: none;
}

.eliophot-rooms .eliophot-room__skin-card .eliophot-room__cta {
    border-left-style: none;
    border-top-style: solid;
}


@media (max-width: 767px) {
    .eliophot-rooms .eliophot-room__skin-list .eliophot-room__cta {
        border-left-style: none;
        border-top-style: solid;
    }
}

@media (max-width: 1024px) {
    .eliophot-rooms .eliophot-room__container .swiper {
        --br: calc( var(--border-radius) - var(--parent-radius));
        border-radius: var(--br) var(--br) 0 0;
    }
}


.eliophot-rooms .elementor-button.elementor-size-xs {
    min-height: 33px
}

.eliophot-rooms .elementor-button.elementor-size-sm {
    min-height: 40px
}

.eliophot-rooms .elementor-button.elementor-size-md {
    min-height: 47px
}

.eliophot-rooms .elementor-button.elementor-size-lg {
    min-height: 59px
}

.eliophot-rooms .elementor-button.elementor-size-xl {
    min-height: 72px
}

.eliophot-rooms .eliophot-room__skin-card .eliophot-carousel__slider {
    height: 250px;
}
:root {
    --parent-radius: 0px;
}


.eliophot-offers .elementor-main-swiper {
    /*height: 350px;*/
    /*width: 378px;*/
    height: 100%;
}

.eliophot-offers .eliophot-offer__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    border-style: solid;
}

.eliophot-offers .eliophot-offer__options {
    display: flex;
    flex-wrap: wrap;
}

.eliophot-offers .eliophot-offer__option {
    padding-right: 16px;
    display: flex;
    align-items: center;
}
.eliophot-offers .eliophot-offer__option svg {
    margin-right: 8px;
}

.eliophot-offers .eliophot-offer__title, .eliophot-offers .eliophot-offer__title a {
    color: var( --e-global-color-secondary );
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
}

.eliophot-offers .eliophot-offer__cta_price, .eliophot-offers .eliophot-offer__cta_heading {
    color: var( --e-global-color-accent);
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
}

.eliophot-offers .eliophot-offer__container .swiper {
    --br: calc( var(--border-radius) - var(--parent-radius));
    border-radius: var(--br) 0 0 var(--br);
}

.eliophot-offers .eliophot-offer__cta_heading {
    display: block;
}

.eliophot-offers .eliophot-offer__cta_price {
    display: flex;
}

.eliophot-offers .eliophot-offer__cta_container {
    height: 100%;
    flex-direction: column;
}

.eliophot-offers .eliophot-offer__cta_buttons {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.eliophot-offers .eliophot-offer__cta_buttons .eliophot-offer__cta_button {
    border-style: solid;
    border-width: 0;
}

.eliophot-offers .eliophot-offer__cta_buttons .eliophot-offer__cta_button {
    place-self: center;
}

@media (max-width: 767px) {
    /* Mobile TODO */
}

.eliophot-offers .eliophot-offer__cta_buttons .eliophot-offer__cta_button_main {
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-accent-font-weight );
    background-color: var( --e-global-color-accent );
}

.eliophot-offers .eliophot-offer__cta_buttons .eliophot-offer__cta_button_second {
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-accent-font-weight );
    background-color: var( --e-global-color-secondary );
}

.eliophot-offers .eliophot-offer__skin-card .elementor-swiper {
    height: 250px;
}

.eliophot-offers .eliophot-offer__skin-list .eliophot-offer__body {
    flex-grow: 1;
}

.eliophot-offers .eliophot-offer__skin-card .elementor-swiper,
.eliophot-offers .eliophot-offer__skin-card .eliophot-offer__body,
.eliophot-offers .eliophot-offer__skin-card .eliophot-offer__cta {
    width: 100%;
}

.eliophot-offers .eliophot-offer__skin-card .swiper {
    --br: calc( var(--border-radius) - var(--parent-radius));
    border-radius: var(--br) var(--br) 0 0;
}

.eliophot-offers .eliophot-offer__skin-list .eliophot-offer__cta {
    border-left-style: solid;
    border-top-style: none;
}

.eliophot-offers .eliophot-offer__skin-card .eliophot-offer__cta {
    border-left-style: none;
    border-top-style: solid;
}

@media (max-width: 767px) {
    .eliophot-offers .eliophot-offer__skin-list .eliophot-offer__cta {
        border-left-style: none;
        border-top-style: solid;
    }
}

@media (max-width: 1024px) {
    .eliophot-offers .eliophot-offer__container .swiper {
        --br: calc( var(--border-radius) - var(--parent-radius));
        border-radius: var(--br) var(--br) 0 0;
    }
}


.eliophot-offers .elementor-button.elementor-size-xs {
    min-height: 33px
}

.eliophot-offers .elementor-button.elementor-size-sm {
    min-height: 40px
}

.eliophot-offers .elementor-button.elementor-size-md {
    min-height: 47px
}

.eliophot-offers .elementor-button.elementor-size-lg {
    min-height: 59px
}

.eliophot-offers .elementor-button.elementor-size-xl {
    min-height: 72px
}

