.dn, .social-buttons-wrapper{display: none;}

html{
  scroll-behavior: smooth;
}

body{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  color: #6c6d74;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  max-width: 100%;
  overflow-x: hidden;

}


p{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  color: #6c6d74;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

#header .site-name {
  margin-right: 30px;
}

/* obarvení patičky */

#footer {
  background-color: #303033;
  border-top-color: #303033;
  color: white;
}

#footer ul li::before {
  border-color: white;
}

#footer .footer-newsletter, #footer .footer-rows, #footer .footer-bottom {
  border-color: #41414a;
}

#footer a, #footer h4, #footer h3, #footer h2, #footer h5{
  color: white;
}

/* obarvení bannerů na titulce */

.banner-titulka{
  background: white;
  width: 330px;
}

.banner-titulka a{
  display: block;
  padding: 15px;
  border: 3px solid #f5f5f5;
}

.banner-titulka a:hover, .banner-titulka a:active,.banner-titulka a:focus{
  border: 3px solid black;
}

.banner-titulka img{
  max-width: 75px;
  float: left;
  margin-right: 25px;
  max-height: 75px;
}

.banner-titulka strong{
  font-size: 20px;
  float: left;
  margin-top: 10px;
  font-family: 'Montserrat';
  font-weight: 600;
}



@media (min-width: 480px){
  #header .site-name a img {
    max-height: 70px;
  }
}

@media (min-width: 992px){

  .next-to-carousel-banners {
    margin-top: 10px;
  }

  .navigation-in>ul>li>a {
    background-color: white;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
  }
  .navigation-in>ul>li>a b{
    font-weight: 400;
  }
}

@media (min-width: 992px){

  .container.navigation-wrapper .site-name {
    flex-basis: 250px;
  }



  #header{
    background: white;
  }

  .navigation-in>ul>li>a {
    background-color: white;
    color: #000;
  }

  .menu-helper>span {
    background-color: white;
    color: #000;
  }

  .navigation-in {
    background-color: white;
  }

  .navigation-buttons a[data-target="login"], .navigation-buttons a[data-target="search"]{
    color: black;
    background-color: #fff;
  }

  .navigation-buttons a[data-target="cart"] {
    color: black;
    background-color: transparent;
  }

  .navigation-buttons > a[data-target="cart"] i {
    color: white;
    background-color: black;
  }

  .navigation-buttons a[data-target="cart"]:hover {
    color: #fff;
    background-color: black;
  }

  .navigation-buttons a[data-target="cart"]:hover i{
    color: #f06422;
    background-color: white;
  }

  .navigation-in>ul>li.exp>a, .navigation-in>ul>li>a:hover {
    background-color: black;
    color: #fff;
  }
}
@media (max-width: 991px){
  #header{
    border-color: black;
    color: black;
    background-color: #ffffff;
    background-image: none;
  }
  .navigation-buttons {
    border-right-color: rgba(0, 0, 0, 0.3);
  }

  .navigation-buttons>a {
    border-left-color: rgba(0, 0, 0, 0.1);
  }
  .navigation-buttons a[data-target="search"]{
    color: black;
    background-color: white;
  }
  .navigation-buttons a[data-target="login"] {
    color: black;
    background-color: white;
  }
  .navigation-buttons a[data-target="cart"] {
    color: #fff;
    background-color: #c5c5c5;
  }
}

/* styly pro obsah produktu, aby byly hezke, jako origo web */

.alignC{text-align: center;}

.titleH, H1{
  font-size: 20px;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #2d2e33;
}

.smallText, .p-short-description{
  color: #6c6d74;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}


.shp-tabs-row{
  display: none;
}

.fainList{
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin-top: 30px;
  -webkit-text-size-adjust: 100%;
  color: #6c6d74;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;

}

.fainList li{
  font-size: 20px;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.fainList li:nth-child(n+2){
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e7;
}

.fainList.whiteList li{
  font-size: 20px;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
}

.fainList.whiteList li:nth-child(n+2){
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #4c4c52;
}



.productBeforeAfterSection {
  background: #303033;
  color: white;
  padding: 30px 0;
  font-size: 20px;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.productApplicationSection{
  background: #f7f7f7;
  color: #6c6d74;
  padding: 30px 0;
  font-size: 20px;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.applicationBlockList{
  list-style-type: none;
  padding: 0;
}

.applicationBlockList li{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #6c6d74;
  text-align: center;
  text-transform: lowercase;
  letter-spacing: normal;
}

.applicationBlockList li:nth-child(n+2){
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e7;
}

.pinkText{
  color: #e44e56;
}

.whiteText{color: white;}


blockquote {
  margin: 0 0 20px 0;
  font-size: 20px;
  line-height: 1.5;
  font-style: italic;
  color: #2d2e33;
}

.block-text-primary{
  background: #303033;
  padding: 20px 40px;
  color: white;
  text-align: center;
  display: table;
  margin: auto;
  font-size: 20px;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.m0{margin: 0 !important;}
.mt0{margin-top: 0 !important;}
.mb0{margin-bottom: 0 !important;}

.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mt50{margin-top: 50px !important;}
.mt60{margin-top: 60px !important;}
.mt70{margin-top: 70px !important;}
.mt80{margin-top: 80px !important;}
.mt90{margin-top: 90px !important;}
.mt100{margin-top: 100px !important;}

.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.mb90{margin-bottom: 90px !important;}
.mb100{margin-bottom: 100px !important;}


.brl{border-left: 1px solid #e5e5e7;}
.brr{border-right: 1px solid #e5e5e7;}

.brt{border-top: 1px solid #e5e5e7;}
.brb{border-bottom: 1px solid #e5e5e7;}

.brrDark{border-color: #515156;}

.brOdsazeni{margin: 10px 0; padding:20px 0px;}

.stretchThatBlock{
  padding-left: 1000px;
  margin-left: -1000px !important;
  padding-right: 1000px;
  margin-right: -1000px !important;
}

h1,h2,h3,h4{
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1,.bigText{
  font-size: 35px;
}

.biggerText{font-size: 43px;}

.boxShadowImg {
  box-shadow: 0 14px 25px rgba(0,0,0,.16);
}

.productBeforeAfterSection .btn.btn-primary, .productBeforeAfterSection a.btn.btn-primary {
  color: #b8b8bf;
  border-color: #4b4b52;
  background-color: #4b4b52;
}

.darkSection{
  background: #242427;
}

.normalUppercase{
  text-transform: none;
}

.navigation-buttons .dropdown>button{
  color: black !important;
}


@media (min-width: 768px){
  .products-block > div .p .name {
    height: 95px;
  }
}