.card-options {
    padding: 25px 20px 0;
}
#buy-ticket .card-options {
    padding: 10px 20px 0;
}
.card-option-item {
    font-size: 13px;
    text-align: left;
    padding: 5px 0;
    background: aliceblue;
    border: 1px solid rgb(200,200,200);
    margin: 5px;
}
.card-header {
    text-shadow: 1px 1px 1px rgba(100,100,100, .2);
    color: #f37076;
    text-align: center;
    font-size: 17px;
}
.card-option-item i {
    color: #f06a6b;
    text-shadow: 1px 1px 2px rgba(200,200,200, 1);
    font-size: 13px;
    margin-right: 5px;
    margin-left: 6px;
}
.card-picture{
    position: relative;

}
.card-description {
    padding: 10px 15px 15px;
    text-align: justify;
}
.badge-holder {
    position: absolute;
    top: 15px;
    right: 15px;
}
.provider-holder {
    background-color: rgba(230,230,230, 1);
    position: absolute;
    bottom: -20px;
    left: 15px;
    border-radius: 30px;
    overflow: hidden;
}
.price-section {
    font-size: 13px;
    padding: 8px 0 10px 15px;
}
.buy-button {

}
.badge {
    font-size: 90%;
}
.ticket-header {
    padding: 10px 10px 10px;
    font-size: 18px;

}
#buy-ticket h1 {
    font-size: 24px;
    margin: 0;
    color: rgb(255, 0, 0);
}
#buy-ticket .panel-heading h2 {
    padding: 10px;
    font-size: 23px;
    margin: 0;
}
#buy-ticket .panel-body h3 {
    padding: 10px 0 0;
    font-size: 17px;
    text-transform: unset;
}
#buy-ticket .panel-heading {
    border-bottom: 1px solid rgba(100,100,100,.1);
}
#buy-ticket .panel-body {
    padding: 0;
    position: relative;
}
.next-button {
    padding: 3px 40px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.prev-button {
    padding: 3px 40px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.order-wrap .next-button {
    padding: 3px 37px;
    position: absolute;
    bottom: -37px;
    right: 16px;
}
.order-wrap {
    display: none;
}
.order-wrap .prev-button {
    padding: 3px 40px;
    position: absolute;
    bottom: -37px;
    left: 16px;
}
.form-control {
    font-size: 13px;
}
.step h4 {
    font-size: 18px;
    padding: 10px;
}
.choose-button {
    font-size: 14px;
    padding: 5px 15px;
    margin: 5px 25px;
}
.focus-outline-blue{
    border: 3px solid aliceblue;
}
.focus-outline-grey{
    border: 3px solid rgba(250,250,250, 1) !important;
}
button:focus {
    border-color: rgba(250,250,250, 1);
}
.order-table td{
    vertical-align: middle;
}
.order-table tr:last-child td,  .order-table th {
    background: rgba(240,240,240,1);
    padding: 5px;
}
.order-table td:not(:first-child) {
    border-left: 1px solid #dee2e6;
    padding: 5px;
}
.form-control {
    height: calc(2.25rem + -7px);
}
.visitors .form-control {
    height: calc(2.25rem + 2px);
}
.visitors .form-control:focus {
    color: white;
    background-color: #dc3545;
}
.show-pass {
    padding-top: .255rem;
    padding-bottom: .255rem;
}
#buy-ticket .card {
    border: unset;
}
.order-table td, .order-table th {
    padding: .5rem;
}
.step {
    padding-bottom: 40px;
}
.visitors-col {
    margin-bottom: 2rem;
}
.ticket-wrap .panel, .ticket-wrap .panel-body{

}
.panel {
    margin-bottom: 0;
}
.ticket-wrap .form-group{
    padding: 0 10px;
}
.tent-info {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(240,240,240, 1);
}
.tent-info > div > div:first-child {
    border-top: 1px solid rgba(240,240,240, 1);
}
.step h5 {
    padding: 10px;
}
.order-wrap .panel {
    position: relative;
    padding-bottom: 50px;
}
.order-wrap .prev-button {
    padding: 3px 40px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.proceed-button {
    padding: 3px 40px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.tent-table td span {
    padding-left: 5px;
}
.tent-table td i {
    margin-right: 5px;
}
.tent-table td {
    padding-top: 10px;
    padding-bottom: 10px;
}
.tent-table td:first-child{
    width: 254px;
}
.tents-row {
    background: rgba(255,255,255, .3);
}
.tent-table {
    margin: 0;
    width: unset;
}
.tent select.form-control {
    width: unset;
    display: inline;
}
#buy-ticket .card-header {
    background-color: rgb(2, 33, 71);
    border-bottom: none;
}
