.item-info {
	padding: 15px;
	position: relative;
}
.item-info h1 {
	margin-bottom: 25px;
	color: #000;
	font-size: 24px;
}
.item-info .item-info-foto {
	padding: 0px 15px 0px 15px;
}
.item-info .item-info-foto img {
	margin: 0px 0px 10px 0px;
	width: 100%;
	max-width: 100%;
}
.item-info .item-info-foto-thumbs {
	padding-top: 0px;
}
.item-info .item-video {
	padding-top: 15px;
	padding-bottom: 15px;
}

.item-info div.price {
	border-bottom: 1px solid #f77a05;
	padding-bottom: 5px;
	display: block;
	background: none;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 10px;
	overflow: hidden;
}
.item-info div.price div {
    float: left;
	padding: 0px;
	background: none;
}
.item-info div.price div + div {
	margin-left: 30px;
}

.item-info div.price span {
	background: #ffe952;
	float: left;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	line-height: 100%;
	height: 47px;
	padding: 10px 15px 5px 15px;
}
.item-info div.price div + div span {
	background: #ebebeb;
}
.item-info div.price span i {
	font-style: normal;
	font-size: 18px;
}

.item-info div.price b {
	font-weight: normal;
	float: left;
	clear: left;
	font-size: 14px;
	padding-top: 5px;
}


.item-info .buttons .f {
	float: right;
	border: 1px solid #1fb71f;
	border-right: none;
	border-radius: 5px;
}
.item-info .buttons a {
	display: inline-block;
	height: 45px;
	line-height: 18px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 5px;
	text-decoration: none;
	padding-top: 5px;
}
.item-info .buttons a.buy {
	background: #f00;
	width: 165px;
	text-align: center;
	color: #fff;
}
.item-info .buttons .f a {
	float: right;
	background: #1fb71f;
	width: 165px;
	text-align: center;
	color: #fff;
	border-radius: 0px 5px 5px 0px;
}
.item-info .buttons .f input {
	border: none;
	height: 33px;
	margin-top: 7px;
	line-height: 33px;
	padding: 0px 10px;
	width: 140px;
	outline: none;
}


.item-info .buttons .instock {
	float: left;
	margin-top: 20px;
	font-weight: bold;
	color: #1fb71f;
}
.item-info .buttons .kredit-value{
	float: left;
	clear: left;
}

.item-info .buttons .kredit-info {
	float: right;
	padding-bottom: 20px;
}

.item-info .buttons .kredit-info a {
	margin-top: -20px;
	color: #fff;
	background: #777;
	height: 45px;
	line-height: 18px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 5px;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;
	width: 165px;
}

.item-info .buttons .kredit-info span {
	display: block;
	height: 55px;
	margin-top: -20px;
	padding: 8px 8px 0px 160px;
	background: #ffea53 url(../pics/banks.webp) 8px 5px no-repeat;
	line-height: 14px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #0f0900;
	text-align: right;
	cursor: pointer;
	position: relative;
}
.item-info .buttons .kredit-info span:before {
	content: "";
	position: absolute;
	top: 19px;
	left: -16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8.5px 16px 8.5px 0;
	border-color: transparent #ffeb53 transparent transparent;
}
.item-info .buttons .kredit-info span:after {
	content: "";
	position: absolute;
	top: 0px;
	left: -75px;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: url(../pics/banks-operator.webp) no-repeat;
	border: 2px solid #ffeb53;
}

.item-info .top-table {
	display: table;
	width: 100%;
	margin-bottom: 20px;
	border-spacing: 0px 10px;
	border-collapse: separate;
}
.item-info .top-table .trow {
	display: table-row;
}
.item-info .top-table .th, .item-info .top-table .td {
	display: table-cell;
}
.item-info .top-table .th {
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	padding: 0px 15px 0px 0px;
}
.item-info .top-table .td {
	background: #e8e8e8;
	font-size: 14px;
	color: #333333;
	padding: 5px 15px;
}

.custom-door-comment {
	font-size: 14px;
    color: #333;
	margin-top: -15px;
	margin-bottom: 15px;
    line-height: 130%;
}
.custom-door-comment i {
	font-style: normal;
	color: #f00;
}


.item-info .comment {
	font-size: 13px;
	color: #333;
	margin-top: 30px;
	line-height: 130%;
}
.item-info .comment strong {
	color: #f00;
	font-weight: normal;
}
.item-info .nav-tabs {
	margin-top: 15px;
}
.item-info .nav-tabs a {
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #333333;
}
.item-info .nav-tabs .active a, .item-info .nav-tabs a:hover {
	color: #1fb71f !important;
}


.item-info-foto .owl-carousel img {
	cursor: pointer;
	display: block;
	margin: 0px auto 10px auto;
}
.item-info-foto .owl-prev, .item-info-foto .owl-next {
	width: 40px;
	height: 40px;
	margin-top: -37px;
	border-radius: 20px;
	background-color: #3EB019;
	background-position: center center !important;
	background-repeat: no-repeat;
}
.item-info-foto .owl-prev {
	left: -15px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAxNCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIgMjBMMyAxMUwxMiAyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiLz48L3N2Zz4=');
}
.item-info-foto .owl-next {
	right: -15px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAxNCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiAyTDExIDExTDIgMjAiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMyIvPjwvc3ZnPg==');
}
.panel-title {
	font-size: 16px;
	line-height: 20px;
}
.panel-title span {
	display: inline-block;
	color: #1fb71f;
	border-bottom: 1px dashed #1fb71f;
	cursor: pointer;
}

.item-info-foto .inner-carousel .select-inner-panel-btn {
	display: none;
	background: #ffb901;
	height: 35px;
	padding: 0px 10px;
	color: #000;
	text-decoration: none;
	font-size: 13px;
	line-height: 35px;
	border-radius: 5px;
	cursor: pointer;
}
.item-info-foto .inner-carousel .select-inner-panel-btn:hover, .item-info-foto .inner-carousel .select-inner-panel-btn:focus, .item-info-foto .inner-carousel .select-inner-panel-btn:active {
	background-color: #fecb00;
}
.item-info-foto .inner-carousel.loaded .select-inner-panel-btn {
	display: inline-block;
}
.flex-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -10px;
	align-items: flex-start;
}
#innerPanelModal .column {
	flex: 0 0 20%;
	padding: 10px;
}

.modal-panel-item {
	border: 2px solid #ebebeb;
	padding: 15px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
}
.modal-panel-item:before {
	content: attr(data-num);
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 3px 5px;
	color: #fff;
	font-size: 13px;
	background: #1fb71f;
	border-radius: 3px 0px 3px 0px;
}
.modal-panel-item:after {
	content: attr(data-price);
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 3px 5px;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	background: #ffe952;
	border-radius: 0px 3px 0px 3px;
}

.modal-panel-item:hover {
	border-color: #f00;
}
.modal-panel-item.active {
	border-color: #1fb71f;
}
.modal-panel-item img {
	max-width: 100%;
	margin-bottom: 10px;
}
.modal-panel-item div {
	font-size: 13px;
	line-height: 120%;
}

h1.panel:after {
	content: attr(data-panel);
}


#artikul i {
	font-style: normal;
}


/* XS */
@media (max-width: 767px) {
	.item-info div.price div + div {
		margin-left: 15px;
	}
	.item-info div.price span {
		display: inline-block;
		font-size: 24px;
		font-weight: bold;
		line-height: 100%;
	}
	.item-info div.price b {
		font-size: 12px;
	}
	.item-info .buttons a.buy {
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		margin-bottom: 15px;
		padding-top: 0px;
	}
	.item-info .buttons .f {
		width: 100%;
		margin-bottom: 0px;
	}
	.item-info .buttons .f a {
		width: 50%;
	}
	.item-info .buttons .f input {
		width: 50%;
	}
	.item-info .buttons .instock, .item-info .buttons .kredit-value {
		float: none;
		font-size: 16px;
	}
	.item-info .buttons .kredit-info {
		float: none;
		width: 100%;
		padding-bottom: 20px;
		margin-top: 10px;
	}
	.item-info .buttons .kredit-info a {
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		text-align: center;
		padding: 0px;
		margin-top: 0px;
	}
	.item-info .buttons .kredit-info a br {
		display: none;
	}
	.item-info .buttons .kredit-info span {
		margin-top: 0px;
		width: 270px;
		float: left;
		margin-bottom: 15px;
		font-size: 15px;
	}
	.item-info .buttons .kredit-info span:before,.item-info .buttons .kredit-info span:after {
		display: none;
	}
	.nav-tabs > li {
		float: none;
		display: block;
		width: 100%;
	}
	.item-info .nav-tabs a {
		font-weight: bold;
		font-size: 15px;
	}
	
	.item-info-foto .img-title {
		margin-top: 15px;
	}
	
	.item-info-foto .owl-carousel {
		margin-bottom: 15px;
	}
	.item-info-foto .owl-prev {
		left: 0px;
	}
	.item-info-foto .owl-next {
		right: 0px;
	}
	
	#innerPanelModal .column {
		flex: 0 0 50%;
	}
	
	.item-info-foto .inner-carousel .select-inner-panel-btn {
		margin-bottom: 30px;
		font-size: 15px;
	}
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
	.item-info div.price span {
		float: left;
		clear: left;
	}
	.item-info-foto .owl-carousel {
		margin-bottom: 15px;
	}
	.item-info-foto .owl-prev {
		left: 0px;
	}
	.item-info-foto .owl-next {
		right: 0px;
	}
	
	#innerPanelModal .column {
		flex: 1 33.333%;
	}
}

/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
	.item-info .buttons a.buy, .item-info .buttons .f a, .item-info .buttons .kredit-info a {
		width: 150px;
	}
	.item-info .buttons .f input {
		width: 130px;
	}
	.item-info .buttons .kredit-info span:before,.item-info .buttons .kredit-info span:after {
		display: none;
	}
}