/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

@import url('https://use.fontawesome.com/releases/v5.1.1/css/all.css');

@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600,700');

body {font-family: 'Oswald', sans-serif;}
a, a:focus, a:hover { color: #000;}

.fixed-top{position: absolute;}
.navbar{padding: 0;}
.navbar-nav{font-size: 20px;}
.navbar-nav .active { border-bottom: .15rem solid #fff;}
.navbar-dark .navbar-nav .nav-link { color: rgba(255,255,255);}
.navbar-brand {background-color: #e2e2e2; padding: 5px 10px 20px 30px; position: relative;}
.navbar-brand:after{
	content: '';
	border-color: #e2e2e2 transparent transparent #e2e2e2;
    border-style:solid;
    border-width:38px;
    width:0; height:0;
    position: absolute;
    top: 0; right: -76px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}
.container-fluid{padding-left: 0;}
.bg-dark { background-color: rgba(0, 0, 0, .3)!important; }
.dil a, .dil a:focus, .dil a:hover { color: #fff; }
hr{ margin-top: .5rem; margin-bottom: 1rem; border: 0; border-top: 1px solid rgba(0,0,0,.8);}

.carousel-item {
  height: 65vh; min-height: 300px; background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-caption { font-size: 22px; background-color: rgba(0,0,0,.7); color: #fff; bottom: 50px; }
.carousel-indicators li{background-color: rgba(0,0,0,.5);}
.carousel-indicators .active{background-color: #000;}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px; width: 100px; outline: black;
  background-size: 100%, 100%; border-radius: 50%;
  border: 1px solid black; background-image: none;
}
.carousel-control-next-icon:after { content: '>'; font-size: 55px; color: red;}
.carousel-control-prev-icon:after { content: '<'; font-size: 55px; color: red;}

.ic_banner{height: 45vh!important}

#return-to-top {
	position: fixed; bottom: 20px; right: 20px; 
	background:#69615e; width: 40px; height: 40px; 
	text-decoration: none; display: none; border-radius: 10px; z-index : 999;  
}
#return-to-top i {
	font-size: 25px; color: #fff; position: relative; 
	margin: 0; left: 9px; top: 7px;
}

/* Dropdown Submenu */
.dropdown-submenu { position: relative;}
.dropdown-submenu>.dropdown-menu {
    top: 0; left: 100%; margin-top: -6px; margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu { display: block;}
.dropdown-submenu>a:after {
    display: block; content: " "; float: right;
    width: 0; height: 0; border-color: transparent; border-style: solid;
    border-width: 5px 0 5px 5px; border-left-color: #444; margin-top: 7px; margin-right: -10px;
}
.dropdown-submenu.pull-left {float: none;}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%; margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-toggle::after { color: #aaa;}
.bg-dark:focus, .bg-dark:hover{ background-color: none!important; box-shadow: none!important;}

.page-link{ color: #343a40;}
.page-link:hover{ color: #000;}
.page-item.active .page-link{ background-color: #343a40; border-color: #343a40;}

/* Custom CSS */

/* Sosyal Medya Sayfası */
.sosyal_medya{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:row;margin-bottom:0;list-style:none;}
.sosyal_medya li{padding-right:6px!important;}
.sosyal_medya a {
    color: #323023; width: 30px; height: 30px;
    display: inline-block; border-radius: 50%;  text-align: center;
    border: 2px solid #323023; font-size: 14px; background-color: #fff; padding-top: 1px;
}
.sosyal_medya a:hover {color: #323023; }

/* 404 Sayfa Bulunamadı Sayfası*/
#nopage {background-color: #342643; min-height: 80vh;}
.text-wrapper { min-height: 80vh; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.title {font-size: 6em; font-weight: 700; color: #EE4B5E;}
.subtitle { font-size: 40px; font-weight: 700; color: #1FA9D6;}
.buttons { margin: 30px;}
.buttons a.button { font-weight: 700; border: 2px solid #EE4B5E;
  text-decoration: none; padding: 15px; text-transform: uppercase;
  color: #EE4B5E; border-radius: 26px; transition: all 0.2s ease-in-out;
}
.buttons a.button:hover { background-color: #EE4B5E; color: white; transition: all 0.2s ease-in-out;}

/* Ürün Sayfası */
.portfolio-item { margin-bottom: 30px; text-align: center;}
.portfolio-item a { display: inline-block; position: relative; }
.portfolio-item a:hover > .urun_detay { background-color: rgba(0, 0, 0, .8); }

.urun_detay {
	position: absolute; display: block; bottom: 0; 
	background-color: rgba(0, 0, 0, .5); color: #fff; 
	transition: all .3s ease;
}
.urun_baslik {text-transform: uppercase;}

/* Ürün Detay Sayfası */
.carousel-indicators {display: block!important;}
	
#categoryMenu ul.list-group { list-style: none; padding: 5px; }
#categoryMenu ul.list-group li.list-group-item { position: relative; padding: 7px; }
#categoryMenu ul.list-group li.list-group-item a { display: block; text-decoration: none; color: #343a40; }
#categoryMenu ul.list-group li.list-group-item a.active { color: #007bff; }
#categoryMenu ul.list-group li.list-group-item a > i { color: #6c757d; font-size: 12px; }
#categoryMenu ul.list-group li.list-group-item a.active > i { color: #007bff; }
#categoryMenu ul.list-group li.list-group-item > i { position: absolute; right: 10px; top: 7px; color: #343a40; }

#carouselProductGallery .carousel-indicators { position: relative; bottom: 0; margin: 0 0 0 0; /*flex-direction: column;*/ }
#carouselProductGallery .carousel-indicators > li { /*width: inherit; height: inherit;*/ text-indent: initial; opacity: .7; margin-bottom:90px; }
#carouselProductGallery .carousel-indicators > li.active { opacity: 1; }
#carouselProductGallery .carousel-inner .carousel-item { height: auto; min-height: auto;}

#carouselProductGallery .list-inline {height:360px; overflow-y: auto; overflow-x: hidden }
#carouselProductGallery .list-inline::-webkit-scrollbar {width: 10px;}
#carouselProductGallery .list-inline::-webkit-scrollbar-track {box-shadow: inset 0 0 5px #f0f0ef; border-radius: 10px;}
#carouselProductGallery .list-inline::-webkit-scrollbar-thumb {background: #343a40; border-radius: 10px;}
a.whatsapp-single { display: inline-block; background-color: #25d366; 
color:#fff; width: 50px; height: 50px; padding: 7px; bottom: 5rem; right: 2rem; z-index: 15; text-align: center;}

.icerik {}
.icerik table tr { border-bottom: 1px solid #000; }
.icerik table tr:first-child, .icerik table tr:last-child { border-bottom: 0; }
.icerik table tr td, .icerik table th { border-right: 1px solid #000; }
.icerik table tr td:last-child { border-right: 0; }
.icerik table tr:first-child td, .icerik table tr:first-child th { border-right: 0; }
.icerik table td[rowspan]{ border-left: 1px solid #000; }

footer { background-color: #000 }
footer img{ filter: brightness(0) invert(1) }

/* --------------------------*/
/* RESPONSIVE UP (min-width) */
/* --------------------------*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  	footer img { float: right!important; }
  	.dropdown-submenu>.dropdown-menu { margin-top: 5px; }
  	.navbar-expand-lg .navbar-nav .nav-link{ padding-right: 1rem; padding-left: 1rem;}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}

/*-----------------------------*/
/* RESPONSIVE DOWN (max-width) */
/*-----------------------------*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	
	.navbar > .container-fluid { display: block !important; position: relative; }
	.navbar-brand { display: block; background-color: #e2e2e2; padding: 10px !important; margin: 0 !important; }
	.navbar-brand:after { display: none; }
	.navbar-brand img {	width: 240px;}
	
	.navbar-toggler { position: absolute; z-index: 1; top: 20px; right: 20px; color: rgba(0, 0, 0, .8) !important; font-size: 25px; border: 1px solid rgba(0, 0, 0, .2) !important; }
	.navbar-nav .active { border-bottom: none;}
	
	.dil { float: left; padding: 10px !important; position: relative; top: 3px; }
	.sosyal_medya { float: right; padding: 10px !important; }
	
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	.carousel-item { height: 40vh; }
	.carousel-control-prev-icon,
	.carousel-control-next-icon { height: 60px; }
	.carousel-control-next-icon:after { font-size: 35px; }
	.carousel-control-prev-icon:after { font-size: 35px; }
	
	.bg-dark { background-color: rgba(0, 0, 0, .9)!important;}
	
	footer { font-size: 13px; }
	.icerik img { width: 100% !important; height: auto !important; }
	
	#carouselProductGallery .carousel-indicators { flex-direction: row; }
	#carouselProductGallery .list-inline { width: auto; height: auto;}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	
}
