/*
 Theme Name:   sportdox
 Theme URI:    https://demos.codezeel.com/wordpress/WCM05/WCM050113
 Description:  A child theme of Basetheme.
 Author:       Codezeel
 Author URI:   #
 Template:     basetheme
 Version:      1.0.0
 Requires at least: 5.2
 Tested up to: 6.0
 Requires PHP: 7.0
 Version: 1.0
 Text Domain: sportdox 
 License: GNU General Public License v3.0 (or later)
 License URI: https://codezeel.com/license
*/
/** Start comman css **/

body * {
	--global-gray-400: #e6e6e6;
	--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;
}

#tb-scroll-up.thebase-scroll-to-top {
    background-color: var(--global-palette9);
}
body .elementor-lightbox .swiper {
	height: 100%;
}
body p.woocommerce-store-notice.demo_store {
    height: 40px;
    padding: 7px 9.4rem;
    display: block;
}
.item-is-stuck {
    box-shadow: 0 4px 16px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 4px 16px rgb(0 0 0 / 15%);
	animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -webkit-animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -moz-animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -o-animation: 0.9s ease 0s normal both 1 running fixedAnim;
}
/* body:not(.home).transparent-header #masthead {background: var(--global-palette9);} */
body .header-contact-item .contact-label {
    margin-inline-start: 0.8em;
}
body.woocommerce-cart table.cart td.actions .button, body.woocommerce-checkout table.cart td.actions .button, #add_payment_method table.cart td.actions .button {
	height: 44px;
}
.site-header-item .header-account-wrap .header-account-button {
    vertical-align: text-bottom;
}
body .site-header-item .header-navigation .menu {
    justify-content: flex-start;
}
body .single-content h1.elementor-heading-title,body .single-content h2.elementor-heading-title,body .single-content h3.elementor-heading-title,body .single-content h4.elementor-heading-title,body .single-content h5.elementor-heading-title,body .single-content h6.elementor-heading-title {
	margin-bottom: 0;
	margin-top: 0;
}
body #primary .product.type-product .summary  a {
	text-decoration: none;
}
body .site-header-item {
	margin-right: 20px;
}

.hitarea {
	cursor: pointer;
	float: right;
	height: 20px;
	position: absolute;
	right: 0;
	top: 11px;
	width: 20px;
	z-index: 7;
	text-align: center;
	padding: 0 1px;
	line-height: 20px;
}
.wc-block-product-categories-list .collapsable-hitarea:after,
.wc-block-product-categories-list .expandable-hitarea:before{
	cursor: pointer;
	display: block;
	font-family: FontAwesome;
	font-weight: normal;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	color: #555;
	font-size: 12px;
}
.wc-block-product-categories-list .collapsable-hitarea:after{
	content: "";
	mask-image: url("assets/img/minus.svg");
	-webkit-mask-image: url("assets/img/minus.svg");
	mask-position: center;
	-webkit-mask-position: center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 17px;
	-webkit-mask-size: 10px;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: auto;
	bottom: auto;
	right: 0;
	background: #555;
}

.wc-block-product-categories-list .expandable-hitarea:before {
	content: "";
	mask-image: url("assets/img/pluse.svg");
	-webkit-mask-image: url("assets/img/pluse.svg");
	mask-position: center;
	-webkit-mask-position: center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 17px;
	-webkit-mask-size: 10px;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: auto;
	bottom: auto;
	right: 0;
	background: #222222;
}

/* quickview */
body #yith-quick-view-content div.images {
	width: 45%;
}
body #yith-quick-view-content div.summary {
	width: 55%;
	padding-left: 30px;
}
/**  Header Right Icons  **/
.site-header-main-section-right .search-toggle-open .search-toggle-icon .thebase-svg-iconset svg {
	width: 20px;
	height: 19px;
}
.site-header-bottom-section-right .site-header-item, body .site-header-bottom-section-right .site-header-item:last-child {
    margin-right: 15px;
}
body .search-toggle-open .search-toggle-icon svg.thebase-svg-icon {
	top: 0;
}
body .site-header-item .header-cart-wrap .header-cart-inner-wrap .header-cart-button,body .header-mobile-cart-wrap .header-cart-inner-wrap .header-cart-button {
    position: relative;
}

.compare-counter .counter-label, .whislist-counter .counter-label {
    position: relative;
    display: block;
    cursor: pointer;
}

.compare-counter .counter-label, .whislist-counter .counter-label {
	height: 25px;
    width: 20px;
    display: inline-block;
    mask-image: url(assets/img/compare.svg);
    -webkit-mask-image: url(assets/img/compare.svg);
    -webkit-mask-size: 20px;
    mask-size: 20px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    background-color: #fff;
    vertical-align: super;
    font-size: 0;
}

.whislist-counter .counter-label {
	mask-image: url(assets/img/wishlist.svg);
    -webkit-mask-image: url(assets/img/wishlist.svg);
    -webkit-mask-size: 20px;
    mask-size: 20px;
    height: 25px;
    width: 20px;
}
.header-cart-wrap .header-cart-button .header-cart-total, .header-mobile-cart-wrap .header-cart-inner-wrap .header-cart-button .header-cart-total {
	line-height: 14px;
	width: auto;
	height: 17px;
	position: absolute;
	right: -10px;
	top: -5px;
	font-size: 11px;
	text-align: center;
	padding: 0 5px;
}
body .woocommerce div.product form.cart .group_table td:first-child {
	width: auto;
}
/**   header cart drawer    **/
body .popup-drawer .drawer-header .cart-toggle-close {
    color: var(--global-palette1);
}
body #cart-drawer.popup-drawer .drawer-header {
    background-color: var(--e-global-color-thebase7);
}
body #cart-drawer h2.side-cart-header {
	font-size: 18px;
	line-height: 27px;
	font-weight: 500;
}
body #cart-drawer.popup-drawer .drawer-inner {
    color: var(--global-palette1);
}

body .woocommerce ul.cart_list li a, body .woocommerce ul.product_list_widget li a {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
.widget_shopping_cart .total span.woocommerce-Price-amount.amount {
    color: var(--global-palette2);
    font-weight: 500;
}
#cart-drawer.popup-drawer .woocommerce-mini-cart__total.total, .popup-drawer .woocommerce.widget_shopping_cart .buttons {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    grid-gap: 0.5em;
    gap: 0.5em;
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    left: 0;
    right: 0;
    padding: 10px;
    margin: 0;
    background-color: var(--global-palette7);
}
#cart-drawer.popup-drawer .woocommerce-mini-cart__total.total {
	bottom: 68px;
	border: 0;
	padding-inline: 17px;
}
.popup-drawer .woocommerce.widget_shopping_cart .buttons a, .popup-drawer .woocommerce .widget_shopping_cart .buttons a {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}
body #cart-drawer.popup-drawer .drawer-content {
    padding-top: 1em;
    position: relative;
    width: 100%;
	height: 100%;
    padding-inline: 1em;
}
body .woocommerce ul.cart_list li img, body .woocommerce ul.product_list_widget li img {
	margin-right: 15px;
	width: 70px;
}
body .woocommerce ul.cart_list, body .woocommerce ul.product_list_widget {
    width: 100%;
    float: left;
    position: absolute;
    top: 15px;
    bottom: 120px;
    left: 0;
    right: 0;
    overflow-y: auto;
    padding: 0 15px;
}


html, body, div, span, applet, object, iframe, h3, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, 
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

/* parallex */
.parallexcms .elementor-top-column.elementor-element {
	justify-content: flex-end;
}
.parallexcms .elementor-top-column.elementor-element .elementor-element-populated {
	width: 41%;
}
/* cmsbanner */
.cmsbanner .elementor-element.elementor-widget-button .elementor-button:hover {
	text-decoration: none;
}
/**  shop by category  **/
.category-carousel{
	margin: 0 -15px;
}
.category-carousel .cat-inner-block .cat-img-block {
	background-color: var(--e-global-color-thebase7);
	border-radius: 50%;
}
.category-carousel.owl-carousel .owl-item h5,.woo_categories_grid.woo_categories_block h5{
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
}
.category-carousel.owl-carousel .owl-item .cat-count,.woo_categories_grid.woo_categories_block .cat-count {
	display: block;
	text-align: center;
}
.category-carousel.owl-carousel .owl-item:hover .cat-count,.woo_categories_grid.woo_categories_block .cat-outer-block:hover .cat-count {
	display: none;
}
.category-carousel.owl-carousel .owl-item .viewmore,.woo_categories_grid.woo_categories_block .viewmore{
	display: none;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	color: var(--e-global-color-thebase2);
	text-decoration: underline;
}
.category-carousel.owl-carousel .owl-item:hover .viewmore,.woo_categories_grid.woo_categories_block .cat-outer-block:hover .viewmore{
	display: block;
}
.category-carousel {
	display: none;
}

ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 {
    padding-left: 20px;
}



.widget ul, .woocommerce.widget_product_categories > ul, .woocommerce .wp-block-woocommerce-product-categories > ul, 
.widget_block ol, body .widget_block > ul, .widget ol, body .widget-area ul {
	-webkit-padding-start: 0;
	padding-inline-start: 0;
	-webkit-margin-start: 0;
	margin-inline-start: 0;
	-webkit-padding-after: 0;
	padding-block-end: 0;
	-webkit-margin-after: 0;
	margin-block-end: 0;
	list-style: none;
}
.woocommerce-privacy-policy-text {
	margin-bottom: 20px;
}
.site-top-footer-inner-wrap .widget-area .widget-title {
	text-transform: capitalize;
}


.thebase-show-sidebar-btn {
	position: fixed;
	-webkit-margin-end: .5em;
	margin-inline-end: .5em;
	border: 1px solid var(--global-gray-400);
	padding: 0 10px;
	height: 45px;
	line-height: 30px;
	display: none;
	cursor: pointer;
	top: 40%;
	left: -2px;
	z-index: 999;
	background: #fff;
	box-shadow: 0 0 5px 2px #CBD5E0;
	align-items: center;
	border-radius: 0 50px 50px 0;
	font-size: 22px;
}
.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;
}
body .thebase-breadcrumbs {
	margin: 10px 0 0 0;
}
/* sidebar  rating*/
.wc-block-components-product-rating__stars {
	font-size: 1.2em;
}
.wc-block-components-product-rating__stars span::before {
	color: #ffc000;
	content: "\e901\e901\e901\e901\e901";
}
.wc-block-components-product-rating__stars::before{
	content: "\e901\e901\e901\e901\e901";
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"] {
	height: 16px;
	width: 16px;
	border: 1px solid #c1c1c1;
	min-height: 15px;
	min-width: 15px;
	margin-right: 4px;
}
.wc-block-components-product-rating-count {
	font-size: 14px;
	position: absolute;
	right: 0;
}
.editor-styles-wrapper .wc-block-components-checkbox, .wc-block-components-checkbox {
	margin-top: 5px;
}
.wc-block-components-checkbox .wc-block-components-checkbox__mark {
	fill: #fff;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:checked {
	background: #222222;
	border-color: #222222;
}
/*Product tab */
.resp-tab-content {
	display: none;
}
.resp-tabs-container h2.resp-accordion {
	display: none;
}
#horizontalTab .resp-tabs-list {
	margin: 0;
	padding: 0;
	display: flex;
	gap: 35px;
	justify-content: center;
	margin-bottom: 50px;
}
li.resp-tab-item {
	font-weight: 500;
	color: var(--e-global-color-thebase1);
	text-transform: uppercase;
	list-style: none;
	cursor: pointer;
}
.resp-tab-item{
	position: relative;
}
.resp-tab-item::after {
	content: '';
	width: 0;
	height: 2px;
	background-color: var(--e-global-color-thebase2);
	position: absolute;
	bottom: -5px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	left: 0;
	right: auto;
}
.resp-tab-item.resp-tab-active::after,.resp-tab-item:hover::after {
	width: 100%;
}
/* video */
body .elementor .elementor-element.elementor-widget-video .elementor-wrapper {
	aspect-ratio: unset;
}
/* logo */
.elementor-widget-image-carousel .swiper-slide {
	justify-content: center;
	align-items: center;
	display: flex;
}
/* .widget .tagcloud a, */
#secondary .woocommerce.widget_product_categories > ul li, .widget li, 
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
	padding-block: 2px;
}
.sidebar-inner-wrap .widget .tagcloud {
    display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.sidebar-inner-wrap .widget .tagcloud a.tag-cloud-link {
    border: 1px solid var(--global-palette6);
    padding: 5px 10px;
}
.sidebar-inner-wrap .widget .tagcloud a.tag-cloud-link:hover {
    border-color: var(--global-palette2);
}
body.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
	font-size: inherit;
}
body.woocommerce .woocommerce-widget-layered-nav-list a::before {
	font-size: 0.8em;
	border-radius: 0;
}
.woocommerce.widget_price_filter .price_label {
	width: 100%;
	display: inline-block;
	text-align: left;
	padding-block: 10px 0;
}
.woocommerce.widget_price_filter .widget-title {
	padding-block-end: 15px;
}
#secondary .woocommerce.widget_price_filter .price_slider_amount {
	line-height: inherit;
	font-size: inherit;
	font-weight: inherit;
	padding-block-start: 15px;
}
.primary-sidebar.widget-area .widget_block, .primary-sidebar.widget-area .woocommerce {
	border-block-end: 1px solid #e5e5e5;
	padding-block-end: 20px;
}
.woocommerce .thebase-woo-results-count {
	font-size: 15px;
}
.woocommerce select.orderby {
	border-color: var(--global-palette6);
	padding-block: 0.2em;
	font-weight: 500;
	font-size: 15px;
}
.woocommerce ul.products li.product .product-details .price, body.woocommerce .widget_layered_nav_filters ul li a {
	font-size: inherit;
}
/* .woocommerce ul.products li.product .button:hover, */
.blog-carousel {
	margin: 0 -15px;
}
.blog-carousel .more-link-wrap a.post-more-link:hover, 
.more-link-wrap a.post-more-link:hover{
	text-decoration: none;
} 
.products .product-details .thebase-svg-iconset {
	display: inline-flex;
	align-self: center;
}
.woocommerce ul.products li.product span.onsale {
	top: 15px;
	left: 0px;
	right: auto;
	color: var(--global-palette-highlight-alt);
	background: transparent;
	padding: 0;
	text-transform: uppercase;
}
.woocommerce ul.products li.product:hover span.onsale{
	display: none;
}
body.woocommerce div.product .button.single_add_to_cart_button,
body .woocommerce div.product .button.single_add_to_cart_button  {
	height: inherit;
	line-height: 25px;
	padding: 10px 40px 10px 40px;
}
.single-product.woocommerce div.product form.cart div.quantity {
	padding-block: 0;
    border-radius: 0;
    margin-inline-end: 15px;
    border-color: var(--e-global-color-thebase6);
}
body .quantity.spinners-added input.minus, body .quantity.spinners-added input.plus {
	color: var(--global-palette1);
    font-weight: 500;
    font-size: 20px;
    padding: 0 0.5em;
}
body.woocommerce #reviews .comment-reply-title {
	font-family: var(--global-heading-font-family);
	color: var(--global-palette1);
}
.single-product.woocommerce div.product .product_meta > span {
	display: block;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	padding-block-end: 10px;
}
.single-product.woocommerce div.product .product_meta > span.sku_wrapper {
    margin-top: 10px;
}
.single-product.woocommerce .woocommerce-product-gallery .owl-buttons {
	position: static;
}
.single-product.woocommerce .owl-theme .owl-buttons div {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.single-product.woocommerce .woocommerce-product-gallery .owl-controls.clickable {
	right: 0;
	left: auto;
	width: 100%;
	top: 35%;
	opacity: 1;
}
.single-product.woocommerce .woocommerce-product-gallery .owl-theme .owl-buttons div.owl-prev::after {
	left: 0;
	position: absolute;
}
.single-product.woocommerce .woocommerce-product-gallery .owl-theme .owl-buttons div.owl-next::after {
	right: 0;
	position: absolute;
}
body.woocommerce div.product div.images .flex-control-thumbs {
	padding: 0 ;
	box-sizing: border-box;
	margin: 20px 0 0;
	transform: none;
	left: auto;
	max-width: 100%;
	text-align: center;
}
body.woocommerce .star-rating::before ,body .woocommerce .star-rating::before {
	content: "\e901\e901\e901\e901\e901";
}
body.woocommerce ul.products li.product .star-rating,body .woocommerce ul.products li.product .star-rating {
	font-size: 1.1em;
}
body.woocommerce .star-rating ,body .woocommerce .star-rating {
	color: #ffc000;
}
body .woocommerce .products .star-rating ,body.woocommerce .products .star-rating {
	margin:0 auto;
	float: none;
}
body.woocommerce div.product div.images .flex-control-thumbs li, 
body.woocommerce div.product div.images .flex-control-thumbs li:first-child {
	width: auto;
	height: auto;
	padding: 0;
}
.woocommerce section.related.products h2 {
	margin-bottom: 40px;
	margin-top: 80px;
}
body.woocommerce table.shop_attributes {
	border: 1px solid #e5e5e5;
	border-collapse: separate;
}
body.woocommerce table.shop_attributes td, body.woocommerce table.shop_attributes th {
	background-color: var(--global-palette7);
	padding: 12px;
	font-style: normal;
}
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, body.woocommerce table.shop_attributes th {
	font-weight: 500;
	color: var(--global-palette3);
}
.comment-content td, .comment-content th, .entry-content table td, .entry-content table th {
	text-align: left;
}
body.woocommerce div.product form.cart .variations label {
	font-weight: 500;
	text-align: left;
	display: inline-block;
	text-transform: capitalize;
    color: var(--global-palette1);
}
body.woocommerce div.product form.cart table td {
	padding-block-end: 20px;
}
.single-product.woocommerce div.product form.cart .variations select {
	padding-block: 0.35em;
	border-color: var(--global-gray-400);
}
body.woocommerce div.images.woocommerce-product-gallery .flex-viewport img {
	display: block;
	width: 814px !important;
	height: auto;
}
body.woocommerce div.product .woocommerce-product-gallery__image {
	border-block : 1px solid var(--e-global-color-thebase6);
}
.comment-form label {
	color: var(--e-global-color-thebase1);
}
body.woocommerce div.product .flex-viewport{
	border: 1px solid var(--e-global-color-thebase6);
}
body .woocommerce div.product .product_meta > span a {
	color: inherit;
	text-decoration: none;
}
body.woocommerce .entry.product form.cart .group_table td {
    width: auto !important;
}
.woocommerce div.product form.cart .group_table tr {
	display: flex;
	width: 100%;
	align-items: center;
}
.cart-summary {
	display: none;
}
.entry-content.single-content table,
.woocommerce table.shop_table {
	border: 1px solid var(--global-palette6);
}
.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,
.woocommerce-page .woocommerce a.button.alt, .woocommerce-page .woocommerce button.button.alt, .woocommerce-page .woocommerce input.button.alt, .woocommerce-page .woocommerce #respond input#submit.alt {
	background: var(--global-palette2);
	color: var(--global-palette9);
    border-color: var(--global-palette2);
}
.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 {
	padding: 15px 12px;
}
.woocommerce-cart .woocommerce table.shop_table td .quantity.spinners-added {
	padding-block: 1px;
	border: 1px solid var(--global-palette6);
}
#add_payment_method .cart-collaterals, .woocommerce-cart .cart-collaterals, .woocommerce-checkout .cart-collaterals {
	background: var(--global-palette7);
	padding: 30px;
}
.woocommerce-page .woocommerce #payment ul.wc_payment_methods li.wc_payment_method>label{ 
	background-color: var(--global-palette7);
	font-weight: 500;
}
.woocommerce .cart-collaterals table.shop_table {
	border: 0;
}
.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 .wc-proceed-to-checkout {
	padding: 0;
}
body .woocommerce table.shop_table {
	font-size: inherit;
}
.woocommerce-checkout .woocommerce form.checkout_coupon {
	border: 3px dashed var(--global-gray-400);
}
.woocommerce-checkout .woocommerce form.checkout_coupon, .woocommerce-checkout .woocommerce form.login {
	width: 50%;
}
.woocommerce-checkout .woocommerce form .form-row {
	margin: 0 0 1.5em;
}
.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;
}
/* body .woocommerce table.shop_table td {
	padding: 15px 12px;
	line-height: 1.2em;
} */
body .woocommerce form .form-row label {
	color: var(--global-palette5);
	font-weight: 400;
}
body input[type=color], body input[type=color]:focus, body input[type=date]:focus, body input[type=datetime-local], body input[type=datetime-local]:focus, body input[type=datetime], 
body input[type=datetime]:focus, body input[type=email], body input[type=email]:focus, body input[type=month], body input[type=month]:focus, body input[type=number], body input[type=number]:focus, 
body input[type=password], body input[type=password]:focus, body input[type=range], body input[type=range]:focus, body input[type=search], body input[type=search]:focus, body input[type=tel], 
body input[type=tel]:focus, body input[type=text], body input[type=text]:focus, body input[type=time], body input[type=time]:focus, body input[type=url], body input[type=url]:focus, 
body input[type=week], body input[type=week]:focus, body select:focus, body textarea, body textarea:focus, input[type=date]{
	padding: 0.5em 0.5em;
	border-radius: 0;
}
::placeholder {
	color: var(--global-palette5) !important;
}
#ship-to-different-address .woocommerce-form__label span .woocommerce-billing-fields h3, .woocommerce-checkout h3 {
	font-size: 22px;
}
.woocommerce form .form-row label {
	font-size: inherit !important;
}
body.woocommerce-page .woocommerce-MyAccount-content p > a, body.woocommerce-page .woocommerce-MyAccount-content p > a:hover, 
body .woocommerce .woocommerce-terms-and-conditions-wrapper p > a, .woocommerce .woocommerce-terms-and-conditions-wrapper .form-row a {
	text-decoration: underline;
}
.about-accroding .elementor-accordion-icon {
	margin-block-start: 4px;
}
body .pagination .page-numbers, body.woocommerce nav.woocommerce-pagination ul li .page-numbers, 
body.woocommerce div.product .woocommerce-tabs ul.tabs li, 
body.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0rem;
	border-color: var(--global-palette2);
}

body .woocommerce ul.products li.product h3 a, body .woocommerce ul.products li.product .woocommerce-loop-product__title a, 
body .woocommerce ul.products li.product .woocommerce-loop-category__title a, body.woocommerce ul.products li.product .product-details a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
body a.post-more-link .thebase-svg-icon {
	display: none;
}
h2.entry-related-title {
	text-align: center;
}
.entry-related .entry-related-inner-content {
	padding-top: 6.5em;
	padding-bottom: 8.5em;
	padding-left: 0;
	padding-right: 0;
}
body .tns-outer .tns-nav {
	bottom: -40px;
}
.entry-related .tns-outer .tns-nav button {
	width: 18px;
	height: 18px;
}
#cancel-comment-reply-link, .comment-form .logged-in-as a, .logged-in-as a {
	color: var(--global-palette5) !important;
	text-decoration: underline;
}
.blog .has-post-thumbnail .sticky-inner, .entry.loop-entry .has-post-thumbnail .sticky-inner {
	position: absolute;
	left: 10px;
	right: auto;
	top: 10px;
	bottom: auto;
}
body .site .post-thumbnail {
	padding-bottom: 72.67%;
}
.sticky-inner {
	padding-inline-start: 10px;
}
.sticky-post {
	background: var(--global-palette2);
	padding: 4px 9px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	color: var(--global-palette9);
}
.woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap .button span, .cart-summary, 
.woocommerce ul.products li.product .button.added, .loop-entry .entry-content-wrap .posted-on::after {
	display: none;
}
.single-post .single-content figure {
	margin: 0;
}
.single-post .wp-block-pullquote blockquote::before {
	font-size: 150px;
	color: var(--global-palette6);
	left: -15px;
	top: 75px;
}
.elementor-image-box-img img, .gallery-item img, .gallery-slider img, .loop-entry .post-thumbnail-inner img{
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.elementor-image-box-img:hover img, .gallery-item .gallery-icon:hover img, .gallery-slider .swiper-slide-inner:hover img, 
.loop-entry .post-thumbnail-inner:hover img{
	transform: scale(1.05);
}
.service_cms .elementor-widget-image:hover img {
	transform: scale(1.05);
}
.service_cms .elementor-widget-image img {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.service_cms .elementor-widget-image{
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.cms-banner .elementor-widget-wrap, .elementor-image-box-img, .gallery-item .gallery-icon, .gallery-slider .swiper-slide-inner, 
.post-thumbnail-inner, .widget_media_image, .poerfolio-banner .elementor-widget-container {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.single-post .wp-block-pullquote {
	padding: 0em 0 1.5em;
}
.comments-area .comment-respond {
	margin-block: 6em;
}

body .woocommerce form.login, body .woocommerce form.register {
	border: 1px solid var(--e-global-color-thebase6);
    border-radius: 0 !important;
    background-color: transparent;
    margin-top: 1rem;
    padding: 40px;
}
.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: auto;
}
.woocommerce.widget_product_categories > ul li .count, .woocommerce.widget_product_categories > ul li .wc-block-product-categories-list-item-count, 
.woocommerce .wp-block-woocommerce-product-categories > ul li .count, .woocommerce .wp-block-woocommerce-product-categories > ul li .wc-block-product-categories-list-item-count, 
body.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
	position: absolute;
	right: 0;
	display: block;
	top: 3px;
	min-width: 2rem;
	text-align: center;
}
.woocommerce .products span.onsale, .woocommerce .product span.onsale {
	padding: 0.3em 0.8em;
	border-radius: 0;
	line-height: 1.3;
	font-weight: 500;
	z-index: 8;
}
.products_block .woocommerce ul.products li.product .woocommerce-loop-product__title, body.woocommerce ul.products li.product .woocommerce-loop-product__title {
	line-height: 15px;
	padding: 0 0 5px 0;
	float: none;
}
.product_category_title {
	padding-bottom: 5px;
}
.woocommerce ul.products li.product .entry-content-wrap .price ins, .comment-meta .comment-author, 
body .woocommerce table.shop_table th{
	font-weight: 500;
}

body .woocommerce table.shop_table th, body .woocommerce table.shop_table tbody tr td {
    border-left: 0;
}

body .wishlist_table td.product-add-to-cart a {
	display: inline-block !important;
	background-color: var(--global-palette2);
	border-color: var(--global-palette2);
	color: var(--global-palette9);
	text-decoration: none;
	padding: 10px 20px;
	margin-bottom: 0 !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 500;
}

body .wishlist_table td.product-add-to-cart a:hover {
    background-color: var(--global-palette1);
}
.yith_wcwl_wishlist_footer .yith-wcwl-share ul {
    padding-left: 0;
}
.yith-wcwl-share li a {
    min-width: 36px;
    min-height: 36px;
    line-height: 26px;
}

body.woocommerce .quantity.spinners-added .qty {
	height: 45px;
    width: 2em;
    border-radius: 0;
    color: var(--global-palette1);
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
color: var(--global-palette5);
}
.woocommerce p.stars a::before {
	color: #ffb300;
}
/* about us effect */
.aboutus .elementor-widget-image .elementor-widget-container{
	position: relative;
}
.aboutus .elementor-widget-image .elementor-widget-container::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);
}
.aboutus .elementor-widget-image .elementor-widget-container:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
	left: 110%;
}
/* cmsbanner effect */
.cmsbanner .elementor-widget-image .elementor-widget-container:hover img ,.category-carousel .cat-inner-block:hover img {
	transform: scale(1.05);
}
.aboutus2 .elementor-widget-image .elementor-widget-container:hover img ,.aboutus .elementor-widget-image .elementor-widget-container:hover img {
	transform: scale(1.07);
}
.cmsbanner .elementor-widget-image .elementor-widget-container,.category-carousel .cat-inner-block .cat-img-block ,.aboutus .elementor-widget-image .elementor-widget-container,.aboutus2 .elementor-widget-image .elementor-widget-container{
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}
.cmsbanner .elementor-widget-image .elementor-widget-container img,.category-carousel .cat-inner-block img,.aboutus .elementor-widget-image .elementor-widget-container img,.aboutus2 .elementor-widget-image .elementor-widget-container img{
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
/* Brand logo */
.brand_logo img{
	filter: invert(13%) sepia(11%) saturate(4%) hue-rotate(29deg) brightness(86%) contrast(95%);
}

/** owl-carousel **/
.owl-carousel .owl-wrapper-outer {
	overflow-inline: -moz-hidden-unscrollable;
	overflow-x: clip;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-item, .rtl .elementor-tab-content .tab-left-part-2 {
	float: left;
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.category-carousel.owl-carousel .owl-item{
    padding: 0 16px;
}
.flexslider, .owl-carousel .owl-wrapper-outer, .home-product .owl-buttons, #sb-wrapper, .home-service, .feature{
	direction: ltr;
}
/*owl-carousel*/

.owl-theme .owl-buttons div.owl-next::after, .owl-theme .owl-buttons div.owl-prev::after {
	content: "";
	position: absolute;
	top: auto;
	background-size: 15px;
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.owl-theme .owl-buttons div {
	display: block;
	font-size: 0;
	height: 32px;
	width: 32px;
	position: absolute;
	text-align: center;
	top: 35%;
	bottom: auto;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	margin: auto !important;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	margin: auto;
	z-index: 99;
	cursor: pointer;
}
.owl-theme:hover .owl-buttons div {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.owl-theme .owl-buttons div.owl-prev {
	left: -20px;
	right: auto;
}
.owl-theme .owl-buttons div.owl-next {
	right: -20px;
	left: auto;
}
.owl-theme .owl-buttons div.owl-next::after {
	background-image: url(assets/img/right-arrow.svg);
	background-position: 100%;
	right: -20px;
	left: auto;
}
.owl-theme .owl-buttons div.owl-prev::after {
	background-image: url(assets/img/left-arrow.svg);
	background-position: 0;
	left: -20px;
	right: auto;
}
.container-inner {
	padding: 0 15px;
}
.Team-carousel .owl-controls {
	text-align: center;
	clear: both;
	line-height: 13px;
	padding-top: 30px;
}
.owl-theme:hover .owl-buttons div {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
/* .featured-products .products .owl-buttons div {
    top: 170px;
} */
.woocommerce.widget_product_categories > ul li a, .woocommerce .wp-block-woocommerce-product-categories > ul li a {
	display: inline-block;
	vertical-align: middle;
}
.widget .tagcloud, .widget .widget_product_tag_cloud, .widget .wp-block-tag-cloud, .widget li {
	list-style: none;
	margin: 0;
	position: relative;
}
body .widget-area a:not(.button):hover, body .woocommerce ul.cart_list li a:hover, body .woocommerce ul.product_list_widget li a:hover, .thebase-breadcrumbs a {
	text-decoration: none;
}
.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
	font-size: 14px;
}
body.woocommerce div.product div.images .flex-control-thumbs li, body.woocommerce div.product div.images .flex-control-thumbs li:first-child, body.woocommerce div.product div.images .flex-control-thumbs li:nth-child(7), body.woocommerce div.product div.images .flex-control-thumbs li:nth-child(6) {
	width: auto;
	height: auto;
	padding: 0;
}


/** Product add to cart **/
li.product:hover .product-details .product-action-wrap {
	opacity: 1;
}
li.product .product-details .product-action-wrap {
	opacity: 0;
	display: block;
	margin-bottom: 15px;
}
li.product .product-details .product-action-wrap .button.yith-wcqv-button {
	display: none;
}
.woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button {
	padding: 12px 10px;
}
.woocommerce ul.products.products-list-view li.product .product-action-wrap{
	display: flex;
}
.woocommerce ul.products.products-list-view li.product .archive-extra-button-wrap .button.wp-element-button{
	display: none;
}
.woocommerce ul.products li.product .archive-image-wrap {
    position: relative;
}

body ul.products li.product .archive-image-wrap .product-action-wrap, 
body .woo-products .woocommerce ul.products li.product .archive-image-wrap .product-action-wrap,
body ul.products.products-list-view li.product .archive-image-wrap .product-action-wrap  {
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 0;
    right: 0;
    margin-top: 0;
	z-index: 1;
	padding: 0 30px;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    transition: opacity .3s cubic-bezier(.17,.67,.35,.95);
}
body ul.products li.product:hover .archive-image-wrap .product-action-wrap, 
body ul.products li.product:focus-within .archive-image-wrap .product-action-wrap,
body .woo-products .woocommerce ul.products li.product:hover .archive-image-wrap .product-action-wrap,
body ul.products.products-list-view li.product:hover .archive-image-wrap .product-action-wrap, 
body ul.products.products-list-view li.product:focus-within .archive-image-wrap .product-action-wrap {
	opacity: 1;
	bottom: 15px;
}

/** Product add to cart **/

body .woocommerce.widget_shopping_cart .buttons a:not(.checkout), body .woocommerce .widget_shopping_cart .buttons a:not(.checkout) {
	color: var(--e-global-color-thebase9);
	background-color: var(--e-global-color-thebase2);
}
body .woocommerce.widget_shopping_cart .buttons a:not(.checkout):hover, body .woocommerce .widget_shopping_cart .buttons a:not(.checkout):hover {
    background: var(--global-palette-btn-bg-hover);
    color: var(--global-palette-btn-hover);
}
.woocommerce ul.cart_list li .quantity, .woocommerce ul.product_list_widget li .quantity {
    font-size: 15px !important;
    color: var(--global-palette2) !important;
}
/* body .woocommerce ul.cart_list, body .woocommerce ul.product_list_widget {
	margin-bottom: 15px;
} */
body .woocommerce.widget_shopping_cart .total, body .woocommerce .widget_shopping_cart .total {
	padding: 15px 0;
	border-color: var(--global-palette6);
}
body .woocommerce.widget_shopping_cart .cart_list li, body .woocommerce .widget_shopping_cart .cart_list li {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
body .woocommerce ul.products li.product .woocommerce-loop-category__title {
	font-size: 18px;
	font-weight: 500;
	padding: 0;
	line-height: 20px;
}
/** Product other icons **/
.woocommerce ul.products li.product .archive-image-wrap .archive-extra-button-wrap {
    position: absolute;
    top: 10px;
    left: auto;
    right: 0px;
    z-index: 9;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    margin: auto;
    bottom: auto;
    display: flex;
    flex-direction: column;
   /*  transition: .3s;
    transform: translateX(10px) translateZ(0); */
}
.woocommerce ul.products li.product:hover .archive-image-wrap .archive-extra-button-wrap {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

body .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
	margin: 0;
	text-transform: capitalize;
}
.woocommerce ul.products li.product .yith-wcwl-add-button {
    width: 35px;
    height: 35px;
}
.yith-wcwl-wishlistexistsbrowse .feedback, .yith-wcwl-wishlistaddedbrowse .feedback {
    display: none;
}
.woocommerce.compare-button a, .woocommerce ul .button.yith-wcqv-button, .woocommerce ul .yith-wcwl-add-to-wishlist a, 
.woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse a, .woocommerce-page ul.products li.product .yith-wcwl-wishlistexistsbrowse a, 
.woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse a, .woocommerce-page ul.products li.product .yith-wcwl-wishlistaddedbrowse a {
    border: 0 !important;
    background: none !important;
    color: var(--global-palette3);
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 0;
    padding: 0;
	margin: 0;
	height: auto;
}
ul li .yith-wcwl-add-to-wishlist .add_to_wishlist::before, .product .archive-extra-button-wrap a.button.yith-wcqv-button::before, 
.product .archive-extra-button-wrap a.compare.button::before, 
.woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse a::before,
.woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse a::before,
.product .archive-extra-button-wrap a.button.wp-element-button::before
{
    mask-position: center;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    content: "";
    position: relative;
    display: inline-block;
    height: 35px;
	width: 35px;
	padding: 5px 7px;
    vertical-align: top;
    background: var(--global-palette1);
    -webkit-margin-after: 0;
    margin-block-end: 0;
}
.woocommerce ul.products li.product a {
	display: block;
}
ul li .yith-wcwl-add-to-wishlist .add_to_wishlist::after, .product .archive-extra-button-wrap a.button.yith-wcqv-button::after, 
.product .archive-extra-button-wrap a.compare.button::after,.product .archive-extra-button-wrap a.button.wp-element-button::after ,.woocommerce ul.products li.product a.added_to_cart.wc-forward::after{
    display: inline-block;
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    z-index: -9;
    right: 0;
    left: auto;
    top: auto;
    bottom: auto;
    border-radius: 50px;
}
ul li .yith-wcwl-add-to-wishlist .add_to_wishlist::before {
    mask-image: url("assets/img/pro-wishlist.svg");
    -webkit-mask-image: url("assets/img/pro-wishlist.svg");
    mask-size: 18px;
    -webkit-mask-size: 18px;
}

.product .archive-extra-button-wrap a.compare.button::before {
	mask-image: url("assets/img/pro-compare.svg");
    -webkit-mask-image: url("assets/img/pro-compare.svg");
    mask-size: 20px;
    -webkit-mask-size: 20px;
}

.product .archive-extra-button-wrap a.button.yith-wcqv-button::before{
	mask-image: url("assets/img/quickview.svg");
    -webkit-mask-image: url("assets/img/quickview.svg");
    mask-size: 17px;
    -webkit-mask-size: 17px;
}
body .product .archive-extra-button-wrap a.button.wp-element-button,body .product .archive-extra-button-wrap a.button.wp-element-button:hover,
body.woocommerce ul.products.woo-archive-btn-button .product .button.product_type_variable.add_to_cart_button,
body.woocommerce ul.products.woo-archive-btn-button .product .button.product_type_variable.add_to_cart_button,body .woocommerce .products a.added_to_cart.wc-forward,body.woocommerce a.added_to_cart,.product .archive-extra-button-wrap a.button.wp-element-button{
	width: 100%;
    color: var(--global-palette9);
    background: var(--global-palette2);
    font-size: 14px;
	padding: 12px 10px;
	letter-spacing: 0.5px;
	line-height: initial;
	font-weight: 500;
	display: block;
}
body.woocommerce ul.products.woo-archive-btn-button.products-list-view a.added_to_cart.wc-forward::before{
	display: none;
}

body.woocommerce ul.products.woo-archive-btn-button.products-list-view .button.product_type_variable.add_to_cart_button ,body.woocommerce ul.products.woo-archive-btn-button.products-list-view .added_to_cart.wc-forward{
    width: auto;
    color: var(--global-palette9);
    background: var(--global-palette2);
    font-size: 14px;
	padding: 15px 28px 15px 28px;
	letter-spacing: 0.5px;
	line-height: initial;
	font-weight: 500;
}
body.woocommerce ul.products.woo-archive-btn-button.products-list-view .product-details .product-action-wrap .button ,body.woocommerce ul.products.woo-archive-btn-button.products-list-view .product-details .product-action-wrap a {
	padding: 12px 20px;
}
body.woocommerce ul.products.woo-archive-btn-button.products-list-view .button.product_type_variable.add_to_cart_button:hover,body.woocommerce ul.products.woo-archive-btn-button.products-list-view .added_to_cart.wc-forward:hover {
    background: var(--global-palette1);
	text-decoration: none;
}
.product .archive-extra-button-wrap a.button.wp-element-button::before{
	mask-image: url("assets/img/addtocart.svg");
    -webkit-mask-image: url("assets/img/addtocart.svg");
    mask-size: 23px;
	-webkit-mask-size: 23px;
	display: flex;
}
.product .archive-extra-button-wrap a.button.wp-element-button.product_type_variable::before {
	mask-image: url("assets/img/select-opt.svg");
	-webkit-mask-image: url("assets/img/select-opt.svg");
	mask-size: 18px;
	-webkit-mask-size: 18px;
}
.woocommerce .yith-wcwl-wishlistexistsbrowse a::before, 
.woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse a::before,
.woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse a::before {
	mask-image: url("assets/img/browse-wishlist.svg");
	-webkit-mask-image: url("assets/img/browse-wishlist.svg");
	mask-size: 20px;
    -webkit-mask-size: 20px;
}

body .yith-wcwl-add-to-wishlist {
	margin-top: 0;
	display: inline-block;
}

body ul.products li.product .woocommerce.product .button.added {
    display: block;
    height: auto;
}

.wishlist_table tr td a.button.yith-wcqv-button {
    display: none;
    margin: 0;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}



/** Product **/
body .woocommerce ul.products li.product, body.woocommerce ul.products li.product ,body .woocommerce ul.products li.product.product-category:hover {
	padding: 0 15px;
	border: 1px solid transparent;
	border-radius: 0;
}
body .woocommerce ul.products li.product:hover, body.woocommerce ul.products li.product:hover {
	border-color:  var(--global-palette6);
}
body.woocommerce ul.products li.product-category.product:hover {
	border: none;
}
body .woocommerce ul.products, body.woocommerce ul.products {
	row-gap: 40px;
	column-gap: 0;
}
.woo-products .woo-carousel ul.products.product-archive {
	display: flex !important;
}
body .woocommerce ul.products li.product .entry-content-wrap, body.woocommerce ul.products li.product .entry-content-wrap {
	padding: 10px 0 0;
	margin: 0;
	border-radius: 0;
	transition: none;
	text-align: center;
}
body .woocommerce ul.products li.product-category.product .entry-content-wrap{
	padding: 15px 0 10px;
}
body.woocommerce ul.products.products-list-view li.product .entry-content-wrap {
	text-align: left;
}
body.woocommerce ul.products.products-list-view li.product .woocommerce-loop-product__title {
	font-size: 15px;
}
body .woocommerce ul.products li.product .product-details .price, body.woocommerce ul.products li.product .product-details .price {
    padding: 0;
    clear: both;
    margin: 0 ;
}
body.woocommerce ul.products.products-list-view li.product .star-rating ~ .price {
	margin-top: 0;
}

/** Single Product page **/
.entry .summary .yith-wcwl-add-to-wishlist {
    width: auto;
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
	padding-right: 20px;
    margin-right: 15px;
    border-inline-end: 1px solid var(--e-global-color-thebase3);
}
.entry .summary a.compare.button {    
    display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: 400;
	color: var(--global-palette1);
    background: transparent;
	text-decoration: underline;
	text-transform: capitalize;
	padding: 0;
    border: none;
    height: unset;
	cursor: pointer; 
	letter-spacing: 0.5px; 
}
.entry .summary a.compare.button:hover {
    color: var(--global-palette2);
}
.entry.product .summary .product_meta>span a:hover {
    color: var(--global-palette2);
}
.woocommerce-product-gallery .owl-theme .owl-buttons div.owl-prev {
    left: 0;
}
.woocommerce-product-gallery .owl-theme .owl-buttons div.owl-next {
    right: 0;
}
body.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 0;
}
body .woocommerce .entry.product .summary p.price,
body.woocommerce .entry.product .summary p.price {
    margin: 8px 0 0;
    color: var(--global-palette2);
    font-weight: 600;
}
body.woocommerce .entry.product .woocommerce-product-gallery {
    margin-bottom: 3em;
}
body.woocommerce div.product form.cart .variations td, body.woocommerce div.product form.cart .variations th {
	padding: 0;
	text-align: left;
}
body.woocommerce .woocommerce-product-details__short-description {
	margin-bottom: 1.5em;
    border-bottom: 1px solid #e5e5e5;
}
.variations_form tr {
    margin: 20px 0 0;
    display: block;
}
.variations_form tr:first-child {
    margin-top: 0;
}
body.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, 
body.woo-variation-swatches.wvs-show-label .variations td label, 
body.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name,
body.woo-variation-swatches.wvs-show-label .variations th label {
	color: var(--global-palette1);
    font-weight: 500;
}

.woocommerce div.product form.cart .variations .reset_variations {
    font-size: 15px;
    font-weight: normal;
    padding: 3px 0;
    text-decoration: none;
    position: relative;
    margin: 5px;
}
.woocommerce div.product form.cart .variations .reset_variations::before {
    display: inline-block;
    font-family: fontawesome;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-rendering: auto;
    content: '\f05c';
    margin-inline-end: 5px;
    vertical-align: top;
}
body.woocommerce #content div.product .stock, body.woocommerce div.product .stock,body .woocommerce div.product .stock, 
body.woocommerce-page #content div.product .stock, body.woocommerce-page div.product .stock {
    color: #008000;
    font-weight: 500;
    font-size: 16px !important;
    padding: 0 0 5px;
    display: block;
    clear: both;
}
span.soldout {
	position: relative;
	background-color: #fff;
	color: var(--e-global-color-thebase2);
	font-size: 12px;
	padding: 0;
	display: inline-block;
	line-height: initial;
	font-weight: 500;
	opacity: 0;
}
body .woocommerce ul.products li.product:hover span.soldout {
	opacity: 1;
}
.soldout_wrapper {
	background: rgba(255, 255, 255, 0.3);
	bottom: auto;
	left: 0px;
	position: absolute;
	text-align: left;
	top: 10px;
	right: auto;
	z-index: 1;
}

.entry.product .summary .yith-wcwl-wishlistexistsbrowse a::before {
	display: none;
}
body.woocommerce div.product div.images .flex-control-thumbs li img {
    opacity: 1;
}
body.woocommerce ul.products.products-list-view li.product .product-excerpt {
    margin-top: 10px;
}
body .entry .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i.yith-wcwl-icon.fa.fa-heart-o {
    display: none;
}
body.woocommerce div.product div.images, body.woocommerce #content div.product div.images, body.woocommerce-page div.product div.images, body.woocommerce-page #content div.product div.images {
	width: 45%;
}
body.woocommerce div.product div.summary, body.woocommerce #content div.product div.summary, body.woocommerce-page div.product div.summary, body.woocommerce-page #content div.product div.summary {
	width: 55%;
	padding-left: 40px;
}
/** Product Tab **/
.entry-content-wrap .woocommerce form .form-row label, .woocommerce div.product .summary .product_meta > span {
	color: var(--global-palette1);
}
.woocommerce div.entry.product .woocommerce-tabs ul.tabs li.active a, body .site-footer-wrap .rss-date, body .site-footer-wrap cite, .site-footer-wrap .widget_calendar th {
	color: var(--global-palette9);
}
.woocommerce div.entry.product .woocommerce-tabs ul.tabs li a {
	padding: 11px 27px;
	text-align: center;
}

body .woocommerce.widget_price_filter .ui-slider .ui-slider-handle, body .woocommerce span.onsale, 
.woocommerce div.entry.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.entry.product .woocommerce-tabs ul.tabs li.active:hover {
	background-color: var(--global-palette2);
}
body .pagination .current, body.woocommerce nav.woocommerce-pagination ul li span.current, body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: var(--global-palette2);
	color: var(--global-palette9);
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
	margin-inline-start: 0;
}
.woocommerce div.entry.product .woocommerce-tabs ul.tabs li, .woocommerce div.entry.product .woocommerce-tabs ul.tabs li:hover {
	border: 0;
	border-radius: 5px 5px 0 0;
}
body.woocommerce ul.products li.product .price del,body .woocommerce ul.products li.product .price del {
	opacity: 0.7;
}

.woocommerce div.entry.product .woocommerce-tabs ul.tabs li.active a,.woocommerce div.entry.product .woocommerce-tabs ul.tabs li a:hover{
	color: var(--global-palette9);
	background-color: var(--global-palette2);
	border-color: var(--global-palette2);
}
body .site-footer-wrap .rss-date, body .site-footer-wrap cite, .site-footer-wrap .widget_calendar th {
	color: var(--global-palette9);
}
.widget .product_list_widget li > span, .widget .product_list_widget li a, body.woocommerce div.product .woocommerce-tabs ul.tabs, 
.widget.widget_recent_comments ul li > span, .widget.widget_recent_comments ul li a, .widget.widget_rss ul li > span, .widget.widget_rss ul li a, 
.widget .widgets-blog-posts li > span, .widget .widgets-blog-posts li a, .widget .wp-block-latest-comments li > span, .widget .wp-block-latest-comments li a, 
.widget .wp-block-latest-posts li > span, .widget .wp-block-latest-posts li a, body.woocommerce table.shop_attributes td p, body.woocommerce-cart .wc-proceed-to-checkout {
	padding: 0;
}
.woocommerce div.entry.product .woocommerce-tabs ul.tabs li a {
	padding: 11px 27px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--global-palette1);
    border: 1px solid var(--e-global-color-thebase6);
    border-bottom: 0;
	border-radius:0;
}

.wp-block-quote, blockquote {
	-webkit-padding-start: 1em;
	padding-inline-start: 1em;
	border-left: 4px solid var(--global-palette3);
	background-color: var(--global-palette8);
	padding: 2em;
	margin: 1.5em 0;
}
.entry-related .loop-entry .entry-content-wrap {
    padding: 1em 0;
}
.entry-author-style-center .entry-author-profile {
	text-align: center;
	border: 1px solid var(--global-gray-400);
	padding: var(--global-sm-spacing);
}
.entry-author-style-center .entry-author-avatar {
	position: relative;
	margin-bottom: 1em;
	margin-top: -80px;
	background: #fff;
	display: inline-block;
	padding-inline: 15px;
}
.widget .tagcloud a, .widget .widget_product_tag_cloud a, .widget .wp-block-tag-cloud a, .entry-author-style-center .entry-author-name {
	font-size: inherit !important;
	display: block;
}
.entry-author-style-center {
	padding-top: 50px;
}
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}
.wpcf7-form > div {
	margin-block: 10px;
}
.contact-cols {
	display: flex;
	grid-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
}
.wpcf7 label {
	padding-block: 10px;
	display: block;
	color: var(--global-palette1);
}
.wpcf7 .wpcf7-submit, .wpcf7 input {
	display: block;
	width: 100%;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 150px;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon .input-text {
	height: 45px;
	margin-inline-end: 15px;
}
body .woocommerce .cart-empty.woocommerce-info {
    font-size: 32px;
    font-weight: 500;
    color: var(--global-palette5);
}
/** End comman css **/

/** header contact **/
.element-contact-inner-wrap {
	font-size: 15px;
	letter-spacing: 0.3px;
}
.element-contact-inner-wrap .thebase-svg-iconset {
	display: none;
}
.element-contact-inner-wrap .header-contact-item {
	border-right: 1px solid #e6e6e6;
    padding-inline-end: 15px;
    padding-block-start: 7px;
	padding-block-end: 7px;
}
.element-contact-inner-wrap .header-contact-item:last-child {
    border-right: none;
    padding-inline-end: 0;
}
body .header-account-button > .thebase-svg-iconset,.header-account-wrap{
	display: flex;
}

/** header navigation **/
body .header-navigation[class*="header-navigation-style-underline"] .header-menu-container > ul > li > a::after {
	bottom: auto;
	top: 0;
}
/* .site-main-header-wrap .header-navigation .header-menu-container ul ul li.menu-item, .single-product #main-header, .single-product #mobile-header,  */
body .comment-body {
	border-bottom: 1px solid var(--global-palette6);
}
.header-navigation .header-menu-container ul ul li.menu-item > a {
	padding-inline-start: 20px;
}

/** footer **/
.footer-widget-area .tnp.tnp-subscription-minimal .tnp-email {
	border: none;
	height: 45px;
	width: 100%;
}
.site-footer .widget-area .widget-title {
	margin-bottom: 0;
}
.site-middle-footer-inner-wrap .widget-area .widget-title {
	margin-bottom: 20px;
}
.site-footer-wrap .site-top-footer-inner-wrap .footer-widget-area-inner .widget.widget_block + .widget.widget_block{
	float: right;
	width: 48%;
	margin-bottom: 0;
}
.site-footer-wrap .site-top-footer-inner-wrap .footer-widget-area-inner .widget.widget_block .wp-block-columns{
	margin-bottom: 0;
}
.site-footer-wrap .site-top-footer-inner-wrap .footer-widget-area-inner .widget.widget_block{
	float: left;
	text-align: left;
	margin-bottom: 0;
}
.site-footer-top-section-1 .wp-block-group__inner-container p {
	margin: 0 0 5px;
}
.site-footer .widget_block .wp-block-tnp-minimal p {
	margin-bottom: 15px;
	line-height: 26px;
}
.payment-icon.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: auto;
    flex-grow: unset;
    margin-block: 0;
}
.wp-block-gallery.has-nested-images.payment-icon {
    justify-content: flex-end;
}
.site-bottom-footer-inner-wrap .footer-widget-area {
    align-items: center;
}
.site-bottom-footer-wrap {
	border-top: 1px solid #2e2e2e;
}
.site-top-footer-inner-wrap .widget-area .widget-title.information:after {
    margin: 10px 0 20px;
}
.tnp.tnp-subscription-minimal {
	display: block;
	width: 345px;
	position: relative;
}
.tnp.tnp-subscription-minimal form {
	display: flex;
}
.tnp.tnp-subscription-minimal form .tnp-submit {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	border: none;
	padding: 0;
	height: 45px;
	width: 45px;
	cursor: pointer;
	background: url("assets/img/send.svg") no-repeat center;
}
.social-button .thebase-svg-iconset svg {
	height: 18px;
    width: 18px;
}
body .site-footer .site-footer-wrap .site-footer-section .footer-social-wrap .social-button {
	margin: 0 12px 0 0;
	background: transparent;
}
.site-footer-top-section-2 .wp-block-group {
    padding: 0 0 0 90px;
}
.site-footer-top-section-3 .wp-block-group {
    padding: 0 0 0 70px;
}
.site-footer .widget_block p.location {
	line-height: 26px;
	margin: 0 0 10px;
	background: url("assets/img/location.png") no-repeat 0 4px;
	padding-left: 25px;
	padding-right: 1%;
}
.site-footer .widget_block p.call {
	background: url("assets/img/call.png") no-repeat 0 3px;
	padding-left: 25px;
	margin: 0 0 10px;
}
.site-footer .widget_block p.phone {
	background: url("assets/img/phone.png") no-repeat 0 2px;
	padding-left: 25px;
	margin: 0 0 10px;
}
.site-footer .widget_block p.mail {
	background: url("assets/img/mail.png") no-repeat 0 2px;
	padding-left: 25px;
}


/** Tab **/
.elementor-tab-content .elementor-button-wrapper {
	margin-top: 45px;
}
.elementor-tab-content .tab-left-part, .tab-left-part {
	width: auto;
	float: left;
	margin-inline-end: 75px;
}
.elementor-tab-content .tab-left-part-2 {
	width: auto;
	float: right;
	margin-inline-start: 75px;
}
.elementor-widget-tabs.cat-tab .elementor-tab-desktop-title {
	padding: 16px 29px;
}
.elementor-tab-content .tab-right-part, .elementor-tab-content .tab-right-part-2, .tab-right-part {
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	width: 36%;
	margin-top: 62px;
}
.site-footer .widget-area .wp-block-column p, body .single-content h2 {
	margin-top: 0;
}
.site-footer-row .site-footer-section .app-img{
	padding: 23px 23px;
	border-radius: 5px;
	margin-bottom: 0;
	text-align: left;
}
.elementor-widget-tabs.cat-tab h2 {
	margin-bottom: 30px;
}

/** .tm_piechart**/ 
.tmchat_wrapper canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
}
.percent {
	display: flex;
	justify-content: center;
	min-height: 130px;
	font-size: 30px;
	align-items: center;
	max-width: 130px;
	font-weight: 500;
}
.percent::after {
	content: "%";
	margin-left: 0.1em;
	font-size: 0.8em;
}
.tm_piechart .chart_bottom {
	margin-top: 25px;
}
.chart_top .percent {
	color: var(--global-palette3) !important;
}
.tm_piechart .chart_title {
	letter-spacing: 0.4px;
}

/** blog **/
.loop-entry .entry-header h4.entry-title {
	margin-bottom: 8px;
}
.loop-entry .entry-content-wrap .entry-header .entry-meta {
	margin: 0;
}
body .loop-entry .entry-header .entry-title {
	margin: 5px 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
body .entry-related-carousel h3.entry-title {
	font-size: 18px;
	font-weight: 500;
}
body .loop-entry .entry-content-wrap {
    padding-top: 15px;
}
.blog .entry-header {
    margin-bottom: 0;
}




.woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap a, body a.post-more-link {
	font-weight: 500;
	font-size: 14px;
}

body .comment-navigation a:hover, body .post-navigation a:hover, .woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap a:hover, .comment-reply-title #cancel-comment-reply-link, body a.post-more-link:hover {
	color: var(--global-palette2);
}

body .woocommerce .quantity .qty{
	height: 46px;
}
.wp-block-search .wp-block-search__input {
    border-color: var(--e-global-color-thebase6);
    border-radius: 0;
}
body .wp-block-search .wp-block-search__button {
	padding: 10px;
	margin: 0;
	border-left: 0;
}
body .wp-block-search .wp-block-search__button:hover {
    color: var(--global-palette-btn-hover);
    background: var(--global-palette-btn-bg-hover);
    border-color: var(--global-palette-btn-bg-hover);
}
body .comment-form .comment-input-wrap p label, body .comment-form p.comment-form-float-label label {
	color: var(--global-palette5);
}
body.woocommerce table.shop_attributes tr:nth-child(2n) td, body.woocommerce table.shop_attributes tr:nth-child(2n) th {
	background: var(--global-palette9);
}
.widget .product_list_widget li, .widget.widget_recent_comments ul li, .widget.widget_rss ul li, .widget .widgets-blog-posts li, 
.widget .wp-block-latest-comments li, .widget .wp-block-latest-posts li {
	padding-block: 4px;
	margin-block: 6px;
	clear: both;
	overflow: hidden;
}
.primary-sidebar.widget-area .widget .wp-block-latest-posts li a.wp-block-latest-posts__post-title {
    color: var(--global-palette1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.primary-sidebar.widget-area .widget .wp-block-latest-posts li a.wp-block-latest-posts__post-title:hover {
    color: var(--global-palette2);
}
.widget_block .wp-block-search__label {
	font-weight: 500;
	font-size: 18px;
	line-height: 38px;
	font-family: Roboto;
	text-transform: capitalize;
	color: var(--global-palette1);
}
.primary-sidebar .wp-block-search__button-outside .wp-block-search__inside-wrapper {
	margin: 15px 0 0 0;
}
.has-sidebar .primary-sidebar.widget-area .widget:last-child, .woocommerce.widget_product_categories > ul.product-categories li .thebase-cat-toggle-sub, 
.woocommerce .cart-collaterals table.shop_table, body .entry-author-style-center {
	border: none;
}
/* .post-thumbnail-inner {
	margin-bottom: 10px;
} */
.woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap a {
	color: var(--global-palette3);
}
body a.post-more-link, body a.button.post-more-link:visited {
	color: var(--global-palette1);
	text-decoration: underline;
	background: transparent;
	padding: 0;
	margin-top: 7px;
}
body a.post-more-link:hover,body a.button.post-more-link:hover:visited {
	text-decoration: none;
	background: transparent;
}
.elementor-tab-content .left-img, .single-post .single-content figure, .elementor-tab-content .right-img, body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .single-post .elementor-element .elementor-widget-container .tab-left-part img {
	margin: 0;
}
.cross-sells > h2, .single.woocommerce section.products > h2, .site .entry-related h2, .elementor-tabs .elementor-tab-title, .cms_banner .elementor-column, .cms_banner .elementor-section {
	text-align: center;
}
.search-form .search-submit[type="submit"]:hover, .search-form .search-submit[type="submit"]:focus {
	color: transparent;
	background: transparent;
	box-shadow: none;
}
body .wp-block-latest-posts__post-author, body .wp-block-latest-posts__post-date {
    color: var(--global-palette5);
}
body .post-archive .entry.loop-entry .entry-summary, body .post-archive .entry.loop-entry .entry-header, .entry.loop-entry .entry-summary p {
    margin: 0;
}
.entry-related-inner .entry.content-bg.loop-entry.post {
    background: transparent;
}


/** testimonial **/
body .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
	display: flex;
	justify-content: center;
}
.testimonial-carousel .owl-controls {
	text-align: center;
	clear: both;
	line-height: 13px;
	padding-top: 30px;
}
.owl-controls .owl-pagination .owl-page {
	margin: 5px 2px;
	display: inline-block;
	zoom: 1;
	cursor: pointer;
}
.owl-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 10px;
}
.owl-controls .owl-pagination .owl-page:hover span, .owl-controls .owl-pagination .owl-page.active span {
	border-color: var(--global-palette2);
	background: var(--global-palette2);
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}
.owl-controls .owl-pagination .owl-page span {
	width: 11px;
	height: 11px;
	display: block;
	background: #ccc;
	cursor: pointer;
	margin: 2px;
	text-indent: -9999px;
	-webkit-transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
	-moz-transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
	-o-transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
	transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.grid-cols.search-archive {
    column-gap: 2rem;
}
.search-archive .entry-header {
	margin-top: 0;
	margin-bottom: 0;
}
body.woocommerce .woocommerce-message, body.woocommerce .woocommerce-error, body.woocommerce .woocommerce-info {
    color: var(--global-palette1);
}
body .entry-tags a.tag-link {
    border-radius: 0;
}
body .entry-tags a.tag-link:hover {
    background: var(--global-palette-btn-bg-hover);
    color: var(--global-palette-btn-hover);
    border-color: var(--global-palette-btn-bg-hover);
}
body .trending-btn .elementor-button-wrapper .elementor-button {
    padding: 13px 35px;
    font-size: 16px;
    line-height: 16px;
}
.site .content-container .alignwide {
    padding-left: var(--global-sm-spacing);
    padding-right: var(--global-sm-spacing);
    margin: 0;
    width: auto;
}
body.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
body.woocommerce #reviews #comments ol.commentlist li .meta {
    color: var(--global-palette3);
    font-size: 1em;
}

#yith-quick-view-modal #yith-quick-view-content h1.product_title.entry-title {
    text-align: left;
}

body .elementor .elementor-element.port-icon-list .elementor-icon-list-items li {
    justify-content: flex-start;
}
body .woocommerce form .form-row .button, body .woocommerce #payment #place_order,body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	padding: 15px 28px 15px 28px;
}
/** Responcive **/

@media screen and (max-width: 1600px){
	.owl-theme .owl-buttons div.owl-prev::after {
		left: 20px;
	}
	.owl-theme .owl-buttons div.owl-next::after {
		right: 20px;
	}
	.category-carousel.owl-theme .owl-buttons div.owl-prev::after {
		left: 0px;
	}
	.category-carousel.owl-theme .owl-buttons div.owl-next::after {
		right: 0px;
	}
}
@media screen and (max-width: 1500px){
	body p.woocommerce-store-notice.demo_store {
		padding: 7px 3.4rem;
	}
}
@media screen and (max-width: 1366px){
	.elementor-tab-content .tab-left-part, .tab-left-part {
		width: 50%;
		float: left;
		margin-inline-end: 40px;
	}
	.elementor-tab-content .tab-right-part, .elementor-tab-content .tab-right-part-2, .tab-right-part {
		width: 45%;
		margin-top: 0px;
	}
	.elementor-tab-content .tab-left-part-2 {
		width: 50%;
		float: right;
		margin-inline-start: 40px;
	}
	body .site-top-footer-inner-wrap {
		grid-column-gap: 0;
	}
	.parallexcms .elementor-top-column.elementor-element .elementor-element-populated {
		width: 51%;
	}
}

@media screen and (max-width: 1200px){
	body p.woocommerce-store-notice.demo_store {
		padding: 7px 1.5rem;
	}
	.site-footer .widget_block p.address {
		padding-left: 20px;
	}
	.site-footer-top-section-3 .wp-block-group {
		padding: 0 0 0 55px;
	}
	.tnp.tnp-subscription-minimal {
		width: 300px;
	}
}
@media screen and (max-width: 1024px){
	body p.woocommerce-store-notice.demo_store {
		padding: 7px 1.2rem;
	}
	#mobile-drawer.popup-drawer .drawer-inner {
		max-width: 320px;
	}
	.site-footer-top-section-2 .wp-block-group, .site-footer-top-section-3 .wp-block-group {
		padding: 0;
	}
	body .mobile-navigation ul li a {
		font-size: 15px;
	}
	body .mobile-navigation ul.sub-menu li a {
		font-size: 14px;
	}
	body .category-carousel h4 {
		margin: 1em 0 0em 0;
	}
	
	footer .wp-block-group .widget-title.block-tnp-minimal::before{
		display: none;
	}
	/* .site-footer .widget-area .widget-title {
		margin-bottom: 0px;
	} */
	.site-middle-footer-inner-wrap .widget-area .widget-title {
		margin-bottom: 10px;
	}
	footer .wp-block-group .toggled-on .wp-block-group, footer .wp-block-group .toggled-on > ul, 
	footer .wp-block-group .toggled-off .wp-block-columns {
		display: block;
	}
	footer .wp-block-group .toggled-off .wp-block-group, footer .wp-block-group .toggled-off > ul, 
	footer .wp-block-group .toggled-off .wp-block-columns, footer .wp-block-group .toggled-off > p ,footer .wp-block-group .toggled-off > h3,footer .wp-block-group .toggled-off > .footer_cms {
		display: none;
	}
	footer .wp-block-group .widget-title {
		padding: 0 0 0px;
		margin: 0;
	}
	footer .wp-block-group .widget-title, footer .widget_newsletterwidget .widget-title {
		cursor: pointer;
		position: relative;
	}
	footer .wp-block-group .toggled-on .wp-block-group, footer .wp-block-group .toggled-on > ul, footer .widget_newsletterwidget.toggled-on .newsletter-dec {
		padding-block: 5px;
	}
	.wp-block-group.Widget-desc {
		max-width: inherit;
	}
	footer .wp-block-group .toggled-on .wp-block-columns, footer .wp-block-group .toggled-on .wp-block-group, footer .footer-widget-area-inner .toggled-on .widget_block {
		display: block;
		margin-bottom: 0;
	}
	footer .widget_newsletterwidget.toggled-on .newsletter-dec {
		padding-top: 10px;
	}
	.footer-social-wrap {
		text-align: left;
		margin-top: 20px;
	}
	.site-footer-wrap .site-top-footer-inner-wrap .footer-widget-area-inner .widget.widget_block {
		float: none;
	}
	.site-footer-wrap .site-top-footer-inner-wrap .footer-widget-area-inner .widget.widget_block + .widget.widget_block {
		float: left;
		width: 80%;
	}
	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;
	}
	.site-middle-footer-wrap .widget.widget_block .footer_cms {
		margin-top: 20px;
	}
	.site-footer-wrap .site-top-footer-inner-wrap .footer-widget-area-inner .widget.widget_block + .widget.widget_block .wp-block-column {
		flex-basis: min-content !important;
	}
	.site-footer-middle-section-1 {
		border-right: 0;
		padding-right: 0%;
		margin-right: 0%;
	}
	.site-top-footer-inner-wrap .widget-area .widget-title:after {
		display: none;
	}
	body .site-top-footer-inner-wrap {
		grid-row-gap: 10px;
	}
	.footer-html .footer-html-inner {
		text-align: center;
	}
	.wp-block-gallery.has-nested-images.payment-icon {
		justify-content: center;
	}
	.woocommerce-checkout .woocommerce form.checkout_coupon, .woocommerce-checkout .woocommerce form.login {
		width: 100%;
	}
	.primary-sidebar .thebase-hide-sidebar-btn, .thebase-show-sidebar-btn {
		display: flex;
	}
	.primary-sidebar.active {
		transform: translateX(0);
	}
	.primary-sidebar {
		transform: translateX(-100%);
		width: 320px;
		right: auto;
		left: 0;
		top: 0;
		overflow: auto;
		bottom: 0;
		position: fixed;
		box-shadow: 0 0 2rem 0 rgba(0,0,0,.1);
		display: flex;
		flex-direction: column;
		transition: all .3s ease-in-out;
		z-index: 99999;
		padding-inline: 20px;
		padding-block: 0;
		background-color: #fff;
	}
	.primary-sidebar.widget-area .sidebar-inner-wrap {
		padding: 0 20px 20px 20px;
	}
	.primary-sidebar .thebase-hide-sidebar-btn, .thebase-show-sidebar-btn {
		display: flex;
	}
	.primary-sidebar .thebase-hide-sidebar-btn .thebase-svg-iconset svg {
		width: 1.6em;
		height: auto;
		cursor: pointer;
	}
	.single-product.woocommerce div.product form.cart div.quantity {
		margin-bottom: 10px;
	}
	.elementor-tab-content .tab-left-part, .tab-left-part {
		width: 100%;
		float: left;
		margin-inline-end: 0;
	}
	.elementor-tab-content .tab-right-part, .elementor-tab-content .tab-right-part-2, .tab-right-part {
		width: 100%;
		margin-top: 30px;
	}
	.elementor-tab-content .tab-left-part-2 {
		width: 100%;
		float: right;
		margin-inline-start: 0;
	}
	.elementor-tab-content .elementor-button-wrapper {
		margin-top: 25px;
	}
	.elementor-widget-tabs.cat-tab h2 {
		margin-bottom: 15px;
	}
	.elementor-tab-content .tab-left-part, .tab-left-part, .elementor-tab-content .tab-left-part-2 {
		margin: 0;
		float: left;
	}
	.site .content-container .alignwide {
		padding-left: 0;
		padding-right: 0;
	}
	body .woocommerce ul.products, body.woocommerce ul.products {
		row-gap: 10px;
		column-gap: 0;
	}
	.woo_categories_grid.woo_categories_block .grid-cols {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
}
@media (max-width: 989px){
	.category-carousel.owl-carousel .owl-item {
		padding: 0 10px;
	}
	.category-carousel {
		margin: 0 -10px;
	}
	.woo_categories_grid.woo_categories_block .grid-cols {
		grid-template-columns: 1fr 1fr 1fr 1fr ;
	}
}
@media (max-width: 1024px) and (min-width: 768px) {
	body .grid-lg-col-4{
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}
@media (max-width: 767px){
	body .thebase-breadcrumbs {
		margin: 0;
	}
	.woo_categories_grid.woo_categories_block .grid-cols {
		grid-template-columns: 1fr 1fr 1fr ;
	}
	.cms_banner .elementor-element-populated {
		display: inline-block !important;
		vertical-align: top;
		width: auto !important;
		text-align: center !important;
	}
	.cms_banner .elementor-column {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		text-align: center;
	}
	.percent {
		max-width: 100%;
	}
	.tmchat_wrapper canvas {
		margin: 0 auto;
	}
	.tm_piechart .chart_bottom {
		text-align: center;
		margin-top: 15px;
	}
	body .elementor .cmsbanner .elementor-element.elementor-widget-heading,body .elementor .cmsbanner .elementor-element.elementor-widget-button{
		left: 58% !important;
	} 
	body .elementor .cmsbanner .elementor-element.elementor-widget-heading{
		top: 90px;
	} 
	body .elementor .cmsbanner .elementor-element.elementor-widget-heading + .elementor-element.elementor-widget-heading{
		top: 120px;
	} 
	body .elementor .cmsbanner .elementor-element.elementor-widget-button{
		top: 200px;
	}
	.tnp.tnp-subscription-minimal {
		width: 100%;
	}
	.site-footer-wrap .site-top-footer-inner-wrap .footer-widget-area-inner .widget.widget_block + .widget.widget_block {
		width: 100%;
	}
	body .woocommerce ul.products li.product .entry-content-wrap, body.woocommerce ul.products li.product .entry-content-wrap {
		padding: 0;
	}
	
}

@media (max-width: 767px) and (min-width: 576px) {
	.elementor .elementor-element.subbanner > .elementor-element-populated .elementor-absolute {
		left: 65px;
	}
	.elementor .elementor-element.subbanner > .elementor-element-populated .title .elementor-heading-title{
		font-size: 18px;
	}
	.elementor .elementor-element.subbanner > .elementor-element-populated .subtitle .elementor-heading-title {
		font-size: 27px;
		line-height: 30px;
	}
}

 @media (max-width: 650px) and (min-width: 576px) {
	.elementor .elementor-element.subbanner > .elementor-element-populated .elementor-absolute {
		left: 35px;
	}
}
@media (max-width: 640px) {
	/* body .elementor .cmsbanner .elementor-element.elementor-widget-heading,body .elementor .cmsbanner .elementor-element.elementor-widget-button{
		left: 9% !important;
	}  */
	body .elementor .cmsbanner .elementor-element.elementor-widget-heading{
		top: 65px;
	} 
	body .elementor .cmsbanner .elementor-element.elementor-widget-heading + .elementor-element.elementor-widget-heading{
		top: 100px;
	} 
	body .elementor .cmsbanner .elementor-element.elementor-widget-button{
		top: 180px;
	}
}
@media (min-width: 576px) {
	body.woocommerce ul.products.products-list-view li.product {
		grid-template-columns: 1fr 3fr;
		align-items: flex-start;
	}
	
}
@media (max-width: 575px){
	body.woocommerce ul.products.products-list-view li.product {
		grid-template-columns: 1fr;
		display: grid;
	}
	body.woocommerce ul.products.products-list-view li.product .archive-image-wrap {
		max-width: 300px;
	}
	.woocommerce ul.products.products-list-view li.product .entry-content-wrap {
		padding-top: 1.5rem;
	}
	body.woocommerce ul.products.products-list-view {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.woocommerce ul.products.products-list-view li.product .star-rating {
		float: none;
		margin-left: 0;
	}
	body.woocommerce ul.products.products-list-view li.product .product-excerpt {
		display: block;
	}
}
@media (min-width: 651px) {
body .grid-lg-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
}

@media (max-width: 719px) {
	.woocommerce div.entry.product .woocommerce-tabs ul.tabs li a {
		border-width: 0 0 1px 0;
		border-style: solid;
		border-color: var(--global-palette6);
		opacity: 1;
		border-radius: 0;
	}
	body.woocommerce div.product .woocommerce-tabs .panel {
		padding-bottom: 1em;
	}
	.woocommerce div.entry.product .woocommerce-tabs ul.tabs li, .woocommerce div.entry.product .woocommerce-tabs ul.tabs li:hover {
		border-radius: 0;
	}
}

@media (max-width: 650px) {
	.owl-theme .owl-buttons div.owl-prev {
		left: -7px;
		right: auto;
	}
	.owl-theme .owl-buttons div.owl-next {
		right: -7px;
		left: auto;
	}
	body .single-banner .elementor-element.elementor-widget-heading h2.elementor-heading-title{
			font-size: 20px;
			line-height: 23px;
	}
}
@media (max-width: 600px) {	
	.element-contact-inner-wrap .header-contact-item {
		padding-block-end: 0;
	}
	body .secondary-navigation .secondary-menu-container > ul > li.menu-item > a {
		padding-top: 0.3em;
		padding-bottom: 0.3em;
	}
	body .header-contact-item .contact-label {
		margin-inline-start: 0;
	}
}



@media (max-width: 575px) and (min-width: 480px) {
	.elementor .elementor-element.subbanner > .elementor-element-populated .title .elementor-heading-title{
		font-size: 15px;
	}
	.elementor .elementor-element.subbanner > .elementor-element-populated .subtitle .elementor-heading-title {
		font-size: 22px;
		line-height: 26px;
	}
} 

@media (max-width: 575px) and (min-width: 350px) {
	.grid-cols.grid-ss-col-2, body .grid-sm-col-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	body .woocommerce ul.products li.product, body.woocommerce ul.products li.product {
		padding: 0 10px;
	}
	.category-carousel.owl-carousel .owl-item, .products.owl-carousel .owl-item {
		padding: 0 10px;
	}
	body #archive-container.grid-sm-col-2 {
		grid-template-columns: minmax(0, 1fr);
	}
	body .elementor .cmsbanner .elementor-element.elementor-widget-heading{
		top: 45px;
	} 
	body .elementor .cmsbanner .elementor-element.elementor-widget-heading + .elementor-element.elementor-widget-heading{
		top: 80px;
	} 
	body .elementor .cmsbanner .elementor-element.elementor-widget-button{
		top: 150px;
	}
	.parallexcms .elementor-top-column.elementor-element .elementor-element-populated {
		width: 61%;
	}
	body .single-banner .elementor-element.elementor-widget-heading + .elementor-element.elementor-widget-heading {
		display: none;
	}
	body .single-banner .elementor-element.elementor-widget-heading {
		top: 15%;
	}
	body .single-banner .elementor-element.elementor-widget-button {
		top: 56%;
	}
}

@media (max-width: 479px) {
	.parallexcms .elementor-top-column.elementor-element .elementor-element-populated {
		width: 90%;
	}
	.woo_categories_grid.woo_categories_block .grid-cols {
		grid-template-columns: 1fr 1fr;
	}
	body .site-header-item {
		margin-right: 10px;
	}
	.primary-sidebar {
		width: 300px;
	}
	body #cart-drawer.popup-drawer .drawer-inner{
		max-width: 300px;
	}
	#mobile-drawer.popup-drawer .drawer-inner {
		max-width: 300px;
	}
	body ul.products li.product .archive-image-wrap .product-action-wrap, body .woo-products .woocommerce ul.products li.product .archive-image-wrap .product-action-wrap, 
	body ul.products.products-list-view li.product .archive-image-wrap .product-action-wrap {
		padding: 0 20px;
	}
	body .product .archive-extra-button-wrap a.button.yith-wcqv-button {
		display: none;
	}
	body .elementor .cmsbanner .elementor-element.elementor-widget-heading,body .elementor .cmsbanner .elementor-element.elementor-widget-button{
		left: 52% !important;
	} 
	body .elementor .cmsbanner .elementor-element.elementor-widget-heading{
		top: 35px;
	} 
	body .elementor .cmsbanner .elementor-element.elementor-widget-heading + .elementor-element.elementor-widget-heading{
		top: 60px;
	} 
	body .elementor .cmsbanner .elementor-element.elementor-widget-button{
		top: 125px;
	}
	body .elementor .cms-banner .elementor-element.elementor-widget-heading + .elementor-element.elementor-widget-heading h2 {
		font-size: 18px;
	}
	#horizontalTab .resp-tabs-list {
		margin-bottom: 30px;
	}
	body .single-banner .elementor-element.elementor-widget-button .elementor-button{
		padding: 0;
		background-color: transparent;
		color: var(--global-palette2);
		text-decoration: underline;
	}
	body .single-banner .elementor-element.elementor-widget-button .elementor-button:hover{
		background-color: transparent;
		color: var(--global-palette2);
		text-decoration: none;
	}
}
@media (max-width: 440px) {
	.site-footer-wrap .site-top-footer-inner-wrap .footer-widget-area-inner .widget.widget_block + .widget.widget_block .wp-block-column {
		flex-basis: 100% !important;
	}
}
@media (max-width: 399px) {
	body.woocommerce-demo-store .woocommerce-store-notice a, body.woocommerce-demo-store .woocommerce-store-notice {
		font-size: 12px;
	}
	body p.woocommerce-store-notice.demo_store {
		padding: 5px 1.2rem;
		height: 34px;
	}
}

@media (max-width: 380px) {
	
	.elementor .elementor-element.subbanner > .elementor-element-populated .title .elementor-heading-title {
		font-size: 13px;
	}
	span.soldout {
		font-size: 12px;
		line-height: 13px;
		padding: 8px 12px;
	}
	body .elementor .cmsbanner .elementor-element.elementor-widget-heading{
		top: 25px;
	} 
	body .elementor .cmsbanner .elementor-element.elementor-widget-heading + .elementor-element.elementor-widget-heading{
		top: 50px;
	} 
	body .elementor .cmsbanner .elementor-element.elementor-widget-button{
		top: 110px;
	}
	body .elementor .cmsbanner .elementor-element.elementor-widget-heading + .elementor-element.elementor-widget-heading h2 {
		font-size: 16px;
	}
	body .elementor .cmsbanner .elementor-element.elementor-widget-heading, body .elementor .cmsbanner .elementor-element.elementor-widget-button {
		left: 50% !important;
	}
	.woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button {
		padding: 10px 5px;
		line-height: initial;
	}
	li.resp-tab-item {
		display: inline-block;
		margin-inline-end: 15px;
		margin-bottom: 20px;
	}
	#horizontalTab .resp-tabs-list {
		display: block;
		text-align: center;
	}
	body .single-banner .elementor-element.elementor-widget-button {
		top: 62%;
	}
	body .single-banner .elementor-element.elementor-widget-heading h2.elementor-heading-title {
		font-size: 16px;
		line-height: 17px;
	}
	body .product .archive-extra-button-wrap a.button.wp-element-button, body .product .archive-extra-button-wrap a.button.wp-element-button:hover, body.woocommerce ul.products.woo-archive-btn-button .product .button.product_type_variable.add_to_cart_button, body.woocommerce ul.products.woo-archive-btn-button .product .button.product_type_variable.add_to_cart_button, body .woocommerce .products a.added_to_cart.wc-forward, body.woocommerce a.added_to_cart, .product .archive-extra-button-wrap a.button.wp-element-button {
		font-size: 12px;
		padding: 10px 5px;
		line-height: initial;
	}
}

@media (max-width: 359px) {
	.elementor .elementor-element.subbanner > .elementor-element-populated .title .elementor-heading-title {
		font-size: 12px;
	}
	.elementor .elementor-element.subbanner > .elementor-element-populated .subtitle .elementor-heading-title {
		font-size: 16px;
		line-height: 19px;
	}
	.elementor .elementor-element.subbanner > .elementor-element-populated .elementor-absolute {
		left: 15px;
	}
	body .elementor .cmsbanner .elementor-element.elementor-widget-button {
		top: 110px;
	}
	body .elementor .cmsbanner .elementor-element.elementor-widget-button .elementor-button{
		padding: 0;
		background-color: transparent;
		color: var(--global-palette2);
		text-decoration: underline;
	}
	body .elementor .cmsbanner .elementor-element.elementor-widget-button .elementor-button:hover{
		background-color: transparent;
		color: var(--global-palette2);
		text-decoration: none;
	}
}



/** RTL **/
/* home page */
.rtl .category-carousel .cat-inner-block {
	direction: rtl;
}
.rtl .parallexcms .elementor-top-column.elementor-element {
	justify-content: flex-start;
}
.rtl .cmsbanner .elementor-element.elementor-top-column > .elementor-element-populated,.rtl .single-banner .elementor-widget-wrap.elementor-element-populated {
	direction: ltr;
}
body.rtl .cmsbanner .elementor-element.elementor-widget-heading, body.rtl  .cmsbanner .elementor-element.elementor-widget-button {
	left: 54%;
	right: auto;
}
.rtl .single-banner .elementor-element.elementor-widget-heading,.rtl .single-banner .elementor-element.elementor-widget-button {
	left: 4.6%;
	right: auto;
}
.rtl .cmsbanner .elementor-element.elementor-top-column > .elementor-element-populated {
	padding-right: 0px;
	padding-left: 15px;
}
.rtl .cmsbanner .elementor-element.elementor-top-column +.elementor-element.elementor-top-column > .elementor-element-populated {
	padding-right: 15px;
	padding-left: 0px;
}
.rtl .site-footer-wrap .site-top-footer-inner-wrap .footer-widget-area-inner .widget.widget_block {
	float: right;
	text-align: right;
}
.rtl .site-footer-wrap .site-top-footer-inner-wrap .footer-widget-area-inner .widget.widget_block + .widget.widget_block {
	float: left;
}
.rtl .tnp.tnp-subscription-minimal form .tnp-submit {
	margin-right: 15px;
	margin-left: 0;
}
.rtl .site-footer .widget_block p.location,.rtl .site-footer .widget_block p.mail,.rtl .site-footer .widget_block p.call,.rtl .site-footer .widget_block p.phone {
	padding-right: 25px;
	padding-left: 1%;
	background-position: right;
}
.rtl .wc-block-product-categories-list .expandable-hitarea::before {
	right: auto;
	left: 0;
}
.rtl .hitarea {
	float: left;
	left: 0;
	right: auto;
}
body.rtl.woocommerce ul.products.products-list-view li.product .entry-content-wrap {
	text-align: right;
}
.rtl.woocommerce ul.products.products-list-view li.product .star-rating {
	margin-right: 0;
}
.rtl .site-middle-footer-wrap .widget.widget_block .footer_cms h4 {
	margin-left: 0;
	margin-right: 15px;
}
body.rtl .wp-block-search .wp-block-search__button {
	border-left: 1px solid var(--e-global-color-thebase6);
	border-right: 0;
}
.rtl .entry-footer {
	direction: rtl;
}
.rtl .elementor-2450 .elementor-element.elementor-widget-icon-box .elementor-icon-box-wrapper {
	text-align: right;
	direction: rtl;
}
.rtl .aboutus .elementor-element.elementor-top-column > .elementor-element-populated {
	padding-right: 96px;
	padding-left: 0;
}

body.rtl .header-contact-item .contact-label {
    margin-inline-start: 0.8em;
}
.rtl .header-cart-wrap .header-cart-button .header-cart-total {
    left: -7px;
    right: auto;
}
.rtl .site-header-bottom-section-right .site-header-item, body.rtl .site-header-bottom-section-right .site-header-item:last-child {
	margin-left: 15px;
	margin-right: 0;
}
.rtl .woocommerce ul.cart_list li img, .rtl .woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 8px;
    margin-right: 0;
}
.rtl .woocommerce.widget_shopping_cart .cart_list li a.remove, .rtl .woocommerce .widget_shopping_cart .cart_list li a.remove {
    left: 0;
    right: auto;
}
body.rtl .woocommerce.widget_shopping_cart .cart_list li, body.rtl .woocommerce .widget_shopping_cart .cart_list li {
    padding-left: 24px;
    padding-right: 0;
}
.rtl #search-drawer .drawer-inner input.search-field {
	padding: 0.8em 0.8em 0.8em 80px;
}
.rtl .woocommerce .star-rating span, .rtl .woocommerce .star-rating span::before, body.rtl .star-rating::before, 
.rtl.woocommerce .star-rating span, .rtl.woocommerce .star-rating span::before {
    left: auto;
    right: 0;
}
.rtl .tnp.tnp-subscription-minimal .tnp-submit {
    left: 0;
    right: auto;
}
.rtl .site-footer .widget_block p.address {
    background-position: right 2px;
}
.rtl .site-footer .widget_block p.call, .rtl .site-footer .widget_block p.phone, .rtl .site-footer .widget_block p.email {
    background-position: right 8px;
}
.rtl .site-footer-top-section-3 .wp-block-group {
    padding: 0 70px 0 0;
}
.rtl .site-footer-top-section-2 .wp-block-group {
    padding: 0 90px 0 0;
}
.rtl ul.products li.product .archive-image-wrap .archive-extra-button-wrap {
    right: auto;
    left: 10px;
}
body.rtl.woocommerce div.product form.cart .variations td, body.rtl.woocommerce div.product form.cart .variations th {
    text-align: right;
}
.rtl.single-product.woocommerce div.product form.cart div.quantity {
    margin-inline-end: 15px;
}
.rtl .entry .summary .yith-wcwl-add-to-wishlist {
    padding: 0 0 0 20px;
    margin: 0 0 0 15px;
}
.rtl .woocommerce ul.products li.product span.onsale, .rtl.woocommerce ul.products li.product span.onsale {
    right: 15px;
    left: auto;
}
body.rtl .woocommerce ul.products li.product .entry-content-wrap, body.rtl.woocommerce ul.products li.product .entry-content-wrap {
	direction: rtl;
	display: flex;
	flex-direction: column;
}
.rtl select.orderby {
	background-position: left 6px top 50%;
	padding-right: 5px;
	padding-left: 25px;
}
.rtl .thebase-product-toggle-container .thebase-toggle-shop-layout {
	margin-right: 0.5em;
	margin-left: 0;
}
.rtl .woocommerce.widget_price_filter .price_slider_amount .button {
	float: right;
}
.rtl .woocommerce.widget_price_filter .price_label {
	text-align: right;
}
.rtl.woocommerce .wp-block-woocommerce-product-categories > ul li .wc-block-product-categories-list-item-count, 
.rtl.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
	right: auto;
	left: 0;
}
.rtl .widget-area ul {
	padding-left: 0;
	margin-left: 0;
}
.rtl select {
	padding: 0.2em 0.5em 0.2em 35px;
	background: var(--global-palette9) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==) no-repeat 2% 50%;
}
.rtl ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 {
    padding-right: 20px;
}
.rtl.woocommerce div.product form.cart .variations select {
	margin-right: 0;
	margin-left: 1em;
}
.rtl .woocommerce form.checkout_coupon.woocommerce-form-coupon .form-row-first, .rtl .woocommerce form.checkout_coupon.woocommerce-form-coupon .form-row-last {
	float: none;
}
.rtl .elementor-align-left {
	text-align: right;
}
body.rtl .entry-title {
	text-align: right;
}
.rtl .post-title .entry-taxonomies {
	text-align: right;
}
body.rtl .title-align-left {
	text-align: right;
}
.rtl .elementor-5 .elementor-element.elementor-element-8676afa > .elementor-element-populated {
	margin: 0% 0% 0% 32%;
	--e-column-margin-right: 0%;
	--e-column-margin-left: 32%;
}
.rtl .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-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 .elementor-5 .elementor-element.elementor-element-48a476d, .rtl .elementor-5 .elementor-element.elementor-element-3061886, 
.rtl .elementor-5 .elementor-element.elementor-element-8e72f73, .rtl .elementor-5 .elementor-element.elementor-element-5e13ba1{
	text-align: right;
}
.rtl .elementor .elementor-element.portfolio > .elementor-element-populated {
    padding: 0em 0em 0em 5em;
}
.rtl .elementor .elementor-element.portfolio-service > .elementor-element-populated {
    margin: 0% 0% 0% 25%;
}
.rtl .elementor .elementor-element.port-serv > .elementor-element-populated {
    margin: 0% 0% 0% 5%;
}
.rtl .elementor-tab-content .tab-left-part, .rtl .tab-left-part {
	float: right;
}
/* contact us */
.rtl .elementor .elementor-element.contact_us > .elementor-element-populated {
	padding: 0% 8% 0% 0%;
}
/**  tabs page **/
.rtl .elementor .elementor-element.vertical-tab2 > .elementor-element-populated {
    padding: 0px 15px 0px 0px;
}
.rtl .elementor .elementor-element.vertical-tab1 > .elementor-element-populated {
    padding: 0px 0px 0px 15px;
}
.rtl .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
    border-style: solid none solid solid;
}
.rtl .elementor .elementor-element.horizontal-tab2 > .elementor-element-populated {
    padding: 0px 15px 0px 0px;
}
.rtl .elementor .elementor-element.horizontal-tab1 > .elementor-element-populated {
    padding: 0px 0px 0px 15px;
}
.rtl .elementor-widget-tabs .elementor-tabs {
	text-align: right;
}
.rtl .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
	border-right-style: solid;
	border-left-style: none;
}
    
/**  tabs page **/

/**  toggle & accordian page **/
.rtl .elementor .elementor-element.accordian1 > .elementor-element-populated {
    padding: 0em 0em 0em 2em;
}
.rtl .elementor .elementor-element.accordian2 > .elementor-element-populated {
    padding: 0em 2em 0em 0em;
}

.rtl .elementor .elementor-element.toggle1 > .elementor-element-populated {
    padding: 0em 0em 0em 2em;
}
.rtl .elementor .elementor-element.toggle2 > .elementor-element-populated {
    padding: 0em 2em 0em 0em;
}

/**  toggle & accordian page **/ 

.rtl .elementor-5 .elementor-element.elementor-element-427558a > .elementor-element-populated {
	margin: 0% 0% 0% 25%;
	--e-column-margin-left: 25%;
	--e-column-margin-right: 0%;
}
.rtl .elementor-5 .elementor-element.elementor-element-1d80c7a > .elementor-element-populated, .rtl .elementor-5 .elementor-element.elementor-element-07ed95e > .elementor-element-populated {
	margin: 0% 0% 0% 20%;
	--e-column-margin-left: 20%;
	--e-column-margin-right: 0%;
}
.rtl .elementor-5 .elementor-element.elementor-element-d3ecce5 .elementor-testimonial-wrapper, .rtl .elementor-5 .elementor-element.elementor-element-a71c6bb .elementor-testimonial-wrapper, .rtl .elementor-5 .elementor-element.elementor-element-c338dfc .elementor-testimonial-wrapper, .rtl .elementor-5 .elementor-element.elementor-element-8a6af63 .elementor-testimonial-wrapper {
	text-align: right;
}
.rtl .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
	text-align: right;
}
.rtl .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
	float: right;
	padding-right: 0;
	padding-left: 15px;
}
.rtl .loop-entry .entry-header .post-description {
	text-align: right;
}
.rtl .loop-entry .entry-content-wrap .entry-header .entry-meta {
	direction: rtl;
}
.rtl.woocommerce .woocommerce-widget-layered-nav-list a::before {
	margin-right: 0;
	margin-left: 0.6em;
}

.rtl .comment-content td, .rtl .comment-content th, .rtl .entry-content table td, .rtl .entry-content table th {
	text-align: right;
}
.rtl .elementor .elementor-element.about-us > .elementor-element-populated {
	padding: 0em 0em 0em 4em;
}
.rtl .elementor .elementor-element.aboutus-cms > .elementor-element-populated {
    padding: 0em 5em 0em 0em;
}
.rtl .wpcf7 label {
	text-align: right;
}
.rtl .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
	text-align: right;
}
.rtl .elementor-counter .elementor-counter-number-suffix {
	text-align: right;
}
.rtl .mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button {
	border-right: 1px solid rgba(255,255,255,0.1);
	border-left: 0;
}
.rtl .mobile-navigation ul ul {
	padding-right: 1em;
	padding-left: 0;
}
.rtl .alignleft {
	float: right;
}
.rtl.woocommerce-account .account-navigation-wrap .thebase-account-avatar {
	padding-left: 0;
	padding-right: calc( 1em + 4px);
}
.rtl.woocommerce-account .account-navigation-wrap .thebase-customer-image img{right: 0; left: auto;}

.rtl .thebase-show-sidebar-btn {
	right: -2px;
	left: auto;
	border-radius: 50px 0 0 50px;
}
body.rtl .wp-block-latest-posts__featured-image.alignleft {
    margin: 0 0 0 1em;
}



/** RTL Responcive **/

@media (max-width: 1024px){
	.rtl footer .wp-block-group .widget-title::before, footer .widget_newsletterwidget .widget-title::before {
		left: 0;
		right: auto;
	}
	.rtl .primary-sidebar.active {
		transform: translateX(0);
	}
	.rtl .primary-sidebar {
		right: 0;
		left: auto;
		transform: translateX(100%);
	}
}
@media (max-width: 719px){
	body.rtl.woocommerce table.cart td.actions .coupon, body.rtl.woocommerce #content table.cart td.actions .coupon, body.rtl.woocommerce-page table.cart td.actions .coupon, body.rtl.woocommerce-page #content table.cart td.actions .coupon {
		float: none;
	}
}