/* 
Theme Name: Eu Revelo você
Theme URI: https://eurevelovoce.com.br
Description: Tema para o site Eu Revelo você
Author: Fred Peres
Author URI: https://fredperes.net
Template: hello-elementor
Version: 1.0.0
Text Domain: eurevelovoce
*/

/* TEMP */

.product-size {display: none;}

/* header */

header .elementor-button {
    background-color: transparent!important;
}

/* PRODUTOS */

.elementor-widget-woocommerce-product-price .price, .elementor-widget-woocommerce-product-price .elementor-widget-container {
    display: inline;
}

.single-product .single_add_to_cart_button {padding-right: 48px!important;}

.single-product .single_add_to_cart_button:after {
    content: "";
    background-image: url('img/arrow-right-light.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    text-indent: -9999px; /* esconde o texto */
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    bottom: 5px;
}

.single-product .single_add_to_cart_button:after:hover {
    right: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: auto;
}

/* FOOTER */

.elementor-icon-box-icon .elementor-icon {
    background-color:#fff;
    border-radius: 10px;
    padding: 12px;
}

.menu-title a {
    cursor: default;
    padding-top:0!important;
    padding-bottom:0!important;
    pointer-events: none;
}

footer h6 {margin: 0;}

footer .elementor-form .elementor-button {
    background-image: url('img/arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    text-indent: -9999px; /* esconde o texto */
}

footer .elementor-field-type-submit {
    position: absolute;
    right: 0;
    bottom: 16px;
}

footer small {
    display: block;
    font-weight: 300;
    margin-top:8px!important;
}