<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#uploaddesign label{font-weight:bold}
#uploaddesign input[type=checkbox]:not(.old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}
#uploaddesign input[type=checkbox]:not(.old) + label{
  display      : inline-block;
  margin-left  : -2em;
  line-height  : 1.5em;
}
#uploaddesign input[type=checkbox]:not(.old) + label &gt; span{
  display          : inline-block;
  width            : 1.1em;
  height           : 1.1em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 0.0625em solid rgb(192,192,192);
  border-radius    : 0.25em;
  background       : rgb(224,224,224);
  background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
  vertical-align   : bottom;
}
#uploaddesign input[type=checkbox]:not(.old):checked + label &gt; span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}
#uploaddesign input[type=checkbox]:not(.old):checked + label &gt; span:before{
  content     : '✓';
  display     : block;
  width       : 1em;
  color       : rgb(153,204,102);
  font-size   : 1.1em;
  line-height : 1.1em;
  text-align  : center;
  text-shadow : 0 0 0.0714em rgb(115,153,77);
  font-weight : bold;
}
.hvrbox * {
	box-sizing: border-box;
}
.hvrbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.hvrbox img {
	max-width: 100%;
}
.hvrbox .hvrbox-layer_bottom {
	display: block;
}
.hvrbox .hvrbox-layer_top {
	opacity: 1;
	z-index:99;
	position: absolute;
	//top: 25%;
	left: 4%;
	right: 0;
	bottom: 7%;
	width: 93%;
	height: 10%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 15px;
	-moz-transition: all 0.7s ease-in-out 0s;
	-webkit-transition: all 0.7s ease-in-out 0s;
	-ms-transition: all 0.7s ease-in-out 0s;
	transition: all 0.7s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
	opacity: 0;
	z-index:-99;
	-moz-transition: all 0.7s ease-in-out 0s;
	-webkit-transition: all 0.7s ease-in-out 0s;
	-ms-transition: all 0.7s ease-in-out 0s;
	transition: all 0.7s ease-in-out 0s;
}
.hvrbox .hvrbox-text {
	text-align: center;
	font-size: 14px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-text_mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.hvrbox.active .hvrbox-text_mobile {
	display: block;
	font-size: 14px;
}
.ajax-upload-dragdrop{
	width: 100% !important;
}
.row{
	margin-bottom: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.upload_container{
	border-style: solid; 
	border-width: 2px; 
	border-radius: 10px;
	border-color: #EFEFEF;
}
.option_grid{
	padding: 10px;
}
.option_title{
	font-size: 16px;
	font-weight: bold;
	color: #333639;
}
.option_detail{
	
}
.option_img{
	width:100%;
	height:auto;
	border-radius: 7px 7px 0px 0px;
}
.option_desc{
	text-align:center;
	font-size: 14px;
	padding:5px;
}
.option_desc2{
	text-align:center;
	font-size: 16px;
	padding:10px;
	color: #333639;
	background-color:#FFF;
	border-radius:10px;
}
.option_container.option_selected .option_desc2{
	background-color:#eff1f4;
}
.option_container{
	box-shadow: none;
	cursor:pointer;
	border: solid 2px #DFDFDF;
	border-radius: 10px;
}
.option_container:hover{
	box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}
.option_selected{
	border: solid 2px #3a7fc3;
}
.row-centered {
	text-align:center;
}
.row-centered .col-centered {
	display:inline-block;
	float:none;
	/* reset the text-align */
	text-align:left;
	/* inline-block space fix */
	margin-right:-4px;
	text-align: center;
	vertical-align:top;
}
.quantity_option_title{
	padding: 10px;
	border: 1px solid #DDD;
	margin: -1px;
	color: #333639;
	font-size: 16px;
}
.quantity_option{
	padding: 10px;
	border: 1px solid #DDD;
	margin: -1px;
	color: #333639;
	font-size: 16px;
	padding-bottom:20px;
}
.quantity_option div label{
	font-weight: bold !important;
	margin-bottom:0px !important;
	cursor: pointer !important;
}
.quantity_price{
	font-size:18px;
	font-family: Verdana;
}
.quantity_option_list{
	padding-left:50px;
	padding-right:50px;
}
/*
@media screen and (max-width: 600px) {
    option_detail {
        padding-left:20px;
		padding-right:20px;
    }
}
@media screen and (max-width: 480px) {
    option_detail {
        padding-left:5px;
		padding-right:5px;
    }
}
*/
.option_text_input{
	border: 1px solid #3a7fc3;
	text-align:left;
	border-radius:5px;
	padding: 5px;
	font-size:16px;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 10px;
}
.ajax-file-upload-statusbar{
	width:99% !important;
}
.loader {
  border: 5px solid transparent;
  border-radius: 50%;
  border-top: 5px solid #3A7FC3;
  border-bottom: 5px solid #3A7FC3;
  width: 18px;
  height: 18px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: inline-block;
  margin-top: 35px;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.popover{
	width: 300px;
	text-align:center;
	color: #3a7fc3;
}
.quantity_option_title{
	background-color:#f2f6f9;
}

.jd_preview_grid{
	z-index:10;
}

.jd_preview_grid img{
	transition: transform 0.2s ease-in-out, opacity 0.2s, box-shadow 0.2s;
	background-color:#FFF;
	z-index:10;
	/*opacity: 0.7;*/
}

.jd_preview_grid:hover{
	z-index:20;
}

.jd_preview_grid:hover img{
	transform: scale(1.7, 1.7);
	/*opacity: 1.0;*/
	box-shadow: 5px 5px 10px rgba(30,30,30,0.8);
}

.confirm_alert{
	padding:10px;
	display:flex;
	align-items: center;
	justify-content: center;
}

.confirm_alert_span{
	padding-left:10px;
}</pre></body></html>