/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.product-subcategories-item-image {
    height: 100px;
}

.product-subcategories-item {
    text-align: center;
    margin-bottom: 20px;
}

.product-subcategories-heading {
    font-weight: bold;
    font-size: 16px;
    margin-top: 0.30em;
    margin-bottom: 0.45em;
}

.product-subcategories-container {
    padding-top: 10px;
    margin-bottom: 20px;
}

.product-subcategories-item-title {
    font-size: 13px;
    font-weight: bold;
}

.availability-notice {
    color: #fff;
    background-color: #427ed1;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 5px;
}

@media only screen and (max-width: 800px){
    .availability-notice {
        font-size: 15px;
        padding: 5px;
    }
}