.mt-10px {
	margin-top: 10px !important;
}

.w125 {
	width: 125px;
}

.bconfig-selection-option-more {
	display: block;
	float: right;
	color: #d98919;
	font-size: 12px;
	text-transform: none;
	font-weight: normal;
	margin-right: 40px;
	border-bottom: 1px dashed #cba167;
	cursor: pointer;
}

.bconfig-lines {
	position: absolute;
	left: 150px;
	top: 5px;
}

.bconfig-price {
	margin-top: 20px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
	clear: left;
	float: left;
}

.bconfig-price-title {
	float: left;
	font-size: 16px;
	font-weight: 600;
	width: auto;
	text-transform: uppercase;
	line-height: 18px;
}

.bconfig-price-value {
	font-size: 45px;
	font-weight: 600;
	float: right;
	margin-top: -10px;
	color: #db2a42;
}

.bconfig-price-text {
	color: #888;
	clear: left;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	font-size: 13px;
	line-height: 14px;
}

.bconfig-selection-option-more:hover {
	border-bottom: 1px solid #d4ae14;
}

@media screen and (max-width: 768px) {
	.bconfig-lines {
		display: none;
	}
}

@media (min-width: 769px) and (max-width: 1400px) {
	.bconfig-lines {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) and (max-width: 1400px) {}