
*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.cf:after, .cf:before {
    display: table;
    content: " ";
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

ul {
    list-style: none;
}

a {
    color: #222;
    text-decoration: none;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
}

i {
    color: #222;
    text-decoration: none;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
}

html, body {
    height: 100%;
    min-height: 100%;
}

.wrapper {
    width: 100%;
    clear: both;
    position: relative;
}

.top {
    position: relative;
    z-index: 9;
    height: 117px;
}

.ust-tel {
    float: left;
}

.ust-tel li {
    float: left;

}

.ust-tel li:first-child {
    background: url("../images/ust-menu-phone.png") right top no-repeat;
    padding: 2px 20px;
    margin-right: 20px;
    font-size: 14px;
}

.ust-tel li:nth-child(n+2) {
    margin-top: 5px;
    padding-right: 3px;
}

.ust-tel li i {
    font-size: 16px;
}

.ust-tel li:nth-child(n+2) i:hover {
    color: red;
}

.top-right {
    float: right;
}

.sepet {
    float: left;
    margin-right: 1em;
}

.sepet i {
    float: left;
}

.sepet span {
    float: left;
    margin-right: .5em;
}

.sepet-urun {
    float: right;
    background: none repeat scroll 0% 0% #FFF;
    border-radius: 100%;
    width: 1.5em;
    text-align: center;
    height: 1.4em;
    color: #DB6303;
    padding-top: 0.1em;
    margin-top: -0.2em;
    margin-left: 1em;
    font-size: 13px;
    font-weight: bold;
}

.arama {
    position: absolute;
    left: 185px;
    top: 55px;
}

.arama input[type=text] {
    border: none;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    color: rgb(180, 180, 180);
    font-size: 15px;
    padding: 8px;
    border-radius: 5px;
    width: 200px;

}

.arama input[type=image] {
    position: absolute;
    right: 0;
    top: 0;
}

.uyelik {
    position: absolute;
    right: 0;
    top: 55px;
}

.uyelik li {
    float: left;
    display: inline-block;
    padding-left: 10px;
}

.uyelik li a {
    display: block;
    padding: 8px 10px;
    background: #00BFFF;
    border-radius: 5px;
    color: #FFF;
    font-size: 14px;
    position: relative;
    padding-left: 40px;
}

.uyelik li a i {
    display: inline-block;
    position: absolute;
    padding: 10px;
    background: #11A5D5;
    left: 0;
    top: 0;
    border-radius: 5px 0 0 5px;
    color: #FFF;
}

.uyelik li .top-sepet {
    background: #FF7100;
}

.uyelik li .top-sepet i {
    background: #DB6303;

}

.uyelik li a i:before {

}

.uyelik li:last-child {
    border-right: none;
}

.uyelik li a:hover {
    background: #FF002A;
    color: #fff;
    cursor: pointer;

}

.uyelik li a:hover i {
    color: #FFF;;
    background: #FF002A;
}

.slider {
}

.slider-index {
    background: url(../images/slider-bg.jpg) no-repeat top center;
    height: 465px;
}

.slider-index ul li a {
    display: block;
    height: 465px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;

}

.kutular {

}

.kutu {
    float: left;
    width: 100%;
    height: 195px;
}

.kutular .title {
    padding: 0 10px 10px 0;
    font-size: 20px;
    font-weight: bold;
}

.kutular .main {
}

.kutular .main .devami {
    position: absolute;
    right: 0;
    bottom: 20px;
    font-weight: bold;
    font-size: 14px;
}

.kutular .owl-controls {
    position: absolute;
    right: -12px;
    top: -30px;
}

.kutular .owl-controls .owl-prev {
    position: absolute;
    background: url("../images/haber-prev.png") left top no-repeat;
    width: 13px;
    height: 13px;
    text-indent: -1000px;
    overflow: hidden;
    right: 13px;
}

.kutular .owl-controls .owl-next {
    position: absolute;
    background: url("../images/haber-next.png") left top no-repeat;
    width: 13px;
    height: 13px;
    text-indent: -1000px;
    overflow: hidden;
    right: 0;
}

.kutu .left {
    float: left;
    width: 152px;
}

.kutu .right {
    float: right;
    width: 275px;
}

.kutu .right h3 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;;
    text-align: left;
}

.kutu .right p {
    line-height: 1.5;
    font-size: 13px;
}

/*
footer {
    background: #2c2c2c url("../images/footer.jpg") center top repeat-x;
    min-height: 370px;
    padding: 2em 0;
    display: inline-block;
    width: 100%;
}

footer .fa, footer {
    color: #969696;
}




.footer i.fa{ color: #FF7100; font-size: 16px;}


footer a {
    color: #fff;
}*/

.f-box {
    float: left;
    width: 21%;
    margin-left: 3em;
}

.f-box:first-of-type {
    margin-left: 0;
}

footer h4 {
    font-size: 1.6em;
}

.f-box ul {
    padding: 1em 0;
}

.f-box ul li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.9);
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: .2em 0;
    font-size: 13px;
    font-weight: normal;
    color: #CCC;

}

.f-box ul li a:hover {
    color: #ededed;
    background: rgba(255, 255, 255, 0.08);

}

.f-box ul li:first-of-type a {
    border-top: 0;
}

.f-box ul li:last-of-type a {
    border-bottom: 0;
}

.f-box-2x {
    padding-left: 5em;
    width: 52%;
    float: right;
}

.f-box-2x .fa {
    margin-right: 1em;
    font-size: 1.5em;
    position: relative;
    top: .1em;
}

.f-box-2x h4 {
    margin-bottom: 2em;
}

.f-adres, .f-telefon {
    line-height: 1.5;
}

.f-telefon, .f-email {
    margin-top: 2em;
    float: left;
}

.f-email {
    margin-left: 2em;
}

.f-sosyal-medya {
    clear: left;
    margin-top: 2em;
    display: inline-block;
    float: left;
}

.f-sosyal-medya h4, .ebulten h4 {
    margin-bottom: 1em;
}

.f-sosyal-medya ul li {
    float: left;
    margin-left: .8em;
}

.f-sosyal-medya li:first-child {
    margin-left: 0;
}

.ebulten {
    float: right;
    clear: left;
    margin-top: -3.9em;
}

.ebulten-input {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .1);
    padding: .5em;
    color: rgba(255, 255, 255, .3);
    width: 180px;
}

.ebulten-submit {
    background: #969696;
    padding: .5em;
    color: #000;
    border: none;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    cursor: pointer;
}

.ebulten-submit:hover {
    background: #278199;
    color: #fff;
}

/*
nav {
    height: 55px;
    background-color: #0f1c67;
}

nav ul li {
    padding: .5em;
    display: block;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

nav ul {
    float: right;
}

nav ul li {
    display: inline-block;
    float: left;
    position: relative;
}

nav ul li a[class='first'] {
    display: block;
    padding: 10px 6px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}

nav ul li a[class='first']:hover, nav ul li:hover a[class='first'] {
    background: rgba(255, 255, 255, .5);
}

nav ul li:last-child a[class='first']:hover {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

nav ul ul li[class='submenu'] {
    background: url(../images/i/nav-sub-sub-menu.png) 93% center no-repeat;
}

nav ul ul li[class='submenu']:hover {
    background: url(../images/i/nav-sub-sub-menu-hover.png) 93% center no-repeat;
}

/* sub menü*/

.nav ul li ul {
    display: none;
    padding-left: 15px;
    /*
        background: none repeat scroll 0 0 #E9E9E9;
        height: auto;
        position: absolute;
        z-index: 30;
        box-shadow: 0 5px 4px rgba(128, 128, 128, 0.50);*/

    /*
    border-bottom:5px solid #C216A4;
    border-left:1px solid #C216A4;
    border-right:1px solid #C216A4;
    */
}

li.submenu ul li a {
}

.nav ul li ul ul {
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.nav ul li ul li {
    float: none;
    opacity: 0.95;
    padding: 0px;
    line-height: 35px;
}

.nav ul li ul li a {
    color: #666 !important;
    font-weight: normal;
    padding: 0px 10px;
    display: block;

}

.nav ul li ul li a:hover {
    background: #c4c4c4;
    text-decoration: none;
    color: #6CA3B1;
}

.nav ul li ul li {
    min-width: 250px;
}

/*
.nav ul li:hover > ul {
    display: block;
}
*/

.nav ul ul li:hover > ul {
    display: block;
}

.nav ul li ul ul {
    background: none repeat scroll 0 0 #FFFFFF;
    left: 200px;
    top: 0;
}

*

/

.body {
    margin: 2em auto;
    width: 1000px;
    position: relative;
    background: #FFF;
    padding: 10px;
    min-height: 500px;
}

.body .left-menu {
    float: left;
    width: 220px;
}

.body .right-menu {
    float: right;
    width: 750px;
}

.index-main-detail-p {
    position: relative;
}

.yorumlar {
    background: #FFF;
    color: #fff;
    position: relative;
    background: #005bb9;
    margin-top: 40px;
    padding-top: 25px;
    margin-bottom: 1em;
}

.yorumlar .title {
    float: left;
    width: 10%;
    font-weight: bold;
    padding: 0 1em;
}

.yorumlar .main {
    float: right;
    width: 85%;
}

.yorumlar .main .yorum {
    display: inline-block;
    width: 79%;
    overflow: hidden;
    float: left;

}

.yorumlar .main .name {
    display: inline-block;
    width: 20%;
    overflow: hidden;
    float: left;

}

.yorumlar .owl-controls {
}

.yorumlar .owl-controls .owl-prev {
    position: absolute;
    background: url("../images/haber-prev.png") left top no-repeat;
    width: 13px;
    height: 13px;
    text-indent: -1000px;
    overflow: hidden;
    left: -6%;
    top: 0;
}

.yorumlar .owl-controls .owl-next {
    position: absolute;
    background: url("../images/haber-next.png") left top no-repeat;
    width: 13px;
    height: 13px;
    text-indent: -1000px;
    overflow: hidden;
    left: -3%;
    top: 0;
}

.main-container {
    background: #fff;
    position: relative;
}

main {
    margin-top: 1em;
}

main h3 {
    padding: 0.5em 1em;
    clear: both;
    font-weight: 400;
    font-size: 1.5em;
}

.most-selling {
    padding: 2em;
    clear: both;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.most-selling ul li {
    text-align: center;
    position: relative;;
}

.most-selling .most-selling-brand, .most-selling .most-selling-title, .most-selling-price {
    display: block;
    margin-top: 0.5em;
}

.most-selling-img {
    width: 232px;
    height: 232px;
    overflow: hidden;;
    text-align: center;

}

.most-selling-brand {
    font-weight: bold;
    font-size: 1.3em;
}

.most-selling-title {
    font-weight: 300;
    color: #9a9a9a;
    font-size: 1.2em;
    min-height: 47px;

}

.most-selling-price {
    font-weight: bold;
    position: absolute;
    right: 2px;
    top: 2px;
    background: rgba(255, 136, 0, 0.84) none repeat scroll 0% 0%;
    color: #FFF;
    padding: 4px;
    font-size: 14px;

}

.most-selling .owl-controls {
    width: 100%;
    position: absolute;
    top: -22%;
}

.most-selling .owl-prev, .most-selling .owl-next {
    background: #dadada;
    color: #fff;
    padding: .7em .9em;
}

.most-selling .owl-prev {
    float: left;
    right: 14px;
    position: absolute;
}

.most-selling .owl-next {
    float: right;
    right: -25px;
    position: absolute;
}

.solreklam {
    margin-top: 5px;
}

.solreklam li img {
    width: 220px;
    display: block;
}

.solreklam li {
    margin-bottom: 10px;
}

.mesajfiltre, .mesajliste, .mesajson {
    float: left;
    background: rgba(204, 204, 204, 0.3);
    border: 1px solid #ccc;
    padding: 15px;
    margin-top: 14px;
    margin-right: 12px;
}

.mesajfiltre {
    width: 100%;
}

.mesajfiltre table td {
    padding: 5px;
}

.mesajfiltre input, .mesajfiltre select {
    width: 100%;
}

.mesajliste {
    width: 100%;
}

.mesajbaslik {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}

.mesajson {
    width: 100%;
}

.mesajliste table td, .mesajliste table th {
    border: 1px solid #ccc;
    padding: 4px;
    text-align: center;
}

.mesajmetin {
    background: rgba(204, 204, 204, 0.3);
    border: 1px solid #ccc;
    padding: 15px;
    margin-top: 14px;
}

.mesajmetin table, .mesajmetin input, .mesajmetin textarea {
    width: 100%;
}

.mesajmetin table tr td {
    padding: 5px;
}

.mesajmetin table tr td:nth-child(1) {
    font-weight: bold;
    font-size: 14px;
    width: 200px;
}

.mesajmetin textarea {
    min-height: 100px;
}

.kontorum {
    margin-top: 20px;
    font-size: 15px;
}

.kontor2 {
    font-weight: bold;
    padding-left: 6px;
}

.kontor3 {
    float: left;
    font-size: 16px;
    padding-top: 4px;
    padding-right: 10px;
}

.smsgonderlink {
    display: block;
    float: none;
    clear: both;
    color: #de2523;
    padding-top: 17px;
    font-size: 16px;
}

#camera_wrap2 img {
    width: 100%;
}

#myCarousel .owl-prev {
    position: absolute;
    top: -61px;
    right: 32px;
    font-size: 11px;
    background: #ccc;
    padding: 7px 8px;
}

#myCarousel .owl-next {
    position: absolute;
    top: -61px;
    right: 1px;
    font-size: 11px;
    background: #ccc;
    padding: 7px 8px;
}

#myCarousel .fa {
    margin-right: 0px;
}

.logo img {
    width: 100px;
}

.top-margin {
    margin-top: 1.7em;
}

.product-box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1em;
    text-align: center;
    min-height: 280px;
}

.product-box .product-img {
    width: 100%;
    height: 240px;
    position: relative;
}

.product-box .product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    -o-object-fit: cover;
    -o-object-position: top center;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

.product-box .product-code {
    font-size: .7em;
    color: #969696;
}

.product-box .price {
    margin-top: .5em;
}

.product-box .product-new-price {
    display: inline-block;
    font-size: 1.8em;
    color: #005bb9;
    margin-left: 1em;
}

.product-carousel {
    position: relative
}

.product-carousel .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 3em;
    color: #005bb9
}

.product-carousel .owl-prev {
    position: absolute;
    left: -30px;
    font-size: 45px;
    color: #005bb9;
}

.product-carousel .owl-next {
    position: absolute;
    right: -30px;
    font-size: 45px;
    color: #005bb9;
}

.product-detail-title {
    font-size: 1.7em;
    margin-bottom: 1em
}

.product-detail-title strong {
    font-size: .9em;
}

.product-detail-code {
    font-size: .8em;
    background: #eee;
    padding: .5em;
    display: inline-block;
    border-radius: 3px
}

.product-detail-code span {
    font-weight: 700
}

.product-detail-tags ul {
    list-style: none;
    margin-top: .5em
}

.product-detail-tags ul li {
    display: inline-block;
    border-radius: 3px;
    padding: .5em;
    color: #fff;
    margin-right: 5px;
    font-size: .7em
}

.product-detail-tags .tag-new {
    background: green
}

.product-detail-tags .tag-discounted {
    background: red
}

.product-detail-tags .tag-campaign {
    background: #1DA1F2
}

.product-detail-tags .tag-most-selling {
    background: orange
}

.product-detail-tags .tag-recommended {
    background: #282620
}

.product-buy-wrapper {

}

.product-buy-wrapper .in-stock {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: .5em;
    font-size: 1em;
    margin-bottom: 1.5em
}

.product-buy-wrapper .old-price {
    text-decoration: line-through;
    font-size: 1.2em;
    color: #777;
    display: inline-block;
    position: relative;
    top: -.5em
}

.product-buy-wrapper .new-price {
    font-size: 3em;
    color: #005bb9;
    display: inline-block;
    margin-left: 1em
}

.product-buy-wrapper .quanity-wrapper {
    margin-top: 2em
}

.product-buy-wrapper .product-quanity {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: .5em;
    margin-top: .5em;
    margin-left: 2em;
    display: inline-block
}

.product-buy-wrapper .product-quanity input {
    background: transparent;
    border: 0
}

.product-buy-wrapper .product-quanity .qty {
    position: relative;
    left: .9em;
    width: 4em
}

.product-buy-wrapper .product-quanity .qtyminus, .product-buy-wrapper .product-quanity .qtyplus {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 1.8em;
    height: 1.8em;
    text-align: center;
    background: #f1f1f1
}

.prices-wrapper {
    position: relative
}

.prices-wrapper .product-discount {
    top: .5em;
    right: 0;
    text-align: center
}

.buy-button {
    text-align: center;
    margin-top: 2em
}

.buy-button button {
    background: #005bb9;
    color: #fff;
    border: 0;
    display: inline-block;
    padding: .5em 3em;
    border-radius: 5px;
    font-size: 1.3em
}

.buy-button a:first-child {
    background: #005bb9;
    color: #fff;
    border: 0;
    display: inline-block;
    padding: .5em 3em;
    border-radius: 5px;
    font-size: 1.3em;
}

.urun-sepet-ekle i {
    color: #fff;
}

.urun-fiyatlari label {
    font-weight: bold;
}

.mb30 {
    margin-bottom: 30px;
}

#total_price {
    display: none !important;
}

.product-grid .product .image img {
    width: 100%;
}

@-webkit-keyframes argh-my-eyes {
    0% {
        background-color: #fff;
    }
    49% {
        background-color: #fff;
    }
    50% {
        background-color: #fff;
    }
    99% {
        background-color: #fff;
    }
    100% {
        background-color: #ff0000;
    }
}
@-moz-keyframes argh-my-eyes {
    0% {
        background-color: #ff0000;
    }
    49% {
        background-color: #ff0000;
    }
    50% {
        background-color: #fff;
    }
    99% {
        background-color: #fff;
    }
    100% {
        background-color: #ff0000;
    }
}
@keyframes argh-my-eyes {
    0% {
        background-color: #ff0000;
    }
    49% {
        background-color: #ff0000;
    }
    50% {
        background-color: #fff;
    }
    99% {
        background-color: #fff;
    }
    100% {
        background-color: #ff0000;
    }
}


@-webkit-keyframes argh-my-eyes2 {
    0% {
        background-color: #fff;
    }
    49% {
        background-color: #fff;
    }
    50% {
        background-color: #fff;
    }
    99% {
        background-color: #fff;
    }
    100% {
        background-color: #F6973A;
    }
}
@-moz-keyframes argh-my-eyes2 {
    0% {
        background-color: #F6973A;
    }
    49% {
        background-color: #F6973A;
    }
    50% {
        background-color: #fff;
    }
    99% {
        background-color: #fff;
    }
    100% {
        background-color: #F6973A;
    }
}
@keyframes argh-my-eyes2 {
    0% {
        background-color: #F6973A;
    }
    49% {
        background-color: #F6973A;
    }
    50% {
        background-color: #fff;
    }
    99% {
        background-color: #fff;
    }
    100% {
        background-color: #F6973A;
    }
}




table.table tr.acil td {
    -webkit-animation: argh-my-eyes 0.5s infinite;
    -moz-animation: argh-my-eyes 0.5s infinite;
    animation: argh-my-eyes 0.5s infinite;
}
div.acil {
    -webkit-animation: argh-my-eyes 1s infinite;
    -moz-animation: argh-my-eyes 1s infinite;
    animation: argh-my-eyes 1s infinite;
}


table.table tr.acilstok td {
    -webkit-animation: argh-my-eyes2 0.5s infinite;
    -moz-animation: argh-my-eyes2 0.5s infinite;
    animation: argh-my-eyes2 0.5s infinite;
}
div.acilstok {
    -webkit-animation: argh-my-eyes2 1s infinite;
    -moz-animation: argh-my-eyes2 1s infinite;
    animation: argh-my-eyes2 1s infinite;
}