.spadavka {
  padding: 25px;
}

body {
  background: url("/obrazek/3/pozadi-eshop-png") repeat 0 0 #ffffff;
}

h1.title {
  font-size: 30px;
}

.navbar {
  background-color: #6ec1e4;
  border-color: #6ec1e4;
  font-size: medium;
  text-align: center;
  margin: auto;
  padding: center;
  font-family: open sans;
  font-weight: bold;

}

.navbar-nav>li>a {
  text-transform: none;
}

/*patička*/
footer {
  background: rgba(253, 0, 0, 0.0);
  /*tmavě červené pozadí patičky*/
  color: #000000;
  /*bílá barva textu v patičce*/
  text-align: center;
}

#footer-contact .fa {
  color: #000000;
}

/*bílá barva ikonek v patičce*/

/*Patička  centrování*/
div.col-xs-12 col-sm-6 col-md-4 col-lg-4 {
  width: 100%;
  min-height: 300px;
  text-align: center;
  font-size: 0;
}

#bar-poweredby {
  display: none;
}

@media (min-width: 768px) {
  .navbar-nav {
    display: inline-block;
    float: none;
    margin-bottom: -6px;
  }
}

.panel-title {
  font-weight: bold;
}

h3 {
  font-family: open-sans, Helvetica, sans-serif;
}

h1 {
  font-family: open-sans, Helvetica, sans-serif;
}

h2 {
  font-family: open-sans, Helvetica, sans-serif;
}


.alert-info {
  font-family: open-sans, Helvetica, sans-serif;
  color: #26291f;
  font-size: 15px;
}

.table {
  background-color: white;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}



.input-group-btn {
  background-color: #6ec1e4;
}

.alert-success {
  color: #000000;
  background-color: #fff;
  border-color: #6ec1e4;
}

.input-group-btn {
  background-color: #6ec1e4
}

.fa fa-search {
  background-color: #6ec1e4
}

.panel-heading {
  color: #333;
  background-color: #6ec1e4;
  border-color: #ddd;
}

.btn-primary pull-right {
  color: #fff;
  background-color: #6fb0df;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  color: inherit;
}

div#container {
  width: 850px;
  height: 317px;
  overflow: hidden;
  /* if you don't want a scrollbar, set to hidden */
  overflow-x: hidden;
  /* hides horizontal scrollbar on newer browsers */

  /* resize and min-height are optional, allows user to resize viewable area */
  -webkit-resize: vertical;
  -moz-resize: vertical;
  resize: vertical;
  min-height: 317px;
}

iframe#embed {
  width: 2000px;
  /* set this to approximate width of entire page you're embedding */
  height: 2000px;
  /* determines where the bottom of the page cuts off */
  margin-left: 0px;
  /* clipping left side of page */
  margin-top: -1550px;
  /* clipping top of page */
  overflow: hidden;

  /* resize seems to inherit in at least Firefox */
  -webkit-resize: none;
  -moz-resize: none;
  resize: none;
}

.kontakt {
  background-color: rgba(255, 255, 255, 0.5);
  ;
  padding: 10px;
}

/*přidaný text*/
#order #panel-cart .panel-body:after {
  content: "Termín dodání do 14 dní.";
  margin-top: 5px;
  font-weight: bold;
}