.full-width.homepage-latest-contribution-full-width {display: none;}

.body-banners, .banners-content.footer-banners {
    margin: 50px auto;
    max-width: 1200px;
}
.p-detail-inner h1 {
    font-weight: 300;
}

.type-page .content-inner, .type-post .content-inner {max-width: 1200px;margin: auto;}

/*
body:not(.type-product) h1 {
    text-align: center;
    color: #dd7f41;
    font-size: 32px;
    padding: 30px;
    font-weight: 300;
    position: relative;
    isolation: isolate;
    margin-top: -30px;
}

body:not(.type-product) h1:after  {
    content: "";
    background: #fbfaf9; 
    width: 100vw;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
*/

#categories .categories .topic a {
	font-weight: 600 !important;
}
#categories .categories .topic.active a {
	color: var(--color-secondary);
}
.carousel-inner {
    min-height: unset !important;
}
.footer-rows .custom-footer>div.custom-footer__banner2 {display:none;}
.custom-footer__banner2 {width:100%;padding:0;margin:10px 0 30px;}
.custom-footer__banner2 a {
display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px 30px;
    background: #a79b88;
    color: #fff;
    justify-content: space-between;
}
.custom-footer__banner2 img {
max-width: 250px;
}
.custom-footer__banner2 .extended-banner-texts {padding: 10px 30px;}
.custom-footer__banner2 .extended-banner-title {
    display: block;
    font-size: 22px;
    line-height: 1.4;
    padding-bottom:8px;
        font-weight: 600;
}
.custom-footer__banner2 .extended-banner-link {
    padding: 0 12px;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.custom-footer__banner2 .extended-banner-link:hover {text-decoration: none;}
@media (max-width:767px) {
.custom-footer__banner2 a {
    display: flex;
    flex-direction: column;
}
.custom-footer__banner2 img {
    max-width: 100%;
}
.custom-footer__banner2 .extended-banner-texts {
    padding: 20px 30px 30px;
}
}
.social-buttons-wrapper {
    display: block;margin-top:15px;
}
.link-icons .link-icon {
        margin: 0 10px 0px 0;
}
.link-icons .link-icon i {
    font-size: 18px;
}
.link-icons .link-icon:not(.chat) {
    display: none;
}
.link-icons .link-icon.chat {
    width: 100%;
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
    align-items: center;
}
.link-icons .link-icon.chat i {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin:0;
}
.link-icons .link-icon.chat .icon-comment:after {
    content: 'Máte nějaký dotaz? Neváhejte nám napsat a rádi vám pomůžeme.';
    display: block !important;
    margin: 0;
    font-family: var(--template-font) !important;
    color: #222 !important;
    opacity: 1;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    line-height: 1.4;
}
.link-icons .link-icon:hover {
    background-color: transparent;
}
.link-icons .link-icon.chat > span {
    display: block;
    background: transparent;
    border: solid 1px var(--color-secondary);
    color: var(--color-secondary);
    padding: 10px 24px;
    align-items: center;
}
.link-icons .link-icon.chat > span:hover {
background: var(--color-secondary-hover);
    border-color: var(--color-secondary-hover);
    color: #fff;
}

.wide-carousel {width:100%;    max-width: 1920px;
    margin: 0 auto;
}
.blog-wrapper .news-item .image {
        aspect-ratio: 3 / 2;
}

.slick-dots {
display: flex;
padding: 0;
margin: 20px 0 0;
justify-content: center;
align-items: center;
gap: 5px;
list-style-type: none;
}

.slick-dots li {
padding: 0;
}

.slick-dots li button {
background: #f1f1f1;
border: none;
font-size: 0;
width: 30px;
height: 4px;
transition: all 0.5s ease;
}

.slick-dots li.slick-active button {
background: var(--color-primary-hover);
transition: all 0.5s ease;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button:hover {
background: var(--color-primary);
transition: all 0.5s ease;
}
.plus-gallery-item {
    border: none;
    display: flex;
}



.type-post .news-item-detail .text img {
    max-width: 100%;
    width: 100%;
    height: auto;
    transform: none;
    position: unset;
    max-height: max-content;
}
.type-post .plus-gallery-item {
    border: none;
    display: flex !important;
    height: auto !important;
}
@media (min-width: 992px) {
.carousel-wrapper .row {
    display: flex;
    flex-direction: column;
}
.custom-footer__banner2 {
    width: 100%;
    margin: 10px auto 30px;
    max-width: 1920px;
}
    .carousel .extended-banner-texts {
        padding: 64px 128px;
    }
}
.carousel-control:before {
    border-style: none;
}
.body-banners, .banners-content.footer-banners {
    padding: 50px 0;
}
@media (max-width:479px) {
.benefitBanner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
}
@media (max-width: 767px) {
    .product-slider-holder .product-slider-pagination {
        margin-top: 20px;
    }
}

.extra_contact-box {
    background: #fbfaf9;
    padding: 20px;
    margin: 32px 0;
}
.extra_contact-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    max-width: 500px;
    margin: 0 auto;
}
.extra_contact-left {text-align:center;}
.extra_contact-left h2 {
    font-size: 18px;
    margin: 0 0 4px;
    font-weight: 500;
    line-height: 1;
}
.extra_contact-left p {
    margin: 0 0 12px !important;
}

.extra_contact-info {
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
    justify-content:center;
}

.extra_contact-item {
  display: flex;
  flex-direction: column;
      text-align: center;
}

.extra_contact-main a {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-secondary);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.extra_contact-main a:hover {
      color: var(--color-secondary);
    text-decoration: none;
}
.extra_contact-sub {
    font-size: 14px;
    margin-top: 0;
}

.extra_contact-person {
    text-align: center;
    white-space: nowrap;
}

.extra_contact-person img {
    width: 70px;
    max-width: 70px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
    padding: 0 !important;
    height: auto;
}

.person-name {
  font-weight: 600;
}

.person-role {
  font-size: 14px;
  color: #777;
}
.p-detail-inner .buttons-wrapper {
display:none;
}
@media (max-width:479px) {
.extra_contact-left h2 {
    margin: 0 0 12px;
}
.extra_contact-left h2 + p {display:none;}
}
