/*IMPORTANT CLASS START*/


/* #glorius-test .wprez-cont .wprez-cont-prez {
	height: 54% !important;
} */

/* @media all and (min-width: 768px){
	#glorius-test123 .wprez-cont .wprez-cont-prez {
		height: 54% !important;
	}
}
@media all and (min-width: 501px){
	#glorius-test123 .wprez-cont
	{
		padding: 4.5%;
		padding-left: 3%;
    	padding-right: 3%;
	}
} */

#wprez-wrap-332 .container, #wprez-wrap-340 .container
{
	width: 450px;
}

#wprez-wrap-332 .wprez-prev-next, #wprez-wrap-340 .wprez-prev-next
{
	background-color: rgba(0,0,0,0.2);
}

#wprez-wrap-332 .wprez-prev-next:hover, #wprez-wrap-340 .wprez-prev-next:hover
{
	background: #82b437;
}

#wprez-navi332, #wprez-navi340
{
	background: initial;
}

#glorius-test .wprez-cont-prez
{
	background-size: contain;
}

/* @media all and (max-width: 768px){
	#glorius-test .wprez-cont-prez
	{
		background-size: cover;
	}
} */

#glorius-sect-banner .wprez-big .wprez-navi {
	background-color: #FFFFFF;
}

#glorius-sect-banner .wprez-big .wprez-cont {
	padding-bottom: 0 !important;
}

#glorius-sect-banner .wprez-big {
	padding-bottom: 15% !important;
	width: 100%;
	margin: 0 auto;
}


#glorius-sect-banner .wprez-prev-next a {
    border: 2px solid #fff;
}

#glorius-sect-banner .wprez-cont {
	height: 140% !important;
}


.promapp-container .ribbon {
	width: 300px !important;
	top: 2% !important;
}
.wprez{
    /*RATIO SETUP*/
    width:100%;
    padding-bottom: 45%;
    height: 0;
    position: relative;
}

@media all and (max-width: 767px){
	div .default-container .wprez-big
	{
		padding-bottom: 100%;
	}

	#wprez-wrap-332, #wprez-wrap-340 {
		padding-bottom: 31% !important;
	}

	.wprez-big .wprez-cont
	{
		padding-bottom: 0px;
	}
}

@media all and (min-width: 768px){
	#wprez-wrap-332, #wprez-wrap-340
	{
		padding-bottom: 19% !important;
	}

	.wprez.wprez-big {
		padding-bottom: 31% !important;
	}
}

.wprez-main{
	position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    overflow: hidden;
}

.wprez-cont
{
    top:0;/*REQUIRED*/
    left: 0;/*REQUIRED*/
    height: 100%;
    width: 100%;
    position: absolute;
}

.wprez-cont-prez{
	height: 100%;/*REQUIRED*/
	width: 100%;/*REQUIRED*/
	position: relative;/*REQUIRED*/
	float: left;/*REQUIRED*/
	background-repeat: no-repeat;
	background-position: top center;
    background-size: cover;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.wprez-product  .wprez-cont-prez.empty-picture{
	background-size: auto;
}

/*IMPORTANT CLASS END*/

.wprez-text-cont{
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
}

.wprez-text-cont{
	color: white;
	text-align: center;
}

.wprez-text-cont h2 > span.subname{
	display: block;
}

.wprez-text-cont .wprez-text{
	clear: both;
	font-size: 11px;
	margin-top:35px;
	float: left;
	position: relative;
	max-width: 400px;
	line-height: 18px;
}

.wprez-text-cont .wprez-text > a.read-more{
	position: absolute;
	bottom: -13px;
	right: 10px;
}

.wprez-text-cont .wprez-text > a.read-more:hover{
	background: #fff;
}

.wprez-navi{
    position: absolute;
    bottom: 5px;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

.wprez-navi.navi-product{
	bottom: 0;
}

.wprez-navi-in {
	display: inline-block;
	text-align: center;
}

button.day-offer{
	cursor: default;
	background-color: #ffdd00;
	color: black;
	text-transform: uppercase;
	font-size: 18px;
	font-family: Hind;
	line-height: 20px;
	font-weight: 500;
	padding: 12px 12px 10px;
}

.wprez-navi a{
	display: block;
    float: left;
    margin: 0 1px;
    text-indent: -9999px;
    text-align: center;
    width: 24px;
    height: 24px;
    position: relative;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
	border: 1px solid transparent;
}

.clickable{
	cursor: pointer;
}

.wprez-navi a.active{
	border: 1px solid white;
}

.wprez-navi a:before{
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: white;
	width: 12px;
	height: 12px;
	font-weight: 300;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.wprez-navi-in a.active .circle-inner, .wprez-navi-in a:hover .circle-inner {
	display: block;
	text-align: center;
	background: #82b437;
	position: absolute;
	left: 0px;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 6px;
	height: 6px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.subname {
	display: inline;
	font-size: 14px;
	line-height: 22px;
}


.wp-timeline .wp-timeline-in{
	min-height: 2px;
	background: #808e94;
}

.wprez-prev-next {
	position: absolute;
	width: 38px;
	height: 38px;
	color: white;
	background-color: #ffdd00;
	z-index: 1;
	bottom:1px;
	margin: auto;
}

.wprez-prev{
	left: 20%;
}
.wprez-next {
	right: 20%;
}

.wprez-prev span{
	padding-right: 3px;
}


.wprez-next span{
	padding-left: 3px;
}

.wprez-prev-next a{
	text-align: center;
	border: 2px solid white;
	display: block;
	height: 100%;
}

.wprez-prev-next a:hover{
	text-decoration: none;
	color: white;
}

.wprez-prev-next:hover {
	background-color: #82b437;
}

.wprez-prev-next a span{
	width: 100%;
	height: 100%;
}
.wprez-prev-next i{
	font-weight: 100;
	font-size: 20px;
}

.next-prev-wrapper{
	height: 100%;
	z-index: 1;
}

.wprez .main.container.rel{
	height: 100%;
}
.wprez-cont .slider-button-corner{
	position: absolute;
    right: 0;
    bottom: 25px;
    color: #000;
	font-size: 20px;
	background-color: #f1f1f1;
    padding: 10px 20px;
    border-radius: 5px;
	border: 1px solid #f1f1f1;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	font-family: Hind;
	font-weight: 600;
}
.wprez-cont .slider-button-corner:hover
{
	transform: scale(1.11);
	border: 1px solid #fff !important;
}

.wprez-cont.wprez-cont-product
{
	padding-bottom: 35px;
}

.wprez-text-cont .inline-block.stokrotka-shape{
	padding: 10px 100px;
	border: 1px solid white;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom: 0px;
	background-color: rgba(0, 0, 0, .5);
}

.wprez-text-cont .inline-block.stokrotka-shape, .wprez-categories{
	min-width: 45vw;
	max-width: 50vw;
	margin: auto;
}

.wprez-text-cont .inline-block.stokrotka-shape > *{
	margin: 18px 0;
}

.wprez-text-cont .inline-block.stokrotka-shape .border-up-and-down-title{
	border: 2px solid #ffdd00;
	border-left: 0;
	border-right: 0;
	white-space: nowrap;
}

h2.border-up-and-down-title a{
	color: white;
}

h2.border-up-and-down-title a:hover{
	text-decoration: none;
	color: #ffdd00;
}

.wprez-text-cont .inline-block.stokrotka-shape hr{
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	margin-top: -12px;
	border-top: 2px solid #ffdd00;
}

.wprez-text-cont .additional-text.stokrotka-shape{
	position: absolute;
	right: 0;
	border: 1px solid #5a8a12;
	background-color: #82b437;
}

.wprez-text-cont .additional-text.stokrotka-shape a:hover{
	text-decoration: none;
}


.wprez-text-cont .additional-text.stokrotka-shape a{
	display: block;
	color: white;
	text-decoration: none;
	height: 100%;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 16.77px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 18px;
}

.wprez-text-cont .additional-text.stokrotka-shape a p:last-child{
	text-transform: none;
	padding-top: 10px;
}

.wprez-text-cont .additional-text.stokrotka-shape a p .wprez-price{
	font-size: 28px;
	line-height: 18px;
	padding-top: 10px;
	text-transform: none;
	font-weight: 900;
}


.wprez-text-cont .additional-text.stokrotka-shape img{
	max-width: 35px;
	margin: 0 15px;
}

.wprez-categories{
	border: 1px solid white;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	border-bottom-right-radius: 30px;
	background-color: rgba(0, 0, 0, .5);
}

.wprez-categories.empty{
	border-top: 0;
}

.wprez-categories .table-cell{
	border-right: 1px solid white;
}

.wprez-categories a{
	color: white;
	text-transform: uppercase;
	font-family: Hind;
	font-weight: 400;
	line-height: 25px;
	padding: 5px 15px 3px;
	max-width: 200px;
}

.wprez-categories a:hover, .wprez-categories a.active{
	color: #ffdd00;
	text-decoration: none;
}

.wprez-categories a.active:hover{
	opacity: 0.5;
}

.wprez-categories .table-cell.active{
	color: #ffdd00;
}

.wprez-categories .table-cell:last-child{
	border-right: none;
}

.last-box .wprez.wprez-product{
	padding-bottom: 59.99%;
}

.wprez.wprez-product{
	padding-bottom: 85.99%;
}

.wprez-product .wprez-cont-prez{
	cursor: pointer;
	background-size: cover;
	background-position: center;
}

.wprez.wprez-product .wprez-text{
	background-color: white;
	border-top: 1px solid #e4e4e4;
	height: 90px;
}

.full-width-box .wprez.wprez-product .wprez-text{
	height: 190px;
}

.full-width-box .wprez.wprez-product .wprez-text p.subname{
	white-space: normal;
}

.wprez.wprez-product .title-no-subname{
	white-space: normal;
}

.wprez.wprez-product .only-title{
	position: absolute;
	text-align: center;
}

.wprez.wprez-product .only-price{
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
}

.wprez.wprez-product .empty-price{
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

.wprez-text a.green:hover{
	color: #ffdd00;
	text-decoration: none;
}

.wprez-text .wprez-text-inner{
	padding: 0 15px;
	height: 100%;
	width: 100%;
	/*margin: 0;*/
}

.wprez-text .wprez-text-inner .dot-dot-dot,
.wprez-text .wprez-text-inner .price-wrapper
{
	padding-top: 0;
}

.wprez-text .wprez-text-inner .dot-dot-dot
{
	max-width: 100%;
}

.wprez-text .wprez-text-inner .subname
{
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	display: inline-block;
}

.wprez-text-inner .stokrotka-shape-2{
	background: #82b437;
	color: white;
	text-align: center;
	padding: 0;
}


.wprez-product .only-title .wprez-text-inner h2{
	word-break: break-all;
	white-space: normal;
}

.wprez-text-inner h2{
	font-family: Hind;
	font-weight: bold;
	font-size: 28px;
	padding: 0;
	line-height: 34px;
	text-transform: uppercase;
	color: #82b437;
	max-width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

.wprez-text-inner .empty-price h2
{
	width: 100%;
	white-space: normal;
}

.wprez.wprez-product .wprez-prev-next{
	width: 30px;
	height: 30px;
	background-color: transparent;
}

/* komunetuje poneiważ te style działaja tylko dla nakładki admina
div[data-name="glorius-test"] .wprez-prev{
	left: 40%;
}

div[data-name="glorius-test"] .wprez-next{
	left: 40%;
}

div[data-name="glorius-test"] .wprez-prev-next{
	width: 30px;
	height: 30px;
	background-color: transparent;
} */

#glorius-sect-banner .wprez-prev-next{
	width: 30px;
	height: 30px;
	background-color: #cccccc;
}

#glorius-sect-banner .wprez-prev-next:hover,
#glorius-sect-banner .wprez-prev:hover {
	background-color: #82b437;
}

#glorius-sect-banner .wprez-prev{
	left: 40%;
}

#glorius-sect-banner .wprez-next{
	right: 40%;
}

.wprez.wprez-product .wprez-prev-next a{
	border: 2px solid #c7c7c7;
	color: #c7c7c7;
}

.wprez.wprez-product .wprez-prev-next a:hover{
	border: 2px solid #82b437;
	color: #82b437;
}

.wprez.wprez-product .wprez-prev-next i{
	font-size: 16px;
}

/*.wprez.wprez-product .wprez-prev-next{
	left: 10%;
	bottom: 0;
}*/
.wprez.wprez-product .wprez-prev{
	left: 5%;
	bottom: 2px;
}
.wprez.wprez-product .wprez-next{
	right: 5%;
	bottom: 2px;
}

.price-shape{
	display: table;
	height: 100%;
	max-height: 70px;
	width: 100%;
}

.price-shape p{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	line-height: 52px;
	font-size: 42px;
	font-family: Hind;
	padding-top: 5px;
	max-width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media all and (max-width: 1440px){
	.wprez-text-cont .inline-block.stokrotka-shape{
		margin-top: -3%;
	}

	.wprez-text-cont .inline-block.stokrotka-shape, .wprez-categories{
		max-width: 62vw;
	}
}

@media all and (max-width: 1280px){
	div .wprez-text-cont .inline-block.stokrotka-shape, div.wprez-categories{
		max-width: 70vw;
	}
}

@media all and (max-width: 1024px){
	.wprez-navi.navi-product
	{
		display:none;
	}
	.home-page .wprez-navi.navi-product
	{
		display:initial;
	}
	div.wprez.wprez-product .wprez-text{
		height: 78px;
	}

	.full-width-box div.wprez.wprez-product .wprez-text{
		height: 90px;
	}

	.full-width-box div.wprez.wprez-product{
		padding-bottom: 550px;
	}

	div.home-page .full-width-box .box-content{
		height: 550px;
	}
}

@media all and (max-width: 1023px){
	div.wprez.wprez-product .wprez-navi-in
	{
		/*display: none;*/
	}
	.wprez.wprez-product{
		padding-bottom: 85.99%;
	}
	.wprez.wprez-product .wprez-prev{
		left: 20%;
		bottom: 2px;
	}
	.wprez.wprez-product .wprez-next{
		right: 20%;
		bottom: 2px;
	}
	div.wprez-text-cont .inline-block.stokrotka-shape{
		padding: 10px 80px;
	}
	div.wprez-text .wprez-text-inner{
		padding: 0;
	}
	.wprez.wprez-product .wprez-text{
		height: 79px;
	}
}

@media all and (max-width: 980px){
	div .wprez-text-cont .inline-block.stokrotka-shape{
		margin-top: 2%;
	}
	.wprez-text-cont .inline-block.stokrotka-shape > *{
		margin: 8px 0;
	}
	.wprez-text-cont .inline-block.stokrotka-shape, .wprez-categories{
		min-width: 40vw;
		max-width: 45vw;
		margin: auto;
	}
}

/* @media all and (max-width: 767px){
	div div.default-container div.wprez-big{
		padding-bottom: calc(100% + 40px);
	}
} */

@media all and (max-width: 680px){
	div.wprez-prev-next{
		top: auto;
		bottom: 3px;
		width: 34px;
		height: 34px;
	}

	div.wprez-prev-next i{
		font-size: 14px;
	}

	/* .wprez-big .wprez-main{
	} */

	/* div div.default-container .wprez-big{
		padding-bottom: 56%;
	} */

	.wprez-text-inner [class*="column-"]:first-child{
		padding-right: 3px;
	}

	.wprez-text-inner [class*="column-"]:last-child{
		padding-left: 3px;
	}

	/* .wprez.wprez-big{
		padding-bottom: 41% !important;
	} */
	/* .wprez-big .wprez-cont {
		padding-bottom: initial;
	} */
}

@media all and (max-width: 580px){
	.wprez-prev{
		left: 0;
	}
	.wprez-next {
		right: 0;
	}

	div .full-width-box div.wprez.wprez-product{
		padding-bottom: 400px;
	}

	div div.home-page .full-width-box .box-content{
		height: 400px;
	}
	.wprez-text-cont .inline-block.stokrotka-shape, .wprez-categories{
		min-width: 50vw;
		max-width: 50vw;
		margin: auto;
	}
}

@media all and (max-width: 500px){
	.wprez-main{
		width: 100%;
		padding-bottom: 100%;
		height: 0;
		position: relative;
	}
	.home-page .wprez-main{
		height: initial;
		position: initial;
	}
}

@media all and (max-width: 479px){
	div.wprez.wprez-product .wprez-text
	{
		display: none;
	}
	.wprez-cont .slider-button-corner
	{
		padding: 5px 10px;
		bottom: 10px;
		right: 20px;
	}
}
