:root {
    --carousel-height: calc((2 * 100vh)/3);
    --carousel-min-height: 500px;
    --carousel-max-height: 640px;
}
#homeCarousel .carousel-item img {
    /*height: var(--carousel-height);*/
    /*min-height: var(--carousel-min-height);*/
    max-height: var(--carousel-max-height);
    object-fit: cover;
    padding-bottom: 15px;
}
#homeCarousel .carousel-item .embed-container {
    height: var(--carousel-height);
    min-height: var(--carousel-min-height);
    max-height: var(--carousel-max-height);
    background-color: #111;
}
#homeCarousel .carousel-item .embed-responsive {
    height: 100%;
}
.page {
    min-height: calc(100vh - 320px);
    overflow-x: hidden;
}
.page-content a {
    color: var(--color);
}
.page .card {
    width: 1100px;
    border-radius: 4.5px;
    background-color: #fff;
    border: none;
    margin: auto;
    box-shadow: var(--shadow);
}
.no_header .page .card {
    width: 100%;
    box-shadow: none;
}
.no_header .page .card-body {
    padding: 0.3rem;
}
.no_header .page .card-body ol li,
.no_header .page .card-body ul li {
    margin-bottom: 0.25rem;
}
.no_header dl,
.no_header ol,
.no_header ul {
    margin-bottom: 0.25rem;
    padding-left: 1.75rem;
}
.no_header .py-3 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.no_header .py-4,
.no_header .py-5 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.no_header .my-4,
.no_header .my-5 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.no_header .mb-4 {
    margin-bottom: 1rem !important;
}
.no_header .pb-5 {
    padding-bottom: 0.75rem !important;
}
.no_header .pt-5 {
    padding-top: 0.5rem !important;
}
.no_header p {
    margin-bottom: 0.5rem;
}
.no_header .form-group {
    margin-bottom: 0.5rem;
}
.page .section-card.animated-card {
    transition: all 4s;
    box-shadow: none;
}
.page .section-card.animated-card.show {
    box-shadow: var(--shadow);
}
.page.careers .card {
    width: 100%;
    box-shadow: none;
    transition: all 4s;
}
.page .card-img-top {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0;
}
.page .card.application-form {
    box-shadow: var(--shadow);
}
.page .card .card-img-top {
    border-radius: 4px;
}
.page .card-img-top.unsubscribe-icon {
    width: 150px;
}
.page .custom-page-header {
    font-size: var(--font-23);
    font-family: var(--bold-font);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: var(--font-color);
    text-transform: uppercase;
}

.page.careers .nav-link .custom-page-header {
    font-family: var(--normal-font);
    font-weight: 500;
    text-transform: unset;
}

.page.careers .nav-link.active .custom-page-header {
    border-bottom: 2px solid var(--color);
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
    font-family: var(--bold-font);
    font-weight: bold;
    text-transform: unset;
}

.page .custom-content {
    font-size: var(--font-14);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: var(--font-color);
}
.page .custom-content > * {
    font-size: var(--font-14);
}
.page .custom-content a {
    color: var(--color);
    word-break: break-all;
}
.page .section-card .card-img {
    border-radius: 0;
    height: 100%;
    object-fit: cover;
}
.page .section-card .card-title {
    font-size: var(--font-23);
    font-family: var(--bold-font);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: var(--font-color);
}
.no_header .page .section-card .card-title {
    margin-bottom: 0.2rem;
}
.page .section-card .card-text,
.page .section-card .card-text p {
    font-size: var(--font-14);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: var(--font-color);
}
.page ol ol, .page ol ul, .page ul ol, .page ul ul {
    padding-left: 0;
    margin-left: -8px;
}
.page .section-card:nth-child(even) .image_section {
    order: 0;
}
.page .section-card:nth-child(odd) .image_section {
    order: 1;
}
.page .section-card:nth-child(even) .content_section {
    order: 1;
}
.page .section-card:nth-child(odd) .content_section {
    order: 0;
}
.page .contact-card {
    border-radius: 6px;
    width: 700px;
    box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.17);
}
.page .stores-card {
    border-radius: 6px;
    width: 630px;
    box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.17);
    margin-right: 0;
}
.page .contact-card .card-header {
    border: none;
    border-radius: 6px 6px 0 0;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page .contact-card .card-title {
    font-size: var(--font-18);
    font-family: var(--bold-font);
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 0;
}
.page .contact-card label {
    font-size: var(--font-15);
    font-family: var(--bold-font);
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #34383e;
    height: 25px;
}
.page .contact-card input,
.page .contact-card input:focus,
.page .contact-card select,
.page .contact-card select:focus {
    border: solid 1px #dcdcdc;
    background-color: #fff;
}
.page .contact-card select.form-control {
    height: 40px;
}
.page .contact-card textarea {
    height: 250px;
    border-radius: 4px;
    border: solid 1px #dcdcdc;
    resize: none;
}
.page .contact-card .sendBtn {
    width: 340px;
    height: 52px;
    border-radius: 4px;
    font-size: var(--font-15);
    font-family: var(--bold-font);
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.page .card-body {
    padding: 1.75rem 3rem;
}
.page .stores-card .card-body {
    padding: 0.75rem;
}
.page .stores-card .card-body:not(:last-child) {
    border-bottom: solid 1px rgba(151, 151, 151, 0.5);
}
.page .stores-card .store-title {
    font-size: var(--font-19);
    font-family: var(--bold-font);
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}
.page .stores-card .store-data {
    font-size: var(--font-13);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.62;
    letter-spacing: normal;
    color: #393737;
}
.page .stores-card span.icon {
    width: 13px;
}
.page .stores-card span.icon svg {
    width: 13px;
    height: 13px;
    object-fit: contain;
}
/*.page .stores-card .pin-icon {*/
    /*width: 9.2px;*/
    /*height: 13px;*/
    /*object-fit: contain;*/
/*}*/
/*.page .stores-card .tel-icon {*/
    /*width: 11.2px;*/
    /*height: 11.2px;*/
    /*object-fit: contain;*/
/*}*/
.page .stores-card .hours-heading {
    font-size: var(--font-13);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.46;
    letter-spacing: normal;
    color: #535053;
    max-width: calc(100% - 130px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page .stores-card .hours {
    font-size: var(--font-17);
    font-family: var(--bold-font);
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: right;
}
.page .card-body .blockquote {
    font-family: var(--bold-font);
    font-size: var(--font-27);
    font-weight: 900;
    font-stretch: normal;
    font-style: italic;
    line-height: 0.93;
    letter-spacing: normal;
    text-align: center;
    color: #424242;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.page .card-body li,
.page .card-body p {
    font-size: var(--font-14);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}
.page.careers .card-body li {
    font-size: var(--font-14);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: var(--font-color);
    margin-bottom: 0.35rem;
}
.page .card-body ul {
    padding-left: 1.25rem;
    list-style-type: none;
    margin-bottom: 2rem;
}
.page.careers .card-body ul {
    margin-bottom: 0;
}
.page .card-body ul li::before {
    content: "\2022";
    font-family: var(--bold-font);
    font-weight: bold;
    display: inline-block;
    width: 1.2rem;
    margin-left: -1.2rem;
    font-size: var(--font-16);
    position: relative;
}
.page .card-body ol li,
.page .card-body ul li {
    margin-bottom: 1rem;
}
.page .card-body ol li::marker {
    font-family: var(--bold-font);
    font-weight: bold;
    font-size: var(--font-19);
}
.page .card-body .heading-lg {
    padding-top: 12px;
    font-family: var(--bold-font);
    font-weight: bold;
    font-size: var(--font-23);
    font-stretch: normal;
    font-style: normal;
    line-height: 1.09;
    letter-spacing: normal;
    color: #000000;
}

.page .card-body .heading-sm {
    font-family: var(--bold-font);
    font-weight: bold;
    font-size: var(--font-18);
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: normal;
    color: #414141;
}
.page .animated {
    animation-duration: 1.5s;
}
.page .thankyou-icon {
    width: 171px;
    height: 181px;
    object-fit: contain;
}
.page .thankyou-icon path {
    fill: red;
}
.page .back_to_home {
    font-size: var(--font-14);
    font-family: var(--bold-font);
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    padding: 0.75rem 2rem;
    border-radius: 4px;
}
#thank-you.page .card-text {
    width: 500px;
    font-size: var(--font-14);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--font-color);
    margin: auto;
}
#thank-you.page .card-link {
    font-size: var(--font-14);
    font-family: var(--bold-font);
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--font-color);
}
#thank-you.page .phone-icon {
    width: 13.8px;
    height: 15px;
    object-fit: contain;
}
.page #contact-map {
    background: #fff;
}
.page .contact-wrapper #contact-map {
    width: 630px;
    height: 638px;
    margin-left: auto;
}
.page .contact-wrapper.stores #contact-map {
    width: 100%;
    height: 300px;
}
#contactForm .arrow-down {
    position: absolute;
    right: 20px;
    top: 48px;
    pointer-events: none;
}
#myButton {
    margin-top: 220px;
}
#smsConsentModal {
    display: flex;
    align-items: center;
    justify-content: center;
}
#sms_modal_container {
    max-width: 580px;
    border-radius: 12px;
}
.modal-header {
    background-color: #d60b0b;
}
.modal-title {
    color: #fff;
}
.modal-body {
    padding: 45px 90px 0;
}
.modal-footer {
    padding: 0.75rem 90px 1.5rem !important;
}
.info_container {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.message_content {
    font-size: var(--font-14);
    line-height: 1.36;
    color: #3e3d3f;
    margin-bottom: 45px;
}
.checkBox-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    margin-bottom: 30px;
}
.checkBox {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 2px solid #d60b0b;
}
.cb_active {
    background-color: #d60b0b;
    background-image: url(../../images/check.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.checkBox-text {
    font-size: var(--font-12);
    line-height: 1.17;
    color: #000;
    margin-bottom: 0;
    margin-left: 8px;
}
.option-buttons-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}
.opt-button {
    width: 50%;
    padding: 0 10px;
    height: 50px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: var(--font-14);
    font-family: var(--bold-font);
    font-weight: bold;
    color: #fff;
}
.button-positive,
.button-positive:focus {
    background-color: #d60b0b;
}
.button-negative,
.button-negative:focus {
    background-color: #a3a89e;
}
.card-body > table {
    border: 1px solid red;
}
.wp-block-table {
    overflow-x: auto;
}
.wp-block-table table {
    border: 1px solid #e4002b;
    border-collapse: collapse;
    width: 100%;
}
.wp-block-table th:first-child {
    border: 1px solid #e4002b;
}
.wp-block-table th {
    padding: 10px;
    background: #e4002b;
    color: #fff;
    text-align: center;
    border-left: 1px solid #fff;
}
th.rotate {
    height: 320px;
    white-space: nowrap;
}
th.rotate > div {
    transform: translate(0, 130px) rotate(270deg);
    width: 30px;
}
.wp-block-table td {
    padding: 10px;
    border: 1px solid red;
}
tr.product td {
    text-align: center;
}
div.radio-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}
div.radio-group > label[for="contactValue"] {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
div.radio-group > label[for="contactValue"] > .checkmark {
    position: relative;
    margin-right: 5px;
}
div.radio-group + div:not(.hidden) {
    height: 95px;
    transition: height 0.5s ease-in-out;
    overflow: hidden;
}
div.radio-group + div.hidden {
    height: 0;
    transition: height 0.5s ease-in-out;
    overflow: hidden;
}
div.radio-group + div > select {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
div.radio-group + div.hidden > select {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
div.radio-group label {
    margin-bottom: 0;
    vertical-align: middle;
}
#contactTypeTicket:disabled,
#contactTypeTicket[readonly] {
    opacity: 0;
}
.custom-radio-container {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: var(--font-22);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}
.custom-radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}
.custom-radio-container input:checked ~ .checkmark {
    background-color: var(--color);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom-radio-container input:checked ~ .checkmark:after {
    display: block;
}
.custom-radio-container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}
.delivery-nav-icon,
.takeaway-nav-icon {
    width: 14px;
    height: 14px;
    object-fit: cover;
}
#page-video {
    object-fit: cover;
}
.video-overlay {
    position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    top:0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0));
}

.video-overlay.transparency {
    background: transparent;
    height: calc(100% - 60px);
}
.controls-btn {
    width: 130px;
    height: 130px;
    object-fit: contain;
}
.play-btn {
    background: none;
}
.timeline {
    position: relative;
    width: 100%;
    margin: 1.75rem auto;
    padding: 0;
    list-style-type: none;
}

.timeline:before {
    position: absolute;
    left: 50%;
    content: ' ';
    display: block;
    width: 3px;
    /*margin-left: -4px;*/
    background: var(--color);
    /*z-index: 5;*/
}

.timeline li {
    padding: 1em 0 2em 0;
    width: 100%;
}

.timeline li:nth-child(odd) {
    position: absolute;
}

.timeline li:nth-child(even) .direction-r.card {
    margin-top: 250px;
}

.timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.page .direction-l.card {
    position: relative;
    width: 45%;
    float: left;
    top: -25px;
}
.page .direction-r.card {
    position: relative;
    width: 45%;
    float: right;
    top: -25px;
}
.page .direction-l.card:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 30px solid #fff;
    border-bottom: 15px solid transparent;
    top:0;
    bottom:0;
    margin: auto;
    right: -28px;
    filter: drop-shadow(5px 0 3px rgba(0, 0, 0, 0.11));
}

.page .direction-r.card:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 30px solid #fff;
    border-bottom: 15px solid transparent;
    top:0;
    bottom:0;
    margin: auto;
    left: -28px;
    filter: drop-shadow(-5px 0 3px rgba(0, 0, 0, 0.11));
}
.timeline .card-title {
    font-size: var(--font-17);
    font-family: var(--bold-font);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--color)
}
.flag-wrapper {
    position: relative;
    display: inline-block;
    text-align: center;
}

.flag {
    font-size: var(--font-23);
    font-family: var(--bold-font);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.74;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background-color: var(--color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 40px);
}
.direction-r .flag {
    padding: 0;
    left: -108px;
}
.direction-l .flag {
    right: -108px;
}

.direction-l .flag:before,
.direction-r .flag:before {
    position: absolute;
    top: 15px;
    right: -16.5%;
    content: '';
    display: none;
    width: 76px;
    height: 76px;
    margin-top: -10px;
    background: var(--color);
    border-radius: 50%;
    border: 1px solid var(--color);
    z-index: 10;
}

.direction-r .flag:before {
    left: -17.5%;
}

.direction-l .desc {
    padding-right: 10px;
}

.time-wrapper {
    display: inline;
    line-height: 1em;
    font-size: 0.66666em;
    color: rgb(250,80,80);
    vertical-align: middle;
}

.direction-l .time-wrapper {
    float: left;
}

.direction-r .time-wrapper {
    float: right;
}

.time {
    display: inline-block;
    padding: 4px 6px;
    background: rgb(248,248,248);
}
.page .timeline .card-body {
    padding: 1.75rem;
}
.page .timeline .card-img-top {
    border: none;
    margin-bottom: 1rem;
}
.page .timeline .card-text,
.page .timeline .card-text p {
    font-size: var(--font-14);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: var(--font-color);
}

.page .carousel-item img {
    height: auto;
}

.page .carousel-indicators li.active {
    background-color: var(--color);
    border: 1.5px solid #fff;
}
.page .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
}
.page.careers .faqs .accordion .card {
    width: 100%;
}
.page.careers .faqs .card-header .btn-link {
    font-size: var(--font-20);
    font-family: var(--bold-font);
    font-weight: bold;
    padding-left: 1.75rem;
}
.page.careers .faqs .card-header .btn-link .collapse-icon {
    right: 2rem;
}
.page.careers .faqs .card-body {
    padding-top: 0.5rem;
}
.page.careers .faqs .card-body,
.page.careers .faqs .card-body p,
.page.careers .faqs .card-body li {
    font-size: var(--font-14);
    color: var(--font-color);
}
.careers .careers_btn {
    width: auto;
    min-width: 260px;
    height: 44px;
    border-radius: 4px;
    background-color: var(--color);
    font-size: var(--font-14);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
}
.careers .dropdown-divider {
    border-color: #979797;
    opacity: 0.5;
}
.application-form .card-header {
    background-color: var(--color);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    border: none;
    border-radius: 6px 6px 0 0;
}
.application-form .card-header .card-title {
    font-size: var(--font-18);
    font-family: var(--bold-font);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.94;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
}
.application-form .label_normal {
    font-size: var(--font-15);
    font-family: var(--bold-font);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: var(--font-color);
}
.application-form .form-control {
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    font-size: var(--font-13);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: var(--font-color);
}
.application-form .form-control:focus {
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
}
.application-form input.form-control,
.application-form select.form-control {
    height: 40px !important;
}

.application-form textarea.form-control {
    height: 130px;
}
.application-form .form-check-label {
    font-size: var(--font-13);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: var(--font-color)
}
.application-form .form-check-input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.application-form .form-check-input:checked + .form-check-label:after,
.application-form .form-check-input:checked + .form-check-label:before,
.application-form .form-check.checkbox-group .form-check-label:before {
    top:0;
    bottom: 0;
    margin: auto;
}
.application-form .applicationSubmitBtn {
    width: auto;
    min-width: 341px;
    height: 52px;
    border-radius: 4px;
    background-color: var(--color);
    font-size: var(--font-15);
    font-family: var(--bold-font);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.application-form .custom-file-input:focus,
.application-form .custom-file-input:active,
.application-form .custom-file-input:visited {
    box-shadow: none;
    outline: none;
}
.application-form .custom-file-input:focus~.custom-file-label {
    box-shadow: none;
    outline: none;
    border-color: #dcdcdc;
}
.application-form .custom-file-input,
.application-form .custom-file-label {
    border-color: #dcdcdc;
}
.application-form  .custom-file-input.error-input~.custom-file-label {
    border-color: #db000b !important;
}
.application-form .custom-file-label::after {
    content: '' !important;
    border:none;
    background: url('../../images/upload.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    right: 5px;
    top:0;
    bottom: 0;
    margin: auto;
}
.application-form .file_name {
    height: 29px;
    border-radius: 3px;
    background-color: #e4002b;
    font-size: var(--font-13);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: normal;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    z-index: 2;
    transition: all 0.4s;
}
.application-form .close-modal path {
    stroke-width: 1;
}
.application-form .close-modal {
    cursor: pointer;
}
.application-form .form-check.checkbox-group .invalid-feedback {
    position: absolute;
    left: 0;
}
.application-form .arrow-down {
    position: absolute;
    bottom: 15px;
    right: 15px;
    pointer-events: none;
}
@media (max-width: 1439px) {
    .page .card {
        width: 1069px;
    }
    .page .contact-card {
        width: 655px;
    }
    .page .contact-wrapper #contact-map,
    .page .stores-card {
        width: 450px;
    }
    .page .contact-card .sendBtn {
        width: 318px;
    }
    /*.direction-r .flag {*/
    /*left: -95px;*/
    /*}*/
    /*.direction-l .flag {*/
    /*right: -95px;*/
    /*}*/
    .page .direction-l.card,
    .page .direction-r.card {
        width: 44%;
    }
}
@media (max-width: 1199px) {
    .page .card {
        width: 868px;
    }
    .page .contact-card,
    .page .contact-wrapper #contact-map,
    .page .stores-card {
        width: 100%;
    }
    .page .contact-card .sendBtn {
        width: 461px;
    }
    .page .direction-l.card,
    .page .direction-r.card {
        width: 42%;
    }

}
@media (max-width: 969px) {
    .page .card {
        width: 729px;
    }
    .page .contact-wrapper .contact-map {
        height: 338px;
    }
    .page .contact-card .sendBtn {
        width: 354px;
    }
    .info_container {
        padding: 45px 45px 120px;
    }
    .modal-body {
        padding: 25px 40px 0;
    }
    .modal-footer {
        padding: 0.75rem 40px 1.5rem !important;
    }
    #smsConsentModal {
        padding: 0;
    }
    .page .section-card .card-body {
        padding: 1rem 1.5rem;
    }
    .page .timeline .card-body {
        padding: 1.2rem;
    }
    .page .direction-l.card,
    .page .direction-r.card {
        width: 41%;
    }
    .application-form textarea.form-control {
        height: 219px;
    }
}
@media (max-width: 749px) {
    :root {
        --carousel-height: 300px;
        --carousel-min-height: 100%;
    }
    .page .card {
        width: 460px;
    }
    .page .card-body,
    .page .section-card .card-body {
        padding: 1.5rem;
    }
    .no_header .page .card-body,
    .no_header .page .section-card .card-body {
        padding: 0.5rem;
    }
    #thank-you.page .card-text {
        width: 100%;
    }
    .page .contact-card .sendBtn {
        width: 223px;
    }
    div.radio-group + div:not(.hidden) {
        height: 185px;
    }
    .page .section-card:nth-child(even) .image_section,
    .page .section-card:nth-child(odd) .image_section {
        order: 0;
    }
    .page .section-card:nth-child(even) .content_section,
    .page .section-card:nth-child(odd) .content_section {
        order: 1;
    }
    /*.timeline:before,*/
    /*.direction-l .flag:before,*/
    /*.direction-r .flag:before {*/
    /*display: none;*/
    /*}*/
    .page .direction-r.card:after,
    .page .direction-l.card:after {
        display: none;
    }
    .timeline:before {
        left: calc(100% - 48px);
        top: 8.5%;
        height: 75%;
    }
    .page .direction-sm-r.card {
        float: left;
    }
    .direction-l .flag {
        right: -62px;
    }
    .direction-r .flag {
        left: 375px;
    }
    .page .direction-l.card,
    .page .direction-r.card {
        width: calc(100% - 70px);
    }

    .timeline li:nth-child(odd) {
        position: relative;
    }
    .timeline li:nth-child(even) .direction-r.card {
        margin-top: 0;
    }
    .direction-sm-l .desc {
        padding-right: 10px;
    }

    .page.careers .faqs .card-header .btn-link {
        padding-left: 0.25rem;
    }
    .page.careers .faqs .card-header .btn-link .collapse-icon {
        right: 1.25rem;
    }
    .page.careers .faqs .card-body,
    .page.careers .faqs .card-body p,
    .page.careers .faqs .card-body li {
        font-size: var(--font-14);
    }
}
@media (max-width: 480px) {
    .page .contact-wrapper.stores #contact-map {
        width: calc(100% - 20px);
        margin: auto;
    }
    .page .card {
        width: calc(100% - 20px);
        margin: auto;
    }
    .page .contact-card .sendBtn {
        width: 100%;
    }
    .opt-button {
        width: 100%;
        margin: 0 0 1rem 0 !important;
    }
    #smsConsentModal .modal-footer {
        flex-direction: column;
    }
    div.radio-group > label[for="contactValue"] {
        padding-left: 0;
    }
    .page .section-card .card-title {
        font-size: var(--font-19);
    }
    .direction-sm-l {
        width: 100%;
        text-align: left;
    }
    .page .direction-l.card,
    .page .direction-r.card {
        width: calc(100% - 64px);
    }
    .timeline:before {
        top: 9%;
        height: 74%;
    }
    .flag {
        width: 60px;
        height: 60px;
        font-size: var(--font-17);
        top: calc(50% - 30px);
    }
    .direction-l .flag {
        right: -48px;
    }
    .direction-r .flag {
        left:calc(100% - 13px);
    }
    .controls-btn {
        width: 70px;
        height: 70px;
    }

    .careers .careers_btn,
    .application-form .applicationSubmitBtn {
        min-width: 100%;
    }
    .careers #pills-tab .nav-item {
        width: 100% !important;
    }
    .careers #pills-tab .nav-link {
        padding-left:0;
        padding-right: 0;
    }
    .page.careers .nav-link.active .custom-page-header {
        border: 2px solid var(--color);
        padding-top: 1rem;
        padding-bottom: 1rem;
    }


}