@font-face {font-family: futura;src: url(/fonts/futura-bold.ttf); font-weight: bold;}
@font-face {font-family: futura;src: url(/fonts/futura-normal.ttf); font-weight: normal;}

@font-face {font-family: gotham;src: url(/fonts/gotham-normal.ttf); font-weight: normal;}
@font-face {font-family: gotham;src: url(/fonts/gotham-bold.ttf); font-weight: bold;}

@font-face {font-family: oswald;src: url(/fonts/oswald-normal.ttf); font-weight: normal;}
@font-face {font-family: oswald;src: url(/fonts/oswald-bold.ttf); font-weight: bold;}

@font-face {font-family: ballet;src: url(/fonts/ballet-harmony.ttf); font-weight: normal;}

body{
     background: url("/test.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

#lightbox_customize{
    text-align: center;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    height: 100%;
    width: 100%;
    background-color: rgb(0,0,0,.7);
}

#lightbox_customize > div:first-of-type{
    width: 700px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 20px 0px 40px 0px;
    border-radius: 20px;
    padding: 10px;
}

#lightbox_preview{
    text-align: center;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    height: 100%;
    width: 100%;
    background-color: rgb(0,0,0,.7);
}

#lightbox_preview > div:first-of-type{
    width: 1100px;
    height: 80%;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    border-radius: 20px;
    padding: 10px;
}

.textbox{
    font: bold 12pt gotham;
    text-align: center;
    padding: 0px !important;
    height: 40px !important;

}

.preview_thumbnail{
    box-shadow: 2px 2px 2px #e6e6e6;
    border: 1px solid #939393;
    opacity: 0.8;
    transition: all .1s ease-in-out;
}

.preview_thumbnail:hover{
    opacity: 1.0;
    transform: scale(1.05);
}

.preview_image{
    max-width:100%;
    max-height:100%;

    outline: solid 2px #eeeeee;
    outline-offset: -12px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#main_preview{
    max-width:100%;
    max-height:100%;

    outline: solid 2px #eeeeee;
    outline-offset: -12px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#preview_pane{
    float: left;
    width: 200px;
    height: 100% !important;
    padding: 10px;
    overflow: auto;
}

#preview_window{
    text-align: center;
}

#preview_window > *{
    margin: 0 auto;
}

button{
    margin: 0px 5px 0px 5px;
}

.custombutton1{
    font: bold 10pt gotham;
    background-color: #ffffff;
    color: #474747;
    border: 2px solid #9e9e9e;
    cursor: pointer;
    margin: 5px;
    padding: 15px;
    display: inline-block;
    border-radius: 2px;
}

#quantity_select{
    font: bold 12pt gotham;
    padding: 5px;
    width: 100px;
    height: 40px;
    margin: 0px;
}

.addtocartbutton{
    background-color: #0077cc;
    color: #ffffff;
    border: 3px solid #ffffff;
    font: bold 12pt oswald;
    padding: 8px 16px 8px 16px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}

.addtocartbutton:hover{
    background-color: #ffffff;
    color: #0077cc;
    border: 3px solid #0077cc;
}


.checkoutbutton{
    font: bold 10pt gotham;
    padding: 10px;
    color: #ffffff;
    background: #00A651;
    border: 0px;
    margin: 20px 5px 5px 5px;
    display: inline-block;
    cursor: pointer;
    border: 3px solid #ffffff;
}

.checkoutbutton:hover{
    color: #00a651;
    background: #ffffff;
    border: 3px solid #00a651;
}

.cartitemrow{
    padding: 0px !important;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
}



.cartitem{
    font: 400 10pt Merriweather;
    text-align: left;
    margin: 0px !important;
    display: inline-block;
    line-height: 1;
    vertical-align: top;
    padding: 4px;
}
