/* Overrides for configurator */
.radio-label {
    position: relative;
}

.price-variant-choice {
    display: block;
    padding: 12px 18px;
    border: 2px solid #ddd;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    text-align: center;
    min-width: 150px;
    position: relative;
}

.classic-choice {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 15px;
}

.price-variant-choice .attr-name {
    font-weight: 600;
    display: block;
    font-size: 14px;
}

.price-variant-choice.an-favored {
    padding-left: 65px !important;
    min-width: 190px;
    text-align: left;
}

.price-variant-choice .attr-name .p-discount {
    font-size: 14px;
    width: 50px;
    height: 100%;
    vertical-align: middle;
    background: #d66327;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

ul.product-combs-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    gap: 12px !important;
    padding: 0 !important;
    list-style: none !important;
}

ul.product-combs-wrapper li {
    display: flex !important;
    flex: 0 1 auto !important;
    margin: 0 !important;
    min-height: 1px;
}

ul.product-combs-wrapper li label {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    cursor: pointer !important;
}

ul.product-combs-wrapper li .radio-label.price-variant-choice {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    height: 100% !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    justify-content: center;
    text-align: left;
    padding: 1px 12px;
}

.alert.alert-warning.pd-alert {
    color: #9e3700;
    background: #ffdac6;
    border: none;
    line-height: 1.4;
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.alert.alert-warning.pd-alert.pd-hint {
    display: inline-block;
    background: #fde6d9;
    margin-top: 3px;
    margin-bottom: 3px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 4px 10px;
    font-weight: 500;
    font-size: 13.5px;
}

.f-price {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    display: block;
}

.flex-wrap {
    flex-wrap: wrap;
}

/* Styl pro kontejner, který se ztmaví */
.product-container-loading {
    position: relative;
    opacity: 0.5;
    pointer-events: none;
    /* Zabrání vícenásobnému klikání během načítání */
    transition: opacity 0.3s ease;
}

/* Jednoduchý spinner doprostřed */
.product-loader-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #24b9d7;
    /* Barva vašeho e-shopu */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.price-variant-spec {
    margin-bottom: 6px;
    display: block;
    line-height: 1.1;
}

.footer-custom {
    background-color: #222222;
    /* Tmavé pozadí podle zadání */
    color: #ffffff;
    /* Bílý text */
    padding: 90px 0 0px;
    font-family: 'Poppins', sans-serif;
    /* Font Poppins */
}

/* Styl pro nadpisy (h3) */
.footer-header {
    color: #d66327;
    /* Oranžová barva podle zadání */
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 35px;
    text-transform: uppercase;
    letter-spacing: initial;
}

/* Styl pro krátký text u loga */
.footer-intro-text {
    color: #b0b0b0;
    /* Jemnější šedý text pro úvod */
    font-size: 0.9rem;
    line-height: 1.6;
    margin-top: 20px;
}

/* Seznam odkazů - bez odrážek */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

/* Interaktivní odkazy s efektem z button.png */
.footer-links a {
    color: #ffffff;
    /* Základní barva odkazu */
    text-decoration: none;
    position: relative;
    padding: 8px 12px;
    display: inline-block;
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 14px;
    font-family: "Host Grotesk", sans-serif;
}

/* Default stav s "rožky" jako z UI kitu */
.footer-links a::before,
.footer-links a::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid #ffffff;
    transition: all 0.3s ease;
}

/* Pozice rožků */
.footer-links a::before {
    top: 0;
    left: 0;
    border-right: 0;
    border-bottom: 0;
}

.footer-links a::after {
    bottom: 0;
    right: 0;
    border-left: 0;
    border-top: 0;
}

/* Hover efekt: Odkaz se podbarví a text zbělá */
.footer-links a:hover {
    background-color: #ffffff;
    color: #000000;
}

/* Hover efekt: Rožky se ztratí do podbarvení */
.footer-links a:hover::before,
.footer-links a:hover::after {
    opacity: 0;
}

/* Styl pro kontaktní informace */
.footer-contact {
    color: #b0b0b0;
    /* Šedý text */
    font-size: 0.9rem;
    line-height: 1.8;
    font-family: "Host Grotesk", sans-serif;
}

.footer-contact strong {
    color: #ffffff;
    /* Nadpis adresy bílý */
    font-weight: 600;
}

/* Interaktivní kontaktní údaje */
.footer-contact a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-contact a:hover {
    color: #d66327;
}

.seo-text-block {
    color: #bbb;
    font-size: 14px;
    padding: 40px 0;
    margin-top: 50px;
    text-align: center;
    font-family: "Host Grotesk", sans-serif;
}

.copyright-area {
    background-color: #1a1a1a;
    padding: 25px 0;
    margin-top: 70px;
}

.copyright-area>p {
    text-align: center;
    font-size: 14px;
    font-family: "Host Grotesk", sans-serif;
    margin-bottom: 0;
}

.footer-bottom {
    border-top: 1px solid #333;
    margin-top: 40px;
    padding-top: 20px;
    font-size: 0.8rem;
    color: #666;
}

/* Styl pro sociální sítě v posledním sloupci */
.footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.social-icon {
    width: 38px;
    height: 38px;
    background-color: #f0f0f0;
    /* Světlý podklad ikon */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social-icon svg {
    width: 18px;
    height: 18px;
    fill: #222222;
    /* Tmavá barva ikony v základu */
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: #d66327;
    /* Oranžová při najetí */
    transform: translateY(-3px);
}

.social-icon:hover svg {
    fill: #ffffff;
    /* Bílá ikona při najetí */
}

#_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item>a {
    font-weight: 500;
}

.text-right {
    text-align: right;
}

.row-stretch-flex {
    flex-wrap: wrap;
}

.d-flex {
    display: flex !important;
}

.flex-column {
    flex-direction: column !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-end {
    justify-content: end !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.w-100 {
    width: 100% !important;
}

.topbar.sp-topbar {
    background: #d66327;
    padding-top: 8px;
    padding-bottom: 8px;
}

.topbar.sp-topbar a {
    font-size: 14px;
}

.topbar.sp-topbar a i {
    vertical-align: middle;
    margin-right: 6px;
    position: relative;
    top: -1px;
}

.topbar a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.topbar-links li:not(:last-of-type)::after {
    content: "";
    display: inline-block;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    width: 1px;
    vertical-align: middle;
}

#_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item.active>a,
#_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item.home>a {
    color: var(--color-link) !important;
}

.main-menu .avaorg-menu-horizontal .menu-content .menu-item>a .menu-subtitle {
    display: inline-block;
    padding: 2px 6px;
    font-size: 12px;
    color: #d66327 !important;
    font-weight: bold;
    line-height: 1.125rem;
    text-transform: uppercase;
    position: relative;
    background: transparent !important;
    margin-left: 3px;
}

.main-menu .avaorg-menu-horizontal .menu-content .menu-item>a .menu-subtitle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    border-left: 2px solid #d66327;
    border-right: 2px solid #d66327;
    border-top: 2px solid #d66327;
    border-top-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    mask-image: linear-gradient(to right, black 6px, transparent 6px, transparent calc(100% - 6px), black calc(100% - 6px));
    -webkit-mask-image: linear-gradient(to right, black 6px, transparent 6px, transparent calc(100% - 6px), black calc(100% - 6px));
}

.main-menu .avaorg-menu-horizontal .menu-content .menu-item>a .menu-subtitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    border-left: 2px solid #d66327;
    border-right: 2px solid #d66327;
    border-bottom: 2px solid #d66327;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    mask-image: linear-gradient(to right, black 6px, transparent 6px, transparent calc(100% - 6px), black calc(100% - 6px));
    -webkit-mask-image: linear-gradient(to right, black 6px, transparent 6px, transparent calc(100% - 6px), black calc(100% - 6px));
}

body .mobile-menu .menu-content .menu-item>a .menu-subtitle {
    background: #d66327 !important;
}

.product-container .product-information {
    position: relative;
}

.product-variants>.product-variants-item ul li.input-container {
    margin-bottom: 10px;
    margin-right: 10px;
    list-style: none;
}

.map-card {
    min-height: 400px;
}

.map-card iframe {
    float: left;
}

.map-card:after {
    display: block;
    content: "";
    clear: both;
}

body main#page .main-menu .avaorg-menu-horizontal .menu-item>a {
    font-size: 15.5px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
}

#mobile_menu_wrapper {
    z-index: 9900;
}

#main #js-product-list-footer h2 {
    font-size: 28px !important;
    color:#d66327 !important;
}

#main #js-product-list-footer h2,
#main #js-product-list-footer h2 strong {
    font-weight: 700 !important;
    color:#d66327 !important;
}

#main #js-product-list-footer h3 {
    font-size: 24px !important;
}

#main #js-product-list-footer h3,
#main #js-product-list-footer h3 strong {
    font-weight: 600 !important;
}

#main #js-product-list-footer h4 {
    font-size: 21px !important;
}

#main #js-product-list-footer h4,
#main #js-product-list-footer h4 strong {
    font-weight: 600 !important;
}

#main #js-product-list-footer .card-block.category-additional-description {
    padding:30px;
}

#main #js-product-list-footer .card-block.category-additional-description ul,
#main #js-product-list-footer .card-block.category-additional-description ol {
    margin-left:17px;
}

@media (max-width: 992px) {
    .hide-on-tablet {
        display: none !important;
    }

    .md-mt-30 {
        margin-top: 30px;
    }

    .md-mt-40 {
        margin-top: 40px;
    }

    .md-mt-50 {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .topbar-links a {
        display: inline-block;
        margin-bottom: 5px;
    }

    .sm-text-center {
        text-align: center;
    }

    .sm-justify-content-center {
        justify-content: center;
    }

    .sm-mt-30 {
        margin-top: 30px;
    }

    .sm-mt-40 {
        margin-top: 40px;
    }

    .sm-mt-50 {
        margin-top: 50px;
    }

    #header .mh-logo {
        width: 170px !important;
    }

    #header .mh-right {
        width: calc(100% - 170px) !important;
    }

    #header .mh-logo .elementor-image img {
        width: 115px;
    }

    #main #js-product-list-footer h2 {
        font-size: 24px !important;
    }

    #main #js-product-list-footer h3 {
        font-size: 20px !important;
    }
    
    #main #js-product-list-footer h4 {
        font-size: 17px !important;
    }
}

@media (max-width:575px) {
    .xss-text-center {
        text-align: center;
    }

    .xss-mt-1 {
        margin-top: 10px;
    }

    .col-xss-12 {
        width: 100%;
    }

    .col-xss-6 {
        width: 50%;
    }

    .xss-mt-30 {
        margin-top: 30px;
    }

    .xss-mt-40 {
        margin-top: 40px;
    }

    .xss-mt-50 {
        margin-top: 50px;
    }

    .product-container .summary .product-information .product-description {
        font-size: 15px;
        line-height: 1.6;
    }

    .product-container .summary .product-information .product-description,
    .product-actions .control-label {
        font-size: 15px;
    }

    .product-variants .input-container label>span {
        font-size: 14px;
    }

    .product-variants .input-container label>span.radio-label {
        padding: 0 7px;
    }

    #footer .footer-custom img {
        width: 175px;
    }

    #main #js-product-list-footer h2 {
        font-size: 21px !important;
    }

    #main #js-product-list-footer h3 {
        font-size: 18px !important;
    }
    
    #main #js-product-list-footer h4 {
        font-size: 16px !important;
    }
}

@media (max-width:500px) {
    .col-xsss-12 {
        width: 100%;
    }

    .col-xsss-6 {
        width: 100%;
    }

    .hero-section .breadcrumb ol li {
        font-size: 14px;
    }

    .hero-section .page-title-wrapper {
        min-height: 125px;
    }
}

@media (max-width:450px) {
    .col-xssss-12 {
        width: 100%;
    }

    .product-variants .input-container label>span {
        font-size: 13px;
    }

    .product-variants .input-container label>span.radio-label {
        padding: 0 6px;
    }

    .elementor-9 .elementor-element.elementor-element-722b5223 .elementor-image img {
        max-width: 115px;
    }

    .hero-section .page-title-wrapper {
        min-height: 115px !important;
    }

    .topbar.sp-topbar a {
        font-size: 13px;
    }

    .topbar.sp-topbar a i {
        margin-right: 4px;
    }

    :root .h1,
    :root h1 {
        font-size: 24px;
    }

    :root .h2,
    :root h2 {
        font-size: 21px;
    }

    .tab_wrapper .product-description p {
        font-size: 14px;
    }

    .product-container .summary .product-information .product-description {
        margin-bottom: 12px;
        padding-bottom: 5px !important;
    }

    #header .mh-logo .elementor-image img,
    #header .mh-logo .elementor-image img {
        width: 100px !important;
    }

    #header .mh-logo {
        width: 135px !important;
    }

    #header .mh-right,
    #header .mh-right {
        width: calc(100% - 135px) !important;
    }

    #footer .footer-custom img {
        width: 150px;
    }

    #header .mh-right .mh-di-conf>.elementor-widget-container,
    #header .mh-right .mh-di-conf>.elementor-widget-container {
        margin: 0px 0px 0px 0px !important;
    }
}

@media (max-width:375px) {
    .topbar.sp-topbar a i {
        display: none;
        visibility: hidden;
    }

    #header .mh-logo .elementor-image img {
        width: 100px !important;
    }

    .elementor-9 .elementor-element.elementor-element-2a8979dc>.elementor-container {
        min-height: 60px !important;
    }

    .topbar.sp-topbar a:first-child {
        margin-right: 10px !important;
    }
}