.vendor-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
    background-color: white;
    height: 70px;
    box-shadow: -4px -4px 20px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.vendor-title-header {
    color: white;
    font-size: 18px;
}

.vendor-portal .master-column-wrapper {
    margin-top: 8% !important;
}

.vendor-icon .logo img {
    height: 50px;
}

a.portal-logout:before {
    display: none;
}

.vendor-footer {
    position: fixed;
    z-index: 2000;
    bottom: 0;
    width: 100%;
    margin: auto;
    box-shadow: 0 -5px 4px 0px #c6c6c6;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    height: 70px;
    left: 0;
}

a.button-2.return-back {
    margin: auto;
    margin-bottom: 0;
}

.vendor-footer button,
.vendor-footer a {
    margin-top: -20px;
}

.vendor-portal .master-wrapper-content {
    width: 100%;
}

.vendor-portal .button-2,
.vendor-portal .button-1 {
    border-radius: 30px !important;
}

.vendor-footer button,
.vendor-footer a,
.vendor-footer input,
.vendor-footer-button {
    margin-top: -20px;
    line-height: 48px;
}

.vendor-footer a, .footer-title {
    font-weight: bold;
    color: white;
    font-size: 18px !important;
    color: white !important;
    margin-bottom: 10px;
}

.vendor-last-page a {
    border: none !important;
    font-size: 17px !important;
    color: white;
}

.vendor-last-page {
    font: 17px !important;
}

.profile-menu-box-impersonated {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 25px;
    width: 150px;
    padding: 10px 0;
    border-radius: 3px;
    background: #fff;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    text-align: right;
    pointer-events: none;
    box-shadow: 0 0 20px rgb(0 0 0 / 16%);
    z-index: 1020;
    transition: all .2s ease;
}

    .profile-menu-box-impersonated.open {
        margin-top: 8px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        padding-left: 9px;
        padding-right: 9px;
        width: 220px;
    }

.vendorPortal .layout-polisity sapn.ng-binding {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    padding: 1%;
    color: white;
    position: sticky;
    align-items: center;
}

.vendorPortal .layout-polisity button.ng-binding {
    background: transparent;
    border: 0;
    text-align: center;
}

.buttons-footer-vendor {
    display: flex;
    position: fixed;
    bottom: 17px;
    z-index: 2200;
    left: 0;
    width: 100%;
    justify-content: center;
}

.vendor-footer {
    display: flex;
    padding-bottom: 0.5%;
}



.price-per span, .price-total span {
    font-weight: bold;
}

.order-customer-name span.ng-binding {
    font-weight: bold;
}

.finish-vendor-disable {
    filter: grayscale(0.8);
    font-size: 18px;
    cursor: not-allowed !important;
    pointer-events: none;
}

.order-customer-name {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.order-remark {
    margin-top: 3%;
}
.quantity-selected {
    text-align: right;
    font-weight: bold;
    margin-bottom: 1%; 
    font-size: 1.1rem;
}

.product.code {
    font-size: 1.1rem;
}

a.clear-barcode:before {
    content: url('../../images/samples/clear-barcode.svg');
}

.product-code {
    font-weight: bold;
}



@media (min-width: 736px) {
    .small-image {
  transition: transform 0.3s ease;
}

.large-image {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 400px; 
  height: 400px;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.image-container:hover .small-image {
  transform: scale(0.8);
}

.image-container:hover .large-image {
  display: block;
  transform: scale(1);
}
    .image-container {
  position: relative;
  overflow: hidden;
  height: auto;
}

.hovered {
  transform: scale(1.2);
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}


    .product-list-item {
        display: flex;
        height: 180px;
    }

    .products-for-collection-item {
        display: flex;
        justify-content: flex-start;
        background-color: lightgray;
        margin-top: 2%;
        height: 200px;
        align-items: center;
        overflow: auto;
        gap: 20px;
    }

    .image-container {
        width: 150px;
        height: 50%;
    }

    .table-row.product-list-item {
        display: flex;
        justify-content: flex-start;
        gap: 40px;
        margin-right: 2%;
    }

    .product-list {
        width: 90%;
    }

    .vendorPortal .layout-polisity {
        display: grid;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        align-content: center;
        justify-items: end;
    }

    .buttons-footer-vendor {
        display: flex;
        gap: 20px;
        width: 100%;
        align-items: center;
    }

    .product-information {
        display: flex;
        gap: 8%;
        align-items: center;
        text-align: right;
        justify-content: flex-start;
        width: 70%;
        margin-left: 2%;
    }

    .item-on-shelf {
        width: inherit;
    }

    .vendorPortal .layout-polisity sapn.ng-binding {
        margin-top: -170px;
        margin-left: -40px;
    }

    .product-name {
        display: flex;
        align-items: center;
        min-width: 180px;
    }

    .amount-collected .container-plus-minus {
        display: flex;
        flex-direction: column;
       height: 20px;
        width: 20px;
        margin-right: -18px;
        justify-content: center;
    }

    .amount-collected a.quentityBtn.plus-quentityBtn, a.quentityBtn.minus-quentityBtn {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 20px;
        width: 25px;
        border: 0.5px solid #bbbbbb;
        font-weight: bold;
    }

    .amount-collected {
        display: flex;
        align-items: center;
    }

        .amount-collected .num-quentityBtn {
            height: 40px;
        }

    .vendor-header-container {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
        align-items: center;
    }

    .logo-vendor-header {
        height: 70px;
    }

        .logo-vendor-header a.logo img {
            height: -webkit-fill-available;
            padding: 9%;
        }

    label.product-to-collect-out-of-stock {
        display: flex;
        width: inherit;
        margin-bottom: 0;
    }

    .price-and-collected-button {
        display: flex;
        flex-direction: column-reverse;
        gap: 10px;
        width: inherit;
    }

    .container-quantity {
        width: inherit;
    }

    .code-and-barcode-container {
        margin-top: 1.5%;
    }

    .bar-code {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    a.clear-barcode {
        position: absolute;
        left: 44%;
        margin-top: 0.5%;
    }

    .product.code {
        width: 170px;
        margin-bottom: 2%;
    }

    .price-and-collected-button .price {
        width: max-content;
    }
}

@media (max-width: 736px) {

    .order-details {
        text-align: center;
        margin-bottom: 5%;
        margin-top: 57%;
    }

    .vendorPortal {
        margin-top: 62%;
    }

    .product-information .price {
        text-align: right !important;
        font-size: 12px;
        line-height: 20px;
    }

    .price-and-collected-button .price {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .vendor-portal .master-wrapper-content {
        width: 100%;
    }

    .vendorPortal .layout-polisity sapn.ng-binding {
        margin-top: -120px;
        width: 30px;
        height: 30px;
    }

    .products-for-collection-item, .products-for-collection {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .products-for-collection-item {
        margin-bottom: 5%;
        width: 100%;
        border-radius: 20px;
        background: lightgray;
    }

    .product-barcode {
        width: 100%;
        background: white;
    }

    .vendor-portal .table-cell.details {
        width: auto;
    }

    .products-for-collection-item .product-name {
        text-align: center;
        height: auto;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px 15px 0 0;
        margin-top: 0 !important;
        overflow: auto;
        font-size: 18px;
        font-weight: bold;
        padding: 2%;
    }

    .products-for-collection-item .product-picture {
        width: 90%;
        margin: auto;
    }

    span.number.ng-binding {
        font-weight: bold;
    }

    .vendor-footer a.button-2 {
        width: 100px;
        height: 50px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: large;
        font-weight: bold;
        border: 2px solid;
    }

    .attribute .ng-binding {
        text-align: center;
    }

    .attribute {
        display: flex;
        flex-direction: row;
        justify-content: center;
        text-align: center;
    }

    .product-information {
        padding: 5%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .amount-collected {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 100%;
        margin-top: 3%;
    }

    .products-for-collection .product-picture {
        padding-bottom: 0;
    }

    .products-for-collection .attribute {
        margin-bottom: 0;
    }

    .amount-collected input {
        width: 50%;
        height: 40px !important;
        background: white;
    }

    input.num-quentityBtn {
        float: right;
    }

    .item-on-shelf {
        width: 100%;
        text-align: center;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: black;
        background-color: whitesmoke;
        border-radius: 5px;
    }

    .vendor-portal .master-column-wrapper {
        margin: auto;
        width: 90%;
    }

    .md-container.md-ink-ripple {
        border: 1px solid;
        margin: 17px 0 0 0;
    }

    md-checkbox .md-icon {
        border-width: 0 !important;
    }

    md-checkbox.table-cell.ng-untouched.ng-valid.ng-scope.ng-dirty.ng-valid-parse.ng-empty {
        min-height: 20px;
        top: 10px;
    }

    .products-for-collection-item .product-information .price.ng-binding {
        text-align: right;
        font-weight: bold;
    }

    .orderView.ng-scope {
        margin-top: 37%;
        margin-bottom: 25%;
    }

    .product.code.ng-binding {
        text-align: right;
    }

    a.button-2.finish-order {
        width: auto;
    }

    a.title-product-name {
        text-align: center;
        width: 90%;
        line-height: 20px;
        overflow: initial;
        padding: 1% 0 1% 0;
        height: fit-content;
    }

    .vendorPortal .layout-polisity {
        display: grid;
        justify-items: end;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .buttons-footer-vendor {
        display: flex;
        position: fixed;
        bottom: 13px;
        z-index: 2200;
        left: 0;
        width: 100%;
        justify-content: space-evenly;
        width: 100%;
    }

    .amount-collected .container-plus-minus {
        display: flex;
        flex-direction: column;
        margin-right: -9%;
        width: 50px;
        justify-content: space-between;
    }

    .product-to-collect-out-of-stock {
        text-align: right;
        display: flex;
    }

    a.clear-barcode, .clear-barcode {
        position: absolute;
        left: 13%;
        margin-top: -9%;
    }

    .invalid-barcode {
        color: red;
    }

    .valid-barcode {
        color: green;
    }

        .bar-code input {
            border: 1px solid ; /* Default border color */
            padding: 5px;
        }

    .amount-collected a.quentityBtn.plus-quentityBtn, a.quentityBtn.minus-quentityBtn {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 20px;
        width: 35px;
        border: 1.5px solid;
        font-weight: bold;
        font-size: 20px;
    }

    .logo-vendor-header {
        height: 70px;
    }

        .logo-vendor-header a.logo img {
            height: -webkit-fill-available;
            padding: 9%;
        }

    .vendor-header-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: 17px;
    }

    a.return-back.back-button {
        /*background-color: transparent !important;*/
        margin-bottom: 0;
    }

    .orderView .vendor-footer {
        display: flex;
        gap: 19px;
        flex-direction: row;
        padding-top: 7%;
        justify-content: center;
    }

    a.return-back {
        border: 1px solid white;
        padding: 0 2%;
        line-height: 35px;
        margin-bottom: 0;
        gap: 5px;
        border-radius: 20px;
        font-size: 14px !important;
        font-weight: normal;
        text-align: center;
        width: 70px;
        margin-top: 0;
    }

    .vendor-footer .footer-title.ng-binding {
        margin-bottom: 20px;
    }

    .vendor-header.vendor-header-without-logout .vendor-title-header {
        display: flex;
        text-align: left;
        justify-content: flex-end;
    }


}


/*<----VendorsWithoutLogout----->*/

.vendor-header.vendor-header-without-logout {
    height: 40px;
    padding: 0;
}

    .vendor-header.vendor-header-without-logout .vendor-header-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: nowrap;
        margin-top: 0;
        width: 90%;
    }

    .vendor-header.vendor-header-without-logout .logo-vendor-header {
        height: 35px;
    }