.fzvkFM {
    width: 66%;
    background-image: url(../../img/main/navmenu.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 60px;
    position: absolute;
    right: 0px;
    top: 65px;
    display: flex;
    justify-content: center;
}

.fzvkFM > button {
    background: transparent;
    border: none;
    color: var(--honeydew-green);
    padding-inline: 30px;
    font-weight: bold;
    font-size: 20px;
    transition: color 0.3s ease-in;
}

.dvqFjD {
    width: 380px;
    height: 100%;
    position: relative;
    margin-left: 54px;
    z-index: 9;
    padding-top: 9px;
}

.dvqFjD::before {
    content: "";
    width: 100%;
    height: 65px;
    position: absolute;
    bottom: -12px;
    left: 0px;
    background-image: url(../../img/main/navbarbottom.png);
    background-size: 100% 100%;
    z-index: -1;
}

.jFfQFR {
    width: 100%;
    min-height: 100vh;
    max-width: 2048px;
    min-width: 320px;
    margin: 0px auto;
}

.cLmZLi {
    width: 100%;
    height: 68px;
    background: url(../../img/main/navbg.png) center center / 100% 100% no-repeat;
    z-index: 1;
    position: relative;
    transition: 0.3s;
    border-bottom: 5px solid var(--border-yellow);
}

.cLmZLi .Home-nav-button, .cLmZLi .Home-user-nav-button {
    display: none;
}

.bxyYkz {
    width: 300px;
    max-width: 100%;
    height: auto;
    padding: 20px;
}

.ivMTMd {
    display: flex
;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 0px;
    top: 28%;
    transform: translateY(-50%);
}

.htJcEI {
    display: flex
;
    gap: 8px;
}

.htJcEI > input {
    padding: 7px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
}

.bbLJrZ {
    display: flex
;
    align-items: center;
    gap: 8px;
}

.bZAJac {
    display: flex
;
    gap: 8px;
}

.bZAJac > button {
    padding: 12px 16px;
}

.bZAJac > button > span {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0px 6px;
}

.bZAJac > button > span > i {
    margin-right: 3px;
}

.leIDiP {
    width: 100%;
    padding: 10px;
    background: url(../../img/main/navbg.png) center center / 100% 100% no-repeat;
    position: relative;
    border-bottom: 5px solid var(--border-yellow);
    height: 65px;
    display: flex
;
    justify-content: space-between;
}

@media (min-width: 1321px) {
    .leIDiP {
        display: none;
    }
}

.dGBipm {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    max-width: 1700px;
    margin-block: 20px;
    margin-inline: auto;
}

.kyELDG {
    width: 65%;
    margin: auto;
    background: url(/img/main/headeroff.png) center center / 100% 100% no-repeat;
    font-size: 30px;
    border: none;
    padding-top: 20px;
    padding-bottom: 25px;
    transition: background 0.3s ease-in, color 0.3s ease-in;
    letter-spacing: 1px;
}

.kyELDG > strong {
    color: rgb(153, 153, 153);
}

.kyELDG:hover{
    background: url(/img/main/headerhover.png) center center / 100% 100% no-repeat;
}

.fuGWWh {
    width: 100%;
    display: flex
;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.eDksHS {
    font-size: 25px;
    background: transparent;
    border: none;
    color: var(--border-yellow);
}

.fQsIUk {
    font-size: 25px;
    background: transparent;
    border: none;
    color: var(--border-yellow);
}

.dnAmcb {
    width: 800px;
    max-width: 95%;
    margin-bottom: 50px;
    margin-top: 15px;
}

@media (max-width: 1320px) {
    .cLmZLi {
        display: none;
    }
}

.vendor_name{
    position: absolute;
    display: block;
    top: 60%;
    /* margin: 0 auto; */
    left: 50%;
    max-width: 80%;
    transition: opacity .3s ease-in;
    z-index: 3;
    transform: translateX(-50%);
}