/*
 Theme Name:  Electvolt
 Theme URI:   https://demos.codezeel.com/wordpress/WP03/WP072/
 Description:  A child theme of Basetheme.
 Author:       Codezeel
 Author URI:   #
 Template:     basetheme
 Version:      1.0.0
 Requires at least: 6.0
 Tested up to: 6.0
 Requires PHP: 7.0
 Text Domain: electvolt
 License: GNU General Public License v3.0 (or later)
 License URI: https://codezeel.com/license
*/

body .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-top: 7px;
}
/* HEADER TOP BAR */
body .elementor-widget-tabs .elementor-tab-desktop-title {padding: 0px 27px !important;}
.site-main-header-wrap.item-is-fixed.item-is-stuck {
	box-shadow: 0px -20px 30px 6px #000;
	-moz-box-shadow: 0px -20px 30px 6px #000;
	-webkit-box-shadow: 0px -20px 30px 6px #666;
}
a.contact-button.header-contact-item.has-custom-image:first-child {
	border-right: 1px solid #1d3457;
    margin-inline-end: 15px;
	padding-right: 20px;
}
body .header-contact-item .contact-label {
    margin-inline-start: 0.3em;
}
body .header-navigation .header-menu-container ul ul.sub-menu {
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
}
.top-menu a { 
	position: relative;
	margin-inline: 22px 0;
	padding-inline: 0 22px;
	text-transform: capitalize;
	text-decoration: none !important;
}
.top-menu a:last-child::after{display:none;}
.top-menu a:last-child{padding-inline:0;}
body #search-drawer .drawer-inner input.search-field:focus {
	box-shadow: none;
}
body #search-drawer .drawer-inner input.search-field{
	text-transform: capitalize;
}
.gallery-icon.landscape {border-radius: 5px; overflow: hidden;}

/*home-tab*/
.home-tab .tab-contain-main {display: grid; grid-template-columns: auto auto auto; gap: 30px; text-align: center;}
.home-tab .tab-contain-main .tab-contain img {width: 100%; max-width: 100%;margin-bottom: 2rem;}
.home-tab .tab-contain-main .tab-details-wrap h6 {margin-bottom: 12px;}
.home-tab .elementor-widget-tabs .elementor-tab-content {padding: 39px 0 0 0;}

/* Home-About */
.about_us1 .elementor-counter .elementor-counter-title {
	margin-top: 10px;
	margin-left: -20px;
}
body .elementor-counter .elementor-counter-number-prefix {
	flex-grow: 0;
}
.about_us1 .elementor-heading-title {margin: 0 0 0 0px;}

/* Homepage */
.elementor-progress-percentage {
		padding-right: 15px;
		background: var(--global-palette2);
		padding: 9px 8px 9px 8px;
		position: absolute;
		left: auto;
		right: 0;
		width: 45px;
		top: -36px;
		bottom: auto;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0px;
		color: var(--global-palette9);
}
.elementor-progress-bar {
    position: relative;
}
.elementor-progress-bar .elementor-progress-percentage:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 12px 0;
    border-color: transparent #062047 transparent transparent;
    position: absolute;
    display: inline-block;
    right: 0px;
    margin: 13px 0 0 0;
}
body .elementor-progress-percentage {
    padding-right: 8px;
}
.gallery-slider .swiper-slide-inner  {border-radius: 5px;}
.gallery-item img {border-radius: 5px;}
body .gallery_image_slider .elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -15px;
}
.text_query .elementor-element.elementor-widget-heading .elementor-heading-title {
	margin: 0 0 0 0px;
}
.home_team .elementor-element.elementor-widget-heading .elementor-heading-title {
	margin: 0 0 0 0px;
}
.home_team .elementor-image-box-img {
    border-radius: 5px;
}
.pricing_plan .price {
	font-size: 75px;
    letter-spacing: 0px;
    font-weight: 700;
    font-family: var(--global-heading-font-family);
    color: var(--global-palette2);
}
.pricing_plan .price_upper {
    font-size: 50px;
    letter-spacing: 0px;
	font-weight: 700;
	font-family: var(--global-heading-font-family);
	color: var(--global-palette2);
	margin-left: 5px;
}
.pricing_plan .dollar {
	font-size: 65px;
}
.pricing_plan .elementor-element.elementor-widget-heading .elementor-heading-title {
	margin: 0 0 0 0px;
}
.pricing_plan .price_btn .elementor-button::before {
	mask-image: url(assets/images/price.svg);
    -webkit-mask-image: url(assets/images/price.svg);
    background: var(--global-palette2);
    mask-size: 13px;
    -webkit-mask-size: 13px;
    mask-position: center;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    content: "";
    position: absolute;
    display: inline-block;
    height: 35px;
    width: 48px;
    vertical-align: top;
    -webkit-margin-end: 5px;
    left: auto;
    right: -3px;
    top: 7px;
    bottom: auto;
}
.pricing_plan a.elementor-button.elementor-button-link.elementor-size-sm {
    position: relative;
}
.pricing_plan .price_btn .elementor-button:hover::before {
	mask-image: url(assets/images/price.svg);
    -webkit-mask-image: url(assets/images/price.svg);
    background: var(--global-palette9);
    mask-size: 13px;
    -webkit-mask-size: 13px;
    mask-position: center;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    content: "";
    position: absolute;
    display: inline-block;
    height: 35px;
    width: 48px;
    vertical-align: top;
    -webkit-margin-end: 5px;
    left: auto;
    right: -3px;
    top: 7px;
    bottom: auto;
}
.pricing-table .elementor-element.pricing_col1 > .elementor-element-populated:hover .elementor-button, .pricing-table .elementor-element.pricing_col2 > .elementor-element-populated:hover .elementor-button, .pricing-table .elementor-element.pricing_col3 > .elementor-element-populated:hover .elementor-button {
	 background: var(--global-palette2);
	 color: var(--global-palette9);
}
.pricing_col1:hover .price_btn .elementor-button::before, .pricing_col2:hover .price_btn .elementor-button::before,.pricing_col3:hover .price_btn .elementor-button::before{
    background: var(--global-palette9);
}
.pricing-table .elementor-element.pricing_col1 > .elementor-element-populated:hover , .pricing-table .elementor-element.pricing_col2 > .elementor-element-populated:hover, .pricing-table .elementor-element.pricing_col3 > .elementor-element-populated:hover  {
	 border: 1px solid var(--global-palette1);
}
/* .pricing_plan .pricing_col2 .price_btn .elementor-button::before {
	mask-image: url(assets/images/price.svg);
    -webkit-mask-image: url(assets/images/price.svg);
    background: var(--global-palette9);
    mask-size: 13px;
    -webkit-mask-size: 13px;
    mask-position: center;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    content: "";
    position: absolute;
    display: inline-block;
    height: 35px;
    width: 48px;
    vertical-align: top;
    -webkit-margin-end: 5px;
    left: auto;
    right: -3px;
    top: 7px;
    bottom: auto;
} */
.home_gallery .gallery_image {
	border-radius: 5px;
}
.elementor-image-gallery .gallery-item img {
    border-radius: 5px;
}
/* Newsletter */
.newsletter-text .news_heading {
    font-size: 26px;
    letter-spacing: 0px;
	font-weight: 700;
	font-family: var(--global-heading-font-family);
	color: var(--global-palette2);
	margin-bottom: 2px;
}
.newsletter-text .newsletter-description {
	font-size: 14px;
	line-height: 20px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: var(--global-body-font-family);
    color: var(--global-palette2);
}
.widget_mc4wp_form_widget .widget-title {
	display: none;
}
.newsletter-text {
	padding-inline: 70px;
    position: relative;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 15px;
    text-align: left;
    flex: auto;
	color: #fff;	
}
body .site-footer-row.site-footer-row-columns-1 {
	display: flex;
    justify-content: center;
    width: 1300px;
}
body .mc4wp-form input[type="submit"] {
    background: var(--global-palette2);
    width: 150px;
	height: 50px;
	color: var(--global-palette9);
	line-height: 5px;
	border-radius: 5px;
}
.widget .tnp-email, .mc4wp-form input[type="email"] {
    margin-inline-end: 12px;
    height: 50px;
    padding: 10px 20px;
    width: 460px;
	border-radius: 5px 5px 5px 5px;
	border: none;
}
.newsletter-text::before {
	mask-image: url(assets/images/send.svg);
	-webkit-mask-image: url(assets/images/send.svg);
	mask-size: 50px;
	-webkit-mask-size: 50px;
	height: 50px;
	width: 50px;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: var(--global-palette2);
}
.mc4wp-form .mc4wp-newsletter-input input[type="email"] {
	width: 440px;
	height: 50px;
	margin-inline-end: 10px;
	border-radius: 50px;
	text-transform: capitalize;
}
.mc4wp-form .mc4wp-newsletter-input input[type="submit"]:hover {
	background-color: var(--e-global-color-thebase9);
	color: var(--e-global-color-thebase2);
}
.mc4wp-form .mc4wp-newsletter-input input[type="email"]:focus {
	border-color: transparent;
}
.mc4wp-form .mc4wp-newsletter-text {display: flex; align-items: center;}
.mc4wp-form .mc4wp-newsletter-text img {width: 70px; height: auto; margin-inline-end: 20px;}
.mc4wp-form .mc4wp-form-fields {display: flex; align-items: center;}
.mc4wp-form .mc4wp-newsletter-text, .mc4wp-form .mc4wp-newsletter-input {flex: auto;text-align: right;}
.widget_mc4wp_form_widget {margin: 0 -23px !important;}

/*-----*/
/*Footer*/
body .site-top-footer-inner-wrap {
    padding-top: 45px;
    padding-bottom: 45px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
body .site-middle-footer-inner-wrap {
    padding-top: 125px;
    padding-bottom: 125px;
    grid-column-gap: 190px;
    grid-row-gap: 90px;
}
body #colophon .footer-html {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: var(--global-palette9);
    font-family: var(--global-body-font-family);
}
.site-footer p.location { line-height: 30px;}
.site-footer p.phone { margin-top: 4px;}
body .site-middle-footer-wrap .site-footer-row-container-inner {
	border-bottom: 1px solid #1f375a;
}
.site-footer .contact p {display: flex; padding-block: 7px;}
.site-footer p.mail { margin-top: 5px;}
.site-footer-section p > img {
	margin-inline-end: 14px;
    width: 22px;
    height: 22px;
    margin-block-start: 5px;
}
.footer-widget-area-inner.site-info-inner .widget li {padding-block: 6px;}
.site-footer .widget-area .widget-title {padding-block-end: 20px;}

/*--------*/
/*Widget-title*/
#secondary .woocommerce.widget_product_categories > ul li,.widget .tagcloud a,.widget li,
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {padding-block: 4px;}
/*--------*/
.wpcf7 .wpcf7-form-control-wrap input {	display: block;	width: 100%;margin-top: 10px;}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {margin-bottom: 30px;}
::placeholder{color:var(--global-palette5) !important;}
body:not(.home).transparent-header #masthead {background: var(--global-palette4);}
.woocommerce ul.products li.product .button:hover,
.woocommerce .products a.added_to_cart:hover {color: var(--e-global-color-thebase1); text-decoration: none;}
[type="search"] {text-transform: lowercase;}
body .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;
border-top-color: currentcolor;
border-right-color: currentcolor;
border-bottom-color: currentcolor;
border-left-color: currentcolor;
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: #fff !important;
}
.woocommerce-product-search, .search-form, .wp-block-search {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	overflow: hidden;
}
#primary-sidebar .search-field, footer .search-field, .page-content .search-field, .wp-block-search .wp-block-search__input {
	float: left;
	width: 83%;
	padding: 10px 60px 10px 15px;
	line-height: 22px;
	border: none;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	background-color: var(--global-palette8);
	border-radius: 50px;
}
body .woocommerce form .form-row .woocommerce-terms-and-conditions-checkbox-text {
	text-transform: initial;
    color: var(--global-palette5);
    font-weight: 400;
    font-size: 14px;
}
.sidebar-inner-wrap .wp-block-search .wp-block-search__button {	
	background: var(--global-palette1) !important;
	color: var(--global-palette2);
	height: 50px;
	width: 55px;
	font-size: 20px;
}
.sidebar-inner-wrap .wp-block-search .wp-block-search__button:hover {
	background: var(--global-palette2) !important;
	color: var(--global-palette9);
}

/* gallery Image Hover Cms Hover*/
.gallery-item .gallery-icon:hover img {border-radius: 5px;}
.elementor-widget-image img:hover.cms-banner:hover img, .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, .widget_media_image:hover img{transform: scale(1.05);}
body .wp-block-image {margin-bottom: 0; overflow: hidden;}
.footer-insta .wp-block-image:hover img, .gallery-item .gallery-icon:hover img, .gallery-slider .swiper-slide-inner:hover img {opacity: 1; -webkit-opacity: 1;}
.cms-banner .elementor-widget-wrap, .elementor-image-box-img,  .gallery-item .gallery-icon, .gallery-slider .swiper-slide-inner, .post-thumbnail-inner, .widget_media_image {
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}
.single-entry .wp-block-image {overflow: hidden;}
.single-entry .wp-block-image img{transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;}
.single-entry .wp-block-image:hover img{transform: scale(1.05);}
.cms-banner img, .elementor-image-box-img img, .gallery-item img, .gallery-slider img, .loop-entry .post-thumbnail-inner img, .widget_media_image img {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.home_gallery .elementor-widget-image {overflow: hidden;}
.home_gallery img {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.home_gallery img:hover {
	transform: scale(1.05);
}
.contact-cols {display: flex; column-gap: 30px; margin-bottom: 15px;}
.wpcf7 p {	padding-block-start: 10px !important;}
.wpcf7-form-control {	display: block;	width: 100%;}
body .search-toggle-open .search-toggle-icon svg.thebase-svg-icon {height: auto; width: auto;}
body .wpcf7-spinner {
	position: absolute;
	left: 0;
	right: 0;
	margin: 14px auto;
}
body .wpcf7-form label {padding-block: 10px;}
.about_us1 .img-banner::before, .progress .img-banner::before, .home_testimonial .img-banner::before {
	background: rgba(255, 255, 255, 0.3);
	bottom: 0;
	content: "";
	left: 51%;
	position: absolute;
	right: 51%;
	top: 0;
	opacity: 1;
}
.about_us1 .img-banner::after, .progress .img-banner::after, .home_testimonial .img-banner::after{
	background: rgba(255, 255, 255, 0.3);
	bottom: 51%;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 51%;
	opacity: 1;
}
.about_us1 .img-banner:hover::before, .progress .img-banner:hover::before, .home_testimonial .img-banner:hover::before {
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	-ms-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}
.about_us1 .img-banner:hover::after, .progress .img-banner:hover::after, .home_testimonial .img-banner:hover::after  {
	top: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	-ms-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}

/* footer */
.video-cms .elementor-custom-embed-play {position: absolute; top: 65%;}
.site-footer .footer-widget-area ul {padding: 0; margin: 0;}
.site-footer .widget_block .footer-mail {text-transform: none;}
.site-footer .widget_block p {margin: 0;text-transform: initial;}
.site-footer-section .footer-widget-area.content-valign-middle {align-items: flex-start;}
.elementor-widget-image-carousel .swiper-container .swiper-slide figure{display: inline-block; text-align: center;}
.more-link-wrap a.post-more-link {
	font-weight: 500;
	letter-spacing: 0.3em;
	color: var(--global-palette3);
	font-size: 13px;
}
.logo-bar .swiper-slide-image {
	filter: invert(99%) sepia(94%) saturate(1%) hue-rotate(72deg) brightness(60%) contrast(86%);
	-webkit-filter: invert(99%) sepia(94%) saturate(1%) hue-rotate(72deg) brightness(60%) contrast(86%);
	-moz-filter: invert(99%) sepia(94%) saturate(1%) hue-rotate(72deg) brightness(60%) contrast(86%);
	-ms-filter: invert(99%) sepia(94%) saturate(1%) hue-rotate(72deg) brightness(60%) contrast(86%);
	-o-filter: invert(99%) sepia(94%) saturate(1%) hue-rotate(72deg) brightness(60%) contrast(86%);
}
.logo-bar .swiper-slide-image:hover {
	filter: unset;
	-webkit-filter: unset;
	-moz-filter: unset;
	-ms-filter: unset;
	-o-filter: unset;
}
.entry-content-wrap .entry-meta > *{text-transform:uppercase; padding-inline-end: 15px;}
.entry-related .tns-outer .tns-nav button::before {	background: var(--e-global-color-thebase3);}
.entry-related .tns-outer button.tns-nav-active::before {background: var(--e-global-color-thebase1);}

/* paginationand Tabs */
body.woocommerce div.product div.images {margin-bottom: 0.5em; padding-bottom: 0;}
body.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-inline: 5px;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs::before {border-bottom: 0;}
body.woocommerce div.product .woocommerce-tabs ul.tabs, body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-block: 40px 20px;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
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: none;
	color: var(--global-palette9);
	background: var(--global-palette2);
	border-radius: 5px;
	min-width: 2.5em;
}
.pagination a:focus {
	border-color: var(--global-palette1) !important;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active{border-block-end: 0;}
body.woocommerce div.product .woocommerce-tabs ul.tabs li a,
body.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li a {
	padding: 12px 34px;
	color: var(--global-palette9);
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: var(--global-heading-font-family);
}
body.woocommerce .woocommerce-message, body .woocommerce .woocommerce-error, body .woocommerce .woocommerce-info {background-color: #f2f6fa; color: var(--e-global-color-thebase2);}
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {color: var(--global-palette2) !important;}
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-palette1);
    border-color: var(--global-palette1);
	color: var(--global-palette2) !important;
}
body .pagination a:hover,body.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover {
	background: var(--global-palette1);
	color: var(--global-palette2);
}
.blog-posts-content .loop-entry .entry-summary p,.blog-posts-content .loop-entry .entry-header .entry-meta {margin: 12px 0 12px;}
.entry-header {margin-bottom: 0em !important;}

/* Testimonial */
.elementor-testimonial-name {
    margin-bottom: 7px;
}
.elementor-element.testimonial-carousel .owl-theme .owl-buttons div.owl-next::after {
    left: 30px;
    background-size: 11px;
}
body .elementor-testimonial-wrapper .elementor-testimonial-content {
	margin-bottom: 28px;
}
.owl-theme .owl-buttons div.owl-next::after {
    left: 20px;
    mask-image: url(assets/images/right-arrow.svg);
    -webkit-mask-image: url(assets/images/right-arrow.svg);
    background: var(--global-palette2);
    mask-size: 11px;
    -webkit-mask-size: 11px;
    mask-position: left;
    -webkit-mask-position: left;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}
.elementor-element.testimonial-carousel .owl-theme .owl-buttons div {
    opacity: 1;
    left: 0;
    width: auto;
    top: auto;
    margin: 0 !important;
    right: auto;
    bottom: -30%;
}
.testimonial-carousel .owl-theme .owl-buttons div.owl-prev:hover::after, .testimonial-carousel .owl-theme .owl-buttons div.owl-next:hover::after {
    background: var(--global-palette1);
}
.elementor-element.testimonial-carousel .owl-theme .owl-buttons div.owl-prev::after {
    right: 30px;
    background-size: 11px;
}
.owl-theme .owl-buttons div.owl-prev::after {
    right: 20px;
    mask-image: url(assets/images/left-arrow.svg);
    -webkit-mask-image: url(assets/images/left-arrow.svg);
    background: var(--global-palette2);
    mask-size: 11px;
    -webkit-mask-size: 11px;
    mask-position: left;
    -webkit-mask-position: left;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}
/* Homepage-Blog*/
#blog-posts-products .entry-content-wrap .entry-meta > .posted-on {
	position: absolute;
    top: 11px;
    left: 26px;
    bottom: auto;
    color: var(--global-palette2);
    background-color: var(--global-palette1);
    text-align: center;
	padding: 8px 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    font-family: var(--global-heading-font-family);
    border-radius: 5px;
}
.blog .post-description {
	margin-bottom: 12px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
body .more-link-wrap a.post-more-link {
    font-weight: 600;
    letter-spacing: 0.3px;
    color: var(--global-palette2);
    font-size: 14px;
    font-family: var(--global-heading-font-family);
    text-decoration: underline;
}
body .more-link-wrap a.post-more-link:hover {text-decoration: none;}
body .site .post-thumbnail {
	padding-bottom: 72.90%;
	border-radius: 5px;
}
#blog-posts-products .author.vcard {
	position: relative;
	margin-inline: 0 13px;
	padding-inline: 0 13px;
}
body .loop-entry.type-post .entry-meta a:hover {
    color: var(--global-palette2);
}
.container-inner {padding: 0 16px;}
.blog-posts-content {margin: 0 -16px;}
.content-style-unboxed .blog .loop-entry .entry-content-wrap {padding: 0;}
.blog-posts-content .post-thumbnail {margin-bottom: 1em;}

body .wp-block-latest-posts__post-author, body .wp-block-latest-posts__post-date{color: var(--global-palette5);}

/* owl-carsoual */
.owl-theme .owl-buttons div.owl-prev::after {color: var(--wp--preset--color--black) !important;}
.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.owl-prev::after {background-image: url(assets/images/left-arrow.svg); right: 20px;}
.owl-theme .owl-buttons div.owl-next::after {background-image: url(assets/images/right-arrow.svg); left: 20px;}
.owl-theme:hover .owl-buttons div {opacity: 1; -khtml-opacity: 1; -webkit-opacity: 1; -moz-opacity: 1;}
.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: 9;
	cursor: pointer;
}
.img-accroding .elementor-accordion-item {margin-block-end: 10px;	border-bottom: 1px solid var(--global-palette8) !important;}
.owl-theme .owl-buttons div.owl-next {right: -30px; left: auto;}
.owl-theme .owl-buttons div.owl-prev {left: -30px; right: auto;}
.owl-controls .owl-pagination {text-align: center;}
.team-carousel .owl-pagination .owl-page span {
    height: 12px;
    width: 12px;
    background-color: var(--global-palette6);
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
}
.owl-pagination .owl-page span {
	height: 10px;
	width: 10px;
	background-color: var(--global-palette9);
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
}
.owl-pagination .owl-page.active:hover span, .owl-pagination .owl-page.active span, .owl-pagination .owl-page:hover span {background-color: var(--global-palette1);}
.owl-theme .owl-page {display: inline-block; margin: 5px 5px; vertical-align: top; padding-block-start: 2.5%;}

/* Archive Blog */
body .loop-entry.type-post h2.entry-title {
    margin: 2px 0px 0px 0px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.1px;
    font-weight: 700;
    font-family: var(--global-heading-font-family);
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#archive-container .more-link-wrap {
    margin-top: 12px;
    margin-bottom: 0;
}
.primary-sidebar a.wp-block-latest-comments__comment-author {
    text-transform: capitalize;
}
.primary-sidebar a.wp-block-latest-comments__comment-link {
    line-height: 25px;
}
body .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    border-color: var(--global-palette6);
    border-radius: 5px;
    background: var(--global-palette9);
    padding: 0 0px;
}
.blog .pagination {
	text-align: center;
}
body .loop-entry.type-post h2.entry-title a:hover {
	color: var(--global-palette2);
}
body #archive-container .loop-entry .entry-header .entry-meta {
	margin: 10px 0px;
	font-family: var(--global-heading-font-family);
    font-weight: 600;
	font-size: 14px;
}
body .post-archive-title .thebase-breadcrumbs a:hover {
    color: var(--global-palette9);
    text-decoration: none;
}
#archive-container .entry-content-wrap .posted-on::before, .single-post .posted-on::before, .entry-related-inner-content .posted-on::before, #archive-container .entry-content-wrap .posted-by::before, .single-post .posted-by::before  {
    content: "";
    mask-position: center;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 16px;
    -webkit-mask-size: 16px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    background: var(--global-palette2);
    -webkit-margin-end: 3px;
    margin-inline-end: 10px;
}
.entry-content-wrap .posted-by::before, #archive-container .entry-content-wrap .posted-by::before, .single-post .posted-by::before{
    mask-image: url(assets/images/admin.svg);
    -webkit-mask-image: url(assets/images/admin.svg);
}
.single-post .posted-on::before, .entry-related-inner-content .posted-on::before, #archive-container .entry-content-wrap .posted-on::before {
	mask-image: url(assets/images/calendar.svg);
	-webkit-mask-image: url(assets/images/calendar.svg);
}
.single .entry-related{background-color: #f2f6fa;}
.single .site .entry-related h2.entry-related-title {   
	 color: var(--global-palette2);
    font-size: 40px;
    font-weight: 700;
	margin-bottom: 1.2em;
}
body a.post-more-link .thebase-svg-icon {display: none;}
.blog .entry-title {font-size: 16px;}
.blog .entry-content-wrap .entry-title {padding-block-start: 5px;}
body .entry-author-style-center .entry-author-name a {
	color: var(--global-palette2);
	text-transform: capitalize;
}
/* Author Blog */
body .pagination {
	text-align: center;
}
/* Search Results */
body #search-drawer .drawer-inner .thebase-search-icon-wrap {
    font-size: 18px;
}
body.search-results .loop-entry h2.entry-title {
    margin: 2px 0px 12px 0px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.1px;
    font-weight: 700;
    font-family: var(--global-heading-font-family);
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
body.search-results .loop-entry .entry-meta {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6px;
    text-transform: inherit;
}
body.search-results .loop-entry h2.entry-title a:hover{color: var(--global-palette2);}
body .entry-meta>*:after {display: none;}
/* My Account*/
body .woocommerce-LostPassword a:hover {text-decoration: none;}
body .woocommerce form.register .woocommerce-privacy-policy-link:hover {text-decoration: none;}
body .woocommerce p.lost_password a:hover {
    text-decoration: none;
}
#customer_login h2 {font-size: 36px;line-height: 45px;}
body .woocommerce table.shop_table td {border-top: 1px solid var(--global-palette6); padding: 15px 12px; line-height: 1.2em;}
body form.checkout .col2-set {border: 1px solid #e5e5e5; padding: 30px;}
body.woocommerce-cart .wc-proceed-to-checkout{padding: 0;}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body .woocommerce form .form-row .button{margin: 0;padding: 14px 28px 14px 28px;}
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;}
.woocommerce form legend {font-weight: 500; text-transform: uppercase; color: var(--global-palette3);}
body.woocommerce-account .account-navigation-wrap li.is-active a:hover,body.thebase-account-nav-left.woocommerce-account .account-navigation-wrap li a {text-transform: capitalize; font-weight: 500; color: var(--global-palette3);}
body.woocommerce-account .addresses .title .edit {text-transform: uppercase; width: 100%; text-align: left;}
body.woocommerce-account .addresses .title .edit:hover {text-decoration: line-through; color: var(--global-palette3);}
body.woocommerce-account .addresses .title h3 {margin-bottom: 0;}

/* Cart*/
/* body .woocommerce div.product .woocommerce-tabs ul.tabs, */
#calc_shipping_state_field, #calc_shipping_country_field {
	margin: 0 0 19px !important;
}
body .woocommerce .woocommerce-message {
    border-left-color: var(--global-palette-highlight-alt2);
    background: #f2f6fa;
}
.return-to-shop a.button.wc-backward {padding: 14px 28px;margin-top: 5px;}
body .woocommerce form .form-row {margin: 0 0 1.2em 0em; border-radius:5px;}
body .woocommerce .cart-empty.woocommerce-info {color: var(--global-palette2);}
body.woocommerce-cart table.cart td.actions .button, body.woocommerce-checkout table.cart td.actions .button, body#add_payment_method table.cart td.actions .button{line-height: 44px;}
body.woocommerce-cart.woocommerce-page table.cart td.actions .coupon .input-text, body.woocommerce-checkout.woocommerce-page table.cart td.actions .coupon .input-text, body.woocommerce-page .add_payment_method table.cart td.actions .coupon .input-text{height:50px;}
.woocommerce ul#shipping_method li {padding: 0;}
body.woocommerce-cart .woocommerce table.shop_table .shipping td {padding-inline: 0;}
body .select2-container .select2-selection--single {margin: 0px 0 0;}
body .select2-container--default .select2-selection--single .select2-selection__rendered {border: 1px solid #e5e5e5; line-height:50px; border-radius:5px;}
.woocommerce .cart-collaterals table.shop_table {border: 0;}
.cart_totals h2 {font-size: 24px;}
#add_payment_method .cart-collaterals, .woocommerce-cart .cart-collaterals, .woocommerce-checkout .cart-collaterals {border: 1px solid var(--global-palette6); padding: 30px;}
.woocommerce table.shop_table {border: 1px solid var(--global-palette8);}
.cart-summary {display: none;}
body .woocommerce form .form-row label{font-weight: 500; text-transform: capitalize; color: var(--global-palette3);}
body .select2-container--default .select2-selection--single{border-radius: 5px; border: 1px solid var(--global-palette8); height: 42px;}
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; text-transform: uppercase; padding: 15px 12px; color: var(--global-palette3);font-size: 16px;}
body .woocommerce table.shop_table {font-size: inherit;}
.woocommerce-cart.woocommerce-page table.cart td.actions .button, .woocommerce-checkout.woocommerce-page table.cart td.actions .button,.woocommerce-page #add_payment_method table.cart td.actions .button {
	height: auto;
	padding: 3px 26px;
	background: var(--global-palette1);
	color: var(--global-palette2);
	border:0 !important;
}
span.select2-dropdown.select2-dropdown--below {
    z-index: 1;
}
body .woocommerce table.shop_table tfoot th {border-top: 1px solid var(--global-palette6);}
.woocommerce-cart .woocommerce table.shop_table input {font-size: 14px;}
#ship-to-different-address .woocommerce-form__label span .woocommerce-billing-fields h3,.woocommerce-checkout h3 {font-size: 26px;}
.woocommerce-cart .woocommerce table.shop_table td .quantity.spinners-added {padding-block: 1px; border: 1px solid var(--global-palette6);}
.woocommerce-cart.woocommerce-page .cart-summary h2 {margin-block-end: .5em;}
.woocommerce-cart.woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-checkout.woocommerce-page table.cart td.actions .coupon .input-text,.woocommerce-page #add_payment_method table.cart td.actions .coupon .input-text {height: 42px; margin-inline-end: 15px;}
.woocommerce-page.woocommerce-cart table.cart .coupon .button:not(:hover),.woocommerce-page.woocommerce-checkout table.cart .coupon .button:not(:hover),.woocommerce-page #add_payment_method table.cart .coupon .button:not(:hover),
.woocommerce-page.woocommerce-cart table.cart td.actions .button:disabled,.woocommerce-page.woocommerce-checkout table.cart td.actions .button:disabled,.woocommerce-page #add_payment_method table.cart td.actions .button:disabled {
	background: var(--global-palette1);
	color: var(--global-palette2);
	border: 1px solid var(--global-palette1);
}
body .woocommerce-billing-fields {
    margin-bottom: 1em;
}
.woocommerce-cart.woocommerce-page table.cart td.actions .button:hover {background: var(--global-palette2);color: var(--global-palette9);}
.img-accroding .elementor-accordion-item {	margin-block-end: 10px;	border-bottom: 1px solid var(--global-palette8) !important;}
.main-img-accoroding .img-accroding .elementor-accordion .elementor-accordion-item:last-of-type {border: 0 !important;}
body.woocommerce div.product form.cart table td {padding-block-end: 20px;}
body #payment ul.wc_payment_methods li.wc_payment_method>label {
    background: #f2f6fa;
    display: block;
    border-left: 5px solid var(--global-palette2);
    padding: 8px 15px;
    transition: border 0.2s ease-in-out;
    margin-bottom: 4px;
	font-weight: 600;
	font-size: 15px;
}
body #payment #place_order {
    padding: 14px 33px;
}
body #payment ul.wc_payment_methods li.wc_payment_method>label:hover {
    border-left: 5px solid var(--global-palette2);
    background: #f2f6fa;
}
body .primary-sidebar.widget-area .sidebar-inner-wrap .wp-block-latest-comments .wp-block-latest-comments__comment-link {display: initial;}
body #payment ul.wc_payment_methods li.wc_payment_method input[type="radio"]:first-child:checked + label {    background: #f2f6fa;	color: var(--e-global-color-thebase4);}
/* single-blog */
body .entry.single-entry {
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);
} 
body .site .post-thumbnail.thebase-thumbnail-ratio-9-16 {
	padding-bottom: 53.25%;
}
.single-post .more-link-wrap {
    margin-top: 11px;
    margin-bottom: 0;
}
body .comment-navigation a:hover, body .post-navigation a:hover {
    color: var(--global-palette2);
}
body .entry-related-carousel .entry-footer {display: block;}
.comment-respond input[type="submit"] {
	padding: 14px 30px 14px 30px;
}
.single-post .loop-entry .entry-content-wrap {
    padding: 20px 20px 27px 20px;
}
.entry-related-carousel .loop-entry .entry-header .entry-meta {
    margin: 0.8em 0;
}
.single-post .single-blog-titleheading {
    padding-bottom: 15px;
}
body .loop-entry .entry-header .entry-title a:hover {color: var(--global-palette2);}
body .entry-related-carousel .entry-summary { display: block;}
body .entry-author-style-center .entry-author-avatar::after,body .entry-author-style-center .entry-author-avatar::before {background: var(--global-palette8);}
body .entry-author-style-center{border:0;}
body .entry-tags a.tag-link {font-size: 14px; text-transform: uppercase;}.single-post .content-wrap .entry-author-style-normal {display: inline-block;}
.single-post .comment-form .comment-form-cookies-consent label:not(:placeholder-shown) {font-size: inherit; padding-block: 0;}
.comments-area .comment-respond {
    margin-block: 6em;
    margin-block-end: 6em;
    border: 1px solid var(--global-palette6);
    padding: 45px;
}
.entry-related .entry-related-inner-content {
	padding-top: 6em;
	padding-bottom: 8em;
	padding-left: 0;
	padding-right: 0;
}
body .tns-outer .tns-nav {bottom: -40px;}
.single-content ol li,.single-content ul li {padding-block: 4px;}
.single-post .wp-block-pullquote blockquote::before {font-size: 150px; color: var(--global-palette6); left: -15px; top: 75px;}
.single-post .blocks-gallery-caption figcaption,.single-post .wp-block-embed figcaption,.single-post .wp-block-image figcaption,.single-post .wp-block-table figcaption,.single-post .wp-block-audio figcaption,.single-post .wp-block-video figcaption {font-size: 14px;}
.single-post .wp-block-pullquote {padding: 0em 0 1.5em;}
.single-post .comment-reply-link:hover, .comment-reply-link:focus {background-color: var(--global-palette1); color: var(--global-palette2); border-color: var(--global-palette1);}
.single-post .comment-reply-link {color: var(--global-palette3);border: 1px solid var(--global-palette3);border-radius: 5px;}
.single-post .comment-form label {padding: 3px 3px;}
.single-post .comment-meta a,.single-post .comment-form a,.single-post .comment-meta a:hover,.single-post .comment-meta a:focus,.single-post .comment-form a:hover,.single-post .comment-form a:focus {text-decoration: none; font-size: 14px;}
.single-post .comment-body {border-bottom: 1px solid #e5e5e5;}
body .single-content h1,.single-post .single-content h2,body .single-content h3,body .single-content h4,body .single-content h5,body .single-content h6,body .single-content h2:first-child,body .single-content h3:first-child,
body .single-content h4:first-child,body .single-content h5:first-child,body .single-content h6:first-child {margin: inherit;}
.single-post .navigation.post-navigation {border-block-start: 1px solid #e5e5e5; padding-block-start: var(--global-lg-spacing);}
.single-post .wp-block-quote cite{font-size: inherit;}
.single-post .single-content figure {margin: 0;}
.single-entry .entry-tags a.tag-link:hover {
	color: var(--global-palette2);
    border: 1px solid var(--global-palette1) !important;
    background: var(--global-palette1);
}
h2.entry-related-title {text-align: center;}
.single-entry .entry-tags a.tag-link {border: 1px solid var(--global-palette2) !important; border-radius: 5px !important;}
#cancel-comment-reply-link, .comment-form .logged-in-as a, .logged-in-as a {color: var(--global-palette2);	text-decoration: underline;	font-size: var(--wp--preset--font-size--small);}
body #cancel-comment-reply-link:hover, .comment-form .logged-in-as a:hover, .logged-in-as a:hover {	color: var(--global-palette2);	text-decoration: none;}
.comment-respond .comment-form .comment-notes {margin: 0 0 1em 0; font-size: inherit; font-style: inherit;}
.comment-respond .comments-title, .comment-respond .comment-reply-title {
	margin-bottom: 0.8em;
	color: var(--global-palette3);
    font-size: 32px;
	text-transform: capitalize;
}
.comments-area .comments-title {
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    text-transform: capitalize;
    color: var(--global-palette3);
    font-family: var(--global-heading-font-family);
}
.entry-related .tns-outer .tns-nav button {width: 15px; height: 15px;}
.single-post .comment-form p.comment-form-float-label label, .single-post .comment-form .comment-input-wrap p label {   padding: 3px 3px;	color: var(--e-global-color-thebase3);}
/* sidebar */
.primary-sidebar h2.wp-block-heading.widget-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}
.wp-block-latest-comments__comment-date {
    display: block;
	font-size: 14px;
	margin-top: 3px;
}
#secondary .sidebar-inner-wrap h2.wp-block-heading {
	font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}
body .woocommerce.widget_price_filter .ui-slider .ui-slider-range {
	background-color: var(--global-palette-highlight-alt2);
}
body .has-sidebar.has-left-sidebar .content-container {
    grid-template-columns: 25% 1fr;
}
body .woocommerce.widget_price_filter .ui-slider .ui-slider-handle{
	background-color: var(--global-palette-highlight-alt2);
}
#secondary .sidebar-inner-wrap h2.widget-title{
	font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}
body .wp-block-latest-posts__post-author, body .wp-block-latest-posts__post-date {
    display: block;
    font-size: 14px;
}
.wp-block-latest-posts__post-author {
    margin-top: 4px;
}
body .primary-sidebar #block-4 ol.wp-block-latest-comments {
	margin: 0 0 0 0px;
}
.primary-sidebar .thebase-hide-sidebar-btn {display: none; flex: 0 0 auto; align-items: center; flex-direction: row; justify-content: flex-end; padding: 15px 0;}
.primary-sidebar .thebase-hide-sidebar-btn .thebase-svg-iconset {cursor: pointer;}
.thebase-hide-sidebar-btn .thebase-svg-iconset svg {height: auto; width: 1.6em;}
.widget .tagcloud, .widget .widget_product_tag_cloud, .widget .wp-block-tag-cloud, .widget li {list-style: none; margin: 0; position: relative;}
.has-sidebar .primary-sidebar.widget-area .widget:last-child {border: none !important;}
.primary-sidebar.widget-area .widget_block.widget_media_image {padding-block: 12px 35px;}
.primary-sidebar.widget-area .widget_block,
.primary-sidebar.widget-area .woocommerce {border-block-end: 1px solid #e5e5e5; padding-block-end: 20px;}
.widget-area h4 {padding-block-end: 15px;}
.thebase-show-sidebar-btn {
	position: fixed;
	-webkit-margin-start: .5em;
	margin-inline-start: .5em;
	border: 1px solid var(--global-gray-400);
	padding: 0 10px;
	height: 44px;
	line-height: 30px;
	display: none;
	cursor: pointer;
	top: 30%;
	left: -2px;
	z-index: 9;
	background: #fff;
	box-shadow: 0 0 5px 2px var(--global-gray-400);
	align-items: center;
	border-radius: 0 50px 50px 0;
}
.thebase-show-sidebar-btn.active .drawer-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 99;
}
body .wp-block-latest-posts__list li {margin-block-start: 10px;line-height: 23px;}
body .wp-block-latest-posts__list li .wp-block-latest-posts__post-date {padding-top: 3px;}
.thebase-show-sidebar-btn .thebase-svg-iconset {padding-inline-end: 6px;}
.thebase-show-sidebar-btn .thebase-svg-iconset svg {width: 1.4em; height: auto;}
body .wp-block-search .wp-block-search__label {	display: none;}
.primary-sidebar h2 {margin-bottom: 0.5em;}
/* input area*/
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"]{
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 0.7em 1.3em;
	background: var(--global-palette9);
	box-shadow: unset;
	height: 50px;
}
body input[type="text"]:focus, body input[type="email"]:focus, body input[type="url"]:focus, body input[type="password"]:focus, body input[type="search"]:focus, body input[type="number"]:focus, body input[type="tel"]:focus, body input[type="range"]:focus, body input[type="date"]:focus, body input[type="month"]:focus, body input[type="week"]:focus, body input[type="time"]:focus, body input[type="datetime"]:focus, body input[type="datetime-local"]:focus, body input[type="color"]:focus, body textarea:focus {box-shadow: none;}
body textarea {
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 0.63em 0.8em;
	background: var(--global-palette9);
	box-shadow: unset;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    padding: 14px 26px 14px 26px;
}
.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea { height: 155px;    margin-top: 10px;}
/*woocommerce*/
body.woocommerce nav.woocommerce-pagination {text-align: center;}
body.woocommerce table.shop_attributes {border: 1px solid #e5e5e5; border-collapse: separate;}
body.woocommerce table.shop_attributes td,body.woocommerce table.shop_attributes th {padding: 15px 12px; font-style: normal;    text-transform: capitalize; font-weight: 500;}
.single-product .owl-theme .owl-buttons div.owl-prev {left: 10px; right: auto;}
.product-title .thebase-breadcrumbs a:hover {text-decoration: none;}
.single-product .owl-theme .owl-buttons div.owl-next {right: 20px; left: auto;}
.woocommerce-checkout .woocommerce form.checkout_coupon, .woocommerce-checkout .woocommerce form.login {width: 50%;}
.woocommerce-checkout .woocommerce form.checkout_coupon {border: 4px dashed #e5e5e5;}
.product-archive-title .thebase-breadcrumbs a:hover {text-decoration: none;}
.page-title .thebase-breadcrumbs a:hover { color: var(--global-palette9);text-decoration: none;}
h3.wp-block-heading.privacy_h3text { margin-bottom: 15px;}
.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 .site .product-hero-section .extra-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.5;
    color: var(--global-palette9);
    font-family: var(--global-heading-font-family);
}
body.woocommerce div.product .woocommerce-tabs .panel {
    padding: 2em 0 2em 0em;
}
.comment-form-rating {
    margin-top: 10px;
}
body.woocommerce table.shop_attributes tr:nth-child(even) td, body.woocommerce table.shop_attributes tr:nth-child(even) th {
	background: none;
}
body.woocommerce table.shop_attributes td {
    border-bottom: none;
    padding-left: 20px;
}
body.woocommerce div.product .button.single_add_to_cart_button {  
	height: 50px;
    line-height: 5px;
	padding: 13px 28px 13px 28px;
}
.woocommerce div.product form.cart .variations label strong {font-weight: 500;}
body.woocommerce div.product p.price ins {
    background: inherit;
    font-weight: 600;
    display: inline-block;
    font-size: 22px;
    color: var(--global-palette2);
}
body.woocommerce table.shop_attributes tr {
    background-color: rgba(0,0,0,0.04);
}
body.woocommerce .woocommerce-message .button {
	height: 50px;
	line-height: 14px;
}
body.woocommerce-account .account-navigation-wrap li:hover a {
    border-left: 5px solid var(--global-palette2);
}
body.woocommerce div.product p.price {
    font-size: 22px;
    font-weight: 600;
}
body .quantity.spinners-added input.minus, body .quantity.spinners-added input.plus {
    background: transparent;
    color: var(--global-palette2);
    box-shadow: none;
    padding: 0 0.8em;
    line-height: 38px;
    border: 0;
}
body .woocommerce.widget_price_filter .price_slider_amount .button {
    height: 50px;
    float: left;
    line-height: 10px;
    font-size: 14px;
}
body.woocommerce ul.products li.product a img {border-radius: 5px;}
body.woocommerce div.product form.cart .variations label {font-weight: 500; text-align: left; display: inline-block; width: 100%;}
.woocommerce .products span.onsale,
.single-product.woocommerce span.onsale {
	padding: .5em 1em;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	top: 0.5rem;
	left: 0.5rem;
	margin: 0;
	border-radius: 0rem;
	background-color: var(--global-palette1);
    color: var(--global-palette2);
}
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;
}
body #mobile-drawer.popup-drawer .drawer-inner {max-width: 320px;}
.mobile-navigation ul li {text-transform: capitalize;}
body .thebase-product-toggle-container .thebase-toggle-shop-layout {
    padding: 0px 6px;
    color: var(--global-palette3);
    margin-left: 0.5em;
    border: 1px solid var(--global-palette2);
    display: flex;
    height: 30px;
    border-radius: 0;
    align-items: center;
    background: transparent;
    box-shadow: none;
}
body .thebase-product-toggle-container .thebase-toggle-shop-layout.toggle-active, body .thebase-product-toggle-container .thebase-toggle-shop-layout:hover {
    color: var(--global-palette1);
    border-color: var(--global-palette1);
    background: transparent;
    box-shadow: none;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li a, body.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li a:hover {color: var(--e-global-color-thebase9) !important;}
body.woocommerce div.product form.cart .group_table td {flex: 1; padding: .5em .5em .5em 0;}
.woocommerce div.product form.cart .group_table tr {display: flex; width: 100%; align-items: center;}
body.woocommerce div.product form.cart .group_table td:first-child {width: auto; text-align: center; min-width: 128px;}
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;}
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: 5px;}
.woocommerce ul.products li.product span.onsale {top: 15px; right: 15px;}
.products .product-details .thebase-svg-iconset {display: inline-flex; align-self: center; display: none;}
.woocommerce ul.products li.product .button.added {display: none;}
.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 #e5e5e5; padding: 20px 12px;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:not(.woo-archive-btn-button) .product-details .button,
.woocommerce ul.products li.product .product-details a {
	font-weight: inherit;
	letter-spacing: inherit;
	color: var(--global-palette3);
	font-size: inherit;
}
.woocommerce ul.products:not(.woo-archive-btn-button) .product-details .button{
	text-decoration: underline;
	font-weight: 600;
}
body.single-product .thebase-breadcrumbs{margin-top:0;}
.woocommerce .thebase-woo-results-count {font-weight: 400; font-size: 15px;}
.woocommerce .iconic-was-swatches {margin: 15px 0 15px;}
.post-navigation-sub small {font-size: inherit;}
body.woocommerce ul.products li.product .price del {
    color: var(--global-palette2);
    opacity: 1;
    display: inline-block;
}
body.woocommerce ul.products li.product .price ins {font-weight: 600;}
.woocommerce select.orderby{ 
    border-bottom: 1px solid #e5e5e5; padding-block: 0.2em; font-weight: 400; font-size: 15px;}
.single-product.woocommerce div.product form.cart .variations select {padding-block: 0.63em; border-color: #e5e5e5;}
.single-product.woocommerce div.product form.cart div.quantity {border: 1px solid #e5e5e5; border-radius: 5px; padding-block: 6px; margin-inline-end: 15px;}
.woocommerce.widget_product_categories > ul li.cat-parent > ul {padding-inline-start: 0.5em; margin-inline-start: 0.5em;}
#secondary .woocommerce.widget_product_categories > ul li .count ~ .thebase-cat-toggle-sub {right: -1em;}
.woocommerce.widget_price_filter .price_label {
	width: 100%;
	display: inline-block;
	text-align: left;
	padding-block: 15px 0;
}
.woocommerce .related.products {margin-block-start: 9em;}
.woocommerce section.related.products h2 {   
	 text-align: center;
    padding-block-end: 25px;
	font-size: 36px;
}
.woocommerce section.related .product-details h2 {text-align: left;}
.widget .tagcloud a, .widget .widget_product_tag_cloud a, .widget .wp-block-tag-cloud a {font-size: inherit !important; display: block; color: var(--global-palette5);}
#secondary .woocommerce.widget_price_filter .price_slider_amount {
	line-height: inherit;
	font-size: inherit;
	font-weight: inherit;
	padding-block-start: 10px;
}
.woocommerce.widget_price_filter .widget-title {padding-block-end: 15px;}
#primary .widget-area ul {margin: 0; padding: 0;}
.wp-block-categories-list li, .wp-block-latest-comments li {padding-block-start: 8px;}
#secondary .woocommerce.widget_product_categories > ul li .thebase-cat-toggle-sub:hover {border: 0; color: var(--global-palette5);}
#secondary .woocommerce.widget_product_categories > ul li.cat-parent.sub-toggle-active > .thebase-cat-toggle-sub {background: unset;}
#secondary .woocommerce.widget_product_categories > ul li a {border-bottom: 0; line-height: inherit;}
.single-product.woocommerce div.product .product_meta > span {
	display: block;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	padding-block-end: 10px;
}
#primary .widget-area ul.wc-block-product-categories-list--depth-1 {margin-inline-start: 1.5em;}
#secondary .woocommerce.widget_product_categories > ul li .count {
	position: absolute;
	right: 0;
	display: block;
	top: 4px;
	font-size: inherit;
	line-height: inherit;
	min-width: 2rem;
	text-align: center;
}
.woocommerce-checkout .woocommerce .woocommerce-info a,.woocommerce-checkout .woocommerce .woocommerce-info a:hover {text-decoration: underline;}
.woocommerce-checkout .woocommerce form.checkout_coupon {border: 3px dashed #e5e5e5;}
body .woocommerce form.login,body .woocommerce form.register {
	border: 1px solid #e5e5e5;
    padding: 30px;
    margin: 2em 0;
    text-align: left;
    border-radius: 0 !important;
}
#customer_login {margin-top: 70px;}
.woocommerce form .form-row label {font-size: inherit !important;}
.woocommerce-privacy-policy-text {padding-block: 5px 15px;}
.flexslider, .owl-carousel .owl-wrapper-outer, .home-product .owl-buttons, #sb-wrapper, .home-service, .feature, .elementor-widget-icon-box {direction: ltr;}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {margin-block-start: 5px;}
.comment-content td, .comment-content th, .entry-content table td, .entry-content table th {text-align: left;}
body .thebase-breadcrumbs {font-size: 15px ;margin: 0.5em 0;}
.woocommerce-tabs h2 {margin-block-end: 20px;}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {margin-block-start: 7px;margin-inline-start: 10px;}
body .loop-entry .entry-header .entry-title {
	margin: 2px 0px 0px 0px;
	font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.1px;
    font-weight: 700;
	font-family: var(--global-heading-font-family);
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
body .loop-entry .entry-summary p, .loop-entry .entry-header .entry-meta {	margin: 0.4em 0;}
body .entry-summary {margin: 0;}
.elementor-widget-image-box.desc .elementor-image-box-description {
	padding: 0 15px;
}
.wpcf7-form.init label {
	text-transform: capitalize;
}
/* about-us page */
.about-accroding .elementor-accordion-icon {margin-block-start: 4px;}
.pricing-table .elementor-widget:not(:last-child) {	margin-bottom: 0;}
body .bypostauthor .avatar {border: none;}
.aboutus .elementor-widget:not(:last-child) {margin-bottom: 0;}
/*rtl*/
.rtl .woocommerce-loop-product__title {	text-align: right !important;}
.rtl form.checkout .col2-set {padding: 30px !important;}
.brands {border-top: 1px solid #e5e5e5;	padding-top: 80px;}
/* responsive */
@media only screen and (max-width:1024px){
	body .main-navigation .primary-menu-container > ul > li.menu-item > a {padding-left: calc(2.2em / 2); padding-right: calc(2.2em / 2);}
	.owl-theme .owl-buttons div.owl-prev {left: 0px;}
	.owl-theme .owl-buttons div.owl-next {right: -30px;}
	.mc4wp-form .mc4wp-newsletter-input input[type="email"] {
		width: calc(100% - 146px);
		height: 40px;
	}
}
@media only screen and (max-width:1366px){
	.widget .tnp-email, .mc4wp-form input[type="email"] {
		margin-inline-end: 12px;
		height: 50px;
		padding: 10px 20px;
		width: 400px;
		border-radius: 5px 5px 5px 5px;
		border: none;
	}
	body .site-footer-row.site-footer-row-columns-1 {
		display: flex;
		justify-content: center;
		width: auto;
	}
	.brands {padding-top: 60px;}
	.about_us1 .elementor-counter .elementor-counter-title {
		margin-top: 8px;
		text-align: left;
		margin-left: 0px;
	}
	.owl-theme .owl-buttons div.owl-prev {
		left: -20px;
		right: auto;
	}
	.elementor-element.testimonial-carousel .owl-theme .owl-buttons div {
		opacity: 1;
		left: 0;
		width: auto;
		top: auto;
		margin: 0 !important;
		right: auto;
		bottom: -20%;
	}
	.owl-theme .owl-buttons div.owl-next {
		right: -20px;
		left: auto;
	}
	body .site-top-footer-inner-wrap {
		padding-top: 40px;
		padding-bottom: 40px;
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
	body .site-middle-footer-inner-wrap {
		padding-top: 105px;
		padding-bottom: 105px;
		grid-column-gap: 140px;
		grid-row-gap: 90px;
	}
	.newsletter-text {
		padding-inline: 70px;
		position: relative;
		box-sizing: border-box;
		font-size: 15px;
		line-height: 15px;
		text-align: left;
		flex: auto;
		color: #fff;
	}
	.site-footer .widget-area .widget-title {
		padding-block-end: 15px;
	}
	.mc4wp-form .mc4wp-form-fields {
		display: flex;
		align-items: center;
	}
	.pricing_plan .price {
		font-size: 64px;
		letter-spacing: 0px;
		font-weight: 700;
		font-family: var(--global-heading-font-family);
		color: var(--global-palette2);
	}
	.pricing_plan .dollar {
		font-size: 63px;
	}
	body .elementor-testimonial-wrapper .elementor-testimonial-content {
		margin-bottom: 25px;
	}
	.pricing_plan .price_upper {
		font-size: 50px;
		letter-spacing: 0px;
		font-weight: 700;
		font-family: var(--global-heading-font-family);
		color: var(--global-palette2);
		margin-left: 5px;
	}
}
@media only screen and (max-width:1200px){
	.newsletter-text {
		padding-inline: 68px;
		position: relative;
		box-sizing: border-box;
		font-size: 15px;
		line-height: 15px;
		text-align: left;
		flex: auto;
		color: #fff;
	}
	body .site-middle-footer-inner-wrap {
		padding-top: 105px;
		padding-bottom: 105px;
		grid-column-gap: 90px;
		grid-row-gap: 90px;
	}
	.widget .tnp-email, .mc4wp-form input[type="email"] {
		margin-inline-end: 10px;
		height: 50px;
		padding: 10px 20px;
		width: 350px;		
		border-radius: 5px 5px 5px 5px;
		border: none;
	}
}
@media only screen and (max-width:1150px){.widget .tnp-email, .mc4wp-form input[type="email"] {width: 300px;} body .mc4wp-form input[type="submit"]{ width: 140px;height: 50px;}}
@media only screen and (max-width:1100px){
	.elementor-element.testimonial-carousel .owl-theme .owl-buttons div {
		opacity: 1;
		left: 0;
		width: auto;
		top: auto;
		margin: 0 !important;
		right: auto;
		bottom: -18%;
	}
	.owl-theme .owl-buttons div.owl-prev {
		left: -20px;
		right: auto;
		top: 110px;
	}
	.owl-theme .owl-buttons div.owl-next {
		right: -20px;
		left: auto;
		top: 110px;
	}
}
@media only screen and (max-width:1050px){
	.elementor-element.testimonial-carousel .owl-theme .owl-buttons div {
		opacity: 1;
		left: 0;
		width: auto;
		top: auto;
		margin: 0 !important;
		right: auto;
		bottom: -12%;
	}
	body .loop-entry .entry-header .entry-title {
		margin: 0px 0px 0px 0px;
	}
	#blog-posts-products .entry-content-wrap .entry-meta > .posted-on {
		position: absolute;
		top: 11px;
		left: 26px;
		bottom: auto;
		color: var(--global-palette2);
		background-color: var(--global-palette1);
		text-align: center;
		padding: 6px 12px;
		font-weight: 600;
		font-size: 14px;
		line-height: 25px;
		letter-spacing: 0px;
		font-family: var(--global-heading-font-family);
		border-radius: 5px;
	}
	.elementor-5 .elementor-element.elementor-element-0a5e2ed {
		margin-top: 140px;
		margin-bottom: 110px;
	}
}
@media only screen and (max-width:1024px){
	body .site-middle-footer-inner-wrap {
		padding-top: 65px;
		padding-bottom: 65px;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	body.woocommerce div.product .product_title {
		font-size: 32px;
	}
	footer .wp-block-group .toggled-on .widget-title::before, footer .widget_newsletterwidget.toggled-on .widget-title::before {
		content: "\f106";
	}
	body .mobile-header-button-wrap .mobile-header-button-inner-wrap .mobile-header-button {
		padding: 14px 25px 14px 25px;
	}
	body.showing-popup-drawer-from-right.animate-body-popup .site-header-row {
		-webkit-transform: translateX(0px); 
		transform: translateX(0px); 
	}
	body.showing-popup-drawer-from-right.animate-body-popup #inner-wrap {
		transform: translateX(0px);
	}
	.pricing_plan .elementor-element.pricing_col3 {
		margin: 0 auto;
	}
	.blog-posts-content .loop-entry .entry-summary p, .blog-posts-content .loop-entry .entry-header .entry-meta {
		margin: 12px 0 9px;
	}
	body .elementor-testimonial-wrapper .elementor-testimonial-content {
		margin-bottom: 20px;
	}
	.site-footer .widget-area .widget-title {
		padding-block-end: 5px;
	}
	.thebase-show-sidebar-btn {
		position: fixed;
		-webkit-margin-start: .5em;
		margin-inline-start: .5em;
		border: 1px solid var(--global-palette6);
		padding: 0 10px;
		height: 44px;
		line-height: 30px;
		display: none;
		cursor: pointer;
		top: 30%;
		left: -7px;
		z-index: 9;
		background: #fff;
		box-shadow: 0 0 2px 0px var(--global-gray-400);
		align-items: center;
		border-radius: 0 50px 50px 0;
	}
	.pricing_plan .price {
		font-size: 55px;
		letter-spacing: 0px;
		font-weight: 700;
		font-family: var(--global-heading-font-family);
		color: var(--global-palette2);
	}
	.pricing_plan .dollar {
		font-size: 58px;
	}
	.pricing_plan .price_upper {
		font-size: 47px;
		letter-spacing: 0px;
		font-weight: 700;
		font-family: var(--global-heading-font-family);
		color: var(--global-palette2);
		margin-left: 5px;
	}
	.mc4wp-form .mc4wp-newsletter-text, .mc4wp-form .mc4wp-newsletter-input{text-align:unset;}
	.widget_mc4wp_form_widget {margin: 0 !important;}
	body .site .product-hero-section .extra-title {font-weight: 700;font-size: 33px;line-height: 1.5;color: var(--global-palette9);font-family: var(--global-heading-font-family);}
	.site .page-title h1 {color: var(--global-palette9);font-size: 33px;}
	body.woocommerce div.product .woocommerce-tabs .panel {	padding: 1.5em 0 1.5em 0em;}
	.woocommerce .related.products {margin-block-start: 5em;}
	.woocommerce section.related.products h2 {	text-align: center;padding-block-end: 20px;font-size: 34px;}
	.woocommerce ul.products li.product .product-details .woocommerce-loop-product__title {text-align: left;}
	/*Header*/
	body.showing-popup-drawer-from-right.animate-body-popup #inner-wrap, body.showing-popup-drawer-from-right.animate-body-popup #colophon, body.showing-popup-drawer-from			right.animate-body-popup .site-header-row {-webkit-transform: translateX(0px); transform: translateX(0px);}
	#secondary .woocommerce.widget_product_categories > ul li .count ~ .thebase-cat-toggle-sub {right: 0.5rem;}
	.site-footer .footer-widget-area .widget-title, .widget-title { cursor: pointer;}
	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;
	}
	footer .wp-block-group .toggled-off .wp-block-group, footer .wp-block-group .toggled-off > ul {display: none;}
	footer .wp-block-group .toggled-on .wp-block-group, footer .wp-block-group .toggled-on > ul {display: block; padding-block: 0 20px;}
	.footer-widget-area .widget-title {padding-block-end: 0; margin: 0;}
	.site-footer-section .footer-widget-area.footer-social {display: none;}
	.site-footer-section .wp-block-columns {margin-bottom: 0;}
	.primary-sidebar .thebase-hide-sidebar-btn, .thebase-show-sidebar-btn {display: flex;}
	.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: #fff;
	}
	.primary-sidebar.active {transform: translateX(0);}
	.mc4wp-form .mc4wp-form-fields {
		display: flex;
		align-items: center;
	}
	.mc4wp-form .mc4wp-newsletter-text {margin-bottom: 21px;text-align: center;}
	.home-tab .elementor-widget-tabs .elementor-tab-content {padding: 26px 0 0 0;}
	body .elementor-widget-tabs .elementor-tab-desktop-title {padding: 0px 15px !important;}
	.brands {padding-top: 40px;}
}
@media only screen and (max-width:979px){
	.woocommerce-cart .woocommerce table.cart .product-remove .remove, .woocommerce-cart .woocommerce #content table.cart .product-remove .remove,
	.woocommerce-cart .woocommerce-page table.cart .product-remove .remove, .woocommerce-cart .woocommerce-page #content table.cart .product-remove .remove {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	body .home_testimonial .elementor-element.testimonial_titleh1 .elementor-heading-title {
		font-size: 32px;
		line-height: 41px;
	}
	.mc4wp-form .mc4wp-form-fields {display: block;}
	.newsletter-text {padding-inline: 0; text-align: center; margin-block: 20px;}
	body .site-top-footer-inner-wrap {
		padding-top: 65px;
		padding-bottom: 40px;
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}

	.newsletter-text::before {
		mask-image: url(assets/images/send.svg);
		-webkit-mask-image: url(assets/images/send.svg);
		mask-size: 50px;
		-webkit-mask-size: 45px;
		height: 45px;
		width: 45px;
		position: absolute;
		content: '';
		left: 0;
		top: -133px;
		bottom: 0;
		right: 0;
		margin: auto;
		background: var(--global-palette2);
	}
	body .mc4wp-form input[type="submit"] {
		width: 150px;
		height: 50px;
	}
	.widget .tnp-email, .mc4wp-form input[type="email"] {
		width: 300px;
		margin-inline-end: 8px;
	}
}
@media only screen and (max-width:850px) {body .text_query .elementor-element.elementor-widget-heading .elementor-heading-title { font-size: 29px;line-height: 38px;}
	body .home_testimonial .elementor-element.testimonial_titleh1 .elementor-heading-title {font-size: 28px;  line-height: 37px;}
	.elementor-element.testimonial-carousel .owl-theme .owl-buttons div {
		opacity: 1;
		left: 0;
		width: auto;
		top: auto;
		margin: 0 !important;
		right: auto;
		bottom: -14%;
	}
	body .elementor-testimonial-wrapper .elementor-testimonial-content {margin-bottom: 15px;}
	body .home_testimonial .elementor-element.testimonial_titleh1 .elementor-heading-title {
		font-size: 26px;
		line-height: 35px;
	}
}
@media only screen and (max-width:802px){.elementor-element.testimonial-carousel .owl-theme .owl-buttons div {opacity: 1;left: 0;width: auto;top: auto;margin: 0 !important;right: auto;bottom: -20%;}}@media only screen and (max-width:784px) {.elementor-element.testimonial-carousel .owl-theme .owl-buttons div {opacity: 1; left: 0;width: auto; top: auto; margin: 0 !important;right: auto; bottom: -9%;}}
@media only screen and (max-width:767px)
{	
	body .site-middle-footer-inner-wrap {
		padding-top: 45px;
		padding-bottom: 40px;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.home_gallery .elementor-widget-image img {border-radius: 5px;}
	.text_query .elementor-element.elementor-widget-button .elementor-button {
		margin-top: -15px;
	}
	.site-footer .widget-area .widget-title {
		padding-block-end: 3px;
	}
	footer .wp-block-group .toggled-on .wp-block-group, footer .wp-block-group .toggled-on > ul {
		display: block;
		padding-block: 0 15px;
	}
	body #mobile-drawer.popup-drawer .drawer-inner {
		max-width: 320px;
		top: 0px;
	}
	.pricing_plan .price {
		font-size: 54px;
		letter-spacing: 0px;
		font-weight: 700;
		font-family: var(--global-heading-font-family);
		color: var(--global-palette2);
	}
	.pricing_plan .dollar {
		font-size: 55px;
	}
	.elementor-element.testimonial-carousel .owl-theme .owl-buttons div {
		opacity: 1;
		left: 0;
		width: auto;
		top: auto;
		margin: 0 !important;
		right: auto;
		bottom: -16%;
	}
	.pricing_plan .price_upper {
		font-size: 42px;
		letter-spacing: 0px;
		font-weight: 700;
		font-family: var(--global-heading-font-family);
		color: var(--global-palette2);
		margin-left: 5px;
	}
	.home-tab .tab-contain-main .tab-contain img {width: auto; margin: 0 auto;margin-bottom: 1.5rem;}
	.home-tab .tab-contain-main {grid-template-columns: auto;}
	body.woocommerce div.product .woocommerce-tabs ul.tabs li {	margin-block-end: 15px;}
	body .site .product-hero-section .extra-title {font-weight: 700;font-size: 30px;line-height: 1.5;color: var(--global-palette9);font-family: var(--global-heading-font-family);}
	body .mobile-header-button-wrap .mobile-header-button-inner-wrap .mobile-header-button {display: none;}
	.woocommerce .related.products {margin-block-start: 0;}
	.site .page-title h1 {color: var(--global-palette9);font-size: 30px;}
	.elementor-tabs .elementor-tab-title {text-align: center;}
	.mc4wp-form .mc4wp-newsletter-input input[type="email"] {width: calc(100% - 136px);}
	body.woocommerce div.product .product_title {font-size: 30px;}
	body.woocommerce div.product .woocommerce-tabs .panel {padding: 1.2em 0 1.2em 0em;}
	.woocommerce section.related.products h2 {text-align: center;padding-block-end: 15px;font-size: 30px;}
	body.woocommerce div.product .woocommerce-tabs ul.tabs, body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {padding-block: 25px 15px;margin: 0;text-align: center;border-bottom: 1px solid #e5e5e5;}
	.site-top-footer-inner-wrap {padding-top: 34px;padding-bottom: 34px;}
	.site-top-footer-inner-wrap {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media only screen and (max-width:719px){body.woocommerce div.product .woocommerce-tabs {border: none;}body.woocommerce div.product .woocommerce-tabs ul.tabs li a {display: block;opacity: 1.7;}body.woocommerce div.product .woocommerce-tabs ul.tabs, body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {padding-block: 15px 15px;margin: 0;text-align: center; border-bottom: 1px solid #e5e5e5;}body.woocommerce div.product .woocommerce-tabs .panel { padding: 1em 0 1em 0em;}}
@media only screen and (max-width:644px){.elementor-element.testimonial-carousel .owl-theme .owl-buttons div { opacity: 1; left: 0; width: auto; top: auto; margin: 0 !important; right: auto; bottom: -13%;}}
@media only screen and (max-width:600px){
	.widget .tnp-email, .mc4wp-form input[type="email"] {
		width: 250px;
		margin-inline-end: 8px;
	}
.mc4wp-form .mc4wp-newsletter-input input[type="email"] {width: 235px;}
.admin-bar .thebase-sticky-header.item-is-fixed.item-is-stuck {	top: 0 !important;}
}
@media only screen and (max-width:502px){
	.newsletter-text::before {
		mask-image: url(assets/images/send.svg);
		-webkit-mask-image: url(assets/images/send.svg);
		mask-size: 50px;
		-webkit-mask-size: 45px;
		height: 45px;
		width: 45px;
		position: absolute;
		content: '';
		left: 0;
		top: -155px;
		bottom: 0;
		right: 0;
		margin: auto;
		background: var(--global-palette2);
	}
}
@media only screen and (max-width:479px){
	.widget .tnp-email, .mc4wp-form input[type="email"] {
		width: 100%;
		margin-block-end: 8px;
	}
	body .home_team .elementor-element.elementor-widget-image-box .elementor-image-box-title {
		font-size: 18px;
	}
	body.woocommerce div.product .woocommerce-tabs ul.tabs, body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
		padding-block: 15px 10px;
		margin: 0;
		text-align: center;
		border-bottom: 1px solid #e5e5e5;
	}
	.newsletter-text::before {
		mask-image: url(assets/images/send.svg);
		-webkit-mask-image: url(assets/images/send.svg);
		mask-size: 50px;
		-webkit-mask-size: 45px;
		height: 45px;
		width: 45px;
		position: absolute;
		content: '';
		left: 0;
		top: -147px;
		bottom: 0;
		right: 0;
		margin: auto;
		background: var(--global-palette2);
	}
	body .site-top-footer-inner-wrap {
		padding-top: 55px;
		padding-bottom: 35px;
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
.widget .tnp-email, .mc4wp-form .mc4wp-newsletter-input input[type="email"], .elementor-widget-wp-widget-newsletterwidgetminimal .tnp .tnp-submit, .widget .tnp .tnp-submit, body .mc4wp-form input[type="submit"] {width: 100%; margin: 3px 0;}
.primary-sidebar {width: 100%;}
body .parallex_section .elementor-element.parallex_main_heading .elementor-heading-title {
    font-size: 30px;
    line-height: 46px;
}
	.elementor-element.testimonial-carousel .owl-theme .owl-buttons div {
		opacity: 1;
		left: 0;
		width: auto;
		top: auto;
		margin: 0 !important;
		right: auto;
		bottom: -10%;
	}
}
@media only screen and (max-width:409px){.newsletter-text .news_heading { font-size: 26px;letter-spacing: 0px;line-height: 32px;font-weight: 700;font-family: var(--global-heading-font-family);color: var(--global-palette2);margin-bottom: 10px;}
	.newsletter-text::before {
    mask-image: url(assets/images/send.svg);
    -webkit-mask-image: url(assets/images/send.svg);
    mask-size: 50px;
    -webkit-mask-size: 45px;
    height: 45px;
    width: 45px;
    position: absolute;
    content: '';
    left: 0;
    top: -181px;
    bottom: 0;
    right: 0;
    margin: auto;
    background: var(--global-palette2);
	}
	.elementor-element.testimonial-carousel .owl-theme .owl-buttons div {
		opacity: 1;
		left: 0;
		width: auto;
		top: auto;
		margin: 0 !important;
		right: auto;
		bottom: -21%;
	}
	body.woocommerce div.product .woocommerce-tabs ul.tabs li {
		margin-block-end: 10px;
	}
	.contact-cols {
		display: flex;
		column-gap: 20px;
		margin-bottom: 15px;
	}
	.wpcf7 p {padding-block-start: 7px !important;}
	body .contactus-contact_form .elementor-element.elementor-widget-shortcode > .elementor-widget-container {padding: 20px 25px 10px 25px;}
}
@media only screen and (max-width:396px){.elementor-element.testimonial-carousel .owl-theme .owl-buttons div {opacity: 1;left: 0;width: auto;top: auto;margin: 0 !important;right: auto;bottom: -9%;}}
@media only screen and (max-width:379px){body .text_query .elementor-element.elementor-widget-heading .elementor-heading-title {margin-bottom: 15px;font-size: 26px;line-height: 37px;}
	body .progress .elementor-element.progress_heading .elementor-heading-title {
	font-size: 18px;
	}
	.woocommerce section.related.products h2 {
		text-align: center;
		padding-block-end: 13px;
		font-size: 29px;
	}
	.elementor-element.testimonial-carousel .owl-theme .owl-buttons div {
		opacity: 1;
		left: 0;
		width: auto;
		top: auto;
		margin: 0 !important;
		right: auto;
		bottom: -8%;
	}
}
@media only screen and (max-width:360px){
	body .site-top-footer-inner-wrap {
		padding-top: 55px;
		padding-bottom: 30px;
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
	body .contactus-contact_form .elementor-element.elementor-widget-shortcode > .elementor-widget-container {
		padding: 17px 21px 5px 21px;
	}
	.contact-cols {
		display: flex;
		column-gap: 15px;
		margin-bottom: 15px;
	}
	.elementor-element.testimonial-carousel .owl-theme .owl-buttons div {
		opacity: 1;
		left: 0;
		width: auto;
		top: auto;
		margin: 0 !important;
		right: auto;
		bottom: -9%;
	}
	body.woocommerce div.product .woocommerce-tabs ul.tabs, body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {padding-block: 10px 10px;}
	.single-product.woocommerce div.product form.cart div.quantity {
		border: 1px solid #e5e5e5;
		border-radius: 5px;
		padding-block: 6px;
		margin-inline-end: 8px;
	}
}
@media only screen and (max-width:340px){.text_query .elementor-element.elementor-widget-button .elementor-button {margin-top: 0px;}.elementor-element.testimonial-carousel .owl-theme .owl-buttons div { opacity: 1;left: 0;width: auto;top: auto;margin: 0 !important;right: auto;  bottom: -11%;}}

/* rtl */
body.rtl #search-drawer .drawer-inner input.search-field {
	padding-left: 80px;
	padding-right: 0.8em;
}
.rtl .elementor .elementor-element.about-us2 > .elementor-element-populated {
	padding-left: 50px;
	padding-right: 70px;
}
body.rtl.woocommerce div.product form.cart div.quantity {
    margin: 0 0 0 15px;
}
.rtl .elementor .elementor-element.progressbar > .elementor-element-populated {
	padding-left: 11%;
	padding-right: 37%;
}
.rtl .about_us1 .elementor-element.about-us1_coltxt > .elementor-element-populated {
	margin: 0px 60px 0px 0px;
	text-align: left;
}
.rtl .home_services .elementor-element.services_col3 > .elementor-element-populated {
	margin: 0px 67px 0px 0px;
}
.rtl .home_services .elementor-element.services_col1 > .elementor-element-populated {
	margin: 0px 0px 0px 67px;
}
.rtl .elementor-counter .elementor-counter-number-prefix {
    flex-grow: 1;
}
.rtl .elementor .elementor-element.progressbar > .elementor-element-populated .elementor-widget-container {
	text-align: right;
}
.rtl .home_gallery .elementor-element.gallery_col4 > .elementor-element-populated {margin: 0px 0px 0px 20px;}
.rtl .content-style-unboxed .blog .loop-entry .entry-content-wrap{
	direction: rtl;
}
.rtl .home_gallery .elementor-element.gallery_col3 > .elementor-element-populated {padding: 0px 10px 0px 0px;}
.rtl #blog-posts-products .entry-content-wrap .entry-meta > .posted-on {
	right: 35px;
	left: auto;
}
.rtl .home_testimonial .elementor-element.about-us1 > .elementor-element-populated {
	padding: 0px 50px 0px 0px;
	text-align: left;
}
.rtl .elementor-element.testimonial-carousel .owl-theme .owl-buttons div.owl-prev::after {
    right: -30px;
    background-size: 11px;
}
.rtl .loop-entry .entry-header .entry-title {text-align: right;}
.rtl .blog .post-description {text-align: right;}
.rtl .content-style-unboxed .blog .loop-entry .entry-content-wrap {
    padding: 0;
    text-align: right;
}
.rtl .elementor-2450 .elementor-element.elementor-element-2fdb597 > .elementor-element-populated {
    padding: 0% 8% 0% 0%;
}
.rtl .newsletter-text::before {mask-image: url(assets/images/send.svg);-webkit-mask-image: url(assets/images/send.svg);mask-size: 50px;-webkit-mask-size: 50px;height: 50px;width: 50px;position: absolute;content: '';left: 581px; top: -58px; bottom: 0; margin: auto; background: var(--global-palette2);}
.rtl .newsletter-text {
    padding-left: 210px;
    position: relative;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 15px;
    text-align: left;
    flex: auto;
    color: #fff;
}
.rtl .elementor-element.testimonial-carousel .owl-theme .owl-buttons div.owl-next::after {
    right: -60px;
    background-size: 11px;
}
.rtl .home_services .elementor-element.services_col4 > .elementor-element-populated {
	margin: 0px 0px 0px 67px;
}
.rtl p.more-link-wrap { text-align: right;}
.rtl .home_gallery .elementor-element.gallery_col1 > .elementor-element-populated {
	padding: 0px 0px 0px 25px;
}
.rtl .progress .elementor-element.about-us1 > .elementor-element-populated {
	margin: 0px 0px 0px 50px;
}		
.rtl .home_gallery .elementor-element.gallery_col2 > .elementor-element-populated {
	padding: 0px 5px 0px 20px;
}
.rtl .elementor .elementor-element.item-list .elementor-icon-list-text {
	padding-left: 0;
	padding-right: 5px;
}
.rtl .home_gallery .elementor-element.gallery_col5 > .elementor-element-populated {
	margin: 0px 10px 0px 0px;
}
.rtl .wp-block-latest-posts__featured-image.alignleft {
	margin-left: 1em;
	float: right;
	margin-right: 0;
}
body.rtl .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
    font-size: inherit;
    margin-right: 10px;
}
.rtl .home_services .elementor-element.services_col6 > .elementor-element-populated {
	margin: 0px 67px 0px 0px;
}
.rtl .mc4wp-form .mc4wp-newsletter-text, 
.rtl .mc4wp-form .mc4wp-newsletter-input {
	text-align: left;
}
.rtl .elementor-counter .elementor-counter-number-suffix {
	text-align: right;
}
.rtl .woocommerce.widget_price_filter .price_slider_amount .button {
	font-size: 1.15em;
	float: right;
}
.rtl .woocommerce.widget_price_filter .price_label {
	text-align: right;
}
.rtl .elementor .elementor-element.contact_block .elementor-icon-box-wrapper {
	text-align: right;
	float: right;
	display: block;
}
.rtl .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
	margin-right: 0;
	float: right;
	margin-left: var(--icon-box-icon-margin,15px);
}
.rtl .elementor .elementor-element.contact_block .elementor-icon-box-wrapper {
	text-align: right;
}
.rtl .elementor .elementor-element.contact_block > .elementor-element-populated {
	padding-left: 0;
	padding-right: 16%;
}
.rtl .elementor-widget-icon-box .elementor-icon-box-content {
	display: inline-block;
}
.rtl .pricing_plan .elementor-element.pricing_col3 > .elementor-element-populated {
	margin-right: 21px;
	margin-left: 0px;
}
.rtl .pricing_plan .elementor-element.pricing_col1 > .elementor-element-populated {
	margin-right: 0px;
	margin-left: 21px;
}
.rtl .elementor .elementor-element.contact_block .elementor-icon-box-wrapper {
	text-align: right;
	float: right;
	display: block;
	margin-bottom: 30px;
}
.rtl  .mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button {
	border-right: 1px solid var(--global-palette4);
	border-left: 0;
}
@media(max-width: 1366px){
	.rtl .elementor .elementor-element.about-us2 > .elementor-element-populated {
		padding-left: 30px;
		padding-right: 40px;
	}
	.rtl .elementor .elementor-element.progressbar > .elementor-element-populated {
		padding-left: 9%;
		padding-right: 25%;
	}
}
@media(max-width: 1024px){
	.rtl .elementor .elementor-element.about-us1 > .elementor-element-populated {
		margin-left: 0;
	}
	.rtl .elementor .elementor-element.about-us2 > .elementor-element-populated {
		padding-left: 20px;
		padding-right: 20px;
	}
	.rtl .elementor .elementor-element.progressbar > .elementor-element-populated {
		padding-right: 5%;
	}
	.rtl footer .wp-block-group .widget-title::before {
		left: 0;
		right: auto;
	}
	.rtl .elementor .elementor-element.contact_block > .elementor-element-populated {
		padding-right: 11%;
	}
}
@media(max-width: 767px){
	.rtl .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
		float: none;
	}
	.rtl .elementor .elementor-element.contact_block .elementor-icon-box-wrapper {
		text-align: center;
		float: none;
	}
	.rtl .elementor .elementor-element.contact_block > .elementor-element-populated {
		padding-right: 0;
	}
}