@charset "UTF-8";
/* BOOTSTRAP VARIABLES */
@font-face {
    font-family: "Value Serif Pro";
    src: url("../fonts/value-serif-regular-pro.otf");
}
@font-face {
    font-family: "Value Serif Pro";
    src: url("../fonts/value-serif-bold-pro.otf");
    font-weight: bold;
}
@font-face {
    font-family: "Value Serif Pro";
    src: url("../fonts/value-serif-medium-pro.otf");
    font-weight: 500;
}
@font-face {
    font-family: "Gelato Luxe";
    src: url("../fonts/gelato-luxe.otf");
}
@font-face {
    font-family: "Avenir LT Std";
    src: url("../fonts/AvenirLTStd-Roman.otf");
}
@font-face {
    font-family: "Avenir LT Std";
    src: url("../fonts/AvenirLTStd-Heavy.otf");
    font-weight: bold;
}
@font-face {
    font-family: "Avenir LT Std";
    src: url("../fonts/AvenirLTStd-Oblique.otf");
    font-style: italic;
}
@font-face {
    font-family: "Avenir LT Std";
    src: url("../fonts/AvenirLTStd-HeavyOblique.otf");
    font-style: italic;
    font-weight: bold;
}

.vspro {
    font-family: 'Value Serif Pro', Serif;
}
.avenir {
    font-family: "Avenir LT Std", sans-serif;
}
.glux {
    font-family: 'Gelato Luxe', Serif;
}

.btn.btn-danger {
    background-color: #f26c4b;
    border-radius: 30px;
}

.btn.btn-default {
    border-radius: 30px;
}

h1.cake-title {
    font-size: 2rem;
}
h2.cake-title {
    font-size: 1.2rem;
}

.sticky {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #fff;
}
a.flavour-btn {
    font-size: 0.7rem;
    border-radius: 10px;
    border: #cccccc 1px solid;
    display: block;
    color: #000;
    min-height: 82px;
}

a.flavour-btn .badge {
    font-size: 9px;
}

a.selected {
    border: #ff738a 1px solid;
}

.satisfaction-border {
    border: #ff738a 1px dashed;
    padding: 16px;
    border-radius: 20px;
}

#apple-pay-button {
    height: 48px;
    width: 100%;
    display: inline-block;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: plain;
    -apple-pay-button-style: black;
}
.gpay-card-info-container {
    width: 100%;
    border-radius: 30px;
}
@media only screen and (max-width: 600px) {
    .container-fluid,  [class*="navbar-expand-"] > .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}