	.swiper:not(.swiper-has-pages) .swiper-pagination, .swiper:not(.swiper-has-pages) .swiper-button-next, .swiper:not(.swiper-has-pages) .swiper-button-prev {
      display: block;
	}
    
	.swiper-button-prev::before {
      content: '\e408' !important;
      font-family: icomoon !important;
      color: rgba(255, 255, 255, 1);
    }
    
    
    .swiper-button-next::before {
      content: '\e409' !important;
      font-family: icomoon !important;
      color: rgba(255, 255, 255, 1);
    }
    
    
    
    .swiper-button-next {
      left: auto;
      right: 0;
      transform: translate(0, -50%);
    }
    
    
    .swiper-button-prev {
      pointer-events: auto;
      margin-top: auto;
      transform: translateY(-50%);
      background: transparent;
      display: flex;
      align-items: center;
      left: 0;
      justify-content: center;
    }
    
   
    .swiper-buttons div {
      width: 35px;
      height: 35px;
      background: rgba(206, 176, 114, 1);
      border-width: 4px;
      border-style: solid;
      border-color: rgba(255, 255, 255, 1);
      border-radius: 50%;
    }
    
    .swiper-buttons {
      width: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      pointer-events: none;
    }
    
    .swiper-button-next, .swiper-button-prev {
      position: absolute;
      top: 50%;
      width: 27px;
      height: 44px;
      margin-top: -22px;
      z-index: 10;
      cursor: pointer;
      background-size: 27px 44px;
      background-position: center;
      background-repeat: no-repeat;
      margin-left: -20px;
      margin-right: -20px;
    }
    
	.swiper-button-prev::before,
	.swiper-button-next::before {
	  position: absolute !important;
	  left: 50% !important;
	  top: 50% !important;
	  transform: translate(-50%, -50%) !important;
	  font-size: 18px !important;
	  line-height: 1 !important;
	  margin: 0 !important;
	  padding: 0 !important;
	}

	.swiper-button-prev,
	.swiper-button-next {
	  overflow: visible !important;
	}

	.swiper-button-prev::after,
	.swiper-button-next::after {
	  display: none !important;
	}


 /* ================================
	BOOKING BOX - REAL COMPACT
  ================================ */

.booking-box {
    max-width: 980px;
    margin: 0 auto;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    border-radius: 4px;
    padding: 12px 14px;
}

.booking-box__title {
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #a78742;
    margin: 0 0 8px 0;
    font-weight: 600;
}

.booking-row {
    margin-left: -6px;
    margin-right: -6px;
}

.booking-col {
    float: left;
    padding-left: 6px;
    padding-right: 6px;
    position: relative;
}

.booking-col--location { width: 24%; }
.booking-col--date     { width: 29%; }
.booking-col--guests   { width: 21%; }
.booking-col--submit   { width: 26%; }

.booking-field label {
    display: block;
    margin: 0 0 4px 0;
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #666;
    font-weight: 600;
}

.booking-control,
.booking-button {
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #d8d2c4;
    border-radius: 3px;
    background: #fff;
    color: #333;
    font-size: 12px;
    outline: none;
    box-shadow: none;
    transition: border-color .2s ease;
}

.booking-control:focus,
.booking-button:focus {
    border-color: #c8a75d;
    box-shadow: none;
}

.booking-button {
    text-align: left;
    cursor: pointer;
    position: relative;
    background: #fcfaf5;
    padding-right: 26px;
}

.booking-button:after {
    content: '▾';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #8b7440;
}

.booking-submit {
    width: 100%;
    height: 36px;
    margin-top: 14px;
    border: 0;
    border-radius: 3px;
    background: #c8a75d;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .8px;
    cursor: pointer;
    transition: background .2s ease;
}

.booking-submit:hover {
    background: #b7964a;
}

/* guest panel */

.guest-panel {
    position: absolute;
    left: 6px;
    right: 6px;
    top: 100%;
    margin-top: 5px;
    background: #fff;
    border: 1px solid #e2dbc9;
    border-radius: 3px;
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
    padding: 10px;
    z-index: 20;
    display: none;
}

.guest-panel.is-open {
    display: block;
}

.guest-row {
    display: table;
    width: 100%;
    margin-bottom: 8px;
}

.guest-row:last-child {
    margin-bottom: 0;
}

.guest-row__label,
.guest-row__actions {
    display: table-cell;
    vertical-align: middle;
}

.guest-row__label strong {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    color: #222;
    font-weight: 600;
}

.guest-row__label span {
    display: block;
    margin-top: 1px;
    font-size: 10px;
    line-height: 1.2;
    color: #8a8a8a;
}

.guest-row__actions {
    width: 92px;
    text-align: right;
}

.qty-btn {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #d8d2c4;
    border-radius: 3px;
    background: #fff;
    color: #7b6633;
    font-size: 15px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
}

.qty-value {
    display: inline-block;
    width: 28px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #222;
    vertical-align: middle;
}

/* clearfix */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}


/* mobile */

@media (max-width: 767px) {

    .booking-box {
        width: 86%;
        max-width: 330px;
        margin: 0 auto;
        padding: 8px 10px 10px;
        border-radius: 4px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.10);
    }

    .booking-box__title {
        font-size: 8px;
        line-height: 1.2;
        margin: 0 0 6px 0;
        letter-spacing: 1px;
    }

    .booking-row {
        margin-left: 0;
        margin-right: 0;
    }

    .booking-col,
    .booking-col--location,
    .booking-col--date,
    .booking-col--guests,
    .booking-col--submit {
        width: 100% !important;
        float: none;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 7px;
    }
	 
    .booking-box select.booking-control,
    .booking-box input.booking-control,
    .booking-box button.booking-button,
    .booking-box button.booking-submit {
        font-size: 14px !important;
    }

	.mobile input:not([type="button"]):not([type="submit"]), .mobile textarea {
	  font-size: 14px !important;
	}	 
    .booking-field label {
        display: block;
        font-size: 8px;
        line-height: 1.2;
        margin: 0 0 3px 0;
        letter-spacing: .4px;
    }

    .booking-control,
    .booking-button {
        width: 100%;
        height: 32px;
        font-size: 11px;
        padding: 0 9px;
        border-radius: 3px;
    }

    .booking-button {
        padding-right: 24px;
    }

    .booking-button:after {
        right: 8px;
        font-size: 8px;
    }

    .booking-submit {
        width: 100%;
        height: 32px;
        margin-top: 6px;
        font-size: 11px;
        letter-spacing: .5px;
        border-radius: 3px;
    }

    .guest-panel {
        left: 0;
        right: 0;
        margin-top: 4px;
        padding: 8px;
        border-radius: 3px;
    }
	
	.booking-button::after {
	  right: 8px;
	  font-size: 14px !important;
	}
	
    .guest-row {
        margin-bottom: 6px;
    }

    .guest-row__label strong {
        font-size: 11px;
    }

    .guest-row__label span {
        font-size: 9px;
    }

    .guest-row__actions {
        width: 82px;
    }

    .qty-btn {
        width: 22px;
        height: 22px;
        line-height: 20px;
        font-size: 13px;
    }

    .qty-value {
        width: 24px;
        font-size: 11px;
    }
}
  
/* tablet */
@media (max-width: 991px) and (min-width: 768px) {

    .booking-box {
        width: 64%;
        max-width: 530px;
        min-width: 430px;
        margin: 0 auto;
        padding: 10px 12px 12px;
        border-radius: 4px;
        box-shadow: 0 6px 16px rgba(0,0,0,0.10);
    }

    .booking-box__title {
        font-size: 10px;
        line-height: 1.2;
        margin: 0 0 8px 0;
        letter-spacing: 1px;
        font-weight: 600;
    }

    .booking-row {
        margin-left: 0;
        margin-right: 0;
    }

    .booking-col,
    .booking-col--location,
    .booking-col--date,
    .booking-col--guests,
    .booking-col--submit {
        width: 100% !important;
        float: none;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 8px;
        box-sizing: border-box;
    }

    .booking-field label {
        display: block;
        margin: 0 0 3px 0;
        font-size: 9px;
        line-height: 1.2;
        letter-spacing: .4px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .booking-box select.booking-control,
    .booking-box input.booking-control,
    .booking-box button.booking-button,
    .booking-box button.booking-submit {
        width: 100%;
        height: 34px !important;
        min-height: 34px !important;
        max-height: 34px !important;
        margin: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        border-radius: 3px !important;
        box-sizing: border-box !important;
        font-size: 16px !important;
        line-height: 34px !important;
    }

    .booking-box select.booking-control,
    .booking-box input.booking-control {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .booking-box button.booking-button {
        text-align: left !important;
        padding-left: 10px !important;
        padding-right: 24px !important;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .booking-box button.booking-button:after {
        content: '▾' !important;
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        font-size: px !important;
        line-height: 1;
    }

    .booking-box button.booking-submit {
        margin-top: 4px !important;
        font-size: 12px !important;
        font-weight: 600;
        text-align: center;
    }

    .booking-box .guest-panel {
        left: 0;
        right: 0;
        margin-top: 4px;
        padding: 8px;
        border-radius: 3px;
    }

    .booking-box .guest-row {
        margin-bottom: 6px;
    }

    .booking-box .guest-row__label strong {
        font-size: 11px;
    }

    .booking-box .guest-row__label span {
        font-size: 9px;
    }

    .booking-box .guest-row__actions {
        width: 82px;
    }

    .booking-box .qty-btn {
        width: 22px;
        height: 22px;
        line-height: 20px;
        font-size: 13px;
    }

    .booking-box .qty-value {
        width: 24px;
        font-size: 11px;
    }
}

