/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 13 2019 | 19:00:19 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 


.product-category img {
border: solid 1px rgba(67,72,72,1);
}

.type-product img {
  border: solid 1px rgba(67,72,72,1);
}

.woocommerce-product-gallery img {
   border: none;
}

.storefront-full-width-content .woocommerce-products-header {
    padding: 0 0 20px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
      display: flex;
    justify-content: space-between;
}

.flex-control-thumbs li {
      margin-right: 0px !important;
      flex-grow: 1;
}