/* Enter Your Custom CSS Here */
/* Show site image along with site name */
.site-branding img {
  position: absolute;
  left: 300px;
  top: -20px;
}
/* Change cart icon to truck icon */
.site-header-cart .cart-contents:after {
  content:"\f0d1";
}
/* Style page in widget title (Novinky) */
li.page_in_widget {
  display: block;
}
li.page_in_widget h2.widgettitle {
  font-size: 2.617924em;
  padding: 0 0 0.5em;
  margin-bottom: 0.5em;
}
/* Hide label from search field */
form.woocommerce-product-search label.screen-reader-text {
  display: none;
}