@charset "utf-8";.businessHours-module .alert-closing-soon{margin:10px 0}.businessHours-module .businessHours-module-title{text-align:center;text-transform:uppercase;color:var(--sp_color_1);background-color:var(--sp_color_3);padding:20px 40px;margin:0}.businessHours-module .businessHours-module-title h2,.businessHours-module .businessHours-module-title h3,.businessHours-module .businessHours-module-title h4,.businessHours-module .businessHours-module-title h5,.businessHours-module .businessHours-module-title h6{margin:0}.businessHours-module .businessHoursCalendar{width:100%;display:grid;grid-template-rows:auto 1fr;gap:1px 1px;grid-template-areas:"today today today today today status status" "upcoming_week upcoming_week upcoming_week upcoming_week upcoming_week upcoming_week upcoming_week";margin-bottom:40px}.businessHours-module .businessHoursCalendar .current-hours{grid-area:today;font-size:24px;line-height:1.1;padding:25px 15px 25px 0}@media(max-width:767px){.businessHours-module .businessHoursCalendar .current-hours{font-size:16px;line-height:30px}}.businessHours-module .businessHoursCalendar .status{grid-area:status;text-transform:uppercase;font-weight:bold;text-align:right}.businessHours-module .businessHoursCalendar .status .status-inner{display:-moz-inline-stack;display:inline-block;zoom:1;font-size:18px;line-height:30px;padding:10px 15px;margin:15px 0 15px 25px;border:1px solid transparent;border-radius:4px}.businessHours-module .businessHoursCalendar .status .status-inner.closed{color:var(--sp_color_1);background-color:var(--sp_color_7);border-color:var(--sp_color_7)}.businessHours-module .businessHoursCalendar .status .status-inner.open{color:var(--sp_color_1);background-color:var(--sp_color_5);border-color:var(--sp_color_6)}.businessHours-module .businessHoursCalendar .title-today{margin:15px 0;font-weight:bold}.businessHours-module .businessHoursCalendar .title-today:before{font-family:'Font Awesome 5 Pro';font-weight:400;content:"\f017";margin-right:15px}.businessHours-module .businessHoursCalendar .upcoming-week{grid-area:upcoming_week;display:flex;align-content:space-between;gap:15px}.businessHours-module .businessHoursCalendar .upcoming-week .day{flex:1 0 12%;background-color:var(--sp_color_4);text-align:center;padding:5px}.businessHours-module .businessHoursCalendar .upcoming-week .day .date{font-size:24px;line-height:1.1;font-weight:bold;margin-bottom:10px}.businessHours-module .businessHoursCalendar .upcoming-week .day .weekday{text-transform:uppercase;padding:5px 10px}@media(max-width:1199px){.businessHours-module .businessHoursCalendar .upcoming-week .day .weekday{font-size:12px;line-height:16px}}.businessHours-module .businessHoursCalendar .upcoming-week .day.today{background-color:var(--sp_color_5);color:var(--sp_color_1)}@media(max-width:991px){.businessHours-module .businessHoursCalendar .upcoming-week{flex-wrap:wrap}.businessHours-module .businessHoursCalendar .upcoming-week .day{padding:0;flex:1 0 99%;display:grid;grid-template-areas:"weekday hours" "date hours";grid-template-columns:clamp(75px,20%,100px) 1fr;grid-template-rows:auto auto}.businessHours-module .businessHoursCalendar .upcoming-week .day .date{grid-area:date;font-size:32px;line-height:32px}.businessHours-module .businessHoursCalendar .upcoming-week .day .hours{grid-area:hours;display:flex;justify-content:center;align-items:center}.businessHours-module .businessHoursCalendar .upcoming-week .day .weekday{grid-area:weekday;padding:5px 10px 0}}.businessHours-module [data-type="table"]{display:-moz-inline-stack;display:inline-block;zoom:1}.businessHours-module .businessHoursTable tbody tr{margin-bottom:15px}.businessHours-module .businessHoursTable tbody tr td{padding:15px 25px;border:none}.businessHours-module .businessHoursTable tbody tr td.hours{white-space:nowrap;padding:15px 20px}.businessHours-module .businessHoursTable tbody tr td.weekday{margin-bottom:15px;padding:15px 20px;color:var(--sp_color_2);background-color:var(--sp_color_6)}@media(max-width:767px){.businessHours-module .businessHoursTable tbody tr td.weekday{width:100%}.businessHours-module .businessHoursTable tbody tr td.weekday:before{display:none}}@media(max-width:767px){.businessHours-module .businessHoursTable tbody tr td.hours{text-align:center}.businessHours-module .businessHoursTable tbody tr td.hours:before{display:none!important}}.businessHours-module .businessHoursTable tbody tr.today .hours,.businessHours-module .businessHoursTable tbody tr.today .weekday{color:var(--sp_color_1);background-color:var(--sp_color_5)}.businessHours-module .businessHoursTable tbody tr+tr{border-top:1px solid var(--sp_color_2)}@media(max-width:767px){.businessHours-module .businessHoursTable tbody tr{margin-bottom:0}}