.tp-caption .tp-videoposter:after {
    background-position: center center;
    background-repeat: no-repeat;
 
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -26px 0 0 -37px;
 
    content: “”;
    width: 75px;
    height: 53px;
}

.dropdown:hover {
	background-color:red;
	color:white;	
}

.box {
  transition: box-shadow .3s;
  border-radius:10px;
  background: #fff;
  padding-bottom:10px;
  padding:10px;
  border:1px solid black;
  border-radius:10px;
}

.box:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
  border: 1px solid #ccc;
}

@font-face {
    font-family: uyari-yazisi;
    src: url("fonts/Comfortaa-VariableFont_wght.ttf") format("opentype");
}

@font-face {
	font-family: urun-adi;
    src: url("fonts/Comic_Neue/ComicNeue-Regular.ttf") format("opentype");
}

@font-face {
	font-family: merhaba;
    src: url("fonts/ArchitectsDaughter-Regular.ttf") format("opentype");
}

.merhaba {
	/*font-family: 'merhaba', serif;*/
	font-size: 15px;
	color:red;
	text-align:center;
	margin-bottom:20px;
}

.merhaba2 {
	/*font-family: 'merhaba', serif;*/
	font-size: 15px;
	text-align:center;
	margin-bottom:20px;
}

.uyari_yazisi {
	/*font-family: 'uyari-yazisi', serif;*/
	font-size: 20px;
}

.urun_adi {
	/*font-family: 'urun-adi', serif;*/
	font-size: 15px;
}

.urun_fiyati {
	/*font-family: 'urun-adi', serif;*/
	font-size: 25px;
	color:red;
	font-weight:bold;
}

@font-face {
    font-family: fiyat;
    src: url(fonts/Anton-Regular.ttf);
}

@font-face {
    font-family: fiyat2;
    src: url(fonts/chakra-petch/ChakraPetch-SemiBold.ttf);
}

span.urun_fiyati {
    font-family: fiyat;
}

.font2 {
    font-family: fiyat2;
	color:brown;
}

.font3 {
    font-family: fiyat2;
}

h3.urun_adi {
    font-family: fiyat2;
	color:rgb(62, 61, 61);
}

@media only screen and (min-width: 800px) {
  .menu {
    display:none;
  }
}

.img-fluid {
	height:300px;
}
.ust_cizgi {
	/*border-top:1px dotted silver;*/
}

div.resim {
	background-size: cover;
	background-repeat: no-repeat;
	/*opacity: 0.25;*/
}
.kenarlik {
	border:1px dotted black;
	border-radius:10px;
	overflow:hidden;
}