@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

body {
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	font-style: normal;
	min-height: 100%;
	overflow: auto;
}

:root{
	--primary-color: #3A3B3C;
    --panel-color: #242526;
    --text-color: #CCC;
}

.navbar 
{
	margin-bottom: 0;
	border-radius: 0;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--text-color);
}

.navbar-inverse .navbar-nav>li>a {
	color: var(--text-color);
}

footer 
{
	background-color: var(--primary-color);
	color: var(--text-color);
	bottom: 0;
	position: absolute;
	margin-top: 20px;
	width: 100%;
}

footer a, footer a:hover {
	color: var(--text-color);
	text-decoration: none;
}

.jumbotron 
{
	background-color: var(--primary-color);
	align-items: center;
}

.container {
    padding-right: 100px;
    padding-left: 100px;
}
  
.urun_kart img {
    display: block;
    margin: 0 auto;
	margin-top: 10px;
	height: 200px;
	width: 85%;
	padding: 10px;
}

.urun_kart {
	border: 2px solid #afafaf;
	border-radius: 0.6em;
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 15%);
	display: inline-block;
	width: 20%;
	margin-bottom: 16px;
	padding: 0 8px;
	margin: 10px;
}

.urun_kart h1, .urun_kart h1 a {
    margin-top: 10px;
	font-size: 1em;
	color: #1a1a1a;
	font-weight: bold;
	text-decoration: none;
}

.urun_kart a {
	text-decoration: none;	
}

.urun_kart .ucret {
	font-size: 1em;
	color: #33aa33;
	margin-top: 50px;
}

.ortakisim {
	background: #fff;
	display: block;
	width: 65%;
	height: 100%;
	overflow: auto;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
}

.logo img {
	height: 120px;
	max-width: 100%;
	display: block;
	margin: auto;
	padding: 10px;
}

.carousel-inner img {
	width: 100%;
	height: 100%;
	max-height: 500px;
}

.carousel-caption {
	color: #1a1a1a;
}

.img-magnifier-container {
	position: relative;
	width: 30%;
	float: left;
}

.img-magnifier-container img {
	border: 2px solid #afafaf;
	width: 100%;
	height: 300px;
	padding: 20px;
}

.img-magnifier-glass {
	position: absolute;
	border: 3px solid #000;
	border-radius: 50%;
	cursor: none;
	width: 130px;
	height: 130px;
}

.urun_isim {
	display: inline-block;
	padding: 20px;
	margin: auto;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	width: 70%;
}

.urun_fiyat {
	font-size: 1.4em;
	font-weight: bold;
	color: #1a1a1a;
	margin-top: 10px;
}

.urun_aciklama {
	font-weight: normal;
	font-size: 0.8em;
	padding: 20px;
	margin-bottom: 20px;
}

.trendyol_link img {
	height: 20px;
    max-width: 80%;
    position: relative;
    float: right;
}

.btn-sm, .btn-sm:hover, .btn-sm:active, .btn-sm:visited, .btn-sm:checked, .btn-sm:focus {
	margin: 2px;
	border: none;
}

.footer {
	height: auto;
	padding-bottom: 30px;
	width: 100%;
}
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}
.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: var(--text-color);
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: var(--text-color);
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}
.footer a {
	color: var(--text-color);
}

.social li {
	list-style: none;
	background: none repeat scroll 0 0 #B5B5B5;
	border: 2px solid #B5B5B5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.social li a {
	color: #EDEFF1;
}
.social li:hover {
	border: 2px solid #33aa33;
	background: #33aa33;
}
.social li a i {
	font-size: 16px;
	margin: 0 0 0 5px;
	color: #EDEFF1 !important;
}
.footer-bottom {
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}

/* Mobil */

@media (min-width: 768px) and (max-width: 1366px) {
	.urun_kart {
		width: 40%;
	}
}

@media (max-width:768px) {
	.navbar-header img {
		display: none !important;
	}
	
	.urun_kart {
		width: 85% !important;
	}
	
	.img-magnifier-glass {
		display: none;
	}
	
	.img-magnifier-container img {
		width: 100%;
		height: 300px;
	}
	
	.img-magnifier-container {
		width: 100%;
		margin: auto;
	}
	
	.urun_isim {
		width: 100%;
		padding: 10px 0 0 0;
	}
	
	.urun_aciklama {
		padding: 5px;
	}
	
	.logo img {
		width: 50%;
	}
	
	footer {
		position: relative;
	}
}

/* Mobil */