.wooh_refresh_loader{
  border-top: 6px solid #3498db;
    border-bottom: 12px solid #3498db;
    border-radius: 50%;
    width: 90px;
    height: 76px;
    animation: spin 3s linear infinite;
    margin-left: 42%;
    margin-top: 20%;
  }
  @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
  }


.clearfix{
	clear: both;
	display:block;
}

.general-settings textarea {
	max-width: 500px;
	height: 60px;
	width: 100%;
	float: left;
	margin-right: 10px;
}
.general-settings label {
	font-weight: bold;
	font-size: 16px;
}
#nm-tabs {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#nm-tabs li {
  float: left;
  margin: 0 -15px 0 0;
}

#nm-tabs a {
  float: left;
  position: relative;
  padding: 0 12px;
  height: 0;
  line-height: 30px;
  /*text-transform: uppercase;*/
  text-decoration: none;
  color: #fff;
  border-right: 25px solid transparent;
  border-bottom: 30px solid #3D3D3D;
  border-bottom-color: #777\9;
  opacity: .3;
  filter: alpha(opacity=30);
}

#nm-tabs a:hover,
#nm-tabs a:focus {
  border-bottom-color: #0074A2;
  opacity: 1;
  filter: alpha(opacity=100);
}

#nm-tabs a:focus {
  outline: 0;
}

#nm-tabs #current {
  z-index: 3;
  border-bottom-color: #0073aa;
  opacity: 1;
  filter: alpha(opacity=100);
}

#nm-tabs a {
  height: 0;
  line-height: 30px;
  border-right: 25px solid transparent;
  border-bottom: 30px solid #020202;
}

#nm-content {
  background-color: #fff;
  border-top: 3px solid #000;
  padding: 15px;
}
#nm-tabs-mobile {
  display: none;
}
@media only screen and (max-width: 768px){
  #nm-tabs-mobile {
    display: block;
  }
  #nm-tabs {
    display: none;
  }
}


/*products tabs*/
.clone-me, .remove-me {
    cursor: pointer;
  }
.meta-row {
  border: 1px solid #c2c2c2;
  background-color: #EAE7E7;
  cursor: move;
}
.meta-row label {
  font-size: 14px !important;
  font-weight: normal !important;
}

/*// settings*/
.setting-text {
  margin-top: 10px;
  display: block;
  margin-bottom: -21px;
}
.textarea-class {
  margin-bottom: -11px;
  margin-top: 20px;
  display: block;
}
a:focus{
  box-shadow: none !important;
}
b{
  font-weight: bold !important;
}