/**
 * CSS Stylesheet for printing
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: print_stylesheet.css 4530 2006-09-16 04:00:24Z drbyte $
*/

@font-face {
	font-family: 'NightBits'; 
	src: url('/fonts/nightbits.ttf') format('truetype');
}
@font-face {
	font-family: 'Tandelle'; 
	src: url('/fonts/tandelle.ttf') format('truetype');
}
@font-face {
	font-family: 'Futura Md BT'; 
	src: url('/fonts/futura.ttf') format('truetype');
}
@font-face {
	font-family: 'Futura Md BT Stencil'; 
	src: url('/fonts/futura_stencil03.ttf') format('truetype');
}
@font-face {
	font-family: 'Press Feeling'; 
	src: url('/fonts/pressfeeling.ttf') format('truetype');
}
@font-face {
	font-family: 'Piescese'; 
	src: url('/fonts/piescese.otf') format('truetype');
}
@font-face {
	font-family: 'Aharoni'; 
	src: url('/fonts/Aharoni-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Times New Roman'; 
	src: url('/fonts/timesnewroman.ttf') format('truetype');
}
@font-face {
	font-family: 'Colonna MT'; 
	src: url('/fonts/colonnamtregular.ttf') format('truetype');
}
@font-face {
	font-family: 'Adobe Garamond Pro'; 
	src: url('/fonts/AdobeGaramondPro.ttf') format('truetype');
}
@font-face {
	font-family: 'Aharoni Stencil'; 
	src: url('/fonts/AharoniStencil-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Arial Stencil'; 
	src: url('/fonts/ArialStencil.ttf') format('truetype');
}
@font-face {
	font-family: 'Colonna MT Stencil'; 
	src: url('/fonts/ColonnaStencil.ttf') format('truetype');
}
@font-face {
	font-family: 'NightBits Stencil'; 
	src: url('/fonts/NightBitsStencil-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Piescese Stencil'; 
	src: url('/fonts/PiesceseStencil.ttf') format('truetype');
}
@font-face {
	font-family: 'Tandelle Stencil'; 
	src: url('/fonts/TandelleStencil.ttf') format('truetype');
}
@font-face {
	font-family: 'Adobe Garamond Stencil'; 
	src: url('/fonts/AdobeGaramondStencil.ttf') format('truetype');
}
@font-face {
	font-family: 'Times New Roman Stencil'; 
	src: url('/fonts/TimesNewRomanStencil.ttf') format('truetype');
}



.colours h2,.cuttitle {
    width: 100%;
    display: inline-block;
    font-size: 17px;
    color: #ef383d;
    font-weight: bold;
}
.styles h2,.cuttitle {
    width: 100%;
    display: inline-block;
    font-size: 17px;
    color: #ef383d;
    font-weight: bold;
}
HR {
    height: 1px;
    margin-top: 1.5em;
}
.cutwrapper {
	clear:both;
	float:left;
	width:100%;
	background: #ddd;
border: 1px solid #bbb;
padding: 10px;
margin-bottom: 10px;
position:relative;
}
.fbbutton,.savebutton {
    background: #4f6b9d none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 15px;
    padding: 4px 10px;
	cursor:pointer;
}
.savebutton {
    background: #777777 none repeat scroll 0 0;
}
#choices {
    display: inline-block;
    margin-top: 12px;
    margin-left: 10px;
}
.imgwrap img {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}
#choices p{display:inline-block;padding-right:2px;}
#shippinginfo .fa-truck {
	padding-right:5px;
	font-size:20px;
	color: #666;
}
#shippinginfo {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.materialWrapper {
    float: left;
    width: 100%;
    background: #ddd;
    border: 1px solid #bbb;
    padding: 10px;
    margin-bottom: 15px;
}
.stilWrapper {
    float: left;
    width: 100%;
    background: #ddd;
    border: 1px solid #bbb;
    padding: 10px;
    margin-bottom: 15px;
}
.colwrap {float:left;}
.imgwrap {background:#f0f0f0;}
.colinfo {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .6);
    position: absolute;
    width: 100%;
    bottom: 0;
    font-weight: bold;
    font-size: 18px;
}
.colours {display:inline-block;}
.styles {display:inline-block;}
.divide {
    border-bottom: 5px solid #fff;
    display: block;
    margin-left: -10px;
    margin-right: -10px;
}

.featherlight-content {
	margin:10px !important;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	}
select {
    margin: 0.3em 0.3em 0.3em 0em;
    height: 27px;
    border: 1px solid #bbb;
}
h4.optionName {
    width: 130px;
    padding: 0.2em 0;
}
button#reset {
    color: #444;
    border-radius: 4px;
    border: 1px solid #999;
    background: #ccc;
    font-family: arial;
    padding: 3px 10px;
    cursor: pointer;
    margin-right: 5px;
    float: right;
    position: absolute;
    top: 17px;
    right: 10px;
}

.cutcol {
	width:50%;
	float:left;
}
.cutcolinput {
    width: 50%;
    float: left;
}
.infoicon {
    color: #2ea8e1;
    position: absolute;
    right: -10px;
    top: -6px;
    font-size: 27px !important;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    line-height: 17px !important;
    border: 0px solid #333;
}
.fa-info-circle {
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 1em;
    width: 1em;
    line-height: 27px !important;
}
#productcutoutinfoBody h1#productName {display:none;}
#wrapper {
	margin: auto;
    width: 75%;
}
#myfbshare {display:block;}
#editable, #typo {
	padding:3px 10px 10px;
}
#textwrapper {
    width: 100%;
    min-height: auto;    
    margin-bottom: 5px;
}
#productcutoutinfoBody h2#productPrices {
    color: #666;
    font-size: 60px;
}
#productcutoutinfoBody .button_in_cart {
    background: #01b64f none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: 20px;
    width: 90%;
	cursor: pointer;
}
#productcutoutinfoBody #previewPanelWrap .button_in_cart {width:40%;}
#productcutoutinfoBody #previewThumb button {
    background: #555 none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    color: #ccc;
    cursor: pointer;
    font-size: 14px;
    padding: 5px 10px;
}
.flagsize {
    float: left;
    font-size: 10px;
    margin-right: 10px;
    text-align: center;
}
#flagsizes {
    background: #333 none repeat scroll 0 0;
    border: 1px solid #444;
    clear: left;
    float: left;
    padding: 10px 0px 10px 10px;
	width: 100%;
	margin-bottom: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.measure{
            width: 20px;
            height: 20px;
            border: 1px solid #d50f2c;
			background:#fff;
            position: absolute;
            cursor: pointer;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            -webkit-box-shadow:  3px 3px 2px 2px rgba(1, 1, 1, .3);
            box-shadow:  3px 3px 2px 2px rgba(1, 1, 1, .3);
            text-align: center;
            font-weight: bold;
            color: black;
            padding-top: 5px;
            font-family: Verdana;
			z-index: 2;
        }
.acccolor {display:none;}
#cleanflag {display:none;}
#cleanflag {
    cursor: pointer;
    padding-right: 7px;
    padding-top: 5px;
}
#flagthumbs {
    float: left;
    width: 100%;
}

#flag1, #flag2, #flag3, #flag4, #flag5 {
    float: left;
    margin-bottom: 10px;
    margin-right: 3px;
}
#flagthumbs div img {
	height:38px;
}
#flagthumbs {
    background: #333 none repeat scroll 0 0;
    border: 1px solid #444;
    clear: left;
    float: left;
    padding: 10px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#SvgjsG1006 {transform: matrix(0.1 0 0 0.1 410 146);}


#flagwrapper {
    background-color: #222;
    float: left;
    height: 400px !important;
    margin: auto;
    overflow: hidden;
    padding-top: 0px;
    width: 285px;
	border:1px solid #666;
	position: relative;
}
#cross::before {
    height: 100%;
    left: 52%;
    margin-left: 42%;
    width: 10%;
}
#cross::before, #cross::after {
    background: #d00 none repeat scroll 0 0;
    content: "";
    position: absolute;
    z-index: -1;
}
#cross::after {
    height: 10%;
    margin-top: -5%;
    top: 50%;
    width: 100%;
}
#cross {
    height: 24px;
    left: -15px;
    position: relative;
    top: -8px;
  transform:rotate(0deg);
-ms-transform:rotate(0deg); /* IE 9 */
-webkit-transform:rotate(0deg); /* Safari and Chrome */
    width: 24px;
}

#line {
	opacity:0.8;
    border-bottom: 2px dashed #fff;
    height: 0;
    position: absolute;
    width: 0;
    z-index: 1;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#measinput{
    left: -16px;
    position: absolute;
    top: -50px;
}
input#mymeasure{
    border: 1px solid #d00;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    color: #666;
    margin: 0;
    padding: 3px;
    text-align: center;
}
#toggler,#toggler2 {
    display: block;
    float: left;
    height: 16px;
    width: 16px;
}
.unselected { background:url("../images/rot_right.png") no-repeat scroll left center transparent; }
.selected   { background:url("../images/rot_left.png") no-repeat scroll left center transparent; }
.clicked    { background:url("../images/rot_straight.png") no-repeat scroll left center transparent; }
#imageholder2 {
    height: 100%;
    text-align: center;
}
#textrect {
	color:#000;
}
#imagerect {
	  /* IE 5-7 */
  filter: alpha(opacity=90);

  /* Netscape */
  -moz-opacity: 0.9;

  /* Safari 1.x */
  -khtml-opacity: 0.9;

  /* Good browsers */
  opacity: 0.9;
}
.draggable {
        cursor: move;
    }
#base {
  cursor: move;
}
.knob:hover {
  cursor: pointer;
}
/* Other relevant properties for paged media:
- page-break-before
- page-break-after
- page-break-inside
- orphans
- widows
*/
.svg_select_points_lt{
    cursor: nw-resize;
}
.svg_select_points_rt{
    cursor: ne-resize;
}
.svg_select_points_rb{
    cursor: se-resize;
}
.svg_select_points_lb{
    cursor: sw-resize;
}
.svg_select_points_t{
    cursor: n-resize;
}
.svg_select_points_r{
    cursor: e-resize;
}
.svg_select_points_b{
    cursor: s-resize;
}
.svg_select_points_l{
    cursor: w-resize;
}

.svg_select_points_rot{
    stroke-width:1;
    stroke:black;
    fill: #F9FFED;
}

.svg_select_points_point{
    cursor: move;
}

.svg_select_boundingRect{
    stroke-width:1;
    fill:gray;
    stroke-dasharray:10 10;
    stroke:black;
    stroke-opacity:0.8;
    fill-opacity:0.1;
    pointer-events:none; /* This ons is needed if you want to deselect or drag the shape*/
}
#productAttributes {display:none;}

div.quant input.cssButton.button_in_cart {
    float: right;
    margin: 5px 0 5px 5px;
    width: 150px;
}

#cartAdd {
	float: none;
	border:none;
}

#cartAdd .button_in_cart {
	float:none;
}

#cartAdd div.quant input[type="text"] {
    border: 1px solid #ccc;
            -webkit-border-radius: 4px;
            -moz-border-radius:4px;
            border-radius: 4px;
    float: left;
    font-size: 17px;
    height: 37px;
    margin: 5px 0;
    text-align: center;
    width: 35px;
}
#clipart {
    background: #222 none repeat scroll 0 0;
    float: left;
    padding: 3px 10px 10px 10px;
    width: 100%;	
	margin-top:8px;
}

#clipart > div {
	background: #333 none repeat scroll 0 0;
    border: 1px solid #444;
    box-sizing: border-box;
    clear: left;
    float: left;
    margin-bottom: 10px;
    padding: 10px 0 10px 10px;
    width: 100%;
}

#clipart > div > div {
	margin: 8px;
	cursor: pointer;
	padding: 3px;
	float: left;
	position: relative;
	overflow: hidden;
}

#clipart > div > div > :nth-child(2) {
	display: none;
}

#clipart > div > div.added {
	background-color: #666666;
}

#clipart > div > div > i {
	display: none;
}

#clipart > div > div > i.fa-3x {
	display: block;
}

#clipart > div > div:hover > i {
	left: 20px;
    position: absolute;
    top: 21px;
    color: #fff;
    display: block;
}

#uploadPhoto {
	text-align: center;
	position:relative;
}

#uploadPhoto:hover > i {
	position: relative !important;
	left: auto !important;
	top: auto !important;
}

#uploadPhoto input.upload, #previewThumb input.upload  {
    position: absolute;
    top: 0;
    left: -150px;
    margin: 0;
    padding: 0;
    font-size: 50px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
	    display: inline-block;
    height: 80px;
}
.clip.image rect.rect.image {
	display:inline;
	fill-opacity:0;
}
.clip.image:hover rect.rect.image {
	fill-opacity:0.2;
}
.clip .fa, .clip > rect {
	display: none;
}

.clip .fa {
	cursor: pointer;
}

.clip:hover .fa, .clip:hover > rect, .stacked:hover + .fa  {
	display: inline;
}
.largeclip.image:hover .fa ,.largeclip.image:hover > rect {
	display: inline;
}
#productAttributes, #svgdata, #svgthumb,#svglines,#svgproddata {
	height: 0;    
    visibility: hidden;
}

.ui-slider {
	background: #555 none repeat scroll 0 0;
    border: 1px solid #666;
    clear: left;
	width: 93% !important;
}
.textin {width:95%;margin:0;}
.textcutout {width:95%; margin:0;}
#textwrapper > input {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #bbb;
    color: #999;
    float: left;
    margin: 0 0 14px;
    width: 100%;
    font-size: 20px;
    padding: 5px;
}

#imageTemplate {
	display: none;
}

#mysvg .svg {
	display:none;	
}

.textrow {
	visibility: hidden;
}


#previewPanelWrap {
	/*position:fixed;
	z-index:10000;
	border:4px white solid;
	*/
	display: none;
	clear: both;
}

#previewPanel {
	text-align: center;
	position: relative;
	max-width:660px;
	height:700px;
	display:none;
	margin: auto;
	width:-moz-fit-content;
}
#previewPanel > img, #previewPanel svg {
	max-width:660px;
	max-height:700px;
}

#previewPanel > svg {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#previewPanel > svg:hover {
	cursor: crosshair;
}

#heightMeasure {
	position: absolute;
	width:40px;
	text-align:center;
	left:0;
	top:0;
	display:none;
	font-size: 1.1em;
	border: 1px solid red;
}

#sign {
	height:50px; 
	width:auto; 
	position:absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: transparent;
}

#canvas {
	display:none;
}

#previewoverlay {
	position:fixed; 
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.8;
	filter:alpha(opacity=50);
}

.spacingslider {
	float: right;
    font-size: 0.5em;
    margin-right: 7px;
    margin-top: -14px;
    width: 50px !important;
    display: none;
}

#previewPanel .fa-times-circle {
	color: black;
    font-size: 24px;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 20000;
    background: #fff;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    cursor: pointer;
}
.cutinfo {
    font-size: 13px;
}
#previewPanel > .startpoint, #previewPanel > .endpoint {
	/*text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;*/
	position: absolute;
	display: none;
	cursor: pointer;
}



#textwrapper .colours > .materialWrapper > span {
    border: 4px solid #bbb;
    cursor: pointer;
    margin: 1% 2% 1% 0%;
    text-align: center;
    width: 14.5%;
    color: #333;
    padding: 0px;
    position: relative;
}
#textwrapper .colours > .materialWrapper > span.selected {
	border:4px solid #01b64f;
	background-image: none;
}

#textwrapper .position > img {
	border:2px solid #f0f0f0;
	margin-right:4px;
	cursor:pointer;
}

#textwrapper .position > img.selected {
	border:2px solid #01b64f;
	background-image: none;
}
#textwrapper .styles > .materialWrapper > span {
    border: 4px solid #bbb;
    cursor: pointer;
    margin: 1% 2% 1% 0%;
    text-align: center;
    width: 14.5%;
    color: #333;
    padding: 0px;
    position: relative;
}
#textwrapper .styles > .stilWrapper > span.selected {
    border:4px solid #01b64f;
    background-image: none;
}


#textwrapper .styles > .stilWrapper > span {
    border: 4px solid #bbb;
    cursor: pointer;
    margin: 1% 2% 1% 0%;
    text-align: center;
    width: 14.5%;
    color: #333;
    padding: 0px;
    position: relative;
}
/*#textwrapper .styles > .stilWrapper > span.selected {
    border:4px solid #01b64f;
    background-image: none;
}*/

.numsign {
    background: #df262b;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius:15px;
    float:left;
    height: 30px;
    text-align: center;
    width: 30px;
	margin:8px 0 13px;
}


#productcutoutinfoBody  legend {float:left;padding:8px 0 0 10px;color:#ef383d;}
#productmonograminfoBody  legend {float:left;padding:8px 0 0 10px;color:#ef383d;}
.num{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
#editable {
	background-color: #f0f0f0;
	margin-bottom:5px;
}

#editable > div {
    background-color: #ddd;
    border: 1px solid #bbb;
    float: left;
    height: 192px;
}
#flagwrapper, #svgWrapper {
	width: 100%;
	background: repeating-linear-gradient(
	  -55deg,
	  #ccc,
	  #ccc 10px,
	  #ddd 10px,
	  #ddd 20px
	);
}
#pricebox {width: 100%;}

#svg circle {
	cursor: move;
}

#realsvg {	
	/*
	height: 0;    
    visibility: hidden;    
    */
}

#realSVGWrap {
	/*background-color: grey;	*/
}

.typo {
	width:100%;	
	min-height: auto;
	margin-left:0;
}
input {
    /*-webkit-appearance: none;*/
}
#uploadPhoto {
	float: left;
	width: 100px;
}

.arrow_box {
	position: relative;
	z-index:100;
    color: #fff;
    display: none;
    padding: 10px;
    width: 100%;
	background: #df262b;
	border: 4px solid #bd060b;
	margin-bottom: 3px;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(223, 38, 43, 0);
	border-top-color: #df262b;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_box:before {
	border-color: rgba(189, 6, 11, 0);
	border-top-color: #bd060b;
	border-width: 36px;
	margin-left: -36px;
}
#pricebox {
	padding: 10px;
	margin-top:10px;
}

#textOffset, #letterSpacing, #curve, #cutoutsize {
    display: inline-block;
    width: 50% !important;
    margin-top: 9px;
}
#lockcurve {margin-top:10px;}
#svg {
	max-height: 600px;
	width: 100%;	
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   #svg {
   		height:600px;
   }
   #svgWrapper {
   	overflow:hidden !important;
   }
}

@media only all and (max-width: 800px) {
	.divide.top{
    display:block;
}
#textwrapper .colours > span {
    border: 4px solid #f0f0f0;
    cursor: pointer;
    margin: 1%;
    text-align: center;
    width: 31.3%;
    color: #333;
    padding: 0px;
    position: relative;
}

#textwrapper .styles > span {
    border: 4px solid #f0f0f0;
    cursor: pointer;
    margin: 1%;
    text-align: center;
    width: 31.3%;
    color: #333;
    padding: 0px;
    position: relative;
}
	#editable > div {text-align:center;}
#productcutoutinfoBody h4.optionName {display:block;}
.arrow_box {
    background: #df262b none repeat scroll 0 0;
    border: 3px solid #bd060b;
    font-size: 12px;
    padding: 5px;
    position: relative;
    width: 100%;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(223, 38, 43, 0);
	border-top-color: #df262b;
	border-width: 30px;
	margin-left: -30px;
	margin-top:0;
}
.arrow_box:before {
	border-color: rgba(189, 6, 11, 0);
	border-top-color: #bd060b;
	border-width: 36px;
	margin-left: -36px;
	margin-top:0;
}
#previewPanel > img, #previewPanel svg {
    max-height: 700px;
    max-width: 100%;
}
}
@media only all and (max-width: 640px) {
	#productcutoutinfoBody .button_in_cart {
	    font-size: 14px;
	}
	#flagwrapper { width: 62%; }
	#pricebox {
		width: 35%;
		margin-left:3%;
	}
	#productcutoutinfoBody h2#productPrices {
	    font-size: 40px;
	}
	#editable > div {text-align:center;}
}

@media only all and (max-width: 480px) {
	input[type="text"] {
	width:100%;
	}
	#choices {
	    display: inline-block;
	    margin-top: 0px;
	    margin-left: 0px;
	    font-size: 0.8em;
	    width: 100%;
	    text-align: left;
	}
	h4.optionName {
    width: 100%;
    padding: 0.2em 0;
}
select {
    margin: 0.3em 0.3em 0.3em 0em;
    height: 27px;
    border: 1px solid #bbb;
    width: 48%;
    font-size: 14px;
	background:#fff;
	-webkit-appearance:none;
}
.cutcol {
    width: 100%;
    float: left;
}
.cutcolinput {
    width: 100%;
    float: left;
}
	#textwrapper .colours > .materialWrapper > span {
	    border: 4px solid #bbb;
	    cursor: pointer;
	    margin: 2%;
	    text-align: center;
	    width: 45.5%;
	    color: #333;
	    padding: 0px;
	    position: relative;
	}
    #textwrapper .styles > .stilWrapper > span {
        border: 4px solid #bbb;
        cursor: pointer;
        margin: 2%;
        text-align: center;
        width: 45.5%;
        color: #333;
        padding: 0px;
        position: relative;
    }    
	#heightMeasure {
		position: absolute;
		width:40px;
		text-align:center;
		left:0;
		top:0;
		display:none;
		font-size: 12px;
		border: 1px solid red;
		margin:0;
		padding:3px;
	}
/*	#productcutoutinfoBody .button_in_cart {
	    font-size: 20px;
	}*/
    #productnumbersledinfoBody .button_in_cart {
    background: #01b64f none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: 20px;
    width: 90%;
    cursor: pointer;
}

    #productmonograminfoBody .button_in_cart {
    background: #01b64f none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: 20px;
    width: 90%;
    cursor: pointer;
}
	#productcutoutinfoBody #previewPanelWrap .button_in_cart {width:100%;}
	#productcutoutinfoBody h4.optionName {/*display:none;*/}
	
	#textOffset, #letterSpacing, #curve, #cutoutsize {
		width: 100% !important;
		margin-top:0;
		margin-bottom: 10px;
	}
	
	#flagwrapper {width: 100%;}
	#pricebox {width: 100%;}
	#editable div#pricebox{
		padding: 0px 0 10px 0;
		margin-left:0;
		height:auto;
		margin-top:10px;
	}
	#previewPanel > img, #previewPanel svg {
	    max-height: 700px;
	    max-width: 100%;
	}
	#svg {
		max-height: 450px;
	}
}

@media only screen and (max-width: 640px) and (orientation:landscape) {
#textwrapper .colours > .materialWrapper > span {
    border: 4px solid #bbb;
    cursor: pointer;
    margin: 2%;
    text-align: center;
    width: 29.3%;
    color: #333;
    padding: 0px;
    position: relative;
}
}

#svgWrapper {
	/*float: none !important;*/
	/*width: 100%;*/
}

#temp {
	fill: transparent;
}



.stop-scrolling {
	/*
  	height: 100% !important;
    overflow: hidden !important;
    width: 100% !important;
    position: fixed !important;*/
    touch-action: none;
    overflow: hidden !important;
}

#overlay {
	display: none !important;
}

.editMode {
	position: relative;
	display: inline-block;
	height: 34px;
	margin-top: 18px;
	margin-right: 5px;
}

.editMode input {
	display:none;
}

.editMode input + span {	
	background-color: #eee;
	border: #aaa solid 1px;
	border-radius: 5px;
	padding: 3px;
	cursor: pointer;
}

.editMode input:checked + span {	
	color: red;
	border-color: red;
}

.none_edit circle, 
.none_edit #g1 line, 
.none_edit #customtextpath, 
.none_edit #svg .fa {
	/*display:none !important;*/
	visibility: hidden !important;
}

.none_edit #letters path {
	stroke-width: 0 !important;
}

/*.simple_edit #startPoint, */
.simple_edit #endPoint, 
.simple_edit #controlPoint1, 
.simple_edit #controlPoint2, 
.simple_edit #controlPoint1Line, 
.simple_edit #controlPoint2Line, 
.simple_edit #movePoint,
/*.simple_edit #movePointSimple,*/
.simple_edit #rotatePoint,
.simple_edit .startPoint, 
.simple_edit .endPoint, 
.simple_edit .controlPoint1, 
.simple_edit .controlPoint2, 
.simple_edit .movePoint,
/*.simple_edit .movePointSimple,*/
.simple_edit .rotatePoint
{
	/*display:none !important;*/
	visibility: hidden;
}

.advanced_edit #movePointSimple,
.advanced_edit .movePointSimple {
	/*display:none !important;*/
	visibility: hidden;
}

#rotatePoint, #controlPoint1, #controlPoint2 {
	cursor: grab !important;
}

#rotatePoint:active, #controlPoint1:active, #controlPoint2:active {
	cursor: grabbing !important;
}

text.fa {	
	pointer-events: none;
}
@media only all and (max-width: 800px)  {
	/*
	body#productnumbersinfoBody {
		position: fixed;
	}
	*/

	#mainWrapper {
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
    	display: block;
    	position: fixed;	
	}
	
}