#c_template {
	border: 1px solid #999;
}
.onoff {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  cursor: pointer;
  width: 73px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.onoff label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #cd3c3c;
  border-radius: 5px;
  font-weight: bold;
  color: #FFF;
  -webkit-transition: background 0.3s, text-indent 0.3s;
  -moz-transition: background 0.3s, text-indent 0.3s;
  -o-transition: background 0.3s, text-indent 0.3s;
  transition: background 0.3s, text-indent 0.3s;
  text-indent: 27px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
}
.onoff label:after {
  content: 'Disable';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 12px;
  color: #591717;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);
  z-index: 1;
}
.onoff label:before {
  content: '';
  width: 15px;
  height: 24px;
  border-radius: 3px;
  background: #FFF;
  position: absolute;
  z-index: 2;
  top: 3px;
  left: 3px;
  display: block;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.onoff input:checked + label {
  background: #378b2c;
  text-indent: 8px;
}
.onoff input:checked + label:after {
  content: 'Enable';
  color: #091707;
}
.onoff input:checked + label:before {
  left: 52px;
}
#enabl_wc_c{
  border:1px solid #34740e; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
  background-color: #4ba614; background-image: -webkit-gradient(linear, left top, left bottom, from(#4ba614), to(#008c00));
  background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
  background-image: -moz-linear-gradient(top, #4ba614, #008c00);
  background-image: -ms-linear-gradient(top, #4ba614, #008c00);
  background-image: -o-linear-gradient(top, #4ba614, #008c00);
  background-image: linear-gradient(to bottom, #4ba614, #008c00);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4ba614, endColorstr=#008c00);
}

#enabl_wc_c:hover{
  border:1px solid #224b09;
  background-color: #36780f; background-image: -webkit-gradient(linear, left top, left bottom, from(#36780f), to(#005900));
  background-image: -webkit-linear-gradient(top, #36780f, #005900);
  background-image: -moz-linear-gradient(top, #36780f, #005900);
  background-image: -ms-linear-gradient(top, #36780f, #005900);
  background-image: -o-linear-gradient(top, #36780f, #005900);
  background-image: linear-gradient(to bottom, #36780f, #005900);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#36780f, endColorstr=#005900);
}
.wc_icon-bar {
  width: 100%;
  background-color: #2397B4;
  overflow: auto;
  margin-bottom: 15px
}
.wc_icon-bar a {
  float: left;
  width: 10%;
  text-align: center;
  padding: 12px 0;
  transition: all 0.3s ease;
  color: white !important;
  font-size: 20px;
}
.wc_icon-bar a:hover {
  background-color: #000;
}
.wcb_bar_icon {
  margin-top: 20px;
}
.wcb_bar_icon a i {
  border: 1px solid #ccc;
  color: #555;
}
.wcb_bar_icon a i:hover {
  background: #2eacce;
  color: white;
}
.wcb_bar_icon a {
  text-decoration: none;
}
.select2-dropdown.select2-dropdown--below {
  width: 230px !important;
  z-index: 9999 !important;
}
.select2-results__options li {
  padding:1px !important;
}
.select2-results__options li div {
  background: url("../images/fontsList.gif") !important;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -999px;
  height: 29px;
}
#select2-select_fontfamily-container {
  text-align: left !important;
  width: 200px !important;
}
.select2-container--classic .select2-selection--single {
  height: 42px !important;
  background-color: #ffffff !important;
  border: 1px solid #D2D2D2 !important;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
}
.select2-container--classic .select2-selection--single:hover {
  transition: all ease-in-out 0.3s;
  border: 1px solid #316153 !important;
}
.popup_background {
  z-index: 2000; 
}
.popup_wrapper {
  z-index: 2001;
}
.popup_align,
.popup_content {
  *display: inline;
  *zoom: 1;
}
.content { 
  background:#FFF;
  width:45%;
  padding:20px;
  padding-top:25px;
  border-radius:5px; 
}
.content p { 
  font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
  color:#515151;
  line-height:22px;
  padding-bottom:6px; 
}
.my_modal_close {
  float: right;
}  
a.my_modal1_close, a.my_modal2_close {
  float: right;
}
@media (min-width: 320px) and (max-width: 640px) { 
  .content { 
    background:#FFF;
    width:80%;
    padding:20px;
    padding-top:25px;
    border-radius:5px; 
  }
}
.pop-head-shapes {
  width: 100%;
  border-radius: 3px;
  padding: 20px 0px;
  border-bottom: 1px solid;
  margin-bottom: 9px
}
.pop-head-shapes span {
  color: black;
  font-size: 26px;
}
div#tabs-1, #tabs-2 {
  padding: 2px 0px;
}
ul#ul-back {
  background: none;
  border: 0px;
  padding: 0px;
}
li.wc-tabsli a {
  color: white !important;
}
li.wc-tabsli {
  background: #2397B4 !important;
  border-radius: 0px !Important;
  border: none !important;
}
/*.w_card_template_creating {
  padding: 0px 15px;
}*/
ul#ul-back li.ui-tabs-active a {
  color: rgb(61, 0, 117) !important;
  background: rgb(199, 159, 31);
}
#divLoading, #divLoadingb
{
  display : block;
  position : fixed;
  z-index: 100;
  background-image : url('../images/front-loader.gif');
  background-color:rgba(12, 12, 12, 0.13);
  opacity : 0.4;
  background-repeat : no-repeat;
  background-position : center;
  left : 0;
  bottom : 0;
  right : 0;
  top : 0;
}
select#ext_cat_lists, select#ext_cat_listsb {
  line-height: 30px;
  font-size: 15px;
  width: 50%;
  height: 32px;
}
ul#main_divd, ul#main_divdb  {
  width: 100%;
}
ul#main_divd li.liarts, ul#main_divdb li.liarts {
  display: inline-block;
}
ul#main_divd li.liarts img, ul#main_divdb li.liarts img {
  width: 50px;
  height: 50px;
}
#frontgivloader {
  display : block;
  position : fixed;
  z-index: 100;
  background-image : url('../images/frontload.gif');
  background-color:rgba(12, 12, 12, 0.13);
  opacity : 0.4;
  background-repeat : no-repeat;
  background-position : center;
  left : 0;
  bottom : 0;
  right : 0;
  top : 0;
}
.wcb_bar_icon a:focus {
  box-shadow: none !important;
}
#wc_order_f_side, #wc_order_b_side {
  padding: 2px 0px;
}
.wc_order_Tabb {
    padding: 2px 0px !important;
}
.wc_saperate_order {
    margin-bottom: 30px;
}
h2.order_item_wc_headding {
    background-color: slategrey;
    border-radius: 3px;
    margin-bottom: 6px !important;
    color: white;
}
ul.wc-item-meta li:nth-child(3), ul.wc-item-meta li:nth-child(4) {
    display: none !important;
}


div#wc_order_ltabs {
    background: none;
    border: none;
}








































.checkboxFour {
  width: 40px;
  height: 40px;
  background: #ddd;
  margin: -7% 0% 0% 33%;

  border-radius: 100%;
  position: relative;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
.checkboxFour label {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100px;

  transition: all .5s ease;
  cursor: pointer;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;

  background: #333;
  box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
}
.checkboxFour input[type=checkbox]:checked + label {
  background: #26ca28;
}
.checkboxFour input[type=checkbox] {
  visibility: hidden;
}