body .hodnoceni{
	width: 100%;
}
.is-header-black a.btn.cart-count.full i{
	color: white;
}
.detail-parameters-block select {
    border: 1px solid #0f0f0f;
    }
    .variant-list select, .surcharge-list select{
    	width: auto;
    }
.table-responsive{
	border-radius: 0;
}
.basic-description table{
	width: 100%!important;
}

.basic-description table th,
.basic-description table td{
padding: 5px 5px;
}
  .benefitBanner__picture img{
    mix-blend-mode: multiply;
  }
  .in-index .position--benefitHomepage {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .benefitBanner__picture {
    height: 50px;
  }
  .benefitBanner__picture img {
    max-height: 50px;
    max-width: 55px;
  }

  .welcome .welcome__content p {
    margin-bottom: 0;
  }

  .welcome .welcome__content p + p{
    margin-top: 20px;
  }

  .banners-top-block .banner-wrapper a, .banners-top-block .banner-wrapper img{
    width: 100%;
  }

  @media (min-width: 768px) {
    .navigation-in ul li a {
      padding-left: 25px;
      padding-right: 25px;
    }
    .top-navigation-bar .container > div.top-navigation-contacts {
      top: 0;
      height: 49px;
    }
    .welcome h1 {
      font-size: 40px;
      margin-bottom: 30px;
    }
    .welcome p {
      font-size: 16px;
      line-height: 1.8;
      margin-bottom: 30px;
    }
  }
  @media (min-width: 992px) {
    .welcome {
      padding: 40px 40px 40px 40px;
    }
  }
  @media (min-width: 992px) {
    .header-top {
      padding-top: 30px;
      padding-bottom: 10px;
    }

    .popup-widget.login-widget {
      top: 130px;
    }

    .popup-widget.cart-widget {
      top: 130px;
    }

    .admin-logged .popup-widget.login-widget {
      top: 155px;
    }

    .admin-logged .popup-widget.cart-widget {
      top: 155px;
    }
  }
  @media (max-width: 767px){
    .top-navigation-bar {
      background-color: white;
    }
  }

  @media (max-width: 370px){
    .top-navigation-bar .site-name a img {
        max-height: 30px;
    }
  }
  
  @media (min-width: 768px) {
  .products-related-block h2, .products-alternative-block h2,
  h4.homepage-group-title, .h4.homepage-group-title {
    font-size: 36px;
  }
  body .hodnoceni:before {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
  }
  .products-block.products .p .name {
    font-size: 18px;
  }
  .navigation-buttons a[data-target="cart"]:hover {
    color: white;
  }
  .header-top .btn.cart-count:hover .cart-price {
    color: white;
  }
  .navigation-buttons .click-cart a:after {
    display: none;
  }
  .click-cart {
    background: var(--color-secondary);
    border-radius: 8px;
  }
  .click-cart:hover {
    background: var(--color-secondary-hover);
  }
  #header .cart-count {
    border-radius: 7px 7px 0 0;
  }
  .navigation-buttons a[data-target="cart"] {
    color: #fff;
  }
  .header-top .btn.cart-count:before {
    font-size: 26px;
  }
  .header-top .btn.cart-count:before {
    color: white !important;
  }
  .navigation-buttons {
    right: 0;
  }
  .cart-window-visible #header .click-cart {
    border-radius: 7px 7px 0 0;
  }
  .cart-window-visible #header .cart-count {
    background-color: transparent;
    border-radius: 7px 7px 0 0;
  }
  .cart-window-visible .btn.cart-count .cart-price {
    color: white;
  }
  .popup-widget {
    margin-left: -6px;
  }
}

@media (min-width: 992px) {
  .popup-widget.cart-widget {
    margin-left: 106px;
  }
}

@media (min-width: 1200px) {
  .popup-widget.cart-widget {
    margin-left: 209px;
  }
}

@media (min-width: 1440px) {
  .popup-widget.cart-widget {
    margin-left: 329px;
  }
}


/* edits 11-23 */
@media (min-width: 768px) {
#header .site-name a img {
    max-width: 290px;
    width: 290px;
    height: auto;
    max-height: initial;
}
.is-header-fixed.is-header-hidden #header .site-name a img {
    max-height: initial!important;
    max-width: 225px;
    width: 225px;
    height: auto;
}
}
.type-product.type-detail .content-wrapper .p-detail {
	display: flex;
  flex-direction: column;
}
body .hodnoceni {
    order: 10;
}
.is-header-black #header {
    background-color: #181818!important;
}
#footer {
    background-color: #181818!important;
}
.detail-parameters-block .detail-grid-title {
	display:none;
}
.detail-parameters-block .detail-parameters .variant-list th {
	display:none;
}
.p-detail-inner .p-code {
	display:none;
}
.js-cart-header-contact .checkout-box-wrapper {
    display:none;
}
.instagram-widget .instagram-widget-item>a:after {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    content: '\e90b';
    font-size: 45px;
    background: none;
    font-family: 'apollo' !important;
    color: #fff;
}
#footer h4 {
    color: #E62429;
    font-weight: 800;
}
#footer .contact-box ul li>span::before {
    color: #fff;
}
#header .cart-count span, #header .cart-count:before {
    color: #c4cad5!important;
}
.click-cart:hover {
    background: #000!important;
}
.product-top .social-buttons-wrapper {
	display:none!important;
}
#smartsupp-widget-button .bg-primary-gradient {
    background: #de2428;
}
.addToCBox {
    display: block;
    position: fixed;
    left: 40%;
    top: 40%;
    background: #f8f8f8;
    border: 1px solid #cccc;
    padding: 50px;
    text-align: center;
    z-index:999;
}
.addOverlay {
	display:block;
  position:fixed;
  z-index:998;
  left:0;
  top:0;
  width:100vw;
  height:100vh;
  background:rgba(0,0,0,0.6);
}/*
.addOverlay:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
  width:100vh;
  height:100vh;
  background:rgba(0,0,0,0.5);
}*/
.backToShop {
	text-align:center;
	display:block;
	margin-top:10px;
	text-decoration:underline;
}
.productBar {
	position:fixed;
	bottom:0;
	background:#fff;
  border-top:1px solid #ccc;
  z-index:996;
  width:100%;
  /*padding-top:10px;
  padding-bottom:10px;*/
}
.productBar .content {
	max-width:1200px;
  width:100%;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.productBar span {
	font-size:22px;
  font-weight:700;
}
.productBar .btn.btn-conversion {
    max-width: fit-content;
    text-align: center;
    width: 100%;
    padding: 13px 30px!important;
    text-align: center;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: auto;
}
.bar_img img {
    width: 90px;
}
.productBar span .price-measure {
	display:none;
}
.addToCartBarBtn {
	position:relative;
}
.addToCartBarBtn:after {
	content: '\e918';
  font-family: 'apollo' !important;
  margin-left: 12px;
}


@media screen and (max-width:768px) {
.detail-parameters-block .variant-list select {
    width: 95%!important;
}
.addToCBox {
    left: 0%;
    top: 40%;
}
.productBar {
	padding-left:10px;
  padding-right:10px;
}
.productBar span {
	font-size:20px;
  display:none;
}
.productBar .content {
    justify-content: space-around;
    padding-left: 0;
}
}