/*
 Theme Name:   insperia
 Theme URI:    https://demos.codezeel.com/wordpress/WP02/WP047
 Description:  A child theme of CodeZeel theme.
 Author:       CodeZeel
 Author URI:   #
 Template:     basetheme
 Version:      1.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

body *{
    --global-gray-400: #e5e5e5;
    --global-gray-500: #aaaaaa;
	--global-xs-spacing: 1em;
    --global-sm-spacing: 1.875rem;
    --global-md-spacing: 2rem;
    --global-lg-spacing: 2.5em;
    --global-xl-spacing: 3.5em;
    --global-xxl-spacing: 4rem;
    --global-boxed-spacing: 2rem;
}



.loop-entry.type-post .entry-taxonomies a{
	color: var(--global-palette2);
    font-weight: inherit;
}
.blog-grid .loop-entry .entry-content-wrap {
    padding: 15px 0 35px;
    border-bottom: 1px solid #e5e5e5;
}
.blog-grid .item:nth-child(6) .loop-entry .entry-content-wrap, .blog-grid .item:nth-child(7) .loop-entry .entry-content-wrap{
	border-bottom: none;
	padding: 15px 0 50px;
}
.blog-grid .item:nth-child(1) .loop-entry .entry-content-wrap {
	padding: 15px 0 0;
	border-bottom: none;
}
.loop-entry .entry-content-wrap {
	text-align: left;
}
.loop-entry.type-post .entry-meta {
    justify-content: left;
	color: var(--e-global-color-thebase2);
 }
 .blog .loop-entry.type-post .post-description {
	letter-spacing: 0.5px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-grid .item:nth-child(1) .loop-entry.type-post .post-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-grid .loop-entry.type-post h2.entry-title {
	margin-bottom: 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
 #blog_grid .item:first-child {
	width: 100%;
	margin-inline: 0;
	padding-inline: 0;
}
#blog_grid .item {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 50%);
}
#blog_grid > div:nth-child(2n+1) {
	padding-inline-start: 15px;
}
#blog_grid > div:nth-child(2n) {
	padding-inline-end: 15px;
}
#blog_grid .item{
    background-color: var(--global-palette9);
    padding: 50px 50px 0 50px;
}
.home .site-bottom-header-wrap .site-header-row-container-inner {
	border: none;
}
/* sidebar category */
.wp-block-categories .cat-item a, 
.wc-block-product-categories-list a,
.sidebar-inner-wrap > .widget.woocommerce a {
	flex:1;
}
body .wp-block-categories .cat-item a:not(.button):hover {
    color: var(--global-palette2);
	text-decoration: none;
}
.primary-sidebar .widget ul, .primary-sidebar .widget ol {
	padding: 30px 0;
    border: none;
    background-color: var(--e-global-color-thebase9);
}
body .primary-sidebar.widget-area .sidebar-inner-wrap .wp-block-latest-comments .wp-block-latest-comments__comment-link {
    display: block;
    line-height: 22px;
}
.sidebar-inner-wrap .wp-block-group__inner-container .wc-block-product-categories > .wc-block-product-categories-list {
	border: 1px solid var(--global-palette4);
}
body form.mc4wp-form {
    margin-bottom: 0;
}
.widget .newsletter-block p {
    margin-bottom: 0;
}
.mc4wp-form .mc4wp-newsletter-input input[type="email"] {
	width: 100%;
    height: 42px;
    margin: 25px 0 12px;
    border: none;
    font-size: 13px;
    padding: 10px 15px;
}
.mc4wp-form .mc4wp-newsletter-input input[type="submit"] {
	width: 100%;
    background: var(--global-palette2);
    color: var(--global-palette9);
    font-size: 13px;
}
.mc4wp-form .mc4wp-newsletter-text {
    text-align: center;
    line-height: 24px;
	color: var(--global-palette5);
	margin-top: 20px;
}

.widget-title.newsletter:after {
    background: var(--global-palette2);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 30px;
    margin: 0 auto;
}

#primary .widget_newsletterwidget .widgettitle::after {
	content: "";
	height: 2px;
	width: 27px;
	background-color: red;
	display: block;
	margin: 13px auto;
}


figure.wp-block-gallery {
    background-color: var(--global-palette9);
    padding: 30px;
}

.home-sidebar .wp-block-group.has-background {
	padding: 30px;
}
.home-sidebar .wp-block-group.newsletter-block {
    padding: 28px 35px 35px;
}
.primary-sidebar.widget-area .widget-title, body .widget_block h2, .widget_block .widgettitle, body .widget_block .widgettitle{
	margin: 0;
	padding: 13px 20px;
	text-align: center;
	background-color: var(--global-palette3);
	color: var(--global-palette9);
	font-size:16px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.5;
	font-family: var(--global-body-font-family);
}
.primary-sidebar.widget-area .widget-title.newsletter {
	padding: 0;
	position: relative;
	padding-bottom: 15px;
}
.primary-sidebar .widget ul li, .primary-sidebar .widget ol li {
	padding: 12px 0;
    border-bottom: 1px solid var(--global-palette4);
    list-style: none;
    color: var(--global-palette1);
    margin: 0 30px;
}

.recent_post_container .wp-block-latest-posts__list li a {
	font-family: 'Inter', serif;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 400;
}
.primary-sidebar .widget ul ul, .primary-sidebar .widget ol ol {
	border: 0;
}
.primary-sidebar .widget ul ul li, .primary-sidebar .widget ol ol li {
	border: 0;
	padding: 0;
}
.primary-sidebar .widget ul li:first-child, .primary-sidebar .widget ol li:first-child {
    padding-top: 0;
}
.primary-sidebar .widget ul li:last-child, .primary-sidebar .widget ol li:last-child {
	border: none;
	padding-bottom: 0;
}
body .single-content .recent_post_container h2 {
	margin: 0;
}
.comment-content table, .entry-content.single-content table {
	border: 1px solid var(--global-gray-400);
	margin-bottom: 1.618em;
	width: 100%;
}
.comment-content td, .comment-content th, .entry-content table td, .entry-content table th {
	padding: 12px;
	line-height: 1.5;
	text-align: left;
	border: 1px solid var(--global-palette4);
}
body.woocommerce table.shop_attributes tr:nth-child(odd) td, body.woocommerce table.shop_attributes tr:nth-child(odd) th {
    background: var(--global-palette9);
}
body.woocommerce table.shop_attributes td {
    padding: 8px 12px;
    line-height: 1;
}
.entry-content table {
	border-collapse: collapse;
}
body .woocommerce table.shop_table tr:last-child td {
	border: none;
}
body .woocommerce table.shop_table td {
	border: 0;
	border-bottom: 1px solid var(--global-gray-400);
}
body.woocommerce-cart .cart-collaterals .cart_totals tr th{
	border-top: 1px solid var(--global-gray-400);
}
.site .woocommerce table.shop_table thead > tr {
    border-bottom: 1px solid #e5e5e5;
}
.woocommerce table.shop_table{
	/* border:0; */
}
.cart-summary {
    display: none;
}
body.woocommerce-cart table.cart .coupon .button {
    background: var(--global-palette4);
}
#primary .recent_post_container .wp-block-latest-posts__list.wp-block-latest-posts li {
	padding: 12px 30px;
	border-bottom: 1px solid var(--global-palette4);
	list-style: none;
	margin: 0;
}
#primary .recent_post_container .wp-block-latest-posts__list.wp-block-latest-posts li:last-child{border:none;}
#primary .wp-block-group.recent_post_container .wp-block-latest-posts__list.wp-block-latest-posts {
	padding: 0;
	border: 1px solid var(--global-palette4);
}




.wp-block-latest-comments > li:last-child{border:none;}
.wp-block-group .wp-block-latest-comments {
	padding: 0;
}
#primary .wp-block-categories-list, #primary .wc-block-product-categories-list{
    margin: 0;
	padding: 23px 0;
	background-color: var(--e-global-color-thebase9);
}
.primary-sidebar .widget.woocommerce ul.woocommerce-widget-layered-nav-list {
    background-color: var(--global-palette9);
    padding: 30px 0;
}
.wp-block-categories-list li, #primary .wc-block-product-categories-list li, .sidebar-inner-wrap > .widget.woocommerce li{
	padding: 12px 0;
	border-bottom: 1px solid var(--global-palette4);
    list-style: none;
	display: flex;
}
.sidebar-inner-wrap > .widget.woocommerce form {
	padding: 30px;
    background-color: var(--global-palette9);
}
/* .sidebar-inner-wrap > .widget.woocommerce form{border:0;}
#primary .wc-block-product-categories {margin-bottom: 0;}
.wp-block-categories-list li:last-child, 
#primary .wc-block-product-categories-list li:last-child, 
.sidebar-inner-wrap > .widget.woocommerce li:last-child {
	border: none;
} */
.primary-sidebar .tagcloud, .primary-sidebar .textwidget{
	border: 1px solid var(--global-gray-400);
	padding:30px;
}
.primary-sidebar .search-form{margin-top:30px;}
.primary-sidebar .widget_search{padding:0;}
body .search-form .search-submit[type="submit"]:hover ~ .thebase-search-icon-wrap {
	color: var(--global-palette6);
}
.primary-sidebar .tagcloud a, .site-footer .tagcloud a {
	display: block;
	font-size: 14px !important;
	padding: 0 0 10px;
}
.primary-sidebar .widget_categories ul {
	margin-left:0;
}
.primary-sidebar .widget_categories > ul {
	margin: 0;
}
.site-footer-section .widget > ul{
	margin:0;
	list-style: none;
	padding:0;
}
.site-footer-section .widget > ul{
	margin:0;
	list-style: none;
	padding:0;
}
.site-footer-section .widget  ul {padding-left: 0;margin:0;}
.primary-sidebar .widget.widget select {
	width: 100%;
	padding: 10px;
	margin-top: 20px;
}
#primary .wp-block-group__inner-container .wp-block-latest-posts {
	margin:0;
	background-color: var(--e-global-color-thebase9);
}
.primary-sidebar .widget .wp-block-latest-posts__list {
	padding: 30px 0 30px;
}
.primary-sidebar .widget .wp-block-latest-posts__list li {
	border-bottom: none;
	line-height: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
	padding: 12px 0;
    margin: 0;
}
.wp-block-latest-posts__list li a {
	font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 23px;
	font-family: var(--global-heading-font-family);
}
#primary .wp-block-latest-posts__list li a:hover {
	text-decoration: none;
	color: var(--global-palette2);
}
body .wp-block-latest-posts__post-date {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
    color: var(--e-global-color-thebase2);
}
.widget .wp-block-latest-posts__list li {
	line-height: 1.6em;
}
.comments-link a::before {
	content: "-";
	margin-inline-start: 9px;
	margin-inline-end: 3px;
}
.categories-links a {
	color: var(--global-palette2);
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
.categories-links {
	color: var(--global-palette2);
}
#primary .wp-block-buttons .wp-block-button__link {
	background: none;
	color: var(--global-palette2);
	text-decoration: underline;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	padding:0;
}
#primary .wp-block-buttons .wp-block-button__link:hover {
	box-shadow: none;
}
#primary .wp-block-group.about-us-cms {
	padding: 30px;
}
body #primary .about-us-cms figure {
    margin: 0 auto;
}
#primary .wp-block-group .about-us-cms p {
	padding: 20px 0 7px;
	color: var(--global-palette6);
	font-weight: 400;
	margin:0;
}
.entry-header .meta-inner {
	margin: 9px 0 9px;
}
body #search-drawer .drawer-inner input.search-field {
    background: var(--e-global-color-thebase9);
    border: none;
}
body #search-drawer .drawer-inner input.search-field:focus{
	color: var(--e-global-color-thebase6);
	box-shadow: 0px 3px 2px 2px #66666626;
    -moz-box-shadow: 0px 3px 2px 2px #66666626;
    -webkit-box-shadow: 0px 3px 2px 2px #66666626;
}
#primary .wp-block-search .wp-block-search__button {
	border-color: var(--global-palette3);
	color: var(--global-palette9);
	background: var(--global-palette3);
	width: 100px;
}
body #search-drawer .drawer-inner .search-submit[type="submit"]:hover~.thebase-search-icon-wrap {
    color: var(--global-palette-btn-bg-hover);
}
.search-form .search-submit[type="submit"]:hover, .search-form .search-submit[type="submit"]:focus {
    font-size: 0;
}
body .wp-block-search .wp-block-search__label {
	font-size: 14px;
	font-weight: 400;
	display: none;
}
body .thebase-svg-iconset svg.thebase-search-svg {
    height: 2em;
    width: 1.4em;
}
/* #blog_grid .item::after {
	border-bottom: 1px solid var(--global-palette4);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	width: 100%;
}
#blog_grid .item:nth-child(1)::after {
	display: none;
} */
.blog .loop-entry.type-post .entry-meta {
	margin: 5px 0 10px;
    color: var(--e-global-color-thebase2);
}
#blog_grid .item {
	position: relative;
	margin-block-end: 0;
	padding-block-end: 0;
}
.blog-grid .loop-entry .entry-header {
    margin-bottom: 0;
}
#blog_grid .item:nth-child(1) {
	padding-block-end: 0;
	background-color: transparent;
	padding: 0;
	margin-block-end: 60px;
}
.blog-grid .item:nth-child(1) .loop-entry.type-post h2.entry-title {
    font-size: 26px;
}
#blog_grid .item:nth-last-child(-n+2) {
	margin-block-end: 0;
	/* padding-block-end: 0; */
}
#blog_grid .item:nth-last-child(-n+2)::after {
display: none;
}
.post-archive .loop-entry.type-post .entry-meta {
    margin: 8px 0 5px;
}
.post-archive .loop-entry .entry-summary p {
    margin: 0;
}
.post-archive article .entry-header {
    margin-bottom: 0;
}
.post-archive .entry-summary {
    margin: 0;
}
.container-inner.loop-entry, .wp-block-latest-posts__featured-image, #primary .about-us-cms figure {
    position: relative;
    overflow: hidden;
}
.site .blog .post-thumbnail .post-thumbnail-inner img, .container-inner.loop-entry img, .wp-block-latest-posts__featured-image a img, #primary .about-us-cms figure img {
	transition: transform var(--duration-default) ease;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}
.site .blog .post-thumbnail .post-thumbnail-inner:hover img, .container-inner.loop-entry:hover img, .wp-block-latest-posts__featured-image a:hover img, #primary .about-us-cms figure:hover img {
	transform: scale(1.07);
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
/* footer  */

body .site-footer .footer-social-wrap .social-button {
    width: 38px;
    height: 38px;
}
body .site-footer .footer-social-wrap .social-button.social-link-facebook:hover, 
body .site-footer .footer-social-wrap .social-button.social-link-twitter:hover,
body .site-footer .footer-social-wrap .social-button.social-link-instagram:hover,
body .site-footer .footer-social-wrap .social-button.social-link-pinterest:hover {
    background: var(--global-palette2) !important;
}
body .widget li{
	line-height: inherit;
}
.site-footer .footer-widget-area ul li {
	padding: 0;
	display: block;
	color: var(--global-palette5);
	line-height: 38px;
}
 .widget_pages a, .site-footer .widget_nav_menu a{
	 padding:8px 0;
	}
 .site-footer .widget ul li a {
	padding: 0;
	display: inline-block;
}
body .site-footer .rss-date, body .site-footer .widget_rss cite {
	color: var(--global-palette5);
	font-size: 14px;
}
.site-footer .toggled-off p {
	color: var(--global-palette5);
}
.site-info-inner #contact-us {
	margin-bottom: 25px;
}
.site-top-footer-inner-wrap .widget-area .widget-title{
	margin-bottom: 20px;
}
.site-footer .widget_calendar th{color: var(--global-palette5);}
/* blog category footer */
.blog-list .loop-entry.type-post h2.entry-title {
	font-size: 16px;
	text-align: left;
	line-height: 23px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-list .loop-entry.type-post .entry-meta {
	justify-content: left;
	margin: 7px 0;
}
.item.container.blog {
	display: inline-block;
	width: 100%;
	margin: 0 0 30px;
	vertical-align: top;
}
.footer-category-blog .blog-list .item:last-child {
    margin-bottom: 0;
}
.cat-image {
	float: left;
	margin-inline-end: 20px;
	width:9em;
}
.blog-list .loop-entry .entry-content-wrap {
	padding: 10px 0 0;
}
.category-title {
	font-size: 16px;
	font-family: 'Inter', serif;
	font-weight: 500;
	color: var(--global-palette1);
	text-transform: uppercase;
	margin-bottom: 45px;
	display: block;
}
.elementor-container .footer-blog-category {
	padding-right: 30px;
}
.elementor-container .footer-blog-category:last-child {
	padding-right: 0;
}
.blog-list .entry-header {
	margin: 0;
}
.content-vertical-padding-hide .content-area, .content-width-fullwidth .content-area {
	-webkit-margin-before: 0;
	margin-block-start: 0;
	-webkit-margin-after: 0;
	margin-block-end: 0;
}
body .single-content h1, body .single-content h2, body .single-content h3, body .single-content h4, body .single-content h5, body .single-content h6 {
	margin: .5em 0;
}
.footer-category-blog{
	padding-right:40px;
}
.elementor-container .footer-category-blog:last-child {
	padding: 0;
}
body.single-product .thebase-breadcrumbs {
    margin-top: 0;
}

.grid-cols.post-archive, .grid-cols.search-archive {
	padding: 30px 30px 20px;
    background-color: var(--global-palette9);
}
article.entry.loop-entry.post.type-post {
    background-color: var(--global-palette9);
}
article.loop-entry .entry-content-wrap {
    padding: 15px 0 0;
}
article.entry.content-bg {
    background: var(--global-palette9);
}

/* single-blog-page */
body, input, select, optgroup, textarea{
	border-radius:0;
}
button, input[type="submit"]{
	border-radius: 0;
}
.gallery .gallery-item {
	margin-bottom: 0;
	padding: 15px;
}
.comment-list .comment-body{
	border-bottom: 1px solid var(--global-palette4);
}
.comment .comment-reply-link {
    color: var(--global-palette6);
    border: 1px solid var(--global-palette6);
}
.comment-list  .comment-reply-link:hover, .comment-list  .comment-reply-link:focus{
	    border-color: var(--global-palette2);
    color: var(--global-palette9);
    background-color: var(--global-palette2);
}
.single-post .entry {
	border-radius: 0;
}
.single-post .wp-block-pullquote blockquote {
	padding: 2em;
	background-color: var(--global-palette7);
}
.single-post .wp-block-pullquote blockquote::before{
	top: 83px;
	left: 30px;	
	color: var(--global-palette1);
}
.single-post .wp-block-pullquote blockquote p, .wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 14px;
	text-align: center;
	padding: 0 10%;
	font-weight: 500;
	color: var(--global-palette1);
	font-style: normal;
}
.single-post .wp-block-pullquote blockquote cite {
	color: var(--global-palette1);
}
.single-post .tns-outer .tns-nav {
	bottom: -70px;
	
}
.single-post .entry-tags a.tag-link{
	border-radius:0;
	color: var(--global-palette-btn);
    border-color: var(--global-palette-highlight);
}
.single-post .entry-tags a.tag-link:hover {
    background: var(--global-palette2);
    color: var(--global-palette9);
    border-color: var(--global-palette2);
}
.single-post .entry-header{
	position: relative;
}
.single-post .entry-related-inner-content{
	padding:6em 0 8em;
}
.comment-respond .comment-form .comment-notes {
	font-size: inherit;
	font-style: inherit;
}	
.entry-author {
	margin: var(--global-lg-spacing) auto;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
body .entry-author-name a, body .comment-author .fn a{color: var(--global-palette1);}
h2.entry-related-title{text-align: center;}
body .entry-author-style-center .entry-author-avatar::before{background: var(--global-gray-400);}
body .entry-author-style-center {
	border-bottom: 0;
	padding: 0;
}
body .entry-author-style-center .entry-author-profile {
	border-bottom:0;
	padding-bottom:0;
}
body .entry-author-style-center .entry-author-avatar::after{background: var(--global-gray-400);}
.single-post .entry-author, .comment-navigation, .post-navigation, .single-post .comments-area {
	padding-inline: 0rem;
}
/* sidebar */
.wc-block-product-categories-list {
	list-style: none;
}
.primary-sidebar.active {
	 -webkit-transform: translateX(0);
	 transform: translateX(0);
}
 .primary-sidebar .thebase-hide-sidebar-btn {
	 display: none;
	 flex: 0 0 auto;
	 align-items: center;
	 flex-direction: row;
	 justify-content: flex-end;
	 padding: 20px 0;
}
 .primary-sidebar .thebase-hide-sidebar-btn .thebase-svg-iconset {
	 cursor: pointer;
}
 .primary-sidebar .thebase-hide-sidebar-btn .thebase-svg-iconset svg {
	 width: 1.6em;
	 height: auto;
}
 .thebase-show-sidebar-btn {
	 position: fixed;
	 -webkit-margin-end: 0.5em;
	 margin-inline-end: 0.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: 99;
	 background: #fff;
	 box-shadow: 0px 0px 5px 2px var(--global-gray-400);
	 align-items: center;
	 border-radius: 0 50px 50px 0;
}
 .thebase-show-sidebar-btn:hover {
	 border-color: var(--global-gray-500);
	 color: var(--global-palette1);
}
 .thebase-show-sidebar-btn.active .drawer-overlay {
	 position: fixed;
	 left: 0;
	 right: 0;
	 top: 0;
	 bottom: 0;
	 background-color: rgba(0, 0, 0, 0.5);
	 z-index: 99;
}
 .thebase-show-sidebar-btn .thebase-svg-iconset svg {
	 width: 1.4em;
	 height: auto;
}
 
body:not(.home) .primary-sidebar.active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.primary-sidebar .thebase-hide-sidebar-btn {
	display: none;
	flex: 0 0 auto;
	align-items: center;
	flex-direction: row;
	justify-content: flex-end;
	padding: 20px 0;
}
.primary-sidebar .thebase-hide-sidebar-btn .thebase-svg-iconset {
	cursor: pointer;
}
.primary-sidebar .thebase-hide-sidebar-btn .thebase-svg-iconset svg {
	width: 1.6em;
	height: auto;
}
.thebase-show-sidebar-btn {
	position: fixed;
	-webkit-margin-end: 0;
	margin-inline-end: 0;
	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: 9999;
	background: #fff;
	box-shadow: 0px 0px 5px 2px var(--global-gray-400);
	align-items: center;
	border-radius: 0 50px 50px 0;
}

.thebase-show-sidebar-btn:hover {
	border-color: var(--global-gray-500);
	color: var(--global-palette1);
}
.thebase-show-sidebar-btn.active .drawer-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99;
}
.thebase-show-sidebar-btn .thebase-svg-iconset {
	padding-inline-end: 6px;
}
.thebase-show-sidebar-btn .thebase-svg-iconset svg {
	width: 1.4em;
	height: auto;
}

@media screen and (max-width: 1024px) {
	body:not(.home) .primary-sidebar {	   
    width: 320px;
    right: auto;
    left: 0;
    top: 0;
    overflow: auto;
    bottom: 0;
	position: fixed;
	padding-block: 0;
	padding-inline: 20px;
	z-index: 99999;
	background-color: var(--e-global-color-thebase7);
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-box-shadow: 0 0 2rem 0 rgb(0 0 0 / 10%);
	box-shadow: 0 0 2rem 0 rgb(0 0 0 / 10%);        	
	-webkit-transform: translateX(-100%);
    transform: translateX(-100%);
   }
   .primary-sidebar .thebase-hide-sidebar-btn {
		display: flex;
	}
	.thebase-show-sidebar-btn {
		display: flex;
   }
}
@media screen and (max-width: 640px) {
	.primary-sidebar { 
		width: 100%;}
	}


.primary-sidebar.widget-area .widget-title{
	background-color: var(--global-palette1);
}
#primary .sidebar-inner-wrap .widget > .widget-title {
	padding: 12px 20px;
	text-align: center;
	font-family: 'Inter', sans-serif;
	margin: 0;
}
#primary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count{
	font-size:14px;
}
#primary .woocommerce .woocommerce-widget-layered-nav-list a::before {
	border-radius: 0;
	width: 1.8em;
	height: 1.8em;
	margin-right: 0.8em;
}
#primary .woocommerce.widget_price_filter .price_slider_amount .button {
    font-size: 13px;
    font-weight: 500;
    border-radius: 0;
    text-transform: uppercase;
    background: var(--global-palette-btn);
    color: var(--global-palette-btn-bg);
}
#primary .woocommerce.widget_price_filter .price_slider_amount .button:hover {
    background: var(--global-palette-btn-bg-hover);
}
body .woocommerce.widget_price_filter .price_slider {
	margin-bottom: 2em;
}
body .woocommerce.widget_price_filter .price_slider_amount{
	font-weight: 400;
	font-size:14px;
}
body.woocommerce span.onsale{
	padding: .3em .5em;
	font-weight: 400;	
	border-radius:0;
}
/* product */
body.woocommerce ul.products.woo-archive-action-on-hover li.product:hover .product-action-wrap, 
body.woocommerce ul.products.woo-archive-action-on-hover li.product:focus-within .product-action-wrap {
	bottom: 0.5rem;
	opacity: 1;
}
#primary .related.products > h2 {
	text-align: center;
	margin-bottom: 50px;
}
body.woocommerce ul.products li.product .product-action-wrap{margin-top:0;}
.woocommerce ul.products li.product .button.added.add_to_cart_button {
	font-size: 0;
	display: none;
}
body.woocommerce ul.products li.product .entry-content-wrap {
	min-height: 115px;
}
body.woocommerce ul.products.woo-archive-action-on-hover li.product:hover .entry-content-wrap, 
body.woocommerce ul.products.woo-archive-action-on-hover li.product:focus-within .entry-content-wrap {
	background-color: var(--e-global-color-thebase9);
}
.woocommerce-ordering select.orderby{
	border:1px solid var(--global-palette4);
	font-size:14px;
	font-weight: 400;
	color:var(--global-palette1);
	background-color: var(--global-palette9);
	padding: 2px 18px 2px 10px;
}
.thebase-woo-results-count p{
	color:var(--global-palette1);
	font-size:14px;
}
#primary .thebase-product-toggle-container .thebase-toggle-shop-layout.toggle-active, 
#primary .thebase-product-toggle-container .thebase-toggle-shop-layout:hover{
	color: var(--global-palette2);
    border-color: var(--global-palette2);
}
#primary .thebase-product-toggle-container .thebase-toggle-shop-layout{
	color: var(--global-palette3);
    border: 1px solid var(--global-palette3);
}
#primary .product-details .product-action-wrap .button,
#primary .product-details .product-action-wrap a.added_to_cart {
	font-size: 13px;
	font-weight: 500;
}
.products-list-view .loop-entry .product-details.content-bg.entry-content-wrap{text-align:left;}
body .woocommerce span.onsale{
	padding: .3em .5em;
    font-weight: 400;
	border-radius: 0;
}
body.woocommerce nav.woocommerce-pagination ul li .page-numbers{
	border-radius:0;
	background: var(--global-palette4);
}
body.woocommerce nav.woocommerce-pagination ul li span.current, body.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: var(--global-palette2);
    color: var(--global-palette9);
    border-color: var(--global-palette2);
}
body.woocommerce div.product div.images .flex-control-thumbs li {
    background: transparent;
}
/* product page */
#primary .upsells.products > h2 {
    text-align: center;
    margin-bottom: 50px;
}
.woocommerce div.product .entry-summary form.cart .variations label {
	display: inline-block;
	font-weight: 400;
	font-size:14px;
	width: 100%;
	clear: both;
	margin: 9px 0 0;
	text-align: left;
	vertical-align: middle;
}
.woocommerce div.product form.cart .variations select {
	border: 1px solid var(--global-palette4);
	border-radius: 0;
	font-size: inherit;
	margin: 6px 0;
	padding: 8px;
}
.woocommerce div.product .product_meta {
	margin: 1.2em 0;
	padding: 1.2em 0;
	border-top: 1px solid var(--global-palette4);
}
.woocommerce div.product .entry-summary .product_meta > span {
	font-size: 14px;
	font-weight: 400;
	padding: 5px 0;
    display: block;
}
.woocommerce div.product .entry-summary .product_meta > span a{
	text-decoration: none;
}
.woocommerce .quantity .qty{border-radius:0;}
.single-product .site div.product .entry-summary form.cart .woocommerce-grouped-product-list-item__quantity .quantity {
	width: auto;
	float: left;
}

.woocommerce div.product .entry-summary form.cart .group_table td:first-child{
	width: auto;
}
.woocommerce div.product.entry .woocommerce-tabs ul.tabs li a:hover{
	background-color: var(--global-palette3);
	color:var(--global-palette9);
}
.woocommerce div.product.entry .woocommerce-tabs ul.tabs li.active a {
	color: var(--global-palette9);
	text-shadow: inherit;
	background-color: var(--global-palette1);
	padding: 12px 30px;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 0;
}
.woocommerce div.product.entry .woocommerce-tabs ul.tabs li  {
	border:1px solid  var(--global-palette4);
	border-bottom: 0;
	border-radius: 0;
}
.woocommerce div.product.entry .woocommerce-tabs ul.tabs::before{
	border-bottom: 0px solid  var(--global-palette4);
}
.woocommerce div.product.entry .woocommerce-tabs ul.tabs li a {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 12px 30px;
	color:var(--global-palette1);
}
body .woocommerce .woocommerce-message, body .woocommerce .woocommerce-error, body .woocommerce .woocommerce-info {
    background-color: var(--global-palette4);
	    color: var(--global-palette6);
}
body.single-product.footer-on-bottom #inner-wrap {
	/* border-top: 1px solid var(--global-palette4); */
}
#primary .thebase-breadcrumbs{
	font-size:14px;
	font-weight:400;
}
.woocommerce div.product.entry .woocommerce-tabs ul.tabs{
	padding:0;
}
.woocommerce div.product.entry .woocommerce-tabs ul.tabs li{
	margin:0;
	border: 0;
}
.woocommerce .product ul.products li.product .product-action-wrap {
	margin-top: 7px;
}
.woocommerce-tabs.wc-tabs-wrapper{
	padding: 1.5em 0 3em;
}
.woocommerce-grouped-product-list-item__label a, .woocommerce div.product.entry .stock	 {
	color: var(--global-palette6);
	font-size: 14px;
	text-decoration: none;
}
body.woocommerce div.product div.images .flex-control-thumbs li, body.woocommerce div.product div.images .flex-control-thumbs li:first-child {
    width: auto;
    height: auto;
    padding: 0;
}
/* owlcarousel */
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%;
}
body.woocommerce div.product div.images .flex-control-thumbs li img {
	max-width: 8em;
	display: inline-block;
	opacity: 1;
	-webkit-opacity: 1;
	width: 100%;
	    border: 0;
}
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%;
}
.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-next::after {
	background-image: url(assets/images/right-arrow.svg);
	content:"";	
	background-position: 100%;
}
.owl-theme .owl-buttons div.owl-prev::after {
	background-image: url(assets/images/left-arrow.svg);
	background-position: 0;
}
.owl-theme .owl-buttons div {
	display: block;
	font-size: 0;
	height: 32px;
	width: 32px;
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	margin: auto !important;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	margin: auto;
	z-index: 99;
	cursor: pointer;
}
.woocommerce-product-gallery .owl-theme .owl-buttons div.owl-prev {
	left: 0;
	top: 0;
	bottom: 0;
}
.woocommerce-product-gallery .owl-theme .owl-buttons div.owl-next {
	right: 0;
	top: 0;
	bottom: 0;
}
.owl-theme:hover .owl-buttons div {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
/* cms banner */
.cms-banner img, .elementor-image-gallery .gallery-item .gallery-icon img, .approach-cms .elementor-widget-container img, .swiper-container .swiper-slide figure img, 
.loop-entry .post-thumbnail-inner img {
	transition: transform var(--duration-default) ease;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}
.cms-banner:hover img, .elementor-image-gallery .gallery-item .gallery-icon:hover img, .approach-cms .elementor-widget-container:hover img, .swiper-container .swiper-slide figure:hover img,
.loop-entry .post-thumbnail-inner:hover img {
	transform: scale(1.07);
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
.cms-banner .elementor-widget-wrap, .elementor-image-gallery .gallery-item .gallery-icon, .approach-cms .elementor-widget-container, .swiper-container .swiper-slide figure, .post-thumbnail-inner {
	overflow: hidden;
	position: relative;
}

/* about us page */
.single-content .about_us_heading .elementor-heading-title {
	margin: 0 0 45px;
}
/* contact us */
.wpcf7-form label {
	padding-block: 5px 15px;
	display:block ;
	text-transform: capitalize;
}
.contact-cols {
	display: flex;
	grid-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
}
.wpcf7-form > div {
	margin-block: 20px;
}
textarea{ height: 110px;}
.wpcf7-form-control-wrap {
	position: relative;
}
.wpcf7 .wpcf7-submit, .wpcf7 input {
	display: block;
	width: 100%;
}
.wpcf7 .wpcf7-submit{ padding: 12px 24px;}
#comments #respond {
	background-color: var(--global-palette9);
	padding: 3rem;
}
.post-navigation .nav-links {
	border-top: 1px solid var(--global-gray-400);
	padding-block-start: var(--global-lg-spacing);
}
#cancel-comment-reply-link {
    margin-left: 0.8em;
    color: var(--global-palette2);
}
.comment .comment-respond {
	margin: 0 0 40px;
}
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 {
	-webkit-appearance: none;
	color: var(--global-palette6);
	border: 1px solid var(--global-gray-400);
	/* border: 0; */
	border-radius: 0;
	padding: 0.85em;
	max-width: 100%;
	background: var(--global-palette9);
	box-shadow: none;
}
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 {
	color: var(--global-palette6);
	border-color:var(--global-gray-400);
	outline: 0;
	box-shadow: none;
}
body .wp-block-search .wp-block-search__input {
    border: 0;
}
/* cart page */
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, 
body #add_payment_method .wc-proceed-to-checkout a.checkout-button{
	padding: 12px 24px;
}
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{
	font-weight: 500;
	font-size:16px;
	text-transform: uppercase;
	border:0;
}

#add_payment_method .cart-collaterals, .woocommerce-cart .cart-collaterals, .woocommerce-checkout .cart-collaterals {
	background: var(--global-palette7);
	padding: 30px;
}
.site .woocommerce table.shop_table td, .site .woocommerce table.shop_table th{padding-block: 20px;}
.entry-content table tbody tr td span, .entry-content table tbody tr th span {
	font-weight: 400;
}
body #add_payment_method table.cart td.actions .coupon .input-text, 
body.woocommerce-cart table.cart td.actions .coupon .input-text, 
body.woocommerce-checkout table.cart td.actions .coupon .input-text {
	float: left;
	box-sizing: border-box;
	padding: .4em .6em;
	margin: 0 4px 0 0;
	outline: 0;
	height: 46px;
}
body .woocommerce table.shop_table input {
	font-size: 14px;
}
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 {
	height: 46px;
	padding: 0 1em;
	border: 0;
	line-height: 46px;
}
body.woocommerce-cart table.cart td.actions .button:disabled, 
body.woocommerce-checkout table.cart td.actions .button:disabled, 
body #add_payment_method table.cart td.actions .button:disabled {
	background-color: var(--global-palette3);
	color: var(--global-palette9);
}
body.woocommerce ul.products.products-list-view li.product {
	align-items: flex-start;
}
/* checkout */
body .woocommerce .woocommerce-info{
	color: var(--global-palette1);
}
body .woocommerce .cart-empty.woocommerce-info {
    font-weight: 500;
    line-height: 40px;
}
body .woocommerce form .form-row label {
	font-size: 14px;
	font-weight: 400;
	color: var(--global-palette6);
}
body .woocommerce form .form-row-last, .woocommerce-page form .form-row-last{
	float: left;
}
body #payment #place_order{
	padding:12px 24px;
}
body .select2-container--default .select2-selection--single {
	height: 46px;
	border: 0;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--global-palette1);
	line-height: 44px;
	padding-left: 15px;
	background: var(--global-palette9);
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--global-palette1) transparent transparent transparent;
}
body .select2-dropdown {
    color: var(--global-palette1);
}
#billing_first_name_field.form-row-first {
	float: left;
}
#billing_last_name_field.form-row-last {
	float: right;
}
body .woocommerce form .form-row textarea{
	width:3.3em;
}
/*login page */
body .woocommerce form.checkout_coupon {
	border: 2px dashed var(--global-gray-400);
	border-radius: 0;
	padding: 20px;
	margin: 2em 0;
	text-align: left;
	display: inline-block;
	width: 50%;
}
body .woocommerce form.login,
body .woocommerce form.register{
	border: 0;
    border-radius: 0;
    background-color: var(--e-global-color-thebase9);
	padding: 30px;
}
body .woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
	float: none;
}
body .woocommerce form .form-row .button{padding:12px 24px;}
.woocommerce-privacy-policy-text {
	margin-bottom: 20px;
}
body .woocommerce .woocommerce-error li {
    color: var(--global-palette1);
}
.elementor-5426 .elementor-element.elementor-element-3735e56 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

.entry-content blockquote {
	margin: 0 0 var(--global-md-spacing);
	background: var(--global-palette7);
	padding: 2em;
	font-size: 16px;
	color: var(--global-palette6);
}
body .single-content ul, 
body .single-content ol {
	padding-inline-start: 1.5em;
}
.comment-navigation, .post-navigation {
	border-top: 1px solid var(--global-gray-400);
	padding-block-start: var(--global-lg-spacing);
}
.post-navigation {
	border-top:0;
	padding-block-start:0;
}
body .thebase-thumbnail-position-behind {
	margin-bottom: -10.3em;
}
.single-post .single-entry .entry-header {
	margin-bottom: 3em;
	border-bottom: 1px solid var(--global-gray-400);
	padding-bottom: 2em;
}
body .entry-tags {
	margin-top: var(--global-xl-spacing);
}
body.woocommerce .woocommerce-message, 
body.woocommerce .woocommerce-error, .woocommerce .woocommerce-info {
	color: var(--global-palette3);
}
body .pagination .page-numbers{
	border-radius:0;
	border: 0;
	background: var(--global-palette-btn-hover);
}
body .pagination .current, body .pagination a:hover {
    background: var(--global-palette-btn-bg-hover);
    color: var(--global-palette-btn-hover);
}
body .entry-related {
    background: var(--global-palette9);
}
body .entry-related .tns-controls {
    display: none;
}
.site .content-container .alignwide {
	padding-left: var(--global-sm-spacing);
	padding-right: var(--global-sm-spacing);
	margin: 0;
	width: auto;
}
body .elementor .elementor-element.style1 .elementor-tabs-content-wrapper,  body .elementor .elementor-element.style2 .elementor-tabs-content-wrapper {
    background-color: var(--global-palette9);
}


/* responsive  */

@media screen and (max-width: 1366px){
	body .wp-block-latest-posts__list li a {
		font-size: 14px;
		line-height: 21px;
	}
	body .wp-block-latest-posts__post-date {
		font-size: 13px;
	}
	body .footer-category-blog {
		padding-right: 20px;
	}
	body .loop-entry.type-post h2.entry-title {
		font-size: 22px;
	}
	.home-sidebar .wp-block-group.newsletter-block {
		padding: 28px 30px 35px;
	}
}

@media screen and (max-width: 1024px){
	body .site-main-header-wrap .site-header-row-container-inner {
    	border: none;
	} 
	.mobile-html .mobile-html-inner p {
		margin: 0;
	}
	body #mobile-drawer .drawer-inner {
		max-width: 320px;
		background: var(--global-palette7);
	}
	body .popup-drawer .search-toggle-close.drawer-toggle {
		color: var(--e-global-color-thebase3);
	}
	body .loop-entry .entry-content-wrap {
	padding: 0;
	}
	footer .wp-block-group .toggled-off .wp-block-group, footer .wp-block-group .toggled-off > ul {
	display: none;
	}	
	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-on .widget-title::before {
		content: "\f106";
	}
	footer .wp-block-group .toggled-on .wp-block-group, footer .wp-block-group .toggled-on > ul {
		display: block;
		padding-block: 0 22px;
	}
	.site-top-footer-inner-wrap .widget-area .widget-title {
		margin-bottom: 15px;
		cursor: pointer;
	}
	.site-footer .footer-widget-area ul li {
		line-height: 33px;
	}
	.site-info-inner #contact-us {
		margin-bottom: 0;
	}
	.category-title{
		margin-bottom:20px;
	}
	footer .site-footer-top-section-1 .wp-block-group .wp-block-group {
		display: block;
		padding-block: 0;
	}
	footer .site-footer-top-section-1 .wp-block-group .widget-title::before{
		display: none;
	}
	body .site-footer .site-footer-wrap .site-footer-section .footer-social-wrap .social-button {
		margin-top: 0;
	}
	.footer-widget-area.footer-social {
		margin-bottom: 25px;
	}
	article.loop-entry .entry-content-wrap {
		padding: 15px 0 0;
	}
	.site .content-container .alignwide {
		padding-left: 0;
		padding-right: 0;
	}

}

@media (max-width: 1024px) and (min-width: 768px){
	body .blog-grid .loop-entry.type-post h2.entry-title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.blog-grid .item:nth-child(1) .loop-entry.type-post h2.entry-title {
		font-size: 24px;
	}
	.blog .loop-entry.type-post .entry-meta {
		margin: 5px 0 6px;
	}
	#blog_grid .item {
		padding: 30px 30px 0 30px;
	}
}

@media screen and (max-width: 979px){
	.footer-category-blog {
		padding-right: 20px;
	}
	.blog-list .loop-entry.type-post h2.entry-title {
		font-size: 15px;
		text-align: left;
		line-height: 18px;
	}
	.blog-list .loop-entry.type-post .entry-meta {
		font-size: 12px;
		margin: 5px 0 0;
	}
	.blog-list .loop-entry .entry-content-wrap {
		padding: 5px 0 0;
	}	
	.cat-image {
		margin-inline-end: 10px;
		width: 6em;
	}
	.sidebar-inner-wrap .wp-block-image {
		text-align: center;
	}
	.sidebar-inner-wrap .woocommerce img, .woocommerce-page img{
		display:initial;
	}
	body:not(.home) .primary-sidebar {
		padding-block: 0 20px;
	}
	body .wp-block-latest-posts__list li a {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.wp-block-latest-posts__post-date{
		font-size:12px
	}
	.widget .wp-block-latest-posts__list li {
		line-height: 1.3em;
	}
	.wp-block-latest-posts.wp-block-latest-posts__list li {
		padding: 0 0 12px;
	}
	.wp-container-2 .wp-block-latest-posts__featured-image.alignleft {
		margin-right: 1em;
	}
	#primary .wp-block-group__inner-container .wp-block-latest-posts {
		/* padding: 15px; */
	}
	.wp-container-2 .wp-block-latest-posts__featured-image.alignleft {
		margin-right: 1em;
	}	
	.wp-block-latest-posts__post-date {
		font-size: 12px;
	}
	.widget .wp-block-latest-posts__list li {
		line-height: 1.3em;
	}
}

@media (max-width: 979px) and (min-width: 768px) {
	body .wp-block-latest-posts__featured-image.alignleft {
		float: none;
		margin: 0 0 10px;
	}
}

@media screen and (max-width: 767px){	
	.elementor-column.cms-banner {
		display: inline-block;
		width: auto !important;
		margin: auto !important;
	}
	#blog_grid .item {
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}
	#blog_grid > div:nth-child(2n) {
		padding-inline-end: 30px;
	}
	#blog_grid > div:nth-child(2n+1) {
		padding-inline-start: 30px	;
	}
	#blog_grid .item {
		padding: 30px 30px 0 30px;
	}
	.blog-grid .loop-entry .entry-content-wrap, .blog-grid .item:nth-child(6) .loop-entry .entry-content-wrap, 
	.blog-grid .item:nth-child(7) .loop-entry .entry-content-wrap {
		padding: 15px 0 20px;
	}
	.cat-image {
		margin-inline-end: 20px;
	}
	.item.container.blog {
		margin: 0 0 20px;
	}
	.footer-category-blog {
		padding-right: 0;
	}
	.blog-grid .item:nth-child(6) .loop-entry .entry-content-wrap, .blog-grid .item:nth-child(7) .loop-entry .entry-content-wrap {		
		border-bottom: 1px solid #e5e5e5;
	}
	.blog-grid .item:nth-child(7) .loop-entry .entry-content-wrap {
		border-bottom: none; 
	}
	body .single-content .wp-block-image figure {
		margin: 0 auto 1rem !important;
	}
	body .post-archive .loop-entry.type-post h2.entry-title {
		font-size: 20px;
	}
	.single-content {
		margin: 1.3em 0 0;
	}
	.single-post .single-entry .entry-header {
		margin-bottom: 0.5em;
		padding-bottom: 1em;
	}
	body .gallery .gallery-item {
    	padding: 15px 0;
	}
}

@media screen and (max-width: 719px){
	body.woocommerce div.product .woocommerce-tabs, body.woocommerce div.product.entry .woocommerce-tabs ul.tabs::before {
		border: 0;
	}
	.woocommerce div.product.entry .woocommerce-tabs ul.tabs li {
		margin: 0 0 10px;
	}
}

@media screen and (max-width: 479px){
	body #mobile-drawer .drawer-inner {
		max-width: 300px;
		background: var(--global-palette9);
	}
	body .site-header-item {
		margin-right: 15px;
	}
	body .search-toggle-open-container .search-toggle-open, body .mobile-toggle-open-container .menu-toggle-open {
		padding: 0;
	}
	#primary .wp-block-group__inner-container .wp-block-latest-posts {
		/* padding: 15px; */
	}
	.wp-block-latest-posts__list li a {
		font-size: 16px;
		font-weight: 700;
	}
	.wp-block-latest-posts.wp-block-latest-posts__list li{
		padding:0;
	}
	.wp-block-latest-posts__post-date {
		font-size: 12px;
	}
	#primary .wp-block-group__inner-container .wp-block-latest-posts{
		/* padding:15px; */
	}
	#blog-posts-products .loop-entry .entry-content-wrap{
		padding:5px 0 0;
	}
	.wp-block-categories-list li, #primary .wc-block-product-categories-list li, .sidebar-inner-wrap > .widget.woocommerce li {
		padding: 12px 15px;
	}
	#blog_grid .item {	
		/* margin-block-end: 40px;
		padding-block-end: 20px; */
	}
	.wp-block-group.about-us-cms {
		/* padding: 15px; */
	}
	#primary .wp-block-group.has-background {
		/* padding:15px; */
	}
	body:not(.home) .primary-sidebar {
		width: 100%;
	}
	.wpcf7 .contact-cols{
		flex-direction: column;
	}
	.blog-grid .item:nth-child(1) .loop-entry.type-post h2.entry-title {
		font-size: 22px;
	}
	body .loop-entry.type-post h2.entry-title, body .post-archive .loop-entry.type-post h2.entry-title {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.blog .loop-entry.type-post .entry-meta {
		margin: 5px 0;
		font-size: 13px;
	}
	.mobile-html {
		line-height: 15px;
		margin: 0 18px 0 0;
	}
	body.single-post .wp-block-pullquote blockquote::before {
		top: 55px;
		left: 20px;
		font-size: 140px;
	}
	body .thebase-svg-iconset svg.thebase-search-svg {
		height: 1em;
		width: 1em;
	}
	.mobile-html {
	  	margin: 0 18px 0 0;
	}
}

@media screen and (max-width: 360px){
	body .elementor .elementor-element.blog-cat-cms {
		padding: 20px;
	}
	figure.wp-block-gallery, #primary .wp-block-group.about-us-cms {
		padding: 20px;
	}
	.home-sidebar .wp-block-group.newsletter-block {
		padding: 22px 20px 25px;
	}
	.primary-sidebar .widget ul li, .primary-sidebar .widget ol li {
		margin: 0 20px;
	}
	.primary-sidebar .widget .wp-block-latest-posts__list {
		padding: 20px 0 20px;
	}
	#blog_grid > div:nth-child(2n), #blog_grid > div:nth-child(2n+1) {
		padding-inline: 20px;
	}
	.blog-grid .item:nth-child(1) .loop-entry.type-post h2.entry-title {
		font-size: 20px;
	}
	article.single-entry h1.entry-title {
		font-size: 18px;
	}
	#comments #respond {
		padding: 1.5rem;
	}	
}



/*   ****RTL****   */

.rtl .search-toggle-open .search-toggle-label {
    padding: 0 0 0 5px;
}
.rtl .wp-block-latest-posts__featured-image.alignleft {
    margin-left: 1em;
    float: right;
    margin-right: 0;
}
.rtl .loop-entry .entry-content-wrap {
    text-align: right;
}
.rtl .loop-entry.type-post .entry-meta {
    justify-content: right;
}
.rtl .elementor .elementor-element.home-sidebar > .elementor-element-populated {
	padding: 0px 25px 0px 0px;
}
.rtl .elementor .elementor-element.blog_content > .elementor-element-populated {
	padding: 0px 0px 0px 25px;
}
.rtl .wp-container-2 .wp-block-latest-posts__featured-image.alignleft {
	margin-right: 0;
	float: right;
	margin-left: 2em;
}
.rtl .cat-image {
	float: right;
}
/* .rtl .elementor-container .footer-category-blog:last-child {
	padding: 0 40px 0px 0;
}
.rtl .elementor-container .footer-category-blog:first-child {
	padding: 0;
} */
.rtl .mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button {
    border-right: 1px solid rgba(0,0,0,0.1);
    border-left: 0;
}
.rtl .search-form .search-submit[type="submit"] {
    right: auto;
    left: 0;
}
.rtl .footer-category-blog {
    padding: 0 0 0 40px;
}
.rtl .blog-list .loop-entry.type-post h2.entry-title{
	text-align: right;
}
.rtl .blog-list .loop-entry.type-post .entry-meta {
	justify-content: right;
}
.rtl .site-footer .wp-block-group {
	text-align: right;
}
.rtl #primary .woocommerce .woocommerce-widget-layered-nav-list a::before {
    margin: 0 0 0 0.8em;
}
.rtl .thebase-product-toggle-container .thebase-toggle-shop-layout {
    margin: 0 0.5em 0 0;
}
.rtl .woocommerce-ordering select.orderby {
    padding: 2px 10px 2px 18px;
    background-position: left 0 top 50%;
}
.rtl .thebase-show-sidebar-btn .thebase-svg-iconset {
    padding-inline: 6px 0;
}
.rtl .elementor .elementor-element.portfolio-cms > .elementor-element-populated {
    padding: 0em 0em 0em 5em;
}
.rtl .approach-cms .elementor-element-populated .elementor-widget-container {
    text-align: right;
}

/*   ****RTL Responsive****   */

@media screen and (max-width: 1366px){
	.rtl .elementor .elementor-element.home-sidebar > .elementor-element-populated {
		padding: 0px 20px 0px 0px;
	}
	.rtl .elementor .elementor-element.blog_content > .elementor-element-populated {
		padding: 0px 0px 0px 20px;
	}
	.rtl .footer-category-blog {
		padding: 0 0 0 20px;
	}
}

@media screen and (max-width: 1024px){
	.rtl .elementor .elementor-element.home-sidebar > .elementor-element-populated {
		padding: 0px 15px 0px 0px;
	}
	.rtl .elementor .elementor-element.blog_content > .elementor-element-populated {
		padding: 0px 0px 0px 15px;
	}
	.rtl footer .wp-block-group .widget-title::before{
		right:auto;
		left:0;
	}
	.rtl .elementor .elementor-element.portfolio-cms > .elementor-element-populated {
		padding: 0em 0em 0em 2em;
	}
}

@media (max-width: 979px) and (min-width: 768px){
	.rtl .wp-block-latest-posts__featured-image.alignleft {
		float: none;
		margin: 0 0 10px;
	}
}

@media screen and (max-width: 767px){
	.rtl .elementor .elementor-element.blog_content > .elementor-element-populated {
		padding: 0;
	}
	.rtl .elementor .elementor-element.home-sidebar > .elementor-element-populated {
		padding: 50px 0px 0px 0px;
	}
	.rtl .elementor .elementor-element.portfolio-cms > .elementor-element-populated {
		padding: 0em 0em 2em 0em;
	}
}

@media screen and (max-width: 479px){
	.rtl .mobile-html {
		margin: 0 0 0 18px;
	}
	.rtl .site-header-item {
		margin-left: 15px;
	}
}