/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1690986143
Updated: 2023-08-02 15:22:23

*/
.quantity-input {
    width: 70px !important;
}




.color-table {
    border-collapse: collapse;
    margin: 20px 0; /* Add space around the table */
}

.color-table td {
    height: 40px;
    width: 40px;
    cursor: pointer;
    border: 1px solid #ddd; /* Light border for each cell */
    box-sizing: border-box;
}

.fontclrcls {
    padding: 0px; /* Add padding around squares */
}

#black { background-color: black; }
#white { background-color: white; }
#silver { background-color: silver; }
#grey { background-color: grey; }
#red { background-color: red; }
#purple { background-color: purple; }
#orange { background-color: orange; }
#yellow { background-color: yellow; }
#cream { background-color: LemonChiffon; }
#fuchsia { background-color: fuchsia; }
#green { background-color: green; }
#lime { background-color: lime; }

/* border for logo location */
.selected-border {
    border: 1px solid black !important; /* Ensure this style takes precedence */
}

