.header .header-top div.left-content ul.logo-container li img {
  max-height: 150px;
  max-width: 150px;
}
.header .header-top {
  justify-content: space-between;
}
.header .header-top div.left-content ul.search-container li.search-group {
  width: 600px;
}
.header .header-top div.left-content ul.search-container li.search-group .search-field {
  max-width: 100%;
  width: 400px;
}
.main-container-wrapper .product-card {
  border: 1px solid #ddd;
  overflow: hidden;
}
.main-container-wrapper .product-card .product-image {
  margin-bottom: 20px;
}
.main-container-wrapper .product-card .cart-wish-wrap {
  width: 100%;
  justify-content: center;
}
.home-blog .blog-box {
  margin-right: 30px;
}
.home-blog .blog-box .image img {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  height: 200px;
  object-fit: cover;
}
.home-blog .blog-box .title {
  margin: 20px 0px;
  font-size: 1.2em;
}
.home-blog .blog-box .description {
  font-size: 0.75em;
}
.home-blog .blog-box:last-child {
  margin-right: 0px;
}
.footer .footer-content .footer-list-container .list-container .list-group li {
  text-transform: unset;
}
.footer-bellow {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px 10px;
  border-top: 1px solid #ccc;
}
.footer-bottom {
  padding: 10px 0px 0px;
  border-top: 1px solid #ccc;
}
@media only screen and (min-width: 1200px) {
  .header .header-bottom ul.nav {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 992px) {
  .header {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
  }
  section.slider-block div.slider-content ul.slider-images li img {
    height: auto;
  }
  .main-container-wrapper .product-card {
    height: 330px;
  }
  .main-container-wrapper .product-card .cart-wish-wrap {
    left: -5px;
  }
  .main-container-wrapper .home-blog .product-grid-3 {
    display: block;
    width: 100%;
  }
  .home-blog .blog-box {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .footer-list-container .list-container {
    margin-bottom: 50px;
  }
}
/*# sourceMappingURL=syt.css.map */