.isearch-container {
    padding: 24px;
    background-color: #48434a;
    /* -moz-box-shadow: 0 1px 2px #ccc;
    -webkit-box-shadow: 0 1px 2px #CCC;
    box-shadow: 0 1px 2px #CCC; */
    border-radius: 8px;
    border: 1px solid #887F8B ;
    margin-top: 4px;
}

.isearch-loading,
.isearch-nothing {
    padding: 20px 10px;
}

.isearch-heading {
    padding: 0 10px;
    color: #444;
}

.isearch-product {
    clear: both;
    transition: all 0.25s ease;
}

.isearch-product,
.isearch-suggestion,
.isearch-more {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    text-decoration: none;
    color: #F4F4F4;
}

.isearch-more {
    padding: 24px 10px 0;
    border-top: 1px solid #222123;
    margin: 24px 0 0;
    font-size: 18px;
    font-weight: 400;
    justify-content: center;
}

.isearch-product:focus,
.isearch-suggestion:focus,
.isearch-more:focus {
    /* background-color: #fafafa; */
    text-decoration: none;
    /* color: #444; */
}

.isearch-product:hover, .isearch-product.active,
.isearch-suggestion:hover, .isearch-suggestion.active,
.isearch-more:hover, .isearch-more.active {
    
    cursor: pointer;
}

.isearch-product:hover .isearch-heading-product {
  color: #D8061F;
}

.isearch-heading-product {
    word-break: break-word;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 0;
    transition: all 0.25s ease;
}
.isearch-heading-product span {
  border-radius: 2px;
}

.isearch-product-image {
  background-color: #F4F4F4;
  border-radius: 4px;
}

.isearch-product-info {
  align-items: center;
  width: 100%;
}

.isearch-model {
    color: #999;
}

.isearch-price {
    /* padding: 10px 0; */
    color: #F4F4F4;
}

.isearch-price-special {
  font-size: 18px;
  font-weight: 400;
}

.isearch-old-value {
    color: #887F8B;
    font-size: 15px;
    font-weight: 300;
    text-decoration: line-through;
    margin-bottom: 4px;
}