@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
body {
	font-family: 'Montserrat', sans-serif;
}

html {
	scroll-behavior: smooth;
}

body::-webkit-scrollbar {
							width: 10px;
						}
body::-webkit-scrollbar-thumb {
	background-color: #B32930;
	border-radius: 10px;
}

.container-wrapper {
	min-height: 55vh;
}

.min-vh-50 {
	min-height: 50vh;
}

.offcanvas.offcanvas-end {
	transition: transform 0.4s ease-in-out;
}

a {
	text-decoration: none;
	color: #222;
}

a:hover {
	color: #B32930;
}
.top-bar {
	background-color: #EBE6E3;
	font-size: 14px;
	padding: 10px 0;
}

footer {
	background-color: #EBE6E3;
	font-size: 14px;
	padding: 20px 0px;
}

footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

footer ul li{
	line-height: 30px;
}

.copyright {
	background-color: #D9D0CB;
	font-size: 12px;
	text-align: center;
	padding: 10px;
}
.offcanvas-header {
	border-bottom: 1px solid #ddd;
}
.top-bar {
	background-color: #EBE6E3;
	font-size: 14px;
}
.top-bar .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5rem 1rem;
}
.top-bar ul {
	display: flex;
	gap: 1rem;
	padding: 0;
	margin: 0;
	list-style: none;
}
.top-bar ul li {
	white-space: nowrap;
}

header.sticky-header {
	position: sticky;
	top: 0;
	z-index: 999;
	background: whitesmoke;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.main-nav {
	background-color: #B32930;
}

.main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 2rem;
	justify-content: flex-start;
}

.main-nav ul li a {
	display: block;
	margin: 1rem 1.5rem;
	color: white;
	font-weight: 500;
}

.main-nav ul li.active a {
	border-bottom: 2px solid white;
}

.cart a {
	margin-left: 1rem;
	color: black;
	font-weight: 500;
	text-decoration: none;
}

.banner {
	background: url('../images/pencart-banner.webp') center center no-repeat;
	background-size: cover;
	height: 300px;
	padding: 20px 0;
}

.banner-box {
	padding: 15px;
	background: rgba(179, 41, 48, .5);
	border-radius: 10px;
	border:3px solid  #B32930;
	color: whitesmoke;
}

.banner-box h1 {
	font-size: 34px;
	font-weight: 600;
}

h2, .h2 {
	margin: 10px 0;
}

h3.card-title {
	font-size: 1rem;
}

.container h2::after,.container-fluid h2::after, .h2::after {
	content: '';
	display: block;
	width: 250px;
	height: 3px; /* vagy 2px, ahogy szeretnéd */
	background-color: #B32930;
	margin-top: 5px; /* távolság a szöveg alatt */
}

h6.liner {
	border-left: 3px solid  #B32930;
	padding-left: 5px;
	text-transform: uppercase;
	font-size: .9rem;
	padding-bottom: 5px;
}


.offcanvas.offcanvas-end {
	transition: transform 0.4s ease-in-out;
}
#toTopBtn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 999;
	background-color: #B32930;
	color: white;
	border: none;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	font-size: 20px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
#toTopBtn:hover {
	background-color: #8f1f25;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #8f1f25;
	border-color: #70181c;
}


.pen-btn {
	background-color: #8f1f25;
	border: 1px solid #70181c;
	color: white;
	text-decoration: none;
	transition: all 0.2s ease;
	box-shadow: none;
}

.pen-btn:hover,
.pen-btn:focus,
.pen-btn:active,
.pen-btn:visited,
.pen-btn:focus-visible,
.pen-btn:focus-within {
	background-color: #70181c;
	border-color: #70181c;
	color: white;
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

.pen-btn:disabled,
.pen-btn[disabled] {
	background-color: #ccc;
	border-color: #aaa;
	color: #666;
	cursor: not-allowed;
	box-shadow: none;
}

.btn-group-sm>.btn, .btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem;
}

.list-group-item.active
{
	z-index: 2;
	color: #fff;
	background-color:#70181c;
	border-color: #70181c;
}

.text-justify {
	text-align: justify;
}

.pen-fav-btn {
	z-index: 10;
	border-radius: 50%;
	padding: 6px;
	line-height: 1;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	background-color: white;
	color: #8f1f25;
	border: none;
	transition: background-color 0.2s ease;
	position: absolute;
	right: 10px;
	top: 10px;
}

.pen-fav-btn:hover {
	background-color: #f8d7da;
	color: #70181c;
}

.block {
	background-color: #fff;
	border-radius: 0.5rem;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05);
	overflow: hidden;
	margin-bottom: 2rem;
	border: 1px solid #dee2e6;
}

.block-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: .625rem 1.25rem;
	transition: opacity .25s ease-out;
}

.block-header-default {
	background-color: #f8f9f9;
}

.block.block-rounded>.block-header, .block.block-rounded>.nav-tabs {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.block-title {
	flex: 1 1 auto;
	min-height: 1.75rem;
	margin: 0;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.75rem;
	text-transform: uppercase;
	letter-spacing: .0625rem;
}

.block-content {
	transition: opacity .25s ease-out;
	width: 100%;
	margin: 0 auto;
	padding: 1.25rem 1.25rem 1px;
	overflow-x: visible;
}

.block-content-full {
	padding: 1rem 1.5rem;
	border-top: 1px solid #e9ecef;
}

.block-options {
	display: flex;
	gap: 0.5rem;
}

.block.block-fx-shadow {
	box-shadow: 0 0 2.25rem #dadddf;
}

.block.block-rounded {
	border-radius: .3rem;
}

.bg-body {
	background-color: #f0f1f2 !important;
}

.btn-block-option {
	display: inline-block;
	padding: .375rem .25rem;
	line-height: 1;
	color: #adb5bd;
	background: 0 0;
	border: none;
	cursor: pointer;
}

.btn-block-option:hover {
	color: #8f1f25;
}

.block-header-default .btn-block-option
{
	color: #6c757d;
}

@media (min-width: 768px) {
	form .row > .col-form-label {
		text-align: right;
		font-weight: bold;
	}
}

.form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

@keyframes shake {
	0%, 100% { transform: translateX(0); }
	20%, 60% { transform: translateX(-5px); }
	40%, 80% { transform: translateX(5px); }
}

.shake {
	animation: shake 0.5s ease-in-out;
}


.first-gallery .slick-list {
	min-height: 400px;
}

.main-image-wrapper img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}

/* Thumbnail képek */
.slick-thumbs img {
	width: 60px;
	height: 60px;
	object-fit: contain;
	border: 1px solid #efefef;
	cursor: pointer;
}

/* Slick slide belső tartalom középre */
.slick-slide > div {
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: 100%;
}

/* Main wrapper fix méret */
.main-image-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

/* Képre is biztos, ami biztos */
.main-image-wrapper img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	display: block;
	margin: 0 auto;
}

.slick-thumbs .slick-current img {
	border-color: #8f1f25;
}

.custom-arrow {
	background: red;
	color: white;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.price-box {
	background: #f8f8f8;
	float: left;
	border-radius: 12px;
	padding: 20px 24px;
	max-width: 400px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	border: 1px solid #eaeaea;
}

blockquote {
	padding-left: 10px;
	font-family: "Poppins Light";
	font-size: 17px;
}

#search-results li {
	cursor: pointer;
}

#search-results img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	margin-right: 10px;
}

#search-results li:hover {
	background-color: #f1f1f1;
}

.text-bold {
	font-weight: bold;
}

.filter-title {
	border-left: 3px solid #B32930;
	padding-left: 10px;
	font-zize:12px;
	color:grey;
	text-transform: uppercase;
	font-weight: bold;
}

mark {
	background-color: #fff8b3;  /* halványított sárga */
	color: #333;
	padding: 0 2px;
	border-radius: 2px;
}
