/* ========================== GLOBAL STYLES ========================== */
article {
    max-width: 100%;
}
/* ========================== HEADER ========================== */
@media (min-width: 1200px) {
    .navigation-in>ul>li.ext>ul>li {
        width: 20% !important;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20% !important;
    }
}
@media only screen and (min-width: 768px) {
    #navigation ul.menu-level-1>li .menu-level-2 {
        background: #fff !important;
    }
}
/* ========================== FOOOTER ========================== */
#footer.distanced {
    margin-top: 100PX;
}
footer .custom-footer>div {
    width: 100%;
}
.container.footer-rows .site-name{
    display: none;
}
#footer .custom-footer {
    padding: 50px 0px 25px 0px !important;
}
@media only screen and (min-width: 1200px) {
    #footer .container {
        padding: 0 50px !important;
    }
}
/* Obecné nastavení pro footer */
.footer-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-box {
    width: 21%
}

.footer-box h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #1e1e1c;
}

.footer-box p {
    font-size: 16px;
    color: #1e1e1c;
    line-height: 20px;
}

.footer-box ul {
    list-style: none;
    padding: 0;
}

.footer-box ul li {
    margin-bottom: 0px;
    font-size: 16px !important;
    line-height: 20px;
}
.footer-box ul li a{
    font-size: 16px !important;
    line-height: 20px;
}

.footer-box a {
    color: #468c98 !important;
    text-decoration: none;
    font-weight: 600;
}
.footer-box.third a {
    color: #1e1e1c !important;
    text-decoration: none;
    font-weight: 500;
}
.footer-box a:hover {
    text-decoration: underline;
    color: #9e837e !important;
}
@media (max-width: 1200px) {
    .footer-box {
        width: 50%;
    }
    .footer-box.one p {
        padding-right: 50px;
    }
}
@media (max-width: 768px) {
#footer .container.footer-rows {
    border-top: 1px solid #ebebeb;
}
.footer-section {
    flex-direction: column;
    text-align: center;
}
#footer .custom-footer {
    padding: 20px 0px 0px 0px !important;
}
.footer-box {
    width: 100%;
}
.footer-box h4 {
    text-align: left;
    color: black;
}
.footer-box.one p {
    padding-right: 0px;
}
.footer-box p {
    text-align: left;
}
.footer-box ul li a {
    text-align: left;
}
}
/* ============================ HOMEPAGE ============================ */
@media (max-width: 768px) {
    .in-index #carousel .extended-banner-title{
        font-size: 42px !important;
    }
    .in-index .extended-banner-title{
        font-size: 32px !important;
    }
    .in-index .homepage-group-title.h4 {
        font-size: 32px !important;
    }
    .in-index .homepage-group-title.h4:after {
        height: 4px;
    }
    .in-index .extended-banner-text{
        font-size: 16px !important;
    }
    .in-index .extended-banner-texts{
        padding-bottom: 50px !important;
    }
    .in-index .extended-banner-link{
        font-size: 18px !important;
    }
    .next-to-carousel-banners .banner-wrapper a .extended-banner-texts .extended-banner-link {
        padding: 10px 30px;
        min-width: 170PX;
    }
}
/*============================ BLOG & ARTICLES ============================*/
.in-blog #footer {
    margin-top: 100px;
    border-top: 1px solid #ebebeb

}
.homepage-blog-wrapper .homepage-group-title.h4 {
    margin: 40px 0;
}
.news-item .text {
    padding: 30px 0 !important;
}
.news-item .text .title {
    margin-bottom: 16px !important;
    font-size: 24px;
}
.news-item .description {
    font-size: 16px;
}
.news-item .read-article {
    margin-top: 30px !important;
    font-size: 18px !important;
}
.news-item .read-article:hover {
color: #9e837e !important;
}
.homepage-blog-wrapper.blog-wrapper .news-item .text .read-article:hover:after{
    color: #9e837e !important;
}
/* articles detail*/
.news-item-detail time{
    font-size: 14px;
    color: #2d2d2d;
    font-weight: 400;
}
.news-item-detail h3{
    font-size: 24px;
}
.news-item-detail p{
    font-size: 16px;
}
.news-item-detail .btn{
    font-size: 18px;
}

@media (max-width: 768px) {
    .homepage-blog-wrapper .homepage-group-title.h4 {
        margin: 30px 0 40px 0 !important;
        padding-top: 0px;
        padding-bottom: 15px !important;
        font-size: 32px !important;
    }
    .news-item .text {
        padding: 10px 0 30px 0px !important;
    }
    .news-item .text .title {
        font-size: 24px !important;
    }
    .news-item .description {
        font-size: 16px !important;
    }
    .news-item .read-article {
        margin-top: 20px !important;
        font-size: 18px !important;
    }
    .homepage-blog-wrapper .homepage-group-title.h4:after{
        height: 4px;
    }
    /* articles detail*/
    .type-post h1{
        font-size: 32px;
    }
}
/*============================ CATEGORY ============================*/
@media only screen and (min-width: 1200px) {
    .subcategories li {
        width: 20% !important;
        max-width: 20% !important;
    }
    }

#category-header{
    display: none !important;
}
.category-top{
    margin-bottom: 70px;
}
.type-category .subcategories.with-image li a .text {
    font-size: 20px !important;
    line-height: 24px;
}
.type-category .products-block.products .product .p .name{
    font-size: 24px !important;
    line-height: 28px;
}
.type-category .p-tools{
    font-size: 18px;
}
.type-category .widget-parameter-value a{
    font-size: 14px !important;
}
@media (max-width: 768px) {
    .category-top{
        margin-bottom: 30px;
    }
}
/*============================ PRODUCT DETAIL ============================*/
.type-detail .chevron-after.chevron-down-after, .type-detail .shp-tab-link{
    display: none !important;
}
/* Globalní styly pro product detail*/
.type-detail aside.sidebar{
    display: none;
}
.type-detail .p-detail .p-code {
    font-size: 14px;
    margin-bottom: 0px;
}
.type-detail .product-top .p-detail-info .p-short-description p {
    font-size: 16px;
}
.detail-parameters {
    font-size: 18px;
}
.product-top .p-detail-info {
    padding-top: 0px;
}
.p-detail-info .detail-parameters tbody tr:nth-child(odd) {
    background-color: #fff !important;
}
/*layout */
.type-detail .basic-description h3{
    font-size: 2.5em !important;
}
.basic-description p{
    font-size: 16px !important;
}
.type-detail .shp-tabs-wrapper{
    width: 100%;
}
.type-detail .shp-tabs-wrapper .basic-description {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.type-detail .shp-tabs-wrapper{
    margin: 0 !important;
    padding: 0 !important;
}
.type-detail .shp-tabs-wrapper>.row {
    padding: 0;
    margin: 0;
}
.type-detail .shp-tabs-wrapper>.row>div {
    max-width: 100%;
    padding: 0;
}
/* table*/
.type-detail .extended-description {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.type-detail .extended-description h3{
    font-size: 2.5em !important;
    text-align: center;
    margin-top: 50px;
}
.type-detail .extended-description .detail-parameters {
    width: 100%;
    max-width: 900px;
    background-color: #F3F3F3;
    padding: 20px;
    border-radius: 8px;
}
.type-detail .extended-description .detail-parameters tbody tr td{
    text-align: right;
}
.type-detail .extended-description .detail-parameters tbody tr th {
    padding-right: 5px;
    text-align: left;
}
.type-detail .tab-content .extended-description .detail-parameters tbody tr td{
    text-align: right;
}
.type-detail .tab-content .extended-description .detail-parameters tbody tr th{
    text-align: left;
    padding-left: 20px !important;
}
.type-detail .detail-parameters tbody tr:nth-child(odd) {
    background-color: #FAFAFA;
}
/* product related*/
.type-detail .products-related-header{
    width: 100%;
    text-align: center;
}
.type-detail .products-related {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.type-detail .products-related .product .image img {
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
}
.type-detail .products-related .product .image {
    max-width: 500px !important;
}
/* levit blok product*/
.levit-main-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
}

.levit-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.levit-image-container,
.levit-text-container {
    width: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.levit-image-container img {
    max-width: 100%;
    height: auto;
}

.levit-text-container {
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;

}

.levit-text-container h2 {
    text-align: left !important;
}

@media (max-width: 768px) {
    #footer {
        padding-top: 50px !important;
    }
    .detail-parameters {
        font-size: 16px;
    }
    .p-detail .p-info-wrapper {
        margin-bottom: 0px;
    }
    .p-detail .product-top .availability-label {
        margin-bottom: 0px;
    }
    .type-detail .basic-description h3 {
        font-size: 32px !important;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .levit-image-container,
    .levit-text-container {
        width: 100%;
        padding: 5px 0px !important;
    }
    .levit-text-container h2 {
        margin-top: 5px !important;
        margin-bottom: 0px !important;
    }
    .levit-text-container p {
        margin: 5px 0px !important;
    }
}
/*============================ ABOUT US  ============================*/
.in-about-us article {
    max-width: 100% !important;
}

.in-about-us header h1 {
    display: none;
}

.about-us-container {
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;
}

.about-us-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;

}

.about-us-text,
.about-us-image {
    width: 50%;
    padding: 0px;
    box-sizing: border-box;
}

.about-us-text {
    padding: 20px;
}

.about-us-image img {
    width: 100%;
    height: auto;
    display: block;
}

.about-us-podpis {
    display: block;
    margin-top: 20px;
    max-width: 100px;
}
.logo-onas {
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 768px) {
    .about-us-container {
    padding: 0px;
}
    .about-us-row {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .about-us-row-reverse {
        flex-direction: column-reverse;
    }

    .about-us-text,
    .about-us-image {
        width: 100%;
    }
    .about-us-text {
    padding: 0px;
}
}
/*============================ CONTACT  ============================*/
.in-contact article {
    max-width: 100%;
}
.in-contact .main-kontakt p, .in-contact .main-kontakt span {
    font-size: 16px !important;
}
.in-contact .main-kontakt {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    padding-bottom: 50px;
}

/*LEVÝ SLOUPEC*/
.in-contact .left-contact {
    width: 40%;
}
.in-contact .left-contact h2 {
    font-size: 22px;
    margin: 16px 0px 10px 0px;
}
.in-contact .left-contact h3 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #000;
}
.in-contact .left-contact p {
    margin-bottom: 10px;
    line-height: 1.6;
}
.in-contact .left-contact i {
    margin-right: 8px;
    color: #468c98;
}
.in-contact .left-contact a {
    color: #468c98;
    text-decoration: none;
}
.in-contact .left-contact a:hover {
    color: #9e837e;
    text-decoration: underline;
}

/*PRAVÝSLOUPEC*/
.in-contact .right-contact {
    width: 60%;
}

/* KONTAKTNÍ FORMULÁŘ */
.in-contact .right-contact h2 {
    margin: 16px 0px 10px 0px;
}
.contact-form h4{
    margin: 0px  0px 10px 0px!important;
    padding: 0px !important;
}

.in-contact .nadpis-form p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: left;
}
.in-contact fieldset {
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.in-contact form .form-control {
    border-radius: 8px !important;
    width: 100%;
}
.form-group>input.form-control {
        width: 100%;
        max-width: 100%;
}
#formContact > fieldset > div:nth-child(2), #formContact > fieldset > div:nth-child(3), #formContact > fieldset > fieldset > div.form-group.js-validated-element-wrapper.smart-label-wrapper {
    width: 48%;
}
#formContact .submit-wrapper {
    margin-top: 10px;
}



.in-contact .contact-form {
    background: #f9f9f9;
    padding: 10px 20px 20px 20px;
    border-radius: 0px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.in-contact .form-row {
    display: flex;
    justify-content: space-between;
    gap: 4%;
}
.in-contact .form-group.half-width {
    width: 48%;
}
.in-contact .form-group {
    margin-bottom: 15px;
}
.in-contact label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}
.in-contact .form-control {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff !important;
}
.in-contact form .form-control {
    border-radius: 8px !important;
}
.in-contact .form-control:focus {
    border-color: #468c98;
    outline: none;
    box-shadow: 0 0 5px rgba(101, 142, 136, 0.5);
}
.in-contact label span.required-asterisk::after {
    content: " *";
    color: red;
}
.in-contact textarea.form-control {
    resize: vertical;
}
.in-contact .consents {
    margin-top: 30px;
    padding-bottom: 5px;
    font-size: 14px;
    text-align: center;
}
.in-contact .consents a {
    color: #468c98;
    text-decoration: none;
}
.in-contact .consents a:hover {
    text-decoration: underline;
    color: #9e837e;
}

/* TLAČÍTKO ODESLAT */
.in-contact .btn.btn-primary {
    width: 100%;
    background-color: #468c98;
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}
.in-contact .btn.btn-primary:hover {
    background-color: #9e837e;
}

@media (max-width: 768px) {
    .in-contact .left-contact{
        border-bottom: 1px solid #ebebeb;
    }
    .in-contact .main-kontakt {
        flex-direction: column;
        gap: 20px;
    }

    .in-contact .left-contact,
    .in-contact .right-contact {
        width: 100%;
    }
    #formContact > fieldset > div:nth-child(2), #formContact > fieldset > div:nth-child(3), #formContact > fieldset > fieldset > div.form-group.js-validated-element-wrapper.smart-label-wrapper {
        width: 100%;
    }
    .in-contact .form-row {
        flex-direction: column;
        gap: 15px;
    }

    .in-contact .form-group.half-width {
        width: 100%;
    }
    .in-contact .contact-form {
        padding: 10px;
    }
    .form-group.consents label{
        margin-bottom: 15px;
        margin-top: 0px;
    }
}

/*============================ WHERE TO BUY  ============================*/
.in-where-to-buy article {
    max-width: 100%;
}
.in-where-to-buy header h1 {
    display: none;
}
.hero-banner {
  position: relative;
  width: 100%;
  height: 400px; /* výška banneru */
  background: url("/user/documents/upload/LEVITBIKE-where-to-buy-europe.png") center center no-repeat;
  background-size: cover;
  color: #fff;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 800px;
  padding: 0 20px;
}

.hero-content h1 {
  font-size: 42px;
  font-family: var(--template-headings-font) !important;
  margin-bottom: 20px;
  color:#fff;
  text-align: center;
  text-decoration: underline;
}
.hero-content h1 a {
  color: inherit;
  text-decoration: none;
}
.hero-content h1 a:hover {
  text-decoration: underline;
  color: #9e837e !important;
}
.hero-content p {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.hero-content h3 {
  font-size: 20px;
  font-family: var(--template-headings-font) !important;
  text-transform: uppercase;
}
.icon-container {
  margin-top: 10px;
}
.icon-container a img {
  width: 60px;  
  height: auto;
  display: inline-block;
  transition: transform 0.3s ease;
}
.icon-container a:hover img {
  transform: scale(1.1);
}

@media (max-width: 800px){  
    .hero-content {
        top: 12%;
        left: 0%;
        transform: translate(-0%, -0%);
    }
    .hero-content h1 {
        font-size: 32px;
    }
    .hero-content p {
        font-size: 16px;
        line-height: 1.2;
    }
    .hero-content h3 {
        font-size: 18px;
    }
}
/* DEALERS SEKCE */
.flag-where-to-buy img{
    width: 32px;
    margin-right: 5px;
}
.dealers-section-titel h2 {
    font-size: 28px;
    margin: 30px 0px;
    text-align: left;
}
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    /* Automatické přizpůsobení */
    gap: 20px;
    padding: 0px;
}

.b-distributor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 0px 20px;
    min-height: 260px;
    transition: transform 0.3s ease-in-out;
}

.b-distributor:hover {
    transform: translateY(-5px);
}

.b-distributor__title {
    margin: 10px 0px !important;
    padding: 0px !important;
    font-size: 20px !important;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

/* Skrytí  ikon */
.icon-map{
    display: none;
}

/* Ikony a text společně */
.b-distributor__item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    color: #555;
    margin-bottom: 8px;
}


/* Odkazy */
.b-distributor__item a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.b-distributor__item a:hover {
    text-decoration: underline;
}

/* Pro lepší čitelnost na mobilech */
@media (max-width: 768px) {
    .grid {
        grid-template-columns: 1fr;
    }

    .b-distributor {
        padding: 0px 15px;
    }

    .b-distributor__title {
        font-size: 1.1rem;
    }

    .b-distributor__item {
        font-size: 0.95rem;
    }
}
/*============================ DOWNLOAD SERVICE  ============================*/
.in-download-service article {
    max-width: 100%;
}
.in-download-service header h1 {
    display: none;
}
.hero-content h1 {
    text-decoration: none !important;
}
.in-download-service .hero-banner {
  background: url("/user/documents/upload/download-banner.png") center center no-repeat !important;
}
/* TABLE */
.downloads-section {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px;
    box-sizing: border-box;
}
.download-header {
    display: flex;
    justify-content: space-between;
    background: #468c98;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.header-item {
    text-transform: uppercase;
}
.header-item:first-child {
    text-align: left;
    flex: 1;
}
.header-item:last-child {
    text-align: right;
    flex: 1;
    padding-right: 15px;
}
.download-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    margin-bottom: 1px;
    transition: transform 0.2s ease-in-out;
}
.download-item:hover {
    transform: translateY(-3px);
}
.file-name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.download-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #468c98;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    transition: background 0.2s, color 0.2s;
}
.download-link:hover {
    background: #bda9a6;
    color: #000;
    text-decoration: underline;
}
.download-link i {
    font-size: 18px;
    color: #468c98;
    transition: color 0.2s;
}

.download-link:hover i {
    color: #000;
}

@media (max-width: 768px) {
    .download-header {
        font-size: 16px;
        padding: 10px 15px;
    }
    .download-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
    }
    .file-name {
        margin-bottom: 5px;
    }
    .download-link {
        font-size: 14px;
        padding: 8px 0px 12px 0px;
    }
}
/*============================ CART CONTENT + MESSAGES NOTIFIER  ============================*/
.cart-table tr td.p-total strong {
    font-size: 22px !important;
    line-height: 26px;
}
.cart-table .p-name .main-link-variant {
    font-size: 16px;
    line-height: 20px;
    opacity: .7;
}
#checkoutContent .cart-content .box .form-group .btn,     #checkoutContent .form-group .form-control{
    font-size: 16px !important;
}
#checkoutContent .cart-content .co-box.co-delivery-method label b, #checkoutContent .cart-content .co-box.co-payment-method label b, #checkoutContent .cart-content .co-box.fv-datum-cas label b, .cart-content .order-summary .order-summary-inner .cart-items .recapitulation-single, .payment-shipping-price, #checkoutSidebar .order-recapitulation > div, .cart-content .order-summary .order-summary-inner .cart-items .recapitulation-single, .payment-shipping-price, #checkoutContent .form-group label, .shp-flag-label{
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 20px !important;
}
body.blank-mode .msg .container, body .msg .container, div.message {
    width: 100%;
    border-color: transparent;
    max-width: 100%;
    border-radius: 10px 10px 0px 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    right: auto;
    top: 75%;
    font-size: 26px !important;
    text-align: center;
}
@media(max-width: 768px){
    body.blank-mode .msg .container, body .msg .container, div.message {
    top: 70%;
    font-size: 20px !important;
}
}
.msg .container:before, div.message:before {
   display: none;
}
.price-primary {
    font-size: 26px !important;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 600 !important;

}
.price-secondary {
    font-size: 20px !important;
    line-height: 24px;
    text-transform: none;
    font-weight: 400;
}
.next-step-back, .next-step-forward, .order-button-text, .order-button-suffix{
    font-size: 18px !important;
    line-height: 22px;
}
/*WIDGETS CART */
.cart-widget.popup-widget .cart-widget-product .cart-widget-product-name a, .cart-widget-product-name>span{
    font-size: 16px;
    line-height: 20px;
}
.cart-widget.popup-widget .cart-widget-product .cart-widget-product-name .cart-widget-product-surcharges, .cart-widget.popup-widget .cart-widget-product .cart-widget-product-name .cart-widget-product-variant {
    font-size: 14px;
    line-height: 18px;

}
  
