
  

  .app {
    width:100%;
    min-height:100vh;
    background:#fff;
    color:#757575;
    transition: 0.4s ease-in-out;
  }

  .datepicker.dropdown-menu {
    z-index:999999 !important;
  }
  
  .dark {
    background:#000;
    color:#fff;
    transition: 0.4s ease-in-out;
  }

  footer .footer-widget-area {
    background-color: #131315;
}

footer .footer-widget-area .widget.contact-widget .contact-lists .contact-box {
    border-bottom: 0px solid #2e2e2e;
}

footer .copyright-area {
    background-color: #131315;
}

  .modal_rezervare {
    position: fixed;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.5);
    left: 0;
    top:0;
  }

  footer .footer-widget-area .widget.contact-widget .contact-lists .contact-box .icon {
    font-size: 30px;
    padding-top: 8px;
}

  .offcanvas-wrapper .offcanvas-widget {
    overflow-y: scroll;
}

footer .footer-widget-area .widget.contact-widget .contact-lists .contact-box {
    margin-bottom: 0;
    padding-bottom: 0;
}

footer .footer-widget-area .widget.contact-widget .contact-lists .contact-box h6 {
    margin-bottom: 0px;
    margin-top: 10px;
}

  .sal_sol {
        text-align: right;
    }

    .main-btn {
        letter-spacing: 1px;
        padding: 0px 15px;
    }

  .call-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #28a745;
    color: white;
    padding: 15px 20px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s;
    text-decoration: none;
    z-index: 1;
}

.back-to-top  {
    display: none;
}

.call-button:hover {
    background-color: #218838;
    color:#fff;
}

.call-button i {
    font-size: 24px;
}

  .menu_cst {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 20px 0 20px;
}



/* Stilizarea linkurilor */
.menu_cst a {
    color: #000;
    text-decoration: none;
    padding: 0 20px 0 0;
    font-size: 18px;
    transition: background-color 0.3s, color 0.3s;
}



  .room-details .deatils-box .room-rules {
    border-radius: 16px;
}
.booking-form form .nice-select, .booking-form form input, .booking-form form select {
    color:#000 !important;
}

.main-btn {
    border-radius:16px;
}

.room-details .deatils-box .cancellation-box, .booking-form-body {
    border-radius: 16px;
}

  .modal_inner {
    width: 50%;
    background: #fff;
    height: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    position: relative;
    border-radius: 16px;
    padding: 30px;
}

  a.vezi_camera {
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
    text-decoration: none;
}

  .slider_ascuns img {
    width: 100%;
  }

  .slider_inner_ascuns {
    width: 80%;
    margin: 0 auto;
}

  .slider_ascuns {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    background: #fff;
    margin-top: 0;
    padding: 5vw;
    display: none;
  }

.container_header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
 
.flx {
    display: flex;
    justify-content:  space-between;
    flex-wrap: wrap;
}

.specs_camera.flx {
    justify-content: center;
}

.flxx {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.box_camera {
    width: calc((100% - 6%) / 3);
    border: 1px solid #CBCBCB;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}

.room_boxes {
    position: absolute;
    top: 10px;
    z-index: 1;
    left: 10px;
    background: #fff;
    border-radius: 8px;
    padding: 2px 10px;
}

.box_camera:nth-of-type(3n+2) {
    margin:0 3% 40px 3%;
}

.camere_boxes.container_general {
    margin-top: 40px;
}

.w1400 {
    width: 1400px;
    margin:0 auto;
    padding:0 20px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.container_general {
    width:1204px;
    max-width:100%;
    padding:0 20px;
    margin:0 auto;
}

.container_general_camera {
    width:1400px;
    max-width:100%;
    padding:0 20px;
    margin:0 auto;
}

.container_header {
    margin:0 auto;
    background:#fff;
    position: relative;
    transition:0.4s ease-in-out;
}

.dark .container_header {
    background:#000;
}

.active.camera_item {
    font-weight: 600;
}

.mt100 {
    margin-top: 30px;
}
.sec1_slider {
    width: 50%;
}

.sec1_slider img {
    height: 391px;
    width: 100%;
    object-fit: cover;
}

.description_room {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact_aside .contact-box {
    margin-bottom:10px;
}

.contact_aside h6, .contact_aside a, .contact_aside .desc {
    font-size: 14px;
    color: #777;
    font-weight: 700;
}


.main_header.main_fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 1px 24px 0px #0000002E;
    padding:6px 0;
}

.main_fix .menu_cst a {
    padding: 4px 20px 4px 0;
    font-size: 16px;
}



.main_fix .center_search {
    box-shadow: 0px 1px 10px 0px #00000029;
}

.sec2_slider img {
    height: 191.5px;
    object-fit: cover;
    width: calc(50% - 4px);
}

.sec2_slider {
    width: calc(50% - 8px);
}

.slider_camere {
    height: 391px;
    overflow: hidden;
    cursor: pointer;
}

.slider_camere img {
    max-width: 100%;
    border-radius:8px;
}

.text_camera {
    font-size: 14px;
    color: #545454;
}

.dark .text_camera {
    color: #fff;
}

.container_outer_home {
    box-shadow: 0px 1px 24px 0px #0000002E;
    background:#fff;
}

.main_logo {
    font-size: 21px;
    font-weight: 600;
    color: #000;
}

.dark .main_logo {
    color: #fff;
}

.second_logo {
    font-size: 12px;
    color: #757575;
}

.dark .second_logo {
    color: #fff;
}

.dp__select {
    color: #fff !important;
    background: #000;
    padding: 10px 20px !important;
    margin-left: 20px !important;
}

.dp__range_end, .dp__range_start, .dp__active_date {
    background: #000 !important;
}

.dp__menu {
    border-radius: 40px !important;
    overflow: hidden;
    padding: 40px;
    min-width:770px !important;
}

.dp__calendar_header {
    margin-top: 20px !important;
}

.dp__calendar_header_item {
    height: 39px !important;
    width: 44px !important;
}

.dp__cell_inner {
    height: 39px !important;
    width: 44px !important;
}

.dp__input {
    border: 0 !important;
    color:#757575 !important;
}
.calendar {
    border-right: 1px solid #cbcbcb;
    margin-right: 10px;
    padding-right: 10px;
    width: 400px;
    max-width:100%;
}

.search_inside {
    display: flex;
    align-items: center;
}

.breadcrumb-area {
    margin-top: 0;
}

.center_search {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
    padding: 4px 4px 4px 30px;
    border-radius: 16px;
    box-shadow: 0px 4px 24px 0px #00000029;
}
.dark .center_search {
    box-shadow: 0px 4px 24px 0px rgba(255,255,255,0.3);
}
 
.dark .center_search {
    background: #000;
}

header {
    padding-top: 14px;
    padding-bottom: 14px;
}

.camere {
    padding-top: 46px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 14px;
}

.icon_camera {
    width: 30px;
    height: 30px;
    background:url('/themes/piata/img/deluxe.png') no-repeat center center;
    margin: 0 auto;
}

.dark .icon_camera {
    background:url('/themes/piata/img/deluxe_alb.png') no-repeat center center;
}

.filter_image {
    width: 18px;
    height:16px;
    background:url('/themes/piata/img/filter.png') no-repeat center center;
    display: inline-block;
    background-size:contain;
    margin-right:9px;
}
.dark .filter_image {
    background:url('/themes/piata/img/filter_alb.png') no-repeat center center;
    background-size:contain;
}

.filter_inner {
    display: flex;
    align-items: center;
    border:1px solid #333333;
    border-radius:8px;
    width:109px;
    height:48px;
    justify-content:center;
    cursor: pointer;
}

.title_camera {
    font-size: 20px;
    color: #000;
    padding: 16px;
}

.dark .title_camera {
    color: #fff;
}

.description_room {
    padding: 0 16px;
    color: #000;
    font-size: 14px;
    padding-bottom: 13px;
    line-height: 20px;
    border-bottom: 1px solid #CBCBCB;
}

.toggle .fal {
    font-size: 26px;
    color: #000;
}

.dark .description_room {
    color: #fff;
}

.specs_camera {
    margin: 13px 26.5px;
    padding-bottom: 13px;
    border-bottom: 1px solid #CBCBCB;
}

.specs_camera2 {
    margin: 13px 26.5px;
    padding-bottom: 13px;
}

.spec_general {
    width: 24%;
    text-align: center;
}

.slider_camera .slick-list, .slider_camera .slick-track {
    height: 226px;
}

.spec_general div {
    font-size: 12px;
    padding-top:4px;
}

.home_name {
    margin-bottom: 15px;
    margin-top: 5px;
    line-height: 18px;
}

.btn_general_blue:hover {
    color:#fff;
    transform:scale(1.02);
}

.camere_boxes .slider_camera img {
    width: 100%;
    height: 226px;
    object-fit: cover;
}

.camere_boxes .spec_general i{
    display: block;
    font-size: 20px;
}

.camere_boxes .spec_general {
    font-size: 12px;
}

.slider_camera {
    cursor: pointer;
}

.active .text_camera {
    color:#000;
}

.dark .active .text_camera {
    color:#fff;
}

.camera_item {
    position: relative;
    width: calc(100% / 7);
    text-align: center;
    cursor: pointer;
}

.location {
    padding: 0 16px;
}

.camera_item.active:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    left: 0;
    bottom: -15px;
}

.dark .camera_item.active:before {
    background: #fff;
}

.dark .container_outer_home {
    box-shadow: 0px 1px 24px 0px rgb(255 255 255 / 40%);
}

.general_btn {
    text-decoration: none;
    color: #fff;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    background: #197BBD;
    border-radius: 99px;
    font-size: 16px;
    font-weight: 600;
}

.titlu_camera {
    font-size: 28px;
    line-height: 36px;
    color: #000;
}

.dark .titlu_camera {
    color: #fff;
}

.adresa_camera {
    margin-top: 8px;
    margin-bottom: 24px;
    color:#000;
}

.adresa_camera {
    margin-top: 8px;
    margin-bottom: 24px;
    color:#000;
}

.dark .adresa_camera {
    color:#fff;
}

.adresa_camera a {
    color:#000;
    margin-left:16px;
}

.dark a {
    color:#fff;
}

.beneficii_camera .spec_general {
    width: calc(100% / 8);
}

.beneficii_camera {
    margin-top: 40px;
    align-items: center;
    padding-bottom: 13px;
    border-bottom: 1px solid #cbcbcb;
}

.spec_general .more {
    font-size: 16px;
    cursor: pointer;
}


.feedback {
    width: calc(100% - 65px);
}
.main {
    width: 57%;
    display: flex;
    flex-direction: column;
}

.wrapper {
    display: flex;
    justify-content: space-between;
}

.main {
    margin-top:27px;
}

.nota {
    width: 53px;
    height: 48px;
    background: #12347B;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.note {
    align-items: center;
    margin-top: 18px;
    padding-bottom: 40px;
    border-bottom: 1px solid #cbcbcb;
}

.feedback_title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 24px;
    margin-bottom: 12px;
}

.dark .feedback_title {
    color: #fff;
}

.nr_review {
    font-size: 16px;
    line-height: 24px;
    color: #545454;
}

.dark .nr_review {
    color: #fff;
}

.beneficii_descriere .feedback {
    width: calc(100% - 30px);
}

.beneficii_descriere {
    margin-top: 40px;
    padding-bottom: 14px;
    border-bottom: 1px solid #cbcbcb;
}

.descriere_camera {
    padding-bottom:100px;
}

.beneficiu_inner {
    margin-bottom: 26px;
}

.descriere_generala_camera {
    padding-top:40px;
    padding-bottom:16px;
    color:#000;
}

.titlu_descriere {
    font-size: 28px;
    line-height: 36px;
    color:#000;
    font-weight: 600;
}

.dark .titlu_descriere {
    color:#fff;
}

.descriere_camera_sectiune {
    padding-bottom: 40px;
    border-bottom: 1px solid #cbcbcb;
}

.location_section {
    padding-top: 40px;
}

.dark .descriere_generala_camera {
    color:#fff;
}

.show_more_description {
    font-weight: 600;
    color: #000;
    cursor:pointer;
}

.dark .show_more_description {
    color: #fff;
}

.location_section .nota {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px dashed #05944F;
    background: transparent;
    color: #000;
    border-radius: 50%;
}

.dark .location_section .nota {
    color: #fff;
}

.location_section .feedback_title {
    color: #05944F;
}

.note_visitor {
    padding-top:16px;
    padding-bottom: 16px;
}

.harta iframe {
    border-radius:16px;
}

.mt10 {
    margin-top: 10px;
}

.where_you_sleep .titlu_descriere {
    margin-top: 40px;
    margin-bottom: 16px;
}

.bed_inner {
    width: 160px;
    border: 1px solid #cbcbcb;
    border-radius: 16px;
    padding: 24px 16px;
    margin-right: 16px;
    max-width: 100%;
}

.title_bed {
    color: #000;
    margin-top: 16px;
    line-height: 20px;
}

.dark .title_bed {
    color: #fff;
}

.descriere_bed {
    font-size: 14px;
    margin-top: 3px;
}

.beds.flx {
    justify-content: flex-start;
}

.beds {
    padding-bottom: 40px;
    border-bottom: 1px solid #cbcbcb;
}

.special_info {
    padding-top:0px;
    padding-bottom: 20px;
}

.info_inner {
    padding: 20px 0;
    border-bottom: 1px solid #cbcbcb;
}

.only1 {
    color: #cc0000;
    font-weight: 600;
}

.header_descriere {
    align-items: center;
}

span.pret_inner {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000;
}

.fw600 {
    font-weight: 600;
}

.dark span.pret_inner {
    color: #fff;
}

span.per_night {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    padding-left: 5px;
}

.dark span.per_night {
    color: #fff;
}

.pret {
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 40px;
}

.generalcheck {
    width: 50%;
}

.generalcheck {
    width: 50%;
    border: 1px solid #cbcbcb;
    padding: 24px;
}

.checkin.generalcheck {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    border-right: 0;
}

.checkout.generalcheck {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.title_checkin {
    color: #000;
    line-height: 24px;
    padding-bottom: 8px;
}

.dark .title_checkin {
    color: #fff;
}

.btn_general_blue {
    width:100%;
    background:#197bbd;
    color:#fff;
    text-align:center;
    border-radius: 16px;
    height:56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:40px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.swiper {
    width: 100%;
    height: 66vh;
    margin-left: auto;
    margin-right: auto;
    border-radius:16px;
  }
  
  .swiper-slide {
    background-size: cover;
    background-position: center;
  }
  
 
  
  .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }
  
  .mySwiper .swiper-slide {
    width: 25%;
    height: 8vw;
    opacity: 0.4;
    
  }
  
  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }
  
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper_thumbs {
    margin-top: 30px;
    height: 20vh;
  }

  .inchide_popup {
    position: absolute;
    right: 50px;
    font-size: 50px;
    font-weight: 600;
    top: 30px;
    cursor: pointer;
    color: #000;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  }

  header.header-absolute {
    background-color: transparent;
    left: 0;
    position: static;
    top: 35px;
    width: 100%;
    z-index: 99;
    background: #000;
}
.panel_categorii {
    display: none;
}
.panel_categorii.active {
    display: block !important;
}


.slick-dots li {
    margin: 0;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.slick-dots {
    display: flex !important;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin-top: -24px;
}

.slick-dots li button:before, .slick-dots li.slick-active button:before {
    color: transparent;
    opacity: 1;
}

.slick-dots li button:before {
    margin-top: 5px;
    background-color: transparent;
    border: 1px solid rgb(90, 90, 90);
    border-radius: 20%;
    display: inline-block;
    height: 5px;
    width: 10px;
}
.slick-dots li.slick-active button:before {
    background-color: rgb(26, 24, 24);
}

.slick-dots button {
    text-indent: -9999px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: transparent;
    background:#fff;
    opacity:0.8;
    border:none;
}


.slick-dots .slick-active button {
    opacity:1;
    width:8px;
    height:8px;
}

.search_inside .booking-form .booking-form-inner {
    background-color: transparent;
    padding: 0;
}

.main_header {
    background: #fff;
    position: relative;
    z-index: 9;
}

.booking-form form button {
    border-radius: 16px;
}

.booking-form form .inputs-filed .icon {
    bottom:5px;
    color: var(--color-1st);
    font-size: 14px;
    left: 0;
    position: absolute;
}

.booking-form form .nice-select, .booking-form form input, .booking-form form select {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid var(--color-1st);
    color: hsla(0,0%,47%,.5);
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    width: 100%;
}

.booking-form.boxed-layout {
    margin-top: 0;
}

.nice-select .option {
    color:#000;
}

:root {
    --color-1st: #197BBD;
}
.beneficii_camera i {
    display: block;
}

.sidebar input, .sidebar select, .sidebar textarea {
    border-radius: 16px;
}
body.show-admin-bar .breadcrumb-area {
    margin-top: 0;
}
.related-room h3 {
    padding-bottom:30px;
}
.sidebar {
    width: 40.5%;
    position: sticky;
    top: 200px;
    margin-top: 40px;
    border: 1px solid #cbcbcb;
    border-radius: 16px;
    padding: 40px;
    height: fit-content;
}

.sidebar .main-btn {
    border-radius: 16px;
}

.sidebar .input-group.input-group-two .nice-select {
    border-radius: 16px;
}

.sidebar .input-group {
    width: 48%;
}

.sidebar_room form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .social-links {
    display: none;
}

.btn_book {
    height: 60px;
    margin-top: 32px;
    width: 100%;
}

.col-lg-4 .sidebar {
    width: 100%;
    padding: 20px;
    margin-top: 0;
}

.search_mobile {
    display: none;
}

.sidebar div {
    font-family: 'Roboto', sans-serif !important;
}

.beneficii_camera_checkout .beneficii_camera .spec_general {
    width: calc(100% / 4);
    margin-bottom:20px;
}

.beneficii_camera_checkout .beneficii_camera {
    margin-bottom:10px;
    border-bottom:0;
    margin-top:0;
}

.main_fix .logo_img {
    width:100px !important;
}

.main_fix .menu_cst {
    padding: 10px 20px 0 20px;
}


@media(max-width:992px) {
    .box_camera:nth-of-type(3n+2) {
        margin: 0;
        margin-bottom: 40px;
    }

    .logo_img {
        width:90px !important;
    }

    .offcanvas-wrapper {
        z-index: 9999999;
    }

    .footer-widget-area.pt-100 {
        padding-top: 40px;
    }

    .offcanvas-wrapper .offcanvas-widget .widget.nav-widget ul li a {
        font-size: 16px;
        line-height: 26px;
    }

    .feedback {
        width: 100%;
    }

    .nr_review p {
        margin-bottom: 10px;
    }



    .contact_aside h6, .contact_aside a, .contact_aside .desc {
        font-size: 16px;
    }

    h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .footer-widget-area {
        padding-left:15px;
        padding-right:15px;
    }

    footer .footer-widget-area .widget.nav-widget ul li {
        float: none;
        margin-bottom: 14px;
        width: 100%;
    }

    .footer-logo img {
        width:200px;
    }
    .footer-logo {
        text-align: left;
    }

    .pt-120 {
        padding-top: 40px;
    }

    .mt-60 {
        margin-top: 30px;
    }

    .mb-60 {
        margin-bottom: 30px;
    }

    .room-details .deatils-box h3.subtitle {
        font-size: 20px;
        margin-bottom: 22px;
    }

    .contact-part .contact-form {
        padding: 20px;
    }

    .contact-part .contact-info .info-box .desc h4 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .breadcrumb-area .breadcrumb-text h2.page-title {
        font-size: 36px;
    }

    section.blog-section.contact-part.pt-120.pb-120 {
        padding-top: 40px;
    }

    .breadcrumb-area {
        margin-top: 0;
    }

    .room-booking-form .icon {
        pointer-events: none;
    }

    div#app {
        padding-top: 76px;
    }

    .main_header {
        position: fixed;
        top:0;
        left:0;
        width: 100%;
    }

    .beneficii_camera {
        justify-content: flex-start;
    }

    .sal_sol {
        text-align: center;
    }

    .box_camera {
        width: 100%;
    }

    .center_search {
       display: none;
    }

    .booking-form-inner .col-lg-3 {
        margin-bottom:20px;
    }

    .camere {
        padding-top: 0;
    }

    .search_mobile {
        display: block;
        margin:20px;
    }
    
    .search_mobile .search_inside {
        background: #fff;
        padding: 20px;
        border: 1px solid #CBCBCB;
        border-radius: 16px;
    }

    .sec2_slider {
        display: none;
    }

    .sec1_slider {
        width: 100%;
    }

    .slider_camere {
        height: auto;
    }

    .sec1_slider img {
        height:auto;
    }

    .slider_inner_ascuns {
        width: 100%;
    }

    .swiper {
        height: 300px;
    }

    .slider_ascuns {
        padding: 100px 30px;
    }

    .mySwiper .swiper-slide {
        height:80px;
    }

    .beneficii_camera .spec_general {
        width: calc(100% / 4);
        font-size: 12px;
        margin-bottom: 10px;
    }
    
    .wrapper {
        flex-wrap: wrap;
    }

    .main {
        width: 100%;
    }

    .sidebar {
        width: 100%;
        position: static;
        padding: 20px;
        order: -1;
    }

    .sidebar .input-group {
        width: 100%;
    }

    .pret {
        padding-bottom: 20px;
    }

    .btn_book {
        margin-top: 0px;
    }

    .bed_inner {
        width: 45%;
        margin-right: 5%;
    }

    .booking-form form button {
        height: 44px;
    }

    .btn_general_blue {
        height:44px;
    }

    .btn_book {
        height: 44px;
        line-height: 44px;
    }

    .offcanvas-wrapper {
        max-width: 100%;
    }
}