.cp_head_banner_spacer{
	height:60px
}
body.lang-fr-FR .cp_head_banner_spacer,
body.lang-es-419 .cp_head_banner_spacer,
body.lang-ru-RU .cp_head_banner_spacer,
body.lang-de-DE .cp_head_banner_spacer,
body.lang-pt-BR .cp_head_banner_spacer,
body.lang-ja {
	height: 0 !important;
}
#cp-masthead {
	height:auto!important;
}
#mega_menu{
	min-height:auto!important;
}
#mega_menu:after{
	bottom:auto!important;
}

.cp_head_banner {
	width:100%;
	background-color:#f5f5f5;
	align-items:center;
	justify-content: center;
	height:60px;
	position: fixed;
	top: 0px;
	z-index: 9999;
}

.cp_head_banner_inner {
}

.cp_head_banner_close{
	border:none;
	position: absolute;
	right:30px;
	background-color:#f5f5f5;
}
.cp_head_banner a {
	color:#333;
	transition:.2s all;
	font-weight:bold;
	font-size:18px;
	color:#CC285F;
}

.cp_head_banner a:hover {
	color:#e65785;
	text-decoration:underline!important;
}


@media only screen and (max-width: 760px) {
  .cp_head_banner_inner {
  	text-align: center;
  	padding:10px;
  }
  .cp_head_banner span::before{
  	content:"\a";
  	white-space:pre;
  }
  .cp_head_banner_close{
  	position: relative;
  	right:12px;
  }
}