/*
 Theme Name:    Electro Child
 Theme URI:     https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624
 Description:   This is the child theme of Electro
 Author:        MadrasThemes
 Author URI:    https://madrasthemes.com/
 Template:      electro
 Version:       3.3.5
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
 Tags:          light, dark, two-columns, right-sidebar, responsive-layout
 Text Domain:   electro-child
*/

h3.wcmca_edit_order_item_title {
    display: none;
}


#order_data .order_data_column .form-field .hour, #order_data .order_data_column .form-field .minute {
    width: 3.5em;
    display: none;
}

.wc-wp-version-gte-53 .select2-container .select2-selection--multiple {
    min-height: 62px;
    border-color: #7e8993;
    border-radius: 4px
}


.main-carousel {
    background: #EEE;
    margin: 20px 0;
}

.carousel-cell {
    width: 100%; /* Ensure cells take full width */
    height: auto; /* Ensure height is auto for proper scaling */
    margin-right: 10px;
    overflow: hidden; /* Ensure no overflow issues */
    text-align: center;
}

.carousel-cell img.banner-img {
    max-width: 100%; /* Ensure images take full width of the cell */
    height: auto; /* Maintain aspect ratio */
    display: block;
    margin: 0 auto;
}

.banner-content {
    text-align: center;
    padding: 10px;
}

.banner-content h2 {
    margin: 10px 0;
}

.banner-content p {
    margin: 10px 0;
}
