@charset "utf-8";
/*
Theme Name: Astra Child One Confirm
Theme URI: https://robard.com
Description: Child theme 1 for Astra (Circle images)
Author: Todd Broadbent
Author URI: https://robard.com
Template: astra
Version: 1.0.0
*/

/*
body {
    font-family: Roboto, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}
*/
.grow { 
    transition: all .2s ease-in-out; 
}

.grow:hover { 
    transform: scale(1.1); 
}

.woocommerce ul.products li.product a img {
    transition: all .2s ease-in-out;
    border-radius: 150px;
}

.woocommerce ul.products li.product a img:hover { 
transform: scale(1.1);
}

.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button {  
    transition: all .2s ease-in-out;
    border-radius: 5px;
}

.button:hover { 
    transform: scale(1.1);
    border-radius: 5px;
}
.ast-woo-product-category {
    text-transform: uppercase;
}
/*
.wc-block-product-categories-list li {
    font-weight: bold;
}
*/
.mhv-widget {
/*    width: 241px;  */
    margin: 0 auto;
    margin-bottom: 1em;
    text-align: center;
}

div#ast-desktop-header, .ast-primary-header-bar, .ast-primary-header, .main-header-bar, .site-header-focus-item {
    border: none;
}

#primary {
    margin: 0;
}

body {
    padding: 0 5%;
}

header {
    display: contents;
}
.home-collage {
    margin: 0;
}
.dancing-script {
    margin: 0;
    font-family: 'Dancing Script';
    font-size: 3.7rem;
    text-align: right;
    position: relative;
    top: -50px;
}
.wc-block-product-categories-list-item__name {
    text-decoration: none;
}
a:where(:not(.wp-element-button)) {
    text-decoration: none;
}