/**
Theme Name: St Annes Winery
Author: Selenic
Author URI: https://selenic.com.au
Description: A Theme by Selenic
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stannes
Template: astra
*/

/* General */
a:hover, a:active, a:focus {
    outline : 0;
}

.sn-dark-section h1,
.sn-dark-section h2,
.sn-dark-section h3,
.sn-dark-section h4,
.sn-dark-section h5,
.sn-dark-section h6,
.sn-dark-section div,
.sn-dark-section p,
.sn-dark-section ul li {
    color: #fff;
}

.sn-accent {
    color: #ca3604;
}

.sn-small {
    opacity: .8;
    font-size: 14px;
}

.single-property #content {
    display: none!important;
    visibility: hidden;
}

/* Form */
.uael-caf-form .form-group {
    padding: 0!important;
}

.caldera-grid .single {
    padding: 0!important;
}


div.product-addon-totals {
    display: none;
}

.woocommerce .ast-site-header-cart, .ast-site-header-cart {
    min-height: 50px;
}

.ast-desktop .ast-above-header-bar .ast-header-woo-cart {
    line-height: 30px;
}

.ast-site-header-cart i.astra-icon {
    font-size: 3em;
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    font-size: 80%;
}

.wc-pao-addon label.wc-pao-addon-name {
    margin-bottom: 10px;
    font-weight: 500;
}

.wc-pao-addon .wc-pao-addon-wrap .wc-pao-addon-radio {
    opacity: 0;
    position: fixed;
    width: 0;
}

.woocommerce .wc-pao-addon .wc-pao-addon-wrap label {
    width: 68%;;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.wc-pao-addon .wc-pao-addon-wrap .wc-pao-addon-radio:checked + label {
    border-color: #00000090;
}

p.wc-pao-addon-wrap {
  margin-bottom: 6px!important;
}