/*Formating*/
.two-row-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.clr-btn {
    background: none;
    border: 0;
    color: cadetblue; /*theme*/
    text-align: left;
    padding: 0;
}

.right-btn {
    text-align: center !important;
}

.sticky {
    position: sticky;
    bottom: 0;
}


.one-row-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.price-text {
    color: cadetblue; /*theme*/
    font-size: 18px;
    font-weight: 500;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.focus-text {
    color: cadetblue;
    font-size: 1.8em;
    ;
}

.variation-button button,
.variation-button div,
.variation-button li {
    background: white;
    border: 1px solid #E8E8E8;
    margin: 0 1%;
    margin-bottom: 1%;
    padding: 1% 3%;
    cursor: pointer;
}

.variation-input input,
.variation-input div,
.variation-input li {
    background: white;
    border: 1px solid #E8E8E8;
    margin: 0 1%;
    margin-bottom: 1%;
    padding: 1% 3%;
    cursor: pointer;
}


.no-record{
        position:absolute;
        width:100%;
        height:100%;
        align-items: center;
      }
.no-record-pic{
        background-image: url(../images/no-order.png); 
        background-repeat: no-repeat;
        background-size:contain;
        background-position-x: center;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0;
}

.no-background {
    background: #F7F7F7 !important;
}

.no-border {
    border: 0 !important;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.wrap {
    flex-wrap: wrap;
}

.flex-column {
    display: flex;
    flex-direction: column;
}



td input, .item-variation, .product-name, .function div, .function, .counter {
    width: 100% !important;
}
/*Light Box*/
.lightbox {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
}

.lightbox-inner {
    width: 600px;
    height: 600px;
    background: white;
    position: relative;
    padding: 10px;
}

#lightbox-image {
    width: 100%;
    height: 100%;
}

.lightbox-close {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    width: 10%;
    height: 10%;
    font-size: 26px;
}

/*Voucher Selection*/
.voucher-menu {
    top: calc((100% - 500px)/2);
    left: 30%;
    height: 500px;
    width: 40%;
    position: fixed;
    z-index: 2;
    background: #E6E6E8;
    border-radius: 8px;
}

    .voucher-menu input[type="text"] {
        height: 30px;
    }

.delivery-menu {
    background: white;
    top: 10%;
    left: 30%;
    height: 250px;
    width: 40%;
    position: fixed;
    z-index: 2;
    border-radius: 8px;
}



.menu-top > div {
    background: white;
    position: relative;
    padding: 2%;
    border-bottom: 1px dashed #E8E8E8;
    border-radius: 8px;
}

.delivery-menu form input {
    margin: 3%;
}

.voucher-menu .voucher-menu-top > div {
    border-bottom: 1px dashed #E8E8E8;
}

.voucher-menu .heading {
    padding: 2%;
}

.voucher-list {
    padding: 3%;
    max-height: 70%;
    overflow-x: hidden;
}


.ticket-start {
    float: left;
    border-radius: 6px;
    padding: 8px 14px;
    height: 100px;
    background: #fff url('../images/curved-left.png') no-repeat right center;
}

.ticket-end {
    float: left;
    border-radius: 6px;
    padding: 8px 14px;
    height: 100px;
    background: #fff url('../images/curved-right.png') no-repeat left center;
}

.ticket-start p {
    line-height: 16px;
    text-align: left
}

.ticket-start div {
    margin-top: 50px;
    line-height: 14px;
    font-size: 12px;
    text-align: left
}

/*.image {
    width: 80px !important;
    ;
    height: 80px !important;
    border: 1px solid black;
}*/
/*Variations*/
.selected-colour,
.selected-size,
.selected-payment,
.variation-button button:hover
.rating-var { /*custom*/
    color: cadetblue;
    border: 1px solid cadetblue !important;
}

/*Counter*/
.counter {
    display: flex;
    flex-direction: row;
}

.count {
    margin: auto;
}

.counter button {
    width: 35% !important;
    background: white;
    border: 1px solid grey;
}

.counter input {
    width: 50% !important;
    background: white;
    border: 1px solid grey;
}

.counter {
    width: 80% !important;
    height: 30px;
}

    .counter input[type="text"] {
        height: 30px;
    }

.bottom-function {
    position: fixed;
    width: 100%;
}

.add-cart, .buy-now-box {
    bottom: 0;
    left: 2;
    height: 80%;
    width: 100%;
    position: fixed;
    z-index: 2;
    background: white;
}

.image img {
    width: 100%;
    height: 100%;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 0.75rem 1.25rem;
    position: relative;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.cart-top {
    border-bottom: 1px solid #E8E8E8;
    padding: 2%;
}

.add-cart-modal button {
    margin: 3%;
}

.message-box {
    width: 40%;
    height: 200px;
    background: white;
    padding: 2%;
    position: absolute;
    left: 30%;
    top: calc((100% - 200px)/2);
    ;
}

.message-box-btn {
    margin-top: 10%;
}

.status-circle {
    height: 80px;
    width: 80px;
    border-radius: 100px;
    border: 5px solid green;
    margin: 20px;
    background: white;
    z-index: 1;
}

    .status-circle i {
        color: green;
        font-size: 30px;
    }

    .status-circle.active-circle {
        background: green;
    }

        .status-circle.active-circle i {
            color: white;
        }


@media only screen and (max-width: 991px) {

    .box {
        overflow: auto !important;
    }

    .mobile-column {
        flex-direction: column !important;
    }

    .mobile-row {
        display: table-row !important;
    }

    .mobile-hide {
        display: none !important;
    }

    .mobile-flex-row {
        flex-direction: row;
    }

    .mobile-invisible {
        visibility: hidden;
    }

    .mobile-show {
        display: initial !important;
        ;
    }

    .mobile-block {
        display: block !important;
    }

    .mobile-text-right {
        text-align: right;
    }

    .mobile-text-left {
        text-align: left;
    }

    .counter {
        width: 30% !important;
        height: 20px;
    }

        .counter input[type="text"] {
            height: 20px;
        }

    .voucher-menu {
        left: 0%;
        width: 100%;
        padding: 1%;
        position: relative;
    }

    .delivery-menu {
        top: 10%;
        left: 0%;
        width: 100%;
        padding: 1%;
        position: relative;
    }

    .message-box-btn {
        margin-top: 10%;
    }

    .message-box {
        width: 90%;
        height: 30%;
        padding: 5%;
        left: 5%;
    }

        .message-box .message {
            text-align: center;
            height: 60%;
        }
}





@media only screen and (max-width: 480px) {
    .counter {
        width: 40% !important;
        height: 20px;
    }

        .counter input[type="text"] {
            height: 20px;
        }
}




.image-holder img {
    width: 100%;
    height: 100%;
}

.modal-close {
    background: none;
    font-size: 30px;
    border: none;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 1%;
    top: -5px;
}

button:disabled {
    cursor: not-allowed;
}
