/*
Theme Name: Botanica Child
Theme URI: https://example.com/botanica-child
Description: Child theme for the Botanica WordPress theme.
Author: Your Name
Author URI: https://example.com
Template: botanica
Version: 1.0.0
*/

#menu-main{
	display:flex;
	justify-content:center;
}

.shipping-warning {
    background-color: #fff4cc;
    border-left: 4px solid #ffb800;
    padding: 8px 12px;
    margin-top: 5px;
    font-weight: 500;
    color: #333;
}
.rbb-cart__shipping-flat_rate input[disabled] + span {
    opacity: 0.5;
    cursor: not-allowed;
}

.woosc-quick-table{
	display:none;
}