html,body,div,span,
h1,h2,h3,h4,h5,h6,
p,blockquote,q,em,img,small,strong,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend{border:0;outline:0;margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
ol,ul{list-style:none}
:focus{outline:0}
input,textarea{margin:0;outline:0;}
textarea{overflow:auto; resize:none;}
table{border-collapse:collapse;border-spacing:0}
/* End Reset */
/* html5 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
/* Default Font Styles
______________________*/
body, input, select, textarea{
    font-family: "Open Sans";
    font-size:20px;
    color:#000;
    line-height: 1.2;
}
p{
    line-height: 1.6;
}
*,
*:after,
*:before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Links
_____________________*/
/* p, blockquote, address
______________________*/
/* Layout 
______________________*/
.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus {
     outline: none; 
     outline: none; 
    outline-offset: none;
}
.fl{ float:left}
.fr{ float:right}
.cl{ clear:both; font-size:0; height:0; }
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.pagination>li>a, .pagination>li>span { 
    padding: 4px 9px;
    font-size: 13px;
    cursor: pointer !important;
}
.clearfix .map-icon{
    position: absolute;
    right: 43px;
    top: 11px;
    color: #ffffff;
}
.popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000000ab;
    z-index: 999;
    display:none;
}
.popup_inner {
    position: fixed;
    right: 0;
    left: 0;
    width: 49%;
    margin: 0 auto;
    background: #fff;
    top: 36px;
    z-index: 999;
    border-radius: 9px;
    text-align: center;
    padding: 7px 0 23px;
    display: none;
}
.popup_inner i {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor:pointer;
    font-size: 23px;
}
.popup_inner h3 {
    color: #fff;
    font-size: 24px;
    margin: 20px 0 0;
}
.popup_inner img {
    width: 79px;
    cursor:pointer;
    margin: 31px 0 16px;
}
.popup_inner .popup_data ul li b{

}
.label{
    margin:0 4px !important;
    cursor: pointer;
}
.fade_in_out{
    opacity: 0.2;
}
.popup_inner .popup_data ul li p{
  display: inline-block;  
}

.sidegap{
    padding: 0;
}
.forget_password h3{
    color: #fff;
    margin-bottom: 25px;
    font-size: 21px;
}
.right-sec{
    float: right;
    width: 84%;
}
.content-width{
    width:1170px;
    margin:0 auto;
}
#topbar {
    padding: 0 0 0 16px;
    background: #7db928;
}
.topbar-sec,.middle_logo{
    float: left;
    text-align: center;
    width: 100%;
}
/*.topbar-sec .active{
    background: #ffa500;
    padding: 5px 13px;
}*/
.topbar-sec  a:focus{
    background: #ffa500;
}
.hold_form button:hover,.popup-box_5 .reset_btn button:hover {
    background: #ffa500;
}
.topbar-sec ul{
    padding-left: 0;
}
.topbar-sec li {
    display: inline-block;
    vertical-align: top;
}

.icons-left{
    text-align: left;
}
.icons-right{
    text-align: right;
}
.topbar-sec .icons-left a, .topbar-sec .icons-right a {
    text-decoration: none;
    color: #fff;
    margin-left: -10px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    padding: 9px 0 8px;
}
.right_align_icons{
    margin-left: 13px; 
}
.right_align_icons a:last-child{
    margin-right: 0
}
.topbar-sec a:hover{
    color: #fff;
    -webkit-transition:0.5s;
}
.middle_logo img {
    padding-top: 3px;
    width: 116px;
}
.gray-box tr td:last-child{
    text-align: center;
}
.products-left{
    float: left;
    width: 16%;
    position: relative;
    border-right: 1px solid #ccc;
    overflow-y:scroll; 
    height: 100%;
    position: fixed;
}
.scroll_table_items{
    overflow-y:scroll;
    height: 520px; 
}
.products-left::-webkit-scrollbar-track,.scroll_table_items::-webkit-scrollbar-track,.slide_inner_scroll::-webkit-scrollbar-track{    
    background-color: #f5f5f5;
}
.products-left::-webkit-scrollbar,.scroll_table_items::-webkit-scrollbar,.slide_inner_scroll::-webkit-scrollbar{
    width: 6px;
    background-color: #f5f5f5;
}
.products-left::-webkit-scrollbar-thumb,.scroll_table_items::-webkit-scrollbar-thumb,.slide_inner_scroll::-webkit-scrollbar-thumb{    
    background-color: #ddd;
}
.products-left li{
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
}
.products-left .active{
    background: #006faa;
    color: #fff;
}
.products-left > li:hover{
    background: #006faa;
}
.products-left .active:hover{
    color: #fff;
}
.products-left li a{
     display: block;
    text-decoration: none;
    padding: 10px 20px;
    color: #000;
    font-size: 14px;
}
.products-left li > a:hover{
    color: #fff;
    background: #006faa;
}
.products_search {
    position: relative;
}
.products-left > input,
.products-box > input ,.products_search > input{
    padding:1px 28px 1px 14px;
    height: 34px;
    font-size: 13px;
    width: 100%;
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: 1px solid #ccc;
}
.products-box {
    float: left;
    width: 58%;
    overflow-y: auto;
    height: 564px;
    position: fixed;
}
.products-box::-webkit-scrollbar-track{ 
    background-color: #f5f5f5;
}
.products-box::-webkit-scrollbar{
    width: 8px;
    background-color: #f5f5f5;
}
.products-box::-webkit-scrollbar-thumb{ 
    background-color: #ddd;
}
.products-items{
    float: left;
    width: 151px;
    text-align: center;
    border: 2px solid #9e9e9e;
    margin: 5px 0 0 5px;
    position: relative;
    overflow: hidden;
}
.absolute-box {
    position: absolute;
    top: 74%;
    left: 0;
    background: rgba(255, 255, 255, 0.88);
    width: 100%;
    padding:2px 0;
}
.topbar-sec img {
    width: 59px;
    display: block;
    padding: 0 19px;
    margin-bottom: 5px;
}
.popup-box_5 .hold_form input {
    margin: 2px 0 12px 0;
}
.products-items img{
    width: 100%;
    display: block;
    height: 130px;
}
.products-items p{
    font-size: 11px;
    color: #000;
}
.products-list-table{
    float: right;
    width: 31%;
}
.products-list li{
    display: inline-block;
    border-bottom: none;
    border-right: 1px solid #ddd;
    padding: 8px 10px 8px;
}
.products-list li:last-child{
    border-right:none; 
}
.products-list li a{
    font-size: 13px;
    color: #000;
    text-decoration: none;
}
.products-list li a:hover{
    color: #006faa;
}
.products-box i, .products-left i ,.products_search i{
    position: absolute;
    right: 10px;
    top:  10px;
    font-size: 14px;
    color: #006faa;
}
.gray-box{
        margin-bottom: 10px;
    background: #f5f5f5;
    max-height: 78%;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    width: 26%;
}
.gray-box::-webkit-scrollbar-track{ 
        background-color: #f7f7f7;
}
.gray-box::-webkit-scrollbar{
    width: 5px;
    background-color: #f7f7f7;
}
.gray-box::-webkit-scrollbar-thumb{ 
    background-color: #006faa;
}
.products-list h3{
    color: #ffa500;
    padding-left: 15px;
    font-size: 20px;
    margin-bottom: 14px;
}
.products-list b{
    color: #006faa;
}
.products-list-table .yellow-btn,
.products-list-table .blue-btn{
    background: #ffa500;
    color: #fff;
    padding: 15px 20px 13px;
    border: none;
    font-size: 16px;
    width: 50%;
}
.products-list-table .blue-btn{
    background: #006faa;
}
.products-list-table button:hover{
    background: #000;
}
.products-list i{
    margin-left: 10px;
}
.menu-btn{
    background: #006faa;
    padding: 13px 9px;
    border: none;
    position: absolute;
    right: 20px;
    top: 50px;
    display: none;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
}
.absolute-btn {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 26%;
    background: #fff;
}
.absolute-btn i {
    margin-right: 6px;
    font-size: 18px;
    position: static;
    color: #fff;
}
.absolute-btn h3{
    padding: 0 10px 5px;
    color: #ffa500;
    font-size: 28px;
}
.absolute-btn b{
    color: #006faa;
}

.gray-box table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.gray-box td, th {
    border: 1px solid #dddddd;
    text-align: left;
    font-size: 11px;
    padding: 8px !important;
}

.gray-box tr:nth-child(even) {
    background-color: #fff;
}


/*popupbox_1*/

.popup-box_3{
    top:7% !important;
}
.popup-box_4{
 display: none;
  position: fixed;
  left: 36%;
  top: 20%;
  width: 27%;
  background: #fcf8f9;
  z-index: 99999;
  height: auto;
}
.popup-box_7{
    background: none !important;
}
.overlay_1,.overlay_2,.overlay_3,.overlay_4,.overlay_5,.overlay_6,.overlay_8,.overlay_9,.overlay_10{
    display: none;
    background: rgba(0, 0, 0, 0.71);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: none;
}
.popup-box_1,.popup-box_2,.popup-box_3,.popup-box_5,.popup-box_6,.popup-box_8,.popup-box_9,.popup-box_10{
  display: none;
  position: fixed;
  left: 25%;
  top: 4%;
  width: 50%;
  background: #fcf8f9;
  z-index: 99999;
  height: auto;
}
.popup-box_5{
    top: 12% !important;
}
#contenteditable{
    display: block;
}
.sale_return_bg{
    background: #3f71a4;
    padding:8px 5px 6px;
    border-bottom: 3px solid #000;
}
.sale_return_items{
    margin-bottom: 12px;
}
.return h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.close_icons {
    text-align: right;
}
.close_icons a {
    margin-top: -5px;
    display: inherit;
}
.close_icons i{
    color: #fff;
    font-size: 16px;
}
.row{
    margin:0; 
}
* {
  box-sizing: border-box;
}

.example_form input[type=text] {
  padding: 6px;
  font-size: 17px;
  border: 1px solid #d2d2d2;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

.example_form button {
  float: left;
  width: 20%;
  padding: 16px;
  background: #2196F3;
  color: white;
  font-size: 16px;
  border: 1px solid #2196f3;
  border-left: none;
  cursor: pointer;
}
.products-box i, .products-left i, .products_search i {
    position: absolute;
    right: 38px;
    top: 6px;
    font-size: 20px;
    color: #ffffff;
}
.example_form button:hover {
  background: #0b7dda;
}

.example_form::after {
  content: "";
  clear: both;
  display: table;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin: 31px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.search_form{
    padding: 9px 12px 0;
    text-align: right;
    position: relative;
}
.search_form i {
    position: absolute;
    top: 20px;
    margin-left: 17px;
    color: #a3a3a3;
    font-size: 13px;
}
.search_form input, .sale_return_items tr td input {
    border-radius: 4px;
    border: 1px solid #c4c3c3;
    width: 33%;
    font-weight: 600;
    height: 34px;
    color: #837f80;
    padding: 0 15px 0 34px;
    font-size: 13px;
}
.sale_return_items tr td input {
    width: 76%;
    height: 30px;
    padding: 0 15px;
}
.invoice_table tr td i{
    border-radius: 4px !important;
}
.sale_table_box {
    width: 100%;
}
.sale_table_box th{
    background: #eaf1fb;
}
.sale_table_box td, .sale_table_box th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 9px 8px;
    font-size: 12px;
}
.sale_table_box .last-colum-center{
    text-align: center;
    width: 24%;
}
.sale_table_box tr:nth-child(even) {
    background-color: #fff;
}
.sale_return_items {
    padding: 0 12px;
}
.sale_table_box i{
    background: #3f71a4;
    color: #fff;
    padding: 4px 11px;
    border-radius: 4px 0 0 4px;
    border-left: 1px solid #fff;
}
.sale_table_box .print-bil{
    background: #3f71a4 !important;
}
.sale_table_box i:last-child{
    border-radius: 0 4px 4px 0;
    background:#ffa500;
}
.reset_btn .save_setting,.inter_change_data button:hover{
    background:#ffa500;
}
.sale_table_box i:hover,.customer_form button:hover{
    background: #000;
}
.sale_return_items{
    margin-top: 8px;
}

.customer_form input, .hold_form input, .hold_form select,.right_invoice_data input ,.inter_change_data input{
    border-radius: 4px;
    border: 1px solid #c4c3c3;
    width: 32.4%;
    font-weight: 600;
    height: 30px;
    color: #837f80;
    padding: 0 15px;
    font-size: 13px;
    margin: 2px 0px 4px 2px;
}
.customer_form{
    background: #fcf8f9;
    border: 1px solid #ccc;
    box-shadow: 0 0 1px 0 #ccc;
    margin-bottom: 17px;
    padding: 10px 15px;
    border-radius: 3px;
}.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #7db928;
    border-color: #7db928;
}
.reset_btn {
    text-align: left;
    margin-top: 5px;
    margin-left: 3px;
}
.reset_btn button, .hold_form button {
    background: #3f71a4;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 9px 21px;
    font-size: 15px;
}
.hold_form{
    padding: 25px 20px;
    background: #fff;
}
.hold_form input,.hold_form select,.right_invoice_data input,.inter_change_data input{
    width: 100%;
}
.hold_form button {
    width: 100%;
    margin-top: 6px;
}
.popup-box_5  .sale_return_bg{
    margin-bottom: 12px;
}
.general_setting{
        background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 6px 0 #ccc;
    margin-bottom: 16px;
    padding: 15px 11px 23px;
}
.general_setting p{
        font-size: 14px;
    margin-bottom: 17px;
}
.popup-box_5 .hold_form {
    padding: 0 4px;
    background: #fff;
}
.hold_form label {
    font-size: 14px;
    display: block;
    margin-bottom: 3px;
    color: #666;
    font-weight: 600;
}
.brower_btn{
    position: relative;
}
.popup-box_5 .hold_form button {
    width: auto;
    position: absolute;
    top: 15px;
    right: 5px;
    text-align: center;
    padding: 7px 10px;
    border-radius: 0 3px 3px 0px;
    font-size: 14px;
}
.general_inner_box h3{
    background: #3f71a4;
    font-size: 15px;
    padding: 7px 15px;
    border-radius: 5px 5px 0 0;
    color: #fff;
}

.general_inner_box input[type=checkbox] {
    opacity: 0;
    position: absolute;
    z-index: 12;
    width: 18px;
    margin-bottom: 10px;
    height: 18px;
}
.general_inner_box input[type=checkbox]+.lbl.padding-8::before {
    margin-right: 8px;
}
.general_inner_box input[type=checkbox]+.lbl::before {
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 11px;
    color: #2091cf;
    content: "\a0";
    background-color: #FAFAFA;
    border: 1px solid #CCC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 19px;
    line-height: 1.6;
    min-width: 19px;
    margin-right: 1px;
    margin-top: -3px;
}
.general_inner_box input[type=checkbox]:checked+.lbl::before {
    display: inline-block;
    content: '\f00c';
    background-color: #F5F8FC;
    border-color: #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}
.checkbox_inner{
    padding: 0 4px;
}
.short_keys{
    padding-left: 0;
}
.general_setting .reset_btn{
    text-align: left;
    margin-top: 10px;
}
.shor_key_table {
    width: 100%;
}

.shor_key_table tr td{
    border: 1px solid #dddddd;
    text-align: left;
    padding: 5px;
    font-size: 12px;
}

.shor_key_table tr:nth-child(odd) {
    background-color: #f1f1f1;
}
.split_bill_btn {

}
.split_bill_btn{
    padding: 2px 0;
}
.popup-box_6 .split_bill_btn{
    padding: 15px 0 12px;
}
.popup-box_6 .hold_form input {
    width: 100%;
    margin-bottom: 8px;
}
.split_bill_btn .active{
    background: #3f71a4;
    color: #fff;
}
.split_bill_btn .active a{
    color: #fff;
}
.split_bill_btn li {
    display: inline-block;
    width: 23.9%;
    text-align: center;
    padding: 9px 8px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}
.split_bill_btn li:hover,.split-bill-table tr td i:hover{
    background: #3f71a4;
    color: #fff;
}
.split-bill-table  {
    width: 100%;
}
.split-bill-table td {
    border: 1px solid #dddddd;
    text-align: left;
    font-size: 13px;
    padding: 5px;
}
.split-bill-table tr:nth-child(even) {
    background-color: #9e9e9e3b;
}
.split-bill-table tr td i{
    text-align: center;
    background: #3f71a4;
    color: #fff;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    line-height: 1.5;
    font-size: 11px;
}
.split-bill-table tr td:last-child{
    text-align: center;
}
.cash_amount{
    padding: 0;
    margin: 20px 0;
}
.cash_amount p, .cash_amount b {
    font-size: 14px;
    margin-bottom: 6px;
    border-bottom: 1px solid #cccccc8c;
    padding-bottom: 6px;
}
.cash_amount b {
    display: block;
    color: #3f71a4;
    text-align: right;
}
.popup-box_6 .reset_btn {
    text-align: left;
    margin-bottom: 12px;
}
.popup-box_6 .yellow_bg{
    background: #fea500;
}
.popup-box_6 .reset_btn button{
    width: 32%;
}
.popup-box_6 .hold_form{
    padding: 8px 18px 13px 8px;
    background: none;
}
.popup-box_6 .hold_form input{
    height: 36px;
    margin-top: 7px;
}
.calcular_btn {
    padding: 4px 0 0 4px;
}
.calcular_btn li {
    display: inline-block;
    width: 31.7%;
    background: #9e9e9e26;
    text-align: center;
    padding: 7px;
    margin-bottom: 6px;
    border: 1px solid #ccc;
    cursor: pointer;
    color: #000;
}
.checkout_split {
    padding: 4px;
}
.calculater_sec{
    top:18%;
}
.checkout_split li:first-child{
    background: #fea500;
}
.checkout_split li {
    height: 88px;
    cursor: pointer;
    background: #006faa;
    color: #fff;
    margin-bottom: 1px;
    text-align: center;
    line-height: 4;
    padding: 4px;
    width: 100%;
}

.popup-box_3 .reset_btn button{
    padding: 8px 21px;
    font-size: 13px;
}
.popup-box_5 .reset_btn button {
    padding: 10px 21px;
    font-size: 14px;
}

/*keyboard*/
.ui-keyboard {
    text-align: center;
    padding: .3em;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 16000;
 
}
.ui-keyboard-has-focus {
    z-index: 16001;
}
.ui-keyboard div {
    font-size: 1.1em;
}
.ui-keyboard-button {
    height: 2em;
    min-width: 3em;
    margin: .1em;
    cursor: pointer;
    overflow: hidden;
    line-height: 2em;
    -moz-user-focus: ignore;
}
.ui-keyboard-button span {
    padding: 0;
    margin: 0;
    white-space: nowrap;
    display: inline-block;
    font-size: 14px;
}
.ui-keyboard-button-endrow {
    clear: left;
}
.ui-keyboard-space {
    width: 15em;
}
.ui-keyboard-preview {
    text-align: left;
    margin: 0 0 3px 0;
    display: inline;
    width: 99%;
}
.block {
    width: 100%;
    display: inline-block;
    min-height: auto;
    margin: 0;
    padding-bottom: 0;
    text-align: center;
    vertical-align: top;
    position: relative;
    z-index: -9999;
}
.block2 { 
    margin: 0 auto;
    text-align: center; 
}
.popup-box_7 > #autocomplete > #text{
    background: none;
    border:none;
}
.popup-box_7 > #autocomplete > #text ::-webkit-input-placeholder { 
  color: red;
}
.popup-box_7 > #autocomplete > #text ::-moz-placeholder { 
  color: red;
}
.popup-box_7 > #autocomplete > #text :-ms-input-placeholder { 
  color: red;
}
.popup-box_7 > #autocomplete > #text :-moz-placeholder { 
  color: red;
}
.ui-keyboard-input-current{
    display: none;
}
/*popupbox 2*/
.products_wrapper{
    padding:11px 14px 40px;
}
.products_category {
    width: 207px;
    float: left;
    margin-left: 6.7px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 28px rgba(0,0,0,.1);
    margin-bottom: 7px;
    background: #fff;
    overflow: hidden;
}
.products_category img {
    width: 100%;
    height: 145px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.products-items img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.products_category img:hover ,.products-items img:hover{
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}
.products_category p {
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}
.products_category h3 {
    color: #fe5353;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin: 4px 0 14px;
}
.products_category h4 {
    font-size: 12px;
    padding: 7px 12px;
    border-bottom: 1px solid #ccccccb8;
}
.products_category h4 span {
    text-align: right;
    float: right;
    color: #000;
}
.products_category a {
    width: 100%;
    display: inline-block;
    background: orange;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 8px 0;
}
a:hover,a:focus{
    text-decoration: none;
}

.popup-box_8 .split_bill_btn li{
    width: 15.5%;
}


/*tabs*/

ul.tabs {
    margin: 7px 12px 0;
    padding: 0px;
    list-style: none;
}
ul.tabs li{
    background: none;
    color: #222;
    display: inline-block;
    padding: 9px 4px;
    cursor: pointer;
    width: 13%;
    text-align: center;
    font-size: 14px;
}
ul.tabs li.current{
    background: #ededed;
    color: #222;
}

.tab-content{
    display: none;
    background: #fff;
    padding: 0;
}
ul.tabs li.current {
    background: #3f71a4;
    color: #fff;
}

.tab-content.current{
    display: inherit;
}

.slides_bar{
    position: fixed;
    right: 0;
    width: 26%;
    top: 55px;
    padding:2px 0 14px;
    background: #fff;
    height: 100%;
    display: none;
    border-left: 1px solid #ccc;
}
.left_invoice_data{
    float: left;
    width: 34%;
}
.left_invoice_data p{
    text-align: right;
}
.left_invoice_data p,.right_invoice_data p{
    font-size: 12px;
}
.right_invoice_data p span{
    float: right;
}
.right_invoice_data{
    float: right;
    width: 63%;
}
.slides_bar .inner_contents .clearfix {
    border-bottom: 1px solid #cccccc7a;
    padding: 0 15px 7px;
    margin-bottom: 7px;
}
.right_invoice_data .sub_total {
    color: #006faa;
    font-weight: bold;
}
.right_invoice_data .sub_total_orng{
    color: orange;
    font-weight: bold;
}
.right_invoice_data .sub_total_orng input{
     width: auto;
    vertical-align: middle;
    height: auto;

}
.inter_change_data{
    padding: 0 7px;
}
.inter_change_data input{
    height: 32px;
}
.change_data_cal{
    margin: 0 2px 0 5px;
    background: #fff;
    padding-top: 2px;
    border-radius: 4px;
}
.slide_inner_scroll {
    overflow-y: scroll;
    height: 155px;
    margin-bottom: 8px;
    padding: 8px 0;
    background: #f5f5f5;
}
.slides_bar .calcular_btn li{
    padding: 9px;
    width: 31.8%;
}
.slides_bar .checkout_split li {
    height: 96px;
    line-height: 4;
}
.select_item_number .last-tab li{
    width: 95%;
}
.select_item_number  .calcular_btn li {
    background: #006faa;
    color: #fff;
}
.checkout_3btn{
    padding: 0 3px 0 10px;
}
.checkout_3btn li {
    width: 32%;
    display: inline-block;
}
.checkout_3btn li button {
    width: 100%;
    font-size: 15px;
    background: #006faa;
    border: none;
    color: #fff;
    padding: 11px 0;
}
.checkout_3btn .checkout_middle{
    background: #fea500;
}
.bottom_fixed_cal{
    position: fixed;
    bottom: 2px;
    background: #fff;
}
.left_invoice_data .user_label{
    padding-top: 10px;
}
.last-tab ul li button{
        background: none;
    border: none;
    font-size: 18px;
}
.checkout_3btn ul li button img{
        width: 14px;
    vertical-align: middle;
    margin-top: -2px;
}
.last-tab li:last-child{
    background: orange;
}
.keyboard_typing{
    position: fixed;
    bottom: 0;
    left: 43%;
}
.keyboard_typing img {
    width: 37px;
    cursor: pointer;
}
.popup-box_10 .calcular_btn li {
    width: 13%;
    margin-left: 3px;
}
.popup-box_10{
    top: 15%;
}
.popup-box_10 .slide_inner_scroll{
    height: 400px;
}
.popup-box_10 .slide_inner_scroll ul{
    padding-left: 12px;
}
.popup-box_10 .calcular_btn li:hover {
    background: orange;
    color: #fff;
}
.login_bg {
    background: url(../images/login-bg.png);
}
.login_bg1{
    background: url(../images/login-bg.jpg);
}
.login_bg ,.login_bg1{
    background-size: 100%;
    background-repeat: no-repeat;
}
.login_bg1{
    background-size: cover;
}
.login_sec {
    background: #16499aad;
    width: 28%;
    position: fixed;
    padding: 15px 10px 12px;
    left: 36%;
    border-radius: 9px;
    top: 118px;
}
.inter_change_data button {
    border: none;
    width: 100%;
    color: #fff;
    padding: 9px 0;
    background: #fea500;
    margin: 4px 0 12px 2px;
    font-size: 17px;
    border-radius: 4px;
}
.login_sec img{
    width: 100%;
    padding: 0 36px 45px;
}
.inter_change_data h3{
    color: #fff;
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: bold;
}

/*menu*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #006faa;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    border-right: 1px solid #fff;
}
.sidenav a {
    padding: 10px 8px 10px 18px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #ffffff59;
}
.sidenav a:last-child{
    border-bottom: none;
}
.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    border-bottom: none;
    margin-left: 50px;
}
.mobile_menu-btn{
    display: none;
}
#mySidenav a img {
    width: 18px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -4px;
}
.down_box{
    display: none;
}
.bottom_box,.bottom_box {
    display: none;
}

.user_continue{
    position: relative;
}
.user_continue a {
    /* background: linear-gradient(to right, #efb448 4%, #ffac14 78%); */
    border-radius: 35px;
    padding: 23px 15px 23px 46px;
    color: #fff !important;
    /* color: #125778 !important; */
    font-size: 25px !important;
    background: linear-gradient(to right, #125778 4%, #147b98 78%);
    /* background: linear-gradient(to right, #ffffff 4%, #e9edef 78%); */
    border: 2px solid #fff;
}
.user_continue a:hover{
    background: linear-gradient(to right, #147b98  4%, #125778 78%);
}
#user_continue_option {
    max-width: 542px;
}
.user_continue a img {
    width: 82px;
    vertical-align: middle;
    position: absolute;
    left: -1px;
    top: 0px;
    background: #ffffff;
    border-radius: 100%;
    display: block;
}



.multi_box_bg{
    width: 100%;
    height: 100%;
}
.grid_items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    padding:0px 10px 10px;
}
.grid_items .products-items {
    width: 177px !important;
}
.grid_items .products-items {
    border: none;
    text-align: left;
}
.default_bg_color {
    height: 16px;
    cursor: pointer;
    width: 16px;
    display: block;
    text-transform: capitalize;
}
.grid_items .full_box_bg {
    border:none;
    padding: 7px 6px;
    margin: 0 0 1px;
    border-radius: 3px;
    cursor: pointer;
}
.grid_items .full_box_bg b {
    display: block;
    margin: 4px 5px 4px 0;
    font-size: 17px;
    font-weight: 600;
    vertical-align: middle;
    text-transform: capitalize;
}
.order_no h4 {
    text-align: center;
    padding: 18px 0;
    font-weight: bold;
    font-size: 50px;
}
.shop_no, .time {
    padding: 0;
    position: relative;
}
.shop_no {
    text-align: right;
}
.color_code .green_bg_color {
    background: #7db928;
}
.color_code .blue_bg_color {
    background: #006faa;
}
.color_code .red_bg_color {
    background: #e52f1c;
}
.color_code .orange_bg_color {
    background: grey;
}
.color_code .yellow_bg_color {
    background: #FFCC00;
}
.time p {
    font-size: 15px;
    color: #000;
    vertical-align: middle;
    padding: 2px 0 0 6px;
    font-weight: 500;
}
.grid_items .full_box_red{
    background: #e52f1c;
}
.grid_items .full_box_yellow{
    background: #FFCC00;
}
.grid_items .full_box_orange{
    background: grey;
}
.grid_items .full_box_red p,.grid_items .full_box_red,.grid_items .full_box_green,.grid_items .full_box_green p,
.grid_items .full_box_blue,.grid_items .full_box_blue p,
.grid_items .full_box_yellow,.grid_items .full_box_yellow p,
.grid_items .full_box_orange,.grid_items .full_box_orange p{
    color: #fff;
}
.grid_items .full_box_green{
    background: #7db928;
}
.grid_items .full_box_blue{
    background: #006faa;
}
.default_box_bg {
    background: #eaeaea;
}
.default_bg_color {
    background: #d6d6d6;
}

.color_code{
    padding: 9px 0 5px 0;
}
.color_code span {
    margin-right: 4px;
    display: inline-block;
}
.color_code b {
    cursor: pointer;
    font-size: 16px;
    margin: -5px 18px 0 0;
    vertical-align: middle;
    color: #484848;
    display: inline-block;
    text-transform: capitalize;
}
.react-datepicker__input-container input {
    border: 1px solid #cccccc;
    background: #ffffff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    margin: 0 0 0 8px;
}
.react-datepicker__input-container input::-webkit-input-placeholder {
  color: grey;
  font-size: 14px;
}
.time h6 {
    font-size: 14px;
    position: absolute;
    top: -12px;
    left: 6px;
    font-weight: bold;
}

.grid_items .blinker {
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@-moz-keyframes blinker {  
    /*0% { background: red; }*/
    50% { background: #fff ; }
    /*100% { background: red; }*/
}@-webkit-keyframes blinker {  
    /*0% { background: red; }*/
    50% { background: #fff ; }
    /*100% { background: red; }*/
}
@keyframes blinker {  
    /*0% { background: red; }*/
    50% { background: #fff; }
    /*100% { background: red; }*/
}




.box-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #2a2a2bd9;
    z-index: 999999;
    display: none;
}
#order_notification {
    width: 806px;
    left: 0;
    right: 0;
    display: none;
    margin: 0 auto;
    position: fixed;
    z-index: 9999999;
    top: 50px;
    border-radius: 0;
}
.close_icons {
    background: #fff;
    position: absolute;
    right: -38px;
    top: 0;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    padding: 6px 0 0;
    line-height: 0;
    cursor: pointer;
}
.close_icons i{
    color: #000;
    right: 4px;
    top: 2px;
}
.right_chat_content_ {
    position: relative;
    background: #f5f5f5;
    border: 1px solid #dee0e4;
    border-left: none;
    padding: 0;
    border-bottom: none;
    border-right: none;
}
.details_box h3 {
    background: #8BC34A;
    padding: 10px 21px;
    margin: 0 0 11px;
    font-size: 17px;
    border-bottom: 1px solid #cccccc75;
    color: #fff;
    text-align: center;
}
.details_inner ul li {
    border-bottom: 1px solid #cccccc47;
    padding: 0;
    clear: both;
}
.details_inner ul li b {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 20px;
    float: left;
    width: 29%;
    text-align: right;
    margin: 6px 16px 8px 0;
}
.details_box p {
    font-size: 18px;
    float: right;
    width: 68%;
    padding: 6px 0;
    line-height: 1.5;
}
.details_inner {
    padding: 9px 22px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 75vh;
}

#timer {
    font-weight: 500;
    color: white;
    text-align: center;
}

#timer div {
    display: inline-block;
    min-width: auto;
    text-align: center;
    padding: 0 9px;
    font-size: 17px;
}

#timer div span {
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin: 4px 0 0;
}
.main_head {
    text-align: right;
    padding: 0 0 7px;
}
.main_head b {
    font-size: 16px;
}
.main_contents {
    padding: 3px 0 0 13px;
    text-align: left;
}
.main_contents p {
    position: relative;
    font-size: 17px;
    line-height: 1.4;
}
.main_contents .label {
    text-transform: capitalize;
    margin: 3px 4px 6px !important;
    cursor: pointer;
    padding: 6px 10px;
    display: inline-block;
    vertical-align: middle;
    height: auto;
    position: relative;
    font-size: 11px;
}
.main_contents .label  svg{
    position: absolute;
    right: 0;
    top: 0;
}
.bdr_box {
    border-bottom: 1px solid #cccccc78;
    padding: 1px 29px 1px;
}
.bdr_box:last-child{
    border-bottom: none;
}
.button_close {
    padding: 16px 21px;
    position: absolute;
    right: -67px;
    top: -47px;
}
.button_close button{
    border-radius: 100%;
    height: 29px;
    width: 29px;
    text-align: center;
    padding: 4px 5px;
}
.button_close button svg{
    
}
.login_bg {
        width: 100%;
        height: auto;
       background: url('../bgimage.jpg');
        background-position: center center;
        background-size: 100% 85%;
        animation: animatedBackground 500s linear infinite;
        background-repeat: repeat-x;
    }
    .green-field {
        position: fixed;
        bottom: -50px !important;
        width: 100%;
        left: 0;
        right: 0;
        z-index: -9;
    }
    .green-field img {
        width: 100%;
    }
    .cart-image {
        position: absolute;
        right: 0;
        top: 50vh;
        z-index: 9;
    }
    .forget_password {
    max-width: 365px;
    margin: 94px auto 0;
    text-align: center;
    padding: 31px 43px;
    border-radius: 8px;
}
.form_grouphs:-webkit-input-placeholder { 
  color: #000;
}
.form_grouphs::-moz-placeholder { 
  color: #000;
}
.form_grouphs:-ms-input-placeholder { 
  color: #000;
}
.form_grouphs:-moz-placeholder { 
  color: #000;
}
.form_grouphs input {
background: #dadada80;
border-radius: 35px;
border: 2px solid #ffffff63;
margin-bottom: 18px;
width: 100%;
font-size: 15px;
height: 43px;
padding: 0 57px;
color: #000;
text-align: center;
}
.cart-image img {
width: 79%;
-webkit-animation: shakes 5s cubic-bezier(.36,.07,.19,.97) infinite;
animation: shakes 5s cubic-bezier(.36,.07,.19,.97) infinite;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
}
/! CSS Used keyframes /
@-webkit-keyframes move_background{from{background-position:0 0;}to{background-position:650px 0;}}
@keyframes move_background{from{background-position:0 0;}to{background-position:650px 0;}}
@-webkit-keyframes shakes{10%,90%{-webkit-transform:translate3d(-1px,0,0);transform:translate3d(-1px,0,0);}20%,80%{-webkit-transform:translate3d(2px,0,0);transform:translate3d(2px,0,0);}30%,50%,70%{-webkit-transform:translate3d(-4px,0,0);transform:translate3d(-4px,0,0);}40%,60%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0);}}
@keyframes shakes{10%,90%{-webkit-transform:translate3d(-1px,0,0);transform:translate3d(-1px,0,0);}20%,80%{-webkit-transform:translate3d(2px,0,0);transform:translate3d(2px,0,0);}30%,50%,70%{-webkit-transform:translate3d(-4px,0,0);transform:translate3d(-4px,0,0);}40%,60%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0);}}

.forget_password button {
width: 100%;
display: inline-block;
background: linear-gradient(#67ae55, #578843);
border-color: #3b6e22 #3b6e22 #2c5115;
border: none;
color: #fff;
padding: 15px 7px;
border-radius: 35px;
font-size: 20px;
margin: 7px 0 23px;
}
@keyframes animatedBackground {
from {
background-position: -10000px 0;
}
to {
background-position: 0 0;
}
}
.forget_password > img{
        margin: 0 0 19px;
}
.order_box {
    position: absolute;
    left: 20px;
    top: 5px;
}
.order_box svg{
        width: 32px;
}
.search-bt{
    background: #7db928;
    color: #fff;
    border: none;
    padding: 7px 18px;
    margin: 0 0 0 7px;
}
.order_box2 {
    left: 58px;
}
.order_box2 svg{
        width: 32px;
}


#customers td {
    font-size: 14px;
}
#customers tr td:last-child i{
    color: #e52f1c;
}
#customers tr th:last-child,#customers tr td:last-child{
    text-align: left;
}
#customers {
  border-collapse: collapse;
  width: 100%;
}

 #customers th {
  border: 1px solid #ddd6;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f5f5f5;}

#customers tr:hover {background-color: #f5f5f5;}

#customers th {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    background-color: #f5f5f5;
    color: black;
    font-size: 13px;
    font-weight: 400;
}
.order_box3{
    left: 94px;
}
#customers td {
    padding: 5px  8px;
    border: 1px solid #cccccc75;
}

.customers-- td {
    padding: 10px 8px;
}
.accont_right_layout h3 {
    font-weight: 400;
    background: whitesmoke;
    font-size: 18px;
    padding: 10px 17px;
    margin: 10px 0 10px 8px;
    border: 1px solid #e6e6e6;
}
.orderlist-table{
    padding: 0 0 0 8px;
}
.pLoading{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #0000006e;
    z-index: 1;
}
.pLoading p {
    top: 50%;
    left: 47%;
    position: relative;
    color: #fff;
    font-size: 45px;
}
a:focus {
    outline: none;
    outline-offset: unset;
}
.react-datepicker__tab-loop,.react-datepicker-wrapper{
    display: inline-block;  
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #7db928;
    border-color: #7db928;
}
/*responsive*/

@media(max-width: 1250px){
    .content-width{
        width: 1024px;
    }
    .button_close {
        padding: 16px 21px;
        position: fixed;
        right: 50px;
        top: 7px;
        z-index: 999999;
    }
    .popup_inner {
        width: 68%;
        position: fixed;
        overflow-y: scroll;
        height: 313px;
    }
    .login_sec {
        overflow-y: scroll;
    }
    .popup-box_1, .popup-box_2, .popup-box_3, .popup-box_5, .popup-box_6, .popup-box_8, .popup-box_9, .popup-box_10 {
        left: 17%;
        top: 4%;
        width: 68%;
    }
    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-size: 12px !important; 
         height: 36px;       
    }
    .absolute-btn h3 {
        padding-top: 6px;
        font-size: 21px;
    }
    .products_category {
        width: 192px;
    }
    .kot_inner_page .mobile_topbar_left {
        width: 33%;
    }
    .kot_inner_page .right_align_icons {
        margin-left: 0;
        width: 36%;
    }
    .keyboard_typing{
        display: none;
    }
    .products-list-table .yellow-btn, .products-list-table .blue-btn{
        padding: 14px 0;
    }
    .topbar-sec .icons-left a, .topbar-sec .icons-right a {
        margin-left: -15px;
    }
    .mobile_topbar_left{
        width: 25%;
    }
    .middle_logo {
        width: 29%;
        text-align: center;
        padding-left: 101px;
    }
    .products-left li a {
        padding: 10px 10px;
    }
    .right_align_icons {
        margin-left: 0;
        width: 46%;
    }
    .products-list li {
        padding: 8px 2px 8px 0px;
    }
    .products-list li a {
        font-size: 10px;
    }
    .products-list .yellow-btn, .products-list .blue-btn {
        padding: 15px 6px 13px;
        font-size: 12px;
    }
    .products-items img {
        height: 87px;
    }
    /*.products-items {
        width: 140px;
    }*/
    .products-items {
        width: 19%;
    }
    .products-items img {
        height: 120px;
    }
    .absolute-box {
        padding: 2px 0;
    }
    .gray-box {
        min-height: 75%;
    }
    .slides_bar{
        display: none !important;
    }
    .products-box {
        height: 100%;
        padding-bottom: 60px;
    }
     .forget_password {
        margin: 19px auto 0;
    }
    .down_box,.bottom_box {
        display: block;
        text-align: center;
        cursor: pointer;
    }
    .down_box img ,.bottom_box  img{
        width: 36px;
        margin-top: 5px;
    }
    .cart-image {
        top: 63vh;
    }
    .cart-image img {
        width: 65%;
    }
    .login-form{
        margin-top: 20px;
    }
    #topbar {
        padding: 22px 0;
    }
    .middle_logo img {;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0px;
    }
    .grid_items .products-items {
    width: 162px !important;
}
}

@media(max-width: 1024px){
    .content-width{
        width: 740px;
    }
    .button_close {
        right: 13px;
    }
    .grid_items .full_box_bg b {
        font-size: 13px;
    }
    .color_code .btn-default {
        font-size: 12px;
        padding: 6px 8px;
    }
    .react-datepicker__input-container input {
        border-radius: 4px;
        margin: 0 0 0 8px;
        font-size: 12px;
    }
    .popup_inner {
        width: 79%;
    }
    .time-select{
        padding: 4px 0 0;
    }
    .color_code {
        padding: 6px 0 5px 0;
    }
    .cart-image img {
        width: 52%;
    }
    .cart-image {
        top: 70vh;
    }
    .products-list-table .yellow-btn, .products-list-table .blue-btn {
        padding: 8px 0;
    }
    .middle_logo {
        padding-left:49px;
    }
    .gray-box td, th {        
        font-size: 10px;
        padding: 8px 4px;
    }
    .login_sec {
        width: 39%;
    }
    .popup-box_1, .popup-box_2, .popup-box_3, .popup-box_5, .popup-box_6, .popup-box_8, .popup-box_9, .popup-box_10 {
        left: 16px;
        top: 4%;
        width: 96%;
    }
    .popup-box_4 {
        left: 31%;
        top: 20%;
        width: 43%;
    }
    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-size: 9px !important;
        height: 30px !important;
        padding: 0px 4px !important;
    }
    .ui-keyboard-preview-wrapper .ui-keyboard-preview{
        font-size: 14px !important;
    }
    .products_category {
        width: 176px;
    }
      .gray-box {
        min-height: auto;
    }
    .products-list-table .yellow-btn, .products-list-table .blue-btn {
        font-size: 14px;
    }
    .topbar-sec .icons-left a, .topbar-sec .icons-right a {
        margin-left: -23px;
        font-size: 9px;
    }
   /* .products-items{
        margin: 8px 0 0 9px;
    }*/
    .products-items {
        margin: 8px 0 0 10px;
    }
    .products-left li a {
        padding: 10px 8px;
        font-size: 11px;
    }
   /* .products-items img {
        height: 117px;
    }*/
    .products-items img {
        height: 88px;
    }
    .absolute-box {
        top: 66%;
    }

    .products-items p {
        font-size: 11px;
    }
    /*.products-items {
        width: 134px;
    }*/
    .products-items {
        width: 22.5%;
    }
    .absolute-btn h3 {
        padding: 6px 10px 5px;
        font-size: 16px;
    }
    
    .products-list li {
        padding: 0px 15px 4px;
        border-right: none;
        display: block;
        border-bottom: 1px solid #ccc;
    }
    .products-list li a {
        font-size: 12px;
        display: inline-block;
    }
    .products-list .yellow-btn, .products-list .blue-btn {
        padding: 15px 4px 13px;
        font-size: 9px;
    }
    .products-list i {
        margin-left: 3px;
    }
}

@media(max-width: 767px){
    .content-width{
        width: auto;
    }
    .order_box2,.order_box3{
        display: none;
    }
    .popup_inner {
    width: 88%;
    top: 73px;
    padding: 7px 0;
    position: fixed;
}
    .cart-image img {
        width: 83%;
    }
    .green-field {
        bottom: -13px !important;
    }
    #mySidenav .keyboard_click{
        display: none;
    }
    .middle_logo {
        padding-left: 0;
    }
    .main_contents {
        padding: 3px 0 0 0px;
    }
    .main_head {
        text-align: left;
        padding: 0 0 7px;
    }
    .button_close {
        right: -10px;
        top: 0;
    }
    .login_sec {
        width: 96%;
        left: 7px;
    }
    .popup-box_3 .sale_table_box td, .sale_table_box th {
        padding: 9px 6px;
        font-size: 10px;
        /*display: inline-block;
        width: 25%;*/
    }
    .login_sec img {
        width: 100%;
        padding: 0 36px 18px;
    }
    .login_sec .checkout_split li {
        height: 118px;
        line-height: 6;
    }
    .login_sec .checkout_split {
        padding: 4px;
        float: right;
        width: 32%;
    }
    .login_sec .calcular_btn {
        padding: 4px 0 0 4px;
        float: left;
        width: 68%;
    }
    .split_bill_btn li {
        width: 22.9%;
        padding: 9px 1px;
        font-size: 11px;
    }
    .search_form input{
        width: 100%;
    }
    .sale_table_box i{
        margin-bottom: 5px;
    }
    .close_icons {
        position: absolute;
        right: 0;
        top: 7px;
    }
    .customer_form input{
        width: 47.4%;
    }
    .mobile_menu-btn {
        display: block;
        position: absolute;
        right: 11px;
        top: 9px;
    }
    .ui-widget.ui-widget-content{
        display: none !important;
    }
    .popup-box_1, .popup-box_2, .popup-box_3, .popup-box_5, .popup-box_6, .popup-box_8, .popup-box_9, .popup-box_10 {
        left: 8px;
        top: 1% !important;
        width: 96%;
    }
        .popup-box_4 {
        left: 7px;
        top: 28%;
        width: 96%;
    }
    .popup-box_8 .split_bill_btn li {
        width: 23.5%;
        font-size: 11px;
    }
    .sale_return_items {
        padding: 0 4px;
    }
    .popup-box_7 {
        display: none;
    }
    .middle_logo {
        width: 100%;
        text-align: left;
    }
    .right-sec {
        float: none;
        width: 100%;
    }
    .middle_logo img {
        padding: 5px 9px 4px;
        width: 129px;
    }
    .products-box input{
        display: block;
    }
    .products-left i{
        font-size: 31px;
    }
    .products-box > i{
        display: none;
    }
    .products-left > i{
        display: block;
        font-size: 14px;
    }
    .absolute-btn {
        position: fixed;
        width: 100%;
    }
    .products-list-table {
        float: none;
        width: 100%;
        padding: 0 10px;
    }
    .topbar-sec li {
        display: inline-block;
    }
    .topbar-sec .icons-left a, .topbar-sec .icons-right a {
        margin-left: 0;
        font-size: 14px;
    }
    .icons-left,
    .icons-right {
        text-align: center;
    }
    .topbar-sec {
        margin-bottom: 10px;
        float: none;
        text-align: center;
        width: 100%;
        display: none;
    }
    .topbar-sec img {
        padding-top: 0;
    }
    .products-left {
        float: none;
        position: static;
        position: relative;
        height: auto;
        width: 100%;
    }
    .products-box {
        float: none;
        width: auto;
        padding-bottom: 0;
        position: static;
        overflow-y: scroll;
        height: auto;
        display: block;
    }
    .products-items {
        width: 112px;
    }
    .products-items img {
        height: 87px;
    }
    .absolute-box{
        position: static;
    }
    .products-list {
        float: none;
        width: 100%;
    }
    .products-list li {
        padding: 8px 14px 8px;
        border-right: none;
    }
    .products-list li a {
        font-size: 15px;
        margin-bottom: 5px;
        display: inline-block;
    }
    .gray-box {
        margin-top: 15px;
        max-height:100%;
        overflow-y: hidden;
        position: static;
        width: 100%;
    }
    .products-list .yellow-btn, .products-list .blue-btn {
        font-size: 14px;
        width: 50%;
    }
    .mobile-hide{
        position: fixed;
        top: 0;
        left: 0;
        width: 70%;
        display: none;
        background: #006faa;
        display: none;
        overflow-y:scroll;
        min-height: 100%; 
        z-index: 999999;
    }
    .mobile-hide::-webkit-scrollbar-track{  
        background-color: #f7f7f7;
    }
    .mobile-hide::-webkit-scrollbar{
        width: 4px;
        background-color: #f7f7f7;
    }
    .mobile-hide::-webkit-scrollbar-thumb{  
        background-color: #ddd;
    }
    .menu-btn{
        display:none;
        top: 0;
        right: 0;
    }  
    .gray-box {
        margin-bottom: 0;
        min-height: auto;
        margin-top: 0;
    }
    .products_category {
        width: 164px;
    }
    .products_category img{
        height: 120px;
    }
    .time-select {
        padding: 4px 0 0;
        text-align: left;
    }
    .grid_items .products-items {
        width: 165px !important;
    }
    .shop_no {
        position: absolute;
        top: 8px;
        right: 3px;
    }
    #timer div {
    padding: 0 6px;
    font-size: 15px;
}


}

@media(max-width: 767px){
    .container{
        width: 596px;
    }
    .products-items img {
        height: 110px;
    }
    .products-items {
        width: 23.3%;
    }
    .color_code .btn-default {
        margin-top: 2px;
    }
    .react-datepicker__input-container input {
        margin: 0 0 0 3px;
        font-size: 10px;
        padding: 8px 7px;
    }
    .color_code .btn-default {
        padding: 6px 6px;
    }

}

@media(max-width: 707px){
    .container{
        width: 563px;
    }
    .grid_items .products-items {
        width: 92% !important;
    }
    
}

@media(max-width: 595px){
    .container{
        width: 374px;
    }
    .products-items img {
        height: 77px;
    }
    .products-items {
        width: 30.6%;
    }
}

@media(max-width: 375px){
    .container{
        width: 320px;
    }
    .products-items {
        width: 46%;
        float: left;
    }
    .products_category {
        width: 47%;
        float: left;
    }
    .products-box {
        height: 240px;
    }
    .gray-box {
        max-height: auto;
    }
    #timer div {
    padding: 0 12px;
    font-size: 24px;
}
}




