﻿.search-content-fix {
    display: table;
    width: 100%;
}

    .search-content-fix .input-group input.form-control {
        height: 60px;
        background: #cccccc;
        border-color: #cccccc;
        font-weight: bold;
    }

    .search-content-fix .input-group .input-group-btn a {
        height: 60px;
        line-height: 40px;
        font-size: 20px;
        background-color: #cccccc;
        border-color: #cccccc;
        color: #555555;
    }

        .search-content-fix .input-group .input-group-btn a:hover {
            background-color: #2ea3af;
            border-color: #cccccc;
            color: #ffffff;
        }

    .search-content-fix .search-text {
        display: table-cell;
        vertical-align: middle;
        width: 55%;
        position: relative;
    }

        .search-content-fix .search-text .search-text-bg {
            display: table;
            width: 100%;
            padding: 7px;
            background: #2ea3af;
            border-radius: 5px;
            position: relative;
        }

            .search-content-fix .search-text .search-text-bg .search-text-main {
                display: table;
                width: 100%;
                padding: 7px;
                background: #ffffff;
                border-radius: 5px;
                border-top-left-radius: 0;
                position: relative;
                box-shadow: 0 1px 2px 0 rgba(85,85,85,.5);
            }

                .search-content-fix .search-text .search-text-bg .search-text-main:after {
                    content:attr(data-text);
                    width: 170px;
                    background: #ffffff;
                    top: -35px;
                    left: 0;
                    position: absolute;
                    font-weight: bold;
                    color: #2ea3af;
                    text-align: center;
                    height: 35px;
                    line-height: 35px;
                    border-top-left-radius: 5px;
                    border-top-right-radius: 5px;
                }

                .search-content-fix .search-text .search-text-bg .search-text-main input[type="text"] {
                    display: table-cell;
                    vertical-align: middle;
                    width: 100%;
                    padding: 10px;
                    height: 50px;
                    line-height: 50px;
                    background: #feffe8;
                    border: 0;
                    border: 1px solid #f2f3dd;
                    border-top-left-radius: 5px;
                    border-bottom-left-radius: 5px;
                    font-weight: bold;
                }

                .search-content-fix .search-text .search-text-bg .search-text-main a {
                    display: table-cell;
                    vertical-align: middle;
                    width: 13%;
                    font-weight: bold;
                    padding: 0;
                    text-align: center;
                    border-top-right-radius: 5px;
                    border-bottom-right-radius: 5px;
                }

    .search-content-fix .search-img {
        display: table-cell;
        vertical-align: middle;
        width: 45%;
    }

        .search-content-fix .search-img img {
            max-width: 375px;
            display: table;
            margin: 0 auto;
        }

.search-master {
    position: relative;
}

.search-master-main {
    display: table;
    width: 100%;
}

    .search-master-main input {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        padding: 0;
        color: #000000;
        padding: 2px;
        font-size: 13px;
        height: 30px;
    }

    .search-master-main a {
        display: table-cell;
        vertical-align: middle;
        background: #2ea3af;
        color: #ffffff;
        padding: 0 5px;
    }


.search-result2 {
    position: absolute;
    top: 100%;
    background: #ffffff;
    width: 100%;
    left: 0;
    border: 1px solid #2ea3af;
    border-left: 0;
    border-right: 0;
    max-width: 400px;
    z-index: 1;
}

    .search-result2 .product-search-main2 {
        display: table;
        width: 100%;
        padding: 10px;
    }

        .search-result2 .product-search-main2 .product-search {
            display: table;
            width: 100%;
            padding: 5px;
        }

            .search-result2 .product-search-main2 .product-search .product-search-border {
                display: table;
                width: 100%;
                border: 1px solid #d0d0d0;
            }

                .search-result2 .product-search-main2 .product-search .product-search-border .product-search-img {
                    display: table-cell;
                    width: 25%;
                    vertical-align: middle;
                    height: 70px;
                }

                    .search-result2 .product-search-main2 .product-search .product-search-border .product-search-img .product-search-main2-img {
                        display: table;
                        width: 100%;
                    }

                        .search-result2 .product-search-main2 .product-search .product-search-border .product-search-img .product-search-main2-img img {
                            display: table;
                            width: auto;
                            max-width: 100%;
                            margin: 0 auto;
                            max-height: 80px;
                        }

                .search-result2 .product-search-main2 .product-search .product-search-border .product-search-content {
                    display: table-cell;
                    vertical-align: middle;
                    width: 60%;
                }

                    .search-result2 .product-search-main2 .product-search .product-search-border .product-search-content .product-content-main {
                        display: table;
                        width: 100%;
                        padding: 0px 3px;
                        padding-bottom: 5px;
                        font-size: 12px;
                    }

                        .search-result2 .product-search-main2 .product-search .product-search-border .product-search-content .product-content-main span {
                            color: #333333;
                            font-weight: bold;
                        }

                        .search-result2 .product-search-main2 .product-search .product-search-border .product-search-content .product-content-main:last-child {
                            padding-bottom: 0;
                        }

                            .search-result2 .product-search-main2 .product-search .product-search-border .product-search-content .product-content-main:last-child span {
                                display: block;
                                overflow: hidden;
                                margin: 0;
                            }

                .search-result2 .product-search-main2 .product-search .product-search-border .product-search-btn {
                    display: table-cell;
                    vertical-align: middle;
                    width: 60px;
                    background: #2ea3af;
                }

                    .search-result2 .product-search-main2 .product-search .product-search-border .product-search-btn a {
                        display: table;
                        width: 100%;
                        color: #ffffff;
                        text-align: center;
                        font-weight: bold;
                        font-size: 15px;
                    }

.search-result3 {
    position: absolute;
    top: 81%;
    background: #ffffff;
    width: 100%;
    left: 7px;
    border-left: 0;
    border-right: 0;
    max-width: 84.444444%;
    z-index: 10;
}

    .search-result3 .product-search-main3 {
        display: block;
        width: 100%;
        padding: 10px;
        height: 64vh;
        overflow-y: scroll;
    }

        .search-result3 .product-search-main3 .product-search {
            display: table;
            width: 100%;
            padding: 5px;
        }

            .search-result3 .product-search-main3 .product-search .product-search-border {
                display: table;
                width: 100%;
                border: 1px solid #d0d0d0;
            }

                .search-result3 .product-search-main3 .product-search .product-search-border .product-search-img {
                    display: table-cell;
                    width: 25%;
                    vertical-align: middle;
                    height: 70px;
                }

                    .search-result3 .product-search-main3 .product-search .product-search-border .product-search-img .product-search-main3-img {
                        display: table;
                        width: 100%;
                    }

                        .search-result3 .product-search-main3 .product-search .product-search-border .product-search-img .product-search-main3-img img {
                            display: table;
                            width: auto;
                            max-width: 100%;
                            margin: 0 auto;
                            max-height: 80px;
                        }

                .search-result3 .product-search-main3 .product-search .product-search-border .product-search-content {
                    display: table-cell;
                    vertical-align: middle;
                    width: 60%;
                }

                    .search-result3 .product-search-main3 .product-search .product-search-border .product-search-content .product-content-main {
                        display: table;
                        width: 100%;
                        padding: 0px 3px;
                        padding-bottom: 5px;
                        font-size: 12px;
                    }

                        .search-result3 .product-search-main3 .product-search .product-search-border .product-search-content .product-content-main span {
                            color: #333333;
                            font-weight: bold;
                        }

                        .search-result3 .product-search-main3 .product-search .product-search-border .product-search-content .product-content-main:last-child {
                            padding-bottom: 0;
                        }

                            .search-result3 .product-search-main3 .product-search .product-search-border .product-search-content .product-content-main:last-child span {
                                display: block;
                                overflow: hidden;
                                margin: 0;
                            }

                .search-result3 .product-search-main3 .product-search .product-search-border .product-search-btn {
                    display: table-cell;
                    vertical-align: middle;
                    width: 60px;
                    background: #2ea3af;
                }

                    .search-result3 .product-search-main3 .product-search .product-search-border .product-search-btn a {
                        display: table;
                        width: 100%;
                        color: #ffffff;
                        text-align: center;
                        font-weight: bold;
                        font-size: 15px;
                    }
