﻿/*body {
    font-family: Arial;
    font-size: 17px;
    padding: 8px;
}

* {
    box-sizing: border-box;
}

.row {
    display: -ms-flexbox; 
    display: flex;
    -ms-flex-wrap: wrap; 
    flex-wrap: wrap;
    margin: 0 -16px;
}

.col-25 {
    -ms-flex: 25%; 
    flex: 25%;
}

.col-50 {
    -ms-flex: 50%;
    flex: 50%;
}

.col-75 {
    -ms-flex: 75%;  IE10 
    flex: 75%;
}

.col-25,
.col-50,
.col-75 {
    padding: 0 16px;
}

.container {
    background-color: #f2f2f2;
    padding: 5px 20px 15px 20px;
    border: 1px solid lightgrey;
    border-radius: 3px;
}

input[type=text] {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

label {
    margin-bottom: 10px;
    display: block;
}

.icon-container {
    margin-bottom: 20px;
    padding: 7px 0;
    font-size: 24px;
}

.btn {
    background-color: #4CAF50;
    color: white;
    padding: 12px;
    margin: 10px 0;
    border: none;
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
    font-size: 17px;
}

    .btn:hover {
        background-color: #45a049;
    }

a {
    color: #2196F3;
}

hr {
    border: 1px solid lightgrey;
}

span.price {
    float: right;
    color: grey;
}

@media (max-width: 800px) {
    .row {
        flex-direction: column-reverse;
    }

    .col-25 {
        margin-bottom: 20px;
    }
}*/

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 50%;
    left: 0px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#logoImage {
    height: 85px;
    width: 85px;
    border-radius: 50%;
    object-fit: contain;
}

#companyName, #shopName {
    padding-left: 7px;
    font-size: 21px;
    font-family: Montserrat;
}

#keepshopping {
    background-color: #ffffff;
    border: none;
    float: right;
    margin-top: -12px;
    color: orange;
}

#loadingDiv {
    position: fixed;
    min-width: 100%;
    z-index: 10000000;
    opacity: 0.85;
    filter: alpha(opacity=85); /* For IE8 and earlier */
}

#floatingBtn {
    position: fixed;
    bottom: 53px;
    right: 3px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #ECF0F1;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 33px;
}

.bkash_banner {
    width: 85%;
    margin-left: -20px;
    height: 60px;
}
#cross {
    position: fixed;
    opacity: 1;
    right: 0%;
    top: 33%;
    z-index: 1000;
}

#bannerImg {
    height: 350px;
    width: auto;
}

#crossImg {
    height: 20px;
    width: 20px;
    margin-bottom: 359px;
    margin-right: -7px;
    cursor: pointer;
    opacity: 1
}

#logoImgMalay {
    width: 29rem;
    margin-right: -85px;
}
.moLogoPc{
    width: 17rem;
    display:none;
}
.moLogoMob {
    width: 11rem;
    display: block;
}

@media only screen and (min-width: 400px) and (max-width: 600px) {
    .customVal {
        width: 45px;
    }

    #companyName, #shopName {
        padding-left: 1px;
        font-size: 15px;
        font-family: Montserrat;
    }

    #plcOrder {
        position: fixed;
        bottom: 11px;
        right: 13px;
        width: 30% !important;
        z-index: 99;
        font-size: 18px;
        border: none;
        outline: none;
        background-color: #ECF0F1;
        color: white;
        cursor: pointer;
        border-radius: 33px;
    }

    #logoImage {
        height: 55px;
        width: 55px;
        border-radius: 50%;
    }

    #keepshopping {
        color: orange;
        margin-top: -7px;
        font-size: 9px;
    }

    .bkash_banner {
        width: 75%;
        margin-left: 30px;
        height: 60px;
    }
}
@media only screen and (max-width: 400px) {
    #companyName, #shopName {
        padding-left: 1px;
        font-size: 15px;
        font-family: Montserrat;
    }

    #plcOrder {
        position: fixed;
        bottom: 11px;
        right: 13px;
        width: 30% !important;
        z-index: 99;
        font-size: 18px;
        border: none;
        outline: none;
        background-color: #ECF0F1;
        color: white;
        cursor: pointer;
        border-radius: 33px;
    }

    #logoImage {
        height: 55px;
        width: 55px;
        border-radius: 50%;
    }

    #bannerImg {
        height: 250px;
        width: auto;
    }

    #keepshopping {
        color: orange;
        margin-top: -7px;
        font-size: 9px;
    }
    .bkash_banner {
        width: 75%;
        margin-left: 40px;
        height: 60px;
    }
}

.loginClass {
    float: right;
    margin-top: 5px;
    outline: none;
    border: 1px solid #2CA9E1;
    background-color: #fff;
    color: #2CA9E1;
    width: 85px;
    height: 45px;
}

    .loginClass:focus {
        background-color: #2CA9E1;
        color: #fff;
        float: right;
        margin-top: 5px;
        outline: none;
        border: 1px solid #2CA9E1;
        width: 85px;
        height: 45px;
    }

    .loginClass:hover {
        background-color: #2CA9E1;
        color: #fff;
        float: right;
        margin-top: 5px;
        outline: none;
        border: 1px solid #2CA9E1;
        width: 85px;
        height: 45px;
    }
#keep_cancelBtn {
    background-color: #E9B876 !important;
    border: none;
    font-size: 15px;
    text-transform: none;
    border-radius: 9px;
}

.keep_cancelBtn {
    background-color: #E9B876 !important;
    border: none;
    font-size: 15px;
    text-transform: none;
    border-radius: 9px;
}


@media only screen and (max-width: 600px) {
    #keep_cancelBtn {
        background-color: #E9B876 !important;
        border: none;
        font-size: 14px;
        text-transform: none;
        border-radius: 9px;
        padding: 7px;
    }
    #logoImgMalay {
        width: 13rem;
    }
    .moLogoPc {
        width: 9rem;
        display: block;
        float: right;
    }
    .moLogoMob {
        width: 11rem;
        display: none;
    }
    #bannerImg {
        height: 250px;
        width: auto;
    }

    #cross {
        position: fixed;
        opacity: .9;
        right: 0%;
        top: 47%;
        z-index: 1000;
    }

    #crossImg {
        height: 20px;
        width: 20px;
        margin-bottom: 259px;
        margin-right: -7px;
        cursor: pointer;
        opacity: .9;
    }
}

.coupon {
    border-radius: 12px;
    display: inline-block;
    box-shadow: 5px 8px 10px #d6d5d533;
    width: 500px;
    margin: 1px;
    padding: 5px;
    white-space: normal;
}
.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .scrolling-wrapper:hover::-webkit-scrollbar {
        display: block;
        height: 7px;
    }

    .scrolling-wrapper::-webkit-scrollbar {
        display: none;
    }

    .scrolling-wrapper::-webkit-scrollbar-thumb {
        background: grey;
        border-radius: 10px;
    }

        /* Handle on hover */
        .scrolling-wrapper::-webkit-scrollbar-thumb:hover {
            background: #b30000;
        }


.customVal{
    width:75px;
}


.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}


.Nopadding {
    margin-top: 3rem;
    margin-left: 0px;
    margin-right: 0px;
}

#searchTableDiv {
    height: 300px;
    overflow-y: auto;
}

#searchTableDiv::-webkit-scrollbar {
    width: 5px;
}

#searchTableDiv::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#searchTableDiv::-webkit-scrollbar-thumb {
    background: #888;
}

#searchTableDiv::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.checkoutPageWarning {
    padding: 10px 8px;
    color: red;
    background: #fcdcdc;
    border: 1px solid red;
    border-radius: 5px;
    font-size: 16px;
}


.checkoutPageSuccess {
    padding: 10px 8px;
    color: green;
    background: #e8fce6;
    border: 1px solid green;
    border-radius: 5px;
    font-size: 16px;
}

.collectedPaymentTable th, .collectedPaymentTable td {
    text-align: center;
    padding: 4px 6px;
}

.checkout-page-product-table {
    height: auto;
    max-height: 1000px;
    display: inline-block;
    overflow-y: scroll;
}

.checkout-page-product-table thead {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
    box-shadow: 0px 0px 2px 2px #9d9999;
}

.checkout-page-product-table td{
    text-align:center;
    padding: 10px 0px !important;
}



@media only screen and (max-width: 576px) {
    .shipping-information, .product-details, .order-summery {
        display: none;
    }
    .shipping-information.show, .product-details.show, .order-summery.show {
        display: block;
        padding: 18px 10px !important;
    }

    #shipping-information-arrow-icon, #product-details-arrow-icon, #order-summery-arrow-icon {
        transition: all .2s linear;
    }

    #shipping-information-arrow-icon.active, #product-details-arrow-icon.active, #order-summery-arrow-icon.active {
        transform: rotate(180deg);
    }

    .checkout_product_icon{
        display: flex;
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
        width: 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

.add-collection, .add-collection .form-control, .add-collection .btn{
    font-size: 14px;
}

.search-div {
    border: 1px solid rgb(206, 212, 218);
    border-radius: 5px;
    position:relative;
    width: 100%;
}

.search-div.set-top {
    position: fixed;
    top: 0px;
    width: 50%;
    background: rgb(255, 255, 255);
    z-index: 900;
}

@media screen and (min-width:776px) and (max-width: 900px) {
    .search-div.set-top {
        width: 60%;
    }
}

@media screen and (min-width:577px) and (max-width: 775px) {
    .search-div.set-top {
        width: 80%;
    }
}



@media screen and (max-width: 576px) {
    .search-div.set-top {
        width: 90%;
    }
}

.fixed-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255); /* White with some transparency (adjust the alpha value as needed) */
    z-index: 1000000000000000; /* Ensure the overlay appears on top of the content */
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.product-details-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 50%); /* White with some transparency (adjust the alpha value as needed) */
    z-index: 10000; /* Ensure the overlay appears on top of the content */
    opacity: 0.5;
}