@media screen and (max-width: 767px) {
    .order-wrap {
        margin-top: 30px;
    }
    .ticket-wrap {
        margin-top: 30px;
    }
    .tent-table td:first-child{
        width: 200px;
    }
}
@media screen and (max-width: 768px){
    #buy-ticket h1 {
        font-size: 17px !important;
    }
    .car {
        min-height: 335px;
    }
    .tent {
        min-height: 300px;
    }
}
@media screen and (min-width: 769px){
    [name*="tent_multi_"] {
        margin-left: 10px;
    }
}
@media screen and (max-width: 1024px){
    body {
        font-size: 12px;
    }
    .card-header {
        font-size: 16px;
    }
    .card-option-item {
        font-size: 11px;
        text-align: center;
        padding: 5px 0;
        background: aliceblue;
        border: 1px solid;
        margin: 2px;
    }
    .h3, h3 {
        font-size: 1.0rem;
        text-transform: uppercase;
    }
    .card-option-item i {
        color: #f06a6b;
        text-shadow: 1px 1px 2px rgba(200,200,200, 1);
        font-size: 13px;
        margin-right: 0;
    }
    .price-section {
        white-space: nowrap;
    }
    .btn {
        font-size: .9rem;
    }
    #buy-ticket .panel-heading h2 {
        font-size: 18px;
    }
    #buy-ticket .panel-body h3 {
        font-size: 15px;
    }
    .col.text-right{
        padding-left: 0;
    }
    #buy-ticket h1 {
        font-size: 17px !important;
    }
    .tent-table td:first-child {
        width: 230px;
    }
}