/*
This is for Vinoshipper's new product catalog AUG 2023 
*/
  
<script type="text/javascript">
  // Vinoshipper Injector v4
  window.document.addEventListener('vinoshipper:loaded', () => {
    window.Vinoshipper.init(1802, {
      theme: 'red',
    });
  });
</script>
<script src="https://vinoshipper.com/injector/index.js" type="text/javascript"></script>







/*
 Theme Name:   Nuvo Child
 Theme URI:    http://cmssuperheroes.com/wordpress/cshero
 Description:  In 2014, Creating a magazine website with WordPress has never been easier.
 Author:       Cmssuperheroes Team
 Author URI:   http://cmssuperheroes.com/
 Template:     wp_nuvo
 Version:      5.5
 Tags:         black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
 Text Domain:  wp_nuvo_child
*/


/*
-------------------------------------------------------------- */

/*
these are Tebeau attempting to move/reduce the size of the 'quantity' input box on the cart page, when checking out tickets for winefest 2020 - I have temporarily disables this because the PLUGIN  Product Quantity Control for WooCommerce  seems to be fixing it, but if it ever stops working, re-enable this code. MARCH 2020

.woocommerce .quantity .qty {
    padding: 9px 15px;
    width: auto;
    max-width: 80px;
	float:right;
}
*/

/*
-------------------------------------------------------------- */
/*
these are Tebeau attempting to move/reduce the size of the 'quantity' input box on the individual product pages.
*/

.woocommerce div.product .single-product #content form.variations_form .quantity .qty, .single-product #content form.cart .quantity .qty{
    padding: 9px 15px;
    width: auto;
    max-width: 20%;
	float:right;
}

/*
-------------------------------------------------------------- */






/*
element {
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: left;
}	
.nice-select.open .list {
    width: 40%;
}
/*