/*
Theme Name:   Carelens
Theme URI:    https://demo.coderplace.com/wp/WP01/WP01017/
Description:  A child theme of Basetheme.
Author:       CoderPlace
Author URI:   #
Template:     basetheme
Version:      1.0.0
Requires at least: 6.0
Tested up to: 5.9
Requires PHP: 7.0
Version: 1.0
Text Domain: carelens
License: GNU General Public License v3.0 (or later)
License URI: https://coderplace.com/license
*/  

body.footer-on-bottom #wrapper {
	min-height: unset!important;
}
body *{
    --global-gray-400: #e5e5e5;
    --global-gray-500: #aaaaaa;
    --global-xs-spacing: 1em;
    --global-sm-spacing: 1.875rem;
    --global-md-spacing: 2rem;
    --global-lg-spacing: 2.5em;
    --global-xl-spacing: 3.5em;
    --global-xxl-spacing: 4rem;
    --global-boxed-spacing: 2rem;
}

body input[type="text"], body input[type="email"], body input[type="url"], body input[type="password"], body input[type="search"], body input[type="number"], body input[type="tel"], 
body input[type="range"], body input[type="date"], body input[type="month"], body input[type="week"], body input[type="time"], body input[type="datetime"], body input[type="datetime-local"], 
body input[type="color"], body textarea{border-radius:0;}
body ::placeholder {
  color: var(--global-palette3);
}

body.woocommerce .woocommerce-message, body.woocommerce .woocommerce-info, body .woocommerce .woocommerce-message {
	color: var(--global-palette1);
}

.widget .tagcloud, .widget .widget_product_tag_cloud, .widget .wp-block-tag-cloud, .widget li {
	list-style: none;
	margin: 0;
	position: relative;
}
.widget .tagcloud > span, .widget .tagcloud a, .widget .widget_product_tag_cloud > span, .widget .widget_product_tag_cloud a, .widget .wp-block-tag-cloud > span, .widget .wp-block-tag-cloud a, .widget li > span, .widget li a {
	padding-block: 6px;
	display: inline-block;
	vertical-align: middle;
}
body .search-toggle-open .search-toggle-label {
	padding-right: 85px !important;
	opacity: 0.3;
}
/*header-right*/
.header-search-bar .thebase-svg-iconset svg {
	height: 1.2em;
	width: 1.2em;
}
.header-search-bar form input.search-field{
	font-size:15px !important;
}
.contact, .contact-image {
	display: flex;
	position: relative;
}
.contact .location, .contact .telephone, .contact .email {
	width: auto;
	display: flex;
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	color: var(--global-palette1);
	cursor: pointer;
}
.contact .email {
	padding-inline: 45px 20px;
	border-inline-start: 1px solid var(--global-palette6);
	margin-inline-start: 27px;
}
.contact .location-desc {
	margin-inline-start: 35px;
}
.contact .telephone-desc, .contact .email-desc {
	margin-inline-start: 25px;
}
.contact .location-add, .contact .telephone-add, .contact .email-add {
	color: var(--global-palette3);
	font-size: 14px;
	font-weight: 400;
}
.contact .telephone {
	margin-inline: 25px 40px;
	padding-inline: 40px 25px;
	border-inline: 1px solid var(--global-palette6);
}
.contact-image::after {
	position: absolute;
	content: '';
	background-color: rgba(235,249,246,1);
	height: 48px;
	width: 48px;
	bottom: auto;
	top: 0px;
	z-index: -1;
	border-radius: 0;
	left: -15px;
}

/*sidebar1*/
.primary-sidebar .wp-block-latest-posts__post-author, .primary-sidebar .wp-block-latest-posts__post-date {
	color: var(--global-palette1);
}
.widget .wp-block-latest-comments__comment-link, .widget .wp-block-latest-posts li > a {
	word-break: break-word;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
	margin: 0;
}
.widget .product_list_widget li > span, .widget .product_list_widget li a, .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 {
	padding: 0;
}
.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;
}
.screen-reader-text, .wp-block-search .wp-block-search__label {
	display: none;
}
.woocommerce-product-search, .search-form, .wp-block-search {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#primary-sidebar .search-field, footer .search-field, .page-content .search-field, .wp-block-search .wp-block-search__input {
	float: left;
	width: 83%;
	padding: 10px 45px 10px 15px;
	line-height: 22px;
	border: none;
	background-color: var(--global-palette7);
	border-radius: 0;
}
.header-search .woocommerce-product-search input[type="submit"], .header-search button[type="submit"], .widget.widget_product_search button[type="submit"], .wp-block-search .wp-block-search__button {
	mask-image: url("assets/images/search.svg");
	-webkit-mask-image: url("assets/images/search.svg");
	mask-position: center;
	-webkit-mask-position: center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 18px;
	-webkit-mask-size: 18px;
	border: 0;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	color: var(--global-palette9);
	float: left;
	font-size: 0;
	height: 42px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	width: 45px;
	background: var(--global-palette1) !important;
}

/*sidebar2*/
.woocommerce.widget .woocommerce-widget-layered-nav-list a::before {
	font-size: .7em;
	border-radius: 0;
}
.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;
}
.primary-sidebar.active {
	transform: translateX(0);
}
.thebase-show-sidebar-btn {
	position: fixed;
	border: 1px solid var(--global-gray-400);
	padding: 0 10px;
	height: 44px;
	line-height: 30px;
	display: none;
	cursor: pointer;
	top: 25%;
	left: -2px;
	z-index: 99;
	background: var(--global-palette9);
	box-shadow: 0 0 5px 2px var(--global-gray-400);
	align-items: center;
	border-radius: 0;
}
body .widget_block ol, body .widget_block ul, body .widget ol {
	-webkit-padding-start: 0;
	padding-inline-start: 0;
	-webkit-margin-start: 0;
	margin-inline: 0;
	-webkit-padding-after: 0;
	padding-block-end: 0;
	-webkit-margin-after: 0;
	margin-block-end: 0;
}
.primary-sidebar .widget ul ul {
	-webkit-padding-start: 15px;
	padding-inline: 15px 0;
	margin: 0;
	padding-bottom: 0;
}
.has-sidebar .primary-sidebar.widget-area .widget {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid var(--global-gray-400);
	padding-block-end: 20px;
}
.has-sidebar .primary-sidebar.widget-area .widget:last-child {
	border: none;
}
.primary-sidebar.widget-area .widget-title {
	padding: 0 0 10px;
	margin: 0;
}
.widget .tagcloud a, .widget .widget_product_tag_cloud a, .widget .wp-block-tag-cloud a {
	font-size: 14px !important;
	display: block;
}
.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 {
	position: absolute;
	right: 0;
	display: block;
	top: 0;
	min-width: 2rem;
	text-align: center;
	font-size: 100%;
}
body.woocommerce span.onsale{border-radius: 0;}
.woocommerce.widget_price_filter .widget-title, .woocommerce section.related.products h2, body.woocommerce div.product form.cart table td {
	padding-block-end: 15px;
}
.sidebar-inner-wrap .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, .sidebar-inner-wrap .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
	padding-block: 6px;
	vertical-align: middle;
}
.woocommerce.widget_price_filter .price_slider_amount {
	margin-top: 2em;
}
.price_label {
	display: inline-block;
	padding: 10px 0 0;
	width: 100%;
	text-align: left;
}

/*Product Catalog*/
.woocommerce .woocommerce-cart-form table.shop_table, .woocommerce table.shop_table, body .woocommerce .woocommerce-info, .woocommerce .woocommerce-error li, .woocommerce .thebase-woo-results-count, body .search-form .search-submit[type="submit"], .woocommerce select.orderby {
	font-weight: 400;
	font-size: 14px;
	color: var(--global-palette1);
}
body.woocommerce ul.products.products-list-view li.product:hover .entry-content-wrap, body.woocommerce ul.products.products-list-view li.product:focus-within .entry-content-wrap {
	-webkit-transform: none;
	transform: none;
}
.woocommerce ul.products li.product span.onsale {
	top: 15px;
	right: 15px;
}
.woocommerce ul.products li.product .price ins .amount {
	font-weight: 500;
}
.woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap a {
	font-weight: 600;
	color: var(--global-palette1);
	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 {
	color: var(--global-palette2);
}
.woocommerce ul.products li.product .button.added.add_to_cart_button {
	display: none;
}
body .select2-container--default .select2-results__option[data-selected="true"] {
	background-color: var(--global-palette1);
}
body .select2-container--default .select2-results > .select2-results__options {
	background-color: var(--e-global-color-thebase5);
}
/*Single-Product*/
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;
}
.single-product .owl-theme .owl-buttons div.owl-prev {
	left: 10px;
	right: auto;
}
.single-product .owl-theme .owl-buttons div.owl-next {
	right: 20px;
	left: auto;
}
body.woocommerce div.product div.images .flex-control-thumbs {
	padding: 0 30px;
	box-sizing: border-box;
	margin: 30px 0 0;
	transform: none;
	left: auto;
	max-width: 100%;
	text-align: center;
	}
.single.woocommerce section.products > h2 {
	font-size: 34px;
	font-weight: 600;
	color: var(--global-palette1);
}
.single.single-product .thebase-breadcrumbs {
	margin: 1em 0;
}
body.woocommerce table.shop_attributes td {
	padding: 8px;
}
.woocommerce div.product p.stock {
	color: green;
}
.single-product.woocommerce div.product form.cart div.quantity {
	padding-block: 2px;
	margin-inline: 0 15px;
	border-radius: 0;
}
body .woocommerce ul.products li.product .entry-content-wrap, body.woocommerce ul.products li.product .entry-content-wrap{border-radius: 0;}
.entry-content-wrap .woocommerce form .form-row .button, .woocommerce div.product .summary .button.single_add_to_cart_button {
	padding: 16px 27px 16px 27px;
	height: 44px;
	line-height: 1;
}
.woocommerce div.product .product_meta {
	padding: 1.2em 0;
	border-top: 1px solid var(--global-gray-400);
}
body.woocommerce div.product .product_meta > span {
	padding: 5px 0;
	font-size: 14px;
	font-weight: 400;
	color: var(--global-palette3);
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--global-palette9);
	background: var(--global-palette2);
}
.woocommerce div.entry.product .woocommerce-tabs ul.tabs li a, .woocommerce div.entry.product .woocommerce-tabs ul.tabs li a:hover {
	font-weight: 600;
	font-size: 14px;
	color: var(--global-palette1);
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {
	color: var(--global-palette9);
}
.woocommerce div.entry.product .woocommerce-tabs ul.tabs li a {
	padding: 11px 27px;
	text-align: center;
	background-color: var(--global-palette9);
	text-transform: uppercase;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
	 margin: 0;
}
.woocommerce-tabs.wc-tabs-wrapper, .woocommerce .up-sells.products {
	padding: 1.5em 0 2em;
}
.woocommerce #reviews #review_form .comment-reply-title {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
}
body.woocommerce div.product form.cart .group_table td:first-child {
	width: auto;
	text-align: center;
	min-width: 118px;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid var(--global-palette6);
	color: var(--global-palette3);
	background: var(--global-palette9);
	border-radius: 0;
}
.woocommerce div.product form.cart .variations select {
	border-radius: 0;
	margin: 6px 0;
	padding: 8px;
}
.woocommerce div.product form.cart .variations label {
	display: inline-block;
	font-weight: 400;
	width: 100%;
	clear: both;
	margin: 9px 0 0;
	text-align: left;
	vertical-align: middle;
}
.elementor-section.video-cms .elementor-element .elementor-wrapper.elementor-open-lightbox {aspect-ratio: unset;}

/*cart*/
.single-content .cart_totals h2 {
	font-size: 34px;
	font-weight: 600;
	color: var(--global-palette1);
}
.site .woocommerce table.shop_table td, .site .woocommerce table.shop_table th {
	padding-block: 20px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.cart-summary {
	display: none;
}
#add_payment_method .cart-collaterals, .woocommerce-cart .cart-collaterals, .woocommerce-checkout .cart-collaterals {
	background: var(--global-palette4);
	padding: 30px;
}
#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
	border-collapse: separate;
	margin: 0 0 6px;
	padding: 0;
	border: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals tr td, body.woocommerce-cart .cart-collaterals .cart_totals tr th, body.woocommerce-checkout .cart-collaterals .cart_totals tr td, body.woocommerce-checkout .cart-collaterals .cart_totals tr th, #add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th {
	border-top: 1px solid var(--global-gray-400);
}
.checkout-button.button.alt.wc-forward {
	margin: 0;
}
body.woocommerce-cart table.cart .product-name a, body.woocommerce-checkout table.cart .product-name a, #add_payment_method table.cart .product-name a {
	color: var(--global-palette1);
}
body.woocommerce-cart table.cart .coupon .button:not(:hover), body.woocommerce-checkout table.cart .coupon .button:not(:hover), #add_payment_method table.cart .coupon .button:not(:hover) {
	background: var(--global-palette4);
	color: var(--global-palette3);
}
body.woocommerce-cart table.cart .coupon .button:not(:hover), body.woocommerce-checkout table.cart .coupon .button:not(:hover), #add_payment_method table.cart .coupon .button:not(:hover) {
	background: var(--global-palette4);
	color: var(--global-palette1);
}
body.woocommerce-cart table.cart td.actions .button:disabled, body.woocommerce-checkout table.cart td.actions .button:disabled, #add_payment_method table.cart td.actions .button:disabled {
	color: var(--global-palette1);
}
body .entry-tags a.tag-link, .woocommerce div.product form.cart div.quantity, .product-quantity .quantity.spinners-added, .product-quantity .quantity.spinners-added:hover, .woocommerce table.shop_table {
	border: 1px solid var(--global-gray-400);
}
/*checkout*/
.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;
}
.woocommerce-checkout .woocommerce form .form-row {
	margin: 0 0 1.5em;
}
body form.checkout .col2-set {
	background: var(--global-palette4);
	padding: var(--global-md-spacing);
}
.woocommerce-checkout .woocommerce form.woocommerce-form.woocommerce-form-login.login .form-row-first, .woocommerce-checkout .woocommerce form.woocommerce-form.woocommerce-form-login.login .form-row-last {
	float: none;
}
body .woocommerce form.checkout_coupon {
	border-radius: 0;
	border: 2px dashed var(--global-gray-400);
}
.woocommerce-checkout .woocommerce form.checkout_coupon, .woocommerce-checkout .woocommerce form.login {
	width: 50%;
}
body .select2-container--default .select2-selection--single {
	height: 38px;
	border-radius: 0;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--global-palette1);
	background-color: var(--global-palette9);
}
/*myaccount*/
.woocommerce-form.woocommerce-form-login.login, body .woocommerce form.register {
	border: none;
	border-radius: 0;
	padding: 30px;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
}
.woocommerce-privacy-policy-text {
	margin-block-end: 20px;
}

/*pagination*/
.woocommerce nav.woocommerce-pagination, .pagination {
	text-align: center;
}
body .pagination .page-numbers, body.woocommerce nav.woocommerce-pagination ul li .page-numbers {
	border: 1px solid var(--global-palette6);
	color: var(--global-palette3);
	background: var(--global-palette9);
	border-radius: 0;
}
body .pagination a:hover, body.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover {
	background: var(--global-palette2);
	color: var(--global-palette9);
	border-radius: 0;
}
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);
	border-color: var(--global-palette2);
	border-radius: 0;
}

/*piechart*/

.percent {
	display: flex;
	justify-content: center;
	min-height: 200px;
	font-size: 30px;
	align-items: center;
	max-width: 200px;
}
.percent::after {
	content: "%";
	margin-left: 0.1em;
	font-size: 0.8em;
}
.tmchat_wrapper canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	width: 200px;
	height: 200px;
}
.tm_piechart .chart_bottom {
	margin-block-start: 30px;
	width: 65%;
	text-align: center;
}

/*Treatment Service*/

.cms-wrap .elementor-absolute.cms-editor .cms-desc {
	margin-block: 15px;
}
.cms-wrap .elementor-absolute.cms-editor .read-more {
	font-size: 14px;
	font-weight: 600;
	color: var(--e-global-color-thebase2);
	text-transform: uppercase;
}
.elementor-custom-embed-play{top:64% !important;}
/*Appointment Form*/
.appointment-form.elementor-widget-shortcode form .text-col.col-6 {
	width: 67.3%;
	margin-block-end: 30px;
}
.appointment-form.elementor-widget-shortcode form .text-col-gap {
	position: relative;
	float: none;
	width: 67.3%;
	display: inline-block;
	vertical-align: top;
	column-count: 2;
	column-gap: 30px;
}
.appointment-form.elementor-widget-shortcode form .text-col.col-6.last {
	width: 100%;
	display: inline-block;
}
.appointment-form.elementor-widget-shortcode form textarea {
	height: 194px;
	width: 554px;
	border-radius: 0;
	background-color: transparent;
	padding: 15px;
	border: 1px solid #45535e;
	color: var(--global-palette9);
}
.appointment-form.elementor-widget-shortcode form input[type="text"] {
	width: 554px;
	height: 50px;
	border-radius: 0;
	background-color: transparent;
	padding: 15px;
	border: 1px solid #45535e;
	color: var(--global-palette9);
}
.appointment-form.elementor-widget-shortcode form input[type="email"], .appointment-form.elementor-widget-shortcode form input[type="tel"] {
	width: 262px;
	height: 50px;
	border-radius: 0;
	background-color: transparent;
	padding: 15px;
	border: 1px solid #45535e;
	color: var(--global-palette9);
}
.appointment-form.elementor-widget-shortcode form input[type="email"]::placeholder, .appointment-form.elementor-widget-shortcode form input[type="tel"]::placeholder{color:#ccc;}
.appointment-form.elementor-widget-shortcode form input[type="submit"] {
	padding: 14px 24px;
	background-color: var(--global-palette2);
	margin-block-start: 10px;
}

/*contact-us*/
.contact-us .appointment-form.elementor-widget-shortcode form .text-col.col-6 {
	width: 88%;
}
.contact-us .appointment-form.elementor-widget-shortcode form .text-col-gap{
	width: 71%;
}
.appointment-form.elementor-widget-shortcode form input[type="text"]::placeholder{color:#ccc;}

/*zoom-effect*/
.cms-service .elementor-widget-image, .elementor-image-box-img, .post-thumbnail-inner, .cms-cat-image .elementor-widget-container, .contact-us .elementor-widget-container, .performance .elementor-widget-container {
	overflow: hidden;
}
.cms-service img, .elementor-image-box-img img, .loop-entry .post-thumbnail-inner img, .cms-cat-image img, .contact-us img, .performance img{
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.cms-service .elementor-widget-image:hover img, .elementor-image-box-img:hover img, .loop-entry .post-thumbnail-inner:hover img, .cms-cat-image:hover img, .contact-us:hover img, .performance:hover img {
	transform: scale(1.05);
}

/*Blog*/
.loop-entry .post-thumbnail-inner img {
	border-radius: 0;
}
.entry-related-inner .loop-entry .entry-content-wrap {
	padding: 7px 30px 30px;
}
.widget .wp-block-latest-posts__featured-image.alignleft {
	margin-inline: 0 1em;
}
#blog-posts-products {
	margin: 0 -15px;
}
#blog-posts-products .item.container.blog {
	margin-inline: 15px;
}
.blog .entry-header, .search .entry-header, .entry-related-inner .entry-header {
	margin-block: 0;
}
.blog .loop-entry .entry-header .entry-meta, .search .loop-entry .entry-header .entry-meta, .entry-related-inner .loop-entry .entry-header .entry-meta {
	margin-block: 0px 10px;
}
.blog .loop-entry.type-post h2.entry-title, .search-results .loop-entry h2.entry-title, .entry-related-inner .loop-entry.type-post h2.entry-title, .single .loop-entry .entry-header .entry-title {
	margin-block: 20px 10px;
}
/* .blog .comment-icon {
	content: "";
	display: inline-block;
	background-color: currentColor;
	height: .25rem;
	width: .25rem;
	opacity: .8;
	border-radius: 9999px;
	-webkit-margin-start: .5rem;
	margin-inline-start: .5rem;
	-webkit-margin-end: .5rem;
	margin-inline-end: .5rem;
} */

/*single-blog*/
article.entry.loop-entry {
	position: relative;
	border-radius: 0;
}

.comments-area .comments-title {
	font-size: 34px;
	font-weight: 600;
	color: var(--global-palette1);
}
.comments-area .comment-respond {
	padding: 4em;
	border: 1px solid var(--global-palette6);
	margin-block: 4em;
}
.entry-related .entry-related-title {
	margin-block: 0.8em 1.1em;
}
.wp-block-quote, blockquote {
	padding-inline-start: 1em;
	border-left: 4px solid var(--global-palette1);
	background-color: var(--global-palette7);
	padding: 2em;
	padding-left: 2em;
}
.single-post .entry-author-style-center .entry-author-avatar img {
	background-color: var(--global-palette1);
}
.single-post .entry-author-style-center .entry-author-avatar::before, .single-post .entry-author-style-center .entry-author-avatar::after {
	background: var(--global-gray-400);
}
.single-post .entry-author-style-center {
	border-bottom: 1px solid var(--global-gray-400);
}
body .comment-reply-link, .woocommerce div.product form.cart div.quantity, .woocommerce div.product form.cart div.quantity:hover {
	border: 1px solid var(--global-gray-400);
}
body .comment-reply-link {
	color: var(--global-palette1);
}
.comment-list .comment-body {
	border-bottom: 1px solid var(--global-gray-400);
}
#cancel-comment-reply-link {
	color: var(--global-palette2);
}
.comment-navigation .nav-links, .post-navigation .nav-links {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	padding-block-end: var(--global-sm-spacing);
}
.content-wrap .entry-author {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid var(--global-gray-400);
	padding-block-end: 30px;
	margin-block-end: 0;
}
/*Related*/
.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;
}
.entry-related .entry-related-title {
	margin-block: 0.8em 1.1em;
}
body .entry-related-inner-content {
	padding-bottom: 8em;
}
body .entry-related-carousel .entry-summary, body .entry-related-carousel .entry-footer, body .entry-related-carousel .entry-taxonomies {
	display: block;
}
.entry-related .entry-content-wrap .entry-summary p {
	color: var(--global-palette1);
	margin-block-end: 0;
	margin-block-start: 10px;
}
body .entry-related-inner-content .carousel-item {
	padding-block-end: 5px;
}


/*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: 0;
	bottom: 0;
	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: -40px;
	right: auto;
}
.owl-theme .owl-buttons div.owl-next {
	right: -40px;
	left: auto;
}
 .owl-theme .owl-buttons div.owl-next::after {
background-image: url(assets/images/right-arrow.svg);
background-position: 100%;
}
.owl-theme .owl-buttons div.owl-prev::after {
	background-image: url(assets/images/left-arrow.svg);
	background-position: 0;
	}

/*Brand*/
.brand .swiper-slide-image {
	max-width: 100%;
	position: relative;
	margin: 0 auto;
	cursor: pointer;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	filter: grayscale(20%) brightness(0%) contrast(0%);
	-webkit-filter: grayscale(20%) brightness(0%) contrast(0%);
	-moz-filter: grayscale(20%) brightness(0%) contrast(0%);
	-ms-filter: grayscale(20%) brightness(0%) contrast(0%);
	-o-filter: grayscale(20%) brightness(0%) contrast(0%);
	opacity: 0.4;
}
.brand .swiper-slide-image:hover {
	opacity: 1;
	filter: none;
}
/*Newsletter*/
body .tnp-subscription-minimal input.tnp-email, body .tnp-widget-minimal input.tnp-email, body .tnp-widget input[type="email"], body .tnp .tnp-email {
	width: 488px;
	padding: 20px;
	height: 50px;
	border-radius: 0;
	border: 0;
}
.widget-area .widget_newsletterwidgetminimal .widget-title {
	margin-block: 0 48px;
}
.widget.widget_newsletterwidgetminimal .tnp-submit, #newsletterwidgetminimal-3 .tnp-submit {
	border-radius: 0;
	padding: 14px 27px;
}
/*footer*/
.site-middle-footer-wrap .site-footer-row-container-inner{background-color: transparent !important;}
body .site-footer-row.site-footer-row-columns-5 {
	grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}
.site-middle-footer-inner-wrap .widget_block h3 {
	margin-block-end: 45px;
}
.site-footer .widget-area ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.site-footer .widget-area ul li {
	list-style: none;
}
.site-middle-footer-inner-wrap .widget-area .widget-title {
	position: relative;
}
.site-middle-footer-inner-wrap .widget-area .widget-title::after {
	position: absolute;
	content: '';
	background: #34c9b6;
	height: 2px;
	width: 37px;
	bottom: -25px;
	top: auto;
	right: auto;
	left: 0;
}

@media screen and (max-width: 1366px) and (min-width: 1025px){
	.appointment-form.elementor-widget-shortcode form .text-col-gap {
		width: 80%;
	}
.appointment-form.elementor-widget-shortcode form textarea {
	height: 50px;
	width: 554px;
}
.appointment-form.elementor-widget-shortcode form input[type="submit"] {
	margin: 0;
}
.appointment-form.elementor-widget-shortcode form input[type="text"] {
	width: 554px;
	height: 40px;
}
.appointment-form.elementor-widget-shortcode form input[type="email"], .appointment-form.elementor-widget-shortcode form input[type="tel"] {
	width: 262px;
	height: 40px;
}
.appointment-form.elementor-widget-shortcode form .text-col.col-6 {
	width: 80%;
	margin-block-end: 20px;
}
}

@media screen and (max-width: 1366px){
	.tm_piechart .chart_bottom {
		margin-block-start: 20px;
		width: 100%;
		text-align: left;
	}
	.percent {
		display: flex;
		justify-content: center;
		min-height: 150px;
		font-size: 30px;
		align-items: center;
		max-width: 150px;
	}
	.tmchat_wrapper canvas {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: auto;
		width: 150px;
		height: 150px;
	}
}
@media screen and (max-width: 1200px) and (min-width: 1025px){
	.appointment-form.elementor-widget-shortcode form .text-col.col-6 {
	margin-block-end: 13px;
}
	.wpcf7 form .wpcf7-response-output {
	margin: 0.8em 0.5em 0.7em;
	padding: 0 1em;
}
}
@media screen and (max-width: 1200px){
.header-html .contact .telephone {
	margin-inline: 15px 30px;
	padding-inline: 30px 15px;
}
}

@media screen and (max-width: 1024px){
	.mobile-toggle-open-container .menu-toggle-open {
			padding: 0.4em 0.6em 0.4em 1.8em !important;
	}
	.contact .telephone {
	border-inline-start: 0;
	margin-inline-start: 0;
	padding-inline: 0 16px;
}
	.contact .location {
	display: none;
}
	.thebase-hide-sidebar-btn .thebase-svg-iconset svg {
	height: auto;
	width: 1.6em;
	cursor: pointer;
}
	.site-footer .widget-area ul {
	padding-block-end: 15px;
}
	.site-middle-footer-inner-wrap .widget_block h3 {
	margin-block-end: 20px;
}
	.site-middle-footer-inner-wrap .widget-area .widget-title::after {
		content: none;
	}
	.percent {
		max-width: 100%;
	}
	.tmchat_wrapper canvas {
		margin: 0 auto;
	}
	.tm_piechart .chart_bottom {
		text-align: center;
	}


	.appointment-form.elementor-widget-shortcode form .text-col.col-6, .contact-us .appointment-form.elementor-widget-shortcode form .text-col.col-6 {
		width: 62%;
	}
	.contact-us .appointment-form.elementor-widget-shortcode form .text-col.col-6.last {
		width: 100%;
	}
	footer .wp-block-group .widget-title::before {
		content: "\f107";
		position: absolute;
		right: 0;
		font-family: FontAwesome;
		font-size: 20px;
		top: 5px;
		bottom: 0;
		height: 20px;
		width: 20px;
		text-align: center;
		z-index: 9;
		margin: 0 auto;
		line-height: 20px;
	}
	footer .wp-block-group .toggled-off > ul, footer .wp-block-group .toggled-off > p {
		display: none;
	}
	.site-middle-footer-inner-wrap .widget-area .widget-title {
		cursor: pointer;
	}
	.appointment-form.elementor-widget-shortcode form .text-col-gap, .contact-us .appointment-form.elementor-widget-shortcode form .text-col-gap {
		width: 62%;
	}
.primary-sidebar .thebase-hide-sidebar-btn, .thebase-show-sidebar-btn {
	display: flex;
}
body .primary-sidebar {
	transform: translateX(-100%);
	width: 360px;
	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: var(--global-palette9);
}
}

@media screen and (max-width: 880px){
.cms-wrap .elementor-absolute.cms-editor {
	display: none;
}
	.cms-wrap .cms-cat-image .cms-button {
	opacity: 1;
}
	.cms-wrap .cms-cat-image:hover .cms-button {
	opacity: 1;
}
}

@media screen and (max-width: 767px){
	.contact .telephone {
	display: none;
}
	.comments-area .comment-respond {
		padding: 2em 2em 1em;
	}
	.single-product.woocommerce div.product form.cart div.quantity {
		margin-inline: 0 8px;
	}
	body .primary-sidebar {
		width: 100%;
	}
	.widget.widget_newsletterwidgetminimal .tnp-submit {
		width: 100%;
		border-radius: 0;
	}
	body .tnp-subscription-minimal input.tnp-email, body .tnp-widget-minimal input.tnp-email, body .tnp-widget input[type="email"], body .tnp .tnp-email {
		width: 100%;
		margin-block: 0 15px;
		margin-inline: 0;
		border-radius: 0;
	}
	.appointment-form.elementor-widget-shortcode form .text-col-gap {
		column-count: 2;
		column-gap: 20px;
	}
	.appointment-form.elementor-widget-shortcode form .text-col.col-6, .contact-us .appointment-form.elementor-widget-shortcode form .text-col.col-6 {
		width: 76%;
	}
	.appointment-form.elementor-widget-shortcode form .text-col-gap, .contact-us .appointment-form.elementor-widget-shortcode form .text-col-gap {
		width: 76%;
	}
body.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper, body.woocommerce div.product .woocommerce-tabs .panel {
	padding: 0;
	border: none;
}
body .search-toggle-open-container .search-toggle-open{
	margin-inline-start: 14px !important;
}
}

@media screen and (max-width: 479px){
		
	#mobile-header .site-header-top-section-left {
		justify-content: center;
	}
	#mobile-header .site-header-row {
		display: grid;
		grid-template-columns: 1fr auto;
	}
	#mobile-header .site-header-top-section-right {
		display: none;
	}
	.widget-area .widget_newsletterwidgetminimal .widget-title {
		margin-block: 0 30px;
	}
}


.widget li {
	line-height: inherit !important;
}
.widget_calendar td {
	color: var(--global-palette1);
}
.widget_calendar thead th {
	color: var(--global-gray-500);
}
body.woocommerce table.shop_attributes td p {padding: 0px;}
#tab-additional_information.entry-content table th, #tab-additional_information.entry-content table td {border: none;font-style: inherit;}
.comment-content td, .comment-content th, .entry-content table td, .entry-content table th {
border: 1px solid var(--global-gray-400);
padding: 12px;
line-height: 1.5;
text-align: left;
}


.flexslider, .owl-carousel .owl-wrapper-outer, .home-product .owl-buttons, #sb-wrapper, .home-service, .feature {
	direction: ltr;
} 
/*----------------------RTL Start-----------------------------*/

/*Header*/
.rtl .header-html .contact .location, .rtl .header-html .contact .telephone, .rtl .header-html .contact .email {
	text-align: right;
}

/*Piechart*/
.rtl .elementor .elementor-column.pie-chart .elementor-widget-wrap {
	padding-inline: 0 5em;
}

/*portfolio*/
.rtl .single-entry .cms-portfolio .cms-portfolio .elementor-widget-wrap {
	padding-inline: 0 5em;
}

/*Sidebar*/
.rtl.woocommerce.widget_product_categories > ul li .count, .rtl.woocommerce.widget_product_categories > ul li .wc-block-product-categories-list-item-count, .rtl.woocommerce .wp-block-woocommerce-product-categories > ul li .count, .rtl.woocommerce .wp-block-woocommerce-product-categories > ul li .wc-block-product-categories-list-item-count {
	left: 0;
	right: auto;
}
.rtl.woocommerce .woocommerce-widget-layered-nav-list a::before {
	margin-inline: 0 0.6em;
}
.rtl .woocommerce.widget_price_filter .price_slider_amount .button {
	float: right;
}
.rtl .price_label {
	text-align: right;
}


/*Blog*/
.rtl .widget .wp-block-latest-posts__featured-image.alignleft {
	float: right;
}

/*Newsletter*/
.rtl .widget.widget_newsletterwidgetminimal .tnp-submit, .rtl #newsletterwidgetminimal-3 .tnp-submit {
	border-radius: 0;
}


/*Footer*/
.rtl .site-middle-footer-inner-wrap .widget-area .widget-title::after {
	left: auto;
	right: 0;
}

@media screen and (max-width: 1366px){
.rtl .tm_piechart .chart_bottom {
	text-align: right;
}
}

@media screen and (max-width: 1200px){
.rtl .elementor-5 .elementor-column.pie-chart .elementor-widget-wrap {
	padding-inline: 0 3em;
}
}

@media screen and (max-width: 1024px){
.rtl .site-branding {
	padding: 0em 0em 0em 2em;
}
.rtl footer .wp-block-group .widget-title::before {
	left: 0;
	right: auto;
}
.rtl .mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button {
	border: 0;
	border-inline-start: 1px solid rgba(255,255,255,0.1);
}
.rtl .tm_piechart .chart_bottom {
	text-align: center;
}
.rtl .elementor .elementor-column.pie-chart .elementor-widget-wrap {
	padding-inline: 0;
}
}

.pageloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(assets/images/loader.gif) center no-repeat #fff;
}