/* fint RTL CSS */

body{ direction:rtl; unicode-bidi:embed; text-align: right; }

.btn-one i, .btn-one svg, .link-one svg, .card-btn a svg {
    transform: rotate(180deg);
}

.btn img, .btn svg, .link img, .hero-slider-one .slider-btn .hero-prev img, .hero-slider-one .slider-btn .hero-next img{
    transform: rotate(180deg);
}

.footer-wrap .footer-widget ul li a::before, .testimonial-slider-one .slider-btn .testimonial-prev.active img, .testimonial-slider-one .slider-btn .testimonial-prev:hover img, .testimonial-slider-one .slider-btn .testimonial-next.active img, .testimonial-slider-one .slider-btn .testimonial-next:hover img, .testimonial-slider-two .slider-btn .testimonial-prev.active img, .testimonial-slider-two .slider-btn .testimonial-prev:hover img, .testimonial-slider-two .slider-btn .testimonial-next.active img, .testimonial-slider-two .slider-btn .testimonial-next:hover img, .testimonial-slider-one .slider-btn .testimonial-prev img, .testimonial-slider-one .slider-btn .testimonial-next img, .testimonial-slider-two .slider-btn .testimonial-prev img, .testimonial-slider-two .slider-btn .testimonial-next img, .booking-wrap .booking-form button img, .hero-section.style-two .hero-content-slider .slider-btn .hero-prev img, .hero-section.style-two .hero-content-slider .slider-btn .hero-next img, .link svg, .slider-btn img {
    transform: rotate(180deg);
}
input, select {
    text-align: right;
}
.booking-wrap .booking-form button img {
    transform: rotate(0deg);
    margin-left: 5px;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
    float: right;
}
a.next.page-numbers {
    transform: rotate(180deg) !important;
}
.prev.page-numbers {
    transform: rotate(180deg) !important;
}
.woocommerce-product-gallery {
    direction: ltr;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    background: 0 0;
}
.products_details div.product .product_title::before {
    right: 0;
    left: auto;
}

.products_details div.product span.sale-btn {
    left: 15px;
    right: unset;
}
.woocommerce div.product form.cart div.quantity {
    float: right;
}

.loan-form .gdpr-term {
    float: right;
    position: relative;
    top: 8px;
}

.wc_payment_methods .woocommerce-info::before {
    left: unset;
    right: 29px;
}