.extended-description .row-header-label {
  font-size: 1.2em;
}

.extended-description .detail-parameters {
  padding-bottom: 80px;
}

.extended-description .detail-parameters td {
  font-size: 1.2em;
}


.in-kontakty h1 {
  display: none;
}

.in-kontakty .content-wrapper img {
  display: none !important;
}

.o-nas-uvod {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: flex-start;
} 

.o-nas-uvod-textace {
  width: 45%;
  max-width: 900px;
  padding-left: 10%;
  padding-top: 100px;
}

.o-nas-uvod-video {
  width: 50%;
  background-image:url('../grafika/o-nas-uvod-bg.svg');
  background-repeat:no-repeat;
  background-position: bottom right;
  background-size: auto 400px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}

.o-nas-uvod iframe {
  width: 750px;
  height: 500px;
  padding-bottom: 50px;
}

.o-nas-uvod h1 {
  font-weight: 700;
  display: block;
}

.o-nas-uvod span {
  padding: 20px 10px;
  background-color: #CBA363;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  font-size: 1.4em;
}

.o-nas-uvod p {
  font-size: 1.1em;
  line-height: 1.5em;
}


.o-nas-hodnoty {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: flex-start;
  padding-top: 50px;
} 

.o-nas-hodnota {
  width: 45%;
  max-width: 700px;
  padding: 30px;
  background-color: #CBA363;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.o-nas-hodnota h2 {
  font-size: 2em;
  text-transform: uppercase;
  color: white;
  text-align: center;
  margin: 0;
}

.o-nas-hodnota p {
  font-size: 1.4em;
  color: white;
  text-align: center;
  height: 80px;
  margin: 0;
}

.o-nas-co-delame {
  width: 90%;
  margin: 0 auto;
  background-color: #EEEEEE;
  padding: 40px;
  border-radius: 40px;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  gap: 80px;
  max-width: 1600px;
  position: relative;
}

.o-nas-co-delame-fotky {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  justify-content: center;
}

.o-nas-co-delame-fotky .sloupec {
  gap: 20px;
  flex-direction: column;
  display: flex;
}

.sloupec-2 {
  padding-top: 80px;
}

.o-nas-co-delame-fotky img {
  max-width: 300px;
  margin: 0;
  border-radius: 20px;
}

.o-nas-co-delame h2  {
  font-weight: 700;
  font-size: 2.8em;
}

.o-nas-co-delame p  {  
  font-size: 1.2em;
  line-height: 1.5em;
}


.co-delame-btns-container {
  display: flex;
  gap: 100px;
  padding-top: 50px;
}

.co-delame-btns-container img {
  height: 100px;
}

.co-delame-btns-container .btns-polozka {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.co-delame-btns-container a {
  font-size: 1.4em;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 15px;
  border: 1px solid black;
  text-decoration: none;
}

.co-delame-btn-primary {
  color: white;
  background-color: #000;
}

.co-delame-circle {
  position: absolute;
  z-index: 5;
  bottom: -100px;
  right: -100px;
  width: 400px;
}

.co-delame-circle img {
  width: 100%;
}

.o-nas-videa {
  padding-top: 130px;
}

.o-nas-videa-container {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.o-nas-video iframe {
  width: 540px;
  height: 305px;
  border-radius: 30px;
}

.o-nas-videa h2 {
font-size: 2.2em;
font-weight: 600;
text-align: center;
padding-bottom: 30px;
}

.o-nas-video h3 {
font-size: 1.4em;
font-weight: 600;
line-height: 1.5em;
}

.o-nas-lidi {
  display: flex;
  justify-content: center;
  gap: 100px;
  padding-top: 140px;
}

.o-nas-lidi-kontakt {
  width: 400px;
  background-image:url('../grafika/lidi-bg.svg');
  background-repeat:no-repeat;
  background-position: top center;
  background-size: contain;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.o-nas-lidi-tym {
  width: 600px;
}

.o-nas-lidi-kontakt img {
width: 200px;
border-radius: 300px;
padding: 14px;
box-shadow: 0px 0px 30px #8E8E8E;
background-color: white;
}

.o-nas-lidi-kontakt h2 {
padding: 15px 30px;
background-color: #CBA363;
color: #fff;
font-weight: 700;
margin-top: -40px;
font-size: 1.8em;
}

.o-nas-lidi-kontakt .jmeno {
font-weight: 700;
font-size: 1.4em;
text-align: center;
margin:0;
padding-top: 20px;
}

.o-nas-lidi-kontakt .pozice {
font-weight: 400;
font-size: 1.2em;
text-align: center;
margin:0;
padding-bottom: 20px;
}

.o-nas-lidi-kontakt .kontaktni-udaje {
font-weight: 400;
font-size: 1.2em;
text-align: center;
margin:0;
display: block;
padding-bottom: 10px;
}

.o-nas-lidi-tym h3 {
  font-size: 2.5em;
}

.o-nas-lidi-tym p {
  font-size: 1.2em;
  line-height: 1.5em;
}

.o-nas-kontakt {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 150px;
  
}

.o-nas-kontakt-fotka {
  width: 50%;
  max-width: 900px;
  position: relative;
}

.o-nas-kontakt img {
  width: 100%;
  border-radius: 20px;
}

.o-nas-kontakt-kontakty {
  width: 50%;
  max-width: 800px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 150px;
}


.o-nas-kontakt-kontakty .telmail {
  display: flex;
  justify-content: center;
  gap: 80px;
  padding-bottom: 70px;
}

.o-nas-kontakt-kontakty h2 {
  font-size: 2.5em;
}

.o-nas-kontakt-kontakty .telmail a {
  padding: 10px 20px;
  background-color: #CBA363;
  color: #fff;
  font-weight: 600;
  font-size: 1.4em;
  text-decoration: none;
  border-radius: 10px;
}

.o-nas-kontakt-kontakty .fakturacni {
  padding: 30px 10%;
  border-radius: 40px;
  background-color: #EEEEEE;
  display: flex;
  justify-content: center;
  gap: 80px;
  margin: 0;
}

.o-nas-kontakt-kontakty .fakturacni h3 {
  margin: 0;
  font-size: 2em;
  padding-bottom: 20px;
}

.o-nas-kontakt-kontakty .fakturacni p {
  margin: 0;
  font-size: 1.2em;
}

.kontakt-circle {
  position: absolute;
  z-index: 5;
  bottom: -60px;
  left: -60px;
  width: 250px;
}

.in-o-nas .content-wrapper-in {
  display: none;
}


.overall-wrapper > div:first-child.site-msg.information {
    display: block !important;
  }


.custom-footer__instagram {
  display: none;
}


.footer-mapka img {
  width: 100%;
  max-width: 295px;
}
  
.custom-footer__onlinePayments .text-center {
  display: none;
}


.products-block.products .product .p .name {
  font-size: 1.8em;
}


.products-block.products .product .prices .price-final strong {
  font-size: 2.2em;
}

.products-block.products .product .prices .price-additional {
  font-size: 1.2em;
}


.products-block.products .product a.btn, .products-block.products .product button {
  border: 1px solid black !important;
  padding: 10px !important;
  border-radius: 50px !important;
  font-size: 1.2em !important;
}



.products-block.products .product a.btn::after, .products-block.products .product button::after {
  display: none !important;
}


.products-block.products .product a.btn:hover, .products-block.products .product button:hover {
  
  color: #fff !important;
  background-color: #000 !important;
}

.products-block.products .product button.btn-cart:hover

{
  color: #fff !important;
}

.box-topProducts {
  display: none;
}

.flag-exkluzivni {
  background-color: #C1AEDE !important;
}

.naMiru {
  width: 100%;
  max-width: 1200px;
  margin: 100px auto;
  background-color: white;
  padding: 40px;
  box-shadow: 0px 0px 20px #DEDEDE;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: flex-start;
}

.naMiru img {
  width: 40%;
  max-width: 350px !important;
}

.naMiru-textace {
  width: 50%;
}

.naMiru-nadpis {
  font-size: 2.2em;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.naMiru-podnadpis {
  font-size: 1.4em;
  margin: 0;
  padding: 10px 0 50px 0;
  font-weight:400;
}



.naMiru-btn {
  font-size: 1.4em;
  border: 1px solid #000;
  border-radius: 15px;
  padding: 10px 20px;
  margin: 0;
  color: #fff;
  background-color: #000;
  text-decoration: none !important;
}


.header-custom {
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.header-custom .box-vlevo {
  width: 65%;
  height: 600px;
  position: relative;

}

.header-custom .box-vpravo {
  width: 30%;
  height: 600px;
  position: relative;
}

.header-custom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.header-custom .box-vlevo p {
  top: 0px;
  left: 0px;
  z-index: 5;
  position: absolute;
  color: #fff;
  font-size: 3em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2em;
  background-image:url('../grafika/bg-text-1.png');
  background-repeat:no-repeat;
  background-position: center top;
  background-size: contain;
  padding: 50px 100px 100px 50px;

}

.header-custom .box-vlevo p span {
  color: #CBA363;
}

.header-custom .box-vlevo a {
  padding: 20px;
  color: #fff;
  border: 1px solid #fff;
  bottom: 50px;
  right: 50px;
  z-index: 5;
  position: absolute;
  font-size: 1.6em;
  font-weight: 600;
  text-decoration: none;

}

.header-custom .box-vpravo p {
  top: 0px;
  right: 0px;
  z-index: 5;
  position: absolute;
  color: #fff;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2em;
  background-color: #CBA363;
  padding: 20px;
  margin: 0;

}


.header-custom .box-vpravo a {
  padding: 20px;
  color: #fff;
  border: 1px solid #fff;
  bottom: 50px;
  left: 50px;
  z-index: 5;
  position: absolute;
  font-size: 1.6em;
  font-weight: 600;
  text-decoration: none;

}

.before-carousel {
  display: none;
}

.menu-item-769 a b {
font-weight: 700 !important;
}

.product-top h1 {
 order: -10;
 -ms-flex-order: -10;
 margin: 0;
 padding-bottom: 0 !important;
 background-color: none;
}

.product-top {
  padding-top: 50px;
}

.p-detail div.col-xs-12.p-info-wrapper, .p-detail div.p-info-wrapper {
  padding: 0px 64px 64px !important;
}

.p-detail .p-code {
  -ms-flex-order: -9;
  order: -9;
  margin: 0 0 20px 0;
}


.p-detail .price-line {
  -ms-flex-order: -6;
  order: -6;
}

.product-top .p-detail-info {

  -ms-flex-order: -7;
  order: -7;


}

.p-detail div.col-xs-12.p-info-wrapper .stars-wrapper, .p-detail div.p-info-wrapper .stars-wrapper {
  -ms-flex-order: -8;
  order: -8;
}


.product-top .social-buttons-wrapper {
  display: none;
}

.product-top .p-detail-info .empty {
  background-color: #FAFAFA;
  padding: 20px;
}

.one-column-body.type-detail h1::before, .one-column-body.type-page h1::before {
  background: none !important;
}

.homepage-products-heading-2 {
  position: relative;
}

.homepage-products-heading-12 {
  position: relative !important;
}

.kolekce-btn {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 5;
  padding: 10px;
  border: 1px solid black;
  border-radius: 10px;
  font-size: 1.2em;
  font-weight: 600;
  text-decoration: none;
  display: none;

}

.welcome-wrapper {
display: none;
}

.homepage-box {
  display: none;
}

.hp-ratings.container .ratings-list .votes-wrap .vote-wrap {
  background: #CBA363;
  border-radius: 10px !important;

}

.hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-header .vote-name {
  font-size: 1.6em;
  color: #fff;
  font-weight: 600;
}

.hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-header .stars .star::before {
  margin-top: 5px;
  font-size: 11px;
  color: #fff !important;
}

.hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-content {
  color: #fff !important;
  font-size: 1.2em;
  font-weight: 500;
}

.menu-item-786 {
display: none !important;
}


.shp-tabs-row {
  display: none;
}

.cart-summary {display: none}


@media only screen and (max-width: 1800px) {

.header-custom .box-vlevo {
  width: 61%;
  height: 500px;
  position: relative;

}

.header-custom .box-vpravo {
  width: 35%;
  height: 500px;
  position: relative;
}

.o-nas-hodnota p {
  font-size: 1.2em;
}

.o-nas-hodnota {
  max-width: 500px;
}

.o-nas-uvod iframe {
  width: 600px;
  height: 400px;
  padding-bottom: 20px;
}

.o-nas-uvod-textace {
  padding-top: 60px;
}

.o-nas-co-delame-fotky img {
  max-width: 270px;
}

.co-delame-circle {
  position: absolute;
  z-index: 5;
  bottom: -100px;
  right: -130px;
  width: 250px;
}


.o-nas-video iframe {
  width: 400px;
  height: 220px;
  border-radius: 30px;
}

.o-nas-video h3 {
  max-width: 400px;
}

.o-nas-kontakt-kontakty {
  padding-right: 5%;
}

}




@media only screen and (max-width: 1500px) {


.naMiru-nadpis {
  font-size: 1.9em;
}

.naMiru-podnadpis {
  font-size: 1.4em;
  margin: 0;
  padding: 10px 0 50px 0;
  font-weight:400;
}



.naMiru-btn {
  font-size: 1.4em;
}

.header-custom .box-vpravo p {
  font-size: 1.8em;

}

.header-custom .box-vlevo p {
  top: 0px;
  left: 0px;
  z-index: 5;
  position: absolute;
  color: #fff;
  font-size: 2.6em;

}

.header-custom .box-vpravo a {
  padding: 12px;
  font-size: 1.4em;

}

.header-custom .box-vlevo a {
  padding: 12px;
  font-size: 1.4em;

}

.header-custom .box-vlevo {
  height: 400px;
  position: relative;

}

.header-custom .box-vpravo {
  height: 400px;
  position: relative;
}



}


@media only screen and (max-width: 1400px) {

.o-nas-uvod-textace {
  padding-left: 5%;
}


.o-nas-uvod iframe {
  width: 480px;
  height: 300px;
  padding-bottom: 20px;
}

.o-nas-uvod-video {
  width: 50%;
  background-image: url('../grafika/o-nas-uvod-bg.svg');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto 300px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}

.o-nas-hodnota {
  padding: 20px;
}

.o-nas-hodnota img {
  height: 50px;
}

 .o-nas-co-delame-fotky img {
    max-width: 180px;
  }

  .co-delame-circle {
    display: none;
  }

  .co-delame-btns-container {
  gap: 40px;
  padding-top: 40px;
}

.o-nas-videa-container {
  flex-wrap: wrap;
  padding-left: 5%;
  padding-right: 5%;
}

.o-nas-lidi {
  padding-left: 5%;
  padding-right: 5%;
}

.o-nas-kontakt-fotka {
  width: 40%;
}

.o-nas-kontakt-kontakty {
  width: 60%;
}

.kontakt-circle {
  position: absolute;
  z-index: 5;
  bottom: -60px;
  left: -60px;
  width: 150px;
}

}




@media only screen and (max-width: 1200px) {

  .header-custom {
  flex-wrap: wrap;
  }


  .header-custom .box-vlevo {
    width: 90%;
  height: 400px;

}

.header-custom .box-vpravo {
    width: 90%;
  height: 300px;
  display: none;

}

.header-custom .box-vlevo p br {
  display: none;

}

.header-custom .box-vlevo p {
  width: 500px;
  font-size: 2em;
  margin: 0;
  padding: 30px 30px 60px 30px;

}

.o-nas-kontakt-fotka {
    display: none;
  }

   .o-nas-lidi {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

.o-nas-lidi-tym p {
  text-align: center;
}

.o-nas-lidi-tym h3 {
  text-align: center;
}

 .o-nas-kontakt-kontakty {
    padding-right: 0;
  }

  .o-nas-kontakt {
  padding-top: 90px;
}


}



@media only screen and (max-width: 1100px) {

  .o-nas-uvod {
  flex-direction: column;
  align-items: center;
}

.o-nas-uvod-textace {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-left: 10%;
  padding-right: 10%;
}

  .o-nas-uvod-video {
    width: 100%;
    background-image: url('../grafika/o-nas-uvod-bg.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0;
    display: flex;
    justify-content: center;
  }

   .o-nas-uvod iframe {
    width: 480px;
    height: 300px;
    padding-bottom: 20px;
  }

  .o-nas-hodnoty {
  flex-direction: column;
  align-items: center;
}

.o-nas-hodnota {
  width: 90%;
  max-width: 500px;
  
}

.o-nas-hodnota p {
    height: auto;
    padding-bottom: 20px;
}

.o-nas-co-delame {
  flex-direction: column;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.o-nas-co-delame-fotky img {
    max-width: 240px;
  }

  .co-delame-btns-container {
    gap: 40px;
    padding-top: 40px;
    justify-content: center;
  }

  footer .custom-footer {
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

  footer .custom-footer > div {
    width: 250px !important;
    padding-bottom: 15px !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    border-bottom: 1px solid hsla(0,0%,100%,.1);
  }

  }


@media only screen and (max-width: 767px) {

  .header-custom .box-vlevo {
    margin-top: 50px;
}

 .o-nas-uvod iframe {
    width: 90%;
    height: 300px;
    padding-bottom: 20px;
  }

  .o-nas-co-delame-fotky {
  display: none;
}

.o-nas-co-delame h2 {
  margin: 0;
}

.o-nas-lidi-tym {
  width: 90%;
  max-width: 550px;
}

   .o-nas-video iframe {
    width: 400px;
    max-width: 500px;
    height: 250px;
    border-radius: 30px;
  }

   .o-nas-video h3 {
    max-width: 350px;
  }

  .o-nas-kontakt-kontakty .telmail {
 flex-direction: column;
 align-items: center;
 gap: 20px;
}

.o-nas-kontakt-kontakty .fakturacni {
flex-direction: column;
}

.o-nas-kontakt-kontakty {
    width: 90%;
  }

}

@media only screen and (max-width: 500px) {

.header-custom .box-vlevo p {
  width: 90%;

}

 .o-nas-video iframe {
    width: 280px;
    max-width: 500px;
    height: 190px;
    border-radius: 30px;
  }

   .o-nas-video h3 {
    max-width: 240px;
  }

  .o-nas-co-delame h2 {
  font-weight: 700;
  font-size: 2.3em;
  line-height: 1.4em;
}

 .co-delame-btns-container {
    flex-direction: column;
  }

}