﻿
.k-listview-bordered{
    border-width:0px;
}
/*.k-d-flex {
    display: flex;
    flex-wrap: wrap;
}

.k-d-grid {
    display: inline-grid;
}*/
.catlisthide {
    border: 1px solid #dbdbdb;
    width: 96.5%;
    /*padding: 130px;*/
    font-size: 25px;
    color: #999;
    border-radius: 15px;
    text-align: center;
}

.rt_cat_head {
    /*color: #1259dc;*/
    font-size: 18px;
    font-family: UberMove, sans-serif;
    font-weight:700;
    color:rgb(0,0,0);
}

.card-footer {
    border: 0;
    background-color: #fff;
    /*padding: 0;*/
}

.card-header {
    padding: 0;
    background-color: none;
    border: none;
    text-align: center;
}

.blanklist {
    width: auto;
}

/*.rtmaster_home{
             height: 500px !important;
         }*/

.rt_catitem_header {
    height: auto !important;
}

.c-hide-sm {
    display: block;
}

.c-show-sm {
    display: none;
}

.c-cart_mini {
    border: 1px solid #59A1C6;
    border-radius: 5px;
    padding: 5px 0;
    font-size: 12px;
}

@media (min-width: 1200px) {
    .w-120 {
        width: 1240px !important;
        padding: 0;
    }

    .w-92 {
        width: 96% !important;
    }

    .prod-pnl {
        width:585px;
    }
    .k-d-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
}

@media(max-width: 1000px) {
    .c-hide-sm {
        display: none;
    }

    .c-show-sm {
        display: block;
    }

    .c-sm-centre {
        justify-content: center !important;
    }
    .prod-pnl {
        width: 485px;
    }
    .k-d-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px;
    }
}

@media (max-width: 576px) {
    .c-ml {
        margin-left: 10px;
    }

    .venaddress {
        text-align: left;
    }

    .c-sm-centre {
        justify-content: center !important;
    }
    .prod-pnl {
        width: 385px;
    }
    .k-d-grid {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 8px;
    }
}

@media(max-width: 520px) {
    .c-xs-ml {
        margin-left: 15px;
    }
    .prod-pnl {
        width: 335px;
    }
}
body {
    background: transparent
}

.winhead {
    width: 100%;
    height: 40px;
    border-radius: 0px;
    border: 4px solid #C0D3ED;
    border-bottom: 0px solid white;
    background-color: #C0D3ED;
    text-align: center;
    color: #333333;
}

.winheadbott {
    width: 100%;
    height: 30px;
    border-radius: 0px;
    border: 6px solid transparent;
    background-color: #EBEBEB;
}

#divhead {
    padding-top: 5px;
    padding-left: 16px;
    font-family: 'Segoe UI', Arial;
    font-size: 15px;
    color: #333333;
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px;
}

#divclose {
    padding-top: 5px;
    padding-right: 16px;
    font-family: 'tahoma';
    font-size: 11px;
    color: white;
}

    #divclose a {
        color: #333333;
        text-decoration: none;
    }

.reTool .ResetContent {
    background-image: url(/images/tm/clear.png);
}

.mnu_edit {
    font-family: Arial;
    font-size: 13px;
    color: Black;
    background-color: #E8EFF9;
    padding: 10px 10px;
    border: 1px dotted #C0D3ED;
    width: 100px;
}

.mnu_edit_box {
    padding: 5px 10px;
    border: 1px dotted #C0D3ED;
}

.itemFieldset {
    margin-bottom: 20px;
}

.demo-container label {
    padding-right: 10px;
    width: 185px;
    display: inline-block;
}

.demo-container .RadButton {
    margin-top: 20px;
}

/** Columns */
.rcbHeader ul,
.rcbFooter ul,
.rcbItem ul,
.rcbHovered ul,
.rcbDisabled ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    list-style-type: none;
}

.exampleRadComboBox.RadComboBoxDropDown .rcbHeader {
    padding: 5px 27px 4px 7px;
}

.rcbScroll {
    overflow: scroll !important;
    overflow-x: hidden !important;
}

.col1 {
    margin: 0;
    padding: 5px;
    width: 10%;
    line-height: 14px;
    float: left;
}

.col2 {
    margin: 0;
    padding: 5px;
    width: 58%;
    line-height: 14px;
    float: left;
}

.col3 {
    margin: 0;
    padding: 5px;
    width: 20%;
    line-height: 14px;
    float: left;
}

/** Multiple rows and columns */
.multipleRowsColumns .rcbItem,
.multipleRowsColumns .rcbHovered {
    float: left;
    margin: 0 1px;
    min-height: 13px;
    overflow: hidden;
    padding: 2px 19px 2px 6px;
    width: 195px;
}

.results {
    display: block;
    margin-top: 20px;
}

.norecs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #C0C0C0;
    padding: 10px;
    height: 100%;
}

.csbutton, .csbutton:visited {
    background: #222 url(/images/overlay.png) repeat-x;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
    vertical-align: middle;
}

.csbuttonpink.csbutton, .csbuttonpink.csbutton:visited {
    background-color: #e22092;
}

    .csbuttonpink.csbutton:hover {
        background-color: #c81e82;
    }

.csbuttongreen.csbutton, .csbuttongreen.csbutton:visited {
    background-color: #91bd09;
}

    .csbuttongreen.csbutton:hover {
        background-color: #749a02;
    }

.csbuttonred.csbutton, .csbuttonred.csbutton:visited {
    background-color: #e62727;
}

    .csbuttonred.csbutton:hover {
        background-color: #cf2525;
    }

.csbuttonorange.csbutton, .csbuttonorange.csbutton:visited {
    background-color: #ff5c00;
}

    .csbuttonorange.csbutton:hover {
        background-color: #d45500;
    }

.csbuttonblue.csbutton, .csbuttonblue.csbutton:visited {
    background-color: #2981e4;
}

    .csbuttonblue.csbutton:hover {
        background-color: #2575cf;
    }

.csbuttonyellow.csbutton, .csbuttonyellow.csbutton:visited {
    background-color: #ffb515;
}

    .csbuttonyellow.csbutton:hover {
        background-color: #fc9200;
    }

    .csbuttondark.csbutton, .csbuttonyellow.csbutton:visited {
        background-color: #818181;
    }

        .csbuttondark.csbutton:hover {
            background-color: #666666;
        }

.medium.csbutton, .medium.csbutton:visited {
    font-size: 14px;
    padding: 8px 14px 9px;
}

.small.csbutton, .small.csbutton:visited {
    font-size: 11px;
    padding: 4px 9px 5px;
}

#emptymenu {
    height: 180px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24px;
    color: #CCCCCC;
    margin-top: 0px;
    padding-top: 30px;
    text-align: left;
    text-shadow: 1px 1px #999999;
}

.menuprodhead {
    font-family: Arial;
    font-size: 18px;
    height: 30px !important;
    /*padding: 5px 0px 0px 0px;*/
}

.lstmenutitle {
    font-family: 'Arial Narrow', Arial;
    font-size: 15px;
    color: White;
    height: 40px;
    vertical-align: middle;
    background-color: #9CB9E0;
    padding: 10px 10px;
    border: 1px solid #C0D3ED;
}

.qtyinfo {
    float: right;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    vertical-align: middle;
    background-position: 5px 4px;
    border-radius: 5px;
    padding: 2px 25px;
    height: 24px;
    width: 80px;
}

.qtygreen {
    background-color: #B5E721;
    background-image: url("/images/tick_green2.png");
    background-repeat: no-repeat;
}

.qtyred {
    background-color: #FAB1AD;
    background-image: url("/images/tick_red.png");
    background-repeat: no-repeat;
}

.qtyblue {
    background-color: #FEDCA9;
    background-image: url("/images/tick_yell.png");
    background-repeat: no-repeat;
}

.qtygray {
    color: #333;
}

.helptip {
    background-color: #FFFED5;
    border: 1px solid #F8E2B1;
    padding: 5px;
    font-size: 12.5px;
    color: #333;
}

.menuinfo {
    background-color: #c81e82;
    color: white;
    padding: 10px;
    font-size: 14px;
}

.cust-padding {
    padding: 3px 8px;
}
.btn-back {
    background-color: #d3cfc4;
    border-color: #d3cfc4;
}

.prod-pnl {
    border: 1px solid #f3f3f3;
    border-radius: 6px;
    font-family: system-ui, Helvetica, Roboto, sans-serif;
    margin: 10px;
}

    .prod-pnl .cnt {
        padding: 15px;
        width: 100%;
    }

    .prod-pnl .tit {
        font-size: 18px;
        font-weight: 500;
    }

    .prod-pnl .prc {
        font-size: 14px;
        padding: 6px 0
    }

    .prod-pnl .desc {
        font-size: 14px;
        color: #757575;
    }

    .prod-pnl .prd-img {
        padding: 0;
        position: relative;
        background-color: #f7f7f7;
    }

        .prod-pnl .prd-img img {
            width: 140px;
            height: 140px;
            opacity: .9;
            padding: 15px;
        }

.btn-add {
    position: absolute;
    right: 13px;
    bottom: 4px;
    background-color: #f7f7f7;
    border-radius: 60px;
    font-weight: bold;
    color: #000;
    font-size: 16px;
    box-shadow: 0px 0px 5px 0px rgba(87,87,87,0.5);
    padding: 3px 10px;
}

    .btn-add:hover {
        box-shadow: 0px 0px 10px 0px rgba(87,87,87,0.5);
    }

.prodgpcard {
    /*-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.08), 0 0 0 1px rgba(0,0,0,.04);*/
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    font-family: 'Segoe UI',Arial, Helvetica, sans-serif;
    cursor: pointer;
    padding:40px 22px 40px 22px;
}
.catitemstyle {
    display: contents;
}
.itemhelptext {
    color: #828585;
    font-size: 13px;
    font-family: 'Segoe UI',Arial, Helvetica, sans-serif;
}
.prodgpimg {
    background-position: 50%;
    height: 147px;
    background-size: cover;
    border-radius: 3px 3px 0 0;
}
.item-desc {
    color: #007bff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Segoe UI',Arial, Helvetica, sans-serif;
}
.catitemstyle {
    display: contents;
}

.catliststyle {
    border: none;
    border-radius: 0px;
    font-family: 'Segoe UI',Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    text-align: left;
    background-color:#fff;

}

    .catliststyle a {
        color: #333;
        font-size: 15px;
        font-family: BlinkMacSystemFont,'Segoe UI',Arial, Helvetica, sans-serif;
    }

.catitemstyle:hover {
    text-decoration: none;
}
.selecteditem {
    background-color:#fff;
    border:1px solid #f88101;
    color:#333 !important;
    border-radius:8px;
}
.twittersmall{
    width:70px;
    font-size:15px;
}
.lblerr{
    color:red;
}
.k-window-content:first-child {
    padding-top: 0px !important;
}
.cs-fb-srch {
    position: relative;
}

    .cs-fb-srch input {
        border: 1px solid #aabbd6;
        padding: 15px 20px !important;
        border-top-left-radius: 50px !important;
        border-bottom-left-radius: 50px !important;
        font-family: 'Segoe UI',Arial, Helvetica, sans-serif;
    }

    .cs-fb-srch .btn-srch-cont {
        background-color: #333333;
        border: 1px solid #333333;
        color: #fff !important;
        padding: 4px 20px;
        border-top-right-radius: 50px !important;
        border-bottom-right-radius: 50px !important;
        font-family: 'Segoe UI',Arial, Helvetica, sans-serif;
        cursor:pointer;
    }

        .cs-fb-srch .btn-srch-cont:hover {
            text-decoration: none;
            background-color: #333333;
        }
.cursor-pointer{
    cursor:pointer;
}
.clearbtn {
    cursor: pointer;
}
.btn-search{
    background-color:#4d72d9;
    color:#fff;
    padding:6px;
}
.mnutitle {
    margin-bottom: 10px;
    color: var(--e-global-color-ed7d82c);
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2em;
}
.mnudesc {
    color: var(--e-global-color-secondary);
    font-family: "Lato", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.mnumore {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #4F4DD7 !important;
    color: #FFF;
    text-align: center;
    padding: 6px;
    border-radius: 3px;
}