pre{
width:100%;
float:left;
box-sizing:border-box;
padding:20px;
line-height:1.4;
font-family:monospace;
font-size:14px;
background:#e5e5e5;
}
.swal2-input{
	border-radius: 0 !important;
	background: none !important;
	max-width: 300px !important;
	border: none !important;
	box-shadow: none !important;
	border-bottom: 3px solid #6aa4ac !important;
	text-align: center !important;
}
.hidden_choose_rest{
	display:none;
}
.swal2-content .phone-link{
	color: #6aa4ac;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.6;
}
/*temp style*/
.cart .product_item.fila .picture{
	background-image: url("/upload/iblock/dac/dace38ec4099d26cba91b167700880c8.png");
}
.profile .points_block{
	position: relative;
}
.profile .points_number{
	overflow: hidden;
}
.profile .points_val{
	float:left;
}
.profile .loader{
	display: block;
	position: relative;
	float: left;
	height: 18px;
	width: 18px;
	left: 10px;
	top: 16px;
	-webkit-animation: loader .9s infinite linear;
	animation: loader .9s infinite linear;
	border: 3px solid #6aa4ac;
	border-right-color: transparent;
	border-radius: 50%;
	pointer-events: none;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.restaurant_info_wrapper{
	z-index: 79!important;
}