@import url('https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');

body {
   font-family: 'Livvic', sans-serif;
	color: #666;
	font-size: 16px;
	line-height: 25px;
	width: 100%;
}
html, body {
  margin:0!important;
  padding:0!important;
}
html, body{
  overflow-x:hidden !important;
}
@media (max-width: 767px) {
    .breadcrumb li:last-child,
    .breadcrumb li:last-child a {
        white-space: normal !important;
        word-break: break-word;
        overflow-wrap: anywhere;
    }
}
.category-intro {
    max-width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    text-align: justify;
    margin-bottom: 15px;
    overflow-wrap: break-word;
    word-break: normal;
}

@media (max-width: 767px) {
    .category-intro {
        font-size: 13px;
        padding: 0 15px;
        text-align: justify;
        line-height: 1.6;
    }
}

@media (max-width: 767px) {
  .category-icons-wrapper {
    display: none !important;
  }

  body.show-mobile-category-icons .category-icons-wrapper {
    display: block !important;
  }
}
.stock-in, .elerhetoseg .stock-in{
  color:#b8871b !important;
  font-weight:600;
}
.stock-out, .elerhetoseg .stock-out{
  color:#dc3545;
  font-weight:600;
}


.stock-preorder, .elerhetoseg .stock-preorder{
color:#8f6a12 !important;
font-weight:600;
}

.category-description-hidden {
    display:none;
    margin-top:15px;
}

.category-description-hidden.open {
    display:block;
}

.category-toggle {
    display:inline-block;
    margin-bottom:10px;
    font-weight:600;
    cursor:pointer;
}

header {
  margin-top:0!important;
}
  .xmas-bar {
    height: 40px;                 /* max magasság */
    background-image: url("https://ezustekszer.eu/image/catalog/karacsonyihatterminta1.png");
    background-repeat: repeat-x;  /* vízszintesen ismétlődjön */
    background-position: center;  /* középre igazítva */
    background-size: auto 40px;   /* a kép magassága 80px, szélesség arányos */
    width: 100%;                  /* töltse ki teljes szélességben */
  }
.col-lg-3, .col-sm-6 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
/* Mobilon (max 767px) 2 termék egy sorban */
@media (max-width: 767px) {
    .product-layout, 
    .product-grid {
        width: 50% !important;
        float: left;
    }
}
.header-row #logo img {
    max-width: 75% !important;
margin: 5px;
}

.category-icons-wrapper {
  background: #ffffff;
margin-top: 10px;
}

.category-icons {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:0;
}

.category-icon {
  text-align: center;
  text-decoration: none;
  color: #333;
  flex: 0 0 12.5%;   /* 8 ikon / sor nagy kijelzőn */
  max-width: 12.5%;
}

.category-icon img {
  width: 100%;
  height: auto;
  display: block;
  padding: 0 5px;
}

.category-icon span {
  display: block;
  font-size: 13px;
}

/* Tablet: 4 ikon / sor */
@media (max-width: 1199px) {
  .category-icon {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* Főoldal – mobilon 2 ikon / sor */
@media (max-width: 767px) {
  .common-home .category-icon {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Minden más oldal – mobilon 4 ikon / sor */
@media (max-width: 767px) {
  body:not(.common-home) .category-icon {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.container {
    background-color: #fff;
	width:99%;
}
.row {
padding-left: 25px;
padding-right: 25px;
}

@media (max-width: 767px) {
.row {
padding-left:5px!important;
padding-right:5px!important;
}
}
/* Foxpost widget mobil fix */
@media (max-width: 768px) {
  #foxpostmap iframe {
    display: block !important;
    width: 100% !important;
    height: 75vh !important;   /* vagy: min-height: 620px */
    min-height: 620px !important;
  }

  /* nehogy a szülő doboz vágja/lefedje */
  #foxpostmap,
  #foxpostmap .panel,
  #foxpostmap .panel-body,
  #foxpostmap .panel-content,
  #foxpostmap .paper,
  #foxpostmap .paper-content {
    overflow: visible !important;
  }
}
#product .img-thumbnail
{
width:35px;
}
.navbar {
margin-bottom: 0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 5px;
  padding-left: 5px;
}
hr {
  margin-top: 10px;
  margin-bottom: 5px;
}
tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}
tbody tr:nth-child(odd) {
    background-color: #FFFFFF;
}

footer .container {
    background:transparent!important;
	border:none;
}
footer img{
    height:20px;
}


h1, h3 {
	   font-family: 'Livvic', sans-serif;
	color: #b8871b;
	margin-top: 10px;
  margin-bottom: 10px;
}

h5 {
	   font-family: 'Livvic', sans-serif;
	color:  #8f6a12;
	margin-top: 10px;
  margin-bottom: 10px;
}


h2, h4, h6 {
	   font-family: 'Livvic', sans-serif;
	color: #8f6a12;
}

/* default font size */
.fa {
	font-size: 20px;
	color: #fff;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
	color: #E84580;
}
a {
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #b8871b;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
background: linear-gradient(180deg, #f7d77a 0%, #c89b2c 45%, #8f6a12 100%);
}
/* top */
#top {
	background-color: #transparent;
	padding: 0;
	margin: 0;
	min-height: 30px;
}
#top .container {
	padding: 0;
	background-color:white!important;
border:none;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
background: linear-gradient(180deg, #f7d77a 0%, #c89b2c 45%, #8f6a12 100%);
}
#top .btn-link, #top-links li, #top-links a {
color: #8f6a12;
	text-shadow: 0 1px 0 #FFF;
font-size: 16px;
	text-decoration: none;
}


#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links img {
    max-height: 20px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */

#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {

background: linear-gradient(
    to bottom,
    #bdbdbd 0%,
    #ababab 35%,
    #979797 70%,
    #7e7e7e 100%
);	min-height:50px;
}




#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);

	font-size: 16px;
	min-height: 50px;
background: linear-gradient(
    to bottom,
    #bdbdbd 0%,
    #ababab 35%,
    #979797 70%,
    #7e7e7e 100%
);
	border-right: 1px solid #fff;
	
}
#menu .nav > li.open > a  {
background: linear-gradient(180deg, #f7d77a 0%, #c89b2c 45%, #8f6a12 100%);
	color: #fff;
}
#menu .nav > li.active {
background: linear-gradient(180deg, #f7d77a 0%, #c89b2c 45%, #8f6a12 100%);
	color: #fff;
}
#menu .nav > li > a:hover {
background: linear-gradient(180deg, #f7d77a 0%, #c89b2c 45%, #8f6a12 100%);
	color: #fff;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 240px;
	display: block;
	padding: 6px 20px;
	border-bottom: 1px solid #f0dcdd;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 14px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
background: linear-gradient(180deg, #f7d77a 0%, #c89b2c 45%, #8f6a12 100%);
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 16px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #f0dcdd;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
background: linear-gradient(180deg, #f7d77a 0%, #c89b2c 45%, #8f6a12 100%)
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
background: linear-gradient(180deg, #f7d77a 0%, #c89b2c 45%, #8f6a12 100%);
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/*==============================
Responsive video beágyazás
==============================*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #636363;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background: linear-gradient(180deg, #f7d77a 0%, #c89b2c 45%, #8f6a12 100%);
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background: linear-gradient(180deg, #f7d77a 0%, #c89b2c 45%, #8f6a12 100%);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-primary.focus, .btn-primary:focus {

	background-position: 0 -15px;
background: linear-gradient(180deg, #f7d77a 0%, #c89b2c 45%, #8f6a12 100%);
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #C88096;
	border-color: #C88096;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
color: #fff;
background: linear-gradient(180deg, #f7d77a 0%, #c89b2c 45%, #8f6a12 100%);
	border: 1px solid #DDDDDD;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
border: 1px solid #ddd;
	margin: 10px 5px;
	overflow: auto;
background: #fff;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h3 {
		margin-top:5px;
		margin-bottom:5px;
}

.product-thumb .caption {
	padding: 0 5px;
	min-height: 60px;
}

.product-list .product-thumb .caption {
	margin-left: 120px;
}
#product-category .product-thumb .caption {
	padding: 0 6px;
	min-height: 120px;
}

#column-right .product-thumb .caption {
	padding: 0 6px;
	min-height: 50px;
}
#column-right h4 {
	min-height: 20px;
}
@media (max-width: 1200px) {
.product-thumb .caption {
	min-height: 50px;
	padding: 0 10px;
}
#product-category .product-thumb .caption {
	padding: 0 6px;
	min-height: 50px;
}
.product-thumb h3 {
	font-size: 18px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 50px;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
#product-category .product-thumb .caption {
	padding: 0 6px;
	min-height: 50px;
}
h1 {
	font-size: 16px;
	margin-top: 0;
	margin-bottom:10px;
}
h2{
	font-size: 14px;	
	margin-top: 0;
	margin-bottom:10px;
}
#search .btn-lg {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 10px;
}
body {

	font-size: 13px;
	line-height: 20px;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;

}

.product-thumb .price {
	color:  #b8871b;
	font-size: 20px;
font-weight: bold;
}
.product-thumb .meret{
	font-size: 20px;
}
.product-thumb .szallitas {
font-size: 18px;
color: #689f38;
font-weight: bold;
}
.product-thumb h6 {
  font-size: 16px;
  color: #E84580!important;
  font-weight: bold;
}
.product-thumb h2 {
	font-weight: bold;
	font-size: 20px;
	min-height:55px;
	margin-top:5px;
	margin-bottom:5px;
}
hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {

	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

.product-thumb .button-group button {
	width: 33%;
	border: none;
	display: inline-block;
	float: left;
background: linear-gradient(to bottom, #F8D7E2, #F1B6C1, #E59CB3, #D48CA4, #C88096);
color: #fff;
height: 38px;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 33%;
	border-left: 1px solid #ddd;
background: linear-gradient(to bottom, #F8D7E2, #F1B6C1, #E59CB3, #D48CA4, #C88096);
height: 38px;
}
.product-thumb .button-group .kosar {
	width: 100%!important;
	border-left: 1px solid #ddd;
 background: #b8871b;
 overflow: hidden !important;
  height: auto !important;
}

.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
	.product-thumb .button-group .kosar {
	width: 100%!important;
}
.container {
	width: 100%!important;
}
#menu .nav > li > a {
    padding: 12px 10px 12px 10px;

}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
			}
				.product-thumb .button-group .kosar {
	width: 100%!important;
}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {

}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}


//* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled]{
  background-image:none;
  background-color:#df5c39;
}

/* HEADER LAYOUT */
.header-row{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  margin-left:0!important;
  margin-right:0!important;
}
.header-row > [class*="col-"]{
  float:none!important;
}

.header-icons{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  width:100%;
}

/* ICON BUTTONS (search / cart / account) */
.header-icons .btn{
  height:42px!important;
  width:42px!important;
  padding:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid #b07a1a!important;
  border-radius:10px!important;
  background:transparent!important;
  box-shadow:none!important;
}
.header-icons .btn i{
  color:#111!important;
  font-size:18px!important;
}

/* biztosíték: ne tudjon elfehéredni más theme miatt */
.header-icons .btn i,
#cart > .btn i, #cart > button i, #cart > a i,
#search .header-search-toggle i{
  color:#111 !important;
}

.header-icons .btn:hover{
  background:transparent!important;
  border-color:#b07a1a!important;
}
.header-icons .btn:hover i{
  color:#b07a1a!important;
  transition:0.2s ease;
}

/* SEARCH (toggle + input) */
#search.header-search{
  position:relative;
  display:flex;
  align-items:center;
  height:42px;
}

#search .header-search-form{
  display:none;
  position:relative; /* dropdown pozicionálás alap */
}

#search.is-open .header-search-form{
  display:block;
  position:absolute;
  right:52px;
  top:0;
  width:240px;
  max-width:70vw;
  z-index:9999;
}

#search.is-open .header-search-form input{
  width:100%;
  height:42px;
  border:1px solid #b07a1a;
  border-radius:10px;
  background:#fff;
  padding:0 12px;
}

/* SEARCH AUTOCOMPLETE DROPDOWN */
#search .search-suggest{
  position:absolute;
  top:calc(100% + 8px);
  left:0;
  width:300px; /* ezt állítottad be */
  background:#fff;
  border:1px solid rgba(0,0,0,.12);
  border-radius:10px;
  box-shadow:0 10px 30px rgba(0,0,0,.12);
  overflow:auto;
  max-height:320px;
  z-index:9999;
}

#search .search-suggest-item{
  display:flex;
  align-items:center;
  flex-wrap:nowrap;
  gap:10px;
  padding:8px 12px;
  text-decoration:none;
  color:inherit;
  line-height:1.2;
}

#search .search-suggest-item img{
  flex:0 0 44px;
  width:44px;
  height:44px;
  object-fit:cover;
  border-radius:8px;
  border:1px solid rgba(0,0,0,.08);
  display:block;
}

#search .search-suggest-item span{
  display:block;
  line-height:1.2;
  margin:0;
}

/* CART ICON CLEANUP + DROPDOWN */
#cart #cart-total,
#cart .cart-total,
#cart .hidden-xs,
#cart .hidden-sm,
#cart .hidden-md,
#cart .hidden-lg,
#cart .caret,
#cart > .btn span,
#cart > button span,
#cart > a span{
  display:none!important;
}

#cart > .btn,
#cart > button,
#cart > a{
  height:42px!important;
  width:42px!important;
  padding:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:transparent!important;
  border:1px solid #b07a1a!important;
  border-radius:10px!important;
  box-shadow:none!important;
}

header #cart{
  float:none!important;
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  margin:0!important;
}

#cart,
#cart .btn,
#cart button,
#cart a{
  float:none!important;
}

#cart{
  display:inline-flex!important;
  align-items:center!important;
}

/* dropdown pozíció biztosra */
#cart .dropdown-menu{
  right:0;
  left:auto;
  min-width:380px!important;
  width:480px!important;
  max-width:90vw;
}

#cart button:hover i{
  color:#b07a1a!important;
}
#cart #cart-total:not(:empty) + i,
#cart.has-items button i{
  color:#b07a1a;
}

/* header ikonok: ne bootstrap float */
.header-icons > #search,
.header-icons > #cart,
.header-icons > .header-account{
  flex:0 0 auto!important;
  width:auto!important;
  float:none!important;
}

/* CONTENT LINKS UNDERLINE */
#content p a,
#content li a,
#content .category-description a,
#content .product-description a,
#content .description a,
#content .tab-content a{
  text-decoration:underline!important;
  text-underline-offset:2px;
  text-decoration-thickness:1px;
}
#content a:hover,
#content a:focus,
#content a:focus-visible{
  text-decoration:underline!important;
}

#cart{ position:relative; }

#cart .cart-badge{
  position:absolute;
  right:-6px;
  bottom:-6px;

  background:#e11d48;
  color:#fff;

  font-size:11px;
  font-weight:700;
  line-height:18px;

  min-width:18px;
  height:18px;

  text-align:center;
  border-radius:50%;
  padding:0 5px;

  box-shadow:0 2px 4px rgba(0,0,0,.25);
  display:none;
  z-index:9999;
}



/* kosár szépítése innen  */

.product-info table tr:nth-child(n+4) {
    display: none;
}

.product-info table.expanded tr {
    display: table-row;
}

.product-info .show-more-specs {
    display: inline-block;
    margin: 10px 0 15px 0;
    color: #b8871b;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
}

.product-quantity-box {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 12px;
}

.product-quantity-box button {
    width: 48px;
    height: 48px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 24px;
    font-weight: bold;
    color: #b8871b;
}

.product-quantity-box input {
    width: 70px !important;
    height: 48px !important;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 18px;
    font-weight: bold;
}

#button-cart {
    height: 54px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
background: linear-gradient(180deg, #f7d77a 0%, #c89b2c 45%, #8f6a12 100%);
    border: none !important;
    color: #fff !important;
    border-radius: 6px !important;
    box-shadow: 0 4px 12px rgba(233, 30, 143, 0.35);
}

#button-cart i {
    margin-right: 8px;
}

#product .form-group {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    flex-wrap: nowrap;
}

#button-cart {
    width: auto !important;
    min-width: 260px;
    margin-left: 0 !important;
    margin-bottom: 12px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.tab-content table.table tr:nth-child(n+4) {
    display: none;
}

.tab-content table.table.expanded tr {
    display: table-row;
}

.show-more-specs {
    display: inline-block;
    margin: 10px 0 15px 0;
    color: #b8871b;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
}
@media (max-width: 768px) {

    #product .form-group {
        flex-wrap: wrap;
    }

    #button-cart {
        width: 100% !important;
        min-width: 100% !important;
        margin-top: 10px;
    }

    .product-quantity-box {
        width: 100%;
    }

}
.cart-checkout-btn {
    height: 54px !important;
    padding: 0 28px !important;

    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    font-size: 18px !important;
    font-weight: 700 !important;

    background: linear-gradient(90deg, #cf4dbd, #e96acb) !important;

    color: #fff !important;

    border: none !important;
    border-radius: 8px !important;

    box-shadow: 0 4px 14px rgba(207, 77, 189, 0.35);

    transition: 0.2s;

    text-transform: uppercase;
}

.cart-checkout-btn:hover {
    transform: translateY(-1px);

    box-shadow: 0 6px 18px rgba(207, 77, 189, 0.45);

    color: #fff !important;
}
/* KIEMELT KATEGÓRIA IKONOK */

.category-icons{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.category-icons-wrapper{
  background:#ffffff;
  margin-top:5px;
}

.category-icon{
  text-align:center;
  text-decoration:none;
  color:#b07a1a;
  border:1px solid #b8871b;
  border-radius:14px;
  box-sizing:border-box;
  padding:10px;
  margin:0;
  flex:0 0 calc(11.11% - 10px);
  max-width:calc(11.11% - 10px);
}

.category-icon img{
  width:100%;
  height:auto;
  display:block;
  border-radius:10px;
  padding:0;
  transition:0.2s ease;
}

.category-icon img:hover{
  transform:scale(1.08);
}

/* tablet */
@media (max-width:1199px){
  .category-icon{
    flex:0 0 calc(20% - 10px);
    max-width:calc(20% - 10px);
  }
}

/* mobil */
@media (max-width:767px){
  .category-icons{
    gap:8px;
  }

  .category-icon{
    flex:0 0 calc(33.33% - 6px);
    max-width:calc(33.33% - 6px);
    padding:10px 8px;
  }

  .category-icon span{
    font-size:12px;
    line-height:1.2;
  }
}

/* Termékkártyák – külső keret nélkül */
.product-layout .product-thumb {
    border: none !important;
    box-shadow: none !important;
    background: transparent;
}

/* Kosárba gomb – fehér, ovális, körvonalas */
.product-layout .product-thumb .button-group button {
    background: #ffffff !important;
    color: #c58c12 !important;
    border: 2px solid #c58c12 !important;
    border-radius: 999px !important;
    width: calc(100% - 18px) !important;
    margin: 8px 9px 10px !important;
    min-height: 38px;
    box-sizing: border-box;
}

/* Hover állapot */
.product-layout .product-thumb .button-group button:hover,
.product-layout .product-thumb .button-group button:focus {
    background: #c58c12 !important;
    color: #ffffff !important;
    border-color: #c58c12 !important;
}

/* Kosár ikon színe */
.product-layout .product-thumb .button-group button i {
    color: inherit !important;
}

/* A gombot tartó rész háttere és kerete se látszódjon */
.product-layout .product-thumb .button-group {
    background: transparent !important;
    border: none !important;
}