
.priceErr{
	font-size: 12px;
	line-height: 24px;
	width: 100%;
	padding: 0px 10px;
	position: absolute;
	top: -10;
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	left: 0;
}

.formatErr{
	font-size: 12px;
	line-height: 24px;
	width: 100%;
	padding: 0px 10px;
	position: inherit;
/*    position: absolute;
*/    top: -10;
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	left: 0;
}

.maximumprice{
	font-size: 12px;
	line-height: 24px;
	width: 100%;
	padding: 0px 10px;
	position: absolute;
	top: -10;
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	left: 0;
}

.apn-content-box {
	border: 1px solid #cdcdcd;
	padding: 10px 15px;
	border-radius: 3px;
	margin-bottom: 30px;
	position: relative;
	width: 300px;
  background-color: #f5efe4;
 border: 1px solid #c4b59d;
}

.apn-content-box ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.apn-content-box input{
	/* width: 25%; */
	background-color: #fff;
	border: 1px solid #00000036;
	height: 30px;
	box-shadow: none;
}

.apn-content-box h3,
.price-classic-design h3{
	color: #6d6d6d;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
	/* text-align: center; */
	margin-bottom: 25px;
	
}

.apn-content-box .apn-price-lbl li{

    margin: 2px 0px;
    column-gap: 20px;
    display: grid;
	grid-template-columns: 52% 28%;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    color: #6d6d6d;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding-bottom: 10px;

}

.apn-content-box .apn-price-lbl li strong{
	font-size: 14px;
	line-height: 24px;
	color: #6d6d6d;
}

.apn-content-box .apn-price-lbl li:last-child{
	border-bottom:none;
}

.add_rule {
	background-color: #333333;
	border-color: #333333;
	color: #ffffff;
}

.text{
	margin-bottom: 5px !important;
}


.price-classic-design{
	margin-bottom: 50px
}

.kaprice_classic_template_price_field{
	margin-left: 20px !important;
	background-color: #fff !important;
    border: 1px solid #00000036 !important;
    height: 30px !important;
    box-shadow: none !important;
	width: 100px !important;
}


.classic_name_your_price,
.text{
	font-size: 14px;
    line-height: 24px;
    color: #6d6d6d;
	font-weight: 600;
}

#kaprice {
  max-width: 157px !important;
}