/*OBECNÉ*/

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

:root {
    --size-h1: 34px;
    --size-h2: 32px;
    --size-h3: 24px;
    --size-h4: 22px;
    --size-h5: 20px;
    --size-bigger: 18px;
    --size-body: 16px;
    --nav-height: 40px;
}

#signature a.image img {
    margin-bottom: 6px;
}

#signature {
    align-items: center;
}

.remedio-signature {
    display: inline-flex;
    align-items: center;
    margin-right: 11px;
}

.remedio-logo {
    margin: 0 7px 0 8px;
}

.remedio-spaceman {
    margin-right: 10px;
}

body {
    font-size: var(--size-body);
}

h1, .h1 {
    font-size: var(--size-h1);
}

h2, .h2 {
    font-size: var(--size-h2);
}

h3, .h3 {
    font-size: var(--size-h3);
}

h4, .h4 {
    font-size: var(--size-h4);
}

h5, .h5 {
    font-size: var(--size-h5);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

/*HEADER*/

@media (min-width: 992px) {
    #header .container:after {
        content: none;
    }
    #header {
        padding-bottom: 15px;
        border-bottom: 3px solid var(--color-secondary);
    }
    #header > .container.navigation-wrapper {
        position: relative;
        width: 100%;
        padding: 80px 30px 80px;
        justify-content: space-between;
        max-width: 1920px;
    }
    #header .site-name a img {
        max-height: 189px;
    }
    .container.navigation-wrapper .site-name {
        flex-basis: 415px;
    }
    #header > .container.navigation-wrapper::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background-color: #232323;
        width: 100%;
        height: 42px;
    }
    #navigation {
        position: absolute;
        bottom: 0px;
        width: 100%;
        background: transparent;
        z-index: 1;
        height: var(--nav-height);
    }
    .menu-helper {
        position: absolute;
        bottom: 0;
        right: 0;
        top: auto;
    }
    .navigation-in>ul>li>a {
        padding: 10px 20px 10px 20px;
        color: #000;
        border-radius: 4px;
        letter-spacing: 1px;
    }
    .navigation-in>ul>li.menu-item-673>a {
        background-color: var(--color-secondary);
    }
    .navigation-in>ul>li.menu-item-673>a:hover {
        background-color: var(--color-secondary-hover);
    }
    .navigation-in>ul>li.menu-item-external-31>a {
        background-color: var(--color-primary);
        color: #fff !important;
    }
    .navigation-in>ul>li.menu-item-external-31>a:hover {
        background-color: var(--color-primary-hover);
    }
    .navigation-in {
        padding: 0 33px;
        line-height: 1.1;
        font-size: var(--size-bigger);
    }
    .fitted .navigation-in ul {
        justify-content: center;
    }
    .navigation-in > ul {
        height: var(--nav-height);
        gap: 28px;
    }
    .navigation-in ul li a b {
        font-weight: 500;
    }
    .navigation-in>ul>li.menu-item-1318>a {
        background-color: var(--color-primary);
        color: #000;
    }
    .navigation-in>ul>li.menu-item-1318 {
        margin-right: 16px;
    }
    .navigation-in>ul>li.menu-item-1301>a {
        background-color: var(--color-tertiary-hover);
        color: #000;
    }
    .navigation-in>ul>li.exp>a, .navigation-in>ul>li>a:hover {
        color: #000;
        text-decoration: underline;
    }

    .menu-helper {
        height: var(--nav-height);
        background: transparent;
    }
    .menu-helper>span {
        background: transparent;
        color: #000;
        font-weight: 500;
        letter-spacing: 1px;
    }
    #header .navigation-wrapper > #formSearchForm {
        width: 525px;
        max-width: 100%;
    }
    #header .navigation-wrapper > #formSearchForm.compact-form .btn.btn-lg::before {
        content: none;
    }
    .navigation-buttons {
        width: 100%;
        max-width: 300px;
    }
    #header .navigation-wrapper > #formSearchForm.compact-form .btn > span {
        position: relative;
        width: auto;
        height: auto;
        margin: 0;
        clip: unset;
        border: unset;
        line-height: 1;
    }
    #header .navigation-wrapper > #formSearchForm.compact-form .btn {
        border-radius: 4px;
        background: var(--color-secondary);
        font-size: 20px;
        font-weight: 600;
        text-transform: none;
        line-height: 1;
        padding: 5px 41px;
        height: 60px;
        top: 0px;
        color: #fff;
    }
    #header .navigation-wrapper > #formSearchForm.compact-form .btn:hover {
        background-color: var(--color-secondary-hover);
    }
    #header .navigation-wrapper > #formSearchForm.compact-form input {
        border-radius: 4px;
        border: 1px solid #B0B0B0;
        box-shadow: none;
        text-indent: 54px;
        font-size: 16px;
        padding-left: 0;
        background-image: url("/user/documents/upload/kodovani/magnifier.svg");
        background-size: 21px;
        background-repeat: no-repeat;
        background-position: 17px center;
    }
    #header .navigation-wrapper > #formSearchForm.compact-form ::placeholder {
        color: #161515;
    }
    .navigation-buttons a {
        width: 80px;
    }
    .navigation-buttons a[data-target="search"] {
        display: none;
    }
    .navigation-buttons a[data-target="login"]::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 28px;
        height: 28px;
        background-image: url("/user/documents/upload/kodovani/user.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .navigation-buttons a[data-target="cart"]::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 28px;
        height: 28px;
        background-image: url("/user/documents/upload/kodovani/shopping-bag.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .top-navi {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 42px;
        display: flex;
        padding: 0 33px;
        justify-content: space-between;
        align-items: center;
        background: #232323;
    }
    .top-navi__menu ul {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .top-navi__menu ul li {
        margin-left: 35px;
    }
    .top-navi__menu ul li a {
        position: relative;
        color: #fff;
        font-size: 14px;
        line-height: 1.1;
        letter-spacing: 1px;
    }
    .top-navi__menu ul li a:hover {
        text-decoration: underline;
    }
    .top-navi__contact a {
        position: relative;
        color: #fff;
        font-weight: 400;
        display: flex;
        align-items: center;
        margin-left: 5px;
    }
    .top-navi__contact a:hover {
        color: #fff;
        text-decoration: underline;
    }
    .top-navi__contact {
        display: flex;
        color: #fff;
        align-items: center;
    }
    .top-navi__contact::before {
        content: "";
        width: 26px;
        height: 26px;
        display: inline-block;
        margin-right: 14px;
        background-image: url("/user/documents/upload/kodovani/phone.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .top-navi__contact .tel a::after {
        display: inline-block;
        font-size: 13px;
        font-weight: 400;
        margin-left: 5px;
    }
    .top-navi__contact .tel {
        margin-right: 50px;
    }
    .top-navi__contact .mail a::before {
        content: "";
        width: 23px;
        height: 23px;
        display: inline-block;
        margin-right: 6px;
        background-image: url("/user/documents/upload/kodovani/mail.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .navigation-buttons > a[data-target="cart"] i {
        left: 7px;
        right: auto;
        top: 42px;
        bottom: auto;
        width: 16px;
        height: 16px;
        background-color: #CA1858;
    }
    .navigation-in ul.menu-level-2 {
        top: 100%;
    }
    .navigation-in ul.menu-level-2 a:hover {
        text-decoration: underline;
    }
    .menu-helper, .menu-helper>span {
        font-size: var(--size-bigger);
    }
}


/*TOP KATEGORIE*/

.top-categories .swiper-button-next, .top-categories .swiper-button-prev {
    top: calc(50% + 40px);
}

.top-category h4 {
    font-weight: ;
}

.top-categories__wrap {
    position: relative;
    margin: 0 auto 60px;
    border-bottom: 1px solid #000;
    padding: 25px 70px 30px;
}

.top-categories h2 {
    text-align: center;
    margin: 0 0 30px;
}

.top-category {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-category__subtitle {
    position: relative;
    font-weight: 300;
    font-size: 15px;
    padding-bottom: 2px;
    line-height: 1.2;
}

.top-category__subtitle::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: #000;
}

.top-categories__title {
    text-align: center;
    font-weight: 400;
    margin-top: 38px;
}

.top-category h4 {
    margin: 13px 0 18px;
    line-height: 1.25;
}

.top-category__text a {
    font-weight: 400;
    color: #fff;
    background-color: var(--color-primary);
    padding: 7px 15px;
    border-radius: 5px;
    display: inline-flex;
}

.top-category__text a:hover {
    text-decoration: underline;
}

.top-category .img-holder img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.top-category .img-holder {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-right: 30px;
    height: 180px;
    width: 180px;
}

.swiper-button-prev:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    mask-image: url("/user/documents/upload/kodovani/arrow-left.svg");
    -webkit-mask-image: url("/user/documents/upload/kodovani/arrow-left.svg");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: var(--color-primary);
}

.swiper-button-next:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    mask-image: url("/user/documents/upload/kodovani/arrow-left.svg");
    -webkit-mask-image: url("/user/documents/upload/kodovani/arrow-left.svg");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: var(--color-primary);
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

/*HP PRODUKTY*/

.in-index #tab-content {
    padding: 0;
}

.in-index .tab-pane .products-block {
    margin: 0;
    position: relative;
    z-index: 2;
}

.homepage-group-title {
    font-size: var(--size-h2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    margin: 0 0 30px;
}

.in-index .tab-content>.tab-pane {
    display: block;
    opacity: 1;
    position: relative;
}

.shp-tabs-wrapper.homepage-tabs-wrapper > .shp-tabs-row {
    display: none;
}

.flags-default .flag:before, .flags-default .flag:after {
    content: none;
}

.products-block>div .p {
    text-align: left;
    box-shadow: 0px 0px 8.53px 0px rgba(0, 0, 0, 0.07);
}

.products-block .p .name {
    padding: 0;
}

.products-block:not(.swiper-wrapper)>div .p {
    padding: 10px;
    background-color: #fff;
}

.products-block>div .p .availability {
    padding-top: 5px;
}

.products-block>div .p .p-bottom.single-button {
    padding: 0;
}

.products-block>div .p .p-bottom>div .p-tools {
    padding: 0;
}

.products-block>div .p .p-bottom.single-button .prices {
    padding: 10px 0;
    font-size: var(--size-h4);
}

.products-block>div .p .p-bottom>div .p-tools .add-to-cart-button, .products-block .p .p-bottom .p-tools .btn.btn-primary {
    width: 100% !important;
    color: #000;
    border-radius: 4px;
    text-transform: none;
    padding: 8px 15px !important;
    border-color: var(--color-tertiary);
    background-color: var(--color-tertiary);
    font-size: var(--size-body);
    font-weight: 400;
}

.products-block>div .p .p-bottom>div .p-tools .add-to-cart-button:hover, .products-block .p .p-bottom .p-tools .btn.btn-primary:hover {
    background-color: var(--color-tertiary-hover);
    border-color: var(--color-tertiary-hover);
}

.in-index #tab-content > .tab-pane {
    margin-bottom: 70px;
}

/*HODNOCENÍ OBCHODU*/

.myratings {
    margin: 50px auto;
}

.myratings .vote-pic {
    display: none;
}

.myratings > h2 {
    text-align: center;
}

.myratings-inner {
    display: grid;
    gap: 35px;
    grid-template-columns: 1fr 1fr 1fr;
}

.myratings-inner > div {
    border: 1px solid #97006A;
    border-radius: 10px;
    padding: 25px 25px 40px;
}

.myratings .vote-wrap {
    margin-bottom: 0;
    background: #fff;
}

.myratings .vote-name {
    font-size: var(--size-h5);
    font-weight: 600;
    margin: 0 0 14px;
}

.myratings .stars {
    height: 25px;
    width: 150px;
    margin: 0;
}

.myratings .vote-delimeter {
    color: #000;
    font-size: 22px;
    font-weight: 300;
}

.myratings .stars a, .myratings .stars span {
    height: 25px;
    line-height: 25px;
    width: 25px;
    margin-right: 5px;
}

.myratings .stars a:before, .myratings .stars span:before {
    font-size: 25px;
    line-height: 25px;
    color: #F0B821 !important;
}

.myratings .vote-time {
    color: #A4A4A4 !important;
    font-weight: 500;
    font-size: 15px;
}

.myratings .vote-content {
    font-weight: 500;
    font-size: var(--size-body);
    color: #000;
    margin-top: 12px;
}

.myratings .votes-wrap.admin-response {
    display: none;
}


/*FOOTER BANNER*/

.footer-banner a {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 40px;
}

.footer-banner img {
    max-width: 50%;
}

.footer-banner .extended-banner-texts {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    line-height: 1.3;
    max-width: 550px;
}

.footer-banner .extended-banner-texts > * {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    height: auto;
    width: auto;
    background: transparent;
    padding: 0;
    display: block;
    box-shadow: none;
    border: none;
}

.banner-category a:hover img, .banner-footer a:hover img, .banner-wrapper a:hover img, .banners-content a:hover img, .footer-banner a:hover img {
    transform: none;
}

.footer-banner .extended-banner-texts > .extended-banner-title {
    font-size: var(--size-h2);
    font-weight: 600;
    margin: 0 0 12px;
}

.footer-banner .extended-banner-texts > .extended-banner-text {
    font-size: var(--size-bigger);
    max-width: 100%;
}

.footer-banner .extended-banner-texts > .extended-banner-text p:not(:last-child) {
    margin-bottom: 25px;
}

.footer-banner .extended-banner-texts > .extended-banner-link {
    display: inline-flex;
    margin-top: 20px;
    font-size: var(--size-bigger);
    color: #fff;
    font-weight: 700;
    padding: 10px 46px 12px;
    border-radius: 5px;
    background-color: var(--color-primary);
    transition: all ease 300ms;
}

.footer-banner .extended-banner-texts > .extended-banner-link:hover {
    background-color: var(--color-primary-hover);
}

.footer-banners {
    max-width: 1350px;
    margin: 70px auto 0;
}

/*KONTAKT*/

.id-29 h1 {
    text-align: center;
}

.contact-flex {
    display: flex;
    gap: 40px;
    justify-content: center;
    text-align: center;
    margin-bottom: 80px;
}

.contact-part {
    flex: 0 0 400px;
}

.mapnform {
    display: flex;
    gap: 80px;
}

.mapnform > div > p {
    display: none;
}

.mapnform > div h4 {
    margin: 0 0 25px;
}

.mapnform > * {
    flex: 0 0 calc(50% - 40px);
}

.mapnform label:not([for="consents40"]) {
    display: none;
}

.mapnform input {
    max-width: 100% !important;
}

/*O NÁS*/

.id-7438 .content-wrapper-in {
    width: 800px;
    margin: 0 auto;
}

.id-7438 h1 {
    text-align: center;
}

/*FOOTER*/

#footer::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    max-height: 595px;
    width: calc(100vw - var(--scrollbar-width));
    height: 31vw;
    background-image: url("/user/documents/upload/kodovani/smoke.png");
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: -1;
}

#footer {
    position: relative;
    border: none;
    padding-bottom: 0;
    background-image: url("/user/documents/upload/kodovani/concrete.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 140px;
    color: #fff;
}

#footer .footer-newsletter {
    display: none;
}

.custom-footer {
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
}

.custom-footer::before, .custom-footer::after {
    content: none;
}

.custom-footer > div.custom-footer__banner3 {
    display: none;
}

.footer-socials {
    display: flex;
    gap: 50px;
    justify-content: center;
}

.footer-socials > a {
    width: 59px;
    height: 59px;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    background-color: var(--color-secondary);
}

.footer-socials > a:hover {
    background-color: var(--color-secondary-hover);
}

.myig {
    mask-image: url("/user/documents/upload/kodovani/instagram.svg");
    -webkit-mask-image: url("/user/documents/upload/kodovani/instagram.svg");
}

.myfb {
    mask-image: url("/user/documents/upload/kodovani/facebook.svg");
    -webkit-mask-image: url("/user/documents/upload/kodovani/facebook.svg");
}

#footer h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: var(--size-h5);
    margin: 0 0 33px;
    color: #fff;
}

#footer ul li:before {
    content: none;
}

#footer a {
    color: #fff;
}

#footer ul {
    padding: 0;
}

#footer ul li {
    padding: 0 0 15px;
}

.custom-footer__contact li:has(.instagram), .custom-footer__contact li:has(.facebook) {
    display: none;
}

.contact-box ul li>span.mail:before {
    content: "";
    position: relative;
    top: auto;
    left: auto;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    mask-image: url("/user/documents/upload/kodovani/mail.svg");
    -webkit-mask-image: url("/user/documents/upload/kodovani/mail.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    background-color: var(--color-secondary);
}

.contact-box ul li>span.cellphone:before {
    content: "";
    position: relative;
    top: auto;
    left: auto;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    mask-image: url("/user/documents/upload/kodovani/phone1.svg");
    -webkit-mask-image: url("/user/documents/upload/kodovani/phone1.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    background-color: var(--color-secondary);
}

.contact-box ul li>span {
    padding-left: 0;
}

.custom-footer > div {
    width: auto;
}

#footer .banner-wrapper {
    margin: 0;
}

.myfooter-follow > .img-holder {
    margin-bottom: 35px;
}

.myfooter-follow > .img-holder img {
    border-radius: 50%;
}

/*DETAIL KATEGORIE*/

.category-title .pagination-appendix {
    display: none;
}

/*BREADCRUMBS*/

.breadcrumbs>span>a, .breadcrumbs>span>span, .navigation-home-icon-wrapper #navigation-first a {
    padding: 0;
    font-weight: 500;
}

.breadcrumbs {
    align-items: center;
    padding: 18px 0 18px;
}

.breadcrumbs>span>a:after {
    content: "/";
    display: inline-block;
    color: #000;
    padding: 0;
    margin: 0 7px;
    font-family: var(--template-font);
    line-height: 1;
    font-weight: 500;
}

.navigation-home-icon-wrapper #navigation-first a {
    display: flex;
    align-items: center;
}

.breadcrumbs>span>a {
    min-height: auto;
}



/*SIDEBAR KATEGORIE*/

.box-bg-variant .categories a {
    position: relative;
    border-bottom: 1px solid #bebebe;
}

#categories .expandable.active.expanded>ul>li:last-child>a {
    border-bottom: none;
}

.categories .topic>a {
    padding-left: 0px;
    font-size: 18px;
    font-weight: 600;

}

.box-categories > h4 {
    display: none;
}

#categories > .categories > ul > li > a {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .05rem;
}

#categories > .categories > ul.active > li:has(ul.active) > a {
    font-weight: 700;
}

#categories > .categories > ul > li.active > a {
    color: var(--color-secondary);
    border-left: none;
}

.categories ul a {
    padding-left: 10px;
    position: relative;
}

.sidebar {
    margin-right: 40px;
}

.sidebar-inner {
    padding-left: 0px;
}

#categories {
    font-size: 16px;
    opacity: 0;
    font-weight: 400;
    transition: all ease 300ms;
}

.categories a {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #000;
    padding-right: 20px;
}

.categories ul > li:first-child a {
    border-top: none;
}

.categories ul > li a {
    border-top: 0.5px solid #D9D9D9;
}

.category-header {
    border: none;
    justify-content: flex-end;
    margin-top: 45px;
    border-bottom: 1px solid var(--color-primary);
}

.category-header input[type="radio"]+label {
    border: none !important;
    background: transparent;
}

.category-header input[type="radio"]+label {
    font-size: 16px;
    padding: 0 0 10px;
    margin: 0 0px 0 50px;
    position: relative;
}

.subcategories {
    margin-bottom: 40px;
}

.category-header input[type="radio"]+label:hover {
    background: transparent;
}

.category-header input[type="radio"]:checked+label {
    color: var(--color-primary);
}

.category-header input[type="radio"]:checked+label, .category-header input[type="radio"]+label:hover {
    text-decoration: underline;
    text-decoration-color: var(--color-primary);
    text-decoration-thickness: 2px;
}

#categories .expandable > a > span, #categories .expandable>.topic>a>span {
    left: auto;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    font-size: 0;
    background-color: var(--color-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#categories .expandable.expanded > a > span, #categories .expandable.expanded>.topic>a>span {
    background-color: var(--color-secondary);
}

.categories ul ul li {
    padding-left: 10px;
}

.categories .parent-active > a {
    color: var(--color-secondary);
}

.categories .parent-active > a:hover {
    color: var(--color-secondary);
}

.categories li.active>a {
    font-weight: 400;
    border-left: 2px solid var(--color-secondary);
}

.categories ul ul a {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.38;
}

.filter-section h4 {
    margin-top: 20px;
}

#categories .expandable.active.expanded>ul {
    border: none;
    margin-bottom: 10px;
}

#categories > .categories.expandable.expanded>ul>li:first-child, #categories > .expandable.expanded>ul {
    border-top: none !important;
}

.categories ul ul ul a {
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
}

.categories ul ul ul ul a {
    padding-left: 10px;
    font-size: 14px;
}

.configure-loader {
    margin-top: 100px;
}

#categories .expandable.expanded > a > span::before, #categories .expandable.expanded>.topic>a>span::before {
    content: "";
    width: 12px;
    height: 10px;
    mask-image: url("/user/documents/upload/kodovani/chevron-down.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url("/user/documents/upload/kodovani/chevron-down.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    background-color: #fff;
    transform: rotate(180deg);
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
}

#categories .expandable > a > span::before, #categories .expandable>.topic>a>span::before {
    content: "";
    width: 12px;
    height: 10px;
    mask-image: url("/user/documents/upload/kodovani/chevron-down.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url("/user/documents/upload/kodovani/chevron-down.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    background-color: #fff;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
}

#categories .categories li:has(.active) > a {
    font-weight: 700;
}

.subcategories li {
    padding: 0;
    width: calc(20% - 8px);
}

.subcategories {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 30px 0;
}

.subcategories li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    font-weight: 700;
    color: #000;
    border-radius: 5px;
    font-size: 14px;
    padding: 13px 30px 13px 13px;
    background-image: url("/user/documents/upload/kodovani/right-circle.svg");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
    transition: all ease 300ms;
}

.subcategories li a:hover {
    color: #fff;
    background-color: var(--color-secondary);
    background-image: url("/user/documents/upload/kodovani/right-circle-hover.svg");
    text-decoration: none;
}

.subcategories li:before {
    content: none;
}

/*DRBKY*/

.content-wrapper {
    background-color: transparent;
}

.homepage-texts-wrapper {
    margin: 0;
}

/*RESPO*/

@media (max-width: 1600px) and (min-width: 1440px) {

}

@media (max-width: 1600px) and (min-width: 992px) {
    .top-navi__menu ul li {
        margin-left: 25px;
    }
    .top-navi {
        padding: 0 20px;
    }
    .top-navi__contact .tel a::before {
        margin-right: 7px;
    }
    .top-navi__contact .mail a::before {
        margin-right: 7px;
    }
    .top-navi__contact {
        font-size: 14px;
    }
    .top-navi__contact .tel {
        margin-right: 20px;
    }
    #header .site-name a img {
        max-height: 140px;
    }
    #header > .container.navigation-wrapper {
        padding: 50px 20px 60px;
    }
    #header .navigation-wrapper > #formSearchForm {
        max-width: 400px;
    }
    #header .navigation-wrapper > #formSearchForm.compact-form .btn {
        top: 1px;
        height: 44px;
        font-size: var(--size-body);
    }
    .navigation-in {
        padding: 0 20px;
    }
    #header .navigation-wrapper > #formSearchForm.compact-form input {
        height: 46px;
        font-size: var(--size-body);
    }
    .container.navigation-wrapper .site-name {
        flex-basis: 320px;
    }
    #header .container:after, #header .container:before {
        content: none;
    }
    .navigation-buttons a[data-target="cart"]::before {
        width: 26px;
        height: 26px;
    }
    #header .site-name a img {
        max-height: 70px;
    }
    .navigation-buttons {
        max-width: 158px;
    }
    #header > .container.navigation-wrapper {
        padding: 70px 20px;
    }
    .navigation-buttons {
        max-width: 260px;
    }
}

@media (max-width: 1600px) {

}

@media (max-width: 1439px) and (min-width: 992px) {
    .top-navi__contact .tel a::after {
        content: none !important;
    }
    .top-navi__contact a {
        font-size: 12px;
    }
    .top-navi__contact .tel a::before, .top-navi__contact .mail a::before {
        width: 22px;
        height: 22px;
    }
    .top-navi__menu ul li a {
        font-size: 12px;
    }
    .top-navi__menu ul li a[href="/login"]::before {
        width: 16px;
        height: 16px;
        vertical-align: text-bottom;
    }
    .top-navi__menu ul li a[href="/login"] {
        display: block;
    }
    .top-navi__menu ul li {
        display: flex;
        align-items: center;
    }
    #header > .container.navigation-wrapper::before, .top-navi {
        height: 32px;
    }
    .navigation-in > ul {
        gap: 15px;
    }
    .navigation-in {
        font-size: var(--size-body);
        line-height: 1;
    }
    .navigation-buttons a {
        width: 60px;
    }
    .menu-helper, .menu-helper>span {
        font-size: var(--size-body);
    }
}

@media (max-width: 1439px) {
    .desktop .subcategories li {
        width: calc(25% - 8px);
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .top-navi__contact {
        display: none;
    }
    .top-navi {
        justify-content: flex-end;
    }
    .navigation-in>ul>li>a {
        padding: 8px 18px;
    }
    .navigation-in>ul>li.menu-item-1318 {
        margin-right: 18px;
    }
    #header .navigation-wrapper > #formSearchForm.compact-form .btn {
        font-size: 14px;
    }
    #header .navigation-wrapper > #formSearchForm.compact-form input, #header .navigation-wrapper > #formSearchForm.compact-form .btn {
        height: 44px;
    }
    #header .navigation-wrapper > #formSearchForm.compact-form .btn {
        height: 42px;
        padding: 5px 30px;
    }
    #header .navigation-wrapper > #formSearchForm {
        max-width: 360px;
    }
    #header {
        margin-bottom: 10px;
    }
    .navigation-buttons {
        max-width: 215px;
    }
    .container.navigation-wrapper .site-name {
        flex-basis: 260px;
    }
    #header > .container.navigation-wrapper {
        padding: 50px 20px;
    }
}

@media (max-width: 1199px) {
    :root {
        --size-h1: 30px;
        --size-h2: 28px;
        --size-h3: 22px;
        --size-h4: 20px;
        --size-h5: 17px;
        --nav-height: 32px;
    }
    .top-category .img-holder {
        width: 150px;
        height: 150px;
    }
    .top-categories__wrap {
        padding-top: 10px;
    }
    .body-banners {
        margin: 0;
    }
    .footer-banner img {
        max-width: 50%;
    }
    .footer-banner .extended-banner-texts > .extended-banner-text {
        font-size: var(--size-body);
    }
    .footer-banner .extended-banner-texts > .extended-banner-link {
        font-size: var(--size-body);
    }
    .footer-banners {
        margin-top: 10px;
    }
    .in-index #tab-content > .tab-pane {
        margin-bottom: 40px;
    }
    .footer-banner {
        padding: 0;
    }
    .custom-footer {
        padding-top: 50px;
    }
    .footer-socials > a {
        width: 40px;
        height: 40px;
    }
    .footer-socials {
        gap: 25px;
    }
    .myfooter-follow > .img-holder img {
        max-width: 130px;
    }
    .myfooter-follow > .img-holder {
        margin-bottom: 20px;
    }
    #footer ul li {
        padding-bottom: 10px;
    }
    #footer {
        margin-top: 80px;
    }
    .footer-banner .extended-banner-texts > .extended-banner-link {
        padding: 10px 30px;
    }
    .contact-flex {
        margin-bottom: 40px;
    }
    .mapnform {
        gap: 40px;
    }
    .desktop .subcategories li {
        width: calc(33.333% - 7px);
    }
    .category-header input[type="radio"]+label {
        margin-left: 30px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    :root {
        --size-h1: 26px;
        --size-h2: 24px;
        --size-h3: 20px;
        --size-h4: 18px;
        --size-h5: 17px;
        --size-bigger: 16px;
        --size-body: 14px;
        --size-smaller: 13px;
    }
    .top-navi {
        display: none;
    }
    #header .navigation-wrapper > #formSearchForm {
        display: none;
    }

    #header {
        box-shadow: none;
    }
    #header .container {
        justify-content: center;
    }
    .navigation-buttons {
        width: 100%;
    }
    #header .site-name {
        z-index: 54;
    }
    .navigation-buttons a[data-target="navigation"] {
        position: absolute;
        left: 0;
    }
    #navigation {
        left: 0;
        padding-top: 0;
    }
    .navigation-in {
        padding-top: 60px;
        font-size: 18px;
        max-width: 350px;
        background: #fff;
        line-height: 1.2;
    }
    .navigation-in a {
        color: #000;
    }
    .navigation-in>ul>li>a>b {
        font-weight: 400;
        padding: 18px 20px;
    }
    .navigation-window-visible #navigation {
        width: 100%;
        background: rgba(0,0,0,.5);
        z-index: 1006;
    }
    .navigation-in ul li a {
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 0;
    }
    .menu-level-1 > li a {
        border-bottom: 1px solid #000 !important;
    }
    .navigation-in .navigationActions {
        border: none;
        margin: 30px 0;
    }
    .navigation-buttons a[data-target="navigation"]::before {
        content: "";
        position: absolute;
        mask-image: url("/user/documents/upload/kodovani/ico-menu.svg");
        -webkit-mask-image: url("/user/documents/upload/kodovani/ico-menu.svg");
        mask-size: contain;
        mask-repeat: no-repeat;
        mask-position: center;
        width: 32px;
        height: 27px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #000;
    }
    .navigation-buttons a[data-target="cart"]::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 28px;
        height: 27px;
        mask-image: url("/user/documents/upload/kodovani/shopping-bag.svg");
        -webkit-mask-image: url("/user/documents/upload/kodovani/shopping-bag.svg");
        mask-size: contain;
        mask-position: center;
        mask-repeat: no-repeat;
        transform: translate(-50%, -50%);
        background-color: #000;
    }
    .navigation-buttons a[data-target="search"]::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 27px;
        height: 27px;
        mask-image: url("/user/documents/upload/kodovani/magnifier.svg");
        -webkit-mask-image: url("/user/documents/upload/kodovani/magnifier.svg");
        mask-size: contain;
        mask-position: center;
        mask-repeat: no-repeat;
        transform: translate(-50%, -50%);
        background-color: #000;
    }
    .navigation-buttons>a {
        border: none;
    }
    .navigation-window-visible .navigation-buttons a[data-target="navigation"]::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 37px;
        height: 37px;
        mask-image: url("/user/documents/upload/kodovani/x.svg");
        -webkit-mask-image: url("/user/documents/upload/kodovani/x.svg");
        mask-size: contain;
        mask-position: center;
        mask-repeat: no-repeat;
        transform: translate(-50%, -50%);
        background-color: #000;
    }
    .navigation-close {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        mask-image: url("/user/documents/upload/kodovani/x.svg");
        -webkit-mask-image: url("/user/documents/upload/kodovani/x.svg");
        mask-size: 30px;
        mask-position: center;
        mask-repeat: no-repeat;
        background-color: #000;
    }
    #header .site-name {
        z-index: 1002;
    }
    #header .site-name a img {
        margin: 0 auto;
    }


    .products-block > div .p .name {
        font-size: 14px;
    }
    .products-block.swiper-wrapper > div .p .p-in {
        padding: 10px;
    }
    .in-index #tab-content > .tab-pane {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .footer-banners .footer-banner {
        padding: 15px;
    }
    #footer #formNewsletter .form-control {
        font-size: 14px;
    }
    #footer .custom-footer > div {
        width: 50%;
        text-align: center;
    }
    .custom-footer > div {
        margin-bottom: 20px;
    }
    #footer .custom-footer h4 {
        margin-bottom: 15px;
    }
    #footer .custom-footer {
        flex-wrap: wrap;
    }
    .navigation-in>ul>li>a {
        justify-content: space-between;
        padding-right: 0;
    }
    .navigation-in a:hover {
        color: #000;
    }
    .top-categories__wrap {
        padding: 10px 40px 25px;
        margin-bottom: 40px;
    }
    .homepage-group-title {
        margin-bottom: 15px;
    }
    .footer-banners .footer-banner {
        padding: 0;
    }
    .contact-flex {
        flex-direction: column;
        gap: 20px;
    }
    .contact-part {
        flex: 0 0 auto;
    }
    .sortiment {
        max-width: 300px;
        display: block;
        margin: 0 auto;
    }
    .mapnform {
        flex-direction: column;
    }
    .mapnform > * {
        width: 100%;
        flex: auto;
    }
    .mapnform iframe {
        height: 300px;
    }
    .myratings-inner {
        gap: 10px;
        grid-template-columns: 1fr 1fr;
    }
    .myratings .stars a:before, .myratings .stars span:before {
        font-size: 20px;
        line-height: 20px;
    }
    .myratings .stars a, .myratings .stars span {
        height: 20px;
        width: 20px;
        line-height: 20px;
        margin-right: 1px;
    }
    .myratings .stars {
        width: auto;
    }
    .myratings-inner > div {
        padding: 20px;
    }
    .desktop .subcategories li {
        width: calc(50% - 5px);
    }
    .mobile .subcategories li {
        width: calc(25% - 8px);
    }
}

@media (max-width: 767px) {
    .top-category .img-holder {
        width: 100px;
        height: 100px;
        margin-right: 10px;
    }
    .footer-banner a {
        flex-direction: column-reverse;
        max-width: 500px;
        text-align: center;
        margin: 0 auto;
    }
    .footer-banner img {
        max-width: 100%;
    }
    .footer-bottom span {
        width: auto;
    }
    #footer .banner {
        min-height: auto;
        margin-bottom: 0;
    }
    .myratings .vote-wrap {
        text-align: center;
    }
    .myratings .vote-delimeter {
        display: none;
    }
    .vote-rating {
        flex-direction: column;
    }
    .myratings .vote-time {
        font-size: 12px;
        margin-top: 5px;
    }
    .mobile .subcategories li {
        width: calc(50% - 10px);
    }
}

@media (max-width: 499px) {
    .top-categories__wrap {
        padding: 10px 20px 20px;
    }
    .in-index #tab-content > .tab-pane {
        padding-bottom: 0;
    }
    #footer .custom-footer > div {
        width: 100%;
    }
    #footer .contact-box {
        min-height: auto;
    }
    .custom-footer {
        padding-top: 30px;
    }
    #footer {
        margin-top: 50px;
    }
    .myratings-inner {
        grid-template-columns: 1fr;
    }
    .myratings .vote-name {
        margin-bottom: 10px;
    }
    .myratings-inner > .vote-wrap:nth-child(n+5) {
        display: none;
    }
    .mobile .subcategories li {
        flex: 1 0 180px;
        width: auto;
    }
    #category-header {
        display: none;
    }
}
