/*!
Theme Name: Enfold Child Congress
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Optiweb
Author URI: https://www.optiweb.com
Template: enfold
*/

.payment_method_cheque label:after {
    content: "(**)";
    color: red;
}

.applicant-fields, #applicant_field, 
#order_number_field {
    display: none;
}

#billing_postcode_field {
    float: left;
}
#billing_city_field {
    float: right;
    clear: unset !important;
}

span.req-star {
    color: red !important;
}

._woocommerce-terms-and-conditions-wrapper {
    display: none;
}

.html_visible_cart .av-burger-menu-main,
.html_visible_cart .av-burger-menu-main > a {
    padding: 0 !important;
}

/* DODANO it@planetgv.si 11072025 */
.extra-info-row {
    font-weight: bold;
    color: #fec76f !important;
}

@media screen and (max-width: 1110px) {
#top #wrap_all #header .logo img {
     margin-top: 0px !important;
}
}

@media screen and (max-width: 767px) {
    .av-countdown-timer-inner .av-countdown-cell {
    width: 25% !important;
}

.woocommerce-checkout #av_section_2 > .container {
    width: 90% !important;
    max-width: 90% !important;
}

#customer_details {
    padding: 15px !important;
}

header .logo  {
    padding-top: 10px !important;
}
header .logo img {
        max-width: 80% !important;
    max-height: 50px !important;
    margin-top: 20px !important;
}

.wc_payment_method label {
    display: flex !important;
    line-height: 1.5 !important;
}
div#av_section_2 {
    margin-top: -50px !important;
}
}

