/**
 * RTL Styles
 */
.font-smooth {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hover-transition {
  transition: all 0.2s;
}

.list-style ul:not(.list) li {
  background: url("../img/cat-arrow.png") left 19px no-repeat;
  border-bottom: 1px solid #e2e7ea;
  padding: 1.4rem 0 1.4rem 1.6rem;
  margin-bottom: 0;
}
.list-style ul:not(.list) li:last-child {
  border: 0;
}
.list-style ul:not(.list) li a {
  color: #2e3031;
}
.list-style ul:not(.list) li a:hover {
  color: #00aeef;
}
.list-style ul:not(.list) ul {
  margin-top: 1.4rem;
  border-top: 1px solid #e2e7ea;
  margin-bottom: -1.4rem;
}
.list-style ul:not(.list) ul li:last-child {
  border-bottom: 0;
}

.list-style-footer ul:not(.list) li {
  margin-bottom: 1.2rem;
}
.list-style-footer ul:not(.list) li:last-child {
  border: 0;
}
.list-style-footer ul:not(.list) li a {
  color: #9BB8CC;
}
.list-style-footer ul:not(.list) li a:hover {
  color: white;
}
.list-style-footer ul:not(.list) ul {
  margin-top: 1.2rem;
}
.list-style-footer ul:not(.list) ul li {
  padding-left: 1.6rem;
}
.list-style-footer ul:not(.list) ul li:last-child {
  border-bottom: 0;
}

body {
  direction: rtl;
  unicode-bidi: embed;
}

.home-slider .slide header {
  left: auto;
  right: 10%;
}
.home-slider .slide .detail {
  right: auto;
  left: 10%;
}
.home-slider .slide .detail .price .figure {
  float: right;
}
.home-slider .slide .detail .price .arrow img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.travel-destinations figure .overlay .location {
  left: auto;
  right: 3rem;
}

.special-offers .tour-offer figure {
  float: right;
}
.special-offers .tour-offer .read-more {
  right: auto;
  left: 0;
}

.tours-listing .tour-post .offer-content .read-more {
  right: auto;
  left: 0;
}

.blog-posts article.post .meta-item.entry-author {
  left: auto;
  right: 3rem;
}
.blog-posts article.post .read-more {
  right: auto;
  left: 0;
}

.qe-faq-toggle .qe-toggle-title i.fa {
  margin-right: auto;
  margin-left: 2.2rem;
}

.tours-gallery .gallery-item .item-content {
  left: auto;
  right: 0;
}

.tours-listing .tour-post figure .sunlight {
  left: auto;
  right: 3rem;
}
.tours-listing .tour-post .offer-content .discount-label {
  right: auto;
  left: 2.9rem;
}

.tours-list-container .tour-post .offer-content div.discount-label {
  right: auto;
  left: 0;
}

.single-tour .tour-tabs {
  float: right;
}
.single-tour .tour-tabs li {
  float: right;
  border-right: unset;
  border-left: 1px solid #e2e7ea;
}
.single-tour .tour-detail .tour-include li {
  float: right;
}
.single-tour .tour-detail .tour-exclude li {
  float: right;
}

.woocommerce div.product .single-right-wc .product_title {
  padding-right: unset;
  padding-left: 125px;
}
.woocommerce div.product .single-right-wc table.variations td {
  float: right;
}
.woocommerce div.product .woocommerce-tabs #comments {
  float: right;
}

.entry-content table th {
  text-align: right;
}
.entry-content table td {
  text-align: right;
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: right;
  }
}
.bottom-socket .row {
  display: flex;
}
.bottom-socket .credit-cards {
  float: unset;
}

.site-footer #scroll-top {
  right: auto;
  left: 30px;
}