::placeholder{
  color: #969696 !important;
}

a:hover {
  text-decoration:none;
}

.basket-item-count {
  background-color: #EA212D;
  border-radius:15px 15px 15px 15px;
  padding:2px 8px;
  color: white;
  position: absolute;
  left: 10px;
  top: 1px;
  z-index: 1;
  font-size: 12px;
  font-weight: bold;
}
  
  
.modal-content {
  border: none;
}
.basket-image {
  height: 51px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.sidebar-item {
  color: grey;  
  font-weight: bold;
}

.sidebar-item:hover {
  color: white;  
  background-color: #EA212D;
  font-weight: bold;
}

.giga-nav-link.active {
  color: white !important;
  background-color: #EA212D !important;
  border:0;
  font-weight: 600;
}
.giga-nav-link{
  font-family: 'Open sans', sans-serif;
  color: #3d3d3d;
  background-color: #f9f9f9;
  
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 53px;
  padding-right: 53px;
  font-size: 20px;
  border-radius: 4px 4px 0 0;
  border:0;
}

.card-img-top{
  max-height: 292.5px;
  max-width: 292.5px;
  width: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.giga-nav-item{
  margin-left: 5px;
  margin-right: 5px;
}
.giga-card {
  border: 1px solid #eaeaea;
  border-radius: 5px;

}
.giga-card:hover{
  
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.subcategory-link {
  color: rgb(100, 100, 100);  
  font-weight: bold;
  float: left; 
}

.subcategory-link:hover {
  color: #EA212D;
  font-weight: bold;
}


.category:after {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054";
    float: right;
}
.category-expand:after {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f078";
    float: right;
}
.category-expand[aria-expanded="true"]:after {
    content: "\f077";
}