.breadcrumb-area-noBg {
  margin-top: 90px;
}
.siteTitle {
  font-size: 24px;
  font-weight: bold;
  color: #444444;
  line-height: 35px;
  margin-bottom: 16px;
}
.siteGroupTitle{
  line-height: 48px;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #444444;
}
.siteGroup {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.siteUrl{
  flex: 0 0 33.33%;
  padding: 10px 0;
  line-height: 20px;
}
.siteUrl a{
  font-size: 14px;
  font-weight: 500;
  color: #33475B;
  line-height: 20px;
}
.siteUrl a:hover{
  color: #ff4846;
}
@media (max-width: 992px) {
  .breadcrumb-area-noBg{
    margin-top: 0;
  }
  .siteUrl{
    flex: 0 0 100%;
    padding: 10px 0;
    line-height: 20px;
  }
}
.recent-product {
  margin-top: 20px;
}

.recent-product .product-content{
  background-color: transparent;
}

.widget.contact-details {
  margin-top: 20px;
}