.image-thumbnails{
    
    display:flex;
    justify-content: space-between;
  
    
    max-width:400px;
    margin-bottom: 20px;
    margin-right:40px;
}
.thumbnail{
    width:90px;
    height:90px;
    opacity: .5;
    
}
.product-image
{
    width: 400px;
    height:400px;
    margin-right:40px;
    margin-bottom: 20px;
    margin-top:30px;
    
}
#product-name{
    font-size:25pt;
    color:#FFE45C;
    padding-top:20px;
    padding-bottom:20px;
}
.product{
    display:flex;
    
}
.main-container{
    display:flex;
    flex-direction: column;
    padding-top:0px;
}
.info{
    display:flex;
    flex-direction: column;

}
.tabs{
    margin-top:30px;
   
    display:flex;
    margin-left:20px;
   
}
.tab{
    background-color:#062943;
    color: rgb(255, 255, 255);
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
    border-radius: 5px;
    
 
    
}

.description-box{
    background-color:#0D68A9 ;
    display: flex;
   flex-direction: column;
   min-height: 1100px;
   border-radius: 20px;
   padding-bottom:30px;
}
#price{
    font-size: 16pt;
    font-weight: bold;
    

}
#selection{
    margin-top:20px;
    margin-bottom:20px;
}
select{
    width:120px;
    height:25px;
    font-size: 10pt;
    text-align: center;
    margin-left:10px;
    background-color:#0D68A9 ;
    color:white;
    border-radius: 5px;

    font-family: 'instrument-sans-variable',sans-serif;
}
#add-to-cart{
    display: flex;
    flex-direction: column;
    width:200px;
    
}
.add-to-cart-button{
    background-color: #FFE45C;
    color:black;
    padding: 10px;
    font-size: 12pt;
    font-family: 'instrument-sans-variable',sans-serif;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    margin-top:10px;
    margin-bottom:10px;
}
.buy-now-button{
    background-color: #FF9C39;
    color: black;
    font-size: 12pt;
    font-family: 'instrument-sans-variable',sans-serif;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}


#walkthrough-nav{
    display: flex;
    margin-left:50px;
    margin-right:50px;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 50px;
}

#back-button{
width:70px;

}
#forward-button{
    width:70px;
}
#play-pause{
    width:70px;
}

#play_pause{
    width:100px;
}
#step-img{
    width:350px;
    align-self: center;
    
}
#step-text{
    width:450px;
    align-self: center;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 14pt;
    text-align: center;
}
#product_description{
    line-height: 25px;
}
#product-specifications{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
h2{
    margin-left:40px;
}

#instructionstitle{
    font-size: 25pt;
    color:#FFE45C;
    padding-top:20px;
    padding-bottom:20px;
    font-family: 'instrument-sans-variable',sans-serif;
    font-weight: bold;
    text-align: center;
}
.calculations{
    margin-left: 20px;
    line-height: 20pt;
    margin-top :20px;
    margin-bottom:30px;
    font-size: 14pt;
}
#specifications-fullbox{
    width: 100%;
    padding: 20px;
}
.specifications-half {
    width: 100%;
}
#shipping-fullbox{
    width: 100%;
    padding: 20px;
}
#shippingtitle{
text-align: center;
text-decoration: underline;
}
h3{
    font-style: italic;
}
.shippinginfo{
    line-height: 16pt;
    width:100%;
    font-size: 14pt;
}
.shipptable{
    line-height: 18pt;
    width:100%;
    font-size: 14pt;
    border: #062943 solid 2px;
    padding:15px;
}

#reviewtitle{
    margin: 20px auto;
    text-decoration: underline;
}

#reviewbox{
    margin:auto;
    width: 800px;
    height: 100px;
    font-family: 'instrument-sans-variable',sans-serif;
    font-size: 14pt;
}

#postbutton{
    width:100px;
    height:30px;
    border-radius: 8px;
    cursor:grab;
    margin : auto;

}

#SHIPPING{
    width:100%;
}

#description-text{
    width:100%;
}

#instructions-video{
    padding:20px;
    background-color: rgb(0, 0, 0);
    border-radius: 8px;
    border:#FFE45C solid 5px;

}
#title-video{

    font-size: 25pt;
    text-align: center;
    font-weight: bold;
}
iframe{
    width: 100%;
    height: 100%;
    border-radius: 20px;
   
}