:root {
    --color-white: #FFFFFF;
    --color-black: #000000;
    --body-background-color: #EEEEEE;
    --header-background-color: #000000;
    --thema-color: #80deea;
    --btn-color-g: #546e7a;
}

body {
    padding: 0;
    font-family: Roboto, Helvetica Neue, sans-serif;
    line-height: 1.125;

    width: 100%;
    background-color: white;
    color: var(--color-black);
    font-size: 16px;
    background-color: var(--body-background-color);
}


* {
    box-sizing: border-box;
}

button {
    outline: none !important;
}


a {
    text-decoration: none !important;
    color: inherit;
}

ul {
    list-style-type: none;
}

.fw-500 {
    font-weight: 500;
}

.b-container {
    display: flex;
    flex-direction: column;
    width: 1200px;
    margin: 0 auto;
}

header.hotels {
    background-color: var(--thema-color);
    box-shadow: 0 2px 4px -1px #0003, 0 4px 5px #00000024, 0 1px 10px #0000001f;
    color: var(--color-black);
}

header.hotels .b-container .header-area {
    padding: 3.5px 5px;
}

header.hotels .b-container .mobil-button {
    display: none;
}

header.hotels .b-container .header-area .dropdown button {
    font-size: 14px;
}

header.hotels .b-container .header-area .dropdown button:hover {
    border: 1px solid white;
}

header.hotels .b-container .headerdropdown2 {
    border-left: 1px solid white;
    border-right: 1px solid white;
}

header .header-basket {
    align-items: center;
    display: flex;
    border-right: 1px solid #ffffff8c;
    padding: 0 5px;
    border: none;
}

header .header-basket .basket-con {
    width: 40px;
    height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

header .header-basket .basket-con span {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #546e7a;
    color: white;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}


header.home {
    background-color: var(--header-background-color);
    box-shadow: 0 2px 4px -1px #0003, 0 4px 5px #00000024, 0 1px 10px #0000001f;
    color: var(--color-white);
    position: relative;
}

header.home .mobil-button {
    display: none;
}

header.home .b-container .header-area {
    padding: 3.5px 5px;
}

header.home .b-container .header-area .dropdown button {
    font-size: 14px;
}

header.home .b-container .header-area .dropdown button:hover {
    border: 1px solid white;
}

header.home .b-container .headerdropdown2 {
    border-left: 1px solid white;
    border-right: 1px solid white;
}


/* #widget {
    background-color: #FFFFFF;
} */

#widget .widget-grid {
    display: grid;
    grid-template-columns: 4fr 4fr 2fr 2fr 3fr;

}

#widget .widget-grid .widget-box {
    position: relative;
    border: 1px solid black;
}



#home-widget-section .home-widget-img {
    position: relative;
    width: 100%;
}

#home-widget-section .home-widget-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

#home-widget-section .home-widget-container {
    position: relative;
    background-color: black;
    display: grid;
    grid-template-columns: auto 1200px auto;
}

#home-widget-section .home-widget-container>* {
    grid-column: 2;
}

#home-widget-section .home-widget-container .home-widget-con {
    padding: 15px 10px;
    margin: 10px 0;
    margin-top: -60px !important;
    display: flex;
    justify-content: flex-start;
    background-color: rgba(0, 0, 0, .678);
    border-radius: 2px;
    color: white;
}

#home-widget-section .home-widget-container .home-widget-con .widget-bottom-border {
    position: absolute;
    left: 5px;
    bottom: 0;
    right: 5px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 99;

}

#home-widget-section .home-widget-container .home-widget-con .widget-otelselect-con p {
    font-size: 14px;
    color: #ffffffb3;
}

#home-widget-section .home-widget-container .home-widget-con .widget-otelselect-con input {
    background-color: inherit;
    border: none;
    cursor: pointer;
    color: white;
}

#home-widget-section .home-widget-container .home-widget-con .widget-otel-list-box {
    position: absolute;
    background-color: white;
    color: black;
    left: 0;
    right: 0;

    z-index: 999;
}

#home-widget-section .home-widget-container .home-widget-con .widget-otel-list-box .widget-otel-list {
    min-height: 35px;
    line-height: 1.5em;
    padding: 0 8px;
    font-size: 16px;
    height: unset;
    white-space: normal;
    cursor: pointer;
    display: flex;
    align-items: center;
}

#home-widget-section .home-widget-container .home-widget-con .widget-otel-list-box .widget-otel-list:hover {
    background-color: #F5F5F5;
}

#home-widget-section .home-widget-container .home-widget-con .widget-otel-list-box .widget-otel-list i {
    margin-right: 8px;
    vertical-align: middle;
}

#home-widget-section .home-widget-container .home-widget-con .widget-date-con {
    width: 50%;
}

#home-widget-section .home-widget-container .home-widget-con .widget-date-con:first-child {
    border-right: 1px solid white;

}

#home-widget-section .home-widget-container .home-widget-con .widget-date-con p {
    text-align: center;
}

#home-widget-section .home-widget-container .home-widget-con .widget-date-con input {
    background-color: inherit;
    color: white;
    border: none;
    width: 100%;
    text-align: center;
}

#home-widget-section .home-widget-container .home-widget-con .widget-person-con {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

#home-widget-section .home-widget-container .home-widget-con .widget-person-con select {
    border: none;
    background-color: inherit;
    color: white;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}

#home-widget-section .home-widget-container .home-widget-con .widget-person-con select option {
    color: black;
}

#home-widget-section .home-widget-container .home-widget-con .widget-button-con {
    width: 100%;
    height: 100%;
    border: none;
    background-color: black;
    color: white;

}

#home-widget-section .home-widget-container .home-widget-con .widget-button-con button {
    font-size: 20px;
    width: 100%;
    height: 100%;
    border: none;
    background-color: black;
    color: white;
    font-weight: 500;
    cursor: pointer;
}

.hotel-list-section .hotels-container {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
}

.hotel-list-section .hotels-container .hotel-list-box {
    min-height: 200px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12);
}

.hotel-list-section .hotels-container .img-list-container {
    padding: 0;
}

.hotel-list-section .hotels-container .img-list-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotel-list-section .hotels-container .hotel-list-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid #d3d3d3;
}

.hotel-list-section .hotels-container .hotel-list-info .hotel-list-hotelname {
    line-height: 24px;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.hotel-list-section .hotels-container .hotel-list-info span.list-icon-box {
    font-size: 18px;
    line-height: 18px;
    margin-right: 5px;
    border: 1px solid rgba(0, 0, 0, .12);
    padding: 8px;
}

.hotel-list-section .hotels-container .hotel-list-info .list-info-properties {
    border-top: 1px solid #dfdfdf;
    height: 36px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
}

.hotel-list-section .hotels-container .hotel-list-info .list-info-properties div {
    border-left: 1px solid #dfdfdf;
    height: 36px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotel-list-section .hotels-container .hotel-list-rezervation {
    padding-left: 10px;

}

.hotel-list-section .hotels-container .hotel-list-rezervation button {
    background-color: #000000;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    min-width: 64px;
    line-height: 36px;
    width: 100%;
    padding: 0;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

footer.home-footer {
    background-color: #181C23;
    width: 100%;
    margin-top: 30px;
    color: white;
    padding: 5px;
}

footer.home-footer .footer-container {
    width: 1200px;
    min-height: 40px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    font-size: 12px;

}


.person-list-box {
    position: absolute;
    left: 0;
    width: 250px;
    z-index: 1000;
    transition: box-shadow .28s cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12);
}

.person-list-box .person-top-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: black;
}

.person-list-box .person-top-div span {
    padding-left: 16px;
    font-size: 20px;
    font-weight: 500;
}

.person-list-box .person-top-div button {
    padding: 0;
    min-width: 0;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    line-height: 40px;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    border: none;
    background-color: black;
}

.person-list-box .person-bottom-div {
    border-radius: 5px;
    padding: 10px;
    color: black;
    background-color: #FFFFFF;
}

.person-list-box .person-bottom-div .person-wrap {
    display: inline-flex;
    align-items: baseline;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    margin-bottom: 1.25em;
}

.person-list-box .person-bottom-div .person-wrap .left-div {
    margin-right: 5px;
    white-space: nowrap;
    flex: none;
    position: relative;
}

.person-list-box .person-bottom-div .person-wrap .left-div i {
    width: 24px;
    height: 24px;
    color: #333;
}


.person-list-box .person-bottom-div .person-wrap .right-div {
    display: block;
    position: relative;
    flex: auto;
    min-width: 0;
    width: 180px;
    padding: 0.4375em 0;
    border-top: 0.84375em solid transparent;
}

.person-list-box .person-bottom-div .person-wrap .right-div span {
    position: absolute;
    left: 3px;
    width: 100%;
    overflow: hidden;
    top: -0.84375em;
    color: rgba(0, 0, 0, .54);
    font-size: 12px;
}

.person-list-box .person-bottom-div .person-wrap .right-div select {
    display: inline-block;
    width: 100%;
    outline: none;
    cursor: pointer;
    border: none;
    font-size: 14px;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}

.person-list-box .person-bottom-div .person-bottom-border {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, .42);
    z-index: 99;
}

.person-list-box .person-bottom-div #child-age-div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5px;
    background-color: #fff;
    margin: 5px 0;
    grid-row-gap: 10px;
}

.person-list-box .person-bottom-div #child-age-div .child-box {
    width: 100%;
    position: relative;
    text-align: left;
}

.person-list-box .person-bottom-div #child-age-div .child-box .child-text {
    width: 100%;
    overflow: hidden;
    color: rgba(0, 0, 0, .54);
    font-size: 12px;
    margin-bottom: 2px;
}

.person-list-box .person-bottom-div #child-age-div .child-box select {
    width: 100%;
    border: none;
    color: rgb(83 79 79 / 87%);
    font-size: 15px;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}


.person-list-box #person-select-button {
    margin-top: 3px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12);
    border: 1px solid rgba(0, 0, 0, .12);
    color: #f44336;
    padding: 0 15px;
    line-height: 34px;
    width: 100%;
    background-color: inherit;
    transition: 0.3s;
    cursor: pointer;
}

.person-list-box #person-select-button:hover {
    background-color: #FFF8F7;
}

/* hotels css*/
.hotels-wrapper {
    width: 100%;
    min-height: 100vh;
    background-color: #EEEEEE;
}

.hotels-wrapper .hotels-container {
    display: flex;
    flex-direction: column;
    width: 1200px;
    margin: 0 auto;
}

.hotels-widget {
    color: #000000de;
    box-shadow: 0 3px 3px -2px #0003, 0 3px 4px #00000024, 0 1px 8px #0000001f;
    width: 100%;
    align-items: center;
    background-color: white;
    padding: 15px;
}

.hotels-widget .widget-bottom-border {
    position: absolute;
    left: 5px;
    bottom: 0;
    right: 5px;
    height: 1px;
    background-color: rgba(0, 0, 0, .42);
    z-index: 99;
}

.hotels-widget .widget-otelselect {}

.hotels-widget .widget-otelselect-con p {
    margin-bottom: 3px;
    color: #0000008a;
    font-size: 12px;
    height: 14px;

}

.hotels-widget .widget-otelselect-con input {
    border: none;
    font-size: 14px;
    width: 100%;
    margin-right: 5px;
    outline: none;
    cursor: pointer;
}

.hotels-widget .widget-otelselect-con i {
    border: none;
    cursor: pointer;
}

.hotels-widget .widget-otel-list-box {
    position: absolute;
    background-color: white;
    color: black;
    left: 0;
    right: 0;
    z-index: 999;
}

.hotels-widget .widget-otel-list-box .widget-otel-list {
    min-height: 35px;
    line-height: 1.5em;
    padding: 0 8px;
    font-size: 16px;
    height: unset;
    white-space: normal;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.hotels-widget .widget-otel-list-box .widget-otel-list i {
    margin-right: 8px;
    vertical-align: middle;

}




.hotels-widget .widget-dateselect p {
    margin-bottom: 3px;
    color: #0000008a;
    font-size: 12px;
    height: 14px;
}

.hotels-widget .widget-dateselect input {
    border: none;
    font-size: 14px;
    width: 100%;
    margin-right: 5px;
    outline: none;
    cursor: pointer;
}

.hotels-widget .widget-night-con .wg-p {
    margin-bottom: 3px;
    color: #0000008a;
    font-size: 12px;
    height: 14px;

}

.hotels-widget .widget-night-con select {
    border: none;
    font-size: 14px;
    width: 100%;
    outline: none;
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}

.hotels-widget .widget-person-con .wg-p {
    margin-bottom: 3px;
    color: #0000008a;
    font-size: 12px;
    height: 14px;
}

.hotels-widget .widget-person-con {
    cursor: pointer;
}

.hotels-widget .widget-button-con {
    width: 100%;
}

.hotels-widget .widget-button-con button {
    width: 100%;
    height: 55px;
    font-size: 18px;
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
    padding: 0 16px;
    border: none;
    background-color: var(--thema-color);
    color: black;
    font-weight: 500;
    cursor: pointer;
    border-radius: 4px;
}

.hotels-widget .widget-button-con button i {
    margin-right: 5px;
    font-weight: 700;
}

.room-box {
    background-color: white;
    display: flex;
    flex-direction: column;
    padding: 15px;
    box-shadow: 0 3px 3px -2px #0003, 0 3px 4px #00000024, 0 1px 8px #0000001f;
    margin-bottom: 15px;
}
.room-box .no-room-div p{
    margin-bottom: 0;
    color: #f44336;
    font-weight: 500;

 
}

.room-box .room-top-div {
    margin-bottom: 5px;
}

.room-box .room-top-div .room-image-container {
    height: 150px;
    position: relative;
}

.room-box .room-top-div .room-image-container img {
    width: 210px;
    height: 150px;
    cursor: pointer;
    object-fit: cover;
}

.room-box .room-top-div .room-info {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
}

.room-box .room-top-div .room-info .title {
    margin: 0;
    font-size: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #000000de;
}

.room-box .room-top-div .room-info .more-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.room-box .room-top-div .room-info .more-info .room-text {
    padding: 5px 0;
    font-size: 14px;
}

.room-box .room-top-div .room-info .more-info .room-text a {
    color: var(--thema-color);

}

.room-box .room-top-div .room-info .more-info .rom-icon-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 5px;
}

.room-box .room-top-div .room-info .more-info .rom-icon-container span {
    border: 1px solid #eee;
    padding: 7px;
    margin-right: 5px;
}

.room-box .room-bottom-div {
    border-top: 1px solid #0000001f;
}

.room-box .room-bottom-div .bottom-wrap {
    margin-top: 15px;
}

.room-box .room-bottom-div .bottom-wrap .r-left-div span {
    margin-right: 3px;
    border: solid 1px #ededed;
    padding: 5px;
    box-sizing: border-box;
    font-size: 14px;
}

.room-box .room-bottom-div .bottom-wrap .r-left-div span a {
    color: var(--thema-color);
    cursor: pointer;
}

.room-box .room-bottom-div .bottom-wrap .r-left-div span i {
    font-size: 16px;
}

.room-box .room-bottom-div .bottom-wrap .r-right-div .room-price-wrap {
    display: flex;
    position: relative;
    margin-right: 5px;
}

.room-box .room-bottom-div .bottom-wrap .r-right-div .room-price-wrap .price {
    position: relative;
    display: flex;
    margin-right: 5px;
    color: #2121219e;
    font-weight: 700;
    min-height: 35px;
    align-items: center;
    margin-bottom: 16.5px;
    font-size: 22px;
}

.room-box .room-bottom-div .bottom-wrap .r-right-div .room-price-wrap .price .price-right-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
}

.room-box .room-bottom-div .bottom-wrap .r-right-div .room-price-wrap .discount {
    height: 36px;
    min-width: 50px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-right: 5px;
    font-weight: 500;
    background-color: #f44336;
    color: white;
    cursor: pointer;
    margin-bottom: 16.5px;
}

.room-box .room-bottom-div .bottom-wrap .r-right-div .room-price-wrap .final-price-div .price-right-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
    color: #212121;
}

.room-box .room-bottom-div .bottom-wrap .r-right-div .room-price-wrap .final-price-div .final-price {
    font-weight: bold;
    font-size: 35px;
    letter-spacing: -1px;
    color: #212121;
}

.room-box .room-bottom-div .bottom-wrap .r-right-div .room-price-wrap .final-price-div .room-night {
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: -.5px;
    color: #212121;
}

.room-box .room-bottom-div .bottom-wrap .r-right-div .room-count-wrap {
    width: 90px;
    margin-right: 5px;
    padding: 0 5px;
    position: relative;
    text-align: left;
}

.room-box .room-bottom-div .bottom-wrap .r-right-div .room-count-wrap p {
    position: absolute;
    top: -4px;
    left: 13px;
    background-color: white;
    color: #797171;
    margin: 0;
    font-size: 10px;
}

.room-box .room-bottom-div .bottom-wrap .r-right-div .room-count-wrap select {
    width: 100%;
    height: 36px;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    color: #000000a3;
}

.room-box .room-bottom-div .bottom-wrap .r-right-div button.room-btn {
    min-width: 100px;
    max-width: 165px;
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
    background-color: #546e7a;
    color: white;
    padding: 0 16px;
    cursor: pointer;
    line-height: 36px;
    border-radius: 4px;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    border: none;
}

.room-box .room-bottom-div .more-data-div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 10px;
}

.room-box .room-bottom-div .more-data-div .more-data-h3 {
    color: #000000de;
    display: block;
    margin: 1rem 0;
    font-weight: bold;
}

.room-box .room-bottom-div .more-data-div .more-data-text {
    margin: 0;
    font-size: 14px;
    color: #4f4f4f;
}

.room-box .room-bottom-div .more-data-div .more-data-price {
    display: flex;
    flex-wrap: wrap;

}

.room-box .room-bottom-div .more-data-div .data-price-box {
    display: flex;
    flex-direction: column;
    margin-right: 5px;
    min-width: 130px;
    box-shadow: 0 3px 3px -2px #0003, 0 3px 4px #00000024, 0 1px 8px #0000001f;
    margin-top: 15px;
}

.room-box .room-bottom-div .more-data-div .data-price-box .price-box-date {
    background-color: #f0f0f0;
    margin: 5px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.room-box .room-bottom-div .more-data-div .data-price-box .price-box-price {
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f44336;

}

.room-box .room-bottom-div .more-data-div .data-price-box .price-box-finalprice {
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.room-box .room-bottom-div .more-data-div .data-price-box .price-box-room {
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f44336;
}

#tesis-feature .card-header a {
    display: block;
    width: 100%;
    cursor: pointer;
}

#tesis-feature .card-header a:not(.collapsed):after {
    font-family: "Font Awesome 6 Free";
    content: "\f106";
    float: right;
    font-size: 18px;
    font-weight: 900;
}

#tesis-feature .card-header a.collapsed:after {
    font-family: "Font Awesome 6 Free";
    content: "\f107";
    float: right;
    font-size: 18px;
    font-weight: 900;
}

#tesis-feature .card-body .tesis-box .tesis-title {
    color: var(--thema-color);
    margin: 1.3rem 0;
    font-weight: bold;
}

#tesis-feature .card {}

#tesis-feature .card-body .tesis-box .property {
    height: 35px;
    align-items: center;
    display: flex;
}

#tesis-feature .card-body .tesis-box .property i {
    color: var(--thema-color);
    margin-right: 5px;
}

/* basket css*/
.basket-wrapper {
    width: 100%;
    min-height: 100vh;
    background-color: #EEEEEE;
}

.basket-wrapper .basket-container {
    display: flex;
    flex-direction: column;
    width: 1200px;
    margin: 0 auto;
}

.basket-wrapper .basket-left-wrap {
    box-shadow: 0 3px 3px -2px #0003, 0 3px 4px #00000024, 0 1px 8px #0000001f;
    margin-bottom: 15px;
}

.basket-wrapper .basket-left-wrap .section {
    background-color: #fff;
}

.basket-wrapper .section-title {
    display: flex;
    align-items: center;
    height: 24px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    position: relative;
    box-sizing: content-box;
    -webkit-tap-highlight-color: transparent;
    padding: 24px;
}

.basket-wrapper .section-title .number-div {
    margin-right: 12px;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    flex-shrink: 0;
    position: relative;
    background-color: #0000008a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.basket-wrapper .section-title .number-div-active {
    margin-right: 12px;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    flex-shrink: 0;
    position: relative;
    background-color: #546e7a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.basket-wrapper .section-title .number-div span,
.basket-wrapper .section-title .number-div-active span {
    color: white;
}

.basket-wrapper .section-title .text-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.basket-wrapper .section-title .text-div p {
    font-size: 20px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000000de;
    margin-bottom: 0;
}

.basket-wrapper .section-content {
    margin-left: 36px;
    border: 0;
    position: relative;
}

.basket-wrapper .section-content::before {
    content: "";
    position: absolute;
    left: 0;
    border-left: 1px solid #0000001f;
    top: -16px;
    bottom: -16px;

}

.basket-wrapper .section-content .pdiv {
    padding: 0 24px 24px 24px;
}

.basket-wrapper .section-content .input-div {
    position: relative;
    width: 95%;
    margin-bottom: 1.25em;
}

.basket-wrapper .section-content .input-div input {
    position: relative;
    width: 98%;
    border: none;
    outline: none;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 14px;
}

.basket-wrapper .section-content .input-div textarea {
    position: relative;
    width: 98%;
    border: none;
    outline: none;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 14px;
}

.basket-wrapper .section-content .input-div select {
    position: relative;
    width: 98%;
    border: none;
    outline: none;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.basket-wrapper .section-content .input-div label {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    z-index: 99;
    font-size: 14px;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #0000008a;
}

.basket-wrapper .section-content .input-div input:valid~label {
    transform: translateY(-10px);
    color: #0000008a;
    font-size: 12px;
}

.basket-wrapper .section-content .input-div input:focus~label {
    transform: translateY(-10px);
    color: #0000008a;
    font-size: 12px;
}

.basket-wrapper .section-content .basket-bottom-border {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: #0000006b;
    z-index: 99;
}

.basket-wrapper .section-iletisim .section-content .textarea-div {
    position: relative;
    width: 95%;
    margin-bottom: 1.25em;

}

.basket-wrapper .section-iletisim .section-content .textarea-div textarea {
    position: relative;
    width: 98%;
    border: none;
    outline: none;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 14px;
    min-height: 48px;
    max-height: 160px;
    height: 48px;
}

.basket-wrapper .section-iletisim .section-content .textarea-div label {
    margin-bottom: 0;
    /* position: absolute;
    left: 0; */
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #0000008a;
    font-size: 12px;
    z-index: 99;
}

.basket-wrapper .section-iletisim .section-content .button-div {
    display: flex;
    justify-content: flex-end;
}

.basket-wrapper .section-iletisim .section-content .button-div #iletisim-next {
    padding: 0 30px;
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
    background-color: var(--btn-color-g);
    color: white;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    min-width: 64px;
    line-height: 36px;
}

.basket-wrapper .section-misafir .section-content .title-h3 {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 1rem;
    color: #000000de;
}

.basket-wrapper .section-misafir .section-content .title-h4 {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    padding: 5px;
    background-color: #f1f1f1;
}

.basket-wrapper .section-misafir .section-content .title-h5 {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 600;
}

.basket-wrapper .section-misafir .section-content .misafir-button-div {
    display: flex;
    justify-content: space-between;
}

.basket-wrapper .section-misafir .section-content .misafir-button-div button {
    padding: 0 30px;
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
    background-color: var(--btn-color-g);
    color: white;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    min-width: 64px;
    line-height: 36px;
}

.basket-wrapper .section-odeme .section-content::before {
    border: none !important;
}

.basket-wrapper .section-odeme .odeme-card {
    box-shadow: none;
    border: 1px solid #c7c7c7;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 5px;
}

.basket-wrapper .section-odeme .odeme-card .credit-card-title {
    background-color: #eee;
    height: 45px;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.basket-wrapper .section-odeme .odeme-card .credit-card-title .fa-circle-check {
    color: green;
}

.basket-wrapper .section-odeme .odeme-card .credit-card-title i {
    font-size: 22px;
}

.basket-wrapper .section-odeme .odeme-card .credit-card-title span p {
    margin-left: 5px;
}

.basket-wrapper .section-odeme .odeme-card .card-info-div {
    font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal;
    padding-top: 16px;
    padding: 0 24px 16px;
}

.basket-wrapper .section-odeme .odeme-card .card-info-div .card-top-div {
    border: 1px solid #ddd;
    padding: 4px;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    border-radius: 5px;
}

.basket-wrapper .section-odeme .odeme-card .card-info-div .card-top-div button {
    line-height: 48px;
    padding: 0 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.basket-wrapper .section-odeme .odeme-card .card-info-div .card-top-div p {
    font-size: 18px;
    font-weight: 700;
}

.basket-wrapper .section-odeme .odeme-card .card-info-div .card-bottom-div {
    padding: 20px 0;
    width: 100%;
    max-width: 500px;
}

.basket-wrapper .section-odeme .odeme-card .card-info-div .card-bottom-div .input-div {
    width: 100% !important;
}

.basket-wrapper .section-odeme .odeme-card .card-info-div .card-bottom-div .input-div .basket-bottom-border {
    right: 8px;
}

.basket-wrapper .section-odeme .odeme-card .card-info-div .card-taksit {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    border-radius: inherit;
    height: 48px;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
    margin-bottom: 50px;

}

.basket-wrapper .section-odeme .odeme-card .card-info-div .card-taksit select {
    width: 95%;
    height: 100%;
    border: none;
}

.basket-wrapper .section-odeme .odeme-card .card-info-div .card-taksit select:nth-child(2) {
    border-left: 1px solid #0000006b;
}


.basket-wrapper .section-odeme .payment-sozlesme-div {
    display: flex;
    height: 25px;
    align-items: center;
}

.basket-wrapper .section-odeme .payment-sozlesme-div span {
    margin-right: 10px;
}

.basket-wrapper .section-odeme .payment-sozlesme-div a {
    font-size: 14px;
}

.basket-wrapper .section-odeme .payment-complete-div {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.basket-wrapper .section-odeme .payment-complete-div #payment-complete-btn {
    width: 70%;
    border: none;
    height: 50px;
    box-shadow: 0 0 #0003, 0 0 #00000024, 0 0 #0000001f;
    background-color: #546e7a;
    color: black;
    cursor: pointer;
}

.basket-wrapper .section-odeme .payment-complete-div #call-us-btn {
    width: 29%;
    border: none;
    height: 50px;
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
    background-color: var(--thema-color);
    color: black;
    cursor: pointer;
}

.basket-wrapper .basket-right-wrap {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: white;
    box-shadow: 0 3px 3px -2px #0003, 0 3px 4px #00000024, 0 1px 8px #0000001f;
}

.basket-wrapper .basket-right-wrap .top-div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.basket-wrapper .basket-right-wrap .top-div #after-buy-btn {
    width: 49%;
    background-color: var(--btn-color-g);
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    border: none;
    color: white;

}

.basket-wrapper .basket-right-wrap .top-div #clear-basket {
    width: 49%;
    background-color: #f44336;
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
    text-align: center;
    margin: 0;
    font-weight: 600;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    font-size: 14px;
    border: none;
    color: white;
}

.basket-wrapper .basket-right-wrap .middle-div {
    margin: 0 0 15px;
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
    padding: 0 24px 16px;
}

.basket-wrapper .basket-right-wrap .middle-top {
    cursor: pointer;
    height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    border-radius: inherit;
    transition: height 225ms cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.basket-wrapper .basket-right-wrap .middle-top .middle-hotelname {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-right: 25px;
}

.basket-wrapper .basket-right-wrap .middle-top .middle-hotelname .mobil-middle {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    color: #000000de;
}

.basket-wrapper .basket-right-wrap .middle-top .middle-hotelname .mobil-middle p {
    margin-bottom: 0;
    font-weight: 500;
    font-weight: 500;
    color: #797777;
    margin-right: 10px;

}

.basket-wrapper .basket-right-wrap .middle-top .middle-hotelname p {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.basket-wrapper .basket-right-wrap .middle-top a {
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    fill: currentColor;
    height: 23px;
    line-height: 23px;
    width: 25px;
    font-size: inherit !important;
    vertical-align: middle !important;
    color: white;
    background-color: #f44336;
    border: none;
    cursor: pointer;
}

.basket-wrapper .basket-right-wrap .middle-middle {}

.basket-wrapper .basket-right-wrap .middle-column {
    display: flex;
    flex-direction: column;
}

.basket-wrapper .basket-right-wrap .middle-column .img-container {
    width: 110px;
    height: 100px;
}

.basket-wrapper .basket-right-wrap .middle-column .img-container img {
    width: 110px;
    height: 100px;
    object-fit: cover;
}

.basket-wrapper .basket-right-wrap .middle-column .adress {
    margin-bottom: 0;
    width: 100%;
    padding-left: 10px;
    font-style: italic;
    color: #000000ab;
    font-size: 14px;
}

.basket-wrapper .basket-right-wrap .middle-column .check-date-div {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.basket-wrapper .basket-right-wrap .middle-column .check-date-div .checkin-div,
.basket-wrapper .basket-right-wrap .middle-column .check-date-div .checkout-div {
    display: flex;
    background-color: #dfdfdf;
    width: 49%;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
}

.basket-wrapper .basket-right-wrap .middle-column .room-info-div {
    position: relative;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 10px;
    border-bottom: solid 1px #b3b3b3;
    padding-bottom: 5px;
    color: #000000de;
    margin-bottom: 10px;
}

.basket-wrapper .basket-right-wrap .middle-column .room-info-div .room-name-div {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
}

.basket-wrapper .basket-right-wrap .middle-column .room-info-div .room-price-div {
    display: flex;
    justify-content: flex-end;
    font-weight: 700;
    letter-spacing: normal;
}

.basket-wrapper .basket-right-wrap .middle-column .room-info-div .room-price-div del {
    margin-right: 5px;
    color: #2121219e;
    font-weight: 700;
    font-size: 14px;
}

.basket-wrapper .basket-right-wrap .middle-column .room-info-div .room-day-info {
    text-align: end;
    font-size: 14px;
}

.basket-wrapper .basket-right-wrap .middle-bottom {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.basket-wrapper .basket-right-wrap .middle-bottom .concept-div {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: #0000008a;
}

.basket-wrapper .basket-right-wrap .middle-bottom .concept-div>div:nth-of-type(1) {
    margin-bottom: 5px;
}

.basket-wrapper .basket-right-wrap .middle-bottom .icon-div {
    display: flex;
    justify-content: flex-end;
    min-width: 50px;
}

.basket-wrapper .basket-right-wrap .middle-bottom .icon-div i {
    font-size: 24px;
    width: 24px;
    height: 24px;
    align-self: center;

    justify-content: flex-end;
    align-items: center;
}

.basket-wrapper .basket-right-wrap .middle-bottom button {
    min-width: 50px;
    font-size: 18px;
    box-shadow: 0 0 #0003, 0 0 #00000024, 0 0 #0000001f;
    line-height: 34px;
    border: 1px solid #0000001f;
    background-color: white;
    border-radius: 4px;
    cursor: pointer;

}

.basket-wrapper .basket-right-wrap .middle-bottom button i {
    height: 22px;
    width: 22px;

}

.basket-wrapper .basket-right-wrap .bottom-div {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.basket-wrapper .basket-right-wrap .bottom-div .bottom-total-div {
    display: flex;
    width: 100%;
    min-height: 30px;
    align-items: center;
    margin: 5px 0;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    align-items: flex-start;
}

.basket-wrapper .basket-right-wrap .bottom-div .bottom-vergi-div {
    display: flex;
    width: 100%;
    min-height: 30px;
    align-items: center;
    margin: 5px 0;
    justify-content: space-between;
    font-size: 14px;
    color: #000000de;

}

.basket-wrapper .basket-right-wrap .bottom-div .rez-send-div {
    display: flex;
    width: 100%;
    min-height: 30px;
    align-items: center;
    margin: 5px 0;
    justify-content: space-between;
    font-size: 14px;
    color: #000000de;
}