/*
 Theme Name:   Glassgrid
 Theme URI:    https://demos.codezeel.com/wordpress/WP03/WP071
 Description:  A child theme of Basetheme.
 Author:       Codezeel
 Author URI:   #
 Template:     basetheme
 Version:      1.0.0
 Requires at least: 5.2
 Tested up to: 5.9
 Requires PHP: 7.0
 Text Domain:  glassgrid
 License: GNU General Public License v3.0 (or later)
 License URI: https://codezeel.com/license
*/
body * {
	--global-gray-400: #e5e5e5;
	--global-xs-spacing: 1em;
	--global-sm-spacing: 1.875rem;
	--global-md-spacing: 2rem;
	--global-lg-spacing: 2.5em;
	--global-xl-spacing: 3.5em;
	--global-xxl-spacing: 4rem;
	--global-boxed-spacing: 2rem;
}

.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;
}
body .header-contact-item .contact-label {
    margin-inline-start: 0.6em;
}
body .page-hero-section .entry-hero-container-inner {
	background-color: var(--global-palette1);
}
.site-header span.contact-label {
    font-size: 14px;
    letter-spacing: 0.5px;
	font-weight: 400;
	font-family: var(--global-heading-font-family);
    color: var(--global-palette3);
}
body .main-navigation .primary-menu-container > ul li.menu-item > a {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.3px;
    font-family: var(--global-heading-font-family);
    text-transform: capitalize;
}
.service .service_btn {
    margin-top: 8px;
}
body .best .elementor-icon-box-content .production_btn a {
	text-transform: uppercase;
    text-decoration: underline;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-family: var(--global-heading-font-family);
    color: var(--global-palette2);
}
body .best .elementor-icon-box-content .production_btn a:hover {
	color: var(--global-palette1);
	text-decoration: underline;
}
.best .production_btn {
    margin-top: 9px;
}
.elementor-element.best .elementor-widget-icon-box .elementor-widget-container:hover .elementor-icon {
    background-color: var(--global-palette2);
}
.elementor-element.best .elementor-widget-icon-box .elementor-widget-container:hover .elementor-icon{
	transition: all 0.3s ease-in-out;
}
#tb-scroll-up-reader, #tb-scroll-up { border: 2px solid var(--global-palette1);}
/* body .wp-block-gallery.has-nested-images figure.wp-block-image img {
	max-width: 300px !important;
}

body .is-layout-flex {
	width: min-content !important;
} */

.entry.loop-entry {
	box-shadow: 0px 15px 15px -10px rgba(0,0,0,0);
	border-radius: 0;
}

.single-post .post-title .entry-meta {
	font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-family: var(--global-heading-font-family);
	color: var(--global-palette2);
	text-transform: uppercase;
}
.single-post article.single-entry {
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);
}
body .elementor-heading-title {line-height: none;}
/* Testimonial */
.elementor-testimonial-wrapper::before {
    mask-image: url(assets/images/quote.svg);
    -webkit-mask-image: url(assets/images/quote.svg);
    background: var(--global-palette2);
    mask-size: 40px;
    -webkit-mask-size: 40px;
    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: 58px;
    right: auto;
    top: 43px;
    bottom: auto;
}
.testimonial-carousel .owl-page.active {
    color: var(--global-palette1);
}
.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 */
.slider_gallery .elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -15px;
}
/* Footer */
body .site-middle-footer-inner-wrap {
    padding-top: 125px;
    padding-bottom: 125px;
    grid-column-gap: 150px;
    grid-row-gap: 150px;
}
.site-footer .widget li {
    padding-block: 5px;
}
body .site-footer-row-container-inner {
    border-bottom: 1px solid #274975;
}
.site-footer-middle-section-1 p.address img {
    margin-top: 4px;
}
.site-footer p.has-text-align-left {
	margin-top: 25px;
	margin-bottom: -2px;
}
.newsletter-text .newsletter-description {
    font-size: 15px;
    letter-spacing: 0.5px;
    font-family: var(--global-heading-font-family);
    font-weight: 400;
    color: var(--global-palette9);
}
/* Brand */
.brands .elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    bottom: -45px;
    width: 100%;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}
.brands:hover .elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
	opacity: 1;
}
.brands .elementor-element.elementor-pagination-position-outside .swiper {
	padding-bottom: 0px;
}
/* contact-form-7 */
.wpcf7-form .contact-col-1 {
	width: auto;
	column-gap: 24px;
	display: flex;
}
.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea:focus {
	border-block-end: 1px solid var(--global-palette6);
}
.wpcf7-form p {
	margin: 0;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    padding: 14px 38px 14px 38px;
}
.contact-form .contact-cols-1 {
    width: 50%;
}
.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 120px;
}
.contact-cols {
	display: flex;
	column-gap: 30px;
	margin-bottom: 15px;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	margin-bottom: 30px;
}
::placeholder {
	color: var(--global-palette5) !important;
}
.wpcf7-form-control::placeholder {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 4px
}
.wpcf7 .wpcf7-form-control-wrap input {
	display: block;
	width: 100%;
	padding: 10px;
}
.wpcf7-form-control-wrap {
	width: auto;
	flex: auto;
}

body:not(.home).transparent-header #masthead {
	background: var(--global-palette9);
}
/* Homepage-Blog */
.blog-carousel {
    margin: 0 -15px;
}
.entry-content-wrap .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;
}
body .entry-content-wrap .comments-link::before, body .entry-content-wrap .meta-comments::before, body .single-entry .posted-on::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: 5px;
}
.entry-content-wrap .entry-meta > * {
    text-transform: uppercase;
    padding-inline-end: 18px;
}
.entry-content-wrap .posted-by::before {
    mask-image: url(assets/images/admin.svg);
    -webkit-mask-image: url(assets/images/admin.svg);
}
body .entry-content-wrap .comments-link::before {
    mask-image: url(assets/images/comment.svg);
    -webkit-mask-image: url(assets/images/comment.svg);
}
body .entry-content-wrap .meta-comments::before {
	mask-image: url(assets/images/comment.svg);
    -webkit-mask-image: url(assets/images/comment.svg);
}
body .single-entry .posted-on::before {
	mask-image: url(assets/images/calendar.svg);
    -webkit-mask-image: url(assets/images/calendar.svg);
}
.container-inner {
	padding: 0 15px;
}
.blog .post-description {
    margin-bottom: 15px;
}

.content-style-unboxed .blog .loop-entry .entry-content-wrap {
	padding: 0;
	position: relative;
}
.blog-posts-content .post-thumbnail {
	margin-bottom: 1em;
}
.entry-meta.entry-meta-divider-vline>*:after {display: none;}
/* cms-hover */
.cms-wrap .cms-cat-image .cms-button {
	opacity: 0;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.cms-wrap .cms-cat-image:hover .cms-button {
	-webkit-transform: translateY(-55px);
	-moz-transform: translateY(-55px);
	-ms-transform: translateY(-55px);
	-o-transform: translateY(-55px);
	transform: translateY(-55px);
	opacity: 1;
}
.cat-cms-img img {
	-webkit-transition: all .3s ease-in-out;
}
.cat-cms-img img:hover {
	opacity: 0.5;
	-webkit-opacity: .5;
}
.woocommerce ul.products li.product .button:hover {
	color: var(--global-palette9);
	background: var(--global-palette2);
}

[type="search"] {
	text-transform: lowercase;
}
/* .woocommerce ul.products:not(.woo-archive-btn-button) .product-details .button,
.woocommerce ul.products li.product .product-details .added_to_cart:hover {
	background: var(--e-global-color-thebase4);
} */

.cms-banner-main .img-banner {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}
.cms-banner-main .img-banner::before {
	background: rgba(255, 255, 255, 0.3);
	bottom: 0;
	content: "";
	left: 51%;
	position: absolute;
	right: 51%;
	top: 0;
	opacity: 1
}
.cms-banner-main .img-banner::after {
	background: rgba(255, 255, 255, 0.3);
	bottom: 51%;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 51%;
	opacity: 1;
}
.cms-banner-main .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;
}
.cms-banner-main .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;
}
/* gallery Image Hover Cms 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,
.gallery-slider .wp-block-image:hover img,
.image_gallery .elementor-widget-container: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,
.image_gallery .elementor-widget-container {
	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,
.widget_media_image img,
.cat-cms-img img,
.image_gallery .elementor-widget-container img,
.cat-cms-img .cat-cms-title,
.cat-cms-img .cat-cms-link {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
body #search-drawer .drawer-inner .drawer-content form .thebase-search-icon-wrap {
	color: var(--global-palette3);
}
body .search-toggle-open .search-toggle-icon svg.thebase-svg-icon {
	height: 1.7em;
	width: 1.7em;
}
body #search-drawer .drawer-inner .drawer-content form input.search-field, body #search-drawer .drawer-inner .drawer-content form input.search-field:focus {
	color: var(--global-palette3);
	border-radius: 50px 50px;
}
body #search-drawer .drawer-inner .thebase-search-icon-wrap {
    font-size: 18px;
}
body .loop-entry.type-post h2.entry-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0px;
    font-family: var(--global-heading-font-family);
	color: var(--global-palette3);
	margin-bottom: 8px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.elementor-element.about_img .elementor-widget-image.about_img_inner img{
	transition: all 0.4s ease-in-out;
}
.elementor-element.about_img:hover .elementor-widget-image.about_img_inner img{
	transform: translate(-10px , -10px);
	box-shadow: 0px 0px 20px -14px black;
}
body .loop-entry.type-post .entry-meta {
	color: var(--global-palette1);
	font-family: var(--global-body-font-family);
	margin: 0;
	letter-spacing: 0.4px;
}
.elementor-element.icon_effect .elementor-icon.elementor-animation-float:hover svg g {
	color: var(--global-palette1);
	fill: var(--global-palette1);
}
body.blog .entry-summary {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
body .wp-block-latest-posts__post-author, 
body .wp-block-latest-posts__post-date {
	color: var(--global-palette5);
}

/* footer */
@media only screen and (max-width: 979px) {
	body .site-top-footer-inner-wrap {
		padding-top: 42px;
	}
}

.footer-widget-area ul li,
.site-footer .widget_block a {
	display: block;
}

.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-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;
}

.site-footer .footer-widget-area .widget-title,
.widget-title {
	font-size: 22px;
	line-height: 1.2em;
}

body .blog .more-link-wrap a.post-more-link {
    font-weight: 700;
    color: var(--global-palette2);
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-family: var(--global-heading-font-family);
	text-decoration: underline;
}
body .blog .more-link-wrap a.post-more-link:hover {
	color: var(--global-palette1);
	text-decoration: underline;
}
.site-footer-middle-section-1 p>img {
	display: inline-block;
	vertical-align: middle;
	-webkit-margin-end: 10px;
	margin-inline-end: 10px;
	height: 23px;
}

.logo-bar .swiper-slide-image {
	filter: invert(99%) sepia(94%) saturate(1%) hue-rotate(72deg) brightness(0%) contrast(86%);
	-webkit-filter: invert(99%) sepia(94%) saturate(1%) hue-rotate(72deg) brightness(0%) contrast(86%);
	-moz-filter: invert(99%) sepia(94%) saturate(1%) hue-rotate(72deg) brightness(0%) contrast(86%);
	-ms-filter: invert(99%) sepia(94%) saturate(1%) hue-rotate(72deg) brightness(0%) contrast(86%);
	-o-filter: invert(99%) sepia(94%) saturate(1%) hue-rotate(72deg) brightness(0%) contrast(86%);
}

.logo-bar .swiper-slide-image:hover {
	filter: unset;
	-webkit-filter: unset;
	-moz-filter: unset;
	-ms-filter: unset;
	-o-filter: unset;
}

/* paginationand Tabs */
body.woocommerce div.images.woocommerce-product-gallery .flex-viewport img {
	display: block;
	width: 805px !important;
	height: auto;
}

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: 30px 20px;
	margin: 0;
}

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-palette3);
    background: var(--global-palette9);
    border-radius: 50px;
    min-width: 2.5em;
    border: 1px solid var(--global-palette9);
}
body.woocommerce nav.woocommerce-pagination ul li a:hover {border-color: var(--global-palette-btn-bg-hover);}
body .pagination a:hover, body .pagination a:focus, body .pagination a:active {
    border-color: var(--global-palette-btn-bg-hover);
}
body.woocommerce div.product .product_meta>span a:hover {
    color: inherit;
    text-decoration: none;
}
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.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-block-end: 0;
}
body.woocommerce div.product .woocommerce-tabs .panel {
    padding: 2em 0 2em 0em;
}
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: 13px 34px;
	color: var(--global-palette3);
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
    letter-spacing: 0.3px;
}
body.woocommerce-cart.woocommerce-page table.cart td.actions .coupon .input-text{
	height: 50px;
	padding: 0 0 0 15px;
}
body .wp-block-search__label {
	display: none;
}
.woocommerce ul.products.owl-carousel li.product {
	margin: 0 15px;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--global-palette9);
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{
	color: var(--global-palette9);
	background: var(--global-palette1);
    border-radius: 50px 50px;
}
body .pagination .current,
body .pagination a:hover,
body.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover {
	background: var(--global-palette2);
	color: var(--global-palette9);
}
.blog-posts-content .loop-entry .entry-summary p,
.blog-posts-content .loop-entry .entry-header .entry-meta {
	margin: 22px 0 7px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-family: var(--global-heading-font-family);
    color: var(--global-palette2);
}
.entry-header {
	margin-bottom: 0em !important;
}

/* owl-carsoual */


.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 {
	right: 20px;
	mask-image: url(assets/images/left-arrow.svg);
	-webkit-mask-image: url(assets/images/left-arrow.svg);
	background: var(--global-palette3);
	mask-size: 15px;
	-webkit-mask-size: 15px;
	mask-position: left;
	-webkit-mask-position: left;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}
.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-palette3);
	mask-size: 15px;
	-webkit-mask-size: 15px;
	mask-position: left;
	-webkit-mask-position: left;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}
.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: 99;
	cursor: pointer;
}
body .tnp-widget input.tnp-submit {
	background-color: #1d1d1d;
	background-image: none;
	color: #fff;
	margin: 0;
	width: auto;
	border: unset;
	padding: 16px 43px;
}

.shop .owl-controls.clickable {
	top: 10em;
	position: relative;
}

.owl-theme .owl-buttons div.owl-next {
	right: -25px;
    left: auto;
    top: 150px;
}
.owl-theme .owl-buttons div.owl-prev {
	left: -25px;
    right: auto;
    top: 150px;
}

header#masthead {
	z-index: 999;
}

.owl-controls .owl-pagination {
	text-align: center;
}

.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.active:hover span,
.owl-pagination .owl-page.active span,
.owl-pagination .owl-page:hover span {
	background-color: var(--global-palette3);
}
.owl-theme .owl-page {
	display: inline-block;
	margin: 3px 3px;
	vertical-align: top;
}
.owl-pagination .owl-page span {
    height: 12px;
    width: 12px;
    background-color: var(--global-palette6);
    display: block;
    border-radius: 50%;
    margin-top: 25px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
}
/* Archive Blog */
/* body .pagination a:hover, body .pagination a:focus, body .pagination a:active {
    border-color: var(--global-palette-btn-bg-hover);
} */
.entry-content-wrap .entry-summary {
		margin: 0px;
		overflow: hidden;
}
body .loop-entry.type-post .entry-meta {
	font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-family: var(--global-heading-font-family);
	color: var(--global-palette2);
	margin-bottom: 10px;
}
body a.post-more-link {
	font-weight: 700;
    color: var(--global-palette2);
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-family: var(--global-heading-font-family);
    text-decoration: underline;
}
body .more-link-wrap {
	margin: 12px 0 0 0px;
}
body a.post-more-link .thebase-svg-icon {display: none;}
body .entry-meta .author-avatar {display: none;}
body .pagination {text-align: center;}
body .entry-meta>*:after {display: none;}

/* Single Blog */
body .site .post-thumbnail.thebase-thumbnail-ratio-9-16 {
    padding-bottom: 50.25%;
}
.single-entry h1.entry-title {
    font-size: 39px;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 0px;
}

/* My Account*/
body .woocommerce table.shop_table td {
	border-top: 1px solid var(--global-palette6);
	padding: 22px 12px;
	line-height: 1.2em;
}
body .woocommerce form .form-row .button {
	padding: 14px 37px;
}
body form.checkout .col2-set {
	background: var(--global-palette9);
	padding: 30px;
	border: 1px solid var(--e-global-color-thebase6);
}
body.woocommerce-cart .wc-proceed-to-checkout {
	padding: 0;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	padding: 13px 13px;
}
.woocommerce h3 {
	color: var(--global-palette3);
	text-transform: capitalize;
}
#payment ul.wc_payment_methods li.wc_payment_method input[type="radio"]:first-child:checked + label{
	color: var(--global-palette1);
}
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;
}
body #payment ul.wc_payment_methods li.wc_payment_method>label:hover {
    border-left: 5px solid var(--global-palette3);
    background: var(--global-palette7);
}
body #payment ul.wc_payment_methods li.wc_payment_method>label {
    background: var(--global-palette7);
    display: block;
    border-left: 5px solid var(--global-palette3);
    padding: 8px 15px;
    transition: border 0.2s ease-in-out;
    margin-bottom: 5px;
    font-weight: bold;
}
.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: bold;
	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;
	font-size: 22px;
    color: var(--global-palette3);
}

/* Cart*/
.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);
}

.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 {
	background: var(--global-palette7);
	padding: 30px;
}
.cart-summary {
	display: none;
}

body .woocommerce form .form-row label {
	font-weight: 500;
	color: var(--global-palette3);
}

body .select2-container--default .select2-selection--single {
	border-radius: 50px;
    border: 1px solid var(--global-palette6);
    height: 50px;
    padding: 3px 10px;
}
.woocommerce-MyAccount-content h3 {
    padding-bottom: 15px;
}
.woocommerce-MyAccount-content fieldset {
    padding: 0.625em 1.425em 0.625em;
    border: 1px solid var(--global-palette6);
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
body .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
button.woocommerce-Button.button {
    height: 50px;
    line-height: 6px;
}
body .woocommerce-LostPassword a:hover {
    text-decoration: none;
}
body .woocommerce form.register .woocommerce-privacy-policy-link:hover {
    text-decoration: none;
}
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;
	padding: 15px 12px;
	color: var(--global-palette3);
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 45px;
}
body .woocommerce table.shop_table {
	font-size: inherit;
}
.woocommerce-address-fields {
    border: 1px solid #e5e5e5;
    padding: 30px 30px 30px 30px;
}
.woocommerce-address-fields .button {
    height: 50px;
	line-height: 6px;
	margin-top: 15px;
}
body .woocommerce-terms-and-conditions{
	background: var(--global-palette9);
}
.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: 13px 33px;
	background: var(--global-palette1);
	color: var(--global-palette9);
	line-height: 24px;
}

.woocommerce-cart.woocommerce-page table.cart td.actions .button:hover, 
.woocommerce-checkout.woocommerce-page table.cart td.actions .button:hover, 
.woocommerce-page #add_payment_method table.cart td.actions .button:hover {
	background: var(--global-palette2);
}

.woocommerce-cart .woocommerce table.shop_table input {
	font-size: 14px;
}
body .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
#ship-to-different-address .woocommerce-form__label span .woocommerce-billing-fields h3,
.woocommerce-checkout h3 {
	font-size: 30px;
}
span.select2-dropdown.select2-dropdown--below {
    z-index: 1;
}
.woocommerce-cart .woocommerce table.shop_table td .quantity.spinners-added {
	padding-block: 1px;
	border: 1px solid var(--global-palette6);
}
body .woocommerce-checkout h3 {
    margin-bottom: 0.5em;
}
.woocommerce-cart.woocommerce-page .cart-summary h2 {
	margin-block-end: .5em;
}
body .checkout #order_review_heading {
	margin: 0 0 0.9em;
}
.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-palette9);
}

.wpcf7-form label {
	display: block;
	padding-block: 10px;
	font-size: 15px;
	font-weight: 500;
	color: var(--global-palette3);
}
body #payment #place_order {
	padding: 14px 33px;
}
body.woocommerce div.product form.cart table td {
	padding-block-end: 20px;
}
body .woocommerce ul.cart_list li img,
body .woocommerce ul.product_list_widget li img {
	margin-right: 15px;
	width: 90px;
}

body .woocommerce .woocommerce-message,
body .woocommerce .woocommerce-error,
body .woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
	color: var(--global-palette5) !important;
}

/* single-blog */

body .entry-author-style-center {
	border: 0;
}
body .entry-related .entry-related-inner-content {
    padding-top: 6em;
    padding-bottom: 8em;
    padding-left: 0em;
    padding-right: 0;
}
.single-post .loop-entry .entry-content-wrap {
    padding: 20px 20px 25px 20px;
}
body .site .entry-related h2.entry-related-title {
    font-size: 42px;
    font-family: var(--global-heading-font-family);
    font-weight: 700;
}
body .entry-tags a.tag-link {
	font-size: 14px;
}
body textarea:focus {
	box-shadow: none;
}
.comments-area .comment-respond {
    margin-block: 6em;
    margin-block-end: 6em;
    border: 1px solid var(--global-palette6);
    padding: 45px;
}
body .comment-form p.comment-form-float-label label { 
	color: var(--global-palette5);
}
.comment-respond input[type="submit"] {
    padding: 14px 33px 14px 33px;
}
body .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    border-color: var(--global-gray-400);
    border-radius: 50px;
	background: var(--global-palette9);
	padding: 0px 0px;
}
.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);
}
body .post-archive-title .thebase-breadcrumbs a:hover {
	text-decoration: none;
}
body .site .entry-related h2.entry-related-title {
    margin-bottom: 1.2em;
}
.entry-author-style-center .entry-author-avatar:before {display: none;}
.single-post .content-wrap .entry-author-style-normal {
	display: inline-block;
}
.entry-author-name {text-transform: capitalize;}
.entry-author-style-center .entry-author-avatar:after{display: none;}
.single-post .comment-form .comment-form-cookies-consent label:not(:placeholder-shown) {
	font-size: inherit;
	padding-block: 0;
}


.entry-related .entry-related-inner-content {
	padding-top: 6.5em;
	padding-bottom: 10.5em;
	padding-left: 0;
	padding-right: 0;
}

body .tns-outer .tns-nav {
	bottom: -40px;
}

.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-palette9);
	border-color: var(--global-palette1);
}

.single-post .comment-reply-link {
	color: var(--global-palette5);
	border: 1px solid var(--global-palette3);
	border-radius: 50px;
}

.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: 15px;
}

.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: 0em 0 .5em;
}

.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-palette9);
}

h2.entry-related-title {
	text-align: center;
}

.single-entry .entry-tags a.tag-link {
		border: 1px solid var(--global-palette3);
		border-radius: 50px;
}

body #cancel-comment-reply-link,
body .comment-form .logged-in-as a,
body .logged-in-as a {
	color: var(--global-palette4);
	text-decoration: underline;
}

body #cancel-comment-reply-link:hover,
.comment-form .logged-in-as a:hover,
.logged-in-as a:hover {
	color: var(--global-palette4);
}
body input[type="text"]:focus, body input[type="email"]:focus, body input[type="url"]:focus {
	box-shadow: none;
}
.comment-respond .comment-form .comment-notes {
	margin: 0 0 1em 0;
	font-size: inherit;
	font-style: inherit;
}
body .comment-form .comment-input-wrap p label {
	transform-origin: left bottom;
    color: var(--global-palette5);
}
.comment-respond .comments-title, .comment-respond .comment-reply-title {
	margin-bottom: 0.3em;
	color: var(--global-palette3);
	font-size: 32px;
	text-transform: capitalize;
}
.entry-related .tns-outer .tns-nav button {
	width: 15px;
	height: 15px;
}
/* sidebar */
.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;
}
body .wc-block-components-checkbox label {
	font-size: 16px;
}
body .primary-sidebar #block-4 ol.wp-block-latest-comments {
    margin: 0 0 0 0px;
}
body .primary-sidebar.widget-area {
    padding: 0em 0em 0em 0em;
}
time.wp-block-latest-posts__post-date {
    font-size: 15px;
}
.wp-block-latest-comments__comment-date {
    display: block;
    font-size: 15px;
}
.wp-block-latest-posts__post-author {
    font-size: 15px;
    text-transform: capitalize;
}
.primary-sidebar .wp-block-latest-comments__comment-author {
    text-transform: capitalize;
}
.primary-sidebar h2 {
	margin-bottom: 0.3em;
	margin-top: -0.2em;
}
body .woocommerce.widget_price_filter .price_slider_amount .button {
    height: 50px;
    float: left;
	line-height: 10px;
	font-size: 14px;
}
body.woocommerce.widget_price_filter .widget-title {
    padding-block-end: 15px;
}
body .primary-sidebar.widget-area .widget {
    margin-bottom: 1.26em;
    font-weight: 500;
    font-size: 16px;
    font-family: var(--global-heading-font-family);
    color: var(--global-palette3);
}
.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;
}

.site-footer .widget-area .widget-title {
	padding-block-end: 13px;
}
.thebase-show-sidebar-btn {
	position: fixed;
	-webkit-margin-end: .5em;
	margin-inline-end: .5em;
	border: 1px solid var(--global-gray-400);
	padding: 0 10px;
	height: 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-search .wp-block-search__button {
    border: none;
    color: var(--global-palette9);
    background: var(--global-palette1);
    border-radius: 0 50px 50px 0px;
    padding: 6px 12px 8px;
    width: 60px;
    font-size: 20px;
    margin: -1px -4px -1px 0px;
    padding: 6px 3px 8px 0px;
}
body .wp-block-search .wp-block-search__button:hover{
	color: var(--global-palette9);
	background: var(--global-palette2);
}

/* .blog .wp-block-search .wp-block-search__button:hover {	background: var(--e-global-color-thebase3);} */
body .wp-block-search .wp-block-search__input {
	border-color: var(--e-global-color-thebase6);
}

.single-post .entry-related-carousel h3.entry-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0px;
    font-family: var(--global-heading-font-family);
    color: var(--global-palette3);
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.single-post .entry-related-carousel .entry-summary {
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.thebase-show-sidebar-btn .thebase-svg-iconset {
	padding-inline-end: 6px;
}
.single-post .entry-related-carousel .entry-footer {display: block;}
.thebase-show-sidebar-btn .thebase-svg-iconset svg {
	width: 1.4em;
	height: auto;
}

/* 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: 50px;
	padding: .63em 1.2em;
	height: 50px;
	background: var(--global-palette9);
	box-shadow: unset;
}
body textarea {
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: .63em 0.8em;
	background: var(--global-palette9);
	box-shadow: unset;
}
body input[type="search"]:focus {box-shadow: none;}
body .comment-navigation a:hover,
.post-navigation a:hover {
	color: var(--e-global-color-thebase4);
}

body .mc4wp-form input[type="submit"] {
	background: var(--global-palette2);
	width: 150px;
    height: 50px;
    line-height: 6px;
}
body .mc4wp-form input[type="submit"]:hover {
	background: var(--global-palette2);
	color: var(--global-palette9);
}
body .mc4wp-response,
body .mc4wp-response a{
    color: var(--global-palette9) !important;
    display: inline-block !important;
}
/*cart*/
#cart-drawer.popup-drawer .drawer-header {
	background: var(--e-global-color-thebase8);
}
body .woocommerce.widget_shopping_cart .buttons a:not(.checkout),
.woocommerce .widget_shopping_cart .buttons a:not(.checkout) {
	background: var(--e-global-color-thebase3);
	color: var(--e-global-color-thebase9);
}

body .woocommerce.widget_shopping_cart .buttons a:not(.checkout):hover,
.woocommerce .widget_shopping_cart .buttons a:not(.checkout):hover {
	background: var(--e-global-color-thebase4);
	box-shadow: none;
	color: var(--e-global-color-thebase9);
}
.popup-drawer .drawer-header .drawer-toggle {
	color: var(--e-global-color-thebase2);
}
body #cart-drawer.popup-drawer .drawer-inner,
.woocommerce.widget_shopping_cart .total strong {
	color: var(--e-global-color-thebase1);
}
body .popup-drawer .woocommerce-mini-cart__total.total {
	bottom: 88px;
}
.popup-drawer .woocommerce-mini-cart__total.total,
.popup-drawer .woocommerce.widget_shopping_cart .buttons {
	flex-direction: unset;
	grid-gap: .5em;
	gap: .5em;
	position: absolute;
	bottom: 0;
	display: flex;
	width: 100%;
	left: 0;
	right: 0;
	padding: 0 10px 20px;
	margin: 0;
	background: var(--e-global-color-thebase7);
}
body .woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total {
	padding: 20px 20px 0;
}
.popup-drawer .woocommerce.widget_shopping_cart .buttons a,
.popup-drawer .woocommerce .widget_shopping_cart .buttons a {
	flex: auto;
}
body #mobile-drawer.popup-drawer .drawer-inner {
	max-width: 320px;
}
/*woocommerce*/
body.woocommerce table.shop_attributes {
	border: 1px solid #e5e5e5;
	border-collapse: separate;
}
body.woocommerce nav.woocommerce-pagination {
	text-align: center;
}
body.woocommerce #review_form #respond textarea {
	box-shadow: none;
}
body.woocommerce .entry-content-wrap .entry-summary {
	overflow: visible;
}
body .page-title .thebase-breadcrumbs {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
    text-transform: capitalize;
    color: var(--global-palette9);
}
body .product-title .thebase-breadcrumbs a:hover {
	text-decoration: none;
}
body.woocommerce ul.products.products-list-view li.product .product-action-wrap {
	margin-top: 2em;
}
body .woocommerce table.shop_table th {
    font-size: 17px;
}
body .page-title .thebase-breadcrumbs a:hover {
	text-decoration: none;
}
body.woocommerce div.product p.price ins {
    background: inherit;
    font-weight: 600;
    font-size: 21px;
    color: var(--global-palette2);
    display: inline-block;
}
body .product-archive-title .thebase-breadcrumbs a:hover {
	text-decoration: none;
}
body .product-archive-title h1 {
    font-weight: 700;
    font-size: 40px;
    font-family: var(--global-heading-font-family);
}
body.woocommerce-account .account-navigation-wrap li:hover a {
    border-left: 5px solid var(--global-palette3);
}
body.single-product .thebase-breadcrumbs {
    margin-top: 0.5em;
}
body.woocommerce div.product p.price {
    font-size: 20px;
    color: var(--global-palette2);
    font-weight: 600;
}
body.woocommerce table.shop_attributes tr {
    background-color: rgba(0,0,0,0.04);
}
body.woocommerce table.shop_attributes tr:nth-child(even) td, body.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: none;
}
body.woocommerce #review_form #respond .form-submit input {
    height: 50px;
    line-height: 3px;
}
body.woocommerce .owl-controls.clickable {
    display: block;
}
body.woocommerce #reviews #comment {
	border-radius: 10px;
}
body.woocommerce .woocommerce-message .button {
    height: 50px;
    line-height: 14px;
}
body .quantity.spinners-added input.minus, body .quantity.spinners-added input.plus {
    background: transparent;
    color: var(--global-palette3);
    box-shadow: none;
    padding: 0 0.8em;
    line-height: 38px;
    border: 0;
}
.woocommerce-product-gallery .flex-viewport {
    border: 1px solid #e5e5e5;
}
body.woocommerce nav.woocommerce-pagination ul li a:focus {
    border-color: var(--global-palette-btn-bg-hover);
}
body.woocommerce table.shop_attributes td,
body.woocommerce table.shop_attributes th {
	font-style: normal;
}
body .thebase-woo-results-count p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}
body.woocommerce select.orderby:focus {
		box-shadow: none;
}
body.woocommerce table.shop_attributes td {
    border-bottom: none;
    padding-left: 20px;
}
body .thebase-product-toggle-container .thebase-toggle-shop-layout.toggle-active {
	color: var(--global-palette1);
    border-color: var(--global-palette1);
    background: transparent;
    box-shadow: none;
}
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 .thebase-product-toggle-container .thebase-toggle-shop-layout {
    padding: 0px 6px;
    color: var(--global-palette3);
    margin-left: 0.5em;
    border: 1px solid var(--global-palette3);
    display: flex;
    height: 30px;
    border-radius: 0;
    align-items: center;
    background: transparent;
    box-shadow: none;
}
.single-product .owl-theme .owl-buttons div.owl-prev {
	left: 10px;
	right: auto;
}

.single-product .owl-theme .owl-buttons div.owl-next {
	right: 20px;
	left: auto;
}

.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 div.product .button.single_add_to_cart_button {
	height: inherit;
	line-height: 24px;
	padding: 13px 33px;
}

.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: 50px 50px;
	background-color: var(--global-palette2);
	color: var(--global-palette9);
}
.primary-sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	border: none;
	padding: 0.53em 1.3em;
	border-radius: 50px;
}
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 .header-cart-button .header-cart-total {
	background: var(--e-global-color-thebase4);
	color: var(--e-global-color-thebase9);
	text-align: center;
	line-height: 16px;
	font-size: 12px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-left: 0;
	position: relative;
	top: auto;
	bottom: 10px;
	right: 10px;
	left: auto;
	height: 1.5em;
	width: 1.5em;
	font-style: normal;
}

.woocommerce ul.products:not(.woo-archive-btn-button) .product-details .button,
.woocommerce ul.products li.product .product-details button {
	border-radius: 0px 0px 0px 0px;
	color: var(--global-palette2);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
	text-decoration: none;
}
.woocommerce ul.products:not(.woo-archive-btn-button) .product-details .button, .woocommerce ul.products li.product .product-details .added_to_cart {
	color: var(--global-palette9);
	display: inline;
	font-size: 14px;
	background: var(--global-palette1);
	padding: 16px 30px;
	border-radius: 50px 50px;
	font-family: var(--global-heading-font-family);
}
body .entry-hero-container-inner {
    background: var(--global-palette9);
}
body.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li.active {
    color: var(--global-palette9);
    background: var(--global-palette1);
    border: 1px solid var(--global-palette1);
}
body.woocommerce nav.woocommerce-pagination ul li span.current {
	color: var(--global-palette9);
    background: var(--global-palette2);
    border: 1px solid var(--global-palette2);
}
body .pagination .current {
	color: var(--global-palette9);
    background: var(--global-palette2);
    border: 1px solid var(--global-palette2);
}
body .woocommerce ul.products li.product .entry-content-wrap {
	margin: 0;
}
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: 0;
}

.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;
}

body.woocommerce ul.products li.product .product-details .price, body.woocommerce .widget_layered_nav_filters ul li a {
	color: var(--global-palette2);
    font-size: 19px;
    font-weight: 700;
}
/* .cat-cms-img .elementor-widget-image {background: rgb(183, 59, 56) none repeat scroll 0 0; margin: 0 7px auto;} */
.woocommerce .iconic-was-swatches {
	margin: 15px 0 15px;
}
.post-navigation-sub small {
	font-size: inherit;
}
.woocommerce select.orderby {
	border-color: #e5e5e5;
	padding-block: 0.2em;
	font-weight: 500;
	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: 0;
	padding-block: 5px;
	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;
}

body .woocommerce ul.product_list_widget li a {
	color: var(--e-global-color-thebase1);
	font-size: 14px;
}

body .woocommerce ul.cart_list li .quantity,
body .woocommerce ul.product_list_widget li .quantity {
	font-size: 14px;
}

body .woocommerce ul.products li.product .price ins,
body.woocommerce ul.products li.product .price ins {
	font-weight: 700;
    font-size: 19px;
    letter-spacing: 0.3px;
    color: var(--global-palette2);
}
.woocommerce .related.products {
	margin-block-start: 8em;
}
.woocommerce section.related.products h2 {
	text-align: center;
	padding-block-end: 25px;
    font-size: 40px;
}
.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;
}

.primary-sidebar.widget-area .widget-title {
	font-weight: 500;
	font-size: 22px;
	font-family: 'Cormorant Garamond', var(--global-fallback-font);
	color: var(--global-palette3);
	margin: 0 0 0.5em 0;
}

#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;
}

body .wp-block-latest-posts__list li {
	margin-top: 5px;
}

#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: 3px;
}
.primary-sidebar #block-26 {
    border: none;
    margin: -5px;
}
#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;
}
.wc-block-product-categories {
    margin-bottom: 0.5em;
	    margin-top: 0.8em;
}
.wc-block-components-price-slider {
    margin-bottom: 5px;
}
.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    max-width: 60px;
    font-size: 16px;
}
.contact p {
	display: flex;
}

body .tnp-field.tnp-field-email,
body .tnp-widget-minimal input.tnp-email {
	display: inline-block;
	margin-inline-end: 15px;
}

body .tnp-widget-minimal {
	justify-content: end !important;
}

.widget_newsletterwidgetminimal {
	display: flex;
}

.widget_newsletterwidgetminimal .widget-title,
.widget_newsletterwidgetminimal .tnp.tnp-widget-minimal {
	justify-content: flex-start;
	flex: auto;
	display: flex;
	align-items: center;
}

.cms-service:hover .elementor-icon-box-icon {
	transform: translateY(-8px);
}

.cms-service .elementor-icon-box-icon {
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}

.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;
}

.woocommerce form .form-row label {
	font-size: inherit !important;
}
body .woocommerce-LostPassword a {
    text-decoration: underline;
}
.woocommerce-privacy-policy-text {
	padding-block: 5px 20px;
}
.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.5em 0;
}

.woocommerce-tabs h2 {
	margin-block-end: 20px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	margin-block-start: 7px;
}

/* about-us page */
.about-accroding .elementor-accordion-icon {
	margin-block-start: 4px;
}

/*newsletter*/
.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);
}
.site-footer-top-section-1 .newsletter-text h2 {
	font-size: 26px;
    font-family: var(--global-heading-font-family);
    letter-spacing: 0.1px;
    font-weight: 700;
    color: var(--global-palette9);
    margin-bottom: 7px;
}
.newsletter-text {
	padding-inline: 68px;
	position: relative;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 15px;
	text-align: left;
	flex: auto;
	color: #ccc;
}
footer .eamil {
	text-transform: none;
}
.mc4wp-form-fields {
	display: flex;
	align-items: center;
}

.widget .tnp-email,
.mc4wp-form input[type="email"] {
	margin-inline-end: 12px;
    height: 50px;
    padding: 10px 20px;
	width: 513px;
	border-radius: 50px 50px 50px 50px;
}
body .loop-entry .entry-summary p,
.loop-entry .entry-header .entry-meta,
.loop-entry .entry-summary p,
.loop-entry .entry-header .entry-meta {
	margin: 0.3em 0;
}

#main-header .header-button {
	border: 2px none transparent;
	box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
	padding: 13px 33px;
}

.site-header-row-layout-fullwidth>.site-header-row-container-inner>.site-container {
	padding: 0 154px;
}


body .entry-content .elementor-image-box-content .service_btn a {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-family: var(--global-heading-font-family);
    color: var(--global-palette2);
}
body .entry-content .elementor-image-box-content .service_btn a:hover {
	color: var(--global-palette1);
	text-decoration: underline;
}
.elementor-element.team-carousel .elementor-image-box-img {
	border-radius: 50%;
}
.elementor-element.testimonial-carousel .owl-theme .owl-buttons div {
	opacity: 1;
	left: 0;
	width: auto;
	top: auto;
	margin: 0 !important;
	right: auto;
	bottom: -30%;
}
.owl-theme .owl-buttons div.owl-prev:hover::after, .owl-theme .owl-buttons div.owl-next:hover::after {
	background: var(--global-palette3);
}
.elementor-testimonial-job {
	margin-top: 1px;
}
body .elementor-testimonial-wrapper .elementor-testimonial-content {
	margin-bottom: 26px;
}
.elementor-testimonial-content h5 {
    padding-bottom: 7px;
}
.primary-sidebar .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper {
	border-color: var(--global-palette6);
	border-radius: 0;
	background: var(--global-palette6);
	padding: 0;
}
body .wp-block-search .wp-block-search__button:hover {
	color: var(--global-palette-btn);
    background: var(--global-palette-btn-bg-hover);
}
/* Search Results Start*/

body.search-results .loop-entry .entry-header .entry-meta .posted-on {
	color: var(--global-palette1);
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 5px;
	letter-spacing: 0.4px;
}
body.search-results .loop-entry h2.entry-title {
	font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0px;
    font-family: var(--global-heading-font-family);
    color: var(--global-palette3);
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
body.search-results .loop-entry .entry-meta {
    color: var(--global-palette2);
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-family: var(--global-heading-font-family);
    color: var(--global-palette2);
    margin-bottom: 10px;
}
/* Search Results End */

body .pagination .page-numbers.dots {
	background-color: transparent;
	color: var(--global-palette2);
	border: none;
}
body .woocommerce-loop-product__link {
	border: 1px solid var(--global-palette6);
}
body.woocommerce div.product div.images .flex-control-thumbs .owl-item li {
	border: 1px solid var(--global-palette6);
}
body .site .post-thumbnail {
	padding-bottom: 67.2%;
}
/* body .wp-block-search .wp-block-search__button {
	border-color: transparent;
	color: var(--global-palette9);
	background: transparent;
	font-size: 0;
	-webkit-mask-image: url(assets/images/search.svg);
	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: 20px;
	-webkit-mask-size: 20px;
	height: auto;
	width: 50px;
	background: var(--global-palette2);
} */
body.woocommerce ul.products li.product h3, 
body.woocommerce ul.products li.product .product-details .woocommerce-loop-product__title, 
body.woocommerce ul.products li.product .product-details .woocommerce-loop-category__title, 
body.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title{
	font-weight: 600;
}






/* responsive */

@media only screen and (max-width:1366px){
	.site-header-row-layout-fullwidth > .site-header-row-container-inner > .site-container {
		padding: 0 1.5rem;
	}
	.blog .post-description {
		margin-bottom: 13px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.elementor-element.testimonial {
		margin: auto 0;
	}
	.owl-theme .owl-buttons div.owl-prev {
		left: -1px;
		right: auto;
		top: 150px;
	}
	.owl-theme .owl-buttons div.owl-next {
		right: -1px;
		left: auto;
		top: 150px;
	}
	body .site-middle-footer-inner-wrap {padding-top: 105px;padding-bottom: 105px;grid-column-gap: 140px;grid-row-gap: 150px;}
	.newsletter-text .newsletter-description {
		font-size: 15px;
		line-height: 23px;
		letter-spacing: 0.5px;
		font-family: var(--global-heading-font-family);
		font-weight: 400;
		color: var(--global-palette9);
	}
	.widget .tnp-email, .mc4wp-form input[type="email"] {
		margin-inline-end: 12px;
		height: 50px;
		padding: 10px 20px;
		width: 400px;
		border-radius: 50px 50px 50px 50px;
	}
	.newsletter-text {
		padding-inline: 68px;
		position: relative;
		box-sizing: border-box;
		font-size: 15px;
		line-height: 15px;
		text-align: left;
		color: #fff;
		flex: inherit;
	}
	.site-footer-top-section-1 .newsletter-text h2 {
		font-size: 26px;
		font-family: var(--global-heading-font-family);
		letter-spacing: 0.1px;
		font-weight: 700;
		color: var(--global-palette9);
		margin-bottom: 6px;
	}
	body .site-top-footer-inner-wrap {
		padding-top: 30px;
		padding-bottom: 30px;
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
	.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-palette3);
		mask-size: 15px;
		-webkit-mask-size: 15px;
		mask-position: left;
		-webkit-mask-position: left;
		mask-repeat: no-repeat;
		-webkit-mask-repeat: no-repeat;
	}
	.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-palette3);
		mask-size: 15px;
		-webkit-mask-size: 15px;
		mask-position: left;
		-webkit-mask-position: left;
		mask-repeat: no-repeat;
		-webkit-mask-repeat: no-repeat;
	}
	.elementor-testimonial-wrapper::before {
		mask-image: url(assets/images/quote.svg);
		-webkit-mask-image: url(assets/images/quote.svg);
		background: var(--global-palette2);
		mask-size: 40px;
		-webkit-mask-size: 40px;
		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: 56px;
		right: auto;
		top: 37px;
		bottom: auto;
	}
}
@media only screen and (max-width:1250px) { body .site-middle-footer-inner-wrap { padding-top: 105px; padding-bottom: 105px; grid-column-gap: 105px;grid-row-gap: 150px;} }
@media only screen and (max-width:1200px) {
	
	.widget .tnp-email, .mc4wp-form input[type="email"] {
		margin-inline-end: 12px;
		height: 50px;
		padding: 10px 20px;
		width: 350px;
		border-radius: 50px 50px 50px 50px;
	}
	.owl-theme .owl-buttons div.owl-prev {
		left: -10px;
		top: 140px;
	}
	.owl-theme .owl-buttons div.owl-next {
		right: -10px;
		top: 140px;
	}
	.woocommerce ul.products:not(.woo-archive-btn-button) .product-details .button,
	.woocommerce ul.products li.product .product-details .added_to_cart {
		padding: 14px 25px;
	}
	.elementor-element.testimonial-carousel .owl-theme .owl-buttons div{
		bottom: -20%;
	}

}
@media only screen and (max-width:1150px) {
	.site-footer-top-section-1 .newsletter-text h2 {
		font-size: 26px;
		line-height: 33px;
		font-family: var(--global-heading-font-family);
		letter-spacing: 0.1px;
		font-weight: 700;
		color: var(--global-palette9);
		margin-bottom: 12px;
	}
	.owl-theme .owl-buttons div.owl-prev {
		left: -3px;
		top: 130px;
	}
	.owl-theme .owl-buttons div.owl-next {
		right: 0px;
		top: 130px;
	}
	body .site-middle-footer-inner-wrap {
		padding-top: 105px;
		padding-bottom: 105px;
		grid-column-gap: 65px;
		grid-row-gap: 150px;
	}
	body .main-navigation .primary-menu-container>ul>li.menu-item>a {
		padding-left: calc(3em / 2);
		padding-right: calc(3em / 2);
	}
	.widget .tnp-email, .mc4wp-form input[type="email"] {width: 350px;}
}
@media only screen and (max-width:1024px) {
	.cms-wrap .cms-cat-image:hover .cms-button {
		-webkit-transform: translateY(-45px);
		-moz-transform: translateY(-45px);
		-ms-transform: translateY(-45px);
		-o-transform: translateY(-45px);
		transform: translateY(-45px);
	}
	.service .elementor-image-box-description {
	 padding-right: 10px;
   	 padding-left: 10px;
	}
	.woocommerce .related.products {
		margin-block-start: 5em;
	}
	.woocommerce ul.products.products-list-view li.product .product-excerpt {
		display: block;
		padding-bottom: 1px;
	}
	#secondary .sidebar-inner-wrap {
		padding: 1em 1em 1em 1em;
	}
	.elementor-testimonial-wrapper::before {
		mask-image: url(assets/images/quote.svg);
		-webkit-mask-image: url(assets/images/quote.svg);
		background: var(--global-palette2);
		mask-size: 40px;
		-webkit-mask-size: 40px;
		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: 45px;
		right: auto;
		top: 30px;
		bottom: auto;
	}
	body .site-middle-footer-inner-wrap {
		padding-top: 60px;
		padding-bottom: 60px;
		grid-column-gap: 0px;
		grid-row-gap: 10px;
	}
	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);
	}
	body.woocommerce ul.products li.product .product-details .woocommerce-loop-product__title {
			text-align: left;
	}
	body.woocommerce div.product .woocommerce-tabs .panel {
		padding: 1em 0 1em 0em;
	}
	.woocommerce section.related.products h2 {
		text-align: center;
		padding-block-end: 20px;
		font-size: 36px;
	}
	/*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: 0em;
		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 10px;
	}

	.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: 320px;
		right: auto;
		left: 0;
		top: 0;
		overflow: auto;
		bottom: 0;
		position: fixed;
		box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .1);
		display: flex;
		flex-direction: column;
		transition: all .3s ease-in-out;
		z-index: 99999;
		padding-inline: 20px;
		padding-block: 0;
		background-color: #fff;
	}

	.primary-sidebar.active {
		transform: translateX(0);
	}
}

@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.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li {
		margin-block-end: 15px;
	}

	body.woocommerce div.product .button.single_add_to_cart_button {
		padding: 12px 32px;
	}
	.newsletter-text {
		padding-inline: 0;
		margin-block: 20px;
		text-align: center;
	}
	body .site-top-footer-inner-wrap {
		padding-top: 70px;
		padding-bottom: 30px;
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
	.newsletter-text::before {
		-webkit-mask-size: 45px;
		height: 45px;
		width: 45px;
		left: 0;
		top: -60px;
		bottom: auto;
		margin: auto;
		right: 0;
	}
	.widget .tnp-email, .mc4wp-form input[type="email"] {
		margin-inline-end: 8px;
		height: 50px;
		padding: 10px 20px;
		width: 350px;
		border-radius: 50px 50px 50px 50px;
	}
	.mc4wp-form-fields {
		display: block;
	}
}

@media only screen and (min-width: 576px) and (max-width: 782px) {

	.woocommerce ul.products:not(.woo-archive-btn-button) .product-details .button,
	.woocommerce ul.products li.product .product-details button {
		padding: 12px 23px;
	}
	.single-product.woocommerce div.product form.cart div.quantity {
		margin-block-end: 10px;
	}
}
@media only screen and (max-width:767px) {
	.mc4wp-form input[type="email"] {
		width: 345px;
	}
	.brands img.swiper-slide-image {
    margin: 0 auto;
	}
	.service .elementor-image-box-description {
    padding-right: 0px;
    padding-left: 0px;
	}
	#secondary .sidebar-inner-wrap {
		padding: 1em 1em 1em 1em;
	}
	body.woocommerce div.product .woocommerce-tabs .panel {
		padding: 1em 1em 1em 1em;
	}
	body .Contactus-sec1 .elementor-element .elementor-widget-shortcode > .elementor-widget-container {
		padding: 2em 2em 1em 2em;
	}
	.woocommerce .related.products {
		margin-block-start: 3em;
	}
	.woocommerce .owl-carousel .owl-item {
		float: left;
		padding-left: 10px;
	}
	.woocommerce section.related.products h2 {
		text-align: center;
		padding-block-end: 10px;
		font-size: 32px;
	}
	body.woocommerce ul.products li.product .product-details .woocommerce-loop-product__title {
		text-align: left;
	}
	body .site-top-footer-inner-wrap {
		padding-top: 65px;
		padding-bottom: 25px;
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
	body.woocommerce div.product .woocommerce-tabs ul.tabs, body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
		padding-block: 20px 15px;
		margin: 0;
		text-align: center;
		border-bottom: 1px solid #e5e5e5;
	}
	body .site-middle-footer-inner-wrap {
		padding-top: 40px;
		padding-bottom: 40px;
		grid-column-gap: 0px;
		grid-row-gap: 10px;
	}
	body.woocommerce div.product .woocommerce-tabs {
		margin-bottom: 2em;
		border: none;
	}
	.elementor-testimonial-wrapper::before {
		mask-image: url(assets/images/quote.svg);
		-webkit-mask-image: url(assets/images/quote.svg);
		background: var(--global-palette2);
		mask-size: 40px;
		-webkit-mask-size: 40px;
		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: 38px;
		right: auto;
		top: 25px;
		bottom: auto;
	}
	.mobile-header-button-wrap .mobile-header-button-inner-wrap .mobile-header-button {display: none;}
	.comments-area .comment-respond {
		padding: 30px 20px 20px;
	}
}
@media only screen and (max-width:719px) {
	body.woocommerce div.product .woocommerce-tabs ul.tabs, body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
		padding-block: 220px 15px;
		margin: 0;
		text-align: center;
		border-bottom: 1px solid #e5e5e5;
	}
}
@media only screen and (max-width:600px) {
	.mc4wp-form input[type="email"] {
		width: 245px;
	}
}
@media only screen and (max-width:479px) {
	.widget .tnp-email,
	.mc4wp-form-fields input[type="email"],
	.elementor-widget-wp-widget-newsletterwidgetminimal .tnp .tnp-submit,
	.widget .tnp .tnp-submit,
	body .mc4wp-form input[type="submit"] {
		width: 100%;
		margin: 6px 0;
	}
	body .Contactus-sec1 .elementor-element .elementor-widget-shortcode > .elementor-widget-container {
		padding: 1.5em 1.5em 1em 1.5em;
	}
	body .site-top-footer-inner-wrap {
		padding-top: 70px;
		padding-bottom: 20px;
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
	body #mobile-drawer.popup-drawer .drawer-inner {
		max-width: 320px;
	}
}
@media only screen and (max-width:389px) {
	body.home .elementor-element .title h1.elementor-heading-title {
		font-size: 27px;
		line-height: 32px;
	}
	.contact-cols {
		display: flex;
		column-gap: 20px;
		margin-bottom: 15px;
	}
	.wpcf7-form p {
		margin-bottom: 0em !important;
	}
}
@media only screen and (max-width:360px) {	body.home .elementor-element .title h1.elementor-heading-title {font-size: 24px;line-height: 29px;}}

/* rtl */

/* header */
body.rtl .header-cart-button .header-cart-total {
	left: 10px;
	right: auto;
}

/* homepage */

body.rtl .woocommerce ul.products li.product .entry-content-wrap {
	text-align: right;
}

.rtl .elementor .elementor-element.cms-text>.elementor-element-populated {
	padding-right: 0px;
	padding-left: 80px;
}
.rtl .cms-banner-main .elementor-element.cms-banner-text{
	padding-right: 80px;
	text-align: left;
}
.rtl.content-style-unboxed .blog .loop-entry .entry-content-wrap {
	direction: rtl;
}
body.rtl .elementor-element.cms-text .elementor-widget-text-editor .elementor-widget-container {
	padding: 0px 0px 38px 35px;
}
body.rtl .elementor-element.cms-text .elementor-widget-heading .elementor-widget-container {
	padding: 0px 0px 0px 100px;
}
body.rtl .elementor-element.image_gallery1 .elementor-element-populated {
	padding: 0px 0px 0px 20px;
}
body.rtl .elementor-element.image_gallery3 .elementor-element-populated {
	padding: 0px 20px 0px 0px;
}
body.rtl .elementor-element.testimonial>.elementor-element-populated {
	padding: 0px 40px 0px 0px;
}
body.rtl .elementor-element.testimonial .elementor-icon-wrapper {
	text-align: right;
}
body.rtl .elementor-element.testimonial .elementor-testimonial-content,
body.rtl .elementor-element.testimonial .elementor-testimonial-meta {
	text-align: right;
}
.rtl .service .elementor-element.project1 > .elementor-element-populated {
	margin: 0px 0px 0px 24px;
}
body.rtl .elementor-element.testimonial-carousel .owl-theme .owl-buttons div{
	left: auto;
}
body.rtl .elementor-element.img-banner.testimonial_img .elementor-widget-container {
	text-align: right;
}
.rtl .elementor-testimonial-wrapper::before {
    mask-image: url(assets/images/quote.svg);
    -webkit-mask-image: url(assets/images/quote.svg);
    background: var(--global-palette2);
    mask-size: 40px;
    -webkit-mask-size: 40px;
    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: 100px;
    top: 43px;
    bottom: auto;
}
body.rtl .elementor-counter .elementor-counter-number-suffix {
	text-align: right;
}
.rtl .service .elementor-element.project2 > .elementor-element-populated {
	margin: 0px 8px 0px 16px;
}
body.rtl .owl-theme .owl-buttons div.owl-next {
	right: -20px;
	left: auto;
}
body.rtl .owl-theme .owl-buttons div.owl-prev {
	left: 15px;
	right: auto;
}
body.rtl .elementor-element.cms-banner-text .elementor-icon-list-icon svg {
	margin: var(--e-icon-list-icon-margin,0 0 0 calc(var(--e-icon-list-icon-size, 1em) * .25));
}
.rtl .newsletter-text::before {
	right: 0;
	left: auto;
}
.rtl .service .elementor-element.project3 > .elementor-element-populated {
	margin: 0px 16px 0px 8px;
}
.rtl .cms-banner-main .elementor-element.cms-banner-text2 > .elementor-element-populated {
	padding-left: 90px;
    padding-right: 0px;
}
.rtl .service .elementor-element.service_col1 > .elementor-element-populated {
	margin: 0px 0px 0px 24px;
}
.rtl .newsletter-text {
	text-align: right;
}
.rtl .best .popular_img1 {
	margin: 10px;
}
.rtl .has-text-align-left {
	text-align: right;
}
body.rtl .elementor-element.about1 .elementor-element-populated {
	padding: 0px 0px 0px 45px;
}
body.rtl .elementor-element.popular_img2 .elementor-element-populated {
	padding: 0px 20px 0px 0px;
}
.rtl .service .elementor-element.project4 > .elementor-element-populated {
	margin: 0px 24px 0px 0px;
}
.rtl .service .elementor-element.service_col4 > .elementor-element-populated {
	margin: 0px 24px 0px 0px;
}
.rtl .service .elementor-element.service_col3> .elementor-element-populated {
	margin: 0px 16px 0px 8px;
}
.rtl .service .elementor-element.service_col2 > .elementor-element-populated {
	margin: 0px 8px 0px 16px;
}
/* Shop page */
.rtl .woocommerce.widget_price_filter .price_slider_amount .button {
	float: right;
}
.rtl .woocommerce.widget_price_filter .price_label {
	text-align: right;
}
.rtl .woocommerce .woocommerce-widget-layered-nav-list a::before {
	margin-right: 0;
	margin-left: 0.6em;
}

.rtl .thebase-product-toggle-container .thebase-toggle-shop-layout {
	margin-right: 0.5em;
	margin-left: 0;
}

.rtl.woocommerce section.related .product-details h2 {
	text-align: right;
}

/* contact page */
.rtl .elementor .elementor-element.contact_block>.elementor-element-populated {
	padding-left: 8%;
	padding-right: 0;
}

.rtl .elementor .elementor-element.contact_block .elementor-icon-box-wrapper {
	text-align: right;
}

.rtl .elementor .elementor-element.contact_block .elementor-icon-box-wrapper {
	text-align: right;
}

.rtl .elementor-element.contact_block .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;
	padding-block: 15px;
}
.rtl .elementor-element.contact_block .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
	margin-right: 0;
	float: right;
	margin-left: var(--icon-box-icon-margin, 15px);
}
/* cart popup */
.rtl .popup-drawer .drawer-inner {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	left: 0;
	right: auto;
}

body.rtl .woocommerce ul.cart_list li img,
body.rt .woocommerce ul.product_list_widget li img {
	margin-left: 15px;
	float: right;
	margin-right: 0;
}

.rtl .woocommerce.widget_shopping_cart .cart_list li a.remove,
.rtl .woocommerce .widget_shopping_cart .cart_list li a.remove {
	left: 0;
	right: auto;
}

.rtl .woocommerce.widget_shopping_cart .cart_list li,
.rtl .woocommerce .widget_shopping_cart .cart_list li {
	padding-right: 0em;
	padding-left: 24px;
}

.rtl .mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button {
	border-right: 1px solid #e5e5e5;
	border-left: 0;
}

.rtl .thebase-show-sidebar-btn {
	right: 0px;
	left: auto;
	border-radius: 50px 0px 0px 50px;
}

/* single blog */
.rtl .wp-block-latest-posts__featured-image.alignleft {
	margin-left: 1em;
	margin-right: 0;
	float: right;
}

@media only screen and (max-width: 1366px) {
	.rtl .elementor .elementor-element.cms-banner-text>.elementor-element-populated {
		padding-left: 30px;
	}

	.rtl .elementor .elementor-element.cms-text>.elementor-element-populated {
		padding-right: 30px;
	}
}

@media only screen and (max-width: 1024px) {
	.rtl .elementor .elementor-element.cms-banner-text>.elementor-element-populated {
		padding-left: 0px;
	}

	.rtl .elementor .elementor-element.cms-text>.elementor-element-populated {
		padding-right: 0px;
	}

	.rtl footer .wp-block-group .widget-title::before {
		left: 0;
		right: auto;
	}

	.rtl .primary-sidebar {
		transform: translateX(100%);
		right: 0;
		left: auto;
	}

	.rtl .primary-sidebar.active {
		transform: translateX(0%);
	}
	.rtl .elementor .elementor-element.cms-banner-text > .elementor-element-populated {
		padding-right: 0px;
	}
	

}

@media only screen and (max-width: 979px) {
	.rtl .newsletter-text::before {
		right: 0;
		left: 0;
	}

	.rtl .newsletter-text {
		text-align: center;
	}
}
@media only screen and (max-width: 767px){

	body.rtl .elementor-element.popular_img1 .elementor-element-populated {
		padding: 0px 0px 30px 0px;
	}
	body.rtl .elementor-element.popular_img2 .elementor-element-populated {
		padding: 0px 0px 30px 0px;
	}
	body.rtl .elementor-element.image_gallery1 .elementor-element-populated,
	body.rtl .elementor-element.image_gallery3 .elementor-element-populated {
		padding: 0;
	}
	body.rtl .elementor-element.img-banner.testimonial_img .elementor-widget-container {
		text-align: center;
	}
	body.rtl .elementor-element.testimonial > .elementor-element-populated {
		padding: 40px 0px 0px 0px;
	}
	body.rtl .elementor-element.cms-text .elementor-widget-heading .elementor-widget-container {
		padding: 0px;
	}
	.rtl .elementor .elementor-element.cms-text > .elementor-element-populated {
		padding-left: 0px;
	}

}