.mt-1{
    margin-top: 1px;
}
.m--2{
    margin: -2px !important;
}
.user {
    margin-right: 2rem;
}
.main-header .header-part-right .user {
    margin-right: 2rem;
}
.layout-sidebar-large .main-header .header-part-right .user img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.user img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 1rem;
}
.dropdown-item {
    background-color: transparent !important;
    margin-left: 0px !important;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: transparent !important;
}
.cart-badge {
    font-size: 12px;
    background: #1f8f43;
    color: #fff;
    padding: 1px 5px;
    vertical-align: top;
    margin-left: -10px;
    position: absolute;
    right: 10px;
    top:1rem;
    border-radius: 1rem !important;
}
.no-result-img {
    width: 350px;
    float: right;
}

.navbar .fa-cart {
    top:1.25rem;
}
.menu_link{
    color: #212529;    
}
.menu_link:hover{
    text-decoration: none; 
    color: inherit 
}
.hidden{
    display: none;
}
.profile_form input {
    padding:25px;
    border:#c0dfc9 1px solid;
}
.profile_form .btn-default {
    width:100%;
    border:#c0dfc9 1px solid;
    padding:10px;
    color:#1f8f43;
    font-weight:600;
}
.profile_form .btn-green {
    width:100%;
    padding:10px !important;
    font-weight:600;
}
.farm-logo{
    height: 120px !important;
    width:120px !important;
}

.intl-tel-input{
    width:100% !important;
}
.select-clock {
    width:30px;
    height:30px;
    position:absolute;
    margin: 4px 10px;
}
.add-footer{
    cursor: pointer;
}
.add-type-box{
    cursor: pointer;
}
.pr_img{
    /*background: url('../images/user.jpg');*/
    /*display: block;*/
}
/*@media only screen and (max-width: 767px) {
    .logout-box{
        display: none !important;
    }
}*/
.add_pro_pic{
    background-color: #fff;
    border: none;
}
.add_pro_pic:focus {
    border: none;
    outline: none;
}
.search-box, .loc-box:focus {
    outline: none;
}
.hide{
    display: none !important;
}

.add_pro_pic:hover .edit {
    display: block;
}

.add_pro_pic .edit {
    /*    padding-top: 7px;	
        padding-right: 7px;*/
    left:48%;
    position: absolute;
    /*right: 0;*/
    bottom:  0;
    display: none;
}
.add_pro_pic:hover img{
    opacity: 0.5;
}
.address_sel_box{
    cursor: pointer;
}
.address_sel_box:hover{

}
footer a{
    color: #000 !important;
}
.resetPasswrdCard {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
#left-slide-panel{
    overflow-y: scroll;
}
.widget-timeline-icon li {
    padding-left: 25px;
    position: relative;
    margin-left: 11px;
    border-left: 3px solid #2f4cdd;
    min-height: 80px;
    padding-top: 1px;
    list-style:none;
}
.widget-timeline-icon li .icon {
    position: absolute;
    width: 22px;
    height: 22px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    border-radius: 22px;
    left: -13px;
    top: 0;
}
.search_btn{
    cursor: pointer;
}
.pay-ico {
    max-width: 50px !important;
}
.mob-cart{
    right: 35px !important;
    top: .71rem !important;
}
.notAvailableItem{
    background: #f1f7f6;
}
@media only screen and (max-width: 767px) {
    .item-box{
        min-height: 429px !important;
        text-align: center !important;
    }
    .item-box .pr_img{
        width: 50% !important;
    }
}
.not_available_item{
    font-size: 0.751rem !important;
}
/*start chat window style*/
.mytext{
    border:0;padding:10px;background:whitesmoke;
}
.text{
    /*width:75%;*/
    display:flex;flex-direction:column;
}
.text > p:first-of-type{
    width:100%;margin-top:0;margin-bottom:auto;line-height: 13px;font-size: 12px;
}
.text > p:last-of-type{
    width:100%;text-align:right;color:silver;margin-bottom:-7px;margin-top:auto;
}
.text-l{
    float:left;padding-right:10px;
}        
.text-r{
    float:right;padding-left:10px;
}
.avatar{
    display:flex;
    justify-content:center;
    align-items:center;
    width:25%;
    float:left;
    padding-right:10px;
}
.macro{
    margin-top:5px;width:85%;border-radius:5px;padding:5px;display:flex;
}
.msj-rta{
    float:right;background:whitesmoke;
}
.msj{
    float:left;background:white;
}
.frame{
    /*background:#e0e0de;*/
    height:525px;
    overflow:hidden;
    padding:0;
}
.frame > div:last-of-type{
    position:absolute;bottom:0;width:100%;display:flex;margin-bottom:.3rem;
}
body > div > div > div:nth-child(2) > span{
    background: whitesmoke;padding: 10px;font-size: 21px;border-radius: 50%;
}
body > div > div > div.msj-rta.macro{
    margin:auto;margin-left:1%;
}
.frame ul {
    width:100%;
    list-style-type: none;
    padding:18px;
    position:absolute;
    bottom:47px;
    display:flex;
    flex-direction: column;
    top:0;
    overflow-y:scroll;
}
.msj:before{
    width: 0;
    height: 0;
    content:"";
    top:-5px;
    left:-14px;
    position:relative;
    border-style: solid;
    border-width: 0 13px 13px 0;
    border-color: transparent #ffffff transparent transparent;            
}
.msj-rta:after{
    width: 0;
    height: 0;
    content:"";
    top:-5px;
    left:14px;
    position:relative;
    border-style: solid;
    border-width: 13px 13px 0 0;
    border-color: whitesmoke transparent transparent transparent;           
}  
/*end chat window style*/