/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* @R_012 (01) Negative Bestände nicht mehr anzeigen */

.product-unavailable-cfs {
    color: blue; display: none;
}

.invisible {display:none;}

/* @R_011 (08) VAS-Anzeige im Warenkorb */
 
.qty_nospin {
    padding: 10px;
    text-align: center;
    /*height: 34px; */
    width:4em;
    border: solid 1px #d9d9d9;
}

.vas {
    text-align: left;
    padding: 10px;
    border: solid 1px #d9d9d9; 
/*    background-color: #00ff77;*/
}

.noVas {
    padding: 0 2px;
    text-align: center;
    border-color: #d9d9d9;
    height: 40px;
    border: solid; 
    background-color: #FFF6D3
}

.withVas {
    padding: 0 2px;
    text-align: center;
    border-color: #d9d9d9;
    height: 40px;
    border: solid; 
    background-color: #15d35f
}

/* @LKR Update Styling Anpassungen */

body {
    font-size: .75rem;
}

p {
    margin-bottom: .5rem;
}

.style_content .btn {
    margin-bottom: .5rem;
    margin-right: .5rem;
}