@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700&display=swap");

body { font-family: 'Montserrat', sans-serif; color: #4e4e4e;}


#carouselBanner .carousel-item.background { height: 65vh; min-height: 300px; background: no-repeat center center scroll; background-size: cover; }
#carouselBanner .carousel-item.background.background-sub { height: 45vh; }
#carouselBanner .carousel-indicators > li { background-color: rgba(0,0,0,.5); }
#carouselBanner .carousel-indicators > li.active{background-color: #000;}
#carouselBanner .carousel-caption { font-size: 22px; background-color: rgba(0,0,0,.7); color: #fff; bottom: 50px; }

#return-to-top { position: fixed; bottom: 20px; right: 20px; background:#BA0422; 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; }


/* Custom CSS */
.navbar{height:105px;}
.nav-item > a.nav-link{color:#636363!important; padding-left: 2.5rem!important;}
.nav-item.active >a.nav-link{color:#ba0422!important;}
.navbar-brand{position: absolute; z-index:1; left:0; top:0; padding:0;}
.navbar > .container { position: relative; padding-top: 50px;}
.navbar-collapse{height:70px;}
.ust-iletisim { position: absolute; right: 0; left:0; top: 0; padding-right:25px;
    background: #ba0422; text-align:right; height:50px; line-height:60px; color:#fff;}
.overlay{position: absolute; z-index:1031; top:0; left:0; bottom:0;}
.sol_bar{background: #0a0e16; color:#cccccc; width:70px; height:700px; text-align:center;}    
.sol_bar li{padding-top: 6px; border: 1px solid; border-radius: 50%; width: 35px; height: 35px; text-align: center; margin: 0 auto; margin-bottom:10px;}
.sol_bar a{color:#cccccc;}
.sol_bar a:hover{color:#BA0422;}
.sayfa_basliklar{position:relative; text-transform:uppercase; font-size:25px; color:#0b0f17;}
.sayfa_basliklar::after{position: absolute; content:""; width:100px; height:40px; border-bottom:2px solid #ba0422; left:0;}
.breadcrumb-item a{color:#BA0422;}
.page-link{color:#BA0422;}
.page-link:hover{color:#BA0422;}
.page-item.active .page-link{background-color:#BA0422; border-color:#BA0422;}
.haber_bg{background: url('../images/haber_gorsel.jpg') no-repeat; background-size:cover;}
.blog_baslik{position: relative; color: #000; font-size:16px; padding-bottom:10px;}
.blog_baslik::after{position: absolute; content:""; left:0; width:65px; height:30px; border-bottom:3px solid #ba0422;}
#slick-urun .col-lg-3:nth-child(1){opacity:0.5;}
#slick-urun .col-lg-3:nth-child(5){opacity:0.5;}
#urun_yukseklik .card-body{height:200px;}

/* 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:0 15px!important; border-right:1px solid #fff;}
.sosyal_medya li:last-child{border-right:0;}
.sosyal_medya a {color: #fff; text-align: center; font-size:20px;}

/* 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 Detay Sayfası */
#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: 10px 5px; }
#carouselProductGallery .carousel-indicators > li { width: inherit; height: inherit; text-indent: initial; opacity: .7; }
#carouselProductGallery .carousel-indicators > li.active { opacity: 1; }
#carouselProductGallery .carousel-inner .carousel-item { height: auto; min-height: auto;}

footer{background: #353535;}

/*Renkler*/
.bg-kirmizi{background-color: #ba0422;}
.bg-gri{background-color: #f7f9fb;}
.bg-acik-gri{background-color: #efefef;}
.text-siyah{color:#000;}


/* RESPONSIVE DOWN (max-width) */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	#carouselBanner .carousel-item.background { height: 35vh !important; }
	.icerik img { width: 100% !important; height: auto !important; }
	.navbar-brand{position: relative;}
	.navbar-brand > img{width:260px;}
	.navbar-collapse {height: auto;}
	.navbar-toggler{border:0;}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.navbar{height:auto;}
	#urun_yukseklik .card-body{height:auto;}
	.ust-iletisim{font-size: 14px; padding: 0; text-align:center;}
	
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	
}
