/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 22:0 Unexpected "<"

**/
<style type='text/css'>
	.embeddedServiceHelpButton .helpButton .uiButton {
		background-color: #A22236;
		color:white;
		font-family: "Verdana", sans-serif;
		font-weight:bold;
		border-radius:15px;
	}
	.embeddedServiceHelpButton .helpButton .uiButton:focus {
		outline: 1px solid #9A2237
		border-radius:none;
	}
  	.sidebarHeader h2{
   	 color:white;
  	}
</style>


/* Newsletter PopUp */
.newsletter_popup_inner{	
  background: #fff ;
  background-size: cover;
  background-position: center center;
}
.subscribe_area > h2 {
  color: #000000;
}
.subscribe_area > p {
  color: #111111;
}
.grid__item h1{
	color: ;
}
/* Breadcurmb Banner */
.page-banner-section {
  background: #f6f6f6 ;
}
.page-banner-content h2 {
  color: #666666;
}
.page-banner-content .breadcrumb li, .page-banner-content .breadcrumb li a {
  color: #666666;
}
.page-banner-content .breadcrumb > li + li::before {
  color: #666666;
}
.page-banner-content .breadcrumb li > span {
  color: #999999;
}
/* Top Bar Noticfication */

.top-notification-bar {
	background: #fdbc30;
	background: -moz-linear-gradient(left, #fdbc30 0%, #fdbc30 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #fdbc30), color-stop(100%, #fdbc30));
	background: -webkit-linear-gradient(left, #fdbc30 0%, #fdbc30 100%);
	background: -o-linear-gradient(left, #fdbc30 0%, #fdbc30 100%);
	background: -ms-linear-gradient(left, #fdbc30 0%, #fdbc30 100%);
  	background: linear-gradient(to right, #fdbc30 0%, #fdbc30 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdbc30', endColorstr='#fdbc30', GradientType=1 );
	padding: 10px 0;
}

.notification-entry p a {
  background-color: #fff;
  border: 1px solid #fff;
  color: #232323;
}
.notification-entry p a:hover {
  background-color: ;
  border: 1px solid #fff;
  color: #ffffff;
}
.notification-close-btn {
  background-color: ;
  border: 1px solid #fff;
  color: #fff;
}
.notification-close-btn:hover{
  background-color: #fff;
  border: 1px solid #fff;
  color: #232323;
}
/* End Top Bar Notification */
