body#homepage, body.homepage {
    padding-bottom: 0;
}

#bottom_searchbox {
  margin-bottom: 25px;

}

#footer {
    margin: 0;
    background: #232323;
    margin: 20px 0 0 0;
    display: inline-table;
}

.footer {
    width: 100%;
    height: auto;
    background: #232323;
    clear: both;
    border-top: medium solid #E5B53A;
    color: #FFF;
    font-size: 14px;
}

.footer hr {
  clear: both;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #464646;
  margin: 15px 0;
  padding: 0;
}

.footer-wrapper {
    width: 1244px;
    margin: 0 auto;
}

.one-fourth--footer {
    width: 311px;
    display: inline-block;
    height: auto;
    float: left;
    margin-bottom: 10px;
}

.footer--category-title {
    font-size: 17px;
    color: #E5B53A;
    display: block;
    float: left;
    margin-top: 15px;
}
.footer--category-title i {
  display: inline-block;
  vertical-align: bottom;
  float: left;
  margin-right: 3px;
}

.footer--category-links {
    margin-top: 50px;
}

.footer--category-links li i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -10px;
}

.footer--category-links li {
    list-style-type: none;
    display: block;
    text-align: left;
}

.footer--category-links li a, .footer--category-links li a:hover {
    color: #FFF !important;
    text-decoration: none;
    font-size: 14px;
}
.footer--category-links a button {
  float: left;
  border: 0;
  background: #E5B53A;
  padding: 8px 15px;
  margin: 15px 0 0 0;
  border-radius: 5px;
  color: #232323;
  text-transform: uppercase;
  font-weight: bold;
}
.footer--category-links a button:hover {
  cursor: pointer;
}
.social-links {
  margin-top: 15px;
}
.social-links > li {
  float: left;
  margin-right: 5px;
}

.feedback-footer input[type="text"], .feedback-footer input[type="email"] {
  width: 80%;
}
.feedback-footer button {
  float: left;
  border: 0;
  background: #E5B53A;
  padding: 8px 15px;
  margin: 15px 0 0 0;
  border-radius: 5px;
  color: #232323;
  text-transform: uppercase;
  font-weight: bold;
}
.feedback-footer button:hover {
  cursor: pointer;
}
.feedback-footer textarea {
  height: 60px;
  width: 249px;
  overflow: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  display: block;
}
.feedback-footer input[type="text"], .feedback-footer input[type="email"], .feedback-footer textarea {
  float: left;
  margin: 10px 0 0 0;
  -webkit-appearance: none;
  border: 0;
  padding: 10px 10px;
  background: #393939;
  color: #999;
  font-family: Arial, sans-serif;
}

.one-fourth--footer .mobile-app {
  width: 250px;
  margin: 25px 0 0 30px;
}

.mobile-app a button {
  margin-left: 15px;
  margin-top: -15px;
  margin-bottom: 25px;
}

_::-webkit-:-webkit-full-screen:host:not(:root:root), .safari_only {
  .footer > a {
    text-decoration: none;
  }
  .mobile-app a {
    text-decoration: none !important;
  }
  .mobile-app a button {
    font-size: 12px;
  }
}

.legal a {
  font-size: 12px;
  color: #999 !important;
  float: left;
  text-decoration: underline !important;
}

.with-icon {
  margin-top: 25px;
}

.play-store > a {
  float: right;
  margin-left: 0;
  margin-right: 15px;
}

@media screen and (max-width: 1270px) {
  .one-fourth--footer .mobile-app {
    margin: 25px 0 0 10px;
  }
  .one-fourth--footer:first-child .footer--category-title,
  .one-fourth--footer:first-child .footer--category-links {
    margin-left: 20px;
  }
  .copyright {
    margin-right: 20px;
  }
  .logo {
    margin-left: 20px;
  }
  .play-store > a {
    float: right;
    margin-left: -30px;
    margin-right: 40px;
  }
}

.sprite {
    background-image: url(/images/footer/footer_sprite.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-envelope {
    width: 35px;
    height: 35px;
    background-position: -5px -5px;
}

.sprite-envelope-light {
    width: 35px;
    height: 27px;
    background-position: -50px -5px;
}

.sprite-facebook {
    width: 32px;
    height: 32px;
    background-position: -95px -5px;
}

.sprite-instagram {
    width: 32px;
    height: 32px;
    background-position: -50px -47px;
}

.sprite-linkedin {
    width: 32px;
    height: 32px;
    background-position: -92px -47px;
}

.sprite-shopping-cart {
    width: 33px;
    height: 33px;
    background-position: -5px -89px;
}

.sprite-smartphone {
    width: 32px;
    height: 32px;
    background-position: -48px -89px;
}

.sprite-smartphone-dark {
    width: 22px;
    height: 22px;
    background-position: -90px -89px;
}

.sprite-speech-bubble {
    width: 26px;
    height: 26px;
    background-position: -137px -5px;
}

.sprite-twitter {
    width: 32px;
    height: 32px;
    background-position: -134px -47px;
}

.sprite-youtube {
    width: 32px;
    height: 32px;
    background-position: -122px -89px;
}
