﻿.mainForm {
    background-color: white;
    color: #004373 ;
    width: 100%;
    border-radius: 40px;
    margin-bottom: 30px;
    font-size: 16px;
    padding-bottom: 50px;
    font-weight: 600;
}
.nameTagSec {
    margin-top: 20px;
}
.nameBox {
    width: 200px;
    margin-bottom: 15px;
    display: block;
}
.imageViewer {
    max-width: 350px;
    max-height: 350px;
}
.itemList {
    width: 100%;
    color: #004373 ;
}
.enlarge {
    margin-left: 85px;
    display: block;
}
th {
    text-align: center;
}
.linkBack {
    display: block;
    margin: 20px;
    font-weight: 700;
    font-size: 24px;
    color: #004373 ;
}
.data, .dataOptions {
    font-weight: 600;
    margin-bottom: 20px;
}
.button {
    display: block;
    margin-top: 30px;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    width: 250px;
    text-align: center;
    color: white;
    position: relative;
    background-color: #06b085;
}
.button:hover {
    text-decoration: none;
}
.modalPopup {
    width: 500px;
    background-color: white;
    height: 300px;
    color: #004373 ;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 20px;
}
.modalPopupPreview {
    height: 90vh;
    width: 60vw;
    background-color: white;
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 20px;
}
.modalPopupPreview img {
    max-height: 70vh;
    max-width: 52vw;
}
.modalBackground {
    background-color: black;
    opacity: .6;
}
input {
    width: 60px;
}
.hidden {
    display: none;
}
.qtyTable td{
    width: 100px;
    text-align: center;
    border: 1px solid black;
    font-weight: 600;
}
@media (max-width: 1199px) {
    .enlarge {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .col-xl-6 {
        margin-bottom: 20px;
    }
    .itemList {
        margin: 0 auto;
    }
    .imageViewer {
        max-height: 600px;
        margin-bottom: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .data, .dataOptions, .linkBack {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}


