@charset "utf-8";
@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/oswald-v35-latin-ext_latin-regular.eot);
    src: local("Oswald Regular"), url(fonts/oswald-v35-latin-ext_latin-regular.eot?#iefix) format("embedded-opentype"), url(fonts/oswald-v35-latin-ext_latin-regular.woff2) format("woff2"),
        url(fonts/oswald-v35-latin-ext_latin-regular.woff) format("woff"), url(fonts/oswald-v35-latin-ext_latin-regular.ttf) format("truetype"), url(fonts/oswald-v35-latin-ext_latin-regular.svg#Oswald) format("svg");
}
section.anasayfa {
    flex: none;
    display: block;
    float: none;
    width: 1180px;
    margin: 0 auto;
    text-align: center;
}
.anasayfa,
.gizlipaket,
.incebant {
    font-family: Oswald;
    font-size: 18px;
    text-align: center;
}
.anasayfa p {
    margin: 0;
    padding: 0;
}
.anasayfa h1 {
    font-size: 40px;
    padding: 0;
    margin: 20px 0;
}
.anasayfa h2 {
    font-size: 33px;
    margin: 15px 0 0;
    padding: 0;
}
.anasayfa h3 {
    font-size: 28px;
    margin: 15px 0 10px;
    padding: 0;
}

.afis img {
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    width: 50%;
    height: auto;
}
.afis2 img {
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    width: 33.33%;
    height: auto;
}
.anasayfa .magaza {
    display: block;
    width: 30%;
    float: left;
    text-align: center;
    margin: 0 1.665%;
}
.anasayfa .magaza img {
    width: 100%;
    height: auto;
}
.anasayfa .magaza strong {
    display: block;
    font-size: 33px;
}
.anasayfa .magaza p {
    font-size: 20px;
}
a.detay {
    font-weight: 400;
    color: #000;
    padding: 5px 10px;
    border: 1px solid;
    margin: 20px auto;
    display: block;
    text-align: center;
    max-width: 200px;
}
.incebant {
    width: 100%;
    display: block;
    clear: both;
    text-align: center;
    background: #000;
    color: #FFF;
    min-height: 60px;
}
.incebant ul {
    max-width: 1180px;
    display: block;
    padding: 0;
    margin: 0 auto;
}
.incebant li {
    list-style: none;
    float: left;
    width: 33.33%;
    padding: 0;
    margin: 0;
    min-height: 60px;
    text-align: left;
    font-size: 22px;
    padding: 15px 0 0 55px;
    background: url(anasayfa/hizli-kargo.svg) no-repeat left;
    background-size: 45px 45px;
}
.incebant li:nth-child(2) {
    background: url(anasayfa/ucretsiz-kargo.svg) no-repeat left;
    background-size: 45px 45px;
}
.incebant li:nth-child(3) {
    background: url(anasayfa/kapida-odeme.svg) no-repeat left;
    background-size: 45px 45px;
}
.sariuyari {
    background-color: #ffb700;
    clear: both;
    padding: 10px;
    font-size: 25px;
    margin-bottom: 10px;
    text-align: center;
}
.sariuyari p {
    border: 1px solid #d69c0a;
    margin: 2px;
    padding: 10px;
}
.sariuyari p strong {
    padding-right: 10px;
}
.gizlipaket {
    width: 100%;
    display: block;
    clear: both;
    text-align: center;
    background-image: url(anasayfa/paketleme.jpg);
    padding: 20px;
}
.gizlipaket p {
    display: block;
    max-width: 1180px;
    margin: 0 auto;
    font-size: 25px;
    line-height: 40px;
}
.gizlipaket h2 {
    font-size: 33px;
    padding: 0;
    margin: 0;
}
.gizlipaket p::first-line {
    font-size: 20px;
    line-height: 30px;
}
.ilmetinler p img {
    width: 50%;
    height: auto;
    text-align: center;
    float: none;
    margin: 0 auto;
}
section .banner img {
    width: 100%;
    margin: 0 auto;
}
.topdesc h1 {
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    padding: 0 20px 0 10px;
    border-bottom: 3px solid #b90742;
    margin: 0 0 20px;
    font-size: 30px;
    display: block;
}
.topdesc p {
    font-size: 20px;
}
.banner-orta a:nth-child(1) img {
    width: 75%;
}
.banner-orta a:nth-child(2) img {
    width: 25%;
}
.banner-alt img {
    width: 50%;
}
.accordion {
    margin: 0 0 20px;
}
.accordion h2 {
    background-color: #f7f7f7;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 20px;
    transition: 0.4s;
    margin: 0;
    border: 1px solid #e5e5e5;
    border-top: none;
}
.accordion h2:nth-child(1) {
    border: 1px solid #e5e5e5;
}
.accordion h2:hover,
.active {
    background-color: #ccc;
}
.accordion .panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding: 0 10px;
    margin: 0;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    border-top: none;
}
.accordion h2:after {
    content: "\25BE";
    font-size: 16px;
    color: #777;
    float: right;
    margin-left: 5px;
}
h2.active::after {
    transform: rotate(180deg);
}
.ariza {
    text-align: center;
    color: #fff;
    background-color: #b90742;
    padding: 5px;
    font-weight: 700;
    font-size: 16px;
    margin-top: 7px;
    display: block;
    clear: both;
}
* {
    font-family: Oswald;
}
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}
.wp-siparis,
.wp-siparis-sepet {
    display: none;
}
body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
hr {
    clear: both;
}
button:focus,
input:focus {
    outline: 0;
}
a {
    text-decoration: none;
}
.branchlist {
    z-index: 9999999;
}
.responsive-bottom-menu,
.responsive-menu {
    display: none;
}
.arama,
.whatsapp {
    display: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
}
header {
    display: block;
    width: auto;
    height: 110px;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #dedede;
    z-index: -999;
}
.divmenu{
    border-bottom: 1px solid #dedede;
    height: 40px;
    background-color: #f5f5f5;
}
.divmenu menu{
    width: 1180px;
    margin: 0 auto;
    text-align: center;
    padding: 5px 0 0 200px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    gap: 10px 20px; /* row-gap column gap */
    row-gap: 10px;
    column-gap: 20px;
}
menu li {

    list-style: none;
    margin: 0;
    font-size: 18px;
    justify-content:center;
    align-items:stretch;
    width:100%;
    flex-direction:column;

}
menu li a{ color: #000;}
.ust {
    width: 1180px;
    margin: 0 auto;
    position: relative;
    height: 110px;
    display: flex;
    x-justify-content: space-around;
    x-align-items: stretch;
}
.noktashop {
    width: 150px;
    flex: 0 0 150px;
	margin-top: 4px;
}
.ust .noktashop img {
    width: 150px;
}
.search {
    width: 100%;
}
.header .cart {
    width: 150px;
    flex: 0 0 150px;
}
p a {
    color: #b90742;
    font-weight: 700;
}
#arama {
    content: "";
    width: 90%;
    display: flex;
    border: 3px solid #000;
    background-color: #fff;
    margin: 20px auto;
}
#arama button {
    border: none;
    background-color: #000;
    color: #fff;
    margin: 0;
    height: 37px;
    flex: 0 0 50px;
    text-align: center;
}
#arama input[type="text"] {
    width: 100%;
    border: none;
    padding-left: 15px;
    font-size: 14px;
}
.cart a .icon {
    content: none;
    float: right;
    border: none;
    background-color: #000;
    color: #000;
    margin: 20px 0;
    height: 43px;
    width: 48px;
    background-position: top 13px left 13px;
    background-repeat: no-repeat;
    background-image: url(images/minicart.png);
    position: relative;
}
.cart a .icon .adet {
    position: absolute;
    background-color: #000;
    padding: 2px 5px;
    top: -10px;
    right: 0;
    font-size: 10px;
    color: #fff;
}
.menu-header {
    position: absolute;
    display: block;
    bottom: 0;
    border: 1px solid #dedede;
    border-bottom: none;
    background: url(images/categories.png) no-repeat 10px #fff;
    padding: 8px 20px 8px 35px;
    z-index: 9999;
}
.ana {
    overflow-y: scroll;
    max-height: 225px;
}
.menu-header span {
    font-weight: 700;
    font-size: 12px;
}
.alt-menu {
    position: absolute;
    display: block;
    bottom: -1px;
    left: 150px;
    border: none;
    padding: 8px 20px 8px 35px;
    z-index: 99999px;
}
.alt-menu li,
.alt-menu ul {
    margin: 0;
    padding: 0;
}
.alt-menu li {
    list-style: none;
    float: left;
    padding: 0 10px;
    border-left: 1px solid #dedede;
}
.alt-menu li:first-child {
    border: none;
}
.alt-menu li a {
    color: #000;
    padding-bottom: 6px;
}
.alt-menu li a:hover {
    border-bottom: 2px solid #000;
}
.hijyen {
    background-color: #f7962c;
    font-weight: 700;
}
.header-title {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
}
.header-title h1,
.header-title h2,
.header-title h3 {
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    padding: 0 20px 0 10px;
    border-bottom: 3px solid #b90742;
    margin: 0;
    font-size: 18px;
}
.headertitle,
section .content h1 {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
    font-size: 22px;
    display: block;
}
.fixedPosition {
    position: fixed;
}
.banner {
    border: 1px solid #e0e0e0;
    padding: 0;
    margin: 0;
}
.banner img {
    padding: 0;
    margin: 0;
    display: block;
}
.paypage,
main {
    width: 1180px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
aside {
    flex: 0 1 220px;
    order: 1;
    margin-top: -33px;
	
}
aside span {
    display: block;
    border: 1px solid #dedede;
    border-bottom: none;
    background: url(images/categories.png) no-repeat 10px #fff;
    padding: 5px 10px 8px 30px;
    font-size: 16px;
    width: 180px;
    height: 31px;
	text-align: left;
	padding-right: 30px;
}
aside.full {
    position: absolute;
    display: block;
    z-index: 9999;
	
}
aside.full img {
    display: none;
}
.kapali {
    display: none;
}
aside.full:hover .kapali {
    display: block;
}
section {
    flex: 1;
    margin-right: 10px;
    order: 2;
}
section article {
    padding: 10px;
    margin: 10px;
    background-color: #f7f7f7;
    font-size: 12px;
}
section article figure {
    text-align: left;
    padding: 0;
    margin: 0;
}
section article figure img {
    float: left;
    text-align: none;
    padding: 0;
    margin: 0 10px 10px 0;
}
aside img {
    width: 100%;
    height: auto;
}
.menu-header .detail ul,
aside ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #dedede;
    border-top: none;
    background-color: #fff;
    margin: 0 0 25px 0;
    width: 180px;
}
.detail ul li,
aside ul li {
    border-bottom: 1px solid #ddd;
}
.detail ul li a,
aside ul li a {
    font-size: 18px;
}
.detail ul li.sub,
aside ul li.sub {
    background: url(images/m_arrow.png) no-repeat right;
    background-position: top 8px right 8px;
}
.detail ul li.active,
aside ul li.active {
    border-bottom: 1px solid #ddd;
    background: url(images/m_arrow_r.png) no-repeat right;
    background-position: top 8px right 8px;
}
.detail ul li.active,
aside ul li.active a,
aside ul li.active ul li.active a {
    color: #b90742;
}
.detail ul li.active,
aside ul li.active ul li a {
    color: #000;
}
.detail ul li.active2,
aside ul li.active2 a {
    color: #b90742;
}
.detail ul li ul li,
aside ul li ul li {
    background-color: #f7f7f9;
    background-image: none;
    font-weight: 400;
}
.detail ul li ul li.active,
aside ul li ul li.active {
    background-color: #f7f7f9;
    background-image: none;
}
.detail ul li:last-child,
aside ul li:last-child {
    border: none;
}
.detail ul li ul li:last-child,
aside ul li ul li:last-child {
    border-bottom: 1px solid #ddd;
}
.menu-header .detail ul li ul,
aside ul li ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
    width: auto;
}
.menu-header .detail ul li ul li,
aside ul li ul li {
    padding: 0 10px;
}
.menu-header .detail li a,
aside li a {
    color: #000;
    display: block;
    padding: 6px 0 6px 10px;
}
section .productbox {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
}
section .productbox article {
    width: 31.33%;
    margin: 0 0 2% 2%;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #e0e0e0;
    font-size: 20px;
    font-weight: 600;
    background-color: #fff;
    text-align: center;
    position: relative;
}
section .productbox article a {
    color: #000;
}
section .productbox article p.editor {
    padding: 0;
    margin: 0;
    background-color: #0088ba;
    border-bottom: 2px solid #0d5d7e;
    border-top: 2px solid #0d5d7e;
    color: #fff;
    position: relative;
}
section .productbox article p.ucuz {
    padding: 0;
    margin: 0;
    background-color: #72c02c;
    border-bottom: 2px solid #5b9b23;
    border-top: 2px solid #5b9b23;
    color: #fff;
    position: relative;
}
section .productbox article p.yeni {
    padding: 0;
    margin: 0;
    background-color: #e84c3d;
    border-bottom: 2px solid #b93d31;
    border-top: 2px solid #b93d31;
    color: #fff;
}
section .productbox article p span.star5 {
    display: block;
    width: 100px;
    height: 20px;
    background-image: url(images/svg/star.svg);
    background-size: 100px;
    background-repeat: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -32px;
}
section .productbox article p span.star4 {
    display: block;
    width: 80px;
    height: 20px;
    background-image: url(images/svg/star.svg);
    background-size: 100px;
    background-repeat: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -32px;
}
section .productbox article.editör {
    border-color: #0d5d7e;
}
section .productbox article.ucuz {
    border-color: #5b9b23;
}
section .productbox article.yeni {
    border-color: #b93d31;
}
section .productbox article div {
    text-align: left;
    margin: 0 0 0 20px;
    font-size: 22px;
}
section .productbox article .discount {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 16px;
}
section .productbox article.editör .discount,
section .productbox article.editör .yeni,
section .productbox article.ucuz .discount {
    top: 45px;
}
section .productbox article span {
    text-align: center;
    display: block;
    font-size: 22px;
}
section .productbox article strong {
    font-weight: 400;
    font-size: 20px;
    color: #000;
    font-weight: 400;
    padding: 0 10px;
    height: 60px;
    display: block;
}
section .productbox article del {
    color: #ccc;
    margin: 0 0 5px 5px;
    font-size: 18px;
}
section .productbox article img {
    width: 90%;
    height: auto;
    display: block;
    float: none;
    margin: 0 auto;
}
section ul.breadcrumb {
    overflow: hidden;
    margin: 10px 0;
    padding: 0;
}
section ul.breadcrumb li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 0;
    font-size: 12px;
}
section ul.breadcrumb li a {
    color: #000;
    background: url(images/arrow16.png) no-repeat right;
    padding-right: 20px;
}
section ul.breadcrumb li a:hover {
    color: #000;
    background: url(images/arrow16.png) no-repeat right;
    padding-right: 20px;
}
section ul.breadcrumb li a.last {
    color: #b90742;
    background-image: none;
}
section ul.breadcrumb li a.last:hover {
    color: #b90742;
    background-image: none;
}
div.breadcrumb {
    overflow: hidden;
    margin: 10px 0;
    padding: 0;
}
div.breadcrumb a {
    color: #000;
    background: url(images/arrow16.png) no-repeat right;
    padding-right: 20px;
    margin: 0;
    font-size: 12px;
}
div.breadcrumb a.last {
    color: #b90742;
    background-image: none;
}
.product-list-option {
    display: inline-block;
    flex: none;
    width: 100%;
    margin: 5px 0 10px;
}
.product-list-option a {
    color: #000;
    font-size: 14px;
}
.mobile,
.pagination {
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
}
.mobile a,
.pagination a {
    color: #000;
    float: left;
    width: 35px;
    text-align: center;
    padding: 8px 0;
    text-decoration: none;
    transition: background-color 0.3s;
    border: 1px solid #ddd;
    font-size: 16px;
    margin: 5px 2px;
}
.pagination a.active {
    background-color: #b90742;
    color: #fff;
    border: 1px solid #b90742;
}
.pagination a:hover:not(.active) {
    background-color: #ddd;
}
.mobile {
    display: none;
    margin: 0 auto;
    width: 125px;
}
.menu-header .detail {
    position: absolute;
    top: 31px;
    left: -1px;
    display: none;
}
.menu-header:hover .detail {
    display: block;
}
a.detail {
    background-color: #b90742;
    color: #fff;
    padding: 5px 10px;
}
div #wrap {
    z-index: auto !important;
}
section form {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
}
section form .flexslider {
    float: left;
    width: 48%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
section .product-sales {
    width: 45%;
    float: left;
    margin-left: 2%;
}
section .product-sales h1 {
    font-size: 19px;
    padding: 0;
    margin: 0;
}
section .product-sales p span {
    padding-right: 60px;
}
section .product-sales input {
    padding: 7px;
    font-size: 18px;
    width: 50px;
    border: 1px solid #a9a9a9;
}
.respExtra {
    margin-top: 20px;
}
section .product-sales input[type="tel"] {
    padding: 11px;
    font-size: 20px;
    float: left;
    margin: 0 10px 0 0;
}
section .product-sales del {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0 0;
    color: #a9a9a9;
}
section .product-sales .offer {
    font-size: 25px;
    font-weight: 700;
    padding: 0 0 10px;
}
.availability {
    font-size: 18px;
    display: block;
    color: #a9a9a9;
}
.freecargo {
    color: #b90742;
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
    overflow: hidden;
    display: block;
}
section hr {
    margin: 10px;
    overflow: hidden;
    display: block;
    width: 100%;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}
.animate {
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.action-button {
    position: relative;
    padding: 10px 20px;
    margin: 0 10px 10px 0;
    float: left;
    border-radius: 3px;
    font-size: 25px;
    color: #fff;
    text-decoration: none;
    outline: 0;
    border: none;
    font: Arimo;
}
.addcart {
    background-color: #efefef;
    border-bottom: 0 solid #2980b9;
    color: #000;
    letter-spacing: -1px;
}
.shopnow {
    background-color: #11b700;
    border-bottom: 0 solid #25911a;
}
.action-button:active {
    transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    border-bottom: 1px solid;
}
section .description {
    width: 100%;
    float: left;
    border: 1px solid #dedede;
    border-top: 3px solid #b90742;
    padding: 2%;
    overflow: hidden;
    margin-bottom: 40px;
}
section .description article {
    font-size: 14px;
    background-color: #fff;
    padding: 0;
    margin: 0;
}
section .description figure {
    text-align: center;
}
section .description figure img {
    padding: 0;
    margin: 0 auto;
}
.detailimages {
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
}
.detailimages img {
    float: left;
    width: 33.333%;
    padding: 1%;
}
.magazagiris img {
    float: left;
    width: 50%;
    padding: 1%;
}
.result {
    font-size: 13px;
}
.result h1 {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
}
.othersearch a {
    color: #000;
}
.othersearch li,
.othersearch ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.othersearch ul {
    margin-top: 10px;
}
.othersearch li {
    float: left;
    padding: 5px;
    font-size: 12px;
    border: 1px solid #b90742;
    margin: 0 5px 5px 0;
}
.othersearch li:first-child {
    border: none;
    padding-left: 0;
}
section.list {
    display: flex;
    flex-wrap: wrap;
}
section.list .header-title,
section.list .mobile,
section.list .pagination {
    width: 100%;
}
div.list article,
section.list article {
    width: 46%;
    float: left;
    overflow: hidden;
    border-bottom: 1px solid #dedede;
    margin: 10px 2%;
    padding: 0 0 10px;
    background-color: #fff;
}
div.list article img,
section.list article img {
    float: left;
    width: 150px;
    height: auto;
    padding: 0 10px 0 0;
}
div.list article a,
section.list article a {
    color: #000;
    font-size: 16px;
}
div.list header,
section.list header {
    background: 0 0;
    height: auto;
    border: none;
    margin: 0;
    padding: 0;
    color: #b90742;
}
div.list p,
section.list p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
section.list article:last-child {
    width: 100%;
    padding: 10px;
    margin: 10px;
    background-color: #f7f7f7;
    font-size: 12px;
    border: none;
}
section.detail article {
    background-color: #fff;
    padding: 0;
    margin: 0;
    font-size: 16px;
}
section.detail article figure {
    text-align: left;
    margin: 0;
    padding: 0;
}
.banka {
    border: 1px solid #d1d1d1;
    padding: 10px 0;
    margin-bottom: 15px;
    display: flex;
    x-justify-content: space-around;
    x-align-items: stretch;
}
.banka-logo {
    padding: 35px 0;
}
.banka .b1 {
    float: left;
    width: 25%;
    padding-top: 30px;
    border: none;
}
.banka .b2 {
    float: left;
    width: 75%;
    padding-top: 20px;
    border: none;
    font: normal 11px/14px "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, sans-serif;
}
.banka .s1 {
    font-size: 11px;
    font-weight: 700;
    width: 25%;
    float: left;
    display: block;
    color: #dc0153;
}
.banka .s2 {
    font-size: 11px;
    font-weight: 700;
    width: 75%;
    float: left;
    display: block;
}
.banka li,
.banka ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.mybasketList {
    position: absolute;
    top: 63px;
    right: 0;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    width: 300px;
    display: none;
}
.mybasketList .mbimage {
    float: left;
    width: 25%;
}
.mybasketList .mbdetail {
    float: left;
    width: 75%;
    position: relative;
    z-index: 9999;
}
.mybasketList li,
.mybasketList ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mybasketList ul {
    overflow-y: scroll;
    max-height: 225px;
}
.mybasketList li {
    padding: 5px;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
}
.mybasketList li.lastproduct {
    background-color: #fff9e8;
}
.mybasketList li .mbimage img {
    float: left;
    width: 100%;
    height: auto;
}
.mybasketList li a {
    color: #666;
    font-size: 12px;
}
.mybasketList li span {
    display: block;
}
.mybasketList li span del,
.mybasketList li span ins {
    float: left;
    width: 45%;
    padding: 0;
    margin: 0;
}
.mybasketList li span ins {
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
}
.mybasketList span {
    display: block;
}
.mybasketList span.total ins {
    float: none;
    font-size: 22px;
    text-decoration: none;
    font-weight: 700;
}
.mybasketList span.total {
    text-align: center;
}
.mybasketList a.btnblack {
    background-color: #000;
    color: #fff;
    padding: 2px;
    text-align: center;
    display: block;
    font-size: 16px;
    margin: 5px 10px;
}
.mybasketList a.cartDelete {
    position: absolute;
    top: 25px;
    right: 0;
    background: url(images/cart-delete.png) no-repeat right;
    width: 16px;
    height: 16px;
    display: block;
    opacity: 0.4;
}
.mybasketList a.cartDelete:hover {
    opacity: 1;
}
.cart:hover .mybasketList {
    display: block;
    z-index: 999;
}
.mobilecart {
    position: fixed;
    z-index: 9999;
    width: 100%;
    bottom: 45px;
    left: 0;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    display: none;
}
.mobilecart .mbimage {
    float: left;
    width: 15%;
}
.mobilecart .mbdetail {
    float: left;
    width: 83%;
    position: relative;
    z-index: 9999;
    padding-left: 2%;
}
.mobilecart li,
.mobilecart ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mobilecart ul {
    overflow: auto;
    max-height: 225px;
}
.mobilecart li {
    padding: 5px;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
}
.mobilecart li.lastproduct {
    background-color: #fff9e8;
}
.mobilecart li .mbimage img {
    float: left;
    width: 100%;
    height: auto;
}
.mobilecart li a {
    color: #666;
    font-size: 12px;
}
.mobilecart li p {
    padding: 0;
    margin: 0;
    height: 30px;
}
.mobilecart li ins,
.mobilecart li span {
    display: bloc2k;
    padding-right: 10px;
}
.mobilecart li span ins {
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
}
.mobilecart span {
    display: b2lock;
}
.mobilecart span.total ins {
    float: none;
    font-size: 22px;
    text-decoration: none;
    font-weight: 700;
}
.mobilecart span.total {
    text-align: center;
    display: block;
}
.mobilecart a.btnblack {
    background-color: #000;
    color: #fff;
    padding: 7px;
    text-align: center;
    display: block;
    font-size: 16px;
    margin: 5px 10px;
}
.mobilecart a.cartDelete {
    position: absolute;
    top: 25px;
    right: 0;
    background: url(images/cart-delete.png) no-repeat right;
    width: 16px;
    height: 16px;
    display: block;
    opacity: 0.4;
}
.mobilecart a.cartDelete:hover {
    opacity: 1;
}
.mobilecart .empty {
    background-color: #eee;
    padding: 7px;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
}
.mobilecart .empty span {
    display: block;
    font-weight: 400;
    font-size: 13px;
    margin: 15px 0;
}
section.cartbox {
    background-color: #eee;
    width: 100%;
}
.mcart {
    width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
}
.expresscart {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 1%;
}
.expresscart table {
    width: 100%;
    padding: 0;
    font-size: 15px;
}
.expresscart table td {
    border-bottom: 1px solid #ccc;
}
tr.caption td {
    border: 0;
}
.expresscart .image {
    width: 50px;
}
.expresscart .caption {
    font-weight: 700;
    text-align: center;
}
.expresscart .image img {
    width: 100%;
    height: auto;
}
.expresscart .del {
    text-align: right;
    width: 20px;
}
.expresscart .piece {
    width: 50px;
}
.expresscart .piece select {
    text-align: center;
    padding: 5px 0;
    margin: 0 auto;
    float: none;
}
.expresscart .price {
    width: 100px;
    text-align: right;
    font-weight: 700;
}
.expresscart .price_cart {
    float: left;
    width: 25%;
    padding-right: 3%;
    text-align: right;
    padding-top: 50px;
    font-weight: 700;
}
.expresscart label {
    display: block;
    font-size: 18px;
    color: #000;
}
.toplamtutar {
    text-align: right;
    font-size: 16px;
}
.order {
    background: url(images/ok.png) no-repeat #fff;
    padding-left: 150px;
    background-position: 10px;
    font-size: 16px;
}
.flexcart {
    display: flex;
    x-justify-content: space-around;
    x-align-items: stretch;
}
.teslimat:nth-child(1) {
    margin-right: 0.5%;
    width: 40%;
    float: left;
}
.teslimat:nth-child(2) {
    margin-left: 0.5%;
    width: 60%;
    float: left;
}
.teslimat input[type="text"],
.teslimat select,
.teslimat textarea {
    font-size: 18px;
    padding: 2px;
    width: 100%;
}
.oneri {
    background: url(images/firsat.png) #8bba30 no-repeat 10px 2px;
    margin-bottom: 1%;
    padding: 10px 0 10px 95px;
    color: #fff;
}
.oneri p {
    padding: 0;
    margin: 0;
    font-size: 25px;
}
.oneri span {
    color: #000;
    font-size: 19px;
    font-weight: 700;
}
.teslimat input[type="checkbox"],
.teslimat input[type="radio"] {
    background: #ccc;
    border: 1px solid #999;
    border-radius: 3px;
    cursor: pointer;
    height: 14px;
    width: 14px;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -webkit-transition: 0.15s;
}
.teslimat p {
    margin: 0;
    padding: 0 0 10px;
}
.teslimat input[type="checkbox"]:hover,
.teslimat input[type="radio"]:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.teslimat input[type="checkbox"]:checked,
.teslimat input[type="radio"]:checked {
    background: #b90742;
    border-color: #640021;
    box-shadow: 0 0 3px #640021;
}
.secenek label {
    color: #333;
    cursor: pointer;
    margin: 0 0 10px 2px;
    padding: 0;
}
.kategoriler {
    display: flex;
    flex-wrap: wrap;
    width: 1180px;
    margin: 0 auto;
}
.kategoriler ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.kategoriler ul li {
    width: 25%;
    float: left;
    margin: 0;
    padding: 5px;
    list-style: none;
}
.kategoriler .description {
    position: relative;
    display: block;
    margin-bottom: 5px;
    background-position: center right 20px;
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    min-height: 110px;
    padding-left: 24px;
}
.kategoriler .description .title {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 50px 0 0;
}
.kategoriler .description a {
    line-height: 20px;
    padding: 0 7px;
    color: #fff;
    background-color: #999;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 19px;
    text-transform: uppercase;
    font-size: 13px;
    height: 19px;
    padding: 0 15px;
    position: absolute;
    bottom: 20px;
}
.kategoriler ul li ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: block;
    flex: none;
    width: 100%;
}
.kategoriler ul li ul li a {
    display: block;
    position: relative;
    padding: 0 12px 0 26px;
    line-height: 20px;
    color: #666;
    font-size: 14px;
    background-position: top 2px left 5px;
    background-repeat: no-repeat;
    background-image: url(images/arrow16.png);
}
.kategoriler ul li ul li a:hover {
    color: #f36;
}
.service1 {
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(images/categories/service1.jpg);
}
.service2 {
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(images/categories/service2.jpg);
}
.service3 {
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(images/categories/service3.jpg);
}
.service4 {
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(images/categories/service4.jpg);
}
.service5 {
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(images/categories/service5.jpg);
}
.service6 {
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(images/categories/service6.jpg);
}
.service7 {
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(images/categories/service7.jpg);
}
.service8 {
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(images/categories/service8.jpg);
}
footer {
    background-color: #eee;
}
.footer-content {
    width: 1180px;
    margin: auto;
    padding: 20px 0;
    overflow: hidden;
}
.footer-block {
    width: 22%;
    float: left;
    margin: 1.5%;
}
.footer-block span {
    display: block;
    margin: 0 0 5px;
    font-size: 16px;
}
.footer-block span.noktasexshop {
    line-height: 15px;
    color: #666;
    font-size: 12px;
}
.footer-block span.title {
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    border-bottom: 3px solid #f36;
    font-size: 18px;
}
.footer-block span.phone {
    font-weight: 700;
    line-height: 25px;
}
.footer-block span.phone a {
    color: #000;
}
.footer-block img {
    width: 90%;
    height: auto;
}
.footer-block span {
    display: block;
    margin: 0 0 5px;
    font-size: 16px;
}
.footer-block li,
.footer-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-block li a {
    display: block;
    position: relative;
    padding: 0 12px 0 26px;
    line-height: 20px;
    color: #666;
    font-size: 14px;
    background-position: top 2px left 5px;
    background-repeat: no-repeat;
    background-image: url(images/arrow16.png);
}
.footer-block li a:hover {
    color: #f36;
}
span.copyright {
    text-align: center;
    display: block;
    padding: 10px;
}
.discount {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    background: #b90742;
    width: auto;
    height: 30px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 0 7px 12px 15px;
}
.discount:after {
    content: " ";
    height: 22px;
    width: 22px;
    background: #b90742;
    position: absolute;
    top: 4px;
    left: -9px;
    border-radius: 4px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.discount:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 0;
    z-index: 1;
    border-radius: 10px;
}
.flex-container a:hover,
.flex-slider a:hover {
    outline: 0;
}
.flex-control-nav,
.flex-direction-nav,
.slides,
.slides > li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: 100%;
    display: block;
}
.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .flexslider .slides {
    display: block;
}
* html .flexslider .slides {
    height: 1%;
}
.no-js .flexslider .slides > li:first-child {
    display: block;
}
.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
    zoom: 1;
}
.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    background: url(images/arrowL.png) no-repeat -10px;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@font-face {
    font-family: flexslider-icon;
    src: url(fonts/flexslider-icon.eot);
    src: url(fonts/flexslider-icon.eot?#iefix) format("embedded-opentype"), url(fonts/flexslider-icon.woff) format("woff"), url(fonts/flexslider-icon.ttf) format("truetype"), url(fonts/flexslider-icon.svg#flexslider-icon) format("svg");
    font-weight: 400;
    font-style: normal;
}
.flex-direction-nav a:before {
    font-family: flexslider-icon;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    font-weight: 700;
}
.flex-direction-nav .flex-prev {
    left: -50px;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
    background: url(images/arrowR.png) no-repeat -10px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    cursor: default;
    z-index: -1;
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: "\f004";
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a.flex-play:before {
    content: "\f003";
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 3px;
    display: inline-block;
    zoom: 1;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
    background: red;
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
#datacontent img {
    float: none;
    height: auto;
    padding: 5px;
    margin: 0 auto;
}
#datacontent div img {
    width: 100%;
    height: auto;
}
#datacontent h1,
#datacontent h2,
#datacontent h3,
#datacontent h4 {
    clear: both;
    font-size: 16px;
}
.footerlist {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footerlist li a {
    text-decoration: none;
    color: #000;
}
.footerlist li {
    display: block;
    float: left;
    width: 20%;
}
.solda img {
    float: left;
}
.sagda,
.solda {
    clear: both;
}
.sagda img {
    float: right;
}
.sagda p,
.solda p {
    margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}
.custom-navigation {
    display: block;
    top: 10px;
    position: absolute;
    z-index: 99999px;
    width: 40%;
}
ol.flex-control-paging {
    position: absolute;
    top: 0;
}
.dropdown {
    float: right;
    position: relative;
    display: inline-block;
    font-size: 14px;
    z-index: 8888;
}
.dropdown > a,
.dropdown > button {
    color: #444;
    font-size: 15px;
    background-color: #fff;
    border: 0 solid #ccc;
    padding: 2px 0 0 25px;
    border-radius: 4px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    background-image: url(images/svg/dropdown.svg);
    background-repeat: no-repeat;
    background-position: top 5px;
}
.dropdown > a:before,
.dropdown > button:before {
    position: absolute;
    right: 7px;
    top: 12px;
}
.dropdown input[type="checkbox"] {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
}
.dropdown input[type="checkbox"]:checked {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.dropdown ul {
    position: absolute;
    top: 18px;
    border: 1px solid #ccc;
    border-radius: 3px;
    left: 0;
    list-style: none;
    padding: 4px 0;
    display: none;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
}
.dropdown input[type="checkbox"]:checked + ul {
    display: block;
}
.dropdown ul li {
    display: block;
    padding: 6px 20px;
    white-space: nowrap;
    min-width: 100px;
}
.dropdown ul li:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}
.dropdown ul li a {
    text-decoration: none;
    display: block;
    color: #000;
}
.dropdown .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
    font-size: 1px;
    padding: 0;
}
div.gizlilik {
    display: block;
    overflow: hidden;
    width: 100%;
}
div.gizlilik li,
div.gizlilik ol {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    font-size: 12px;
}
div.gizlilik li {
    display: block;
    float: left;
    width: 45%;
    height: 50px;
    padding: 10px 15px 10px 40px;
    border: 1px solid #dadada;
    margin: 5px 2.5%;
    text-align: right;
    background: url(images/home.png) no-repeat 5px 7px;
    box-shadow: 0 0 2px 2px #e8e8e8;
}
.panel-overlay {
    position: fixed;
    top: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.35);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    cursor: pointer;
}
div.gizlilik li:nth-child(1) {
    background-image: url(images/svg/gizli.svg);
    background-size: 40px 40px;
}
div.gizlilik li:nth-child(2) {
    background-image: url(images/svg/teslimat.svg);
    background-size: 40px 40px;
}
div.gizlilik li:nth-child(3) {
    background-image: url(images/svg/para.svg);
    background-size: 40px 40px;
}

div.gizlilik li:nth-child(4) {
    background-image: url(images/svg/hediye.svg);
    background-size: 50px 50px;
}
.wellcome {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.93);
    overflow: hidden;
    overflow: hidden;
}
.wellcome #giris {
    border: 0 solid;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 700px;
    height: 600px;
    text-align: center;
}
.wellcome #message {
    border: 0 solid;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 700px;
    height: 600px;
    text-align: center;
}
.wellcome #giris img {
    margin: 0 auto;
    margin-left: 20px;
}
.wellcome #giris p {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}
.wellcome #giris p.kanun {
    font-weight: 400;
    font-size: 13px;
    margin: 20px 0;
}
.wellcome #giris span {
    background-color: #000;
    color: #fff;
    display: block;
    padding: 10px;
    width: 75%;
    margin: 0 auto;
    font-size: 12px;
}
input[type="checkbox"] {
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    padding: 0;
    margin: 0;
    font-size: 12px;
}
.wellcome form {
    text-align: center;
}
.wellcome form div {
    width: 325px;
    margin: 20px auto;
    overflow: hidden;
}
.wellcome form div a,
.wellcome form div button {
    width: 150px;
    margin: 0 auto;
    float: none;
}
.wellcome form div a.addcart {
    margin-right: 20px;
}
.wellcome select {
    border: 3px solid #b90742;
    border-radius: 3px;
    overflow: hidden;
    padding: 5px 8px;
    width: 50%;
    font-size: 18px;
    margin: 20px 0;
}
.image-desc img {
    float: left;
}
.bilgi {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #9e9e9e;
    display: inline-block;
    font-size: 16px;
    margin: 0;
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    border-top: 5px solid #b90742;
}
.bilgi *,
.bilgi :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.bilgi figcaption {
    padding: 10px;
}
.bilgi figcaption:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #d2652d;
    content: "\00a0";
    font-size: 32px;
    font-style: normal;
    left: 50%;
    line-height: 60px;
    position: absolute;
    top: -30px;
    width: 60px;
    background-image: url(images/svg/gift.svg);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: 10px 9px;
}
.bilgi p {
    color: #b90742;
    font-size: 20px;
    font-weight: 700;
}
@media (max-width: 1179px) {
    .footer-content,
    .kategoriler,
    .ust,
    main {
        width: 100%;
    }
    section .banner img {
        width: 100%;
        margin: 0 auto;
    }
    section {
        padding: 0;
        margin: 0;
    }
    .mcart,
    .teslimat {
        width: 100%;
    }
    .incebant ul,
    section.anasayfa {
        width: 100%;
    }
}
@media (max-width: 1023px) {
    .afis p {
        width: 70%;
        display: block;
        float: right;
    }
    .divmenu menu{ width: 100%};
    incebant li { font-size: 14px;}
}
@media (max-width: 768px) {
    .divmenu{ display: none};
    .sagda img,
    .solda img {
        float: none;
    }
    .sagda p,
    .solda p {
        padding: 10px;
    }
    .fimage {
        width: 100%;
        height: auto;
    }
    .afis {
        background-size: 768px;
        background-position: -120px 0;
        background-color: #e7b4bb;
        font-size: 16px;
        text-align: right;
    }
    .anasayfa h1 {
        font-size: 30px;
        padding: 0;
        margin: 0;
    }
    .anasayfa h2,
    .gizlipaket h2 {
        font-size: 25px;
        margin: 5px 0 0;
        padding: 0;
    }
    .anasayfa h3 {
        font-size: 23px;
        margin: 15px 0 10px;
        padding: 0;
    }
    .incebant {
        min-height: 40px;
    }
    .incebant li:nth-child(1),
    .incebant li:nth-child(2),
    .incebant li:nth-child(3),
    .incebant li:nth-child(4),
    .incebant li:nth-child(5) {
        font-size: 14px;
        background-size: 25px 25px;
        padding: 10px 0 0 30px;
        min-height: 30px;
    }
    .gizlipaket {
        padding: 10px;
    }
    .gizlipaket p {
        display: block;
        max-width: 1180px;
        margin: 0 auto;
        font-size: 20px;
        line-height: 30px;
    }
    .gizlipaket p::first-line {
        font-size: 16px;
        line-height: 20px;
    }
    .anasayfa .magaza strong {
        font-size: 20px;
    }
    .anasayfa .magaza p {
        font-size: 16px;
    }
    .altafis a:nth-child(1) img,
    .altafis a:nth-child(3) img {
        width: 38%;
    }
    .altafis a:nth-child(2) img,
    .altafis a:nth-child(4) img {
        width: 62%;
    }
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: #333;
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    }
    body {
        padding-top: 50px;
    }
    .expresscart {
        margin-top: -15px;
        padding: 5px;
    }
    .expresscart h1 {
        margin: 0;
        padding: 5px;
    }
    .toplamtutar {
        margin-top: 5px;
    }
    .expresscart label:last-child {
        border: none;
        margin-bottom: -2px;
    }
    .menu-header,
    .ust {
        position: none;
    }
    aside {
        margin-top: 0;
    }
    aside img {
        display: none;
    }
    aside span {
        display: none;
    }
    .kategoriler {
        display: none;
    }
    .noktashop {
		margin-top: 0px;
        position: fixed;
        top: 0;
        z-index: 9999;
        width: 100%;
        left: 0;
        top: 0;
        text-align: left;
        border-bottom: 1px solid #d6d6d6;
        background-color: #fff;
        padding-left: 5px;
    }
    .ust .noktashop img {
        width: 112px;
        height: 40px;
    }
    .menu-header {
        display: none;
    }
    .noktashop img {
        height: 40px;
        margin-top: 7px;
    }
    header {
        background: 0 0;
        border: none;
        height: auto;
        margin: 0;
        padding: 0;
    }
    .ust {
        height: auto;
    }
    .ust .search {
        display: block;
        position: fixed;
        bottom: 45px;
        z-index: 9999;
        border-top: 1px solid #d6d6d6;
        background-color: #fff;
        padding: 5px 0;
        display: none;
    }
    #arama {
        padding: 0;
        margin: 0 auto;
        width: 95%;
    }
    .col-right {
        margin-top: 40px;
    }
    main {
        display: block;
        padding: 5px;
    }
    section .banner {
        margin-top: 10px;
    }
    .pazar {
        text-align: center;
        color: #fff;
        background-color: #f7962c;
        padding: 5px;
        font-weight: 700;
        font-size: 16px;
        margin-top: 7px;
    }
    .videoizle {
        background-color: #b90742;
        background-image: url(images/videoicon.svg);
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: 2px 0;
    }
    section .banner img {
        width: 100%;
        margin: 0 auto;
    }
    section {
        padding: 0;
        margin: 0;
    }
    section .description article,
    section .productbox article,
    section .productlist article {
        display: block;
    }
    .alt-menu {
        display: none;
    }
    div.list article,
    section.detail article,
    section.list article {
        display: block;
        width: 100%;
    }
    section.detail article figure img {
        width: 80%;
        float: none;
        margin: 0 auto;
        display: block;
    }
    footer {
        background-color: #fff;
    }
    header .ust .cart {
        display: none;
    }
    .footer-content .menu {
        display: none;
        position: fixed;
        bottom: 35px;
        z-index: 9999;
        border: 1px solid #d6d6d6;
        background-color: #fff;
        width: 250px;
        right: 0;
    }
    .footer-content .menu li {
        padding: 5px 0;
    }
    .branchlist {
        background: 0 0;
        position: fixed;
        bottom: 45px;
        padding: 5px 0;
        display: none;
        border: 1px solid #d6d6d6;
        background-color: #fff;
    }
    .branchlist .footer-block {
        width: 95%;
        margin: auto;
        float: none;
    }
    .mobile {
        display: block;
        margin-bottom: 10px;
    }
    .pagination {
        display: none;
    }
    .responsive-menu {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 35px;
        height: 35px;
        font-weight: 700;
        font-size: 12px;
        z-index: 9999;
        background-image: url(images/svg/category.svg);
        background-size: 35px;
        background-repeat: no-repeat;
        background-position: center top;
    }
    .responsive-menu-red {
        display: block;
        position: absolute;
        top: 5px;
        width: 35px;
        height: 35px;
        font-weight: 700;
        font-size: 12px;
        z-index: 9999;
        background-image: url(images/svg/rcategory.svg);
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center top;
    }
    .ust .cart {
        position: fixed;
        display: block;
        right: 8px;
        top: -17px;
        z-index: 99999;
    }
    .cart a .icon .adet {
        top: 0;
        right: 48px;
    }
    .sol-kolonx {
        display: none;
        position: fixed;
        z-index: 99999;
        top: 52px;
        width: 96%;
        left: 2%;
    }
    .sol-kolon img {
        display: none;
    }
    .col-right {
        width: 100%;
        padding: 0 0 0 10px;
    }
    .footer-content .copyright,
    .footer-content .noktasexshop,
    .footer-content hr {
        display: none;
    }
    .footer-block {
        width: 47%;
        float: left;
        margin: 1.5%;
    }
    .col-right {
        width: 100%;
        padding: 0 0 0 10px;
    }
    .responsive-bottom-menu {
        display: block;
        position: fixed;
        z-index: 9999;
        width: 100%;
        height: 45px;
        left: 0;
        bottom: 0;
        text-align: center;
        border-top: 1px solid #d6d6d6;
        background-color: #efefef;
        padding: 5px 0 0;
    }
    .responsive-bottom-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        border: 0;
    }
    .responsive-bottom-menu li {
        float: left;
        width: 33.33%;
        display: block;
        padding: 0;
        margin: 0;
        border: 0;
        text-align: center;
    }
    .responsive-bottom-menu li a {
        display: block;
        width: 100%;
        height: 20px;
        margin: 0 auto;
        padding: 20px 0 0;
        float: none;
        border: 0 solid;
        color: #000;
        font-size: 12px;
    }
    .responsive-bottom-menu li a span.adet {
        left: 62%;
        top: -5px;
        position: absolute;
        background-color: #b90742;
        padding: 1px 2px;
        font-size: 10px;
        border: 2px solid b90742;
        border-radius: 55px;
        display: block;
        width: 15px;
    }
    .menu-header {
        position: absolute;
        display: block;
        bottom: 0;
        border: 1px solid #dedede;
        border-bottom: none;
        background: url(images/categories.png) no-repeat 10px #fff;
        padding: 8px 20px 8px 35px;
        z-index: 9999;
        color: #fff;
    }
    .responsive-bottom-menu li a.home {
        background-image: url(images/svg/home.svg);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center top;
    }
    .responsive-bottom-menu li a.basket {
        position: relative;
        background-image: url(images/svg/basket.svg);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center top;
    }
    .responsive-bottom-menu li a.basket-red {
        position: relative;
        background-image: url(images/svg/rbasket.svg);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center top;
    }
    .responsive-bottom-menu li a.search {
        background-image: url(images/svg/search.svg);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center top;
    }
    .responsive-bottom-menu li a.search-red {
        background-image: url(images/svg/rsearch.svg);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center top;
        color: red;
    }
    .responsive-bottom-menu li a.branch {
        background-image: url(images/svg/branch.svg);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center top;
    }
    .responsive-bottom-menu li a.branch-red {
        background-image: url(images/svg/rbranch.svg);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center top;
        color: red;
    }
    .responsive-bottom-menu li a.others {
        background-image: url(images/svg/others.svg);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center top;
    }
    .responsive-bottom-menu li a.others-red {
        background-image: url(images/svg/rothers.svg);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center top;
        color: red;
    }
    .detailimages img {
        float: left;
        width: 100%;
        padding: 1%;
    }
    .pagename {
        border-bottom: 1px solid #bcbcbc;
        text-align: center;
        font-size: 16px;
        padding: 10px 0;
        display: block;
        font-weight: 500;
    }
    .sol-kolon {
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        position: fixed;
        z-index: 9999;
        top: 51px;
        height: 100%;
        width: 250px;
        background-color: #fff;
        overflow: auto;
        padding: 0;
        right: -300px;
    }
    .sol-kolon.active {
        right: 0;
    }
    .sol-kolon ul {
        width: 100%;
        margin: 0;
        padding: 0;
        border: none;
        padding-bottom: 50px;
    }
    .sol-kolon ul li ul {
        padding-bottom: 0;
    }
    .sol-kolon ul a {
        padding: 7px 0 7px 10px;
    }
    .sol-kolon ul li ul li a {
        padding: 7px 0 7px 10px;
    }
    .menu-header .detail li a:hover,
    aside li a:hover {
        color: #000;
        background-color: #fff;
        display: block;
    }
    .flexcart {
        display: block;
    }

    .mcart,
    .teslimat {
        width: 100%;
    }
    .teslimat:nth-child(1),
    .teslimat:nth-child(2) {
        margin: 1% 0 0;
        width: 100%;
        float: none;
    }
    td.piece {
        width: 50px;
        color: red;
    }
    td.text {
        overflow-x: hidden;
    }
    .oneri {
        padding: 10px;
        color: #fff;
        text-align: center;
    }
    .oneri p {
        padding: 0;
        margin: 0;
        font-size: 18px;
    }
    .oneri span {
        color: #000;
        font-size: 16px;
        font-weight: 700;
    }
    .mobilecart .oneri {
        background: url(images/m-firsat.png) #8bba30 no-repeat 5px 2px;
        margin-bottom: 1%;
        padding: 5px 0 5px 35px;
        color: #fff;
    }
    .mobilecart .oneri p {
        padding: 0;
        margin: 0;
        font-size: 20px;
    }
    .mobilecart .mbimage {
        float: left;
        width: 8%;
    }
    .mobilecart .mbdetail {
        float: left;
        width: 88%;
        position: relative;
        z-index: 9999;
        padding-left: 2%;
    }
    div.gizlilik li {
        padding: 0 5px 10px 50px;
    }
    section .product-sales input[type="tel"] {
        padding: 8px 0 8px 8px;
        font-size: 18px;
        width: 40px;
        border: 1px solid #a9a9a9;
    }
    .action-button {
        position: relative;
        padding: 8px;
        margin: 0 10px 10px 0;
        float: left;
        border-radius: 3px;
        font-size: 20px;
        text-decoration: none;
        outline: 0;
        border: none;
        font: Arimo;
    }
    .arama,
    .whatsapp {
        display: block;
        position: absolute;
        top: 10px;
        right: 105px;
        width: 35px;
        height: 35px;
        background-image: url(images/svg/whatsapp.svg);
        background-size: 35px 35px;
    }
    .arama {
        right: 56px;
        background-image: url(images/svg/call.svg);
    }
    .wellcome #giris,
    .wellcome #giris span {
        width: 100%;
        height: auto;
    }
    select {
        width: 80%;
    }
    .wellcome #giris img {
        width: 60%;
    }
}
@media (max-width: 560px) {
    .incebant li{
        float: none;
        width: 100%;
        font-size: 16px;
    }
    .incebant li:nth-child(1), .incebant li:nth-child(2), .incebant li:nth-child(3), .incebant li:nth-child(4), .incebant li:nth-child(5) {
        font-size: 18px;
        background-position-x:25px;
        padding-left: 75px;

    }
    #datacontent img {
        float: none;
        width: 100%;
        height: auto;
    }
    .mbdel {
        display: none;
    }
    section .productbox article div {
        text-align: left;
        margin: 0;
        position: relative;
        font-size: 22px;
    }
    section .productbox article div .discount {
        position: absolute;
        right: 0;
        top: 5px;
        font-size: 16px;
    }
    .secenek label {
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
        font-size: 14px;
    }
    .oneri {
        padding: 10px;
        color: #fff;
        text-align: center;
        background-image: none;
    }
    .mobilecart .mbimage {
        float: left;
        width: 15%;
    }
    .mobilecart .mbdetail {
        float: left;
        width: 85%;
        position: relative;
        z-index: 9999;
        padding-left: 2%;
    }
    .image-desc img {
        float: none;
        width: 100%;
    }
    .tab .content p {
        display: block;
    }
    .bilgi p {
        color: #b90742;
        font-size: 15px;
        font-weight: 700;
    }
    .bilgi figcaption:before {
        line-height: 35px;
        top: -20px;
        width: 35px;
        background-size: 25px 25px;
        background-position: 5px 4px;
    }
    .bilgi figcaption {
        padding: 5px 5px 0;
    }
    .wp-siparis,
    .wp-siparis-sepet {
        display: block;
    }
    .wp-siparis a {
        display: block;
        background-color: #11b700;
        color: #fff;
        height: 40px;
        padding: 5px 0;
        font-size: 25px;
        margin: 10px 0;
        background-image: url(images/svg/wp-logo.svg);
        background-size: 40px 40px;
        background-repeat: no-repeat;
        background-position: 10px 0;
    }
    .wp-siparis-sepet a {
        display: block;
        background-color: #11b700;
        color: #fff;
        height: 40px;
        padding: 5px 0 0 35px;
        font-size: 23px;
        margin: 10px 0;
        background-image: url(images/svg/wp-logo.svg);
        background-size: 40px 40px;
        background-repeat: no-repeat;
        background-position: 0 0;
    }
    .footerlist {
        display: none;
    }
    .order {
        background-image: none;
    }
    .ilmetinler p img {
        width: 90%;
        height: auto;
        text-align: center;
        float: none;
        margin: 0 auto;
    }
    .panel p img {
        width: 100%;
    }
}
@media (max-width: 425px) {
    video {
        width: 100%;
    }
    .afis {
        background-size: 600px;
        background-position: -180px 0;
        background-color: #e7b4bb;
        font-size: 13px;
        line-height: 20px;
    }
    .afis p {
        width: 85%;
    }
    .afis img {
        width: 100%;
    }
    .afis2 img {
        width: 100%;
    }
    .anasayfa h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .afisbolum {
        width: 100%;
        float: none;
    }
    .afisbolum2 {
        width: 100%;
        float: none;
    }
    .afisbolum a:nth-child(1) img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        object-position: 0 0;
    }
    .afisbolum a:nth-child(2) img,
    .afisbolum a:nth-child(3) img {
        width: 100%;
        float: none;
    }
    .incebant {
        clear: both;
        min-height: 120px;
    }
    .incebant ul {
        padding-left: 5px;
    }
    .incebant li {
        list-style: none;
        float: left;
        width: 100%;
        margin: 0 auto;
		font
    }
.anasayfa,
.gizlipaket,
.incebant {

    font-size: 14px;

}	
    .incebant li:nth-child(1),
    .incebant li:nth-child(2),
    .incebant li:nth-child(3),
    .incebant li:nth-child(4),
    .incebant li:nth-child(5) {

        background-size: 25px 25px;
        padding: 5px 0 0 35px;
        min-height: 35px;
        background-position: 0 10px;
    }
    .incebant li:nth-child(5) {
        display: none;
    }
    .gizlipaket h2 {
        font-size: 25px;
        margin: 0;
        padding: 0;
    }
    .gizlipaket {
        padding: 0 0 5px;
    }
    .gizlipaket p {
        font-size: 16px;
        line-height: 20px;
    }
    .gizlipaket p::first-line {
        font-size: 14px;
        line-height: 16px;
    }
    a.detay {
        margin: 10px auto;
    }
    .anasayfa .magaza strong {
        font-size: 25px;
    }
    .anasayfa .magaza {
        display: block;
        width: 80%;
        float: none;
        text-align: center;
        margin: 0 auto;
        border-bottom: 1px solid #ccc;
    }
    .anasayfa .magaza img {
        width: 70%;
        margin: 0 auto;
    }
    .anasayfa .magaza p {
        font-size: 20px;
        display: block;
    }
    a.detay {
        max-width: 250px;
    }
    .sariuyari p strong {
        padding: 0;
        display: block;
    }
    .altafis a:nth-child(1) img,
    .altafis a:nth-child(3) img {
        width: 100%;
        padding: 0;
        margin: 0;
        display: block;
        height: 270px;
    }
    .altafis a:nth-child(2) img,
    .altafis a:nth-child(4) img {
        width: 100%;
        padding: 0;
        margin: 0;
        display: block;
    }
    .flexslider {
        min-height: 415px;
    }
    section .productbox article {
        width: 50%;
        margin: 0;
        border: none;
        border-bottom: 1px solid #e0e0e0;
    }
    section .productbox article:nth-child(2n) {
        border-right: none;
    }
    .product-list-option {
        background-color: #f9f9f9;
        border-bottom: 1px solid #adadad;
        padding: 0;
        margin: 0;
    }
    .dropdown {
        float: right;
        position: relative;
        display: inline-block;
        font-size: 14px;
        width: 49%;
        background-color: #f9f9f9;
    }
    .dropdown > a,
    .dropdown > button {
        background-color: #f9f9f9;
    }
    .dropdown ul {
        right: 0;
    }
    section .product-sales,
    section form .flexslider {
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .custom-navigation {
        border: 1px solid;
        display: block;
        top: 10px;
        position: absolute;
        z-index: 99999px;
        width: 100%;
        text-align: center;
    }
    div.gizlilik {
        width: 100%;
        margin: 0 auto;
        text-align: left;
        padding: 10px 0;
    }
    section form hr {
        display: none;
    }
    .action-button {
        margin: 0;
    }
    section ol.breadcrumb {
        padding: 0;
        margin: 0;
    }
    section ol.breadcrumb li a {
        display: none;
    }
    section ol.breadcrumb li a.product {
        font-size: 16px;
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }
    .flex-direction-nav {
        display: none;
    }
    section .productbox article,
    section .productlist article {
        font-size: 16px;
    }
    .header-title h1,
    .header-title h2,
    .header-title h3 {
        font-size: 20px;
        line-height: 16px;
    }
    .action-button {
        font-size: 20px;
    }
    section .product-sales input[type="tel"] {
        width: 15%;
    }
    .respExtra {
        position: fixed;
        bottom: 45px;
        z-index: 9999;
        width: 100%;
        height: 50px;
        border-top: 1px solid #d6d6d6;
        background-color: #fff;
        padding: 5px 0 5px 8px;
        margin-left: -5px;
    }
    .respExtra p span {
        display: none;
    }
    .respExtra p {
        display: block;
        float: left;
        width: 20%;
        padding: 0;
        margin: 0;
    }
    .respExtra a,
    .respExtra button {
        display: block;
        float: left;
        width: 38%;
        padding: 8px 0 8px 5px;
        margin: 0 2% 0 0;
        border: 0;
    }
    .respExtra p input {
        padding: 3px;
        width: 80%;
        text-align: center;
    }
    section .productbox article div {
        margin: 0;
        position: relative;
        font-size: 22px;
        text-align: center;
    }
    section .productbox article div .discount {
        position: relative;
        font-size: 16px;
    }
    .expresscart td.image {
        display: none;
    }
    .expresscart td {
        padding: 10px 0;
    }
    .oneri p {
        padding: 0;
        margin: 0;
        font-size: 14px;
        font-weight: 700;
    }
    .oneri span {
        color: #000;
        font-size: 14px;
        font-weight: 700;
    }
    .mobilecart .oneri {
        background: url(images/m-firsat.png) #8bba30 no-repeat 5px 5px;
        margin-bottom: 1%;
        padding: 3px 0 3px 35px;
        color: #fff;
    }
    .mobilecart .oneri p {
        padding: 0;
        margin: 0;
        font-size: 14px;
    }
    .productdetail {
        padding-bottom: 50px;
    }
    .lastCB {
        display: none;
    }
    section .productbox article.yeni {
        display: none;
    }
    .content h1 {
        padding: 0;
        margin: 0;
    }
    .wellcome select {
        width: 70%;
    }
    div.gizlilik {
        margin-top: -20px;
    }
    div.gizlilik li:nth-child(1) {
        background-size: 25px 25px;
    }
    div.gizlilik li:nth-child(2) {
        background-size: 25px 25px;
    }
    div.gizlilik li:nth-child(3) {
        background-size: 25px 25px;
    }
    div.gizlilik li:nth-child(4) {
        background-size: 25px 25px;
    }
    div.gizlilik li:nth-child(5) {
        background-size: 25px 25px;
    }
    div.gizlilik li:nth-child(6) {
        background-size: 25px 25px;
    }
    div.gizlilik li:nth-child(7) {
        background-size: 25px 25px;
    }
    div.gizlilik li:nth-child(8) {
        background-size: 25px 25px;
    }
    div.gizlilik li {
        width: 48%;
        height: 40px;
        padding: 5px 5px 5px 25px;
        border: 1px solid #dadada;
        margin: 2px 1%;
        box-shadow: 0 0 0 0 #e8e8e8;
        font-size: 11px;
    }
    section .productbox article strong {
        font-size: 15px;
        color: #000;
        padding: 0 5px;
        min-height: 35px;
        margin: 0;
        display: block;
        height: 50px;
    }
    .expresscart label {
        font-size: 15px;
    }
    .expresscart table {
        font-size: 15px;
    }
    .accordion h2 {
        padding: 10px;
        font-size: 16px;
    }
    .accordion div {
        margin: 0;
        font-size: 15px;
        border: 1px solid #e5e5e5;
        border-bottom: none;
    }
}
@media (max-width: 375px) {
    .wp-siparis a {
        font-size: 23px;
        background-position: 0 0;
    }
    .wp-siparis-sepet a {
        font-size: 22px;
        padding: 8px 0 0 37px;
    }
    section .productbox article p {
        font-size: 12px;
    }
    .flexslider {
        min-height: 365px;
    }
}
@media (max-width: 320px) {
    section form .flexslider {
        width: 90%;
        margin: 0 5%;
    }
    .freecargo {
        padding: 0;
    }
    .action-button {
        font-size: 16px;
    }
    .toplamtutar {
        font-size: 14px;
    }
    .header-title h1,
    .header-title strong {
        font-size: 14px;
        padding-left: 0;
    }
    .wellcome #giris {
        padding-top: 20px;
    }
    .wp-siparis a {
        font-size: 22px;
        padding: 6px 0 0 25px;
    }
    .wp-siparis-sepet a {
        font-size: 17px;
        font-weight: 700;
        padding: 8px 0 0 37px;
    }
    .flexslider {
        min-height: 280px;
    }
}
@-webkit-keyframes showTab {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes showTab {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.tabsy > button {
    width: 100%;
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: 0;
    border: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: 0 0;
}
.tabsy > .tabButton {
    display: block;
    margin-top: 1px;
    background: #efefef;
    color: #5a5243;
    text-align: center;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tabsy > input {
    display: none;
}
.tabsy > input:checked + label + .tab {
    display: block;
}
.tabsy > input:checked + label + .tab > .content {
    -webkit-animation: showTab 250ms ease-in-out;
    animation: showTab 250ms ease-in-out;
}
.tabsy > .tab {
    background: #fff;
    display: none;
}
@media screen and (min-width: 769px) {
    .flexslider {
        min-height: 364px;
    }
    .tabsy {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tabsy > .tabButton {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        cursor: pointer;
    }
    .tabsy > input:checked + label {
        background: #fff;
        color: #000;
    }
    .tabsy > .tab {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}
.tabsy {
    margin-bottom: 20px;
}
.tab {
    width: 100%;
    float: left;
    border: 1px solid #dedede;
    overflow: hidden;
    padding: 20px;
}
.teslimatadim {
    padding: 0;
}
.teslimatadim img {
    width: 100%;
    height: auto;
    display: block;
    float: none;
    margin: 0 auto;
}
.tabButton {
    font-size: 15px;
    font-weight: 700;
    padding: 15px 20px;
    margin-bottom: -1px;
    z-index: 9;
}
.tabsy > input:checked + label {
    border: 1px solid #dedede;
    border-bottom: none;
}
.magazalar span {
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    padding: 0 20px 0 10px;
    border-bottom: 3px solid #b90742;
    margin: 0;
    font-size: 18px;
    display: block;
}
.magazalar em {
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    padding: 0 20px 0 10px;
    margin: 20px 0;
    font-size: 18px;
    display: block;
}
#datacontent table img {
    width: 75px;
    height: auto;
}
#datacontent table tr:nth-child(2n) {
    background-color: #fff;
}
#datacontent table td:nth-child(3),
#datacontent table td:nth-child(4) {
    text-align: center;
}
#datacontent dt {
    font-weight: 700;
    margin-bottom: 5px;
}
#datacontent dd {
    margin-bottom: 10px;
}
.clear {
    clear: both;
}
.at-expanding-share-button[data-position="bottom-right"] {
    bottom: 60px;
}
.ililce img {
    width: 100%;
    margin: 0 auto;
}
.ililce p {
    font-size: 16px;
}
.ililce table {
    font-size: 12px;
    width: 100%;
}
.ililce li a {
    color: #333;
}
ul.liste {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.liste li {
    width: 50%;
    float: left;
    text-align: center;
}
.liste li a {
    color: #333;
    text-decoration: none;
}
.hizmetler {
    width: 100%;
}
.hizmetler img {
    width: 50%;
    float: left;
}
.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
section .sArticle article strong {
    padding: 0;
    margin: 0;
    height: auto;
}
.sArticle p {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
}
.stokyok img {
    opacity: 0.8;
    filter: alpha(opacity=40);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    left: 13px;
    z-index: 999999;
}
.ribbon-wrapper .ribbon {
    font: bold 15px sans-serif;
    color: #333;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 7px 0;
    top: 15px;
    left: -30px;
    width: 120px;
    background-color: #ebb134;
    color: #fff;
}
div.ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    left: 0px;
}
