﻿/* ซ่อน scrollbar ด้านใน */
html, body {
    margin: 0;
    overflow-y: hidden;
}

::-webkit-scrollbar {
    display: none;
}

.searchbox-round a.btn-solid.find-search-js {
    margin-top: auto;
    margin-bottom: auto;
    position: relative !important;
    margin: 3px 4px;
    height: 50px !important;
    max-width: none !important;
}

.searchbox-round > a > span {
    font-family: Chonburi;
    font-size: 22px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;
}

.searchbox-round {
    display: flex;
    flex-direction: row;
    height: 58px !important;
    border-radius: 28px;
    margin: 0px !important;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 1rem 1rem rgba(0, 0, 0, 0.15));
}

.searchbox.with-nearby .searchbox-inner:before {
    display:none !important; 
}

.sf_colsIn.bg-yellow-gradient {
    background-image: url(https://shellshuanshim.com/webimages/enhance2024/banner_desktop.jpg?Status=Temp&sfvrsn=e3d85a74_2) !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: 441.52px !important
}

.searchbox.with-nearby {
    margin-bottom: 0px !important;
}

.div-search-result {
    opacity: 0;
    /*    transition: opacity 0.3s ease;*/
    font-family: Kanit-light;
    font-size: 17px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    position: sticky;
    z-index: 1;
    border-radius: 20px;
    filter: drop-shadow(0 1rem 1rem rgba(0, 0, 0, 0.1));
}

    .div-search-result .search-item:hover {
        border-radius: 10px;
        color: #FFAA00;
    }

.btn-search {
    z-index: 1;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.div-groups {
    font-size: 18px;
}

    .div-groups .div-groupitem {
        padding-top: 10px;
    }

    .div-groups h5 {
        font-family: kanit;
        font-size: 18px;
    }

    .div-groups a {
        font-family: Kanit-light;
        font-size: 18px;
    }

        .div-groups a:hover {
            color: #FFAA00 !important;
            text-decoration: none;
        }


    .div-groups button {
        font-family: Kanit-light;
        font-size: 18px;
        margin-left: 0px;
    }

@media (max-width: 769px) {
    .div-search-result {
        opacity: 0;
        /*    transition: opacity 0.3s ease;*/
        font-family: Kanit-light;
        font-size: 14px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 30px;
        position: sticky;
        z-index: 1;
        border-radius: 20px;
        filter: drop-shadow(0 1rem 1rem rgba(0, 0, 0, 0.1));
    }

        .div-search-result .search-item:hover {
            border-radius: 10px;
            color: #FFAA00;
        }

    .btn-search {
        z-index: 1;
    }


    .wrapper {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .sf_colsIn.bg-yellow-gradient {
        background-image: url(bg-image-mobile.png) !important;
        background-repeat: no-repeat;
        background-size: cover;
        max-height: 236.953px !important
    }

    .div-groups {
        font-size: 14px;
    }

        .div-groups h5 {
            font-family: kanit;
            font-size: 14px;
        }

        .div-groups a {
            font-family: Kanit-light;
            font-size: 14px;
        }

        .div-groups button {
            font-family: Kanit-light;
            font-size: 14px;
            margin-left: 0px;
        }
}
