/* -----------------------------------------------------
 KOŠÍK - kosik.css
----------------------------------------------------- */

@media (min-width: 1440px) {
body.in-kosik, .in-krok-1, .in-krok-2 {
    background: black;
}

.custom-cart-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 35px;
    margin-bottom: 20px;
    border-radius: 20px;
    font-family: inherit;
    flex-wrap: wrap;
}

/* Vlevo */
.custom-cart-topbar .cct-left {
    font-size: 42px;
    font-weight: 700;
    color: #000;
    flex: 1 1 150px;
}

/* Vpravo */
.custom-cart-topbar .cct-right {
    display: flex;
    align-items: center;
    gap: 25px;
    flex: 1 1 300px;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: right;
    background: #fff2e9;
    padding: 15px;
}

.custom-cart-topbar .cct-title {
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}

.custom-cart-topbar .cct-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom-cart-topbar .cct-item a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

/* Ikony */
.custom-cart-topbar .cct-icon {
    min-width: 22px;
    min-height: 22px;
}

/* Mobilní responsivita */
@media (max-width: 768px) {
    .custom-cart-topbar {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 20px;
    }

    .custom-cart-topbar .cct-right {
        justify-content: center;
    }
}

ol.cart-header li a span:after, ol.cart-header li strong span:after {
    border-top-color: #ffffff;
    border: unset;
}

.cart-inner {
    background-image: linear-gradient(to top, #e2efcf 0%, #f4f4f4 100%);
    padding: 30px;
}

ol.cart-header {
    margin-bottom: 0;
}

li.step.step-1.active {
    background: #f4f4f3;
    border-radius: 10px 10px 0 0;
    padding: 20px 0px;
}

li.step.step-1.active span {
    font-weight: 700;
}

ol.cart-header li.active strong:before {
    background: #ff5b01;
    border-color: #ff5b01;
    color: white;
    font-weight: 700;
}

/* Číslo kroku + text NA JEDNOM ŘÁDKU pro všechny kroky */
.cart-header .step > strong,
.cart-header .step > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;              /* mezera mezi číslem a textem */
    flex-direction: row !important; /* jistota, že nejede column */
}

/* Kruh s číslem – ať se chová jako inline prvek vedle textu */
.cart-header .step > strong::before,
.cart-header .step > a::before {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    position: static !important;  /* zruší případné absolute */
    margin: 0 8px 0 0;            /* mezera vpravo od kruhu */
}

/* Text kroku – ať se nechová jako blok pod kruhem */
.cart-header .step span {
    display: inline;
    white-space: nowrap; /* pokud chceš, aby se to nelámalo na dva řádky */
}

ol.cart-header li.active a, ol.cart-header li.active strong, ol.cart-header li.completed a, ol.cart-header li.completed strong {
    background-color: unset;
}

.cart-table-header {
    color: #000000;
    font-weight: 600;
}

li.step.step-2, li.step.step-3, li.step.step-1 {
    padding: 20px 0;
}



}
/* -----------------------------------------------------
 Main_CSS_1482025_header.css
----------------------------------------------------- */

/* === 1) Úpravy rozměrů, parametry, tlačítko do košíku === */
@media (min-width: 1240px) {
    .container {
        width: 1468px;
    }
}

.ytb-video {
    margin-top: 40px;
}

/* Parametry */
h2.h2-parametry {
    color: #ff5c00;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 40px;
    padding-left: 10px;
}

.extended-description .detail-parameters tr {
    border-bottom: 1px dotted;
}

.one-column-body table.detail-parameters tbody tr th {
    min-width: 205px;
    padding: 13px;
}

table.detail-parameters tbody tr td {
    padding-left: 20px;
    padding-top: 7px;
}

/* Extra produkty po vložení do košíku */
.advanced-order .products-wrapper.product-slider-holder.has-navigation {
    width: 100%;
}

/* Tlačítko do košíku */
button.btn.btn-cart.add-to-cart-button {
    color: white;
    text-transform: uppercase;
}

/* === 2) Skrytí flagu + styl link-wrapper/link-container === */
span.flag.flag-60-dni-na-vymenu-velikosti {
    display: none;
}
.link-wrapper {
    margin-bottom: 19px;
    display: flex;
    justify-content: center;
    background: #ff5a2b;
    border-radius: 7px 7px 0 0;
}
.link-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff5a2c;
    color: #fff;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 19px;
    font-weight: 700;
    max-width: 300px;
    height: 50px;
    padding: 0 10px;
    box-sizing: border-box;
    transition: background-color .3s ease;
}
.link-container:hover {
    color: #fff;
    text-decoration: underline;
}
.link-container img {
    max-height: 24px;
    margin-right: 8px;
}
@media (max-width: 320px) {
    .link-container {
        font-size: 14px;
        padding: 0 5px;
    }
    .link-container img {
        max-height: 20px;
        margin-right: 5px;
    }
}

/* === 3) Styl pro ikonu 360° === */
.image360--icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-image: url('https://example.com/path-to-your-icon.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9999;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
.image360--icon.hidden {
    opacity: 0;
}

/* === 4) Styl pro price-tooltip === */
.price-tooltip {
    position: absolute;
    background: rgba(0,0,0,0.9);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    max-width: 250px;
    display: none;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
}
.price-tooltip button {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 5px;
    border-radius: 3px;
}
.price-tooltip button:hover {
    background: #0056b3;
}

/* === 5) Font Montserrat + další úpravy === */
body,
h1, h2, h3, h4, h5, h6,
p, a, span, strong, em, input, textarea, select, button,
.menu, .footer, .product-name, .price, .btn, .category-box, .product,
.cart, .label, .form-control {
    font-family: 'Montserrat', sans-serif !important;
}

#navigation .navigation-in ul li > a > b {
    font-size: 14px !important;
}

body.desktop.id-1 #content-wrapper,
body.mobile.id-1 #content-wrapper {
    display: none;
}

body.type-category .product-appendix {
    display: block;
    margin-top: 4px; 
}

.products-block > div .p .name {
    height: auto;
}

body.type-category span.product-appendix {
    font-size: 14px;
}

/* -----------------------------------------------------
markstore_disco_styles_head_v12.css
----------------------------------------------------- */

  /*HEADER*/
.top-navigation-bar {
    background-color: #000000;
    border-color: #000000;
    border-bottom: 2px solid #2c2c2c;
}

ul.top-navigation-bar-menu a {
    color: white;
}

.top-navigation-bar-menu li a:hover {
    color: #ff4800;
    padding-left: 20px;
    text-decoration: underline;
}

.top-navigation-bar .container {
    align-items: center;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    max-height: 45px;
}

.top-navigation-bar ul.top-navigation-bar-menu a {
    font-size: 16px;
    font-weight: 500;
    color: #a8a8a8;
}

.top-navigation-bar a {
    color: #ffffff;
    font-weight: 600;
}

.languagesMenu .languagesMenu__list__link {
color:black !important;
}



a.top-nav-button.top-nav-button-login.primary.login.toggle-window {
    background: #000000;
    height: 47px;
    padding: 13px 20px;
    font-size: 16px;
    font-weight: 700;
    color: white;
}

a.top-nav-button.top-nav-button-login.primary.login.toggle-window::before {
    display: inline-block;
    content: "";
    background: url(/user/documents/upload/Markstore_css/update_design_6_10/pic/login_ico.png);
    background-size: 20px 20px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-bottom: 6px;
}

.top-navigation-menu-trigger {
    margin-right: -105px;
    padding: 4px 20px;
    background: #ff5c00;
    border-radius: 40px;
    border: 1px solid white;
}

.user-action-login.popup-widget.login-widget {
    top: 55px;
}
    
 .popup-widget {
        margin-left: 179px;
}

    #header .navigation-buttons a[data-target=cart] i {
        left: 20px;
        top: 12px;
        background: #f00;
        color: white;
    }
    
.login-wrapper .password-helper a {
    color: black !important;
}

.top-navigation-menu {
height: 32px !important;
}

/*měny-uprava*/
button#topNavigationDropdown {
    background: #000000;
    padding: 9px 21px 9px;
    padding-right: 2.5em;
    color: white;
}

.languagesMenu {
    background: #d34b00;
    padding: 7px 13px 6px;
    padding-right: 0.5em;
    color: white;
}

ul.languagesMenu__list.languagesMenu__list--language {
    color: black;
}

.top-navigation-bar .dropdown .caret:before {
    right: 1.5em;
}


#header .search-input {
    background-color: var(--color-header-background);
    color: var(--_color-header-text);
    border: 1px solid;
    text-align: center;
    padding-left: 10px;
}

    .search-input-icon {
        font-size: 20px;
        padding-left: 20px;
    }


#header {
    background-color: #000000;
}

.header-bottom {
    background-color: #000000;
    border-color: #000000;
}

.navigation-in {
        background-color: #f7f7f7;
}

#header .site-name a img {
        max-height: 80px;
}




/*-----MAIN MENU–––––*/
@media (min-width: 768px) {
    .navigation-in>ul>li>a {
        padding-top: 20px;
        padding-bottom: 13px;
    }

    .navigation-in>ul>li>a:hover {
        color: #ffffff;
        text-decoration: unset !important;
        background: linear-gradient(90deg, #ff3300 0.01%, #ffae0f 100%);
    }

    .menu-helper>span {
        border-color: #cfcfcf;
        color: #ffffff;
        padding: 25px 30px;
        border-radius: 0px;
        text-transform: lowercase;
        font-size: 18px;
        background: linear-gradient(90deg, #ff3300 0.01%, #ffae0f 100%);
    }
}

#navigation .navigation-in ul li>a>b {
    text-transform: uppercase;
    font-size: 16px;
}
    
    
  #navigation .navigation-in ul li>a>b {
        border-width: 0;
        text-decoration: unset !important;
    }
    
@media (min-width: 768px) {
.navigation-in .menu-item-706 b::before {
    display: inline-block;
    content: "";
    background: url(/user/documents/upload/Markstore_css/update_design_6_10/pic/quad-black.png);
    background-size: 30px 30px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-bottom: 6px;
}

.navigation-in .menu-item-712 b::before {
    display: inline-block;
    content: "";
    background: url(/user/documents/upload/Markstore_css/update_design_6_10/pic/motocross_black.png);
    background-size: 30px 30px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-bottom: 6px;
}

.navigation-in .menu-item-2466 b::before {
    display: inline-block;
    content: "";
    background: url(/user/documents/upload/Markstore_css/update_design_6_10/pic/motocross_helmet.png);
    background-size: 30px 30px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-bottom: 6px;
}

.navigation-in .menu-item-1653 b::before {
    display: inline-block;
    content: "";
    background: url(/user/documents/upload/Markstore_css/update_design_6_10/pic/parts.png);
    background-size: 30px 30px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-bottom: 6px;
}

.navigation-in .menu-item-1875 b::before {
    display: inline-block;
    content: "";
    background: url(/user/documents/upload/Markstore_css/update_design_6_10/pic/pneu.png);
    background-size: 30px 30px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-bottom: 6px;
}

.navigation-in .menu-item-727 b::before {
    display: inline-block;
    content: "";
    background: url(/user/documents/upload/Markstore_css/update_design_6_10/pic/oil.png);
    background-size: 30px 30px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-bottom: 6px;
}

}

/*menu 3rd-level*/

#navigation .menu-level-2>li a:hover {
    color: #ff5b01;
}


/*košík v headeru*/


#header .navigation-buttons a[data-target=cart]:before {
        font-size: 29px;
        margin-right: 15px;
        color: #ff5b01;
    }
    
a#continue-order-button {
    color: white;
}

a#continue-order-button {
    color: white;
    width: 90%;
}

a#continue-order-button:hover {
    background: #6bb300;
    border-color: #6bb300;
}
    
/*carousel - fullwide*/
    .desktop .banners-row {
        clear: both;
        margin-top: 0;
    }

.row.banners-row {
    margin: 0;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive {
margin: auto;
}

.wide-carousel {
    background: black;
}




/*SEARCH pole uprava*/
@media (min-width: 768px) {
.searchWhisperer.active {
    border-top: 3px solid #ff5b01;
    border-radius: 0px 0px 20px 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

h3.searchWhisperer__additionalResults__heading.searchWhisperer__additionalResults__heading--category {
    font-weight: 700;
    font-size: 19px;
    border-bottom: 2px solid #ff5b01;
    padding-bottom: 7px;
}

h3.searchWhisperer__additionalResults__heading.searchWhisperer__additionalResults__heading--article{

    font-weight: 700;
    font-size: 19px;
    border-bottom: 2px solid #ff5b01;
    padding-bottom: 7px; 
}

h3.searchWhisperer__products__heading {
    text-align: center;
    padding-bottom: 20px;
    font-size: 25px;
}

.searchWhisperer__buttonWrapper {
    justify-content: right;
}

button.btn.btn-default.searchWhisperer__button.js-searchWhisperer__button {
    background: white;
    border-color: black;
    border: 2px solid;
    margin-top: 50px;
}

button.btn.btn-default.searchWhisperer__button.js-searchWhisperer__button:hover {

    background: #ff5b01;
    border-color: black;
    border: 2px solid;
    border-radius: 40px;
    margin-top: 50px;
    color: #ffffff
    ;
}

a.searchWhisperer__additionalResults__link:hover {

    color: #ff5b01;
}

li.searchWhisperer__products__listItem:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border: 1px solid #e5e5e5;
    transition: transform .3s;
    transform: scale(1.05);
}

a.searchWhisperer__product {
    padding: 20px;
}

}



/*------PRODUKTOVY VYPIS--------*/

.product {
    border: 1px solid #e8e8e8 !important;
    padding: 20px !important;
}

p.p-desc {
    display: none;
}

@media (min-width: 768px) {
.surcharge-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
select.surcharge-parameter {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #ffd9c4;
    padding-left: 20px;
    width: 100%;
}

.p-variants-block {
    background: #fffaf8;
    padding: 20px;
    padding-top: 39px;
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 41px;
    border: 6px solid white;
}

span.surcharge-label {
    font-weight: 600;
    padding-bottom: 0px !important;
}}

span.row-header-label {
    font-weight: 600;
}

table.detail-parameters span.availability-label {
    font-size: 23px;
}

table.detail-parameters tbody tr th:after {
    border-top: unset;
}

.p-to-cart-block {
    padding: 30px;
    box-shadow: rgb(255 255 255 / 40%) 0px 0px 0px 2px, rgb(190 190 190 / 65%) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    border: 7px solid white;
    border-radius: 10px;
}

.p-detail-inner .p-to-cart-block .add-to-cart-button {

        color: white;
        text-transform: uppercase;
        font-size: 19px;
    

}

.p-to-cart-block strong.price-final {
    padding-top: 13px;
}

.p-to-cart-block span.price-standard {
    color: red;
    font-size: 20px;
}

.p-to-cart-block span.price-save {
    background: red;
    padding: 4px 14px;
    border-radius: 20px;
    color: white;
    font-weight: 600;
}

span.calculated-price {
    font-weight: 700;
}

.p-to-cart-block .p-final-price-wrapper .price-additional {
    color: #535353;
    font-weight: 400;
}

.p-detail-inner .p-to-cart-block .add-to-cart-button:before {
    content: "\e921" !important;
    display: inline-block;
    font-family: shoptet;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 0;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 21px;
}

.p-to-cart-block {
    align-items: flex-end;
    display: flex;
    gap: 10px 20px;
    padding: 10px;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

div#HcCalculater {
    border: 1px solid #ffffff;
    text-align: center;
    padding: 11px;
    margin-top: 0px;
    width: 100%;
    margin-left: auto;
    background-color: #ffffff;
}


div#HcCalculater a {
    color: red;
    font-weight: 600;
}

.p-to-cart-block .p-final-price-wrapper {
    width: 100%;
}

div#HcCalculater::before {
    display: inline-block;
    content: "";
    background: url(/user/documents/upload/Markstore_css/update_design_6_10/pic/hm_logo.png);
    background-size: cover;
    margin-right: 13px;
    width: 47px;
    height: 26px;
    vertical-align: middle;
    
}

div#HcCalculater:hover {
    background-color: #ffe4d5;
}


/*------------------PODKATEGORIE-------------------*/

@media (min-width: 768px) {
.category-top {
    max-width: 100% !important;
}


li.col-xs-6.col-sm-6.col-lg-3.col-xl-3 {
    padding: 10px;
    border: 2px solid #e3e2e2;
    background-color: white;
    margin: 11px;
    width: 22%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.subcategories li a {
    justify-content: space-around;
}


.subcategories {
    justify-content: space-between;
}

.category-top h4 {
    text-align: center;
    padding-top: 20px;
    font-size: 27px;
    padding-bottom: 15px;
}

div#productsTop .product.active, .product.revealed {
    padding: 12px !important;
    border-radius: 10px;
    margin: 9px;
    width: 32%;
    border: 2px dotted #777777 !important;
}

}

/*------Middle bannery------*/


/*články na homepage*/
.news-item span.title {
    color: black !important;
}



/*----------------PRODUKT PAGE----------------*/
.ratings-and-brand {
    padding-bottom: 16px;
    padding-top: 10px;
}

.p-detail-inner-header h1 {
    font-size: 27px;
    font-weight: 700;
}

span.product-appendix {
    color: #ff5b01;
    font-size: 21px;
}

/*--------footer-------------*/
#footer {
    background-color: #000000;
}

.footer-bottom {
    background-color: #000;
}

span.copyright a {
    color: #ff5b01 !important;
}

 a.title {
    color: black !important;
    font-size: 0;
}

#signature a.image img {
opacity:40%;
}

@media (min-width:990px){
span.copyright {
    display: flex;
    justify-content: center;
    width: 100%;
    color: #909090;
}
}






/*INFO-PRUH-VLEVO*/
.site-msg.information {
    background: yellow;
    font-weight: 700;
    font-size: 18px;
}





/*-------------MOBIL-------------*/
@media (max-width: 767px) {
    #navigation .menu-level-1>li>a, #navigation .navigationActions>li>a {
        padding-right: 50px;
        position: relative;
        background: black;
        color: white;
        border-bottom: 1px solid #393939;
    }
    
 .submenu-arrow:after {
    content: "\e90e";
    transition: transform .3s ease-out;
    color: #ff5b01;
    padding-right: 25px;
    padding-top: 10px;
}

.submenu-visible li.exp>a .submenu-arrow:after {
    transform: rotate(180deg);
    padding-right: 0px;
    padding-top: 0px;
    color: white;
}

ul.menu-level-2 {
    background: #212121;
}

.navigation-in {
    background-color: #000000;
}

 .navigation-in ul.menu-level-2 li a {
        padding-left: 40px;
        color: white;
        border-left: 5px solid #ff5b01;
        border-bottom: 1px solid #3e3e3e;
    }
 .navigation-window-visible .navigation-buttons a[data-target=navigation]:before {
    content: "\e912";
    font-size: 14px;
    color: red;
}

}


/* -----------------------------------------------------
megamenu.min.css
----------------------------------------------------- */

  body.desktop{.menu-item-2466{position:static!important}.menu-item-2466.is-open{z-index:1001!important}.menu-item-2466.is-open ul.menu-level-2{display:flex!important;flex-direction:row;width:100vw;max-width:1200px;left:50%!important;transform:translateX(-50%);padding:24px;box-sizing:border-box;background-color:#fff;border-top:1px solid #eee;z-index:1001!important}.mega-menu-links{flex:1 1 39%;max-width:350px;padding-right:24px;box-sizing:border-box}.mega-menu-hero-content{flex:1 1 60%;position:relative;min-height:510px;background-size:cover;background-position:center center;background-repeat:no-repeat;transition:background-image .3s ease-in-out;opacity:0}.mega-menu-hero-content.is-active{opacity:1}.mega-menu-hero-link{display:flex;flex-direction:column;justify-content:flex-end;position:absolute;top:0;left:0;right:0;bottom:0;padding:32px;text-decoration:none;border-radius:8px;background:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.7) 100%);height:100%}.mega-menu-hero-text{color:#fff}.mega-menu-hero-title{font-size:2.7rem;font-weight:700;margin:0 0 8px 0;color:#fff}.mega-menu-hero-p{font-size:1.6rem;margin:0 0 24px 0;max-width:450px;color:#fff}.mega-menu-hero-link .btn{background-color:#fa4701;color:#fff;border:none;padding:12px 24px;font-weight:700;text-transform:uppercase;border-radius:4px;display:inline-block;width:auto;text-decoration:none;transition:background-color .2s}.mega-menu-hero-link .btn:hover{background-color:#ff7d00;color:#fff}.mega-menu-links>li{list-style:none!important;margin:0!important;padding:0!important;display:flex!important;align-items:center;border-bottom:1px solid #f0f0f0}.mega-menu-links>li:last-child{border-bottom:none}.mega-menu-links>li>a{flex-grow:1;padding:14px 10px;text-decoration:none;color:#333;font-weight:600;font-size:1rem;transition:color .2s,opacity .2s}.mega-menu-links:hover>li>a{opacity:.5}.mega-menu-links>li:hover>a{opacity:1;color:#ff5b01;border-left:3px solid #ff5b01}}.mega-menu-links a.menu-image{max-width:120px}.mega-menu-links>li>div.menu-image{flex-shrink:0;width:50px;height:50px;margin-right:15px;background-size:contain;background-position:center center;background-repeat:no-repeat}.menu-item-1263>div.menu-image{}.menu-item-1977>div.menu-image{}.menu-item-1983>div.menu-image{}



  /* -----------------------------------------------------
Z EDITORU
----------------------------------------------------- */
  @media (max-width: 768px) {
.container.navigation-wrapper .site-name {
    flex: 0 1 150px;
}}




@media (min-width: 1440px) {
    body.in-krok-1 .cart-inner {
        background-image: linear-gradient(to top, #ffffff 0%, #f4f4f4 100%);
        }
        
            body.in-krok-2 .cart-inner {
        background-image: linear-gradient(to top, #ffffff 0%, #f4f4f4 100%);
        }

li.step.step-2.active {
    background: #f4f4f3;
    border-radius: 10px 10px 0 0;
    padding: 20px 0px;
}

li.step.step-3.active {
    background: #f4f4f3;
    border-radius: 10px 10px 0 0;
    padding: 20px 0px;
}

ol.cart-header li.completed a:before {
    background: #53ab2b;
    color: white;
    border-color: #53ab2b;
}

  /*  li.step.step-2, li.step.step-3, li.step.step-1 {
        padding: 20px 0;
        background-image: linear-gradient(to top, #e0e0de 0%, #f4f4f3 100%);
    }*/
    
    ol.cart-header li a:hover {
    background-color: unset;
    color: #ff5b01;
}

ol.cart-header li a:before, ol.cart-header li strong:before {
    background-color: #000000;
    border-color: #cfcfcf;
    color: white;
    font-weight: 500;
}

div#summary-box {
    background: white;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border-radius: 20px;
    margin-top: 20px;
}

.checkout-box {
    display:none;
}

.shipping-billing-table .radio-wrapper {
    border-color: transparent transparent #cfcfcf;
    margin-bottom: 9px;
    border: 1px solid #d1d1d1;
    background: white;
    padding-left: 20px;
    padding-right: 20px;
}

b.shipping-billing-name {
    font-weight: 500;
    color: #000000;
}


}
