/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# POS FRONT GENERAL CSS
# POS FRONT HEADER CSS
# POS FRONT LAYOUT ONE CSS
# POS FRONT LAYOUT TWO CSS
# POS FRONT LAYOUT THREE CSS
---------------------------------------------------------------*/

/*---------------------- # POS FRONT GENERAL CSS ------------------------*/
/* @import url('https://fonts.cdnfonts.com/css/Roboto'); */
#tmdwppos,
#tmdwppos h4 {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

#tmdwppos table {margin-bottom:0px}

.notice.notice-success {
    color: green;
}
.notice.notice-error {
    color: red;
}


#tmdwppos h2 {
    font-size: 1.5em;
}

#tmdwppos .button,
#tmdwppos .button-primary {
    padding: 10px 10px;
    border: none;
    color: #FFFFFF;
    text-align: center;
    transition: all .5s;
    cursor: pointer;
    background: #15b3ee;
    position: relative;
    font-size: 14px;
	font-family:'Roboto';
}

#tmdwppos #tmd_pos_repost_list_filter {
     margin-bottom: 10px;
    width: 100%;
    float: none;
    text-align: left;
}
.tmd_pos_order_list_main .dataTables_wrapper .dataTables_filter input {
    margin-left: 0;
    background-color: #fff;
}
.tmd_pos_order_list .sorting_1 {
    box-shadow: inset -3px 1px 19px 0px rgb(0 0 0 / 5%) !important;
}
.tmd_pos_order_list .td {
    box-shadow: none !important;
}

.tmd_pos_order_list table.dataTable.hover>tbody>tr:hover>*,
table.dataTable.display>tbody>tr:hover>* {
    box-shadow: none !important;
}

#tmdwppos .tmd_pos_order_list_main table {
    width: 100%;
    background: #fff;
}

.tmdpos_search .button,
.tmdpos_search .button-primary {
    border-radius: 10px !important;
}

.tmd_pos_report_list_main .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #15b3ee;
    color: #ffffff !important;
    border: 1px solid #15b3ee;
}

.tmd_pos_report_list_main .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #15b3ee !important;
    color: #ffffff !important;
    border: 1px solid #15b3ee;

}

.tmd_pos_report_list_main .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.tmd_pos_report_list_main .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #15b3ee !important;
    color: #ffffff !important;
    border: 1px solid #15b3ee;

}

.tmd_pos_product_list_main .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #15b3ee !important;
    color: #ffffff !important;
    border: 1px solid #15b3ee;

}

.tmd_pos_product_list_main .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.tmd_pos_report_list_main .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #15b3ee !important;
    color: #ffffff !important;
    border: 1px solid #15b3ee;

}

#tmd_product_list_filter {
    margin-bottom: 10px;

}

#tmdwppos .button:hover,
#tmdwppos .button-primary:hover {
    opacity: .8;
    background-color: #000;
}

#tmdwppos ul {
    padding: 0;
    margin: 0;
}

#tmdwppos ul li {
    list-style: none;
/*    margin: 0;*/
}

#tmdwppos a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

#tmdwppos .tmdpos_body input {
    width: 100%;
    display: block;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    min-width: 50px;
}

#tmdwppos {
    overflow: hidden;
    height: 100vh;
}

/*------------------------------- # POS FRONT HEADER CSS -------------------*/
#tmdwppos .tmdpos_topheader {
    background: #000428;
    color: #ffffff;
/*    margin-bottom: 3px;*/
    padding: 5px;
/*    box-shadow: 2px 2px 4px 1px #ccc;*/
    margin-left: 80px;
    transition: all 0.5s ease;
}

#tmdwppos .tmdpos_topheader li {margin-bottom:0px !important}
#tmdwppos .tmdpos_topheader.open {
    margin-left: 200px;
}

#tmdwppos .tmdpos_topheader ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#tmdwppos .tmdpos_topheader ul+ul {
    padding: 15px 15px 5px 15px;
}

#tmdwppos .tmdpos_topheader ul+ul .fa {
    margin-right: 10px;
}

#tmdwppos .tmdpos_topheader ul+ul .fa+.fa {
    margin-right: 0;
    font-size: 18px;
}

#tmdwppos .tmdpos_search {
    position: relative;
    display: flex;
}

#tmdwppos .tmdpos_search .tmd_pos_search_icon {
    position: absolute;
    top: 10px;
    left: 12px;
    right: auto;
    bottom: auto;
    font-size: 16px;
    color: #888;
    text-transform: capitalize;
    padding: 10px 6px 0;
    margin-left: -3px;
    border-radius: 2px;
    cursor: pointer;
    inset: 5px auto auto 10px;
}

#tmdwppos .tmdpos_search .tmd_pos_barcode_icon {
    position: absolute;
    top: 6px;
    right: 12px;
    bottom: auto;
    font-size: 16px;
    color: #888;
}

#tmdwppos .tmdpos_search input[type=search] {
    height: 50px;
}

#tmdwppos .tmdpos_search .tmd_pos_barcode_icon img,
#tmdwppos .tmdpos_search .tmd_pos_search_icon img {
    height: 20px;
    width: 20px;
}

#product_barcode_filter {
    display: none;
}

#tmdwppos .tmdpos_search input {
    padding: 5px 45px;
    font-size: 16px;
}

#tmdwppos .tmdpos_body form {
    margin-bottom: 15px;
}

#tmdwppos .tmdpos_left {
    background: #f5f5f5;
    overflow: auto;
    padding: 0px 0px;
    width: 65%;
    float: left;
}

.clearfix {
    clear: both;
}





#tmdwppos .pos-layout-one-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 190px;
    background: #000428; 
   /* background: -webkit-linear-gradient(to right, #004e92, #000428); 
    background: linear-gradient(to right, #004e92, #000428);*/
    z-index: 100;
    transition: all 0.5s ease;
    padding: 0px 5px;
}
#tmdwppos .pos-layout-one-menu.close {
    width: 78px;
}

#tmdwppos .pos-layout-one-menu .logo-details {
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}

#tmdwppos .pos-layout-one-menu .nav-links {
    height: 100%;
    padding: 0 0 150px 0 !important;
    overflow: auto;
}

#tmdwppos .pos-layout-one-menu.close .nav-links {
    overflow: visible;
}

#tmdwppos .pos-layout-one-menu .nav-links::-webkit-scrollbar {
    display: none;
}
#tmdwppos .pos-layout-one-menu .nav-links li {
    position: relative;
    list-style: none;
    transition: all 0.4s ease;
    margin: 5px 0;
}
#tmdwppos .pos-layout-one-menu .nav-links li:hover {
    background: #1d1b31;
}

#tmdwppos .pos-layout-one-menu .nav-links li i {
    height: 60px;
    min-width: 65px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#tmdwppos .pos-layout-one-menu .nav-links li a {
    display: flex;
    align-items: center;
    text-align: center;
    border: 1px solid transparent;
    text-decoration: none;
}

#tmdwppos .pos-layout-one-menu .nav-links li a:hover {
    background-color: #1378DD!important;
    color: #fff!important;
    border: 1px solid #1378DD!important;
    border-radius: 4px;
}

#tmdwppos .pos-layout-one-menu .nav-links li a.current-menu {
    background-color: #1378DD!important;
    color: #fff!important;
    border: 1px solid #1378DD!important;
    border-radius: 4px;
}

#tmdwppos .pos-layout-one-menu .nav-links li a .link_name {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    transition: all 0.4s ease;
}
#tmdwppos .pos-layout-one-menu.close .nav-links li a .link_name {
    transition: all 0.4s ease;
    display: none;
}

#tmdwppos .tmdpos_right {
    background: #fff;
    height: calc(100vh - 50px);
    float: left;
    width: 35%;
	box-shadow: 2px 2px 8px 2px #000;
}

#tmdwppos button {
    margin: 0px !important;
}

@media screen and (max-width: 849px) {
	#tmdwppos {
		overflow:auto !important;
		height:auto !important;
	}
	#tmdwppos .tmdpos_right {
        background: #fff;
        height: auto;
        float: left;
        width: 100%;
	}
	#tmdwppos .tmdpos_products {
		height: auto !important;
		overflow-y: auto;
		padding: 10px 0px;
		background: #fff;
	}	
	#tmdwppos .table-responsive{
		float:left;
        height: 180px !important;
        overflow-y: scroll;
	}

    #tmdwppos .pos-layout-one-menu .nav-links {
        padding-left: 0px !important;
    }
    
    #tmdwppos button {
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #tmdwppos .pos-layout-one-menu.close {
        width: 0px;
        padding: 0px;
        opacity: 0;
    }
    
    #tmdwppos .tmdpos_topheader {
        margin-left: 0px;
    }
    
    #tmdwppos .tmdpos-global-holder {
        width: 100% !important;
    }
    
    #tmdwppos .tmdpos_left-right {
        padding-right: 0px;
    }
    
    #tmdwppos .tmd_button_row2 {
        gap: 16px;
        padding: 0 16px;
    }
    
    .tmd_pos_load_more_btn {
        width: 100% !important;
    }
    
    #tmdwppos .tmdpos_left {
        overflow-y: scroll;
        max-height: 500px;
    }
    
    .tmdpos_right.tmd_pos_order_data {
        position: fixed;
        bottom: 0;
    }
    
    #tmdwppos .button, #tmdwppos .button-primary {
        margin: 0 !important;
    }
    
    .tmd_pos_load_more_div {
        padding: 0 16px;
    }
    
    #tmdwppos .tmd_button_row2 button, #tmdwppos .tmd_button_row2 a {
        height: unset;
        font-size: 14px;
        padding: 5px !important;
    }
    
    #tmdwppos #tmd_pos_checkout {
        border-radius: 0px !important;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #tmdwppos .tmdpos_body input {
        margin: 0px;
        height: 50px;
    }
    
    .tmd_pos_load_more_btn {
        width: 100%;
    }

    .tmdpos_right .tmdpos_amount .fa {
        font-size: 14px;
    }
    
    #tmdwppos button i {
        display: none !important;
    }
    
    #tmdwppos button {
        font-size: 12px !important;
    }
    
    #tmdwppos .tmd_pos_order_data .btn-pay {
        font-size: 12px;
        height: 40px !important;
    }
}

#tmdwppos .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    grid-gap: 15px;
    text-align: center;
    padding: 0 8px 0 5px;
}

#tmdwppos .grid li .top {
    position: absolute;
    top: 5px;
    right: 5px;
}

#tmdwppos .tmdpos_products .grid li img {
    width: 100%;
    height: 100%;
}

#tmdwppos .tmdpos_products .grid li {
    background: #fff;
    min-height: 100px;
    border-radius: 5px;
    border-color: #9bc7d4;
    border-top-style: solid;
    border-width: 8px;
    width: 24%;
    margin-left: 10px;
    margin-right: 10px;
}

#tmdwppos .tmdpos_items {
    min-height: 100px;
    height: 110px;
    overflow-y: auto;
}

#tmdwppos .tmdpos_items .grid li {
    height: 100px;
    border-radius: 5px;
    color: #fff;
    background: linear-gradient(61deg, #d87074 22%, #668e98 60%);
    position: relative;
}

#tmdwppos .tmdpos_products {
    overflow-y: auto;
}

#tmdwppos .grid li a {
    color: #000;
    display: grid;
    align-items: center;
    justify-content: center;
    position: relative;
    white-space: normal !important;
    overflow: hidden;
}

#tmdwppos .tmdpos_items .grid li a {
    color: #fff;
    padding-top: 40px;
}

#product_list li {
    background: rgb(255, 255, 255);
    width: 22.5%;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
/*    box-shadow: 0 1px 3px 3px #ddd;*/
    border: 1px solid #ddd;
}

#product_list li img {
    width: 100%;
}

#product_list li .top {
    position: absolute;
    top: 5px;
    right: 5px;
}

#tmdwppos .grid2 li .top {
    position: absolute;
    top: 5px;
    right: 5px;
}

/*#tmdwppos .tmdpos_products .grid2 li img {
    width: 90%;

}*/

#tmdwppos .tmdpos_products .grid2 li {
    background: rgb(255, 255, 255);
    /* width: auto; */
    margin-left: 2px;
    margin-right: 1px; 
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
    transition: all 0.5s ease;
/*    box-shadow: 0 1px 3px 3px #ddd;*/
    border: 1px solid #ddd;
}

#tmdwppos .tmdpos_products .grid2 li:hover {
    border-color: #15b3ee;
}

#tmdwppos .tmdpos_items {
    min-height: 130px;
    height: 150px;
    padding: 5px 0;
    overflow-y: auto;
}

#tmdwppos .tmdpos_items .grid2 li {
    height: 100px;
    border-radius: 5px;
    color: #fff;
    background: linear-gradient(61deg, #d87074 22%, #668e98 60%);
    position: relative;
    width: 24%;
}

#tmdwppos .tmdpos_products {
    height: calc(100vh - 250px);
    overflow-y: auto;
    padding: 10px 0px;
    background: #fff;
}

#tmdwppos .grid2 li a {
    color: #000;
    display: grid;
    align-items: center;
    justify-content: center;
    position: relative;
    white-space: normal !important;
    overflow: hidden;
}

#tmdwppos .tmdpos_items .grid2 li a {
    color: #fff;
    padding-top: 25%;
}

#tmdwppos .table-responsive {
    overflow-x: auto;
    height: calc(100vh - 335px);
    margin-right: 2px;
    padding-right: 8px;
}

#tmdwppos table {
    width: 100%;
    border-collapse: collapse;
}

#tmdwppos .tmd_pos_order_list table tr th {

    color: #fff !important;
}

#tmdwppos table tr th,
#tmdwppos table tr td {
    text-align: left;
    text-transform: capitalize;
    color: #000;
    font-family: sans-serif;
}

#tmdwppos .checkout-main-div {
    display: block;
    position: relative;
    background: rgb(255, 255, 255);
    border-radius: 3px;
}

#tmdwppos .tmd-pos-modal {
    display: block;
    position: relative;
    background: rgb(255, 255, 255);
    border-radius: 8px;
    height: 90%;
    overflow-y: scroll;
    width: 50%;
}

#tmd_pos_checkout_pop #dismiss-checkout {
    background: #000;
    position: absolute;
    right: 23%;
    top: 0;
    color: #fff;
    z-index: 99999999;
}

#tmdwppos table.border-bottom tr:last-child td {
    border-bottom: 1px solid #ddd;
	width: 25%;
	padding: 10px 10px;
}

.tmd_pos_td .pos_order_now {
    padding: 8px 40px !important;
    font-size: 16px!important;
    width: 100%;
}

.button.add_new_customer.tmdpos-save {
    margin: 0px !important;
    display: block;
    padding: 8px !important;;
    margin-top: 10px !important;
}


#tmdwppos table.border tr td {
    border-bottom: 1px solid #ddd;
    width: 25%;
    vertical-align: middle;
}

#tmdwppos .poschangeoverTable td {
    vertical-align: top;
}

#tmdwppos .tmdpos_right table td p {
    margin: 5px 0 0;
    font-size: 13px;
}

#tmdwppos .label {
    background: #e4eaee;
    padding: 5px;
    font-size: 10px;
    border-radius: 2px;
    font-weight: 600;
    color: #6a8c94;
}

#tmdwppos .bg-light {
    color: #fbfbfb;
    background: red;
	font-size:14px;
}

#tmdwppos .text-right {
    text-align: right;
}

#tmdwppos .text-center {
    text-align: center;
}

#tmdwppos .numbers {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
}

#tmdwppos .viewdetails {
    color: #3998ce;
}

#tmdwppos .tmdpos_amount ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

#tmdwppos .tmdpos_amount ul+ul {
    border-bottom: 0;
}

#tmdwppos .tmdpos_amount {
    padding: 15px 0;
}

#tmdwppos .tmdpos_amount .add {
    text-transform: uppercase;
    font-weight: 600;
}

#tmdwppos .tmdpos_amount ul li a {
    margin-left: 10px;
    color: #3998ce;
}

#tmdwppos .tmdpos_amount ul+ul li a {
    margin-left: 0;
}

#tmdwppos .btn-pay {
    background: #078312;
    border: 1px solid #44ad4d;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    color: #fff;
    font-size: 14px;
    transition: all .5s ease;
   width:50%;
}

#tmdwppos .tmd_button_row2{
	display:flex;
}

#tmdwppos .btn-pay:hover {
    opacity: .9;
}

#tmdwppos .b-darkblue {
    border-color: #668e98 !important;
}

#tmdwppos .b-yellow {
    border-color: #e3c08b !important;
}

@media(max-width:768px) {
    #tmdwppos {
        width: 100%
    }
    .tmdpos_body.tmd-pos-layout-one {
        padding: 0 !important;
    }
}

@media(max-width:400px) {
    #tmdwppos .tmdpos_body {
        grid-template-columns: 1fr
    }
}

#tmdwppos .tmd_post_cart_icon {
    position: absolute;
    left: 0;
    color: #3b4a53;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s, visibility .2s;
    font-size: 35px;
    cursor: pointer;
}

#tmdwppos .tmd_post_cart_unable {
    position: absolute;
    top: 30%;
    left: 3%;
    color: rgb(59, 74, 83);
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease 0s, visibility .2s ease 0s;
    font-size: 20px;
    cursor: pointer;
}

#tmdwppos .tmd_pos_pd_img:hover .tmd_post_cart_unable {
    visibility: visible;
    opacity: 1;
}

#tmdwppos .tmd_post_cart_unable {
    color: #eeb000;
    filter: url();
    mix-blend-mode: difference;
    z-index: 9999;
}

#tmdwppos .tmd_post_outof_icon {
    position: absolute;
    color: rgb(59, 74, 83);
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease 0s, visibility .2s ease 0s;
    font-size: 25px;
    top: 40%;
    left: 5%;
    cursor: no-drop;
}

#tmdwppos .tmd_pos_pd_img:hover .tmd_post_cart_icon {
    visibility: visible;
    opacity: 1;
}

#tmdwppos .tmd_pos_pd_img:hover .tmd_post_outof_icon {
    visibility: visible;
    opacity: 1;
}

#tmdwppos .tmd_post_cart_icon {
    position: absolute;
    top: 35%;
    left: 40%;
    color: #FC8019;
}

#tmdwppos .tmd_post_outof_icon {
    color: #ffffffff;
    filter: url();
    mix-blend-mode: difference;
    z-index: 9999;
}

#tmdwppos .tmd_admin_menu_button {
    padding: 5px 10px;
    border: none;
    color: #FFFFFF;
    text-align: center;
    transition: all .5s;
    cursor: pointer;
    background: #9BC7D4;
    position: relative;
}

#tmdwppos .tmd_admin_menu_button .tmd_dropdown_icon {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: .5s;
}

#tmdwppos .tmd_admin_menu_button .tmd_dropdown_icon:after {
    content: '\25bc';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -5px;
    transition: .5s;
}

#tmdwppos .tmd_admin_menu_button:hover .tmd_dropdown_icon {
    padding-right: 20px;
    width: auto;
}

#tmdwppos .tmd_admin_menu_button:hover .tmd_dropdown_icon:after {
    opacity: 1;
    right: 0;
}

/*#tmdwppos .tmd_back_button {
    background: none;
    border: none;
}

#tmdwppos .tmd_back_button .admin_back {
    padding: 7px 10px;
    border: none;
    color: rgb(255, 255, 255);
    text-align: center;
    transition: all .5s ease 0s;
    cursor: pointer;
    background: #15b3ee;
    position: relative;
    color: #ffffff;
}*/

#tmdwppos .tmd_admin_menu_button .tmd_dropdown_icon {
    border: none;
    outline: none;
    color: white;
    background-color: inherit;
    margin: 0;
}

#tmdwppos .tmd_pos_admin_menu_content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    z-index: 9999;
    right: 0;
    top: 27px;
    background: #3b4a53;
    color: #ffffff;
}

#tmdwppos .tmd_pos_admin_menu_content a {
    float: none;
    color: #ffffff;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
}

#tmdwppos .tmd_pos_admin_menu_content a:hover {
    background: #668e98;
}

#tmdwppos .tmd_pos_admin_menu:hover .tmd_pos_admin_menu_content {
    display: block;
}

#tmdwppos .grid li a:focus {
    box-shadow: none;
    outline: 0;
}

#tmdwppos .tmd_pop_option_pd {
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .4);
}

#tmdwppos .tmdpop-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
    display: flex;
    position: relative;
    border-radius: 5px;
    margin-bottom: 15%;
}

.tmd_pos_product_description .product_option {
    justify-content: left;
    display: grid;
}

#tmdwppos .cartpopclose {
    position: absolute;
    float: right;
    top: -15px;
    right: -15px;
    font-size: 26px;
    border: 0 solid #ffffff;
    border-radius: 50%;
    padding: 0px 9px;
    background: rgb(0, 0, 0, .5);
    z-index: 99999;
    color: #fff;
}

#tmdwppos .cartpopclose:hover,
#tmdwppos .cartpopclose:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

#tmdwppos .product_detail_option {
    width: 100%;
    margin: 15px;
}

#tmdwppos .tmd_pos_product_description {
    text-align: initial;
    line-height: 30px;
}

#tmdwppos .tmd_pos_cart_btn {
    text-align: end;
    margin-top: 15px;
}

.cursor_pointer {
    cursor: pointer;
}

#tmdwppos .tmd-curtain {
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(59 74 83);
    overflow-x: hidden;
    transition: .5s;
}

#tmdwppos .tmd_pos_menu_content {
    position: relative;
    top: 5%;
    width: 80%;
    margin: 20px;
}

#tmdwppos .tmd-curtain a {
    padding: 10px;
    text-decoration: none;
    font-size: 20px;
    color: rgb(129, 129, 129);
    display: block;
    transition: all .3s ease 0s;
}

#tmdwppos .tmd-curtain a:hover,
.tmd-curtain a:focus {
    color: #f1f1f1;
}

#tmdwppos .tmd-curtain .closebtn {
    position: absolute;
    z-index: 99;
    top: 5px;
    right: 5px;
    font-size: 40px;
}

@media screen and (max-height:450px) {
    #tmdwppos .tmd-curtain a {
        font-size: 20px
    }

    #tmdwppos .tmd-curtain .closebtn {
        font-size: 30px;
        top: 5px;
        right: 5px
    }
}

.tmdpos_products .product_stock_qty {
    color: #ffffff;
    background: #354046;
    padding: 0 4px;
    font-size: 12px;
    font-weight: normal;
}

.tmd_data_loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: url("tmd_data_loader.gif") 50% 50% no-repeat rgb(255, 255, 255);
}

#tmd_data_loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: url("tmd_data_loader.gif") 50% 50% no-repeat rgb(255, 255, 255);
}

#tmdwppos .pos_Customer_name {
    border: none !important;
}

#tmdwppos .table-numeric {
    width: 100%;
    border-collapse: collapse;
}

#tmdwppos .table-numeric td {
    vertical-align: top;
    text-align: center;
    width: 33.33333333333%;
    border: 0;
}

#tmdwppos .table-numeric button {
    position: relative;
    cursor: pointer;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: .6em .3em;
    font-size: 1em;
    border-radius: .1em;
    outline: none;
    user-select: none;
}

#tmdwppos .table-numeric button:active {
    top: 2px;
}

#tmdwppos .key {
    background: #fff;
    border: 1px solid #d8d6d6;
}

#tmdwppos .main-key {
    background: #fff;
    border: 1px solid #d8d6d6;
}

#tmdwppos .key-delete {
    background: rgb(207 30 12);
    border: 1px solid rgb(193 0 0);
    color: rgb(255, 255, 255);
}

#tmdwppos .key-clear {
    background: rgb(207 30 12);
    border: 1px solid rgb(193 0 0);
    color: rgb(255, 255, 255);
}

#tmdwppos button[disabled] {
    cursor: no-drop;
}

#tmdwppos [data-numeric="hidden"] .table-numeric {
    display: none;
}

#tmdwppos #tmd_pos_tax {
    height: 80px;
    overflow-y: auto;
    padding: 0px 10px 0px 0px;
}


#tmdwppos #tmd_pos_tax .inline_tax {
    padding: 0px 20px;
}

#tmdwppos #tmd_pos_tax .inline_tax .Subtotal {
    margin: 10px 0;
    color: #333;
    font-weight: bold;
}

#tmdwppos .tmd_float_rigth {
    float: right;
}

#tmdwppos .hold_order_list {
    margin-left: 0px;
	background:#000428!important;
	width:50%;
	font-size: 16px;
	padding:0px 10px 10px 10px!important;
	line-height:48px !important;
	max-height:48px
}

#tmdwppos .hold_order_list:hover {
    opacity: .8;
    background-color: #000428!important;
}


#tmdwppos #tmd_pos_checkout{
    border-color: #1378DD!important;
    margin-left: 0px;
    background: #1378DD!important;
	border-radius:0px 0px 18px 0px;
	height:48px;
}
#tmdwppos #tmd_pos_checkout:hover{
	
	opacity:0.5;
}

#tmdwppos button {
    cursor: pointer;
}

#tmdwppos #tmd_pos_checkout_pop {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    height: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    background: #00000080;
    z-index: 9;
}

#dismiss-checkout {
    border: 3px solid #ffffff;
    padding: 10px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 15px;
    right: 30px;
    background: #b0bcb8;
}

.tmd_pos_table {
    text-align: left;
    border-collapse: separate;
    border-spacing: 1em 1em;
    width: 100%;
}

.tmd_pos_th {
    width: 10%;
}

.tmd_pos_td {
    width: 90%;
}

.tmd_pos_textarea {
    width: 100%;
}

.tmd_pos_select {
    min-width: 100% !important;
    min-height: 35px !important;
}

.pos_order_now {
    min-height: 35px;
    color: #ffffff;
    border: 1px solid #44ad4d;
    border-radius: 3px;
    background: #44ad4d;
}

#tmdwppos .tmd_order_success_message {
    width: 100%;
}

.tmd_order_success_message .meaage_container {
    padding: 6%;
    font-size: 24px;
    text-align: center;
    background: #44ad4d;
    border: 1px solid #44ad4d;
    color: #ffffff;
}

.tmd_order_success_message .tmd_button {
    width: 100%;
}

.tmd_order_success_message .tmd_button .email_button,
.print_button {
    width: 100%;
    color: #ffffff;
    padding: 10px;
    font-size: 18px;
    background: #DF5E1E;
    border: 1px solid #DF5E1E;
    margin-top: 5px;
    cursor: pointer;
}

.print_button_new {
    width: 100%;
    color: #ffffff;
    padding: 10px;
    font-size: 18px;
    background: #44ad4e;
    border: 1px solid #44ad4e;
    margin-top: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700 !important;
}

.tmd_order_success_message .tmd_pos_new_order {
    width: 100%;
    color: #ffffff;
    padding: 10px;
    font-size: 18px;
    background: #DF5E1E;
    border: 1px solid #DF5E1E;
    margin-top: 5px;
    cursor: pointer;
}

.tmd_email_container {
    display: none;
    position: absolute;
    background: #1a191770;
    z-index: 9999;
    width: 100%;
    min-height: 100%;
    height: 100%;
    top: 0;
}

.tmd_email_container .email_main {
    width: 50%;
    margin: 30px auto;
    background: #ffffff;
    border-radius: 3px;
    padding: 10px;
}

.tmd_email_container .email_main .close_email {
    display: block;
    z-index: 999999;
    width: 30px;
    border-radius: 50%;
    padding: 7px 3px 2px 2px;
    text-align: center;
    float: right;
    margin: -20px;
    border: 3px solid #ffffff;
    background: #787c82;
    cursor: pointer;
}

.tmd_email_container .email_main .email-content {
    margin-bottom: 20px;
}

.tmd_email_container .email_main .email-footer {
    min-height: 30px;
}

.tmd_email_container .email_main .email-footer .tmd_button {
    float: right;
}

.tmd_pos_table .tmd_add_customer {
    width: 100%;
}

.tmd_pos_table .customer_select {
    width: 100%;
}

.tmd_pos_table .shop_customer {
    max-width: 100% !important;
    width: 100%;
}

#tmdwppos .tmd_pos_order_list_main {
    width: 100%;
	overflow-y:auto;
	background:#F6F6F6;
    height: calc(100vh - 70px);
}

#tmdwppos .tmd_pos_order_list_main::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #15b3ee;
}

#tmdwppos .tmd_pos_order_list_main::-webkit-scrollbar{
    background-color: #f5f5f5!important;
    width: 6px;
}

#tmdwppos .tmd_pos_order_list_main::-webkit-scrollbar-thumb{
    border-radius: 70px;
    background-color: #f5f5f5!important;
}


.tmd_pos_order_list_main .close_order_list {
    background: #668e98;
    padding: 5px 10px;
    color: #ffffff;
    float: right;
    margin-bottom: 10px;
    margin-top: -10px;
}

.tmd_pos_customer_list_main .close_customer_list {
    background: #668e98;
    padding: 5px 10px;
    color: #ffffff;
    float: right;
    margin-bottom: 10px;
    margin-top: -10px;
}

.tmd_pos_product_list_main .close_product_list {
    background: #668e98;
    padding: 5px 10px;
    color: #ffffff;
    float: right;
    margin-bottom: 10px;
    margin-top: -10px;
}

.tmd_pos_report_list_main .close_repost_list {
    background: #668e98;
    padding: 5px 10px;
    color: #ffffff;
    float: right;
    margin-bottom: 10px;
    margin-top: -10px;
}

.tmd_pos_report_list_main #tmd_pos_repost_list_wrapper .dt-buttons{
    display:block;
}

.tmd_pos_report_list_main #tmd_pos_repost_list_wrapper .buttons-print {
    background: #9B1F22;
    padding: 8px 10px;
    color: #ffffff;
    margin-right: 5px;
    cursor: pointer;
    border: none;
	display:none;
}

.dataTables_length {
    display: none;
}

.order_edit_main {
    position: absolute;
    top: 0;
    min-height: 100%;
    width: 100%;
    height: 100%;
    background: #00000061;
    z-index: 9999;
    display: none;
}

.order_edit_main .tmd_model_container {
    position: absolute;
    width: 40%;
    top: 3%;
    left: 30%;
    background: #ffffff;
    z-index: 99999;
    padding: 20px;
    border-radius: 3px;
}

.tmd_model_container .close_oder_update {
    float: right;
    border: 5px solid #ffffff;
    border-radius: 50%;
    padding: 8px 8px 6px 8px;
    font-size: 15px;
    background: #b0bcb8;
    margin: -32px -32px 0 0;
}

.tmd_notice_update .thnx_message {
    padding: 5px;
    border: 1px solid #e3dada;
    border-left: 5px solid #ff5200;
    background: #fff7f0;
}

.tmd_notice .thnx_message {
    padding: 5px;
    border: 1px solid #e3dada;
    border-left: 5px solid #ff5200;
    background: #fff7f0;
}

.tmd_notice .tmd_success_notice {
    display: none;
    padding: 5px;
    color: #ffff;
    border: 1px solid #06b91c;
    border-left: 5px solid #06b91c;
    background: #06b91c;
    margin-bottom: 10px;
}

.tmd_notice .tmd_danger_notice {
    display: none;
    padding: 5px;
    color: #ffff;
    border: 1px solid #ff0000;
    border-left: 5px solid #ff0000;
    background: #ff0000;
    margin-bottom: 10px;
}


.tmd_notice .success_notice_close {
    float: right;
}
.tmd_notice .danger_notice_close{
    float: right;
    border: none;
    padding: 4px 4px;
}

.tmd_pos_product_list_main .tmd_product_img {
    width: 60px;
}

.tmd_pos_barcode_icon .tmd_barcode_icon {
    width: 22px;
    padding: 10px 0 0 0;
}

.tmd_update_stock .inline_items {
    display: flex;
    margin-top: 10px;
}

.tmd_update_stock .tmd_pos_barcode_icon {
    padding: 0 10px;
}

.tmd_pos_product_list_main .tmd_outofstock {
    font-weight: 600;
    color: #dd2323;
}

.tmd_pos_product_list_main .tmd_instock {
    font-weight: 600;
    color: #10b910;
}

.tmd_pos_product_list_main .tmd_onbackorder {
    font-weight: 600;
    color: #ff5200;
}

.prg-content-holder {
    text-align: center;
}

.tmd_pos_pd_img {
    width: 100%;
    height: auto;
    cursor: pointer;
/*    padding-top: 12px;*/
    position: relative;

}

#tmdwppos .tmdpos_products .grid2 li .item_added_indicator{
    position: absolute;
/*    display: none;*/
/*    background: #0000004a;*/
    height: 100%;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#tmdwppos .tmdpos_products .grid2 li .item_added_indicator i{
    font-size: 30px;
    color: #fff;
}

.pos-p-title {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    height: auto;
    padding-bottom: 15px;
    min-height: 60px;
}

#tmdwppos .pos-p-title h4 {
/*    font-family: 'Roboto', sans-serif;*/
    font-size: 15px;
    margin: 0;
    padding: 10px 0px;
    text-transform: capitalize;
    color: #15b3ee;
    font-weight: 600;
}

/*#tmdwppos {
    padding: 0;
}

.pos-title .tmdpos_topheader {
    font-size: 28px;
    font-weight: bold;
}

.tmdpos_topheader .cursor_pointer.pos-title {
    font-size: 17px;
    font-weight: bold;
    display: flex;
}*/

.pos-p-price {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.pos-p-price del{
    text-decoration-color: red;
    color: red;
}

.clear {
    clear: both;
}

@media screen and(max-width:768px) {
    #tmdwppos .tmdpos_products .grid2 li {
        width: 45%
    }
}

.tmd_order_invoice_print {
    display: none;
}

#tmdwppos .tmd_pos_apply_coupon,
.tmd_pos_hold_order {
    width: 50%;
    padding: 5px;
    margin-left: 5px;
}

#tmdwppos .tmd_button_row {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: stretch;
    padding: 0px 16px;
}

#tmdwppos .tmd_pos_hold_order_modal,
#tmdwppos .tmd_pos_non_catelog_modal {
    width: 100%;
    min-height: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0000006e;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 9;
}

.tmd_pos_hold_order_modal .tmd_hold_model_main,
.tmd_pos_non_catelog_modal .tmd_non_catelog_model_main {
    background: #fff;
    width: 40%;
    position: relative;
    padding: 20px;
}

.tmd_hold_model_main .pop_hold_modal_close_div,
.tmd_non_catelog_model_main .pop_non_catelog_modal_close_div {
    justify-content: center;
    display: flex;
    align-items: center;
    background: #fff;
    border: 5px solid #b1b1b1;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    width: 12px;
    height: 12px;
    position: absolute;
    right: -15px;
    top: -15px;
}

.tmd_error_message_for_non_catelog {
    color: red;
    text-align: center;
    margin: 10px;
}

.tmd_pos_coupon_model {
    width: 100%;
    min-height: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background: #0000006e;
    display: none;
    z-index: 9;
}

.tmd_pos_coupon_model .tmd_coupon_model {
    background: #fff;
    width: 40%;
    position: relative;
    padding: 20px;
}

.tmd_coupon_model .pop_coupon_modal_close_div {
    justify-content: center;
    display: flex;
    align-items: center;
    background: #fff;
    border: 5px solid #b1b1b1;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    width: 12px;
    height: 12px;
    position: absolute;
    right: -20px;
    top: -20px;
}

.tmd_pos_barcode_icon {
    border: 1px solid #ccc !important;
    padding: 3px 6px 0 6px;
    background: #ffffff;
    margin-left: -3px;
    border-radius: 0px;
    cursor: pointer;
}

.tmd_pos_coupon_model .tmd_error_message_for_coupon {
    color: red;
}

.tmdpos_right td a {
    text-transform: capitalize;
}

.tmd_pos_holdorder_list {
    width: 100%;
    min-height: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background: #0000006e;
    display: none;
    z-index: 9;
}

#tmd_product_list td {
    font-size: 14px;
}

.tmd_pos_holdorder_list .hold_order_list_main {
    background: #fff;
    width: 50%;
    position: relative;
    padding: 20px;
}

.tmd_pos_holdorder_list .close_hold_order_list {
    justify-content: center;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    width: 12px;
    height: 12px;
    position: absolute;
    right: -20px;
    top: -20px;
    border: 5px solid #b1b1b1;
}

.tmd_pos_holdorder_list .tmd_hold_order_table {
    width: 100%;
}

.tmd-text-left {
    text-align: left;
    text-transform: capitalize;
}

.tmd-text-right {
    text-align: right !important;
}

.tmd-text-center {
    text-align: center;
}

#tmd_pos_repost_list_length {
    display: block;
}

#tmd_pos_repost_list_length label select {
    width: 60px;
}


#tmdwppos .tmdpos-title-left {
    width: 50%;
    float: left;
    font-size: 20px;
    font-weight: 600;
    display: block !important;
	margin-bottom: 15px;
    margin-left: 30px;
}


#tmd_pos_repost_list thead th {
    color: #fff;
}

.tmdpos-title-left {
    width: 50%;
    float: left;
    font-size: 20px;
    font-weight: 600;
    display: block !important;
    color: #333;
}


.tmdpos-right-align {
    text-align: right !important;
}

.error_to_print_order_receipt {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background: #0000007a;
    z-index: 9999;
}

.error_to_print_order_receipt .tmd_print_errro_main_div {
    width: 50%;
    position: absolute;
    left: 25%;
    top: 7%;
    padding: 20px;
    background: #ffffff;
    border-radius: 3px;
}

.error_to_print_order_receipt .tmd_print_errro_main_div .close_tmd_print_error_dilog {
    position: absolute;
    right: -10px;
    top: -10px;
    padding: 5px 5px 5px 5px;
    background: #ffffff;
    border-radius: 50%;
    border: 3px solid #939393;
    cursor: pointer;
}

.error_to_print_order_receipt .tmd_print_errro_main_div .tmd_print_error_message {
    color: #c50e0e;
    font-weight: 600;
}

.tmd_pos_load_more_div {
    display: block;
/*    margin: 10px 0;*/
    text-align: center;
}

.tmd_pos_load_more_btn {
    width: 20%;
}

.tmd_order_invoice_print {
    width: 40px;
}




.tmd-fullscreen-button .full-scrreen i,
.tmd_back_button .admin_back i{
    vertical-align: middle;
    color: #ffffff;
}

.tmd-fullscreen-button .full-scrreen,
.tmd_back_button .admin_back{
    padding: 5px 20px;
    border: none;
    text-align: center;
    transition: all .5s ease 0s;
    cursor: pointer;
    background: #15b3ee;
    position: relative;
    color: #ffffff;
    display: flex;
}

.tmd-pos-login-form input[type=text],
input[type=password] {
    width: 100%;
}

.tmd-pos-login-form .tmd-pos-button {
    border: none;
    cursor: pointer;
    width: 50%;
    text-align: center;
}

.tmd-pos-login-form .tmd-pos-button:hover {
    opacity: .8;
}

.tmd-pos-container {
    padding: 0 15px;
}

.tmd-pos-login-form span.psw {
    float: right;
    padding-top: 16px;
}

#tmdwppos .login-container-main {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #E6FAFF;
}
.login-container-main .top-bar{
    width: 100%;
    height: 3px;
    background: #0483F9;
}

/* Modal Content/Box */
#tmdwppos .login-container {
    margin: auto;
    padding: 20px;
    width: 65%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#tmdwppos .tmd-pos-loginholder .login-form {
    width: 65%;
    z-index: 9;
}

#tmdwppos .tmd-pos-container .tmd_notice{
    height: 35px;
}
.tmd-pos-login-form {
    background-image: url(store-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 72% 0%;
    width: 60%;
}

#tmdwppos .tmd-pos-loginholder {
    width: 100%;
    display: flex;
    box-shadow: 1px 1px 23px #939393;
    min-height: 482px;
}

.tmd-pos-login-content {
    border: 1px solid #888888c2;
    width: 40%;
    box-shadow: 0 0 20px 0 #0c2a3494;
    border-radius: 6px;
}

.tmd-pos-container .login-inp-group{
    display: flex;
    margin-bottom: 25px;
    margin-top: 4px;
}

.tmd-pos-container .login-inp-group i{
    background: #0483F9;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.tmd-pos-container .forget-inp-group{
    margin-bottom: 99px;
}

.tmd-pos-animate {
    -webkit-animation: animatezoom .6s;
    animation: animatezoom .6s;
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.tmd-error {
    color: red;
}

.tmd-pos-login_form {
    background-color: #fff;
    color: #000;
/*    padding: 10px;*/
}

/*#tmdwppos .form-holder-inner {
    padding: 10px;
    background: #fff;
}*/

#tmdwppos .tmd-pos-logo {
    padding: 10px 15px;
    text-align: center;
}

#tmdwppos .tmd-pos-login_form h2 {
/*    font-family: 'Roboto', sans-serif;*/
    margin: 0;
    padding: 10px 0px;
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize !important;
    text-align: center;
    background: #0483F9;
    color: white;
}

#tmdwppos .tmd-pos-loginheader h3 {
    margin: 0;
    padding: 10px 15px;
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize !important;
/*    font-family: 'Roboto', sans-serif;*/
}

#tmdwppos .tmd-pos-animate .login-btn-bottom {
    display: flex;
}

#tmdwppos .tmd-pos-animate .tmd-pos-user-cancel-btn,
#tmdwppos .tmd-pos-animate .tmd-pos-user-login-btn {
    background: #0483F9;
    color: #fff;
    border: none;
    margin-top: 4px;
    font-weight: bold;
    width: 50%;
    font-size: 26px;
}

#tmdwppos .tmd-pos-animate .tmd-pos-user-cancel-btn i,
#tmdwppos .tmd-pos-animate .tmd-pos-user-login-btn i{
    font-size: 26px;
} 

#tmdwppos .tmd-pos-animate .tmd-pos-user-cancel-btn:focus,
#tmdwppos .tmd-pos-animate .tmd-pos-user-login-btn:focus{
    color: #fff !important;
    background-color: #15b3ee !important;
    transition: background .5s, transform .5s, opacity .5s ease-in;
    border-color: #0483F9;
}

#tmdwppos .tmd-pos-animate .tmd-pos-user-sendmail-btn,
#tmdwppos .tmd-pos-animate .tmd-pos-user-reset-pass-btn,
#tmdwppos .tmd-pos-animate .tmd-pos-user-forget-btn {
    background: #6C767C;
    color: #fff;
    border: none;
    margin-top: 4px;
    font-weight: bold;
    width: 50%;
    text-align: center;
    font-size: 26px;
}

#tmdwppos .tmd-pos-animate .tmd-pos-user-sendmail-btn i,
#tmdwppos .tmd-pos-animate .tmd-pos-user-reset-pass-btn i,
#tmdwppos .tmd-pos-animate .tmd-pos-user-forget-btn i{
    font-size: 26px;
} 

#tmdwppos .tmd-pos-animate .tmd-pos-user-sendmail-btn:focus,
#tmdwppos .tmd-pos-animate .tmd-pos-user-reset-pass-btn:focus,
#tmdwppos .tmd-pos-animate .tmd-pos-user-forget-btn:focus{
    color: #fff !important;
    background-color: #15b3ee !important;
    transition: background .5s, transform .5s, opacity .5s ease-in;
    border-color: #0483F9;
}

#tmdwppos .tmd-pos-animate .tmd-pos-user-sendmail-btn:hover,
#tmdwppos .tmd-pos-animate .tmd-pos-user-reset-pass-btn:hover,
#tmdwppos .tmd-pos-animate .tmd-pos-user-forget-btn:hover{
    color: #fff !important;
    background-color: #15b3ee !important;
    transition: background .5s, transform .5s, opacity .5s ease-in;
    border-color: #0483F9;
}

#tmdwppos .tmd-pos-animate .home-icon {
    padding: 14px 20px;
    margin-top: 10px;
}

#tmdwppos .tmd-pos-logo P {
    color: #8b7f7f;
}

.tmd-pos-login_form h1 {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 8px;
}

.tmd-pos-login_form p {
    margin: 0;
}

.tmd-pos-login_form input:focus {
    outline: none;
    border-color: #000;
}

.tmd-pos-button {
    background: #03B3B6;
    color: #fff;
    border: none;
    padding: 14px 16px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

.tmd-pos-button:hover {
    outline: none;
    color: #fff !important;
    background-color: #000 !important;
    transition: background .5s, transform .5s, opacity .5s ease-in;
    border-color: #000
}

.tmd-pos-button:focus {
    outline: none;
    color: #fff !important;
    background-color: #000 !important;
    transition: background .5s, transform .5s, opacity .5s ease-in;
    border-color: #000;
}

.tmd-pos-background-gradient {
/*    background: linear-gradient(121deg, #41024d, #055d59fa);*/
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: fixed;
    width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pos-404-main-container {
    width: 60%;
    display: block;
    z-index: 99;
    position: absolute;
}

.pos-404-main-container .title {
    text-align: center;
}

/*-------------------------- # POS FRONT LAYOUT TWO CSS ------------------*/
#tmdpos-layout-two .multiple-button li {
    float: left;
    width: 19%;
}

#tmdpos-layout-two .multiple-button button {
    width: auto;
    margin: 15px 20px;
    cursor: pointer;
}

#tmdpos-layout-two .multiple-button ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#tmdpos-layout-two .multiple-button .btn-coupon {
    padding: 10px 5px;
    border: 1px solid #03B3B6;
    background: #fff;
    color: #03B3B6;
    margin-right: 7px;
    border-radius: 4px;
    font-size: 15px;
}

#tmdpos-layout-two .multiple-button .btn-setting {
    padding: 10px 6px;
    border: 1px solid #6C4F67;
    background: #fff;
    color: #6C4F67;
    margin-right: 7px;
    border-radius: 4px;
    font-size: 13px;
}

#tmdpos-layout-two .multiple-button .btn-draft {
    padding: 10px 15px;
    border: 1px solid #FF7487;
    background: #fff;
    color: #FF7487;
    margin-right: 7px;
    border-radius: 4px;
    font-size: 13px;
}

#tmdpos-layout-two .multiple-button .btn-invoice {
    padding: 10px 15px;
    border: 1px solid #1CD299;
    background: #fff;
    color: #1CD299;
    margin-right: 7px;
    border-radius: 4px;
    font-size: 13px;
}

#tmdpos-layout-two .result-table-hoder {
    width: 100%;
    padding: 0;
    margin: 15px 0;
}

#tmdpos-layout-two {
    background: #fff;
    margin: 10px auto;
}

#tmdpos-layout-two .tmdpos-left-holder {
    border-right: 1px solid #E1EBF0;
    padding: 0 5px 0 0;
    width: 35%;
    float: left;
    height: 100%;
}

#tmdpos-layout-two .tmdpos-right-holder {
    float: right;
    width: 64%;


}

#tmdpos-layout-two .tmdpos-left-holder .btn-search {
    width: 48px;
    height: 53px;
    position: absolute;
    left: 0;
    padding: 3px;
    rotate: -90deg;
    top: -3px;
    border-radius: 4px 4px 0 0;
    border: 2px solid #E1EBF0;
    border-bottom: 2px solid #E1EBF0;
}

#tmdpos-layout-two .pos-search-product {
    position: relative;
}

#tmdpos-layout-two .tmdpos-left-holder input.pos-searchinput {
    width: 100%;
    height: 47px;
    border: 1px solid #E1EBF0;
}

#tmdpos-layout-two .tmdpos-left-holder input.pos-searchinput:focus {
    border: 1px solid #E1EBF0 !important;
}

#tmdpos-layout-two .tmdpos-left-holder input .pos-searchinput:focus-visible {
    border: 1px solid #E1EBF0 !important;
}

#tmdpos-layout-two .tmdpos-left-holder .pos-search-product .btn-add {
    background: #03b3b6;
    padding: 5px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 47px;
    border-radius: 0 4px 4px 0;
    color: #fff;
    border: none;
    font-weight: bold;
}

#tmdpos-layout-two .tmdpos-left-holder .table,
.table-total {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

#tmdpos-layout-two .tmdpos-left-holder table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

#tmdpos-layout-two .tmdpos-left-holder .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    text-align: left;
}

#tmdpos-layout-two .tmdpos-left-holder .table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

#tmdpos-layout-two .tmdpos-left-holder thead {
    background: #15b3ee !important;
}

#tmdwppos table:not(.has-background) thead th {
    background-color: #15b3ee !important;
    color: #fff !important;
}

#tmdwppos table thead th {
    background-color: #15b3ee !important;
    color: #fff !important;
}

#tmdpos-layout-two .table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

#tmdpos-layout-two .table-responsive input[type="number"] {
    width: 80%;
    height: 30px;
    box-shadow: 0 1px 0 #ccc;
    border: 2px solid #ccc;
}

#tmdpos-layout-two .input-column {
    width: 50px;
}

#tmdpos-layout-two .table-responsive tr:nth-child(even) {
    background-color: #f2f2f2;
}

#tmdpos-layout-two #tmd_pos_checkout,
#tmdpos-layout-two .hold_order_list {
    width: auto;
    margin-left: 20px;
}

.table-total tr:nth-child(even) {
    background-color: #fff;
}

/*.table-responsive input[type="text"] {
    width: 80%;
    height: 30px;
    box-shadow: 0 1px 0 #ccc;
    border: 2px solid #ccc;
}*/

.table-total {
    border: 0;
}

#tmdpos-layout-two .tmdpos-left-holder .table-total>tbody>tr>td,
#tmdpos-layout-two .tmdpos-left-holder .table-total>tbody>tr>th {
    border-top: 0;
    text-align: left;
}

#tmdpos-layout-two .tmdpos-right-holder .tmdpos-product-search {
    width: 100%;
    text-align: left;
}

#tmdpos-layout-two .tmdpos-right-holder .tmdpos-product-search input.search-product {
    width: 70%;
    border: 1px solid #ccc;
    height: 47px;
    border-radius: 12px;
    text-align: center;
    font-size: 14px;
}

#tmdpos-layout-two .tmdpos-right-holder .tmdpos-product-search .select-pos-category {
    width: 28%;
    float: right;
    border: 1px solid #ccc;
    height: 47px;
    border-radius: 12px;
    padding: 5px;
}

#tmdpos-layout-two .tmdpos-right-holder ul.product-inner-holder {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

#tmdpos-layout-two .tmdpos-right-holder .product-inner-holder li {
    list-style: none;
    float: left;
    width: 19%;
    border: 0.5px solid #ccc;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
    color: #919191;
    height: 225px;
    margin: 10px;
    background: #fff;
}

.tmd-pos-layout-three .tmdpos-right-holder .tmdpos-product-search input.search-product {
    width: 63% !important;
}

.tmd-pos-layout-three .layout-tow-cart-header thead>tr>th {
    padding: 5px !important;
}


#tmdpos-layout-two .tmdpos-right-holder .product-inner-holder li .product-box-pos {
    width: 100%;
}

#tmdpos-layout-two .tmdpos-right-holder .product-inner-holder li .product-box-pos img {
    width: 100%;
}

.clear {
    clear: both;
}

#tmdpos-layout-two .bottom-button-loader {
    background: #ECEDF0;
    width: 100%;
    text-align: center;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#tmdpos-layout-two .bottom-button-loader button,
#tmdpos-layout-two .bottom-button-loader #tmd_pos_checkout {
    width: auto;
}

#tmdpos-layout-two .product-btn-draft {
    padding: 10px 15px!important;
    border: 1px solid #FFA67C;
    background: #FFA67C;
    color: #fff;
    margin-right: 7px;
    border-radius: 4px;
    font-size: 15px;
}

#tmdpos-layout-two .tmd_pos_load_more_div {
    margin: 10px 0;
}


#tmdpos-layout-two .product-btn-payment {
    padding: 10px 15px;
    border: 1px solid #1CD299;
    background: #1CD299;
    color: #fff;
    margin-right: 7px;
    border-radius: 4px;
    font-size: 15px;
}

#tmdpos-layout-two .product-btn-card {
    padding: 10px 15px;
    border: 1px solid #03B3B6;
    background: #03B3B6;
    color: #fff;
    margin-right: 7px;
    border-radius: 4px;
    font-size: 15px;
}

.product-box-pos h3 {
    font-size: 16px;
    color: #000;
}

#tmdpos-layout-two .product-inner-holder {
    min-width: 100%;
    min-height: 65%;
    height: 70%;
    max-height: 70%;
    overflow-y: scroll;
}

#tmdwppos #tmdpos-layout-two .table-responsive {
    height: 57%;
}

#tmdwppos #tmdpos-layout-two .tmd_post_cart_icon {
    visibility: visible;
    position: unset;
    mix-blend-mode: unset;
    opacity: unset;
    height: auto;
}

#tmdwppos #tmdpos-layout-two .item_added_indicator{
	display:none;
}

.layout-tow-cart-header i {
    margin-right: 5px
}

.pos-product-holder {
    position: relative;
    float: left;
    width: 83%;
}

/*--------------------------  # POS FRONT LAYOUT THREE CSS ----------------------*/
.tmd-pos-layout-three .tmdpos-right-holder {
    float: left !important;
}

.tmd-pos-layout-three .tmdpos-left-holder {
    float: right !important;
}

.product-inner-holder li .tmd_pos_pd_img {
    height: auto;
}

.tmdpos-right-holder .product-inner-holder li .product_detail_option .tmd_pos_pd_img .tmd_pos_variation_img {
    width: 100%;
}

#tmdwppos .pos-product-holder .tmd_post_outof_icon {
    position: unset;
    color: rgb(59, 74, 83);
    visibility: unset;
    opacity: unset;
    transition: unset;
    font-size: unset;
    top: unset;
    left: unset;
    cursor: not-allowed;
    mix-blend-mode: unset;
}

#tmdwppos #tmdpos-layout-two .layout-tow-cart-header thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #03B3B6;
    background: #03B3B6;
    color: #fff;
}

.tmdpos_topheader ul li.header-button {
    padding: 0 10px;
}

.tmdpos-container-madal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0000007d;
    z-index: 9999;
}

.tmd-pos-flex-center {
    display: flex;
    align-items: center;
    height: 100%;
}

.tmdpo-modal {
    width: 50%;
    height: 60%;
    overflow-y: scroll;
    background: #ffffff;
    padding: 20px;
    word-wrap: break-word;
}

.tmdpos-container-madal .tmdpo-modal table {
    text-align: left;
}

#tmdwppos input[type=text],
#tmdwppos input[type=number],
#tmdwppos input[type=email],
#tmdwppos input[type=password],
#tmdwppos select,
#tmdwppos textarea {
    width: 100%;
    padding: 14px 5px;
    border: 0px solid #ccc;
    box-shadow: none !important;
}

#tmdwppos input[type=text]:focus,
#tmdwppos input[type=search]:focus,
#tmdwppos input[type=number]:focus,
#tmdwppos input[type=password]:focus,
#tmdwppos select:focus,
#tmdwppos textarea:focus,
#tmdwppos input[type=text]:focus-visible,
#tmdwppos input[type=search]:focus-visible,
#tmdwppos input[type=number]:focus-visible,
#tmdwppos input[type=password]:focus-visible,
#tmdwppos select:focus-visible,
#tmdwppos textarea:focus-visible {
    border-color: #668e98 !important;
    outline: unset !important;
}

#tmdwppos .tmd-pos-layout-one table td,
#tmdwppos .tmd-pos-layout-one table th {
    padding: 5px;
}

.text-red {
    color: red;
}

.tmd-modal-close {
    float: right;
    padding: 8px 20px !important;
    font-size: inherit;
}

.tmdpos-container-madal .tmdpo-modal .save_new_customer {
    float: right;
    padding: 8px 20px !important;
}

.tmdpos-container-notice-madal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0000007d;
    z-index: 9999;
}

.tmdpo-notice-modal-cnt {
    width: 30%;
    max-height: 50%;
    overflow-y: auto;
    background: #ffffff;
    padding: 20px;
    word-wrap: break-word;
    color: green;
    margin: 0 auto;
}

.tmdpos-container-notice-madal .tmdpo-notice-modal-cnt .button-close {
    text-align: end;
}

.tmdpos-container-notice-madal .tmdpo-notice-modal-cnt .button-close button {
    padding: 8px 20px;
    border: none;
    color: #FFFFFF;
    text-align: center;
    transition: all .5s;
    cursor: pointer;
    background: #668e98;
    position: relative;
    border-radius: 3px;
}

.tmdpos-container-notice-madal .tmdpo-notice-modal-cnt .button-close button:hover {
    opacity: .8;
    background-color: #000;
}

#tmdwppos button:hover {
    color: #fff !important;
    background-color: #15b3ee !important;
    transition: background .5s, transform .5s, opacity .5s ease-in;
    border-color: 1d4c77;
}

#tmd_pos_checkout_pop .checkout-main-div .select2-selection,
#tmd_pos_checkout_pop .checkout-main-div input[type=text],
#tmd_pos_checkout_pop .checkout-main-div input[type=search],
#tmd_pos_checkout_pop .checkout-main-div input[type=number],
#tmd_pos_checkout_pop .checkout-main-div input[type=email],
#tmd_pos_checkout_pop .checkout-main-div select,
#tmd_pos_checkout_pop .checkout-main-div textarea {
    width: 100% !important;
    padding: 8px 10px !important;
    border-radius: 6px !important;
    border: 1px solid #ccc !important;
}

#tmd_pos_checkout_pop .select2-selection:focus,
#tmd_pos_checkout_pop .checkout-main-div input[type=text]:focus,
#tmd_pos_checkout_pop .checkout-main-div input[type=search]:focus,
#tmd_pos_checkout_pop .checkout-main-div input[type=number]:focus,
#tmd_pos_checkout_pop .checkout-main-div input[type=email]:focus,
#tmd_pos_checkout_pop .checkout-main-div select:focus,
#tmd_pos_checkout_pop .checkout-main-div textarea:focus,
#tmd_pos_checkout_pop .select2-selection:focus-visible,
#tmd_pos_checkout_pop .checkout-main-div input[type=text]:focus-visible,
#tmd_pos_checkout_pop .checkout-main-div input[type=search]:focus-visible,
#tmd_pos_checkout_pop .checkout-main-div input[type=email]:focus-visible,
#tmd_pos_checkout_pop .checkout-main-div input[type=number]:focus-visible,
#tmd_pos_checkout_pop .checkout-main-div select:focus-visible,
#tmd_pos_checkout_pop .checkout-main-div textarea:focus-visible {
    border-color: #668e98 !important;
    outline: unset !important;
}

#tmdwppos .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1;
}

#tmdwppos .select2-container .select2-selection--single {
    height: auto;
}

#tmdwppos .tmdpos-left-holder .result-table-hoder .poschangeoverTable tr td:first-child {
    width: 40% !important;
}

@media only screen and (max-width:768px) {
    #tmdwppos .tmdpos-right-holder {
        width: 57%
    }

    #tmdwppos .tmdpos_products .grid2 li {
        width: 30% !important
    }
}

@media only screen and (min-width:2159px) {
    #tmdpos-layout-two .tmdpos-right-holder .product-inner-holder li {
        height: 300px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }

    #tmdpos-layout-two .tmdpos-right-holder .product-inner-holder li .product-box-pos img {
        width: auto;
        padding: 10px
    }

    #tmdwppos #tmdpos-layout-two .tmd_post_cart_icon {
        justify-content: center
    }

    #tmdwppos .pos-product-holder .tmd_post_outof_icon {
        visibility: visible;
        position: unset;
        mix-blend-mode: unset;
        opacity: unset;
        display: flex;
        height: 50%;
        justify-content: center;
        z-index: 1
    }
}

#tmdwppos table tr .product-title {
    width: 40% !important;
}

#tmdwppos #tmd-pos-progress-bar-main {
    position: relative;
    width: 100%;
    height: 4px;
    background-color: #ffff;
}

#tmdwppos #tmd-pos-progress-bar-main #tmd-pos-progress-bar {
    position: absolute;
    width: 0;
    height: 100%;
    background-color: red;
}

#tmdwppos .tmd_stock_in_popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-height: 100%;
    min-width: 100%;
    max-width: 100%;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    background: #0006;
}

#tmdwppos .tmd_pos_stock_in_popup {
    display: block;
    position: absolute;
    z-index: 9999;
    background: #fff;
    padding: 20px;
    min-width: 40%;
}

#tmdwppos .tmd_stock_in_close {
    justify-content: center;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    width: 20px;
    position: absolute;
    right: -22px;
    top: -22px;
}

#tmdwppos .tmd_stock_in_btn {
    float: right;
}

#tmdwppos .tmd_stock_in_th {
    text-align: left;
}

#tmdwppos .stock_in_success_msg {
    color: green;
}

#tmdwppos .data_not_found {
    color: red;
}

.tmd-curtain-animation {
    display: block;
    height: 86%;
    width: 79%;
    position: fixed;
    z-index: 99;
    padding: 20px;
    top: 46px;
    left: 18%;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: .8s;
    overflow-y: scroll;
}

.tmd_pos_clearcart {
    color: #fff !important;
    background: #cf1e0c;
    padding: 11px 15px;
    font-weight: 600;
    border: 1px solid #cf1e0c;
}

.tmd_pos_clearcart:hover {
    color: #cf1e0c !important;
    background: #fff;
    border: 1px solid #cf1e0c;
}

.poscategory-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.poscategory-list .item {
    float: left;
/*    margin-bottom: 10px !important;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    width: 75px;
}

.poscategory-list .item i {
   font-size: 35px;
   padding: 20px 0;
}

.poscategory-list .product_cat {
    color: #333 !important;
    border: 1px solid #e1e1e1 !important;
    transition: all 1s ease;
/*    padding: 10px 10px 5px 10px;*/
    text-align: center;
}

.poscategory-list .product_cat:hover {
    background-color: #15B3EE !important;
    color: #fff !important;
    border: 1px solid #15B3EE !important;
}

.poscategory-list .current a, 
.poscategory-list .product_cat:hover a{
    color: #fff !important;
}

.poscategory-list .current {
    background-color: #1378DD !important;
    color: #fff !important;
    border: 1px solid #1378DD !important;
}



.poscategory-list .owl-stage-outer{
    margin: 0 40px;
}
.poscategory-list .owl-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    margin-top: 0 !important;
    display: flex;
    z-index: -1;
    justify-content: space-between;
}
.poscategory-list .owl-nav button span{
    font-size: 50px;
}

/*.poscategory-list {
    background: #fff;
    margin-bottom: 15px;
    padding: 10px 15px 0;
    box-shadow: -3px 2px 1px 0px #ddd;
}*/

.clear {
    clear: both;
}

.tmd_button_row .tmd_pos_hold_order {
    background: #FC8019 !important;
    width: 30%;
	line-height:10px !important;
}

.tmd_button_row .tmd_pos_apply_coupon {
    background: #00a8c6 !important;
    color: #000;
    width: 30% !important;
	line-height:10px !important;
}

.tmd_button_row .tmd_pos_clearcart {
    background: #FF0000 !important;
    color: #000;
    width: 30% !important;
    border: 0 !important;
	line-height:10px !important;
}

#tmdwppos .tmdpos-order-right::-webkit-scrollbar-track,
#tmdwppos .table-responsive::-webkit-scrollbar-track,
#tmdwppos .tmdpos_products::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #F5F5F5;
}

#tmdwppos .tmdpos-order-right::-webkit-scrollbar,
#tmdwppos .table-responsive::-webkit-scrollbar,
#tmdwppos .tmdpos_products::-webkit-scrollbar {
    background-color: #15b3ee !important;
    width: 6px;
}

#tmdwppos .tmdpos-order-right::-webkit-scrollbar-thumb,
#tmdwppos .table-responsive::-webkit-scrollbar-thumb,
#tmdwppos .tmdpos_products::-webkit-scrollbar-thumb {
    border-radius: 70px;
    background-color: #15b3ee !important;
}


table.poschangeoverTable {
    font-size: 14px;
    color: #000
}

.ifmessage_present {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.tmdpos-cancel {
    background: #DB0000 !important
}

.tmdpos-save {
    background: #1CD299 !important
}

.tmd-pos-layout-three .multiple-button button {
    width: fit-content;
    margin: 0 !important;
    cursor: pointer
}

.tmd-pos-layout-three .hold_order_list {
    margin-left: 0 !important
}

.tmd-pos-layout-three .hold_order_list {
    margin-left: 0 !important
}

.clearfix {
    clear: both;
}

.tmd-pos-layout-three .multiple-button {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.tmd-pos-layout-three .pos-search-product {
    position: relative;
    width: 73%;
    float: right;
}


.tmd-pos-layout-three .none-catalog {
    background: #03b3b6;
    padding: 5px 10px;
    right: 0;
    top: 0;
    height: 47px;
    border-radius: 0 4px 4px 0;
    border: 2px solid #E1EBF0;
    border-bottom: 2px solid #E1EBF0;
    color: #fff;
    font-weight: bold;
}



#tmdpos-layout-two .pos-search-product {
    position: relative;
    width: 73%;
    float: right;
}


#tmdpos-layout-two .none-catalog {
    background: #03b3b6;
    padding: 5px 10px;
    right: 0;
    top: 0;
    height: 47px;
    border-radius: 0 4px 4px 0;
    border: 2px solid #E1EBF0;
    border-bottom: 2px solid #E1EBF0;
    color: #fff;
    font-weight: bold;
}

.tmd-pos-layout-one .tmdpos_search .tmd_pos_add_non_catelog {
    margin-left: 10px;
    padding: 15px 10px !important;
    font-size: 15px;
    border-radius: 10px;
}

.tmdpos-right-align .print_order_details {
    background: #9B1F22 !important;

}

#tmdwppos .tmd-pos-modal::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #F5F5F5;
}

#tmdwppos .tmd-pos-modal::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#tmdwppos .tmd-pos-modal::-webkit-scrollbar-thumb {
    background-color: #668E98;
}

.pos-product-holder .product-inner-holder::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #F5F5F5;
}

.pos-product-holder .product-inner-holder::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#tmdwppos::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.pos-product-holder .product-inner-holder::-webkit-scrollbar-thumb {
    background-color: #668E98;
}


.checkout_form table.tmd_add_customer {
    margin: 15px 0px;
}

#tmdwppos .tmd_pos_non_catelog_modal input {
    margin-bottom: 10px;
}

.right-order-baar {
    display: block;
    width: 84%;
    float: right;

}

@media(max-width:1200px) {
    #tmdwppos .tmdpos_products .grid2 li {
        width: 22%;
    }
}

@media(max-width:1150px) {
    .tmd-pos-layout-one .tmdpos_search .tmd_pos_add_non_catelog {
        margin-left: 10px;
        padding: 16px 8px !important;
        font-size: 13px;
        border-radius: 10px;
    }

    #tmdwppos .tmdpos_body input {
        width: 100%;
    }

    #tmdpos-layout-two .pos-search-product {
        position: relative;
        width: 70%;
        float: right;
    }

}

@media(max-width:1000px) {
    .tmd-pos-layout-three .tmdpos-left-holder {
        width: 40% !important;
    }

    .tmd-pos-layout-three .pos-product-holder {
        position: relative;
        float: left;
        width: 80%;
    }


    #tmdpos-layout-two .tmdpos-right-holder .product-inner-holder li {
        width: 18%
    }

    #tmdpos-layout-two .tmdpos-right-holder {
        width: 57%
    }
}

@media(max-width:860px) {
    #tmdwppos .tmdpos_left {
        width: 100%;
    }

    #tmdpos-layout-two .tmdpos-right-holder .product-inner-holder li {
        width: 25%
    }
}

#tmdwppos .tmdpos-order-right {
    float: right;
    width: 100%;
    position: relative;
    height: calc(100vh - 70px);
    overflow: auto;
	background:#F6F6F6;
}

.tmdpos_right .tmdpos_amount .fa {

    margin-right: 5px;
    font-size: 18px;
}

#tmdwppos .checkout_form input,
#tmdwppos .checkout_form select {
    margin-top: 10;
}

#tmdwppos .tmd-pos-layout-one .tmdpos_left-right .pos-product {
    padding-left: 0px;
    margin-bottom: 10px;
}

.tmdpos_body.tmd-pos-layout-one {
    display: flex;
    gap: 16px;
    padding: 16px;
}

#tmdwppos .tmd_button_row2 * {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 5px !important;
    border-radius: 0px !important;
}

#tmdwppos .tmd_button_row2 {
    gap: 16px;
    padding: 0 16px;
    align-items: center;
}

#tmdwppos .tmdpos_left-right {
    padding: 10px 15px;
}

#tmdwppos .tmd_pos_order_data .btn-pay span {
    padding: 24px 10px;
}


#tmdwppos .tmd_pos_order_data .btn-pay {
    font-size: 18px;
}

#tmdwppos .tmd_pos_order_data .btn-pay:hover {
    color: #fff !important;
    background-color: #000 !important;
    transition: background .5s, transform .5s, opacity .5s ease-in;
    border-color: #000;
}

.tmdpos-order-main-container {
    width: 100%;
    display: flex;
}

.tmdpos-order-main-container #tmd_pos_order_list_wrapper,
.tmdpos-order-main-container #tmd_pos_repost_list_wrapper {
    width: 70%;
    background: #fff;
    padding: 15px;
    margin: 0px 0px 0px 15px;

}

.tmdpos-order-main-container #tmdpos-order-right {
    width: 25%;
    margin: 0px 10px 10px 30px;
    padding: 15px 30px;
    background-color: #fff;
}

#tmdpos-order-row {
    cursor: pointer;
}

#tmdpos-order-row td {
    padding: 15px;
	font-size:16px;
}

.tmdpos-order-main-container #tmdpos-order-right .tmdpos-order-flex {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
}

.tmdpos-order-main-container #tmdpos-order-right .tmdpos-order-flex span {
    color: #787878;
}

.order_status_indi {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 10px;
	display: inline-block;
}

.order_status_td {
    display: flex;
    align-items: center;
}

.tmdpos-order-main-container #tmd_pos_order_list_filter {
    width: 100%;
    margin-top: 10px;
}

.tmdpos-order-main-container #tmd_pos_order_list_filter input {
		width: 100%;
		padding: 10px;
		height: 43px;
		border: 0;
		border-bottom: 2px solid #ddd!important;
		margin-bottom: 20px;
		font-size:16px;
}

.tmdpos-order-main-container .tmdpos-order-action {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tmdpos-order-main-container .tmdpos-order-action button {
    background: #15b3ee !important;
}

/*#tmdwppos .tmdpos-customer-right {
    margin-top: 12px;
}*/

.tmdpos-customer-main-container {
    width: 100%;
    display: flex;
}

.tmdpos-customer-main-container #tmd_pos_customer_list_wrapper {
    width: 70%;
}

.tmdpos-customer-main-container #tmdpos-customer-right {
    width: 25%;
    margin: 0px 10px 10px 30px;
    padding: 15px 30px;
    background-color: #fff;
	height: fit-content;
}

.tmdpos-customer-main-container #tmd_pos_customer_list_filter {
    width: 100%;
    margin-top: 10px;
}

.tmdpos-customer-main-container #tmd_pos_customer_list_filter input {
    width: 100%;
    padding: 10px;
}

.tmdpos-customer-main-container #tmdpos-customer-right th {
    text-align: left;
}

.tmdpos-customer-main-container #tmdpos-customer-right input,
.tmdpos-customer-main-container #tmdpos-customer-right select {
    margin: 4px 0;
	font-size:14px}

.tmdpos-customer-main-container #tmdpos-customer-right .save_new_customer {
    width: 100%;
    background: #15b3ee;
    margin-top: 8px;
}

.tmd_pos_report_list_main .edit_order_details {
    display: none;
}

.tmdpos-product-main-container {
    width: 100%;
    display: flex;
}

#tmdwppos .tmdPosSaleReportExportButton {
    background: #4caf50;
    padding: 8px 10px;
    color: #ffffff;
    border: none;
    position: absolute;
    right: 19px;
 }

#tmd_pos_customer_list img{
	border-radius:50%;
}

.tmdpos-customer-left-container #tmd_pos_customer_list_filter input {
    width: 100%;
    padding: 10px;
    height: 43px;
    border: 0;
    border-bottom: 2px solid #ddd!important;
    margin-bottom: 20px;
    font-size: 16px;
}

.tmdpos-product-main-container #tmd_product_list_wrapper {
		width: 70%;
		background: #fff;
		padding: 15px;
		margin-right: 30px;
}

.tmdpos-product-main-container #tmd_product_list_wrapper table {
    width: 100%;
}

.tmdpos-product-main-container #tmdpos-product-right {
    width: 25%;
    padding: 15px 20px;
    background: #fff;
}

.tmdpos-product-main-container #tmd_product_list_filter {
    width: 100%;
    margin-top: 10px;
}

.tmdpos-product-main-container #tmd_product_list_filter input {
    width: 100%;
    padding: 10px;
}



.tmdpos-customer-left-container #tmd_pos_customer_list_wrapper {
    width: 100%;
}

.tmdpos-customer-left-container table {
    background: #fff;
}

.tmdpos-customer-left-container .dataTables_wrapper .dataTables_filter input {
    margin-left: 0px;
}

#tmd_product_list table.dataTable.display>tbody>tr.odd>.sorting_1,
table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1 {
    box-shadow: none;
}

#tmd_product_list_filter .dataTables_wrapper .dataTables_filter input {
    margin-left: 0 !important;
}

#tmdwppos .dataTables_wrapper .dataTables_filter input {
    margin-left: 0 !important;
}

#tmdwppos .dataTables_wrapper .dataTables_filter input[type='search']{
    margin-left: 0 !important;
    width: 100%;
}

#tmdwppos table.dataTable.display>tbody>tr.odd>.sorting_1,
table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1 {
    box-shadow: none;
}

.tmdpos-cart-inc-dec  {
    border: 1px solid #ccc !important;
    display: flex;
	width: fit-content;
}

.tmdpos-cart-inc-dec span.plus:hover {
    background-color: #15B3EE;
    color: #fff;
	border-color:#15B3EE;
}
.tmdpos-cart-inc-dec span.minus:hover {
    background-color: #15B3EE;
    color: #fff;
	border-color:#15B3EE;
}

.tmdpos-cart-inc-dec span {
    cursor:pointer; 
}

.tmdpos-cart-inc-dec .minus, 
.tmdpos-cart-inc-dec .plus{
    width:20px;
    height:50px;
    background:#f2f2f2;
    padding:16px 5px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.tmdpos-cart-inc-dec input{
    width: 50px !important;
    text-align: center;
    vertical-align: middle;
    border-radius: unset;
    border-radius: 0 !important;
    height: 32px;
    border-top: none !important;
    border-bottom: none !important;
}

.tmd-pos-modal .checkout_form {
       padding: 20px;
       background-color: #F8FAFC;
}
.checkout_form .tmd_pos_table select{
		height:43px;
		margin-bottom:20px;
}

.checkout_form .tmd_pos_table input[type='text'], .checkout_form .tmd_pos_table input[type='number'], .checkout_form .tmd_pos_table input[type='email']{
  	height:43px;
	margin-bottom:20px;
}

.checkout_form .tmd_pos_table textarea{
    margin-bottom:20px;
	margin-top:20px;
}

.checkout_form .tmd_pos_table  .pos_order_now{
    background: #1CD299!important;
}

.tmd_pos_new_order .fa{
	margin-right:10px; 
}
.hide{
	display:none;
}

.dataTables_wrapper .dataTables_info {
    margin-top: 20px;
}

.dataTables_wrapper .dataTables_paginate {
   margin-top: 20px;
}



#tmd_pos_order_list table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 0!important;
	padding:15px;
}


#tmd_pos_order_list tr:nth-child(even) {
  background: #fff;
}

#tmd_pos_order_list tr:nth-child(odd) {
  background: #f8f8f8;
}

#tmdwppos h2 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}



.tmd_model_container .update_order{
    padding: 10px 10px;
    border: none;
    color: #FFFFFF;
    text-align: center;
    transition: all .5s;
    cursor: pointer;
    background: #15b3ee;
    position: relative;
    font-size: 14px;
}

.tmd_model_container input[type=number], .tmd_model_container input[type=text], .tmd_model_container select,
.tmd_model_container textarea {
    width: 100% !important;
    padding: 8px 10px !important;
    border-radius: 6px !important;
    border: 1px solid #ccc !important;
}

#tmd_pos_customer_list tr:nth-child(odd) {
	background:#e9e7e78a;
	padding: 5px 10px;
	font-size:14px;
}


#tmd_pos_customer_list tr:nth-child(even) {
	background:#fff;
	padding: 5px 10px;
	font-size:14px;
}

#tmd_pos_customer_list .tmdpos-order-row {
    cursor: pointer;
}

#tmd_product_list tr:nth-child(odd) {
	background:#fff;
	padding: 5px 10px;
}

#tmd_product_list tr:nth-child(even) {
	background:#e9e7e78a;
	padding: 5px 10px;
}

#tmd_pos_repost_list tr:nth-child(odd) {
	background:#fff;
	padding: 5px 10px;
}

#tmd_pos_repost_list tr:nth-child(even) {
	background:#e9e7e78a;
	padding: 5px 10px;
}

#tmdwppos .tmdpos-customer-left-container .tmdpos_left-right{
	width: auto;
}


#tmdwppos .tmdpos-global-holder.open {
    width: 90%;
}

#tmdwppos .tmdpos-global-holder{
    width: 96%;
    float: right;
    padding-right: 0px;
    transition: all 0.5s ease;
}

.tmdpos-customer-left-container {
	width: 70%;
	background: #fff;
	padding: 15px;
	margin: 0px 0px 0px 15px;
	height: calc(100vh - 20vh);
}


.tmdpos-customer-left-container::-webkit-scrollbar-track{
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
 background-color: #fff !important;
}

.tmdpos-customer-left-container::-webkit-scrollbar{
	  width: 6px;
}

.tmdpos-customer-left-container::-webkit-scrollbar-thumb {
  background: #15b3ee; 
}

.tmdpos-customer-left-container::-webkit-scrollbar-thumb:hover {
  background: #fff; 
}



.tabletitle td{
	font-size:20px;
}

#tmdwppos .dataTables_wrapper .dataTables_filter input {
    border-bottom: 2px solid #ddd!important;
    border-radius: 3px;
    padding: 10px!important;
    background-color: transparent;
    margin-left: 3px;
    border: 0;
    font-size: 16px;
}

#tmdpos-layout-two .pos-product-holder {
    width: 100%;
}



#pos-layout-three .tmdpos-right-holder .product-inner-holder li{
	margin:5px;
	
}

#pos-layout-three .tmdpos-right-holder .tmdpos-product-search {
    width: auto;
    text-align: left;
    padding: 0px 5px;
}

#pos-layout-three  .tmdpos-right-holder .tmdpos-product-search .select-pos-category {
    float: none;
}

#tmdwppos .tmdpos_left-right {
    padding-right: 15px;
}

