/* Print Shop Custom */

@font-face {
  font-family: 'LucidaSans';
  src: url('../../fonts/Lsans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LucidaSansDemiBold';
  src: url('../../fonts/Lsansd.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BellMtItalic';
  src: url('../../fonts/BELLI_3.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}


app_con {
    max-width: none;
}
main_area {
    padding: 10px 20px 0;
}  
.header-img > div {
    background-size: contain !important;
    background-position: left center !important;
}
/*
item [data-c="SkyImageViewer"] > div {
    height: 80% !important;
}
*/

block-con {
    margin: -10px auto !important;
    max-width: 1100px;
}

@media screen and (max-width: 700px) {
    .header-img > div {
        background-position: left top !important;
    }
}

/* PRODUCT SECTION */
.prod-txt{
	display: none !important;
}


/* Firefox Select Bug */
option {
    font-family: sans-serif;
}