body {
  width: 100% !important;
  overflow-x: hidden;
}

.ui-autocomplete-row {
  /* padding: 8px; */
  background-color: #f4f4f4;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.ui-autocomplete-row:hover {
  background-color: #ddd;
  padding: 0 !important;
}

.ui-autocomplete-row:hover img {
  background-color: #ddd !important;
  border-color: #ddd !important;
}

.ui-autocomplete-row:hover .price {
  background-color: #ddd !important;
  border-color: #ddd !important;
  color: black;
  font-weight: bold;
}

.ui-autocomplete-row:hover::after img {
  background-color: #ddd !important;
  border-color: #ddd !important;
}

.ui-autocomplete-row:hover::after .price {
  background-color: #ddd !important;
  border-color: #ddd !important;
  color: black;
  font-weight: bold;
}

.price .old {
  margin-right: 5px;
  color: gray;
  text-decoration: line-through;
  position: relative;
}

.viewsearchall:hover {
  opacity: 70%;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 60px;
  left: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 6px 6px 6px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

#loadingDiv {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  font-size: large;
  background-color: white !important;
  z-index: 99;
  background: url("../images/loading.gif") no-repeat center;
}

#loading-image {
  position: absolute;
  top: 100px;
  left: 240px;
  z-index: 100;
}
select.minimal {
  min-height: 5px !important;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image: linear-gradient(45deg, #ee5926 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #ee5926 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: #ee5926;
  outline: 0;
}
.vbox-content img {
  width: 50% !important;
  height: 50% !important;
}

.copy_link {
  cursor: pointer;
}
#loading {
  text-align: center;
  background: url("../images/loading.gif") no-repeat center;
  height: 150px;
}
input[type="checkbox"] {
  width: 20px;
}

.btn-view {
  color: blue;
}
.ico {
    font-size: 20px;
    margin: 5px;
}
span.deleteicon {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: -webkit-fill-available;
}

span.deleteicon span {
    position: absolute;
    display: block;
    right: 80px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    background-color: #ccc;
    font: 13px monospace;
    text-align: center;
    line-height: 1em;
    cursor: pointer;
}
