.colRight > div {
  padding-bottom: 1.5rem;
}

#frmBlocket input {
  text-align: center;
}

.priceInterval input {
  max-width: 80px;
  text-align: center;
}

form .cSrchFree input {
  max-width: 200px;
}

.checkboxes input {
  display: none;
}

.checkboxes .quantityWrapper {
  color: #222222;
}

.checkboxes .quantityWrapper span {
  padding-left: 0.3rem;
}

#blocketItems .item {
  margin-top: 1rem;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 1rem;
}

#blocketItems .item:last-child {
  border-bottom: none;
}

#blocketItems .item > div {
  padding: 0;
}

#blocketItems .item .itemimage {
  padding-right: 15px;
  transition: all 0.234 ease-in-out;
}

#blocketItems .item .itemimage img {
  width: 100%;
  transition: all 0.234 ease-in-out;
}

#blocketItems .item .itemimage img[data-src="0"] {
  max-width: 100px;
  margin: 0 auto;
  display: flex;
}

#blocketItems .item .itemData {
  padding: 0 0 0 15px;
}

#blocketItems .item .controls {
  padding: 0;
}

#blocketItems .item .controls div {
  margin-bottom: 1.5rem;
  padding: 0;
}

#blocketItems .item .controls div img {
  width: 100%;
  max-width: 24px;
}

@media (hover: hover) {
  #blocketItems .item .controls div img:hover {
    cursor: pointer;
  }
}
#blocketItems .item .itemTime {
  font-size: 1.2rem;
  text-align: right;
  color: #777777;
}

.favorites .item {
  margin-bottom: 0.5rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #EEEEEE;
}

.favorites .item:first-child {
  margin-top: 0.5rem;
}

.favorites .item:last-child {
  border-bottom: none;
}

.favorites .item span {
  color: #007bff;
  display: block;
  position: relative;
  float: right;
}

@media (hover: hover) {
  .favorites .item span:hover {
    cursor: pointer;
    text-decoration: underline;
  }
}
.coverages form input {
  font-size: 0.8rem;
  width: 8rem;
  margin: 0.5rem 0 1rem 0;
  padding: 0.2rem 0.3rem 0.1rem 0.3rem;
}

.coverages .item {
  margin-bottom: 0.5rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #EEEEEE;
}

.coverages .item img {
  position: relative;
  top: 1px;
  display: block;
  float: right;
}

.setUninterestedForMarkedCats {
  margin: 1rem auto;
}

.setUninterestedForMarkedCats label {
  border: none;
}

.setUninterestedForMarkedCats input {
  position: relative;
  top: 2px;
}

.opacityBeforeRemoval {
  opacity: 0.5;
}

.cSource {
  font-size: 0.7rem;
  text-align: center;
  padding: 0.7rem;
}

@media (max-device-width: 480px) {
  /*#blocketItems .item .itemimage img { max-width: 160px; }*/
}