Shop
:root { –rcm-primary: #8b0046; –rcm-btn-text: #ffffff; –rcm-cal-bg: #ffffff; –rcm-panel-bg: #fff5db; –rcm-date-text: #333333; –rcm-radius: 12px; –rcm-font: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, sans-serif; }
.rcm-wrapper { width: 100%; max-width: 900px; margin: 20px auto; font-family: var(–rcm-font); box-shadow: 0 10px 40px rgba(0,0,0,0.1); border-radius: var(–rcm-radius); overflow: visible; background: #fff; position: relative; box-sizing: border-box; }
/* Kalendari ka nevojë për këtë që scrolli të mos fshihet poshtë menysë */
#booking-calendar { scroll-margin-top: 100px; }
.rcm-tabs { display: flex; justify-content: center; gap: 40px; padding: 30px 15px 10px; background: transparent !important; }
.rcm-tab { border: none !important; background: transparent !important; box-shadow: none !important; outline: none !important; font-size: 15px; font-weight: 800; color: #aaa !important; padding: 0 0 12px 0 !important; margin: 0 !important; cursor: pointer; text-transform: uppercase; font-family: var(–rcm-font); position: relative; letter-spacing: 1px; transition: color 0.3s ease; line-height: 1 !important; }
.rcm-tab:hover { color: var(–rcm-primary) !important; }
.rcm-tab.active { color: var(–rcm-primary) !important; }
.rcm-tab.active::after { content: ”; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background-color: var(–rcm-primary); border-radius: 2px; }
.rcm-flex { display: flex; flex-wrap: wrap; border-top: 1px solid #f0f0f0; }
.rcm-left { width: 55%; padding: 30px; border-right: 1px solid #f5f5f5; box-sizing: border-box; background: var(–rcm-cal-bg); border-bottom-left-radius: var(–rcm-radius); }
.rcm-right { width: 45%; background: var(–rcm-panel-bg); min-height: 450px; position: relative; box-sizing: border-box; display:flex; flex-direction:column; border-bottom-right-radius: var(–rcm-radius); }
.rcm-nav { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; color: var(–rcm-primary); font-size: 18px; font-weight: 700; text-transform: uppercase; }
.rcm-nav-btn { width: 32px; height: 32px; border: 1px solid var(–rcm-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: 0.2s; color: var(–rcm-primary); background: #fff; padding-bottom: 2px; }
.rcm-nav-btn:hover { background: var(–rcm-primary); color: #fff; }
.rcm-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 14px; text-align: center; }
.rcm-head { font-size: 11px; color: #ccc; font-weight: 600; text-transform: uppercase; margin-bottom: 5px; }
.rcm-day { width: 44px; height: 44px; line-height: 44px; margin: 0 auto; color: var(–rcm-date-text); border-radius: 50%; cursor: default; font-size: 15px; font-weight: 500; transition: 0.2s; }
.rcm-day.has { background: transparent; color: var(–rcm-primary); font-weight: 900; cursor: pointer; }
.rcm-day.has:hover { transform: scale(1.1); background: #fdf5f9; }
.rcm-day.sel { background: var(–rcm-primary) !important; color: #fff !important; transform: scale(1.1); box-shadow: 0 4px 10px rgba(0,0,0,0.2); }
.rcm-content { padding: 30px; flex:1; display:flex; flex-direction:column; justify-content:center; }
.rcm-img-box { width: 100%; height: 160px; display: none; }
.rcm-img-box img { width: 100%; height: 100%; object-fit: cover; }
.rcm-empty { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; border-top-right-radius: var(–rcm-radius); border-bottom-right-radius: var(–rcm-radius); z-index: 10; background: transparent; color: #ccc; font-weight: bold; }
.rcm-empty img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hidden { display: none !important; }
.rcm-back { display: inline-flex; align-items: center; justify-content: center; padding: 8px 20px; background-color: var(–rcm-primary); color: var(–rcm-btn-text); border-radius: var(–rcm-radius); font-size: 11px; font-weight: 700; text-transform: uppercase; cursor: pointer; margin-bottom: 20px; transition: 0.2s; }
.rcm-back:hover { opacity: 0.9; transform: translateY(-2px); color: var(–rcm-btn-text); }
.rcm-title { margin: 0 0 5px; font-size: 20px; color: var(–rcm-primary); }
.rcm-map { font-size: 13px; color: #666; text-decoration: none; font-weight: 500; display: block; margin-bottom: 15px; }
.rcm-map:hover { text-decoration: underline; color: var(–rcm-primary); }
.rcm-info-box { display: flex; align-items: center; gap: 15px; padding: 10px; border: 1px solid var(–rcm-primary); border-radius: var(–rcm-radius); background: #fff; margin-bottom: 20px; font-size: 13px; font-weight: 500; }
.rcm-custom-select { position: relative; width: 100%; font-family: var(–rcm-font); }
.rcm-select-trigger { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 42px; padding: 0 15px; font-size: 13px; color: #333; background: #fff; border: 1px solid var(–rcm-primary); border-radius: var(–rcm-radius); cursor: pointer; box-sizing: border-box; }
.rcm-select-trigger:after { content: ”; width: 24px; height: 24px; background-image: url(‘data:image/svg+xml;utf8,‘); background-repeat: no-repeat; background-position: center; }
.rcm-options { position: absolute; top: 105%; left: 0; right: 0; background: #fff; border: 1px solid var(–rcm-primary); border-radius: var(–rcm-radius); display: none; z-index: 9999; box-shadow: 0 5px 15px rgba(0,0,0,0.15); max-height: 200px; overflow-y: auto; }
.rcm-custom-select.open .rcm-options { display: block; }
.rcm-option { padding: 10px 15px; cursor: pointer; font-size: 13px; color: #333; transition: 0.1s; }
.rcm-option:hover, .rcm-option.selected { background-color: var(–rcm-primary); color: #fff; }
.rcm-action-row { display: flex; align-items: center; justify-content: space-between; margin-top: 15px; }
.rcm-total { font-size: 24px; font-weight: 800; color: var(–rcm-primary); margin: 0; }
.rcm-btn { padding: 12px 30px; background: var(–rcm-primary); color: var(–rcm-btn-text); border: none; font-size: 14px; font-weight: 700; border-radius: var(–rcm-radius); cursor: pointer; min-width: 140px; }
.rcm-btn:hover { opacity: 0.9; transform: scale(1.02); }
.rcm-item { padding: 12px; border-bottom: 1px solid #eee; cursor: pointer; font-size: 13px; }
.rcm-item:hover { background: #f9f9f9; padding-left: 15px; }
.rcm-closed { color: #999; font-weight: bold; text-align: center; width: 100%; margin-top:10px; padding:10px; border:1px dashed #ccc; border-radius:8px; }
.rcm-list-item { display: flex; align-items: center; padding: 10px; margin-bottom: 10px; border: 1px solid var(–rcm-primary); border-radius: var(–rcm-radius); cursor: pointer; transition: 0.2s; background: #fff; }
.rcm-list-item:hover { background-color: #f9f9f9; transform: translateY(-2px); box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.rcm-list-item.disabled { opacity: 0.6; pointer-events: none; filter: grayscale(100%); border-color: #ccc; background: #f5f5f5; }
.rcm-list-img { width: 50px; height: 50px; border-radius: calc(var(–rcm-radius) / 2); object-fit: cover; margin-right: 15px; flex-shrink: 0; }
.rcm-list-details { display: flex; flex-direction: column; }
.rcm-list-title { font-size: 15px; font-weight: 700; color: var(–rcm-primary); margin-bottom: 2px; }
.rcm-list-meta { font-size: 12px; color: #666; }
.rcm-option.disabled { color: #ccc; pointer-events: none; background: #f9f9f9; }
@media(max-width:768px){
.rcm-left, .rcm-right { width: 100%; border: none; }
.rcm-left { padding: 5px; }
.rcm-img-box { height: 200px; }
.rcm-grid { gap: 0px; }
.rcm-day { width: 30px; height: 30px; line-height: 30px; font-size: 12px; margin: 2px auto; }
.rcm-head { font-size: 10px; }
.rcm-tabs { gap: 20px; }
}
.rcm-map-container { margin-top: 15px; width: 100%; border-radius: 8px; overflow: hidden; border: 1px solid #eee; }
.rcm-map-container iframe { width: 100% !important; height: 200px !important; border: 0; display: block; }
‹›

Available:
Back to List
📍 Location
📅 ⏰
Select Ticket
1
0 €
⛔ SOLD OUT / CLOSED
Showing the single result


