/* Messages */
.catalogsearch-result-index .messages.container,
.catalog-category-view .messages.container {
	padding-left: 0px !important;
	padding-right: 0px !important;
	border-radius: 0.25rem;
}

.catalog-category-view .page-main,
.catalogsearch-result-index .page-main {
	margin-top: 1rem !important;
}

.catalog-category-view .page-header,
.catalogsearch-result-index .page-header {
	margin-bottom: 2rem !important;
}

#algolia-right-container {
	margin-top: 20px;
}

/* Search fix */
.algolia-autocomplete {
	width: 100%;
}

.algoliasearch-autocomplete-price .before_special {
	font-size: .875rem;
	text-decoration: line-through;
	margin-left: 5px;
}

.aa-dataset-products .aa-suggestions .aa-suggestion .algoliasearch-autocomplete-price {
	height: 20px;
}

/* Store switcher fix */
.copyright-store-switcher .absolute {
	z-index: 999;
}

/* Banners fix */
.swiper-slide.banner-slide p,
.swiper-slide.banner-slide a,
.swiper-slide.banner-slide picture {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	height: 100%;
	width: 100%
}

.swiper-slide.banner-slide img {
	object-fit: cover;
	min-width: 100%;
	min-height: 100%
}

.swiper-slide.banner-sale img {
	object-position: right
}

.swiper-slide a {
	display: block;
	position: relative;
}

.swiper-slide .additional-label {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 20px;
	background-color: rgba(255, 255, 255, 0.7);
	cursor: pointer;
}

.swiper-slide .additional-text {
	padding: 15px 0px;
	font-size: 0.9em;
}

.primary {
	.banner-button {
		background-color: #2368C5;
		padding: 6px 20px;
		margin-right: 20px;

		&:hover {
			background-color: #004AA5;
		}

		span {
			font-size: 20px;
		}

		.more {
			font-weight: bold;
			margin-left: 20px;
			border-radius: 25px;
			padding: 1px 11px;
			background-color: white;
			color: #2368C5;
		}
	}
}

/* IMG width / height FIX */
.hp-categories-block>picture>img,
.swiper-slide.banner-slide>picture>img,
.brands-slider .swiper-slide a img,
div.py-4>p>picture>img,
.banner-slider .swiper-slide>picture>img {
	aspect-ratio: attr(width) / attr(height);
}

/* Products placeholders */
.product-item-photo-placeholder {
	display: inline-block;
	width: 100%;
	min-height: 172px;
	background-color: #f2f2f2;
}

.text-list-subname-placeholder {
	display: block;
	width: 100%;
	background-color: #f2f2f2;
}

.border-list-addtocart-placeholder {
	border-color: #f2f2f2 !important;
}

/* Marken A-Z category */
.a-z-category {}

.a-z-category .thumbnails-marken {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 1rem;
}

.a-z-category .thumbnails-marken li {
	border: 1px solid #f2f2f2;
	text-align: center;
}

.a-z-category .thumbnails-marken li a {
	display: block;
	margin: 1rem;
}

.a-z-category .thumbnails-marken li a img {
	display: inline;
}

.a-z-category p,
.a-z-category table p {
	margin-bottom: 15px;
}

.a-z-category table a {
	color: #1f5d7f;
}

/* Blog */
.blog-page h1,
.blog-category-view h1,
.blog-page.blog-post-view h1 {
	text-align: center;
}

.blog-page .category-content {
	margin-bottom: 1rem;
}

.blog-page .block-categories .accordion {
	margin-bottom: 1rem;
}

.blog-page .block-categories .accordion ul {
	margin-left: 1rem;
}

.blog-page .block-categories .accordion li {
	margin-bottom: 1rem;
}

.blog-page .block-categories .accordion li ul li {
	margin-bottom: 0rem;
}

/* Gallery */
.catalog-product-view #thumbs {
	width: 100% !important;
	max-width: 320px;
	margin: auto;
}

.catalog-product-view .thumbs-button-prev {
	left: -20px;
	top: 65px;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	z-index: 9999;
	transform: rotate(-90deg);
}

.catalog-product-view .thumbs-button-next {
	right: -20px;
	top: 65px;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	z-index: 9999;
	transform: rotate(-90deg);
}

#gallery #thumbs a {
	padding: 11px;
	border: 0px;
}

#gallery #thumbs a img {
	border: 1px solid #dadada;
	border-radius: 5px;
}

#gallery #thumbs a.border-gray-50 img {
	border-color: #1f5d7f !important;
}

#gallery img {
	background-color: white;
}

#cookiescript_badge {
	display: none !important;
}

.add-to-cart-wrap {
	display: flex;
	justify-content: space-between;
}

.btn-wishlist {
	background-color: #FAFAFA;
	padding: 5px;
}

/* Checkout */
.checkout-payment-method #discount-code-error {
	position: absolute;
	margin-top: 55px;
	margin-left: 25px;
	font-size: 13px;
	color: #b40825;
}

/* Navigation fix */
.desktop-main-submenu {
	min-width: 760px;
}

/* Out of stock option */
button.out-of-stock {
	cursor: auto !important;
	color: #cccccc !important
}

button.out-of-stock .price {
	color: #cccccc !important
}

button.out-of-stock .bg-header-nlbutton {
	background-color: #ddd !important
}

button.out-of-stock:hover {
	border: 1px solid #f3f4f6 !important;
}

button.out-of-stock .option-check {
	opacity: 0.2 !important;
}

.configurable-item.configurable-stock-0 {
	border: 1px solid #cccccc;
	cursor: default;
}

.configurable-item.configurable-stock-0 .configurable-simple-item-savings {
	background-color: #ddd !important;
	color: #fff !important
}

.configurable-item.configurable-stock-0 a {
	pointer-events: none
}

.configurable-item.configurable-stock-0 .clear-both {
	color: #cccccc !important;
}

/* Loyalty program */
.loyalty-program {
	z-index: 99999;
}

.customer-group-1 .bg-list-label,
.customer-group-1 #product-options-wrapper .btn-conf:not(.out-of-stock) .bg-header-nlbutton,
.customer-group-1 .result-content .result-thumbnail .bg-header-nlbutton,
.customer-group-6 #product-options-wrapper .btn-conf:not(.out-of-stock) .bg-header-nlbutton,
.customer-group-6 .result-content .result-thumbnail .bg-header-nlbutton,
.customer-group-7 .configurable-items-content .configurable-item.active-item {
	border-color: #c0c0c0 !important
}

.customer-group-7 .configurable-simple-item-savings,
.customer-group-7 #product-options-wrapper .btn-conf:not(.out-of-stock) .bg-header-nlbutton,
.customer-group-7 .result-content .result-thumbnail .bg-header-nlbutton,
.customer-group-7 .bg-list-label {
	background-color: #c0c0c0 !important
}

.customer-group-8 .configurable-items-content .configurable-item.active-item {
	border-color: #d9d6a0 !important
}

.customer-group-8 .configurable-simple-item-savings,
.customer-group-8 #product-options-wrapper .btn-conf:not(.out-of-stock) .bg-header-nlbutton,
.customer-group-8 .result-content .result-thumbnail .bg-header-nlbutton,
.customer-group-8 .bg-list-label {
	background-color: #d9d6a0 !important
}

.header-loyalty-badge {
	margin-top: 12px;
	padding-bottom: 15px;
}

.loyalty-program-status-bar-marker .arrow-down {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 13px solid #e5e7eb;
}

.cms-mein-bonus #maincontent>.columns {
	clear: both;
}

.cms-mein-bonus .text-secondary-darker {
	display: none;
}

.totals-loyalty-program a {
	padding-left: 1rem;
	width: auto !important;
	height: 45px !important
}

.totals-loyalty-program span {
	height: 45px !important;
	line-height: 45px;
	float: right;
}

.totals-loyalty-program strong.total-label {
	height: 45px !important;
	line-height: 45px;
	float: right;
	padding-right: 2rem;
}

.opc-block-summary .totals-tax-summary {}

.checkout-index-index .opc-block-summary .data.table.table-totals .totals-tax-summary td,
.checkout-index-index .opc-block-summary .data.table.table-totals .totals-tax-summary th {
	font-size: 0.8rem !important
}

.checkout-index-index .opc-block-summary .data.table.table-totals .totals-tax-summary .mark {
	text-align: right !important;
}

#header-loyalty-info {
	right: 0;
	min-width: 250px;
	margin-top: 10px;
}

#header-loyalty-info h3 {
	line-height: 1rem;
}

#header-loyalty-info .current-badge {
	padding-bottom: 10px !important;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #dee3e8;
}

#header-loyalty-info .level-badge {
	padding-bottom: 10px !important;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #dee3e8;
}

#header-loyalty-info .level-badge a {
	width: auto !important;
	height: 30px !important;
	padding: 0px 15px !important;
	min-width: auto !important;
	font-size: 0.9em !important
}

#header-loyalty-info .level-badge svg {
	width: 15px !important;
	height: 15px !important;
	margin-right: 8px !important;
	margin-top: -2px;
}

#header-loyalty-info .name-badge {
	padding-bottom: 10px !important;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #dee3e8;
	line-height: 30px !important
}

#header-loyalty-info .name-badge a {
	width: 30px !important;
	height: 30px !important;
	margin-right: 15px;
	padding: 0px 6px !important
}

#header-loyalty-info .name-badge svg {
	width: 15px !important;
	height: 15px !important;
	margin-right: 0px !important;
	margin-top: -2px;
	margin-left: 2px;
}

.max-revenue-level {
	font-size: 16px !important;
	display: block;
	line-height: 20px;
	margin-top: 5px;
}

/* DOB picker */
.dob-picker {
	background-color: #eeeeee
}

.dob-picker select {
	width: 49%
}

.dob-select {
	border-color: #6b7280;
	border-width: 1px;
	font-size: 1rem;
	line-height: 1.5rem;
	width: 100%;
	padding: .5rem .75rem .5rem 1.5rem;
	max-width: 42rem;
	height: 50px;
	border-radius: 25px;
}

/* Custom auto related products rules */
.aw-arp-container {
	opacity: 1 !important;
}

.detail-page-upsell .aw-arp-container__title {
	display: none !important;
}

.detail-page-related {
	margin-bottom: 20px;
}

/* Checkout address list */
#checkout-step-shipping .shipping-address-items {
	height: 240px;
	overflow-y: scroll;
}

/* Cart */
.checkout-cart-index.overflow-hidden {
	opacity: 0.3;
}

.checkout-cart-index .gift-options-component {
	display: none !important;
}

.checkout-cart-index .cart-totals.relative .border-container.cursor-pointer {
	margin-top: 0px !important;
}

.checkout-cart-index .cart-totals.relative .border-container.cursor-pointer .text-right.justify-end.items-center,
.checkout-cart-index .cart-totals.relative .border-container.cursor-pointer .text-left.items-center {
	display: none !important;
}

.checkout-cart-index .freeshipping-block {
	margin-right: 10px;
	padding: 25px;
	border-radius: 0 0 15px 15px;
}

.checkout-cart-index .freeshipping-block #progress-bar {
	margin-right: 10px;
	background-color: #2369c45c;
	border-radius: 5px;
	height: 20px;
	width: 94%;
}

.checkout-cart-index .freeshipping-block .progress {
	background-color: #2369c4;
	border-radius: 5px 0 0 5px;
	height: 20px;
}

.checkout-cart-index .freeshipping-block .progress-wrap {
	display: flex;
}

.checkout-cart-index .cart-summary {
	width: 430px;
}

.checkout-cart-index .form-cart .action-edit {
	display: none;
}

.checkout-cart-index .fieldset.coupon .control,
.checkout-cart-index .fieldset.coupon .form-input {
	width: 275px;
}

.checkout-cart-index .form-cart .table-row-items {
	padding: 5px;
	margin: 10px 20px 20px 0;
	--tw-shadow: 0px 2px 12px #34343433;
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	border-radius: 10px;
}


.freegift-wrap .freegift-button {
	width: 301px;
	margin: 0 auto;
	font-weight: 600;
}

.ampromo-popup-wrapper,
.freegift-wrap div[role="dialog"] {
	width: 75%;
	max-height: 55%;
}

.ampromo-popup-wrapper,
.freegift-wrap div[role="dialog"] .product-item {
	height: 420px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.ampromo-popup-wrapper,
.freegift-wrap div[role="dialog"] .ampromo-item-image {
	max-height: 205px;
	max-width: 205px;
	height: auto;
	width: auto;
	order: 1;
}

.ampromo-carousel-product .items-start {
	order: 6;
	margin: 15px 0 5px;
}

.ampromo-carousel-product .ampromo-options {
	order: 2;
}

.ampromo-carousel-product .price-box {
	order: 3;
	padding-right: 0;
}

.ampromo-carousel-product .flex.items-center.justify-center {
	order: 4;
}

.ampromo-carousel-product .btn-primary {
	border: none;
	opacity: 1;
	border-radius: 0;
	font-size: 1rem;
	line-height: 50px;
}

.ampromo-carousel-product .btn-primary:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(0 74 165 / var(--tw-bg-opacity));
}

.cms-home .brands-slider.swiper-container {
	overflow-y: hidden;
	max-height: 100px;
}

.cms-home .brands-slider.swiper-container .swiper-wrapper {
	display: none;
}

.cms-home .brands-slider.swiper-container.swiper-container-initialized .swiper-wrapper {
	display: flex;
}

@media only screen and (max-width: 1387px) {
	.checkout-cart-index .cart-summary {
		width: 260px;
	}

	.checkout-cart-index .fieldset.coupon .control,
	.checkout-cart-index .fieldset.coupon .form-input {
		width: 116px;
	}

	.checkout-cart-index .container {
		max-width: unset;
	}
}

@media only screen and (max-width: 1189px) {
	.checkout-cart-index .form-cart .summary-item {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1089px) {
	.checkout-cart-index .form-cart .summary-item {
		font-size: 13px;
		padding-left: 0;
	}
}

.w-full.space-x-4.ease-in-out>p:not(.minicart-subtotal) {
	font-size: 20px;
	color: #2369c4;
	font-weight: 600;
}

@media only screen and (max-width: 1279px) {
	.a-z-category .thumbnails-marken {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.a-z-category table tbody tr td {
		display: block;
		width: 20%;
		float: left;
	}

	.page-header .bg-header-nlbutton {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.page-header .bg-header-nlbutton span {
		font-size: 0.95rem;
	}

	.ais-HierarchicalMenu-count {
		display: none;
	}
}

@media only screen and (max-width: 1023px) {
	.checkout-cart-index .cart-wrapper {
		flex-direction: column;
	}

	.checkout-cart-index .cart-summary {
		width: 100%;
	}

	.checkout-cart-index .form-cart .grid-cols-7 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.checkout-cart-index .form-cart .summary-item {
		font-size: 14px;
		text-align: right;
	}

	.checkout-cart-index .fieldset.coupon .control {
		width: 100%;
	}

	.checkout-cart-index .fieldset.coupon .form-input {
		width: 100%;
	}

	.checkout-cart-index .form-cart .table-row-items {
		margin-right: 0;
	}

	.catalog-category-view .page-header,
	.catalogsearch-result-index .page-header {
		margin-bottom: 0rem !important;
	}

	.catalog-category-view .breadcrumbs,
	.catalogsearch-result-index .breadcrumbs {
		min-height: 90px !important;
		margin-top: 10px;
	}

	.catalog-category-view #instant-search-bar,
	.catalogsearch-result-index #instant-search-bar {
		max-width: 100% !important;
		width: 100% !important;
	}

	.catalog-category-view #instant-search-bar input,
	.catalogsearch-result-index #instant-search-bar input {
		max-width: calc(100% - 50px) !important;
		width: calc(100% - 50px) !important;
	}

	.a-z-category .thumbnails-marken {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.a-z-category table tbody tr td {
		width: 25%;
	}

	.catalog-product-view .thumbs-button-prev {
		top: 35px;
	}

	.catalog-product-view .thumbs-button-next {
		top: 35px;
	}



	.logo {
		display: block;
		position: relative;
		left: 17%;
		top: 10px;
		width: 100%;
		overflow: hidden;
	}

	.logo svg {
		height: 60px;
	}

	/* .logo {
		display: flex !important;
		position: relative;
		left: 0;
		top: 0px !important;
		width: 100%;
		overflow: visible;
		flex-wrap: nowrap;
		align-items: center;
	} */

	.copyright-links {
		text-align: center;
		padding-bottom: 15px;
	}

	.footer-copyright .border-content-line {
		text-align: center;
		justify-items: center;
	}

	.footer-links .border-content-line .grid {
		align-items: start;
		justify-items: start;
	}

	/* .logo svg {
		height: 25px !important;
		width: 100px !important;
		position: absolute;
		top: 0px;
		left: 58px;
	} */
	#header .basis-full .z-20 {
		z-index: 11 !important;
	}

	.bg-header-searchbutton {
		padding: 6px;
		width: 100%;
		justify-content: center;
		align-items: center;
	}

	.checkout-cart-index .freeshipping-block #progress-bar {
		width: 78%;
	}

	.bg-header-searchbutton svg {
		margin-top: 10px !important;
	}

	.checkout-cart-index .freeshipping-block {
		margin-right: 0px !important;
	}

	.continue-button .bg-header-searchbutton svg {
		margin-top: 0px !important;
	}

	.product-info-main {
		/* margin: 10px; */
	}

	.cart-form .cart-empty {
		padding: 10px;
	}

	.page-header .bg-header-nlbutton {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		height: 35px;
		width: 35px;
	}

	.product-item-photo .min-w-52 {
		min-width: 100% !important;

	}

	.dob-select {
		padding: 10px !important;
		font-size: 13px !important;
	}

	.form-create-account .self-center {
		width: 50% 136px;
		border: 1px solid #000;
		text-align: center;
		padding: 11px;
	}

	._1y0juye {
		inset: auto 10px 70px auto !important;
		z-index: 1 !important;
	}

	#header .mt-2 {
		margin-top: 0;
	}

	.footer-advantages .grid {
		justify-items: start;
	}

	.page-header .container .flex.basis-full div.relative.inline-block {
		max-height: 32px;
	}

	/* Header Icons */
	.page-header .container .flex.basis-full {
		order: 2;
		flex-basis: 40%;
		margin-left: auto;
		display: flex;
		justify-content: flex-end;
		align-items: flex-start;
		column-gap: 12px;
		padding-top: 15px;
	}

	.toolbar-sorter {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center !important;
		align-items: center !important;
	}

	.configurable-list-cart-desktop {
		position: relative !important;
		margin-top: 0 !important;
	}

	/* Customer Icon & Dropdown */
	.page-header .container .flex.basis-full svg {
		width: 1.8rem;
	}

	.page-header .container .flex.basis-full #menu-rewards-icon {
		order: 1;
	}

	.page-header .container .flex.basis-full .ml-1 {
		margin-left: 0;
		order: 2;
		padding-top: 5px;
	}

	.page-header .container .flex.basis-full #menu-wishlist-icon {
		order: 3;
	}

	.page-header .container .flex.basis-full #menu-newsletter-icon {
		display: none;
	}

	.page-header .container .flex.basis-full #menu-cart-icon {
		order: 4;
	}

	/* Search */
	.page-header .container .basis-full {
		order: 4;
		flex-basis: 88%;
		margin-left: 12%;
	}

	/* Main Navigation */
	/* div[x-ref="nav-mobile"]  */
	.page-header .container .min-h-screen .menu-icon {
		right: 0;
		top: -10rem;
	}

	#instant-search-pagination-container .ais-Pagination {
		width: 100%;
	}

	#instant-search-pagination-container .ais-Pagination-list {
		width: 100%;
	}

	/* .page-header .container .menu-icon {
		right: unset;
		top: -120px;
	} */

	.page-header .container .menu-icon {
		right: unset;
		top: -104px;
	}

	.page-header .container .menu-icon svg.block.p-3.fill-current {
		padding: 5px;
		width: 35px;
		height: 35px;
		background: none;
		border-radius: 15px;
		border: 2px solid #6b7280;
	}

	.page-header .container .menu-icon .flex a {

		background: none !important;
	}

	#search {
		font-size: 13px;
		border-radius: 12px;
	}

	.page-header>.h-12 {
		height: unset;
	}

	.cms-home .brands-container {
		display: none;
	}

	.page-header .container #search-content {
		margin-left: 0;
		flex-basis: 100%;
	}

	.logo svg {
		height: 35px !important;
		width: 100px;
	}
}

@media only screen and (max-width: 768px) {
	.cart-discount h2 {
		font-size: 16px;
	}

	.product-options .btn-conf .text-18px {
		font-size: 15px !important;
	}

	.amsearch-container .card-interactive {
		margin: 0px !important;
	}

	.bg-header-nlbutton {
		/* padding: 5px !important; */
	}

	#user_forgotpassword .bg-header-nlbutton.rounded-3xl,
	.customer-account-login a.rounded-3xl,
	.customer-account-login button.rounded-3xl {
		border-radius: 0;
		width: 100%;
		text-align: center;
		display: block;
	}

	.page-header .container .min-h-screen .menu-icon .flex .cursor-pointer svg {
		/* top:35px !important; */

	}

	.page-header .container .min-h-screen {
		position: relative;
	}

	.customer-account-login a.rounded-3xl {

		height: 100%;
	}

	.detail-page-upsell .swiper-button-prev:after,
	.detail-page-upsell .swiper-container-rtl .swiper-button-next:after,
	.detail-page-upsell .swiper-button-next:after,
	.detail-page-upsell .swiper-container-rtl .swiper-button-prev:after {
		font-size: 20px !important;
		background: #98959587 !important;
		border-radius: 20px;
		padding: 10px 15px;
		color: #fff !important;
	}

	.detail-page-upsell .swiper-container .swiper-wrapper .swiper-slide .bg-list-label,
	#last-viewed-products .container .swiper-slide .bg-list-label {
		width: auto !important;
		height: auto !important;
		padding: 6px 4px;
	}

	.detail-page-upsell .swiper-container .swiper-wrapper .swiper-slide .bg-list-label span,
	#last-viewed-products .container .swiper-slide .bg-list-label span {
		font-size: 12px;
	}

	.amsearch-container .amsearch-product-name {
		font-size: 14px;
	}

	.price-block {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		width: 100% !important;
	}

	.price-block .absolute {
		top: 0px !important;
		position: relative !important;
		right: -8px !important;
	}

	.page-header .container .menu-icon {
		right: unset;
		top: -104px !important;
	}

	.continue-button {
		text-align: center !important;
	}

	.logo {
		left: 0;
		top: 0px !important;
		width: 100%;
	}

	.logo svg {
		height: 25px !important;
		width: 100px !important;
		position: absolute;
		top: -4px;
		left: 58px;
	}

	.catalog-product-view {
		button.rounded-3xl {
			border-radius: 0;
			height: 100%;
			padding: 10px;
		}
	}

	#user_forgotpassword {
		padding: 0 5%;
	}

	#user_forgotpassword .back {

		border: 1px solid #000;
		width: 100%;
		display: block;
		height: 100%;
		padding: 10px;
		margin: 10px 0px;
		text-align: center;

	}

	.checkout-cart-index .cart-remove-item-block {
		position: relative;
		top: 0 !important;
		right: 0 !important;
	}

	#wishlist-view-form .product-item-wishlist-info-action-qty input {
		max-width: 50%;
		padding: 10px;
		text-align: center;
	}
.form-wishlist-items{
	padding: 0 1rem;
}
	#cart-drawer a.rounded-3xl {
		margin-bottom: 30px;
	}
.sidebar.sidebar-additional {
 
    padding: 1rem;
}
	.sidebar .account-nav,
	.block-dashboard-addresses .card {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.product-info-main .prose,
	.product-info-main .product-attributes {
		/* padding: 0.5rem; */
	}

	.product-info-main .col-span-10:has(.product-attributes),
	.product-info-main .col-span-10:has(.prose) {
		/* padding: 0.5rem; */
	}

	.column:has(#vamida_geoip_check_wrapper) {
		/* margin: 0px 5%; */
		/* width: 92%; */
		padding: 0 1rem;
	}

	.checkout-cart-index .form-cart .grid {
		display: flex;
		text-align: center;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		overflow: scroll;
	}

	.page-header .container .amsearch-container {
		width: 100%;
	}

	.page-header .container .am-search-sidebar {
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
		padding-top: 0;
	}

	.page-header .container .content-start>.am-search-content {
		display: none;
	}

	.page-header .am-search-sidebar .am-search-list {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.page-header .am-search-list .card-interactive {
		flex-direction: row;
		margin: 0;
	}

	.page-header .am-search-item-list {
		margin-bottom: 1rem;
	}

	.page-header .card-interactive .object-contain {
		max-width: 52px;
		max-height: 72px;
	}

	.page-header .card-interactive .discount-label {
		height: 2rem;
		width: 2rem;
		font-size: 12px;
		right: -10px;
	}

	.page-header .card-interactive .description {
		margin: 0;
	}

	.page-header .card-interactive .add-to-block {
		display: none;
		margin: 0;
	}

	.page-header .card-interactive .configurable-product {
		display: none;
	}

	.page-header .card-interactive .price-block svg {
		display: none;
	}

	.page-header .container .result-product-count {
		display: none;
	}

	.page-header .container .result-product-count-wrap {
		justify-content: end;
	}

	.page-header .amsearch-container .product-price {
		display: block;
	}
}

@media only screen and (min-width: 769px) {
	.page-header .amsearch-container .product-price {
		display: none;
	}

	.page-header .card-interactive .add-to-block {
		justify-content: space-between;
	}
}

@media only screen and (max-width: 767px) {

	.cms-home .page-main,
	.cms-home-de .page-main,
	.checkout-cart-index .page-main {
		margin-top: 1xp !important;
	}

	.top-container {
		display: none !important;
	}

	.page-main.container.px-6 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.catalog-category-view #instant-search-bar,
	.catalogsearch-result-index #instant-search-bar {
		top: -80px !important;
	}

	.catalog-category-view #instant-search-bar input,
	.catalogsearch-result-index #instant-search-bar input {
		padding-right: 10px !important;
	}

	.a-z-category .thumbnails-marken {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.a-z-category table tbody tr td {
		width: 33.33333%;
	}

	.blog-page .sidebar.sidebar-additional,
	.blog-page .page-main .column.main {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.post-categories::after,
	.post-categories::before {
		display: none !important;
	}

	.catalog-product-view .breadcrumbs ul {
		padding-bottom: 5px;
	}

	.catalog-product-view .product-info-main h1 {
		margin-top: 0px;
	}

	.catalog-product-view .product-info-main .px-5 {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	.label.label-warning.discount-label {
		font-size: 12px !important;
	}

	.catalog-product-view #maincontent>.columns {
		display: block !important;
	}

	.catalog-product-view .product-info-main h1 {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 639px) {
	.a-z-category .thumbnails-marken {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.a-z-category table tbody tr td {
		width: 50%;
	}

	/* Logo */
	.logo {
		display: block;
		position: relative;
		left: 0%;
		top: 10px;
		overflow: visible !important;
	}
}

@media only screen and (max-width: 464px) {

	/* Header Icons */
	.page-header .container .flex.basis-full .ml-1 {
		margin-left: 0;
	}

	.page-header .container .basis-full {
		margin-left: 16%;
	}

	.logo svg {

		left: 58px !important;
	}
}

@media only screen and (max-width: 479px) {
	.a-z-category .thumbnails-marken {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.a-z-category table tbody tr td {
		width: 100%;
	}

	button>.text-list-addtocartdiscount {
		font-size: 12px;
	}

	button .text-list-addtocartorig,
	button .text-list-addtocartdiscount .text-list-addtocartdiscount {
		font-size: 12px;
	}

	#search {
		font-size: 13px;
	}

	.magazine-block .text-18-px {
		font-size: 16px;
		line-height: 18px;
	}
}

@media only screen and (max-width: 409px) {
	.page-header .container a[id*="menu-rewards-icon"] {
		display: none;
	}
}

@media only screen and (max-width: 400px) {
	button>.text-list-addtocartdiscount {
		float: left;
		margin-left: 14px;
	}

	.border-list-addtocartdiscount svg {
		right: 10px;
	}

	.page-header .container .flex.basis-full {
		flex-basis: 20%;
		column-gap: 10px;
		margin-right: 0;
	}
}

@media only screen and (max-width: 349px) {


	.page-header .container .logo svg {
		/* max-width: 10rem; */
	}
}

.products.mode-grid.products-grid .product-info>div:last-child {
	justify-content: center;
}

.line-clamp-2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.checkout-onepage-success .page-main .columns {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.checkout-onepage-success .btn-primary:hover {
	background-color: rgb(75 85 99);
}

@media (min-width: 640px) {
	.checkout-onepage-success .page-main .columns {
		max-width: 640px;
	}
}

@media (min-width: 768px) {
	.checkout-onepage-success .page-main .columns {
		max-width: 768px;
	}
}

@media (min-width: 1024px) {
	.checkout-onepage-success .page-main .columns {
		max-width: 1024px;
	}
}

@media (min-width: 1280px) {
	.checkout-onepage-success .page-main .columns {
		max-width: 1280px;
	}
}

@media (min-width: 1388px) {
	.checkout-onepage-success .page-main .columns {
		max-width: 1388px;
	}
}


#cart-drawer .bg-secondary,
.cart-summary .bg-secondary {
	background-color: #2369C4;
}


/* footer */
.text-footer-icons,
.footer-links .font-bold.font-lato,
.footer-newsletter .font-bold.text-primary {
	text-transform: uppercase;
}

/* header */
.page-header .mr-2.level-0 .level-0 {
	text-transform: uppercase;
}

#active-filtering-heading .filter-options-title,
.filter-option .title {
	text-transform: uppercase;
}