/*==== InStyle Theme Variables ====*/
:root {
    --primary-color: #0d6efd;
    --primary-hover: #0b5ed7;
    --primary-rgb: 13, 110, 253;
}

/*==== Top Header / Announcement Bar ====*/
.header-top,
.header_top,
.top-header,
.topbar,
.top_bar,
.header-top-area {
    background: var(--primary-color) !important;
    background-color: var(--primary-color) !important;
}

.header-top *,
.header_top *,
.top-header *,
.topbar *,
.top_bar * {
    color: #ffffff !important;
}

/*==== Search Button ====*/
.main-search form button {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

/*==== Cart Badge ====*/
.header-list-items ul li span,
.item_count {
    background: var(--primary-color) !important;
    color: #ffffff !important;
}

/*==== WhatsApp (Keep Green) ====*/
.whatsapp,
.whatsapp_float,
.float-whatsapp,
.whatsapp-btn,
.whatsapp-float {
    background: #25D366 !important;
}

/*==== Mobile Search ====*/
.mobile-search form,
.mobile-search input,
.mobile-search input:focus {
    border-color: var(--primary-color) !important;
}

.mobile-search form button,
.mobile-search button {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #ffffff !important;
}

/*==== Mobile Cart Badge ====*/
.mobilecart-qty,
.menu-bag span,
.footer_nav .mobilecart-qty {
    background: var(--primary-color) !important;
    color: #ffffff !important;
}

/*==== Category Images ====*/
.category-sliger img,
.category-slider img,
.top-category-img {
    border: 2px solid var(--primary-color) !important;
    border-radius: 50% !important;
}

/*==== Bottom Nav Active Home ====*/
.footer_nav .mobile_home,
.footer_nav li.mobile_home {
    background: var(--primary-color) !important;
    color: #ffffff !important;
}

.footer_nav .mobile_home i,
.footer_nav .mobile_home span {
    color: #ffffff !important;
}

/*==== Scroll to Top ====*/
.scrolltop,
.scrolltop .scroll {
    background: var(--primary-color) !important;
    color: #ffffff !important;
}

/*==== Review Section ====*/
.instyle-review-title {
    background-color: var(--primary-color) !important;
    color: #ffffff !important;
}

/*==== Top Header Fix ====*/
.top_header {
    background-color: var(--primary-color) !important;
}

.top_header * {
    color: #ffffff !important;
}

/*==== Hotline Button ====*/
.instyle-hotline-btn {
    background-color: #ffffff !important;
    color: var(--primary-color) !important;
    min-width: 270px;
    display: inline-block;
    text-decoration: none !important;
}

.instyle-hotline-btn:hover {
    background-color: var(--primary-hover) !important;
    color: #ffffff !important;
}

/*==== Top Headline Marquee ====*/
.top-headline-marquee {
    width: 100%;
    color: #ffffff !important;
}

.top-headline-item {
    display: inline-block;
    margin-right: 80px;
    white-space: nowrap;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .top-headline-item {
        margin-right: 45px;
    }
}