/* mobile.css */
@media only screen and (max-width: 600px) {
    body, html {
        max-width: 100%;
        overflow-x: hidden;
    }

    img, video {
        max-width: 100%;
        height: auto;
    }

    .container {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .responsive-element {
        max-width: 100%;
        overflow-x: auto;
    }

    *, *:before, *:after {
        box-sizing: border-box;
    }

    /* Přidejte další styly specifické pro mobilní zařízení zde */
}
body {
	font-family: Segoe UI, 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #404040;
	font-size: 16px;
	line-height: 26px;
	max-width: 100%;

	background-color: #fff;
	
}
h1, h2, h3, h4, h5, h6 {
	color: #595555;
}
/* default font size */
.fa {
	font-size: 15px;
}
.fa-search-plus {
	color: #47c36d;
}

.fa-question-circle {
	color: #47c36d;
	font-size: 30px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a:hover {
	text-decoration: none;
}
.link-color-black {
	color: #404040;
}
.gray {
	color: #999;	
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	background-color: #4d585a;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #c38c47;

}
.nav-tabs {
        border-bottom: 1px solid #ebebeb;
        border-radius: 25px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: space-between;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding: 20px 25px;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
       background-position: 100% 120px, 0 0;
  
  background-image: -webkit-linear-gradient(
    top left,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0.0) 50%
  );
  background-image: -moz-linear-gradient(
    0 0,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0.0) 50%
  );    
  background-image: -o-linear-gradient(
    0 0,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0.0) 50%
  );
  background-image: linear-gradient(
    0 0,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0.0) 50%
  );
  
  -moz-background-size: 250% 250%, 100% 100%;
       background-size: 250% 250%, 100% 100%;
  
  -webkit-transition: background-position 0s ease;
     -moz-transition: background-position 0s ease;       
       -o-transition: background-position 0s ease;
          transition: background-position 0s ease;
}
.nav-tabs > li > a:hover 
  {
    color: #c38c47;
    border-bottom: 1px solid #c38c47;
    background-position: 0 0, 0 0;
  
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
          transition-duration: 0.5s;
  }


.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
    	.footerdavo {
    position: relative;
    float: left;
    min-height: 1px;
	    width: 25%;

	 }

/* HEADER */

header {
	padding-top: 28px;
	border-bottom: 1px solid #ebebeb;
}
.header-content {
	position: relative;
}

	.catedavomobile {
    width: 20%;
    padding: 2%;
    position: relative;
}
/* logo */

.logo,
.logo img,
.footer-logo img {
	width: 120px;
	border-radius: 5px;
}
#logomp,
#logomp img,
#footer-logomp img {
	width: 120px;
	border-radius: 5px;
}
/* search */
.header-search {
		margin: 0 3%;
		display: inline-block;
		position: relative;
		flex-grow: 1;
	    
	}
.header-search__field {
	background: #f1f1f1;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    padding: 0 35px 0 15px;
}
.icon__submit {
	background: none;
	border: 0;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 2px;
    top: 2px;
    color: #ccc;
}
/* phone */
.header-phone {
	margin: 0 10%;
    display: inline-block;
    position: relative;
}
.header-number {
	white-space: nowrap;
	font-size: 18px;
	color: #000;
}
.header-sub {
	margin-top: 4px;
	line-height: 16px;
	font-size: 12px;
    color: #666;    
}
.header-phone .icon--phone {
	width: 16px;
    height: 16px;
    position: absolute;
    right: 100%;
    top: 2px;
    bottom: 0;
    margin-right: 4px;
    font-size: 16px;
    fill: #c38c47;
}
.header-sub a {
	color: #666;
}

/* cart */
.header-cart {
	margin: 0 0 0 3%;
    text-align: right;
}
.header-cart button {
	border: 0;
	background: none;
	padding: 0;
}
.cart-icon {
	position: relative;
    display: inline-block;
}
.icon-basket-outline {
    font-size: 34px;
    width: 1em;
    height: 1em;
    vertical-align: middle;
}
.cart-items {
	line-height: 1.3;
	position: absolute;
    top: 8px;
    left: -3px;
    padding: 1px 4px;
    border-radius: 15px;
    background: #c38c47;
    color: #fff;
    font-size: 10px;
}
.cart-contents {
	display: inline-block;
    margin-left: 12px;
    font-size: 18px;
    line-height: 1;
    color: #000;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}




@media (min-width: 1000px) {
	.header-content {
		display: flex;
		align-items: center;
	}
	.header-logo {
		display: inline-block;
		align-self: flex-start;
	}
	.header-search {
		margin: 0 3%;
		display: inline-block;
		position: relative;
		flex-grow: 1;
	    
	}
.callback-block {
	position: relative;
	text-align: center;
	margin-top: 24px;
}
.callback-block2 {
    position: fixed;
    text-align: center;
top:52%;
    right: 5%;
	     z-index: 99;

}

.callback-block3 {
    position: fixed;
    text-align: center;

    left: 1%;
	    z-index: 1;
}
.callback-block .callback-green-block {
    border-radius: 4px;
    margin: 0 0 6px 32px;
    padding: 10px 0;
    background-color: #f5f5f5;
    box-shadow: inset 0 -1px 0 0 #cfcfcf;
    line-height: 1.3;
    cursor: pointer;
}



.pravysloup{
display: flex;
    padding: 10px;
    border: none;
    top: 50%;
    right: 4%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.sidebar {
    position: fixed;
    z-index: 1;
    /* top: 50px; */
    right: -100px;
    /* background-color: #111; */
    /* overflow-x: hidden; */
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: red;
}

.sidebar .closebtn {
    position: relative;
    width: 50px;
    height: 40px;
    text-align: center;
    /* top: auto; */
    /* vertical-align: text-bottom; */
    /* top: 50%; */
    left: 0%;
    font-size: 50px;
    background: #c38c4766;
    margin-right: 50px;
    border-radius: 10px;
}
.sidebar .closebtn a:hover {
    position: relative;
    width: 50px;
    height: 40px;
    text-align: center;
    /* top: auto; */
    /* vertical-align: text-bottom; */
    /* top: 50%; */
    left: 0%;
    font-size: 50px;
    background: #c38c47;
    margin-right: 50px;
    border-radius: 10px;
}

.openbtn {
font-size: 20px;
    cursor: pointer;
    background-color: #c38c47;
    border-radius: 10px;
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
font-size: 20px;
    cursor: pointer;
    background-color: #c38c47;
    border-radius: 10px;
    color: white;
    padding: 10px 15px;
    border: none;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

.icon-bar {
  position: fixed;
  top: 30%;
  right: 1%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
      line-height: 10%;

}

.icon-bar a {
  display: block;
  text-align: left;
  padding: 5px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #c38c47; /* Add a dark-grey background on hover */
}






.helpButton {
    position: absolute;
    background: #eee;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    padding: 0;
    font-size: 12px;
    color: #005a34;
    text-decoration: none;
    left: 5px;
    top: 14px;
    text-align: center;
    padding: 0;
}
.callback-image-product {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 0;
    top: -6px;

    border-radius: 50%;
    box-shadow: 0 2px 13px 0 rgba(0,0,0,.11);
    background-color: #fff;
}
.callback-header-image {
    height: 65px;
    width: 65px;
    margin-bottom: 15px;
    border-radius: 50%;
    box-shadow: 0 2px 11px 0 rgba(0,0,0,.11);
}
.callback-dialog .modal-header {
	padding: 30px;
	background-color: #ffdd00;
    background-image: linear-gradient(96deg,#ffe958,#ffdd00);
    text-align: center;
}
.callback-dialog .modal-header .close {
	font-size: 55px;
    position: absolute;
    top: 0;
    right: 15px;
}
.modal-dialog-icon {
	margin-bottom: 10px;
}
.modal-dialog-icon i {
	font-size: 55px;
	color: #69a402;
}
}
.vlajecky img {
	border-radius: 5px;
}
.product-thumb transition {
  padding-top: 10px;
}
@media (max-width: 1000px) {

.callback-block3 {
    display:none;
}

}

/* menu */
#menu {
	min-height: 40px;
}
#menu .nav > li > a {
	color: #000;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 15px 10px 15px;
	min-height: 15px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: red;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}

/* content */
#content {
}


.text-toggle {
	height: 150px;
    overflow: hidden;
    position: relative;
}
.text-toggle:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 4em;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#fff));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
}
.text-toggle.expand:before {
	content: none;
}
.text-toggle.expand {
	height: inherit;
}
.text-more {
	float: left;
    border: 1px solid #ebebeb;
    padding: 2px 15px 4px;
    margin-top: 22px;
    cursor: pointer;
}
.owl-carousel.manufacturer {
	margin: 50px 0 50px;
}
.owl-carousel.manufacturer .owl-item img {
    display: block;
    width: 200px;
    margin: 0 auto;
}
/* Advantages */
.advantages {
    padding: 30px;
    margin-top: 5px;
    border-top: 1px solid #ebebeb;
    background-color: #f1f1f1;
    border-radius: 25px;
    width: 100%;
}

.advantages i {
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    background-size: 80px;
    margin-top: -9px;
}
.advantages a {
	color: #404040;
}
.advantages a:hover i {
	margin-top: -12px;
	transition: all .1s ease-in-out;
}
.advantages i.icon-cena { background-image: url(/img/icon-cena.jpg); }
.advantages i.icon-termin { background-image: url(/img/icon-termin.jpg); }
.advantages i.icon-showroom { background-image: url(/img/icon-showroom.jpg); }
.advantages i.icon-servis { background-image: url(/img/icon-servis.jpg) }
.advantages i.icon-sleva { background-image: url(/img/percent.png) }
.advantages i.icon-doprava { background-image: url(/img/icon-doprava.png) }
.advantages i.icon-vzornik { background-image: url(/img/icon-vzornik.png) }
.advantages i.icon-skladem { background-image: url(/img/icon-skladem.png) }
.advantages i.icon-map { background-image: url(/img/icon-map.jpg) }
.advantages .box-text { font-weight: 600; font-size: 16px; }



.nad-produkty {
               font-size: 12px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        display: inline-block;
        background: #c1e1ca;
         border-radius: 5%;
        max-width: 95px;
        max-height: 113px;
        margin-left: 5%;
        margin-right: 2%;

        margin-top: 3px; }

.nad-produkty a {
	color: #4d585a;
}

.nad-produkty a:hover i {
	margin-top: -12px;
	transition: all .1s ease-in-out;
}
.nad-produkty i.icon-cena { background-image: url(/img/icon-cena.jpg); }
.nad-produkty i.icon-termin { background-image: url(/img/icon-termin.jpg); }
.nad-produkty i.icon-showroom { background-image: url(/img/icon-showroom.jpg); }
.nad-produkty i.icon-servis { background-image: url(/img/icon-servis.png) }
.nad-produkty i.icon-sleva { background-image: url(/img/percent.png) }
.nad-produkty i.icon-doprava { background-image: url(/img/icon-doprava.png) }
.nad-produkty i.icon-vzornik { background-image: url(/img/icon-vzornik.png) }
.nad-produkty i.icon-skladem { background-image: url(/img/icon-skladem.png) }
.nad-produkty i.icon-map { background-image: url(/img/icon-map.jpg) }
.nad-produkty .box-text { font-weight: 600; font-size: 16px; }


.nad-produkty i {
        display: block;
        width: 50px;
        height: 50px;
        background-size: 55px;
        margin-top: 1px;
        margin-left: 18%;
        margin-right: 5%;
}
.listapodprodukty {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    border-radius: 25px;
    max-height: 100%;
    display: flex;
    bottom: 0px;
    /* position: absolute; */
    flex-direction: column;
}
.menulabelpodlahy {
font-family: 'Arial';
    font-weight: 600;
    font-size: 9px;
    color: white;
    letter-spacing: 0;
    background: red;
    border-radius: 37px;
    position: absolute;
    top: 49px;
    padding: 1px;
    margin-left: -22px;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: calc(0px - (46px));
    margin-top: -13px;
    max-height: 27px;
    max-width: 87px;
}
.menulabel {
font-family: 'Arial';
    font-weight: 600;
    font-size: 9px;
    color: white;
    letter-spacing: 0;
    background: #47c36d;
    border-radius: 37px;
    position: absolute;
    top: 49px;
    padding: 1px;
    margin-left: -36px;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: calc(0px - (46px));
    margin-top: -13px;
    max-height: 27px;
    max-width: 87px;
}
/* footer */
footer {
	padding-top: 15px;
	background-color: #3a4148;
	color: #ccc;
	  border-radius: 25px;
}
footer i {
	font-size: 22px;
    color: #ffffff;
}
footer ul li {
	padding: 3px 0;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer .slogan {
	margin-bottom: 10px;
}
.blocks i {
	width: 20px;
	color: #c38c47;
}
.footer-logo {
	margin-bottom: 15px;
}
.footer-title {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}
.footer-foot {
    padding: 15px 0 5px;
    margin-top: 0px;
    background-color: #2e343a;
      border-radius: 25px;
          color: #c38c47;
}
.legalbar {
	display: flex;
	    padding-left: 30%;
    padding-right: 25%;

}
.footer-social a {
	margin-left: 20px;
}

.fajn {
	color: red;
}
.footer-social .fa {
	color: #c38c47;
}

.footsoc {
    color: red;
    max-width: 100px;
}
.footerimage-facebook {
    background-image: url('/image/catalog/socialnisite/facebook.png');
}
.footerimage-instagram {
    background-image: url('/image/catalog/socialnisite/instagram.png');
}
.footer-shop {
	overflow: hidden;
	max-width: 330px;
	border-radius: 5px;
	background-image: url(/img/prodejna.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}
.footer-shop-info {
	position: relative;
    float: right;
    margin: 30px 0;
    color: #404040;
    padding: 19px 22px 19px 53px;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
}
.footer-shop-info span {
    display: inline-block;
    padding-bottom: 5px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.footer-shop-info a {
	color: #404040;
	text-decoration: underline;
}
.footer-shop-info a:hover {
	color: #000;
}
.footer-shop-info i {
	position: absolute;
    left: 19px;
    top: 17px;
    color: #c38c47;
    font-size: 38px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 25px 0 15px;
    padding: 0;
    font-size: 12px;
}
.breadcrumb a {
	color: #666;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	display: inline-block;
	position: relative;
	white-space: wrap;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}

#myBtn {

    z-index: 99;
    border: none;
    outline: none;
    background-color: #c38c4766;
    color: white;
    cursor: pointer;
    padding: 20px;
    border-radius: 3px;
    font-size: 18px;
}

#myBtn:hover {
  background-color: #c38c47; /* Add a dark-grey background on hover */
}
/* title */
.title-product {
	margin-top: 0;
}
.pd-sticker .rating {
    float: left;
    border-right: 1px solid #e4e4e4;
    margin: 0 15px 10px 0;
    padding-right: 15px;
}
.pd-sticker .rating a {
	color: #404040;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: none;
	border-radius: 25px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}

.btn-primary {
	color: #fff;
	background-color: #c38c47;
	border-color: #c38c47;
}
.btn-primary:hover, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #dd9f50;
	border-color: #dd9f50;
	color: #fff;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #404040;
	background-color: #ffdd00;
	border-color: #ffdd00;
}
.btn-success:hover, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	background-color: #ffe32a;
	border-color: #ffe32a;
	color: #404040;
}
.btn-info {
	background: transparent;
	color: #404040;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
.daactive{
         background: #47c36d;
    }
.btn-default {
    color: #fff;
    background-color: #4d585a;
    border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: white;
  background-color: #c38c47;
  border-color: #adadad;
}
.btn-default.daactive {
background:#47c36d;
}
/* list group */
.list-group {
  padding-left: 15px;
  margin-bottom: 20px;
  background: #4d585a;
  border-radius: 25px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
}

a.list-group-item,
button.list-group-item {
  color: #fff;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #fff;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
}
.list-group a {
	color: #ffffff;
	padding: 5px 0;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #c38c47;
	font-weight: 600
}
/* carousel */
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.slider-text {
	position: absolute;
    top: 19%;
    left: 147px;
    width: 380px;

}
.slider-text a {
    width: auto;
    position: relative;
    top: -50px;
    height: auto;
    display: block;
    text-align: center;
    font-size: 22px;
    padding-top: 5px;
    font-weight: 600;
}
.slider-text a i {
    font-size: 28px;
    padding-left: 10px;
    position: relative;
    top: 1px;
    color: #c8af0a;}
.slider-text p {
	color: #fff;
    font-size: 20px;
    margin-bottom: 39px;
}
.slider-text p strong {
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 35px;
    line-height: 125%;
    display: inline-block;
}
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* Home text */
.home-content {

}

/* Info Pages */
.info-pages h1 {
		margin-top: 0;
}
.page-info .list-group-item {
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.page-info {
	margin: 0;
	padding: 0;
}
.page-info a {
	font-size: 18px;
}
.page-info i {
	width: 20px;
	color: #ccc;
}
@media (min-width: 767px) {
	.page-about {
			background: url(/img/about-bg-img-1.jpg) no-repeat top right;
			padding-right: 360px;
			font-size: 16px;
			line-height: 26px;
	}
}

.s-reference {
    overflow: hidden;
    padding: 30px 0;
}
.s-reference h3 {
	margin-top: 0;
}
.about-p-title {
	font-size: 48px;
	font-weight: 500;
	line-height: normal;
}
.about-p-title span {
	display: block;
	font-weight: normal;
	font-size: 16px;
	color: #999;
}
.certifikace-item {
	display: block;
    float: left;
    width: 25%;
    height: 200px;
    padding: 0 10px 0 0;
    margin-bottom: 24px		;
}
.certifikace-item a:hover .s-thumbnail {
	border-color: #c38c47
}
.certifikace-item.s-item-wide {
	width: 33.333%;
	height: inherit;
}
.certifikace-item a .s-thumbnail {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
    border: 3px solid #eee;
    transition : border-color .3s ease-out;

}
.certifikace-item img {
    width: 100%;
}

.container-icon {
       width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}


/* Contacts */
.information-main {
	margin: 40px 0;
}
.information-div img {
	width: 300px;
}
.live-search img{
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
}
.information-div h5 {
    padding: 10px 0 8px;
    font-weight: 600;
    color: #c38c47;
}
.information-div strong {
	color: #444;
}
.info {
	background: #fdf988;
    color: #f00000;
    display: inline-block;
    padding: 8px 14px;
    border-radius: 4px;
}
.kontakt-souhlas {
	padding: 7px 20px 0 0;
}
/* Reference */
.reference-category {

}
.reference-category a {
    display: block;
    border-radius: 4px;
    background-color: #fff;
    color: #404040;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 4px 4px 16px 0 rgba(0,0,0,.08);
    transition: box-shadow 50ms ease-in-out,-webkit-transform 50ms ease-in-out;
    transition: transform 50ms ease-in-out,box-shadow 50ms ease-in-out;
    transition: transform 50ms ease-in-out,box-shadow 50ms ease-in-out,-webkit-transform 50ms ease-in-out;
}
.category-ref-list_title {
	height: 80px;
    line-height: 1.6;
    padding: 20px 0 8px;
}
.category-ref-list_title div {
	font-size: 18px;
	font-weight: 600;
}
.category-ref-list_image {
    padding: 4px 16px 16px;
    
}
.category-ref-list_image img {
    width: 160px;
    height: 160px;
}
.reference-item {
	overflow: hidden;
	margin-bottom: 30px;
}
.reference-item img {
	width: 100%;
	transform: scale(1.8);
	transition: all .3s ease-in-out; 
}
.reference-item a:hover img {
	transform: scale(2);
}
/*Price*/
@media (min-width: 767px) {

}
.page-price-btn .btn {
	display: inline-block;
	margin: 10px 0;
}
/* product cart */
.detail {
	padding-top: 25px;
}
.product-card-wrap {
	border: 1px solid #ebebeb;
}
.product-card__left {
	display: inline-block;
	position: relative;
    float: left;
    padding-right: 10px;
    width: 45%;
}

.product-card__left .thumbnail {
	position: relative;
}
.product-card__left .thumbnail ul {
	position: absolute;
	top: 0;
	right: 0;
}
.sleva {
    width: 40px;
    height: 40px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    background-color: #fd0102;
    font-weight: bold;
}
.predslevou30 {
    width: 160px;
    height: 40px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    background-color: red;
    font-weight: bold;
}
.posleve {
    width: 160px;
    height: 40px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    background-color: #47c36d;
    font-weight: bold;
}
.poslevecate {
    width: 50%;
    margin-left: auto;
    margin-right: auto;

    line-height: 38px;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    background-color: #47c36d;
}

.product-card__right {
	display: inline-block;
	position: relative;
    float: left;
    width: 50%;
    border: 1px solid #ebebeb;
}



.product-config {
}
.img-config {
    max-width: 100px;
    max-height: 100px;
}
.form-group {
  margin-bottom: 15px;
  display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: 0;
    -webkit-transition: all 50ms ease-out;
    transition: all 50ms ease-out;
}
.select1 .radio {
	position: relative;

    text-align: center;
    padding: 10px;
    margin: 0;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
    width: 130px;
    max-height: 200px;
}
.select1 .radio div{
	float: left;
    width: 110px;
    max-height: 100px;
    font-size: 12px;
    z-index: 12;

    bottom: 0;
    padding: 4px;
    left: 0;
    background: rgba(0,0,0,0.7);
    color: #fff;
	}
.select1:hover {
	background-color: #fffcdf
}
.select1 span {
    position: relative;
    top: -50%;
    left: 1%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    padding: 10px;
    font-size: 18px;
    color: #fff;
}
.product-items {
	padding: 20px 50px 30px;
	background: #fbfbfb;
}
.konfnadpis {

}
.config-status {
	padding: 10px 50px 0;
	font-weight: 600;
}
	.config-status img {
		width: 24px;
    	margin: -2px 5px 0 0;
	}
.procentstatus span {
    font-size: 19px;
}
.onevariant a em {
	color: #e83841;
}
.infohelp {
    float: left;
    width: 10px;
    height: 10px;
    padding: +0px;
    font-size: 30px;
}
.infodavo {
    float: left;
    width: 10px;
    height: 10px;
    padding: +0px;
}
#infodavo img {
    	margin-left: auto;
    	margin-right: auto;
    	max-height: 160px;
    	max-width: 160px;
    	padding-top: 20px;
    	transition: 1s all;
    	background-position: 100% 120px, 0 0;
    	background-image: -webkit-linear-gradient(
    top left,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0.0) 50%
  );
    	background-image: -moz-linear-gradient(
    0 0,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0.0) 50%
  );
    	background-image: -o-linear-gradient(
    0 0,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0.0) 50%
  );
    	background-image: linear-gradient(
    0 0,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0.0) 50%
  );
    	-moz-background-size: 250% 250%, 100% 100%;
    	background-size: 250% 250%, 100% 100%;
    	-webkit-transition: background-position 0s ease;
    	-moz-transition: background-position 0s ease;
    	-o-transition: background-position 0s ease;
    	transition: background-position 0s ease;
  }
#infodavo:hover {
        transform: rotateY(-180deg);
  }
.onevariant .statusrow {
	float: right;
	padding-left: 10px;
}
.onevariant .statusrow i {
	color: #e1e1e1;
	font-size: 24px;
    margin-top: -6px;
}
.onevariant .statusrow.hotovo i {
	color: #2e623f;
} 
.selectedval {
	float: right;
	color: #2e623f;
    font-size: 14px;
}



.select1 input {
	display: none;
}
.select1 .option-detail-img {
	position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    width: 24px;
    height: 24px;
    line-height: 21px;
    text-align: center;
    color: #ebebeb;
}
.select1 .option-detail-img i {
	font-size: 12px;
}
/* Kalkulačka */
.calc {
	padding: 10px 50px 20px;
}

/* price */

.product-price {
    padding: 0 20px 0 0;
    color: red;

    /*width: 45%;
    float: left;*/
}

.product-price__text {
	font-size: medium;
	line-height: 40px;
	        width: 50%;
}
.product-price__price,
.product-price__new {
	font-weight: 800;
	color: #ffffff;
}

.product-price__old {
	text-decoration: line-through;
	font-size: medium;
	font-weight: 600;
	width: 50%;
}
.price-gray {
	color: #999;
}
.price-tax-live{
	        width: 160px;
        height: 40px;
        line-height: 38px;
        color: #fff;
        text-align: center;
        border-radius: 25px;
        background-color: #8d8f8d;
        font-weight: bold;
}
.price-tax{
width: 40%;
        height: 20px;
        line-height: 15px;
        color: #fff;
        text-align: center;
        border-radius: 25px;
        background-color: #8d8f8d;
        /* font-weight: bold; */
        /* align-content: center; */
        margin-left: auto;
        margin-right: auto;
}
.bez-dph {
        width: 15%;
        height: 5%;
        line-height: 20px;
        color: #fff;
        text-align: center;
        border-radius: 25px;
        background-color: #8d8f8d;
        font-weight: bold;
}
.product-price__text .gray {
	font-size: 19px;
}
.product-cart {
	overflow: hidden;
    padding: 20px 0 10px;
}
.bold {
	font-weight: 600;
}
/* Stock product*/
.product-stock_status {
	display: inline-block;
	padding: 1px 8px 4px;
    border-radius: 4px;
}
.product-stock_status.green {
	background: #c6eda9;
    color: #3e7218;
}
.product-stock_status.orange {
    background: linear-gradient(to bottom, #47c36d, #47c36d);
    color: #ffffff;
}
/* Stock catalog */
.products-stock {
	cursor: help;
	margin-bottom: 20px;
}
.products-stock.green {
	color: white;
	background:#47c36d;
	margin-top: 5px;
	  border-radius: 25px;
}
.products-stock.orange {
	color: white;
	background: #47c36d;
	margin-top: 5px;
	  border-radius: 25px;
}
.product-cart_button {
	/*width: 55%;
    float: right*/
}
.product-stock {
	padding: 13px 0 20px;
	font-size: 19px;
	cursor: help;
}

.btn-buy {
    padding: 16px;
    box-shadow: inset 0 0 0 500px rgba(255,255,255,0), inset 0 -2px 0 0 rgba(0,0,0,0.3);
}
/* Category */
.products {
	padding-top: 30px;
}
.category-home {
	background-color: #f1f1f1;
	padding: 30px 0 20px;

}
.category-category {
    padding: 30px 0 20px;
    border-bottom: 1px solid #ebebeb;
    background-color: #4d585a;

}
.category-list {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.category-list a {
    display: inline-block;
    width: 172px;
    height: 216px;
    border-radius: 4px;
    background-color: #fff;
    color: #404040;
	margin: 0 16px 16px 0;
	text-align: center;
    box-shadow: 4px 4px 16px 0 rgba(0,0,0,.08);
    transition: box-shadow 50ms ease-in-out,-webkit-transform 50ms ease-in-out;
    transition: transform 50ms ease-in-out,box-shadow 50ms ease-in-out;
    transition: transform 50ms ease-in-out,box-shadow 50ms ease-in-out,-webkit-transform 50ms ease-in-out;
}
.category-list a:hover {
    box-shadow: 8px 8px 32px 0 rgba(0,0,0,.12);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.category-list_image {
	padding: 16px 16px 20px;
}
.category-list_title {
	height: 40px;
    font-size: 16px;
    padding: 0 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-list a img {
    width: 100%;
      transition: 1s all;
}
.category-list a img:hover {
    width: 100%;
            transform: rotateY(-180deg);
}

/* home category */

.category-home-list {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.category-home-list a {
    display: block;
    border-radius: 4px;
    background-color: #fff;
    color: #404040;
	margin-bottom: 30px;
	text-align: center;
    box-shadow: 4px 4px 16px 0 rgba(0,0,0,.08);
    transition: box-shadow 50ms ease-in-out,-webkit-transform 50ms ease-in-out;
    transition: transform 50ms ease-in-out,box-shadow 50ms ease-in-out;
    transition: transform 50ms ease-in-out,box-shadow 50ms ease-in-out,-webkit-transform 50ms ease-in-out;
}
.category-home-list a:hover {
    box-shadow: 8px 8px 32px 0 rgba(0,0,0,.12);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.category-home-list_title {
	height: 40px;
    font-size: 18px;

    font-weight: 600;
}
.category-home-list_image {
	padding: 4px 16px 16px;
}
.category-home-list_image img {
    width: 160px;
}
/* Category bg */

/* Category list*/
.categories-title {
 display: none;
}
/* Category product catalog */
.products-card {
	position: relative;
}

.products-cards_img {
	border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    overflow: auto;
}
.products-cards_img .image {
	text-align: center;
}
.products-cards_img .image a {
	display: block;
}
.products-cards_img .image a:hover {
}
.products-cards_img .image img {
	margin-left: auto;
	margin-right: auto;
	    max-height: 228px;
    max-width: 228px;
      transition: 1s all;
}
.products-cards_img .image img:hover {
         transform: rotateY(-180deg);
}

.products-grid .products-cards_img .image {
	position: relative;
	float: none;
}
.stickers {
position: absolute;
        top: 0;
        right: 5px;
        display: flex;
        justify-content: flex-end;
        align-content: space-between;
        align-items: center;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        z-index: 0;
}
.stickerscategory {
position: absolute;
    top: 0;
    display: flex;
    justify-content: flex-end;
    align-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    z-index: 0;
    width: 303px;
    height: 200px;
}


@media (min-width: 1500px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:right;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 100px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
}


/* Cookie*/
.cookies-information {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px 10px;
	font-size: 12px;
	border-top: 1px solid #c0c0c0;
	background: #fff;
	z-index: 99999999;
}
.cookies-information p {
	position: relative;
	color: #545454;
	padding: 0 120px 0 0;
}
.cookies-information a.cookie-button {
	color: #545454;
	padding: 10px 20px 10px 20px;
	cursor: pointer;
	color: #fff;
	background-color: #3a4148;
	border-radius: 4px;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -17px;
}

/* Callback */
.callback-block {
	position: relative;
	text-align: center;
	margin-top: 24px;
}
.callback-block .callback-green-block {
    border-radius: 4px;
    margin: 0 0 6px 32px;
    padding: 10px 0;
    background-color: #f5f5f5;
    box-shadow: inset 0 -1px 0 0 #cfcfcf;
    line-height: 1.3;
    cursor: pointer;
}
.callback-image {
    width: 65px;
    height: 65px;


    top: -6px;
    border-radius: 50%;
    box-shadow: 0 2px 13px 0 rgba(0,0,0,.11);
    background-color: #fff;
}
.callback-header-image {
    height: 65px;
    width: 65px;
    margin-bottom: 15px;
    border-radius: 50%;
    box-shadow: 0 2px 11px 0 rgba(0,0,0,.11);
}
.callback-dialog .modal-header {
	padding: 30px;
	background-color: #ffdd00;
    background-image: linear-gradient(96deg,#ffe958,#ffdd00);
    text-align: center;
}
.callback-dialog .modal-header .close {
	font-size: 55px;
    position: absolute;
    top: 0;
    right: 15px;
}
.modal-dialog-icon {
	margin-bottom: 10px;
}
.modal-dialog-icon i {
	font-size: 55px;
	color: #69a402;
}

.reqo h4, .reqo .panel-title i {
	color: #e83841;
}
.reqo-text {
    animation: pulse-search 1.8s infinite;
}

@-webkit-keyframes pulse-search {
	0% {
		-webkit-box-shadow: 0 0 1px 0 rgb(232, 56, 65);
	}
	70% {
		-webkit-box-shadow: 0 0 1px 12px rgba(182, 36, 36, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(169, 36, 36, 0);
	}
}
@keyframes pulse-search {
	0% {
		box-shadow: 0 0 1px 0 rgb(232, 56, 65);
	}
	70% {
		box-shadow: 0 0 1px 12px rgba(182, 36, 36, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(169, 36, 36, 0);
	}
}
/* Mobile */
@media (max-width: 700px) {
.pravysloup{
display: flex;
    padding: 10px;
    border: none;
    top: 50%;
    right: 4%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.sidebar {
    position: fixed;
    z-index: 1;
    /* top: 50px; */
    right: -100px;
    /* background-color: #111; */
    /* overflow-x: hidden; */
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: red;
}

.sidebar .closebtn {
    position: relative;
    width: 50px;
    height: 40px;
    text-align: center;
    /* top: auto; */
    /* vertical-align: text-bottom; */
    /* top: 50%; */
    left: 0%;
    font-size: 50px;
    background: #c38c4766;
    margin-right: 50px;
    border-radius: 10px;
}
.sidebar .closebtn a:hover {
    position: relative;
    width: 50px;
    height: 40px;
    text-align: center;
    /* top: auto; */
    /* vertical-align: text-bottom; */
    /* top: 50%; */
    left: 0%;
    font-size: 50px;
    background: #c38c47;
    margin-right: 50px;
    border-radius: 10px;
}

.openbtn {
font-size: 20px;
    cursor: pointer;
    background-color: #c38c47;
    border-radius: 10px;
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
font-size: 20px;
    cursor: pointer;
    background-color: #c38c47;
    border-radius: 10px;
    color: white;
    padding: 10px 15px;
    border: none;
}

	         	.footerdavo {
        position: relative;
    float: left;
    min-height: 1px;
	    width: 50%;

	 }
    	.catedavomobile {
    width: 50%;
    padding: 2%;
    position: relative;
}
    	.product-card__left {
		float: none;
	    width: 100%;
	    padding: 0;
	 }
	.product-card__right{
		float: none;
	    width: 100%;
	    margin: 20px 0;
	}
	.thumbnails .image-additional {
		float: left;

	}
	.container-icon {
	    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
}
	.column-left {
	    display: none;
}
.cart-contents {
    padding-top: 10px;
}

.header-phone {
    padding-top: 10px;
    width: 35%;
}

.header-search {
		width: 100%;
    	margin: 20px 0;
	}
	.header-search__field {
	background: #f1f1f1;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    padding: 0 35px 0 15px;
}
.header-cart {
    padding-top: 10px;
}
    	#cart .dropdown-menu {
		width: 100%;
	}
    	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
    	.header-logo img {
		width: 100px;
	}
	.header-phone {
		display: none;
	}
	.header-search {
		width: 100%;
    	margin: 20px 0;
	}
	.header-cart {
		position: absolute;
	    top: 2px;
	    right: 0;
	}
    	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}

    .container-icon {
width: 100%;
    padding-left: 1%;
    padding-right: 1%;
}
    .products-list .products-cards_img .button-group {
		border-left: none;
	}

.cate    {
color: red;
}
 .col-md-3 {
       width: 100%;
    }
    .legalbar {
	display: flex;
	    padding-left: 5%;
    padding-right: 5%;
        flex-wrap: wrap;

}
    .list-group {
	display: flex;
	    padding-left: 5%;
    padding-right: 5%;

}
.category-home-list_title {
    height: 75px;
    font-size: 18px;
    padding: 14px 0 8px;
    font-weight: 600;
}
	.thumbnails {
	clear: both;
		list-style: none;
	padding: 0;
	margin: 0;
    position: relative;
}

	.thumbnails > li {
	    position: relative;
	    background: #fff;
	    -webkit-box-flex: 1;
	    -webkit-flex-grow: 1;
	    -moz-flex-grow: 1;
	    -ms-flex-positive: 1;
	    flex-grow: 1;
	    max-width: calc(100% - 65px);
	    margin-left: 65px;
	}
	.gallery__thumbnails {
    float: right;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    width: 100%;
	}
.products-list .products-cards_img .image {
		float: left;
		padding: 0 15px;
		list-style: none;
	}
	  .col-xs-12 {
    width: 100%;
  }
	.slider-text p strong {
    color: #fff;
    font-weight: bold;
    font-size: 100%;
    postion: left;
  }
  .slider-text p {
    color: #fff;
    font-size: 10px;
    margin-bottom: 39px;
  }
  .slider-text a hidden {
    width: 355px;
    height: 66px;
    display: block;
    text-align: left;
    font-size: 22px;
    padding-top: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 200px;
    margin-top: -50%;
}
.nav {
    margin-bottom: 0;
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    display: flex;
    text-align: center;
    padding-top: 0;
    justify-content: space-between;
}
  .slider-text {
    position: absolute;
    top: 0%;
    left: 0px;
    width: 50%;
    font-size: 10px;
    margin-bottom: -50px;
    display: inline-block none;
}
   .btn btn-success btn-lg {
    color: #404040;
    background-color: #ffdd00;
    border-color: #ffdd00;
    position: absolute;
   }
   
.products-cards_img h4 {
	font-weight: 600;
    margin-bottom: 4px;
    overflow: hidden;
    display: block;
    margin-top: 3px;
    font-size: 17px;
    color: #c38c47;
    padding: 11px 15px 0 15px;
    line-height: 130% !important;
}
.products-cards_img h4 a {
	color: #404040;
}
.products-cards_img .caption {
	padding: 0 20px;

	text-align: center;
}
    .category-home-list_image img {
                max-width: 100px;
    }
	.products-list .products-cards_img .image {
		float: inherit;
		padding: 0 15px;
		list-style: none;
	}
	  .col-xs-12{
    max-width: 100%;
  }
  footer {
    padding-top: 60px;
    background-color: #3a4148;
    color: #ccc;
    max-width: 100%;
}
	.slider-text p strong {
    color: #fff;
    font-weight: bold;
    font-size: 100%;
    postion: left;
  }
  .slider-text p {
    color: #fff;
    font-size: 10px;
    margin-bottom: 39px;
  }
  .slider-text a hidden{
    width: 355px;
    height: 66px;
    display: block;
    text-align: left;
    font-size: 22px;
    padding-top: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 200px;
    margin-top: -50%;
}
.nav {
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    display: flex;
    text-align: center;
    padding-top: 0;
    justify-content: space-between;
}
  .slider-text {
    position: absolute;
    top: 0%;
    left: 0px;
    width: 50%;
    font-size: 10px;
    margin-bottom: -50px;
    display: inline-block none;
}
   .btn btn-success btn-lg {
    color: #404040;
    background-color: #ffdd00;
    border-color: #ffdd00;
    position: absolute;
   }
   
.products-cards_img h4 {
	font-weight: 600;

    margin-bottom: 4px;
    overflow: hidden;
    display: block;
    margin-top: 3px;
    font-size: 17px;
    color: #c38c47;
    padding: 11px 15px 0 15px;
    line-height: 130% !important;
}
.products-cards_img h4 a {
	color: #404040;
}
.products-cards_img .caption {
	padding: 0 20px;
	min-height: 110px	;
	text-align: center;
}

.thumbnail > img, .thumbnail a > img {
    display: block;
    max-width: 300px;
    max-height: 300px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    /* padding-right: 10px; */

}
.col-lg-99 {
    width:250px;
    min-height: 1px;
    /* padding-right: 10px; */

}
.products-list .products-cards_img .caption {

}
.caption {
    height: 100%;
}
.category-list {



}
.category-list a {

    width: 130px;
    height: 190px;
    border-radius: 4px;
    background-color: #fff;
    color: #404040;
	margin: 0 16px 16px 0;
	text-align: center;
    box-shadow: 4px 4px 16px 0 rgba(0,0,0,.08);
    transition: box-shadow 50ms ease-in-out,-webkit-transform 50ms ease-in-out;
    transition: transform 50ms ease-in-out,box-shadow 50ms ease-in-out;
    transition: transform 50ms ease-in-out,box-shadow 50ms ease-in-out,-webkit-transform 50ms ease-in-out;
}
.category-list a:hover {
    box-shadow: 8px 8px 32px 0 rgba(0,0,0,.12);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.thumbnail > img, .thumbnail a > img {
    display: block;
    max-width: 300px;
    max-height: 300px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    /* padding-right: 10px; */

}
.products-list .products-cards_img .caption {

}





.callback-block3 {
    display: none;
    position: fixed;
    text-align: center;
    margin-top: 5%;
    right: 15%;
	    z-index: 1;
}
.pravysloup{
display: flex;
    padding: 10px;
    border: none;
    top: 50%;
    right: 4%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.sidebar {
    position: fixed;
    z-index: 1;
    /* top: 50px; */
    right: -100px;
    /* background-color: #111; */
    /* overflow-x: hidden; */
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: red;
}

.sidebar .closebtn {
    position: relative;
    width: 50px;
    height: 40px;
    text-align: center;
    /* top: auto; */
    /* vertical-align: text-bottom; */
    /* top: 50%; */
    left: 0%;
    font-size: 50px;
    background: #c38c4766;
    margin-right: 50px;
    border-radius: 10px;
}
.sidebar .closebtn a:hover {
    position: relative;
    width: 50px;
    height: 40px;
    text-align: center;
    /* top: auto; */
    /* vertical-align: text-bottom; */
    /* top: 50%; */
    left: 0%;
    font-size: 50px;
    background: #c38c47;
    margin-right: 50px;
    border-radius: 10px;
}

.openbtn {
font-size: 20px;
    cursor: pointer;
    background-color: #c38c47;
    border-radius: 10px;
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
font-size: 20px;
    cursor: pointer;
    background-color: #c38c47;
    border-radius: 10px;
    color: white;
    padding: 10px 15px;
    border: none;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

.icon-bar {
  position: fixed;
  top: 30%;
  right: 1%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
      line-height: 10%;

}

.icon-bar a {
  display: block;
  text-align: left;
  padding: 5px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #c38c47; /* Add a dark-grey background on hover */
}


.thumbnails {
		float: right;

}



.thumbnails > img {
	width: 100%;
}

.image-additional {
	max-width: 78px;
}



/* description 
.description {
	background: #fff;
	margin-top: 30px;
	padding: 25px 50px 0 0;
    position: relative;
    /*box-shadow: 0 1px 3px rgba(0,0,0,.1);
    /*display: inline-block;
    float: left;
    width: 50%;
}*/
.listapodprodukty {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    border-radius: 25px;
    max-height: 100%;
    display: flex;
    bottom: 0px;
    /* position: absolute; */
    flex-direction: column;
}
.product-information {
	display: inline-block;
    position: relative;
    float: left;
    width: 50%;
    margin-top: 30px;
    border: 1px solid #ebebeb;
}
.tab-content {
	padding: 25px 0;
}



/* tablet */
@media (min-width: 701px) and (max-width: 1500px) {
    	.product-card__left {

	    width: 50%;
	    padding: 0;
	 }
	
	.product-card__right{

	    width: 50%;
	    margin: 20px 0;
	}
	.thumbnails .image-additional {
		float: left;

	}
	.container-icon {
	    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
}
	.column-left {
	    display: none;
}
.cart-contents {
    padding-top: 10px;
}

.header-phone {
    padding-top: 1px;
    position: absolute;
    top: 2px;
    right: 25%;
}

	

.header-search {
    min-width: 200px;
		width: 25%;
    	margin: 20px 0;
	}
	.header-search__field {
	background: #f1f1f1;
	min-width: 200px;
    width: 25%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    padding: 0 35px 0 15px;
}
.header-cart {
    padding-top: 1px;
    position: absolute;
    top: 2px;
    right: 0;
    text-align: right;
}
    	#cart .dropdown-menu {
		width: 100%;
	}
    	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
    	.header-logo img {
		width: 100px;
	}


    	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}

    .container-icon {
width: 100%;
    padding-left: 1%;
    padding-right: 1%;
}
    .products-list .products-cards_img .button-group {
		border-left: none;
	}

.cate    {
color: red;
}
 .col-md-3 {
       width: 100%;
    }
    .legalbar {
	display: flex;
	    padding-left: 5%;
    padding-right: 5%;
        flex-wrap: wrap;

}
    .list-group {
    display: flex;
    padding-left: 5%;
    padding-right: 5%;
    flex-direction: column;
}
	.thumbnails {
	clear: both;
		list-style: none;
	padding: 0;
	margin: 0;
    position: relative;
}

	.thumbnails > li {
	    position: relative;
	    background: #fff;
	    -webkit-box-flex: 1;
	    -webkit-flex-grow: 1;
	    -moz-flex-grow: 1;
	    -ms-flex-positive: 1;
	    flex-grow: 1;
	    max-width: calc(100% - 65px);
	    margin-left: 65px;
	}
	.gallery__thumbnails {
    float: right;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    width: 100%;
	}
.products-list .products-cards_img .image {
		float: left;
		padding: 0 15px;
		list-style: none;
	}
	  .col-xs-12 {
    width: 50%;
  }
	.slider-text p strong {
    color: #fff;
    font-weight: bold;
    font-size: 100%;
    postion: left;
  }
  .slider-text p {
    color: #fff;
    font-size: 10px;
    margin-bottom: 39px;
  }
  .slider-text a hidden {
    width: 355px;
    height: 66px;
    display: block;
    text-align: left;
    font-size: 22px;
    padding-top: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 200px;
    margin-top: -50%;
}
.nav {
    margin-bottom: 0;
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    display: flex;
    text-align: center;
    padding-top: 0;
    justify-content: space-between;
}
  .slider-text {
    position: absolute;
    top: 0%;
    left: 0px;
    width: 50%;
    font-size: 10px;
    margin-bottom: -50px;
    display: inline-block none;
}
   .btn btn-success btn-lg {
    color: #404040;
    background-color: #ffdd00;
    border-color: #ffdd00;
    position: absolute;
   }
   
.products-cards_img h4 {
	font-weight: 600;
    margin-bottom: 4px;
    overflow: hidden;
    display: block;
    margin-top: 3px;
    font-size: 17px;
    color: #c38c47;
    padding: 11px 15px 0 15px;
    line-height: 130% !important;
}
.products-cards_img h4 a {
	color: #404040;
}
.products-cards_img .caption {
	padding: 0 20px;
	max-height: 150px	;
	text-align: center;
}
    .category-home-list_image img {
                max-width: 100px;
    }
	.products-list .products-cards_img .image {
		float: left;
		padding: 0 15px;
		list-style: none;
	}
	  .col-xs-12{
    max-width: 50%;
  }
  footer {
    padding-top: 60px;
    background-color: #3a4148;
    color: #ccc;
    max-width: 100%;
}
	.slider-text p strong {
    color: #fff;
    font-weight: bold;
    font-size: 100%;
    postion: left;
  }
  .slider-text p {
    color: #fff;
    font-size: 10px;
    margin-bottom: 39px;
  }
  .slider-text a hidden{
    width: 355px;
    height: 66px;
    display: block;
    text-align: left;
    font-size: 22px;
    padding-top: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 200px;
    margin-top: -50%;
}
.nav {
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    display: flex;
    text-align: center;
    padding-top: 0;
    justify-content: space-between;
}
  .slider-text {
    position: absolute;
    top: 0%;
    left: 0px;
    width: 50%;
    font-size: 10px;
    margin-bottom: -50px;
    display: inline-block none;
}
   .btn btn-success btn-lg {
    color: #404040;
    background-color: #ffdd00;
    border-color: #ffdd00;
    position: absolute;
   }
   
.products-cards_img h4 {
	font-weight: 600;

    margin-bottom: 4px;
    overflow: hidden;
    display: block;
    margin-top: 3px;
    font-size: 17px;
    color: #c38c47;
    padding: 11px 15px 0 15px;
    line-height: 130% !important;
}
.products-cards_img h4 a {
	color: #404040;
}
.products-cards_img .caption {
	padding: 0 20px;
	min-height: 110px	;
	text-align: center;
}

.thumbnail > img, .thumbnail a > img {
    display: block;
    max-width: 300px;
    max-height: 300px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    /* padding-right: 10px; */

}
.col-lg-99 {
    width:250px;
    min-height: 1px;
    /* padding-right: 10px; */

}
.products-list .products-cards_img .caption {
	margin-left: 230px;
}
.category-list {



}
.category-list a {

    width: 130px;
    height: 190px;
    border-radius: 4px;
    background-color: #fff;
    color: #404040;
	margin: 0 16px 16px 0;
	text-align: center;
    box-shadow: 4px 4px 16px 0 rgba(0,0,0,.08);
    transition: box-shadow 50ms ease-in-out,-webkit-transform 50ms ease-in-out;
    transition: transform 50ms ease-in-out,box-shadow 50ms ease-in-out;
    transition: transform 50ms ease-in-out,box-shadow 50ms ease-in-out,-webkit-transform 50ms ease-in-out;
}
.category-list a:hover {
    box-shadow: 8px 8px 32px 0 rgba(0,0,0,.12);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.thumbnail > img, .thumbnail a > img {
    display: block;
    max-width: 300px;
    max-height: 300px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    /* padding-right: 10px; */



}
.products-list .products-cards_img .caption {
	margin-left: 230px;
}






.callback-block3 {
    display: none;
    position: fixed;
    text-align: center;
    margin-top: 5%;
    right: 15%;
	    z-index: 1;
}
.pravysloup{
display: flex;
    padding: 10px;
    border: none;
    top: 50%;
    right: 4%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.sidebar {
    position: fixed;
    z-index: 1;
    /* top: 50px; */
    right: -100px;
    /* background-color: #111; */
    /* overflow-x: hidden; */
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: red;
}

.sidebar .closebtn {
    position: relative;
    width: 50px;
    height: 40px;
    text-align: center;
    /* top: auto; */
    /* vertical-align: text-bottom; */
    /* top: 50%; */
    left: 0%;
    font-size: 50px;
    background: #c38c4766;
    margin-right: 50px;
    border-radius: 10px;
}
.sidebar .closebtn a:hover {
    position: relative;
    width: 50px;
    height: 40px;
    text-align: center;
    /* top: auto; */
    /* vertical-align: text-bottom; */
    /* top: 50%; */
    left: 0%;
    font-size: 50px;
    background: #c38c47;
    margin-right: 50px;
    border-radius: 10px;
}

.openbtn {
font-size: 20px;
    cursor: pointer;
    background-color: #c38c47;
    border-radius: 10px;
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
font-size: 20px;
    cursor: pointer;
    background-color: #c38c47;
    border-radius: 10px;
    color: white;
    padding: 10px 15px;
    border: none;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

.icon-bar {
  position: fixed;
  top: 30%;
  right: 1%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
      line-height: 10%;

}

.icon-bar a {
  display: block;
  text-align: left;
  padding: 5px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #c38c47; /* Add a dark-grey background on hover */
}



.thumbnails {
		float: right;

}



.thumbnails > img {
	width: 100%;
}

.image-additional {
	max-width: 78px;
}



/* description
.description {
	background: #fff;
	margin-top: 30px;
	padding: 25px 50px 0 0;
    position: relative;
    /*box-shadow: 0 1px 3px rgba(0,0,0,.1);
    /*display: inline-block;
    float: left;
    width: 50%;
} */
.listapodprodukty {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    border-radius: 25px;
    max-height: 100%;
    display: flex;
    bottom: 0px;
    /* position: absolute; */
    flex-direction: column;
}
.product-information {
	display: inline-block;
    position: relative;
    float: left;
    width: 50%;
    margin-top: 30px;
    border: 1px solid #ebebeb;
}
.tab-content {
	padding: 25px 0;
}