#fastbuy {
    cursor: pointer;
    position: fixed;
    padding:5px 15px;
    text-transform: uppercase;
    font-weight:bold;
}
.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: 1000;
    left:0;
}
#fastbuy_content form {
    position: relative;
    width:60%;
    margin:0 auto;
    margin-top:100px;
    background: #fff;
    padding:15px;
    border: 2px solid #111;
    border-radius: 5px;
}
#fastbuy_content form h3 {
    text-align: center;
    background: #dcdcdc;
    margin: 5px 0;
    padding: 10px 0;
    text-transform: uppercase;
}
#fastbuy_content form .lgref {
    width:20%;
    display: inline-block;
}
#fastbuy_content form .lgname {
    width:50%;
    position:relative;
    display: inline-block;
}
#fastbuy_content form .lgunit {
    width:15%;
    display: inline-block;
}
#lgfb_modo {
    display: none !important;
}
#fastbuy_content #lgadd {
    width: 13.5%;
    display: inline-block;
    border: 1px solid #dcdcdc;
    height: 27px;
    padding: 0;
    line-height: 25px;
    vertical-align: 0;
    font-weight: bold;
    background: #dcdcdc;
    border: 1px solid #ccc;
    margin-top: 1px;
}
#fastbuy_content #lgadd.ps17 {
    height: 38px;
    line-height: 38px;
}
#lgbuy {
    display: block;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #dcdcdc;
    padding: 5px;
    font-weight: bold;
    background: #dcdcdc;
}
#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;
}
#lgadd{
    display:none;
}
.lg-spinner{
    display: none;
    position: absolute;
    top: 24px;
    left: 2px;
}
.lg-spinner .ps17 {
    top: 36px;
}
.lg-product-not-found {
    color: #ff0f0f;
}
.lgfastbuy-cart-header {
    font-weight: bold;
}
#fastbuy_content_cart {
    width:100%;
}
.lgfastbuy-cart-header, .lgfastbuy-cart-lines {
    width:100%;
    float:left;
}
.lgfastbuy-cart-header {
    display:table;
    font-weight: bold;
    max-height: 65px;
    border-bottom: 2px solid #DCDCDC;
}
.lgfastbuy-cart-line > div, .lgfastbuy-cart-header > div {
    display: table-cell;
    vertical-align: middle;
    padding: 7px;
}
.lgfastbuy-cart-lines {
    max-height: 360px;
    overflow: auto;
}
.lgfastbuy-cart-line {
    width: 100%;
    float:left;
    border-bottom: 1px solid #DCDCDC;
}
.lgfastbuy-cart-line:last-child {
    border-bottom: 0px;
}
.lgfastbuy-cart-line > div {
    height: 90px;
}
.lgfastbuy-product-image {
    width: 10%;
    padding-left: 0px!important;
}
.lgfastbuy-product-image img {
    max-width: 100%;
    max-height: 90px;
}
.lgfastbuy-product-name {
    width: 50%;
}
.lgfastbuy-product-quantity {
    width: 8%;
    text-align: center;
}
.lgfastbuy-product-price {
    width: 15%;
    text-align: right;
}
.lgfastbuy-product-total {
    width: 15%;
    text-align: right;
}
.lgfastbuy-product-del {
    width:2%;
}
.lgfastbuy-info {
    display: inline-block;
    width: 100%;
    margin: 15px 0px 7px 0px;
}
.lgfastbuy-info-left {
    width: 150px;
    text-align: right;
    float: left;
    background: #F1F1F1;
    padding: 5px;
    margin: 0px 3px 3px 0px;
    border: 1px solid #B8B8B8;
}
.lgfastbuy-info-right {
    width:80px;
    text-align: left;
    font-weight: bold;
    padding: 5px;
    float: left;
    background: #F1F1F1;
    margin: 0px 0px 3px 3px;
    border: 1px solid #B8B8B8;
}
.lgfastbuy-product-del img {
    cursor: pointer;
}
.lgfastbuy-close {
    position: absolute;
    cursor: pointer;
    top: -10px;
    right: -10px;
    z-index: 9999;
}
#lg-errors-container {
    display: none;
    color: #FF3F21;
}