﻿.menuLayoutP{
    height: 100vh;
    width: 100%;
    background-color: #fff;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: auto;
}
.menuItemP{
    padding: 20px;
    display: flex;
    height: 71px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    cursor: pointer;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #DADADA;
}
.chevromP{
position: absolute;
right: 10px;
}
.infoUser .svg-inline--fa{color:#fff !important}

.bannerCash{
margin-top: 20px;
margin-bottom: 20px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 10px;

}
.btnNotUser{
margin-bottom: 10px;
display: flex;
align-items: center;
justify-content: center;
}
.btnNotUser > div{
width: 360px !important;
}

.carrinho-icon {
    font-size: 30px;
}

.carrinho-icon > .svg-inline--fa {
    color: var(--primary2);
}





.Card_02{
width: 366px;
height: 127px;
    box-shadow: 5.4127px 5.4127px 5.8254px rgb(206 206 206 / 36%);
background: var(--secondary2);
border-radius: 15px;

display: flex;
flex-direction: row;
align-items: center;

background-image: url("/Web/img/Purple_Frame.png?371");
background-repeat: no-repeat;   
background-size: cover;
gap: 29px;
}
.Card_02_Icon{
display: flex;
align-items:center;
justify-content: center;

position:relative;

margin-left: 30px;
}
.Card_02_Text{
font-size: var(--main-font-size-g-mobile);
}
.Text_Card_02{
    margin-left: 10px;
    color: var(--primary2);
}
.Text_Card_Border_02{
    height: 27px;
    background-color: var(--primary2);
    width: 192px;
    border-radius: 13.5px;
    
    display: flex;
    align-items: center;
    padding-left: 10px ;
    text-align: center;
    color: white;
}




