﻿.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;
}

@media (max-width: 992px) {
    .main-nav > ul > li > a {
        color: black;
    }

    .template-color-1 a {
        color: black;
    }

    .main-header_area .header-logo_area a img {
        filter: unset;
    }

    .transparent-header .transparent-header_nav {
        padding-top: 20px;
    }

    .main-nav > ul > li > a {
        color: black;
    }

    .template-color-1 a {
        color: black;
    }

    .main-header_area .header-logo_area a img {
        filter: unset;
    }

    .transparent-header .transparent-header_nav {
        padding-top: 20px;
    }

    .template-color-1 .minicart-wrap > a.minicart-btn .minicart-count_area i {
        color: black;
    }

    .template-color-1 .minicart-wrap > a.minicart-btn .minicart-count_area > span.item-count {
        background-color: black;
        color: white;
    }

    .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;
}