@media (max-width: 1403px) {
    .header li {
        font-family: 'Open Sans Hebrew', serif;
        padding-top: 7px !important;
    }
}

.column-1 {
    float: right;
    width: 8%;
    direction: rtl;
    text-align: right;
}

.column-2 {
    float: right;
    width: 15%;
    direction: rtl;
    text-align: right;
}

.column-3 {
    float: right;
    width: 67%;
    direction: rtl;
    text-align: right;
}

.column-4 {
    float: right;
    width: 10%;
    direction: rtl;
}
/* Stops the float property from affecting content after the columns */
.columns:after {
    content: "";
    display: table;
    clear: both;
    text-align: right;
}

.header {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    top: 0px;
    width: 100%;
    height: 104px;
    right: 0px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 20px 0px 20px;
    z-index: 100;
}
/* .container{
    width: 100%;
    display: flex;
    align-items: stretch;
} */
/* .logo {
    width: 7%;
    position: absolute;
    margin-left: 90%;
}
#name {
    width: 17.722%;
    position: absolute;
    margin-left: 75%;
    float: right;
}
#menu {
    width: 50%;
    text-align: left;
    margin-top: 20px;
    padding-left: 10%;
    position: absolute;
}
 */

.header .icons {
    margin-top: 30px;
}

.header .button {
    width: 130px;
    margin-top: 0px !important;
    line-height: 1.5;
    padding: -40px;
    /* background-color: #64895c; */
}

.header .button_text {
    font-weight: 600;
    background-color: #64895c;
    color: white;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
}
/* #block_container {
    text-align: center;
    width: 100%;
   
}
#block_container > a {
    display: inline-block;
    vertical-align: middle;
}
#block_container > div {
    display: inline-block;
    vertical-align: middle;
} */
.header img {
    width: 90%;
}

.header ul {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
}

.header li {
    list-style-type: none;
    display: inline-block;
    margin: 5px 10px;
    font-family: 'Open Sans Hebrew', serif;
    padding-top: 35px;
}

.header li > a {
    color: #64895c;
    text-decoration: none;
    display: inline-block;
}

#title {
    font-family: 'Open Sans Hebrew', serif;
    font-size: 16px;
    font-weight: 600;
    color: #64895c;
    text-decoration: none;
    display: inline-block;
    padding-top: 40px;
}

.txt > a {
    font-family: 'Open Sans Hebrew', serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.txt {
    font-family: 'Open Sans Hebrew', serif;
    font-size: 16px;
    color: #fff;
}

.header li > a::after {
    content: "";
    display: block;
    margin: auto;
    height: 3px;
    width: 0;
    top: 5px;
    background: transparent;
    transition: all 0.3s;
}

.header li > a:hover::after, li > a.active-nav::after {
    width: 100%;
    background: #64895c;
}

.header .icons .fa {
    padding: 10px;
    font-size: 20px;
    width: 40px;
    text-align: center;
    text-decoration: none;
}

.header .icons .fa:hover {
    opacity: 0.7;
}

.header .fa-facebook {
    background: #DFC8B7;
    color: black;
}

.header .fa-youtube {
    background: #DFC8B7;
    color: black;
}

.header .fa-instagram {
    background: #DFC8B7;
    color: black;
}

.header .fa-facebook:hover {
    background: #3B5998;
    color: white;
}

.header .fa-youtube:hover {
    background: #bb0000;
    color: white;
}

.header .fa-instagram:hover {
    background: #ea4c89;
    color: white;
}

.footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #63707F;
    color: white;
    text-align: center;
}

.column-3 ul {
    text-align: center;
}

.footer p {
    padding: 1em;
}

.footer a:hover {
    color: white;
    opacity: 0.75;
}


/*SB*/

body {
    background: #fff;
    direction: rtl;
}

.sb__form-field--checkout .sb__form-field-input, .sb__form-field--checkin .sb__form-field-input {
    border-radius: 4px !important;
}

@media (min-width: 991px) {
    .sb-results-view, .sb-results-header {
        padding: 0 16px 0 0 !important;
    }

    .sb-cart-view {
        padding: 0 !important;
    }
}

.sb-room-card:hover .sb-room-card__description:after, .sb-room-card:hover .sb-room-card__description:before {
    border-right: 0 !important;
}