/* Ryman Signature Red */
:root {
–ryman-red: #e31837;
–ryman-dark: #333333;
}

/* Style the primary buttons */
.single-product .button.alt {
background-color: var(–ryman-red) !important;
border-radius: 4px;
font-weight: bold;
text-transform: uppercase;
}

/* Style the product option boxes */
.ppom-input-panel {
border: 1px solid #ddd;
padding: 15px;
background: #f9f9f9;
}