/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/


/* Styling for the entire container */
.quantity-new-style {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

/* Styling for the label "Box of 10pcs" */
.quantity-new-style .product-info-text {
    font-size: 14px;
    color: #333; /* Adjust the color if needed */
    margin-right: 10px; /* Add spacing between label and number */
}

/* Styling for the box displaying the number 1 */
.quantity-new-style .box-of-10pcs-text {
    display: inline-block;
    padding: 8px 12px;
    font-size: 14px;
    background-color: #f0f7ff; /* Light blue background color */
    border: 1px solid #d3e4f1; /* Border color similar to light blue */
    color: #333; /* Text color */
    border-radius: 4px; /* Rounded corners */
    min-width: 40px; /* Ensures a minimum width */
    text-align: center; /* Center-align the text */
}
