.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.toastify.success {
    background: #6D9D3A !important;
}

.toastify.error {
    background: #b85c5c;
}

.empty-cart {
    display: none !important;
}

.cart-nav-item {
    display: none;

}

.cart-nav-item svg {
    width: 20px;
    height: 20px;
    margin-top: 10px;
}

.cart-nav-item .cart {
    position: relative;
}
.cart-nav-item .cart-badge {
    position: absolute;
    top: -10px;
    right: -20px;
    border-radius: 50%;
    color: white;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6D9D3A;
}

