*{
	margin: 0;
	padding: 0;
}

.anchorlink {
  position: relative;
  top: -200px;
  display: block;
  visibility: hidden;
}

img {
  max-width: 100%;
}

a img{
	border: 0;
}
.advimg{
	max-width: 100%;
}

.none{
	display: none;
}
.clear{
	clear: both;
}
hr{ display: none;}
a{
  color: #00ABBD;
}
a:hover{
	color: #444;
}
input, select, textarea{
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
	border: 1px solid #E6E3DB;
  padding: .3em;
  border-radius: 0;
}
select{
	position: relative;
	padding: 3px 20px 3px 8px;
	background: #fff url(../layout/selarr.svg?v=2) calc(100% - 7px) 50% no-repeat;
	background-size: 15px auto;

}
.radio {
	position: relative;
	margin-top: 3px;
	width: 14px;
	height: 14px;
	border: 1px solid #333333;
	border-radius: 50%;
}
.radio:checked:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin-top: -4px;
	margin-left: -4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #333333;
	content: "";
}

.checkbox {
	position: relative;
	margin: 0 5px -1px 0;
	width: 14px;
	height: 14px;
	border: 1px solid #333333;
}

.checkbox:checked:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin-top: -4px;
	margin-left: -4px;
	width: 8px;
	height: 8px;
	background: #333333;
	content: "";
}

html, body {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

body{
  margin: 0;
	padding: 0;
	text-align: left;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;

}

.overlinedbg{
	margin-top: 15px;
	padding: 40px 0;
	border-top: 1px solid #E6E3DB;
}
.fullwide {
  margin: 0;
  padding: 0;
}
.fullwide > .fgrid {
  max-width: 100%;
}
.fullwide > .fgrid > .frow > .fcol {
  margin: 0;
}

.whitebg {
  background: #fff;
  padding: 60px 0;
}
.graybg {
  background: rgba(230, 227, 219, .42);
  padding: 60px 0;
}
.gray2bg {
  background: #F7F7F7;
  padding: 60px 0;
}
.borderbg {
  background: #E6E3DB;
  padding: 60px 0;
}

.graybg .ctabut {
  background: #fff;
  color: #00ABBD;
}
.graybg .ctabut:hover {
  background: #00ABBD;
  color: #fff;
}

.alertblock{
  text-align: center;
  padding: 10px;
  background: #f0f0f0;
}

#icoline{
  position: absolute;
  top: 21px;
  right: 0px;
  padding: 2px 5px 0px 2px;

}

  .lang{
    display: block;
    float: left;
    margin-left: 5px;
    width:24px;
    height: 24px;
		filter:  opacity(0.5);
  }
  .lang span{display: none;}

  .lcz{background: url(../layout/flag_cz.png) 0% 0% no-repeat;}
	.lsk{background: url(../layout/flag_sk.png) 0% 0% no-repeat;}
  .len{background: url(../layout/flag_en.png) 0% 0% no-repeat;}
  .lde{background: url(../layout/flag_de.png) 0% 0% no-repeat;}
  .lru{background: url(../layout/flag_ru.png) 0% 0% no-repeat;}
  .lpl{background: url(../layout/flag_pl.png) 0% 0% no-repeat;}

	.lang.active{
		filter: opacity(1);
	}
	.lang:hover{
		filter: grayscale(0);
	}



  /* FLEX GRID */
  .fgrid{
    position: relative;
    margin: 0 auto;
  	max-width: 1200px;
  	width: 100%;
  	text-align: left;
  }

  .frow{
    position: relative;
    display: flex;
    flex-direction: row;

    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
  }
  .fcol {
      position: relative;
      margin: 10px 10px;
      min-width: 0;
      min-height: auto;
      width: 1px;

      flex: 1 1 auto;
      align-self: auto;
  }
	.fcol .frow{
			margin: -10px;
	}
  .fc-1{flex: 1 1 auto;}
  .fc-2{flex: 2 1 auto;}
  .fc-3{flex: 3 1 auto;}
  .fc-4{flex: 4 1 auto;}
  .fc-5{flex: 5 1 auto;}
  .fc-6{flex: 6 1 auto;}

  .order-1{ order: 1;}
  .order-2{ order: 2;}
  .order-3{ order: 3;}
  .order-4{ order: 4;}
  .order-5{ order: 5;}
  .order-6{ order: 6;}

	@media(max-width: 1200px){
	  .fgrid{
	    padding: 0 10px;
	    box-sizing: border-box;
	  }
	}
	/* @media(max-width: 768px){ */
	@media(max-width: 480px){
	  .frow{
	    flex-flow: column;
	    width: 100%;
	    box-sizing: border-box;
	  }
	  .fcol{
	    width: 100%;
			margin: 5px 0;
	    box-sizing: border-box;
	  }
		.fcol .frow{
			margin: 0;
		}
	}

	.narrowcol{
		max-width: 700px;
	}

  .lefted{
  	text-align: left;
  }
  .centered{
  	text-align: center;
  }
  .righted{
  	text-align: right;
  }
	.lgray{
		background: #f7f7f7;
	}
	.spaced{
		margin: 20px 0;
	}

  ol, ul{
    padding: 4px 0 8px 20px;
  }
  ol li, ul li{
    padding: 1px 0;
  }
  
  ul{
    list-style: square;
  }

	input.text, textarea{
			margin-bottom: 5px;
			padding: 5px;
			border: 1px solid #ccc;
			font-size: 14px;
			font-family: 'Open Sans', sans-serif;
	}
	.emsgholder {
		color: #f00;
	}
	input.valid {
		border-color: #91CAA3;
	}
	input.invalid {
		border-color: #f00;
	}

  .delimiter{
  	clear: both;
  	margin: 10px 0;
  	height: 1px;
  	border-bottom: 1px solid #ccc;
  }

  .ctabut{
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .15em;
    padding: .8em 2em;
    margin: 1em 0;
    transition: .3s;
    color: #00ABBD;
    background: #E5F6F8;
  }
  .ctabut:hover {
    background: #00ABBD;
    color: #fff;
  }

  .ctabut.heavy {
    background: #00ABBD;
    color: #fff;
  }

  .bignum{
  	text-align: center;
  }
  	.bignum .num{
  		font-weight: 700;
  		font-size: 500%;
  		line-height: 120%;
  	}
  	.bignum .hl{
  		display: block;
  		margin-bottom: 5px;
  		text-align: center;
  		font-size: 120%;
  	}
  	.bignum p{
  		font-size: 90%;
  	}

		.bigpoint{
      display: flex;
      flex-flow: column;
      text-align: center;
      margin: 10px;
		}
    .bigpoint-horizontal {
      flex-flow: row;
      text-align: left;
      margin: 20px 0 30px;
      align-items: center;
    }

    .bigpoint-horizontal img {
      margin-right: 30px;
      flex: 0 0 100px;
      }

		.bigpoint .text{
			flex: 1 1 auto;
			align-self: auto;
		}
		.bigpoint .hl{

			margin-bottom: 10px;
			display: inline-block;
		}
		.bigpoint p{
			line-height: 170%;
			color: #444;
		}
		.bigpoint-vertical{
			flex-direction: column;
			padding: 0 20px;
			text-align: center;

			align-items: center;
		}
		.bigpoint-vertical .img{
			margin: 0 auto 10px;
		}



/* HEADER */
.upperline{
	padding: 10px 0;
	background: #00ABBD;
	color: #fff;
}
.upperline .fgrid{
	display: flex;

	align-items: center;
	justify-content: space-between;
}
.upperline a{
	color: #fff;
	text-decoration: none;
}
.upperline a:hover{
	text-decoration: underline;
}
.promo{
	font-weight: 700;
	height: 100%;
	position: relative;
	padding-left: 10px;
}

.toptel{
	padding-left: 25px;
	background: url(../layout/tel_b.svg?v=3) 0% 50% no-repeat;
	background-size: 15px auto;
	margin-left: 30px;
}
.topmail{
	padding-left: 25px;
	background: url(../layout/mail_b.svg?v=2) 0% 50% no-repeat;
	background-size: 15px auto;
}
.freeshipblock{
	text-align: center;
	padding: 8px 0;
	border-style: solid;
	border-width: 2px 0;
	border-color: #e4e4e4;
}

.header {
  top: 0;
  position: relative;
  z-index: 2;
  background: #04A0AA;
}


.topleft{
	order: 1;
  width: 200px;
  flex-shrink: 1;
}
.topcenter{
	order: 2;
	text-align: center;
  flex: 1 1 auto;
  max-width: 1180px;
  margin: 0 10px;
}
.fcol .headline,
.fcol .menuline {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}
.menublock {
  width: 100%;
}

.fcol .frow.menurow {
  display: flex;
width: 100%;
box-sizing: border-box;
margin: -6px -10px;
}


.header .headline{
  align-items: center;
}
.frow.headline{
	flex-flow: row;
}
.headline{
  padding: 10px 0 5px;
}
.topright {
  order: 3;
  padding: 0 0 0 20px;
}
.topcart{
	text-align: right;
}
.cartlink{
	position: relative;
	display: flex;
	float: right;
	text-decoration: none;
  color: #fff;
	align-items: center;
}
.cart_ico{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../layout/cart.svg?v2) 0% 0% no-repeat;
	background-size: 30px auto;
}
.cart_cnt{
	position: absolute;
	bottom: -6px;
	left: 20px;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #e76f62;
	color: #fff;
	text-align: center;
	text-align: center;
	font-size: 90%;
	line-height: 20px;
}
.cart_price{
	margin-left: 18px;
}

#logo{
  position: relative;
  text-decoration: none;
  display: block;
  margin-left: 2px;
}

#logo img{
	max-width: 180px;
  height: auto;
}

.topmenu{
  z-index: 10000;
	padding: 0px 10px;
	color: #000;
  text-align: center;

}
  .topmenu ul{
		display: flex;
    list-style: none;
    justify-content: flex-start;
    padding: 5px 0;
    margin-bottom: 0;
  }
  .topmenu ul li a{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    margin-right: 40px;

  }
  .topmenu ul li a:hover{
    color: #444;
    text-decoration: none;
  }
  .topmenu ul li a.active{
    color: #444;
    text-decoration: none;
  }
  .topmenu ul li a.active:hover{
    color: #444;
  }

  .srchform {
    display: flex;
    padding: 5px 10px 5px 0;
    background: #E5F6F8;
    margin: 0 40px;
    flex-grow: 1;
    align-items: center;
  }
  .srchform .text {
  	padding: 8px 15px;
		width: calc(100% - 28px);
  	border: none;
    background: transparent;
    color: #333333;
  	font-size: 14px;
    margin-bottom: 0;
  }

  .srchform .submit {
  padding-left: 3px;
	margin-left: 10px;
	width: 28px;
  height: 28px;
  border: none;
  background: url(../layout/srch.svg?v=2) 50% 50% no-repeat;
  background-size: 24px auto;
  cursor:pointer;
  }
  .srchform span {
    display: none;
  }
  .ui-autocomplete li{
  	font-size: 13px;
  }

  .freeshipblock {
    border-top: 1px solid #E6E3DB;
    border-bottom: 1px solid #E6E3DB;
    background: #fff;
    text-align: center;
    font-size: 14px;
    padding: 8px 0;
  }


/* FOOTER  */
.roundfooter {
  background: #04A0AA;
  padding: 60px 0;
  color: #333333;
}
.footer {
  background: url(../layout/footlogo.svg?v) 0% 0% no-repeat;
  background-size: 150px auto;
  padding-left: 290px;
  font-size: 14px;
}

.upperfooter{
	border-top: 1px solid #e5e5e5;
	padding: 0px 0;
}
.advantages{
	display: flex;
	flex-wrap: wrap;
}
.advantages a{
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background-size: 40px 40px;
	align-items: center;
	display: flex;
	min-height: 40px;
	box-sizing: border-box;
	padding: 5px 10px 5px 60px;
	width: calc(100% / 6 - 1px);
	text-decoration: none;
	margin: 10px 0;
}
.ad_overeno{background-image: url(../layout/p_overeno.svg);}
.ad_offer{background-image: url(../layout/p_offer.svg);}
.ad_stock{background-image: url(../layout/p_onstock.svg);}
.ad_delivery{background-image: url(../layout/p_transport.svg);}
.ad_shops{background-image: url(../layout/p_shops.svg);}
.ad_discounts{background-image: url(../layout/p_discounts.svg);}

.frowpadded{
	flex-wrap: wrap;
}
.frowpadded .fcol{
  padding: 10px 10px;
	box-sizing: border-box;
	width: calc(100% / 4  - 20px);
}
.footer a{
  color: #222;
}
.footer a.footbutton{
  display: inline-block;
  margin: 20px 0;
  padding: 10px;
  background: #222;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
.fico {
  display: inline-block;
  padding: 5px 0 5px 30px ;

  line-height: 24px;
}
.ftel{
  background: url(../layout/tel_b.svg) 0% 50% no-repeat;
	background-size: 20px auto;
	line-height: 120%;
}
.ftel span{
	font-size: 12px;
	display: block;
	margin-top: 0;
}
.fmail{
  background: url(../layout/mail_b.svg) 0% 50% no-repeat;
	background-size: 20px auto;
}
.fmail a{
  text-decoration: none;
}

.footer .hl{
	display: block;
	font-weight: 400;
  font-size: 24px;
	margin-bottom: 12px;
}
.footer ul{
  padding: 5px 0;
  list-style: none;
}
.footer ul li{
  padding: 4px 0;
  margin: .2em 0;
}
.footer a{
  text-decoration: none;
  color: #333333;
}
.footer ul a:hover{
  text-decoration: underline;
}
.footer .supportline {
  margin-bottom: 15px;
  line-height: 180%;
}
.footer .shl span {
  font-weight: 400;
}

.fcphone {
  background: url(../layout/f_tel.svg) 0% 0% no-repeat;
  padding: 0 0 0 25px;
}
.fcmail {
  background: url(../layout/f_mail.svg) 0% 0% no-repeat;
  padding: 0 0 0 25px;
}
.fsocials a {
  display: inline-block;
  padding: 0 0 0 30px;
}
.fsocials .fb {
  background: url(../layout/f_fb.svg) 6px 50% no-repeat;
  background-size: auto 20px;
}
.fsocials .ig {
  background: url(../layout/f_ig.svg) 2px 50% no-repeat;
  background-size: auto 20px;
}
.fsocials .yt {
  background: url(../layout/f_yt.svg?v=1) 0px 50% no-repeat;
  background-size: auto 25px;
}

.footer .icos{
	display: flex;
	align-items: center;
}
.footer .icos > *{
	max-height: 25px;
	margin-right: 10px;
}
.footer .icos img{
	height: 25px;
}

.lowerfooter {
  background: #333;
  color: #fff;
  padding: 30px 0 10px 0;
}
.lowerfooter p {
  color: #fff;
}
.lowerfooter .hl {
  font-weight: 400;
  font-size: 24px;
}
.otherpages {
  padding: 30px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.otherpages a {
  margin: 10px 15px;
}
.copyinfo p {
  font-size: 12px;
}


/* HP */
.hptext{
	padding: 20px 0;
	text-align: center;
}
.hptext p{
	color: #404040;
	font-weight: 100;
	font-size: 24px;
}
.cattext{
	padding: 30px 0 0;
	text-align: center;
}
.cattext p{
	margin: auto;
	width: 90%;
	color: #333333;
	font-weight: 100;
	font-size: 16px;
}
.scenttext{
	text-align: left;
}
.scenttext p{
	width: calc(100% - 20px);
	margin-left: 20px;
}

.jumbo{
	position: relative;
}
.jumbotext{
	position: absolute;
	left: 30px;
	bottom: 20px;

}
.jumbotext p{
	width: 80%;
	color: #222;
	font-weight: 100;
	font-size: 24px;
	line-height: 150%;
}

.delimited{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
	padding: 10px;
}

.stars{
	list-style: none;
	margin: 0;
	padding: 0;
	column-count: 2;
}
.stars li{
	list-style: none;
	background: url(../layout/star.png) 0% 5px no-repeat;
	padding-left: 20px;
}

.imglink{
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
}
.imgbanner{
	position: relative;
	text-decoration: none;
	display: block;
}
.imgbanner img{
	max-width: 100%;
	width: 100%;
	display: block;
}
.imglink img{
	position: absolute;
	top: 50%;
  left: 50%;
  margin-right: -50%;
	min-width: 100%;
	min-height: 100%;
  transform: translate(-50%, -50%);
}
.il-180{ height: 180px; }
.il-280{ height: 280px; }
.il-380{ height: 380px; }

.imglink .text,
.imgbanner .text{
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	box-sizing: border-box;
	padding: 10px;
	min-height: 80px;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;

	flex-flow: row;
	align-items: center;
}
.imglink:hover .text,
.imgbanner:hover .text{
	background: rgba(0, 0, 0, 0.7);
}
.imglink .textin,
.imgbanner .textin{
	display: flex;
	margin: auto;

	flex-flow: column;
}
.imglink .text .title,
.imglink .text .desc,
.imgbanner .text .title,
.imgbanner .text .desc{
		display: block;
}
.imglink .text .desc,
.imgbanner .text .desc{
	font-weight: 100;
	font-size: 90%;
}

.imglink .flag,
.imgbanner .flag{
	position: absolute;
	top: 0;
	display: inline-block;
	padding: 8px 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.flag-left{
	left: 0;
}
.flag-right{
	right: 0;
}
.flag-red{ background: #e9bc82; }
.flag-blue{ background: #3a8ec7; }

.imglink .btn,
.imgbanner .btn{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	position: absolute;
	bottom: 30px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	transition: .3s;
  background: #fff;
	color: #00ABBD;
  letter-spacing: .15em;
  padding: .8em 2em;
}
.imglink:hover .btn,
.imgbanner:hover .btn {
	color: #fff;
  background: #00ABBD;
}



.topilu{
	position: relative;
	overflow: hidden;
	margin-top: 0;
	width: 100%;

}
.topilu img,
.hpbanner img{
	max-width: 100%;
	width: 100%;
}

.subcategories{
	display: flex;
	margin: 0 -5px;

	flex-flow: row;
	flex-wrap: wrap;
	justify-content: center;
}
.subcategories a{
	display: block;
	box-sizing: border-box;
	margin: 5px;
	padding: 20px;
	width: calc(25% - 10px);
	border: 1px solid #E6E3DB;
	text-align: center;
	text-decoration: none;
  background: #fff;
}
.subcategories a:hover{
	border: 1px solid #E6E3DB;
}
.subcategories a strong{
	display: block;
	color: #333333;
	font-size: 18px;
}
.subcategories a .img{
	display: block;
	display: block;
	overflow: hidden;
	margin: 0 auto 0px;
	width: 80%;
	text-align: center;
}
.subcategories a .img img{
	display: block;
	max-height: 100%;
	margin: auto;
  max-width: 100%;
}


.subcategories.scsmaller{
	justify-content: flex-start;
}
.subcategories.scsmaller a{
  box-sizing: border-box;

	width: calc(100% / 6 - 10px);
	border: 1px solid #E6E3DB;
	padding: 2px 25px 2px 2px;
	background: url(../layout/next.svg?v=2) calc(100% - 5px) 50% no-repeat;
	background-size: 12px auto;
	display: flex;
	align-items: center;
	text-align: left;
	margin: 3px;
	justify-content: flex-start;
}.bigchecks ul {
  list-style: none;
  font-size: 18px;
  margin: 20px auto;
  font-weight: 700;
  line-height: 180%;
}
.bigchecks ul li::before {
  content: url(../layout/intextcheck.svg);
  padding-right: 5px;
}
.bison-power {
  color: #CD1719;
}
.bison-extreme {
  color: #0E3F8F;
}
.simplified .product .shortdesc {
  display: none;
}
.simplified .product .hl {
  height: auto;
  margin-bottom: 0;
}
.prodscol .product {
  width: 100%;
}

@media(max-width: 1024px){
  .subcategories a {
    width: calc(100% / 4 - 10px);
  }
}
@media(max-width: 768px){
  .subcategories a {
    width: calc(100% / 3 - 10px);
  }
}
@media(max-width: 480px){
  .subcategories a {
    width: calc(100% / 2 - 10px);
  }
}
@media(max-width: 414px){
  .subcategories.scsmaller a {
    width: calc(100% - 10px);
  }
}

.subcategories.scsmaller a .img{
	display: flex;
	margin: auto;
	width: 40px;
	height: 40px;
	flex: 0 0 auto;
	margin-right: 10px;
}
.subcategories.scsmaller a:hover{
	border-color: #00ABBD;

}
.subcategories.scsmaller a strong{
	font-weight: 500;
	font-size: 14px;
	line-height: 110%;
	flex: 1 1 auto;
}
.subcategories.scsmaller a:hover strong{
	text-decoration: none;
	color: #00ABBD;
}

.subcategories.scextended{
	margin-bottom: 20px;
}
.subcategories.scextended a{
		box-sizing: border-box;
		width: calc((100% / 6) - 20px);
		min-width: auto;
}
.subcategories.scextended a .img{
	display: flex;
	margin: auto;
	width: 100%;
	height: auto;
	flex: 0 0 auto;
	margin-right: 10px;
}
.subcategories.scextended a strong{
	display: block;
	color: #000;
	font-size: 14px;
}
.subcategories.scextended a .img{
	display: block;
	margin-bottom: 10px;
}
.subcategories.scextended a .img img{
	width: 80%;
}
.subcategories.scextended a:hover{
	border-color: #fff;
}

.subcategories.scscent a{
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
	width: calc((100% / 5) - 20px);
}
.subcategories.scscent a:hover{
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .25);
	border-color: #eee;
}
.subcategories.scscent a strong{
	text-align: left;
	padding: 0 20px;
	margin: 0;
	display: block;
}
.subcategories.scscent a .sctrans{
	text-align: left;
	padding: 0 20px;
	margin: 0;
	display: block;
}
.subcategories.scscent a .scdesc{
	display: inline-block;
  width: 100px;
  overflow: hidden;
  text-overflow:ellipsis;
	text-align: left;
	height: 65px;
	padding: 10px 20px 20px;
	width: calc(100%);
	font-size: 90%;
	box-sizing: border-box;
}
.subcategories.scscent a .img img{
	max-width: 100%;
}
.scparams {
	font-size: 85%;
	margin-top: 3px;
}

.catfilter{
	display: flex;
	padding: 5px;
	border-bottom: 1px solid #ccc;

	align-items: flex-end;
}
.prodflags,
.prodorder{
	flex: 1;
}
.inlineform{
	display: inline;
	float: left;
	margin-right: 20px;
	padding-bottom: 3px;
}

.prodorder{
	text-align: right;
}
.prodorder select{
	display: inline-block;
	border: none;
	border-radius: 0;
	font-weight: 700;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}


/* prodbox */
.products{
	display: flex;
	margin: 0 0px;
	width: 100%;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: center;
}
.product{
	position: relative;
	display: block;
	box-sizing: border-box;
	margin: 10px;
	padding: 10px;
	width: calc(25% - 20px);
	border: 1px solid #fff;
	text-align: center;
	text-decoration: none;
  color: #333333;
	line-height: 130%;
  background: #fff;
}
.product:hover{
	border-color: #E6E3DB;
  color: #333333;
}
.product .hl{
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
	height: 49px;
	font-weight: 500;
  font-size: 18px;
  line-height: 140%;
}
.product .shortdesc {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.product .img{
	position: relative;
	display: block;
	overflow: hidden;
	padding: 20px 0;
	text-align: center;
}
.product .img img{
	max-width: 200px;
}
.productflags{
	position: absolute;
	top: 0;
	right: 0px;
}
.productflags.pfprodcard{
	left: 0;
}
.productflags .pflag{
	display: block;
	float: right;
	clear: both;
	margin-bottom: 2px;
	padding: 2px 4px;
	background: #222;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
}
.productflags.pfprodcard .pflag{
	float: left;
}
	.productflags .pflag_action{background: #e7cd1d;}
	.productflags .pflag_new{background: #3a8ec7;}
	.productflags .pflag_sellout{background: #ae6e2e;}
	.productflags .pflag_tip{background: #4fbc29;}
	.productflags .pflag_preparing{background: #ff9900;}
	.productflags .pflag_discount{background: #FF9966;}
	.productflags .pflag_freeship{background: #57ab27;}
	.productflags .pflag_ycbox{background: #D1A542;}
	

  span.dostst{
    display: block;
    margin-top: 5px;
    font-weight: 100;
    font-size: 14px;
  }
  
  span.skladem {
  color: #1FC687;
  }
  
  span.posl {
  color: #f26522
  }
  
  span.neni {
  color: #888
  }

.product .price{
	font-weight: 700;
}
.product .common, .common{
	padding: 0 8px 0 0;
	color: #404040;
	text-decoration: line-through;
	font-weight: 500;
}
.product .discounted, .discounted{
	color: #f0675c;
}

.prodtocartform{
	padding: 10px 0 0;
	height: 34px;
}

.prodtocart{
	display: none;
	width: 34px;
	height: 34px;
	border: none;
	border-radius: 50%;
  background-color: #FF9546;
	background-image: url(../layout/cart_w.svg?v=2);
  background-position: 50% 50%;
  background-repeat: no-repeat;
	background-size: 22px auto;
	cursor: pointer;
}
.product:hover .prodtocart{
	display: inline-block;
}
.prodtocart:hover{
	background-color: #FF9001;
}

.pagination{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	align-items: baseline;
	padding: 0 0 20px;
}
.pagination a{
	display: inline-block;
	padding: 8px;
	border: 1px solid #E6E3DB;
  color: #333333;
	text-decoration: none;
	margin: 3px;
	width: 20px;
	text-align: center;
}
.pagination a:hover{
	background: #E6E3DB;
}
.pagination a.active{
	font-weight: 700;
	background: #E5F6F8;
	border-color: #E5F6F8;
	color: #00ABBD;
}
.pagination span{
	display: inline-block;
	padding: 4px 10px;
	color: #ccc;
}

.proddetail .price{
	font-weight: 700;
	font-size: 18px;
}
.proddetail .shortdescr{
	padding-bottom: 20px;
	font-style: italic;
}

.prodmaininfo {
  display: flex;
  align-items: flex-start;
}
.prodcardimg {
  width: 360px;
}
.prodcartinfo {
  margin: 0 0 0 30px;
  display: flex;
}
.prodcardtext {
  margin-right: 30px;
}
.prodcardcart {
  background: #E5F6F8;
  width: 360px;
  flex: 0 0 auto;
  box-sizing: border-box;
  padding: 30px;
  font-size: 14px;
}

.mainimg {
  max-width: 100%;
}
.mainimg img {
  max-width: 100%;
}
.prodgal{
	display: flex;
	margin: 0 -10px;
}
.prodgal a {
	padding: 0 10px;
	width: 25%;
	text-align: center;
  opacity: .6;
  transition: .3s;
}
.prodgal a:hover {
  opacity: 1;
}
.prodgal a img{
	max-width: 100%;
}

.prodcardtext h1 {
  font-size: 36px;
  line-height: 120%;
}
.prodcardtext .smallinfo {
  font-weight: 100;
  font-size: 90%;
}

.prodcardcart .addAdv {
  background: #FF9546;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
  padding: .8em;
  margin-top: 2em;
  cursor: pointer;
  transition: .3s;
}
.prodcardcart .addAdv:hover {
  background: #FF9001;
}
.prodcardcart .dostst {
  font-weight: 700;
}
.prodcardcart select {
  border: none;
  padding: .5em 1.2em;
  margin-left: .5em;
}
.prodcardcart .price {
  font-size: 36px;
  font-weight: 700;
}

.hint {
  font-size: 70%;
}

/* TABS */
.tabcontrol {
  display: flex;
  z-index: 2;
  position: relative;
}
.tca {
  color: #00ABBD;
  background: #E5F6F8;
  border: 1px solid #E5F6F8;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: .5em 2em;
  margin-right: 3px;
  transition: .3s;
}
.tca:hover{
  color: #fff;
  background: #00ABBD;
  border-color: #00ABBD;
}
.tca.active{
  color: #333333;
  overflow: hidden;
  background-color: #fff;
  border-color: #E6E3DB;
  border-bottom: 2px solid #fff;
  margin-bottom: -1px;
}

.tabscontent {
  padding: 2em;
  border: 1px solid #E6E3DB;
  font-size: 14px;
  margin-bottom: 2em;
}

.tab{
  display: none;
}
.tab:first-child{
  display: block;
}

.tabcontwrap .tab:first-child{
  display: none;
}
.tabcontwrap .tab.active{
  display: block;
}

.files {
  list-style: none;
  padding: 10px 0;
}
.files li {
  padding: 2px 0 2px 30px;
  display: inline-block;
  background: url(../layout/file.svg) 0% 0% no-repeat;
  background-size: 22px auto;
}

/* PORADNA */
.poradnaInline {
  background: url(../layout/poradna.png) calc(100% - 100px) 100% no-repeat;
  padding: 190px 50% 70px 0;
  margin-top: -170px;
  margin-bottom: -60px;
}

blockquote{
  padding: 15px 10px;
  margin: 5px 0;
}

blockquote.err{
  border: none;
  background: #C64C4C;
  color: #fff;
}
blockquote.ok{
  border: none;
  background: #1FC687;
  color: #fff;
  font-weight: bold;
}
.kontakt {
  border-top: 1px solid #E6E3DB;
  padding: 20px 0;
}
.kontakt .formrow{
		align-items: flex-start;
		justify-content: flex-start;
		margin: 0 0 20px 0;
}
.spec{
  visibility: hidden;
  height: 1px;
  overflow: hidden;
}
.kontakt .sendrow{
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.kontakt input,
.kontakt textarea {
  background: #E5F6F8;
  border: #E5F6F8;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.kontakt textarea {
  height: 250px;
}
.kontakt label {
  width: 100%;
  font-size: 14px;
  padding: 10px 0;
  display: block;
}
.kontakt .submit {
  background: #FF9546;
  color: #fff;
  text-transform: uppercase;
  width: auto;
  padding: 10px 30px;
  margin-right: 20px;
  font-weight: 700;
  transition: .3s;
}
.kontakt .submit:hover {
  background: #FF9001;
}
.kontakt .sendrow em {
  font-size: 14px;
  font-style: normal;
}
.mleft {
  margin-left: 50px;
}

.paynote {
	font-size: 80%;
	font-style: italic;
	color: #999;
}
.paymentinfo {
	line-height: 180%;
}
.paymentinfo .lab {
	display: inline-block;
	width: 200px;
	margin-right: 10px;
	text-align: right;
}
.paymentinfo strong {
	display: inline-block;
	width: 200px;
	text-align: left;
}

.mainimg{
	margin-top: 20px;
	text-align: center;
	position: relative;
}
.mainimg img{
	max-width: 100%;
}
.prodgal{
	display: flex;
	margin: 0 -10px;
}
.prodgal a{
	padding: 0 10px;
	width: 25%;
	text-align: center;
}
.prodgal a img{
	max-width: 100%;
}


/* CART */

.order-next{
	float: right;
	margin: 10px 0 20px;
	padding: 10px 14px;
	border: none;
	background: #FF9966;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
}
.order-next:hover{
	background: #FF9966;
	color: #fff;
}
.no-next{
	background: #999;
	cursor: not-allowed;
}
.no-next:hover{
	background: #999;
}
.order-back{
	float: left;
	font-size: 90%;
	line-height: 50px;
}

.cart{
	margin: 20px 0;
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
}
.cart td{
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}
.cart .img{
	width: 100px;
}
.cart .img img{
	max-width: 100%;
}
.cart .nazev{
	line-height: 110%;
}
.cart .nazev a{
	color: #000;
	text-decoration: none;
}
.cart .nazev em{
	color: #bbb;
	font-size: 90%;
}
.crossed{
	text-decoration: line-through;
	color: red;
	font-size: 14px;
}
.recaptab .crossed {
	font-size: 100%;
}
.cart .cenaks, .cart .celkem{
	text-align: right;
}
.cart .celkem{
	font-size: 130%;
}
.cart .delbut{
	display: block;
	width: 16px;
	height: 16px;
	border: none;
	background: url(../layout/remove.svg) 0% 0% no-repeat;
	background-size: 16px 16px;
	cursor: pointer;
}
.cart .del{
	width: 20px;
	text-align: right;
}
.cart tr:hover .delbut{
	display: block;
}
.cart .discountName {
	color: red;
	font-size: 13px;
}


.orderrecap{
	margin: 20px 0 0;
	padding: 15px;
	background: #f0f0f0;
	font-size: 90%;
	border-radius: 10px;
}
.orderrecap table{
	width: 100%;
	border-collapse: collapse;
}
.orderrecap table td{
	padding: 10px 5px;
	border-bottom: 1px solid #ccc;
}
.orderrecap table img{
	max-width: 60px;
}
.orderrecap .allprice{
	padding: 10px 5px 0;
	font-weight: bold;
	font-size: 140%;
}

.deliveries{
	margin: 5px 0 20px;
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
}
.deliveries td{
	padding: 15px 10px;
	border-bottom: 1px solid #ccc;
}
.deliveries .celkem{
	text-align: right;
}
.deliveries .selrow{
	font-weight: bold;
}
.deliveries .nahled{
	vertical-align: middle;
	text-align: center;
}

.radio{
	position: relative;
	margin-top: 3px;
	width: 14px;
	height: 14px;
	border: 1px solid #444;
	border-radius: 50%;
}

.radio:checked:after{
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin-top: -4px;
	margin-left: -4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #000;
	content: "";
}

.checkbox{
	position: relative;
	margin: 0 5px -1px 0;
	width: 14px;
	height: 14px;
	border: 1px solid #999;
}

.checkbox:checked:after{
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin-top: -4px;
	margin-left: -4px;
	width: 8px;
	height: 8px;
	background: #000;
	content: "";
}

.morepadded{
	margin-right: 40px;

}
.deliveryform{
	margin-right: 40px;
}

.recapblock{
	text-align: right;
	font-weight: 100;
}
.recapblock .recapprice{
	display: block;
	margin-bottom: 10px;
	font-size: 24px;
}

.discountbox{
	margin-bottom: 30px;
}
.discountbox .text{
	float: left;
	margin-right: 10px;
	padding: 8px 15px;
	border: 1px solid #ccc;
	font-size: 14px;
	border-radius: 4px;
}
.dsubmit{
	float: left;
	padding: 8px 15px;
	border: 1px solid #000;
	background: #fff;
	color: #000;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	border-radius: 4px;
}
.dischl{
	display: block;
	padding-bottom: 5px;
}

.gift.dismissed .nazev{
	text-decoration: line-through;
	color: #aaa;
}

.gift.dismissed .dsubmit{
	float: none;
}

.err{
	color: #f00;
}
.blockerr{
	margin: 5px 0;
	padding: 10px;
	border: 1px solid #ff9d9d;
	background: #fff5f5;
}

.orderform label{
	display: block;
	padding: 4px 0;
}
.orderform .text{
	margin-bottom: 5px;
	max-width: 100%;
	width: 400px;
	border-radius: 4px;
}
.orderform .pozn{
	display: block;
	width: 400px;
}
.overlined{
	margin-top: 15px;
	padding: 10px 0;
	border-top: 1px solid #ccc;
}
.orderform label.inlined{
	display: inline;
}

.boxopener-wrapper{
	clear: both;
	padding-top: 15px;
}
.hidden{
	display: none;
}



.milestone{
	display: flex;

	justify-content: center;
	flex-wrap: nowrap;
	align-content: stretch;
}
.milestone .text, .milestone .img{
	width: 1px;

	flex: 1 1 auto;
}
.milestone .text{
	padding: 30px 0px 0;
	text-align: right;
}
.milestone .hl{
	position: relative;
	padding-left: 40px;
	font-weight: 700;
	font-size: 34px;
}
.milestone:nth-of-type(2n+1) .hl::before{
	position: absolute;
	top: calc(50% - 2px);
	left: 0px;
	width: 30px;
	height: 4px;
	background: #000;
	content: '';
}
.milestone .text p{
	padding-left: 40px;
	font-size: 90%;
}
.milestone .img{
	border-right: 4px solid #000;
	border-left: 0;
	text-align: center;

	order: 1;

}
.milestone .img img{
	overflow: hidden;
		max-width: 100%;
	border-radius: 50%;
}
.milestone:nth-of-type(2n) .img{
	border-right: 0;
	border-left: 4px solid #000;

	order: 2;

}
.milestone:nth-of-type(2n+1) .text{
	text-align: left;

	order: 2;
}
.milestone:nth-of-type(2n) .hl{
	padding-right: 40px;
}
.milestone:nth-of-type(2n) .hl::after{
	position: absolute;
	top: calc(50% - 2px);
	right: 0px;
	width: 30px;
	height: 4px;
	background: #000;
	content: '';
}
.milestone:nth-of-type(2n) .text p{
	padding-right: 40px;
	font-size: 90%;
}



.rounded{
	text-align: center;
}
.rounded img{
	max-width: 100%;
	border-radius: 50%;
}


.customli{
	position: relative;
	padding: 5px 10px 5px 60px;
}
.customli .nr{
	position: absolute;
	top: 6px;
	left: 5px;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #4e4e4e;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	line-height: 40px;
}
.customli .hl{
	font-size: 20px;
}

.vertical-center .fcol{
	align-self: center;
}

#map_canvas{
	width: 95%;
	height: 400px;
}

.tzs{
	list-style: none;
	text-align: center;
}
.pgal{
	display: flex;
	margin: 10px 0 50px;
	flex-wrap: wrap;
	justify-content: center;
}
.pgbox{
	box-sizing: border-box;
	margin: 10px;
	min-width: 150px;
	width: calc(100% / 6 - 20px);
	text-align: center;
}

.katc{
	font-size: 13px;
}

.cartModal{
	width: 550px;
	max-width: calc(100% - 40px);
	padding: 10px 20px;
	color: #222;
}
.cartModal .hl{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	display: block;
	color: #222;
}
.cartModal .addedprod{
	display: flex;
	align-items: center;
	padding: 20px 0;
}
.cartModal .addedprod .img{
	margin-right: 20px;
	width: 130px;
	max-width: 30%;
}
.cartModal .addedprod .img img{
	width: 100%;
}

.cartModal .addedprod .text{
	margin-right: 20px;
}
.cartModal .addedprod .text p{
	padding: 10px 0;
	font-size: 90%;
}
.cartModal .freeshipline{
	position: relative;
}
.cartModal .freeshipline::before{
	content: url(../layout/continuearr.png);
	position: absolute;
	left: -12px;
	bottom: -15px;
}

.cartModal .buttons{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.cartModal .buttons a{
	margin: 10px 0 10px;
  padding: 10px 14px;
  border: none;
	text-decoration: none;
	display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
	border-radius: 4px;
	border: 2px solid #000;
	color: #000;
}
.cartModal .buttons .v2actionPrimary{
	background: #FF9966;
	border-color: #FF9966;
	color: #fff;
	margin-left: 10px;
}
.wbut{

}

.mnuopener{
	display: none;
	font-size: 30px;
	text-decoration: none;
	color: #444;
}
.responsivemenu{
	display: none;
	position: absolute;
	right: 0;
	z-index: 20;
	background: #fff;
	padding: 20px;
	min-width: 200px;
	max-width: 400px;
	width: 80%;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	text-align: left;
}
.responsivemenu ul{
	list-style: none;
	padding: 5px 0 0;
	margin: 0;
}
.responsivemenu ul li{
	padding: 5px 0;
}
.responsivemenu ul li a{
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	font-size: 16px;
}
.responsivemenu ul li a:hover{
	text-decoration: underline;
}

.breadcrumbs{
	padding: 20px 0;
	color: #333333;
  font-size: 14px;
}
.breadcrumbs a{
	text-decoration: underline;

	color: #333333;
}
.breadcrumbs a:hover{
	text-decoration: underline;
	color: #444;
}
.breadcrumbs span{
	color: #333333;
	padding: 0 5px;
}


.a_left{
  float: left;
  margin-right: 30px !important;
  z-index: 2;
}
.a_right{
  float: right;
  padding-left: 30px !important;
  z-index: 2;
}
.a_center {
  text-align: center;
}
.a_center img {
  margin: 10px auto 20px;
  max-width: 100%;
}
.spacer {
  height: 80px;
}
.hilight-block {
  border-left: 10px solid #00ABBD;
  background: #E5F6F8;
  padding: 20px 20px;
  margin: 10px 0 20px;
}
.hilight-block p:last-child {
  padding-bottom: 0;
}

.cont_articles{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.article_text {
  font-size: 16px;
  max-width: 900px;
  margin: auto;
  color: #333;
}
.article_text p {
  line-height: 1.7em;
}

.art_det{
	width: calc((100%/3) - 10px);
	margin: 5px;
	box-sizing: border-box;
	padding: 10px;
	text-decoration: none;
  text-align: left;
  color: #333333;
}
.art_det .img{
	display: block;
	margin-bottom: 10px;
	width: 100%;
}
.art_det img{
	max-width: 100%;
	width: 100%;
}

.art_det .hl{
	display: block;
	font-size: 120%;
	font-weight: 700;
	margin-bottom: 5px;
  color: #00ABBD;
}
.art_det .time{
	font-style: italic;
	font-size: 13px;
	color: #888;
}
.article_meta{
	font-style: italic;
	color: #666;
	font-size: 13px;
	padding: 30px 0;
}

.mnuopener,
.srchopener,
.srchcloser {
	display: none;
}
.mnuopener::after {
  content: '☰';
  display: inline-block;
  width: 14px;
  text-align: center;
}

.sessbanner {
  margin: 0 0px 10px;
}

.hpl_router{
	height: 100%;
}
.hpl_router .imgbanner{
	margin-bottom: 17px;
	display: block;
}
.hpl_router .imgbanner .text{
	background: none;
	text-align: left;
	min-height: 50px;
	align-items: flex-start;
}
.hpl_router .textin{
	width: 100%;
}
.hpl_router .imgbanner .text .textin strong{
	font-weight: 400;
}


.yc_cathead{
	display: flex;
	background: #f2f2f2;
	align-items: stretch;
	margin: 0px 0 10px;
}
.yc_cathead .text{
	padding: 30px 40px;
	width: 40%;
	justify-content: center;
	display: flex;
	flex-flow: column;
}
.yc_cathead .text h1{
	margin: 0;
	padding: 0;
	line-height: 100%;
}
.yc_cathead .text .advinfo{
	font-size: 130%;
	display: inline-block;
	margin: 5px 0 0;
}
.yc_cathead .catdescription{
	padding-top: 10px;
}
.yc_cathead .text {
	font-size: 13px;
}
.yc_cathead .img{
	overflow: hidden;
}
.yc_cathead .img img{
	min-height: 100%;
}


.boxsubs{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
}
.yc_scentcat{
	display: block;
	width: calc((100% / 3) - 22px);
	min-width: 300px;
	box-sizing: border-box;
	margin: 10px;
	text-decoration: none;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
	border: 1px solid #fff;
}
.yc_scentcat:hover{
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .25);
	border-color: #eee;
}
.yc_scentcat .text{
	padding: 20px;
	display: inline-block;
	font-weight: 100;
}
.yc_scentcat .desc{
	line-height: 150%;
}
.yc_scentcat img{
	max-width: 100%;
}
.yc_scentcat .title{
	display: block;
	margin: 0 0 10px;
	font-size: 16px;
}

@media(min-width: 1024px){
	.collection_icon .col_link{
		display: block;
		position: relative;
		width: calc(100% - 30px);
		box-sizing: border-box;
		padding: 50px 600px 0 0;
		text-align: center;
		margin-top: 60px;
	}
	.collection_icon .col_link .col_logo{

	}
	.collection_icon .col_link .col_moodimg{
		width: 560px;
		top: 0px;
		right: 0;
		position: absolute;
	}
}


.scentlink{
	display: flex;
	width: 100%;
	box-sizing: border-box;
	text-decoration: none;
	margin: 10px 0 20px;
}
.scentlink .descblock{
	width: 280px;
	display: inline-block;
	text-align: center;
	padding-top: 30px;
}
.scentlink .descblock .hl{
	display: block;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 100;
}
.scentlink .descblock .desc{
	display: block;
	text-align: center;
	padding: 10px 20px;
}
.scentlink .sqaredwrapper{
	width: 280px;
	margin-top: 30px;
	height: 280px;
	display: block;
	overflow: hidden;
	position: relative;
}
.scentlink .moodwrapper{
	width: 100%;
	margin-left: 20px;
	position: relative;
	display: block;
	overflow: hidden;
}
.scentlink .sqaredwrapper img,
.scentlink .moodwrapper img{
	position: absolute;
	top: 50%;
  left: 50%;
  margin-right: -50%;
	min-width: 100%;
	min-height: 100%;
  transform: translate(-50%, -50%);
}

.scentlink:nth-child(2n) .descblock{
	order: 2;
}
.scentlink:nth-child(2n) .moodwrapper{
	margin-left: 0px;
	margin-right: 20px;
}


.params{
	margin: 30px 0 10px;
	border-collapse: collapse;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.params td{
	padding: 8px;
	border-top: 1px solid #ddd;
}
.params tr:nth-child(2n) td{
	background: #f6f6f6;
}
.params .label{
	width: 30%;
}
.params .val{

}

.orddone{
	max-width: 450px;
	margin: 15px auto 40px;
}
.orddone::before,
.paysuccess::before{
	content: '';
	display: block;
	height: 60px;
	width: 60px;
	background: url(../layout/orddone.svg) 50% 50% no-repeat;
	position: relative;
	margin: 0 auto 25px;
}
.payblock{
	margin: 15px auto 0px;
}
.payfailed::before{
	content: '';
	display: block;
	height: 60px;
	width: 60px;
	background: url(../layout/failed.svg) 50% 50% no-repeat;
	position: relative;
	margin: 0 auto 25px;
}

.orddoneinner{
	padding: 20px;
	border-radius: 10px;
	background: #f7f7f7;
	text-align: left;
}
.ordp{
	padding: 10px 0 10px 50px;
	background-repeat: no-repeat;
	background-position: 0% 15px;
}
.ordp1{ background-image: url(../layout/orddone1.svg); }
.ordp2{ background-image: url(../layout/orddone2.svg); }
.ordp3{ background-image: url(../layout/orddone3.svg); }

.brandlinks{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px 0px 20px;
}
.brandlink{
	text-align: center;
	box-sizing: border-box;
	margin: 10px;
	width: calc(100% / 3 - 20px);
	text-decoration: none;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
	padding: 20px 40px 60px;
	border-radius: 5px;
	position: relative;
}
.brandlink img{
	height: 60px;
}
.brandlink .p{
	display: block;
	margin: 15px 0;
	color: #222;
}
.brandlink .btn{
	background: #000;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 15px;
	border-radius: 3px;
	font-weight: 700;
	position: absolute;
	bottom: 20px;
	width: 120px;
	box-sizing: border-box;
	left: calc(50% - 60px);
}
.brandlink:hover{
	box-shadow: 2px 2px 8px rgba(0, 0, 0, .5);
}
.brandlink:hover .btn{
	background: #00ABBD;
}

.socials a{
	display: inline-block;
	height: 30px;
	margin: 0 6px;
}
.socials a img{
	max-height: 100%;
}

.ilutextbox{
  display: flex;
  align-items: center;
  margin: 40px 0;
}
.ilutextbox img{
  width: 40%;
  margin-right: 60px;

}
.ilutextbox .text{
  width: 60%;
  box-sizing: border-box;
  padding: 40px;
}

.ilutextbox:nth-child(2n) img,
.right .ilutextbox img{
  order: 2;
  margin-right: 0;
  margin-left: 60px;
}

.voucherinfo {
	background: #f0f0f0;
	display: block;
	margin: 10px 0;
	padding: 10px;
}


.admlink{
	position: fixed;
	top: 0;
	left: 0;
}

@media(max-width: 1500px){
  .topmenu ul li a {
    font-size: 16px;
  }
}

@media(max-width: 1200px){
	.upperline{
		padding-left: 5px;
		padding-right: 5px;
	}
	.mfcat2{
		overflow: hidden;
	}
  .topleft {
    width: auto;
  }
  .fullwide > .fgrid {
    padding: 0;
  }
}

@media(max-width: 1024px){
	.kssig{
		display: none;
	}
	.topmenu ul{
		padding-left: 5px;
		padding-right: 5px;
	}
	.jumbotext{
		width: calc(100% - 60px);
	}
	.jumbotext p{
		width: 100%;
		font-size: 20px;
	}
	.subcategories.scextended a{
			width: calc((100% / 4) - 20px);
	}
	.advantages a{
	width: calc(100%/3);
	}
	.advantages a{
		width: calc(100%/3);
	}
	.frowpadded .fcol{
		width: calc(100% / 2  - 20px);
	}
}
@media(max-width: 992px){

  .roundfooter {
    padding: 20px 0 40px;
  }
  .footer {
    background-position: 50% 0%;
    padding: 120px 0 0;
  }
  .prodcardimg {
    flex-basis: 50%;
  }
  .prodcartinfo {
    flex-flow: column;
    flex-basis: 50%;
  }
  .prodcardtext {
    margin: 0 0 30px 0;
  }
  .prodcardcart {
    width: 100%;
  }
  .poradnaInline {
    background: url(../layout/poradna.png) 100% 100% no-repeat;
  }
}

@media(max-width: 768px){
	.cenaks{
		display: none;
	}
	.prodmaininfo{
		flex-flow: column;
		text-align: left;
	}
	.prodmaininfo .fcol{
		width: 100%;
	}

  .header {
    position: relative;
    z-index: 3;
  }
  .topleft {
    margin-right: auto;
  }
  #logo img {
    max-height: 50px;
  }
  #logo .motto {
    display: none;
  }
  .topmenu ul li a {
    font-size: 14px;
    padding: 0 5px;
  }
  .headpoint {
    font-size: 14px;
  }
  .md-hidden {
    display: none;
  }
  .menublock {
    display: flex;
    flex-flow: column;
  }
  .menublock.open {
    display: flex;
  }

  .topmenu {
    padding: 0;
    margin: 0;
    order: 2;
  }
  .topmenu ul {
    flex-flow: column;
    padding: 0;
  }
  .topmenu ul li {
    padding: 0;
    margin: 0;
  }
  .topmenu ul li a {
    background: #00ABBD;
    color: #fff;
    display: block;
    padding: 15px 0;
    margin: 0;
    border-top: 1px solid #fff;
  }
  .topmenu ul li a:hover {
    background: #444;
    color: #fff;
  }
  .topcenter {
    position: absolute;
    left: 0;
    top: 67px;
    width: calc(100% + 40px);
    margin: 0 -20px;
    display: none;
  }
  .srchform {
    margin: 0;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  .srchform .text {
    width: 100%;
    font-size: 14px;
    padding: 12px 10px;
  }
  .srchform .submit {
    background: #00ABBD;
    width: auto;
    height: auto;
    font-family: 'Open Sans';
    color: #fff;
    font-weight: 700;
  }
  .srchform .submit span {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
  }
  .mnuopener {
    display: inline-flex;
    align-items: center;
    color:#fff;
    flex: 0 0 auto;
    text-decoration: none;
    padding: 10px;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 18px;
    font-weight: 600;
    order: 4;
  }
  .mnuopener span {
    display: inline-block;
    letter-spacing: -1px;
    padding-right: 5px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 4px;
  }
  .mnuopener.open::after {
    content: '✕';
  }
  .mnuopener:hover {

  }
  .srchcloser {
    text-decoration: none;
    font-size: 22px;
    font-weight: 800;
    margin-left: 20px;
    margin-top: -3px;
    display: block;
  }
  .fcol .menuline {
    display: none;
    position: absolute;
    width: calc(100% + 40px);
    left: -20px;
    top: 66px;
  }
  .srchopener {
    order: 2;
    background: url(../layout/srch_b.svg?v=3) 50% 50% no-repeat;
    background-size: 30px auto;
    width: 28px;
    height: 28px;
    padding: 10px;
    display: inline-block;
  }
  .srchopener span{
    display: none;
  }

  .cart_price {
    display: none;
  }
  .cart_ico {
    background: url(../layout/cart_w.svg?v=2) 0% 0% no-repeat;
  }
  .topcart {
    padding: 0 10px;
  }

  .art_det {
    width: 100%;
  }

	.mainimg{
		margin: auto;
	}

	.mnuopener{
		display: block;
	}
	.menurow{
		display: none;
	}
	.recapcol{
		display: none;
	}
	.resp-hide{
		display: none;
	}
	.deliveryform{
		margin-right: 0px;
	}
	.deliveryform h2{
		text-align: center;
	}
	.orderform{
		max-width: 400px;
		margin: 0 auto;
	}
	.headline .frow{
		justify-content: space-between;
	}
	.topleft{
	flex: 1 1 auto;
	width: 100%;
	}
	.topcenter{
		flex: 0 0 30px;
		order: 3;
	}
	.shopslink{
		display: none;
	}
	.topright{
		order: 2;
    padding: 0;
	}
	.promo{
		display: none;
	}
	.tcontblock{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		display: flex;
		justify-content: space-between;
	}
	.scenttext p{
		width: 100%;
		margin-left: 0px;
	}

	.jumbotext p{

		font-size: 18px;
	}
	.topilu{
		margin-top: 10px;
	}

	.yc_cathead{
		flex-flow: column;

	}
	.yc_cathead .text{
		order: 2;
	}
	.yc_cathead .img img{
		height: auto;
		width: 100%;
	}
	.yc_cathead .text{
		padding: 30px 40px;
		width: calc(100% - 80px);
	}

	.il-180{ height: auto; }
	.il-280{ height: auto; }
	.il-380{ height: auto; }
	.imglink img{
		position: relative;
		top: auto;
	  left: auto;
	  margin-right: 0;
		min-width: 100%;
		width: 100%;
		min-height: 100%;
	  transform: translate(0%, 0%);
	}
	.subcategories.scextended a{
			width: calc((100% / 3) - 20px);
	}
	.subcategories{
		margin: 0;
	}
	.brandlink{
		width: calc(100% - 20px);
		max-width: 450px;
	}
	#hw-87kwowifjjowiklsadh666left{
		display: none;
	}


	.imglink .btn,
	.imgbanner .btn{
		font-size: 14px;
		padding: 5px 15px;
		bottom: 10px;
		left: 50%;
		transform: translateX(-50%);
	}

  .footer {
    background-size: 100px auto;
    padding: 100px 0 0;
  }
  .footer .frow {
    flex-flow: column;
    margin: 0;
  }
  .footer > .frow .fcol {
    text-align: center;
    width: 100%;
  }
  .footer .hl {
    margin-bottom: 0px;
  }
  .footer .icos {
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .ilutextbox {
    flex-flow: column;
    margin: 20px 0;
  }
  .ilutextbox img,
  .ilutextbox:nth-child(2n) img,
  .right .ilutextbox img{
    order: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    width: auto;
    }
  .ilutextbox .text {
    width: 100%;
    padding: 20px 0;
  }
  .product {
    width: calc(100% / 3 - 20px);
  }
  .prodmaininfo {
    flex-flow: column;
  }
  .prodcartinfo {
    margin: 0;
  }
  .prodcardtext {
    margin: 0 30px 30px;
  }
  .prodcardimg {
    width: 100%;
    text-align: center;
  }
  .prodgal {
    justify-content: center;
  }
  .kontakt > .frow {
    flex-flow: column;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
  .kontakt > .frow > .fcol{
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
  .poradnaInline {
    margin-top: 0;
    padding: 0 0 500px 0;
    background-position: 50% 100%;
  }

  .prodsChecker > div {
    width: 100%;
  }
  .prodsChecker > div:nth-child(4n + 1),
  .prodsChecker > div:nth-child(4n + 4) {
    background: #fff;
  }
  .prodsChecker .ms_prod1:nth-child(2n + 1) {
    justify-content: flex-start;
  }
}

@media(max-width: 480px){
	.inlineform{
		display: block;
		float: none;
	}
  .product {
    width: calc(100% / 2 - 20px);
  }
  .freeshipblock {
    padding-inline: 12px;
  }

	.frowpadded {
		text-align: center;
	}
	.footer .icos{
		justify-content: center;
	}
	.footer .icos > *{
		margin: 0 5px;
	}

	.catdescription{
	/*	display: none; */

	}
	.catdescription p{
		width: 100%;
	}

	.collections_main .col_link,
	.collections_secondary .col_link{
		width: 100%;
		box-sizing: border-box;
	}
	.subcategories.scextended a{
			width: calc((100% / 2) - 20px);
	}
	.tcontblock{
		flex-flow: column;
	}
	.toptel{
		margin-left: 0;
	}
	.upperline{
		padding-left: 0;
		padding-right: 0;
		margin: 0;
	}
	#logo img{
		max-width: 100%;
	}
	.advantages a{
		width: calc(100%/2);
	}
	.frowpadded .fcol{
		width: calc(100%);
	}
	.copyinfo{
		text-align: center;
	}
}

@media(max-width: 414px){
	.headline{
		flex-flow: row;
		width: 100%;
		margin: 0;
	}
	.ava{
		display: none;
	}
	.subcategories.scsmaller a{
		width: 100%;
	}
}

@media(max-width: 320px){

}
button span {
	display: block;
	text-transform: none;
	font-size: 90%;
}


h1 {
  letter-spacing: .02em;
}
.bigger p{
  padding: 0 0 2em 0;
  line-height: 160%;
  font-weight: 600;
  font-size: 18px;
}

h2.section,
h3.section {
  text-transform: uppercase;
  font-size: calc(48px / 2);
  letter-spacing: .15em;
  line-height: 1.5em;
}


.spaced {
  margin-top: 50px;
}
.narrow {
  max-width: 900px;
  margin: auto;
}
.twocols {
  column-count: 2;
  column-gap: 20px;
}

.motto {
  color: #00ABBD;
  font-size: 13px;
  position: absolute;
  right: 2px;
  bottom: 0px;
}


.bluebg {
  background: #00ABBD;
  padding: 30px 40px;
}
.bluebg h1 {
  margin: 0;
  color: #fff;
}
.doublehl h1 {
  line-height: 100%;
}
.bisonff {
  display: flex;
  align-items: center;
}
.bisonff::before {
  content: url('../layout/H1_fastfix_logo.jpg');
  margin-right: 20px;
}


.ms_prod1 {
  display: flex;
}

.ms_prod1 .inner {
  width: 600px;
  padding: 40px;
  box-sizing: border-box;
}
.ms_prod1 .hl {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.ms_prod1 .hl img {
  margin-right: 20px;
}
.ms_prod1 .hl strong {
  font-size: 28px;
}
.ms_prod1 .ctabut{
  margin: 10px 0 30px;
}
.ms_prod1 .addinfo {
  color: #CCCCCC;
  font-size: 13px;
}

.prodsChecker {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
}

.prodsChecker > div:nth-child(4n + 1),
.prodsChecker > div:nth-child(4n + 4) {
  background: #F7F7F7;
}

.prodsChecker .ms_prod1:nth-child(2n + 1) {
  justify-content: flex-end;
}

/* CLP */
.clppictos{
	font-size: 80%;
	display: flex;
	flex-wrap: wrap;
	margin: 10px -10px;
}
.clppictos .picto{
	display: flex;
	flex-flow: column;
	align-items: center;
	width: 100px;
	padding: 10px;
	text-align: center;
}

.clppictos .picto img{
	width: 60px;
	margin: 5px;
}
.clpsigword{
	font-weight: 700;
	padding: 20px 0;
}

.space-bottom {
  margin-bottom: 48px;
}
.space-top {
  margin-top: 48px;
}
.space {
  margin-top: 48px;
  margin-bottom: 48px;
}
.narrow {
  max-width: 700px;
}
.narrow2 {
  max-width: 900px;
}

.pmRed {
  color: #E0081F;
}
.altecoOrange {
  color: #F56404;
}
.altecoBg {
  background: #FFF5EF;
  padding: 60px 0;
}
.alteco .ctabut {
  background: #F56404;
  color: #fff;
}
.alteco .ctabut:hover {
  background: #F56404;
  color: #fff;
}
.alteco h2 {
  color: #F56404;
}

.samsonRed,
.samsonR h2 {
  color: #E30513;
}
.samsonR .ctabut,
.samsonR .ctabut:hover {
  background: #E30513;
  color: #fff;
}

.samsonBlueBg {
  background: #EBF7FF;
}
.samsonBlueBg h2 {
  color: #035E9A
}
.samsonBlueBg .ctabut,
.samsonBlueBg .ctabut:hover {
  background: #035E9A;
  color: #fff;
}

.maxrepBg {
  background: #222224;
  color: #fff;
  padding: 60px 0;
}
.maxrepBg h2 {
  color: #fff;
}

.boosterBg {
  background: #1C1A49;
  color: #fff;
  padding: 60px 0;
}
.boosterBg h2,
.boosterBg h1,
.boosterBg p {
  color: #fff;
}

.bigger {
  font-size: 20px;
  font-weight: 600;
}
.smaller {
  font-size: 14px;
}


.video {
  text-align: center;
}

.poradna {
	background: url(../layout/poradna.png) 75% 100% no-repeat;
  margin-bottom: 0px;
  padding: 0 50% 0 100px;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
  text-align: left;
}
.poradna h2 {
  margin-left: 0;
}
.poradna .ctabut {
  background: #FF9546;
  color: #fff;
  transition: .3s;
}
.poradna .ctabut:hover {
  background: #FF9001;
}

.advimg {
  display: flex;
  flex-flow: column;
  max-width: 100%;
  margin: auto;
}
.advimg .desc {
  background: #fff;
  text-align: center;
  padding: 15px;
  display: inline-block;
}

.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.grid2 img {
  width: 100%;
}
@media (max-width: 568px) {
  .grid2 {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.grid3 img {
  width: 100%;
}
@media (max-width: 568px) {
  .grid3 {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media(max-width: 480px){
  .headline{
    flex-flow: row;
    width: 100%;
    margin: 0;
  }

  .topcenter,
  .fcol .menuline {
    top: 62px;
  }

  .product {
      width: calc(100% / 2 - 20px);
  }
  .tabcontrol {
    flex-flow: column;

  }
  .tca {
    border: none;
    margin: 1px 0 0;
  }
  .tca.active {
    border: none;
    margin: 1px 0 0;
    background: #00ABBD;
    color: #fff;
  }
  .kontakt .submit {
    order: 2;
    margin: 20px 0 0 0;
  }
  .kontakt .mandatory {
    text-align: center;
  }
  .sessbanner {
    margin: 0 10px 5px;
  }
  .bisonff::before {
    display: none;
  }
}

.step {
  display: flex;
  align-items: center;
  text-align: left;
}
.step + .step {
  margin-top: 20px;
}
.step .nr {
  font-size: 48px;
  font-weight: 900;
  color: #E1E1E1;
  margin-right: 20px;
}
.step .text {
  margin-right: auto;
}
.step .text h3 {
  margin-bottom: 5px;
}

button span {
	display: block;
	text-transform: none;
	font-size: 90%;
}