section.product-list {
    padding: 50px 0;
}
.products {
    margin: 5px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.products .item {
	flex: 0 0 24%;
	background-color: #FFF;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all .25s ease;
	position: relative;
}
.products .item .badge {
	position: absolute;
	top: 10px;
	left: 10px;
}
.badge.default {
	background-color: #ffcc00;
	color: #000;
}
.products .item:hover {
	box-shadow: 0px 15px 15px -8px rgba(0,0,0,.15);
}
.products .item img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    display: block;
    margin: 0px auto 10px;
    padding: 5px;
	transition: all .25s ease;
}
.products .item:hover img {
	transform: scale(1.1);	
}
.products .item h4 a {
	display: block;
	color: var(--text);
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 10px;
	transition: all .25s ease;
}
.products .item:hover h4 a,
.products .item h4 a:hover {
	color: var(--alt);
	text-decoration: none;
}
.product .lead {
    font-size: 15px;
    line-height: 1.35em;
    margin: 10px 10px 25px;
    font-weight: 500;
}
.product .price,
.products .item .price {
	font-size: 15px;
	font-weight: 300;
	color: var(--text);
	margin-top: 10px;
}
.product .price strong,
.products .price strong {
	font-weight: 600;
}
.product .price strong em,
.products .item .price strong em {
	font-style: normal;
	font-size: 30px;
}
.product .price-promo,
.products .item .price-promo {
	display: block;
	margin-top: 5px;
	text-decoration: line-through;
	opacity: .5;
	font-weight: 300;
	font-size: 18px;
}
.products .desc {
	font-size: 16px;
}
.product .description ul {
	margin-left: 2em;
}




.product {
	margin: 20px auto;
}
.product h1 {
	font-size: 24px;
	font-weight: 600;
}
.product .code {
    display: inline-block;
    background-color: var(--lightgray);
    padding: 5px 8px;
    margin: 0 0 10px;
}
.product .image {
    border: 1px var(--semilight) solid;
    padding: 10px;
    margin: 0 auto 20px;
    width: calc(100vw - 34px);
    height: calc(100vw - 34px);
    object-fit: contain;
}
.product .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}
.product .params {
    background-color: var(--lightgray);
    padding: 15px 10px;
    font-size: 15px;
    margin: 5px 0 20px;
}
.params > div {
    display: block;
    padding: 5px 10px;
    line-height: 1.1em;
    margin-bottom: 7px;
}
.produkt .price {
    margin: 10px;
    font-size: 18px;
    font-weight: 400;
}
.produkt .price p {
	margin: 0 0 5px;
	font-size: 16px;
}
.produkt .price strong {
	font-size: 22px;
}




.single-custom_product .page-banner .breadcrumbs {
	margin: .5em 0;
	font-size: 12px;
	color: #FFF;
}
.single-custom_product .page-banner .breadcrumbs a {
	color: rgba(255,255,255,.75);
}
.single-custom_product .page-banner .breadcrumbs a:hover {
	text-decoration: underline;
}
.product-content {
	display: flex;
	margin: 60px auto;
	flex-wrap: wrap;
}
.product-content .image {
	flex: 0 0 40%;
}
.product-content .image img {
	width: 100%;
	object-fit: scale-down;
	border: 1px #cdcdcd solid;
	border-radius: 15px;
	height: 500px;
}
.product-content .right {
	padding-left: 50px;
	flex: 0 0 60%;
}
.product-content .price {
	
}
.product-content .price p {
	margin: 0 0;
}
.product-content .price strong {
	font-size: 26px;
}
.product-content .lead {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
}
.product-content .params {		
	padding: 15px 10px;
	font-size: 15px;
	margin: 5px 0 20px;
}
.product-content .addtocart {
	display: flex;
	align-items: center;
	gap: 40px;
	color: var(--gold);
	margin: 35px 35px 20px;
}
.product-content .content {
	margin-top: 50px;
}
.details-table .item:first-child {
	border-top: 1px solid rgba(150,150,163,0.5);
}
.details-table .item {
	padding: 9px 25px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(150,150,163,0.5);
	margin: 0 0;
}
.details-table .item:nth-child(even) {
	background-color: rgba(229,235,242,0.5);
}
.related-products {
	padding: 80px 0;
}
.related-products .product-excerpt {
	font-size: 12px;
	line-height: 15px;
	opacity: .5;
}
@media (max-width: 992px) {
	.single-custom_product .page-banner  {
		background-image: initial !important;
	}
}

@media (max-width: 992px) {

	.products .item {
		flex: 0 0 48%;
	}
	.single-custom_product .page-banner {
		background-image: initial !important;
		height: 200px !important;
		min-height: initial;
	}
	.product-content .image {
		flex: 0 0 100%;
		margin: 10px 0 25px;
	}
	.product-content .image img {
		height: 300px;
	}
	.product-content {
		display: block;
	}
	.product-content .lead {
		font-size: 13px;
	}
	.product-content .right {
		padding-left: 0px;
	}
	.products .item {
		padding: 8px;
	}
	.products .item h4 a {
		font-size: 11px;
		font-weight: 400;
	}
	.product .price strong em, .products .item .price strong em {
		font-size: 24px;
	}
	.product .price, .products .item .price {
		font-size: 12px;
		letter-spacing: -.5px;
	}
	.product-content .params {
		padding: 10px 0;
		font-size: 13px;
	}
	.details-table .item {
		padding: 10px 15px;
	}
}