/*
Theme Name: Organico

Adding support for languages written in a Right To Left (RTL) direction is easy,
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

https://codex.wordpress.org/Right-to-Left_Language_Support

*/

/* Reset */

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

th {
	text-align: right;
}

/* Accessibility */

.screen-reader-text:focus {
	left: auto;
	right: 5px;
}

/* Typography */

textarea {
	padding-right: 3px;
}

li > ul,
li > ol {
	margin-left: 0;
	margin-right: 1.5em;
}

th:first-child,
td:first-child {
	padding-left: 0.4em;
	padding-right: 0;
}

th:last-child,
td:last-child {
	padding-left: 0;
	padding-right: 0.4em;
}

/* Forms */

input[type="radio"],
input[type="checkbox"] {
	margin-left: 0.5em;
	margin-right: 0;
}

/* Media */

.mejs-offscreen {
	right: -10000px;
}

/* Site Branding */

.custom-logo-link {
	padding-left: 1em;
	padding-right: 0;
}

/* Main Navigation */

.main-navigation ul {
	text-align: right;
}

.main-navigation ul ul {
	padding-left: 0;
	padding-right: 1.5em;
}

.menu-toggle .icon {
	margin-left: 0.5em;
	margin-right: 0;
}

.dropdown-toggle {
	left: -0.5em;
	right: auto;
}

/* Front Page */

.wp-custom-header-video-button {
	left: 30px;
	right: auto;
}

.ftc-panel .recent-posts .entry-header .edit-link {
	margin-left: 0;
	margin-right: 1em;
}

/* Blog, Archive, Search */

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
	margin-left: 0;
	margin-right: 1em;
}

.search .page .entry-meta a.post-edit-link {
	margin-right: 0;
}

.sticky .icon-thumb-tack {
	left: auto;
	right: -1.5em;
}

.prev.page-numbers .icon,
.next.page-numbers .icon {
	display: inline-block;
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}

.prev.page-numbers {
	float: right;
}

.next.page-numbers {
	float: left;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
	margin-right: 0;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0;
	margin-right: 0.5em;
}

/* Blog Entries */

.entry-footer .cat-links,
.entry-footer .tags-links {
	padding-left: 0;
	padding-right: 2.5em;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
	left: auto;
	margin-left: 0.5em;
	margin-right: 0;
	right: 0;
}

/* Comments */

.comment-body {
	margin-left: 0;
	margin-right: 65px;
}

.comment-reply-link .icon {
	left: auto;
	right: -2em;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.comment-author .avatar {
	left: auto;
	right: -65px;
}

.comment-reply-link:before {
	left: auto;
	right: -2em;
}

.children .comment-author .avatar {
	left: auto;
	right: -45px;
}

.form-submit {
	text-align: left;
}

/* Post Formats */

.format-quote blockquote .icon {
	left: auto;
	right: -1.25em;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

/* Post Navigation */

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper,
.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	display: inline-block;
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}

/* Widgets */

.widget ul {
	margin: 0;
}

.search-form .search-submit {
	left: 3px;
	right: auto;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	float: right;
	margin: 4px 0 0 4px !important; /* !important to override inline styles */
}

.widget ul li li {
	padding-left: 0;
	padding-right: 1.5rem;
}

/* Footer */

.social-navigation a {
	margin-left: 1em;
	margin-right: 0;
}

/* Customizer styles */

.ftc-customizer.ftc-front-page .ftc-panel .ftc-panel-title {
	left: 3.2em;
	right: auto;
}

/* Gallery Styles */

.gallery-item,
.gallery-caption {
	text-align: right;
}

/* SVG Fallback */

.no-svg .dropdown-toggle {
	left: 0;
	right: auto;
}

/* Media queries */

@media screen and (min-width: 48em) {

	body.page-template-full-width-page #primary {
		float: none;
	}

	.has-sidebar:not(.error404) #primary {
		float: right;
	}

	.has-sidebar #secondary {
		float: left;
	}

	.error404 #primary {
		float: none;
	}

	/* Site Branding */

	.custom-logo-link {
		padding-left: 2em;
		padding-right: 0;
	}

	/* Navigation */

	.main-navigation ul ul {
		padding-right: 0;
	}

	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		left: 0.5em;
		right: auto;
	}

	.main-navigation ul ul,
	.main-navigation ul ul ul {
		left: auto;
		right: -999em;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
		right: 0.5em;
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:before,
	.main-navigation ul li.page_item_has_children:after {
		left: 1em;
		right: auto;
	}

	.main-navigation .menu-item-has-children > a > .icon,
	.main-navigation .page_item_has_children > a > .icon {
		left: auto;
		right: 5px;
	}

	.main-navigation ul ul .menu-item-has-children > a > .icon,
	.main-navigation ul ul .page_item_has_children > a > .icon {
		left: 1em;
		right: auto;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	/* Scroll down arrow */

	.navigation-top .menu-scroll-down {
		left: 0;
		right: auto;
	}

	.site-header .menu-scroll-down {
		left: 0;
		right: auto;
	}

	.entry-title a {
		margin-left: auto;
		margin-right: -2px;
	}

	/* Front Page */

	.page-two-column .panel-content .entry-header {
		float: right;
	}

	.page-two-column .panel-content .entry-content {
		float: left;
	}

	/* Front Page - Recent Posts */

	.page-two-column .panel-content .recent-posts {
		clear: left;
		float: left;
	}

	/* Blog, Archive, Search */

	.sticky .icon-thumb-tack {
		left: auto;
		right: -2.5em;
	}

	body:not(.has-sidebar):not(.page-one-column) .page-header,
	body.has-sidebar.error404 #primary .page-header,
	body.page-two-column:not(.archive) #primary .entry-header,
	body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
		float: right;
	}

	.blog:not(.has-sidebar) #primary article,
	.archive:not(.has-sidebar):not(.page-one-column) #primary article,
	.search:not(.has-sidebar) #primary article,
	.has-sidebar.error404 #primary .page-content,
	.error404.has-sidebar #primary .page-content,
	body.page-two-column:not(.archive) #primary .entry-content,
	body.page-two-column #comments {
		float: left;
	}

	.entry-footer .edit-link a.post-edit-link {
		margin-left: 0;
		margin-right: 1em;
	}

	/* Entry content */

	/* with sidebar */

	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: 0;
		width: 34%;
	}

	.has-sidebar #primary .entry-content blockquote.alignright,
	.has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
		margin-right: 0;
		width: 34%;
	}

	.has-sidebar #primary .entry-content blockquote.alignleft.below-entry-meta {
		margin-left: -72.5%;
		width: 62%;
	}

	/* blog index and archive */

	.blog:not(.has-sidebar) .entry-content blockquote.alignleft,
	.ftc-front-page.page-two-column .entry-content blockquote.alignleft,
	.archive:not(.has-sidebar) .entry-content blockquote.alignleft,
	.page-two-column .entry-content blockquote.alignleft {
		margin-left: 0;
		width: 34%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.ftc-front-page.page-two-column #primary .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column #primary .entry-content blockquote.alignright {
		margin-right: -72.5%;
		width: 62%;
	}

	/* Post formats */

	.format-quote blockquote .icon {
		left: auto;
		right: -1.5em;
	}

	.navigation.pagination {
		float: left;
	}

	.has-sidebar .navigation.pagination,
	.archive.page-one-column:not(.has-sidebar) .navigation.pagination {
		float: none;
	}

	.post-navigation .nav-previous {
		float: right;
	}

	.post-navigation .nav-next {
		float: left;
		text-align: left;
	}

	/* Comments */

	ol.children .children {
		padding-left: 0;
		padding-right: 2em;
	}

	/* Post Navigation */

	.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
		left: auto;
		right: -2em;
	}

	.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
		left: -2em;
		right: auto;
	}

	/* Footer */

	.site-footer .widget-column.footer-widget-1 {
		float: right;
	}

	.site-footer .widget-column.footer-widget-2 {
		float: left;
	}

	.social-navigation {
		clear: right;
		float: right;
	}

	.site-info {
		float: right;
	}

	.social-navigation + .site-info {
		margin-left: 0;
		margin-right: 6%;
	}
}

@media screen and (min-width: 67em) {

	/* Sticky posts */

	.sticky .icon-thumb-tack {
		left: auto;
		right: -1.25em;
	}
}

@media screen and (min-width: 79em) {

	.has-sidebar #primary .entry-content blockquote.alignright,
	.has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
		margin-right: -20%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignleft,
	.archive:not(.has-sidebar) .entry-content blockquote.alignleft,
	.page-two-column .entry-content blockquote.alignleft,
	.ftc-front-page .entry-content blockquote.alignleft {
		margin-left: -20%;
	}
}


/*Update RTL 4/1/2021*/

/* end home 1E*/
.rtl .header-ftc-element .ftc-search.style_2 .ftc_search_ajax {
	right: auto;
	left: -5px;
}
.rtl .ftc-off-canvas-cart {
	direction: ltr;
}
.rtl .vc_row.wpb_row.text-category3 {
	left: 0;
}
.rtl .text-shop .wpb_text_column {
	left: 30px;
}
.rtl .title-category.wpb_column {
	width: auto;
}
.rtl .ftc-products-category ul.tabs li span.title {
	left: -35px;
}
.rtl .ftc-products-category ul.tabs li span.icon {
	left: -15px;
}
.rtl span.trust {
	padding-right: 0;
	padding-left: 15px;
}
.rtl .right-image span.trust {
	padding-left: 0;
	padding-right: 15px;
}
.rtl .owl-dots {
	right: 50%;
	transform: translateX(50%);
}
.rtl .product-deal-h11 .item-description > .counter-wrapper {
	left: 0;
}
.rtl .test-home11.ftc-sb-testimonial .testimonial-content .info,
.rtl .test-home11.ftc-sb-testimonial .testimonial-content .byline, 
.rtl .test-home11.ftc-sb-testimonial .testimonial-content h4.name {
	left: 0;
	right: 50%;
	transform: translateX(50%);
}
.rtl .widget-h11 .ftc-meta-widget.item-description {
	padding-right: 20px;
}
.rtl .deal-h14.ftc-product-time-deal .product .item-description {
	text-align: right;
	padding-left: 0;
	padding-right: 30px;
}
.rtl .deal-h14 .products .star-rating {
	margin-right: 0;
	margin-left: auto;
}
.rtl .blog-home17 .blogs article h3.product_title,
.rtl .deal-h14.ftc-product-time-deal .item-description .meta_info {
	text-align: right;
}
.rtl .text-home15 > .wpb_column > .wpb_wrapper {
	padding: 20px 95px 50px 0;
}
.rtl .text-home15 .ftc-smooth-image {
	right: auto;
	left: 42px;
}
.rtl .widget-home17 .woocommerce .star-rating {
	left: auto;
}
.rtl .header-layout19 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.menu-item-has-children > .item_link > .link_content > .link_text:before {
	left: 0;
	right: auto;
}
.rtl .product-home20 .woocommerce .products .product:nth-child(6n+6),
.rtl .product-home20 .woocommerce .products .product:nth-child(6n+4),
.rtl .product-home20 .woocommerce .products .product:nth-child(6n+2) {
	margin-right: auto;
}
.rtl .header-layout30 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link * .link_text:before {
	left: 10px;
}
.rtl .custom-cdown-25 .ftc-countdown-element.style_1 .items {
	margin-left: 30px;
	margin-right: 0;
}
.rtl .dropdown-menu-header_click {
	margin-left: 0;
}
.rtl .header-layout34 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.menu-item-has-children>.item_link>.link_content>.link_text:before,
.rtl .header-layout32 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.menu-item-has-children>.item_link>.link_content>.link_text:before,
.rtl #dropdown-list_click {
	right: auto;
	left: 0;
}
.rtl .header-layout34 .header-content .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown,
.rtl .header-layout32 .header-content .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
	left: 100%;
	right: auto;
}
.rtl .ftc-countdown-element .items {
	margin-right: 0;
}
.rtl .ftc-countdown-element.style_2 .items:not(:last-child) .ftc-number:after {
	right: 35px;
}
.rtl .countdown_27 .elementor-widget-divider .elementor-divider-separator {
	margin-left: auto;
	margin-right: 0;
}
.rtl .ftc-contact-form .form_2 {
	justify-content: left;
}
.rtl .text-content .elementor-text-editor,
.rtl .text-heading .elementor-text-editor {
	text-align: right !important;
}
.rtl .countdown_27 .elementor-column:last-child {
	margin-right: 15px;
}
.rtl .header-layout33:not(.header-sticky-mobile) .content_main {
	left: auto;
	right: 0;
}
.rtl .header-layout33 .mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.menu-item-has-children>.item_link>.link_content>.link_text:before {
	left: 0;
	right: auto;
}
.rtl .header-layout33:not(.header-sticky-mobile) .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
	left: auto;
	right: 0;
	transform: translateX(-11%);
}
.rtl .right_bar_28 .dropdown-menu-header #dropdown-list {
	left: auto;
	right: 0;
}
.rtl .right_bar_28 .ftc-search-product .ftc_search_ajax input[type="text"] {
	float: right;
}
.rtl .heading-bb .elementor-element-populated,
.rtl .juice-30 .elementor-element-populated {
	padding-right: 30px !important;
}
.rtl .ftc-blogs-slider .style_5 .inner-wrap .post-text .meta .author.vcard,
.rtl .ftc-blogs-slider .style_3 .post-text .meta .author.vcard {
	float: right;
	margin-right: 0;
}
.rtl .ftc-blogs-slider .style_6 .inner-wrap .post-text {
	margin-right: -90px;
	margin-left: 0;
}
.rtl .ftc-blogs-slider .style_6 .inner-wrap > a .date-time-image {
	left: auto;
	right: 20px;
}
.rtl .inner-blog .elementor-widget-ftc_single_image {
	right: -25px;
	left: auto;
}
.rtl .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .element-date-timeline {
	left: auto;
	right: 0;
}
.rtl .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text {
	margin-right: 25px;
	margin-left: 0;
}
.rtl .inner-blog .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .ftc-readmore:after {
	left: auto;
	right: 0;
}
.rtl .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .author.vcard {
	float: right;
}
.rtl .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text > h4 {
	padding: 0 0 15px 15px;
}
.rtl .header-layout41 .header-right .ftc-my-wishlist {
	margin-right: 0;
	margin-left: 30px;
}
.rtl .ftc-portfolio-element.style_1 .portfolio-inner .item:nth-child(4n + 1) {
	padding: 0 0 30px 30px;
}
.rtl .ftc-portfolio-element.style_1 .portfolio-inner .item:nth-child(4n + 4) {
	padding: 0 30px 0 0;
}
.rtl .icon-social-36 .elementor-widget-container {
	text-align: left !important;
}
.rtl .deal-37 {
	background: #80bb10;
}
.rtl .custom-product-37 .ftc_products_slider .products .product .ftc-thumbnails-gallery ul > li {
	margin-right: 0;
	margin-left: 15px;
}
.rtl .custom-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs:nth-child(3n + 3) .inner-wrap .post-text {
	margin: 20px 30px 0 0;
}
.rtl .vc_row.countdown-home .counter-wrapper > div {
	margin-right: 0;
	margin-left: 37px;
}
.rtl .product-deal-home .owl-dots {
	right: 72.5%;
	left: 0;
	transform: none;
	margin-left: 0;
}
.rtl footer ul.bullet li a:before {
	right: -22px;
	left: 0;
}
.rtl .textview-home9 {
	padding-left: 0;
	padding-right: 25px;
}
.rtl footer#colophon .ftc-footer .footer-middle15 .contact-info .widget-title {
	max-width: 100%;
	width: 100%;
}
.rtl p.after-title {
	text-align: left;
}
.rtl footer .footer-middle15 .social-icons ul li:not(:last-child) {
	margin-left: 25px;
	margin-right: 0;
}
.rtl footer .footer-middle15 .social-icons ul {
	text-align: right;
}
.rtl .product_h1 .navigation-slider .nav-next.style_1 {
	right: 47%;
}
.rtl #dropdown-list {
	left: 65%;
	right: auto;
}
.rtl #ftc_language ul ul,
.rtl .header-currency ul {
	right: -70%;
}
.rtl.cart-canvas .ftc-off-canvas-cart {
	transform: translateX(0);
}
.rtl .ftc-off-canvas-cart {
	right: auto;
	left: 0;
	transform: translateX(-100%);
}
.rtl .ftc-search-product .ftc_search_ajax input[type="text"],
.rtl .ftc-search-product:hover .ftc_search_ajax input[type="text"] {
	text-align: right;
	float: left;
}
.rtl .ftc-enable-ajax-search {
	left: 0;
	right: auto;
	direction: ltr;
}
.rtl .header-ftc-element.header-layout-44 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
	left: auto;
	transform: none;
}
.rtl .ftc-blogs-slider .style_2 .inner-wrap .post-text .meta .author.vcard{
	float: right;
}
/*end*/

/*Body content*/

.rtl .ftc-product-tabs.style_2 .tab-title > .title {
	padding-right: 15px;
}
.rtl .ftc-product-tabs.style_2 .tabs-content-wrapper {
	margin-right: 18px;
	margin-left: -15px;
}
.rtl .tab-product-h1 .elementor-heading-title {
	padding-right: 35px;
}
.rtl .ftc-product-tabs.style_2 .products .owl-dots {
	left: 0;
	right: 50%;
	transform: translateX(50%);
}
.rtl .button_bbh1 .elementor-widget-button {
	text-align: left;
}
.rtl .ftc-blogs-slider .style_2 .inner-wrap > a {
	margin-left: 30px;
	margin-right: 0;
}
.rtl .blog-h1 .ftc-blogs-slider .style_2 .inner-wrap .post-text {
	padding-left: 15px;
	padding-right: 0;
}
.rtl .ftc-element-testimonial.style_2 .testi-info {
	text-align: right;
	margin-right: 15px;
}
.rtl .before-list ul li span {
	margin-right: 15px;
}
.rtl .footer-logo .list-footer ul li, 
.rtl .footer-logo .list-footer ul li a, 
.rtl .footer-logo .list-footer ul li a span {
	text-align: right;
	align-items: center;
	justify-content: flex-start;
}
.rtl .copy-right-fter .elementor-widget-ftc_single_image {
	text-align: left !important;
}
.rtl .button_h1 {
	text-align: right;
}
.rtl .countdown-h1 .elementor-element-populated {
	margin-left: 0 !important;
	margin-right: 80px !important;
}
.rtl .countdown-h1 .ftc-countdown-element.style_1 .countdown-timer-init {
	justify-content: right;
}
.rtl .countdown-h1 .ftc-countdown-element.style_1 .items {
	margin-left: 45px;
	margin-right: 0;
}
.rtl .product-deal-home .owl-nav > div {
	left: 24.25%;
}
.rtl .info-company li i {
	float: right;
	text-align: right;
	margin-right: 0;
	margin-left: 2px;
}
.rtl footer .social-icons ul {
	text-align: right;
}
.rtl footer .social-icons ul li {
	margin-right: 0;
	margin-left: 13px;
}
.rtl footer .social-icons ul li:last-child {
	margin-right: 0;
	margin-left: 0;
}
.rtl .header-layout7 .nav-left {
	text-align: left;
}
.rtl .header-layout7 .header-nav .ftc-sb-language {
	margin-right: 0;
	margin-left: 30px;
}
.rtl .header-layout7 .header-nav .ftc-sb-account {
	margin-right: 0;
	margin-left: 25px;
}
.rtl .footer-middle8 div.info-com::before {
	left: auto;
	right: 0;
}
.rtl .footer-middle8 div.info-com::after {
	left: auto;
	right: 0;
}
.rtl footer#colophon .ftc-footer .footer-middle8 .widget-title::after {
	left: auto;
	right: 0;
}
.rtl .footer-middle8 ul.menu-footer li {
	margin-right: 0;
	margin-left: 40px;
}
.rtl .header-layout8 .ftc-sb-language li .ftc_lang  {
	padding-right: 15px;
	padding-left: 0;
}
.rtl .header-layout8 .header-currency .ftc-currency > a {
	padding-right: 0;
	padding-left: 15px;
}
.rtl .header-layout8 .ftc-my-wishlist {
	padding-left: 0;
	margin-left: 0;
	padding-right: 15px;
	margin-right: 15px;
}
.rtl .header-layout8 .ftc-my-wishlist::before {
	left: auto;
	right: 0;
}
.rtl .header-layout8 .ftc_search_ajax .search-button {
	left: 0;
	right: auto;
	border-radius: 5px 0 0 5px;
}
.rtl .vertical-menu .widget-title-wrapper h3.widget-title::after {
	left: 0;
	right: auto;
}
.rtl .vertical-menu .widget-title-wrapper h3.widget-title::before {
	right: 0;
}
.rtl .header-layout8 .header-content .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
	left: 50%;
	transform: translateX(-70%);
}
.rtl .footer-middle9 .info-company li i {
	text-align: center;
}
.rtl .feature-h9 .ftc-feature .ftc_feature_content {
	padding-left: 0;
	padding-right: 20px;
}
.rtl .header-layout8 .nav-left,
.rtl .ftc-footer .footer-bott9 .copy-com {
	text-align: left;
}
.rtl .footer-top9 .social-icons ul li {
	margin-right: 0;
	margin-left: 7px;
}
.rtl .header-layout8 .header-currency::before {
	left: 0;
	right: auto;
}
.rtl .header-layout8 .ftc-sb-language {
	padding-left: 0;
}
.rtl .header-layout8 .ftc-search {
	text-align: left;
	margin: 0 auto 0 0;
}
.rtl .header-layout8 .header-content .container .ftc-shop-cart {
	padding-left: 0;
	text-align: left;
}
.rtl .header-layout8 .mega_main_menu:not(.vertical) > .menu_holder > .menu_inner > ul > li:first-child {
	margin-left: 0;
}
.rtl .header-layout8 .vertical-menu .widget-title-wrapper h3.widget-title::after {
	left: auto;
	right: 0;
}
.rtl footer .footer-middle10 ul.bullet li a {
	margin-left: 0;
	margin-right: 22px;
}
.rtl .widget-h11 .ftc-meta-widget.item-description {
	text-align: right;
}
.rtl .header-layout12 .container .ftc-search-product,
.rtl .header-layout12 .ftc-shop-cart,
.rtl .header-layout12 .nav-left {
	text-align: left;
}
.rtl .header-layout12 .dropdown-menu-header {
	padding: 0 25px 0 0;
}
.rtl .header-layout12 .cart-total {
	right: 0;
}
.rtl footer .footer-bottom16 ul.bullet li a,
.rtl footer .middle-footer14 ul.bullet li a,
.rtl footer .footer-middle12 ul.bullet li a {
	margin-left: 0;
	margin-right: 22px;
}
.rtl .fresh-look .ftc-sb-button a.ftc-button::after {
	margin-left: 0;
	margin-right: 12px;
}
.rtl .text-lookbook .ftc-sb-button .ftc-button {
	text-align: right;
}
.rtl footer .footer-middle14 .social-icons ul li:not(:last-child) {
	margin-right: 0;
}
.rtl .testi-home14 .testimonial-info {
	margin-left: 0;
	text-align: right;
	margin-right: 15px;
}
.rtl .blog-home .blogs .post-info .vcard.author {
	float: right;
}
.rtl .header-layout15 .cart-total {
	left: auto;
	right: 0;
}
.rtl .header-layout15 .custom_contact_information {
	padding-right: 0;
}
.rtl .header-layout15 .custom_contact_information i {
	padding-right: 0;
	padding-left: 10px;
}
.rtl .footer-middle15 p.button-sub::before {
	left: 0;
}
.rtl .text-home15 p::before {
	left: auto;
}
.rtl .header-layout16 .header-content .ftc_search_ajax .search-button {
	left: 0;
	right: auto;
}
.rtl .header-layout16 .header-content .ftc-search form:hover .ftc_search_ajax input[type="text"], 
.rtl .header-layout16 .header-content .ftc-search form .ftc_search_ajax input[type="text"] {
	padding: 0 0 0 25px;
}
.rtl .newsletter-h18 p.button-sub::before {
	left: 0;
}
.rtl .product-home16 .product .star-rating {
	transform: translateX(50%);
	left: 0;
	right: 50%;
}
.rtl .ftc-text-home16 .left-text {
	padding-left: 0;
	padding-right: 55px;
}
.rtl .blog-home16 .blogs .post-info {
	padding: 0 10px 0 30px;
}
.rtl .footer-middle16 p.form-sub {
	padding-right: 0;
	padding-left: 8px;
}
.rtl .footer-middle16 .right-form-f16 .wpb_content_element {
	text-align: left;
}
.rtl .footer-middle16 p.button-sub::before {
	left: 0;
}
.rtl .header-layout20 .header-content .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
	right: 0;
	left: 100%;
	transform: translateX(100%);
}
.rtl .header-layout31 .dropdown-menu-header,
.rtl .header-layout22 .dropdown-menu-header,
.rtl .header-layout21 .dropdown-menu-header {
	padding: 0 25px 0 0;
}
.rtl .ftc-footer .footer-bott12 .copy-com,
.rtl .header-layout31 .ftc-shop-cart,
.rtl .header-layout22 .ftc-shop-cart,
.rtl .header-layout21 .ftc-shop-cart {
	text-align: left;
}
.rtl .header-layout31 .cart-total,
.rtl .header-layout21 .cart-total {
	right: 0;
}
.rtl .header-layout22 .select-category,
.rtl .newsletter-h21 .ftc-text-h12 {
	text-align: left;
}
.rtl .header-layout22 .ftc_search_ajax .search-button {
	left: 0;
	right: auto;
}
.rtl .header-layout23 .ftc-search form .ftc_search_ajax input[type="text"],
.rtl .header-layout22 .ftc-search form .ftc_search_ajax input[type="text"] {
	border-radius: 30px 0 0 30px;
	padding: 0 30px 0 0;
	border-width: 0 1px 0 0;
}
.rtl .header-layout23 .ftc_search_ajax .search-button,
.rtl .header-layout22 .ftc_search_ajax .search-button {
	left: 0;
	right: auto;
}
.rtl .newsletter-h22 .ftc-text-h12 {
	text-align: left;
}
.rtl .newsletter-h22 p.form-sub input[type="email"] {
	order: 2;
}
.rtl .newsletter-h22 input.button-f9 {
	order: 1;
}
.rtl .blog-test-h23 .title-test-h22 {
	text-align: left;
}
.rtl .blog-home23 .ftc-sb-blogs.ftc-slider .blogs article h3.product_title {
	text-align: right;
}
.rtl .slider-home23 .owl-nav > div.owl-next {
	margin-left: 45px;
}
.rtl .slider-home23 .owl-nav > div.owl-prev {
	margin-left: 25px;
}
.rtl.wpb-js-composer .slider-home23 .vc_tta-container h2::before {
	left: 0;
	right: auto;
}
body.rtl.wpb-js-composer .slider-home23 .vc_general.vc_tta-tabs .vc_tta-tabs-container {
	padding-right: 180px;
}
.rtl .revslider-product23 .header-title .product_title {
	text-align: right;
	padding-left: 0;
	padding-right: 20px;
}
.rtl .revslider-product23 .owl-nav > div.owl-next {
	left: 0;
	right: auto;
	margin-left: 35px;
}
.rtl .revslider-product23 .owl-nav > div.owl-prev {
	left: 0;
	right: auto;
	margin-right: 0;
	margin-left: 20px;
}
.rtl .custom-cdown-25 .ftc-countdown-element.style_1 {
	float: right;
}
.rtl .icon_list_26 .elementor-widget-icon-box .elementor-icon-box-content,
.rtl .icon_list_26 .elementor-widget-icon-box .elementor-icon-box-icon {
	text-align: left;
}
.rtl .divider-26 .elementor-column:first-child::after {
	left: -20px;
	right: auto;
}
.rtl .divider-26-1 .elementor-column:last-child::after {
	left: auto;
	right: -50px;
}
.rtl .dealsdaily-h26 .elementor-widget-divider .elementor-divider {
	float: right;
}
.rtl .header-layout35 .dropdown-menu-header #dropdown-list {
	left: 0;
}
.rtl .juice-30 .elementor-widget-wrap > div {
	padding-left: 0;
	padding-right: 50px;
}
.rtl .apple-left.elementor-column {
	padding-left: 0;
	padding-right: 45px;
}
.rtl .contact_icon .elementor-widget-image-box .elementor-image-box-wrapper {
	text-align: left;
}
.rtl .widget_product_32 .elementor-widget-image {
	text-align: right;
}
.rtl .widget_product_32 .widget_pro_1 .crazy_2 {
	top: 15%;
	left: 10%;
	right: auto;
}
.rtl .widget_product_32 .widget_pro_1 .crazy_3 {
	top: 15%;
	right: 5%;
}
.rtl .img-box-37 .elementor-widget-wrap .elementor-widget-image-box:not(:last-child) .elementor-image-box-wrapper:after, 
.rtl .img-box-35 .elementor-widget-wrap .elementor-widget-image-box:not(:last-child) .elementor-image-box-wrapper:after {
	right: auto;
	left: 0;
	transform: translateY(-50%);
}
.rtl .two-col-35 .heading-bb {
	padding-right: 30px;
}
.rtl .ftc-product-tabs.style_3 .woocommerce .products .product .item-description .star-rating {
	margin: 10px auto 10px 0;
}
.rtl .bb-heading-41,
.rtl .header-layout46,
.rtl .absolute-ft-39,
.rtl .first-colft-39 .elementor-widget-wrap .elementor-section:first-child,
.rtl .last-banner-39,
.rtl .copyright-36,
.rtl .section-first-36 {
	direction: ltr;
}
.rtl .ftc-product-grid.style_2 .products .product .item-description .star-rating {
	margin: 8px auto 8px 0;
}
.rtl .header-layout44 .contact-header > div:first-child,
.rtl .header-layout42 .contact-header > div:first-child {
	margin-right: 0;
	margin-left: 30px;
}
.rtl .custom-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .ftc-readmore:after {
	right: auto;
	left: 60px;
}
.rtl .big-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .ftc-readmore:before, 
.rtl .custom-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .ftc-readmore:before {
	right: auto;
	left: 15px;
}
.rtl .vegetable-heart-h37 .elementor-widget-wrap .elementor-widget:nth-child(3) .elementor-widget-container {
	padding: 5px 0 0 100px;
}
.rtl .copy-right-fter .privacy .elementor-widget {
	text-align: left;
}
.rtl .header-layout43 .header-content .navigation-primary {
	justify-content: flex-start;
}
.rtl .header-layout43 .header-content .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_right.columns4 > .mega_dropdown {
	left: auto;
	transform: translateX(15%);
}
.rtl .header-layout44 .header-right:before {
	left: auto;
	right: 45px;
}
.rtl .bb-39-2 .elementor-column:first-child .elementor-element-populated {
	margin: 55px 0 0 55px;
}
.rtl .vcl-single-img-39 .elementor-column:first-child .elementor-widget-wrap .elementor-widget:nth-child(3) .elementor-widget-container {
	padding: 0 0 0 100px;
}
.rtl .vcl-single-img-39 .elementor-column:first-child .elementor-column-wrap {
	margin: 0 0 0 15px;
}
.rtl .vcl-single-img-39 .elementor-column:last-child .elementor-column-wrap {
	margin: 0 15px 0 0;
}
.rtl .inner-footer .elementor-column .elementor-widget .elementor-widget-container {
	text-align: right;
}
.rtl .header-layout44 .custom_content_2 ul li {
	margin-left: 10px;
	margin-right: 0;
}
.rtl .vcl-single-img-39 .elementor-widget:nth-last-child(2) .elementor-widget-container {
	padding: 0 0 0 50px;
}
.rtl .countdown-41 .elementor-widget-wrap {
	padding-right: 30px;
}
.rtl .countdown-41 .contact-icon-41 .elementor-widget-wrap {
	padding-right: 0;
}
.rtl .header-layout47 .header-content .header-right:before {
	left: auto;
	right: 0;
}
.rtl .header-layout47 .header-content .header-right:after {
	right: auto;
	left: 60px;
}
.rtl .header-layout47 .ftc_search_ajax .search-button {
	right: auto;
	left: 0;
}
.rtl .header-layout47 .header-content .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
	left: 0;
	right: auto;
}
.rtl .banner-42 .ftc-element-image .ftc-image-content {
	padding-right: 15px;
}
.rtl .navigation-slider .nav-prev.style_2 {
	right: auto;
	left: 0;
}
.rtl .navigation-slider .nav-next.style_2 {
	right: auto;
	left: 40px;
}
.rtl .ftc_products_slider.style_6 .products .product .star-rating {
	margin: 8px auto 8px 0;
}
.rtl .footer-42 .footer-logo .elementor-widget-social-icons .elementor-widget-container, 
.rtl .ftc_products_slider.style_7 .products .product .item-description {
	text-align: right;
}
.rtl .letter-42 .elementor-element-populated {
	align-items: center;
}
.rtl .ftc_products_slider.style_6 .products .product .meta_info {
	justify-content: flex-end;
}
.rtl .ftc_products_slider.style_6 .products .product .meta_info .compare {
	margin-left: 0;
	margin-right: auto;
}
.rtl .ft-col-a43 {
	margin-right: 0;
	margin-left: 30px;
}
.rtl .text_right-bb43 {
	padding-right: 0;
	padding-left: 60px;
}
.rtl .ngusac-left .ftc-dual-header {
	text-align: right;
}
.rtl .top-nav-header-43 .contact-h43b {
	margin-left: 0;
	margin-right: 30px;
}
.rtl .header-logo-h43 .nav-right-h43 .elementor-column:first-child, 
.rtl .socical-icon-h43 .elementor-column:first-child {
	margin-right: 0;
	margin-left: 30px;
}
.rtl .nav-right-header-44 .elementor-inner-section .elementor-column {
	width: auto;
	margin-right: 0;
	margin-left: 35px;
}
.rtl .pro-43b, 
.rtl .pro-43a {
	padding-right: 0;
	padding-left: 25px;
}
.rtl .section-pro-h44b,
.rtl .section-pro-h44a {
	padding: 0 75px 0 60px !important;
}
.rtl .inner-img-h44 .elementor-column:first-child .elementor-column-wrap {
	margin: 0 0 0 15px;
}
.rtl .inner-img-h44 .elementor-column:last-child .elementor-column-wrap {
	margin: 0 15px 0 0;
}
.rtl .ft-col-a44 {
	margin-right: 0;
	margin-left: 30px;
}
.rtl .ft-col-b44 .elementor-section .elementor-widget.elementor-widget-image {
	text-align: left;
}
.rtl .header-ftc-element.header-layout-44 .nav-right-header-44 {
	padding-right: 0;
	padding-left: 30px;
}
.rtl .header-ftc-element.header-layout-44 .nav-left-header-44 {
	padding-left: 0;
	padding-right: 30px;
}
.rtl .nav-right-header-44 .elementor-inner-section .elementor-column:last-child {
	margin-left: 0;
}
.rtl .col-logo-h45 .elementor-element.elementor-widget-image {
	text-align: right;
}
.rtl .footer-h45 > .elementor-container .col-logo-h45:after {
	right: auto;
	left: 50px;
}
.rtl .double-bn-h45 .bner-45a {
	padding: 0 75px 0 0;
}
.rtl .bner-45b .elementor-widget.elementor-widget-image {
	text-align: left;
}
.rtl .bner-45a .elementor-widget.elementor-widget-image {
	text-align: right;
}
.rtl .bner-img-right-h46.elementor-element .ftc-image-content,
.rtl .bner-img-left-h46.elementor-element .ftc-image-content {
	text-align: left;
}
.rtl .contact-ft46 .elementor-widget.elementor-widget-image {
	text-align: right;
}
.rtl .form-h46 .form_25 {
	margin: 0 auto 0 0;
}
.rtl .text-letter-h46 {
	direction: ltr;
}
.rtl .text-letter-h46 .elementor-position-left .elementor-icon-box-icon {
	margin-right: 0 !important;
	margin-left: 25px;
}
.rtl .form-h46 .wpcf7 input[type^="submit"] {
	right: 75px;
}
.rtl .header-ftc-element.header-layout-46 .section-header-h46 {
	direction: ltr;
}
.rtl .header-ftc-element.header-layout-47 .ftc-element-logo {
	padding-left: 0;
	padding-right: 70px;
}
.rtl .header-layout-47 .header-right-element .elementor-inner-section .elementor-column:first-child {
	margin-right: 0;
}
.rtl .header-layout-47 .header-right-element .elementor-inner-section .elementor-column:last-child {
	margin-right: 30px;
}
.rtl .header-layout-47 .header-right-element .elementor-inner-section .elementor-row {
	padding-right: 0;
	padding-left: 70px;
}
.rtl .two-col-h47 .elementor-column:last-child {
	padding-left: 0;
	padding-right: 45px;
}
.rtl .gallery-h47 .gallery-inner-47 .elementor-column:last-child {
	padding-left: 0;
	padding-right: 15px;
}
.rtl .gallery-h47 .gallery-inner-47 .elementor-column:first-child {
	padding-right: 0;
	padding-left: 15px;
}
.rtl .form-h47 .form_25 {
	margin: 0 auto 0 0;
}
.rtl .form-h47 .wpcf7 input[type^="submit"] {
	right: 110px;
}
.rtl .text-form-47 {
	direction: ltr;
}
.rtl .text-form-47 .elementor-icon-box-icon {
	margin-right: 0 !important;
	margin-left: 25px;
}
.rtl .our-price-h47 .elementor-inner-section .elementor-column:first-child .elementor-column-wrap {
	margin: 0 0 0 15px;
}
.rtl .our-price-h47 .elementor-inner-section .elementor-column:last-child .elementor-column-wrap {
	margin: 0 15px 0 0;
}
.rtl .colft-48a.elementor-element .elementor-widget.elementor-widget-image {
	text-align: right;
}
.rtl .copy-right-h48 .elementor-column .elementor-image,
.rtl .colft-48b .elementor-text-editor {
	text-align: left;
}
.rtl .custom-blog-h48 .ftc-blogs-slider .style_5 .inner-wrap .post-text .author.vcard {
	float: none;
}
.rtl .header-ftc-element.header-layout-48 .ftc-search.style_2 .ftc_search_ajax {
	right: auto;
	left: 100%;
}
.rtl .header-layout-48 .header-right-element .elementor-inner-section .elementor-column:last-child {
	margin-right: 30px;
}
.rtl .header-layout-48 .header-right-element .elementor-inner-section .elementor-column:first-child {
	margin-right: 0;
}
.rtl .product-h44 .ftc-product-grid.woocommerce.style_5 .products .product .meta_info > div.add-to-cart {
	border-right: 1px solid #839f52;
	border-left: 0;
}
.rtl .right_box .elementor-widget-wrap {
	justify-content: flex-end;
}
.rtl .right_box .elementor-widget-image-box {
	margin-left: 0;
}
.rtl .header-layout5 .dropdown-menu-header {
	padding: 0 25px 0 0;
}
.rtl .header-layout5 .ftc-shop-cart,
.rtl .header-layout5 .header-content .container .ftc-search-product {
	text-align: left;
}
.rtl .header-layout5 #dropdown-list {
	left: 0;
}
.rtl .header-layout5 .ftc-sb-account .ftc_account_form {
	right: 0;
}
.rtl .header-layout5 .cart-total {
	right: 0;
}
.rtl footer ul.bullet li a {
	margin-right: 22px;
	margin-left: 0;
}
.rtl .product-deal-home8 .counter-wrapper > div.days {
	margin-left: 35px;
}
.rtl .product-deal-home8 .counter-wrapper > div.seconds {
	margin-left: 0;
}
.rtl .product-deal-home8 .header-title {
	left: auto;
	right: 0;
	margin-right: 75px;
	padding-right: 0;
}
.rtl .ftc-footer .copy-com.copy-com8, 
.rtl .top_footer8 form#mc4wp-form-1 {
	text-align: left;
}
.rtl .header-nav-menu .container div.row .vertical-menu.col-md-3 {
	direction: ltr;
}
.rtl .product-sl-h9 .product .item-description {
	text-align: right;
	padding-left: 0;
	padding-right: 25px;
}
.rtl .product-deal-h9 .products .product .price .amount, 
.rtl .product-sl-h9 .products .product .price .amount {
	padding-right: 0;
}
.rtl .product-sl-h9 .products .star-rating {
	margin-left: auto;
	margin-right: 0;
}
.rtl .testimonial-h10 .testimonial-content.has-image:before,
.rtl .testimonial-h10.ftc-sb-testimonial .active .testimonial-content .info:before {
	left: 0;
}
.rtl .blog-home10.blog-home .blogs .post-info .vcard.author {
	float: none;
}
.rtl .feature-top10 .ftc-feature .feature-content:after {
	right: 0;
	left: auto;
}
.rtl .product-deal-h11.ftc-product-time-deal .product .item-description {
	margin-right: 50px;
	margin-left: 0;
	text-align: right;
}
.rtl .product-deal-h11.ftc-product-time-deal .star-rating {
	margin-left: auto;
	margin-right: 0;
}
.rtl .product-deal-h11 .products .product .price .amount {
	padding-right: 0;
}
.rtl .product-deal-h11 .item-description .meta_info {
	text-align: right;
}
.rtl .product-deal-home8.product-deal-h11 .counter-wrapper > div:first-child {
	padding-left: 0;
	margin-left: 0;
	padding: 0 10px 0 20px;
}
.rtl .product-deal-h11 .counter-wrapper > div {
	padding: 0 10px 0 20px;
}
.rtl .product-deal-h11 .counter-wrapper > .seconds .number-wrapper:after {
	display: none;
}
.rtl .product-deal-h11 .counter-wrapper > div .number-wrapper:after {
	right: auto;
	left: -20px;
}
.rtl .product-deal-h11 .item-description > .counter-wrapper {
	left: auto;
	right: 0;
}
.rtl .ftc-product-slider.product-home11 .products .ftc-products .product .item-image .group-button-product {
	direction: ltr;
}
.rtl .blog-home12 .post-wrapper .post-img {
	float: right;
}
.rtl .blog-home12 .post-wrapper .post-info {
	float: left;
}
.rtl .single-trust {
	direction: ltr;
}
.rtl .header-layout14 .header-content .container > div.logo-wrapper {
	text-align: right;
}
.rtl .header-layout14 .group-header14 .dropdown-menu-header {
	padding: 0 25px 0 0;
}
.rtl .header-layout14 .header-content .container .ftc-search-product,
.rtl .header-layout14 .group-header14 .ftc-shop-cart {
	text-align: left;
}
.rtl .header-layout14 .group-header14 .ftc-shop-cart .cart-total {
	right: 0;
}
.rtl .blog-h14 .blog-home .post-img {
	float: right;
}
.rtl .blog-h14 .blog-home .blogs .post-info {
	float: left;
}
.rtl .header-layout15 .header-content .container .ftc-shop-cart {
	text-align: left;
}
.rtl .single-home16 {
	direction: ltr;
}
.rtl .product-home16 .product .star-rating, 
.rtl .product-home16 .item-description:after {
	left: auto;
	right: 50%;
	transform: translateX(50%);
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
}
.rtl .testimonial-content.has-image:after {
	right: auto;
	left: 0;
}
.rtl .ftc-sb-testimonial .active .testimonial-content .info:before {
	left: 0;
}
.rtl .button-new16 .wpb_text_column {
	text-align: left;
}
.rtl .ftc-text-home16 .wpb_column:first-child {
	float: right;
}
.rtl .ftc-text-home16 .wpb_column:last-child {
	float: left;
}
.rtl .widget-home16 .product .item-description {
	text-align: right;
	padding-left: 0;
	padding-right: 30px;
}
.rtl .widget-home16 h3.product-name:after {
	left: auto;
	right: 0;
}
.rtl .woocommerce .widget-home16 .star-rating {
	margin: 15px 0 0 auto;
}
.rtl .header-layout16 .header-content .ftc-enable-ajax-search {
	right: auto;
	left: -20%;
}
.rtl .blog-home17 .blog-h17 {
	direction: ltr;
}
.rtl .header-layout18 .dropdown-menu-header {
	padding: 0 25px 0 0;
}
.rtl .header-layout18 .ftc-search,
.rtl .header-layout18 .ftc-shop-cart {
	text-align: left;
}
.rtl .header-layout18 .ftc-shop-cart .cart-total {
	right: 0;
}
.rtl .header-layout18 #ftc_language ul ul, .header-currency ul, 
.rtl .header-layout18 .ftc-account .dropdown-container, .ftc-shop-cart .dropdown-container {
	right: auto;
	left: 0;
	margin-right: 0;
}
.rtl .header-layout18 #ftc_language ul ul {
	right: auto;
	left: 0;
}
.rtl .header-layout18 .header-currency ul {
	right: 0;
	left: auto;
}
.rtl .text-h18-button h2:after,
.rtl .text-button-h18 h2:after {
	left: auto;
	right: 0;
}
.rtl .newsletter-h18 .ftc-title.weight-4 {
	text-align: left;
}
.rtl .countdown-home18 .ftc-countdown .counter-wrapper div.number-wrapper:after {
	right: auto;
	left: -1px;
}
.rtl .cust-timeline-h47 {
	direction: ltr;
}
.rtl .header-ftc-element.header-layout-43 .ftc-search .ftc_search_ajax {
	left: 0;
	right: auto;
}
.rtl .mega_main_menu > .menu_holder > .menu_inner > ul > li:first-child {
	margin-left: 20px;
}
.rtl .top-nav-header-43 .contact-h43b > h2:first-child, 
.rtl .top-nav-header-43 .contact-h43a > h2:first-child {
	margin-right: 0;
	margin-left: 5px;
}
.rtl .blog-h43 .ftc-blogs-slider .style_5 .inner-wrap .post-text .published {
	float: right;
}
.rtl .blog-h43 .ftc-blogs-slider .style_5 .inner-wrap .post-text .meta .author.vcard,
.rtl .blog-h43 .ftc-blogs-slider .style_3 .post-text .meta .author.vcard {
	margin-right: 20px;
	margin-left: 0;
}
.rtl .header-ftc-element.header-layout-45 {
	direction: ltr;
}
.rtl .header-layout19 .ftc-shop-cart,
.rtl .header-layout19 .ftc-shop-cart {
	text-align: center;
}
.rtl .header-layout19 .group-header19 .dropdown-menu-header {
	padding: 0;
}
.rtl .header-layout19 .cart-total,
.rtl .header-layout19 .cart-total {
	right: 0;
}
.rtl .header-layout19 .language-currency .header-currency:after {
	right: auto;
	left: -20px;
}
.rtl .header-layout19 .language-currency .header-currency {
	margin-right: 0;
	margin-left: 35px;
}
.rtl .header-layout19 .ftc-search-product .ftc_search_ajax input[type="text"], 
.rtl .header-layout19 .ftc-search-product:hover .ftc_search_ajax input[type="text"] {
	float: none;
}
.rtl .header-layout19 #dropdown-list {
	left: auto;
	right: 0;
}
.rtl .single-img19 p:after {
	left: 0;
	right: auto;
}
.rtl .video-home19 .ftc-sb-button a.ftc-button:before {
	left: auto;
	right: -10px;
}
.rtl .single-img12_2 .text1-h12 a:before {
	padding-right: 0;
	padding-left: 10px;
}
.rtl .header-layout20 .language-currency > div.header-currency {
	margin-right: 0;
	margin-left: 30px;
}
.rtl .header-layout20 .dropdown-menu-header {
	padding: 0 25px 0 0;
}
.rtl .header-layout20 #dropdown-list {
	left: 0;
}
.rtl .header-layout20 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.menu-item-has-children > .item_link > .link_content > .link_text:before {
	left: 0;
	right: auto;
}
.rtl .header-layout20 .mega_main_menu > .menu_holder > .menu_inner > ul > li:first-child {
	margin-left: 0;
}
.rtl .tp-bullets.home_20 .tp-bullet.selected:after {
	left: auto;
	right: -45px;
}
.rtl .text-button-h18 .ftc-sb-button a:before {
	padding-left: 15px;
}
.single-button19.single-button-right19, .single-button19 {
	direction: ltr;
}
.rtl .product-home20 .woocommerce .products .product .item-image {
	text-align: left;
}
.rtl .header-layout21 p.custom_contact_information {
	text-align: right;
}
.rtl .header-layout21 .custom_contact_information i {
	padding-right: 0;
	padding-left: 10px;
}
.rtl .test-home21.ftc-sb-testimonial .active .testimonial-content .info:before {
	left: 50%;
}
.rtl .right-social-21 p {
	padding-right: 0;
	padding-left: 15px;
}
.rtl .woocommerce .slider-product-21 .product .item-image .group-button-product a {
	position: relative;
}
.rtl .slider-product-21 .product .item-image span.ftc-tooltip.button-tooltip {
	left: 0;
}
.rtl .header-layout22 .cart-total {
	right: 0;
}
.rtl .header-layout23 .vertical-menu .widget-title-wrapper h3.widget-title::after {
	left: auto;
	right: 0;
}
.rtl .blog-home23 .blogs article .blog-title {
	text-align: right;
}
.rtl .blog-r23 header.post-img {
	margin-right: 0;
	margin-left: 20px;
}
.rtl .revslider-product23 .counter-wrapper > div.days::before {
	border-right: 0;
	border-left: 1px solid rgba(255,255,255,0.3);
	padding-left: 9px;
	padding-right: 0;
	margin-left: 4px;
}
.rtl .respon-parallax {
	direction: ltr;
}
.rtl .section-img-h25 .elementor-container .elementor-column:first-child .elementor-column-wrap {
	margin: 0 0 0 15px;
}
.rtl .section-img-h25 .elementor-container .elementor-column:last-child .elementor-column-wrap {
	margin: 0 15px 0 0;
}
.rtl .tp-bullets.number_bullet .tp-bullet.selected:after,
.rtl .tp-bullets.number_bw .tp-bullet.selected:after {
	left: -60px;
	right: auto;
}
.rtl .divider-26 .elementor-column:last-child .elementor-column-wrap {
	margin: 135px 50px 0 0;
}
.rtl .divider-26-1 .elementor-column:first-child .elementor-column-wrap {
	margin: 225px 0 0 50px;
}
.rtl .img_padding .ftc-element-image .wp-caption img {
	padding-right: 0;
	padding-left: 20px;
}
.rtl .header-layout31 .ftc-sb-language {
	padding-right: 0;
	padding-left: 25px;
}
.rtl .countdown_27 .elementor-column:first-child .elementor-column-wrap {
	margin: 0 0 0 15px;
}
.rtl .blog-28 .ftc-blogs-slider .style_2 .inner-wrap .post-text .meta .author.vcard,
.rtl .custom-blog-4 .ftc-blogs-slider .style_2 .inner-wrap .post-text .meta .author.vcard {
	float: right;
}
.rtl .single_img_28 .elementor-container .elementor-column:last-child .elementor-column-wrap {
	margin: 0 20px 0 0;
}
.rtl .single_img_28 .elementor-container .elementor-column:first-child .elementor-column-wrap {
	margin: 0 0 0 20px;
}
.rtl .header-layout33 .top_bar_element #ftc_language ul ul {
	right: auto;
	left: 0;
}
.rtl .right_bar_28 .ftc-search-product {
	margin-right: 10px;
}
.rtl .header-layout32 .header-currency, 
.rtl .header-layout34 .header-currency {
	margin-right: 0;
	margin-left: 35px;
}
.rtl .header-layout34 .ftc-search-product {
	margin-left: 10px;
}
.rtl .header-layout34 .mega_main_menu > .menu_holder > .menu_inner > ul > li:first-child {
	margin-left: 0;
}
.rtl .header-layout35 .header-content .ftc-shop-cart {
	text-align: left;
}
.rtl .header-layout35 .header-content .ftc-shop-cart .cart-total {
	right: 0;
}
.rtl .bb_number_30 .elementor-column .elementor-widget-image-box .elementor-image-box-wrapper {
	flex-direction: row;
}
.rtl .bb_number_30 .elementor-column .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img {
	margin-right: 0;
	margin-left: 15px;
}
.rtl .respon_ft_32 .ftc-contact-form {
	float: right;
}
.rtl .header-layout38 #dropdown-list {
	left: auto;
	right: 0;
}
.rtl .header-layout38 .top_bar_element .header-currency ul, 
.rtl .header-layout38 .top_bar_element #ftc_language ul ul {
	top: 0;
	left: 0;
	right: -50%;
	z-index: 9999;
}
.rtl .header-layout39 .ftc-shop-cart {
	text-align: left;
}
.rtl .header-layout39 .ftc-shop-cart .cart-total {
	right: 0;
}
.rtl .signature .elementor-column .elementor-icon-box-wrapper {
	flex-direction: inherit;
}
.rtl .signature .elementor-column .elementor-icon-box-content {
	text-align: left;
}
.rtl .ftc-product-grid.style_3 .products .product .item-image .group-button-product > div:after {
	right: auto;
	left: 0;
}
.rtl .custom-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text {
	margin: 20px 0 0 0;
}
.rtl .custom-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text > h4 {
	padding: 10px 15px 25px 15px;
}
.rtl .big-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text {
	padding: 35px 0 49px 0;
	margin: 0 40px;
	margin-right: 40px;
}
.rtl .footer-h37 .elementor-container .elementor-column .elementor-element-populated {
	margin: 0 0 0 15px;
}
.rtl .footer-h37 .elementor-container .elementor-column:last-child .elementor-element-populated {
	margin: 0 15px 0 0;
}
.rtl .header-layout43 .header-content .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_right.columns4:last-child > .mega_dropdown {
	transform: translateX(35%);
}
.rtl .header-layout43 .ftc-shop-cart {
	text-align: left;
}
.rtl .header-layout43 .ftc-shop-cart .cart-total {
	right: 5px;
}
.rtl .banner-h38 .elementor-column:last-child .elementor-element-populated {
	margin: 0 50px 0 0;
}
.rtl .banner-h38 .elementor-column:last-child .elementor-inner-section .elementor-element-populated {
	margin: 0;
}
.rtl .header-layout44 .custom_content_2 ul li:last-child {
	margin-left: 0;
}
.rtl .header-layout44 .logo-wrapper:after {
	right: auto;
	left: -30px;
}
.rtl .bb-39-2 .ftc-element-image {
	text-align: left;
}
.rtl .bb-39-2 .signature .icon-box-36 {
	direction: ltr;
}
.rtl .ftc-countdown-element.style_3 .countdown-timer-init .items:not(:last-child) {
	border-right: 0;
	border-left: 1px solid #fff;
}
.rtl .vcl-single-img-39 .elementor-column .single-img-39:first-child .elementor-widget-container {
	padding: 0;
}
.rtl .vcl-single-img-39 .elementor-column:first-child .single-img-39 .ftc-image-content,
.rtl .vcl-single-img-39 .elementor-column .single-img-39:last-child .ftc-image-content {
	right: auto;
}
.rtl .ftc_products_slider.style_5 .ftc-products .product .images .group-button-product > div:before {
	right: auto;
	left: 0;
}
.rtl .first-colft-39 > .elementor-column-wrap > .elementor-widget-wrap .elementor-inner-section .elementor-column:first-child {
	width: 20%;
}
.rtl .first-colft-39 > .elementor-column-wrap > .elementor-widget-wrap .elementor-inner-section .elementor-column:last-child {
	width: 80%;
}
.rtl .header-layout45 .mega_main_menu > .menu_holder > .menu_inner > ul > li.columns4:first-child .mega_dropdown {
	left: auto;
	transform: translateX(5%);
}
.rtl .header-layout45 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4:nth-child(3) > .mega_dropdown,
.rtl .header-layout45 .mega_main_menu > .menu_holder > .menu_inner > ul > li.columns5 .mega_dropdown {
	left: auto;
	transform: translateX(15%);
}
.rtl .header-layout45 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4:last-child > .mega_dropdown {
	left: auto;
	transform: translateX(45%);
}
.rtl .header-layout46 .dropdown-menu-header #dropdown-list {
	left: auto;
	right: 0;
}
.rtl .header-layout46 .ftc-search-product .ftc_search_ajax input[type="text"], 
.rtl .header-layout46 .ftc-search-product:hover .ftc_search_ajax input[type="text"] {
	float: right;
}
.rtl .contact-icon-41 .elementor-element .elementor-image-box-wrapper .elementor-image-box-img {
	margin-right: 0;
	margin-left: 15px;
}
.rtl .contact-icon-41 .elementor-element .elementor-image-box-wrapper {
	flex-direction: row;
}
.rtl .countdown-41 .contact-icon-41 .elementor-widget-text-editor, 
.rtl .countdown-41 .contact-icon-41 .elementor-image-box-wrapper {
	text-align: right;
}
.rtl .ftc-elements-blogs.style_2 .inner-wrap .post-text {
	padding: 0 85px 0 20px;
}
.rtl .ftc-elements-blogs.style_2 .ftc-blogs:last-child .inner-wrap .post-text {
	padding: 0 20px 0 85px;
}
.rtl .ins-41 .ftc-element-instgram {
	margin-left: 0;
	margin-right: auto;
}
.rtl .title-ins {
	transform: translate(-75%, -50%);
}
.rtl .header-layout47 .content-header {
	padding: 0 25px 0 75px;
}
.rtl .header-layout47 .custom_content_2 ul li:first-child {
	margin-right: 0;
}
.rtl .header-layout47 .ftc-shop-cart {
	text-align: left;
}
.rtl .header-layout47 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:last-child {
	margin-left: 0;
}
.rtl .header-layout47 .ftc-shop-cart .cart-total {
	right: 0;
}
.rtl .header-layout47 .header-content .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:last-child .item_link {
	padding-left: 0;
}
.rtl .flex-pro-42 .ftc_products_slider.style_7 .item-description .meta_info .add-to-cart {
	margin-left: 5px;
	margin-right: 0;
}
.rtl .letter-42 .form-41 form p {
	justify-content: flex-start;
}
.rtl .testmonial-42 .ftc-element-testimonial.style_3 .item.testimonial-content {
	padding: 10px;
}
.rtl .product-sl-home9 .woocommerce .product-sl-h9 .products .ftc-products {
	padding: 0 1px;
}
.rtl .feature-top10 .ftc-feature .feature-icon {
	padding-right: 35px;
}
.rtl .feature-top10 .ftc-feature .ftc_feature_content {
	padding-left: 0;
}
.rtl .text-home14 h3::after {
	left: auto;
	right: 0;
}
.rtl .text-home14 .ftc-sb-button {
	margin-right: 0;
	margin-left: 35px;
}
.rtl .header-layout16 .header-content .ftc-search-product .ftc_search_ajax.loading:after {
	left: 0;
	right: auto;
}
.rtl .vc_row.text-img-h17 {
	text-align: left;
}
.rtl .widget-home17 ul.product_list_widget li .ftc-meta-widget.item-description {
	text-align: right;
	padding: 0 25px 0 0;
}
.rtl .single-text-h18 .ftc-smooth-image {
	text-align: right;
}
.rtl .single-text-h18_2 .text-button-h18 {
	margin-right: -15px;
	margin-left: 95px;
}
.rtl .text-button-h18 {
	margin-left: -15px;
	margin-right: 95px;
}
.rtl .header-layout20 .group-header20 .ftc-shop-cart {
	text-align: center;
}
.rtl .header-layout20 .ftc-currency ul,
.rtl .header-layout20 .ftc_account_form {
	right: 0;
}
.rtl .header-layout23 .ftc-shop-cart {
	text-align: left;
}
.header-layout23 .cart-total {
	right: 0;
}
.rtl .header-layout23 .dropdown-menu-header {
	padding: 0 25px 0 0;
	text-align: left;
}
.rtl .header-layout23 .header-nav-menu .container div.row .vertical-menu.col-md-3 {
	padding: 0 15px 0 0;
}
.rtl .header-layout23 .mega_main_menu:not(.vertical) > .menu_holder > .menu_inner > ul > li:first-child {
	margin-left: 0;
	margin-right: 25px;
}
.rtl.wpb-js-composer .slider-home23 .vc_tta-container h2 {
	left: 0;
	right: auto;
}
.rtl .slider-home23.slider-home23_2 .owl-nav > div {
	left: auto;
	right: 0;
	margin-left: 0;
	margin-right: 0;
}
.rtl .slider-home23.slider-home23_2 .owl-nav > div.owl-next {
	right: 10px;
}
.rtl .slider-home23.slider-home23_2 .owl-nav > div.owl-prev {
	right: 30px;
}
body.rtl.wpb-js-composer .slider-home23.slider-home23_2 .vc_general.vc_tta-tabs .vc_tta-tabs-container {
	text-align: right;
}
.rtl.wpb-js-composer .slider-home23.slider-home23_2 .vc_tta-container h2 {
	padding-left: 60px;
	padding-right: 0;
}
.rtl .header-layout38 .header-content .ftc-shop-cart {
	text-align: left;
}
.rtl .header-layout38 .header-content .ftc-shop-cart .cart-total {
	right: 0;
}
.rtl .header-layout46 .header-currency ul {
	right: auto;
	left: -65%;
}
.rtl .header-layout46 #ftc_language ul ul {
	right: auto;
	left: -65%;
}
.rtl .header-layout46 .ftc-enable-ajax-search {
	right: 0;
	left: auto;
}
.rtl .ftc_products_slider.style_7 .item-description .meta_info {
	justify-content: flex-start;
	margin-left: 0;
}
.rtl .header-layout33:not(.header-sticky-mobile) .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns1 > .mega_dropdown {
	left: 0;
	transform: translateX(-55%);
}
.rtl .header-layout33:not(.header-sticky-mobile) .mega_main_menu > .menu_holder > .menu_inner > ul > li:first-child {
	margin-left: 0;
}
.rtl .header-layout19:not(.header-sticky-mobile) .mega_main_menu > .menu_holder > .menu_inner > ul > li:first-child {
	margin-left: 5px;
}
.rtl.wpb-js-composer .section-first-h23 .vc_tta-container h2 {
	left: auto;
	right: 0;
	padding-left: 0;
	padding-right: 70px;
}
body.rtl.wpb-js-composer .section-first-h23 .vc_general.vc_tta-tabs .vc_tta-tabs-container {
	text-align: left;
	padding-left: 180px;
	padding-right: 0;
}
.rtl .section-first-h23 .slider-home23 .owl-nav > div.owl-next,
.rtl .section-first-h23 .slider-home23 .owl-nav > div.owl-prev {
	left: 0;
	right: auto;
}
.rtl.wpb-js-composer .section-first-h23.slider-home23 .vc_tta-container h2::before {
	left: auto;
	right: 0;
}
.rtl .section-first-h23.slider-home23 .woocommerce .slider-home23 .products .product {
	border-right: 1px solid #ebebeb;
	border-left: 0;
}
.rtl .slider-home23.slider-home23_2 .woocommerce .products .product {
	border-right: 0;
	border-left: 1px solid #ebebeb;
}
.rtl .slider-home23.slider-home23_3 .woocommerce .products .product {
	border-right: 1px solid #ebebeb;
	border-left: 0;
}
.rtl.wpb-js-composer .slider-home23.slider-home23_3 .vc_tta-container h2 {
	left: auto;
	right: 0;
}
body.rtl.wpb-js-composer .slider-home23.slider-home23_3 .vc_general.vc_tta-tabs .vc_tta-tabs-container {
	padding-right: 0;
	text-align: left;
	padding-left: 180px;
}
.rtl.wpb-js-composer .slider-home23.slider-home23_3 .vc_tta-container h2::before {
	left: auto;
	right: 0;
	padding-left: 0;
	padding-right: 70px;
}
.rtl .slider-home23.slider-home23_3 .owl-nav > div.owl-next,
.rtl .slider-home23.slider-home23_3 .owl-nav > div.owl-prev {
	left: 0;
	right: auto;
}
.rtl .col-logo-h45 {
	padding-left: 0;
	padding-right: 50px;
}
.rtl .form-h46 .elementor-icon-box-content {
	flex-direction: row-reverse;
}
.rtl .form-h46 .elementor-icon-box-title {
	padding-right: 0;
	padding-left: 55px;
	border-width: 0 0 0 1px;
}
.rtl .form-h46 .elementor-icon-box-description {
	left: 0;
	right: auto;
}
.rtl .product-h34 {
	justify-content: center;
}
.rtl .product-h34 .elementor-column-wrap {
	width: calc(100% + 30px);
	margin-right: auto;
	margin-left: auto;
}
.rtl .test-home11.ftc-sb-testimonial {
	overflow: hidden;
}
.rtl .test-home11.ftc-sb-testimonial .testimonial-content .info {
	max-width: 320px;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.rtl .test-home11 .testimonial-content {
	margin-bottom: 0;
}

@media only screen and (min-width: 1600px){

	.rtl .form-h46 .wpcf7 input[type^="submit"] {
		right: 170px;
	}
	.rtl .absolute-img-h43 .elementor-image {
		transform: rotate(180deg);
		top: -190px;
	}
	.rtl .header-layout15 .header-content .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns5 > .mega_dropdown {
		transform: translateX(-60%);
	}
	.rtl .header-layout14 .header-content .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns1 > .mega_dropdown {
		transform: none;
		left: auto;
	}
	.rtl .header-layout14 .header-content .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
		left: 0;
		transform: translateX(-35%);
	}
	.rtl .header-layout14 .header-content .container > div.logo-wrapper {
		text-align: center;
	}
	.rtl .header-layout21 .is-sticky .header-content {
		margin: 0 auto;
		left: 0;
		right: 50%;
		transform: translateX(50%);
	}
	.rtl .double-bn-h45 .bner-45a {
		padding: 0 200px 0 0;
	}
	.rtl .bner-45b {
		padding-right: 0;
		padding-left: 200px;
	}
	.rtl .ngusac-right {
		padding: 0 30px 0 250px;
	}
	.rtl .ngusac-left {
		padding: 0 250px 0 30px;
	}
	.rtl .form-h47 .wpcf7 input[type^="submit"] {
		right: 170px;
	}
	.rtl .single-text-h18_2 .text-button-h18 {
		margin-left: 95px;
		margin-right: -15px;
	}
	.rtl .header-ftc-element.header-layout-44 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4:last-child > .mega_dropdown {
		left: auto;
		transform: translateX(35%);
	}
	.rtl .double-bn-44 .elementor-column:first-child {
		margin-right: -5px;
		margin-left: 25px;
	}

}

@media only screen and (min-width: 1025px) and (max-width: 1400px){ 

	.rtl .form-h46 .wpcf7 input[type^="submit"] {
		right: 135px;
	}
	.rtl .cus-product-h34 .elementor-column-wrap, 
	.rtl .product-h34 .elementor-column-wrap {
		margin-left: auto;
	}
	.rtl .header-layout45 .mega_main_menu > .menu_holder > .menu_inner > ul > li.columns4:first-child .mega_dropdown {
		left: auto;
		transform: translateX(15%);
	}
	.rtl .header-layout45 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4:nth-child(3) > .mega_dropdown, 
	.rtl .header-layout45 .mega_main_menu > .menu_holder > .menu_inner > ul > li.columns5 .mega_dropdown {
		left: auto;
		transform: translateX(30%);
	}
	.rtl .header-layout45 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4:last-child > .mega_dropdown {
		left: auto;
		transform: translateX(60%);
	}
	.rtl .header-ftc-element.header-layout-47 .ftc-element-logo,
	.rtl .header-layout-47 .header-right-element .elementor-inner-section .elementor-row {
		padding-right: 0;
		padding-left: 0;
	}
	.rtl .countdown-41 .elementor-widget-button {
		margin-bottom: 0;
	}
	.rtl .countdown-41 .contact-icon-41 .elementor-widget-text-editor {
		padding-left: 15px;
	}
}

@media only screen and (min-width: 1025px){ 

	.rtl .inner-footer-h45 .elementor-widget.elementor-widget-image {
		text-align: right;
	}
	.rtl .footer-40 .icon-social-40 {
		margin-left: 0;
		margin-right: 20px;
	}
	.rtl .baner-35 .elementor-column:last-child .elementor-element-populated {
		margin: 0 20px 0 0;
	}
	.rtl .baner-35 .elementor-column:first-child .elementor-element-populated {
		margin: 0 0 0 20px;
	}
	.rtl .header-layout19.header-sticky-mobile .header-content .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.menu-item-has-children > .item_link > .link_content > .link_text {
		padding-right: 0;
		padding-left: 20px;
	}
}



@media only screen and  (max-width: 1024px){
	.rtl #rev_slider_8_1_wrapper{
		left: 0 !important;
	}
	.rtl .blog-h1 .ftc-blogs-slider .style_2 .inner-wrap .post-text p {
	  text-align: right;
	}
	body.rtl.wpb-js-composer .section-first-h23 .vc_general.vc_tta-tabs .vc_tta-tabs-container {
		padding-left: 120px;
	}
	.rtl .cus-product-h34 .elementor-column-wrap, 
	.rtl .product-h34 .elementor-column-wrap {
		width: 100%;
		margin: 0 auto;
	}
	.rtl .form-h46 .elementor-icon-box-title {
		padding-right: 0;
		padding-left: 0;
		border-width: 0;
	}
	.rtl .col-logo-h45 {
		padding-left: 0;
		padding-right: 0;
	}
	.rtl .header-layout40 .header-content .logo-wrapper,
	.rtl .header-layout40 .header-content .header-right {
		width: 25%;
	}
	.rtl .header-layout40 .is-sticky .header-content.header-sticky,
	.rtl .header-layout40 .header-content {
		padding: 30px 20px;
	}
	.rtl .header-layout40 .ftc-shop-cart .cart-total {
		right: 0;
	}
	.rtl .header-layout40 .ftc-shop-cart {
		text-align: left;
	}
	.rtl .header-layout40 .header-content .header-right .ftc-sb-account {
		margin-right: 0;
		margin-left: 20px;
	}
	.rtl .header-layout8 .ftc-search {
		margin: 0 auto;
	}
	.rtl .widget-home16 .meta-slider {
		margin: 0 auto;
	}
	.rtl .arrival-h16 {
		left: 18.5px !important;
	}
	.rtl .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.default_dropdown.drop_to_right .mega_dropdown {
		left: 0;
		top: 70%;
	}
	.rtl .vc_row.revslider-product-h23 {
		left: 18.5px !important;
	}
	.rtl .big-pro-42 .navigation-slider .nav-prev.style_2 {
		left: 25px;
	}
	.rtl .big-pro-42 .navigation-slider .nav-next.style_2 {
		right: auto;
		left: 65px;
	}
	.rtl .header-layout38 .top_bar_element .header-currency ul, 
	.rtl .header-layout38 .top_bar_element #ftc_language ul ul {
		left: -70%;
		right: auto;
	}
	body.rtl.wpb-js-composer .slider-home23 .vc_general.vc_tta-tabs .vc_tta-tabs-container {
		padding-right: 120px;
	}
	.rtl .header-layout23 .header-nav-menu .container .row .vertical-menu .vertical {
		left: -20%;
	}
	.rtl .header-layout16 .header-content .ftc-enable-ajax-search {
		right: 0;
		left: auto;
	}
	.rtl .header-layout16 .dropdown-menu-header .ftc_account_form {
		right: 0;
	}
	.rtl .product-deal-home8.ftc-product-time-deal .product .item-description {
		margin-right: 0;
	}
	.rtl .countdown-41 .elementor-widget-wrap {
		padding-right: 0;
	}
	.rtl .header-layout45 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns3 > .mega_dropdown {
		transform: translateX(-35%);
	}
	.rtl .header-layout45 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4:nth-child(3) > .mega_dropdown {
		left: auto;
		transform: translateX(42%);
	}
	.rtl .header-layout45 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4:last-child > .mega_dropdown {
		left: auto;
		transform: translateX(65%);
	}
	.rtl .header-layout45 .mega_main_menu > .menu_holder > .menu_inner > ul > li.columns5 .mega_dropdown {
		left: auto;
		transform: translateX(38%);
	}
	.rtl .header-layout45 .mega_main_menu > .menu_holder > .menu_inner > ul > li.columns4:first-child .mega_dropdown {
		left: auto;
		transform: translateX(30%);
	}
	.rtl .header-layout44 .header-content .navigation-primary {
		margin-left: 0;
		margin-right: 30px;
	}
	.rtl .header-layout44 .ftc-sb-account .ftc_account_form {
		margin-right: 0;
		right: auto;
		left: 0;
	}
	.rtl .icon-social-36 .elementor-widget-container {
		text-align: center !important;
	}
	.rtl .header-layout37 .ftc_account_form {
		right: auto;
	}
	.rtl .single_img_28 .elementor-container .elementor-column:last-child .elementor-column-wrap {
		margin: 0 10px 0 10px;
	}
	.rtl .single_img_28 .elementor-container .elementor-column:first-child .elementor-column-wrap {
		margin: 0 10px 0 10px;
	}
	.rtl .header-layout31 .ftc-sb-account .ftc_account_form {
		right: 0;
	}
	.rtl .section-farm-25 .elementor-column:last-child {
		padding-right: 30px;
	}
	.rtl .header-layout30 .ftc-sb-account .ftc_account_form {
		left: auto;
		right: 0;
	}
	.rtl .header-layout23 .dropdown-menu-header .ftc_account_form {
		right: 0;
	}
	.rtl .category-home22 .smooth-image:last-child {
		text-align: left;
	}
	.rtl .woocommerce .slider-product-21 .product .item-image .group-button-product .add-to-cart span.ftc-tooltip.button-tooltip {
		left: -15px;
	}
	.rtl .text-button-h18:not(.text-button-h19) {
		margin: 0 auto;
		padding: 0 35px 0 15px;
	}
	.rtl .header-layout15 #ftc_language ul ul, 
	.rtl .header-layout15 .header-currency ul {
		right: 0;
	}
	.rtl .blog-h14 .blog-home .post-img,
	.rtl .blog-h14 .blog-home .blogs .post-info
	.rtl .blog-home11 .blogs .vcard.author, 
	.rtl .blog-home11 .blogs .date-time,
	.rtl .blog-home9 .blogs .vcard.author, 
	.rtl .blog-home9 .blogs .date-time {
		float: none;
	}
	.rtl .header-layout8 .ftc_account_form,
	.rtl .header-layout7 .ftc_account_form {
		right: 0;
		margin-right: 0;
	}
	.rtl .left_box .elementor-column-wrap,
	.rtl .right_box .elementor-column-wrap {
		margin: 0 !important;
	}
	.rtl .header-ftc-element.header-layout-44 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4 > .mega_dropdown {
		left: auto;
		transform: translateX(8%);
	}
	.rtl .header-ftc-element.header-layout-44 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:nth-child(3) > .mega_dropdown {
		left: auto;
		transform: translateX(22%);
	}
	.rtl .header-ftc-element.header-layout-44 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:nth-child(2) > .mega_dropdown {
		left: auto;
		transform: translateX(15%);
	}
	.rtl .header-ftc-element.header-layout-44 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:last-child > .mega_dropdown {
		left: auto;
		transform: translateX(20%);
	}
	.rtl .copy-right-h48 .elementor-column .elementor-image,
	.rtl .colft-48b .elementor-text-editor {
		text-align: center;
	}
	.rtl .form-h47 .form_25 {
		margin: 0 auto;
	}
	.rtl .form-h47 .wpcf7 input[type^="submit"] {
		right: 225px;
	}
	.rtl .header-layout-47 .header-right-element .elementor-inner-section .elementor-row {
		padding-right: 0;
		padding-left: 25px;
	}
	.rtl .header-layout-46 .header-right-element .elementor-inner-section .elementor-row {
		padding-left: 25px;
		padding-right: 0;
	}
	.rtl .header-ftc-element.header-layout-46 .ftc-element-logo {
		padding-left: 0;
		padding-right: 25px;
	}
	.rtl .form-h46 .wpcf7 input[type^="submit"] {
		right: 5px;
	}
	.rtl .header-ftc-element.header-layout-45 .nav-left-h45 {
		padding-left: 0;
		padding-right: 25px;
	}
	.rtl .header-ftc-element.header-layout-45 .nav-left-h45 {
		padding-right: 0;
	}
	.rtl .section-pro-h44b, .rtl .section-pro-h44a {
		padding: 0 15px 0 15px !important;
	}
	.rtl .pro-43b, 
	.rtl .pro-43a {
		padding-right: 0;
		padding-left: 0;
	}
	.rtl .ft-col-a43 {
		margin-right: 0;
		margin-left: 0;
	}
	.rtl .ngusac-left .ftc-dual-header {
		text-align: center;
	}
	.rtl .text_right-bb43 {
		padding-right: 0;
		padding-left: 0;
	}
	.rtl .ftc-elements-blogs.style_2 .ftc-blogs:last-child .inner-wrap .post-text {
		padding: 0 0 0 50px;
	}
	.rtl .ftc-elements-blogs.style_2 .inner-wrap .post-text {
		padding: 0 50px 0 0;
	}
	.rtl .header-layout44 .header-right::before {
		left: auto;
		right: 0;
	}
	.rtl .header-layout43 .header-content .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_right.columns4:last-child > .mega_dropdown {
		transform: translateX(47%);
	}
	.rtl .header-layout43 .header-content .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_center.columns4 > .mega_dropdown {
		transform: translateX(-25%);
	}
	.rtl .header-layout43 .header-content .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns5 > .mega_dropdown {
		transform: translateX(-30%);
	}
	.rtl .header-layout43 .header-content .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_right.columns4 > .mega_dropdown {
		transform: translateX(10%);
	}
	.rtl .widget_product_32 .widget_pro_1.elementor-column {
		padding-right: 0;
		padding-left: 50px;
	}
	.rtl .widget_product_32 .widget_pro_1 .crazy_2 {
		left: -2%;
		right: auto;
	}
	.rtl .header-layout33:not(.header-sticky-mobile) .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
		left: auto;
		right: 0;
		transform: translateX(-4%);
	}
	.rtl .countdown_27 .elementor-column:first-child .elementor-element-populated {
		margin: 0 0 0 20px;
	}
	.rtl .countdown_27 .elementor-column:last-child {
		margin-right: 0;
	}
	.rtl .header-layout32 .header-content #dropdown-list_click, 
	.rtl .header-layout34 .header-content #dropdown-list_click {
		right: auto;
		left: 0;
	}
	.rtl .header-layout34 .header-content .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4 > .mega_dropdown, 
	.rtl .header-layout32 .header-content .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4 > .mega_dropdown {
		left: -20%;
		right: auto;
	}
	.rtl .header-layout23 .header-content .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns5 > .mega_dropdown {
		transform: translateX(-8%);
	}
	.rtl .header-layout23 .header-content .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
		transform: translateX(50%);
		left: 0;
	}
	.rtl .header-layout23 .header-content .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns3 > .mega_dropdown {
		transform: translateX(25%);
	}
	.rtl .header-layout23 .header-content .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4 > .mega_dropdown {
		transform: translateX(-10%);
	}
	.rtl .header-layout20 .header-content .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
		left: 0;
		transform: translateX(70%);
	}
	.rtl .newsletter-h18 .ftc-text-h12 .ftc-title h2::after {
		left: auto;
		right: 0;
	}
	.rtl .slider-h15:not(.first-one) .woocommerce {
		margin-right: 15px;
		margin-left: 0;
	}
	.rtl .slider-h15.first-one .woocommerce {
		margin-right: 0;
		margin-left: 15px;
	}
	.rtl .text-home14 .ftc-sb-button {
		margin-right: 0;
		margin-left: 35px;
	}
	.rtl .text-home14.text-absolute .ftc-smooth-image.ftc-smooth {
		right: auto;
		left: 0;
	}
	.rtl .text-home14 h3::after {
		left: auto;
		right: 0;
	}
	.rtl .ins-middle10.wpb_column {
		margin-left: 0;
	}
	.rtl .feature-h9 .ftc-feature .ftc_feature_content {
		padding-right: 5px;
	}
	.rtl .slider-home1 .slider-home3 rs-module-wrap {
		left: 0 !important;
	}
	.rtl .blogs .vcard.author, 
	.rtl .blogs .date-time {
		float: right;
	}
	.rtl .product-deal-home .owl-nav > div {
		left: 23.25%;
	}
	.rtl .vc_row.deal-home3 {
		margin-left: 0 !important;
	}
	.rtl .text-deal-home1,
	.rtl .slider-home1 {
		left: 18.5px !important;
	}
	.rtl .slider-home1 rs-module-wrap {
		left: -33.5px !important;
	}
	.rtl .product_h1 .navigation-slider .nav-next.style_1 {
		right: 45%;
	}
	body.rtl {
		overflow-x: hidden;
	}
	.rtl .elementor-section.elementor-section-stretched:not(.section-rtl) {
		right: -33.5px !important;
	}
	.rtl .section-rtl {
		right: 0 !important;
	}
	.rtl .elementor-section.elementor-section-stretched rs-module-wrap {
		left: 0 !important;
	}
	.rtl .countdown-h1 .elementor-element-populated {
		margin-right: 30px !important;
		margin-left: 15px !important;
	}
	.rtl .ftc-product-tabs.style_2 .tabs-content-wrapper {
		margin-right: 0;
		margin-left: 0;
		width: calc(100% - 170px);
		padding-right: 15px;
	}
	.rtl .tab-product-h1 .elementor-heading-title {
		padding-right: 15px;
	}
	.ftc-blogs-slider .style_2 .inner-wrap .post-text .meta > * {
		width: 100%;
	}

}

@media only screen and  (min-width: 992px){

	.rtl .header-layout33.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.menu-item-has-children > .item_link > .link_content > .link_text {
		padding-right: 0;
		padding-left: 5px;
	}
}

@media only screen and  (max-width: 991px){

	.rtl .test-home21.ftc-sb-testimonial {
		width: 100%;
		max-width: 100%;
	}
	.rtl .test-h21,
	.rtl .healthiest-h21 {
		left: 0 !important;
	}
	.rtl .section-first-h23.slider-home23 .woocommerce .slider-home23 .products .product,
	.rtl .slider-home23.slider-home23_2 .woocommerce .products .product,
	.rtl .slider-home23.slider-home23_3 .woocommerce .products .product {
		border-left: 1px solid #ebebeb;
		border-right: 0;
	}
	.rtl .blog-h35 .ftc-blogs-slider .style_6 .inner-wrap .post-text {
		margin: 0;
	}
	.rtl .header-layout41 .header-content .cart-total {
		top: -10px;
		right: -20px;
	}
	.rtl .blog-40 .ftc-blogs-slider .style_6 .inner-wrap .post-text {
		margin-right: 0;
	}
	.rtl .flex-pro-42 .ftc_products_slider.style_7 .item-description .meta_info {
		left: auto;
		right: 15px;
	}
	.rtl .cust-pro-42 .elementor-column:last-child .elementor-widget-wrap {
		justify-content: center;
	}
	.rtl .big-pro-42 .navigation-slider .nav-next.style_2 {
		right: auto;
		left: 51%;
	}
	.rtl .big-pro-42 .navigation-slider .nav-prev.style_2 {
		left: 44%;
	}
	.rtl .cust-pro-42 .elementor-widget-text-editor {
		padding-bottom: 30px;
	}
	.rtl .letter-42 .form-41 form p {
		justify-content: center;
	}
	.rtl .widget_product_32 .widget_pro_1 .crazy_2 {
		left: 10%;
		right: auto;
	}
	.rtl .widget_product_33 .products-widget.products.woocommerce {
		justify-content: center;
	}
	.rtl .slider-home23 .woocommerce .ftc-product-slider.ftc-slider .owl-item, 
	.rtl .woocommerce .slider-home23.ftc-product-slider.ftc-slider .owl-item {
		padding: 0 0 0 1px !important;
	}
	.rtl .slider-home23 .ftc-smooth-image {
		margin: 30px auto;
	}
	.rtl .product-deal-h11 .item-description .meta_info {
		text-align: center;
	}
	.rtl .footer-middle8 .contact-info.wpb_column > .wpb_wrapper {
		padding-right: 0;
	}
	.rtl .product-deal-home8.ftc-product-time-deal.ftc-slider .products .product .item-image {
		padding-left: 0;
	}
	.rtl .product-deal-home8.ftc-product-time-deal .star-rating {
		margin: 0 auto 22px;
	}
	.rtl .product-deal-home8 .header-title {
		left: auto;
		right: auto;
		margin: 0 auto;
		position: unset;
		float: none;
		width: 100%;
		text-align: center;
	}
	.rtl .woocommerce .product-deal-home8.ftc-product-time-deal.ftc-slider .products .product {
		display: inline-block;
	}
	.rtl .product-deal-home8.ftc-product-time-deal.ftc-slider .products .product .item-image,
	.rtl .product-deal-home8.ftc-product-time-deal .product .item-description {
		width: 100% !important;
		max-width: 100%;
		text-align: center;
		margin: 0 auto 30px;
	}
	.rtl .product-deal-home8 .counter-wrapper > div {
		margin-left: 0;
	}
	.rtl .header-layout47 .content-header {
		padding: 0;
	}
	.rtl .title-ins {
		transform: translate(-50%, -50%);
	}
	.rtl .ins-41 .ftc-element-instgram {
		margin-left: auto;
		margin-right: auto;
	}
	.rtl .header-layout46 .mobile-button {
		text-align: left;
	}
	.rtl .big-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .ftc-readmore:before {
		left: auto;
		right: 15px;
	}
	.rtl .custom-blog-37 .ftc-elements-blogs.style_1 {
		width: 100%;
		margin-left: auto;
	}
	.rtl .header-layout41 .header-right .batdacdi {
		max-width: unset;
		margin-left: 0;
		margin-right: auto;
	}
	.rtl .gallery-35 .elementor-column .inner-gallery .elementor-column:first-child {
		text-align: left;
	}
	.rtl .gallery-35 .elementor-column .inner-gallery .elementor-column:last-child {
		text-align: right;
	}
	.rtl .orange_right.elementor-column .elementor-image-box-img {
		text-align: left;
	}
	.rtl .respon_ft_32 .ftc-contact-form {
		float: none;
	}
	.rtl .single_img_28 .elementor-row .elementor-column:nth-child(2) .elementor-element-populated {
		margin: 0 15px 0 0;
	}
	.rtl .single_img_28 .elementor-container .elementor-column:first-child .elementor-column-wrap {
		margin: 0 0 0 15px;
	}
	.rtl .divider-26 .elementor-column:last-child .elementor-column-wrap {
		margin: 70px 20px 0 0;
	}
	.rtl .divider-26-1 .elementor-column:first-child .elementor-column-wrap {
		margin: 80px 0 0 20px;
	}
	.rtl .section-farm-25 .elementor-column:last-child {
		padding-right: 15px;
	}
	.rtl .category-home22 .smooth-image:last-child {
		text-align: center;
	}
	.rtl .woocommerce .slider-product-21 .product .item-image .group-button-product .add-to-cart span.ftc-tooltip.button-tooltip {
		left: 0;
	}
	.rtl .ftc-text-home16 {
		display: block;
	}
	.rtl .ftc-text-home16 ul {
		max-width: 450px;
		margin: 0 auto;
	}
	.rtl .ftc-text-home16 .wpb_column {
		width: 100%;
	}
	.rtl .vc_row.countdown-home .counter-wrapper > div {
		margin-right: 0;
		margin-left: 15px;
	}
	.rtl .slider-h15:not(.first-one) .woocommerce,
	.rtl .slider-h15.first-one .woocommerce {
		margin-right: auto;
		margin-left: auto;
	}
	.rtl .footer-top15 {
		left: 0 !important;
	}
	.rtl .header-layout14 .header-content .container > div.logo-wrapper {
		text-align: center;
	}
	.rtl .custom-timeline-h47 .ftc_custom_timeline .ftc_timeline_items .ftc_position_content_right:nth-child(6):before, 
	.rtl .custom-timeline-h47 .ftc_custom_timeline .ftc_timeline_items .ftc_position_content_left:last-child:before, 
	.rtl .custom-timeline-h47 .ftc_custom_timeline .ftc_timeline_items .ftc_position_content_left:nth-child(4):before {
		right: auto;
		left: -41px;
	}
	.rtl .form-h47 .wpcf7 input[type^="submit"] {
		right: 105px;
	}
	.rtl .two-col-h47 .elementor-column:last-child {
		padding-left: 0;
		padding-right: 0;
	}
	.rtl .bner-img-right-h46.elementor-element .ftc-image-content {
		left: auto;
		right: 35px;
		text-align: left;
	}
	.rtl .form-h46 .wpcf7 input[type^="submit"] {
		right: 70px;
	}
	.rtl .contact-ft46 .elementor-widget.elementor-widget-image {
		text-align: center;
	}
	.rtl .form-h46 .form_25 {
		margin: 0 auto;
	}
	.rtl .double-bn-h45 .bner-45a {
		padding: 0;
	}
	.rtl .inner-footer-h45 .elementor-widget.elementor-widget-image,
	.rtl .bner-45a .elementor-widget.elementor-widget-image, 
	.rtl .bner-45b .elementor-widget.elementor-widget-image {
		text-align: center;
	}
	.rtl .ftc_products_slider.style_6 .products .product .meta_info .add-to-cart {
		margin: 0 0 0 25px;
	}
	.rtl .ftc-elements-blogs.style_2 .inner-wrap .post-text,
	.rtl .ftc-elements-blogs.style_2 .ftc-blogs:last-child .inner-wrap .post-text {
		padding: 15px;
	}
	.rtl .footer-42 .footer-logo .elementor-widget-social-icons .elementor-widget-container,
	.rtl .countdown-41 .contact-icon-41 .elementor-widget-text-editor,
	.rtl .countdown-41 .contact-icon-41 .elementor-image-box-wrapper {
		text-align: center;
	}
	.rtl .two-col-35 .heading-bb {
		padding-right: 0;
	}
	.rtl .apple-right.elementor-column {
		padding-right: 50px;
		padding-left: 0;
	}
	.rtl .juice-30 .elementor-widget-wrap > div {
		padding-left: 0;
		padding-right: 0;
	}
	.rtl .left {
		padding-right: 30px;
	}
	.rtl .blog-r23 header.post-img {
		margin-right: 0;
		margin-left: 20px;
	}
	.rtl .ftc-footer .copy-com {
		white-space: unset;
	}
	.rtl .text-deal-home16 .text-deal p {
		padding-left: 15px;
	}
	.rtl .text-home15 > .wpb_column > .wpb_wrapper {
		padding: 20px 0 50px 0;
	}
	.rtl p.after-title,
	.rtl footer .footer-middle15 .social-icons ul {
		text-align: center;
	}
	.rtl .header-layout15 .cart-total {
		left: auto;
		right: -20px;
		top: -10px;
	}
	.rtl .testi-home14 .testimonial-info {
		margin-left: 0;
		text-align: center;
		margin-right: 0;
	}
	.rtl .text-home14 .text-h14 {
		margin-right: 15px;
	}
	.rtl .text-home14 h3::after {
		left: auto;
		right: 0;
	}
	.rtl .feature-top10 .ftc-feature .ftc_feature_content {
		padding-left: 0;
		padding-right: 35px;
	}
	.rtl .feature-h9 .ftc-feature .ftc_feature_content {
		padding-right: 20px;
	}
	.rtl .footer-middle8 div.info-com::before {
		left: 50%;
		right: auto;
	}
	.rtl .footer-middle8 div.info-com::after {
		left: 50%;
		right: auto;
	}
	.rtl footer#colophon .ftc-footer .footer-middle8 .widget-title::after {
		left: 50%;
		right: auto;
	}
	.rtl footer .social-icons ul li {
		margin-right: 0;
		margin-left: 13px;
	}
	.rtl footer .social-icons ul {
		text-align: center;
	}
	.rtl .info-company li i {
		float: none;
	}
	.rtl footer ul.bullet li a:before {
		right: -20px;
		left: auto;
	}
	.rtl footer ul.bullet li a {
		margin-left: 0;
	}
	.rtl .text-deal-home1, .rtl .slider-home1 {
		left: 0 !important;
	}
	.rtl .slider-home1 rs-module-wrap {
		left: -15.5px !important;
	}
	.rtl .header-mobile-social {
		text-align: left;
	}
	.rtl .ftc-mobile-wrapper .menu-text {
		direction: ltr;
	}
	.rtl .product_h1 .navigation-slider .nav-next.style_1 {
		right: 40%;
	}
	.rtl .elementor-section.elementor-section-stretched:not(.section-rtl) {
		right: -14.5px !important;
	}
	.rtl .ftc-shop-cart {
		width: auto;
	}
	.rtl .countdown-h1 .ftc-countdown-element.style_1 .items {
		margin-left: 15px;
	}
	.ftc-blogs-slider .style_2 .inner-wrap .post-text .meta > * {
		width: auto;
	}
	.rtl .footer-logo .list-footer ul li,
	.rtl .footer-logo .list-footer ul li a,
	.rtl .footer-logo .list-footer ul li a span {
		text-align: center;
		justify-content: center;
	}
	.rtl .copy-right-fter .elementor-column .ftc-element-image {
		text-align: left !important;
	}
	.rtl .mobile-button {
		text-align: right;
	}
	.rtl .blog-h1 .ftc-blogs-slider .style_2 .inner-wrap .post-text {
		padding-right: 15px;
	}
	.rtl .ftc-element-testimonial.style_2 .testi-info{
		margin-top: 10px;
		padding: 0;
	}

}

@media only screen and  (max-width: 767px){
	.rtl .button_bbh1 .elementor-widget-button{
		text-align: center;
	}
	.rtl .single-text-h18 .ftc-smooth-image {
		text-align: center;
	}
	.vc_row.footer-bot10 {
		padding: 5px 0 8px 0;
	}
	.rtl .product-deal-home8 .header-title {
		margin: 0 auto;
	}
	.rtl .first-colft-39 > .elementor-column-wrap > .elementor-widget-wrap .elementor-inner-section .elementor-column:last-child {
		width: 100%;
	}
	.rtl .first-colft-39 > .elementor-column-wrap > .elementor-widget-wrap .elementor-inner-section .elementor-column:first-child {
		width: 0;
		display: none;
	}
	.rtl .bb-39-2 .ftc-element-image {
		text-align: center;
	}
	.rtl .signature .elementor-column .elementor-icon-box-content {
		text-align: center;
	}
	.rtl .contact_icon .elementor-row .elementor-column, 
	.rtl .orange_right .elementor-widget-wrap .elementor-widget-image-box {
		margin: 30px auto 0;
	}
	.rtl .contact_icon .elementor-widget-image-box .elementor-image-box-wrapper {
		text-align: center;
	}
	.rtl .form_30 .ftc-contact-form .form_2 {
		justify-content: center;
	}
	.rtl .form-h27 .elementor-text-editor {
		text-align: center !important;
	}
	.rtl .countdown_27 .elementor-column:last-child {
		margin: 30px auto;
	}
	.rtl .divider-26-1 .elementor-column:first-child .elementor-column-wrap,
	.rtl .divider-26 .elementor-column:last-child .elementor-column-wrap {
		margin: 50px auto 30px;
	}
	.rtl .custom-cdown-25 .ftc-countdown-element.style_1 .countdown-timer-init {
		justify-content: center;
	}
	.rtl .custom-cdown-25 .ftc-countdown-element .items:last-child {
		margin-left: 0;
	}
	.rtl .double-button .elementor-container .elementor-row .elementor-column:first-child .elementor-column-wrap {
		margin: 0 0 0 15px;
	}
	.rtl .double-button .elementor-container .elementor-row .elementor-column:last-child .elementor-column-wrap {
		margin: 0 15px 0 0;
	}
	.rtl .double-button .elementor-container .elementor-row .elementor-column:last-child .before_button {
		text-align: right;
	}
	.rtl .double-button .elementor-container .elementor-row .elementor-column:first-child .before_button {
		text-align: left;
	}
	.rtl .section-img-h25 .elementor-container .elementor-column:first-child .elementor-column-wrap,
	.rtl .section-img-h25 .elementor-container .elementor-column:first-child .elementor-column-wrap {
		margin: 0 auto 30px;
	}
	.rtl .section-farm-25 .elementor-column:last-child {
		padding-right: 0;
	}
	.rtl .newsletter-h18 .ftc-text-h12 .ftc-title h2:after,
	.rtl .text-h18-button h2:after, 
	.rtl .text-button-h18 h2:after {
		left: 0;
		right: 50%;
		transform: translateX(50%);
		-webkit-transform: translateX(50%);
		-moz-transform: translateX(50%);
	}
	.rtl .text-button-h18 {
		padding: 0 15px;
	}
	.rtl .ftc-text-home16 ul {
		max-width: 100%;
		margin: 0 auto;
	}
	.rtl .text-home15 .ftc-smooth-image {
		right: auto;
		left: auto;
	}
	.rtl .text-home14 .ftc-sb-button:last-child {
		margin-left: 0;
	}
	.rtl .text-home14 h3::after {
		left: auto;
		right: 50%;
		transform: translateX(50%);
	}
	.rtl .blog-home17 .blogs article h3.product_title, 
	.rtl .deal-h14.ftc-product-time-deal .item-description .meta_info {
		text-align: center;
	}
	.rtl .deal-h14.ftc-product-time-deal .product .item-description {
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}
	.rtl .deal-h14 .products .star-rating {
		margin-right: auto;
		margin-left: auto;
	}
	.rtl .custom-timeline-h47 .ftc_custom_timeline .ftc_timeline_items .ftc_position_content_right:nth-child(6):before,
	.rtl .custom-timeline-h47 .ftc_custom_timeline .ftc_timeline_items .ftc_position_content_left:last-child:before,
	.rtl .custom-timeline-h47 .ftc_custom_timeline .ftc_timeline_items .ftc_position_content_left:nth-child(4):before {
		right: auto;
		left: -39px;
	}
	.rtl .form-h47 .wpcf7 input[type^="submit"] {
		right: 90px;
	}
	.rtl .our-price-h47 .elementor-inner-section .elementor-column:last-child .elementor-column-wrap {
		margin: 0 15px;
	}
	.rtl .our-price-h47 .elementor-inner-section .elementor-column:first-child .elementor-column-wrap {
		margin: 0 15px;
	}
	.rtl .banner-42 .ftc-element-image .ftc-image-content {
		padding-right: 0;
	}
	.rtl .banner-42 .ftc-element-image .ftc-image-caption > p {
		text-align: right;
	}
	.rtl .form-39 {
		margin-bottom: 30px;
	}
	.rtl .vcl-single-img-39 .elementor-column:first-child .elementor-widget-wrap .elementor-widget:nth-child(3) .elementor-widget-container {
		padding: 0;
	}
	.rtl .bb-39-2 .elementor-column:first-child .elementor-element-populated {
		margin: 55px 0 0 0;
		margin-top: 55px;
	}
	.rtl .vegetable-heart-h37 .elementor-widget-wrap .elementor-widget:nth-child(3) .elementor-widget-container {
		padding: 5px 0 0 0;
	}
	.rtl .countdown_27 .elementor-widget-divider .elementor-divider-separator {
		margin-left: auto;
		margin-right: auto;
	}
	.rtl .custom-cdown-25 .ftc-countdown-element.style_1 {
		float: none;
	}
	.rtl .text-home15 p::before {
		left: 50%;
	}
	.rtl .text-home14.text-home15 .text-h14 {
		text-align: center;
		margin: 0;
	}
	.rtl .countdown-h1 .ftc-countdown-element.style_1 .countdown-timer-init {
		justify-content: center;
	}
	.rtl .copy-right-fter .elementor-text-editor {
		text-align: right !important;
	}
	.rtl .right_box .elementor-widget-image-box{
	    margin: auto;
	}

}

@media only screen and (min-width: 600px) and (max-width: 767px){

	.rtl .banner1-home8>.wpb_column.vc_col-sm-3:nth-child(2) .ftc-smooth-image {
		text-align: right;
	}
	.rtl .banner1-home8>.wpb_column.vc_col-sm-3:first-child .ftc-smooth-image {
		text-align: left;
	}

}

@media only screen and  (max-width: 684px){
    .rtl .list-footer .elementor-icon-list-items li.elementor-icon-list-item i.fa-home {
	  top: -15px;
	  left: -30px;
	}
}

@media only screen and  (max-width: 667px){

	.rtl .button_bbh1 .elementor-widget-button {
		text-align: center;
	}
	.rtl .form-h47 .wpcf7 input[type^="submit"] {
		right: 55px;
	}
	.rtl .custom-timeline-h47 .ftc_custom_timeline .ftc_timeline_items .ftc_position_content_right:nth-child(6):before, 
	.rtl .custom-timeline-h47 .ftc_custom_timeline .ftc_timeline_items .ftc_position_content_left:last-child:before, 
	.rtl .custom-timeline-h47 .ftc_custom_timeline .ftc_timeline_items .ftc_position_content_left:nth-child(4):before {
		right: auto;
		left: -35px;
	}
}

@media only screen and  (max-width: 480px){

	.rtl .vc_row.slider-h10 rs-module-wrap {
		left: -15px !important;
	}
	.slider-producth14,
	.rtl .testi-h14,
	.rtl .footer-middle14,
	.rtl .testimonial-h10,
	.rtl .vc_row.slider-h10,
	.rtl .vc_row.ftc-featuring-product-h2,
	.rtl .vc_row.video-text-h10,
	.rtl .vc_row.feature-top10,
	.rtl .vc_row.footer-bot10,
	.rtl .vc_row.footer-middle10 {
		left: 0 !important;
	}
	.rtl .ftc-blogs-slider .style_2 .inner-wrap .post-text .meta .author.vcard {
	  float: unset;
	}
	.rtl .ftc-product-tabs.style_2 .tabs-content-wrapper{
		width: 100%;
		padding: 0;
	}
	.rtl .blog-h1 .ftc-blogs-slider .style_2 .inner-wrap .post-text p {
	  text-align: center;
	}
    .rtl .list-footer .elementor-icon-list-items li.elementor-icon-list-item i.fa-home {
		top: 0;
		left: 0;
	}
	.rtl .respon_footer .elementor-column .elementor-widget-heading .elementor-heading-title i{
		margin-left: 0;
		margin-right: 10px;
	}
	.rtl .info-company li i {
		width: auto;
	}
	.rtl .cust-pro-42 .elementor-widget-text-editor {
		padding-bottom: 0;
	}
	.rtl .title-widget-h42 .navigation-slider .nav-prev,
	.rtl .flex-pro-42 .navigation-slider .nav-prev,
	.rtl .custom-pro-42 .navigation-slider .nav-prev {
		left: 0;
	}
	.rtl .title-widget-h42 .navigation-slider .nav-next,
	.rtl .flex-pro-42 .navigation-slider .nav-next,
	.rtl .custom-pro-42 .navigation-slider .nav-next {
		right: 0;
	}
	.rtl .flex-pro-42,
	.rtl .title-widget-h42 {
		text-align: center;
	}
	.rtl .widget_product_32 .widget_pro_1.elementor-column {
		padding-right: 0;
		padding-left: 0;
	}
	.rtl .widget_product_32 .elementor-widget-image {
		text-align: center;
	}
	.rtl .widget_product_32 .widget_pro_2.elementor-column .elementor-heading-title {
		text-align: center;
	}
	.rtl .blog-28 .ftc-blogs-slider .style_2 .inner-wrap .post-text .meta .author.vcard {
		float: none;
	}
	.rtl .text-deal-home16 .vc_row.countdown-home .counter-wrapper > div:last-child {
		margin-right: 5px;
	}
	.rtl .feature-top10 .ftc-feature .feature-icon {
		padding-right: 0;
	}
	.rtl .ins-middle10 ul.ftc-gallery-instagram.columns-3 {
		margin: 0 auto;
	}
	.rtl .top_footer8 p.form-sub {
		margin: 0 auto 20px;
	}
	.rtl .footer-h37 .elementor-container .elementor-column .elementor-element-populated,
	.rtl .footer-h37 .elementor-container .elementor-column:last-child .elementor-element-populated {
		margin: 0 auto;
	}
	.rtl .custom-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs:nth-child(3n + 3) .inner-wrap .post-text {
		margin: 20px 0 0 0;
	}
	.rtl .respon_footer .elementor-container .elementor-column:not(.footer-logo) {
		text-align: center;
	}
	.rtl .single_img_28 .elementor-container .elementor-column:first-child .elementor-column-wrap,
	.rtl .single_img_28 .elementor-container .elementor-column:last-child .elementor-column-wrap,
	.rtl .single_img_28 .elementor-row .elementor-column:nth-child(2) .elementor-element-populated {
		margin: 0 15px;
	}
	.rtl .custom-blog-4 .ftc-blogs-slider .style_2 .inner-wrap .post-text .meta .author.vcard {
		float: none;
	}
	.rtl .custom-cdown-25 .ftc-countdown-element.style_1 .items {
		margin-left: 5px;
		margin-right: 5px;
	}
	.rtl .respon_footer .elementor-column .elementor-widget-icon-list:not(.list-footer) ul li {
		width: max-content;
		margin: 0px auto;
	}
	.rtl .blog-home23 .ftc-sb-blogs.ftc-slider .blogs article h3.product_title {
		text-align: center;
	}
	.rtl footer .footer-middle5.footer-middle9 ul.bullet li a:before {
		right: 0;
		left: auto;
	}
	.rtl .footer-mobi .widget-title {
		justify-content: center;
	}
	.rtl .single-home16 h2::after {
		left: auto;
		right: 50%;
		transform: translateX(50%);
		-webkit-transform: translateX(50%);
		-moz-transform: translateX(50%);
	}
	.rtl .custom-timeline-h47 .ftc_custom_timeline .ftc_timeline_items .ftc_position_content_right:nth-child(6):before, 
	.rtl .custom-timeline-h47 .ftc_custom_timeline .ftc_timeline_items .ftc_position_content_left:last-child:before, 
	.rtl .custom-timeline-h47 .ftc_custom_timeline .ftc_timeline_items .ftc_position_content_left:nth-child(4):before {
		right: 48%;
		left: 0;
	}
	.rtl .form-h47 .wpcf7 input[type^="submit"] {
		right: auto;
	}
	.rtl .ftc_products_slider.style_6 .products .product .meta_info .add-to-cart {
		margin: 0;
	}
	.rtl .countdown-41 .elementor-widget-wrap {
		padding-right: 0;
	}
	.rtl .copy-right-fter .privacy .elementor-widget,
	.rtl .respon_footer .footer-logo .inner-footer .elementor-widget-container {
		text-align: center;
	}
	.rtl .big-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .ftc-readmore:before, 
	.rtl .custom-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .ftc-readmore:before {
		right: 15px;
		left: auto;
	}
	.rtl .custom-blog-37 .ftc-elements-blogs.style_1 .ftc-blogs .inner-wrap .post-text .ftc-readmore:after {
		right: 60px;
		left: auto;
	}
	.rtl .respon_footer .elementor-column .elementor-widget-icon-list ul li, 
	.rtl .respon_footer .elementor-column .elementor-widget-icon-list ul li a {
		justify-content: center;
	}
	.rtl .apple-left.elementor-column {
		padding-left: 0;
		padding-right: 0;
	}
	.rtl .apple-right.elementor-column {
		padding-right: 0;
		padding-left: 0;
	}
	.rtl .juice-30 .elementor-widget-wrap > div {
		padding-left: 15px;
		padding-right: 15px;
	}
	.rtl .divider-26 .elementor-column:first-child::after {
		left: 50%;
		right: auto;
	}
	.rtl .divider-26-1 .elementor-column:last-child::after {
		left: auto;
		right: 50%;
	}
	.rtl .dealsdaily-h26 .elementor-widget-divider .elementor-divider {
		float: none;
	}
	.rtl .left {
		padding-right: 0;
	}
	body.rtl.wpb-js-composer .slider-home23 .vc_general.vc_tta-tabs .vc_tta-tabs-container {
		padding-right: 0;
	} 
	.rtl .footer-info20 p,
	.rtl .footer-info20 p.footer12_img,
	.rtl .footer-mobi:not(.footer-middle14) .social-icons .list-icons,
	.rtl .middle-h20 .footer-info20  .wpb_single_image.vc_align_left {
		text-align: center;
	}
	.rtl .newsletter-h18 .ftc-text-h12 .ftc-title h2::after {
		left: 50%;
		right: auto;
	} 
	.rtl .vc_row.top-middle-h17,
	.rtl .top-middle-h17 .mc4wp-form-fields,
	.rtl footer .top-middle-h17 .social-icons ul,
	.rtl .widget .footer-bottom16 ul.info-company li,
	.rtl footer .middle-bottom16 .social-icons ul {
		text-align: center;
	}
	.rtl .blog-home .blogs .post-info .vcard.author {
		float: none;
	}
	.rtl .deal-h14.ftc-product-time-deal .short-description {
		text-align: center;
	}
	.rtl .deal-h14.ftc-product-time-deal .product .item-description {
		padding-right: 0;
	}
	.rtl .text-home14 .ftc-sb-button {
		margin: 0 15px;
	}
	.rtl .text-home14 h3::after {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
	.rtl .text-home14 .text-h14 {
		margin-right: 0;
	}
	.rtl .middle-footer14,
	.rtl .footer-middle12 .wpb_column {
		text-align: center;
	}
	.rtl .feature-top10 .ftc-feature .ftc_feature_content h3 {
		text-align: right;
	}
	.rtl .footer-middle9.footer-mobi {
		text-align: center !important;
	}
	.rtl .text-footer9 {
		margin: 0;
	}
	.rtl .footer-middle8 div.info-com::before, 
	.rtl .footer-middle8 div.info-com::after {
		left: 0;
		right: 50%;
		transform: translateX(50%);
		-webkit-transform: translateX(50%);
		-moz-transform: translateX(50%);
	}
	.rtl footer#colophon .ftc-footer .footer-middle8 .widget-title::after {
		left: auto;
		right: auto;
		transform: none;
	}
	.rtl .footer-middle8.footer-mobi .contact-info p,
	.rtl .footer-middle8 .open-time,
	.rtl .widget .footer-middle8 ul li {
		text-align: center;
	}
	.rtl .blogs .vcard.author, 
	.rtl .blogs .date-time {
		float: none;
	}
	.rtl .footer-mobi .col-active .bullet {
		text-align: center;
	}
	.rtl .footer-middle6 .wpb_column:last-child .widget-title,
	.rtl .footer-mobi .footer-middle5 .widget-title,
	.rtl .instagram-home1 .widget-title {
		width: 100%;
		text-align: center;
	}
	.rtl footer ul.bullet li a {
		margin-left: 0;
		margin-right: 10px;
		padding-right: 20px;
	}
	.rtl footer ul.bullet li a:before {
		right: 0;
		left: auto;
	}
	.rtl .footer-mobi .col-active .heading-title {
		padding-right: 35px !important;
		width: max-content;
		margin: 0 auto 20px;
	}
	.rtl .footer-bottom .contact-info .wpb_text_column.wpb_content_element, 
	.rtl .footer-bottom .info-company li i {
		text-align: center;
	}
	.rtl .footer-bott,
	.rtl .can-di-e,
	.rtl .footer-mobi.footer-first,
	.rtl .product-category {
		left: 0 !important;
	}
	.rtl .product-deal-home .owl-nav > div {
		left: 50.25%;
	}
	.rtl .product-deal-home .owl-dots {
		right: 37.5%;	
	}
	.rtl .vc_row.countdown-home .counter-wrapper > div {
		margin-right: 5px;
		margin-left: 5px;
	}
	.rtl .respon_footer .elementor-column .elementor-widget-heading .elementor-heading-title {
		justify-content: center;
	}
	.rtl .copy-right-fter .elementor-text-editor {
		text-align: center !important;
	}
	.rtl .product_h1 .navigation-slider .nav-next.style_1 {
		right: 25%;
	}
	.rtl .before-list ul li::before {
		left: auto;
		right: 0;
	}
	.rtl .respon_footer .elementor-column .elementor-widget-heading .elementor-heading-title i {
		left: 0;
		right: auto;
	}
	.rtl .copy-right-fter .elementor-column .ftc-element-image {
		text-align: center !important;
	}

}
