.button.medium.fullwidth {
  font-weight: bold !important;
  font-size: 1.4em !important;
}

.btn-group-hero {
  display: flex;
  justify-content: space-between;
}

#navigation .fa-heart{
  color: red;
}

#navigation .fa-envelope {
  color: #0468ff;
}



.btn-group-hero .button.medium.fullwidth {
  width: 100%;
  white-space: normal;
  font-weight: bold !important;
  align-content: center;
  display: flex;
  text-align: center;
  justify-content: center;
}

@media(max-width: 900px) {
  .button.medium.fullwidth {
    width: 100%;
    display: flex;
    justify-content: center;
    font-weight: bold !important;
    font-size: 1.6em !important;
    margin-top: 21px !important;
    height: 61px;
    align-items: center;
  }
  #utf_slide_layer_detail_one {
    white-space: normal;
  }
	.main_inner_search_block {
		display: none;
	}
  .btn-group-hero {
    display: block;
  }
}