body.has-cookie-notice .socket {
	padding-bottom: 40px
}

.cookie-notice {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 56px;
	font-size: 17px;
	text-align: center;
	background: #fff;
	border-top: 1px solid #e9e9ea;
	color: #284156;
	z-index: 2500;
	transition: 0.4s ease-out;
}

.cookie-notice hr {
	margin: 16px 0;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

.cookie-notice.accepted,
.cookie-notice.declined {
	transform: translateY(100%);
}

.cookie-notice a {
	color: #284156;
	text-decoration: underline;
}

.cookie-notice a:hover {
	color: #48769c;
}

.cookie-notice .tracking-accept {
	display: inline-block;
	padding: 3px 9px 2px 9px;
	border-radius: 3px;
	border: 1px solid;
	text-decoration: none;
	margin: 0 10px;
	font-weight: bolder;
}

.cookie-notice .tracking-decline {
	display: inline-block;
	padding: 3px 9px 2px 9px;
	border-radius: 3px;
	border: 1px solid;
	text-decoration: none;
	margin: 0 10px;
	font-weight: bolder;
}

.product-title {
    color: #EA3539 !important;
}

.product_title {
    color: #EA3539 !important;
}

.related.products {
  display: none !important;
}

.avada-myaccount-user {
  display: none !important;
}

.fusion-privacy-placeholder {
  background-image: url(/wp-content/uploads/2020/10/youtube_background_jan.jpg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.fusion-privacy-consent {
  border-style: none !important;
}

abbr.required {
  text-decoration: none !important;
  color: #E24C4B !important;
}

input[type="radio"] {
  -webkit-appearance: radio !important; /* Chrome, Safari, Opera */
  -moz-appearance: radio !important;    /* Firefox */
  -ms-appearance: radio !important;     /* not currently supported */
}

.xa_sp_table_cell {
  text-align: left !!important;
}

.xa_sp_table_head2 tr td {
  text-align: left !important;
}

.xa_sp_table_head1 {
  font-weight: 600;
  font-size: 22px;
}

.xa_sp_table_head2_cell
{
  border-bottom: 1px solid #e1e1e1;
  font-weight: 600;
}

.xa_sp_table_head2_cell, .xa_sp_table_cell {
  text-align: left !important;
  line-height: 1.3em;
  font-size: 16px !important;
  padding: 6px 6px !important;
  word-wrap: break-word;
  display: table-cell;
  vertical-align: inherit;
  color: #32373c;
  min-width: 33% !important;
  font-family: inherit !important;
}

.xa_sp_table
{
  margin-bottom: 25px !important;
}

/* LANGUAGE FLAG DISTANCE */
.wpml-ls-menu-item .wpml-ls-flag {
  margin-right: 5px;
}

.fusion-sb-toggle::after {
  content: 'Blog' !important;
}

.fusion-icon-sliding-bar::before {
  content: 'Blog' !important;
  font-family: "Swis Regular", Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  letter-spacing: 0px !important;
  font-style: normal !important;
}

/* Without this hack all menu items are styled wrongly in the German version */
.current-menu-item a,
.fusion-mobile-current-nav-item > a {
  color: white !important;
}
.current-menu-item a:hover,
.current-menu-item a:active,
.fusion-mobile-current-nav-item > a:hover,
.fusion-mobile-current-nav-item > a:active {
  color: #6cced3 !important;
}

.wpcf7-form .wpcf7-text,
.wpcf7-form textarea {
  font-size: 18px !important;
}

.contact-form-container {
  max-width: 500px;
  text-align: center;
  margin: 40px auto 0;
}

.branding-configurator-container {
  text-align: center;
  padding: 25px;
  box-shadow: 1px 1px 6px rgba(0,0,0,0.25);
}
.branding-configurator-container h2 {
  margin: 0 0 25px;
}

@media screen and (max-width: 1023px) {
  .branding-configurator input[type=file],
  .branding-configurator label,
  .branding-configurator input[type=color] {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .branding-configurator input[type=file] {
    font-size: 11px;
  }
}
@media screen and (min-width: 1024px) {
  .branding-configurator {
    display: flex;
    text-align: left;
  }
  .branding-configurator .col {
    width: 50%;
  }
}

.highlight {
  border: 3px dashed black;
}
.branding-preview {
  width: 100%;
}
.custom-radios .wpcf7-list-item-label {
  /* https://stackoverflow.com/questions/49152265/how-to-implement-radio-button-in-contact-form-7-with-different-value-and-label */
  display:none;
}

.noptin-integration-subscription-checkbox {
  font-family: Lato, Arial, Helvetica, sans-serif !important;
  font-weight: 300 !important;
  letter-spacing: 0px !important;
  font-style: normal !important;
  font-size: 22px !important;
  line-height: 1.4 !important ;
}
