/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.store_row{
	gap: 20px;
    display: grid;
    grid-template-columns: auto auto auto;
}
.store_card{
background: #fff;
    box-shadow: 0px 0px 10px 0px #cccccca6;
    border-radius: 3px;
    padding: 20px;
font-size: 16px;
}
.store_card:hover{
background: #e9e5f5;
}
.store_header{
display: flex;
    align-items: center;
}
.store_avatar{
    width: 50px;
    height: 50px;
    background: #9675f5;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
margin-right: 20px;
}
.store_header h3{
    margin: 0px !important;
    font-size: 20px;
}
.store_body{
margin-top:20px
}
.store_body div{
display: flex;
    align-items: center;
}
.store_body i{
font-size: 22px;
    margin-right: 15px;
}
.store_body a{
color: #9675f5 !important;
    margin-top: 10px;
cursor:pointer
}
.store_body a:hover{
text-decoration:underline
}

.wrap-login{
width: 450px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #cccccca6;
    padding: 25px;
    border-radius: 3px;
    margin: 0 auto;
}
.wp-heading-inline-login{
margin: 0px !important
}
.rl-login-sub-btn{
background: #ffffff !important;
    border: #ffffff !important;
    color: #9675f5 !important;
    width: auto;
    margin-top: 20px;
    font-weight: 600 !important;
}
.toggle-password{
position: absolute;
    right: 5px;
    margin-top: -40px;
    color: #6a6a6a;
    cursor: pointer;
    height: 38px;
    width: 30px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.wp-heading-inline{
background-color: transparent;
    background-image: linear-gradient(180deg, #9675f5 0%, #6950b1 100%);
    padding: 20px;
    border-radius: 3px;
    color: #fff;
box-shadow: 0px 0px 10px 0px #cccccca6;
}
.form-wrapper{
padding: 20px;
    border: 1px solid #ffffffbf;
    border-radius: 3px;
    margin-top: 30px;
}