/* ==========================================================================
   eDelikatesy - Layout a obecné prvky
   Zaoblení rohů obrázků/tlačítek, uvítací box na homepage,
   řazení bloků na homepage (welcome, bannery, blog).
   Nahráno na: https://www.edelikatesy.cz/user/documents/css/layout.css
   ========================================================================== */

/* Vlaječka (příznak) u produktu */
.flag {
  background-color: #bd903e !important;
  font-size: 12px !important;
  color: #fff !important;
  border-radius: 3px;
  margin-top: 3px;
}

/* Zaoblení rohů a stíny obrázků napříč webem */
p img {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.btn {
  border-radius: 10px !important;
}

.product img { border-radius: 10px; }
.product { border-radius: 10px; }
.item a img { border-radius: 10px !important; }

.image img {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.welcome img {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

article img {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.news-item img {
  border-radius: 10px !important;
  max-height: 330px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.subcategories { border-radius: 10px !important; }
.subcategories img { border-radius: 3px !important; }

.quantity { margin-right: 4px; }

/* Uvítací box na homepage */
.welcome {
  padding: 30px 20px 30px 20px;
  background: #F7F7F7;
  border-radius: 10px;
}

.welcome h1 {
  text-align: center;
  color: #bd903e;
}

/* Řazení bloků na homepage */
#content {
  display: flex !important;
  flex-direction: column !important;
}

.welcome-wrapper { order: 97 !important; }
.body-banners { order: 98 !important; }
.footer-banners { order: 99 !important; }
.homepage-blog-wrapper { order: 100 !important; }
