﻿.maindv {
    width: 100vw;
    height: 100vh;
    /* background-image: url('../images/AdobeStock.jpeg');
            text-align: center;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;*/
}

.dvHeight {
    width: 100vw;
    height: 33vh;
}

.dvleft {
    /*width: 100vw;
    height: 100vh;
    background-image: url('../images/Deliveryimg.jpg');*/
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50vw;
    height: 100vh;
    float: left;
    /*opacity: 0.5;*/
    background-color: #fff;
}

.dvright {
    width: 50vw;
    height: 100vh;
    float: right;
    background-color: #ffffff;
}

.card {
    /*border-radius: 16px;*/
}

.food-block {
    height: 30vh;
    margin-top: 2.5vh;
    background-image: url('../images/foodbannerimg.jpg');
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    opacity: 0.9;
    z-index: 999999
}

.grocery-block {
    height: 30vh;
    margin-top: 2.5vh;
    opacity: 0.9;
    background-image: url('../images/grocerybannerimg.jpg');
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 999999
}

.omanmall {
    height: 30vh;
    margin-top: 2.5vh;
    background-image: url('../images/electrobannerimg.jpg');
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 999999
}

.shop-content {
    color: #ffffff;
    margin: 0 auto;
    font-size: 20px
}

.logo-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    align-content: center;
    top: 200px;
    position: relative;
}

.punchline1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    align-content: center;
    top: 250px;
    position: relative;
    font-size: 22px;
    color: #000000;
    font-weight: 700;
}

.punchline2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    align-content: center;
    top: 170px;
    position: relative;
    font-size: 22px;
    color: #000000;
}


/*Radio button Customer CSS */
.custom-radio {
    position: absolute;
    z-index: 1;
    padding-left: 1rem;
    visibility: visible;
    margin-top: -15px;
    right: 4px;
}

.custom-control-label {
    position: absolute;
}

    .custom-control-label::before {
        position: absolute;
        top: -8px;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #cdcdcd solid 1px;
    }

    .custom-control-label::before {
        width: 1.5rem;
        height: 1.5rem;
    }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #28a745;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #28a745;
    background-color: #28a745;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-control-label::after {
    position: absolute;
    top: -8px;
    left: -1.5rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% 60%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.select-border {
    border: 0.5px solid #28a745;
}

.card-disabled {
    opacity: 0.5;
    cursor: context-menu;
}
/*tag css*/
.tags-container {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 15px;
    width: 100%;
    min-height: 34px;
    padding: 20px 5px;
    font-size: 14px;
    line-height: 1.6;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 1px;
    overflow: hidden;
    word-wrap: break-word;
    /*box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);*/
}

.tag {
    position: relative;
    margin: 2px 6px 2px 0;
    padding: 1px 20px 1px 8px;
    font-size: inherit;
    font-weight: 400;
    text-align: center;
    color: #007bff;
    /* background-color: #ff5600; */
    border: 1px solid #007bff;
    border-radius: 3px;
    transition: background-color 0.3s ease;
    cursor: default;
    /* box-shadow: 0 5px 15px -2px rgb(255 86 0 / 70%); */
}

    .tag:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

        .tag:hover .tag-remove {
            color: #fff;
        }

.tag-name {
    margin-right: 3px;
}

.tag-remove {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 100%;
    padding: 0 5px;
    font-size: 25px;
    font-weight: 400;
    transition: opacity 0.3s ease;
    /* opacity: 0.5; */
    cursor: pointer;
    border: 0;
    background-color: transparent;
    color: #007bff;
    line-height: 1;
}



input.tag-input {
    flex: 3;
    border: 0;
    outline: 0;
}

.tag:first-child {
    margin-left: 0;
}

.whole-wrap {
    background-color: #F7F9F8;
}

.card-body p.notes {
    font-size: 11px
}

img, figure {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.card-body a {
    color: #635c5c;
}
