
.cantidadPricebox {
	height: unset !important;
	max-width: 35px !important;
	text-align: center;
	font-size: 16px !important;
	font-weight: bold;
	line-height: 1em !important;
	color: #333;
	border: none !important;
	border-radius: 0px;
	display: inline-block;
	vertical-align: middle;
	top: 2px !important;
	position: relative;
	opacity: 1 !important;
}
.booking-it .addons-input-item {
	font-size: 14px;
	padding: 3px 0;
	border-bottom: 1px solid #efefef;
	position: relative;
	display: inline-block;
	width: 100%;
}
.booking-it .minus, .booking-it .plus {
	border-radius: 50px;
	background: #fff;
	color: #333;
	border: 2px solid #333;
	font-weight: bolder;
	font-size: 22px;
	line-height: 19px;
	width: 26px;
	height: 26px;
	padding: 0px 0 0;
	vertical-align: middle;
	transition: 0.2s linear all;
	cursor: pointer;
	transform: scale(1);
	transform-origin: 50% 50%;
	user-select: none;
	display: inline-block;
	text-align: center;
}
.booking-it .minus {
	line-height: .8em;
}
.booking-it .minus:hover, .booking-it .plus:hover {
	background: #333;
	color: #fff;
}
.booking-it .minus:active, .booking-it .plus:active {
	background: #333;
	color: #fff;
	transform: scale(.8);
}
.booking-it .number-person-lable {
    width: 59%;
    display: inline-block;
    line-height: 1em;
}
.number-person-lable-descripcion {
	font-size: 10px;
	font-weight: normal;
	color: #999;
	width: 100%;
	line-height: 1.1em;
	display: inline-block;
	padding-top: 3px
}
.number-cantidad {
	margin: 0;
	margin-left: 1%;
	width: 40%;
	float: right;
	text-align: right;
}
.filaPriceboxCantidad {
	display: block;
	padding: 8px 0 12px;
	border-bottom: 1px solid #eee;
	min-height: 4.3em;
	margin-bottom: 8px;
}
.booking-it .filaPriceboxCantidad .number-person-lable {
    font-size: 18px;
    padding-top: 3px;
}
.booking-it .filaPriceboxCantidad img {
	float: left;
	position: relative;
	top: -1px;
	margin-right: 8px;
}

.booking-it .bk-extract-price-person img {
	position: relative;
	top: -1px;
}
.filaPriceboxCantidad .cantidadCentrada {
	position: relative;/*top: 8px*/
}
.bk-extract-price-person .filaPriceboxCantidad:last-child {
	border-bottom: none
}

.etiquetaOferta {
	color: white;
	background-color: #007bff;
	position: relative;
	display: inline-block;
	font-size: 9px;
	padding: 4px 6px 4px 2px;
	text-align: center;
	vertical-align: top;
	line-height: 8px;
	left: 10px;
	text-transform: uppercase;
	margin: 0 0;
	top: 2px;
}
.etiquetaOferta:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	display: inline-block;
	border-width: 8px 8px 8px 0;
	border-color: transparent #007bff transparent transparent;
	position: absolute;
	left: -8px;
	top: 0px;
}

