/*
Theme Name: Divi-child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Child theme for the Divi theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 1.0.0
*/

/* CSS for overlay */
.popup-overlay {
    position: fixed; /* fixed it */
    top: 0; /* moves it to the top */
    width: 100%; /* makes it fullwidth */
    height: 100vh; /* makes it full height of the screen */
    z-index: -1; /* moves the section behind all the rest so it is not shown */
    justify-content: center; /* centers the row in the middle */
    align-items: center;  /* centers the row in the middle */
	  opacity: 0; /* hides the overlay */
	  overflow: hidden;
	  transition: opacity 0.4s ease-in-out; /* fades it in */
	  -moz-transition: opacity 0.4s ease-in-out;
	  -webkit-transition: opacity 0.4s ease-in-out;
}
/*
.woocommerce div.product .product_title {font-size:1.0em;}
h2 {color:yellow;}

.et_right_sidebar #left-area {
    float: right;
    padding-left: 5.5%;
	order: 1;
}


.et_right_sidebar #main-content .container:before {
    left: 22% !important;
}

.product-categories>li>a { 
	font-weight:600;
}
.product-categories>li>ul>li{ 
font-size:0.9em;
	font-weight:500;
}
.woocommerce .upsells, .woocommerce .related, .woocommerce .cross-sells {
    margin: 50px 0 -4.25%;
}

.alt {
	margin:15px 0px 15px 0px !important;
}

.product-name a {font-size:0.9em !important;}

.entry-summary p.price span { 
	font-size:1.0em !important;
}
*/

