.mt-30 {
  margin-top: 30px;
}

#outline {
  padding-top: 80px !important;
}

#nav__dropdown:hover .header__dropdown-wrapper {
  display: block !important;
}

header {
  font-family: "myriad-pro-1", "PT Sans", sans-serif;
  box-sizing: content-box;
  position: fixed;
  width: 100%;
  z-index: 99990;
  background: #000;
  border-bottom: solid 5px #008DA8;
  height: 75px;
  margin-bottom: 15px;
}
header * {
  box-sizing: border-box;
}
header a {
  color: #fff;
}
header a:hover {
  text-decoration: none;
}
header img {
  vertical-align: middle;
}
header .row {
  position: relative;
}
header .container {
  width: 990px;
  position: relative;
  padding: 0 !important;
  background: #000;
}
header .header__dropdown {
  display: block;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 0;
  *zoom: 1;
}
header .header__dropdown:after, header .header__dropdown:before {
  content: "";
  display: table;
}
header .header__dropdown:after {
  clear: both;
}
header .header__dropdown-wrapper {
  position: fixed;
  z-index: 1000;
  top: 75px;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-top: 5px;
  background: #f3f3f3;
  padding: 5px 0;
  display: none;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: -30px;
}
header .header__dropdown li {
  list-style: none;
}
header .header__dropdown a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  font-size: 16px;
}
header .header__dropdown a:hover {
  text-decoration: none;
  background-color: #fff;
}
header .header__dropdown .dropdown__category {
  float: left;
  width: 20%;
  min-width: 200px;
}
header .header__dropdown .dropdown__category > a {
  font-size: 18px;
  color: #008DA8;
}
header .header__dropdown .dropdown__category > a:hover {
  text-decoration: underline;
}
header .header__dropdown .dropdown__submenu {
  padding: 5px 0;
  margin: 2px 0 0;
}
header .header__dropdown .dropdown__submenu a {
  color: #777;
  font-size: 16px;
}
header .header__dropdown .dropdown__all a {
  color: #000;
}
header input#search {
  border: 5px solid #008da8;
  height: 44px;
  width: 320px;
  border-radius: 0;
  margin-top: -5px;
  outline: 0;
  font-family: 'myriad-pro-1', 'PT Sans', sans-serif;
  font-size: 16px;
  box-sizing: border-box !important;
}
header .header__dropdown--store {
  left: 50%;
  width: 990px;
  margin-left: -495px;
}
header .header__dropdown--store .dropdown__category {
  min-width: 20%;
}

.nav {
  line-height: 70px;
  border-bottom: 5px solid #008DA8;
  box-sizing: border-box;
}
.nav .col-md-2, .nav .col-md-10 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.nav .col-md-2 {
  width: 16.66667%;
}
.nav .col-md-10 {
  width: 83.33333%;
}
.nav__search--open {
  display: block !important;
}
.nav__search-form {
  position: absolute;
  right: 0;
  width: 320px;
  z-index: 999;
}
.nav__menu {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.nav__menu > li {
  position: relative;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  display: inline-block;
}
.nav__menu > li > a {
  position: relative;
  font-size: 18px;
  padding: 34px 15px;
}
.nav__menu > li:hover:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -12px;
  width: 0px;
  height: 0px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #008DA8;
}
.nav__bar {
  font-family: "myriad-pro-1", "PT Sans", sans-serif;
  padding-top: 5px;
}
.nav__logo {
  display: inline-block;
}
.nav__logo img {
  vertical-align: middle;
  max-width: 100%;
}
.nav__logo strong {
  position: absolute;
  font-size: 0/0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.nav__cart {
  float: right;
  width: 65px;
  text-align: right;
}
.nav__search {
  margin-left: 20px;
}

#nav__search {
  display: none;
}

body.standard .container, .container_border {
  border: 0;
}

/* SEARCH */

header .widget_products_predictive_search {
  position: absolute;
  right: 0;
  display: none;
}

.widget_products_predictive_search input[type="submit"]:hover {
  background: #008da8;
}

.widget_products_predictive_search--open {
  display: block;
}

header .bt_search {
  background-color: #008da8;
  border-radius: 0;
  width: 80px;
  height: 44px;
  font-family: 'myriad-pro-1', 'PT Sans', sans-serif;
  font-size: 16px;
  box-sizing: border-box !important;
  margin-top: -5px;
}

.predictive_results {
  position: absolute;
  box-sizing: border-box;
  border-radius: 0;
  right: 0;
}

.predictive_results ul {
  max-height: 200px !important;
}

.ajax_search_content {
  width: 100%;
}

.rs_avatar {
  border: 1px solid #e5e5e5;
  margin-right: 14px;
}

.customize-support .header__dropdown-wrapper {
  margin-top: 37px;
}

.predictive_results ul li, .predictive_results ul li a, .predictive_results ul li p {
  font-family: 'myriad-pro-1', 'PT Sans', sans-serif;
}

.predictive_results ul li .rs_content_popup, .predictive_results ul li .rs_name, .ajax_no_result {
  font-size: 16px;
}

.more_result {
  font-size: 14px;
}
