/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
span.caret-arrow{
    cursor: pointer;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition:         transform .8s ease-in-out;
}
span.caret-arrow.close-arrow:before{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
span.caret-arrow.open:before{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
span.caret-arrow:before{
    content: "";
    speak: none;
    font-style: normal;
    font-family: "tb-icon";
    font-size: 12px;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    margin-left: 2px;
    margin-right: 0;
    font-weight: 400;
    box-sizing: border-box;
}
p.efru-title-account{
    max-width: unset!important;
    width: 100%;
    color: #000;
    margin: 0!important;
    font-family: Poppins, sans-serif;
    font-weight: 700;
}
p.tip-tip-efru{
    font-size: 12px!important;
}
.woocommerce .woocommerce-MyAccount-content .form-control:focus{
    border-color: #3a3a3a!important;
}
table.table.woocommerce-account.efru-table td{
    padding: 10px!important;
}
table.table.woocommerce-account.efru-table td:nth-child(2){
    padding: 10px!important;
}
table.table.woocommerce-account.efru-table .form-row.form-group.form-row-wide{
    margin:0!important;
}
