.color-darkviolet{
    color: darkviolet;
}
.color-blue{
    color: blue;
}

.text-price-cart{
    color: brown;
}

.page-content {
    min-height: 99vh;
}

#notification-prepareCart{
    max-height: 98vh;
    /*overflow: auto;*/
    overflow-y: scroll;
}
#prepareCartNotificationDisplay{
    /*overflow: auto;*/
}

.chom-color {
    color: #54a941;
}
.clear-radius {
    border-radius: 0px!important;
}
.ezyd-item-box {
    padding: 10px;
}
.ezyd-box-title {
    /*min-height: 78px;*/
}

.button{
    margin-bottom: 0;
}

.ezyd-box-detail {
    opacity: .6;
}
.ezyd-content {
    margin: 0px 15px 0px 15px;
}
.ezyd-content div {
    min-height: 68px!important;
}
.ezyd-content div img {
    margin-top: 2px;
}
.ezyd-content div h3 {
    font-size: 14px;
    padding-left: 80px;
}
.ezyd-content-detail {
    padding-left: 80px;
}
.ezyd-input-2 input {
    height: 36px;
    line-height: 36px;
}
.ezyd-cart-button {
    margin-bottom: 0px;
    padding: 0px!important;
    vertical-align: bottom!important;
}
.ezyd-cart-button-i {
    position: absolute!important;
    width: 20px!important;
    line-height: 20px!important;
}
.round-bottom-none {
    border-bottom-left-radius: unset!important;
    border-bottom-right-radius: unset!important;
    -webkit-border-bottom-right-radius: unset!important;
    -webkit-border-bottom-left-radius: unset!important;
}
.round-top-none {
    border-top-left-radius: unset!important;
    border-top-right-radius: unset!important;
    -webkit-border-top-right-radius: unset!important;
    -webkit-border-top-left-radius: unset!important;
}
.menu-icons a {
    float: right;
    border: none;
}

.link-list-1 img {
    width: 30px;
    margin-top: 8px;
}
.footer-menu-style-1 span.badge {
    background-color: #FF0000;
    color: #FFFFFF;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    width: 20px;
    height: 20px;
    margin: 0px auto;
}

#_cartAmount {
    position:absolute;
    margin-top: 5px;
    left: 50%;
    font-size:10px!important;
    padding:10px 12px 10px 8px!important;
    border-radius:40px;
    color: white;
    background:rgba(255,0,0,.78);
    text-align:center;
    width: fit-content;
    width: -moz-fit-content;
    line-height: 0px;
}

#map-canvas {
    /*style="width: 100%; height: 50vh; border: none;"*/
    width:100%;
    border: none;
    height: 50vh;

}


/*Inputs*/
.input-style-1 input:focus {
    border-bottom: none!important;
}
/*Overwrite*/
.menu-box-top {
    height: auto;
}

/*Google Map Search*/
#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#pac-input {
  border: 1px solid gray;
  margin-top:10px;
  background-color: #fff;
  font-family: Kanit;
  font-size: 18px;
  font-weight: normal;
  margin-left: 12px;
  padding: 5px 10px;
  text-overflow: ellipsis;
  width: 90%;
}

#pac-input:focus {

    border-color: #4d90fe;
}

.notification-style{
    max-height: 90vh;
    overflow-y: scroll;
}

.fac-checkbox.check-15 > input[type=checkbox] + label:before,
.fac-radio.check-15 > input[type=radio] + label:before
{
    margin-top: -1px;
    font-size: 15px !important;
}

.add-hoc-list:checked + label{
    background-color: cornflowerblue;
}

.pt-1px{
    padding-top: 1px;
}
.min-w-200{
    width: 200px;
    max-width: 100%;
}
.min-w-300{
    width: 300px;
    max-width: 100%;
}

.submenu-area{
    margin-top: 20px;
}

.sub_list_menu2{
    padding: 15px 0 15px 0;
    /*border-top: 2px solid;*/
    /*border-bottom: 2px solid;*/
    /*margin-bottom: 10px;*/
}

.line2{
    margin-top: -2px;
    border-top: 2px solid;
}