@media (max-width: 499px) {
  footer {
    margin-bottom: 45px;
  }
}
footer #bottom {
  background: #8c0000;
  position: relative;
}
footer #bottom .copyright {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 10px 0px;
}
footer #bottom .copyright a {
  color: rgba(255, 255, 255, 0.5);
}

/* ============     ADDTHIS ** addthis ============== */
.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge,
.fb_dialog.fb_dialog_mobile {
  right: 8px !important;
}

.addThis_listSharing {
  position: fixed;
  bottom: 100px;
  z-index: 999;
  right: -15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .addThis_listSharing {
    display: none;
  }
}

.addThis_listSharing.is-show {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.addThis_listing .addThis_item {
  margin-bottom: 5px;
  margin-right: 17px;
}

.addThis_listing .addThis_item .addThis_item--icon {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
  position: absolute;
  top: 4px;
  right: 55px;
  z-index: 9;
  height: 32px;
  line-height: 26px;
  padding: 3px 10px;
  width: auto;
  border-radius: 5px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: rgb(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent rgb(0, 0, 0);
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.addThis_listing .addThis_item .addThis_item--icon:hover {
  text-decoration: none;
  opacity: 0.9;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.actionToolbar_mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: 45px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  background: #fff;
  padding: 5px 10px;
}
@media (min-width: 767px) {
  .actionToolbar_mobile {
    display: none;
  }
}

.actionToolbar_mobile ul.actionToolbar_listing {
  margin: 0;
  display: -moz-flex;
  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;
}

.actionToolbar_mobile ul.actionToolbar_listing li {
  width: 20%;
  float: left;
}

.actionToolbar_mobile ul.actionToolbar_listing li a {
  display: block;
  color: #696969;
  font-size: 12px;
  text-align: center;
  position: relative;
}

.actionToolbar_mobile ul.actionToolbar_listing li a svg {
  fill: #696969;
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
}

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a .messenger_absolute {
  margin-top: -25px;
  display: inline-block;
  vertical-align: top;
}

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a svg {
  width: 44px;
  height: 44px;
}

/* ============     ADDTHIS ** addthis ============== */
.paginate {
  margin-top: 20px;
  text-align: center;
}

.paginate .pagetotal {
  background: #bd0000;
  display: none;
  padding: 0px 2px;
  color: #ffffff;
}

.paginate .pagelink,
.paginate .pagecur,
.paginate .btnPage {
  display: inline-block;
  color: #bd0000;
  height: 25px;
  width: 26px;
  line-height: 25px;
  min-width: 25px;
  text-align: center;
  padding: 0px 3px;
  margin: 0px 4px;
  border: 1px solid #bd0000;
  vertical-align: top;
  font-size: 13px;
}

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

.paginate .pagecur {
  color: #fff;
  background: #bd0000;
  border-color: #bd0000;
}

.resgister_email {
  height: 68px;
  line-height: 68px;
}
.resgister_email .title_register {
  font-family: helveticaneue-light;
  color: #fff;
  font-size: 16px;
  padding-top: 10px;
  display: inline-block;
}
.resgister_email .title_register span {
  display: block;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
}
.resgister_email #form_res_email {
  margin-top: 17px;
  position: relative;
}
.resgister_email #form_res_email .email {
  height: 34px;
  width: 100%;
  padding: 0px 10px;
  outline: none;
  border: 0px;
  padding-right: 105px;
}
.resgister_email #form_res_email .btn_search {
  width: 94px;
  background: #0BC4FF;
  border: 0px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 0px 5px 0px;
  margin-left: 2px;
  cursor: pointer;
  display: inline-block;
  /* margin-top: 8px; */
  position: absolute;
  right: 0;
  top: 0;
}

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

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

.brand_scroll {
  /*padding: 16px 0px;*/
  float: left;
  display: inline-block;
  width: 100%;
  background: #f3f3f3;
  margin-bottom: 0px;
  padding: 45px 0px;
}
.brand_scroll .title_brand {
  border-bottom: solid 1px #ddd;
  border-top: 3px solid #6d0839;
  padding: 9px 15px;
  font-size: 15px;
  font-family: Arial;
  font-weight: bold;
  color: #6b0838;
  text-transform: uppercase;
}
.brand_scroll .owl-carousel .owl-item .item {
  background: #fff;
  padding: 5px;
}
.brand_scroll .owl-carousel .owl-item .item a {
  padding-top: 50%;
  position: relative;
  overflow: hidden;
  height: 0px;
  display: block;
}
.brand_scroll .owl-carousel .owl-item .item img {
  max-width: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}
.brand_scroll .owl-nav .owl-prev {
  left: -20px;
  position: absolute;
  top: 35%;
  width: 10px;
  height: 21px;
  background: url(../../images/left.png);
}
.brand_scroll .owl-nav .owl-next {
  right: -20px;
  position: absolute;
  top: 35%;
  width: 10px;
  height: 21px;
  background: url(../../images/right.png);
}

.brand_scroll_footer {
  padding: 25px 0px;
}

.brand_scroll_footer .follow {
  display: inline-block;
  margin-left: 30px;
}

.brand_scroll_footer .title {
  display: block;
  margin-bottom: 5px;
}

.brand_scroll_footer .dkbct {
  display: inline-block;
  float: left;
  margin-left: 30px;
}

#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: #0199ec;
  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 #6ec0ed;
  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;
  /* Track */
  /* Handle */
}
.wrap-suggestion-search::-webkit-scrollbar {
  width: 4px;
}
.wrap-suggestion-search::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.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 {
  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: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 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;
  -o-text-overflow: ellipsis;
     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;
}