.footer_icons_block a {
  background-size: cover;
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 2px;
  margin-right: 5px;
}
.block_icons_share_unit a{
	background-size: cover;
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 2px;
  margin-right: 5px;
}

#USER_REMEMBER_frm{
	display:none;
}

.block_auth_lich_kab .buttons .join_link .join{
  color: white;
  background-color: var(--main-blue-color);
  border: 2px solid var(--main-blue-color);
  width: 80px;
  text-transform: uppercase;
font-weight:bold;

}
.block_auth_lich_kab .buttons .join_link:hover .join{
    background-color: transparent;
    border-color: transparent;

}
.button_subscribe_btn{
	border:none;
	margin:0;
	padding:0;

	background:none;
}
button.inner_callback{
	border:none;
	margin:0;
	width: 100%;
	cursor:pointer;
	background:none;	
}
.typeselect {
  padding: 10px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  width: calc(100% );
  max-width: 350px;
  font-size: 18px;
  background: #fff;
}

.join {
  padding: 0px;
  width: 100% !important;
  height: 100%;
  border: none;
  display: inline-block;
  background: none;
  font-family: PTSans_Caption;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.button input.submit_btn{
	background:none;
	border:none;
font-size: 14px;
  line-height: 1.8em;
  font-weight: bold;
font-family: PTSans_Caption;  
}
/*FIX BBRAIN*/
#order_profile_detail {
    margin-left: 0 !important;
}
#order_profile_detail .zag_input_text .bx-ui-slst-pool {
    padding-left: 0;
}
.save_button_area input {
    background-color: transparent;
    color: #fff;
    outline: none;
    appearance: none;
    border: none;
    font-size: inherit;
    font-weight: inherit;
    box-shadow: none;
    cursor: pointer;
}
.block_subscribe_mailing + .zag_input_text .orange_hint {
    margin-top: -90px;
}
@media screen and (max-width: 800px) {
    .block_subscribe_mailing + .zag_input_text .orange_hint {
        margin: -60px 0px 0px 25px;
        max-width: 325px;
    }
}
.block_subscribe_letter .inner_flex {
    width: 100% !important;
}
/*FIX BBRAIN*/ 