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

.none{
	display: none;
}
.clear{
	clear: both;
}
hr{ display: none;}
a{
  color: #545d70;
}
a:hover{
	color: #444;
}
input, select, textarea{
	box-sizing: border-box;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select{
	position: relative;
	padding: 3px 20px 3px 8px;
	background: url(../layout/selarr.svg) calc(100% - 7px) 50% no-repeat;
	background-size: 15px auto;

}

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

}

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

}

.alertblock{
  text-align: center;
  padding: 10px;
  background: #000;
	color: #fff;
	font-weight: 700;
}

#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: 5px;
      min-width: 0;
      min-height: auto;
      width: 1px;

      flex: 1 1 auto;
      align-self: auto;
  }
	.fcol .frow{
			margin: -5px;
	}
  .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;
		}
	}

  .lefted{
  	text-align: left;
  }
  .centered{
  	text-align: center;
  }
  .righted{
  	text-align: right;
  }
	.lgray{
		background: #f7f7f7;
	}
	.yellowbg{
		background: #ffe600;
		padding: 20px 0;
	}
	.graybg{
		background: #f7f7f7;
	}
	.whitebg{
		padding: 30px 0;
	}



  /* BASE COMPONENTS */
  h1{
  	display: block;
    margin: 10px 0 20px;
    padding: 5px 0 0px 0;
    color: #000000;
    font-weight: 500;
    font-size: 38px;
  		font-family: 'Open Sans', sans-serif;
  }
  h2{
    margin: 20px 0 0;
    padding: 0px 0 5px 0px;
    color: #222;
  	text-transform: none;
  	font-weight: 400;
    font-size: 24px;
  		font-family: 'Roboto', sans-serif;
  	line-height: 130%;
  }
	.yellowbg h2{
		margin: 0;
		padding: 0;
	}

  h3{
    margin: 15px 0 0;
    padding: 0px 0 0px 0px;
    color: #000;
  	text-transform: none;
  	font-weight: 700;
    font-size: 22px;
  	font-family: 'Roboto', sans-serif;
  }
  h4{
    margin: 13px 0 0;
    padding: 0px 0 10px 0px;
    color: #000;
  	font-weight: 700;
		text-transform: uppercase;
    font-size: 14px;
  	font-family: 'Roboto', sans-serif;
  }
	h4 a{
		color: #000;
	}
  p{
    padding: 0 0 8px 0;
    line-height: 140%;
  }

  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;
	}

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

  .ctabut{
  	display: inline-block;
  	clear: both;
  	margin: 20px 0;
  	padding: 10px 20px;
		background: #ffe600;
		color: #000;
  	text-decoration: none;
  	font-weight: bold;
  	font-size: 16px;
  }
  .ctabut:hover{
  	background: #222;
  	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{
  	position: relative;
  	display: flex;
  	flex-direction: row;
  	margin: 20px 0;

  	flex-wrap: nowrap;
  	justify-content: center;
  	align-content: flex-start;
  	align-items: flex-start;
  }
  	.bigpoint .img{
  		margin-right: 20px;
  		width: 80px;

  		flex: 1 1 auto;
  		align-self: auto;
  	}
  	.bigpoint .text{
  		flex: 1 1 auto;
  		align-self: auto;
  	}
  	.bigpoint .hl{
  		font-size: 130%;
  	}
  	.bigpoint p{
  		font-size: 90%;
  	}
  	.bigpoint-vertical{
  		flex-direction: column;
  		padding: 0 20px;
  		text-align: center;

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

/* SVICKY */

/* HEADER */
.upperline{
	padding: 10px 0;
	background: #191919;
	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{
}
.topmail{

}
.freeshipblock{
	text-align: center;
	padding: 8px 0;
	border-style: solid;
	border-width: 1px 0;
	border-color: #e4e4e4;
}
.topcenter,
.topleft,
.topright,
.tcontblock{
	flex: 1 1 auto;

	padding: 5px;
}
.topleft{
	order: 1;
}
.topcenter{
	order: 2;
	text-align: center;
	margin-left: auto;
}
.topright{
	order: 4;
}
.tcontblock{
	order: 3;
	margin-right: auto;
	display: flex;
	flex-flow: column;
}

.header{
	background: #ffe600;
}
.header a{
	color: #000;
}
.roundmenu{
	border-bottom: 15px solid #ffe600;
	background: #ffe600;
}
.header .headline{
  align-items: center;
}
.frow.headline{
	flex-flow: row;
}
.headline{
  padding: 10px 0 5px;
}
.topcart{
	text-align: right;
}
.cartlink{
	position: relative;
	display: flex;
	float: right;
	text-decoration: none;

	align-items: center;
}
.cart_ico{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../layout/cart.svg) 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: #393939;
	color: #fff;
	text-align: center;
	text-align: center;
	font-size: 90%;
	line-height: 20px;
}
.cart_price{
	margin-left: 18px;
}
#logo img{
	max-width: 146px;
}
#logo{
	padding: 5px;
}

.topmenu{
  z-index: 10000;
	padding: 5px 0;
  text-align: center;
}
  .topmenu ul{
		display: flex;
		box-sizing: border-box;
    list-style: none;
  	text-align: center;
		justify-content: space-between;
		width: 100%;
		padding: 0;

  }
  .topmenu ul li{

  }
  .topmenu ul li a{
    display: inline-block;
    color: #000;
    text-decoration: none;
		text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
		min-width: 100px;
		padding-top: 100px;
		margin: 0 10px;
		background-position: 50% 0% ;
		background-repeat: no-repeat;
		font-family: 'Roboto Condensed';
  }

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

	.srchform{
		margin-right: -20px;
	}

  .srchform .text {
    display: inline-block;
    float: left;
		border-radius: 4px;
  	padding: 8px;
		width: calc(100% - 30px);
  	border: none;
		margin: auto;
    border: 1px solid #f3f3f3;
  	background: #f3f3f3;
    color: #666;
    font-style: italic;
  	font-size: 13px;
  }

  .srchform .submit {
  display: inline-block;
  float: left;
  padding-left: 3px;
	margin-left: -30px;
	width: 25px;
  height: 28px;
  border: none;
  background: url(../layout/srch.svg) 50% 5px no-repeat;
  cursor: pointer;
	border-radius: 4px;
  }
  .ui-autocomplete li{
  	font-size: 13px;
  }


/* FOOTER  */
.roundfooter {
	background: #ffe600;
}
.footer {

  margin: 10px 0 10px;
  color: #222;
}
.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/f_tel.svg?v=2) 0% 10px no-repeat;
	background-size: 20px auto;
	line-height: 120%;
}
.ftel span{
	font-size: 12px;
	display: block;
	margin-top: 0;
}
.fmail{
  background: url(../layout/f_mail.svg) 0% 50% no-repeat;
	background-size: 20px auto;
}
.fmail a{
  text-decoration: none;
}

.footer .hl{
	display: block;
	font-weight: 400;
  font-size: 18px;
	margin-bottom: 12px;
}
.footer ul{
  padding: 5px 0;
  list-style: none;
}
.footer ul li{
  padding: 4px 0;
}
.footer ul a{
  text-decoration: none;
}
.footer ul a:hover{
  text-decoration: underline;
}

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

.copyinfo{
  padding: 10px 0 20px;
  text-align: right;
  font-size: 12px;
}


.todo{filter: opacity(.1);}


/* HP */
.hptext{
	padding: 20px 0;
	text-align: center;
}
.hptext p{
	color: #404040;
	font-weight: 100;
	font-size: 24px;
}
.cattext{
	padding: 30px 0;
	text-align: center;
}
.cattext p{
	margin: auto;
	width: 80%;
	color: #404040;
	font-weight: 100;
	font-size: 18px;
}
.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;
}

.carousel img {
	width: 100%;
}

.imglink{
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
}
.imgbanner{
	position: relative;
	text-decoration: none;
}
.imgbanner img{
	max-width: 100%;
}
.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; }


.topilu{
	position: relative;
	overflow: hidden;
	margin-top: 0;
	width: 100%;
	height: 220px;
}
.topilu img{
	position: absolute;
	top: 50%;
  left: 50%;
  margin-right: -50%;
	min-width: 100%;
	min-height: 100%;
  transform: translate(-50%, -50%);
}

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

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


.subcategories.scsmaller{
	justify-content: flex-start;
}
.subcategories.scsmaller a{
	min-width: 100px;
	width: 194px;
	border: 2px solid #e4e4e4;
	border-radius: 3px;
	padding: 2px 25px 2px 2px;
	background: url(../layout/next.svg) calc(100% - 5px) 50% no-repeat;
	background-size: 12px auto;
	display: flex;
	align-items: center;
	text-align: left;
	margin: 3px;
	justify-content: flex-start;
}
.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: #545d70;
}
.subcategories.scsmaller a strong{
	font-weight: 700;
	font-size: 14px;
	line-height: 110%;
	flex: 1 1 auto;
}
.subcategories.scsmaller a:hover strong{
	text-decoration: none;
	color: #545d70;
}

.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%;
}

.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;
	min-width: 200px;
	width: calc(25% - 20px);
	border: 1px solid #fff;
	text-align: center;
	text-decoration: none;
	line-height: 130%;
	border-radius: 4px;
}
.product:hover{
	border-color: #ccc;
}
.product .hl{
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
	height: 39px;
	font-weight: 700;
}
.product .shortdesc{
	display: block;
	font-size: 90%;
	margin-bottom: 10px;
	color: #888;
}
.product .img{
	position: relative;
	display: block;
	overflow: hidden;
	padding: 20px 0;
	text-align: center;
}
.product .img img{
	max-width: 100%;
}
.productflags{
	position: absolute;
	top: 0;
	right: 0px;
}
.productflags.pfprodcard{
	right: 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: #ff9000;}
	.productflags .pflag_freeship{background: #57ab27;}

span.dostst{
	display: block;
	margin-top: 5px;
	font-weight: 100;
}

span.skladem {
color: #57ab27
}

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: #ff9000;
}

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

.prodtocart{
	display: none;
	width: 34px;
	height: 34px;
	border: none;
	border-radius: 50%;
	background: #ff9000 url(../layout/cart_w.svg) 50% 50% no-repeat;
	background-size: 22px auto;
	cursor: pointer;
}
.product:hover .prodtocart{
	display: inline-block;
}
.prodtocart:hover{
	background-color: #e78200;
}

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

.proddetail h1{
	margin-bottom: 10px;
	font-size: 28px;
}
.proddetail .descr{
	margin-top: 10px;
	padding: 10px 0;
	border-top: 1px solid #ccc;
}
.proddetail .tocartamnt{
	padding: 10px 0 0;
}
.proddetail .tocartamnt select, select.amnt{
	display: inline-block;
	width: 60px;
	border: 1px solid #ccc;
	border-radius: 0;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
	border-radius: 4px;
}
.proddetail .addAdv, .proddetail .naAddAdv, .paybutton{
	margin: 10px 0 10px;
  padding: 10px 14px;
  border: none;
  background: #ff9000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
	border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
}
.proddetail .naAddAdv{
  display: inline-block;
	background: #ccc;
  color: #fff;
	cursor: not-allowed;
}

.proddetail .price{
	font-weight: 700;
	font-size: 18px;
}
.proddetail .shortdescr{
	padding-bottom: 20px;
	font-style: italic;
}
.mainimg{
	margin-top: 20px;
	margin-right: 50px;
	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 */
.orderhead{
	padding: 30px 0 20px;
	text-align: center;
}
.ohstep{
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 -60px;
	width: 130px;
	max-width: calc(100% / 3);
	color: #000;
	text-align: center;
	text-decoration: none;
}
.ohstep::after{
	display: block;
	margin: auto;
	margin-top: 8px;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 20px;
}
.ohstep.active{
	font-weight: 700;
}
.ohstep.active::after{
	border-color: #000;
}
.ohstep.done::after{
	background: #000;
	color: #fff;
}
.ohstep.ohstep1::after{ content: '1'; }
.ohstep.ohstep2::after{ content: '2'; }
.ohstep.ohstep3::after{ content: '3'; }
.ohdel{
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-bottom: 4px;
	max-width: calc(100% / 3);
	width: 200px;
	border-bottom: 1px solid #ccc;
}
.ohdel.done{
	border-color: #000;
}

.order-next{
	float: right;
	margin: 10px 0 20px;
	padding: 10px 14px;
	border: none;
	background: #ff9000;
	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;
	border-radius: 4px;
}
.order-next:hover{
	background: #ff9000;
	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;
}
.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;
}


.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;
}
.discountbox .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;
}

.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 .tocartbut{
	background: #ff9000;
	border-color: #ff9000;
	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: 5px 0;
	color: #aaa;
}
.breadcrumbs a{
	text-decoration: underline;

	color: #aaa;
}
.breadcrumbs a:hover{
	text-decoration: underline;
	color: #444;
}
.breadcrumbs span{
	color: #ccc;
	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: auto;
}
.article_text{
	text-align: left;
	max-width: 1000px;
	margin: auto;
}
.article_text h1{
	margin: 30px 0 20px;
}
.article_text h2{
	margin: 20px 0 10px;
	text-align: left;
}
.hilight-block{
	background: #545d70;
	color: #fff;
	padding: 30px;
	margin: 30px 0;
}
.hilight-block h2{
	color: #fff;
}
.hilight-block > *:first-child{
	margin-top: 0;
}

.cont_articles{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.art_det{
	width: calc(25% - 10px);
	margin: 10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 10px;
	text-decoration: none;
}
.art_det .img{
	display: block;
	margin-bottom: 10px;
	width: 100%;
}
.art_det img{
	max-width: 100%;
}

.art_det .hl{
	display: block;
	font-size: 120%;
	font-weight: 700;
	margin-bottom: 5px;
}

.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;
}

.renaturebg{
	background: #effff1;
	padding: 30px 50px 50px;
	margin-top: -12px;
}

.ren{
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding: 25px 0 25px 130px;
}
.ren_s1 {background-image: url(../layout/ren_s1.jpg);}
.ren_s2 {background-image: url(../layout/ren_s2.jpg);}
.ren_s3 {background-image: url(../layout/ren_s3.jpg);}
.ren_s4 {background-image: url(../layout/ren_s4.jpg);}

.leftdog{
	background: url(../layout/pet.jpg) 0%  0% no-repeat;
	padding: 30px 100px 50px 200px;
	max-width: 700px;
	margin: 30px auto;
}

.logos{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}
.logos .partner{
	margin: 20px;
	max-width: 220px;
}
.logos .partner img{
	width: 100%;
}

.seclife_router{
	background: #ffe600;
	padding: 30px;
	margin-top: -10px;
	text-align: center;
}
.seclife_router .router{
	display: flex;
	padding: 10px 0;
	flex-wrap: wrap;

}
.seclife_router .router a{
	background: #fff;
	text-decoration: none;
	font-weight: 600;
	width: calc(25% - 30px);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px;
	color: #000;
	padding: 10px;
}
.seclife_router .router a:hover{
	background: #000;
	color: #fff;
}

.howto{
	padding: 20px 50px 30px;
}
.howto li{
	padding: 10px 0;
}

.games{
	display: flex;
	flex-wrap: wrap;
	margin: 30px auto;
}
.game{
	width: calc(25% - 20px);
	margin: 10px;
	position: relative;
	text-align: center;
}
.game .img{
	display: block;
	text-align: center;
}
.game .hl{
	font-size: 16px;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
.game p{
	max-width: 200px;
	margin: auto;
	font-size: 13px;
}
.game img{
	width: 100%;
}
.game .cta{
	margin-top: 10px;
	background: #ffe600;
	color: #000;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	padding: 12px;
}
.game .cta:hover{
	background: #000;
	color: #fff;
}

.prodext{
	display: flex;
	margin: 50px 0 70px;
}
.prodext .hl{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}
.prodext .lblock{
	text-align: center;
	width: 250px;
	flex-shrink: 0;
}
.prodext .rblock{
	flex: 1 1 auto;
	margin-left: 30px;
}
.prodext .cta{
	margin-top: 10px;
	background: #ffe600;
	color: #000;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	padding: 20px 12px;
	font-size: 15px;
	width: calc(100% - 30px);
	margin: 10px auto 0;
}
.prodext .cta:hover{
	background: #000;
	color: #fff;
}
.prodext .desc{
	padding: 10px 0;
}
.prodext ul,
.ext ul{
	list-style: none;
	padding: 10px 0;
}
.prodext ul li,
.ext ul li {
	background: url(../layout/extli.png) 0 6px no-repeat;
	line-height: 25px;
	padding: 8px 40px;
	color: #707070;
}
.prodext .rblock img{
	max-width: 100%;
}
.bezrozpoustedel{
	padding-top: 150px;
}

.recipe{
	margin-top: -5px;
	background: #f7f7f7 url(../layout/recipebg.jpg) 100% 50%  no-repeat;
	padding: 40px calc(50% + 40px) 40px 60px ;
	margin-bottom: 20px;front
}
.sliz_head{
	background: #ffe600;
	padding: 40px 40px 80px;
	margin-top: -20px;
	position: relative;
}
.sliz_head p{
	padding: 20px 0;
}
.sliz_head .router{
	display: flex;
}
.sliz_head .router a{
	background: #fff;
	text-decoration: none;
	font-weight: 600;
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	color: #000;
	padding: 10px;
}
.sliz_head .router a:hover{
	background: #000;
	color: #fff;
}
.sliz_head::after{
	content: url(../layout/glitter.png);
	position: absolute;
	right: 100px;
	top: 20px;
}
.sliz_sub{
	padding: 40px 40px 80px;
	max-width: 400px;
}

.steps{
	display: flex;
	flex-wrap: wrap;
	margin: 20px -10px;
	max-width: 900px;
}
.steps .step{
	border: 2px solid #ffe600;
	width: calc(100% / 3 - 20px);
	box-sizing: border-box;
	margin: 10px;
}
.steps .step .img{
	width: 100%;
}
.steps .step .img img{
	width: 100%;
}
.steps .step .texts{
	padding: 20px;
}
.steps .step .hl{
	display: block;
	padding: 0 0 5px;
}

.steps.hints .step{
	border: 2px solid #cee6ff;
	background: #cee6ff;
}

.spacer{
	height: 100px;
}

.clpbox{
}
.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;
}

.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); }


.socbanner{
	background: #feed01 url(../layout/bg_socials.jpg) 0% 0% no-repeat;
	background-size: contain;

	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex-flow: column;
	padding: 220px 55px 40px;
}
.socbanner .soc{
	background-color: #fff;
	padding: 10px 10px 10px 40px;
	display: block;
	margin: 3px auto 4px 0;
	max-width: 200px;
	background-position: 5px 50%;
	background-repeat: no-repeat;
	background-size: 25px auto;
	text-decoration: none;
	border-radius: 5px;
	color: #000;
	overflow: hidden;
	box-shadow: 2px 2px 7px rgba(0, 0, 0, .2);
}
.socbanner .soc_fb{ background-image: url(../layout/soc_fb.png); }
.socbanner .soc_ig{ background-image: url(../layout/soc_ig.png); }
.socbanner .soc_yt{ background-image: url(../layout/soc_yt.png); }


.colors{
	margin-bottom: -10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.colors .lab{
	display: inline-block;
	margin-right: 10px;
	padding: 5px;
}
.colors input{
	display: none;
}
.colors label{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #eee;
	display: inline-block;
	margin: 2px 2px 0 0;
	padding: 2px;
	position: relative;
}
.colors label:hover{
	border-color: #bbb;
}
.colors label > span{
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.colors label span span{
	position: absolute;
	color: #fff;
	background: #000;
	bottom: 120%;
	width: auto;
	height: auto;
	padding: 5px 10px;
	border-radius: 3px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
.colors label:hover span span{
	display: inline-block;
}
.colors label span span::after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
}
.colors input:checked + label{
	border-color: #666;
}
.colors input:checked + label > span::before{
	content: '✓';
	position: absolute;
	left: calc(50% - 5px);
	top: calc(50% - 9px);
}
.col-brown > span{ background: #8b4513; color: #fff;}
.col-green span{ background: #669900; color: #fff;}
.col-violet span{ background: #c71585; color: #fff;}
.col-cream span{ background: #fdf5e6;}
.col-yellow span{ background: #ffff00;}
.col-orange span{ background: #ff7f00; color: #fff;}
.col-red span{ background: #cd0000; color: #fff;}
.col-blue span{ background: #191970; color: #fff;}
.col-gray span{ background: #888; color: #fff;}
.col-black span{ background: #000; color: #fff;}
.col-gold span{ background: url(../layout/col-gold.png) 50% 50% no-repeat; }
.col-silver span{ background: url(../layout/col-silver.png) 50% 50% no-repeat;}
.col-copper span{ background: url(../layout/col-copper.png) 50% 50% no-repeat;}
.col-pink span{ background: #ff69b4; color: #fff;}
.col-brown span{ background: #8b4513; color: #fff;}


@media(min-width: 1024px){

}




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

@media(max-width: 1200px){
	.upperline{
		padding-left: 5px;
		padding-right: 5px;
		margin: 0 5px;
	}
	.mfcat2{
		overflow: hidden;
	}
}

@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);
	}
	.frowpadded .fcol{
		width: calc(100% / 2  - 20px);
	}
}
@media(max-width: 768px){
	.cenaks{
		display: none;
	}
	.prodmaininfo{
		flex-flow: column;
		text-align: center;
	}
	.prodmaininfo .fcol{
		width: 100%;
	}
	.mainimg{
		margin: auto;
	}
	.srchbig{
		display: none;
	}
	.mnuopener{
		display: block;
	}
	.menurow{
		display: none;
	}
	.recapcol{
		display: none;
	}
	.resp-hide{
		display: none;
	}
	.deliveryform{
		margin-right: 0;
	}
	.deliveryform h2{
		text-align: center;
	}
	.orderform{
		max-width: 400px;
		margin: 0 auto;
	}
	.headline .frow{
		justify-content: space-between;
	}
	.header{
		margin-bottom: 10px;
	}
	.topleft{
	/*	flex: 1 1 auto; */
	width: 100%;
	}
	.topcenter{
		flex: 0 0 30px;
		order: 3;
	}
	.topright{
		flex: 1 1 auto;
		width: 180px;
		order: 2;
		margin-left: 10px;
	}
	.promo{
		display: none;
	}
	.tcontblock{
		display: none;
	}
	.roundmenu{
		display: none;
	}
	.scenttext p{
		width: 100%;
		margin-left: 0px;
	}

	.jumbotext p{

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

	.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;
	}
	.socbanner{
		background-image: url(../layout/bg_socialsM.jpg);
		padding-top: 450px;
	}


	#hw-87kwowifjjowiklsadh666left{
		display: none;
	}

}

@media(max-width: 480px){
	.inlineform{
		display: block;
		float: none;
	}

	.frowpadded {
		text-align: center;
	}
	.frowpadded .fcol{
		width: calc(100%);
	}
	.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%;
	}
}

@media(max-width: 414px){
  .frow{
    box-sizing: border-box;
    width: calc(100%);

    flex-flow: column;
  }
	.headline{
		flex-flow: row;
		width: 100%;
		margin: 0;
	}


  .fcol{
    box-sizing: border-box;
    width: 100%;
  }
	.ava{
		display: none;
	}
	.subcategories.scsmaller a{
		width: 100%;
	}
}

@media(max-width: 320px){

}
