/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
.wpb_wrapper
{
	text-align:center;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	content: "";
  display: grid;
  clear: both;
  background-color: #fefefe;
  margin: 4% auto; /* 15% from the top and centered */
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
	overflow:auto;
}
.modal-footer
{
	display:none;
	width:100%;
	padding:5px;
	grid-row:2;
}
.modal-body
{
	grid-row:1;
}
.btngroup
{
	position:relative;
	bottom:0;
	right:0;
	width:100%;
	text-align:right;
}
.btn
{
	border-radius:30px !important;
}
.left
{
	display:flex;
	align-items:center;
	justify-content:center;
	 float: left;
  width: 40%;
	height:100%;
	padding-right:5px;
	text-align:center;
	padding-top:5px;
}
.middle
{
	float:left;
	width:60%;
	height:100%;
	text-align:left;
	padding-left:0;
	padding-right:5px;
	padding-top:5px;
}
.seperateline
{
	height:5px;
	width:100%;
	border-bottom:2px solid #F7F7F7;
	padding-bottom:2px;
}
.middle p
{
	margin-bottom:10px;
	border-bottom: 2px solid #F7F7F7;
}
.right
{
	float:left;
	width:20%;
	height:80%;
	text-align:left;
	padding-top:5px;
}
.sector  p
{
	margin-bottom:5px;
	font:15px;
}
.Breakge
{
	color:#fff;
	padding: 15px 30px;
	background-color:#444444;
	border-radius:10px;
	text-align:center;
}
.Prices
{
	color:#fff;
	padding: 15px 30px;
	background-color:#444444;
	border-radius:10px;
	text-align:center;
}
.hyperclicks
{
	padding-left:40px;
	padding-right:40px;
}
.hyperprices
{
	background: linear-gradient(to right, #fbfbfb 0%, #ffffff 100% );
	padding-left:30px;
	padding-right:20px;
	padding-top:60px;
	height:100%;
}
.priceitem
{
	color:#000 !important;
	font-weight: bold !important;
}
.priceflex
{
	display:flex;
	justify-content:space-between;
	border-bottom: 2px solid #F7F7F7;
}
img
{
	max-width:100%;
	max-height:100%;
}
/* The Close Button */
.close {
  color: white;
  font-size: 40px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.hidden {
  display: none;
}

.sector {
  margin-left: 2rem;
  color: green;
}

.click {
  margin: 0.8rem 0;
  cursor: pointer;
	color:#444444;
	font-weight:bold;
}
.priceflex p
{
	color:#d10000;
	font-weight:400;
}
@media(max-width:1043px)
{
	.modal-content
	{
		
		display:grid;
		height:80%;
	width:90%;
		overflow:auto;
}
	.modal-body
	{
		display:grid;
		grid-row:1;
	}
	.modal-footer
	{
		grid-row:2;
}
	h3
	{
		font-size:16px;
	}
	img
	{
		width:30%;
		height:100%;
	}
	.left
	{
		display:none;
	}
	.Breakage
	{
		
	}
	.middle
	{
		grid-column:1;
		width:100%;
		
	}
	.middle p
	{
		font-size:12px;
		margin-bottom:1px;
		border-bottom:2px solid #F7F7F7;
		padding-left:2px;
  }
	.sector p
	{
		font-size:12px;
		margin-bottom:5px;
  }
	.right
	{
		display:none;
		grid-column:2;
		width:100%;
	}
	.priceflex
	{
		border-bottom:2px solid #F7F7F7;
		margin-bottom:1px;
		padding-left:2px;
		padding-right:2px;
	}
	.hyperclicks {
  padding-left: 0px;
}
	.hyperprices {
  padding-left: 0px;
  padding-right: 0px;
}
}