/*...*/
.wn-loader{
  /* background-image: url(static/assets/images/loader.gif);  */
  background-image: url(../images/loader.gif); 
  background-size: cover; background-repeat: no-repeat;
  background-position: center center;
  max-height: 13em; min-height: 13em; width: 20em
}
.loading-sm{
  width: 3em;
  height: 3em;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.loading-md{
  width: 15em;
  height: 8em;
  background-image: url(../images/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.sp-page-banner{
  background:linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)),url(../images/page-banner.jpg);
  background-size: contain; background-repeat: no-repeat;
  background-position: center center; max-height: 20em; min-height: 20em;
  }
.sp-wrap{
  /* max-width: 1280px; */
  width: 80%;
  max-width: 80%;
  margin: 0 auto;
	border: #faf9f9 solid 1px;
	box-shadow: 0 0 2px rgba(182, 176, 176, 0.041);
}
.sp-mini-wrap{
  padding-top: 50px;
  padding-bottom: 50px;
  width:860px; 
  margin: 0 auto;
}
.sp-home-pan-left{
  border-radius:5px; 
  /* background-image: url(../images/unsp.jpg);  */
  background-size: cover;
  padding-top:150px;
  padding-bottom:150px;
}
.sp-home-pan-right{
  padding-top:100px;
  padding-bottom:100px;
  padding-left: 0;
}
.sp-forms-one{
  width: 100%;
  
}
.sp-forms-one label{
  font-weight: 100;
  font-size:12px;
  width: 100%;
  text-transform: inherit;
}

.sp-forms-one input{
  width: 100%;
  border-radius:2px;
}

.sp-pan-left-inner{
 padding:30px;
 background:#ffffff; 
 border: #e6ecf0 solid 1px;
}

.sp-main-header{
  width: 100%; background:#ffffff; 
}

.sp-top-header{
  overflow: hidden;
  position: fixed; /* Set the navbar to fixed position */
  /* width:inherit;
  max-width:inherit; */
  width: 80%;
  max-width: 80%;
  display: inline-block; 
  top: 0; /* Position the navbar at the top of the page */
  background: #ffffff;
  z-index: 9000;
  margin: 0;

}
.sp-top-header img{
  width: 6em;
}
.sp-menu-pop-bar{
  float:right;
  padding: 5px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #dddddd;
}
.sp-menu-list li{
  list-style: none;
  border-bottom: #e6e6e6 solid 1px;
  padding: 1em;
}
.sp-body{
  width:100%;
}
.sp-side{
  /* margin-left: 0; */
  /* width: 73.35%; */
  width: 22.35%;
  max-width: 22.35%;
  display: inline-block; 
}
.sp-main{
  /* margin-left: 0; */
  /* width: 73.35%; */
  width: 75.35%;
  max-width: 75.35%;
  display: inline-block; 
  margin: 0;
}
.sp-p-main{
  width: 56.35%;
  max-width: 56.35%;
  display: inline-block; 
  margin: 0;
}
.sp-prd-img-max{
  /* min-height: 100%; min-width: 100%;*/
   max-height: 100%; max-width: 100%; object-fit: cover; 
   /* height: 100%; width: 100%; object-fit: contain;  */
}
.sp-prd-img{
  height: 100%; width: 100%; object-fit: contain;
}
.sp-prd-img-cover{
  height: 100%; width: 100%; object-fit: cover;
}
.sp-business-card{
    min-height: 230px;
    background: #00001C;
    padding: 1.45em;
}
/* upload */
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  
  .upload-btn {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
  }
  
  .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .mobi-on{display: none;}
  .mobi-off{display:block}


  /*medi queries */
  @media only screen 
  and (min-device-width: 640px) 
  and (max-device-width: 1240px){
    
  .sp-side{
    
    width: 24.35%;
    max-width: 24.35%;
    display: inline-block; 
  }
  .sp-main{
    width: 70.35%;
    max-width: 70.35%;
    display: inline-block; 
  }
}
  @media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 640px){
    /* #banner{background: url("/static/assets/images/banner-lg.jpg") fixed no-repeat;} */
    .fixed-pan-03{
      /* overflow: hidden;
      position: fixed; 
      display: inline-block; 
      /*top: 10em;  Position the navbar at the top of the page */
     /* background: #ffffff;
      z-index: 12000;
      margin: 0; */
    }
    /* home page and alike*/
    .sp-mini-wrap{
      padding-top: 0;
      padding-bottom: 0;
  }
    .sp-home-pan-left{
        display: none;
    }

    .sp-home-pan-right{
      width:40%;
      padding: 0;
      margin-left:-0.7em;
      border-radius: 5px;
      box-shadow: 0 0 2px rgba(182, 176, 176, 0.041);
    }

    .sp-pan-left-inner{
      padding:30px;
      background: #fafafa;
      border: none;
     }
     
    /* ,,home page and alike*/
    .sp-wrap{ width: 100%; max-width: 100%; box-shadow: 0 0 2px rgba(182, 176, 176, 0.041);}
    .sp-top-header{ width: 100%;max-width: 100%;}
    .sp-shop-bnr{ padding-top:33em;}
    .sp-side{width: 100%;max-width: 100%;}
    .sp-main{width: 100%;max-width: 100%;width: 100%;}
    .sp-p-main{width: 100%;max-width: 100%;width: 100%;}
    .sp-page-banner{
     max-height: 12em; min-height: 12em;
      }
    .mobi-on{display: block;}
    .mobi-off{display:none}
    .mobi-right{float: right;}
  }