.container {
  max-width: 1280px;
  padding-right: 5px!important;
  padding-left: 5px!important;
}
hr {
margin: 0;
}
.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .example {
  max-height: 430px;
  overflow: auto;
  /*overflow-y: scroll;  /*Add the ability to scroll */
}

/* Hide scrollbar for Chrome, Safari and Opera 
.example::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox 
.example {
  -ms-overflow-style: none;  
  scrollbar-width: none;  
}
/*
Ref:
Thanks to:
http://span-tag.com/bootstrap-navbar/
shrink zacatek
*/

body {
font-family: 'Montserrat', serif;   
min-height: 200px; 
scroll-behavior: smooth;
align-items: center;
padding-top: 40px;
padding-bottom: 40px;
background-color: #f5f5f5;
}


/* added to  .nav */
.normal {
height: 75px; /* this causes drop down to lose color ??? */
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.normal .navbar-right {
padding-top: 12px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
.navbar-brand {
padding: 0px !important;
}
.navbar-brand img {
padding: 5px;
max-height: 75px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
.shrink {
height: 50px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
.shrink .navbar-right {
padding-top: 0px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
.shrink .navbar-brand img {
max-height: 50px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

/*shrink konec*/

.parallax-window {
    min-height: 500px;
    background: transparent;
}

.navbar {
    transition: all 0.4s;
    
}

.navbar .nav-link {
    color: #fff;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #fff;
    text-decoration: none;
}

.navbar .navbar-brand {
    color: #fff;
}


/* Change navbar styling on scroll */



.navbar.active .nav-link {
    color: white;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: white;
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: white;
}



.nav-link.active {  
  background-color: #e3e3e3 !important;
  font-weight: bold;
}

.category-menu {
height: 45px;
text-transform: uppercase;
}

.category-note {
text-transform: none;
font-size: 12px;
}
/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {
        background: #fff;
    }

    .navbar .navbar-brand, .navbar .nav-link {
        color: #555;
    }
}
body.modal-open {
    overflow: auto;
}
.modal-open {
overflow-y: auto !important;
padding-right: 0 !important;
}

.modal-scrollbar-measure {

overflow: hidden;
}
/*Prepsani*/
/* .form-control {
    height: 30px;
    font-size: 14px;
} */
textarea {
    height: 8em;
    padding: 3px;
    transition: all 0.5s ease;
}

textarea:focus {
    height: 6em;
}

/*
Moje tridy
*/


.nav-link.margin-head {
  margin-right: 50px; 
}

.my-sticky {
    top:60px; 
    bottom: 5px; 
    padding-top: 15px;
}
.fs-10 {
    font-size: 10px;
}
.fs-12 {
    font-size: 12px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px;
}
.fs-18 {
    font-size: 18px;
}
.top-100 {
    top: 120px;
}
.category-header {
    font-size: 17px; 
    font-weight: bold;
    text-transform: uppercase;
}
.product-header {
    font-size: 16px; 
    font-weight: bold;
}



.quantity-input {
    width: 60px;
}  
#order-form {
margin-top: 60px;
}
.side_order_overview {
margin-top: 60px;
}
/*scroll horizontalni
ul.nav {
    white-space: nowrap;
    overflow-x: auto;
}

ul.nav li {
    display: inline-block;
    float: none;
}*/
/*StickySideBar*/

/*DOPRAVA BUTTONS*/
.btn-app {
  border-radius: 3px;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  color: #6c757d;
  font-size: 12px;
  height: 60px;
  margin: 0 0 10px 10px;
  /*min-width: 80px;*/
  width: 160px;
  padding: 15px 5px;
  position: relative;
  text-align: center;
}

.btn-app > .fa,
.btn-app > .fas,
.btn-app > .far,
.btn-app > .fab,
.btn-app > .fal,
.btn-app > .fad,
.btn-app > .svg-inline--fa,
.btn-app > .ion {
  display: block;
  font-size: 20px;
}

.btn-app > .svg-inline--fa {
  margin: 0 auto;
}

.btn-app:hover {
  background-color: #f8f9fa;
  border-color: #aaaaaa;
  color: #444;
}

.btn-app:active, .btn-app:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/*STRIPE FORM*/

.stripe.stripe-element * {
  font-size: 16px;
  font-weight: 500;
}

.stripe.stripe-element fieldset {
  margin: 0 15px 20px;
  padding: 0;
  background-color:transparent;
  border-radius: 4px;
  border: 1px solid #ced4da;
}

.stripe.stripe-element .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
}



.stripe.stripe-element label {
  width: 15%;
  min-width: 70px;
  padding: 11px 0;
  color: #c4f0ff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stripe.stripe-element input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
}

.stripe.stripe-element input:-webkit-autofill {
  -webkit-text-fill-color: #fce883;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}

.stripe.stripe-element .StripeElement--webkit-autofill {
  background: transparent !important;
}

.stripe.stripe-element .StripeElement {
  width: 100%;
  padding: 11px 15px 11px 0;
}

.stripe.stripe-element input {
  width: 100%;
  padding: 11px 15px 11px 0;
  color: #fff;
  background-color: transparent;
  -webkit-animation: 1ms void-animation-out;
}

.stripe-error-message {
  color: red;
  font-size: 12px;
}

.stripe.stripe-element input::-webkit-input-placeholder {
  color: #87bbfd;
}

.stripe.stripe-element input::-moz-placeholder {
  color: #87bbfd;
}

.stripe.stripe-element input:-ms-input-placeholder {
  color: #87bbfd;
}

.stripe.stripe-element .error svg .base {
  fill: #fff;
}

.stripe.stripe-element .error svg .glyph {
  fill: #6772e5;
}

.stripe.stripe-element .error .message {
  color: #fff;
}

.stripe.stripe-element .success .icon .border {
  stroke: #87bbfd;
}

.stripe.stripe-element .success .icon .checkmark {
  stroke: #fff;
}

.stripe.stripe-element .success .title {
  color: #fff;
}

.stripe.stripe-element .success .message {
  color: #9cdbff;
}

.stripe.stripe-element .success .reset path {
  fill: #fff;
}
.tags span{border:2px solid #540106;display:inline-block;color:white;background:#540106;-webkit-box-shadow:0 1px 1px 0 rgba(180,180,180,0.1);box-shadow:0 1px 1px 0 rgba(180,180,180,0.1);-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out;transition:all .1s ease-in-out;border-radius:8px;margin:0 3px 6px 0;padding:5px 10px}

