﻿#data-view .item-info ul {
  display: inline-block;
  width: 100%;
  list-style: none;
  padding: 0px;
  margin-bottom: 0.25rem;
}
#data-view .item-info li p {
  margin: 0 1em 0 0;
  width: auto;
  float: left;
  text-align: left;
}
#data-view .item-info li p:first-child {
  width: 50%;
}
#data-view .item-info .total-price {
  font-weight: bold;
  font-size: 30px;
}
#data-view .item-info p {
  margin-bottom: 0px;
}
#data-view img {
  max-height: 150px;
}
#data-view .image-wrapper {
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
#data-view hr {
  margin: 0px;
}
#data-view .data-element {
  background: #fff;
  transition: all 0.1s ease-in;
}
#data-view .data-element:last-child {
  margin-bottom: 0px !important;
}
#data-view .data-element:hover {
  background: #f4f4f4;
}
#data-view .data-element:active {
  background: #e4e4e4;
}
#data-view .label {
  text-transform: uppercase;
}
#data-view .size-mini {
  text-transform: uppercase;
  font-size: 12px !important;
  line-height: 16px !important;
}
#data-view .size-base {
  font-size: 14px !important;
  line-height: 20px !important;
}
#data-view .size-normal {
  font-size: 16px !important;
  line-height: 24px !important;
}
#data-view .card-body {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}
#data-view .card-data {
  flex: 0 0 auto;
  width: calc(100% - 30px);
}
#data-view .card-select {
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#data-view .no-text-overflow {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
}

@media only screen and (max-width: 576px) {
  #data-view .image-wrapper {
    height: 150px;
  }
}
