/*
Theme Name: Divi 5 Child Theme
Description: A modified child theme of Divi
Version: 1.0.0
Author: Web Wizards
Author URI: https://webwizards.ca
Theme URI: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi
*/

/* ========== Custom CSS from Generator ========== */

/* @import "modified.css"; */

::selection {
  color: #FFF;
  background: #e41b24;
}

/* Hide short descriptions, add to cart buttons by default */
.conditional-short-desc, .conditional-add-to-cart {
    transition-behavior: allow-discrete;
	display: block;
	
	p { display: none; }
}

/* Show short descriptions only when inside shop-short-description container */
.shop-short-description .conditional-short-desc {
    display: block;
    margin: 0px auto 8px;
    font-size: 15px;
    color: #333;
    line-height: 1.4;
	text-align: center;
	text-wrap: balance;

}

/* Show add to cart buttons only when inside shop-addtocart-btn container */
.shop-addtocart-btn .conditional-add-to-cart {
    display: block;
    margin-top: 10px;
}