/* _content/HawkinsAntiquesBlazorAppServer/Components/Layout/Components/StarComponent.razor.rz.scp.css */
.star-container[b-8x95qkeh1d] {
    font-size: 30px;
    display: flex;
    justify-content: center;
}

.star[b-8x95qkeh1d] {
    color: grey;
}

.yellow[b-8x95qkeh1d] {
    color: #D7B56D;
}
/* _content/HawkinsAntiquesBlazorAppServer/Components/Layout/Footer.razor.rz.scp.css */
.foothead[b-winljqkjni] {
    font-family: "Cinzel", serif;
    font-size: 1.4em;
/*    font-optical-sizing: auto;*/
    color: #D7B56D;
}
    .footer-column[b-winljqkjni] {
    width: 23%; /* Adjust as needed based on your design */
    margin: 10px;
    text-align: center;
}


footer a[b-winljqkjni] {
    color: white;
    position:relative
}

    footer a:visited[b-winljqkjni] {
        color: #efefef;
    }

    footer a:hover[b-winljqkjni] {
        color: #D7B56D;
    }

.socialicon[b-winljqkjni] {
    width:30px;
    height:30px;
    fill: white;
    transition: fill 0.3s ease; /* Add a transition effect for smooth color change */
}

    /* Define the hover color */
    .socialicon:hover[b-winljqkjni] {
        fill: #D7B56D;
    }

/*    .footer-column table {
        max-width: 200px;
        margin: auto;
        text-align: left;
    }*/

/*.leftcol {
    text-align: right;
    padding-right:5px;
}*/
@media (max-width: 768px) {
    .footer-column[b-winljqkjni] {
        width: 100%;
    }
}
.social-icons[b-winljqkjni] {
    height:40px;
    position:static;
}
    .social-icons a[b-winljqkjni] {
        display: inline-block;
        color: white;
        padding: 5px;
    }

.address[b-winljqkjni] {
    margin: auto;
}

.copyright[b-winljqkjni] {
    background-color: #000000;
    width: 100%;
    font-size: 0.7em;
    padding: 5px 10px;
    text-align: center;
    border-top: 1px solid #222222;
}
@media only screen and (max-width: 600px) {
    .foothead[b-winljqkjni] {
        font-size: 1.5em;
    }
    .footer-column[b-winljqkjni] {
        font-size: 1.4em;
    }
}
/* _content/HawkinsAntiquesBlazorAppServer/Components/Layout/GoogleMap.razor.rz.scp.css */
.mapLink[b-kdd6r3r4q2] {
    height: 300px;
    width: 100%
}

.map[b-kdd6r3r4q2] {
    border: 2px solid #b9b9b9;
    height: 300px;
    width: 100%;
    margin: auto;
    padding:10px;
    background-size: cover;
    background-position: center;
    filter: grayscale(100%); /* Apply grayscale filter initially */
    transition: filter 0.3s ease; /* Add a transition effect */
    border-radius: 20px;
}

.mapLink:hover .map[b-kdd6r3r4q2] {
    filter: grayscale(0%); /* Remove grayscale filter on hover */
}
/* _content/HawkinsAntiquesBlazorAppServer/Components/Layout/Header.razor.rz.scp.css */
.mainlogo[b-e37k92ngab] {
    width: 400px;
    max-width: 400px;
    aspect-ratio: auto 500 / 184;
}

@media only screen and (max-width: 641px) {
    .mainlogo[b-e37k92ngab] {
        max-width: 400px;
        display: block;
        margin: auto;
    }
}

@media only screen and (max-width: 450px) {
    .mainlogo[b-e37k92ngab] {
        width: 300px;
        max-width: 300px;
        display: block;
        margin: auto;
        padding-top: 25px
    }
}


/* _content/HawkinsAntiquesBlazorAppServer/Components/Layout/MainLayout.razor.rz.scp.css */

header[b-b9jq6tu96w] {
    background-color: #333;
    background-image: linear-gradient(0deg, rgb(53, 51, 44) 0%, #000000 70%);
    color: white;
    position: sticky;
    top: 0;
    border-bottom: solid #d7b56d 3px;
    z-index: 100;
    height:150px;
    overflow:hidden
}
.ImageBanner[b-b9jq6tu96w] {
    border-bottom: solid #D7B56D 3px;
    background-image: url('Images/webHeader641.webp');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    height: 150px; /* Set a fixed height or adjust as needed */
    background-color: #D7B56D;
}
.page[b-b9jq6tu96w] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #DCDCDC;
}


.sidebar[b-b9jq6tu96w] {
    background-image: linear-gradient(180deg, rgb(53, 51, 44) 0%, #000000 70%);
    position: sticky;
    top: 150px;
    z-index:150;
}

@media (min-width: 641px) {
    .sidebar[b-b9jq6tu96w] {
        position: relative;
        top: auto;
        z-index: 50;
    }
    .ImageBanner[b-b9jq6tu96w] {
        background-image: url('Images/webHeader.webp');
    }
}

main[b-b9jq6tu96w] {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
}




#blazor-error-ui[b-b9jq6tu96w] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-b9jq6tu96w] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

footer[b-b9jq6tu96w] {
    background-image: url('Images/wallpaper.svg');
    border-top: solid #D7B56D 2px;
    background-color: #333;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    font-size: 0.8em;
}
.fil2[b-b9jq6tu96w] {
    fill: black
}

.fil0[b-b9jq6tu96w] {
    fill: #666666
}

.product .details #slider a img[b-b9jq6tu96w] { /*applys a drop shaow on transparent image*/
    max-height: 300px;
    max-width: 80%;
    filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.15));
}




/* _content/HawkinsAntiquesBlazorAppServer/Components/Layout/NavMenu.razor.rz.scp.css */

.top-row[b-mxnl5z3w5r] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-mxnl5z3w5r] {
    font-size: 1.1rem;
}

.bi[b-mxnl5z3w5r] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-mxnl5z3w5r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-mxnl5z3w5r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-mxnl5z3w5r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-mxnl5z3w5r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-mxnl5z3w5r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-mxnl5z3w5r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}
.bi-email-nav-menu[b-mxnl5z3w5r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-email' viewBox='0 0 512 512'%3E%3Cpath d='M64 112c-8.8 0-16 7.2-16 16v22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1V128c0-8.8-7.2-16-16-16H64zM48 212.2V384c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V212.2L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64H448c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128z'/%3E%3C/svg%3E");
}
.bi-info-nav-menu[b-mxnl5z3w5r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-info-nav-menu' viewBox='0 0 512 512'%3E%3Cpath d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z'/%3E%3C/svg%3E");
}
.bi-person-fill-nav-menu[b-mxnl5z3w5r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-mxnl5z3w5r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-mxnl5z3w5r] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mxnl5z3w5r] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mxnl5z3w5r] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mxnl5z3w5r]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-mxnl5z3w5r]  a.active {
      /*  background-color: rgba(255,255,255,0.37);*/
        background-color: rgba(230,185,80,0.3);
        color: white;
    }

.nav-item[b-mxnl5z3w5r]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .nav-scrollable[b-mxnl5z3w5r] {
        position: sticky;
        top: 150px;
    }
}
/* _content/HawkinsAntiquesBlazorAppServer/Components/Layout/ProductList.razor.rz.scp.css */
.products-container[b-zyr7y1ip7u] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.product[b-zyr7y1ip7u] {
    width: calc(25% - 20px);
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.products-container a[b-zyr7y1ip7u] {
    color: black;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
    margin:0px;
}

@media only screen and (max-width: 1600px) {
    .product[b-zyr7y1ip7u] {
        width: calc(33.33% - 20px);
    }
}

@media only screen and (max-width: 1200px) {
    .product[b-zyr7y1ip7u] {
        width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 800px) {
    .product[b-zyr7y1ip7u] {
        width: calc(100% - 20px);
    }
}



        .product:hover[b-zyr7y1ip7u] {
    box-shadow: 0 4px 8px rgb(0, 0, 0, 0.2); /* Adjust the shadow as needed */
}


.image-container[b-zyr7y1ip7u] {
    margin: auto;
    width: 100%;
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    overflow: hidden;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(228,226,217,1) 100%);
    border-radius: 20px;
}
.product:hover .image-container[b-zyr7y1ip7u] {
    background: rgb(221,221,221);
    background: linear-gradient(90deg, rgba(221,221,221,1) 0%, rgba(255,255,255,0) 47%, rgba(221,221,221,1) 100%);
   /* https: //cssgradient.io/*/
}



.image-container img[b-zyr7y1ip7u] {
    transition: all 0.25s linear;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    transform: scale(0.9);
}

.product:hover .image-container img[b-zyr7y1ip7u] {
    /*  transform: rotate(4deg);*/
    transform: scale(1.0);
}
/* _content/HawkinsAntiquesBlazorAppServer/Components/Layout/Reviews.razor.rz.scp.css */
.reviews-container[b-odzxi4toe2] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content:center;
}
.reviews-container p[b-odzxi4toe2] {
    margin:0px;
}
.date[b-odzxi4toe2] {
    font-size: 12px;
    color: dimgray;
    margin-top: -10px;
}
.review[b-odzxi4toe2] {
    width: calc(33.33% - 20px);
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    box-sizing: border-box;
}
@media only screen and (max-width: 1400px) {
    .review[b-odzxi4toe2] {
        width: calc(50% - 20px);
    }
}
@media only screen and (max-width: 800px) {
    .review[b-odzxi4toe2] {
        width: calc(100% - 20px);
    }
}
.italic-text[b-odzxi4toe2] {
    font: italic bold 16px/1.5 "Times New Roman", Times, serif;
    text-align:right;
    margin:0px;
}
.header[b-odzxi4toe2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
