.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 {

	font-size: 1.5em;    
	margin:  3px;
}
.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;
}
