/* top menu */
.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu li {
    display: inline-block;
    margin-right: 18px;
}

.main-menu a {
    color: #333;
    font-weight: 600;
    text-decoration: none;
}

.main-menu a.active,
.main-menu a:hover {
    color: #e53935;
}

/* search */
.search-wrap {
    position: relative;
}

.search-wrap .search-bar {
    padding-left: 38px;
    height: 38px;
}

.search-wrap .fa-search {
    left: 12px;
    top: 10px;
    color: #999;
}

/* mega menu */
.mega-menu {
    gap: 20px;
}

.mega-item>a {
    display: block;
    padding: 10px 6px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
}

.mega-item:hover .mega-dropdown {
    display: block;
}

.mega-dropdown {
    min-width: 380px;
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #eee;
    z-index: 1000;
}

.mega-dropdown a {
    color: #333;
    display: block;
    padding: 4px 0;
}

.mega-dropdown a:hover {
    color: #e53935;
}

/* cat strip */
.cat-strip-wrap {
    position: relative;
}

.cat-strip {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    scroll-behavior: smooth;
    padding-bottom: 6px;
}

.cat-strip::-webkit-scrollbar {
    height: 6px;
}

.cat-pill {
    flex: 0 0 auto;
    width: 140px;
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px;
    text-decoration: none;
    color: #333;
}

@media (max-width: 767px) {
    .cat-pill {
        width: 100px;
        padding: 8px;
    }

    .cat-pill img {
        height: 40px !important;
    }

    .cat-pill span {
        font-size: 11px;
    }

    .cat-nav {
        display: none !important;
    }
}

.cat-pill img {
    height: 60px;
    object-fit: contain;
    display: block;
    margin: 0 auto 6px;
}

.cat-pill:hover {
    border-color: #e53935;
}

/* cat nav btn */
.cat-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border: none;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.cat-nav.left {
    left: -12px;
}

.cat-nav.right {
    right: -12px;
}

/* product card tweaks */
.product-card .card-body {
    padding-top: 10px;
}

.product-card h6 {
    line-height: 1.3;
    min-height: 36px;
}

.product-card img {
    object-fit: contain;
}

/* footer */
.site-footer .footer-links li {
    margin-bottom: 6px;
}

.site-footer .footer-links a {
    color: #444;
    text-decoration: none;
}

.site-footer .footer-links a:hover {
    color: #e53935;
}

.footer-social a {
    display: inline-block;
    margin-right: 8px;
    color: #444;
}

.footer-social a:hover {
    color: #e53935;
}

.login-modal-wrapper {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border: 0;
    background: #fff;
}

/* close button top-right */
.login-modal-close {
    position: absolute;
    right: 14px;
    top: 12px;
    font-size: 22px;
    background: transparent;
    border: 0;
    cursor: pointer;
    color: #333;
    z-index: 5;
}

/* row height similar to signup */
.login-modal-row {
    min-height: 520px;
}

/* LEFT SIDE */
.login-modal-left {
    background: #ffffff;
    /* signup jaisa */
    padding: 35px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #f1f1f1;
    /* soft divider */
}

.login-modal-left-inner {
    max-width: 320px;
    margin: auto;
}

.login-illus {
    width: 160px;
    /* signup style */
    height: auto;
    object-fit: contain;
}

.login-left-title {
    font-weight: 700;
    color: #3a3a3a;
    margin-top: 18px;
}

.login-left-desc {
    font-size: 13px;
    color: #7a7a7a;
    line-height: 1.6;
    margin-top: 8px;
}

/* Carousel style like signup */
.login-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 14px;
}

.carousel-pill,
.pause-pill {
    width: 26px;
    height: 20px;
    border-radius: 25px;
    background: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #555;
    font-size: 12px;
}

.login-dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d9d9d9;
    display: inline-block;
    margin: 0 3px;
}

.login-dots span.active {
    background: #000;
}

/* RIGHT SIDE */
.login-modal-right {
    background: #fff;
    padding: 40px 35px;
    /* same as signup */
    display: flex;
    align-items: center;
    /* CENTER vertically */
    justify-content: center;
}

.login-form-wrap {
    width: 100%;
    max-width: 360px;
}

/* headings consistent */
.login-title {
    font-size: 26px;
    font-weight: 700;
    color: #222;
    margin-bottom: 6px;
}

.login-subtitle {
    font-size: 12.5px;
    color: #777;
    line-height: 1.6;
}

/* underline input EXACT like signup */
.login-underline-group label {
    font-size: 12px;
    color: #444;
    margin-bottom: 6px;
}

.login-underline-input {
    border: 0 !important;
    border-bottom: 2px solid #e74c3c !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    box-shadow: none !important;
    font-size: 14px;
    width: 100%;
}

.login-underline-input:focus {
    outline: none !important;
    border-bottom-color: #e74c3c !important;
}

/* button EXACT like signup */
.login-btn {
    background: #ff6f61;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 12px;
    border-radius: 6px;
    border: 0;
    text-transform: uppercase;
    margin-top: 28px;
}

.login-btn:hover {
    background: #ff5c4e;
    color: #fff;
}

/* footer lines */
.login-login-line {
    font-size: 12.5px;
    color: #666;
    margin-top: 14px;
}

.login-link {
    color: #ff6f61;
    font-weight: 600;
    text-decoration: none;
    margin-left: 4px;
}

.login-terms {
    font-size: 11px;
    color: #999;
    line-height: 1.5;
    margin-top: 12px;
}

.login-terms a {
    color: #999;
    text-decoration: underline;
}

.login-help-link {
    color: #ff6f61;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    margin-top: 14px;
}

/* Modal shell */
.register-modal-content {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.register-modal-row {
    min-height: 520px;
}

/* Close button */
.register-close {
    position: absolute;
    top: 12px;
    right: 14px;
    background: transparent;
    border: 0;
    font-size: 22px;
    color: #333;
    z-index: 5;
    cursor: pointer;
    outline: none;
}

/* LEFT */
.register-left {
    background: #ffffff;
    border-right: 1px solid #f1f1f1;
    align-items: center;
    justify-content: center;
    padding: 35px 30px;
}

.register-left-inner {
    max-width: 320px;
    margin: auto;
}

.register-illus {
    width: 160px;
    height: auto;
    object-fit: contain;
}

.register-left-title {
    font-weight: 700;
    color: #3a3a3a;
}

.register-left-desc {
    font-size: 13px;
    color: #7a7a7a;
    line-height: 1.6;
    margin-top: 8px;
}

.register-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #666;
    gap: 6px;
}

.nav-pill,
.pause-pill {
    width: 26px;
    height: 20px;
    border-radius: 25px;
    background: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    cursor: default;
}

.dots .dot {
    width: 7px;
    height: 7px;
    background: #d9d9d9;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
}

.dots .dot.active {
    background: #000;
}

/* RIGHT */
.register-right {
    padding: 40px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-right-inner {
    width: 100%;
    max-width: 360px;
}

.register-title {
    font-size: 26px;
    font-weight: 700;
    color: #222;
    margin-bottom: 6px;
}

.register-subtitle {
    font-size: 12.5px;
    color: #777;
    line-height: 1.6;
}

.register-label {
    font-size: 12px;
    color: #444;
    margin-bottom: 6px;
}

.register-input {
    border: 0;
    border-bottom: 2px solid #e74c3c;
    /* red underline like screenshot */
    border-radius: 0;
    padding-left: 0;
    box-shadow: none !important;
    font-size: 14px;
}

.register-input:focus {
    border-bottom-color: #e74c3c;
}

.register-check-label {
    font-size: 12.5px;
    color: #666;
}

.register-btn {
    background: #ff6f61;
    /* coral button */
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 12px;
    border-radius: 6px;
    border: 0;
    text-transform: uppercase;
}

.register-btn:hover {
    background: #ff5c4e;
    color: #fff;
}

.register-login-line {
    font-size: 12.5px;
    color: #666;
}

.register-login-link {
    color: #ff6f61;
    font-weight: 600;
    text-decoration: none;
    margin-left: 4px;
}

.register-terms {
    font-size: 11px;
    color: #999;
    line-height: 1.5;
    padding: 0 10px;
}

.register-terms a {
    color: #999;
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 767px) {
    .register-modal-row {
        min-height: auto;
    }

    .register-right {
        padding: 30px 22px;
    }
}

/* responsive */
@media (max-width: 767px) {
    .login-modal-row {
        min-height: auto;
    }

    .login-modal-right {
        padding: 30px 22px;
    }
}



/* small responsive fixes */
@media (max-width:767px) {
    .main-menu.d-none.d-lg-flex {
        display: none !important;
    }
}