/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";

:root {
    /* COLOR VARIATIONS */
    --g-color-white: white; /* Definice bílé pro celý web */
    --g-color-black: #1c1c1c; /* Definice černé pro celý web */
    --g-color-light-grey: #959494; /* Definice černé pro celý web */
    --g-color-dark-grey: #747474; /* Definice černé pro celý web */

    --g-color-1: #019cd2; /* Kontrastní barva webu (aktivní button,  ) */
    --g-color-1-hover: #2cb9bd;
    --g-color-2: #0f0f0f; /* Barva pozadí webu (neaktivní button,  */
    --g-color-2-hover: #1a1a1a;
    --g-color-3: #474747; /* Třetí barva () */
    --g-color-3-hover: #303030;
    --g-color-4: #be172a;
    --g-color-4-hover: #990c18;
    --g-color-5: white;
    --g-color-5-hover: #ebebeb;
    --g-color-6: #fbedf0;
    --g-color-6-hover: #d8c7ca;

    --g-color-7: red;
    --g-color-8: red;

    --g-module-bg-color: #f5eef5;
    --g-color-blue: #019cd2;

    /* ANIMATION COLOR */
    --anim-color-1: #xx;
    --anim-color-2: #xx;
    --anim-color-3: #xx;
    --anim-color-4: #xx;

    /* ANIMATION COLOR - UNDERLINE */
    --underline-color-1: var(--g-color-1);
    --underline-color-2: var(--g-color-2);

    /* FONT DEFINITIONS */
    --font-primary: "Archivo";
    --font-secondary: "Archivo Black";
    --font-narrow: "Antonio";

    /* ADDITIONAL PROPERTIES */
    --g-btn-radius: 4px; /* Pro manipulaci s border-radiusem tlačítek na webu */
    --g-base: 16; /* Pro převod mezi px/rem */

    /* TRANSITION TIMING */
    --g-img-transition-timing: all 1s;
    --g-img-transition-transform: scale(1.1);


    --xs-font-size-koeficient: 1.5;
    --sm-font-size-koeficient: 1.36;
    --md-font-size-koeficient: 1.25;
    --lg-font-size-koeficient: 1.153;

    --font-size-pt-11: 0.833rem; /*13.328*/
    --font-size-pt-10: 0.917rem; /*14.672*/
    --font-size-pt-12: 1rem; /*16*/
    --font-size-pt-13: 1.0833rem; /*17.3328*/
    --font-size-pt-14: 1.1667rem; /*18.6672*/
    --font-size-pt-15: 1.25rem; /*20*/
    --font-size-pt-16: 1.3333rem; /*21.3328*/
    --font-size-pt-17: 1.415rem; /*22.64*/
    --font-size-pt-18: 1.5rem; /*24*/
    --font-size-pt-20: 1.6667rem; /*26.6672*/
    --font-size-pt-21: 1.75rem; /*28*/
    --font-size-pt-22: 1.8333rem; /*29.3328*/
    --font-size-pt-24: 2rem; /*32*/
    --font-size-pt-26: 2.1667rem; /*34.6672*/
    --font-size-pt-27: 2.1667rem; /*34.6672*/
    --font-size-pt-28: 2.25rem; /*36*/
    --font-size-pt-32: 2.6667rem; /*42.6672*/
    --font-size-pt-36: 3rem; /*48*/
    --font-size-pt-40: 3.3333rem; /*53.3328*/
    --font-size-pt-42: 3.5rem; /*56*/
    --font-size-pt-45: 3.75rem; /*60*/
    --font-size-pt-50: 4.1667rem; /*66.6672*/
    --font-size-pt-55: 4.5833rem; /*73.3328*/
    --font-size-pt-60: 5rem; /*80*/
    --font-size-pt-65: 5.4167rem; /*86.6672*/

}

.font-family-primary {
    font-family: var(--font-primary), sans-serif;
}

.font-family-secondary {
    font-family: var(--font-secondary), sans-serif;
}

.font-family-narrow {
    font-family: var(--font-narrow), sans-serif;
}

.opacity-01 {
    opacity: 0.1;
}

.opacity-07 {
    opacity: 0.7;
}

.opacity-08 {
    opacity: 0.8;
}

.opacity-09 {
    opacity: 0.9;
}

.opacity-1 {
    opacity: 1;
}

.text-decoration-underline {
    text-decoration: underline;
}

.force-link-color-black, .force-link-color-black:hover {
    color: black !important;
}

.force-link-color-white, .force-link-color-white:hover {
    color: white !important;
}

.force-link-color-gray, .force-link-color-gray:hover {
    color: #9a9998 !important
}

.force-link-color-1, .force-link-color-1:hover {
    color: var(--g-color-1) !important;
}

.force-link-color-2, .force-link-color-2:hover {
    color: var(--g-color-2) !important;
}

.force-link-color-3, .force-link-color-3:hover {
    color: var(--g-color-3) !important;
}

.force-link-color-4, .force-link-color-4:hover {
    color: var(--g-color-4) !important;
}

.force-link-color-5, .force-link-color-5:hover {
    color: var(--g-color-5) !important;
}

.force-link-color-6, .force-link-color-6:hover {
    color: var(--g-color-6) !important;
}

.force-link-color-7, .force-link-color-7:hover {
    color: var(--g-color-7) !important;
}

.color-primary {
    color: var(--g-color-1) !important;
}

.color-secondary {
    color: var(--g-color-2) !important;
}

.color-tertiary {
    color: var(--g-color-3) !important;
}

.color-quaternary {
    color: var(--g-color-4) !important;
}

.color-quinary {
    color: var(--g-color-5) !important;
}

.color-senary {
    color: var(--g-color-6) !important;
}

.color-septenary {
    color: var(--g-color-7) !important;
}

.color-black {
    color: black !important;
}

.background-color-primary {
    background-color: var(--g-color-1);
}

.background-color-secondary {
    background-color: var(--g-color-2);
}

.font-size-px-12 {
    font-size: 0.75rem !important;
}

.font-size-px-13 {
    font-size: 0.8125rem !important;
}

.font-size-px-14 {
    font-size: 0.875rem !important;
}

.font-size-px-15 {
    font-size: 0.9375rem !important;
}

.font-size-px-16 {
    font-size: 1rem !important;
}

.font-size-px-18 {
    font-size: 1.125rem !important;
}

.font-size-px-20 {
    font-size: 1.25rem !important;
}

.font-size-px-22 {
    font-size: 1.375rem !important;
}

.font-size-px-24 {
    font-size: 1.5rem !important;
}

.font-size-px-26 {
    font-size: 1.625rem !important;
}

.font-size-px-28 {
    font-size: 1.75rem !important;
}

.font-size-px-32 {
    font-size: 2rem !important;
}

.font-size-px-36 {
    font-size: 2.25rem !important;
}

.font-size-px-40 {
    font-size: 2.5rem !important;
}

.font-size-px-45 {
    font-size: 2.8125rem !important;
}

.font-size-px-50 {
    font-size: 3.125rem !important;
}

.font-size-px-55 {
    font-size: 3.45rem !important;
}

.font-size-px-60 {
    font-size: 3.75rem !important;
}

.font-size-px-65 {
    font-size: 4.0625rem !important;
}

.font-size-pt-10 {
    font-size: var(--font-size-pt-10)
}

.font-size-pt-11 {
    font-size: var(--font-size-pt-11)
}

.font-size-pt-12 {
    font-size: var(--font-size-pt-12)
}

.font-size-pt-13 {
    font-size: var(--font-size-pt-13)
}

.font-size-pt-14 {
    font-size: var(--font-size-pt-14)
}

.font-size-pt-15 {
    font-size: var(--font-size-pt-15)
}

.font-size-pt-16 {
    font-size: var(--font-size-pt-16)
}

.font-size-pt-17 {
    font-size: var(--font-size-pt-17)
}

.font-size-pt-18 {
    font-size: var(--font-size-pt-18)
}

.font-size-pt-20 {
    font-size: var(--font-size-pt-20)
}

.font-size-pt-21 {
    font-size: var(--font-size-pt-21)
}

.font-size-pt-22 {
    font-size: var(--font-size-pt-22)
}

.font-size-pt-24 {
    font-size: var(--font-size-pt-24)
}

.font-size-pt-26 {
    font-size: var(--font-size-pt-26)
}

.font-size-pt-27 {
    font-size: var(--font-size-pt-27)
}

.font-size-pt-28 {
    font-size: var(--font-size-pt-28)
}

.font-size-pt-32 {
    font-size: var(--font-size-pt-32)
}

.font-size-pt-36 {
    font-size: var(--font-size-pt-36)
}

.font-size-pt-40 {
    font-size: var(--font-size-pt-40)
}

.font-size-pt-42 {
    font-size: var(--font-size-pt-42)
}

.font-size-pt-45 {
    font-size: var(--font-size-pt-45)
}

.font-size-pt-50 {
    font-size: var(--font-size-pt-50)
}

.font-size-pt-55 {
    font-size: var(--font-size-pt-55)
}

.font-size-pt-60 {
    font-size: var(--font-size-pt-60)
}

.font-size-pt-65 {
    font-size: var(--font-size-pt-65)
}

.font-size-pt-10-clamp {
    font-size: clamp(12px, calc(13 / 1920 * 100vw), 13px)
}

.font-size-pt-11-clamp {
    font-size: clamp(12px, calc(15 / 1920 * 100vw), 15px)
}

.font-size-pt-12-clamp {
    font-size: clamp(12px, calc(16 / 1920 * 100vw), 16px)
}

.font-size-pt-13-clamp {
    font-size: clamp(12px, calc(17 / 1920 * 100vw), 17px)
}

.font-size-pt-14-clamp {
    font-size: clamp(12px, calc(19 / 1920 * 100vw), 19px)
}

.font-size-pt-15-clamp {
    font-size: clamp(12px, calc(20 / 1920 * 100vw), 20px)
}

.font-size-pt-16-clamp {
    font-size: clamp(12px, calc(21 / 1920 * 100vw), 21px)
}

.font-size-pt-17-clamp {
    font-size: clamp(12px, calc(23 / 1920 * 100vw), 23px)
}

.font-size-pt-18-clamp {
    font-size: clamp(12px, calc(24 / 1920 * 100vw), 24px)
}

.font-size-pt-20-clamp {
    font-size: clamp(12px, calc(27 / 1920 * 100vw), 27px)
}

.font-size-pt-21-clamp {
    font-size: clamp(14px, calc(28 / 1920 * 100vw), 28px)
}

.font-size-pt-22-clamp {
    font-size: clamp(14px, calc(29 / 1920 * 100vw), 29px)
}

.font-size-pt-24-clamp {
    font-size: clamp(15px, calc(32 / 1920 * 100vw), 32px)
}

.font-size-pt-26-clamp {
    font-size: clamp(16px, calc(34 / 1920 * 100vw), 34px)
}

.font-size-pt-27-clamp {
    font-size: clamp(18px, calc(35 / 1920 * 100vw), 35px)
}

.font-size-pt-28-clamp {
    font-size: clamp(18px, calc(36 / 1920 * 100vw), 36px)
}

.font-size-pt-32-clamp {
    font-size: clamp(19px, calc(43 / 1920 * 100vw), 43px)
}

.font-size-pt-36-clamp {
    font-size: clamp(20px, calc(48 / 1920 * 100vw), 48px)
}

.font-size-pt-40-clamp {
    font-size: clamp(36px, calc(53 / 1920 * 100vw), 53px)
}

.font-size-pt-42-clamp {
    font-size: clamp(12px, calc(56 / 1920 * 100vw), 56px)
}

.font-size-pt-45-clamp {
    font-size: clamp(12px, calc(60 / 1920 * 100vw), 60px)
}

.font-size-pt-50-clamp {
    font-size: clamp(12px, calc(67 / 1920 * 100vw), 67px)
}

.font-size-pt-55-clamp {
    font-size: clamp(12px, calc(73 / 1920 * 100vw), 73px)
}

.font-size-pt-60-clamp {
    font-size: clamp(12px, calc(80 / 1920 * 100vw), 80px)
}

.font-size-pt-65-clamp {
    font-size: clamp(12px, calc(87 / 1920 * 100vw), 87px)
}

.font-weight-ps-thin {
    font-weight: 100 !important;
}

.font-weight-ps-extra-light {
    font-weight: 200 !important;
}

.font-weight-ps-light {
    font-weight: 300 !important;
}

.font-weight-ps-regular {
    font-weight: 400 !important;
}

.font-weight-ps-medium {
    font-weight: 500 !important;
}

.font-weight-ps-semi-bold {
    font-weight: 600 !important;
}

.font-weight-ps-bold {
    font-weight: 700 !important;
}

.font-weight-ps-extra-bold {
    font-weight: 800 !important;
}

.font-weight-ps-black {
    font-weight: 900 !important;
}

.line-height-1-3 {
    line-height: 1.3 !important;
}


.font-size-px-15-responsive {
    font-size: calc(0.9375rem / var(--xs-font-size-koeficient)) !important;
}

.font-size-px-16-responsive {
    font-size: calc(1rem / var(--xs-font-size-koeficient)) !important;
}

.font-size-px-18-responsive {
    font-size: calc(1.125rem / var(--xs-font-size-koeficient)) !important;
}

.font-size-px-20-responsive {
    font-size: calc(1.25rem / var(--xs-font-size-koeficient)) !important;
}

.font-size-px-22-responsive {
    font-size: calc(1.375rem / var(--xs-font-size-koeficient)) !important;
}

.font-size-px-24-responsive {
    font-size: calc(1.5rem / var(--xs-font-size-koeficient)) !important;
}

.font-size-px-26-responsive {
    font-size: calc(1.625rem / var(--xs-font-size-koeficient)) !important;
}

.font-size-px-28-responsive {
    font-size: calc(1.75rem / var(--xs-font-size-koeficient)) !important;
}

.font-size-px-32-responsive {
    font-size: calc(2rem / var(--xs-font-size-koeficient)) !important;
}

.font-size-px-36-responsive {
    font-size: calc(2.25rem / var(--xs-font-size-koeficient)) !important;
}

.font-size-px-40-responsive {
    font-size: calc(2.5rem / var(--xs-font-size-koeficient)) !important;
}

.font-size-px-45-responsive {
    font-size: calc(2.8125rem / var(--xs-font-size-koeficient)) !important;
}

.font-size-px-50-responsive {
    font-size: calc(3.125rem / var(--xs-font-size-koeficient)) !important;
}

.font-size-px-55-responsive {
    font-size: calc(3.45rem / var(--xs-font-size-koeficient)) !important;
}

.font-size-px-65-responsive {
    font-size: calc(4.065rem / var(--xs-font-size-koeficient)) !important;
}

@media (min-width: 576px) {
    .font-size-px-15-responsive {
        font-size: calc(0.9375rem / var(--sm-font-size-koeficient)) !important;
    }

    .font-size-px-16-responsive {
        font-size: calc(1rem / var(--sm-font-size-koeficient)) !important;
    }

    .font-size-px-18-responsive {
        font-size: calc(1.125rem / var(--sm-font-size-koeficient)) !important;
    }

    .font-size-px-20-responsive {
        font-size: calc(1.25rem / var(--sm-font-size-koeficient)) !important;
    }

    .font-size-px-22-responsive {
        font-size: calc(1.375rem / var(--sm-font-size-koeficient)) !important;
    }

    .font-size-px-24-responsive {
        font-size: calc(1.5rem / var(--sm-font-size-koeficient)) !important;
    }

    .font-size-px-26-responsive {
        font-size: calc(1.625rem / var(--sm-font-size-koeficient)) !important;
    }

    .font-size-px-28-responsive {
        font-size: calc(1.75rem / var(--sm-font-size-koeficient)) !important;
    }

    .font-size-px-32-responsive {
        font-size: calc(2rem / var(--sm-font-size-koeficient)) !important;
    }

    .font-size-px-36-responsive {
        font-size: calc(2.25rem / var(--sm-font-size-koeficient)) !important;
    }

    .font-size-px-40-responsive {
        font-size: calc(2.5rem / var(--sm-font-size-koeficient)) !important;
    }

    .font-size-px-45-responsive {
        font-size: calc(2.8125rem / var(--sm-font-size-koeficient)) !important;
    }

    .font-size-px-50-responsive {
        font-size: calc(3.125rem / var(--sm-font-size-koeficient)) !important;
    }

    .font-size-px-55-responsive {
        font-size: calc(3.45rem / var(--sm-font-size-koeficient)) !important;
    }

    .font-size-px-65-responsive {
        font-size: calc(4.065rem / var(--sm-font-size-koeficient)) !important;
    }
}

@media (min-width: 768px) {
    .font-size-px-15-responsive {
        font-size: calc(0.9375rem / var(--md-font-size-koeficient)) !important;
    }

    .font-size-px-16-responsive {
        font-size: calc(1rem / var(--md-font-size-koeficient)) !important;
    }

    .font-size-px-18-responsive {
        font-size: calc(1.125rem / var(--md-font-size-koeficient)) !important;
    }

    .font-size-px-20-responsive {
        font-size: calc(1.25rem / var(--md-font-size-koeficient)) !important;
    }

    .font-size-px-22-responsive {
        font-size: calc(1.375rem / var(--md-font-size-koeficient)) !important;
    }

    .font-size-px-24-responsive {
        font-size: calc(1.5rem / var(--md-font-size-koeficient)) !important;
    }

    .font-size-px-26-responsive {
        font-size: calc(1.625rem / var(--md-font-size-koeficient)) !important;
    }

    .font-size-px-28-responsive {
        font-size: calc(1.75rem / var(--md-font-size-koeficient)) !important;
    }

    .font-size-px-32-responsive {
        font-size: calc(2rem / var(--md-font-size-koeficient)) !important;
    }

    .font-size-px-36-responsive {
        font-size: calc(2.25rem / var(--md-font-size-koeficient)) !important;
    }

    .font-size-px-40-responsive {
        font-size: calc(2.5rem / var(--md-font-size-koeficient)) !important;
    }

    .font-size-px-45-responsive {
        font-size: calc(2.8125rem / var(--md-font-size-koeficient)) !important;
    }

    .font-size-px-50-responsive {
        font-size: calc(3.125rem / var(--md-font-size-koeficient)) !important;
    }

    .font-size-px-55-responsive {
        font-size: calc(3.45rem / var(--md-font-size-koeficient)) !important;
    }

    .font-size-px-65-responsive {
        font-size: calc(4.065rem / var(--md-font-size-koeficient)) !important;
    }
}

@media (min-width: 992px) {
    .font-size-px-15-responsive {
        font-size: calc(0.9375rem / var(--lg-font-size-koeficient)) !important;
    }

    .font-size-px-16-responsive {
        font-size: calc(1rem / var(--lg-font-size-koeficient)) !important;
    }

    .font-size-px-18-responsive {
        font-size: calc(1.125rem / var(--lg-font-size-koeficient)) !important;
    }

    .font-size-px-20-responsive {
        font-size: calc(1.25rem / var(--lg-font-size-koeficient)) !important;
    }

    .font-size-px-22-responsive {
        font-size: calc(1.375rem / var(--lg-font-size-koeficient)) !important;
    }

    .font-size-px-24-responsive {
        font-size: calc(1.5rem / var(--lg-font-size-koeficient)) !important;
    }

    .font-size-px-26-responsive {
        font-size: calc(1.625rem / var(--lg-font-size-koeficient)) !important;
    }

    .font-size-px-28-responsive {
        font-size: calc(1.75rem / var(--lg-font-size-koeficient)) !important;
    }

    .font-size-px-32-responsive {
        font-size: calc(2rem / var(--lg-font-size-koeficient)) !important;
    }

    .font-size-px-36-responsive {
        font-size: calc(2.25rem / var(--lg-font-size-koeficient)) !important;
    }

    .font-size-px-40-responsive {
        font-size: calc(2.5rem / var(--lg-font-size-koeficient)) !important;
    }

    .font-size-px-45-responsive {
        font-size: calc(2.8125rem / var(--lg-font-size-koeficient)) !important;
    }

    .font-size-px-50-responsive {
        font-size: calc(3.125rem / var(--lg-font-size-koeficient)) !important;
    }

    .font-size-px-55-responsive {
        font-size: calc(3.45rem / var(--lg-font-size-koeficient)) !important;
    }

    .font-size-px-65-responsive {
        font-size: calc(4.065rem / var(--lg-font-size-koeficient)) !important;
    }
}

@media (min-width: 1300px) {
    .font-size-px-15-responsive {
        font-size: 0.9375rem !important;
    }

    .font-size-px-16-responsive {
        font-size: 1rem !important;
    }

    .font-size-px-18-responsive {
        font-size: 1.125rem !important;
    }

    .font-size-px-20-responsive {
        font-size: 1.25rem !important;
    }

    .font-size-px-22-responsive {
        font-size: 1.375rem !important;
    }

    .font-size-px-24-responsive {
        font-size: 1.5rem !important;
    }

    .font-size-px-26-responsive {
        font-size: 1.625rem !important;
    }

    .font-size-px-28-responsive {
        font-size: 1.75rem !important;
    }

    .font-size-px-32-responsive {
        font-size: 2rem !important;
    }

    .font-size-px-36-responsive {
        font-size: 2.25rem !important;
    }

    .font-size-px-40-responsive {
        font-size: 2.5rem !important;
    }

    .font-size-px-45-responsive {
        font-size: 2.8125rem !important;
    }

    .font-size-px-50-responsive {
        font-size: 3.125rem !important;
    }

    .font-size-px-55-responsive {
        font-size: 3.45rem !important;
    }

    .font-size-px-65-responsive {
        font-size: 4.065rem !important;
    }
}

.global-btn-radius {
    border-radius: var(--g-btn-radius);
}

a:hover .text-decoration-hover {
    text-decoration: underline;
}

/* PRE-DEFINED ANIMATIONS  (ANIM) */
.anim-brightness {
    -webkit-filter: brightness(50%);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.anim-brightness:hover {
    -webkit-filter: brightness(100%);
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

.anim-underline-right {
    position: relative !important;
    overflow: hidden !important;
    text-decoration: none !important;
}

.anim-underline-right::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--underline-color-1);
    -webkit-transition: opacity 300ms, -webkit-transform 300ms;
    transition: opacity 300ms, -webkit-transform 300ms;
    -o-transition: opacity 300ms, transform 300ms;
    transition: opacity 300ms, transform 300ms;
    transition: opacity 300ms, transform 300ms, -webkit-transform 300ms;
    opacity: 1;
}

.anim-underline-right::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--underline-color-2);
    -webkit-transition: opacity 300ms, -webkit-transform 300ms;
    transition: opacity 300ms, -webkit-transform 300ms;
    -o-transition: opacity 300ms, transform 300ms;
    transition: opacity 300ms, transform 300ms;
    transition: opacity 300ms, transform 300ms, -webkit-transform 300ms;
    opacity: 1;
    -webkit-transform: translate3d(+105%, 0, 0);
    transform: translate3d(+105%, 0, 0);
}

.anim-underline-right:hover::after,
.anim-underline-right:focus::after {
    text-decoration: none !important;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.anim-underline-left {
    position: relative !important;
    overflow: hidden !important;
    text-decoration: none !important;
}

.anim-underline-left::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--underline-color-1);
    -webkit-transition: opacity 300ms, -webkit-transform 300ms;
    transition: opacity 300ms, -webkit-transform 300ms;
    -o-transition: opacity 300ms, transform 300ms;
    transition: opacity 300ms, transform 300ms;
    transition: opacity 300ms, transform 300ms, -webkit-transform 300ms;
    opacity: 1;
}

.anim-underline-left::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--underline-color-2);
    -webkit-transition: opacity 300ms, -webkit-transform 300ms;
    transition: opacity 300ms, -webkit-transform 300ms;
    -o-transition: opacity 300ms, transform 300ms;
    transition: opacity 300ms, transform 300ms;
    transition: opacity 300ms, transform 300ms, -webkit-transform 300ms;
    opacity: 1;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.anim-underline-left:hover::after,
.anim-underline-left:focus::after {
    text-decoration: none !important;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: var(--underline-color-2);
}

.anim-underline-center {
    position: relative !important;
    overflow: hidden !important;
    text-decoration: none !important;
}

.anim-underline-center::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--underline-color-1);
    -webkit-transition: opacity 300ms, -webkit-transform 300ms;
    transition: opacity 300ms, -webkit-transform 300ms;
    -o-transition: opacity 300ms, transform 300ms;
    transition: opacity 300ms, transform 300ms;
    transition: opacity 300ms, transform 300ms, -webkit-transform 300ms;
    opacity: 1;
}

.anim-underline-center::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--underline-color-2);
    -webkit-transition: opacity 300ms, -webkit-transform 300ms;
    transition: opacity 300ms, -webkit-transform 300ms;
    -o-transition: opacity 300ms, transform 300ms;
    transition: opacity 300ms, transform 300ms;
    transition: opacity 300ms, transform 300ms, -webkit-transform 300ms;
    opacity: 1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.anim-underline-center:hover::after,
.anim-underline-center:focus::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.anim-underline-center-light {
    position: relative !important;
    overflow: hidden !important;
    text-decoration: none !important;
}

.anim-underline-center-light::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--underline-color-1);
    -webkit-transition: opacity 500ms, -webkit-transform 500ms;
    transition: opacity 500ms, -webkit-transform 500ms;
    -o-transition: opacity 500ms, transform 500ms;
    transition: opacity 500ms, transform 500ms;
    transition: opacity 500ms, transform 500ms, -webkit-transform 500ms;
    opacity: 1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.anim-underline-center-light:hover::after,
.anim-underline-center-light:focus::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*--breakpoints-sm: 576px;*/
/*--breakpoints-md: 768px;*/
/*--breakpoints-lg: 992px;*/
/*--breakpoints-xl: 1300px;*/
@media (min-width: 576px) {
    .w-sm-50 {
        width: 50% !important
    }

    .w-sm-100 {
        width: 100% !important
    }

    .h-sm-100 {
        height: 100% !important
    }
}

@media (min-width: 768px) {
    .w-md-50 {
        width: 50% !important
    }

    .w-md-100 {
        width: 100% !important
    }

    .h-md-100 {
        height: 100% !important
    }
}

@media (min-width: 992px) {
    .w-lg-50 {
        width: 50% !important
    }

    .w-lg-100 {
        width: 100% !important
    }

    .h-lg-100 {
        height: 100% !important
    }
}

@media (min-width: 1300px) {
    .w-xl-50 {
        width: 50% !important
    }

    .w-xl-100 {
        width: 100% !important
    }

    .h-xl-100 {
        height: 100% !important
    }
}

html {
    scroll-behavior: smooth;
}

a:not(.zero-impact), a:not(.zero-impact):hover, a:not(.zero-impact):focus {
    color: var(--g-color-1);
}

a[href^="mailto:"], a[href^="tel:"] {
    white-space: nowrap;
}
.custom-color-1 {
    color: var(--g-color-locale-1);
}

a.custom-color-1:not(.zero-impact),
a.custom-color-1:not(.zero-impact):hover,
a.custom-color-1:not(.zero-impact):focus{
    color: var(--g-color-locale-1);
}


.p-zero-impact p {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .text-lg-justify {
        text-align: justify !important;
    }
}

.position-absolute-top-left {
    position: absolute;
    top: 0;
    left: 0;
}

/* scroll lock for whole body when mobile menu is visible */
@media (max-width: 991px) {
    .lock-scroll {
        overflow: hidden;
    }
}

/* Light gallery thumb border */
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: var(--g-color-1) !important;
    -webkit-box-shadow: 0 0 3px 1px var(--g-color-1) !important;
    box-shadow: 0 0 3px 1px var(--g-color-1) !important;
}

.mw-1300 {
    max-width: 1350px;
}

.mw-1650 {
    max-width: 1680px !important;
}

.mw-1842 {
    max-width: 1872px !important;
}

.mw-1920 {
    max-width: 1920px !important;
}

.container-1680 {
    max-width: 1680px !important;
}

.mw-category {
    max-width: 1605px !important;
}

/*#region custom utilites */

.h2-default {
    font-family: var(--font-primary), sans-serif;
    font-size: clamp(20px, calc(54 / 1920 * 100vw), 54px) !important; /* 40pt */
    text-align: center;
    max-width: clamp(962px, calc(1240 / 1920 * 100vw), 1240px);
    font-weight: 800;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.1;
    padding-bottom: clamp(12px, calc(40 / 1920 * 100vw), 40px);
}

.h3-default {
    font-family: var(--font-primary), sans-serif;
    font-size: clamp(16px, calc(35 / 1920 * 100vw), 35px) !important; /* 27pt */
    text-align: center;
    max-width: clamp(962px, calc(1240 / 1920 * 100vw), 1240px);
    font-weight: 800;
    color: var(--g-color-locale-1);
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 1px;
    word-spacing: -2px;
    line-height: 1.4;
}

@media(min-width: 992px){
    .header-wrapper {
        padding-bottom: clamp(10px, calc(30 / 1920 * 100vw), 30px);
    }
}
.title-wrapper {
    padding-top: clamp(1px, calc(90 / 1920 * 100vw), 90px);
}

.btn-default {
    & {
        background-color: transparent;
        border-color: black;
        color: black !important;
        box-shadow: none !important;
        transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
        border-radius: 0;
        font-size: clamp(12px, calc(19 / 1920 * 100vw), 19px);
        letter-spacing: 1px;
        word-spacing: 2px;
        padding: clamp(6px, calc(10 / 1920 * 100vw), 10px) clamp(6px, calc(18 / 1920 * 100vw), 18px);

    }

    &.focus, &:focus,
    &.active, &:active,
    &.hover, &:hover {
        box-shadow: none;
        background-color: black;
        border-color: black;
        color: white !important;
    }
}


.btn-default-active {
    & {
        background-color: black;
        border-color: black;
        color: white !important;
        box-shadow: none !important;
        transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
        border-radius: 0;
        font-size: clamp(12px, calc(19 / 1920 * 100vw), 19px);
        letter-spacing: 1px;
        word-spacing: 2px;
        padding: clamp(6px, calc(10 / 1920 * 100vw), 10px) clamp(6px, calc(18 / 1920 * 100vw), 18px);

    }

    &.focus, &:focus,
    &.active, &:active,
    &.hover, &:hover {
        box-shadow: none;
        background-color: transparent;
        border-color: black;
        color: black !important;
    }
}

.btn-default-sm {
    & {
        word-spacing: 0;
        letter-spacing: 0;
        font-size: clamp(12px, calc(15 / 1920 * 100vw), 15px);
        padding: clamp(4px, calc(6 / 1920 * 100vw), 6px) clamp(16px, calc(18 / 1920 * 100vw), 18px);
    }
}


.bg-with-custom-gradient {
    background: -webkit-gradient(linear, left top, right top, color-stop(16%, var(--g-color-black)), color-stop(86%, var(--g-color-1)));
    background: -o-linear-gradient(left, var(--g-color-black) 16%, var(--g-color-1) 86%);
    background: linear-gradient(90deg, var(--g-color-black) 16%, var(--g-color-1) 86%);
}

.transition-all-03-ease {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mw-150px {
    max-width: 150px !important;
}

.mw-75px {
    max-width: 75px !important;
}

.mw-55px {
    max-width: 75px !important;
}

.mw-50 {
    max-width: 50% !important;
}

.pointer-events-none {
    pointer-events: none !important;
}

.pointer-events-all {
    pointer-events: all !important;
}

.light-underline {
    border-bottom: 2px solid rgba(128, 128, 128, 0.3);
}

.transform-translateZ-0 {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.outline-none.a:focus, .outline-none.a:focus-visible, .outline-none.a:focus-within,
.outline-none.a:hover, .outline-none.a:active, .outline-none.a:visited, .outline-none.a:target {
    outline: none;
}

.global-link-template-1 {
    color: var(--g-color-2);
    text-decoration: underline;
}

.global-link-template-1:hover {
    color: var(--g-color-3);
}

.global-link-template-2 {
    color: var(--g-color-7);
    text-decoration: underline;
}

.global-object-fit-cover-center {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.global-object-fit-contain-center {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

*:focus-visible {
    outline: none;
}

.px-15px {
    padding-left: 15px;
    padding-right: 15px
}

.pl-15px {
    padding-left: 15px;
}

.pr-15px {
    padding-right: 15px
}

.py-15px {
    padding-top: 15px;
    padding-bottom: 15px
}

.pt-15px {
    padding-top: 15px;
}

.pb-15px {
    padding-bottom: 15px
}

@media (min-width: 992px) {
    .pb-lg-15px {
        padding-bottom: 15px
    }
}

/*endregion*/

/*a {*/
/*    color: var(--g-color-2);*/
/*    text-decoration: none;*/
/*    transition: all 0.1s ease-in-out;*/
/*}*/

/*a:hover {*/
/*    color: var(--g-color-1);*/
/*    text-decoration: none;*/
/*}*/

/*a[href='tel'],*/
/*a[href='mailto'] {*/
/*    white-space: nowrap;*/
/*}*/

body,
.CSS1Compat,
.CSS2Compat,
.CSS3Compat {
    font-family: var(--font-primary) !important;
    /*max-width: 1920px;*/
    margin-left: auto;
    margin-right: auto;
}

/*#region Vnitřní vzhled rubrik */

/*region Headers */

.custh1 {
    display: inline-block;
    font-size: 40px;
    font-weight: 400;
    font-family: var(--font-secondary), sans-serif;
    color: var(--g-color-2);
}

.custh1 .h1-hr {
    width: 100%;
    border-bottom: solid 3px;
    margin-top: 0;
    margin-bottom: 0;
    border-top: 0;
}

:root {
    --font-size-h2: calc(18 / var(--g-base) * 1rem);
    --font-size-md-h2: calc(24 / var(--g-base) * 1rem);
    --font-size-lg-h2: calc(26 / var(--g-base) * 1rem);
    --font-size-xl-h2: calc(30 / var(--g-base) * 1rem);
    --font-size-h3: calc(18 / var(--g-base) * 1rem);
    --font-size-md-h3: calc(22 / var(--g-base) * 1rem);
    --font-size-lg-h3: calc(24 / var(--g-base) * 1rem);
    --font-size-xl-h3: calc(26 / var(--g-base) * 1rem);
    --font-size-h4: calc(16 / var(--g-base) * 1rem);
    --font-size-md-h4: calc(20 / var(--g-base) * 1rem);
    --font-size-lg-h4: calc(22 / var(--g-base) * 1rem);
    --font-size-xl-h4: calc(22 / var(--g-base) * 1rem);
}

h2, .h2 {
    font-size: var(--font-size-h2)
}

h3, .h3 {
    font-size: var(--font-size-h3)
}

h4, .h4 {
    font-size: var(--font-size-h4)
}

@media (min-width: 768px) {
    h2, .h2 {
        font-size: var(--font-size-md-h2)
    }

    h3, .h3 {
        font-size: var(--font-size-md-h3)
    }

    h4, .h4 {
        font-size: var(--font-size-md-h4)
    }
}

@media (min-width: 992px) {
    h2, .h2 {
        font-size: var(--font-size-lg-h2)
    }

    h3, .h3 {
        font-size: var(--font-size-lg-h3)
    }

    h4, .h4 {
        font-size: var(--font-size-lg-h4)
    }
}

@media (min-width: 1300px) {
    h2, .h2 {
        font-size: var(--font-size-xl-h2)
    }

    h3, .h3 {
        font-size: var(--font-size-xl-h3)
    }

    h4, .h4 {
        font-size: var(--font-size-xl-h4)
    }
}

/*endregion Headers */

.module-wysiwyg1, .CSS1Compat,
.module-wysiwyg2, .CSS2Compat,
.module-wysiwyg3, .CSS3Compat {
    font-family: var(--font-primary), sans-serif;
}

.module-wysiwyg1 img, .CSS1Compat img,
.module-wysiwyg2 img, .CSS2Compat img,
.module-wysiwyg3 img, .CSS3Compat img {
    max-width: 100%;
    max-height: 100%;
}

.module-wysiwyg1 .rubrika-title, .CSS1Compat .rubrika-title,
.module-wysiwyg2 .rubrika-title, .CSS2Compat .rubrika-title,
.module-wysiwyg3 .rubrika-title, .CSS3Compat .rubrika-title {
    font-weight: 800;
}

.module-wysiwyg1 blockquote p, .CSS1Compat blockquote p,
.module-wysiwyg2 blockquote p, .CSS2Compat blockquote p,
.module-wysiwyg3 blockquote p, .CSS3Compat blockquote p {
    margin-bottom: 0;
}

.module-wysiwyg1 .row.module-gallery, .CSS1Compat .row.module-gallery,
.module-wysiwyg2 .row.module-gallery, .CSS2Compat .row.module-gallery,
.module-wysiwyg3 .row.module-gallery, .CSS3Compat .row.module-gallery {
    margin-top: 40px;
}

.module-wysiwyg1 a, .CSS1Compat a,
.module-wysiwyg2 a, .CSS2Compat a,
.module-wysiwyg3 a, .CSS3Compat a {
    color: var(--g-color-black);
    border-bottom: 1px solid var(--g-color-black);
    text-decoration: none;
    font-weight: 500;
    -webkit-transition: all 0.27s;
    -o-transition: all 0.27s;
    transition: all 0.27s;
    cursor: pointer;
}


.module-wysiwyg1 .lg_youtube_item:after,
.module-wysiwyg2 .lg_youtube_item:after,
.module-wysiwyg3 .lg_youtube_item:after {
    content: "";
    height: 64px;
    width: 88px;
    position: absolute;
    left: calc(50% - 44px);
    top: calc(50% - 32px);
    pointer-events: none;
    opacity: .8;
    background: url("/_data/styly/img/ui/youtube-play.png") 0 -60px no-repeat;
}

#tabs-popis img {
    max-width: 100%;
}

#tabs-popis table {
    border-collapse: collapse;
    width: 100% !important;
}

#tabs-popis table td,
#tabs-popis table th {
    border: 1px solid #ddd;
    padding: 8px;
}

#tabs-popis table tr:first-child {
    background-color: var(--g-color-1);
}

#tabs-popis table tr:first-child td {
    color: white;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

#tabs-popis table tr:nth-child(even) {
    background-color: #f2f2f2;
}

#tabs-popis table tr:nth-child(n+2):hover {
    background-color: #ddd;
}

#tabs-popis table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: var(--g-color-black);
    color: white;
}

/*#region Sloupec s obrázkem - skryté info */
.wysiwyg-hidden-info-1 a {
    color: var(--g-color-1) !important;
}

.wysiwyg-hidden-info-1 h2 {
    font-weight: 500;
}

.wysiwyg-hidden-info-1 button .tech_param_hidden_info_1_text {
    color: var(--g-color-1);
    text-transform: capitalize;
}

.wysiwyg-hidden-info-1 .tech_param_hidden_info_1_vypclan {
    border-top: 2px solid rgba(128, 128, 128, 0.3);
}

.wysiwyg-hidden-info-1 .tech_param_hidden_info_1_information-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-top: 1rem;
    height: 100%;
}


.wysiwyg-hidden-info-1 .tech_param_hidden_info_1_img {
    max-height: 300px;
}

.wysiwyg-hidden-info-1 .tech_param_hidden_info_1_img img {
    width: 100% !important;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto !important;
}

.CSS1Compat .wysiwyg-hidden-info-1 .tech_param_hidden_info_1_desc-read-more,
.CSS2Compat .wysiwyg-hidden-info-1 .tech_param_hidden_info_1_desc-read-more,
.CSS3Compat .wysiwyg-hidden-info-1 .tech_param_hidden_info_1_desc-read-more {
    max-height: 1000px;
}

.wysiwyg-hidden-info-1 .tech_param_hidden_info_1_desc {
    margin-bottom: 0;
    padding-bottom: 12px;
}

.wysiwyg-hidden-info-1 .tech_param_hidden_info_1_desc-read-more {
    -webkit-transition: max-height 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    -o-transition: max-height 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: max-height 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    overflow: hidden;
    max-height: 0;
}

.wysiwyg-hidden-info-1 .tech_param_hidden_info_1_desc-read-more--open {
    max-height: 1000px;
}

.wysiwyg-hidden-info-1 .tech_param_hidden_info_1_button-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
}

.wysiwyg-hidden-info-1 .tech_param_hidden_info_1_btn-5 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    width: 165px;
    height: 42px;
    line-height: 43px;
    padding: 0;
    border: none;
}

.wysiwyg-hidden-info-1 .tech_param_hidden_info_1_btn-5 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.wysiwyg-hidden-info-1 .tech_param_hidden_info_1_btn-5:before,
.wysiwyg-hidden-info-1 .tech_param_hidden_info_1_btn-5:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: var(--g-color-1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wysiwyg-hidden-info-1 .tech_param_hidden_info_1_btn-5:before {
    height: 50%;
    width: 2px;
}

.wysiwyg-hidden-info-1 .tech_param_hidden_info_1_btn-5:after {
    width: 20%;
    height: 2px;
}

.wysiwyg-hidden-info-1 .tech_param_hidden_info_1_btn-5:hover:before {
    height: 100%;
}

.wysiwyg-hidden-info-1 .tech_param_hidden_info_1_btn-5:hover:after {
    width: 100%;
}

.wysiwyg-hidden-info-1 .tech_param_hidden_info_1_btn-5 span:before,
.wysiwyg-hidden-info-1 .tech_param_hidden_info_1_btn-5 span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: var(--g-color-1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wysiwyg-hidden-info-1 .tech_param_hidden_info_1_btn-5 span:before {
    width: 2px;
    height: 50%;
}

.wysiwyg-hidden-info-1 .tech_param_hidden_info_1_btn-5 span:after {
    width: 20%;
    height: 2px;
}

.wysiwyg-hidden-info-1 .tech_param_hidden_info_1_btn-5 span:hover:before {
    height: 100%;
}

.wysiwyg-hidden-info-1 .tech_param_hidden_info_1_btn-5 span:hover:after {
    width: 100%;
}

/*#region Accordion předefinování bootstrap stylu */
.accordion .card-header {
    padding: 0;
}

.accordion .btn-custom-accordion {
    color: var(--g-color-1);
    font-weight: 500;
    font-size: 1rem;
    padding: .75rem 1.25rem;
    width: 100%;
    height: 100%;
    text-align: left;
}

.accordion .btn-custom-accordion:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*#endregion Accordion - předefinování bootstrap stylu */

/*#region Tabs - předefinování bootstrap stylu */

.wysiwyg-tabs .btn-custom-nav-tabs {
    color: var(--g-color-1);
    font-weight: 500;
    font-size: 1rem;
}

.wysiwyg-tabs.tab-content {
    padding-left: 1rem;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding-top: 1rem;
    border-top: 0;
}

.wysiwyg-tabs .btn-custom-nav-tabs.active {
    color: var(--g-color-1);
}

.wysiwyg-tabs .btn-custom-nav-tabs:hover {
    text-decoration: underline;
}

/*#endregion Tabs předefinování bootstrap stylu */


.no-shadow.btn:focus,
.no-shadow.btn:active,
.no-shadow.btn:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* Override bootstrap coolaps, aby lidé mohli editovat ve wysiwygu text pro accordion a tabs */
.CSS1Compat .collapse:not(.show),
.CSS2Compat .collapse:not(.show),
.CSS3Compat .collapse:not(.show) {
    display: block !important;
}


/* Override bootstrap tabs, aby lidé mohli editovat ve wysiwygu text ve všech tabs */
.CSS1Compat .wysiwyg-tabs.tab-content > .tab-pane,
.CSS2Compat .wysiwyg-tabs.tab-content > .tab-pane,
.CSS3Compat .wysiwyg-tabs.tab-content > .tab-pane {
    visibility: visible;
    height: auto;
    overflow: visible;
    display: block;
    opacity: 1;
}


/*#endregion*/

/*#region Globální vzhled pro primary tlačítko */
.btn-primary {
    background-color: var(--g-color-1);
    border-color: var(--g-color-1);
    color: #fff;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: var(--g-color-1-hover);
    border-color: var(--g-color-1);
    color: var(--g-color-1);
}

.btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgb(8 8 8 / 50%);
}

/*#endregion*/

/*#region šablona Tabulka tech.parametrů */
.tech_param_group {
    border-top: 1px solid #dedede;
    display: block;
    padding: 15px 0;
}

.tech_param_header {
    color: var(--g-color-1);
    font-weight: bold;
}

/*#endregion*/

/*#region hlavní vzhled formulářů*/
/*
    Nachází se v
    - formular.php
    - heslo.php
    - vytvoreni_uzivatele2.php
    - staticky-formular.blade.php
    - login.blade.php
 */

.custom_form {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    margin-bottom: 50px;
}

.custom_form h1 {
    color: #e50071;
    font-size: 3em;
    margin: 30px auto;
}

.custom_form .flex_row {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 6px 0;
    position: relative;
}

.custom_form .form_item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}

.custom_form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.custom_form input {
    padding: 7px;
    border: 1px solid #ddd;
    border-radius: var(--g-btn-radius);
    font-size: 15px;
    color: #888;
    font-weight: normal;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline;
}

.custom_form select {
    display: inline;
    color: #888;
    font-weight: normal;
}

.custom_form.form_horizontal input {
    width: calc(100% - 20px);
}

.custom_form.form_vertical input,
.custom_form.form_vertical textarea,
.custom_form.form_vertical select {
    width: 70%;
}

.custom_form textarea {
    padding: 7px;
    border: 1px solid #ddd;
    border-radius: var(--g-btn-radius);
    font-size: 15px;
    color: #888;
    font-weight: normal;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline;
    resize: vertical;
    vertical-align: top;
}

.custom_form.form_horizontal textarea {
    width: calc(100% - 20px);
}

.custom_form input[type='checkbox'],
.custom_form input[type='radio'] {
    cursor: pointer;
}

.custom_form input[type='submit'] {
    background-color: var(--g-color-black);
    padding: 10px 20px;
    cursor: pointer;
    color: white;
    width: 100%;
    -webkit-transition: background-color 0.27s;
    -o-transition: background-color 0.27s;
    transition: background-color 0.27s;
}

.custom_form input[type='submit']:hover {
    background-color: red;
}

.custom_form input[type=submit]:disabled {
    background: lightgray !important;
    pointer-events: none;
    cursor: progress;
    border: 1px solid white;
}

.custom_form label {
    margin-top: 4px;
    font-weight: bold;
    vertical-align: top;
    margin-bottom: 2px;
}

.custom_form.form_horizontal label {
    display: block;
    text-align: left;
    padding-right: 0;
    width: 100%;
}

.custom_form.form_vertical label {
    display: inline-block;
    text-align: right;
    padding-right: 15px;
    width: 20%;
}

.custom_form.form_horizontal input.control_text {
    width: 50%;
}

.custom_form.form_vertical input.control_text {
    width: 40%;
}

.custom_form.form_horizontal input.control_agreement,
.custom_form.form_vertical input.control_agreement {
    width: 15px;
    margin-right: 10px;
}

.custom_form label.control_agreement {
    display: inline-block;
    text-align: left;
    margin-top: 15px;
}

.custom_form.form_horizontal label.control_agreement {
    width: calc(100% - 20px);
}

.custom_form.form_vertical label.control_agreement {
    width: 60%;
}

.custom_form .subject {
    padding: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: var(--g-btn-radius);
    margin: 10px 0;
    color: var(--g-color-black);
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.custom_form.form_vertical label.request_field_message {
    width: 75%;
    text-align: left;
}

.custom_form .request_field_message span {
    color: red;
    margin-right: 10px;
}

.custom_form .form_item span {
    color: red;
    padding-left: 6px;
}

.custom_form .btn_submit {
    text-align: center;
}

.custom_form .btn_submit .select-tlacitko {
    margin-top: 20px;
    max-width: 300px;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: var(--g-btn-radius);
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    background-color: #e40d14;
    text-decoration: underline;
    margin-left: 4px;
}

.custom_form .btn_submit .select-tlacitko:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.custom_form .divider {
    border-bottom: 1px solid red;
    padding-top: 60px;
    padding-bottom: 10px;
}

.custom_form .separator {
    margin: 20px;
}

.custom_form.form_servis label {
    text-align: left;
    width: 45%;
}

.custom_form.form_servis .check-box-radio-container {
    display: inline-block;
    width: 50%;
    padding-left: 20px;
}

.custom_form.form_servis .check-box-radio-container label {
    cursor: pointer;
}

.custom_form.form_servis .separator {
    border-bottom: 1px solid lightgrey;
    margin: 20px 40px 20px 0;
}

.custom_form.form_servis.form_vertical input,
.custom_form.form_servis.form_vertical textarea {
    width: 50%;
}

.custom_form.form_servis input.control_text {
    width: 40%;
}

@media (max-width: 767px) {
    .custom_form.form_vertical label,
    .custom_form.form_horizontal label {
        display: block;
        text-align: left;
        padding-right: 0;
        width: 100%;
    }

    .custom_form.form_vertical input,
    .custom_form.form_horizontal input,
    .custom_form.form_vertical textarea,
    .custom_form.form_horizontal textarea,
    .custom_form.form_vertical select,
    .custom_form.form_horizontal select {
        width: calc(100% - 20px);
    }

    .custom_form.form_vertical label.control_agreement,
    .custom_form.form_horizontal label.control_agreement {
        width: calc(100% - 20px);
        display: inline-block;
    }

    .custom_form.form_vertical input.control_text,
    .custom_form.form_horizontal input.control_text {
        width: 50%;
    }

    .custom_form.form_vertical label.request_field_message,
    .custom_form.form_horizontal label.request_field_message {
        width: 100%;
        text-align: left;
    }

    .custom_form.form_servis.form_vertical input,
    .custom_form.form_servis.form_horizontal input,
    .custom_form.form_servis.form_vertical textarea,
    .custom_form.form_servis.form_horizontal textarea {
        width: 90%;
    }
}

/*#endregion*/

/*#region hlavni vzhled kosiku kosmain*/
/*
    Nachází se v
    - heslo.php
    - update_uzivatele.php
    - vytvoreni_uzivatele.php
    - vytvoreni_uzivatele2.php
    - login.blade.php
 */
.cart-wrapper {
    padding-top: clamp(12px, calc(50 / 1920 * 100vw), 50px);
}

#kosmain {
    margin-top: 20px;
    margin-bottom: 100px;
}

#kosmain fieldset,
.user-section-form fieldset {
    border: 1px solid #b7b7b7;
    background: #ffffff;
    padding: 10px;
    margin: 0 0 10px 0;
}

#kosmain legend,
.user-section-form legend {
    display: block;
    font-size: 120%;
    padding: 0 10px 0 10px;
    width: unset;
    max-width: unset;
}

#kosmain .custom_form.form_vertical label,
.user-section-form .custom_form.form_vertical label {
    text-align: left;
    padding-left: 15px;
}

#kosmain .send-password-label,
.user-section-form .send-password-label {
    color: var(--g-color-black);
    font-weight: 500;
}

#kosmain .custom_form label,
.user-section-form .custom_form label {
    font-weight: 500;
}

#kosmain .select-tlacitko,
.user-section-form .select-tlacitko {
    width: 70%;
}

#kosmain .separator,
.user-section-form .separator {
    margin-top: 20px;
}

#kosmain .new-user-link,
.user-section-form .new-user-link {
    background-color: var(--g-color-1);
    padding: 10px 20px;
    cursor: pointer;
    color: white;
    -webkit-transition: background-color 0.27s;
    -o-transition: background-color 0.27s;
    transition: background-color 0.27s;
    max-width: 300px;
    border: 1px solid #ddd;
    border-radius: var(--g-btn-radius);
    font-size: 15px;
    width: 70%;
    display: inline-block;
    text-align: center;
}

#kosmain .new-user-link:hover,
.user-section-form .new-user-link:hover {
    background-color: var(--g-color-1-hover);
}

#kosmain .custom_form input[type='submit']:hover,
.user-section-form .custom_form input[type='submit']:hover {
    background-color: var(--g-color-1-hover);
    text-decoration: underline;
}

#kosmain .msg_head,
.user-section-form .msg_head {
    cursor: help;
    font-weight: bold;
}

#kosmain .kosredp,
.user-section-form .kosredp {
    text-align: right;
    color: var(--g-color-2);
}

@media (max-width: 767px) {
    #kosmain .custom_form.form_vertical label,
    .user-section-form .custom_form.form_vertical label {
        padding-left: 0;
    }

    #kosmain .custom_form.form_vertical input,
    .user-section-form .custom_form.form_horizontal input {
        width: 100%;
    }
}

#kosmain [type=button]:not(:disabled),
#kosmain [type=reset]:not(:disabled),
#kosmain [type=submit]:not(:disabled),
#kosmain button:not(:disabled),
.user-section-form [type=button]:not(:disabled),
.user-section-form [type=reset]:not(:disabled),
.user-section-form [type=submit]:not(:disabled),
.user-section-form button:not(:disabled) {
    background-color: var(--g-color-1);
    padding: 10px 20px;
    cursor: pointer;
    color: white;
    -webkit-transition: background-color 0.27s;
    -o-transition: background-color 0.27s;
    transition: background-color 0.27s;
    max-width: 300px;
    border: 1px solid #ddd;
    border-radius: var(--g-btn-radius);
    font-size: 15px;
}

#kosmain [type=button]:not(:disabled):hover,
#kosmain [type=reset]:not(:disabled):hover,
#kosmain [type=submit]:not(:disabled):hover,
#kosmain button:not(:disabled):hover,
.user-section-form [type=button]:not(:disabled):hover,
.user-section-form [type=reset]:not(:disabled):hover,
.user-section-form [type=submit]:not(:disabled):hover,
.user-section-form button:not(:disabled):hover {
    text-decoration: underline;
}

@media (max-width: 575px) {
    #kosmain .inline-submit-form .inline-submit-btn,
    .user-section-form .inline-submit-form .inline-submit-btn {
        display: block;
        text-align: left;
        width: 100%;
        margin-top: 10px;
    }
}

#kosmain table.kosregtab input,
.user-section-form table.kosregtab input {
    padding: 7px;
    border: 1px solid #ddd;
    border-radius: var(--g-btn-radius);
    font-size: 15px;
    color: #888;
    font-weight: normal;
    width: 90%;
}

#kosmain table.kosregtab span,
.user-section-form table.kosregtab span {
    color: red;
}

#kosmain table.kosregtab tr td:first-child,
.user-section-form table.kosregtab tr td:first-child {
    width: 250px;
}

#kosmain table.kosregtab tr td:nth-child(1),
#kosmain table.kosregtab tr td:nth-child(3),
.user-section-form table.kosregtab tr td:nth-child(1),
.user-section-form table.kosregtab tr td:nth-child(3) {
    line-height: 1;
    margin-top: 12px;
}

#kosmain table.kosregtab select,
.user-section-form table.kosregtab select {
    padding: 6px 12px;
    border-radius: var(--g-btn-radius);
    color: #888;
    border: 1px solid #ddd;
}

#kosmain table.kosregtab .kosregtab-captcha input,
.user-section-form table.kosregtab .kosregtab-captcha input {
    width: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#kosmain table.kosregtab .kosregtab-captcha .captcha_container,
.user-section-form table.kosregtab .kosregtab-captcha .captcha_container {
    border: 1px solid #dddddd;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: none;
    background-color: #f5f5f5;
}

@media (max-width: 767px) {
    #kosmain table.kosregtab,
    #kosmain table.kosregtab tbody,
    #kosmain table.kosregtab tr,
    #kosmain table.kosregtab td,
    .user-section-form table.kosregtab,
    .user-section-form table.kosregtab tbody,
    .user-section-form table.kosregtab tr,
    .user-section-form table.kosregtab td {
        display: block;
        width: 100%;
    }

    #kosmain table.kosregtab input,
    .user-section-form table.kosregtab input {
        width: 100%;
    }
}

/*#endregion*/

/*#region hlavní vzhled košíku kosmain-wide*/
/*
    Nachází se v
    - kosik.php
    - vytvoreni-uzivatele2.php
    - wishlist-master.blade.php
 */
#kosmain-wide {
    padding: 0 0 50px 0;
}

#kosmain-wide .kostab {
    background: #ffffff;
    margin-bottom: 10px;
    margin-top: 10px;
}

#kosmain-wide table.kosregtab input {
    width: 70%;
}

#kosmain-wide table.kostab input[type="text"],
#kosmain-wide a.button,
#kosmain-wide input[type="submit"],
#kosmain-wide input[type="button"],
#kosmain-wide table.kosregtab input,
#kosmain-wide table.kosregtab select,
#kosmain-wide div.koscelkem input {
    font-size: 13px;
}

#kosmain-wide .kosnaviin,
#kosmain-wide .kosnaviin-on,
#kosmain-wide .lastkosnaviin {
    font-size: 20px !important;
    font-weight: normal;
    background: none;
    padding: 0;
    color: #5d5d5d;
    text-transform: uppercase;
}

#kosmain-wide .kostabtr1 {
    background: #ffffff;
    color: var(--g-color-black);
}

#kosmain-wide .kostabtr2,
#kosmain-wide .kostabtr3 {
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    background: #ffffff;
    font-size: 1rem;
}

#kosmain-wide .kostabtr2 a,
#kosmain-wide .kostabtr3 a {
    color: var(--g-color-black);
}

#kosmain-wide .kostabtr2:hover,
#kosmain-wide tr.kostabtr3:hover,
#kosmain-wide table.kosregtab tr:hover {
    background: #ffffff;
}

#kosmain-wide .kostabtr1 td {
    white-space: nowrap;
}

#kosmain-wide .kos-tab-tr {
    border-top: 1px solid #ededed;
}

#kosmain-wide .kos-tab-tr:hover {
    background: #efefef;
}

#kosmain-wide .kos-tab-tr .tdimg {
    width: 120px; /* keeps table cell controlled */
    vertical-align: top;
    padding: 10px 10px;
}


#kosmain-wide .kostab .image-stack {
    position: relative;
    width: 120px; /* max width for now */
    height: 115px;
}

#kosmain-wide .kostab .stacked-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 120px;
}

#kosmain-wide .kos-tab-tr .tdimg .bg-image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/*#kosmain-wide .kos-tab-tr:hover .tdimg {*/
/*    padding: 2px;*/
/*}*/

#kosmain-wide .kos-tab-tr .td-title {
    padding-left: 20px;
    padding-right: 20px;
}

#kosmain-wide .kos-tab-tr .td-title a {
    color: var(--g-color-black);
}

#kosmain-wide .kos-tab-tr .td-qty input {
    width: 75px;
    padding: 5px 10px;
    background: #FFFFFF;
    text-align: center;
    border: 1px solid #b7b7b7;
    color: #5d5d5d;
}

#kosmain-wide .kostabtr1 td {
    padding: 10px !important;
    font-weight: normal;
    text-transform: uppercase;
}

#kosmain-wide .kostabtr3 td {
    border-top: 1px solid #ededed;
}

#kosmain-wide .kostabimg {
    width: 80px !important;
}

#kosmain-wide table .kostab input[type="text"] {
    width: 20px;
    padding: 5px 10px;
    background: #FFFFFF;
    text-align: center;
    color: #5d5d5d;
    border: 1px solid #b7b7b7;
}

#kosmain-wide .kostab .fa {
    font-size: 30px;
}

#kosmain-wide td:first-child {
    width: 150px !important;
}

#kosmain-wide table.kosregtab input,
#kosmain-wide table.kosregtab select {
    padding: 5px 10px;
}

#kosmain-wide div.koscelkem input {
    padding: 5px 10px;
}

#kosmain-wide div.koscelkem,
#kosmain-wide div.koscenacelkem {
    font-size: 15px;
}

#kosmain-wide input[type="submit"].kostl2,
#kosmain-wide a.button.kostl2 {
    font-size: 15px !important;
    padding: 10px;
    background: var(--g-color-1);
    color: white;
    text-transform: uppercase;
}

#kosmain-wide div.kosinfo h2 {
    color: var(--g-color-black);
}

#kosmain-wide .kosudaje {
    padding-top: 10px;
}

#kosmain-wide .kosinfo.kosudaje {
    font-size: 1rem;
    line-height: 32px;
}

#kosmain-wide div.kosinfo_dopzdarma {
    text-align: right;
    color: #f45f05;
    font-size: 13px;
}

#kosmain-wide div.kosdoprava {
    font-size: 13px;
}

#kosmain-wide .kosvyber {
    font-size: 20px;
    font-weight: bold;
}

#kosmain-wide div.koscelkem {
    background: none;
    padding: 10px 0;
    font-size: 1rem;
}

#kosmain-wide div.koscenacelkem {
    margin: 20px 0 20px auto;
    font-size: 18px;
    text-align: right;
    padding-right: 2rem;
}

#kosmain-wide div.boxinline {
    vertical-align: top;
}

#kosmain-wide span.disabled {
    color: #BBBBBB;
}

#kosmain-wide .kosinput {
    padding: 15px;
    border-top: 3px solid #ffffff;
    background: #ededed;
}

#kosmain-wide .kosblock {
    padding: 15px;
    border-top: 3px solid #ffffff;
    background: #ededed;
    display: block;
}

#kosmain-wide .kosblock:hover {
    background: var(--g-color-4);
    color: #fff;
}

#kosmain-wide .kosoutput {
    padding: 15px;
    border-top: 3px solid #ffffff;
    background: #ededed;
}

#kosmain-wide .kosoutput p {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

#kosmain-wide div.kospoznamka {
    padding: 0;
}

#kosmain-wide div.kospoznamka textarea {
    width: 100%;
}

#kosmain-wide div.kosactive {
    /*border-top: 3px solid #5d5d5d;*/
}

#kosmain-wide .butsteps {
    padding: 15px 0;
    clear: both;
}

#kosmain-wide .butsteps .butleft,
#kosmain-wide .butsteps .butright {
    -webkit-transition: 550ms;
    -o-transition: 550ms;
    transition: 550ms;
    display: inline-block;
}

#kosmain-wide .butsteps .butleft:hover,
#kosmain-wide .butsteps .butright:hover {
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}

#kosmain-wide .butsteps .butleft {
    float: left;
    font-size: 15px;
    padding: 10px;
    background: var(--g-color-3);
    color: white;
}

#kosmain-wide .butsteps .butright {
    float: right;
}

#kosmain-wide div.kosobjcelkem {
    text-align: right;
    width: auto;
    margin: 15px 0 15px auto;
    padding: 20px 0;
    border-top: 1px solid #ededed;
    color: var(--g-color-black);
    font-size: 22px;
}

#kosmain-wide .clear {
    clear: both;
}

#kosmain-wide .koserr {
    text-align: end;
}

#kosmain-wide input[type="submit"]:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    filter: grayscale(100%);
    box-shadow: none;
    transform: none;
    margin-left: 10px;
}

@media (max-width: 480px) {
    #kosmain-wide div.kospoukaz {
        width: 100%;
    }

    #kosmain-wide div.kosobjcelkem {
        text-align: right;
        width: auto;
        font-size: 18px;
        line-height: 20px;
    }

    #kosmain-wide div.kosobjcelkem strong {
        white-space: nowrap;
    }

    #kosmain-wide input[type="submit"].kostl2,
    #kosmain-wide a.button.kostl2,
    #kosmain-wide a.button {
        display: inline-block;
    }

    #kosmain-wide .kostabtr1 td:nth-child(3),
    #kosmain-wide .kostabtr2 td:nth-child(3),
    #kosmain-wide .kostabtr3 td:nth-child(3) {
        display: none;
    }
}

@media (max-width: 767px) {
    #kosmain-wide .kostab-cart,
    #kosmain-wide .kostab-cart tbody,
    #kosmain-wide .kostab-cart tr,
    #kosmain-wide .kostab-cart td {
        display: block;
        width: 100% !important;
    }

    #kosmain-wide .kostab-cart {
        margin-top: 16px;
    }

    #kosmain-wide .kostab-cart .kos-cart-head {
        display: none;
    }

    #kosmain-wide .kostab-cart .kos-tab-tr {
        border: 1px solid #e7edf2;
        border-radius: 10px;
        margin-bottom: 16px;
        padding: 10px 16px 0;
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0 16px;
    }

    #kosmain-wide .kostab-cart .kos-tab-tr:hover {
        background: #fff;
    }

    #kosmain-wide .kostab-cart .kos-tab-tr td {
        border-top: 0;
        padding: 0;
        width: 100%;
    }

    #kosmain-wide .kostab-cart .kos-tab-tr .tdimg {
        flex: 0 0 150px;
        margin-bottom: 12px;
    }

    #kosmain-wide .kostab-cart .kos-tab-tr .tdimg .bg-image,
    #kosmain-wide .kostab-cart .kostab .image-stack {
        width: 96px;
        height: 96px;
    }

    #kosmain-wide .kostab-cart .kostab .stacked-img {
        max-width: 96px;
    }

    #kosmain-wide .kostab-cart .kos-tab-tr .td-title {
        flex: 1 1 220px;
        min-width: min(220px, 100%);
        padding: 0;
        margin-bottom: 14px;
    }

    #kosmain-wide .kostab-cart .kos-tab-tr .td-price,
    #kosmain-wide .kostab-cart .kos-tab-tr .td-qty,
    #kosmain-wide .kostab-cart .kos-tab-tr .td-total,
    #kosmain-wide .kostab-cart .kos-tab-tr .td-actions {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 10px 10px;
        border-top: 1px solid #edf1f4;
        text-align: right !important;
    }

    #kosmain-wide .kostab-cart .kos-tab-tr .td-price,
    #kosmain-wide .kostab-cart .kos-tab-tr .td-qty,
    #kosmain-wide .kostab-cart .kos-tab-tr .td-total,
    #kosmain-wide .kostab-cart .kos-tab-tr .td-actions {
        flex: 1 1 100%;
    }

    #kosmain-wide .kostab-cart .kos-tab-tr .td-price::before,
    #kosmain-wide .kostab-cart .kos-tab-tr .td-qty::before,
    #kosmain-wide .kostab-cart .kos-tab-tr .td-total::before,
    #kosmain-wide .kostab-cart .kos-tab-tr .td-actions::before {
        content: attr(data-label);
        font-weight: 600;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 1.4;
        color: #6b7280;
        text-align: left;
    }

    #kosmain-wide .kostab-cart .kos-tab-tr .td-qty input {
        width: 88px;
    }

    #kosmain-wide .kostab-cart .kos-tab-tr .td-actions {
        justify-content: flex-end;
    }

    #kosmain-wide .kostab-cart .kos-tab-tr .td-actions::before {
        margin-right: auto;
    }

    #kosmain-wide .kostab-cart .kos-tab-tr .td-actions .fa {
        font-size: 24px;
    }

    #kosmain-wide .kospocet,
    #kosmain-wide .koscenacelkem,
    #kosmain-wide .kosobjcelkem,
    #kosmain-wide .butsteps {
        text-align: left;
    }

    #kosmain-wide .kospocet.kospoukaz {
        margin-top: 24px;
    }

    #kosmain-wide .kospocet.kospoukaz input[type="text"] {
        width: 100%;
        margin: 12px 0 0;
    }

    #kosmain-wide .kospocet.kospoukaz input[type="submit"] {
        margin-top: 12px;
    }

    #kosmain-wide .butsteps .butleft,
    #kosmain-wide .butsteps .butright {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
    }

    #kosmain-wide .butsteps .butright {
        margin-top: 12px;
    }
}

@media (max-width: 360px) {
    #kosmain-wide div.boxinline {
        width: 100%;
    }
}

#kosmain-wide .kospocet {
    text-align: right;
    margin-bottom: 15px;
}

#kosmain-wide .kospocet.kospoukaz {
    font-size: 12px;
    background: none;
    text-align: left;
    margin-top: 50px;
    width: 100%;
}

#kosmain-wide .kospocet input[type="text"],
#kosmain-wide .kospocet input[type="password"],
#kosmain-wide .kospocet input[type="file"],
#kosmain-wide .kospocet select,
#kosmain-wide .kospocet textarea {
    font-size: 12px;
    color: #5d5d5d;
    background: #ffffff;
    border: 1px solid #b7b7b7;
    padding: 5px;
    margin-left: 10px;
    line-height: 24px;
}

#kosmain-wide .kospocet input[type="submit"],
#kosmain-wide .kospocet input[type="button"] {
    color: white;
    background: var(--g-color-black);
    border: 0;
    padding: 5px 8px;
    cursor: pointer;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    transition: all 550ms;
    line-height: 26px;
}

#kosmain-wide .kospocet input[type="submit"]:hover,
#kosmain-wide .kospocet input[type="button"]:hover {
    background: #b1b1b1;
    color: var(--g-color-black);
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}

#kosmain-wide .kospocet input[type="submit"].change-detected {
    background-color: #dc3545 !important;
    -webkit-animation: pulse-animation 2s infinite;
    animation: pulse-animation 2s infinite;
}

#kosmain-wide .kosik-navigace-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 30px;
    border-bottom: 3px solid #5d5d5d;
}

#kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper,
#kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper-on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper .kosik-navigace-number,
#kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper-on .kosik-navigace-number {
    font-size: 20px;
    text-align: center;
    width: 39px;
    height: 39px;
    line-height: 35px;
    border: 2px solid #b7b7b7;
    font-weight: 400;
    color: #9c9c9c;
}

#kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper .kosik-navigace-text,
#kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper-on .kosik-navigace-text {
    font-size: 20px;
    margin-left: 10px;
    text-transform: uppercase;
    text-align: center;
}

#kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper .kosik-navigace-sipka,
#kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper-on .kosik-navigace-sipka {
    font-size: 17px;
    margin-left: 20px;
}

#kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper-on .kosik-navigace-number {
    background: #5d5d5d;
    border: 2px solid #5d5d5d;
    color: #FFFFFF;
}

@media (max-width: 1299px) {
    #kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper .kosik-navigace-text,
    #kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper-on .kosik-navigace-text {
        font-size: 16px;
        margin-left: 7px;
    }

    #kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper .kosik-navigace-sipka,
    #kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper-on .kosik-navigace-sipka {
        font-size: 15px;
        margin-left: 10px;
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    #kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper,
    #kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper-on {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper .kosik-navigace-sipka,
    #kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper-on .kosik-navigace-sipka {
        display: none;
    }

    #kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper .kosik-navigace-text,
    #kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper-on .kosik-navigace-text {
        margin: 5px 5px 0;
    }
}

/*#endregion*/


/*#region tipsy je JS generovany*/
.tipsy {
    padding: 5px;
    font-size: 12px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-repeat: no-repeat;
    background-image: url(/images/tipsy.gif?fc8034c66691dfad7ec700e3d51f0325);
}

.tipsy.tipsy-north {
    background-position: top center;
}

.tipsy.tipsy-south {
    background-position: bottom center;
}

.tipsy.tipsy-east {
    background-position: right center;
}

.tipsy.tipsy-west {
    background-position: left center;
}

.tipsy .tipsy-inner {
    padding: 5px 8px 4px 8px;
    background-color: var(--g-color-black);
    color: white;
    max-width: 200px;
    text-align: center;
    -moz-border-radius: var(--g-btn-radius);
    -webkit-border-radius: var(--g-btn-radius);
}

/*#endregion*/

/* To top */

.ui-to-top.mdi-arrow-up::before {
    content: url('/_data/styly/img/svg/mdi-arrow-up.svg');
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.ui-to-top {
    position: fixed;
    overflow: hidden;
    z-index: 100;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
    color: #fff;
    background: var(--g-color-4);
    text-align: center;
    text-decoration: none;
    -webkit-transition: .32s all ease-in-out;
    -o-transition: .32s all ease-in-out;
    transition: .32s all ease-in-out;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    outline: 1px solid #fff;
    border-radius: var(--g-btn-radius);
}

.ui-to-top:hover {
    color: #fff;
    background: var(--g-color-1-hover);
    border-radius: 50%;
}

.ui-to-top {
    right: 16px;
    bottom: 40px;
}

.ui-to-top.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 720px) {
    .ui-to-top, #aside-banner-secondary {
        display: none;
    }
}


/*#region Header Social Links*/

.header-social-links-container {
    text-align: right;
    margin-top: -18px;
    z-index: 1008;
    position: absolute;
    right: 15px;
}

#breadcrumbs-sticky-wrapper.is-sticky ~ .container .header-social-links-container {
    z-index: 9;
}

.header-social-links-container a {
    background: var(--g-color-1);
    border-radius: 50%;
    width: 31px;
    height: 31px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 8px;
}

.header-social-links-container a:last-child {
    margin-right: 0
}

/*#endregion Header Social Links*/

/*#region Plugin Sticky*/
@media (min-width: 992px) {
    #breadcrumbs-sticky-wrapper.sticky-wrapper.is-sticky {
        /*z-index: 1008;*/
        position: relative;
    }

    #header-menu-template-1-sticky-wrapper.sticky-wrapper.is-sticky {
        z-index: 1009;
        position: relative;
    }
}

/*#endregion Plugin jquery.sticky.js*/

/*#region Downloads */

.global-list-to-download-title {
    display: none;
}

.global-list-to-download-desc {
    display: none;
}

.global-list-to-download {
    padding-left: 30px;
}

.global-list-to-download-item {
    margin-left: 32px;
}

.global-list-to-download span {
    position: relative;
}

.global-list-to-download a {
    position: relative;
    line-height: 3.0;
    color: var(--g-color-black);
    text-decoration: none;
}

.global-list-to-download a:after {
    content: "";
    position: absolute;
    width: 38px;
    height: 38px;
    top: calc(50% - 18px);
    left: -60px;
    background: url('/_data/styly/img/svg/ke-stazeni-white.svg');
    background-color: var(--g-color-1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    border-radius: 50%;
}

.global-list-to-download span:not(.text-decoration-none):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: black
}

/*#endregion Downloads */

/*region Btn effects */
/*https://codepen.io/anon/embed/emgQKJ?height=500&theme-id=1&slug-hash=emgQKJ&default-tab=result#result-box*/
.btn-effect-5 {
    color: var(--g-color-1);
    border: 1px solid transparent;
    -webkit-box-shadow: inset 0 0 20px rgb(255 255 255 / 0%);
    box-shadow: inset 0 0 20px rgb(255 255 255 / 0%);
    outline: 1px solid;
    outline-color: rgba(var(--g-color-1), 0.5);
    outline-offset: 0;
    text-shadow: none;
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-effect-5:hover {
    border: 1px solid var(--g-color-1);
    -webkit-box-shadow: inset 0 0 20px rgba(var(--g-color-1), 0.5), 0 0 20px rgba(var(--g-color-1), 0.2);
    box-shadow: inset 0 0 20px rgba(var(--g-color-1), 0.5), 0 0 20px rgba(var(--g-color-1), 0.2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px var(--g-color-1-dark);
    color: var(--g-color-1);
    text-decoration: none;
}

/*endregion Btn effects */

/*#region PPL pro košík */
.ppl-parcelshop-map {
    height: 100% !important
}

/*#endregion PPL */


/*#region Design pro flash messages */
.flash-messages {
    position: absolute !important;
    top: 10px;
    left: 10px;
    height: 40px;
    z-index: 995;
    width: calc(100% - 20px);
}

.flash-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 6px
}

.flash-container.success {
    background-color: #c9e9e0;
}

.flash-container.error {
    background-color: #fbc3b9;
}

.flash-container.message {
    background-color: #79c2cd;
}

.flash-container.hide-me {
    -webkit-animation: cssFlashContainerAnimation 5s forwards;
    animation: cssFlashContainerAnimation 5s forwards;
}

@keyframes cssFlashContainerAnimation {
    0% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes cssFlashContainerAnimation {
    0% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*#endregion Design pro flash messages */

.safe-space {
    padding-top: clamp(1px, calc(96 / 1920 * 100vw), 96px);
    padding-bottom: clamp(1px, calc(96 / 1920 * 100vw), 96px);
}

.lg-backdrop.in,
.lg-outer.lg-visible {
    z-index: 999999;
}


.language-selector-template-3 {

    .nav_btn_wrapper {
        gap: 80px;
    }

    .btn_select_countery {
        font-weight: 600;
        letter-spacing: 2px;
    }

    .btn_register {
        color: black !important;
        text-decoration: underline;
        font-size: 1rem;
    }

    .btn_register:hover {
        color: black !important;
    }

    .txt_new_customer {
        font-size: 1rem;
    }
}


.cart-hover-preview {

    & {
        width: min(500px, 95vw);
        background: #fff;
        border: 1px solid #019cd21a;
        position: absolute;
        top: 61px;
        right: -45px;
        /* transform: translateX(50%); */ /* Perfect centering */
        box-sizing: border-box;
        padding: 1rem 1.5rem;
        overflow-wrap: anywhere;
        box-shadow: 0 .5rem 1rem #019cd224;
        z-index: 1050;
    }

    &::after {
        content: "";
        position: absolute;
        top: -10px;
        right: 61px;
        transform: translateX(-50%);
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 10px solid var(--g-color-1);
    }

    &.is-positioned-by-js {
        position: fixed !important;
    }

    &.is-positioned-by-js::after {
        left: calc(var(--cart-preview-arrow-left, 50%) - 6px);
        right: auto;
    }

    @media (max-width: 1680px) {
        & {
            right: 254px; /* or any value you prefer */
        }

        &::after {
            left: 93%; /* shift the triangle left to match visual change */
        }

        &.is-positioned-by-js::after {
            left: var(--cart-preview-arrow-left, 50%);
            right: auto;
        }
    }

    li {
        padding: 5px 0;
    }

    .cart-item {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        border-bottom: 1px solid black;
    }


    .cart-item img {
        height: 40px;
        width: 40px;
        object-fit: contain; /* keeps aspect ratio inside bounds */
        margin-right: 15px
    }

    .cart-item .image-stack {
        position: relative;
        width: 40px;
        height: 40px;
        flex-shrink: 0;
        margin-right: 15px;
    }

    .cart-item .image-stack img {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        object-fit: contain;
        margin-right: 0;
    }

.cart-value-summary {
        padding-top: 10px;
        padding-left: 3px;
        font-size: 18px;
        font-weight: bold;
    }
}

.container-fluid.container-fluid-px-default {
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid {
    padding-left: 25px;
    padding-right: 25px;
}

@media (min-width: 992px) {
    .container-fluid {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media (min-width: 1300px) {
    .container-fluid {
        padding-left: 45px;
        padding-right: 45px;
    }
}
