/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 
 #header{ background: red !important; }

label.outofstock .radio-label,
.radio-label.outofstock,
input[type="radio"][disabled] + .radio-label {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18'><line x1='2' y1='16' x2='16' y2='2' stroke='red' stroke-width='2.5'/></svg>");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    opacity: 0.55;
    filter: grayscale(1) brightness(1.25);
    pointer-events: none;
    cursor: not-allowed;
}*/
