

@font-face {
    font-family: "Open Sans";
    font-weight: normal;
    font-style: normal;

    src: url("../fonts/OpenSans-Regular.ttf");
}
@font-face {
    font-family: "Open Sans";
    font-weight: normal;
    font-style: italic;

    src: url("../fonts/OpenSans-Italic.ttf");
}
@font-face {
    font-family: "Open Sans";
    font-weight: bold;
    font-style: normal;

    src: url("../fonts/OpenSans-Bold.ttf");
}
@font-face {
    font-family: "Open Sans";
    font-weight: 600;
    font-style: normal;

    src: url("../fonts/OpenSans-Semibold.ttf");
}

body {
    font-size: 14px;
}
img {
    max-width: 100%;
}
.ust-serit {
    background-color: #f2f2f2;
    font-size: 13px;
}
.ust-serit-iletisim p {
    margin: 0;
    padding: 5px 0;
    color: #666;
    font-weight: 600;
}
.ust-serit-iletisim p i {
    margin-right: 5px;
}
.ust-serit-dil {
    text-align: right;
}
.ust-serit-dil p span {
    font-weight: bold;
    margin-right: 5px;
}
.ust-serit-dil p {
    margin: 0;
    padding: 5px 0;
    color: #666;
}
.ust-serit-dil p a {
    color: #999;
}
.ust-serit-dil p a.active {
    color: #666;
}

nav.bg-light {
    background-color: #fff !important;
}
.navbar .container {
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    overflow: visible;
}
.navbar-brand {
    padding: 20px 0;
    margin-right: 40px;
}
.navbar-brand img {
    width: 150px;
}
.navbar-nav {
    font-size: 16px;
    z-index: 10;
}
.navbar-nav .nav-item {
    padding: 15px 5px;
}
.navbar .dropdown-menu {
    margin: 7px 0;
    border-radius: 0;
}
.search-box {
    position: absolute;
    right: 0;
    top: 83px;
    height: 50px;
    z-index: 5;
    background-color: #fafafa;
    padding: 5px;
    display: none;
    }
.carousel {
    z-index: 0;
    position: relative;
}
.carousel-caption {
    bottom: 55%;
    transform: translateY(50%);
    color: #000;
    text-align: right;
}
.carousel-caption h5 {
    font-size: 36px;
    font-weight: 600;
}
.carousel-caption p {
    font-size: 18px;
    color: #666;
}
.carousel-caption a {
    display: inline-block;
    padding: 8px 20px;
    margin-top: 15px;
    background-color: #db0124;
    color: #FFF;
    font-weight: 600;
    transition: all 0.2s;
}
.carousel-caption a:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: all 0.2s;
}
.urunler-anasayfa {
    margin: 75px 0;
}
.urunler-anasayfa h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.header-bottom {
    width: 60px;
    border-bottom: 3px solid #666;
    margin: auto;
    margin-bottom: 50px;
}
.header-bottom2 {
    width: 50px;
    border-bottom: 3px solid #666;
    margin-bottom: 25px;
}
.urun-kutu-anasayfa {
    border: 1px solid #f2f2f2;
    padding: 8px 16px;
    line-height: 12px;
    margin-bottom: 30px;
}
.urun-kutu-anasayfa h4 {
    font-size: 17px;
    font-weight: 600;
}
.urun-gorsel-anasayfa {
    position: relative;
    max-width:100%;
    overflow: hidden;
}
/* gorsel zoom */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.urun-gorsel-anasayfa img {
    max-width: 100%;

    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.urun-gorsel-anasayfa:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
}
/* *** */

.alt-banner {
    background-color: #f2f2f2;
    padding: 50px 0;
    text-align: center;
    color: #333;
}
.alt-banner-kutu {
    padding: 0 15px;
}
.alt-banner-kutu h4 {
    font-size: 18px;
    font-weight: 600;
}
.alt-banner-kutu p {
    margin: 0;
}
.alt-banner-kutu i {
    font-size: 44px;
    margin-bottom: 25px;
    color: #666;
}
.hakkimizda {
    margin: 75px 0;
    text-align: justify;
    line-height: 30px;
}
.hakkimizda h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.footer {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 75px;
    padding: 50px 0;
}
.footer-kutu h3 {
    font-size: 15px;
    font-weight: 600;
}
.footer-kutu ul {
    margin: 0;
    padding: 0;
}
.footer-kutu ul li {
    list-style: none;
}
.footer-kutu ul li a {
    display: block;
    padding: 1px 0;
    font-size: 13px;
    color: #333;
}
.footer-social {
    text-align: center;
    width: 150px;
    background-color: #fff;
    margin: auto;
    margin-top: -20px;
    margin-bottom: 25px;
}
.footer-social ul {
    margin: 0;
    padding: 0;
}
.footer-social ul li {
    list-style: none;
    display: inline-block;
}
.footer-social ul li a {
    display: block;
    color: #333;
    padding: 5px 10px;
    font-size: 18px;
}
.small-header-bottom {
    width: 40px;
    border-bottom: 3px solid #333;
}
.telif {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-bottom: 10px;
}
.telif a {
    color: #666;
    transition: all 0.2s;
}
.telif a:hover {
    text-decoration: none;
    color: #333;
    transition: all 0.2s;
}

.content {

}
.breadcrumb-menu {
    color: #999;
    font-size: 9px;
    margin: 10px 0;
}
.breadcrumb-menu ul {
    margin: 0 0 0 -3px;
    padding: 0;
}
.breadcrumb-menu ul li {
    display: inline-block;
}
.breadcrumb-menu ul li a {
    color: #666;
    font-size: 12px;
    margin: 0 3px;
}
.breadcrumb-menu ul li a.active {
    color: #999;
}
.content-title {
    font-size: 22px;
    font-weight: 600;
    margin-top: 25px;
}
.content .fulltext {

}
.hakkimizda-kutular {
    text-align: center;
    font-size: 13px;
    margin: 20px 0;
}
.hakkimizda-kutular .col-md-3 {
    padding: 5px ;
}
.hakkimizda-kutu {
    background-color: #f2f2f2;
    padding: 20px;
}
.hakkimizda-kutu h4 {
    font-size: 15px;
    font-weight: 600;
}
.content .module {
    font-size: 13px;
}
.content .module p {
    padding: 10px;
}
.content .module + .module {
    margin-top: 25px;
}
h3.module-title {
    background-color: #f2f2f2;
    font-size: 15px;
    padding: 10px;
    font-weight: bold;
}
.content .module ul {
    margin: 0;
    padding: 0;
}
.content .module ul li {
    list-style: none;
}
.content .module ul li + li {
    border-top: 1px dashed #e6e5e5;
}
.content .module ul li a {
    color: #666;
    display: block;
    padding: 5px 10px;
    transition: all 0.2s;
}
.content .module ul li a:hover {
    text-decoration: none;
    color: #db0124;
    padding-left: 15px;
    transition: all 0.2s;
}
.content .module ul li a i {
    font-size: 9px;
    margin-right: 5px;
}
.iletisim-formu {
    margin-top: 25px;
}
.iletisim-formu form {
    margin-top: 15px;
}
.iletisim-formu form input,
.iletisim-formu form textarea {
    border-radius: 0;
    font-size: 13px;
}
.blog-kutu + .blog-kutu  {
    margin-top: 75px;
}
.blog-intro {
    font-size: 13px;
    text-align: justify;
}
.blog-intro h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.blog-intro p {
    color: #666;
}
.blog-intro .readon {
    color: #999;
    display: inline-block;
    margin-top: 15px;
    transition: all 0.5s;
}
.blog-intro .readon:hover {
    text-decoration: none;
    color: #db0124;
    transition: all 0.5s;
}
.urun-gorsel img {
    width: 100%;
}
.urun-detay-intro h1 {
    font-size: 26px;
}
.urun-opsiyon {
    margin-top: 25px;
}
.urun-opsiyon select,
.urun-opsiyon input {
    border-radius: 0;
}
.urun-opsiyon .teklif-talep {
    display: inline-block;
    background-color: #db0124;
    color: #fff;
    padding: 8px 30px;
    float: right;
    transition: all 0.2s;
}

.urun-opsiyon .teklif-talep:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: all 0.2s;
}

.warning {
    background-color: #db0124;
    color: #fff;
    font-size: 11px;
    text-align: center;
}
.warning p {
    margin: 0;
    padding: 4px 0;
}

.warning p a {
    border: 1px solid #fff;
    display: inline-block;
    color: #fff;
    padding: 1px 5px;
    margin: 0 5px;
    transition: all 0.2s;
}
.warning p a:hover {
    background-color: #fff;
    color: #db0124;
    text-decoration: none;
    transition: all 0.2s;
}

.product-box {
    border: 1px solid #f2f2f2;
    margin-bottom: 16px;
    padding: 10px;
}
.product-box .product-title {
    margin-top: 10px;
}
.product-box .product-title a {
    font-weight: 600;
    color: #666;
}
.urunler-liste {
    padding: 8px;
}
.urunler-liste .product-image {
    padding: 10px;
}
.urunler-liste .col-sm-3 {
    padding-left: 8px;
    padding-right: 8px;
}
.product-description h3 {
    background-color: #f2f2f2;
    color: #333;
    font-size:15px;
    padding: 10px;
    font-weight: 600;
}
.urun-detay-inner {
    padding: 5px 10px;
}
.urun-detay-inner td {
    padding: 5px 0;
}
.urun-detay-inner input {
    border-radius: 0;
}

.whatsapp {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
.whatsapp img {
    width: 50px;
}
#w0-success-0,
#w1-success-0 {
    opacity: 1;
}
.footer i {
    margin-right: 5px;
}





