/*====================================================*/

@import url(mups_basic_template.css);

.carousel-item a .img-fluid {
    width: 100%;
}

.bg-dark {
    background-color: #2e2e2e !important;
}

.bg-dark a, .bg-dark p {
    color: #FFFFFF !important;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}






:root {
    --FD-cervena:  #f62f3b;
    --FD-modra:  rgb(0,147,208);
}

footer a {
    color: black;
}

footer a:hover {
    color: white;
    text-decoration: none;
}

.hr-FD-flag {
    background-image: url("/public/frontend/template/images/hr_flag.png") ;
    background-position: left; /* Center the image */
    background-repeat: repeat-x; /* Do not repeat the image */
    height: 30px;
}


.footer-logo {
    max-height: 80px;
}
.bg-FD {
    background-color: rgb(90,90,148);
    background: rgb(90,90,148);
    color: rgb(90,90,148)
}

.navbar-FD-hledat-button {
    background-color: white;
    border-color: white;
    color: var(--FD-modra);
    text-transform: uppercase;
}

.navbar-FD a{
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-size: 16px;
}

.navbar-FD-kosik, .navbar-FD-telefon {
     color: #FFFFFF !important;
     font-size: 12px !important;
 }

.navbar-FD-telefon, .navbar-FD-email a{
    color: #FFFFFF !important;
    font-size: 12px !important;
}

.active {
    border-bottom: 3px solid #FFFFFF;
}

.navbar-FD-kosik {
   padding-bottom: 10px;
}

.navbar-FD-hledat, .navbar-FD-hledat-button {
    margin: 10px 0px 10px 0px;
}

.dropdown-menu {
    background-color: var(--FD-modra);
    color: #FFFFFF;
    text-transform: uppercase;
}
.dropdown-menu a:hover {
    background-color: var(--FD-modra);
    color: #000000 !important;


}

/* Modal Zletilost */

.modal {
    top: 25%;
}
.modal-header {
    background-color: var(--FD-modra) !important;
    color: #FFFFFF !important;
    text-transform: uppercase !important;
}

.modal-title {
    padding-bottom: 0;
    color: #FFFFFF !important;
}
.close {
    color: #FFFFFF !important;
}

/* Carousel */


.carousel {
    position: relative;
    /*top: -130px;*/
    margin-bottom: 20px;
}

.carousel .active  {
   border-bottom: 0px;
}

.carousel-item {
    height: 40rem;
}

.carousel-caption {
    bottom: 7rem;

}
.carousel-indicators li {
   border-radius: 100%;
    width: 20px;
    height: 20px;
}


.carousel-caption h1 {
    color: #FFFFFF;
}

.carousel-button {
    position: relative;
    bottom: 7rem;
    z-index: 10;
}
.button-FD {
    background-color: var(--FD-modra);
    border-color: var(--FD-modra);
    color: #FFFFFF;
    text-transform: uppercase;
}
.button-FD:hover {
    color: #000000;
}
.slider-button-center {
    text-align: center !important;
}
.slider-button-big {
    font-size: 20px;
    padding: 5px 50px;
}

/* FD-1st-row */

.FD-1st-row {
    padding-top: 0px;
    padding-bottom: 25px;
}

.FD-1st-row h2 {
    color: #FFFFFF;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    background-color: var(--FD-modra);
    padding: 5px 0px;
    font-weight: lighter;
}

.FD-1st-row a:hover {
    text-decoration: none;
    font-weight: bold;
}

.FD-1st-row-img {
    display: inline;
    width: 100%;
    height: auto;
}

/* FD-2st-row */
.FD-2st-row {
    padding-top: 25px;
    padding-bottom: 25px;
}
.FD-2st-row h2 {
    font-size: 35px;
    text-align: center;
    padding-bottom: 50px;


}
.FD-2st-row h3 {
    font-size: 25px;
    text-align: center;
    height: 60px;
}
.FD-2st-row h3 span {
    display: block;
}
.FD-2st-row-sleva {

}
.FD-2st-row-puvodni-cena {
    text-decoration: line-through;
    font-size: 20px;
}
.FD-2st-row-nova-cena {
    font-weight: bold;
    font-size: 20px;
}
.FD-2st-row button {

    display: block;
    text-align: center;
    padding: 5px 30px;
}

/* FD-3st-row */
.FD-3st-row {
    /*padding-top: 25px;*/
}
.FD-3st-row-blok {
    height: auto;
    background-image: url("/public/frontend/template/images/o_nas.jpg");
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px;
}

.FD-3st-row-blok-gradient {
    background-color: rgba(0,0,0,0.7);
    z-index: 2;
    height: auto;
    padding: 20px 0px 50px 0px;
}

.FD-3st-row h2 {
    font-size: 35px;
    text-align: center;
}
.FD-3st-row h3 {
    font-size: 3em;
    text-align: center;
    color: #FFFFFF;
    padding: 50px 0px;
    font-family: 'Great Vibes', cursive;
}
.FD-3st-row-button {
    display: inline-block;
    height: auto;
    margin-top: 20px;
}


/* FD-4st-row */
.FD-4st-row {
    padding-top: 25px;
    padding-bottom: 25px;

    background-image: url("/images/blok_blog_bg.png");
    background-repeat: no-repeat;
    background-position: center;
}
.FD-4st-row-blok a:hover {
    text-decoration: none;
}
.FD-4st-row .button-FD {
    margin-top: 20px;
    display: block;
    text-align: center;
    padding: 5px 30px;
}


.FD-4st-row-img {
    padding-bottom: 20px;
    height: 280px;
    width: auto;
}


.FD-4st-row h2 {
    font-size: 35px;
    text-align: center;
}
.FD-4st-row h3 {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}
.FD-4st-row p {
    text-align: center;
}

.FD-4st-row button {
    margin-top: 20px;
    display: block;
    text-align: center;
    padding: 5px 30px;
}
.FD-4st-row-h3 {
    min-height: 70px;
}

.FD-4st-row-p {
    min-height: 30px;
}




.jumbotron {
    top: -70px;
    margin-bottom: 0;
}

.jumBread {
    background-image: url("/public/frontend/images/breadcrumb-background/1.jpg");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}
.breadcrumb-item.active {
    color: #000000;
    font-weight: bold;
}


@font-face {
    font-family: Linusn;
    src: url(/public/frontend/fonts/LINUSN.TTF);
}
.carousel-caption h1 {
     font-family: 'Great Vibes', cursive;
    /*text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;*/
    text-align: center;
    font-size: 5em;
    /*background-color: rgba(255,255,255,0.3);*/
    color: white;
}
.carousel-caption p {
    font-family: 'Times New Roman', Sans-Serif;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.4;
}

.carousel-caption.box {
    width: auto;
    height: 150px;
    position: relative;
    background: rgba(0,0,0,0);
}

.carousel-caption .box h1 {
    position: relative;
    z-index: 1;
}

.carousel-caption .box::before {
    content: "";
    top: 50px; right: 50px; bottom: 50px; left: 50px;
    position: relative;
    display: block;
    background: rgba(0,0,0,0.7);
    box-shadow: 0 0 3em 3em rgba(0,0,0,0.7);
}

.navbar-brand {
    font-family: 'Great Vibes', cursive;
}

.footer-brand {
    font-family: 'Great Vibes', cursive;
    font-size: 1.8rem;
}

.card {
    border: 0;
}

.pt-5, .py-5 {
    padding-top: 6rem!important;
}

.list-unstyled-inline {
    text-decoration: none;
}

.list-unstyled-inline li {
    display: inline;
}

.soc-icon {
    width: 45px;
    height: auto;
    padding-right: 10px;
}

.soc-icon-sml {
    width: 25px;
    height: auto;
    padding-right: 10px;
}


.polozka{
    height: 360px;
    text-align: center;
    margin-top: 10px;
    border: solid 1px lightgrey;
}

.polozka img{
    max-height: 160px;
    width: auto;
    margin: 0 auto;
}

.polozka h3{
    font-weight: bold;
    font-size: 1rem !important;
}

.polozka:hover{
    border: solid 1px gray;
}

.img-thumbnail {
    background-color: transparent;

}

.carousel-item .img-fluid {
    height: 100%;
    width: auto;
}



/* Respons */

@media (max-width: 780px) {

    .img-fluid {
        height: 100%;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .carousel-caption h1 {
        font-family: 'Great Vibes', cursive;
        /* font-family: 'Alex Brush', cursive; */
        font-size: 2.2em;
        text-align: center;
    }

    .navbar-toggler-icon {
        color: #FFFFFF;
        border-color: #FFFFFF;
    }

    .logo-navbar-xs {
        width: 100%;
        height: auto;
    }

    .majitel1 {
        right: 0;
        float: none;
    }

    .majitel2 {
        left: 0;
        float: none;
    }

    .vlajka {
        top: 20px;
        left: -2rem;
        float: right;
        position: relative;
    }

    .carousel {
        top: 0px;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .navbar-light {
        color: #FFFFFF;
    }

    .xs-button-nazev {
        font-weight: bold;
        position: relative;
        top: 2px;
    }

    .navbar .soc-icon {
        width: 30px !important;
    }

    .navbar-FD-kosik {
        padding-bottom: 0px;
    }

    .navbar-brand {
        margin-right: 0 !important;
        padding-top: .4125rem;
        padding-bottom: .4125rem;
    }

    .navbar-toggler {
        float: right !important;
        padding: 0;
        padding-top: 2.5rem;
        border: none;

    }
    button:focus {
        outline: none;
    }


    .FD-3st-row-button {
        top: 0px;
        left: 0px;
    }

    .FD-3st-row-blok {
        height: 800px;
    }
    .FD-3st-row-blok-gradient {
        height: 780px;
    }

    .img-thumbnail {
        padding: 0;
        background-color: transparent;
        border: none;
        border-radius: 0;
    }

    .xs-no-paddings {
    padding: 0;
    }
    .navbar-FD a {
    padding-top: 10px;
    }
    .carousel-item > img {
        height: 10rem;
    }

    .carousel-item {
        height: 10rem;
    }

    .creator-info {
        color: #FFFFFF;
    }
    .pre-last-footer-block h3 {
        font-weight: bold;
    }
    .pre-last-footer-c4 .pre-last-footer-c4{
        width: 45px !important;
    }
    .pre-last-footer-c2, .pre-last-footer-c3, .pre-last-footer-c4 {
        padding-top: 20px;
    }
    .pre-last-footer-c4 ul {
        padding-inline-start: 0px;

    }

    .FD-4st-row button {
       margin-bottom: 25px;
    }

    .FD-4st-row h3 {
        padding-top: 10px;
    }



    .navbar-expand-sm .navbar-collapse {

    }

    .FD-4st-row-p {
        min-height: auto;
    }
    .FD-4st-row-blok {
        padding-bottom: 50px;
    }
    .FD-4st-row {
     padding-bottom: 0;
    }

    .button-xs-position {
        position: relative;
        top: 50px;
        left: 50%;
    }
    .polozka {
        border: none;
        height: auto !important;

    }
    .img-responsive-xs {
        width: 100%;
        height: auto;
    }
    .FD-1st-row {
        padding-top: 20px !important;
    }

    .navbar-FD a{
        font-size: 16px;
    }

    .navbar-FD-kosik, .navbar-FD-telefon, .navbar-FD-email {
        font-size: 12px;
    }
    .polozka {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .FD-2st-row button {

    }
    .FD-2st-row h2 {
        padding-bottom: 0px;
    }

    .FD-3st-row h3 {
        font-size: 2em;
    }
    .FD-3st-row-blok {
        height: auto;
        background-position: top;
    }
    .FD-3st-row-blok-gradient {
        height: auto;
    }
    .FD-4st-row-img {
        height: auto;
        width: 100%;
    }
    .FD-4st-row {
        background-position: top;
        background-repeat: repeat-y;
    }
    .xs-mt-20 {
        margin-top: 20px;
    }

    .button-xs-compensation {
        width: 50%;
        margin-left: 0.5em;
        padding: 0.2em !important;
    }

    .FD-2st-row-puvodni-cena {
        font-size: 1em;
    }

    .FD-2st-row-nova-cen {
        font-size: 1em;
    }

    .blog-h1 {
        padding-top: 20px;
    }

    h1 {
        font-size: 1.3rem;
    }

    .btn-newsletter-xs {
        margin-top: 20px;
    }





}
.no-decoration {
    color: #FFFFFF;
}
.no-decoration:hover {
    text-decoration: none;
    color: #FFFFFF;
}


#all {
    padding-bottom: 20px;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #307CC0;
    font-weight: bold;
    margin-left: 10px;
}

.detail-tabs a {
    font-size: 1em;
}

.polozka > a > h3 {
    padding-top: 5px;
    min-height: 80px;
}


.blog-produkty {
    padding-bottom: 20px;
}

.blog-h3-produkt {
    padding-top: 20px;
}

.polozka a:hover {
    text-decoration: none;
}

/* Detail produktu */

.detail-produkt-blok1, .detail-produkt-blok2,  .detail-produkt-blok3,  .detail-produkt-blok4 {

}

.detail-produkt-blok3 h3,.detail-produkt-blok4 h3 {
    font-weight: bold;
}
.detail-produkt-blok3 .popis,.detail-produkt-blok4 .popis {
    font-style: italic;
    color: #000000 !important;
}



/* */

/* Vino kategorie*/
.vino-pod-kategorie-blok {
    text-align: center;
    font-weight: bold;
}
.vino-pod-kategorie-blok-h3 {
    color: #FFFFFF;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    padding: 5px;

    display: grid;
    align-items: center;

    background-color: darkgray;
    border-top: solid 3px white;
    min-height: 50px;

}

.vino-pod-kategorie-blok a:hover {
    text-decoration: none;
    font-weight: bold;
}
.vino-pod-kategorie-blok-div-img {
    height: 100px;
}

.vino-pod-kategorie-blok-img {
    display: inline;
    width: 100%;
    height: auto;
    padding: 0;
    float: bottom;

    border: 0;
    border-radius: 0%;
}
.vino-pod-kategorie {

}
.vino-pod-kategorie h3 {
    font-weight: bold;
    border-bottom: solid 1px black;
    padding-bottom: 5px;
}


/* Ostatní kategorie */

.dalsi-kategorie {
    padding-top: 20px;
}

.ostatni-polozky-pod-kategorie-blok {
    text-align: center;
    font-weight: bold;
}
.ostatni-polozky-pod-kategorie-blok-h3 {
    color: #FFFFFF;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    background-color: var(--FD-modra);
    padding: 5px 0px;
}

.ostatni-polozky-pod-kategorie-blok a:hover {
    text-decoration: none;
    font-weight: bold;
}

.ostatni-polozky-pod-kategorie h3 {
    font-weight: bold;
    border-bottom: solid 1px black;
    padding-bottom: 5px;
}


.padding-top-20 {
    padding-top: 20px;
}

.detail-tabs {
    padding-top: 50px;
}



.polozka-widget-padding {
    padding: 10px;
}



/* Filtry */

/* Filtr cena */

.filtr-cena-min, .filtr-cena-max {
    font-weight: bold;
}
.filtr-cena-min {
    padding-right: 10px;
}
.filtr-cena-max {
    padding-left: 10px;
}




@media (min-width: 992px){
    .dropdown-menu .dropdown-toggle:after{
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }
    .dropdown-menu .dropdown-menu{
        margin-left:0; margin-right: 0;
    }
    .dropdown-menu li{
        position: relative;
    }
    .nav-item .submenu{
        display: none;
        position: absolute;
        left:100%; top:-7px;
    }
    .nav-item .submenu-left{
        right:100%; left:auto;
    }
    .dropdown-menu > li:hover{ background-color: var(--FD-modra) }
    .dropdown-menu > li:hover > .submenu{
        display: block;
    }



}

#footer a.nav-link{
    line-height: 2;
    padding: 0 !important;
}

.nav-item{
    margin-left: 8px;
}
