a {
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
    color: #444 ;
    font-weight: 600;
}

a:hover,
a:focus {
    transition: all 0.3s ease-out 0s;
    color: #EF9B0B !important;
}

ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body{
    background-color:#f2f2f2;
}

.fs-18{font-size:18px;}

.btn-orange{
    background-color: #EF9B0B !important;
    border-radius: 12px;
    color: rgba(255,255,255,.55);
}

.phone-btn-content{
    position: relative;

}
.phone-text{
    position: absolute;
    background-color: #4dc247;
    padding: 5px 20px 5px 20px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    font-size: 13px;
    color: whitesmoke;
    font-weight: 700;
    right: -116px;
    z-index: 99;
}

.phone-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #16a99f;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.phone-btn i {
    font-size: 15px;
    color: whitesmoke;
    border:2px solid whitesmoke;
    padding: 8px;
    border-radius: 50%;
}


.wp-btn-content{
    position: relative;
    z-index: 9999;
}

.text-center{text-align: center;}

.wp-btn {
    position: fixed;
    bottom: 30px;
    right: 150px;
    background-color: rgb(77, 194, 71) !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-btn i {
    font-size: 28px;
    color: whitesmoke;
    font-weight: 400;
    z-index: 999;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.py-60 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.bg-header{
      background: #000;
}

.navbar-dark .navbar-nav .nav-link{
    font-size: 15px !important;
color:rgba(255, 255, 255, 0.8);
font-weight: 400;
}

.navbar-dark .navbar-nav .nav-link a{
 color: rgb(255, 255, 255) !important;

}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
}
.bg-ustmenu a {
    color: #fff !important;
}

.bg-darkbar{        background-image: linear-gradient(to left, #000, #343537, #000);
}
.bg-orangebar{        background-image: linear-gradient(to left, #F09C0C, #e4720f);
}

.text-orange{color: #e4720f;}

.kpylabtn {
    position: relative;
    background-color: #4CAF50;
    border: none;
    font-size: px;
    color: #FFFFFF;
    padding: 7px 10px;
    width: 150px;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    border-radius:4px;
}

.kpylabtn:after {
    content: "";
    background: #f1f1f1;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px !important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}

.kpylabtn:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}


.bg-ustmenu {
    background-image: linear-gradient(to top, #000, #343537);

}

.bg-ebulten {
    background: linear-gradient(to left, #4d515c, #343537);
}

.bg-gri {
    background-color: #e9ecf3;
}


.maxh-120 {
    max-height: 130px;
}

.maxh-160 {
    max-height: 160px;
}

.maxh-170 {
    max-height: 170px;
}

.maxh-250 {
    max-height: 250px;
}

.maxh-300 {
    max-height: 300px;
}

.maxh-330 {
    max-height: 330px;
}

.maxh-350 {
    max-height: 350px;
}


.maxh-450 {
    max-height: 450px;
}

footer {
    background-image: linear-gradient(to left, #000, #343537, #000);

}

.footer-widget__title {
    color: #e6e6e6;
    font-size: 14px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.info-text {
    font-size: 12.5px;
    text-align: justify;
    color: #ccc !important;
}

.footer-section p, .footer-section li, .footer-section span, .footer-section i, .footer-section a {
    color: #e6e6e6 !important;
}

.short-link-list li a {
    padding-left: 18px;
    position: relative;
    font-size: 13px;

}

.short-link-list li a:hover {
    color: grey !important;
}

.short-link-list li a::before {
    position: absolute;
    content: ">";
    top: 0;
    left: 0;
    font-size: 12px;
    font-weight: 900;
}

.footer-bottom {
    padding: 20px 0;
    position: relative;
    z-index: 1;
    background-color: #000e1f;

}

.logo-position {
    position: absolute !important;
    top: 0;
    left: 0;
    transform: translateY(-50%) !important;
}

.zi-9999 {
    z-index: 9999;
}

.navbar .dropdown-menu .dropdown-item {
    white-space: nowrap !important;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
}

.header-menu-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: right;
    justify-content: start;
}

.header-menu-list li a {
    padding: 5px 12px;
    padding-left: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 400;

}

.header-menu-list li a:hover {
    color: rgba(255, 255, 255, 1);
}

.bg-orangebar .header-menu-list li a:hover {
    color: rgb(0, 0, 0) !important;
}

.bg-img {
    background-position: center !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/bg.jpg);
}

.footer-baslik {
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
    letter-spacing: 8px !important;
    font-size: 13px !important;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #f0f0f0 !important;
}


.kategoriList li a h4 {
    font-size: 14px;
    border-radius: 0px;
    font-weight: 500;
    color: #231f20;
    background-color:#fff;
    margin: 0;
    padding: 10px 8px;
    text-align: center;
    border: 1px solid #f0f0f0;
    border-top: none;
    transition: all 0.3s ease-out 0s;
}

.kategoriList li a:hover h4 {
    background: #323335;
    color: #fff;
    transition: all 0.3s ease-out 0s;

}

.kategoriList li {
    transition: all 0.3s ease-out 0s;

}

.kategoriList li:hover .urunResim img {
    transition: all 0.3s ease-out 0s;
    position: relative;
    z-index: 99;
    transform: scale(1.1) !important;
    -webkit-box-shadow: 0px 0px 62px -11px rgba(82, 82, 82, 0.8);
    -moz-box-shadow: 0px 0px 62px -11px rgba(82, 82, 82, 0.8);
    box-shadow: 0px 0px 62px -11px rgba(82, 82, 82, 0.8);
    border: none;
    padding: 0;
    background-color: #fff;
}

.kategoriList li a .urunResim {
    position: relative;
    overflow: hidden;
    height: 170px;
    max-height: 230px;
    border: 1px solid #f0f0f0;
    border-bottom: none;
    background-color:#fff;
    transition: all  0.3s ease-out 0s;
}


.kategoriList li a .urunResim img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    padding: 12px 0;
    scale: 1.3;
}

.kategoriList li:hover a img {
    transition: all  0.3s ease-out 0s;
}


ul.footerSosyal {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

ul.footerSosyal li {
    display: inline-block;
    padding: 8px 4px 0 4px;
    color: #f4f4f4;
    font-size: 14px;
}

ul.footerSosyal li a, ul.headerSosyal li a:focus {
    color: #f4f4f4;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease-out 0s;
}

ul.footerSosyal li a:hover {
    color: #fff;
    transition: all 0.3s ease-out 0s;
}

ul.footerAdres {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    text-align: left;
}

ul.footerAdres li {
    display: inline-block;
    padding: 0px 5px 0 8px;
    color: #ccc;
    font-size: 16px;
}

ul.footerAdres li a i, ul.footerAdres li a i:focus {
    display: inline-block;
    margin-right: 2px;
    color: #EF9B0B;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease-out 0s;
}

ul.footerAdres li a, ul.footerAdres li a:focus {
    color: #d8d8d8 !important;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease-out 0s;
}

ul.footerAdres li a:hover {
    color: #EF9B0B !important;
    transition: all 0.3s ease-out 0s;
}

.mt-e70 {
    margin-top: -66px !important;
}

ul.footerKategoriList {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
    text-align: left;
    ;
}

ul.footerKategoriList li {
    display: inline-block;
    padding: 0px 8px 2px 0px;
    word-wrap: normal;
}

ul.footerKategoriList li i {
    color: #acacac !important;
    font-size: 12px;
}

ul.footerKategoriList li a {
    font-size: 14px !important;
    color: #999;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}

ul.footerKategoriList li a:hover {
    color: #cf1a21;
    transition: all 0.3s ease-out 0s;
}

footer {
    border-top: 4px solid #EF9B0B;
}


#iletisim ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#iletisim ul li {
    display: block;
    margin: 15px 0;
    padding: 0 0 15px 0px;
    transition: all 0.3s ease-out 0s;
}

#iletisim ul li:first-child {
    margin-top: 0;
}

#iletisim ul li .iconBG {
    background-color: #fff;
    border-radius: 50%;
    width: 11%;
    height: 40px;
    padding-left: 10px !important;
    max-width: 40px;
    display: block;
    float: left;
    margin-right: 15px;
    border: 1px solid #e6e6e6;
    position: relative;

}

#iletisim ul li .iconBG i {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 16px;
    text-align: center;
    color: #7f7f7f;
    font-size: 16px;
}

#iletisim ul li .iletisimIcerik {
    display: block;
    float: left;
    width: 83%;

}

#iletisim ul li .iletisimIcerik b {
    font-size: 16px;
    color: #444;
    display: block;
    margin-bottom: 5px;
}

#iletisim ul li .iletisimIcerik p {
    font-size: 15px;
    color: #7f7f7f;
    margin-bottom: 5px;
    word-wrap: normal !important;
}

#iletisim ul li .iletisimIcerik p b {
    font-size: 15px;
    color: #7f7f7f;
    margin-bottom: 5px;
    display: inline-block;
    word-wrap: normal !important;
}

#iletisim ul li .iletisimIcerik p a {
    text-decoration: none;
    font-size: 15px;
    color: #7f7f7f;
    margin-bottom: 5px;
    word-wrap: normal !important;
}


.hero {
    position: relative;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-animation: slideUp 300s linear infinite;
    animation: slideUp 300s linear infinite;

    background-repeat: repeat;
}

.hero::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    /*background-image: linear-gradient(to bottom, #000, #444);*/
    opacity: .7;
    z-index: -1;
}

.hero-title {
    color: white;
}

.hero-title span {
    font-size: 16px;
}

.hero-title h3 {
    font-size: 30px !important;
    font-weight: 400 !important;
    margin-top: 5px !important;
}

.hero-title p {
    font-size: 16px;
}


.bg-page-img {
    background-position: center !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/code.svg);
}

.hero-page {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-animation: slideUp 300s linear infinite;
    animation: slideUp 300s linear infinite;
    background-repeat: repeat;
}

.hero-page::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: #131313;
    opacity: .85;
    z-index: -1;
}





.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-16 {
    font-size: 16px;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-56 {
    font-size: 56px;
}

.fs-65 {
    font-size: 65px;
}

.urun-detay-icerik ul li {
    padding: 8px 0;
}

.urun-detay-icerik ul li::before {
    content: "\f192";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    left: 0;
    top: 2px;
    margin-right: 5px;
}

.urun-detay-icerik .alert {
    display: block !important;
    margin-top: 20px !important;
}

.urun-detay-icerik .alert:hover {
    color: #000e1f;
}

.urun-detay-icerik h2 {
    font-size: 18px;
    line-height: 1.6 !important;
    margin-bottom: 20px;
    font-weight: 700;
}

.pro-bilgi {
    padding: 10px 0 10px 50px;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
    position: relative;
}

.pro-bilgi .baslik {
    color: #2b373a;
    margin-bottom: 0;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
}

.pro-bilgi .altbilgi {
    color: #888;
    font-weight: 500;
    font-size: 14px;
}

.pro-bilgi .faicon {
    position: absolute;
    left: 5px;
    font-size: 30px;
    top: 14px;
    color: #a1a2a6;
}



.br-15 {
    border-radius: 10px !important;
}

.br-6 {
    border-radius: 6px !important;
    overflow: hidden;
}

.fs-14 {
    font-size: 14px;
}

.form-control:focus {
    box-shadow: none;
}

.category-wrapper {
    background-color: #fff;
    margin-top: -120px;
    position: relative;
    z-index: 5;
    padding: 30px 30px 30px 30px;
    border-radius: 10px;
}

.item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.category-item {
    text-align: center;
    padding: 25px 20px;
    border-radius: 8px;
    background-color: #7e7e7e17;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}


.category-item__icon {
    display: inline-flex;
    padding: 3px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 0.7rem;
}

.category-item__content {
    margin-top: 12px;
}

.category-item .caption {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16.5px;
    line-height: 1.4;
    font-weight: 600;
}

.card-stars i {
    font-size: 15px;
    color: #cfcfcf;
    margin-right: 3px;
}

.card-stars i.active {
    color: #ffc000;
}

.card-category {
    font-weight: 600;
    font-size: 14px;
}

.card-category a:hover {
    color: #95bf46;
}

a.dropdown-item {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

@media (min-width: 1025px) {
    .h-custom {
        height: 100vh !important;
    }
}

.w-35 {
    width: 35%;
}


.navbar .megamenu {
    padding: 1rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }



}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }


    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        margin-top: 0px;
        padding: 0 30px !important;
        background-image: linear-gradient(to bottom, #272d2f, #000000);
                border: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;

    }

    .navbar-nav .dropdown-menu {
        border-top: 2px solid rgb(238, 64, 54) !important;
        border-bottom: 2px solid rgb(238, 64, 54) !important;
        margin: 5px auto;
    }

    .nav-item {
        padding: 12px 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    }
  
    .dropdown-item {
        padding: 12px 10px !important;
        border-bottom: 1px solid #e8e8e8;
    }

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgb(238 64 54) !important;
    }

    .navbar-dark .navbar-toggler {
        color: transparent !important;
        border: none !important;
        display: block;
        width: 100%;
        text-align: right;
        padding: 13px 0 !important;
        background-color: transparent !important;


    }

    .bg-ustmenu {
       /* background-image: linear-gradient(to left, #e6e6e6, #f8f8f8);*/
        color: #474647 !important;
    }

    .bg-ustmenu a{
        color: #474647 !important;
    }

    .logo-position {
        position: relative !important;
        top: 0;
        left: 0;
        transform: auto !important;
    }


    .mobilmenu {
        width: 100% !important;
        padding: 5px 20px !important;
        background-image: linear-gradient(to left, #111, #222);
        border-radius: 8px 8px 0 0;
        border: 1px solid rgba(255, 255, 255, .1);
        border-bottom: none;
    }

    .mobilmenu a {
        color: #fff !important;
        font-weight: 400;
    }

    .mobilback{
        background-color: #4d515c !important;
    }
    .maxh-120 {
        max-height: 200px;
    }

    .maxh-160 {
        max-height: 100%;
        padding: 0 20px !important;
    }

    .maxh-330 {
        max-height: 230px;
        padding: 0 20px !important;
    }

    .maxh-450 {
        max-height: 350px;
        padding: 0 20px !important;
    }


    .py-30 {
        padding: 30px 0;
    }

    .py-70 {
        padding: 60px 0;
    }

    .hero-title h3 {
        font-size: 17px !important;
        font-weight: 400 !important;
        margin-top: 5px !important;
    }

    .hero-info-text {
        font-size: 12px !important;
    }

    .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-top: 0.5rem;
        padding-bottom: 0rem !important;
        border-bottom: 4px solid #EF9B0B;
    }

    .mobilmenu-kapsayici {
        /*border-bottom: 6px solid #222222;*/
    }

    ul.footerAdres, 
    
    footer{background:#000;}
    
    
    ul.footerKategoriList {
        text-align: center;
    }

    ul.footerAdres li a, ul.footerAdres li a:focus {
        font-size: 16px;
    }

    .footer-baslik {
        text-align: center;
    }

    .copyright {
        font-size: 13px;
    }
    
    .wp-btn {
    bottom: 20px;
    left:20px;
    width: 50px;
    height: 50px;
}

.wp-btn i {
    font-size: 28px;
    color: whitesmoke;
    font-weight: 400;
}

#aramainput::placeholder{
    font-size: 13px;
}
.flogo{
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.bg-header{
          background-image: linear-gradient(to TOP, #000, #343537);

}
.header-menu-list {
    justify-content: center;
}
}