.inter-100 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

* {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    /* Základní váha fontu pro celé tělo */
    color: #344E41;
}

.cursorPointer {
    cursor: pointer;
}

/* Specifické styly pro nadpisy */
h1 {
    font-weight: 600;
    /* Váha fontu pro nadpis 1 */
}

h2 {
    font-weight: 500;
    /* Váha fontu pro nadpis 2 */
}

/* Přidání dalších stylů podle potřeby */
h3,
h4,
h5,
h6 {
    font-weight: 400;
    /* Můžeš upravit váhu podle potřeby */
}

p {
    font-weight: 300;
    /* Váha fontu pro odstavce */
}


.h100 {
    min-height: 300px;
    border: 1px solid Red;
}

.br1 {
    border: 1px solid Red;
}

/* -- common -- */
.horniIndex {
    vertical-align: super;
    font-size: 9px;
}

.i {
    font-style: italic;
}

sup {
    font-size: 0.7em;
}

.relative {
    position: relative;
}

@media(min-width: 768px) {
    .mb50 {
        margin-bottom: 50px !important;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1180px;
    }
}

.hiddenElement {
    visibility: hidden;
}

/* -- all pages -- */
hr {
    display: none;
}

body {
    background-color: #fdeecf;
}


.imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.imgRound {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.header {}

.content {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (min-width : 480px) {
    .content {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media only screen and (min-width : 768px) {
    .content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (min-width : 992px) {
    .content {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .contentSmaller {
        padding-top: 60px;
        padding-bottom: 60px;
    }

}

@media only screen and (min-width : 1200px) {
    .content {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .contentSmaller {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.topMenu {
    padding: 20px 0 0 10px;
    margin-bottom: 0;
}

.topMenu ul {
    padding: 0 0 0 20px;
    margin-bottom: 0;
}

.topMenu li {
    list-style-type: none;
    line-height: 50px;
}

.topMenu li.kdeKoupitButton a {
    background-image: url(../pcs/pcs_layout/cart-white.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 32px;
}

.topMenu li a {
    display: block;
    color: White;
    line-height: 50px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-right: 0px;
    margin-left: 5px;
    padding-left: 15px;
    padding-right: 15px;
}


@media only screen and (min-width : 992px) {
    .topImage {
        background-image: url(../pcs/pcs_layout/header.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100%;
        min-height: 742px;
        max-width: 1190px;
        margin: 0 auto;
    }
}

@media only screen and (min-width : 992px) {
    .topImageContinue {
        background-image: url(../pcs/pcs_layout/header-continue.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: auto;
        min-height: 456px;
        max-width: 1190px;
        margin: 0 auto;
    }
}


.main {
    background-image: url(../pcs/pcs_layout/main-bcg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.pivoName {
    color: #52695E;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.pivoName {
    font-size: 22px;
    line-height: 22px;
}

@media only screen and (min-width : 480px) {
    .pivoName {
        font-size: 25px;
        line-height: 24px;
    }
}

@media only screen and (min-width : 768px) {
    .pivoName {
        font-size: 28px;
        line-height: 26px;
        text-align: left;
    }
}

@media only screen and (min-width : 992px) {
    .pivoName {
        font-size: 31px;
        line-height: 28px;
    }
}

@media only screen and (min-width : 1200px) {
    .pivoName {
        font-size: 32px;
        line-height: 30px;
    }
}


.text {
    color: #52695E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    /* 150% */
}

@media only screen and (min-width : 768px) {
    .text {
        font-size: 20px;
        text-align: left;
        /* 150% */
    }
}

.buyButton {
    background-color: #52695E;
    width: 190px;
    height: 51px;
    line-height: 51px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-transform: uppercase;
    color: #FFF;

    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    transition: background-color 0.5s;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width : 768px) {
    .buyButton {
        width: 231px;
        height: 71px;
        line-height: 71px;
        font-size: 32px;
        margin-left: 0;
        margin-right: 0;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        /* 150% */
    }
}

.buyButton11 {
    background-color: #58866d;
}

.buyButton12 {
    background-color: #db942a;
}


.buyButton:HOVER {
    background-color: #405346;
    color: #FFF;
    text-decoration: none;
}

.buyButton11:HOVER {
    background-color: #1b2b1f;
}

.buyButton12:HOVER {
    background-color: #a17322;
}

.button {
    display: block;
    background-color: #52695E;
    width: 190px;
    height: 51px;
    line-height: 51px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    transition: background-color 0.5s;
    margin-left: auto;
    margin-right: auto;
}

.buttonDokoncit {
    width: 250px;
}

.button:HOVER {
    background-color: #405346;
    color: #FFF;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .introText {
        margin-top: 150px;
    }

    .topLineRow {
        position: relative;
        top: -240px;
        margin-bottom: -270px;
    }
}

@media (min-width: 1200px) {

    .posunTop {
        position: relative;
        top: -100px;
        margin-bottom: -100px;
    }
}



/* detail */
.borderPivo {
    padding-bottom: 15px;
}


.border11 {
    border-bottom: 6px solid #58866d;
    color: #58866d;
}

.border12 {
    border-bottom: 6px solid #db942a;
    color: #db942a;
}



.cena {
    font-size: 30px;
    font-weight: bold;
}

@media only screen and (min-width : 768px) {
    .cena {
        font-size: 32px;
    }
}

@media only screen and (min-width : 992px) {
    .cena {
        font-size: 35px;
    }
}

@media only screen and (min-width : 1200px) {
    .cena {
        font-size: 40px;
    }
}

.infoSudyText,
.infoSudyText * {
    font-size: 16px !important
}

.cena11 {
    color: #58866d;
}

.cena12 {
    color: #db942a;
}


.cenaInfo {
    font-size: 22px;
}

@media only screen and (min-width : 768px) {
    .cenaInfo {
        font-size: 25px;
    }
}

@media only screen and (min-width : 992px) {
    .cenaInfo {
        font-size: 26px;
    }
}

@media only screen and (min-width : 1200px) {
    .cenaInfo {
        font-size: 30px;
    }
}


.obchodCenaInfo {
    font-size: 17px;
}

@media only screen and (min-width : 768px) {
    .obchodCenaInfo {
        font-size: 18px;
    }
}

@media only screen and (min-width : 992px) {
    .obchodCenaInfo {
        font-size: 22px;
    }
}

@media only screen and (min-width : 1200px) {
    .obchodCenaInfo {
        font-size: 24px;
    }
}


.obchodCena {
    font-size: 22px;
    font-weight: bold;
}

@media only screen and (min-width : 768px) {
    .obchodCena {
        font-size: 24px;
    }
}

@media only screen and (min-width : 992px) {
    .obchodCena {
        font-size: 25px;
    }
}

@media only screen and (min-width : 1200px) {
    .obchodCena {
        font-size: 28px;
    }
}

span.smallText {
    font-size: 18px;
}

.imgSud11 {
    border: 4px solid #58866d;
}

.imgSud12 {
    border: 4px solid #db942a;
}


.buttonUpravit {
    color: #58866d;
    text-decoration: underline;
    text-align: center;
    margin: 10px auto;
    display: block;
    background-color: transparent;
    border: none;
}

.dalsiObjednavka {
    color: #58866d;
    text-decoration: underline;
    text-align: center;
    margin: 10px auto;
    display: block;
}

.dalsiObjednavka:HOVER {
    color: #58866d;
    text-decoration: none;
}

@media only screen and (max-width : 992px) {
    .menuSwitcher {
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 15px;
        width: 30px;
        height: 30px;
        background-image: url(../pcs/pcs_layout/menu.png);
        background-position: center;
        background-repeat: no-repeat;
        z-index: 999;
    }

    .socialTop {
        position: absolute;
        top: 22px;
        right: 60px;
    }

    .socialTop a {
        margin-left: 5px;
    }


    .openMenu {
        background-color: #52685c;
        position: absolute;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 300px;
        height: 100vh;
        z-index: 999;
        display: none;
    }

    .mobileMenu {
        margin-top: 100px;
        padding-left: 0;
    }

    .mobileMenu li {
        list-style-type: none;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .mobileMenu li a {
        display: block;
        text-align: center;
        color: White;
        text-transform: uppercase;
    }

    .menuOdd {
        border: 1px solid #52685c;
    }

    .closeMenu {
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 10;
        width: 45px;
        height: 45px;
        background-color: White;
        background-image: url(../pcs/pcs_layout/menu-close-black.png);
        background-position: center;
        background-repeat: no-repeat;
        z-index: 99;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }


}

@media only screen and (min-width : 992px) {

    /* schovat */
    .openMenu,
    .mobileMenu {
        display: none !important;
    }
}



.ageGateOverlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 995000;
    /*background-image: url(../pcs/pcs_layout/overlay-background.png);  */
    background: rgba(255, 255, 255, 1);
}

.ageGate {
    position: fixed;
    top: 30%;
    left: 0%;
    width: 100%;
    z-index: 9950000;
}


.ageGate {
    position: fixed;
    top: 10%;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    z-index: 9950000;
}



.ageGateText {
    color: black;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}


@media only screen and (min-width : 992px) {
    .ageGateText {
        font-size: 25px;
    }

}

.ageGateButton {
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f03235+0,d82a2d+100 */
    background-color: Black;
    text-align: center;
    color: White;
    width: 190px;
    height: 55px;
    line-height: 55px;
    margin: 30px auto 60px auto;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    z-index: 100000;
    border: none;
    transition: all 0.5s ease;
    margin-left: 2px;
    margin-right: 2px;
}

.ageGateButton:HOVER {
    background-color: #db2c49;
    color: White;
    text-decoration: none;
}

.link {
    color: #344E41;
    text-decoration: underline;
}

.link:HOVER {
    color: #344E41;
    text-decoration: none;
}



/* Všechny záložky - základní styl */
.nav-tabs .nav-link {
    border: 1px solid #58866d;
    color: #58866d;
    background-color: #faeccf;
    border-radius: 5px 5px 0 0;
    /* Zakulacení nahoře */
    margin-bottom: -1px;
    /* Zarovná aktivní záložky s obsahem */
    margin-right: 5px;
}

.nav-tabs .nav-link.boldTitle {
    font-weight: bold;
}



/* Aktivní záložka */
.nav-tabs .nav-link.active {
    background-color: #58866d;
    color: white;
    border: 1px solid #58866d;
    /* Stejný rámeček */
}

.nav-tabs .nav-link.eshopItem {
    padding-left: 40px;
    background-image: url(../pcs/pcs_layout/cart-green.png);
    background-position: 10px center;
    background-repeat: no-repeat;
}

.nav-tabs .nav-link.active:HOVER {
    background-image: url(../pcs/pcs_layout/cart-green.png);
}

.nav-tabs .nav-link.active.eshopItem {
    background-image: url(../pcs/pcs_layout/cart-white.png);
}

/* fake zalozky + tab */
.obsahZalozka {
    border: 1px solid #58866d;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 15px;
}

.horniOdkazy a {
    line-height: 41px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    color: #58866d;
    border: 1px solid #58866d;
    border-bottom: none;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: inline-block;
}

.horniOdkazy a.topTabLinkActive {
    background-color: #58866d;
    color: White;
}


.horniOdkazy a.topTabLinkEshop {
    padding-left: 40px;
    background-image: url(../pcs/pcs_layout/cart-green.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    font-weight: bold;
}

.horniOdkazy a.topTabLinkEshop.topTabLinkActive {
    background-image: url(../pcs/pcs_layout/cart-white.png);
}


/* Hover efekt pro všechny záložky */
.nav-tabs .nav-link:hover {
    background-color: #e8d8b5;
    /* Lehce tmavší žlutá */
    color: #58866d;
    border: 1px solid #58866d;
}

/* Obsah záložek */
.tab-content {
    border: 1px solid #58866d;
    /* Rámeček kolem obsahu */
    border-radius: 0 0 5px 5px;
    /* Spodní zakulacení odpovídající záložkám */
    padding: 15px;
    /* Trochu prostoru pro obsah */
}

.disabled-option {
    color: #999;
    /* Šedá barva */
    font-style: italic;
    background-color: #f8f8f8;
    /* Světle šedé pozadí */
}

.rekapitulaceTable {
    width: 100%;
    border-collapse: collapse;
}

.rekapitulaceTable tr {
    border-bottom: 1px solid #58866d;
}

.note {
    font-size: 16px;
    text-align: center;
    background-color: White;
    padding: 20px;
    margin-top: 20px;
}

.submitForm {
    display: block;
    background-color: #52695E;
    width: 320px;
    height: 51px;
    line-height: 51px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    transition: background-color 0.5s;
    margin-left: auto;
    margin-right: auto;
    border: none;
}

.aresButton {
    cursor: pointer;
    text-decoration: underline;
    display: block;
    margin-top: 7px;
    font-size: 14px;
}


.boxCenaProduktu {
    max-width: 150px;
}

.buttonAddRemove {
    margin-left: 2px;
    margin-right: 2px;
}

.buttonProduktCena {
    border: 1px solid #58866d;
}