/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 25 2024 | 07:36:04 */
/*******************************************************************************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/
/* Lista 4 pozycji *************************************************************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/


.products.columns-4 li {
	min-height: 380px;
	max-height: 380px;
	min-width: none;
	background:  #0000003B !important;
	border:  1px solid #fff;
	border-radius: 25px;
	margin-top:  40px;
}

.archive .products.columns-4 li {
	min-height: 380px;
	max-height: 380px;
	min-width: none;
	background:  #0000003B !important;
	border:  1px solid #fff;
	border-radius: 25px;
	margin-top:  40px;
}

@media only screen and (max-width: 768px) {
.archive .products.columns-4 li {
	min-height: 380px;
	max-height: 380px;
	min-width: none;
	background:  #0000003B !important;
	border:  1px solid #fff;
	border-radius: 25px;
	margin-top:  40px;
}
}



.products.columns-4 li a.button {
	background: white;
	border-radius: 22px;
	font-weight: 400;
	float: left;
	margin-left: 25px;
}

.products.columns-4 li .price {

border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #FFFFFF;
font-family: "Nunito", Sans-serif;
width: 135px;
background: white;
border-radius: 25px;
text-align: center;
position: absolute;
top: 160px;
right: 50px;
color: #000000 !important;
font-size: 12px;
}

.archive .products.columns-4 li .price {
top: 120px;
	}

.products.columns-4 li img {
	width: 70%;
padding-top: 25px;
}

@media (min-width: 768px) {
	.col-full {
		max-width: 1400px;
	}
	
}