.cpc-cart-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    line-height: 0;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.cpc-cart-icon svg {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    fill: currentColor !important;
    color: inherit;
    flex-shrink: 0;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible;
}

.cpc-cart-icon svg path {
    fill: currentColor !important;
    color: inherit;
}

.cpc-cart-icon svg * {
    fill: currentColor !important;
}

.cpc-cart-icon img,
.cpc-cart-icon-img {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    object-fit: contain;
    flex-shrink: 0;
    visibility: visible !important;
    opacity: 1 !important;
}

