body {
	background-color: #fcfcfc;
}
header {
	transition: all 0.3s ease;
	border-bottom: 1px solid var(--main-color);
}
.header-fixovany {
    position: fixed;
    top: 0;
    left: 0;
    background: #0c0c0c;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 999;
}
.main_menu_section .container {
	display: flex;
}
.main_menu_section .main_menu_section_left {
	width: 15%;
}
.main_menu_section .main_account_section {
	width: 15%;
	display: flex;
    align-items: center;
}
.main_menu_section .nav-list {
	width: 70%;
	margin: 0;
}
.nav-list>li {
	padding: 5px 0;
}
.main_logo_section {
	padding: 20px 0;
}
.main_menu_section {
	background-color: var(--bg-color);
}
.main_account_section a i {
	font-size: 16px !important;
	color: #fff !important;
}
.slick-slider {
	height: 70vh;
}
.photoloader .slick-slider {
	height: unset;
}
.home-6-banner-top h2 {
	margin-bottom: 30px;
	font-size: 60px;
	font-weight: bold;
}
.home-6-banner-top .desc a:hover {
	text-decoration: none;
}
h2 {
	font-size: 28px;
	margin-bottom: 0.5rem;
}
.hero-video {
	height: 70vh;
    width: 100%;
    background-color: #000;
}
.produkt-block {
	opacity: 0;
	transform: translateY(40px);
	transition: all 0.6s ease;
	will-change: transform, opacity;
}
.produkt-block.is-visible {
	opacity: 1;
	transform: translateY(0);
}
.produkt-block a:hover, .produkt-block a:active, .produkt-block a:focus-visible {
	text-decoration: none;
}
.produkt-block-img {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.produkt-block-img img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	display: block;
}
.produkt-block a {
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	transition:  all 0.35s ease;
}
.produkt-block .row {
	transition:  all 0.35s ease;
	overflow: hidden;
	background: #fff;
}
.produkt-block:hover .row {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.deactivated {
	display: none;
}
footer {
	background: #000;
}
footer h4 {
    margin: 0 0 30px;
    letter-spacing: -1px;
    font-size: 27px;
    line-height: 1.2;
    color: #fff;
}
footer p {
	color: #fff;
}
footer a {
	color: #ff050f;
}
.footer-bottom a {
	color: #fff;
}
.product-information .multiple-gallery-main img {
	height: 500px !important;
}
.desc p {
	max-width: 600px;
    margin-bottom: 30px;
    color: #fff;
}
@media (min-width: 767px) {
	.h-md-100 {
		height: 100% !important;
	}
	.produkt-block:hover, .produkt-block:active, .produkt-block:focus-visible {
        border-color: #eaeaea;
	}
}
.produkt-block-desc {
	background: #f7f7f7;
	text-align: center;
	padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.produkt-block-desc h4 {
	font-size: 22px;
	color: #33343f;
	margin-bottom: 40px;
}
.produkt-block-desc p {
	color: #33343f;
	font-size: 15px;
	line-height: 2;
}
.new_product_overlay, .catalog_panel_overlay, select, .shopping-cart-content, a, .new_pagination_button {
	border-radius: 0 !important;
}
.new_product_overlay {
	border: 1px solid #dddddd;
	transition: all 0.3s ease;
}
.new_product_overlay:hover, .new_product_overlay:active, .new_product_overlay:focus-visible {
	border-color: var(--main-color);
}
.shopping-cart-content a {
	margin-left: 0 !important;
}
.mainbar .new_pagination {
	display: none;
}
.mainbar .new_price_part {
	display: none;
}
.mainbar .new_bottom_generator {
	justify-content: center;
}
.product-information {
	padding-top: 50px;
	background: #fff;
}
.new-price.novat_price {
	/*display: none !important;*/
	color: var(--main-color);
	margin-bottom: 10px;
}
.newsletter-section {
	background-color: #ececec;
	padding: 40px 0;
}
.velke-odsazeni {
	padding: 150px 0 80px;
}
.s-parallax {
  position: relative;
  height: 500px;
  background-image: url("../../images/paralax2.webp");
  background-size: cover;
  background-position: 70% center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-parallax .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 1;
  z-index: 2;
  flex-direction: column;
}
.s-parallax h2 {
  color: #fff;
  font-size: 48px;
  text-align: center;
}
.s-parallax p {
	max-width: 700px;
    text-align: center;
    color: #fff;
    margin-top: 25px;
}
.nova-informace {
	margin: 20px 0 40px;
  font-size: 14px;
  color: red;
  text-transform: lowercase;
  font-style: italic;
}

@media (max-width: 1600px) {
	.produkt-block-desc h4 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.produkt-block-desc p {
		font-size: 14px;
    	line-height: 1.7;
	}
}
@media (max-width: 767px) {
	.produkt-block {
		height: unset;
	}
	.produkt-block-desc {
		padding: 20px 40px 80px;
	}

}