body{
    background-image: url(images/wood.jpg);
    background-size: cover;
    font-family: "Henny Penny", cursive;

}
.jumbotron{
    height: 150px;
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    padding: 25px;
    font-family: "Henny Penny", cursive;

}
/* .first{
    text-align: center;
    font-family: 'Henny Penny', cursive;
    padding: 25px;
} */
.btn{
    float: right;
}
.one{
    width: 100%;
    height: 150px;
}
/* .two{ */
    /* height: 195px; */
    /* width: 150px; */
/* } */

.scroll-y{
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: scroll;
    align-items: center;
}

.pizza-box{
    width: 240px !important;
    height: 300px !important;
    margin-right: 24px;
    overflow: hidden;
}
label>input{
    width: 0px;
    height: 0px;
}

.extras{
    justify-content: space-between;
}

label>input:checked ~ .card{
    background-color: black !important
}

label>input:checked ~ .pizza-box{
    zoom: 1.1;
    color: white;
    background-color: black !important;

}

.button {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    margin: 0 auto;
    width: 160px;
  }

.pizza-box>h4, .pizza-box>p{
    padding-left: 8px;
    padding-right: 8px
}
.cart-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.cart-container{
    height: 100vh;
    width: 360px;
    background-color: #FFFFFF;
    float: right;
    overflow-y: scroll;
    padding-left: 16px;
    padding-right: 16px;
    /* display: none; */
    
}
#deliver{ 
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    margin: 0 auto;
    width: 160px

}

#orders>li>img{
    height: 104px;
    width: 104px
}
#view{
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    margin: 0 auto;
    width: 200px;
    float: right;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.cartSum{
    border-radius: 12px;
    height: 24px;
    width: 24px;
    background-color: red;
}
.row{
    justify-content: space-between;
    font-weight: 500 !important;
    border-top: 2px solid black;
}  
