
/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

.woocommerce-Button button {font-style: italic;}

.center-vert{ display: flex;
  align-items: center; 
  justify-content: center;}


/** Price box colors */
#wapo-total-price-table {
  color: #000000;
  background: #ffffff00;
  margin-bottom: 20px;
}

h6 {padding-top: 5%;}
h6 {font-weight: bold;}



/** margin for addon description */
.wapo-addon-description {margin-bottom: 4%;}

/* Remove margin and padding from WooCommerce product image thumbnails */
.woocommerce div.product div.images .flex-control-thumbs {
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    margin: 0 !important;
    padding: 0 !important;
}

/* Ensure thumbnails use full width of their container
.woocommerce div.product div.images .flex-control-thumbs img {
    width: 100% !important;
    height: auto !important;
    display: block;
} 



h1, h2, h3, h4, h5, h6 {font-family: roboto, sans-serif;}

body {
  background-color: #f9f9f9;
    
}
#main-content {
  background-color: #f9f9f9 !important;
}
h2 {display: inline-block;}*/
sup {font-size: 75%;
  line-height: 50%;}