/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
 
 
.mega_wrapper {
    border: 1px solid #d5d5d5;
    background-color: #fff;
}

.mega_wrapper h3 {
    color:#000000;
    font-size:20px;
    text-align: center;
    margin: 10px;
}

.mega_wrapper .caption {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.products li.product-category {
    margin-bottom: 30px; /* prostor pod kategorijami */
}

ul.products li.product-category:last-child {
    margin-bottom: 50px; /* še več prostora pod zadnjo kategorijo */
}
