.nav-cart .nav-cart-content.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 9999;
}

.wc-block-components-order-summary-item {
    position: relative;
}

.wc-block-components-order-summary-item .endcaps-remove-btn {
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1;
    height: 1em;
    width: 1em;
    border: none;
    color: #E6BC13;
    background-color: transparent;
    box-shadow: none;
    margin: 0;
    padding: 0;
    right: -8px;
    transition: transform 0.2s;
}

.wc-block-components-order-summary-item .endcaps-remove-btn:hover {
    color: #f44336;
    opacity: .75;
    transform: scale(1.3);
}
