/* 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: bold;
    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;
}

.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;
}

/* 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);
    }
}


.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; }
.justify-content-center { justify-content: center !important; }
.justify-content-end {justify-content: end !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;
}

@media (max-width: 991.98px) {
        .hide-on-tablet {
            display: none !important;
        }
    }

@media (max-width: 767.98px) {
    .topbar-links a {
        display: inline-block;
        margin-bottom: 5px;
    }

    .sm-text-center 
    {
        text-align:center;
    }

    .sm-justify-content-center {
        justify-content: center;
    }
}

.map-card {
    min-height:400px;
}

.map-card iframe {
    float:left;
}

.map-card:after {
    display:block;
    content:"";
    clear:both;
}