    #map {
        height: 100%;
      }
	  .map_full_overlay__mask {
    display: none;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
} 
	  .map_with_list__container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    overflow: hidden;
    overflow-x: auto;
    z-index: 52;
    background: var(--bg-page);
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 8px 16px rgba(0,0,0,0.24);
    box-shadow: 0 8px 16px rgba(0,0,0,0.24);
	top: 1px;
    right: 1px;
    width: -webkit-calc(100% - 2px);
    width: calc(100% - 2px);
    height: -webkit-calc(100% - 2px);
    height: calc(100% - 2px);
 display: none;
}
.ws_map.open .map_full_overlay__mask,.ws_map.open .map_with_list__container
{
	display:block;
}
.map_left_filters__container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    position: relative;
    float: left;
    overflow: hidden;
    height: 100%;
    z-index: 54;
    -webkit-box-shadow: 0 0 24px rgba(0,0,0,0.15);
    box-shadow: 0 0 24px rgba(0,0,0,0.15);
    border-left: 1px solid #c3c3c3;
	display:none;
}
.map_left_cards {
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
    padding-top: 0;
    width: 380px;
    height: 100%;
    right: 265px;
    top: 0;
    z-index: 51;
    -webkit-transition: -webkit-transform ease .2s;
    transition: transform ease .2s;
    background: var(--bg-page);
    -webkit-box-shadow: 0 0 24px rgba(0,0,0,0.15);
    box-shadow: 0 0 24px rgba(0,0,0,0.15);
		display:none;
} 
.map_with_list__container #b_map_container {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
   /* left: 300px;*/
	    width: calc(100% - 4px);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .2s ease right;
    transition: .2s ease right;
}
.map_with_list__container.map_left_cards__collapsed .map_left_cards {
    -webkit-transform: translateX(380px);
    -ms-transform: translateX(380px);
    transform: translateX(380px);
    -webkit-transition: -webkit-transform ease .2s;
    transition: transform ease .2s;
}
.map_with_list__container.map_left_cards__collapsed #b_map_container {
    right: 265px;
}
.map_with_list__container .map_left_cards__collapse__button {
    cursor: pointer;
    position: absolute;
    width: 24px;
    height: 24px;
    font-size: 10px;
    color: #383838;
    top: 8px;
    right: 645px;
    z-index: 52;
    font-family: 'kinda-icons' !important;
    -webkit-box-shadow: -1px 1px 2px 0 rgba(0,0,0,0.24);
    box-shadow: -1px 1px 2px 0 rgba(0,0,0,0.24);
    border-radius: 2px 0 0 2px;
    background: #fff;
    -webkit-transition: -webkit-transform ease .2s;
    transition: transform ease .2s;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
	 display: block;;
}
.map_with_list__container .map_left_cards__collapse__button {
    left: auto;
    right: 644px;
    border-radius: 3px 0 0 3px;
    -webkit-box-shadow: -1px -1px 2px 0 rgba(0,0,0,0.24);
    box-shadow: -1px -1px 2px 0 rgba(0,0,0,0.24);
}
.map_with_list__container.map_left_cards__collapsed .map_left_cards__collapse__button {
    -webkit-transform: translateX(380px);
    -ms-transform: translateX(380px);
    transform: translateX(380px);
    -webkit-transition: -webkit-transform ease .2s;
    transition: transform ease .2s;
}
 .map_with_list__container .map_left_cards__collapse__button:after {
    content: '\e91c';
    display: block;
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%,-50%) rotate(180deg);
    -ms-transform: translate(50%,-50%) rotate(180deg);
    transform: translate(50%,-50%) rotate(180deg);
    -webkit-transition: ease -webkit-transform .4s .2s;
    transition: ease transform .4s .2s;
}
.map_with_list__container.map_left_cards__collapsed .map_left_cards__collapse__button:after {
    -webkit-transform: translate(50%,-50%) rotate(0deg);
    -ms-transform: translate(50%,-50%) rotate(0deg);
    transform: translate(50%,-50%) rotate(0deg);
}
.map_full_overlay__close {
    position: fixed;
    left: 10px;
    top: 60px;
    width: 40px;
    height: 40px;
    z-index: 101;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.24);
    box-shadow: 0 2px 4px rgba(0,0,0,0.24);
    cursor: pointer;
}
.map_full_overlay__close i{	
	color: #383838;
    position: absolute;
    right: 50%;
    top: 50%;
}
.map_left_cards a:link, .map_left_cards a:visited, a.map-card__container:link, a.map-card__container:visited {
    font-weight: normal;
    color: #0071c2;
}
	.map_left_cards .map-card__container:first-child {
    margin-top: 8px;
}
.map-card__wra
{
	display:flex;
	justify-content:space-between;
}
.map-card__image-container {
    position: relative;
    border-radius: 0 3px 3px 0;
    overflow: hidden;
    background: #fff;
	display:inline-flex;
     width: 200px;
}
.map-card__image {
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 10px;
    right: 10px;
}
.map-card__image-container, .map-card__content-container {
    border-bottom: 2px solid #d8d8d8;
}
.map-card__content-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 10px 10px 10px 15px;
    background: #fff;
    border-radius: 3px 0 0 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 130px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.map-card__image-container, .map-card__content-container {
    border-bottom: 2px solid #d8d8d8;
}
.map-card__title {
    position: relative;
    margin-bottom: 10px;
    margin-bottom: 10ppx;
    color: #333;
    font-size: 12px;
    line-height: 20px;
     font-weight: 400;
}
.map-card__review {
    position: relative;
    margin-bottom: 10px;
}
.sr_map_card__price_with_option_name {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #bdbdbd;
}
.map-card__price-container {
    position: relative;
    text-align: left;
color: var(--light);
    margin-top: auto;
}
.map-card__price-container.map-card__price-container-freecancellation {
    color: #008009;
}
.sr_map_card__price_with_option_name.sr_map_card__price_with_option_name__fixed {
    padding-top: 0;
    border-top: 0;
}
.sr_map_card__price_with_option_name__fixed .sr_map_card__price_option_name {
    margin-bottom: 0;
    color: #333;
    font-size: 0.75rem;;
    line-height: 18px;
     font-weight: 400;
}
.map-card__price-container.map-card__price-container-rackrate .map-card__price-nights, .map-card__price-container.map-card__price-container-freecancellation .map-card__price-nights {
    color: #333;
}
.map-card__price-nights {
    font-size: 0.75rem;
    line-height: 18px;
}
.map-card__price {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}
.map_left_filters {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    position: relative;
    float: right;
    padding: 8px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    z-index: 54;
    background: var(--bg-page);
}
#filterbox_wrap {
    position: relative;
}
.sr_filters__container.barrel_o_filters {
    padding: 0;
}
.barrel_o_filters {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #bdbdbd;
    margin: 0 0 10px;
    padding: 5px;
}
form#filterbox_wrap fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}
.bui-badge {
    font-size: 0.75rem;
     line-height: 17px;
     background-image: var(--gd-primary);
    border: 1px solid  var(--primary);
    border-radius: 17px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 400;
    padding: 0 8px 4px;
    vertical-align: middle;
}
.gm-style
{
	font:var(--font)!important;
}
.gm-style .gm-style-iw-c
{
	     display: flex!important;
 /*   border-radius: var(--sm-radius)!important;*/
    border: 1px solid var(--border)!important;
/*	box-shadow: 0 2px 7px 1px var(--border);
	box-shadow: 0 1px 1.25rem rgb(137, 102, 247,0.09)!important;*/
}
.gm-style .gm-style-iw-d::-webkit-scrollbar-track,.gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece,.gm-style .gm-style-iw-c,.gm-style .gm-style-iw-t::after{background:var(--bg-page)!important;}
.gm-style .gm-style-iw-d
{
margin:-49px -12px 0 -19px!important;
}
   .gm-ui-hover-effect
{
	top:unset!important;
	 bottom: 0px!important;
    left: 0px!important;
}
.map-info-container
{
	width:230px;
}
.map-info-img
{
 border-bottom: 1px solid var(--border)
 }
.map-info-container img
{
	width:230px;
	height:auto;
}
.map-info-title
{
	  color: var(--dark);
    font-size: 0.75rem;
	padding:4px 6px 0;
}
.map-info-ava{
	 color: var(--primary);
}
 .map-info-title.center
{
   justify-content: center;
    padding: 12px 6px 4px;
}
.map-info-desc {
    color: var(--muted3);
    font-size: 0.75rem;
	padding:2px 6px ;
}
.map-info-title,.map-info-desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3;
	  font-weight: 400;
}

.hdpi.pac-logo:after{ 
  background-image: url(https://plt.simaat.sa/_layout/img/powered-by.png)!important;
 }
 
 
 [role="menuitemradio"] , [role="menu"]{
	 height:25px!important
 }