/**
* 2018 Ecomdoo Software SRL
*
* @author Ecomdoo Software SRL (LOT.ai)
* @copyright 2018 Ecomdoo Software SRL
* @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0) 
*/

#lot_mobilbuttons {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 20px;
    margin-left: 15px;
    z-index: 9999999;
}

#lot_mobilbuttons a {
    cursor: pointer !important;
    float: left;
    margin-right: 10px;
}

#lot_tobuy {
   float: left;
}



#lot_searchbottommobile i {
    color: #000 !important;
}

#lot_mobilbuttons a i {
    cursor: pointer !important;
    background: #000 !important;
    color: #fff !important;
    padding: 10px !important;
    border-radius: 5px !important;
    font-size:20px !important;
}





#lot_mobilbuttons a i.fa-plus {
    font-size: 10px !important;
    background: none !important;
    padding: 0px !important;
    margin-left: -20px;
}

#lot_mesajcos {
    position: absolute;
    font-size: 14px;
    color: #fff;
    margin-right: 0px;
    margin-top: -42px;
    float: right;
    width: 50px;
    text-align: right;
}

.onproduct #lot_mesajcos {
    margin-left: -54px;
    margin-top: -18px;
}


.for17 #lot_mesajcos {
    position: absolute;
    font-size: 14px;
    color: #fff;
    margin-left: -10px;
    margin-top: -2px;
    float: right;
    width: auto;
    text-align: right;
}

.for17 .onproduct #lot_mesajcos {
    margin-left: -10px;
}


#lot_searchbottommobile {
    display: none;
    position: fixed;
    bottom: 70px;
    width: calc(100% - 31px);
}

#lot_searchbottommobile input {
    border: solid 1px #000;
    border-radius: 5px;
    height: 50px;
    padding-left: 7px;
    color: #000;
    width: 100%;
    font-size: 15px;
}

#lot_searchbottommobile button {
    background: none;
    padding: 0px;
    position: absolute;
    right: 12px;
    top: 0px;
}



#lot_mobilbuttons .fa {
    cursor: pointer !important;
    background: #000 !important;
    color: #fff !important;
    padding: 13px !important;
    border-radius: 5px !important;
    font-size:30px !important;
    font-family: "FontAwesome";  
}

#lot_mobilbuttons .material-icons {
    cursor: pointer !important;
    background: #000 !important;
    color: #fff !important;
    padding: 5px !important;
    border-radius: 5px !important;
    font-size: 32px !important;
    width: 40px;
    height: 42px;
}


#lot_mobilbuttons .lot_tobuy .material-icons {
    font-size: 28px !important;
    padding-top: 7px !important;
}


#lot_searchbottommobile button .fa {
    color: #000 !important;
    background: none !important;
}

#lot_searchbottommobile button .material-icons {
    color: #000 !important;
    background: none !important;
    font-size: 40px !important;
}

#lot_mobilbuttons .fa-search:before {
    content: "\f002";
}

#lot_mobilbuttons .fa-phone:before {
    content: "\f095";
}

#lot_mobilbuttons .fa-user:before {
    content: "\f007";
}

#lot_mobilbuttons .fa-shopping-cart:before {
    content: "\f07a";
}

#lot_mobilbuttons .onproduct .fa-shopping-cart:before {
   content: "\f217"; 
}




@media (max-width:747px) {
  #lot_mobilbuttons {
    display: block;
}  
    
    .order-opc #lot_mobilbuttons, .order #lot_mobilbuttons, #cart #lot_mobilbuttons, #checkout #lot_mobilbuttons {
        display: none !important;
    }    
}



