/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */



.txt-block-text {
    top: 65%;
    right: 25px;
}

button.decouvrir{
    padding:15px;
    color: #000;
    border: 1px solid #000;
    background: #fff;
    border-radius: 25px;
}

.widget-manufacturer{
    margin-bottom: 15px !important;
}

.bordersolid{
    border: 1px solid #000;
}

.desc-block-text button{
    background-color:#FFF;
    border-radius:15px;
}

.bgcover{
    background-size: cover;
    align-items:center;
    min-height: 350px;
}