/*
Theme Name: Barista Child
Theme URI: https://barista.qodeinteractive.com
Description: A child theme of Barista Theme
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0.2
Template: baristawp
*/

.custom-icons {
    text-align: center; /* Center the icons */
    margin-top: 10px; /* Space above the icons */
}

.custom-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.iced-icon {
    /* Add specific styles for the Iced icon */
}

.hot-icon {
    /* Add specific styles for the Hot icon */
}

.edgtf-single-product-summary .cart, .edgtf-single-product-summary .out-of-stock, .edgtf-btn.edgtf-btn-solid, .edgtf-woocommerce-page .edgtf-quantity-buttons{
    margin-top: 60px;
    padding-bottom: 37px;
    border-bottom: 2px solid #efefef;
    display: none;
}