/*
Theme Name: Storefront Eshop Child
Template: storefront-eshop
Description: Child theme pro Storefront Eshop s vlastním footerem
Author: Studio Webnice
Version: 1.0.0
*/

/* ===== FOOTER COPYRIGHT ===== */
.footer-copyright {
  color: #0073aa;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
}

/* ===== HEADER ===== */
.lower-header {
  background: #063b69;
}
.center-header {
  clip-path: border-box;
  background: #e2e1db;
}

/* ===== BUTTON ===== */
.woocommerce ul.products li.product .button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
  font-weight: 500;
  background: #0073aa;
  border-radius: 3px;
  border: none;
}

/* ===== SEARCH ===== */
.serach_inner button {
  padding: 17px 30px;
  background: url(lib/search.png) no-repeat scroll #22aa42 21px 16px;
  border-radius: 0;
}