* {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
}

body {
    direction: rtl;
}

.HotelItem {
    padding: 20px 70px 20px 0px;
}

.HotelItem button {
    right: unset;
    left: 0;
}

.HotelItemClicker ,
.HotelsSearch g {
    left: unset;
    right: 0;
}

.HotelItem button i {
    transform: rotateY(180deg);
}

.HotelItemThumb {
    position: absolute;
    left: unset;
    right: 10px;
}
.HotelItemPinned {
    padding-top: 190px;
}

.HotelItemPinned .HotelItemThumb {
    position: absolute;
    right: unset;
    left: 0;
    top: 0;
    width: 100%;
    height: 170px;
    border-radius: 0;
    cursor: pointer;
}

.HotelsSearch .setbg {
    right: unset;
    left: 0;
}

.HotelViewDetails h6 strong {
    float: left;
}

.HotelViewDetails label i {
    margin: 0 0;
    margin-left: 10px;
}

.HotelImagesPopUpArrows  {
    transform: rotateY(180deg);
}
