@font-face {
  	font-family: 'Poppins';
  	font-style: normal;
  	font-weight: 100;
  	src: url('../fonts/poppins-v20-latin-100.eot'); 
  	src: local(''),
       url('../fonts/poppins-v20-latin-100.eot?#iefix') format('embedded-opentype'),
       url('../fonts/poppins-v20-latin-100.woff2') format('woff2'), 
       url('../fonts/poppins-v20-latin-100.woff') format('woff'), 
       url('../fonts/poppins-v20-latin-100.ttf') format('truetype'), 
       url('../fonts/poppins-v20-latin-100.svg#Poppins') format('svg');
	font-display: swap;
}
@font-face {
  	font-family: 'Poppins';
  	font-style: normal;
  	font-weight: 200;
  	src: url('../fonts/poppins-v20-latin-200.eot');
  	src: local(''),
       url('../fonts/poppins-v20-latin-200.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/poppins-v20-latin-200.woff2') format('woff2'), 
       url('../fonts/poppins-v20-latin-200.woff') format('woff'), 
       url('../fonts/poppins-v20-latin-200.ttf') format('truetype'), 
       url('../fonts/poppins-v20-latin-200.svg#Poppins') format('svg');
	font-display: swap;
}
@font-face {
  	font-family: 'Poppins';
  	font-style: normal;
  	font-weight: 300;
  	src: url('../fonts/poppins-v20-latin-300.eot'); 
  	src: local(''),
       url('../fonts/poppins-v20-latin-300.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/poppins-v20-latin-300.woff2') format('woff2'), 
       url('../fonts/poppins-v20-latin-300.woff') format('woff'),
       url('../fonts/poppins-v20-latin-300.ttf') format('truetype'),
       url('../fonts/poppins-v20-latin-300.svg#Poppins') format('svg');
	font-display: swap;
}
@font-face {
  	font-family: 'Poppins';
  	font-style: normal;
  	font-weight: 400;
  	src: url('../fonts/poppins-v20-latin-regular.eot');
  	src: local(''),
       url('../fonts/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'), 
       url('../fonts/poppins-v20-latin-regular.woff') format('woff'), 
       url('../fonts/poppins-v20-latin-regular.ttf') format('truetype'),
       url('../fonts/poppins-v20-latin-regular.svg#Poppins') format('svg');
	font-display: swap;
}
@font-face {
  	font-family: 'Poppins';
  	font-style: normal;
  	font-weight: 500;
  	src: url('../fonts/poppins-v20-latin-500.eot');
  	src: local(''),
    url('../fonts/poppins-v20-latin-500.eot?#iefix') format('embedded-opentype'),
       url('../fonts/poppins-v20-latin-500.woff2') format('woff2'), 
       url('../fonts/poppins-v20-latin-500.woff') format('woff'), 
       url('../fonts/poppins-v20-latin-500.ttf') format('truetype'), 
       url('../fonts/poppins-v20-latin-500.svg#Poppins') format('svg');
	font-display: swap;
}
@font-face {
  	font-family: 'Poppins';
  	font-style: normal;
  	font-weight: 600;
  	src: url('../fonts/poppins-v20-latin-600.eot');
  	src: local(''),
       url('../fonts/poppins-v20-latin-600.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/poppins-v20-latin-600.woff2') format('woff2'),
       url('../fonts/poppins-v20-latin-600.woff') format('woff'), 
       url('../fonts/poppins-v20-latin-600.ttf') format('truetype'),
       url('../fonts/poppins-v20-latin-600.svg#Poppins') format('svg');
	font-display: swap;
}
@font-face {
  	font-family: 'Poppins';
  	font-style: normal;
  	font-weight: 700;
  	src: url('../fonts/poppins-v20-latin-700.eot'); 
  	src: local(''),
       url('../fonts/poppins-v20-latin-700.eot?#iefix') format('embedded-opentype'),
       url('../fonts/poppins-v20-latin-700.woff2') format('woff2'),
       url('../fonts/poppins-v20-latin-700.woff') format('woff'),
       url('../fonts/poppins-v20-latin-700.ttf') format('truetype'),
       url('../fonts/poppins-v20-latin-700.svg#Poppins') format('svg');
	font-display: swap;
}
@font-face {
  	font-family: 'Poppins';
  	font-style: normal;
  	font-weight: 800;
  	src: url('../fonts/poppins-v20-latin-800.eot');
  	src: local(''),
       url('../fonts/poppins-v20-latin-800.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/poppins-v20-latin-800.woff2') format('woff2'), 
       url('../fonts/poppins-v20-latin-800.woff') format('woff'), 
       url('../fonts/poppins-v20-latin-800.ttf') format('truetype'),
       url('../fonts/poppins-v20-latin-800.svg#Poppins') format('svg');
	font-display: swap;
}
@font-face {
  	font-family: 'Poppins';
  	font-style: normal;
  	font-weight: 900;
  	src: url('../fonts/poppins-v20-latin-900.eot');
  	src: local(''),
       url('../fonts/poppins-v20-latin-900.eot?#iefix') format('embedded-opentype'),
       url('../fonts/poppins-v20-latin-900.woff2') format('woff2'),
       url('../fonts/poppins-v20-latin-900.woff') format('woff'),
       url('../fonts/poppins-v20-latin-900.ttf') format('truetype'),
       url('../fonts/poppins-v20-latin-900.svg#Poppins') format('svg');
	font-display: swap;
}
html {
	scroll-behavior: smooth;
}
* {
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}
*:focus {
    outline: none; 
}
:root {
	--shadow: 0 3px 5px rgba(51, 51, 51, 0.3);
}
.text-dark {
	color:#333!important;
}
.text-white {
	color:#fff!important;
}
.position-sticky {
	position:sticky;
	z-index:100;
	top:15%
}
.bread-inner {
	display:flex;
	padding: 10px 0 10px;
}
.align-middle {
	text-align:center;
	margin:auto;
	width:auto;
}
/* AJAX */
#ajax-container-user {
	display: inline-block;
	margin-right:25px;
}
#ajax-container-language {
	display: flex;
}
#ajax-language {
	display: inline-block;
}
/* Responsive Layout */
.small-device {
	display:none;
}
@media (max-width: 768px) {.small-device {
	display: block;}
}
@media (max-width: 768px) {.hide-s {
	display: none!important;}
}

/* Icons */
.icon img {
	width:20px;
	height:20px;
	margin-right:10px
}
/* Text / Input / Select Standard */
p {
	margin-bottom:10px;
}
.text-container {
	max-height: 12em;
	overflow: hidden;
	position: relative;
	transition: max-height 0.3s ease-in-out;
}
.text-container.expanded {
	max-height: 100em;
}
input, select, textarea {
    width: 100%;
    padding: 10px!important;
    color: #333!important;
    background: #E6ECF2;
    font: inherit;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.4s ease;
    display: inline-block;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
textarea {
    min-height: 100px;
    height: auto;
    resize: vertical;
}
select option {
    padding: 10px;
    background: #E6ECF2;
    color: #333!important;
    font-size: 1rem;
    font-family: inherit;
    transition: background 0.4s ease;
}
select option:hover {
    background: #d5dbe1;
}
label, .label {
    display: block;
    font-size: 1rem;
    margin-top: 8px;
    color: #333;
    font-weight: 600;
}
input:focus, select:focus {
    outline: none; 
    background-color: #fff;
    border: 1px solid #E6ECF2!important;
}
input:hover, select:hover {
    background: #e1e9f1;
}
input:disabled, select:disabled {
    background: #f2f2f2;
    color: #999;
}
/*Standard Link in Text*/
.text a {
	text-decoration: none;
	position: relative;
	color: inherit;
}
.text a::before {
	content: "»";
	margin-right: 0.3em; 
	font-size: 1.25rem;
	opacity: 0.7;
	transition: opacity 0.3s ease-in-out;
}
.text a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease-in-out;
}
.text a:hover::before {
	opacity: 1;
}
.text a:hover::after {
	transform: scaleX(1);
}
/* Flexbox */
.inline {
  display: flex;   
  gap: 15px;   
}
.inline > div {
  flex: 1;            
  display: flex;     
  flex-direction: column;
}
/* Captcha */
.hp-field {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Product detail popup */
.info-text,
.error-text {
    position: fixed;
    top: 100px;
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
    background-color: #fff;
	border:solid 1px #166178;
    box-shadow: var(--shadow);
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1.5rem;
    z-index: 1000;
    transition: opacity 0.5s ease-in-out;
}
.info-text {
    color: #166178;
}
.error-text {
    color: red;
}
@media (max-width: 768px) {.info-text,.error-text {
        width: 75%;
    }
}
/* Standard Links */
a {
	color:inherit;
	text-decoration: none;
	transition: color 0.3s ease-in-out;
}
.link {
	text-decoration:none;
}
.link:hover {
	text-decoration:underline;
}
.text-link {
	background:transparent;
	border:none;
	font-size:inherit;
}
/* Stil für alle Checkboxen */
input[type=checkbox] {
  background: #fff !important;
  border-radius: 50%!important;
  appearance: none;
  width: 16px!important;
  height: 16px!important;
  border: 1px solid #999!important;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin-right: 6px; 
  vertical-align: middle;
}
input[type=checkbox] + * {
  vertical-align: middle; 
}
input[type=checkbox]:not(:last-of-type) {
  margin-bottom: 6px;
  display: inline-block;
}
input[type=checkbox]:focus {
  border: 1px solid #999!important;
}
input[type=checkbox]:checked {
  position: relative;
}
input[type=checkbox]:checked::before {
  content: "\2713";
  color: white;
  font-weight: bold;
  font-size: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; 
  height: 100%; 
}
input[type=checkbox].manually-disabled {
  	pointer-events: none;
  	opacity: 0.5;   
  	cursor: not-allowed; 
}
input[type=checkbox].manually-disabled::before {
  	content: "\2713";
  	color: white;
  	font-weight: bold;
  	font-size: 0.75rem;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 100%; 
  	height: 100%; 
}
.label-for-check {
	margin:0;
	font-weight:inherit;
	cursor:pointer;
}
.check-with-label:checked+.label-for-check {
	text-decoration: underline;
}
/* Stil für alle Radio-Buttons */
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc !important;
    border-radius: 50% !important;
    background-color: white;
    display: grid;
	place-items: center;
    vertical-align: middle;
    cursor: pointer;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    margin-right: 8px
}
input[type="radio"]:checked::before {
  	content: '✔';
  	color: white;
  	font-size: 0.75rem;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 100%;
  	height: 100%;
  	line-height: 1;
}
input[type="radio"] + label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 16px
}
/* Images */
img {
	border-radius:2.5%;
}
.img-w-100 {
  	width:100%;
}
.default img {
	width:100%;
	border-radius:5px;
	aspect-ratio: 1 / 1;
	object-fit:scale-down;
	padding:0;
	margin:0;
}
/* Buttons */
.btn, .btn2 {
  	position: relative;
  	font-weight: 500;
  	text-align: center;
  	display: inline-block;
  	padding: 13px 32px!important;
  	margin: 15px 0;
  	border-radius: 5px;
  	box-sizing: border-box;
  	line-height: 1;
  	transition: all 0.4s ease;
	border: solid 1px #333 !important;
}
.btn {
  	color: #fff !important;
  	background: linear-gradient(135deg, #333, #444);
}
.btn:hover {
  	color: #fff !important;
}
.btn2 {
  	color: #333 !important;
  	background: #fff !important;
}
.btn2:hover {
  	background: linear-gradient(135deg, #333, #444) !important;
  	color: #fff !important;
}
.btn-filter {
  	position: relative;
  	font-weight: 500;
  	text-align: center;
  	display: inline-block;
  	padding: 14px!important;
  	border-radius: 5px;
  	box-sizing: border-box;
  	line-height: 1;
  	transition: all 0.4s ease;
	border: solid 1px #333 !important;
}
.discount-btn {
  	padding: 0px 4px;
	line-height:1;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	margin-right: 6px;
	background:#333;
	color:#fff;
	border-radius:5px;
}
.user-button {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color:#E6ECF2;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
}
@media only screen and (max-width:767px) {.user-button {
	width: 23px;
    height: 23px;
	}
}
.disabled {
  pointer-events: none;
  opacity: 0.5;     
  user-select: none;  
  cursor: not-allowed;
}
.payment-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
	height:auto;;
}
.payment-button {
    color: #333;
  	background: #fff!important;
  	border: solid 1px #333;
}
.payment-button-active {
  	border: solid 2px #000!important;
}
.payment-button:hover {
    background: linear-gradient(135deg, #333, #444) !important;
  	color: #fff !important;
}
.payment-button-active {
  	pointer-events:none;
	border: solid 1px #333;
}
.payment-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
}
/* Search */
.header.shop .search-bar-top {
	text-align:center;
	margin-top:10px
}
.header.shop .search-bar {
	width: 100%;
	max-width: 460px;
	height: 3rem;
	display: inline-block;
	background: #fff;
	position: relative;
	line-height: 3rem;
	border-radius: 50px;
	border: 1px solid #eee;
}
.header.shop .search-bar input {
	height:3rem;
	border-radius:50px;
	background:transparent;
	border:none;
	padding:0 1rem 0 1rem;
	width:100%;
	transition: outline-color 0.3s ease, box-shadow 0.3s ease;
}
.header.shop .search-bar input:focus {
  	outline: 1px solid #333;
	transition: outline-color 0.3s ease, box-shadow 0.3s ease;
}
.header.shop .search-bar .btnn {
	height:3rem;
	line-height:3rem;
	padding:0 1rem 0 1rem;
	width:auto;
	text-align:center;
	background:#fff;
	position:absolute;
	right:-2px;
	top:-1px;
	border-color:#eee;
	border-radius:0 50px 50px 0;
	transition:all .4s ease;
	outline:none;
}
.live-search-container {
	position:absolute;
	z-index:1333#3330;
	top:50px;
	right:0;
	width:100%;
	background:#fff;
	padding:10px;
	padding-bottom:20px;
	transition:all .3s ease 0;
	transform:translateY(10px);
	opacity:0.95;
	z-index:100;
}
.live-search-container .product-desc,.live-search-container .product-list-button,.live-search-container .product-action-list-style,.rightproductarea {
	display:none!important
}
.live-search-container .product-img,.live-search-container .product-content-list {
	-ms-flex:0 0 100%;
	flex:0 0 100%;
	max-width:100%
}
/* Mobile Search */
.mobile-search {
	display:none
}
.header .search-top {
	display:none;
}
.header .search-form {
	position:absolute;
	left:-128px;
	z-index:9999;
	opacity:0;
	visibility:hidden;
	transition:all .4s ease;
	top:46px;
	background:#ffffff75;
	padding:7px;
	border-radius:5px;
	transform:scaleY(0);
	box-shadow:0 4px 7px #333;
	padding:0;
	border-radius:0
}
.header .search-top.active .search-form {
	opacity:1;
	visibility:visible;
	transform:scaleY(1)
}
.header .search-form input {
	width:220px;
	height:45px;
	line-height:45px;
	padding:0 60px 0 15px;
	transition:all .4s ease;
	border:none;
	background:#fff;
	color:#333;
	border-radius:0
}
.header .search-form button {
	position:absolute;
	right:0;
	height:45px;
	top:0;
	width:45px;
	background:transparent;
	border:none;
	border-radius:0;
	border-left:1px solid #eee;
	color:#333;
	transition:all .4s ease;
}
.header .search-form button:hover {
	color:#fff;
	border-color:transparent
}
/* Header */
.topbar {
	background: #222;
	border-bottom:none;
	padding:0;
	text-align:center;
	margin:auto;
	width:100%;
	height:30px;
}
.header .logo {
    transition: all .4s ease;
	width:150px;
	height:auto;
	margin-top: 15px;
	float:left;
}
.header .navbar {
	padding:0
}
.navbar-expand-lg .navbar-collapse {
	display:block!important
}
.header .nav li a i {
	margin-left:6px;
}
.header .nav li .dropdown {
	background:#fff!important;
	width:220px;
	position:absolute;
	top:100%;
	z-index:999;
	box-shadow: 0 3px 5px rgba(51, 51, 51, 0.3);
	transform-origin: top;
	transform: scaleY(0);
	transition: all .4s ease;
	opacity:0;
	visibility:hidden;
	left:0;
	margin:0
}
.header .nav li:hover .dropdown {
	opacity:1;
	visibility:visible;
	transform:scaleY(1);
}
.header .nav li .dropdown li {
	float:none;
	margin:0
}
.header .nav li .dropdown li a {
	padding:8px 15px;
	color:#666;
	display:block;
	line-height:2rem;
	font-weight:400;
	background:transparent
}
.header .nav li .dropdown li a:before {
	display:none
}
.header .nav li .dropdown li:last-child a {
	border-bottom:0
}
.header .nav li .dropdown li:hover a {
	color:#fff
}
.header .nav li .dropdown li a:hover {
	border-color:transparent
}
.header .nav li .dropdown li i {
	float:right;
	margin-top:8px;
}
.mobile-search {
	display:none
}
.header.shop .nav li {
	margin-right:38px;
	float:left;
	position:relative
}
.header.shop .nav li:last-child {
	margin:0!important
}
.header.shop .nav li .new {
	color:#fff;
	padding:0 9px;
	position:absolute;
	left:0;
	top:6px;
	font-weight:500
}
.header.shop .nav li .new::before {
	position:absolute;
	content:"";
	left:4px;
	bottom:-8px;
	border:4px solid;
	border-bottom-color:transparent;
	border-left-color:transparent;
	border-right-color:transparent
}
.header .shopping {
	display:inline-block;
	z-index:9999
}
.header .shopping .dropdown-cart-header {
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px solid #e6e6e6
}
.header .shopping .dropdown-cart-header span,
.header .shopping .dropdown-cart-header a {
    color: #222;
    font-weight: 600;
}
.header .shopping .dropdown-cart-header a {
    float: right;
}
.header .shopping .shopping-item {
	position:absolute;
	top:68px;
	right:0;
	width:342px;
	background:#fff;
	padding:20px 25px;
	transition:all .8s ease 0.1s;
	transform:translateY(10px);
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	opacity:0;
	visibility:hidden;
	z-index:99
}
@media (max-width: 768px) {
	.header .shopping .shopping-item {
		position: fixed;
		top: 86px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 90vw;
		transform: translateX(-60px);
		opacity: 0;
		visibility: hidden;
		transition: all 0.8s ease;
		box-sizing: border-box;
		z-index: 9999;
	}
	
	.header .shopping:hover .shopping-item {
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
}
.header .shopping:hover .shopping-item {
	transform:translateY(0px);
	opacity:1;
	visibility:visible
}
.header .shopping-item .bottom {
	text-align:center
}
.header .shopping-item .search {
	width:100%;
	height:auto;
	display:inline-block;
	background:#fff;
	position:relative;
	margin:0;
	line-height:initial;
	border-radius:0;
	text-align:left
}
.header .shopping-item .total {
	overflow:hidden;
	display:block;
	padding-bottom:10px
}
.header .shopping-item .total span {
	color:#222;
	font-weight:600;
	float:left
}
.header .shopping-item .total .total-amount {
	float:right;
}
.header .shopping-list {
	max-height: 350px;
	overflow-y: auto;
}
.header .shopping-list::-webkit-scrollbar {
	width: 6px;
}
.header .shopping-list::-webkit-scrollbar-track {
	background: transparent;
}
.header .shopping-list::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}
.header .shopping-list::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0.3);
}
@supports (scrollbar-color: auto) {
	.header .shopping-list {
		scrollbar-width: thin;
		scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
	}
}
.header .shopping-list li {
	overflow:hidden;
	border-bottom:1px solid #e6e6e6;
	padding-bottom:15px;
	margin-bottom:15px;
	position:relative
}
.header .shopping-list .cart-img {
	float:right;
	border:1px solid #ededed;
	overflow:hidden;
}
.header .shopping-list .cart-img img {
	width: 50px;
	height: auto;
	border-radius: 5px;
	transition: transform 0.4s ease;
}
.header .shopping-list .cart-img:hover img {
	transform: scale(1.09);
}
.header .shopping-list .quantity {
	line-height:22px;
	padding-bottom:30px
}
.header .shopping-list h4 a {
	font-weight:600;
	color:#333;
}
.header.shop .nav-inner {
	margin:0;
}
.header.shop .cart-top {
	opacity:1;
	visibility:visible;
	top:0;
	background:transparent;
	border:none;
	box-shadow:none;
	padding:0
}
.header.shop .search-top {
	opacity:1;
	visibility:visible;
	top:0;
	background:transparent;
	border:none;
	box-shadow:none;
	padding:0;
}
.header .middle-inner {
	padding:10px 0 20px 0px;
	border-top:1px solid #eee;
	box-shadow:0 0 10px rgba(0,0,0,0.3);
}
.header.shop .header-inner {
	background:#fff;
	border-top:solid 1px #eee;
}
.header.shop .all-category {
	background:transparent;
	position:relative;
}
.header.shop .all-category h3 {
	padding:20px 15px;
	font-weight:500;
	transition:all .4s ease
}
.header.shop .cat-heading {
	font-size:1.25rem;
}
.header.shop .main-category {
	position:absolute;
	left:0;
	top:66px;
	background:#fff;
	z-index:1;
	width:100%;
	box-shadow:var(--shadow);
}
.header.shop .main-category li {
	display:block;
	border-bottom:1px solid #f6f6f6;
	position:relative;
	font-size:1rem;
}
.header.shop .main-category li:last-child {
	border:none;
}
.header.shop .main-category li a {
	font-weight:600;
	color:#333;
	padding:13px 25px;
	font-size:1rem;
	display:block;
}
.header.shop .sub-category {
	background:#fff;
	width:220px;
	position:absolute;
	left:100%;
	top:0;
	z-index:999999;
	opacity:0;
	visibility:hidden;
	transition:all .4s ease;
	border-left:3px solid #fff;
}
.header.shop .main-category li:hover .sub-category {
	opacity:1;
	visibility:visible;
}
.header.shop .main-category li a {
	font-weight:400
}
.header.shop .main-category .main-mega {
	position:relative;
}
.header.shop .main-category li .mega-menu {
	width:850px;
	display:inline-block;
	height:auto;
	position:absolute;
	left:100%;
	top:0;
	z-index:99999;
	background:#fff;
	border:none;
	padding:30px;
	border-left:3px solid #fff;
	opacity:0;
	visibility:hidden;
	transition:all .4s ease;
}
.header.shop .main-category li:hover .mega-menu {
	opacity:1;
	visibility:visible
}
.header.shop .main-category li .mega-menu .single-menu {
	width:33%;
	display:inline-block;
	border:none;
	padding:0;
	padding-right:20px
}
.header.shop .main-category li .mega-menu .single-menu a {
	padding:0
}
.header.shop .main-category li .mega-menu .single-menu .image {
	overflow:hidden
}
.header.shop .main-category li .mega-menu .single-menu img {
	display:block;
	height:100%;
	width:100%;
	cursor:pointer
}
.header.shop .main-category li .mega-menu .single-menu .image:hover img {
	transform:scale(1.1)
}
.header.shop .main-category li .mega-menu .single-menu .title-link {
	margin-bottom:20px;
	color:#fff;
	padding:2px 13px;
	border-radius:3px;
	display:inline-block;
}
.header.shop .main-category li .mega-menu .single-menu .title-link-new:hover {
	background: linear-gradient(135deg, #333, #444);
	color:#fff
}
.header.shop .main-category li .mega-menu .single-menu .title-link:hover {
	background: linear-gradient(135deg, #333, #444);
	color:#fff
}
.header.shop .main-category li .mega-menu .single-menu .inner-link {
	margin-top:25px
}
.header.shop .main-category li .mega-menu .single-menu .inner-link a {
	margin-bottom:10px
}
.header.shop .main-category li .mega-menu .single-menu .inner-link a:hover {
	background:transparent
}
.header.shop .main-category li .mega-menu .single-menu .inner-link a:last-child {
	margin-bottom:0
}
.header.shop .nav li {
	margin-right:40px;
	float:left;
	position:relative
}
.header.shop .nav li {
	margin-right:5px;
	position:relative;
	float:none
}
.header.shop .nav li:last-child {
	margin-right:0
}
.header.shop .nav li a {
	color:#333;
	padding:20px 15px;
	font-weight:500;
	display:block;
	position:relative;
	transition:all .4s ease
}
.header.shop .nav li:hover a {
	color:#fff!important;
}
.header.shop .nav .dropdown li {
	margin:0;
}
.header.shop .nav li .dropdown li:hover a {
	color:#fff!important;
}
.header.shop .nav li .dropdown li a {
	color:#333!important;
	padding:8px 15px;
	font-weight:400;
	background:#fff
}
.header.shop .nav li .dropdown li a {
	font-weight:400
}
.header.shop .nav li .dropdown li a:hover {
	color:#fff
}
/* Right Cart Area */
.header.shop .right-bar {
	display:inline-block;
	padding:0;
	margin:0;
	top:20px;
	float:right;
	position:relative
}
.header.shop .right-bar .single-bar.top-search a {
	transform:translateY(3px)
}
.header.shop .right-bar .single-bar .single-icon {
	position:relative;
}
.header.shop .right-bar .single-bar .single-icon img{
	width:25px;
	height:25px;
}
.mobile-icon {
	position:relative;
}
.mobile-icon img {
	width:22px;
	height:22px;
	vertical-align:top;
	margin-top:-2px;
}
.header.shop .right-bar .single-bar .single-icon .total-count {
	position:absolute;
	top:-6px;
	right:-8px;
	width:16px;
	height:16px;
	line-height:16px;
	text-align:center;
	background:#333;
	color:#fff;
	border-radius:100%
}
.gutschein-wrapper form {
  display: flex;
  width: 100%;
  gap: 0.5rem;
}

/* Eingabefeld soll die geerbten Styles nutzen, plus Flex-Grow */
.gutschein-eingabe {
  	flex: 1!important;
  	width: 100%;
	padding: 10px!important;
    color: #333!important;
    font: inherit;
    border: solid 1px #333!important;
    border-radius: 5px;
    transition: all 0.4s ease;
	padding: 13px 32px!important;
  	margin: 15px 0!important;
}

/* Button soll NICHT 100% breit sein */
.gutschein-button {
  	flex: 0 0 auto!important;
	width: auto!important;
}





.mobile-icon .mobile-count {
	position:absolute;
	top:-4px;
	left:16px;
	height:14px;
	width:14px;
	line-height:14px;
	background:#333;
	border-radius:50%;
	color:#fff!important;
	text-align:center;
	font-size:0.75rem;
}
.header.shop .right-bar .single-bar {
	display:inline-block;
	margin-right:25px
}
.header.shop .right-bar .single-bar:last-child {
	margin-right:0
}
.header .header-inner {
	width:100%;
	z-index:999;
}
.header.sticky .all-category h3 {
	cursor:pointer
}
.header.sticky .all-category .main-category {
	opacity:0;
	visibility:hidden;
	transition:all .4s ease;
}
.header.sticky .all-category:hover .main-category {
	opacity:1;
	visibility:visible
}
.header.shop .all-category .main-category {
	opacity:0;
	visibility:hidden;
	transition:all .4s ease;
}
.header.shop .all-category:hover .main-category {
	opacity:1;
	visibility:visible
}
.header.sticky .header-inner .nav li a {
	color:#333
}
.header.sticky .header-inner .nav li:hover a {
	color:#fff
}
.header.sticky .header-inner .nav li .dropdown li a {
	color:#333
}
.header.sticky .header-inner .nav li .dropdown li a:hover {
	color:#fff
}
.header.sticky .header-inner {
	position:fixed;
	top:0;
	left:0;
	background:#fff;
	animation:fadeInDown 1s both .2s;
	box-shadow:0 0 10px rgba(0,0,0,0.3);
	z-index:999
}
/* Slider Area */
.slider-wrapper {
  position: relative;
  width: 100%;
	aspect-ratio: 3 / 1.1;
  overflow: hidden;
}
.slider-wrapper .slider-container {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 1s ease-in-out;
}
.slider-wrapper .slider-container .slider-bild {
	width: 100%;
  	aspect-ratio: 3 / 1.1;
    position: relative;
    overflow: hidden;
}
.slider-wrapper .slider-container .slider-bild img {
  	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
  	border-radius:0;
}
.slider-wrapper .slider-container .slider-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 40px 0px;
  color: #fff;
  text-align: left;
}
.slider-wrapper .newsletter-container .slider-text {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 40px 0px;
  color: #fff;
  text-align: left;
}
.slider-wrapper .slider-container .slider-text .text-dark {
  color: #333!important;
}
.slider-wrapper .slider-container .slider-text h3 {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: bold;
}
.slider-wrapper .slider-container .slider-text h1 {
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: bold;
  margin: 10px 0;
}
.slider-wrapper .slider-container .slider-text .newsletter h1 {
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: bold;
  margin: 10px 0;
  color:#fff!important;
}
.slider-wrapper .slider-container .slider-text h2 {
  font-size: clamp(1.5rem, 4vw, 3rem);
  font-weight: bold;
  margin: 10px 0;
}
.slider-wrapper .slider-container .slider-text p {
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  max-width: 600px;
  line-height: 1.5;
}

/* Accordion */
.accordion-content {
  display: none;
  padding: 10px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-toggle.active + .accordion-content {
  display: block;
}
/* Small banner */
.small-banner {
	padding:60px 150px 0;
}
.small-banner .single-banner {
	overflow:hidden;
	position:relative;
}
.small-banner .single-banner img {
	height:100%;
	width:100%;
	transition:all .4s ease;
}
.small-banner .single-banner .content {
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	padding-left:35px
}
.small-banner .single-banner h2 {
	font-size:1.5rem;
	line-height:1.5;
	font-weight:700;
	margin-bottom:18px;
	color:#fff
}
.small-banner .single-banner p {
	font-weight:500;
	margin-bottom:5px;
}
.small-banner .single-banner a {
	color:#fff;
	display:block;
	font-weight:500;
	display:inline-block;
}
/* Medium banner */
.medium-banner {
}
.medium-banner .single-banner {
	position:relative
}
.medium-banner .single-banner img {
	height:100%;
	width:100%;
	transition:all .4s ease;
	border-radius:2.5%;
}
.medium-banner .single-banner .content {
	padding-left:50px;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%)
}
.medium-banner .single-banner h2 {
	font-size:1.25rem;
	font-weight:700;
	color:#333;
	line-height:1.5;
}
.medium-banner .single-banner p {
	font-weight:500;
	margin-bottom:5px;
}
.medium-banner .single-banner a {
	display:inline-block;
	font-weight:600;
	text-align:center;
	user-select:none;
	background: linear-gradient(135deg, #333, #444);
	color:#fff!important;
	padding:10px 27px;
	border-radius:30px;
	margin-top:25px;
}
.medium-banner .single-banner a:hover {
	color:#fff
}
/* Most popular */
.most-popular .owl-nav {
	position:absolute;
	top:40%;
	width:100%;
	margin-top:-5px;
}
.most-popular .owl-carousel .owl-nav div {
	height:60px;
	width:30px;
	background:#fff;
	color:#333;
	position:absolute;
	border-radius:5px;
	text-align:center;
	transition:all .4s ease;
	box-shadow:var(--shadow);
}
.most-popular .owl-carousel .owl-nav .owl-prev {
	left:0
}
.most-popular .owl-carousel .owl-nav .owl-prev * {
  display: none;
}
.most-popular .owl-carousel .owl-nav .owl-prev::before {
	content: '<';
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	font-size: 1.75rem;
}
.most-popular .owl-carousel .owl-nav .owl-next {
	right:0
}
.most-popular .owl-carousel .owl-nav .owl-next * {
  display: none;
}
.most-popular .owl-carousel .owl-nav .owl-next::before {
	content: '>';
 	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	font-size: 1.75rem;
}
/* Product area tabs */
.product-area .nav-tabs {
	text-align:center;
	display:inline-block;
	width:100%;
	border:none
}
.product-area .nav-tabs .nav-item {
	margin-bottom:-1px;
	display:inline-block;
	text-align:center;
}
.product-area .nav-tabs li a {
	text-transform:uppercase;
	display:inline-block;
	position:relative;
	margin-right:5px;
	background:#fff;
	color:#333;
	padding:3px 14px;
	border-radius:3px;
}
.product-area .nav-tabs li:last-child a {
	border-color:transparent;
}
.product-area .nav-tabs li a img {
	margin-right:10px
}
.product-area .nav-tabs li a.active,.product-area .nav-tabs li:hover a {
	color:#fff;
	border-color:transparent
}
/* Single product */
.single-product {
	margin-top:30px
}
.single-product .product-img {
	position:relative;
	overflow:hidden;
	cursor:pointer
}
.single-product .product-img a {
	display:block;
	position:relative
}
.single-product .product-img a img {
	width:100%;
	border-radius:5px;
	aspect-ratio: 550 / 750;
	object-fit:scale-down;
}
.single-product .product-img a img.hover-img {
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	opacity:0;
	transition:opacity .5s ease,transform 2s cubic-bezier(0,0,0.44,1.18),-webkit-transform 2s cubic-bezier(0,0,0.44,1.18);
	transform:scale(1.0)
}
.single-product .product-img a span.price-dec {
	display:inline-block;
	color:#fff;
	right:20px;
	top:20px;
	padding:1px 16px;
	font-weight:700;
	text-align:center;
	position:absolute;
	border-radius:30px;
	height:26px;
	line-height:1.5;
}
.new-banner {
  	position: absolute;
  	top: 6px;
  	left: 6px;
  	padding: 2px 8px;
  	border-radius: 5px;
  	z-index: 10;
  	backdrop-filter: blur(4px);
}
.new-banner-text {
  	color: #fff;
  	font-size: 12px;
  	font-weight: 500;
  	letter-spacing: 0.5px;
  	text-transform: uppercase;
}
.single-product .product-img .product-action {
	position:absolute;
	bottom:0;
	text-align:center;
	z-index:99;
	transition:all 250ms ease-out;
	width:100%;
}
.single-product .product-img .product-action .detail-link {
	font-weight:600;
	line-height:1;
	display:inline-block;
	text-align:center;
	background:transparent;
}
.single-product .button-head {
	background:rgba(255,255,255,0.6);
	display:inline-block;
	height:40px;
	width:100%;
	position:absolute;
	left:0;
	bottom:-50px;
	z-index:9;
	height:50px;
	line-height:50px;
	transition:all .4s ease;
}
@media only screen and (max-width:767px) {.single-product .button-head {
	display:none;
	}
}
.single-product:hover .button-head {
	bottom:0;
}
.single-product .product-content {
	margin-top:15px;
	line-height:1.75;
}
.single-product .product-img:hover.default-overlay::before {
	background-color:rgba(38,38,38,0.2);
	z-index:9;
	transition:all 250ms ease-out;
	pointer-events:none;
	opacity:1
}
.single-product .product-img:hover.default-overlay.metro-overlay::before {
	background-color:rgba(38,38,38,0.4);
	z-index:9;
	transition:all 250ms ease-out;
	pointer-events:none;
	opacity:1
}
.single-product .product-img:hover img.hover-img {
	opacity:1
}
.single-product .product-content a {
	line-height:1.5;
	font-weight:500;
}
.single-product .product-content .origin {
	font-family: 'Georgia', 'Times New Roman', serif;
}
.single-product .product-content .product-price {
	margin:1em 0 0;
}
.single-product .product-content .product-price span {
	font-weight:500
}
.single-product .product-content .product-price span.old {
	text-decoration:line-through;
	opacity:.6;
	margin-right:2px
}
/* Shop sidebar */
.shop-sidebar .single-widget {
	margin-top:30px;
	background:#E6ECF2;
	padding:30px
}
.shop-sidebar .single-widget:first-child {
	margin-top:0
}
.shop-sidebar .single-widget .title {
	position:relative;
	font-weight:500;
	margin-bottom:25px;
	display:block;
	border-bottom:1px solid #ddd;
	padding-bottom:15px
}
.shop-sidebar .categor-list {
	margin-top:10px
}
.shop-sidebar .categor-list li {
	margin-bottom:10px
}
.shop-sidebar .categor-list li:last-child {
	margin-bottom:0
}
.shop-sidebar .categor-list li a {
	display:inline-block;
	font-weight:400;
}
.shop-sidebar .single-post {
	position:relative;
	margin-top:30px;
	padding-bottom:30px;
	border-bottom:1px solid #ddd
}
.shop-sidebar .single-post.first {
	padding-top:0
}
.shop-sidebar .single-post:last-child {
	padding-bottom:0;
	border:none
}
.shop-sidebar .single-post .image img {
	height:80px;
	width:80px;
	position:absolute;
	left:0;
	top:0;
	border-radius:100%
}
.shop-sidebar .single-post .content {
	padding-left:100px
}
.shop-sidebar .single-post .content h5 {
	line-height:1.5;
}
.shop-sidebar .single-post .content h5 a {
	color:#333;
	font-weight:500;
	display:block
}
.shop-sidebar .single-post .content .price {
	display:block;
	color:#333;
	font-weight:500;
	margin:5px 0 0;
	text-transform:uppercase;
}
.shop-sidebar .single-post .reviews li {
	display:inline-block;
}
.shop .shop-top {
	clear:both;
	background:#E6ECF2;
	padding:18px 20px 50px
}
/* Shop shorter */
.shop .shop-shorter {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
  width: 100%; 
}
.shop .shop-shorter::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.shop .shop-shorter {
  scrollbar-width: none;
}
.shop .shop-shorter > * {
  flex: 1 0 100px;   
  min-width: 100px;
  max-width: 100%; 
  box-sizing: border-box;
}
.shop .single-shorter {
  display: block;
}
.shop .single-shorter select {
  width: 100%;     
}
.shop .single-shorter:last-child {
  margin: 0;
}
/* Shop single */
.shop.single .product-des .short h1 {
	font-size:2em;;
	cursor-pointer:none;
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
	font-weight:600;
	line-height:1.5;
	margin-bottom:0.5em;
}
.shop.single .product-des .short, .origin {
	font-weight:400;
	font-family: 'Georgia', 'Times New Roman', serif;
	margin-top:0.5em;
	margin-bottom:0.25em;
}
.shop.single .product-des .short .tax {
	font-weight:400
}
.shop.single .product-des .short .tax a {
	font-weight:400
}
.shop.single .product-des .short .description {
	line-height:1.5;
	color:#333;
	margin: 1rem 0;
	padding: 1rem 0;
	border-bottom:1px solid #eee;
	border-top:1px solid #eee
}
.shop.single .product-des .total-review {
	font-weight:500;
	margin-left:10px;
	display:inline-block
}
.shop.single .product-des .rating {
	margin-top:10px;
	display:inline-block
}
.shop.single .product-des .rating li {
	display:inline-block
}
.shop.single .product-des .rating-star {
	height:13px;
}
.shop.single .product-des .price {
	font-weight:600
}
.shop.single .product-des .strikeprice, .strikeprice {
	color:#333;
	text-decoration:line-through!important;
	margin-right:6px;
}
.shop.single .product-des .price span {
	display:inline-block;
	margin-right:2px;
	font-size:1.5em;
}
.shop.single .product-des .product-buy {
	margin-top:1rem;
}
.shop.single .add-to-cart {
	display:inline-block;
}
.shop.single .cat {
	font-weight:500;
	color:#333;
	margin-top:30px
}
.shop.single .cat a {
	display:inline-block;
	margin-left:0
}
.shop.single .availability {
	color:#333;
	margin-top:6px
}
.shop.single .product-info {
	margin-top:50px
}
.shop.single .nav-tabs {
	display: flex;
    width: 100%; 
    border-bottom: none; 
    justify-content: space-between; 
    padding: 0;
    gap: 5px; 
}
.shop.single .nav-tabs li:last-child {
	margin-right:0
}
.shop.single .nav-tabs li a {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; 
    padding: 10px 32px; 
    font-weight: 500;
    border-radius: 5px;
    background: #fff;
    color: #333;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    text-align: center;
}
.shop.single .nav-tabs li a img {
	margin-right:10px;
}
.shop.single .nav-tabs li a.active,.shop.single .nav-tabs li:hover a {
	border-color:#000;
}
.shop.single .single-des {
	margin-top:35px
}
.shop.single .single-des h4 {
	margin-bottom:15px;
	font-weight:500;
	font-size:1.5rem;
}
.shop.single .single-des ul li {
	display:block;
	position:relative;
	padding-left:20px
}
.shop.single .single-des ul li::before {
	position:absolute;
	content:"";
	left:0;
	top: 50%; 
    transform: translateY(-50%);
	height:7px;
	width:7px;
	border-radius:50%
}
.shop.single .single-rating {
	margin-bottom:20px
}
.shop.single .single-rating:last-child {
	margin:0;
	border:none;
	padding:0
}
.shop.single .rating-des {
	background:#fff;
}
.shop.single .rating-des span {
	font-weight:600;
	line-height:18px;
	margin:0
}
.shop.single .rating-main .single-rating ul li {
	display:inline-block
}
.shop.single .review-inner .ratings {
	overflow:visible;
	display:inline-block;
	margin:0
}
.shop.single .review-inner .ratings ul {
	display:inline-block
}
.shop.single .rating-main .single-rating ul {
	display:inline-block;
	margin-right:5px
}
.shop.single .ratings .rate-count {
	display:inline-block;
	color:#333
}
.verified-icon {
    padding-right: 8px;
    vertical-align: middle;
}
.shop.single .comment-review {
	margin-bottom:30px
}
.shop.single .comment-review .add-review {
	margin-top:30px
}
.shop.single .comment-review .add-review h5 {
	font-weight:600;
	margin-bottom:7px
}
.shop.single .comment-review .add-review p {
	color:#333
}
.shop.single .comment-review h4 {
	font-weight:600;
	margin-bottom:7px;
	margin-top:20px
}
.shop.single .comment-review .review-inner {
	margin-bottom:15px;
	display:block
}
.shop.single .comment-review .rating li {
	display:inline-block
}
.shop.single .rating-des p {
	margin-top:0;
	padding-top:0
}
.shop.single .avg-ratting h4 {
	color:#333
}
.shop.single .review-panel {
	margin-top:35px
}
/* Shop home list */
.shop-home-list .single-list {
	overflow:hidden;
	position:relative;
	margin-top:30px;
	border:1px solid #eee;
	padding:10px
}
.shop-home-list .single-list .list-image {
	position:relative
}
.shop-home-list .single-list .list-image img {
	width:100%;
	height:100%;
}
.shop-home-list .single-list .list-image.overlay:before {
	background: linear-gradient(135deg, #333, #444);;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	transition:all .4s ease
}
.shop-home-list .single-list .list-image.overlay:hover:before {
	opacity:.3;
	visibility:visible
}
.shop-home-list .single-list .no-padding {
	padding-right:0
}
.shop-home-list .single-list img {
	width:100%;
	height:100%
}
.shop-home-list .single-list .content {
	padding-top:45px;
	padding-right:12px
}
.shop-home-list .single-list .content .price {
	margin-top:15px;
	font-weight:500;
	display:inline-block;
	color:#fff;
	padding:2px 18px;
	border-radius:30px;
}
.shop-home-list .single-list .content .btnn {
	margin-top:15px;
	font-weight:500;
	display:inline-block;
	color:#fff!important;
	background: linear-gradient(135deg, #333, #444);
	padding:2px 18px;
	border-radius:30px;
}






.table.shopping-summery {
	background:#fff
}
.shopping-cart {
	background:#fff;
}
.shopping-summery thead .main-hading {
	padding:0
}
.shopping-summery thead {
	color:#fff
}
.shopping-summery thead tr th {
	border:none;
	font-weight:600;
	color:#fff;
	text-align:left
}
.shopping-summery tbody tr {
	border-bottom:1px solid;
	margin-top:20px
}
.shopping-summery tbody tr img {
	border-radius:0;
	max-width:350px;
	margin:0;
	padding:0
}
.shopping-summery tbody tr:last-child {
	border:none
}
.shopping-summery tbody .product-name a {
	font-weight:600;
	color:#333;
}
.shopping-cart .table p {
	color:#333
}
.product-name {
	font-weight:600;
	color:#282828;
}
.shopping-summery tbody .product img {
	max-width:70px;
	border-radius:100%;
	max-height:65px;
	border:1px solid #e6e6e6;
	padding:4px
}
.shopping-summery tbody .product:hover img {
	transform:rotate(360deg)
}
.scroll-margin {
	scroll-margin-top:65px;
	scroll-behavior:smooth
}
.table-header {
	font-weight:700;
	padding:.75rem 0;
	border-color:#333;
	border-bottom:1px solid #eee
}
.table-data {
	padding:.5rem 0;
	vertical-align:top;
	border-top:1px solid #eee
}
.table-data:first-child {
	border-top:none;
}
.shopping-cart .table td {
	vertical-align:middle;
	border-top:1px solid #eee;
	padding:20px
}
.shopping-summery tbody .price {
	text-align:center
}
.shopping-summery tbody .total-amount {
	text-align:center;
	padding-left:4px;
	padding-right:4px
}
.shopping-summery tbody .action {
	text-align:center
}
.shopping-cart .total-amount {
	margin-top:101px
}
.shopping-cart .total-amount .right ul {
	text-align:left
}
.shopping-cart .total-amount .right ul li {
	font-weight:400;
	color:#333;
	margin-bottom:12px
}
.shopping-cart .total-amount .right ul li.last {
	padding-top:12px;
	border-top:1px solid #c8c8c8;
	color:#333;
	font-weight:600!important;
}
.shopping-cart .total-amount .right ul li span {
	display:inline-block;
	float:right
}
.checkout {
	background:#E6ECF2!important;
	min-height:85vh;
}
.checkout input, .checkout select, .checkout textarea {
    width: 100%;
    padding: 10px!important;
    color: #333!important;
    background: #fff;
    font: inherit;
    border: solid 1px #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.4s ease;
    display: inline-block;
}
@media only screen and (max-width:767px) {.checkout-2 {
	background:#fff!important;
	}
}
.input-field {
	width:100%;
	height:45px;
	line-height:50px;
	padding:0 20px;
	color:#333!important;
	border:none;
	background:#E6ECF2
}
.shop.checkout .order-details {
	margin-top:20px;
	background:#fff;
	padding:20px 20px;
	border:1px solid #eee
}
.shop.checkout .checkout-details {
	margin:8px 0px;
	padding: 10px 15px;
	background: #fff;
	border: solid 1px #eee;
}
@media only screen and (max-width:767px) {.shop.checkout .checkout-details {
	margin:8px -15px;
	}
}	
.shop.checkout .single-widget {
	margin-bottom:30px
}
.shop.checkout .single-widget:last-child {
	margin:0
}
.sectionheader {
	position:relative;
	font-weight:600;
	padding:10px 0;
	line-height:1.5;
	color:#333;
	padding-bottom:5px
}
.sectionheader:before {
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:2px;
	width:50px;
}
.shop.checkout .address {
	position:relative;
	font-weight:600;
	line-height:24px;
	color:#333;
	padding-bottom:5px
}
.shop.checkout .single-widget .content ul {
	margin-top:30px
}
.shop.checkout .single-widget .content ul li {
	display:block;
	font-weight:400;
	color:#333;
	margin-bottom:12px
}
.shop.checkout .single-widget .content ul li span {
	display:inline-block;
	float:right
}
.shop.checkout .single-widget .content ul li.last {
	padding-top:12px;
	border-top:1px solid #ebebeb;
	display:block;
	font-weight:400;
	color:#333
}
.shop.login {
	padding:100px 0
}
.shop.login .login-form p {
	color:#333;
	font-weight:400;
	text-align:center;
	margin-bottom:50px
}
.hover-image {
	filter:grayscale(100%);
	max-height:25px;
	line-height:25px;
	display:block;
	margin-bottom:10px
}
.hover-image:hover {
	-webkit-filter:grayscale(0%);
	filter:grayscale(0%)
}
.pagination {
	text-align:center;
	margin:20px 0;
	display:block;
	padding-top:40px
}
.pagination-list {
	color:#fff;
	font-weight: 400;
  	border: none;
  	border-radius: 50%;
  	width: 34px;
  	height: 34px;
  	display: inline-flex; 
  	align-items: center;
  	justify-content: center;
	opacity:0.8;
}
.pagination-list:hover {
	color:#fff;
	font-weight:400;
	border:1px solid none;
	opacity:1;
}
.pagination-list-active {
	color:#fff;
	font-weight: 400;
  	border: none;
  	border-radius: 50%;
  	width: 34px;
  	height: 34px;
  	display: inline-flex; 
  	align-items: center;
  	justify-content: center;
}
.pagination-next {
	background: #E6ECF2;
  	color: #666;
  	font-weight: 400;
  	border: none;
  	border-radius: 50%;
  	width: 34px;
  	height: 34px;
  	display: inline-flex; 
  	align-items: center;
  	justify-content: center;
}
.pagination-next:hover {
	background: linear-gradient(135deg, #333, #444);;
	color:#fff;
}
.pagination.center {
	text-align:center
}
.pagination .pagination-list li {
	margin-right:5px;
	display:inline-block
}
.pagination .pagination-list li:last-child {
	margin-right:0
}
.pagination .pagination-list li a {
	color:#fff;
	padding:6px 12px;
	font-weight:400;
	border:1px solid #e1e1e1;
	border-radius:0
}
.pagination .pagination-list li.active a,.pagination .pagination-list li:hover a {
	color:#fff;
	border-color:transparent
}
.faq-row {
	display:flex;
}
.faq-row h2{
	font-size:1.25rem;
	padding-bottom:8px;
}
.shop-services.section {
	margin:80px 0 0;
	background:#fff
}
.shop-services.home {
    padding: 80px 0 60px;
    background: #E6ECF2;
    position: relative;
    overflow: hidden;
}
.shop-services.home::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -0;
    width: 100%;
    height: 40px; 
    background: url('https://i.imgur.com/DLD3N2t.png') no-repeat top center;
    background-size: 100vw 40px;
    transform: rotate(180deg);
}
.shop-services .single-service {
	position:relative;
	padding-left:65px
}
.shop-services .single-service img {
	height:50px;
	width:50px;
	line-height:50px;
	text-align:center;
	color:#333;
	background:transparent;
	border-radius:100%;
	display:block;
	font-size:1.5rem!important;
	position:absolute;
	left:0;
	top:0;
}
@media only screen and (max-width:767px) {.shop-services .single-service img {
	left:50%;
	margin-left:-25px
	}
}
.shop-services .single-service h4 {
	font-weight:600;
	line-height:20pt;
	color:#333;
	font-size:inherit;
}
.shop-services .single-service p {
	color:#999;
	line-height:20pt
}
.shop-newsletter {
	background:#fff
}
.shop-newsletter .inner {
	text-align:center
}
.shop-newsletter .inner h4 {
	color:#333;
	font-weight:600;
	margin-bottom:5px;
}
.shop-newsletter .inner p {
	color:#777;
	font-weight:400;
	margin-bottom:30px
}
.shop-newsletter .inner div {
	color:#777;
	font-weight:400;
}
.shop-newsletter .newsletter-inner {
	position:relative;
	display:inline-block;
}
.shop-newsletter .newsletter-inner input {
	width:75%;
	height:55px;
	border-radius:0;
	padding:0 30px;
	font-weight:400;
	display:inline-block;
	text-shadow:none;
	box-shadow:none;
	border-radius:0;
	border:none;
	border:1px solid #ececec;
}
.shop-newsletter .newsletter-inner button {
	border:none;
	text-shadow:none;
	box-shadow:none;
	border-radius:0
}
.shop-newsletter .newsletter-inner .btnn {
	display:inline-block;
	width:25%;
	position:relative;
	top:0;
	color:#fff!important;
	left:-4px;
	border-radius:0 30px 30px 0!important;
	font-weight:500;
}
.shop-newsletter .newsletter-inner .btnn:hover {
	background: linear-gradient(135deg, #333, #444);
	color:#fff!important;
}
.about-us {
	background:#fff
}
.about-us .about-content {
	padding-right:50px
}
.about-us .about-content .story {
	display:block;
	margin-bottom:20px;
}
.about-us .about-content .story i {
	margin-right:5px;
	font-size:larger!important
}
.about-us .about-content p {
	line-height:26px;
	margin-bottom:10px
}
.about-us .about-content p:last-child {
	margin:0
}
.about-us .about-content .button .btn:last-child {
	margin:0
}
.about-us .about-img {
	position:relative;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	border:10px solid #fff
}
.about-us .about-img:before {
	opacity:0;
	visibility:hidden;
	transition:all .4s ease;
}
.about-us .about-img:hover:before {
	opacity:.6;
	visibility:visible
}
.about-us .about-img img {
	height:100%;
	width:100%
}
.team {
	background: linear-gradient(to bottom, #E6ECF2 60%, white 100%);
	margin-bottom:60px;
}
.team .title-line {
	margin-bottom:40px
}
.team .single-team {
	margin-top:30px;
	position:relative;
	transition:all 500ms ease;
	display:inline-block;
	overflow:hidden;
	text-align:center;
	background:#fff;
	box-shadow:0 0 12px rgba(0,0,0,0.1);
	border-radius:5px;
}
.team .single-team .info-head {
	padding:35px 30px
}
.team .single-team .image img {
	height:100%;
	width:100%
}
.team .single-team .info-box {
	text-align:center
}
.team .single-team .info-box .name {
	display:block;
	color:#333;
	font-weight:500;
	margin-bottom:3px;
}
.team .single-team .info-box .designation {
	color:#999
}
.team .single-team .social-links {
	transition:all 500ms ease;
	margin-top:15px
}
.team .single-team .social-links .social li {
	display:inline-block;
	margin-right:15px
}
.team .single-team .social-links .social li:last-child {
	margin-right:0
}
.team .single-team .social-links .social li a {
	color:#333;
	display:block
}
.shop-blog .shop-single-blog {
	text-align:center;
	transition:all .4s ease;
}
.shop-blog .shop-single-blog:hover {
	box-shadow:0 10px 10px rgba(0,0,0,0.3);
}
.shop-blog .shop-single-blog img {
	height:100%;
	width:100%
}
.shop-blog .shop-single-blog .content {
	padding:10px
}
.shop-blog .shop-single-blog .content .title {
	font-weight:600;
	font-size:1rem;
	color:#333
}
.shop-blog .shop-single-blog .content .date {
	font-weight:400;
	margin-bottom:5px;
	color:#333
}
.shop-blog .shop-single-blog .content .additional {
	font-weight:400;
	color:#3c3c3c;
	margin-top:10px;
	display:block;
	overflow:hidden;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3
}
.shop-blog .shop-single-blog .content .more-btn {
	font-weight:400;
	color:#3c3c3c;
	margin-top:10px;
	display:block
}
/* Section title */
.section-title {
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	text-align: center;
}
.section-title h1 {
	font-size:2rem;
  	margin-bottom: 10px;
	text-align: center;
}
.section-title-larger h1 {
	font-size:2.5rem;
  	margin-bottom: 10px;
	text-align: center;
}
.section-title h2, .section-title h3, .section-title h4 {
	font-size:2rem;
  	margin-bottom: 10px;
	text-align: center;
}
.section-title-secondary h2, .section-title-secondary h3, .section-title-secondary h4 {
	font-size:1.5rem;
  	margin-bottom: 15px;
	text-align: center;
	font-family: 'Georgia', 'Times New Roman', serif;
	font-weight:300;
}
.section-title-2 {
  	display: flex;
  	flex-direction: column;
}
.section-title-2 h1, .section-title-2 h2, .section-title-2 h3, .section-title-2 h4 {
	font-size:2rem;
  	margin-bottom: 10px;
}
.section-title-2-larger h1, .section-title-2-larger h2, .section-title-2-larger h3, .section-title-2-larger h4 {
	font-size:2.5rem;
  	margin-bottom: 10px;
}
.section-title-2-secondary h2, .section-title-2-secondary h3, .section-title-2-secondary h4 {
	font-size:1.5rem;
  	margin-bottom: 15px;
	font-family: 'Georgia', 'Times New Roman', serif;
	font-weight:300;
}


.main-sidebar {
	background:#fff;
	padding:30px;
	background:transparent;
	border:1px solid #eeeeeec2
}
.single-widget {
	margin-bottom:50px
}
.single-widget .title {
	position:relative;
	font-weight:600;
	margin-bottom:30px;
	display:block;
	background:#fff;
}
.single-widget:last-child {
	margin:0
}
.main-sidebar .categor-list {
	margin-top:15px
}
.main-sidebar .categor-list li {
	margin-bottom:10px
}
.main-sidebar .categor-list li:last-child {
	margin-bottom:0
}
.main-sidebar .categor-list li a {
	display:inline-block;
	color:#333
}
.main-sidebar .categor-list li a:hover {
	padding-left:7px
}
.main-sidebar .categor-list li a i {
	display:inline-block;
	margin-right:0;
	transform:translateY(-1px);
	opacity:0;
	visibility:hidden;
	transition:all .4s ease;
}
.main-sidebar .categor-list li a:hover i {
	margin-right:6px;
	opacity:1;
	visibility:visible
}
.main-sidebar .single-post {
	position:relative;
	border-bottom:1px solid #ddd;
	display:inline-block;
	padding:17px 0;
	width:100%;
}
.main-sidebar .single-post:last-child {
	padding-bottom:0;
	border:none
}
.main-sidebar .single-post .image img {
	float:left;
	width:80px;
	height:80px;
	margin-right:20px
}
.main-sidebar .single-post .content {
	padding-left:100px
}
.main-sidebar .single-post .content h5 {
	line-height:22px;
	font-size:inherit;
}
.main-sidebar .single-post .content h5 a {
	color:#333;
	font-weight:500;
	margin-top:10px;
	margin-bottom:10px;
	display:block;
}
.main-sidebar .single-post .content p {
	line-height:22px;
	font-weight:200;
	margin:0;
}
.main-sidebar .single-post .content .comment li {
	color:#666;
	line-height:22px;
	display:inline-block;
	margin-right:15px;
	font-weight:400
}
.main-sidebar .single-post .content .comment img {
	width:25px;
	height:25px;
}
.main-sidebar .single-post .content .comment li:last-child {
	margin-right:0
}
.main-sidebar .newsletter .letter-inner {
	position:relative;
	padding:35px 30px;
	box-shadow:0 0 12px rgba(0,0,0,0.3);
	z-index:2;
	overflow:hidden
}
.main-sidebar .newsletter .letter-inner h4 {
	margin-bottom:25px;
	font-weight:600;
	line-height:24px
}
.main-sidebar .newsletter .letter-inner p {
	margin-bottom:20px
}
.main-sidebar .newsletter .letter-inner .form-inner {
	position:relative
}
.main-sidebar .newsletter .letter-inner input {
	width:100%;
	height:45px;
	background:#E6ECF2;
	border:none;
	padding:0 60px 0 20px;
	box-shadow:none;
	text-shadow:none;
	border-radius:0
}
.blog-single {
	background:#fff;
	padding:0px 0 60px
}
.blog-single .blog-single-main {
	margin-top:30px;
	background:#fff
}
.blog-single .blog-detail {
	background:#fff
}
.blog-single .image {
	position:relative
}
.blog-single .image img {
	width:100%;
	height:100%
}
.blog-single .blog-title {
	margin:40px 0 15px
}
.blog-single .blog-meta {
	overflow:hidden;
	border-bottom:1px solid #dddddd6e;
	padding-bottom:20px;
	margin-bottom:25px
}
.blog-single .blog-meta .author i {
	margin-right:10px;
}
.blog-single .blog-meta .author a {
	border-right:1px solid #ddd;
	padding:0 15px
}
.blog-single .blog-meta .author a:first-child {
	padding-left:0
}
.blog-single .blog-meta .author a:last-child {
	padding-right:0;
	border:none
}
.blog-single .blog-meta span {
	display:inline-block;
	color:#666
}
.blog-single .blog-meta span a i {
	margin-right:10px;
}
.blog-single .content p {
	margin-bottom:25px;
	line-height:26px
}
.blog-single .content p:last-child {
	margin:0
}
.blog-single blockquote {
	position:relative;
	font-weight:400;
	background:#E6ECF2;
	padding:30px 40px 30px 30px;
	color:#333;
	border:none;
	margin-bottom:25px;
	border-left:3px solid #333;
}
.blog-single blockquote ion-icon {
	position:absolute;
	left:20px;
	top:20px
}
.blog-single .content .img-post {
	margin-bottom:25px
}
.blog-single .share-social .content-tags {
	position:relative;
	margin-top:25px
}
.blog-single .share-social .content-tags h4 {
	position:absolute;
	left:0;
	top:7px;
	font-weight:500
}
.blog-single .share-social .content-tags .tag-inner {
	padding-left:60px
}
.blog-single .share-social .content-tags .tag-inner li {
	display:inline-block;
	margin-right:7px;
	margin-bottom:10px;
	margin-top:4px
}
.blog-single .share-social .content-tags .tag-inner li:last-child {
	margin-right:0;
	margin-bottom:0
}
.blog-single .share-social .content-tags .tag-inner li a {
	border-radius:30px;
	padding:5px 15px;
}
.blog-single .share-social .content-tags .tag-inner li a:hover {
	color:#fff
}
.blog-single .comments {
	margin-top:40px
}
.blog-single .comments .comment-title {
	position:relative;
	font-weight:600;
	margin-bottom:30px;
	display:block;
	background:#fff;
	padding-left:12px;
	font-size:1.25rem;
}
.blog-single .comments .comment-title:before {
	position:absolute;
	content:"";
	left:0;
	bottom:-1px;
	height:100%;
	width:3px
}
.blog-single .comments .single-comment {
	position:relative;
	margin-bottom:40px;
	border-radius:5px;
	padding-left:95px
}
.blog-single .comments .single-comment.left {
	margin-left:110px
}
.blog-single .comments .single-comment img {
	height:70px;
	width:70px;
	border-radius:100%;
	position:absolute;
	left:0
}
.blog-single .single-comment .content h4 {
	color:#333;
	font-weight:500;
	margin-bottom:10px;
	display:inline-block;
	margin-bottom:10px;
}
.blog-single .single-comment .content h4 span {
	display:inline-block;
	color:#8D8D8D;
	margin:0;
	font-weight:400;
	margin-top:5px
}
.blog-single .single-comment .content p {
	color:#666;
	font-weight:400;
	display:block;
	margin:0;
	margin-bottom:20px;
	line-height:22px
}
.blog-single .reply .reply-title {
	position:relative;
	font-weight:600;
	margin-bottom:30px;
	display:block;
	background:#fff;
	padding-left:12px;
	font-size:1.25rem;
}
.blog-single .reply .reply-title:before {
	position:absolute;
	content:"";
	left:0;
	bottom:-1px;
	height:100%;
	width:3px;
}
.blog-single .reply .button {
	text-align:left;
	margin-bottom:0
}
.contact-us {
	position:relative;
	z-index:43
}
.contact-us .title {
	margin-bottom:30px
}
.contact-us .title h1 {
	font-size:1.5rem;
	font-weight:500;
	margin-bottom:5px;
}
.contact-us .title h2 {
	font-size:1.25rem;
	font-weight:600
}
.contact-us .single-head {
	padding:50px;
	box-shadow:0 0 15px #ddd;
	height:100%
}
.contact-us .single-info {
	text-align:left;
	margin-bottom:30px
}
.contact-us .single-info img {
	color:#fff;
	display:inline-block;
	margin-bottom:15px;
	height:50px;
	width:50px;
	text-align:center;
	border-radius:3px;
	line-height:50px;
	padding:6px;
}
.contact-us .single-info ul.contact-us .single-info ul li {
	margin-bottom:5px
}
.contact-us .single-info ul li:last-child {
	margin-bottom:0
}
.contact-us .single-info ul li a {
	font-weight:400
}
.contact-us .single-info .title {
	margin-bottom:10px;
	font-weight:500;
	color:#333
}
.contact-us .form-main {
	box-shadow:0 0 15px #ddd;
	padding:50px
}
/* 404 */
.error-page {
	background-color:#fff;
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative
}
.error-page .error-inner {
	text-align:center;
	flex-direction:initial;
	height:auto;
	text-align:center
}
.error-page .error-inner h1 {
	display:block;
	color:#444;
	font-size:5rem!important;
	margin-bottom:15px;
	font-weight:600;
}
.error-page .error-inner h5 {
	display:block;
	color:#444;
	font-size:1.5rem!important;
	margin-bottom:15px;
	font-weight:600;
}
.error-page .error-inner p {
	color:#666;
	font-weight:400;
	line-height:22px;
	padding:0 30px
}
.error-page .button {
	margin-top:30px
}
/* Footer */
.footer {
	background:transparent;
	border-top:solid 1px #ddd;
}
.footer .about {
	padding-right:50px
}
.footer .single-footer h4 {
	font-weight:600;
	color:#333;
	margin-bottom:26px;
	font-size:1.2rem;
}
.footer .about .logo {
	margin-bottom:20px;
	width:120px;
	height:auto;
}
.footer .about .text {
	color:#333;
	font-weight:400;
	line-height:1.5;
}
.footer .links ul li {
	display:block;
	margin-bottom:8px
}
.footer .links ul li:last-child {
	margin-bottom:0
}
.footer .links ul li a {
	color:#333;
	font-weight:400
}
.footer .social .contact ul li {
	color:#333;
	display:block;
	margin-bottom:4px;
	font-weight:400;
}
.footer .contact ul li:last-child {
	margin-bottom:0
}
.footer .social ul {
	margin-top:26px
}
.footer .social ul li {
	display:inline-block;
	margin-right:25px
}
.footer .social ul li:last-child {
	margin-right:0
}
.footer .social ul li a img {
	color:#333;
	display:block;
	cursor:pointer;
	height:20px;
	width:20px;
}
.footer .copyright .inner {
	border-top:1px solid #eee;
	padding:20px 0
}
.copyright .right {
  	display: grid;              
  	grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); 
  	width: 100%;               
  	gap: 0;                   
}
.copyright .right img {
  	width: 100%;             
  	height: auto;               
  	object-fit: cover;          
  	display: block;            
}
.footer-links {
	color:#333;
	filter: grayscale(1.0);
}
.footer .copyright p {
	color:#333
}
.footer .copyright p a {
	color:#333;
	text-decoration:underline
}



.free-version-banner {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	padding: 60px 0 60px 0;
}
.free-version-banner .button {
	z-index:5;
	margin-top:40px
}
.noHover {
	pointer-events:none
}
.cart-card {
	box-shadow:0 4px 8px rgba(0,0,0,0.1);
	padding:8px;
	position:relative;
	background-color:#fff;
	border-radius:5px;
	border:1px solid #edebeb;
	-webkit-transition:-webkit-box-shadow 0.25s;
	transition:-webkit-box-shadow 0.25s;
	transition:box-shadow 0.25s;
	transition:box-shadow 0.25s,-webkit-box-shadow 0.25s;
}
.header.shop .top-left {
	overflow-x: auto;
  	-webkit-overflow-scrolling: touch;
  	white-space: nowrap;
}
.header.shop .top-left .list-main {
  display: inline-flex;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header.shop .top-left .list-main li:first-child{
	padding-left:0;
}
.header.shop .top-left .list-main li img{
	width:20px;
	height:20px;
	margin-right: 4px;
	filter: brightness(0) invert(1);
}
.header.shop .list-main li {
  flex: 0 0 auto;
  display: inline-block;
  color: #fff;
  font-weight: 300;
  padding: 2px 20px;
  white-space: nowrap;
}
.header.shop .list-main li:last-child{
	padding-right:0;
	border:none;
}
.header.shop .list-main li a{
	color:#fff!important;
}
/* Wishlist & Cart button */
.herz-button {
	position: absolute;
	top: 16px;
	left: 26px;
	background: #fff;
	border: none;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: color 0.3s ease, background 0.3s ease;
	z-index: 90;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
	.herz-button {
		top: 18px;
		left: 15px;
	}
}
.cart-button {
	position: absolute;
	top: 95px;
	left: 26px;
	background: #fff;
	border: none;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: color 0.3s ease, background 0.3s ease;
	z-index: 90;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
	.cart-button {
		top: 78px;
		left: 15px;
	}
}
.herz-button img {
	color: #FF7F50!important;
	stroke-width: 30;
	fill: transparent;
	transition: transform 0.4s ease, fill 0.4s ease;
	width: 28px;
	height: 28px;
}
.herz-button img:hover {
	transform: scale(1.5);
}
.herz-button:active .herz-button img {
	fill: #FF7F50;
	color: #FF7F50!important;
	transform: scale(1.5);
}
.herz-button img .active {
	fill: #FF7F50!important;
	color: #FF7F50!important;
	stroke-width: 30;
	fill: transparent;
	transition: transform 0.4s ease, fill 0.4s ease;
	font-size: 1.75rem!important;
	width: 28px;
	height: 28px;
}
.herz-button img .active .active:hover {
	fill: transparent!important;
}
.wishlist-button {
	position: absolute;
	top: 6px;
	right: 6px;
	background: #fff;
	border: none;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: color 0.3s ease, background 0.3s ease;
	z-index: 90;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
	.wishlist-button {
		width:32px;
		height:32px;
	}
}
.wishlist-button img {
	color: #FF7F50!important;
	stroke-width: 30;
	fill: transparent;
	transition: transform 0.4s ease, fill 0.4s ease;
	width: 28px;
	height: 28px;
}
/* Product slider */
@media (max-width: 768px) { 
    .product-slider {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        padding: 0 !important;
        margin: 0 !important;
        z-index: 0;
    }
	.product-slider-replacement {
        position: relative;
        top: 0;
        left: 0;
        width: 100vw;
        max-width: 100vw;
        padding: 0 !important;
        margin: 0 !important;
        z-index: 0;
    }
    .product-slider-container {
        padding: 0 !important;
        margin: 0 !important;
		width: 100vw;
    }
	.product-slider img {
		border-radius:0;
	}
}
.product-slider .owl-dots {
    text-align: center;
    margin-top: 5px;
}
.product-slider .owl-dots .owl-dot {
    display: inline-block;
    width: 30px;
    height: 5px;
    margin: 0 5px;
    background: #ccc;
    border-radius: 10px;
    transition: background 0.3s ease;
	cursor:pointer;
}
.product-slider .owl-dots .owl-dot.active {
    background: linear-gradient(135deg, #333, #444);
}
.product-slider .owl-dots .owl-dot span {
    display: none;
}
.product-slider img {
    aspect-ratio: 550 / 550;
    width: 100%;
    height: auto;
    object-fit: scale-down;
	margin:0;
}
#product-img-slider_MainImgContainer {
    display: block !important;
    padding-top: 4px !important;
}
/* Home slider */
.home-slider {
    position: arelative;
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 0;
}
.home-slider .owl-dots {
    text-align: center;
    margin-top: 5px;
}
.home-slider .owl-dots .owl-dot {
    display: inline-block;
    width: 30px;
    height: 5px; 
    margin: 0 5px;
    background: #ccc; 
    border-radius: 10px;
    transition: background 0.3s ease;
	cursor:pointer;
}
.home-slider .owl-dots .owl-dot.active {
    background: linear-gradient(135deg, #333, #444);
}
.home-slider .owl-dots .owl-dot span {
    display: none;
}
.home-slider img {
  display: block;
  width: 100%;
}
/* Cookie banner */
.cookie-banner-bottom {
    position: fixed;
    bottom: 10px;
    left: 10px;
	right:10px;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width:650px;
    z-index: 100;
}
.cookie-banner-bottom p {
    margin: 10px 0 10px;
    line-height: 1.5;
}
.cookies ul li {
	display:block;
	position:relative;
	padding-left:20px
}
.cookies ul li::before {
	position:absolute;
	content:"";
	left:0;
	top: 50%; 
    transform: translateY(-50%);
	height:7px;
	width:7px;
	border-radius:50%
}
.share-buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.share-btn {
    flex: 1; 
    text-align: center;
    padding: 6px;
    color: #333;
    border-radius: 5px;
    transition: 0.3s;
}
.share-btn ion-icon {
    font-size: 1.25rem;
}
/* Breadcrumbs */
ul.katalog-pfad {
    list-style: none; 
    padding: 0;
    margin: 0;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center; 
}
ul.katalog-pfad li {
    padding: .75rem 0;
    vertical-align: top;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 5px; 
}
ul.katalog-pfad li::before {
    content: "Zurück zu"; 
    color: #333;
}
ul.katalog-pfad li:last-child {
    display:none;
}
