:root {
    --text-primary: #EB0010 !important;
    --link-color: #3c7ab7 !important;
}
#nav-header{
    background: var(--text-white) !important;
}
.dropdown .dropdown-toggle {
    color: var(--text-black) !important;
}
.dropdown .dropdown-toggle:focus {
    color: var(--text-black);
}
.dropdown .dropdown-toggle:hover {
    color: var(--text-primary) !important;
}
.wrapper-block .lang-cur-selector .dropdown{
    color: var(--text-black) !important;
    font-weight: 650 !important;
}
.action_button{
    color: var(--text-black) !important;
}
.pz-text-cart{
    color: var(--text-black) !important;
}
.my-orders .globalSearchInput .globaSearchBtn{
    color: var(--text-secondary);
}
.print-email-wrapper .email-lnk{
    color: var(--text-primary) !important;
}
.login-container .login_wrapper .tenant_info_wrapper .tenant-wrapper-anchor{
    color: var(--text-white) !important;
}
.mega-menu-vertical-tab .tab-content{
    padding-left: 25px !important;
}
div#subcategories .popover-content .sample .collapse-expand{
    padding-left: 20px;
}
.my-list-container .manage-list-block a {
    color: var(--text-primary) !important;
}
.my-list-container .my-list-top-cntrl .table-top-action a {
    color: var(--text-primary) !important;
}
.otp-submit-btn {
    color: var(--text-white) !important;
    background-color: var(--text-primary) !important;
    border-color: var(--text-primary) !important;
}
.register-text {
    a {
        color: var(--text-primary) !important;
    }
}
.mega-menu-vertical-tab-category ul.nav > li.active > a{
    border-bottom: 2px solid var(--text-primary) !important;
}
.container-fluid .make-link-with-tab a:hover{
    color: var(--text-primary) !important;
}
.dropdown .dropdown-menu .dropdown-category a span{
    font-weight: 800;
}
.dropdown .dropdown-menu .dropdown-category a span:hover{
    color: var(--text-primary) !important;
}
div#subcategories .popover-content .sample .collapse-expand .heading-child-item a:hover{
    color: var(--text-primary) !important;
}
.pzv-promo-data{
    font-size: 11px !important;
}
.promo_banner_slider {
    text-align: center !important;
}
[hidden]:where(:not([hidden="until-found"])) {
  display: none !important;
}
