* {
    font-family: 'Montserrat', sans-serif !important;
}

body {
    overflow-x: hidden;
}

@media(max-width: 767px) {
    #content-wrapper {
        overflow-x: hidden;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .overall-wrapper {
        padding-top: 60px;
    }
}

body.spinner-visible .overlay,
#cboxOverlay,
#cboxWrapper,
#colorbox {
    z-index: 1005;
}

:focus-visible,
[tabindex="0"]:focus-visible,
input:focus-visible,
input[type=checkbox].focus-visible+label,
input[type=checkbox]:focus-visible+label,
input[type=radio].focus-visible+label,
input[type=radio]:focus-visible+label,
select:focus-visible,
textarea:focus-visible {
    outline-color: #d40019;
}

.admin-bar {
    z-index: 1004;
}

.welcome-wrapper.container-narrow {
    width: unset;
}

.btn.btn-primary,
.products-block .product .btn,
a.btn.btn-primary,
a.pagination-link.up.js-scroll-top,
span.link-like.rating-icon {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: #fff !important;
}

.btn.btn-primary:hover,
.products-block .product .btn:hover,
a.btn.btn-primary:hover,
a.pagination-link.up.js-scroll-top:hover,
span.link-like.rating-icon:hover {
    background-color: var(--color-secondary-hover);
    border-color: var(--color-secondary-hover);
    color: #fff
}

.btn.btn-cart,
.btn.btn-conversion,
a.btn.btn-cart,
a.btn.btn-conversion {
    color: #fff !important;
}

#content-wrapper .btn,
span.link-like.rating-icon {
    height: 52px;
    line-height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding: 10px 26px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease-out;
    white-space: nowrap;
    border-radius: 8px;
    text-decoration: unset;
}

.btn,
a.btn {
    border-radius: 8px;
}

.btn.btn-default,
a.btn.btn-default {
    color: #fff !important;
}

.basic-description .description-section:not(:first-child),
.news-item-detail .text {
    margin-top: 30px
}

.description-section>p>em::after,
.nl::after {
    content: "";
    display: block
}

.inner-columns {
    border-bottom: 1px solid rgba(183, 183, 183, .46)
}

.mt-2 {
    margin-top: 2em
}

@media screen and (max-width: 767px) {
    .pb-phone {
        padding-bottom: 30px
    }

    .inner-image {
        display: flex;
        justify-content: center
    }

    .pt-phone {
        padding-top: 30px
    }

    .pb-0 {
        padding-bottom: 0 !important
    }
}

.pb-30 {
    padding-bottom: 30px
}

#return-to-top {
    background: #d40019;
    box-shadow: 0 0 10px 4px #e5e5e5
}

.row.euCz img {
    height: 140px;
    padding-bottom: 24px
}

.wImg {
    display: flex;
    align-items: center;
    padding: 30px 0;
    flex-wrap: wrap
}

/*Cookies*/
.siteCookies__form {
    background-color: #d40019;
}

@media (min-width: 768px) {
    .siteCookies--bottom.siteCookies--scrolled {
        background-color: #d40019;
    }
}

.siteCookies__button {
    background-color: #ffc500;
    color: #ffffff;
}

.siteCookies__link {
    transition: 0.3s;
}

@media(hover: hover) {
    .siteCookies__button:hover {
        background-color: #ffd442;
        border-color: #ffd442;
        color: #ffffff;
    }

    .siteCookies__link:hover {
        background: #ffd442;
        transition: 0.3s;
    }
}

.siteCookies__button {
    background-color: #d40019
}

.siteCookies__button:hover {
    background-color: #a90316
}

.type-product .p-short-description ul,
.type-product .p-detail-tabs-wrapper ul {
    list-style-type: disc !important;
}

.type-product .p-short-description ul li:before,
.type-product .p-detail-tabs-wrapper ul li:before {
    content: none;
}

@media (min-width: 768px) {
    .benefitBanner {
        margin-left: -30px;
        margin-right: -30px;
    }
}

.benefitBanner {
    width: unset !important;
    max-width: unset !important;
    flex-wrap: wrap;
}

.benefitBanner__item {
    padding: 10px 30px;
}

@media (min-width: 480px) and (max-width: 1199px) {
    .benefitBanner__item {
        flex: 0 0 50%;
        width: 50%;
    }
}

.benefitBanner__title {
    padding-bottom: 5px;
    position: relative;
    display: inline-block;
}

.benefitBanner__content {
    line-height: 1.2;
}

.benefitBanner__data {
    color: #c5c5c5;
}

/*Welcome*/
.welcome .about-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.welcome .about-wrapper .about-video {
    width: calc(50% - 60px);
    border-radius: 8px;
    overflow: hidden;
}

.welcome .about-wrapper .about-text {
    width: 50%;
}

.welcome .about-wrapper .about-video iframe {
    width: 100%;
    height: 100%;
}

.welcome-wrapper {
    margin-top: 0px;
}

.welcome {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media(max-width: 991px) {
    .welcome .about-wrapper {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .welcome .about-wrapper .about-video {
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    .welcome .about-wrapper .about-text {
        width: 100%;
    }

    .welcome-wrapper {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
}

@media (max-width: 374px) {
    .welcome {
        padding-top: 0;
    }

    .welcome-wrapper {
        padding-top: 60px;
    }
}

article {
    padding-bottom: 40px;
}

:where(.ums_forms_redesign--off) .form-control {
    border-radius: 8px;
}

.customer-page .content-wrapper {
    padding-bottom: 40px;
}

.sidebar-inner .box {
    border-radius: 9px;
}

@media(max-width: 767px) {
    h1 {
        text-align: left !important;
    }

    .breadcrumbs {
        text-align: left;
        padding-bottom: 0px;
        padding-top: 11px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.breadcrumbs {
    color: #d40019;
    font-weight: 500;
}

.breadcrumbs span a span,
.breadcrumbs span a span:hover {
    text-transform: uppercase;
    color: #747474;
}

.breadcrumbs span a {
    text-decoration: unset !important
}

.breadcrumbs span,
.breadcrumbs span:hover {
    color: #d40019;
    text-transform: uppercase;
}

.breadcrumbs span.navigation-bullet {
    padding-left: 5px;
    padding-right: 5px;
}

.hero-video-box {
    position: relative;
    min-height: 520px;
    overflow: hidden;
}

.hero-video-box video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
    z-index: 1;
}

/*HP*/
.hero-card {
    position: relative;
    z-index: 2;
    max-width: 570px;
    margin-left: 65px;
    top: 125px;
    padding: 34px 32px 32px;
    border-radius: 6px;
    background: rgba(25, 25, 25, 0.72);
    backdrop-filter: blur(6px);
    color: #fff;
}

.hero-card h1 {
    max-width: 460px;
    margin: 0 0 44px;
    color: #ffffff;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 800;
}

.hero-card .btn-conversion {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 24px;
    font-size: 17px;
    font-weight: 700;
}

.in-index main#content .row.banners-row:first-of-type {
    max-width: 100%;
    margin-inline: auto;
}

.hero-video-box {
    border-radius: 8px;
}

@media (min-width: 768px) {
    .desktop .banners-row {
        max-width: 100%;
        margin-inline: auto;
    }
}

@media (max-width: 768px) {
    .hero-video-box {
        min-height: 460px;
    }

    .hero-card {
        margin: 30px 20px;
        top: 80px;
        padding: 28px 24px;
    }

    .hero-card h1 {
        font-size: 32px;
        margin-bottom: 32px;
    }
}

@media (max-width: 374px) {
    .hero-card h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .hero-card a.btn.btn-conversion {
        padding: 9px 10px !important;
        max-width: 100%;
        font-size: 14px !important;
        height: 50px !important;
        min-height: 50px !important;
    }

    .hero-card {
        padding: 20px 20px;
    }
}

.homepage-group-title {
    margin-top: 80px !important;
    margin-bottom: 0px;
}

@media(max-width: 991px) {
    .homepage-group-title {
        margin-top: 60px !important;
    }
}

@media (max-width: 374px) {

    .h1,
    h1,
    .homepage-group-title {
        font-size: 28px;
    }
}

.product-slider-holder.has-navigation .product-slider-navigation {
    opacity: 1;
}

.product-slider-holder.has-navigation {
    padding-bottom: 60px;
}

.product-slider-holder {
    padding-top: 20px !important;
}

.product-slider-holder .product-slider-pagination {
    margin-top: 10px;
}

/*HP Kategorie*/
.hp-category-wrapper {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 80px;
}

.hp-category-wrapper h2 {
    width: 100%;
}

.hp-category-wrapper h2.homepage-group-title.h4 {
    margin-top: 0px !important;
}

.hp-category-wrapper span.sub-heading {
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
}

.hp-category-wrapper .categories {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}

.hp-category-wrapper .categories .category {
    width: calc(25% - 15px);
    background-color: #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
}

.hp-category-wrapper .categories .category img {
    aspect-ratio: 3/4;
    object-fit: cover;
    width: 100%;
}

.hp-category-wrapper .categories .category a {
    padding: 0px;
}

.hp-category-wrapper .categories .category p.cat-description {
    display: none;
}

.hp-category-wrapper .categories .category h3 {
    padding: 25px 25px;
    margin: 0px;
    line-height: 1.2;
    font-weight: 600;
    font-size: 18px;
}

@media(max-width: 1439px) and (min-width: 992px) {
    .hp-category-wrapper .categories .category {
        width: calc(100% / 3 - 40px / 3);
    }
}

@media(max-width: 991px) and (min-width: 480px) {
    .hp-category-wrapper .categories .category {
        width: calc(50% - 10px);
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .hp-category-wrapper .categories .category h3 {
        font-size: 16px;
        padding: 20px 10px;
    }
}

@media(max-width: 479px) {
    .hp-category-wrapper .categories .category {
        width: calc(50% - 10px);
    }

    .hp-category-wrapper .categories .category a {
        width: 100%;
    }

    .hp-category-wrapper .categories .category h3 {
        padding: 20px 10px;
        font-size: 16px;
    }

    .hp-category-wrapper .categories .category img {
        aspect-ratio: 1 / 1;
    }

    .in-index main#content .row.banners-row:first-of-type .next-to-carousel-banners {
        padding: 0px;
    }
}

@media (max-width: 374px) {
    .hp-category-wrapper .categories .category {
        width: 100%;
    }

    .hp-category-wrapper .categories .category a {
        width: 100%;
    }

    .hp-category-wrapper span.sub-heading {
        font-size: 16px;
        margin-top: 10px;
    }
}

/*HP Reference*/
.banner-reference h2 {
    position: relative;
    z-index: 1;
    margin-top: 0px !important;
    margin-bottom: 30px
}

.banner-reference {
    position: relative;
    padding-block: 60px;
    padding-inline: 50px;
    margin: auto;
}

.banner-reference::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #f9f9f9;
    transform: translateX(-50%);
    z-index: 0;
}

.owl-reference {
    position: relative;
    z-index: 1;
}

.reference-item {
    display: flex;
    align-items: stretch;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    min-height: 140px;
    box-sizing: border-box;
    width: 100%;
}

.reference-logo {
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 16px 12px;
    border-right: 1px solid #e0e0e0;
    background: #fafafa;
    border-radius: 8px 0 0 8px;
    box-sizing: border-box;
}

.reference-logo img {
    max-width: 70px;
    max-height: 60px;
    object-fit: contain;
}

.reference-company {
    font-weight: 600;
    font-size: 13px;
    color: #222;
    text-align: center;
}

.reference-website a {
    font-size: 11px;
    color: #888;
    text-decoration: none;
}

.reference-website a:hover {
    text-decoration: underline;
}

.reference-content {
    flex: 1;
    min-width: 0;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.reference-content blockquote {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.65;
    color: #333;
    border: none;
    font-style: normal;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.reference-content cite {
    font-size: 12px;
    color: #888;
    font-style: normal;
}

.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 2;
}

.owl-nav .owl-prev {
    margin-left: -44px;
}

.owl-nav .owl-next {
    margin-right: -44px;
}

.owl-nav button {
    pointer-events: all;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    padding: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.owl-nav button:hover {
    background: #f5f5f5;
}

.owl-carousel .owl-nav button {
    box-shadow: none;
    background-color: transparent;
}

.owl-carousel .owl-nav button span {
    font-size: 0px;
    height: 32px;
    width: 32px;
}

.owl-carousel .owl-nav button span:before {
    font-family: 'shoptet';
    font-size: 20px;
    color: #767676;
}

.owl-carousel .owl-nav button span:hover:before {
    color: #000000;
}

.owl-carousel .owl-nav button.owl-prev span:before {
    content: "\e90f";
}

.owl-carousel .owl-nav button.owl-next span:before {
    content: "\e910";
}

@media(max-width: 991px) {
    .reference-item {
        flex-wrap: wrap;
    }

    .reference-logo {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .reference-content {
        text-align: center;
    }

    .owl-nav button span {
        font-size: 32px;
    }

    .owl-nav button {
        width: 50px;
        height: 50px;
    }

    .owl-nav .owl-prev {
        margin-left: -23px;
    }

    .owl-nav .owl-next {
        margin-right: -23px;
    }

    .reference-item {
        width: 95%;
        margin: auto;
    }

    .banner-reference h2 {
        font-size: 28px;
    }

    .reference-logo {
        border-right-width: 0px;
    }

    .owl-carousel .owl-stage {
        display: flex;
    }

    .owl-carousel.owl-drag .owl-item {
        min-height: 100%;
    }

    .reference-item {
        height: 100%;
    }
}

@media(max-width: 767px) {

    .product-slider-holder .product-slider-navigation:before,
    .product-slider-holder .product-slider-navigation:hover:before {
        background-color: transparent;
    }

    .product-slider-holder .product-slider-navigation {
        top: 50% !important;
    }

    .product-slider-holder .product-slider {
        margin-inline: auto;
    }

    .product-slider-holder {
        padding-bottom: 40px;
    }
}

@media(min-width: 480px) {
    .owl-nav .owl-prev {
        margin-left: -50px !important;
    }

    .owl-nav .owl-next {
        margin-right: -50px !important;
    }
}

@media(max-width: 479px) {
    .banner-reference {
        padding-inline: 10px !important;
    }

    .owl-nav .owl-prev {
        margin-left: -25px !important;
    }

    .owl-nav .owl-next {
        margin-right: -25px !important;
    }

    .owl-nav button {
        width: 35px;
        height: 35px;
    }

    .banner-reference h2 {
        font-size: 24px;
    }

    .columns-mobile-2 .products-block>div {
        padding: 5px !important;
    }

    .columns-mobile-2 .products-block>div {
        margin-bottom: 0px !important;
    }

    .product-slider-holder .product-slider-pagination {
        margin-top: 5px;
    }

    .banner-reference {
        padding-block: 40px;
    }

    .hp-category-wrapper {
        margin-bottom: 40px;
    }
}

@media(max-width: 374px) {
    .banner-reference h2 {
        font-size: 21px;
    }
}

/*HP Blog*/
.homepage-blog-wrapper {
    margin-top: 0 !important;
    padding-bottom: 60px;
}

.blog-wrapper .homepage-group-title {
    margin-top: 80px;
    margin-bottom: 20px;
}

@media(hover: hover) {
    .news-item .read-article:hover {
        background-color: #ffd442;
        border-color: #ffd442;
    }
}

@media (max-width: 767px) {
    .homepage-blog-wrapper {
        padding-bottom: 0px;
    }
}

/*Značka*/
@media (max-width: 767px) {

    .in-znacka #dkLabTopFilters #category-header,
    .in-znacka #dkLabTopFilters #category-header {
        top: 6px !important;
    }
}

/*Gallery*/
.gallery-pw {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.gallery-pw a {
    width: calc(100% / 3 - 40px / 3);
    border-radius: 8px;
    overflow: hidden;
}

.gallery-pw img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-pw {
    padding-block: 40px;
}

@media(max-width: 767px) {
    .gallery-pw a {
        width: calc(100% / 2 - 10px);
    }

    .gallery-pw {
        padding-block: 20px;
    }
}

@media(max-width: 374px) {
    .gallery-pw a {
        width: 100%;
    }
}