.kz-di-product-status-details{
  display: none;
}
.kz-di-product-details{
  cursor: pointer;
}
.kz-fetched-data{
  display: grid;
}
.kz-product-search-form{
  display: none;
}
.order-items_header, .kz-order-items-table{
  width: 80%;
  margin: auto;
}
.order-items_header{
  text-align: center;
}
.product-image img{
  max-height: 50px;
  width: auto;
}
.product_status{
  visibility: hidden;
}
.kz-picked{
  background-color: #8cce5a;
}
.kz-out-of-stock{
  background-color: #a94442;
}
.kz-submit-order{
  border: 0px;
  width: 200px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #fcc134;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'OpenSans-Regular';
  font-weight: 700;
  letter-spacing: 1.5px;
  position: relative;
  top: 2px;
}
.kz-submit-order.kz-order-submitted{
  display: none;
}
.shopper_search_block {
    display: flex;
    align-items: center;
    margin: 30px 0px;
}
.kz-shopper-order-date{
    width: 215px;
    height: 45px;
    padding-left: 15px;
}
.kz-shopper-view-orders{
    padding: 0 20px;
    margin: 0 auto;
    background-color: #7ec846;
    font-size: 18px;
    font-family: Nunito-Semibold;
    color: #000;
    border: 0px;
    height: 45px;
    margin-left: 10px;
}
.shopper_page{
  width: 80%;
  margin: auto;
}
.show_order_data td{
  padding: 8px 10px;
  border: 1px solid #ddd;
}
.order_edit_btn{
    padding: 5px 10px;
    background-color: #fcc134;
    color: #000;
    letter-spacing: 1.5px;
    font-family: Nunito-Semibold;
    border-radius: 5px;
}
.kz-di-product-status-details td {
    text-align: center;
    width: 25%;
    position: relative;
    padding: 0 !important;
    border: 1px solid #fff;
    background-color: #dddddd;
}
.kz-di-product-status-details td label {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 15px;
    font-family: Nunito-Semibold;
    cursor: pointer;
    margin-bottom: 0;
}
.kz-di-product-status-details td input {
    visibility: hidden;
    position: absolute;
    top: 0;
}
 #kz_shopper_product_qty{
    text-align: right;
    width: 100px;
    display: inline-block;
    border: none;
    border-bottom: 1px solid;
}
.bt-button-ok{
  color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
    outline: none !important;
    background: #fcc134 !important;
}
.bt-button-cancel{
  background: #c1c1c1 !important;
  color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
    outline: none !important;
}
.kz-qty-dialog{
  text-align: center;
}
.ui-dialog-titlebar-close{
  display: none;
}
.ui-dialog
{
position:fixed;
}
.btn-star-alternative{
  display: none;
}
