.fixed a {
  transition: all 0.3s ease;
}
.fixed.scrolled a {
  transform: translate(190px, 0px);
}
.fixed a:hover,
.fixed a:focus {
  transform: translate(0, 0);
}
.header .mobile-header .hamburger {
  padding: 0 0 !important;
  font-size: 20px;
  color: white;
  font-weight: 600;
}
.header .mobile-header .hamburger svg {
  position: relative;
  top: -2px;
  margin-right: 4px;
}
.page-header.blue {
  background: #40b3c4 url(../img/page-header-blue.png?v=1) no-repeat center
    right 25%;
}
.page-header.dark-blue {
  background: #003459 url(../img/page-header-darkblue.png?v=1) no-repeat center
    right 25%;
}
.page-header.green {
  background: #849c29 url(../img/page-header-green.png?v=1) no-repeat center
    right 25%;
}
.page-header.orange {
  background: #e75c2c url(../img/page-header-orange.png) no-repeat center right
    25%;
}

.header.padding-top {
  padding-top: 100.5px;
}
.header_nav.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media (max-width: 450px) {
  .header.padding-top {
    padding-top: 82.5px;
  }
}
@media (max-width: 400px) {
  .header .mobile-header {
    padding: 0 10px;
  }

  .header .mobile-header .hamburger svg {
    width: 27px;
    height: 27px;
  }
}

@media (max-width: 340px) {
  .header .mobile-header .hamburger {
    font-size: 17px;
  }
}

#cc_div #cm-ov {
  /* opacity: .3 !important;
  visibility: visible !important;
  display: block; */
}
#cc_div #cm::before {
  /* display: block;
  content: " ";
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.2);
  z-index: 1000;
  width: 100%;
  height: 100%; */
}

.contact-box {
  max-width: 100%;
}

.poskozeni.yellow .mark {
  background: #fcbe23;
}
.poskozeni.yellow .text {
  color: #fcbe23;
}

.poskozeni.orange .mark {
  background: #e75c2c;
}
.poskozeni.orange .text {
  color: #e75c2c;
}

.page-header .content h1.lhsmaller {
  line-height: 120%;
}
.advantages .advantage p {
  max-width: 150px;
}

.cart-steps {
  display: inline-flex;
  border: 1px solid #f0d700;

  flex-direction: row;
  justify-content: center;
  max-width: 100%;
  margin: 33px 0 62px 0;
}
.cart-steps a {
  font-size: 16px;
  color: #b5b5b5;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0px 45px;
  height: 67px;
  display: flex;
  align-items: center;
  line-height: 130%;
}
.cart-steps a.active {
  background: #f0d700;
  color: #000000;
}

.alert-poptavka {
  margin-bottom: 45px;
}
.alert-poptavka p {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
}
.alert-poptavka p span {
  display: inline-block;
  background: #f0d700;
  padding: 0 6px;
}

.termin-akce {
  border: 2px solid #f0d700;
  padding: 30px;
}

.termin-akce h2 {
  font-size: 25px;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  font-weight: 800;
}

.termin-akce .forms {
  display: flex;
  justify-content: center;
  align-items: center;
}
.termin-akce .forms .form-group {
  position: relative;
}
.termin-akce .forms .line {
  width: 32px;
  height: 2px;
  background: #f0d700;
  margin: 0 16px;
}
.termin-akce .forms .form-group svg {
  position: absolute;
  right: 13px;
  top: 11px;
  pointer-events: none;
  display: none;
}
.termin-akce .forms input {
  border: 2px solid #f0d700;
  border-radius: 0px;
  height: 50px;
  width: 185px;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  /* filter: invert(1); */
}

.kosik-obsah {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.kosik-obsah h2 {
  font-size: 25px;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  font-weight: 800;
}

.alert p {
  margin-bottom: 0;
}

.kosik-item {
  width: 100%;
  background: white;
  box-shadow: 0px 0px 6px #00000029;
  margin-bottom: 11px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.kosik-item .image {
}
.kosik-item .nazev a {
  color: #818181;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  width: 233px;
  max-width: 100%;
  text-align: left;
  line-height: 130%;
}
.kosik-item .kusy {
}
.kosik-item .kusy .count-group {
  width: 182px;
}
.kosik-item .kusy .count-group input {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}
.kosik-item .cena {
  width: 110px;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}
.kosik-item .kosik {
}
.kosik-item .kosik button {
  border: 0;
  background: none;
}

.kosik_souhrn {
  margin-top: 30px;
  width: 100%;
  text-align: right;
}
.kosik_souhrn .celkem {
  display: inline-flex;
  background: #f7f7f7;
  width: 385px;
  justify-content: space-between;
  padding: 7px 15px;
  text-transform: uppercase;
  margin-right: 154px;
}
.kosik_souhrn .celkem p {
  font-size: 18px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 0;
}

.kosik_souhrn p.info {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 130%;
  display: inline-block;
  margin-top: 20px;
  margin-right: 167px;
}

.kosik-navigace {
  margin: 20px 0 60px 0;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}

.btn.btn-prev {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  padding: 12px 80px;
  background: white;
  border: 2px solid #f0d702;
}
.btn.btn-prev svg {
  fill: #f0d702;
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
  margin-right: 9px;
}
.btn.btn-prev:hover svg,
.btn.btn-prev:focus svg {
  fill: black;
}
.btn.btn-next {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  padding: 12px 80px;
}
.btn.btn-next svg {
  fill: black;
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
  margin-left: 5px;
}

.page-header.smaller {
  padding: 37px 0;
}

.page-header.smaller .content h1 {
  font-size: 45px;
}

.header .header_nav .header__menu li a.cart {
  margin-left: 26px;
  padding: 0;
  display: inline-block;
}
.header .header_nav .header__menu li a.cart svg {
  width: 25px;
  height: 25px;
}

.objednavka-udaje {
  border: 2px solid #f0d702;
  padding: 38px 114px;
}

.objednavka-udaje h2 {
  margin: 0 0 30px 0;
}
.objednavka-udaje h3 {
  font-size: 16px;
  margin: 0 0 15px 0;
}

.objednavka-udaje input.form-control {
  border: 2px solid #f0d702;
  border-radius: 0;
  height: 50px;
}

.objednavka-udaje textarea.form-control {
  border: 2px solid #f0d702;
  border-radius: 0;
}

.objednavka-udaje select.form-control {
  border: 2px solid #f0d702;
  border-radius: 0;
}

.soucet {
}
.soucet p {
  line-height: 160%;
}
.soucet p strong {
  font-weight: 800;
}
.soucet p small {
  font-size: 16px;
  color: #b5b5b5;
}

.overflow {
  overflow-x: hidden;
}

.popis-produktu p strong {
  font-weight: 700;
}

@media (max-width: 992px) {
  .objednavka-udaje {
    padding: 30px;
  }
  .kosik_souhrn .celkem {
    max-width: 100%;
    margin: 0;
  }
  .kosik_souhrn p.info {
    margin-right: 0;
    text-align: center;
  }
  .kosik_souhrn {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cart-steps {
    flex-direction: column;
    align-items: stretch;
  }
  .cart-steps a {
    justify-content: center;
  }
  .termin-akce .forms {
    flex-direction: column;
  }
  .termin-akce .forms .line {
    margin: 15px 0;
  }
  .kosik-item {
    flex-direction: column;
    padding: 15px;
  }
  .kosik-item .nazev a {
    width: auto;
    display: block;
    margin: 10px 0 15px 0;
  }
  .kosik-item .cena {
    margin: 10px 0;
    text-align: center;
  }
  .kosik-navigace {
    flex-direction: column;
  }
  .kosik-navigace a {
    margin: 10px 0;
  }
  .kosik_souhrn .celkem {
    flex-direction: column;
    align-items: center;
  }
}

.page-content strong {
  font-weight: 700;
}

.page-content em {
  font-style: italic;
}

.page-content em strong {
  font-weight: 700;
}

.popis-produktu {
  text-align: left;
}

.popis-produktu h2 {
}
.popis-produktu h3 {
  font-size: 20px;
  margin: 0 0 25px 0;
}
.popis-produktu h4 {
  font-size: 17px;
  margin: 0 0 25px 0;
}

.slider {
  background: white;
}
.advantages .advantage p {
  color: black;
}

.slider .slider-content h1,
.slider .slider-content p {
  color: black;
}

.product-list .product .cena.red strong,
.product-detail p.cena strong.red {
  color: #ff0000;
  text-transform: uppercase;
}

.product-list .product .cena.green strong,
.product-detail p.cena strong.green {
  color: #0ad000;
  text-transform: uppercase;
}

.product-list .product a.link {
  padding-bottom: 15px;
}

.product-list .product .poskozeni {
  position: absolute;
  z-index: 8;
  left: 0;
  top: 0;
}
.product-list .product .poskozeni .mark {
  text-transform: uppercase;
}

.potrebujete-poradit .box a.phone.longer {
  font-size: 21px;
  width: 370px;
  line-height: 26px;
}

.potrebujete-poradit .box.center {
  align-items: center;
}
.potrebujete-poradit .box.center p {
  display: inline-block;
  width: 368px;
  max-width: 100%;
  text-align: left;
}

.potrebujete-poradit .box h2{
  margin-bottom: 30px;
}

.objednavka-udaje input.form-control{
  letter-spacing: 1px;
}

#popupModal .modal-content{
  background: #fbc200 url(../img/page-header-yellow.png) no-repeat top left 1%;
  background-size: 150px;
}

@media (max-width: 768px) {
  .page-content p:not(.cena), .page-header .content p, .slider .slider-content p {
    text-align: justify;
  }
}
@media (max-width: 480px) {
  .potrebujete-poradit .box a.phone.longer {
    font-size: 16px;
    width: 100%;
    line-height: 26px;
  }
}
@media (max-width: 450px) {
  .page-header .content p {
    font-size: 18px;

  }
}

@media (max-width: 380px) {
  .potrebujete-poradit .box a.phone span {
    width: 40px;
    height: 40px;
  }
  .potrebujete-poradit .box a.phone span svg {
    width: 25px;
    height: 25px;
  }
  .potrebujete-poradit .box a.phone.longer {
    padding-left: 0;
  }
  .potrebujete-poradit .box a.phone.longer span {
    display: none;
  }
}


.shop-categories .category img{
  height: 50px;
}

a.more-images{
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 80px;
  margin-top: 20px;
}
a.more-images img{
  opacity: 0;
}

.shop-categories .category{
  text-transform: inherit;
}