*
{
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-family: roboto;
}
body
{
    overflow: hidden;
}
#littleArrow
{
    left: 7.5vw;
    position: absolute;
}
#detailHead
{
    font-size: 6vw;
    margin-top: 30px;
    width: 100vw;
    height: 60px;
    border-top: 1px solid rgba(1, 150, 130, 0.3);
    border-bottom: 1px solid rgba(1, 150, 130, 0.3);
    border-radius: 10px 10px 0 0;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.additionals-container
{
    height: calc(100vh - 122px);
    display: block;
    overflow: auto;
    font-size: 4vw;
}
.additionals-head
{
    font-size: 5vw;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.additional-box
{   
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    overflow: auto;
    margin-left: 2.5vw;
    margin-top: 10px;    
    width: 95vw;    
}
.additional-less, .additional-more
{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1.5px solid;
    background-size: 100%;
    height: 25px;
    width: 25px;
    background: transparent;
    font-size: 7vw;
}
.additional-less
{
    border: 1.5px black solid;
    color: black;
}
.additional-more
{
    border: 1.5px solid #019682;
    color: #019682;
}
.additional-number
{
    text-align: center;
    border: 0px;
    background-color: transparent;
    height: 25px;
    width: 50px;
}
.additional-description-box
{
    float: right;
    height: 100%;
    margin-left: 5vw;
    width: 70vw;
}
.additional-price
{
    font-size: 3.5vw;
}
#detailFoot
{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #019682;
    color: white;
    font-size: 3vw;
    position: fixed;
    bottom: 0;
    height: 30px;
    width: 100vw;
}
#nextButton
{
    appearance: none;   
    border: none;
    background-image: url('../../img/itemDetails/nextButton.png');     
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: transparent;
    position: fixed;
    right: 10px;
    bottom: 40px;
    height: 35px;
    width: 35px;
}
/* #EDBA2B */