#footer .footer-company-info,
#footer .footer-company-info > a {
  display: block;
  width: 100%;
  word-break: break-all;
  position: relative;
}

#footer .footer-company-info {
  padding-left: 30px;
}

#footer .footer-company-info > i {
  position: absolute;
  left: 0;
  top: 0;
}

#footer .footer-company-info > a > i {
  position: absolute;
  left: -30px;
  top: 2px;
}

.blog-content .blog-desc {
  word-break: break-all;
}

#header .header-bottom-area {
  min-height: unset;
}

#header.header-pos {
  min-height: unset;
  height: auto;
}

@media (max-width: 991px) {
  #header .header-bottom-info {
    min-height: unset;
    height: auto;
  }
}

@media (max-width: 991px) {
  #header .header-bottom-area .headerFlex {
    display: flex;
    align-items: center;
  }

  #header .header-bottom-area .headerFlex .logo {
    margin-top: 0;
  }
}

#tab-desc .product-tab-desc table td {
  padding: 5px;
}
