.loadder {
	width: 100%;
	height: 100%;
	background: url("/img/lodder_lp.gif") no-repeat center center #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000000;
	background-size: 10%;
	opacity: 0.7;
	display:none;
}

.cat-level select{
	padding: 15px 0 0 25px !important;
	height: 3rem;
}
.cat-level .ui.selection.dropdown {
    padding: 0.8rem 1rem 2.2rem 1rem;
	border-color: #d1d3e2;
}
.cat-level .ui.selection.dropdown i.dropdown.icon {
    margin: auto;
}

.set-input-file .file-text {
	margin-top: -10px;
}
.set-input-file .custom-file-label::after {
	height: 100%;
	line-height: 2.7;
}
.brand-select select, .cat-level select{
	padding: 0 10px !important;
	height: 3rem;
}
.file-after-none .custom-file-label::after {
    opacity: 0;
}
.set-upload-file {
    height: 280px;
    width: 80%;
}
.set-upload-file .file-text img {
    height: auto;
    width: 100%;
}
.set-upload-file label.custom-file-label {
    height: 100%;
    border: 2px dotted #d1d3e2;
    background: url(/img/dummy.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 0;
	padding: 20px 10px 0 10px !important;
}

.has-url.set-upload-file span.gallery-close {
    position: absolute;
    top: -13px;
    right: -14px;
    cursor: pointer;
    overflow: hidden;
    font-weight: 400;
    z-index: 5;
    padding: 5px 10px;
    border-radius: 50%;
    background: #f93e3e7a;
    color: #f9f9f9;
}

form.user .form-control-user {
    border-radius: 0;
}
form.user .btn-user{
	border-radius: 2px;
}
.add-color-size-qty-sec-header, .add-color-size-qty-sec {
    margin: 0 0 0 12px;
    padding-right: 40px;
}

.bg-gradient-black{
	background-color: #fff;
    background-size: cover;
}

.ui.multiple.dropdown {
    height: 44px;
    border: 1px solid #d1d3e2;
    padding: 8px;
    color: #171615;
    border-radius: 2px;
}

.ui.multiple.dropdown i.dropdown.icon {
    margin: auto;
}

.button-group-pills .btn {
  line-height: 1.2;
  margin-bottom: 15px;
  margin-right: 10px;
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #14a4be;
  padding: 7px 25px;
}
.button-group-pills .btn.active {
  border-color: #14a4be;
  background-color: #14a4be;
  color: #FFF;
  box-shadow: none;
}
.button-group-pills .btn:hover {
  border-color: #158b9f;
  background-color: #158b9f;
  color: #FFF;
}

.button-group-pills input.set-size-none {
    display: none;
}


.switch-field {
	display: flex;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #a5dc86;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}

.seller-file-input .set-upload-file {
    height: 150px;
    width: 100%;
}

.product-manually .step.active {
    display: block !important;
}
.product-manually .step {
    display: none;
}


/* start tabs */

.tab-menu {
  margin-top: 34px;
}
.tab-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tab-menu ul li {
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;
  max-width: 100%;
  text-align: center;
}
.tab-menu ul li a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.44px;
  font-weight: bold;
  display: inline-block;
  padding: 8px 26px;
  display: block;
  text-decoration: none;
  transition: 0.5s all;
  background: #3b61d1;
  border: 2px solid #3b61d1;
  border-bottom: 0;
}
.tab-menu ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.tab-menu ul li a.active {
  background: #ffffff;
  color: #385ece;
  text-decoration: none;
}
.tab-box {
  display: none;
}


.tab-main-box {
  background: #ffffff;
  padding: 20px 20px;
  border: 2px solid #355ccc;
  margin-top: -2px;
}


/* end tabs */

/* start tooltip */

.tooltip-cus {
	color: #858796; outline: none;
	cursor: help; text-decoration: none;
	position: relative;
}
.tooltip-cus span {
	position: absolute;
	display:none;
	font-size: 13px;
}
.tooltip-cus:hover span {
	border-radius: 5px 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	position: absolute; top: 2em; 
	z-index: 99;
	margin-left: 0; width: 250px;
	display:block;
	right:0;
}
.tooltip-cus:hover img {
	border: 0; margin: -10px 0 0 -55px;
	float: left; position: absolute;
}
.tooltip-cus:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}
.classic { padding: 0.8em 1em; }
.custom { padding: 10px 15px; }
* html a:hover { background: transparent; }
.classic {background: #FFFFAA; border: 1px solid #FFAD33; }
.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.help { background: #fdfdfd; border: 1px solid #c1c1c1;	}
.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.warning { background: #FFFFAA; border: 1px solid #FFAD33; }

/* end tooltip  */

.import-data {
    height: 200px;
	background: #f8f9fc;
}
.import-data label.custom-file-label {
    height: 200px;
    border: 4px dotted #c1c1c1;
	background: url(/img/upload.png) no-repeat;
    background-size: 45%;
    background-position: center;
}

.hide-error{
	display:none;
}

.background-set-none{
	background:none !important;
}

.get-notify {
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}

@media only screen and (max-width: 767px) {
	.ui.selection.dropdown .menu {
/*      max-height: 8.01428571rem; /* + 1.335714285 to 9.349999995rem */
/*      max-height: 9.349999995rem; /* Adds a half */
		max-height: 16.02857142rem; /* Double size */
	}
}
@media only screen and (min-width: 768px) {
	.ui.selection.dropdown .menu {
/*         max-height: 10.68571429rem; /* + 1.3357142863 to 12.0214285763rem */
	  max-height: 12.0214285763rem;
	}
}
@media only screen and (min-width: 992px) {
	.ui.selection.dropdown .menu {
	  max-height: 16.02857143rem; /* + 1.3357142858 to 17.3642857158rem */
	}
}
@media only screen and (min-width: 1920px) {
	.ui.selection.dropdown .menu {
		max-height: 21.37142857rem; /* + 1.3357142856 to 22.7071428556rem */
	}
}
button.btn.bg-gradient-black.btn-user.btn-block{
  background-color: black;
    color: white;
    font-size: 17px;
}