html{
  font-size: 10px; max-width:1663px;margin:0 auto;
}
.line-clamp-01 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.line-clamp-02 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.f-family{
  font-family: "SF Pro Text", "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
}
.cm-header{
  font-size: 3rem; 
  margin-left: 25px; 
  font-family: "SF Pro Text", "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
}
.cm-header-sm{
  font-size: 2.2rem; 
  margin-left: 25px; 
  font-family: "SF Pro Text", "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
}
.cm-header-thin{
  font-weight: normal;
  font-size: 5rem;
  font-family: "SF Pro Text", "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
}


.truncate {
  font-size: 14px;  
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;         
}
.div-left{          
  border-radius: 10px;        
  background-color: white;
  padding-top: 20px;
}
#white-box{
  position: absolute;
  z-index: 530;
  width: 96%;
  min-height: 375px;
  background-color: white;          
  border-radius: 10px;
  margin-left: -1.5%;          
  
}       

.hide_div{
  visibility: hidden;
}
.shadow {
  -webkit-box-shadow: 2px 2px 4px 3px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    2px 2px 4px 3px #ccc;  /* Firefox 3.5 - 3.6 */
   box-shadow:         2px 2px 4px 3px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.white-box-row{
  margin:0 auto;
  width: 99%;
  padding: 10px;
}
.white-box-head-div{          
  padding: 10px;
}
.row-div{
   margin-top: -20px;
   min-height: 300px;
}
.showshow{
 
  border-style: solid;
  border-width: 2px;          

}
/*style scroll bar here*/
/* width */
::-webkit-scrollbar {
  width:3px;
  height: 8px;
}     

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;        
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 10px;
  
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/*right div*/
.div-right{
  background-color: white;
  border-radius: 10px;   
  
}

.jiunge-btn{
  font-weight: bold;          
  width: 100%;
}
.ingia-btn{          
  font-weight: bold;         
  width: 100%;
}
.dash-board{
  min-height: 120px;
}
.dash-board-img-div{
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
}
.dash-board-img{
  width: 20%;
}
.dash-board-txt-div{
  text-align: center;
  margin-top: 10px;
}
.dash-board-txt{
  font-weight: 560;
  font-size: 15px;
  color: black;
}
.div-products-wraper{
  background-color: white;
  min-height: 200px;
  width: 100%;
  border-radius: 10px;          

}
.label-single-cat-produc{
  font-size: 18px;
}
.product-wraper-head-div{
  padding-top: 20px;
}
#div-products{
  padding-left: 20px;
}
.tags-on-search{
  font-weight: bold;
}
.tags-on-search:hover{
  font-weight: bolder;          
  background-color: orange;
}
.search-result-link{
  color: black;
}
.search-result-link:hover{
  color: orange;
}
#back-top{
  border-radius: 30px;
  width: 60px;
  height: 60px;
  position:fixed;
  top:100;    
  bottom: 20%;
  left: 90%;     
  z-index:100;
  background-color: grey; 
  color: white;  
  outline: none;
  box-shadow: none;

}
#back-top:hover{
  background-color: #FF4747;
  color: white;
}
.hide-back-top{
  visibility: hidden;
}
.hide{
  visibility: hidden;
}



/* Product view style */
.djk-more-products{
  background: white;
  margin:0 auto; 
  width:100%; 
  padding: 10px; 
  margin-top: 20px; 
  padding-bottom: 0px;  
  margin-bottom: 20px;          
  .pro-thumbnail-01{     
    padding: 7px;
    margin-top: 10px;
    margin-bottom: 10px;     
    height: 41rem;   
    .div01{
      padding: 0px;
      border-radius: 15px;
      background: #f5f5f5;
      display: flex;           /* establish flex container */
      flex-direction: column;  /* make main axis vertical */
      justify-content: center; /* center items vertically, in this case */
      align-items: center;     /* center items horizontally, in this case */
      .disc-view-div{
        position: absolute;
        left: 15px; 
        top: 15px;
      }
      a{
        text-decoration: none;
      }
      img{
        border-radius: 15px;
        /* height: 17rem; */
        width: 100%;
        margin: 0px;
      }
    }
      .div02{          
        padding: 0px;
        .disc-txt{
          color: #d9534f; 
          font-size: 1.2rem; 
          font-weight: normal;
        }
        .div021{           
            a{
              font-size: 1.3rem;
              text-decoration: none;
              font-family: "SF Pro Text", "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
              font-weight: 400;
            }
        }
        .div0221{
            margin-top: 7px;              
            .old-price-lb{
              font-family: "SF Pro Text", "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
              font-weight: 700;
              font-size: 1.5rem;
            }
            .new-price-lb{
              font-weight: bold;
              label{
                font-size: 1rem; 
                font-weight:bold;
                font-family: "SF Pro Text", "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
              }
            }
            .new-price-div{
              .new-price-div2{
                .new-price-txt{
                  font-weight: bold; 
                  font-size: 2rem; 
                  color: #D9534F;
                  font-family: "SF Pro Text", "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
                  font-weight: 700;                
                }
              }
            }
        }
        .div0222{
          margin-top: 7px;              
          .price-lb{
            font-family: "SF Pro Text", "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
            font-weight: 700;
            font-size: 2rem;
          }
        }
        .div0223{
          margin-top: 7px;              
          label{
            color: #d9534f;
            font-family: "SF Pro Text", "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
            font-weight:500;
            font-size: 1.2rem;
          }           
        }
        .div0224{
          margin-top: 7px;              
          label{
            color: black;
            font-family: "SF Pro Text", "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
            font-weight:500;
            font-size: 1.3rem;
          }           
        }
        
      }
      .div03{         
        .stoo-name-lb{
          color:black; 
          font-weight: 500; 
          font-size: 1.3rem; 
          font-family: "SF Pro Text", "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
          text-decoration: underline;
        }
      }
      .div04{
        a{  
          margin-top: 5px;         
          font-size: 1.2rem;
          font-family: "SF Pro Text", "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
        }
      }

  }
} 
.g-ads{
  .product-ads-container{                                  
    margin-top: 10px;           
    background-color:#f5f5f5;            
    padding: 0px;                             
    border-radius: 12px;        
    height: 210px; /*height here*/ 
    .ads-top-label{
      .ads-inner{
        background: lightgrey;
        position: absolute;
        Right: 10px;
        width: 30px;    
        border-bottom-left-radius: 12px;       
        border-top-right-radius: 12px;              
        text-align: center;
        float: right;
        label{
          font-weight: normal;
          color: grey;
          font-size: 1.1rem;
        }

      }
    }        
    .pro-inner{              
      border-radius: 10px;
      background: #f5f5f5;
      padding: 10px;
      .pro-link{
        color: black;
        .image-23{
          background: #f5f5f5;                   
          height: 120px;
          border-radius: 12px;
        }
      } 
      .caption{  
        a:hover{
          text-decoration: none;
        }             
        .product-cat-label-div{                   
          background-color: #f5f5f5;
          width: 100%;
          margin-top: 5px;            
          .product-cat-label{                                    
            color: black;  
            font-weight: bold; 
            font-family: "SF Pro Text", "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
            font-size: 1.3rem;
            line-height: 1.5;                      
          }                               
        }
      }                

    }   
      
  } 
}
.alert-dyn{
  position: fixed;
  right: 1rem;     
  top: 12rem;
  z-index: 1000;      
  display: flex;
  justify-content: right;      
  .alert{
    width: 20rem;  
    label{
      font-weight: bold;
      font-size: 1.2rem;
    }
    span{
      margin-right: 5px;
    }
  }
}