.mobileBasket .basket {
	background-image: url(/images/topMenu/basket-invert.svg);
	background-repeat: no-repeat;
	position: relative;
	width: 30px;
	height: 34px;
	display: block;
	background-size: contain;
	background-position: 50% 70%;
	margin: 8px auto;
}


.mobileBasket .basket .basketItemCount {
	position: absolute;
	height: 21px;
	min-width: 21px;
	background-color: red;
	display: block;
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
	padding: 2px 2px;
	text-align: center;
	top: 0px;
	right: -8px;
}

/* jeste se doladi dle rozliseni, jedna se o ikonu u kosiku*/

@media (min-width:0px)  and (max-width:768px){
	.noMobile{
		display:none !important;
	}
}


.ml10{
	margin-left:29px;
}


header .fullHeader .iconMenu .basket {
	background-image: url(/images/topMenu/basket-invert.svg)!important;
	background-repeat: no-repeat;
	position: relative;
}

.centerIdx {
	border: 1px dotted #999999;    
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #999999;    
	min-width: 50px;
	display: inline-block;
	text-align: center;
	margin:1px;
	margin-right: 15px;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
}
.blackText {
	color: black;
}

.cbox {
	display:inline-flex;
	font-size: 2em;    
	margin:  1px;
	margin-left:  5px;
	padding: 10px;
	padding-right:5px;
	background-color: white;
	border: 1px solid #333;
	border-radius: 10px;
	box-shadow: #666 1px 1px;
}
.rightId{    
	min-width: 50px;
	display: inline-block;
	text-align: right;
	margin-right:10px;
}


.alert{
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
	padding: 5px 10px;
	border-radius: 5px;
}

.success{
	border-radius: 5px;
	color: #0f5132;
	background-color: #d1e7dd;
	border-color: #badbcc;
	padding: 5px 10px;
}


.warning{
	background-color: #fff3cd;
	border-color: #ffecb5;
	border-radius: 5px;
	color:black;
	color: black;
	padding: 5px 10px;
}

.comgate-pay-logos .cglogo {	
	background: url("../images/comgate-pay-services-logos.png") no-repeat center center;
	background-size: contain;
	display: inline-block;		
	width: 30vw;
	min-width: 300px;
	aspect-ratio: 11/1;	
	margin-bottom: 5px;

}
.comgate-icon {
	background: url("../images/cg-sqt.svg") no-repeat center center;
	background-size: contain;
	display: inline-block;		
	width: 25px;
	height: auto;	
	margin-bottom: 5px;
}

.ajax-element-update {
	-webkit-animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
	animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}

@keyframes puff-in-center {
	0% {
		-webkit-transform: scale(2);
		transform: scale(2);
		-webkit-filter: blur(4px);
		filter: blur(4px);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}
}


.two-cols {

}

@media (max-width: 768px) {
	.two-cols {
		column-count: 1;
	}
}

#hp_up p{
	color:#888;
}
#hp_up strong{
	color:#888;
	font-weight:normal;
}


#hp_up b{
	color:#888;
	font-weight:normal !important;
}

#hp_down strong{
	color:#888;
	font-weight:normal;
}

#hp_down b{
	color:#888;
	font-weight:normal !important;
}

#hp_down h1{
	color:#888;
}
#hp_down p{
	color:#888;
}

.hpCustom{
	text-align: center;min-height: 0px;
	padding: 0 15px;
}
.hpCustom2{
	max-width:1600px;margin:auto;text-align:left;
}




.hpCustom2 h1{ 
	font-size:18px;
}

.hpCols{
	column-count: 2;
	column-gap: 40px;
	font-size: 16px;
}

@media (max-width: 768px) {
	.hpCols {
		column-count: 1;
	}
}

.hpCols p{
	font-size:15px;
	padding: 0;
}

.oneItemBox h2{
	font-size: 80px;
	line-height: 75px;
	letter-spacing: -4.8px;
	font-weight: 300;
	margin-left: -0.1em;
}

.Largeheading{
	font-size: 27px !important;
	margin-bottom:30px;
	margin-top:30px;
	margin-left: 0 !important;
	letter-spacing: normal;
}

header.sticky ~ div {
	margin-top: 80px!important;
}

.loginIcon .fa{
	font-size: 22px;
}

.LargeheadingDetail{
	font-size: 35px !important;
	margin-bottom:30px;
	margin-top:30px;
	margin-left: 0 !important;
	letter-spacing: normal;
	line-height: 45px;
	font-weight:500;
	text-transform:uppercase;
}

.LargeheadingDetail .subName{
	font-size: 20px !important;
}