
/* Professional In Stock badge */
.stock .naas-stock-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 14px;
	margin: 4px 0;
	border: 1px solid #b7dfc5;
	border-radius: 8px;
	background: #eefaf2;
	color: #137333;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.1px;
	box-shadow: 0 2px 8px rgba(19, 115, 51, 0.08);
}

/* Check icon */
.stock .naas-stock-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	border-radius: 50%;
	background: #1f8f49;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

/* Text */
.stock .naas-stock-text {
	color: inherit;
}

/* Mobile adjustment */
@media (max-width: 480px) {
	.stock .naas-stock-badge {
		padding: 8px 12px;
		font-size: 13px;
	}
}


/* Remove WooCommerce default stock check icon */
.stock:before,
p.stock:before {
    display: none !important;
    content: none !important;
}





/* Checkout Page BTN */
button#secure-payment-field.submit {
    border: 0;
    border-radius: 0;
    background: none;
    background-color: #333333;
    border-color: #333333;
    color: #fff;
    cursor: pointer;
    padding: .6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
    height: initial;
    width: 100%;
    flex: auto;
    position: static;
    margin: 0;
    white-space: pre-wrap;
    margin-bottom: 0;
    float: none;
    font: 600 1.41575em / 1.618 Source Sans Pro, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif !important;
}





/* Product Sale Lebel */
ul.products li.product .product-label {
    display: none;
}


/* Woocommerce ordering label */
.woocommerce-ordering-label {
    display: none;
}



/* Checkout Privacy Policy Text Size */
.woocommerce-privacy-policy-text {
    font-size: 15px;
}


/* Hide bundled product description/excerpt */
.bundled_product_excerpt {
    display: none !important;
}

/* Bundle Product Title */
.single-product .details .bundled_product_title {
    font-size: 20px !important;
}


/* Search Bar color */
.commercekit-ajs-view-all-holder>a {
    background: #386D50;
    font-size: 12px;
}




/* Terms & Conditions checkbox text */
.woocommerce-terms-and-conditions-checkbox-text,
.woocommerce-terms-and-conditions-checkbox-text a {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #000 !important;
}


/* Terms & Conditions link color */
.woocommerce-terms-and-conditions-checkbox-text a {
    color: #386d50 !important;
    text-decoration: underline;
}


/* Newsletter checkbox text - normal */
.automatewoo-optin label,
.automatewoo-optin label span {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000 !important;
}



/* Proudct description */
.woocommerce-product-details__short-description {
    clear: both;
    font-size: 15px;
    line-height: 1.9;
    padding-bottom: 0.5rem;
}



/* Mobile device search bar */
.aws-container .aws-search-form .aws-form-btn {
    text-align: center;
    background: #386D50;
    /* border: 1px solid #d8d8d8; */

}




/* Single Proudct page, whatsapp icon, email icon disable */
.sd-content {
    display: none;
}


/* Navigation font */
.main-navigation ul.menu ul li > a, .main-navigation ul.nav-menu ul li > a, .main-navigation ul.menu ul li.nolink {
    font-family: 'Instrument Sans';
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    line-height: 27px;
}


/* Product title two line on mobile device */

@media (max-width: 1024px) {
  ul.products li.product .woocommerce-loop-product__title,
  ul.products li.product h2.woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}


/* Categoris image hide */
img.cg-cat-image {
    display: none;
}