/*
 Theme Name:   Divi Child
 Theme URI:    http://www.kangaroocreekfarm.com/
 Description:  Divi Theme Child
 Author:       Nine 2 Five Graphic Design
 Author URI:   http://nine2five.ca
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  divi-child
*/

/* Home Page - Travel Advisor Badge - Styling */

.divider_home {
  padding: 10px 0;
}

#CDSWIDCOE.widCOE .widCOEImg {
    padding: 30px 25px 0 !important;
}

#CDSWIDCOE img {
    width: 100% !important;
}

#CDSWIDCOE.widCOE .widCOETitle {
    font-weight: 700 !important;
    font-size: 14px !important;
    padding-top: 20px !important;
}

#CDSWIDCOE {
    margin: 0px !important;
    width: 220px !important;
}


.wc-booking-summary .wc-booking-summary-list li {
    font-weight: 700 !important;
    color: black !important;
}

.woocommerce table.shop_table td {
    font-size: 17px !important;
    font-weight: 700 !important;
}

/* This changes the colour of the notice text on the scanner page when a barcode is scanned */

.woocommerce-notice {
    color: red !important;
    font-weight: bold !important;
    border: 2px solid red !important;
    max-width: 30% !important;
    padding: 15px !important;
}

.woocommerce-success {
    color: green !important;
    font-weight: bold !important;
    border: 2px solid green !important;
    max-width: 30% !important;
    padding: 15px !important;
}

