/**
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
*/

.product-image--area {
    background-color: #D3EDDA;
}

.product-image--area figure {
    border-style: solid;
    border-width: 40px 40px 40px 40px;
    border-color: #D3EDDA;
}

.woocommerce div.product .product-image--area.images a {
    text-align: center;
    display: block;
}

.woocommerce div.product .product-image--area.images img {
	width: unset;
	display: inline-block;
}

h3.product-meta-heading-title {
    color: #202020;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
	margin-bottom: 15px;
}
.woocommerce-product-details-page__short-description p {
    color: #202002;
    font-weight: 400;
    margin-bottom: 1.6em;
}

.woocommerce-product-details-page__short-description ul {
    border-bottom: 1px solid #A7C938;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    list-style: none;
    
}
.woocommerce-product-details-page__short-description ul li {
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    line-height: 25px;
    color: #202020;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}


.woocommerce-product-details-page__short-description ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 16px;
}

.woocommerce-product-details-page__short-description.icon_one ul li:before {
    background-image: url(assets/product-icon1.png);
}

.woocommerce-product-details-page__short-description.icon_two ul li:before {
    background-image: url(assets/product-icon2.png);
}

.woocommerce-product-details-page__short-description.icon_three ul li:before {
    background-image: url(assets/product-icon3.png);
}
.woocommerce-product-details-page__short-description.icon_four ul li:before {
    background-image: url(assets/product-icon4.png);
}

.single.single-product .site-content, .woocommerce-page .site-content{
    background: #FCFCFC;
    padding-top:50px;
}

.woocommerce-checkout .site-content{
    padding-bottom:50px;
}

/* .woocommerce-page .site-content {
    background: #FCFCFC;
} */
.woocommerce-tabs.wc-tabs-wrapper p {
    font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    background: #A7C938;
}

.product-details-page-title {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    align-items: center;
    margin-bottom: 15px;
}

h1.product_title.entry-title {
    grid-column: span 2;
    margin: 0px !important;
    padding: 0px !important;
}

button.single_add_to_cart_button.button.alt.wp-element-button, 
.woocommerce a.button.checkout-button,
.woocommerce button.button,
.woocommerce button.button.alt {
    background-color: #333;
    color: #fff;
}
button.single_add_to_cart_button.button.alt.wp-element-button:hover, 
.woocommerce a.button.checkout-button:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover {
    background-color: #D1BA48;
}

.entry-content[ast-blocks-layout] .woocommerce {
    max-width: 100%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    justify-content: flex-end;
}


.mc4wp-form-fields input[type="email"] {
    background: transparent !important;
    border: 0px !important;
    border-bottom: 1px solid #dccb83 !important;
    color: #fff !important;
    text-align: center;
    font-style: italic;
    box-shadow: none !important;
    outline: none !important;
    font-weight: 400;
}

.mc4wp-form-fields input[type="email"]::-webkit-input-placeholder,
.mc4wp-form-fields input[type="email"]::placeholder,
.mc4wp-form-fields input[type="text"]::-webkit-input-placeholder,
.mc4wp-form-fields input[type="text"]::placeholder  {
    color: #ffffff !important;
}

input#mc-embedded-subscribe {
    margin-top: 15px;
}
div#mce-success-response {
    color: #fff;
    margin-top: 15px;
}

span.woocommerce-shipping-estimate-html.e-checkout-message.e-cart-content {
    display: none;
}