/*
 Theme Name:   Poulfarm
 Theme URI:    https://demos.coderplace.com/wp/WP03/WP03058/
 Description:  A child theme of CoderPlace theme.
 Author:       CoderPlace
 Template:     basetheme
 Version:      1.0.0
 Requires at least: 6.0
 Tested up to: 6.0
 Requires PHP: 7.0
 Text Domain: poulfarm
 License: GNU General Public License v3.0 (or later)
 License URI: #
*/

::placeholder {
	color: #a2a2a2 !important;
}
/* HEADER */
.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: #d4a65e;}
.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;
}
/*******home page******/
.elementor-testimonial-image img {margin: 0 auto;}
body .site .post-thumbnail {padding-bottom: 82.67%;}
.single-post .site .post-thumbnail.thebase-thumbnail-ratio-3-4 {padding-bottom: 82.67%;}
.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;
}
.cms-service:hover .elementor-icon-box-icon {
	transform: translateY(-8px);
}
.corn-food.elementor-widget-icon-box .elementor-icon-box-description {margin-top: -15px;}
.capture-text .elementor-image-box-wrapper .elementor-image-box-title {margin: 0;}
.owl-pagination {text-align: center;}
.team .elementor-image-box-content .elementor-image-box-description {margin-top: -15px;}
.woocommerce ul.products.owl-carousel li.product {margin: 0 15px;}
.shop .owl-controls.clickable {
	top: 10em;
	position: relative;
}
/* 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 #e5e5e5;
	padding: 0 10px;
	height: 44px;
	line-height: 30px;
	display: none;
	cursor: pointer;
	top: 30%;
	left: -2px;
	z-index: 9999;
	background: #fff;
	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: 16px;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:0px 0;margin: 0.5em 0em;}
.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 ul.products li.product .star-rating ~ .price,body.woocommerce ul.products li.product .star-rating ~ .price {
	padding-right: 0;
}
body .woocommerce ul.products li.product .star-rating,body.woocommerce ul.products li.product .star-rating {
	font-size: 1.3em;
	float: none;
}
body.woocommerce ul.products li.product .star-rating{margin-top: -3px;}
body.woocommerce ul.products.products-list-view li.product .product-excerpt {margin-top: -8px;}
.single-product.woocommerce .star-rating span::before {
	content: "\e901\e901\e901\e901\e901";
	color: var(--global-palette2);
}
body.woocommerce ul.products.products-list-view li.product .star-rating ~ .price {margin-top: 0.7em;}
body.woocommerce .woocommerce-message {line-height: 34px;}
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: 500;letter-spacing: 0.2px;}
#primary .product-details .product-action-wrap .button:hover, #primary .product-details .product-action-wrap a.added_to_cart:hover {
	color: var(--global-palette9);
}
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: -.8rem;
	opacity: 1;
}
body.woocommerce span.onsale {
	padding: .3em .5em;
	font-weight: 400;
	border-radius: 0;
	color: var(--global-palette9);
}
.archive .price {
	margin-top: -2px;
}
body .pagination .current, body .pagination .current, body.woocommerce nav.woocommerce-pagination ul li span.current, body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: var(--global-palette2);
	border-color: var(--global-palette2);
	color: var(--global-palette9);
}
body .pagination a:hover, body.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover {
	background: var(--global-palette2);
	border-color: var(--global-palette2);
	color: var(--global-palette9);
}
.woocommerce-Price-amount bdi {font-weight: 500;}
body .woocommerce ul.products li.product .price del,body.woocommerce ul.products li.product .price del {opacity: 1;}
body.woocommerce nav.woocommerce-pagination ul li .page-numbers {border-radius: 0;color: var(--global-palette8);background: var(--global-palette1);}
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: 30px;}
.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-palette2);
	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: 16px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 13px 30px;
	color: var(--global-palette9);
	letter-spacing: 0.2px;
	line-height: 24px;
	background: var(--global-palette1);
}
body.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li{	border: 1px solid var(--global-gray-400);border-bottom:none;margin: 0 10px 0 0;}
body.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li.active{border:none;margin: 0 10px 0 0;}
#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: 15px 27px;
  	line-height: 20px;
}
.cart-summary {
	display: none;
}
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: 13px 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:left;}
#comments #respond {background-color: #f7f7f7;padding: 3rem;background-color: var(--global-palette7);}
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: 30px;}
.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;}
.woocommerce-cart tbody, .woocommerce-cart tr {
	border: 1px solid #e5e5e5;
}
#add_payment_method .cart-collaterals, .woocommerce-cart .cart-collaterals, .woocommerce-checkout .cart-collaterals {
	background: var(--global-palette7);
	padding: 30px;
}
/* checkout common */
body .woocommerce.widget_shopping_cart .total strong{
	color: var(--global-palette1);
	font-weight: 500;
}
body .woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
	font-weight: 500;
	color: var(--global-palette1);
	font-size: 16px;
	text-transform: capitalize;
}
body .woocommerce ul.cart_list li .quantity, .woocommerce ul.product_list_widget li .quantity {	
	font-size: 14px;
	color: var(--global-palette1);
}
body #cart-drawer h2.side-cart-header {
	font-size: 22px;
	color: #ffff;
	letter-spacing: 0.4px;
}
body #cart-drawer.popup-drawer .drawer-header {
	background: var(--global-palette1);
	color: var(--global-palette9);
}
body .woocommerce.widget_shopping_cart .buttons a:not(.checkout) {
	background: var(--global-palette1);
	color: var(--global-palette8);
}
body .woocommerce.widget_shopping_cart .buttons a:not(.checkout):hover {
	background: var(--global-palette2);
	color: var(--global-palette9);
}
.woocommerce-checkout .woocommerce-billing-fields h3,.woocommerce-checkout #order_review_heading, .woocommerce-checkout #ship-to-different-address, .woocommerce-account h2 {
	font-size: 30px;
}
.woocommerce-checkout .woocommerce form .form-row textarea {
	height: 3.34em;
	line-height: 1.5;
}
.woocommerce-checkout tr {
	border: 1px solid #e5e5e5;
}
body form.checkout .col2-set {
	background: var(--global-palette7);
	padding: 30px;
}
body .woocommerce .woocommerce-info, body .woocommerce .cart-empty.woocommerce-info {
	color: var(--global-palette5);
}
body #payment #place_order {padding: 13px 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: none;border-radius: 0;background: var(--global-palette7);}
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: 400;
	letter-spacing: 1.3px;
	font-family: Poppins ;
}
.single-product.woocommerce div.product .button.single_add_to_cart_button {
	height: 50px;
	margin-inline-start: 15px;
	padding: 0 29px;
}
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-palette2);
	color: var(--global-palette9);
	border-color: var(--global-palette2) !important;
}
.blog .page-numbers {
	background-color: var(--global-palette1);
	color: var(--global-palette9) !important;
}
.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 {
	background: var(--global-palette9);
	line-height: 50px;
	padding-left: 20px;
}
body .select2-container--default .select2-selection--single {
	border: 1px solid #e5e5e5;
	height: 52px;
}
/* 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;
	background: var(--global-palette2);
  	color: var(--global-palette9);
}
.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;
	opacity: 1;
}
.brand .swiper-slide-image:hover {opacity: 1;filter: invert(60%) sepia(36%) saturate(421%) hue-rotate(9deg) brightness(95%) contrast(100%);}
/* cms banner */
.cms-banner span, .about-us span.elementor-heading-title, .team span, .blog span.elementor-heading-title{
	font-size: 12px;
	font-family: Poppins ;
	font-weight: 500;
	color: #d4a65e;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.single-content .cms-banner h4 {margin: 0;}
.loop-entry.type-post .entry-meta {justify-content: left;}
.blog .loop-entry .entry-content-wrap {
	text-align: left;
	padding: 20px 0px 0px 0px;
}
/* blog */
body .search-form .thebase-search-icon-wrap {
	top: 0px;
}
body .loop-entry .entry-header .entry-meta{
	margin: 0.2em 0;
}
.sticky-inner{
	position: absolute;
	top:10px;
	left: 10px;
	z-index: 9;
	background-color: var(--global-palette1);
	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;margin-top: 5px;}
.wpcf7 .wpcf7-submit, .wpcf7 input {display: block;width: 100%;margin-top: 5px;}
.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 */
.entry-related .loop-entry .entry-content-wrap {
	padding: 20px 0px 0px 0px;
}
body .entry.loop-entry {
	background: transparent;
	position: relative;
}
.single-post .entry-related-carousel h3.entry-title {
	font-size: 35px;
}
.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 .comment-reply-link {
	color: var(--global-palette4);
	border: 1px solid var(--global-palette4);
	text-transform: uppercase;
	font-family: Poppins;
	letter-spacing: 0.2px;
	font-size: 14px;
}
.single-post .comment-reply-link:hover {
	background-color: var(--global-palette2);
	border-color: var(--global-palette2);
	color: var(--global-palette8);
}
.single-post .wp-block-pullquote blockquote p, body .wp-block-pullquote blockquote cite{font-size:16px;font-weight: 400; color:var(--global-palette1);}
/****single product******/
body.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs {text-align: left;}
/* 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) {
	body .main-navigation .primary-menu-container > ul > li.menu-item > a {padding-left: calc(3.2em / 2);padding-right: calc(3.2em / 2);}
.owl-theme .owl-buttons div.owl-prev {
	left: -30px;
	right: auto;
}
.owl-theme .owl-buttons div.owl-next {
	right: -30px;
	left: auto;
}
}
@media screen and (max-width: 1366px){
	body .site-main-header-wrap .site-header-row-container-inner > .site-container {padding: 0px 30px 0px 30px;}
	body .main-navigation .primary-menu-container > ul > li.menu-item > a {padding-left: calc(2em / 2);padding-right: calc(2em / 2);}
}
@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) {
	body .site-main-header-wrap .site-header-row-container-inner > .site-container {padding: 0px 20px 0px 20px;}
	body .main-navigation .primary-menu-container > ul > li.menu-item > a {padding-left: calc(1.8em / 2);padding-right: calc(1.8em / 2);}
	body #main-header .header-button {
		font-weight: 500;
		font-size: 13px;
		margin: 0px 0px 0px 8px;
	}
	.mc4wp-form-fields input[type="email"] {width: 100%;}
}
@media screen and (max-width: 1100px){
	body .site-main-header-wrap .site-header-row-container-inner > .site-container {padding: 0px 15px 0px 15px;}
	body .main-navigation .primary-menu-container > ul > li.menu-item > a {padding-left: calc(1.3em / 2);padding-right: calc(1.3em / 2);}
	body #main-header .header-button {margin: 0px 0px 0px 0px;}
}
@media screen and (max-width: 1024px){
	.owner .elementor-element {margin: 0 auto;}
	.capture-life .elementor-column.elementor-col-33.elementor-inner-column.elementor-element.cat-cms-img {justify-content: center;}
	.capture-life .elementor-widget-wrap.elementor-element-populated {
		display: inline-block;
		vertical-align: top;
		width: auto;
	}
	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) {
	.innovation.elementor-element {margin: 0 auto;}
	.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) {
	.capture-text.elementor-position-top.elementor-vertical-align-top.elementor-widget.elementor-widget-image-box {
		top: 78%;
	}
	.capture-text .elementor-image-box-description {
		display: none;
	}
	body .site-branding a.brand img.svg-logo-image {width: 130px;}
	header .site-container {
	padding-inline: 10px;
}
#comments #respond {
	padding: 1.5rem;
}
}
@media screen and (max-width: 360px){
	.capture-text.elementor-position-top.elementor-vertical-align-top.elementor-widget.elementor-widget-image-box {
		top: 71%;
	}
}

/***************woocommerce product css****************/
body .woocommerce ul.products li.product .entry-content-wrap,body.woocommerce ul.products li.product .entry-content-wrap {padding: 0.2rem 1rem 1.5rem;}
body .woocommerce ul.products li.product .woocommerce-loop-product__title {margin-bottom: -10px;}
.product-action-wrap .thebase-svg-iconset.svg-baseline {display: none;}
body.woocommerce ul.products.products-list-view li.product .entry-content-wrap {text-align: left;}
/****/
.entry-summary .yith-wcwl-add-to-wishlist {
	-webkit-margin-end: 15px;
	margin-inline-end: 15px;
	-webkit-padding-end: 15px;
	padding-inline-end: 15px;
	-webkit-border-end: 1px solid var(--global-palette3);
	border-inline-end: 1px solid var(--global-palette3);
}
.woocommerce.single-product .entry-summary .compare.button {
	color: var(--global-palette3);
	background: transparent;
	border: 0;
	box-shadow: none;
	text-transform: capitalize;
	text-decoration: underline;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 0;
	font-family: Poppins;
}
.woocommerce.single-product .entry-summary .compare.button:hover {
	color: var(--global-palette2);
}
.woocommerce ul.products li.product .archive-image-wrap {
	position: relative;
}
.woocommerce ul.products li.product .archive-image-wrap .product-action-wrap {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: 0;
	z-index: 1;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	transition: opacity .3s cubic-bezier(.17,.67,.35,.95);
}
.woocommerce ul.products li.product .archive-image-wrap:hover .product-action-wrap {
	opacity: 1;
}
.woocommerce ul.products li.product .star-rating ~ .price {
	padding: .5em 0;
}
.woocommerce ul.products.woo-archive-btn-button li.product .price{
    margin: 0;
    clear: both;
}
.woocommerce .products .star-rating{
    float: left;
}
.woocommerce .star-rating {
	float: right;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 5em;
	font-family: star;
	color: var(--global-palette1);
	letter-spacing: normal;
	word-break: normal;
	white-space: normal;
}
.woocommerce ul.products li.product .entry-content-wrap {
	padding: 0;
	margin: 0;
	padding-block-start: 15px;
}
.woocommerce ul.products li.product .star-rating {
	line-height: 1;
	font-size: 1em;
	font-family: star;
	color: var(--global-palette2);
	letter-spacing: normal;
	word-break: normal;
	white-space: normal;
}
.woocommerce ul.products.owl-carousel li.product {
	margin: 0 15px;
}
.woocommerce ul.products li.product .archive-image-wrap .archive-extra-button-wrap {
	position: absolute;
	top: 10px;
	left: auto;
	right: 25px;
	z-index: 9;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	margin: auto;
	bottom: auto;
	display: flex;
	flex-direction: column;
	transition: .3s;
	transform: translateX(10px) translateZ(0);
}
.woocommerce.compare-button a, .woocommerce ul .button.yith-wcqv-button, .woocommerce ul .yith-wcwl-add-to-wishlist a {
	border: 0 !important;
	background: none !important;
	color: var(--global-palette3);
	position: relative;
	font-size: 0 !important;
	letter-spacing: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
.woocommerce ul.products li.product .archive-image-wrap:hover .archive-extra-button-wrap {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
ul .yith-wcwl-add-to-wishlist {
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
}
body .woocommerce ul .product-action-wrap .button.yith-wcqv-button{
	display: none;
}
body.woocommerce ul .product-action-wrap .button.yith-wcqv-button {
	display: none;
}
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 {
	-webkit-transform: translateY(-2rem);
	transform: none;
}
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 {
	-webkit-transform: translateY(-2rem);
	transform: none;
}
.woocommerce-page ul.products li.product {
	margin-block-end: 20px;
}
body.woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap {
	width: auto;
	position: relative;
	bottom: -2rem;
	left: 0;
	margin-top: 0;
	right: 0;
	opacity: 0;
	transition: none;
}
.woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap a {
	background-color: var(--global-palette1);
	padding: 12px 30px 12px 30px;
	font-weight: 500;
	letter-spacing: inherit;
	color: var(--global-palette9);
	font-size: inherit;
	text-transform: uppercase;
	white-space: nowrap;
}
.woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap a:hover {
	color: var(--global-palette9);
	background-color: var(--global-palette2);
}
body .woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap {
	width: auto;
	position: relative;
	bottom: -2rem;
	left: 0;
	margin-top: 0;
	padding: 0 1rem;
	right: 0;
	opacity: 0;
	transition: none;
}
.product-details.content-bg.entry-content-wrap {
	text-align: center;
}
.woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button.yith-wcqv-button, body .compare-button, body .yith-wcwl-add-to-wishlist {
	display: inline-block;
	vertical-align: top;
	line-height: 18px;
	margin: 0;
}
body.woocommerce ul .yith-wcwl-add-to-wishlist a{position: initial;}
.woocommerce.compare-button a, .woocommerce ul .button.yith-wcqv-button, .woocommerce ul .yith-wcwl-add-to-wishlist a {
	border: 0 !important;
	background: none !important;
	color: var(--global-palette3);
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
body .yith-wcwl-add-to-wishlist i {
	-webkit-margin-end: 0 !important;
	margin-inline-end: 0 !important;
	font-size: 0;
}
.woocommerce .compare-button a::before, .woocommerce ul .button.yith-wcqv-button::before, .woocommerce ul .yith-wcwl-add-to-wishlist .add_to_wishlist::before, .woocommerce ul .yith-wcwl-wishlistaddedbrowse a::before, .woocommerce ul .yith-wcwl-wishlistexistsbrowse a::before {
	mask-position: center;
	-webkit-mask-position: center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	content: "";
	position: relative;
	display: inline-block;
	height: 38px;
	width: 38px;
	vertical-align: top;
	background: var(--global-palette1);
	-webkit-margin-after: 10px;
	margin-block-end: 10px;
}
.woocommerce .compare-button a:hover::before, .woocommerce ul .button.yith-wcqv-button:hover::before, .woocommerce ul .yith-wcwl-add-to-wishlist .add_to_wishlist:hover::before, .woocommerce ul .yith-wcwl-wishlistaddedbrowse a:hover::before, .woocommerce ul .yith-wcwl-wishlistexistsbrowse a:hover::before {
	background: var(--global-palette2);
}
.woocommerce .products ul, .woocommerce ul.products {
	grid-column-gap: 2.5rem;
	-moz-column-gap: 2.5rem;
	column-gap: 1.875rem;
	grid-row-gap: 1.2rem;
	row-gap: 1.2rem;
	margin: 0 0 1em;
	padding: 0;
	list-style: none outside;
	clear: both;
}
.woo-products {
	margin: 0 -20px;
}
.woocommerce ul .yith-wcwl-add-to-wishlist .add_to_wishlist::before, .woocommerce ul .yith-wcwl-wishlistaddedbrowse a::before, .woocommerce ul .yith-wcwl-wishlistexistsbrowse a::before {
	mask-image: url(./assets/images/wishlist.svg);
	-webkit-mask-image: url(./assets/images/wishlist.svg);
	mask-size: 18px;
	-webkit-mask-size: 18px;
}
.woocommerce .compare-button a::before {
	mask-image: url(./assets/images/compare.svg);
	-webkit-mask-image: url(./assets/images/compare.svg);
	mask-size: 15px;
	-webkit-mask-size: 15px;
}
.woocommerce ul .button.yith-wcqv-button::before, .woocommerce ul.products li.product .yith-wcqv-button::before {
	mask-image: url(./assets/images/quickview.svg);
	-webkit-mask-image: url(./assets/images/quickview.svg);
	mask-size: 16px;
	-webkit-mask-size: 16px;
}
.woocommerce .compare-button a::after, .woocommerce ul .button.yith-wcqv-button::after, .woocommerce ul .yith-wcwl-add-to-wishlist .add_to_wishlist::after, .woocommerce ul .yith-wcwl-wishlistaddedbrowse a::after, .woocommerce ul .yith-wcwl-wishlistexistsbrowse a::after {
	background: transparent;
	display: inline-block;
	content: "";
	position: absolute;
	width: 38px;
	height: 38px;
	z-index: -9;
	right: 0;
	left: auto;
	top: auto;
	bottom: auto;
	border-radius: 50px;
}
.woocommerce span.onsale{
	border-radius: 50px;
	background-color: var(--global-palette5);
	color: var(--global-palette2);
	padding: 1.6em 0.9em;
	font-weight: 500;
} 
body .woocommerce ul.products li.product .onsale, body.woocommerce ul.products li.product .onsale{
	top: 15px;
	right: auto;
	left: 15px;
	color: #fff;
	font-weight: 400;
  	border-radius: 0;
}
body.woocommerce ul.products.products-list-view li.product {
	display: grid;
	grid-template-columns: auto 2fr;
}
body.woocommerce ul.products.woo-archive-btn-button.products-list-view .button {
	width: fit-content;
}
/*******home page******/
