@charset "utf-8";
/* CSS Document */
/* loader*/
#loadingmsg {
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 50vh;
    right: 0px;
    left: 0px;
    z-index: 10001;
    margin-bottom: 0px;
}
      #loadingover {
      background: black;
      z-index: 10000;
      width: 100vw;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      opacity: 0.8;
    }
.loader {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    top: 8px;
    right: 5px;
    opacity: 0.7;
    box-shadow: inset 0px 0px 0px 4px white;
    border-radius: 50%;
}
.loader:before, .loader:after {
    content: '';
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0px;
    box-sizing: border-box;
    border: 4px solid #252222;
    border-bottom: none;
    border-radius: 25px 25px 0 0;
    opacity: .6;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}
.loader:before {
  -webkit-animation: rotating 1.2s linear infinite;
  animation: rotating 1.2s linear infinite;
}
.loader:after {
  -webkit-animation: rotating 3s linear reverse infinite;
  animation: rotating 3s linear reverse infinite;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

div#remove_more_current {
    margin-bottom: 30px;
     width: 100%;
    text-align: center;
    background-color: #eee;
    padding: 5px;
    text-decoration: none;
}
#remove_more_current a {
    color: #000;
    text-decoration: none;
}

.vsb {
    text-align: center;
    width: 185px;
    background-color:#b30000;
    display: block;
    margin: 0 auto;
    padding: 3px;
    color: #fff;
    text-decoration: none;
}
a.wshcls {
    color: #f00;
    text-decoration: none;
}
.prcdchk {
    text-align: center;
    width: 185px;
    background-color:#df6800;
    padding: 8px 30px;
    color: #fff !important;
    text-decoration: none !important;
}
.stichbox .active {
    border: 1px solid #ffe38a;
}
.dashcls {
 border-style: dotted;
 border-color: #d1ab25;
}
a.samplimgdel {
    position: absolute;
    right: 30px;
    font-size: 12px;
    z-index: 1000;
}

 .btn-file {
            position: relative;
            overflow: hidden;
        }
        
        .btn-file input[type=file] {
            position: absolute;
            top: 0;
            right: 0;
            min-width: 100%;
            min-height: 100%;
            font-size: 100px;
            text-align: right;
            filter: alpha(opacity=0);
            opacity: 0;
            outline: none;
            background: white;
            cursor: inherit;
            display: block;
        }
        
        .img-zone {
            background-color: #F2FFF9;
            border: 5px dashed #4cae4c;
            border-radius: 5px;
            padding: 20px;
        }
        
        .img-zone h2 {
            margin-top: 0;
        }
        
        .progress,
        #img-preview {
            margin-top: 15px;
        }        

.poplistinfspl { text-align:center;
   width: auto;
    float: left;
    border: 1px solid #ffeabf;
    padding: 10px 10px;
    margin: 5px 10px;
    min-height: 166px;
}
.poplistinfspl h4 {
  font-size:14px;
  color:#000;
  font-weight: 600;
  margin:0px;
   }
   .poplistinfspl p {
  font-size:13px;
  color:#000;
  font-weight: 400;
  margin:0px;
   }

   .productItems li.active a {
    font-weight: 600;
    /*color: #c92c14;*/
}
.clscartscroll {
  max-height: 184px;
overflow-y: auto;
overflow-x: hidden;
}

button.backBtn {
    float: right;
    background-color: 
#de6900;
color:
    #fff;
    border: none;
    padding: 2px 10px;
    font-size: 14px;
    margin-top: 18px;
}
.srcres{
  font-size: 14px;
  font-style: italic;
}

.delfailed {
    color: 
    red;
    font-size: 10px;
    margin-left: 15px;
}
.delsuccess {
    color: green;
    font-size: 10px;
    margin-left: 15px;
}
.benicon{

  cursor: pointer;
  color:#de6900;;
}
.remtrash{
  font-size: 20px !important;
}

.textgreen
{
  color:green;
}
.textred
{
  color:red;
}