 /* ---------------------------------
============ Header ==============
---------------------------------  */

.rtl .wdt-popup-box-window.mfp-wrap.wdt-left-side-slide .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
  max-width: 520px;
  padding: 40px;
}

/* Menu */

.rtl .wdt-popup-box-window.wdt-right-side-slide .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
    -webkit-transform: translateX(-800px);
    transform: translateX(-800px);
}

.rtl .wdt-header-menu .menu-container ul.sub-menu > li > a > span::before {
    right: 0;
    left: auto;
    transform: translateX(10px) scaleX(-1);
    -webkit-transform: translateX(10px) scaleX(-1); 
    margin-left: 10px;
    margin-right: 0px;
}

.rtl .wdt-header-menu .menu-container ul.sub-menu > li:hover > a > span::before,
.rtl .wdt-header-menu .menu-container ul.sub-menu > li.current_page_parent > a > span::before,
.rtl .wdt-header-menu ul li ul.sub-menu > li.current-menu-item > a span::before {
    transform: translateX(0) scaleX(-1);
    -webkit-transform: translateX(0) scaleX(-1);
}

.rtl .wdt-header-menu .menu-container ul.sub-menu > li:hover > a > span,
.rtl  .wdt-header-menu .menu-container ul.sub-menu > li.current_page_parent > a > span,
.rtl  .wdt-header-menu ul li ul.sub-menu > li.current-menu-item > a span {
    padding-right: 20px;
    padding-left: 0px;
}

.rtl .wdt-header-menu ul li ul.children,
.rtl .wdt-header-menu ul li ul.sub-menu,
.rtl .wdt-header-menu ul li.has-mega-menu > ul {
    right: 0;
    left: auto;
    text-align: right;
}

.rtl .wdt-header-menu .menu-container .wdt-primary-nav li[class*="has-children"] ul.sub-menu > li > a > span:after {
    left: 0;
    right: auto;
}

.rtl .wdt-header-menu ul li ul.children li ul:not(.menu-item-object-wdt_mega_menus ul),
.rtl .wdt-header-menu ul li ul.sub-menu li ul:not(.menu-item-object-wdt_mega_menus ul) {
    right: 100%;
    left: auto;
    margin-right: 5px;
    margin-left: 0px;
}

.rtl .wdt-header-menu ul li.menu-item-depth-2 > ul, 
.rtl .wdt-header-menu ul li.menu-item-depth-4 > ul,
.rtl .wdt-header-menu ul li.menu-item-depth-6 > ul, 
.rtl .wdt-header-menu ul li.menu-item-depth-8 > ul,
.rtl .wdt-header-menu ul li.menu-item-depth-10 > ul, 
.rtl .wdt-header-menu ul > li:nth-child(n+2) ul li.menu-item-depth-1 > ul, 
.rtl .wdt-header-menu ul > li:nth-child(n+2) ul li.menu-item-depth-3 > ul,
.rtl .wdt-header-menu ul > li:nth-child(n+2) ul li.menu-item-depth-5 > ul,
.rtl .wdt-header-menu ul > li:nth-child(n+2) ul li.menu-item-depth-7 > ul,
.rtl .wdt-header-menu ul > li:nth-child(n+2) ul li.menu-item-depth-9 > ul {
    right: 100%;
    left: auto;
}

.rtl .wdt-header-menu .menu-container .wdt-primary-nav li[class*="has-children"] > a > span:after {
    margin-right: 8px;
    margin-left: 0px;
    left:0;
    right: auto;
    transform: scaleX(-1);
}

.rtl .wdt-search-form-container .wdt-search-form-close {
    left: clamp(1.25rem, 0.6927rem + 2.5478vw, 3.75rem);
    right: auto;
}

.rtl .wdt-search-form-container #searchform input[type="submit"] {
    right: clamp(1.25rem, 0.6927rem + 2.5478vw, 3.75rem);
    left: auto;
}

.rtl .wdt-search-form-container #searchform input[type="text"]{
    padding-right: clamp(3.75rem, 3.4713rem + 1.2739vw, 5rem);
    padding-left: 24px;
}

.rtl .mobile-nav-container .menu-trigger {
    transform: scaleX(-1);
}

.rtl .wdt-terms-and-condition-holder input[type="checkbox"].wdt-terms-and-conditions {
    margin: 0 0px 0 11px !important;
}

.rtl .wdt-mailchimp-holder.wdt-template-type2 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form::before {
    right: 26px;
    left: auto;
}

.rtl .wdt-mailchimp-holder.wdt-template-type2 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-form-holder input {
    padding-right: 4.2em;
    padding-left: 24px;
}

.rtl .wdt-popup-box-window.mfp-wrap.wdt-right-side-slide .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder .wdt-popup-box-content-inner ~ .mfp-close {
    left: 20px;
    right: auto;
}

.rtl .wdt-mailchimp-holder.wdt-template-type2 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form:hover:before {
    width:18px;
}

/* Button */


.rtl .wdt-button-holder.wdt-button-icon-after .wdt-button .wdt-button-icon {
    margin-right: 10px;
    margin-left: 0px;
    transform: scaleX(-1);
}

/* Mobile View */

.rtl .mobile-menu,
.rtl .mobile-menu ul, .rtl .mobile-menu ul li { text-align: right; }
.rtl .mobile-menu.nav-is-visible{
    animation-name:rtl-anime-slidein-right;
}
@keyframes rtl-anime-slidein-right {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
.rtl .mobile-menu ul li { float: right; width: 100%; }
.rtl .mobile-nav-offcanvas-right .mobile-menu { left: 0; right: auto; }
.rtl .mobile-nav-offcanvas-left .mobile-menu { right: 0; left: auto; -webkit-transform: translateX(100%); transform: translateX(100%); }
.rtl .mobile-menu.is-hidden, .rtl .mobile-menu > ul.is-hidden, .rtl .mobile-menu > ul li ul.is-hidden, .rtl .mobile-menu ul.sub-menu.is-hidden,
.rtl .mobile-menu ul.sub-menu li ul.is-hidden { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
.rtl .mobile-menu, .rtl .mobile-menu > ul, .rtl .mobile-menu > ul ul.children,
.rtl .mobile-menu > ul ul.sub-menu, .rtl .mobile-menu > ul ul.children > li > ul,
.rtl .mobile-menu > ul ul.sub-menu > li > ul {left: 0!important; right: auto!important;}
.rtl .mobile-menu li[class*="has-children"] > a:before,
.rtl .mobile-menu li[class*="has_children"] > a:before{ left: 12px; right: auto;}
.rtl .mobile-menu ul li.go-back a:before { right: 15px; left: auto;  -webkit-transform: translateY(-50%) scaleX(-1); transform: translateY(-50%) scaleX(-1);}
.rtl .mobile-menu ul li.go-back a:hover:before { right: 10px;  left: auto;}
.rtl .mobile-menu li[class*="has-children"] > a:hover:before,
.rtl .mobile-menu li[class*="has_children"] > a:hover:before { left: 8px;  right: auto;}
.rtl .mobile-menu ul li.go-back a:after { right: 25px; left: auto;}
.rtl .mobile-menu ul li.go-back a:hover:after { right: 15px; left: auto; }
.rtl .mobile-menu li[class*="has-children"] > a:after,
.rtl .mobile-menu li[class*="has_children"] > a:after { left: 18px; right: auto; }
.rtl .mobile-menu li[class*="has-children"] > a:hover:after,
.rtl .mobile-menu li[class*="has_children"] > a:hover:after { left: 12px; right: auto; }
.rtl .mobile-menu-overlay { right: 0; left: auto;}
.rtl .mobile-menu li[class*="has-children"] > a:before{ -webkit-transform: translateY(-50%) scaleX(-1); transform: translateY(-50%) scaleX(-1);}
.rtl .mobile-menu ul li.close-nav a,
.rtl .mobile-menu ul li.close-nav,
.rtl li.close-nav a{
    float: left;
}

@media (min-width: 1281px) {
    .rtl .wdt-header-menu ul li ul.sub-menu li ul:not(.menu-item-object-wdt_mega_menus ul)::before {
        top: 0;
        right: -5px;
        left: auto;
        height: 100%;
        width: 5px;
    }
}

.rtl .mfp-close {
    left: 0;
    right: auto;
}

.rtl ul.quick_search_results.active:before {
    right: 20px;
    left: auto;
}

.rtl #back-to-top {
    left: 20px;
    right: auto;
}

.rtl #searchform input.text_input ~ ul.quick_search_results {
    text-align: right;
}

.rtl .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:not(.swiper-button-disabled):hover svg {
    animation: rtl-wdt-arrow-icon 0.3s ease; -webkit-animation: rtl-wdt-arrow-icon 0.3s ease;
}

@keyframes rtl-wdt-arrow-icon {
    0% { transform: translateX(0); -webkit-transform: translateX(0); opacity: 1; }
    49% { transform: translateX(-10px) scale(0.5); -webkit-transform: translateX(-10px) scale(0.5); opacity: 0; }
    50% { transform: translateX(10px) scale(0.5); -webkit-transform: translateX(10px) scale(0.5); opacity: 0; }
    100% { transform: translateX(0); -webkit-transform: translateX(0); opacity: 1; }
}

@-webkit-keyframes rtl-wdt-arrow-icon {
    0% { transform: translateX(0); -webkit-transform: translateX(0); opacity: 1; }
    49% { transform: translateX(-10px) scale(0.5); -webkit-transform: translateX(-10px) scale(0.5); opacity: 0; }
    50% { transform: translateX(10px) scale(0.5); -webkit-transform: translateX(10px) scale(0.5); opacity: 0; }
    100% { transform: translateX(0); -webkit-transform: translateX(0); opacity: 1; }
}

.rtl .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div.wdt-arrow-pagination-prev:not(.swiper-button-disabled):hover svg {
    animation: rtl-wdt-arrow-icon-left 0.3s ease; -webkit-animation: rtl-wdt-arrow-icon-left 0.3s ease;
}

@keyframes rtl-wdt-arrow-icon-left {
    0% { transform: translateX(0); -webkit-transform: translateX(0); opacity: 1; }
    49% { transform: translateX(10px) scale(0.5); -webkit-transform: translateX(10px) scale(0.5); opacity: 0; }
    50% { transform: translateX(-10px) scale(0.5); -webkit-transform: translateX(-10px) scale(0.5); opacity: 0; }
    100% { transform: translateX(0); -webkit-transform: translateX(0); opacity: 1; }
}

@-webkit-keyframes rtl-wdt-arrow-icon-left {
    0% { transform: translateX(0); -webkit-transform: translateX(0); opacity: 1; }
    49% { transform: translateX(10px) scale(0.5); -webkit-transform: translateX(10px) scale(0.5); opacity: 0; }
    50% { transform: translateX(-10px) scale(0.5); -webkit-transform: translateX(-10px) scale(0.5); opacity: 0; }
    100% { transform: translateX(0); -webkit-transform: translateX(0); opacity: 1; }
}


/* ---------------------------------
============ Footer ==============
--------------------------------- */

.rtl .wdt-image-box-holder.wdt-rc-template-instagram-template .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon {
    transform: rotate(-45deg) scale(0.5);
    -webkit-transform: rotate(-45deg) scale(0.5);
}

.rtl .wdt-mailchimp-holder.wdt-template-type2 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-icon .wdt-mailchimp-subscription-button-holder button {
    transform: scaleX(-1);
}

.rtl .wdt-cus-link-text.elementor-element a::before{
    left: auto;
    right: 0;
}

.rtl .wdt-cus-link-text.elementor-element a:hover::before {
    right: auto;
    left: 0;
}


/* ---------------------------------
============ Home-1 ==============
--------------------------------- */


.rtl .wdt-animation-wrapper { direction: ltr; }

.rtl .wdt-service-item.wdt-service-type-1 .wdt-service-button > a::after {
    margin-right: 8px;
    margin-left: 0px;
    rotate: -90deg;
}

.rtl .wdt-service-item.wdt-service-type-1 .wdt-service-button > a::before {
    right: 0;
    left: auto;
}

.rtl .wdt-services-holder.wdt-carousel-holder:has(.wdt-services-container .wdt-services-wrapper .swiper-slide > .wdt-service-item.wdt-service-type-1) .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-next {
    transform: translateX(-130px);
    -webkit-transform: translateX(-130px);
}

.rtl .wdt-services-holder.wdt-carousel-holder:has(.wdt-services-container .wdt-services-wrapper .swiper-slide > .wdt-service-item.wdt-service-type-1) .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-prev {
    transform: translateX(130px);
    -webkit-transform: translateX(130px);
}

@media ( max-width: 1540px ) {
    .rtl .wdt-services-holder.wdt-carousel-holder:has(.wdt-services-container .wdt-services-wrapper .swiper-slide > .wdt-service-item.wdt-service-type-1) .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-prev {
        transform: translateX(100px);
        -webkit-transform: translateX(100px);
    }

    .rtl .wdt-services-holder.wdt-carousel-holder:has(.wdt-services-container .wdt-services-wrapper .swiper-slide > .wdt-service-item.wdt-service-type-1) .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-next {
        transform: translateX(-100px);
        -webkit-transform: translateX(-100px);
    }
}

@media ( max-width: 1280px ) {
    .rtl .wdt-services-holder.wdt-carousel-holder:has(.wdt-services-container .wdt-services-wrapper .swiper-slide > .wdt-service-item.wdt-service-type-1) .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-prev {
        transform: translateX(80px);
        -webkit-transform: translateX(80px);
    }

    .rtl .wdt-services-holder.wdt-carousel-holder:has(.wdt-services-container .wdt-services-wrapper .swiper-slide > .wdt-service-item.wdt-service-type-1) .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-next {
        transform: translateX(-80px);
        -webkit-transform: translateX(-80px);
    }
}

@media (max-width: 1024px) {
    .rtl .wdt-services-holder.wdt-carousel-holder:has(.wdt-services-container .wdt-services-wrapper .swiper-slide > .wdt-service-item.wdt-service-type-1) .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-prev,
    .rtl .wdt-services-holder.wdt-carousel-holder:has(.wdt-services-container .wdt-services-wrapper .swiper-slide > .wdt-service-item.wdt-service-type-1) .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-next {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
}

.rtl .wdt-service-item.wdt-service-type-1 .wdt-service-button > a:hover::before  {
    right: auto;
    left: 0;
}

.rtl .wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-item-excerpt-group .wdt-listings-group-button-hover-icon a {
     rotate: -90deg;
}

.rtl .wdt-image-box-holder.wdt-rc-template-contact-template .wdt-content-item .wdt-content-image-wrapper {
    margin-right: -10px;
    margin-left: 2px;
}

.rtl .wdt-image-box-holder.wdt-rc-template-feature-template .wdt-content-item .wdt-content-media-group .wdt-content-title {
    padding: 0 clamp(1.25rem, 1.1107rem + 0.6369vw, 1.875rem) 0 clamp(1.25rem, 0.414rem + 3.8217vw, 5rem);
}

.rtl .wdt-image-box-holder.wdt-rc-template-feature-template .wdt-content-item {
    padding-left: 20px;
    padding-right:0px ;
}

.rtl .wdt-pricing-table-holder .wdt-pricing-table-footer .wdt-content-button > a .wdt-pricing-table-footer-button-icon {
    margin-right: 10px;
    margin-left: 0px;
    rotate: -90deg;
}

.rtl .wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-suffix {
    padding-right: 5px;
    padding-left: 0px;
}

.rtl .wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-prefix {
    padding-right: 0px;
    padding-left: 5px;
}

@media (min-width: 768px) {
    .rtl .wdt-testimonial-holder.wdt-rc-template-default .wdt-carousel-pagination-wrapper {
        position: absolute;
        left: 0;
        right: auto;
        top: -110px;
    }
}

.rtl .wdt-post-entry .blog-entry .entry-button a.wdt-button, .wdt-post-entry .blog-entry .entry-format a {
    rotate: -90deg;
}

.rtl .blog-entry.has-post-thumbnail div.entry-media-group > div.entry-thumb-content > .entry-date {
    right: 24px;
    left: auto;
}

.rtl .blog-entry div.entry-meta-group > div.entry-categories:before {
    margin-left: 8px;
    margin-right: 0px;
}

/* ---------------------------------
============ Home-2 ==============
--------------------------------- */

.rtl .wpcf7 input[type="url"],.rtl .wpcf7 input[type="email"],.rtl .wpcf7 input[type="tel"], .rtl textarea ,
.rtl input[type="text"] {
    direction: rtl;
    text-align: right;
}

/* .rtl .select2-container--default .select2-selection--single .select2-selection__arrow b {
    right: 50%;
    left: auto;
    margin-right: -4px;
    margin-left: 0px;
} */

.rtl .wdt-contact-form-1 .wpcf7-list-item label {
    direction: rtl;
}

.rtl .select2-container--default .select2-results>.select2-results__options .select2-results__option {
    text-align: right;
}

.rtl .wdt-contact-form-1 {
    direction: rtl;
}

.rtl .wpcf7-form span.icon-button input[type="submit"] {
    padding-left: 3.2em;
    padding-right: 24px;
}

.rtl .wpcf7-form span.icon-button i {
    margin-left: clamp(1.25rem, 1.1943rem + 0.2548vw, 1.5rem);
    margin-right: 0px;
    rotate: -90deg;
}

.rtl .wpcf7-not-valid-tip {
    left: 5px;
    right: auto;
}

.rtl .wpcf7-form .wpcf7-response-output, .rtl .wpcf7 form .wpcf7-response-output {
    direction: rtl;
}

.rtl .appointment-booking-tab{
   direction: rtl; 
}

.rtl .wdt-tabs-container[class*='-layout-horizontal'][class*='-template-bordered'] .wdt-tabs-list li .ui-tabs-anchor:after {
    right:auto;
    left: 0;
}

.rtl .wdt-tabs-container[class*='-layout-horizontal'][class*='-template-bordered'] .wdt-tabs-list li .ui-tabs-anchor:before {
    right: 0;
    left: auto;
}

.rtl .flatpickr-calendar:after,
.rtl .flatpickr-calendar:before {
    right: 22px;
    left: auto;
}

.rtl .flatpickr-calendar{
    right: 123.5px !important;
    left: auto !important;
}

@media (min-width: 1025px) {
    .rtl .wdt-service-arrow-style .wdt-carousel-pagination-wrapper {
        left: 0;
        right: auto;
    }
}

.rtl .wdt-service-arrow-style .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:not(.swiper-button-lock) {
    margin-top: 40px;
}

.rtl .wdt-service-item.wdt-service-type-2 .wdt-service-button > a::before {
    rotate: -90deg;
}

.rtl .wdt-service-item.wdt-service-type-2 .wdt-service-detail-group .wdt-service-content-group .wdt-service-icon-group .wdt-service-button {
    transform: translate(100%, 100%);
    -webkit-transform: translate(100%, 100%);
}

.rtl .wdt-service-item.wdt-service-type-2:hover .wdt-service-detail-group .wdt-service-content-group .wdt-service-type-icon  {
    transform: translate(100%, 100%);
    -webkit-transform: translate(100%, 100%);
}

.rtl .wdt-content-item .wdt-content-counter > *:not(:last-child) {
    margin-left: 2px;
    margin-right: 0px;
}

@media (min-width: 481px) {
    .rtl .wdt-counter-holder.wdt-rc-template-default .wdt-column-wrapper .wdt-column:has( + .wdt-column ) .wdt-content-item::after {
        left: -11px;
        right: auto;
    }
}

.rtl .wdt-column-wrapper.wdt-snap-scroll-enabled ~ .wdt-snap-scroll-pagination > button::before {
    scale: -1;
}

.rtl .appointment-date .wpcf7-form-control-wrap::after,
.rtl .appointment-time .wpcf7-form-control-wrap::after {
    left: 30px;
    right: auto;
}

.rtl .wdt-flex-banner-options div.wdt-flex-banner-option::after {
    right: 45px;
    left: auto;
}

.rtl .wdt-flex-banner-options div.wdt-flex-banner-option.active::after {
    right: 45px;
    left: auto;
}

.rtl .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info > div.wdt-flex-banner-button a::after {
    margin-right: 8px;
    margin-left: 0px;
    rotate: -90deg; 
}

.rtl .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info > div.wdt-flex-banner-button a::before {
    right: 0px;
    left: auto;
}

.rtl .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info > div.wdt-flex-banner-button a:hover::before {
    right: auto;
    left: 0;
}

.rtl .wdt-flex-banner-options .wdt-flex-banner-option:not(:first-child) {
    border-right: 1px solid var(--wdtBorderColor);
}

.rtl .wdt-flex-banner-options .wdt-flex-banner-option:first-child {
    border-right: 0px;
}


@media (min-width: 1025px) {
    .rtl .wdt-testimonial-holder.wdt-rc-template-modern .wdt-carousel-pagination-wrapper {
        left: 0;
        right: auto;
    }
}

.rtl .wpcf7-form.appointment-booking-tab>p>label>span:first-child, 
.rtl .appointment-details>p>label>span:first-child {
    right: 71px;
    left: auto;
}

.rtl .wpcf7-form.appointment-booking-tab>p>label>i,
.rtl .appointment-details>p>label>i {
    right: 9px;
    left: auto;
}

.rtl .wpcf7-form.appointment-booking-tab .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered,
.rtl .appointment-details .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    margin: 32px 70px 14px 18px;
}


.rtl .wpcf7-form.appointment-booking-tab input[type="text"],
.rtl .wpcf7-form.appointment-booking-tab input[type="text"] .wdtDateTimePicker {
        padding: 32px 70px 14px 18px;
}

@media only screen and (max-width: 767px) {
    .rtl .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list:after {
        right: auto;
        left: 18px;
        -webkit-transform: rotate(45deg) translateY(50%);
        transform: rotate(45deg) translateY(50%);
    }

    .rtl .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list:before {
        left: 23px;
        right: auto;
        -webkit-transform: rotate(-45deg) translateY(50%);
        transform: rotate(-45deg) translateY(50%);
    }

    .rtl .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list.wdt-expanded:before {
        left: 22px;
        right: auto;
    }

    .rtl .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list.wdt-expanded:after {
        left: 26px;
        right:auto;
    }
}

    .rtl .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-swiper-pagination {
        text-align: right;
    }

    .rtl .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-swiper-pagination .wdt-swiper-pagination-bullets .swiper-pagination-bullet:first-child{
        margin-right: 0px;
        margin-left: 7px;
    }

    .rtl .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-swiper-pagination .wdt-swiper-pagination-bullets .swiper-pagination-bullet:last-child{
        margin-left: 0px;
        margin-right: 7px;
    }


@media(min-width: 1025px) {
    .rtl .wdt-testimonial-holder.wdt-rc-template-modern .wdt-carousel-pagination-wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        right: auto;
    }
}

@media (max-width: 1024px) {
    .rtl .wdt-testimonial-holder.wdt-rc-template-modern .wdt-carousel-pagination-wrapper {
        width: fit-content;
        margin-right: auto;
        margin-left: 0px;
    }
}

.rtl .wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header {
    padding-left: clamp(1.875rem, 1.0435rem + 1.7346vw, 3.125rem);
    padding-right: 0px;
    margin-left: clamp(1.875rem, 1.0435rem + 1.7346vw, 3.125rem);
    margin-right: 0px;
    border-left: 1px solid var(--wdtBorderColor);
    border-right: 0px;
}

.rtl .wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-features {
    padding-right: 0px;
    padding-left: 20px;
}

.rtl .wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-prefix {
    padding-left: 5px;
    padding-right: 0px;
}

.rtl .wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-suffix {
    padding-right: 5px;
    padding-left: 0px;
}

@media only screen and (max-width: 767px) {
    .rtl .wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header {
        margin: 0;
        padding: 0;
        border-width: 0;
    }

    .rtl .wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-features {
        padding: 0px;
    }
}

/* ---------------------------------
============ Home-3 ==============
--------------------------------- */

.rtl .wdt-cus-h4-slider .wdt-advanced-carousel-holder.wdt-rc-template-default .swiper-slide .wdt-cus-slider-img::before {
    transform: scale(1.3) translateX(-50px);
    -webkit-transform: scale(1.3) translateX(-50px);
    clip-path: inset(0 0 0 100%);
    transition: 1s cubic-bezier(.79, .14, .15, .86) !important;
    -webkit-transition: 1s cubic-bezier(.79, .14, .15, .86) !important;
    pointer-events: none;
}

.rtl .wdt-cus-h4-slider .wdt-advanced-carousel-holder.wdt-rc-template-default .swiper-slide .wdt-cus-slider-img .wdt-cus-slider-content{
    opacity: 0;
    transform: translateX(-500px) translateZ(0) scaleX(1.4);
    transition: 1s cubic-bezier(.79, .14, .15, .86);
    -webkit-transition: 1s cubic-bezier(.79, .14, .15, .86);
}

.rtl .wdt-cus-h4-slider .wdt-advanced-carousel-holder.wdt-rc-template-default .swiper-slide-active .wdt-cus-slider-img::before {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
    clip-path: inset(0 0 0 0);
}

.rtl .wdt-cus-h4-slider .wdt-advanced-carousel-holder.wdt-rc-template-default .swiper-slide-active .wdt-cus-slider-img .wdt-cus-slider-content {
    opacity: 1;
    transform: translateX(0) translateZ(0) scaleX(1);
}

.rtl .wdt-cus-h4-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper  {
    left: clamp(1.875rem, 1.7357rem + 0.6369vw, 2.5rem);
    right: auto;
}

.rtl .wdt-service-item.wdt-service-type-3 .wdt-service-button {
    padding-left: 20px;
    padding-right: 0px;
}

.rtl .wdt-service-item.wdt-service-type-3 .wdt-service-button > a::before {
    rotate: -90deg;
}


.rtl .wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-item-title-group {
    right: 0;
    left: auto;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.rtl .wdt-listings-item-wrapper.type2:hover .wdt-listings-item-top-section .wdt-listings-item-top-section-content > .wdt-listings-item-title {
        transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.rtl .wdt-listings-item-wrapper.type2:hover .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-item-title-group {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.rtl .wdt-listings-item-wrapper.type2 a.custom-button-style::after {
    margin-right: 8px;
    margin-left: 0px;
    rotate: -90deg;
}

.rtl .wdt-listings-item-wrapper.type2 a.custom-button-style::before {
    left: 0;
    right: auto;
}

.rtl .wdt-testimonial-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    transform: scaleX(-1);
}

.rtl .wdt-template-textual .wdt-button::before {
    left: auto;
    right: 0;
}

.rtl .wdt-template-textual .wdt-button:hover::before {
    right: auto;
    left: 0;
}

.rtl .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-title div[class*='-title-prefix'] {
        margin: 0 0 0 clamp(1.25rem, 0.9713rem + 1.2739vw, 2.5rem);
}

.rtl .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon {
    margin-right: 20px;
    margin-left: 0px;
    transform: scaleX(-1);
}

/* ---------------------------------
============ Home-4 ==============
--------------------------------- */


.rtl .wdt-home-process-swipper .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    left: 0;
    right: auto;
    border-radius: 0 var(--wdtRadius_2X) var(--wdtRadius_2X) 0;
}

.rtl .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-button > a::after {
    margin-right: 8px;
    margin-left: 0px;
    rotate: -90deg;
}

.rtl .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-button > a::before {
    left: auto;
    right: 0;
}

.rtl .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-button > a:hover::before {
    right: auto;
    left: 0;
}

@media (max-width: 767px) {
    .rtl .wdt-home-process-swipper .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
        left: 60px;
        right: auto;
        border-radius: var(--wdtRadius_2X) var(--wdtRadius_2X) 0 0;
    }
}

@media (max-width: 480px) {
    .rtl .wdt-home-process-swipper .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
        left: 0px;
        right: 0px;
    }
}

.rtl .wdt-image-box-holder.wdt-rc-template-mission-template .wdt-column:first-child {
    border-left: 1px solid var(--wdtBorderColor);
    border-right: 0px;
}

.rtl .wdt-image-box-holder.wdt-rc-template-mission-template .wdt-column:first-child .wdt-content-item {
    text-align: left;
}

@media (max-width: 767px) {
    .rtl .wdt-image-box-holder.wdt-rc-template-mission-template .wdt-column:first-child {
        border-left: 0px;
    }

    .rtl .wdt-image-box-holder.wdt-rc-template-mission-template .wdt-column:first-child .wdt-content-item {
        text-align: center;
    }
}

.rtl .wdt-service-item.wdt-service-type-5 .wdt-service-button > a::after {
    margin-right: 8px;
    margin-left: 0px;
    rotate: -90deg;
}

.rtl .wdt-service-item.wdt-service-type-5 .wdt-service-button > a::before {
    left: auto;
    right: 0px;
}

.rtl .wdt-service-item.wdt-service-type-5 .wdt-service-button > a:hover::before {
    right: auto;
    left: 0;
}

.rtl .wdt-service-item.wdt-service-type-5 .wdt-service-detail-group .wdt-service-info-group {
    margin-right: auto;
    margin-left: 40px;
}

@media (max-width: 480px) {
    .rtl .wdt-service-item.wdt-service-type-5 .wdt-service-detail-group .wdt-service-info-group {
            margin: 60px auto;
    }
}

@media (min-width: 481px) {
    .rtl .wdt-image-box-holder.wdt-rc-template-booking-template .wdt-column:not(:last-child)::before {
        left: -34px;
        right: auto;
    }

    .rtl .wdt-image-box-holder.wdt-rc-template-booking-template .wdt-column:not(:last-child)::after  {
        left: -50px;
        right: auto;
        transform: scaleX(-1);
    }
}

.rtl .mfp-wrap.mfp-gallery .mfp-image-holder .mfp-close, 
.rtl .mfp-iframe-holder .mfp-close {
    left: 0px;
    right: auto;
    transform: translate(-20px, 20px);
}


/* ---------------------------------
============ 404 Page ==============
--------------------------------- */

.rtl.error404, .error404 > .wrapper { width: 100%; height: 100%; }
.rtl.error404 > .wrapper { display: flex; padding: 0 20px;}

.rtl.error404 div.wrapper { background-image: url("https://mentalist.wpengine.com/rtl-demo/wp-content/uploads/sites/3/2026/02/Rtl-404-image.jpg"); background-attachment: inherit; background-position: center center; background-size: cover; background-repeat: repeat; }
.rtl.error404 div.wrapper::before { content: ""; background: var(--wdtTertiaryColor); position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; }

.rtl .center-content-wrapper {
    margin-right: auto;
    margin-left: clamp(0rem, -6.25rem + 13.0208vw, 9.375rem);
}

.rtl.error404 .type1 a.wdt-button::after {
    rotate: -90deg;
}

@media (max-width: 767px) {
    .rtl.error404 div.wrapper::before {
        opacity: 0.8;
    }

    .rtl .center-content-wrapper {
        margin: auto;
    }
}

/* ---------------------------------
============ News Letter ==============
--------------------------------- */


.rtl .wdt-popup-box-holder .wdt-popup-box-content-holder .mfp-close {
    left: 10px;
    right: auto;
}

/* ---------------------------------
============ Portfolio ==============
--------------------------------- */


.rtl .wdt-pagination.wdt-ajax-pagination .prev-post a,
.rtl .wdt-pagination.wdt-ajax-pagination .next-post a {
    transform: scaleX(-1);
}

.rtl .wdt-portfolio-single-default .wdt-portfolio-single-image-area {
    margin-left: 60px;
    margin-right: auto;
}

.rtl .entry-post-navigation div.wdt-nav-next a::after {
    margin-right: 10px;
    margin-left: auto;
    rotate: 180deg;
}

.rtl .entry-post-navigation div:not(:last-child) {
    border-color: var(--wdtBorderColor);
    border-width: 0 0px 0 1px;
    border-style: solid;
}

.rtl .entry-post-navigation div.wdt-nav-previous a::before {
    margin-right: auto;
    margin-left: 10px;
    rotate: 180deg;
}

@media (max-width: 1540px) {
    .rtl .wdt-portfolio-single-default .wdt-portfolio-single-image-area {
        margin-right: 0px;
        margin-left: 30px;
    }
}

@media (max-width: 1024px) {
    .rtl .wdt-portfolio-single-default .wdt-portfolio-single-image-area, .wdt-portfolio-single-default .wdt-portfolio-single-content {
        width: 100%;
        max-width: 770px;
        margin-left: auto;
        float: none;
        display: block;
        margin-right: auto;
    }
}

/* ---------------------------------
============ Services ==============
--------------------------------- */

.rtl .wdt-service-form {
    direction: rtl;
}

/* ---------------------------------
============ Blog ==============
--------------------------------- */

.rtl .widget .recent-posts-widget li .post-details {
    margin-right: clamp(1rem, 0.8885rem + 0.5096vw, 1.5rem);
    margin-left: auto;
}

.rtl .widget #searchform input[type="submit"] {
    left: 0px;
    right: auto;
}

.rtl .widget #searchform input[type="text"] {
    padding-left: 50px;
    padding-right: 24px;
}

.rtl .blog-single-entry.post-minimal .post-header .single-entry-date:before {
    margin-left: 10px;
    margin-right: auto;
}

.rtl .wdt-testimonial-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    transform: scaleX(-1);
}

.rtl .commentlist li.comment .reply {
    left: 0px;
    right: auto;
}

.rtl .comment-body {
    padding-right: 80px;
    padding-left: 0px;
}

.rtl .comment-author .avatar {
    right: -80px;
    left: auto;
}

.rtl .blog-single-entry .entry-post-navigation > div.post-next-link > .nav-title-wrap p a:not(:empty):after {
    margin-right: 10px;
    margin-left: 0px;
    rotate: 180deg;
}

.rtl  .blog-single-entry .entry-post-navigation > div.post-prev-link > .nav-title-wrap p a:not(:empty):before {
    margin-left: 10px;
    margin-right: 0px;
    rotate: 180deg;
}

@media (min-width: 1025px) {
    .rtl #primary .comment-form > p {
        text-align: right;
    }
}

.rtl .comment-form > p {
    text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .comment-body {
        padding-right: 80px;
        padding-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .rtl .comment-body {
        padding-left: 0px;
        padding-right: 60px;
    }
}

.rtl .comment-form .comment-form-cookies-consent label {
    padding-right: 10px;
    padding-left: 0px;
}

.rtl  .wdt-testimonial-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-title h5::before {
    margin-left: 5px;
    margin-right: 0px;
}

@media (max-width: 767px) {
    .rtl .entry-post-navigation div:not(:last-child) {
        border-width: 0 0 1px;
    }
}

@media only screen and (max-width: 767px) {
    .rtl .comment-author .avatar {
        height: 50px;
        right: -60px;
        left: auto;
        width: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .rtl .comment-author .avatar {
        right: 0px;
        left: auto;
        margin-bottom: 15px;
        display: block;
        height: 50px;
        width: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .rtl .comment-body {
        padding-right: 0;
    }
}

.rtl .icon-next-arrow:before,
.rtl .icon-prev-arrow:before {
    rotate: -180deg;
}

/* ---------------------------------
============ Shop ==============
--------------------------------- */

.rtl .widget.woocommerce ul.product-categories li span {
    left: 5px;
    right: auto;
}

.rtl .widget.woocommerce ul.product-categories li:hover span {
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
}

.rtl .widget.woocommerce ul.product-categories li a::after {
    left: clamp(1.25rem, 1.1803rem + 0.3185vw, 1.5625rem);
    right: auto;
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    rotate: 180deg;
}

.rtl.woocommerce .product-loop-sorting > .product-loop-sorting-item:first-child {
    text-align: right;
}

.rtl.woocommerce .product-loop-sorting > .product-loop-sorting-item:last-child {
    text-align: left;
}

.rtl .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 8px;
    text-align: left;
}

.rtl .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 50px;
    padding-right: 24px;
    text-align: right;
}

.rtl.woocommerce ul.products.product-content-alignment-left li.product .product-details {
    text-align: right;
}

.rtl.woocommerce ul.products li.product .product-offers {
    right: 24px;
    left: auto;
}

.rtl.woocommerce ul.products.product-hover-secimage-hingeleft li.product.product-with-secondary-image .product-thumb .image .primary-image img { -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%; }

.rtl.woocommerce ul.products.product-hover-secimage-hingeleft li.product.product-with-secondary-image .product-thumb .image .secondary-image img {
		-webkit-transform: rotateY(-90deg); transform: rotateY(-90deg); 
		-webkit-transform-origin: 0% 50%; transform-origin: 0% 50%;}

.rtl.woocommerce ul.products.product-hover-secimage-hingeleft li.product.product-with-secondary-image:hover .product-thumb .image .primary-image img { -webkit-transform: rotateY(90deg); transform: rotateY(90deg); }

.rtl.woocommerce ul.products.product-hover-secimage-hingeleft li.product.product-with-secondary-image:hover .product-thumb .image .secondary-image img { -webkit-transform: rotateY(0); transform: rotateY(0); }

.rtl .woocommerce ul.products.product-hover-secimage-hingeleft li.product.product-with-secondary-image .product-thumb .image .primary-image img { -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%; }

.rtl .woocommerce ul.products.product-hover-secimage-hingeleft li.product.product-with-secondary-image .product-thumb .image .secondary-image img {
		-webkit-transform: rotateY(-90deg); transform: rotateY(-90deg); 
		-webkit-transform-origin: 0% 50%; transform-origin: 0% 50%;}

.rtl .woocommerce ul.products.product-hover-secimage-hingeleft li.product.product-with-secondary-image:hover .product-thumb .image .primary-image img { -webkit-transform: rotateY(90deg); transform: rotateY(90deg); }

.rtl .woocommerce ul.products.product-hover-secimage-hingeleft li.product.product-with-secondary-image:hover .product-thumb .image .secondary-image img { -webkit-transform: rotateY(0); transform: rotateY(0); }

.rtl.woocommerce .woocommerce-error .button::before, 
.rtl.woocommerce .woocommerce-info .button::before, 
.rtl.woocommerce .woocommerce-message .button::before { content: ""; position: absolute; bottom: 0; background: currentColor; width: 100%; height: 1px; right: 0; left: auto; transition: inherit; pointer-events: none; }

.rtl.woocommerce .woocommerce-error .button:hover::before, 
.rtl.woocommerce .woocommerce-info .button:hover::before, 
.rtl.woocommerce .woocommerce-message .button:hover::before { left: 0; right: auto; width: 0; }
.rtl.woocommerce-page .wp-block-woocommerce-checkout .wc-block-components-validation-error {
  left: 6px;
  right: auto;
}
.rtl.woocommerce-page .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type="tel"],
.rtl.woocommerce-page .wp-block-woocommerce-checkout .wc-block-components-text-input.is-active input[type="tel"]{
    text-align: right;
}

@media(max-width:479px){
    .woocommerce-page .woocommerce-customer-details address{
        
    }
}




/* .rtl .select2-container--default .select2-selection--multiple .select2-selection__arrow {
    left: 24px !important;
    right: auto  !important;
}

.rtl .select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 0 !important;
    right: 0  !important;
} */

.rtl .woocommerce ul.products li.product .product-offers {
    right: 24px;
    left: auto;
}

.rtl.woocommerce div.product .summary.wdt-product-summary .product_meta > span::before {
    margin-right: 0px;
    margin-left: 10px;
}

.rtl.woocommerce div.product .summary.wdt-product-summary .product_meta > span::after{
    margin-right: 10px;
    margin-left: 0px;
}

.rtl.woocommerce div.product .elementor-widget div.summary .custom-rating .review-count {
    margin-right: 7px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 0px;
    border-left: 0px;
    border-right: 1px solid var(--wdtBorderColor);
}

.rtl.woocommerce div.product .elementor-widget div.summary.wdt-product-summary .cart.grouped_form.accordion .accordion-item .wdt-accordion-header::before {
    margin-left: 15px;
    margin-right: 0px;
}

.rtl.woocommerce div.product .elementor-widget div.summary.wdt-product-summary .cart.grouped_form.accordion .accordion-item .wdt-accordion-header::after {
    margin-right: auto;
    margin-left: 0px;
}

.rtl.woocommerce div.product .elementor-widget div.summary.wdt-product-summary .cart.grouped_form.accordion .accordion-item .accordion-body .upgrade-item .upgrade-label .upgrade-info {
    margin-right: auto;
    margin-left: 0px;
}

.rtl .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
    flex-direction: row;
}

.rtl .wdt-product-contact.elementor-widget .elementor-icon-list-item a .elementor-icon-list-text {
    margin-right: 8px;
    margin-left: 0px;
}

.rtl.woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs{
    text-align: right;
}

.rtl.woocommerce div.product .wdt-product-tabs .woocommerce-tabs .panel {
    text-align: right;
}

.rtl.woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li a:before {
    right: 0;
    left: auto;
}

.rtl.woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li a:after {
    left: 0;
    right: auto;
}

.rtl .wdt-product-image-gallery-holder.wdt-product-vertical-thumb-left .wdt-product-image-gallery-thumb-container {
    margin: 0 0 0 30px;
}

.rtl.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 50px 0 0;
}

.rtl.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    float: right;
}

.rtl .woocommerce ul.products:not(.product-content-alignment-center) li.product.product-list-view .product-wrapper .product-details {
    text-align: right;
}

.rtl .woocommerce ul.products li.product.product-list-view .product-offers {
    right: 10px;
    left: auto;
}

.rtl.woocommerce #reviews #comments ol.commentlist li .star-rating {
    float: left;
}

.rtl.woocommerce.single-product .product .single_add_to_cart_button:after {
    rotate: -90deg;
}
@media (max-width: 480px) {
    .rtl.woocommerce div.product .elementor-widget div.summary.wdt-product-summary .cart.grouped_form.accordion .accordion-item .accordion-body .upgrade-item .upgrade-label .upgrade-info{
        margin-right: 0px;
        text-align: center;
    }
}
@media only screen and (max-width: 479px) {
    .rtl.woocommerce #reviews #comments ol.commentlist li .comment-text {
        margin: 20px 0 0;
        padding: 0;
        text-align: center;
    }

    .rtl.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
        display: inline-block;
        float: none;
    }
    .rtl.woocommerce #review_form #respond p{
        text-align: right;
    }
}

.rtl.woocommerce div.product form.cart div.quantity {
    margin: 20px 0 20px 30px;
}

.rtl.woocommerce-page .wp-block-woocommerce-cart .wc-block-components-sidebar {
    margin-right: 30px;
    margin-left: 0px;
}

.rtl.woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li:first-child {
    margin-right: 0px;
    padding-right: 0px;
}

@media (max-width: 1024px) {
    .rtl.woocommerce-page .wp-block-woocommerce-cart .wc-block-components-sidebar {
        margin: 40px 0 0;
    }
}

.rtl .woocommerce-page table.shop_table tr td:last-child{
    padding-left: 30px;
    padding-right: 15px;
}

.rtl.woocommerce-page .wp-block-woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"] {
    margin: 0 0 0 10px;
}

.rtl.woocommerce-page .wp-block-woocommerce-checkout .wc-block-components-sidebar {
    margin-right: 30px;
    margin-left: 0px;
}

.rtl.woocommerce-page .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input label, .rtl.woocommerce-page .wp-block-woocommerce-checkout .wc-block-components-text-input label, .rtl.woocommerce-page .wp-block-woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label, .rtl.woocommerce-page .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
    right: 24px;
    left: auto;
}

/* .rtl .wc-block-components-checkout-return-to-cart-button svg {
    left: 0px;
    right: auto;
} */

.rtl.woocommerce-page .wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button svg {
    rotate: -180deg;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .rtl.woocommerce-page .wp-block-woocommerce-checkout .wc-block-components-sidebar {
        margin: 40px 0 0;
    }
}

.rtl .woocommerce .shop_table.order_details th, 
.rtl .woocommerce .shop_table.order_details td {
    text-align: right;
}

@media only screen and (min-width: 768px) {
    .rtl .woocommerce table.shop_table tr td:not(:last-child),
    .rtl .woocommerce-page table.shop_table tr td:not(:last-child) {
        text-align: right !important;
    }
}

.rtl.woocommerce-page .woocommerce-order-details table.shop_table tr th:last-child,
.rtl.woocommerce-page .woocommerce-order-details table.shop_table tr td:last-child {
    text-align: left;
}

body.rtl .woocommerce ul.order_details li {
    text-align: right;
}

.rtl .woocommerce ul.order_details li {
    border-left: 0px;
}

@media only screen and (max-width: 767px) {
    .rtl .woocommerce .woocommerce-order-details .shop_table.order_details tr {
        text-align: right;
    }
}

@media only screen and (max-width: 767px) {
    .rtl .woocommerce .woocommerce-order-details .shop_table.order_details tr th,
    .rtl .woocommerce .woocommerce-order-details .shop_table.order_details tr td{
        text-align: right;
    }
}

.rtl .woocommerce-form__label-for-checkbox input[type="checkbox"] {
    margin-left: 10px;
    margin-right: 0px;
}

.rtl .woocommerce form.login .woocommerce-LostPassword.lost_password a:before, 
.rtl .woocommerce form.login .forgetmenot a:before{
    right: 0px;
    left: auto;
}

.rtl .woocommerce form.login .woocommerce-LostPassword.lost_password a:hover:before,
.rtl .woocommerce form.login .forgetmenot a:hover:before{
    left: 0px;
    right: auto;
}

.rtl .woocommerce-notice{
    border-right: 5px solid;
    border-left: 0px;
}

.rtl.woocommerce-page #customer_login .password-input input[type=password] {
    padding-right: 24px;
    padding-left: 3em;
}

.rtl .woocommerce #customer_login form.register .button.woocommerce-form-register__submit {
    float: right;
}

.rtl .woocommerce form .woocommerce-privacy-policy-text p a.woocommerce-privacy-policy-link:before {
    right: 0;
    left: auto;
}

.rtl .woocommerce form .woocommerce-privacy-policy-text p a.woocommerce-privacy-policy-link:hover:before{
    right: auto;
    left: 0;
    width: 0;
}

.rtl .woocommerce table.shop_table thead th,
.rtl  .woocommerce-page table.shop_table tbody td  {
    text-align: right;
}

@media (max-width: 1024px) {
    .rtl .woocommerce #customer_login form.login.woocommerce-form-login p:last-child {
        text-align: right;
    }
}

.rtl .woocommerce .woocommerce-info .button {
    float: left;
}

.rtl.woocommerce-account .woocommerce h2 {
    text-align: right;
}

.rtl.woocommerce-account .woocommerce .column .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title a.edit {
    float: right;
}


.rtl.woocommerce .shop_table .order-actions,
.rtl.woocommerce .shop_table .woocommerce-orders-table__cell-order-actions, 
.rtl.woocommerce table.my_account_orders .order-actions,
.rtl.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions,
.rtl.woocommerce-page table.my_account_orders .woocommerce-orders-table__cell-order-actions {
    text-align: right;
}

.rtl .woocommerce-page table.shop_table tr td:last-child {
    padding-right: 30px;
    padding-left: 15px;
}


@media only screen and (max-width: 767px) {
    .rtl  .woocommerce table.shop_table tr th, body .woocommerce table.shop_table tr td {
        float: right;
    }
}

.rtl.woocommerce .woocommerce-error .button,
.rtl.woocommerce .woocommerce-info .button,
.rtl.woocommerce .woocommerce-message .button {
    float: left;
}

.rtl.woocommerce-page .wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items th,
.rtl.woocommerce-page .wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td {
    border-width: 0 0px 0 1px;
}

.rtl .woocommerce form .form-row-first {
    float: right;
}

.rtl .woocommerce form .form-row input[type=password] {
    padding-left: 2.5rem;
    padding-right: 24px;
}

.rtl .woocommerce form .form-row-last {
    float: left;
}


/* form */

.rtl .wdt-cus-appointment-form-02 div.wdt-form-date-an-time-block p > span i{
  right: 16px;
  left: auto;
}
.rtl .wdt-cus-appointment-form-02 div.wdt-form-date-an-time-block input {
  padding-right: 50px;
  padding-left: 25px;
}
.rtl .select2-container--default .select2-selection--single .select2-selection__arrow, 
.rtl .select2-container--default .select2-selection--multiple .select2-selection__arrow {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 24px !important;
  right: auto !important;
}
.rtl .select2-container--default .select2-selection--single .select2-selection__arrow{
    right: 1px; left: auto;
}

@media(max-width:479px){
    .rtl .select2-container--default .select2-selection--single .select2-selection__arrow b {
       margin-left: -16px;
       margin-right: 0;
    }
    .rtl .appointment-date .wpcf7-form-control-wrap::after, .rtl .appointment-time .wpcf7-form-control-wrap::after {
        left: 17px;
        right: auto;

}
}



.rtl .elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
  margin: var(--e-icon-list-icon-margin,0 0 0 calc(var(--e-icon-list-icon-size, 1em) * .25));
}