a, a:visited, a:hover{
    color:black;
    text-decoration: none;
}
.product-mini-text{
    font-size: 10px;
    font-weight: bold;
    letter-spacing: -0.5px;
    padding-bottom: 5px;
}
.product-mini-subtext{
    font-size: 8px;
}
.product-image-area{
    /* height:90px; */
}
.product-mini-image{
    max-height: 100px;
    max-width: 100%;
    padding-top: 2px;
}
.category-mini-image{
    max-height: 100px;
    max-width: 100%;
    /* padding: 10px 5px; */
    /* width:100%; */
}
.basketButtons{
    right:-5px;
    position: absolute;
    top:-10px;
    color: white;
}
.productPrice{
    position: absolute;
    color:white;
    left: 0px;
    right: 0px;
    top: 78px;
    font-size: 13px;
}
.list-group-item .basketButtons{
    right:-13px;
    width: 25px;
    position: absolute;
    top:5px;
    color: white;
}
.list-group-item{
    min-height: 98px !important;
}
.basketButtons a{
    color:white;
}
#bottomBar{
    position: fixed;
    display: flex;
    bottom: 0;
    width: 100%;
    background-color: white;
}
.bottomIcons{
    font-size:25px;
}
.basketProduct img{
    max-width: 100px;
}
.basketProduct small{
    font-weight: normal;
}
@media only screen and (min-width: 1000px) {
    .product-mini-image{
        height:130px;
    }
    .product-mini-text{
        font-size: 15px;
    }
    .product-mini-subtext{
        font-size: 10px;
    }
    .bottomIcons{
        font-size:32px;
    }
}
.form-check-input:checked + .form-checked-content {
    opacity: .5;
  }
  
  .form-check-input-placeholder {
    border-style: dashed;
  }
  [contenteditable]:focus {
    outline: 0;
  }
  
  .list-group-checkable .list-group-item {
    cursor: pointer;
  }
  .list-group-item-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
  }
  .list-group-item-check:hover + .list-group-item {
    background-color: var(--bs-light);
  }
  .list-group-item-check:checked + .list-group-item {
    color: #fff;
    background-color: var(--bs-blue);
  }
  .list-group-item-check[disabled] + .list-group-item,
  .list-group-item-check:disabled + .list-group-item {
    pointer-events: none;
    filter: none;
    opacity: .5;
  }
  
  .list-group-radio .list-group-item {
    cursor: pointer;
    border-radius: .5rem;
  }
  .list-group-radio .form-check-input {
    z-index: 2;
    margin-top: -.5em;
  }
  .list-group-radio .list-group-item:hover,
  .list-group-radio .list-group-item:focus {
    background-color: var(--bs-light);
  }
  
  .list-group-radio .form-check-input:checked + .list-group-item {
    background-color: var(--bs-body);
    border-color: var(--bs-blue);
    box-shadow: 0 0 0 2px var(--bs-blue);
  }
  .list-group-radio .form-check-input[disabled] + .list-group-item,
  .list-group-radio .form-check-input:disabled + .list-group-item {
    pointer-events: none;
    filter: none;
    opacity: .5;
  }
  .quickSettings{
    position:fixed;
    left:0;
    bottom:70px;
    background-color:white;
    opacity:0.8
  }