/*
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
*/

@media only screen and (max-width: 800px) {
    .woocommerce .checkout_coupon .promo-code-heading {
        font-size: 20px;
        text-align: center;
    }
}

.woocommerce-billing-fields .avada-select h3 {
    font-size: 20px!important;
}
.view-cart {display:none;}
.form-row.woocommerce-validated:not([class*=woocommerce-invalid]) input[type=text] {
	border-color: #970030;
}

#moove_gdpr_save_popup_settings_button:not(.gdpr-floating-button-custom-position) {
	bottom: 20px!important;
    left: 20px!important;
}



/* INICIO - CSS PARA SIDE CART */
.xoo-wsc-product-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.xoo-wsc-product-image {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 150px;
    margin: 0 0 10px 0;
}
.xoo-wsc-product-image img {
    max-width: 100%;
    height: auto;
}
.xoo-wsc-product-details {
    width: 100%;
}
/* FIN - CSS PARA SIDE CART */
