/*
Theme Name: Codera Child Theme
Theme URI: https://coderawp.websitelayout.net/
Author: WebsiteDesignTemplates
Author URI: https://www.websitelayout.net/
Description: This is a child theme of codera
Version: 1.0.0
Template: codera
Text Domain: codera-child
*/
/* =====================================================
   BRIDGE WEB HOST - HEADER CHECKOUT
   ===================================================== */

header .mini-cart .cart-contents {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}

/* Replace shopping bag with credit-card glyph */
header .mini-cart .fa-bag-shopping::before {
    content: "\f09d" !important;
}

/* Empty cart */
header .mini-cart .cart-contents i {
    font-size: 24px !important;
    line-height: 1 !important;
    color: #001b44 !important;
}

/* Hide WooCommerce number */
header .mini-cart #cart-count {
    display: none !important;
}

/* Checkout label */
header .mini-cart .bridge-checkout-label {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    color: #0466C8 !important;
    white-space: nowrap;
}

/* Cart contains a hosting plan */
header .mini-cart .cart-contents.has-items i,
header .mini-cart .cart-contents.has-items i::before {
    color: #0466C8 !important;
}