﻿.carousel-control-next:focus,
.carousel-control-prev:focus,
a:link, a:visited, a:hover, a:focus, a:active {
	color: #f3a31a;
}

/* Global: Hide Germanized Legal Info for all shops */
.single-product .legal-price-info,
.single-product .wc-gzd-additional-info {
	display: none !important;
}

/* Global Header & Footer (Ignored by Frank-Werbeartikel to protect its native header) */
.offcanvas,
header {
	background-color: #fff !important;
	color: #f3a31a !important;
}

header .logo {
	width: 100%;
}

.nav-pills-offcanvas .nav-link.active {
	border-color: #f3a31a;
}

.nav-pills-offcanvas button,
header a {
	color: #f3a31a !important;
}

header .hr a:hover {
	text-shadow: 0 0 7px #f3a31a60;
}

footer {
	background-color: #545454 !important;
	color: #fff !important;
}

footer a {
	color: #fff !important;
}

footer ul,
footer p {
	color: #fff !important;
}

.bg-primary {
	background-color: #fff !important;
}

.bg-secondary {
	background-color: #545454 !important;
}

.category-carousel .carousel-control-next-icon,
.category-carousel .carousel-control-prev-icon { 
	background-color: #f3a31a;
	border: 5px solid #f3a31a;
}

.search-close {	
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f3a31a'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}

.category-carousel .carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.category-carousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.text-primary {
	color: #f3a31a !important;
}

.text-secondary {
	color: #fff !important;
}

.box,
a.btn,
.cart_count,
.btn {
	background-color: #f3a31a;
	border-color: #f3a31a;
	color: #fff;
	text-decoration: none !important;
	text-transform: uppercase;
}

/* Basic Header Cart Fix for all designs */
header .rounded-circle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 18px !important;
    height: 18px !important;
    line-height: 1 !important;
    font-size: 10px !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    top: -2px; /* Slight adjustment */
    bottom: auto !important;
}

.btn.outline {
	background-color: transparent !important;
	border-color: #f3a31a;
	color: #f3a31a;
	text-decoration: none !important;
}

.btn.outline:hover {
	background-color: #f3a31a !important;
	color: #fff !important;
}

.btn:hover {
	color: #fff;
	background-color: #f3a31aee;
}

.nav-pills .nav-link, 
.nav-pills .show > .nav-link {
	color: #f3a31a;
	border: 1px solid #f3a31a;
	background: #fff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #f3a31a;
}

.nav-pills .nav-link.active {
	color: #fff}

.modal-header {
    background-color: #f3a31a;
	color: #fff;
}

.offcanvas .btn-close {
    <!--background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")-->
}

.offcanvas .dropdown-item:focus, .dropdown-item:hover {
    background-color: #f3a31a;
	color: #fff !important;
}

header .form-control.searchinput {
	color: #f3a31a;
	border: 0;
	border-bottom: 1px solid #f3a31a60;
	background-color: transparent;
}

header .form-control.searchinput:focus {
	border-bottom: 1px solid #f3a31a60;
}

header .search_button i,
header .searchinput::placeholder,
header .searchinput:focus {
	color: #f3a31a;
}

header .searchinput:focus {
	background-color: #f3a31a20;
}

.inner-hover-bottom .woocommerce-loop-product__link:hover::before {
	background-color: #f3a31a90;
}

.inner-hover-bottom .woocommerce-loop-product__link::before {
	background-color: #f3a31a;
	border: 1px solid #f3a31a;
	color: #fff;
}

.progressCart__item:before {
	border-left: 1px solid #f3a31a;
}

.progressCart__item:after {
	color: #fff;
	border: 1px solid #f3a31a;
}

.progressCart__item.progress__item--completed:after {
	background: #f3a31a;
}

.progressCart__item.progress__item--active:after {
	background: #f3a31a;
}

.progressCart__info .dropdown-item.active, 
.progressCart__info .dropdown-item:active {
	background-color: #f3a31a !important
}

.configurate_print_position input:checked + label,
.configurate_quantity input:checked + label {
	border-color: #f3a31a !important;
}

.offcanvas nav > ul > li > a {
	border-bottom: 1px solid #f3a31a60;
}


.alg_checkout_files_upload_button {
	background-color: none;
	border-color: #f3a31a !important;
}


.bg-werbou {
	background-color: #f3a31a !important;
}

#offcanvasLeft.offcanvas {
	background-color: #545454 !important;
	color: #fff !important;
	backdrop-filter: blur(15px) !important;
	-webkit-backdrop-filter: blur(15px) !important;
}

.text-werbou {
	color: #f3a31a !important;
}

.btn-werbou {
	background-color: #f3a31a;
	color: #fff;
}

/* Werbou Slide Carousel */
.werbou-slide-carousel .carousel-control-prev,
.werbou-slide-carousel .carousel-control-next {
	width: 50px !important;
	height: 50px !important;
	background: rgba(0,0,0,0.75) !important;
	border-radius: 50% !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	opacity: 1 !important;
}

.werbou-slide-carousel .carousel-control-prev {
	left: -65px !important;
}

.werbou-slide-carousel .carousel-control-next {
	right: -65px !important;
}

.werbou-slide-carousel .carousel-control-prev i,
.werbou-slide-carousel .carousel-control-next i {
	color: #f3a31a !important;
	font-size: 1.2rem !important;
}

.werbou-slide-carousel .carousel-control-prev:hover,
.werbou-slide-carousel .carousel-control-next:hover {
	background: rgba(0,0,0,0.9) !important;
	opacity: 1 !important;
}

header .form-control.searchinput {
	border: 1px solid #eee !important;
	background-color: #f5f5f5 !important;
	border-radius: 50px !important;
	box-shadow: none !important;
	color: #333 !important;
	padding-left: 20px !important;
}

header .form-control.searchinput:focus {
	border-color: #ffc107 !important;
	background-color: #f5f5f5 !important;
	box-shadow: none !important;
}

header .searchinput::placeholder {
	color: #bbb !important;
}

/* Werbou Product Tabs */
.werbou-tabs .nav-link {
	border-radius: 50px !important;
	padding: 0.55rem 2rem !important;
	font-weight: 600 !important;
	font-size: 0.9rem !important;
	letter-spacing: 0.05em !important;
	transition: all 0.25s ease !important;
	border: 2px solid #f3a31a !important;
	color: #f3a31a !important;
	background: transparent !important;
}
.werbou-tabs .nav-link:hover {
	background: #f3a31a !important;
	color: #fff !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 6px 16px rgba(0,0,0,0.15) !important;
}
.werbou-tabs .nav-link.active {
	background: #f3a31a !important;
	color: #fff !important;
	border-color: #f3a31a !important;
	box-shadow: 0 4px 14px rgba(0,0,0,0.18) !important;
}

/* Werbou Product Slider - Einheitliche Bildgröße */
.werbou-product-slider-wrap .product-img {
	height: 220px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}
.werbou-product-slider-wrap .product-img img {
	max-height: 190px !important;
	width: auto !important;
	max-width: 100% !important;
	object-fit: contain !important;
}

/* Werbou Product Slider - Dezenter Card-Hover */
.werbou-product-slider-wrap .product-yith .inner {
	border-radius: 12px !important;
	transition: transform 0.22s ease, box-shadow 0.22s ease !important;
	background: #fff !important;
}
.werbou-product-slider-wrap .product-yith:hover .inner {
	transform: translateY(-6px) !important;
	box-shadow: 0 8px 24px rgba(0,0,0,0.10) !important;
}

/* Werbou Product Slider - Hover-Effekt deaktivieren */
.werbou-product-slider-wrap .product-yith:hover .outer {
	position: static !important;
	background: transparent !important;
	width: auto !important;
	height: auto !important;
	box-shadow: none !important;
	z-index: auto !important;
}
.werbou-product-slider-wrap .product-yith:hover .inner {
	width: auto !important;
	display: block !important;
}
.werbou-product-slider-wrap .product-yith:hover .inner-hover,
.werbou-product-slider-wrap .product-yith:hover .inner-hover-bottom {
	display: none !important;
}

/* Werbou Product Slider - Fade an den Rändern */
.werbou-product-slider-wrap {
	position: relative;
	overflow: hidden;
	padding: 8px 40px 24px;
}
.werbou-product-slider-wrap::before,
.werbou-product-slider-wrap::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: max(20px, calc(50% - 620px));
	z-index: 20;
	pointer-events: none;
}
.werbou-product-slider-wrap::before {
	left: 0;
	background: linear-gradient(to right, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.6) 60%, rgba(255,255,255,0) 100%);
}
.werbou-product-slider-wrap::after {
	right: 0;
	background: linear-gradient(to left, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.6) 60%, rgba(255,255,255,0) 100%);
}
.werbou-product-slider-wrap .carousel-control-prev,
.werbou-product-slider-wrap .carousel-control-next {
	width: 50px !important;
	height: 50px !important;
	background: rgba(0,0,0,0.75) !important;
	border-radius: 50% !important;
	top: 40% !important;
	transform: translateY(-50%) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	opacity: 1 !important;
	z-index: 30 !important;
	transition: background 0.2s ease !important;
	margin: 0 !important;
}
.werbou-product-slider-wrap .carousel-control-prev {
	left: max(20px, calc(50% - 657px)) !important;
}
.werbou-product-slider-wrap .carousel-control-next {
	right: max(20px, calc(50% - 657px)) !important;
}
.werbou-product-slider-wrap .carousel-control-prev i,
.werbou-product-slider-wrap .carousel-control-next i {
	color: #f3a31a !important;
	font-size: 1.2rem !important;
}
.werbou-product-slider-wrap .carousel-control-prev:hover,
.werbou-product-slider-wrap .carousel-control-next:hover {
	background: rgba(0,0,0,0.9) !important;
}


