*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
	font-size: 12px;
	background: #ffffff !important;
}
p,ul{
	padding: 0;
	margin: 0;
}
ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}
a{
	color: #333333;
	text-decoration: none;
}
a:focus{ 
	color: #333333;
	text-decoration: none;
}
a:hover{
	color: #333333;
	text-decoration: none;
}
.flex{
	display: flex;
	align-items: center;
}
.flexColumn{
	display: flex;
	/* align-items: center; */
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
}
.flexBetween{
	display: flex;
	justify-content: space-between;
}
a,button,input{
	outline: none;
}
button :focus{outline:0;} 
.containers{
	width: 1200px !important;
	margin: 0 auto;
}
.detailsLogins{
	height: 30px;
	border-bottom: 1px solid #DDDDDD;
	background: #F5F5F5;
}
.borderBackground{
	/* width: 1px; */
	display: inline-block;
	margin: 0 14px;
	/* height: auto;
	background: #333333; */
}
.phonesImg>span{
	display: inline-block;
	margin: 0 14px;
}
.searchBoxs{
	height: 110px;
}
.logos span{
	display: inline-block;
	font-size: 30px;
	/* color: #DDDDDD; */
	margin: 0 14px;
	width: 2px;
	height: 60px;
	background: #DDDDDD;
}
.standingPadding{
	position: relative;
	height: 100%;
	width: 60px;
	line-height: 30px;
	
}
.standingPadding ul.qrcodes{
	position: absolute;
	width: 270px;
	padding: 20px 0px;
	top: 30px;
	right: 0px;
	align-items: center;
	display: none;
	background: #FFFFFF;
	flex-wrap: wrap;
	border: 1px solid #DDDDDD;
	padding: 10px;
}
.standingPadding ul.qrcodes li{
	margin: 5px;
}
.standingPadding>p{
	cursor: pointer;
	
}
.standingPadding>p:hover + .qrcodes,.standingPadding ul.qrcodes:hover{
	display: flex;
}
.cartLogos{
	margin: 30px 0;
}
.cartLogos .steps{
	display: flex;
}
.cartLogos .steps li{
	text-align: center;
	line-height:30px;
	font-size: 14px;
	color: #999999;
	min-width: 60px;
}
.cartLogos .steps>span.stepsActive{
	background: #07A5A5;
}
.cartLogos .steps li>span{
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	/* background: #07A5A5; */
	background: #CCCCCC;
	text-align: center;
	line-height: 26px;
	color: #FFFFFF;
	font-size: 16px;
}
.cartLogos .steps li.stepsActive>span{
	background: #07A5A5;
}
.cartLogos .steps li.stepsActive{
	color: #333333;
}
.cartLogos .steps>span{
	width: 100px;
	display: inline-block;
	height: 2px;
	background: #CCCCCC;
	margin-top: 14px;
}
.table>thead{
	height: 40px;
	background: #EEEEEE;
	border: 1px solid #EEEEEE;
}
.table>tbody>tr{
	height: 120px;
	padding-top: 24px !important;
	border: 1px solid #EEEEEE;
	line-height: 100px;
}
.flexsName{
	display: flex;
}
.shopCartTd{
	line-height: 26px;
}
.shopCartTd>img{
	width: 80px;
	height: 80px;
	border: 1px solid #DDDDDD;
	margin: 0 10px 0 16px;
}
.TheLabelsBigShop li,.TheLabelsBigShop li img{
	margin-right: 8px;
}
.goodsNumbers{
	height: 60px;
	display: flex;
	align-content: center;
	align-items: center;
}
.goodsNumbers>p{
	line-height: 34px;
	margin-left: 4px;
}
.goodsNumbers .goodsNumbersCart{
	width: 28px;
	height: 34px;
	background: #EEEEEE;
	outline: none;
	border: none;
	font-size: 18px;
}
.goodsNumbers .goodsNumbersCenter{
	width: 64px;
	height: 34px;
	text-align: center;
	border:none;
	border: 1px solid #DDDDDD;
}
.goodsNumbersPrice{
	line-height: 60px;
	font-size: 14px;
	font-weight: 600;
	margin-left: 4px;
}
.spinner.input-group.input-group-sm{
	width: 70px;
}
.preferentialTime{
	width: 64px;
	height: 20px;
	border-radius: 2px;
	border: 1px solid #FF0000;
	color: #FF0000;
	text-align: center;
	line-height: 20px;
	padding: 2px 8px;
}
.thereIsNo{
	background: rgba(255,255,255,o.1);
	opacity: 1px;
}
.settlements{
	width: 1070px;
	background: #EEEEEE;
	height: 60px;
	padding: 20px;
	position: relative;
}
.preferentialssPrice{
	position: absolute;
	top: -100%;
	right: 0;
	z-index: 99;
	background: #FFFAF1;
	border: 1px solid #FFDDC3;
	text-align: right;
	line-height: 24px;
	padding: 2px 20px;
	display: none;
}
#settlementsButton{
	width: 130px;
	height: 60px;
	color: #FFFFFF;
	font-size: 18px;
	background: #FF2824;
	border: none;
	outline: none;
}
.futureGenerations p{
	margin-right: 20px;
	line-height: 22px;
}
.futureGenerations p input{
	margin-right: 10px;
}
.payPrices{
	margin-top: 60px;
}