/*
Theme Name: Microsite Theme
Template: Divi
Author: TMAIT
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.0.6.1573755677
Updated: 2019-11-14 13:21:17

*/

.product-list-category-wrapper {
  display: grid;
  grid-template-columns: 9fr 3fr;
}

.product-item-row {
  display: grid;
  grid-template-columns: repeat(2,6fr);
  padding-bottom: 20px;
}

.product-item {
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(2,6fr);
}

ul {
  list-style: disc!important;
}

.homepage-headers a{
  font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  color: #333;
  text-decoration:none;
}

p.text-center {
  text-align: center;
}

.bold-text {
  font-weight: bold;
}

.custom-inlay-notice {
  position: absolute;
  bottom:200px;
  padding-bottom: 14px;
}
body.woocommerce #primary {
  width: 100%;
}

.entry-summary p.price span {
  display:none;
}

.product-price, .product-quantity, .product-subtotal, .actions, .cart_totals>h2, .cart_totals>table {
  display: none!important;
}

.woocommerce-checkout-review-order .product-total, .cart-subtotal, .order-total {
  display: none;
}

.woocommerce-billing-fields>h3 {
  display: none;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 7px;
  border-radius: 3px;
  font-size: 14px;
}

.woocommerce-privacy-policy-text {
  display: none;
}

.woocommerce-table__product-table product-total {
  display: none;
}

.woocommerce-order-overview__total .total {
  display: none!important;
} 

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Hide Sidebar ***/
#sidebar {display:none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}