.white-bg {
    background: #fff;
}

.roboto {
    font-family: 'Roboto', sans-serif !important;
}

.roboto-slab {
    font-family: 'Roboto Slab', serif !important;
}

.bold {
    font-weight: 700;
}

.details-page-header {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.page-header-text {
    font-size: 29px;
    color: #5FBB20;
    margin-left: 15px;
    margin-right: 30px;
}

.page-header-icon {
    font-size: 36px;
}

.page-header-buttons {
    font-size: 16px;
    padding: 7px 15px;
    color: #fff;
    border-radius: 7px;
    margin-left: 15px;
}

.page-header-buttons:hover {
    text-decoration: none;
    color: #FDA813;
}

.blue-button {
    background: #1369FD;
}

.green-button {
    background: #0B9E00;
}

.details-page-calendar {
    width: 100%;
    border-top: 1px solid #C1C1C1;
    margin-top: 20px;
}

.calendar-nav {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.calendar-nav__next-prev {
    display: flex;
    text-decoration: none;
    align-items: center;
}

.calendar-nav__next-prev:hover {
    text-decoration: none;
}

.calendar-nav__next-prev:hover .calendar-nav__next-prev--text {
    color: #0B9E00;
}

.calendar-nav__next-prev--icon {
    font-size: 45px;
    color: #5AB620;
}

.calendar-nav__next-prev--text {
    font-size: 16px;
    color: #464646;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.calendar {
    display: grid;
    grid-template-columns: 1fr repeat(7, 140px);
}

.cal-days {
    align-self: center;
    text-align: center;
    color: #FD5B13;
    font-size: 15px;
    line-height: normal;
    padding: 5px 20px;
}

.cal-hrs {
    align-self: center;
    color: #FD5B13;
    font-size: 15px;
    line-height: normal;
}

.border-bilin-top {
    border-top: 1px solid #969696;
}

.border-bilin {
    border-bottom: 1px solid #969696;
    border-right: 1px solid #969696;
}

.flext-center {
    display: flex;
    border-left: 1px solid #969696;
    justify-content: center;
}

.cal-book-now {
    background: #288323;
    border-radius: 7px;
    font-size: 15px;
    color: #fff;
    margin: 7px;
    padding: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    line-height: 26px;
    justify-content: center;
    position: relative;
}

.cal-book-now:hover {
    text-decoration: none;
    background: #1369FD;
    color: #fff;
}

.discount {
    background: #FDA813;
    text-align: left;
}

.discount-text {
    font-size: 11px;
    line-height: 11px;
    color: #000;
    margin-top: 0;
    position: absolute;
    right: 5px;
}

.booked {
    background: #B10F0F;
}

.booked:hover {
    background: #B10F0F;
    cursor: no-drop;
}

.carousel-indicators {
    bottom: 0 !important;
}

.carousel-inner {
    border-radius: 20px !important;
}


.field-info-header {
    display: flex;
    border-bottom: 2px solid #5FBB20;
}

.field-info-header__text {
    font-size: 24px;
    color: #5FBB20;
    flex-grow: 1;
}

.field-ratings {
    display: flex;
    align-items: center;
}

.field-rating {
    font-size: 9px;
    color: #FF6C00;
}

.field-rating__text {
    font-size: 12px;
    color: #5FBB20;
    margin-left: 5px;
}

.grey-bg {
    color: #A9BDAA;
}

.field-comments {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.field-comments__icon {
    color: #FF6C00;
}

.field-comments__text {
    color: #5FBB20;
    font-size: 12px;
    margin-left: 5px;
}

.field-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.field-details__item {
    background: #ECECEC;
    display: flex;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 10px;
}

.cover-double {
    grid-column: 1/3;
}

.field-details__item--header {
    color: #5FBB20;
}

.field-details__item--text {
    color: #333333;
    margin-left: 5px;
}

.minw-50 {
    min-width: 50px;
}

.minw-75 {
    min-width: 75px;
}

.minw-110 {
    min-width: 110px;
}

.field-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
}

.field-option {
    display: flex;
    padding: 5px 7px;
    align-items: center;
}

.field-option:nth-child(4n + 1) {
    background: #ECECEC;
}

.field-option:nth-child(4n + 1) + .field-option {
    background: #ECECEC;
}

.field-option--icon {
    color: #a0a0a0;
    padding: 0 5px;
}

.green-icon {
    color: #16E100;
    font-size: 19px;
}

.red-icon {
    color: #B80000;
    font-size: 19px;
}

.field-option--text {
    font-size: 15px;
    font-weight: 500;
    color: #A8A8A8;
}

.map {
    width: 100%;
    height: 300px;
}

.page-header-buttons-mobile {
    display: none;
}

.mobil-slide-gif {
    display: none;
}

/* comments */

.comments-modal {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}

.comments-grid {
    display: grid;
    grid-template-columns: min-content 1fr max-content;
    gap: 5px;
    border-top: 2px solid #eaeaea;
    padding-top: 15px;
    margin-top: 15px;
}

.comments-grid:first-child {
    margin-top: 0;
}

.comments-grid:last-child {
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 15px;
}

.comments-user-image {
    max-width: 50px;
    grid-row: 1 / 4;
    border-radius: 50%;
    margin-right: 5px;
}

.comments-user-name {
    font-size: 15px;
    color: #333333;
    font-weight: 700;
}

.comments-date {
    display: flex;
    align-items: center;
}

.comments-date-span {
    font-size: 12px;
    color: #288323;
}

.comments-calendar {
    font-size: 14px;
}

.comments-stars {
    grid-column: 2 / -1;
}

.comments-text {
    grid-column: 2 / -1;
    font-size: 13px;
    color: #464646;
}



/* new calendar */
.calendar-table {
    display: grid;
    grid-template-columns: max-content 1fr;
}
  
.calendar-hour {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 10px;
    border-right: 1px solid #969696;
    border-bottom: 1px solid #969696;
    border-left: 1px solid #969696;
}

.calendar-hour:first-child {
    border-left: none;
}

.calendar-days {
    overflow: hidden;
    overflow-x: auto;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-auto-rows: 50px;
}

.booking-holder {
    border-bottom: 1px solid #969696;
    border-right: 1px solid #969696;
    padding: 6px;
}

.book-now {
    background: #288323;
    border-radius: 7px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    font-weight: 700;
}

.book-now:hover {
    text-decoration: none;
    background: #1369FD;
    color: #fff;
}

.already-booked {
    background: #B10F0F;
}

.already-booked:hover {
    background: #B10F0F;
    cursor: no-drop;
}

.cal-new-days {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FD5B13;
    font-size: 15px;
    line-height: normal;
    padding: 5px 20px;
    height: 50px;
    border-bottom: 1px solid #969696;
    border-right: 1px solid #969696;
    border-top: 1px solid #969696;
    text-align: center;
}

.discount-color {
    background: #FDA813;
    text-align: left;
    justify-content: space-evenly;
}

.cal-discount-text {
    font-size: 11px;
    line-height: 11px;
    color: #000;
    margin-top: 0;
    width: min-content;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.discount-price-text {
    width: max-content;
}






.rezervasyon-detay {
    display: flex;
    justify-content: space-around;
   
}

.rez-box {
    display: flex;
    align-items: center;
    line-height: normal;
}

.rez-box-text {
    font-size: 14px;
    margin-left: 5px;
}

.rez-box i {
     font-size: 20px;
}

