.pos-booking {
    padding-top: 52px
}

@media (min-width: 992px) {
    .pos-booking {
        height:100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.pos-booking .pos-booking-header {
    background: #fff;
    padding: 10px 25px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 52px;
    z-index: 1020;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.pos-booking .pos-booking-header .logo,.pos-booking .pos-booking-header .nav,.pos-booking .pos-booking-header .time {
    width: 33.33%
}

@media (max-width: 767.98px) {
    .pos-booking .pos-booking-header .logo,.pos-booking .pos-booking-header .nav,.pos-booking .pos-booking-header .time {
        width:50%
    }
}

.pos-booking .pos-booking-header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pos-booking .pos-booking-header .logo>a,.pos-booking .pos-booking-header .logo>div {
    text-align: center;
    color: #000;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.pos-booking .pos-booking-header .logo>a .logo-img img,.pos-booking .pos-booking-header .logo>div .logo-img img {
    height: 32px
}

.pos-booking .pos-booking-header .logo>a .logo-text,.pos-booking .pos-booking-header .logo>div .logo-text {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    margin-left: 15px
}

.pos-booking .pos-booking-header .time {
    font-weight: 600;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767.98px) {
    .pos-booking .pos-booking-header .time {
        display:none
    }
}

.pos-booking .pos-booking-header .nav {
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end
}

.pos-booking .pos-booking-header .nav .nav-item .nav-link {
    padding: 5px 15px;
    font-weight: 600;
    font-size: 13px;
    color: #2d353c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767.98px) {
    .pos-booking .pos-booking-header .nav .nav-item .nav-link {
        padding:5px 10px
    }
}

.pos-booking .pos-booking-header .nav .nav-item .nav-link .nav-icon {
    height: 20px;
    color: #2d353c
}

.pos-booking .pos-booking-header .nav .nav-item .nav-link .nav-img {
    height: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px
}

.pos-booking .pos-booking-header .nav .nav-item .nav-link .nav-img+.nav-text {
    margin-left: 10px
}

.pos-booking .pos-booking-header .nav .nav-item .nav-link .nav-text {
    font-weight: 600
}

.pos-booking .pos-booking-body {
    height: calc(100% - 52px);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pos-booking .pos-booking-body .pos-booking-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pos-booking .pos-booking-body .pos-booking-content .pos-booking-content-container {
    padding: 25px;
    height: 100%
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking {
    display: block;
    margin-bottom: 20px;
    text-decoration: none
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking .table-booking-container {
    background: #343a40;
    color: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: box-shadow .1s linear;
    -moz-transition: box-shadow .1s linear;
    -ms-transition: box-shadow .1s linear;
    -o-transition: box-shadow .1s linear;
    transition: box-shadow .1s linear
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking .table-booking-container:hover {
    -webkit-box-shadow: 0 0 0 5px rgba(52,58,64,.5);
    box-shadow: 0 0 0 5px rgba(52,58,64,.5)
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking .table-booking-container .table-booking-header {
    padding: 15px
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking .table-booking-container .table-booking-header .title {
    font-weight: 600;
    color: #adb5bd
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking .table-booking-container .table-booking-header .no {
    font-size: 2.1875rem;
    font-weight: 600
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking .table-booking-container .table-booking-header .desc {
    font-weight: 600;
    color: #adb5bd
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking .table-booking-container .table-booking-body {
    background: #495057;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking .table-booking-container .table-booking-body .booking {
    font-size: 11px;
    line-height: 16px;
    padding: 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking .table-booking-container .table-booking-body .booking .time {
    width: 60px;
    font-weight: 600;
    color: #dee2e6
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking .table-booking-container .table-booking-body .booking .info {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking .table-booking-container .table-booking-body .booking .status {
    font-size: 6px;
    color: #adb5bd;
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking .table-booking-container .table-booking-body .booking .status.upcoming {
    color: #f59c1a
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking .table-booking-container .table-booking-body .booking .status.in-progress {
    color: #00acac
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking .table-booking-container .table-booking-body .booking.highlight {
    background: #6c757d
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking .table-booking-container .table-booking-body .booking+.booking {
    border-top: 1px solid #6c757d
}

.pos-booking .pos-booking-body .pos-booking-content .date {
    border: 2px solid #495057;
    max-width: 240px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.pos-booking .pos-booking-body .pos-booking-content .date .form-control {
    border: none;
    background: 0 0;
    font-size: .875rem;
    font-weight: 600;
    color: #2d353c;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0
}

.pos-booking .pos-booking-body .pos-booking-content .date .form-control::-webkit-input-placeholder {
    color: #adb5bd
}

.pos-booking .pos-booking-body .pos-booking-content .date .form-control::-moz-placeholder {
    color: #adb5bd
}

.pos-booking .pos-booking-body .pos-booking-content .date .form-control:-ms-input-placeholder {
    color: #adb5bd
}

.pos-booking .pos-booking-body .pos-booking-content .date .form-control:-moz-placeholder {
    color: #adb5bd
}

.pos-booking .pos-booking-body .pos-booking-content .date .input-group-addon {
    background: 0 0
}

.pos-counter {
    padding-top: 52px
}

@media (min-width: 992px) {
    .pos-counter {
        height:100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}



.pos-counter .pos-counter-header {
    background: #fff;
    padding: 10px 25px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.pos-counter .pos-counter-header .logo,.pos-counter .pos-counter-header .nav,.pos-counter .pos-counter-header .time {
    width: 33.33%
}

@media (max-width: 767.98px) {
    .pos-counter .pos-counter-header .logo,.pos-counter .pos-counter-header .nav,.pos-counter .pos-counter-header .time {
        width:50%
    }
}

.pos-counter .pos-counter-header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pos-counter .pos-counter-header .logo>a,.pos-counter .pos-counter-header .logo>div {
    text-align: center;
    color: #000;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.pos-counter .pos-counter-header .logo>a .logo-img img,.pos-counter .pos-counter-header .logo>div .logo-img img {
    height: 32px
}

.pos-counter .pos-counter-header .logo>a .logo-text,.pos-counter .pos-counter-header .logo>div .logo-text {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    margin-left: 15px
}

.pos-counter .pos-counter-header .time {
    font-weight: 600;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767.98px) {
    .pos-counter .pos-counter-header .time {
        display:none
    }
}

.pos-counter .pos-counter-header .nav {
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end
}

.pos-counter .pos-counter-header .nav .nav-item .nav-link {
    padding: 5px 15px;
    font-weight: 600;
    font-size: 13px;
    color: #2d353c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767.98px) {
    .pos-counter .pos-counter-header .nav .nav-item .nav-link {
        padding:5px 10px
    }
}

.pos-counter .pos-counter-header .nav .nav-item .nav-link .nav-icon {
    height: 20px;
    color: #2d353c
}

.pos-counter .pos-counter-header .nav .nav-item .nav-link .nav-img {
    height: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px
}

.pos-counter .pos-counter-header .nav .nav-item .nav-link .nav-img+.nav-text {
    margin-left: 10px
}

.pos-counter .pos-counter-header .nav .nav-item .nav-link .nav-text {
    font-weight: 600
}

.pos-counter .pos-counter-body {
    height: calc(100% - 52px);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pos-counter .pos-counter-body .pos-counter-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pos-counter .pos-counter-body .pos-counter-content .pos-counter-content-container {
    padding: 2px;
    height: 100%;
    background: #2d353c
}

.pos-counter .pos-counter-body .pos-counter-content .table-row {
    margin: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table {
    padding: 1px;
    margin: 0;
    height: 100%;
    width: 25%;
    -webkit-box-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

@media (max-width: 1659.98px) {
    .pos-counter .pos-counter-body .pos-counter-content .table-row .table {
        width:33.33%;
        -webkit-box-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%
    }
}

@media (max-width: 1199.98px) {
    .pos-counter .pos-counter-body .pos-counter-content .table-row .table {
        width:50%;
        -webkit-box-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media (max-width: 991.98px) {
    .pos-counter .pos-counter-body .pos-counter-content .table-row .table {
        width:33.33%;
        -webkit-box-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%
    }
}

@media (max-width: 767.98px) {
    .pos-counter .pos-counter-body .pos-counter-content .table-row .table {
        width:50%;
        -webkit-box-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media (max-width: 575.98px) {
    .pos-counter .pos-counter-body .pos-counter-content .table-row .table {
        width:100%;
        -webkit-box-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container {
    background: #343a40;
    color: #fff;
    display: block;
    height: 100%;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container .table-status {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #495057;
    width: 8px;
    height: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container .table-status i {
    font-size: 8px
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container .table-name {
    text-align: center;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container .table-name .name {
    font-size: .875rem
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container .table-name .no {
    font-size: 32px;
    margin-bottom: -4px
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container .table-info-row {
    margin: 0 -1px 0 0;
    color: #6c757d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container .table-info-row .table-info-col {
    width: 50%;
    padding: 1px 1px 0 0;
    margin: 0 auto;
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container .table-info-row .table-info-col .table-info-container {
    height: 100%;
    background: #6c757d;
    padding: 2px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container .table-info-row .icon {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container .table-info-row .icon+.text {
    margin-left: 2px
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container .table-info-row .text {
    font-weight: 600;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container .table-info-row+.table-col-info {
    border-top: 1px solid #f8f9fa
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container+.table-col {
    border-left: 1px solid #f8f9fa
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.in-use:hover:not(.disabled) {
    position: relative;
    z-index: 10
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.in-use:hover:not(.disabled) .table-container {
    position: relative
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.in-use:hover:not(.disabled) .table-container:before {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(108,117,125,.8)
}




.pos-counter .pos-counter-body .pos-counter-content .table-row .table.in-use:hover:not(.disabled) .table-container:after {
    content: '\f00c';
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 32px;
    font-family: Font Awesome\ 5 Free,Font Awesome\ 5 Pro,FontAwesome!important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.selected:not(.disabled),.pos-counter .pos-counter-body .pos-counter-content .table-row .table.selected:not(.disabled):hover {
    position: relative;
    z-index: 20
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.selected:not(.disabled) .table-container,.pos-counter .pos-counter-body .pos-counter-content .table-row .table.selected:not(.disabled):hover .table-container {
    background: #343a40;
    opacity: 1;
    color: #fff;
    position: relative
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.selected:not(.disabled) .table-container .table-info-row,.pos-counter .pos-counter-body .pos-counter-content .table-row .table.selected:not(.disabled):hover .table-container .table-info-row {
    color: #fff
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.selected:not(.disabled) .table-container:before,.pos-counter .pos-counter-body .pos-counter-content .table-row .table.selected:not(.disabled):hover .table-container:before {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,172,172,.9)
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.selected:not(.disabled) .table-container:after,.pos-counter .pos-counter-body .pos-counter-content .table-row .table.selected:not(.disabled):hover .table-container:after {
    content: '\f00c';
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 32px;
    font-family: Font Awesome\ 5 Free,Font Awesome\ 5 Pro,FontAwesome!important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.disabled .table-container {
    cursor: not-allowed;
    background: #343a40;
    color: #6c757d
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.disabled .table-container .table-status {
    background: #ff5b57
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.disabled .table-container .table-status {
    border-top-color: #ff5b57;
    border-right-color: #ff5b57
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.disabled .table-container .table-info-row {
    color: #495057
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.disabled .table-container .table-info-row .table-info-col .table-info-container {
    background: #495057
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.available .table-container {
    cursor: initial;
    color: #dee2e6
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.available .table-container .table-status {
    background: #00acac
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.available .table-container .table-info-row {
    color: #495057
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.available .table-container .table-info-row .table-info-col .table-info-container {
    background: #495057
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.in-use .table-container {
    background: #495057;
    position: relative
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.in-use .table-container:before {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.in-use .table-container .table-status {
    background: #f59c1a
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.in-use .table-container .table-info-row {
    color: #fff
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.in-use .table-container .table-info-row .table-info-col .table-info-container {
    background: #6c757d
}

.pos-counter .pos-counter-body .pos-counter-sidebar {
    background: #495057;
    color: #fff;
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

@media (max-width: 991.98px) {
    .pos-counter .pos-counter-body .pos-counter-sidebar {
        position:fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
        z-index: 1021;
        display: none
    }
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-header {
    padding: 10px 25px;
    background: #343a40;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-header .back-btn {
    width: 50px;
    margin-left: -25px;
    margin-right: 25px;
    margin-top: -10px;
    margin-bottom: -10px;
    height: 50px;
    border: none;
    background: #2d353c;
    display: none
}

@media (max-width: 991.98px) {
    .pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-header .back-btn {
        display:block
    }
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-header .back-btn .btn {
    color: #fff;
    padding: 0;
    width: 100%;
    height: 100%
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-header .back-btn .btn svg {
    width: 20px
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-header .icon img {
    height: 30px
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-header .icon+.title {
    padding-left: 10px
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-header .title {
    font-size: 14px;
    font-weight: 600;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-header .order {
    display: block;
    font-size: 12px;
    background: #6c757d;
    color: #fff;
    padding: 2px 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-body {
    padding: 0;
    margin: 0;
    overflow: scroll;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-body .pos-table {
    padding: 0 25px
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-body .pos-table .pos-table-row {
    padding: 15px 0;
    margin: 0;
    position: relative
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-body .pos-table .pos-table-row+.pos-table-row {
    border-top: 1px solid #6c757d
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-body .pos-table .pos-table-row>div {
    padding: 0
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .price {
    font-size: .875rem;
    font-weight: 600
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-body .pos-table .pos-table-row>div.total-qty {
    font-size: .875rem;
    font-weight: 600;
    text-align: center
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-body .pos-table .pos-table-row>div.total-price {
    font-size: .875rem;
    font-weight: 600;
    text-align: right;
    text-align: right
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-body .pos-table .pos-table-row>div a {
    display: inline-block
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .pos-product-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .pos-product-thumb .img {
    width: 45px;
    height: 45px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .pos-product-thumb .img+.info {
    padding-left: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .pos-product-thumb .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .pos-product-thumb .info .title {
    font-weight: 600;
    font-size: 14px
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .pos-product-thumb .info .single-price {
    font-weight: 600;
    color: #343a40
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer {
    position: relative;
    padding: 10px 25px;
    background: #2d353c;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .price {
    font-weight: 600;
    text-align: right
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .subtotal,.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .taxes,.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .total {
    line-height: 28px;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .subtotal .text,.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .taxes .text,.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .total .text {
    width: 72%;
    text-align: right
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .subtotal .price,.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .taxes .price,.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .total .price {
    width: 28%;
    font-size: .875rem
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .total {
    line-height: 36px
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .total .price {
    font-size: 28px
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .btn-row {
    padding: 10px 0 0;
    margin: 0 -25px -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .btn-row .btn {
    display: block;
    padding: 10px 15px;
    font-size: .875rem;
    min-width: 100px;
    text-align: center;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .btn-row .btn i {
    display: block;
    margin: 8px auto 5px
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .btn-row .btn+.btn:before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    width: 2px;
    background: #2d353c;
    left: -1px
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .btn-row .btn.btn-default {
    background: #495057;
    border: none;
    color: #fff
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .btn-row .btn.btn-default:hover {
    background: #6c757d
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .btn-row .btn.btn-primary,.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .btn-row .btn.btn-success {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 991.98px) {
    .pos-counter.pos-mobile-sidebar-toggled .pos-counter-sidebar {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 992px) {
    .pos-customer {
        height:100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.pos-customer .pos-menu {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 992px) {
    .pos-customer .pos-menu {
        width:160px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 991.98px) {
    .pos-customer .pos-menu {
        position:fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1020;
        overflow: scroll;
        -ms-flex-align: center;
        align-items: center
    }
}

.pos-customer .pos-menu .logo {
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 991.98px) {
    .pos-customer .pos-menu .logo {
        width:160px;
        padding: 0 15px;
        max-height: 95px;
        -webkit-box-flex: 0 0 160px;
        -ms-flex: 0 0 160px;
        flex: 0 0 160px
    }
}

.pos-customer .pos-menu .logo a {
    display: block;
    text-decoration: none;
    color: inherit
}

.pos-customer .pos-menu .logo .logo-img {
    text-align: center;
    height: 46px
}

.pos-customer .pos-menu .logo .logo-text {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 6px
}

@media (max-width: 991.98px) {
    .pos-customer .pos-menu .logo .logo-text {
        margin-top:3px;
        margin-bottom: -3px
    }
}

.pos-customer .pos-menu .logo img {
    max-width: 100%;
    max-height: 100%
}

.pos-customer .pos-menu .nav-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width: 992px) {
    .pos-customer .pos-menu .nav-container {
        overflow:hidden
    }
}

@media (max-width: 991.98px) {
    .pos-customer .pos-menu .nav-container {
        padding:12px 0
    }
}

.pos-customer .pos-menu .nav.nav-tabs {
    margin: 0;
    padding: 0 25px;
    display: block
}

@media (max-width: 991.98px) {
    .pos-customer .pos-menu .nav.nav-tabs {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}



.pos-customer .pos-menu .nav.nav-tabs .nav-item .nav-link {
    position: relative;
    padding: 9px 20px;
    font-size: 13px;
    white-space: nowrap;
    text-align: center;
    border: 2px solid transparent;
    color: #6c757d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.pos-customer .pos-menu .nav.nav-tabs .nav-item .nav-link .fa {
    display: block;
    margin: 5px auto!important;
    font-size: 20px;
    color: #ced4da;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.pos-customer .pos-menu .nav.nav-tabs .nav-item .nav-link:hover {
    color: #495057
}

.pos-customer .pos-menu .nav.nav-tabs .nav-item .nav-link:hover .fa {
    color: #6c757d
}

.pos-customer .pos-menu .nav.nav-tabs .nav-item .nav-link.active {
    color: #2d353c;
    border-color: #2d353c
}

.pos-customer .pos-menu .nav.nav-tabs .nav-item .nav-link.active .fa {
    color: #2d353c
}

.pos-customer .pos-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width: 992px) {
    .pos-customer .pos-content {
        overflow:scroll
    }
}

@media (max-width: 991.98px) {
    .pos-customer .pos-content {
        padding-top:95px
    }
}

.pos-customer .pos-content .pos-content-container {
    padding: 25px
}

.pos-customer .pos-content .product-row {
    padding: 0;
    margin: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pos-customer .pos-content .product-row .product-container {
    padding: 10px;
    width: 100%
}

@media (min-width: 576px) {
    .pos-customer .pos-content .product-row .product-container {
        width:33.33%
    }
}

@media (min-width: 992px) {
    .pos-customer .pos-content .product-row .product-container {
        width:50%
    }
}

@media (min-width: 1200px) {
    .pos-customer .pos-content .product-row .product-container {
        width:33.33%
    }
}

@media (min-width: 1660px) {
    .pos-customer .pos-content .product-row .product-container {
        width:25%
    }
}

.pos-customer .pos-content .product-row .product-container .product {
    height: 100%
}

.pos-customer .pos-content .product {
    background: #fff;
    color: #2d353c;
    display: block;
    margin: 0;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.pos-customer .pos-content .product:hover {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)
}

.pos-customer .pos-content .product .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 180px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.pos-customer .pos-content .product .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px 15px
}

.pos-customer .pos-content .product .text .title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #2d353c;
    margin: 0 0 3px
}

.pos-customer .pos-content .product .text .desc {
    color: #adb5bd;
    font-weight: 600;
    margin: 0 0 3px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pos-customer .pos-content .product .text .price {
    margin: 0;
    font-weight: 600;
    color: #2d353c;
    font-size: .875rem
}

.pos-customer .pos-content .product.not-available {
    cursor: not-allowed;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.pos-customer .pos-content .product.not-available .img,.pos-customer .pos-content .product.not-available .text {
    opacity: .65
}

.pos-customer .pos-content .product.not-available .not-available-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 180px;
    background: rgba(73,80,87,.75);
    color: #fff;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pos-customer .pos-sidebar {
    background: #fff;
    color: #2d353c;
    width: 360px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0 0 360px;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px
}

@media (max-width: 991.98px) {
    .pos-customer .pos-sidebar {
        position:fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
        z-index: 1021;
        display: none
    }
}

.pos-customer .pos-sidebar .pos-sidebar-header {
    padding: 10px 25px;
    background: #6c757d;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.pos-customer .pos-sidebar .pos-sidebar-header .back-btn {
    width: 50px;
    margin-left: -25px;
    margin-right: 25px;
    margin-top: -10px;
    margin-bottom: -10px;
    height: 50px;
    border: none;
    background: #495057;
    display: none
}

@media (max-width: 991.98px) {
    .pos-customer .pos-sidebar .pos-sidebar-header .back-btn {
        display:block
    }
}

.pos-customer .pos-sidebar .pos-sidebar-header .back-btn .btn {
    color: #fff;
    padding: 0;
    width: 100%;
    height: 100%
}

.pos-customer .pos-sidebar .pos-sidebar-header .back-btn .btn svg {
    width: 20px
}

.pos-customer .pos-sidebar .pos-sidebar-header .icon img {
    height: 30px
}

.pos-customer .pos-sidebar .pos-sidebar-header .icon+.title {
    padding-left: 10px
}

.pos-customer .pos-sidebar .pos-sidebar-header .title {
    font-size: 14px;
    font-weight: 600;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pos-customer .pos-sidebar .pos-sidebar-header .order {
    display: block;
    font-size: 12px;
    background: #2d353c;
    color: #fff;
    padding: 2px 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.pos-customer .pos-sidebar .pos-sidebar-nav .nav.nav-tabs {
    padding: 0
}

.pos-customer .pos-sidebar .pos-sidebar-nav .nav.nav-tabs .nav-item {
    padding: 0
}

.pos-customer .pos-sidebar .pos-sidebar-nav .nav.nav-tabs .nav-item .nav-link {
    padding: 12px 15px;
    font-size: 13px;
    background: #dee2e6;
    color: #6c757d;
    border: none;
    border-bottom: 1px solid #dee2e6;
    -webkit-border-radius: 0;
    border-radius: 0
}

.pos-customer .pos-sidebar .pos-sidebar-nav .nav.nav-tabs .nav-item .nav-link.active {
    color: #2d353c;
    background: #fff;
    border-bottom-color: #fff
}

.pos-customer .pos-sidebar .pos-sidebar-nav .nav.nav-tabs .nav-item+.nav-item {
    border-left: 1px solid #dee2e6
}

.pos-customer .pos-sidebar .pos-sidebar-body {
    padding: 0;
    margin: 0;
    overflow: scroll;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table {
    padding: 0 25px
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row {
    padding: 15px 0;
    margin: 0;
    position: relative
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row+.pos-table-row {
    border-top: 1px solid #e9ecef
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row>div {
    padding: 0
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .input-group.qty {
    width: 85px;
    margin-top: 10px;
    -ms-flex-align: center;
    align-items: center
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .input-group.qty .form-control {
    margin: 0;
    background: 0 0;
    border: 0;
    padding: 0;
    text-align: center;
    line-height: 1;
    height: 26px;
    font-weight: 600
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .input-group.qty .btn {
    background: #e9ecef;
    padding: 0;
    color: #6c757d;
    border: none;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .input-group.qty .btn:focus,.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .input-group.qty .btn:hover {
    color: #177174;
    background: #99dede
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .price {
    font-size: .875rem;
    font-weight: 600
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row>div.total-price {
    font-size: .875rem;
    font-weight: 600;
    text-align: right
}



.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row>div a {
    display: inline-block
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .pos-product-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .pos-product-thumb .img {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .pos-product-thumb .img+.info {
    padding-left: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .pos-product-thumb .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .pos-product-thumb .info .title {
    font-weight: 600;
    font-size: 14px
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .pos-product-thumb .info .single-price {
    font-weight: 600;
    color: #343a40
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row .pos-remove-confirmation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(233,236,239,.9);
    font-size: .875rem;
    font-weight: 600;
    z-index: 10;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row .pos-remove-confirmation .btn {
    min-width: 60px
}

.pos-customer .pos-sidebar .pos-sidebar-footer {
    background: #fff;
    position: relative;
    padding: 10px 25px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-box-shadow: 0 -1px rgba(52,58,64,.1);
    box-shadow: 0 -1px rgba(52,58,64,.1)
}

.pos-customer .pos-sidebar .pos-sidebar-footer .price {
    font-weight: 600;
    text-align: right
}

.pos-customer .pos-sidebar .pos-sidebar-footer .subtotal,.pos-customer .pos-sidebar .pos-sidebar-footer .taxes,.pos-customer .pos-sidebar .pos-sidebar-footer .total {
    line-height: 28px;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end
}

.pos-customer .pos-sidebar .pos-sidebar-footer .subtotal .text,.pos-customer .pos-sidebar .pos-sidebar-footer .taxes .text,.pos-customer .pos-sidebar .pos-sidebar-footer .total .text {
    width: 50%
}

.pos-customer .pos-sidebar .pos-sidebar-footer .subtotal .price,.pos-customer .pos-sidebar .pos-sidebar-footer .taxes .price,.pos-customer .pos-sidebar .pos-sidebar-footer .total .price {
    width: 50%;
    font-size: .875rem
}

.pos-customer .pos-sidebar .pos-sidebar-footer .total .price {
    font-size: 18px
}

.pos-customer .pos-sidebar .pos-sidebar-footer .btn-row {
    padding: 10px 0 0;
    margin: 0 -25px -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pos-customer .pos-sidebar .pos-sidebar-footer .btn-row .btn {
    display: block;
    padding: 10px 15px;
    font-size: .875rem;
    min-width: 100px;
    text-align: center;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0
}

.pos-customer .pos-sidebar .pos-sidebar-footer .btn-row .btn .fa {
    display: block;
    margin: 8px auto 5px
}

.pos-customer .pos-sidebar .pos-sidebar-footer .btn-row .btn+.btn:before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    width: 2px;
    background: #fff;
    left: -1px
}

.pos-customer .pos-sidebar .pos-sidebar-footer .btn-row .btn.btn-primary,.pos-customer .pos-sidebar .pos-sidebar-footer .btn-row .btn.btn-success {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 991.98px) {
    .pos-customer.pos-mobile-sidebar-toggled .pos-sidebar {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .close {
    position: absolute;
    top: 25px;
    z-index: 10;
    right: 25px
}

@media (min-width: 992px) {
    .modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-img,.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info {
        width: 50%;
        max-width: 50%;
        -webkit-box-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-img .img {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 250px;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0
}

@media (min-width: 992px) {
    .modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-img .img {
        min-height:300px;
        -webkit-border-radius: 6px 0 0 6px;
        border-radius: 6px 0 0 6px
    }
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info {
    padding: 25px
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .title {
    font-size: 22px
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .desc {
    color: #adb5bd;
    font-size: 13px;
    font-weight: 600
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .price {
    font-weight: 600;
    font-size: 18px;
    margin: 8px 0
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .qty .input-group {
    width: 95px
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .qty .form-control {
    font-weight: 600;
    font-size: .875rem;
    height: 30px
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .qty .btn {
    background: #e9ecef;
    padding: 0;
    color: #adb5bd;
    border: none;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .qty .btn:focus,.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .qty .btn:hover {
    color: #177174;
    background: #99dede
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .option-row {
    font-size: 13px;
    margin-bottom: 15px
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .option-row .option-title {
    font-size: .875rem;
    font-weight: 600
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .option-row .option-list {
    margin: -5px;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .option-row .option-list .option {
    width: 33.33%;
    max-width: 33.33%;
    padding: 5px;
    -webkit-box-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .option-row .option-list .option .option-input {
    display: none
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .option-row .option-list .option .option-input:checked+.option-label {
    border: 2px solid #00acac;
    background: #f2fbfb;
    padding: 9px
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .option-row .option-list .option .option-label {
    border: 1px solid #dee2e6;
    padding: 10px;
    height: 100%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .option-row .option-list .option .option-label .option-text {
    font-weight: 600;
    display: block;
    line-height: 16px;
    text-align: center
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .option-row .option-list .option .option-label .option-price {
    font-weight: 600;
    color: #6c757d;
    margin-top: 5px;
    line-height: 16px
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .option-row .option-list label {
    padding-top: 8px;
    padding-bottom: 8px
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .option-row .option-list label:after,.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .option-row .option-list label:before {
    top: 9px
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .option-row .option-list+.custom-control label {
    border-top: 1px solid #f8f9fa
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .btn-row {
    margin: 25px -25px -25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .btn-row .btn {
    padding: 20px;
    position: relative;
    font-size: .875rem;
    width: 50%;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .btn-row .btn+.btn:before {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -1px;
    border-left: 2 solid #fff
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .btn-row .btn.btn-primary,.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .btn-row .btn.btn-success {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pos-kitchen {
    min-height: 100%;
    /*padding-top: 52px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.pos-kitchen .pos-kitchen-header {
    background: #fff;
    padding: 10px 25px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.pos-kitchen .pos-kitchen-header .logo,.pos-kitchen .pos-kitchen-header .nav,.pos-kitchen .pos-kitchen-header .time {
    width: 33.33%
}

@media (max-width: 767.98px) {
    .pos-kitchen .pos-kitchen-header .logo,.pos-kitchen .pos-kitchen-header .nav,.pos-kitchen .pos-kitchen-header .time {
        width:50%
    }
}

.pos-kitchen .pos-kitchen-header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pos-kitchen .pos-kitchen-header .logo>a,.pos-kitchen .pos-kitchen-header .logo>div {
    text-align: center;
    color: #000;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.pos-kitchen .pos-kitchen-header .logo>a .logo-img img,.pos-kitchen .pos-kitchen-header .logo>div .logo-img img {
    height: 32px
}

.pos-kitchen .pos-kitchen-header .logo>a .logo-text,.pos-kitchen .pos-kitchen-header .logo>div .logo-text {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    margin-left: 15px
}

.pos-kitchen .pos-kitchen-header .time {
    font-weight: 600;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767.98px) {
    .pos-kitchen .pos-kitchen-header .time {
        display:none
    }
}

.pos-kitchen .pos-kitchen-header .nav {
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end
}

.pos-kitchen .pos-kitchen-header .nav .nav-item .nav-link {
    padding: 5px 15px
}

@media (max-width: 767.98px) {
    .pos-kitchen .pos-kitchen-header .nav .nav-item .nav-link {
        padding:5px 10px
    }
}

.pos-kitchen .pos-kitchen-header .nav .nav-item .nav-link .nav-icon {
    height: 20px;
    color: #2d353c
}

.pos-kitchen .pos-kitchen-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task {
    border-bottom: 0px solid #ced4da
}

@media (min-width: 768px) {
    .pos-kitchen .pos-kitchen-body .pos-task-row .pos-task {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-info {
    width: 30%;
    padding: 25px;
    text-align: right
}

@media (max-width: 767.98px) {
    .pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-info {
        width:auto;
        position: relative;
        text-align: left
    }
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-info .table-no {
    font-size: 24px
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-info .order-type {
    font-size: 14px
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-info .order-no {
    margin-bottom: 5px
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-info .time-pass {
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px
}

@media (max-width: 767.98px) {
    .pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-info .time-pass {
        position:absolute;
        right: 0;
        top: 0;
        margin: 0;
        padding: 25px
    }
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body {
    /*
    padding: 25px;
    border-left: 1px solid #ced4da;*/
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 767.98px) {
    .pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body {
        border-left:none;
        padding-top: 0
    }
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-completed {
    font-size: 16px;
    line-height: 36px
}

@media (max-width: 767.98px) {
    .pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-completed {
        border-top:1px solid #ced4da;
        margin-top: -10px;
        padding-top: 10px
    }
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row {
    margin: 0 -10px -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product {
    width: 25%;
    width: 33%;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

/*@media (max-width: 1199.98px) { */
@media (max-width: 3000px) {

    .pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product {
        width:33.33%;
        -webkit-box-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%
    }
}

@media (max-width: 575.98px) {
    .pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product {
        width:100%;
        -webkit-box-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product .pos-task-product-img {
    padding-top: 75%;
    position: relative;
    margin-bottom: 10px
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product .pos-task-product-img .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product .pos-task-product-img .caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(108,117,125,.75);
    color: #fff;
    font-size: 24px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product .pos-task-product-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product .pos-task-product-info .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product .pos-task-product-info .info .title {
    font-size: 16px;
    font-weight: 600
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product .pos-task-product-info .info .title+.desc {
    padding-top: 3px
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product .pos-task-product-info .info .desc {
    font-size: 12px;
    font-weight: 600;
    color: #6c757d
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product .pos-task-product-info .qty {
    font-size: 18px;
    font-weight: 600
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product .pos-task-product-action {
    padding-top: 10px
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product .pos-task-product-action .btn {
    display: block;
    font-weight: 600;
    font-size: 14px
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product .pos-task-product-action .btn+.btn {
    margin-top: 10px
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product.completed .pos-task-product-info {
    opacity: .75
}

.pos-stock {
    padding-top: 52px
}

@media (min-width: 992px) {
    .pos-stock {
        height:100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.pos-stock .pos-stock-header {
    background: #fff;
    padding: 10px 25px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1020;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.pos-stock .pos-stock-header .logo,.pos-stock .pos-stock-header .nav,.pos-stock .pos-stock-header .time {
    width: 33.33%
}

@media (max-width: 767.98px) {
    .pos-stock .pos-stock-header .logo,.pos-stock .pos-stock-header .nav,.pos-stock .pos-stock-header .time {
        width:50%
    }
}

.pos-stock .pos-stock-header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pos-stock .pos-stock-header .logo>a,.pos-stock .pos-stock-header .logo>div {
    text-align: center;
    color: #000;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.pos-stock .pos-stock-header .logo>a .logo-img img,.pos-stock .pos-stock-header .logo>div .logo-img img {
    height: 32px
}

.pos-stock .pos-stock-header .logo>a .logo-text,.pos-stock .pos-stock-header .logo>div .logo-text {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    margin-left: 15px
}

.pos-stock .pos-stock-header .time {
    font-weight: 600;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767.98px) {
    .pos-stock .pos-stock-header .time {
        display:none
    }
}

.pos-stock .pos-stock-header .nav {
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end
}

.pos-stock .pos-stock-header .nav .nav-item .nav-link {
    padding: 5px 15px;
    font-weight: 600;
    font-size: 13px;
    color: #2d353c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767.98px) {
    .pos-stock .pos-stock-header .nav .nav-item .nav-link {
        padding:5px 10px
    }
}

.pos-stock .pos-stock-header .nav .nav-item .nav-link .nav-icon {
    height: 20px;
    color: #2d353c
}

.pos-stock .pos-stock-header .nav .nav-item .nav-link .nav-img {
    height: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px
}

.pos-stock .pos-stock-header .nav .nav-item .nav-link .nav-img+.nav-text {
    margin-left: 10px
}

.pos-stock .pos-stock-header .nav .nav-item .nav-link .nav-text {
    font-weight: 600
}

.pos-stock .pos-stock-body {
    height: calc(100% - 52px);
    background: #2d353c;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pos-stock .pos-stock-body .pos-stock-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container {
    padding: 1px;
    height: 100%
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product {
    height: 100%;
    padding: 1px
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product .pos-stock-product-container {
    background: #fff;
    height: 100%
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product .pos-stock-product-container .product {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product .pos-stock-product-container .product .product-img .img {
    padding-top: 56.25%;
    padding-top: 75%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product .pos-stock-product-container .product .product-info {
    padding: 15px 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product .pos-stock-product-container .product .product-info .title {
    font-size: .875rem;
    font-weight: 600
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product .pos-stock-product-container .product .product-info .desc {
    color: #495057;
    margin-bottom: 15px
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product .pos-stock-product-container .product .product-option {
    margin: 0 0 5px
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product .pos-stock-product-container .product .product-option .option {
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product .pos-stock-product-container .product .product-option .option .option-label {
    font-weight: 600;
    padding-right: 10px;
    width: 90px
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product .pos-stock-product-container .product .product-option .option .option-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product .pos-stock-product-container .product .product-option .option .option-input .form-control {
    border-width: 2px;
    font-weight: 600;
    font-size: .875rem;
    height: 34px;
    padding: 3px 10px
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product .pos-stock-product-container .product .product-option .option+.option {
    padding-top: 15px
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product .pos-stock-product-container .product .product-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product .pos-stock-product-container .product .product-action .btn {
    font-weight: 600;
    padding: 12px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-border-radius: 0;
    border-radius: 0
}

/* 列表頁 
.pos {
    background: #e9ecef
} */

.pos .slimScrollBar {
    display: none!important
}




.pos-mobile-sidebar-toggler {
    position: fixed;
    bottom: 60px;
    right: 12px;
    z-index: 1020;
    background: #fff;
    padding: 10px;
    width: 60px;
    height: 60px;
    text-decoration: none;
    color: #2d353c;
    display: none;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991.98px) {
    .pos-mobile-sidebar-toggler {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.pos-mobile-sidebar-toggler:hover {
    color: #6c757d
}

.pos-mobile-sidebar-toggler .img {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto
}

.pos-mobile-sidebar-toggler .badge {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #00acac;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: .875rem;
    font-weight: 600;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}








