.webprostor-configurator-catalog-section .configurator-product-carousel.owl-carousel
{
	height: 220px;
	overflow: hidden;
	background-image: url(/bitrix/images/webprostor.configurator/preloader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.webprostor-configurator-catalog-section .owl-carousel .owl-dots
{
	position: absolute;
    bottom: 0;
    width: 100%;
	margin-top: 0 !important;
	left: 0;
}

.webprostor-configurator-catalog-section .image-item
{
	padding: 5px;
}

.webprostor-configurator-catalog-section .thumbnail
{
	margin-bottom: 0;
}

.webprostor-configurator-catalog-section .image-wrapper
{
	display: block;
	height: 200px;
	background-image: url(/bitrix/images/webprostor.configurator/preloader.gif);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.webprostor-configurator-catalog-section .image-wrapper a
{
	display: block;
	height: 100%;
	width: 100%;
}

.webprostor-configurator-catalog-section .raiting > table
{
	margin: 10px auto 0;
}

.webprostor-configurator-catalog-section .raiting + .description
{
	padding-top: 0;
}

.webprostor-configurator-catalog-section .description h5
{
	font-weight: 700;
	margin-top: 0;
	word-wrap: break-word;
}

.webprostor-configurator-catalog-section .description h4
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.webprostor-configurator-catalog-section .properties
{
	margin-top: 10px;
	word-wrap: break-word;
	max-height: 250px;
    overflow: hidden;
    overflow-y: auto;
}

.webprostor-configurator-catalog-section .badge
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.webprostor-configurator-catalog-section .price
{
	margin-bottom: 10px;
}

.webprostor-configurator-catalog-section .price s
{
	opacity: 0.5
}

.webprostor-configurator-catalog-section .price .catalog-price
{
	color: #ff0000;
	font-weight: 700;
}

.webprostor-configurator-catalog-section .form-add .input-group-addon
{
	padding: 0;
}

.webprostor-configurator-catalog-section .form-add .input-group-addon .input-group-text
{
	padding: 6px 12px;
	font-weight: bold;
	color: #444
}

.webprostor-configurator-catalog-section .form-add a
{
	outline: none;
	text-decoration: none;
}

.webprostor-configurator-catalog-section .form-add input
{
	text-align: center;
}

.webprostor-configurator-catalog-section .form-add .btn-add
{
	margin-top: 10px;
}

.webprostor-configurator-catalog-section .form-add .total span
{
	display: block;
	padding-top: 10px;
}

@media (min-width: 992px) {
	.configurator-product:nth-child(3n+1)
	{
		clear: left;
	}
}

@media (max-width: 992px) {
	.configurator-product:nth-child(3n+1)
	{
		clear: none;
	}
	.configurator-product:nth-child(odd)
	{
		clear: left;
	}
}