.theme-header {
    background: #0B2D1E;
    display: flex;
    padding-block-start: 0;
    padding-block-end: 0;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
}

.theme-portal-login.theme-portal-icon-enabled .theme-portal-icon {
    display: block;
    width: 18px;
    height: 18px;
    fill: #ffffff;
    cursor: pointer;
}

.theme-product-list-style-01 .theme-prod-name a {
    font-size: 18px;
    color: #ffffff;
    transition: 0.2s linear;
}
.theme-product-list-style-01 .theme-prod-price {
    font-size: 18px;
    line-height: normal;
    color: #ffffff;
    padding-inline-end: 15px;
    flex-wrap: wrap;
}

.zpdark-header-portion.theme-header .theme-portal-login.theme-portal-icon-enabled .theme-portal-icon {
    fill: #000000;
}

.theme-portal-login.theme-portal-icon-enabled .theme-portal-icon {
    display: block;
    width: 18px;
    height: 18px;
    fill: #000000;
    cursor: pointer;
}

.theme-product-list-style-01 .theme-prod-name a {
    font-size: 18px;
    color: #000000;
    transition: 0.2s linear;
}
