 body {
  font-family: 'Montserrat', sans-serif;
	max-width:100%;
}

a {
	color:#212a44;
    text-decoration: none;
	font-family: 'Montserrat', sans-serif;
}
a:focus,img:focus{
	outline: none!important;
}
a:hover {
	color:#212a44;
	text-decoration: none;
}
* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
font-family: 'Open Sans', sans-serif;
}
b{
	font-weight:bold;
}
img{
	max-width:100%;
}

header{
position:absolute;
z-index:7;
    width: 100%;
}

header .infobar{
	background:#8a8b8b;
	padding:11px 0px;
}
header .infobar span{
	color:#fff;
	font-size:13px;
}
header .infobar a{
	color:#fff;
	font-size:13px;
}
header .infobar .ustlinkler{
	float:right;
	
}

header .logo{
display:inline-block;
    margin: 35px 0px;
}

header .ustbar {
    padding: 10px 0px;
    position: relative;
    
}
header .ustbar::after {
    background: url(../img/headerbb.png) bottom right;
    content: '';
    position: absolute;
    left: 15px;
    right: 0px;
    height: 1px;
    bottom: 0px;
	
}
header .ustbar a>i{
	margin:0px 5px;
	font-size:20px;vertical-align:middle;
}
header .ustbar a{
	color:#fff;
	font-size:13px;
	margin:0px 5px;
	 display: inline-block;
}
header .ustmenu {
   
   
}
header .ustmenu #ustmenul{
	
}
header .ustmenu #ustmenul>ul {
    display: block;
    margin: 0px;
    float: right;
}
header .ustmenu #ustmenul>ul>li{
	padding:14px 20px;
	float: left;
	position:relative;

}

header .ustmenu #ustmenul>ul>li>a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 0px;
	font-weight:500;
    position: relative;
}
header .ustmenu #ustmenul>ul>li:hover>a.menuac{
	 padding: 5px 15px 15px 0px;
}
header .ustmenu #ustmenul>ul>li>a.menuac{
	padding-right:15px;
}
header .ustmenu #ustmenul>ul>li>a.menuac::after{
	content:"\f0d7";
	position:absolute;
	font-family:FontAwesome;
	right:0px;
	font-size:15px;

}
header .ustmenu #ustmenul>ul>li:hover>a:not(.menuac){
	
	border-bottom:2px solid #fff;
}
header .ustmenu #ustmenul>ul>li .dropdown-menu.normal>li .dropdown-menu.normal {
	position: absolute;
    left: calc(100% + 10px);
    right: auto;
    bottom: auto;
    top: 0px;
}
header .ustmenu #ustmenul>ul>li .dropdown-menu.normal {
    border-radius: 2px;
    background: #faf8f6;
    border: 0px;
    padding: 0px;
    color: #a79b97;
    margin-top: 0px;
    -webkit-box-shadow: 0px 8px 26px -9px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 8px 26px -9px rgba(0,0,0,0.34);
    box-shadow: 0px 8px 26px -9px rgba(0,0,0,0.34);
    min-width: 160px;
    position: absolute;
    right: 0px;
    left: auto;
}
header .ustmenu #ustmenul>ul>li .dropdown-menu.normal>li .dropdown-menu.normal::before {
	content: "\f0d9";
    position: absolute;
    font-family: FontAwesome;
    width: 0;
    height: 0;
    z-index: 9;
    color: #faf8f6;
    font-size: 30px;
    left: -10px;
    top: 0px;
}
header .ustmenu #ustmenul>ul>li .dropdown-menu.normal::before {
    content: "\f0d8";
    position: absolute;
    font-family: FontAwesome;
    width: 0;
    height: 0;
    right: 33px;
    z-index: 9;
    top: -22px;
    color: #faf8f6;
    font-size: 30px;
}
header .ustmenu #ustmenul>ul>li .dropdown-menu.normal>li{
	position:relative;
}
header .ustmenu #ustmenul>ul>li .dropdown-menu.normal>li:not(:last-child) {
    border-bottom: 1px solid #e5dfde;
}
header .ustmenu #ustmenul>ul>li .dropdown-menu.normal>li>a {
    padding: 10px 15px;
    color: #a79b97;
    font-size: 14px;
	font-weight:500;
    background: #faf8f6;
	    white-space: nowrap;
    display: block;
}
header .ustmenu #ustmenul>ul>li .dropdown-menu.normal>li>a:Hover{
	background:#d34345;
	color:#fff;
}
header .ustmenu .navbar {
	padding:0px;
}
header .uyegiris ,header .sepet {
	width:auto;
	height:auto;
	 transition: all 0.1s ease;
}
header .uyegiris.pasif ,header .sepet.pasif {
	width:0px;
	height:0px;
		 overflow:hidden;

}
header .aramaa{
	width:auto;
	position:relative;
	z-index:5;
}

header .headeraramaformu {
    position: relative;
    display: inline-flex;
    width: 0px;
    top: 4px;
    overflow: hidden;
    transition: all 0.7s ease;
}

header .headeraramaformu.aktif {
    width: calc(100% - 40px);
    margin-left: -40px;
}
header .headeraramaformu .aramayap{
    position: absolute;
    left: 0px;
    top: 8px;
    display: inline-block;	
}
header .headeraramaformu  .aramakapat{
	position: absolute;
    right: 0px;
    top: 8px;
    display: inline-block;
}
header .headeraramaformu input[type=submit]{
	display:none;
}
header .headeraramaformu input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff5c;
}
header .headeraramaformu input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff5c;
}
header .headeraramaformu input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff5c;
}
header .headeraramaformu input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #ffffff5c;;
}
header .headeraramaformu input[type=text] {
    background: transparent;
    color: #fff;
    border-color: #e17f80;
    border-radius: 2px;
    padding: .375rem .75rem .375rem 30px;
}
section.banner .img{
	background-size: contain;
	background:url(../img/banner.png) center;
    margin: 0px auto;
    width: 100%;
    z-index: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    position: relative;
    top: 0px;
	height:425px;
	max-height:425px;
	z-index: -1;
}
.slider {
    background-size: cover;
    background: url(../img/sliderbg.png);
    margin: 0px auto;
    width: 100%;
    z-index: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    top: 0px;
    max-height: 805px;
    background-position: center;
}

.slider .swiper-slider {
	position:relative;
}
.slider .swiper-slide {
    width: 100%;
    height: 785px;
	max-height:805px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
	cursor:pointer;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-sayfalama{
	 
}

.swiper-pagination {
    bottom: 390px;
    text-align: left;
	  position: relative;
	z-index:6;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 0px;
    background: #fff;
    opacity: 1;
    margin: 5px;
	position:relative;
	position: relative;
	z-index:6;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #393835;
}

section.vitrin{
	margin-top:-150px;
	margin-bottom:50px;
}

section.vitrin .vitrinurunu{
	background:#fff;
	  -webkit-box-shadow: 0px 8px 26px -9px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 8px 26px -9px rgba(0,0,0,0.34);
    box-shadow: 0px 8px 26px -9px rgba(0,0,0,0.34);
	padding:23px;
}


section.vitrin .vitrinurunu a{
	text-decoration:none;
	color:#000000;
	font-size:13px;
	display:block;
	text-align:center;
	font-weight:400;
}
section.vitrin .vitrinurunu a:hover>.baslik{
	background: #c81316;
	color:#fff;
}
section.vitrin .vitrinurunu a:hover>img {
	padding:2px;
	border-color:#c81316;
}
section.vitrin .vitrinurunu a>img {
    border: 1px solid #666666;
    height: 165px;
    max-height: 165px;
    display: block;
	    padding: 7px;
    margin-bottom: -18px;
	transition: 0.5s ease all;
	
}
section.vitrin .vitrinurunu a>.baslik {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 12px 8px;
	transition: 0.5s ease color;
}
section h2.ortah2{
	text-align:center;
	font-size:23px;
	color:#8c0002;
	padding:5px 0px;
	margin:15px 0px;

}
section h2.ortah2>span{
		position:relative;
			padding:5px 0px;
}

section h2.ortah2>span::after{
	content:'';
	position:absolute;
	bottom:0px;
	width:50%;
	left:calc(50% - 25%);
	height:2px;
	background:#8c0002;
}
section.urunlerimiz{
	    position: relative;
    z-index: 6;
	margin-bottom:-50px;
}
section.urunlerimiz .gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
section.urunlerimiz .gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
section.urunlerimiz .filter-button
{
	font-size: 16px;
    text-align: center;
    color: #2d2b27;
	padding:10px 15px;
	display: inline-block;

}
section.urunlerimiz .filter-button.aktif,section.urunlerimiz .filter-button:hover
{
    font-size: 16px;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    background-color: #c81316;
	padding:10px 15px;;

}
section.urunlerimiz .filterubuttons{
	background:#f6f6f6;
	    padding: 12px 0px;
	text-align:center;
}

section.urunlerimiz .urun:hover{
	    border: 1px solid #f6f6f6;
}
section.urunlerimiz .urun .btn.btn-dark{
    margin: 0 auto;
    display: block;
    font-size: 14px;
    font-weight: 500;	
}
section.urunlerimiz .urun{
	
	margin-bottom:30px;
	border: 1px solid #fff;
}
section.urunlerimiz .urun a img{
background:#f6f6f6;
display:block;
margin-bottom:10px;
}

section.urunlerimiz .urun a span b{
	font-weight:500;
}
section.urunlerimiz .urun a span{
	font-size:12px;
	display:block;
	text-align:center;
	font-weight:300;
	margin:5px 0px;
}
section.urunlerimiz .urun a .fiyat{
	
margin:10px 15px ;
background:#c81316;
border-radius:25px;
color:#fff;
font-size:14px;
padding:10px 15px;
text-align:center;
font-weight:500;
}

section.urunlerimiz .urun a .fiyat small{
	text-decoration:line-through;
	font-size:10px;
	font-weight:300;
}

section.urunlerimiz .hepsinigor{
border:2px solid #d5494b;
border-radius:25px;
font-size:12px;
background:#fff;
text-align:center;
margin:0 auto;
display:block;	
}
section.smartfactory {
    width: 100%;
    background: url(../img/smartbg.png);
    min-height: 1183px;
    position: relative;
    z-index: 5;
	padding: 380px 0px 0px;
	  max-width: 100%;
    overflow: hidden;
    position: relative;
}
section.smartfactory   .swiper-slider {
	position:relative;
}
section.smartfactory  .swiper-slide {
    width: 100%;
    height: 450px;
	max-height:450px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
section.smartfactory .swiper-container {
    width: 100%;
    height: 100%;
}
section.smartfactory .swiper-slide {
	cursor:pointer;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
section.smartfactory .swiper-sayfalama{
	 
}

section.smartfactory .swiper-pagination {
    text-align: center;
    position: relative;
    z-index: 6;
}
section.smartfactory .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 0px;
    background: #c81215;
    border-radius: 100%;
    opacity: 1;
    margin: 5px;
    position: relative;
    position: relative;
    z-index: 6;
}
section.smartfactory .swiper-pagination-bullet-active {
    opacity: 1;
    background: #393835;
}

section.smartfactory .sliderbaslik::after{
	content:'';
	position:absolute;
	bottom:-20px;
	width:20%;
	height:2px;
	left:0px;
	background:#8c0002;
}
section.smartfactory .sliderbaslik{
text-align:left;
font-size:22px;
color:#c81215;
margin:40px 0px;
font-weight:500;
position:relative;
}
section.smartfactory p{
	line-height:17px;
	text-align:left;
	font-size:14px;
}
.col-md-5li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	   position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
section.servis .owl-servis{
	margin:50px 0px;
}
section.servis .owl-servis .servisdiv{
	width:250px;
	min-height:250px;
	text-align:center;
	
}
section.servis .owl-servis .servisdiv span{
	display:block;
}
section.servis .owl-servis .servisdiv a:hover .img{
	background:#c70f12;
	margin-bottom:-25px;
	    background-position: center -280px;
}
section.servis .owl-servis .servisdiv a .img{
	height:250px;
	width:100%;
	background-color:#f8f8f8;
	margin-bottom:15px;
	transition: 0.5s ease all;
	background-position: center 0pc;
}

section.servis .owl-servis .servisdiv a:hover{
	color:#fff;
	font-weight:300;
}
section.servis .owl-servis .servisdiv a{
	font-size:14px;
	
	font-weight:400;
}
section.servis .owl-servis .owl-dots{
	text-align:center;
	margin:25px 0px;
}
section.servis .owl-servis .owl-dot{
	width:13px;
	height:13px;
	background:#c81215;
	border-radius:100%;
	margin:0px 3px;
}
footer {
    background: url(../img/footerbg.png) center bottom;
    width: 100%;
    background-size: auto;
    min-height: 755px;
    padding: 180px 0px 0px;
    background-position: top;
}
footer .logo{
	display:block;
	margin:0 auto;
	text-align:center;
	margin:10px 0px 30px
}
footer .logo a{
	
	display:inline;
	position:relative;
}
footer .logo a::after{
	content:'';
	position:absolute;
	bottom:-33px;
	width:50%;
	left:calc(50% - 25%);
	height:3px;
	background:#e10004;
}
footer h4{
	font-size:12.3px;
	font-weight:bold;
	margin:5px 0px 15px;
}
footer ul>li{
	margin:5px 0px;
}
footer ul>li a{
	display:block;
	font-size:11.5px;
	color:#727272;
}
footer ul>li p a{
	display:inline-block;
	color:#727272;
}
footer ul>li p{
	display:inline-block;
	font-size:11.5px;
	line-height:15px;
	
}

footer ul>li p b{
	margin-right:5px;
	
}
footer .copyright{
	font-weight:500;
	font-size:13px;
	text-align:center;
	display:block;
	margin: 20px auto;
	
}
footer .copyright span{
	position:relative;
	display:inline-block;
	
}
footer .copyright span::after {
    content: '';
    position: absolute;
    bottom: -13px;
    width: 50%;
    left: calc(50% - 25%);
    height: 3px;
    background: #000000;
}
footer .grilogo{
margin:0 auto;
display:block;
text-align:center;
margin:30px 0px;
}
section.icerik{
	margin-top:-150px;
}
section.icerik .resim{
	background:#f6f6f6;
	height:350px;
	width:100%;
}
section.icerik .resim.oval{
	border-radius:100%;
	overflow:hidden;
}

#icerik  h1:not(.text-center){
	font-size:25px;
	color:#c81215;
	display:block;	
	position:relative;
}
#icerik h2{
	font-size:20px;
	color:#c81215;
	display:block;
	position:relative;
	margin:15px 0px;
}
#icerik h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 50px;
    left: 0px;
    height: 2px;
    background: #000000;
}
#icerik h3{
	font-size:16px;
	color:#c81215;
	display:block;
	position:relative;
	position:relative;
	margin:15px 0px;
}

#icerik h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 50px;
    left: 0px;
    height: 2px;
    background: #c81215;
}
#icerik h4{
	font-size:14px;
	color:#c81215;
	display:block;	
	position:relative;
}
.tab-pane{
	padding:10px 5px;
}
/*Content CSS */
.ckeditorkaydetbtn{
	 position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 100%;
    font-size: 50px;
	    width: 100px;
    height: 100px;
}
div.editborder {
    border: 3px #ff000026;
    border-style: dotted;
	padding:20px 0px;
}
.customcontent p{
	margin:5px 0px;
	line-height:18px;
	font-size:14px;
}
.customcontent strong {
	font-weight: 600;
}

.customcontent ol>li{
margin:3px 0px;
}
.customcontent ul>li{
	margin:3px 0px;
}
.customcontent ul {
	list-style-type: circle;
	padding-left: 20px;
}

.customcontent ol {
	float: left;
	list-style-type: circle;
}

.customcontent em{
	font-style: italic;
}

.customcontent u{
	text-decoration: underline;
}

.customcontent h1 {
	font-size: 2.5rem;
}

.customcontent h2 {
	font-size: 2rem;
}

.customcontent h3 {
	font-size: 1.75rem;
}

.customcontent h4 {
	font-size: 1.5rem;
}

.customcontent h5 {
	font-size: 1.25rem;
}

.customcontent h6 {
	font-size: 1rem;
}

.customcontent blockquote{
	position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.customcontent small {
	font-size: 80%;
	font-weight: 400;
}
.fotogaleri>div {
	margin-bottom:30px;
}
.fotogaleri {
text-align:center;	
margin-top:20px;
margin-bottom:20px;
}

.fotogaleri .foto a,.fotogaleri .video a,.fotogaleri .urun a,.fotogaleri .urun a{
	display:block;
}
.fotogaleri  span{
	margin:10px 0px;
	display:block;
}
/* .fotogaleri .foto:Hover a::before, */.fotogaleri .video:Hover a::before ,.fotogaleri .urun:Hover a::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0000003b;
	border-radius:2px;
}
.fotogaleri .foto a,.fotogaleri .video a,.fotogaleri .urun a,.fotogaleri .urun a{
	border:3px solid transparent;
	    position: relative;
}
.fotogaleri .foto:Hover a{
	border:3px solid #c70f12;
}
.fotogaleri .foto:Hover a::after {
/*     content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    top: calc(50% - 19px);
    color: #fff;
    left: calc(50% - 17.5px);
    font-size: 35px; */
}
.fotogaleri .video:Hover a::after {
    content: "\f144";
    font-family: FontAwesome;
    position: absolute;
    top: calc(50% - 19px);
    color: #fff;
    left: calc(50% - 17.5px);
    font-size: 35px;
}
.fotogaleri .urun:Hover a::after {
    content: "\f06e";
    font-family: FontAwesome;
    position: absolute;
    top: calc(50% - 19px);
    color: #fff;
    left: calc(50% - 17.5px);
    font-size: 35px;
}
.fotogaleri .foto,.fotogaleri .video,.fotogaleri .urun{
	position: relative;
    display: inline-block;
	width: 100%;
}
.fotogaleri .foto img ,.fotogaleri .video img,.fotogaleri .urun img {
    border-radius: 2px;
    width: 100%;
}
.smartfactoryicerik .tumresim {
	margin:20px 0px;
}
.smartfactoryicerik .tumresim img{
	display:block;
	margin:0 auto;
	
}
.smartfactoryicerik  .kutucuk a {
	text-decoration:none;
	display:block;
	position:relative;
	
	
}
.smartfactoryicerik  .kutucuk a .hover{
	height:0px;
	overflow:hidden;
	transition: 0.5s ease all;
	position: absolute;
    bottom: 0px;
    background: #c70f12;
    opacity: 0.8;
    color: #ffff;
    font-size: 14px;
	padding:0px 20px;
    line-height: 18px;
    font-weight: 500;
}
.smartfactoryicerik  .kutucuk a .baslik{
	text-align:center;
	display:block;
	font-size:15px;
	color:#c81215;
	margin:15px 0px;
	font-weight:500;
}
.smartfactoryicerik  .kutucuk a img{
	display:block;
	margin:0 auto;
}
.smartfactoryicerik  .kutucuk a .foto{
	position:relative;
	display:block;
}
.smartfactoryicerik .kutucuk a:hover .hover {
        height: 100%;
		padding: 30px 20px;

    
}
.smartfactoryicerik h1.text-center{
	font-size:43px;
	font-weight:500;
	color:#c81215;
	margin:10px 0px;
	display:block;	
}
.smartfactoryicerik h5.text-center{
	font-size:15px;
	font-weight:500;
	color:#c81215;
	margin:10px 0px;
	display:block;	
}
.solkategoriler{
	background:#ee1c24;
	padding:10px;
	
		transition:1s ease all;

}
.solkategoriler>ul>li>a{
	border-bottom:1px solid #d61920;
	color:#fff;
	font-size:16px;
	line-height:18px;
	font-weight:500;
	padding:15px 0px 15px 11px;
	display:block;
	position:relative;
}

.solkategoriler a:hover , .solkategoriler li.aktif>a{
	color:#d1d3d4;
}
.solkategoriler ul>li ul>li>a{
	font-size:13px;
	color:#fff;
	display: block;

}
.solkategoriler>ul>li> ul.dropdown>li{
	height:0px;
	overflow:hidden;
	transition:0.5s ease all;
	padding:0px;
}
.solkategoriler>ul>li> ul.dropdown{
	height:0px;
	overflow:hidden;
	transition:1s ease all;
	border-bottom:1px solid #d61920;
	padding:0px 40px;
}

.solkategoriler>ul>li.aktif ul.dropdown>li{
	height:auto;
	padding:7.5px 0px;
	transition:1s ease all;

}
.solkategoriler>ul>li.aktif ul.dropdown{
	height:auto;
	padding:20px 40px;
		transition:1s ease all;

}
.solkategoriler ul>li ul>li{
	
	
}
.solkategoriler>ul>li>a:hover::after ,.solkategoriler>ul>li.aktif>a::after {
	color:#d1d3d4;
}
.solkategoriler>ul>li>a::after {
    width: 22px;
    max-width: 25px;
    max-height: 23px;
    padding: 2px 7px;
    border-radius: 4px;
    font-size: 12px;
    background: #fff;
    color: #ee1c24;
    text-align: center;
    position: absolute;
    right: 0px;
    font-family: FontAwesome;
}
.solkategoriler>ul>li:not(.drpdown-menu)>a::after {
    content: "\f04b";
     padding: 2px 8px;
	 transition:1s ease all;

}
.solkategoriler>ul>li.drpdown-menu>a::after{
	content:"\f067";
}

.solkategoriler>ul>li.drpdown-menu.aktif>a::after{
	content:"\f068";
	
}
.ilerigeri span{
	color:#000;
	font-size:13px;
	font-weight:600;
	margin:0px 5px;
}
.ilerigeri a.ilerigeribtn{
	color:#000;
	font-size:13px;
	font-weight:600;
}
.ilerigeri a.ilerigeribtn:hover{
	color:#c81316;
}
.card{
	
	border:0px;
	border-radius: 2px;
	margin:7px 0px;
	background: transparent;
}
.card .card-header a{
	color: #1a1a1a;
	font-size:12px;
    font-weight: 600;
	text-decoration:none;
	display:block;
	padding: 15px 30px;
	border-radius: 2px;
	background:#ededed;
}
.card .card-header a[aria-expanded=false]::after {
    content: "\f067";
    font-family: FontAwesome;
    background: #ededed;
    padding: 12px;
    position: absolute;
    right: 0px;
    color: #c81316;
    top: 0px;
    bottom: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    min-width: 40px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}
.card .card-header a[aria-expanded=true]{
	background:#ededed;
}
.card .card-header a[aria-expanded=true]::after{
	content:"\f068";
	font-family:FontAwesome;
	background:#ededed;
	padding:12px;
	position:absolute;
	right:0px;
	top:0px;
	color:#c81316;
	bottom:0px;
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
	min-width: 40px;
	text-align:center;
	 font-size: 22px;
    font-weight: 500;

}
.card .card-header {
	padding:0px;
	background: #f2f2f2;
    color: #363636;
    border-radius: 2px;
	position:relative;
	border-radius: 2px;
	border: 0px;
}
.card .card-body{
	color:#1a1a1a;
	font-weight:600;
	line-height:15px;
	font-size:12px;
}
.urundetay .urunbaslik{
	font-size:20px;
	display:block;
	color:#363636;
	margin:10px 0px;
	font-weight:600;
}
.urundetay .urunfiyat small{
	text-decoration:line-through;
	font-size:15px;
	font-weight:300;
}
.urundetay .urunfiyat{
	text-align:center;
	font-size:26px;
	color:#fff;
	background:#c60e11;
	padding:20px 0px;
	font-weight:500;
	margin:10px 0px;
	border-radius:5px;
}
.urundetay .teknikozellikler{
	margin:10px 0px;
}
.urundetay .teknikozellikler .teknikbaslik{
	color:#363636;
	font-size:16px;
	font-weight:bold;
	margin:10px 0px;
	padding:4px 0px;
}
.urundetay .teknikozellikler .teknikozellik:nth-child(even){
	background:#f1f2f2;
}
.urundetay .teknikozellikler .teknikozellik>div{
	display:inline-block;
}
.urundetay .teknikozellikler .teknikozellik>div:nth-child(1) {
	color:#959595;
	font-size:14px;
	padding:5px 10px;
	width:190px;
	max-width:190px;
	font-weight:300;
}
.urundetay .teknikozellikler .teknikozellik>div:nth-child(2) {
	color:#959595;
	font-size:14px;
	padding:5px 10px;
	width:190px;
	font-weight:500;
	max-width:190px;
}

.urundetay .teknikozellikler .teknikozellik>div:nth-child(1) span {
	float:right;
}
.urundetay .btn {
	font-weight:600;
}
.btn.btn-danger {
    color: #fff;
    background-color: #c60e11;
    border-color: #c60e11;
	border-radius:20px;
}
.btn.btn-dark {
    color: #fff;
    background-color: #000;
    border-color: #000;
	border-radius:20px;
}
.urundetay .etiketler{
	border-bottom:1px solid #f2f2f2;
	margin:10px 30px;
	text-align:center;
	padding:15px 0px;
}
.urundetay .etiketler span ,.urundetay .etiketler span a{
	font-size:11px;
	color:#cccccc;
	padding:0px 5px;;
}
.urundetay .etiketler span.etiketbaslik{
	color:#000;
	font-size:14px;
	font-weight:600;
}
.urundetay .etiketler a.icon {
    display: inline-block;
    background: #e1e1e1;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 5px 0px;
    max-width: 24px;
    max-height: 22px;
    height: 22px;
    width: 22px;
}
.urundetay .etiketler a.icon:hover {
	background:#e5493a;
}
.urunlerslider{
	height:400px;
	width:100%;
    padding-bottom: 30px;
}
.urunlerslider .swiper-slide{
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;	
}
.urunsagagit:hover ,.urunsolagit:hover {
	color:#c60e11;
	cursor:pointer;
}

.urunsagagit {
    position: absolute;
    top: calc(50% - 40px);
    right: 0px;
    color: #000;
    font-size: 81px;
    z-index: 10;
    text-align: center;
	padding:0px 10px;
}
.urunsolagit {
    position: absolute;
    top: calc(50% - 40px);
    left: 0px;
    color: #000;
    font-size: 81px;
    z-index: 10;
    text-align: center;
	padding:0px 10px;
}
.resimcover {
	   height: 100%;
    position: absolute;
    top: 0px;
    width: 50%;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 4;
    cursor: pointer;
}

.smartheader h3 {
    font-size: 30px !important;
}


.urunsagagit2:hover ,.urunsolagit2:hover {
	background:#000;
	cursor:pointer;
}
.urunsagagit2 {
position: absolute;
    right: 0px;
    color: #fff;
    font-size: 48px;
    z-index: 10;
    text-align: center;
    background: #c60e11;
    top: 0px;
    height: 81px;
    margin: 10px 0px;
    padding: 15px 0px;
    width: 30px;
    cursor: pointer;
}
.urunsolagit2 {
    position: absolute;
    left: 0px;
    color: #fff;
    font-size: 48px;
    z-index: 10;
    text-align: center;
    background: #c60e11;
    top: 0px;
    height: 81px;
    margin: 10px 0px;
    padding: 15px 0px;
    width: 30px;
    cursor: pointer;
}
.urunsliderkucuk {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 50px;
	position:relative;
}
.urunsliderkucuk .swiper-slide {
	width: 25%;
	height: 110px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;	 
}
.buyuticon{
	font-size: 20px;
	position: absolute;
	bottom: 10px;
	z-index: 20;
	color: #ffffff78;
	padding: 11px;
	border: 2px solid #ffffff4f;
	border-radius: 100%;
	right: 10px;
}
.kullanmatalimatlari .kullanmatalimati img{
	display:block;
	margin:0 auto;
}
.kullanmatalimatlari .kullanmatalimati span{
	display:block;
	padding:8px 0px;
}
.kullanmatalimatlari .kullanmatalimati{
	display:block;
	font-size:12px;
	font-weight:600;
	padding:5px 10px 5px ;
	margin:5px 0px;
}
.kullanmatalimatlari .kullanmatalimati:nth-child(even){
	background:#fff;
	
}
.kullanmatalimatlari .kullanmatalimati:nth-child(odd){
	background:#ededed;
	
}
.kullanmatalimatlari  .kullanmatalimati row>div{
	vertical-align:middle;
}

.table-sepet .form-control{
	border-radius:2px;
	max-width:100px;
}
.table-sepet .btn{
	border-radius:2px;
}
.table-sepet tr>th{
	background:#f6f6f6;
	color:#000;
	font-weight:600;
	font-size:14px;
	text-align:center;
}

.table-sepet tr:nth-child(even)>td{
	background:#fff;
}
.table-sepet tr:nth-child(odd)>td{
	background:#f6f6f6;
}

.table-sepet tr>td .img{
	height:77px;
	background-size:cover;
	background-position:center;
	width:77px;
	background-color:#cccccc;
}
.table-sepet tr>td{
	vertical-align:middle;
	padding:10px;
	font-size:16px;
	font-weight:500;
}
.iletisimbilgi{
text-align:left;	
display:block;
margin:20px 0px;
}
.iletisimbilgi p{
text-align:left;	
display:inline-block;
font-size:13px;
color:#000;
font-weight:500;
width:calc(100% - 60px);
vertical-align: middle;
}
.iletisimbilgi .icon{
	width:50px;
	display:inline-block;
	vertical-align: middle;
	text-align:center;
}
.iletisimbilgi i{
	font-size:40px;
	color:#b2b2b2;
}
form .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 20px;
    border: 2px solid #c70e11;
}

form label{
	font-size:11px;
	font-weight:500;
	color:#231f20;
	margin-left:10px;
	margin-bottom:5px;
}

form .btn{
	border-radius:2px;
}
section#harita{
	width:100%;
	height:600px;
	margin-bottom:-290px;
	margin-top:30px;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}

.temamodal .modal-title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 auto;
}
.temamodal .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: center;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.temamodal .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    position: absolute;
    right: -7px;
    background: #fff;
    opacity: 1;
    padding: 1px 7px;
    border-radius: 6px;
    font-size: 31px;
    top: 32px;
    color: #c60e11;
}
.temamodal .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 6px solid rgb(198, 14, 17);
    border-radius: 15px;
    outline: 0;
}

.customcontent {
    line-height: 16px;
    font-size: 14px;
    padding: 10px 0;
}

.urunsagagit{
    display: none;
}

.urunsolagit{
    display: none;
}

.urunsliderkucuk{
    display: none;
}

#urun-detay-slider .swiper-pagination{
    bottom: 0px !important;
    text-align: center;
}

#urun-detay-slider .swiper-pagination-bullet{
    border-radius: 100%;
    background-color: #c5c5c5;
}

#urun-detay-slider .swiper-pagination-bullet-active{
    background-color: #393835 !important;
}

@media only screen and (max-width:479px){

    .urundetay .teknikozellikler .teknikozellik>div:nth-child(1){width: 49%;}
    .urundetay .teknikozellikler .teknikozellik>div:nth-child(2){width: 49%;}

	.temamodal   .modal-dialog, .temamodal   .modal-content {
    /* 80% of window height */
    height: 95%;
}

.temamodal  .modal-body {
    /* 100% = dialog height, 120px = header + footer */
    max-height: calc(100% - 120px);
    overflow-y: auto;
}
	header .ustmenu #ustmenul>ul>li .dropdown-menu.normal {
		
		position:relative;
	}
	section.vitrin .col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	section.smartfactory {
		width: 100%;
		background: #f6f6f6;
		min-height: auto;
		z-index: 5;
		padding: 30px 0px;
		max-width: 100%;
		overflow: hidden;
		position: relative;
		margin: 10px 0px;
	}
	header {
		position: relative;
		z-index: 7;
		width: 100%;
		background: #ca1f22;
	}
	header .ustmenu #ustmenul>ul>li {
		padding: 14px 10px;
		float: left;
		position: relative;
		display: block;
		width: 100%;
	}
	.slider {
		background: #f6f6f6;
		margin: 0px auto;
		width: 100%;
		z-index: 0;
		left: 0;
		right: 0;
		max-width: 100%;
		overflow: hidden;
		position: relative;
		top: 0px;
		background-position: 1115px top;
		background-size: 1390px;
	}
	.slider .swiper-slide {
		width: 100%;
		max-height: 185px;
		background-size: cover;
	}

	section.vitrin {
		margin-top: 15px;
		margin-bottom: 50px;
	}
	section.banner .img {
		background: url(../img/banner.png) ;
		margin: 0px auto;
		width: 100%;
		z-index: 0;
		left: 0;
		right: 0;
		max-width: 100%;
		position: relative;
		top: 0px;
		height: 425px;
		max-height: 425px;
		background-repeat: no-repeat;
		background-position: -200px top;
		background-size: 1390px;
	}
	section.urunlerimiz .urun a .fiyat {
		margin: 10px 15px;
		background: #c81316;
		border-radius: 25px;
		color: #fff;
		font-size: 14px;
		padding: 10px 5px;
		text-align: center;
		font-weight: 500;
	}
	.col-md-5li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	section.urunlerimiz .urun a img {
		background: #f6f6f6;
		display: block;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	section.vitrin .vitrinurunu a>img {
		border: 1px solid #666666;
		height: 85px;
		max-height: 85px;
		display: block;
		padding: 7px;
		margin-bottom: -18px;
		transition: 0.5s ease all;
	}
	section.servis .owl-servis .servisdiv {
		width: 250px;
		text-align: center;
		padding: 20px;
		margin: 0 auto;
	}
	section.servis .owl-servis .servisdiv a .img {
		height: 150px;
		width: 100%;
		background-color: #f8f8f8;
		margin-bottom: 15px;
		transition: 0.5s ease all;
		background-position: center top;
		background-size: 100%;
	}
	section.servis .owl-servis .servisdiv a:hover .img {
		background: #c70f12;
		margin-bottom: -25px;
		background-position: center bottom;
		background-size: 100%;
	}
	section.urunlerimiz {
		position: relative;
		z-index: 6;
		margin-bottom: 0px;
	}
	header .ustbar .mail{
		display:none;
	}
	section.vitrin .vitrinurunu {
		background: #fff;
		-webkit-box-shadow: 0px 8px 26px -9px rgba(0,0,0,0.34);
		-moz-box-shadow: 0px 8px 26px -9px rgba(0,0,0,0.34);
		box-shadow: 0px 8px 26px -9px rgba(0,0,0,0.34);
		padding: 23px;
		margin-bottom: 30px;
		height: 180px;
	}
	header .logo {
		display: inline-block;
		margin: 18px 0px;
	}
	header .ustbar {
		padding: 25px 0px;
		position: relative;
	}
	header .headiconlar {
		display:none;
	}
	.navbar-toggler {
		padding: .25rem .75rem;
		font-size: 1.25rem;
		line-height: 1;
		background-color: #ffffff00;
		border: 1px solid transparent;
		color: #fff;
		border-radius: .25rem;
	}
	footer {
		background: #f6f6f6;
		width: 100%;
		background-size: auto;
		min-height: auto;
		padding: 20px 0px 0px;
		background-position: top;
		text-align: center;
	}
	header .ustbar::after {
		background:unset;
	}
}
@media only screen and (min-width : 480px) and (max-width:579px) {

    .urundetay .teknikozellikler .teknikozellik>div:nth-child(1){width: 49%;}
    .urundetay .teknikozellikler .teknikozellik>div:nth-child(2){width: 49%;}

	.temamodal   .modal-dialog, .temamodal   .modal-content {
    /* 80% of window height */
    height: 95%;
}

.temamodal  .modal-body {
    /* 100% = dialog height, 120px = header + footer */
    max-height: calc(100% - 120px);
    overflow-y: auto;
}
		header .ustmenu #ustmenul>ul>li .dropdown-menu.normal {
		
		position:relative;
	}
	section.vitrin .col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	section.smartfactory {
		width: 100%;
		background: #f6f6f6;
		min-height: auto;
		z-index: 5;
		padding: 30px 0px;
		max-width: 100%;
		overflow: hidden;
		position: relative;
		margin: 10px 0px;
	}
	header {
		position: relative;
		z-index: 7;
		width: 100%;
		background: #ca1f22;
	}
	header .ustmenu #ustmenul>ul>li {
		padding: 14px 10px;
		float: left;
		position: relative;
		display: block;
		width: 100%;
	}
	.slider {
		background: #f6f6f6;
		margin: 0px auto;
		width: 100%;
		z-index: 0;
		left: 0;
		right: 0;
		max-width: 100%;
		overflow: hidden;
		position: relative;
		top: 0px;
		background-position: 1115px top;
		background-size: 1390px;
	}
	.slider .swiper-slide {
		width: 100%;
		max-height: 185px;
		background-size: cover;
	}
	section.vitrin {
		margin-top: 15px;
		margin-bottom: 50px;
	}
	section.banner .img {
		background: url(../img/banner.png);
		margin: 0px auto;
		width: 100%;
		z-index: 0;
		left: 0;
		right: 0;
		max-width: 100%;
		position: relative;
		top: 0px;
		height: 425px;
		max-height: 425px;
		background-repeat: no-repeat;
		background-position: -200px top;
		background-size: 1390px;
	}
	section.urunlerimiz .urun a .fiyat {
		margin: 10px 15px;
		background: #c81316;
		border-radius: 25px;
		color: #fff;
		font-size: 14px;
		padding: 10px 5px;
		text-align: center;
		font-weight: 500;
	}
	.col-md-5li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	section.urunlerimiz .urun a img {
		background: #f6f6f6;
		display: block;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	section.vitrin .vitrinurunu a>img {
		border: 1px solid #666666;
		height: 165px;
		max-height: 165px;
		display: block;
		padding: 7px;
		margin-bottom: -18px;
		transition: 0.5s ease all;
	}
	section.servis .owl-servis .servisdiv {
		width: 250px;
		text-align: center;
		padding: 20px;
		margin: 0 auto;
	}
	section.servis .owl-servis .servisdiv a .img {
		height: 150px;
		width: 100%;
		background-color: #f8f8f8;
		margin-bottom: 15px;
		transition: 0.5s ease all;
		background-position: center top;
		background-size: 100%;
	}
	section.servis .owl-servis .servisdiv a:hover .img {
		background: #c70f12;
		margin-bottom: -25px;
		background-position: center bottom;
		background-size: 100%;
	}
	section.urunlerimiz {
		position: relative;
		z-index: 6;
		margin-bottom: 0px;
	}
	header .ustbar .mail{
		display:none;
	}
	section.vitrin .vitrinurunu {
		background: #fff;
		-webkit-box-shadow: 0px 8px 26px -9px rgba(0,0,0,0.34);
		-moz-box-shadow: 0px 8px 26px -9px rgba(0,0,0,0.34);
		box-shadow: 0px 8px 26px -9px rgba(0,0,0,0.34);
		padding: 23px;
		margin-bottom: 30px;
	}
	header .logo {
		display: inline-block;
		margin: 18px 0px;
	}
	header .ustbar {
		padding: 25px 0px;
		position: relative;
	}
	header .headiconlar {
		display:none;
	}
	.navbar-toggler {
		padding: .25rem .75rem;
		font-size: 1.25rem;
		line-height: 1;
		background-color: #ffffff00;
		border: 1px solid transparent;
		color: #fff;
		border-radius: .25rem;
	}
	footer {
		background: #f6f6f6;
		width: 100%;
		background-size: auto;
		min-height: auto;
		padding: 20px 0px 0px;
		background-position: top;
		text-align: center;
	}
	header .ustbar::after {
		background:unset;
	}
}
@media only screen and (min-width : 580px) and (max-width:767px) {

    .urundetay .teknikozellikler .teknikozellik>div:nth-child(1){width: 49%;}
    .urundetay .teknikozellikler .teknikozellik>div:nth-child(2){width: 49%;}

	.temamodal   .modal-dialog, .temamodal   .modal-content {
    /* 80% of window height */
    height: 95%;
}

.temamodal  .modal-body {
    /* 100% = dialog height, 120px = header + footer */
    max-height: calc(100% - 120px);
    overflow-y: auto;
}
		header {
		position: relative;
		z-index: 7;
		width: 100%;
		background: #ca1f22;
	}
	header .ustmenu #ustmenul>ul>li {
		padding: 14px 10px;
		float: left;
		position: relative;
		display: block;
		width: 100%;
	}
	.slider {
		background: #f6f6f6;
		margin: 0px auto;
		width: 100%;
		z-index: 0;
		left: 0;
		right: 0;
		max-width: 100%;
		overflow: hidden;
		position: relative;
		top: 0px;
		background-position: 1115px top;
		background-size: 1390px;
	}
	.slider .swiper-slide {
		width: 100%;
		max-height: 280px;
		background-size: cover;
	}
	section.vitrin {
		margin-top: -80px;
		margin-bottom: 50px;
	}
	section.banner .img {
		background: url(../img/banner.png);
		margin: 0px auto;
		width: 100%;
		z-index: 0;
		left: 0;
		right: 0;
		max-width: 100%;
		position: relative;
		top: 0px;
		height: 425px;
		max-height: 425px;
		background-repeat: no-repeat;
		background-position: -200px top;
		background-size: 1390px;
	}
	section.urunlerimiz .urun a .fiyat {
		margin: 10px 15px;
		background: #c81316;
		border-radius: 25px;
		color: #fff;
		font-size: 14px;
		padding: 10px 5px;
		text-align: center;
		font-weight: 500;
	}
	.col-md-5li {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	section.vitrin .vitrinurunu a>img {
		border: 1px solid #666666;
		height: 165px;
		max-height: 165px;
		display: block;
		padding: 7px;
		margin-bottom: -18px;
		transition: 0.5s ease all;
	}
	section.servis .owl-servis .servisdiv {
		width: 192px;
		text-align: center;
		padding: 20px;
	}
	section.servis .owl-servis .servisdiv a .img {
		height: 150px;
		width: 100%;
		background-color: #f8f8f8;
		margin-bottom: 15px;
		transition: 0.5s ease all;
		background-position: center top;
		background-size: 100%;
	}
	section.servis .owl-servis .servisdiv a:hover .img {
		background: #c70f12;
		margin-bottom: -25px;
		background-position: center bottom;
		background-size: 100%;
	}
	section.urunlerimiz {
		position: relative;
		z-index: 6;
		margin-bottom: 0px;
	}
	header .ustbar .mail{
		display:none;
	}
	section.vitrin .vitrinurunu {
		background: #fff;
		-webkit-box-shadow: 0px 8px 26px -9px rgba(0,0,0,0.34);
		-moz-box-shadow: 0px 8px 26px -9px rgba(0,0,0,0.34);
		box-shadow: 0px 8px 26px -9px rgba(0,0,0,0.34);
		padding: 23px;
		margin-bottom: 30px;
	}
	header .logo {
		display: inline-block;
		margin: 18px 0px;
	}
	header .ustbar {
		padding: 25px 0px;
		position: relative;
	}
	header .headiconlar {
		display:none;
	}
	.navbar-toggler {
		padding: .25rem .75rem;
		font-size: 1.25rem;
		line-height: 1;
		background-color: #ffffff00;
		border: 1px solid transparent;
		color: #fff;
		border-radius: .25rem;
	}
	footer {
		background: url(../img/footerbg.png) center bottom;
		width: 100%;
		background-size: auto;
		min-height: 755px;
		padding: 180px 0px 0px;
		background-position: top;
		text-align: center;
	}
	header .ustbar::after {
		background:unset;
	}
}
@media only screen and (min-width : 768px) and (max-width : 991px){

    .urundetay .teknikozellikler .teknikozellik>div:nth-child(1){width: 49%;}
    .urundetay .teknikozellikler .teknikozellik>div:nth-child(2){width: 49%;}

	.mobilgoster{
	display:none;
}
	header .ustmenu #ustmenul>ul>li {
		padding: 14px 10px;
		float: left;
		position: relative;
	}
	.slider {
		background: url(../img/sliderbg.png);
		margin: 0px auto;
		width: 100%;
		z-index: 0;
		left: 0;
		right: 0;
		max-width: 100%;
		overflow: hidden;
		position: relative;
		top: 0px;
		background-position: 1115px top;
		background-size: 1390px;
	}
	.slider .swiper-slide {
		width: 100%;
		max-height: 805px;
		max-height: 415px;
		background-size: cover;
	}
	section.vitrin {
		margin-top: -80px;
		margin-bottom: 50px;
	}
	section.banner .img {
		background: url(../img/banner.png);
		margin: 0px auto;
		width: 100%;
		z-index: 0;
		left: 0;
		right: 0;
		max-width: 100%;
		position: relative;
		top: 0px;
		height: 425px;
		max-height: 425px;
		background-repeat: no-repeat;
		background-position: -200px top;
		background-size: 1390px;
	}
	section.urunlerimiz .urun a .fiyat {
		margin: 10px 15px;
		background: #c81316;
		border-radius: 25px;
		color: #fff;
		font-size: 14px;
		padding: 10px 5px;
		text-align: center;
		font-weight: 500;
	}
	.col-md-5li {
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	section.vitrin .vitrinurunu a>img {
		border: 1px solid #666666;
		height: 75px;
		max-height: 165px;
		display: block;
		padding: 7px;
		margin-bottom: -18px;
		transition: 0.5s ease all;
	}
	section.servis .owl-servis .servisdiv {
		width: 250px;
		min-height: 250px;
		text-align: center;
		padding: 20px;
	}
	section.urunlerimiz {
		position: relative;
		z-index: 6;
		margin-bottom: 0px;
	}
	header .ustbar .mail{
		display:none;
	}
	.navbar-toggler{
		display:none;
	}
	header .ustmenu #ustmenul>ul>li>a {
		color: #fff;
		font-weight: 500;
		font-size: 11px;
		padding: 5px 0px;
		font-weight: 500;
		position: relative;
	}
	header .ustmenu #ustmenul>ul>li {
		padding: 14px 5px;
		float: left;
		position: relative;
	}
}
@media only screen and (min-width : 992px) and (max-width:1199px){
	.mobilgoster{
	display:none;
}
	header .ustmenu #ustmenul>ul>li {
		padding: 14px 10px;
		float: left;
		position: relative;
	}
	.slider {
		background: url(../img/sliderbg.png);
		margin: 0px auto;
		width: 100%;
		z-index: 0;
		left: 0;
		right: 0;
		max-width: 100%;
		overflow: hidden;
		position: relative;
		top: 0px;
		background-position: 1115px top;
		background-size: 1390px;
	}
	.slider .swiper-slide {
		width: 100%;
		max-height: 805px;
		max-height: 415px;
		background-size: cover;
	}
	section.vitrin {
		margin-top: -80px;
		margin-bottom: 50px;
	}
	section.banner .img {
		background: url(../img/banner.png);
		margin: 0px auto;
		width: 100%;
		z-index: 0;
		left: 0;
		right: 0;
		max-width: 100%;
		position: relative;
		top: 0px;
		height: 425px;
		max-height: 425px;
		background-repeat: no-repeat;
		background-position: -200px top;
		background-size: 1390px;
	}
	section.urunlerimiz .urun a .fiyat {
		margin: 10px 15px;
		background: #c81316;
		border-radius: 25px;
		color: #fff;
		font-size: 14px;
		padding: 10px 5px;
		text-align: center;
		font-weight: 500;
	}
	.navbar-toggler{
		display:none;
	}
}
@media only screen and (min-width : 1200px) {
	.mobilgoster{
	display:none;
}
	.navbar-toggler{
		display:none;
	}
}