/**
* Theme Name: Havezic Child
* Description: This is a child theme of Havezic, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: havezic
* Version: 1.0.9
*/

.babe_items .item-meta {
    display: none;
}
.babe_items .item_info_price {
    display: none;
}
.babe_items .item_title {
	pointer-events: none;
}

.babe_items .item_img .item-thumb {
    pointer-events: none;
}

.babe_items .item_info_pdf .download-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--primary);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    transition: 0.3s;
}

.babe_items .item_info_pdf .download-btn:hover {
    background-color:var(--primary_hover);
}