/*@import url("filter.css");*/

.prod_filter_wrap{
	display: grid;
  	grid-template-columns: 18rem calc(100% - 19rem);
  	grid-template-rows: repeat(10, auto);
	gap: 1rem;
  	}

.broken_prod{
	font-weight: bold;
	}
.broken_prod_choice{
	font-weight: bold;
	color: #fff;
	margin-bottom: 2rem;
	text-align: center;
	}

#add_to_cart_choice_wrap{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left:  0;
	background: rgba(0, 0, 0, 0.8);
	align-items: center;
	justify-content: center;
	z-index: 100;
	flex-wrap: wrap;
	align-content: center;
	flex-direction: column;
	}
.add_to_cart_choice .to_cart{
	background:url(/images/kosar_d.webp) 95% center no-repeat;
	background-color: var(--red_1);
	text-align:center;
	cursor:pointer;
	padding-right: 36px;
	width: calc(15rem - 36px);
	max-width:calc(50% - 0.5rem - 36px);
	}
.add_to_cart_choice .to_shop{
	width: 15rem;
	background-color: var(--light_blue_1);
	max-width:calc(50% - 0.5rem);
	}
.add_to_cart_choice .choice_big_click{
	height: 2rem;
	font-size: 1rem;
	color:#fff;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
	border-radius: 2rem;
	line-height: 2rem;
	}
.add_to_cart_choice{
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color:#FFF;
	width:35rem;
	height:4rem;
	box-shadow:0 0 15px 2px #000;
	border-radius: 5px;
	max-width: calc(100% - 1rem);
	max-height: calc(100% - 1rem);
	}

.category_descript{
	font-size: 0.9rem;
	background-color: var(--very_light_blue_1);
	border-radius: 5px;
	padding: 0.5rem;
 	text-align: justify;
	margin-bottom: 1rem;
 	}

.prod_list{
	/*width: calc(100% - 2.2rem);*/
	grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
	display: grid;
	position: relative;
	gap: 1.1rem;
  	padding: 1.1rem 1.1rem;
  	overflow: visible;
	position: relative; 
	justify-content: space-between;
	background-color: var(--very_light_blue_1);
  	}
.prod_box{
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: center;
	width: 100%;
	padding: 0.75rem 0.25rem 0.75rem 0.25rem;
	transition: all 0.25s;
 	background-color: #fff;
 	box-sizing: border-box;
	position: relative;
  	border-radius: 5px;
   	}
.prod_box:hover{
	filter: drop-shadow(0 0 6px rgba(0,0,0,0.5));
	transform: scale(1.05);
	z-index: 2; 
   	border-bottom-left-radius: 0px;
   	border-bottom-right-radius: 0px;
 	}

.prod_box .prod_box_add_to_cart{
	display: flex;
	opacity: 0;
	position: absolute;
	z-index: 3;
	bottom: 0;
	width: calc(100% - 0.5rem);
  	justify-content: center;
  	transition: all 0.5s;
  	font-size: 1rem;
  	background-color: #fff;
  	padding: 0.25rem;
   	border-bottom-left-radius: 5px;
   	border-bottom-right-radius: 5px;
   	}
.prod_box:hover .prod_box_add_to_cart{
	opacity: 1;
	transform: translateY(calc(100% - 0.2rem));
	}
.prod_box .prod_box_add_to_cart_button{
	color: #fff;
	padding: 0.3rem 1.2rem;
	font-weight: 1.1rem;
	border-radius: 1rem;
	background-color: var(--red_1);
	font-weight: bold;
	cursor: pointer;
   	margin-bottom: 0.5rem;
	}


.prod_box .name h2{
	font-family:Arial, sans-serif;
	font-weight:bold;
	word-wrap:break-word;
	color:#333;
	text-align: center;
	font-size: 1rem;
	margin: 0 0 5px 0;
	width: 100%;
	min-height: 4.3rem;
	}
.prod_box .name h2 .prod_name{
	font-size: 0.8rem;
	}
.prod_box .name div{
	height: 2.4rem;
	overflow: hidden;
	}

.prod_box:hover .mini_image_icon{
	opacity: 0;
	}
.prod_box .mini_image_icon{
	display: block;
	bottom: -0.2rem;
	right: 0;
	position: absolute;
	z-index: 4;
	transition: all 0.5s;
	}
.prod_box .mini_image_icon img{
	max-width: 4rem !important;
	max-height: 4rem !important;
	}
.prod_box .package_icon{
	display: block;
	color:#fff;
	background: var(--red_2);
	width:4.5rem;
	height: 2.5rem;
	text-align: center;
	line-height: 1.2rem;
	font-weight: bold;
	font-family: futura, Ariel;
	}

.prod_box .img img{
	max-width: calc(100% - 0.5rem);
	max-height: calc(100% - 0.5rem);
    width: 100%;
    height: 100%;
    object-fit: contain;
 	}
.prod_box .img{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	}
.prod_box .filter_data{
	width: 100%;
	margin: 0 0 0.9rem 0;
	color: #000;
	font-size: 0.8rem;
	}
.prod_box .filter_data .bold{
	font-weight: bold;
	}
.prod_box .filter_data .value{
	white-space: nowrap;
	}
.prod_box .stockpile_wrap{
	width: 100%;
	text-align: center;
	}
.prod_box .stockpile_wrap .stockpile{
    display: inline-block;
    vertical-align: top;
   	}
.prod_box .stockpile_wrap span{
    font-weight: bold;
    text-transform: uppercase;
	}
.prod_box .stockpile_wrap img{
	height: 1.2rem;
	width: auto;
    vertical-align: top;
	}
.prod_box .top{
	flex-grow: 10;
	}
.prod_box .bottom{
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
.prod_box .price_percent{
	background:url(/images/akcio_szazalek_small.webp);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	width:40px;
	height:26px;
	line-height:23px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	color:#333;
	position:absolute;
	right:-36px;
	top:-10px;
	margin-left:10px;
	padding-left: 10px;
	}
.prod_box .price{
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 0 0.5rem 0;
	align-self:flex-end;
	text-align:center;
	position: relative;
	}
.prod_box .org_price{
	width: 100%;
	position:relative;
	left:0;
	top:6px;
	display: block;
	font-size: 1rem !important;
	font-weight: bold;
	text-decoration: line-through;
	text-align: center;
	padding-bottom: 6px;
	color: #999;
	}
.prod_box .shop_price{
	font-weight: bold;
	color: var(--red_2);
	}

.prod_order_text, .prod_order_ppp{
	position: relative;
	}
.prod_header .prod_order_text a, .prod_order_text span{
	display:inline-block;
	margin-left:0.3rem;
	padding-left:0.7rem;	
	background:url("/images/order_delim.webp") left center no-repeat;
	}
.prod_header .prod_order_ppp a, .prod_order_ppp span{
	display:inline-block;
	margin-right:0.2rem;
	padding-right:0.8rem;
	background:url("/images/order_delim2.webp") right center no-repeat;
	}
.prod_header{
	width: 100%;
	gap: 0.5rem;
	display: flex;
	justify-content: space-between;
	font-size:0.9rem;
	color:#333;
	}
.prod_header a{
	color:#333;
	}
.prod_header .choosen{
	color: var(--red_1);
	}
.prod_header .list{
	display: inline-block;
	}
.prod_header .open_filter{
	display: none;
	}

.prod_list_promo{
  	width: 100%;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: space-around;
  	background-image: url("/images/promo-bck.webp");
  	background-size: cover;
  	border-radius: 3px;
	transition: all 0.25s;
  	}
.prod_list_promo:hover{
	filter: drop-shadow(0 0 6px rgba(0,0,0,0.5));
	transform: scale(1.05);
	z-index: 2; 
	}
.prod_list_promo .name{
	font-weight: bold;
	font-size: 1.6rem;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	overflow-wrap: break-word;
  	width: 100%;
  	}
.prod_list_promo .button_white{
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	font-size: 1.2rem;
	padding: 0.5rem 2rem;
	}
	
.page_list{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1rem 0 0.5rem 0;
	}
.page_list a{
	color:#333;
	margin-right:5px;
	}
.page_list .choosen_one{
	text-align: center;
	padding: 0 0 0 0;
	border:var(--red_1) 1px solid;
	border-radius: 0.9rem;
	width: 1.3rem;
	height: 1.3rem;
	display: inline-block;
	color: var(--red_1);
  	line-height: 1.3rem;
  	}

.sub_link_wrap{
	width: 100%;
	display: grid;
	justify-items: center;
	justify-content: space-around;
	align-items: center;
	gap: 1rem;
	}
.sub_link_wrap a{
	display: flex;
	justify-content: center;
	align-content: center;
	color: #000;
	font-size: 0.85rem;
	text-align: center;
	}
.sub_link_wrap div{
	width: 100%;
	margin-top: 0.5rem;
	word-break: break-word;
	}
.sub_link_wrap_border{
	/*border: solid 1px #ddd;*/
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.25s ease;
	}
.sub_link_wrap_border:hover{
	box-shadow: 0 0 10px 0 #444;
	border-radius: 10px;
	}
.sub_link_wrap_cat{
	grid-template-columns: repeat(auto-fit, minmax(10.5rem, 10.5rem));
	border-bottom: solid #c00 1px;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	}
.sub_link_wrap_cat a{
	flex-wrap: wrap;
	}
.sub_link_wrap_cat a img{
	max-width: 6rem;
	max-height: 6rem;
	width: 100%;
	height: 100%;
	object-fit: contain;	
	/*max-width: 8rem;*/
	}
.sub_link_wrap_cat .sub_link_wrap_border{
	width: 10.5rem;
	height: 10.5rem;
	}
.sub_link_wrap_mf{
	grid-template-columns: repeat(auto-fill, minmax(7rem, 7rem));
  	}
.sub_link_wrap_mf a img{
	max-width: 5rem;
	}
.sub_link_wrap_mf .sub_link_wrap_border{
	width: 7rem;
	height: 4rem;
	}
.sub_link_wrap_mf a{
	position: relative;
	display: inline-block;
	}
.sub_link_wrap_mf img:first-child{
	transition: all 0.5s;
	position: absolute;
	z-index: 10;
	}
.sub_link_wrap_mf img:first-child:hover{
	opacity: 0;
	}

.sub_link_wrap_wrap_mf{
	height: 6rem;
	overflow: hidden;
	padding: 1rem;
	position: relative;
	border-bottom: solid #c00 1px;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	transition: all ease-in-out 0.5s;
	}
.sublink_show_all{
	display: none;
	width: calc(100% - 2.4rem);
	position: absolute;
	bottom:0;
	background-color: #fff;
	z-index: 95;
	justify-content: center;
	padding: 0.2rem 0;
	}
.sublink_show_all_button{
	background-color: var(--very_light_blue_1);
	border-radius: 7px;
	text-align: center;
	width: 20rem;
	padding: 0.2rem;
	}
.sublink_show_all_button:hover{
	background-color: #eee;
	cursor: pointer;
	}

.akcio_ikon{
	max-width: initial;
	}

.write_price_button{
	font-size: 0.8rem;
	}
#write_price_wrap{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 200;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	}
#write_price_wrap .write_price_bck{
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
	}
#write_price_wrap .write_price{
	position: relative;
	z-index: 201;
	}

.compare_prod{
	width: 100%;
  	font-size: 0.8rem;
	margin: 1rem 0;
  	}

#compare_wrap .compare_icon{
	position: relative;
	width: 4rem;
	height: 4rem;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-content: center;
	}	
.compare_close_button{
	background-color: #4a84e0;
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
	height: 1.6rem;
	width: 1.6rem;
	border-radius: 0.8rem;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: -5px;
	transition: all .5s ease;
	cursor: pointer;
	line-height: 1.7rem;
	}
.compare_close_button:hover{
	box-shadow: 0 0 5px #000;
	}
#compare_wrap .compare_button{
	background-color: #4a84e0;
	color: #fff;
	font-weight: bold;
	height: 1.2rem;
	border-radius: 0.6rem;
	display: flex;
	padding: 0 0.4rem;
	font-size: 0.9rem;
	justify-content: center;
	line-height: 1.2rem;
	}
#compare_wrap_wrap{
	position: fixed;
	right: -0.8rem;
	top: 20vh;
	z-index: 20;
	}
#compare_wrap{
	display: flex;
	gap: 0.5rem;
	flex-direction: column;
	background: #fff;
	box-shadow: 0 0 5px #000;
	padding: 0.5rem 1.2rem 0.5rem 0.5rem;
	border-radius: 0.7rem;
	max-height:50vh;
	}
.compare_list{
	padding-top: 5px;
	display: grid;
	overflow-y: hidden;
	overflow-x: hidden;
	grid-template-columns: 1fr;
	grid-template-rows: 4rem;
	gap: 0.7rem;
	justify-items: center;
	align-items: center;
	}
.compare_list img{
	max-width: 4rem;
	max-height: 4rem;
	}
.compare_list:hover{
	overflow-y: scroll;
	}

.prod_header .button{
	display:inline-block;
	border:none;
	cursor:pointer;
	border-radius: 1.2rem;
	box-sizing: content-box;
	font-weight: bold;
	font-size: 1rem;
	}

@media(max-width:70rem){
	.prod_list{
		gap: 0.5rem;
  		padding: 0.5rem 0.5rem;
		}

	.prod_box .name div{
  		height: 3.6rem;
		}

	#compare_wrap .compare_button{
		font-size: 0.8rem;
		height: 1rem;
		border-radius: 0.5rem;
		padding: 0 0.3rem;
		}
	#compare_wrap{
		padding: 0.4rem 1.1rem 0.4rem 0.4rem;
		}
	.compare_list img{
		max-width: 3.5rem;
		max-height: 3.5rem;
		}

	.prod_header .prod_order_text a, .prod_order_text span, .prod_header .prod_order_ppp a, .prod_order_ppp span{
		display:block;
		margin-right:0;
		padding-right:0;	
		background:none;
		}

	.prod_header .prod_order_text a, .prod_header .prod_order_ppp a{
		margin: 0.25rem;
		}

	.prod_header .list{
		display: block;
		position: absolute;
		z-index: 250;
		top: 2rem;
		min-width: 100%;
		background: var(--very_light_blue_1);
		transform-origin: top left;
		transition: all .4s ease;
		transform: scaleY(0);
		padding: 0.25rem;
		box-shadow: 0 0 10px 0 #444;
		border-radius: 7px;
		box-sizing: border-box;
		font-weight: bold;
		}

	.prod_order_ppp{
		text-align: right;
		}
	.prod_order_text:hover .list, .prod_order_ppp:hover .list, 	.prod_order_text:active .list, .prod_order_ppp:active .list{
		transform: scaleY(1);
		}
	}

@media(max-width:62rem){
	.sub_link_wrap{
		gap:0.75rem;
		justify-content: space-around;
		}
	.sub_link_wrap a img{
		max-width: 5rem;
		max-height: 3rem;
		}
	.sub_link_wrap_cat .sub_link_wrap_border{
		max-width: 100%;
		max-height: 100%;
		width: 6.5rem;
		height: 6.5rem;
		}
	.sub_link_wrap_cat img{
		max-height: 3rem;
		}
	.sub_link_wrap_cat{
		grid-template-columns: repeat(auto-fill, minmax(6.5rem, 6.5rem));
		}

	.prod_list{
		grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
		}	

	.prod_list_promo .name{
		font-size: 1.4rem;
		}
	.prod_list_promo .button_white{
		font-size: 1.1rem;
		padding: 0.25rem 1rem;
		}

	.prod_filter_wrap{
		grid-template-columns: 100%; 
	  	}

	.prod_header .open_filter{
		display: block;
		}

	.prod_header .button{
		padding:0.2rem 0.4rem;
		margin: 0;
		color:#FFF !important;
		background-color:var(--light_blue_1);
		}
	}

@media(max-width:70rem){
	.prod_wrap .add_to_cart{
		width: calc(100% - 60px);
		}

	.add_to_cart_choice{
		flex-wrap: wrap;
		height: initial;
		width: initial;
		gap: 1rem;
		padding: 1rem;
		max-width: calc(100% - 3rem);
		}
	.add_to_cart_choice .choice_big_click, .add_to_cart_choice .to_cart{
		max-width: initial;
		}
	}
	
@media(max-width:32.5rem){
	.prod_list{
		justify-content: center;
		}
	}