@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0;  outline:0; }
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
a{ text-decoration:none; outline:none; border:none;}
a:hover { text-decoration:none; outline:none; border:0px;}
img{ border:0px; outline:none; text-decoration:none; list-style:none;}
a img{ outline:none;}

a{ transition: color 300ms ease 0s;}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'helvetica_neueMdCn', arial, helvetica;
	overflow-x:hidden;
}
.clr{ clear:both;}
.flaot-none{ float:none!important;}
.flaot-left{ float:left!important;}
.flaot-right{ float:right!important;}
.margin-none{ margin:0px!important;}
.padding-none{ padding:0px!important;}
.border-none{ border:0px!important;}
.border-top-none{ border-top:0px!important;}
.border-left-none{ border-left:0px!important;}
.background-none{ background-color:transparent!important;}

#wrapper{width:100%; height:auto; margin:auto; padding:0px; } /*border-top:8px solid #eaeaea;*/
.main-content {
	display: block;
	margin: 0 auto;
	width: 1170px;
/*    width: 80%;*/
}
/* --------------------------------- Header Css --------------------------------- */

#header{ width:100%; height:113px; margin:0px auto; padding:0px; background-color:#ffffff; border-top:1px solid #c8c8c8;}
.header_cont{ width:100%; height:113px; margin:0px auto; padding:0px;}
.logo{ width:322px; height:120px; margin:0px; padding:0px;}

/* --------------------------------- Top Menu Css --------------------------------- */


.product-info-section{
	display: inline-block;
	font-size: 32px;
	font-weight: bold;
	width: 100%;
	background-color: #fff;
	padding-bottom: 15px;
}
.product-info{
	float: left;
	padding-right: 12px;
}

.product-info-title,
.product-info-value{
	float: left;
}
.product-info-value {
	height: 31px;
	border: 1px solid #e3e3e3;
	background-color: #fff;
	width: 90px;
}
.product-info-value{
	margin-left: 10px;
}
.svg-editor-mainmenu{
	float: left;
	width: 80px;
	color: #000;
}
.svg-editor-mainmenu ul li{
	background-color: #ececed;
	margin-bottom: 5px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	padding-top: 5px;
	width: 100%;
	text-align: center;
	clear: both;
}
.svg-editor-mainmenu ul li a {
	color: #000;
	font-size: 14px;
}
.svg-editor-mainmenu ul li a i {
	display: block;
	font-size: 18px;
}
.svg-editor-mainmenu ul li:hover,
.svg-editor-mainmenu ul li.active{
	background-color: #fff;
}
.can_icon{
	display: block;
	text-align: center;
}
.canvas_btn p {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 5px;
	text-align: center;
}





#content {
	background-color: #ededee;
	padding: 1.5em 0 0;
	margin: 0;
}
.svg-editor-mainmenu {
	float: left;
	width: 27%;
	position: relative;
}
#div_leftSec {
	float: left;
	width: 73%;
	box-sizing: border-box;
	position: relative;
}
.svgeditor-menu {
	float: left;
	width: 295px;
}
.svgeditor-submenu {
	background-color: #fff;
	float: left;
	width: 100%;
	padding: 10px 5px 0;
}
.editor-box {
	float: left;
	position: relative;
	width: 76%;
	height: 450px;
}
.sv-editor-design {
	float: left;
	position: relative;
	width: 100%;
	height: 100%;
}
.clearfix {
	clear: both;
}
.svg-editor-content {
	border-bottom: 4px solid #7f7f80;
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 30px;
}
.se-text-editor-buttons {
	float: left;
	margin-top: 40px;
}
#div_commonfunct,
#div_CommonMultiSelectElem {
	float: left;
	margin-left: 20px;
}
.se-text-editor-buttons h4 {
	font-size: 18px;
	color: #312f2e;
	margin-bottom: 8px;
	position: relative;
	font-weight: 400;
}
.se-text-editor-buttons h4 span {
	display: inline-block;
	background-color: #ececed;
	padding-right: 15px;
	position: relative;
	z-index: 99;
}
.se-text-editor-buttons h4:after {
	position: absolute;
	content: "";
	background-color: #cdcdcd;
	left: 0;
	top: 12px;
	height: 1px;
	width: 100%;
}
#div_TextSection h4,
#div_BackgroundSection h4 {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 10px;
}
.left_btn_options_sec {
	width:100%;
	height:auto;
	margin:0;
	padding:0px;
	float:left;
}
.left_btn_options_sec .btn_opt,
.left_multi_options_sec .select_opt {
	width: 56px;
	background-color: #fff;
	margin:0px 5px 0 0;
	border: 1px solid #e2e3e4;
	padding-top: 10px;
	float:left;
	color: #000;
	text-align: center;
	height: 50px;
}
.left_btn_options_sec .btn_opt a,
.left_multi_options_sec .select_opt a {
	color: #000;
	font-size: 14px;
	display: block;
}
.left_btn_options_sec .btn_opt a i,
.left_multi_options_sec .select_opt a i {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
}
.se-design-online-editor {
	background: #ececed;
}
#save-cart-btns{
	float: right;
	margin: 50px 5px 0;
	clear: both;
}
#save-cart-btns a {
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
	background-color: #214576;
	text-transform: uppercase;
	border-radius: 4px;

}
#save-cart-btns a:hover {
	background-color: #286090;

}


/* --------------------------------- Middle Cont Css --------------------------------- */
/*#middle_sec{ width:100%; height:auto; margin:20px auto 0px auto; padding:0px; border:0px solid red;}*/
.middle_cont{ width:100%; height:auto; margin:0px;}
/*
.left_sec{ width:294px; height:auto; min-height:408px; margin:0px; padding:10px; float:left;}*/
.left_sec{ width:20%; height:auto; min-height:408px; margin:0px; padding:10px; float:left;}
.left_sec h3{color:#ffffff; font-size:18px; text-align:left; line-height:30px; font-weight:lighter;}
.left_inner_cont{
	width:100%;
	height:auto;
	min-height:380px;
	background-color:#ffffff;
}
.modifyTextSection{ min-height: 452px; }
.left_drop_list{ width:100%; height:auto; text-align:left; margin:0px; padding:0px; position:relative; }
.left_drop_list p{ font-size:14px; color:#21205b; line-height:40px; margin:0px; float:left; padding:0 0 0 10px;}
.left_cont{ width:auto; height:auto; margin:0px; padding:10px 0 0 0; float:left;}
.left_drop_list .select_out{ width:100%; height:39px; margin:0px; background-image:url(../images/editor/droplist_icon.jpg); background-repeat:no-repeat; background-position:right top; border-bottom: 1px solid #272660;}

#selectCanvas{

	border-style: solid;
	width: 100%;
}

#selectCanvas option {
	background-color: #FFFFFF;
	color: #333333;
	display: block;
	font-size: 12px;
	padding: 5px;
	text-decoration: none;
}

select::-ms-expand{
	display:none;
}

.left_drop_list input{
	background-color: rgba(0, 0, 0, 0);
	border: 0 none;
	color: #000000;
	height: 40px;
	left: 0;
	line-height: 40px;
	padding: 0 0 0 10px;
	position: absolute;
	top: 0;
	width: 163px;
}

#fontNames_dropdown {
	background: url("../images/editor/select_right.gif") no-repeat scroll 187px 0 rgba(0, 0, 0, 0);  /*Adds background-image*/
	border-bottom: 1px solid #CCCCCC;
	border-image: none !important;
	border-left: 0 none !important;
	border-right: 0 none !important;
	border-top: 0 none !important;
	display: inline-block;
	line-height: 28px !important;
	padding: 5px 5px 0;
	position: relative;
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/
	width: 219px; /*Width of select dropdown to give space for arrow image*/
	max-height: 36px;
	float: left;
	-moz-appearance: none; /* Removes Default Firefox style*/
	-moz-border-bottom-colors: none !important;
	-moz-border-left-colors: none !important;
	-moz-border-right-colors: none !important;
	-moz-border-top-colors: none !important;
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
}

.left_drop_list select option{ line-height:20px; padding:6px 0 6px 10px;}

.right_sec{ width:78%; height:536px; margin:9px 0 0; padding:0px; float:left; position: relative;}
.canvas_top_btn_sec{ width:100%; height:46px; margin:0px 0 0 33px; padding:0px;}



.canvas_btn:hover p{ color:#EF7D28;}
.canvas_btn:hover .can_icon { background-color:#EF7D28;}
.canvas_btn:active p{ color:#EF7D28;}
.canvas_btn:active .can_icon { background-color:#EF7D28;}
.canvas_btn 	 .upload{ width:170px; margin:0px; height:35px; position:absolute; left:0px; top:0px; opacity:0; cursor:pointer;}


.main_canvas_sec{ width:100%; height:100%; margin:0px; padding:0px; border:0px solid red; float:left;}
.main_canvas_sec .can_cont{ width:100%; height:auto; margin:0px; background-image:url(../images/editor/dumy_rular_bg.jpg); background-repeat:no-repeat; background-position:left top; padding:22px 0 0 38px; float:left;}

.canvas_sec{ width:100%; height:auto; margin:0px; float:left; background-color:#bcbcbc; border:1px solid #000000;}
.canvas_white_sec{ width:75%; height:100%; min-height:500px; margin:10px 12% 10px 12%; background-color:#ffffff;}

/* --------------------------------- Pop up Cont Css --------------------------------- */

.color_div {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
#div_BackgroundSection .color_div{ width:100%; height:auto; margin:0px; padding: 10px 0 0 0; float:left;}
.stroke_div{ float: left;
			height: auto;
			margin: 10px 0;
			padding: 0;
			width: 100%;}
#div_BackgroundSection .color_sec{ width:100%; height:20px;padding:0px;}
.color_sec{ float: left;
			height: 27px;
			margin-right: 2px;
			padding: 0;
			width: auto;}

select{
	display:inline-block !important;
}
.color_sec p{ font-family:Arial, Helvetica, sans-serif; color:#21205b; font-size:11px; text-align:left; float:left; line-height:18px; margin:6px 2px 0 0;}
.color_sec h3 p{ color: #fff;
				float: left;
				font-family: Arial,Helvetica,sans-serif;
				font-size: 18px;
				line-height: 23px;
				margin-left: 63px;}
.color_sec h3 svg{ margin: 3px 0 0;}
.color_patch{ width:25px; height:18px; margin:0px; float:left; cursor: pointer;} /*background-color:#21205b;*/
.outline{ width:25px; height:18px; float:left; margin:0px;}

.popup_color_patch {
	background-color: #21205B;
	float: left;
	height: 18px;
	margin: 0;
	width: 25px;
}

.zero-right{
	right:0 !important;
}

.full-width{
	width:100% !important;
}

.popup_patch_sec {
	border: 1px solid #21205B;
	float: left;
	height: 239px !important;
	margin: 10px 10px 10px 9px;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch;
	padding: 0;
	width: 217px;
}

#color_patch{
	visibility: hidden !important;
}
#outline_patch{
	visibility: hidden !important;
}
.popup_color_patch{
	visibility: hidden !important;
}

.popup_patch_sec ul {
	margin: 0;
	padding: 0;
}

.popup_patch_sec ul li {
	height: 36px;
	list-style: none outside none;
	margin: 0 0 5px;
	width: auto;
}

.popup_patch_sec ul li .secondary_sec {
	float: left;
	height: auto;
	margin: 0;
	width: auto;
}

.popup_patch_sec ul li .secondary_sec .secondary_color
{
	background-image: url("../images/editor/transparent36x36.png");
	border: 2px solid #EAEAEA;
	cursor: pointer;
	float: left;
	height: 36px;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 36px;
}

/*.popup_patch_sec ul li .secondary_sec .secondary_color:hover{ border:2px solid #bdbdbc; overflow:visible;}*/
.popup_patch_sec ul li .secondary_sec .secondary_color:hover{ border:2px solid #bdbdbc; overflow:hidden;}

.popup_patch_sec ul li .secondary_sec .secondary_color .colorname {
	background-color: #FFFFFF;
	border: 1px solid #EAEAEA;
	color: #000000;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: lighter;
	height: auto;
	left: -10px;
	line-height: 20px;
	margin: 0;
	opacity: 0;
	padding: 0 10px;
	position: absolute;
	text-align: center;
	top: -26px;
	transition: opacity 300ms ease 0s;
	width: auto;
	z-index: 99999;
}

.popup_patch_sec ul li .secondary_sec .secondary_color:hover .colorname{ opacity:0;} /*opacity:1*/
.popup_patch_sec ul li .secondary_sec .secondary_color:hover .colorname:hover{ opacity:0;}

/* --------------------------------- Color Patches Css --------------------------------- */
.red{ background-color:#ff0000;}
.white{ background-color:#ffffff;}
/*----------- Row 1 -----------*/
.black{ background-color:#000000;}
.red{ background-color:#E21E36;}
.orange{ background-color:#F48120;}
.Yellow{ background-color:#FFF100;}
.Green{ background-color:#00A551;}
.Blue{ background-color:#006BB5;}
.Purple{ background-color:#5C3895;}
.Pink{ background-color:#F28DB0;}

/*----------- Row 2 -----------*/
.White{ background-color:#ffffff;}
.Burgundy{ background-color:#80122C;}
.Maroon{ background-color:#7C1416;}
.Lime{ background-color:#50B748;}
.Forest{ background-color:#027146;}
.Navy{ background-color:#084F8F;}
.Teal{ background-color:#008080;}
.Aqua{ background-color:#6CC6D6;}

/*----------- Row 3 -----------*/
.Brown{ background-color:#654320;}
.Tan{ background-color:#D1B38B;}
.Cream{ background-color:#FDF9D1;}
.Pastel_Pink{ background-color:#DDA5A4;}
.Pastel_Yellow{ background-color:#FAF298;}
.Pastel_Green{ background-color:#81C574;}
.Pastel_Blue{ background-color:#9DC8E5;}
.Pastel_Purple{ background-color:#B19CCA;}

/*----------- Row 4 -----------*/
.Bronze_Yellow{ background-color:#7F752D;}
.Dark_Gold{ background-color:#836F2C;}
.Medium_Gold{ background-color:#CEA92B;}
.Vegas_Gold{ background-color:#C5B357;}
.Charcoal{ background-color:#49586A;}
.Battleship{ background-color:#979897;}
.Silver{ background-color:#AAAAA9;}
.Light_Silver{ background-color:#D4D4D3;}

/*----------- Row 5 -----------*/
.Dark_Red{ background-color:#89181A;}
.Ruby_Red{ background-color:#A21F24;}
.Firebrick{ background-color:#B22225;}
.Red_Maroon{ background-color:#AA0F2E;}
.Crimson{ background-color:#DC1D3E;}
.Scarlet{ background-color:#ED3024;}
.Red_Violet{ background-color:#BC3284;}
.Chestnut{ background-color:#8F4535;}

/*----------- Row 6 -----------*/
.Orange_Red{ background-color:#EF4923;}
.Burnt_Orange{ background-color:#CA5828;}
.Safety_Orange{ background-color:#F16722;}
.Cinnamon{ background-color:#D16928;}
.Pumpkin{ background-color:#F6921E;}
.Yellow_Orange{ background-color:#FAAB44;}
.Burnt_Sienna{ background-color:#E97550;}
.Salmon{ background-color:#F58A6A;}

/*----------- Row 7 -----------*/
.Ochre{ background-color:#CC8637;}
.Goldenrod{ background-color:#DAA528;}
.Amber{ background-color:#FDBD10;}
.School_Bus{ background-color:#FFD200;}
.Banana{ background-color:#FDE134;}
.Canary{ background-color:#FFEE09;}
.Lemon{ background-color:#FDEF58;}
.Green_Yellow{ background-color:#B9D432;}

/*----------- Row 8 -----------*/
.Hunter{ background-color:#355F3B;}
.Dark_Olive{ background-color:#566C30;}
.Olive{ background-color:#808134;}
.Yellow_Green{ background-color:#8BC53F;}
.Mint{ background-color:#A6D38B;}
.Spring{ background-color:#6AC186;}
.Sea{ background-color:#3CA79C;}
.Pine{ background-color:#08796F;}

/*----------- Row 9 -----------*/
.Oxford{ background-color:#0F2145;}
.Old_Royal{ background-color:#00295B;}
.Midnight{ background-color:#1B3B74;}
.USA_Blue{ background-color:#003E7E;}
.Blue_Green{ background-color:#0A97B9;}
.Sky{ background-color:#82B2D8;}
.Cyan{ background-color:#00ADEE;}
.Deep_Sky{ background-color:#008ED3;}

/*----------- Row 10 -----------*/
.Eggplant{ background-color:#614152;}
.Indigo{ background-color:#4E2A7D;}
.Byzantium{ background-color:#67296E;}
.Plum{ background-color:#8A4280;}
.Orchid{ background-color:#C276B0;}
.Lavender{ background-color:#A780B8;}
.Violet{ background-color:#645FA9;}
.Violet_Blue{ background-color:#3C50A1;}

/*----------- Row 11 -----------*/
.Magenta{ background-color:#EB008B;}
.Bright_Pink{ background-color:#EC1D7F;}
.Dark_Pink{ background-color:#E55580;}
.Puce{ background-color:#CC8798;}
.Carnation{ background-color:#F4A2C6;}
.Pale_Pink{ background-color:#F8D8DB;}
.Mauve{ background-color:#CDB0D4;}
.Fuchsia{ background-color:#AB4B92;}

/*----------- Row 12 -----------*/
.Dark_Brown{ background-color:#502500;}
.Coffee{ background-color:#6F4E37;}
.Chocolate{ background-color:#7A411B;}
.Desert_Sand{ background-color:#ECCAB0;}
.Bronze{ background-color:#CC7E2E;}
.Copper{ background-color:#B87332;}
.Rust{ background-color:#B64226;}
.Auburn{ background-color:#932624;}

/*----------- Row 12 -----------*/
.Gray10{ background-color:#E6E7E8;}
.Gray20{ background-color:#D0D2D3;}
.Gray30{ background-color:#BBBDBF;}
.Gray40{ background-color:#A6A8AB;}
.Gray50{ background-color:#929497;}
.Gray60{ background-color:#808184;}
.Gray70{ background-color:#6D6E70;}
.Gray80{ background-color:#58595B;}

.fade_slider{ width:100%; /*height:17px*/ float:left; /*margin:0px;  margin:20px 0 0 0;*/}
/* --------------------------------- Text Final Cont Css --------------------------------- */

.fianl_txtfield{
	border-style: solid;
	margin: 10px 0;
	width: 100%;
	box-sizing: border-box;
	line-height: 23px;
}
.upload_img_sec{ width:100%; height:100%; background-color:#529cff; min-height:500px;}

/* --------------------------------- Pop up Cont Css --------------------------------- */

.popup_txt {
	border: 1px solid #000;
	float: left;
	height: auto;
	left: 9px;
	min-height: 291px;
	position: absolute;
	top: 339px;
	width: 229px;
	z-index: 99999;
	/* Safari 4-5, Chrome 1-9 */ /* Can't specify a percentage size? Laaaaaame. */
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#a9a9a9), to(#727272));
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-radial-gradient(circle, #a9a9a9, #727272);
	/* Firefox 3.6+ */
	background: -moz-radial-gradient(circle, #a9a9a9, #727272);
	/* IE 10 */
	background: -ms-radial-gradient(circle, #a9a9a9, #727272);
}
.close_btn{ width:19px; height:19px; position:absolute; right:5px; top:10px;}
/*.popup_color_patch{ width:219px; height:auto; margin:17px 0 10px 9px; border:1px solid #21205b; float:left;}*/

/* --------------------------------- Footer Cont Css --------------------------------- */
#footer{ width:100%; height:50px; margin:32px 0 0 0; padding:0px; border:1px solid #21205b; background-color:#eaeaea;}
.footer_cont{ width:auto; height:50px; margin:0px; font-size:13px; color:#21205b; text-align:left; line-height:50px;}
.footer_cont p{ float:left; text-indent:18px;}
.footer_cont ul{ margin:0px; padding:0px; float:left;}
.footer_cont ul li{ list-style:none; float:left; margin:0px; text-align:center;}
.footer_cont ul li a{ text-decoration:none; font-size:13px; color:#21205b; display:block;}

#canvas_top_menu
{
	/*height: auto;
	left: 312px;
	overflow: hidden;
	position: absolute;
	right: 19px;
	top: 65px;
	z-index: 1;*/

	height: 46px;
	margin: 0 0 0 33px;
	padding: 0;
	width: 100%;
}

/* --------------------------------- Footer Cont Css --------------------------------- */
#div_ClipArtSection,#div_PopupUploadImage,#div_PopupOpenDesings,#div_PopupSaveDesign,#div_PopupCloneDesign
{
	background-image: url("../images/editor/overlay_bg.png");
	bottom: 0;
	color: #FFFFFF;
	display: block;
	height: 100%;
	left: 0;
	padding: 50px 0 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#div_confirm_popup
{
	background-image: url("../images/editor/overlay_bg.png");
	bottom: 0;
	color: #FFFFFF;
	display: block;
	height: 100%;
	left: 0;
	padding: 150px 0 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#div_proof_popup
{
	background-image: url("../images/editor/overlay_bg.png");
	bottom: 0;
	color: #FFFFFF;
	display: block;
	height: 100%;
	left: 0;
	padding: 50px 0 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.proof_popup_close {
	cursor: pointer;
	float: right;
	height: 54px;
	width: 54px;
}
#frm_design_add_to_cart {
	display: flex;
	flex-wrap: wrap;
}
.label_form
{
	display: flex;
	margin: 15px 10px;
	padding: 0;
	text-align: center;
	width: 100%;
	justify-content: center;
}
.label_left
{
	color: #000;
	font-size: 15px;
	width: 49%;
	text-align: right;
	padding-right: 6px;
}
.label_right
{
	color: #000;
	font-size: 15px;
	width: 49%;
	text-align: left;
}
.label_form input[type]
{
	color:#000;
	font-size: 15px;
	width:50%;
}
.popup_proof_cont{ width:100%; max-width:704px; height:auto; min-height:320px; margin:0px auto; padding:0px; background-color:#dfdfdf; border:10px solid #ffffff;box-sizing: border-box;display: table;}



#div_proof_img_popup
{
	background-image: url("../images/editor/overlay_bg.png");
	bottom: 0;
	color: #FFFFFF;
	display: block;
	height: 100%;
	left: 0;
	padding: 50px 0 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.popup_proof_img_cont
{
	width:96%; height:88%;  margin:0px auto; padding:0px; background-color:#dfdfdf; border:10px solid #ffffff;
}
.proof_popup_img_head h2{ margin:15px 0 0 20px; padding:0; float:left; color: #fff;}
.proof_popup_img_close {
	cursor: pointer;
	float: right;
	height: 54px;
	width: 54px;
}
.proof_popup_img_head{ width:100%; height:54px; margin:0px; padding:0px; background-color:#0A0000;}



.popup_cont{ width:684px; height:auto; min-height:490px; margin:0px auto; padding:0px; background-color:#dfdfdf; border:10px solid #ffffff}
.popup_head{ width:100%; height:54px; margin:0px; padding:0px; background-color:#577e21;}
.popup_head h2{ font-size:18px; color:#eaeaea; line-height:54px; text-indent:10px; float:left; font-weight:lighter; text-transform:uppercase;}
.popup_close{ width:54px; height:54px; float:right; cursor:pointer;}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: auto;
	height:403px !important;
	width: 193px;
	background-color:#eaeaea;
	letter-spacing: 1px;
	font-size:15px;
	margin:10px 0 0 0;
	overflow: auto;
}
ul.tabs li {
	width:173px;
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 10px ;
	height: 31px;
	line-height: 31px;
	border-left: none;
	overflow: hidden;
	position: relative;
	color:#22252C;
}
ul.tabs li:hover {
	background: #344356 none repeat scroll 0 0;
	color:#fff;
}
ul.tabs li.active{
	background: #344356 none repeat scroll 0 0;
	color:#ffffff;
}
.tab_container {
	border-top: none;
	float: left;
	width:491px!important;
	background: #dfdfdf;
	height:413px!important;
	overflow: auto;
}
.tab_content {
	padding: 15px 0 15px 15px;
	min-height: 483px;
	display: none;
}
#container {
	width: 100%;
	margin: 0 auto;
	float:left;
}

/*#tab1{min-height:483px;}*/

.popup_cont1{ width:auto; height:auto; margin:0px; padding:0px;}
.popup_cont1 ul{ margin:0px; padding:0px;}
.popup_cont1 ul li{ list-style:none; width:105px; height:95px; background-color:#eaeaea; margin:0 7px 7px 0; padding:0px; cursor:pointer; float:left;}
.popup_cont1 ul li:hover{ background-color:#ffffff;}


.pop_upload_sec{ width:auto; height:auto; margin:0px; padding:30px 15px; text-align:left; float:left;}
.pop_upload_sec p
{
	color: #21205B;
	float: left;
	font-size: 15px;
	line-height: 36px;
	margin-left: 15px;
}
.img_sec{ width:auto; height:auto; margin:0px;}
/*.img_format{ width:76px; height:72px; margin:10px 5px 0 0; float:left;}*/

.img_format
{
	background-color: #FFFFFF;
	float: left;
	height: 133px;
	margin: 0;
	position: relative;
	text-align: center;
	width: 175px;
}
.img_format img
{
	display: block;
	margin: 10px auto 0;
	max-height: 92px;
	max-width: 145px;
	/*width: 120px;*/
}
/*.img_format span
{
	color: #1199CC;
	vertical-align: sub;
	text-overflow: ellipsis;
	width: 50px;
	white-space: nowrap;
	overflow:hidden;
}*/

.img_format_text
{
	/*color: #21205B;
	font-size: 14px;
	margin: 0 10px;
	overflow: hidden;
	position: relative;
	text-overflow: ellipsis;
	top: 9px;
	white-space: nowrap;
	width: 90%;*/
	bottom: 4px;
	color: #21205B;
	font-size: 14px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.img_format:hover
{

	cursor: pointer;
	height: 133px;
}

.uploaded_images_sec
{
	float: left;
	height: auto;
	margin: 15px 0 0;
	max-height: 306px;
	overflow-y: auto;
	width: auto;
}

.images_inner_sec
{
	float: left;
	height: auto;
	margin: 20px 18px 0 0;
	text-align: center;
	width: auto;
}

.svgdesing_format
{
	width:auto;
	max-height:405px;
	/*margin:10px 5px 0 0; */
	margin: 10px 0 0 14px;
	overflow-y: auto;
	float:left;
}
.design_template
{
	/*---- Imp ----*/
	/*float: left;
	height: auto;
	margin: 0 14px 18px 0;
	position: relative;
	text-align: center;
	width: 165px;
	border: 1px solid #000000;   */

	/*float: left;
	height: auto;
	left: 0;
	margin: 0 14px 18px 0;
	position: relative;
	top: 0;
	width: 300px;*/

	float: left;
	height: auto;
	margin: 20px 7px 18px 0;
	position: relative;
	width: auto;
	text-align: center;
}

.design_template_inner
{
	background-color: #FFFFFF;
	float: left;
	height: 225px;
	margin: 0;
	position: relative;
	text-align: center;
	width: 300px;
}

.design_template_img
{
	left: 0;
	top: 0;
	display: block;
	margin: 10px auto 0;
	/*max-height: 92px;
	max-width: 145px;*/
}

/*.design_template span
{
	color: #000;
	display: block;
	position: relative;
}*/

.design-img
{
	width: 165px;
	cursor: pointer;
}
.browse_btn{ width:128px; height:40px; background-color:#344356; float: left; color:#ffffff; line-height:40px; text-align:center; cursor:pointer; overflow:hidden; position:relative;  margin:0 0 0 0;}
.browse_btn .img_upload{ width:128px; height:40px; position:absolute; left:0px; top:0px; opacity:0;}

.save_btn{
	background-color: #344356;
	border: 0 none;
	color: #ffffff !important;
	cursor: pointer;
	height: 31px;
	margin: 15px 0 0;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.design_preview_Photo{
	padding: 10px 20px;
	font-size: 14px;
}

.scroll-pane
{
	width: 100%;
	height: 200px;
	overflow: auto;
}
.horizontal-only
{
	height: auto;
	max-height: 200px;
}

.change_back_cont{ width:550px; height:auto; margin:0px; padding:0px;}
.change_back_cont ul{ margin:0px; padding:0px;}
.change_back_cont ul li{ list-style:none; width:167px; height:75px; margin:0 15px 15px 0; float:left; cursor:pointer;}
.change_popup_cont{ width:774px; height:auto; min-height:520px; margin:0px auto; padding:0px; background-color:#ffffff; border:10px solid #ffffff}
.change_popup_head{ width:774px; height:54px; margin:0px; padding:0px; background-color:#21205b;}
.change_popup_head h2{ font-size:18px; color:#eaeaea; line-height:54px; text-indent:10px; float:left; font-weight:lighter; text-transform:uppercase;}
.change_popup_close{ width:54px; height:54px; float:right; cursor:pointer;}
.change_popup_cont .tab_container{ width:581px!important;}

.change_but_sec{ width:500px; height:38px; margin:13px 0 0 10px; padding:0px; float:left;}
.change_btn{ width:auto; min-width:108px; height:38px; color:#ffffff; background-color:#b90e18; line-height:38px; text-align:center; padding:0 12px; float:left; margin:0 10px 0 0;}
.change_btn a{ color:#ffffff; font-size:14px; display:block;}
.change_btn:hover{ background-color:#df303a;}

.loader
{
	/*background-color: #FFFFFF;*/
	left: 50%;
	margin: auto;
	position: fixed;
	top: 50%;
	z-index: 999;
}

#ajaxLoading {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
	background-color:#272744;
	opacity: .8;
}

.ajax-loader {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -80px; /* -1 * image width / 2 */
	margin-top: -32px;  /* -1 * image height / 2 */
	display: block;
}

.deleteDesign{
	/*background: url("../images_new/btn_delete.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	cursor: pointer;
	display: block;
	float: right;
	height: 16px;
	position: absolute;
	right: 0;
	top: 0;
	width: 18px;
	z-index: 999;*/

	background: url("../images/editor/btn_delete.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	cursor: pointer;
	display: block;
	float: right;
	height: 16px;
	position: relative;
	right: 9px;
	top: -7px;
	width: 18px;
	z-index: 999;
}

.deleteUploadedImages{
	background: url("../images/editor/btn_delete.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	cursor: pointer;
	display: block;
	float: right;
	height: 16px;
	position: relative;
	right: 6px;
	top: -7px;
	width: 18px;
	z-index: 999;
}

.desing_position
{
	background-repeat: no-repeat;
	background-size: 200px 100px;
	height: 100px;
	width: 200px;
}

.group_elements
{
	border-top: none;
	margin-left: 5px;
}



#textConfirmationDialog
{
	/*background-image: url("../images_new/overlay_bg.png");*/
	bottom: 0;
	color: #FFFFFF;
	display: block;
	height: 100%;
	left: 0;
	padding: 50px 0 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.dialog_popup_cont
{
	background-color: #DFDFDF;
	border: 10px solid #FFFFFF;
	height: 105px;
	margin: 0 auto;
	padding: 0;
	width: 320px;
}

.dialog_popup_head {
	background-color: #B90E18;
	height: 36px;
	margin: 0;
	padding: 0;
	width: 320px;
}

.dialog_popup_head h2 {
	color: #EAEAEA;
	float: left;
	font-size: 15px;
	font-weight: lighter;
	line-height: 34px;
	text-indent: 10px;
	text-transform: uppercase;
}

.dialog_popup_close
{
	cursor: pointer;
	float: right;
	height: 36px;
	width: 36px;
}

#close_fontfamily_dropdown
{
	display: none; float: right; z-index: 7; top: 29px; position: relative; left: 24px;
}


/* --------------------------------- Responsive Css --------------------------------- */

.canvas_white_sec img{ width:100%; height:auto;}


@media screen and (min-width: 768px) and (max-width: 800px) {
	body{background-position: 0 -40px;}

	/*.menu_cont ul li{ width:108px; height:37px;}*/
	.menu_cont ul li{ width:90px; height:37px;}

	.menu_cont ul li .me_icon{ width:108px; display: none;}
	.menu_cont ul li .me_icon img{ width:108px; height:auto;}
	.canvas_btn{ width:110px; margin: 0 7px 8px 0}
	.canvas_top_btn_sec{ height:54px; margin:0 0 0 263px;}
	.upload_img_sec img{ width:100%;height:auto;}
	.canvas_white_sec img{ width:100%;height:auto;}
	.tab_view{ display:block;}
	.normal_view{ display:none;}

	.left_sec h3{line-height: 33px;}
	.left_in{display: none;}
	#main_top_menu{ height:37px; overflow:hidden;}
	.menu_cont{ height:37px;}
	.menu_cont ul li a{ line-height:37px;}
	.popup_txt{top: 0;}
}


@media screen and (min-width: 0px) and (max-width: 1000px) {
	body{background-position: 0 -40px;}
	.menu_cont ul li{ width:90px; height:37px;}
	.menu_cont ul li .me_icon{ width:108px; display: none;}
	.menu_cont ul li .me_icon img{ width:108px; height:auto;}
	.canvas_btn{ width:90px; margin:0 2px 8px 0;}
	.canvas_top_btn_sec{ height:54px; margin:0 0 0 263px;}
	.upload_img_sec img{ width:100%;height:auto;}
	.canvas_white_sec img{ width:100%;height:auto;}
	.tab_view{ display:block;}
	.normal_view{ display:none;}
	/*.left_sec{position: absolute; margin: 0 0 0 10px;}*/
	.left_sec h3{line-height: 33px;}
	.title-heading{ display:none;}
	.left_in{display: none;}
	#main_top_menu{ height:37px; overflow:hidden;}
	.menu_cont{ height:37px;}
	.menu_cont ul li a{ line-height:37px;}
	.can_icon img{height: auto; width: 100%; margin: 4px 0 0;}
	.canvas_btn p{font-size: 12px;}
	.popup_txt{top: 0;}
}

@media screen and (min-width: 850px) and (max-width: 1024px) {

}
#tool_imagePopup1 .cal-start {
	border-color: #fd6501 !important;
	border-right-style: solid;
	border-right-width: 2px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
}
#total-item-price .question {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	width: auto;
	color: #000;
}

#total-item-price .answer {
	color: #234160;
	font-weight: 600;
	float: right;
	margin-right: 2px;
	width: auto;
}

#price_total {
	color: #000;
	float: left;
	font-size: 34px;
	margin-left: 5px;
	text-transform: uppercase;
	width: auto;
}

.origional_price {
	float: left;
	font-size: 16px;
	margin-left: 2px;
	text-decoration: line-through;
	width: auto;
}
.price-calculator-pricing{
	/*  display: inline-block;
		float: left;
		margin-left: 20px;*/
	display: inline-block;
	float: right;
	margin-right: 10px;
}
.cal-num {
	color: #FD6501;
	font-weight: bold;
	margin: 0 5px;
}
#select-text-font{
	width:100%;
	height: 31px;
	border-style: solid;
	margin: 0 0 10px !important;
}
.left_btn_options_sec .btn_opt2 {
	background-color: rgba(0, 0, 0, 0);
	border-color: #98999a;
	height: auto;
	margin: 0 0 10px 10px;
	padding: 0;
	width: auto;
	border-radius: 4px;
}
.proof-product-info{
	width:70%;
}
.proof-img-popup{
	width:30%; text-align: center;
}



#div_ClipArtSection ul.scroll-pane{
	overflow: scroll; padding: 0px; width: 193px;
}
#div_ClipArtSection .jspContainer{
	width: 193px; height: 403px;
}
#div_ClipArtSection .jspPane{
	padding: 0px; top: 0px; left: 0px; width: 193px;
}
#div_ClipArtSection .tab_container{
	overflow-y: scroll; padding: 0px; width: 491px;
}

@media only screen and (max-width: 1169px) {
	.main-content {
		width: 90%;
	}
	.left_sec{
		width: 37%;
	}
	.right_sec {
		position: relative;
		width: 53%;
		height: 485px;
	}
	.left_btn_options_sec {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.product-info-section {
		font-size: 20px;
	}
	#price_total {
		font-size: 30px;
	}
	.product-info-title, .product-info-value {
		line-height: 38px;
	}
	#tools_left {
		clear: both;
		display: block;
		float: none;
		padding: 0 0 10px;
		width: 100%;
	}
	.right_sec {
		clear: both;
		display: block;
		float: none;
		width: 100%;
		position: relative;
		top: 0 !important;
		height: 330px;
	}
	#workarea{
		width: 100%;
		height: 100%;
	}
	#ruler_x{
		width: 100%;
	}
	.se-text-editor-buttons {
		float: none;
		display: block;
		margin-top: 80px;
		position: relative;
	}
	#div_commonfunct, #div_CommonMultiSelectElem {
		margin-bottom: 20px;
		margin-left: 0;
	}
	.layout-slider p {
		font-size: 12px;
	}
	.left_btn_options_sec .btn_opt a, .left_multi_options_sec .select_opt a {
		font-size: 12px;
	}
	.left_btn_options_sec a img {
		width: 32px;
		height: 32px;
	}
	.color_div {
		width: 100%;
		margin-bottom: 10px;
	}
	.stroke_div {
		margin-bottom: 20px;
		width: 100%;
	}
	.stroke_div #select_textStroke {
		width: 80% !important;
		border: 1px solid #e3e3e3 !important;
	}

}
@media only screen and (max-width: 500px) {
	.popup_proof_cont{ max-width:94%; height:auto; min-height:400px; margin:0px auto; padding:0px 0px 20px; background-color:#dfdfdf; border:10px solid #ffffff}
	#div_proof_img_popup
	{
		background-image: url("../images/editor/overlay_bg.png");
		bottom: 0;
		color: #FFFFFF;
		display: block;
		height: 100%;
		left: 0;
		padding: 50px 0 0;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 9999;
	}
	.popup_proof_img_cont
	{
		width:96%; height:88%;  margin:0px auto; padding:0px; background-color:#dfdfdf; border:10px solid #ffffff;
	}
	.proof_popup_img_head h2{ margin:15px 0 0 20px; padding:0; float:left; color: #fff;}
	.proof_popup_img_close {
		cursor: pointer;
		float: right;
		height: 54px;
		width: 54px;
	}
	.proof_popup_img_head{ width:100%; height:54px; margin:0px; padding:0px; background-color:#0A0000;}
	.popup_cont{ width:96%; height:auto; min-height:490px; margin:0px auto; padding:0px; background-color:#dfdfdf; border:10px solid #ffffff}
	.popup_head{ width:100%; height:54px; margin:0px; padding:0px; background-color:#577e21;}
	.popup_head h2{ font-size:18px; color:#eaeaea; line-height:54px; text-indent:10px; float:left; font-weight:lighter; text-transform:uppercase;}
	.popup_close{ width:54px; height:54px; float:right; cursor:pointer;}

	#div_PopupUploadImage .images_inner_sec{
		margin-right: 0px;
	}
	#div_PopupUploadImage .popup_cont{
		height: 90%;
	}
	#div_PopupUploadImage .img_format{
		width: 120px;
	}
	.label_left{
		width: 39%;
		padding-right: 6px;
	}
	.label_right{
		width: 53%;
	}
	.proof-product-info{
		width:100%;
	}
	.proof-img-popup{
		width:100%;  text-align: center;
	}
	#div_ClipArtSection ul.scroll-pane{
		overflow: hidden; padding: 0px; width: 100%; height: auto !important;
	}
	#div_ClipArtSection .jspContainer{
		width: 100%; height: auto; min-height: 220px;
	}
	#div_ClipArtSection .jspPane{
		padding: 0px; top: 0px; left: 0px; width: 100%;
	}
	#div_ClipArtSection .tab_container{
		overflow: scroll; padding: 0px; width: 100% !important; overflow-x: hidden; height: auto !important;
	}
	#div_ClipArtSection ul.tabs li{
		width: 43% !important;
	}
	#div_ClipArtSection .popup_cont1 ul li{
		width: 83px;
	}
	#div_ClipArtSection .popup_cont1 ul li img{
		width: 95%;
	}
}
.jspContainer {
	overflow-y: auto !important;
}

#editor-img-loading-div-background
{
	display:none;
	position: fixed;
	/* top: 0; */
	top: -450px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:rgba(0,0,0,0.8);
}

#editor-img-loading-div
{
	width: 300px;
	height: 200px;
	background-color: #fff;
	text-align:center;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left:-150px;
	margin-top: -100px;
}
#editor-img-loading-div-background .progress{
	margin: 29px;
}
#editor-img-loading-div-background .artworkprogress{
	background-color: #5BC0DE !important;
	border: 0;
	height: 33px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	display: flex;
	color: #fff;
	align-items: center;
	padding: 0 10px;
}