/**
* Theme Name: Kitchor Child
* Description: This is a child theme of Kitchor, generated by Merlin WP.
* Author: <a href="https://themelexus.com/">Themelexus</a>
* Template: kitchor
* Version: 1.4.2
*/


.site-header-wishlist-2 .header-wishlist-2::before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    display: inline-block;
    margin-right: 5px;
    color: black;
    font-size: 20px;
}
.header-group-action .site-header-cart .count02 {
    display: inline-block;
    vertical-align: text-top;
    margin-left: 2px;
    line-height: 1.5;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: -5px;
    letter-spacing: 0;
    color: #ffffff;
    width: 18px;
    height: 18px;
    background-color: #DAA14C;
    border-radius: 50%;
}
.header-group-action .site-header-wishlist .count02 {
    display: inline-block;
    vertical-align: text-top;
    margin-left: 2px;
    line-height: 1.5;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: -5px;
    letter-spacing: 0;
    color: #ffffff;
    width: 18px;
    height: 18px;
    background-color: #DAA14C;
    border-radius: 50%;
}

.count02 {
    display: inline-block;
    vertical-align: text-top;
    margin-left: 2px;
    line-height: 1.5;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: -5px;
    letter-spacing: 0;
    color: #ffffff;
    width: 18px;
    height: 18px;
    background-color: #DAA14C;
    border-radius: 50%;
}

.site-header-cart .cart-contents2 {
    position: relative;
    display: block;
    text-align: center;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
@media (min-width: 768px) {
    .site-header-cart .cart-contents2 {
        display: flex
;
        position: relative;
        text-indent: 0;
    }
}