/*
Theme Name: giftsshop

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%;
	}
}







/*home-page*/
body.rtl {
	direction: rtl;
	unicode-bidi: embed;
}
.rtl .dont_show_popup {
    left: 20px;
    right: auto;
}
.rtl .newsletterpopup .close-popup {
    right: auto;
    left: -20px;
}
.rtl .header-layout1 .header-nav .header-content-sticky > .container {
    display: flex;
}
.rtl .header-ftc.header-v1.header-layout1 .ftc-shop-cart {
    float: left;
    margin-right: 0;
    margin-left: 20px;
}
.rtl .ftc-search-product {
    float: left;
}
.rtl .ftc-search-product .ftc_search_ajax input[type="text"] {
    left: -30px;
    right: auto;
}
.rtl .header-layout1 .header-nav .is-sticky .header-content-sticky > .container {
    display: none;
}
.rtl .elmentor-image-h1 .right {
    padding-left: 0;
    padding-right: 15px;
}
.rtl .elmentor-image-h1 .left {
    padding-right: 0;
    padding-left: 15px;
}
.rtl .new-3-elementor li.post .ftc-deal-products .product .item-image {
    float: right;
    margin: -60px 50px 0px 0px !important;
}
.rtl .new-3-elementor li.post .ftc-deal-products .product .item-description {
    float: left;
    text-align: right;
}
.rtl .woocommerce .star-rating {
    width: 60px;
}
.rtl .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
}
.rtl .product-h1-elementor .ftc-product-tabs .tabs-wrapper .tab-title:before {
    right: auto;
    left: -3px;
}
.rtl .elementor-product-h1 .right.row1,
.rtl .elementor-product-h1 .left-1b {
    padding-left: 0;
    padding-right: 15px;
}
.rtl .elementor-product-h1 .left-1a,
.rtl .elementor-product-h1 .right.row2 {
    padding-right: 0;
    padding-left: 15px;
}
.rtl .elementor-product-h1 .right.row2 > .elementor-column-wrap {
    float: left;
}
.rtl .elementor-product-h1 .elementor-image .ftc-image-content {
    right: auto;
    left: 0;
}
.rtl .elementor-product-h1 .bottom .left .ftc-image-content {
    left: auto;
    right: 0;
}
.rtl .map .contact h3, 
.rtl .map .contact .info {
    text-align: right;
}
.rtl .map .contact ul li .icon {
    float: right;
}
.rtl .elementor-h1-top .right .elementor-widget-wrap {
    margin-left: 0;
    margin-right: 40px;
}
.rtl .elementor-h1-top .right .elementor-social-icons-wrapper {
    margin-left: 0;
    margin-right: 27px;
}
.rtl .elementor-h1-top .center .subscribe-widget .subscribe-email:before {
    right: auto;
    left: 0;
}
.rtl .elementor-blog-h1 .blogs-slider.style_4 .blogs-slider .post-text {
    text-align: right;
    margin-left: 0;
    margin-right: 70px;
}
.rtl .elementor-blog-h1 .ftc-blogs-slider .blogs-slider .post-text .meta {
    left: -80px;
}
.rtl .ft-gifts-modern-h3 .Instagram-elementor-h1 {
    padding-right: 15px;
    padding-left: 0;
}
.rtl .ft-gifts-modern-h3 .row2 .ftc-product-widget .products-widget .ftc-product .meta-description {
    padding-right: 15px;
    padding-left: 0;
}
.rtl .elementor-h1-bottom .elementor-pay .right .elementor-widget-container {
    text-align: left;
}
.rtl .ftc-off-canvas-cart {
    left: 0;
    right: auto;
}
.rtl .off-canvas-cart-title .title {
    margin-right: 20px;
    margin-left: 0;
}
.rtl .woocommerce ul.cart_list li img {
    float: right;
    margin-left: 15px;
    margin-right: 0;
}
.rtl .widget_shopping_cart .total .amount {
    float: left;
}
.rtl .woocommerce.widget_shopping_cart .buttons a.checkout {
    margin-left: 0;
    margin-right: 5px !important;
}
.rtl .ftc-off-canvas-cart {
	right: auto;
	left: 0;
	transform: translateX(-100%);
}
.rtl.cart-canvas .ftc-off-canvas-cart {
    transform: translateX(0);
}
.rtl .woocommerce.widget_shopping_cart .cart_list li a.remove {
    right: auto;
    left: 0;
}
.rtl .map-elementor-h1 .map {
    right: 19.5%;
    left: auto;
}
.rtl .ft-gifts-modern-h3 .row6 .ftc-elements-blogs.style_3 .element-date-timeline {
    margin-right: 0;
    margin-left: 15px;
}
.rtl .ft-gifts-modern-h3 .row6 .ftc-elements-blogs.style_3 .post-text {
    margin: 0;
}
.rtl .elementor-h1-top .right .elementor-social-icons-wrapper .elementor-grid-item:last-child a.elementor-icon {
    margin-right: 5px;
}
.rtl .elementor-h1-top .right .elementor-social-icons-wrapper .elementor-grid-item:first-child a.elementor-icon {
    margin-right: 0px;
}
.rtl .ftc_language ul ul {
    margin-right: 30px;
}
.rtl .ftc_products_slider.style_2 .group-button-product,
.rtl .ftc-product-tabs.style_4 .group-button-product {
	direction: initial;
}



/*home1-viusl*/
.rtl .single_image {
    display: flex;
}
.rtl .ftc-footer .elementor-pay .copy-com {
    text-align: right;
}
.rtl .product_deals_slider .item-image {
    margin: -60px 50px 0px 0px !important;
    float: right !important;
}
.rtl .product_deals_slider .woocommerce .product .item-description {
    float: left;
    text-align: right;
	padding-right: 30px;
}
.rtl .product_deals_slider .item-description .short-description {
    padding-right: 0px;
    text-align: right;
}
.rtl .for_child,
.rtl .for_women {
    display: flex;
}
.rtl .for_child .banner {
    padding-left: 15px !important;
    padding-right: 0 !important;
}
.rtl .for_child .slider .wpb_wrapper {
    float: right;
}
.rtl .for_women .banner {
    padding-left: 0px !important;
    padding-right: 15px !important;
}
.rtl .for_women .slider .wpb_wrapper {
    float: left;
}
.rtl .for_child {
    margin-bottom: 20px !important;
}
.rtl .for_child .owl-dots {
    top: auto !important;
}
.rtl .for_child .owl-dots,
.rtl .for_women .owl-dots {
    left: 50%;
    position: absolute;
    transform: translate(-50%);
}
.rtl .slider_blog1 .blogs article .post-info .entry-date {
    float: right;
    left: auto;
    right: 0;
}
.rtl .slider_blog1 .blogs article .post-info .main-content-blog {
    float: left;
}
.rtl .blogs .excerpt {
    text-align: right;
}
.rtl .mega_main_menu li.elements.multicolumn_dropdown > .mega_dropdown {
    transform: translate(0%) !important;
}
.rtl .elementor-h1-top .center .subscribe-widget .subscribe-email input.button-secondary {
    margin-left: 0;
    margin-right: 10px;
}



.rtl .ftc-footer .footer-bottom-h26 .copy-com,
.rtl .home29 .ftc-footer .copy-com,
.rtl .home31 .ftc-footer .copy-com,
.rtl .ftc-footer .footer-bottom-h32 .copy-com {
    text-align: center;
}
.rtl .ftc-footer .footer-h27 .copy-com,
.rtl .ftc-footer .footer-center-h28 .copy-com,
.rtl .ftc-footer .ft-bottom-h30 .copy-com {
    text-align: right;
}



/*home2*/
.rtl .header-layout2 .header-nav .header-content-sticky > .container {
    display: flex;
}
.rtl .header-layout2 .header-nav .header-content-sticky .nav-right .ftc-shop-cart {
    float: left;
    margin-left: 20px;
    margin-right: 0;
}
.rtl .header-layout2 .header-nav .is-sticky .header-content-sticky > .container {
    display: none;
}
.rtl .part2-home2 {
    display: flex;
}
body.wpb-js-composer.rtl .vc_general.vc_tta-tabs.default_no_border .vc_tta-tabs-container .vc_tta-tab:before, 
body.wpb-js-composer.rtl .vc_general.vc_tta-tabs.default .vc_tta-tabs-container .vc_tta-tab:before {
    left: -3px;
    right: auto;
}
.rtl .product_deals_slider.header_2 .item-image {
    margin: 0px 50px 0px 0px !important;
}
.rtl .slider_blog2 .ftc-sb-blogs article {
    display: flex;
}
.rtl .slider_blog2 .ftc-sb-blogs article .post-info .entry-date {
    margin-left: 20px;
    margin-top: 0px;
    margin-right: 30px;
    float: right;
}
.rtl .entry-title a {
    margin-right: 0;
}
.rtl .header-layout2 .mega_main_menu li.elements.multicolumn_dropdown > .mega_dropdown {
    transform: translate(0%) !important;
}





/*home3*/
.rtl .part4-home3,
.rtl .part5-home4 {
    display: flex;
}



/*home5*/
.rtl .header-layout5 .header-nav .header-content-sticky > .container {
    display: flex;
}
.rtl .text_description {
    display: flex;
}
.rtl .text_description .wpb_single_image.vc_align_left {
    text-align: right;
}
.rtl .text_description h3.text_description_title {
    text-align: right !important;
}
.rtl .ftc-feature_1 .ftc-feature-wrp .feature-header {
    padding-left: 0;
    padding-right: 30px;
    text-align: right;
}
.rtl .ftc-feature_1 {
    display: flex;
}
@media only screen and (min-width: 1600px) and (max-width: 1950px){

.rtl .test-home5 .deal-product-1 .owl-nav .owl-prev, 
.rtl .test-home5 .deal-product-1 .owl-nav .owl-next {
    right: 215px;
    left: auto;
}
.rtl .test-home5 .text-deal {
    width: 24.9%;
}

}
.rtl .test-home5 .deal-product-1 .owl-nav .owl-next {
    margin-right: -20px;
    margin-left: auto;
}
.rtl .test-home5 .deal-product-1 .owl-nav .owl-prev {
    margin-right: 20px;
    margin-left: auto;
}
.rtl .ftc-sb-brandslider .owl-nav > div.owl-next:before {
    margin-right: -40px;
}
.rtl .brand-home {
    display: flex;
}
.rtl .brand-description {
    text-align: left;
}
.rtl .countdown-product .countdown-product-right .owl-nav > div {
    left: -25%;
}
.rtl .countdown-product .woocommerce .products .star-rating {
    margin-left: 0;
    margin-right: auto;
}
.rtl .choose-us h3,
.rtl .choose-us p.pick-us,
.rtl .choose-us .wpb_single_image.vc_align_left {
    text-align: right;
}
.rtl .choose-us .wpb_column.vc_column_container.vc_col-sm-7 {
    padding-left: 52px !important;
    padding-right: 15px !important;
}
.rtl .blog-home.home5 .owl-nav > div.owl-next:before {
    margin-left: 0;
    margin-right: -40px;
}
.rtl .testimonial-home5 .ftc-testimonial-wrapper .owl-nav > div.owl-next:before {
    margin-right: -75px;
    margin-left: 30px;
}
.rtl .coming_soon .icon_social_comingsoon ul {
    display: table;
    margin: 0 auto;
    margin-top: 30px;
}
.rtl .comming-center-content.coming_soon .wpb_content_element {
    margin-bottom: 0;
}
.rtl .footer-bottom-home5 {
    display: flex;
}
.rtl .footer-bottom-home5 .wpb_single_image.vc_align_right {
    text-align: left;
}
.rtl .ftc-footer .footer-bottom-home5 .copy-com {
    text-align: right;
}




/*home6*/
.rtl .header-layout6 .header-content-sticky > .container {
    display: flex;
}
.rtl .header-layout6 .is-sticky .header-content-sticky > .container {
    display: none;
}
.rtl .header-layout6 .ftc-search-product .ftc_search_ajax input[type="text"] {
    right: 0;
    left: auto;
}
.rtl .product-special.home6 .owl-nav > div.owl-next:before {
    margin-left: 0;
    margin-right: -50px;
}
.rtl .part3-h6 .text_description h3.text_description_title {
    text-align: center !important;
}
.rtl .testimonial-home5.home6 .owl-item.active.center .item.has-image {
    margin-left: 0;
    margin-right: -90px;
}
.rtl .info_footer {
    display: flex;
}
.rtl .footer-img.home5 ul.ftc-gallery-instagram {
    display: flex;
}
.rtl .text_description.home6 h3.text_description_title {
    text-align: center !important;
}




/*home7*/
.rtl .header-layout7 .header-nav3 > .container {
    display: flex;
}
.rtl .header-layout7 .header-nav3 .container .nav-right1 {
    text-align: left;
}
.rtl .header-layout7 .header-nav3 .nav-left1 .ftc-sb-language {
    margin-right: 15px;
}
.rtl .header-layout7 .header-content-sticky > .container {
    display: flex;
}
.rtl .header-layout7 .is-sticky .header-content-sticky > .container {
    display: none;
}
.rtl .header-layout7 .ftc-search-product .fa-search.search-button {
    padding-right: 0;
}
.rtl .header-layout7 .ftc-search-product .ftc_search_ajax input[type="text"] {
    left: auto;
    right: 0px;
}
.rtl .part1-h7,
.rtl .img-home8,
.rtl .double-img {
    display: flex;
}
.rtl .product-special.home7 .owl-nav > div.owl-next:before {
    margin-left: 0;
    margin-right: -50px;
}
.rtl .hot-new .woocommerce .ftc-product.product .item-description {
    text-align: right;
    margin-left: 0;
    margin-right: 20px;
}
.rtl .hot-new .woocommerce .ftc-product.product .item-description .star-rating {
    margin-left: auto;
    margin-right: 0;
}




/*home8*/
.rtl .hot-new h3.title_sub {
    text-align: right;
}
.rtl .blog-home.home5.home7 .blogs .post-info {
    left: -200px;
}


/*home9*/
.rtl .header-layout9 .nav-top > .container {
    display: flex;
}
.rtl .ftc-footer .ft-bottom-9 .copy-com {
    text-align: center;
}
.rtl .header-layout9 .is-sticky .nav-top > .container {
    display: none;
}
.rtl .header-layout9 .nav-top > .container .nav-right .ftc-shop-cart {
    margin-right: 20px;
    margin-left: 0;
    float: left;
}
.rtl .header-layout9 .nav-top > .container .nav-left .ftc-my-wishlist {
    margin-right: 15px;
}
.rtl .banner_9 {
    display: flex;
}
.rtl .banner_home92 .banner-09 {
    margin-left: 0;
    margin-right: auto;
}
.rtl .banner_home92 .banner-09 h3:after {
    left: auto;
    right: 0;
}
.rtl .slider_blog1.blog9 .blogs .excerpt {
    text-align: right;
}
.rtl .slider_blog1.blog9 .blogs .owl-dots {
    position: absolute;
}
.rtl .ft-Middle-9 h3.widget-title.heading-title {
    text-align: right;
}
.rtl .footer-middle .ft-Middle-9 .top_rate ul li .left a {
    margin-right: 0;
    margin-left: 20px;
}
.rtl .ft-Middle-9 p.text-ft {
    text-align: right;
}
.rtl .ft-Middle-9 .recent_post ul li {
    display: flex;
}
.rtl .ft-Middle-9 .recent_post ul li .time {
    margin-right: 0;
    margin-left: 25px;
}
.rtl .ft-Middle-9 .info {
    text-align: right;
}



/*home10*/
.rtl .header-layout10 .header-content-sticky > .container {
    display: flex;
}
.rtl .header-layout10 .is-sticky .header-content-sticky > .container {
    display: none;
}
.rtl .header-layout10 .header-content-sticky > .container .nav-right .ftc-shop-cart {
    float: left;
    margin-left: 0;
    margin-right: 30px;
}
.rtl .header-layout10 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(20%);
}
.rtl .ft-Middle-10 h3.widget-title.heading-title {
    text-align: right;
}
.rtl .footer-middle .ft-Middle-10 .top_rate ul li .left a {
    margin-right: 0;
    margin-left: 15px;
}
.rtl .footer-middle .ft-Middle-10 .top_rate ul li p:last-child {
    float: right;
}
.rtl .sale_products.home10 .item-image .group-button-product > div a span:before {
    left: auto;
    right: 25%;
}
.rtl .sale_products.home10 .item-image .group-button-product > a span:before {
    left: 25%;
    right: auto;
}
.rtl .ft-Middle-10 .time {
    margin-right: 0;
    margin-left: 15px;
}
.rtl .ft-Middle-10 p.info {
    text-align: right;
}
.rtl .sale_products.home10 .item-image .group-button-product > div a:hover>span {
    left: auto;
    right: -15px;
}
.rtl .sale_products.home10 .item-image .group-button-product >a:hover>span {
    right: auto;
    left: -15px;
}
.rtl .ftc-footer .ft-bottom-10 .copy-com {
    text-align: center;
}





/*home11*/
.rtl .header-layout11 .header-nav .header-content-sticky > .container {
    display: flex;
}
.rtl .header-layout11 .header-nav .is-sticky .header-content-sticky > .container {
    display: none;
}
.rtl .header-layout11 .header-nav .header-content-sticky > .container .nav-left .ftc-sb-language,
.rtl .header-layout11 .header-nav .header-content-sticky > .container .nav-left .ftc-my-wishlist {
    margin-right: 15px;
}
.rtl .header-layout11 .ftc-shop-cart {
    float: left;
    margin-left: 0;
    margin-right: 30px;
}
.rtl .part1-h11 .home11a.tp-bullets:before {
    margin-left: 0;
    margin-right: -10px;
}
.rtl .top-home11 .vc_col-sm-4 {
    padding-left: 0px !important;
    padding-right: 25px !important;
}
.rtl .ft-Middle-11 h3.widget-title.heading-title {
    text-align: right;
}
.rtl .ftc-footer .recent_post .time {
    float: right;
    margin-right: 0;
    margin-left: 25px;
}
.rtl .top-home11 .vc_col-sm-8 > .wpb_wrapper {
    margin-left: 35px;
}


/*home12*/
.rtl .header-layout12 .header-content-sticky .container .right-menu > div {
    float: left;
}
.rtl .cate-home .vc_col-sm-12 .ftc-product-category-slider-wrapper .products {
    display: flex;
}
.rtl .header-layout12 .dropdown-button #dropdown-list {
    left: 0;
    right: auto;
}
.rtl .header-layout5 .ftc-account .dropdown-container, 
.rtl .header-layout6 .ftc-account .dropdown-container, 
.rtl .header-layout7 .ftc-account .dropdown-container, 
.rtl .header-layout12 .ftc-account .dropdown-container, 
.rtl .header-layout17 .ftc-account .dropdown-container {
    left: 0;
    right: auto !important;
}
.rtl .ft-Middle-11.home12 .vc_col-sm-3 .recent_post p.info {
    text-align: right;
}
.rtl .ftc-footer .ft-bottom-10.home12 .copy-com {
    text-align: left;
}



/*home13*/
.rtl .ftc-footer .copy-com {
    text-align: left;
}
.rtl .header-layout3 .header-nav .header-content-sticky > .container {
    display: flex;
}
.rtl .header-layout3 .header-nav .is-sticky .header-content-sticky > .container {
    display: none;
}
.rtl .header-layout3 .header-content-sticky > .container .nav-right .ftc-shop-cart {
    float: left;
    margin-right: 20px;
}
.rtl .header-layout3 .header-content-sticky > .container .nav-left .ftc-my-wishlist {
    margin-right: 15px;
}
.rtl .footer-top .lookbook {
    display: flex;
}
.rtl .footer-top .lookbook .vc_col-sm-4 {
	padding-right: 20px !important;
    padding-left: 20px !important;
}
.rtl .footer-top .lookbook .vc_col-sm-4:before {
    left: auto;
    right: 0;
}
.rtl .footer-top .lookbook .mc4wp-form-fields .newsletter {
    margin-right: 0;
    float: right;
}
.rtl .footer-top .lookbook .subscribe-email {
    margin-left: 25px;
}
.rtl .footer-top .lookbook .subscribe-email {
    margin-left: 25px;
}
.rtl .ft_lookbook .vc_col-sm-3 h3.widget-title, 
.rtl footer .ft_lookbook .vc_col-sm-3 h2 {
    text-align: right;
}
.rtl .footer-middle .ft_lookbook .top_rate ul li .left a {
    margin-right: 0;
    margin-left: 20px;
}
.rtl .footer-bottom .footer-bottom-h1 {
    display: flex;
}
.rtl .footer-bottom .footer-bottom-h1 .pay .wpb_wrapper > div {
    text-align: left !important;
}
.rtl .header-layout3 .header-content-sticky > .container .nav-right .ftc-shop-cart a.cart-item-canvas {
    position: relative;
}
.rtl .header-layout3 .ftc-shop-cart .cart-total {
    margin-top: 0;
    margin-left: 0;
    top: -10px;
    left: -20px;
}



/*home14*/
.rtl .header-layout14 .header-content-sticky > .container {
    display: flex;
}
.rtl .header-layout14 .ftc-shop-cart {
    float: left;
    margin-left: 0;
    margin-right: 20px;
}
.rtl .header-layout14 .nav2 > .container {
    display: flex;
}
.rtl .header-layout14 .header-content-sticky .nav2 .navigation-primary {
    flex: 1;
}
.rtl .header-layout14 .header-content-sticky .nav2 .navigation-primary .main-navigation {
    float: left;
}
.rtl .header-layout14 .mega_main_menu li.elements.multicolumn_dropdown > .mega_dropdown {
    transform: translate(0%) !important;
}
.rtl .header-layout14 .is-sticky .header-content-sticky .nav2 .navigation-primary .main-navigation {
    float: none;
}
.rtl .header-layout14 .is-sticky .nav2 {
    background: #000;
    height: 39px;
}
.rtl .product_deals_slider.h14 .item-image {
    margin: -55px 50px 0px 0px !important;
}
.rtl .slider_blog1.h14 .blogs article .post-info .entry-date {
    right: 10px;
}
.rtl .instagram-h14 ul.ftc-gallery-instagram {
    display: flex;
    margin: 0;
}
.rtl .ftc-footer .ft-Middle-14 .widget-title {
    text-align: right;
}
.rtl .ftc-footer .ft-Middle-14 ul.icon {
    display: inline-block;
}
.rtl .ftc-footer .ft-bottom-14 .copy-com {
    text-align: center;
}


/*home15*/
.rtl .header-layout15 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(0%);
}
.rtl .header-layout15 .header-content-sticky > .container {
    display: flex;
}
.rtl .header-layout15 .header-content-sticky > .container .dropdown-menu-header {
    text-align: right;
}
.rtl .header-layout15 .header-content-sticky .container .right-menu > div{
	float: left;
}
.rtl .header-layout15 .header-content-sticky .container .right-menu .ftc-shop-cart {
    margin-right: 0;
    margin-left: 20px;
}
.rtl .banner-home15 {
    display: flex;
}
.rtl .ft-Middle-14.h15 .img-h16 img {
    margin-right: 0;
    margin-left: 10px;
    float: right;
}
.rtl .ft-Middle-14.h15 .pay {
    text-align: right;
}
.rtl .header-layout15 .mega_main_menu li.elements.multicolumn_dropdown > .mega_dropdown,
.rtl .header-layout15 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown,
.rtl .header-layout15 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    right: 0;
    left: auto;
}


/*home16*/
.rtl .instagram-h14.h16 .ftc-gallery-instagram .images:last-child {
    margin-right: 15px;
}
.rtl .instagram-h14.h16 .ftc-gallery-instagram .images:first-child {
    margin-right: 0px;
}
.rtl .ftc-footer .ft-bottom-14.h16 .copy-com {
    text-align: center;
}




/*home17*/
.rtl .header-layout17 .header-content-sticky > .container {
    display: flex;
}
.rtl .header-layout17 .mega_main_menu > .menu_holder > .menu_inner > ul {
    float: right;
}
.rtl .header-layout17 .header-content-sticky .container .right-menu > div {
    float: left;
}
.rtl .header-layout17 .is-sticky .header-content-sticky .container .navigation-primary {
    width: auto;
}
.rtl .header-layout17 .is-sticky .header-content-sticky > .container {
    display: inline-block;
}
.rtl .header-layout17 .is-sticky .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: 0;
    right: auto;
    transform: translate(-20%);
}
.rtl .header-layout17 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown,
.rtl .header-layout17 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    right: 0;
    left: auto;
	transform: translate(20%) !important;
}
.rtl .header-layout17 .mega_main_menu li.elements.multicolumn_dropdown > .mega_dropdown {
    left: auto;
    right: 0;
    transform: inherit !important;
}
.rtl .header-layout17 .is-sticky .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    left: 0;
    right: auto;
	transform: translate(-20%) !important;
}
.rtl .header-layout17 .is-sticky .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    right: auto;
    left: 0;
    transform: translate(-20%);
}
.rtl .header-layout17 .header-content-sticky .container .right-menu,
.rtl .header-layout17 .header-content-sticky .container .navigation-primary {
    width: auto;
}
.rtl .bn17 .text-p17a {
    right: auto;
    left: 15px;
}
.rtl .bn17b .left .text {
    margin-right: 15px;
}
.rtl .product17 .woocommerce .products .product .item-description {
    text-align: right;
}
.rtl .product17 .woocommerce div.product span.price {
    left: auto;
    right: 0;
}
.rtl .about-3.h18 {
    display: flex;
}
.rtl .slider-h20 .slider_home2.vc_col-sm-8 {
    padding-left: 15px !important;
    padding-right: 0 !important;
}
.rtl .slider-h20 .banner-17 .left {
    margin-left: 0;
    margin-right: 30px;
}
.rtl .slider-h20 .left h1:before {
    left: auto;
    right: 0;
}
.rtl .slider17 .tp-bullets .tp-bullet:after {
    right: 90px;
}
.rtl .header-layout17 .header-content-sticky .container .nav-center {
    flex: 1;
}
.rtl .header-layout17 .logo-wrapper.is-desktop {
    text-align: right;
    margin-right: 15%;
}



/*home18*/
.rtl .bn18 .banner-17 h3:after {
    left: auto;
    right: 0;
}

/*home20*/
.rtl .ft-Middle-10 div.recent_posts ul li {
    display: flex;
}



/*home21*/
.rtl .element-header-layout21 .ftc-my-wishlist {
    margin-right: 20px;
}
.rtl .tx1-gifts-h3 {
    padding-left: 0;
    padding-right: 15px;
}
.rtl .gifts-bn1-h3 {
    padding-right: 0;
    padding-left: 15px;
}
.rtl .bn-right-product-h3 .bn-gifts-right {
    padding-left: 0;
    padding-right: 15px;
}
.rtl .pro-banner-giftsh3 .product-h3-gifts {
    padding-right: 0;
    padding-left: 15px;
}
.rtl .blogs-giftsH1 .left.home3 .blogs-slider.style_2 .inner-wrap .post-text {
    padding-right: 130px;
    padding-left: 0px;
}
.rtl .bl-gifts-h3 .blogs-giftsH1 .left.home3 .elementor-widget-container {
    padding-right: 0 !important;
    padding-left: 15px !important;
}
.rtl .bl-gifts-h3 .blogs-giftsH1 .right.home3 .elementor-widget-container {
    padding-left: 0 !important;
    padding-right: 15px !important;
}
.rtl .bl-gifts-h3 .ftc-blogs-slider .blogs-slider .inner-wrap > a:hover img {
    opacity: 1;
}
.rtl .element-header-layout21 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(20%);
}
.rtl .blogs-slider.style_1 .blogs-slider .inner-wrap img {
    width: auto;
    float: left;
    padding-left: 30px;
    padding-right: 0;
}
.rtl .blogs-slider.style_1 .blogs-slider .inner-wrap a {
    width: 55%;
}
.rtl .blogs-slider.style_1 .blogs-slider .inner-wrap {
    display: flex;
}
.rtl .element-header-layout21 .ftc-sb-language ul li:hover ul {
    margin-right: -30px;
}
.rtl .element-header-layout21 .logo-wrapper .logo {
    text-align: center;
}



/*home22*/
.rtl .blogs-slider.style_2 .inner-wrap .post-text {
    padding-left: 0;
    padding-right: 130px;
}
.rtl .blogs-giftsH1.blog-h22 .left .elementor-widget-container {
    padding-left: 15px !important;
    padding-right: 0 !important;
}
.rtl .blogs-giftsH1.blog-h22 .right .elementor-widget-container {
    padding-left: 0px !important;
    padding-right: 15px !important;
}
.rtl .elementor-ft-h1 > .elementor-container .from-ft-h1 .sub p.button-sub input.submit {
    margin-left: 0;
    margin-right: 10px;
}
.rtl .element-header-layout22 .nav-right > .nav2 .nav-center #dropdown-list .ftc-account .dropdown-container {
    left: 0;
    right: auto;
}


/*home23*/
.rtl .header-layout23 .nav-right .ftc-sb-account .ftc_account_form {
    transform: translate(0%, 0px);
}
.rtl .bn1-text-h24 .elementor-widget-container {
    margin-left: 50px;
    margin-right: 0;
}
.rtl .product-element-24 .ftc-product-tabs .tabs-wrapper {
    text-align: left;
}
.rtl .style_3 .woocommerce .product .item-description .meta_info .yith-wcwl-add-to-wishlist {
    margin-left: 0;
    margin-right: auto;
}
.rtl .style_3 .woocommerce .product .item-description .meta_info .compare {
    margin-left: auto;
    margin-right: 0;
}
.rtl .product-element-24 .style_3 .item-description .meta_info {
    left: 0;
    width: 100%;
}.rtl .footer-bot-23 .elementor-image {
    text-align: left;
}
.rtl .header-layout23 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(20%);
}




/*home24*/
.rtl .element-header-layout24 .nav-right .dropdown-menu-header #dropdown-list,
.rtl .element-header-layout24 .nav-right .dropdown-menu-header:hover #dropdown-list.drop:before {
    left: 0;
    right: auto;
}
.rtl .element-header-layout24 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    left: auto;
    right: 0;
}
.rtl .element-header-layout24 .ftc-enable-ajax-search {
    top: 64px;
    right: auto;
    left: -30px;
    padding-top: 0;
}
.rtl .ft-top-gifts-h4 .ft-icon-h4:before {
    left: auto;
    right: -25px;
}
.rtl .blog-h4 .ftc-elements-blogs.style_2 .ftc-blogs .post-text .meta span.published {
    padding-left: 20px;
    margin-left: 15px;
}
.rtl .blog-h4 .ftc-elements-blogs.style_2 .ftc-blogs .post-text a.ftc-readmore:after {
    right: auto;
    left: 0;
}
@-moz-document url-prefix(){
.rtl .blog-h4 .ftc-elements-blogs.style_2 .ftc-blogs .post-text a.ftc-readmore::after {
    right: 0;
    left: auto;
}
}
.rtl .element-header-layout24 .mega_main_menu > .menu_holder > .menu_inner > ul > li {
    margin-right: 0;
    margin-left: 35px;
}
.rtl .element-header-layout24 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(0%);
}
.rtl .element-header-layout24 .mega_main_menu li.elements.multicolumn_dropdown > .mega_dropdown {
    transform: translate(-50%) !important;
    left: 50%;
    right: auto;
}
.rtl .sv-h4 .elementor-col-33 {
    margin-right: 0px;
    margin-left: 30px;
}
.rtl .sv-h4 .elementor-col-33:last-child {
    margin-right: 0px;
    margin-left: 0;
}
.rtl .blog-h4 .ftc-elements-blogs.style_2 .ftc-blogs:nth-child(2n+1) > .inner-wrap > a {
    margin-right: 0px;
    margin-left: 30px;
}
.rtl .blog-h4 .ftc-elements-blogs.style_2 .ftc-blogs:nth-child(2n+2) > .inner-wrap > a {
    margin-left: 0px;
    margin-right: 30px;
}
.rtl .ft-icon-h4 .elementor-widget-wrap .right ul li.elementor-icon-list-item:last-child {
    margin-left: 0;
    margin-right: 8px;
}
.rtl .bn1-gifts-h4 .elementor-col-50.img-bn1-h4 {
    order: 1;
}
.rtl .bn1-gifts-h4 .elementor-col-50.tx-bn1-h4 .elementor-widget-wrap {
    text-align: left;
}
.rtl .element-header-layout24.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(20%);
}
.rtl .element-header-layout24 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    right: 0;
    left: auto;
    transform: translate(15%) !important;
}


/*home25*/
.rtl .banner-gifts-h5 .text-right,
.rtl .product-gifts-h5 .text-right,
.rtl .banner-gifts-h5 .banner-row .right {
    order: 1;
}
.rtl .banner-gifts-h5 .text-center,
.rtl .product-gifts-h5 .text-center,
.rtl .banner-gifts-h5 .banner-row .center {
    order: 2;
}
.rtl .banner-gifts-h5 .text-left,
.rtl .product-gifts-h5 .text-left,
.rtl .banner-gifts-h5 .banner-row .left {
    order: 3;
}
.rtl .element-header-layout25 .header-bottom .nav-left .ftc-search-product .ftc_search_ajax input[type="text"] {
    left: auto;
    right: -15px;
}
.rtl .element-header-layout25 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(20%);
}
.rtl .element-header-layout25 .ftc-enable-ajax-search {
    right: -15px;
    left: auto;
}



/*home26*/
.rtl .element-header-layout26 .header-content .header-bottom .nav-right .ftc-shop-cart {
    padding-left: 0px;
    padding-right: 30px;
}
.rtl .element-header-layout26 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:last-child > .item_link {
    border-right: 1px solid #999 !important;
}
.rtl .element-header-layout26 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:first-child > .item_link {
    border-right: 0px !important;
}
.rtl .banner-h26-top .right.elementor-col-50 {
    padding-left: 0;
    padding-right: 15px;
}
.rtl .banner-h26-top .left.elementor-col-50 {
    padding-right: 0;
    padding-left: 15px;
}
.rtl .footer-top-h26 .left .center h2 {
    padding-left: 70px;
    padding-right: 15px;
}
.rtl .footer-top-h26 .right .text {
    padding-right: 0;
    padding-left: 50px;
}
.rtl .footer-center-h26 .text1 h2:after,
.rtl .footer-center-h26 .text1 h2:before {
    left: auto;
    right: 0;
}
.rtl .footer-center-h26 .footer1b .elementor-widget-image {
    text-align: right;
}
.rtl .footer-top-h26 .right .elementor-widget-wrap {
    padding-left: 0;
    padding-right: 35px;
}
.rtl .element-header-layout26 .ftc-enable-ajax-search, 
.rtl .element-header-layout27 .ftc-enable-ajax-search, 
.rtl .element-header-layout28 .ftc-enable-ajax-search, 
.rtl .element-header-layout31 .ftc-enable-ajax-search { 
    left: -30px;
    right: auto;
}


/*home27*/
.rtl .element-header-layout27 .header-content .header-bottom .nav-right .ftc-shop-cart {
    padding-left: 0px;
    padding-right: 30px;
}
.rtl .element-header-layout27 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:after {
    right: auto;
    left: 0;
}
.rtl .footer-h27 .footer-top-h26 .right .icon .elementor-social-icons-wrapper .elementor-grid-item:last-child a {
    margin-right: 10px;
}


/*home28*/
.rtl .element-header-layout28 .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul {
    text-align: right;
}
.rtl .element-header-layout28 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link span.link_content {
    text-align: right;
}
.rtl .element-header-layout28 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > .item_link > .link_content > .link_text {
    padding-left: 0px;
    padding-right: 0px;
}
.rtl .element-header-layout28 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
    padding-right: 0px;
    padding-left: 30px;
}
.rtl .element-header-layout28 .is-sticky .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(20%);
}
.rtl .element-header-layout28 .header-content .nav-right {
    padding-left: 15px;
    padding-right: 30px;
}
.rtl .element-header-layout28 .ftc-sb-account {
    margin-right: 0px;
    margin-left: 50px;
}
.rtl .elementor-blog-h28 .elementor-col-50.left,
.rtl .elementor-blog-h28 .right .img-blogs {
    padding-right: 0px;
    padding-left: 15px;
}
.rtl .elementor-blog-h28 .right .blog-right,
.rtl .elementor-blog-h28 .elementor-col-50.right {
    padding-left: 0px;
    padding-right: 15px;
}
.rtl .element-header-layout28 .is-sticky .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul {
    text-align: center;
}
.rtl .footer-h28 .footer-top-h26 .right .icon .elementor-grid-item:last-child a {
    margin-right: 10px;
}
.rtl .element-header-layout28 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: inherit;
}
.rtl .element-header-layout28 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    right: 0;
    left: auto;
    transform: translate(0%) !important;
}
.rtl .element-header-layout28 .mega_main_menu li.elements.multicolumn_dropdown > .mega_dropdown {
    transform: translate(50%) !important;
    left: auto;
    right: 0;
}
.rtl .element-header-layout28 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    right: 0;
    left: auto;
    transform: translate(0%);
}
.rtl .element-header-layout28.header-sticky-mobile .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(30%) !important;
}
.rtl .element-header-layout28.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    transform: translate(50%);
}




/*home29*/
.rtl .header-layout29 .header-content-sticky .right-menu .ftc-account .ftc_account_form.dropdown-container {
    right: auto;
    left: 0;
}
.rtl .header-layout29 .ftc-enable-ajax-search {
    right: auto;
    left: -30px;
}
.rtl .header-layout29 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(0%);
}
.rtl .header-layout29 .header-content-sticky > .container .nav-center {
    margin-left: 0;
    margin-right: 15%;
}
.rtl .header-layout29 #dropdown-list {
    right: 0;
    left: auto;
}
.rtl .header-layout29 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown,
.rtl .header-layout29 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown,
.rtl .header-layout29 .mega_main_menu > .menu_holder > .menu_inner > ul > li.page > ul.mega_dropdown,
.rtl .header-layout29 .mega_main_menu li.elements.multicolumn_dropdown > .mega_dropdown {
    left: auto;
    right: 0;
}
.rtl .header-layout29 .is-sticky .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown,  
.rtl .header-layout29 .is-sticky .mega_main_menu li.elements.multicolumn_dropdown > .mega_dropdown {
    left: 0;
    right: auto;
}
.rtl .header-layout29 .is-sticky .mega_main_menu > .menu_holder > .menu_inner > ul > li.page > ul.mega_dropdown {
    right: 0;
    left: auto;
}
.rtl .header-layout29 .is-sticky .mega_main_menu li.elements.multicolumn_dropdown > .mega_dropdown {
    transform: translate(0%) !important;
}



/*home30*/
.rtl .element-header-layout30 .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul {
    text-align: left;
}
.rtl .element-header-layout30 .is-sticky .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul {
    text-align: center;
}
.rtl .element-header-layout30 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(15%);
}
.rtl .element-header-layout30 .ftc-enable-ajax-search {
    right: auto;
    left: -30px;
}
.rtl .bn-text-h30.with-home30 .right > .elementor-column-wrap.elementor-element-populated {
    margin-left: 100px;
    margin-right: 0;
}
.rtl .button-h30 .elementor-row {
    display: inline-block;
}
.rtl .button-h30 .elementor-row .elementor-col-50 {
    float: left;
}
.rtl .ft-bottom-h30 .center30 .elementor-element.elementor-align-right li:last-child span.elementor-icon-list-text {
    margin-right: 25px;
}
.rtl .with-home30 .footer-top-h26 .right .icon .elementor-grid-item:last-child a {
    margin-right: 5px;
}
.with-home30 .footer-top-h26 .right .icon .elementor-grid-item:first-child a {
    margin-right: 0px;
}



/*home31*/
.rtl .element-header-layout31 .ftc-sb-account {
    margin-right: 0;
    margin-left: 50px;
}
.rtl .element-header-layout31 .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul {
    text-align: right;
}
.rtl .element-header-layout31 .is-sticky .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul {
    text-align: center;
}
.rtl .element-header-layout31 .header-content .nav-right {
    padding-left: 15px;
    padding-right: 30px;
}
.rtl .element-header-layout31 .ftc-enable-ajax-search {
    right: auto;
    left: -30px;
}
.rtl .element-header-layout31 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown,
.rtl .element-header-layout31 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    left: auto;
    right: 0;
}
.rtl .footer-top-h31 .text-conten .row1c .tag-h31 .tagcloud {
    padding-right: 0px;
}
.rtl .footer-top-h31 .text-conten .row1c .tag-h31 .tagcloud a {
    margin: 15px 0px 0 12px !important;
}
.rtl .element-header-layout31 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(0%);
}
.rtl .element-header-layout31 .mega_main_menu li.elements.multicolumn_dropdown > .mega_dropdown {
    transform: translate(-50%) !important;
}
.rtl .element-header-layout31 .ftc-account .dropdown-container {
    left: 0;
    right: auto;
}
.rtl .element-header-layout31.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(20%);
}
.rtl .element-header-layout31.header-sticky-mobile .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(20%) !important;
}
.rtl .element-header-layout31.header-sticky-mobile .mega_main_menu li.elements.multicolumn_dropdown > .mega_dropdown {
    transform: translate(-15%) !important;
    left: 0;
    right: auto;
}



/*home32*/
.rtl .element-header-layout32 .header-content .nav-right {
    padding-left: 15px;
    padding-right: 30px;
}
.rtl .element-header-layout32 .ftc-enable-ajax-search {
    right: auto;
    left: -30px;
}
.rtl .footer-h32 .footer-top-h26 .right .elementor-widget-wrap {
    padding-left: 0;
    padding-right: 0;
}
.rtl .footer-h32 .footer-top-h26 .ft-text .elementor-text-editor.elementor-clearfix {
    text-align: left;
}
.rtl .footer-h32 .footer-top-h26 .right .icon .elementor-social-icons-wrapper .elementor-grid-item:last-child a {
    margin-right: 5px;
    margin-left: 0;
}
.rtl .footer-h32 .footer-top-h26 .right .icon .elementor-social-icons-wrapper .elementor-grid-item:first-child a {
    margin-right: 0;
}


/*home33*/
.rtl .element-header-layout33 .text-right1 .header-top-h33 .header-left,
.rtl .element-header-layout34 .text-right1 .header-top-h33 .header-left {
    text-align: left;
}
.rtl .element-header-layout33 .header-content .container .header-bottom .search-cart .nav-left, 
.rtl .element-header-layout34 .header-content .container .header-bottom .search-cart .nav-left,  
.rtl .element-header-layout36 .header-content .container .header-bottom .search-cart .nav-left {
    margin-right: 0;
    margin-left: 20px;
}
.rtl .element-header-layout33 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: 0;
    right: auto;
}
.rtl .element-header-layout33 .mega_main_menu li.elements.multicolumn_dropdown > .mega_dropdown {
    left: 0;
    right: auto;
    transform: inherit !important;
}
.rtl .element-header-layout33 .is-sticky .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(0%);
}
.rtl .element-header-layout33 .ftc-search-product .ftc_search_ajax input[type="text"] {
    left: auto;
    right: 0;
}
.rtl .element-header-layout33 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(-50%) !important;
}
.rtl .ft-top-h33 .footer-top-h26 .right .icon .elementor-social-icons-wrapper .elementor-grid-item:last-child a {
    margin-right: 5px;
}
.rtl .ft-top-h33 .footer-top-h26 .right .icon .elementor-social-icons-wrapper .elementor-grid-item:first-child a {
    margin-right: 0px;
}


/*home34*/
.rtl .footer-top-h34 .footer-top-h26.h33 .left .center h2 {
    padding-left: 15px;
    padding-right: 0;
}
.rtl .element-header-layout34 .ftc-enable-ajax-search {
    right: auto;
    left: -30px;
}
.rtl .element-header-layout34 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(20%);
}
.rtl .element-header-layout34 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    right: 0;
    left: auto;
    transform: translate(20%) !important;
}
.rtl .part3-h34 .elementor-col-50 .elementor-icon-box-wrapper .elementor-icon-box-icon {
    order: 2;
    margin-right: 0 !important;
    margin-left: 15px;
}
.rtl .part2-h35 .right > .elementor-column-wrap.elementor-element-populated {
    margin-left: 0;
    margin-right: 200px;
}
.rtl .ftc-footer .footer-bottom-h26.h33 .copy-com {
    text-align: center;
}
.rtl .footer-top-h34 .footer-top-h26 .right .icon .elementor-social-icons-wrapper .elementor-grid-item:last-child a {
    margin-right: 5px;
}
.rtl .footer-top-h34 .footer-top-h26 .right .icon .elementor-social-icons-wrapper .elementor-grid-item:first-child a {
    margin-right: 0px;
}



/*home35*/
.rtl .element-header-layout35 .header-content .container .header-bottom .search-cart .nav-left {
    margin-right: 20px;
    margin-left: 0;
}
.rtl .element-header-layout35 {
    padding: 40px 50px;
    padding-left: 50px;
}
.rtl .element-header-layout35 .header-content .container .header-bottom > .logo-wrapper.is-desktop {
    text-align: right;
}
.rtl .element-header-layout35 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(20%);
}
.rtl .element-header-layout35 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    right: 0;
    left: auto;
    transform: translate(20%) !important;
}
.rtl .element-header-layout35 .mega_main_menu li.elements.multicolumn_dropdown > .mega_dropdown {
    transform: translate(-30%) !important;
}
.rtl .element-header-layout35 .ftc-enable-ajax-search {
    right: auto;
    left: -30px;
}
.rtl .part3-h35 .elementor-col-33.right {
    order: 1;
}
.rtl .part3-h35 .elementor-col-33.center {
    order: 2;
}
.rtl .part3-h35 .elementor-col-33.left {
    order: 3;
}
.rtl .part4-h35 .elementor-col-50.right .elementor-widget-container {
    padding-left: 40px;
    padding-right: 0;
}
.rtl .part6-h35 .elementor-col-50.left .pay .elementor-widget-container {
    text-align: right;
}
.rtl .part6-h35 .pay .elementor-grid .elementor-grid-item a.elementor-icon.elementor-social-icon-facebook {
    margin-right: 0;
}
.rtl .part4-h35 .top.elementor-widget-text-editor {
    left: 34%;
    top: 130px;
}
.rtl .part4-h35 .top.elementor-widget-text-editor h3,
.rtl .part4-h35 .bottom.elementor-widget-text-editor h1 {
    text-align: right;
}
.rtl .part4-h35 .bottom.elementor-widget-text-editor {
    left: 44%;
    bottom: 140px;
}



/*home36*/
.rtl .element-header-layout36 .social-icons-h32 {
    text-align: left;
}
.rtl .element-header-layout36 .text-right1 .social-icons-h32 a.elementor-social-icon-pinterest {
    margin-left: 0;
}
.rtl .element-header-layout36 .header-top36 .left .ftc-sb-language {
    margin-right: 15px;
}
.rtl .element-header-layout36 a.ftc-cart-tini.cart-item-canvas:before {
    margin-left: 20px;
    margin-right: 0;
}
.rtl .element-header-layout36 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: inherit;
    right: 0;
    left: auto;
}
.rtl .element-header-layout36 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(-50%) !important;
}
.rtl .element-header-layout36 .ftc-enable-ajax-search {
    right: auto;
    left: -30px;
}
.rtl .ftc-product-tabs.style_6 .ftc-tabs .product .item-description .star-rating {
    width: 100px;
}
.rtl .blogs-slider.style_6 .blogs-slider .post-text a.ftc-readmore {
	margin-right: 15px;
    padding-left: 0;
    margin-left: 0;
    padding-right: 5px;
}
.rtl .blogs-slider.style_6 .blogs-slider .post-text a.ftc-readmore:before {
    left: 0;
    right: 15px;
}
.rtl .blogs-slider.style_6 .blogs-slider .post-text .meta span.author.vcard {
    margin-left: 20px;
    margin-right: 0;
}
.rtl .ftc_products_slider.style_9 .product .item-description .star-rating {
    width: 105px;
}
.rtl .ft-top-h36.with-home36 .footer1a .elementor-widget-text-editor .elementor-widget-container {
    margin-left: 30px;
    margin-right: 0;
}
.rtl .ft-bottom-h36 .elementor-col-33.left .elementor-widget-container {
    text-align: right;
}
.rtl .ft-bottom-h36 .elementor-col-33.right .elementor-widget-image {
    text-align: left;
}
.rtl .ft-bottom-h36 .icon .elementor-grid-item a.elementor-social-icon-facebook {
    margin: 0;
}
.rtl .element-header-layout36 .header-top36 .ftc-sb-language .ftc_language ul li ul {
    margin-right: -30px;
}
.rtl .ftc-footer .ft-bottom-h36 .copy-com {
    text-align: center;
}




/*home37*/
.rtl .element-header-layout37 .header-top37 .text-right1 {
    text-align: left;
}
.rtl .element-header-layout37 .ftc-search-product .ftc_search_ajax input[type="text"] {
    left: 0;
}
.rtl .element-header-layout37 .header-top37 > div {
    width: auto;
}
.rtl .element-header-layout37 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(30%);
}
.rtl .element-header-layout37 .social-icons-h32 div:last-child a {
    margin-right: 5px;
}
.rtl .ftc_products_slider.style_10 .woocommerce .product .item-description {
    text-align: right;
}
.rtl .element-header-layout37 .ftc-shop-cart {
    float: left;
}
.rtl .part2-h37 .elementor-col-25 .elementor-widget-container {
    border-width: 0px 0px 0px 2px !important;
}
.rtl .part4-h37 .elementor-col-50.right {
    padding-left: 0px;
    padding-right: 15px;
}
.rtl .part4-h37 .elementor-col-50.left {
    padding-right: 0px;
    padding-left: 15px;
}
.rtl .part4-h37 .elementor-col-50 .text-bottom .elementor-widget-container {
    padding: 30px 40px 25px 0px;
}
.rtl .part4-h37 .elementor-col-50.left .text-bottom .elementor-text-editor h2.text2 span {
    margin-right: 30px;
    margin-left: 0;
}
.rtl .part5-h37 .elementor-col-50 .elementor-widget-container {
    padding-left: 0px;
    padding-right: 15px;
}
.rtl .part5-h37 .elementor-col-50.left .elementor-widget-container {
    padding-left: 15px;
    padding-right: 0px;
}
.rlt .ftc_products_slider.style_10 .woocommerce .product .item-description {
    text-align: right;
    padding-left: 15px;
    padding-right: 20px;
}
.rtl .ftc_products_slider.style_10 .item-description .meta_info {
    right: auto;
    left: 10px;
}
.rtl .ftc_products_slider.style_10 .woocommerce .star-rating {
    width: 105px;
}
.rtl .part6-h37.elementor-element {
    padding-left: 0;
    padding-right: 20px;
}
.rtl .part6-h37 .elementor-col-33.center .elementor-widget-container {
    padding-left: 0px;
    padding-right: 10px;
}
.rtl .part6-h37 .elementor-col-33.left .elementor-widget-container {
    padding-right: 0px;
    padding-left: 10px;
}
.rtl .ftc-countdown-element.style_2 .items {
    border-left: 1px solid #ebebeb;
    border-right: none;
}
.rtl .ftc-countdown-element.style_2 .items:last-child{
	border-left: none;
}
.rtl .ftc_products_slider.style_11 .woocommerce .product .item-description {
    text-align: right;
}
.rtl .ft-top-h33.h37 .footer-top-h26 .right .elementor-widget-wrap {
    padding-left: 0;
    padding-right: 73px;
}
.rtl .ft-top-h33.h37 .footer-top-h26 .left .center h2 {
    margin-right: 0px;
    margin-left: 30px;
    padding-left: 15px;
    padding-right: 0;
}
.rtl .ftc-footer .footer-bottom-h26.h37 .copy-com {
    text-align: center;
}



/*home38*/
.rtl .element-header-layout38 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown,
.rtl .element-header-layout38 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    right: 0;
    left: auto;
}
.rtl .element-header-layout38 .ftc-enable-ajax-search {
    right: auto;
    left: -30px;
}
.rtl .element-header-layout38 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(0%);
}
.rtl .element-header-layout38 .mega_main_menu li.elements.multicolumn_dropdown > .mega_dropdown {
    transform: translate(-50%) !important;
    left: 50%;
}
.rtl .element-header-layout38.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(20%);
}
.rtl .element-header-layout38.header-sticky-mobile .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(40%) !important;
}
.rtl .element-header-layout38.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    transform: translate(50%);
}
.rtl .part3-h38 .elementor-col-50.left .elementor-widget-container {
    padding-left: 100px;
    padding-right: 0px;
}
.rtl .part3-h38 .elementor-col-50.left .elementor-widget-container {
    padding-left: 115px;
    padding-right: 0px;
}
.rtl .part3-h38 .elementor-col-50.right .elementor-widget-container {
    padding-left: 0px;
    padding-right: 115px;
    text-align: left;
}
.rtl .part3-h38 .elementor-col-50.right .image-h38 .elementor-widget-container, 
.rtl .part3-h38 .elementor-col-50.right .text-opacity .elementor-widget-container {
    text-align: center;
}
.rtl .part4-h38 .elementor-col-50 .center .elementor-widget-container {
    margin-left: 50px;
    margin-right: 0;
}
.rtl .ftc_products_slider.style_12 .product .item-description .add-to-cart {
    text-align: right;
}
.rtl .part6.part3-h38 .elementor-col-50.right .text-opacity .elementor-widget-container {
    padding-left: 0px;
    padding-right: 0;
    text-align: center;
}
.rtl .part6.part3-h38 .elementor-col-50.right .image-h38 .elementor-widget-container {
    text-align: center;
    padding: 0;
}
.rtl .ft-center-h33.home38 .footer-top-h26.h33 .left .center h2 {
    padding-right: 0;
    padding-left: 50px;
}
.rtl .ft-center-h33.home38 .footer-top-h26 .right .elementor-widget-wrap {
    padding-left: 0px;
    padding-right: 33px;
}
.rtl .ftc-footer .footer-bottom-h26.h38 .copy-com {
    text-align: center;
}
.rtl .part4-h38 .elementor-col-50 .elementor-widget-text-editor .elementor-widget-container {
    margin-right: 0;
    margin-left: 50px;
}
.rtl .part3-h38 .elementor-col-50.left .elementor-image-box-content {
    text-align: right;
}
.rtl .part3-h38 .elementor-col-50.left .elementor-widget-container .elementor-image-box-wrapper {
    text-align: right;
}
.rtl .part4-h38 .elementor-col-50 .elementor-widget-text-editor .elementor-widget-container {
    margin-right: 0;
    margin-left: 50px;
}



/*home39*/
.rtl .element-header-layout39 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > .item_link > .link_content > .link_text {
    padding-left: 20px;
}
.rtl .element-header-layout39 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements > .item_link > .link_content > .link_text {
    padding-left: 0;
}
.rtl .element-header-layout39 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements ul.mega_dropdown {
    left: 0;
    right: auto;
    transform: inherit !important;
}
.rtl .element-header-layout39 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(50%);
}
.rtl .element-header-layout39 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(-50%) !important;
}
.rtl .element-header-layout39.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(20%);
}
.rtl .part3-h39 .elementor-col-50.right .elementor-column-wrap.elementor-element-populated {
    margin-left: 0;
    margin-right: 80px;
}
.rtl .part3-h39 .center .elementor-col-50.left .elementor-column-wrap.elementor-element-populated {
    margin-left: 80px;
    margin-right: 0px;
}
.rtl .contact-h32.h39 .footer-top-h26 .right .elementor-widget-wrap {
    padding-right: 0;
}
.rtl .contact-h32.h39 .footer-top-h26 .ft-text .elementor-text-editor p {
    text-align: left;
}
.rtl .contact-h32.h39 .footer-top-h26 .right .icon .elementor-social-icons-wrapper .elementor-grid-item:last-child a {
    margin-right: 5px;
}
.rtl .contact-h32.h39 .footer-top-h26 .right .icon .elementor-social-icons-wrapper .elementor-grid-item:first-child a {
    margin-right: 0px;
}
.rtl .ftc-footer .contact-h32.h39 .copy-com.copy-com28 {
    text-align: center;
}
.rtl .ftc-countdown-element.style_5 .countdown-timer-init .items:first-child {
    margin-right: 0 !important;
}



/*home40*/
.rtl .part3-h40 .elementor-col-50.right {
    padding-left: 0px;
    padding-right: 15px;
}
.rtl .part3-h40 .elementor-col-50.left {
    padding-right: 0px;
    padding-left: 15px;
}
.rtl .part6-h40 .right .sub.gifts26 p.button-sub {
    margin: 0;
    margin-right: 50px;
}
.rtl .ft-center-h33.h40 .footer1a .elementor-widget-container {
    margin-left: 130px;
    margin-right: 0px;
}
.rtl .element-header-layout40 .ftc-search-product .ftc_search_ajax input[type="text"] {
    left: auto;
    right: 0;
}
.rtl .element-header-layout40 .ftc-enable-ajax-search {
    right: 0;
}
.rtl .element-header-layout40 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(20%);
}





/*home41*/
.rtl .element-header-layout41 .header-top41 .text-right .ftc-sb-account {
    margin: 0;
    margin-right: 15px;
}
.rtl .element-header-layout41 .ftc-tini-cart .cart-item a.cart-item-canvas:before {
    margin-right: 0;
    margin-left: 5px;
}
.rtl .element-header-layout41 .header-bottom .search-cart .mail a:before {
    margin-right: 0;
    margin-left: 5px;
}
.rtl .element-header-layout41 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements > ul.mega_dropdown {
    right: auto;
    left: 0;
}
.rtl .element-header-layout41 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: 50%;
    right: auto;
    transform: translate(-50%);
}
.rtl .element-header-layout41 .header-bottom .search-cart > div {
    float: right;
}
.rtl .element-header-layout41 .header-bottom .search-cart .nav-left {
    margin-left: 30px;
}
.rtl .part3-h41 .elementor-col-50.left {
    padding-right: 0px;
    padding-left: 15px;
}
.rtl .part3-h41 .elementor-col-50.right {
    padding-left: 0px;
    padding-right: 15px;
}
.rtl .part3-h41 .banner-h41 .banner-text {
    padding-left: 0px;
    padding-right: 40px;
}
.rtl .part5-h41 .elementor-col-50.left .elementor-widget-wrap {
    margin-right: auto;
    margin-left: 0;
}
.rtl .part5-h41 .ftc-countdown-element.style_4 .countdown-timer-init > div:first-child {
    margin-right: 0;
}
.rtl .part5-h41 .shop-now41b {
    left: 0;
    width: auto !important;
}
.rtl .ftc_products_slider.style_14 .product .item-description .star-rating {
    margin-left: auto;
    margin-right: 0;
}
.rtl .ftc_products_slider.style_14 .product .item-description span.price {
    right: auto;
    left: 20px;
}
.rtl .footer-h41 .footer-top41 .mc4wp-form-fields .subscribe-widget .subscribe-email input.subscribe-input {
    border: 0;
    border-left: 1px solid #333;
    border-right: 0;
}
.rtl .footer-h41 .footer-top41 .elementor-col-50.left .elementor-icon-box-wrapper {
    flex-direction: inherit;
}
.rtl .footer-h41 .footer-top41 .elementor-col-50.left .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin-right: 0;
    margin-left: 15px;
}
.rtl .part4-h41 .heading-title h2 {
    text-align: left;
}
.rtl .ftc_products_slider.style_14 .post .group-button-product {
    left: 30px;
    right: auto;
}
.rtl .header-top-h35 {
    margin-right: 0px;
    margin-left: 30px;
}
.rtl .element-header-layout42 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    right: 0;
    left: auto;
    transform: translate(25%) !important;
}
.rtl .element-header-layout42 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    transform: translate(40%);
    right: 0;
    left: auto;
}
.rtl .element-header-layout42 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    transform: translate(-30%) !important;
    left: 0;
    right: auto;
}
.rtl .element-header-layout42.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(26%);
    left: auto;
    right: 0;
}
.rtl .element-header-layout42.header-sticky-mobile .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(34%) !important;
}
.rtl .element-header-layout42.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    transform: translate(-20%) !important;
}
.rtl .part1-h42 .elementor-col-50.left .elementor-image-box-wrapper {
    flex-direction: row;
}
.rtl .part1-h42 .elementor-col-50.left .elementor-image-box-wrapper figure.elementor-image-box-img {
    margin-left: 15px;
    margin-right: 0;
}
.rtl .part2-h42 .bn-slider42.bottom .elementor-col-50.right .elementor-widget-text-editor {
    padding: 0px 100px;
    padding-left: 0px;
}
.rtl .ft-top-h42 .footer1b .info-company li {
    text-align: right;
}
.rtl .ft-top-h42 .part2 .right .bottom form .mc4wp-form-fields .sub.gifts26 input.email {
    padding-left: 15px;
    padding-right: 30px;
    margin-right: 0;
    margin-left: 15px;
    text-align: right;
}
.rtl .footer-bottom-h26.h42 .copy-com.copy-com26 {
    text-align: right;
}
.rtl .footer-bottom-h26.h42 .right .elementor-social-icons-wrapper {
    text-align: left;
}
.rtl .element-header-layout43 .container-gifts .logo-wrapper {
    text-align: right;
}
.rtl .element-header-layout43 .nav-right .dropdown-menu-header:hover #dropdown-list,
.rtl .element-header-layout43 .nav-right .dropdown-menu-header:hover #dropdown-list.drop:before {
    right: auto;
    left: 0;
}
.rtl .element-header-layout43 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements > .mega_dropdown,
.rtl .element-header-layout43 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    left: 0;
    right: auto;
}
.rtl .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: 50%;
    right: auto;
    transform: translate(-50%);
}
.rtl .part1-h43 .bottom .ftc-image-content {
    right: -215px;
    left: auto;
}
.rtl .part1-h43 .right .elementor-image .ftc-image-content {
    left: 45%;
}
.rtl .part3-h43 .top .elementor-col-50.right {
    padding: 0 120px;
    padding-left: 0;
}
.rtl .part3-h43 .right .text-center .elementor-text-editor {
    text-align: right;
    margin-left: 150px;
    margin-right: 0;
}
.rtl .part6-h43 .elementor-col-33 .elementor-image-box-wrapper {
    flex-direction: row;
}
.rtl .part6-h43 .elementor-col-33 .elementor-image-box-wrapper figure.elementor-image-box-img {
    margin-left: 30px;
    margin-right: 0;
}
.rtl .footer-h43 .elementor-col-25 .elementor-widget-image {
    text-align: right;
}
.rtl .element-header-layout43.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    right: 50%;
    left: auto;
    transform: translate(50%, 0);
}
.rtl .element-header-layout44 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements > .mega_dropdown {
    left: 0;
    right: auto;
}
.rtl .part3-h44 .banner-img .elementor-row .elementor-col-50.left {
    padding-left: 0px;
    padding-right: 100px;
}
.rtl .part3-h44 .banner-img .elementor-row .elementor-col-50.right {
    padding-right: 0px;
    padding-left: 100px;
}
.rtl .part3-h44 .banner-img .elementor-row .elementor-col-50.left .elementor-widget-container {
    text-align: right;
}
.rtl .part3-h44 .banner-img .elementor-row .elementor-col-50.right .elementor-widget-container {
    text-align: left;
}
.rtl .part4-h44 .elementor-col-50.right {
    padding-right: 0px;
    padding-left: 400px;
}
.rtl .part4-h44 .elementor-col-50.right .elementor-widget-wrap {
    padding-left: 0px;
    padding-right: 100px;
}
.rtl .part4-h44 .elementor-col-50.right .conten1 {
    padding-left: 50px;
    padding-right: 150px;
}
.rtl .part4-h44 .elementor-col-50.left .bottom.elementor-widget-image {
    right: auto;
    left: 0;
    transform: translate(-50%, 0%);
}
.rtl .part5-h44 .elementor-col-50.right {
    padding-left: 0px;
    padding-right: 15px;
}
.rtl .part5-h44 .elementor-col-50.left {
    padding-right: 0px;
    padding-left: 15px;
}
.rtl .part5-h44 .elementor-col-50 .ftc-image-content:before {
    left: auto;
    right: 0;
}
.rtl .part5-h44 .elementor-col-50 .ftc-image-content .ftc-image-caption span {
    float: right;
}
.rtl .footer-top44 .elementor-col-25 .elementor-icon-box-wrapper {
    flex-direction: row;
}
.rtl .footer-top44 .elementor-col-25 .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin-left: 15px;
    margin-right: 0;
}
.rtl .footer-center44 form .mc4wp-form-fields .subscribe-widget .email3 input.subscribe-input {
    text-align: right;
}
.rtl .footer-center44 .left .elementor-widget-wrap .icon .elementor-social-icons-wrapper {
    text-align: right;
}
.rtl .footer-center44 .elementor-col-50.right .elementor-col-33 .elementor-widget-image {
    text-align: right;
}
.rtl .header-layout45 .logo-wrapper.is-desktop {
    text-align: right;
}
.rtl .header-layout45 .header-content-sticky > .container .ftc-search-product {
    margin-right: 0px;
    margin-left: 100px;
	width: 275px;
}
.rtl .header-layout45 #dropdown-list {
    right: auto;
    left: 0;
}
.rtl .header-layout45 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    right: auto;
    left: 0;
    transform: translate(0%);
}
.rtl .header-layout45 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown,
.rtl .header-layout45 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown,
.rtl .header-layout45 .mega_main_menu > .menu_holder > .menu_inner > ul > li.page > ul.mega_dropdown,
.rtl .header-layout45 .mega_main_menu > .menu_holder > .menu_inner > ul > li.elements > .mega_dropdown {
    left: 0;
    right: auto;
}
.rtl .part3-h45 .elementor-col-33.center .text3 .elementor-text-editor {
    text-align: left;
}
.rtl .part4-h45 .elementor-col-33.left .elementor-widget-image {
    text-align: right;
}
.rtl .part4-h45 .elementor-col-33.right .elementor-image {
    text-align: left;
}
.rtl .part4-h45 .elementor-col-33.center .conten1 {
    padding: 0 180px;
    padding-right: 180px;
    padding-left: 0;
}
.rtl .part4-h45 .elementor-col-33.center .conten1 .elementor-image-box-wrapper {
    flex-direction: row;
}
.rtl .part4-h45 .elementor-col-33.left .elementor-widget-image.bottom {
    right: auto;
    left: -130px;
}
.rtl .part2-h44.home45 .text3 .elementor-text-editor {
    text-align: left;
}
.rtl .header-layout45 .is-sticky .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    right: 0;
    left: auto;
}
.rtl .header-layout45 .is-sticky .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    left: auto;
    right: 0;
	transform: translate(25%) !important;
}
.rtl .header-layout45 .is-sticky .mega_main_menu > .menu_holder > .menu_inner > ul > li.elements > .mega_dropdown {
    left: 0;
    right: auto;
}
.rtl .header-layout46 .nav-top .nav-right {
    text-align: left;
}
.rtl .header-layout46 #dropdown-list {
    right: auto;
    left: 0;
}
.rtl .part1-h46 .elementor-col-50.left {
    padding-right: 0px;
    padding-left: 15px;
}
.rtl .part1-h46 .elementor-col-50.right {
    padding-left: 0px;
    padding-right: 15px;
}
.rtl .footer-center44.home46 form .mc4wp-form-fields .subscribe-widget .email3 button {
    right: auto;
    left: 70px;
}
.rtl .footer-center44.home46 .right .copy-com.copy-com26 {
    text-align: right;
}
.rtl .element-header-layout42 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts .item_link span.link_content span.link_text {
    text-align: right;
}
.rtl .part6-h41 .elementor-widget-image-box .elementor-image-box-content {
    text-align: left;
}




/*home42*/
.rtl .part2-h42 .bn-slider42.bottom .text-bn42b .elementor-star-rating__wrapper {
    display: inline-flex;
}



/*home43*/
.rtl .element-header-layout43 .container-gifts .nav-right {
    margin-right: 70px;
    margin-left: 0;
}
.rtl .element-header-layout43 .ftc-account .dropdown-container {
    right: auto;
    left: 0;
}
.rtl .ftc-footer .ft-bottom-h43 .copy-com {
    text-align: center;
}


/*home44*/
.rtl .ftc-footer .footer-bottom44 .copy-com {
    text-align: center;
}


/*home45*/
.rtl .header-layout45 .header-content-sticky .right-menu .ftc-account .ftc_account_form.dropdown-container {
    right: auto;
    left: 0;
}
.rtl .header-layout45 .mega_main_menu > .menu_holder > .menu_inner > ul > li.Portfolios1 ul.mega_dropdown {
    left: 0;
    right: auto;
}
.rtl .header-layout45.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    right: 0;
    left: auto;
    transform: translate(40%, 10px) !important;
}


/*home46*/
.rtl .header-layout46 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(20%);
}
.rtl .header-layout46 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    right: 0;
    left: auto;
    transform: translate(25%) !important;
}
.rtl .footer-center44.home46 .elementor-col-50.left .elementor-widget-ftc_logo .image-logo {
    margin-left: 0;
    margin-right: 50px;
}












/*response*/
@media only screen and (min-width: 1200px) and (max-width: 1400px){
.rtl .header-layout1 .mega_main_menu li.elements.multicolumn_dropdown > .mega_dropdown {
    transform: translate(0%) !important;
}
.rtl .header-layout1 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown,
.rtl .header-layout2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(15%);
}
.rtl .header-layout1 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown,
.rtl .header-layout2 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    right: 0;
    left: auto;
    transform: translate(30%) !important;
}
.rtl .header-layout5 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(33%);
}
.rtl .test-home5 .deal-product-1 .owl-nav .owl-prev, 
.rtl .test-home5 .deal-product-1 .owl-nav .owl-next {
    right: 150px;
    left: auto;
}
.rtl .header-layout6 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(20%);
}
.rtl .header-layout6 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    right: 0;
    left: auto;
    transform: translate(25%) !important;
}
.rtl .header-layout7 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown,
.rtl .header-layout8 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown,
.rtl .header-layout9 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(15%);
}
.rtl .header-layout3 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(25%);
}
.rtl .header-layout14.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(25%);
}
.rtl .element-header-layout42 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(10%);
}
.rtl .element-header-layout42 .mega_main_menu li.elements.multicolumn_dropdown > .mega_dropdown {
    transform: translate(-15%) !important;
}
.rtl .element-header-layout42 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    right: auto;
    left: 0;
    transform: translate(-40%);
}
.rtl .element-header-layout42 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(30%) !important;
}
.rtl .part3-h43 .right .text-center .elementor-text-editor {
    margin-left: 0;
}
.rtl .element-header-layout43 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    transform: translate(-25%);
}
.rtl .slider17 .grup1 {
    left: 600px !important;
}
.rtl .header-layout12 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(20%);
}
.rtl .element-header-layout32 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(20%);
}
.rtl .part4-h35 .top.elementor-widget-text-editor {
    left: 25%;
    top: 110px;
}
.rtl .part4-h35 .bottom.elementor-widget-text-editor {
    left: 38%;
    bottom: 110px;
}
.rtl .part4-h44 .elementor-col-50.right {
    padding-left: 100px;
}
.rtl .part4-h45 .elementor-col-33.center .conten1 {
    padding: 0 20px;
    padding-right: 20px;
    padding-left: 0;
}
.rtl .part4-h45 .elementor-col-33.left .elementor-widget-image.bottom {
    left: 0px;
}
.rtl .element-header-layout43 .container-gifts .nav-right {
    margin-right: 40px;
    margin-left: 0;
}
.rtl .element-header-layout22 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(20%);
    left: auto;
    right: auto;
}
.rtl .ft-Middle-10 div.recent_posts ul li {
    padding: 0;
}




}













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

.rtl .slider-next rs-module-wrap {
    left: 0px !important;
}
.rtl .new-3-elementor li.post .ftc-deal-products .product .item-image {
    margin: -53px 50px 0px 0px !important;
}
.rtl .elementor-section.elementor-section-stretched{
	right: -33.5px !important;
}
.rtl .footer-top .ftc-footer .vc_row:first-child{
	left: 16.5px !important;
}
.rtl rs-module-wrap {
    left: -19px !important;
}
.rtl .elementor-section.elementor-section-stretched.map-elementor-h1,
.rtl .elementor-section.elementor-section-stretched.elementor-product-h1,
.rtl .elementor-section.elementor-section-stretched.elementor-h1-top,
.rtl .elementor-section.elementor-section-stretched.elementor-h1-bottom {
    right: 0px !important;
}
.rtl .elementor-product-h1 .elementor-image .ftc-image-content,
.rtl .elementor-product-h1 .bottom .left .ftc-image-content {
    right: auto;
    left: 50%;
}
.rtl .header-layout1 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(14%);
    left: auto;
    right: 0;
}
.rtl .header-layout1 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(20%) !important;
    right: -50%;
    left: auto;
}
.rtl .header-layout1 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    transform: translate(35%, 0);
}
.rtl .header-layout1 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    left: 0;
    right: auto;
    transform: translate(-10%) !important;
}





/*home2*/
.rtl .header-layout2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(15%);
    right: 0;
    left: auto;
}
.rtl .header-layout2 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(26%) !important;
    left: auto;
    right: 0;
}
.rtl .header-layout2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    transform: translate(40%, 0);
}
.rtl .header-layout2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    left: 0;
    right: auto;
    transform: translate(-10%) !important;
}
.rtl .slider_blog2 .ftc-sb-blogs article .post-info .main-content-blog {
    width: 100%;
    margin-right: 15px;
}
.rtl .slider_home2 rs-module-wrap {
    left: 0px !important;
}




/*home3*/
.rtl .slider_home3 rs-module-wrap {
    left: 0px !important;
}
.rtl .slider_home3.slider-next {
    left: 18px !important;
}
.rtl .google_map.home3 {
    left: 18px !important;
}


.rtl .header-layout2 .nav-right {
    width: 38%;
}
.rtl .slider_home4 rs-module-wrap {
    left: 0px !important;
}


.rtl .header-layout5 .header-content-sticky .container .right-menu {
    margin-right: 0;
}
.rtl .header-layout5 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(26%);
	left: auto;
    right: 0;
}
.rtl .header-layout5 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(-60%) !important;
}
.rtl .header-layout5 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    left: 0;
    right: auto;
    transform: translate(-15%) !important;
}
.rtl .header-layout5 #dropdown-list, 
.rtl .header-layout6 #dropdown-list, 
.rtl .header-layout7 #dropdown-list, 
.rtl .header-layout12 #dropdown-list, 
.rtl .header-layout17 #dropdown-list {
    right: auto;
    left: 0;
}
.rtl .header-layout5.header-sticky-mobile .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(-65%) !important;
}
.rtl .header-layout5.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(20%);
}
.rtl .slider-home5 rs-module-wrap {
    left: -34px !important;
}
.rtl .ftc-feature_1,
.rtl .test-home5,
.rtl .brand-home,
.rtl .dealweeks,
.rtl .countdown-product,
.rtl .lastest-new,
.rtl .blog-home.home5,
.rtl .footer-img.home5 {
    left: 18px !important;
}
.rtl .choose-us .wpb_column.vc_column_container.vc_col-sm-7 {
    padding-right: 0px !important;
}
.rtl .test-home5 .text-deal {
    width: calc(32.33% - 1px);
}
.rtl .test-home5 .deal-product-1 .owl-nav .owl-prev, 
.rtl .test-home5 .deal-product-1 .owl-nav .owl-next {
    right: 150px;
    left: auto;
}


/*home6*/
.rtl .header-layout6 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(15%);
    left: auto;
    right: 0;
}
.rtl .header-layout6 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(-67%) !important;
}
.rtl .header-layout6 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    left: 0;
    right: auto;
    transform: translate(-10%) !important;
}

.rtl .part3-h6,
.rtl .product-special.home6,
.rtl .text_description,
.rtl .testimonial-home5.home6 {
    left: 18px !important;
}
.rtl .blog-home.home5 .vc_col-sm-12 {
    padding-left: 15px !important;
    padding-right: 40px !important;
}


/*home7*/
.rtl .header-layout7 .ftc_language ul ul {
    left: auto;
    right: 0;
}
.rtl .header-layout7 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(16%);
    left: auto;
    right: 0;
}
.rtl .header-layout7 .header-nav3 .nav-left1 .ftc-sb-language ul li ul {
    margin-right: -30px;
}
.rtl .header-layout7 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    right: 0;
    left: auto;
    transform: translate(27%) !important;
}
.rtl .header-layout7 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    left: 0;
    right: auto;
    transform: translate(-15%) !important;
}
.rtl .slider_h7 rs-module-wrap {
    left: 0px !important;
}
.rtl .text-pro-h7,
.rtl .brand-home3,
.rtl .testimonial-home5.home7 {
    left: 18px !important;
}
.rtl .footer-img.home5 {
    left: 18.5px !important;
}
.rtl .choose-us .vc_col-sm-5.vc_col-has-fill {
    padding-left: 0 !important;
}
.rtl .blog-home.home5.home7 .blogs .post-info {
    left: -80px;
}
.rtl .blog-home.home5.home7 {
    left: 18px !important;
}
.rtl .blog-home.home5.home7 .ftc-sb-blogs article {
    padding-right: 10px;
}
.rtl .slider_h9 rs-module-wrap {
    left: -34px !important;
}
.rtl .header-layout9 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(17%);
	left: auto;
    right: 0;
}
.rtl .header-layout9 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    right: 0;
    left: auto;
    transform: translate(28%) !important;
}
.rtl .header-layout9 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    left: 0;
    right: auto;
    transform: translate(-15%) !important;
}
.rtl .banner_9,
.rtl .sale_products.home9,
.rtl .banner_home92,
.rtl .slider_blog1.blog9,
.rtl .Newsletter-home9,
.rtl .ft-Middle-9 {
    left: 18.5px !important;
}
.rtl .ft-bottom-9 {
    left: 18.5px !important;
}
.rtl .slider_blog1.blog9 {
    padding-left: 18.5px !important;
    padding-right: 18.5px !important;
}
.rtl .header-layout10 .ftc_language ul ul {
    right: 0;
    margin: 0;
}
.rtl .header-layout10 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(16%);
    left: auto;
}
.rtl .header-layout10 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    right: 0;
    left: auto;
    transform: translate(28%) !important;
}
.rtl .header-layout10 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    left: 0;
    right: auto;
    transform: translate(-10%) !important;
}
.rtl .slider_home10 rs-module-wrap {
    left: 0px !important;
}
.rtl .sale_products.home10 {
    left: 0 !important;
}
.rtl .ft-Middle-10,
.rtl .ft-bottom-10 {
    left: 0 !important;
}
.rtl .header-layout11 .ftc_language ul ul {
    margin: 0;
    right: 0;
}
.rtl .header-layout11 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(18%);
    left: auto;
}
.rtl .header-layout11 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    right: 0;
    left: auto;
    transform: translate(29%) !important;
}
.rtl .header-layout11 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    left: 0;
    right: auto;
    transform: translate(-15%) !important;
}
.rtl .part1-h11 rs-module-wrap {
    left: -34px !important;
}
.rtl .slider_home11b,
.rtl .slider_home11c,
.rtl .slider_home11d {
    left: 18.5px !important;
}
.rtl .top-home11,
.rtl .ft-bottom-10.home11 {
    left: 18.5px !important;
}
.cate-home.home12 {
    left: 18.5px !important;
}
.rtl .sale_products.home10.home14 {
    left: 18px !important;
}
.ft-bottom-10.home12 .top-home11 .icon li {
    margin-left: 0;
    margin-right: 15px;
}
.rtl .lookboook rs-module-wrap {
    left: -34px !important;
}
.rtl .footer-top .lookbook {
    display: block;
    left: 18.5px !important;
}
.rtl .header-layout3 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(16%);
    left: auto;
    right: auto;
}
.rtl .header-layout3 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(28%) !important;
    right: 0;
    left: auto;
}
.rtl .header-layout3 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    left: 0;
    right: auto;
    transform: translate(-12%) !important;
}
.rtl .footer-top .lookbook .subscribe-email {
    margin-left: 0;
    margin-right: 25px;
}
.rtl .footer-top .lookbook .mc4wp-form-fields .newsletter {
    margin-left: 80px;
}
.rtl .footer-top .lookbook .vc_col-sm-4 {
    padding-right: 0px !important;
}
.rtl .footer-top .lookbook .vc_col-sm-4 .text {
    margin-left: 15px;
    margin-right: 0;
}
.rtl .footer-middle .ft_lookbook {
    left: 18.5px !important;
}
.rtl .header-layout14 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(30%);
	left: auto;
    right: 0;
}
.rtl .header-layout14 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(40%) !important;
    right: 0;
    left: auto;
}
.rtl .header-layout14 .mega_main_menu > .menu_holder > .menu_inner > ul > li.page > ul.mega_dropdown {
    transform: translate(-30%) !important;
    left: 0;
    right: auto;
}
.rtl .header-layout14 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    transform: translate(0%) !important;
    left: 0;
    right: auto;
}
.rtl .header-layout14.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(18%);
	left: auto;
    right: 0;
}
.rtl .header-layout14.header-sticky-mobile .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(28%) !important;
}
.rtl .header-layout14.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    transform: translate(40%);
}
.rtl .header-layout14.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    transform: translate(-10%) !important;
}
.rtl .slider_h14 rs-module-wrap {
    left: -15px !important;
}
.rtl .product_deals_slider.h14 .item-image {
    margin: -25px 20px 0px 0px !important;
}
.rtl .instagram-h14,
.rtl .ft-bottom-14,
.rtl .slider_h14 {
    left: 18.5px !important;
}
.rtl .banner-home15 {
    left: 18px !important;
	display: block;
}
.rtl .ft-Middle-14.h15 {
    left: 18.5px !important;
}
.rtl .header-layout15 .ftc-account .dropdown-container {
    left: auto;
}
.rtl .header-layout15 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown, 
.rtl .header-layout15 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown,
.rtl .header-layout15 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    transform: translate(5%) !important;
}
.rtl .instagram-h14.h16 .ftc-gallery-instagram .images:last-child {
    margin-right: 15px;
}
.rtl .instagram-h14.h16 .ftc-gallery-instagram .images:first-child {
    margin-right: 0px;
}
.rtl .sale_products.h16 {
    left: 18px !important;
}
.rtl .header-layout17 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: 0;
    right: auto;
    transform: translate(-37%);
}
.rtl .header-layout17 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(45%) !important;
}
.rtl .header-layout17 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    transform: translate(40%);
}
.rtl .header-layout17 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(0%) !important;
}
.rtl .header-layout17 .is-sticky .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(-18%);
}
.rtl .header-layout17 .is-sticky .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(-28%) !important;
}
.rtl .header-layout17 .is-sticky .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    transform: translate(50%);
}
.rtl .header-layout17 .is-sticky .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    transform: translate(15%) !important;
}
.rtl .slider17 rs-module-wrap {
    left: -35px !important;
}
.rtl .top-home11 .vc_col-sm-8 > .wpb_wrapper {
    margin-left: 0;
    margin-right: 35px;
}
body.rtl .footer-bottom .top-home11 .subscribe-email input.subscribe-input {
    width: 315px;
}
.rtl .top-home11 .vc_col-sm-4 {
    padding-left: 100px !important;
    padding-right: 0px !important;
}
.rtl .top-home11 .vc_col-sm-4:before {
    left: 15px;
}
.rtl .slider17 .grup1 {
    left: 460px !important;
}
.rtl .header-layout12 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(27%);
	right: 0;
    left: auto;
}
.rtl .header-layout12 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(33%) !important;
    right: 0;
    left: auto;
}
.header-layout12 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    transform: translate(-15%) !important;
    left: 0;
    right: auto;
}
.rtl .header-layout12.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(22%);
}
.rtl .header-layout12.header-sticky-mobile .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(30%) !important;
}
.rtl .slider18 {
    left: 18px !important;
}

.rtl .element-header-layout21 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(18%);
}
.rtl .element-header-layout21 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(28%) !important;
    right: 0;
    left: auto;
}
.rtl .element-header-layout21 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    left: 0;
    right: auto;
    transform: translate(-15%) !important;
}
.rtl .elementor-section.elementor-section-stretched.bn-right-product-h3 {
    right: 0px !important;
}
.rtl .elementor-section.elementor-section-stretched.bl-gifts-h3 {
    right: -33.5px !important;
}
.rtl .slider-gifts1.h22 rs-module-wrap {
    left: -34px !important;
}
.rtl .element-header-layout22 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(26%);
}
.rtl .element-header-layout22 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(34%) !important;
    right: 0;
    left: auto;
}
.rtl .element-header-layout22 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    transform: translate(-20%) !important;
    left: 0;
    right: auto;
}
.rtl .elementor-ft-h1 .elementor-column-wrap .elementor-widget-wrap {
    margin-left: 0px;
    margin-right: 50px;
}
.rtl .slider-h2 rs-module-wrap {
    left: -34px !important;
}
.rtl .header-layout23 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(26%);
}
.rtl .header-layout23 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(33%) !important;
    right: 0;
    left: auto;
}
.rtl .header-layout23 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    transform: translate(-22%) !important;
    left: 0;
    right: auto;
}
.rtl .slider-h2 .text2-slider-h23 .rs-parallax-wrap .text-slider-h23 {
    text-align: left !important;
}
.rtl .ft-top-gifts-h4 .newsletter-ft4 .from-ft-h1 .mc4wp-form-fields .subscribe-widget .subscribe-email {
    display: block;
}
.rtl .ft-top-gifts-h4 .ft-icon-h4:before {
    left: 25%;
    right: auto;
}
.rtl .ft-icon-h4 .elementor-widget-wrap .right ul li.elementor-icon-list-item:first-child {
    margin-left: 8px;
}
.rtl .element-header-layout25 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(23%);
}
.rtl .element-header-layout32.header-sticky-mobile .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown, 
.rtl .element-header-layout25 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(32%) !important;
    left: auto;
    right: 0;
}
.rtl .element-header-layout32.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown, 
.rtl .element-header-layout31.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown, 
.rtl .element-header-layout25 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    transform: translate(65%) !important;
}
.rtl .element-header-layout25 .header-content .container .logo-wrapper {
    flex: 1;
}
.rtl .ele-slider-h26 rs-module-wrap {
    left: 0px !important;
}
.rtl .element-header-layout26 .header-content .header-top .header-bottom > .container {
    padding: 0;
}
.rtl .element-header-layout26 .header-content .header-bottom .nav-right .ftc-shop-cart {
    padding-left: 35px;
    padding-right: 15px;
}
.rtl .element-header-layout26 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(27%);
}
.rtl .element-header-layout26 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(-60%) !important;
}
.rtl .element-header-layout26 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    left: 0;
    right: auto;
    transform: translate(-10%) !important;
}
.rtl .element-header-layout27 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(25%);
}
.rtl .element-header-layout27 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(-45%) !important;
}
.rtl .element-header-layout27 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    left: 0;
    right: auto;
    transform: translate(-10%) !important;
}
.rtl .footer-h27 .footer-top-h26 .left {
    padding-left: 0;
    padding-right: 15px;
}
.rtl .footer-h27 .footer-top-h26 .right {
    padding-right: 0;
    padding-left: 15px;
}
.rtl .element-header-layout28 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(2%);
}
.rtl .element-header-layout28 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(10%) !important;
}
.rtl .element-header-layout28 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    transform: translate(0%);
}
.rtl .element-header-layout28 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    transform: translate(45%) !important;
}
.rtl .element-header-layout28.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(25%);
}
.rtl .element-header-layout28.header-sticky-mobile .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(33%) !important;
}
.rtl .element-header-layout28.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    transform: translate(50%);
}
.rtl .element-header-layout28.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    transform: translate(-20%) !important;
    left: 0;
    right: auto;
}
.rtl .slider-h28 rs-module-wrap,
.rtl .slider-h29 rs-module-wrap {
    left: 0px !important;
}
.rtl .header-layout29 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(8%);
}
.rtl .header-layout29 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(8%) !important;
}
.rtl .header-layout29 .mega_main_menu > .menu_holder > .menu_inner > ul > li.Portfolios1 ul.mega_dropdown {
    left: auto;
    right: 0;
}
.rtl .header-layout29 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    transform: translate(0%) !important;
}
.rtl .header-layout29.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(15%);
}
.rtl .header-layout29 .is-sticky .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    right: 0;
    left: auto;
    transform: translate(25%) !important;
}
.rtl .header-layout29.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    transform: translate(40%) !important;
}
.rtl .header-layout29.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    transform: translate(-15%) !important;
    left: 0;
    right: auto;
}
.rtl .header-layout29 .is-sticky .mega_main_menu > .menu_holder > .menu_inner > ul > li.page > ul.mega_dropdown {
    right: 50%;
    left: auto;
}
.rtl .element-header-layout30 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(25%);
}
.rtl .element-header-layout30 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(35%) !important;
    right: 0;
    left: auto;
}
.rtl .element-header-layout30 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    left: 0;
    right: auto;
    transform: translate(-10%) !important;
}
.rtl .with-home30 rs-module-wrap {
    left: 0px !important;
}
.rtl .element-header-layout30.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(18%);
}
.rtl .element-header-layout30.header-sticky-mobile .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(28%) !important;
}
.rtl .bn-text-h30.with-home30 .right > .elementor-column-wrap.elementor-element-populated {
    margin-left: 20px;
}
.rtl .element-header-layout31 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(6%) !important;
}
.rtl .element-header-layout31 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    transform: translate(50%) !important;
}
.rtl .element-header-layout31.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(20%);
}
.rtl .element-header-layout31.header-sticky-mobile .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(25%) !important;
}
.rtl .element-header-layout31.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    transform: translate(40%);
}
.rtl .slider-h31 rs-module-wrap {
    left: 0px !important;
}
.rtl .element-header-layout32 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(27%);
}
.rtl .element-header-layout32 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(-62%) !important;
}
.rtl .element-header-layout32 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    left: 0;
    right: auto;
    transform: translate(-15%) !important;
}
.rtl .element-header-layout32.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(23%);
}
.rtl .element-header-layout32.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    left: 0;
    right: auto;
    transform: translate(-20%) !important;
}
.rtl .part1-h32 rs-module-wrap {
    left: 0px !important;
}
.rtl .element-header-layout33 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:last-child > .item_link {
    border-right: 1px solid #ebebeb !important;
}
.rtl .element-header-layout33 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:first-child > .item_link {
    border-right: 0px !important;
}
.rtl .element-header-layout33 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(15%);
}
.rtl .header-ftc.element-header-layout33 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(-72%) !important;
}
.rtl .element-header-layout33 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    transform: translate(40%);
}
.rtl .header-ftc.element-header-layout33 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    left: 0;
    right: auto;
    transform: translate(-23%) !important;
}
.rtl .element-header-layout33 .is-sticky .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(20%);
}
.rtl .header-ftc.element-header-layout33.header-sticky-mobile .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(-65%) !important;
}
.rtl .part1-h33 rs-module-wrap {
    left: 0px !important;
}
.rtl .element-header-layout34 .header-content .container .header-bottom .search-cart {
    padding: 0;
}
.rtl .part1-h34 rs-module-wrap {
    left: 0px !important;
}
.rtl .header-ftc.element-header-layout34 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(28%);
}
.rtl .header-ftc.element-header-layout34 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(37%) !important;
}
.rtl .element-header-layout41 .header-bottom .search-cart .nav-left {
    margin-right: 0px;
}
.rtl .header-layout1 .nav-center {
    flex: 1;
}
.rtl .header-layout1 .nav-center .logo-wrapper.is-desktop {
    text-align: right;
}
.rtl .header-layout1 .ftc_language ul ul,
.rtl .header-layout2 .ftc_language ul ul {
    margin-right: -30px;
}
.rtl .product-special .woocommerce .products .product {
    border-right: 1px solid #e5e5e5;
    border-left: 0;
}
.rtl .header-layout9 .ftc_language ul ul,  
.rtl .header-layout10 .ftc_language ul ul,
.rtl .header-layout11 .ftc_language ul ul {
    text-align: center;
    margin-right: -30px;
}
.rtl .ft-bottom-10.home12 {
    left: 18.5px !important;
}
.rtl .part3-h43 .right .text-center .elementor-text-editor {
    margin-left: 0;
}
.rtl .part3-h43 .top .elementor-col-50.right {
    padding: 0 50px;
    padding-left: 0;
}
.rtl .header-layout17 .logo-wrapper.is-desktop {
    text-align: center;
    margin-right: 0;
}
.rtl .brand18 {
    left: 18px !important;
}
.rtl .slider-h24 rs-module-wrap,
.rtl .slider-gifts-h5 rs-module-wrap {
    left: 0px !important;
}
.rtl .footer-h32 {
    padding-right: 0px !important;
    padding-left: 15px !important;
}
.rtl .element-header-layout35 {
    padding: 40px 20px;
}
.rtl .element-header-layout35 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(14%);
}
.rtl .element-header-layout35 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(22%) !important;
}
.rtl .element-header-layout35 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    transform: translate(30%);
    left: auto;
    right: 0;
}
.element-header-layout35 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    transform: translate(-35%) !important;
    left: 0;
    right: auto;
}
.rtl .element-header-layout35.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(25%);
}
.rtl .element-header-layout35.header-sticky-mobile .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(35%) !important;
}
.rtl .element-header-layout35.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    transform: translate(-20%) !important;
}
.rtl .elementor-section.elementor-section-stretched.part1-h35,
.rtl .elementor-section.elementor-section-stretched.part2-h35,
.rtl .elementor-section.elementor-section-stretched.part3-h35,
.rtl .elementor-section.elementor-section-stretched.part8-h34.h35,
.rtl .elementor-section.elementor-section-stretched.part4-h35,
.rtl .elementor-section.elementor-section-stretched.part5-h35,
.rtl .elementor-section.elementor-section-stretched.part6-h35,
.rtl .elementor-section.elementor-section-stretched.footer-h35 {
    right: -38px !important;
}
.rtl .part2-h35 .right > .elementor-column-wrap.elementor-element-populated {
    margin-left: auto !important;
    margin-right: auto;
}
.rtl .part4-h35 .bottom.elementor-widget-text-editor {
    left: 20%;
    bottom: 45px;
}
.rtl .part4-h35 .top.elementor-widget-text-editor {
    left: 5%;
    top: 40px;
}
.rtl .ft-top-h36 .subscribe-widget {
    margin: 0;
    margin-right: 0;
    margin-left: 15px;
}
.rtl .part1-h36 rs-module-wrap {
    left: 0px !important;
}
.rtl .element-header-layout37 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(38%) !important;
    right: 0;
    left: auto;
}
.rtl .element-header-layout37 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    transform: translate(-15%) !important;
    left: 0;
    right: auto;
}
.rtl .ft-top-h33.h37 .footer-top-h26 .right .elementor-widget-wrap {
    padding-left: 0;
    padding-right: 0;
}
.rtl .part1-h38 rs-module-wrap {
    left: 0px !important;
}
.rtl .elementor-section.elementor-section-stretched.part2-h37,
.rtl .elementor-section.elementor-section-stretched.part4-h38 {
    right: -41.5px !important;
}
.rtl .ft-center-h33.home38 .footer-top-h26 .right .text {
    padding-right: 0;
}
.rtl .part1-h39 rs-module-wrap {
    left: 0px !important;
}
.rtl .element-header-layout39 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    transform: translate(50%);
}
.rtl .element-header-layout39 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(-45%) !important;
}
.rtl .element-header-layout39 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(37%);
}
.rtl .element-header-layout39.header-sticky-mobile .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(29%) !important;
    right: 0;
    left: auto;
}
.rtl .element-header-layout39.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    transform: translate(40%);
}
.rtl .element-header-layout39.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    transform: translate(-15%) !important;
}
.rtl .contact-h32.h39 .footer-top-h26 .right .elementor-widget-wrap {
    padding-right: 10px;
}
.rtl .element-header-layout40 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(20%) !important;
    right: 0;
    left: auto;
}
.rtl .element-header-layout40 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(30%) !important;
}
.rtl .element-header-layout40 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    transform: translate(-20%) !important;
    left: 0;
    right: auto;
}
.rtl .part1-h40 rs-module-wrap {
    left: 0px !important;
}
.rtl .ft-center-h33.h40 .footer1a .elementor-widget-text-editor,
.rtl .ft-center-h33.h40 .text1.elementor-widget-heading,
.rtl .ft-center-h33.h40 .footer1b .elementor-widget-text-editor {
    text-align: right;
}
.rtl .element-header-layout41 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(-40%);
}
.rtl .element-header-layout41 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(-30%) !important;
}
.rtl .element-header-layout41 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    transform: translate(-20%);
    left: 0;
    right: auto;
}
.rtl .element-header-layout41 .mega_main_menu > .menu_holder > .menu_inner > ul > li.page > ul.mega_dropdown {
    left: 0;
    right: auto;
    transform: translate(0%) !important;
}
.rtl .element-header-layout41 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.Portfolios1 > ul.mega_dropdown {
    left: 0;
    right: auto;
}
.rtl .element-header-layout41.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(28%);
    right: 0;
    left: auto;
}
.rtl .element-header-layout41.header-sticky-mobile .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(35%) !important;
    left: auto;
    right: 0;
}
.rtl .element-header-layout41.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    transform: translate(50%);
    left: auto;
    right: 0;
}
.rtl .element-header-layout41.header-sticky-mobile .mega_main_menu > .menu_holder > .menu_inner > ul > li.page > ul.mega_dropdown {
    left: 0;
    right: auto;
    transform: translate(-30%) !important;
}
.rtl .element-header-layout41.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    transform: translate(-25%) !important;
}
.rtl .part1-h41 rs-module-wrap {
    left: 0px !important;
}
.rtl .element-header-layout42 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(18%);
}
.rtl .ft-top-h42 .footer-center-h26.h33 .text1 h2 {
    text-align: right;
}
.rtl .element-header-layout43 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    left: auto;
    right: 0;
    transform: translate(17%);
}
.rtl .element-header-layout43 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(28%) !important;
    right: 0;
    left: auto;
}
.rtl .element-header-layout43 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    transform: translate(-50%);
}
.rtl .element-header-layout43 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    transform: translate(-15%) !important;
}
.rtl .element-header-layout43.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(20%);
}
.rtl .element-header-layout43.header-sticky-mobile .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(31%) !important;
}
.rtl .part4-h45 .elementor-col-33.center .conten1 {
    padding: 0;
}
.rtl .header-layout46 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(12%);
}
.rtl .header-layout46 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    transform: translate(40%, 0);
}
.rtl .header-layout46 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    transform: translate(-5%) !important;
    left: 0;
    right: auto;
}
.rtl .elementor-section.elementor-section-stretched.part1-h46,
.rtl .elementor-section.elementor-section-stretched.part2-h46,
.rtl .elementor-section.elementor-section-stretched.part3-h46,
.rtl .elementor-section.elementor-section-stretched.part5-h46,
.rtl .elementor-section.elementor-section-stretched.part6-h46,
.rtl .elementor-section.elementor-section-stretched.footer-center44.home46 {
    right: -33.5px !important;
}
.rtl .header-layout17.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    transform: translate(-20%) !important;
}
.rtl .header-layout12.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    transform: translate(40%, 0);
}
.rtl .slider17.slider-h20 {
    left: 16.5px !important;
}
.rtl .element-header-layout24 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(27%);
}
.rtl .element-header-layout24 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(35%) !important;
}
.rtl .element-header-layout24 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    transform: translate(50%);
}
.rtl .element-header-layout24 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    transform: translate(-15%) !important;
    left: 0;
    right: auto;
}
.rtl .element-header-layout24.header-sticky-mobile .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(30%) !important;
}
.rtl .element-header-layout24.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    transform: translate(35%);
}
.rtl .element-header-layout24.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    transform: translate(-20%) !important;
}
.rtl .header-ftc.element-header-layout34 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    left: 0;
    right: auto;
    transform: translate(-15%) !important;
}
.rtl .header-ftc.element-header-layout34.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(25%);
}
.rtl .header-ftc.element-header-layout34.header-sticky-mobile .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(32%) !important;
}
.rtl .element-header-layout36 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(26%);
}
.rtl .element-header-layout36 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(33%) !important;
    right: 0;
    left: auto;
}
.rtl .element-header-layout36 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    transform: translate(-20%) !important;
    left: 0;
    right: auto;
}
.rtl .element-header-layout38 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(28%);
}
.rtl .element-header-layout38 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(36%) !important;
}
.rtl .element-header-layout38 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.blog-home > ul.mega_dropdown {
    transform: translate(50%);
}
.rtl .element-header-layout38 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    transform: translate(-20%) !important;
    left: 0;
    right: auto;
}
.rtl .element-header-layout38.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(27%);
}
.rtl .element-header-layout38.header-sticky-mobile .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(35%) !important;
}
.rtl .part1-h44 rs-module-wrap {
    left: 0px !important;
}
.rtl .part4-h44 .elementor-col-50.right {
    padding-left: 50px;
}
.rtl .part4-h44 .elementor-col-50.right .conten1 {
    padding-left: 0px;
    padding-right: 60px;
}
.rtl .part4-h44 .elementor-col-50.left .bottom.elementor-widget-image {
    transform: translate(-50%, -50%);
}
.rtl .element-header-layout44 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(33%) !important;
    left: auto;
    right: 0;
}
.rtl .element-header-layout44.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(22%);
    left: auto;
    right: 0;
}
.rtl .element-header-layout44.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    transform: translate(-20%) !important;
}
.rtl .header-layout45 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(-7%);
}
.rtl .header-layout45 .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(-7%) !important;
}
.rtl .header-layout45 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    left: 0;
    right: auto;
    transform: translate(-7%) !important;
}
.rtl .header-layout45 .is-sticky .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.home-gifts > ul.mega_dropdown {
    transform: translate(17%);
}
.rtl .header-layout45 .is-sticky .mega_main_menu li.shop1.multicolumn_dropdown.drop_to_right > .mega_dropdown {
    transform: translate(28%) !important;
}
.rtl .header-layout45 .is-sticky .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.elements.multicolumn_dropdown > ul.mega_dropdown {
    transform: translate(-15%) !important;
}












}



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

.rtl rs-module-wrap {
    left: -16px !important;
}
.rtl .slider-next rs-module-wrap {
    left: -15px !important;
}
.rtl .elementor-section.elementor-section-stretched.elementor-h1-bottom {
    right: 0px !important;
}
.rtl .mobile-button {
    text-align: right;
}
.rtl .header-ftc.header-v1.header-layout1 .ftc-shop-cart {
    margin-left: 0;
}
.rtl .ftc-mobile-wrapper .mobile-wishlist, 
.rtl .has-mobile-menu .ftc-mobile-wrapper .mobile-account {
    /* text-align: left; */
}
.rtl .ftc-mobile-wrapper .mobile-wishlist .ftc-my-wishlist {
    margin-left: 15px;
}
.rtl.has-mobile-menu .ftc-mobile-wrapper .mobile-account a {
    width: auto;
}
.rtl .ftc-mobile-wrapper .menu-text {
    text-align: left;
}
.rtl .new-3-elementor li.post .ftc-deal-products .product .item-image {
    float: none;
    margin: 0 auto !important;
}
.rtl .new-3-elementor li.post .ftc-deal-products .product .item-description {
    text-align: center;
}
.rtl .ftc-mobile-wrapper .mobile-account {
    text-align: left;
}
.rtl .elementor-product-h1 .left-1a, 
.rtl .elementor-product-h1 .right.row2 {
    padding-right: 15px;
    padding-left: 15px;
}
.rtl .elementor-section.elementor-section-stretched.map-elementor-h1, 
.rtl .elementor-section.elementor-section-stretched.elementor-product-h1 {
    right: -15px !important;
}
.rtl .elementor-product-h1 .right.row1, 
.rtl .elementor-product-h1 .left-1b {
    padding-left: 15px;
    padding-right: 15px;
}
.rtl .header-layout1 .header-nav .is-sticky .header-content-sticky > .container {
    display: flex;
}
.rtl .elementor-section.elementor-section-stretched {
    right: -18.5px !important;
}


/*home2*/
.rtl .header-layout2 .header-nav .header-content-sticky .nav-right .ftc-shop-cart {
    margin-left: 0;
}
.rtl .product_deals_slider.header_2 .item-image {
    margin: 0 auto !important;
    float: none !important;
}
.rtl .product_deals_slider.header_2 .woocommerce .product .item-description {
    width: 100%;
}
.rtl .elementor-section.elementor-section-stretched.elementor-h1-top {
    right: -15.5px !important;
}
.rtl .slider-next.ftc-row-wide rs-module-wrap {
    left: 0px !important;
}
.rtl .header-layout2 .header-nav .is-sticky .header-content-sticky > .container {
    display: flex;
}


.rtl .slider_home3.slider-next {
    left: 0 !important;
}
.rtl .google_map.home3 {
    left: 0px !important;
}
.rtl .slider-home5 rs-module-wrap {
    left: -16px !important;
}
.rtl .header-layout5 .header-content-sticky .container > div.nav-center {
    flex: 1;
}
.rtl .header-layout5 .header-content-sticky .container > div {
    width: auto;
}
.rtl .ftc-feature_1,
.rtl .testimonial-home5,
.rtl .test-home5,
.rtl .brand-home,
.rtl .dealweeks,
.rtl .countdown-product, 
.rtl .lastest-new, 
.rtl .blog-home.home5 {
    left: 0px !important;
}
.rtl .footer-img.home5 {
    left: 1px !important;
}
.rtl .ftc-feature_1,
.rtl .info_footer,
.rtl .footer-img.home5 ul.ftc-gallery-instagram {
    display: block;
}



/*home6*/
.rtl .header-layout6 .header-content-sticky > .container > div {
    width: auto;
}
.rtl .header-layout6 .header-content-sticky > .container .nav-center {
    flex: 1;
}
.rtl .header-layout6 .header-content-sticky .nav-center {
    flex: 1;
}
.rtl .header-layout6 .header-content-sticky .mobile-button {
    width: auto;
}
.rtl .ftc-mobile-wrapper {	
	-webkit-transform: translate3d(300px,0,0);
    right: 0;
}
.rtl.has-mobile-menu .ftc-mobile-wrapper {
	-webkit-transform: none;
    right: 0;
    left: auto;
}
.rtl .text-h6a,
.rtl .testimonial-home5.home6 {
    left: 0px !important;
}
.rtl .product-special.home6 {
    left: -1.5px !important;
}
.rtl .text_description {
    left: 0px !important;
}
.rtl .text_description h3.text_description_title {
    text-align: center !important;
}
.rtl .testimonial-home5.home6 .owl-item.active.center .item.has-image {
    margin-left: 0;
    margin-right: 0;
}



/*home7*/
.rtl .ftc-feature_1 .ftc-feature-wrp .feature-header {
    padding-right: 15px;
}
.rtl .brand-home3 {
    left: 0 !important;
}



/*home8*/
.rtl .testimonial-home5.home7,
.rtl .blog-home.home5.home7 {
    left: 0px !important;
}
.rtl .choose-us .vc_col-sm-5.vc_col-has-fill {
    padding-left: 15px !important;
}
.rtl .blog-home.home5.home7 .blogs .post-info {
    left: 0;
}
.rtl .slider_h9 rs-module-wrap {
    left: -16px !important;
}
.rtl .banner_9, 
.rtl .sale_products.home9, 
.rtl .banner_home92, 
.rtl .slider_blog1.blog9, 
.rtl .Newsletter-home9 {
    left: 0px !important;
}
.rtl .ft-Middle-9 {
    left: 1px !important;
}
.rtl .ft-Middle-9 p.text-ft {
    text-align: center;
}
.rtl .slider_blog1.blog9 .vc_col-sm-12 {
    padding-right: 20px !important;
}
.rtl .header-layout9 .is-sticky .nav-top > .container {
    display: flex;
}
.rtl .header-layout9 .nav-top > .container .nav-center {
    flex: 1;
}
.rtl .header-layout9 .nav-top > .container > div {
    width: auto;
}
.rtl .header-layout10 .is-sticky .header-content-sticky > .container {
    display: flex;
}
.rtl .instagram_home10 .ftc-gallery-instagram.columns-6 .images:last-child {
    margin-right: 20px;
}
.rtl .instagram_home10 .ftc-gallery-instagram.columns-6 .images:first-child {
    margin-right: 0px;
}
.rtl .ft-Middle-10 div.recent_posts ul li {
    display: table;
    margin: 0 auto;
}
.rtl .ft-Middle-10 .time {
    margin-right: 15px;
    margin-left: 0;
}
.rtl .part1-h11 rs-module-wrap {
    left: -17px !important;
}
.rtl .slider_home11b, .rtl .slider_home11c, .rtl .slider_home11d {
    left: 0px !important;
}
.rtl .top-home11 .icon li {
    margin-left: 0;
    margin-right: 15px;
}
.rtl .top-home11 .vc_col-sm-8 > .wpb_wrapper {
    margin-left: 0;
	margin-right: 0;
}
.rtl .header-layout11 .header-nav .is-sticky .header-content-sticky > .container {
    display: flex;
}
.rtl .top-home11, .rtl .ft-Middle-10, .rtl .ft-bottom-10 {
    left: 1px !important;
}
.rtl .cate-home .vc_col-sm-12 .ftc-product-category-slider-wrapper .products {
    display: block;
}
.rtl .cate-home.home12 {
    left: 0px !important;
}
.rtl .product_deals_slider .item-description .short-description {
    text-align: center;
}
.rtl .sale_products.home10.home14 {
    left: 0px !important;
}
.rtl .header-layout12 .header-content-sticky > .container > .mobile-button {
    text-align: right;
}
.rtl .header-layout12 .header-content-sticky .container .right-menu .ftc-shop-cart {
    margin-left: 0;
}
.rtl .lookboook rs-module-wrap {
    left: -16px !important;
}
.rtl .header-layout3 .header-nav .is-sticky .header-content-sticky > .container {
    display: flex;
}
.rtl .footer-top .lookbook,
.rtl .footer-middle .ft_lookbook {
    left: 1px !important;
}
.rtl .footer-top .lookbook .mc4wp-form-fields .newsletter {
    margin-left: 20px;
}
.rtl .footer-top .lookbook .subscribe-email {
    float: left;
}
.rtl .header-layout14 .is-sticky .nav2 {
    display: none;
}
.rtl .slider_h14 rs-module-wrap {
    left: -15px !important;
}
.rtl .product_deals_slider.h14 .item-image {
    margin: 30px 130px !important;
}
.rtl .instagram-h14, 
.rtl .ft-bottom-14, 
.rtl .slider_h14 {
    left: 1px !important;
}
.rtl .ftc-footer .ft-Middle-14 ul.icon {
    display: table;
}
.header-layout14 .header-nav .container .nav-left {
    display: none;
}
.rtl .header-layout15 .header-content-sticky .container .right-menu .ftc-shop-cart {
    margin-right: 0;
    margin-left: 0;
}
.rtl .banner-home15 {
    left: 0px !important;
}
.rtl .sale_products.h16 {
    left: 0px !important;
}
.rtl .ft-Middle-14.h15 {
    left: 0.5px !important;
}
.rtl .header-layout17 .is-sticky .header-content-sticky > .container {
    display: flex;
}
.rtl .header-layout17 .header-nav .container > div {
    width: auto;
}
.rtl .header-layout17 .header-content-sticky > .container > .nav-center {
    width: auto;
    flex: 1;
}
.rtl .header-layout17 .header-content-sticky .container .right-menu .ftc-shop-cart {
    margin-left: 0;
}
.rtl .slider17 rs-module-wrap {
    left: -16px !important;
}
.rtl .top-home11 .vc_col-sm-4 {
    padding-left: 0px !important;
}
.rtl .slider18,
.rtl .brand18 {
    left: 0px !important;
}
.rtl .bn18 .banner-17 .wpb_wrapper {
    text-align: left;
}
.slider17.slider-h20 {
    left: 0px !important;
}
.rtl .slider-h20 .slider_home2.vc_col-sm-8 {
    padding-left: 0px !important;
    padding-right: 0 !important;
}
.rtl .slider-h20 .left h1:before {
    left: 50%;
    right: auto;
}
.rtl .element-header-layout21 .nav-right > div.ftc-shop-cart {
    margin-left: 0;
}
.rtl .elementor-section.elementor-section-stretched.testi-full-h8 {
    right: -15.5px !important;
}
.rtl .elementor-section.elementor-section-stretched.bl-gifts-h3 {
    right: -15.5px !important;
}
.rtl .elementor-section.elementor-section-stretched.bn-right-product-h3 {
    right: -15px !important;
}
.rtl .bn-right-product-h3 .bn-gifts-right {
    padding-left: 15px;
}
.rtl .pro-banner-giftsh3 .product-h3-gifts {
    padding-right: 0;
    padding-left: 0;
}
.rtl .bl-gifts-h3 .blogs-giftsH1 .left.home3 .elementor-widget-container,
.rtl .bl-gifts-h3 .blogs-giftsH1 .right.home3 .elementor-widget-container {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.rtl .element-header-layout22 .nav-right > .nav2 {
    float: left;
}
.rtl .slider-gifts1.h22 rs-module-wrap {
    left: -16px !important;
}
.rtl .blogs-giftsH1.blog-h22 .left .elementor-widget-container,
.rtl .blogs-giftsH1.blog-h22 .right .elementor-widget-container {
    padding-left: 0px !important;
    padding-right: 0 !important;
}
.rtl .elementor-section.elementor-section-stretched.elementor-ft-h1 {
    right: -15.5px !important;
}
.rtl .elementor-ft-h1 .elementor-column-wrap .elementor-widget-wrap {
    margin-left: 0px;
    margin-right: 0;
}
.rtl .slider-h2 rs-module-wrap {
    left: -16px !important;
}
.rtl .product-element-24 .style_3 .item-description .meta_info {
    width: auto;
    background: transparent;
}
.rtl .product-element-24 .woocommerce .product .item-description .meta_info .add-to-cart a {
    margin-left: 0px;
    margin-right: 10px;
}
.rtl .element-header-layout24 .container-gifts .nav-right .ftc-shop-cart {
    margin-left: 0;
}
.rtl .blog-h4 .ftc-elements-blogs.style_2 .ftc-blogs .post-text a.ftc-readmore:after {
    right: 0;
    left: auto;
}
.rtl .ft-top-gifts-h4 .newsletter-ft4 .elementor-widget-wrap {
    margin-left: 0;
}
.rtl .ft-top-gifts-h4 .newsletter-ft4 .elementor-widget-wrap .right {
    padding-left: 0;
}
.rtl .ft-top-gifts-h4 .ft-icon-h4 .elementor-column-wrap .elementor-widget-wrap {
    margin-left: auto;
    margin-right: auto;
}
.rtl .element-header-layout25 .container .header-bottom {
    position: relative;
    top: 15px;
    transform: inherit;
}
.rtl .element-header-layout25 .header-content .container > div {
    width: auto;
}
.rtl .slider-gifts-h5  rs-module-wrap {
    left: -3px !important;
}
.rtl .elementor-section.elementor-section-stretched.product-gifts-h5,
.rtl .elementor-section.elementor-section-stretched.ft-gifts-h5 {
    right: -15.5px !important;
}
.rtl .product-gifts-h5 .ftc_products_slider.style_4 .product .item-description .meta_info {
    width: fit-content;
}
.rtl .element-header-layout26 .header-content .header-bottom .nav-right .ftc-shop-cart {
    padding-left: 15px;
    padding-right: 0;
}
.rtl .elementor-section.elementor-section-stretched.ele-slider-h26,
.rtl .elementor-section.elementor-section-stretched.product-h26 {
    right: -15.5px !important;
}
.rtl .element-header-layout26 .header-content .header-top .header-bottom > .container {
    padding: 0 15px;
}
.rtl .elementor-section.elementor-section-stretched.elementor-h27,
.rtl .elementor-section.elementor-section-stretched.footer-h27 {
    right: -15.5px !important;
}
.rtl .element-header-layout27 .header-content .header-bottom .nav-right .ftc-shop-cart {
    padding-left: 0px;
    padding-right: 0;
    margin-right: 0;
    margin-left: 10px;
}
.rtl .footer-h27 .footer-top-h26 .right .elementor-widget-wrap {
    padding-left: 0;
    padding-right: 0;
}
.rtl .footer-h28 .footer-top-h26 .right .elementor-widget-wrap {
    padding-right: 0px;
}
.rtl .footer-h28 .footer-top-h26 .right {
    padding-right: 0px;
}
.rtl .button-h30 .elementor-row .elementor-col-50 {
    float: none;
}
.rtl .bn-text-h30.with-home30 .right > .elementor-column-wrap.elementor-element-populated {
    margin-left: 0;
}
.rtl .button-h30 .elementor-row .elementor-col-50:last-child .elementor-element-populated {
    margin-left: 0;
    margin-right: 15px;
}
.rtl .button-h30 .elementor-row .elementor-col-50:first-child .elementor-element-populated {
    margin-left: 15px;
    margin-right: 0;
}
.rtl .slider-h31 rs-module-wrap {
    left: -4px !important;
}
.rtl .elementor-section.elementor-section-stretched.about-us-h31,
.rtl .elementor-section.elementor-section-stretched.footer-top-h31 {
    right: -15.5px !important;
}
.rtl .elementor-section.elementor-section-stretched.part1-h32,
.rtl .elementor-section.elementor-section-stretched.testimonial-h32 {
    right: -15.5px !important;
}
.rtl .footer-h32 .footer-top-h26 .ft-text .elementor-text-editor.elementor-clearfix {
    text-align: center;
}
.rtl .element-header-layout33 .header-content > .container {
    padding-right: 15px;
}
.rtl .elementor-section.elementor-section-stretched.part1-h33 {
    right: -15.5px !important;
}
.rtl .footer-top-h26.h33 .left .center h2 {
    padding-left: 15px;
}
.rtl .part5-h41 .elementor-col-50.left .elementor-widget-wrap {
    text-align: center;
}
.rtl .part5-h41 .shop-now41b {
    left: 15%;
}
.rtl .elementor-section.elementor-section-stretched.footer-h41 {
    right: -15.5px !important;
}
.rtl .test-home5 .deal-product-1 .owl-nav .owl-prev, 
.rtl .test-home5 .deal-product-1 .owl-nav .owl-next {
    right: 110px;
    left: auto;
}
.rtl .footer-middle .ft-Middle-9 .top_rate ul li{
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
}
.rtl .footer-middle .ft-Middle-9 .top_rate ul li .left a {
    margin-right: 20px;
    margin-left: 0;
}
.rtl .ft-Middle-9 .recent_post ul li {
    display: table;
    margin: 0 auto;
}
.rtl .ft-Middle-9 .recent_post ul li .time {
    margin-right: 15px;
    margin-left: 0;
    float: left;
}
.rtl .ft-Middle-9 .info {
    text-align: left;
}
.rtl .ft-Middle-10 .top_rate ul li {
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
}
.rtl .footer-middle .ft-Middle-10 .top_rate ul li .left a {
    margin-right: 15px;
    margin-left: 15px;
}
body.rtl .footer-bottom .top-home11 .subscribe-email input.subscribe-input {
    width: 285px;
}
.rtl .ftc-footer .ft-Middle-11 .recent_post li p.info {
    float: right;
}
.rtl footer#colophon .widget .ft-Middle-11 .recent_post ul li {
    text-align: right;
    margin-left: 0;
    margin-right: 50px;
}
.rtl .footer-middle .ft_lookbook .top_rate ul li {
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
}
.rtl .footer-middle .ft_lookbook .top_rate ul li .left a {
    margin-right: 20px;
    margin-left: 0;
}
.rtl .part2-h42 .bn-slider42.bottom .elementor-col-50.right .elementor-widget-text-editor {
    padding: 0px 35px;
    padding-left: 0;
}
.rtl .part2-h42 .bn-slider42.bottom .text-bn42b .elementor-star-rating__wrapper {
    display: flex;
}
.rtl .part2-h42 .bn-slider42.bottom .elementor-col-50.right .elementor-widget-text-editor .elementor-widget-container {
    padding: 60px 28px;
}
.rtl .elementor-section.elementor-section-stretched.part3-h42,
.rtl .elementor-section.elementor-section-stretched.ft-top-h42,
.rtl .elementor-section.elementor-section-stretched.footer-bottom-h26.h42 {
    right: -15.5px !important;
}
.rtl footer#colophon .ft-top-h42 .info-com ul li {
    text-align: center;
}
.rtl .ft-top-h42 .footer-center-h26 .elementor-column.footer1b .elementor-widget-wrap .elementor-widget-image {
    text-align: center;
}
.rtl .footer-center-h26 .part2 .elementor-column.footer1b {
    text-align: center;
}
.rtl .ft-top-h42 .footer-center-h26.h33 .text1 h2 {
    text-align: center;
}
.rtl .elementor-section.elementor-section-stretched.part1-h42 {
    right: -15.5px !important;
}
.rtl .element-header-layout43 .container-gifts .logo-wrapper {
    text-align: center;
}
.rtl .element-header-layout43 .container-gifts > div {
    width: auto;
}
.rtl .element-header-layout43 .container-gifts .nav-right {
    margin-right: 0;
}
.rtl .element-header-layout43 .container-gifts .nav-right .ftc-shop-cart {
    margin-left: 0;
}
.rtl .elementor-section.elementor-section-stretched.part1-h43,
.rtl .elementor-section.elementor-section-stretched.part2-h43 {
    right: -15.5px !important;
}
.rtl .part1-h43 .top .left .ftc-image-content {
    transform: translateX(100px) translateY(0px) rotate(-90deg);
    left: 0;
    right: -30px;
}
.rtl .part1-h43 .right .elementor-image .ftc-image-content {
    left: 25%;
}
.rtl .ft-Middle-14.h15 .pay {
    text-align: center;
}
.rtl .slider17.slider-h20 rs-module-wrap {
    left: 0px !important;
}
.rtl .slider17.slider-h20,
.rtl .sale_products.home10.home14.h20,
.rtl .sale_products.home10.home14.h18 {
    left: 0px !important;
}
.rtl .ftc-footer .ft-bottom-10.home11 .copy-com {
    text-align: center;
}
.rtl .elementor-section.elementor-section-stretched.part1-h35,
.rtl .elementor-section.elementor-section-stretched.part2-h35,
.rtl .elementor-section.elementor-section-stretched.part3-h35,
.rtl .elementor-section.elementor-section-stretched.part8-h34.h35,
.rtl .elementor-section.elementor-section-stretched.part4-h35,
.rtl .elementor-section.elementor-section-stretched.part5-h35,
.rtl .elementor-section.elementor-section-stretched.part6-h35,
.rtl .elementor-section.elementor-section-stretched.footer-h35 {
    right: -15.5px !important;
}
.rtl .part4-h35 .elementor-col-50.right .elementor-widget-container {
    padding-left: 0;
    padding-right: 0;
}
.rtl .part4-h35 .top.elementor-widget-text-editor {
    left: 50%;
    top: 130px;
}
.rtl .part4-h35 .bottom.elementor-widget-text-editor {
    left: 50%;
    bottom: 130px;
}
.rtl .part4-h35 .top.elementor-widget-text-editor h3, 
.rtl .part4-h35 .bottom.elementor-widget-text-editor h1 {
    text-align: center;
}
.rtl .elementor-section.elementor-section-stretched.part1-h37 {
    right: -15.5px !important;
}
.rtl .part4-h37 .elementor-col-50.left,
.rtl .part4-h37 .elementor-col-50.right {
    padding-right: 0px;
    padding-left: 0;
}
.rtl .part3-h38 .elementor-col-50.left .elementor-widget-container {
    padding-left: 50px;
}
.rtl .part3-h38 .elementor-col-50.right .elementor-widget-container {
    padding-left: 0px;
}
.rtl .elementor-section.elementor-section-stretched.part2-h37,
.rtl .elementor-section.elementor-section-stretched.part3-h38, 
.rtl .elementor-section.elementor-section-stretched.part4-h38,
.rtl .elementor-section.elementor-section-stretched.ft-center-h33.home38,
.rtl .elementor-section.elementor-section-stretched.footer-bottom-h26.h38 {
    right: -15.5px !important;
}
.rtl .part1-h38 rs-module-wrap {
    left: -3px !important;
}
.rtl .elementor-section.elementor-section-stretched.part1-h39,
.rtl .elementor-section.elementor-section-stretched.part2-h39,
.rtl .elementor-section.elementor-section-stretched.part3-h39,
.rtl .elementor-section.elementor-section-stretched.part4-h39,
.rtl .elementor-section.elementor-section-stretched.part5-h39,
.rtl .elementor-section.elementor-section-stretched.contact-h32.h39 {
    right: -15.5px !important;
}
.rtl .contact-h32.h39 .footer-top-h26 .ft-text .elementor-text-editor p {
    text-align: center;
}
.rtl .elementor-section.elementor-section-stretched.part1-h40 {
    right: -15.5px !important;
}
.rtl .element-header-layout40 .header-content .header-bottom .mobile-button {
    margin-right: 5px;
}
.rtl footer#colophon .ft-center-h33.h40 .footer1b .info-company li {
    text-align: right;
}
.rtl .ft-top-h42 .part2 .ftc-element-logo .description-logo {
    margin-left: 20px;
    margin-right: 0px;
}
.rtl .part4-h44 .elementor-col-50.right {
    padding-right: 0px;
    padding-left: 100px;
}
.rtl .elementor-section.elementor-section-stretched.part1-h44,
.rtl .elementor-section.elementor-section-stretched.part3-h44,
.rtl .elementor-section.elementor-section-stretched.part4-h44,
.rtl .elementor-section.elementor-section-stretched.part5-h43,
.rtl .elementor-section.elementor-section-stretched.footer-top44,
.rtl .elementor-section.elementor-section-stretched.footer-center44,
.rtl .elementor-section.elementor-section-stretched.footer-bottom44 {
    right: -15.5px !important;
}
.rtl .part1-h44 rs-module-wrap {
    left: 0px !important;
}
.rtl .element-header-layout44 .container-gifts .nav-right .ftc-shop-cart {
    margin-left: 0;
}
.rtl .part4-h44 .elementor-col-50.left .bottom.elementor-widget-image {
    left: 50%;
    width: -webkit-fill-available;
}
.rtl .part4-h44 .elementor-col-50.right .conten1 {
    padding-left: 50px;
    padding-right: 50px;
}
.rtl .part5-h44 .elementor-col-50.left,
.rtl .part5-h44 .elementor-col-50.right {
    padding-right: 0px;
    padding-left: 0;
}
.rtl .footer-center44 .left .elementor-widget-wrap .icon .elementor-social-icons-wrapper {
    text-align: center;
}
.rtl .elementor-section.elementor-section-stretched.part1-h46, 
.rtl .elementor-section.elementor-section-stretched.part2-h46, 
.rtl .elementor-section.elementor-section-stretched.part3-h46, 
.rtl .elementor-section.elementor-section-stretched.part5-h46, 
.rtl .elementor-section.elementor-section-stretched.part6-h46, 
.rtl .elementor-section.elementor-section-stretched.footer-center44.home46 {
    right: -15.5px !important;
}
.rtl .footer-center44.home46 .elementor-col-50.left .elementor-widget-ftc_logo .image-logo {
    margin-left: auto;
    margin-right: auto;
}
.rtl .top-home11, 
.rtl .ft-bottom-10.home11 {
    left: 0.5px !important;
}
.rtl .about-3.h18 {
    display: block;
}
.rtl .slider-h20 .banner-17 .left {
    margin-left: 0;
    margin-right: 0;
}









}


@media only screen and (max-width: 767px){
.rtl .slider-next rs-module-wrap {
    left: -15px !important;
}
.rtl .ftc-footer .elementor-pay .copy-com {
    text-align: center;
}
.rtl .elementor-section.elementor-section-stretched.map-elementor-h1, 
.rtl .elementor-section.elementor-section-stretched.elementor-product-h1 {
    right: -15px !important;
}
.rtl .elementor-product-h1 .left-1a, 
.rtl .elementor-product-h1 .right.row2 {
    padding-right: 15px;
    padding-left: 15px;
}
.rtl .elementor-product-h1 .right.row1, 
.rtl .elementor-product-h1 .left-1b {
    padding-left: 15px;
    padding-right: 15px;
}
.rtl .elementor-section.elementor-section-stretched {
    right: -15px !important;
}
.rtl .elmentor-image-h1 .left {
    padding-left: 0;
}
.rtl .elmentor-image-h1 .right {
    padding-right: 0;
}
.rtl .elementor-h1-bottom .elementor-pay .right .elementor-widget-container {
    text-align: center;
}
.rtl .map-elementor-h1 .map {
    right: 8%;
}
.rtl .header-layout1 .header-nav .is-sticky .header-content-sticky > .container {
    display: flex;
}



/*home2*/
.rtl .product_deals_slider.header_2 .woocommerce .product .item-description {
    width: 100%;
}
.rtl .elementor-section.elementor-section-stretched.elementor-h1-top {
    right: -15px !important;
}
.rtl .slider_blog2 .ftc-sb-blogs article {
    display: block;
}
.rtl .slider_blog2 .ftc-sb-blogs article .post-info .main-content-blog {
    width: 80%;
    margin-right: 0;
    margin-left: 0;
}
.rtl .slider_blog2 .ftc-sb-blogs article .post-info .entry-date {
    margin-left: 20px;
    margin-top: 17px;
    margin-right: 0;
    float: right;
    left: auto;
    right: 0;
}
.rtl .slider_blog2 .ftc-sb-blogs article .post-info .main-content-blog {
    float: left;
    text-align: right;
}
.rtl .slider_blog2 .ftc-sb-blogs article .post-info .entry-date {
    top: 0;
}



.rtl .slider_blog1 .blogs article .post-info .main-content-blog {
    margin-right: 70px;
    margin-left: 0;
}
.rtl .elementor-h1-top .right .elementor-widget-wrap {
    margin-left: 0;
    margin-right: 0;
}
.rtl .elementor-h1-top .right .elementor-element.elementor-widget-text-editor {
    margin-right: 0;
    margin-left: 30px;
}
.rtl .product_deals_slider .item-description .short-description {
    text-align: center;
}



.rtl .brand-home {
    display: block;
}
.rtl .footer-bottom-home5 {
    display: block;
}
.rtl .footer-bottom-home5 .wpb_single_image.vc_align_right {
    text-align: center;
}
.rtl .text_description {
    display: block;
}
.rtl .text_description .wpb_single_image.vc_align_left {
    text-align: center;
}



/*home7*/
.rtl .testimonial-home5.home7 {
    left: 0px !important;
}

.rtl .choose-us h3, 
.rtl .choose-us p.pick-us, 
.rtl .choose-us .wpb_single_image.vc_align_left {
    text-align: center;
}
.rtl .blog-home.home5.home7 {
    left: 0px !important;
}
.rtl .instagram-h14 ul.ftc-gallery-instagram {
    display: inline-block;
}
.rtl .instagram-h14.h16 ul.ftc-gallery-instagram {
    display: flex;
}
.rtl .slider17 .grup1 {
    left: 485px !important;
}
.rtl .bn17 .text-p17a {
    right: auto;
    left: 0;
    width: 100%;
}
.rtl .slider18 .right {
    transform: translateX(0%) translateY(0%) rotate(0deg);
    left: 0;
}
.rtl .slider18a rs-module-wrap {
    left: 2px !important;
}
.rtl .slider17 rs-module-wrap {
    left: -15px !important;
}
.rtl .part1-h21 rs-module-wrap {
    left: 0px !important;
}
.rtl .bn1-text-h24 .elementor-widget-container {
    margin-left: 0;
    margin-right: 0;
}
.rtl .footer-bot-23 .elementor-image {
    text-align: center;
}
.rtl .ft-icon-h4 .elementor-widget-wrap .right {
    margin-left: auto;
}
.rtl .ft-top-gifts-h4 .ft-icon-h4 .elementor-column-wrap .elementor-widget-wrap {
    display: table;
}
.rtl .slider-gifts-h5 rs-module-wrap {
    left: 0px !important;
}
.rtl .banner-h26-top .left.elementor-col-50,
.rtl .banner-h26-top .right.elementor-col-50 {
    padding-right: 0;
    padding-left: 0;
}
.rtl .elementor-section.elementor-section-stretched.elementor-h27, 
.rtl .elementor-section.elementor-section-stretched.footer-h27 {
    right: -15px !important;
}
.rtl .button-h30 .elementor-row .elementor-col-50:last-child .elementor-element-populated {
    margin-right: 0;
}
.rtl .slider-h31 rs-module-wrap {
    left: 0px !important;
}
.rtl .part6-h41 .elementor-col-25 .elementor-image-box-img {
    margin-left: 20px !important;
    margin-right: 0px !important;
}
.rtl .test-home5 .text-deal {
    width: 100%;
}
.rtl .test-home5 .deal-product-1 .owl-nav .owl-prev, 
.rtl .test-home5 .deal-product-1 .owl-nav .owl-next {
    right: 50%;
    left: auto;
    margin-left: 0;
    transform: translate(50%);
}
.rtl .part2-h42 .bn-slider42.bottom .text-bn42b .icon-text {
    display: table;
    margin: 0 auto;
}
.rtl .part2-h42 .bn-slider42.bottom .elementor-col-50.right .elementor-widget-text-editor {
    padding: 0;
}
.rtl .elementor-section.elementor-section-stretched.ft-top-h42,
.rtl .elementor-section.elementor-section-stretched.footer-bottom-h26.h42 {
    right: -15px !important;
}
.rtl .part3-h43 .top .elementor-col-50.right {
    padding: 0;
}
.rtl .part3-h43 .right .text-center .elementor-text-editor {
    text-align: center;
}
.rtl .element-header-layout35 {
    padding: 10px 0;
    padding-left: 0;
}
.rtl .elementor-section.elementor-section-stretched.part1-h35, 
.rtl .elementor-section.elementor-section-stretched.part2-h35, 
.rtl .elementor-section.elementor-section-stretched.part3-h35, 
.rtl .elementor-section.elementor-section-stretched.part8-h34.h35, 
.rtl .elementor-section.elementor-section-stretched.part4-h35, 
.rtl .elementor-section.elementor-section-stretched.part5-h35, 
.rtl .elementor-section.elementor-section-stretched.part6-h35, 
.rtl .elementor-section.elementor-section-stretched.footer-h35 {
    right: -15px !important;
}
.rtl .ft-bottom-h36 .elementor-col-33.left .elementor-widget-container,
.rtl .ft-bottom-h36 .elementor-col-33.right .elementor-widget-image,
.rtl .ft-bottom-h36 .elementor-col-33.center .elementor-widget-text-editor .copy-com {
    text-align: center;
}
.rtl .part6-h37.elementor-element,
.rtl .part6-h37 .elementor-col-33.left .elementor-widget-container {
    padding-left: 0;
    padding-right: 0;
}
.rtl .part1-h38 rs-module-wrap {
    left: 0px !important;
}
.rtl .part3-h38 .elementor-col-50.left .elementor-widget-container .elementor-image-box-wrapper,
.rtl .part3-h38 .elementor-col-50.left .elementor-image-box-content,
.rtl .part3-h38 .elementor-col-50.right .elementor-widget-container {
    text-align: center;
}
.rtl .part3-h38 .elementor-col-50.left .elementor-widget-container {
    padding-left: 0;
}
.rtl .elementor-section.elementor-section-stretched.ft-center-h33.home38, 
.rtl .elementor-section.elementor-section-stretched.footer-bottom-h26.h38 {
    right: -15px !important;
}
.rtl .part4-h38 .elementor-col-50 .elementor-widget-text-editor .elementor-widget-container {
    margin-right: 0;
    margin-left: 0;
}
.rtl .part3-h39 .elementor-col-50.right .elementor-column-wrap.elementor-element-populated {
    margin-right: 0;
}
.rtl .elementor-section-wrap .part4-h39 .elementor-col-50.left > .elementor-column-wrap {
    padding-right: 15px !important;
    border: 0;
}
.rtl .elementor-section-wrap .part4-h39 .elementor-col-50.right > .elementor-column-wrap {
    padding-left: 15px !important;
    border: 0;
}
.rtl .elementor-section.elementor-section-stretched.part1-h39, 
.rtl .elementor-section.elementor-section-stretched.part2-h39, 
.rtl .elementor-section.elementor-section-stretched.part3-h39, 
.rtl .elementor-section.elementor-section-stretched.part4-h39, 
.rtl .elementor-section.elementor-section-stretched.part5-h39, 
.rtl .elementor-section.elementor-section-stretched.contact-h32.h39 {
    right: -15px !important;
}
.rtl .part3-h40 .elementor-col-50.left {
    padding-left: 0;
}
.rtl .part3-h40 .elementor-col-50.right {
    padding-right: 0;
}
.rtl .ft-center-h33.h40 .footer1a .elementor-widget-container {
    margin-left: 0;
}
.rtl .ft-center-h33.h40 .footer1a .elementor-widget-text-editor, 
.rtl .ft-center-h33.h40 .text1.elementor-widget-heading, 
.rtl .ft-center-h33.h40 .footer1b .elementor-widget-text-editor,
.rtl footer#colophon .ft-center-h33.h40 .footer1b .info-company li {
    text-align: center;
}
.rtl .part3-h41 .elementor-col-50.left,
.rtl .part3-h41 .elementor-col-50.right {
    padding-right: 0px;
    padding-left: 0;
}
.rtl .ft-top-h42 .part2 .ftc-element-logo .description-logo {
    margin-left: 0;
    margin-right: 0px;
}
.rtl .part4-h45 .elementor-col-33.center .conten1 {
    padding: 0 100px;
}
.rtl .part4-h45 .elementor-col-33.center .conten1 .elementor-image-box-wrapper {
    text-align: right;
}
.rtl .footer-center44 .left .elementor-widget-wrap .icon .elementor-social-icons-wrapper,
.rtl .footer-center44 .elementor-col-50.right .elementor-col-33 .elementor-widget-image {
    text-align: center;
}
.rtl .part5-h44 .elementor-col-50.left,
.rtl .part5-h44 .elementor-col-50.right {
    padding-right: 0px;
    padding-left: 0;
}
.rtl .part3-h44 .banner-img .elementor-row .elementor-col-50.left .elementor-widget-container,
.rtl .part3-h44 .banner-img .elementor-row .elementor-col-50.right .elementor-widget-container {
    text-align: center;
}
.rtl .part3-h44 .banner-img .elementor-row .elementor-col-50.left,
.rtl .part3-h44 .banner-img .elementor-row .elementor-col-50.right {
    padding-left: 15px;
    padding-right: 15px;
}
.rtl .part4-h44 .elementor-col-50.left .bottom.elementor-widget-image {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0%);
    position: relative;
    width: -webkit-fill-available;
}
.rtl .part1-h46 .elementor-col-50.left,
.rtl .part1-h46 .elementor-col-50.right {
    padding-right: 0px;
    padding-left: 0;
}
.rtl .elementor-section.elementor-section-stretched.part1-h46, 
.rtl .elementor-section.elementor-section-stretched.part2-h46,
.rtl .elementor-section.elementor-section-stretched.part3-h46, 
.rtl .elementor-section.elementor-section-stretched.part5-h46, 
.rtl .elementor-section.elementor-section-stretched.part6-h46, 
.rtl .elementor-section.elementor-section-stretched.footer-center44.home46 {
    right: -15.5px !important;
}
.rtl .footer-center44.home46 .right .copy-com.copy-com26 {
    text-align: center;
}
.rtl .ftc-footer .footer-h27 .copy-com,
.rtl .ftc-footer .footer-center-h28 .copy-com,
.rtl .ftc-footer .ft-bottom-h30 .copy-com {
    text-align: center;
}
.rtl .part1-h43 .right .elementor-image .ftc-image-content {
    left: 50%;
}
.rtl .footer-center44 form .mc4wp-form-fields .subscribe-widget .email3 input.subscribe-input {
    text-align: center;
}
.rtl .part3-h38 .elementor-col-50.right .elementor-widget-container {
    padding: 0;
}
.rtl .Newsletter-home10 {
    left: 0 !important;
}
.rtl .ftc-footer .ft-bottom-10.home12 .copy-com {
    text-align: center;
}







}



@media only screen and (max-width: 480px){
.rtl .respon_footer .elementor-column .elementor-widget-heading .elementor-heading-title i {
    margin-left: 0;
    margin-right: 15px;
}
.rtl .map-elementor-h1 .map {
    right: 2%;
}
.rtl .elementor-product-h1 .bottom {
    padding: 0;
}
.rtl .elementor-h1-top .right .elementor-social-icons-wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
}
.rtl .elementor-h1-top .right .elementor-element.elementor-widget-text-editor {
    margin-right: 0px;
    margin-left: 10px;
}
.rtl .elementor-h1-top .right .elementor-widget-wrap {
    margin-left: 0;
    margin-right: 0;
}
.rtl .elementor-h1-bottom .ft-gifts-modern-h3 .row2 .ftc-product-widget .product {
    text-align: right;
}
.rtl .header-layout1 .header-nav .is-sticky .header-content-sticky > .container {
    display: flex;
}



/*home2*/
.rtl .ft-gifts-modern-h3 .Instagram-elementor-h1 {
    padding-right: 0;
    padding-left: 0;
}



.rtl .choose-us .wpb_column.vc_column_container.vc_col-sm-7 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.rtl .choose-us h3, 
.rtl .choose-us p.pick-us, 
.rtl .choose-us .wpb_single_image.vc_align_left {
    text-align: center;
}


/*home7*/
.rtl .text-pro-h7 {
    left: 0px !important;
}
.rtl .double-img {
    display: inline-block;
}
.rtl .img-home8 {
    display: inline-block;
    left: 0 !important;
}
.rtl .slider_h9 rs-module-wrap {
    left: -15px !important;
}
.rtl .banner_9 {
    display: block;
}
.rtl .banner_home92 .banner-09 {
    text-align: center;
}
.rtl .slider_blog1.blog9 .blogs .excerpt {
    text-align: center;
}
.rtl .footer-middle .ft-Middle-9 .top_rate ul li {
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.rtl .footer-middle .ft-Middle-9 .top_rate ul li .left a {
    margin-right: 20px;
    margin-left: 0;
}
.rtl .ft-Middle-9 .recent_post ul li {
    display: table;
    margin: 0 auto;
}
.rtl .ft-Middle-9 .recent_post {
    margin-left: 0;
}
.rtl .ft-bottom-9 {
    left: 0px !important;
}
.rtl .instagram_home10 .ftc-gallery-instagram.columns-6 .images:last-child {
    margin-right: 0px;
}
.rtl .instagram_home10 .ftc-gallery-instagram.columns-6 .images:first-child {
    margin-right: 15px;
}
.rtl .ft-Middle-11 .recent_post ul li {
    margin-left: 0;
}
.rtl .single_image {
    display: inline-block;
}
.rtl .product_deals_slider.h14 .item-image {
    margin: 0px !important;
}
.rtl .slider_blog1 .blogs article .post-info .main-content-blog {
    margin-right: 0;
}
.rtl .slider_blog1.h14 .blogs article .post-info .entry-date {
    right: 0;
}
.rtl .ftc-footer .ft-Middle-14 ul.icon {
    display: inline-block;
}
.ft-Middle-14 ul.icon li:last-child .fa {
    margin-right: 5px;
}
.ft-Middle-14.h15 {
    left: 0px !important;
}
.rtl .instagram-h14.h16 .ftc-gallery-instagram .images:first-child {
    margin-right: 8px;
}
.rtl .ft-Middle-14.h15 .img-h16 {
    margin-left: -5px;
}
.rtl .slider17 .grup1 {
    left: 380px !important;
}
.rtl .bn17 .text-p17a {
    transform: inherit;
}
.rtl .bn18 .banner-17 .wpb_wrapper {
    text-align: center;
}
.rtl .about-3.h18 {
    display: inline-block;
}
.rtl .slider_blog1.h20 .meta-slider .blogs .owl-dots {
    position: absolute;
}
.rtl .testi-full-h8 .testimonial-content {
    margin-right: 0;
}
.rtl .pro-banner-giftsh3 .product-h3-gifts .ftc-product-tabs .owl-dots {
    left: auto;
    right: 50%;
    transform: translateX(50%);
}
.rtl .blogs-giftsH1 .left.home3 .blogs-slider.style_2 .inner-wrap .post-text {
    padding-right: 0;
    padding-left: 0px;
}
.rtl .blogs-giftsH1 .elementor-column.elementor-col-50 .right .blogs-slider .post-text a.ftc-readmore {
    margin-left: 50px;
    margin-right: 0;
}
.rtl .blogs-slider.style_1 .blogs-slider .inner-wrap .post-text a.ftc-readmore:after {
    margin-left: 0;
    margin-right: 10px;
}
.rtl .bn1-text-h24 .elementor-widget-container {
    margin-left: 0;
    margin-right: 0;
}
.rtl .product-element-24 .ftc-product-tabs .tabs-wrapper {
    text-align: center;
}
.rtl .sv-h4 .elementor-col-33 {
    margin-right: 0px;
    margin-left: 0;
}
.rtl .blog-h4 .ftc-elements-blogs.style_2 .ftc-blogs:nth-child(2n+1) > .inner-wrap > a,
.rtl .blog-h4 .ftc-elements-blogs.style_2 .ftc-blogs:nth-child(2n+2) > .inner-wrap > a {
    margin-right: 0px;
    margin-left: 0;
}
.rtl .elementor-section.elementor-section-stretched.ele-slider-h26, 
.rtl .elementor-section.elementor-section-stretched.product-h26 {
    right: -14.5px !important;
}
.rtl .footer-top-h26 .left .center h2 {
    padding-left: 0;
}
.rtl .footer-h27 .footer-top-h26 .right {
    padding-left: 0;
}
.rtl .elementor-blog-h28 .right .blog-right, 
.rtl .elementor-blog-h28 .elementor-col-50.right,
.rtl .elementor-blog-h28 .elementor-col-50.left, 
.rtl .elementor-blog-h28 .right .img-blogs {
    padding-left: 0px;
    padding-right: 0;
}
.rtl .element-header-layout33 .text-right1 .header-top-h33 .header-left, 
.rtl .element-header-layout34 .text-right1 .header-top-h33 .header-left {
    text-align: center;
}
.rtl .part1-h41 rs-module-wrap {
    left: 0px !important;
}
.rtl .part3-h41 .elementor-col-50.left,
.rtl .part3-h41 .elementor-col-50.right {
    padding-right: 0px;
    padding-left: 0;
}
.rtl .part5-h41 .shop-now41b {
    left: 0;
    transform: translate(-50%);
}
.rtl .product-special .woocommerce .products .product {
    border-left: 1px solid #e5e5e5;
}
.rtl .product-special.home7 .woocommerce .products.owl-carousel.owl-loaded.owl-drag::before {
	display: none;
}
.rtl .top-home11, 
.rtl .ft-bottom-10.home11 {
    left: 0px !important;
}
.rtl footer#colophon .widget .ft-Middle-11 .recent_post ul li {
    text-align: right;
    display: table;
    margin-right: 35px;
}
.rtl .ftc-footer .ft-Middle-11 .recent_post li p.info {
    text-align: right;
}
.rtl .ft-bottom-10.home12 {
    left: 0px !important;
}
.rtl .footer-top .ft_lookbook .subscribe-email {
    margin-right: 0;
}
.rtl .footer-top .ft_lookbook .vc_col-sm-4 {
    padding-left: 0px !important;
}
.rtl .footer-top .ft_lookbook .vc_col-sm-4 .icon li:first-child {
    margin-left: 0;
}
.rtl footer#colophon .widget .ft_lookbook .recent_post ul li {
    text-align: right;
    margin-left: 0;
    margin-right: 40px;
}
.rtl .ft_lookbook .recent_post ul li p.info {
    float: right;
}
.rtl .footer-h43 .elementor-col-25 .elementor-widget-image {
    text-align: center;
}
.rtl .part3-h43 .right ul.elementor-icon-list-items li:first-child {
    margin-right: 20px;
}
.rtl .part1-h43 .right .elementor-image .ftc-image-content {
    left: 50%;
}
.rtl .part1-h43 .bottom .ftc-image-content {
    right: auto;
    left: 50%;
}
.rtl .part1-h43 .top .left .ftc-image-content {
    transform: translateX(-50%) translateY(50%) rotate(
0deg);
    left: 50%;
    right: auto;
}
.rtl .product17 .woocommerce .products .product .item-description h3.product-name {
    text-align: right;
}
.rtl .slider18,
.rtl .brand18,
.rtl .slider17.slider-h20, 
.rtl .sale_products.home10.home14.h20, 
.rtl .sale_products.home10.home14.h18 {
    left: 0px !important;
}
.rtl .slider-h20 .banner-17 .left {
    margin-right: 0;
}
.rtl .slider-h2 .text2-slider-h23 .rs-parallax-wrap .text-slider-h23 {
    text-align: center !important;
}
.rtl .with-home30 .footer-top-h26 .right .elementor-widget-wrap {
    padding-left: 0;
    padding-right: 0;
}
.rtl .ft-top-h33 .footer-top-h26 .right .elementor-widget-wrap {
    padding-left: 0px;
    padding-right: 0;
}
.rtl .footer-top-h34 .footer-top-h26 .right .elementor-widget-wrap {
    padding-right: 0;
}
.rtl .part4-h35 .top.elementor-widget-text-editor {
    top: 65px;
}
.rtl .part4-h35 .bottom.elementor-widget-text-editor {
    bottom: 65px;
}
.rtl .element-header-layout36 .text-right1 .social-icons-h32 a.elementor-social-icon-facebook {
    margin-left: 30px;
}
.rtl .ftc_products_slider.style_11 .woocommerce .product .item-description h3 {
    text-align: right;
}
.rtl .ft-top-h33.h37 .footer-top-h26 .right .text {
    padding-right: 0;
    padding-left: 40px;
}
.rtl .ft-center-h33.home38 .footer-top-h26.h33 .left .center h2 {
    padding-left: 0;
}
.rtl .ft-center-h33.home38 .footer-top-h26 .right .elementor-widget-wrap {
    padding-right: 0;
}
.rtl .ftc_products_slider.style_14 .product .item-description span.price {
    right: auto;
    left: auto;
}
.rtl .ftc_products_slider.style_14 .post .group-button-product {
    left: 50%;
}
.rtl .ftc_products_slider.style_14 .product .item-description .star-rating {
    margin-left: auto;
    margin-right: auto;
}
.rtl .footer-bottom-h26.h42 .copy-com.copy-com26 {
    text-align: center;
}
.rtl .footer-bottom-h26.h42 .right .elementor-social-icons-wrapper {
    text-align: center;
}
.rtl .ftc-footer .elementor-pay .copy-com {
    text-align: center;
}
.rtl .part3-h45 .elementor-col-33.center .text3 .elementor-text-editor,
.rtl .part2-h44.home45 .text3 .elementor-text-editor {
    text-align: center;
}
.rtl .part4-h45 .elementor-col-33.left .elementor-widget-image.bottom {
    right: auto;
    left: auto;
    width: 100%;
    transform: inherit;
    text-align: center;
}
.rtl .part4-h45 .elementor-col-33.center .conten1 {
    padding: 0 15px;
}
.rtl .part4-h45 .elementor-col-33.center .conten1 .elementor-image-box-content {
    margin-left: 0;
    margin-right: 20px;
}
.rtl .footer-top .lookbook .subscribe-email {
    margin-left: 0;
    margin-right: 0;
}
.rtl .footer-top .lookbook .vc_col-sm-4 {
    padding-right: 10px !important;
    padding-left: 0px !important;
}
.rtl .part6-h37 .elementor-col-33.center .elementor-widget-container {
    padding-left: 0px;
    padding-right: 0;
}
.rtl .part4-h44 .elementor-col-50.right {
    padding: 0 15px;
}
.rtl .part4-h44 .elementor-col-50.right .conten1,
.rtl .part4-h44 .elementor-col-50.right .elementor-widget-wrap {
    padding-left: 0px;
    padding-right: 0;
}
.rtl .part4-h44 .elementor-col-50.right .conten1 .elementor-image-box-content {
    margin-left: 0;
    margin-right: 10px;
}





}