@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&display=swap&subset=latin-ext");

body {font-family: 'Poppins', sans-serif; font-size: 14px; color:#707070;}

.menu{background: #e3000f; height:50px; position: absolute; z-index:1; top:0; left:0; right:0;}
.top_bar{font-size:13px;}
.nav-item > a.nav-link{color: #fff!important; border-right:1px solid #bd000d;}
.navbar-nav .nav-link{padding-left:1.5rem!important; padding-right:1.5rem!important; }
.breadcrumb-item > a{color:#e3000f;}
.page-item.active .page-link{background-color:#e3000f; border-color:#e3000f;}

#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:#e3000f; 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 */
.sayfa_basliklar{position:relative; font-size:18px; text-transform: uppercase; color:#303030; padding-bottom:10px;}
.sayfa_basliklar::before{position: absolute; content:""; width:70px; height:30px; border-bottom:2px solid #e3000f;}
.form-control{border-radius:0; border-color: #dfdfdf;}
::placeholder {color: #838383; font-size:13px;}
.card-title{color:#656565;}

.genel_buton{
	background: #e3000f; font-size:12px; height:35px; 
	border-top-left-radius:10px; border-top-right-radius:10px; border-bottom-left-radius:0; border-bottom-right-radius:0;}
.slick-prev:before, .slick-next:before {color: #5d5d5d; opacity: 1;}




/* Sosyal Medya Sayfası */
.menu_sosyal{background: #c4000d; height:50px;}

.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:25px!important; padding-top:10px;}
.sosyal_medya a {color: #fff; width: 30px; height: 30px; display: inline-block; border-radius: 50%; text-align: center; border: 2px solid #fff; font-size:15px; padding-top:2px;}

/* 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: #e3000f; }
#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: #e3000f; }
#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;}

/*Renkler*/
.bg-siyah{ background: #000;}
.bg-kirmizi{background: #e3000f;}
.text-kirmizi{color: #e3000f;}


/* 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; }
	footer { font-size: 14px; }
	.icerik img { width: 100% !important; height: auto !important; }
	.slick-arrow{display:none!important;}
	.navbar{padding-left:0;}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.menu{position: relative; height:auto;}
	
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	
}
