body#product main#wrapper .product-container ul.nav .nav-item .nav-link,
body#product main#wrapper .product-container ul.nav .nav-item .nav-link:hover {
	border-radius: .5rem;
	border: 1px solid black;
	color: black !important;
}

body#product main#wrapper .product-container ul.nav .nav-item .nav-link.active,
body#product main#wrapper .product-container ul.nav .nav-item .nav-link.active:hover{
	background: black;
	color: white !important;
}

.ps-imageslider__figcaption {
	display: none !important;
	opacity: 0;
	visibility: hidden;
}

body#product .buttonKalkulatorLeasingowego {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	border-radius: .25rem;
	overflow: hidden;
	border: 1px solid black;
}

body#product .buttonKalkulatorLeasingowego a {
	display: flex;
	justify-content: flex-end;
	background: black;
}

body#search #wrapper .columns-container {
	display: flex;
	flex-wrap: wrap;
	row-gap: 1.5rem;
}

body#search #wrapper .columns-container #left-column .categorytree_wrapper,
body#manufacturer #wrapper .columns-container #left-column .categorytree_wrapper {
	display: none;
}

body#search #wrapper #center-column {
	width: 100%;
	flex: 0 0 auto;
}

@media (min-width: 768px) {
	body#search #wrapper .columns-container {
		column-gap: 1.5rem;
	}

	body#search #wrapper #center-column {
		width: calc(66.66666% - 1.5rem);
		flex: 0 0 auto;
	}

	body#search #wrapper #center-column #products .products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 992px) {
	body#search #wrapper #center-column {
		width: calc(75% - 1.5rem);
		flex: 0 0 auto;
	}

	body#search #wrapper #center-column #products .products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1200px) {
	body#search #wrapper #center-column #products .products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}


@media (min-width: 410px) and (max-width: 575.98px) {
	.col--product {
		width: 50%;
	}
}

.carousel-control-next,
.carousel-control-prev {
	align-items: flex-end;
	padding: 1rem 0;
}

#left-column .block,
#right-column .block {
	float: none;
}

.ets-blog-wrapper-detail {
	float: none;
}

body#product #tab__description > div {
	overflow-x: scroll;
}

body#product #tab__description img {
	max-width: 100%;
}

.ets-blog-related-posts {
	display: none;
}

html body #modal__menu .btn-label,
html body #modal__menu .btn-label.d-none {
	display: block !important;
}

.ybc-blog-wrapper-detail {
	float: none;
}

.ybc_blog_free_img_wrapper {
	display: flex;
	justify-content: center;
	padding: 2rem;
	background: #f7f7f7;
}

.ybc_blog_free_img_wrapper img {
	width: 640px;
	max-width: 100%;
	display: block;
	mix-blend-mode: multiply;
}

#ybc-blog-related-products {
	float: none;
}

.ybc-blog-related-products-wrapper {
	float: none;
}

.ybc_block_slider ul,
.ybc-blog-related-posts-list,
.blog-product-list.ybc_related_products_type_carousel {
	float: none;
}

.owl-stage-outer {
	float: none;
}

a.ybc_title_block {
	text-decoration: none;
}

a:hover,
.ybc-blog-like-span:hover,
.ybc-block-comment-report:hover {
	color: #bb0207 !important;
}

.blog_description ul,
.blog_description ol {
	padding-left: 2rem;
}

.blog_description ol {
	list-style-type: decimal;
}

.blog_description ul {
	list-style-type: revert;
}

.blog_description ol ol {
	list-style-type: lower-alpha;
}

.blog_description ol ol ol {
	list-style-type: lower-roman;
}

.blog_description p,
.blog_description ul,
.blog_description ol {
	margin-bottom: 1rem;
}

.blog_description ul ul,
.blog_description ul ol,
.blog_description ol ul,
.blog_description ol ol {
	margin-bottom: 0;
}

.blog_description p,
.blog_description ul,
.blog_description ol {
	margin-bottom: 1rem;
}

.blog_description ul ul,
.blog_description ul ol,
.blog_description ol ul,
.blog_description ol ol {
	margin-bottom: 0;
}

#content ul,
#content ol {
	padding-left: 2rem;
}

#content ol {
	list-style-type: decimal;
}

#content ul {
	list-style-type: revert;
}

#content ol ol {
	list-style-type: lower-alpha;
}

#content ol ol ol {
	list-style-type: lower-roman;
}

#content p,
#content ul,
#content ol {
	margin-bottom: 1rem;
}

#content ul ul,
#content ul ol,
#content ol ul,
#content ol ol {
	margin-bottom: 0;
}

.btn-primary,
.btn-primary:hover {
	color: white !important;
}
