
@media (min-width: 1400px) {
    .searchIdeas {
        width: 1060px !important;
        left: 280px !important;
        top: 105px !important;
    }
}

.searchButton {
    z-index: 1000;
}

.searchIdeas {
    position: absolute;
    left: 0;
    top: 140px;
    width: 100%;
    height: 520px;
    z-index: 1000;
    background-color: white;
    border-color: #eeeeee;
    border-width: 1px;
    border-style: solid;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: none;
    font-size: 0.8rem;
}

.searchIdeas::-webkit-scrollbar {
    display: none;
}
/*
.searchIdeas img {
    height: 80px;
}

.searchIdeas div small {
    font-size: 12.6px;
}

.searchIdeas div.text-primary {
    font-size: 14.4px;
}
*/

.backdrop {
    z-index: 900;
    background-color: black;
    opacity: 0.4;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
}

.searchIdeas .text-primary {
    color: #233588 !important;
}

.pointer {
    cursor: pointer;
}

.product-card a.title {
    height: 55px;
    max-height: 55px;
    overflow: hidden;
}

.product-card .supplierLogo {
    width: 100%;
}
.supplierLogo {
    height:100%;
    object-fit: contain
}
.fs-12 {
    font-size: 12px;
}
.smaller-text {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#ourProducts .row .col {
    overflow: hidden;
}
.mw-330 {
     max-width: 330px;
 }
.ball i{
    line-height: inherit !important;
}
#ourProducts .carousel-inner {
    padding: 1em;
}
#ourProducts .carousel-inner .card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
}
#ourProducts .carousel-control-prev,
#ourProducts .carousel-control-next {
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 768px) {
    .product-card {
        width: 250px !important;
        min-width: 250px !important;
        height: 370px !important;
        max-height: 370px !important;
    }
    #ourProducts .carousel-item {
        margin-right: 0;
        flex: 0 0 50%;
        display: block;
    }
    #ourProducts .carousel-inner {
        display: flex;
    }
}
@media (min-width: 992px) {
    #ourProducts .carousel-item {
        margin-right: 0;
        flex: 0 0 33.3333%;
        display: block;
    }
    #ourProducts .carousel-inner {
        display: flex;
    }
}
@media (min-width: 1200px) {
    #ourProducts .carousel-item {
        margin-right: 0;
        flex: 0 0 25%;
        display: block;
    }
    #ourProducts .carousel-inner {
        display: flex;
    }
}
@media (min-width: 1400px) {
    #ourProducts .carousel-item {
        margin-right: 0;
        flex: 0 0 20%;
        display: block;
    }
    #ourProducts .carousel-inner {
        display: flex;
    }
}
.de-carousel {
    position: relative !important;
}