@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Serif+Display:ital@1&display=swap');


@font-face {
    font-family: MinionPro-Regular; /* deklarace fontu */    
		src: url('../fonts/MinionPro-Regular.eot'); /* IE9 Compat Modes */
  	src: url('../fonts/MinionPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/MinionPro-Regular.woff') format('woff'), /* Modern Browsers */
		url('../fonts/MinionPro-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('../fonts/MinionPro-Regular#MinionPro-Regular') format('svg'); /* Legacy iOS */		
}

:root {
		--base-color:#494949;
		--border-radius:.25rem;

		--main-button-color:#ffffff;
		--main-button-background:#008000;
		--main-button-background-hover:#008000;

		--system-button-color:#ffffff;
		--system-button-background:#adadad;
		--system-button-background-hover:#818181;

		--disabled-color:#c2c2c2;
		--href-color:#008000; 

		--check-color:#ed1008000941;
		--check-border-color:#e1dfdc;
}

body {
	background:url('../images/drevo.jpg');
	background-position:calc(50% - 100px) 0;
}

.wrap,
header #top,
header #menu_position,
header #top #topmenu_positionin {
	width:1245px;
	max-width:100%;
	border:solid transparent 0px;
}

header .wrap {
	max-width:100%;
}

p {
	background:transparent;
}

h1,
h2 {
	font-family: "Barlow", sans-serif;
	border:none !important;
	text-align:center !important;
	width:100% !important;
}

header {
	top:0px;
	position:fixed;
	width:100%;
	background: url('../images/header-background.jpg');
	background-size:cover;
	height:130px;
	z-index:10000;
	border-bottom:solid #fff 3px;
}

	header #top #search {
		display:none;
	}
	
header #top #logo {
	position:absolute;
	top:10px;
	left:42.375%;
	left:calc(50% - 70px);
	z-index:10;
	width:140px;
	height:142px;
	background:url('../images/logo-farma.svg');
	background-size: 128px 128px;
	background-position:2px 2px;
	background-color:#fff;
	background-repeat:no-repeat;
	border:solid #fff 5px;
	border-radius:100px;
	transition: all .7s ease;
}

	header #top #logo:hover {
		transform: scale(0.9);
	}
	
.top {
	margin-top:130px;
}	
	
.homepage {
	margin-top:125px;
}

.wrapin {
	background:transparent;
	padding: 0px 0px 10px 0px;
	overflow:visible;
}


.homepage {
	width:100%;
}

#homepage-slider-cover {
	position:relative;
	height:calc(100vh - 125px) !important;
}

	#homepage-slider {
		height:100%;
	}

		#homepage-slider .splide__track {
			height:100%;
			position: absolute;
			top: 0;
			right: 0;
			height: 100%;
		}
	
#homepage-slider-cover,
[id^=homepage-promo-slider].splide {
	margin-bottom:0;
}

[id^=homepage-promo-slider] strong {
	
	text-align:left;
	padding:0 0 20px 40px;
	border-top:solid 40px #fff;
}

#homepage-slider .splide__pagination {
    display:flex;
    position: absolute;
    right: 0;
    left: auto;
    width: auto;
    background: #cccccc;
    transform: none;
}

#homepage-slider ul li {
    font-size: 0;
    line-height: 0;
    height:100%;
}

	#homepage-slider .outer {
    height:100%;
	}
	
	#homepage-slider .outer a {
		display:block;
		height:100%;
	}

		#homepage-slider .outer img,
		#homepage-slider .outer a img {
			width: 100%;
			height: 100% !important;
			object-fit: cover;
			transition: all 2.5s ease;
		}

		#homepage-slider:hover .outer img,
		#homepage-slider:hover .outer a img {
			transform: scale(1.15);
		}		

		#homepage-slider .caption h1,
		#homepage-slider .caption h2 {
			font-size: 48px;
			font-weight:700;
			margin:0 0 30px 0;
			padding:0;
			color:#fff;
			font-family: "Barlow", sans-serif;
		}
		
			#homepage-slider .caption p {
				text-transform:uppercase;
				text-align:right;
				font-size: 18px;
				margin:0 0 30px 0;
			}


		#homepage-slider .caption .button {
			border:solid #fff 1px;
			color:#fff;
			background:transparent;
			float:left;
			text-transform:none;
		}
		
			#homepage-slider .caption .button:hover {
				
			}








	
#count {
	display:none;
}

header #top #menu_position {
	top:32px;
}

#nav {
	font-family: "Barlow", sans-serif;
	text-align:left;
}

#nav > li {
	display:inline-block;
	border:none;
	float:none;
	text-align:center;
}


#nav li:nth-child(4), #nav li:nth-child(5), #nav li:nth-child(6), #nav li:nth-child(7), #nav li:nth-child(8),
#nav .nth-child4, #nav .nth-child5, #nav .nth-child6, #nav .nth-child7, #nav .nth-child8 {
	float:right;
	clear:none;
	font-size:0.7em;
	padding: 0 2px;
}

#nav li:nth-child(4),
#nav .nth-child4 {
	margin-right:150px;
}


#nav > li > a {
	color: #fff;
	font-size: 20px;
	padding: 0 15px;
	height:94px;
	line-height:106px;
}	

	@media all and (max-width: 1200px) {
		#nav > li > a {
			padding: 0 10px;
			font-size: 18px;
		}
		
		header #top #basket-i #celkem strong {
			font-size: 18px !important;
		}
	}
	
	@media all and (max-width: 1100px) {
		#nav > li > a {
			padding: 0 8px;
			font-size: 16px;
		}
		
		header #top #basket-i #celkem strong {
			font-size: 16px !important;
		}
	}	

	
	
	
#nav > li .selectedtree {
	color:#fff;
	background:transparent;
}	

#nav > li:hover > a,
#nav > a:hover {
	background-color: transparent !important;
	color:#fff !important;
}

#nav ul.subs {
	background:url('../images/background-bg.jpg');
	border:none;
	top: 95px;
	width:auto;
	left: auto;
}

#nav ul.subs > li {
	min-width:220px;
	float:left;
	min-height:15px;
}

#nav ul.subs > li {
	text-align:left;
	font-size:1em !important;
}

#nav ul.subs > li > a {
	margin-bottom: 0px;
	margin-right:20px;
	margin-left:20px !important;
	color:#000;
	font-size:1rem;
}

#nav ul.subs > li li a {
	color:#737373;
}

#nav ul.subs > li {
	border-right:none;
}

#nav .sep {
	min-width:100px;
}

header #top {
	position:unset;
}

header #menu_position {
	left:auto;
}

header #top #topmenu_position {
	width:auto;
	right:0;
	width:100%;
	position:absolute;
	left:0;
	background:rgba(255,255,255,0.85);
}

header #top #topmenu_positionin {
	margin:0 auto;
}

#topmenu {
	float:right;
}

#topmenu li {
	color:#000;
	font-family: "Barlow", sans-serif;
	font-size: 0.85m;
	padding: 8px 15px 9px 15px!important;
}

#topmenu li:last-child {
	margin-left: 0px !important;
}

#homepage-promo-slider strong,
#homepage-promo-slider1 strong,
#homepage-promo-slider2 strong,
#homepage-promo-slider3 strong {
	text-align:center;
	color:#57585a;
	border:none;
	font-family: "Barlow", sans-serif;
	font-weight:600;
	font-size:48px;
	line-height:48px;
}

	#homepage-promo-slider .splide__slide,
	#homepage-promo-slider1 .splide__slide {
		padding:0 2%;
	}
	
		@media all and (max-width: 1200px) {
			#homepage-promo-slider .splide__slide,
			#homepage-promo-slider1 .splide__slide {
				padding:0 1.5%;
			}
		}
		
		@media all and (max-width: 1100px) {
			#homepage-promo-slider .splide__slide,
			#homepage-promo-slider1 .splide__slide {
				padding:0 1%;
			}
		}		

	#homepage-promo-slider .product,
	#homepage-promo-slider1 .product {
		border:0;
		background:transparent;
	}

	#homepage-promo-slider .product .name,
	#homepage-promo-slider1 .product .name {
		top:315px;
		padding:0 10%;
		height:40px;
	}
	
		#homepage-promo-slider .product .name h2,
		#homepage-promo-slider1 .product .name h2 {
			font-size:18px;
			color:#6c6d70;
			font-weight:600;
			
		}
		
		
		#homepage-promo-slider .product .cost,
		#homepage-promo-slider1 .product .cost {
			top:355px;
		}
		
		#homepage-promo-slider .product .cost .value,
		#homepage-promo-slider1 .product .cost .value {
			color:#40ae49;
		}
		
		#homepage-promo-slider .product .dph0,
		#homepage-promo-slider1 .product .dph0 {
			display:none;
		}		
		
		#homepage-promo-slider .product .path,
		#homepage-promo-slider1 .product .path {
			display:none;
		}


	#homepage-promo-slider .product .image,
	#homepage-promo-slider1 .product .image {
		border:0;
	}

	#homepage-promo-slider .product .image img,
	#homepage-promo-slider1 .product .image img {
		max-width:100%;
		max-height:100%;
		height:inherit;
		object-fit: cover;
	}

	#homepage-promo-slider .product .promo,
	#homepage-promo-slider1 .product .promo {
		left:0 !important;
		top:0 !important;
		width:100%;
	}

	#homepage-promo-slider .product .promo div,
	#homepage-promo-slider1 .product .promo div {
		display:none;
		margin:0;
	}
	
	#homepage-promo-slider .product .promo div.new,
	#homepage-promo-slider1 .product .promo div.new {
		display:block;
		width:100%;
		border-radius:0;
		font-size:32px;
		text-transform:uppercase;
		font-weight:500;
	}



a, a:link, a:visited {
	color:#008000;
}

footer {
	font-family: "Barlow", sans-serif;
}

footer .all {
	border-top:none;
	background-color:transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top:solid #fff 8px;
}

footer a, footer a:link, footer a:visited {
	color:#fff;
}

footer section h4,
footer section .title {
	color:#fff;
}

footer section .footer_nav .footer_nav_section {
	min-height:160px;
}

footer section .info-line,
footer .all {
	background:#231f20;
	box-shadow:none;
}

footer section .info-line a {
	color:#727272;
}

	footer section .info-line .copyright li {
		color:#727272;
	}

footer section .footer_nav .footer_nav_section li {
	color:#fff;
	font-size:16px;
	line-height:26px;
}

	footer section .footer_nav .footer_nav_section .vas_email {
		border-radius:0;
	}
	
	footer section .footer_nav .footer_nav_section #odeslat {
		border-radius:0;
		background:#40ae49;
	}
	
footer section .info-line .telefon {
	filter: brightness(0) invert(1);
}

footer section .info-line .telefon strong a,
footer section .info-line .email strong a,
footer section .info-line .copyright,
footer section .info-line .copyright li,
footer section .info-line a {
	color:#fff;
}


header #breadcrumbs {
	left:0;
	top:150px;
	color:#008000;
	display:none;
}

	header #breadcrumbs a {
		color:#000;
	}


header #top {

}

header #top #topin {
	position:relative;
}

header #top #basket-i {
	width:150px;
	top: 46px;
	left:auto;
	right:0px;
	height:72px;
	background:url('../images/basket.svg');
	background-size: 48px 48px;
	background-repeat:no-repeat;
	background-position:0px 20px;
	z-index:10;
	font-family: "Barlow", sans-serif;
}

	header #top #basket-i::before {
		display:none;
	}

header #top #basket-i #nr {
	width: 28px;
	height: 28px;
	line-height:28px;
	box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
	font-size:18px;
	background:rgba(255,255,255,0.2);
	font-weight:700;
	right:82px;
	top:4px;
}

header #basket-i #celkem {
	color:#fff;
	display:block;
}

header #top #basket-i .noitems {
	display:block;
}	

	header #top #basket-i #celkem {
		color:transparent;
		right:0;
		top:27px;
		font-size: 0;
		text-align:right;
		padding-right:15px;
		
	}
		
	header #top #basket-i #celkem strong {
		color:#fff;
		text-align:center;
		font-size: 20px;
		letter-spacing:0px;
		font-weight:normal;
		display:inline-block;
		width:100%;
	}

#vypis-produktu #info-box #countandsubmit .koupit {
	border-top: solid #008000 2px;
	background-image: -webkit-gradient(from(#008000), to(#008000)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#008000, #008000); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(#008000, #008000); /* FF3.6+ */
	background-image: -ms-linear-gradient(#008000, #008000); /* IE10 */
	background-image: -o-linear-gradient(#008000, #008000); /* Opera 11.10+ */
	background-image: linear-gradient(#008000, #008000); /* W3C */		
}

#vypis-produktu #short-description {
	border:none;
	margin-top:50px;
	margin-bottom:20px;
	padding-bottom:0px;	
	color:#000;
}

#vypis-produktu #sizes {
	display:none;
}

#vypis-produktu .info {
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:solid #dddddd 1px;				
}

#vypis-produktu .other-images a:hover,
#vypis-produktu .other-images a.active {
	border-color:#008000;
}

#vypis-produktu #social-sites {
	border-top:solid #dddddd 1px;	
}

#add-to-basket .nadpis h1 {
	background:#008000;
}

#filtrovani {
	display:none;
}

#filtrovani h2 {
	color:#3e3838;
}

#filtrovani .load_next {
	color:#008000;
}

#filtrovani li.droplink a {
	color:#008000;
}

.filter-block-dostupnost {
	display:none;
}

#razeni {
	
}

#razeni li a.selected {
	border-top: solid #008000 2px;
	background-image: -webkit-gradient(from(#008000), to(#008000)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#008000, #008000); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(#008000, #008000); /* FF3.6+ */
	background-image: -ms-linear-gradient(#008000, #008000); /* IE10 */
	background-image: -o-linear-gradient(#008000, #008000); /* Opera 11.10+ */
	background-image: linear-gradient(#008000, #008000); /* W3C */	
}

#mcategories {
	position:absolute;
	top:50px;
	left:calc(50% - (1245px / 2));
	z-index:2;
	border-top:solid transparent 100px;
	margin-bottom:-75px;
	font-family: "Barlow", sans-serif;
	/*display:none;*/
}

	@media all and (max-width: 1254px) {
		
		#mcategories {
			left:0;
		}
	}
	
	@media all and (max-width: 1150px) {
		
		#mcategories {
			display:none;
		}
	}	

#mcategories li {
	background:transparent;
}

#mcategories li.selected a {
	background-image: -webkit-gradient(from(#3e3838), to(#3e3838)) !important; /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#3e3838, #3e3838) !important; /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(#3e3838, #3e3838) !important; /* FF3.6+ */
	background-image: -ms-linear-gradient(#3e3838, #3e3838) !important; /* IE10 */
	background-image: -o-linear-gradient(#3e3838, #3e3838) !important; /* Opera 11.10+ */
	background-image: linear-gradient(#3e3838, #3e3838) !important; /* W3C */	
}

#mcategories li a {
	color:#fff;
}

#mcategories li:hover {
	background:#3e3838;
}

#mcategories li.selectedtree a {
	background:#999;
}

#mcategories li.menu-up {
	background-image: url('../images/up-arrow.png');
}

#mcategories li.menu-up a {
	color:#fff;
}
		
#cost-slider .ui-slider-range {
	background-image: -webkit-gradient(from(#008000), to(#008000)) !important; /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#008000, #008000) !important; /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(#008000, #008000) !important; /* FF3.6+ */
	background-image: -ms-linear-gradient(#008000, #008000) !important; /* IE10 */
	background-image: -o-linear-gradient(#008000, #008000) !important; /* Opera 11.10+ */
	background-image: linear-gradient(#008000, #008000) !important; /* W3C */	
}

#basket-steps .number {
	background:transparent;
}
	
#basketListTable .cenac {
	color:#008000;
}

#sumarizace .castka strong {
	color:#008000;
}

#step0_continue_order, #step1_continue_order, #step2_continue_order, #step3_continue_order, .dokoncit_registraci, .odeslat {
	border-top: solid #008000 2px;
	background-image: -webkit-gradient(from(#008000), to(#008000)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#008000, #008000); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(#008000, #008000); /* FF3.6+ */
	background-image: -ms-linear-gradient(#008000, #008000); /* IE10 */
	background-image: -o-linear-gradient(#008000, #008000); /* Opera 11.10+ */
	background-image: linear-gradient(#008000, #008000); /* W3C */			
}

#step3_continue_order2 {
	border-top: solid #008000 2px;
	background-image: -webkit-gradient(from(#008000), to(#008000)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#008000, #008000); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(#008000, #008000); /* FF3.6+ */
	background-image: -ms-linear-gradient(#008000, #008000); /* IE10 */
	background-image: -o-linear-gradient(#008000, #008000); /* Opera 11.10+ */
	background-image: linear-gradient(#008000, #008000); /* W3C */		
}

#delivery_top {
	color:#008000;	
	width:100%;
	border:0;
}

#payments_top {
	color:#008000;
	display:none;
	border:0;
}



#deliveryOptions .d_date {
	display:none;
}

#deliveryOptions .d_cash {
	color:#008000;
}

#deliveryOptions .p_cash {
	color:#008000;
}

.basket-summary .cena-celkem span:nth-child(2) {
	color:#008000;
}

.nadpis-udaje {
	color:#008000;
}

.upravit {
	color:#008000 !important;
}

.obal-box input[type="checkbox"] + span::before,
.souhlas-s-obchodnimi-podminkami input[type="checkbox"] + span::before {
	border-color:#B9B5AF;
	background:#ffffff;
}

#prihlasit-newsletter {
	width:223px;
	height:50px;
	overflow:hidden;
	display:inline-block;
	border:0px;
	line-height:50px;
	border:0px;
	border-top: solid #008000 2px;
	background-image: -webkit-gradient(from(#008000), to(#008000)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#008000, #008000); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(#008000, #008000); /* FF3.6+ */
	background-image: -ms-linear-gradient(#008000, #008000); /* IE10 */
	background-image: -o-linear-gradient(#008000, #008000); /* Opera 11.10+ */
	background-image: linear-gradient(#008000, #008000); /* W3C */	
	text-align:center;
	color:#fff;
	text-shadow: 0 -1px 1px rgba(0,0,0,.5);
	font-size:1.2em;
	cursor:pointer;		
}

#vas-nazor input[type=submit] {
	border-top: solid #008000 2px;
	background: #3cbefa !important;
	background-image: url('../../images/vas-nazor.png') !important; /* fallback */
	background-image: url('../../images/vas-nazor.png'), -webkit-gradient(from(#008000), to(#008000)) !important; /* Saf4+, Chrome */
	background-image: url('../../images/vas-nazor.png'), -webkit-linear-gradient(#008000, #008000) !important; /* Chrome 10+, Saf5.1+ */
	background-image: url('../../images/vas-nazor.png'),    -moz-linear-gradient(#008000, #008000) !important; /* FF3.6+ */
	background-image: url('../../images/vas-nazor.png'),     -ms-linear-gradient(#008000, #008000) !important; /* IE10 */
	background-image: url('../../images/vas-nazor.png'),      -o-linear-gradient(#008000, #008000) !important; /* Opera 11.10+ */
	background-image: url('../../images/vas-nazor.png'),         linear-gradient(#008000, #008000) !important; /* W3C */
  background-position: 2px 0px, center center !important;
  background-repeat: no-repeat !important;	
}

.obal-box-last .orderid {
	color:#008000;
}

.obal-box-last .email {
	color:#008000;
}

.obal-box-last .datum {
	color:#008000;
}

#strankovani strong, #strankovani2 strong {
	border: solid 1px #008000;
	background: #008000;
	background: -webkit-gradient(linear, left top, left bottom, from(#008000), to(#008000));
	background: -moz-linear-gradient(top,  #008000,  #008000);
}

#topmenu .login-submit {
	border-top: solid #008000 1px;
	background-image: -webkit-gradient(from(#008000), to(#008000)) !important;
	background-image: -webkit-linear-gradient(#008000, #008000) !important;
	background-image: -moz-linear-gradient(#008000, #008000) !important;
	background-image: -ms-linear-gradient(#008000, #008000) !important;
	background-image: -o-linear-gradient(#008000, #008000) !important;
	background-image: linear-gradient(#008000, #008000) !important;
}

#topmenu li a {
	color:#000;
}

	#topmenu li:hover a {
		color:#000;
	}

#next {
	margin-bottom:10px;
}

#next a {
	border-top: solid #008000 2px;
	background-image: -webkit-gradient(from(#008000), to(#008000)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#008000, #008000); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(#008000, #008000); /* FF3.6+ */
	background-image: -ms-linear-gradient(#008000, #008000); /* IE10 */
	background-image: -o-linear-gradient(#008000, #008000); /* Opera 11.10+ */
	background-image: linear-gradient(#008000, #008000); /* W3C */	
}

#vypis-produktu #info-box2 #dotaz-na-prodejce button {
	border-top: solid #008000 2px;
	background-image: -webkit-gradient(from(#008000), to(#008000)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#008000, #008000); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(#008000, #008000); /* FF3.6+ */
	background-image: -ms-linear-gradient(#008000, #008000); /* IE10 */
	background-image: -o-linear-gradient(#008000, #008000); /* Opera 11.10+ */
	background-image: linear-gradient(#008000, #008000); /* W3C */							
}

.udaje-prihlasit {
	border-top: solid #008000 2px;
	background-image: -webkit-gradient(from(#008000), to(#008000)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#008000, #008000); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(#008000, #008000); /* FF3.6+ */
	background-image: -ms-linear-gradient(#008000, #008000); /* IE10 */
	background-image: -o-linear-gradient(#008000, #008000); /* Opera 11.10+ */
	background-image: linear-gradient(#008000, #008000); /* W3C */
}

#vypis-produktu #image-box {
    float: left;
    clear: left;
    width: 49%;
}

#vypis-produktu #detail-images {
    width: 100%;
}

#vypis-produktu #colors .label,
#vypis-produktu .cost .label,
#vypis-produktu #countandsubmit .label,
#vypis-produktu .count .label,
#vypis-produktu #share .label {
	font-family: "Barlow", sans-serif;
	color:#494949;
	font-size:1em;
}

#vypis-produktu #info-box {
	width:46.1%;
	border:none;
	float:right;
}

#vypis-produktu #info-box2 {
	display:none;
}

#vypis-produktu #info-box3 {
	float:left !important;
	clear:left !important;
	width:100% !important;
}		

.bx-wrapper .bx-prev {
	background: url(../images/bxslider/bxslider-prev.png);
}

.bx-wrapper .bx-next {
	background: url(../images/bxslider/bxslider-next.png);
}

.bx-wrapper .bx-prev:hover {
	background: url(../images/bxslider/bxslider-prev-hover.png);
}

.bx-wrapper .bx-next:hover {
	background: url(../images/bxslider/bxslider-next-hover.png);
}


li.ui-menu-item b {
	color:#008000 !important;
}		

#vypis-produktu,
#vypis-produktu2,
#vypis-produktu3 {
	width:100%;
}

#vypis-produktu .product,
#vypis-produktu2 .product,
#vypis-produktu3 .product {
	width:calc(33.3% - 2px);
	min-width:33.0%;
	height:420px;
	overflow:hidden;
}

#vypis-produktu .product .name,
#vypis-produktu2 .product .name,
#vypis-produktu3 .product .name {
	border:none;
}

#vypis-produktu .product .path,
#vypis-produktu2 .product .path,
#vypis-produktu3 .product .path {
	text-align:center;
	top:320px;
	color:#888;
	font-size:0.7em;
	height:20px;
}

	#vypis-produktu .product .name,
	#vypis-produktu2 .product .name,
	#vypis-produktu3 .product .name {
		top:300px;
	}

	#vypis-produktu .product .image,
	#vypis-produktu2 .product .image,
	#vypis-produktu3 .product .image {
		height:300px;
	}
		
	#vypis-produktu .product .dph0,
	#vypis-produktu2 .product .dph0,
	#vypis-produktu3 .product .dph0	{
		top:360px;
		width:100%;
		text-align:center;
	}
	
		#vypis-produktu .product .dph0 .label,
		#vypis-produktu2 .product .dph0 .label,
		#vypis-produktu3 .product .dph0 .label {
			display:inline-block;
			float:none;
			clear:none;
			width:auto;
		}
		
		#vypis-produktu .product .dph0 .value,
		#vypis-produktu2 .product .dph0 .value,
		#vypis-produktu3 .product .dph0 .value {
			display:inline-block;
			float:none;
			clear:none;
			width:auto;
		}
		
	#vypis-produktu .product .cost,
	#vypis-produktu2 .product .cost,
	#vypis-produktu3 .product .cost {
		top:335px;
		width:100%;		
		height:30px;
		overflow:visible;
	}	
	
		#vypis-produktu .product .cost .label,
		#vypis-produktu2 .product .cost .label,
		#vypis-produktu3 .product .cost .label {
			display:none;
		}
	
	#vypis-produktu .product .cost_original,
	#vypis-produktu2 .product .cost_original,
	#vypis-produktu3 .product .cost_original {
		top:420px;
	}										
			
		#vypis-produktu .product .name h2,
		#vypis-produktu2 .product .name h2,
		#vypis-produktu3 .product .name h2 {
			font-size:0.9em;
			color:#000;
		}		
		
		#vypis-produktu .product .cost .value,
		#vypis-produktu2 .product .cost .value,
		#vypis-produktu3 .product .cost .value {
			color:#9e1f63;
			font-size:1.8em;
			font-weight:bold;
			width:100%;
			text-align:center;
		}		

.homepage_div0,
.homepage_div1,
.homepage_div2 {
	width: 100%;
	float: left;
	clear: left;
	position: relative;
}

.homepage_div2 {
	background:#e6e7e9;
}


#homepage-general-text {
	float: none;
	clear: none;
	max-width:1245px;
	margin: 0 auto;
	margin-top:50px;
	padding: 0 15px;
	font-family: "Barlow", sans-serif;
}
	
#homepage-general-text h3,
#homepage-general-text strong {
	float:none;
	clear:none;
}

#homepage-general-text h2 {
}

#homepage-general-text p {
	float:left;
	clear:left;
}
	
#homepage-general-text li {
	clear:left;
}

#homepage-general-text h1 {
	border:none;
	font-weight:700;
}

	#homepage-slider .caption {
		position:absolute;
		top:70%;
		left:6%;
		width:90%;
		text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
		color:#fff;
		text-align:left;
	}	
				
	#homepage-slider .caption h1 {
		display:block;
		border:none;
		font-size:3.2em;
		line-height:1.1em;
		text-align:left !important;
		color:#fff;
	}	

	
	.screen_high #homepage-slider .caption h1 {
		font-size:3.2em;
	}	
	
	pda_ver #homepage-slider .caption h1, .pda_hor #homepage-slider .caption h1, .screen_ultralow #homepage-slider .caption h1, .screen_low #homepage-slider .caption h1, .screen_med #homepage-slider .caption h1 {
		font-size:2.8em;
	}
	
	#homepage-slider .caption p {
		display:block;
		line-height:1em;
		font-size:1.4em;
		background:none;
		left:6%;
		text-align:left;
	}	
	
.homepage_div1 .static-banners,
.homepage_div2 #vypis-produktu-slider-1 {
	float: none;
	clear: none;
	max-width:1245px;
	margin: 0 auto;
	margin-top:25px;
	padding: 0 15px;
	font-family: "Barlow", sans-serif;	
}
	
	.static-banners .static-banner-1,
	.static-banners .static-banner-2,
	.static-banners .static-banner-3 {
		float:left;
		clear:none;
		width:calc((100% / 3) - 40px);
		margin:0 20px 50px 20px;
	}
	
		.static-banners .static-banner-1 p,
		.static-banners .static-banner-2 p,
		.static-banners .static-banner-3 p {
			margin:0;
			padding:0;
			position:relative;
		}	
	
		.static-banners .static-banner-1 div.image,
		.static-banners .static-banner-2 div.image,
		.static-banners .static-banner-3 div.image {
			line-height:0;
			position: relative;
		}
		
		.static-banners .static-banner-1 div.image:before,
		.static-banners .static-banner-2 div.image:before,
		.static-banners .static-banner-3 div.image:before {
			position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    content: "";
	    background:rgba(255,255,255,0.15);
	    -webkit-transform: scaleX(0);
	    transform: scaleX(0);
	    -webkit-transition: all 500ms ease;
	    transition: all 500ms ease;
	    border-bottom:solid #ff9900 5px;
		}
		
		.static-banners .static-banner-1:hover div.image:before,
		.static-banners .static-banner-2:hover div.image:before,
		.static-banners .static-banner-3:hover div.image:before {
		  -webkit-transform: scaleX(1);
		          transform: scaleX(1);
		}		
		
		.static-banners .static-banner-1 img,
		.static-banners .static-banner-2 img,
		.static-banners .static-banner-3 img {
			width:100%;
			height:auto;
		}		
		

		
		
		.static-banners .static-banner-1 div.text,
		.static-banners .static-banner-2 div.text,
		.static-banners .static-banner-3 div.text {
			width:100%;
			height:240px;
			background:rgba(255,255,255,0.85);
			text-align:center;
			position:relative;
			padding:65px 10px 0 10px;
		}		
		
			.static-banners .static-banner-1 div p,
			.static-banners .static-banner-2 div p,
			.static-banners .static-banner-3 div p {
				line-height:1.2rem;
				text-align:center;
				padding:0px 30px;
			}
			
		.static-banners .static-banner-1 div.bubble,
		.static-banners .static-banner-2 div.bubble,
		.static-banners .static-banner-3 div.bubble {
			float:left;
			clear:left;
			height:0;
			width:100%;
			position:relative;
		}				
			
		.static-banners .static-banner-1 div.bubble:after,
		.static-banners .static-banner-2 div.bubble:after,
		.static-banners .static-banner-3 div.bubble:after {
			content: "\e6f3";
			font-family: "icomoon";
			font-size: 31px;
			text-align: left;
			display: block;
			color: #fff;
			position:absolute;
			z-index:1;
			top:-50px;
			left:calc(50% - 50px);
			width:70px;
			height:70px;
			line-height: 70px;
			padding:0;
			text-align:center;
			border-radius:50%;
			border:solid #fff 15px;
			background:#40ae49;
		}	
			
			
		.static-banners .static-banner-1 div.text:after,
		.static-banners .static-banner-2 div.text:after,
		.static-banners .static-banner-3 div.text:after {
			content: "\e6f3";
			font-family: "icomoon";
			font-size: 31px;
			text-align: left;
			display: block;
			color: #fff;
			position:absolute;
			z-index:1;
			top:-50px;
			left:calc(50% - 50px);
			width:70px;
			height:70px;
			line-height: 70px;
			padding:0;
			text-align:center;
			border-radius:50%;
			border:solid transparent 15px;
			background:transparent;
		}	
		
		.static-banners .static-banner-1 div.text:before,
		.static-banners .static-banner-2 div.text:before,
		.static-banners .static-banner-3 div.text:before {
			content: "";
			display: block;
			left: 22px;
			position:absolute;
			z-index:1;
			top:-50px;
			left:calc(50% - 50px);
			width:70px;
			height:70px;
			padding:0;
			text-align:center;
			border-radius:50%;
			border:solid #ff9900 15px;
			background:#ff9900;
			transform: scale(0);
			-webkit-transform: scale(0);
			transform: scale(0);
			-webkit-transform-origin: center;
			transform-origin: center;
			-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
			-webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
			transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
		}	
		
		.static-banners .static-banner-1:hover div:before,
		.static-banners .static-banner-2:hover div:before,
		.static-banners .static-banner-3:hover div:before {
			transform: scale(1);
			-webkit-transform: scale(1);
			transform: scale(1);
			-webkit-transform-origin: center;
			transform-origin: center;
			-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
			-webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
			transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
		}						
	
		.static-banners .static-banner-1 div.text h2,
		.static-banners .static-banner-2 div.text h2,
		.static-banners .static-banner-3 div.text h2 {
			color:#6c6d70;
			font-weight:600;
			font-size:32px;
		}

	
#load-to-question {
	display:none !important;
}	

#basketListTable .dostupnost {
	display:none;
}

.item_list {
	width:100%;
}

	#vypis-produktu h1 {
		position:relative;
		z-index:1;
		top:40px;
		color:#fff;
		font-size:48px;
		font-weight:600;
	}
	
		#vypis-produktu h2 {
			color:#fff;
		}
		
		#vypis-produktu strong {

		}

	#vypis-produktu .popis {
		background: url(../images/bridlice.jpg);
		background-size:cover;
		text-align:center;
		padding:130px 0 120px 0;
		position:relative;
		top:-90px;
		min-height:450px;
	}
	
		#vypis-produktu .popis p {
			text-align:center;
			color:#fff;
		}
		
		#vypis-produktu .popis img {
			float:none !important;
		}
		
	#razeni-select {
		display:none;
	}
		
	#default {
		position:relative;
		top:-200px;
		width:1245px;
		max-width:100%;
		border:solid transparent 0px;
		margin:0 auto;
	}
	
	#vypis-produktu .product {
		width:29%;
		height:420px;
		min-width:0;
		margin:0 2% 4% 2%;
		background:#fff;
		border:0;
	}
	
		#vypis-produktu .product .image {
			border:0;
		}
	
		#vypis-produktu .product .image img {
			max-width:100%;
			max-height:92%;
			height:inherit;
			object-fit: cover;
			bottom:auto;
		}
		
		#vypis-produktu .product .path {
			display:none;
		}
		
		#vypis-produktu .product .name {
			padding: 0 10%;
			height:60px;
		}
		
		#vypis-produktu .product .name h2 {
			font-size:24px;
			color: #6c6d70;
			font-weight:600;
		}
		
		#vypis-produktu .product .cost {
			top:360px;
		}
		
		#vypis-produktu .product .cost .value {
			color:#40ae49;
		}
		
		#vypis-produktu .product .dph0 {
			display:none;
		}
		
		#vypis-produktu .product .promo {
			top:10px;
			left:10px;
		}
		
		#vypis-produktu .product .promo div {
			min-width:65px;
			border-radius:0;
			font-size:14px;
		}
		
	.wrap.cat {
		width: 100%;
	}
	
		
		
		.itemdetail #top-box {
			background: url(../images/bridlice.jpg);
			background-size:cover;
			text-align:center;
			padding:0px 0 150px 0;
		}
		
			.itemdetail #top-box #short-description {
				float: none;
				clear: none;
				max-width:845px;
				margin: 0 auto;
				margin-top:70px;
				padding: 0 15px;
				font-family: "Barlow", sans-serif;
				color:#fff;
			}
		
				.itemdetail #top-box #short-description .text {
					color:#fff;
					text-align:center;
				}
				
		#vypis-produktu #info-box {

		}
		
			#vypis-produktu .main-image {
				border:0;
			}
		
			#vypis-produktu .main-image img {
				border:0;
			}
			
		#vypis-produktu .other-images .splide__list {
			display:block;
			text-align:center;
		}
		
			#vypis-produktu .other-images a {
				display:inline-block;
				float:none;
				clear:none;
				width: 100px !important;
				height: 100px !important;
			}
			
				#vypis-produktu .other-images a img {
					width: 100px;
					height: 100px;
					object-fit: cover;
				}
				
				#costs {
					border:0;
				}
				
				#costs .cost .label {
					width:auto;
					text-align:left;
					margin-right:5px;
					font-size: 16px;
					line-height:24px;
				}
				
				#costs .cost .value {
					width:auto;
					text-align:left;
					color:#40ae49;
					font-size: 24px;
					line-height:20px;
    			font-weight: bold;
    			float:left;
    			font-family: "Barlow", sans-serif;
				}				
				
				
				#costs .dph0 {
					font-family: "Barlow", sans-serif;
				}
					
					
				
				#costs .dph0 .label {
					float:left;
					clear:left;
					width:auto;
					text-align:left;
					margin-right:5px;
					font-size: 16px;
					line-height:24px;			
					color: #494949;	
				}
				
				#costs .dph0 .value {
					width:auto;
					float:left;
					clear:none;
					text-align:left;
					font-size: 16px;
					line-height:24px;		
					color: #494949;
				}
				
				#vypis-produktu #colors .label {
					width:auto;
					text-align:left;				
				}
				
					#vypis-produktu #colors .label span {
						display:none;
					}
				
				#colors .colors-box ul {
					text-align:left;
				}
				
					#colors .colors-box li {
						float:none;
						clear:none;
					}
					
				#vypis-produktu #colors ul li.selected {
					background:#40ae49;
					border-color:#40ae49;
					color:#fff;
				}
				
				#vypis-produktu #countandsubmit {
					text-align:center;
				}
				
				#vypis-produktu #countandsubmit .label {
					text-align:left;
				}
				
				#vypis-produktu #countandsubmit .inp {
					/*width:100%;*/
					text-align:center;
					float:left;
					margin-bottom:10px;
				}
				
					#vypis-produktu #countandsubmit .inpin {
				    float: left;
				    margin: 0 auto;
				    width:200px;
					}
					
					#vypis-produktu #countandsubmit #qtyminus,
					#vypis-produktu #countandsubmit #qtyplus {
						width:60px;
					}
					
					#vypis-produktu #countandsubmit .pocet {
						width:80px;
					}
					
					#vypis-produktu #info-box #countandsubmit .koupit {
				    float: none;
				    margin: 0 auto;
				    				
					}
			
			#vypis-produktu .count {
				border:0;
			}
			
			#vypis-produktu .count .label,
			#vypis-produktu .count {
				text-align:left;
			}
			
			#vypis-produktu #share,
			#vypis-produktu #share .label ,
			#vypis-produktu #share ul {
				text-align:left;
			}
			
			#vypis-produktu #share li {
				float:none;
				clear:none;
				display:inline-block;
			}
			
	#homepage-promo-slider {
		float: none;
		clear: none;
		max-width:1245px;
		margin: 0 auto;		
	}
	
	.blogpage,
	.page {
		float: none;
		clear: none;
		max-width:1245px;
		margin: 0 auto;
		margin-top:200px;	
	}
	
	.basket{
		float: none;
		clear: none;
		max-width:1245px;
		margin: 0 auto;
		margin-top:200px;
	}
	
	#basket-steps ul li.active .number span,
	#basket-steps ul li.checked .number span {
		background:#4d871a;
	}
	
	#deliveryOptions {
		display:block;
	}
	
	#deliveryOptions #deliveries {
		width:100%;
		border:0;
		padding:0;
	}
	
	#deliveryOptions #payments {
		display:none;
	}
	
	#sumarizace,
	#login-in-basket,
	#deliveryOptions .xdelivery,
	#deliverySummary-platba_farmafarma-hotovost,
	.obal-box,
	#basketListTable {
		background:#fff;
	}
	
	#vypis-produktu.itemdetail {
		float: none;
		clear: none;
		max-width:1245px;
		margin: 0 auto;
		margin-top:50px;
		padding: 0 15px;		
	}
	
	#vypis-produktu #info-box h1 {
		text-align:left !important;
		font-size:38px;
		color:#494949;
		font-weight:700;
	}
	
	
	.blog .text-box,
	.blog2 .text-box {
		width:100%;
		text-align:center;
	}
	
	.blog .text-box .perex,
	.blog2 .text-box .perex {
		text-align:center;
	}
	
	.blog .text-box .date,
	.blog .text-box .autor,
	.blog .text-box .tags,
	.blog2 .text-box .date,
	.blog2 .text-box .autor,
	.blog2 .text-box .tags {
		text-align:center;
	}
	
	.articleSection {
		background:transparent !important;
	}