.js-hidden.visiblev2 {
    max-height: none;
    max-width: none;
    overflow: visible;
    position: inherit;
    transform: scaleY(1) scaleX(1);
    transform-origin: center;
    transition: all .3s ease-out;
    visibility: visible
}

/* Top menu zarovnání se zbytkem stránky */
.desktop .container.navigation-wrapper {padding-left: 0px!important; padding-right: 0px!important;}
.desktop .navigation-in > .menu-level-1 {padding-left: 20px!important;}
.desktop.in-kosik .mjs-poptavka:last-child, .desktop.in-krok-1 .mjs-poptavka:last-child, .desktop.in-krok-2 .mjs-poptavka:last-child {margin-right: 0px;}
.desktop .pc-only.nova-verze {transform: translateX(-20px);}
.desktop.in-kosik .msc-timer, .desktop.in-krok-1 .msc-timer, .desktop.in-krok-2 .msc-timer {margin-right: 0px;}

@media (max-width: 390px) {
    .in-krok-1 .radio-wrapper input[type=radio]+label {
        flex-wrap: nowrap;
    }
}



/* Shoptet aktualizace formulářů */

.desktop .user-action-login.popup-widget.login-widget #formLoginIncluded>.form-group.smart-label-wrapper {
  flex: 0 0 100%;
  width: 100%;
}

.desktop .user-action-login.popup-widget.login-widget #formLoginIncluded>.alternative-links {
  order: 1;
  display: flex !important;
  flex: 0 1 auto;
  flex-direction: column !important;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  margin: 12px 0 24px;
}

.desktop .user-action-login.popup-widget.login-widget #formLoginIncluded>.submit-wrapper {
  order: 2;
  display: flex;
  flex: 0 0 auto;
  width: auto;
  margin: 12px 0 24px auto;
}

.desktop .user-action-login.popup-widget.login-widget #formLoginIncluded>.submit-wrapper .btn {
  margin: 0;
}
.desktop .user-action-login.popup-widget.login-widget #formLoginIncluded {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 12px;
}

:where(.ums_forms_redesign--on) .registration-form {
    max-width: unset!important;
    width: unset!important;
}


body.in-registrace #content .content-inner .co-registration h2 {
    font-size: 16px;
    color: var(--colors-foregrounds-headlines-primary)!important;
    margin-bottom: 19px;
    line-height: 36px;
    font-weight: 400;
}


.login-wrapper .btn.btn-secondary, .login-wrapper a.btn.btn-secondary, .btn.btn-secondary, a.btn.btn-secondary {
    background-color: var(--colors-surface-white);
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.in-registrace #register-form > h2:has(+ fieldset.stay-in-touch), .in-registrace #register-form > fieldset:has(input[name="customerGroupId"]) > h2 {
    display: none;
}

.user-action-login label[for="loginWidgetEmail"], .user-action-login label[for="loginWidgetPassword"] {
    display: none;
}

.in-registrace input, .in-kosik input, .in-registrace select, .in-krok-1 select[name="deliveryCountryId"], .in-krok-1 select[name="currency"], .in-krok-2 .co-contact-information input, .in-krok-2 .co-billing-address input, .in-krok-2 .co-billing-address select, .in-krok-2 .co-shipping-address input, .in-krok-2 .co-shipping-address select  {
    font-size: 14px;
}

.user-action-login .btn.btn-primary, .user-action-login a.btn.btn-primary, .in-registrace .btn.btn-primary, .in-registrace a.btn.btn-primary {
    background-color: var(--colors-surface-white);
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.user-action-login .btn.btn-primary:hover, .user-action-login a.btn.btn-primary:hover, .in-registrace .btn.btn-primary:hover, .in-registrace a.btn.btn-primary:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--colors-foregrounds-content-inverted);
}

.search input[type="text"], .search input[type="search"], .discount-coupon input[type="text"] {
    font-size: 14px;
    padding: 6px 10px;
}
.search button[type="submit"], .discount-coupon button[data-testid="buttonSubmitDiscountCoupon"] {
    font-size: 14px;
    padding: 5px 9px 4px;
}
.discount-coupon button[data-testid="buttonSubmitDiscountCoupon"] {
    flex: 0 0 90px;
}

body .co-box.co-delivery-method h2::before {
    content: url(https://www.jablecnedily.cz/user/documents/upload/ikonky/dodavka2.svg);
    top: unset;
    width: 40px;
    display: inline-block;
    margin-top: 0px;
}

body .co-box.co-payment-method h2::before {
    content: url(https://www.jablecnedily.cz/user/documents/upload/ikonky/kreditka.svg);
    top: unset;
    width: 40px;
    display: inline-block;
    margin-top: 0px;
}

body #content .co-box.co-delivery-method h2, body #content .co-box.co-payment-method h2, body #content .co-box.co-contact-information h2, body #content .co-box.co-billing-address h2, body #content #shipping-address h2  {
    font-size: 16px!important;
    font-weight: 400!important;
    line-height: 36px!important;
    text-transform: none!important;
    color: rgb(31, 31, 31)!important;
    margin-bottom: 19px;
}

body .co-box.co-contact-information h2::before {
    content: url(https://www.jablecnedily.cz/user/documents/upload/ikonky/login2.svg) !important;
    top: unset;
    width: 40px;
    display: inline-block;
    margin-top: 0px;
}

body .co-box.co-billing-address h2::before {
    content: url(https://www.jablecnedily.cz/user/documents/upload/ikonky/adresa.svg) !important;
    top: unset;
    width: 40px;
    display: inline-block;
    margin-top: 0px;
}

@media (min-width: 480px) {
body #content .co-box.co-delivery-method h2, body #content .co-box.co-payment-method h2, body #content .co-box.co-contact-information h2,  body #content .co-box.co-billing-address h2 {
    margin-left: 0px;
    padding-left: 60px;
}
}

@media (min-width: 992px) {
body #content .co-box.co-delivery-method h2, body #content .co-box.co-payment-method h2, body #content .co-box.co-contact-information h2,  body #content .co-box.co-billing-address h2 {
    margin-left: -30px;
    padding-left: 60px;
}
}

@media (min-width: 1200px) {
body #content .co-box.co-delivery-method h2, body #content .co-box.co-payment-method h2, body #content .co-box.co-contact-information h2,  body #content .co-box.co-billing-address h2  {
    margin-left: -80px;
    padding-left: 80px;
}
}


.cart-item > div:not(#checkoutSidebar *):not(.co-contact-information *):not(.co-basic-information *),
.co-box:not(#checkoutSidebar *):not(.co-contact-information):not(.co-basic-information), .in-krok-2 .co-box:not(.co-contact-information):not(.co-basic-information), .in-krok-1 .co-box:not(.co-contact-information):not(.co-basic-information) {
    border-color: var(--colors-foregrounds-borders-secondary);
    border-top-style: solid;
    border-top-width: 1px;
}

@media (min-width: 480px) {
    select[name="deliveryCountryId"], select[name="currency"] {
        width: 217px;
    }
}

@media (max-width: 991px) {
    body.in-krok-2.mobile .co-billing-address h2.header-billing::before, body.in-krok-2.mobile .co-box.co-contact-information h2::before {
        width: 30px;
        margin-left: 5px;
    }
}

.mobile .cart-item>div:not(:first-of-type):not(#checkoutSidebar *)/*, .co-box:not(:first-of-type)*/ {
    border-color: unset;
    border-top-style: unset;
    border-top-width: unset;
}

::placeholder {
    color: #b7b7b7;
}

/* konec Shoptet aktualizace formulářů */