/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

/*değişti  d0a772 kahverengi  -->  de1818   kırmızı  */
/*değişti  cfa671 kahverengi  -->  de1818   kırmızı  */
/*değişti  r gba(207, 166, 113, 0.9) kahverengi  -->  gba(222, 24, 24, 0.7)   kırmızı  */
/*değişti  r gba(207, 166, 113, 0.5) kahverengi  -->  gba(222, 24, 24, 0.)   kırmızı  */






@import url('https://fonts.googleapis.com/css?family=Arbutus+Slab');
@import url('https://fonts.googleapis.com/css?family=Athiti:400,500,600');
@import url("https://fonts.googleapis.com/css?family=Merriweather:600,300,300i&subset=latin-ext");

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(animate.css);
@import url(font-awesome.min.css);
@import url(superslides.css);
@import url(baguetteBox.min.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

body {
    color: #666666;
    font-size: 15px;
    font-family: 'Athiti', sans-serif;
    line-height: 1.80857;
}


a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #1f1f1f;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

ul, li, ol{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
button:focus{
	outline: none;
}

.form-control::-moz-placeholder {
    color: #2a2a2a;
    opacity: 1;
}

/*------------------------------------------------------------------
    LOADER 
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/
.top-navbar{
	position: relative;
	z-index: 10;
	margin-top: -1px;
}

.top-navbar .navbar{
	padding: 15px 0px;
	position: fixed;
	width: 100%;
	transition: height .3s ease-out, background .3s ease-out, box-shadow .3s ease-out;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 100;

}

.top-navbar .navbar-light .navbar-nav .nav-link{
	color: #010101;
	color: #fff; /*erhan*/
	font-size: 18px;
	padding: 0px 10px;
	border-radius: 4px;
	margin-left: 5px;
}

.top-navbar .navbar-light .navbar-nav .nav-item .nav-link:hover{
	background: #de1818;
	color: #ffffff;
}
.top-navbar .navbar-light .navbar-nav .nav-item.active .nav-link{
	background: #de1818;
	color: #ffffff;
	border-radius: 4px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
	border: none;
	 box-shadow: 2px 5px 6px rgba(0,0,0,0.5);
}

.navbar-expand-lg .navbar-nav .dropdown-menu a.dropdown-item:hover{
	background: #de1818;
	color: #ffffff;
}
.navbar-light .navbar-toggler:hover{
	background: #de1818;
}

/*------------------------------------------------------------------
    Slider
-------------------------------------------------------------------*/

.cover-slides{
	height: 100vh;
}
.slides-navigation a {
	background: #de1818;
    position: absolute;
    height: 70px;
    width: 70px;
    top: 50%;
    font-size: 20px;
    display: block;
    color: #fff;
	line-height: 80px;
	text-align: center;
    transition: all .3s ease-in-out;
}
.slides-navigation a i{
	font-size: 40px;
}
.slides-navigation a:hover {
	background: #010101;
}
.cover-slides .container{
	height: 100%;
	position: relative;
	z-index: 2;
}
.cover-slides .container > .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cover-slides .container > .row {
    height: 100%;
}

.btn{
	text-transform: uppercase;
	padding: 19px 36px;
}
.btn{
	display: inline-block;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 2px solid transparent;
	padding: 12px 30px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: .1875rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-outline-new-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #de1818;
}
.btn-outline-new-white:hover {
    color: #ffffff;
    background-color: #de1818;
    border-color: #de1818;
}

.overlay-background {
    background: #333;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
	opacity: 0.5;
}

.cover-slides h1{
	font-family: 'Arbutus Slab', serif;
	font-weight: 500;
	font-size: 64px;
	color: #fff;
}
.cover-slides p{
	font-size: 18px;
	color: #fff;
   margin: 0px 45px;

}
.slides-pagination a{
	border: 2px solid #ffffff;
}
.slides-pagination a.current{
	background: #de1818;
	border: 2px solid #de1818;
}

/*------------------------------------------------------------------
    About
-------------------------------------------------------------------*/

.about-section-box{
	padding: 70px 0px;
}
.about-section-box .img-fluid{
	box-shadow: -10px -10px 0px #de1818;
}
.inner-column{}
.inner-column h1{
	font-family: 'Arbutus Slab', serif;
	font-size: 30px;
	color: #010101;
}
.inner-column h1 span{
	color: #de1818;
}
.inner-column h4{
	font-size: 16px;
	font-weight: 500;
}
.inner-column p{
	font-size: 18px;
}
.inner-column .btn-outline-new-white{
	color: #de1818;
}
.inner-column .btn-outline-new-white:hover{
	color: #ffffff;
}

/*------------------------------------------------------------------
    QT
-------------------------------------------------------------------*/


.qt-background{
	background: url(../images/salata_2.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0;
	background-attachment: fixed;
	background-position: center center;
	position: relative;
}
.qt-background p {
    font-size: 35px;
    font-weight: 300;
    line-height: 44px;
    color: #fff;
	font-family: 'Arbutus Slab', serif;
	margin-bottom: 20px;
}

.qt-background span {
    color: #fff;
    font-size: 20px;  
	font-weight: 500;	
}

/*------------------------------------------------------------------
    Menu
-------------------------------------------------------------------*/

.menu-box{
	padding: 70px 0px;
}

.heading-title{
	margin-bottom: 50px;
}
.heading-title h2{
	color: #010101;
	font-size: 28px;
	font-family: 'Arbutus Slab', serif;
}
.heading-title p{
	font-size: 18px;
	font-weight: 200;
	margin: 0px;
}

.filter-button-group {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    margin: 10px 15px;
    display: inline-block;
}

.filter-button-group button {
    color: #333;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    background: #fff;
    padding: 12px 40px;
    border: none;
    border-radius: 4px;
}

.filter-button-group button.active {
    background: #de1818;
    color: #fff;
    box-shadow: 2px 20px 45px 5px rgba(0,0,0,.2);
}

.gallery-single{
	margin: 30px 0px;
}

.gallery-single {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}

.why-text {
    position: absolute;
    left: 0;
    bottom: -100%;
    right: 0;
    height: 100%;
    background: rgba(222, 24, 24, 0.7);
    padding: 12px 12px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.why-text h4{
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	font-family: 'Arbutus Slab', serif;
}
.why-text p{
	color: #ffffff;
	font-size: 18px;
	border-bottom: 1px dashed #fff;
	margin: 0px;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 24px;
}
.why-text h5{
	font-size: 28px;
	font-weight: 600;
	color: #ffffff;
}

.gallery-single:hover .why-text{
	bottom: 0px;
}


/*------------------------------------------------------------------
    Gallery
-------------------------------------------------------------------*/

.gallery-box{
	padding: 70px 0px;
}
.tz-gallery{
	margin-top: 30px;
}
.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

/*------------------------------------------------------------------
    Customer Reviews
-------------------------------------------------------------------*/

.customer-reviews-box{
	padding: 70px 0px;
}

.carousel-inner .carousel-item .img-box{
	width: 135px;
	height: 135px;
}
.carousel-control-prev{
	left: -100px;
}
.carousel-control-next{
	right: -100px;
}
.carousel-indicators{
	top: 320px;
}

.text-warning{
	color: #de1818 !important;
	font-size: 24px;
}

@media (min-width: 320px) and (max-width: 640px) {
	.carousel-inner .carousel-item p{
		font-size: 14px;
	}
	.carousel-control-prev{
		left: -5px;
	}
	.carousel-control-next{
		right: -5px;
	}
 	.carousel-indicators{
		top: 400px;
	}
}

#reviews .carousel-control-prev{
	background: #de1818;
	color: #ffffff;
	display: block;
	position: absolute;
	width: 8%;
	height: 50px;
	top: 50%;
	font-size: 28px;
	opacity: 1;
}
#reviews .carousel-control-prev:hover{
	background: #010101;
	color: #ffffff;
}

#reviews .carousel-control-next{
	background: #de1818;
	color: #ffffff;
	display: block;
	position: absolute;
	width: 8%;
	height: 50px;
	top: 50%;
	font-size: 28px;
	opacity: 1;
}
#reviews .carousel-control-next:hover{
	background: #010101;
	color: #ffffff;
}


/*------------------------------------------------------------------
    Contact info
-------------------------------------------------------------------*/

.contact-imfo-box{
	background: #de1818;
	padding: 30px 0;
}

.overflow-hidden {
    overflow: hidden;
}

.contact-imfo-box i{
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	color: #de1818;
	font-size: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	margin-right: 20px;
}





.contact-imfo-box h4 {
    margin: 0px;
    margin-top: 5px;
	color: #ffffff;
	font-size: 18px;
	padding: 0px;
	font-weight: 500;
	line-height: 24px;
}

.contact-imfo-box p {
    margin: 0px;
	color: #ffffff;
	font-weight: 300;
}

.contact-imfo-box a {
	color: #ffffff;
}

.contact-imfo-box a:hover {
	color: #ffc107;
}

/*------------------------------------------------------------------
    Footer
-------------------------------------------------------------------*/

.footer-area{
	padding-top: 0px; /*erhan 50px*/
	padding-bottom: 0px;
}
.bg-f{
	background-image: url("../images/b/ekmek_pide.jpg");
	background-attachment: scroll;
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.bg-f::before {
    background: #010101;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
	opacity: 0.8;
}

.footer-area .container{
	position: relative;
	z-index: 1;
}
.footer-area h3{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 24px;
	border-bottom: 1px dashed rgba(224, 24, 24, 0.5);
	margin-bottom: 10px;
}
.footer-area p{
	font-size: 15px;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
	padding-bottom: 10px;
}

.footer-area p.lead{
	font-size: 19px;
	color: #ffffff;
	margin-bottom: 15px;
}
.footer-area p.lead a{
	color: #ffffff;
	margin-bottom: 15px;
}
.footer-area p.lead a:hover{
	color: #de1818;
}
.footer-area p a{
	font-size: 18px;
	color: #ffffff;
}
.footer-area p a:hover{
	color: #de1818;
}

.subscribe_form {
    display: block;
    text-align: center;
    padding: 5px 0;
}

.subscribe_form .form_input {
    display: block;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    border: none;
    font-size: 19px;
    line-height: 50px;
    padding: 0 10px;
    float: left;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.subscribe_form .submit {
    background-color: #de1818;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    display: inline-block;
    padding: 0 10px;
    float: left;
    width: 100%;
	border: none;
	cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.subscribe_form .submit:hover{
	background: #010101;
}

.f-social {
    padding-bottom: 10px;
    margin: 0px;
    margin-top: 20px;
}
.f-social li a {
    font-size: 25px;
    color: rgba(255, 255, 255, 0.9);
	margin-right: 10px;
}

.copyright{
	
	position: relative;
	display: block;
	background-color: #010101;
	
	padding: 30px 0;
	z-index: 1;
}

.copyright .company-name{
	font-size: 16px;
	text-align: center;
}
.copyright .company-name a{
	font-size: 16px;
}


.ft-motor{

float:right;
width: 100px;
height: auto;
margin-top: 30px;

 -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}









/*------------------------------------------------------------------
    All Pages
-------------------------------------------------------------------*/

.page-breadcrumb {
    padding: 150px 0 50px;
    background: url(../images/header.jpg) no-repeat;
    background-attachment: fixed;
    sbackground-size: cover;
    background-position: 0 100px;
    position: relative;



}
.all-page-title .container{
	position: relative;
	z-index: 2;
}
.all-page-title::before{
	background: #010101;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	opacity: 0.2;	
}
.all-page-title h1{
	font-size: 38px;
	color: #ffffff;
	font-family: 'Arbutus Slab', serif;
	padding: 0px;
}

.inner-pt{
	margin-top: 30px;
}
.inner-pt p{
	font-size: 18px;
}

.stuff-box{
	padding: 70px 0px;
}

.our-team{
    border: 2px solid #de1818;
    border-radius: 0px;
    text-align: center;
    margin: 10px;
    z-index: 1;
    position: relative;
}
.our-team:before,
.our-team:after{
    content: "";
    width: 100%;
    height: 104%;
    background: #de1818;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%) scaleX(0.3);
    transition: all 0.3s ease 0s;
}
.our-team:after{
    width: 106%;
    left: 50%;
    transform: translate(-50%, -50%) scaleY(0.25);
}
.our-team:hover:before{ transform: translateY(-50%) scaleX(0.7); }
.our-team:hover:after{ transform: translate(-50%, -50%) scaleY(0.7); }
.our-team img{
    width: 100%;
    height: auto;
    border-radius: 0px;
    transition: all 0.3s ease 0s;
}
.our-team .team-content{
    width: 93%;
    padding: 25px 0 10px;
    background: #de1818;
    position: absolute;
    bottom: 50px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    transition: all 0.3s cubic-bezier(0.5, 0.2,0.1,0.9);
}
.our-team:hover .team-content{
    bottom: 10px;
    opacity: 1;
}
.our-team .title{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0;
}
.our-team .post{
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.our-team .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.our-team .social li{
    display: inline-block;
    margin: 0 5px;
}
.our-team .social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #fff;
    font-size: 20px;
    color: #de1818;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:hover{
    background: #ffffff;
    box-shadow: 0 0 0 5px rgba(255,255,255,0.3);
    color: #de1818;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}


.reservation-box{
	padding: 70px 0px;
}

.reservation-box h3{
	padding: 0px 15px;
	margin-bottom: 20px;
	font-weight: 600;
}

.help-block ul li{
	color: red;
}

.form-control[readonly]{
	background-color: #ffffff;
}

.form-control{
	border-radius: 0px;
	min-height: 50px;
}
.form-control:focus{
	border: 1px solid #de1818;
	box-shadow: none;
}

.form-group .picker__input.picker__input--active{
	border-color: #de1818;
}

.submit-button{
	margin-top: 20px;
}
.btn.btn-common{
	color: #de1818;
	background-color: transparent;
	background-image: none;
	border-color: #de1818;
}
.btn.btn-common:hover{
	color: #ffffff;
	background-color: #de1818;
	border-color: #de1818;
}
.blog-box{
	padding: 70px 0px;
}
.blog-box-inner{
	position: relative;
	margin-bottom: 30px;
}

.blog-box-inner .blog-img-box{
	position: relative;
	display: block;
}

.blog-box-inner .blog-detail{
	position: absolute;
	top: 0;
	background: #fff;
	padding: 30px 25px;
	border: 1px solid #ddd;
	transition-duration: .5s;
	height: 100%;
}

.blog-detail h4 {
    font-size: 18px;
    font-weight: 500;
    color: #222222;
}

.blog-detail ul li {
    display: inline-block;
    padding: 0px 5px;
}
.blog-detail ul li span{
	color: #de1818;
	cursor: pointer;
}
.blog-detail ul li span:hover{
	color: #010101;
}

.blog-detail ul li:first-child {
    padding-left: 0px;
}

.blog-detail p {
    padding: 10px 0px 0 0;
	margin: 0px;
}

.blog-detail a{
	color: #de1818;
	margin-top: 20px;
}

.blog-box-inner .blog-detail:hover{
	background: rgba(255, 255, 255, .9);
}

.blog-inner-box {
    position: relative;
    margin: 0px 10px;
    margin-bottom: 30px;
}
.side-blog-img {
    box-shadow: -15px -15px 0px 0px rgba(0,0,0,0.4);
    -webkit-transition: all 1s ease 0.01s;
    transition: all 1s ease 0.01s;
    position: relative;
}

.date-blog-up {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #de1818;
    font-size: 18px;
    color: #ffffff;
    padding: 5px 15px 5px 5px;
}
.inner-blog-detail {
    background: #ffffff;
    position: relative;
    padding: 30px 20px;
}

.inner-blog-detail h3 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
}
.inner-blog-detail ul li {
    display: inline-block;
    padding: 0px 5px;
    color: #222222;
}
.inner-blog-detail ul li span {
    color: #de1818;
}
.inner-blog-detail p {
    padding: 10px 0px;
}
.details-page blockquote {
    border-left: 5px solid #de1818;
}
.details-page blockquote {
    padding: 20px;
}
blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}
.blog-inner-details-line {
    margin: 20px 0px;
    clear: both;
    float: left;
    width: 100%;
}
.line-left-social h5 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}
.line-left-social ul li {
    display: inline-block;
    margin-bottom: 5px;
}
.line-right-social ul li {
    display: inline-block;
}
.line-right-social ul li a {
    display: block;
    padding: 5px;
    background: #f5f5f5;
    border-radius: 6px;
    font-weight: 500;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
}
.line-left-social ul li a {
    display: block;
    padding: 5px 10px;
    background: #f5f5f5;
    border-radius: 6px;
    font-weight: 400;
    font-size: 12px;
}
.line-left-social ul li a:hover {
    background: #de1818;
    color: #ffffff;
}
.line-right-social ul li a:hover {
    background: #de1818;
    color: #ffffff;
}
.line-right-social h5 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}
.blog-comment-box {
    clear: both;
    margin: 20px 0px;
    float: left;
    width: 100%;
}
.blog-comment-box h3 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
}
.comment-item {
    margin-bottom: 30px;
}
.comment-item-left {
    float: left;
    width: 90px;
    height: 90px;
}
.comment-item-left img {
    width: 100%;
    border-radius: 6px;
}
.comment-item-right {
    padding-left: 110px;
}
.comment-item-right a {
    font-size: 16px;
    font-weight: 500;
}
.des-l {
    display: inline-block;
    width: 100%;
}
.des-l p {
    font-size: 13px;
}
.comment-item-right a {
    font-size: 16px;
    font-weight: 500;
}
.right-btn-re {
    float: right;
    font-style: italic;
    text-align: right;
    font-size: 16px;
    padding: 5px 10px;
    background: #f5f5f5;
    border-radius: 6px;
}
.right-btn-re:hover {
    background: #de1818;
    color: #ffffff !important;
}
.comment-respond-box {
    clear: both;
}
.blog-comment-box .children {
    margin-left: 70px;
}
.comment-item {
    margin-bottom: 30px;
}
.comment-item-right i {
    padding-right: 10px;
}

.comment-form-respond input {
    min-height: 38px;
    border: 1px solid #010101;
    border-radius: 0px;
    padding: 10px;
}
.comment-form-respond textarea {
    border: 1px solid #010101;
    border-radius: 0px;
    padding: 10px;
    min-height: 110px;
}

.btn-submit{
	color: #de1818;
	background-color: transparent;
	background-image: none;
	border-color: #de1818;
}
.btn-submit:hover{
	color: #ffffff;
	background-color: #de1818;
	border-color: #de1818;
}

.right-side-blog h3 {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 20px;
}
.blog-search-form {
    position: relative;
    border-bottom: 1px solid #010101;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.blog-search-form input {
    width: 100%;
    min-height: 40px;
    border: 1px solid rgba(0,0,0,0.3);
    padding: 5px 40px 5px 10px;
    font-size: 15px;
    color: #222222;
}
.blog-search-form .search-btn {
    position: absolute;
    right: 0px;
    background: none;
    border: none;
    font-size: 20px;
    min-height: 40px;
    padding: 0px 15px;
}

.right-side-blog h3 {
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 20px;
}
.blog-categories {
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.blog-categories ul li {
    line-height: 14px;
    padding: 10px 0px;
    border-top: 1px solid #f5f5f5;
}
.blog-categories ul li a {
    display: inline-block;
    text-transform: capitalize;
    width: 100%;
}
.blog-categories ul li a:hover{
	color: #de1818;
}
.recent-box-blog {
    margin-bottom: 20px;
	display: inline-block;
}
.recent-img {
    float: left;
    position: relative;
}
.recent-img::before {
    position: absolute;
    content: '';
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #de1818;
    opacity: 0.4;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.recent-box-blog:hover .recent-img::before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.recent-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}
.recent-info ul li {
    display: inline-block;
    font-size: 11px;
    padding: 0px;
    color: #222222;
}
.recent-info h4 {
    font-size: 14px;
    padding: 0px;
    margin: 11px 0px;
    font-weight: 500;
}
.blog-tag-box ul li {
    display: inline-block;
    margin-bottom: 3px;
}
.blog-tag-box ul li a {
    padding: 5px 15px;
    display: block;
    background: #f5f5f5;
    color: #222222;
    border-radius: 6px;
}
.blog-tag-box ul li a:hover {
    color: #ffffff;
    background: #de1818;
}


.contact-box{
	padding: 70px 0px;
}


.contact-box a
{
color:#000;
font-size: 16px;
font-weight: bold;
}



.contact-box i{
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	line-height: 30px;
	text-align: center;
	background: #fff;
	color: #de1818;
	font-size: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	margin-right: 20px;



}









.map-full {
    width: 100%;
    height: 500px;
    border-radius: 0px;
    margin: 0px auto;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #de1818;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
	font-size: 30px;
}







/*benimkiler*/


@font-face { font-family: SnellBT-Regular;
			 src: url('../fonts/10312.ttf'); } 








/*Scroll Bar */

.style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.style-3::-webkit-scrollbar
{
	width: 6px;
	height: 6px;
	background-color: #F5F5F5;
}

.style-3::-webkit-scrollbar-thumb
{
	background-color: #555;
}



.select2-results__options::-webkit-scrollbar {
  width: 16px;
  background-clip: padding-box;
}
.select2-results__options::-webkit-scrollbar-track {
  background-color: #ccc;
  height: 8px;
  background-clip: padding-box;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #de1818;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-button {
  display: none;
}




.contact-box p{
	color:#000;
	font-size: 16px;
	line-height: 40px;
	vertical-align: middle;
}


.iletisim-telefonlar p{
	margin-bottom: 0px;
}

.contact-box .kroki{
	background-color:#de1818 ;
	padding: 20px;
	margin-bottom: 20px;
}





.kartlar img{
	height: 40px;
	width: auto;
	margin:10px 10px ;
}













.altlik{ /*svg ile yaplımış başlık altlığı*/
	width: 250px;
}



.asililar{

	position: absolute;
	left:calc(50vh - 60px);
	top:0px;
	height:120px;
	width:120px;
	z-index: 10;
	display: table;

}

.asili-logo{

	position: absolute;
	left:0px;
	top:0px;
	height:110px;
	width:110px;
	background-color: #28a745;
	border-radius: 0px 0px 50% 50%;
}

.top-navbar .bg-success{
	sbackground-color: #98aa9c !important;
}




.asili-baslik{
font-family: SnellBT-Regular;
	position: absolute;
	left:120px;
	top:26px;
	height:60px;



}

.asili-baslik h1{
		font-size:36px !important;
		padding: 0px;
		color:#de1818;
		white-space: nowrap;
}


.asili-baslik span{
	font-family: 'Athiti';
	float: right;
	font-size: 15px;
	color:#de1818;
	font-weight: bold;
	font-style: italic;
}


@media only screen and (max-width: 1300px){
   .asililar{left:0px;}
}




.asili-logo  img{
width: 100% !important;
height: 100% !important; 
padding: 5px;
}

.navbar-nav{
	margin-top: 40px !important;

}


.navbar-toggler { 
  margin-left: calc(100% - 80px);
}




@media only screen and (max-width: 991px){

.navbar-nav{
	margin-right: 170px !important;
	

}


.top-navbar .navbar{
padding: 30px 0px  !important;	
}




.asililar-mobil{
	position: absolute;
	right:10px;
	bottom:0px;
	height:200px;
	width:160px;
	z-index: 11;
	text-align: center;

}

.asililar-mobil img{
	width: 80px;
	height: auto;
	display: inline-block;
	margin-left: 10px;
}




.asililar-mobil a{
font-size: 16px;
color:#fff;
font-weight: 400;
font-family: arial;
display: block;
}


.asililar-mobil a:hover{
color:#ffc107;
}




}



@media only screen and (min-width: 992px){

.asililar-mobil{
	display: none;
}

}



.asililar-desk{
	position: fixed;
	left:calc(50% - 230px);
	top:0px;
	height:26px;
	width:460px;
	z-index: 11;
	text-align: center;
	background-color: #23933c;
	border-radius: 0px 0px 13px 13px;
	display: flex;

}

.asililar-desk a{
font-size: 16px;
line-height: 25px;
color:#fff;
display:inline-block;
vertical-align: bottom;
font-weight: 400;
margin: auto;
}


.asililar-desk a:hover{
color:#ffc107;
}


@media only screen and (max-width: 766px){

.asililar-desk{
	display: none;
}

}


.salon-hk{
	background-color: #de1818;
	
}


.salon-hk .col-md-3{
	padding: 20px;
	cursor: crosshair;
}


.salon-hk h2{
	color:#fff;
	font-size: 24px;
	font-family: 'Athiti', sans-serif;
	font-weight: 500;

}


.salon-hk img{
	width: 60px;
	float: right;
	height: auto;
	filter: brightness(0) invert(1);
	margin-right: 30px;
}




.salon-hk .col-md-3:hover img{
	filter: invert(100%) sepia() saturate(10000%) hue-rotate(0deg);

}

.salon-hk .col-md-3:hover h2{
	color:#ffc107;

}



@media only screen and (min-width: 767px){
   .m-yemek-listesi
{
column-count: 2;
column-gap: 50px;
}

}


.m-yemek-listesi
{
padding: 20px 0px ;
}





.m-yemek, .yemek{
	position: relative;
	margin-bottom: 5px;
	display: inline-block;
	height: auto;
	width: 100%;


}

.yemek{
	cursor: pointer;
	padding-left: 5px;
}

.yemek:hover{
	background-color: #ccc;
}



.m-yemek-adi, .yemek-adi{
	display: block;
	width: 100%;
	height: 30px;
	padding-right: 30px;

	font-family: "Merriweather",serif;
    font-style: normal;
    font-weight: 300;
    color: inherit;
    text-rendering: optimizeLegibility;
	text-transform: uppercase;
    font-size: 16px;
    vertical-align: bottom;

}

.m-yemek-adi
{

	background-image: radial-gradient(#3c3c3c 1px, #fff 0px);
    background-size: 8px 8px;
    background-repeat: repeat-x;
    background-position: 0% 70%;
}






.m-yemek-adi span{
	background-color: #fff;
	padding-right: 10px;
}



.m-yemek-fiyati, .yemek-fiyati
{
	position: absolute;
	top:0px;
	right:0px;
	font-size: 16px;
	font-weight: bold;

	padding-left: 10px;


}

.yemek-fiyati
{
	padding-right: 20px;
}


.m-yemek-fiyati{
		background-color: #fff;
}



.m-yemek-aciklamasi, .yemek-aciklamasi{
	display: block;
	width: 100%;
	min-height: 30px;
}



.carousel-item div{
	display: inline-block;
	margin: 10px;
}



/*menüler */

/*bunlar konteynerlar*/
#menuye-bak, #sepeti-gor, #adresi-sec, #siparisi-onayla
{
	position: absolute;
	width: 100%;
	height: calc(100vh - 160px);
	top:99px;
	left:0px;
	background-color: #fff;
	overflow: hidden;
}

#adresi-sec{
	overflow: auto;
}


a.adresi-degistir{
cursor: pointer;
}




#siparisi-onayla{
	overflow: auto;
}





.eklendi
{
	position: absolute;
	left:50%;
	top:50%;
	width: auto;
	height: auto;
	z-index: 9999999;
	opacity: 1;
	animation-delay: 250ms;
	animation: uc 1s;
	animation-timing-function: linear;
	animation-iteration-count:1;
	animation-fill-mode: forwards;
}


.star .fa
{
color:orange;
font-size: 32px;

}




@keyframes uc{
0%{left:50%;top:50%;opacity: 1;}
10%{left:44%;top:46%;opacity: 0.9;}
20%{left:38%;top:50%;opacity: 0.8;}
30%{left:38%;top:58%;opacity: 0.8;}
40%{left:38%;top:66%;opacity: 0.7;}
50%{left:38%;top:73%;opacity: 0.6;}
60%{left:37%;top:81%;opacity: 0.5;}
70%{left:36%;top:90%;opacity: 0.4;}
80%{left:35%;top:98%;opacity: 0.3;}
90%{left:34%;top:98%;opacity: 0.2;}
100%{left:33%;top:102%;opacity: 0;}
} 







#grup-satiri{
position: absolute;
left:0px;
top:0px;
height: 40px;
width: 100%;
overflow: scroll;
background-color: #de1818;
color:#fff;
white-space: nowrap;
padding-top:9px;
}



#grup-satiri::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}


#grup-satiri span.baslik{
	line-height: 30px;
	padding: 0px 10px;
	cursor: pointer;
	position: relative;
	font-weight: bold;
	width: auto;
	margin: auto;
}


#grup-satiri span.active{
	border-bottom: 4px solid orange;
}




#yemekler{
	position: absolute;
	left:0px;
	top:40px;
	width: 100%;
	height: calc(100vh - 192px);
	z-index: 1;
	overflow-y: scroll;
	overflow-x:auto ;

}


#sg-sepet-icerigi{
	width: 100%;
	height: calc(100vh - 192px);
	overflow-y: scroll;
	overflow-x:auto ;

}


#so-sepet-icerigi{
	width: 100%;
	height: calc(50vh);
	overflow-y: auto;
	overflow-x:auto ;

}


@media only screen and (max-width: 991px){

#so-sepet-icerigi{
	height: auto;
}


}




#siparis-bitis{
	margin: 0px 0px 40px 0px;
}


#siparis-bitis .col-lg-4{
padding: 20px 10px;
}

#siparis-bitis .col-lg-4 div{
position: relative;
padding: 10px;
min-height: 112px;
}



#siparis-bitis .col-lg-4 div:before{
content:"";
position: absolute;
left:0px;
top:0px;
width:40px;
height: 40px;
border-top:1px solid #28a745;
border-left:1px solid #28a745;
border-top-left-radius: 20%;


}

#siparis-bitis .col-lg-4 div:after{
content:"";
position: absolute;
right:0px;
bottom:0px;
width:40px;
height: 40px;
border-bottom:1px solid #28a745;
border-right:1px solid #28a745;
border-bottom-right-radius: 20%;


}






.yemek-grubu{
	position: relative;
	width: 100%;
	height: auto;


}






.yemek-grubu:not(:last-child){
		border-bottom: 1px dashed; #777;
}






.siparis-footer, #siparis-kapali-footer{
position:fixed;
bottom:0px;
left:0px;
width: 100%;
height: 50px;
background-color: #de1818;
sborder-top: 2px solid #de1818;
box-sizing: border-box;
padding: 0px;
display: table;
z-index: 9;
box-shadow: 0px -3px 8px #000;
}


#siparis-kapali-footer{
	z-index: 10;
	color:orange;
	text-align: center;
	padding-top: 15px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	height: auto;
	display: none;
}





.saydam{
	opacity: 0;
}






.siparis-footer .col-3{
text-align: center;
color:orange;
font-size: 20px;
font-weight: bold;
cursor: pointer;
padding: 5px 0px;
display: table-cell;
vertical-align: middle;

border-left: 1px solid orange;

}



.siparis-footer .col-3:last-child{
	border-right: 1px solid orange;
}


/*
.siparis-footer .col-3:not(:last-child):after{
	content: "";
    position: absolute;
    right: -5px;
    z-index: 20;
    top: 0px;
    height: 80px;
    width: 20px;
    background-color: #de1818;
    
    border-right: 1px solid orange;
   
    transform: skewX(-8deg);

	

}

.siparis-footer .col-3:hover:after{
background-color:orange ;
border-color: orange;


}
*/





.siparis-footer .col-3 span{
	font-size:16px;
	line-height: 16px;
	display: inline-block;
}



.siparis-footer .col-3:hover{
background-color:orange ;
color:#de1818;
}





/*menüler son*/

#hepsini-kapsar{
	position: fixed;
	width: 100%;
	height: 100%;
	left:0px;
	top:0px;
	z-index: 99;
	overflow: auto;
	display: none;
}




#sepete-ekle, #siparis-detay{
	position: relative;
	width: 100%;
	max-width: 400px !important;
	height: 100%;
	min-height: 600px;
	max-height: 800px;
	background-color: #eee;
	border:1px solid #ddd;
	margin: auto;
	overflow-y: auto;
	overflow-x:auto ;
	display: none;
}



#siparis-detay{
	height: auto;
	min-height: 200px;
}



#se-resim
{

    aspect-ratio: 1.5;
    width: 100%;

}




#se-resim:after{
	content: "";
	position: absolute;
	right:0px;
	top:0px;
	width: 80px;
	height: 80px;
	background-image: url("../images/kose.png");
}


#sepete-ekle #se-kapat, #siparis-detay #sd-kapat
{
position: absolute;
right:10px;
top:10px;
font-size:30px;
z-index: 155;
color:#777;
height: auto;
width: auto;
padding: 0px;
line-height: 30px;
cursor: pointer;
}

#sepete-ekle #se-kapat:hover, #siparis-detay #sd-kapat:hover
{
color:#555;
}







#se-yemek
{
	position: relative;
	height: auto;
	width: 100%;
}




#se-yemek-adi
{
	position: relative;
	display: flex;
	width: 100%;
	height: auto;
	padding: 8px 75px 8px 8px;

	font-family: "Merriweather",serif;
    font-style: normal;
    font-weight: 300;

    text-rendering: optimizeLegibility;
	background-color: #de1818;


    }








#sepete-ekle #se-yemek-adi h2{
	line-height: 24px;
	color:#fff;
	margin-bottom: 0px;
	padding: 0px;

}

#sepete-ekle #se-yemek-fiyati{
	position: absolute;
	sbackground-color: orange;
	padding: 0px;
	font-size: 24px;
	top:0px;
	right:0px;
	height: 100%;
	font-weight: bold;
	color:#fff;
	border-left: 1px solid #ddd;
	vertical-align: middle;
	width: 100px;
	display: flex;

}



#se-yemek-fiyati span{

margin:auto;
white-space: nowrap;
}


#sepete-ekle #se-yemek-aciklamasi{
	display: block;
	sbackground-color: purple;
	padding: 8px;
	height: auto;
	color:#000;
	width: 100%;
	font-style: italic;
	font-size: 16px;

}





#sepete-ekle #se-yemek-aciklamasi p{
	margin-bottom: 0px;
}



#se-porsiyon
{
sbackground-color: orange;
scolor:#fff;
padding: 10px;
box-shadow: 4px 4px 4px #ccc;
display: none;
}

#se-secenek
{
sbackground-color: green;
scolor:#fff;
padding: 10px;
box-shadow: 4px 4px 4px #ccc;
display: none;
}



.yoklu{
	font-weight: bold;
	text-decoration: underline;

}
















#se-footer{
	position: relative;


	width: 100%;
	height: auto;
	padding: 10px;


}

#ara-tutar, #eksi, #adet, #arti, #ekle-btn{
	position: relative;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	float: left;
}



#ara-tutar
{
	
width: 100%;
font-size: 24px;
color:#000;
font-weight: bold;
}

#ara-tutar span{
	position: relative;
	background-color: #eeeeee;
	z-index: 9;
	padding: 0px 5px;
}


#se-yemek-fiyati span:after, #ara-tutar span:after{
	content: " ₺";
}



.cizgi{
	position: absolute;
	height: 10px;
	width: 40%;
	left:30%;
	top:19px;
	border-top:3px solid #000;
	z-index: 0;
	border-radius: 1px;
}

.cizgi:after, .cizgi:before{
	position: absolute;
	content: "\f175";
	font-family:'FontAwesome';
	font-size: 20px;
	bottom: -21px;
}

.cizgi:after{
	left:-3px;
}

.cizgi:before
{
	right:-3px;
}

#eksi, #arti
{
width: 15%;
}

#eksi button, #arti button{
border:none;
background: none;
cursor: pointer;
font-size: 32px;
transition: all 0.5s;
}


#eksi button:hover{
	color:#c82333 !important;
}

#arti button:hover{
	color:#218838 !important;
}

#adet
{
width: 30%;
font-size: 24px;
color:#000;
}


#adet:after
{
content: " tane";
}



#ekle-btn
{
width: 40%;
}

#ekle-btn button{
padding: 0px !important;
	line-height: 28px !important;
	width: 100%;
}





	













label.custom-radio-button input[type="radio"] {
    opacity:0;
}
 
label.custom-radio-button input[type="radio"] ~ .helping-el {
    background-color: #FFFFFF;
    border: 2px solid #de1818;  
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
    padding: 9px;
    position: relative;
    top: 1px;
}
 
label.custom-radio-button input[type="radio"]:checked ~ .helping-el {
    border: 2px solid #de1818;
}
 
label.custom-radio-button input[type="radio"]:checked ~ .helping-el:after {
    background-color: #de1818;
    border-radius: 50%;
    content: " ";
    font-size: 33px;
    height: 12px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 12px;
     
}












label.custom-checkbox input[type="checkbox"] { 
    opacity:0;
}
 
label.custom-checkbox input[type="checkbox"] ~ .helping-el{
    background-color: #FFFFFF;
    border: 2px solid #de1818;  
    border-radius: 2px;
    margin-right: 7px;
    display: inline-block;
    padding: 8px;
    position: relative;

}
 
label.custom-checkbox input[type="checkbox"]:checked ~ .helping-el{ 
    border: 2px solid #de1818;
    background-color: #de1818;
}
 
label.custom-checkbox input[type="checkbox"]:checked ~ .helping-el:after {
    color: #FFFFFF;
    content: "\2714";
    font-size: 18px;
    font-weight: normal;
    left: 1px;
    position: absolute;
    top: -8px;
    transform: rotate(10deg);
}






/*sepeti gör başlangıç*/






.sepetiniz-bos{
	position: fixed;
	width: 100%;
	height: 100%;
	left:0px;
	top:0px;
	z-index: 8;
	display: flex;
}

.sepetiniz-bos div{
	position: relative;
	width: 100%;
	max-width: 400px !important;
	height: auto;
	max-height: 800px;

	margin: auto;
	text-align: center;

}








.sepeti-gor-baslik{
background-color: #de1818;
color:#fff;
font-weight: bold;
height: 40px;
line-height: 30px;
padding: 10px 0px;
margin: 0px;
}





#sepeti-gor .eklenen, #siparisi-onayla .eklenen{
	border-bottom: 1px dashed #000;
	cursor: pointer;
	margin: 0px;
	padding: 5px 5px;
}



#sepeti-gor .row .col-2, #sepeti-gor .row .col-3{
	white-space: nowrap;
	text-align: center;
}

.satir-yemek-adi, .satir-yemek-sil-duzenle{
	padding: 5px;
}



.satir-yemek-adi h4, .satir-yemek-adedi, .satir-yemek-tutari, .satir-yemek-ara-tutari, .son-toplam{
	font-size: 16px;
}

.satir-yemek-ara-tutari{
	text-align: center;
}



.son-toplam{
	padding:10px 0px 40px 0px;
	font-size: 18px;
}







.eksilt_btn, .arttir_btn, .sil_btn, .guncelle_btn, .adr_sil_btn, .adr_guncelle_btn, .sip_det_btn{
	border:none;
	font-size: 20px;
	line-height: 20px;
	padding: 0px;
	
	background: none;
	cursor: pointer;

}


.eksilt_btn, .sil_btn, .adr_sil_btn
{
color:#de1818;
}


.sip_det_btn{
	color:#555;
	line-height: 1.80857
}






.arttir_btn,.guncelle_btn, .adr_guncelle_btn{
	color:#28a745;
}

.eksilt_btn:hover, .sil_btn:hover, .adr_sil_btn:hover{
	color:#c82333 !important;
}

.arttir_btn:hover, .guncelle_btn:hover, .adr_guncelle_btn:hover{
	color:#218838 !important;
}


.secilenler{
	position: relative;
	padding: 0px 5px;
	background-color: #eee;
	border:1px solid #ddd;
	margin-right:5px ;
	line-height: 16px;
	border-radius: 8px;
	height: 24px;
}



#ok{
	position: absolute;
	left:0px;
	bottom:60px;
	width: 50%;
	max-width: 100px;
}





/*sepeti gör bitiş*/


/*adresi seç*/

#musteri-secimi, #gecmis-siparisler{
	padding-top: 10px;
	padding-bottom: 20px;
	overflow: auto !important;
	height: auto;
	max-height: calc(100vh - 160px);
}

#gecmis-siparisler{
	margin-bottom:50px;
}



.adresi-sec-kantar{
overflow: auto !important;

}




nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 5px 5px;
    color:#fff;
    background:#28a745;
    border-radius:0;
    width: 50%;
}

nav > div a.nav-item.nav-link.active
{
	background:#de1818;
}


nav > div a.nav-item.nav-link.active:after
 {
	content: "";
    position: relative;
    bottom: -45px;
    left: -50%;
    border: 10px solid transparent;
    border-top-color: #de1818;
}



#siparis-bolumu .tab-content{
 
    border-top:5px solid #de1818;
    padding: 10px;
   
}



nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #de1818;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}








fieldset {
    margin: 8px;
    border: 1px solid silver;
    padding: 8px;    
    border-radius: 4px;
}

fieldset:hover{
	background: #eef;
}



legend{
    padding: 2px; 
    width: auto;
    font-size:16px;
    color:#de1818;
    font-weight: bold;

}




.adres-kaydet{
	color:#de1818 !important;
	cursor: pointer;
	font-weight: bold;
}








#adresler h4{
	margin:5px;
}


.adres-satiri{
	width: 100%;
	border-bottom: 1px solid #ddd;

}

.adres-icerigi{
	width: calc(100% - 30px);
	display: inline-block !important;

}


.adres-btns{
	width: 20px;
	float: right;
	padding-top: 10px;
	
}











#adres-ekle-a, #ad-duzelt-a, .cikis{
font-size: 14px;
	float: right;
	cursor: pointer;
color:#de1818;	
}


.cikis{
	color:#222;
}

.cikis:hover{
	color:#de1818;
}


.form-satir{
	display: block !important;
	margin-bottom: 5px;
	width: 100%;
}

.form-satir label{
width: 85px;
color:#777 !important;
text-align: right;
line-height: 28px !important;
	margin-bottom: 0px;
	padding: 0px 5px;
color:#fff;
font-weight: bold;

}


.form-satir>*{
	display: inline-block;
	vertical-align: middle;
}







.form-satir select, .form-satir textarea, .form-satir input{
width: calc(100% - 95px) !important;
border: 1px solid #aaa;
border-radius: 4px;

}


.siparis-not-div label{
width: 55px;	
}

.siparis-not-div textarea{
width: calc(100% - 65px) !important;	
min-height: 90px;
}



.s2gibi{
border-radius: 5px;
height: 34px !important;
padding: 4px !important;

}




#yeni-ad-soyad{
width: calc(100% - 105px) !important;
border: 1px solid #aaa;
border-radius: 4px;
}





#adresi-sec input:not(.telefon){
	min-height: 24px;
	font-size:18px;
	padding: 0px;
	line-height: 28px;
height: 30px !important;
padding: 4px !important;

}


.telefon-grup>div{
	position: relative;
}

.telefon-grup .telefon{
	width:138px !important;
	padding: 0px;
	padding-left:16px !important;
	min-height: 24px;
	font-size:18px;
	padding: 0px;
	line-height: 28px;
}


.telefon-grup>div:before{
position: absolute;
left:0px;
top:0px;
width: 20px;
height: 100%;
content: "0";
font-size: 18px;
line-height: 24px;
vertical-align: middle;
padding: 3px 0px 5px 5px; 

}


.btn-danger, .btn-success
{

  	vertical-align: middle;
    text-align: center;
	line-height: 24px !important;
	padding: 0px 10px;

}




#spt-bosalt-btn, #tel-sorgula-btn, #mus-kaydet-btn,.adr-kaydet-btn, .adr-kaydet-kpt-btn, #ad-duzelt-btn, #ad-duzelt-kpt-btn, #sip-ver-btn {
	width: 40px;
}


#siparise-basla{
	padding: 10px 20px;
}


#spt-bosalt-btn, #sip-ver-btn{
	width: auto;
	float: none;
}


.adr-kaydet-btn, .adr-kaydet-kpt-btn, #ad-duzelt-btn, #ad-duzelt-kpt-btn{
	float:right;
	margin-left: 10px;
}


#adresler, #musteri-baslik{

	position: relative;
	clear: both;
	display: block;
}



#musteri-baslik
{
	font-size: 20px;
	border-bottom: 1px solid #ddd;
	min-height: 40px;
	height: auto;


}


#adresler .form-check-inline
{
	margin-right: 0px;
	padding: 5px;

}


.mi-tutar{
	float:right;
	color:#de1818;
	font-style: italic;
}









.musteri{
	font-size: 24px;
}


.adres-ekle-div{
display: none;
max-width: 400px;
}

.guncelle{
	margin-top: 10px;
}




#yeni-ad-soyad-div{
display: none;
min-height: 40px;


}




fieldset.adresler{
	max-height: 260px;
	overflow-y: auto;
}


.adresi-degistir{
	float:right;
	color:#28a745;
	font-weight: bold;
}

.adresi-degistir:hover{
	color:#218838;
}






select#odeme_sekilleri option:first-child{
font-weight: bold;
color:#de1818;
}






.siparis-onay-bilgi
{
  	position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 8;
    text-align: center;
	display: none;
}

.siparis-onay-bilgi div{
	position: relative;
    width: 100%;
    max-width: 400px !important;
    height: auto;
    max-height: 800px;
    margin: auto;
    text-align: center;

    font-size:16px;
    color:#28a745;
    font-weight: bold !important;

}






#siparis-detay{
	padding:20px 10px 10px 10px;
}




.siparis-tablo{
	width: 100%;
	border:1px solid #ddd;
	color:#000;

}


.siparis-tablo td, .siparis-tablo th{
	border:1px solid #ddd;
	text-align: center;
}

.siparis-tablo .bg-success, .siparis-tablo .bg-danger, .siparis-tablo .bg-warning {
color:#fff;
}

.siparis-tablo .bg-success .sip_det_btn, .siparis-tablo .bg-danger .sip_det_btn, .siparis-tablo .bg-warning .sip_det_btn{
color:#fff;
}









table.sd-urunler, table.sd-musteri, table.sd-sipnot, table.alt_toplam, table.sd-ustbilgi, table.sd-odeme_sekli{

	width: 100%;
	font-size: 14px;
	border-collapse: collapse;
	margin-bottom: 20px;
	text-align: center;
	font-family: verdana;

}


table.sd-ustbilgi tr td:first-child{
	text-align: left;
}

table.sd-ustbilgi tr td:last-child{
	text-align: right;
}



table.sd-urunler td, table.sd-urunler th, table.sd-musteri td, table.sd-musteri th{
	border:1px solid #ddd;
}

table.sd-urunler td:first-child{
	width: 50%;
}

table.sd-urunler td:nth-child(2){
	width: 10%;
}

table.sd-urunler td:nth-child(3){
width: 15%;
}

table.sd-urunler td:nth-child(4){
width: 25%;
}



table.sd-urunler td:first-child, table.sd-urunler th:first-child{
	text-align: left;
}


table.sd-sipnot td{
text-align: left;
font-weight: bold;
color:#be1c1c;
}


table.sd-odeme_sekli td{
text-align: left;
font-weight: bold;
color:#28a745;
}




table.alt_toplam td{
width: 50%;
font-size: 20px;
font-weight: bold;
}


table.alt_toplam td:first-child
{
	text-align: left;
}

table.alt_toplam td:last-child
{
	text-align: right;
}











.kvkk h2{
	font-weight: bold;
	margin-top: 20px;
font-size: 1.5 rem;
text-align: center;
}


.kvkk p{
font-size: 1rem;
}


.kvkk ul{
	margin-left: 30px;
}



.kvkk ul li{
	list-style-type: square;
	font-size: 1rem;

}


.kvkk h3{
	font-weight: bold;
font-size: 1.3 rem;
}


.kvkk h4{
	font-weight: bold;
font-size: 1.1 rem;
}

.kvkk table{
	border:1px solid #ddd;
	width: 100%;
}

.kvkk td
{
	border:1px solid #ddd;
	padding: 10px;
}








/*adresi seç son*/