.b-constr-img-wrap{
	display: flex;
	justify-content: center;
}
.b-constr-img-block{
	width: 400px;
	height: 400px;
}
.b-constr-img{
	width: 100%;
	height: 100%;
	background-size: cover;
}

.b-constr-h6{
	font-size: 1rem;
	margin-bottom: 0.5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

.b-constr-color{
	display: flex;
	flex-wrap: wrap;
}
.b-constr-color-item{
	width: 35px;
	height: 35px;
	cursor: pointer;
	border: 1px solid var(--gray-color);
	border-radius: 0.25rem;
	margin: 0.2rem;
	padding: 0.1rem;
}
.b-constr-color-item:hover, .b-constr-color-select{
	border:1px solid var(--yellow-color);
}
.b-constr-color-item img{

}
.b-constr-color-item span{
	width: 100%;
	height: 100%;
	display: block;
}

.b-constr-prod-wrap{
	margin-top:3rem;
	display:flex;
}
.b-constr-prod{
	width: 33.333%;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	border-radius: 0.25rem;
	border: 1px solid #dee2e6;
}
.b-constr-prod:nth-child(3n+2){
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.b-constr-prod h5{
	text-align: center;
	padding-bottom: 0.25rem;
	border-bottom: 1px solid #dee2e6;
	font-size: 1.25rem;
	margin-bottom: 0.5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}
.b-constr-prod-item{
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	align-items: flex-start;
	display: flex;
}
.b-constr-prod-img{
	width:70px;
	margin-right: 0.5rem;
	flex-shrink: 0;
}
.b-constr-prod-img img{
	max-width:100%;
}
.b-constr-prod-right{
	flex-grow: 1;
}
.b-constr-prod-name{

}
.b-constr-prod-size{
	background-color: var(--gray-400);
	line-height: 1.0;
	padding: 0.5rem;
	margin-bottom: 0.25rem;
	margin-top: 0.25rem;
	align-items: center;
	display: flex;
	justify-content: space-between;
	font-size:0.9rem;
}
.b-constr-prod-btn-del{
	margin-left: auto;
	align-items: center;
	display:flex;

}
.b-constr-prod-badge{
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
	color: #212529;
	background-color: #f8f9fa;
	margin-left: 0.5rem;
	position: relative;
	top: -1px;
}

.b-constr-bsk-wrap{

}
.b-constr-bsk{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-bottom: 0.25rem;
	padding-top: 0.25rem;
	margin-top: 1rem;
	border-radius: 0.25rem;
	border: 1px solid #dee2e6;
}
.b-constr-bsk h5{
	text-align: center;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #dee2e6;
	font-size: 1.25rem;
	margin-bottom: 0.5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}
.b-constr-bsk-item{
	background-color: var(--gray-400);
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-bottom: 0.25rem;
	padding-top: 0.25rem;
	margin-bottom: 0.25rem;
	margin-top: 0.25rem;
	align-items: center;
	display:flex;
}
.b-constr-bsk-color{
	width: 30px;
	margin-right: 0.5rem;
}
.b-constr-bsk-color img{
	max-width:100%;
}
.b-constr-bsk-color span{
	width: 30px;
	height: 30px;
	display: block;
}
.b-constr-bsk-price{
	margin-left: auto;
}
.b-constr-bsk-cnt{
	width:100px;
	margin-left: 0.5rem;
	align-items: center;
	display:flex;
}
.b-constr-bsk-cnt input{
	flex-grow: 1;
	padding: 0.25rem 0.5rem;
	font-size: .875rem;
	line-height: 1.5;
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	font-weight: 400;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	margin-bottom: 0;
}
.b-constr-bsk-cnt-up-down{
	margin-left: 0.25rem;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}
.b-constr-bsk-up, .b-constr-bsk-down{
	cursor: pointer;
	width: 100%;
	position: relative;
	flex: 1 1 auto;
	border: 1px solid #dee2e6;
	padding: 0.15rem 0.4rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
}
.b-constr-bsk-up:hover, .b-constr-bsk-down:hover{
	background-color: #e2e6ea;
}
.b-constr-bsk-del{
	cursor: pointer;
	margin-left: 0.5rem;
	border: 1px solid #dee2e6;
	padding: 0.25rem 0.5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
}
