.pbicon{
	width: 50px; 
	height: 50px; 
	position: absolute; 
	z-index: 1000; 
	background-image: url('/image/catalog/icon-png/pb-pp.png');
}
.pbicon a{
	padding: 25px;
}
.row-pbcredit-banc-name{
	min-width: 140px;
}
.row-pbcredit-prod{
	display: flex;
	flex-wrap: wrap;
}
.row-pbcredit-banc select{
	width: 100%;
	margin: 0 auto;
	padding: 6px 8px;
	/*background-color: #f4fff6;*/
	box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	cursor: pointer;
	outline: 0;
	font-size: 20px !important;
}
.row-pbcredit-butt input[type=submit]{
	font-size: 18px;
	color: white;
	padding: 10px 20px 12px 20px;
	border-radius: 3px;
	background: rgb(64, 199, 129);
	box-shadow: 0 -3px rgb(53, 167, 110) inset;
	transition: 0.2s;
	border: 0px;
}

.row-pbcredit-butt input[type=submit]:hover{
	background: rgb(53, 167, 110);
}
.row-pbcredit-butt input[type=submit]:active{
	background: rgb(33,147,90);
	box-shadow: 0 3px rgb(33,147,90) inset;
}

.row-pbcredit-sum {
	font-size: 25px;
	font-weight: 500;
	color: #ff6a00;
}

.pbcredit-prod-img{
	border-radius: 10px;
	border: 3px solid #bff3c1;
	padding: 15px;
	background-color: white;
	margin: 0px 0px 10px 10px;
	flex: 0;
	margin-right: auto;
	margin-left: auto;
}
.pbcredit-prod-desc{
	margin: 0px 0px 10px 10px;
	padding: 20px 17px;
	background-color: white;
	flex: 1;
	line-height: normal;
	min-width: 300px;
}
.pbcredit-prod-desc .option{
	background-color: #f9ea9e;
	width: max-content;
	padding: 2px 10px;
	border-radius: 5px;
	border: 1px solid #a34e24;
	font-weight: 600;
	color: #a34e24;
}
.pbcredit-prod-desc .name a{
	color: black;
}
.pbcredit-prod-desc .name {
	font-size: 30px;
}
.pbcredit-prod-desc .quantity {
	font-size: 22px;
}
.pbcredit-prod-desc .price {
	font-size: 23px;
}
.pbcredit-prod-desc .amount {
	font-size: 30px;
}

.pbcredit-options{
	margin: 0px 0px 10px 0px;
	padding: 15px;
	background-color: white;
}
.pbcredit-options input[type=submit]{
	border: 0px;
	border-radius: 3px;
	box-shadow: -3px -3px rgb(33,147,90) inset;
	padding: 5px;
	color: white;
	padding: 5px 14px 5px 14px;
	border-radius: 3px;
	background: rgb(64, 199, 129);
	box-shadow: 0 -3px rgb(53, 167, 110) inset;
	transition: 0.2s;
	border: 0px;
}
.pbcredit-options input[type=number] {
	border-radius: 3px;
	border: 1px solid #cacbcc;
	padding: 4px;
	display: block;
	width: 100%;
}
.pbcredit-option-box{
	margin-bottom: 9px;
}


.row-pbcredit {
	margin-bottom: -3px;
	/* margin: 0px 10px 10px 0px; */
	padding: 15px;
	background-color: #f8fff8;
	border: 3px solid #bff3c1;
	/* border-radius: 10px; */
	flex: 1;
	/*min-width: 500px;*/
}


.row-pbcredit-banc{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.row-pbcredit-banc div{
	margin: 3px 10px 3px 10px;
	text-align: center;
}
.row-pbcredit-period, .row-pbcredit-sum{
	flex: 2;
	text-align: center;
	min-width: 100px;
}
.row-pbcredit-butt{
	flex: 1;
	text-align: right;
}
.row-pbcredit-sum{
	min-width: 200px;
}
.quantity-plus{
	width: 20px;
	height: 20px;
	border: none;
	cursor: pointer;
	background: #fff url('/image/catalog/icon-png/plus.png') center center no-repeat;
}
.quantity-minus{
	width: 20px;
	height: 20px;
	border: none;
	cursor: pointer;
	background: #fff url('/image/catalog/icon-png/minus.png') center center no-repeat;
}
.quantity-minus:focus{
	outline: none;
}
.quantity-plus:focus{
	outline: none;
}
.form-control{
    width: auto;
}
.pb-btn img{
	margin-bottom: 3px;
    margin-right: 4px;
}