/* START - MENU - PŘIDÁVÁNÍ DO MENU */
.submenu-visible .navigation-in,
.fitted .navigation-in {
    width: 100%;
}

.navigation-in ul ul a:hover {
    background-color: transparent;
}

.navigation-in>ul>li.ext>ul>li>div,
.navigation-in>ul>li.ext>ul>li>a {
    display: block;
}

.navigation-in>ul>li.ext>ul>li>div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    width: auto;
}

.navigation-in>ul>li.ext>ul>li>div>a {
    margin-bottom: 0px;
    font-weight: 700;
    color: #000;
    font-size: 16px;
    line-height: 1.55;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* přidáno js */
.podKatNasObsahDole {
    background: #f7f3ec;
    width: auto;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1050px;
    margin-top: 20px;
}

.podKatNasObsahDoleUl {
    list-style: none;
    padding: 5px;
}

.podKatNasObsahDoleUlLi {
    margin: 5px 20px 5px 5px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 150px;
    height: 60px;
}

.podKatNasObsahDoleUlLiA {
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
}

.podKatNasObsahDoleUlLiA img {
    object-fit: cover;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    filter: grayscale(100%);
    transition: all .3s ease-in-out;
}

.podKatNasObsahDoleUlLiA:hover img {
    filter: grayscale(0%);
}

.podKatNasObsahDoleUlLiP {
    margin: 0px 0px 0px 10px !important;
}

.podKatNasObsahBOK {
    max-width: 275px;
    height: auto;
    position: absolute;
    bottom: -30px;
    right: 47px;
    background: #f7f3ec;
    padding: 10px;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, .15);
    border-radius: 2px;
    border-bottom: 2px solid #000;
}

.podKatNasObsahBOKNadpis {
    font-size: 16px !important;
    text-align: left;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    cursor: pointer;
}

.podKatNasObsahBOKUl {
    list-style: square !important;
}

.podKatNasObsahBOKUlLi {
    list-style: square !important;
}

.podKatNasObsahDoleUlLiA {
    display: block;
    padding: 5px;
}

.podKatNasObsahDoleUlLiA:hover {
    text-decoration: underline !important;
}

/* stín pod rozbaleným menu*/
.navigation-in ul.menu-level-2 {
    box-shadow: -7px 50px 114px 2px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: -7px 50px 114px 2px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: -7px 50px 114px 2px rgba(0, 0, 0, 0.55);
}

/* stín pod rozbaleným menu*/
@media screen and (max-width: 1439px) {
    .podKatNasObsahDole {
        height: auto;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    .podKatNasObsahBOK {
        max-width: 100%;
        height: auto;
        position: static;
        border-bottom: none;
        margin: 25px auto 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .navigation-in>ul>li.ext>ul>li>a {
        display: none;
    }

    .podKatNasObsahDoleUl {
        width: 100%;
    }

    .navigation-in>ul>li.ext>ul>li>div {
        display: flex;
        justify-content: left;
        align-items: start;
        height: auto;
        width: auto;
    }

    .navigation-in>ul>li.ext>ul>li>div>a {
        justify-content: start;
        width: 100%;
    }

    .podKatNasObsahBOK {
        margin: 25px auto 25px auto;
        box-shadow: 0 0 0 transparent;
    }

    .navigation-in ul.menu-level-2 {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

    .podKatNasObsahDoleUlLiA img {
        filter: grayscale(0%);
    }
}

/* KONEC - MENU - PŘIDÁVÁNÍ DO MENU */

/* START - BOX S OBRÁZKY */
.pokusBox {
    width: 100%;
    height: 470px;
    margin: 20px auto;
    background: #fff;
    padding: 0px;
}

.contentPokusBox {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.pokusBoxBox {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.Pone {
    width: 47%;
    background: #999;
}

.Ptwo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 23%;
    gap: 10px;
}

.PtwoBox {
    width: 100%;
    height: 50%;
    flex: 1;
    background: #999;
    text-align: center;
}

.Ptree {
    width: 28%;
    background: #999;
    text-align: center;
    aspect-ratio: 3 / 2;
    min-height: 432px;
    height: auto;
}

.PoneBox1 {
    position: absolute;
    bottom: 10%;
    left: 3%;
}

.PtwoBox {
    position: relative;
}

.PoneBox2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.PoneBox3 {
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
}

.pokusBoxBox a {
    text-decoration: none;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    position: absolute;
    background: #ffffffde;
}

.pokusBoxBox a:hover {
    text-decoration: none;
}

.pokusBoxProhlednoutBTN {
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    background: #fff;
    margin: 10px 0px 0px 0px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    color: #000;
    transition: .3s;
    text-align: center;
    max-width: 128px;
}

.pokusBoxProhlednoutBTN:hover {
    transform: scale(1.03);
}

.Ptree div {
    margin: 10px auto;
}

.pokusBoxBox a h3 {
    font-size: 28px;
    letter-spacing: 1px;
    text-shadow: 2px 2px 0 rgba(204, 204, 204, 0.35);
    margin: 0px 0px 10px 0px;
    color: #2f2f2f;
}

.pokusBoxBox a p {
    color: #2f2f2f;
    font-size: 18px;
    text-shadow: 2px 2px 0 rgba(204, 204, 204, 0.35);
    margin: 15px 0px;
}

.Pone img,
.PtwoBox img,
.Ptree img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

@media screen and (max-width: 1439px) {
    .Ptree {
        min-height: 358px;
    }
}

@media screen and (max-width: 1199px) {
    .pokusBox {
        height: auto;
    }

    .contentPokusBox {
        flex-wrap: wrap;
    }

    .Pone {
        width: 100%;
    }

    .Ptwo {
        width: 100%;
        /* původní hodnota 48% */
    }

    .Ptree {
        width: 100%;
        /* původní hodnota 48% */
        /*min-height: 695px;*/
        height: auto;
    }

    .PtwoBox {
        width: 115%;
    }
}

/*
@media screen and (max-width: 991px) {
    .Ptree {
        width: 48%;
        min-height: 530px;
    }
}*/
@media screen and (max-width: 590px) {
    .Ptwo {
        width: 100%;
    }

    .PtwoBox {
        width: 100%;
    }

    .Ptree {
        width: 100%;
    }

    .pokusBoxBox a h3 {
        font-size: 23px;
    }
}

/* KONEC - BOX S OBRÁZKY */

/* START - BOX ODKAZ NAKATEGORIE */
.boxKategorie {
    width: 100%;
    height: auto;
    background: #fff;
    margin: 0px auto;
    padding: 0px;
    position: relative;
    top: -50px;
}

.boxKategorieBox {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.katOdkaz {
    width: 178px;
    /*height: 200px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom: 3px solid transparent;
    text-decoration: none;
    color: #000;
    margin-top: 5px;
    text-align: center;
    padding-bottom: 8px;
}

.katOdkaz:hover {
    background: #bc9361;
    border-bottom: 3px solid #000;
    text-decoration: underline;
    color: #000;
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
}

.katOdkaz img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #999;
    margin: 10px auto;
    object-fit: cover;
    border: none;
}

.katOdkaz p {
    margin: 20px auto 0px auto;
    /*height: 65px;*/
    font-size: 16px;
}

@media screen and (max-width: 990px) {
    .boxKategorieBox {
        justify-content: space-between;
    }
}

@media screen and (max-width: 588px) {
    .boxKategorieBox {
        justify-content: space-evenly;
    }
}

@media screen and (max-width: 410px) {
    .boxKategorieBox {
        justify-content: center;
    }

    .katOdkaz {
        width: 100%;
        height: 280px;
    }

    .katOdkaz img {
        width: 180px;
        height: 180px;
    }
}

/* KONEC - BOX ODKAZ NAKATEGORIE */

/* ----- ŠIPKA NAHORU - START ----- */
#back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 55px;
    right: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
    color: #000000;
    border: 2px solid #000000;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    transition: 0.5s;
    box-shadow: 0 0 15px rgba(141, 141, 141, 0.5);
    cursor: pointer;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-property: background-color, color;
    outline: none;
    z-index: 9999;
}

#back-to-top-btn span {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#back-to-top-btn:hover,
#back-to-top-btn:focus {
    background: #000;
    color: #fff;
    transition: all 0.3s ease;
}

@media screen and (max-width: 550px) {
    #back-to-top-btn {
        right: 15px;
    }

    .footerBoxDownBox {
        display: block;
        text-align: left;
        bottom: 40px;
    }
}

/* ANIMACE ŠIPKY */
.btnEntrance {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: btnEntrance;
}

@keyframes btnEntrance {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0, );
    }
}

.btnExit {
    animation-duration: 0.25s;
    animation-fill-mode: both;
    animation-name: btnExit;
}

@keyframes btnExit {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

/* ----- ŠIPKA NAHORU - KONEC ----- */

/* pozadí od prvníma třema banerama a bílé čáry nahoře a dole */
.homepage-box {
    background-color: #ffe5ec;
    border-bottom-color: #ffe5ec;
    border-top-color: #ffe5ec;
}

#header {
    background-color: #ffffff;
    background-image: none;
    border-color: #ffffff;
}

.top-navigation-bar {
    background-color: #ffffff;
    border-bottom-color: #ffffff;
    border-top-color: #ffffff;
}

.top-navigation-contacts {
    background-color: #ffffff;
}

.katOdkaz:hover {
    /*background: #ffe5ec;*/
    background: #f7f3ec;
    border-bottom: 3px solid #000;
    text-decoration: underline;
    color: #000;
}

/* pozadí od prvníma třema banerama a bílé čáry nahoře a dole */

/* karty výpisu na HP a ve výpisu původně předěláno na tři pak vráceno */
/*
.products>div {
    border-color: #fff;
}
.products>div {
    border-color: #ffffff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    margin: 10px;
    width: 30.333%;
    min-width: 283px;
}
.products-block {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}*/
.products-block {
    /*justify-content: center;*/
    justify-content: left;
}

@media screen and (max-width: 1199px) {
    .products>div {
        width: 45%;
    }
}

@media screen and (max-width: 767px) {
    .columns-mobile-2 .products-block>div {
        width: 90%;
    }
}

/* karty výpisu na HP */

/* welcome část na HP */
.welcome h1,
.welcome div {
    max-width: 100%;
    text-align: center;
}

.welcomeDiv {
    width: 100%;
    height: 100%;
    max-height: 500px;
    background: #fff;
}

.welcomeDiv a {
    width: 100%;
    height: 100%;
    display: block;
}

.welcomeDivFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.welcomeDivFlexLink {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    flex: 3;
}

.welcomeDivFlexLink h3 {
    font-size: 22px;
    font-weight: 700;
}

.welcomeDivFlexLink p {
    margin: 0 10px;
}

.welcomeDivFlexLink button {
    margin: 20px 10px;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    color: #000;
    transition: .3s;
    text-align: center;
    max-width: 128px;
    border: none;
}

.welcomeDivFlexLink button:hover {
    transform: scale(1.03);
}

.welcomeDivFlexImg {
    width: 100%;
    height: 100%;
    flex: 7;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
}

@media screen and (max-width: 991px) {
    .welcomeDivFlex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column-reverse;
    }
}

/* welcome část na HP */

/* barva pozadí aktivní kategorie hlavní menu 1. kat. */
.navigation-in>ul>li.exp>a,
.navigation-in>ul>li>a:hover {
    /*background-color: #fbdaf8;*/
    background-color: #f7f3ec;
    border-left: 1px solid #000;
}

/* barva pozadí aktivní kategorie hlavní menu 1. kat. */

/* FOOTER POZADÍ ATD */
.custom-footer {
    border-top-style: none;
    /* pryč horní čára na patičce */
    /*background: #ffe5ec;*/
    background: #ffffff;
}


#footer>.container {
    background-color: #ffffff;
}

#footer {
    background-color: #ffffff;
}

#footer .site-name {
    display: none;
}

.news-item-widget a:hover,
#footer .password-helper a:hover,
#footer ul a:hover {
    color: var(--color-primary);
    padding-left: 5px;
}

@media (min-width: 1200px) {
    .custom-footer {
        padding-left: 0px;
        padding-top: 0px;
    }
}

/* pryč horní čára na patičce */
/* FOOTER POZADÍ ATD */

/* LOGO NA HP POZICE ABSOLUTE A 90PX */
@media screen and (min-width: 767px) {
    #header .site-name a {
        color: #000000;
        position: absolute;
        top: 10px;
        left: 30px;
    }
}

#header .site-name a img {
    max-height: 75px;
}

/* LOGO NA HP POZICE ABSOLUTE A 90PX */
@media screen and (max-width: 767px) {
    .cart-widget-product {
        /* odsazení zobrazení produktu po hover na košík */
        margin-top: 15px;
    }

    #header .site-name a img {
        /* logo max 50px */
        max-height: 50px;
    }
}

/* TOP PRODUKTY V KATEGORII NAHOŘE 3 VELDE SEBE 
    .products-inline.products-top>div {
        display: block;
        width: 31.333333%;
    }
    /* TOP PRODUKTY V KATEGORII NAHOŘE 3 VELDE SEBE */


/* instagram a facebook mini ikony v pravo */
#facebookBanner {
    top: 25%;
    background: #1877F2;
}

#facebookBanner:hover {
    background: #1b7eff;
    transform: scale(1.05);
}

#instagramBanner {
    top: 32%;
    background: #E4405F;
}

#instagramBanner:hover {
    background: #fc4769;
    transform: scale(1.05);
}

#facebookBanner,
#instagramBanner {
    position: fixed;
    right: 0%;
    padding: 4px;
    border-radius: 8px 0px 0px 8px;
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    z-index: 999;
}

#facebookBanner span,
#instagramBanner span {
    writing-mode: vertical-rl;
    text-orientation: upright;
}

@media screen and (max-width: 767px) {

    #facebookBanner,
    #instagramBanner {
        display: none;
    }
}

/* instagram a facebook mini ikony v pravo */

/* sníh */
#snowRun {
    position: fixed;
    top: 10%;
    left: 1%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    border: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    font-size: 35px;
}

#snowRun:hover {
    background: #000;
    color: #fff;
    transition: .3s;
}

.snowflake {
    position: fixed;
    top: -10px;
    color: white;
    font-size: 1em;
    pointer-events: none;
    animation: fall linear infinite;
    filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, .5));
}

@keyframes fall {
    to {
        transform: translateY(100vh);
    }
}

/* sníh */

/* BANNER NEWSLETTER - START */

#newsletter {
    margin: 2rem;
    /*background: #fff;*/
    background: #ffe5ec;
    /*width: 100%;*/
    height: 400px;
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    overflow: hidden;
}

#newsletter img {
    width: 50%;
    object-fit: cover;
}

#newsletterForm {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    width: 70%;
}

#newsletterForm input {
    width: 300px;
    height: 50px;
    margin-right: 30px;
    padding: 10px !important;
    font-size: 16px;
    border: none;
    box-shadow: 0 0 12px rgba(0, 0, 0, .4);
}

#newsletterForm button {
    width: 150px;
    height: 50px;
    background: #00a82a;
    color: #fff;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 12px rgba(0, 0, 0, .4);
}

#newsletterForm button:hover {
    background: #dc8fd5;
}

#newsletterForm h2 {
    max-width: 90%;
    color: #000000;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 15px;
    margin-bottom: 0px;
    text-shadow: 1px 1px 0 #fff;
}

#newsletterForm h3 {
    max-width: 90%;
    background: #ffffff;
    color: #000000;
    padding: 10px;
    font-size: 22px;
    text-align: left;
}

#responseMessage {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: #000000;
    background: #ffffff82;
    padding: 10px;
    text-align: left;
    display: none;
}

@media screen and (max-width: 991px) {
    #newsletterForm h2 {
        font-size: 20px;
        margin: 5px;
    }

    #newsletterForm h3 {
        max-width: 90%;
        padding: 10px;
        font-size: 16px;
        text-align: center;
    }

    #newsletterForm input {
        font-size: 14px;
        margin-right: 0px;
    }

    #newsletterForm button {
        width: 150px;
    }

    #newsletter img {
        width: 100%;
    }

    #newsletterForm {
        width: 100%;
    }

    .newsletterFormForm {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }
}

@media screen and (max-width: 570px) {
    #newsletter {
        align-items: start;
        padding: 10px;
    }

    #newsletterForm h2 {
        letter-spacing: 2px;
        font-size: 18px;
    }

    #newsletter img {
        width: 100%;
        height: 100%;
    }

    #newsletterForm h3 {
        padding: 5px;
        font-size: 14px;
    }

    #newsletterForm input {
        width: 90%;
        margin-right: 5px;
    }
}


/* BANNER NEWSLETTER - KONEC */


/* KOŠÍK - banner doprava ZDARMA - start */
.extra {
    background: #ffbcbc;
    padding: 20px;
    color: #000
}

.extra.delivery:before {
    color: #fff;
    margin: 0 0 0 5px;
}

/* KOŠÍK - banner doprava ZDARMA - konec */


/* stránka tipy a triky - start */
.news-item {
    /* články v tipy a triky */
    width: 100%;
    height: 250px;
    overflow: hidden;
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.news-item .image img {
    /* články v tipy a triky */
    object-fit: contain;
    max-width: 90%;
    max-height: 90%;
}

.news-item .text .title {
    /* články v tipy a triky */
    text-decoration: underline;
    font-weight: 700;
}

@media screen and (max-width: 479px) {
    .news-item .image img {
        object-fit: contain;
        max-width: 30%;
        max-height: auto;
    }
}

@media (min-width: 1200px) {

    /* články v tipy a triky */
    .one-column-body .content-inner {
        margin: 0;
    }

    .content-inner {
        max-width: 1200px;
    }
}

/* stránka tipy a triky - start */



/* datail produktu - start */
.p-main-image {
    /* obrázek v detailu produktu */
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    border-radius: 4px;
}

.p-main-image img {
    /* obrázek v detailu produktu */
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    border-radius: 4px;
}

/* datail produktu - konec */


/* widget v patičce instagram - start */
.instagram-widget>a img {
    width: 95%;
    height: 95%;
    object-fit: cover;
}

/* widget v patičce instagram - konec */




/* levé menu filtr atd. zmenšen padding - start */
.sidebar-inner {
    padding: 5px;
}

/* levé menu filtr atd. zmenšen padding - konec */


/* schovat tlačítko sněžení */
@media screen and (max-width: 1200px) {
    #snowRun {
        display: none
    }
}


/* tablet a mobil dva produkty vedle sebe */
@media screen and (max-width: 767px) {
    .columns-mobile-2 .products-block>div {
        width: 50%;
    }
}


@media (min-width: 1200px) {
    .content-inner {
        max-width: 100%;
    }
}

.price-range {
    background-color: #ffffff;
    border-color: transparent;
}

.extra {
    background: #fbbcf6;
    padding: 20px;
    color: #000;
}

.banner {
    margin-bottom: 40px;
    overflow: visible;
    position: relative;
}

.navigation-in>ul>li.ext>ul>li>:hover {
    text-decoration: underline;
}