@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//shuttle1.amrlimo.ch/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.6.0") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: rgb(55,102,120);
	--wd-alternative-color: rgb(38,56,61);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(43,106,126);
	--btn-default-bgcolor-hover: rgb(28,52,62);
	--btn-accented-bgcolor: rgb(28,52,62);
	--btn-accented-bgcolor-hover: rgb(43,106,126);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #2b6a7e;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://shuttle1.amrlimo.ch/wp-content/uploads/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: url(https://shuttle1.amrlimo.ch/wp-content/uploads/amr-page-title-bus.jpg);
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(255,255,255);
	background-image: none;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-brd-color: rgb(43,106,126);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


/* Tabs dauerhaft offen – klick deaktiviert */
.wd-accordion-item .wd-accordion-title.tab-title-description {
    pointer-events: none;
    cursor: default;
}

.wd-accordion-item .wd-accordion-opener {
    display: none;
}

/* Stelle sicher, dass der Inhalt immer sichtbar ist */
.woocommerce-Tabs-panel--description {
    display: block !important;
    max-height: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}





div#product-28376 .wd-nav-wrapper.wd-nav-tabs-wrapper.text-center,
div#product-27836 .wd-nav-wrapper.wd-nav-tabs-wrapper.text-center {
    display: none;
    visibility: hidden;
}



.main-page-wrapper {
    min-height: calc(100vh - 345px);
}

form.checkout_coupon.woocommerce-form-coupon { display: flex !important ; }


div.quantity input.minus:hover {
    color: #fff;
   background-color: #104c96 !important;
   border-color:#104c96 !important;
}



/*
.woocommerce-message {
	display: none !important;
	visibility: hidden !important;
}
*/

input#coupon_code {
    text-transform: uppercase;
}

/* Woo Messages */
:is(.woocommerce-error), .mc4wp-error {
    background-color: #e15252;
    background: linear-gradient(135deg, #e15252 0%, red 100%) !important;
    color: var(--notices-warning-color);
}
:is(.wd-notice.wd-warning), .wpcf7 form:not(.sent) .wpcf7-response-output, .mc4wp-notice {
    background-color: var(--notices-warning-bg);
    background: linear-gradient(135deg, var(--notices-warning-bg) 0%, #ffac00 100%) !important;
    color: var(--notices-warning-color);
}
:is(.woocommerce-message) {
    background-color: var(--notices-success-bg);
    background: linear-gradient(135deg, var(--notices-success-bg) 0%, #009688 100%) !important;
    color: var(--notices-warning-color);
}

/* .woocommerce-info, .woocommerce-info.hidden-notice {
	border-radius: 9px !important;
} */
:is(.woocommerce-error, .woocommerce-info, .woocommerce-message):before, 
.wd-notice.wd-warning:before, .wpcf7 form:not(.sent) .wpcf7-response-output:before, .mc4wp-error:before, .mc4wp-notice:before {
    transform: scale(1.8);
}

.woocommerce-error, .woocommerce-info, .woocommerce-message, 
.wd-notice.wd-warning, .wpcf7 form:not(.sent) .wpcf7-response-output, .mc4wp-notice, .mc4wp-error {
/* 	border-radius: 9px !important; */
	border-radius: var(--wd-form-brd-radius);
}




/* Scanner */
#qr-reader video, #qr-reader canvas {
    box-shadow: 0px 0px 4px 4px #ccc;
    border-radius: 8px; 
}


/* Checkout */
.payment_box.payment_method_stripe p {
    display: none;
}


.checkout-coupon-toggle .woocommerce-info:before {
	background-image: url(https://devshut1.amrlimo.ch/wp-content/uploads/voucher.svg);
	background-size: 20px 20px;
	display: inline-block;
	width: 20px;
	height: 22px;
	content: "";
	filter: invert(1);
}

.post-11 .checkout-coupon-toggle .woocommerce-info, 
.post-28278 .checkout-coupon-toggle .woocommerce-info {
	background-color: #255687;
	color: var(--notices-warning-color);
}

.wd-checkout-prod-cont .quantity :is(input[type="button"],input[type="number"],input[type="text"]) {
	height: 42px;
	width: 20%;
}

.coupon-form h3 {
    text-transform: uppercase;
}

.custom-coupon-form {
	margin-top: 20px;
	/*  
	padding: 15px;
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 5px;
	*/
}

.custom-coupon-form form {
	display: flex;
	gap: 10px;
}

.custom-coupon-form input.input-text {
	float: left;
	width: 100%;
	max-width: 100%;
}

.custom-coupon-form button.button {
	float: right;
	background: linear-gradient(135deg, #104c97 0%, #395f76 100%);
	border-radius: var(--btn-accented-brd-radius);
	color: var(--btn-accented-color);
	box-shadow: var(--btn-accented-box-shadow);
	white-space: nowrap;
	width: 100%;
	max-width: 100%;
}

.coupon-button {
	background: linear-gradient(135deg, #104c97 0%, #395f76 100%);
	color: #fff;
	padding: 5px 28px;
	width: 100%;
	font-size: 14px;
	border-radius: var(--btn-accented-brd-radius);
}


#manual-ticket-code{
	padding: 10px; 
	width: 50%;
	margin: 10px;
}

input#manual-ticket-code {
	text-align: center; 
	text-transform: uppercase;
}

.client-validate-button {
	background-color: #002c51;
	background: linear-gradient(135deg, #104c97 0%, #395f76 100%);
	color: #fff;
	padding: 5px 28px;
	width: 50%;
	font-size: 14px;
	border-radius: var(--btn-accented-brd-radius);
	margin: 10px;
	cursor: pointer;
}

#order-table {
	width: 50%;
	border-collapse: collapse; 
	margin: 20px auto; 
	font-size: 16px; 
	font-weight: normal;
}

#order-table tr:nth-child(odd) td, tbody tr.odd td {
    background: #eaeaea;
}

/* .website-wrapper :is(.woocommerce-form-coupon-toggle,.woocommerce-form-login-toggle)>div {
	font-size: 2rem !important;
} */

@media (min-width: 992px) {
	div.quantity {
		margin-right: 10px;
	}
	div.quantity {
/* 		min-width: 100%; */
		min-width: 586px;
		max-width: 150%;
	}
	div.quantity input[type="button"] {
		width: 25%;
	}
	div.quantity input[type="number"] {
		width: 50%;
	}
	button#wd-add-to-cart {
/* 		min-width: 100%; */
		min-width: 586px;
		max-width: 150%;
		font-size: 1rem;
	}

	.post-10 div.quantity input[type="button"], 
	.post-10 div.quantity input[type="number"],
	.post-28278 div.quantity input[type="button"], 
	.post-28278 div.quantity input[type="number"],
	.post-28277 div.quantity input[type="button"], 
	.post-28277 div.quantity input[type="number"] {
		width: 33% !important;
	}
	.post-10 div.quantity,
	.post-28278 div.quantity,
	.post-28277 div.quantity {
		min-width: unset !important;
		max-width: unset !important;
	}

}

form.checkout_coupon.woocommerce-form-coupon {
	width: 100% !important;
	max-width: 100%;
	border-radius: var(--wd-form-brd-radius);
}

/*Warenkorb keine Bilder*/
.post-10 tr.woocommerce-cart-form__cart-item.cart_item .td.product-thumbnail img, 
.post-10 tr.woocommerce-cart-form__cart-item.cart_item th.product-thumbnail,
.post-28277 tr.woocommerce-cart-form__cart-item.cart_item .td.product-thumbnail img, 
.post-28277 tr.woocommerce-cart-form__cart-item.cart_item th.product-thumbnail {
	display: none !important;
	visibility: hidden !important;
}
.post-10 table.shop_table.shop_table_responsive.shop-table-with-img.cart.woocommerce-cart-form__contents img,
.post-28277 table.shop_table.shop_table_responsive.shop-table-with-img.cart.woocommerce-cart-form__contents img {
	display: none !important;
	visibility: hidden !important;
}
table.shop_table.shop_table_responsive.shop-table-with-img.cart.woocommerce-cart-form__contents thead tr th {
	text-align: center !important;
}



/* Checkout Zähler */
.post-28277 span.cart-product-label {
	font-weight: bold;
}
.post-11 div.quantity, 
.post-28278 div.quantity {
	min-width: 250px !important;
	max-width: 100% !important;
}
.post-11 .wd-checkout-prod-cont .quantity :is(input[type="button"],
.post-11 input[type="number"],
.post-11 input[type="text"]),
.post-28278 .wd-checkout-prod-cont .quantity :is(input[type="button"],
.post-28278 input[type="number"],
.post-28278 input[type="text"]) {
	height: 48px;
}
.post-11 div.quantity input[type="number"],
.post-28278 div.quantity input[type="number"] {
	width: 60px;
}
.woocommerce-notices-wrapper ul.woocommerce-error li {
	display: block;
}
.woocommerce-notices-wrapper ul.woocommerce-error li a strong {
	text-decoration: underline;
}

.gm-iv-address-description, .gm-iv-address-link, .gm-iv-vertical-separator, .gm-iv-address, .gm-iv-marker, .gm-iv-vertical-separator {
	display: none;
	visibility: hidden;
}

ul.woocommerce-error li a {
	display: contents;
}

.whb-top-bar,
.whb-header-bottom, 
a.checkout-button.button.alt.wc-forward, 
.cart-totals-inner .checkout-button, #place_order {
background: linear-gradient(135deg, rgb(0 44 81) 0%, #1c343e 100%);
}

/*
.whb-top-bar {
	background-color: #d0021b;
	text-align:center !important;
}
*/
.whb-header-bottom, .wd-buy-now-btn,.checkout_coupon .button, 
a.checkout-button.button.alt.wc-forward, 
.cart-totals-inner .checkout-button, #place_order, .coupon-button {
	background: linear-gradient(135deg, #104c97 0%, #395f76 100%);
	font-size: 1rem;
}
.top-mail-phone a {
	font-size: 14px;
}


.product-images {
	display: none;
	visibility: hidden;
}


.attachment-woocommerce_thumbnail,
.size-woocommerce_thumbnail, 
.wd-carousel-item.wd-active img,
tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail a img {
	border-radius: 15px 15px 0px 0px;
}

select#lpac_dps_pickup_time {
	height: auto !important;
	padding: 0 15px;
	height: 42px;
	text-align: start;
	font-size: 14px;
	line-height: 38px;
	margin-bottom: 2rem;
}

.marg2{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.mt3 {
	margin-top: 3rem;
}
.mb3 {
	margin-bottom: 3rem;
}
.mt2 {
	margin-top: 2rem;
}
.mb2 {
	margin-bottom: 2rem;
}
.mt1 {
	margin-top: 1rem;
}
.mb1 {
	margin-bottom: 1rem;
}

.center{
	text-align:center;
}


.cff_custom_fields p.form-row.form-row-first {
    padding-right: 0px !important;
}

input[type="date"], 
input[type='time'] {
	-webkit-appearance : none;
	padding: 0 15px;
	max-width: 100%;
	width: 100%;
	height: var(--wd-form-height);
	border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
	border-radius: var(--wd-form-brd-radius);
	background-color: var(--wd-form-bg);
	box-shadow: none;
	color: var(--wd-form-color);
	vertical-align: middle;
	font-size: 14px;
	transition: border-color .5s ease;
}



.woocommerce-product-details__short-description {
	font-size: 18px !important;
    margin-bottom: 60px !important;
}

li#tab-title-wd_custom_tab a span {
	visibility: hidden;
	display: none;
}

table.amrtimetable * {
	text-align: center;
}


/* Für Desktop (größere Bildschirme) */
@media screen and (min-width: 768px) {
	table.amrtimetable thead {
		visibility: hidden;
		display: none;
	}
	.senkrechter-text {
		visibility:visible;
	}
}

/* Für Mobile (kleinere Bildschirme) */
@media screen and (max-width: 767px) {
	table.amrtimetable thead {
		visibility: visible;
	}
	.senkrechter-text, 
	.remove-col {
		visibility:hidden;
		display: none;
	}
}

table.amrtimetable th {
	border: none;
}

.woocommerce-thankyou-order-received {
	border: 2px dashed #395f76 !important;
	color: #395f76 !important;
}

.page-id-27612 footer.footer-container.color-scheme-dark {
	border:none !important;
	/*     border-top: 1px solid #395f76 !important; */
}
/*
.postid-27635 .site-content,
.postid-27836 .site-content,
.postid-28357 .site-content,
.postid-28376 .site-content,
.postid-27836 .site-content,
.page-id-1146 .site-content,
.page-id-28344 .site-content,
.page-id-xxxxx .site-content {
margin-bottom: 0 !important;
}
*/
#product-27635 .product-tabs-wrapper,
#product-27836 .product-tabs-wrapper,
#product-28357 .product-tabs-wrapper,
#product-28376 .product-tabs-wrapper,
#product-27836 .product-tabs-wrapper {
	border-top: none;
}

.page-id-11 .gpay-card-info-container.black, 
.page-id-11 .gpay-card-info-animation-container.black,
.page-id-28278 .gpay-card-info-container.black, 
.page-id-28278 .gpay-card-info-animation-container.black {
	background-color: #012d51 !important;
	background: linear-gradient(135deg, rgb(0 44 81) 0%, #1c343e 100%) !important;
}



select.orderby {
	display: none;
}

.product-tabs-wrapper {
	border-bottom: none !important;
}

footer.footer-container.color-scheme-dark {
	border-top: 1px solid #395f76 !important;
}

.copyrights-wrapper {
/* 	border-top: 1px solid #ffc48d !important; */
	border-image: linear-gradient(to right, #104c97, #395f76) 1 0 0 0;
}

.tiketat-conainer{
	display: flex; 
	flex-wrap: wrap; 
	justify-content: center; 
	gap: 20px; 
	margin-top: 20px;
}
/*
.qr-thank-you {
width: 250px;
border-bottom: 1px solid #395f76;
border-radius: 10px;
padding: 15px;
text-align: center;
background-color: #f9f9f9;
background: linear-gradient(0deg, #f1f1f1 0%, #fff 100%);
box-shadow: 1px 1px 3px 0px #395f76;
}
*/

.qr-thank-you {
	width: 250px;
	border-bottom: 2px solid #395f76;
	border-radius: 10px;
	text-align: center;
	background-color: #f1f1f1;
}
.qr-thank-you a img {
	margin-top: 20px !important;
}
.ticketRip {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.circleLeft {
	width: 12px;
	height: 24px;
	background-color: #ffffff;
	border-radius: 0 12px 12px 0;
}
.ripLine {
	width: 100%;
	border-top: 3px solid #ffffff;
	border-top-style: dashed;
}
.circleRight {
	width: 12px;
	height: 24px;
	background-color: #ffffff;
	border-radius: 12px 0 0 12px;
}

.soriax.woocommerce-thankyou-order-received {
	color: #D64000 !important;
	border: 2px dashed #D64000 !important;
}

.wpcf7-submit{
	background: linear-gradient(135deg, rgb(0 44 81) 0%, #1c343e 100%);
	display: flex;
	padding: 5px 28px;
	min-height: 48px;
	font-size: 14px;
	border-radius: 35px;
	color: #fff;
	box-shadow: none;
	background-color: transparent;
}


/* Scanner*/
div#reader_options {
	display: none;
}


.senkrechter-text {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	text-align: center;
	transform: rotate(0deg);
	padding: 8px;
	border-bottom: none;
	vertical-align: middle;
}

.toairport-riss:before, .toairport-riss:after,
.tohotel-riss:before, .tohotel-riss:after {
	content: "";
	position: absolute;
	height: 6px;
	width: 100%;
}
a.toairport-riss:after {
	bottom: -6px;
	background: radial-gradient(circle, transparent, transparent 50%, #004b9c 50%, #004b9c 100%) -7px -2px / 16px 16px repeat-x
}
a.tohotel-riss:after {
	bottom: -6px;
	background: radial-gradient(circle, transparent, transparent 50%, #135f77 50%, #135f77 100%) -7px -2px / 16px 16px repeat-x;
}

.woocommerce-table--order-details tfoot tr:last-child th, 
.woocommerce-table--order-details tfoot tr:last-child td>.amount {
	font-size: inherit;
}@media (min-width: 1025px) {
	/* Checkout */
.post-11 :is(.woocommerce-error, .woocommerce-info, .woocommerce-message), 
.post-28278 :is(.woocommerce-error, .woocommerce-info, .woocommerce-message), 
.post-11 .website-wrapper :is(.woocommerce-form-coupon-toggle,.woocommerce-form-login-toggle)>div, 
.post-28278 .website-wrapper :is(.woocommerce-form-coupon-toggle,.woocommerce-form-login-toggle)>div, 
.wd-notice.wd-warning, .wpcf7 form:not(.sent) .wpcf7-response-output, .mc4wp-notice, .mc4wp-error {
	font-size: 1.17rem;
}

/* Danke Seite */
.woocommerce-order:not(.wd-with-extra-content) {
	margin: 0 auto;
	max-width: 100% !important;
}
.woocommerce-order-details, .woocommerce-customer-details {
	max-width: 900px !important;
	margin: 40px auto;
}
.wc-payment-gateway-method-logo-wrapper {
	display: inline-block;
}

/* Thumbnails grösser im Warenkorb
tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail a img {
min-width: 180px !important;
max-width: 210px !important;
}
*/
}

@media (min-width: 768px) and (max-width: 1024px) {
	.close-side-widget.wd-action-btn.wd-style-text.wd-cross-icon a:nth-of-type(1) {
  display: none;
}

}

@media (min-width: 577px) and (max-width: 767px) {
	.close-side-widget.wd-action-btn.wd-style-text.wd-cross-icon a:nth-of-type(1) {
	display: none;
}

.wd-accordion.wd-style-default:before {
	border: unset;
}

/* .min-footer .col-right {
	display:none;
} */
}

@media (max-width: 576px) {
	#order-table {
	width: 100%;
}

@media (max-width: 576px) {


	#manual-ticket-code, 
	.client-validate-button {
		width: 100% !important;
	}


	/* Checkout */
	.woocommerce-billing-fields h3 {
		text-align: center;
	}

	.min-footer .col-right {
		margin-top: 20px;
		/*display:none;*/
	}

	.website-wrapper :is(.woocommerce-form-coupon-toggle,.woocommerce-form-login-toggle)>div
	.post-11 :is(.woocommerce-error, .woocommerce-info, .woocommerce-message), 
	.post-28278 :is(.woocommerce-error, .woocommerce-info, .woocommerce-message),
	.post-11 .website-wrapper :is(.woocommerce-form-coupon-toggle,.woocommerce-form-login-toggle)>div,
	.post-28278 .website-wrapper :is(.woocommerce-form-coupon-toggle,.woocommerce-form-login-toggle)>div {
		font-size: 1.1rem;
	}
	input#custom_coupon_code {
		margin-bottom: 20px;
	}


	div.quantity {
		margin-right: 5px;
	}

	div.quantity input[type="button"] {
		min-width: 57px;
		max-width: 70px;
		height: 42px;
	}

	div.quantity input[type="number"] {
		width: 50px;
		height: 42px;
	}

	button#wd-add-to-cart {
		width: 48%;
		font-size: 14px !important;
	}

	.post-10 div.quantity input[type="button"], 
	.post-10 div.quantity input[type="number"],
	.post-28277 div.quantity input[type="button"], 
	.post-28277 div.quantity input[type="number"] {
		height: 42px;
	}
	.post-10 div.quantity,
	.post-28277 div.quantity {
		margin: 10px 0;
	}

}

.mobile-language-flag a img {
	width: 30px;
	height: auto;
}


.mobile{
	display: inline-block;
} 

/* .product-tabs-wrapper .wd-accordion-item {
display: none;
visibility: hidden;
} */


.product-tabs-wrapper .wd-accordion-item {
	display: block !important;
	visibility: visible !important;
}







.wd-accordion.wd-style-default:before {
	border: unset !important;
	border: none !important;
}

.page-id-10 .shop-table-with-img tr {
	padding-inline-start: 0px;
}

.page-id-10 td.product-thumbnail {
	display: none;
}

.woocommerce-additional-fields {
	display: none;
}


tr.order-total th, 
tr.order-total strong .amount {
	font-size: 117%;
}



.close-side-widget.wd-action-btn.wd-style-text.wd-cross-icon a:nth-of-type(1) {
	display: none;
}

.senkrechter-text {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	text-align: center;
	transform: rotate(0deg);
	padding: 8px;
	border-bottom: none;
	vertical-align: middle;
}


.hidden-phone{
	display: none !important;
}


}

