@import url(//fonts.googleapis.com/css?family=Roboto:400,500,700,300,400italic,300italic&subset=latin,latin-ext);

body {
    font-family: 'Roboto', sans-serif !important;
    overflow-x: hidden;
}

#main header#header {
    background: repeat-x url('../images/header-bg.jpg');
}

#main header#header #header-top {
    min-height: 110px;
}

#main header#header a#logo {
    display: block;
    margin-top: 22px;
    width: 283px;
    height: 85px;
    float: left;
    background: no-repeat url('../images/logo.png');
}

header#header .container #header-top #sepet {
    position: relative;
    background: no-repeat url('../images/sepet-top.png');
    width: 124px;
    height: 33px;
    float: right;
    padding: 7px 0 0 50px;
    top: 43px;
    color: #FFF;
    text-transform: uppercase;
}

header#header .container #header-top #sepet a {
    color: #FFF;
}

header#header .container #header-top #lang {
    position: relative;
    width: 47px;
    height: 23px;
    float: right;
    margin-right: 15px;
    top: 48px;
    background-color: #e0e0e0;
    color: #666;
    padding: 3px 0 0 8px;
}

header#header .container #header-top #lang a {
    color: #ed1d24;
}

header#header .container #header-top #social {
    position: relative;
    padding: 2px;
    right: 19px;
    top: 40px;
}

header#header .container #header-top #social li a {
    color: #666666;
    font-size: 23px;
}

header#header .container #header-top #social li a:hover.facebook {
    color: #355e93;
}

header#header .container #header-top #social li a:hover.twitter {
    color: #2accf8;
}

header#header .container #header-top #social li a:hover.instagram {
    color: #7a5745;
}

header#header .container #header-top #social li a:hover.youtube {
    color: #e23e33;
}

/* Menü Üst Kısım*/
header#header #header-bottom {
    width: 100%;
    position: relative;
}

header#header #header-bottom nav#main-menu {
    height: 23px;
    width: 100%;
    position: relative;
    z-index: 99;
}

header#header #header-bottom nav#main-menu > ul {
    display: table;
    width: 100%;
}

header#header #header-bottom nav#main-menu > ul > li {
    display: table-cell;
    position: relative;
    background: repeat-x url('../images/menu-bg.jpg');
}

header#header #header-bottom nav#main-menu > ul > li:hover > ul {
    display: block;
}

header#header #header-bottom nav#main-menu > ul > li a {
    display: block;
    width: 100%;
    height: 39px;
    line-height: 39px;
    color: #454545;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
}

header#header #header-bottom nav#main-menu > ul > li:hover > a {
    color: #be3a2b;
}

header#header #header-bottom nav#main-menu > ul > li:nth-child(1) {
    border-right: solid 2px #fff;
    border-bottom: solid 4px #be3a2b;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
}

header#header #header-bottom nav#main-menu > ul > li:nth-child(2) {
    border-right: solid 2px #fff;
    border-bottom: solid 4px #f2c40f;
}

header#header #header-bottom nav#main-menu > ul > li:nth-child(3) {
    border-right: solid 2px #fff;
    border-bottom: solid 4px #e77d22;
}

header#header #header-bottom nav#main-menu > ul > li:nth-child(4) {
    border-right: solid 2px #fff;
    border-bottom: solid 4px #2ecc70;
}

header#header #header-bottom nav#main-menu > ul > li:nth-child(5) {
    border-right: solid 2px #fff;
    border-bottom: solid 4px #5caee2;
}

header#header #header-bottom nav#main-menu > ul > li:nth-child(6) {
    border-bottom: solid 4px #232428;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
}

header#header #header-bottom nav#main-menu > ul > li:nth-child(6) span {
    color: #D71F27;
    font-weight: 700 !important;
    font-size: 18px;
}

/* Menü Üst Kısım*//* 1. alt menü */
header#header #header-bottom nav#main-menu > ul > li > ul {
    display: none;
    position: absolute;
    width: 250px;
    left: 0;
    top: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 999;
}

header#header #header-bottom nav#main-menu > ul > li:hover > ul {
    display: block;
    border: solid #CCCCCC 1px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

header#header #header-bottom nav#main-menu > ul > li > ul > li {
    border-bottom: 2px solid #e1e1e1;
    background-color: #efefef;
}

header#header #header-bottom nav#main-menu > ul > li > ul > li > a {
    font-size: 14px;
    text-align: left;
    height: 35px;
    color: #515151;
    padding-left: 3px;
    font-weight: 400;
}

header#header #header-bottom nav#main-menu > ul > li > ul > li > a:hover {
    background: #666666;
    border-color: #da1822;
    color: #ffffff;
    padding-left: 5px;
    font-weight: 400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

/* 1. alt menü *//* 2. alt menü */
header#header #header-bottom nav#main-menu > ul > li > ul > li > ul {
    display: none;
    position: absolute;
    width: 100%;
    margin-top: -35px;
    left: 245px;
    padding: 0;
    list-style: none;
    z-index: 999;
}

header#header #header-bottom nav#main-menu > ul > li > ul > li:hover > ul {
    display: block;
    border: solid #CCCCCC 1px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

header#header #header-bottom nav#main-menu > ul > li > ul > li > ul > li {
    border-bottom: 2px solid #e1e1e1;
    background-color: #efefef;
}

header#header #header-bottom nav#main-menu > ul > li > ul > li > ul > li > a {
    font-size: 14px;
    text-align: left;
    height: 35px;
    color: #515151;
    padding-left: 3px;
    font-weight: 400;
}

header#header #header-bottom nav#main-menu > ul > li > ul > li > ul > li > a:hover {
    background: #666666;
    border-color: #da1822;
    color: #ffffff;
    padding-left: 5px;
    font-weight: 400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

/* 2. alt menü *//* 3. alt menü */
header#header #header-bottom nav#main-menu > ul > li > ul > li > ul > li > ul {
    display: none;
    position: absolute;
    width: 100%;
    margin-top: -35px;
    left: 245px;
    padding: 0;
    list-style: none;
    z-index: 999;
}

header#header #header-bottom nav#main-menu > ul > li > ul > li > ul > li:hover > ul {
    display: block;
    border: solid #CCCCCC 1px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

header#header #header-bottom nav#main-menu > ul > li > ul > li > ul > li > ul > li {
    border-bottom: 2px solid #e1e1e1;
    background-color: #efefef;
}

header#header #header-bottom nav#main-menu > ul > li > ul > li > ul > li > ul > li > a {
    font-size: 14px;
    text-align: left;
    height: 35px;
    color: #515151;
    padding-left: 3px;
    font-weight: 400;
}

header#header #header-bottom nav#main-menu > ul > li > ul > li > ul > li > ul > li > a:hover {
    background: #666666;
    border-color: #da1822;
    color: #ffffff;
    padding-left: 5px;
    font-weight: 400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

/* 3. alt menü *//*#main header#header nav#main-menu ul > li:last-child {  border-bottom: none;}*/
#main #content {

}

#main #content .container .row {
    margin: 0;
}

/* Ürün Detay Sayfası*/
#content .product-content {
    position: relative;
    min-height: 350px;
}

#content .product-content .col-md-3 {
    padding: 0;
}

#content .product-content .col-md-4 {
    padding: 0;
}

#content .product-content .col-md-5 {
    padding-left: 10px;
    padding-right: 10px;
}

#content .product-content .detail {
    background-color: #f3f3f3;
    position: relative;
    min-height: 387px;
    padding-left: 20px;
    color: #393939;
    font-size: 13px;
    border: solid 1px #cccccc;
}

#content .product-content .detail-group {
    width: 100%;
    min-height: 108px;
    position: relative;
    margin: 0;
}

#content .product-content .detail-box {
    float: left;
    margin-bottom: 3px;
    margin-left: 5px;
    position: relative;
}

#content .product-content .detail-name {
    float: left;
    width: 103px;
    height: 23px;
    padding: 2px;
}

#content .product-content .detail-content {
    padding: 2px;
    background-color: #ffffff;
    float: left;
    width: 100px;
    height: 23px;
    font-size: 12px;
}

#content .product-content .detail-group .contents-box {
    padding-left: 5px;
    margin-top: 2px;
    font-size: 12px;
}

#content .product-content .product-gallery {
    /*background-color: #f3f3f3;
    min-height: 435px;*/
    position: relative;
    margin-bottom: 20px;
}

#content .product-content .detail .detail-group h4 {
    color: #ed1d24;
    margin: 0;
    padding: 10px 0 10px 0;
}

#content .product-content .detail hr {
    width: 90%;
    border-top: solid 1px #cccccc;
    margin: 0;
    padding-bottom: 8px;
}

#content .product-content .product-sepet {
    width: 100%;
    height: 46px;
    padding-top: 10px;
    padding-left: 10px;
}

#content .product-content .product-sepet .p-adet {
    font-size: 19px;
}

#content .product-content .product-sepet .p-adet input {
    width: 98px;
    height: 32px;
    font-size: 15px;
}

@media (max-width:768px){

    #content .product-content .product-sepet .p-adet input {
        width: 57px;
        height: 32px;
        font-size: 15px;
    }

}
#content .product-content .product-sepet .p-adet button {
}

/* Ürün Detay Diğer Ürünler*/
#content .product-content #other-product {
    position: relative;
    min-height: 435px;
}

#content #other-product .other-product-box {
    background-color: #f1f0f0;
    min-height: 104px;
    position: relative;
    border: solid 1px #cccccc;
    margin-bottom: 4px;
    padding: 3px;
}

#content #other-product .other-product-box .p-title {
    color: #ed1d24;
    margin: 0;
    font-size: 12px;
    padding: 5px 0 5px 0;
}

#content #other-product .other-product-box .p-title a {
    color: #ed1d24;
}

#content #other-product .other-product-box p {
    color: #333333;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
}

#content #other-product .other-product-box img {
    padding: 10px;
    width: 109px;
    height: 98px;
    border-radius: 15px;
    float: left;
}

/* Ürün Detay Diğer Ürünler Son*//* Ürün Detay Sayfası*//* Modal Sepet*/
.modal-sepet {
    font-size: 13px;
}

.modal-sepet .modal-group h4 {
    font-size: 14px;
    color: #ed1d24;
    margin: 0;
    padding: 5px 0 5px 0;
}

.modal-sepet .modal-group hr {
    width: 90%;
    border-top: solid 1px #cccccc;
    margin: 0;
    padding-bottom: 5px;
}

.modal-sepet .modal-group .checkbox {
    display: inline;
    margin-right: 25px;
}

.modal-sepet .modal-group label {
    width: 40%;
    padding-left: 10px;
}

.modal-sepet .modal-group .text-input {
    width: 20%;
    border: solid 1px #666;
}

/* Modal Sepet*//*Sepet Listesi*/
.sepet-list-urun-adi {
    font-style: italic;
}

.sepet-list-diger-detaylar {
    font-style: italic;
    font-size: 13px;
}

/*Sepet Listesi*/
#main footer#footer #footer-top {
    background: repeat url('../images/footer-bg.jpg');
    min-height: 285px;
    padding: 40px 0;
    color: #aaaaaa;
}

#main footer#footer #footer-top #footer-logo {
    display: block;
    background: no-repeat url('../images/footer-logo.png');
    width: 235px;
    height: 80px;
}

#main footer#footer #footer-top nav#footer-menu {
    margin-top: 30px;
}

#main footer#footer #footer-top nav#footer-menu ul {
    -moz-column-count: 2;
    -moz-column-gap: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 0;
    column-count: 2;
    column-gap: 0;
}

#main footer#footer #footer-top nav#footer-menu ul li {
    margin-bottom: 10px;
}

#main footer#footer #footer-top nav#footer-menu ul li a {
    color: #5d5d5d;
    font-size: 14px;
}

#main footer#footer #footer-bottom {
    background: #1a1a1a;
    padding: 10px;
    color: #8e8e8e;
}

#main footer#footer #developer {
    background: url("../images/ceoyazilim.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 15px;
    margin-right: 5px;
    width: 75px;
}

.breadcrumb {
    background: #ffffff;
    padding: 0;
    margin: 20px 0;
}

.breadcrumb li a {
    color: #00b1dd;
}

.alert-hidden {
    display: none;
}

h1 {
    color: #00b1dd !important;
}

#content-area {
    margin-bottom: 30px;
}

.references-img {
    border: 1px solid #e0e0e0;
}

.urun-img {
    border: solid #b3bead 1px;
    padding-top: 20px;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.31);
    text-align: center;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.urun-img img {
    width: 80%;
    border-radius: 5px;
    background: white;
}

.urun-img .urun-baslik {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    height: 45px;
}

.urun-img .urunu-incele {
    padding-top: 20px;
}

.urun-img .incele-ikon {
    font-size: 35px;
    color: #00b1dd;
    padding-top: 40px;
}

/* Flip Css*//* entire container, keeps perspective */
.flip-container {
    perspective: 1000;
    transform-style: preserve-3d;
}

/*  UPDATED! flip the pane when hovered */
.flip-container:hover .back {
    transform: rotateY(0deg);
}

.flip-container:hover .front {
    transform: rotateY(180deg);
}

.flip-container, .front, .back {
    width: 100%;
    height: 200px;
}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
}

/*  UPDATED! front pane, placed above back */
.front {
    z-index: 2;
    transform: rotateY(0deg);

}

/* back, initially hidden pane */
.back {
    transform: rotateY(-180deg);
}

/*    Some vertical flip updates*/
.vertical.flip-container {
    position: relative;
}

.vertical .back {
    transform: rotateX(180deg);
}

.vertical.flip-container:hover .back {
    transform: rotateX(0deg);
}

.vertical.flip-container:hover .front {
    transform: rotateX(180deg);
}

/* Flip Css*//* Mobile Menu*/
.mobile-menu-header {
}

#mobile-menu-toggler {
    margin-top: 7px;
    font-size: 20px;
    color: #666;
    border: solid #666 1px;
    border-radius: 4px;
    padding-left: 7px;
    padding-right: 7px;
    background-color: #ffffff;
    z-index: 999;
}

#mobile-menu-toggler a:hover {
}

#mobile-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 40px;
    display: none;
    background: #E2E6E7;
    z-index: 999;
}

#mobile-menu > ul {
    list-style: none;
    margin: 0;
}

#mobile-menu > ul li {
    position: relative;
}

#mobile-menu > ul li a:not(.toggle) {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    color: #000;
    border-bottom: 1px solid #ccc;
}

#mobile-menu > ul li > .toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #EC1D23;
    color: #ffffff;
}

#mobile-menu > ul li:last-child a {
    border-bottom: none;
}

#mobile-menu > ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

#mobile-menu > ul li ul li a:not(.toggle) {
    padding-left: 30px;
    background: #efefef;
    border-bottom: 1px solid #ccc;
}

.gs {
    -webkit-transition: -webkit-filter 200ms linear;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.gs:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
}

body.open #mobile-menu {
    -webkit-transform: translate3d(200px, 0, 0);
    -moz-transform: translate3d(200px, 0, 0);
    -o-transform: translate3d(200px, 0, 0);
    -ms-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
}

body.open #main {
    -webkit-transform: translate3d(200px, 0, 0);
    -moz-transform: translate3d(200px, 0, 0);
    -o-transform: translate3d(200px, 0, 0);
    -ms-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
}

.m-t-20-n {
    margin-top: -20px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

#footer-menu .list-unstyled li {
    width: 50%;
}

.product-main-group .front img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: 100% 70%;
}

.product-main-group  {
   margin-top: 50px;
}

.index-btn {
    margin-top: 20px;
}



/* Mobile Menu*//*Mobil General - Iphone */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
    #main {
        background: url("../images/bg-2.jpg");
        position: absolute;
        max-width: 100%;
        width: 100%;
        left: 0;
        overflow: hidden;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }

    #footer-menu .list-unstyled li {
        float: none;
        width: 50%;
    }

    #copyright {
        font-size: 13px;
    }

    #main header#header a#logo {
        display: block;
        margin-top: 22px;
        width: 170px;
        height: 60px;
        float: left;
        background: no-repeat url('../images/logo.png');
        background-size: contain;
    }

    header#header .container #header-top #sepet {
        position: relative;
        background: no-repeat url('../images/sepet-top.png');
        width: 124px;
        height: 33px;
        float: left;
        padding: 7px 0 0 50px;
        top: 0;
        color: #FFF;
        text-transform: uppercase;
    }

    header#header .container #header-top #lang {
        position: relative;
        width: 47px;
        height: 23px;
        float: right;
        margin-right: 15px;
        top: 0;
        background-color: #e0e0e0;
        color: #666;
        padding: 3px 0 0 8px;
    }

    header#header .container #header-top #lang a {
        color: #ed1d24;
    }


}

/*Mobil Vertical - Iphone *//* Mobil Hozirontal - Iphone *//*iPad General *//*Pad vertical*/
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
    #main {
        background: url("../images/bg-2.jpg");
        position: absolute;
        max-width: 100%;
        width: 100%;
        left: 0;
        overflow: hidden;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }
}

/*Pad horizontal*/


@media (min-width: 1200px) {
    .container {
        width: 1170px !important;
    }
}

.container {
    max-width: 1170px !important;
}

.fancybox-inner
{
    width: 100% !important;
}