/* 
Theme Name: Grass Ninja
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: David Sudarma
Author URI: https://grass.ninja/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

select.woocommerce-variation-select option.out-of-stock {
    color: #aaa; /* Gray out the text */
    background-color: #f9f9f9;
    cursor: not-allowed;
}


.woocommerce .woocommerce-breadcrumb {
	margin-bottom: 0;
}

.prod-desc h2 {
    font-size: 24px;
    font-weight: 500;
}

.prod-desc h3 {
	font-weight: 400;
	font-size: 18px;
}

.prod-desc h4 {
	
}

.prod-desc p {
	font-weight: 300;
	line-height: 1.65em;
	font-size: 1em;
}

.prod-desc hr {
	border-width: 0;
	border-bottom: 1px solid #999;
	margin: 1.5em 0;
}

.prod-desc ol li,
.prod-desc ul li {
    margin-bottom: .5em;
    padding-left: .35em;
}

.prod-desc ol,
.prod-desc ul {
	margin-left: 0px;
	padding-left: 1em;
}

.woocommerce-checkout button.stripe-gateway-stripelink-modal-trigger {
    margin: 0;
    padding: 0;
    line-height: 1em;
    border: none;
    box-shadow: none;
    background-position: center center;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button {
	background: #379745;
	border: 1px solid #fff;
}


.woocommerce-checkout .wc-block-components-checkout-place-order-button .wc-block-components-button__text {
	color: #fff;
	font-size: 18px;
}

.woocommerce-checkout .wc-block-components-product-metadata {
	background: #f9f9f9;
	padding: 5px 8px;
	display: block;
}

.woocommerce-checkout .wc-block-components-product-metadata .wc-block-components-product-details__name {
	font-size: .85em;
	font-weight: 600;
	display: block;
}




