#drag-1, #drag-2 {
  width: 130px;
  height: 100px;
  

  background-color: #29e;
  color: white;

  border-radius: 0.75em;
  padding: 4%;

  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.theme-clr{
  color: #821815;
}
.btn-theme{
      background: #821815;
      color: #fff;
    border: 1px solid #842220;
}
.btn-theme:hover{
          background: #b32f2b;
    border: 1px solid #842220;
}
.open-time .from-time{
  width: 48%;float: left;
  padding: 0px 1%;
}
.open-time .to-time{
  width: 48%;float: left;
  padding: 0px 1%;
}
#drag-me::before {
  content: "#" attr(id);
  font-weight: bold;
}
/* start newly added */
#search-drinkdiv .ryt {
  display: flex !important;
  align-items: center;
}
#search-drinkdiv .ryt .img {
  width:16% !important;
  height: auto !important;
}
.menu-item .menu-box .ryt .menu-list{
  width: 88% !important;
}
#search-drinkdiv .ryt .menu-list ul li span{
  color: #FFF !important;
}
/* end newly added */