/*
Theme Name: Storefront Child
Template: storefront
*/

.widget_block > div > ul > li > a {
    font-size: 1.3em;
}

.widget_block > div > ul > li > a > span {
    color: #1e1e1e;
}
.widget_block a > span {
    transition-duration: 300ms;
}
.widget_block a:hover span {
    letter-spacing: 0.3px;
}

.widget_block a {
    text-decoration: none !important;
    outline: none;
}

li .woocommerce-Price-amount.amount {
    color: #ff7575;
    display: block;
    font-size: 0.8rem;
}