#map_legend{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 512px;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 0.25rem;
    padding:0 1rem !important;
  	margin: 15px 0;
  	
}
#map_legend .map_legend_entry{
    display: flex;
    flex-direction: column;
}
#map_legend .map_legend_entry button{
	width: 100%;
    height: 100%;
    padding: 5px;
    display: block;
    color: var(--white);
    font-weight: 400;
    background-color: var(--green);
    margin-top: 10px;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
}
#map{
	margin:15px 0;
}
.gm-style-iw-d div{
	display:flex;
  	flex-direction:column;
}
.gm-style-iw-d div a{
	color:#000;
  	text-decoration: underline;
}
//scroll
#map_legend::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}
#map_legend::-webkit-scrollbar{
	width: 6px;
	background-color: #F5F5F5;
}
#map_legend::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #000;
}
.link_detay .baslik{
    font-size: 20px;
    margin-bottom: 1rem;
    margin-top: 1rem;
  	padding-bottom:1.5rem;
  border-bottom: 1px solid #dee2e6;
}
span.map_legend_entry_name {
    font-weight: 600;
}
#tac_ceviri{
	display:flex;
  	justify-content: space-between;
}
.skiptranslate{
	padding:8px 0;
}
@media (min-width: 900px){
  #toTop {
      background: url(https://platincdn.com/4135/dosyalar/images/tacyukari.png) top left no-repeat;
      width: 80px;
      height: 80px;
      background-size: cover;
  }
}
.right-section-info.container.bg-light .col-6.d-flex:nth-child(2) {
    display: none !important;
}
body .urun .urun_butonlar .urun_sepete_ekle:not(.urun_hemen_al)::before, body .urun .urun_butonlar .urun_hemen_al:not(.urun_hemen_al)::before {
    padding: 6px 0;
}
body header .top-menu .acilirmenu.list ul:first-child>li>a {
    padding: 28px 8px;
}
body.fixed-header header .top-menu{
box-shadow: 0 20px 20px 0px #0000000f;
}
body #PM_alt .social-media
{
  top:35vh !important;
}