@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html,
body {
    font-family: "mrs-eaves", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
}

h1:focus {
    outline: none;
}

a {
    color: #b59c56;
    text-decoration: none;
}

.row {
    width: 100%;
}

.btn-primary {
    color: #fff;
    background-color: black;
    border-color: black;
}

.page {
    width: 100%;
    width: -webkit-fill-available;
    align-self: center;
    align-self: center;
}

.page-break {
    /*color: #000;*/
    color: #b59c56;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    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 {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

.align-center {
    display: flex;
    justify-content: center;
}

.msgBox {
    text-align: center;
}


/* Navbar Start */

.navbar {
    background-color: black !important;
}

.nav-logo {
    width: 70px;
}

.navbar-toggler {
    border: none;
}

.nav-icon {
    height: 20px;
    width: 25px;
    margin-right: 5px;
}

.nav-link {
    color: white;
    font-size: 18px;
}

.nav-link:hover {
    color: #b59c56;
}

@media (max-width: 991.98px) {
    .navbar-nav {
        text-align: center;
    }
}

/* Navbar End */



/********************************** Footer Start ******************************************/


.footer-container {
    background-color: black;
    width: -webkit-fill-available;
    color: #fff;
    text-align: center;
}

.footer-header {
    color: #b59c56;
    margin-top: 10px;
    padding-top: 15px;
    width: 100%;

}

.footer-header h2 {
    padding-left: 1em;
}

.footer-items ul {
    list-style: none;

}

.footer-items li a {
    text-decoration: none;
    color: #fff;
}

.footer-items li a:hover {
    color: #b59c56;
}

.footer-socials {
    align-content: end;
}

.footer-socials a {
    color: #fff;
}








/********************************** Footer End ******************************************/






.page-content {
    padding-top: 75px;
}

/* Banners Start */



.banner-inner {
    position: absolute;
    top: 40px;
    left: 0;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 25px;
    margin: 50px;
}

@media (max-width: 991.98px) {
    .banner-inner {
        top: 0px;
    }
}

@media (max-width: 600px) {
    .banner-inner {
        margin: 0px;
    }
}

.banner-inner-border {
    border: 1px solid #b59c56;
    padding: 35px;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    display: flex;
    justify-content: center;
    align-items: center;
}


.banner-img-container {
    max-height: 500px;
}

.banner-img {
    width: -webkit-fill-available;
    overflow: hidden;

}

.banner-heading {
    font-size: 50px;
    margin-bottom: 20px;
}

.banner-text {
    text-align: center;
    justify-content: center;
    align-content: center;
    font-size: 20px;
}

@media (max-width: 770px) {
    .banner-text {
        font-size: 12px;
    }
}

.banner-button {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.banner-button:hover {
    background-color: #b59c56;
    color: #000;
}

.sub-heading-container {
    background-color: black;
    width: -webkit-fill-available;
}

.sub-heading {
    text-align: center;
    color: #b59c56;
    padding: 15px;
    font-size: 35px;
    /* font-family: "bickham-script-pro-3", sans-serif; */
    font-weight: 400;
    font-style: normal;
}

.carousel {
    width: 100%;
}

.carousel-img {
    width: -webkit-fill-available;
    overflow: hidden;
    min-height: 400px;
}



.e-carousel .e-carousel-indicators .e-indicator-bars .e-indicator-bar .e-active {
    color: #b59c56;
}



.carousel {
    width: 100%;
}

.img-container {
    width: 100%;
    height: 100%;
}

.carousel-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 20px;
    z-index: 1;
}

.banner-heading {
    font-size: 50px;
    margin-bottom: 20px;
}

.banner-text {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0 10%;
}

.banner-button {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
}

.banner-button:hover {
    background-color: #b59c56;
    color: #000;
}

@media (max-width: 770px) {
    .banner-heading {
        font-size: 35px;
    }
    
    .banner-text {
        font-size: 16px;
    }
    
    .banner-button {
        font-size: 14px;
        padding: 8px 16px;
    }
}

/********************************** Banner Container End ******************************************/

/******************************** Index Page ***************************************/


.tag-row {
    align-items: center;
}

.tag-icon {
    width: 60px;
    height: 60px;
}

.tag-text {
    text-align: left;
    font-size: x-large;
    padding: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.single-tag {
    display: flex;
    padding: 5px;
}


/********************************** Sections Start ******************************************/

.section-container {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    padding: 25px;
    margin-bottom: 20px;
    height: 100%;
}

.section-heading-container {
    width: 100%;
}

.section-heading {
    text-align: center;
    color: black;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-text {
    text-align: center;
    margin-bottom: 20px;
}

.section-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 20px;
}

.section-btn {
    background-color: black;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.section-btn:hover {
    background-color: #b59c56;
}

.section-btn:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.banner-container {
    position: relative;
    height: 400px;
    overflow: hidden;
    /*border-radius: 10px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.section-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.walkthrough-link {
    color: white;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
}

.walkthrough-link:hover {
    color: #b59c56;
}

/* Newsletter */
.newsletter-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f8f8f8;
    padding: 30px;
    border: 0.5px solid #b59c56;
    border-radius: 10px;
    height: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.socials-link {
    display: flex;
    align-items: center;
    color: black;
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 10px;
    justify-content: center;
}

.socials-link i {
    margin-right: 10px;
}

.socials-link:hover {
    color: #b59c56;
}

/********************************** Sections End ******************************************/




/********************************** Hot Items Start ******************************************/

.hot-item-container {
    padding: 5%;
    padding-top: 0;
    text-align: center;
}

.single-item-heading h2 {
    font-size: 35px;
    margin-bottom: 20px;
}

.outer-hot-item {
    padding: 10px;
}

.hot-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    height: 100%;
}

.hot-item-image {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}

.image-container {
    width: 100%;
    height: 0;
    padding-bottom: 75%; /* 4:3 aspect ratio */
    position: relative;
}

.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hot-item-heading h2 {
    color: #000;
    text-decoration: none;
    margin: 10px 0;
    font-size: 18px;
}

.hot-item-heading:hover h2 {
    color: #b59c56;
    text-decoration: underline;
}

.hot-item-details {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.hot-item-detail {
    font-size: 15px;
    font-weight: 300;
    color: #000;
}

/********************************** Hot Items End ******************************************/



/******************************** Index Page End ***************************************/







/******************************** About Page Start ***************************************/
.about-page-container {
    padding: 30px;
}

.about-page-heading {
    padding-bottom: 30px;
}

.about-page-text {
    column-count: 3;
}

@media (max-width: 991.98px) {
    .about-page-text {
        column-count: 2;
    }
}

@media (max-width: 560px) {
    .about-page-text {
        column-count: 1;
    }
}


.about-team-container {
    margin: 50px;
    text-align: center;
}

@media (max-width: 560px) {
    .about-team-container {
        margin: 0px;
    }
}

.about-team-img {
    display: flex;
    justify-content: center;
    align-items: center;

}

.about-team-img img {
    max-width: 100%;
    max-height: 100%;
}

.about-team-cap {
    justify-content: center;
    align-items: center;
}


/******************************** About Page End ***************************************/







/******************************** Contact Page Start ***************************************/




.contact-container {
    padding: 50px;
}

.contact-form {
    padding: 30px;
    margin: 10px;
}

.contact-input {
    padding: 10px;
    border: 1px solid black;
    border-radius: 4px;
    margin: 10px;
    font-size: 16px;
    width: -webkit-fill-available;
}

.contact-message {
    height: 100px;
}

.contact-details {
    /*padding: 10px;
    margin: 10px;*/
    text-align: center;
    font-size: 20px;
    color: black;
}

.contact-details a {
    text-decoration: none;
    color: black;
}

.contact-details a:hover {
    color: #b59c56;
}

.contact-details ul li {
    text-decoration: none;
    list-style: none;
}


.contact-btn {
    background-color: black;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.contact-btn:hover {
    background-color: #b59c56;
}

.contact-btn:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}




/******************************** Contact Page End ***************************************/




/******************************** Categories Page Start ***************************************/


.category-container {
    padding: 30px;
}

.category-heading {
    background-color: black;
    width: -webkit-fill-available;
}

.category-heading h2 {
    font-size: 50px;
    /* font-family: "bickham-script-pro-3", sans-serif; */
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #b59c56;
    padding: 15px;
}

.single-category {
    margin: 5px;
    border: 1px solid #b59c56;
    background-color: #f8f8f8;
    text-align: center;
    padding-bottom: 25px;
}

.single-category a {
    text-decoration: none;
    color: #000;
}

.single-category-img-container {
    margin: 25px auto;
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.single-category-img-container img {
    display: block;
    max-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
}

.single-category-img-container img:hover {
    transform: translate(-50%, -50%) scale(1.2);
}

/******************************** Categories Page End ***************************************/





/******************************** Shop Page Start ***************************************/
/*.shop-banner {
    padding-top: .5%;
    margin: 20px;
    background-color: #000;
    height: 200px;
}

.shop-banner .shop-banner-inner {
    margin: 10px;
    border: 1px solid #b59c56;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
}

.shop-banner .shop-banner-inner .shop-banner-text {
    color: #b59c56;
    padding: 10px;
    text-align: center;
}

.shop-banner .shop-banner-inner h1 {
    font-size: 50px;
    ;
}

.shop-tag-row {
    align-items: center;
    display: flex;
}

.shop-tag-row .shop-single-tag {
    display: flex;
    padding: 5px;
    justify-content: center;
}

.shop-tag-row .shop-single-tag .shop-tag-icon {
    width: 40px;
    height: 40px;
}

.shop-tag-row .shop-single-tag .shop-tag-text {
    text-align: left;
    font-size: 15px;
    padding: 10px;
}


.shop-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.shop-left-panel {
    height: auto;
    background-color: #f8f8f8;
    padding: 30px;
}

.filter-container {
    position: -webkit-sticky;*/ /* For Safari */
    /*position: sticky;
    top: 150px;
}

.shop-left-panel-heading h2 {
    text-align: center;
    margin-bottom: 20px;
}

.shop-filter {
    width: 100%;
    padding: 10px;
    text-align: center;
}

.dropdown {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.keyword{
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.search-button, .reset-button {
    background-color: #000;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.search-button:hover, .reset-button:hover {
    background-color: #b59c56;
}

.search-button:focus, .reset-button:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.reset-button {
    background-color: darkslategrey;
}

.shop-right-panel {
    padding: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .shop-right-panel {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.shop-item-container {
    padding: 10px;
    max-width: 300px;*/
    /*display: flex;
    justify-content: center;*/
/*}

.shop-item-inner {
    border: 1px solid #b59c56;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #f8f8f8;
    width: 100%;
    max-width: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.shop-item-image {
    padding: 10px;
}

.shop-item-image img {
    width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: cover;
}

.shop-item-body {
    padding: 10px;
}

.shop-item-heading a {
    font-size: 20px;
    font-weight: 500;*/
    /*color: #000;*/
    /*color: #b59c56;
}

.shop-item-heading a:hover {
    color: #b59c56;
    text-decoration: underline;
}

.shop-item-details {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.shop-item-detail {
    font-size: 16px;
    color: #000;
}

.pagination-controls {
    text-align: center;
    margin: 20px 0;
}

.pagination-btn {
    background-color: black;
    border: none;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.pagination-btn:hover {
    background-color: #b59c56;
}

.pagination-btn:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}*/


/******************************** Shop Page End ***************************************/



/******************************** Shop Page Start ***************************************/
.shop-banner {
    padding-top: .5%;
    margin: 20px;
    background-color: #000;
    height: 200px;
}

    .shop-banner .shop-banner-inner {
        margin: 10px;
        border: 1px solid #b59c56;
        height: -webkit-fill-available;
        width: -webkit-fill-available;
    }

        .shop-banner .shop-banner-inner .shop-banner-text {
            color: #b59c56;
            padding: 10px;
            text-align: center;
        }

        .shop-banner .shop-banner-inner h1 {
            font-size: 50px;
            ;
        }

.shop-tag-row {
    align-items: center;
    display: flex;
}

    .shop-tag-row .shop-single-tag {
        display: flex;
        padding: 5px;
        justify-content: center;
    }

        .shop-tag-row .shop-single-tag .shop-tag-icon {
            width: 40px;
            height: 40px;
        }

        .shop-tag-row .shop-single-tag .shop-tag-text {
            text-align: left;
            font-size: 15px;
            padding: 10px;
        }


.shop-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.shop-left-panel {
    height: auto;
    background-color: #f8f8f8;
    padding: 30px;
}

.filter-container {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 150px;
}

.shop-left-panel-heading h2 {
    text-align: center;
    margin-bottom: 20px;
}

.shop-filter {
    width: 100%;
    padding: 10px;
    text-align: center;
}

.dropdown {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.keyword {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.search-button, .reset-button {
    background-color: #000;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

    .search-button:hover, .reset-button:hover {
        background-color: #b59c56;
    }

    .search-button:focus, .reset-button:focus {
        outline: none;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }

.reset-button {
    background-color: darkslategrey;
}

.shop-right-panel {
    padding: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .shop-right-panel {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.shop-item-container {
    padding: 10px;
    max-width: 300px;
    display: flex;
    justify-content: center;
}

.shop-item-inner {
    border: 1px solid #b59c56;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #f8f8f8;
    width: 100%;
    max-width: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 400px; /* Ensure equal height */
}

.shop-item-image {
    padding: 10px;
    height: 250px; /* Fixed height for images */
    display: flex;
    align-items: center;
    justify-content: center;
}

    .shop-item-image img {
        width: 100%;
        /*height: auto;
    max-height: 250px;
    object-fit: cover;*/
        width: auto;
        object-fit: contain; /* Ensure images fit within the fixed height */
    }

.shop-item-body {
    padding: 10px;
    flex-grow: 1; /* Distribute remaining space */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.shop-item-heading a {
    /*font-size: 20px;
    font-weight: 500;*/
    /*color: #000;*/
    /*color: #b59c56;
    margin: 10px 0;*/
    font-size: 18px;
    /*font-weight: bold;*/

    margin-bottom: 10px;
    height: 60px; /* Fixed height for consistency */
    overflow: hidden; /* Prevent name overflow */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .shop-item-heading a:hover {
        color: #b59c56;
        text-decoration: underline;
    }

.shop-item-details {
    display: flex;
    justify-content: space-between;
    padding-top: 10px 0;
    height: 100%;
}

/*.shop-item-detail {
    font-size: 16px;
    color: #000;
}*/

.shop-item-price {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.shop-item-category {
    font-size: 14px;
    color: #666;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.pagination-controls {
    text-align: center;
    margin: 20px 0;
}

.pagination-btn {
    background-color: black;
    border: none;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

    .pagination-btn:hover {
        background-color: #b59c56;
    }

    .pagination-btn:focus {
        outline: none;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }


/******************************** Shop Page End ***************************************/




/******************************** Shop Item Page Start ***************************************/

.single-item-container {
    width: 100%;
    padding: 20px;
}

.single-item-top {
    display: flex;
    flex-wrap: wrap;
}

.single-item-image {
    padding: 5%;
    text-align: center;
}

/*.single-item-image img {
    max-width: 100%;
    height: auto;
    max-height: 800px;
    object-fit: cover;
}
*/

/*.single-item-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 800px;
    object-fit: contain;
}
*/

.single-item-overview {
    padding: 5%;
}

.single-item-heading {
    text-align: center;
}

.single-item-heading h1 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
}

.single-item-details {
    list-style: none;
    padding: 0;
}

.single-item-details li {
    font-size: 1.2em;
    margin-bottom: 15px;
}

.details-heading p {
    font-weight: bold;
    margin: 0;
}

.details-data p, .details-description {
    margin: 0;
}

.single-item-contact {
    text-align: left;
    margin-top: 30px;
}

.contact-heading {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.contact-form {
    padding: 0;
    margin: 0;
}

.contact-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contact-message {
    height: 100px;
}

.contact-btn {
    background-color: black;
    border: none;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.contact-btn:hover {
    background-color: #b59c56;
}

.contact-btn:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .single-item-heading h1 {
        font-size: 1.5em;
    }

    .single-item-details li {
        font-size: 1em;
    }

    .contact-heading {
        font-size: 1.2em;
    }
}

/******************************** Shop Item Page End ***************************************/






/******************************** Walkthrough Page Start ***************************************/
.walkthrough-container {
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.walkthrough-heading {
    width: -webkit-fill-available;
    text-align: center;
}

.walkthrough-video-container {
    padding-top: 20px;
    text-align: center;
    margin: auto;
}

@media (min-width: 1200px) {
    .walkthrough-video {
        width: 840px;
        height: 560px;
    }
}

@media (max-width: 1199.99px) {
    .walkthrough-video {
        width: 640px;
        height: 360px;
    }
}

@media (max-width: 991.98px) {
    .walkthrough-video {
        width: 640px;
        height: 360px;
    }
}

@media (max-width: 680px) {
    .walkthrough-video {
        width: 360px;
        height: 220px;
    }
}


/******************************** Walkthrough Page End ***************************************/






/******************************** Login Page Start ***************************************/

.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    /* Full viewport height */
    flex-direction: column;
}

.login-container .login-form {
    width: 100%;
    max-width: 400px;
    /* Maximum width of the form */
    padding: 20px;
    border: 1px solid #ccc;
    /* Optional: Add border */
    border-radius: 8px;
    /* Optional: Add border radius */
    background-color: #f9f9f9;
    /* Optional: Add background color */
}

.form-group {
    margin-bottom: 1em;
}


/******************************** Login Page End ***************************************/


/******************************** Admin Navigation Start ***************************************/
.admin-page-content {
    margin-left: 150px;
}

.sidebar {
    width: 150px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #343a40;
    padding-top: 20px;
}

.sidebar a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 18px;
    color: white;
    display: block;
}

.sidebar a:hover {
    background-color: #575d63;
}


/******************************** Admin Navigation End ***************************************/


/******************************** User Admin Start ***************************************/

.user-container {
    margin-top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    flex-direction: column;
}

.user-container .user-form {
    width: 100%;
    max-width: 400px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
    text-align: center;
}

.user-container .user-form .user-button  {
    margin-top: 10px;
    width: 50%;
    text-align: center;
    background-color: black;
    border: none;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.user-container .user-form .user-button:hover {
    background-color: #b59c56;
}

.user-container .user-form .user-button:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.user-list-container{
    padding: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.user-list-container .single-user{
    border: 1px solid black;
    margin-bottom: -0.5px;
}

.user-list-container .single-user .buttons{
    align-content: center;
}

.user-list-container .single-user .buttons .single-button  {
    margin: 2px 4px;
    /* width: 50%; */
    text-align: center;
    background-color: black;
    border: none;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.user-list-container .single-user .buttons .single-button:hover {
    background-color: #b59c56;
}

.user-list-container .single-user .buttons .single-button:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}


/******************************** User ADmin End ***************************************/




/******************************** Manage Item Start ***************************************/

.manage-item-container {
    margin: 2%;
    padding: 2%;
}

.manage-item-container .manage-item-search-container {
    width: 100%;
    padding: 25px;
    text-align: center;
}

.manage-item-container .manage-item-search-container .single-search {
    /*border: 1px solid black;*/
}


.manage-item-container .manage-item-search-container .single-search .single-button  {
    margin: 2px 4px;
    /* width: 50%; */
    text-align: center;
    background-color: black;
    border: none;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.manage-item-container .manage-item-search-container .single-search .single-button:hover {
    background-color: #b59c56;
}

.manage-item-container .manage-item-search-container .single-search .single-button:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}


.manage-item-container .manage-item-heading-container {
    text-align: center;
}

.manage-item-container .manage-item-heading-container .manage-item-heading {
    padding: 10px;
    padding-top: 0px;
}

.manage-item-container .manage-item-heading-container .manage-item-heading h1 {
    font-size: 50px;
}

.manage-item-container .single-filter-container {
    padding: 1.5%;
}

.manage-item-container .single-filter-container button {
    width: 200px;
    height: 40px;
}

.manage-item-container .single-filter-container .dropdown {
    width: -webkit-fill-available;
}

.manage-item-container .single-filter-container .input {
    width: -webkit-fill-available;
}

.manage-item-container .single-filter-container img {
    max-height: 350px;
}



.manage-item-container .inventory-item {
    width: -webkit-fill-available;
    border: 1px solid #000;
}

.manage-item-container .inventory-item .inventory-img {
    text-align: center;
}

    .manage-item-container .inventory-item .inventory-img img {
        /*max-height: 250px;*/
        width: 100px;
        height: auto;
        max-width: -webkit-fill-available;
        padding: 15px;
    }

.manage-item-container .inventory-item .inventory-body {
    text-align: center;
}

.manage-item-container .inventory-item .inventory-body h2 {
    font-size: 50px;
    padding-bottom: 2%;
}

.manage-item-container .inventory-item .inventory-body .inventory-buttons {
    padding: 2%;
    align-items: center;
    align-self: center;
    align-content: center;
}

.manage-item-container .inventory-item .inventory-body .inventory-buttons .single-button  {
    margin: 2px 4px;
    /* width: 50%; */
    text-align: center;
    background-color: black;
    border: none;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.manage-item-container .inventory-item .inventory-body .inventory-buttons .single-button:hover {
    background-color: #b59c56;
}

.manage-item-container .inventory-item .inventory-body .inventory-buttons .single-button:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}



/******************************** Manage Item End ***************************************/


/******************************** Dashboard Start ***************************************/

.dashboard-container {
    margin: 2%;
    padding: 2%;
}

.dashboard-container .youtube .youtube-link {
    padding-left: 2.5%;
    padding-right: 2.5%;

}

.dashboard-container .youtube .youtube-link .input {
    width: 100%;
}

.dashboard-container .youtube .youtube-link .button {
    text-align: center;
    margin: 10px;
    justify-content: center;
}

.dashboard-container .youtube .youtube-link .walkthrough-video {
    width: -webkit-fill-available;
    max-height: 400px;
}



/******************************** Dashboard End ***************************************/



/******************************** Sold banner START ***************************************/
/* Sold banner */
.shop-item-inner {
    position: relative;
    /*padding: 10px;*/
}

.shop-image-container {
    width: 100%;
    height: 0;
    padding-bottom: 75%; /* 4:3 aspect ratio */
    position: relative;
}

.shop-image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
}

.single-image-container {
    position: relative;
    display: inline-block;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    /*box-shadow: 4px 5px 8px rgba(0, 0, 0, 0.5);*/
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5), -4px 0px 8px rgba(0, 0, 0, 0.5), 0px 4px 8px rgba(0, 0, 0, 0.5);
    max-width: 100%;
}

.single-image-container img {
    display: block;
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.hot-item {
    border: 1px solid #b59c56;
}

.image-container img {
    height: auto;
    max-height: 100%; /* Ensure it doesn't exceed container height */
}

/*.overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 20px;
    z-index: 10;
}

.sold-banner {
    width: 100%;
    height: auto;
}*/
/******************************** Sold banner END ***************************************/



/******************************** Sort By START ***************************************/
.sortby-container {
    position: relative;
    width: 95%;
    margin: 20px 10px;
}

.sortby-heading {
    position: absolute;
    top: -10px;
    left: 10px;
    background-color: white;
    padding: 0 5px;
    font-weight: bold;
    font-size: 14px;
}

.sortby {
    width: 100%;
    padding: 8px;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    appearance: none;
}

.sortby-container::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    border-top: 2px solid #ccc;
    z-index: -1;
}

/******************************** Sort By END ***************************************/



.preview-image-container img {
    width: 100px;
    height: auto;
}

/******************************** Sale START ***************************************/

.sale-price {
    color: red;
    font-size-adjust:0.45;
}

.original-price {
    text-decoration: line-through;
    padding-left: 5px;
}

/******************************** Sale END ***************************************/



/******************************** Public Holiday START ***************************************/
.public-holiday {
    text-align: center;
    background-color: black;
    width: -webkit-fill-available;
}
.public-holiday img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border: 0;
}

/******************************** Public Holiday END ***************************************/


button:disabled {
    background-color: grey !important;
    border-color: grey !important;
}
