.activer{
        background: url(../images/sts.png) no-repeat scroll center top;
        display: block;
        /*width: 109px;*/ height: 20px;

    }
    .inactiver{
        background: url(../images/sts.png) no-repeat scroll center bottom;
        display: block;
        /*width: 109px;*/ height: 20px;
    }
	.theamcolor {
		border-radius: 50px !important;
		width: 50px !important;
		padding: 4px 7px 4px 7px !important;
	}
.shopchk {width: 15px;float: left;margin-top: -7px;margin-right: 7px;}	
.shop1 label {margin: 0 0 0 10px;height: 22px;}
.contactleft {padding-left:15px !important;}
.contactright {padding-right:15px !important;}
.contact {padding-right:1px;padding-left:1px;width:13%;float:left;}
.embroidery {padding-right:1px;padding-left:1px;width:15%;float:left;}
.shop {padding-right:1px;padding-left:1px;width:24%;float:left;}
.shopSH {padding-right:1px;padding-left:1px;width:20%;float:left;}
.shopSH1 {padding-right:1px;padding-left:1px;width:10%;float:left;}
.shop1 {padding-right:1px;padding-left:1px;width:15%;float:left;}
.vendor {padding-right:1px;padding-left:1px;width:45%;float:left;}
.product {padding-right:1px;padding-left:1px;width:20%;float:left;}
.product1 {padding-right:1px;padding-left:1px;width:30%;float:left;}
 .app-theme-white .app-footer .app-footer__inner, .app-theme-white .app-header {
    background: #ef3f2f;
}
.app-header .app-header__content .header-menu .nav-link {
    color: #fff;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #fff;
}
.search-wrapper .input-holder .search-icon span::before { 
    background: #fff;
}
.search-wrapper .input-holder .search-icon span::after { 
    border: 2px solid #fff;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: #fff;
}
.app-sidebar__heading { 
    color: #333; 
}
.nav-item .nav-link {
    font-weight: 400;
    color: #fff;
}
.notification a i {
    font-size: 20px;
    color: #fff;
    opacity: 1;
}
.search-wrapper.active .input-holder .search-input {
    color: #fff;
}

.input-holder::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.input-holder:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}

.input-holder::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}

.main-container {
  width: 100%;
  height: 100vh;
   /*background: url('https://images.pexels.com/photos/176851/pexels-photo-176851.jpeg?w=1260&h=750&auto=compress&cs=tinysrgb');*/
  transition: 0.4s linear;
}

.box {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*background: rgba(0, 0, 0, .8);*/
  padding: 40px;
  box-sizing: border-box;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, .5);
  border-radius: 10px;
  text-align: center;
}

.box h2 {
  margin: 0 0 30px;
  padding: 0;
  color: #000;
  text-align: center;
}

.box p {
  margin-bottom: 0;
}

.box p:nth-child(even) {
  margin-top: 0;
}

.box a {
  color: #9a9d9e;
  font-size: 14px;
  text-decoration: none;
}

.box .input-box {
  position: relative;
}

.box .input-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  margin-bottom: 30px;
  color: #000;
  border: 1px solid #000;
  border: none;
  border-bottom-style: solid;
  outline: none;
  letter-spacing: 1px;
  background: transparent;
}

.box .input-box label {
  position: absolute;
  color: #000;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  pointer-events: none;
  transition: .5s;
}

.box .input-box input:focus ~ label,
.box .input-box input:valid ~ label{
  top: -18px;
  left: 0;
  color: #03a9f4;
  font-size: 12px;
}

.box input[type=submit] {
	background-color: #ef3f2f;
  /*background: transparent;*/
  border: none;
  outline: none; 
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}

#logged-in {
  width: 100%;
  height: auto;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 50px;
  display: none;
}

.login-true {
  opacity: 0;
}

.inp-sec input {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border-radius: 5px;
    border: solid 1px #ddd;
    margin: 0 0 10px 0;
}
.inp-sec textarea {
    width: 100%;
    /*height: 45px;*/
    padding: 10px 15px;
    border-radius: 5px;
    border: solid 1px #ddd;
    margin: 0 0 10px 0;
}
.inp-sec select {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border-radius: 5px;
    border: solid 1px #ddd;
    margin: 0 0 10px 0;
}
.input-sec {
    padding: 15px 0px;
}
.inp-sec {
    position: relative;
}
.inp-sec i {
    font-style: normal;
    background-color: #fff;
    padding: 0 6px;
    font-size: 13px;
    margin: 0px 0 0px 0px;
    position: absolute;
    top: -10px;
    left: 10px;
}
span.inp-file {
    position: relative;
}
span.inp-file input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    left: 0;
}
.first-list i {
    border-radius: 50%;
    background-color: #cccccc;
    left: 0;
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 18px;
}
.first-list {
    position: relative;
    padding: 0 40px 0 60px;
    display: inline-block;
    margin: 20px 0 0 0;
}
.first-list b {
    font-weight: normal;
    font-size: 15px;
    line-height: normal;
}
.first-list b a {
    color: #333;
    font-weight: bold;
}
.first-list em {
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    top: 0;
    font-style: normal;
    font-size: 42px;
    font-weight: 300;
    color: red;
    opacity: 1;
}
span.inp-file i {
    background-color: #f33e2d;
    color: #fff;
    font-style: normal;
    padding: 5px 20px;
    display: inline-block;
    margin: 0 0 0 10px;
    border-radius: 3px;
    font-weight: 500;
}