/*#navbarMain{
    background-color: #f7f7f7;
}*/

/*.dx-nav-item.dx-tab-selected, .dx-rtl .dx-nav-item.dx-tab-selected {
    background-color: rgba(240, 91, 65, 0.15);
}*/

.dx-tabs.dx-navbar {
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
}

.product {
    height: auto;
    position: relative;
}

.product > img {
    height: auto;
    width: 60%;
    text-align: center;
}

.product > div {
    text-align: center;
}

.product > div.name {
    font-size: 18px;
    font-weight: bold;
}

.product > div.price {
    font-size: 18px;
    background-color: black;
    color: white;
    opacity: 0.6;
}

.dx-tile-content {
    height: 100%;
    padding: 0;
    position: relative;
}

.dx-tile-content .image {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    display: block;
    /*border-radius: 15px;*/
}

.dx-tile {
    border: none;
    background-color: #333;
    left: 0 !important;
}

.dx-tile.dx-state-hover {
    border-color: #EEE;
}

.dx-tile-content .shadow:before {
    content: '';
    position: absolute;
    background-color: #333;
    left: 0px;
    width: 100%;
    height: 26px;
    text-align: center;
    opacity: 0.7;
    z-index: -1;
}

.dx-tile-content .shadow {
    content: '';
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    padding: 2px;
    left: 0px;
    width: 100%;
    top: 15px;
    text-align: center;
    color: white;
    z-index: 0;
}

.dx-tile-content .favorite {
    position: absolute;
    padding: 2px;
}

.dx-tile-content .favorite > img{
    position: relative;
    top: 15px;
}

.dx-datagrid-header-panel .dx-toolbar {
    margin-top: 0px;
    margin-bottom: 0px;
}

.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-expand {
    width: 0px !important;
    min-width: 0px !important;
}

.dx-datagrid-group-opened:before {
    content: "";
}

.dx-datagrid-rowsview .dx-row > .dx-master-detail-cell {  
    padding: 0px;  
}

/*.dx-button-has-icon .dx-button-content {
    padding: 5px !important;
}*/

.dx-datagrid-rowsview .dx-row.dx-group-row:not(.dx-row-focused) {  
    /*color: #333;*/
    background-color: rgba(240, 91, 65, 0.12);
}

.greenLight {  
    background-color: rgba(91, 240, 90, 0.12)!important; 
}

#dgCart .dx-datagrid-header-panel .dx-toolbar {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
}

#dgCart .dx-datagrid-header-panel .dx-toolbar-items-container  {
    height: 45px;
}

#dgCart .gdToolbarText {
    font-size: 15px;
    font-weight: bold;
    color: #ff5f42;
}

#dgCart .ckbGrpHeader {
    font-size: 12px;
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
    font-weight: bold;
    color: #333;
    float: right;
    margin-left: 5px;
}

#dgCart .btnGrpHeader {
    float: right;
    padding: 2px 5px;
    margin-left: 5px;
}
#dgCart .btnDelNoBorder {
    float: right;
    padding: 2px 5px;
    margin-left: 5px;
    border: none;
}

#dgCart .btnGrpHeader.dx-button-has-icon .dx-button-content {
    padding: 0px !important;
    /*color: #333 !important;*/
    font-weight: bold;
}

.btnGrpHeader.dx-button-has-icon .dx-icon {
    /*color: #333 !important;*/
    font-size: 17px;
}

#dgCart .btnGrpHeaderCart {
    float: right;
    padding: 1px 3px;
}

#dgCart .btnGrpHeaderCart.dx-button-has-icon .dx-button-content {
    padding: 0px !important;
    color: #333 !important;
    font-weight: bold;
}

.btnGrpHeaderCart.dx-button-has-icon .dx-icon {
    color: #333 !important;
    font-size: 17px;
}

#dgCart tbody tr {
    width: 100%;
}

#dgCart tr td img {
    height: 80px;
    max-width: 80px;
    width: 80px;
    max-width: 80px;
    vertical-align: middle;
}

#dgCart tr td.tdCaption {
    padding-left: 6px;
    height: 20px;
    width: inherit;
    font-weight: 600;
}

#dgCart tr td.tdCaption > b {
    float: right;
    padding-right: 5px;
    color: #ff5f42;
}

#dgCart tr td.tdCaption1 > b {
    padding-right: 5px;
    color: #ff5f42;
}

#dgCart tr td.tdDate {
    font-size: 10px;
    padding-left: 6px;
    padding-right: 6px;
}

#dgCart tr td.tdQty {
    font-size: 15px;
    width: 85px;
    min-width: 85px;
    padding-right: 5px;
}

#dgCart tr td.tdPrice {
    font-size: 12px;
    font-weight: bold;
    padding-left: 6px;
    width: 80px;
    max-width: 80px;
    min-width: 80px;
}

#dgCart tr td.tdSwitchLalble {
    font-size: 12px;
    font-weight: bold;
    padding-right: 7px;
    color: #ff5f42;
    text-align: right;
    width: fit-content;
    white-space: nowrap;
}

#dgCart tr td.tdSwitchLalble1 {
    font-weight: bold;
    color: #333;
    text-align: right;
    width: inherit;
}

#dgCart tr td.tdSwitch {
    width: 85px;
    min-width: 85px;
    max-width: 85px;
    padding-right: 5px;
}

#dgCart tr td.hidetdSwitchLalble {
    visibility: hidden;
    width: inherit;
}

#dgCart tr td.hidetdSwitch {
    visibility: hidden;
    width: 85px;
    min-width: 85px;
    max-width: 85px;
    padding-right: 5px;
}

#dgCart tr td.tdSpace {
    width: inherit;
}

.ctrl-col {
    float: right;
}

.ctrl-col input[type=text] {  
    text-align: center;
}

.btnQty {
    border: none;
}

.btnQty.dx-button-has-icon .dx-button-content {
    padding-right: 10px !important;
}

.btnQty.dx-button-has-icon .dx-icon {
    font-size: 15px;
    width: 10px;
    height: 10px;
    line-height: 12px;
}

.btnFeedback.dx-button .dx-icon {
    font-size: 12px;
    margin-right: 3px;
    color: #ff5f42;
}

.btnFeedback.dx-button-has-icon .dx-button-content {
    padding: 2px !important;
}

.btnFeedback.dx-button .dx-button-text {
    font-size: 12px;
}

#popupfeedback .dx-popup-content {
    padding: 10px !important;
}

#platName {
    font-size: 22px;
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
    font-weight: bold;
    padding-top: 3px;
    /*color: #333;*/
    text-align: center;
}

.feedbackImge {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    max-height: 250px;
    image-rendering: -webkit-optimize-contrast;
}

/**{
    margin: 0;
    padding: 0;
}*/

.rate {
    margin: 0 auto;
    width: max-content;
    height: 90px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:58px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}

/*.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}*/

.itemCustom {
    padding: 0 !important;
}

.txtCustom {
    border: none !important;
    float: right;
}

.txtCustom .dx-texteditor-input {  
    padding: 0 !important; 
}