/*
Theme Name: Myst
Theme URI: http://your-site.com/
Author: Your Name
Author URI: http://your-site.com/
Description: Custom theme for WooCommerce store with custom functionality
Version: 1.0
Text Domain: your-theme
*/

/* Add custom styles below */

/* Styling the custom quantity box */
.custom-quantity-wrapper {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
}

.custom-quantity-wrapper input {
    width: 80px;
    padding: 5px;
    margin-right: 10px;
}

.custom-quantity-wrapper .quantity-message {
    font-size: 12px;
    color: #777;
}
