/*...*/
.loading-sm{
  width: 3em;
  height: 3em;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.sort-by{
  cursor: pointer;
}
.items-list-tiny li{
  display: inline;
  font-size: 12px;
  margin: 3px;
}
.items-list-tiny li span{
  font-size: 8px;
  font-weight: bold;
}
.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-landing-circle{
  border-radius: 50%;
  border: #2d3a4b 4em solid;
}
.sp-inner-circle{
  border-radius: 50%;
  min-height: 32em;
  padding:80px;
  /* border: #2d3a4b 3em solid; */
}
.sp-login-inner-circle{
  padding:50px;
}
.sp-login-inner-circle-inner{
  padding: 30px 0px 20px 0px;
}
.sp-inner-form-wrap{
  /* padding:20px; */
  padding:0px 20px 0px 20px;
}
.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-wrap-max{
  background-color: #2d3a4b; 
  /* height: 100vh; */
}
.sp-wrap-max-inner{
  height: 100vh;
}
.sp-wrap-cards{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 10em;
  z-index:9;
  /* height: 100vh; */
}
.sp-boarding-wrap{
  background-color: #2d3a4b;
  margin-top: 5%;
}
.sp-boarding-centered{
  margin:5% 25% 5% 25%;
  vertical-align: middle;
}
.sp-pan-inner-block-wrap{
 
}
.sp-pan-inner-block{
  background: #faf9f9;
  margin:1em;
  border-radius: 2px;
}
.sp-onboarding-block{
  padding: 2em;
  text-align: center;
}
.sp-boarding-full-wrap{
  background: #faf9f9;
  border-radius: 2px;
}
.sp-pan-interests{
  padding:1em 5em;
}

.sp-bp-interest-block{
  cursor: pointer;
  margin: 1em 0;
  text-align: center; 
  border: none; 
  border: 1px solid #dbdbdb;
  color: #262626;

  border-radius: 5px;
  box-shadow: none;
  /* white-space: nowrap; */
  padding: 5px 4px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  background: #f9f9f9;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  box-sizing: none;
}

.sp-wrap-card-full{
  /* background: #faf9f9; */
  border-radius: 2px;
  /* margin: 1em; */
  /* height: 20vh; */

}

.sp-wrap-card-header{
  background: #F9F9F9;
  padding: 3px 1em; 
  height: 3em;
  margin-bottom: 1em;
}

.sp-wrap-card-header ul li{
  display: inline;
  margin: 5px;
  padding: 3px
}

.sp-wrap-card-light{
  background: none;
  border-radius: 2px;
  margin-top: 8em; 
}

.sp-wrap-card-dashed{
  background: none;
  border: dashed 1px #faf9f9;
  border-radius: 2px;
  margin-bottom: 2em;
}

.sp-wrap-card-fixed{
  background: #faf9f9;
  margin-top: 1em;
  height: 20vh;
  z-index: 5;
}

.sp-wrap-route{
  margin: -3em 1em 0 5px;
}
.categories-slide {
  height:3em;
  /* width: 100%;
  border: solid 3px #ffcc22; */
}
.categories-slide ul{
  width:80%; 
  /* height:auto; */
  /* overflow-y: hidden;  */
}
.categories-slide ul li ul{
  z-index: 5;
}
.categories-slide ul li ul li{
  display: inline-block;
  padding:0 0 0 2em;
  /* border: solid 3px #ffcc22; */
}
.sp-wrap-card-header-action-btns{
  /* float: right; */
}
.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;
 border-radius: 2px;
}

.sp-main-header{
  width: 100%; background:#ffffff; 
}


.sp-top-header{
  /* margin-left: -2em; */
  overflow: visible; 
  position: fixed; 
  width: 90%;
  max-width: 90%;
  display: inline-block; 
  top: 0;
  background: #ffffff;
  z-index: 9000;
  margin: 0;
  padding-left: 1em;

}

.sp-top-header-XX{
  /* overflow: hidden; */
  overflow: visible; /*use this for now for drop down menu sake, monitor for issues*/
  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-top-header-top{
  background:#fbfdfd; 
  width:100%;
  /* height: 1.2em; */
  margin: -9px 0;
  /* padding:5px 0;  */
  /* border: #FF0000 SOLID 1PX; */
}
.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%;
  background: #ffffff;
  border: #faf9f9 solid 1px;
}
.sp-side{
  /* width: 22.35%;
  max-width: 22.35%; */
  /* background:none; */
  width: 18%;
  max-width: 18%;
  display: inline-block; 
  
  /* border-right: #f0eded solid 1px; */
}
.sp-main{
  /* width: 75.35%;
  max-width: 75.35%; */
  width: 80%;
  max-width: 80%;
  display: inline-block; 
  margin: 0;
}
.sp-side-card{
  padding: 1em;
  background: rgb(255, 255, 255);
  margin-bottom: 2em;
}
.sp-side-card-header{
  padding: 5px;
  background: #f1f0f0;
}
.sp-p-main{
  width: 56.35%;
  max-width: 56.35%;
  display: inline-block; 
  margin: 0;
}
.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;
  }

  .sp-footer{
    /* border:1px solid #29abc2; */
	  width: 85%; 
    /* margin-top: 5em; */
    /*more than the sticky sidebar*/
    /* z-index: 9000; */
  }
  .sp-footer-2{
    margin-top: 1em;
  }
  .sp-footer-2 .foot-links{
    text-align: center;
  }

  .sp-footer-2 .foot-links a{
     margin:1em;
     color: #f0eded;
  }

   /*search menus and nav*/
   .sp-search-menu{
    margin-left: 3em;
    /* border: 1px solid rgb(236, 28, 28); */
    width: 50%;
    min-height: 5px;
  }
  
  /* Style the search field */
  .sp-search input[type=text] {
    padding: 10px;
    font-size: 14px;
    /* border: 1px solid rgb(218, 213, 213); */
    /* border: 1px solid #eecfbb; */
    border: 1px solid #faeded;
    float: left;
    width: 90%;
    border-radius: 3px 0 0 3px;
    /* background: #ffffff; */
  }
  
  /* Style the submit button */
  .sp-search button {
    float: left;
    width: 10%;
    padding: 4px 5px 3px 5px;
    background: #f5f2f2;
    /* background: #fd9729; */
    color: #000000;
    font-size: 24px;
    border: 1px solid #f5f2f2;
    border-left: none; /* Prevent double borders */
    cursor: pointer;
    border-radius: 0 3px 3px 0;
  }
  
  .sp-search button:hover {
    background: #faeded;
  }
  
  /* Clear floats */
  .sp-search::after {
    content: "";
    clear: both;
    display: table;
  }
  .sp-mobile-menu{
    display: none;
  }
  
  .sidenav{
    display: none;
  }

  .bottombar{
    display: none;
  }
  /*search menus and nav*/

  .sp-post-actions ul li{
    display: inline;
    font-size:28px;
    padding-left: 5px;
  }

  .product-type .sp-radio-btn{
    width:12%;
    height: 12%;
  }

  input[type=radio] {
    
  }
  /* upload */
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}

.upload-btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 2px 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
/* ../upload */

/*some defaults aids*/
.data-error-message{
  color: #ff0000;
}
.data-success-message{
  color: #043f83;
}
.p-tiny{
  font-size: 13px;
}
.p-tiny-info{
  font-size: 13px;
  color:#cf3434;
}
.p-tiny-descr{
  font-size: 14px;
  color:#122a41;
}
.v-tiny-btn{
  line-height:0.4; padding: 1px; margin:1px;
}
.line-wrap{
  white-space: nowrap; display:inline;
}
.box-wrap{padding: 3px; border: thin solid #979696;}
.box-cube{
  /* min-height: 80px;
  min-width: 80px;
  max-height: 80px;
  max-width: 80px; */
  min-height: 60px;
  min-width: 60px;
  max-height: 60px;
  max-width: 60px;
}
.box-color-cube{
  /* min-height: 60px;
  min-width: 60px;
  max-height: 60px;
  max-width: 60px; */
  min-height: 40px;
  min-width: 40px;
  max-height: 40px;
  max-width: 40px;
}
.fixed-pan-03{
  margin-top:-8em;
}


  /*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){
    .sp-cart-wrap{
      margin: 15em 0 0 5px;
      /* border: yellow 2px solid; */
    }
    .fixed-pan-03{
      margin-top:-2em;
      /* 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:7em 10px 5px 10px;
  }
  .sp-landing-circle{
    border-radius: 50%;
    border: #2d3a4b 1em solid;
  }
  .sp-inner-circle{
    border-radius: 50%;
    min-height: 12em;
    padding:40px 10px 5px 10px;
    /* border: #2d3a4b 3em solid; */
  }
  .sp-inner-form-wrap{
    padding:5px 10px 0px 10px;
  }
  .sp-login-inner-circle-inner{
    padding: 0px;
  }
  /* .sp-inner-bottom-tagline{
    padding: 0 2em 0 2em;
  } */
  .sp-wrap-max-inner{
    height: auto;
  }
  .sp-wrap-cards{
    height: auto;
  }
  .sp-boarding-wrap{
    margin-top: 10%;
  }
  .sp-boarding-centered{
    /* display: table-cell; */
    margin:5%;
    vertical-align: middle;
  }

  .sp-pan-interests{
    padding:0;
  }
  .sp-bp-interest-block{
    width: 100%;
    padding: 1em;
  }
    .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;
      border-radius: 2px;
     }
     
    /* ,,home page and alike*/
    .sp-wrap{ width: 100%; max-width: 100%; box-shadow: 0 0 2px rgba(182, 176, 176, 0.041);}
    .sp-top-headerXX{ width: 100%;max-width: 100%;}
    /* .sp-top-header{width: 90%;} */ 
    /* .sp-top-header{margin: -2em; width:120%; max-width: 120%; padding: 2em;} */
    .sp-top-header{
      margin-left: -2em ; 
      width:105%; max-width: 105%;
      /* width:120%; max-width: 120%;  */
      /* padding: 2em; */
    }
    
    .sp-wrap-card-light{
      margin-top: 6em; 
    }
    .sp-wrap-card-full{
      margin-right: 8px;
    }
    .sp-wrap-route{
      margin: -3em 0 0 0;
    }
    /* .sp-shop-bnr{ padding-top:33em;} */
    .sp-side{width: 100%;max-width: 100%;}
    /* .sp-main{max-width: 100%;width: 100%;} */
    .sp-main{margin-right:-3em; max-width: 100%;width: 100%;}
    .sp-p-main{width: 100%;max-width: 100%;width: 100%;}

    /*menus and nav*/
    .sp-menu-left-bar{
      display: none;
    }
    .sp-mobile-menu{
      display: block;
      padding: 0 2em 1em 0;
    }
    .sp-mobile-menu a{
      font-size: 24px;
      line-height: 1;
      color: #2d3a4b;
    }
    
    .sidenav {
      display: block;
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 1;
      top: 0;
      float: right;
      right: 0;
      /* --use if left nav---
      float: left; 
      left: 0; */
      background-color: #fbfbfb;
      overflow-x: hidden;
      transition: 0.5s;
      padding-top: 60px;
    }
    
    .sidenav a {
      padding: 8px 8px 8px 18px;
      text-decoration: none;
      font-size: 15px;
      color: #000000;
      display: block;
      transition: 0.3s;
      border-bottom: #f3f3f3 solid 1px;
    }
    
    .sidenav a:hover {
      color: #272323;
    }
    
    .sidenav .closebtn {
      position: absolute;
      top: 0;
      right: 25px;
      font-size: 36px;
      margin-left: 50px;
    }
    .tc-menu li{
      display: inline-block;
    }
    .sp-search-menu{
      margin-top: 1em;
      margin-left: 3px;
      width: 90%;
    }

    .bottombar {
      display: block;
      overflow: hidden;
      background: #fafafa;
      border-top: #979696 solid 1px;
      position: fixed;
      bottom: 0;
      width: 100%;
      z-index: 3;
    }

    .bottombar-panel{
      background: #ffffff;
      width: 70%;
      padding: 1em;
      height: 15vh;
      display: none;
    }
    
    .bottombar a {
      line-height: 0.2;
      float: left;
      display: block;
      color: #131313;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
      font-size: 17px;
      /*to push down the span*/
      /* width: 8%; */
      /* border: #000000 1px solid; */
      /* margin: 0 auto; */
      /* margin-left: -1em; */
    }
    .bottombar a i{
      padding-bottom: 5px; 
      /* margin-left: -1em; */
    }
    .bottombar a span {
      font-size: 10px;
      color: #000000;
      /* margin-left: -1em; */
      padding-top: 1em;
      font-weight: bolder;
    }
    
    .bottombar a:hover {
      background: #ddd;
      color: black;
    }
    /*menus and nav*/

    .categories-slide ul{
      width:50%;
    }
    .sp-footer{
      width: 100%; 
    }
    
  }