/*
 Theme Name:   wedame
 Theme URI:    https://demos.codezeel.com/wordpress/WP02/WP028/
 Description:  A child theme of Codezeel theme.
 Author:       Basetheme
 Author URI:   #
 Template:     basetheme
 Version:      1.0.0
 Requires at least: 5.2
 Tested up to: 6.0
 Requires PHP: 7.0
 Text Domain: wedame
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* body.page:not(.home) .content-area {
	margin-top: 7.5rem;
	margin-bottom: 7.5rem;
} */
body:not(.home).transparent-header #masthead {
	background-image: url(assets/images/breadcrum.jpg);
	background-position: center;
	background-color: #6a6a68;
}
@media screen and (max-width: 767px){
	body .thebase-breadcrumbs {
		margin: 0.3em 0;
	}
}
.item-is-stuck {
	box-shadow: 0px -20px 30px 6px #000;
	-moz-box-shadow: 0px -20px 30px 6px #000;
	-webkit-box-shadow: 0px -20px 30px 6px #666;
}
/* breadcum */
@media screen and (min-width: 767px){
body .entry-hero header.entry-header h1,body .entry-hero header.entry-header .extra-title {
	display: inline-block;
}
body .entry-hero header.entry-header .thebase-breadcrumbs,body .thebase-breadcrumb-container {
	float: right;
}
body .entry-hero header.entry-header {
	display: block !important;
	text-align: left !important;
	padding: 50px 0;
}
}
/* Gallery css */
body .gallery {margin: 0;}
.basic-gallery-banner .gallery-item {
	padding: 0 15px;
}
.basic-gallery-banner .gallery {
	margin: 0 -15px;
}
/* footer */
.site-info-inner .wp-block-group ul li {
	margin-bottom: 10px;
	display: block;
	list-style: none;
}
.wp-block-group.footer-desc {
	padding-inline-end: 12em;
}
.footer-widget-area .widget_block p {margin: 0 0 10px;}
.footer-widget-area .widget_block p.contact-title {
	margin: 0 0 5px;
}
.price_label {
	display: inline-block;
	padding: 10px 0 0;
	width: 100%;
	text-align: left;
	font-weight: 400;
}
.woocommerce.widget_price_filter .price_slider_amount {
	margin-top: 1.5em;
}
.site-info-inner .wp-block-group ul {margin:0;padding:0;} 
.site-top-footer-inner-wrap .widget-area h3 {	margin-bottom: 35px;}
.site-info-inner .wp-block-group .wp-block-image > img {margin-bottom: 30px;}

/* Brand */
.brand-img .swiper-slide-inner:hover .swiper-slide-image {
	background: none;
	transform: none;
	transition: none;
}
.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: auto;
}
/* about */
.about-us-button .elementor-button-wrapper .elementor-button, .about-us-button .elementor-button-wrapper .elementor-button:hover {
	background-color: transparent;
}
.about-us-1 .img-banner::before, .about-us-2 .img-banner::before, .cms-banner .img-banner::before{
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.about-us-1 .img-banner:hover::before, .about-us-2 .img-banner:hover::before,  .cms-banner .img-banner:hover::before{
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
.about-us-1 .img-banner, .about-us-2 .img-banner, .cms-banner .img-banner{
	position: relative;
	overflow: hidden;
}
@-webkit-keyframes shine {
	100% {
	left: 125%;
	}
	}
	@keyframes shine {
	100% {
	left: 125%;
	}
	}
/* contact form */
.wpcf7-form > div {margin-block: 12px;}
.wpcf7-form .contact-col {
	display: flex;
	column-gap: 30px;
}
.wpcf7-form label {
	padding-block: 5px 5px;
	display: block;
	text-transform: capitalize;
}
.wpcf7-form-control-wrap {width: auto;flex: auto;}
.wpcf7 .wpcf7-form-control-wrap input {width: 100%;}
.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea{height:160px;}
.wpcf7 .wpcf7-submit, .wpcf7 input {display: block;width: 100%;}

/* blog page */
/* .blog .thebase-svg-iconset {display: none;} */
.wp-block-search .wp-block-search__label {display: none;}
body .wp-block-latest-posts__post-author, body .wp-block-latest-posts__post-date {
	color: var(--global-palette5);
}
input::placeholder {
	color: var(--global-palette5);
}
/* common css */
body *{
    --global-gray-400: #e5e5e5;
    --global-gray-500: #aaaaaa;
	--global-xs-spacing: 1em;
    --global-sm-spacing: 1.875rem;
    --global-md-spacing: 2rem;
    --global-lg-spacing: 2.5em;
    --global-xl-spacing: 3.5em;
    --global-xxl-spacing: 4rem;
    --global-boxed-spacing: 2rem;
}
body input[type="text"], 
body input[type="email"],
body input[type="url"], 
body input[type="password"],
body input[type="search"], 
body input[type="number"], 
body input[type="tel"], 
body input[type="range"], 
body input[type="date"], 
body input[type="month"], 
body input[type="week"], 
body input[type="time"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="color"], 
body textarea {
	-webkit-appearance: none;
	color: var(--global-palette5);
	border: 1px solid var(--global-gray-400);
	border-radius: 0;
	padding: 0.70em;
	max-width: 100%;
	background: var(--global-palette9);
	box-shadow: none;
}
body input[type="text"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="password"]:focus, 
body input[type="search"]:focus,
body input[type="number"]:focus,
body input[type="tel"]:focus,
body input[type="range"]:focus,
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="week"]:focus,
body input[type="time"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus,
body input[type="color"]:focus, 
body textarea:focus {
	color: var(--global-palette5);
	border-color:var(--global-gray-400);
	outline: 0;
	box-shadow: none;
}
body .woocommerce form.login, body .woocommerce form.checkout_coupon, body .woocommerce form.register{border:1px solid var(--global-gray-400);border-radius: 0;}
body .woocommerce form .form-row label {
	line-height: 2.4;
	font-weight: inherit;
	color: var(--global-palette5);
	font-size:inherit;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: inline-block;
	vertical-align: text-top;
}
.woocommerce-page.woocommerce-cart table.cart .coupon .button:not(:hover), .woocommerce-page.woocommerce-checkout table.cart .coupon .button:not(:hover), .woocommerce-page #add_payment_method table.cart .coupon .button:not(:hover), .woocommerce-page.woocommerce-cart table.cart td.actions .button:disabled, .woocommerce-page.woocommerce-checkout table.cart td.actions .button:disabled, .woocommerce-page #add_payment_method table.cart td.actions .button:disabled {
	background: var(--global-palette-btn-bg);
	color: var(--global-palette9);
}
#add_payment_method .cart-collaterals, .woocommerce-cart .cart-collaterals, .woocommerce-checkout .cart-collaterals {
	background: var(--global-palette7);
	padding: 30px;
}
.woocommerce-cart .woocommerce table.shop_table td, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals tr td {
	border-top: 1px solid var(--global-gray-400);
	padding: 15px 12px;
}
body .woocommerce .cart-empty.woocommerce-info {
	color: var(--global-palette5);
}
/* button */
body .woocommerce form .form-row .button{padding:15px 27px;}
.woocommerce-privacy-policy-text {margin-bottom: 20px;}
/* sidebar */
body .wp-block-search .wp-block-search__button {
	border: none;
	color: var(--global-palette9);
	background: var(--global-palette1);
	font-size: 14px;
	line-height: 1.4em;
	padding: 15px 27px;
}

body .widget .wp-block-group ul li, body .widget .wp-block-group ol li,
body .widget .wp-block-group ul, body .widget .wp-block-group ol {
	margin:0;
	padding:0;
	list-style: none;
}
body .widget .wp-block-group ul li, body .widget .wp-block-group ol li{padding:5px 0;}
.has-sidebar .primary-sidebar.widget-area .widget:last-child,
.primary-sidebar.widget-area .widget_block, .primary-sidebar.widget-area .widget {
	border-block-end: 1px solid #e5e5e5;
	padding-block-end: 2em;
}
.primary-sidebar.widget-area .widget-title, .widget_block h2, .widget_block .widgettitle, .widget_block .widgettitle, .primary-sidebar h2 {
	margin-bottom: 0.5em;
}
body .rss-date, body .widget_rss cite {color: inherit;font-size: inherit;}
body .wc-block-product-categories{margin-bottom:0;}
.primary-sidebar.widget-area .widget {margin-bottom: 1.6em;}
.has-sidebar .primary-sidebar.widget-area .widget:last-child{border:0;}
/* blogdesign */
.entry-content blockquote {
	margin: 0 0 var(--global-md-spacing);
	background: var(--global-palette7);
	padding: 2em;
	font-size: 15px;
}
body h2.entry-related-title {text-align: center;margin-bottom:2rem;}
.single-post .entry-related-inner-content {padding: 6em 0 8em;}
.single-post .tns-outer .tns-nav {bottom: -70px;}
.single-post .entry-author, .comment-navigation, .post-navigation, .single-post .comments-area {padding-inline: 4rem;}
body .entry-related-carousel h3.entry-title {
	font-size: 30px;
}
body .entry-author-style-center {
	border-bottom: 0;
	padding: 0;
	margin:0;
}
bod .comment-form .comment-input-wrap p label, body .comment-form p.comment-form-float-label label {
	color: var(--global-palette5);
}
.entry-author .entry-author-profile {
	border-bottom: 1px solid var(--global-gray-400);
	padding-block-end: var(--global-lg-spacing);
}
body .entry-author-style-center .entry-author-avatar::before,
body .entry-author-style-center .entry-author-avatar::after  {
	background: var(--global-gray-400);
}
.comment .comment-body {
	margin: 0 0 25px;
	border: 1px solid var(--global-gray-400);
	padding: 20px;
}
body .reply {top: 15px;right: 15px;}
#comments #respond {
	background-color: var(--global-palette7);
	padding: 3rem;
}
body .bypostauthor .avatar{border:1px solid var(--global-palette7)}
body .entry-taxonomies a{font-weight: 400;}
body .pagination .page-numbers {border-radius: 0;}
.comment .comment-respond {margin: 0 0 40px;}
#cancel-comment-reply-link {color:var(--global-palette5);}
.wp-block-pullquote {margin: 0 !important;}
.single-entry .wp-block-pullquote blockquote p, .single-entry .wp-block-pullquote.is-style-solid-color blockquote p {font-size: 15px;}
body .wp-block-latest-posts__post-author, body .wp-block-latest-posts__post-date{font-size:15px;}
body.woocommerce nav.woocommerce-pagination {margin: 0;}
body.blog .pagination{margin:20px 0 0}
/* product common css */
.thebase-woo-results-count p {font-size: 15px;}
.woocommerce-ordering select.orderby {
	border: 1px solid var(--global-palette6);
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
}

.woocommerce ul.products li.product .button.added.add_to_cart_button {font-size: 0;display: none;}
#primary .product-details .product-action-wrap .button, #primary .product-details .product-action-wrap a.added_to_cart {
	font-size: 14px;
	font-weight: 500;
}
body.woocommerce ul.products.woo-archive-action-on-hover li.product:hover .product-action-wrap, body.woocommerce ul.products.woo-archive-action-on-hover li.product:focus-within .product-action-wrap {
	bottom: -.3rem;
	opacity: 1;
}
body.woocommerce span.onsale {
	padding: .3em .5em;
	font-weight: 400;
	border-radius: 0;
}
body.woocommerce ul.products li.product .price ins {
	font-weight: inherit;
}
body.woocommerce nav.woocommerce-pagination ul li .page-numbers {
	border-radius: 0;
	background-color: var(--e-global-color-thebase2);
	color: var(--e-global-color-thebase9);
}
body.woocommerce nav.woocommerce-pagination ul li a:hover,body.woocommerce nav.woocommerce-pagination ul li a:focus {
	background-color: var(--e-global-color-thebase1);
}
body.woocommerce ul.products.products-list-view li.product {align-items: flex-start;}
body.woocommerce ul.products.products-list-view li.product .woocommerce-loop-product__title {
	font-size: 18px;
}
body.woocommerce div.product .product_meta > span {
	color: var(--global-palette5);
}
body.woocommerce div.product .button.single_add_to_cart_button {
	min-width: 165px;
	height: 45px;
}
body.woocommerce .quantity .qty {
	height: 45px;
	margin-inline-end: 10px;
}
.woocommerce div.product .product_meta {
	margin: 1.2em 0;
	padding: 1.2em 0;
	border-top: 1px solid var(--global-gray-400);
}
.woocommerce div.product .entry-summary .product_meta > span {
	font-size: 15px;
	font-weight: 400;
	padding: 5px 0;
	display: block;
}
body.single-product .thebase-breadcrumbs {
	margin-top: 1em;
}
.woocommerce div.product .entry-summary form.cart .variations label {
	display: inline-block;
	font-weight: 400;
	font-size: 15px;
	width: 100%;
	clear: both;
	margin: 9px 0 0;
	text-align: left;
	vertical-align: middle;
}
.woocommerce div.product form.cart .variations select {
	border: 1px solid var(--global-gray-400);
	border-radius: 0;
	font-size: inherit;
	margin: 6px 0;
	padding: 8px;
}
.woocommerce div.product.entry .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product.entry .woocommerce-tabs ul.tabs li a:hover  {
	color: var(--global-palette9);
	text-shadow: inherit;
	background-color: var(--global-palette1);
}
.woocommerce div.product.entry .woocommerce-tabs ul.tabs li {border-bottom: 0;border-radius: 0;margin:0;}
.woocommerce div.product.entry .woocommerce-tabs ul.tabs {padding: 0;}
.woocommerce div.product.entry .woocommerce-tabs ul.tabs li a {
	font-size: 15px;
	font-weight:400;
	text-transform: uppercase;
	padding: 12px 30px;
}
#primary .related.products > h2 {text-align: center;margin-bottom: 50px;}
#primary .thebase-breadcrumbs {font-size: 15px;}
body .woocommerce table.shop_table th, body .woocommerce table.shop_table tfoot td, body .woocommerce table.shop_table tfoot th, body .woocommerce table.shop_table tbody th {
	font-weight: 400;
	font-size: 15px;
	border: 0;
}
body #add_payment_method table.cart td.actions .coupon .input-text, body.woocommerce-cart table.cart td.actions .coupon .input-text, body.woocommerce-checkout table.cart td.actions .coupon .input-text {
	float: left;
	box-sizing: border-box;
	padding: .4em .6em;
	margin: 0 4px 0 0;
	outline: 0;
	height: 45px;
}
body .woocommerce.widget_price_filter .price_slider_amount {font-weight: 400;font-size: 15px;}
body.woocommerce-cart table.cart td.actions .button, body.woocommerce-checkout table.cart td.actions .button, body #add_payment_method table.cart td.actions .button {
	height: auto;
	padding: 13px 30px;
	line-height: 1.4em;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, body #add_payment_method .wc-proceed-to-checkout a.checkout-button {
	padding: 15px 27px;
}
body.woocommerce ul.products.products-list-view li.product:hover .entry-content-wrap, body.woocommerce ul.products.products-list-view li.product:focus-within .entry-content-wrap{
	transform:none;
}
/* instagram*/
#sb_instagram .sbi_photo_wrap .sbi_photo::before {
	content: "\f16d";
	font-family: fontawesome;
	font-size: 30px;
	bottom: 0;
	top: 0;
	position: absolute;
	align-items: center;
	display: flex;
	left: 0;
	right: 0;
	justify-content: center;
	color: var(--global-palette9);
	opacity: 0;
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	transition: all .5s ease 0s;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease 0s;
-o-transition: all .5s ease 0s;
}

#sb_instagram .sbi_photo_wrap .sbi_photo:hover::before{
	opacity: 1;
	transition: all .5s ease 0s;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease 0s;
-o-transition: all .5s ease 0s;
}
.instagram #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
	width: 100%;
}

/*pricing plan */
.pricing-plan:hover .elementor-widget-wrap, .pricing-plan:hover .elementor-widget-wrap .elementor-heading-title {
	color: var(--global-palette9);
}
.pricing-plan:hover .elementor-widget-wrap .elementor-button {
	color: var(--global-palette2);
	background-color: var(--global-palette9);
}
/* cart page common */
.comment-content td, .comment-content th, .entry-content table td, .entry-content table th {
	padding: 12px;
	line-height: 1.5;
	text-align: left;
	border: 1px solid var(--global-gray-400);
}
body .woocommerce table.shop_table td {border: 0;border-bottom: 1px solid var(--global-gray-400);}
body.woocommerce-cart .cart-collaterals .cart_totals tr th {border-top: 1px solid var(--global-gray-400);}
body .woocommerce table.shop_table tr:last-child td {border: none;}
.cart-summary h2, .cart_totals h2 {font-size: 34px;}
.entry-content table tbody tr td span, .entry-content table tbody tr th span, body .woocommerce ul#shipping_method .amount {font-weight: 400;}
.site .woocommerce table.shop_table td, .site .woocommerce table.shop_table th {padding-block: 20px;}
body .woocommerce table.shop_table input {font-size: 15px;}
.woocommerce table.shop_table tbody:first-child tr:first-child th, .woocommerce table.shop_table tbody:first-child tr:first-child td {
	border-top: 0;
	border-bottom: 0;
}
::placeholder {
	color: var(--global-palette5);
}
/* checkout common */
body .woocommerce .woocommerce-info {color:var(--global-palette5);}
body #payment #place_order {padding: 15px 27px;}
body.woocommerce-cart .cart-collaterals .cart_totals tr td{border-top:0;}
.woocommerce form.checkout_coupon .form-row-first, .woocommerce form.checkout_coupon .form-row-last, .woocommerce form.login .form-row-first, .woocommerce form.login .form-row-last, .woocommerce form.register .form-row-first, .woocommerce form.register .form-row-last {
	float: none;
}
/* gallery design */
.gallery-banner .elementor-widget-container:hover img, .loop-entry .post-thumbnail-inner:hover img, .swiper-slide-inner:hover .swiper-slide-image, .basic-gallery-banner .gallery-icon:hover img{
	transform: scale(1.07);
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}
.gallery-banner img, .loop-entry .post-thumbnail-inner img, .swiper-slide-inner .swiper-slide-image, .basic-gallery-banner .gallery-icon img{
	transition: transform var(--duration-default) ease;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}
.gallery-banner.elementor-widget .elementor-widget-container, .swiper-slide-inner{overflow: hidden;}
.basic-gallery-banner .gallery-icon {
	overflow: hidden;
}
/* sidebar */
.primary-sidebar .thebase-hide-sidebar-btn {
	display: none;
	flex: 0 0 auto;
	align-items: center;
	flex-direction: row;
	justify-content: flex-end;
	padding: 20px 0;
}
.thebase-show-sidebar-btn {
	position: fixed;
	-webkit-margin-end: 0.5em;
	margin-inline-end: 0.5em;
	border: 1px solid var(--global-gray-400);
	padding: 0 10px;
	height: 44px;
	line-height: 30px;
	display: none;
	cursor: pointer;
	top: 30%;
	left: -2px;
	z-index: 9999;
	background: #fff;
	box-shadow: 0px 0px 5px 2px var(--global-gray-400);
	align-items: center;
	border-radius: 0 50px 50px 0;
}
.thebase-show-sidebar-btn.active .drawer-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99;
}
.primary-sidebar.active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
body.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
	padding: 5px 0px;
}
@media screen and (max-width: 1024px){
	body .primary-sidebar {
		padding-block: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		width: 320px;
		right: auto;
		left: 0;
		top: 0;
		overflow: auto;
		bottom: 0;
		position: fixed;
		-webkit-box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .1);
		box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .1);
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
		z-index: 99999;
		padding-inline : 20px;
		padding-block: 0;
		background-color: #fff;
   }
	.thebase-show-sidebar-btn {display: flex;}
	.primary-sidebar .thebase-hide-sidebar-btn {display: flex;}
}
body .woocommerce.widget_price_filter .price_slider_amount .button {
	font-size: 15px;
}
#primary .woocommerce .woocommerce-widget-layered-nav-list a::before {
	border-radius: 0;
	width: 1.6em;
	height: 1.6em;
	margin-right: 0.8em;
}
body.woocommerce table.shop_attributes td p {
	padding: 8px;
}
body .comment-reply-link {
	border: 1px solid var(--global-palette6);
}
.rtl .elementor-counter .elementor-counter-number-suffix {
	text-align: right;
}
#mobile-drawer.popup-drawer .drawer-inner {
	max-width: 320px;
}
.primary-sidebar .widget .wp-block-group .widget-title {margin-top: 0;}
/* responsive */
/* footer css  */

@media screen and (max-width: 1270px){
	.wp-block-group.footer-desc {
		padding-inline-end: 8em;
	}
}
@media screen and (max-width: 1024px){
footer .wp-block-group .widget-title::before {
	content: "\f107";
	position: absolute;
	right: 0;
	font-family: FontAwesome;
	font-size: 20px;
	top: 1px;
	bottom: 0;
	height: 20px;
	width: 20px;
	text-align: center;
	z-index: 9;
	margin: 0 auto;
	line-height: 20px;
}
.basic-gallery-banner .gallery-item {
	padding: 0 10px;
}
.basic-gallery-banner .gallery {
	margin: 0 -10px;
}
.wp-block-group.footer-desc {
	padding-inline-end: 0;
}
footer .wp-block-group .toggled-on .widget-title::before {content: "\f106";}
footer .wp-block-group .toggled-on .wp-block-group, footer .wp-block-group .toggled-on > ul {display: block;padding-block: 20px;}
footer .wp-block-group .toggled-off .wp-block-group, footer .wp-block-group .toggled-off > ul {display: none;}
.site-top-footer-inner-wrap .widget-area h3{margin-bottom: 0;}
.thebase-hide-sidebar-btn .thebase-svg-iconset, .footer-widget-area-inner .widget-title {cursor: pointer;} 
}
@media screen and (max-width: 767px){
	.site-header-top-section-left.site-header-section-left {display: none;}
	body .site-header-row.site-header-row-center-column{grid-template-columns: 1fr 1fr;}
	body .site-header-section-center{justify-content: flex-start;}
	.mobile-header-button-wrap .mobile-header-button-inner-wrap .mobile-header-button {
		border: 2px none transparent;
		box-shadow: 0px 0px 0px -7px rgba(0,0,0,0);
		padding: 11px 24px;
	}
	.basic-gallery-banner .gallery-item {
		padding: 10px;
	}
	body .woocommerce form .form-row-first, body .woocommerce form .form-row-last, body .woocommerce-page form .form-row-first, body .woocommerce-page form .form-row-last {
		width: 100%;
	}
	body .elementor-social-icons-wrapper {
		text-align: center;
	}
}
/* rtl */
.rtl .wp-block-latest-posts__featured-image.alignleft {
	margin-left: 1em;
	float: right;
	margin-right: 0;
}
.rtl .elementor-section.about-us-1 .elementor-element.aboutus-left .elementor-widget-wrap {
	margin: 0px 100px 0px 0px;
	--e-column-margin-right: 100px;
	--e-column-margin-left: 0;
}
.rtl .elementor-section.about-us-2 .elementor-element.aboutus-right .elementor-widget-wrap {
	margin: 0px 0px 0px 100px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 100px;
}
.rtl .elementor-section .elementor-element .gallery-2 .elementor-widget-wrap {
	padding: 0px 15px 0px 0px;
}
.rtl .elementor-section .elementor-element .gallery-1 .elementor-widget-wrap {
	padding: 0px 0px 0px 15px;
}
.rtl .cms-banner .elementor-element.elementor-widget-text-editor .elementor-widget-container {
	padding: 0% 0% 0% 12%;
}
.rtl #sb_instagram #sbi_images {
	direction: ltr;
}
.rtl .elementor-element.about-us-button .elementor-button-wrapper .elementor-button {
	border-width: 0px 1px 0px 0px;
}
body.rtl .woocommerce.widget_price_filter .price_slider_amount .button {
	float: right;
}
.rtl.woocommerce .price_label, .rtl.woocommerce .price_label span {
	text-align: left;
}
.rtl.woocommerce .price_label{
	text-align: right;
}
.rtl #primary .woocommerce .woocommerce-widget-layered-nav-list a::before {
	margin-right: 0;
	margin-left: 0.8em;
}
.rtl .thebase-product-toggle-container .thebase-toggle-shop-layout {
	margin-left: 0;
	margin-right: 0.5em;
}
.rtl select.orderby {
	padding-left: 25px;
	padding-right: 5px;
	background-position: left 0 top 50%;
}
.rtl.woocommerce div.product .entry-summary form.cart .variations label {
	text-align: right;
}
.rtl select {
	background: var(--global-palette9) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==) no-repeat 3% 50%;

}
.rtl.woocommerce div.product form.cart .variations select {
	margin-right: 0;
	margin-left: 1em;
}
.rtl .comment-content td, .rtl .comment-content th, .rtl .entry-content table td, .rtl .entry-content table th {
	text-align: right;
}
body.rtl .woocommerce form.checkout_coupon .form-row-first, body.rtl .woocommerce form.checkout_coupon .form-row-last, body.rtl .woocommerce form.login .form-row-first, body.rtl .woocommerce form.login .form-row-last, body.rtl .woocommerce form.register .form-row-first, body.rtl .woocommerce form.register .form-row-last {
	float: none;
}

.rtl .wp-block-quote {
	border-left: 0;
	border-right: .25em solid;
}
body.rtl .reply {
	left: 15px;
}
.rtl .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
	text-align: right;
}
.rtl .elementor-social-icons-wrapper {
	text-align: right;
}
.rtl .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
	margin-left: var(--icon-box-icon-margin,15px);
	margin-right: 0;
}
.rtl .wpcf7-form, .rtl .wpcf7 input[type="url"], .rtl .wpcf7 input[type="email"], .rtl .wpcf7 input[type="tel"]{
	direction: rtl;
}
.rtl .elementor-element .elementor-column.contact-info .elementor-widget-wrap {
	padding: 0% 0% 0% 8%;
}
.rtl .elementor-element .elementor-column.contact-form .elementor-widget-wrap {
	padding: 0% 8% 0% 0%;
}
.rtl .mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button {
	border-left: 0;
	border-right: 1px solid rgba(255,255,255,0.1);
}
.rtl .thebase-show-sidebar-btn {
	left: auto;
	right: -2px;
	border-radius: 50px 0px 0px 50px;
}

/* Rtl responcive */

@media screen and (max-width: 1024px){
	.rtl .elementor-section.about-us-1 .elementor-element.aboutus-left .elementor-widget-wrap, .rtl .elementor-section.about-us-2 .elementor-element.aboutus-right .elementor-widget-wrap {
		margin: 0px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
	}
	.rtl .elementor-section.about-us-1 .elementor-element.aboutus-right .elementor-widget-wrap {
		margin: 0px 20px 0px 0px;
		--e-column-margin-right: 20px;
		--e-column-margin-left: 0px;
	}
	.rtl .elementor-section.about-us-2 .elementor-element.aboutus-left .elementor-widget-wrap  {
		margin: 0px 0px 0px 20px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 20px;
	}
	.rtl .elementor-section .elementor-element .gallery-1 .elementor-widget-wrap {
		padding: 0px 0px 0px 10px;
	}
	.rtl .elementor-section .elementor-element .gallery-2 .elementor-widget-wrap {
		padding: 0px 10px 0px 0px;
	}
	.rtl .cms-banner .elementor-element.elementor-widget-text-editor .elementor-widget-container {
		padding: 0% 0% 0% 0%;
	}
	.rtl .cms-banner .elementor-column .elementor-element .elementor-widget-wrap {
		padding: 0px 0px 0px 15px;
	}
	.rtl footer .wp-block-group .widget-title::before {
		right: auto;
		left: 0;
	}
	.rtl .primary-sidebar.active {
		transform: translateX(0);
	}
	.rtl .primary-sidebar {
		right: 0;
		left: auto;
		transform: translateX(100%);
	}
}

@media screen and (max-width: 767px){
	.rtl .elementor-section.about-us-1 .elementor-element.aboutus-right .elementor-widget-wrap{
		margin: 30px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
	}
	.rtl .elementor-section.about-us-2 .elementor-element.aboutus-left .elementor-widget-wrap {
		margin: 0px 0px 30px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
	}
	.rtl .elementor-section .elementor-element .gallery-1 .elementor-widget-wrap, .rtl .elementor-section .elementor-element .gallery-2 .elementor-widget-wrap {
		padding: 0px 0px 0px 0px;
	}
	.rtl .cms-banner .elementor-column .elementor-element .elementor-widget-wrap {
		padding: 0px 0px 0px 0px;
	}
	.rtl .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
		text-align: center;
	}
	.rtl .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
		margin-left: 0;
		margin-right: 0;
	}
	.rtl .elementor-element .elementor-column.contact-info .elementor-widget-wrap {
		padding: 0;
	}
	body.rtl .elementor-social-icons-wrapper {
		text-align: center;
	}
}