.tbprice {
    width: 100%;
}

    .tbprice tr td {
        padding: 4px;
    }

        .tbprice tr td:first-child {
            color: #978667;
            font-weight: bold;
        }

        .tbprice tr td:last-child {
            text-align: right;
            white-space: nowrap;
        }

            .tbprice tr td:last-child span {
                font-size: 150%;
                font-style: italic;
            }

.itemimg {
    display: block;
    width: 100%;
    padding-top: 80%;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.headmobile {
    display: none;
    background-image: url("/img/hero_home_11.jpg");
    padding:100px 0;
    background-size: cover;
    color:white;
}
.headmobile h3{
    color:white;
}
.slider_mobile {
    display: none;
}
.slider_pc {
    display:block;
}
.ddlclass {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    height: 50px;
    border: 1px solid #ededed;
}

@media(max-width:600px) {
    .headpc {
            display: none;
        }

        .headmobile {
            display: block;
        }
        .hero.medium-height {
            min-height:300px;
            height:300px;
        }

    .slider_mobile {
        display: block;
    }

    .slider_pc {
        display: none;
    }

    }
