.header-top .container {
  background: #f6f6f8;
}
.header-top .container .tooltip span {
  color: #878787 !important;
}
.header-top .container .tooltip .icon-phone::before {
  color: #878787 !important;
}
.header-top .container .html_topbar_left strong {
  color: #878787 !important;
}
.header-top {
  background: #f6f6f8 !important;
}
.homepage__title,
.homepage__title h1,
.homepage__title h2,
.homepage__title h3 {
  margin-bottom: 0 !important;
}
.homepage__title h1,
.homepage__title h2{
  font-size: 30px;
}
.footer__title p {
  color: #222;
  font-size: 16px !important;
  font-weight: bold;
}
.contact-button__cotent1,
.contact-button__cotent2 {
  width: 100% !important;
}
/* .contact-button__cotent1 {
  background: var(--fs-color-secondary) !important;
} */
.row__contact-cotent {
  border: 2px dashed var(--fs-color-alert);
  padding: 20px 10px 10px 10px;
}
.row__info-ship h4 {
  margin-bottom: 0 !important;
  font-size: 16px;
}
.row__info-ship p{
  font-size: 13px;
}
.home__products .product-title a{ 
  font-size: 14px;
  display: -webkit-box;
  min-height: 38px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home__products .price bdi{
  font-size: 12px !important;
}