.select2-container .select2-selection--single {
	height:50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height:50px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height:49px;
}
.discount {
	color:#FD0002;
	text-decoration: line-through;
}
.sparkline-tooltip-class {
	padding:10px 10px;
	position:relative;
}
.couponbutton {
	background-color:#830507;
	color:#fff;
	font-weight:normal;
}
.csillaglista li.active {
	color:#fbcf00;
}
.kicsiszurke {
	color:#898989 !important;
	font-size:12px !important;
	padding-bottom:10px !important;
}
.reviewcomment {
	font-size:18px !important;
}
.new-tag {
	background-color:#dc1212;
	padding:25px 50px 5px 40px;
	color:#fff;
	font-size:18px;
	text-align:center;
	position:absolute;
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	left:-50px;
	top:-15px;
	z-index:10;
}
#myModal {
	z-index:6000000000;
}

.myInputFormGroup select, .myInputFormGroup input {
	width:100%;
	border:1px solid #d7dbdb;
	height:30px;
	display:block;
	padding:0 15px;
	border-radius:15px;
	margin:0;
	font-size:14px;
	color:#898989;
	font-family: 'latoregular';
	box-shadow:none;
	-webkit-box-shadow:none;
}
.myInputFormGroup select:focus, .myInputFormGroup input:focus {
	box-shadow:none;
	-webkit-box-shadow:none;
	border:1px solid #d7dbdb;
}
.fizetesmodul li {
	padding-bottom:5px;
}
.fizetesmodul li label {
	margin-top:3px;
	padding-left:5px;
}
.fizetesmodul li label i {
	font-size:1.2em;
}
.cc_banner.cc_container.cc_container--open {
	bottom:42px;
}
.free-shipping-container {
	position:fixed;
	bottom:0px;
	left:0px;
	background-color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	-webkit-box-shadow:0 -3px 10px rgba(11, 25, 28, 0.22);
	-moz-box-shadow:0 -3px 10px rgba(11, 25, 28, 0.22);
	box-shadow:0 -3px 10px rgba(11, 25, 28, 0.22);
	color:#282727;
	font-size:16px;
	text-transform:uppercase;
	font-family:'latoblack';
	text-shadow:none;
	width:100%;
	z-index:999999;
}
.promotion-caption {
	font-size:16px;
	text-transform:uppercase;
	font-family:'latoblack';
	text-shadow:none;
	padding-top:20px;
	padding-bottom:20px;
}
.payment-icons {
	float: right;
	font-size: 31px;
	margin-right: 5px;
	margin-top: 9px;
}

#myModal .main_box{
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 4px;
	display: table;
	margin-top: 10px;
    padding: 5px;
	width: 100%;
}
#myModal .main_box .box_1,
#myModal .main_box .box_2{
	background-color: #eee;
	float: left;
    overflow: hidden;
    position: relative;
    width: 50%;
}
#myModal .main_box .box_1 img{
	float: left;
}
#myModal .main_box .list-pret{
	font-weight: bold;
}
#myModal .main_box .desc{
	padding: 4px;
}
#myModal .main_box .desc-full{
	padding: 4px;
	width: 100%;
}
#myModal .martop10{
	margin-top: 10px;
}

.table-hover > tbody > tr.fa-fa-bg > td{
	background: #fafafa;
}
span.stockGreen{
	background: #22ca29;
    border-radius: 4px;
	color: #ffffff;
    padding: 5px 10px;
}

span.onlyMobile{
	display: none;
}
@media screen and (max-width: 600px){
	span.onlyMobile{
		border-bottom: 1px dotted #eee;
		display: block;
		font-size: 12px;
		margin: 0px 10%;
		white-space: nowrap;
	}
}

.smallTotal{
	font-size: 11px;
    font-weight: bold;
}

/* =================================================================================================== */
/* ============================================ Resellers ============================================ */
/* =================================================================================================== */

	#content .resellers .infor_c .infor_c_inn p{
		margin-bottom: 10px;
	}
	#content .resellers .infor_c .infor_c_inn ul{
		padding-left: 30px;
		list-style: initial;
		list-style-type: disc;
	}
	#content .resellers .infor_c .infor_c_inn ul li{
		list-style: disc;
	}
	#content .resellers .frm .txtbox,
	#content .resellers .frm .slctbox{
		border: 1px solid #d7dbdb;
		border-radius: 5px;
		color: #898989;
		display: block;
		font-family: 'latoregular';
		font-size: 14px;
		height: 30px;
		margin: 0;
		padding: 0 15px;
		width: 100%;
	}
	#content .resellers .frm textarea,
	#content .resellers .frm .btn_c{
		border-radius: 5px;
	}
/* =================================================================================================== */
/* =================================================================================================== */

/* Feedback page - Pagination; */
div.paginationContainer{
	padding-top: 30px;
	text-align: center;
	width: 100%;
}
div.paginationContainer a{
	background: #444;
	color: #fff;
	display: inline-block;
	min-width:35px;
	padding: 7px;
}
div.paginationContainer a.active,
div.paginationContainer a:hover{
	background: #eee;
	color: #222;
	text-decoration: none;
}

.kat_blockquote {
    background: #fff;
    border-left: 5px solid #dc1212;
}