/*
 Theme Name:   Printrik
 Theme URI:    https://demos.codezeel.com/wordpress/WP03/WP068/
 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: printrik
 License: GNU General Public License v3.0 (or later)
 License URI: https://codezeel.com/license
*/
/* HEADER TOP BAR */

.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;
}
.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;
}
body .site-header-item {
	margin-right: 0px;
}
/* Breadcrumb Title  */
.site .post-archive-title h1 {
    color: var(--global-palette9);
    font-size: 36px;
    line-height: 44px;
}
body .product-archive-title h1 {
    color: var(--global-palette9);
    font-size: 36px;
    line-height: 44px;
}
.site .page-title h1 {
    color: var(--global-palette9);
    font-size: 36px;
}
/* Header */
#main-header .header-button{
	margin-left: 10px;
}
.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a {
	margin-left: 10px;
}
/* Home Page */
/* Service */
.elementor-icon-box-wrapper .service-button .readmore_button {
	color: var(--global-palette2);
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-family: var(--global-heading-font-family);
    text-transform: uppercase;
    text-decoration: underline;
}
.elementor-icon-box-wrapper .service-button .readmore_button:hover {
    text-decoration: none;
}
.service-button {
	margin-top: 9px;
}
/* Brand */
.brands .swiper-container-horizontal>.swiper-pagination-bullets {
    position: absolute;
    bottom: -50px;
    width: 100%;
    transition: all 0.3s ease-in-out;
}
body .elementor-widget-image-carousel .swiper-container {
	padding-bottom: 0px;
}
/* .logo-bar.swiper-pagination-bullet {
	position: absolute;
    bottom: -50px;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.logo-bar:hover .swiper-pagination-bullet { 
	opacity: 1;
} */

/* CMS */
/* .aboutus1 .elementor-widget-image img {
	border: 5px solid var(--global-palette1);
} */
/* .aboutus_highfidility .elementor-widget-image img {
	border: 5px solid var(--global-palette1);
} */
.aboutus .elementor-element.elementor-widget-counter .elementor-counter-title {
	margin-top: 3px;
}
.print .print_button .print_readmore {
    color: var(--global-palette2);
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-family: var(--global-heading-font-family);
    text-transform: uppercase;
    text-decoration: underline;
}
.print .print_button .print_readmore:hover {
    text-decoration: none;
}
.print_button {
	margin-top: 6px;
}
/*home-tab*/
.service .elementor-element.elementor-widget-tabs .elementor-tab-title.elementor-active {
	background: var(--global-palette1);
	height: 46px;
    line-height: 45px;
}
.service .elementor-element.elementor-widget-tabs .elementor-tab-title {
	line-height: 45px;
}
body .elementor-widget-tabs .elementor-tab-desktop-title {padding: 0px 28px !important;}
.home-tab .tab-contain-main {display: grid; grid-template-columns: auto auto auto; gap: 31px; text-align: center;}
.home-tab .tab-contain-main .tab-contain .tab-details-wrap {
    /* width: 100%; */
    /* max-width: 100%; */
    overflow: hidden;
    margin-top: 30px;
}
.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;}
.service h1.elementor-heading-title {
		margin: 0 0 0 0px;
}
/* Testimonial */
.elementor-testimonial-wrapper::before {
	mask-image: url(assets/images/quote.svg);
    -webkit-mask-image: url(assets/images/quote.svg);
    background: #54b9fd;
    mask-size: 36px;
    -webkit-mask-size: 44px;
    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: 45px;
    vertical-align: top;
    -webkit-margin-end: 5px;
    transform: translateX(-50%);
    right: auto;
    top: 33px;
    bottom: auto;
}
.home_testimonial .elementor-element.elementor-widget-testimonial .elementor-testimonial-job {
	margin-top: 3px;
}
.testimonial-carousel .owl-pagination {
    position: absolute;
    bottom: -50px;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.testimonial-carousel:hover .owl-pagination {
	opacity: 1;
}
/* Gallery  */
body .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: -45px;
	width: 100%;
}
/* mailchimp-form */
.widget_mc4wp_form_widget .widget-title {
	display: none;
}
.mc4wp-form .mc4wp-newsletter-input input[type="submit"] {
	padding: 13px 35px 13px 36px;
}
.mc4wp-form .mc4wp-newsletter-input input[type="email"] {
	width: 315px;
    height: 46px;
    margin-inline-end: 0px;
    border-radius: 0px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.mc4wp-form .mc4wp-newsletter-input input[type="submit"]:hover {
	background-color: var(--e-global-color-thebase1);
	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: left;}
.widget_mc4wp_form_widget {margin: 0 -23px !important;}
/*-----*/
/* Contact */
.wpcf7 input[type="submit"] {
    height: 46px;
    line-height: 14px;
}
body .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-top: 8px;
}
/*Footer*/
body .site-middle-footer-inner-wrap {
    padding-top: 130px;
    padding-bottom: 130px;
    grid-column-gap: 90px;
    grid-row-gap: 90px;
}
.site-footer-bottom-section-2 {
    align-items: center;
    text-align: right;
}
body .footer-widget-area.content-align-center {
    text-align: start;
}
.site-top-footer-wrap .site-container {padding: 0;}
body .site-middle-footer-wrap .site-footer-row-container-inner {
	border-bottom: 1px solid #2d3842;
}
.site-footer-section #block-18 p {
	line-height: 25px;
	margin-top: 20px;
}
.wp-block-group p.location {
	line-height: 30px;
}
#block-11 .widget-title {
	margin-bottom: 17px;
}
.site-footer .contact p {display: flex; padding-block: 7px;}
.site-footer-section p > img {margin-inline-end: 20px; width: 20px; height: 18px; margin-block-start: 6px;}
.footer-widget-area-inner.site-info-inner .widget li {padding-block: 7px;}
.site-footer .widget-area .widget-title {padding-block-end: 8px;}
.footer-widget-area-inner p.location::before {
	content: "\f041";
	font-family: "fontawesome";
	color: var(--e-global-color-thebase1);
	margin-inline-end: 10px;
	font-size: 20px;
	height: 28px;
}
.footer-widget-area-inner p.mail::before {
	content: "\f0e0";
	font-family: "fontawesome";
	color: var(--e-global-color-thebase1);
	margin-inline-end: 10px;
}
.footer-widget-area-inner p.phone::before {
	content: "\f095";
	font-family: "fontawesome";
	color: var(--e-global-color-thebase1);
	margin-inline-end: 10px;
}
body #colophon .footer-html {
	letter-spacing: 0.5px;
}
/*--------*/
/*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);}
.blog-carousel .more-link-wrap a.post-more-link:hover,.more-link-wrap a.post-more-link:hover,.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 45px 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: 15px;
}
.sidebar-inner-wrap .wp-block-search .wp-block-search__button {
	background: var(--global-palette1) !important;
    color: var(--global-palette2);
	height: 50px;
	font-size: 19px;
}
.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*/
.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 {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: .5; -webkit-opacity: .5;}
.footer-insta .wp-block-image, .gallery-item .gallery-icon, .gallery-slider .swiper-slide-inner {background: rgba(0,0,0,.9) none repeat scroll 0 0;}
.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;
}
.cms-banner img, .elementor-image-box-img img, .gallery-item img, .gallery-slider img, .loop-entry .post-thumbnail-inner img {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.contact-cols {	display: flex;	column-gap: 30px;}
.wpcf7 p {	padding-block-start: 20px !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;
}
.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);	
}
/* .home-tab .tab-contain-main .tab-contain {
	overflow: hidden;
}
.home-tab .tab-contain-main .tab-contain img {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.tab-contain img:hover {
	transform: scale(1.05);
} */
/* footer */
.site-footer-section #block-19 {
		margin-top: 30px;
}
.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;}
.blog .more-link-wrap a.post-more-link {
    font-weight: 700;
    letter-spacing: 0.5px;
    color: var(--global-palette2);
    font-family: var(--global-heading-font-family);
	font-size: 13px;
	text-decoration: underline;
}
.blog .more-link-wrap a.post-more-link:hover {
	color: var(--global-palette2);
	text-decoration: none;
}
.blog .post-description {
	margin-bottom: 12px;
}
/* .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: 0px;}
.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: 0 20px;}
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 {
	color: var(--global-palette9);
	background: var(--global-palette2);
	border-radius: 0px;
	min-width: 2.5em;
}
.pagination a:focus{
	border-color: none;
}
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 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-family: var(--global-heading-font-family);
	color: var(--global-palette2);
	padding: 10px 30px;
}
body.woocommerce .woocommerce-message, body .woocommerce .woocommerce-error, body .woocommerce .woocommerce-info {background-color: var(--e-global-color-thebase7);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-palette5);}
body .pagination a:hover,body.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover {
	background: var(--global-palette1);
    color: var(--global-palette5);
}
.blog-posts-content .loop-entry .entry-summary p,.blog-posts-content .loop-entry .entry-header .entry-meta {margin: 12px 0 10px;}
.entry-header {margin-bottom: 0em !important;}
/* Homepage-Blog*/
body .loop-entry .entry-header .entry-title {
	font-size: 22px;
	line-height: 28px;
    letter-spacing: 0.3px;
    font-family: var(--global-heading-font-family);
    font-weight: 700;
	color: var(--global-palette2);
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
body .elementor-shortcode .loop-entry .entry-header .entry-title a:hover{
	color: var(--global-palette2);
}
.blog ul.post-cateories a {
    padding: 0 3px 0 3px;
}
.blog ul.post-cateories ul .entry-title a {
    padding: 0px;
}
.blog ul.post-cateories a:first-child {
    padding: 0 3px 0 0px;
}
body .loop-entry.type-post .entry-meta a:hover {
    color: #54b9fd;
}
#blog-posts-products .entry-content-wrap .entry-meta > .posted-on {
    position: absolute;
    top: 10px;
    left: 25px;
    bottom: auto;
    color: #000000;
    background-color: var(--global-palette1);
    text-align: center;
	padding: 10px 21px;
	font-size: 13px;
	letter-spacing: 0.5px;
	font-family: var(--global-heading-font-family);
	font-weight: 700;	
}
.entry-content-wrap .single-content ul {
	padding-left: 0em;
}
#blog-posts-products .author.vcard {
	position: relative;
	margin-inline: 0 13px;
	padding-inline: 0 13px;
}
.container-inner {padding: 0 15px;}
.blog-carousel {margin: 0 -15px;}
.content-style-unboxed .blog .loop-entry .entry-content-wrap {padding: 0;}
.blog-posts-content .post-thumbnail {margin-bottom: 1.4em;}
body .wp-block-latest-posts__post-author, body .wp-block-latest-posts__post-date{
	color: var(--global-palette5);
    font-size: 13px;
	text-transform: uppercase;
}
body .site .post-thumbnail, body .site .post-thumbnail.thebase-thumbnail-ratio-3-4 {padding-bottom: 69.30%;}
/* 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: -40px; left: auto; top: 145px;}
.owl-theme .owl-buttons div.owl-prev {left: -40px; right: auto; top: 145px;}
.owl-controls .owl-pagination {text-align: center;}
.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 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.3px;
    font-family: var(--global-heading-font-family);
    font-weight: 700;
    color: var(--global-palette2);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.loop-entry.type-post .entry-meta {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.6px;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-family: var(--global-heading-font-family);
    font-weight: 700;
    text-transform: uppercase;
    color: #54b9fd;
}
.wp-block-latest-comments__comment-author {
	text-transform: capitalize;
}
body .wp-block-search .wp-block-search__input {
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    height: 50px;
}
body .wp-block-latest-comments__comment-link {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.wp-block-latest-comments__comment-date {
    display: block;
    font-size: 15px;
}
body .primary-sidebar #block-9 ol.wp-block-latest-comments {
    margin: 0 0 0 0px;
}
body .primary-sidebar .wp-block-latest-posts__post-title {
	font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
body .primary-sidebar.widget-area .sidebar-inner-wrap a:not(.button):hover {
     color: var(--global-palette4);
}
body .loop-entry.type-post .entry-taxonomies a {
	color: var(--global-palette4);
    font-size: 13px;
    letter-spacing: 0.5px;
    font-family: var(--global-heading-font-family);
    font-weight: 700;
}
.entry-meta a:hover {
	color: #54b9fd;
}
body .loop-entry.type-post .entry-meta {
    color: #54b9fd;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-family: var(--global-heading-font-family);
    font-weight: 700;
}
.single .entry-related{background-color: var(--global-palette7);}
.single .site .entry-related h2.entry-related-title {
	color: var(--global-palette2);
}
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: 8px;}
body .entry-author-style-center .entry-author-name a {
	color: var(--global-palette2);
	text-transform: capitalize;
}
body .entry-related .entry-related-inner-content {
    padding-top: 6em;
    padding-bottom: 8em;
    padding-left: 0em;
    padding-right: 0;
}
body .site .entry-related h2.entry-related-title {
	margin-bottom: 1.5em;
}
.pagination {
	text-align: center;
}
.loop-entry.type-post h2.entry-title a:hover {
	color: var(--global-palette2);
}
.posted-by .entry-meta a:hover {
	color: #54b9fd;
}
.entry-content-wrap .posted-by::before, #archive-container .entry-content-wrap .posted-on::before, .single-post .posted-on::before  {
	content: "";
	mask-position: center;
	-webkit-mask-position: center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 17px;
	-webkit-mask-size: 17px;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	background: #54b9fd;
	-webkit-margin-end: 3px;
	margin-inline-end: 8px;
}
#archive-container .entry-content-wrap .posted-on::before {
	mask-image: url(assets/images/calendar.svg);
	-webkit-mask-image: url(assets/images/calendar.svg);
	mask-size: 17px;
	-webkit-mask-size: 17px;
}
.single-post .posted-on::before {
	mask-image: url(assets/images/calendar.svg);
	-webkit-mask-image: url(assets/images/calendar.svg);
	mask-size: 17px;
	-webkit-mask-size: 17px;
}
.entry-content-wrap .posted-by::before {
	mask-image: url(assets/images/admin.svg);
	-webkit-mask-image: url(assets/images/admin.svg);
	mask-size: 17px;
	-webkit-mask-size: 17px;
	display: none;
}
/* Author Blog */
.more-link-wrap a.post-more-link {
    font-weight: 700;
    letter-spacing: 0.5px;
    color: var(--global-palette2);
    font-family: var(--global-heading-font-family);
    font-size: 13px;
    text-decoration: underline;
    text-transform: uppercase;
}
.more-link-wrap a.post-more-link:hover {
	color: var(--global-palette2);
	text-decoration: none;
}
body .loop-entry.type-post .entry-taxonomies {
	margin-bottom: 8px;
	margin-top: 18px;
}
/* Search Result */
body.search-results .loop-entry .entry-meta {
    color: var(--global-palette4);
    font-size: 13px;
    letter-spacing: 0.5px;
    font-family: var(--global-heading-font-family);
    font-weight: 700;
}
body.search-results .loop-entry.type-post .entry-taxonomies {
    margin-bottom: 9px;
    margin-top: 20px;
}
body.search-results .entry-meta a:hover {
	color: var(--global-palette4);
}
body #search-drawer .drawer-inner .drawer-content form .thebase-search-icon-wrap {
	font-size: 18px;
}
/* My Account*/
body .woocommerce table.shop_table td {    
	border-top: 1px solid var(--global-palette6);
    padding: 22px 12px;
    line-height: 1.2em;
}
body form.checkout .col2-set {border: 1px solid #e5e5e5; padding: 30px;}
body .woocommerce table.shop_table tfoot th { border-top: 1px solid var(--global-palette6);}
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: 13px 28px 13px 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 { font-weight: 700; 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: none; color: var(--global-palette3);}
body.woocommerce-account .addresses .title h3 {margin-bottom: 0;}
.woocommerce-address-fields button {height: 50px; line-height: 13px; margin-top: 15px;}
body .woocommerce-LostPassword a { 
	text-decoration: underline;
}
body .woocommerce-LostPassword a:hover { 
	text-decoration: none;
}
body .woocommerce form.register .woocommerce-privacy-policy-link:hover{
	text-decoration: none;
}
body .woocommerce #customer_login h2 {
		font-weight: 700;
		font-size: 32px;
		line-height: 39px;
		font-family: var(--global-heading-font-family);
		text-transform: uppercase;
		color: var(--global-palette3);
}
/* Cart*/
body .woocommerce .cart-empty.woocommerce-info {
    margin-top: var(--global-xxl-spacing);
    margin-bottom: 2rem;
    padding: 0;
    background: transparent;
    text-align: center;
    font-size: 29px;
    font-weight: 700;
    border: 0;
    text-transform: uppercase;
    color: var(--global-palette2);
}
a.button.wc-backward {
    /* height: 46px; */
    line-height: 13px;
}
/* body .woocommerce div.product .woocommerce-tabs ul.tabs, */
#calc_shipping_state_field, #calc_shipping_country_field {
	margin: 0 0 19px !important;
}
body .woocommerce .woocommerce-error li {
	list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 25px !important;
}
body .woocommerce .woocommerce-info {
    border-left-color: var(--global-palette-btn-bg);
}
body .woocommerce form .form-row {margin-bottom: 15px;border-radius:0px;}
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 {background: var(--global-palette9); line-height:50px; border-radius:0px; border: 1px solid #e5e5e5;}
.woocommerce .cart-collaterals table.shop_table {border: 0;}
.cart_totals h2 {font-size: 18px;padding-inline-start: 12px;}
#add_payment_method .cart-collaterals, .woocommerce-cart .cart-collaterals, .woocommerce-checkout .cart-collaterals {background: var(--global-palette7); 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: 600; text-transform: uppercase; padding: 15px 12px; color: var(--global-palette3);}
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: 0.1em 2em;
    background: var(--global-palette1);
    color: var(--global-palette2);
    border: 0 !important;
}
body.woocommerce-cart.woocommerce-page table.cart td.actions .coupon .input-text {
		height: 46px;
}
body.woocommerce-cart table.cart td.actions .button:hover {
	background: var(--global-palette2);
    color: var(--global-palette9);
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	margin-bottom: 20px;
}
body .woocommerce .woocommerce-message {
    border-left-color: var(--global-palette-btn-bg);
    color: var(--global-palette2);
}
.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: 22px;}
.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);
}
.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 .primary-sidebar.widget-area .sidebar-inner-wrap .wp-block-latest-comments .wp-block-latest-comments__comment-link {display: block;}
body #payment ul.wc_payment_methods li.wc_payment_method input[type="radio"]:first-child:checked + label {
	background: var(--e-global-color-thebase7);
    color: var(--e-global-color-thebase2);
}
/* Checkout */
body #payment ul.wc_payment_methods li.wc_payment_method input[type=radio]:first-child:checked+label:before {
    background: var(--global-palette-btn-bg);
    border-color: var(--global-palette-btn-bg);
}
body #payment ul.wc_payment_methods li.wc_payment_method>label {
    background: var(--global-palette7);
    display: block;
    border-left: 5px solid var(--global-palette2);
    padding: 8px 15px;
    transition: border 0.2s ease-in-out;
    margin-bottom: 4px;
	font-weight: bold;
	color: var(--global-palette2);
}
body #payment ul.wc_payment_methods li.wc_payment_method input[type=radio]:first-child:checked+label {
	border-left: 5px solid var(--global-palette-btn-bg);
}
body .woocommerce-checkout #payment div.payment_box {
	color: var(--global-palette5);
}
body #payment ul.wc_payment_methods li.wc_payment_method>label:hover {
    border-left: 5px solid var(--global-palette2);
    background: var(--global-palette7);
}
body .woocommerce-checkout h3 {
    margin-bottom: 0.5em;
}
body #payment #place_order {
	padding: 13px 20px;
}
body .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
	margin-top: 1rem;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}
/* single-blog */
.single-post .site .post-thumbnail.thebase-thumbnail-ratio-9-16 {
	padding-bottom: 49%;
}
.single-post .entry-taxonomies {
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.5px;
	font-family: var(--global-heading-font-family);
	color: var(--global-palette4);
	text-transform: uppercase;
}
.single-post .post-title .entry-meta {
	color: var(--global-palette4);
    font-size: 13px;
    letter-spacing: 0.5px;
    font-family: var(--global-heading-font-family);
    font-weight: 700;
}
body .entry.single-entry {
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);
}
body .entry-author-style-center .entry-author-profile {
    display: block;
}
body .entry-related-carousel .entry-taxonomies {
	display: inherit;
	margin-bottom: 8px;
}
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;}
.single-post .entry-title {
    word-wrap: break-word;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px; 
    font-family: var(--global-heading-font-family);
    text-transform: uppercase;
    color: var(--global-palette2);
}
body .post-navigation .nav-previous:after {
	background: var(--global-palette6);
}
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;
	background: var(--global-palette7);
	padding: 50px;
}
.entry-related .entry-related-inner-content {
	padding-top: 6.5em;
	padding-bottom: 8.5em;
	padding-left: 0;
	padding-right: 0;
}
body .entry-related-carousel .entry-summary {
	display: inherit;
}
.comment-respond input[type="text"] {
	border: none;
}
.single-post .loop-entry .entry-content-wrap {
	padding: 20px 20px 20px 20px;
}
body .entry-related-carousel .entry-footer {
	display: inherit;
}
body .single-post .more-link-wrap {
	margin-top: 0px;	
}
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: 0px;}
.single-post .comment-form label {padding: 3px 3px;}
.comment-respond input[type="email"] {border: none;}
.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 h4,body .single-content h5,body .single-content h6,body .single-content h2:first-child,
body .single-content h4:first-child,body .single-content h5:first-child,body .single-content h6:first-child {margin: inherit;}
.comment-respond input[type="url"] {border: none;}
.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;}
.comment-respond textarea {border: none;}
.single-post .single-content figure {margin: 0;}
.single-entry .entry-tags a.tag-link:hover {
	color: var(--global-palette2);
    background: var(--global-palette1);
	border: 1px solid var(--global-palette1);
}
h2.entry-related-title {text-align: center;}
.single-entry .entry-tags a.tag-link {
	border: 1px solid var(--global-palette2);
    border-radius: 0 !important;
    color: var(--global-palette3);
}
.single-post textarea:focus {
	box-shadow: none;
}
.comment-respond input[type="submit"] {
	padding: 13px 34px 13px 34px;
}
#cancel-comment-reply-link, .comment-form .logged-in-as a, .logged-in-as a {color: var(--global-palette-highlight-alt);	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-palette-highlight-alt);	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.5em;}
.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 */
body .woocommerce.widget_price_filter .price_slider_amount .button {
	float: left;
	line-height: 13px;
	font-size: revert;
}
body .woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
	background-color: var(--global-palette-btn-bg);
}
body .woocommerce.widget_price_filter .ui-slider .ui-slider-range {
	background-color: var(--global-palette-btn-bg);
}
.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: -8px;
	z-index: 9;
	background: #fff;
	box-shadow: 0 0 0px 0px var(--global-gray-400);
	align-items: center;
	border-radius: 0 50px 50px 0;
}
body.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    content: '\2713';
    color: white;
    opacity: 1;
    border-color: var(--global-palette4);
    background: var(--global-palette4);
}
.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: 0;line-height: 23px;}
body .wp-block-latest-posts__list li .wp-block-latest-posts__post-date {padding-top: 0px;}
.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"],body textarea {
	border: 1px solid #e5e5e5;
	border-radius: 0px;
	padding: 0.7em 1.3em;
	background: var(--global-palette9);
	box-shadow: unset;
}
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: 0px;
}
.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea { height: 155px; margin-top: 10px;}
/*woocommerce*/
body.woocommerce div.product .woocommerce-tabs .panel {
    padding: 2em 0 2em 0em;
}
body.woocommerce div.product span.price, .woocommerce div.product p.price {
    font-size: 1.75em;
    font-weight: 600;
    color: var(--global-palette4);
}
body .thebase-product-toggle-container .thebase-toggle-shop-layout.toggle-active {
	color: var(--global-palette4);
    border-color: var(--global-palette4);
    background: transparent;
    box-shadow: none;
}
body .thebase-product-toggle-container .thebase-toggle-shop-layout {
    padding: 0px 6px;
    color: var(--global-palette2);
    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.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{
	background: var(--e-global-color-thebase1);
	color: var(--global-palette2) !important;
}
body .thebase-product-toggle-container .thebase-toggle-shop-layout:hover {
    color: var(--global-palette4);
    border-color: var(--global-palette4);
    background: transparent;
	box-shadow: none;
}
body.woocommerce table.shop_attributes {
    border: 1px solid #e5e5e5;
}
body.woocommerce ul.products li.product .product-details .price {
    font-size: 17px;
    font-weight: 700;
    color: var(--global-palette4);
}
body.woocommerce table.shop_attributes td {
    border-bottom: none;
    padding-left: 20px;
}
body.woocommerce table.shop_attributes tr {
    background-color: rgba(0,0,0,0.04);
}
body .woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: none;
}
body .quantity.spinners-added input.minus, body .quantity.spinners-added input.plus { 
	color: var(--global-palette5);
}
body.woocommerce div.product .stock {
    color: var(--global-palette4);
    font-weight: 600;
}
body.woocommerce div.product p.stock {
	font-size: 1.1em;
}
body.woocommerce-account .account-navigation-wrap li:hover a {
    border-left: 5px solid var(--global-palette2);
}
body.woocommerce .woocommerce-message {
    border-left-color: var(--global-palette1);
}
body.woocommerce table.shop_attributes {border: 1px solid #e5e5e5; border-collapse: separate;}
body.woocommerce table.shop_attributes td,body.woocommerce table.shop_attributes th {font-style: normal;}
.single-product .owl-theme .owl-buttons div.owl-prev {
    left: 20px;
    right: auto;
    top: 40px;
}
body.woocommerce-account .account-navigation-wrap li.is-active a, body.woocommerce-account .account-navigation-wrap li.is-active a:hover  {
	border-left: 5px solid var(--global-palette1);
    font-weight: bold;
}
body.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #e5e5e5;
}
body.woocommerce #review_form #respond input[type="text"] {
	border: 1px solid #e5e5e5;
	width: 100%;
}
body.woocommerce div.product .product_title {
	font-weight: 700;
    font-size: 36px;
    line-height: 44px;
	text-transform: uppercase;
	color: var(--global-palette2);
	font-family: var(--global-heading-font-family);
}
body.woocommerce #review_form #respond .form-submit input {
	height: 46px;
    line-height: 12px;
}
body.woocommerce table.shop_attributes tr:nth-child(even) th, body.woocommerce table.shop_attributes tr:nth-child(even) td{
    background: none;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: none;
}
body.woocommerce ul.products li.product .entry-content-wrap {
	border-radius: 0rem;
}
.single-product .owl-theme .owl-buttons div.owl-next {
	right: 20px;
    left: auto;
    top: 40px;
}
body.woocommerce div.product p.price ins {
	font-weight: 700;
    color: var(--e-global-color-thebase4);
}
body.woocommerce .woocommerce-message .button {
	height: 46px;
	line-height: 12px;
}
.woocommerce-checkout .woocommerce form.checkout_coupon, .woocommerce-checkout .woocommerce form.login {width: 50%;}
.woocommerce-checkout .woocommerce form.checkout_coupon {border: 4px dashed #e5e5e5;}
.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.woocommerce #review_form #respond input[type="email"] {
	border: 1px solid #e5e5e5;
	width: 100%;
}
body.woocommerce div.product .button.single_add_to_cart_button {height: inherit; line-height: 24px; padding: 15px 28px 11px 28px;}
.woocommerce div.product form.cart .variations label strong {font-weight: 500;}
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 nav.woocommerce-pagination {
	text-align: center;
}
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;}

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: 0px;}
.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: 22px 12px;}
.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: none;
    font-size: 15px;
    font-weight: 600;
}
body.woocommerce ul.products:not(.woo-archive-btn-button) .button:hover {
    color: var(--global-palette4);
}
body.single-product .thebase-breadcrumbs{margin-top:0;}
.woocommerce .thebase-woo-results-count {font-weight: 400; font-size: 16px;}
.woocommerce .iconic-was-swatches {margin: 15px 0 15px;}
.post-navigation-sub small {font-size: inherit;}
.woocommerce select.orderby{ border-bottom: 1px solid #e5e5e5; padding-block: 0.2em; font-weight: 400; font-size: 15px;  box-shadow: none;}
.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: 0px; padding-block: 5px; margin-inline-end: 15px; height: 50px;}
.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;
}
.primary-sidebar.widget-area .widget-title {
    padding-block-end: 5px;
}
.primary-sidebar #block-8 .wp-block-heading {
    margin-bottom: 18px;
}
.woocommerce .related.products {margin-block-start: 9em;}
.woocommerce section.related.products h2 {text-align: center; padding-block-end: 20px;}
.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 {
		padding: 40px;
		margin: 2em 0;
		text-align: left;
		border-radius: 0;
		border: 1px solid #e5e5e5;
}
.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: inherit;margin: 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 .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;}
/* 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){
	body .site-main-header-wrap .site-header-row-container-inner>.site-container {
		padding: 0px 25px 0px 25px;
	}
	.services .elementor-element.elementor-widget-icon-box .elementor-icon-box-title {
		margin-top: 10px;
	}
	body .services.elementor-element .elementor-icon-box-wrapper {
		display: block;
		text-align: center;
	}
	body .site-top-header-wrap .site-header-row-container-inner>.site-container {
		padding: 0px 30px 0px 30px;
	}
	.owl-theme .owl-buttons div.owl-prev {
		left: -20px;
		right: auto;
		top: 145px;
	}
	.owl-theme .owl-buttons div.owl-next {
		right: -20px;
		left: auto;
		top: 145px;
	}
	.mc4wp-form .mc4wp-newsletter-input input[type="email"] {
		width: 280px;
		height: 46px;
		margin-inline-end: 0px;
		border-radius: 0px;
		text-transform: capitalize;
		margin-bottom: 10px;
	}
	body .site-footer-row.site-footer-row-columns-4.site-footer-row-column-layout-left-forty {
		grid-template-columns: 1.5fr 1fr 1fr 1fr;
	}
	.blog .post-description {
		margin-bottom: 12px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.aboutus1 .elementor-element.elementor-widget-icon-list .elementor-icon-list-text {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.print .elementor-widget-image-box .elementor-image-box-description {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	body:not(.rtl) .elementor-element.aboutus1 .elementor-element.absol_image {
		left: 345px;
		top: 208px;
	}
	#blog-posts-products .entry-content-wrap .entry-meta > .posted-on {
		position: absolute;
		top: 10px;
		left: 25px;
		bottom: auto;
		color: #000000;
		background-color: var(--global-palette1);
		text-align: center;
		padding: 10px 18px;
		font-size: 13px;
		letter-spacing: 0.5px;
		font-family: var(--global-heading-font-family);
		font-weight: 700;
	}
	.home_testimonial .elementor-element.elementor-widget-testimonial .elementor-testimonial-content {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
}
@media only screen and (max-width:1350px){
	/* body:not(.rtl) .parallex.elementor-element .elementor-element.parallex_heading2 {
		left: 837px;
		top: -123px;
	} */
}
@media only screen and (max-width:1230px){
	body:not(.rtl) .elementor-element.aboutus1 .elementor-element.absol_image {
		left: 340px;
		top: 220px;
	}
	body .site-middle-footer-inner-wrap {
		padding-top: 110px;
		padding-bottom: 110px;
		grid-column-gap: 30px;
		grid-row-gap: 90px;
	}
	.owl-theme .owl-buttons div.owl-prev {
		left: -20px;
		right: auto;
		top: 115px;
	}
	.owl-theme .owl-buttons div.owl-next {
		right: -20px;
		left: auto;
		top: 115px;
	}
}
@media only screen and (max-width:1180px){
	body:not(.rtl) .elementor-element.aboutus1 .elementor-element.absol_image {
		left: 330px;
		top: 210px;
	}
}
@media only screen and (max-width:1160px){
	body:not(.rtl) .elementor-element.aboutus1 .elementor-element.absol_image {
		left: 325px;
		top: 220px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.parallex_heading1 {
		left: 53.7%;
		top: -177px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.parallex_heading2 {
		left: 53.5%;
		top: -120px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.elementor-widget-button {
		left: 53.8%;
		bottom: -160px;
	}
}
@media only screen and (max-width:1140px){ 
	body:not(.rtl) .elementor-element.aboutus1 .elementor-element.absol_image {
		left: 320px;
		top: 240px;
	}
}
@media only screen and (max-width:1079px){
	body:not(.rtl) .elementor-element.aboutus1 .elementor-element.absol_image {
		left: 310px;
   		top: 250px;
	}
}
@media only screen and (max-width:1024px){
	.mc4wp-form .mc4wp-newsletter-text, .mc4wp-form .mc4wp-newsletter-input{text-align:unset;}
	.widget_mc4wp_form_widget {margin: 0 !important;}
	body .mobile-navigation ul li {
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 500;
	}
	.woocommerce section.related.products h2 {
		padding-block-end: 20px;
		font-size: 32px;
	}
	body .site-main-header-wrap .site-header-row-container-inner>.site-container {
		padding: 0px 20px 0px 20px;
	}
	.woocommerce .related.products {
		margin-block-start: 4em;
	}
	body.woocommerce div.product .woocommerce-tabs .panel {
		padding: 1em 0 1em 0em;
	}
	.home-tab .tab-contain-main .tab-contain .tab-details-wrap {
		overflow: hidden;
		margin-top: 28px;
	}
	.home-tab .tab-contain-main {
		display: grid;
		grid-template-columns: auto auto auto;
		gap: 28px;
		text-align: center;
	}
	body .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default, body .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row {
		grid-template-columns: minmax(0, 1fr);
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.parallex_heading1 {
		left: 53.7%;
		top: -150px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.parallex_heading2 {
		left: 53.5%;
		top: -100px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.elementor-widget-button {
		left: 53.8%;
		bottom: -145px;
	}
	.mc4wp-form .mc4wp-newsletter-input input[type="email"] {
		width: 100%;
		height: 46px;
		margin-inline-end: 0px;
		border-radius: 0px;
		text-transform: capitalize;
		margin-bottom: 10px;
	}
	.mc4wp-form .mc4wp-newsletter-input input[type="submit"] {
		padding: 13px 35px 13px 36px;
		width: 100%;
	}
	body .site-middle-footer-inner-wrap {
		padding-top: 70px;
		padding-bottom: 70px;
		grid-column-gap: 30px;
		grid-row-gap: 0px;
	}
	body .site-footer-bottom-section-2 {
		margin-left: auto;
		align-items: center;
		text-align: right;
		margin-top: -60px;
		margin-bottom: 0px;
	}
	.services .elementor-widget-icon-box .elementor-icon-box-description {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	body .loop-entry .entry-header .entry-title {
		font-size: 21px;
		line-height: 28px;
		letter-spacing: 0.3px;
		font-family: var(--global-heading-font-family);
		font-weight: 700;
		color: var(--global-palette2);
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	body:not(.rtl) .elementor-element.aboutus1 .elementor-element.absol_image {
		left: 395px;
		top: 215px;
	}
	#block-11 .widget-title {
		margin-bottom: 10px;
	}
	.site-footer-section #block-18 p {
		line-height: 25px;
		margin-top: 10px;
	}
	/*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 { margin-block-end: 10px; 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;
	}
	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);
	}
	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: inline-block; width: 100%;}
	.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;}
}
@media only screen and (max-width:888px){
	.services .elementor-element.elementor-widget-icon-box .elementor-icon-box-title {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	}
}
@media only screen and (max-width:850px){ 
	body:not(.rtl) .parallex.elementor-element .elementor-element.parallex_heading1 {
		left: 50.7%;
		top: -150px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.parallex_heading2 {
		left: 50.5%;
		top: -100px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.elementor-widget-button {
		left: 50.8%;
		bottom: -145px;
	}
}
@media only screen and (max-width:850px){ 
	body:not(.rtl) .parallex.elementor-element .elementor-element.parallex_heading1 {
		left: 48.7%;
		top: -150px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.parallex_heading2 {
		left: 48.5%;
		top: -100px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.elementor-widget-button {
		left: 48.8%;
		bottom: -145px;
	}
}
@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);
	}
}
@media only screen and (max-width:767px)
{
	.service .elementor-element.elementor-widget-tabs .elementor-tab-title.elementor-active {
		background: var(--global-palette1);
		height: 46px;
		line-height: 28px;
	}
	body .site-main-header-wrap .site-header-row-container-inner>.site-container {
		padding: 0px 15px 0px 15px;
	}
	body:not(.rtl) .elementor-element.aboutus1 .elementor-element.absol_image {
		left: 380px;
		top: 215px;
	}
	.home-tab .elementor-widget-tabs .elementor-tab-content {
		padding: 25px 0 0 0;
	}
	body.woocommerce div.product .product_title {
		font-weight: 700;
		font-size: 34px;
		line-height: 44px;
		margin-top: 15px;
		text-transform: uppercase;
		color: var(--global-palette2);
		font-family: var(--global-heading-font-family);
	}
	.single-product .owl-theme .owl-buttons div.owl-prev {
		left: 5px;
		right: auto;
		top: 40px;
	}
	.single-product .owl-theme .owl-buttons div.owl-next {
		right: 5px;
		left: auto;
		top: 40px;
	}
	.woocommerce section.related.products h2 {
		padding-block-end: 15px;
		font-size: 29px;
		line-height: 35px;
	}
	.home-tab .tab-contain-main {
		display: grid;
		grid-template-columns: auto auto auto;
		gap: 0px;
		text-align: center;
	}
	body .site-middle-footer-inner-wrap {
		padding-top: 45px;
		padding-bottom: 45px;
		grid-column-gap: 30px;
		grid-row-gap: 0px;
	}
	.site-footer .footer-widget-area .widget-title, .widget-title {
		margin-block-end: 6px;
		cursor: pointer;
	}
	body .mc4wp-form .mc4wp-newsletter-input input[type="email"] {
		width: 100%;
		height: 46px;
		margin-inline-end: 0px;
		border-radius: 0px;
		text-transform: capitalize;
		margin-bottom: 10px;
	}
	footer .wp-block-group .toggled-on .wp-block-group, footer .wp-block-group .toggled-on > ul {
		display: block;
		padding-block: 0 10px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.parallex_heading1 {
		left: 54.7%;
		top: -124px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.parallex_heading2 {
		left: 54.5%;
		top: -81px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.elementor-widget-button {
		left: 54.8%;
		bottom: -110px;
	}
	.site-footer-section #block-18 p {line-height: 25px; margin-top: 5px;}
	.site-footer-section #block-19 {margin-top: 25px;}
	#block-11 .widget-title { margin-bottom: 6px;}
	.service .elementor-element.elementor-widget-tabs .elementor-tab-title {line-height: 30px;}
	.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;}
	.woocommerce .related.products {	margin-block-start: 0;}
	.elementor-tabs .elementor-tab-title {text-align: center;}
	.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:730px) {
	body:not(.rtl) .elementor-element.aboutus1 .elementor-element.absol_image {
		top: 230px;
	}
}
@media only screen and (max-width:719px) {
	body:not(.rtl) .elementor-element.aboutus1 .elementor-element.absol_image {
		top: 240px;
		left: 370px;
	}
	body.woocommerce div.product .woocommerce-tabs .panel {
		padding: 0.5em 0 0.5em 0em;
	}
	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 {
		border: none;
	}
	body .site-footer-bottom-section-2 {
    margin-right: auto;
    align-items: center;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 0px;
	}
	body .footer-html {
		margin: 0.5em 0;
	}
	body .footer-widget-area.content-align-center {
		text-align: center;
	}
}
@media only screen and (max-width:670px){
	body:not(.rtl) .elementor-element.aboutus1 .elementor-element.absol_image {
		top: 250px;
		left: 360px;
	}
}
@media only screen and (max-width:630px){
	body:not(.rtl) .elementor-element.aboutus1 .elementor-element.absol_image {
    	top: 240px;
   	 left: 340px;
	}
}
@media only screen and (max-width:600px){
.mc4wp-form .mc4wp-newsletter-input input[type="email"] {width: 235px;}
.admin-bar .thebase-sticky-header.item-is-fixed.item-is-stuck {	top: 0 !important;}
	body:not(.rtl) .elementor-element.aboutus1 .elementor-element.absol_image {
		top: 220px;
		left: 324px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.parallex_heading1 {
		left: 47.7%;
		top: -124px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.parallex_heading2 {
	    left: 47.5%;
		top: -81px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.elementor-widget-button {
		left: 47.8%;
		bottom: -110px;
	}
	.contact-cols {
		display: flex;
		column-gap: 20px;
	}
}
@media only screen and (max-width:560px){
	body:not(.rtl) .elementor-element.aboutus1 .elementor-element.absol_image {
		top: 200px;
		left: 290px;
	}
}
@media only screen and (max-width:520px){
	body:not(.rtl) .elementor-element.aboutus1 .elementor-element.absol_image {
		top: 190px;
		left: 275px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.parallex_heading1 {
		left: 45.7%;
		top: -120px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.parallex_heading2 {
		left: 45.5%;
		top: -77px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.elementor-widget-button {
		left: 45.8%;
		bottom: -114px;
	}
}
@media only screen and (max-width:500px){
	body:not(.rtl) .parallex.elementor-element .elementor-element.parallex_heading1 {
		left: 43.7%;
		top: -120px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.parallex_heading2 {
		left: 43.5%;
		top: -77px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.elementor-widget-button {
		left: 43.8%;
		bottom: -114px;
	}
}
@media only screen and (max-width:479px){
.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:not(.rtl) .elementor-element.aboutus1 .elementor-element.absol_image {
		top: 160px;
		left: 258px;
	}
	body .elementor-element.parallex .elementor-element.parallex_heading1 .elementor-heading-title {
		font-size: 14px;
	}
	body .elementor-element.parallex .elementor-element.parallex_heading2 .elementor-heading-title {
		font-size: 26px;
		line-height: 36px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.parallex_heading1 {
		left: 43.7%;
		top: -116px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.parallex_heading2 {
		left: 43.5%;
		top: -73px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.elementor-widget-button {
		left: 43.8%;
		bottom: -105px;
	}
	body .parallex .elementor-element.elementor-widget-button .elementor-button {
		padding: 17px 26px 16px 26px;
	}
}
@media only screen and (max-width:460px){
	body:not(.rtl) .elementor-element.aboutus1 .elementor-element.absol_image {
		top: 140px;
		left: 240px;
	}
}
@media only screen and (max-width:440px){
	body:not(.rtl) .elementor-element.aboutus1 .elementor-element.absol_image {
		top: 140px;
		left: 222px;
	}
	body .elementor-element.parallex .elementor-element.parallex_heading2 .elementor-heading-title {
		font-size: 24px;
		line-height: 34px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.parallex_heading1 {
		left: 43.7%;
		top: -113px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.parallex_heading2 {
		left: 43.5%;
		top: -70px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.elementor-widget-button {
		left: 43.8%;
		bottom: -101px;
	}
}
@media only screen and (max-width:420px){
	body:not(.rtl) .elementor-element.aboutus1 .elementor-element.absol_image {
		top: 120px;
		left: 205px;
	}
}
@media only screen and (max-width:400px){
	body:not(.rtl) .elementor-element.aboutus1 .elementor-element.absol_image {
		top: 100px;
		left: 200px;
	}
	body .contactus_form .elementor-element.elementor-widget-shortcode > .elementor-widget-container {
		padding: 0em 2em 0em 2em;
	}
	body .contactus_form .elementor-element.contactus_form_col1 > .elementor-element-populated {
		padding: 20px 0px 20px 0px;
	}
	.contact-cols {
		display: flex;
		column-gap: 15px;
	}
	body .elementor-element.parallex .elementor-element.parallex_heading2 .elementor-heading-title {
		font-size: 23px;
		line-height: 33px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.parallex_heading1 {
		left: 41.7%;
		top: -113px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.parallex_heading2 {
		left: 41.5%;
		top: -70px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.elementor-widget-button {
		left: 41.8%;
		bottom: -101px;
	}
}
@media only screen and (max-width:380px){
	body:not(.rtl) .elementor-element.aboutus1 .elementor-element.absol_image {
		top: 89px;
		left: 175px;
		right: 10px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.parallex_heading1 {
		left: 40.7%;
		top: -113px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.parallex_heading2 {
		left: 40.5%;
		top: -70px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.elementor-widget-button {
		left: 40.8%;
		bottom: -101px;
	}
}
@media only screen and (max-width:360px){
	body:not(.rtl) .elementor-element.aboutus1 .elementor-element.absol_image {
		top: 70px;
		left: 170px;
	}
	body .parallex .elementor-element.elementor-widget-button .elementor-button {
		padding: 17px 24px 16px 24px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.parallex_heading1 {
		left: 40.7%;
		top: -106px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.parallex_heading2 {
		left: 40.5%;
		top: -65px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.elementor-widget-button {
		left: 40.8%;
		bottom: -97px;
	}
	body .elementor-element.parallex .elementor-element.parallex_heading1 .elementor-heading-title {
		font-size: 13px;
	}
	body .elementor-element.parallex .elementor-element.parallex_heading2 .elementor-heading-title {
		font-size: 21px;
		line-height: 32px;
	}
}
@media only screen and (max-width:340px){
	body:not(.rtl) .elementor-element.aboutus1 .elementor-element.absol_image {
		top: 68px;
		left: 148px;
	}
	body .elementor-element.parallex .elementor-element.parallex_heading2 .elementor-heading-title {
		font-size: 20px;
		line-height: 30px;
	}
	body .elementor-element.parallex .elementor-element.parallex_heading1 .elementor-heading-title {
		font-size: 12px;
	}
	body .elementor-element.parallex .elementor-element.parallex_heading2 .elementor-heading-title {
		font-size: 20px;
		line-height: 30px;
	}
	body .parallex .elementor-element.elementor-widget-button .elementor-button {
		padding: 16px 23px 15px 23px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.parallex_heading1 {
		left: 40.7%;
		top: -102px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.parallex_heading2 {
		left: 40.5%;
		top: -63px;
	}
	body:not(.rtl) .parallex.elementor-element .elementor-element.elementor-widget-button {
		left: 40.8%;
		bottom: -91px;
	}
}
/* 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;
}
.rtl .elementor .elementor-element.progressbar > .elementor-element-populated{
	padding-left: 11%;
	padding-right: 37%;
}
.rtl .elementor .elementor-element.progressbar > .elementor-element-populated .elementor-widget-container {
	text-align: right;
}
.rtl .content-style-unboxed .blog .loop-entry .entry-content-wrap {
	direction: rtl;
}
.rtl .aboutus1 .elementor-element.about-us1 > .elementor-element-populated {
	margin: 0px 120px 0px 0px;
	text-align: left;
}
.rtl .print .elementor-element.print_col3 > .elementor-element-populated {
	margin: 0px 20px 0px 0px;
}
.rtl .print .elementor-element.print_col1 > .elementor-element-populated {
	margin: 0px 0px 0px 20px;
}
.rtl .print .elementor-widget-image-box .elementor-image-box-content {
    width: 100%;
    text-align: right;
}
body .rtl .parallex .elementor-element.parallex_heading1 {
    left: 24%;
}
.rtl .aboutus .elementor-element.aboutus_col2 > .elementor-element-populated {
	margin: 0px 150px 0px 0px;
}
.rtl #blog-posts-products .entry-content-wrap .entry-meta > .posted-on {
	right: 35px;
	left: auto;
}
.rtl .aboutus_highfidility .elementor-element.aboutus_highfidility_col2 > .elementor-element-populated {
	padding: 0px 78px 0px 0px;
	text-align: left;
}
.rtl .aboutus_highfidility .elementor-element ul.elementor-icon-list-items {
    padding-right: 200px;
}
.rtl .post-cateories {
		justify-content: right;
}
.rtl .contactus_form .elementor-element.contactus_form_col2 > .elementor-element-populated {
	margin: 0px 50px 0px 0px;
}
body.rtl.content-style-unboxed .blog .loop-entry .entry-content-wrap {
    padding: 0;
    text-align: right;
}
body.rtl .single-content ul {
    padding-left: 0;
    padding-right: 0em;
}
.rtl .aboutus .elementor-widget-container {
		text-align: right;
}
.rtl .wp-block-latest-posts__featured-image.alignleft {
	margin-left: 1em;
	float: right;
	margin-right: 0;
}
.rtl .aboutus .elementor-element.aboutus_counter3 > .elementor-element-populated {
	border-style: solid;
    border-width: 0px 1px 0px 1px;
    border-color: #e5e5e5;
}
.rtl .mc4wp-form .mc4wp-newsletter-text, 
.rtl .mc4wp-form .mc4wp-newsletter-input {
	text-align: right;
}
.rtl .aboutus .elementor-element.aboutus_col2 > .elementor-element-populated {
	border-style: solid;
    border-width: 1px 0px 1px 1px;
    border-color: #e5e5e5;
}
.rtl .parallex .elementor-element.parallex_heading1 {
    text-align: right; 
    top: -191px;
}
.rtl .parallex .elementor-element.elementor-widget-button {
    bottom: -188px;
    text-align: right;
    right: 68%;
}
.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 .aboutus .elementor-element.aboutus_counter2 > .elementor-element-populated {
	border-style: solid;
    border-width: 0px 1px 1px 0px;
    border-color: #e5e5e5;
}
.rtl .woocommerce.widget_price_filter .price_label {
	text-align: right;
}
.rtl .site-footer-bottom-section-2 {
    align-items: center;
    text-align: left;
}
.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: 19px;
}
.rtl .elementor .elementor-element.contact_block .elementor-icon-box-wrapper {
	text-align: right;
}
.rtl .elementor-widget-icon-box .elementor-icon-box-content {
	display: inline-block;
}
.rtl .elementor .elementor-element.contact_block .elementor-icon-box-wrapper {
	text-align: right;
	float: right;
	display: block;
}
.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;
	}
}