@media (min-width: 999px) {

    a.next-step a.btn.btn-conversion.next-step-forward {
        border-radius: var(--ss-border-radius);
    }

    body.in-dekujeme.ordering-process {
        --shoptet: none;

        & aside.sidebar.sidebar-left {
            margin-top: 5rem;

            & a span.continue-shopping {
                color: var(--ss-body);

                &:hover {
                    color: #284666;
                }
            }
        }

        & div.co-box {
            border-radius: var(--ss-border-radius);
            background: #fff;
        }

        & div.content-inner {
            margin-top: 5rem;
        }

        & div.content-wrapper {
            background: var(--ss-white-smoke);
            margin-top: 0 !important;
        }

        & div.content-wrapper-in {
            background: unset !important;
        }

        & div.order-complete-links a.btn {
            background: transparent;

            &:hover {
                transform: scale(1.07);
            }
        }

        & span.continue-shopping::before {
            opacity: 1;
            background: unset;
            color: unset !important;
        }
    }

    body.in-hodnoceni-obchodu,
    body.in-store-rating {
        --shoptet: none;

        & div.content-wrapper-in {
            justify-content: center;
        }

        & main {
            margin-left: 20%;
            margin-right: 20%;
        }
    }

    body.in-index {
        --shoptet: none;

        & div#carousel {
            --shoptet: none;

            & a.carousel-control.left:hover {
                opacity: 1 !important;
            }

            & a.carousel-control.right:hover {
                opacity: 1 !important;
            }
        }

        & div.flexCarouselHolder {
            padding-right: 15%;
        }

        & div.votes-wrap {
            display: flex;
            overflow-x: scroll;
            overflow-y: hidden;
            max-width: calc(100vw - 10px);

            & div.vote-content {
                height: 58px;
                overflow-y: scroll;
                font-size: var(--normal-font-size);
                letter-spacing: 0.5px;
                color: var(--ss-body);
            }

            & div.vote-wrap {
                flex-shrink: 0;
                border: solid 1px #dedede;
                border-right: none;
                padding: 15px 15px 0px 15px;
                width: 350px !important;
                height: fit-content;
                min-height: 150px;
            }

            & span {
                --shoptet: none;

                &.vote-name {
                    font-size: var(--normal-font-size);
                    text-transform: uppercase;
                    color: var(--ss-body);
                    letter-spacing: 1px;
                }

                &.vote-pic {
                    display: none;
                }

                &.vote-summary {
                    display: flex;
                    flex-direction: column-reverse;
                    align-items: center;
                    gap: 10px;
                }

                &.vote-delimeter {
                    display: none;
                }
            }
        }

        & span body.in-index span.vote-time {
            display: none;
        }

        &.star-on::before {
            color: var(--ss-primary) !important;
        }
    }

    body.login-window-visible {
        --shoptet: none;

        & .form-group {
            margin-bottom: 10px;
            width: 100%;
        }

        & .user-action {
            background-color: #ffffff80;
        }

        & button.btn.btn-secondary.btn-text.btn-login::before {
            content: none;
        }

        & div.ssloginlogo {
            background: url(https://cdn.myshoptet.com/usr/www.sneakerstore.cz/user/logos/logoo.png) no-repeat center;
        }
    }

    body.in-registrace {
        --shoptet: none;

        & div.col-md-4 {
            display: flex;
            justify-content: center;
        }

        & div.content-inner {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        & div.js-validator-msg {
            margin-left: 0;
            text-align: center;
        }

        & form#register-form div.row {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        & h1 {
            color: var(--ss-body);
            font-family: var(--font-ss);
            font-size: 16px;
            font-weight: var(--normal-font-weight);
            letter-spacing: 1px;
        }

        & h4 {
            color: var(--ss-body);
            font-family: var(--font-ss);
            font-size: 16px;
            font-weight: var(--normal-font-weight);
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        & label {
            color: var(--ss-body);
            font-family: var(--font-ss);
            font-size: var(--normal-font-size);
            font-weight: var(--normal-font-weight);
            letter-spacing: 1px;

            & a {
                color: var(--ss-body);
                font-family: var(--font-ss);
                font-size: var(--normal-font-size);
                font-weight: var(--normal-font-weight);
            }

            & span {
                color: var(--ss-body);
                font-family: var(--font-ss);
                font-size: var(--normal-font-size);
                font-weight: var(--normal-font-weight);
            }
        }
    }

    body.search-window-visible {
        --shoptet: none;

        & input.search-input {
            text-transform: uppercase;
            border-radius: var(--ss-border-radius);
            font-size: var(--normal-font-size);
            font-weight: var(--normal-font-weight);
            letter-spacing: 1px;
            color: var(--ss-body);
            font-weight: var(--normal-font-weight);
            font-family: var(--font-ss);
        }

        & span {
            --shoptet: none;

            &.p-name {
                text-transform: uppercase;
                font-size: var(--normal-font-size);
                color: var(--ss-body);
                letter-spacing: 1px;
                font-family: var(--font-ss);
            }

            &.price-final {
                font-size: var(--normal-font-size);
                font-weight: var(--bold-font-weight);
                font-family: var(--font-ss);
                text-transform: uppercase;
            }

            &.availability-label {
                color: var(--ss-primary) !important;
                font-family: var(--font-ss);
                letter-spacing: 1px;
                font-weight: var(--lighter-font-weight);
            }
        }
    }

    body.type-category {
        --shoptet: none;

        & div#productsTop div.product {
            padding: 0;

            & .p {
                padding: 0;
            }
        }

        & div#manufacturer-filter {
            display: none;
        }
    }

    body.type-page aside.sidebar.sidebar-left {
        display: none;
    }

    body.type-product {
        --shoptet: none;

        & a.p-thumbnail {
            opacity: 0.5;
            transition: 0.8s;

            &:hover {
                opacity: 1;
            }

            &.highlighted {
                opacity: 1;
            }
        }

        & div.breadcrumbs {
            --shoptet: none;

            &::before {
                display: none;
            }

            & a {
                transition: 0.5s;

                &:hover {
                    text-decoration: none;
                    color: #284666;
                }
            }

            & span[data-title] {
                opacity: 0.6;
            }
        }
    }

    div.categories {
        --shoptet: none;

        & a {
            color: var(--ss-body);
            line-height: 25.888px;

            &:hover {
                font-size: var(--larger-font-size);
                color: #284666;
            }
        }

        & h4 {
            color: var(--ss-body);
            text-transform: uppercase;
        }
    }

    div.cart-inner {
        --shoptet: none;

        &.cart-empty div.h1.cart-heading::before {
            font-size: 30px;
            color: var(--ss-body);
        }

        & div.checkoutContent {
            display: flex;
            flex-direction: column;
            align-items: center;

            & form#order-form div {
                border-radius: var(--ss-border-radius);
                background: #F7F7F7;
            }
        }

        & div.next-step span.continue-shopping:hover {
            color: #284666;
        }
    }

    div.contact-box.nastaveni {
        --shoptet: none;

        & a {
            display: flex;
            color: #717486 !important;
        }

        & div.languagesMenu {
            display: block;
            width: unset;
            overflow: unset;
        }

        & span:hover {
            color: #284666;
            transition: 0.8s;
        }
    }

    div.content-window.search-window .content-window-in.search-window-in {
        background-color: #0000007a;
        background: radial-gradient(#0000007a, #000c);

        & .container .row .col-sm-2.col-lg-offset-1 a {
            color: #fff;
        }
    }

    div.content-window-in {
        --shoptet: none;

        &.login-window-in {
            width: 100% !important;
            background-color: #0000007a;
            background: radial-gradient(#0000007a, #000c);
            backdrop-filter: blur(10px);
            display: flex;
            align-items: center;
            margin-left: auto;
            right: 0;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;

            & a.toggle-window-arr {
                position: unset;
                padding: 20px;
                transition: 0.9s;

                & span {
                    display: flex;
                    align-items: center;
                    font-family: var(--font-ss);
                    text-transform: uppercase;
                    font-size: var(--normal-font-size);
                    letter-spacing: 1px;
                    color: var(--ss-body);
                }
            }

            & button {
                background: var(--ss-white-smoke);
                border-radius: var(--ss-border-radius);
                font-size: var(--normal-font-size);
                font-weight: var(--normal-font-weight);
                font-family: var(--font-ss);
                color: var(--ss-body);
                height: 33px;
                padding: initial;
                box-shadow: var(--ss-shad);
                width: 100%;
                max-width: 270px;
                margin: 0 auto;
                transition: 0.5s;
                border: none;

                &:hover {
                    box-shadow: none;
                    transition: 0.5s;
                }
            }

            & div.msg-error {
                font-family: var(--font-ss);
                text-transform: uppercase;
                font-size: 10px;
                letter-spacing: 1px;
            }

            & div.password-helper {
                display: flex;
                width: 100%;
                justify-content: space-between;
                gap: 50px;
                text-transform: uppercase;

                & a {
                    color: var(--ss-body);
                    font-size: var(--normal-font-size);
                    padding: 10px;
                    font-family: var(--font-ss);
                    font-weight: var(--lighter-font-weight);
                    letter-spacing: 1px;

                    &:hover {
                        color: #284666;
                    }
                }
            }

            & div.row {
                background: #fff;
                margin: 0;
                padding: 25px;
                display: flex;
                flex-direction: column;
                border-radius: var(--ss-border-radius);

                & div.col-sm-2 {
                    margin: 0px 0 20px 0px;
                    padding: 0;
                    white-space: nowrap;
                    width: 100%;
                }

                & div.col-sm-8 {
                    width: fit-content;
                }
            }

            & div.social-login-buttons div.form-group {
                padding: 0;
                width: 100%;

                & a {
                    border: none;
                    background: #fff;
                    color: #4267B2;
                    transition: 0.9s;
                    font-family: var(--font-ss);
                    font-weight: var(--normal-font-weight);
                    font-size: var(--normal-font-size);
                    letter-spacing: 1px;
                    white-space: nowrap;
                    text-transform: uppercase;

                    & span {
                        background: url(/user/documents/upload/design/icons/fcbkikn.png) no-repeat center;
                        background-size: 27px;
                    }
                }
            }

            & div.social-login-buttons-divider {
                font-family: var(--font-ss);
                text-transform: uppercase;
                font-size: 12px;
                letter-spacing: 1px
            }

            & div.user-action-in {
                padding: 0px;
            }

            & h2 {
                display: none;
            }

            & input {
                border-radius: var(--ss-border-radius);
                font-family: var(--font-ss);
                font-size: var(--normal-font-size);
                text-transform: uppercase;
                letter-spacing: 1px;
            }

            & span.continue-shopping::before {
                padding: 0px;
                margin-bottom: 0;
                color: var(--ss-body);
                font-size: 18px;
                opacity: 1;
            }
        }

        &.search-window-in {
            backdrop-filter: blur(10px);

            & a.toggle-window-arr {
                color: #fff;
                padding: 20px;
                font-size: var(--normal-font-size);
                font-weight: var(--normal-font-weight);
                text-transform: uppercase;
                letter-spacing: 1px;
                font-family: var(--font-ss);

                &::before {
                    font-size: 15px;
                }
            }

            & div.search-whisperer.active {
                border-radius: var(--ss-border-radius);
                margin-top: 2rem;
                transition: 0.8s;

                &:hover {
                    background-color: #fff;
                }
            }

            & div.search-whisperer-documents {
                border: none;
            }

            & div.search-whisperer-empty {
                padding: 21px 10px;
                color: var(--ss-body);
                text-transform: uppercase;
                letter-spacing: 1px;
            }

            & li.last-product {
                border: none;
            }
        }
    }

    div.custom-footer__banner14 div.banner {
        overflow: unset;
    }

    div.discount-coupon form button:hover {
        background: linear-gradient(0deg, #ffffff88, transparent);
        color: var(--ss-primary) !important;
    }

    div.footer-banner {
        --shoptet: none;

        &:last-child {
            margin: -20px 0px 10px 0px !important;
        }

        &.col-sm-12.col-lg-6 {
            width: 100%;
        }
    }

    div.p-data-wrapper {
        position: -webkit-sticky;
        position: sticky;
        top: 66px;
        float: right;
    }

    div.password-helper {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    div.products-block div .p .name:hover {
        text-decoration: unset;
    }

    div.search.static {
        --shoptet: none;

        & h2 {
            display: none;
        }

        & form fieldset button {
            opacity: 0;

            &:hover {
                color: #284666;
            }
        }
    }

    div.search-whisperer a:hover {
        background-color: #E2EDED;
    }

    div.site-msg-custom.step-1 {
        width: 100%;
    }

    div.social-login-buttons .form-group {
        margin: 0 auto;
        float: none;

        & a strong {
            margin-right: 10px;
            padding: 14px 4px;
        }
    }

    div.uncovered {
        width: initial !important;
        overflow: unset !important;
    }

    div.user-action div .container {
        width: max-content;
    }

    div#div-email {
        padding-left: 20px;
        margin: 0 auto;
        text-align: center;

        & p {
            margin-top: 10px;
            font-size: var(--larger-font-size);
            color: var(--ss-body);
        }

        & button {
            border-radius: var(--ss-border-radius);
        }
    }

    div#div-form {
        margin: 0 auto;
        text-align: center;

        & p {
            margin-top: 10px;
            font-size: var(--larger-font-size);
            color: var(--ss-body);
        }

        & button {
            border-radius: var(--ss-border-radius);
        }
    }

    div#div-kontakt p {
        margin-top: 20px;
        font-size: 24px;
        color: var(--ss-body);
    }

    footer {
        --shoptet: none;

        & .col-sm-6 {
            width: auto;
        }

        & div.row.custom-footer {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: space-evenly;
        }
    }

    ol.cart-header.step-0 li strong span {
        font-weight: 700;
        font-size: 18px;
    }

    p#div-kontakt-p2 {
        padding-top: -10px;
        font-size: 24px;
        color: var(--ss-body);
    }

    div#div-kontakt-holder {
        display: flex;
        justify-content: center;
    }

    div#sizeTabPageHolder div {
        min-width: 650px;
    }

    label[for="shippingId-48"] strong {
        color: var(--ss-primary) !important;
    }

    span.search-whisperer-image img {
        border-radius: 100%;
    }

    span.submenu-arrow {
        display: none;
    }

    /* UNKNOWN */

    .customerInformation a:hover {
        text-decoration: underline;
    }

    .row.empty-cart-boxes {
        display: none;
    }

    .site-msg.information {
        bottom: auto !important;
        top: 20px !important;
    }

}

/* DO NOT TOUCH */
@media screen and (min-width: 1118px) {
    .nav__toggle {
        display: none !important;
    }
}

@media (min-width: 999px) and (max-width: 1199px) {
    header div.languagesMenu {
        display: none !important;
    }
}