.ybyb-recomendados-carrito {
    height: 410px;
    margin: 0 -5px;
    border-top: 1px solid #0f233f;
}

.ybyb-recom-product {
    width: 50%;
    float: left;
    padding: 0 2%;
    text-align: center;
}

.ybyb-recom-product a {
    color: #00295A;
}

.ybyb-recom-product a:hover {
    text-decoration: none;
}

.ybyb-recom-produc-img {
    height: 200px;
}

.ybyb-recom-header {
    margin: 15px 0 5px;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 1.6px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}


.ybyb-recom-produc-titulo {
    font-size: 1.4rem;
    margin-top: 5px;
    letter-spacing: 0px;
    position: relative;
    max-height: 40px;
    overflow: hidden;
    text-align: left;
    height: 20px;
    /*margin: 5px 0 0 5px;*/
    font-weight: 400;
    color: black;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: 'Jost Regular', Georgia, "Times New Roman", Times, serif;
}

.ybyb-recom-produc-boton {
    display: block;
    text-align: center;
    /*width: 90%;*/
    border: 1px solid #0f233f;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 22px;
    cursor: pointer;
    margin-top: 15px;
}
.ybyb-recom-product {
    width: 25%;
}

/* Price box */

.ybyb-recom-price-box {
    position: relative;
    text-align: left;
}

.ybyb-recom-price-box.centrar-rebajas{
   /* text-align: center;*/
}
.precio-prod-norebaja {
    font-size: 1.4rem;
    font-weight: 700;
    white-space: nowrap;
}


.ybyb-recom-price-box.centrar-rebajas p{
    float: none;
    display: inline;
}

/*.ybyb-recom-price-box.centrar-rebajas .old-price .precio-normal {
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 10pt;
    letter-spacing: 1px;
    padding-top: 0;
    padding-left: 0;
    font-family: 'futura-pt-demi';
    font-weight: normal;
    color: #4b4b4b;
    display: block;
}
.ybyb-recom-price-box.centrar-rebajas .old-price .precio-rebajado {
    white-space: nowrap;
    font-size: 10pt;
    letter-spacing: 1px;
    padding-top: 0;
    padding-left: 0;
    font-family: 'futura-pt-demi' !important;
    font-weight: normal !important;
    display: block;
    color: #4b4b4b !important;
}*/
.ybyb-recom-price-box.centrar-rebajas .tag_discount {
    border: 1px solid red;
    color: red;
    font-weight: bold;
    line-height: 12px;
    font-size: 12px;
    padding: 3px 3px;
    height: 20px;
    display: block;
    font-size: 12px;
    width: 55%;
    margin: 0 auto;
}


.ybyb-recom-price-box .precio-prod-norebaja {
    white-space: nowrap;
    font-size: 10pt;
    letter-spacing: 1px;
    padding-top: 0;
    padding-left: 0;
    font-family: 'Jost Regular';
    font-weight: normal;
    color: #4b4b4b;
    font-size: 1.4rem;
    font-weight: 700;
    white-space: nowrap;
}


.ybyb-recom-box-boton {
    position: relative;
    
}
.ybyb-recom-box-boton .selector-tallas {
    position: absolute;
    bottom: 25px;
    padding: 0px;
    width: 100%;
    background-color: white;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid black;
    cursor: pointer;
}

.ybyb-recom-box-boton .selector-tallas li {
    list-style: none;
    cursor: pointer;
}

.ybyb-recom-box-boton .selector-tallas li.disabled {
    color: grey;
}

@media (max-width: 768px) {
    .ybyb-recom-lista .ybyb-recom-product {
        width: 50%;
        margin-bottom: 20px;
    }
    .ybyb-recom-box-boton .selector-tallas {
        bottom: 13px;
    }

}