@charset "utf-8";
/* CSS Document */

/* turuncu #F99B1F */
* {
    letter-spacing: 0px;
    font-weight: 500
}

ul, ol {
    list-style: none
}

body, html {
    height: 100%;
    width: 100%;
}

body {
    margin: 0;
    /*font-family: 'Open Sans', sans-serif !important ;*/
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    line-height: 20px;
    color: #444;
}

* {
    outline: none;
    text-shadow: none !important;
}

a, a:link, a:visited, a:active {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #F99B1F;
}

h1, h2, h3, h4, h5, h6 {

    color: #F99B1F;
    line-height: 125%;
    margin-bottom: 0;
    margin-top: 0;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

sup {
    line-height: 0;
    font-size: 70%;
}

p {
    margin-bottom: 0;
    margin-top: 0;
}

section:after,
div:after {
    content: '';
    display: block;
    clear: both;
}

::placeholder {
    font-size: 12px;
}

.padding0 {
    padding: 0;
}

.gribant {
    background: #333;
}

.gribant2 {
    background: #EDEEEF;
}

#destek {
    background: #EDEEEF;
    /*margin-top: 100px;*/
    padding: 3px 0;
}

.yardim {
    text-align: right;
    cursor: pointer;
}

.yardim a {
    margin-right: 10px;
    text-decoration: none;
}

.yardim a:last-of-type {
    margin-right: 0;
}

#tepe {
    padding: 10px 0;
}

#ara, #slogan {
    padding-top: 32px;
}

#slogan h4 {
    font-style: italic;
    text-align: center;
    font-size: 26px;
    color: #444;
}

.buyutec {
    width: 35px;
    height: 30px;
    border: 1px solid #CCC;
    background-color: #CCC;
    background-image: url(../images/ara.png);
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    float: left;
}

#ara input[type="text"] {
    border: 1px solid #CCC;
    width: calc(100% - 35px);
    box-sizing: border-box;
    float: left;
    font-size: 16px;
    color: #444;
    padding: 4px 10px;
    letter-spacing: 1px;
}

/* ------------- KOMUT ------------- */
#komut {
    border-bottom: 4px solid transparent;
    box-sizing: border-box;
}

.komut, #komut {
    height: 50px;
}

.navbar-default {
    background: none;
    border: none;
}

.navbar {
    border-radius: 0px;
    z-index: 2;
}

.navbar-collapse {
    padding: 0;
}

.navbar-nav > li {
    font-weight: bold;
}

.navbar-nav > li:hover, #navbar > ul > li > a:hover {
    background-image: url(../images/komutarka-hover.png);
}

.navbar-nav > li > a {
    padding: 15px 18px;
    font-size: 0.95em;
    font-weight: bold;
    /*background: url(../images/komutcizgi.jpg) right center no-repeat !important;*/
}

.navbar-nav > li > a:last-of-type {
    background: none;
}

.navbar-default .navbar-nav > li > a {
    color: #ccc;
    font-weight: bold;
    font-size: 14px
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #FFF !important;
}

.navbar-default .navbar-nav > li > a:hover #komut {
    border-bottom: 4px solid #F99B1F !important;
}

.navbar-nav > li.anasayfa {
    background-color: #000;
    background-image: url(../images/anasayfa-dugme.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.navbar-nav > li.anasayfa > a, .navbar-nav > li.alisverissepeti > a {
    padding: 25px;
}

.navbar-nav > li.alisverissepeti {
    background-color: #f89b20;
    background-image: url(../images/sepet.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    float: right;

}

.navbar-nav > li.alisverissepeti:hover {
    background-color: #000;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus {
    color: #FFF;
    background: none;
}

.caret {
    width: 15px;
    height: 12px;
    background: url(../images/caret.png) no-repeat;
    position: relative;
    top: -2px;
    margin-left: 3px;
    border: none;
}

.ozellik img {
    float: left;
    margin-bottom: 12px;
    margin-right: 8px;
}

.ozellik p {
    font-size: 12px;
    line-height: 14px;
}

.ozellik h6 {
    color: #6f7074;
    font-weight: bold;
}

.urunmenu {
    background: url(../images/komutarka.png) repeat-x;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.urunmenu:hover {
    background: url(../images/komutarka-yesil-hover.png);
}

.urunmenu a {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
}

.haftaninurunu {
    position: relative;
    background: #CCC;
    height: 430px;
    margin-bottom: 14px;
}

.haftaninurunu h1 {
    font-size: 64px;
    color: #FFF;
    font-weight: bold;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
}

.urun {
    margin-bottom: 14px;
    position: relative;
}

.urun img {
    margin-bottom: 6px;
    border: 1px solid #e9e9e9
}

.urunadi {
    font-size: 12px;
    font-weight: bold;
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.urunaltadi {
    display: block;
    height: 20px;
}

.urunaciklama {
    font-size: 12px;
    line-height: 15px;
    margin: 4px auto 8px;
    height: 45px;
    overflow: hidden;
}

.urunaltadi {
    font-size: 11px;
}

.fiyat {

}

.gercekfiyat {
    color: #F99B1F;
    left: 0px;
    float: right;
    position: relative;
}

.indirimsizfiyat {
    font-size: 12px;
    text-decoration: line-through;
    font-weight: bold;
    left: 0px
}

.indirim {
    color: #FFF;
    background: #8c8c8c;
    padding: 6px 3px 4px;
    text-align: center;
    line-height: 70%;
    right: 0;
    position: absolute;
}

.indirimoran {
    font-size: 12px;
    font-weight: bold;
}

.indirimyazi {
    font-size: 6px;
    font-weight: bold;
}

.incele {
    display: block;
    width: 100%;
    height: 32px;
    color: #FFF !important;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    background: url(../images/komutarka-hover.png) repeat-x;
    background-position: center;
    margin-top: 16px;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif !important;
}

.incele:hover {
    color: #FFF !important;
    background: url(../images/komutarka-turuncu-hover.png);
    background-position: center;
    border-radius: 5px;
}

.incele2 {
    display: block;
    width: 60%;
    height: 32px;
    color: #FFF !important;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    background: url(../images/komutarka-hover.png);
    background-position: center;
    margin-top: 16px;
    border-radius: 5px;
}

.incele2:hover {
    color: #FFF !important;
    background-position: center;
    background: url(../images/komutarka-turuncu-hover.png) repeat-x;
}

footer {
    font-size: 11px;
    line-height: 13px;
}

footer hr {
    margin: 8px auto;
    background: none;
    border-top: 1px solid #444;
}

#altmenu {
    padding: 10px 0;
}

#altmenu h6 {
    font-size: 15px;
    color: #444;
    font-weight: bold;
    margin: 10px auto 5px;
}

#altmenu li {
    margin-left: 0px;
    margin-bottom: 5px;
}

.belita {
    font-size: 11px;
    line-height: 14px;
    font-style: italic;
}

.belita p {
    margin-bottom: 5px;
}

.belita strong {
    font-style: normal;
}

#altsosyalmedya .fab,
#bizeulasmak .fab {
    font-size: 24px;
    margin: 3px;
    background-color: #9B9795;
}

#altsosyalmedya .fa-instagram,
#bizeulasmak .fa-instagram {
    color: #FFF;
    top: -4px;
    position: relative;
}

.guvence {
    padding: 10px;
    font-style: italic;
    border: 4px solid #EDEDED;
    min-height: 145px;
    margin-bottom: 14px;
    text-align: center;
}

.guvence img {
    margin: 0 auto 10px;
    max-width: 100%;
}

.guvence p {
    text-align: left;
    font-size: 12px
}

#bizeulasmak {
    /*margin-bottom: 32px;*/
}

#bizeulasmak h3 {
    margin-bottom: 24px;
}

#bizeulasmak p {
    margin-bottom: 16px;
    font-style: italic;
    font-size: 16px;
}

#bizeulasmak img {
    margin-right: 12px;
}

#bizeulasmak a {
    font-style: normal;
    font-weight: bold;
}

#iletisimformu {
    position: relative;
}

.formeleman {
    margin-bottom: 14px;
}

.formsimge, .formmesajsimge {
    position: absolute;
    top: 0;
    left: 0;
    background: #edeeef;
    border: 1px solid #aaa9aa;
    border-radius: 8px;
    text-align: center;
    line-height: 26px;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    z-index: 2;
}

.formmesajsimge {
    line-height: 112px;
    height: 128px;
}

#iletisimformu input[type="text"],
#iletisimformu textarea {
    border: 1px solid #aaa9aa;
    background: #FFF;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    color: #444;
    padding: 5px 10px 5px 24px;
    letter-spacing: 1px;
    border-radius: 8px;
}

#iletisimformu textarea {
    height: 128px;
}

.gonder a {
    border-radius: 8px;
    padding: 8px 24px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: url(../images/komutarka-hover.png) center;
}

.gonder a:hover {
    color: #444;
}

.sepetbaslik {
    font-weight: bold;
    margin-bottom: 16px;
}

#teslimatadresi div {
    margin-bottom: 16px;
    padding-left: 0;
}

#teslimatadresi label {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 6px;
}

#teslimatadresi input[type="text"],
#kupon input[type="text"],
#teslimatadresi textarea {
    border: 1px solid #aaa9aa;
    background: #FFF;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    color: #444;
    padding: 5px 10px;
    letter-spacing: 1px;
}

#kupon {
    float: left;
}

#kupon input[type="text"] {
    width: auto;
}

#teslimatadresi textarea {
    height: 128px;
}

#kampanyabilgisi {
    margin-top: 16px;
}

#kampanyabilgisi label {
    font-weight: normal;
}

.filter-cats li label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 13px;
    padding-left: 25px;
}

.filter-cats li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.filter-cats li label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    padding: 0;
    border: 1px solid #ccc;
    /* background: #F99B1F; */
}

.filter-cats li input:checked + label:before {
    border: 0px solid #F99B1F;
    background: #F99B1F;
}

/* Show the checkmark when checked */
.kampanyabilgi input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.kampanyabilgi .checkmark:after {
    left: 0;
    top: 0;
    width: 13px;
    height: 13px;
    border: solid orange;
    border-width: 7px;
    /* -webkit-transform: rotate(35deg); */
    -ms-transform: rotate(35deg);
    /* transform: rotate(35deg); */
}

.sepeticerik {
    border: 4px solid #EDEEEF;
    padding: 10px;
    margin-bottom: 16px;
}

.sepeticerik td, .sepeticerik th {
    border-bottom: 2px solid #EDEEEF;
    padding: 8px 0;
}

.sepeticerik tr td:last-child, .sepeticerik tr th:last-child {
    text-align: right;
}

.urunfiyat {
    font-weight: bold;
    border: 1px solid #999;
    padding: 5px 5px 5px 12px;
}

.uygula {
    float: left;
    margin-top: 0px;
}

.uygula input[type="submit"] {
    padding: 6px 24px 7px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: url(../images/komutarka-hover.png) center;
}

.uygula input[type="submit"]:hover {
    color: #444;
}

.odemesec {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.odemesec input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkradio {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #FFF;
    border: 1px solid #444;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkradio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.odemesec input:checked ~ .checkradio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.odemesec .checkradio:after {
    top: -1px;
    left: -1px;
    width: 16px;
    height: 16px;
    border-radius: 0;
    background: #F99B1F;
}

.odemesec span {
    font-size: 12px;
    font-style: italic;
}

.siparisver {
    margin: 0px 0;
}

.siparisver a {
    border-radius: 8px;
    background: url(../images/komutarka-kirmizi.png) center repeat-x;
    font-size: 16px;
    color: #FFF !important;
    text-align: center;
    padding: 16px 48px;
}

.siparisver a:hover {
    background: url(../images/komutarka.png);
}

/******************************************/

.mega-dropdown {
    position: static !important;

}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    color: #222;
    padding: 3px 5px;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
}

.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 14px;
}

a.yesilbtn {
    background-color: #e18d1d;
    display: block;
    width: 100%;
    height: 32px;
    line-height: 12px;
    color: #FFF !important;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 16px;
    padding: 5px !important;
    border-radius: 5px;
}

a.yesilbtn:hover {
    background-color: #333 !important
}

.dropdown-header {
    padding-left: 0
}

.dropdown-menu {
    background-color: #333 !important
}

.dropdown-menu > li > a {
    color: #000;
    padding: 5px;
    font-weight: 400;
    text-transform: none;
    border-bottom: 1px solid #000;;
}

.dropdown_menubaslik {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #6f8b37;
    padding: 0 0 5px 0;
    margin: 9px 0 9px 0;
    display: block;
}

.dropdown_menumetin {
    font-size: 11px;
    line-height: 15px;
    height: 50px;
}

.icerik p {
    line-height: 24px;
    margin-bottom: 15px
}

.altbanner {
    margin-bottom: 14px
}

.tab-content > .active {
    padding-top: 15px
}

.nav-tabs > li > a, .nav-tabs > li > a:focus, .nav-tabs, .nav-tabs > li > a:hover {
    color: #fff;
    background-color: #4a4a4a;
    border: none
}

.nav-tabs > li {
    margin-bottom: 0
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    border: none;
    background: url(../images/komutarka-turuncu-hover.png);
    background-size: cover
}

.img-responsive {
    width: 100%
}

#navbar > ul > li > a:hover {
    background-image: url(../images/komutarka-hover.png);
}

.dropdown-menu {
    padding-bottom: 0
}

.carousel-indicators .active {
    background-color: #EDEEEF
}

.carousel-indicators li {
    border: 1px solid #EDEEEF;
    border-radius: 0;
}

.invert2 {
    background-color: #333;
}

.invert2 li a {
    background-color: #333 !important;
    color: #fff
}

.invert2 li a:hover {
    color: #F99B1F !important
}

.indirimsizfiyat {
    font-size: 15px;
    text-decoration: line-through;
    left: 0;
    float: left

}

.gercekfiyat {
    color: #F99B1F !important;
    font-size: 20px;
    float: left;
    font-weight: bold;
}

.selectbox {
    width: 100%;
    padding: 5px;
    background-color: #EDEEEF;

}

.solmeenu li {
    list-style: none;
    padding: 0;
    margin: 0 0 5px 0;
}

.sepetadet {
    position: absolute;
    top: 11px;
    left: 26px;
    font-size: 10px;
}

#spsag a {

    display: block;
}

#altsosyalmedya a i {
    text-align: center;
    font-size: 14px;
    display: inline-block;
    background: #9B9795;
    color: #FFF;
    padding: 4px;
    font-size: 25px;
    border-radius: 4px;
    top: -4px;
    position: relative;
    text-shadow: 1 1 1 #000;
    width: 45px;
    height: 45px;
    line-height: 38px;
    margin-right: 9px;
    margin-top: 10px;
}

.global-title {
    font-size: 24px;
    padding: 15px 0px;
}

.product-category b, .product-category, .product-category a {
    color: #333;
    font-size: 15px;
}

.image-container img {
    width: 100%;
}

.social_links {

    display: flex;
}

.social_links li a {
    color: #eaeaea;
    background-color: #787777;
    line-height: 21px;
    padding: 5px;
    margin: 0px 10px 0px 0px;
    display: block;
    border-radius: 4px;
    font-size: 15px;
    width: 31px;
    text-align: center;
}

.social_links li a:hover {
    color: #fff;
}

.button-meta {
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
}

.input-content input {
    border: 1px solid #e1e1e1;
    flex: 0 0 50px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

.input-content button {
    background: #e9e9e9;
    border: 0px;
    color: #a6a6a6;
    flex: 1 1 100%;
}

.input-content {
    display: flex;
    width: 100px;
    border-radius: 4px;
    overflow: hidden;
}

.product-category {
    font-size: 19px;
    margin-bottom: 15px;
}

.buy-button {
    font-family: 'Open Sans', sans-serif !important;
    width: 145px;
    color: #fff;
    font-weight: bold;
    border: 0px;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    margin-left: 15px;
    border-radius: 4px;
    background: rgb(248, 155, 31); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(248, 155, 31, 1) 0%, rgba(248, 155, 31, 1) 50%, rgba(209, 125, 41, 1) 52%, rgba(209, 125, 41, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(248, 155, 31, 1) 0%, rgba(248, 155, 31, 1) 50%, rgba(209, 125, 41, 1) 52%, rgba(209, 125, 41, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(248, 155, 31, 1) 0%, rgba(248, 155, 31, 1) 50%, rgba(209, 125, 41, 1) 52%, rgba(209, 125, 41, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89b1f', endColorstr='#d17d29', GradientType=0); /* IE6-9 */
}

.add-button {
    font-family: 'Open Sans', sans-serif !important;
    width: 130px;
    color: #fff;
    font-weight: bold;
    background-color: #13733e;
    border: 0px;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    margin-left: 15px;
    border-radius: 4px;
    background: rgb(16, 113, 59); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(16, 113, 59, 1) 1%, rgba(16, 113, 59, 1) 50%, rgba(12, 71, 36, 1) 52%, rgba(12, 71, 36, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(16, 113, 59, 1) 1%, rgba(16, 113, 59, 1) 50%, rgba(12, 71, 36, 1) 52%, rgba(12, 71, 36, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(16, 113, 59, 1) 1%, rgba(16, 113, 59, 1) 50%, rgba(12, 71, 36, 1) 52%, rgba(12, 71, 36, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#10713b', endColorstr='#0c4724', GradientType=0); /* IE6-9 */

}

div.basket-button a.grey {
    border-radius: 6px;
    background: rgb(16, 113, 59); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(16, 113, 59, 1) 1%, rgba(16, 113, 59, 1) 50%, rgba(12, 71, 36, 1) 52%, rgba(12, 71, 36, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(16, 113, 59, 1) 1%, rgba(16, 113, 59, 1) 50%, rgba(12, 71, 36, 1) 52%, rgba(12, 71, 36, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(16, 113, 59, 1) 1%, rgba(16, 113, 59, 1) 50%, rgba(12, 71, 36, 1) 52%, rgba(12, 71, 36, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#10713b', endColorstr='#0c4724', GradientType=0); /* IE6-9 */
    width: 175px;
    font-family: 'Open Sans', sans-serif !important;

}

div.basket-button a.grey:nth-child(2) {
    border-radius: 6px;
    background: rgb(248, 155, 31); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(248, 155, 31, 1) 0%, rgba(248, 155, 31, 1) 50%, rgba(209, 125, 41, 1) 52%, rgba(209, 125, 41, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(248, 155, 31, 1) 0%, rgba(248, 155, 31, 1) 50%, rgba(209, 125, 41, 1) 52%, rgba(209, 125, 41, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(248, 155, 31, 1) 0%, rgba(248, 155, 31, 1) 50%, rgba(209, 125, 41, 1) 52%, rgba(209, 125, 41, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89b1f', endColorstr='#d17d29', GradientType=0); /* IE6-9 */
    width: 175px;
    font-family: 'Open Sans', sans-serif !important;
}

div.basket-button a.green-button {
    border-radius: 6px;
    background: rgb(233, 26, 29); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(233, 26, 29) 0%, rgb(233, 26, 29) 50%, rgb(140, 33, 27) 52%, rgb(140, 33, 27) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(233, 26, 29) 0%, rgb(233, 26, 29) 50%, rgb(140, 33, 27) 52%, rgb(140, 33, 27) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(233, 26, 29) 0%, rgb(233, 26, 29) 50%, rgb(140, 33, 27) 52%, rgb(140, 33, 27) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89b1f', endColorstr='#d17d29', GradientType=0); /* IE6-9 */
    width: 225px;
    font-family: 'Open Sans', sans-serif !important;
}

.siparisver .p_submit {
    border-radius: 6px;
    background: rgb(233, 26, 29); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(233, 26, 29) 0%, rgb(233, 26, 29) 50%, rgb(140, 33, 27) 52%, rgb(140, 33, 27) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(233, 26, 29) 0%, rgb(233, 26, 29) 50%, rgb(140, 33, 27) 52%, rgb(140, 33, 27) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(233, 26, 29) 0%, rgb(233, 26, 29) 50%, rgb(140, 33, 27) 52%, rgb(140, 33, 27) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89b1f', endColorstr='#d17d29', GradientType=0); /* IE6-9 */
    width: 225px;
    font-family: 'Open Sans', sans-serif !important;
}

.phone-meta a {
    color: #333;
    font-size: 17px;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.margin25 {
    margin-bottom: 25px;
}

.product-links li {
    display: block;
    padding: 5px 15px;
    border-right: 1px solid #686868;
    font-weight: bold;
    cursor: pointer;
}

.product-links li.expanded {
    background-color: #f2f1f1;
    border-top: 1px solid #f2f1f1;
    border-bottom: 1px solid #f2f1f1;

    /*background: rgb(248, 155, 31); /* Old browsers */
    /*background: -moz-linear-gradient(top, rgba(248, 155, 31, 1) 0%, rgba(248, 155, 31, 1) 50%, rgba(209, 125, 41, 1) 52%, rgba(209, 125, 41, 1) 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, rgba(248, 155, 31, 1) 0%, rgba(248, 155, 31, 1) 50%, rgba(209, 125, 41, 1) 52%, rgba(209, 125, 41, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, rgba(248, 155, 31, 1) 0%, rgba(248, 155, 31, 1) 50%, rgba(209, 125, 41, 1) 52%, rgba(209, 125, 41, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89b1f', endColorstr='#d17d29', GradientType=0); /* IE6-9 */
}

.product-links {
    overflow: hidden;
    display: flex;
    background-color: #ddd;
    line-height: 25px;
    color: #4a4a4a;
    font-size: 15px;
    padding: 0px;
    margin-top: 15px;
    margin-bottom: 0px;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    /* background: rgb(127, 128, 128); /* Old browsers

   background: -moz-linear-gradient(top, rgba(127, 128, 128, 1) 0%, rgba(127, 128, 128, 1) 49%, rgba(104, 104, 104, 1) 52%, rgba(104, 104, 104, 1) 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, rgba(127, 128, 128, 1) 0%, rgba(127, 128, 128, 1) 49%, rgba(104, 104, 104, 1) 52%, rgba(104, 104, 104, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, rgba(127, 128, 128, 1) 0%, rgba(127, 128, 128, 1) 49%, rgba(104, 104, 104, 1) 52%, rgba(104, 104, 104, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f8080', endColorstr='#686868', GradientType=0); /* IE6-9 */

}

.list-item-detail {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 1px solid #ddd;
    padding: 10px;
    line-height: 25px;
    font-size: 15px;
    border-radius: 5px;
    border-top: 0px;
}

#urunResimListContainer li:nth-child(5n+5) {
    margin-right: 0px;
}

#urunResimListContainer li a {
    opacity: .9;
}

#urunResimListContainer li a.zoomGalleryActive {
    opacity: 1;
}

.product-single-balance {
    font-size: 20px;
    line-height: 35px;
}

.product-single-balance {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 15px;
}

.product-single-balance del {
    color: #626060;
}

.product-single-balance b {
    font-size: 27px;
    color: #13733e;
    padding-left: 10px;
}

.fast-basket {
    padding-left: 25px;
    padding-top: 25px;
}

.fast-basket .p_total {
    width: 100%;
    font-weight: bold;
    line-height: 30px;
    font-size: 16px;
}

.fast-basket .p_table tr img {
    width: 45px;
    margin-right: 10px;
}

.fast-basket .p_table {
    margin-bottom: 10px;
    width: 100%;
    background-color: #edeeef;
    padding: 10px;
}

.fast-basket .p_table tr td {
    padding: 10px;
}

.fast-basket .p_table tr td:nth-child(1) {
    width: 50px
}

.fast-basket .p_table tr b {
    display: block;
}

.p_radios a.p_selected img {
    opacity: 1;
}

.p_radios a img {
    opacity: .6;
}

.p_title {
    font-size: 21px;
    margin-bottom: 10px;
    display: block;
}

.p_submit {
    font-size: 17px;
    background-color: #f89c23;
    border: 0px;
    margin-bottom: 15px;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 4px;
}

.p_radios a:first-child {
    display: none;
}

.p_radios a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 5px;
    width: 125px;
    height: 45px;
    background-color: #fff;
    border-radius: 4px;
    float: left;
    margin-right: 10px;
}

.p_radios a img {
    opacity: .9;
    width: 100%;
}

.p_title {
    display: block;
    font-size: 17px;
    margin-bottom: 15px;
}

.shopping-cart {

    float: right;
    background: white;
    width: 100%;
    position: relative;
    border-radius: 3px;

}

.shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
}

.cart-icon {
    color: #515783;
    font-size: 24px;
    margin-right: 7px;
    float: left;
}

.badge {
    background-color: #6394F8;
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.shopping-cart .shopping-cart-header .shopping-cart-total {
    float: right;
}

.lighter-text {
    color: #ABB0BE;
}

.main-color-text {
    color: #6394F8;
}

.shopping-cart .shopping-cart-items {
    padding-top: 20px;
}

.shopping-cart .shopping-cart-items li {
    margin-bottom: 18px;
}

.shopping-cart .shopping-cart-items img {
    float: left;
    margin-right: 12px;
}

.shopping-cart .shopping-cart-items .item-name {
    display: block;
    padding-top: 10px;
    font-size: 16px;
}

.shopping-cart .shopping-cart-items .item-price {
    color: #6394F8;
    margin-right: 8px;
}

.shopping-cart .shopping-cart-items .item-quantity {
    color: #ABB0BE;
}

.product_meta > div {
    border: 1px solid #7f8080;
    margin-top: 10px;
    line-height: 35px;
    font-weight: 400;
    font-size: 15px;
    color: #686868;
    display: block;
    width: 50%;
}

.kargosayac {
    display: block;
    float: left;
    width: 535px;
    color: #919191;
    padding-left: 110px !important;
    padding-top: 16px;
    padding-bottom: 22px !important;
    margin-top: 0px;
    height: 55px;
    background-position: -1px -1px;
    font-size: 15px;
    border: 1px solid #919191;
    border-left: 0px;
    border-right: 0px;
}

.basket-left {
    float: left;
    width: 100%;
    border: 0px;
    box-shadow: none;
    border: 5px solid #edeeef;
    padding: 10px;
}

.basket-title {
    background-color: #fff !important;
    border-bottom: 2px solid #edeeef;
    font-weight: bold;
}

.basket-title div span {
    color: #333333;
    font-size: 15px;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: normal;
}

.p_radios a.p_selected {
    border: 3px solid #f89c23;
}

.p_radios a {
    margin-top: 15px;
}

.iletisim img {
    margin-right: 12px;
}

.iletisim .col-md-12 p {
    margin-bottom: 16px;
    font-style: italic;
    font-size: 16px;
}

.iletisim .generatedForm .sf-form-container {
    margin-top: 30px;
    padding: 16px 16px 32px;
    background: #EDEEEF;
}

.satinal.odeme.o1 .container > div > .row:nth-child(1) {
    display: none;
}

.satinal.odeme.o1 .container > div > .row:nth-child(2) {
    display: none;
}

.satinal.odeme.o2 .container > div > .row:nth-child(1) {
    display: none;
}

.satinal.odeme.o2 .container > div > .row:nth-child(2) {
    display: none;
}

.satinal.odeme.o3 .container > div > .row:nth-child(1) {
    display: none;
}

.satinal.odeme.o3 .container > div > .row:nth-child(2) {
    display: none;
}

.satinal.odeme.o4 .container > div > .row:nth-child(1) {
    display: none;
}

.satinal.odeme.o4 .container > div > .row:nth-child(2) {
    display: none;
}

.satinal.odeme.o5 .container > div > .row:nth-child(1) {
    display: none;
}

.satinal.odeme.o5 .container > div > .row:nth-child(2) {
    display: none;
}

.satinal.odeme.o9 .container > div > .row:nth-child(1) {
    display: none;
}

.satinal.odeme.o9 .container > div > .row:nth-child(2) {
    display: none;
}

.satinal.odeme.o14 .container > div > .row:nth-child(2) {
    display: none;
}

#shopphp-payment-body-step3 br {
    display: none;
}

#kargo_sorgula input {
    margin: auto;
    margin-top: 10px;
}

.kargo-content p {
    line-height: 21px;
}

.kargo-content p {
    line-height: 27px;
}

.category-parent-list li a {
    display: block;
    line-height: 28px;
    padding-left: 5px;
    border: 1px solid #ddd;
    background-color: #ddd;
    border-radius: 4px;
}

.category-parent-list li a:hover {
    border: 1px solid #ddd;
    display: block;
    background-color: #f5f1f1;
    border-radius: 4px;

}

.header-name {
    color: #0c4724;
    line-height: 27px;

}

.header-name a {
    color: #0c4724;

}

.global-title * {
    pointer-events: none;
}

.PageBody .group img {
    width: 100%;
    border: 1px solid #ddd
}

.PageBody .videodetector iframe {
    width: 100%;
    height: 340px;
}

.PageBody .videodetector {
    width: 50%;
    float: left;
    display: inline-block;
    padding: 10px;
    font-weight: bold;
}

.product-detail * {
    font-weight: normal;
}

.fiyat {
    padding: 0px;
    font-family: 'Open Sans', sans-serif !important;
}

.fiyat a {
    font-family: 'Open Sans', sans-serif !important;
}

.indirimsizfiyat {
    font-size: 13px;
    text-decoration: line-through;
    left: 0;
    float: left;
    color: #696464;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif !important;
    margin-right: 10px
}

.product-links li {
    font-weight: normal;
}

.menu_list .menu_head {
    display: block;
    line-height: 28px;
    padding-left: 10px;
    border: 1px solid #ddd;
    background-color: #ddd;
    border-radius: 4px;
    float: left;
    margin: 10px 5px;
    width: 24%;
    clear: inherit;
}

.menu_list .menu_head:hover {
    border: 1px solid #ddd;
    display: block;
    background-color: #f5f1f1;
    border-radius: 4px;
}

.welcome a {
    font-weight: bold;
    color: #cc0f0f;
    font-size: 15px;
}

.vitrin-ust a {
    display: block;
    padding: 15px 0px 0px;
}

#cartBacked a > div {
    padding-top: 6px;
    text-align: left;
    padding-left: 5px;
}

#cartBacked a div div {
    display: block;
}

#cartBacked a div div #toplamFiyat {
    color: #ed2024;
}

#cartBacked a div div strong {
    color: #ed2024;
}

#cartBacked a i {
    font-size: 45px;
    color: #F59A00;
}

#cartBacked a {
    display: flex;
    padding-top: 6px;
}

#komut .navbar {
    background: none;
    background: #4a4a4a;
    /*
    background: -moz-linear-gradient(top, rgb(31, 31, 31) 0%, rgb(31, 31, 31) 50%, rgb(26, 26, 26) 52%, rgb(26, 26, 26) 100%);
    background: -webkit-linear-gradient(top, rgb(31, 31, 31) 0%, rgb(31, 31, 31) 50%, rgb(26, 26, 26) 52%, rgb(26, 26, 26) 100%);
    background: linear-gradient(to bottom, rgb(31, 31, 31) 0%, rgb(31, 31, 31) 50%, rgb(26, 26, 26) 52%, rgb(26, 26, 26) 100%);
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89b1f', endColorstr='#d17d29', GradientType=0);
    */
}

#mobilNav a {
    flex: 1 1 100%;
    text-align: center;
    color: #fff;
    padding-left: 10px;
    line-height: 45px;
    text-transform: uppercase;
    padding: 0px 15px;
    font-size: 13px;
}

#mobilNav a:first-child {
    text-align: left;
    flex: 1 1 50%;
}

#mobilNav a:first-child i {
    margin-right: 5px;
}

#mobilNav a:last-child {

    background: #0d6e34;
    background: -moz-linear-gradient(top, rgb(13, 110, 52) 0%, rgb(13, 110, 52) 50%, rgb(25, 73, 35) 52%, rgb(25, 73, 35) 100%);
    background: -webkit-linear-gradient(top, rgb(13, 110, 52) 0%, rgb(13, 110, 52) 50%, rgb(25, 73, 35) 52%, rgb(25, 73, 35) 100%);
    background: linear-gradient(to bottom, rgb(13, 110, 52) 0%, rgb(13, 110, 52) 50%, rgb(25, 73, 35) 52%, rgb(25, 73, 35) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89b1f', endColorstr='#d17d29', GradientType=0);

}

.filter-button, .p_submit {
    background: #f59a00;
    background: -moz-linear-gradient(top, rgb(245, 154, 0) 0%, rgb(245, 154, 0) 50%, rgb(211, 123, 18) 52%, rgb(211, 123, 18) 100%);
    background: -webkit-linear-gradient(top, rgb(245, 154, 0) 0%, rgb(245, 154, 0) 50%, rgb(211, 123, 18) 52%, rgb(211, 123, 18) 100%);
    background: linear-gradient(to bottom, rgb(245, 154, 0) 0%, rgb(245, 154, 0) 50%, rgb(211, 123, 18) 52%, rgb(211, 123, 18) 100%);
    color: #fff;
    display: block;
    text-align: center;
    line-height: 21px;
    border-radius: 7px;
    bottom: 5%;
    left: 5%;
    color: #fff !important;
    border: 0px;
    padding: 10px;
    border-radius: 7px;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.basket-right ul li span.sepet3 {
    font-size: 14px;
}

.kategoriGoster .col-md-12 .spbanner {
    display: none;
}

.indirim_bildirimi {
    color: #fff;
    background-color: #f89b20;
    padding: 5px;
    width: 105px;
    font-size: 14px;
    line-height: 12px;
    position: absolute;
    right: 0;
    z-index: 1;
    margin-top: 0;
    text-align: center;
}

.dropdown, .open {
    transition: all 0.2s linear;
}

.pagination > li > a, .pagination > li > span {
    color: #7d7d7d;
    border: 1px solid #7d7d7d;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #fff;
    background-color: #7d7d7d;
    border-color: #7d7d7d;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #000;
    background-color: #fff;
    border-color: #7d7d7d;
}

.days-product {
    background-color: #f0f1f3;
    padding: 10px;
    height: 430px;
    margin-bottom: 25px;
}

.days-product > h3 {
    color: #333;
    border-bottom: 2px solid #a8a9ab;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}

.days-product .item-counter-stok * {
    display: block;
    text-align: center;
}

.days-product .item-counter-stok {
    display: inline-block;
    height: 44px;
    color: #fff;
    background-color: #d27e29;
    width: 48px;
    line-height: 14px;
    border-radius: 3px;
    position: absolute;
    top: 2px;
    right: 0px;;
}

.days-product .urun-sayac > span {
    background-color: #a8a9ab;
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px;
}

.days-product .urun-sayac > span > span {

    color: #fff;

}

.days-product .urun-sayac {

    margin: 0;

}

.days-product .owl-carousel .owl-item img {
    width: 65%;
    margin-top: 15px;
}

.days-product .fiyat {
    width: 35%;
    float: left;
    padding-left: 5px;
}

.days-product .incele {
    width: 65%;
    float: right;
}

.days-product .urunaciklama {
    font-size: 12px;
    line-height: 15px;
    margin: 4px auto 8px;
    height: 30px;
    overflow: hidden;
}

.days-product .urunaciklama {
    font-size: 12px;
    line-height: 15px;
    margin: -4px auto 0px;
    height: 30px;
    overflow: hidden;
}

.days-product .indirim_bildirimi {
    position: relative;
    float: left;
    width: 65px;
    margin-right: 5px;
}

.days-product .incele {
    width: 45%;
    float: right;
    margin-top: 0px;
    background: rgb(16, 113, 59);
    background: -moz-linear-gradient(top, rgba(16, 113, 59, 1) 1%, rgba(16, 113, 59, 1) 50%, rgba(12, 71, 36, 1) 52%, rgba(12, 71, 36, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(16, 113, 59, 1) 1%, rgba(16, 113, 59, 1) 50%, rgba(12, 71, 36, 1) 52%, rgba(12, 71, 36, 1) 100%);
    background: linear-gradient(to bottom, rgba(16, 113, 59, 1) 1%, rgba(16, 113, 59, 1) 50%, rgba(12, 71, 36, 1) 52%, rgba(12, 71, 36, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#10713b', endColorstr='#0c4724', GradientType=0);
}

.days-product .indirimsizfiyat {
    line-height: 12px;
}

.days-product .urunadi {
    margin-bottom: 10px;
    font-size: 15px;
}

.days-product .indirim_bildirimi small {
    font-size: 10px;
}

.days-product .indirim_bildirimi {
    border-radius:4px;
    position: relative;
    float: left;
    width: 65px;
    margin-right: 5px;
    font-weight: bold;
    font-size: 16px;
}

.jtv-timer-grid {
    overflow: hidden;
    display: inline-block;
}
.jtv-timer-grid .box-time-date {
    background: #fafafa;
    font-size:9px;
    color: #0b0b0b;
    min-width: 44px;
    min-height: 44px;
    text-align: center;
    margin-top: 0px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px #a8a9ab solid;
    display: inline-block;
}
.jtv-timer-grid .box-time-date span {
    display: block;
    font-size: 14px;
    color: #f23534;
    margin-top: 4px;
    font-weight: 700;
}
.jtv-box-timer {
    text-align: center;
    margin-top: -6px;
    left: inherit;
    right: inherit;
    width: 100%;
    position: absolute;
    bottom: -5px;
}

.extra-discount span {
    font-weight: 600;
}

.extra-discount {
    display: flex;
    font-size: 14px;
    color: #f44336;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 3px;
    font-weight: 800;
    align-items: center;
    justify-content: center;
}