.wooPriceHistory {
	font-size: 14px;
	margin: 0px 0px 0px 10px;
}
.woo-notify {
	display:block;
	padding-top:5px;
	font-size:13px;
	background-image: url(../../assets/notify.gif);
	background-repeat:no-repeat;
	background-position: center left;
	min-height:35px;
	padding-left:70px;
}
.woo-notify p {
	margin-top:5px;
}

.woo-notify p a {
	font-weight: bold;
	color:#ff6b88;
	text-decoration:none;
	box-shadow:none;
}
#ph_chart_container {
	height: 705px; 
	position: relative;
	margin: 20px auto;
	font: 13px Arial, Helvetica,clean,sans-serif;
	color: #484848;
	overflow:hidden;
}
	#ph_chart_container #ajaxLoader {
		width: 100%;
		height: 100%;
		position: absolute;
		display: none;
		top: 0px;
		left: 0px;
		z-index: 10000;
		background: rgba( 255,255,255, 0.9 ) url('ajax_loader.gif') center center no-repeat;
	}
	#ph_chart_container h2.ph-prod-title  {
		font-size: 14px;
		color: #000;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	body .ph_button_style {
		border: none;
		text-align:center;
		text-decoration: none;
		font-family: 'Open Sans';
		font-size: 14px;
		font-weight: 400;
		text-transform: none;
		color: #FFF;
		background: #2980b9;
		padding: 9px 28px;
		display: inline-block;
		white-space: nowrap;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		margin: 10px 0;
		letter-spacing: normal;
   		line-height: auto;
   		background-color:#00cb8f;
	
	}
	body .ph_button_style#db_removal {
		padding-top: 8px;
		padding-bottom: 8px;
		background: #e74c3c;
	}
	body .ph_button_style:hover,
	body .ph_button_style#db_removal:hover {
		background: #ff6b88;
	}
	#ph_chart_container .data-range-selector {
		width: 130px;
		position: absolute;
		top: 0px;
		right: 10px;
		z-index: 100;
		font-size:13px;
		padding:4px;
		border:1px solid #dadada;
		color:#787878;
		
	}
	#ph_chart_container #price_chart {
		margin: 0px 0px 0px 0px;
		width: 100%;
		height: 300px; 
		overflow: scroll;
	}
	.ph_open_lightbox {
		text-decoration: none;
		color: #2980b9;
	}
		.ph_open_lightbox:hover {
			text-decoration: underline;
		}
	#ph_chart_container .ph-summary {
		
	}
	
		#ph_chart_container .ph-summary h3 {
			font-size:15px;
			color:#23282d;
			margin-top:15px;
			margin-bottom:15px;
			font-weight:600;
			font-family: 'Open Sans', sans-serif;
		}
		#ph_chart_container .ph-summary .ph-left-col {
			float: left;
			width: 49%;
			margin-right: 2%;
		}
		#ph_chart_container .ph-summary .ph-right-col {
			float: left;
			width: 49%;
		}
		
		#ph_chart_container .ph-summary table {
			width: 100%;
			border-collapse: collapse;
			border-spacing: 0;
		}
			#ph_chart_container .ph-summary table thead tr th {
				background-color: #fafafa;
				text-align: left;
			}
			#ph_chart_container table, th, td {
				    border: 1px solid #ebebea;
				    background-color: #fff;
				}
			#ph_chart_container .ph-summary table th, #ph_chart_container .ph-summary table td {
				padding: 12px;
			}
			#ph_chart_container .ph-summary table  td {
				border-right: 1 none;
			}
				#ph_chart_container .ph-summary table tr:last-child td {
					
				}
			#ph_chart_container .ph-summary table thead {
				color: #484848;
				font-size: 14px;
				font-family: 'Open Sans';
			}
			#ph_chart_container .ph-summary table tbody {
				font-size: 12px;
				font-family: 'Open Sans';
				font-weight:500;
			}
				#ph_chart_container .ph-summary table .rightAlign {
					text-align: right;
				}
				
			#ph_chart_container .ph-summary .highest_price {
				//background-color:#ffe7ed;
				color: #ff6b88;
				font-weight:600 !important;
			}
			#ph_chart_container .ph-summary .lowest_price {
				color: #00cb8f;
				//background-color:#edf8ea;
				font-weight:600;
			}
			
			 caption, th, td {
			 	font-weight:600 ;
			 }
			.price-second-table {
				color:#7d7d7d;
			}
	#ph_notify_container {
		display: none;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		background: #34495e;
		background: rgba( 0,0,0, 0.8 );
		z-index: 1000;
	}
		#ph_notify_container .ph_lightbox_container {		 
			width: 80%;
			min-height: 200px;
			background: #fff;
			border-radius: 2px;
			left: 50%;
			position: absolute;
			margin-left: -40%;
			top: 5%;
			padding: 30px 20px 20px 20px;
		}
		
		#ph_notify_container .ph_lightbox_container a.close_btn {
			width: 16px;
			height: 16px;
			background-repeat: no-repeat;
			background-image: url(../../assets/close.png);
			position: absolute;
			top: 10px;
			right: 10px;
			z-index: 10;
			border:none;
			box-shadow: none;
		}
			#ph_notify_container .ph_lightbox_container a.close_btn:hover {
				opacity:0.8;
			}
			
			#ph_notify_container .ph_lightbox_container h1 {
				font-size: 18px;
				margin: 0px 0px 20px 0px;
				color: #23282e;
				font-family: 'Open Sans';
				font-weight:600;
			}
				
			#ph_notify_container .ph_lightbox_container .ph_alert_details {
				width: 60%; 
				padding-right: 2%;
				float: left;

			}
			::-webkit-input-placeholder {
 				   color: #9f9f9f;
				   font-family:'Open Sans';
				
				}
			.ph_alert_details p {
				font-size: 13px;
				margin: 15px 0px 10px 0px;
				line-height: 18px;
				font-family: 'Open Sans';
			}
			.gdprclass {
				display: block;
				margin-top: 10px;
			}
			#gdpr_compliance span {
				font-size: 14px;
			}
				#ph_notify_container input {
					max-width: 100%;
				}
				#ph_notify_container input#gdpr_compliance {
					display: inline-block;
					margin-right: 5px;
				}
				#ph_notify_container .ph_lightbox_container .ph_alert_details h2 {
					font-size: 14px;
					margin: 30px 0px 10px 0px;
					line-height: 18px;
					font-family: 'Open Sans';
				}
				#ph_notify_container .ph_lightbox_container .ph_alert_details label {
					display: inline-block;
				}

				#ph_notify_container .ph_lightbox_container .ph_alert_details #email {
					padding-left:10px; 
					font-size: 13px;
					color: #23282e;
					font-family: 'Open Sans';
					font-weight:600;
					background-color:#fff;
					width:300px;
					height:40px;
				}
				
				#ph_notify_container .ph_lightbox_container .ph_alert_details #email:focus,
				#ph_notify_container .ph_lightbox_container .ph_alert_details #price_lower_than:focus {
					border-color: #00cb8f;
				}
				#ph_notify_container .ph_lightbox_container .ph_alert_details #price_lower_than {
					padding-left: 5px;
					font-size: 13px;
				    color: #535353;
				 	background-color:#fff;
					border: 1px solid #dadada;
					font-family:'Open Sans';
					font-weight: 600;
					width:300px;
					height:40px;
				}
				
				::-webkit-input-placeholder {
 				   color: #9f9f9f;
				   font-family:'Open Sans';
				}
				
				 
				#ph_notify_container .ph_lightbox_container .ph_alert_details p.info {
					font-size: 11px;
					font-style: italic;
					color: #ccc;
				}
			
			#ph_notify_container .ph_lightbox_container .ph_product_preview {
				padding-left: 2%;
				float: left;
				width: 40%; 
				margin-top:30px;
			}
				#ph_notify_container .ph_lightbox_container .ph_product_preview p.price {
					display:block;
					text-align: center;
					font-size: 16px !important;
					margin: 10px 0px 0px 0px;
					font-family:'Open Sans';
				}
				body #ph_notify_container .ph_lightbox_container .ph_product_preview h4 {
					display:block;
					text-align: center;
					font-size: 14px !important;
					margin: 10px  0px 0px 00px;
					font-family:'Open Sans';
					color:#23282d;
					text-transform: none;
					 letter-spacing: normal;
					 font-weight: 600;
				}
				#ph_notify_container .ph_lightbox_container .ph_product_preview img {
					max-width: 100% !important;
					border:3px solid #e0e0e0;
					border-radius:2px;
				}
				#ph_notify_container .ph_lightbox_container .ph_product_preview img:hover {
					  filter:grayscale(100%);
				}
#ph_notify_container .ph_lightbox_container .ph_alert_details label span {
    font-size: 12px;
    font-weight: normal;
	display: inline;
	margin-top: 10px;
}

@media only screen and (max-width: 1024px) {
	#ph_chart_container .ph-summary .ph-left-col, 
	#ph_chart_container .ph-summary .ph-right-col,
	#ph_notify_container .ph_lightbox_container .ph_alert_details,
	#ph_notify_container input
	{
		width: 100% !important;
	}
	#ph_notify_container .ph_lightbox_container .ph_product_preview {
		padding-left: 0;
		float: left;
		width: 100%;
		margin-top: 10px;
		padding-right: 10px;
	}
	body #ph_notify_container .ph_lightbox_container .ph_product_preview h4 {
		margin-left: 0;
	}
	#ph_chart_container {
		overflow: visible;
	}
	#ph_chart_container .data-range-selector {
		position: relative;
	}

	#ph_chart_container {
		height: 1170px;
	}
}


@media only screen and (max-width: 550px) {
	body #ph_notify_container .ph_lightbox_container {
		width: 98%;
		margin-left: -49%;
		top: 1%;
		padding: 25px 10px 10px 10px;
	}
}

@media only screen and (max-width: 480px) {
	body #ph_notify_container .ph_lightbox_container h1 {
		font-size: 13px !important;
	}
	
	body .ph_alert_details p {
		font-size: 12px !important;
		margin: 5px 0px 0px 0px;
		line-height: 15px !important;
	}
	
	body #ph_notify_container .ph_lightbox_container .ph_alert_details h2 {
		font-size: 12px;
		margin: 10px 0px 10px 0px;
		line-height: 15px;
	}
	
	body #ph_notify_container .ph_lightbox_container .ph_alert_details #email,
	body #ph_notify_container .ph_lightbox_container .ph_alert_details #price_lower_than {
		font-size: 10px;
	}

	#ph_chart_container .data-range-selector {
		position: relative;
	}
}