/* Obecné*/
body h1, h2, h3, h4, h5, h6, .benefitBanner__title {
  font-family: 'Mulish', sans-serif !important;
}
/*Header*/
#header .pr-list-shortDescription
{
  line-height: 1.5
}
.large-block-grid-2>li, .button.button-success
{
  max-width: 250px !important;
}
#logo img {
  max-height: 60px;
}
#header .row {
  max-width: 100%;
}
.type-index #header .header-product {
  padding: 8vh 0px;
  margin: auto;
}

@media only screen and (min-width: 1300px) {
.type-index #header .header-product {
  width: 1200px;
}}	

@media only screen and (max-width: 1300px) {
  .type-index #header .header-product {
    padding: 5vh 40px;
    margin: auto;
    width: 100%;
}}

.type-index #header .header-product .pr-list-shortDescription {
  max-width: 50%;
}
.type-index #header .header-product .pr-list-main-price {
  display: none
}
.header-in-wrap ul li:nth-child(2) {
  display: none;
}
.header-cart-wrap .header-label {
  background-color: transparent
}
.header-label:hover {
  box-shadow: none;
}
.navigation > li:hover a {
  color: #fff;
  text-decoration: underline;
}
@media only screen and (min-width: 40em) {
  .type-index .header-background {
    background-image: linear-gradient(180deg, #0C0C0C, rgba(0, 0, 0, 0.5)), url('https://580827.myshoptet.com/user/documents/upload/main-v2.jpg');
    height: auto;
    background-position: center;
    background-size: cover;
  }
}
/* Přidané hodnoty*/
.type-index div#main-in-in {
  background-color: #0C0C0C;
  padding: 30px 0px;
}
.benefitBanner__item {
  padding: 10px;
  color: #fff;
  margin-bottom: 0px;
}
.benefitBanner__data {
  font-size: 0.9375rem;
  letter-spacing: 0.1px;
  line-height: 1.5;
}
.type-index #header .header-in-wrap {
  padding: 20px 40px;
  background-color: transparent;
  width: 100%;
}
.benefitBanner__img {
  filter: invert(1);
}
@media only screen and (max-width: 40em) {
  .type-index #header .header-in-wrap {
    padding: 20px 20px;
  }
}
.additional-banners {
  background-color: #0C0C0C;
}
.additional-banners [class*="block-grid-"] {
  display: flex;
  padding: 0;
  margin: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
}
.additional-banners h3 {
  padding-top: 20px;
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
}
.additional-banners p {
  color: #fff;
  margin-bottom: 0px;
}
/*galerie*/
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto;
	    padding-left: 20px;
    padding-right: 20px;
}
.gallery .row {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
}
.gallery .row a {
  flex-basis: calc(20% - 2%); 
  max-width: calc(20% - 2%); 
  margin-right: 2%;
  transition: all 0.5s ease;
}
.gallery .row a:hover {
   transform: scale(1.05);
}
.gallery .row img:last-child {
  margin-right: 0;
}

.lb-details
{
  display: none;
}
.bg-white
{
  background-color: white;
}
.logo-gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto;
    border-top: 2px solid;
	    padding-left: 20px;
    padding-right: 20px;
}
.logo-gallery h2, .gallery h2
  {
    margin-bottom: 50px;
  }
.logo-gallery .row {
  display: flex;
  width: 100%;
  justify-content: center;    
}

.logo-gallery .row img:last-child {
  margin-right: 0;
}
.logo-gallery .row img {
  filter: grayscale(100%);
   transition: all 0.5s ease;
}
.logo-gallery .row img:hover {
  filter: grayscale(0%);
   transition: all 0.5s ease;
}


/* HP section */
.main-product-variants {
    display: none;
}
.welcome-wrap
{
  background-color: white;
}
.welcome-wrap h1 {
  display: none
}
.welcome-wrap .welcome {
  max-width: none;
}
.welcome-wrap .welcome .columns {
  float: none;
  padding-left: 0px;
  padding-right: 0px;
}
.welcome-wrap .welcome .columns .welcome-descr {
  display: block;
  list-style: none;
  vertical-align: middle;
}
.welcome-descr {
  padding-bottom: 0rem;
}
.welcome-descr p:first-of-type {
  font-size: 0.9375rem;
  letter-spacing: 0.1px;
  line-height: 1.5;
}
.text-section {
  width: 50%;
  vertical-align: middle;
  padding-bottom: 24px;
}
.text-section h2, .text-section h3, .text-section h4, .text-section h5 {
  color: #fff;
  line-height: 1.5
}
.titul-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 50px;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 100px;
  padding-top: 100px;
	    padding-left: 20px;
    padding-right: 20px;
}
.img-section {
  width: 50%;
}
.img-section p {
  height: 100%;
}
.img-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.black-bg
{
  background-color: black;
}

/* HP-Produkt */
#main-product .pr-list-shortDescription {
  display: none;
}
.magnifier {
  display: none
}
.pr-list-parameter {
  display: none;
}
.pr-list-pcs-wrap {
  display: none
}
.button.button-success {
  color: #fff;
  background: #0C0C0C;
  border-color: #0C0C0C;
  padding: 20px;
  width: 100%;
  font-size: 15px;
}
#main-product .pr-list-horizontal-price {
  display: none;
}
#main-product .pr-list-cart-wrap {
    padding-top: 10px;
    max-width: 250px;
}
#main-product .list-inline.pr-list-cart-wrap > li {
  width: 100%;
}
#wrap {
    margin-top: -25px;
}

#main-product
{
  padding-top: 2rem;
}
/* varianty */
.param-filter-single-cell-preview {
  padding: 0px 20px;
  background-color: #000;
  border: 2px solid #000;
}
.icon-bullet-before img {
  filter: invert(1);
}
.param-filter-single-cell .icon-bullet-before::before {
  display: none;
}
.param-filter-single-cell-preview.icon-bullet-before {
  background-color: #fff;
}
@media only screen and (min-width: 64.063em) {
  .large-2 {
    width: 33.33%;
  }
}
/* Varianty dole */
.main-product-variants .pr-list-variant-name{
	display: none
}
/* CTA section */
.w_cta-wrap-in {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 70px;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 0px;
	    padding-left: 20px;
    padding-right: 20px;
}
.w_cta-wrap {
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 0px;
  background-color: #fff;
  padding: 70px 0px;
}
.w_cta-text {
  width: 70%;
  font-size: 30px;
  font-family: 'PT Serif', sans-serif;
  color: #000;
  font-weight: 400;
}
.w_cta-button-wrap .button.button-success {
  color: #fff;
  background: #0C0C0C;
  padding: 20px;
  width: 100%;
  font-size: 15px;
}
/* Footer */
#footer {
  background-color: #000;
}
.footer-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #0C0C0C;
}
.footer-wrap > .row > .columns > ul {
  display: flex;
  align-items: center;
}
.footer-wrap h3.topic {
  display: none;
}
.footer-wrap ul.no-bullet {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
li.footer-row-element.custom-footer__articles {
  width: 80%;
}
.footer-wrap > .row > .columns > ul .panel-element {
  font-size: 0.9375rem;
  letter-spacing: 0.1px;
  margin-bottom: 0;
  text-align: center;
}
.footer-row-element img {
  max-height: 60px;
}
.custom-footer__articles a {
  color: #fff;
}
#footer .copyright, #signature a {
  color: #666;
  filter: grayscale(1);
}

/*kontakt*/
.in-kontakty .header-background {
    padding-bottom: 2.0rem;
    background-color: black;
    padding-top: 20px;
}

.in-kontakty .header-background::after
{
  display: none;
}

.in-kontakty #main-in-in
{
  padding-top: 2rem;
}

@media only screen and (max-width: 640px) {
.header-background {
    background: black;
}
#wrap
{
     margin-top: 0px; 
}

.additional-banners.additional-banners [class*="block-grid-"]
{
    display: block;
}
.additional-banners .small-block-grid-1>li {
    width: 50%;
    float: left;
    display: flex;
    min-height: 350px;
}
.small-block-grid-1>li:nth-of-type(1n) {
    clear: none;
}
.w_cta-wrap-in
{
    width: 100%;
    display: block;
}
.w_cta-text
{
    padding-bottom: 20px;
}
	.type-index #header .header-product .pr-list-shortDescription {
    max-width: 100%;
}
	.header-background, body.home .header-background {
    padding-bottom: 1rem;
}
	.gallery .row {
    display: contents;
}
.gallery .row a {
    margin-right: 2%;
    float: left;
    width: 48%;
    flex-basis: initial;
	max-width: initial;
}
}

.small-3 {
    width: 33%;
}
@media only screen and (min-width: 768px) {
.large-2 {
    width: 33.33%;
}}

@media only screen and (max-width: 768px) {
  .logo-gallery .row a {
    flex-basis: calc(50% - 2%) !important;
    max-width: calc(25% - 2%) !important;
    margin-right: 2%;
    transition: all 0.5s ease;
    display: block;
    float: left;
}
.logo-gallery .row, .titul-wrapper {
    display: block;
}
	.text-section, .img-section
{
    width: 100%;
}
	.titul-wrapper
{
    margin-bottom: 50px;
    padding-top: 50px;
}
}

/* header style pro vše */
  header#header.header-background{
  padding-bottom: 2rem;
  background-color: black;
  padding-top: 20px;
  color: black;
}
div.columns{
  padding-top: 0 15px;
}
header#header.header-background::after{
  display: none;
}

/* kosik-page */


input.b-confirm.b-search.tiny.button.left.large-3.small-4 {
    width: 156px;
}
div#summary.vat.cart-summary.row.collapse {
  background-color: white;
}
th {
  color: white;
}
body.desktop.id--9.in-kosik.template-08.ordering-process.ajax-add-to-cart {
  background: #0C0C0C;
}

/* objednavka-krok-1 */

.radio-wrapper.active {
  background-color: black;
  color: white;
}

tr.radio-wrapper.active .red {
  color: white;
}

div#summary-merchandise{
  color:white;
}

#summary-cart.price .reca-final-left {
  color: white;
}

#summary-cart.price span[data-price-total-wv="20"] {
  color: white;
}

body.desktop.id--16.in-krok-1.template-08.ordering-process.ajax-add-to-cart{
  background: #0C0C0C;
}

/* objednavka/krok-2 */

.reca-final-right span[data-testid="recapFullPrice"] {
  color: white;
}

/* objednavka-dakujem (krok3) */

.last-order-summary-single {
  color: white;
}
span.red.nowrap[data-testid="price"] {
  color: white;
}
body.desktop.admin-logged.id--15.in-dakujeme.template-08.ordering-process.ajax-add-to-cart{
  background: #0C0C0C;
}

/* login */

#login-sys-buttons input[type="submit"] {
  font-size: 14px; 
  padding: 10px 56px; 
}

#login-sys-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#login-sys-buttons div:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  order: 2;
}

#login-sys-buttons div:first-child a:first-child {
  margin-top: 20px; 
}

#login-sys-buttons div:first-child a:last-child {
  margin-bottom: 10px; 
}

#login-sys-buttons .button-container {
  order: 3;
}

#login-sys-buttons .button-container {
  order: 3;
}

/* shopping cart number */

.header-cart-pieces {
  color: black;
  background-color: lightgray;
  
}

/* media login for mobile */

@media (max-width: 640px) {
  ul.large-block-grid-2.medium-block-grid-1.small-block-grid-1.higher-block-grid {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
  }

  li {
      display: flex;
      justify-content: center;
  }

  #login-form {
      max-width: 300px;
      margin: 0 auto;
  }
  #h1-system-4 {
  text-align: center;
  }
}

/* nasi partneri HP */

.bg-white .logo-gallery {
  display: none;
}
  
