/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Child theme for Astra to modify WooCommerce single product page.
Author: Acrylic Media
Template: astra
Version: 1.0.0
*/

/* You can add custom styles here */


.alcohol-percentage-display {
    font-weight: 500;
    font-size: 20px !important;
    color: #000 !important;
	background: #fdaf00 !important;
	padding: 10px 20px !important;
	border-radius: 20px !important;
	display: inline-block !important;
	max-width: 100px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 50px !important;
	margin-bottom: -50px !important;
}


h2.age-gate__headline {
color: #fff !important;
font-size: 30px !important;
line-height: 33px !important;
}

.age-gate__submit.age-gate__submit--yes {
background: #fff !important;
padding: 15px 35px !important;
text-transform: uppercase !important;
color: #000 !important;
width: 200px !important;
}

.age-gate__submit.age-gate__submit--yes:hover {
background: #000 !important;
padding: 15px 35px !important;
text-transform: uppercase !important;
color: #fff !important;
width: 200px !important;
}


.age-gate__submit.age-gate__submit--no {
background: #fff !important;
padding: 15px 25px !important;
text-transform: uppercase !important;
color: #000 !important;
width: 200px !important;
}

.age-gate__submit.age-gate__submit--no:hover {
background: #000 !important;
padding: 15px 25px !important;
text-transform: uppercase !important;
color: #fff !important;
width: 200px !important;
}

p.age-gate__challenge {
font-size: 18px !important;
line-height: 23px !important;
}

.age-gate {
padding: 50px !important;
}



.floating-alcohol-bubble {
    position: fixed;
    bottom: 200px;
    right: 20px;
    background-color: #ea7310;
    color: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 14px;
    z-index: 9999;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.alcohol-value {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
	display: block;
}

.alcohol-label {
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 1px;
	display: block;
}

.plus, .minus {
background: #fff !important;
}



.single-product .variations label {
font-weight: 600 !important;
font-size: 18px !important;
line-height: 26px !important;
color: #000 !important;
}

.single-product .variations label:after {
content: ':';
font-weight: 600 !important;
font-size: 18px !important;
line-height: 26px !important;
color: #000 !important;
}



.shopengine-swatches table.variations {
    text-align: left;
    padding: 20px;
    background: #ddd;
    margin-bottom: 20px !important;
    border-radius: 20px;
}

select#pa_bottle {
background: #ddd !important;
border: 1px solid #ddd !important;
font-weight: 600 !important;
font-size: 18px !important;
line-height: 26px !important;
color: #000 !important;
margin-top: -10px !important;
}




