 *{
    max-width:100%;
  }
  .w3-top, .w3-bottom{
    z-index:11;
  }
  .w3-modal{
    z-index:12;
  }
  .w3-radius{
      border-radius:20px;
  }
  
  #div-page_home{
    padding-bottom:80px;
    padding-top:70px;
  }
  a{
    text-decoration:none;
  }
  .div-cat_name{
    text-transform:uppercase;
    font-weight:bold;
    display:block;
    width:100%;
    font-size:10px !important;
    height:36px;
    overflow:hidden;
  }

  .div-cat_name>b, .div-cat_name>div{
    /*display:table-cell;*/
    display:inline;
    vertical-align:middle;
  }

  .w3-padding-between{
    padding-bottom:16px;
  }
  .w3-padding-between:nth-child(odd) 
  {
    padding-right:16px;
  }
  #b-cart_size{
    position:absolute;
    margin-left:-10px;
    margin-top:-5px;
  }
  .product_qty{
    height:34px;
  }
  .btn-plus,
  .btn-minus{
    height:34px;
    text-align:center;
    padding:0;
  }
  .btn-back{
    background:none;
    border:0;
    outline:0;
    margin-top:8px;
  }
  .btn-add_to_cart{
    outline:0 !important;
    height:34px !important;
  }
  .btn-add_to_cart i{
    display:none;
  }
  .btn-add_to_cart.added i{
    display:inline-block;
  }
  .w3-btn,.w3-button{
    outline:0;
  }
  .w3-clearfix{
    clear:both;
  }

  .img-logo{
    width:80px;
    margin-right:10px;
  }
  .img-cname{
    width:100px;
    margin-right:10px;
  }
  .app-name{
    color:#2e358c;        
  }
  .app-name .material-icons{
    font-size: 25px;
    font-weight:bold;
  }
  select.price_option{
    font-weight:bold;
  }
  .div-product{
    position:relative;
  }
  .div-outofstock{
    width: 100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0000003f;
    z-index:1;
    text-align: center;
  }
  .div-outofstock>img{
    max-width:90%;
    vertical-align:middle;
  }
  .w3-henna{
    background:#FAF9F6;
    color: #2e358c;
  }
  footer{
    font-weight:bold;
  }
  footer .w3-button:hover{
    background:none !important;
    color:#226c2d !important; 
  }
  footer .w3-active{
    color:#5cd5e4 !important;        
  }
  .img-qdwa{
    width: 50px;
    border-radius: 20px;
    border: 6px solid #fff;
  }
  .div-product .div-qty{
    height:34px;        
  }

  .div-product .w3-card{
    border: 2px solid #FAF9F6;
  }

  .w3-red{
    background:#c63321 !important;
  }

  .w3-text-red{
    color:#c63321 !important;
  }

  .btn-search{
    position: absolute;
    right: 5px;
    padding: 2px 3px;
    top: 5px;
    line-height: 1;
    outline:0;
  }

  .pos-r{
    position:relative;
  }

  .w3-ptop-13{
    padding-top:13px;
  }
  #btn-noti{
    margin-right:10px;
    text-shadow: 1px 2px 1px #555;
  }
  #span-noti_cnt{
    position: absolute;
    left: 0;
    top: 9px;
    text-align: center;
    text-shadow: none;
    font-size: 10px;
    font-weight: bold;
    width: 26px;
  }
  #product_qlist{
    position: absolute;
    left: 0;
    border: 0;
    width: 100%;
    right: 0;
    padding: 0;
    top: 24px;
  }
  .autoComplete_result{
    max-width:100%;
    margin:0 auto;        
  }
  .autoComplete_result:first-child{
    border-radius:0 !important;
  }