/*
 Theme Name:   Ninevea
 Theme URI:    https://demos.coderplace.com/wp/WP01/WP01022/
 Description:  A child theme of CoderPlace theme.
 Author:       CoderPlace
 Template:     basetheme
 Version:      1.0.0
 Requires at least: 5.2
 Tested up to: 6.0
 Requires PHP: 7.0
 Text Domain: ninevea
 License: GNU General Public License v3.0 (or later)
 License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

::placeholder {
	color: #a2a2a2 !important;
}
/* HEADER */
.header-navigation .header-menu-container ul ul li.menu-item, .header-menu-container ul.menu > li.thebase-menu-mega-enabled > ul > li.menu-item > a {
	border-bottom: 1px solid var(--global-gray-500) !important;
}
.item-is-fixed {
	box-shadow: 0px -20px 30px 6px #000;
	-moz-box-shadow: 0px -20px 30px 6px #000;
	-webkit-box-shadow: 0px -20px 30px 6px #666;
}
/* testimonial */
body .elementor-testimonial-wrapper .elementor-testimonial-content{margin-bottom: 40px;}
body .testimonial-carousel .elementor-testimonial-image {margin-bottom: 0;}
.owl-theme .owl-page {
    display: inline-block;
    margin: 23px 3px 0;
    vertical-align: top;
}
.owl-pagination .owl-page.active span{background-color: #f47f40;}
.owl-pagination .owl-page span {
	height: 9px;
	width: 9px;
	background-color: #dbdbdb;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
}
/* common css */
/* footer */
body .search-toggle-open .search-toggle-icon svg.thebase-svg-icon {height: auto;width: auto;}
.flexslider, .owl-carousel .owl-wrapper-outer, .home-product .owl-buttons, #sb-wrapper, .home-service, .feature, .elementor-widget-icon-box {direction: ltr;}
.site-info-inner .wp-block-group ul li {
	margin-bottom: 10px;
	display: block;
	list-style: none;
}
.video-cms .elementor-wrapper.elementor-open-lightbox {aspect-ratio: unset !important;}
.site-bottom-footer-wrap .footer-widget-area{align-items: center;}
.site-info-inner .wp-block-group ul {margin:0;padding:0;} 
.site-middle-footer-inner-wrap .widget-area h3{margin-bottom: 24px;}
.widget-area .widget_mc4wp_form_widget h2, .site-middle-footer-inner-wrap #contact-us {margin-bottom: 30px;}
body *{
    --global-gray-400: #e5e5e5;
    --global-gray-500: #aaaaaa;
	--global-xs-spacing: 1em;
    --global-sm-spacing: 1.875rem;
    --global-md-spacing: 2rem;
    --global-lg-spacing: 2.5em;
    --global-xl-spacing: 3.5em;
    --global-xxl-spacing: 4rem;
    --global-boxed-spacing: 2rem;
}
body input[type="text"], 
body input[type="email"],
body input[type="url"], 
body input[type="password"],
body input[type="search"], 
body input[type="number"], 
body input[type="tel"], 
body input[type="range"], 
body input[type="date"], 
body input[type="month"], 
body input[type="week"], 
body input[type="time"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="color"], 
body textarea {
	-webkit-appearance: none;
	color: var(--global-palette4);
	border: 1px solid var(--global-gray-400);
	border-radius: 0;
	padding: 0.70em;
	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-palette4);
	border-color:var(--global-gray-400);
	outline: 0;
	box-shadow: none;
}
/* sidebar */
.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;
}
.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: 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.active .drawer-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99;
}
.primary-sidebar.active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
@media screen and (max-width: 1024px){
	body .primary-sidebar {
		padding-block: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		width: 320px;
		right: auto;
		left: 0;
		top: 0;
		overflow: auto;
		bottom: 0;
		position: fixed;
		-webkit-box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .1);
		box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .1);
		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;
		z-index: 99999;
		padding-inline : 20px;
		padding-block: 0;
		background-color: #fff;
   }
	.thebase-show-sidebar-btn {display: flex;}
	.primary-sidebar .thebase-hide-sidebar-btn {display: flex;}
}
body .woocommerce.widget_price_filter .price_slider_amount .button {font-size: 12px;margin-block-start: 15px;}
#primary .woocommerce .woocommerce-widget-layered-nav-list a::before {
	border-radius: 0;
	width: 1.6em;
	height: 1.6em;
	margin-right: 0.8em;
}
.widget-area .sidebar-inner-wrap .widget ul li a {color: inherit;}
.primary-sidebar .widget .wp-block-group .widget-title {margin-top: 0;}
body .widget .wp-block-group ul li, body .widget .wp-block-group ol li, body .widget .wp-block-group ul, body .widget .wp-block-group ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
body .widget .wp-block-group ul li, body .widget .wp-block-group ol li {padding: 5px 0;}
/* body .wp-block-search .wp-block-search__button {
	border: none;
	color: var(--global-palette9);
	background: var(--global-palette1);
	font-size: 12px;
    padding:13px 25px;
} */
#primary-sidebar .search-field, footer .search-field, .page-content .search-field, .wp-block-search .wp-block-search__input {
	float: left;
	width: 83%;
	padding: 10px 45px 10px 15px;
	line-height: 22px;
}
.wp-block-search__inside-wrapper {position: relative;}
.header-search .woocommerce-product-search input[type="submit"], .header-search button[type="submit"], .widget.widget_product_search button[type="submit"], .wp-block-search .wp-block-search__button {
	mask-image: url("assets/images/search.svg");
	-webkit-mask-image: url("assets/images/search.svg");
	mask-position: center;
	-webkit-mask-position: center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 18px;
	-webkit-mask-size: 18px;
	border: 0;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	color: var(--global-palette9);
	float: left;
	font-size: 0;
	height: 44px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	width: 45px;
	background: var(--global-palette1) !important;
}
body .widget .wp-block-group ul li a, body .widget .wp-block-group ol li a {color: inherit;}
body .widget .wp-block-group ul li, body .widget .wp-block-group ol li,
body .widget .wp-block-group ul, body .widget .wp-block-group ol {
	margin:0;
	padding:0;
	list-style: none;
}
body .widget .wp-block-group ul li, body .widget .wp-block-group ol li{padding:5px 0;}
.has-sidebar .primary-sidebar.widget-area .widget:last-child,
.primary-sidebar.widget-area .widget_block, .primary-sidebar.widget-area .widget {
	border-block-end: 1px solid #e5e5e5;
	padding-block-end: 2em;
}
body .rss-date, body .widget_rss cite {color: inherit;font-size: inherit;}
body .wc-block-product-categories{margin-bottom:0;}
.primary-sidebar.widget-area .widget {margin-bottom: 1.6em;}
.has-sidebar .primary-sidebar.widget-area .widget:last-child{border:0;}
.wp-block-search .wp-block-search__label {display: none;}
body .wp-block-latest-posts__post-author, body .wp-block-latest-posts__post-date {font-size: 16px;color: inherit;}
.has-sidebar .primary-sidebar.widget-area .widget:last-child, .primary-sidebar.widget-area .widget_block, .primary-sidebar.widget-area .woocommerce {
	border-block-end: 1px solid #e5e5e5;
	padding-block-end: 2em;
}
.has-sidebar .primary-sidebar.widget-area .widget:last-child {border: 0;}
body .pagination .page-numbers {border-radius: 0;}
.woocommerce.widget_price_filter .price_label {
	width: 100%;
	display: inline-block;
	text-align: left;
	padding-block: 10px 0;
}
/* product common css */
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 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;
}
.woocommerce div.product form.cart .group_table tr {display: flex;width: 100%;align-items: center;}
body.woocommerce div.product form.cart .group_table td {flex: 1;}
body.woocommerce div.product form.cart .group_table td:first-child { width: auto;text-align: center;max-width: 128px;}
body .quantity.spinners-added{border-radius:0;}
.thebase-woo-results-count p {font-size: 16px;}
.woocommerce-ordering select.orderby {
	border: 1px solid var(--global-gray-400);
	font-size: 16px;
	font-weight: 400;
	color: var(--global-palette4);
}
.woocommerce ul.products li.product .button.added.add_to_cart_button {font-size: 0;display: none;}
#primary .product-details .product-action-wrap .button, #primary .product-details .product-action-wrap a.added_to_cart {font-weight: 400;letter-spacing: 3px;}
#primary .product-details .product-action-wrap .button:hover, #primary .product-details .product-action-wrap a.added_to_cart:hover {
	color: var(--global-palette1);
}
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: -.3rem;
	opacity: 1;
}
body.woocommerce span.onsale {
	padding: .3em .5em;
	font-weight: 400;
	border-radius: 0;
	background: none;
}
body.woocommerce nav.woocommerce-pagination ul li .page-numbers {border-radius: 0;}
body.woocommerce ul.products.products-list-view li.product {align-items: flex-start;}
body.woocommerce ul.products.products-list-view li.product .woocommerce-loop-product__title { font-size: 16px;}
.woocommerce div.product .product_meta {
	margin: 1.2em 0;
	padding: 1.2em 0;
	border-top: 1px solid var(--global-gray-400);
}
.woocommerce div.product .entry-summary .product_meta > span {
	font-size: 16px;
	font-weight: 400;
	padding: 5px 0;
	display: block;
	color: var(--global-palette4);
}
.woocommerce div.product .entry-summary form.cart .variations label {
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	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-gray-400);
	border-radius: 0;
	font-size: inherit;
	margin: 6px 0;
	padding: 8px;
}
.woocommerce div.product.entry .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product.entry .woocommerce-tabs ul.tabs li a:hover {
	color: var(--global-palette9);
	text-shadow: inherit;
	background-color: var(--global-palette1);
	opacity: 1;
}
.woocommerce div.product.entry .woocommerce-tabs ul.tabs li {border-bottom: 0;border-radius: 0;margin:0;}
.woocommerce div.product.entry .woocommerce-tabs ul.tabs {padding: 0;}
body.woocommerce div.product.entry .woocommerce-tabs ul.tabs li a {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 13px 30px;
	color: var(--global-palette1);
	letter-spacing: 3px;
	line-height: 24px;
}
body.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li{	border: 1px solid var(--global-gray-400);border-bottom:none;}
body.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li.active{border:none;}
#primary .related.products > h2 {text-align: center;margin-bottom: 50px;}
#primary .thebase-breadcrumbs {font-size: 16px;}
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: 400;
	font-size: 16px;
	border: 0;
}
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: 50px;
}
body .woocommerce.widget_price_filter .price_slider_amount {font-weight: 400;font-size: 16px;}
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: auto;
	padding:16.6px 27px;
	line-height:1.4em;
}
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: 16px 27px;
}
body.woocommerce ul.products.products-list-view li.product:hover .entry-content-wrap, body.woocommerce ul.products.products-list-view li.product:focus-within .entry-content-wrap{
	transform:none;
}
body.woocommerce ul.products li.product .price ins, body.woocommerce div.product span.price ins, body.woocommerce div.product p.price ins{font-weight: 400;}
body .quantity.spinners-added input.minus, body .quantity.spinners-added input.plus{line-height:48px;}
/* blog commom */
.single-post .entry-related-inner-content {padding: 6em 0 8em;}
.single-post .tns-outer .tns-nav {bottom: -70px;}
.single-post .entry-author, .comment-navigation, .post-navigation, .single-post .comments-area {padding-inline: 4rem;}
body .entry-author-style-center {border-bottom: 0;padding: 0;margin:0;}
.entry-author .entry-author-profile {
	border-bottom: 1px solid var(--global-gray-400);
	padding-block-end: var(--global-lg-spacing);
}
body .entry-author-style-center .entry-author-avatar::before, body .entry-author-style-center .entry-author-avatar::after  { background: var(--global-gray-400);}
.comment .comment-body {
	margin: 0 0 25px;
	border: 1px solid var(--global-gray-400);
	padding: 20px;
}
body .reply {top: 15px;right: 15px;}
body .entry-tags a.tag-link {border-radius: 0;}
.loop-entry .entry-header .entry-title{text-align:center;}
#comments #respond {background-color: #f7f7f7;padding: 3rem;}
body .bypostauthor .avatar{border:1px solid var(--global-gray-400)}
body .entry-taxonomies a{font-weight: 400;}
body .pagination .page-numbers {border-radius: 0;}
.comment .comment-respond {margin: 0 0 40px;}
#cancel-comment-reply-link {color:var(--global-palette5);}
body.woocommerce nav.woocommerce-pagination {margin: 0;}
body.blog .pagination{margin:20px 0 0}
.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-gray-400);
}
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);}
body .woocommerce table.shop_table tr:last-child td {border: none;}
.cart-summary h2, .cart_totals h2 {font-size: 40px;}
.entry-content table tbody tr td span, .entry-content table tbody tr th span, body .woocommerce ul#shipping_method .amount {font-weight: 400;}
.site .woocommerce table.shop_table td, .site .woocommerce table.shop_table th {padding-block: 20px;}
body .woocommerce table.shop_table input {font-size: 16px;}
/* checkout common */
body .woocommerce .woocommerce-info, body .woocommerce .cart-empty.woocommerce-info {
	color: var(--global-palette5);
}
body #payment #place_order {padding: 15px 27px;}
body.woocommerce-cart .cart-collaterals .cart_totals tr td{border-top:0;}
body.quantity.spinners-added{border-radius:0;}
.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-palette-btn-bg);
	color: var(--global-palette9);
}
body .woocommerce form.login, body .woocommerce form.checkout_coupon, body .woocommerce form.register{border:1px solid var(--global-gray-400);border-radius: 0;}
body .woocommerce form .form-row label {
	line-height: 2.4;
	font-weight: inherit;
	color: var(--global-palette5);
	font-size:inherit;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {display: inline-block;vertical-align: text-top;}
body .woocommerce form .form-row .button{padding:13px 27px;}
.woocommerce-privacy-policy-text {margin-bottom: 20px;}
#thebase-breadcrumbs span {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1.3px;
	font-family: Work Sans;
}
.single-product.woocommerce div.product .button.single_add_to_cart_button {
	height: 50px;
	margin-inline-start: 15px;
}
body.single-product.footer-on-bottom #inner-wrap {border-top: 1px solid  var(--global-gray-400)}
.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, nav.pagination a:hover, nav.pagination a:focus {
	background-color: var(--global-palette1);
	color: var(--global-palette9);
}
.woocommerce-checkout .woocommerce form.checkout_coupon, .woocommerce-checkout .woocommerce form.login{width:50%;}
.woocommerce-checkout .woocommerce form.woocommerce-form.woocommerce-form-login.login .form-row-first, .woocommerce-checkout .woocommerce form.woocommerce-form.woocommerce-form-login.login .form-row-last {
	float: none;
}
body .woocommerce form.checkout_coupon {border: 2px dashed var(--global-gray-400);}
body.woocommerce-page .checkout_coupon .form-row-last {	float: none;}
body .select2-container--default .select2-selection--single .select2-selection__rendered, body .select2-container--default .select2-selection--single .select2-selection__arrow{line-height:50px;}
body .select2-container--default .select2-selection--single, body .select2-container--default .select2-selection--single .select2-selection__arrow{height:50px;border-radius: 0;}
/* end common css */
/* newsletter */
.mc4wp-form-fields input{margin-top:35px;}
.mc4wp-form-fields input[type="submit"] {
	margin-top: 15px;
	padding: 13px 38px;
	display: inline-block;
	vertical-align: bottom;
}
.mc4wp-form-fields body input[type="email"]{text-align:center;}

.mc4wp-form-fields input[type="email"] {width: 315px;}
/* owl carousel  */
.owl-theme .owl-buttons div.owl-next::after, .owl-theme .owl-buttons div.owl-prev::after {
	content: "";
	position: absolute;
	top: auto;
	background-size: 15px;
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.owl-theme .owl-buttons div.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;
	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;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}
.owl-theme:hover .owl-buttons div {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.owl-theme .owl-buttons div.owl-next {right: -40px;left: auto;}
.owl-theme .owl-buttons div.owl-prev {left: -40px;right: auto;}
header .site-container {
	padding-inline: 50px;
}
.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;
}
.container-inner {padding: 0 15px;text-align: center;}
#blog-posts-products {margin: 0 -15px;}
/* brand css */
.brand .swiper-slide-image {
	max-width: 100%;
	position: relative;
	margin: 0 auto;
	cursor: pointer;
	transition: all .1s ease 0s;
	-webkit-transition: all .1s ease 0s;
	-moz-transition: all .1s ease 0s;
	-ms-transition: all .1s ease 0s;
	-o-transition: all .1s ease 0s;
	filter: grayscale(20%) brightness(0%) contrast(0%);
	-webkit-filter: grayscale(20%) brightness(0%) contrast(0%);
	-moz-filter: grayscale(20%) brightness(0%) contrast(0%);
	-ms-filter: grayscale(20%) brightness(0%) contrast(0%);
	-o-filter: grayscale(20%) brightness(0%) contrast(0%);
	opacity: 0.6;
}
.brand .swiper-slide-image:hover {opacity: 1;filter: none;}
/* cms banner */
.cms-banner span, .about-us span.elementor-heading-title, .team span, .blog span.elementor-heading-title{
	font-size: 12px;
	font-family: Work sans;
	font-weight: 500;
	color: #f47f40;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.single-content .cms-banner h4 {margin: 0;}
.loop-entry.type-post .entry-meta {justify-content: center;}
.blog .loop-entry .entry-content-wrap {
	text-align: center;
	padding-block-end: 0;
}
/* blog */
.sticky-inner{
	position: absolute;
	top:10px;
	left: 10px;
	z-index: 9;
	background-color: var(--global-palette2);
	color: var(--global-palette9);
	padding:5px 15px;
}
.blog .entry.loop-entry{position: relative;}
.blog .posted-on {margin-inline-start: 6px;}
/* contact form */
.wpcf7-form > div {margin-block: 20px;}
.wpcf7-form .contact-col {
	display: flex;column-gap: 30px;}
.wpcf7-form label {
	padding-block: 5px 15px;
	display: block;
	text-transform: capitalize;
}
.wpcf7-form-control-wrap {width: auto;flex: auto;}
.wpcf7 .wpcf7-form-control-wrap input {width: 100%;}
.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea{height:160px;}
.wpcf7 .wpcf7-submit, .wpcf7 input {display: block;width: 100%;}
.single-content .contact h3{margin:0;}
.single-content .wpcf7-form.invalid p, .single-content .wpcf7-form.sent p {margin-bottom: 0;}
body .wpcf7 form .wpcf7-response-output {margin-top: 0;}
/* blog page */
.single-post h2.entry-related-title{text-align: center;}
.single-post .wp-block-pullquote blockquote::before {
	top: 83px;
	left: 20px;
	color: var(--global-palette2);
}
.single-post .wp-block-pullquote blockquote {
	padding: 2em 5em;
	background-color: var(--global-palette7);
}
.single-post .wp-block-pullquote blockquote p, body .wp-block-pullquote blockquote cite{font-size:16px;font-weight: 400; color:var(--global-palette1);}
/* hover css */
.gallery-item img, .gallery-slider img , .cms-banner img, .elementor-image-box-img img, .loop-entry .post-thumbnail-inner img{
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.gallery-item .gallery-icon:hover img, .gallery-slider .swiper-slide-inner:hover img, .cms-banner:hover img, .elementor-image-box-img:hover img, .loop-entry .post-thumbnail-inner:hover img{
	transform: scale(1.05);
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
.gallery-item .gallery-icon, .gallery-slider .swiper-slide-inner, .cms-banner .elementor-widget-container, .elementor-image-box-img, .post-thumbnail-inner{
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}
/* responsive */
@media screen and (max-width: 1500px) {
.owl-theme .owl-buttons div.owl-prev {
	left: -30px;
	right: auto;
}
.owl-theme .owl-buttons div.owl-next {
	right: -30px;
	left: auto;
}
}
@media (max-width: 1366px) and (min-width: 1025px) {
	body .elementor-testimonial-wrapper .elementor-testimonial-content {
		margin-bottom: 15px;
	}
}

/* footer css  */

@media screen and (max-width: 1200px) {
	.mc4wp-form-fields input[type="email"] {width: 100%;}
}
@media screen and (max-width: 1024px){
	footer .wp-block-group .widget-title::before, .widget_mc4wp_form_widget .widget-title::before {
		content: "\f107";
		position: absolute;
		right: 0;
		font-family: FontAwesome;
		font-size: 20px;
		top: 12px;
		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, #mc4wp_form_widget-2 .toggled-on .widget-title::before {content: "\f106";}
	footer .wp-block-group .toggled-on .wp-block-group, 
	 footer .wp-block-group .toggled-on > ul, 
	 .footer-widget-area .toggled-on .mc4wp-form {
		display: block;
	}
	footer .wp-block-group p {
		margin-block: 5px;
	}
	footer .wp-block-group .toggled-off .wp-block-group, footer .wp-block-group .toggled-off > ul, .footer-widget-area .toggled-off #mc4wp-form-1{display: none;}
	.site-top-footer-inner-wrap .widget-area h3, .widget-area .widget_mc4wp_form_widget h2, .site-middle-footer-inner-wrap #contact-us, .site-middle-footer-inner-wrap .widget-area h3 {
		margin-block: 5px;
	}
	.thebase-hide-sidebar-btn .thebase-svg-iconset, .footer-widget-area-inner .widget-title {cursor: pointer;} 
	.site-footer .widget_block.widget_media_image {
		justify-content: center;
		display: flex;
	}
	.single-post .entry-author, .comment-navigation, .post-navigation, .single-post .comments-area {padding-inline: 2.5rem;}
	.mc4wp-form-fields input[type="email"] {
		width: auto;
		margin-inline-end: 20px;
	}
}
@media screen and (max-width: 600px) {
	.admin-bar .thebase-sticky-header.item-is-fixed.item-is-stuck {top: 0 !important;}
}


.single.woocommerce table.shop_attributes {
	border: none;
	border-spacing: 10px;
}
body.woocommerce table.shop_attributes th {
	width: 160px;
	font-weight: 400;
	padding: 12px;
	border: none;
	margin: 0;
	line-height: 1.6;
	font-size: 16px;
	background-color: var(--global-palette7);
}
body.woocommerce table.shop_attributes td {
	padding: 12px;
	border: none;
	font-style: unset;
	background-color: var(--global-palette7);
}
body.woocommerce table.shop_attributes tr:nth-child(2n) td, body.woocommerce table.shop_attributes tr:nth-child(2n) th {
	background-color: var(--global-palette7);
}

@media only screen and (max-width: 719px) {
	.single-product.woocommerce div.product .woocommerce-tabs {
		border: 0;
	}
	.single-product.woocommerce div.product .woocommerce-tabs .panel {
		border: 1px solid var(--global-gray-400);
		padding-block: 20px;
		padding-inline: 10px;
	}
	.single-product.woocommerce div.product.entry .woocommerce-tabs ul.tabs {
		margin: 0;
	}
	body.woocommerce div.product .woocommerce-tabs ul.tabs li {
		margin-block: 5px;
		margin-inline: 0px !important;
	}
}

@media screen and (max-width: 767px) {
	.owl-theme .owl-buttons div.owl-prev {
		left: -20px;
		right: auto;
	}
	.owl-theme .owl-buttons div.owl-next {
		right: -20px;
		left: auto;
	}
	.single-post .entry-author, .comment-navigation, .post-navigation, .single-post .comments-area {padding-inline: 1.5rem;}
	body.woocommerce div.product.entry .woocommerce-tabs ul.tabs li a{padding:12px 25px;}
}
@media screen and (max-width: 479px) {
	header .site-container {
	padding-inline: 10px;
}
#comments #respond {
	padding: 1.5rem;
}
}
.pageloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(assets/images/loader.gif) center no-repeat #142802;
}