/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: This is a custom child theme I have created.
Author: Brainstorm Force
URI: https://wpastra.com/about/
Template: astra
Version: 3.1.0 
*/
html, body { overflow-x: hidden; }
#product-12976 h1.product_title + p.price { display: none; }
div.fpf-fields-config-wrapper { display:none !important; }
.variations .reset_variations { display: none !important; }
/*.single_variation_wrap { display: flex; flex-direction: column-reverse; }*/
#product-12976 .single_variation_wrap {
   position: relative;
}
#product-12976 .woocommerce-variation.single_variation {
   position: absolute;
   top: 38rem;
}
#product-12976 .fpf-fields {
   margin-bottom: 4rem;
}
#fpf_totals dd:last-child {
   font-weight: bold;
   font-size: 1.5rem;
   margin-left: 1.5rem;
   margin-right: 1.5rem;
   margin-bottom: 1rem;
   margin-top: 1rem;
}
#fpf_totals dt:nth-last-child(2) {
   font-size: 1.5rem;
   margin-top: 1rem;
}
.fpf-multi-checkbox fieldset legend { margin-bottom: 0.5rem; font-weight: 700; }

@media screen and (min-width: 920px) {
	#product-12976 h1.product_title { font-size: 37px; }
}
@media screen and (min-width: 1025px) {
	#product-12976 h1.product_title { font-size: 44px; }
}
@media screen and (min-width: 1200px) {
	#product-12976 h1.product_title { font-size: 50px; }
}
@media (max-width: 600px) {
	body>div.site { padding-bottom:15px }
}

/* Flavour Dropdown */
/*.variations tbody tr:nth-child(2) td { position: relative; }
#alternate-milk { display: none; }
.select-selected { background-color: #fff; }
.select-selected:after { position: absolute; content: ""; top: 22px; right: 10px; width: 0; height: 0; border: 6px solid transparent; border-color: #333 transparent transparent transparent; }
.select-selected.select-arrow-active:after { border-color: transparent transparent #333 transparent;  top: 14px; }
.select-items div, .select-selected { color: #333; padding: 8px 16px; border: 1px solid #ddd; border-color: rgba(0, 0, 0, 0.1); cursor: pointer; user-select: none; }
.select-selected { height: 46px; overflow: hidden; font-size: 1rem; line-height: 2; }
.select-items { position: absolute; background-color: #fff; top: 100%; left: 0; right: 0; z-index: 99; }
.select-hide { display: none; }
.select-items div:hover, .same-as-selected { background-color: rgba(0, 0, 0, 0.1); }*/