﻿.hide {
    display: none;
}

.alert-success {
    color: #ffffff;
    background-color: rgba(0, 189, 135, 1);
    border-color: rgba(0, 189, 135, 1);
    border-radius: 5px;
}

.alert-danger {
    color: #E9EDEF;
    background-color: rgba(255, 85, 85, 1);
    border-color: rgba(255, 85, 85, 1);
    border-radius: 5px;
}

.alert-warning {
    color: #E9EDEF;
    background-color: rgba(243, 156, 18, 1);
    border-color: rgba(243, 156, 18, 1);
    border-radius: 5px;
}

.circle-active {
    background-color: #fad900 !important;
}

.Status-Active {
    display: inline-block;
}

.ProductType.w--current {
    background-color: rgb(245, 246, 250) !important;
}

/*.ProductType {
    background-color: rgb(232, 232, 232) !important;
}*/

.AddOnSelection {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 5, 68);
}

    .AddOnSelection.selected {
        background-color: rgb(0, 5, 68) !important;
        color: rgb(255, 255, 255) !important;
    }

/*.AddOnItemName {
    color: rgb(0, 5, 68) !important;
}
*/
/*.AddOnItemName {
    
}*/

#w-dropdown-list-0.w--open {
    height: 100vh;
}

.delivery-record.selected {
    background-color: rgb(235, 235, 235);
}

.myorders-status_icon02.active {
    display: inline-block;
}

.marquee {
    height: 40px;
    overflow: hidden;
    position: fixed;
}

    .marquee div {
        position: absolute;
        width: 100%;
        /*height: 100%;*/
        margin: 0;
        /*line-height: 50px;*/
        text-align: center;
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -moz-animation: scroll-left 2s linear infinite;
        -webkit-animation: scroll-left 2s linear infinite;
        animation: scroll-left 20s linear infinite;
    }

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.deliveryfee_distance {
    font-size: 12px !important;
}

.ErrorMessage {
    font-size: 15px;
    color: red;
    font-weight: bold;
}

.item-category-tab {
    z-index: 1;
    width: 124px;
    height: 45px;
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 8px;
    background-color: transparent;
}

    .item-category-tab.w--current {
        left: 0%;
        right: auto;
        z-index: 1;
        display: block;
        overflow: visible;
        width: 124px;
        margin-left: 0px;
        padding-top: 5px;
        padding-right: 0px;
        padding-left: 8px;
        background-color: transparent;
        cursor: default;
    }

.item-description_delivery_price {
    height: 35px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0px;
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: white;
    text-align: right;
    padding-right: 20px;
}

.btnAvailable
{
    cursor: pointer;
}

.text-center{
    text-align: center;
}