.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: #00a04a url(../img/phgreen2.png) no-repeat center right 25%;
}
.page-header.orange {
  background: #e75c2c url(../img/page-header-orange.png) no-repeat center right
    25%;
}

.page-header .content h1{
  text-transform: initial;
}

.page-header .content h1 small {
  font-weight: 700;
}

.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: 210px;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-align: right;
}
.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 {
  display: block;
  text-align: left;
}

.header .header_nav .header__menu li {
  display: inline-block;
}
.header .header_nav .header__menu li.phone-item {
  float: right;
  margin: -6px 0 0 0;
}
.header .header_nav .header__menu li.cart-item {
  float: right;
  margin: -3px 0 0 0;
}

.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;
}

.slider .slider-content h1 {
  font-size: 60px;
}
@media (max-width: 992px) {
  .slider .slider-content h1 {
    font-size: 35px;
  }
}

.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 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 30px 0 10px 0;
  flex-wrap: wrap;
  align-items: center;
}

.shop-categories .category {
  width: 290px;
  max-width: 100%;
  border-radius: 20px;
  margin: 8px 0.5%;
  overflow: hidden;
  color: white;
  font-size: 30px;
  text-transform: inherit;
  height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 32px;
}
.shop-categories .category img {
  margin-right: 0;
  height: 94px;
  margin-bottom: 40px;
}
.shop-categories .category.red {
  background: #e73647;
}
.shop-categories .category.yellow {
  background: #fdc605;
}
.shop-categories .category.pink {
  background: #e50e7e;
}

.shop-categories .category.blue {
  background: #43bccc;
}
.shop-categories .category.orange {
  background: #ec662b;
}
.shop-categories .category.green {
  background: #8ea725;
}

.shop-categories .category:hover,
.shop-categories .category:focus,
.shop-categories .category.active {
  color: white;
}

.shop-categories .category::after {
  background: #222;
  opacity: 0.5;
}

.shop-categories.smaller .category {
  height: 72px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  line-height: 25px;
}
.shop-categories.smaller .category img {
  margin: 0 20px 0 0;
  height: 60px;
}

@media (max-width: 900px) {
  .shop-categories .category {
    width: 48%;
  }
}
@media (max-width: 575px) {
  .shop-categories .category {
    width: 98%;
  }
}

.slider-categories .category span.bigger-text {
  font-size: 24px;
  color: #fff;
  font-weight: 800;
  line-height: 140%;
  display: block;
  margin-top: 50px;
}

.advantages .advantage p strong {
  text-transform: inherit;
  font-weight: 700;
}
.advantages.hp {
  margin-top: 40px;
}
.advantages .advantage h2 {
  font-size: 40px;
  font-weight: 700;
}

.advantages .advantage h2.blue {
  color: #43bccc;
}
.advantages .advantage h2.orange {
  color: #fdc605;
}
.advantages .advantage h2.green {
  color: #e9e000;
}
.advantages .advantage h2.red {
  color: #e50e7e;
}

.slider-categories .category.blue {
  background: #43bccc;
}
.slider-categories .category.pink {
  background: #e50e7e;
}
.slider-categories .category.violet {
  background: #9d427f;
}
.slider-categories .category.violet:hover,
.slider-categories .category.violet:focus
 {
  background: #8a386f;
}
.slider-categories .category.orange {
  background: #fbc518;
}
.slider-categories .category.orange:hover,
.slider-categories .category.orange:focus {
  background: #dbac11;
}

.slider-categories .category {
  width: 33.3333%;
}
@media (max-width: 768px) {
  .slider-categories .category {
    width: 100%;
  }
}

.header .header_nav .header__menu li:not(.phone-item) a{
  font-size: 23px;
}
.header .header_nav .header__menu{
  text-align: center;
}

.header .header_nav .header__menu.flex{
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
}

.page-header.detail-produkt .content h1{
  margin: 40px 0 20px 0;
}

.shop-categories .category.green.manual-padd img{

}

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;
}