@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&subset=latin-ext');

*:focus, button:focus {
	outline: none !important;
}

/*felszabi*/

#myBannerModal .modal-body{
	
	height:600px;
}

#myBannerModal .banner{
	opacity: 0.0;
	position:absolute;
	width: 70%;
}
#myBannerModal .banner.active{
	opacity:1!important;
}

#message_to_user{
  height: 4em!important;
}

@media only screen and (max-width: 350px) {
  .hidden-xxs {
    display:none!important;
  }
}


#cetelem_ingyen_kapcsolas {
  margin: 0 auto;
  text-align:center;
}

.cetelem-form button {
  background-color:  #2e9f48!important;
  
}

.categories .sub{
  display:none;
}

.categories .active-in-tree>.sub{
  display: block;
}

.categories .categ.active-in-tree>span .category-toggle{
  transform: rotate(180deg);
  margin-right: 2px;
  opacity: 0.6;
}

.category-toggle{
  font-size: 20px;
  color: #666;
  padding-bottom: 0!important;
  padding-top: 0!important;
}

.d-flex{
  display:flex!important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}

.d-flex .flex-item{
  display:block!important;
}

.categories>.categ{
  background:#fff!important;
}

.categories .active > span a {
    color: #ca7200!important;
    font-weight: bolder;
}

.categ {
    background: rgb(148 148 148 / 40%)!important;
    
}

.categ a{
  color: black!important;
}


.end{
  justify-self: end!important;
}
/*felszabi*/

html, body {
	font-family: 'Roboto', sans-serif;
	color: #333;
	background: #eee;
	background-image: url("https://digibest.hu/images/digi-background.png");
}

h1 {
	font-size: 26px;	
}
h2 {
	font-size: 22px;	
}

h1, h2, h3, h4, h5, h6 {
	color: #555555;
	
}
h3 {
	font-size: 16px;
}

ol, ul {
	padding-left: 15px;
}

a:focus, a:hover {
	text-decoration: none;
}

.top-menu {
	background: #e83229;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}

.label-filter, .label-search {
	font-size: 12px;
}

/* MAIN CONTAINER */

.main-container {
	padding-top: 15px;
	background: #fff;
}

.main-container h1:first-child,
.main-container h2:first-child,
.main-container h3:first-child, 
.main-container h4:first-child {
	margin-top: 0px;
}
.search-box .form-control {
	border-right: 0px;
}
.search-box .form-control:focus {
	border-right: 0px;
}
.search-box button {
	border: 1px solid #ccc;
	border-left: 0px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.search-box .btn:hover, .search-box .btn:focus {
	background: none;
	border: 1px solid #ccc;
	border-left: 0px;
}

.left-menu {
}

/* LEFT CATEGORIES MENU */

.categories > div {
	background: #fff;
	border-bottom: 2px solid #eee;
}
.categories:last-child {
	border-bottom: 0px;
}
.categories > div {
	padding: 0px;
}
.categories span {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: inline-block;
}
.categories .sub {
	background: #f3f3f3 ;
	padding-left: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.categories .sub:last-child {
	border-bottom: 0px;
}
.categories a {
	color: #666;
}
.categories .active > span a {
	color: #fe9001;
}

/* MAIN CONTENT */

.cms-page img {
    display: block;
    height: auto;
    max-width: 100%;
}

.input-search {
	border: 0px;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border-right: 20px #e0e0e0 solid;
	background: url('../images/search-icon.png') no-repeat right #e0e0e0;
}

/* PRODUCTS LIST */

.products .image {
	width: 100%;
	height: 150px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
	line-height: 150px;
}
.products .image img {
	max-height: 150px;
	display: inline-block;
}
.products .image .label {
	position: absolute;
	top: 0px;
	right: 0px;
}

.products .image .label.label-suvenir {
    position: absolute;
    top: 0px;
    left: 0px!important;
}

.products .box {
	height: 375px;
	max-height: 375px;
	margin-top: 15px;
	overflow: hidden;
	cursor: pointer;
	color: #000;
	position: relative;
}
.products .box-list {
	min-height: 180px;
	margin-top: 15px;
	cursor: pointer;
}
.products .box-list .img-responsive {
	display: inline-block;
}

.products .price {
	font-size: 18px;
}
.products .price, .products .price small {
	color: #fe9001;
	font-weight: bold;
}
.products .box .details h5 {
	line-height: 1.1em;
	height: 4.2em;
	overflow: hidden;
}
.products .box-list .details .description {
	height: 8.5em;
	overflow: hidden;
}
.products .box .actions {
	position: absolute;
	bottom: 0px;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}
.products .box p {
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin: 0px;
}

.product-box {
	border: 1px solid #eee;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

h3.price {
	margin: 0px;
	margin-bottom: 1em;
}
.products .old-price {
	font-size: 14px;	
}

.products .box .label-discount, .products .box-list .label-discount, .product .label-discount {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 37px;
	display: inline-block;
	font-size: 11px;
	vertical-align: middle;
}

.products .box .label-suvenir, .products .box-list .label-discount, .product .label-suvenir {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 37px;
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}

.suvenir-index-image{
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fbadab;
}

.owl-products .owl-item img {
	display: inline-block;
	width: auto;
}

/* PRODUCT SHEET */

.product h1 {
	font-size: 1.625em;
}
.product .price {
	font-size: 32px;
	color: #fe9001;
	font-weight: 500;
}
.product .old-price {
	font-size: 18px;	
}
.product .well {
	background: #fff;
}

/* FOOTER */

footer h1, footer h2, footer h3 {
	color: #666;
}

footer {
    background-color: #f8f8f8;
	border-top: 1px solid #e7e7e7;
	color: #333;
	font-size: 13px;
}
footer a {
	color: #666;
}
footer a:focus, footer a:hover {
	color: #333;
}

.footer {
	padding: 15px 0 25px;
	background: #333;
	color: #ddd;
}

.footer a {
	color: #ddd;
	border-bottom: 1px solid #ddd;
}

.footer a:hover, .footer a:focus {
	color: #fff;
}

/* BOOTSTRAP */

.popover {
	max-width: 100%;
}

.form-control:focus  {
	box-shadow: none;
	border: 1px solid #ccc;
}

.btn {
	border: 0px;
	height: auto;
}
.btn-default {
	border: 1px solid #eee;
}

.navbar {
	margin-bottom: 0px;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	top: 0px;
}
.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
}
.navbar-nav > li > a  {
	font-size: 15px;
}
.navbar-inverse .navbar-nav > li > a {
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
}
.navbar-brand {
	padding: 0px;
}

.navbar-lang > li > a {
	display: inline-block;
	padding-left: 0px;
	padding-right: 0px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	background-color: #3b474f;
}

.dropdown-menu {
	border: 0px;
	padding: 0px;
}
.dropdown-menu > li > a {
	padding: 10px;
	padding-bottom: 8px;
	padding-top: 8px;
    font-size: 14px;
	color: #555;
}
.dropdown-menu .glyphicon {
	margin-right: 5px;
}

.mobile-search {
	display: none !important;
}

.glyphicon-search {
	display: inline-block;
}

.pagination > li > a, .pagination > li > span {
	color: #fe9001;
	border: 0px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #eee;
    border-color: #ddd;
	color: #666;
}
ul.pagination li a:hover:not(.active) {
	background-color: #eee;
	border-color: #ddd;
	color: #666;
}

.table-responsive {
	border: 0px;	
}

.glyphicon {
	top: 2px;
}

.breadcrumb li a {
	color: #555;
}

/* NAVIGATION */

.top-menu p {
	margin: 0px;
}

.top-menu .nav > li {
	float: none;
	display: inline-block;
}
.top-menu .nav > li > a {
	padding: 0px 5px;
	color: #fff;
}

.nav > li > a:hover, .nav > li > a:focus {
	background: transparent;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background: transparent;
}

.cetelem-10, .cetelem-6, .cetelem-4 {
	width: 112px;
	height: 106px;
	background: url('../images/cetelem_online_ah_mask.png') no-repeat;
}
.cetelem-10 {
	background-position: -143px -234px;
}
.cetelem-6 {
	background-position: -143px -117px;
}
.cetelem-4 {
	background-position: -143px 0px;
}

.cetelem-mini {
  width: 280px;
  min-height: 80px;
  display: inline-block;
  vertical-align: middle;
}

.cetelem-mini img {
  width: 90%;
}

.cetelem-10-mini, .cetelem-6-mini, .cetelem-4-mini {
	width: 57px;
	height: 53px;
	background: url('../images/cetelem_online_ah_mask_mini.png') no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.cetelem-10-mini {
	background-position: -71.5px -117px;
}
.cetelem-6-mini {
	background-position: -71.5px -58.5px;
}
.cetelem-4-mini {
	background-position: -71.5px 0px;
}

.mobile-menu-toggle {
	margin-bottom: 0.5em;
}

#toggle-sidebar {
	display: none;
}
#sidebar h4 {
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.category-filter-price, .category-filter-attributes {
	margin-bottom: 0.5em;
}

.loader {
	background: url('../images/ajax-loader.gif') center center no-repeat;
}

.user-mobile-menu {
	height: 50px;
	line-height: 50px;
	text-align: right;
}
.user-mobile-menu a {
	color: #666;
	padding-right: 1em;
}
.user-mobile-menu .glyphicon {
	font-size: 1.5em;
}

@media (max-width: 1200px) {
}
@media (max-width: 767px) {
	.hidden-xs-sidebar {
		display: none;
	}
	
	/* CART */
	.table-cart td {
		width: 100%;
		display: inline-block;
	}
	.table-cart td .form-control {
		display: inline-block;
		width: auto;
	}
	.table-cart td .visible-xs {
		display: inline !important;
	}
	
	.navbar .navbar-collapse a {
		font-size: 20px;
	}
}
@media (max-width: 992px) {
	.hidden-sm-sidebar {
		display: none;
	}
}
@media (min-width: 992px) {
	.hidden-sm-sidebar {
		display: block !important;
	}
}

.form-control.inline {
	display: inline;
	width: auto;
	max-width: 100%;
}

/* AUTOCOMPLETE */

.autocomplete-suggestions {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: #FFF;
	cursor: default;
	overflow: auto;
	/*-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);*/
	border-radius: 4px;
	padding: 6px 12px;
	margin-top: 5px;
}
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; cursor: pointer; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

/*input { font-size: 28px; padding: 10px; border: 1px solid #CCC; display: block; margin: 20px 0; }*/