/*
Theme Name:     Kallyas Child Theme
Theme URI:      http://kallyas.net/demo/
Description:    Child theme for the Kallyas theme
Author:         Hogash
Author URI:     http://themeforest.net/user/hogash
Template:       kallyas
Version:        1.0
Tags: dark, light, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
Text Domain:  zn_framework
*/


.woocommerce ul.products li.product .product-list-item > a {
    background-color: #ffffff;
    height: 100%;
}

.woocommerce ul.products li.product .product-list-item.prod-layout-classic {
    height: 100%;
}


.woocommerce ul.products li.product .product-list-item.prod-layout-classic:hover .kw-details {
    background-color: #ffffff;
}

.button {
    font-family: sans-serif !important;
}

.button--continueShopping {
    margin-bottom: 20px;
    display: inline-block;
}

/* Safari 10.1+ (alternate method) */
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
      .woocommerce ul.products li.product .product-list-item.prod-layout-classic .kw-details-desc p {
          color: #939393;
      }
  }}