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

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

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

}

html, body {
    width: 100%;
    font-family: var(--font-primary);
    color: #212121;
}

body{
  margin: 0;
	padding: 0 0;
  background: #161616;
	text-align: left;
	font-family: var(--font-primary);

}

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

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

#centerpanel {
  overflow: hidden;
  background-color: #f1f1f1;
}

  .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: var(--font-primary);
      background: #F0F0F0;
	}
	.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;
  	clear: both;
  	margin: 20px 0;
  	padding: 10px 20px;
  	background: #0032A0;
  	color: #fff;
  	text-decoration: none;
  	font-weight: 500;
  	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: 0;

			flex-wrap: nowrap;
			justify-content: center;
			align-content: flex-start;
			align-items: flex-start;
		}
		.bigpoint .img{
			margin-right: 30px;
			width: 70px;
			margin-top: 5px;
			flex: 0 0 70px;
			align-self: auto;
		}
		.bigpoint .text{
			flex: 1 1 auto;
			align-self: auto;
		}
		.bigpoint .hl{
			font-size: 140%;
			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;
		}

/* SVICKY */

/* HEADER */
.upperline{
	padding: 10px 0;
	background: #FAF9F7;
	color: #191919;
}
.upperline .fgrid{
	display: flex;

	align-items: center;
	justify-content: space-between;
}
.upperline a{
	color: #191919;
	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_w.svg?2) 0% 50% no-repeat;
	background-size: auto 15px;
	margin-left: 30px;
}
.topmail{
	padding-left: 32px;
	background: url(../layout/mail_w.svg?2) 0% 50% no-repeat;
	background-size: auto 15px ;
}
.freeshipblock{
	text-align: center;
	padding: 8px 0;
	border-style: solid;
	border-width: 2px 0;
	border-color: #e4e4e4;
}
.topcenter,
.topleft,
.topright{
	flex: 1 1 auto;
	width: 1px;
	padding: 5px;
}
.topleft{
	order: 1;
	flex: 0 0 350px;
}
.topcenter{
	order: 2;
	text-align: center;
}
.topshops{
	order: 3;
	flex: 0 0 auto;
}
.topright{
	order: 4;
}
.shopslink{
	background: url(../layout/pin.svg) 0% 50% no-repeat;
	background-size: 22px auto;
	padding: 6px 0 6px 25px;
	display: inline-block;
	text-decoration: none;
	color: #666;
	font-weight: 500;
}


.header .headline{
  align-items: center;
}
.frow.headline{
	flex-flow: row;
}
.headline{
  padding: 20px 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: #e76f62;
	color: #fff;
	text-align: center;
	text-align: center;
	font-size: 90%;
	line-height: 20px;
}
.cart_price{
	margin-left: 18px;
  color: #fff;
}
#logo img{
	max-width: 230px;
}
#logo{
	padding: 5px;
}

.topmenu{
  z-index: 10000;
	padding: 5px 0 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: #525252;
    text-decoration: none;
		text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    font-weight: 700;
  }

  .topmenu ul li a:hover{
    color: #525252;
    text-decoration: underline;
  }
  .topmenu ul li a.active{
    color: #525252;
    text-decoration: none;
  }
	.topmenu ul li a.mnuid-93,
	.responsivemenu ul li a.mnuid-93{
		font-weight: 700;
		color: #ED1B34;
	}
	.topmenu ul li a.mnuid-73,
	.responsivemenu ul li a.mnuid-73{
		color: #3a8ec7;
		font-weight: 700;
	}
	.topmenu ul li a.mnuid-75,
	.responsivemenu ul li a.mnuid-75{
		color: #ED1B34;
		font-weight: 700;
	}

  .srchform .text {
    display: inline-block;
    float: left;
  	padding: 8px;
		width: calc(100% - 30px);
  	border: none;
		margin: auto;
    border: 1px solid #F5F5F5;
  	background: #F5F5F5;
    color: #525252;
  	font-size: 14px;
  }

  .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% 6px no-repeat;
  cursor: pointer;
	border-radius: 4px;
  }
  .ui-autocomplete li{
  	font-size: 13px;
  }


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

.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;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
	padding: 7px 30px;
	position: absolute;
	background: #cfb365;
	color: #fff;
	bottom: 30px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
}
.imglink:hover .btn,
.imgbanner:hover .btn{
	background: #cfab3e;
}


.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 #545d70;
	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;
  color: #aaa;
  
}
.subcategories.scsmaller a:hover strong{
	text-decoration: none;
	color: #fff;
}

.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-block: 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: var(--font-primary);
  background-color: transparent;
}

.pagination{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: baseline;
  gap: 8px;
	padding: 16px 0 32px;
}
.pagination a{
	display: inline-flex;
  align-items: center;
  justify-content: center;
	text-decoration: none;
	width: 42px;
  height: 42px;
	text-align: center;
	border-radius: 25px;
  background-color: #2e2e2e;
}
.pagination a:hover{
	background: #1F1F1F;
	border-color: #1F1F1F;
}
.pagination a.active{
	font-weight: 700;
	background: none;
	border-color: none;
	color: #ED1B34;
}
.pagination span{
	display: inline-block;
	padding: 4px 10px;
	color: #ccc;
}

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

/* CART */

.order-next{
	float: right;
	margin: 10px 0 20px;
	padding: 10px 14px;
	border: none;
	background: #ED1B34;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	font-family: var(--font-primary);
	cursor: pointer;
}
.order-next:hover{
	background: #ED1B34;
	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 #444;
}
.cart td{
	padding: 5px 10px;
	border-bottom: 1px solid #444;
}
.cart .img{
	width: 100px;
}
.cart .img img{
	max-width: 100%;
}
.cart .nazev{
	line-height: 110%;
}
.cart .nazev a{
	color: #212121;
	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;
}
.discount {
  color: red;
}


.orderrecap{
	margin: 20px 0 0;
	padding: 15px;
	background: #fff;
	font-size: 90%;
}
.orderrecap table{
	width: 100%;
	border-collapse: collapse;
}
.orderrecap table td{
	padding: 10px 5px;
	border-bottom: 1px solid #444;
}
.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 #444;
}
.deliveries td{
	padding: 15px 10px;
	border-bottom: 1px solid #444;
}
.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;
  background: #F0F0F0;
}

.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;
}
.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: var(--font-primary);
	cursor: pointer;
}
.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;
}
.blockinfo {
  margin: 5px 0;
	padding: 10px;
	border: 1px solid #C4F5FC;
	background: #ECFCFE;
}

.orderform .text{
	margin-bottom: 5px;
	max-width: 100%;
	width: 400px;
}
.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;
	width: 100%;
}
.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: var(--font-primary);
  cursor: pointer;
	border: 2px solid #000;
}
.cartModal .buttons .tocartbut{
	background: #ED1B34;
	border-color: #ED1B34;
	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;
}


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

.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: 55%;
  margin-left: 20px;
  order: 2;
  border-radius: 20px 20px 20px 0;
  overflow: hidden;

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

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

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


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

@media(max-width: 1200px){
	.upperline{
		padding-left: 5px;
		padding-right: 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);
	}
	.advantages a{
	width: calc(100%/3);
	}
	.advantages a{
		width: calc(100%/3);
	}

  .headerLink span {
		display: none;
	}
}
@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: 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{
		flex: 1 1 auto;
		width: 180px;
		order: 2;
		margin-left: 10px;
	}
	.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;
		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;
	}
	.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%);
	}

	.ilutextbox {
		flex-flow: column;
		margin: 20px 0;
	}
	.ilutextbox img,
	.ilutextbox:nth-child(2n) img{
	  order: 0;
	  margin-right: auto;
	  margin-left: auto;
		max-width: 100%;
		width: auto;
		}
		.ilutextbox .text {
			width: 100%;
			padding: 20px 0;
		}
}

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


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

	.copyinfo{
		text-align: center;
	}
}

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

@media(max-width: 320px){

}
