/*
Theme Name:   Storefront Child
Theme URI:    http://example.com/twenty-fifteen-child/
Description:  Storefront Child Theme
Author:       Robert
Author URI:   http://bravo.nickson.nl
Template:     storefront
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  Storefrontchild
*/


.right-sidebar .content-area {
  width: 100%;
}

.site-footer a  {
  color: rgba(255,255,255,0.8) !important;
  line-height: 32px;
	text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.site-footer a:hover  {
  color: rgba(255,255,255,1) !important;
  text-decoration: underline;
}

.woocommerce-message {
  background-color: #ff004e;
}

.wc-block-grid__products .wc-block-grid__product-image img {
    width: 100%;
}

#block-35 {
  margin-bottom: 10px;
}

.wc-block-mini-cart .wc-block-mini-cart__button {
  padding: 16px 20px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.wc-block-mini-cart .wc-block-mini-cart__button:hover {
  opacity: 1 !important;
}
