.show-other, .add-arrival-date {
    cursor: pointer;
}
.show-other i:before, .add-arrival-date:before {
    font-size: 20px;
}
.add-arrival-date:hover {
    filter: brightness(110%);
}
.add-arrival-date i:before {
    font-size: 20px;
}
.btn-custom {
    font-family: var(--bs-btn-font-family);
    color: var(--bs-btn-color);
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    filter: brightness(100%);
    display: block;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 700;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    text-transform: uppercase;
    text-align: left;
    margin-left: 15px;
}
.total-wrapper {
    text-transform: uppercase;
    border-bottom: 1px solid #cccccc;
}

.submit-vehicles-button img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 23px;
}
.cart-accordion-item {
    border: none;
    background: transparent;
    border-radius: 0;
}
.cart-accordion-inner-header {
    font-size: 22px;
    margin-top: 2rem;
    line-height: 1.2;
}
.cart-accordion-button {
    padding: 10px 0;
    text-transform: uppercase;
    color: #22577a;
}

.cart-accordion-inner-header {

}
.cart-accordion-button::after {
    color: #22577a;
}
.cart-accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.cart-accordion-button:focus, .cart-accordion-button:active {
    z-index: 3;
    outline: 0;
    box-shadow: none;
    background: transparent;
}
.cart-accordion-item:first-of-type > .cart-accordion-header .cart-accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    line-height: 1.4;
}
.cart-accordion-body {
    padding-left: 0;
    padding-right: 0;
}
.cart-accordion-button:not(.collapsed) {
    color: #22577a;
    background-color: transparent;
    box-shadow: none;
}
/*:not(.second-row) {*/
/*    top: -1px;*/
/*}*/
.first-row {
    background: white;
}


.hover{
    background-color: rgb(248 251 246 / 100%);
}
.disabled-secondary-menu-item {
    opacity: 0.4;
}
.reg-container {
    min-height: unset;
}
.reg-container {
    font-family: 'UKNumberPlate', sans-serif;
    -webkit-box-shadow: 0 0 0 30px #FFC100 inset !important;
    -webkit-text-fill-color: #10170E !important;
}
.reg-container {
    position: relative;
    top: 2px;
    left: 2px;
    height: 46px;
    width: 196px;
    border-radius: 5px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(16 23 14 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 193 0 / var(--tw-bg-opacity));
    min-height: unset;
    padding-top: 3px;
}
.reg-container {
    font-family: 'UKNumberPlate', sans-serif;
    z-index: 2;
    text-align: center;
    font-size: 1.875rem;
    line-height: 2.25rem;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(16 23 14 / var(--tw-text-opacity));
    -webkit-box-shadow: 0 0 0 30px #FFC100 inset !important;
    -webkit-text-fill-color: #10170E !important;
    position: relative;
    top: -10px;
}
.location-accordion-button:after {
    content: '';
    width: 0;
}
.location-accordion-button {
    font-size: 21px;
    /* padding: 12px 12px; */
    /* background: white; */
    /* border: 1px solid #ebebeb; */
    border-bottom: 1px solid;
}
.cart-number {
    /*padding-left: 15px;*/
}
.remove-location {
    position: absolute;
    right: 0;
    top: 12px;
    color: #fd6c2e;
    font-size: 27px;
    height: 38px;
    background: none;
}
.remove-location i {
    font-size: 24px !important;
    padding: 0 !important;
    padding-right: 5px !important;
    top: -5px !important;
}
.remove-vehicle {
    color: #fd6c2e;
    font-size: 20px;
    background: transparent;
}
.remove-vehicle i {
    font-size: 24px;
    padding: 0;
}
.highlight-orange {
    color: #48a62c;
}
.gcc-input.checkbox {
    display: inline-block;
}
.additional-prices label {
    display: inline-block;
    position: relative;
    top: -4px;
}
.form-control {
    background: white;
}
.error:not(input):not(select):not(textarea) {
    color: red;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 5px;
}

.remove-arrival-date {
    position: relative;
    right: 5px;
    top: 22px;
    color: #fd6c2e;
    font-size: 27px;
    height: 38px;
    background: none;
    padding: 5px 5px 5px 5px;
}



.iti .error {
    position: absolute;
    margin-top: 20px;
}
.iti {
    position: relative;
    display: block;
}
.phone {
    padding-left: 60px !important;
}
.rules{
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 1000;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.legal{
    font-size:13px;
    line-height: 22px;
}
.legal ol {
    counter-reset: section;
    list-style-type: none;
    padding-left: 8px;
}

.legal ol > li::before {
    counter-increment: section;
    content: counters(section, ".") " ";
    font-weight:700;
}
.legal p,
.legal h4{
    display: inline;
}

.legal > ol > li{
    display: block;
    margin-bottom:15px;
}
.legal > ol > li:before,
.legal > ol > li > h4{
    font-size:1.15rem;
}
.legal h5{
    font-size:1rem;
}
.legal > ol > li > ol{
    padding-left:0;
}
.legal > ol > li > ol > li{
    display: block;
    margin-bottom:10px;
}
.legal ul {
    padding-left: 16px;
}
.legal li {
    padding: 5px 0;
}
.legal ul > li {
    display: block;
    margin-bottom:10px;
}
.legal>ol>li:before, .legal>ol>li>h4 {
    font-size:13px;
}
.legal p {
    font-size:13px;
    line-height: 22px;
}
.legal h4, .legal p {
    display: inline;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.page-link {
    color: #59524c;
}
.submit-step-2 i, .close-rules-overlap i {
    color: white;
    padding-top: 5px;
    display: inline-block;
    font-size: 16px;
    padding-right: 5px;
}
#card-element {
    font-size: 16px !important;
    --tw-bg-opacity: 1;
    background-color: rgb(252 252 252 / var(--tw-bg-opacity));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    height: 50px;
    line-height: 1.75rem;
    --tw-text-opacity: 1;

    border-radius: 10px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(34 87 122 / var(--tw-border-opacity));
    padding: 0.775rem 0.75rem 0.475rem;
}
#card-button {
    width: 100%;
    background-color: #368220;
}
.order-complete-header {
    background-color: #68d148;
    color: white;
    text-align: center;
    padding: 15px 30px;
    text-transform: uppercase;
}
.order-complete-header i {
    color: white;
    position: relative;
    top: -2px;
}
.badge {
    padding: 5px 12px;
    text-transform: uppercase;
    font-size: 10px;

    display: inline-block;
    white-space: normal;

}
.badge-info {
    color: #ffffff;
    background-color: #00bcd4;
}
.day.disabled {
    opacity: .3;
}
.day.disabled:hover {
    cursor: not-allowed !important;
}

