body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
main {
    padding-top: 60px;
} 
footer {
    margin-top: auto;
}
a {
    color: #e60049;
}
.navbar {
    padding: 0.5rem 2rem;
}
.navbar-item-custom {
    display:flex;
    margin-left: auto;
}
.navbar-item-custom, .navbar-item-custom a, .navbar-item-custom .btn {
    font-size: .9em;
}
.dropdown-item {
    padding: 0.25rem 0.75rem;
    font-size: .9rem;
}
.navbar-dark {
    background-color: #ffffff!important;
    border-bottom: 1px solid #eee;
}
.navbar-dark a, 
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #333;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, a:hover {
    color: #a33d8f;
    text-decoration: none;
}
.navbar-brand {
    max-width: 135px;
    margin-right: 50px;
}
.navbar-brand img {
    width:100%;
    height: auto;
}
i {
    color: #a33d8f;
}
button a, button i, button a:hover {
    color: #fff;
}
.fa-cart-shopping {
    margin: 0 10px;
}
.red, .red i, .red a {
    color: rgb(182, 9, 9);
}
.footer-custom {
    text-align: center;
    width: 100%;
    background-color: #f5f5f5;
    padding: 15px;
    margin-top: 50px;
    font-size:.9em;
}
.footer-custom small span {
    color: red;
}

h1, h2, h3 {
    color: #a33d8f;
    font-family: "Roboto", Sans-serif;
    font-size: 2.25em;
    font-weight: 700;
}
h3 {
    font-size:1.5em;
}
h6 {
    color: #a33d8f;
    font-size: .9rem;
}
.product-item h5 {
    font-size: 15px;
    margin-bottom: 6px;
    color: #a33d8f;
}

.product-item {
    margin: 20px 0 0 0;
    border: 1px solid #eee;
    border-radius: 6px;
    height: 100%;
    align-content: flex-start;
}

.product-item .product-subtitle {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    color: #5a5a5a;
}

.product-item .product-price {
    font-size: 15px;
}

.img-card {
    overflow: hidden;
    height: 143px;
    padding:0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.text-card {
    padding:1rem;
    text-align:left;
}
.product-container {
    margin-bottom: 150px;
}

.availability {
    background:#eee;
}
.availability span {
    display:block;
}
.form .field {
    position: relative;
}
.search {
    display: flex;
}
.form i.fa-regular {
    position: absolute;
    top: 9px;
    left: 9px;
    color: #a33d8f;
    font-size: 20px;
    z-index: 1000;
}
.form i.fa-solid {
    color: #a33d8f;
    font-size: 20px;
}
.availability .form-control {
    position: relative;
    padding-left: 35px !important;
    background:#fff;
}
.inner-content {
    background:#fff;
    display:none;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    border-radius: 0.25rem;
}
.form-control:focus {
    box-shadow: none;
}
.btn-primary {
    color: #fff;
    background-color: #a33d8f;
    border-color: #a33d8f;
}
.btn-primary:hover {
    background-color: #be47a7;
    border-color: #be47a7;
}
.btn-warning:hover {
    background-color: #ffca2b;
    border-color: #ffca2b;
}
.btn-success {
    background: rgb(38 151 62);
}
.check {
    width:100%;
}
.travelers {
    display: flex;
    padding: 8px 0;
    align-items: center;
    justify-content: space-between;
}
.plus-minus-input {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
  
.plus-minus-input .input-group-field {
    display: flex;
    align-items: center;
    text-align: center;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    width: 32px;
    height: 32px;
    border: 1px solid #ced4da
}
  
.plus-minus-input .input-group-field::-webkit-inner-spin-button,
  .plus-minus-input .input-group-field ::-webkit-outer-spin-button {
    -webkit-appearance: none;
            appearance: none;
}
.plus-minus-input .input-group-button {
    width: 32px;
    height: 32px;
}
.plus-minus-input .button {
    border: 0;
    width: 40px;
    height: 32px;
    background-color: #fff;
    text-align: center;
}
.flatpickr-day.selected, .flatpickr-day.selected.prevMonthDay {
    background: #e60049;
    border-color: #e60049;
}
.info {
    font-size:.8em;
}
.product-page-price {
    font-size: 19px;
    line-height:25x;
}
#offer, #pickup {
    display:none;
}
#offer section {
    border: 2px solid #a33d8f;
    border-radius: 5px;
}
.offer-footer {
    background: #eee;
    justify-content: center;
    align-items: center;
    margin-right: -16px;
    margin-left: -16px;
}
.departure-city {
    color: #8c8c8c;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    border-bottom: 1px solid #eee;
    font-size: .8em;
}
.price-detail span {
    display: block;
    font-size: .8em;
}
.price-detail span.total {
    font-size: 1.5em;
    font-weight: bold;
    color: #e60049;
}
#price-breakdown {
    font-size: .9em;
}
#price-breakdown p {
    margin: 3px 0 0;
}
.price-breakdown ul {
    list-style: none;
    padding: 0;
}
.price-breakdown ul li {
    font-size: .9em;
    line-height: 1.8em;
}
.price-breakdown i {
    margin-right: 8px;
}
.booknow {
    text-align:center;
}
.booknow button {
    width: 90%;
}
.cart-icon {
    height: 20px;
    padding-left: 20px;
}
.btn {
    box-sizing: border-box;
}
.register-block {
    padding: 10px;
    background-color: #fafafa;
}

.block-small {
    max-width: 600px;
    margin: 0 auto;
}

form[name='order'] legend {
    padding: 0;
}
.form-check, .add_address {
    background-color: #fff4fd;
    padding: 20px 35px;
}
.review {
    padding-left:15px;
}
#categories {
    padding: 12px 0px;
    font-size: .9em;
}
#categories .form-check {
    padding: 5px 0px 5px 35px;
    cursor: pointer;
    background-color: #fff;
}
.choice_category {
    padding: 10px 0px 5px;
    margin-top: 5px;
    display:flex;
}
.choice_category:hover {
    cursor: pointer;
}
.choice_category i {
    margin-left: auto;
    margin-right: 10px;
    margin-top: 3px;
    color: #a3a3a3;
}
.search-radio-group {
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
    display:none;
}
.reset {
    display: block;
    text-align: center;
}
.add_address {
    display: block;
    width: 100%;
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .9rem;
    padding-top: 0px;
}
.col-form-label {
    font-weight: bold;
}

.order-summary {
    background-color: #fff4fd;
    padding: 20px;
    margin-top: 22px;
}
.order-summary .mt-4, .cart-summary .mt-4 {
    border-top: 1px solid #eee;
}
.order-summary .subtotal {
    text-align: right;
    color: #a33d8f;
    font-weight: bold;
}
.cart-summary .total {
    border-top: 1px solid #a33d8f;
    justify-content:right;
    font-weight: bold;
    color: #a33d8f;
}
.order-summary .subtotal span, .total_fee span {
    padding-right: 20px;
}
.total_fee {
    background: #a33d8f;
    border-radius: 0 0 .25rem .25rem;
    padding: 1rem;
    color: #fff;
    font-weight: bold;
    margin: 0;
    justify-content: right;
    font-size: 1.1rem;
}
.account-item {
    background-color: #f1f2f6;
    padding: 70px;
}
.account-item a {
    text-transform: uppercase;
    font-size: 13px;
    color: #a33d8f;
    font-weight: bold;
}
.account-item a:hover {
    color: #778ca3;
    text-decoration: none;
}
.account-item i {
    font-size: 1.7em;
}
.col-2 img {
    width: 100%;
    height: auto;
}
.cart .cart-summary {
    border-top: 3px solid #a33d8f;
}
.cart .table td, .cart .table th {
    border-top: none;
}
.order-checkout {
    border:1px solid #eee;
    border-radius: 4px;
    text-align:center;
}
.form-warning {
    padding: 12px 0px 0px 12px;
    display: block;
    font-size: .85em;
    color: #24438f;
}
.form-warning a {
    color: red;
}
.input-warning {
    border-color: red;
}
.billing {
    display:none;
}
.detail_passenger {
    display:none;
}
label, .label {
    font-size: .9rem;
    color: #a33d8f9c;
    margin-bottom: .3rem;
}
label.required:after {
    content:" *";
    color:red;
}
.value, .label {
    display: block;
    margin-bottom: 0;
}
.label {
    margin-top: 0.5rem;
}
legend {
    color: #a33d8f;
}
.hidden {
    display:none;
}
fieldset legend {
    display:none;
}
.col-form-label {
    padding-bottom: calc(.375rem + 10px);
}
.order_payment, .address-update, .order_passenger, .order_registration, .order_signin, .register_account, .submit {
    display:none;
}
.address-update {
    text-align: right;
}
.client .col-12 {
    padding: 0;
}
.order_signin p {
    font-size: .8em;
}
.order_payment button {
    padding: 7px 0px;
    border: 0;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #fff4fd;
    opacity: 1;
    border-color: #a33d8f29;
}
.order-summary, .form-check {
    border-radius: .25rem;
}
.order-summary .col-2 {
    padding-right:0px; 
}
h5 {
    color: #a33d8f;
    font-size:16px;
    font-weight: bold;
}
.navbar-toggler {
    background: #a33d8f;
}
