/**
 * Webkul Software
 *
 * @category  Webkul
 * @package   Webkul_QuickStoreShopping
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
 span.wk-cart-icon {
    float: right;
    max-width: 25px;
    max-height: 30px;
    opacity: .6;
    margin-top: 2px;
    margin-left: 10px;
}

.barcode-scanner-modal .modal-inner-wrap {
    height: 497px !important;
    width: 788px !important;
}


.barcode-scanner-modal .modal-inner-wrap .modal-title {
    display: none;
}

.barcode-scanner-modal .modal-inner-wrap .modal-content {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.barcode-scanner-modal .modal-inner-wrap .modal-content .modal-camera-content{
    margin: 0px;
    padding: 0px;
}


p.camera-error {
    text-align: center;
    color: red;
    margin-top: 28%;
    font-size: x-large;
}

.result-btn {
    display: block;
    text-align: center;
    margin: 24%;
}

#reader__scan_region #qr-shaded-region{
    border-width: 92px 159px 237px !important;
}

.verify-order-scanner-modal .modal-inner-wrap {
    height: 497px !important;
    width: 788px !important;
}


.verify-order-scanner-modal .modal-inner-wrap .modal-header {
    display: none;
}

.verify-order-scanner-modal .modal-inner-wrap .modal-content {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.verify-order-scanner-modal .modal-inner-wrap .modal-content .modal-nav-camera-content{
    margin: 0px;
    padding: 0px;
}

.verify-order-scanner-modal .modal-inner-wrap .verify-order-response-message{
    float: left;
    height: 32px;
}

span#html5-qrcode-anchor-scan-type-change {
    display: none !important;
}

.scan-barcode-close-modal-btn {
    display: none;
}

.verify-order-close-modal-btn {
    display: none;
}

#nav-camera-reader__scan_region #qr-shaded-region {
    border-width: 145px 143px !important;
}

#nav-camera-reader {
    margin-bottom: 10%;
}

.added-prod-qty {
    text-align: center;
    font-size: medium;
    margin-left: 4px;
    margin-right: 22px;
}

.barcode-modal-response-message {
    display: inline-flex;
    width: 100% !important;
}

.modal-camera-content {
    display: none;
}
.result-btn {
    display: none;
}
.prod-thumb {
    display: inline-block;
}
.prod-image {
    height: 117px;
    /* margin-top: 13px; */
}
.prod-details {
    display: grid;
    margin-left: 29px;
    height: 108px;
}
.nav-camera-result-bt {
    display: none;
}

.modal-popup.barcode-scanner-modal .modal-footer {
	text-align: left !important;
}

.sub-img {
    margin-top: 12px;
}

span.prod-name {
    font-weight: bold;
    text-align: center;
}

span.prod-price {
    font-weight: bold;
    text-align: center !important;
}

span.prod-qty {
    font-weight: bold;
    text-align: center !important;
    background: #118ffd;
    border-radius: 50px;
    display: ruby;
    padding:8px
}

span.qty-btn {
    text-align: center;
}

span.add-qty-to-sku {
    cursor: pointer;
    font-weight: bold;
}

span.subs-qty-to-sku {
    cursor: pointer;
    margin-right: 17px;
    font-weight: bold;

}

.view-cart-section {
    float : right !important;
    margin-left: 50%;
    margin-top: 44px;
    
}

h3.minus-sign {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height:0.1
}
h3.plus-sign{
    line-height:0.1
}
p.err_msg {
    color: red;
}

.modal-popup.verify-order-scanner-modal .modal-footer {
	display: none;
}

#reader {
    margin-bottom: 10%;
}

#modal-nav-camera-content {
    display: none;
}

@media only screen and (max-width: 767px)
{
    span.wk-cart-icon {
        margin-top: 11px;
    }
    
    .barcode-scanner-modal .modal-inner-wrap {
        height: 100% !important;
        width: 100% !important;
    }

    .barcode-modal-response-message {
        display: block;
        width: 100% !important;
    }

    .view-cart-section {
        float:left !important;
    }

    .prod-details {
        margin-left:0px
    }
    
    .verify-order-scanner-modal .modal-inner-wrap {
        height: 100% !important;
        width: 100% !important;
    }

    aside.modal-popup.verify-order-scanner-modal.modal-slide._show {
        left: 0px;
    }

    .nav-camera-reader__scan_region #qr-canvas {
        display: none !important;
    }

    #nav-camera-reader__scan_region #qr-shaded-region {
        border-width: 145px 143px !important;
    }
}

@media only screen and (max-width: 1024px)
{
    .verify-order-scanner-modal .modal-inner-wrap {
        height: 100% !important;
        width: 100% !important;
    }

    .barcode-scanner-modal .modal-inner-wrap {
        height: 100% !important;
        width: 100% !important;
    }

    aside.modal-popup.barcode-scanner-modal.modal-slide._show {
        left: 0px;
    }
}
.block.account-nav.block-collapsible-nav.wk-mp-main {
        display:block;
    }
.block.block-collapsible-nav {
        display:none
    }