@media (min-width: 768px){
    footer .col-sm-6 {width: 100%;}
}

@media (max-width: 999px) {

    .dropdown__container{height:0}
.m_t-fs--22vw{font-size:2.2vw!important}
.m_t-fs--2r{font-size:2rem!important;}
.m_mg--0{margin:0!important}
.m_wd-max--0{max-width:unset!important}
.m_ai--start{align-items: start!important}
.m_t-fs--40{font-size:40px!important}
.m_jc--fs{justify-content:flex-start!important}

    body .bg--blur-4 {
        backdrop-filter: blur(4px) !important;
        -webkit-backdrop-filter: blur(4px) !important;
    }

    body .dsp--mobile {
        display: block !important;
    }

    body .dsp--pc {
        display: none !important
    }

    body .m_ai--center {
        align-items: center !important
    }

    body .m_border--0 {
        border: none !important
    }

    body .m_dsp--0 {
        display: none !important;
    }

    body .m_dps--0__soft {
        display: none;
    }

    body .m_flex-dir--down {
        flex-direction: column !important;
    }

    body .m_flex-dir--up {
        flex-direction: column-reverse !important;
    }

    body .m_gap--0 {
        gap: 0px !important;
    }

    body .m_gap--20 {
        gap: 20px !important
    }

    body .m_ht--50vh {
        height: 50vh !important;
    }

    body .m_ht-min--unset {
        min-height: unset !important;
    }

    body .m_mg--0--20-0--20 {
        margin: 0 -20px 0 -20px !important;
    }

    body .m_pd--0 {
        padding: 0 !important;
    }

    body .m_mg--0-0-40-0 {
        margin: 0 0 40px 0 !important;
    }

    body .m_mg--20-0 {
        margin: 20px 0 !important;
    }

    body .m_pd--30-0 {
        padding: 30px 0px !important
    }

    body .m_pd--30-0-0-0 {
        padding: 30px 0 0 0 !important;
    }

    body .m_pd--0-0-30-0 {
        padding: 0 0 30px 0 !important;
    }

    body .m_pos--rel {
        position: relative !important;
    }

    body .m_pos--unset {
        position: unset !important;
    }

    body .m_t-align--end {
        text-align: end !important;
    }

    body .m_t-align--center {
        text-align: center !important;
    }

    body .m_t-align--start {
        text-align: start !important;
    }

    body .m_t-fs--10vw {
        font-size: 10vw !important
    }

    body .m_t-fs--16 {
        font-size: 16px !important
    }

    body .m_t-fs--45vw {
        font-size: 4.5vw !important
    }

    body .m_t-fs--7vw {
        font-size: 7vw !important
    }

    body .m_t-fs--6vw {
        font-size: 6vw !important;
    }

    body .m_t-fs--15 {
        font-size: 15px !important;
    }

    body .m_t-fs--20 {
        font-size: 20px !important;
    }

    body .m_t-fw--400 {
        font-weight: 400 !important
    }

    body .m_wd--full {
        width: 100% !important;
    }

    /* move to navbar */
    header div.navigation-buttons {
        height: 80px !important;
    }

    /* kotva */

    ::-webkit-scrollbar-thumb {
        background-color: #F3F4F6;
    }

    a.advcontrol {
        display: none;
    }

    a.btn {
        font-size: var(--normal-font-size);
        font-weight: var(--normal-font-weight);
        text-transform: uppercase;
        background: var(--ss-white-smoke);
        box-shadow: var(--ss-shad);
        height: 33px;
        width: 100%;
        max-width: 275px;
        padding: initial;
        border: none;
        border-radius: var(--ss-border-radius);

        &:hover {
        box-shadow: none;
        }
    }

    a.carousel-control::before {
        border-style: none;
    }

    a.toggle-window-arr {
        color: #284666;
        text-transform: uppercase;
        font-weight: var(--bold-font-weight);

        & span {
        display: none;
        }
    }

    body.customer-page.in-dorucovaci-udaje div.content-inner {
        padding: 10px;
    }

    body.customer-page.in-dorucovaci-udaje div.submit-wrapper input {
        width: 100%;
    }

    body.customer-page.in-dorucovaci-udaje div.content-wrapper-in {
        display: flex;
        flex-direction: column-reverse;
    }

    body.in-dekujeme span.continue-shopping {
        color: var(--ss-body);
        text-transform: uppercase;
        font-weight: var(--bold-font-weight);
        transition: 0.8s;

        &:hover {
        color: #284666;
        }
    }

    body.in-hodnoceni-obchodu div.add-comment.rate-form-trigger, body.in-store-rating div.add-comment.rate-form-trigger {
        justify-content: center;
    }

    body.in-hodnoceni-obchodu div.rate-average-inner, body.in-store-rating div.rate-average-inner{
        align-items: center;
    }
   
    body.in-hodnoceni-obchodu div.rate-wrap.row, body.in-store-rating div.rate-wrap.row{
        flex-wrap: wrap;
        justify-content: center;
    }
    
    body.in-index div.flexCarouselHolder {
        display: none;

        & p#p1 {
        font-size: 10vw;
        text-align: end;
        margin: 0px;
    }

    & p#p2 {
        font-size: 4.5vw;
        text-align: end;
        font-weight: var(--lighter-font-weight);
    }

    & p#p3 {
        display: none;
    }
    }

    body.in-index div.footer-banners div.footer-banner:last-child {
        margin: 0;
        padding: 0;
    }

    body.in-index div.homepage-group-title {
        margin: 0.83rem 0 !important;
    }

    body.in-index div.vote-content {
        text-align: center;
        padding: 0 10px 10px;
        font-size: var(--normal-font-size);
        letter-spacing: 0.5px;
        color: var(--ss-body);
    }

    body.in-index div.vote-wrap {
        border: solid 1px #dedede;
        border-radius: 0px;

        &:not(:nth-child(-n+5)) {
        display: none;
    }
    }

    body.in-index div.votes-wrap {
        width: 100vw;
        display: flex;
        flex-direction: column;
        padding: 0 20px;
    }

    body.in-index div.wide-carousel {
        height: unset !important;
        background: var(--ss-white-smoke);
    }

    body.in-index div#hodnoceni-load {
        display: flex;
        margin: 0;
        flex-direction: row;
        justify-content: space-around;
    }

    body.in-index div#mCatContainer {
        scroll-snap-type: x mandatory;
    }

    body.in-index span.vote-delimeter {
        display: none
    }

    body.in-index span.vote-summary {
        display: flex;
        flex-direction: column-reverse;
        gap: 10px;
        align-items: center;
        color: var(--ss-body);
    }

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

    body.in-klient.customer-page aside div.sidebar-inner.visible {
        padding-top: 0px;
    }

    body.in-klient.customer-page div.content-inner h1 {
        font-size: 25px;
        text-align: center;
    }

    body.in-klient.customer-page div.content-inner h2 {
        font-size: 16px;
        padding-left: 10px;
        text-transform: none;
    }

    body.in-klient.customer-page table.table.border {
        width: 100%;

        & th {
            padding: 0 12px !important;
            font-size: var(--normal-font-size);
            line-height: 30px !important;

            &:nth-child(3) {
                display: none;
                }

            &:nth-child(4) {
                max-width: 45px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: clip;
                }
            }

        & td {
            padding: 0 10px !important;
            font-size: var(--normal-font-size);

            &:nth-child(3) {
                display: none;
                }
            }
    }

    body.in-klient.customer-page .content-wrapper-in {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column-reverse;
    }

    body.in-login a.login-btn.facebook:hover {
        background: #fff !important;
    }

    body.in-login div.content-inner {
        margin: 15px;
    }

    body.in-login div.login-wrapper {
        margin-top: 40px;

        & button {
            border: solid 2px #284666;
            border-radius: var(--ss-border-radius);
            color: #284666;
            font-weight: var(--bold-font-weight);
            transition: 0.9s;
        }
    }

    body.in-login div.password-helper a {
        margin: 10px;
    }

    body.in-login div.social-login-buttons div.form-group a {
        border: solid 2px #4267B2;
        border-radius: var(--ss-border-radius);
        background: #fff;
        color: #4267B2;
    }

    body.in-login div.social-login-buttons div.form-group span {
        background: url(/user/documents/upload/design/icons/fcbkikn.png) no-repeat center;
        background-size: 27px;
    }

    body.in-login div.social-login-buttons div.form-group strong {
        margin-right: 10px;
    }

    body.in-login h1 {
        text-align: center;
        font-size: 25px;
        margin-bottom: 40px;
    }

    body.in-login input {
        border-radius: var(--ss-border-radius);
    }

    body.in-kontakty section.ContactForm div.form-group.submit-wrapper {
        text-align: center;
    }

    body.in-obchodni-podminky div.tosDownload {
        flex-direction: column;
        gap: 50px;
    }

    body.in-o-nas div.vote-content {
        width: unset !important;
    }

    body.in-o-nas div.vote-wrap {
        width: 250px !important;
        display: flex;
        flex-shrink: 0;
        align-items: center;
        flex-direction: column;
    }

    body.in-nastaveni.customer-page div.co-box {
        margin: 15px;
    }

    body.in-nastaveni.customer-page div.content-wrapper-in {
        display: flex;
        flex-direction: column-reverse;
    }

    body.in-nastaveni.customer-page fieldset {
        margin: 15px;
    }

    body.in-nastaveni.customer-page h1 {
        text-align: center;
        font-size: 25px;
        margin-bottom: 40px;
    }

    body.in-nastaveni.customer-page h4 {
        font-size: 16px;
    }

    body.in-nastaveni.customer-page input {
        font-size: var(--larger-font-size);
    }

    body.in-registrace div.content-inner {
        padding: 10px;
    }

    body.in-registrace div.form-group.submit-wrapper p {
        text-align: center;
    }

    body.in-size-tab div.sizeTabTree {
        width: 100%;
    }

    body.in-size-tab table {
        width: 100%;
    }

    body.in-stranku-nelze-najit div.errorDiv {
        font-size: min(5vw, 30px);
        padding: 0;
    }

    body.in-vraceni-zbozi li {
        font-size: var(--larger-font-size);
        margin: 0 0 15px 0;
    }

    body.in-vraceni-zbozi ul {
        margin-top: 0px;
    }

    body.navigation-window-visible div.navigation-buttons a[data-target="navigation"] {
        width: 0px !important;
        transition: 5s;
    }

    body.navigation-window-visible nav#navigation {
        width: 100%;
        left: 0;
    }

    body.one-column-body table.detail-parameters tbody tr th {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    body.ordering-process div.cart-inner {
        padding: 0;

        & div.discount-coupon {
        display: flex;
        justify-content: center;
        max-width: none;

        & form {
            display: flex;
            width: 100%;

            & input {
                font-size: var(--normal-font-size);
                border-radius: 5px 0 0 5px;
                text-align: center;
            }

            & button {
                font-size: 0px;
                padding: 6px 6px;
                color: var(--ss-body) !important;
                width: min-content;

                &.btn.btn-arrow-right::before {
                    font-size: var(--normal-font-size);
                }
            }
        }
    }

        & div.extra.delivery {
        width: 100%;
        text-align: center;
        color: var(--ss-body) !important;
        text-transform: uppercase;
    }

        & div.next-step {
        max-width: none;
        align-items: center;

        & a {
        height: auto;
        margin-left: 0;
        max-width: 385px;
        width: 100%;
        border-radius: var(--ss-border-radius);
        padding: 20px 26px;
        font-size: var(--larger-font-size);
        font-weight: var(--bold-font-weight);
    }
    }

        & div.price-wrapper {
        margin: 15px 0;
    }

        & div.row.summary {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

        & h4 {
        display: none;
        }

        & h4:not(div.cart-inner div.row.summary h4){
            display: block!important;
            margin: 40px 0 25px;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        & span.price-label {
        flex: 1 1 50%;
        color: var(--ss-body) !important;
        text-transform: uppercase;
        text-align: center;

        &.price-secondary {
        display: none;
        }
        }

        & strong.price {
        flex: 1 1 50%;
        color: var(--ss-body) !important;
        text-transform: uppercase;
        text-align: center;

        &.price-secondary {
        display: none;
    }
        }

        & td.cart-p-image {
            background: none;

            & img{
                mix-blend-mode: multiply;
            }
        }

        & td.p-name {
            padding-left: auto;
        }

        & tr {
            padding: 0;
        }
    }

    body.ordering-process div.co-basic-information div.row {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    body.ordering-process div.next-step button {
        line-height: unset;
    }

    body.ordering-process select#deliveryCountryId {
        font-size: var(--normal-font-size)
    }

    body.ordering-process.in-krok-2 div.price-wrapper,body.ordering-process.in-step-2 div.price-wrapper {
        gap: 10px;
    }

    body.submenu-visible div.navigation-in ul li.ext.exp a b {
        background: none;
        border-color: transparent;
    }

    body.type-category div#categoryHeader div:first-child {
        height: unset;
    }
    
    body.type-category div.advanced-filters-wrapper {
        display: none
    }

    body.type-category div.filter-section-count {
        display: none;
    }

    body.type-category div.filter-section-parametric-id-5 label.filter-label {
        min-width: 43px;
    }

    body.type-category div.filter-sections fieldset {
        max-width: unset;
        justify-content: flex-start
    }

    body.type-category div.filter-sections h4 {
        text-align: start;
    }

    body.type-category div.category-content-wrapper {
        margin: 0;
    }

    body.type-category div.product {
        max-width: 50%
    }

    body.type-category div.products.products-block {
        flex-wrap: wrap;
        border: none
    }

    body.type-category div#categoryHeader div:first-child {
        height: 160px;
    }

    body.type-category label.filter-label {
        padding: 1rem;
        line-height: unset;
        font-size: var(--normal-font-size);
        margin-right: 7px;
        margin-bottom: 7px
    }

    body.type-category.in-02-adidas-brand label.filter-label{min-width:54px!important}
    body.mobile.type-category.in-adidas-yeezy-350-model label.filter-label{min-width:54px!important}
    body.mobile.type-category.in-adidas-yeezy-700-model label.filter-label{min-width:54px!important}
    body.mobile.type-category.in-adidas label.filter-label{min-width:54px!important}
    body.mobile.type-category.in-adidas-campus label.filter-label{min-width:54px!important}
    body.mobile.type-category.in-adidas-gazelle label.filter-label{min-width:54px!important}
    body.mobile.type-category.in-adidas-samba label.filter-label{min-width:54px!important}


    body.type-product content {
        padding-left: initial;
        padding-right: initial;
    }

    body.type-product div.p-to-cart-block div.p-add-to-cart-wrapper div.add-to-cart {
        max-width: 275px;
    }

    body.type-product div.p-image img:not(a.p-main-image img) {
        display: none;
    }

    body.type-search div.product {
        width: 50%;
    }
    
    body.type-search div.products.products-block {
        display: flex;
        flex-wrap: wrap;
    }

    body.type-search main h2 {
        font-size: 4vw;
    }

    button#topNavigationDropdown {
        border: none;
        color: #fff;
    }

    dialog.chatboxTools {
        min-width: 100%;
        min-height: 100%;
        position: fixed;
        border: unset;
    }









    div.banner-wrapper {
        margin-top: 0px;
    }

    div.banners-content.body-banners {
        overflow-x: scroll;
    }    

    div.basic-description {
        text-align: justify;
    }

    div.benefitBanner {
        margin: 0px;
        display: block;
    }

    div.benefitBanner__item {
        align-items: flex-start;
        overflow-x: auto;
        width: 100%;
    }

    

    div.chatboxTools {
        display: none;
    }

    div.checkout-header {
        padding: 10px !important;
        height: 150px !important;

        & h1 {
        font-size: 50px;
    }

    & h2 {
        font-size: 15px;
        margin: 0;
    }
    }

    div.checkout-header-image {
        display: none;
    }

    div.checkout-header-text {
        white-space: normal !important;
    }

    div.container--bannersBenefit {
        padding: 0px;
    }

    div.container.navigation-wrapper {
        display: grid;
        justify-content: center;
        align-items: center;
        background-color: #fff;
    }

    div.container.place-cart-here div.cart-inner {
        display: flex;
        align-content: space-between;
        flex-direction: column;
        justify-content: flex-start;
    }

    div.discount-coupon form button {
        color: var(--ss-body) !important;
    }

    div.ebcf_modal-content {
        width: 100%;
    }

    div.filter-section-parametric form fieldset {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;

        & div {
        width: 33%;
    }
    }

    div.filter-section-parametric h4 {
        text-align: center;
        color: var(--ss-body);
    }

    div.flags-default span.flag.flag-custom2 {
        padding: 3px 10px;
        font-size: 10px;
    }

    div.flags-extra span.flag.flag-discount {
        margin: 0;
        padding: 0 8px;
        align-items: flex-end;
    }

    div.flags.flags-default {
        left: 0px;
        top: 0px;
    }

    div.footer-banner {
        margin: 10px;
        padding: 0;
        margin-bottom: 11rem;
    }

    div.homepage-group-title {
        display: block;
        text-transform: uppercase;
        color: var(--ss-body);
        text-align: start;
        font-weight: var(--bold-font-weight);
        letter-spacing: 1px;
        font-size: 16px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    div.homepage-texts-wrapper {
        margin-bottom: 0px;

        & .shp-tabs-row {
        display: none;
    }
    }

    div.ModalHolder dialog.chatboxTools {
        display: block;
        z-index: 20;
    }

    div.navigation-buttons a[data-target="cart"] {
        color: var(--ss-primary);
        background-color: #fff;
    }

    div.navigation-buttons a[data-target="login"] {
        display: none;
    }

    div.navigation-buttons a[data-target="navigation"] {
        color: var(--ss-body);
        background-color: transparent;

        &:hover {
        color: var(--ss-body);
        background-color: transparent;
    }
    }

    div.navigation-buttons a[data-target="search"] {
        color: var(--ss-body);
        background-color: transparent;

        &:hover {
        color: var(--ss-body);
        background-color: transparent;
    }
    }

    div.navigation-buttons .dropdown {
        padding: 0px;
    }

    div.navigation-in.menu {
        background: white;
        height: 100%;
    }

    div.navigation-in span.submenu-arrow {
        display: none
    }

    div.navigation-in ul li a :hover {
        border-color: transparent;
        background: none;
        text-decoration: underline;
    }

    div.navigation-in ul.menu-level-2 {
        display: none !important;
    }

    div.navigation-window-visible div.navigation-buttons a[data-target="navigation"] {
        color: var(--ss-primary);
        background-color: #fff;
    }

    div.next-step {
        flex-direction: column-reverse;

        &.next-step--cart span.continue-shopping{
            padding:0;
            margin: 0 auto;
            display: block;
            text-align: center;
        }

        & button.btn.btn-conversion {
        width: auto;
        margin-bottom: 20px;
    }
    }

    div.p-detail-inner-header h1 {
        font-size: var(--normal-font-size);
        font-weight: var(--normal-font-weight);
    }

    div.p-final-price-wrapper {
        margin-bottom: 10px;

        & div.image360.image360-loaded div.image360-holder img {
        transform: scale(1.5);
    }
    }

    div.p-in-in {
        height: fit-content;

        & a {
        padding: 0 !important;
        height: 40px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    & span {
        text-transform: uppercase;
        font-size: var(--normal-font-size);
        font-weight: var(--normal-font-weight);
    }
    }

    div.p-param-block {
        padding-left: 20px;
    }

    div.p-short-description p {
        font-size: max(14px);
    }

    div.p-to-cart-block {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    div.prices strong {
        font-weight: initial !important
    }

    div.product a.name {
        text-transform: uppercase;
    }

    div.product div.p {
        justify-content: flex-start;
    }

    div.products-block {
        padding-top: 10px;
    
        & div.p {
            margin-bottom: 0px;
            width: 40vw;
            height: 250px;
    
            & a {
                height: 100%
            }
        }
    }

    div.search.static h2 {
        color: #284666;
    }

    div.site-name img {
        max-width: unset;
        max-height: unset !important;
        height: 50px !important;
    }

    div.slider-wrapper h4 {
        text-align: center;
        color: var(--ss-body);
    }

    div.tab-content {
        padding: 0 10px;
    }

    div#category-header form fieldset label[for=order4] {
        display: none;
    }

    div#cart-wrapper {
        height: 100%;
    }

    div#checkout-akce h2 {
        font-size: 15px;
    }

    div#content-wrapper {
        overflow: hidden;
    }

    div#homepageProducts4 div#products-4 {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        width: auto;
    }

    div#OGnav a[data-target="navigation"] {
        display: none;
    }

    div#OGnav2 {
        left: 0;
        right: auto;

        & a[data-target="search"] {
        display: none;
    }

    & a[data-target="cart"] {
        display: none;
    }
    }

    div#sizeTabPageHolder {
        padding: 10px;

        & div {
        min-width: unset;
        width: 100%;
        width: -webkit-fill-available;
    }
    }


    div#smartsupp-widget-container div[data-testid="widgetButtonFrame"] {
        position: fixed;
        left: 80vw !important;
    }

    footer div.banner {
        max-height: 30px;
        transition: max-height 1s ease-out;
        overflow: hidden;
        padding: 0;
        text-align: start;
        margin-bottom: 20px;
        min-height: unset;

        &.expanded {
        max-height: fit-content;
        transition: max-height 1s ease-in;
    }
    }

    footer div.custom-footer__banner4 {
        margin: 20px 0 0;
    }

    footer div#footer-button {
        display: block;
    }


    form.search-form button {
        background: transparent;
        border: unset !important;

        &::before {
        color: var(--ss-body);
    }
    }

    form.search-form input.search-input {
        background: #F3F4F6;
        color: var(--ss-body);
    }

    h2.bebas {
        font-size: 30px;
        line-height: 1.1;
    }

    h4.order-delivery {
        color: var(--ss-body);
    }

    h4.order-information {
        color: var(--ss-body);
    }

    h4.order-payment {
        color: var(--ss-body);
    }

    header .languagesMenu {
        display: none
    }

    header#header .container {
        height: 80px;
    }

    header a.toggle-window.cart-count {
        background: transparent;
        color: var(--ss-body);
    }

    nav#navigation {
        padding-top: 69px;

        & span.navigation-close {
        display: none;
    }

    & #bbLangHolder {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        margin-left: 15px;
        margin-top: 10px;
    }
    }

    ol.cart-header li.active a span {
        color: var(--ss-body);
    }

    ol.cart-header li.active strong span {
        color: var(--ss-body);
    }

    ol.cart-header li.completed a span {
        color: var(--ss-body);
    }

    ol.cart-header li.completed strong span {
        color: var(--ss-body);
    }

    span.flag.flag-discount span.price-save {
        background: unset;
        color: var(--ss-primary);
        font-weight: var(--bold-font-weight);
        text-transform: initial;
        font-size: var(--normal-font-size) !important;
        padding: 4px 9px;
    }

    span.continue-shopping {
        margin-left: 20px;
        color: var(--ss-body);

        &::before {
        display: inline;
    }
    }

    span.choose-variant {
        text-transform: uppercase;
    }

    span.default-variant span.availability-label {
        text-transform: none;
        font-weight: var(--lighter-font-weight);
    }

    span.filter-count {
        display: none;
    }

    span.flag.flag-discount span.price-save {
        font-size: 10px;
        padding: 4px 9px;
    }

    span.main-link-variant{
        font-weight:500;
        display: inline;
        white-space: nowrap;

        &::before{
            content:"|  ";
        }
    }

    span.price-final-holder {
        font-size: var(--normal-font-size);
        font-weight: var(--normal-font-weight);
        color: var(--ss-body);
    }

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

    table.cart-table a.main-link {
        color: var(--ss-body) !important;
        text-transform: uppercase;
        font-weight: 700;
        font-family: var(--font-ss);
        font-size: var(--normal-font-size);
        letter-spacing:1px;
    }

    table.cart-table div.discount-coupon form {
        width: 100%;
    }

    table.cart-table strong.availability-label.show-tooltip {
        font-size: var(--normal-font-size);
        margin-left:0px;
    }

    table.cart-table tbody {
        display: flex;
        flex-direction: column;
        align-items: center;
        background:#F3F4F6;
        margin: 0 -10px;
        padding: 15px 10px;
        border-radius: 5px;
    }

    table.cart-table td{
        background:#F3F4F6;

        &.p-availability{
            display:none;
        }

        &.p-price.p-cell {
        display: none;
        text-align:start;

        & form{
            display:flex;
        }

        & span.p-label{
            display:block;
            margin-right:5px;
            font-size:12px;
            text-transform:uppercase;
            letter-spacing:1px;
            font-weight:500;

            &::after{
                content:':';
            }
        }

        & span.increase{
            display:none;
        }

        & span.decrease{
            display:none;
        }

        & span.quantity{
            padding:0;
            text-align: start;
            line-height: unset;
        }

        & input{
            width: unset;
            height: unset;
            text-align: start;
            font-size:12px;
            font-weight:500;
            color:#2D2D2C;
        }
        }

        &.p-total {
        padding: 0;

        & span.p-label{
            display:none;
        }
        }

        &.p-quantity.p-cell {
        display: none;
        }
    }

    table.cart-table tr {
        align-items: center;
    }

    table.cart-table.custom button.add-to-cart-button{
        box-shadow:none;
        font-weight:500;

        &::after{
            content: " →";
        }
    }

    table.cart-table.custom tbody{
        border-radius: var(--ss-border-radius);
        background: #F3F4F6;
        padding-bottom: 5px;
    }
    
    table.cart-table.custom td{
        background-color: transparent;

        &.cart-p-image img{
            mix-blend-mode: multiply;
        }

        &.p-name{
            padding-left: 5px;

            & a{
                text-decoration:none;
            }
        }
    }

    tr.variant-list {
        content: ":";
    }

    tr.variant-not-chosen-anchor th::after {
        content: ":";
    }

    .flags-default .flag:after {
        display: none;
    }

    .flags-default .flag:before {
        display: none;
    }

    .products-block div .p .p-in {
        padding: 0 1rem;
    }

    .vote-pic {
        display: none;
    }

    .dropdown-menu {
        color: var(--ss-body);
        background-color: #fff;

        & li a {
        color: var(--ss-body);
        background-color: #fff;
    }
    }

    .image360-parent div.p-image-wrapper div.image360 img {
        transform: scale(1.5);
    }

    .products-block div .p .p-bottom div .p-tools {
        display: none;
    }

    .social-buttons-wrapper {
        display: none;
    }

    .site-msg.information {
        bottom: 65px;
    }

    #homepageProducts6 #products-6 {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        width: auto;
    }

    #OGnav2 {
        top: unset;
        height: 69px;
    }

    #homepageProducts6 #products-6 {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        width: auto;
    }

    #manufacturer-filter {
        display: none;
    }

.dropdown__container{height:0}
.m_t-fs--22vw{font-size:2.2vw!important}
.m_t-fs--2r{font-size:2rem!important;}
.m_mg--0{margin:0!important}
.m_wd-max--0{max-width:unset!important}
.m_ai--start{align-items: start!important}
.m_t-fs--40{font-size:40px!important}
.m_jc--fs{justify-content:flex-start!important}
body.mobile.type-category div#categoryHeader div:first-child{height: unset!important}
div.pagination-top{display:none}
body.in-index div.index-content-wrapper{padding: 0 20px}
body.in-index div.tab-content{padding:0px}
body.in-kosik table.cart-table td.p-quantity.p-cell, body.in-cart table.cart-table td.p-quantity.p-cell {display: block;}
body.type-category div#productsTop{flex-direction: column;}
body.type-category div#productsTop div.product {max-width: unset;padding:0}
body.type-category div#productsTop div.product .p {padding:0}
.nav__logo img.white {display: none!important;}
.nav__logo img.dark {display: block!important;}
.shp-tab-link:hover{font-weight:700;}
body.type-product ul.shp-tabs{display:flex;}
body.in-hodnoceni-obchodu div.rate-average-inner, body.in-store-rating div.rate-average-inner{align-items: flex-start!important;}
div.navigation-in.menu {height: calc(100% - 80px);position: absolute;bottom: 0;}
div.content-window.search-window h2, div.content-window.search-window h3, button[data-target="search"]{color:#2D2D2C;}
header#header{height:calc(44px + 54px);}
div#content-wrapper {margin-top: 0 !important;}
div.next-step button.btn.btn-conversion {width: 100%;max-width: unset;padding: 7px;}

}