/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Your Name
Author URI: https://example.com
Description: Child theme for Kadence
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Product Title */
.single-product .product_title {
    font-size: 24px !important;
}

/* Remove image zoom and gallery features */
.woocommerce-product-gallery__trigger,
.flex-control-nav,.brief-shipping-details {
    display: none !important;
}

/* Remove link from featured image */
.woocommerce-product-gallery__wrapper a {
    pointer-events: none;
    cursor: default;
}


/* Prevent description content mixing with cart section */
.woocommerce-product-details__description {
    clear: both;
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    width: 80%;
    margin: 0 auto;
}

.shop-description {
    margin: 2em auto;
    padding: 2em;
    background: #f9f9f9;
    border-radius: 8px;
    max-width: 1200px;
    line-height: 1.6;
}

@media only screen and (min-width: 769px) {
.footer-widget-area-inner .wc-block-product-categories-list{
	max-height:200px;
    justify-content: flex-start;
}
#nav_menu-3{
	margin-left:20%;
}
}