.menu-items-list,
.menu-items-list li,
.sub-menu,
.mega-menu,
.mega-menu-col {
    overflow: visible !important;
    width: auto;
}


.sub-menu li.has-side-dropdown {
    position: relative;
}

.sub-menu li.has-side-dropdown>.side-dropdown {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 220px;
    background: #fff;
    display: none;
    z-index: 9999;
}

.sub-menu li.has-side-dropdown:hover>.side-dropdown {
    display: block;
}



.mega-side-parent {
    position: relative;
}

.mega-side-parent>.mega-side-menu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 220px;
    background: #fff;
    display: none;
    z-index: 9999;
}

.mega-side-parent:hover>.mega-side-menu {
    display: block;
}


.menu-items-list .sub-menu li a,
.menu-items-list .side-dropdown li a,
.menu-items-list .mega-side-menu li a {

    white-space: nowrap;
    transition: all .3s cubic-bezier(.22, .61, .36, 1);

    font-size: 18px;
    line-height: 1.7;
    padding: 5px 10px;

    color: #494949;
    display: flex;
    justify-content: space-between;
    align-items: center;

    text-decoration: none;
}


/* hover exactly like theme */
.menu-items-list .side-dropdown li a:hover,
.menu-items-list .mega-side-menu li a:hover {
    background-color: #f5f5f5;
}


/* arrow alignment */
.has-side-dropdown>a,
.mega-side-parent>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.single-product {
    display: block !important;
    opacity: 1 !important;
}

.single-product__info {
    color: #000 !important;
}

.product_image {
    width: 350px !important;
    height: auto !important;
}

.categories-wrapper-2 {
    justify-content: center;
}

.footer-link-3 {
    font-size: 14px;
    line-height: 1.8;
    color: #444;
    text-align: justify;
    max-width: 900px;
    margin: 0 auto;
}

.footer-link-3 strong {
    font-size: 16px;
    color: #000;
    display: block;
    margin-bottom: 10px;
}



.footer-main {

    padding-bottom: 12px !important;
    line-height: 30px;
}

.footer-main p {
    margin-bottom: 8px !important;
}

.footer-main strong,
.footer-main h2,
.footer-main h3 {
    margin-bottom: 6px !important;
}

.footer-link__wrapper {
    margin-bottom: 10px !important;
}

.footer-copyright {
    margin-top: 14px !important;
}

.popup-discount-content {
    background-color: #d60000 !important;
    color: #ffffff !important;
    padding: 20px !important;
    border-radius: 6px;
}


.popup-discount-content__title,
.popup-discount-content__sub-title {
    color: #ffffff !important;
}


.popup-discount-content__form {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

.popup-discount-content__form input {
    width: 280px;
    padding: 10px 12px;
    border: none;
    outline: none;
    color: #000 !important;
    background: #fff !important;
}


.popup-discount-content__form input::placeholder {
    color: #000 !important;
    opacity: 0.7;
}


.popup-discount-content__form button {
    background-color: #000 !important;
    color: #ffffff !important;
    padding: 10px 18px;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

.popup-discount-content__form button:hover {
    background-color: #222 !important;
}

.popup-discount-content {
    background: #d60000 !important;
    color: #fff !important;

    width: 100vw !important;
    max-width: 100vw !important;

    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;

    padding: 20px 15px !important;
    box-sizing: border-box;
}

.popup-discount-content__form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.popup-discount-content__form {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0px !important;
}

.popup-discount-content__form input {
    flex: 0 0 auto !important;
    width: 280px !important;
    margin: 0 !important;
}

.popup-discount-content__form button {
    flex: 0 0 auto !important;
    margin: 0 !important;
    position: static !important;
    float: none !important;
}

.popup-discount-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.popup-discount-icon i {
    font-size: 38px;
    color: #ffffff;
    padding: 14px;
    border-radius: 50%;
}

/* Ensure parent li is relative */
.position-relative {
    position: relative;

}


.best-seller-section.section-padding {
    padding-top: 0px !important;
    /* reduce top padding */
    padding-bottom: 0px !important;
    /* optional bottom padding */
}

.section-title-2 {
    margin-bottom: 0px !important;
    /* reduce space under title */
}

.product-wrapper {
    margin-top: 0 !important;
    /* remove any extra top margin */
}

/* Fix faded / hidden active dropdown category */
.product-filter__dropdown .dropdown-item.active,
.product-filter__dropdown .dropdown-item:active {
    opacity: 1 !important;
    color: #000 !important;
    background-color: transparent !important;
    font-weight: 500;
}

/* Optional hover clarity */
.product-filter__dropdown .dropdown-item:hover {
    background-color: #f5f5f5;
    color: #000;
}


.footer-copyright img {
    height: 35px;
    margin-top: 0;
    width: auto !important;
    min-width: 0 !important;
}
