@import url('https://fonts.googleapis.com/css2?family=Montserrat&amp;display=swap');
span.user-login,span.user-not-login{
     position: relative !important;
     top: 36px ;
     font-size: 26px !important;
     margin-right: 8px !important;
     cursor:pointer;
}

.rbs-dropdown-menu{
    background: white;
    padding: 10px 60px 10px 10px;
    border-radius: 6px;
    box-shadow: 2px 2px 9px gray;
    top:80px;
    right:50px;
    position:absolute;
}
li.first-item{
    display: flex;
    margin-bottom: 10px;
}
li.first-item img{
    width: 40px;
    border-radius: 27px;
    height: 44px;
    margin-left: -4px !important;
    margin-right: 6px;
}
li.first-item p{
   font-size:13px !important;
}
.rbs-dropdown-menu ul{
    list-style-type: none;
}
.rbs-dropdown-menu li{
    margin: 7px auto;
}
.rbs-dropdown-menu a{
    bottom: 3px;
    position: relative;
}
.rbs-dropdown-menu span{
    margin-right: 5px;
}

.rbs-dropdown-menu-show{
    display:block;
}

.rbs-dropdown-menu-hide{
    display:none;
}

.woocommerce-MyAccount-navigation-link a:before{
    margin-right: 12px;
}

/*message when click on confirmation email*/
.change_email_user_message{
    display: none;
    position: fixed;
    top: 200px;
    z-index: 9999999999;
    right: 39px;
    padding: 10px 82px;
    color: white;
    font-weight: bold;
    font-size: 17px;
    border-radius: 5px;
}
/*message when click on confirmation email*/

/*checkout page css*/
.rbs-checkout-login-RealtyFeed {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 608px;
    box-shadow: 1px 1px 6px #888888;
    border-radius: 15px;
    padding: 30px;
}
@media (max-width:870px) {
    .rbs-checkout-login-RealtyFeed {
        width: 95%;
    }
    .rbs-checkout-login-RealtyFeed .realtyfeed-btn{
        width: 90% !important;
    }
}
.rbs-thankyou-order{
    text-align:center;
}
.rbs-thankyou-order img{
    width:50px;
}
.rbs-thankyou-box{
    width: 80%;
    margin: auto;
    background: #f4f4f4;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px -5px black;
}
.rbs-thankyou-box-wrap{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
@media (max-width: 620px)
{
    .rbs-thankyou-box-wrap{
        flex-direction: column;
    }
}
.rbs-thankyou-box h3{
    margin-top: 5px;
    margin-bottom: 20px;
}
.rbs-thankyou-btn-holder{
    margin:10px 0;
}
.rbs-thankyou-btn{
    background: #8e42f7;
    padding: 10px;
    border-radius: 5px;
    color: white;
    margin:10px;
    display:inline-block;
    min-width:100px;
}
.rbs-thankyou-btn:hover{
    color: white !important;
}
.rbs-thankyou-box hr{
    margin: 20px 0;
}
.rbs-thankyou-forms-title{
    margin-bottom: 30px;
}
.rbs-thankyou-forms-btns{
    text-align: center;
}
.rbs-thankyou-forms-btns a{
    font-size: 15px;
    margin: 0 20px;
    min-width: 90px;
    text-align: center;
}
.woocommerce-order-downloads {
  display: none;
}
.woocommerce-order-details {
  display: none;
}
.woocommerce-customer-details {
  display: none;
}
/*checkout page css*/

@media(max-width:480px){
    span.user-login,span.user-not-login{
        top:19px !important;
    }
}
/*Css for email template*/


/*start - message box after sign up*/
.rbs_message_after_signup_holder{
    display:none;
}
.rbs_message_after_signup{
    background: #10ce10;
    height: 78px;
    position: fixed;
    top: 157px;
    z-index: 99999999;
    left: -1200px;
    width: 500px;
    padding: 10px;
    border-radius: 10px;
    margin-left: 30px;
    color: white;
    box-shadow: 1px 1px 11px 2px #e3e3e3;
    display:flex;
}
/*@media(max-width:1000px){*/
/*    .rbs_message_after_signup{*/
/*        width:70%;*/
/*    }*/
/*}*/
.rbs_message_after_signup div:nth-child(1){
    width:10%;
}
.rbs_message_after_signup div:nth-child(2){
    width:90%;
}
.rbs_message_after_signup span#rbs-message-box-icon{
    float:left;
    top: 21px;
    position: relative;
}
.rbs_message_after_signup p{
    color: white;
    font-size: 17px;
    font-weight: 500;
}

/*End - message box after sign up*/



