.soldOut[data-micro="cartItem"],
.single-merchandise.soldOut[data-micro="cartItem"] {
    background-color: #ffebeb;
}

.single-merchandise.soldOut[data-micro="cartItem"] .main-link {
    color: #cb0000;
}

.soldOut[data-micro="cartItem"] .reca-p-price[data-testid="recapItemPrice"]:after {
    content: 'Vyprodáno';
    color: #b70000;
    font-weight: 600;
    display: block;
    padding-top: 6px;
}

#checkout-recapitulation .msc-delivery-container {
    line-height: 1.2;
}

.shkSoldOutModal__title {
    margin-bottom: 8px;
    display: block;
    font-weight: 600;
    text-align: center;
}

.shkSoldOutModal__desc {
    line-height: 1.3;
}

.mywarning {
    padding: 5px 20px;
    color: #fff;
    background-color: #a65f5f;
    margin-bottom: 10px;
    font-weight: 600;
    display: inline-block;
}

@media (min-width: 768px) {
    .top-nav-button-account.mybefore::before {
        content: none;
    }

    .top-nav-button-account.mybefore > .myimg {
        display: block;
        margin-bottom: 15px;
    }
}


@media (min-width: 40em) {
    .icon-account-login::before {
        content: none !important;
    }

    .icon-account-login img {
        max-height: 30px;
        margin-right: 5px;
    }

    .box-account-links {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .icon-account-login {
        display: flex;
        align-items: center;
        padding-right: 5px;
    }

    #top-links {
        min-height: 30px;
    }

    #top-links.nobefore {
        margin-top: 13px;
    }
}

.icon-account-login img {
    max-height: 30px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .myuser::before {
        content: none !important;
    }

    .myuser img {
        max-width: 25px;
    }
}

.vyprodano-text {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #9a0000 !important;
    margin-bottom: 10px !important;
}

.msc-delivery-container {
    display: block;
    padding-top: 10px;
    font-size: 14px;
    color: red;
    font-weight: 600;
}

#checkout-recapitulation .msc-delivery-container {
    padding-top: 25px;
}

.btn:not(.cart-count), .compact-form .form-control, .pagination > a, .pagination > strong, a.login-btn {
    border-radius: 5px;
}

/* ZMĚNA BARVY POZADÍ HLAVNÍHO MENU */

@media screen and (min-width: 768px) {
    #header::after {
        background-color: #8b231e;
    }

    /* BARVA POZADÍ MENU */
    .navigation-in {
        background-color: transparent;
    }

    .navigation-in > ul > li > a, .submenu-arrow::after {
        color: #fff;
    }

    /* BARVA TEXTU V MENU */
    .menu-helper::after {
        color: #fff;
    }

    /* BARVA HAMBURGERU */
}

#mjs-cart-donation{
    margin-left: 10px;
    height: auto;
    min-width: 160px;
    padding: 5px 8px;
}

@media (max-width: 767px) {
    #mjs-cart-donation-wrap,
    .msc-delivery-container{
        padding: 0 12px;
    }

    #mjs-cart-donation{
        margin-left: 0;
    }
}