header,
#testimonial-article .header {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F5F5F5;
}
#testimonial-article header {
    height: auto;
    background: none;
    justify-content: flex-start;
    order: 1;
    margin-bottom: 0.75rem !important;
}
.page .container.my-5 {
    margin-top: 1rem !important;
}
#testimonials.page .container.my-5,
#testimonial-article.page .container.my-5 {
    margin-top: 2rem !important;
}
.page {
    min-height: calc(100vh - 320px);
}
#thank-you.page .container.mb-4 {
    padding-top: 2rem;
}
.page-content a {
    color: var(--color);
}
.page .card.application-form,
.page .card.contact-card {
    background: #FFFFFF;
    box-shadow: 0 0 10px #E5E5E5;
    border-radius: var(--radius-big);
}
.page .card.contact-card {
    width: 100%;
}
.page .card.application-form {
    width: calc(1069px - 4rem);
}
.page .card.contact-card .icon-label {
    position: absolute;
    top:0;
    bottom: 0;
    left: 10px;
    margin: auto;
    display: flex;
    align-items: center;
    pointer-events: none;
}
.page .card.contact-card .icon-label svg {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.page .card.contact-card .icon-label svg path {
    fill: #666666
}
.page .card {
    width: 1100px;
    border-radius: 4.5px;
    background-color: #fff;
    border: none;
    margin: auto;
}
.page .card.article {
    box-shadow: 0 0 10px #E5E5E5;
    border-radius: var(--radius-big);
}
.page .card.article .page-content {
    order: 2;
}
.page .card.article .page-link-url {
    order: 3;
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.page .testimonials .card {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 0 10px #E5E5E5;
    border-radius: var(--radius-big);
}
.page .card-img-top {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: var(--radius-small);
}
.page .card-img-top.testimonials-header-img {
    height: auto;
    object-fit: contain;
    order: 0;
}
.page .testimonials .card-img-top {
    width: calc(100% - 2rem);
    height: unset;
    object-fit: cover;
    aspect-ratio: 300 / 240;
    margin: 1rem auto 0;
    border-radius: var(--radius-small);
}
.page .card-img-top.unsubscribe-icon {
    width: 150px;
}
.page .testimonials .card-title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: var(--font-color);
    order: 1;
    margin-bottom: 0;
}
.page .testimonials .card-text,
.page .testimonials .card-text p {
    display: none;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45;
    letter-spacing: normal;
    color: #000;
    margin-bottom: 0;
}
.page .testimonials .card-footer {
    background: 0 0;
    border: none;
    padding-left: 1rem;
    padding-right: 1rem;
}
.page.careers .nav-link .custom-page-header {
    font-weight: 500;
}
.page.careers .nav-link.active .custom-page-header {
    border-bottom: 2px solid var(--color);
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.page .contact-card .card-header {
    border: none;
    border-radius: var(--radius-big) var(--radius-big) 0 0;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
}
.page .contact-card .card-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: var(--font-color);
    margin-bottom: 0;
}
.page .contact-card label.contact-label {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #666666;
    position: absolute;
    top: -8px;
    left: 18px;
    background: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
}
.page .contact-card .contact-form-group {
    margin-bottom: 2.2rem;
}
.page .contact-card .contact-form-group:has(.error-input) .contact-label {
    color: #D70000;
}
.page .contact-card input,
.page .contact-card input:focus,
.page .contact-card select,
.page .contact-card select:focus {
    border: solid 1px #DDDDDD;
    background-color: #fff;
}
.page .contact-card select.form-control {
    padding-left: 38px;
}
.page .contact-card .ticket-form-group select.form-control {
    padding-left: 12px;
}
.page .contact-card textarea {
    height: 100px;
    border-radius: 8px;
    border: solid 1px #DDDDDD;
    resize: none;
}
.page .contact-card .sendBtn {
    width: fit-content;
    min-width: 150px;
    height: 45px;
    border-radius: var(--radius-big);
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
    background: var(--color);
}
.page .card-body {
    padding: 1.75rem 3rem;
}
#careers.page .card:not(.application-form) .card-body {
    padding: 1.75rem 3rem 0;
    text-align: center;
}
#careers.page .card.application-form .card-body {
    padding: 0 1.5rem 1.5rem 1.5rem;
}
.page .testimonials .card-body {
    padding: 0.75rem 1rem 0 1rem;
    display: flex;
    flex-direction: column;
}
.page .article .card-body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
}
.page .article .card-body .page-header {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: var(--font-color);
}
.page .testimonials .card-body .card-link-wrapper {
    order: 0;
    margin-bottom: 0.5rem;
}
.page .testimonials .read_more_link {
    font-weight: 700;
    font-size: 14px;
    background-color: var(--color);
    line-height: 17px;
    border-radius: var(--radius-big);
    color: #fff;
    padding: 0.5rem 1rem;
    margin: 0.25rem auto;
    display: block;
}
.page .testimonial-card-link,
.page .testimonials .card-link {
    font-style: normal;
    font-weight: 700;
    color: var(--color);
}
.page .testimonials .card-link {
    font-size: 14px;
    line-height: 17px;
}
.page .testimonial-card-link {
    font-size: 16px;
    line-height: 19px;
}
.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: 19px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}
.page .stores-card .store-data {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.62;
    letter-spacing: normal;
    color: #393737;
}
.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: 13px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.46;
    letter-spacing: normal;
    text-align: right;
    color: #535053;
}
.page .stores-card .hours {
    font-size: 17px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: right;
}
.page .card-body li,
.page .card-body p {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: normal;
    color: var(--font-color);
}
.page .card-body ul {
    padding-left: 1.25rem;
    list-style-type: none;
    margin-bottom: 2rem;
}
.page .card-body ul li::before {
    content: "\2022";
    font-weight: 700;
    display: inline-block;
    width: 1.2rem;
    margin-left: -1.2rem;
    font-size: 24px;
    position: relative;
    top: 2px;
}
.page .card-body ol li,
.page .card-body ul li {
    margin-bottom: 1rem;
}
.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: 14px;
    font-weight: 700;
    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: 20px;
    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: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--color);
    margin-left: 0.25rem;
}
#thank-you.page .phone-icon {
    width: 13.8px;
    height: 15px;
    object-fit: contain;
}
.page #contact-map {
    background: #fff;
    width: 100%;
    height: 554px;
    border-radius: var(--radius-small);
}
.page.stores #contact-map {
    height: 350px;
}
.page .table,
.page .table thead {
    position: relative !important;
}
@keyframes MoveLeftRight {
    0%,
    100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-10px);
    }
}
.page .right_scroll:after {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-image: url("/demo/dist/images/arrow-right.svg");
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    position: absolute;
    top: 10px;
    right: 5px;
    animation: MoveLeftRight 1.5s linear infinite;
    transform: rotate(-90deg);
}
#contactForm .arrow-down {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    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 80px 1.5rem !important;
}
.info_container {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.message_content {
    font-size: 14px;
    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: 12px;
    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: 14px;
    font-weight: 700;
    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: 48px;
    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: 22px;
    -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;
}
.careers .careers_btn {
    width: auto;
    min-width: 260px;
    height: 44px;
    border-radius: 4px;
    background-color: var(--color);
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    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: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    border: none;
    border-radius: 0;
    min-height: 60px;
    margin-top: 0.5rem;
}
.application-form .card-header .card-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: var(--font-color);
}
.application-form .label_normal {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: normal;
    color: #666666;
}
.application-form .label_normal:has( + select),
.application-form .label_normal:has( + .position-relative),
.application-form .label_normal:has( + .custom-file),
.application-form .label_normal:has( + input[type="text"]),
.application-form .label_normal:has( + input[type="email"]),
.application-form .label_normal:has( + input[type="tel"]),
.application-form .label_normal:has( + textarea) {
    background: #ffffff;
    padding-left: 4px;
    padding-right: 4px;
    position: absolute;
    top: -8px;
    left: 12px;
    z-index: 5;
}
.application-form .form-control {
    background-color: #fff;
    border: 1px solid #DDDDDD;
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: var(--font-color);
}
.application-form .form-control:focus {
    background-color: #fff;
    border: 1px solid #DDDDDD;
}
.application-form .form-row {
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
}
.application-form .form-row>[class*=col-]  {
    padding-left: 10px;
    padding-right: 10px;
}
.application-form .form-row .form-group {
    margin-bottom: 2rem;
}
.application-form input.form-control,
.application-form select.form-control {
    height: 48px !important;
    border-radius: 8px;
}
.application-form input.form-control.date_picker {
    padding-left: 36px;
}
.application-form textarea.form-control {
    height: 130px;
}
.application-form .title-box {
    width: 100%;
    background: none;
    padding: 0;
    border-radius: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.application-form .title-box .text-center.mainColor {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color:var(--font-color) !important;
    text-align: left !important;
}
.application-form .calendar-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    pointer-events: none;
    width: 24px;
}
.application-form .form-check-label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: normal;
    color: var(--font-color);
    padding-right: 1.25rem;
    text-indent: 0.5rem;
}
.application-form .form-check.radio-check {
    display: flex;
    align-items: center;
}
.application-form .form-check.radio-check .form-check-label:before {
    left: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
}
.application-form .form-check.radio-check .form-check-input:checked + .form-check-label:before {
    left: -5px;
    border-color: var(--color);
}
.application-form .form-check.radio-check .form-check-input:checked + .form-check-label:after {
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.application-form .col-16.pt-5.pb-3:has(.applicationSubmitBtn) {
    padding-top: 0 !important;
}
.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;
    padding-left: 2rem;
    padding-right: 2rem;
    height: 46px;
    border-radius: var(--radius-big);
    background-color: var(--color);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.application-form .custom-file-input:active,
.application-form .custom-file-input:focus,
.application-form .custom-file-input:visited {
    box-shadow: none;
    outline: 0;
}
.application-form .custom-file-input:focus ~ .custom-file-label {
    box-shadow: none;
    outline: 0;
    border-color: #DDDDDD;
}
.application-form .custom-file-input,
.application-form .custom-file-label {
    border-color: #DDDDDD;
    border-radius: 8px;
    height: 48px;
}
.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("/demo/dist/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: var(--color);
    font-size: 13px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: normal;
    color: #fff;
    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;
    top:0;
    bottom: 0;
    margin: auto;
    right: 15px;
    pointer-events: none;
}

.stores-wrapper #contactAccordion .card {
    width: 100%;
    background: #FFFFFF;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #DDDDDD;
}
.stores-wrapper #contactAccordion {
    box-shadow: 0 0 38px rgba(0, 0, 0, 0.12);
    border-radius: 38px;
    max-height: 520px;
    overflow-y: auto;
}
.stores-wrapper #contactAccordion::-webkit-scrollbar-track {
    margin-top: 24px;
    margin-bottom: 24px;
}
.stores-wrapper #contactAccordion .card:first-child {
    border-radius: var(--radius-big) var(--radius-big) 0 0;
}
.stores-wrapper #contactAccordion .card:last-child {
    border-radius: 0 0 var(--radius-big) var(--radius-big);
    border-bottom: none;
}
.stores-wrapper .card-body {
    padding: 1rem;
}
.stores-wrapper #contactAccordion .store-details {
    border: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.stores-wrapper .card-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: var(--font-color);
    margin-bottom: 0;
}
.stores-wrapper .card-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--font-color);
    margin-top: 0.5rem;
}
.stores-wrapper .title-col {
    flex-basis: calc(100% - 120px);
    max-width: calc(100% - 120px);
}
.stores-wrapper .status {
    width: 100px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
}
.stores-wrapper .status.open {
    background: #8DC63F;
}
.stores-wrapper .status.closed {
    background: #525252;
}
.stores-wrapper .store-details .table td {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    vertical-align: middle;
}
/*.stores-wrapper .schedule_collapse .table td {*/
/*font-style: normal;*/
/*font-weight: 400;*/
/*font-size: 14px;*/
/*line-height: 14px;*/
/*color: var(--font-color);*/
/*padding-top: 0.5rem;*/
/*padding-bottom: 0.5rem;*/
/*}*/
/*.stores-wrapper .schedule_toggle_row {*/
/*margin-left: -5px;*/
/*margin-right: -5px;*/
/*}*/
/*.stores-wrapper .schedule_toggle_row .col-auto {*/
/*padding-left: 5px;*/
/*padding-right: 5px;*/
/*}*/
/*.stores-wrapper .schedule_collapse .table tr td:last-child {*/
/*font-weight: 600;*/
/*}*/
.stores-wrapper .icon-td {
    padding-left: 0;
    padding-right: 0;
    width: 35px;
}
.stores-wrapper .store-details .details-text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: var(--font-color);
}
.stores-wrapper .store-details .details-text .openat {
    font-weight: 700;
}
.stores-wrapper .icon-oval svg {
    width: 15px;
    height: 15px;
    object-fit: contain;
}
.stores-wrapper .icon-oval svg path {
    fill: #ffffff;
}
/*.stores-wrapper .all_hours_btn {*/
/*min-width: 130px;*/
/*height: 40px;*/
/*display: flex;*/
/*justify-content: center;*/
/*align-items: center;*/
/*border: 1px solid #525252;*/
/*color: #525252;*/
/*font-style: normal;*/
/*font-weight: 500;*/
/*font-size: 14px;*/
/*line-height: 23px;*/
/*border-radius: 32px;*/
/*padding-left: 1rem;*/
/*padding-right: 1rem;*/
/*background: #ffffff;*/
/*}*/
/*.stores-wrapper .all_hours_btn[aria-expanded="true"] {*/
/*background: #525252;*/
/*color: #ffffff;*/
/*}*/
/*.stores-wrapper .all_hours_btn svg {*/
/*width: 20px;*/
/*height: 20px;*/
/*object-fit: contain;*/
/*}*/
/*.stores-wrapper .all_hours_btn svg path {*/
/*fill: #525252;*/
/*}*/
/*.all_hours_btn[aria-expanded="true"] svg path {*/
/*fill: #ffffff;*/
/*}*/
/*.stores-wrapper .storeLink {*/
/*width: 100%;*/
/*height: 50px;*/
/*border-radius: 32px;*/
/*background: var(--color);*/
/*display: flex;*/
/*justify-content: center;*/
/*align-items: center;*/
/*font-style: normal;*/
/*font-weight: 700;*/
/*font-size: 16px;*/
/*line-height: 25px;*/
/*color: #ffffff;*/
/*}*/
/*.stores-wrapper .storeLink svg {*/
/*width: 17px;*/
/*height: 17px;*/
/*object-fit: contain;*/
/*}*/
/*.stores-wrapper .storeLink svg path {*/
/*fill: #ffffff;*/
/*}*/

@media (min-width: 970px) {
    .page .testimonials,
    .page.careers .application-form .col-lg-5 {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
}
@media (min-width: 1200px) {
    .page .testimonials {
        flex-basis: 25%;
        max-width: 25%;
    }
}

@media (max-width: 1439px) {
    .page .card {
        width: 1069px;
    }
}
@media (max-width: 1199px) {
    .page .card {
        width: 868px;
    }
    .page .card.application-form {
        width: calc(868px - 4rem);
    }
}
@media (max-width: 969px) {
    .page .card {
        width: 729px;
    }
    .page .card.application-form {
        width: calc(729px - 4rem);
    }
    .page .contact-wrapper .contact-map {
        height: 338px;
    }
    .page .contact-card .sendBtn {
        width: 100%;
    }
    .info_container {
        padding: 45px 45px 120px;
    }
    .modal-body {
        padding: 25px 40px 0;
    }
    .modal-footer {
        padding: 0.75rem 40px 1.5rem !important;
    }
    #smsConsentModal {
        padding: 0;
    }
    .application-form textarea.form-control {
        height: 219px;
    }
}
@media (max-width: 749px) {
    .page .card {
        width: 460px;
    }
    .page .card.application-form {
        width: calc(460px - 4rem);
    }
    #careers.page .card:not(.application-form) .card-body {
        padding: 1.75rem 1rem 0;
    }
    .page .card-body {
        padding: 1.5rem;
    }
    #thank-you.page .card-text {
        width: 100%;
    }
    div.radio-group + div:not(.hidden) {
        height: 185px;
    }

}
@media (max-width: 480px) {

    .page .card {
        width: calc(100% - 20px);
        margin: auto;
    }
    .page .card.application-form {
        width: calc(100% - 20px);
    }
    .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;
    }
    .application-form .applicationSubmitBtn,
    .careers .careers_btn {
        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;
    }
}
