.ff-asn {
  border: 2px solid #E6E6E6;
}

ff-asn-group {
  padding-top: 6px;
  width: 100%;
  border-bottom: 0.5px solid #dee2e6;
  > div:nth-child(1) {
    padding: 5px;
  }
}

.ffw-asn-selected, .ffw-asn-unselected :hover {
  background-image: linear-gradient(to right, white , rgba(230,230,230,0.5));
}

.toolBarBoxLabel {
  color: #585858;
}

ff-asn-group-element {
  margin-bottom: 8px;
}

.asnCheckbox {
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  padding: 9px !important;
  display: inline-block;
  position: relative;
}


.asnCheckbox:checked {
  background-color: #fafafa;
  border: 1px solid black;
}

.asnCheckbox:checked:after {
  background: #92af07;
  content: '';
  width: 12px;
  height: 13px;
  position: absolute;
  top: 2px;
  left: 3px;
  color: #99a1a7;
}

.groupCaption {
  font-size: 20px;
}

ff-suggest-item img { width: 20% !important; margin: 0 auto !important;}
.productsContainer ff-suggest-item { margin-bottom: 10px;}
.productsContainer .product-name .ffw-query {color: #E30613;}

.containerCaption { font-size: 1.8rem;}
.ffw-suggestContainerWrapper {
  left: 35px !important;
  right: 0;
  top: -54px;
  max-width: 90%; }
