/* font for selected filters */
.selected-item.bc-sf-filter-option-label .selected-type {
    font-size: 11px;
}

/* location div under book here button */
.locationDiv {
	margin-top: -20px;
	border-bottom: 1px solid #e8e8e1;
	padding-bottom: 13px;  
}
@media (min-width: 590px){
  .locationDiv {
    margin-bottom: -30px;
  }
}
  
.locationDiv h5 {
	margin-bottom: 0;
}


/* product image grid */
/* .grid-product__image-mask .image-wrap img {
    object-fit: contain;
    max-height: 200px;
} */