/*----------------------------------------------------------------
                                GLOBAL
----------------------------------------------------------------*/
body.wb-rtl .direction-auto {
    direction: rtl !important;
}

body.wb-ltr .direction-auto {
    direction: ltr !important;
}

body.wb-rtl .text-align-auto,
body.wb-rtl .testimonials .item .info, .dropdown-item {
    text-align: right !important;
}

body.wb-ltr .text-align-auto {
    text-align: left !important;
}

/*----------------------------------------------------------------
                                HEADER
----------------------------------------------------------------*/
body.wb-rtl .sub-title.border-bot-light,
body.wb-rtl .sub-title.border-bot-dark,
body.wb-rtl .sub-title.border-footer-light {
    padding: 8px 15px 15px 0;
}

body.wb-rtl .sub-title:before {
    right: 0;
}

body.wb-rtl .ratting-point .features-ratting h3 {
    border-left: 1px solid #eee3d0;
    border-right: unset;
    margin-left: 5px;
    margin-right: 0;
}

body.wb-rtl .about .col-6.text-end {
    text-align: left !important;
}

body.wb-rtl .about .col-6.text-start {
    text-align: right !important;
}

body.wb-rtl .rooms1-content .book {
    text-align: -webkit-left;
}

body.wb-rtl .rooms1-content .book > div:nth-child(2) {
    padding-right: 36px;
    padding-left: 0;
}

body.wb-rtl .amenities .item .number {
    left: 30px;
    right: unset;
}

body.wb-rtl .amenities .item:hover .number {
    border-radius: 0 0 50px 0;
}

body.wb-rtl .amenities .item:hover .number {
    left: 0px;
    right: unset;
}

.ltr {
    direction: ltr;
}

body.wb-rtl .testimonials .item .info .cont {
    margin-right: 75px;
    margin-left: 0;
}

body.wb-rtl .testimonials .item .info .author-img {
    float: right;
}

body.wb-rtl .footer-explore-list li a {
    padding-right: 15px;
    padding-left: 0;
}

body.wb-rtl .footer-explore-list li a:before {
    right: 0;
    left: unset;
}

.copyright-willaarts a,
.copyright-willaarts i {
    color: white !important;
}

body.wb-rtl .reservations .text {
    margin-right: 15px;
    margin-left: 0;
}

.text-justify {
    text-align: justify;
}

.room-details2 .price {
    font-size: 1.3rem;
}

.room-details2 .discount {
    font-size: 1rem;
    line-height: 1.2;
}

.wb-similar-item-name {
    font-size: 1.2rem;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wb-similar-item {
    flex-direction: row-reverse;
}
.date-comment i {
    font-size: 14px;
}
.MulltipleEllipsis-Clamp3 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 76px;
}
@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 1.2rem;
        line-height: 1.7em;
        font-weight: 700;
    }
}
