.wide-mage{
    margin-bottom: 0.5em;
}

.wide-mage .container-image{
	height: 217px;
	justify-content: center;
	display: flex;
}

.wide-mage .container-image img{
	max-height: 100%;
	margin: auto;
}

.wide-mage .title{
    margin-top: 0.5em;
}

.wide-mage .title a{
    color: #000000;
}

.wide-mage .price{
    font-weight: bold;
}

.wide-mage .price.has-special-price{
    color: gray;
    text-decoration: line-through;
}

.wide-mage .special-price{
    font-weight: bold;
    margin-left: 5px;
}

.wide-mage .special-price ~ .wide-mage .price{
    color: green;
}

.wide-mage .buy-button{
    display: block;
    background-color: #11bd11;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

.wide-mage .buy-button:hover{
    background-color: #0d940d;
    color: #fff;
}
