.location-wrapper { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 16px; margin-bottom: 16px; }
.location-wrapper .location { padding: 0 20px; flex: 1 1 calc(33.333% - 16px); min-width: 400px; max-width: 500px; height: 100px; display: flex; align-items: center; justify-content: flex-start; background: rgba(255,255,255,0.1); backdrop-filter: blur(2px); box-shadow: 0 0 10px rgba(0,0,0,0.6); border-radius: 10px; overflow: hidden; font-size: 24px; cursor: pointer; transition: 0.25s; text-align: left; }
.location-wrapper .location h3 { font-size: 24px; }
.location-wrapper .location p { margin: 0; font-size: 16px; }
.location-wrapper .location .chevron { width: 60px; height: 60px; border-radius: 100%; background: white; display: flex; align-items: center; justify-content: center; margin: 0 20px 0 auto; }
.location-wrapper .location .chevron:before { content: " "; -webkit-mask: url('/libraries/Feather/chevron-right.svg'); -webkit-mask-repeat: no-repeat; -webkit-mask-size: 44px 44px; background: gray; width: 44px; height: 44px; }
.location-wrapper .location:hover { box-shadow: 0 0 15px rgba(0,0,0,0.8); background: rgba(255,255,255,0.2); }
.location-wrapper .location.selected { background: var(--purple); }

.appointments { text-align: center; padding: 0 60px; }
.appointments h2 { text-align: left; font-size: 42px; font-weight: 500; padding: 40px 0; }
.appointments .btn { margin: 40px 0; }
.timeblock-container .timeblock { display: flex; align-items: center; justify-content: flex-start; background: rgba(255,255,255,0.1); backdrop-filter: blur(2px); box-shadow: 0 0 10px rgba(0,0,0,0.6); margin: 16px 0; border-radius: 10px; overflow: hidden; font-size: 24px; cursor: pointer; transition: 0.25s; }
.timeblock-container .timeblock:hover { box-shadow: 0 0 15px rgba(0,0,0,0.8); background: rgba(255,255,255,0.2); }
.timeblock-container .timeblock.selected { background: var(--purple); }
.timeblock-container .timeblock img { width: 100px; height: 100px; object-fit: cover; object-position: center center; border-radius: 10px; }
.timeblock-container .timeblock .chevron { width: 60px; height: 60px; border-radius: 100%; background: white; display: flex; align-items: center; justify-content: center; margin: 0 40px 0 auto; }
.timeblock-container .timeblock .chevron:before { content: " "; -webkit-mask: url('/libraries/Feather/chevron-right.svg'); -webkit-mask-repeat: no-repeat; -webkit-mask-size: 44px 44px; background: gray; width: 44px; height: 44px; }
.timeblock-container .timeblock .date { width: 25%; text-align: center; }
.timeblock-container .timeblock .time { width: 25%; text-align: center; } 
.timeblock-container .timeblock .title { flex-grow: 1; text-align: left; }
.filters { display: flex; align-items: center; justify-content: flex-start; }
.filters .box { width: 360px; position: relative; margin-right: 20px; background: rgba(255,255,255,0.1); backdrop-filter: blur(2px); border-radius: 10px; }
.filters .box.datepicker { width: 200px; }
.filters .box:after { content: " "; -webkit-mask: url('/libraries/Feather/chevron-down.svg'); -webkit-mask-repeat: no-repeat; -webkit-mask-position: center center; -webkit-mask-size: 44px 44px; background: gray; width: 44px; height: 100%; position: absolute; top: 0; right: 20px; }
.filters .box > * {  box-shadow: 5px 5px 10px rgba(0,0,0,0.5); border: 0; color: white; height: 60px; font-size: 18px; border-radius: 10px; padding: 0 24px; position: relative; cursor: pointer; }
.filters .box input { background: transparent; z-index: 2; }
.filters .box select { z-index: 2; }
.filters .box select option { background: #4b394e; padding: 10px 0; }
#ui-datepicker-div { box-shadow: 0 0 20px rgba(0,0,0,1); font-size: 20px; }
#ui-datepicker-div, table.ui-datepicker-calendar { background: #4b394e; color: white; border: 0; }
.ui-state-default, .ui-widget-content .ui-state-default { background: #4b394e; color: white; border: 0; }
.ui-widget-header { background: rgba(255,255,255,0.1); color: white; border: 0; }
.ui-datepicker-current-day .ui-datepicker-today { background: rgba(0,0,0,0.1);  }
.ui-datepicker-current-day .ui-state-default { background: rgba(255,255,255,0.2); }

.summary-box { display: flex; align-items: center; justify-content: flex-start; background: rgba(255,255,255,0.1); backdrop-filter: blur(2px); box-shadow: 0 0 10px rgba(0,0,0,0.6); margin: 16px 0; border-radius: 10px; overflow: hidden; font-size: 24px; transition: 0.25s; padding: 0 40px; }
.summary-box img { width: 140px; height: 140px; border-radius: 10px; transform: translateX(-40px); object-fit: cover; object-position: center center; }
.summary-contents { width: 100%; }
.summary-row { display: flex; align-items: center; justify-content: flex-start; flex-grow: 1; padding: 4px 0; }
.summary-row > div:nth-child(1) { flex-grow: 1; text-align: left; }
.summary-row > div:nth-child(2) { width: 20%; text-align: center; }
.summary-row > div:nth-child(3) { width: 20%; text-align: center; } 
.summary-row .edit { font-weight: 200; font-size: 16px; position: relative; display: flex; align-items: center; justify-content: flex-start; cursor: pointer; }
.summary-row .edit:before { content: " "; -webkit-mask: url('/libraries/Feather/edit-2.svg'); -webkit-mask-repeat: no-repeat; -webkit-mask-position: center center; -webkit-mask-size: 22px 22px; background: white; width: 44px; height: 44px; display: block; }
.summary-box .location { display: table; font-size: 18px; background: var(--purple); }
.checkbox-label img { width: 460px; max-width: 100%; margin: 6px 0 0; }

.tickets { display: none; padding: 0 60px; }
.tickets p { text-align: center; margin: 40px 0; }
.coupon-wrapper { width: 400px; text-align: center; margin: 20px auto; }
.coupon-wrapper input { text-transform: uppercase; }
.coupon-wrapper .floating { margin-bottom: 20px; }
.coupon-wrapper.disabled input { pointer-events: none; background: var(--purple); border: 0; }
.coupon-wrapper.disabled .btn { display: none; }
.coupon-wrapper.disabled .close { -webkit-mask: url('/libraries/Feather/x.svg'); -webkit-mask-repeat: no-repeat; -webkit-mask-size: 34px 34px; -webkit-mask-position: center center; background: white; width: 40px; height: 100%; position: absolute; top: 0; right: 10px; height: 100%; cursor: pointer; z-index: 2; }
.ticket-container { padding: 40px 0; }
.ticket-container .ticket { display: flex; align-items: center; justify-content: flex-start; background: rgba(255,255,255,0.1); backdrop-filter: blur(2px); box-shadow: 0 0 10px rgba(0,0,0,0.6); max-width: 1200px; height: 100px; margin: 16px auto; padding: 0 40px; border-radius: 10px; overflow: hidden; font-size: 24px; cursor: pointer; transition: 0.25s; }
.ticket-container .ticket.highlight { border: 1px solid var(--purple); box-shadow: 0 0 20px var(--purple) !important; }
.ticket-container .ticket:hover { box-shadow: 0 0 15px rgba(0,0,0,0.8); background: rgba(255,255,255,0.2); }
.ticket-container .ticket.selected { background: var(--purple); }
.ticket-container .ticket .chevron { width: 60px; height: 60px; border-radius: 100%; background: white; display: flex; align-items: center; justify-content: center; margin: 0 0px 0 auto; }
.ticket-container .ticket .chevron:before { content: " "; -webkit-mask: url('/libraries/Feather/chevron-right.svg'); -webkit-mask-repeat: no-repeat; -webkit-mask-size: 44px 44px; background: gray; width: 44px; height: 44px; }
.ticket-container .ticket .title { flex-grow: 1; text-align: left; }
.ticket-container .ticket .lead { font-size: 12px; opacity: 0.5; }
.ticket-container .price-wrapper { margin: 0 15% 0 auto; }
.price-wrapper { text-align: center; margin: auto; }
.price-wrapper .pricepp { font-size: 16px; }
.summary { display: none; padding: 0 60px; }
.summary h2 { text-align: center; font-weight: 600; }
.summary h3 { margin-bottom: 20px; text-align: center; }
.summary p { color: white; margin: 80px auto; text-align: center; }
.summary .wrapper { display: flex; align-items: flex-start; justify-content: center; }
.summary .form { flex-grow: 1; }
.summary .payment { padding-left: 10%; font-size: 18px; width: 50%; }
.summary .payment .checkbox { padding: 6px 0; }
.summary .sumprice { font-weight: 600; padding: 40px 0; font-size: 24px; }
.summary .sumprice > div:nth-child(2) { text-align: right; }
.summary a { color: var(--purple); }
.summary .btn.submit { margin: 40px 0; width: 100%; }
.timerbox { position: fixed; bottom: 0; left: 0; width: 100%; height: 40px; display: none; align-items: center; justify-content: center; gap: 6px; background: var(--purple); color: white; z-index: 999; }
.timerbox.show { display: flex; }
#clock { width: 80px; text-align: left; font-weight: 600; }

@media (max-width: 1440px) {
.appointments h2 { font-size: 28px; padding: 30px 0 20px; }
.timeblock-container .timeblock { margin: 14px auto; font-size: 20px; max-width: 1100px; }
.timeblock-container .timeblock img { width: 70px; height: 70px; }
.timeblock-container .timeblock .chevron { width: 50px; height: 50px; margin: 0 40px 0 auto; }
.timeblock-container .timeblock .chevron:before { -webkit-mask-size: 36px 36px; width: 36px; height: 36px; }
.summary-box { margin: 16px 0; font-size: 20px; padding: 0 30px; }
.ticket-container { padding: 20px 0; }
.ticket-container .ticket { max-width: 800px; font-size: 20px; height: 80px; }
.price-wrapper .pricepp { font-size: 14px; }
.ticket-container .ticket .chevron { width: 50px; height: 50px; }
.ticket-container .ticket .chevron:before { -webkit-mask-size: 36px 36px; width: 36px; height: 36px; }
.summary .payment { padding-left: 8%; font-size: 16px; }
.summary .sumprice { padding: 30px 0; font-size: 22px; }
.summary p { margin: 60px auto; }
}

@media (max-width: 1280px) {
.location-wrapper .location h3 { font-size: 20px; }
.location-wrapper .location p { font-size: 14px; margin: 0; padding: 0; }
.location-wrapper .location { height: 80px; min-width: 100%; max-width: 100%; }
.appointments { padding: 0; }
.appointments h2 { font-size: 22px; padding: 10px 0; }
.timeblock-container .timeblock { margin: 20px auto; font-size: 14px; max-width: 100%; flex-wrap: wrap; }
.timeblock-container .timeblock .title { flex: 100%; padding: 12px 10px; font-weight: 600; order: 1; }
.timeblock-container .timeblock img { order: 2; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; margin-right: 10px; }
.timeblock-container .timeblock .date { order: 3; }
.timeblock-container .timeblock .time { order: 4; }
.timeblock-container .timeblock .chevron { position: absolute; right: 10px; margin: 0; }
.filters { display: block; margin-bottom: 20px; }
.filters .box.datepicker { width: 100%; margin: 0 auto 10px; }
.filters .box { width: 100%; margin: auto; }
.filters .box > * { font-size: 16px; }
.tickets { padding: 0; }
.summary-box { margin: 14px 0; font-size: 18px; padding: 0 0 20px; display: block; }
.summary-box img { transform: initial; width: 100%; height: 240px; object-fit: cover; object-position: center center; margin: auto; }
.summary-box .summary-row { flex-wrap: wrap; justify-content: center; }
.summary-box .summary-row:nth-child(1) { margin-bottom: 20px; }
.summary-box .summary-row .date { padding-right: 10px; }
.summary-row > div:nth-child(1) { flex-grow: 1; flex: 100%; text-align: center; }
.summary-row > div:nth-child(2) { width: initial; }
.summary-row > div:nth-child(3) { width: initial; } 
.summary-row .edit { width: initial; flex: 100%; justify-content: center; } 
.summary-row .edit:before { width: 18px; height: 18px; -webkit-mask-size: 18px 18px; margin-right: 6px; }
.coupon-wrapper { width: 100%; margin: 10px 0; }
.ticket-container .ticket { margin: 20px auto; font-size: 14px; max-width: 100%; flex-wrap: wrap; padding: 0 60px 0 20px; }
.ticket-container .ticket .chevron { position: absolute; right: 10px; margin: 0; }
.price-wrapper .pricepp { font-size: 12px; }
.summary { padding: 0; }
.summary .wrapper { display: block; }
.summary .payment { width: 100%; padding: 20px 0; }
.summary .sumprice, .summary .sumprice > div:nth-child(2) { text-align: center; } 
.summary p { margin: 40px auto; }
}

@media (max-width: 1024px) {
.col6:nth-child(2), .col8:nth-child(2), .col4:nth-child(2) { padding: 20px 12px 0; }
.ticket-container .ticket .title { max-width: 55%; }
.ticket-container .ticket .lead { font-size: 9px; }
.ticket-container .price-wrapper { margin: 0 20px 0 auto; }
.summary-box .location { margin: auto; }
}
