<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: "Alte-DIN-1451-Mittelschrift";
	src: url("../fonts/alte-din-1541-mittelschrift.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

:root {
	--primary-color: var(--btn-primary, black);
	--primary-color-300: black;
	--primary-color-400: white;
	--primary-color-500: black;

	--bg-color: var(--body-bg, #fff);
	--bg-thumbnail: white;
	--footer-text: #ccc;
	--bg-date: white;

	--body-text-color: var(--body-color);

	--border-radius: var(--border-radius-ext, 4px);

	--card-height: 130px;

	--font-family: var(--font-main, "poppins"), helvetica, arial, sans-serif;
	--font-family--title: var(--font-title, "poppins");

	--nav-text-color: var(--navbar-text);
}

body {
	accent-color: var(--primary-color);
}

body.nocookies {
	user-select: none;
	overflow: hidden;
    max-height: 100vh;
}

body.nocookies::after {
	background: var(--box-bg, #ffffff66);
    color: var(--box-color, black);
	-webkit-backdrop-filter: blur(21px);
    backdrop-filter: blur(21px);
    content: attr(css-iframe);
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
	padding: 30px;
    text-align: center;

	text-shadow: 0 0 8px var(--box-bg, #ffffff66);
}

.main-cover{
	transform: translateY(-3px);
}
.thumbnail.soldout {
	opacity: 0.8;
}
.thumbnail:not(.soldout) .banner{
	width: calc(100% + 16px);
    height: 200px;
    border-radius: 18px;
    position: relative;
    transform: translate(-10px, -14px);
    margin-bottom: -200px;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}

.thumbnail:not(.soldout) .banner span{
	position: relative;
    padding-left: 6px;
    color: white;
    transform: rotate(40deg);
    height: 26px;
    width: 170px;
    line-height: 26px;
    left: 34px;
    top: 25px;
    margin-left: auto;
    display: block;
    font-size: 10.5px;
    letter-spacing: -0.1px;
	font-weight: 500 !important;
    z-index: 1;
	border-top-width: 1px;
    border-bottom-width: 1px;
}

.thumbnail:not(.soldout) .banner::before {
	content: '';
    position: absolute;
    display: block;
    width: 28px;
    height: 6px;
	top: 0;
    right: 90px;
    border-radius: 2px 2px 0 0;
	background-color: #000000;
}

.thumbnail:not(.soldout) .banner::after {
	content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 18px;
    right: 0px;
    top: 81px;
    border-radius: 0 2px 2px 0;
	background-color: #000000;
}

.thumbnail.soldout {
	background-color: transparent !important;
	background-image: linear-gradient(to top, #420f0f, #8f1818 70%, #cf4040 100%) !important;
	box-shadow: 0px 3px 15px #00000026 !important;
}
.thumbnail.soldout &gt; .event-pic::before {
	content: attr(css-text-soldout);
    background-image: linear-gradient(310deg, #5f1d1d -30%, #7a2d2d, #cf4040 70%);
    font-size: 10.5px;
    letter-spacing: -0.1px;
    padding-right: 8px;
    font-weight: inherit;
    color: #ffffff;
    width: 172px;
    margin-bottom: -30px;
    height: 30px;
    display: block;
    position: relative;
    transform: rotate(45deg);
    z-index: 1;
    margin-left: auto;
    top: 33px;
    right: -43px;
    line-height: 30px;
}
.thumbnail.soldout h3 {
	color: white !important;
}
.thumbnail.soldout div:not(.event-date) span {
	color: #cccccc;
}
.thumbnail.soldout svg g {
    fill: #cccccc;
}
.thumbnail.soldout svg g:not([stroke="none"]) path, .thumbnail.soldout svg circle, .thumbnail.soldout svg g:not([stroke="none"]) {
    stroke: #cccccc;
}

.back-to-top {
  position: fixed;
  bottom: 2em;
  right: 2em;
  text-decoration: none;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: bold;
  padding: 1em 2em;
  display: none;
  z-index: 10000;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ie-border-radius: 50px;
  -o-border-radius: 50px;
}
.img-cover {
  height: 100%;
  width: 100%;
  object-fit: cover!important;
  object-position: center;
}

.thumbnail:not(.inactive) .banner{
	width: calc(100% + 16px);
    height: 200px;
    border-radius: 18px;
    position: relative;
    transform: translate(-10px, -14px);
    margin-bottom: -200px;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}

.thumbnail:not(.inactive) .banner span{
	position: relative;
    padding-left: 6px;
    color: white;
    transform: rotate(40deg);
    height: 26px;
    width: 170px;
    line-height: 26px;
    left: 34px;
    top: 25px;
    margin-left: auto;
    display: block;
    font-size: 10.5px;
    letter-spacing: -0.1px;
	font-weight: 500 !important;
    z-index: 1;
	border-top-width: 1px;
    border-bottom-width: 1px;
}

.thumbnail:not(.inactive) .banner::before {
	content: '';
    position: absolute;
    display: block;
    width: 28px;
    height: 6px;
	top: 0;
    right: 90px;
    border-radius: 2px 2px 0 0;
	background-color: #000000;
}

.thumbnail:not(.inactive) .banner::after {
	content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 18px;
    right: 0px;
    top: 81px;
    border-radius: 0 2px 2px 0;
	background-color: #000000;
}

.thumbnail.inactive {
	background-color: transparent !important;
	background-image: linear-gradient(to top, #151515, #232323 70%, #4d4d4d 100%) !important;
	box-shadow: 0px 3px 15px #00000026 !important;
}
.thumbnail.inactive &gt; .event-pic::before {
	content: attr(css-text-waitroom);
    background-image: linear-gradient(310deg, #232323 -30%, #232323, #4a4a4a 70%);
    font-size: 10.5px;
    letter-spacing: -0.1px;
	padding: 0 55px;
    font-weight: inherit;
    color: #ffffff;
    width: 250px;
    margin-bottom: -30px;
    height: auto;
    display: block;
    position: relative;
    transform: rotate(45deg);
    z-index: 1;
	margin-left: auto;
    top: 38px;
    right: -58px;
    line-height: 30px;
}
.thumbnail.inactive h3 {
	color: white !important;
}
.thumbnail.inactive div:not(.event-date) span {
	color: #cccccc;
}
.thumbnail.inactive svg g {
    fill: #cccccc;
}
.thumbnail.inactive svg g:not([stroke="none"]) path, .thumbnail.inactive svg circle, .thumbnail.inactive svg g:not([stroke="none"]), .thumbnail.inactive svg line {
    stroke: #cccccc;
}

.services {
	background-color: transparent !important;
	box-shadow: none !important;
}
.services, #ticket_status-container {
    border-radius: 2px;
    margin-bottom: 16px;
}
.services &gt; div, #ticket_status-container &gt; div {
	background-color: var(--bg-color);
    padding: 22px 18px 10px !important;
    border-radius: 2px;
    margin: 12px 0;
    border: 1px solid #e3e3e3 !important;
    box-shadow: 0px 2px 0 0px #d6d6d6;
}
.services &gt; div &gt; div:first-child {
	margin-bottom: 14px;
}
.services &gt; div div.text-right small {
    position: absolute;
	width: calc(200% - 130px);
    left: -100%;
    height: 35px;
    display: flex;
    align-items: self-end;
    justify-content: flex-end;
    top: -44px;
}
@media screen and (min-width: 768px) {
	.services &gt; div div.text-right small, .services &gt; div div.text-right div[class^="tag-"] {
		top: 2px;
	}
}

.services a ins {
    background-color: #eaeaf0;
    padding: 6px;
    margin: 0 -6px;
    border-radius: 3px;
    text-decoration: none;
    color: #828294;
    border: 1px solid #cdcddb;
    font-size: 11px;
	transition: background-color 0.3s;
}

.services a:hover ins {
    background-color: #d6d6e9;
    color: #7171a4;
}

.services form {
	user-select: none;
}
@media screen and (max-width: 992px) {
	.services form &gt; div {
		width: 100%;
		margin: 0;
	}
}
.services form &gt; div &gt; div:nth-of-type(2) {
	text-align: right;
    margin-top: 2.5px;
}
.services input.current_value {
	background-color: #ffffff;
    border: 1px solid #f1f1f1;
	height: 29px;
    line-height: 29px;
	font-size: 17px;
	color: #232323 !important;
}
.services input.current_value:focus-visible {
	border: none !important;
	outline: none !important;
}
.services button.more, .services button.less {
	color: white !important;
    background-color: #B8B8B8;
	border-color: #B8B8B8 !important;
	padding: 0px;
    width: 30px;
    height: 28.5px;
	line-height: 29px;
	font-size: 12px;
	transition: background-color 0.3s, border-color 0.3s;
}
.services button.more:hover, .services button.less:hover {
	background-color: #a0a0a0;
	border-color: #a0a0a0 !important;
}
.services button.more:active, .services button.less:active {
	box-shadow: none !important;
	background-color: #919191;
	border-color: #919191 !important;
}
.services button.more {
	border-radius: 0 3px 3px 0 !important;
    border-width: 1px 1px 1px 2px;
    transform: translate(-16px, -2.5px);
}
.services button.less {
	border-radius: 3px 0 0 3px !important;
    border-width: 1px 2px 1px 1px;
    transform: translate(16px, -2.5px);
}
.services h4{
	font-family: var(--font-family) !important;;
}

.sale-start-date-notice {
	display: flex;
	align-items: flex-start;
	position: relative;
	color: var(--btn-primary-color, white);
	border-radius: var(--border-radius-big, 8px);
	padding: 20px;
    margin: 10px 0;
	gap: 10px;
	overflow: hidden;
}
.sale-start-date-notice:before {
	content: '';
	background-color: var(--primary-color, black);
	opacity: 0.5;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}
.sale-start-date-notice &gt; svg {
	z-index: 1;
}
.sale-start-date-notice &gt; div {
	z-index: 1;
}
.sale-start-date-notice-container &gt; strong {
	display: block;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 15px;
}
.sale-start-date-notice-container &gt; span {
	display: block;
	font-size: 14px;
}
.sale-start-date-notice-container &gt; span:first-letter {
	text-transform: uppercase;
}

.escape-sm-3 {
	position: relative;
    width: 300%;
    margin-left: -250%;
    margin-top: 54px;
    margin-bottom: 1em;
}

form[name^="sr_form_"] button.detail-booking {
	max-width: 120px;
	float: right;
    text-transform: none;
}

body[class^="banner-"] {
	top: 40px;
	
}
body[class^="banner-"]::before{
    content: attr(css-banner);
    display: block;
    position: fixed;
    width: 100%;
    top: 0px;
    height: 40px;
    line-height: 40px;
    color: white;
    font-weight: bold;
    font-family: sans-serif;
    padding: 0;
    text-align: center;
	text-shadow: 0 0 5px #00000036;
	background-image: repeating-linear-gradient(-55deg, #a59a20, #a59a20 15px, #565656 15px, #565656 30px); /* Fallback */
    grid-column: 1 / -1;
	background-size: 100%;
	animation: bg-loop 60s linear infinite;
	z-index: 99999;
}
body.banner-localhost::before {
	background-image: repeating-linear-gradient(-55deg, #dc2323, #dc2323 15px, #331616 15px, #331616 30px);
}
body.banner-staging::before {
	background-image: repeating-linear-gradient(-55deg, #42bd94, #42bd94 15px, #2da07a 15px, #2da07a 30px);
}
body.banner-devit::before {
	background-image: repeating-linear-gradient(-55deg, #4277bd, #4277bd 15px, #2d5e9f 15px, #2d5e9f 30px)
}
body[class^="banner-"] nav.navbar{
	top: 40px;
}

@keyframes bg-loop {
	0% {
		background-size: 100%;
	}
	100% {
		background-size: 200%;
	}
}

.background-black {
    background-color: black !important;
    padding: 6px 12px !important;
}

footer .text-center {
    display: flex;
    flex-flow: column;
}
footer .text-center a.btn {
    width: fit-content;
    margin: auto;
}

.rrss-container {
    display: flex;
    text-align: center;
    grid-gap: 10px;
	margin-top: 10px;
    justify-content: center;
}
.rrss-item {
    width: 100px;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
	background-color: transparent;
}
.rrss-item:hover {
    background-color: #2c2c2c30;
    border-radius: 2px;
}
.rrss-item a {
	width: 100%;
    height: 100%;
	display: flex;
    flex-wrap: wrap;
    align-content: space-evenly;
}
.rrss-item svg, .rrss-item p {
    color: #525252;
    text-decoration: none;
	width: 100%;
}
.rrss-item svg {
	display: inline;
    margin: 12px 0;
}
.rrss-item p {
    margin: 2px 0 12px 0;
}
.rrss-item:hover svg, .rrss-item:hover p {
    color: #232323;
}

.btn-powered {
    border: none !important;
    margin-top: -1em !important;
}
.btn-powered:hover, .btn-powered:focus, .btn-powered:active {
	background-color: #5e5e5e66;
}
.btn-powered:hover p {
	background-color: transparent;
}

@media only screen and (max-width: 990px) {
	footer * {
		text-align: center;
		justify-content: center;
	}
	.footer-container {
		padding: 3% 60px 50px;
	}	
	.footer-container &gt; div &gt; div {
		width: 100%;
	}
}
footer h4 {
	font-weight: bold;
    font-size: 0.95em;
}

.footer-container {
	padding: 3% 20%;
}

.footer-container &gt; div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 8px;
}

.footer-container &gt; div.full-width {
    margin-top: 1em;
    display: flex;
    flex-direction: column;
}

#whatsapp-support-button {
	position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    width: 100px;
    height: 100px;
	padding: 14px;
}
#whatsapp-support-button.support-button-offset {
	right: 100px;
}
#whatsapp-support-button &gt; .whatsapp-colored-icon-container {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
    background-color: #2BB741; /* whatsapp green */
    border-radius: 100%;
    width: 100%;
    height: 100%;
    font-size: 46px;
}

footer .dropdown-menu {
	background-color: var(--footer-bg);
	border-color: var(--footer-bg) !important;
}
footer .dropdown-menu&gt;li&gt;a:hover, footer .dropdown-menu&gt;li&gt;a:focus {
	background-color: #f5f5f521;
}

/* Fixes for Nightlife styles  */
.flyer.img-responsive {
	height: auto !important;
}

.event-pic img.img-responsive {
    min-height: unset !important;
    min-width: unset !important;
    max-width: unset !important;
}
.event-pic {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.thumbnail.clearfix .event-pic img.img-responsive {
	max-width: 100% !important;
}

.description img {
    max-width: 100%;
	width: unset !important;
    height: unset !important;
}

iframe[allowfullscreen], iframe[allow*="picture-in-picture"] {
    max-width: 100%;
}

.description p {
    line-height: 1.5em;
}

#description .mt-3 {
    margin-top: 20px;
}

#map-container {
	display: flex;
    gap: 32px;
    padding: 24px;
    flex-direction: column;
    place-items: center;
}

#map-container .map-content .map {
	width: 680px;
    height: 280px;
	background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
	box-shadow: 0 0 8px #0000001f;
    cursor: default !important;
	overflow-x: hidden;
	position: relative;
}

#map-container .map-content .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#map-container .map-information {
	text-align: left;
	display: flex;
    align-items: center;
}

#map-container .map-information &gt; div {
	max-width: 270px;
    margin: auto auto auto 0;
	display: grid;
}
#map-container .map-information &gt; div p {
	display: flex;
	flex-wrap: wrap;
    font-size: 1.1em;
    gap: 4px;
    justify-content: left;
}
#map-container .map-information .btn {
    color: white;
	transition: background-color 0.3s;
	margin-top: 1em;
	width: -moz-fit-content;
	width: fit-content;
	place-self: center;
}


@media only screen and (max-width: 1000px) {
	#map-container {
		grid-template-columns: 1fr;
	}
	#map-container .map-content {
		margin: auto;
	}
	#map-container .map-information {
		margin: auto;
	}
	#map-container .map-content .map {
		width: 80vw;
		height: unset;
		aspect-ratio: 22 / 9;
		min-height: 220px;
	}
}

.iti {
	color: #333;
}

.iti-mobile .iti--container {
	max-width: 85vw;
}

.dateFilter {
	padding-left: 0px !important;
	font-size: 20px !important;
	border: none;
	color: black !important;
	background-color: transparent !important;
	text-align: left;
	text-transform: capitalize;
	font-weight: bold;
	letter-spacing: -0.25px;
}

.promoted span:before {
	color: white !important;
}

body:not(.newlayout) #eventsRequestBtn {
	color: var(--primary-color);
    background: none;
    outline: none !important;
    border: none;
	padding: 0;
	text-decoration: underline;
}

body:not(.newlayout) .thumbnail:hover .event-pic img {
	-webkit-transform: scale(1.02) !important;
    -ms-transform: scale(1.02) !important;
    transform: scale(1.02) !important;
	opacity: 0.85 !important;
}

.iti {
    width: 100%;
}

.position-relative {
    position: relative;
}

#DeletePromoCode {
	padding: 6px 12px;
}

.terms_container {
    margin: 20px 0;
}

.field-group {
	display: grid;
	width: 100%;
	margin: 0 auto;
	grid-template-columns: repeat(auto-fill, 100%);
	grid-gap: 9px 12px;
}

.full-field {
    grid-column: span 1;
}

@media screen and (min-width: 768px) {
	.modal-dialog {
		width: 740px;
	}
	.field-group {
		grid-template-columns: repeat(auto-fill, calc(50% - 6px));
	}
	.full-field {
		grid-column: span 2;
	}
}

.field .date {
    cursor: pointer;
}

#club-slider:not(.slick-initialized) {
	opacity: 0;
}
#club-slider {
	opacity: 1;
	overflow: hidden;
	max-height: 132px;
	transition: opacity 0.3s;
}

.lang-selector {
    min-width: 20px;
}

li:not(.alternative) #contactModalBtn {
    display: flex;
    align-items: baseline;
    gap: 8px;
}
li:not(.alternative) #contactModalBtn svg {
	fill: var(--footer-text, #ccc);
	align-self: center;
}

button p {
	display: none;
}

.remaining-tag {
	display: inline-block;
	border-radius: 3px;
	padding: 4px 8px;
	color: white;
	background-color: rgba(132, 78, 29, 0.65);
}


.pg-loader {
	height: 100vh;
    width: 100vw;
    left: 0;
    top: 0;
    position: fixed;
    overflow: hidden;
    z-index: 99999999;
    color: transparent;
    animation: rotate 1s linear infinite;
}

.pg-loader.loading {
	display: block !important;
}

.pg-loader.loading ~ .container {
    display: none;
}

.pg-loader::before {
	content: "";
    box-sizing: border-box;
    position: absolute;
    width: 50px;
    height: 50px;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid var(--body-color, #878787);
    margin: auto;
    animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
	100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
	0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
	25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
	50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
	75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
	100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}


#pdcc-close-modal, #pdcc-modal-reject, #pdcc-modal-deny-all{
	display: none !important;
}

.fc {
	background-color: transparent !important;
	padding: 20px 0 !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.fc-header-title h2 {
	color: inherit !important;
	font-family: inherit !important;
	text-transform: capitalize;
}
.fc-widget-header {
	font-family: inherit;
}
.fc-button.fc-state-default {
	border: none;
}
.fc-button.fc-state-hover,
.fc-button.fc-state-active {
	color: var(--primary-color);
	background-color: initial;
}
.fc-border-separate td {
	background: #FFFFFF;
	border-radius: 8px;
	background-clip: padding-box;
	border: 3px solid transparent !important;
}
.fc-day-selected {
	box-shadow: var(--primary-color) 0px 0px 1px 2px inset;
	-webkit-box-shadow: var(--primary-color) 0px 0px 1px 2px inset;
}
.fc-today .fc-day-number {
	color: var(--primary-color);
    font-weight: bold;
}
.fc-widget-content &gt; div {
	padding: 1px !important;
}
.fc-grid .fc-day-content {
	padding: 0 !important;
}
.fc-event {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border: none;
	margin-top: 5px;
	border-radius: 8px !important;
}
.fc-event:not(.disabled) {
	cursor: pointer;
}
.fc-event.disabled {
	opacity: 0.5;
}
.fc-event-inner {
	display: flex;
	flex-direction: column-reverse;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	border-radius: 8px;
	padding: 13px 0 !important;
}
.fc-event-title {
	display: none;
	max-width: 100%;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.fc-event-time, .fc-event-title {
	padding: 0 1px !important;
}
.fc-grid .fc-event-time {
	font-weight: normal;
}
.fc-event-time-end {
	display: none;
}
@media only screen and (min-width: 768px) {
	.fc-event-inner {
		padding: 5px !important;
	}
    .fc-widget-content &gt; div {
		padding: 3px !important;
	}
	.fc-grid .fc-day-content {
		padding: 2px 2px 1px !important;
	}
	.fc-event-title {
		display: block;
	}
	.fc-event-time-end {
		display: inline;
	}
}

.select-calendar-event-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.select-calendar-event-title button {
	padding: 0;
	background: transparent;
	color: var(--body-title);
	border: none;
	text-align: center;
	font-size: 20px;
}
.select-calendar-event-title button &gt; i {
	padding-left: 5px;
	font-style: normal;
	font-size: 1em;
	line-height: 1em;
}

.checkout-box-loader {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: var(--box-bg);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.payment-product {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	gap: 20px;
	text-align: center;
}

.payment-people {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	gap: 10px;
}
.payment-people strong {
	font-size: 16px;
}
.payment-people .button-container {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.payment-people button.more, .payment-people button.less {
	padding: 0px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	border: 1px solid #485a70;
	border-radius: 100% !important;
	margin: 0 !important;
	position: relative;
	transform: translate(0,0) !important;
	background-color: transparent;
	transition: background-color 0.3s, border-color 0.3s;
}
.payment-people button.more, .payment-people button.less {
	color: #485a70;
	border-color: #485a70;
}
.payment-people button.more:hover, .payment-people button.less:hover {
	background-color: #485a70;
	border-color: #485a70;
	color: var(--btn-primary-color, white);
}
.payment-people button.more:active, .payment-people button.less:active {
	box-shadow: none;
	background-color: #485a70;
	border-color: #485a70;
	color: var(--btn-primary-color, white);
}
.payment-people input.current_value {
	background-color: transparent;
	border: 0;
	width: 40px;
	height: 34px;
	line-height: 34px;
	font-size: 17px;
	margin: 0 !important;
	text-align: center;
}
.payment-people input.current_value{
	color: #485a70 !important;
}
@media only screen and (min-width: 480px) {
	.payment-product {
		flex-direction: row;
		align-items: flex-end;
		text-align: inherit;
	}
	.payment-product .service-cost {
		text-align: right;
	}
	.payment-people {
		flex-direction: row;
	}
}
</pre></body></html>