/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/* 
    Created on : 27.2.2015, 11:13:35
    Author     : bezuch
*/

.form-filtre button {margin-right: 5px;}

.display-none {
    display: none;
}

.dlazdice-zoznam {
    background-color: #e0e0e0;
}

.dlazdice-zoznam .panel {
    border-radius: 8px;
}

.mt-15 {
    margin-top: 15px;
}
.mb-15 {
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {

    .dlazdice-zoznam {
        padding-left: 2px;
        padding-right: 2px;
    }
    .blog-zoznam {
        padding-left: 15px;
        padding-right: 15px;
    }
    .dlazdice-zoznam .panel-zoznam-blog {
        height: 343.90px;
    }
    .dlazdice-zoznam .panel-zoznam-blog center {
        font-size: 0.75em;
    }
    .as-referencie .btn-ref {
        font-size: 1em;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .dlazdice-zoznam .panel-zoznam-blog {
        height: 324.18px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .dlazdice-zoznam .panel-zoznam-blog {
        height: 368.90px;
    }
}


.dlazdice-zoznam .panel-body {
    padding: 15px 15px 0px 15px;
}

.dlazdice-zoznam .panel-heading {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    padding: 4px 15px;
    height: 46px;
    max-height: 46px;
    overflow: hidden;
}

.dlazdice-zoznam .panel img {
    max-height: 120px;
}

.dlazdice-zoznam .panel-footer {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.dlazdice-zoznam .produkty-info span {
    font-size: 90%;
    margin-left: 8px;
}

@media screen and (max-width: 767px) {
    .dlazdice-zoznam .produkty-info span {
        margin-left: 0;
    }
}

.dlazdice-zoznam .cena-box {
    padding-top: 12px;
    min-height: 80px;
}

.dlazdice-zoznam .size-20 {
    font-size: 26px;
    font-weight: 600;
}


.dlazdice-zoznam input[type="number"] {
    width: 50px;
    padding: 8px;
    font-size: 16px;
}

.panel-zoznam .star .fa,
.dlazdice-zoznam .cena-box .fa {
    font-size: 1em;
    color: #f8cd2a;
    margin-top: 12px;
}

@media screen and (max-width: 767px) {

    .dlazdice-zoznam .size-20 {
        font-size: 18px;
    }

    .dlazdice-zoznam input[type="number"] {
        width: 50px;
        padding: 8px;
        font-size: 14px;
    }

    .dlazdice-zoznam .glyphicon-shopping-cart {
        padding: 2.5px;
    }
}

.noHref:hover {
    cursor: default;
}

.novaservis-link {
    max-width: 80%;
    width: 80%;
    padding-bottom: 12px;
}

.sapho-link {
    max-width: 50%;
    width: 50%;
    background-color: #fff;
    padding: 6px;
}

.viva-link {
    max-width: 50%;
    width: 50%;
    margin-top: 12px;
}










.size-20 {
    font-size: 20px;
}

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

input[type="number"] {
    width: 60px;
    text-align: center;
}

.col-top-bg {
    border-radius: 8px;
    /*border: 1px solid #f0f0f0;*/
    background: #fff;
    font-size: 0.9em;
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-right-sidebar {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
}

.head-contact {
    font-size: 1.1em;
    color: #989898;
}

.head-contact span {
    color: #4d4c4c;
}

.head-search {
    padding-top: 10px;
}

.head-separator {
    background-color: #C9C9C9;
    border-radius: 0px 0px 8px 8px;
    height: 15px;
    margin-bottom: 8px;
}


.title-block {
    color: #333;
    font-weight: bold;
    padding: 10px 0px;
    display: block;
}

.content-bg {
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
}

.content-title img {
    max-height: 130px;
    max-width: 130px;
    padding-right: 50px;
}

.content-search img {
    vertical-align: top;
    padding-top: 10px;
}

.content-search h5 {
    margin-left: 30px;
}

.content-search .panel {border-radius: 8px; border: none;}
.content-search .panel-heading {border-top-left-radius: 8px; border-top-right-radius: 8px; padding: 0;}

.content-search .accordion-toggle {display: block;padding: 10px 15px;}

.content-search .panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    float: right;    
    color: #fff;     
    transition: 0.5s all;
    transform: rotate(90deg);
}
.content-search .panel-heading .accordion-toggle.collapsed:after {

    transform: rotate(0deg);
}



/* .thumbnail p a {
    font-size: 0.8em;
} */

/* .panel-zoznam {
    background-image: url('../img/img-none.gif');
    background-repeat: no-repeat;
    min-width: 99px;
    min-height: 99px;
} */

.panel-primary > .panel-heading a {
    color: #fff;
}

.vyrobca {
    padding: 25px;
    background-color: #e8e8e8;
    margin-top: 25px;
    border-radius: 8px;
}

.btn-vyrobca {
    margin: 5px;
}

.vyrobca .checkbox-inline + .checkbox-inline {
    margin-left: 0px;
}

.vyrobca .btn-success {
    font-size: 1.2em;
    float: right;
    margin-top: 10px;
}

.divider {
    height: 1px;
    margin: 9px 5px;
    overflow: hidden;
    background-color: #e5e5e5;
}

select.input-varianty {
    height: 24px;
    padding: 3px 7px;
    font-size: 11px;
    line-height: 1.2;
    border-radius: 3px;
    max-width: 250px;
}


.objednavky th {text-align: center;}

.uzavreta, .as-text-success {color: #5cb85c;}
.zrusena, .as-text-danger { color: #d9534f;}
.neuzavreta, .as-text-warning { color: #f0ad4e;}
.cakajuca, .as-text-default {color: #337ab7;}

.oznacenie {
    position: absolute;
    top: 0;
    font-weight: bold;
    padding: 7px;
    border-radius:4px;
    text-transform: uppercase;
    font-size: 1.2em;
    opacity: 0.9;
    filter: alpha(opacity=9); /* For IE8 and earlier */
    margin: 5px;
}

.novinka {color: #fff; background-color: green;}
.akcia {color: #d9534f; background-color: yellow;}

#zoznamBank {z-index: 999;}


.galeria-zoznam a { height: 220px;}
.galeria-zoznam a div {top: 120px; position: absolute;}


@media (min-width: 768px) and (max-width: 991px) {
    .galeria-zoznam a { height: 350px;}
    .galeria-zoznam a div {top: 260px; position: absolute;}
}

.galeria-detail {
    padding-left: 5px; 
    padding-right: 5px; 
}
@media (min-width: 992px) {
    .galeria-detail {
        height: 100px; 
        overflow: hidden;
        margin-bottom: 20px;
    }
}

.galeria-detail img:hover {
    opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */
}



.responsive-img {
    width: 100%;
    height: auto;
}
.tab-kategorie {padding-bottom: 10px;}
.tab-kategorie > li.active > a,
.tab-kategorie > li.active > a:hover,
.tab-kategorie > li.active > a:focus {
    cursor: default;  
    border: 1px solid #204d74;
    border-bottom-color: transparent;
    color: #fff;
    background-color: #337AB7;
}

.menu-kategorie .glyphicon { color: #777;}


ul.menu-kategorie { padding-left: 0px;}
ul.menu-kategorie li { list-style: none; line-height: 25px; /* border-bottom: 1px solid #e0e0e0; */ position: relative;}
/* ul.menu-kategorie li:hover {border: 2px solid #337AB7; background-color: #f0f0f0;} */
ul.menu-kategorie li.menu-podkategorie { position: relative;}
ul.menu-kategorie li.menu-podkategorie:hover {background-color: #f0f0f0; border-bottom: 1px solid #337AB7; }
ul.menu-kategorie li > ul { padding-left: 15px}
ul.menu-kategorie li > ul > li { border: none; }

ul.menu-kategorie li > ul > li > ul > li > ul > li {
    line-height: 1.2em; 
    padding-top: 5px; 
    padding-bottom: 5px;
}

ul.menu-kategorie li:hover div.menu-hover-podkategorie {
    display: block;
}


.menu-hover-podkategorie {
    position: absolute;
    border: 2px solid #337AB7;
    background-color: #fff;
    display: none;
    z-index: 999;
    width: 800px;
    padding: 10px;
    left: 92%;
    top: -1px;
    border-radius: 4px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}

.menu-hover-podkategorie h5 {
    font-weight: 700;
}

.menu-hover-podkategorie img {
    max-width: 80px;
    max-height: 80px;
}


.label-kategorie[href]:hover, .label-kategorie[href]:focus {
    background-color: #5E5E5E;
}

a.labelKat:hover, a.labelKat:focus {
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}

.label-kategorie {
    background-color: #777;
}
.labelKat {
    display: inline-block;
    padding: 0.2em 0.6em 0.3em;
    font-size: 80%;
    font-weight: bold;
    line-height: 1.2em;
    color: #FFF;
    text-align: center;
    vertical-align: baseline;
    border-radius: 0.25em;
}

@media (min-width: 768px) {
    .produkty-info {
        padding-bottom:2px; 
        font-size: 80%; 
        font-weight: bold;
        color: #777;
    }
}

.produkty-info span {
    font-size: 80%;
    line-height: 2.5em;
}

.footer-newsletter {
    background-color: #337ab7;
    line-height: 55px;
    font-size: 16px;
    min-height: 55px;
    /*margin-top: 50px;*/
}

.blog-newsletter {
    background: none;
    line-height: 55px;
    font-size: 16px;
    min-height: 55px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.footer-newsletter label,
.blog-newsletter label {
    color: #fff;
    font-weight: bold;
    float: left;
    margin-right: 15px;
}

.footer-newsletter .form-envelope-group,
.blog-newsletter .form-envelope-group {
    float:left; 
    margin-right:5px; 
    margin-top:10px;
}

.footer-newsletter .form-envelope-text,
.blog-newsletter .form-envelope-text {
    width: 300px;
    font-weight: normal;
}

.footer-newsletter .form-envelope,
.blog-newsletter .form-envelope,
.form-search {
    left:0;
    line-height:34px;
    color: #999;
    font-size: 20px;
}

.footer-newsletter button,
.blog-newsletter button {
    float: left;
    margin-bottom: 10px;
    margin-top: 9px;
}


.gdpr-newsletter {
    position:absolute; 
    bottom: 5px; 
    line-height: 15px; 
    font-size: 0.8em
}

.gdpr-newsletter a {color: #e0e0e0; text-decoration: underline;}
.gdpr-newsletter a:hover {color: #fff;}

@media screen and (max-width: 767px) {
    .footer-newsletter label {
        line-height: 20px;
        margin-top: 10px;
    }
    .footer-newsletter .form-envelope-group {
        margin-bottom: 0px;
    }
    .footer-newsletter button {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .footer-newsletter label {
        line-height: 20px;
        margin-top: 10px;
    }
    .footer-newsletter .form-envelope-group {
        margin-bottom: 0px;
    }
    .footer-newsletter button {
        margin-bottom: 30px;
    }
}

.has-feedback .form-control {
    padding-right: 5px;
    padding-left: 42.5px;
}

.footer-top {
    background-color: #5C5C5C;
    color: #fff;
    padding: 20px 0;
}

.footer-bottom {
    padding-top: 20px;
    background-color: #777;
    color: #c2c2c2;
}

.footer-bottom h4 { color: #e0e0e0;}

.footer a {color: #e0e0e0;}
.footer a:hover {color: #c2c2c2; text-decoration: underline;} 

.footer-bottom a {
    display: block;
    padding: 10px 10px 20px 10px;
    border-radius: 10px;
    color: #c2c2c2;
}

.footer-bottom a:hover,
.footer-bottom a:focus {
    text-decoration: none;
    background-color: #5C5C5C;
    color: #c2c2c2;
}

.footer .plat-karty {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.75);
    height:50px; 
    margin-left: 25px;
}

.footer-divider {
    height: 1px;
    margin: 0px;
    overflow: hidden;
    background-color: #868383;
}

.footer-divider-copy {
    height: 1px;
    margin: 0px;
    overflow: hidden;
    background-color: #666;
}

.footer-copy {
    background-color: #333;
    color: #e0e0e0;
}


.footer-heureka { background-color: #fff; margin-top: 40px; padding-bottom: 25px;}
.footer-heureka .fa { color: #f8cd2a;}
.footer-heureka .col-md-3 {padding-left: 8px; padding-right: 8px;}

.footer-heureka .recenzia {
    margin: 28px 0;
    height: 160px;
    background-color: #fbfbfb;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 10px;
}
@media (max-width: 767px) {
    .footer-heureka #showHeurekaBadgeHere-11 img {
        width: 100%!important;
        height: auto!important;
    }
}
.footer-heureka .popis {font-size: 26px;margin-bottom: 24px;margin-top: 35px;}
.footer-heureka img.erb {position: absolute; top: 45px; right: 15px; }
.footer-heureka .percenta {font-size: 30px;font-weight: bold;float: left;line-height: 36px;}
.footer-heureka .odporuca {font-size: 14px; color: #777; margin-left: 80px; line-height: 18px }
.footer-heureka .recenzia p {font-size: 12px; margin-top: 3px; font-weight: bold;}
.footer-heureka .recenzia small {color: #777; font-size: 65%; margin-bottom: 12px;}
.footer-heureka .recenzia .fa {margin-right: 2px; font-size: 1.4em;}
.footer-heureka .recenzia .recommend img {width: 164px;}
.recenzia .recommend {position: absolute;left: 50%;margin-left: -82px;bottom: 10px;}

.produkt-recenzie .fa {
    width: 100%;
    line-height: 1.2em;
}

.produkt-recenzie .fa-plus:before,
.produkt-recenzie .fa-minus:before {
    float: left;
    font-size: 15px;
}

.produkt-recenzie .text-success .fa-plus:before, 
.produkt-recenzie .text-success .text {
    color: #50ad30;
}
.produkt-recenzie .text-danger .fa-minus:before,
.produkt-recenzie .text-danger .text {
    color: #dc2424;
}

.produkt-recenzie .text {
    width: 80%;
    float: left;
    margin-left: 12px;
    color: #50ad30;
    font-size: 13px;
    font-family: Arial, sans-serif;
}

.gallery-scroll {
    width: 144px; 
    display: inline-block; 
    padding-left:13px; 
    padding-right: 13px; 
    transition: 0.5s all;
}

.img-scrollgallery-top {
    width: 441px;
}



.social-icon img {
    width: 50px;
    height: auto;
    opacity: 0.85;
    filter: alpha(opacity=85); /* For IE8 and earlier */
    margin-left: 15px;
    margin-bottom: 15px;
}

.social-icon img:hover {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.header-bg {
    padding-bottom: 0px; 
}

@media (min-width: 768px) {

    .header-bg {
        padding-bottom: 0px;
    }
}

.podkategorie {
    border-bottom: solid 1px #e0e0e0;
    height: 130px;
    overflow: hidden;
}

.podkategorie img {
    max-width: 80px;
    padding: 10px;
}

.btn-podkategorie {
    padding: 10px;
}

.btn-podkategorie img {
    height: 35px;
    position: absolute;
    left: 20px;
    top: 15px;
}

.btn-podkategorie .btn-default {
    color: #337ab7;
    font-size: 16px;
}

@media (max-width: 767px) {

    .btn-podkategorie img {
        height: 30px;
        right: 20px;
        left: auto;
    }

    .podkategorie {
        height: auto;
    }

    .podkategorie img {
        height: 50px;
        max-width: 50px;
    }

    .podkategorie .media-left a {
        width: 50px;
        display: block
    }

    .podkategorie h4 {
        padding-top: 4px;
    }

    .podkategorie .media {
        height: 45px;
    }

    .btn-mobil-podkategorie {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: -10px;
    }

    .btn-podkategorie .btn-default {
        font-size: 1em;
        text-align: left;
    }

}

.podkategorie .media-body span {color: #777;}
.podkategorie .media-body {font-size: 0.85em;}
.podkategorie .media-body > div > div{margin-bottom: 5px;}

.produkt-popis {
    height: 93px; 
    overflow: hidden;
}

.affix-top {
    visibility: hidden;
    height: 0px;
}

.affix {
    top: 0; 
    z-index: 500;
    background-color: #5c5c5c;
    height: 45px;
    padding:5px 0px;
    width: 100%;
    display: block;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.5);
    border-bottom: 1px solid #868383;
    color: #fff;
}

/* #affixKosik button:hover ul,#affixKosik button:focus ul { display: block; margin-top: -30px;} */

.table-basket .glyphicon-remove {color: #d9534f;}
.table-basket .glyphicon-remove:hover {cursor: pointer; color: #c9302c;}
.odporucane img {max-height: 100px; max-width: 162px;}
.odporucane .odp-img {line-height: 130px; height: 130px; display: table; width: 100%;}
.odporucane-nazov {line-height: 1.3em;text-align: center;height: 53px;overflow: hidden;}
.odporucane-popis { height: 143px;  overflow: hidden;}
.odp-img-center {display: table-cell; vertical-align: middle; text-align: center;}

@media (min-width: 992px) {
    .odp-img-center a > img {
        max-width: 158px;
    }
}

.shopping-cart {margin-top: 10px; display: block;}
.list-shopping-cart {text-align: right; position: relative;}
.list-shopping-cart div { visibility: hidden; position: absolute; z-index: 999; right: 0; width: 600px;}
.list-shopping-cart:hover div {display: block;}
.dropdown-menu li {border-bottom: 1px solid #e0e0e0;}
.dropdown-menu li:last-child {text-align: center; font-size: 11px;}
.dropdown-menu li:last-child a {color: #286090;}
.dropdown-menu li:last-child a:hover {color: #286090; text-decoration: underline;}

.box-uvod { font-family: 'Trebuchet MS'; font-size: 2.5em; margin-bottom: 15px;}

/****************** menu mobilne *********************/


/* General styles for all menus */

.cbp-spmenu {
    background: #47a3da;
    position: fixed;
}

.cbp-spmenu h3 {
    color: #afdefa;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #0d77b6;
}

.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300;
}

.cbp-spmenu a:hover {
    background: #258ecd;
}

.cbp-spmenu a:active {
    background: #afdefa;
    color: #47a3da;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #258ecd;
    padding: 1em;
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
    left: -240px;
}

.cbp-spmenu-right {
    right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
    top: -150px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 240px;
}

.cbp-spmenu-push-toleft {
    left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px;
    }

    .cbp-spmenu-top {
        top: -110px;
    }

    .cbp-spmenu-bottom {
        bottom: -110px;
    }

}

@media screen and (max-height: 26.375em){

    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px;
    }

    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -190px;
    }

    .cbp-spmenu-right {
        right: -190px;
    }

    .cbp-spmenu-push-toright {
        left: 190px;
    }
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/*#affixKosik {width: 160px;}*/

#hornyKosik ul,
#affixKosik ul {
    display: inline;
    margin: 0;
    list-style: none;
}
#hornyKosik ul li,
#affixKosik ul li {
    display: inline-block;
    position: relative;
}
#hornyKosik ul li:hover {
    color: #fff;
}
#hornyKosik ul li ul,
#affixKosik ul li ul {
    position: absolute;
    display: none;
    opacity: 0;
    visibility: hidden;
}
#hornyKosik ul li ul li,
#affixKosik ul li ul li { 
    display: block; 
}
#hornyKosik ul li:hover ul,
#affixKosik ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}

.add-right {
    margin-top: 10px;
}
.margin-15-left {
    margin-left: 0px;
}

@media (min-width: 992px) {
    .margin-15-left {
        margin-left: -15px;
    }
}

@media (min-width: 768px) {
    .add-right {
        text-align: right;
        margin-top: 0px;
    }
}

#tr_hlavicka {
    background-color: #337AB7;
    color: #fff;
    font-weight: bold;
}

.kosikCenaCelkom {
    background-color: #FFE5BF;
    font-weight: bold;
}

.top-navbar a {color: #fff;}
.top-navbar a:hover,
.top-navbar a:focus {color: #efefef; text-decoration: none;}

@media (max-width: 767px) {
    .top-navbar span {
        font-size: 2.5em;
        margin-left: 30px;
        margin-right: 30px
    }
    .top-navbar img {
        vertical-align: top;
    }
}

.edit-user {
    padding: 10px 0;
    background-color: #f0ad4e;
    text-align: center;
    color: #BF721D;
    font-size: 14px;
    font-family: Arial, sans-serif;
    line-height: 30px;
    font-weight: bold;
    position: fixed;
    width: 100%;
    height: 60px;
    border-bottom: 3px solid #AD8033;
}

.edit-user:hover {
    background-color: #ec971f;
}

.edit-user a:hover {
    text-decoration: none;
}
.edit-user a {
    color: #fff;
    text-decoration: underline;
}

.edit-user b {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.edit-user-divider {
    height: 80px;

}

.nedostupny {
    color: #d9534f;
    font-weight: bold;
    font-size: 30px;
}


.vysledky-hladania {
    top: 110px;
    width: 90%;
    left: 5%;
    max-height: 500px; 
    overflow-y: scroll; 
    display: none; 
    position: fixed; 
    z-index: 1000; 
    background-color: #e0e0e0;
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}

#divHladajObal {
    position: relative;
}
/* @media screen and (min-width: 992px) {
    .vysledky-hladania {
        width: 990px;
        margin-left: -445px;
    }
}

@media screen and (max-width: 768px) {
    .vysledky-hladania {
        width: 750px;
        margin-left: -375px;
    }
}

@media screen and (max-width: 767px) {
    .vysledky-hladania {
        width: 400;
        margin-left: -200px;
    }
} */

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

.vysledky-hladania .panel {
    margin-bottom: 0px;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.vysledky-hladania .panel-default > .panel-heading {
    color: #f1f1f1;
    background-color: #5c5c5c;
    border: none
}

.vysledky-hladania .panel-heading {
    padding: 3px 10px;
    border-bottom: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.vysledky-hladania .produkty a:hover {
    text-decoration: none;
}

.vysledky-hladania .thumbnail {
    margin-top: 20px;
    border: 1px solid #ddd;
}

.vysledky-hladania .thumbnail:hover {
    border: 1px solid #337ab7;
}

.vysledky-hladania .img-search .img-responsive{
    margin-left: auto;
    margin-right: auto;
    max-height: 100px;
}

.vysledky-hladania .img-search {
    height: 100px;
}

.vysledky-hladania .thumbnail .caption {
    height: 80px;
    color: #337ab7;
    font-size: 0.9em;
}

.vysledky-hladania .thumbnail span {
    color: #333;
}

/* .hladaj-dodivu-produkty {
    display: table;
} */

.hladaj-dodivu-produkty .produkty {
    display: table-cell;
    padding: 5px;
}

.marginTB-15 {
    margin: 15px 0px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.vysledky-hladania .panel-footer {
    border-top: none;
    background-color: #fff;
}

.hladaj-produkty-cena {
    font-size:1.4em;
}


.vysledky-hladania-btn-close {
    position: fixed;
    right: 7%;
    background-color: #000;
    color: #c3e3ff;
    border-radius: 4px;
    text-align: center;
    z-index: 9999;
    opacity: 0.5;
}

.vysledky-hladania-btn-close .btn-lg {
    padding: 8px 13px;
    color: #c3e3ff;
    text-shadow: none;
    float: none;
    opacity: 1;
}

.vysledky-hladania-btn-close:hover {
    background-color: #286090;
    opacity: 1;
}

.vysledky-hladania-btn-close .btn-lg:hover {
    color: #fff;
}

.form-group input[type='radio'] {
    height: inherit;
}

.form-doprava .doprava {
    line-height: 34px;
}

.form-doprava .doprava input[type="radio"] {
    margin-top: 11px;
}

.sposobplatby p {
    margin-left: 15px;
    margin-bottom: 0px;
}

.sposobplatby img {
    height: 52px;
}


@media (max-width: 767px) {
    #pricemania-widget {
        display: none !important;
    }

    #heurekaTableft {
        display: none!important;
    }

}

#heurekaTableft {
    margin-top: 135px!important;
}

@media (min-width: 768px) {


    #showHeurekaBadgeHere-11  img {
        width: 100%!important;
        height: auto!important;
    }

}

.predajna .table > tbody > tr > th, .predajna .table > tbody > tr > td:first-child {
    background-color: #d7d7d7;
    font-size: 16px;
}
.predajna .table-bordered > tbody > tr > th, .predajna .table-bordered > tbody > tr > td {
    border: 2px solid #fff;
    font-size: 16px;
}

.predajna .table > tbody > tr > td {
    background-color: #dcdcdc;
    font-size: 16px;
}
.predajna .table-bordered > tbody > tr > th, .predajna .table-bordered > tbody > tr > td {
    border: 2px solid #fff;
    font-size: 16px;
}

.predajna .table > tbody > tr > th {
    text-align: right;
    padding-right: 15px;
}

.menu-eshop h3.eshop-kategorie {
    font-weight: bold;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px
}

.menu-eshop h3.eshop-kategorie span {
    font-size: 14px;
}

.menu-eshop h3.eshop-kategorie a {
    color: #333;
}

.menu-eshop:hover h3.eshop-kategorie a {
    text-decoration: underline;
}

.menu-eshop {
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-top: 20px;
}

li.classOtvorena:nth-child(even) {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: none;
}

.menu-eshop:hover {
    cursor: pointer;
}

.menu-eshop-sub {
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: none;
    margin-bottom: 15px;
}

.col-3-home h4 {
    font-size: 22px;
    margin: 15px 0px;
}

.col-3-home .caption {
    padding: 20px 10px 0px 10px;
}

.col-3-home span {
    color: #337ab7;
    font-size: 36px;
    margin-bottom: 25px;
    margin-top: 35px;
}

.col-3-img {
    height: 160px;
    max-height: 160px;
    overflow: hidden;
}

.col-3-home p {
    line-height: 20px;
}

.col-3-home .text-caption {
    height: 70px;
    font-size: 17px;
}

.col-3-home .text-caption a {
    font-size: 12px;
}

.navbar-nav-2016 {
    margin-left: -15px;
}

.navbar-nav-2016 > li > a {
    line-height: 30px;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    box-shadow: none;
    background: none;
    z-index: 1;
    border-left: 1px solid #286090;
}

.navbar-strudla > li > a {
    border-right: 1px solid #286090;
    border-left: none;
}

@media (min-width: 992px) {
    .menu-strudla {
        margin-left: 15px;
    }
}
.menu-strudla {
    background-color: #337ab7; 
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}



.menu-strudla .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
}
.menu-strudla .navbar-nav {
    float: left;
    margin: 0;
}
.navbar-fixed-top .menu-strudla .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.menu-strudla .navbar-header {
    display: none;
}
.navbar-strudla li {
    float: left;
}

.menu-strudla .active {
    background-color: #286090;
}

.menu-strudla .active:first-child {
    border-top-left-radius: 8px;
}

.navbar-strudla-top {
    position:sticky; 
    position: -webkit-sticky; 
    top:50px;
}

@media (min-width: 992px) {
    .navbar-nav-2016 > li > a {
        padding: 15px 20px;
    }
}

@media (min-width: 1200px) {
    .navbar-nav-2016 > li > a {
        padding: 15px 32.7px;

    }
}

.navbar-nav-2016 > li > a.menu-hover-blog-a {
    border-right: 1px solid #286090;
}

.navbar-nav-2016 > li > a:hover,
.navbar-nav-2016 > li > a:focus,
.navbar-nav-2016 > li > a:active {
    text-decoration: none;
    background: none;
}

.menu-hover {
    transition: all 0.5s;
    position: absolute; 
    bottom: 0; 
    height: 4px; 
    width: 100%;
    background-color: #286090;
}

.navbar-nav-2016 li:hover .menu-hover {
    height: 60px;
}

.navbar-strudla li:first-child:hover .menu-hover {
    border-top-left-radius: 8px;
}


.menu-hover-akcia { background-color: #f0ad4e; }
.menu-hover-vypredaj { background-color: #d9534f; }
.menu-hover-blog { background-color: #5cb85c; }

.blog-menu > li > a,
.dropdown-menu li:last-child a,
.dropdown-menu li:last-child a:hover {
    font-size: 16px;
    font-weight: bold;
    line-height: 2em;
    color: #333;
    text-decoration: none;
}

a.login-btn {
    color: #337ab7;
    font-weight: bold;
}

a.login-btn-active  {
    color: #62a740;
    font-weight: bold;
}

a.login-btn:hover, a.login-btn-active:hover {
    cursor: pointer;
}

ul.as-mobilMenu-horizontal {
    padding: 0px;
    list-style-type: none;
}

.as-mobilMenu-horizontal li {
    float: left;
    list-style-type: none;
    padding: 6px 4px;
}

.prihlaseny-btn-tablet {
    line-height: 38px;
}

@media (min-width: 1200px) {
    .prihlaseny-btn-tablet {
        display: none;
    }
}

@media  (max-width: 1199px) {
    .prihlaseny-btn-desktop {
        display: none;
    }
}

.panel-zoznam .as-akcia {
    position: absolute;
    width: 70px;
    top: 0;
    left: 0;
}

.panel-zoznam .as-akcia-produkt {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.3em;
}


.noUi-target {
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 15px;
}

.noUi-connect {
    background-color: #337ab7!important;
}

.cookies  {
    font-size: 11px;
    line-height: 1.4em;
    background-color: #d8d8d8;
    position: fixed;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    -webkit-box-shadow: 0px 5px 5px 6px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 5px 5px 6px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 5px 5px 6px rgba(50, 50, 50, 0.5);
    border-bottom: 1px solid #868383;
}

@media (max-width: 767px) {

    .cookies {
        position: fixed;
    }

    .detail-karty .tabDoprava-table {
        margin-bottom: 12px;
    }
}


.detail-karty .price {
    font-weight:bold; 
    color: #d9534f; 
    font-size: 2em;
}

.detail-karty .povodna-cena {
    line-height:18.4px; 
    font-size: 100%;  
    padding: .2em .6em .2em;
}

.detail-karty .tabDoprava-sklad {
    font-size: 100%;
    line-height: 1.8em;
}

img.lg-image {
    background-color: #fff;
}

.lightSlider {
    height: auto!important;
}

.noHref {
    color: black;
}
.noHref:hover {
    text-decoration: none;
    color: black;
}
.noHref:focus {
    text-decoration: none;
    color: black;
}
.noHref:visited {
    text-decoration: none;
    color: black;
}


/* galeria detail produktu video  */

.video-button {
    position:relative; 
    display: block;
    cursor: pointer;
}


.video-button:hover .demo-gallery-poster > img {
    opacity: 1;
}
.video-button .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.video-button .demo-gallery-poster > img {
    left: 50%;
    opacity: 0.7;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.as-img-katalog {
    height: 210px;
    display: table-cell;
    vertical-align: middle;
}

.as-img-katalog img {
    max-height: 200px;
}


.column-4 div[class^="col-"]:nth-child(4n+1) {
    clear: left;
    padding-bottom: 20px;
}

.div-filter {
    padding-bottom: 20px;
}

.scroll-filter {
    max-height: 140px;
    overflow: hidden;
    overflow-y: auto;
}

.scroll-filter::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
    overflow-y: auto;
}

.scroll-filter::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
    overflow-y: auto;
}

.scroll-filter::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #337ab7;
    overflow-y: auto;
}




@media screen and (max-width: 767px) {

    .div-filter {
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 20px; 
    }

    .div-filter:nth-child(2n+1) {
        clear: left;
        padding-bottom: 20px;

    }

    #removeFilter {
        margin-top: 12px;
    }

}

.column-4 .checkbox {
    margin-top: 0;
    margin-bottom: 4px;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 2rem;
    padding-top: 0.4rem;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    font-weight: 300;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -2rem;
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -2rem;
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.filter-off {
    margin-top:6px;
    display: inline;
}

.predajna-kuty h1 {
    font-size: 22px;
    text-align: center;
}


.lSSlideOuter .lSPager.lSGallery img {
    max-height: 85px;
}



@media screen and (max-width: 767px) {

    .filter-off .custom-control-label::before {margin-left: 3px}

}
/* safari 9.0 */

@supports (overflow:-webkit-marquee) and (justify-content:inherit)
{
    /*
      Define here the CSS styles applied only to the Safari 9 version when
      running in any device
    */
    .navbar-strudla-top {
        position:relative; 
    }
}

.breadcrumb {
    margin: 0 15px 20px 0;
}

.pvm-homepage .as-webp-center img {
   display: inherit;
}

 .as-slider-hp-info {
        position: absolute;
        left: 6%;
        top: 50%;
        transform: translateY(-50%);
        max-width: 130px;
    }
    .as-slider-hp-info h2 {
        font-size: 25px;
        color: #fff;
        text-shadow: 2px 2px 8px #000;
    }
    @media (max-width: 767px) {
        .as-slider-hp-info h2 {
            font-size: 20px;
        }
        .as-slider-hp-info {
            top: 5%;
            transform: translateY(0%)
        }
    }