[class^="icon-"],
[class*=" icon-"],
.icon:before, .icon:after,
.icon_font,
.account_menu_btns a:before,
.btn_nav:before,
.add_to_cart_complete_opt:before,
.close_att_cart_popup:before,
#InfoFavBox .submit_button,
.btn_delete {
  font-family: 'awesome' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
}
table { vertical-align: baseline; }
.trans, .trans a {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.trans1, .trans1 a {
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.form_fields, select, .form_fields_error, textarea, #SignUp input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  -moz-outline: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
textarea {
  height: 120px !important;
}
.submit_button, a.submit_button_image, .submit_button_image, #SignUp input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  -moz-outline: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
fieldset {
  border:0;
  margin:0;
  padding:0;
}

.msgbox {
  position: relative;
  padding: 15px;
  min-height: 25px;
  line-height: 25px;
  margin: 0;
  z-index: 20;
}
.shoutcast_msg {
  position: fixed;
  text-align: center;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
}

.nav_bg nav {
  display: flex;
  gap: 5px;
}