/* 
Theme Name: Hello Elementor MLB
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme specific for Mobile Lightbox
Author: Elementor Team
Author URI: https://iemkesatelier.nl/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.mlb-order-btn {
    border: solid 1px #69727d !important;
    border-radius: 0px !important;
    color: #69727d !important;
    background-color: #fff !important;
    background-image: none !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    padding: 5px 10px !important;
    margin-bottom: 1rem !important;
}

.mlb-order-btn:hover {
    border-color: rgb(0, 160, 255) !important;
    color: rgb(0, 160, 255) !important;
    font-size: 14px !important;
}

.woocommerce-table--custom-fields.shop_table {
    border-radius:  0px !important;
    padding: 5px !important;
}
.mlb_change_details_info {
	border: 1px solid;
	padding: 10px;
	margin-bottom: 25px;
	font-size: 1rem;
}

.bundled_product_attributes_title {
    display: none;
}