/*
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
*/
.fusion-portfolio-wrapper .fusion-image-wrapper img {
    padding-bottom:0px;
}

.woocommerce-account p.custom_registration_successful {
    background-color: #b2efb4;
    border: 1px solid #4CAF50;
    color: rgb(15, 78, 17);
    padding: 10px;
    text-align: center;
}
.single-product .product_meta {
    padding-top: 40px;
}
.single-product .summary-container a.login_register_link {
    background: #d1e990;
    color: #6e9a1f;
    border-color: #6e9a1f;
    padding: 10px;
    font-family: Source Sans Pro;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    border-width: 0px;
    border-style: solid;
    text-transform: uppercase;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#aad75b),to(#d1e990));
    background-image: linear-gradient(to top,#aad75b,#d1e990);
    -webkit-box-shadow: inset 0 1px 0 #fff, 0 4px 0 #54770f, 1px 6px 6px 3px rgba(0,0,0,.3);
    box-shadow: inset 0 1px 0 #fff, 0 4px 0 #54770f, 1px 6px 6px 3px rgba(0,0,0,.3)
}
.single-product .summary-container a.login_register_link:hover{
    background-image: -webkit-gradient(linear,left bottom,left top,from(#d1e990),to(#aad75b));
    background-image: linear-gradient(to top,#d1e990,#aad75b);
}
