.pd_image_bodyimage_more_icon.custom_design_style
{
    background: none repeat scroll 0 0 #5FC3C4;
    color: #FFFFFF !important;
    display: block;
    font-size: 10px !important;
    height: 25px !important;
    margin-left:-25px;
    text-align: center;
    width:90px !important;
    font-weight: bold;
    margin-top:10px;
}
.product_custom_image a:hover
{
    color: #FFFFFF !important;
    text-decoration:none !important;
}
.not_active_plugin
{
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #FF0000;
}

/* --------------------------custom products design css-------------------------- */

.cts_main_container
{
    width:100%;
    margin: auto;
    margin-top:30px;
}

a
{
    cursor: pointer;
}
.cts_clear
{
    clear: both;
}
/* --------------------------popup tooltip-------------------------- */
.cts_popup_container
{
    min-width:200px;
    min-height:150px;
    position: absolute;
    background: #fff;
    color: #000;
    border: solid 1px #ccc;
    cursor: default;
    border-radius: 6px;
    padding:5px;
    z-index: 9999;
}

.cts_arrow_left
{
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    border-right:10px solid #ccc;
    position: absolute;
    left: -10px;
    top:25%;
}
.cts_arrow_left_ins
{
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    border-right:10px solid #fff;
    position: absolute;
    left: -8px;
    top:25%;
}

.cts_arrow_top
{
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent; 
    border-bottom: 10px solid #ccc;
    position: absolute;
    left: 25%;
    top:-10px;
}
.cts_arrow_top_ins
{
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent; 
    border-bottom: 10px solid #fff;
    position: absolute;
    left: 25%;
    top:-8px;
}

.cts_li_active
{
    background: #0099ff !important;
    color:#fff;
}

.cts_close
{
    position: absolute;
    right:5px;
    cursor: pointer;
}

/* --------------------------top panel-------------------------- */
.cts_top
{
    width:100%;
}
.cts_top_panel
{
    text-align: center;
}
.cts_top_panel ul
{
    margin: 0px;
    padding: 0px;
}

.cts_top_panel ul li:first-child
{
    border-radius: 8px 0px 0px 8px; 
}
.cts_top_panel ul li:last-child
{
    border-radius: 0px 8px 8px 0px; 
}
.cts_help
{
    background: url("../images/help.png") no-repeat;
    padding:2px 9px;
}
.cts_preview
{
    background: url("../images/preview.png") no-repeat;
    padding:2px 9px;
}
.cts_trash
{
    background: url("../images/trash.png") no-repeat;
    padding:2px 9px;
}

.cts_top_panel ul li:hover
{
    background: #0099ff;
    color:#fff;
}
.cts_top_panel ul li:hover .cts_help
{
    background: url("../images/help_hover.png") no-repeat;
    padding:2px 8px 1px 9px;
}
.cts_top_panel ul li:hover .cts_preview
{
    background: url("../images/preview_hover.png") no-repeat;
    padding:2px 8px 1px 9px;
}
.cts_top_panel ul li:hover .cts_trash
{
    background: url("../images/trash_hover.png") no-repeat;
    padding:2px 7px 1px 9px;
}

.cts_help_container
{
    width:300px;
    min-height: 100px;
    top:60px;
    left: -50px;
    z-index: 9999;
    text-align: left;
}

.cts_li_active .cts_help
{
    background: url("../images/help_hover.png") no-repeat;
    padding:2px 8px 1px 9px;
}

/* --------------------------mid container-------------------------- */
.cts_design_dv
{
    width:100%;
  /*position:relative;*/
}
/* --------------------------left panel-------------------------- */
.cts_left_panel
{
    width:18%;
    float: left;
    margin-top: 20px;
    margin-left:10px;
}
.cts_left_panel ul
{
    margin: 0px;
    padding: 0px;
}

.cts_left_panel ul li:first-child
{
    border-radius: 8px 8px 0px 0px;
}
.cts_left_panel ul li:last-child
{
    border-radius: 0px 0px 8px 8px;
}

.cts_product_icon
{
    background: url("../images/pick-a-product.png") no-repeat;
    padding: 2px 15px;
}
.cts_add_text_icon
{
    background: url("../images/add-text.png") no-repeat;
    padding: 2px 15px;
}
.cts_add_art_icon
{
    background: url("../images/add-art.png") no-repeat;
    padding: 2px 15px;
}
.cts_upload_image_icon
{
    background: url("../images/upload.png") no-repeat;
    padding: 1px 15px;
}

.cts_left_panel ul li:hover .cts_product_icon
{
    background: url("../images/pick-a-product_hover.png") no-repeat;
}

.cts_left_panel ul li:hover .cts_add_text_icon{
  background: url("../images/add-text-hover.png") no-repeat;
}

.cts_left_panel ul li:hover .cts_add_art_icon{
  background: url("../images/add-art-hover.png") no-repeat;
}

.cts_left_panel ul li:hover .cts_upload_image_icon{
  background: url("../images/upload-hover.png") no-repeat;
}

.cts_prod_container{
  width:400px;
  min-height:300px;
  left:150px;
  top: -65px;
}

.cts_add_text_container{
  width:300px;
  min-height:100px;
  left:150px;
  top: -25px;
}
.cts_add_art_container{
  width:320px;
  min-height:100px;
  left:150px;
  top: 80px;
}
.cts_upload_container{
  width:300px;
  min-height:100px;
  left:150px;
  top: 125px;
}

.cts_products{
  width:80px;
  float:left;
  margin:0px 0px 10px 5px;
  padding:5px;
  border: solid 1px #ccc;
}

.cts_logos{
  width:60px;
  float:left;
  margin:0px 0px 10px 5px;
  padding:5px;
  border: solid 1px #ccc;
}

.cts_text_box{
  padding:10px;
  background: #f1f1f1;
}

.cts_input{
  width:100%;
}
.cts_txt_label{
  width:80px;
  float: left;
  padding:5px 0px;
  color:#666;
  font-weight:bold;
  margin-bottom: 5px;
}

.cts_txt_input{
  /*min-width: 60px;*/
  float:left;
  margin-bottom: 5px;
}

.cts_txt_input input, .cts_txt_input select{
  padding:5px;
  border-radius: 4px;
  border:solid 1px #ccc;
}

.cts_txt_input input[type="checkbox"]{
  display: inline-block;
  margin: 8px;
}
.cts_add_txt_btn{
/*  text-align: right;*/
}
.cts_add_txt_btn a{
  display: block;
  width:80px;
  font-size: 14px;
  padding: 5px;
  background: #0099ff;
  text-decoration: none;
  color:#fff;
  border-radius: 4px;
  text-align: center;
  float:right;
}

/* --------------------------mid panel-------------------------- */

.prod_container{
  text-align: center;
  width:85%;
  float: left;
}

.front_back_product_style{
  float: left;
}

.front_back_product_style a{
  outline: none;
}

/* --------------------------right panel-------------------------- */

.cts_rp_title{
  /*width: 100%;*/
  padding:5px 10px;
  font-size: 16px;
  font-weight: bold;
  color:#666;
}

.cts_right_panel hr{
  border-style: solid none none;
  border-color: #ccc;
}

.cts_prod_info{
  padding:5px 10px;
}

.cts_prod_name{
  font-size: 16px;
  color:#333;
  padding:5px;
  border-radius: 4px;
  background: #f1f1f1;
  line-height: 20px
}

/* --------------------------bottom panel-------------------------- */
.cts_bottom_panel{
  width:100%;
  /*border: solid 1px #ccc;*/
  text-align: center;
}
.cts_bottom_panel ul{}
.cts_bottom_panel ul li{
  list-style: none;
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #f1f1f1;
  margin: -1px;
}
.cts_bottom_panel ul li:first-child{
  border-radius: 8px 0px 0px 8px;
}
.cts_bottom_panel ul li:last-child{
  border-radius: 0px 8px 8px 0px;
}
.product_image_div
{
  float: left;
  padding: 12px;
  border: 1px solid #CCCCCC;
  margin-left: 5px;
  margin-bottom: 10px;
}
.product_image_div img{
  width:90px;
  height:100px;
}
.product_image_div a{
  outline: none;
}

#toPopup_pickProduct{
  background:#F1F1F1; 
  border: 4px solid #c2e1f5;
  display:none;
  max-width:500px;
  width:100%;
  height:400px;
  position:absolute;
  z-index:99999;
  top:30px;
  left:250px;;
}

#toPopup_pickProduct:after, #toPopup_pickProduct:before { right: 100%; top: 23%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }

#toPopup_pickProduct:after { border-color: rgba(136, 183, 213, 0); border-right-color: #88b7d5; border-width: 30px; margin-top: -30px; } #toPopup_pickProduct:before { border-color: rgba(194, 225, 245, 0); border-right-color: #c2e1f5; border-width: 36px; margin-top: -36px; }

#popup_content{
  height:370px;
  width:100%;
  overflow:auto; 
}

.pickProductMainDiv{
  width: 100%;
  position: relative;
  cursor: default;
  margin-bottom:10px; 
}
.title_pickProduct{
  font-size:15px;
  margin-left:35%;
  font-family: sans-serif;
  font-weight:bold; 
}
.close_pickProduct a{
  text-decoration: none;
  font-size:20px;
  position: absolute;
  left: 96%;
  top: -3px;
  outline: none;
}

.close_addText a{
  text-decoration: none;
  font-size:20px;
  position: absolute;
  left: 95%;
  top: -3px;
  outline: none;
}

#toPopupAddText{
  background:#F1F1F1; 
  border: 4px solid #c2e1f5;
  display:none;
  max-width:300px;
  width:100%;
  height:250px;
  position:absolute;
  z-index:9999;
  top:100px;
  left:250px;;
}

#toPopupAddText:after, #toPopupAddText:before { right: 100%; top: 27%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }

#toPopupAddText:after { border-color: rgba(136, 183, 213, 0); border-right-color: #88b7d5; border-width: 30px; margin-top: -30px; } #toPopupAddText:before { border-color: rgba(194, 225, 245, 0); border-right-color: #c2e1f5; border-width: 36px; margin-top: -36px; }

#toPopupAddText textArea{
  resize: none !important;
  font-family:sans-serif !important;
  font-size:11px !important;
  border:1px solid #C2E1F5 !important; 
}

#toPopupAddText input{
  border:1px solid #C2E1F5 !important;
  width:135px !important;
}

#toPopupAddText select{
  border:1px solid #C2E1F5 !important;
  outline: none !important;
  
}

.new_text_add_main{
  margin:20px;
}

.btn_add_text {
  background: #88B7D5 !important;
  background-image: -webkit-linear-gradient(top, #88B7D5, #88B7D5);
  background-image: -moz-linear-gradient(top, #88B7D5, #88B7D5);
  background-image: -ms-linear-gradient(top, #88B7D5, #88B7D5);
  background-image: -o-linear-gradient(top, #88B7D5, #88B7D5);
  background-image: linear-gradient(to bottom, #88B7D5, #88B7D5);
  -webkit-border-radius: 28 !important;
  -moz-border-radius: 28 !important;
  border-radius: 28px !important;
  text-shadow: 2px 3px 2px #5e1aad !important;
  font-family: Arial !important;
  color: #ffffff !important;
  font-size: 13px !important;
  padding: 3px 7px 5px 7px !important;
  text-decoration: none !important;
}

.btn_add_text:hover {
  background: #3cb0fd !important;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

#toPopupAddArt{
  background:#F1F1F1; 
  border: 4px solid #c2e1f5;
  display:none;
  max-width:500px;
  width:100%;
  height:300px;
  position:absolute;
  z-index:9999;
  top:135px;
  left:250px;;
}

#toPopupAddArt:after, #toPopupAddArt:before { right: 100%; top:27%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }

#toPopupAddArt:after { border-color: rgba(136, 183, 213, 0); border-right-color: #88b7d5; border-width: 30px; margin-top: -30px; } #toPopupAddArt:before { border-color: rgba(194, 225, 245, 0); border-right-color: #c2e1f5; border-width: 36px; margin-top: -36px; }

.addArtMainDiv{
  width: 100%;
  position: relative;
  cursor: default;
  height:20px;
}
.closeButtonIcon
{
  background: url("../images/cross_hover.png") no-repeat;
  width:39px;
  height:20px;
}
.title_addArt{
  font-size:15px;
  margin-left:40%;
  font-family: sans-serif;
  font-weight:bold; 
}
.close_addArt a{
  text-decoration: none;
  font-size:20px;
  position: absolute;
  left: 96%;
  top: -3px;
  outline: none;
}

.newArtcontent{
  width: 100%;
  height:270px;
  overflow: auto;
  position: relative;
}

.newArtcontent_1{
  float: left;
  width:150px;
  height: 250px;
  border-right: 1px solid #CCCCCC;
  padding:10px;
  overflow: auto;
}
#logo_content a{
  outline: none;
}
#logo_content
{
  height:90%;
  overflow: auto;
  margin-top:30px;
}
.newArtcontent_3{
  float: left;
  position: relative;
  width: 64%;
}
.newArtcontent_1 a{
  text-decoration: none !important;
  outline: none;
}
.loading_style{
  font-size:16px;
  font-weight: bold;
  position: absolute;
  display: none;
  left:100px;
  top: 100px;
  width: 90px;
  z-index:99999; 
}

#toPopupUploadLogos{
  background: none repeat scroll 0 0 #F1F1F1;
  border: 4px solid #C2E1F5;
  display: none;
  height: 100px;
  left: 250px;
  max-width: 200px;
  position: absolute;
  top: 210px;
  width: 100%;
  z-index: 9999;
}

#toPopupUploadLogos:after, #toPopupUploadLogos:before { right: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }

#toPopupUploadLogos:after { border-color: rgba(136, 183, 213, 0); border-right-color: #88b7d5; border-width: 30px; margin-top: -30px; } #toPopupUploadLogos:before { border-color: rgba(194, 225, 245, 0); border-right-color: #c2e1f5; border-width: 36px; margin-top: -36px; }

.title_uploadImage {
    font-family: sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-left: 15%;
}

.close_uploadImage a {
    font-size: 20px;
    left: 92%;
    outline: medium none;
    position: absolute;
    text-decoration: none;
    top: -3px;
}

#btn_upload_image
{
    height:96%;
    width:100%;
    text-align:center;
    padding-top:50px;
}
#btn_upload_image_from_background
{
    width:100%;
    text-align:center;
    padding-top:50px;
}

#btn_upload_image input[type=submit]
{
    background: none repeat scroll 0 0 #5FC3C4;
    border-color: #3a9c9d;
    font-family: "roboto",Arial,Trebuchet MS,Verdana,Helvetica,Sans-Serif;
    /*border-radius:3px;*/
    color: #FFFFFF;
    display:inline-block;
    font-size:0.7em;
    padding:3px 0;
    width:27%;
    border: none !important;
    cursor: pointer;
    text-transform:uppercase;
}

#btn_upload_image_from_background input[type=submit]
{
    background: none repeat scroll 0 0 #5FC3C4;
    border-color: #3a9c9d;
    font-family: "roboto",Arial,Trebuchet MS,Verdana,Helvetica,Sans-Serif;
    /*border-radius:3px;*/
    color: #FFFFFF;
    display:inline-block;
    font-size:0.7em;
    padding:3px 0;
    width:27%;
    border: none !important;
    cursor: pointer;
    text-transform:uppercase;
}

#cts_prod_addtocart a{
    background: none repeat scroll 0 0 #5FC3C4;
    border-color: #3a9c9d;
    font-family: "roboto",Arial,Trebuchet MS,Verdana,Helvetica,Sans-Serif;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    margin-left: 50px;
    margin-top: 10px;
    padding: 12px 0 15px;
    text-align: center;
    text-decoration: none;
    width:80%;
    text-transform:uppercase;
}
#addMoreTextButton a{
    background: none repeat scroll 0 0 #5FC3C4;
    border-color: #3a9c9d;
    font-family: "roboto",Arial,Trebuchet MS,Verdana,Helvetica,Sans-Serif;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    margin-left:82px;
    padding: 12px 0 15px;
    text-align: center;
    text-decoration: none;
    width:43%;
    text-transform:uppercase;
}
#addMoreLogoButton a{
    background: none repeat scroll 0 0 #5FC3C4;
    border-color: #3a9c9d;
    font-family: "roboto",Arial,Trebuchet MS,Verdana,Helvetica,Sans-Serif;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    margin-left:92px;
    padding: 12px 0 15px;
    text-align: center;
    text-decoration: none;
    width:43%;
    text-transform:uppercase;
    float:left;
}
#addMoreBgButton a{
    background: none repeat scroll 0 0 #5FC3C4;
    border-color: #3a9c9d;
    font-family: "roboto",Arial,Trebuchet MS,Verdana,Helvetica,Sans-Serif;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 12px 0 15px;
    text-align: center;
    text-decoration: none;
    width:50%;
    text-transform:uppercase;
    float:left;
}
#helpButton,#previewButton,#goShopButton
{
    margin:20px 0px 0px 0px;
}
#helpButton a,#previewButton a,#goShopButton a,#addAnotherButton a,#addTextButton a{
    background: none repeat scroll 0 0 #00ADEF;
    border-color: #00ADEF;
    font-family: "roboto",Arial,Trebuchet MS,Verdana,Helvetica,Sans-Serif;
    border-radius:3px;
    color: #FFFFFF;
    display:inline-block;
    font-size: 14px;
    padding: 12px 0 15px;
    text-align: center;
    text-decoration: none;
    width:50%;
    text-transform:uppercase;
}
#toPopupPreview{
  background:#FFFFFF;
  border:3px solid #000000 !important;
  border-radius:10px !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  display: none;
  left: 55% !important;
  margin-left: -310px !important;
  position: fixed !important;
  top:6% !important;
  width:510px !important;
  z-index: 999999 !important;
}

#toPopupHelp{
  font-family: "roboto",Arial,Trebuchet MS,Verdana,Helvetica,Sans-Serif;
  background: none repeat scroll 0 0 #F1F1F1;
  border:3px solid #000000 !important;
  border-radius:10px !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  display: none;
  left: 55% !important;
  margin-left: -310px !important;
  position: fixed !important;
  top:3% !important;
  width: 500px !important;
  z-index: 999999 !important;
  min-height:200px !important;
}

#toPopupHelp p{
  font-family: "roboto",Arial,Trebuchet MS,Verdana,Helvetica,Sans-Serif;  
  padding: 10px !important;
  font-style:normal;
  max-height:500px;
  overflow: auto;
}

.title_preview {
    font-family: 'ralewaybold',Georgia,Serif;
    font-size: 20px;
    font-weight: bold;
    margin-left:35%;
    color:#222222;
    padding-top:10px;
}

.close_preview a {
    font-size: 20px;
    left: 92%;
    outline: medium none;
    position: absolute;
    text-decoration: none;
    top: -2px;
    outline: none !important;
}
#preview_image{
  width:100%;
  text-align: center;
}
#preview_image img
{
    height:500px;
    margin:20px 30px;
}
/*.custom_color_control_div{
  min-height:150px;
  border:1px solid #CCCCCC;
  margin:20px 0px 0px 0px;
  width:100%;
}*/
.custom_color_control_div input{
  border: 1px #666 solid !important;
}
/*.design_color_text{
  text-align: center;
  font-family:"Open Sans",Helvetica,Arial,sans-serif; 
}*/
.ajax_loader_style{
  max-width:300px;
  width: 100%;
  height:100px;
  position:absolute;
  left:50%;
  top:20%;
  margin-left:-150px;
  background-color:#F1F1F1;
  display: none;
}
.ajax_loader_style img{
  margin-left: 100px;
}

/*----------------------------------------------------Last customization-----------------------------------------------------------------------------------*/

.pd_image_body
{
    /*border-top:1px solid #D9D9D9;*/
}
.pd_image_body_left_side
{
    float:left;
    width:400px;
    /*min-width:200px;*/
}
.pd_image_body_right_side
{
    float:left;
    width:490px;
    height:530;
}
.pd_control_panel_main
{
    float:left;
    /*border-left: 1px solid #D9D9D9;*/
    width:430px;
}
.both_clear
{
  clear: both;
}
.pd_logo_div
{
    width:100%;
    max-height:10%;
    margin: 50px;
}
.pd_logo_div img
{
    height:10%;
}
#cts_prod_addtocart
{
    margin-top:10px;
/*    margin-left:130px;*/
}

.pd_body_color
{
    /*background: url("../images/bg.png");*/
}
/*.pd_menu_div
{
    width:25%;
    min-height:7%;
    background:#746F75;
    float:left;
}
.pd_menu_div div
{
    font-family: "roboto",Arial,Trebuchet MS,Verdana,Helvetica,Sans-Serif;
    font-size:14px;
    color: #FFFFFF;
    padding:10px;
    cursor:pointer;
}*/

div.pd_menu_div
{
    position: relative;
    display: inline;
    cursor:pointer;
    float:left; 
}
div.pd_menu_div .tab_icon_div
{
    width:100%;
    color: #666666;
    font-family: "roboto",Arial,Trebuchet MS,Verdana,Helvetica,Sans-Serif;
    background: #F2F2F2;
    height: 100px;
    line-height: 130px;
    text-align: center;
    border-radius: 0px;
    font-size:14px;
}

div.pd_selected_menu_div 
{
  position: relative;
  display: inline;
  cursor:pointer;
  float:left; 
}
div.pd_selected_menu_div .tab_icon_div 
{
  width:100%;
  color: #FFFFFF;
  font-family: "roboto",Arial,Trebuchet MS,Verdana,Helvetica,Sans-Serif;
  background: #5FC3C4;
  height: 100px;
  line-height: 130px;
  text-align: center;
  border-radius: 0px;
  font-size:14px;
}
div.pd_selected_menu_div .tab_icon_div:after 
{
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #5FC3C4;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
/*div:hover.pd_selected_menu_div div {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}*/

/*.pd_selected_menu_div
{
    width:25%;
    min-height:7%;
    background:#F2F2F2;
    float:left;
}
.pd_selected_menu_div div
{
    font-family: "roboto",Arial,Trebuchet MS,Verdana,Helvetica,Sans-Serif;
    font-size:14px;
    color: #000000;
    padding:10px;
    cursor:pointer;
}*/
.tab_icon_product
{
    background: url("../images/products.png") no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top:20px;
    left:35px;
}
.tab_icon_text
{
    background: url("../images/add-text-18.png") no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top:20px;
    left:35px;
}
.tab_icon_art
{
    background: url("../images/add-art-18.png") no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top:20px;
    left:35px;
}
.tab_icon_upload
{
    background: url("../images/upload-18.png") no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top:20px;
    left:35px;
}
.tab_icon_bg
{
    background: url("../images/background.png") no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top:20px;
    left:35px;
}
.tab_icon_product_selected
{
    background: url("../images/product-selected-18.png") no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top:20px;
    left:35px;
}
.tab_icon_text_selected
{
    background: url("../images/add-text-selected-18.png") no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top:20px;
    left:35px;
}
.tab_icon_art_selected
{
    background: url("../images/add-art-selected-18.png") no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top:20px;
    left:35px;
}
.tab_icon_upload_selected
{
    background: url("../images/upload-selected-18.png") no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top:20px;
    left:35px;
}
.pd_product_div
{
    width:98.5%;
    height:70%;
    /*margin-top:20px;*/
    /*overflow: auto;*/
    border: 1px solid #E5E5E5;
    background: #FFFFFF;
    cursor: pointer;
}
.pd_add_text_div,.pd_add_art_div,.pd_upload_art_div,.pd_background
{
    width:98.5%;
    height:70%;
    /*margin-top:20px;*/
    border: 1px solid #E5E5E5;
    background: #FFFFFF;
    display: none;
}
.pd_no_products_text
{
    width:100%;
    font-family: "roboto",Arial,Trebuchet MS,Verdana,Helvetica,Sans-Serif;
    font-size:14px;
    color: #000000;
    text-align: center;
    margin-top:20px;
}
.pd_products_img_left
{
    float: left;
    width:90px;
    height:100px;
    border:1px solid #F2F2F2;
    text-align:center;
}
.pd_products_img_left_selected
{
    float: left;
    width:95px;
    height:100px;
    border:1px solid #F2F2F2;
    text-align:center;
    background-color: #F2F2F2;
}
.pd_products_img_left img
{
    /*width:60%;*/
    height:100%;
    padding-top:0px;
}
.pd_products_img_left_selected img
{
    /*width:60%;*/
    height:60%;
    padding-top:18px;
}
.pd_add_new_text_color,.pd_add_new_text_font_size,.pd_add_new_text_outline_color,.pd_add_new_text_outline_width
{
    width: 80px;
}
.pd_new_text_table
{
    width: 100%;
    text-align:left;
    padding-top:30px;
}
.pd_new_text_table textarea
{
    min-height: 80px;
    width:60%;
    line-height:20px;
    resize: none;
    font-family: "roboto",Arial,Trebuchet MS,Verdana,Helvetica,Sans-Serif;
    font-size:12px;
    color:#666666; 
    padding: 5px;
}
.pd_edit_text_table
{
    width: 100%;
    text-align:left;
    padding-top:30px;
}
.pd_edit_text_table textarea
{
    min-height: 80px;
    width:60%;
    line-height:20px;
    resize: none;
    font-family: "roboto",Arial,Trebuchet MS,Verdana,Helvetica,Sans-Serif;
    font-size:12px;
    color:#666666; 
    padding: 5px;
}
.pd_add_text_div table tr
{
    height:50px;
}
.delete_item_image{
  background: url("../images/trash.png") no-repeat;
  width: 18px;
  height: 18px;
}
.art_cat_list_panel
{
    width:30%;
    height:98%;
    border-right: 1px solid #D9D9D9;
    float: left;
    overflow:auto;
}
.art_cat_img_panel
{
    width:69%;
    height: 100%;
    float: left;
    position:relative;
}
.art_panel_left
{
    min-height:20px;
    font-family: "roboto",Arial,Trebuchet MS,Verdana,Helvetica,Sans-Serif;
    font-size:14px;
    float: left;
    width:85px;
    margin-bottom:10px;
}
.art_panel_left a
{
    text-decoration: none;
    color: #666666;
    outline: none !important;
}
.selected_arrow
{
   background: url("../images/selected_arrow.png") no-repeat;
   width: 12px;
   height: 12px;
   float: left;
   position: absolute;
   top: 3px;
   right: 0px;
}
.price_text
{
    font-family: 'ralewayregular',Arial,Sans-serif;
    font-size:1.5em;
    color: #222222;
    font-style: normal;
    font-weight: normal;
    margin: -40px 0 0 0px;
    width:100%;
    text-align:center;
}
.leftButtoncontrol
{
    width: 100%;
    margin:25px 0 0 0px;
    text-align: center;
}
.custom_overlay{
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    display: none;
}
.product_icon{
  background: url("../images/pick-a-product.png") no-repeat;
  padding: 2px 15px;
}
.tbl_w_h_style
{
    font-family: "roboto",Arial,Trebuchet MS,Verdana,Helvetica,Sans-Serif;
    font-size:11px;
    margin-top:20px;
    display:none;
}
.tbl_w_h_style input[type="number"]
{
    font-family: "roboto",Arial,Trebuchet MS,Verdana,Helvetica,Sans-Serif;
    font-size:11px;
}
.tbl_w_h_style_upload
{
    font-family: "roboto",Arial,Trebuchet MS,Verdana,Helvetica,Sans-Serif;
    font-size:12px;
    margin-top:20px;
    display:none;
    margin-left:120px;
}
.tbl_w_h_style_upload input[type="number"]
{
    font-family: "roboto",Arial,Trebuchet MS,Verdana,Helvetica,Sans-Serif;
    font-size:11px;
}
.pd_product_margin
{
    margin:30px 0px 0px 15px;
    overflow: auto;
    width:92%;
    height:96%;
}
.art_loader
{
    background: url("../images/loader.gif") no-repeat;
    height:100px;
    width:100px;
    position: absolute;
    top:40%;
    left:38%;
    z-index:999999;
    display:none;
}
.textButtonControl
{
    width: 100%;
    text-align: center;
}
#addAnotherButton
{
    display: none;
    padding-top: 20px;
}
#addTextButton
{
    padding-top: 0px;
}
.change_text_color
{
    padding-top: 30px;
}
.change_text_color input[name=txt_color]
{
    width:60%;
    min-height:30px;
    border:1px solid #D9D9D9;
    padding-left:10px;
}
.change_text_font
{
    padding-top:15px;
}
.change_text_font select[name=txt_font_family]
{
    width:60%;
    min-height:30px;
    border:1px solid #D9D9D9;
    color:#666666;
    font-weight: bold;
    padding-left:5px;
}
.text_align_left
{
    background: url("../images/align-left-icon.png") no-repeat;
    height:24px;
    width:24px;
    float: left;
    padding-left:7px;
    cursor: pointer;
}
.text_align_right
{
    background: url("../images/align-right-icon.png") no-repeat;
    height:24px;
    width:24px;
    float: left;
    padding-left:7px;
    cursor: pointer;
}
.text_align_center
{
    background: url("../images/align-center-icon.png") no-repeat;
    height:24px;
    width:24px;
    float: left;
    padding-left:7px;
    cursor: pointer;
}
.text_bold
{
    background: url("../images/bold-icon.png") no-repeat;
    height:24px;
    width:24px;
    float: left;
    padding-left:7px;
    cursor: pointer;
}
.text_italic
{
    background: url("../images/italic-icon.png") no-repeat;
    height:24px;
    width:24px;
    float: left;
    padding-left:7px;
    cursor: pointer;
}
.text_size_increase
{
    background: url("../images/increase-font-icon.png") no-repeat;
    height:24px;
    width:24px;
    padding-left:7px;
    cursor: pointer;
    float: left;
}
.image_size_increase
{
    background: url("../images/plus.png") no-repeat;
    height:24px;
    width:24px;
    padding-left:7px;
    cursor: pointer;
    float: left;
}
.text_size_decrease
{
    background: url("../images/decrease-font-icon.png") no-repeat;
    height:24px;
    width:24px;
    padding-left:7px;
    cursor: pointer;
    float: left;
}
.image_size_decrease
{
    background: url("../images/minus.png") no-repeat;
    height:24px;
    width:24px;
    padding-left:7px;
    cursor: pointer;
    float: left;
}
.text_remove_icon
{
    background: url("../images/trash.png") no-repeat;
    height:24px;
    width:24px;
    padding-left:7px;
    cursor: pointer;
    float: left;
}
.art_remove_icon
{
    background: url("../images/trash.png") no-repeat;
    height:24px;
    width:24px;
    cursor: pointer;
    float:left;
    margin:10px;
}
.text_more_icon
{
    background: url("../images/add_text.png") no-repeat;
    height:24px;
    width:24px;
    cursor: pointer;
    margin-top:20px;
}
.image_more_icon
{
    background: url("../images/add_image.png") no-repeat;
    height:24px;
    width:24px;
    cursor: pointer;
    margin-top:20px;
    float: left;
}
.image_more_bg_icon
{
    background: url("../images/add_image.png") no-repeat;
    height:24px;
    width:24px;
    cursor: pointer;
    margin-right:10px;
    float: left;
}
.text_align_control
{
    padding-top:15px;
}
.text_size_control
{
    padding-top:15px;
}
.text_align_control_sub
{
    width:60%;
    min-height:30px;
    padding-left:20%;
}
#logo_resize_container,#logo_upload_resize_container,#bg_resize_container
{
    margin: 100px 0 100px 85px;
    display:none;
}
#pd_progress { position:relative; width:81%; border: 1px solid #ddd; padding:4px; border-radius: 3px; margin-left:35px;}
#pd_bar { background-color:#5FC3C4; width:0%; height:20px; border-radius: 3px; }
#pd_percent { position:absolute; display:inline-block; top:3px; left:48%; }

#bg_pd_progress { position:relative; width:81%; border: 1px solid #ddd; padding:4px; border-radius: 3px; margin-left:35px;}
#bg_pd_bar { background-color:#5FC3C4; width:0%; height:20px; border-radius: 3px; }
#bg_pd_percent { position:absolute; display:inline-block; top:3px; left:48%; }

.bg_color_change
{
   /*width:100%;
    text-align: center;*/
    padding-top: 30px;
    padding-left:25px;
    font-family: "roboto",Arial,Trebuchet MS,Verdana,Helvetica,Sans-Serif;
    font-size:14px;
}
.bg_color_change input[name="bg_color_change"]
{
    border: 1px solid #d9d9d9;
    min-height: 30px;
    padding-left: 10px;
    width:79%;
}
.bg_content
{
    height:46%;
    margin:20px;
    width:92%;
    overflow: auto;
    position:relative;
}
.bg_text_style
{
    position:absolute;
    font-family: "roboto",Arial,Trebuchet MS,Verdana,Helvetica,Sans-Serif;
    font-size:14px;
    color: #666666;
    left:30%;
    z-index:99999;
}
.product_name
{
    font-family: 'ralewaybold',Georgia,Serif;
    font-size:3em;
    color: #222222;
    font-style: normal;
    font-weight: bold;
    width:100%;
    text-align: center;
}
/*---------------------------------------------------------------media query--------------------------------------------------------------------------*/
@media screen and (max-width:1280px)
{
  .pd_image_body_left_side
  {
    width:268px;
  }
  .pd_image_body_right_side
  {
    width:325px;
  }
  .pd_control_panel_main
  {
    width:395px;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px)
{
  .pd_control_panel_main
  {
    margin:10px 0px 0px 230px;
  }
}
#product_menu,#add_text_menu,#add_art_menu,#upload_menu,#background_menu
{
  width:19.8%;
}
.ajax_loader
{
    background: url("../images/ajax-loader2.gif") no-repeat !important;
    width:16px !important;
    height:11px !important;
    position: absolute;
    top:50%;
    left:50%;
}
/*#container
{
  width:100%;
  text-align:center;
}*/
.logoWidthText,.logoHeightText
{
  color: #666666;
  font-family: "roboto",Arial,Trebuchet MS,Verdana,Helvetica,Sans-Serif;
  font-size: 14px;
}
.company_text
{
  width:100%;
  text-align: center;
  color: #222222;
  font-family: 'ralewaybold',Georgia,Serif;
  font-size:18px;
  font-weight: bold;
  margin-top:175px;
}
.company_email
{
  background: url("../images/email.png") no-repeat;
  width:235px;
  height:16px;
  margin: 10px auto;
}
input[type='range'][name='fontSize']
{
    color:#0099ff;
}