.qty button, .qty button:hover {
	border-radius: 12px;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    border: solid 2px #ccc;
    background: #fff;
    line-height: 34px;
    width: 38px;
    padding: 0;
    color: #333;
    letter-spacing: 0;
}

.qty .qty-input {
    line-height: 32px;
    width: 55px;
    border: solid 2px #ea5d0a;
    margin-left: 9px;
    margin-right: 9px;
    text-align: center;
    font-weight: 700;
}

.qty button.selector {
    width:  auto;
    padding:  0 15px;
    font-weight: normal;
}

.qty button.selector.selected {
    background-color: #007bff;
}

.pht-booking-snippet .product .checkbox-item.pull-right {
    float: right;
}