﻿
/* For Desktop */
@media only screen and (min-width: 768px) {
    fieldset {
        display: inline-block;
        min-width: 360px;
    }

    .btn {
        min-width: 100px;
    }
}

fieldset input {
    float: right;
}

fieldset button {
    float: right;
    margin-left: 5px;
}

fieldset input[type=submit] {
    min-width: 100px;
    margin-left: 5px;
}

.field-validation-error {
    color: #ff6961
}

fieldset .field-validation-error {
    min-width: 360px;
}

table {
    margin-top: 15px;
}

td {
    padding-right: 10px;
}

.qr-code-middle {
    width: 360px;
    height: 360px;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

.product-list {
    padding: 0;
}

.product-list-item {
    list-style-type: none;
}

    .product-list-item a {
        text-decoration: none;
        color: black;
    }

    .product-list-item h2 {
        font-size: 1.5rem;
    }

    .product-list-item h3 {
        font-size: 1rem;
    }

    .product-list-item div {
        border: 1px solid;
        padding: 13px;
        margin-bottom: 3px;
    }

.nav-item {
    margin-right: 3px;
}

.btn {
    margin-bottom: 2px;
}

header.order-flow {
    background-color: #fadf00;
    padding: 6px;
    margin-bottom: 15px;
    color: #116744
}

/* For Mobile */
@media only screen and (max-width: 768px) {
    header.order-flow img {
        width: 140px;
    }

    .btn {
        min-width: 180px;
    }
}

.col {
    margin-bottom: 8px;
}