/* normalize */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    image-rendering: -webkit-optimize-contrast;
}

html {
    /* ensures that page root is at least one screen high */
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

main {
    display: block;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    color: transparent;
}

pre {
    font-family: monospace, monospace;
    font-size: var(--mr_fontsize__medium);
    /* font-weight: var(--mr_fontweight__medium); */
}

a:focus {
    text-decoration: none;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
    text-decoration: none;
}

b,
strong {
    font-weight: 800;
    font-size: inherit;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: var(--mr_fontsize__medium);
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: var(--mr_fontsize__medium);
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.row {
    margin-left: unset;
    margin-right: unset;
}


/* .row::before,
.row::after {
    display: none;
} */

p {
    margin-top: 0;
    margin-bottom: 0;
    color: var(--mr_color__outerspace);
    font-size: var(--mr_fontsize__normal);
    font-weight: var(--mr_fontweight__medium);
    line-height: 1.25;
}

html {
    overflow-x: hidden;
}

.wrapper-iframe {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.wrapper-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-header .material-icons.error {
    color: var(--mr_color__white);
}

body#module-prestablog-poradnik .block-categories {
    display: none;
}

/* subcategories slider */

#subcategories .mr_categoryslider .prev-arrow {
    left: -21px;
}

#subcategories .mr_categoryslider .next-arrow {
    right: -21px;
}

@media only screen and (max-width: 360px) {
  #subcategories .mr_categoryslider .prev-arrow {
    left: -26px;
}

#subcategories .mr_categoryslider .next-arrow {
    right: -26px;
}
}

@media only screen and (min-width: 920px) {
  #subcategories .mr_categoryslider .prev-arrow,
  #subcategories .mr_categoryslider .next-arrow {
    display: none !important;
}

}

/* basket */

.additional_add_to_basket__image img {
    max-width: 50px;

}

.mr_single-navigation .mr_single-order-current-price span {
    font-size: var(--mr_fontsize__smaller) !important;
}

.additional_add_to_basket__button {
    background: var(--mr_color__dark_red);
    font-size: 16px !important;
    cursor: pointer;
    text-align: center;
    line-height: 1.4;
    text-transform: lowercase;
    font-weight: var(--mr_fontweight__medium);
    transition: color 0.3s ease, background 0.3s ease;
    color: var(--mr_color__white);
    opacity: 1;
    width: 190px;
    height: 35px;
    display: flex;
    align-items: center !important;
    justify-content: center;
    border-radius: 20px !important;
    border: none;
    font-family: 'Roboto Condensed';
}

.additional_add_to_basket__button span.ui-button-text {
    padding: 0;
}

.wiecej__inner {
    display: flex;
    justify-content: space-between;
}

.additional_add_to_basket {
    display: flex;
    align-items: center;
    column-gap: 15px;
    display: none;
}

@media screen and (min-width: 992px){
    .additional_add_to_basket--visible {
        display: flex;
    }

    .additional_add_to_basket__mobile {
        display: none;
    }
}

#header .header-top {
    padding: 0;
}

.additional_info_button.additional_info_button--displayed {
    display: block;
}

.additional_info_button {
    display: none;
}

.mm_columns_li__view_all {
    font-size: var(--mr_fontsize__normal);
    /* border: 2px solid #474F59; */
    font-weight: var(--mr_fontweight__bold);
    color: var(--mr_color__outerspace) !important;
    border-radius: 20px;
    cursor: pointer;
    /* padding: 2px 10px 2px 10px; */
    line-height: 1;
    /* margin-left: 20px; */
    display: block;
    width: fit-content;
    /* margin-bottom: 5px; */
}

.layout_layout1 .ets_mm_block_content ul li a.mm_columns_li__view_all::before {
    content: none;
}

@media screen and (min-width: 992px){
    .mm_columns_li__view_all {
        display: none;
    }
}

a.first_child_sub_menu {
    cursor: pointer;
}

.mr_gallery .mr_gallery-nav--mobile .mr_thumb img {
    box-shadow: none;
}

.mr_gallery-nav--mobile .slick-slide,
.mr_gallery-nav .slick-slide {
    margin: 0 12px;
}

.mr_gallery-nav--mobile .slick-list,
.mr_gallery-nav .slick-list {
    margin: 0 -12px;
}

.mr_gallery-nav.mr_gallery-nav--mobile {
    padding: 0;
}

.mr_gallery-nav.mr_gallery-nav--mobile .prev-arrow {
    left: -25px;
}

.mr_gallery-nav.mr_gallery-nav--mobile .next-arrow {
    right: -25px;
}

@media screen and (max-width: 810px){
    .mr_single-navigation .wiecej__inner .mr_single-bottom-container {
        display: flex;
    }

    .wiecej__inner {
        justify-content: center;
    }

    .additional_add_to_basket__mobile {
        position: sticky;
        bottom: 0;
        z-index: 2;
        justify-content: right;
        column-gap: 20px;
        background-color: #fff;
        width: 100%;
        display: none;
        align-items: center;
        padding: 10px 20px;
        border-radius: 20px 0 0 0;
        left: 100%;
    }

    body#product .additional_add_to_basket--mobile-visible.additional_add_to_basket__mobile {
        display: flex;
    }

    body#product .additional_add_to_basket--mobile-visible.additional_add_to_basket__mobile .mr_single-order-current-price span{
        font-size: var(--mr_fontsize__normal);
    }
}

@media screen and (max-width: 810px){ 
    body#cart #lpsgmybusiness_floating,
    body#checkout #lpsgmybusiness_floating,
    body#cart #x13eucookies-icon,
    body#checkout #x13eucookies-icon,
    body#cart #callpageWrapper,
    body#checkout #callpageWrapper {
        display: none;
    }
}


.additional_add_to_basket__mobile .mr_single-order-price {
    flex-direction: column;
}

@media screen and (max-width: 810px){
    /* body#product {
        overflow-x: hidden;
    } */

    body#index h2.mr_title,
    body#index #custom-text h1,
    body#index .pinpointimage-text .mr_tit {
        font-size: var(--mr_fontsize__big);
    }

    #pd_combinations_tab .ui-btn-inner,
    .ui-loader {
        display: none;
    }
}

.mr_mobile_menu__btn.ui-state-default {
    background: transparent;
} 

.mr_mobile_menu__btn span.ui-button-text {
    padding: 0;
}

.slick-slide img {
    width: 100%;
    height: 100%;
}

body#category .mr_products .thumbnail.product-thumbnail img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 850px){
    .js-product-variants {
        display: grid;
        row-gap: 15px;
        margin-top: 20px;
    }
}

@media screen and (min-width: 851px){
    .js-product-variants {
        margin-bottom: 20px;
    }
}