.checkoutdiv{
  /* border: 1px solid red; */
  text-align: center;
  height: 100px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: 70% auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}
.checkouttext{
  margin: 0;
}
.centerv {
  position          : relative;
  top               : 50%;
  -moz-transform    : translateY(-50%);
  -ms-transform     : translateY(-50%);
  -o-transform      : translateY(-50%);
  -webkit-transform : translateY(-50%);
  transform         : translateY(-50%);
}
.buttonv {
  position          : relative;
  top               : 85%;
  -moz-transform    : translateY(-50%);
  -ms-transform     : translateY(-50%);
  -o-transform      : translateY(-50%);
  -webkit-transform : translateY(-50%);
  transform         : translateY(-50%);
}
.error{
  background: #f5f5f5;
  border: 1px solid #e7e7e7;
  padding: 10px;
  color: red;
}
.proceeddiv{
  height: 100px;
}
.pointdiv{
  border: 1px solid black;
  padding: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  /* .shadowout { */
    -moz-box-shadow    : 0 0 10px 1px black;
    -webkit-box-shadow : 0 0 10px 1px black;
    box-shadow         : 0 0 10px 1px black;
  /* } */
}
.nopadding{
  padding: 0 !important;
}
.hidden{
    display: none;
}
.shadowout {
  -moz-box-shadow    : 0 0 10px 1px black;
  -webkit-box-shadow : 0 0 10px 1px black;
  box-shadow         : 0 0 10px 1px black;
}
#loader1{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  /* opacity: 0.7; */
  text-align: center;
  display: none;
  top: 0;
}
#loader1 img{
  /* width: 100%; */
}
.notify,.danger{
  background: #e1e1e1;
  /* border: 1px solid red; */
  color: black !important;
  padding: 10px 20px !important;
  border-radius: 3px;
}
.danger{
  background: #930707;
}
.notify a{
  color: black !important;
}
.danger a{
  color: white !important;
}
.newaddress{
  float: right;
  font-size: 15px;
  color: #5bc0de;
  text-decoration: underline;
  cursor: pointer;
}
.newaddress:hover{
  color: #ff3c20;
  text-decoration: none;
}
.modal_new{
  position: fixed;
  z-index: 9999;
  top: 5%;
  height: 500px;
  overflow-y: auto;
  left: 25%;
  /* margin: 0 auto; */
  border: 1px solid black;
  width: 50%;
  display: none;
  background: white;
}
.closepanel{
  float: right;
  width: 20px;
  /* border: 1px solid #5e6163; */
  /* padding: 2px 5px; */
  cursor: pointer;
}
.closepanel img{
  width: 100%;
}
.notifyproduct{
  display: inline-block;
  float: right;
  background: #5aee4d;
  cursor: pointer;
  color: white;
  padding: 4px 20px;
  border-radius: 4px;
}
.notifyproduct:hover,.notifyproduct:hover{
  background: #1d8e28;
}
.notificationdiv{
  /*border: 1px solid red;*/
  width: 50%;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  z-index: 9999;
  padding: 10px;
  color: #666;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0,0,0,.15);
  display: none;
  transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  min-width:250px;
}
.accountdiv{
  /*border: 1px solid red;*/
  width: 70%;
  position: absolute;
  top: 100%;
  left: 10%;
  background: white;
  z-index: 9999;
  padding: 10px;
  color: #666;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0,0,0,.15);
  display: none;
  transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  min-width:250px;
}
.notificationline{
  border-bottom: 1px solid #eee;
  padding: 6px 0;
}
.voucherstatus{
  padding: 5px;
  color: green;
  font-weight: bold;
}
.changeaddress{
  float: right;
  color: green;
  cursor: pointer;
}
.changeaddress:hover{
  color: #23318f;
  text-decoration: underline;
}
.visamode{
  border-right: 3px solid #ddd;
}
.tcenter{
  text-align: center;
}
.tright{
  text-align: right;
}
.activegiftcard{
  background: #ff3c20;
  border-color: #ff3c20;
  color: white;
}
.menui{
  width: 26px;
  height: 26px;
}
.imgpayment{
  width: 75px;
  margin: 0 15px;
}
.logo img{
    width: 70%;
}
.fa-shopping-bag{
      color:black !important;
}
.items_carts{
    color:black !important;
}
.page-login .bottom-form .btn:hover {
    background: #6e6e6e;
    /*border-color: #ff3c20;*/
    /*color: #fff;*/ 
}
.tleft{
    text-align: left;
}
.available_stock{
    color: black;
}
.available_div{
    float: left;
    width: 90%;
    margin: 0 5%;
    margin-top: 4%;
}
.checkout_address{
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 10px 15px;
    border-radius: 3px;
    margin: 10px 0;
    cursor: pointer;
}
.checkout_address:hover{
    background-color: #bad6f5;
}
.defaultaddress{
    background-color: #bad6f5;
}
.newview{
    display: none;
}
.quickview_grid{
    float:right;
}
.quickview_grid i{
    padding: 5px;
    margin: 0 10px;
    border: 1px solid black;
    border-radius: 4px;
}
.basket_grid:hover{
    color: #ff3c20;
}
.price_grid{
    margin: 0 !important;
}
.order_to_cart{
    cursor: pointer;
    color: green;
    font-size: 15px;
    padding: 6px 20px;
}
.order_to_cart:hover{
    text-decoration: underline;
}
.company_name{
    text-align: left;
    color:Black;
    font-size: 20px;
    padding: 8px 5px;
}
.logo_text{
    font-size: 12px;
    float: left;
}
.logo{
    float: left;
    border-right: 1px solid #e1e1e1;
}
.logo a{
    float: left;
}
.checkboxes_list li {
    padding: 10px 0;
}
.content-aside{
    padding-top: 20px;
}
.lotnumber_info{
    padding: 0 10px;
    color: blue;
    cursor: pointer;
    font-size: 11px;
}
.lotnumber_result{
    position: absolute;
    padding: 10px;
    top: 0;
    background: #e1e1e1;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: none;
    z-index: 3;
}
.close_lotnumber{
    width: 100%;
}
.lotnumber_result_div{
    width:100%;
}
.close_lotnumber_i{
    cursor: pointer;
}
.table_lotnumber{
    /*border: 1px solid red;*/
    width: 100%;
}

.table_lotnumber th{
    border-bottom: 1px solid #555;
    padding: 5px;
    color: black;
}
.table_lotnumber td{
    border-bottom: 1px solid #555;
    padding: 5px;
}
.iconspan{
    padding: 0 20px;
    cursor: pointer;
}
