#reservationaj{
    display: block;
}

#mzcart{
    width: 100%;
    max-width: 800px;
    margin:20px auto;
    background: #f1f1f1;
}

body{
    background: #f1f1f1;
}

.mzproducts{

}

.mzproducts_bg{
    padding:20px 0;
    background: white;
    width: 100%;
}

#mzcart .mzheader{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#mzcart .mzheader h2{
    font-size: 26px;
    font-weight: bold;
}

#mzcart .mzheadernav{
    display: flex;
    justify-content: space-between;
}

#mzcart .mzheadernav li{
    padding:10px;
    margin-left: 20px;
}


#mzcart .mzheadernav li.selected{
    color:green;
    font-weight: bold;
}

.mzproduct{
    margin-bottom: 20px;
    padding:0 20px;
}

.mzproduct_header h2{
    font-size:24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.mzproduct_header h1{
    font-size:20px;
    font-weight: normal;
    margin-bottom: 10px;
}

.mzproduct_header p{
    margin-bottom: 15px;
}

.mzproduct_header p span{
    margin-right: 10px;
}

.mzproduct_ct{
    display: flex;
    justify-content: space-between;
    margin-top:20px;
}

.mzproduct_ct_1{
    width: 100%;
}

.mzimage{
    width: 100%;
    max-width: 230px;
}

.mzimage_bg{
    overflow: hidden;
    height: 100%;
}


.mzprice{
    max-width: 150px;
}


.mzprice span{
    display: block;
}


.mzprice strong{
    display: block;
    font-size: 26px;
    font-weight: 500;
}

.mzcount{
    max-width: 100px;

}

.mzcount span{
    display: block;
}

.mzcount select{
    display: block;
    padding:3px 5px;
}

.mzproduct_ct_1_count{
    width: 50px;
}

.mzproduct_ct_1_x{
    width: 80px;
    text-align: center;
}

.mzx{
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    margin-top: 30px;
}


.mzother{
    padding:0 20px;
    margin:20px auto 10px;
}

.mzother h2{
    font-weight: bold;
    font-size: 18px;
}

.mzproductother .mztitleother_title{
    font-size:16px;
    margin-bottom: 6px;
}

.mzproductother .mztitleother p{
    font-size:12px;
}

.mztitleother{

}

.mzproductother .mzprice strong{
    font-size: 16px;
}

.mzproduct_ct_1_add{
    max-width: 80px;
    text-align: center;
}

.mzadd{
    display: inline-block;
    background: #ffb700;
    padding:7px 15px;
    font-weight: bold;
    font-size:14px;
    color:black;
    cursor: pointer;
    border-radius: 15px;
}

.mznext_step{
    display: block;
    background: #ffb700;
    padding: 7px 15px;
    font-weight: bold;
    font-size: 26px;
    color: black !important;
    cursor: pointer;
    border-radius: 15px;
    margin: 40px auto 20px;
    width: 200px;
    text-align: center;
}

.mzprogeneralinfo{
    max-width: 225px;
}

#fvct{
    display: none;
}

.mzfrmbox{
    margin-bottom: 20px;
}

.mzfrmbox input[type=text]{
    border:1px solid #ccc;
    border-radius: 3px;
    padding:3px 5px;
    width: 100%;
    margin-top:3px;
}

.mzfrmbox input[name=address_city_code],
.mzfrmbox input[name=fv_city_code]{
    max-width:  120px;
}

.req{
    color:red;
    font-weight: bold;
}

.mzorder{
    padding:20px;
}

.mzorder h2{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 8px;
}

.mzfrmboxs{
    display: flex;
    justify-content: space-between;
}

.mzfrmboxs .mzfrmbox{
    max-width: 50%;
}


.mzfrms{
    display: flex;
    justify-content: space-between;
}

.mzfrms .mzfrm{
    width: 100%;
    max-width: 45%;
}

.loading{
    opacity: 0.2;
}

.endmsg h2{
    color:green;
    font-size: 36px;
    text-align: center;
}

.mzsumsum{
    font-size: 22px;
    text-align: right;
    margin: 40px 0 0;
    padding-right: 50px;
}

@media (max-width:700px) {


    .col-4.line.product-column{
        margin-top:20px;
        padding-top:20px;
        border-top:1px solid #ccc;
    }


    .msteps .reservation-dot, .msteps .reservation-step-title{
        display:none;
    }





    .msteps .reservation-dot.selected, .msteps .reservation-step-title.selected{
        display:inline-block;
    }

    .msteps .reservation-dot.selected{
        text-align: center;
    }


    #mzcart .mzheadernav, .mzproduct_ct{
        display: block;
    }

    #mzcart .mzheader{
        max-width: 100%;
        margin:0 auto
    }

    .mzproduct_ct_1_x{
        width: 90%;
        text-align: right;
    }

    .mzproduct_ct_1{
        margin-top:20px;
    }

    .mzfrms, .mzfrmboxs{
        display: block;
    }


    .mzfrms .mzfrm{
        display: block;
        max-width: 100%;
        margin:0 auto 30px;
    }

    .mzfrmboxs .mzfrmbox{
        max-width: 80%;
    }

}
