@charset "utf-8";
/* CSS Document */
  
    *{
    
    max-width: 100%;
} 
    

a{
    
    text-decoration: none;
}

.scroll{
    
    overflow-y: scroll;
}


.orderdetails{
    
        text-align: left;
    line-height: 2;
}

.list > div{
    display: flex;
    color: #464646;
    background-color: #C9C9C9;
    padding: 15px;
    font-size: 12px;
    font-weight: bold;
}


.list > div:nth-child(odd){
    
    background-color: #E5E5E5;
}

.list > div > div{

    width:100%;
}

.popup{
    
    
    background-color: rgba(0,0,0, 0.90);
    width:100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
}


.popup > div{
    text-align: center;
    background-color: white;
    padding: 15px;
    border-radius: 6px;
    width: 500px;
    height: auto;
    min-height: 100px;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30vh;
    
    
    
}


body{
    
    margin: 0px;
    padding: 0px;
    font-family: 'Arial', serif;
    color:#161616;
}

input, textarea, select{
    
    display: block;
    width: 300px;
    padding: 10px;
    color: #878787;
    margin-bottom: 25px;
    border-radius:4px;
}

#total{
    
    color: #6F6F6F;
    font-size: 2em;
    font-weight: bolder;
}

#total > div{
    
font-size: 12px;
}

textarea{
    
    
    height: 200px;
}

.tflex{
    
    display: flex;
}

.logo{
    
    height: 30px;
    width: auto;
    padding: 5px;
}

.topbar{
    display: flex;
    padding: 10px;
    background-color:#fe3173;
}

.banner{
    overflow: hidden;
    background-color:#ffdd4a;
    max-height: 75vh;
}

.banner > img:first-child{
    
    opacity: .10;
    width: 100%;
    height: auto;
    position: absolute;
    max-height: 75vh;
    object-fit: cover;
}


.bar{
     display: block;
    position: relative;
    margin-left: auto;
    height: 18px;
    margin-right: auto;
    margin-top: -28px;
}

.social{
    
    
    height: 100px;
    width: auto;
}

.pattern{
    overflow: hidden;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
background: url("../parts/fruit-pattern.png");
        background-size: 20%;

}

.banner > img:last-child{
    position: relative;
    /* top: -137px; */
    /* left: 0px; */
    width: 91vw;
    margin-right: auto;
    box-sizing: border-box;
    object-fit: contain;
    max-height: 75vh;
    display: block;
    padding: 20px;
    margin-left: auto;
    height: auto;
    
}

.gradient{
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px;
    height: 256vh;
    display: block;
    
    background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 100%);
background: linear-gradient(0deg, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.colorContainer{
    
        width: 822px;
    min-height: 549px;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    background-size: contain;
}


.cbtn{
    
    padding: 10px;
    text-align: center;
    cursor: pointer;
    color: white;
    font-weight: bolder;
    min-width: 200px;
    border-radius:4px;
    display: inline-block;
    
}

.colorContainer > div{
    
    color: white;
    padding: 25px;
    /* margin-top: 25px; */
    text-align: center;
    display: block;
    /* position: relative; */
    margin-left: auto;
    top: 129px;
    margin-right: auto;
    font-size: large;
    position: relative;
    line-height: 2;
    width: 80%;

}



.colorContainer > img{
    
 
}

 .mobileonly{
         
         display: none;
     }

.flavors > img{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

li{
    padding: 10px;
}

.centercontent{
    
    min-height: 48vh;
    position: relative;
    display: block;
    width: 80vw;
    margin-left: auto;
    padding: 20px;
    box-sizing: border-box;
    
    margin-right:auto;
    
    
}

.nav{
       display: block;
    margin-top: 11px;
    width: 125%;
    margin-left: 143px; 
}

.nav > a{
  color: white;
    font-weight: bold;
    margin-right: 25px;
    display: inline-block;
    text-decoration: none;
    
}


.site-footer {
    margin-top: 50px;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px 0;
}

.footer-content {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px;
    width: 75vw;
    margin-left: auto;
    margin-right: auto;
}

.footer-section {
    margin: 0 15px;
}

.footer-section h3 {
    margin-bottom: 15px;
    font-size: 1.2em;
}

.footer-section p, .footer-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    margin-top: 25px;
}

.footer-section a {
    color: white;
    font-size: 12px;
    display: block;
    margin-top: 15px;
    text-decoration: none;
}

.flavors{
    text-align: center;
}

.footer-section a:hover {
    text-decoration: underline;
}

.footer-bottom {
    border-top: 1px solid #444;
    padding: 10px 0;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        text-align: left;
    }

    .footer-section {
        margin-bottom: 20px;
    }
}
