/**
* Theme Name: Pharmacy2 Child
* Description: This is a child theme of Pharmacy2, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">WpOpal Team</a>
* Template: pharmacy2
* Version: 5.1.1
*/

#comments, .home .breadcrumb-wrap{
	display:none;
}

.blog #page .site-content,
.category #page .site-content,
.single #page .site-content,
.archive #page .site-content,
.woocommerce-account #page .site-content{
	background-color: #fff;
	max-width: 1260px;
	margin: auto;
	padding: 20px;
}

/* .popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 999;
	overflow: auto;
	display:none;
} */

.popup .elementor-widget-container{
	max-width: 800px;
	margin: auto;
	background-color: #fff;
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.popup .elementor-widget-container img{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

