
/* VEBAYİ - TÜM MARKA KIRMIZI/PEMBE TONLARI PANELDEN GELİR */
.vb-hb-support-card,
.vb-hb-bank-card,
.vb-hb-bank-mini,
.vb-hb-price-alert,
.vb-price-alert,
.vb-hb-extra-icon,
.vb-product-price-alert,
.vb-hb-delivery-note-red,
.vb-hb-delivery-row em {
    background: var(--vb-red-soft) !important;
    border-color: var(--vb-red-border) !important;
}

.vb-hb-support-card,
.vb-hb-support-card strong,
.vb-hb-support-card i,
.vb-hb-bank-card strong,
.vb-hb-bank-card small,
.vb-hb-bank-mini strong,
.vb-hb-bank-mini small,
.vb-hb-price-alert strong,
.vb-price-alert strong,
.vb-product-price-alert strong,
.vb-hb-delivery-note-red,
.vb-hb-delivery-note-red i {
    color: var(--vb-red-dark) !important;
}

.vb-hb-support-card:hover,
.vb-hb-bank-card:hover,
.vb-hb-bank-mini:hover,
.vb-hb-price-alert button:hover,
.vb-price-alert button:hover,
.vb-product-price-alert button:hover {
    background: var(--vb-red-soft) !important;
    border-color: var(--vb-red) !important;
    box-shadow: none !important;
}

.vb-hb-support-card::before,
.vb-hb-support-card::after,
.vb-hb-bank-card::before,
.vb-hb-bank-card::after,
.vb-hb-price-alert::before,
.vb-price-alert::before {
    background: var(--vb-red) !important;
}

.vb-hb-support-card i,
.vb-hb-bank-card i,
.vb-hb-bank-mini i,
.vb-hb-price-alert i,
.vb-price-alert i,
.vb-product-price-alert i,
.vb-hb-extra-icon i {
    color: var(--vb-red) !important;
}

.vb-hb-price-alert input:focus,
.vb-price-alert input:focus,
.vb-product-price-alert input:focus {
    border-color: var(--vb-red) !important;
    box-shadow: none !important;
}
