html {
  height: 100%;
  padding: 0;
  margin: 0; }
  html.moveLeft {
    position: relative; }
    html.moveLeft .navbar-fixed-top {
      right: inherit;
      left: inherit;
      width: 100%; }
  html.moveDown {
    position: relative; }

body {
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #001F2F; }

input {
  border-radius: 0; }

div.page {
  background-color: #003855;
  position: relative;
  padding-top: 91px;
  min-height: 100%;
  height: auto;
  margin-bottom: -340px; }

div.page::after {
  content: "";
  display: block; }

nav.navbar {
  background-color: #fff;
  border: 0 none;
  height: 91px; }
  nav.navbar div.navbar-header {
    text-decoration: none;
    text-align: center;
    float: none;
    clear: both;
    padding: 15px 20px; }
    nav.navbar div.navbar-header button {
      margin-top: 14px;
      border: 0;
      background-color: transparent;
      font-size: 23px;
      padding: 0; }
      nav.navbar div.navbar-header button:hover, nav.navbar div.navbar-header button:focus {
        outline: 0 none; }
      nav.navbar div.navbar-header button#show_menu {
        float: right; }
      nav.navbar div.navbar-header button#show_search {
        float: left; }
  nav.navbar a.logo {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    float: none;
    clear: both; }
    nav.navbar a.logo span {
      display: inline-block;
      background: url("../images/logo.png") no-repeat transparent 0 0;
      background-size: 18px;
      height: 29px;
      width: 27px;
      margin-top: 2px; }
    nav.navbar a.logo h1 {
      font-size: 16px;
      color: #000;
      margin: 0;
      margin-top: 2px;
      padding: 0;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 3px; }

div#menu {
  width: 200px;
  height: 100%;
  background-color: #001F2F;
  position: fixed;
  right: -200px;
  top: 0;
  z-index: 99999;
  overflow-y: auto; }
  div#menu ul {
    padding: 0;
    list-style: none;
    list-style-position: inside;
    margin: 0; }
    div#menu ul li {
      text-align: center; }
      div#menu ul li a {
        color: #fff;
        padding: 10px;
        font-size: 15px;
        display: block;
        text-decoration: none;
        letter-spacing: 1px;
        border-bottom: 1px solid #0F2F40;
        text-transform: capitalize; }
        div#menu ul li a:hover, div#menu ul li a:focus {
          background-color: #2589BD; }

div#search {
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: fixed;
  top: -60px;
  z-index: 88888; }
  div#search input[type=text] {
    width: 81%;
    height: 60px;
    font-size: 26px;
    border: 0;
    display: inline-block;
    padding-left: 14px;
    background-color: #F3F3F3; }
    div#search input[type=text]:focus {
      outline: 0 none; }
    @media (min-width: 768px) {
      div#search input[type=text] {
        width: 90%; } }
  div#search button {
    -webkit-appearance: none;
    height: 60px;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 19%;
    display: inline-block;
    margin-left: -4px;
    font-size: 29px;
    background-color: #45AADE;
    color: #fff;
    text-align: center; }
    div#search button:focus {
      outline: 0 none; }
    @media (min-width: 768px) {
      div#search button {
        width: 10%; } }

.bx-wrapper {
  position: relative; }
  .bx-wrapper .bx-controls-direction {
    display: none; }

.bx-viewport {
  height: auto !important; }

div.bx-controls {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }
  div.bx-controls div.bx-pager div {
    display: inline-block; }
    div.bx-controls div.bx-pager div a {
      border: 0;
      height: 10px;
      width: 10px;
      padding: 0;
      display: block;
      background-color: #000;
      margin-right: 10px;
      text-indent: -200000px; }
      div.bx-controls div.bx-pager div a:focus {
        outline: 0 none; }
      div.bx-controls div.bx-pager div a.active {
        background-color: #8a9194; }

div.slider {
  width: 100%;
  height: 540px;
  background-color: #fff;
  text-align: center;
  padding-top: 10px;
  position: relative; }
  @media (min-width: 320px) and (max-width: 374px) {
    div.slider {
      height: 478px; } }
  @media (min-width: 1200px) {
    div.slider {
      height: 668px; } }
  div.slider .img {
    display: inline-block;
    width: 88%;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
    @media (min-width: 320px) and (max-width: 374px) {
      div.slider .img {
        height: 266px; } }
    @media (min-width: 768px) {
      div.slider .img {
        width: 45%;
        height: 450px; } }
    @media (min-width: 1200px) {
      div.slider .img {
        margin-top: 60px; } }
  div.slider div.desc {
    display: inline-block;
    /* border: 1px solid; */
    width: 100%;
    text-align: left;
    padding: 0 10px;
    vertical-align: -63px; }
    @media (min-width: 414px) {
      div.slider div.desc {
        padding: 0 20px; } }
    @media (min-width: 768px) {
      div.slider div.desc {
        width: 40%;
        vertical-align: 110px;
        padding: 0; } }
    @media (min-width: 1200px) {
      div.slider div.desc {
        margin-left: -100px;
        width: 40%;
        vertical-align: 140px; } }
    div.slider div.desc p {
      font-size: 17px;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding-bottom: 10px;
      width: 100%;
      margin-top: 20px; }
      @media (min-width: 414px) {
        div.slider div.desc p {
          font-size: 20px; } }
      @media (min-width: 768px) {
        div.slider div.desc p {
          font-size: 27px; } }

a.learnmore {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  display: block;
  width: 120px;
  text-align: center;
  padding: 10px;
  letter-spacing: 1px;
  font-size: 13px; }
  a.learnmore:focus {
    outline: 0 none; }

div.feautures {
  width: 100%;
  height: auto;
  background-color: #003855;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px; }
  div.feautures h2 {
    padding: 0;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 20px auto 10px;
    position: relative; }
    @media (min-width: 375px) {
      div.feautures h2 {
        width: 350px; }
        div.feautures h2::after {
          content: '';
          background: url("../images/anchor.png") no-repeat;
          background-size: 20px;
          background-position: 0px 2px;
          padding: 0 13px;
          top: 2px;
          transform: rotate(180deg);
          position: absolute;
          right: 0;
          width: 20px;
          height: 17px; }
        div.feautures h2::before {
          content: '';
          background: url("../images/anchor.png") no-repeat;
          background-size: 20px;
          background-position: 0px 2px;
          padding: 0 13px;
          top: 1px;
          position: absolute;
          left: -3px;
          width: 20px;
          height: 17px; } }
  div.feautures div.categories {
    width: 100%;
    padding-top: 40px; }
    div.feautures div.categories div.container {
      padding-left: 0;
      padding-right: 0; }
    div.feautures div.categories div.row {
      margin-left: 0;
      margin-right: 0; }
    div.feautures div.categories div.category {
      width: 280px;
      height: 325px;
      background-color: #fff;
      display: inline-block;
      margin-bottom: 8px; }
      div.feautures div.categories div.category a {
        text-decoration: none;
        color: #000;
        display: block;
        height: 100%;
        width: 100%; }
        div.feautures div.categories div.category a:hover {
          color: #000; }
        div.feautures div.categories div.category a:focus {
          outline: 0; }
      div.feautures div.categories div.category h3 {
        padding: 0;
        margin: 0;
        text-transform: uppercase;
        text-align: left;
        letter-spacing: 1px;
        font-size: 23px;
        margin-left: 15px;
        margin-top: 15px; }
      div.feautures div.categories div.category span {
        display: block;
        font-size: 11px;
        text-align: left;
        padding: 0;
        margin: 0;
        margin-left: 17px;
        margin-top: 7px;
        letter-spacing: 1px; }
        div.feautures div.categories div.category span i {
          display: inline-block;
          vertical-align: 1px;
          font-size: 7px; }
      div.feautures div.categories div.category img {
        height: 200px;
        width: auto;
        margin-top: 20px; }
      @media (min-width: 667px) and (max-width: 735px) {
        div.feautures div.categories div.category {
          margin-bottom: 18px; } }
      @media (min-width: 736px) and (max-width: 767px) {
        div.feautures div.categories div.category {
          margin-bottom: 19px; } }
      @media (min-width: 768px) {
        div.feautures div.categories div.category {
          margin-bottom: 20px; } }
      @media (min-width: 1200px) {
        div.feautures div.categories div.category {
          width: 100%;
          height: 400px;
          margin-bottom: 30px; }
          div.feautures div.categories div.category img {
            height: 250px; }
            div.feautures div.categories div.category img.un {
              height: 210px;
              margin-top: 46px; } }
    @media (max-width: 667px) {
      div.feautures div.categories .col-xs-offset-1 {
        margin-left: 0; }
      div.feautures div.categories .col-xs-6 {
        width: 100%; } }
    @media (min-width: 667px) and (max-width: 735px) {
      div.feautures div.categories .col-xs-offset-1 {
        margin-left: 2.333333%; }
      div.feautures div.categories .col-xs-6 {
        width: 47%; } }
    @media (min-width: 736px) and (max-width: 767px) {
      div.feautures div.categories .col-sm-offset-1 {
        margin-left: 6.333333%; }
      div.feautures div.categories .col-sm-6 {
        width: 43%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      div.feautures div.categories .col-sm-offset-1 {
        margin-left: 5.333333%; }
      div.feautures div.categories .col-sm-6 {
        width: 43%; } }

div.popular {
  width: 100%;
  height: auto;
  background-color: #013049;
  text-align: center;
  padding: 40px 0; }
  div.popular h3, div.popular h2 {
    padding: 0;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 20px auto 10px;
    position: relative; }
    @media (min-width: 375px) {
      div.popular h3, div.popular h2 {
        width: 350px; }
        div.popular h3::after, div.popular h2::after {
          content: '';
          background: url("../images/anchor.png") no-repeat;
          background-size: 20px;
          background-position: 0px 2px;
          padding: 0 13px;
          top: 2px;
          transform: rotate(180deg);
          position: absolute;
          right: 0;
          width: 20px;
          height: 17px; }
        div.popular h3::before, div.popular h2::before {
          content: '';
          background: url("../images/anchor.png") no-repeat;
          background-size: 20px;
          background-position: 0px 2px;
          padding: 0 13px;
          top: 1px;
          position: absolute;
          left: -3px;
          width: 20px;
          height: 17px; } }
  div.popular div.filters ul {
    list-style-type: none;
    list-style-position: inside;
    padding: 0;
    margin: 0;
    margin-top: 20px; }
    div.popular div.filters ul li {
      display: inline-block; }
      div.popular div.filters ul li a {
        color: #F65858;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 12px; }
        div.popular div.filters ul li a.active, div.popular div.filters ul li a:hover {
          color: #fff; }
        div.popular div.filters ul li a:focus {
          outline: 0 none; }
      div.popular div.filters ul li:after {
        content: '-';
        display: inline-block;
        width: 15px;
        color: #F65858; }
    div.popular div.filters ul li:last-child:after {
      display: none; }
  div.popular div.products {
    padding-top: 50px;
    padding-bottom: 40px; }
    div.popular div.products .row {
      margin: 0; }
    div.popular div.products div.product {
      vertical-align: top;
      position: relative;
      width: 250px;
      min-height: 350px;
      height: auto;
      background-color: #fff;
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: auto;
      display: inline-block;
      margin-left: 10px;
      margin-right: 10px; }
      div.popular div.products div.product a.link {
        display: block;
        text-decoration: none; }
        div.popular div.products div.product a.link:focus {
          outline: 0 none; }
      div.popular div.products div.product span.price {
        background-color: #f65858;
        min-width: 70px;
        position: absolute;
        right: 0;
        top: 0px;
        padding: 4px 7px;
        text-align: right;
        color: #fff;
        font-size: 13px;
        letter-spacing: 1px;
        width: auto; }
      div.popular div.products div.product div.img {
        display: block;
        width: 65%;
        height: 290px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        margin: 0 auto; }
        div.popular div.products div.product div.img img {
          display: none; }
      div.popular div.products div.product div.desc {
        width: 100%;
        padding: 0 10px;
        display: block;
        margin-bottom: 20px; }
        div.popular div.products div.product div.desc p {
          text-align: center;
          margin: 0;
          font-size: 14px;
          letter-spacing: 1px; }
      div.popular div.products div.product a.learnmore {
        margin: 0 auto;
        width: 110px;
        font-size: 12px;
        padding: 7px;
        margin-bottom: 15px; }
    div.popular div.products a.moreproducts {
      display: block;
      width: 250px;
      background-color: #f65858;
      margin: 0 auto;
      font-size: 12px;
      color: #fff;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 5px 0;
      cursor: pointer;
      position: relative;
      margin-top: 20px; }
      div.popular div.products a.moreproducts:hover {
        text-decoration: none; }
      div.popular div.products a.moreproducts:focus {
        outline: 0 none; }
      div.popular div.products a.moreproducts::after, div.popular div.products a.moreproducts::before {
        content: '';
        background: url("../images/anchor.png") no-repeat;
        background-size: 15px;
        background-position: 0px 2px;
        padding: 0 13px;
        top: 6px;
        position: absolute;
        left: 13px;
        width: 20px;
        height: 17px; }
      div.popular div.products a.moreproducts::after {
        transform: rotate(180deg);
        position: absolute;
        right: 13px;
        left: inherit;
        top: 3px; }

div.page::after {
  min-height: 340px; }

footer {
  background-color: #001e2d;
  min-height: 340px;
  height: auto;
  width: 100%;
  display: block;
  position: absolute; }
  footer div.newsletter {
    min-height: 80px;
    height: auto;
    background-color: #001a27;
    border-bottom: 1px solid #082534;
    padding: 20px 0; }
    @media (min-width: 1024px) {
      footer div.newsletter {
        padding: 25px 0; }
        footer div.newsletter div.row:last-child {
          text-align: left; } }
    footer div.newsletter div.row {
      margin-left: 0;
      margin-right: 0;
      text-align: center; }
    footer div.newsletter p {
      display: inline-block;
      text-align: left;
      color: #fff;
      font-size: 13px;
      letter-spacing: 1px;
      width: 100%; }
      @media (min-width: 768px) {
        footer div.newsletter p {
          text-align: right; } }
      @media (min-width: 1024px) {
        footer div.newsletter p {
          margin-top: 5px; } }
    footer div.newsletter input[type=email] {
      display: inline-block;
      border: 0;
      width: 198px;
      padding: 6px 10px;
      font-size: 12px; }
      footer div.newsletter input[type=email]:focus {
        outline: 0 none; }
      @media (min-width: 568px) {
        footer div.newsletter input[type=email] {
          width: 445px; } }
      @media (min-width: 667px) {
        footer div.newsletter input[type=email] {
          width: 541px; } }
      @media (min-width: 736px) {
        footer div.newsletter input[type=email] {
          width: 613px; } }
      @media (min-width: 768px) {
        footer div.newsletter input[type=email] {
          width: 263px; } }
    footer div.newsletter button {
      display: inline-block;
      border: 0;
      padding: 6px 20px;
      font-size: 12px;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-left: -4px;
      background-color: #13c591;
      color: #fff; }
      footer div.newsletter button:focus {
        outline: 0 none; }
  footer div.footer {
    padding-top: 40px; }
    footer div.footer p.copyright {
      margin: 0;
      font-size: 11px;
      color: #bbc3c7;
      letter-spacing: 1px;
      margin-right: 4px;
      text-align: left;
      margin-left: 45px;
      margin-bottom: 30px; }
    footer div.footer a.logo {
      text-decoration: none;
      display: block;
      text-align: left;
      margin-top: 0px;
      margin-bottom: 15px;
      margin-left: 30px; }
      @media (min-width: 1024px) {
        footer div.footer a.logo {
          margin-top: 11px; } }
      footer div.footer a.logo:focus {
        outline: 0; }
      footer div.footer a.logo span {
        display: inline-block;
        background: url("../images/logo_white.png") no-repeat transparent 0 0;
        background-size: 13px;
        height: 19px;
        width: 24px;
        margin-top: 0; }
      footer div.footer a.logo p.brand {
        font-size: 14px;
        color: #fff;
        margin: 0;
        margin-top: 0;
        padding: 0;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 3px;
        display: inline-block;
        vertical-align: top; }
    footer div.footer h4 {
      color: #fff;
      margin: 0;
      padding: 0;
      margin-top: 13px;
      font-size: 14px;
      letter-spacing: 1px;
      margin-left: 30px;
      text-transform: uppercase; }
    footer div.footer ul {
      list-style: none;
      list-style-position: inside;
      margin-top: 23px;
      display: inline-block;
      vertical-align: top;
      margin-left: 30px;
      padding: 0; }
      @media (min-width: 568px) {
        footer div.footer ul {
          -moz-column-count: 4;
          -moz-column-gap: 30px;
          -webkit-column-count: 4;
          -webkit-column-gap: 30px;
          column-count: 4;
          column-gap: 30px; } }
      @media (min-width: 667px) {
        footer div.footer ul {
          -moz-column-count: 4;
          -moz-column-gap: 50px;
          -webkit-column-count: 4;
          -webkit-column-gap: 50px;
          column-count: 4;
          column-gap: 50px; } }
      @media (min-width: 736px) {
        footer div.footer ul {
          -moz-column-count: 4;
          -moz-column-gap: 70px;
          -webkit-column-count: 4;
          -webkit-column-gap: 70px;
          column-count: 4;
          column-gap: 70px; } }
      @media (min-width: 1024px) {
        footer div.footer ul {
          -moz-column-count: 2;
          -moz-column-gap: 50px;
          -webkit-column-count: 2;
          -webkit-column-gap: 50px;
          column-count: 2;
          column-gap: 50px; } }
      @media (min-width: 1200px) {
        footer div.footer ul {
          -moz-column-count: 3;
          -moz-column-gap: 50px;
          -webkit-column-count: 3;
          -webkit-column-gap: 50px;
          column-count: 3;
          column-gap: 50px; } }
      footer div.footer ul.contact {
        -moz-column-count: 1;
        -moz-column-gap: 20px;
        -webkit-column-count: 1;
        -webkit-column-gap: 20px;
        column-count: 1;
        column-gap: 20px; }
      footer div.footer ul li {
        margin-bottom: 3px; }
        footer div.footer ul li a {
          text-decoration: none;
          color: #bbc3c7;
          letter-spacing: 1px;
          font-size: 13px;
          text-transform: capitalize; }
          footer div.footer ul li a:focus {
            outline: 0 none; }
        footer div.footer ul li a.socialmedia {
          font-size: 17px;
          display: inline-block;
          margin-top: 6px;
          margin-right: 2px; }

div.productdetails {
  padding-top: 40px;
  padding-bottom: 40px; }
  div.productdetails div.row {
    margin-left: 0;
    margin-right: 0; }
  div.productdetails div.img {
    height: 380px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-color: #fff; }
    @media (min-width: 375px) {
      div.productdetails div.img {
        height: 400px; } }
    @media (min-width: 414px) {
      div.productdetails div.img {
        height: 500px; } }
    @media (min-width: 768px) {
      div.productdetails div.img {
        height: 700px; } }
  div.productdetails div.socialmedia {
    display: block;
    padding-top: 10px; }
    @media (min-width: 414px) {
      div.productdetails div.socialmedia {
        padding: 0px;
        padding-left: 20px;
        display: inline-block;
        vertical-align: -3px;
        border-left: 1px solid #47708A;
        margin-left: 15px; } }
    div.productdetails div.socialmedia::before {
      content: 'Share: ';
      color: #fff;
      letter-spacing: 1px;
      font-size: 12px;
      top: -2px;
      position: relative; }
    div.productdetails div.socialmedia a {
      display: inline-block;
      color: #fff;
      font-size: 18px;
      margin-left: 6px; }
  div.productdetails div.details {
    padding: 20px  0px;
    color: #fff; }
    @media (min-width: 768px) {
      div.productdetails div.details {
        padding: 10px 20px; } }
    div.productdetails div.details h2 {
      color: #fff;
      letter-spacing: 1px;
      font-size: 25px;
      margin: 0;
      padding: 0;
      line-height: 1.2em; }
    div.productdetails div.details > h3 {
      color: #fff;
      letter-spacing: 1px;
      margin-bottom: 20px;
      margin-top: 15px; }
    div.productdetails div.details p {
      color: #fff;
      letter-spacing: 1px;
      line-height: 1.5em; }
    div.productdetails div.details a.buy {
      display: inline-block;
      width: 190px;
      height: 38px;
      background-color: #e9e9e9;
      color: #000;
      text-decoration: none;
      font-weight: bold;
      text-transform: uppercase;
      background-image: url("../images/amazon.png");
      background-repeat: no-repeat;
      background-position: 100px 11px;
      padding: 8px 11px;
      background-size: 67px;
      font-size: 14px;
      margin-top: 25px; }
    div.productdetails div.details h4 {
      color: #fff;
      letter-spacing: 1px;
      margin-top: 25px;
      text-transform: uppercase;
      font-size: 16px;
      margin-bottom: 12px; }
      div.productdetails div.details h4 a {
        color: #7ECCF5; }
        div.productdetails div.details h4 a:hover {
          color: #7ECCF5; }
    div.productdetails div.details ul {
      list-style: none;
      list-style-position: inside;
      margin: 0;
      padding: 0; }
      div.productdetails div.details ul li span {
        font-weight: bold;
        color: #fff;
        letter-spacing: 1px;
        font-size: 12px;
        display: block;
        padding: 4px 12px;
        background-color: #194861; }
      div.productdetails div.details ul li span:nth-child(2) {
        background-color: #F0FAFF;
        color: #000; }

div.searchresult {
  min-height: 200px; }
  div.searchresult h2 {
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 33px;
    margin-top: 40px; }
    div.searchresult h2 span {
      display: block;
      font-size: 14px;
      margin-top: 13px;
      text-transform: capitalize; }
  div.searchresult ul.filters {
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #013049;
    padding: 6px 13px;
    margin-top: 20px;
    width: 93%; }
    @media (min-width: 768px) {
      div.searchresult ul.filters {
        width: 100%; } }
    div.searchresult ul.filters > li {
      display: inline-block;
      color: #fff; }
      div.searchresult ul.filters > li button {
        padding: 7px 14px;
        background-color: #1565C0;
        letter-spacing: 1px;
        font-size: 12px;
        border: 0 none;
        margin-bottom: 5px; }
        div.searchresult ul.filters > li button:focus {
          outline: 0 none; }
        div.searchresult ul.filters > li button.active {
          background: #fff;
          color: #000; }
        @media (min-width: 768px) {
          div.searchresult ul.filters > li button {
            margin-bottom: 0; } }
      div.searchresult ul.filters > li span {
        letter-spacing: 1px;
        font-size: 13px;
        margin-left: -14px;
        display: block;
        padding-bottom: 4px; }
        @media (min-width: 768px) {
          div.searchresult ul.filters > li span {
            margin-left: 0;
            padding-bottom: 0;
            display: initial; } }
      @media (min-width: 768px) {
        div.searchresult ul.filters > li {
          width: auto !important; } }
  div.searchresult ul.prices, div.searchresult ul.weights, div.searchresult ul.brands {
    position: relative;
    margin: 0;
    list-style: none;
    background: #fff;
    padding: 12px 4px;
    display: none;
    width: 93%; }
    @media (min-width: 768px) {
      div.searchresult ul.prices, div.searchresult ul.weights, div.searchresult ul.brands {
        width: 100%; } }
    div.searchresult ul.prices li, div.searchresult ul.weights li, div.searchresult ul.brands li {
      display: inline-block; }
      div.searchresult ul.prices li button, div.searchresult ul.weights li button, div.searchresult ul.brands li button {
        font-size: 12px;
        letter-spacing: 1px;
        margin-right: 2px;
        margin-bottom: 3px;
        border: 0 none;
        background-color: #288CFF;
        color: #FFF;
        padding: 5px;
        text-transform: capitalize; }
        div.searchresult ul.prices li button.active, div.searchresult ul.weights li button.active, div.searchresult ul.brands li button.active {
          background-color: #2063AF;
          color: #FFFFFF; }
        div.searchresult ul.prices li button:focus, div.searchresult ul.weights li button:focus, div.searchresult ul.brands li button:focus {
          outline: 0 none; }
        div.searchresult ul.prices li button:disabled, div.searchresult ul.weights li button:disabled, div.searchresult ul.brands li button:disabled {
          background-color: #F1F1F1;
          color: #888888; }
      div.searchresult ul.prices li button#close, div.searchresult ul.weights li button#close, div.searchresult ul.brands li button#close {
        position: absolute;
        top: 0;
        right: 0;
        background-color: #D4668B; }
        div.searchresult ul.prices li button#close.active, div.searchresult ul.weights li button#close.active, div.searchresult ul.brands li button#close.active {
          background-color: #D4668B; }

.modal-header {
  padding: 15px;
  background-color: #D8F2FF;
  letter-spacing: 1px;
  border: 0 none; }

.modal-body {
  position: relative;
  padding: 15px;
  background-color: #FFFFFF;
  color: #001824;
  letter-spacing: 1px; }

.fixfixed #search {
  position: absolute;
  top: -60px;
  height: auto !important; }
  .fixfixed #search input[type=text] {
    position: absolute;
    left: 0;
    padding-top: 12px;
    padding-bottom: 12px; }
  .fixfixed #search button#find {
    position: absolute;
    right: 0;
    top: -60px; }

.fixfixed .navbar-fixed-top {
  position: absolute;
  top: 0px !important; }

div.ads {
  width: 100%;
  height: 90px;
  margin: -13px auto 31px;
  overflow: hidden; }
  @media (min-width: 768px) {
    div.ads {
      width: 728px; } }
