/* propojeni produktu */
body {
	background-color: #fff;
}

body .c-product-interconnection-detail-params.is-template--Classic .c-product-interconnection-detail-params__products span[class^=item-type] {
  width: 30px;
  height: 30px;
}

.c-product-interconnection-detail-params__products span[class^=item-type] {
	border-radius: 9px;
}

.category-perex, .category__secondDescription {
	background-color: #EFEFEF;
	padding: 10px;
}
@media (min-width:1200px) {
    ul.subcategories > li {
        width: 25%;
    }
}

.benefitBanner__picture img {
	max-height: 75px;
	max-width: 75px;
}

.faq-block .faq-side {
	display: none;
}

/* newsletter */
.footer-item.footer-item-newsletter {
	background-color: #EFEFEF;
}

.footer-item.footer-item-newsletter h4 span,
.footer-item.footer-item-newsletter .form-group.consents label,
.footer-item.footer-item-newsletter .form-group.consents label a {
	color: #000;
}

/* slider loga dole */
.partners-group {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
}

.partners-group .partners__item {
    flex: 0 0 auto;
    margin-right: 10px;
    /* mezera mezi obrázky */
}

.partners-group .partners__item p {
    position: absolute;
    bottom: 0;
    text-align: center;
}

.partners-slider-track {
    display: flex;
    animation: scrollLeft 40s linear infinite;
}

@keyframes scrollLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/*.partners-group {
    height: 50px;
}

.partners__item {
    min-width: 150px;
}*/

@media (min-width: 768px) {
    .partners__content {
        height: auto;
    }

    .partners__image-block {
        /* height: 200px; */
        max-width: 100%;
    }

    .partners-group .partners__item p {
        bottom: 10%;
    }
}

.partners__item {
    width: calc(100% / 20);
}

/* FAQ pouze na strance */
body:not(.in-faq) .faq-block {
    display: none;
}

/* paticka */
#footer h3,
#footer h4,
#footer ul a,
#footer #footer h4,
#footer .contact-box ul li>span::before,
#footer .contact-box h4 {
    color: #fff;
}

#footer .btn.btn-primary,
#footer a.btn.btn-primary,
#footer .btn.btn-primary,
#footer a.btn.btn-primary {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.footer-icons .footer-icon {
    background-color: unset;
}

/* partners loga prvni sekce pod carouselem */
.partners-block.partners-first .partners__item {
    min-width: 100px;
    width: 20%;
}

.partners__content {
    background-color: unset;
    box-shadow: unset;
}

/* poslední banner top roztáhnout */
.next-to-carousel-banners>*:last-child {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* benefity */
.benefitBanner__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding: 18px 14px;
    height: 100%;
    box-sizing: border-box;
}

.benefitBanner__picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.benefitBanner__img {
    display: block;
    width: 72px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.benefitBanner__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.benefitBanner__title {
    display: block;
    margin: 0;
    line-height: 1.3;

    text-transform: none;
    font-weight: 500;
    color: #000;
}

.benefitBanner__data {
    margin: 0;
    line-height: 1.4;
}

/* vlastni */
.ks-banner-btn {
    background-color: var(--color-primary) !important;
    color: black !important;
}

.ks-banner-btn:hover {
    color: var(--color-primary) !important;
    background-color: black !important;
}

.ks-full-width-banner {
    position: relative;
    width: 100vw !important;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    z-index: 10;
}

@media (max-width: 480px) {
    .ks-full-width-banner a > img {
        height: 350px !important;
    }
}

.ks-full-width-banner,
.ks-full-width-banner img, 
.ks-full-width-banner a {
    border-radius: unset !important;
}

.ks-full-width-banner img {
    width: 100% !important;
    height: 100% !important;
    display: block;

    object-fit: cover;
}

.ks-full-width-parent {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
}

.ks-full-width-parent .extended-banner-texts {
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 20px 35px
}

@media (min-width: 768px) {
    .ks-full-width-parent .extended-banner-texts {
        width: 600px
    }
}

@media (min-width: 992px) {
    .ks-full-width-parent .extended-banner-texts {
        max-width:100%;
        width: calc(900px - 40px)
    }
}

@media (min-width: 1200px) {
    .ks-full-width-parent .extended-banner-texts {
        width:calc(1050px - 40px)
    }
}

@media (min-width: 1440px) {
    .ks-full-width-parent .extended-banner-texts {
        width:calc(1300px - 40px)
    }
}

@media (min-width: 1600px) {
    .ks-full-width-parent .extended-banner-texts {
        width:calc(1448px - 40px)
    }
}

/* delivery info topbar */
.ks-delivery-free-info {
    width: auto;
    height: 100%;

    padding: 25px 0 0 10px;
    display: inline-block;
}

.ks-delivery-free-info > div {
    color: #7c7e8f;
    text-align: start;
}

.responsive-tools .ks-delivery-free-info {
    height: 50px;
    font-size: 10px;

    padding: 0;
    padding-left: 10px;

    right: -10px;
    margin-left: -12px;

    position: relative;
    display: flex;

    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .navigation-buttons .ks-delivery-free-info {
        display: none !important;
    }

    .responsive-tools .click-cart {
        padding-right: 0 !important;
    }
}

@media (max-width: 991px) {
    .ks-delivery-free-info {
        padding: 25px 0 0 0px;
    }
}

@media (max-width: 420px) {
    .responsive-tools .ks-delivery-free-info {
        font-size: 9px;
    }

    .responsive-tools .ks-delivery-free-info > div {
        display: grid;
        grid-gap: 0px;
    }

    .responsive-tools .ks-delivery-free-info > div > br {
        display: none !important;
    }
}