/*
Theme Name: Signsfy Child Theme
Theme URI: 
Description: Signsfy theme of Shoptimizer
Author: Studio M3
Author URI: https://signsfy.com
Template: signsfy2026
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/


body, h1, h2, h3, h4, h5, div, p, span, a {
    font-family: "Exo", Sans-serif !important
    
}


:root {
    --cor-primaria: #ea7235;
}


span.woocommerce-Price-amount.amount {
    font-size: 20px;
    font-weight: 600;
    color: #666;
}

span.woocommerce-Price-currencySymbol {
    font-size: 12px;
}

.woocommerce-loop-product__title {
    min-height: 65px;
}

span.yith-wcbr-brands-logo {
    width: 85px;
    margin: 0 auto;
    height: auto;
}

.yith-wcbr-brands-logo img {
    width: 123px;
    height: 50px;
    display: inline-block;
}


a.btn_quote-order {
    background: #3498db;
    color: #fff;
    padding: 15px 25px;
    line-height: 1;
    display: inline-block;
    font-size: 20px;
    border-radius: 50px;
    transition: all 0.1s ease-in-out 0s;
}

a.btn_quote-order:hover, .top-bar .nav>li.btn_login_top a:hover {
    background: #2980b9;
    color: #fff;
}

.address_block .elementor-icon svg {
    width: inherit;
    height: auto;
}


.products.columns-4 a.btn_quote-order {
    display: none;
}


.swal2-popup {
    border-radius: 20px;
    padding: 20px;
}

h2#swal2-title {
    font-size: 19px;
}

div#swal2-html-container {
    padding: 0;
    text-align: center;
}

.floating-label input , .floating-label select {
  font-size:16px;
  padding:4px 4px;
  display:block;
  width:100%;
  height:35px;
  background-color: transparent;
  border:none;
  border-bottom: 1.5px solid rgba(0, 0, 0, .2);
    transition:0.1s ease all; 
  -moz-transition:0.1s ease all; 
  -webkit-transition:0.1s ease all;
  box-shadow: none;
border-radius: 0;
}




.floating-label input:focus, .floating-label input:focus-within , .floating-label select:focus {
     outline:none;
     border-bottom:2px solid var(--cor-primaria); 
     color: var(--cor-primaria);
     font-weight: bold;
}

.floating-label input:not(:placeholder-shown), .floating-label select:not(:placeholder-shown) {
    color: var(--cor-primaria);
     font-weight: bold;
}


.floating-label {
    position: relative;
    margin-bottom: 40px;
} 


.floating-label label {
  color:#242424; 
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:0px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

.floating-label input:focus ~ label {
    color:var(--cor-primaria);
}


.floating-label input:focus ~ label, .floating-label input:not(:placeholder-shown) ~ label {
  top:-35px;
  margin-top: 20px;
  font-size:14px;
  

}


.floating-label select:focus ~ label , .floating-label select:not([value=""]):valid ~ label {
  top:-35px;
  font-size:14px;
  margin-top: 20px;
}

form#signsfy-login-form {
    padding: 20px;
}

.password-wrapper {
    position: relative;
}


button.toggle-password, button.toggle-password-register, button.toggle-password-confirm, button.toggle-password-login {
    position: absolute;
    top: 7px;
    right: 7px;
    background: transparent;
    border: none;
}


.elementor .toggle-password img, .toggle-password-login .icon-show img {
    width: auto;
    height: 15px;
}

button.btn_cadastro, button.btn_login {
    background: var(--cor-primaria);
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    border: none;
    margin-top: 30px;
}


.icon-show img {
    width: 25px;
}

.icon-hide img {
    width: 25px;
}


button.swal2-confirm.swal2-styled {
    background: var(--cor-primaria);
    border-radius: 50px;
    padding: 10px 40px;
}

.floating-label:last-child {
    margin-bottom: 0;
}


.register_block {
    text-align: center;
    margin: 40px 0 20px;
}

.register_block a {
    font-weight: 600;
}

button.swal-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: rgb(170, 170, 170);
}


button.swal-close-button {
        position: absolute;
    top: 0;
    right: 10px;
    font-size: 41px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: rgb(170, 170, 170);
}