/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
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
*/


/* Styles for all items Procuct page product attributes */



.sags-dotted {

    border-top: 1px dotted #ccc;
    padding: 10px 20px;
}
/* 
.attributes-container .sags-dotted:last-child {
    float: none; /* Ensure the last item does not float right */
    flex: 0 0 100%; /* Optional: Adjust this based on your layout needs */
}
*/
/* Media query for mobile devices */
@media (max-width: 768px) {
    .attributes-container {
        flex-direction: column;
        justify-content: flex-start;
    }
    .sags-dotted {
        width: 100%; /* Make each attribute take full width */
        float: none; /* Disable floating for mobile */
    }
}

.in-stock {
    color: #088A08 !important;
    font-weight: bold !important;
}

.available-on-backorder {
    color: #db9b1f !important;
    font-weight: bold !important;
}

.out-of-stock {
    color: #c21e27 !important;
    font-weight: bold !important;
}