﻿    #mapBody #body {
    background-color: #fff;
    clear: both;
        padding-bottom: 0;
	}
	#mapBody header {
		background-size: 100%;
	}
	
	#wrapper {
        position: relative;
    }
	

    #map_canvas {
        width: 100% !important;
        height: 900px;
    }

    #directionPanel {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 9999;
        width: 400px;
        height: 350px;
        background-color: #ffffff;
        display: none;
    }

    #directionPanel-container {
        width: 400px;
        margin: 0px auto;
        padding: 0 0;
    }

    #directionPanel-container-scrollbox {
        width: 400px;
        height: 300px;
        overflow: auto;
        background: #fff;
    }

    #place-info-window-buttons a {
        padding: 5px 5px 5px 5px;
    }
	
	#mapBody #body .wrapper {
		width: 1274px;
		margin: 0 auto;
	}	
	
	#mapBody #body h1 {
    padding: 10px 0 5px;
    margin-top: 0;
    margin-bottom: 0;
}
	
#dvStoreLocatorCategoryList {
	width: 1274px;
    margin: 0 auto;
}	

#dvStoreLocatorCategoryList .listElement .map-left {
    display: flex;
    gap: 10px;
}

#dvStoreLocatorCategoryList .listElement {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
	margin-bottom: 10px;
}

#dvStoreLocatorCategoryList .listElement label {
    margin-bottom: 0;
	    cursor: pointer;
       padding: 5px 10px;
	   font-weight: 500;
    font-size: 14px;
}

#dvStoreLocatorCategoryList .listElement .css-checkbox {
    margin: 0 0 0 10px !important;
}

#dvStoreLocatorCategoryList .map-item {
    background: #e2e2e2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 0;
    cursor: pointer;
}

#dvStoreLocatorCategoryList .listElement .map-left {
    display: flex;
    gap: 10px;
}

#dvStoreLocatorCategoryList .map-right .listItem {
    top: -20px;
    position: relative;
}

#dvStoreLocatorCategoryList .listItem {
    background: #0055B8;
    color: #ffff;
    border-radius: 20px;
    transition: 0.5s;
}

#dvStoreLocatorCategoryList .listItem a {
    color: #fff;
    padding: 15px;
    display: block;
    font-size: 14px;
    transition: 0.5s;
}

#dvStoreLocatorCategoryList .listItem:hover {
    background: #e2e2e2;
}

#dvStoreLocatorCategoryList .listItem:hover a {
    color: #000;
    text-decoration: none;
}

/**list**/

.map-list .map-item {
    width: calc(50% - 15px);
}

.map-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 15px;
}

.map-list .map-item .form-control {
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    box-sizing: border-box;
    font-size: 14px;
    height: 47px;
	font-family: 'Open Sans', sans-serif;
}


.map-list-container .map-data-list {
    margin-top: 50px;
    /* background: #f2f2f2; */
    padding-top: 40px;
    padding-bottom: 30px;
}

.map-list-container .map-data-list .map-data-list-container {}

.map-list-container .map-data-list .map-data-list-container .data-bank {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.map-list-container .map-data-list .map-data-list-container .data-bank .place-card {
    width: calc(50% - 8px);
    padding: 30px;
    background: #f2f2f2;
    border-radius: 20px;
}

.map-list-container .map-data-list .map-data-list-container .data-bank .place-card .data-bank-title {
    font-size: 22px;
}

.map-list-container .map-data-list .map-data-list-container .data-bank .place-card  .img {
    display: block;
    width: 10%;
}

.map-list-container .map-data-list .map-data-list-container .data-bank .place-card .img img {
    width: 100% !important;
    height: auto !important;
}

.map-list-container .map-data-list .map-data-list-container .data-bank .place-card .data-bank-part {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 15px 0 10px;
	flex-wrap: wrap;
}

.map-list-container .map-data-list .map-data-list-container .data-bank .place-card .data-bank-part .text {
    display: flex;
    flex-direction: column;
    gap: 5px;
	width: calc(90% - 21px);
}

.map-list-container .map-data-list .map-data-list-container .data-bank .place-card .data-bank-part .text a {
    font-size: 16px;
    color: #000;
    display: flex;
    gap: 10px;
	align-items: center;
}

.map-list-container .map-data-list .map-data-list-container .data-bank .place-card .data-bank-part .text a:hover {
    text-decoration: none;
}

.map-list-container .map-data-list .map-data-list-container .data-bank .place-card  .btnContainer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.map-list-container .map-data-list .map-data-list-container .data-bank .place-card .btnContainer .more {
    background: #fff;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 15px;
	transition: 0.5s;
}

.map-list-container .map-data-list .map-data-list-container .data-bank .place-card .btnContainer .more:after {
	display:none;
}

.map-list-container .map-data-list .map-data-list-container .data-bank .place-card .btnContainer .more:hover {
    background: #0055b8;
    transition: 0.5s;
}

.map-list-container .map-data-list .map-data-list-container .data-bank .place-card .btnContainer .more:hover a {
    color: #fff;
}

.map-list-container .map-data-list .map-data-list-container .data-bank .place-card .btnContainer .more a {
    font-size: 15px;
    color: #000;
}


.map-list-container .map-list-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.map-list-container .map-list-search .map-total {
    font-size: 14px;
}

.map-list-container .map-list-search .map-search .btn {
	width: 145px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    margin: 5px;
    border-radius: 3px;
    text-shadow: 0 -2px rgba(0, 0, 0, .15);
    position: relative;
    display: inline-block;
    user-select: none;
    transition: .3s linear;
    border: none;
}
/*detail*/
.map-detail-container .map-detail-title {
    font-size: 22px;
    position: relative;
    padding-bottom: 10px;
}

.map-detail-container .map-detail-title:before {
    content: '';
    width: 80px;
    background: #000;
    height: 4px;
    position: absolute;
    bottom: 0;
}

.map-detail-container .map-detail-table {
	margin-top: 30px;
    margin-bottom: 50px;
}

.map-detail-container .map-detail-table .table-name {
	width: 100%;
	background: #fff;
	border-radius: 3px;
	border-collapse: collapse;
	padding: 5px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	animation: float 5s infinite;
	}

.map-detail-container .map-detail-table .table-name tr td {
    font-size: 16px;
    background: #ffff;
    padding: 20px;
    border-right: 1px solid#fff;
}
.map-detail-container .map-detail-table .table-name tr td a {
    color: #000;
}
.map-detail-container .map-detail-table .table-name tr {
}

.map-detail-container .map-detail-table .table-name tr td:nth-child(1) {
    width: 200px;
    font-weight: bold;
}
.map-detail-container .map-detail-table .table-name tr td:nth-child(2) {
    width: 20px;
}

.map-detail-container .map-detail-table .table-name tr:nth-child(2n) td {
	background: #f2f2f2;
}

.map-detail-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.map-detail-list .map-detail-img-item {
    width: calc(25% - 20px);
    border: 1px solid #f2f2f2;
    border-radius: 5px;
}

.map-detail-list .map-detail-img-item img {
    width: 100%;
    padding: 20px;
}

.map-detail-list .map-detail-img-item .map-detail-img-title {
    font-size: 16px;
    padding: 15px;
    background: #f2f2f2;
    text-align: center;
}

.back-detail {
    padding: 20px 0;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    gap: 10px;
    color: #000;
    background: #f2f2f2;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.back-detail i {
    font-style: normal;
}

.back-detail:hover {
    text-decoration: none;
}

.gm-style .gm-style-iw {
    width: 345px;
}

button.gm-ui-hover-effect {
    position: absolute !important;
    top: 0;
    right: 0;
    width: 30px !important;
    height: 30px !important;
}

button.gm-ui-hover-effect span {width: 17px !important;height: 17px !important;margin: 7px !important;}

.listAddress {
    display: flex;
    gap: 11px;
    font-size: 16px;
}

.listAddress .material-symbols-outlined {
    font-size: 30px;
}

#placesearchmain-form,.userPlaceSearchsMainContainer {
    padding-top: 40px;
    padding-bottom: 70px;
}

.map-list-container .map-list-search .map-search .btn-danger {
    background: #f2f2f2;
    color: #1E1E1E;
    text-shadow: none !important;
    outline: none;
}

#CategoryID,#CountryID,#CityID {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f2f2f2 url(/tr/images/svg/arrow-drop-down.svg) no-repeat right 8px center;
}

/*maps*/
#mapBody2 #map_canvas:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35%;
    pointer-events: none;
    background: linear-gradient(180deg, #000 0%, rgba(4, 4, 4, 0.00) 100%);
}

#mapBody2 #dvStoreLocatorCategoryList {
    width: 1274px;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin-top: 120px;
}

#mapBody2 #dvStoreLocatorCategoryList .listElement {
    flex-wrap: wrap;
	gap: 10px;
    justify-content: center;
}

#mapBody2 #dvStoreLocatorCategoryList .listElement h1 {
    width: 100%;
    text-align: center;
    color: #fff;
	font-weight: 300;
}

#mapBody2 .map-right .listItem {
    top: auto;
}

#mapBody2 .listItem {
    background: #ffff;
    color: #1E1E1E;
    border-radius: 0;
    transition: 0.5s;
	width: 220px;
    text-align: center;
}

#mapBody2 .listItem a {
    color: #636A77;
}

#mapBody2 .listElement label {
    color: #636A77;
}


#mapBody2 .map-dropdown { position: relative; display: block; width: 100%; max-width: 220px; }
#mapBody2 .map-dropdown-btn {
    width: 220px;
    padding: 8px 20px;
	font-size: 14px;
    text-align: left;
    cursor: pointer;
	height: 47px;
    border: none;
	color: #636A77;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(/tr/images/svg/arrow-drop-down-2.svg) no-repeat right 8px center;
}
#mapBody2 .map-dropdown-content {
  display: none; /* kapalı başlangıçta */
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ddd;
  max-height: 320px;
  overflow-y: auto;
  box-shadow: 0 6px 12px rgba(0,0,0,0.08);
}
#mapBody2 .map-dropdown .map-left {
    flex-direction: column;
}
#mapBody2 .map-dropdown .map-item {
    background: none !important;
	    color: #1E1E1E !important;
}

#mapBody2 .map-dropdown.show .map-dropdown-content { display: block; }

.btn-map {
    background: #0055B8;
    display: inline-block;
    padding: 10px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
	margin-right: 10px;
}

.btn-map-homepage-wrapper {
    display: flex;
    gap: 10px;
}
.btn-map-homepage {
    background: #0055B8;
    display: inline-flex;
    padding: 10px;
    color: #fff !important;
    justify-content: center;
	margin-top: 5px;
}


@media (max-width: 1366px) {
	#mapBody #body .wrapper {
		width: 95%;
	}
	#dvStoreLocatorCategoryList {
		width: 95%;
	}	
}
@media (max-width: 1300px) {
    .hover-header #headerMenu .menu-container .menu-list .level-0 > a {
        color: #fff !important;
    }
	.hover-header .hamburger-btn1 .bar1, .hamburger-btn1 .bar2, .hamburger-btn1 .bar3 {
		background-color: #fff !important;
	}
	.hamburger-btn1 .bar1, .hamburger-btn1 .bar2, .hamburger-btn1 .bar3 {
        background-color: #0055B8 !important;
    }
	.open .bar3 {
		background-color: #fff!important;
	}
	#mapBody2 #dvStoreLocatorCategoryList {
    width: 100%;
	}
	#mapBody2 .hamburger-btn1 .bar1, .hamburger-btn1 .bar2, .hamburger-btn1 .bar3 {
       background-color: #fff !important;
    }
}
@media (max-width: 980px) {
	.map-list-container .map-data-list .map-data-list-container .data-bank .place-card {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.map-list {
		gap: 5px;
		padding-top: 5px;
	}
	.map-list .map-item {
		width: 100%;
	}
	.map-list-container .map-data-list .map-data-list-container .data-bank .place-card .img {
		width: 20%;
	}
	.map-list-container .map-data-list .map-data-list-container .data-bank .place-card .data-bank-part .text {
		width: calc(80% - 21px);
	}
	.map-list-container .map-data-list .map-data-list-container .data-bank .place-card .data-bank-title {
		font-size: 20px;
	}
	#placesearchmain-form, .userPlaceSearchsMainContainer {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.map-list-container .map-list-search {
		align-items: flex-start;
		flex-direction: column;
	}
	.map-list-container .map-list-search .map-total {
		padding-top: 15px;
		padding-left: 8px;
	}
	.map-list-container .map-data-list {
		margin-top: 15px;
	}
	.map-detail-container .map-detail-table .table-name tr {
		display: flex;
		width: 100%;
	}
	.map-detail-container .map-detail-table .table-name tr td:nth-child(1) {
    width: 30%;
	}
	.map-detail-container .map-detail-table .table-name tr td:nth-child(2) {
    width: 5%;
	}
	.map-detail-container .map-detail-table .table-name tr td:nth-child(3) {
		width: 65%;
	}
	#dvStoreLocatorCategoryList .listElement {
		flex-direction: column;
		gap: 10px;
	}
	#dvStoreLocatorCategoryList .map-right .listItem {
		top: 0;
	}
	#mapBody #body h1 {
		padding: 10px 0 15px;
		text-align: center;
		font-size:28px;
	}
	
	.map-dropdown-content { position: static; max-height: 400px; }
	#mapBody2 .hamburger-btn1 .bar1, .hamburger-btn1 .bar2, .hamburger-btn1 .bar3 {
       background-color: #0055B8 !important;
    }
	#mapBody2 #dvStoreLocatorCategoryList {
		margin-top: 0;
	}
	#mapBody2 #dvStoreLocatorCategoryList .listElement {
		padding-top: 85px;
		flex-direction: row;
	}
	#mapBody2 #dvStoreLocatorCategoryList .listElement h1 {
		position: absolute;
		top: 0;
	}
	#mapBody2 .map-dropdown {
		width: 42%;
		max-width: none;
	}
	#mapBody2 .map-right {
		width: 42%;
	}
	#mapBody2 .map-dropdown-btn {
		width: 100%;
	}
	#mapBody2 .listItem {
		width: 100%;
	}
	#mapBody2 .open .bar3, #mapBody2 .open .bar1 {
		background-color: #fff !important;
	}
}
