/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


::-webkit-scrollbar {
	width: 4px;
	height: 3px;
}

::-webkit-scrollbar-thumb {
	background: #104f6e;
}

::-webkit-scrollbar-track {
	background: #ffffff;
}

.siteheader div#headlogo img {
	width: auto;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.siteheader.elementor-sticky--effects {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
}

.siteheader.elementor-sticky--effects div#headlogo img {
	height: 50px !important;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: auto;
}

.siteheader.elementor-sticky--effects {
	background: white !important;
}
.goldbg span.elementor-icon {
    background: #f8f3e8;
    border-radius: 50%;
    padding: 5%;
}
.categorycallto a.elementor-cta {
	text-decoration: none;
}

.gradient-text {
	/* Gradient colors: #A2BB68 -> rgb(0,108,163) */
	background: linear-gradient(90deg, #A2BB68 0%, rgb(0, 108, 163) 100%);

	/* Show gradient inside the text */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

	/* Standard property (for browsers that support it) */
	background-clip: text;
	color: transparent;

}

.reverse-gradient-text {
	/* Gradient colors: #A2BB68 -> rgb(0,108,163) */
	background: linear-gradient(90deg, #1454f3 30%, #A2BB68 76%);

	/* Show gradient inside the text */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

	/* Standard property (for browsers that support it) */
	background-clip: text;
	color: transparent;

}

/* Common icon styling (optional) */
.iconbg span.elementor-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 5px;
	color: #fff;
}

#OURTEAM .iconbg span.elementor-icon,
#OURADVANTAGES .iconbg span.elementor-icon,
#OURADVANTAGES2 .iconbg span.elementor-icon {
	border-radius: 50%;
	color: #fff;
	width: 70px;
	height: 70px;
}

#B2BADVANTAGES .iconbg span.elementor-icon {
	border-radius: 10px;
	color: #fff;
	width: 60px;
	height: 60px;
}

#OURFOUNDATION .elementor-column:nth-child(1) .iconbg span.elementor-icon,
#OURTEAM .elementor-column:nth-child(1) .iconbg span.elementor-icon,
#B2BADVANTAGES .elementor-column:nth-child(1) .iconbg span.elementor-icon,
#OURADVANTAGES .elementor-column:nth-child(1) .iconbg span.elementor-icon {
	background: linear-gradient(90deg, #A2BB68 0%, #668535 100%);
}

#OURFOUNDATION .elementor-column:nth-child(2) .iconbg span.elementor-icon,
#OURTEAM .elementor-column:nth-child(2) .iconbg span.elementor-icon,
#B2BADVANTAGES .elementor-column:nth-child(2) .iconbg span.elementor-icon,
#OURADVANTAGES .elementor-column:nth-child(2) .iconbg span.elementor-icon {
	background: linear-gradient(90deg, #b1010c 0%, #FF0000 100%);
}

#OURFOUNDATION .elementor-column:nth-child(3) .iconbg span.elementor-icon,
#OURTEAM .elementor-column:nth-child(3) .iconbg span.elementor-icon,
#B2BADVANTAGES .elementor-column:nth-child(3) .iconbg span.elementor-icon,
#OURADVANTAGES .elementor-column:nth-child(3) .iconbg span.elementor-icon {
	background: linear-gradient(90deg, #668535 0%, #A2BB68 100%);
}

#OURTEAM .elementor-column:nth-child(4) .iconbg span.elementor-icon,
#B2BADVANTAGES .elementor-column:nth-child(4) .iconbg span.elementor-icon,
#OURADVANTAGES2 .elementor-column:nth-child(1) .iconbg span.elementor-icon,
#OURADVANTAGES .elementor-column:nth-child(4) .iconbg span.elementor-icon {
	background: linear-gradient(90deg, #FF0000 0%, #b1010c 100%);
}

#OURADVANTAGES2 .elementor-column:nth-child(2) .iconbg span.elementor-icon {
	background: linear-gradient(90deg, #A2BB68 0%, #668535 100%);
}

#OURADVANTAGES2 .elementor-column:nth-child(3) .iconbg span.elementor-icon {
	background: linear-gradient(90deg, #b1010c 0%, #FF0000 100%);
}

#OURCOMMITMENT .iconbg span.elementor-icon {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	background: #ffffff33;
	border: 1px solid #d1d1d140;
}


/* ================= SECTION ================= */
#REGISTRATIONPROCESS {
	position: relative;
	padding-top: 40px;
}

/* ================= ROW LINE ================= */
#REGISTRATIONPROCESS::before {
	content: "";
	position: absolute;
	top: 95px;
	left: 0%;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #1e5bff, #d00008);
	z-index: 1;
}

/* ================= PROCESS ITEM ================= */
#REGISTRATIONPROCESS .process {
	text-align: center;
	position: relative;
	z-index: 2;
}

/* ================= NUMBER CENTER FIX ================= */
#REGISTRATIONPROCESS .process h3 {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

/* ================= NUMBER CIRCLE ================= */
#REGISTRATIONPROCESS .process h3 span {
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	border-radius: 50%;
	border: 4px solid #fff;
	background: #1e5bff;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* ================= COLORS ================= */
#REGISTRATIONPROCESS .elementor-column:nth-child(1) .process h3 span {
	background: linear-gradient(135deg, #FF0000, #b1010c);
}

#REGISTRATIONPROCESS .elementor-column:nth-child(2) .process h3 span {
	background: linear-gradient(135deg, #d33b2f, #b1010c);
}

#REGISTRATIONPROCESS .elementor-column:nth-child(3) .process h3 span {
	background: linear-gradient(135deg, #b8742f, #8a7f3a);
}

#REGISTRATIONPROCESS .elementor-column:nth-child(4) .process h3 span {
	background: linear-gradient(135deg, #668535, #7f9a4a);
}

#REGISTRATIONPROCESS .elementor-column:nth-child(5) .process h3 span {
	background: linear-gradient(135deg, #7f9a4a, #A2BB68);
}


/* ================= TEXT ================= */
#REGISTRATIONPROCESS .elementor-icon-box-description {
	font-size: 15px;
	line-height: 1.6;
}

div#shopcats ul.products {}

div#shopcats li.product-category a {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: center;
	border-radius: 10px !important;
	overflow: hidden;
	background: white;
	box-shadow: 0px 0px 10px 0px rgb(207 204 204 / 43%);
}

div#shopcats li.product-category a img {
	position: unset;
	width: 30% !important;
	margin: 0;
	height: 100%;
}

div#shopcats li.product-category h2 {
	position: unset;
	width: 100%;
	height: unset !important;
	padding: 5%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: white;
}


div#homescats li.product-category a {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	border-radius: 10px !important;
	overflow: hidden;
	background: white;
	box-shadow: 0px 0px 10px 0px rgb(207 204 204 / 43%);
	align-items: center;
	padding: 10%;
}

div#homescats li.product-category a img {
	position: unset;
	width: 50% !important;
	margin: 0;
	height: 100%;
}

div#homescats li.product-category h2 {
	position: unset;
	width: 100%;
	height: unset !important;
	padding: 5%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: white;
}


@media (max-width:280px) {}

@media (max-width:767px) {
	.siteheader.elementor-sticky--effects div#headlogo img {
		height: 50px !important;
	}

	.iconbg span.elementor-icon {
		width: 50px;
		height: 50px;
	}

	#OURCOMMITMENT .iconbg span.elementor-icon {
		width: 60px;
		height: 60px;
	}

	#OURTEAM .iconbg span.elementor-icon,
	#OURADVANTAGES .iconbg span.elementor-icon,
	#OURADVANTAGES2 .iconbg span.elementor-icon {
		width: 55px;
		height: 55px;
	}

	#B2BADVANTAGES .iconbg span.elementor-icon {
		width: 45px;
		height: 45px;
	}

	div#shopcats ul.products {
		gap: 5px;
	}

	div#shopcats li.product-category a {
		border-radius: 5px !important;
	}

	div#shopcats li.product-category a img {
		width: 30% !important;
	}

	div#shopcats li.product-category h2 {
		padding: 5%;
		text-align: left !important;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width:1024px) and (min-width:768px) {
	.siteheader.elementor-sticky--effects div#headlogo img {
		height: 50px !important;
	}

	.iconbg span.elementor-icon {
		width: 50px;
		height: 50px;
	}

	#OURCOMMITMENT .iconbg span.elementor-icon {
		width: 60px;
		height: 60px;
	}

	#OURTEAM .iconbg span.elementor-icon,
	#OURADVANTAGES .iconbg span.elementor-icon,
	#OURADVANTAGES2 .iconbg span.elementor-icon {
		width: 55px;
		height: 55px;
	}

	#B2BADVANTAGES .iconbg span.elementor-icon {
		width: 45px;
		height: 45px;
	}

	div#shopcats ul.products {}

	div#shopcats li.product-category a {
		border-radius: 10px !important;
	}

	div#shopcats li.product-category a img {
		width: 30% !important;
	}

	div#shopcats li.product-category h2 {
		padding: 5%;
	}
}

@media (max-width:1280px) and (min-width:1024px) {
	.siteheader.elementor-sticky--effects div#headlogo img {
		height: 50px !important;
	}

	.iconbg span.elementor-icon {
		width: 55px;
		height: 55px;
	}

	#OURCOMMITMENT .iconbg span.elementor-icon {
		width: 70px;
		height: 70px;
	}

	#OURTEAM .iconbg span.elementor-icon,
	#OURADVANTAGES .iconbg span.elementor-icon,
	#OURADVANTAGES2 .iconbg span.elementor-icon {
		width: 60px;
		height: 60px;
	}

	#B2BADVANTAGES .iconbg span.elementor-icon {
		width: 50px;
		height: 50px;
	}

	div#shopcats ul.products {}

	div#shopcats li.product-category a {
		border-radius: 10px !important;
	}

	div#shopcats li.product-category a img {
		width: 30% !important;
	}

	div#shopcats li.product-category h2 {
		padding: 5%;
	}
}

@media (min-width:1280px) and (max-width:1400px) {
	.siteheader.elementor-sticky--effects div#headlogo img {
		height: 50px !important;
	}

	.iconbg span.elementor-icon {
		width: 60px;
		height: 60px;
	}

	#OURCOMMITMENT .iconbg span.elementor-icon {
		width: 80px;
		height: 80px;
	}

	#OURTEAM .iconbg span.elementor-icon,
	#OURADVANTAGES .iconbg span.elementor-icon,
	#OURADVANTAGES2 .iconbg span.elementor-icon {
		width: 70px;
		height: 70px;
	}

	#B2BADVANTAGES .iconbg span.elementor-icon {
		width: 60px;
		height: 60px;
	}

	div#shopcats ul.products {}

	div#shopcats li.product-category a {
		border-radius: 10px !important;
	}

	div#shopcats li.product-category a img {
		width: 30% !important;
	}

	div#shopcats li.product-category h2 {
		padding: 5%;
	}
}


.carttabs.inlineactive h3.elementor-image-box-title {
	background: #668535;
}

.carttabs p.elementor-image-box-description {
	text-align: left;
	padding-left: 10px;
}

.carttabs .elementor-image-box-content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.carttabs h3.elementor-image-box-title {
	background: #A2BB68;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	border-radius: 50%;
}

section#mtsection {
	padding: 30px !important;
}

td.woocommerce-orders-table__cell-order-actions a.woocommerce-button {
	background-color: #A2BB68;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	border-radius: 60px 60px 60px 60px;
	padding: 8px 16px 8px 16px;
	color: white;
}

td.woocommerce-orders-table__cell-order-actions a.woocommerce-button:hover {
	background-color: white;
	color: #A2BB68;
}

.woocommerce-message {
	margin: 0;
	background: #2c1a0f00;
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: #8f5a36;
}

.woocommerce-message,
.woocommerce-info {
	border-top-color: #8f5a36;
}

.wcmp-myaccount-template-inner {
	background: #2c1a0f00;
}

#my-account-menu~.woocommerce-MyAccount-content,
#my-account-menu~.woocommerce-MyAccount-content a {
	background: #2c1a0f00;
	color: #24205e;
}

#my-account-menu~.woocommerce-MyAccount-content a {
	font-weight: 700;
}

.woocommerce-MyAccount-content input {
	border-color: #00000033 !important;
	border-radius: 8px !important;
	background: #a0a0a01a !important;
	padding: 16px !important;
}

ul.myaccount-menu a {
	font-weight: 500 !important;
	font-size: 15.88px;
	line-height: 24px;
	vertical-align: middle;
	color: #000000;
}

#my-account-menu.position-left .myaccount-menu li.active a,
#my-account-menu .myaccount-menu li>a:hover {
	background: #A2BB68 !important;
	color: white;
}

header.woocommerce-Address-title.title {
	background: #f7f7f7 !important;
	border-radius: 4px !important;
	padding: 20px !important;
}

.custom-cart-layout .woocommerce-cart .cart-collaterals .cart_totals {
	border: none;
	width: 100%;
	text-align: left !important;
	padding: 0;
}

.custom-cart-layout .lb-color {
	color: #141718;
	padding: 10px 0px !important;
	height: 40px !important;
	font-weight: 600 !important;
	font-size: 16px;
	line-height: 40px;
	text-transform: uppercase;
}

.custom-cart-layout span.lb-color.lb-border {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0;
	line-height: 40px !important;
	color: #141718;
	height: 62px !important;
	border-bottom: 2px solid #2c1a0f1a;
	font-weight: 600 !important;
	font-size: 16px;
	line-height: 40px !important;
}

.custom-cart-layout p {
	margin: 0;
}

.custom-cart-layout {
	display: flex;
	gap: 40px;
	align-items: flex-start;
	flex-direction: row;
	position: relative;
}

.custom-cart-layout span.lb-color.lb-border {
	margin-bottom: 24px;
}

.custom-cart-layout .cart-left {
	width: 66.66%;
}

.custom-cart-layout .cart-right {
	width: 33.33%;
}

.custom-cart-layout .cart-left form table,
.custom-cart-layout .cart-left form table thead,
.custom-cart-layout .cart-left form table tr {
	border: none !important;
	background: none !important;
	text-align: left;
}

.custom-cart-layout .cart-left form table th {
	border: none !important;
	background: none !important;
	text-align: left;
	padding-right: 15px;
}

.custom-cart-layout .cart-left form table td {
	padding-left: 0px !important;
	padding-right: 15px !important;
	border-color: #2c1a0f1a !important;
	border-left: 0px;
	border-bottom: 0px;
	border-radius: 0px;
	border-width: 2px;
}

.custom-cart-layout .cart_totals a {
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #A2BB68;
}

.custom-cart-layout .wc_coupons_enabled .coupon {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	width: 100%;
	float: left;
	gap: 20px;
	align-items: flex-start;
}

.custom-cart-layout input#coupon_code {
	border-radius: 8px;
	margin-bottom: 15px;
}

.custom-cart-layout .cart-left a {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

.custom-cart-layout .cart-left a,
.custom-cart-layout .cart-left span,
.custom-cart-layout .cart-left td {
	font-weight: 500 !important;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

.custom-cart-layout .cart_totals {
	width: 100% !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.custom-cart-layout .cart_totals td {
	padding-right: 0px !important;
	text-align: right;
	font-weight: 500;
	font-size: 16px;
	color: #141718;
}

.custom-cart-layout .cart_totals th {
	padding-left: 0px !important;
}

.custom-cart-layout .cart_totals th,
.custom-cart-layout .cart_totals td {
	border-color: #2c1a0f1a !important;
	border-bottom: 0px;
	border-width: 2px !important;
}

.custom-cart-layout .cart_totals th {
	font-weight: 500 !important;
	font-size: 16px;
	line-height: 24px !important;
	color: #000000;
}

.custom-cart-layout .cart-collaterals .cart_totals table {
	border: none !important;
}

.custom-cart-layout ul#shipping_method label,
.custom-cart-layout .cart_totals p {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

.custom-cart-layout .cart_totals td span {
	font-weight: 500 !important;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

.custom-cart-layout .wc-proceed-to-checkout a,
.custom-cart-layout button[name="update_cart"] {
	color: #ffffff !important;
	border-radius: 30px !important;
	padding: 6px 26px !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	line-height: 26px !important;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	background-color: #A2BB68 !important;
}

.custom-cart-layout .wc-proceed-to-checkout a:hover,
.custom-cart-layout button[name="update_cart"]:hover {
	background-color: #A2BB68 !important;
	color: white !important;
}

.custom-cart-layout input#coupon_code {
	color: #000000;
	border-radius: 8px !important;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	vertical-align: middle;
	padding: 10px !important;
	height: 42px !important;
	width: 100%;
}

.custom-cart-layout button[name="apply_coupon"] {
	border: 1px solid #A2BB68 !important;
	width: 100%;
	border-radius: 30px !important;
	background-color: rgba(0, 0, 0, 0) !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	line-height: 20px !important;
	text-align: center;
	color: #A2BB68 !important;
	padding: 10px !important;
	height: 42px !important;
	text-transform: uppercase;
}

.custom-cart-layout .custom-cart-coupon span.lb-color.lb-border {
	font-weight: 700;
	font-size: 16px;
	line-height: 40px;
	color: #141718;
}

.custom-cart-layout button[name="apply_coupon"]:hover {
	background-color: #A2BB68 !important;
	color: white !important;
}

.custom-cart-layout .mtflex {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
}

.custom-cart-layout .custom-cart-layout .thumbnail_c,
.custom-cart-layout .thumbnail_c img,
.custom-cart-layout .thumbnail_c a {
	width: 120px !important;
	float: left;
}

.custom-cart-layout .thumbnail_c img {
	background: #6685354f;
	border-radius: 10px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 100%;
	overflow: hidden;
	height: 100px !important;
	object-fit: contain;
}

.custom-cart-layout .thumbnail_c {
	margin-right: 20px;
	margin-left: -10px;
}

.custom-cart-layout .remove_c a svg,
.custom-cart-layout .remove_c a {
	background: #A2BB68;
	color: white !important;
	border: none !important;
	opacity: 1 !important;
}

.custom-cart-layout .remove_c a:before {
	content: unset !important;
}

/* .custom-cart-layout .quantity.buttons_added {
  background: #3bb77e30;
  border-radius: 8px;
  border: none !important;
  overflow: hidden;
}
.custom-cart-layout .quantity.buttons_added input {
  border: none !important;
  background: unset !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px !important;
  letter-spacing: 0px;
  text-align: center !important;
  color: #000000 !important;
  margin: 0 !important;
}
.custom-cart-layout .quantity.buttons_added a {
  color: #000000 !important;
  width: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none;
} */

.intheline .elementor-icon-box-content {
	display: flex;
	align-items: center;
	gap: 8px;
}

.intheline h3.elementor-icon-box-title {
	padding: 0px;
	width: 40px;
	height: 40px;
	background: #2e180a;
	color: white !important;
	border-radius: 50%;
	display: flex;
	line-height: 0px !important;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.inlineinactive.intheline h3.elementor-icon-box-title {
	background: #8f5a36;
}

div#mobileflex .elementor-widget-wrap.elementor-element-populated {
	display: flex !important;
	flex-direction: row;
	flex-wrap: nowrap;
}

.intheline .elementor-icon-box-content p a {
	color: #24205e;
	text-decoration: none;
}

.intheline .elementor-icon-box-content h3 a {
	color: white;
	text-decoration: none;
	height: 21px !important;
	display: flex;
	align-items: center;
	line-height: 0px !important;
	float: left;
}

.intheline h3.elementor-icon-box-title span {
	display: flex;
	height: 100%;
	align-items: center;
}

form.checkout.woocommerce-checkout input,
form.checkout.woocommerce-checkout select,
form.checkout.woocommerce-checkout input,
form.checkout.woocommerce-checkout select,
form.checkout.woocommerce-checkout textarea {
	border-color: #00000033 !important;
	border-radius: 8px !important;
	background: #a0a0a01a !important;
	padding: 8px 16px !important;
}

form.checkout.woocommerce-checkout .woocommerce-invalid-required-field input,
form.checkout.woocommerce-checkout .woocommerce-invalid-required-field select,
form.checkout.woocommerce-checkout .woocommerce-invalid-required-field textarea {
	border-color: #d65d67 !important;
}

.checkout-right div#order_review {
	width: 100% !important;
	padding: 0 !important;
	border: none !important;
}

div#order_review table th {
	line-height: 40px !important;
	color: #141718;
	padding: 14px 0px !important;
	height: 60px !important;
	border-bottom: 2px solid #2c1a0f1a;
	font-weight: 500;
	font-size: 16px;
}

div#order_review table td,
div#order_review table tr.woocommerce-shipping-totals.shipping th {
	font-weight: 500 !important;
	font-size: 16px;
	line-height: 21px;
	color: black;
	padding: 14px 0px !important;
	border-bottom: 2px solid #2c1a0f1a;
}

div#order_review table span {
	font-weight: 500 !important;
	font-size: 16px;
	line-height: 21px;
	color: black;
}

li.wc_payment_method label {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}

.woocommerce-page.woocommerce-checkout #payment div.payment_box:before,
.woocommerce.woocommerce-checkout #payment div.payment_box:before {
	display: none;
}

.payment_box {
	font-weight: 500;
	font-size: 14px !important;
	line-height: 21px !important;
	background: unset !important;
	padding: 0 !important;
	color: #14171880 !important;
}

button#place_order {
	border: 1px solid #A2BB68 !important;
	width: 100%;
	border-radius: 30px !important;
	background-color: rgba(0, 0, 0, 0) !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	line-height: 20px !important;
	text-align: center;
	color: #A2BB68 !important;
	padding: 10px !important;
	height: 42px !important;
	text-transform: uppercase;
}

button#place_order:hover {
	background-color: #A2BB68 !important;
	color: white !important;
}

span.woocommerce-terms-and-conditions-checkbox-text,
span.woocommerce-terms-and-conditions-checkbox-text a {
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	text-decoration-style: solid;
	text-decoration-thickness: 0%;
	color: #141718;
}

.woocommerce-privacy-policy-text {
	color: #14171880;
	float: left;
	margin-top: 30px;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
}

.woocommerce-privacy-policy-text a {
	color: #A2BB68;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
}

.cart-right.checkout-right .lb-color {
	margin: 0px !important;
}

.form-row-first,
.form-row-last {
	width: 48.5% !important;
}

.custom-checkout-layout .form-row {
	margin-bottom: 20px !important;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
	display: block !important;
}

.custom-checkout-layout p.form-row {
	padding: 0px !important;
}

.custom-cart-layout.tgcoupon {
	padding-bottom: 20px !important;
	margin-bottom: 0px;
}

.custom-cart-layout.tgcoupon .checkout-left {
	border-bottom: 2px solid #2c1a0f1a;
	padding-bottom: 20px;
}

span.lb-color.your-order-heading.lb-border {
	padding-top: 2px !important;
	line-height: 12px !important;
	height: 30px !important;
	font-size: 18px;
}

.woocommerce-form-coupon-toggle,
.woocommerce-form-coupon-toggle a {
	color: #141718;
	font-weight: 600 !important;
	font-size: 18px !important;
	line-height: 40px !important;
	text-transform: uppercase;
}

.woocommerce-form-coupon-toggle a {
	color: #A2BB68 !important;
	text-decoration: underline !important;
}

form#woocommerce-checkout-form-coupon input {
	margin: 0px !important;
}

form#woocommerce-checkout-form-coupon {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

table.shop_table.woocommerce-checkout-review-order-table a {
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	color: #8f5a36;
}

.cart-right.checkout-right {
	margin-top: -00px;
}

form.checkout.woocommerce-checkout {
	float: left;
	width: 100%;
}

form.woocommerce-shipping-calculator {
	text-align: left;
}

section#shipping-calculator-form {
	width: 100%;
	float: right;
}

a.shipping-calculator-button {
	text-align: right;
	float: right;
}

form.woocommerce-shipping-calculator span.select2-selection.select2-selection--single,
.address-field span.select2-selection.select2-selection--single {
	border-color: #2c1a0f1a !important;
	border-radius: 8px !important;
	background: #2c1a0f1a !important;
	padding: 9px 16px !important;
	color: #000000;
	font-weight: 400 !important;
	line-height: 16px !important;
	font-size: 16px !important;
	margin-bottom: 0px !important;
	border-color: #00000033 !important;
	border-radius: 8px !important;
	background: #a0a0a01a !important;
}

.woocommerce-additional-fields h3 {
	display: none;
}

.custom-cart-layout .cart-left a:hover {
	color: #A2BB68;
}

h5.woocommerce-order-ct_title {
	line-height: 40px !important;
	text-align: left;
	color: #141718;
	padding: 10px 0px !important;
	border-bottom: 2px solid #2c1a0f1a;
	float: left;
	width: 100%;
	margin-bottom: 0px;
	padding-bottom: 15px !important;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
}

table.custum_woocommerce-table--order-details {
	border: none;
	text-align: left;
}

table.custum_woocommerce-table--order-details td,
table.custum_woocommerce-table--order-details th {
	padding: 10px 0;
}

table.custum_woocommerce-table--order-details tr th:nth-child(2),
table.custum_woocommerce-table--order-details tr td:nth-child(2) {
	text-align: right;
}

table.custum_woocommerce-table--order-details th {
	font-weight: 700;
	font-size: 14px;
	line-height: 38px;
	border-left: 0px !important;
	border-right: 0px !important;
	color: #141718;
	text-transform: uppercase;
	border-bottom: 2px solid #2c1a0f1a;
}

table.custum_woocommerce-table--order-details td,
table.custum_woocommerce-table--order-details td a,
table.custum_woocommerce-table--order-details td span {
	font-weight: 700 !important;
	font-size: 14px !important;
	line-height: 18px !important;
	border-left: 0px !important;
	border-right: 0px !important;
}

table.custum_woocommerce-table--order-details td {
	border-bottom: 2px solid #2c1a0f1a;
	padding: 18px 0;
}

section.woo-customer-details address {
	background: unset !important;
	float: left;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	margin-top: 10px !important;
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	font-style: normal;
}

section.woo-customer-details h5.woocommerce-order-ct_title {
	padding: 0 !important;
	border: none !important;
}

section.woo-customer-details,
section.woocommerce-order-details {
	margin-top: 0px !important;
	margin: 0 !important;
	margin-bottom: 30px !important;
}

.cart-left.thanku-left p {
	font-weight: 600;
	font-size: 16px;
	line-height: 35px;
	color: #141718;
	border-bottom: 2px solid #2c1a0f1a !important;
	padding-bottom: 20px;
	margin-bottom: 0;
}

.Custum_order_details_outer {
	border: 1px solid #00000033;
	background: #a0a0a01a;
	border-radius: 8px;
	padding: 16px !important;
}

ul.Custum_order_details {
	font-weight: 600;
	font-size: 14px;
	line-height: 30px;
	color: #141718;
}

span.msg-woocommerce-thankyou-order-received {
	color: #354a1e;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	text-transform: uppercase;
}

.wpc-filters-range-wrapper input {
	min-width: 80px;
}

#myaddtocart table.variations tbody tr,
#myaddtocart table.variations tbody {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 !important;
	flex-direction: row;
	flex-wrap: wrap;
}

#myaddtocart table.variations tbody tr th {
	margin: 0 !important;
}

#myaddtocart table.variations tbody tr th label {
	font-weight: 600 !important;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	margin: 0 !important;
	color: #6c7275;
}

#myaddtocart table.variations tbody tr td select {
	background-color: #2c1a0f1a;
	border-radius: 8px;
	padding: 5px 25px 5px 10px !important;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: center;
	color: #8f5a36;
	border: none !important;
}


.woocommerce-breadcrumb a {
	font-size: 14px;
}

@media (max-width: 767px) {

	.carttabs .elementor-image-box-content {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 5px;
	}

	.carttabs p.elementor-image-box-description {
		text-align: center;
		padding-left: 0;
	}

	.carttabs h3.elementor-image-box-title {
		width: 25px;
		height: 25px;
	}

	ul.tabs.wc-tabs {
		display: flex;
		align-items: flex-start;
	}

	div#mobile3 figure.gallery-item {
		width: 33.33%;
	}

	.uael-mc-dropdown {
		left: -150px !important;
		top: 40px;
	}

	.new-arrivals-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	div#productprimary ul.products {
		grid-template-columns: repeat(2, 1fr);
	}

	div#leftos,
	div#rightos {
		width: 100%;
	}


	form.woocommerce-ordering {
		margin: 0 !important;
		height: 0 !important;
		opacity: 0;
	}

	.custom-cart-layout {
		display: flex;
		gap: 10px;
		align-items: flex-start;
		padding-bottom: 0px;
		margin-bottom: 0px;
		flex-direction: column;
	}

	.custom-cart-layout .cart-left,
	.custom-cart-layout .cart-right {
		width: 100%;
	}

	.custom-cart-layout .cart-left form table {
		padding-right: 0px !important;
		padding: 0px !important;
		margin: 0px !important;
	}

	.custom-cart-layout .cart-left form table tbody tr {
		padding: 0px !important;
		margin-bottom: 30px !important;
		border-bottom: 3px solid #2c1a0f1a !important;
	}

	.custom-cart-layout .cart-left form table td {
		padding-right: 0px !important;
		padding: 5px 0px !important;
	}

	.custom-cart-layout .cart_totals table td {
		padding: 5px 0px !important;
	}

	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		font-weight: 700 !important;
		font-size: 14px;
		line-height: 20px;
		color: #000000;
	}

	.custom-cart-layout .wc_coupons_enabled {
		position: unset;
		width: 100%;
	}

	.custom-cart-layout .cart-left a,
	.custom-cart-layout .cart-left span,
	.custom-cart-layout .cart-left td,
	.custom-cart-layout .cart_totals td,
	.custom-cart-layout .cart_totals td span {
		font-size: 14px;
		line-height: 20px;
	}

	.custom-cart-layout .cart-left form table td:first-child {
		border-top: 0px;
	}

	.woocommerce-form-coupon-toggle,
	.woocommerce-form-coupon-toggle a {
		font-weight: 400 !important;
		font-size: 18px !important;
		line-height: 40px !important;
		line-height: 24px !important;
		color: #141718;
	}

	.form-row-first,
	.form-row-last {
		width: 100% !important;
	}

	.custom-checkout-layout .form-row {
		margin-bottom: 10px !important;
	}

	.woocommerce-privacy-policy-text,
	button#place_order {
		margin-top: 10px;
	}

	.intheline .elementor-icon-box-content {
		display: flex;
		align-items: center;
		gap: 0px;
	}

	.intheline h3.elementor-icon-box-title {
		width: 30px;
		height: 23px;
	}

	.cart-right.checkout-right {
		margin-top: 0px;
	}

	.custom-cart-layout.tgcoupon {
		padding-bottom: 20px !important;
		margin-bottom: 0px;
		float: left;
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.custom-cart-layout .wc-proceed-to-checkout a,
	.custom-cart-layout button[name="update_cart"] {
		margin-left: 0px !important;
	}

	.custom-cart-layout .thumbnail_c {
		margin-right: 5px;
	}

	.mobilereverse {
		display: flex;
		flex-direction: column-reverse;
		margin-top: -20px;
	}

	.mobilereverse .cart-collaterals {
		margin-top: 30px;
	}

	.mobilereverse tr.woocommerce-shipping-totals.shipping {
		float: left;
		width: 100%;
		border-bottom: 2px solid #2c1a0f1a;
		margin-bottom: 10px;
		padding-bottom: 5px;
	}

	form.woocommerce-shipping-calculator {
		text-align: left;
		float: right;
		width: 100%;
	}

	.custom-cart-layout.custom-thanku-layout {
		display: flex;
		flex-direction: column-reverse;
	}

	.cart-right.thanku-right {
		margin-bottom: 50px;
	}

	section.woo-customer-details,
	section.woocommerce-order-details {
		margin-bottom: 10px !important;
	}

	.intheline .elementor-icon-box-content p a {
		font-size: 14px;
	}


	.wpc-term-item-content-wrapper label a {
		font-size: 14px;
		line-height: 24px;
	}

}


@media (max-width: 1024px) and (min-width: 768px) {

	div#leftos {
		width: 33.33%;
	}

	div#rightos {
		width: 66.67%;
	}

	.custom-cart-layout {
		display: flex;
		gap: 20px;
		align-items: flex-start;
		padding-bottom: 0px;
		margin-bottom: 0px;
		flex-direction: row;
	}

	.custom-cart-layout .cart-left {
		width: 66.66%;
	}

	.custom-cart-layout .cart-right {
		width: 33.33%;
	}

	.custom-cart-layout .cart-left form table {
		padding-right: 0px !important;
		padding: 0px !important;
		margin: 0px !important;
	}

	.custom-cart-layout .cart-left form table tbody tr {
		/* padding-right: 0px !important; */
		padding: 0px !important;
		margin-bottom: 30px !important;
		border-bottom: 3px solid #2c1a0f1a !important;
	}

	.custom-cart-layout .cart-left form table td {
		padding-right: 0px !important;
		padding: 5px 0px !important;
	}

	.custom-cart-layout .cart_totals table td {
		padding: 5px !important;
	}

	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		font-familyy: "OPEN SANS CONDENSED", Sans-serif;
		font-weight: 700 !important;
		font-size: 14px;
		line-height: 20px;
		color: #000000;
	}

	.custom-cart-layout .wc_coupons_enabled {
		position: unset;
		width: 100%;
	}

	.custom-cart-layout .cart-left a,
	.custom-cart-layout .cart-left span,
	.custom-cart-layout .cart-left td,
	.custom-cart-layout .cart_totals td,
	.custom-cart-layout .cart_totals td span {
		font-size: 14px;
		line-height: 20px;
	}

	.custom-cart-layout .cart-left form table td:first-child {
		border-top: 0px;
	}

	.cart-right.checkout-right {
		margin-top: -00px;
	}

	.hide4th .products li.product:nth-child(4),
	.producttabs .products li.product:nth-child(7),
	.producttabs .products li.product:nth-child(8) {
		display: none !important;
	}

	h2.woocommerce-loop-product__title {
		font-size: 16px !important;
	}

	.producttabs .price,
	.woocommerce-js ul.products li.product .price,
	.woocommerce-js ul.products li.product .price ins {
		font-size: 16px !important;
		color: #000000 !important;
	}

	.producttabs .price del,
	.woocommerce-js ul.products li.product .price del,
	.woocommerce-page ul.products li.product .price del {
		font-size: 13px;
		text-decoration: line-through;
		color: #000000;
	}


}

@media (max-width: 1280px) and (min-width: 1024px) {

	div#leftos {
		width: 25%;
	}

	div#rightos {
		width: 75%;
	}

	.custom-cart-layout {
		display: flex;
		gap: 20px;
		align-items: flex-start;
		padding-bottom: 0px;
		margin-bottom: 0px;
		flex-direction: row;
	}

	.custom-cart-layout .cart-left {
		width: 66.66%;
	}

	.custom-cart-layout .cart-right {
		width: 33.33%;
	}

	.custom-cart-layout .cart-left form table {
		padding-right: 0px !important;
		padding: 0px !important;
		margin: 0px !important;
	}

	.custom-cart-layout .cart-left form table tbody tr {
		/* padding-right: 0px !important; */
		padding: 0px !important;
		margin-bottom: 30px !important;
		border-bottom: 3px solid #2c1a0f1a !important;
	}

	.custom-cart-layout .cart-left form table td {
		padding: 0px;
		padding-right: 10px !important;
	}

	.custom-cart-layout .cart_totals table td {
		padding: 5px !important;
	}

	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		font-familyy: "OPEN SANS CONDENSED", Sans-serif;
		font-weight: 700 !important;
		font-size: 14px;
		line-height: 20px;
		color: #000000;
	}

	.custom-cart-layout .wc_coupons_enabled {
		position: unset;
		width: 100%;
	}

	.custom-cart-layout .cart-left a,
	.custom-cart-layout .cart-left span,
	.custom-cart-layout .cart-left td,
	.custom-cart-layout .cart_totals td,
	.custom-cart-layout .cart_totals td span {
		font-size: 14px;
		line-height: 20px;
	}

	.custom-cart-layout .cart-left form table td:first-child {
		border-top: 1px solid #2c1a0f1a !important;
	}

	.cart-right.checkout-right {
		margin-top: -00px;
	}


	.hide4th .products li.product:nth-child(4),
	.producttabs .products li.product:nth-child(7),
	.producttabs .products li.product:nth-child(8) {
		display: block !important;
	}

	.wpc-term-item-content-wrapper label a {
		font-size: 14px;
		line-height: 24px;
	}

	h2.woocommerce-loop-product__title {
		font-size: 16px !important;
	}

	.producttabs .price,
	.woocommerce-js ul.products li.product .price,
	.woocommerce-js ul.products li.product .price ins {
		font-size: 18px !important;
		color: #000000 !important;
	}

	.producttabs .price del,
	.woocommerce-js ul.products li.product .price del,
	.woocommerce-page ul.products li.product .price del {
		font-size: 15px !important;
		text-decoration: line-through;
		color: #000000;
	}


}

@media (min-width: 1280px) and (max-width: 1400px) {

	div#leftos {
		width: 25%;
	}

	div#rightos {
		width: 75%;
	}

	.custom-cart-layout {
		display: flex;
		gap: 40px;
		align-items: flex-start;
		padding-bottom: 0px;
		margin-bottom: 0px;
		flex-direction: row;
	}

	.custom-cart-layout .cart-left {
		width: 66.66%;
	}

	.custom-cart-layout .cart-right {
		width: 33.33%;
	}

	.custom-cart-layout .cart-left form table {
		padding-right: 0px !important;
		padding: 0px !important;
		margin: 0px !important;
	}

	.custom-cart-layout .cart-left form table tbody tr {
		padding: 0px !important;
		margin-bottom: 0px !important;
		border-bottom: 0px solid #2c1a0f1a !important;
	}

	.custom-cart-layout .cart-left form table td {
		padding: 10px !important;
		padding-left: 0px !important;
	}

	.custom-cart-layout .cart_totals table td {
		padding: 5px !important;
	}

	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		font-familyy: "OPEN SANS CONDENSED", Sans-serif;
		font-weight: 700 !important;
		font-size: 16px;
		line-height: 24px;
		color: #000000;
	}

	.custom-cart-layout .wc_coupons_enabled {
		position: unset;
		width: 100%;
	}

	.custom-cart-layout .cart-left a,
	.custom-cart-layout .cart-left span,
	.custom-cart-layout .cart-left td,
	.custom-cart-layout .cart_totals td,
	.custom-cart-layout .cart_totals td span {
		font-size: 16px;
		line-height: 24px;
	}

	.custom-cart-layout .cart-left form table td:first-child {
		border-top: 1px solid #2c1a0f1a !important;
	}

	.cart-right.checkout-right {
		margin-top: -00px;
	}


	.wpc-term-item-content-wrapper label a {
		font-size: 14px;
		line-height: 24px;
	}

	h2.woocommerce-loop-product__title {
		font-size: 16px !important;
	}

	.producttabs .price,
	.woocommerce-js ul.products li.product .price,
	.woocommerce-js ul.products li.product .price ins {
		font-size: 20px !important;
		color: #000000 !important;
	}

	.producttabs .price del,
	.woocommerce-js ul.products li.product .price del,
	.woocommerce-page ul.products li.product .price del {
		font-size: 18px !important;
		text-decoration: line-through;
		color: #000000;
	}

}


/* Shop  Page Filter */
ul.page-numbers li {
    border: none !important;
}
.wpc-posts-found {
	display: none;
}

.widget-title.wpc-filter-title {
	font-family: "Poppins", Sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	vertical-align: middle;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
	margin-bottom: 10px;
}

.wpc-filters-main-wrap li.wpc-term-item input[type="checkbox"],
.wpc-filters-main-wrap li.wpc-term-item input[type="radio"] {
	padding: 0px;
	border-radius: 5px;
	background: transparent;
}

.wpc-filters-main-wrap li.wpc-term-item input[type="checkbox"]:hover,
.wpc-filters-main-wrap li.wpc-term-item input[type="radio"]:hover {
	background-color: #3bb77e30 !important;
}

.wpc-filters-checkboxes li a {
	font-family: "Poppins", Sans-serif;
	font-weight: 500 !important;
	font-size: 15.88px;
	line-height: 24px;
	vertical-align: middle;
	color: #000000;
}

.wpc-term-count {
	margin-top: 3px;
}

.wpc-filters-range-wrapper input {
	background: #3bb77e30 !important;
	font-family: "Poppins", Sans-serif !important;
	font-weight: 500 !important;
	vertical-align: middle;
	color: #000000;
	border-radius: 8px !important;
}

span.wpc-wrap-icons {
	font-family: "Poppins", Sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}

.wpc-term-item-content-wrapper label a {
	font-family: "Poppins", Sans-serif;
	font-weight: 600 !important;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 24px;
	color: #000000 !important;
	text-transform: uppercase;
}

@media (max-width: 767px) {

	div#leftos,
	div#rightos {
		width: 100%;
	}

	a.wpc-filters-close-button {
		color: black !important;
		font-weight: bold !important;
	}

	.wpc-widget-popup-title {
		display: flex !important;
		justify-content: flex-start !important;
		padding-left: 30px !important;
		top: 30px !important;
	}

	a.wpc-widget-close-icon {
		position: absolute !important;
		right: 20px !important;
		top: 0px !important;
	}

	form.woocommerce-orderingg2 ul {
		margin: 0;
		padding: 0;
		list-style: none;
		padding-bottom: 25px !important;
	}

	form.woocommerce-orderingg2 ul li {
		display: flex;
		justify-content: flex-start;
		font-family: "Roboto", Sans-serif !important;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 17px;
		color: #454545;
		margin-bottom: 25px;
	}

	form.woocommerce-orderingg2 ul li input {
		margin-right: 10px;
	}

	form.woocommerce-orderingg2 input[type="submit"] {
		background: #f59f00;
		border-radius: 8px;
		width: 100%;
		font-family: "Roboto", Sans-serif !important;
		font-style: normal;
		font-weight: 700;
		font-size: 18px;
		line-height: 24px;
		color: #ffffff;
	}

	form.woocommerce-ordering {
		margin: 0 !important;
		height: 0 !important;
		opacity: 0;
	}

	section#mobile-bottom {
		position: fixed;
		bottom: 0;
		z-index: 111;
		width: 100%;
	}

	.Cfilterbypopup {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.Cfilterbypopup h3.elementor-icon-box-title {
		font-family: "Roboto", Sans-serif !important;
		font-size: 17px;
		font-weight: 500;
		letter-spacing: 1.8px;
		color: #666666 !important;
	}

	.Cfilterbypopup .elementor-icon-box-icon {
		display: flex;
	}

	a.wpc-filters-open-widget span {
		display: none;
	}

	a.wpc-filters-open-widget {
		padding: 0 !important;
		border: none !important;
	}

	.wpc-filters-open-button-container {
		margin: 0 !important;
		height: 0;
	}

	div#sortbypopup {
		width: 100%;
		display: flex;
		text-align: center !important;
		align-items: center;
		justify-content: center;
	}

	.wpc-filters-widget-content.wpc-opened .wpc-filters-widget-containers-wrapper {
		position: fixed;
		background: #0000005c;
		z-index: 99999;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
		height: 100vh !important;
		top: 0;
		padding-left: 0;
		padding-right: 0;
		left: 0;
		overflow: scroll;
	}

	.wpc-filters-widget-content.wpc-opened .wpc-filters-widget-containers-wrapper .wpc-filters-widget-wrapper {
		padding: 15px;
		padding-bottom: 70px;
	}

	section#fiterformsection {
		position: fixed;
		bottom: 0;
		width: 100%;
		padding: 10px;
		background: white !important;
		left: 0;
		z-index: 11;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
	}

	.returnfilter {
		display: flex;
		align-items: center;
		padding: 10px;
		justify-content: center;
	}

	.returnfilter i.fas.fa-arrow-left {
		fill: white;
		color: white;
		border-color: white;
		font-size: 16px;
		margin-right: 8px !important;
		margin-top: 5px;
	}

	section#fiterformsection .elementor-container.elementor-column-gap-no {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
	}

	.clrfilter {
		display: flex;
		align-items: center;
		padding: 10px;
		justify-content: center;
	}

	.returnfilter h3.elementor-icon-box-title {
		margin: 0 !important;
		border: 1px solid #dee2e6;
		padding: 10px 20px;
		border-radius: 40px;
	}

	.clrfilter a {
		color: white !important;
		background: #f57e1f;
		padding: 10px 20px;
		border-radius: 40px;
	}

	.returnfilter h3.elementor-icon-box-title,
	.clrfilter a {
		font-family: "Roboto", Sans-serif !important;
		font-weight: 500 !important;
		font-size: 17px;
		line-height: 17px;
	}

	.setfixtill {
		position: fixed;
	}

	.wpc_show_bottom_widget .wpc-filters-scroll-container {
		background: transparent !important;
	}

}


@media (max-width: 768px) and (min-width: 767px) {
	body.wpc_show_open_close_button .wpc-filters-widget-content:not(.wpc-opened) {
		position: unset !important;
		display: block !important;
		height: 100%;
		transform: unset;
	}

	.wpc_show_bottom_widget .wpc-filters-widget-containers-wrapper {
		position: unset;
	}

	.wpc-filters-open-button-container {
		display: none !important;
	}

	.wpc-widget-close-container {
		display: none !important;
	}

	.wpc-filters-widget-top-container {
		display: none !important;
	}

	.wpc_show_bottom_widget .wpc-filters-widget-containers-wrapper {
		position: unset !important;
		overflow: unset !important;
		height: 100% !important;
		background: none !important;
	}

	.wpc_show_bottom_widget .wpc-filters-scroll-container {
		background: transparent !important;
		height: 100%;
	}

	.wpc_show_bottom_widget .wpc-filters-widget-content {
		background: unset !important;
	}

	.wpc_show_bottom_widget .wpc-filters-widget-wrapper {
		padding: 0px !important;
	}

	.wpc-filters-widget-controls-container {
		display: none !important;
	}
}


@media (max-width: 1024px) and (min-width: 768px) {
	.wpc-term-item-content-wrapper label a {
		font-size: 14px;
		line-height: 24px;
	}

}

@media (max-width: 1280px) and (min-width: 1024px) {

	div#productprimary ul.products {
		grid-template-columns: repeat(3, 1fr);
	}

	div#leftos {
		width: 25%;
	}

	div#rightos {
		width: 75%;
	}

	.wpc-term-item-content-wrapper label a {
		font-size: 14px;
		line-height: 24px;
	}

}

@media (min-width: 1280px) and (max-width: 1400px) {

	div#productprimary ul.products {
		grid-template-columns: repeat(3, 1fr);
	}

	div#leftos {
		width: 25%;
	}

	div#rightos {
		width: 75%;
	}

	.wpc-term-item-content-wrapper label a {
		font-size: 14px;
		line-height: 24px;
	}

}