#price-to-complemented.hide,
#button-cart.hide {
    position: absolute;
    opacity: 0;
}
#product-card .product-to-complemented .price-actual, 
#product-card #top-span {
    color: #ed1c24;
    background: #fffdd2;
    font-family: 'tahoma';
    font-size: 32px;
    padding: 3px 10px;
    margin-right: 10px;
}
#product-card .product-to-complemented .price-actual {
    font-size: 14px;
    display: inline-block;
}
#product-card .prices {
    display: flex;
    align-items: center;
}
#product-card #buy-button {
    max-width: 240px;
    background: #f22830;
    outline: none;
    border: none;
    margin-top: 20px;
}

#product-card #buy-button:hover {
    max-width: 240px;
    background: rgb(222, 20, 28);
}
.product-to-complemented {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.product-to-complemented .image {
    display: block;
    width: 50px;
    height: 50px;
    min-width: 50px;
}
.product-to-complemented input[name="quantity"]{
	width: 40px;
    padding: 2px;
    text-align: center;
    margin-left: 5px;
}
.complemented.price {
    color: #ed1c24;
}
#product-card .product-to-complemented .price-old {
    text-decoration: line-through;
    color: #6d6d6d;
    font-family: 'tahoma';
    font-size: 12px;
}
input[type="checkbox"]:focus {
    box-shadow: none;
}
.complemented-wrap {
    max-height: 252px;
    overflow-y: scroll;
}