/**
* Add any custom CSS here.
* This file will be loaded after all other theme stylesheets.
*/
.order-option {width: 33%; display: inline-block; text-align: center;}
.order-option img {display: inline-block;}
.option-price {font-size: 2em; color: #484848;}
.option-button {background-color: #e11951; display: block; width: fit-content; margin: 0 auto; color: #ffffff; padding: 0.8em 2em; font-size: .8em; max-width: 10em;}
.option-button:hover{background-color: #eb4a77; color: #ffffff;}