body {
	font-family: Helvetica, Arial, Sans-Serif;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
body {
	margin: 0;
	padding: 0;
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table;
	clear: both;
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

a {
	transition: all 0.3s ease-out;
}

a:hover {
	transition: all 0.3s ease-out;
}


/******************* INDEX ********************/

.thepay {
 margin: 20px auto;
}

.tpbanner {
 width:300px;
}

.tpbanner img {
 right:0px;
}


/****************   HEADER    ****************/

.bar-container {
	padding-bottom: 1.5rem;
	position: relative;
}

.bar-left {
	display: block;
	height: 10px;
	background: url("/images/bar1.png") no-repeat;
	width: 65%;
	margin-bottom: 5px;
	background-position: top right;
}

header {}

.headermenu {
	align-items: center;
	justify-content: space-between;
}

.headermenu H1 A 	{
	display: block;
	width: 160px;
	height: 100px;
}

.row {
	margin: 0;
}

.logo, .logouvodni {
	width: 160px;
	height: 100px;
}

.logo IMG {
	margin-top: 0.8em;
}

.logouvodni IMG {
	margin-top: 13px;
	margin-bottom: 0.2em;
}

/***** MOBILE MENU *****/

.navbar-toggler {
	font-size: 1rem;
	cursor: pointer;
	display: block;
}

.navbar-toggler:hover {
	border-color: #4d4c4c;
}

.navbar-toggler span {
	display: block;
	float: right;
	line-height: 2rem;
	padding-left: 10px;
	color: #4F4D4D;
}

.hamburger {
	display: inline-block;
	float: left;
}

.ham-bar {
	width: 30px;
	height: 4px;
	background-color: #747272;
	margin: 4px 0;
	border-radius: 2px;
}


/***** RESPONZIVE MENU *****/

.navbar {
	padding: 0;
}

.menu ul {
	list-style-type: none;
}

.menu ul li {
	display: block;
}

.menu ul li a {
	color: #4F4D4D;
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
	padding: 35px 20px;
	display: block;
	border-radius: 10px;
	margin: 3px 0;
	font-family: 'Oswald', sans-serif, Arial, Sans-Serif;
	font-size: 1rem;
}

.menu ul li a:hover {
	color: #0085CC;
}

.menu ul li i {
	line-height: 16px;
}

.mobile-nav {
	display: none;
}

.menu .sub-menu {
	display: none;
	position: absolute;
	z-index: 1000;
	min-width: 10rem;
	padding: 5px;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	text-align: left;
	list-style: none;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}

@media screen and (min-width: 767px) {
	.menu .sub-menu {
		top: 75%;
	}
}

.menu .sub-menu ul li {
	display: block;
	padding: 0px 20px;
}

.menu .sub-menu li {
	list-style: none;
}

.menu .sub-menu li a {
	display: block;
	padding: 0px 10px;
	white-space: nowrap;
	font-weight: 400;
	text-transform: none;
}

@media screen and (max-width: 767px) {
	.navbar .navbar-collapse {
		width: 500px;
	}
	.menu ul li a {
		padding: 15px 20px;
	}
	.menu .sub-menu {
		position: relative !important;
	}
	.mobile-nav {
		display: block;
	}
}

@media (min-width: 767px) {
	.navbar-nav>li:hover>.sub-menu {
		display: block;
	}
	.sub-menu {
		width: 200px;
	}
}


/**************** SEARCHING BAR  ***************/

.search-container {
	float: left;
}

#search-icon:hover {
	background: #0490af;
}

.search-container input {
	font-weight: 300;
}

div.search-container form {
	margin-top: 2px;
}


@media screen and (max-width: 1200px) {
	.search {
		flex: 1;
		margin-left: 1rem;
	}
	.search-container {
		width: 80%;
	}
	.menu {
		margin-right: 2rem;
	}
	.logo, .logouvodni {
		margin-right: 2rem;
	}
}

@media screen and (max-width: 991px) {
	.search {
		flex-basis: 100%;
		margin-left: 0;
		margin-bottom: 25px;
	}
	.search-container {
		width: 93%;
	}
	.logo, .logouvodni {
		margin-right: 0rem;
	}
	.menu {
		margin-right: -1rem;
	}
}

@media screen and (max-width: 767px) {
	.search-container {
		width: 90%;
	}
	.menu {
		margin-right: 0rem;
	}
}

@media screen and (max-width: 530px) {
	.search-container {
		width: 85%;
	}
}

@media screen and (max-width: 367px) {
	.search-container {
		width: 83%;
	}
}


/****************** CART BUTTON ****************/

.cart-button {
	margin-top:2px;
	float: right;
	transition: 1s ease;
}

.cart-button a i {
	text-align: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #ee6800;
	line-height: 38px;
	color: #fff;
	font-size: 1.1em;
}

.basket-dropdown {
	position: relative;
	display: inline-block;
}

.basket-content {
	display: none;
	position: absolute;
	top: 50px;
	right: 0;
	background-color: #f1f1f1;
	min-width: 160px;
	-webkit-box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.3);
	box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.3);
	z-index: 10;
	padding: 1rem;
	border-radius: 3px;
	border: 1px solid #ccc;
	width: 350px;
	text-align: center;
}

.basket-content h3 {
	font-family: 'Oswald', sans-serif, Arial, Sans-Serif;
	font-size: 1.25rem;
}

.button a {
	padding: 10px 16px;
	text-decoration: none;
	display: block;
	background: #0085CC;
	color: #fff;
}

.button a:hover {
	background: #00a3e0;
}

.basket-content:active {
	display: block;
}

.shopping-cart-items {
	padding-top: 10px;
	padding-bottom: 15px;
}

.shopping-cart-items li {
	margin-bottom: 8px;
	list-style-type: none;
	padding-left: 5px;
	text-align: left;
}


/************************ Carousel ***********************/

#carouselFade {
	padding-top: 10px;
	padding-bottom: 35px;
}

.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: 1s;
 transition-property: opacity;
}


/****************   SECTION    ****************/

.bar-right {
	display: block;
	background: url("/images/bar2.png") no-repeat;
	height: 10px;
	position: absolute;
	width: 50%;
	right: 0;
	margin-bottom: 5px;
}


/***************** UTILS LINE *********************/

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #0085CC;
	background: #0085CC;
}

.ui-widget {
	font-size: 0.9em;
}

.ui-widget .ui-widget-content {
	background: #f9f9f9;
	border: 1px solid #999999;
	border-radius: 3px;
}

@media screen and (max-width: 530px) {
	.ui-widget {
		visibility: hidden;
	}
}

.utils {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1rem;
	margin-right: 0.5rem;
	list-style: none;
	flex-direction: row;
	justify-content: flex-end;
}

.utils-item a i {
	margin: 0px 8px;
	color: #505050;
}

.utils-item a i:hover {
	color: #0085CC;
	;
}

.detail-edit {
	float: right;
	padding-top: 10px;
	padding-right: 15px;
}

/***************** AKCNI NABIDKY ***************/

.akce h1, .akce h2 {
	background: url("/images/akce.png") 5px 7px no-repeat;
	font-family: 'Oswald', sans-serif, Arial, Sans-Serif;
	font-size: 1.5rem;
	color: #ee3338;
	line-height: 3.2rem;
	padding-left: 85px;
}

.akce-more {
	display: block;
	margin: 20px auto;
}


/***************** NEJ CENA ***************/

.nejcena h1, .nejcena h2 {
	background: url("/images/bestprice.png") 7px 0px no-repeat;
	font-family: 'Oswald', sans-serif, Arial, Sans-Serif;
	font-size: 1.5rem;
	color: #ee3338;
	line-height: 3.2rem;
	padding-left: 75px;
}


/****************** NOVINKY *****************/

.news h1, .news h2 {
	background: url("/images/novinka.png") 20px 7px no-repeat;
	font-family: 'Oswald', sans-serif, Arial, Sans-Serif;
	font-size: 1.5rem;
	color: #ee3338;
	line-height: 3.2rem;
	padding-left: 80px;
}


.btn-primary {
	color: #fff;
	background-color: #0085CC;
	border-color: #0085CC;
}

.btn-primary:hover {
	color: #fff;
	background-color: #03677d;
	border-color: #03677d;
}

.dph {
	text-align: center;
	font-family: 'Oswald', sans-serif, Arial, Sans-Serif;
	font-size: 1.1rem;
	padding: 25px 0px;
}

.main.catalogue:after,
.produkt:after,
.bezdph:after {
	font-family: 'Oswald', sans-serif, Arial, Sans-Serif;
	font-size: 1.1rem;
	content: "* ceny jsou uvedeny bez DPH";
	text-align: center;
	display: block;
	color: #444;
	padding: 25px 0px;
}


/********************** FOOTER ***********************/

.footer {
	background: #0085CC;
	width: 100%;
	padding: 15px 0;
	color: #fff;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}


/*************** PODSTRÁNKY **************/

.fasblue {
	color: #0085CC;
}

/**************** MAIN ****************/

section {
	-webkit-flex: 1 0 auto;
	/* Safari 6.1+ */
	-ms-flex: 1 0 auto;
	/* IE 10 */
	flex: 1 0 auto;
}

.main {
	margin-bottom: 5rem;
}


/************** BREADCRUMBS **************/

.breadcrumb {
	padding: 0.75rem 0;
	margin-bottom: 0.5rem;
	background: none;
	font-size: 0.95rem;
}

.main .breadcrumb a {
	color: #402020 !important;
}

.main .breadcrumb a:hover {
	color: #0085CC !important;
}

.breadcrumb-item a i {
	color: #505050;
}

.breadcrumb-item a {
	color: #505050;
}

.breadcrumb-item.active {
	color: #505050;
}

.breadcrumb-item+.breadcrumb-item::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	font-weight: 900;
	color: #0085CC;
	padding-right: .3rem;
}

.main nav ol {
	padding-left: 0 !important;
}

.main h1 {
	font-family: 'Oswald', sans-serif, Arial, Sans-Serif;
	font-size: 1.5rem;
	color: #ee3338;
}

.main h2 {
	font-family: 'Oswald', sans-serif, Arial, Sans-Serif;
	font-size: 1.25rem;
	margin-bottom: 2rem;
	font-weight: bold;
	color: #402020;
}

.main h3 {
	font-size: 1.25rem;
	margin-bottom: 1rem;
}

.main h4 {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.main p {
	color: #4b4b4b;
	text-align: justify;
}

.main i {
	line-height: 0.9rem;
}

.main a {
	text-decoration: none;
	color: #402020;
}

.main a:hover {
	color: #0490af;
}

@media screen and (max-width: 650px) {
	.main p,
	.main ol,
	.main ul {
		text-align: left;
	}
}

/******************* KONTAKTY ****************/

.w20 {
width: 25px;
}


/******************* POBOCKY ****************/

.main .map {
	-webkit-box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.3);
	box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.3);
	background: #fff;
	margin-bottom: 50px;
	border-radius: 2px;
}

.main .map iframe {
	width: 100%;
	vertical-align: top;
}

.main .bottom-line {
	border-bottom: 1px solid rgba(0, 0, 0, 0.25)
}


/******************** O NAS *****************/

.main ol {
	padding: 0 0 0 20px;
}

.main ol li {
	margin-bottom: 10px;
}

.main ol li ul {
	padding-left: 30px;
	list-style-type: lower-alpha;
}

.main .list-style-button {
	list-style-type: circle;
}

.levepodmenu {
	margin-left: 25px;
	float: left;
	margin-bottom: 25px;
	display: inline-block;
	color: #0085CC;
}

.levepodmenu li:hover{
	text-decoration: underline;
}

.img-right {
	float: right;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.img-right {
		float: none;
	}
}


/******************** HLEDANI *****************/

.hledaniuvod {
	margin-bottom: 40px;
	width: 100%;
	text-align: center;
	color: #666;
}

.hledaniuvod img {
	display: block;
}

.vyrazeny-produkt::after {
	position: absolute;
	top: 20px;
	left: -10px;
	z-index: 2;
	content: "VYŘAZENO";
	color: #ff3333;
	background-color: #ddd;
	padding: 0px 3px;
	font-size: 1.1rem;
	-moz-transform: rotate(-35deg);
	-webkit-transform: rotate(-35deg);
	transform: rotate(-35deg);
}


/***** KATALOG PRODUKTU - GRIDOVÉ ZOBRAZENÍ ****/

.produkt-item li {
	text-align: left;
}

.produkt-item img {
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

.produkt-item {
	background: white;
	padding: 1rem;
	-webkit-box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.3);
	box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.3);
}

.produkt-item:hover {
	-webkit-box-shadow: 0 0 24px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 0 24px 3px rgba(0, 0, 0, .3);
}

.produkt-item ul {
	list-style-type: none;
}

.produkt-item h2 {
	border-bottom: 1px solid rgba(4, 144, 175, 0.5);
	padding-bottom: 15px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 1.3rem;
	color: #212529;
}

.produkt-item a:hover {
	text-decoration: underline;
}

.produkt-item h2:hover {
	text-decoration: underline;
	color: #0085CC;
}

.list-button ul {
	list-style-type: disc;
	padding-left: 15px;
	font-size: 0.9rem;
	line-height: 1.2rem;
	color: #0085CC;
}

.list-button ul a {
	color: #444444;
}


/********** ŘÁDKOVÉ ZOBRAZENÍ **********/


.col-12.col-md-12 .p-item {
	background: white;
	padding: 20px 20px 45px 20px;
	-webkit-box-shadow: 0px 1px 0.5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 0.5px rgba(0, 0, 0, 0.1);
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
}

div.list-button div.col-md-12 .produkt-item img {}

div.list-button div.col-md-12 .produkt-item h2 {
	text-align: center;
	border-bottom: none;
}

div.list-button div.col-md-12 .produkt-item ul {
	flex-wrap: wrap;
	display: flex;
}

div.list-button div.col-md-12 .produkt-item ul li {
	flex: 1 0 33%;
	max-width: 250px;
}

div.list-button div.col-md-12 .produkt-item a {
	width: 250px;
	float: left;
}

@media screen and (max-width: 586px) {
	div.list-button div.col-md-12 .produkt-item a {
		width: 200px;
	}
}

@media screen and (max-width: 500px) {
	div.list-button div.col-md-12 .produkt-item a {
		width: 150px;
	}
}

@media screen and (max-width: 415px) {
	div.list-button div.col-md-12 .produkt-item a {
		float: none;
	}
	div.list-button div.col-md-12 .produkt-item ul {
		display: inline-block;
	}
}


/**** PRODUKTY - horizontalni polozky ****/

.p-list {
	padding-bottom: 10px;
}

.next {
	padding-bottom: 50px;
}


.p-item {
	background: white;
	padding: 20px 20px 45px 20px;
	-webkit-box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.2);
	box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.2);
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
}

.col-md-6 .p-item:hover {
	box-shadow: 0 0 16px 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 16px 3px rgba(0, 0, 0, .3);
}

@media screen and (max-width: 576px) {
	.col-12 .p-item p {
		-webkit-line-clamp: 2;
		margin-bottom: 5px;
		min-height: 40px;
	}
	.col-12 .p-item:hover {
		box-shadow: 0 0 5px 1px rgba(0, 0, 0, .3);
		-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .3);
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.col-12 .p-item p {
		-webkit-line-clamp: 2;
		margin-bottom: 5px;
		min-height: 40px;
	}
}

.p-item a {
	display: block;
	text-decoration: none;
}

.p-item a h2, .p-item a h3 {
	padding-bottom: 10px;
	margin-bottom: 0;
	color: #402020;
	font-size: 1.25rem;
}

.p-item h2, .p-item h3 {
	font-family: 'Oswald', sans-serif, Arial, Sans-Serif;
	font-size: 1.25rem;
	margin-bottom: 2rem;
	font-weight: normal;
	color: #402020;
}

.p-item img {
	float: left;
	margin-right: 10px;
}

.catalogue .p-list .p-item img {
	max-width: 100px;
	max-height: 100px;
}

.p-item a p {
	text-decoration: none;
	color: #4b4b4b;
	font-weight: 300;
	margin-bottom: 15px;
	display: block;
	/* Fallback for non-webkit */
	display: -webkit-box;
	min-height: 60px;
	/* Fallback for non-webkit */
	margin: 0 auto;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.9rem;
	line-height: 1.3rem;
}

.price-bar {
	position: absolute;
	bottom: 10px;
	right: 0px;
	z-index: 2;
	display: block;
	width: 100%;
	line-height: 1.5rem;
}

.p-item .price-bar {
	text-align: right;
}

.p-item .price-old {
	color: #a0a0a0;
	text-decoration: line-through;
	font-size: 1.2rem;
	font-family: 'Oswald', sans-serif, Arial, Sans-Serif;
	padding-right: 15px;
	text-align: right;
	white-space: nowrap;
}

.p-item .price-new {
	color: #ee3338;
	font-size: 1.2rem;
	font-family: 'Oswald', sans-serif, Arial, Sans-Serif;
	padding-right: 15px;
	white-space: nowrap;
}

@media screen and (max-width: 530px) {
	.p-item .price-new,
	.p-item .price-old {
		font-size: 1.0rem;
	}
}

.p-item .store {
	color: #604040;
	text-decoration: none;
	margin-right: 10px;
	text-align: left;
	float: left;
	margin-left: 30px;
}

.p-item .amount {
	margin-right: 25px;
	text-decoration: none;
	color: #402020;
	font-weight: 600;
	text-align: left;
	float: left;
}

@media screen and (max-width: 430px) {
	.p-item {
		padding: 15px 15px 60px 15px;
	}
	.p-item .store,
	.p-item .amount {
		font-size: .9rem;
	}
}

.vyrazeno::after {
	position: absolute;
	top: 45%;
	left: 50%;
	z-index: 2;
	text-align: center;
	content: "vyřazený produkt";
	color: #e1ddddaa;
	font-size: 15vw;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-30deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-30deg);
	transform: translateX(-50%) translateY(-50%) rotate(-30deg);
}


/********** PRODUKT - produktová karta ***********/

.produkt ul {
	padding: 0 0 0 20px;
}

.produkt li {
	margin-bottom: 0.3em;
}

.produkt {
	font-size: 0.9rem
}

.gallery {}

.img-height {
	max-height: 350px;
	margin-top: 10px;
}

@media screen and (min-width: 767px) and (max-width: 990px) {
	.img-height {
		margin-right: 10px;
		max-width: 200px;
	}
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
	.img-height {
		margin-right: 10px;
		max-width: 250px;
	}
}

@media screen and (min-width: 1200px) {
	.img-height {
		margin-right: 10px;
		max-width: 350px;
	}
}

.produkt table {
	display: block;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.produkt table td:first-child {
	white-space:nowrap;
	padding-left: 0px;
	padding-right: 5px;
}

.produkt table td {
	white-space:nowrap;
	line-height: 1.3;
	font-size: 0.8rem
}

table.ram {
  border-collapse: collapse;
}

table.ram td {
	padding: 3px !important;
	border: 1px solid #666;
}

.parameters H2 {
	margin-top: 1em;
    font-weight: normal;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

.parameters table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
}

.parameters th,
.parameters td {
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 0.9rem;
}

.parameters th {
  background-color: #f5f5f5;
  text-align: left;
  font-size: 0.9rem;
}

@media (max-width: 600px) {
  .parameters table,
  .parameters th,
  .parameters td {
    display: block;
    width: 100%;
  }

  .parameters th {
    background-color: transparent;
    font-weight: bold;
  }
}


.img-fluid:hover {
	cursor: zoom-in;
}

.poptat {
	width:.95rem;
}

/************* KURZOR *************/

.cursor-def {
	cursor: default !important;
}


/************* OBCHODNE TECHNICKE SLUZBY *************/

@media screen and (max-width: 767px) {
.sluzbyobchod-pic {
    width: 100% !important;
	cursor: default !important;
  }
}

@media screen and (min-width: 767px) {
.sluzbyobchod-pic {
    width: 50% !important;
	cursor: default !important;
  }
}


/************* KURZY *************/

.kurzy-list li:before {
	content: "\2022";
	font-size: 1.5rem;
	line-height: 1rem;
	color: red;
	font-weight: bold;
	display: inline-block;
	width: 1em;
}

.frame {
	padding: 20px;
	background: white;
	-webkit-box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.3);
	box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.3);
}

.main .frame p {
	color: #0490af;
}


/*************** KOŠÍK **************/

.eshop {}

.inbasket {
	position: absolute;
	top: -5px;
	left: 30px;
	padding: .25em .25em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	color: #fff;
	background-color: #0085CC;
}

.basket-container {
	width: 100%;
}

.oddelovac {
	border-bottom: 1px solid #ddd;
	margin: 5px 0px;
}

.basket-container .row [class*="col-"] {
	padding: 5px;
}

input[type=number] {
	width: 70px;
	text-align: center;
	padding-left: .2rem !important;
	padding-right: .2rem !important;
}

.cena-old {
	display: block;
	white-space: nowrap;
	text-decoration: line-through;
	color: #999;
}

@media screen and (min-width: 991px) {
	.akce-tag:before {
		content: "";
		display: inline-block;
		width: 54px;
		height: 36px;
		background-image: url("/images/akcetag.png");
		background-repeat: no-repeat;
		position: absolute;
		z-index: -1;
		right: 110px;
		top: 10px;
	}
}

@media screen and (min-width: 350px) and (max-width: 767px) {
	.akce-tag:after {
		content: "";
		display: inline-block;
		width: 54px;
		height: 36px;
		background-image: url("/images/akcetag.png");
		background-repeat: no-repeat;
		position: absolute;
		z-index: -1;
		left: 110px;
		top: 10px;
	}
}

@media screen and (min-width: 991px) {
	.akce-tag-intranet:before {
		content: "";
		display: inline-block;
		width: 54px;
		height: 36px;
		background-image: url("/images/akcetag.png");
		background-repeat: no-repeat;
		position: absolute;
		z-index: -1;
		right: 160px;
		top: 10px;
	}
}

@media screen and (min-width: 350px) and (max-width: 767px) {
	.akce-tag-intranet:after {
		content: "";
		display: inline-block;
		width: 54px;
		height: 36px;
		background-image: url("/images/akcetag.png");
		background-repeat: no-repeat;
		position: absolute;
		z-index: -1;
		left: 160px;
		top: 10px;
	}
}
.cena-current {
	display: block;
	white-space: nowrap;
}


.tlacitka {
	text-align: right;
	padding-top: 10px;
}

.tlacitko a {
	padding: 8px 12px;
	background: #E55A00;
	color: #fff;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
}

.tlacitko a:hover {
	background: #ee6800;
	color: #fff;
}


.show-form {
	display: none;
}

.kosik-objednavka h3 {
	margin-bottom: .75rem;
}

.error {
	color: #ee3338;
	font-weight: 600;
}

.podminky a {
	margin-right: 0px;
	color: #0490af;
}

.podminky a:hover {
	text-decoration: underline;
}

.kosik-objednavka input[type=submit] {
	margin-top: 10px;
	padding: 10px 20px;
	background: #ee6800;
	color: #fff;
	border-radius: 3px;
	border: none;
}

.kosik-objednavka input[type=submit]:hover {
	background: #ce4800;
	color: #fff;
}

.remove{
	vertical-align: middle;
	padding-bottom: 2px;
}

.obsahkosiku .btn-sm {
	padding: .2rem .2rem;
	font-size: .6rem;
	border-radius: .3rem;
}

.obsahkosiku table td {
	vertical-align: middle;
	padding: 2px 10px 2px 0px;
}

.obsahkosiku table tbody tr {
	border-bottom: 10px solid #fff0;
}

.obsahkosiku table tfoot {
	border-top: 30px solid #fff0;
}

.obsahkosiku table {
	width: 100%;
}

@media all and (max-width: 767px) {

.obsahkosiku table {
    border: 0px;
  }

.obsahkosiku table td{
    display: block;
	text-align: left !important;
	padding: 1px;
  }
}

.btn-pokracovat {
	color: #FFF !important;
	background-color: #0085CC;
	border-color: #ccc;
	width: 200px;
}

.btn-upravit {
	color: #555 !important;
	background-color: #ffd164;
	border-color: #ccc;
	font-weight: bold;
	line-height: 1rem;
}

.btn-pokladna {
	color: #fff !important;
	background-color: #E55A00;
	border-color: #ccc;
	width: 200px;
}

.btn-pokracovat:hover {
	background-color: #0d90bf;
	color: #fff !important;
}

.btn-upravit:hover {
	background-color: #ffc231;
	color: #555 !important;
}

.btn-pokladna:hover {
	background-color: #ee6800;
	color: #fff !important;
}

/*************** POKLADNA **************/
.textRed {
	color: red
}

.souhlas {
	margin-left: 2px;
	margin-right: 3px;
}


.souhlas a {
	text-decoration: underline;
}

#pokladnaobsah h3 {
	margin-top: 1.75rem;
	margin-bottom: .75rem;
	color: #484848;
}

#pokladnaobsah .list-group-item {
	padding: .75rem 1rem;
}

#pokladnaobsah .pokladnacelkem {
	font-weight: 700;
	background-color: #0085CC;
	color: white;
}

#orderForm h3 {
	margin-top: 1.75rem;
	margin-bottom: .75rem;
	font-weight: 700;
	color: #0095cc;
}

#orderForm div.row {
	display: table;
}

#orderForm div.row div {
	float: left;
}

#orderBlock fieldset p {
	float: left;
	text-align: left;
}


#orderForm article header label {
	margin: 3px 0px;
}

fieldset {
	background-color: #fafafa;
	border: 1px solid #e6e6e6;
	border-radius: .25rem;
	padding-top: .75em;
	padding-bottom: .75em;
	margin-bottom: .75em
}

#company, #deliveryAddress, #noteSwitch {
	margin-right: 5px;
}

#companyBlock p {
	padding-left: 15px;
	padding-right: 15px;
}


input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
	border: 1px solid #e6e6e6;
	color: #595959;
	padding: .5em .625em;
	width: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}


input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
textarea:focus {
/*	border-bottom: 2px solid #82bfe8!important;  */
	box-shadow: 0 0 1px 0 rgb(10, 179, 240);
/*	outline: 0 none  */
}


.form-control:focus {
	box-shadow: 0 0 2px 0 rgb(10, 179, 240);
}

#hledani  {
	flex: 1 1 165px;
}

select.phonePrefix {
	padding-left: .375em;
	padding-right: .375em;
	width: 28%
}

@media (min-width:500px) {
	select.phonePrefix {
		width: 15%
	}
}

@media (min-width:768px) {
	select.phonePrefix {
		width: 28%
	}
}

@media (min-width:992px) {
	select.phonePrefix {
		width: 22%
	}
}

form.order label {
	cursor: pointer;
	margin-bottom: 2px;
	margin-top: 5px;
}

form.order label.errorInput {
	font-size: 0.8rem;
	color: red
}

form.order article {
	margin: 0 .9375em
}

form.order article header {
	padding-top: .1875em;
	padding-bottom: 0
}

form.order article header label {
	display: block;
	vertical-align: middle;
}

form.order article header label input {
	margin-right: .3rem;
}

form.order article header span {
	float: right;
}

form.order article p.desc {
	font-size: .75em;
	padding: .16667em 2.08333em 0 1.8em;
	line-height: 1.1em;
	text-align: left;
}

form.order article ul.list-inline {
	margin-bottom: 0
}

form.order article ul.list-inline label {
	font-weight: 400
}

form.order button#ares-button {
	margin-top: .3125em
}

form.order #companyBlock h4 {
	font-size: 1.0625em;
	padding: .58824em .47059em .47059em .88235em
}

form.order textarea {
	height: 12.1875em;
	padding: .625em
}

form.order cite {
	margin: 5px 0 0 5px
}

.article-list__title {
	font-size: 1rem;
	font-weight: 600
}

@media (min-width:500px) {
	.article-list__title {
		font-size: 1.25rem
	}
}

.article__label {
	color: #fff;
	padding: .125rem .375rem
}

.article-list__desc {
	display: none
}

@media (min-width:500px) {
	.article-list__desc {
		display: block
	}
}

.dH {
	display: none
}

.cart-item-checkout {
	font-size: .8rem;
	flex: 1;
}

.cart-item-checkout-count {
	font-size: .8rem;
	text-align: right;
	margin-top: auto;
	color: #000;
	flex: 0 0 40px;
}


/****************   EDITOR KATALOGU    ****************/

.editor {
	font-size: 0.8rem;
	font-family: Arial,Arial CE,Helvetica,sans-serif;
}

.editor form textarea {
	width: 100%;
	border: 1px solid #666;
	color: #000;
	padding:2px;
	font-family: Arial,Arial CE,Helvetica,sans-serif !important;
}

.editor form input, .editor form select {
	border: 1px solid #666;
	width: unset;
	padding: 0px 2px;
	color: #000;
	font-family: Arial,Arial CE,Helvetica,sans-serif !important;
}

.list-products {
	border: 1px solid #ccc;
	width: 100%;
}

.list-products th,td {
	padding: 2px;
}

.list-products thead td {
	text-align: center;
}

.list-products tbody tr {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.list-products tbody tr:hover {
	background: #DDD;
}

.list-products tfoot td {
	padding: 5px;
}


/************************* TISK ***********************/
@media print {
    header,footer,nav,.e-shop,.noprint {
        display: none !important;
    }
}


/****************** LIGHTBOX VERTICAL CENTER FIX *************/

.lightbox {
   align-content: center;
   align-items: center;
   height :100%;
   display: flex;
   flex-direction: column;
   position: fixed !important;
   top: 0 !important;
}

#lightboxOverlay {
  height: 100% !important;
  left: 0;
  position: fixed !important;
  top: 0;
  width: 100% !important;
}

.lb-outerContainer {
    margin: auto;
}

.lb-image {
   margin: auto;
}

.lb-close {
    bottom: 100%;
    position: fixed;
    right: 3%;
    top: 30px;
  }

#cookiescript_copyright {
    visibility: hidden !important;
}
