.search-products{
    width: 100% !important;
}
.non-stock {
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.blanco{
    color: white;
}
.non-stock i {
    font-size: 16px;
    margin-right: 5px;
    color: red;
}
.button-buy{
    background: #3a6dbf none repeat scroll 0 0;
    border-color: #3a6dbf;
    color: #fff;
    height: 43px;
    margin-bottom: 0;
    margin-right: 10px;
    width: 150px;
    border: none;
}
.boton-envio {
    background: #333333;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 0px;
    border: 1px solid #333333;
@include transition;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
    white-space: normal !important;
}

.boton-envio:hover {
    background: transparent;
    color: #333333;
}

@media screen and (max-width: 900px) {
    .hidden-xs {
        display: none;
    }
}
@media screen and (min-width: 900px){
    .visible-xs{
        display: none;
    }
}

.hidden {
    display: none
}

.card-headerNew{
    padding: 10px !important;
}
.boton{
    padding:5px;
    font-size:13px;
}
.boton-mobile{
    padding:5px;
    font-size:13px;
    width: 100%;
    text-align: center;
}
.metodos{
    padding: 6px;
}
.fondo{
    background-color: #eeee;
}
.derecha{
    text-align: right;
}
.fondo-nav{
    background: #777;
}
.borde{
    border: 1px solid #ededed;
    border-radius: 3px;
}
.font-select{
    font-size: 13px !important;
}
.centro{
    text-align: center !important;
}
.nav-upper{
    text-transform: uppercase !important;
}
.texto-nav{
    font-size: 14px !important;
}

.descuento-monto{
    color: green;
}

.descuento-precio{
    text-decoration:line-through;color:red;font-size: 12px;
}
* {
    margin:0px;
    padding:0px;
}

#header {
    margin:auto;
}

ul, ol {
    list-style:none;
}

.nav > li {
    float:left;
}

.nav li a {
    color:#ffffff;
    text-decoration:none;
    padding:10px 12px;
    display:block;
}

.nav li a:hover {
    background-color:#ffffff;
    color: #777;
}
.nav li ul li a:hover {
    background-color:#777;
    color: #ffffff;
}

.nav li ul {
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    display:none;
    position:absolute;
    min-width:140px;
    z-index: 999;
}

.nav li:hover > ul {
    display:block;
}

.nav li ul li {
    position:relative;
}

.nav li ul li ul {
    top:0px;
}
.nav li ul li ul li ul{
    top:0px;
}
.nav li ul li ul li{
    position:relative;
}
.nav li ul li ul{
    display:none;
    position:absolute;
    min-width:140px;
    z-index: 999;
}
.nav li ul li a {
    background-color: #ffffff;
    color:#777;
    text-decoration:none;
    padding:10px 12px;
    display:block;
}