@CHARSET "UTF-8";

@media ( min-width : 600px) {
    #sidebar {
        float: right;
        margin-top: 20px;
    }
    #content {
        float: left;
        width: 100%;
    }
}

@media ( max-width : 599px) {
    #sidebar {
        float: none;
        margin-top: 40px;
    }
}

html.native-app #header {
    display: none;
}

html.native-app #menu, html.native-app #memberMenuContent {
    display: none;
}


#site {
    background-image: url('/resources/images/bg2.jpg');
}

#header {


}

#headerContent {
    margin: 0 auto;
    max-width: 775px;
    background-color: white;
}

.headerImage {
    width: 100%;
}

#menu {
    background-color: #dfdbdd;
    padding-left: 5px;
}

#menuContent {
    margin: 0 auto;
    max-width: 775px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menuItem {
    display: inline;
    margin-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    line-height: 30px;
}

.menuItem a, .menuItem a:visited {
    color: #525692;
    font-size: 16px;
}

.menuItem a:hover {
    background-color: #d2d1eb;
    color: #383760;
    padding-bottom: 10px;
    padding-top: 10px;
}

#memberMenuContent {
    margin: 0 auto;
    max-width: 775px;
}

#container {
    margin: 0 auto;
    max-width: 775px;
    background-color: white;
}

#content {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
}

#sidebar {
    font-size: 0.9em;
    max-width: 200px;
    border: 1px solid #cfd7fa;
    background: #eef0f8;
    padding: 0 15px 5px 15px;
    margin-left: 20px;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#footer {
    clear: both;
    margin-top: 10px;
    text-align: center;
}

.imageRight {
    float: right;
    padding: 0px 0px 20px 20px;
}

div.formItem {
    margin-bottom: 10px;
}

.formItemInput {
    width: 97%;
    max-width: 600px;
}

span.error {
    padding-left: 3px;
    color: red;
}

.roundedCorners {
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.noHover:hover {
    background-color: #f1dce5;
}

.loginFormItem {
    width: 180px;
    height: 25px;
    font-size: 20px;
}

.smallSize {
    font-size: 10px;
}

.error {
    color: #ff0000;
    margin-top: 20px;
}

.table {
    width: 100%;
    max-width: 600px;
    min-width: 400px;
}

.table td, .table th {
    border: 1px solid #808080;
    border-collapse: collapse;
    padding: 4px;
    font-size:1rem;
}

.tableDesign {
    min-width: 300px;
    width: 100%;
}

.tableDesign td, .tableDesign th {
    padding: 4px;
    font-size: 1rem;
}

.tableDesign tr {
    border-width: 0px 0px 1px 0px;
    border-color: lightgrey;
    border-style: solid;
}

.tableDesign th {
    text-align: left;
    max-width: 200px;
}

table.event {
    width: 100%;
}

table.event td, table.event th {
    padding: 4px;
    font-size:1rem;
    text-align:left;
}
table.event th {
    width: 100px;
}

table.attend {

}

table.attend td {
    padding-right: 20px;
    border: 0px;
}

div.card {
    background-color:white;
    padding:10px;
    box-shadow:  0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);
    border-radius:4px;
    margin-bottom: 20px;
}

div.itemList {
    float:left;
    margin-right:20px;
    width:200px;
}
div.itemList img {
    max-width:200px;
    max-height:100px;
}

table.itemList {
    margin:20px 0px 20px 0px;
}

table.itemList td {
    padding:10px;
}

table.itemList img {
    max-width:200px;
    max-height:150px;
}

.patternItemList img {
    max-height:300px;
}

ul.inlineList {
    display: flex;
    flex-direction: row;
    /* Below sets up your display method, ex: flex-start|flex-end|space-between|space-around */
    justify-content: flex-start;
    padding-left: 12px;
}

ul.inlineList li {
    padding-right: 20px;
}

img.mainImage {
    max-width:600px;
}

.flex-box {
    display: flex;
}

.flex-box > div {
    margin: 10px 20px 20px 0px;
    font-size: 14px;
    width:120px;
}

.flex-box > div img {
    width:120px;
}


.flex-container {
    width: 100%;
    height: auto;
    /* Flex box */
    display: flex;
    flex-direction: row;
    /*justify-content: space-around;*/
    flex-flow: wrap;
}

.flex-container-box {
    /*display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-flow: wrap;*/
    margin: 10px 10px 10px 0px;
    border: 1px solid #cfd7fa;
    background-color: #eef0f8;
    -moz-border-radius: 10px;
    border-radius: 10px;

}

.flex-container-box > div {
    padding: 5px;
    max-width: 175px;
    font-size: 12px;
}

.flex-container-box > div img {
    width:165px;
}

/* Carousel style */
.product-item .product-item-content {
    border: 1px solid black;
    border-radius: 3px;
    margin: .3rem;
    text-align: center;
    padding: 2rem 0;
}

.product-item .product-image {
    width: 75%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}

.highlight {
    background-color: yellow;
}

.banner {
    background-color: #cfd7fa;
    font-size: 16px;
    font-weight: normal;
    padding:10px 10px 10px 10px;
}
.banner a {

    text-decoration: none;
    font-size: 16px;
}

.bannerChristmas {
    background-color: #fad5d5;
    border: 1px solid #a40303;
    border-radius: 4px;
}
.bannerChristmas a {
    color: #8c0101;
}
.bannerChristmas a:hover {
    background-color: #8c0101;
    color: #fad5d5;
}


/* Footer START */

.site-footer {
    margin-top: 3rem;
    background: #071032;
    color: #fff6d7;
    border-top: 4px solid #c9a44d;
}

/* Top brand area */

.footer-brand-wide {
    max-width: 780px;
    margin: 0 auto;
    padding: 2rem 1rem 1.3rem;
    text-align: center;
}

.footer-brand-wide h2 {
    margin: 0 0 0.35rem;
    color: #fff6d7;
    font-size: 1.9rem;
    line-height: 1.15;
    font-variant: small-caps;
    letter-spacing: 0.05em;
}

.footer-anniversary {
    color: #d7b64f;
    font-weight: 700;
    margin-bottom: 0.8rem;
}

.footer-brand-wide p {
    margin: 0 auto;
    max-width: 620px;
    line-height: 1.55;
}

/* Grid */

.footer-grid {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0.8rem 1.4rem 2.3rem;

    display: grid;
    grid-template-columns: 1fr 1.8fr 1fr;
    gap: 2.2rem;
    align-items: start;
}

/* Columns */

.footer-col {
    text-align: center;
    min-width: 0;
}

.site-footer h3 {
    margin: 0 0 0.9rem;
    color: #fff6d7;
    font-size: 1.15rem;
    line-height: 1.2;
    font-variant: small-caps;
    letter-spacing: 0.04em;
}

.site-footer h4 {
    margin: 0.8rem 0 1rem;
    color: #fff6d7;
    font-size: 1rem;
    line-height: 1.35;
}

.site-footer p {
    margin-top: 0;
    line-height: 1.55;
}

.site-footer a {
    color: #fff1ba;
    text-decoration: none;
    font-weight: 700;
}

.site-footer a:hover {
    text-decoration: underline;
}

/* Buttons */

.footer-button {
    display: inline-block;
    padding: 0.75rem 1.15rem;
    border-radius: 4px;
    line-height: 1.25;
    text-decoration: none;
}

.footer-button-gold {
    background: #c9a44d;
    color: #071032 !important;
}

.footer-button-outline {
    border: 1px solid #d7b64f;
    color: #fff6d7 !important;
}

/* Middle column */

.footer-follow {
    text-align: center;
}

.footer-store-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 1rem 0 0.45rem;
}

.footer-store-links img {
    display: block;
    height: 42px;
    width: auto;
}

.footer-note {
    font-size: 0.9rem;
    opacity: 0.85;
    margin: 0.35rem 0 1rem;
}

/* Right column */

.footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.55rem;
}

/* Bottom */

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.16);
    text-align: center;
    padding: 1rem;
    font-size: 0.9rem;
    color: #e7d89f;
}

/* Responsive */

@media (max-width: 850px) {

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-brand-wide h2 {
        font-size: 1.55rem;
    }

    .footer-store-links {
        flex-direction: column;
    }
}

/* Footer END */


