/* Product Zone */



.product-header{
    margin: 0 auto;
     margin-top: 5%;
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    text-align: center;
    color: #2f343b;
    width: 70%;
    border-bottom: 3px solid #703030;
    padding-bottom: .5%;
}

.product-showcase{
    position: absolute;
    left: 10%;
    width: 35%;
    height: 45%;
    margin-top: 3%;
}

.product-right{
    position: absolute;
    right: 15%;
    width: 30%;
    margin-top: 2%;
    font-family: 'Open Sans', serif;
    font-size: 20px;
    margin-bottom: 250px;
}

.product-right ol{
    margin-top: 5%;
    list-style: disc;
}

.cello-showcase{
    position: absolute;
    left: 25%;
    height: 550px;
    width: 350px;
    margin-top: 3%;
}

#product-image{
    height: 350px;
    width: 350px;
}

.zoomHolder{
    border: 1px dotted #703030;
    max-height: 100%;
}

.color-swatches{
    text-align: center;
}

.color-swatches li{
    display: inline-block;
}
.colors{
    width: 60%;
}

#cello-pic{
    max-height: 100%;
}

#product-image{
    height: 350px;
    width: 460px;
    
}
