/*
Theme Name: Astra-child
Author: 
Description: Your description goes here
Version: 1.0
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/




a.wp-block-button__link.wp-element-button,
.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
    color: var(--ast-global-color-6);
}

.ast-separate-container.single-product .ast-article-single {
    display: flex;
    flex-wrap: wrap;
/*     flex-direction: column-reverse; */
}
.ast-separate-container.single-product .ast-article-single  .woocommerce-product-gallery {
    display: none;
}
/* .woocommerce-js div.product .woocommerce-tabs {
    padding-top: 0;
} */
.woocommerce-js div.product .woocommerce-tabs ul.tabs {
    display: none;
}
.ast-separate-container.single-product .ast-article-single .summary.entry-summary {
    float: unset !important;
    margin: auto;
    background: #e5e5e5;
    padding: 40px 20px;
    width: 100% !important;
    text-align: center;
}
.ast-separate-container.single-product .ast-article-single .summary.entry-summary .variations_button {
    margin: auto;
    display: table;
}
.woocommerce-js div.product form.cart .variations td, .woocommerce-js div.product form.cart .variations th {
    text-align: center;
}
.woocommerce-js div.product form.cart .variations td ul {
    text-align: center;
    margin: auto;
    display: inline-flex;
}
.woocommerce-js div.product form.cart .reset_variations {
    margin-left: 10px;
}
.woocommerce-js div.product form.cart .single_variation_wrap p.stock.in-stock {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.woo-variation-swatches .variable-items-wrapper .variable-item {
    border-radius: 100px !important;
    padding: 10px 10px !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    border-color: var(--ast-global-color-6) !important;
}


