@import url("/sook/search/assets/css/search-product/section-main-category.css");
@import url("/sook/search/assets/css/search-product/section-products.css");
@import url("/sook/search/assets/css/search-product/product-list-card.css");
@import url("/sook/search/assets/css/search-product/product-list-item.css");

body.c-app {
    overflow-x: auto;
    min-width: 1320px;
    /* Suppose you want minimum width of 1320px */
    width: auto !important;
    /* Firefox will set width as auto */
    width: 1320px;
    /* As IE6 ignores !important it will set width as 1320px; */
}

.container-xl {
    max-width: 1320px !important;
}

.btn-load-more {
    border-radius: 10px;
    padding: 0.375rem 1.75rem;
    box-shadow: none !important;
    border: none;
    background-color: #E98B1A;
}

.btn-load-more:hover {
    box-shadow: 0 1px 1px 0 rgb(60 75 100 / 14%), 0 2px 1px -1px rgb(60 75 100 / 12%), 0 1px 3px 0 rgb(60 75 100 / 20%) !important;
    background-color: #d67d10;
}

.no-results-found {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.no-results-found img {
    width: 100px;
    opacity: 75%;
    margin: auto;
}

.no-results-found span {
    font-size: 40px;
    font-weight: 600;
}