body {
    margin: 0;
    color: aliceblue;
}

.background {
    background: url("../images/background.jpg") repeat-y center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.side-tags {
    display: none;
}


/* .header{
    background: url("../images/title_single.png") center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 10px 50px 0 50px; */
/* height: 80px; */
/* padding: 10px 5%; */
/* aspect-ratio: 2.676;
    box-shadow: 0 0 6px 6px var(--menu-second-color);
} */

.header {
    background: url("../images/title_single.png") center;
    background-size: cover;
    /* REMOVE: position: absolute; */
    margin: 10px 50px 0 50px;
    aspect-ratio: 2.676;
    box-shadow: 0 0 6px 6px var(--menu-second-color);
}


.business-title {
    font-size: 1.5em;
    font-weight: bold;
}

.business-description {
    font-size: 1.2em;
}

.container {
    margin: 20px 30px 20px 30px;
    /* background: var(--container-color); */
    padding: 5px;
    color: #1c2c60;
    /* box-shadow: 0 0 5px 2px var(--container-color); */
}

.category-title {
    display: inline-block;
    font-size: 1.6em;
    margin: 0.7em 0 0.1em 0;
    padding-right: 15px;
    font-weight: bold;
    border-radius: 15px 50px 30px 5px;
    border-bottom: 2px solid #0f254a;
    width: 100%;
}

.category-description {
    width: 100%;
    display: block;
    font-size: 1em;
}

.product-section {
    width: 100%;
    margin: 0.9em 0;
    /* margin: 2.9em 0; */

}

.product-title {
    /*width: 60%;*/
    max-width: 80%;
    display: inline-block;
    font-size: 1.4em;

}

.product-description {
    width: 60%;
    display: block;
    font-size: 1.2em;
}

.product-price {
    float: right;
    width: 20%;
    text-align: right;
    font-size: 1.4em;
    display: inline-block;
}

.bottle-price {
    float: right;
    text-align: right;
    font-size: 1.2em;
    display: inline-block;
    margin-left: 10px;
}

#background_frame {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 25px;
    right: 10px;
    border-left: 3px solid #0f254a;
}