.table-product-image {
    object-fit: cover;
    width: 130px;
    height: 180px;
    min-width: 130px;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: absolute;
    left: 200px;
    display: none;
    z-index: 999;
    background-color: white;
    margin-left: 20px;
}

footer .footer-logo img {
    max-width: 290px;
}

.site-header.style-2 .header-info-bar .logo-header,
.site-header.style-2 .header-info-bar .extra-nav,
.site-header.style-2 .header-info-bar .header-item-search {
    height: 125px;
}

.site-header.style-2 .header-info-bar .logo-header img {
    height: 125px;
    max-width: 360px;
}

h2 {
    text-transform: uppercase;
}

.header-fixed {
    position: fixed;
    width: 100%;
}

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

.contact-bnr {
    padding-top: 150px;
    padding-bottom: 20px px;
    background: var(--secondary);
    min-height: 860px;
}

.navbar-toggler.navicon {
    z-index: 999;
}

#ui-id-1 {
    z-index: 9999;
}

.header-item-search {
    width: 100%;
    margin-left: 225px;
    height: 80px;
    align-items: center;
    display: flex;
    position: relative;
}

@media (max-width: 575.98px) {
    footer .footer-logo img {
        max-width: 350px;
    }
    .w-sm-100 {
        width: 100%;
    }
    .table-product-name img {
        width: 60px;
    }
}
