﻿

.template-color-1 .minicart-wrap > a.minicart-btn .minicart-count_area i {
    color: white;
}

.template-color-1 .minicart-wrap > a.minicart-btn .minicart-count_area > span.item-count {
    background-color: white;
    color: black;
}

.template-color-1 .minicart-wrap > a.minicart-btn:hover .minicart-count_area i {
    color: #a8741a !important;
}

.template-color-1 .minicart-wrap > a.minicart-btn:hover .minicart-count_area .item-count {
    color: white !important;
    background-color: #a8741a !important;
}



.transparent-header {
    background-color: unset !important;
}