/*
Theme Name: Harvest Wines
Theme URI: https://generatepress.com/
Description: A child theme of GeneratePress
Author: MediaMechanics
Author URI: https://www.mediamechanics.com/
Version: 1.0.0
Text Domain: harvestwines
Template: hello-elementor
*/

/* Stock quantity shortcodes */
.stock-quantity {
    display: flex;
    line-height: normal;
    font-weight: bold;
    gap: 5px;
}

.stock-quantity .fa-times {
    color: #FF0000;
    font-size: 1.7rem;
    width: 24px;
    height: 24px;
    text-align: center;
}

.stock-quantity .fa-check {
    line-height: normal;
    color: #008000;
    font-size: 1.5rem;
}

.stock-quantity > div {
    display: flex;
    flex-direction: column;
}

.stock-quantity .availability-text {
    font-size: 1.5rem;
}

.stock-quantity .last-updated-text {
    font-size: 0.8rem;
    align-self: center;
}

@media screen and (max-width: 600px) {
    .stock-quantity .last-updated-text {
        align-self: baseline;
    }
}
