#page-container {
    padding-top: 0;
}

.purchase-header {
    position: -webkit-sticky; 
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 100;
    box-shadow: 0 0 18px rgba(0,0,0,.1);
    height: 60px;
    text-align: center;
}

.purchase-header-button {
    display: inline-block;
    margin: 10px;
    border-radius: 20px;
    border: 1px solid;
    padding: 5px 20px;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    line-height: 1.5rem;
    cursor: pointer;
}

.purchase-header-button-secondary {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    background-color: #e7a1a0;
    border-color: #e7a1a0;
    color: #ffffff
}

.purchase-header-button-secondary:hover {
    background-color: #db8282;
    border-color: #db8282;
}

.purchase-header-button-outline-secondary {
    border-color: #e7a1a0;
}

.purchase-header-button-outline-secondary:hover {
    border-color: #db8282;
    color: #db8282;
}

#top-menu {
    text-align: center;
    float: none;
    margin: 0 auto 1rem;
    justify-content: center;
    padding-bottom: 0;
    padding-left: 0;
}

#top-menu.nav li a {
    font-size: 14px;
    color: #000000;
}

.et_pb_gallery_item .et_pb_gallery_image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
