body {
	font-family: 'Roboto', sans-serif;
/*	background-color: #fff; */
	background-repeat: repeat;
/*	background-image: url("../images/xxlgsm_background_christmas5.png"); */
	background-attachment: fixed;
	background-position: top right;
}

/* common */
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	background-color: #d9534f;
	border-color: #d9534f;
}

a:hover {
    text-decoration: underline !important;
}

ul.nav.navbar-nav li a {
	color: #fff;
}

.btn-danger {
	border: none;
}

.no-border {
	border: none !important;
	text-align: left;
	color: #9f9f9f;
	margin-bottom: 5px;
	font-size: 11pt;
}

.vertical-align {
	display: flex;
	align-items: center;
}

/* adatlap */
.product-details .img-thumbnail {
    border: none;
    margin-top: 10px;
}
/* hozzaadott */
.col-sm-9{
	background-color: #fff;
}

.text-center {
	background-color: #fff
}

.product-details .row {
    margin-bottom: 30px;
}

.adatlap .table-bordered {
    margin-top: 30px;
}

.adatlap label {
    padding-right: 10px;
    font-weight: normal;
}

.adatlap .table td:first-child {
    font-weight: bold;
}


.adatlap .table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #f3f3f3;
    padding: 10px;
}

.adatlap h2 {
	color: #f83a01;
}

.btn-adatlap-cart {
	background-color: #6db573;
}

.adatlap h3 {
	color: #4b4b4b;
	margin-top: 0;
    font-size: 20px;
}

.adatlap p {
	font-size: 10pt;
	color: #8a8a8a;
}

.price {
	font-size: 12px;
	font-weight: bold;
	color: #808080;
}

.disabled {
	color: #efefef;
}

/* Tag editor */

.tag-editor {
	background: #fafafa;
	font-size: 14px;
	width: 400px;
	border: 2px solid #000;
}

@media screen and (max-width: 1200px) {
	.tag-editor {
		width: 200px;
	}
}

@media screen and (max-width: 768px) {
	.tag-editor {
		width: 100%;
		margin-top: 20px;
	}
	.btn {
		width: 100%;
		margin: 5px auto;
	}
}

.tag-editor .tag-editor-tag {
	color: #fff;
	background: #555;
}

.tag-editor .tag-editor-spacer { width: 7px; }

.tag-editor .tag-editor-delete {
	background: #555;
	cursor: pointer;
	padding-left: 3px;
	padding-right: 4px;
}

div.insurance-box {
	border-radius: 6px;
	padding: 10px;
	margin-bottom: 10px;
}

/* Sidebar-nav */
a.list-group-brand, a.list-group-category, .list-group-item {
    border: 1px solid #eee;
}

.list-group-brand {
    padding-left: 35px;
    color: #0f0f0f;
}

.list-group-brand .glyphicon {
    font-weight: lighter;
    color: #ddd;
    margin-right: 10px;
}

.brand-selected {
    color: #d9534f !important;
}

a.list-group-category.active,
a.list-group-category.active:focus {
    background-color: #d9534f;
    border: 1px solid #eee;
    color: #fff;
}

a.list-group-brand.active,
a.list-group-brand.focus {
    background-color: #fafafa;
    border: 1px solid #eee;
    color: #d9534f;
}

a.list-group-category.active:hover,
a.list-group-brand.active:hover,
a.list-group-category:hover,
a.list-group-brand:hover {
    background-color: #d9534f;
    border: 1px solid #eee;
    color: #fff;
}

/* lista */
.product-list-cart {
	margin-bottom: 15px;
}

.product-list .thumbnail:hover {
	-webkit-box-shadow: 1px 0px 2px 2px rgba(0,0,0,0.09);
	-moz-box-shadow: 1px 0px 2px 2px rgba(0,0,0,0.09);
	box-shadow: 1px 0px 2px 2px rgba(0,0,0,0.09);
}

.product-list .thumbnail {
	min-height: 330px;
	border: 1px solid rgba(0,0,0, 0.06);
}

.product-list-cart .thumbnail img {
	min-height: 150px;
	max-height: 160px;
}

.product-list .thumbnail img {
	min-height: 150px;
}

.product-list-data-block {
    min-height: 120px;
}

.product-list-data-block h4 {
	color: #000;
	font-size: 16px;
	display: block;
	min-height: 50px;
}

.product-label {
	position: relative;
	top: -150px;
	display: block;
	background-color: rgba(0, 0, 0, 0.25);
	color: #fff;
	padding: 2px;
	width: 44%;
}

.link-to-accessory-categories {
	color: #d9534f;
	margin-top: 10px;
	display: inline-block;
	font-size: 13px;
}

.s_price {
	font-size: 15px;
	color: #d9534f;
}

@media screen and (min-width: 1200px) {
	.product-list .thumbnail {
		min-height: 330px;
	}
    .product-list-data-block {
        min-height: 130px;
    }
}

/* boxok */
.main-page-top-phones .glyphicon {
	font-weight: bold;
	color: #d9534f;
}

.main-page-top-phones h3 {
	font-size: 22px;
	margin-bottom: 40px;
	margin-right: 10px;
}

@media screen and (max-width: 768px) {
	.main-page-top-phones h3 {
		font-size: 20px;
		margin-bottom: 10px;
		margin-right: 10px;
	}
}

.main-page-top-phones {
	max-height: 420px;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.main-page-top-phones {
		max-height: none;
		overflow: auto;
		margin-top: 0;
		padding-top: 0;
	}
}

.news-block-container {

}

.news-block.thumbnail {
	min-height: 250px;
	border: none;
}

.news-block h4 a {
	color: #000;
	font-size: 15px;
}

.news-block p {
	color: #666;
	font-size: 13px;
}

.panel-body.contact .glyphicon {
	font-weight: lighter;
	color: #d9534f;
}

/* tracker box */
.panel-default_tracker {
    border-color: #ddd;
    border: 2px solid;
}

/* cartcheckout info */

.jumbotron {
    color: white;
    background-color: #b91818;
}

.jumbotronnew {
    color: black;
    border-color: red;
    font-weight: bold;
}

/* info box */

.bg-info {
    background-color: #ffffff;
} 

.text-info {
    color: #940a16;
}

/* footer */

footer {
	background-color: #232323;
	color: #888;
	padding: 40px;
	margin-top: 40px;
}

.top-searher-container .img-thumbnail {
	border: none;
}

/**karacsonyi_tema**/
.img-thumbnail {
	background-color: transparent;
}

/****** LOGIN MODAL ******/
.loginmodal-container {
	padding: 30px;
	max-width: 350px;
	width: 100% !important;
	background-color: #F7F7F7;
	margin: 0 auto;
	border-radius: 2px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	font-family: roboto;
}

.loginmodal-container h1 {
	text-align: center;
	font-size: 1.8em;
	font-family: roboto;
}

.loginmodal-container input[type=submit] {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	position: relative;
}

.loginmodal-container input[type=text], .loginmodal-container input[type=password] {
	height: 44px;
	font-size: 16px;
	width: 100%;
	margin-bottom: 10px;
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	/* border-radius: 2px; */
	padding: 0 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
	border: 1px solid #b9b9b9;
	border-top: 1px solid #a0a0a0;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
	text-align: center;
	font-size: 14px;
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	height: 36px;
	padding: 0 8px;
	/* border-radius: 3px; */
	/* -webkit-user-select: none;
      user-select: none; */
}

.loginmodal-submit {
	/* border: 1px solid #3079ed; */
	border: 0px;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	background-color: #4d90fe;
	padding: 17px 0px;
	font-family: roboto;
	font-size: 14px;
	/* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
	/* border: 1px solid #2f5bb7; */
	border: 0px;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background-color: #357ae8;
	/* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
	text-decoration: none;
	color: #666;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	opacity: 0.6;
	transition: opacity ease 0.5s;
}

.login-help a {
	color: #f83a01;
}

table.product-body tr td {
    border: none !important;
}

.header-buttons {
	margin-top: 5px;
}
.header-buttons .login-btn {
	border: none;
}

.user-block {
	display: inline-block;
}
.user-block .login-btn {
	width: 80px;
}

.cart-link {
	color: #fff;
	font-size: 20px;
	width: 40px;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	position: relative;
	padding-top: 1px;
}
.cart-link #header_basket_info_span {
	background: #d9534f;
	position: absolute;
	top: -5px;
	left: 12px;
	width: 18px;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	border-radius: 10px;
}

.user-nav {
	color: white;
}

/***** Mobile category navigation *****/
.mobile-category-nav .list-group-category {
	background-color: #d9534f !important;
	border: 1px solid #eee !important;
	color: #fff !important;
}

/** Cart list **/
.flex-align {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 996px) {
	.mobile-no-flex {
		display: block;
	}
}

.discounted_accessory {
	border: 3px solid red !important;
	background-color: #fff;
}

.bigger {
    font-size: larger;
    color: yellow;
}
