.fl-contact-form textarea, .fl-contact-form input[type="text"], .fl-contact-form input[type="tel"], .fl-contact-form input[type="email"] {
	display: inline-block;
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 13px;
	color: #373737;
	border-radius: 3px;
}

@media only screen and (max-width: 768px) {
    html, body {overflow-x: hidden;}
}


.vd-mega-menu-wrap {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 999;
}

.vd-mega-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0px;
}

.vd-mega-item {
    list-style: none;
    position: static;
}

.vd-mega-item > a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.vd-mega-item:hover > a {
    color: #f43f70;
}

.vd-menu-icon {
    width: 30px;
    height: 30px;
    background: #ffd1dc;
    color: #f43f70;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex: 0 0 30px;
}

.vd-mega-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,.12);
    display: none;
    z-index: 9999;
}

.vd-has-mega:hover > .vd-mega-dropdown {
    display: flex;
}

/* CATEGORY */
.vd-category-mega {
    min-height: 460px;
}

.vd-mega-left {
    width: 280px;
    background: #FCE894;
    max-height: 520px;
    overflow-y: auto;
}

.vd-cat-tab {
    display: flex;
    align-items: center;
    padding: 16px 22px;
    border-bottom: 1px solid #f5d8df;
    cursor: pointer;
    color: #111827;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.vd-cat-tab:hover,
.vd-cat-tab.active {
    color: #f43f70;
    background: #fff;
}

.vd-mega-right {
    flex: 1;
    padding: 22px 38px;
    max-height: 520px;
    overflow-y: auto;
}

.vd-cat-content {
    display: none;
}

.vd-cat-content.active {
    display: block;
}

.vd-see-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #f43f70;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.vd-sub-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: 28px 50px;
}

.vd-sub-heading {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #111827;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.vd-sub-heading i,
.vd-see-all i {
    color: #f43f70;
    font-size: 13px;
}

.vd-sub-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vd-sub-column li {
    margin-bottom: 9px;
}

.vd-sub-column li a {
    color: #4b5563;
    font-size: 15px;
    text-decoration: none;
}

.vd-sub-column li a:hover {
    color: #f43f70;
}

/* BRAND */
.vd-brand-mega {
    width: 460px;
    left: auto;
    padding: 14px 20px 18px;
    flex-direction: column;
    max-height: 520px;
    overflow: hidden;
}

.vd-has-mega:hover > .vd-brand-mega {
    display: flex;
}

.vd-brand-search {
    position: relative;
    margin-bottom: 10px;
}

.vd-brand-search-input {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 0 45px 0 14px;
    font-size: 15px;
    outline: none;
}

.vd-brand-search i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
    font-size: 18px;
}

.vd-brand-letters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 17px;
    margin-bottom: 14px;
}

.vd-brand-letters button {
    border: 0;
    background: transparent;
    padding: 0;
    color: #001b4f;
    font-size: 17px;
    line-height: 1.2;
    cursor: pointer;
}

.vd-brand-letters button:hover,
.vd-brand-letters button.active {
    color: #f43f70;
}

.vd-brand-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 340px;
    overflow-y: auto;
    padding-right: 8px;
}

.vd-brand-item {
    color: #111;
    font-size: 16px;
    text-decoration: none;
}

.vd-brand-item:hover {
    color: #f43f70;
}

@media (max-width: 768px) {
    .vd-mega-nav {
        overflow-x: auto;
        gap: 18px;
        padding: 0 15px;
    }

    .vd-mega-item > a {
        white-space: nowrap;
        font-size: 14px;
    }

    .vd-category-mega {
        flex-direction: column;
    }

    .vd-mega-left {
        width: 100%;
        display: flex;
        overflow-x: auto;
    }

    .vd-cat-tab {
        min-width: 170px;
    }

    .vd-mega-right {
        padding: 20px;
    }

    .vd-sub-grid {
        grid-template-columns: 1fr;
    }

    .vd-brand-mega {
        width: 100%;
        left: 0;
    }
}



.cf-countdown{
    line-height:1.2;
    font-family:Arial,sans-serif;
}

.cf-live{
    font-size:14px;
    font-weight:700;
    color:#000;
    text-transform:uppercase;
}

.cf-timer{
    font-size:13px;
    color:#444;
}

.cf-time{
    color:#ff3b5c;
    font-weight:700;
}


.btn-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 6px 15px;
    background: linear-gradient(135deg, #FF7493, #ff9aae);
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none !important;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 8px 20px rgba(255, 116, 147, 0.35);
    transition: all 0.25s ease;
    white-space: nowrap;
}

.btn-login i {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    font-size: 13px;
}

.btn-login:hover {
    background: linear-gradient(135deg, #ff5f84, #FF7493);
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(255, 116, 147, 0.45);
}

.btn-login:active {
    transform: translateY(0);
}

.btn-login:focus {
    color: #fff !important;
    outline: none;
}

@media (max-width: 575px) {
    .btn-login {
        padding: 10px 16px;
        font-size: 13px;
        gap: 7px;
    }

    .btn-login i {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }
}





.vd-mobile-menu-area {
    display: none;
}

@media (max-width: 991px) {
    .vd-mobile-menu-area {
        display: block;
    }

 .vd-mobile-menu-toggle {
        width: 38px;
        height: 38px;
        border: 0;
        background: transparent;
        color: #111;
        font-size: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .vd-mobile-menu-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.35);
        z-index: 9998;
        opacity: 0;
        visibility: hidden;
        transition: .25s ease;
    }

    .vd-mobile-menu-panel {
        position: fixed;
        top: 0;
        left: 0;
        width: 90%;
        max-width: 390px;
        height: 100vh;
        background: #fff;
        z-index: 9999;
        transform: translateX(-105%);
        transition: .28s ease;
        overflow: hidden;
        box-shadow: 10px 0 30px rgba(0,0,0,.12);
        border-top: 3px solid #F8CF00;
    }

    body.vd-mobile-menu-open {
        overflow: hidden;
    }

    body.vd-mobile-menu-open .vd-mobile-menu-overlay {
        opacity: 1;
        visibility: visible;
    }

    body.vd-mobile-menu-open .vd-mobile-menu-panel {
        transform: translateX(0);
    }

    .vd-mobile-screen {
        display: none;
        height: 100%;
        overflow-y: auto;
    }

    .vd-mobile-screen.active {
        display: block;
    }

    .vd-mobile-close {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 30px;
        height: 30px;
        border: 0;
        border-radius: 50%;
        background: #FEFBE7;
        color: #333;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 20;
    }

    .vd-mobile-close:hover {
        background: #F8CF00;
        color: #fff;
    }

    .vd-mobile-menu-list {
        padding: 45px 16px 5px;
    }

    .vd-mobile-main-item {
        width: 100%;
        border: 0;
        background: transparent;
        color: #161616;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 11px;
        font-size: 14px;
        font-weight: 500;
        padding: 8px 0px;
        margin-bottom: 0px;
        cursor: pointer;
        text-align: left;
        border-radius: 12px;
        transition: .2s ease;
    }

    .vd-mobile-main-item span {
        width: 28px;
        height: 28px;
        min-width: 28px;
        border-radius: 50%;
        background: #ffd8e2;
        color: #ff3f73;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }

    .vd-mobile-main-item:hover {
        background: #FEFBE7;
        color: #ff3f73;
    }

    .vd-mobile-header {
        height: 52px;
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 0 14px;
        font-size: 14px;
        border-bottom: 1px solid #f0f0f0;
        background: #fff;
    }

    .vd-mobile-header strong {
        font-size: 14px;
        font-weight: 700;
        color: #202020;
    }

    .vd-mobile-back {
        width: 30px;
        height: 30px;
        border: 0;
        border-radius: 50%;
        background: #fff3f6;
        color: #ff3f73;
        font-size: 14px;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .vd-mobile-cat-layout {
        display: grid;
        grid-template-columns: 45% 55%;
        height: calc(100vh - 52px);
        background: #fff;
    }

    .vd-mobile-cat-left {
        background: #fff0a8;
        overflow-y: auto;
    }

    .vd-mobile-cat-right {
        background: #fff;
        padding: 18px 16px;
        overflow-y: auto;
    }

    .vd-mobile-cat-tab {
        width: 100%;
        min-height: 50px;
        border: 0;
        border-bottom: 1px solid rgba(0,0,0,.07);
        background: transparent;
        padding: 10px 13px;
        text-align: left;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.25;
        color: #111;
        cursor: pointer;
        transition: .2s ease;
    }

    .vd-mobile-cat-tab span {
        font-size: 12px;
        line-height: 1.25;
    }

    .vd-mobile-cat-tab:hover,
    .vd-mobile-cat-tab.active {
        background: #fff;
        color: #ff3f73;
    }

    .vd-mobile-cat-content {
        display: none;
    }

    .vd-mobile-cat-content.active {
        display: block;
    }

    .vd-mobile-see-all {
        display: flex;
        align-items: center;
        gap: 5px;
        color: #ff3f73;
        text-decoration: none;
        font-size: 13px;
        font-weight: 800;
        text-transform: uppercase;
        margin-bottom: 16px;
        line-height: 1.35;
    }

    .vd-mobile-see-all::after {
        content: "›";
        font-size: 18px;
        line-height: 1;
    }

    .vd-mobile-sub-title {
        display: block;
        color: #111;
        font-weight: 800;
        text-decoration: none;
        font-size: 13px;
        text-transform: uppercase;
        margin: 0 0 10px;
        line-height: 1.35;
    }

    .vd-mobile-sub-link {
        display: block;
        color: #333;
        text-decoration: none;
        font-size: 12px;
        padding: 5px 0;
        line-height: 1.4;
    }

    .vd-mobile-sub-link:hover,
    .vd-mobile-sub-title:hover {
        color: #ff3f73;
    }

    .vd-mobile-brand-search {
        margin: 14px 14px 10px;
        background: #f7f7f7;
        height: 40px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        padding: 0 12px;
        gap: 9px;
        color: #777;
    }

    .vd-mobile-brand-search i {
        font-size: 12px;
    }

    .vd-mobile-brand-search input {
        width: 100%;
        border: 0;
        background: transparent;
        outline: none;
        font-size: 13px;
        color: #222;
    }

    .vd-mobile-brand-letters {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        padding: 8px 14px 11px;
        border-bottom: 1px solid #e8e8e8;
    }

    .vd-mobile-brand-letters button {
        border: 0;
        background: transparent;
        font-size: 13px;
        color: #222;
        padding: 0;
        cursor: pointer;
        min-width: 10px;
    }

    .vd-mobile-brand-letters button.active,
    .vd-mobile-brand-letters button:hover {
        color: #ff3f73;
        font-weight: 700;
    }

    .vd-mobile-brand-list {
        overflow-y: auto;
        height: calc(100vh - 125px);
    }

    .vd-mobile-brand-item {
        display: block;
        padding: 12px 16px;
        border-bottom: 1px solid #ededed;
        color: #222;
        text-decoration: none;
        font-size: 13px;
        letter-spacing: .5px;
        text-transform: uppercase;
    }

    .vd-mobile-brand-item:hover {
        color: #ff3f73;
        background: #FEFBE7;
    }

    .vd-mobile-empty {
        display: block;
        padding: 16px;
        color: #777;
        font-size: 12px;
    }
}


.vd-mobile-contact-list {
    margin: 10px 16px 0;
    padding: 0px 0 10px;
    border-top: 1px solid #eee;
}

.vd-mobile-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #111;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 0;
}

.vd-mobile-contact-item span {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.vd-mobile-contact-item:hover {
    color: #f8cf00;
}

.vd-mobile-footer-links {
    margin: 6px 16px 20px;
    padding: 12px 0 0;
    border-top: 1px solid #eee;
}

.vd-mobile-footer-links a {
    display: block;
    color: #111;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.4;
    padding: 7px 0;
}

.vd-mobile-footer-links a:hover {
    color: #f8cf00;
}