/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@font-face {
font-family: 'Zapf Chancery';
src: url('../fonts/zapf_chancery_normal.ttf')format('truetype') ;
font-weight: normal;
font-style: normal;
}
.zapf-chancery{
    font-family: 'Zapf Chancery';
}
.ec_details_product_preview {
	/*width: 100%;
    border:1px solid #000000;*/
}
 .canvas-fixed{
    top: 20px;
    left: auto;
    width: 458px;
    height: 140px;
    position: fixed;
    text-align: center;
    padding: 30px 0px 0px;
  /*  top: 50px;
    left: 26.5%;
    transform: translateX(26.5%);
    text-align: center;
    left: auto;
    max-width: 460px;
    position: fixed;*/
    }
    .product_preview_container{
     margin-top: 30px;
    display: inline-block; 
    width: 100%;
    text-align: center;

}
