/*
Theme Name: wwurahnee
Theme URI: https://diginextmedia.com
Author: The diginextmedia Team
Author URI: https://diginextmedia.com
Description: Premium custom build theme with a complete theme options panel. For any bug please report to <a href="mailto:info@diginextmedia.com?subject=For Maxbond Theme Support " target="_blank">info@diginextmedia.com</a>. 
Version: 1.0.0 
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: bootstrap, responsive, html 5, theme Option, 
Text Domain: wwurahnee 
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

.woocommerce{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 3rem;
}

.loader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin-top: 10px; /* Space below the button */
    display: inline-block;
	position: absolute;
    top: 0;
    left: 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.woocommerce .col-1 {
    float: none!important;
    width: 100%!important;
}

.woocommerce form .form-row {
    margin-right: 4%!important;
    float: left!important;
    width: 48%!important;
}

.woocommerce form .form-row-last {
    margin-right: 0!important;
}
.single_add_to_cart_button{
	
    margin: 0!important;
}
.woocommerce .quantity .qty {
    width: 100px;
    text-align: center;
}