
h1{font-size: 1.5rem}
h2{font-size: 1.2rem}
h3{font-size: 1rem}
h4{font-size: 0.8rem}
h5{font-size: 0.6rem}

.antonio-font {
  font-family: "Antonio", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-size: 1rem;
}
/* ************************************ */

.card{}
.card:hover{box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 20px;}

.card-img-top{position: relative}

.card-img-top:hover .overlay{
	display: block;
	background: rgba(0,0,0,.35)!important;
	transition: all .65s;
}
.card-img-top:hover .overlay > a > i{
	color: rgba(255, 255, 255, 1);
	top: 50%;
	transition: all .35s;
	background: rgba(255,0,0,.0);
	/* background: rgba(255,255,255,1) */;
}
.card-img-top:hover .overlay > a > i:hover{
	color: rgba(255, 255, 255, 1);
	transition: all .35s;
	background: rgba(255,0,0,1);
}
.overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0)!important;
	transition: all .35s;
	cursor: pointer;
}
.overlay > a > i{
	font: normal normal normal 16px/1 FontAwesome;
	content: "\f002";
	position: absolute;
	top: -1rem;
	left: 50%;
	color: rgba(0, 0, 0, 0);
	transform: translate(-50%, -50%);
	padding: .25rem;
	background: rgba(255,255,255,0);
	transition: all .35s;
	border-radius: 50%;
	width: 2.5rem;
	height: 2.5rem;
	display: block;
	line-height: 2rem;
	text-align: center;
}
 
.card:hover .images-name {
    opacity: 1;
	z-index: 1000;
}
.card .images-name {
    position: absolute;
	width: 100%;
    bottom: 7%;
    left: 50%;
    opacity: 0;
    transition: .5s ease;
    text-align: center;
    transform: translate(-50%, -50%);
}
.card .images-name .images-name-btn {
    color: white;
    font-size: 0.9em;
	padding: 5px 5px;
    background-color: cornflowerblue ;
    text-decoration: none;
	border-radius: 50%;
	border-radius: 5px;
    }
/* ************************************ */

/* Spinner */
#spinner-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
  z-index: 1000001;
}
#spinner-wrapper .spinner {
  width: 100px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#spinner-wrapper .spinner .ball {
  width: 20px;
  height: 20px;
  background-color: #333;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
          animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
#spinner-wrapper p {
  color: #333;
  margin-top: 5px;
  font-family: sans-serif;
  letter-spacing: 3px;
  font-size: 10px;
}

@-webkit-keyframes motion {
  0% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  25% {
    -webkit-transform: translateX(-50px) scale(0.3);
            transform: translateX(-50px) scale(0.3);
  }
  50% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  75% {
    -webkit-transform: translateX(50px) scale(0.3);
            transform: translateX(50px) scale(0.3);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}

@keyframes motion {
  0% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  25% {
    -webkit-transform: translateX(-50px) scale(0.3);
            transform: translateX(-50px) scale(0.3);
  }
  50% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  75% {
    -webkit-transform: translateX(50px) scale(0.3);
            transform: translateX(50px) scale(0.3);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}

/* ************************************ */

/* scroll-to-top */

.scroll-to-top {
	background: rgba(0, 0, 0, .90);
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	font-size: 30px;
	line-height: 35px;
	color: rgba(255,255,255, .90);
	text-decoration: none;
	-moz-border-radius: 7;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	z-index: 10000;
	}
.scroll-to-top:hover {
	background: rgba(0, 0, 0, 1);
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
	}	
/* ************************************ */
  
 /* ürün detay */

.urunDetay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; 
}

@media screen and (max-width: 996px) {
	.urunDetay {
		margin-bottom: 0px; 
	} 
}

.urunDetay-pic {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
    flex-grow: 1; 
	border: solid 2px #dee2e6;
}

.urunDetay-thumbnail.nav-tabs {
	border: none;
	margin-top: 15px; 
}

.urunDetay-thumbnail.nav-tabs li {
	border: solid 1px #dee2e6;
	width: 18%;
    margin-right: 2.5%; 
}

.urunDetay-thumbnail.nav-tabs li a {
	padding: 0;
    margin: 0; 
}

.urunDetay-thumbnail.nav-tabs li img {
	max-width: 100%; 
	display: block; 
	opacity: .85;
}

.urunDetay-thumbnail.nav-tabs li img:hover {
	cursor: pointer;
	opacity: 1;
}

.urunDetay-thumbnail.nav-tabs li > .active img {
	opacity: .35;
	cursor: default;
}

.urunDetay-thumbnail.nav-tabs li > .active img:hover {
    cursor: default;
}

.urunDetay-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0; 
}

.tab-content {
	overflow: hidden; 
}
 
.tab-content img {
	width: 100%;
	transition: all .35s;
	-webkit-animation-name: opacity;
	animation-name: opacity;
	-webkit-animation-duration: .3s;
	animation-duration: .3s; 
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

/* ************************************ */
 
.buyutec {
	background-color: white;
}

.buyutec img {
    width: 2.5em !important;
    height: 2.5em !important;
}

tr:hover div.buyutec img {
	-webkit-transform: scale(5);
    -ms-transform: scale(5);  
    -moz-transform: scale(5);
    transform: scale(5);
	ransition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
	
	border-radius: 2px !important;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
}
.text-golge {
	color: white;
	text-shadow: 1px 1px 5px black, 0 0 20px blue, 0 0 30px darkblue;
}

.logo {
	opacity: 1; 
	margin: auto; 	
}

.logo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain 
	/*max-width: 100%;
    height: auto; */
    }
	
.social-ico img {
	opacity: 1; 
	height: 30px !important;
	margin: auto;
}

.social-ico img:hover {
	-webkit-transform: scale(2);
    -ms-transform: scale(2);  
    -moz-transform: scale(2);
    transform: scale(2);
	ransition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
	opacity: 1; 
}

.social-media a{
	margin: 0 5px;
	display: inline-block;
	max-width: 20%;
}
.social-media img{
	max-width: 100%;
	opacity: 0.35;
}
.social-media img:hover{
	transition: all .50s;
	opacity: 1;
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);  
    -moz-transform: scale(1.1);
    transform: scale(1.1);
	ransition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
}