#order__modal_store_show .basket__popup_list_item_title {
	padding-right: 0!important;
}
#order__modal_store_show.modal-inner-wrap {
	max-width: none!important;
}
#order__modal_store_show .modal-content {
	background-color: transparent;
}
#order__modal_store_show .basket__popup__main {
	padding-top: 0px !important;
}
#order__modal_store_show .basket__popup_list_item_title {
	text-transform: none;
	display: flex;
	align-items: center;
}
#order__modal_store_show .basket__popup_list_item_title .avatar {
	width: 50px;
	margin-right: 20px;
	border-radius: 100%;
}
#order__modal_store_show .basket__popup_list_item_title .avatar div{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 100%;
	width: 100%;
	padding-bottom: 100%;
}
#order__modal_store_show .basket__popup_list_item + .basket__popup_list_item.country {
	margin-top: 100px;
}
#order__modal_store_show .basket__popup_list_item p {
	color: gray;
}
#order__modal_store_show .basket__popup_list_item p br {
	display: none;
}
@media screen and (max-width: 800px) {
	#order__modal_store_show .basket__popup_map .bx-yandex-map, #order__modal_store_show .basket__popup_map .bx-google-map,
	#order__modal_store_show #basket__popup{
		height: 565px!important;
	}
	#order__modal_store_show .basket__popup_btn_map_div {
		position: relative!important;
	}
	#order__modal_store_show .basket__popup__main .basket__popup_list {
		height: 100%!important;
	}
}