/*
Theme Name: Bigpapir
Theme URI: bigpapir.rs
Description: Bigpapir child theme for Pixeen
Author: Alex M.
Author URI: https://www.upwork.com/freelancers/~0145929f1d88e4c19e/
Template: pixeen
Version: 1.0.0
Text Domain: bigpapir
*/
html,
body {
	overflow-x: hidden;
}
.pixeen-marquee-wrap {
	width: 100%;
	overflow: hidden;
	z-index: 9;
	background-color: #b80000;
	padding: 5px 0;
	color: #ffffff;
}
.pixeen-marquee-track {
	display: flex;
	width: max-content;
	animation: pixeen-marquee-scroll linear infinite;
}
.pixeen-marquee-content {
	display: flex;
	align-items: center;
	gap: 60px;
	padding-right: 60px;
	white-space: nowrap;
}
@keyframes pixeen-marquee-scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(-1 * var(--marquee-single-width)));
	}
}
#home-hero .hero__item {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#home-hero .owl-nav.disabled,
#home-hero .owl-dots.disabled {
	display: block !important;
}
#home-hero .owl-nav div {
	color: #ffffff;
	background: #b80000;
	border-color: #b80000;
	opacity: 1;
}
#home-hero .owl-nav div:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: #b80000;
}
#home-hero .hero__content {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 70px;
	border-radius: 5px;
}
#home-hero .hero__content.is-animating {
	animation: bigpapir-fade-in 3s;
}
@keyframes bigpapir-fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
#home-hero .owl-dots .owl-dot.active {
	background-color: #b80000;
	border-color: #b80000;
}
a.quote-btn:hover:before, .hero .site-btn:hover, .site-btn__s2:hover:before, .wpcf7-form-control.wpcf7-submit.site-btn.site-btn__s2:hover,
a.quote-btn:before, .hero .site-btn, .site-btn__s2:before, .wpcf7-form-control.wpcf7-submit.site-btn.site-btn__s2 {
	background: #b80000 !important;
}
#home-usluge-boxes figure i {
	color: #b80000;
	min-height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#preloader .preloader span {
	background: #b80000;
}
.elementor-widget-icon_box .contact__text ul {
	list-style-type: none;
}
.elementor-widget-icon_box .contact__text ul li {
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
	color: #b80000;
}
.elementor-widget-icon_box .contact__text .title {
	margin-bottom: 20px;
}
.breadcrumb-area {
	display: none;
	padding-bottom: 20px;
}
/* Archive layout */
.bigpapir-archive-page {
	max-width: 1280px;
	margin: 0 auto;
	padding: 30px 20px;
}
.bigpapir-archive-header {
	margin-bottom: 24px;
}
.bigpapir-archive-header h1 {
	font-size: 26px;
	margin-bottom: 8px;
}
.bigpapir-subcats {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}
.bigpapir-subcat-pill {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 5px 12px;
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	border-radius: 20px;
	text-decoration: none;
	color: #333333;
	font-size: 13px;
	transition: background .15s;
}
.bigpapir-subcat-pill:hover {
	background: #e8e8e8;
}
.bigpapir-subcat-count {
	background: #dddddd;
	border-radius: 10px;
	padding: 0 6px;
	font-size: 11px;
}
/* Active filters */
.bigpapir-active-filters {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	font-size: 13px;
}
.bigpapir-active-label {
	color: #888888;
}
.bigpapir-active-pill {
	background: #222222;
	color: #ffffff;
	padding: 4px 10px;
	border-radius: 20px;
	text-decoration: none;
	font-size: 12px;
	transition: background .15s;
}
.bigpapir-active-pill:hover {
	background: #555555;
	color: #ffffff;
}
.bigpapir-clear-all {
	color: #999999;
	font-size: 12px;
	text-decoration: underline;
}
/* Body: sidebar + main */
.bigpapir-archive-body {
	display: flex;
	gap: 32px;
	align-items: flex-start;
}
.bigpapir-filter-sidebar {
	flex: 0 0 220px;
}
.bigpapir-archive-main {
	flex: 1;
	min-width: 0;
}
.bigpapir-archive-meta {
	font-size: 13px;
	color: #888888;
	margin-bottom: 16px;
}
/* Filter groups */
.bigpapir-filter-group {
	margin-bottom: 24px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
}
.bigpapir-filter-group:last-child {
	border-bottom: none;
}
.bigpapir-filter-title {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #444444;
	margin: 0 0 12px;
}
/* Color swatches in filter */
.bigpapir-filter-colors {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.bigpapir-filter-swatch {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #555555;
	transition: border-color .15s, outline .15s;
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.bigpapir-filter-swatch:hover {
	border-color: #999999;
}
.bigpapir-filter-swatch.active {
	border-color: #222222;
	outline-color: #222222;
}
/* Size buttons in filter */
.bigpapir-filter-sizes {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.bigpapir-filter-size {
	padding: 5px 10px;
	border: 1px solid #dddddd;
	border-radius: 4px;
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	transition: border-color .15s, background .15s;
}
.bigpapir-filter-size:hover {
	border-color: #222222;
	color: #222222;
}
.bigpapir-filter-size.active {
	background: #222222;
	color: #ffffff;
	border-color: #222222;
}
/* Price slider */
.bigpapir-range-wrap {
	position: relative;
	height: 28px;
	margin-bottom: 10px;
}
.bp-range {
	position: absolute;
	width: 100%;
	height: 4px;
	background: transparent;
	pointer-events: none;
	-webkit-appearance: none;
	top: 50%;
	transform: translateY(-50%);
}
.bp-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #222222;
	cursor: pointer;
	pointer-events: auto;
	border: 2px solid #ffffff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
.bp-range::-moz-range-thumb {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #222222;
	cursor: pointer;
	pointer-events: auto;
	border: 2px solid #ffffff;
}
.bigpapir-price-inputs {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 10px;
}
.bigpapir-price-inputs input {
	padding: 4px 6px;
	border: 1px solid #dddddd;
	border-radius: 4px;
	font-size: 13px;
	text-align: center;
}
.bigpapir-price-inputs span {
	color: #aaaaaa;
}
.bigpapir-price-submit {
	width: 100%;
	padding: 7px;
	background: #222222;
	color: #ffffff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 13px;
	transition: background .15s;
}
.bigpapir-price-submit:hover {
	background: #444444;
}
/* Product grid */
.bigpapir-product-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.bigpapir-product-card {
	text-decoration: none;
	color: inherit;
	border: 1px solid #eeeeee;
	border-radius: 6px;
	overflow: hidden;
	transition: box-shadow .2s;
	display: flex;
	flex-direction: column;
}
.bigpapir-product-card:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
}
.bigpapir-card-image {
	padding: 10px;
	aspect-ratio: 1;
	overflow: hidden;
	background: #f9f9f9;
}
.bigpapir-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s;
}
.bigpapir-product-card:hover .bigpapir-card-image img {
	transform: scale(1.04);
}
.bigpapir-card-body {
	padding: 12px;
	flex: 1;
}
.bigpapir-card-title {
	font-size: 13px;
	margin: 0 0 6px;
	line-height: 1.4;
}
.bigpapir-card-price {
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 4px;
}
.bigpapir-card-stock {
	font-size: 11px;
	margin: 0;
}
.bigpapir-card-stock.in-stock {
	color: #2a7a3c;
}
.bigpapir-card-stock.no-stock {
	color: #bbbbbb;
}
/* Pagination */
.bigpapir-pagination {
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
}
.bigpapir-pagination a {
	padding: 7px 12px;
	border: 1px solid #dddddd;
	border-radius: 4px;
	text-decoration: none;
	color: #333333;
	font-size: 13px;
	transition: background .15s;
}
.bigpapir-pagination a:hover {
	background: #f5f5f5;
}
.bigpapir-pagination a.current {
	background: #222222;
	color: #ffffff;
	border-color: #222222;
}
.bigpapir-no-results {
	color: #888888;
	padding: 40px 0;
}
.bigpapir-filter-cats {
	list-style: none;
	padding: 0;
	margin: 0;
}
.bigpapir-filter-cats li {
	margin-bottom: 4px;
}
.bigpapir-filter-cats li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 8px;
	border-radius: 4px;
	text-decoration: none;
	color: #333333;
	font-size: 13px;
	transition: background .15s;
}
.bigpapir-filter-cats li a:hover {
	background: #f5f5f5;
}
.bigpapir-filter-cats li.active a {
	background: #f0f0f0;
	font-weight: 600;
	color: #111111;
}
.bigpapir-cat-count {
	font-size: 11px;
	color: #aaaaaa;
	margin-left: 6px;
}
/* Responsive */
@media (max-width: 900px) {
	.bigpapir-archive-body {
		flex-direction: column;
	}
	.bigpapir-filter-sidebar {
		flex: none;
		width: 100%;
		position: static;
	}
	.bigpapir-filter-colors, .bigpapir-filter-sizes {
		flex-direction: row;
	}
	.bigpapir-product-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 480px) {
	.bigpapir-product-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
}
.bigpapir-related-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 16px;
}
.bigpapir-related-card {
	text-decoration: none;
	color: inherit;
	border: 1px solid #eeeeee;
	border-radius: 6px;
	overflow: hidden;
	transition: box-shadow .2s;
	display: flex;
	flex-direction: column;
}
.bigpapir-related-card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
}
.bigpapir-related-image {
	aspect-ratio: 1;
	overflow: hidden;
	background: #f9f9f9;
}
.bigpapir-related-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s;
}
.bigpapir-related-card:hover .bigpapir-related-image img {
	transform: scale(1.04);
}
.bigpapir-related-body {
	padding: 10px;
}
.bigpapir-related-body h4 {
	font-size: 12px;
	margin: 0 0 5px;
	line-height: 1.4;
}
.bigpapir-related-price {
	font-size: 13px;
	font-weight: 700;
	margin: 0;
}
@media (max-width: 900px) {
	.bigpapir-related-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 480px) {
	.bigpapir-related-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
.header-style-2 .mainmenu ul li a,
.header-style-2 .social__links a,
.mainmenu ul li .sub-menu li a {
	color: #b80000;
}
.mainmenu ul li:hover a {
	text-decoration: underline;
}
.mainmenu ul li .sub-menu::after {
	background: #b80000;
}
ul#menu-main-menu {
	margin-bottom: 0;
}
.object-cover {
	height: 100%;
}
.object-cover img {
	object-fit: cover;
}
#home-proizvodi-carousel .widget-image-caption {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.4rem;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.35);
	padding: 30px;
	border-radius: 3px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0;
	pointer-events: none;
	transition: opacity 0.5s;
}
#home-proizvodi-carousel:hover .swiper-slide:hover .widget-image-caption {
	opacity: 1;
}
.menu-item-search form {
	position: relative;
	display: flex;
	align-items: center;
}
.menu-item-search input[type="search"] {
	padding: 6px 36px 6px 12px;
	border: 1px solid #cccccc;
	border-radius: 20px;
	font-size: 13px;
	outline: none;
	background: transparent;
	transition: border-color 0.2s;
}
.menu-item-search input[type="search"]:focus {
	border-color: #888888;
}
.menu-item-search button[type="submit"] {
	position: absolute;
	right: 15px;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	color: #b80000;
	font-size: 18px;
	line-height: 1;
	outline: none !important;
}
.menu-item-search button[type="submit"]:hover {
	color: #333333;
}
.mainmenu nav > ul > li {
	display: flex;
	align-items: center;
}
.e-search-submit span {
	color: #ffffff;
}
#rezultati-pretrage .elementor-post__thumbnail__link {
	margin-bottom: 0;
}
.page-id-51 .elementor-lightbox .elementor-slideshow__title {
	display: none;
}
#kontakt-forma form .elementor-field-type-submit span {
	color: #ffffff;
}
footer p {
	margin-bottom: 0;
}
header .social__links a {
	font-size: 22px;
}
div.side-menu-icon i {
	color: #b80000;
}
.header__bottom .col-xl-9 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	display: flex;
	justify-content: center;
}
.header__bottom .custom-logo-link {
	position: absolute;
	left: 0;
}
.header__bottom .custom-logo-link img {
	width: 270px;
}
.header__bottom .col-lg-6 {
	margin-left: auto;
}
.mainmenu ul li a {
	font-weight: normal;
}
.bigpapir-filter-list {
	list-style: none;
	padding: 0;
	margin: 0;
	max-height: 200px;
	overflow-y: auto;
}
.bigpapir-filter-list li {
	margin-bottom: 2px;
}
.bigpapir-filter-list li a {
	display: block;
	padding: 4px 8px;
	border-radius: 4px;
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	transition: background .15s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bigpapir-filter-list li a:hover {
	background: #f5f5f5;
	color: #111111;
}
.bigpapir-filter-list li.active a {
	background: #222222;
	color: #ffffff;
}
ul.header__info {
	margin-bottom: 0;
}
.section-header .sub-heading, .sv-details a:hover, .project-item__subtitle, .project-item__subtitle span, .author-content h5 .desig, .team-box__content .designation, .newslater__form-2 button, .footer-widget__2 .recent-news__date i, .footer-widget ul li a i, .header__info li a:hover, .mainmenu ul li:hover a, .mainmenu ul li .sub-menu li a:hover, .project-item__link, .header-style-2 .header__info li a i, .feature-item__content--2 .inline-btn:hover, .about-lists ul li i, .project-item__title a:hover, .service-item:hover .service-item__title, span.price-offer, .post-box__content .date-author, .main-list ul li i, .ab-phone-icon i, .latest-post-meta span i, .latest-blog-title a:hover, .author__box--text .designation, .wp-box:hover .wp-box__title, .postcard-item__price, .contact-help-item .contact-icon i, .post-form-area .input-text::before, .widget li a:hover, .widget ul li a::before, .post-meta span i, .blog-title a:hover, .rc-text h6 a:hover, .post-meta a:hover, blockquote::before, blockquote cite::before, .section-header span {
	color: #b80000;
}
div.side-info {
	background: #b80000;
}
div.mean-container .mean-nav ul li a {
	border-top: 1px solid #ffffff;
}
@media screen and (max-width: 1199px) {
	.menu-item-search button[type="submit"] {
		right: 0;
		color: #ffffff;
	}
	.header__bottom .custom-logo-link img {
		width: 180px;
	}
	.header__bottom .custom-logo-link {
		left: 10px;
		top: 10px;
	}
}