footer {
  background: #a1a1a1;
  border-top: 7px solid #eaeaea;
}
footer #bottom {
  background: #5f5f5f;
  color: #fff;
  position: relative;
  padding: 11px 0px;
}
footer #bottom .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 650px) {
  footer #bottom .menu_bottom {
    display: none;
  }
}
footer #bottom .menu_bottom ul li {
  display: inline-block;
}
footer #bottom .menu_bottom ul li a {
  color: #fff;
  display: inline-block;
  margin-left: 15px;
}
footer #bottom .menu_bottom ul ul {
  display: none;
}
footer .solo-item {
  display: inline-block;
  text-align: center;
  padding: 0px 2px 0px 2px;
  float: left;
}
footer .solo-item > i {
  display: block;
  font-size: 25px;
  color: #fff;
  background: transparent;
  -webkit-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}
footer .solo-item > i:before {
  padding-top: 3px;
}
footer .footer-content .footer-col {
  width: 25%;
  float: left;
  color: #FFF;
  padding-bottom: 34px;
}
footer .footer-content .footer-col p {
  font-weight: 300;
}
footer .footer-content .footer-col p img {
  max-width: 100%;
  height: auto;
}
footer .footer-content .col1 {
  width: 38%;
  padding-top: 20px;
  padding-right: 22px;
  border-right: dashed 1px #c9c9c9;
}
@media (max-width: 999px) {
  footer .footer-content .col1 {
    padding-right: 10px;
  }
}
@media (max-width: 900px) {
  footer .footer-content .col1 {
    width: 100%;
    padding-right: 0px;
    border-right: none;
  }
}
footer .footer-content .col2 {
  width: 62%;
  padding-left: 35px;
  padding-right: 22px;
  padding-top: 50px;
}
@media (max-width: 999px) {
  footer .footer-content .col2 {
    padding: 50px 10px 20px;
  }
}
@media (max-width: 550px) {
  footer .footer-content .col2 {
    width: 100%;
    padding-right: 0px;
    border-right: none;
  }
}
footer .footer-content .col2 p {
  padding: 3px 0px;
}
footer .footer-content .col3 {
  padding-left: 35px;
  padding-top: 50px;
  width: 30%;
}
footer .footer-content .col3 .wrapper {
  padding: 0px;
}
@media (max-width: 999px) {
  footer .footer-content .col3 {
    padding-left: 10px;
  }
}
@media (max-width: 900px) {
  footer .footer-content .col3 {
    width: 50%;
    padding-bottom: 56px;
    padding-top: 0px;
  }
}
@media (max-width: 550px) {
  footer .footer-content .col3 {
    width: 100%;
    padding-left: 0px;
  }
}
footer h3.title {
  font-weight: 400;
  margin-bottom: 20px;
}
footer h3.title:after {
  margin-top: 10px;
  content: "";
  width: 21px;
  height: 1px;
  background: #fff;
  display: block;
}

.paginate {
  margin-top: 20px;
  text-align: center;
}

.paginate .pagetotal {
  background: #bd0000;
  display: none;
  padding: 0px 2px;
  color: #ffffff;
  font-family: "Open-Sans";
  font-weight: 600;
}

.paginate .pagelink,
.paginate .pagecur,
.paginate .btnPage {
  display: inline-block;
  color: #7d7d7d;
  height: 31px;
  width: 31px;
  line-height: 31px;
  min-width: 31px;
  text-align: center;
  padding: 0px 3px;
  margin: 0px 4px;
  border: 1px solid #f2f2f2;
  vertical-align: top;
  font-size: 13px;
  background: #f2f2f2;
  font-family: "Open-Sans";
  font-weight: 600;
}

.paginate .btnPage i {
  display: inline-block;
  margin-top: 4px;
}

.paginate .pagecur {
  color: #f00;
}

.paginate .btnPage {
  font-family: "Open-Sans";
  font-weight: 600;
}
.paginate .btnPage i:before {
  padding-top: 4px;
  font-weight: 600;
}

.brand_scroll_ft .title {
  display: inline-block;
}

.brand_scroll_ft {
  float: left;
  display: inline-block;
  width: 60%;
}

#tth-scrollup {
  text-indent: -99999px;
  cursor: pointer;
  background: url(../../images/gotop.png) no-repeat scroll;
  bottom: 40px;
  height: 40px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  width: 36px;
  z-index: 999;
  -moz-border-radius: 50%;
  margin: 0;
  opacity: 0.5;
  border-radius: 50%;
}

#tth-scrollup:hover {
  opacity: 1;
}

.bottom_phone {
  background: #6b4737;
  position: fixed;
  width: 100%;
  bottom: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 9999;
}
.bottom_phone .item {
  width: 33.33%;
  float: left;
  border-right: 1px solid #fff;
  padding: 10px 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
}
.bottom_phone .item a {
  color: #fff;
  text-decoration: initial;
}

.showMobile {
  display: none;
}
@media (max-width: 999px) {
  .showMobile {
    display: inline-block;
  }
}

.wrap-suggestion-search {
  display: block;
  background: #fff;
  z-index: 2222233333;
  max-height: 500px;
  overflow: scroll;
  overflow-x: hidden;
  border-top: none;
  border-right: none;
  max-width: 280px;
}
.wrap-suggestion-search::-webkit-scrollbar {
  width: 4px;
}
.wrap-suggestion-search {
  /* Track */
}
.wrap-suggestion-search::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.wrap-suggestion-search {
  /* Handle */
}
.wrap-suggestion-search::-webkit-scrollbar-thumb {
  background: #ddd;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.wrap-suggestion-search::-webkit-scrollbar-thumb:window-inactive {
  background: #fff;
}
.wrap-suggestion-search li.ui-menu-item {
  display: block;
  background: #fff;
  overflow: hidden;
  list-style: none;
  border-bottom: 1px dotted #ccc;
  padding: 0px;
}
.wrap-suggestion-search li.ui-menu-item .ui-menu-item-wrapper:before, .wrap-suggestion-search li.ui-menu-item .ui-menu-item-wrapper:after {
  content: " ";
  display: table;
}
.wrap-suggestion-search li.ui-menu-item .ui-menu-item-wrapper:after {
  clear: both;
}
.wrap-suggestion-search li.ui-menu-item .ui-menu-item-wrapper {
  border: none !important;
  color: unset !important;
  background: unset !important;
  margin: unset !important;
  padding: 6px;
}
.wrap-suggestion-search li.ui-menu-item .ui-menu-item-wrapper a img {
  float: left;
  width: 50px;
  height: auto;
  margin: 0 6px 0 0;
}
.wrap-suggestion-search li.ui-menu-item .ui-menu-item-wrapper a h3 {
  display: block;
  width: auto;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap-suggestion-search li.ui-menu-item .ui-menu-item-wrapper a .price_format span {
  font-size: 12px;
  color: #c70100;
  float: none;
}
.wrap-suggestion-search li.ui-menu-item .ui-menu-item-wrapper:hover {
  background: #faa519;
}
.wrap-suggestion-search li.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: #faa519 !important;
}
.wrap-suggestion-search li.ui-menu-item .ui-menu-item-wrapper.ui-state-active a h3 {
  color: #fff;
}
.wrap-suggestion-search li.ui-menu-item .ui-menu-item-wrapper.ui-state-active a .price_format span {
  color: #fff;
}
/*# sourceMappingURL=footer.css.map */