/*
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
*/

.promo .fusion-button-text-left {
    font-size: 17px;
}
.newsletter label {
    color: #FFF!Important;
}
.newsletter a {
    color: var(--awb-color5);
}
.product-image .fusion-main-image,
.product-image .flex-viewport {
    max-height: 600px;
    object-fit: cover;
}
select {
    padding-left: 15px;
}
.single_add_to_cart_button {
    text-transform: uppercase!important;
}
.tc_badge img {
    width: 100%;
    max-height: 43px;
    object-fit: cover;
}

@media screen and (max-width: 480px) {
    .center,
    .center * {
        display: block!important;
        text-align: center!important;
    }
    .label-above .wapf-field-label {
        min-height: 60px;
    }
}