.common-error-message{
  color: var(--primary-color);
  font-size: 20px;
}
.global-icon-size{
  width: 40px;
  height: 40px;
}
.global-icon-size-smaller{
  width: 28px;
}
.global-icon-size-big{
  width: 100px;
}
.desktop-create-order-view-item-price{
  width: 10%;
  padding-right: 5px;
  font-weight: bold;
}
.desktop-create-order-view-item-description{
  width: 85%;
}
.desktop-create-order-view-item-img{
  width: 5%;
}
.desktop-create-order-view-item-textbox{
  width: 5%;
}
.desktop-create-order-view-header-item-img{
  width: 20%;
}
.desktop-create-order-view-header-item-description{
  width: 80%;
  color: var(--primary-color);
  font-size: 25px;
}
.desktop-create-order-view-item-button-img{
  width: 30px;
}
.increase-decrease-additional-button-button-img{
  width: 45px;
}
/*By default, these values will be taken for Desktop device*/
.desktop-create-order-float-left{
  float: left;
}
.general-text-item{
  font-size: 20px;
}
.desktop-create-order-float-right{
  float: right;
}
.view-title{
  text-align: center;
  padding: 25px;
  font-weight: bold;
  font-size: 30px;
  color: #474747;
}
.desktop-main-container{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(21%, 1fr));
  grid-gap: 20px;
  height: 30%;
}

.desktop-container{
  /* width: 21%; */
  background-color: #f9f9f9;
  float: left;
  height: inherit;
  border-radius: 10px;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 1%;
  height: 100%;
}
/*images*/
.desktop-header-image{
  width: 40px;
}
.desktop-body-image{
  width: 40px;
}
.desktop-footer-image{
  width: 25px;
}
.desktop-item-view{
  display: flex;
  align-items: center;
  padding: 5px;
  color: var(--level-8);
}
.desktop-main-view{
  display: flex;
  align-items: center;
  padding: 15px;
  font-weight: bold;
  color: var(--secondary-color);
}
.row-items-display{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.desktop-footer-view{
  display: flex;
  align-items: center;
  font-weight: bolder;
  color: #474747;
}
.desktop-main-view-title{
  font-size: 28px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}
.desktop-create-edit-order-view-title{
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}
.desktop-main-view-footer-button{
  border-style: none;
  background-color: transparent;
  border-radius: 5px;
  font-size: 20px;
}
.desktop-main-view-sync-button{
  border-style: none;
  background-color: transparent;
  border-radius: 5px;
}
.desktop-main-view-sync-button:hover{
  background-color: #f9f9f9;
}
.desktop-main-view-sync-image{
  width: 50px;
}
.svg-color svg{
  fill: red;
  width: 50px;
}

.desktop-container-header{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #474747;
  padding-left: 10px;
  padding-right: 10px;
  height: 30%;
  padding: 5px;
}

.desktop-container-header-title{
  color: var(--secondary-color);
  font-size: 15px;
  margin-left: auto;
  font-weight: bold;
}

.desktop-container-body{
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  height: 40%;
}

.desktop-container-body-title{
  font-size: 13px;
  margin-left: 9px;
  color: var(--text-detail-level-9);
}

.desktop-container-footer-free{
  height: 30%;
}
.desktop-container-footer-free-button{
  width:100%;
  border-radius: 0 0 10px 10px;
  border-style: none;
  height: 100%;
  align-items: center;
  background-color: var(--secondary-color-soft);
}
.desktop-container-footer-free-button-items{
  display:inline-flex;
  align-items: center;
}
.desktop-button-items-text{
  font-size: 14px;
  color: var(--secondary-color);
}
.desktop-button-items-text-edit{
  color: var(--primary-color);
  font-weight: bold;
}
.desktop-button-items-text-charge{
  color: var(--primary-color-contrast);
  font-weight: bold;
}

.desktop-container-footer-in-use{
  display: flex;
  height: 30%;
}
.desktop-container-footer-in-use-button-modify-items{
  display:inline-flex;
  align-items: center;
}
.desktop-container-footer-in-use-button-modify{
  width:50%;
  border-radius: 0 0 0 10px;
  border-style: none;
  align-items: center;
  background-color: var(--primary-color-soft);
}
.desktop-container-footer-in-use-button-charge{
  width:50%;
  border-radius: 0 0 10px 0;
  border-style: none;
  /* padding: 10px; */
  align-items: center;
  background-color: var(--primary-color);
}

/*DESKTOP-CREATE-ORDER-VIEW*/
.desktop-create-order-view-text-box{
  height: 60px;
  font-size: 25px;
  border: 1px solid #c5c5c5 !important;
  padding: 25px !important;
  font-weight: lighter !important;
  width: 100% !important;
  margin-left: 0%;
  background-color: #f9f9f9;
  color: #474747;
  text-align: center;
}
.desktop-create-order-view-text-box::placeholder{
  color: var(--secondary-color-contrast);
}
.desktop-create-order-view-text-box-fixed{
  position: fixed;
  top: 20px;
  z-index: 1;
  padding: 15px;
  width: 90% !important;
  margin-left: 0%;
  margin-right: auto;
}

.desktop-create-order-view-header{
  display: flex;
  align-items: center;
  padding-left: 15px;
  font-weight: bolder;
  border-radius: 10px 10px 0px 0px;
}
.desktop-create-order-view-header-button{
  float: right;
  border-style: none;
  background-color: transparent;
}
.desktop-create-order-view-header-button:hover{
  transform: scale(1.2);
  transition: transform 0.3s ease;
  background-color: #505050;
}
.desktop-create-order-view-header-button-img{
  width: 40px;
}
.desktop-create-order-view-item-button{
  border-style: none;
  background-color: transparent;
}
.desktop-create-order-view-item-button:hover{
  transform: scale(1.2);
  transition: transform 0.3s ease;
}
.desktop-create-order-view-item-button-img{
  width: 40px;
}
.desktop-create-order-view-margin{
  margin-left: 5%;
  margin-right: 5%;
}
.desktop-create-order-view-item{
  border-style: none;
  border-radius: 5px;
  padding-left: 5%;
  padding-right: 5%;
}
.desktop-create-order-view-item-header{
  background-color: var(--secondary-color-contrast);
  font-size: 20px;
}
.desktop-create-order-view-item-content{
  background-color: #f9f9f9;
  color: #474747;
  font-size: 17px;
  border-bottom: 1px solid #d1d1d1;
}
.desktop-create-order-quantity{
  font-size: 15px;
  padding: 5px !important;
  text-align: center;
}
.desktop-create-order-no-active{
  display: none;
}

/*ADDITIONAL NOTES */
.additional-notes-item{
  font-size: 20px;
}
.additional-notes-text-area-title{
  font-size: 20px;
  padding: 10px;
}
.additional-notes-text-area-content{
  width: 100%;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  font-size: 20px;
}

.desktop-create-edit-order-view-accept-button{
  background-color: var(--primary-color);
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  color: var(--primary-color-contrast);
  padding: 10px;
  height: auto;
  font-weight: bold;
}

.desktop-create-edit-order-view-cancel-button{
  background-color: var(--primary-color-soft);
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  color: var(--primary-color);
  font-size: 20px;
  padding: 10px;
  height: auto;
  font-weight: bold;
}

.desktop-create-edit-order-view-fixed-buttons{
  position: fixed;
  bottom: 0;
  width: 100%;
  margin-left: 0%;
}
.desktop-create-edit-view-top-image{
  width: 50px;
}

/****************EDIT ORDER MODAL VIEW*******************/
.edit-order-modal-item-container{
  padding: 5px;
  color: var(--text-detail-level-5);
}
.edit-order-modal-item-product{
  font-size: 20px;
  font-weight: bold;
}
.edit-order-modal-item-product-note-container{
  padding-left: 5%;
  padding-top: 10px;
}
.edit-order-modal-item-product-note-container-item{
  font-size: 18px;
}
.edit-order-modal-item-product-other-label{
  font-size: 18px;
  padding-bottom: 5px;
  padding-top: 5px;
}

/*CART DETAILS*/
.cart-details-container{
  text-align: center;
  background-color: var(--secondary-color-soft);
  border-radius: 5px;
  margin-top: 5px;
}
.cart-details-title{
  font-size: 30px;
  color: var(--secondary-color);
}
.cart-not-sent-product{
  font-style: normal;
}
.cart-is-cancel-product{
  font-style: normal;
}
.cart-sent-product{
  /* text-decoration: line-through; */
  font-style: italic;
  /* color: #c5c5c5; */
}
.cart-sent-span{
  color: var(--primary-color);
  font-size: 11px;
}
.cart-not-sent-span{
  color: var(--primary-color);
  font-size: 11px;
}
.cart-cancel-span{
  color: var(--primary-color);
  font-size: 11px;
  font-style: normal;
  text-decoration: none !important;
}
.label-line-through-gray{
  color: #c5c5c5;
  text-decoration: line-through;
  font-style: italic;
}

/*CART PAYMENT*/
.cart-payment-header-container{
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
}
.cart-payment-quantity{
  width: 20%;
}
.cart-payment-description{
  width: 60%;
}
.cart-payment-subtotal{
  width: 20%;
}
.cart-payment-category-container{
  text-align: center;
  border-radius: 5px;
  margin-top: 5px;
}
.cart-payment-total{
  text-align: right;
  /* background-color: var(--secondary-color-soft); */
  border-radius: 5px;
  margin-top: 5px;
  color: var(--secondary-color);
}
.cart-payment-total-text{
  font-size: 40px;
}
/*TABLE HEADER - DYNAMICALLY CREATION*/
.table-button-image{
  width: 30px;
}
.table-header-button{
  border-style: none;
  background-color: transparent;
}
.table-header-button-image{
  width: 35px;
}
.table-header-container{
  height: 40px;
  background-color: var(--primary-color);
  padding-left: 5px;
  padding-top: 5px;
  padding-right: 5px;
  border-radius: 5px 5px 0px 0px;
}
.table-header-left-buttons{
  background-color: #f9f9f9;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  height: 90%;
  margin-bottom: 5%;
  border-radius: 5px;
  font-weight: bold;
  float: left;
}
.table-header-left-buttons:hover{
  background-color: #3D3C3C;
}
.table-header-right-buttons{
  border: none;
  float: right;
}
.table-header-left-spacing{
  margin-left: 5px;
}

/* ROWS IN TABLE */
.table-row-odd{
  background-color: #F9F9F9 !important;
  color: var(--level-7);
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 35px;
}
.table-row-odd:hover{
  background-color: #EFEFEF !important;
}

.table-row-even{
  background-color: white !important;
  color: var(--level-7);
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
  height: 35px;
}
.table-row-even:hover{
  background-color: #EFEFEF !important;
}

/*SPACE BETWEEN ROWS - MODAL ITEMS*/
.row-display-in-line{
  display: flex;
  padding-top: 10px;
}
.input-one-items{
  width: 100%;
  padding: 10px;
}
.input-two-items{
  width: 49%;
  padding: 10px;
}
.input-two-items-left-small{
  width: 33%;
  padding: 10px;
}
.input-two-items-left-big{
  width: 65%;
  padding: 10px;
}
.input-three-items{
  width: 32%;
  padding: 10px;
}
.input-three-items-big{
  width: 60%;
  padding: 10px;
}
.input-three-items-small{
  width: 19%;
  padding: 10px;
}
.input-items-40-size{
  width: 39%;
  padding: 10px;
}
.input-items-20-size{
  width: 19%;
  padding: 10px;
}
.input-set-right{
  margin-left: auto;
  padding: 10px;
}
.input-set-right-empty{
  margin-left: auto;
}
.input-placeholder-text{
  font-size: 17px;
  color: #474747;
}
.information-text{
  font-size: 14px;
  color: var(--text-detail-level-9);
}
.combo-box-style{
  width: 100%;
  padding: 12px 12px;
  border-radius: 30px;
  border: none;
  color: var(--level-4);
  background-color: #e9e9e9;
}

/*DIV CONTAINER DISABILITY*/
.container-div-disabled{
  pointer-events: none;
  background-color: #f9f9f9;
  opacity: 0.5;
}

/*ADD NOTES BUTTON IN MODAL*/
.other-action-button{
  font-size: 17px;
  padding: 15px;
  border-radius: 5px;
  border-style: none;
  margin-left: auto;
  background-color: var(--primary-color);
  color: white;
  margin-right: 20px;
}

/* POPUP CONTAINER */
.customized-popup-container {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 50%;
}
/* POPUP CONTAINER TOP*/
.customized-popup-container-top {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  max-width: 50%;
}

.customized-popup-content {
  border: 1px solid #ccc;
  padding: 30px;
  background-color: var(--primary-color);
  color: var(--primary-color-contrast);
}

.customized-popup-content-error {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 30px;
  background-color: var(--secondary-color);
  color: #f9f9f9;
}

.customized-popup-content-warning {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 30px;
  background-color: var(--primary-color);
  color: #f9f9f9;
}

/*TABLE HEADER PROPERTIES*/
thead{
  font-size: 17px !important;
}

/*TABLE ROW - SHOW TITLE & DETALS*/
.table-row-title{
  font-size: 20px;
  padding: 5px;
}
.table-row-details{
  font-size: 17px;
  padding: 5px;
  font-weight: normal;
  color: var(--text-detail-level-8);
}

/*FILTER TITLE*/
.filter-title{
  padding-top: 5px;
  padding-bottom: 15px;
  color: var(--level-9);
  font-size: 20px;
  text-align: center;
}

/*INCOMING ORDER MONITORING*/
.incoming-order-container{
  border-radius: 10px;
  padding: 20px;
  margin-right: 2%;
}
.incoming-dynamic-container{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(95%, 1fr));
  grid-gap: 20px;
  /* height: 30%; */
}
.incoming-order-container-title{
  font-size: 25px;
  font-weight: bold;
  border-bottom: 2px solid white;
  text-align: center;
}
.incoming-order-container-detail-container{
  padding-top: 20px;
  padding-bottom: 20px;
}
.incoming-order-container-detail{
  padding-top: 4px;
  padding-bottom: 4px;
}
.incoming-order-container-detail-container-item-name{
  font-size: 20px;
  font-weight: bold;
}
.incoming-order-container-detail-container-item-notes{
  font-size: 18px;
}

/*MENU ITEM SETTINGS*/
.menu-item-icon{
  width: 28px;
}

/*INCOMING DESKTP ORDER*/
.incoming-desktop-order-title{
  color: #474747;
  font-size: 35px;
  font-weight: bold;
}
.incoming-desktop-order-person-header{
  padding: 10px;
  background-color: var(--secondary-color);
  font-size: 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #f9f9f9;
  font-weight: normal;
}
.incoming-desktop-order-person-product-container{
  background-color: white; 
  color: #474747;
  font-size: 30px;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: left !important;
  font-weight: bold;
}
.incoming-desktop-order-person-delivery-button{
  background-color: var(--primary-color);
  padding: 10px;
  font-size: 25px;
  border: none;
  width: 100%;
  /* margin-left: 50%; */
  border-radius: 5px;
  color: #f9f9f9;
}

.view-title-header-detail{
  color: var(--secondary-color-contrast);
  background-color: var(--secondary-color);
  position: fixed;
  top: 0;
  width: 100%;
  height: 30px;
}
.view-title-info{
  color: var(--level-7);
  font-size: 25px;
  font-weight: bold;
}
.view-title-info-detail{
  color: var(--level-a);
  font-size: 16px;
}
.summary-container{
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px dashed var(--level-c);
}
.summary-container-title{
  color: var(--primary-color);
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  padding-top: 15px;
}
.summary-container-detail{
  justify-content: center;
  font-size: 17px;
  padding-top: 10px;
}
/* THREE DOTS MENU */
.three-dots-button-container {
  position: relative;
}
.three-dots-options-container {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 250px;
}
.three-dots-button {
  cursor: pointer;
}
.three-dots-options-item{
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  background-color: var(--level-f5);
  color: var(--level-4);
  font-weight: normal;
  font-size: 15px;
}
.three-dots-options-item:hover{
  background-color: var(--level-e5);
}
.modal-detail-container-shadow{
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 5px;
  border-radius: 5px;
}
.modal-detail-container-title{
  color: var(--primary-color);
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
}

/*NEW ROWS TABLE DESIGN*/
.row-img-text-icons-container{
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 7px;
  padding-top: 7px;
}
.row-img-text-icons-container:hover{
  background-color: var(--level-e5);
}
.row-img-text-icons-container-img-text-container{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 5px;
}
.row-img-text-icons-container-img-text-container-img-container{
  width: 50px;
  background-color: var(--level-e);
  border-radius: 50%;
}
.row-img-text-icons-container-img-text-container-img-container-img{
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
}

.row-img-text-icons-container-img-text-container-text-container{
  padding-left: 10px;
}
.row-img-text-icons-container-img-text-container-text-container-title{
  padding-bottom: 5px;
  font-size: 20px;
  color: var(--level-4);
}
.row-img-text-icons-container-img-text-container-text-container-detail{
  font-size: 17px;
  color: var(--level-9);
}
.row-img-text-icons-container-img-text-container-text-container-detail-info-text{
  font-size: 12px;
  color: var(--level-9);
}
.row-img-text-icons-container-img-text-container-text-container-stock{
  font-size: 17px;
  color: var(--level-9);
}

.row-img-text-icons-container-img-text-container-icon-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.row-img-text-icons-container-img-text-container-icon-container-icon{
  width: 38px;
  padding: 3px;
}

.product-view-img-container{
  text-align: center;
  width: 300px;
  height: 300px;
  background-color: var(--level-d);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-view-img-container-img{
  display: none;
  max-width: 300px;
  max-height: 300px;
  border-radius: 50%;
}

.header-options-container{
  display: flex;
  justify-content: end;
  padding-right: 10px;
}
.header-options-container-single{
  padding-left: 10px;
}
.header-options-container-icon{
  width: 32px;
  height: 32px;
  background-color: var(--primary-color);
  border-radius: 50%;
  padding: 4px;
}
.header-options-container-icon-button{
  padding: 2px;
}

/*CIRCLE TEXT*/
.row-circle-text-icons-container{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  max-width: 35px;
  max-height: 35px;
  min-width: 35px;
  min-height: 35px;
  border-radius: 50%;
  background-color: var(--level-4);
  color: white;
}

/*Responsive design*/
@media screen and (max-width: 400px) {
  .global-icon-size{
    width: 30px;
    height: 30px;
  }
  .global-icon-size-smaller{
    width: 22px;
  }
  .global-icon-size-big{
    width: 67px;
  }
  .common-error-message{
    font-size: 13px;
  }
  .desktop-main-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 10px));
  }
  .desktop-main-view-sync-image{
    width: 40px;
  }
  .desktop-main-view-title{
    font-size: 19px;
    margin-left: 20px;
    margin-right: auto;
  }
  .desktop-header-image{
    width: 35px;
  }
  .desktop-create-edit-view-top-image{
    width: 35px;
  }
  .desktop-create-edit-order-view-title{
    font-size: 20px;
    text-align: center;
  }
  .desktop-create-order-view-text-box{
    font-size: 16px;
    height: 20px;
  }
  .desktop-create-order-view-item-header{
    font-size: 16px;
    overflow-wrap: break-word;
  }
  .desktop-create-order-view-header-button-img{
    width: 30px;
  }
  .general-text-item{
    font-size: 13px;
  }
  .desktop-create-order-view-item-content{
    font-size: 15px;
    font-weight: lighter;
  }
  .desktop-create-order-view-margin{
    margin-left: 0%;
    margin-right: 0%;
  }
  .desktop-create-order-view-item-price{
    width: 25%;
  }
  .desktop-create-order-view-item-description{
    width: 60%;
    font-weight: bold;
  }
  .desktop-create-order-view-item-img{
    width: auto;
  }
  .desktop-create-order-view-item-button-img{
    width: 30px;
  }
  .desktop-create-order-view-item-textbox{
    width: 50px;
  }
  .desktop-create-edit-order-view-fixed-buttons{
    width: 100%;
  }
  .desktop-create-edit-order-view-cancel-button{
    width: 50%;
    padding: 10px;
    height: auto;
  }
  .desktop-create-edit-order-view-accept-button{
    width: 50%;
    padding: 10px;
    height: auto;
  }
  .desktop-main-view-footer-button{
    border-radius: 0px;
    font-size: 14px;
  }
  .additional-notes-item{
    font-size: 15px;
  }
  .additional-notes-text-area-title{
    font-size: 15px;
  }
  
  /****************EDIT ORDER MODAL VIEW*******************/
  .edit-order-modal-item-product{
    font-size: 15px;
  }
  .edit-order-modal-item-product-note-container-item{
    font-size: 14px;
  }
  .edit-order-modal-item-product-other-label{
    font-size: 14px;
  }
  .additional-notes-text-area-content{
    font-size: 14px;
  }

  /*CART DETAILS*/
  .cart-details-title{
    font-size: 16px;
  }

  /*CART PAYMENT*/
  .cart-payment-header-container{
    font-size: 14px;
  }
  .cart-payment-total-text{
    font-size: 28px;
  }
  .cart-payment-quantity{
    font-size: 12px;
    width: 15%;
  }
  .cart-payment-description{
    font-size: 13px;
  }
  .cart-payment-subtotal{
    font-size: 12px;
    width: 25%;
  }

  /*SPACE BETWEEN ROWS - MODAL ITEMS*/
  .row-display-in-line{
    display: block;
    padding-top: 0px;
  }
  .input-one-items{
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .input-two-items{
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .input-two-items-left-small{
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .input-two-items-left-big{
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .input-items-40-size{
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .input-items-20-size{
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .input-set-right-empty{
    height: 0px !important;
    margin-left: 0;
  }
  .input-three-items{
    width: 94%;
    padding: 10px 0px;
    margin-left: 2%;
  }
  .input-three-items-big{
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .input-three-items-small{
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .input-set-right{
    margin-left: 0;
  }
  .input-placeholder-text{
    font-size: 13px;
  }
  .information-text{
    font-size: 11px;
  }
  .other-action-button{
    font-size: 13px;
  }
  
  /* POPUP CONTAINER */
  .customized-popup-container {
    max-width: 100%;
    right: 0px;
  }
  .customized-popup-container-top {
    max-width: 100%;
    right: 0px;
  }

  /*TABLE HEADER PROPERTIES*/
  thead{
    font-size: 11px !important;
  }
  .table-row-odd{
    font-size: 11px !important;
  }
  .table-row-even{
    font-size: 11px !important;
  }
  /*TABLE ROW - SHOW TITLE & DETALS*/
  .table-row-title{
    font-size: 15px;
  }
  .table-row-details{
    font-size: 13px;
  }

  /*FILTER TITLE*/
  .filter-title{
    font-size: 13px;
  }
  
  .incoming-dynamic-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 10px));
  }

  /*MENU ITEM SETTINGS*/
  .menu-item-icon{
    width: 28px;
  }

  /*INCOMING DESKTP ORDER*/
  .incoming-desktop-order-title{
    font-size: 30px;
  }
  .incoming-desktop-order-person-header{
    font-size: 25px;
  }
  .incoming-desktop-order-person-product-container{
    font-size: 22px;
  }
  .incoming-desktop-order-person-delivery-button{
    font-size: 20px;
    width: 100%;
    margin-left: 0%;
  }
  .view-title-info{
    font-size: 22px;
  }
  .view-title-info-detail{
    font-size: 14px;
  }
  .desktop-create-order-view-header-item-description{
    font-size: 18px;
  }
  .summary-container-detail{
    justify-content: space-between;
  }
  
  .row-img-text-icons-container-img-text-container-text-container-title{
    font-size: 15px;
  }
  .row-img-text-icons-container-img-text-container-text-container-detail{
    font-size: 13px;
  }
  .row-img-text-icons-container-img-text-container-text-container-detail-info-text{
    font-size: 10px;
  }
  .row-img-text-icons-container-img-text-container-text-container-stock{
    font-size: 14px;
  }

  .product-view-img-container{
    width: 200px;
    height: 200px;
  }
  .product-view-img-container-img{
    display: none;
    max-width: 200px;
    max-height: 200px;
  }
  
  .header-options-container-icon-button{
    padding: 4px;
  }
}

@media (min-width: 401px) and (max-width: 768px) {
  .global-icon-size{
    width: 35px;
    height: 35px;
  }
  .global-icon-size-smaller{
    width: 24px;
  }
  .global-icon-size-big{
    width: 60px;
  }
  .common-error-message{
    font-size: 16px;
  }
  .desktop-main-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 10px));
  }
  .desktop-main-view-sync-image{
    width: 55px;
  }
  .desktop-main-view-title{
    font-size: 23px;
    margin-left: 0;
    margin-right: auto;
  }
  .desktop-header-image{
    width: 55px;
  }
  .desktop-body-image{
    width: 55px;
  }
  .desktop-footer-image{
    width: 40px;
  }
  .desktop-button-items-text{
    font-size: 18px;
  }
  .desktop-container-header-title{
    font-size: 18px;
  }
  .desktop-container-body-title{
    font-size: 11px;
  }
  .desktop-create-edit-view-top-image{
    width: 50px;
  }
  .desktop-create-edit-order-view-title{
    font-size: 24px;
    text-align: center;
  }
  .desktop-create-order-view-text-box{
    font-size: 20px;
    height: 22px;
  }
  .desktop-create-order-view-item-header{
    font-size: 20px;
  }
  .desktop-create-order-view-header-button-img{
    width: 35px;
  }
  .general-text-item{
    font-size: 18px;
  }
  .desktop-create-order-view-item-content{
    font-size: 17px;
    font-weight: lighter;
  }
  .desktop-create-order-view-margin{
    margin-left: 0%;
    margin-right: 0%;
  }
  .desktop-create-order-view-item-price{
    width: 25%;
  }
  .desktop-create-order-view-item-description{
    width: 60%;
    font-weight: bold;
  }
  .desktop-create-order-view-item-img{
    width: auto;
  }
  .desktop-create-order-view-item-button-img{
    width: 40px;
  }
  .desktop-create-order-view-item-textbox{
    width: 50px;
  }
  .desktop-create-edit-order-view-cancel-button{
    width: 50%;
  }
  .desktop-create-edit-order-view-accept-button{
    width: 50%;
  }
  .desktop-main-view-footer-button{
    border-radius: 0px;
    font-size: 18px;
  }
  
  /****************EDIT ORDER MODAL VIEW*******************/
  .edit-order-modal-item-product{
    font-size: 20px;
  }
  .edit-order-modal-item-product-note-container-item{
    font-size: 18px;
  }
  .edit-order-modal-item-product-other-label{
    font-size: 18px;
  }
  .additional-notes-text-area-content{
    font-size: 18px;
  }

  /*CART DETAILS*/
  .cart-details-title{
    font-size: 20px;
  }

  /*CART PAYMENT*/
  .cart-payment-header-container{
    font-size: 18px;
  }
  .cart-payment-total-text{
    font-size: 36px;
  }
  .cart-payment-quantity{
    font-size: 16px;
  }
  .cart-payment-description{
    font-size: 16px;
  }
  .cart-payment-subtotal{
    font-size: 16px;
  }

  /*SPACE BETWEEN ROWS - MODAL ITEMS*/
  .row-display-in-line{
    display: block;
    padding-top: 0px;
  }
  .input-one-items{
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .input-two-items{
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .input-two-items-left-small{
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .input-two-items-left-big{
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .input-items-40-size{
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .input-items-20-size{
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .input-set-right-empty{
    height: 0px !important;
    margin-left: 0;
  }
  .input-three-items{
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .input-three-items-big{
    width: 100%;
    padding-top: 10px;
  }
  .input-three-items-small{
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .input-set-right{
    margin-left: 0;
  }
  .input-placeholder-text{
    font-size: 15px;
  }
  .information-text{
    font-size: 13px;
  }
  .other-action-button{
    font-size: 15px;
  }
  
  /* POPUP CONTAINER */
  .customized-popup-container {
    max-width: 100%;
    right: 0px;
  }
  .customized-popup-container-top {
    max-width: 100%;
    right: 0px;
  }

  /*TABLE HEADER PROPERTIES*/
  thead{
    font-size: 13px !important;
  }
  .table-row-odd{
    font-size: 13px !important;
  }
  .table-row-even{
    font-size: 13px !important;
  }
  /*TABLE ROW - SHOW TITLE & DETALS*/
  .table-row-title{
    font-size: 16px;
  }
  .table-row-details{
    font-size: 15px;
  }
  
  /*FILTER TITLE*/
  .filter-title{
    font-size: 15px;
  }

  .incoming-dynamic-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 10px));
  }

  /*MENU ITEM SETTINGS*/
  .menu-item-icon{
    width: 33px;
  }

  /*INCOMING DESKTP ORDER*/
  .incoming-desktop-order-title{
    font-size: 32px;
  }
  .incoming-desktop-order-person-header{
    font-size: 28px;
  }
  .incoming-desktop-order-person-product-container{
    font-size: 25px;
  }
  .incoming-desktop-order-person-delivery-button{
    font-size: 23px;
    width: 100%;
    margin-left: 0%;
  }
  .view-title-info{
    font-size: 23px;
  }
  .view-title-info-detail{
    font-size: 16px;
  }
  .desktop-create-order-view-header-item-description{
    font-size: 21px;
  }
  .summary-container-detail{
    justify-content: space-between;
  }
  
  .row-img-text-icons-container-img-text-container-text-container-title{
    font-size: 17px;
  }
  .row-img-text-icons-container-img-text-container-text-container-detail{
    font-size: 14px;
  }
  .row-img-text-icons-container-img-text-container-text-container-detail-info-text{
    font-size: 10px;
  }
  .row-img-text-icons-container-img-text-container-text-container-stock{
    font-size: 15px;
    color: var(--primary-color);
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .global-icon-size{
    width: 38px;
    height: 38px;
  }
  .global-icon-size-smaller{
    width: 26px;
  }
  .global-icon-size-big{
    width: 50px;
  }
  .common-error-message{
    font-size: 19px;
  }
  .desktop-main-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 10px));
  }
  .desktop-main-view-sync-image{
    width: 70px;
  }
  .desktop-main-view-title{
    font-size: 27px;
    margin-left: 0;
    margin-right: auto;
  }
  .desktop-header-image{
    width: 65px;
  }
  .desktop-body-image{
    width: 65px;
  }
  .desktop-footer-image{
    width: 45px;
  }
  .desktop-button-items-text{
    font-size: 22px;
  }
  .desktop-container-header-title{
    font-size: 21px;
  }
  .desktop-container-body-title{
    font-size: 11px;
  }
  .desktop-create-edit-view-top-image{
    width: 50px;
  }
  .desktop-create-edit-order-view-title{
    font-size: 30px;
    text-align: center;
  }
  .desktop-create-order-view-text-box{
    font-size: 25px;
    height: 27px;
  }
  .desktop-create-order-view-item-header{
    font-size: 20px;
  }
  .desktop-create-order-view-header-button-img{
    width: 40px;
  }
  .general-text-item{
    font-size: 24px;
  }
  .desktop-create-order-view-item-content{
    font-size: 17px;
    font-weight: lighter;
  }
  .desktop-create-order-view-margin{
    margin-left: 0%;
    margin-right: 0%;
  }
  .desktop-create-order-view-item-price{
    width: 18%;
  }
  .desktop-create-order-view-item-description{
    width: 60%;
    font-weight: bold;
  }
  .desktop-create-order-view-item-img{
    width: auto;
  }
  .desktop-create-order-view-item-button-img{
    width: 30px;
  }
  .desktop-create-order-view-item-textbox{
    width: 65px;
  }
  .desktop-create-edit-order-view-cancel-button{
    width: 50%;
  }
  .desktop-create-edit-order-view-accept-button{
    width: 50%;
  }
  .desktop-main-view-footer-button{
    border-radius: 0px;
    font-size: 24px;
  }
  
  /****************EDIT ORDER MODAL VIEW*******************/
  .edit-order-modal-item-product{
    font-size: 25px;
  }
  .edit-order-modal-item-product-note-container-item{
    font-size: 22px;
  }
  .edit-order-modal-item-product-other-label{
    font-size: 22px;
  }
  .additional-notes-text-area-content{
    font-size: 22px;
  }

  /*CART DETAILS*/
  .cart-details-title{
    font-size: 25px;
  }

  /*CART PAYMENT*/
  .cart-payment-header-container{
    font-size: 23px;
  }
  .cart-payment-total-text{
    font-size: 40px;
  }
  .cart-payment-quantity{
    font-size: 20px;
  }
  .cart-payment-description{
    font-size: 20px;
  }
  .cart-payment-subtotal{
    font-size: 20px;
  }

  /*SPACE BETWEEN ROWS - MODAL ITEMS*/
  .row-display-in-line{
    display: block;
    padding-top: 0px;
  }
  .input-one-items{
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .input-two-items{
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .input-two-items-left-small{
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .input-two-items-left-big{
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .input-items-40-size{
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .input-items-20-size{
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .input-set-right-empty{
    height: 0px !important;
    margin-left: 0;
  }
  .input-three-items{
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .input-three-items-big{
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .input-three-items-small{
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .input-set-right{
    margin-left: 0;
  }
  .input-placeholder-text{
    font-size: 17px;
  }
  .information-text{
    font-size: 14px;
  }
  
  /* POPUP CONTAINER */
  .customized-popup-container {
    max-width: 100%;
    right: 0px;
  }
  .customized-popup-container-top {
    max-width: 100%;
    right: 0px;
  }

  /*TABLE HEADER PROPERTIES*/
  thead{
    font-size: 16px !important;
  }
  .table-row-odd{
    font-size: 16px !important;
  }
  .table-row-even{
    font-size: 16px !important;
  }
  /*TABLE ROW - SHOW TITLE & DETALS*/
  .table-row-title{
    font-size: 18px;
  }
  .table-row-details{
    font-size: 16px;
  }
  
  /*FILTER TITLE*/
  .filter-title{
    font-size: 18px;
  }

  .incoming-dynamic-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 10px));
  }

  /*MENU ITEM SETTINGS*/
  .menu-item-icon{
    width: 36px;
  }

  /*INCOMING DESKTP ORDER*/
  .incoming-desktop-order-title{
    font-size: 35px;
  }
  .incoming-desktop-order-person-header{
    font-size: 30px;
  }
  .incoming-desktop-order-person-product-container{
    font-size: 29px;
  }
  .incoming-desktop-order-person-delivery-button{
    font-size: 25px;
    width: 100%;
    margin-left: 0%;
  }
  .view-title-info{
    font-size: 24px;
  }
  .view-title-info-detail{
    font-size: 16px;
  }
  .desktop-create-order-view-header-item-description{
    font-size: 24px;
  }
  .summary-container-detail{
    justify-content: space-between;
  }
}