body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #999;
	font-size: 14px;
	line-height: 25px;
	width: 100%;
	background-color: #CFE0D5;
}
.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;
    }
}
/* Mobilon kisebb padding a .row elemeknek */
@media (max-width: 767px) {
    .row {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}
  
.container {
    background-color: #fff;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
	width: 80%;
}
.navbar {
margin-bottom: 0;
}
/* 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;
  }
}
#tab-description
{
  padding: 0 20px;
}
/*==============================
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 .container {
    background:transparent!important;
	border:none;
}
tbody tr:nth-child(even) {
    background-color: #f5f5f5;
	 border-bottom: 1px solid #DDAFCD;
}
tbody tr:nth-child(odd) {
    background-color: #FFFFFF;
	 border-bottom: 1px solid #ddd;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: none!important;
}
footer img{
    height:20px;
}
.swiper-viewport {
    margin: 0 0 0!important;
}
h1 {
	font-weight: bold;
}

.img-thumbnail {
  width: 40px;
}
.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
h1 {
	color: #DDAFCD;
}
h3,h5 {
	color: #666;
}
h2, h4, h6 {
	color: #666;
}

/* default font size */
.fa {
	font-size: 18px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 26px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 16px;
		color: #CFE0D5;
		font-weight: bold;
}
h6 {
	font-size: 16px;
	color: #E84580;
	font-weight: bold;
}
a {
	color: #666;
}
a:hover {
	text-decoration: none;
}

a:focus, a:hover {
  color: #DDAFCD;
  text-decoration: underline;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	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: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}
.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 {
  position: relative;
  min-height: 1px;
  padding-right: 7px;
  padding-left: 7px;
}
/* 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-color: #DDAFCD;
	background-image: linear-gradient(to bottom, #DDAFCD, #DDAFCD);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: transparent;
	padding:0;
	margin: 0;
	min-height: 10px;
}
#top .container {
	padding: 0;
	border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
	background-color:white!important;
}
#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-color: #DDAFCD;
	background-image: linear-gradient(to bottom, #DDAFCD, #DDAFCD);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
color: #DDAFCD;
	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;
}

/* 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 {
	border-color: #CFE0D5;
	min-height: 40px;
	background-color: #DDAFCD;
}
#menu .nav > li > a {
	color: #fff!important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 15px 10px;
	font-size: 14px;
	min-height: 15px;
	background-color: #DDAFCD;
	border-right: 1px solid #CFE0D5;
}

#menu .nav > li.open > a  {
	background-color: #CFE0D5;
		color: #666;
}
#menu .nav > li.active {
    background-color: #CFE0D5;
		color: #666;
}
#menu .nav > li > a:hover {
		color: #999!important;
    background-color: #CFE0D5;
		text-shadow: none!important;
}
#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 #F3A5C4;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 14px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#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: 14px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #DDAFCD;
	background-image: linear-gradient(to bottom, #DDAFCD, #DDAFCD);
	background-repeat: repeat-x;
}
#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-color: #DDAFCD;
	background-image: linear-gradient(to bottom, #DDAFCD, #DDAFCD);
	background-repeat: repeat-x;
	border-color: #DDAFCD #DDAFCD #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #DDAFCD;
}
@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;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
	}

	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
	}
	#menu .nav > li > a {
	padding: 10px 5px;
	font-size: 16px;
	border-bottom: 1px solid #Fff;
}
}

/* content */
#content {
	min-height: 600px;
  padding: 0 20px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	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;
	border: 1px solid #ddd;
}
.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-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #DDAFCD;
	border-color: #CFE0D5;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-primary.focus, .btn-primary:focus {
	background-color: #DDAFCD!important;
	background-position: 0 -15px;
	border-color: #CFE0D5;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #DDAFCD;
	border-color:  #CFE0D5;
}
.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;
	border-color:  #CFE0D5;
}
.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: #DDAFCD;
	border-color:  #CFE0D5;
}
.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: #DDAFCD;
	border-color: #CFE0D5;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #CFE0D5;
}
.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: #CFE0D5;
	border-color: #DDAFCD;
}
.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: #DDAFCD;
	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-bottom: 20px;
	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 h4 {
		min-height: 50px;
		margin-top:5px;
		margin-bottom:5px;
}
.product-thumb h3 {
		min-height: 50px;
		margin-top:5px;
		margin-bottom:5px;
}
.product-thumb .caption {
	padding: 0 6px;
	min-height: 40px;
}

.product-list .product-thumb .caption {
	margin-left: 40px;
}
#product-category .product-thumb .caption {
	padding: 0 6px;
	min-height: 40px;
}

#column-right .product-thumb .caption {
	padding: 0 6px;
	min-height: 40px;
}
#column-right h4 {
	min-height: 20px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 100px;
	padding: 0 10px;
}
#product-category .product-thumb .caption {
	padding: 0 6px;
	min-height: 120px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
#product-category .product-thumb .caption {
	padding: 0 6px;
	min-height: 100px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
h1 {
	font-size: 20px;
	margin-top: 0;
	margin-bottom:10px;
	font-weight: bold;
}
h2{
	font-size: 18px;	
	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:  #DDAFCD;
	font-size: 18px;
font-weight: bold;
}
.product-thumb .meret{
	font-size: 20px;
}
.product-thumb .szallitas {
font-size: 18px;
color: #CFE0D5;
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 {
	border-top: 1px solid #ddd;
	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;
	}
}
#menu .nav > li > a {
  color: #333;
  text-shadow: 0;
}
.nav > li {
  position: relative;
  display: block;
  background: #fff;
}
.product-thumb .button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #DDAFCD;
color: #fff;
height: 38px;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 15%;
	border-left: 1px solid #ddd;
		background-color: #CFE0D5;
height: 38px;
}
.product-thumb .button-group .kosar {
	width: 100%!important;
	border-left: 1px solid #ddd;
		background-color:  #DDAFCD;
height: 38px;
}

.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
		
.container {
	width: 100%!important;
}
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 25%!important;
	}
	.product-thumb .button-group .kosar {
	width: 25%!important;
}
 #menu .nav > li > a {
    padding: 12px 1px 12px 1px;
color: #333;
  text-shadow: 0;
   padding: 1	px 10px;
  font-size: 12px;
}

}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 25%!important;
			}
				.product-thumb .button-group .kosar {
	width: 25%!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 {
	// max-width: 200px;
}
.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;
}
/* 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 #0ea5a4!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:#0ea5a4!important;
}
.header-icons .btn:hover i{
  color:#0ea5a4!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 #0ea5a4;
  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 #0ea5a4!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:#0ea5a4!important;
}
#cart #cart-total:not(:empty) + i,
#cart.has-items button i{
  color:#0ea5a4;
}

/* 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;
}