/* Merchant Map Page */
.merchant-map-page {
	margin-top: 16px;
	margin-bottom: 80px;
}

.merchant-map-page .merchant-map-title {
	margin-bottom: 64px;
}

.merchant-map-page .merchant-map-title .title-text{
	color: #333333;
	font-size: 48px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 72px;
	margin-bottom: 8px;
}

.merchant-map-page .merchant-map-title .subtitle-text{
	color: #333333;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 32px;
}

.merchant-map-page .merchant-map-content {
	
}

/* End Merchant Map Page */

/* Merchants Map Styles */

.merchant-map .search-block {
	margin-bottom: 24px;
}

.merchant-map .search-block .search-content {
	display: flex;
	flex-direction: row;
	align-items: start;
	justify-content: space-between;
	margin: 8px 0px;
}

.merchant-map .search-block .search-content .input {
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
}

.merchant-map .search-block .search-content .input input {
	width: 100%;
}

.merchant-map .search-block .search-content .buttons {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
	padding-left: 16px;
}

.merchant-map .search-block .search-content .buttons .btn {
	width: 100%;
}

@media (max-width: 480px) {
	.merchant-map .search-block .search-content {
		flex-wrap: wrap;
	}
	.merchant-map .search-block .search-content .input {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 16px;
	}
	.merchant-map .search-block .search-content .buttons {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0px;
	}
}

.merchant-map .map-search-result-title {
	margin-bottom: 16px;
}

.merchant-map .map-search-result-title .search-result-title {
	height: 40px;
}

.merchant-map .map-search-result-title .search-result-title .title-text {
	color: #333333;
	font-size: 28px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 40px;
}

.merchant-map .map-block {
	
}

.merchant-map .map-block .map-block-content {
	max-width: 100%;
	position: relative;
	overflow: hidden;
	
	height: 590px;
}

.merchant-map .map-block .map-block-content .map-container {
	border-radius: 8px;
	overflow: hidden;
}

.merchant-map .map-block .map-block-content .map-container text {
    color: #002e6d;
	font-size: 11px;
	letter-spacing: 0;
	line-height: 16px;
	text-align: center;
}

.merchant-map .map-block .map-overlay {
	position: absolute;
	top: 0;
	left: -38%;
	z-index: 999999;
	width: 38%;
	height: 100%;
}

.merchant-map .map-block .map-overlay.open {
	top: 0;
	left: 0;
}

.merchant-map .map-block .map-overlay .overlay-container {
	width: 100%;
	height: 100%;
}

.merchant-map .map-block .map-overlay .overlay-container .overlay-content {
	width: 100%;
	height: 100%;
	border: 1px solid #CBCBCB;
	box-sizing: border-box;
	border-radius: 8px;
	background-color: #FFFFFF;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
	/* Temporal until map height is 590px */
	/* Original
	overflow: hidden;
	*/
	/* Temporal */
	overflow-x: hidden;
	overflow-y: auto;
	/* / Temporal */
}

/* Overlay Results List */
.merchant-map .map-block .map-overlay .overlay-results-list {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.merchant-map .map-block .map-overlay .overlay-results-list .filter {
	padding: 24px 16px 20px 16px;
	
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    /*flex-grow: 1;*/
    max-width: 100%;
}

.merchant-map .map-block .map-overlay .overlay-results-list .filter .filter-title {
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 16px;
}

.merchant-map .map-block .map-overlay .overlay-results-list .filter .filter-buttons {
	
}

.merchant-map .map-block .map-overlay .overlay-results-list .filter .filter-buttons .buttons-container {
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
}

.merchant-map .map-block .map-overlay .overlay-results-list .filter .filter-buttons .buttons-container .item {
	
}

.merchant-map .map-block .map-overlay .overlay-results-list .filter .filter-buttons .buttons-container .item:not(:first-child) {
	margin-left: 16px;
}

.merchant-map .map-block .map-overlay .overlay-results-list .filter .filter-buttons .buttons-container .item .btn {
	border: 1px solid #002e6d;
	border-radius: 100%;
	background-color: #FFFFFF;
	
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px;
}

.merchant-map .map-block .map-overlay .overlay-results-list .results-list-utilities-container {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.merchant-map .map-block .map-overlay .overlay-results-list .results-list-utilities {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    
    padding: 0px 16px 16px 16px;
    
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
	/* flex-grow: 1; */
    max-width: 100%;
}

.merchant-map .map-block .map-overlay .overlay-results-list .results-list-utilities .result-amount {
	
}

.merchant-map .map-block .map-overlay .overlay-results-list .results-list-utilities .result-amount .result-amount-text {
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.22px;
	line-height: 20px;
}

.merchant-map .map-block .map-overlay .overlay-results-list .results-list-utilities .result-order-by {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.merchant-map .map-block .map-overlay .overlay-results-list .results-list-utilities .result-order-by .order-by-title {
	color: #333333;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 17px;
}

.merchant-map .map-block .map-overlay .overlay-results-list .results-list-utilities .result-order-by .order-by-select  {
	
}

.merchant-map .map-block .map-overlay .overlay-results-list .results-list-utilities .result-order-by .order-by-select select {
    color: #002e6d;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
    text-align-last: right;
    border: 0px;
    padding-right: 18px;
    background: url(../images/new-design-icons/drop.svg) no-repeat center transparent;
    background-position-x: 100%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
}

.merchant-map .map-block .map-overlay .overlay-results-list .results-list {
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}

.merchant-map .map-block .map-overlay .overlay-results-list .results-list .results-list-container {
	display: flex;
    flex-wrap: nowrap;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
    max-width: 100%;
    height: 100%;
}

.merchant-map .map-block .map-overlay .overlay-results-list .results-list .results-list-container::-webkit-scrollbar {
	width: 5px;
}
.merchant-map .map-block .map-overlay .overlay-results-list .results-list .results-list-container::-webkit-scrollbar-track {
	background: rgba(0,36,83,0.18);
	border-radius: 8px;
}
.merchant-map .map-block .map-overlay .overlay-results-list .results-list .results-list-container::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background-color: #002e6d;
	background-image: linear-gradient(to top, #002e6d 0%, #002e6d 100%);
}

.merchant-map .map-block .map-overlay .overlay-results-list .results-list .results-list-container .results-list-content {
	flex: 0 0 auto;
    width: 100%;
    height: 100%;
    padding: 0px 16px;
}

.merchant-map .map-block .map-overlay .overlay-results-list .results-list .results-item {
	padding: 16px 0px;
	border-top: 1px solid #CBCBCB;
	max-height: 100%;
	max-width: 100%;
}

.merchant-map .map-block .map-overlay .overlay-results-list .results-list .results-item .item-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.merchant-map .map-block .map-overlay .overlay-results-list .results-list .results-item .item-container .item-info {
	-ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}

.merchant-map .map-block .map-overlay .overlay-results-list .results-list .results-item .item-container .item-info .item-title {
	
}

.merchant-map .map-block .map-overlay .overlay-results-list .results-list .results-item .item-container .item-info .item-title .text {
	color: #002e6d;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.22px;
	line-height: 20px;
	max-width: 250px;
}

.merchant-map .map-block .map-overlay .overlay-results-list .results-list .results-item .item-container .item-info .item-reviews {
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
}

.merchant-map .map-block .map-overlay .overlay-results-list .results-list .results-item .item-container .item-info .item-reviews .item-stars {
	
}

.merchant-map .map-block .map-overlay .overlay-results-list .results-list .results-item .item-container .item-info .item-reviews .text {
	color: #333333;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 17px;
	margin-left: 8px;
}

.merchant-map .map-block .map-overlay .overlay-results-list .results-list .results-item .item-container .item-info .item-category {
	
}

.merchant-map .map-block .map-overlay .overlay-results-list .results-list .results-item .item-container .item-info .item-category .text {
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.22px;
	line-height: 20px;
}

.merchant-map .map-block .map-overlay .overlay-results-list .results-list .results-item .item-container .item-button {
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.merchant-map .map-block .map-overlay .overlay-results-list .results-list .results-item .item-container .item-button .see {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	cursor: pointer;
}

.merchant-map .map-block .map-overlay .overlay-results-list .results-list .results-item .item-container .item-button .see .text {
	color: #002e6d;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 20px;
}

.merchant-map .map-block .map-overlay .overlay-results-list .results-list .results-item .item-container .item-button .see .icon {
	display: flex;
	margin-left: 11px;
}
/* End Overlay Results List */

/* Overlay Merchant Page */
.merchant-map .map-block .map-overlay .overlay-merchant-page {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-image-title {
	position: relative;
	display: block;
	flex-direction: column;
	max-height: 100%;
	
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    /* flex-grow: 1; */
    max-width: 100%;
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-image-title:before,
.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-image-title:after {
	content: "";
	display: table;
	clear: both;
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-image-title .close-button {
	position: absolute;
	top: 19px;
	right: 25px;
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-image-title .close-button .btn {
	padding: 6px;
	border: 0px;
	border-radius: 8px;
	display: flex;	
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-image-title .close-button .btn img {
	width: 14px;
	height: 14px;
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-image-title .image-title-content {
	display: flex;
	flex-direction: column;
	max-height: 100%;
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-image-title .image-title-content .merchant-image {
	height: 100%;
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-image-title .image-title-content .merchant-image img {
	width: 100%;
	height: 192px;
	object-fit: contain;
	object-position: center;
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-image-title .image-title-content .merchant-title {
	position: absolute;
	bottom: 16px;
	left: 16px;
	
	border: 1px solid #CBCBCB;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
    padding: 0px 8px;
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-image-title .image-title-content .merchant-title .text {
	color: #002e6d;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.27px;
	line-height: 40px;
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-stars-address {
	margin: 16px;
	display: block;
	flex-direction: column;
	
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    /* flex-grow: 1; */
    max-width: 100%;
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-stars-address .merchant-stars {
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	margin-bottom: 8px;
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-stars-address .merchant-stars .reviews-amount {
	color: #333333;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 17px;
	margin-left: 8px;
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-stars-address .merchant-address {
	
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-stars-address .merchant-address .text {
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.22px;
	line-height: 20px;
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-products {
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
} 

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-products .merchant-products-content {
	padding: 0px 16px;
	margin-bottom: 24px;
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-products .carousel-control-next,
.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-products  .carousel-control-prev {
	width: 13px;
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-products .product-item {
	padding: 0px 13px;
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-products .product-item .top-part {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	
	margin-bottom: 14px;
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-products .product-item .top-part .image {
	-ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-products .product-item .top-part .image img {
	width: 100%;
	height: 100px;
	object-fit: contain;
	object-position: center;
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-products .product-item .top-part .title {
	-ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    
	padding-left: 12px;
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-products .product-item .top-part .title .name {
	color: #002e6d;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 22px;
	margin-bottom: 16px;
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-products .product-item .top-part .title .price {
	color: #3A3A3A;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 24px;
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-products .product-item .botton-part {
	display: flex;
    justify-content: center;
    align-items: center;
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-products .product-item .botton-part .button {
	
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-products .product-item .botton-part .button .btn {
	width: 100%;
	max-width: 237px;
	margin: auto;
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-link {
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    /* flex-grow: 1; */
    max-width: 100%;
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-link .merchant-link-content {
	padding: 24px 0px;
	margin: 0px 16px;
	border-top: 1px solid #CBCBCB;
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-link .merchant-link-content a {
	text-decoration: none !important;
	box-shadow: none !important;
	outline: none !important;
	
	display: flex;
	align-items: center;
	justify-content: center;
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-link .merchant-link-content .text {
	color: #002e6d;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 20px;
}

.merchant-map .map-block .map-overlay .overlay-merchant-page .merchant-link .merchant-link-content .icon {
	margin-left: 11px;
}

/* End Overlay Merchant Page */

.merchant-map .map-block .overlay-toggler {
	position: absolute;
    top: 24px;
    left: 0;
    z-index: 999999;
    
    width: 151px;
    height: 40px;
	display: flex;
    justify-content: center;
    align-items: center;
	
	border: 1px solid #CBCBCB;
	border-radius: 0 2px 2px 0;
	background-color: #FFFFFF;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
}

.merchant-map .map-block .overlay-toggler.open {
    top: 24px;
    left: 38%;
    
    width: 40px;
    height: 40px;
}

.merchant-map .map-block .overlay-toggler .btn {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	
	display: flex;
    justify-content: space-around;
    align-items: center;
}

.merchant-map .map-block .overlay-toggler.open .btn {
	justify-content: center;
}

.merchant-map .map-block .overlay-toggler.open .btn img {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
} 

.merchant-map .map-block .overlay-toggler .btn img {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.merchant-map .map-block .overlay-toggler.open .btn .text {
	display: none !important;
}

.merchant-map .map-block .overlay-toggler .btn .text {
	color: #002e6d;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 20px;
}

/* Responsive */
@media (max-width: 991px) {
	.merchant-map .map-block .map-block-content {
		height: auto;
	}
	.merchant-map .map-block .map-block-content .map-container #mapDiv {
		height: 300px !important;
	}
	.merchant-map .map-block .map-overlay {
		position: relative;
		margin: -40px auto 0 auto;
		width: 354px;
		max-width: 100%;
	}
	.merchant-map .map-block .overlay-toggler {
		display: none !important;
	}
	
	/* Results list */
	.merchant-map .map-block .map-overlay .overlay-results-list .filter .filter-buttons {
	    display: flex;
	    flex-wrap: nowrap;
	    overflow-x: auto;
	}
	.merchant-map .map-block .map-overlay .overlay-results-list .filter .filter-buttons .buttons-container {
	    flex: 0 0 auto;
	}
	.merchant-map .map-block .map-overlay .overlay-results-list .results-list-utilities {
		flex-direction: column;
		align-items: normal;
	}
	.merchant-map .map-block .map-overlay .overlay-results-list .results-list {
		overflow: visible;
		height: 300px;
	}
	/* Results list */
}
/* Responsive */

.category-filter-button-active {
	background-color:#FFCD37 !important;
}

/* End Merchants Map Styles */

.tooltip {
	z-index:9999999 !important;
}