﻿/* Start Bootstrap - Shop Homepage (http://startbootstrap.com/) */

/* #region main */
body {
    font-family: 'Fira Sans', sans-serif;
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    padding-bottom: 20px;
}
hr {
    margin:15px 0px 10px 0px;
}


.body-content { /* Set padding to keep content from hitting the edges */
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}
h6 {
    text-align:center;
}

a.odkaz {
    text-decoration:none;
    padding-left:20px;
}
a.odkaz:hover {
    text-decoration: underline;
    letter-spacing:2px;
}


/* Úprava NAVBAR ***********************************************************************************************/


.navbar-inverse {
    background-color: #337ab7; /* #333; rgb(51,122,183);*/
    border-color: #337ab7;    /*#333; rgb(51,122,183);*/
}
.navbar-inverse .navbar-nav>li>a, .navbar-header a.navbar-brand {
    color: white; /* #bfbfdf; /* #bfcfdf;*/
    font-weight:normal;
    font-size:16px;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-header a.navbar-brand:hover {
    color:  #bbb;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color:  #337ab7;
}
.navbar-inverse .navbar-toggle {
    border-color: white;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form  {
    border-color: white;
}

h2 {
    color:#337ab7;
    font-size:24px;
}
h3 {
    font-size: 16px;
}

.btn-success {
    background-color:#337ab7;
    border-color: #337ab7;

}
.btn-success:hover, .btn-success:focus, .btn-success:active {
    background-color:#539ad7;
    border-color: #539ad7;

}

/*btn-group*/
label.btn-default, label.btn-default:hover {
background-color:white;
cursor:default;
border-color:rgb(204,204,204);
}
div.btn-group {
    margin:0px 5px 15px 0px;
}

/* #endregion main */

/* #region bootstrap carousel */
.carousel-control {
    opacity:0;
}
.carousel-control.left, .carousel-control.right {
    background-color:#eee;
    background-image:none;
    width:12%;
    min-width:40px;
}

.carousel-indicators {
    /*margin-bottom:-45px;*/
    margin-bottom:-50px;

}
.carousel-indicators li{
        height: 15px !important;
        margin:0;
        border: solid 1px #337ab7 !important;
        border-radius: 0px !important;
        width: 30px !important;
}


.carousel-indicators li.active{
    margin:0;
    background-color: #337ab7;
}
/* #endregion bootstrap carousel */

/* #region cookie */
.cookie-disclaimer {
  background: #000000;
  color: #FFF;
  opacity: 0.8;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 150px;
  position: fixed;
}
.cookie-disclaimer .container {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cookie-disclaimer .cookie-close{
  float: right;
  padding: 10px;
  cursor: pointer;
}
/* #endregion cookie */

/* #region myXXX */
.myPadding {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.myInfo {
    color:#337ab7 !important;
    font-size:90% !important;
    line-height:125% !important;
    display:block;
}

.myError {
    font-size:90% !important;
    line-height:125% !important;
    display:block;
}

.myDescription {
    color:#777 !important;
    font-size:80% !important;
    line-height:125% !important;
    display:block;
}
/* #endregion myXXX */

.myCheckBox {
    width: 20px !important;
    height: 20px !important; /* původně BS mě 34px */
    margin: 7px 0px 7px 0px !important;
}

.myCheck 
{
    max-width:480px; 
    margin: 0 auto;
    padding-left:0;
    /*border:solid 1px rgb(179,0,43);*/
}
.myRadio 
{
    max-width:480px; 
    margin: 0;
    padding-left:0;
    /*border:solid 1px rgb(179,0,43);*/
}
.myRadio input[type=radio]
{
   width:20px;
   height:20px;
   margin-right:10px;
}

.myBrand 
{
    height:30px;
    width:auto;
    border:none 0px;
    margin:10px 30px 10px 0px;
}

@media only screen and (max-width: 768px) {
  .myBrand {
    margin-left:15px;
  }
}


div.thumbnail {
    padding: 10px 15px;
    line-height:125%;
    font-size:100%;
}
div.thumbnail a {
   text-decoration:none;
}

/* #region _ProductViewSimple */

.view-simple div.texty {
    float:left;
    line-height:140%;
    margin-bottom:7px;
    font-size:14px;
}

.view-simple div.texty a {
    white-space: nowrap;
    color:#337ab7;
    font-size:16px;
}

.view-simple div.kosik {
    float:right;
    font-size:18px;
    margin-bottom:7px;
}

.view-simple div.kosik a {
    padding-left:7px;
}


.view-simple a:hover {
    opacity:0.8;
}

.view-simple hr {
    clear:both;
    float:none;
}

/* #endregion _ProductViewSimple */



/* #region /Catalog/Index (detailní výpis) */

.obrazek {
    height: 240px;
  
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  
}

/* 13.11.2019
.obrazek img  {
    width:100%;
    height:100%;
    object-fit:contain;
}
*/

.detail-popis1 {
    margin: 5px 0px 0px 0px;
    
    padding: 0;
    height: 85px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    line-height: 120%;
}

    .detail-popis1 > h4 {
        /* white-space: nowrap;*/
        font-size: 20px;
        line-height: 120%;
        margin: 0px 0px 4px 0px;
        padding: 0;
        /*
        text-overflow: ellipsis;
        word-break:break-word!important;
            */
    }
.detail-popis2 {
    margin: 0;

    padding: 0;
    height: 15px;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    line-height: 100%;
}

























.popis h5 {
    white-space: nowrap;
    color:#337ab7;
    margin:10px 0px 10px 0px;
    text-align:center;
}

.popis p  {
    color:#555;
    font-size:90%;
    text-align:center;
    margin:0 0 2px 0;
}
.cena {
    height: 40px;
    text-align:center;
    overflow: hidden;
}


.cena a {
    color:#337ab7;
    text-decoration:none; 
    vertical-align:middle;
    margin-left:15px;
}

.cena a:hover {
    opacity:0.8;
}

.cena a span {
    font-size:24px;
    margin-top:-5px;
    white-space: nowrap;
    vertical-align:middle;
}





/* #endregion /Catalog/Index (detailní výpis) */

/* #region /Catalog/Buy */
.obrazek2 {
    height: 600px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

/* 13.11.2019
.obrazek2 img  {
    width:100%;
    height:100%;
    object-fit:contain;
}
*/

.popis2 {
    padding:15px 20px;
}

.popis2 h4 {
    font-size:28px;
    white-space: nowrap;
    color:#337ab7;
    margin:10px 0px 20px 0px;
    padding:0;
}
.popis2 h5 {
    font-size: 16px;
    white-space: nowrap;
    color: #337ab7;
    margin: 0px 0px 15px 0px;
    padding:0;
    }
.popis2 p  {
    color:#555;
    font-size:90%;
    text-align:left;
}

.cena2 {
    text-align:center;
}
.cena2 h4 {
    white-space: nowrap;
    color:#337ab7;
}

.pocet2 {
    max-width:120px;
    text-align:center;
    display:inline;

}

/* #endregion /Catalog/Buy */



/* region /Cart/Index */

.cart-header {
    padding:5px 0px 5px 0px;
}

.cart-row {
    padding:10px 0px 0px 0px;
    border-top:solid 1px #ddd;
}

.cart-row div {

}

.cart-row h4 {
    color:#337ab7;
    margin: 0px;
}

.cart-footer {
    padding: 10px 0px 0px 0px;
    border-top: solid 1px #ddd;
}

.cart-order {
    margin: 0;
    padding: 0;
  
}

    .cart-order div {
        margin: 0;
        padding: 0;
    }
    .cart-order label {
        margin: 0;
        padding: 2px 0px 2px 0px;
        color: #8D1B28;
        font-weight: normal;
        display:block;
        text-align: center;
        background-color:#ffe8f0;
    }


    .cart-order p {
        margin:0;
        padding: 5px 0px 5px 0px;
        line-height: 135%;
    }

    .cart-order span {
        font-size:85%;
    }


/* endregion /Cart/Index */











/*
.popis h5, .popis2 h5 {
    margin:5px 0px 10px 0px;
    white-space: nowrap;
    color:rgb(85,85,85);
}
   
    .cena small, .cena2 small {
    font-size:12px;
    color:#bbb;
}

    
     */

.myDelivery {
    padding:2px 0px 4px 18px;
    font-size:80%;
}


/* myDistribuce */
.myDistribuce td
{
    text-align: center;
    border-right: solid 1px rgb(221,221,221);
}

.myDistribuce th {
    text-align: center;
    border-right: solid 1px rgb(221,221,221);
    font-weight:normal;
    background-color:#bbb;
}


.myDistribuce td:first-child
{
    text-align:left;
    border-left:solid 1px rgb(221,221,221);
}
.myDistribuce tr:last-child td
{
    border-bottom:solid 1px rgb(221,221,221);
}

.myDistribuce input[type=text] 
{
    width:60px;
    text-align:center;
}

/* myNovaDistribuce */
.myNovaDistribuce td {
    text-align: left;
    border-right: solid 1px rgb(221,221,221);
}

.myNovaDistribuce td:first-child {
    text-align: left;
    border-left: solid 1px rgb(221,221,221);
}

.myNovaDistribuce tr:last-child td {
    border-bottom: solid 1px rgb(221,221,221);
}

.myNovaDistribuce input[type=text] {
   
    text-align: left;
    width:100%;
}
.myNovaDistribuce select {
    text-align: left;
    width: 100%;
}

a.contact 
{
    color:#333!important;
    text-decoration:none;
}

a.contact:hover {
    text-decoration: underline;
}

div.reklama {
    position: relative;
    border: none 0px;
    margin-top: -6%;
    margin-bottom: 6%;
    padding: 0;
    height: 0;
    background-color: yellow;
}
div.reklama a {

}

div.reklama img {
  position:absolute;
  top:0;
  width:22%;
  height:auto;
  border:solid 2px #999;
}