/* should be deleted if needed */
.nm-productmeta-box span.show_description{
font-size: 11px;
color: #999;
padding-left: 5px;
}

.nm-filename {
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;	
}

.nm-productmeta-box span.show_required{color: red;}


/* the uploader wrapper */
.nm-uploader-area{
	border: #ccc 1px dashed;
	padding: 5px 0;	
	width: 97.5%;
}

.nm-productmeta-box > div, .nm-productmeta-box > section > div{
	float:left;
}

.nm-productmeta-box > p, .nm-productmeta-box > div, .nm-productmeta-box > section{
	margin-bottom: 1.625em;
}


.productmeta-section-header{
	text-align: center;
	
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	
	margin: 0 0 1.5em 0;
}

p.productmeta-save-button{
	
	margin: 10px auto;
	text-align: center;
}
table#section_titles tr td{
	text-align:center;
	color: #ccc;
}

/* uploader styling */
.nm-uploader-area {
	width: 100%;
	max-width: 1080px;
	border: 1px dashed;
	background: #eee;
	text-align: center;
}

.nm-uploader-area .container_buttons {
	width: 230px;
	height: 100px;
	margin: 0 auto;
}
.nm-uploader-area .filelist {
	margin-top: 10px;
}
.u_i_c_box {
	float: left;
	width: 100%;
	border: 1px solid #E0DFDF;
}
.u_i_c_box_clearfix{clear: both};
.u_i_c_tools_bar{
	display: table-cell;
}
.u_i_c_thumb {
clear: both;
overflow: hidden;
}
.progress_bar {
	background: #ffc;
	display: inline-block;
	width: 95%;
	border: 1px solid;
	background-color: #E0DFDF;
}
.progress_bar_runner{
	background-color: #1B4EEE;
height: 25px;
display: none;
}


.uploaded-files-box{
	width:75%; 
	height:75px;
	display:block; 
	margin:0 auto
}
.uploaded-files-box .file-meta{
	font-size: 11px;
}
.nm-file-tools{
	
	padding: 10px;
}
#thumb-thickbox{
	margin: 0 auto;
width: 90%;
text-align: center;
background:#ccc;
}

.select_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	line-height:27px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.select_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}.select_button:active {
	position:relative;
	top:1px;
}
.btn_center {
	margin:0 auto;
	text-align: center;
}
.droptext{
	display: block;
	margin: 10px auto;
	color: #999;
}

/*.u_i_c_tools img {
	max-width: 15px;
}
.u_i_c_tools_del, .u_i_c_tools_edit, .u_i_c_tools_zoom {
	width: 15px;
margin-left: 60px;
margin: 0 auto;
display: inline-flex;
}*/




/* ============ pre-upload-images styling =========== */
.pre_upload_image_box{
border: 1px dashed;
background: #eee;
text-align: center;
}
.pre_upload_image_box .pre_upload_image{
/*width: 100px;
height: 100px;*/
overflow: hidden;
float: left;
text-align: center;
background-color: #FFF;
margin: 5px;
/*padding: 5px;*/
position: relative;
}

.pre_upload_image_box .input_image{
position: absolute;
bottom: 0;
background-color: #fff;
width: 100%;
}
.p_u_i_name{
background-color: #E0DFDF;
overflow: hidden;
margin: 0 auto;
font-size: 11px;
}
.uploaded-files-box {
	width: 100% !important;
	margin: 15px !important;
	border: none !important;
	height: auto;
}
.nm-imagetools .fa {
	color: black;
}

/* ============ pre-upload-images styling =========== */
.instagram_box{
border: 1px dashed;
background: #eee;
text-align: center;
}
.instagram_box .instagram_photo{
width: 100px;
height: 100px;
overflow: hidden;
float: left;
text-align: center;
background-color: #FFF;
margin: 5px;
padding: 5px;
position: relative;
}

.instagram_box .input_image{
position: absolute;
bottom: 0;
background-color: #fff;
width: 100%;
}
.p_u_i_name{
background-color: #E0DFDF;
overflow: hidden;
margin: 0 auto;
font-size: 11px;
}
/*------------ iPhone----------------*/
@media all
and (max-width : 568px) { 
.u_i_c_box {
	margin-left: auto !important;
	margin-right: auto !important;
	height: 200px;
	width: 180px;
	border: 1px solid gainsboro;
	float: none !important;
}
}
.nm-color-palette label > input {
  visibility: hidden;
  position: absolute;
}
.nm-color-palette label > input + .palette-box {
  cursor:pointer;
  text-align: center;
  width: 60px;
  height: 60px;
  float: left;
  border:2px solid transparent;
  position: relative;
  color: #fff;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.nm-color-palette label > input:checked + .palette-box {
  border:2px solid #000;
}
.nm-color-palette .amount {
    position: absolute;
    /*background-color: rgba(0,0,0,0.5);*/
    bottom: 0;
	text-align: center;
	left: 0;
	width: 100%;
}
.palette-box:hover {
	-moz-box-shadow:    0px 0px 5px white;
	-webkit-box-shadow: 0px 0px 5px white;
	box-shadow: 0px 0px 8px white;
	z-index: 999;
}
.bulk-qty-wrap input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}
.bulk-qty-wrap input[type=range]:focus {
  outline: none;
}
.bulk-qty-wrap input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 11.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: rgba(48, 113, 169, 0.78);
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
.bulk-qty-wrap input[type=range]::-webkit-slider-thumb {
  box-shadow: 0.9px 0.9px 1px #000031, 0px 0px 0.9px #00004b;
  border: 1.8px solid #00001e;
  height: 26px;
  width: 26px;
  border-radius: 15px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.5px;
}
.bulk-qty-wrap input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(142, 185, 223, 0.78);
}
.bulk-qty-wrap input[type=range]::-moz-range-track {
  width: 100%;
  height: 11.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: rgba(48, 113, 169, 0.78);
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
.bulk-qty-wrap input[type=range]::-moz-range-thumb {
  box-shadow: 0.9px 0.9px 1px #000031, 0px 0px 0.9px #00004b;
  border: 1.8px solid #00001e;
  height: 26px;
  width: 26px;
  border-radius: 15px;
  background: #ffffff;
  cursor: pointer;
}
.bulk-qty-wrap input[type=range]::-ms-track {
  width: 100%;
  height: 11.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.bulk-qty-wrap input[type=range]::-ms-fill-lower {
  background: rgba(15, 36, 54, 0.78);
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.bulk-qty-wrap input[type=range]::-ms-fill-upper {
  background: rgba(48, 113, 169, 0.78);
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.bulk-qty-wrap input[type=range]::-ms-thumb {
  box-shadow: 0.9px 0.9px 1px #000031, 0px 0px 0.9px #00004b;
  border: 1.8px solid #00001e;
  height: 26px;
  width: 26px;
  border-radius: 15px;
  background: #ffffff;
  cursor: pointer;
  height: 11.4px;
}
.bulk-qty-wrap input[type=range]:focus::-ms-fill-lower {
  background: rgba(48, 113, 169, 0.78);
}
.bulk-qty-wrap input[type=range]:focus::-ms-fill-upper {
  background: rgba(142, 185, 223, 0.78);
}
.nm-horizontal-layout {
	overflow-x: auto;
}

/* ====== variation quantity ====== */
.display-total-price {margin-top:15px; font-weight: bold;}
.quantities-lable{font-weight:200;}

/* variable product price display issue fixed in 7.9.3 */
.single_variation_wrap .price {
    display:block !important;
}
.single_variation_wrap { clear:both; }

/*ToolTip  Styles*/
.ui-tooltip, .arrow:after {
  background: black;
}
.ui-tooltip {
	border: none !important;
	background: #000 !important;
	color: #FFF !important;
  box-shadow: 0 0 7px black;
}
.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.arrow.top {
  top: -16px;
  bottom: auto;
}
.arrow.left {
  left: 20%;
}
.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow.top:after {
  bottom: -20px;
  top: auto;
}