/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15.05.2018, 15:09:13
    Author     : helmuth
*/


.card{
    background: #fff;
    border: none;
    border-radius: 0px;
    
    padding: 25px;
    
}

.card-deck .card, .product-items .card {
    margin-right: 5px;
    margin-left: 5px;
}

.card-deck, .product-items{
    margin-bottom: 10px;
}

.card-deck:last-of-type{
    margin-bottom: 0px;
}

.btn{
    border: none;
    border-radius: 10px 0px 0px 0px;
    height: 50px;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: uppercase;
    
    font-size: 17px;
    line-height: 40px;
    font-weight: bold;
    
    display: inline-block;
    
    margin: 8px;
    max-width: min-content;
}

.btn-success, .btn-success:hover, .btn-success:active, .btn-success:focus{
    color: #fff;
    background: #EF0089;
}