.select-container .jq-selectbox__dropdown {
    overflow-y:scroll;
    max-height: 300px !important;
}

.error-badge {
    display: inline-block;
    font-size: 13px;
    color: #f35e60; }
.error-badge p {
    color: #f35e60;
}
.error-badge_wrap {
    background-color: #f2dede;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px; }
@media only screen and (max-width: 767px) {
    .error-badge_wrap {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 10px;
        margin-bottom: 20px; } }
.error-badge p {
    margin: 0 0 0 40px;
    line-height: 18px; }
@media only screen and (max-width: 767px) {
    .error-badge p {
        margin: 0 0 0 35px; } }
.error-badge_check {
    margin-top: 5px;
    font-size: 15px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    float: left;
    background-color: #f35e60;
    color: #fff;
    text-align: center; }
.error-badge_check .fa {
    margin-top: 7px; }

/*Paginator ... height fix*/
.pagination li > span {
    font-size: 14px;
    padding: 7px 12px;
}

/*Frontpage banner tag*/
.tag--news {
    background: #6ec1b4;
    color: #fff;
}

/*Manufacturer*/
.margin-top-20{
    margin-top: 20px;
}

/*CMS Team image fix*/
.team_i-img img {
    max-height: 100%;}

/*Subscribe !00% width*/
.subscribe-form{
    display: inline-flex !important;
    width: 100%;
}
.subscribe-input{
    width: 100% !important;
    text-align: left !important;
}

.subscribe-input.subscribe-success{
    font-weight: bold;
    padding-top: 10px;
    font-size: 13px;
}

.stay-touch__success {
    display: block;
}

.required-option-check label, .required-option-check input{
    color: #f35e60 !important;
    font-weight: bold !important;
}
.subscribe-input label{
    font-size: 13px !important;
}

.mc4wp-form .mc4wp-form-fields input[name="subscribe"]{
    z-index: 5;
}

/*News images*/
.news-article_i-b img {
    max-width: 100%;
}

/*Banner Tag*/
.tag--campaign {
    color: #fff;
    background: #f25f5c;
}

/*Item tag TOP*/
.tag--top{
    background: #0081ff;
    color: #fff;
    text-transform: uppercase;
}

/* Category title h1*/
h1.custom_section__title {
    font-size: 18px;
    margin-top: 16px;
    font-weight: 400;
    text-transform: none;
}


/*Loader*/
.custom-loader {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    align-items: center;
}
.custom-loader.flow-reverse {
    flex-flow: row-reverse;
}
.custom-loader.flow-column {
    flex-flow: column;
}
.custom-loader:after {
    content: " ";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #7b7b7b;
    border-color: #7b7b7b transparent #7b7b7b transparent;
    animation: custom-loader 1.2s linear infinite;
}
@keyframes custom-loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*Checkout div tag adjustment*/
.ecommerce-checkout #customer_details div.fancy-input {
    margin-bottom: 24px;
    line-height: 26px;
}

/*Promo error message*/
#cart-promo-area .error-message {
    min-height: 0;
    position: relative;
    margin-top: -25px;
    margin-bottom: 0px;

}
#cart-promo-area .error-message.tiny {
    margin-bottom: 12px;
}

#cart-promo-area .error-message img {
    display: none;
}
#cart-promo-area .error-message .message {
    padding: 0;
}
#cart-promo-area .error-message .title {
    color: #ec2424;
    font-size: 12px;
}
#cart-promo-area .error-message .description {
    display: none;
}
#cart-promo-area .error-message .comment {
    display: none;
}
#promos{
    margin-top: -15px;
}
@media only screen and (max-width: 991px) {
    #promos {
        margin-bottom: 25px;
    }
}
#promos .template-promo {
    display: inline-block;
    position: relative;
    margin-top: 10px;
    margin-right: 10px;
}
#promos .title {
    display: inline-block;
    padding: 8px;
    font-size: 15px;
    background: #ee9003;
    font-weight: 700;
    color: #fff;
}
#promos .remove {
    position: absolute;
    right: -2px;
    top: -1px;
    background: none;
    width: 13px;
    height: 13px;
    padding: 0;
    border: none;
}
#promos img {
    vertical-align: top;
    height: 13px;
    width: 13px;
}

#cart-promo-area form{
    display: flex;
    flex-direction: column;
}

/*Frontpage banners*/
.feature__text p, .feature__text span {
    font-size: 13px; }

.feature__title h6{
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 16px;
    margin-bottom: 0;
}

/*Frontpage Jumbotron*/
.cms-hero {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-table;
}
.cms-hero .hero__slide {
    width: 100%;
    display: flex;

}

.cms-j-btn {
    font-size: 15px;
    background-color: #ffffff;
    z-index: 9999;
    padding: 0;
    border: 1px solid #ff4719;
    color: #ff4719;
    height: 25px;
    width: 150px;
    -webkit-transform: translate(-0%, -0%);
    -moz-transform: translate(-0%, -0%);
    -ms-transform: translate(-0%, -0%);
    -o-transform: translate(-0%, -0%);
    transform: translate(-0%, -0%);

}
.cms-j-btn.active {
    color: #ff4719;
}
.cms-j-btn:hover{
    background-color: #eee;
}
.cms-article-block{
    border: 1px solid #ff4719;
}


.cms-hero-1 .container, .cms-hero-2 .container{
    text-align: center;
}
.cms-hero-3 .container{
    position: relative;
}

.cms-hero-1 .cms-hero__holder {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}
.cms-hero-3 .cms-hero__holder {
    position: absolute;
    left: 61%;
    top: 24%;
}
@media only screen and (max-width: 575px) {
    .cms-hero-1 .cms-hero__holder {
        top: 45%;
    }
    .cms-hero-3 .cms-hero__holder {
        top: 18%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
    }
}

.hero__link-1 {
    line-height: 68px;
}

.cms-hero-0{
    cursor: pointer;
}
.cms-hero-0 .cms-hero__holder {
    display: none;
}
.cms-hero-0 .cms-hero-0-link{
    display: block !important;
    font-size: 15px;
    background-color: #ffffff;
    z-index: 9999;
    padding: 0;
    border: 1px solid #ff4719;
    color: #ff4719;
    height: 25px;
    width: 400px;
}

/* Filter open/close */
/* .filters-item, .filter-box{
    padding-bottom: 12px;
    position: relative;
}
.filters-item-content, .filter-box-content {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.filters-item.active .filters-item-content, .filter-box.active .filter-box-content {
    height: auto;
    opacity: 1;
    visibility: visible;
}
.filters-item .filters-item-title .ui-arrow-down, .filter-box .filter-box-title .ui-arrow-down{
    position: absolute;
    right: 20px;
    top: -3px;
    font-size: 20px;
    /*line-height: 1;*/
    /* transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); */
/* } */
/* .filters-item.active .filters-item-title .ui-arrow-down, .filter-box.active .filter-box-title .ui-arrow-down {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } */

/*Item list pagination*/
.item_list_pagination{
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}
.item_list_pagination a{
    max-width: 250px;
    color: #000;

    font-size: 15px;
    font-weight: 400;
    line-height: 22px;

    margin: 5px;
    border: 2px #000 solid;
    padding: 7px 20px 7px 20px;
}
@media only screen and (max-width: 540px) {
    .item_list_pagination{
        flex-flow: column;
    }
}

/* .filter-box{
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 24px !important;
}
.filter-box.active{
    border-bottom: none;
    margin-bottom: unset;
}
.filter-box-content{
    margin-left: 10px;
}

.filters-item-content li label.disabled{
    color: #dadada;
} */

/* @media only screen and (max-width: 992px) {
    .hero, .owl-hero, .owl-stage-outer, .owl-stage, .hero__slide{
        height: 350px !important;
    }
}
@media only screen and (max-width: 640px) {
    .hero, .owl-hero, .owl-stage-outer, .owl-stage, .hero__slide{
        height: 250px !important;
    }
}
@media only screen and (max-width: 540px) {
    .hero, .owl-hero, .owl-stage-outer, .owl-stage, .hero__slide{
        height: 200px !important;
    }
} */

/*cms template full row column align text center*/
.cms-template.cms-row .cms-column-1-1{
    text-align: center;
}

.cms-align-center{
    text-align: center;
}
.cms-align-left{
    text-align: left;
}
.cms-align-right{
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .cms-align-left{
        text-align: center !important;
    }
    .cms-align-right{
        text-align: center !important;
    }
}

@media only screen and (min-width:992px) {
    .md-text-left {
        text-align: left !important; }

    .md-text-right {
        text-align: right !important; }

    .md-text-center {
        text-align: center !important; }
}

.warning-badge {
    display: inline-block;
    font-size: 13px;
    color: #ee9003; }
.warning-badge p {
    color: #ee9003;
}
.warning-badge_wrap {
    background-color: #f4e9d7;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px; }
@media only screen and (max-width: 767px) {
    .warning-badge_wrap {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 10px;
        margin-bottom: 20px; } }
.warning-badge p {
    margin: 0 0 0 40px;
    line-height: 18px; }
@media only screen and (max-width: 767px) {
    .warning-badge p {
        margin: 0 0 0 35px; } }
.warning-badge_check {
    margin-top: 5px;
    font-size: 15px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    float: left;
    background-color: #ee9003;
    color: #fff;
    text-align: center; }
.warning-badge_check .fa {
    margin-top: 7px; }

.success-badge {
    display: inline-block;
    font-size: 13px;
    color: #6ec1b4
}
.warning-badge p {
    color: #6ec1b4
}
.success-badge_wrap {
    background-color: #f1f4f4;
    padding: 20px;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px
}
@media only screen and (max-width: 767px) {
    .success-badge_wrap {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 10px;
        margin-bottom: 20px
    }
}
.success-badge p {
    margin: 0 0 0 40px;
    line-height: 18px
}
@media only screen and (max-width: 767px) {
    .success-badge p {
        margin: 0 0 0 35px
    }
}
.success-badge_check {
    margin-top: 5px;
    font-size: 15px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    float: left;
    background-color: #6ec1b4;
    color: #fff;
    text-align: center
}
.success-badge_check .fa {
    margin-top: 7px
}
.bold-uppercase{
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
}
.admin_mode{
    color: #6ec1b4 !important;
}
.icon-logout{
    width: 15px;
    min-width: 15px;
}
.single-line{
    margin-top: 5px !important;
    line-height: 26px !important;
}

/* .compact-sort-box{
    float: right;
    width: 190px;
    display: none;
}
.compact-sort-box select{
    margin-bottom: 0;
    background-color: #fff;
} */
/* .compact-filter-box .compact-filter-box-button{
    display: none;
    margin-bottom: 0;
    text-transform: none;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-left: 12px;
    background-image: url(../images/dropdown.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    padding: 0 12px;
    -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -ms-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    color: #868686;
    font-size: 15px;
    width: 190px;
    height: 45px;
    float: left;
    line-height: 45px;
} */

/* .compact-grid-type-box {
    display: none;
} */
/* .compact-grid-type-box #grid-type-buttons {
    padding-right: 10px;
}
.compact-grid-type-box #grid-type-buttons > button {
    padding: 10px 6px;
}
.compact-grid-type-box #grid-type-buttons > button rect.mobile{
    display: none;
} */

@media only screen and (max-width: 991px) {
    /* .shop-filter.filter{
        display: none;
    } */
    /* aside.sidebar.left-sidebar{
        margin-bottom: 25px;
    } */
    /* .compact-sort-box{
        display: block;
    } */
    /* .compact-filter-box .compact-filter-box-filters{
        display: none;
        position: absolute !important;
        background: #fff;
        width: 80% !important;
        top: 45px !important;
        left: 16px !important;
        padding: 20px;
        border: 1px solid #e1e1e1;
        border-radius: 0;
        box-shadow: 0px 0px 9px 0px rgba(7,7,7,0.1);
        z-index: 10;
        overflow-y: scroll;
        max-height: 531px !important;
        bottom: auto !important;
    } */
    /* .compact-filter-box .compact-filter-box-button{
        display: block;
    } */
    /* .compact-filter-box:hover  .compact-filter-box-filters{
        display: block;
    } */
    /* .compact-grid-type-box {
        display: block;
    } */
}
@media only screen and (max-width: 530px) {
    /* .compact-filter-box .compact-filter-box-button{
        width: 100px;
    } */
    /* .compact-sort-box{
        width: 150px;
    } */
}
section.catalog .row{
    min-height: 500px;
}

h4.search-title{
    margin-top: -49px;
    color: #7b7b7b;
}
@media only screen and (max-width: 991px) {
    h4.search-title{
        margin-top: 0;
    }
}

/* @media only screen and (max-width: 575px) {
    .compact-grid-type-box #grid-type-buttons > button rect:not(.mobile){
        display: none;
    }
    .compact-grid-type-box #grid-type-buttons > button rect.mobile{
        display: block;
    }

} */

.sidenav .top-bar-mobile .top-bar__currency-language{
    padding: 0 12px;
}
.sidenav .top-bar-mobile .top-bar__currency-language .top-bar__language-dropdown{
    left: -11px;
}

/*item list title*/
/* h2.item-list-title{
    float: left;
    padding-left: 10px;
    margin-top: 6px;
} */
/* h2.compact-item-list-title{
    display: none;
} */

/* @media only screen and (max-width: 991px) {
    h2.compact-item-list-title {
        display: block;
    }
} */

.d-inline-flexlex{
    display: inline-flex !important;
    width: 100%;
}

@media (min-width: 992px) and (max-width: 1439px) {
    .widget__filter-by-slider p > input {
        width: 100%;
    }
}

/*news icons*/
.news-icon{
    text-align: center
}
.news-icon img{
    max-height: 70px;
    margin-bottom: 10px
}

@media only screen and (min-width: 500px) {
    .news-icon img{
        margin-right: calc(100% - 500px);
    }
}

.cart-visible .nav-cart__dropdown {
    opacity: 1;
    visibility: visible; }

#grid-type-panel {
    padding-right: 10px;
    float: left;
    margin-top: 3px;
}
#grid-type-panel > button {
    padding: 10px 6px;
    line-height: 11px;
    color: #e1e1e1;
}
#grid-type-panel > button:disabled {
    color: #7b7b7b;
}

.table tr.no-top-border td{
    border-top: none !important;
}

.table tr.no-bottom-border{
    border-bottom: none !important;
}

.order-fulfilment input.quantity__select {
    border-radius: 10px;
    margin-bottom: 0 !important;
}
.icon-invoice{
    width: 20px;
    min-width: 20px;
}
.icon-inventory{
    width: 34px;
    min-width: 34px;
}

.order-fulfilment .error .qty {
    color: red;
    font-weight: bold;
    border: 2px red solid;
}

.btn-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn.js-scan-barcode{
    width: 270px;
    height: 90px;
    background-color: cadetblue;
}

.btn.scan-barcode{
    width: 270px;
    height: 70px;
    background-color: cornflowerblue;
}
.btn.scan-barcode:hover{
    background-color: #f35e60;
}

.order-fulfilment #grid-type-panel > button:disabled{
    color: black;
}
.order-fulfilment #grid-type-panel > button:disabled, .order-fulfilment table thead{
    background-color: gainsboro;
    border-bottom: 2px solid;
}

.scan-multi .inactive, .scan-multi.scanning .active{
    display: block;
}
.scan-multi .active, .scan-multi.scanning .inactive{
    display: none;
}

.scan-multi .active img{
    height: 60px;
    width: 100%;
}

/*Nav User Menu*/
.nav-user-menu {
    position: relative;
    cursor: pointer;
}
.nav-user-menu__dropdown {
    opacity: 0;
    visibility: hidden;
    min-width: 270px;
    max-width: 300px;
    position: absolute;
    top: 100%;
    left: auto;
    right: -15px;
    background-color: #1a1a1a;
    padding: 20px;
    line-height: 1;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 201; }
.nav-user-menu__dropdown:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 13px;
    display: block;
    top: -10px;
    right: 17px; }
.nav-user-menu:hover .nav-user-menu__dropdown, .nav-user-menu:active .nav-user-menu__dropdown, .nav-user-menu:focus .nav-user-menu__dropdown {
    opacity: 1;
    visibility: visible; }
.nav-user-menu__dropdown ul li a{
    color: #b2b2b2;
    padding: 4px 23px;
    font-size: 15px;
    display: block;
    padding-top: 10px;
}

/*Inventory*/
#inventory p.disabled a{
    pointer-events: none;
    opacity: .4;
}
#inventory p.disabled{
    cursor: not-allowed;
}
#inventory .order-controls .control-row {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (min-width: 768px) {
    #inventory .order-controls .control-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#inventory .order-controls .control-row button {
    width: 240px;
    line-height: 70px;
    padding: 0 30px;
    margin-top: 20px;
}
@media only screen and (min-width: 768px) {
    #inventory .order-controls .control-row button {
        margin: 0 5px;
    }
}
#inventory .order-controls .control-row button.js-scan-barcode {
    background-color: cadetblue;
}
#inventory .order-controls .control-row button.scan-barcode {
    background-color: cornflowerblue;
}
#inventory .order-controls .control-row button.scan-barcode img {
    width: auto;
    margin: 0 auto;
}
#inventory .order-controls .control-row button:hover {
    background-color: #c3332b;
}
#inventory .order-controls .barcode input {
    margin-bottom: 0;
    margin-top: 20px;
    width: 240px;
}
#inventory-report .inv-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;

    height: 45px;
    border-bottom: 2px solid;
}

#inventory-report .grid-list-table {
    width: 100%;
    margin-top: 50px;
}
#inventory-report .inv-row.marked.mark-green{
    background-color:  #e5f4d5;
}
#inventory-report .inv-row.marked.mark-yellow{
    background-color:  #f5f2e2;
}
#inventory-report .inv-row .item-no{
    width: 25%;
}
#inventory-report .inv-row .variant{
    width: 25%;
}
#inventory-report .inv-row .quantity{
    text-align: right;
    width: 13%;
}
#inventory-report div[data-link="lines"] .inv-row:hover{
    background-color: #e4e7ed;
}
#inventory-report .inv-row .product-check {
    text-align: center;
    width: 10%;
}

#inventory-report .inv-accept{
    margin: 25px;
    text-align: center;
}
#inventory-report .inv-accept button{
    width: 450px;
    white-space: unset;
}
#inventory-report .buttons_added input.qty{
    float: none !important;
}

#inventory-report .buttons_added input[disabled]{
    background-color: lightgrey;
}

#inventory-report input[type="checkbox"] + label::before {
    margin: 0 0 0 0;
}


@media (max-width: 767px) {
    #inventory-report .inv-row .item-no{
        width: 30%;
        font-size: 10px;
    }
    #inventory-report .inv-row .variant{
        width: 10%;
        font-size: 10px;
    }
    #inventory-report .inv-row .quantity{
    }
    #inventory-report .inv-row .product-check {
        text-align: center;
        width: 8%;
    }
    #inventory-report .inv-row{
        padding: 0px;
    }
}
@media (max-width: 575px) {
    #inventory-report .inv-accept button{
        width: 100%;
    }
}
@media only screen and (min-width: 992px) {
    #inventory-report .grid-list-table {
        width: 70%;
        margin: auto;
        margin-top: 50px;
    }
}
#inventory-report .error input{
    border-color: #cc1d1d;
    color: #c41212;
}
/*POS Reports*/
.pos-data table{
    text-align: center;
}
.pos-data table thead {
    position: sticky;
    top: 0;
    z-index: 6;
    background: #fff ;}
.pos-data table thead th:first-child {
    background: #e9ecef;}
.pos-data table tr.bg-A9ACAF td{
    background: #A9ACAF;}
.pos-data table thead td:first-child {
    background: #9C9FA2;}
.pos-data table td {
    border: 1px solid #e9ecef;}
.pos-data table.sticky td:first-child, .pos-data table th:first-child {
    position: sticky;
    left: 0;
    z-index: 10;
}
.pos-data table tbody tr > td:first-child {
    z-index: 5;
    background: #ced1d4}
.pos-data table tbody tr:hover td {
    background: #ced1d4 !important;}
.pos-data table tbody tr.bg-dark td {
    background: #ced1d4}
.pos-data table thead tr > th:first-child {
    background: #ced1d4;
}
.pos-data table .load-overview-tr {
    line-height: 0.4;
    background-color: #e9ecef;
    border: 2px solid #c1b8c9 !important;
}
.pos-data .loc-color {
    background: #F3F3F3;
}
.pos-data .accordion__body tbody tr{
    line-height: 2px;
}
.pos-data table tbody{
    font-size: 13px;
}
.pos-data table thead{
    font-size: 10px;
    z-index: 15;
}

@media (min-width: 1440px){
    #pos-entries .container {
        max-width: 80%;
    }
}
.pos-data table tbody tr[data-href], .pos-data table tbody tr.js-load-loc-data
,.pos-data table tbody td[data-href]{
    cursor: pointer;
}

.pos-data .order-list-switch {
    margin-bottom: 15px;
}
.pos-data .filters {
    margin-bottom: 15px;
}
.pos-data .order-list-switch #grid-type-panel {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
}
@media only screen and (min-width: 576px) {
    .pos-data .order-list-switch #grid-type-panel {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-bottom: 3px solid #222222;
    }
}
.pos-data .order-list-switch #grid-type-panel a {
    font-size: 80%;
    margin: 0 10px 10px 0;
}
@media only screen and (min-width: 576px) {
    .pos-data .order-list-switch #grid-type-panel a {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 768px) {
    .pos-data .order-list-switch #grid-type-panel a {
        font-size: 100%;
    }
}
.pos-data .order-list-switch #grid-type-panel a label {
    color: initial;
    font-size: 100%;
    margin-bottom: 0;
    cursor: pointer;
}
.pos-data .order-list-switch #grid-type-panel a:hover {
    color: white;
}
.pos-data .order-list-switch #grid-type-panel a.disabled {
    background-color: #ec2424;
    color: white;
    cursor: default;
    pointer-events: none;
}
.pos-data .order-list-switch #grid-type-panel a.disabled label {
    cursor: default;
}
.pos-data table tbody tr.total {
    background: #f0e8b6}

.pos-data table tbody td.sales-days{
    position: relative;
}
.pos-data table tbody td.sales-days span.sales-days-block{
    display: none;
    position: absolute;
    left: 110px;
    font-size: 10px;
    background-color: #dadcb1;
    border-radius: 6px;
    font-weight: bold;
    z-index: 10000;
    bottom: 15px;
    width: 60px;
    line-height: 15px;

}
.pos-data table tbody td.sales-days:hover span.sales-days-block{
    display: block;
}
.pos-data .pos-datepicker{
    width: 150px;
}
.pos-data .pos-datepicker input{
    cursor: pointer;
}
.pos-data .pos-datepicker input {
    background: url(/images/icons/calendar-grey.svg) right 10px center no-repeat;
    background-size: 30px;
}
.pos-data table tbody td{
    white-space: nowrap;
}
.pos-data .js-total-spinner{
    opacity: 0.8;
    justify-content: center;
}
.pos-data .js-total-spinner:after {
    width: 100px;
    height: 100px;
}
a.no-color{
    color: #555 !important;
}
#item-order-block #inventory-table .stock-tr{
    padding: 0 !important;
    vertical-align: middle;
}
#item-order-block #inventory-table .stock-tr input, #item-order-block #inventory-table .stock-tr span {
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 10px;
    line-height: 2;
    width: 65px;
}
.btn-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

select.error{
    border: 2px solid #ec2424;
}

#item-order-block #inventory-table .stock-tr input.error {
    background-color: #ffe6e6;
    border: 2px solid #ec2424;
}
.text-vertical{
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-align: center !important;
    vertical-align: middle !important;
    min-width: 15px;
}
#inventory-table .table td, #item-order-block #inventory-table .table th {
    padding: 0.75rem 0 !important;
}
#inventory-table.no-padding .table td, #adm-item #item-order-block #inventory-table.no-padding .table th {
    padding: 0 0 !important;
}

#inventory-table .table {
    max-width: unset;
    border: 2px solid #F3F3F3;
}

#inventory-table .table.even-split-column {
    width: 100%;
    table-layout: fixed; /* Ensures equal column widths */
    border-collapse: collapse;
}

#item-order-block #inventory-table thead>tr>th {
    text-align: center;
}
/*FeatureSetFeature*/
#fsf-form{
    text-align: center;
}
#fsf-form summary{
    font-size: 18px;
}
#fsf-form .fsf-box{
    left: 50%;
    transform: translateX(-50%);
}
#fsf-form .fsf-box input.error {
    background-color: #ffe6e6;
    border: 2px solid #ec2424;
}

#adm-item input.js-reprice-proc{
    text-align: center;
    font-size: 14px;
    height: 25px;
    margin: unset;
    padding: unset;
    width: 65px
}

#overview-table tr th, #overview-table tr td{
    vertical-align: middle;
    padding: 0.5rem;
}
#overview-table td:first-child, #overview-table tr:first-child th:first-child{
    position: sticky;
    left: 0;
    z-index: 10;
}

/*Item Feature selector*/
.custom-selector .selectize-dropdown-content{
    max-height: 150px;
}
.feature-selector .option span.tooltip{
    position: absolute;
    right: -150px;
    font-size: 10px;
    border-radius: 4px;
    font-weight: bold;
    z-index: 10000;
    top: 0;
    display: none;
    visibility: hidden;
    width: 150px;
    color: #a31e0a;
}
.feature-selector .option:hover span.tooltip{
    display: block;
    visibility: visible;
}
.feature-selector .option span.tooltip img{
    max-height: 140px;
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
}
.feature-selector .option:hover span.tooltip img{
    display: block;
}
#fsf-form .cms-settings .fsf-title {
    font-size: 16px;
    font-weight: bold;
}

#fsf-form .cms-settings .fsf-img {
    max-height: 140px;
    max-width: 140px;
}
#fsf-form .cms-settings{
    text-align: left;
}
.feature-selector .option:hover{
    background-color: #dadee0;
}
/* Fulfilment status tag */
.fulfilment-tag--new {
    background: #880015;
    color: #fff; }
.fulfilment-tag--in-process {
    background: #e66c23;
    color: #fff; }
.fulfilment-tag--processed {
    background: #208918;
    color: #fff; }
.fulfilment-tag--submitted {
    background: #474747;
    color: #fff; }
.fulfilment-tag--cancelled {
    background: #573939;
    color: #fff; }
.fulfilment-tag--returned {
    background: #573939;
    color: #fff; }
.product-info-purchase-info ul li div p{
    color: #a6a6a6;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.5;
}

#inv-filter, #purch-filter{
    margin: 0;
    cursor: pointer;
    background: url(/images/icons/calendar-grey.svg) right 10px center no-repeat;
    background-size: 30px;
    width: 235px;
}

#inventory-table table{
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
}
#inventory-table .sorted-by{
    border-left: 2px solid lightblue;
    border-right: 2px solid lightblue;
}

#inventory-table .sorted-by-h{
    background-color: lightblue;
}

#ilist-popup-image-block .ilist-popup-image{
    display: none;
    position: fixed;
    border: 2px black solid;
    z-index: 10;
}

#inventory-table .loc-color-total, #inventory-table .loc-color-total td {
    background: #ced1d4 !important;
}

#inventory-table span.proc {
    font-size: 10px;
    vertical-align: top;
}
#inventory-table thead th.min-qty-col, #inventory-table tbody td.min-qty-col{
    padding: 0 !important;
    vertical-align: middle;
}
#inventory-table .min-qty-col input{
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 10px;
    line-height: 2;
    width: 45px;
    text-align: center;
}
#inventory-table .min-qty-col.hidden{
    display: none;
}
#inventory-table .toggle-min-qty button{
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
}
#inventory-table .min-qty-col input.error{
    background-color: #ffe6e6;
    border: 2px solid #ec2424;
}
#item-order-block #inventory-table .stock-tr{
    padding: 0 !important;
    vertical-align: middle;
}

/* Top and bottom scrollbar */
.x-scroll-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.x-scroll-container .scroll-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    height: 16px; /* Adjust height for better usability */
    background: #f4f4f4;
}

/* Styling for the fake scroll divs */
#inventory-table.table-container {
    overflow-x: auto;
    white-space: nowrap;
}

.x-scroll-container .scroll-bar-content {
    height: 1px; /* Invisible height to mimic scrolling */
    width: 1800px; /* Must match table width */
}

/* Table styles */
.x-scroll-container .table-container {
    overflow-x: auto;
    overflow-y: hidden;
}
.x-scroll-container table {
    border-collapse: collapse;
    /*width: 1800px;*/
}
.x-scroll-container .scroll-container::-webkit-scrollbar,
.x-scroll-container .table-container::-webkit-scrollbar {
    height: 8px;
}
.x-scroll-container .scroll-container::-webkit-scrollbar-thumb,
.x-scroll-container .table-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}
.x-scroll-container .scroll-container::-webkit-scrollbar-thumb:hover,
.x-scroll-container .table-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}
#inventory-table table th, #inventory-table table td {
    min-width: 30px !important;
}

#inventory-table .ph-format::placeholder{
    font-size: 10px;
    font-weight: bold;
    color: lightgray;
}

.order-list.pos-data .order-search{
    text-align: center;
}
.order-list.pos-data .order-search .pos-datepicker,
.order-list.pos-data .order-search .search-block{
    display: inline-block;
}
.ff-table{
    width: 100%;
}
.pos-data table.ff-table thead {
    font-size: 13px;
}

#inventory-table .toggle-min-qty-value button{
    line-height: 1;
    font-size: 10px;
}

#zxing-video {
    display: none; /* Initially hide the div */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    color: white;
    z-index: 9998; /* Ensure the div is above other elements, but below the button */
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid gray;
}

#inventory-table tbody input.loc-color {
    background: #F3F3F3;
}
#inventory-table tbody input {
    background: #FFF;
}

/*line discount*/
#discount-setup .message{
    margin-top: -25px !important;
    margin-bottom: 20px;
}

.js-load-stock-category-data{
    cursor: pointer;
}
.js-show-sub-cats td {
    background-color: #d3dae6 !important;
}
.no-items-found{
    padding: 25px;
    text-align: center;
    width: 100%;
}
.nav-user-menu__name{
    color: #F3F3F3;
}
#inventory-table.b2b{
    margin: 0;
    padding: 0;
}
#collapseAvailability table.b2b td{
    vertical-align: middle;
}
#collapseAvailability table.b2b{
    margin: 0 auto;
}

.b2b-price-container {
    display: flex;
    gap: 20px;
    font-family: Arial, sans-serif;
}
.b2b-price-container.center {
    justify-content: center;
}
.b2b-price-container .price-box {
    text-align: center;
}
.b2b-price-container .price-label {
    font-size: 14px;
    color: #a6a6a6;
    margin-bottom: 5px;
    display: block;
}
.b2b-price-container .price-value {
    font-size: 1.5em;
    font-weight: bold;
    color: #000000;
}
.b2b .shop_table .product-thumbnail {
    width: 100px;
}

.order-row.error{
    background-color: #fce8f2;
}

.fs-18{
    font-size: 18px;
}
span.error, li.error{
    color: #f35e60;
}

/*cart phone no flag*/
.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown{
    width: 100%;
}