/**
Theme Name: YEG Digital
Author: YEG Digital
Author URI: https://yegdigital.com
Description: A custom WordPress theme developed by YEG Digital
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yeg-digital
Template: astra
*/

.woocommerce .quantity {
    display: none !important;
}
.saved-text {
    font-weight: bold;
    margin-left: 10px;
    padding: 4px 5px;
    white-space: nowrap;
	color: #2a793e;
    font-size: 12px;
	text-align: right;
}

.cart {
	background-color: white;
    padding: 20px 20px 5px;
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 0 5px rgba(0,0,0,.15);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .15);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: fit-content;
    margin: 0 auto !important;
    min-width: 350px;
}

.cart h3 {
	color: #202020;
	font-size: 1.3rem;
	line-height: 1.3;
    margin: 0.2rem 0 0.5em;
    text-align: inherit;
	font-weight: 700;
}

.cart #custom-quantity-options{
	margin-top: 15px;
}