.h1, h1, .h2, h2 {
	font-size: 20px;
}
.rating, .parameters {
	font-size: 14px;
}
.parameters {
	border-right: 1px solid #ddd;
}

.publisher-logo {
	max-width: 80px;
	max-height: 33px;
	width: auto;
	height: 100%;
}
strong {
	font-weight: 600;
}
.product-card {
	text-align: center;
}
.product-card-title {
	font-size: 16px;
}
.product-card .price-wrap {
	font-size: 25px;
	position: relative;
	font-weight: 400;
}
.product-card .price-wrap .price {
	font-size: 38px;
	color: #72b738;
	font-weight: 800;
}
.product-card .price-wrap .price-sup sup {
	position: absolute;
	font-size: 14px;
	text-decoration: underline;
	top: -5px;
}
.product-card .price-wrap s .price-sup sup {
	font-size: 10px;
	top: 0;
}
.product-card .price-wrap .price-small {
	display: inline-block;
	font-size: 14px;
	margin-bottom: .2rem;
	color: #888;
}
.product-card .price-wrap .price-online {
	font-size: 12px;
	font-weight: 600;
	margin-top: .2rem;
}
.font-weight-bold {
	font-weight: 800 !important;
}

.cart-add {
	font-weight: 800;
	font-size: 14px;
	border-radius: 0;
	text-transform: capitalize;
	padding: 9px 20px 8px;
	margin: .5rem auto;
}
.cart-add.disabled {
	background-color: #72b738;
	border-color: #72b738;
}
.product-card .product-card-link {
	display: inline-block;
	font-size: 14px;
	color: #72b738;
	font-weight: 800;
	text-decoration: underline;
	margin: .8rem auto .5rem;
}
.btn-outline-custom {
	padding: 16px 34px;
	color: #414141;
	border-radius: 0;
	text-transform: none;
	font-weight: 600;
	font-size: 15px;
	border: 1px solid #ddd;
	background: #fff;
}
.btn-outline-custom.active {
	border: 1px solid #ddd;
	color: #888;
}
.btn-outline-custom:hover, .btn-outline-custom.active:hover {
	border: 1px solid #72b738;
	color: #72b738;
}
.btn-favourite span {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: normal;
	background: no-repeat -60px -60px;
	background-image: url("../images/sprite.png") !important;
	text-indent: -99999px;
	transition: none;
	vertical-align: middle;
	margin-left: 5px;
}
.forwarder {
	border: 1px solid #ddd;
	font-size: 14px;
	text-align: center;
	transition: all 0.1s ease-in-out;
	font-weight: 600;
}
.forwarder:last-child {
	border-left: none;
}
.forwarder a {
	display: block;
	padding: 20px 0;
}
.forwarder a:hover, .forwarder a:focus, .forwarder a:active {
	text-decoration: none;
}
.forwarder.forwarder-fb a {
	background: #fff;
	color: #557d96;
}
.forwarder a:hover, .forwarder a:focus, .forwarder a:active {
	background: #72b738;
	border-color: #72b738;
	color: #fff;
}
.forwarder.forwarder-fb a:hover, .forwarder.forwarder-fb a:focus, .forwarder.forwarder-fb a:active {
	background: #557d96;
	border-color: #557d96;
	color: #fff;
}
.btn-favourite.active span {
	background-position-y: -30px;
}
.product-content img {
	max-width: 100% !important;
	height: auto;
}
.cover-slider, .cover-slider-nav {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  visibility: hidden;
}
.cover-slider.slick-initialized, .cover-slider-nav.slick-initialized {
	opacity: 1;
	visibility: visible;
}
.cover-slider-nav {
	max-width: 160px;
	margin: 10px auto 0;
}
.cover-slider-nav img {
	max-width: 80px;
	max-height: 80px;
	width: auto;
	height: 100%;
	padding: 8px;
	border: 1px solid #dedede;
	margin: 0 5px;
	cursor: pointer;
}
.lightboxOverlay {
	max-width: 100%;
}
@media (max-width: 1199px) {
	.parameters {
		border-right: none;
	}
	.border-left-xl {
		border-left: 1px solid #ddd;
	}
}
@media (max-width: 991px) {
	.parameters {
		border-right: none;
	}
	.cart-add {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.h1, h1, .h2, h2 {
		font-size: 15px;
	}
	.thumbnail-wrapper img {
		max-height: 250px !important;
		height: 100%;
		width: auto;
		max-width: 100%;
	}
	.product-details {
		font-size: 13px;
	}
	.product-card {
		margin-bottom: 1.5rem;
	}
	.border-left-xl {
		border-left: none;
	}
	.star {
		font-size: 15px !important;
	}
	.rating {
		font-size: 13px;
	}
	.cover-slider {
		max-width: 200px;
		margin: 0 auto;
	}
}
@media (max-width: 575px) {
	#opis iframe {
		max-width: 100%;
		height: auto;
	}
	.forwarder:last-child {
		border-left: 1px solid #ddd;
		border-top: none;
	}
	
}