section#home-custom-products-search {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    max-width: 1170px;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
}

section#home-custom-products-search .home-custom-products-search-row {
    /* -ms-flex: 0 0 100%;
    flex: 0 0 100%; */
    max-width: 100%;
    display: flex;
    justify-content: center;
    width: 100%;
}

section#home-custom-products-search #form-search-products,
section#home-custom-products-search #form-search-products #search-products-keyword {
    margin-bottom: 0;
}

section#home-custom-products-search #form-search-products {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

section#home-custom-products-search #form-search-products #search-products-keyword {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border: none !important;
    border-bottom: solid 1px #000 !important;
    color: #000 !important;
}

section#home-custom-products-search #form-search-products #search-products-keyword::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

section#home-custom-products-search #form-search-products #search-products-keyword::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

section#home-custom-products-search #form-search-products #search-products-keyword:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

section#home-custom-products-search #form-search-products #search-products-keyword:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

section#home-custom-products-search .close-custom-search-form-btn {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 30px;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #000;
}

section#home-custom-products-search .close-custom-search-form-btn img {
    width: 20px;
    height: 20px;
}

section#home-custom-products-search .results-wrapper {
    margin: 30px -5px;
    width: 100%;
    height: 385px;
}

section#home-custom-products-search .results-wrapper .result-inner .result-title-col,
section#home-custom-products-search .results-wrapper .result-inner .result-sku-col,
section#home-custom-products-search .results-wrapper .result-inner .result-price-col {
    padding: 0 15px;
    background: #fff;
}

section#home-custom-products-search .results-wrapper .result-inner span {
    color: #000;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    display: block;
}

section#home-custom-products-search .results-wrapper .result-inner .result-price-col {
    text-align: right;
}

section#home-custom-products-search .results-wrapper .result-inner .result-price-col span {
    color: #5680e9;
    font-weight: bold;
}

.cust-header-search.open {
    background: #f4f4f4;
}

section#home-custom-products-search .results-wrapper .result-inner .result-img-col img {
    max-height: 239px;
    object-fit: cover;
    width: 100%;
    transition: filter .3s;
}

section#home-custom-products-search .results-wrapper .result-inner:hover .result-img-col img {
    filter: brightness(.7);
}

section#home-custom-products-search .results-wrapper .result-inner .result-title-col {
    padding-top: 20px;
    min-height: 50px;
    height: 50px;
    overflow: hidden;
}

section#home-custom-products-search .results-wrapper .result-inner .result-price-col {
    padding-top: 20px;
    padding-bottom: 10px;
}

section#home-custom-products-search #view-more-search-results {
    display: none;
    width: 30%;
    font-weight: bold;
    padding: 7px 0;
    font-size: 13px;
}

section#home-custom-products-search .results-wrapper .result-inner .result-price-col a {
    display: flex;
    justify-content: flex-end;
}

section#home-custom-products-search .results-wrapper .result-inner .result-price-col a span.result-full-price {
    color: #555;
    margin-right: 10px !important;
    text-decoration: line-through;
}

section#home-custom-products-search .results-wrapper .results-inner {
    opacity: 0;
    transition: opacity .1s;
}

section#home-custom-products-search .results-wrapper .results-inner.show-carousel {
    opacity: 1;
}

section#home-custom-products-search .results-wrapper .no-prds-found-col {
    text-align: center;
}

#home-custom-products-search img.search-loading-icon {
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
}

div#offlajn-ajax-search290.enabled {
    height: auto !important;
}

.custommenu #top-search {
    margin: 0 !important;
}

.custommenu div#search-menu.enabled {
    margin-right: 4px !important;
}

/* Responsive Media Queries */
@media(max-width: 1280px) {

    section#home-custom-products-search .results-wrapper .result-inner .result-title-col,
    section#home-custom-products-search .results-wrapper .result-inner .result-sku-col,
    section#home-custom-products-search .results-wrapper .result-inner .result-price-col {
        padding: 0 8px;
    }

    section#home-custom-products-search .results-wrapper .result-inner .result-title-col {
        min-height: 50px;
    }
}

@media(max-width: 1200px) {
    section#home-custom-products-search {
        padding: 15px 0;
    }

    section#home-custom-products-search .results-wrapper {
        margin: 15px -5px;
    }

    section#home-custom-products-search .results-wrapper .result-inner .result-img-col img {
        max-height: 150px;
        object-fit: contain !important;
        background: #fff;
    }

    section#home-custom-products-search .results-wrapper {
        margin: 15px -5px;
        width: 100%;
        height: 250px;
    }

    section#home-custom-products-search .results-wrapper .result-inner .result-img-col img {
        min-height: 90px !important;
    }
}

@media(max-width: 768px) {
    section#home-custom-products-search #view-more-search-results {
        width: calc(100% - 60px);
    }
}

@media (max-width: 600px) {
    .custommenu #top-search {
        /* top: 86px !important; */
        top: 105px !important;
    }
}

@media(max-width: 414px) {
    section#home-custom-products-search {
        padding: 5px 0;
    }

    section#home-custom-products-search .results-wrapper .result-inner .result-title-col {
        /* min-height: 38px; */
        min-height: 25px;
        height: 33px;
        overflow: hidden;
    }

    section#home-custom-products-search .results-wrapper {
        height: 240px;
    }

    div#offlajn-ajax-search290.enabled {
        top: 0 !important;
    }
    .result-inner.item {
        padding: 0 15px;
    }

    /* section#home-custom-products-search .results-wrapper .result-inner .result-img-col img {
    max-height: 95px;
}
section#home-custom-products-search .results-wrapper {
    height: 183px;
} */
}

@media(max-width: 375px) {
    input#search-products-keyword {
        font-size: 14px !important;
        height: 30px !important;
    }

    section#home-custom-products-search .results-wrapper .result-inner span {
        font-size: 12px;
    }
}

@media(max-width: 320px) {
    section#home-custom-products-search .results-wrapper .result-inner .result-img-col img {
        max-height: 100px;
    }

    section#home-custom-products-search .results-wrapper .result-inner .result-title-col {
        min-height: 20px;
    }
}