/*
 Theme Name: Grocery Store Child
 Template: grocery-store
*/

.rd-navbar-static .rd-navbar-nav > li > a:hover {
    background: #fff !important;
    color: #6ab04c !important;
}

.rd-navbar-static .rd-navbar-nav > li.current-menu-item > a,
.rd-navbar-static .rd-navbar-nav > li.current_page_item > a {
    background: #fff !important;
    color: #4a7c2f !important;
}

.rd-navbar-static .rd-navbar-nav > li.current-menu-item > a:hover,
.rd-navbar-static .rd-navbar-nav > li.current_page_item > a:hover {
    background: #fff !important;
    color: #4a7c2f !important;
}
.wp-block-woocommerce-checkout-order-summary-block,
.wc-block-checkout__order-summary {
    width: 100% !important;
    min-width: 0 !important;
}

.wc-block-components-order-summary-item {
    width: 100% !important;
}
.wc-block-components-order-summary-item__description {
    flex: 1 !important;
    min-width: 0 !important;
    overflow-wrap: break-word !important;
}

.wc-block-components-product-metadata__description p,
.wc-block-components-product-metadata__description h4 {
    word-break: normal !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
}
/* Fix overflow en móvil */
.wc-block-cart,
.wc-block-cart__main,
.wp-block-woocommerce-cart,
.wc-block-components-order-summary-item {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

.wc-block-cart-items__row {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
}