#buyCurtain {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    background-color: white;
    border-top: 5px solid #000;
    position: fixed;
    width: 100%;
    z-index: 999;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease-in;
    padding: 10px 0;
    top: -100px;
}

#buyCurtain.loaded {
    max-height: 100px;
    opacity: 1;
    top: 0;
    transition: max-height .2s ease-in;
}

#buyCurtain img {
    max-width: 75px;
    margin-right: 10px;
}
#buyCurtain .buybtnsWishAddBuy {
    display: inline-block;
    width: auto;
    position: relative;
    top: 13px;
}
#btnsWishAddBuy, .buybtnsWishAddBuy {
    width: 100%;
    height: 61px;
}
#buyCurtain .priceBlock {
    display: inline-block;
    position: relative;
    top: 10px;
}
.priceBlock .precioMain {
    line-height: 20px;
    font-size: 42px;
    color: #000;
    font-weight: 700;
    letter-spacing: -.2rem;
    margin-top: 15px;
}
.priceBlock .precioMain, .priceBlock .precio {
    display: inline-block;
    margin-right: 22px;
}
.priceBlock .precio {
    line-height: 20px;
    font-size: 19px;
    color: #bbb;
    letter-spacing: 0;
    font-weight: 300;
    position: relative;
    top: -2px;
}

.priceBlock .precioMain, .priceBlock .precio {
    display: inline-block;
    margin-right: 22px;
}
.priceBlock .precio .title {
    font-size: 10px;
    display: block;
    color: #bbb;
    margin-bottom: 2px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}
priceBlock .precioMain span {
    font-size: 32px;
    margin-left: -5px;
}
#buyCurtain .buybtnsWishAddBuy .btn.buy {
    width: 160px;
    background: #000;
    border: none;
}
#buyCurtain .onBlock{
    margin-left: 90px;
}
#buyCurtain .onBlock p {
    font-size: 16px;
    font-weight: 700;
    color:#000;
    position: relative;
    top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#buyCurtain .h4 {
    min-height: 15px;
    max-height: 35px;
    overflow: hidden;
}