﻿@font-face {
    /*font-family: 'Uniform';
    src: url('../fonts/uniform-webfont.eot');
    src: local('Uniform'), local('Uniform'), url('../fonts/uniform-webfont.woff') format('woff'), url('../fonts/uniform-webfont.svg#Uniform') format('svg'), url('../fonts/uniform-webfont.TTF') format('truetype');
    */
    
    
    Hero New Regular.otf

}


@font-face {
    /*font-family: 'Uniform Condensed';
    src: url('../fonts/uniform_condensed-webfont.eot');
    src: url('../fonts/uniform_condensed-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/uniform_condensed-webfont.html') format('woff2'), url('../fonts/uniform_condensed-webfont.ttf') format('truetype'), url('../fonts/uniform_condensed-webfont.svg#uniformcondenseduploaded_file') format('svg');
    font-weight: normal;
    font-style: normal;
    */
     font-family: 'HeroNewRegular'; /* Font adı */
    src: url('../fonts/Hero New Regular.otf') format('opentype'); /* Font dosyasının yolunu belirtin */
}

/*ürün sayfası whatsapp*/
	.whatsapp-info-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f1f9f4; /* Hafif yeşilimsi, WhatsApp temasına uygun arka plan */
    border: 1px solid #d4e8d9;
    border-radius: 10px;
    padding: 15px;
    margin-top: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap; /* Mobil cihazlarda taşmayı önler */
}

.whatsapp-info-text {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    flex: 1; /* Metin alanı genişler */
    margin-right: 15px; /* Butonla arasında boşluk */
}

.whatsapp-button {
    text-decoration: none;
    display: inline-block;
}

.whatsapp-btn {
    display: flex;
    align-items: center;
    background-color: #25d366; /* WhatsApp yeşili */
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 25px;
    border: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
}

.whatsapp-btn i {
    font-size: 18px;
    margin-right: 8px; /* Simge ile metin arasında boşluk */
}

.whatsapp-btn:hover {
    background-color: #20b354; /* Hover'da biraz daha koyu yeşil */
    transform: translateY(-2px); /* Hafif yukarı kayma efekti */
}

@media (max-width: 576px) {
    .whatsapp-info-container {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
    }
    .whatsapp-info-text {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .whatsapp-btn {
        width: 100%; /* Mobilde tam genişlik */
        justify-content: center;
    }
}

/*MOBİLE MENU*/
.mobileLeftCategoriesList {
    padding-bottom: 65px !important;
}

    .mobileLeftCategoriesList .leftMobileMenuTitle {
        font-size: 0.6875rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-top: 0.9375rem;
        margin-bottom: 0.625rem;
        opacity: 0.3;
    }

    .mobileLeftCategoriesList .leftMenuContent i {
        margin-right: 10px;
    }

    .mobileLeftCategoriesList .leftMenuContent small {
        color: #999;
    }

    .mobileLeftCategoriesList .leftMenuCopyright {
        margin: 10px 0;
    }
/*MOBILE MENU END*/
/*Bootstrap Ezici Başlangıç*/
a {
    color: #000 !important;
}

.form-control:focus {
    box-shadow: none !important;
}

.nav-pills {
    border-bottom: 1px solid #1A98D3;
}

    .nav-pills .nav-link {
        border-bottom: 3px solid #1A98D3 !important;
        border-radius: 0 !important;
        padding: 10px 25px !important;
    }

        .nav-pills .nav-link.active {
            border-bottom: 3px solid #1A98D3 !important;
            background: #1A98D3 !important;
            color: #fff !important;
        }

.thumbnail {
    border: 1px solid #cdcdcd;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
}

    .thumbnail .pic {
        margin-bottom: 35px !important;
    }

        .thumbnail .pic img {
            max-height: 333px;
            max-width: 100%;
        }

.btn-block {
    width: 100%;
}

.alert {
    border-radius: 15px !important;
}

    .alert.alert-warning {
        background-color: rgba(245,164,28,.08);
    }



/*Bootstrap Ezici Bitiş*/
body {
    margin: 0;
    padding: 0;
   /* font-family: 'Poppins' !important;*/
   font-family: 'HeroNewRegular', sans-serif;
    font-size: 13px !important;
}

a {
    text-decoration: none !important;
}

b {
    font-weight: 600 !important;
}

hr {
    border: 1px solid #cdcdcd !important;
}

.border-acik-mavi {
    border: 1px solid #93c9c680 !important;
}

.bg-acik-kirmizi {
    background: #ff00001a !important;
}

.bg-acik-mavi {
    background: rgba(103, 164, 194, 0.1) !important;
}

.bg-acik-turkuaz {
    background: rgba(103, 194, 189, 0.1) !important;
}

.bg-acik-yesil {
    background: #DDFDE173 !important;
}

.alert-description {
    color: #666;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    font-weight: 300;
}

.numara {
    font-size: 21px;
    letter-spacing: -1px;
    font-weight: 500;
    color: #000;
    padding: 6px 15px 6px 0px;
    background: #fff;
    border-radius: 35px;
    box-shadow: 0 1px 1px #ebebeb;
}

    .numara i {
        background: #eff9f8;
        border-radius: 50%;
        padding: 10px;
        color: #a3d3cf;
        font-size: 21px;
        line-height: 16px;
        margin: 5px;
    }

.nav-link {
    padding: 15px !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}

.sepetBtn {
	display: block;
    position: fixed;
    bottom: 78px;
    right: 11px;
    z-index: 10000;
    text-align: center;
    background: #3eb29f;
    color: #fff !important;
    border: 4px solid white;
    line-height: 55px;
    border-radius: 50%;
    font-size: 11px;
    height: 55px;
    width: 55px;
}

    .sepetBtn i {
        font-weight: bold;
        font-size: 25px;
    }

.wpButton {
    display: block;
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 10000;
    text-align: center;
}

    .wpButton .wpText {
        background: #26D366;
        color: #fff;
        padding: 3px 10px;
        font-size: 11px;
        border-radius: 15px;
    }

#whats-chat{    position: fixed;
    right: -5px;
    bottom: 5px;
    padding: 12.5px;
;}
	
#whats-chat:hover{cursor:pointer;}

/*===============================*/
#chat-box{
	position:fixed;
	right:-500px;
	bottom:0%;
	width:250px;
	height:200px;
	transition:all .5s;
	z-index:9999999999;
	}
#chat-top{
	width:100%;
	line-height:2;
	background:rgb(18, 140, 126);
	color:white;
	text-align:center;
	border-radius:5px 5px 0 0;
	padding:0 10px;
	}
#chat-msg{
	background:#ece5dd;
	padding:10px;
	border-radius:0 0 5px 5px;
	box-shadow:0 0 25px -10px #999;

	}
	
	
#chat-msg p{font-size:14px;padding:5px;background:white;border-radius: 0 20px 20px 0px;margin-bottom:10px;}
#chat-form{display:flex;}
.chat-in{width:80%;}
#chat-form input{border-radius:5px 0 5px 5px;border:none;outline:none;font-size:14px;padding:5px;line-height:2;}
#send-btn{width:20%;padding: 0 5px; cursor:pointer;}
#chat-top-right{float:right;padding:5px 0;}
#chat-box:after{content:'';
    position: absolute;
    top:58%;
    left: 90%;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
  border-bottom: 25px solid transparent; 
  
  border-right:25px solid #ece5dd;}
.right{float:right}
.clear{clear:both}
svg#close-box{
	cursor:pointer;
}









.hizala {
    width: 100%;
    height: 100%;
    position: relative;
}


.breadcrumb {
    margin-bottom: 25px !important;
    padding: 15px !important;
    border: 1px solid #ebebeb !important;
    border-top: 0;
    background: #f9f9f9;
    border-radius: 0 !important;
}

    .breadcrumb ol {
        padding: 0px;
    }

    .breadcrumb li {
        float: left;
    }

.breadcrumb-item + .breadcrumb-item::before {
    content: " »" !important;
}

.label-white {
    color: #000 !important;
    background: #fff;
    border: 1px solid #f1f1f1;
}

.wrapper {
    width: 100%;
    height: 100%;
    max-width: 1550px;
    margin: 0 auto;
}

#header {
    width: 100%;
}

    #header #headerTop {
        width: 100%;
        height: 45px;
        background: #333;
    }

    #header #headerSlide {
        width: 1200px;
        height: 350px;
        margin: 0 auto;
        background: #c9fff0;
    }

    #header #headerBottom {
        width: 100%;
        height: 110px;
        background: #fff;
        border-bottom: 1px solid #f1f1f1;
        border-top: 1px solid #f1f1f1;
    }

.headerMenu {
    padding-left: 0 !important;
}

    .headerMenu li {
        float: left;
    }

.homeSlider {
    /*padding: 25px 50px;*/
    background: #f9f9f9;
    margin-bottom: 25px;
    border: 1px solid #ebebeb;
}

#content {
    width: 1200px;
    min-height: 300px;
    margin: 0 auto;
    border-right: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    background: #fff;
}

footer {
    margin-top: 25px;
    border-top: 1px solid #f1f1f1;
    color: #666;
    background: #f0f2f5;
}

    footer .fLogo {
        border-right: 2px solid #ebebeb;
    }

    footer h3 {
        font-size: 17px;
        font-weight: 600;
        padding-bottom: 5px;
        margin: 0 0 10px 0;
        color: #000;
    }

    footer a {
        color: #666;
        padding: 5px 0;
    }

    footer ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        footer ul li {
            padding: 5px 10px;
        }

    footer hr {
        border: 1px solid #cdcdcd;
    }

    footer .copyright {
        width: 100%;
        line-height: 60px;
        color: #999;
        background: #fff;
        text-align: center;
        margin-top: 50px;
    }

        footer .copyright a {
            color: #999;
        }

    footer .fKategoriler a {
        width: 50%;
        display: block;
        float: left;
    }

.footer-bottom {
    color: #666;
}

    .footer-bottom ul, li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .footer-bottom ul > li {
            color: #666;
            transition: all .2s ease-in-out;
        }

            .footer-bottom ul > li > a {
                color: #555;
                transition: all .2s ease-in-out;
            }

    .footer-bottom a {
        color: #555;
    }

        .footer-bottom a:hover {
            color: #1A98D3 !important;
            transition: all .2s ease-in-out !important;
        }

    .footer-bottom p {
        color: #666;
        margin-bottom: 30px;
    }

    .footer-bottom h5 {
        color: #333;
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 30px;
        padding: 0 0 15px 0;
        border-bottom: 1px solid #555;
    }

    .footer-bottom .footer-logo {
        margin-bottom: 30px;
    }

        .footer-bottom .footer-logo img {
            max-width: 90%;
        }

    .footer-bottom > .container > div:first-child {
        padding: 75px 0;
    }


    .footer-bottom .footer-info .footer-social-icons {
        margin-bottom: 30px;
    }

        .footer-bottom .footer-info .footer-social-icons strong {
            display: block;
            color: #555;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .footer-bottom .footer-info .footer-social-icons .icons {
            display: flex;
            font-size: 2.5rem;
        }

            .footer-bottom .footer-info .footer-social-icons .icons div {
                margin-right: 30px;
            }

    .footer-bottom .footer-general-content .footer-contact a {
        display: flex;
        align-items: center;
        color: #555;
        margin-bottom: 30px;
    }

        .footer-bottom .footer-general-content .footer-contact a i {
            width: 45px;
        }

        .footer-bottom .footer-general-content .footer-contact a > div span {
            color: #999;
            display: block;
            margin-bottom: 5px;
        }

        .footer-bottom .footer-general-content .footer-contact a > div strong {
            font-size: 15px;
            font-weight: 600;
        }

    .footer-bottom .footer-menu .footer-menu-title {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .footer-bottom .general {
        padding: 55px 0;
    }


    .footer-bottom .fast-links {
        display: flex;
        border: 3px solid #fff;
        margin-bottom: 75px;
        overflow: hidden;
    }

        .footer-bottom .fast-links h4 {
            flex: 0 0 auto;
            color: #1A98D3;
            font-size: 15px;
            font-weight: 600;
            margin-bottom: 0;
            line-height: 45px;
            padding: 0 30px;
            border-right: 1px solid #fff;
            margin-top: 0px;
            background: #fff;
        }

        .footer-bottom .fast-links ul {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .footer-bottom .fast-links ul li {
                border-left: 1px solid #cdcdcd;
                margin-bottom: 0px;
            }

                .footer-bottom .fast-links ul li a {
                    color: #000;
                    font-size: 14px;
                    font-weight: 600;
                    padding: 5px 15px;
                }

.homeImg img {
    border: 1px solid #ebebeb;
}

.detailInfo {
    background-color: #f5f5f5;
    padding: 25px 20px;
}

    .detailInfo li {
        display: flex;
        border-bottom: 1px solid #e5e5e5;
        padding: 0 0 15px 0;
        margin: 0 0 15px 0;
    }

        .detailInfo li:last-child {
            border: 0;
            margin: 0;
            padding: 0;
        }

        .detailInfo li img {
            margin-right: 25px;
            height: 100%;
        }

.homeInfo {
    background: #f9f9f9;
    border-radius: 5px;
    padding: 25px;
    margin-bottom: 15px;
}

    .homeInfo b {
        font-weight: 600;
    }

    .homeInfo span, .detailInfo span {
        font-size: 12px;
        color: #666;
    }


    .homeInfo .col-6 {
        border-right: 1px solid #cdcdcd;
    }


.products {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-right: 1px solid #ebebeb;
}

    .products > li {
        float: left;
    }

.product {
    /*border: 1px solid #ebebeb;*/
    display: block;
    line-height: 20px;
    /*transition: all 0.2s ease-in-out 0s;*/
    background: #fff;
    padding: 0;
    float: left;
    margin: 0px 5px 15px 0px;
    overflow: hidden;
    border: 1px solid #ebebeb;
    border-radius: 10px;
}

.detayKod {
    font-size: 17px;
    color: #999;
}

.detayBaslik h1 {
    font-size: 32px;
    font-weight: 600;
}

.detayStokDurumu {
    margin-bottom: 15px;
}

    .detayStokDurumu .aktif {
        background-color: rgba(0, 255, 88, 0.18);
        color: #17962b;
        display: inline-block;
        font-size: 15px;
        line-height: 1;
        padding: 5px 12px;
        border-radius: 3px;
    }

    .detayStokDurumu .pasif {
        background-color: #ffe8e8;
        color: #b05d5d;
        display: inline-block;
        font-size: 15px;
        line-height: 1;
        padding: 4px 12px;
        border-radius: 3px;
    }

.detayFiyat {
    font-size: 35px;
    color: #1a98d3;
}

.detayBilgiler {
    margin-top: 25px;
}

.urunDetayBilgiler {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    line-height: 21px;
    padding: 15px;
    margin-bottom: 20px;
}

.detayAciklama {
    margin: 20px 0;
    line-height: 31px;
}

.Homeproducts {
    height: 270px;
    padding: 0px;
    margin: 0px;
}

    .Homeproducts .product {
        width: 223px !important;
    }

        .Homeproducts .product, .Homeproducts .product:nth-child(3n) {
            margin: 0px 5px 15px 0px !important;
        }



.home .product {
    width: 374px;
}

    .home .product:nth-child(3n) {
        margin: 0px 0px 15px 0px;
    }

    .home .product:nth-child(2n) {
        margin: 0px 5px 15px 0px;
    }

.product:nth-child(3n) {
    margin: 0px 0px 15px 0px;
}

.product:hover, .product:focus {
    /*border-color: rgba(34,202,205,.5);*/
    /*box-shadow: 0px 1px 5px rgba(34,202,205,.3);*/
}

.product .pic {
    /*height: 215px;*/
    /*margin: 5px auto;*/
    text-align: center;
    overflow: hidden;
}

    .product .pic img {
        display: block;
        margin: 15px auto;
        /*max-height: 90%;*/
        /*max-width: 90%;*/
        width: 90%;
        transition: .25s;
        /*border-bottom:1px solid #cdcdcd;*/
        /*box-shadow: 0 5px 0 #ebebeb;*/
    }

        .product .pic img:hover {
            scale: 105%;
        }

.product .caption {
    color: #999;
    padding: 15px;
    border-top: 1px solid #ecf0f1;
}

    .product .caption .kod {
        line-height: 25px;
        height: 25px;
        overflow: hidden;
        word-break: break-all;
    }

    .product .caption .name {
        font-size: 14px;
		height: 70px;
        line-height: 17px;
        margin-bottom: 7px;
        overflow: hidden;
    }

        .product .caption .name a {
            color: #000;
        }

    .product .caption .mindesc {
        font-size: 12px;
        height: 46px;
        line-height: 23px;
        margin-bottom: 5px;
    }

    .product .caption .row {
        line-height: 17px;
        text-align: center;
        margin: 0 -15px;
    }

    .product .caption .col-sm-5 {
        padding: 0px;
    }

    .product .caption .col-sm-7 {
        padding: 0px;
    }

    .product .caption .price {
        line-height: 40px;
        text-align: center;
        font-size: 15px;
        color: #1A98D3;
        font-weight: 500;
    }


    .product .caption .stok {
background: #f7f7f7;
    line-height: 30px;
    text-align: center;
    color: #000;
    border-radius: 0 10px 10px 0;
    font-size: 13px;
    overflow: hidden;
    max-height: 30px;
    }

    .product .caption .features {
        height: 46px;
        overflow: hidden;
    }

.product .btn {
    width: 49%;
}

.product .urunOzellikleri {
    height: 21px;
    overflow: hidden;
    display: block;
}


.top-menu-left {
    /*margin-bottom: 5px;*/
}

    .top-menu-left ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .top-menu-left ul li {
            float: left;
            margin-right: 15px;
            line-height: 40px;
        }

.top-menu-right {
    /*margin-bottom: 5px;*/
}

    .top-menu-right ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .top-menu-right ul li {
            float: right;
            margin-left: 15px;
            line-height: 40px;
        }

.top-menu ul {
    list-style: none;
    margin: 25px 0 0 0;
    padding: 0;
}

    .top-menu ul li {
        margin-left: 25px;
        float: left;
    }



.stokSatir {
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
    font-size: 15px;
    border-bottom: 1px solid #ebebeb;
}

    .stokSatir .renk {
        border-radius: 15px;
        border: 1px solid #f1f1f1;
        width: 30px;
        height: 30px;
        display: block;
    }

.sepet {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ebebeb;
    background: #919191;
    text-align: center;
    line-height: 45px;
    border-radius: 3px;
    color: #fff;
}

.hesap {
    /*width: 100%;*/
    margin-bottom: 5px;
}

.iletisim-formu div {
    margin-bottom: 15px;
}

.control-group {
    margin-bottom: 10px;
}

.divnull {
    height: 15px;
}

.left-list {
    list-style: none;
    padding-left: 0px;
}

    .left-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .left-list ul li {
            border-bottom: 1px solid #ededed;
            line-height: 35px;
            padding-left: 15px;
        }

            .left-list ul li:hover {
                background: rgba(26,152,211,0.1);
            }


    .left-list li.grup {
        color: #999;
        font-weight: bold;
        line-height: 30px;
    }

    .left-list li a {
        /*font-weight: normal;*/
        display: block;
    }


.ddUrunler {
    width: 150px;
    background: #2c3e50;
    font-weight: bold;
}

    .ddUrunler > a:hover {
        color: #fff !important;
    }

.ddUrunlerList {
    width: 250px;
    /*border: 1px solid #ebebeb;*/
    box-shadow: 0 3px 5px rgba(0,0,0,0.2) !important;
}

    .ddUrunlerList li a {
        line-height: 35px !important;
        font-size: 13px !important;
    }

.habergrad {
    background: black; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),#2c3e50); /*Safari 5.1-6*/
    background: -o-linear-gradient(bottom,rgba(0,0,0,0),#2c3e50); /*Opera 11.1-12*/
    background: -moz-linear-gradient(bottom,rgba(0,0,0,0),#2c3e50); /*Fx 3.6-15*/
    background: linear-gradient(to bottom,rgba(0,0,0,0),#2c3e50); /*Standard*/
    font-weight: bold;
    color: #fff;
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px;
}

.webbant {
    background: black; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top,#555,#333); /*Safari 5.1-6*/
    background: -o-linear-gradient(bottom,#555,#333); /*Opera 11.1-12*/
    background: -moz-linear-gradient(bottom,#555,#333); /*Fx 3.6-15*/
    background: linear-gradient(to bottom,#555,#333); /*Standard*/
    font-weight: bold;
    color: #fff;
    display: block;
    width: 100%;
    padding-top: 15px;
    height: 125px;
}

.right-line {
    border-right: 1px dashed #666;
}

    .right-line:last-child {
        border-right: none;
    }

.webbant small {
    padding-top: 5px;
    display: block;
}


.webbant a {
    color: #fff;
    padding-top: 9px;
    display: block;
    font-weight: bold;
}

.urunDetayFiyat {
    font-size: 25px;
    font-weight: 700;
    font-family: Poppins;
    line-height: 45px;
}

.sonUrunler h3 {
    font-size: 25px !important;
    font-weight: bold !important;
    color: #333;
}

.page-img {
    max-width: 100%;
    text-align: left;
    margin-right: 10px;
}

.no-padding {
    padding: 0px !important;
}

.seperator {
    height: 25px;
}

#UrunListTab, #UrunDetayTab {
    /*border-bottom: 1px solid #ebebeb;*/
    min-height: 50px;
}

    #UrunListTab li, #UrunDetayTab li {
        font-weight: bold;
        margin: 0px 5px 0px 0px;
        border-bottom: 4px solid #f1f1f1;
    }

#UrunListTabContent, #UrunDetayTabContent {
    /*margin-top: 5px;
    border: 3px solid #ebebeb;*/
}

#UrunDetayTab li.active {
    border-bottom: 4px solid #039BE5;
}

.text-black {
    color: #000;
}

.text-white {
    color: #fff;
}

.text-blue {
    color: rgb(26,152,211);
}

.fMenu {
    text-align: center;
}

    .fMenu a {
        margin-right: 10px;
    }

.fKatalog {
    border-left: 1px solid #454545;
    height: 150px;
}

.fTescilliMarka {
    padding-top: 85px;
    text-align: right;
    color: #999;
}

.urunDetayLabel {
    padding: 7px !important;
    font-size: 13px !important;
    line-height: 45px !important;
}

.label-default-border {
    border: 1px solid #95a5a6;
    color: #95a5a6 !important;
}

    .label-default-border[href]:hover,
    .label-default-border[href]:focus {
        border: 1px solid #798d8f;
        color: #798d8f !important;
    }

.label-primary-border {
    border: 1px solid #2c3e50;
    color: #2c3e50 !important;
}

    .label-primary-border[href]:hover,
    .label-primary-border[href]:focus {
        border: 1px solid #1a242f;
        color: #1a242f !important;
    }

.label-success-border {
    border: 1px solid #18bc9c;
    color: #18bc9c !important;
}

    .label-success-border [href]:hover,
    .label-success-border [href]:focus {
        border: 1px solid #128f76;
        color: #128f76 !important;
    }

.label-info-border {
    border: 1px solid #3498db;
    color: #3498db !important;
}

    .label-info-border [href]:hover,
    .label-info-border [href]:focus {
        border: 1px solid #217dbb;
        color: #217dbb !important;
    }

.label-warning-border {
    border: 1px solid #f39c12;
    color: #f39c12 !important;
}

    .label-warning-border [href]:hover,
    .label-warning-border [href]:focus {
        border: 1px solid #c87f0a;
        color: #c87f0a !important;
    }

.label-danger-border {
    border: 1px solid #e74c3c;
    color: #e74c3c !important;
}

    .label-danger-border [href]:hover,
    .label-danger-border [href]:focus {
        border: 1px solid #d62c1a;
        color: #d62c1a !important;
    }

/** NANO Scroll **/
.nano {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

    .nano > .nano-content {
        position: absolute;
        overflow: scroll;
        overflow-x: hidden;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding-top: 5px;
    }

        .nano > .nano-content:focus {
            outline: thin dotted;
        }

        .nano > .nano-content::-webkit-scrollbar {
            display: none;
        }

.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
}

.nano > .nano-pane {
    background: rgba(0,0,0,.25);
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9; /* Target only IE7 and IE8 with this hack */
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


    .nano > .nano-pane > .nano-slider {
        background: #444;
        background: rgba(0,0,0,.5);
        position: relative;
        margin: 0 1px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility: visible\9; /* Target only IE7 and IE8 with this hack */
    opacity: 0.99;
}

.btn-duz {
    border-radius: 0px !important;
}

.btn-yesil {
    background: #2ecc71;
    border: 1px solid #2ecc71;
    color: #fff;
}

.checkList {
    width: 100%;
}

    .checkList td, .checks {
        padding-left: 5px;
        line-height: 25px;
        border-bottom: 1px solid #f3f3f3;
    }

    .checkList label {
        font-weight: normal;
        padding-left: 5px;
    }


footer .UrunGruplariBoyutu {
    height: 110px;
}

.left-list .border {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#myCarouselFullW {
    margin: -20px auto;
    /*width: 1170px;*/
}

.topbar {
    line-height: 35px;
    background: rgba(0,0,0,.3);
    color: #fff;
    margin-bottom: 20px;
}

    .topbar a {
        color: #fff;
    }

.pnHeader {
    width: 100%;
    min-height: 600px;
    margin-bottom: 25px;
}

.pnHeaderPages {
    width: 100%;
    min-height: 175px;
    margin-bottom: 25px;
}

.pnHeaderMenuBG {
    background: #141129;
    position: absolute;
    height: 85px;
    width: 30%;
    top: 0;
    right: 0px;
}


.search {
    margin: 20px;
    font-size: 25px;
    text-align: center;
    font-weight: lighter;
    color: #999;
    border-radius: 5px;
    overflow: hidden;
}

    .search input {
        border-radius: 0px;
    }

.pageContent {
    font-size: 1rem !important;
    line-height: 1.75 !important;
}

    .pageContent h2 {
        font-size: 25px;
        padding-top: 15px;
        margin-bottom: -7px;
        font-weight: bold;
    }

    .pageContent ul li {
        line-height: 30px;
        padding-left: 5px;
    }

.homeDetails {
    margin: 20px 0 20px 0;
}

    .homeDetails img:nth-child(1n) {
        margin: 0 15px 10px 0;
    }

    .homeDetails .miniBaslik {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 10px;
    }

.text-kiremit {
    color: #bf654d;
}

.spacePage {
    min-height: 500px;
}




.LogoAramaSepet {
    height: 110px;
    padding-top: 15px;
}



#slider {
    width: 100% !important;
    height: 500px;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: -1000;
}

    #slider ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        display: block;
        height: 400px;
        position: relative;
    }

        #slider ul li {
            float: left;
            position: relative;
            display: block;
        }

.move a {
    position: absolute;
    top: 300px;
    display: block;
    background: rgba(255,255,255,.3);
    line-height: 40px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
}

    .move a.Right {
        right: 50px;
        border-radius: 5px;
    }

    .move a.Left {
        left: 50px;
        border-radius: 5px;
    }

.sliderButtons {
    position: absolute;
    top: 500px;
    width: 100%;
    left: 0px;
    background: url('images/sliderbuttons.png') repeat-x;
}

    .sliderButtons ul {
        list-style: none;
    }

        .sliderButtons ul li {
            border-radius: 40px;
            padding: 15px 25px;
            font-size: 15px;
            color: #fff;
            float: left;
            margin: 0 15px;
            background: #fff;
            /*min-width: 174px;*/
            /*text-align: center;*/
            line-height: 40px;
            transition: all 3s;
            overflow: hidden;
            display: inline-flex;
            background: transparent;
        }

            .sliderButtons ul li:first-child {
                /*background: rgb(207,161,49);*/
                margin-left: 145px;
            }

.slideButtonRenk1 {
    background: rgb(207,161,49) !important;
}

.slideButtonRenk2 {
    background: rgb(233,122,64) !important;
}

.slideButtonRenk3 {
    background: rgb(177,17,27) !important;
}

.slideButtonRenk4 {
    background: rgb(63,70,96) !important;
}

.slideButtonRenk5 {
    background: rgb(25,72,17) !important;
}

.slideButtonRenk6 {
    background: rgb(200,221,226) !important;
}

.sliderButtons ul li:nth-child(2n) {
    /*background: rgba(238,114,69,1);*/
}

.sliderButtons ul li:nth-child(3n) {
    /*background: rgb(177,17,27);*/
}

.sliderButtons ul li:nth-child(4n) {
    /*background: rgb(63,70,96);*/
}

.sliderButtons ul li:nth-child(5n) {
    /*background: rgb(25,72,17);*/
}

.sliderButtons ul li img {
    margin-right: 10px;
}

.sbutton {
    transition: all 3s;
    width: 82px;
}

.buttonActive {
    transition: all 3s;
    /*min-width: 350px !important;*/
}

.sliderButtons ul li span {
    font-weight: bold;
}

.sliderButtons ul li a {
    color: #fff;
}

    .sliderButtons ul li a:hover {
        color: #000;
    }

.displayTrue {
    display: normal;
}

.displayFalse {
    display: none;
}

.home h1 {
    font-size: 21px;
}

.text-bold {
    font-weight: bold;
}

.alert-default {
    background-color: #f5f5f5;
    border-color: #cdcdcd;
    color: #333;
}

.urunDetaySayfasi h1 {
    margin: 15px 0 25px 0;
}

.urunOzellikLabel {
    background: #f9f9f9;
    border: 1px solid #ebebeb;
}

.footer-menu-content li {
    width: 50%;
    float: left;
}
/* MEDIA */
@media screen and (max-width:768px) {




    .LogoAramaSepet {
        display: none;
    }

    .nav > li > a {
        text-shadow: 0 0 0 !important;
    }

    .navbar-default {
        background: #1A98D3;
        padding: 0 5px 5px 5px;
    }


        .navbar-default #navbar {
            background: rgba(0, 0, 0, 0.05);
            border-radius: 5px;
        }

    .pnHeaderMenuBG {
        visibility: hidden;
    }

    .navbar-nav {
        float: left;
    }

    .topbar {
        /*display: none;*/
        margin-bottom: 0;
    }

    .pnHeader {
        min-height: 60px;
    }

    .navbar-brand {
        display: none;
    }

    .LogoMobile {
        display: block;
        height: 100px;
        text-align: center;
        margin-top: 15px;
        width: 100%;
    }

    .topLogo img {
        max-width: 150px;
    }

    .vMobile {
        display: block;
    }

    .ProductNameMobile {
        line-height: 60px;
        padding-left: 5px;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
    }

    .move {
        display: none;
    }

    .home .product, .product {
        width: 100%;
    }

    #slider {
        display: none;
    }

    .homeImg img {
        width: 100%;
        /*height: 342px;*/
        margin-bottom: 20px;
    }

    .fLogo {
        text-align: center;
        margin-bottom: 25px;
        border-bottom: 1px solid #454545;
    }

    .fTescilliMarka {
        padding-top: 25px;
        text-align: center;
    }

    .fKatalog {
        margin-top: 15px;
        padding-top: 10px;
        border-top: 1px solid #454545;
    }

    .katalog {
        position: relative;
        /*top: -38px;
        right: 0;*/
        text-align: center;
    }

    .pageContent img {
        max-width: 100%;
    }

    .sliderButtons {
        display: none;
    }

    .homeInfo {
        width: 90% !important;
        border: 1px solid #f1f1f1;
        text-align: center;
        padding: 30px 0 0 0 !important;
    }

        .homeInfo img {
            margin-bottom: 25px;
        }

        .homeInfo .col-6 {
            border: 0px !important;
            margin-bottom: 25px !important;
            padding-bottom: 25px !important;
        }

    .product .caption .name {
        font-size: 13px;
    }

    .product .caption .stok {
        border-radius: 0 !important;
    }
}

@media screen and (min-width:768px) {
    .LogoMobile, .ProductNameMobile {
        display: none;
    }

    .vMobile {
        display: none !important;
    }

    .navbar-nav {
        float: right !important;
    }

    .homeImg img {
        width: 100%;
        /*height: 342px;*/
        margin-bottom: 20px;
    }

    .katalog {
        position: absolute;
        top: -38px;
        right: 0;
    }
}
