/** custom css **/
.btn-scan-barcode {
    display: none;
    background: url(../images/icon-scan-barcode.png) 50% 50% no-repeat transparent !important;
    background-size: 16px 16px !important;
    border: 0 !important;
    box-shadow: none !important;
    right: 15px;
}
.barcode-search .modal-header {
    background: #f4f4f4;
    padding-bottom: 1rem;
    padding-top: 2rem;
    height: 55px;
}
.barcode-search.modal-slide .page-actions {
    position: absolute;
    bottom: 25px;
}
.modal-slide .modal-title {
    color: #000000;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    border: 0;
}
.barcode-reader {
    min-width: 250px;
    min-height: 250px;
    position: relative;
}
#popup-barcode-search .barcode-reader:before {
    content: "\f110";
    font-family: porto-icons;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    margin-top: -15px;
    margin-left: -15px;
    color: #777;
    z-index: -1;
}
#quick-shop-table tbody tr td:first-child {
    position: relative;
}
#quick-shop-table tbody tr td:first-child .cell-label {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../images/icon-scan-barcode.png) 50% 50% no-repeat transparent !important;
    background-size: 16px 16px !important;
    border: 0 !important;
    box-shadow: none !important;
    right: 10px;
    top: 22px;
}
#quick-shop-table tbody tr td:first-child .cell-label:focus,#quick-shop-table tbody tr td:first-child .cell-label:active {
    box-shadow: 0 0 3px 3px rgba(55, 179, 73, 0.25) !important;
}
@media screen and (max-width: 767px) {
    .block-search.show .btn-scan-barcode {
        display: block;
    }
    .btn-scan-barcode {
        position: absolute;
        top: 50px;
        right: -85px;
    }
}
@media screen and (min-width: 768px) {
    .btn-scan-barcode {
        display: block;
        right: 200px;
        position: absolute;
        top: 8px;
    }
    .modal-slide.barcode-search {
        left: auto;
        width: 500px;
    }
    .modal-slide.barcode-search .modal-inner-wrap {
        max-width: 500px;
    }
}
