#fastbuy {
    cursor: pointer;
    /*position: fixed;*/
    padding:5px 15px;
    /* text-transform: uppercase;
     font-weight:bold;*/
    margin-bottom: 10px;
    transition: 0.3s;
    white-space: normal;
}
#fastbuy:hover {
    background: #000;
}
.pos_0 {
    top:0;
    left:0;
}
.pos_1 {
    top:0;
    left:47%;
}
.pos_2 {
    top: 0;
    right: 0
}
.pos_3 {
    top:47%;
    right:0;
}
.pos_4 {
    bottom:0;
    right:0;
}
.pos_5 {
    bottom:0;
    left:47%;
}
.pos_6 {
    left:0;
    bottom:0;

}
.pos_7 {
    left:0;
    top:47%;

}
#fastbuy_content.activo {
    display: block;
}
#fastbuy_content {
    display: none;
    position: fixed;
    background: rgba(0,0,0,0.3);
    width:100%;
    height:100%;
    top:0;
    z-index: 10000;
    left:0;
}
#fastbuy_content form {
    position: relative;
    width:40%;
    margin:0 auto;
    margin-top:220px;
    background: #fff;
    padding:25px;
    border: 2px solid #717171;
    border-radius: 25px;
}
#fastbuy_content form h3 {
    text-align: center;
    background: #69796D;
    margin: 5px 0;
    padding: 10px 0;
    /*text-transform: uppercase;*/
    color:#fff;
}
#fastbuy_content form .lgref {
    width:49%;
    display: inline-block;
}
@media (max-width: 767px) {
    #fastbuy_content form .lgref {
        width: 78%;
        margin-bottom: 10px;
    }
}
#fastbuy_content form .lgunit {
    width:19.5%;
    display: inline-block;
}
#lgfb_modo {
    display: none !important;
}
#close_fastbuy{
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 20px;
    cursor: pointer;
}
#fastbuy_content .info {
    /*height:20px;*/
    margin-top:0px;
}
#fastbuy_content .info > div {
    margin-top:15px;
}
#fastbuy_content .info .alert{
    float: none;
    margin: 20px 0 0;
}
#fastbuy_content #lgadd {
    width: 30%;
    background-color: #81ba00;
}
#fastbuy_content #lgadd:hover {
    background: #000;
}
#lgbuy {
    color:#fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
    font-weight: bold;
    background: #5e7485;
    transition: all 0.3s ease;
}
#lgbuy:hover {
    background: #89c53f;
    transition: all 0.3s ease;
}
#lg_loading.activo {
    display: block;
}
#lg_loading {
    display: none;
    position: absolute;
    left:0;
    top:0;
    height:100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 5;
}
#lgfbconfigtemplate {
    overflow: hidden;
}
.lgg_50 {
    width:50px !important;
    display: inline-block !important;
}
.lgg_100 {
    width:100px !important;
    display: inline-block !important;
}
.lgg_200 {
    width:200px !important;
    display: inline-block !important;
}
.lgg_marg_der {
    margin-right:10px !important;
}
.lgg_marg_izq {
    margin-left:10px !important;
}

.lgg_marg_der_lg {
    margin-right:70px !important;
}
.lgg_marg_izq_lg {
    margin-left:70px !important;
}
#manual {
    display: none;
}

#manual.activo {
    display: inline-block;
}
.lgg_form_group {
    margin-bottom:50px;
}
#resultado {
    display: block;
    position: absolute;
    background: #fff;
    border: 1px solid #dcdcdc;
    width:292px;
    cursor: pointer;
}
#resultado li {
    padding:5px 0 5px 5px;
}
#resultado li:hover {
    text-decoration: underline;
}

@media (max-width: 900px) {
    #fastbuy_content form {
        margin-top:100px;
        width: 90%;
    }
}