﻿.elementor-element.elementor-widget-empty.elementor-widget-acf_fileds .elementor-widget-empty-icon{
	display:none
}
.content_pck_icon{
	background-repeat: no-repeat;
    background-position: center;
	background-size: contain;
	max-width: 100%;
	display: inline-block;
    vertical-align: middle;
}
.title_pck .priceinfo{
    font-size: .65rem;
    color: var(--e-global-color-text);
    font-weight: normal;
    display: block;
    margin: .2rem auto;
    position: relative;
    max-width: 90%;
}
.title_pck .priceinfo:not(.hover){
    cursor: pointer;
}
.title_pck .priceinfo::after{
    content: '';
    background-image: url(../img/info.svg);
    background-repeat: no-repeat;
    background-size: auto;
    display: inline-block;
    width: 1.1rem;
    height: 1.1rem;
    vertical-align: text-bottom;
    margin-left: .1rem;
}
.title_pck .priceinfo .popup{
    position: absolute;
    background-color: var(--e-global-color-32f9460c);
    padding: 0;
    z-index: 1;
    width: calc(100% + 1rem);
    left: -.5rem;
    top: -2rem;
    border-radius: 1rem;
    border-top-right-radius: .45rem;
	max-height: 0;
	overflow: hidden;
	transition: max-height .1s linear, padding .1s linear, top .1s linear
}
.title_pck .priceinfo.hover .popup{
	padding: 1rem .5rem;
	max-height: 9rem;
    border: .15rem solid var(--e-global-color-secondary);
	top: -4rem;
}
.title_pck .priceinfo.hover .close-info{
    width: 1.5rem;
    height: 1.2rem;
    position: absolute;
    z-index: 2;
    right: -.15rem;
    top: -.15rem;
    cursor: pointer;
}
.title_pck .priceinfo.hover .close-info::after{
    content: '';
    background-color: var(--e-global-color-secondary);
    width: 1.5rem;
    height: 1rem;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    cursor: pointer;
    border-bottom-left-radius: .5rem;
}
.title_pck .priceinfo.hover .close-info::before{
	content: "\00d7";
	color: var(--e-global-color-32f9460c);
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1rem;
	display: block;
	text-align: center;
}


.oferta-zima-2025 .pricerabat p{
	text-decoration: none !important;
	color: var(--e-global-color-8eb4144) !important;
}
.oferta-zima-2025 .pricerabat p::before {
	content: '';
	height: .1rem;
	display: table;
	position: absolute;
	background-color: var(--e-global-color-primary);
    width: -webkit-fill-available;
    width: -moz-available;
	/* width: 5.4rem;
	left: calc(50% - 2.7rem); */
	top: 50%;
  }