/* The Modal (background) */
.modal, .modalLoader{
    display: none;
    position: fixed;
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
    }
/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    max-width: 80%;
    height: 400px;
    margin: auto;
    text-align: center;
    padding: 0px;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.5s;
    animation-name: animatetop;
    animation-duration: 0.9s
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 7px 7px 7px 20px;
    }
/* Add Animation */
@-webkit-keyframes animatetop {
    from {bottom:-100px; opacity:0} 
    to {bottom:0; opacity:1}
    }
@keyframes animatetop {
    from {bottom:-100px; opacity:0}
    to {bottom:0; opacity:1}
    }
.modal-body {
    padding: 70px 16px;
    font: normal 400 16px 'roboto';
    }
.modal-body p{
    color: #df930B;
    margin-top: 20px;
    }
.continue-shop, .goto-cart {
    display: block;
    text-decoration: none;
    padding: 9px 15px;
    max-width: 150px;
    font: normal 400 13px 'roboto';
    cursor: pointer;
    border-radius: 3px;
    }
.continue-shop{
    color: black;
    background-color: lightgrey;
    margin: 20px auto 6px;
    }
.goto-cart{
    margin: 0px auto 20px;
    color: black;
    background-color: #df930B;
    }
.goto-cart:hover{ text-decoration: none; color: white;}
.continue-shop:hover{ text-decoration: none; color: black;}
/*modal ends*/
.tab_cont{ 
      max-width: 600px;
      margin: auto;
      padding: 20px 20px 70px;
      overflow-x: auto;
      }
.cart-title{
      font: normal 700 20px 'roboto'; 
      text-align: center;
      color: grey;
      margin-bottom: 20px;
      }
/*for customer-order*/
.tab_cont_cus{ 
      max-width: 1000px;
      margin: 50px auto 150px;
      padding: 10px;
      overflow: auto;
      }
/*ends*/
.tab_cont_order{ 
      max-width: 1000px;
      margin: 50px auto 100px;
      padding: 10px;
      overflow: auto;
      }
.tab, .tab-c{ 
      border-radius: 7px;
      width: 100%; 
      border-collapse: collapse;
      background-color: white;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      }
.tab_heading{ 
      font: normal 700 14px 'roboto';
      padding: 5px;
      color: black;
      background-color: white;
      text-align: center;
      border-radius: 7px 7px 0px 0px;
      border-bottom: 1px solid lightgrey;
      }
/*for customer order sub heading*/
.tab_heading_sub{ 
      font: normal 700 14px 'roboto';
      padding: 5px;
      color: black;
      text-align: center;
      }
/*ends*/
.tab tr td, .tab-c tr td{
      text-align: center;
      padding: 10px;
      font: normal 400 12.5px 'roboto';
      }
.tab tr{ border-bottom: 1px solid lightgrey;}
.tab-c tr {border-bottom: 1px solid grey;}
.status100, .status200{
       display: block;
       padding: 3px 5px;
       border-radius: 2px;
       max-width: 120px;
       margin: auto;
       color: white;
       font-size: 13px;
       text-decoration: none;
       }
.status100{ background-color: orange; }
.status200{ background-color: #4CAF50; }
.status100:hover, .status200:hover{text-decoration: none; color: white;}
.remove-btn{ 
      border: none;
      font-size: 13.5px;
      background-color: lightgrey;
      color: black;
      padding: 6px 10px;
      border-radius: 7px;
      }
.quan-btn{
      border: none;
      font-size: 13.5px;
      color: white;
      background-color: #df930B;
      border-radius: 17px;
      }
.order-now{
     display: block;
     padding: 8px 10px;
     border-radius: 2px;
     max-width: 200px;
     margin: auto;
     color: white;
     font-size: 14px;
     background-color: #df930B;
     border-radius: 17px;
     text-decoration: none;
     }
.order-now:hover{color: white; text-decoration: none;}
/*image in shopping cart and th likes*/
.img-link{text-decoration: none; color: black;}
.img-link:hover{text-decoration: none; color: black;}
.each-order{   
      padding: 5px;
      text-align: center;
      height: 80px;
      width: 100px;
      margin: auto;
      }
.cat-img-cont{
      position: relative;
      margin-top: 5px;
      height: 60%;
      width: 100%;
      border-radius: 0px;  
        }
.cat-img{
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border-radius: 0px;
      object-fit: contain;
      }
.cat-text{
      font: normal 500 12px 'roboto';
      margin-top: 2px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      } 
.cat-quan-text{
      font: normal 400 12px 'roboto';
      color: #ffa200;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      }
  /*plus and minus quantity*/
.quantity-form{display: flex;}
.minus-plus{max-width: 100px;}
/*for place_order.php*/
.place-order-tab{
      max-width: 600px;
      margin: 0px auto 10px;
      background: white;
      padding: 0px;
      overflow: auto;
      border-radius: 7px 20px 7px 7px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      }



  /*fix*/
  /*form for checkout*/
.method-title, .checkout-form{
  max-width: 600px;
  margin: 0px auto;
  padding: 5px 0px 10px 0px;
  }
.amount{color: #4CAF50; display: none;}
.platform2{
  text-align: left;
  font: normal 600 1.1em 'roboto';
  padding: 25px 0px 5px 0px;
  color: grey;
  margin: 0px;
  }
.est-price{
  border-bottom: 1px solid grey;
  max-width: 600px;
  margin: 0px auto;
  padding: 6px 0px 5px 0px;
  }
.est-price p{
  text-align: left;
  font: normal 600 1.1em 'roboto';
  margin: 8px 0px;
  }
.meths{
  font: normal 400 16px 'roboto';
  padding: 15px 0px;
  border-bottom: 1px solid lightgrey;
  }
.ship-title{
  font: normal 700 14px 'roboto';
  }
.ship-info{font: normal 400 15px 'roboto'; line-height: 1.4;}
.meth-content{display: none; border-bottom: 1px solid lightgrey;}
.method-text{cursor: pointer; line-height: 1.4;}





.note{ font: normal 400 12px 'roboto'; }
.regis{
      max-width: 100px;
      margin: auto;
      text-align: center;
      padding: 7px;
      display: block;
      font: normal lighter 13px sans-serif;
      color: white;
      background: #cc0000;
      border: none;
      border-radius: 5px;
      text-decoration: none;
      }
.regis:hover{ color: white;   text-decoration: none; }
.prods{
      padding: 8px;
      border: 1px solid silver; 
      border-radius: 5px;
      }
.prods p{
      text-align: justify-all;
      color: grey;
      font: normal 700 13px 'roboto'; 
      }

      /*fix*/
/*default shipping address*/
.default_address{
  padding-left: 12px;
  text-align: left;
  color: black;
  font: normal 400 16px 'roboto'; 
  }


.new-form{
  max-width: 600px;
  margin: 0px auto;
  padding: 10px;
    }
.new-addr-btn {
  width: 100%;
  padding: 11px;
  font: normal 400 16px 'roboto';
  color: #cc0000;
  border-radius: 5px;
  border: 2px solid #cc0000;
  }
.new-addr-btn:hover{ color: #cc0000; }