@charset "UTF-8";
/* sass --watch css/style.scss:css/style.css --style compressed */
@font-face { font-family: 'italic'; src: url("../fonts/MonotypeCorsiva.eot?#iefix") format("embedded-opentype"), url("../fonts/MonotypeCorsiva.woff") format("woff"), url("../fonts/MonotypeCorsiva.ttf") format("truetype"), url("../fonts/MonotypeCorsiva.svg#MonotypeCorsiva") format("svg"); font-weight: normal; font-style: normal; }
html, body { font-family: 'Tahoma',sans-serif; font-size: 12px; text-rendering: optimizeSpeed; background: #fff; }

ul { padding: 0; margin: 0; }

ul li { list-style: none; }

input[type="buton"], input[type="submit"] { cursor: pointer; }

input[type="buton"], input[type="submit"], button, input[type="text"], input[type="password"], textarea { outline: 0; -webkit-appearance: none; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; -moz-appearance: none; border: 0; }

input[type="text"], input[type="password"], input[type="eposta"] { color: #333; height: 40px; padding: 0 20px; font-size: 14px; }

.container { padding: 0 !important; }

#sign-in button[type="submit"], input[type="buton"], input[type="submit"] { padding: 0 20px; height: 40px; line-height: 38px; background: #000; border: 1px solid #d6d6d6; color: #fff; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; font-size: 14px; }

a.beButton { background: none; color: #fff; background: #000; line-height: 38px; height: 40px; border: 1px solid #d6d6d6; padding: 0 25px; display: inline-block; font-size: 14px; }

textarea { border: 1px solid #e3e2df; padding: 20px; font-size: 14px; height: 100px; resize: vertical; color: #333; }

select { -moz-appearance: none; -webkit-appearance: none; appearance: none; padding: 0 40px 0 20px; position: relative; background: #fff; }

button { cursor: pointer; }

a { text-decoration: none; outline: 0; color: #161515; }

a:hover, a:active, a:focus { text-decoration: none; outline: 0; color: #000; }

b, strong { font-weight: 600; }

i.sprite { background: url("../img/sprite.png"); position: absolute; z-index: 99; }

.radioSelect { float: left; }
.radioSelect label { font-weight: 500; margin-bottom: -15px; }

/********HEADER*******/
header { border-bottom: 2px solid #333; float: left; width: 100%; }
header a.menuAc { display: block; float: right; font-size: 14px; margin-top: 30px; }
header a.menuAc i { margin-right: 5px; }
header .headerTop { background: #08080a; }
header .headerTop a { color: #fff; float: left; margin-right: 10px; display: block; line-height: 30px; }
header .headerTop a i { margin-right: 5px; }
header .headerTop a:hover { text-decoration: underline; }
header .headerTop span { color: #fff; font-size: 12px; line-height: 30px; }
header .headerTop span strong { font-family: 'Verdana',sans-serif; font-weight: normal; }
header .headerTop span i { margin-right: 5px; }
header .headerContent .hleft .searchTop { margin-top: 40px; height: 32px; border: 1px solid #ccc; width: 100%; max-width: 230px; }
header .headerContent .hleft .searchTop input[type="text"] { border: 0; height: 30px; width: calc(100% - 60px); float: left; padding: 0 5px; font-size: 11px; font-family: "Arial", sans-serif; }
header .headerContent .hleft .searchTop button { width: 60px; float: left; text-align: center; background: #fff; height: 30px; }
header .headerContent .hcenter { padding-top: 17px; z-index: 10; }
header .headerContent .hright { padding-top: 50px; }
header .headerContent .hright ul li { float: left; }
header .headerContent .hright ul li:first-child { border-right: 2px solid #8d8d8d; }
header .headerContent .hright ul li a { color: #000; display: block; float: left; font-family: 'Verdana',sans-serif; font-size: 12px; margin: 0 5px; line-height: 12px; }
header .headerContent .hright a.sepet { float: right; font-size: 12px; line-height: 12px; color: #000; font-family: 'Verdana',sans-serif; position: relative; display: block; margin-top: -9px; margin-left: 10px; }
header .headerContent .hright a.sepet strong { position: absolute; background: #d73950; height: 18px; width: 18px; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; border-radius: 100%; font-size: 10px; color: #fff; text-align: center; right: -9px; top: -9px; font-weight: normal; line-height: 18px; }
header .headerContent .hright a.sepet i { margin-left: 10px; font-size: 22px; }
header nav { margin-top: -6px; float: left; width: 100%; position: relative; }
header nav ul { border-top: 1px solid #d7d7d7; display: table; width: 100%; }
header nav ul li { display: table-cell; }
header nav ul li a { display: block; text-align: center; font-size: 12px; color: #282828; font-family: 'Arial',sans-serif; line-height: 42px; padding: 0 14px; }
header nav ul li .drop { visibility: hidden; -webkit-transition: 0.2s ease-in; -moz-transition: 0.2s ease-in; transition: 0.2s ease-in; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; z-index: 9999; position: absolute; top: 42px; left: 0; width: 100%; padding: 15px; border-bottom: 1px solid #d7d7d7; border-top: 1px solid #d7d7d7; background: #fff; }
header nav ul li .drop:empty { display: none; }
header nav ul li .drop ul { border: 0; }
header nav ul li .drop ul li { display: block; }
header nav ul li .drop ul li.title { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #ccc; }
header nav ul li .drop ul li a { text-align: left; line-height: 28px; }
header nav ul li:hover > .drop { visibility: visible; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)"; filter: alpha(opacity=1); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

.headerSearchMobile { float: left; width: 100%; padding-top: 3px; }
.headerSearchMobile input[type=text] { width: calc(100% - 40px); float: left; height: 38px; }
.headerSearchMobile button { background: #fff; font-size: 16px; width: 40px; height: 38px; }

/* sliderHome */
.sliderHome { position: relative; float: left; width: 100%; margin-bottom: 20px; }
.sliderHome .bx-pager { position: absolute; left: calc( (100% - 1140px) / 2); bottom: 0; background: #fff; padding: 10px 15px 10px 20px; -webkit-border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; -ms-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0; }
.sliderHome .bx-pager .bx-pager-item { float: left; }
.sliderHome .bx-pager .bx-pager-item a { width: 10px; height: 10px; margin-right: 5px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; border-radius: 20px; border: 2px solid #000; text-indent: -9999px; display: block; float: left; }
.sliderHome .bx-pager .bx-pager-item a.active { background: #000; }
.sliderHome .bx-prev { left: calc( (100% - 1234px) / 2 ); position: absolute; height: 70px; top: 50%; margin-top: -35px; width: 32px; border-right: 2px solid rgba(255, 255, 255, 0.3); color: #fff; font-size: 34px; text-align: center; line-height: 70px; }
.sliderHome .bx-next { right: calc( (100% - 1234px) / 2 ); position: absolute; height: 70px; top: 50%; margin-top: -35px; width: 32px; border-left: 2px solid rgba(255, 255, 255, 0.3); color: #fff; font-size: 34px; text-align: center; line-height: 70px; }

/*grid*/
.grid { margin-bottom: 40px; float: left; width: 100%; }
.grid a { display: block; margin-bottom: 20px; }
.grid a img { width: 100%; }

/*homeDetail*/
.homeDetail { padding: 20px 0; float: left; width: 100%; margin: 20px 0; }
.homeDetail a.seeAll { line-height: 27px; padding: 0 7px 0 12px; border: 1px solid #d6d6d6; color: #484848; font-size: 11px; display: inline-block; margin-top: 5px; }
.homeDetail a.seeAll i { margin-left: 16px; }
.homeDetail .border { border-top: 1px solid #eee; }
.homeDetail h2 { padding: 0 33px; background: #fff; margin: 0; font-size: 22px; color: #181818; display: inline-block; position: relative; top: -13px; }
.homeDetail span { text-align: center; display: block; font-size: 18px; color: #b9b9b9; font-family: 'italic'; margin-top: -15px; margin-bottom: 30px; }

/*product*/
.beflex { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; width: 100%; }
.beflex > div { margin-bottom: 30px; height: 100%; }

.product { border: 1px solid transparent; text-align: center; padding-bottom: 22px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; position: relative; height: 100%; }
.product img { margin: 0 auto; }
.product:hover { border-color: #cbcbcb; }
.product:hover .quickView { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)"; filter: alpha(opacity=1); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; visibility: visible; }
.product:hover .price-splited { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; visibility: hidden; margin-bottom: -30px; }
.product p.detail { margin: 0; padding-top: 10px; }
.product p.detail a { display: block; font-size: 13px; color: #000; margin-bottom: 8px; }
.product .priceWrapper { text-align: center; }
.product .priceWrapper span.oldPrice { display: inline-block; font-size: 12px; color: #515151; font-family: "Tahoma"; text-decoration: line-through; margin: 0 10px; }
.product .priceWrapper span.oldPrice i { font-style: normal; }
.product .priceWrapper span.price { display: inline-block; margin: 0 10px; }
.product .priceWrapper span.price.EURO { color: #000; }
.product .priceWrapper span.price.EURO:before { content: "€ "; font-size: 16px; font-weight: 500; }
.product .priceWrapper span.price.USD { color: #000; }
.product .priceWrapper span.price.USD:before { content: "$ "; font-size: 16px; font-weight: 500; }
.product .priceWrapper span.price.TR { color: #000; }
.product .priceWrapper span.price.TR:before { content: "₺ "; font-size: 16px; font-weight: 500; }
.product .priceWrapper span.price strong { color: #000; font-size: 16px; font-weight: 500; }
.product .priceWrapper span.price i { font-style: normal; color: #000; font-size: 16px; font-weight: 500; }
.product .sticker_discount { text-align: left; width: 55px; height: 19px; line-height: 19px; color: #fff; padding-left: 7px; font-size: 12px; position: absolute; top: 45px; left: 0; background-image: url("../img/discount.png"); z-index: 1; }
.product .sticker_new { text-align: left; width: 40px; height: 40px; position: absolute; top: 0; left: 0; background-image: url("../img/new.png"); z-index: 1; }
.product .price-splited { font-size: 14px; color: #9d2062; display: block; text-align: center; padding-top: 11px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.product .quickView { position: absolute; left: 0; top: 0; padding: 2px; background: #fff; width: 55px; visibility: hidden; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; z-index: 9; }
.product .quickView a { display: block; overflow: hidden; width: 100%; margin: 5px 0; border: 1px solid transparent; }
.product .quickView a.active, .product .quickView a:hover { border: 1px solid #b9b9b9; }

/*.detayTab*/
.detayTab .nav-tabs { border-bottom-color: #e6eaed; }
.detayTab .nav-tabs > li > a { margin: 0; padding: 0 18px; line-height: 49px; font-size: 18px; color: #171717; display: block; }
.detayTab .nav-tabs > li.active > a, .detayTab .nav-tabs > li.active > a:hover, .detayTab .nav-tabs > li.active > a:focus { border-color: #e6eaed; }
.detayTab .tab-content { border: 1px solid #e6eaed; border-top: 0; float: left; width: 100%; padding: 20px; }
.detayTab .productDetailsInfo table tr:first-child { background: #f2f3f4; }

/* instagram */
section.instagram { margin-top: -50px; float: left; width: 100%; }
section.instagram .padding { margin: 0 -2px; text-align: center; }
section.instagram span.takip { float: none; display: inline-block; width: 230px; text-align: center; height: 80px; border: 4px solid #232a36; font-size: 12px; color: #7d889b; font-weight: 300; font-family: "Tahoma"; position: relative; z-index: 99; top: 40px; background: #fff; padding-top: 18px; }
section.instagram span.takip strong { font-size: 20px; color: #232a36; font-weight: 700; font-family: "Tahoma"; margin-top: -5px; display: block; }
section.instagram .item { padding: 2px; }

/* breadcrump */
.steps .breadcrumb li.active i { background: #820347; color: #fff; }
.steps .breadcrumb li i { width: 30px; height: 30px; background: #fff; -webkit-border-radius: 60px; -moz-border-radius: 60px; -ms-border-radius: 60px; border-radius: 60px; font-size: 14px; font-weight: 100; border: 1px solid #820347; color: #820347; font-style: normal; display: inline-block; margin-right: 10px; text-align: center; line-height: 30px; position: relative; }

.divBreadcrumb { float: left; width: 100%; }

.breadcrumb { background: none; float: left; width: 100%; padding: 0; margin-bottom: 15px; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; }
.breadcrumb.detay { border: 0; margin-bottom: 0; }
.breadcrumb > li + li:before { color: #333; content: "\f0da"; font-family: FontAwesome; margin: 0 5px; padding: 0; }
.breadcrumb li { line-height: 38px; font-size: 12px; color: #000; float: none; display: inline-block; }
.breadcrumb li a { line-height: 38px; font-size: 12px; color: #000; display: inline-block; }

/* productListSlider */
.productListSlider { position: relative; }
.productListSlider a.bx-prev { position: absolute; font-size: 30px; top: 50%; left: 15px; height: 30px; margin-top: -15px; color: #fff; }
.productListSlider a.bx-prev i { height: 30px; float: left; }
.productListSlider a.bx-next { position: absolute; font-size: 30px; top: 50%; right: 15px; height: 30px; margin-top: -15px; color: #fff; }
.productListSlider a.bx-next i { height: 30px; float: left; }

/* urunCerceve */
.zoomContainer { z-index: 99999; }

.zoomWindow { border: 1px solid #ddd !important; -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); background-color: #fff; z-index: 9999; }

.urunCerceve { float: left; width: 100%; margin-bottom: 30px; }

.productDetailLeft { position: relative; padding: 0; }
.productDetailLeft .sliderImage { border: 1px solid #bdbdbd; }
.productDetailLeft span.buyut { position: absolute; top: 5px; right: 0; color: #bdbdbd; padding-right: 8px; }
.productDetailLeft .sticker_new { position: absolute; top: 0; left: 0; width: 34px; height: 35px; background: url("../img/detayYeni.png"); }
.productDetailLeft .sticker_discount { position: absolute; top: 30px; right: 0; font-size: 12px; color: #fff; padding-right: 8px; line-height: 19px; background: url("../img/detayIndirim.png"); width: 55px; height: 19px; text-align: right; }
.productDetailLeft .zoomWrapper { position: relative; width: 100% !important; height: auto !important; margin: 0 auto; overflow: hidden; }
.productDetailLeft .zoomWrapper img { position: relative !important; width: auto !important; height: auto !important; margin: 0 auto; }
.productDetailLeft .zoomWrapper div { display: none; }

.productDetailRight { padding: 0 30px; }
.productDetailRight .wrapperSlider { width: 100%; float: left; padding: 10px 0 15px 0 !important; border-top: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7; }
.productDetailRight .sliderOlcu { position: relative; padding: 0 20px; width: 100%; float: left; }
.productDetailRight .sliderOlcu .owl-nav div { position: absolute; top: 50%; margin-top: -15px; font-size: 20px; width: 20px; text-align: center; }
.productDetailRight .sliderOlcu .owl-nav div.owl-prev { left: 0; }
.productDetailRight .sliderOlcu .owl-nav div.owl-next { right: 0; }
.productDetailRight .sliderOlcu label { display: block; }
.productDetailRight .sliderOlcu .item span { width: 100%; text-align: center; height: 34px; line-height: 32px; border: 1px solid #c7c7c7; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; border-radius: 100%; font-size: 16px; color: #000; display: block; background: #f5f5f5; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; transition: all 0.2s ease-in; max-width: 34px; margin: 0 auto; float: none; }
.productDetailRight .sliderOlcu .item span.active { color: #fff; background: #000; border-color: #000; }
.productDetailRight .sliderOlcu .item input[type="radio"] { display: none; }
.productDetailRight p.teslimatSuresi { font-size: 13px; color: #777; margin-bottom: 15px; }
.productDetailRight .product_name { margin: 0 0 10px 0; font-size: 28px; color: #242424; }
.productDetailRight .product_name span { font-size: 14px; color: #000; display: block; margin-top: 10px; }
.productDetailRight .fiyatlarCerceve { float: left; width: 100%; margin-bottom: 5px; }
.productDetailRight .fiyatlarCerceve span.old_price { font-size: 22px; color: #868686; float: left; display: block; text-decoration: line-through; margin-right: 30px; line-height: 48px; }
.productDetailRight .fiyatlarCerceve span.price { font-size: 22px; color: #000; float: left; display: block; margin-right: 30px; line-height: 48px; }
.productDetailRight .fiyatlarCerceve span.price strong { font-size: 12px; color: #8d8d8d; font-weight: normal; }
.productDetailRight .fiyatlarCerceve span.price.EURO:before { content: "€ "; }
.productDetailRight .fiyatlarCerceve span.price.USD:before { content: "$ "; }
.productDetailRight .fiyatlarCerceve span.price.TR:before { content: "₺ "; }
.productDetailRight .fiyatlarCerceve span.pricep { display: block; float: left; padding: 8px 15px; border: 1px solid #2a2a2a; max-width: 180px; font-size: 11px; text-align: center; }
.productDetailRight .clearMargin { margin: 0 -42px; }
.productDetailRight .clearTop { padding: 0 40px; float: left; width: 100%; display: table; }
.productDetailRight .clearTop.clearTable { display: block; }
.productDetailRight .clearTop.clearTable > div { display: block; width: 100%; float: left; margin-bottom: 10px; }
.productDetailRight .clearTop.clearTable > div.addBag { width: 100%; }
.productDetailRight .clearTop > div { display: table-cell; width: 3%; float: none; padding-right: 15px; }
.productDetailRight .ring_size_select select { border-color: #c1c1c1; color: #2f2f2f; }
.productDetailRight .ring_text input[type="text"] { height: 40px; font-size: 14px; color: #2f2f2f; border: 1px solid #c1c1c1; }
.productDetailRight .ring_text input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #2f2f2f; }
.productDetailRight .ring_text input[type="text"]::-moz-placeholder { /* Firefox 19+ */ color: #2f2f2f; }
.productDetailRight .ring_text input[type="text"]:-ms-input-placeholder { /* IE 10+ */ color: #2f2f2f; }
.productDetailRight .ring_text input[type="text"]:-moz-placeholder { /* Firefox 18- */ color: #2f2f2f; }
.productDetailRight .addBag { position: relative; padding: 0 !important; margin-bottom: 10px; }
.productDetailRight .addBag button[type="submit"] { border: 0; height: 38px; line-height: 38px; background: #000; font-size: 14px; color: #ffffff; padding: 0 39px 0 30px; position: relative; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-box-shadow: 0 0 30px transparent; -moz-box-shadow: 0 0 30px transparent; box-shadow: 0 0 30px transparent; text-align: center; float: left; }
.productDetailRight .addBag button[type="submit"]:hover { -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); }
.productDetailRight .addBag button[type="submit"] i { margin-right: 20px; font-size: 20px; margin-top: 8px; float: left; }
.productDetailRight .addBag a.begen { margin-left: 10px; border: 1px solid #d9d9d9; padding: 0 15px; line-height: 36px; font-size: 16px; color: #303030; float: left; }
.productDetailRight .addBag a.begen i { color: #fe0000; margin-right: 5px; }
.productDetailRight .renkSecenkleri { margin-bottom: 20px; }
.productDetailRight .renkSecenkleri h2 { display: block; font-size: 15px; margin: 10px 0 10px 0; font-weight: 700; }
.productDetailRight .renkSecenkleri .renkSecenegi a { border: 1px solid #eee; float: left; margin-right: 10px; display: block; }
.productDetailRight .renkSecenkleri .renkSecenegi a img { max-width: 53px; padding: 5px; }
.productDetailRight .urunAciklama { float: left; width: 100%; padding: 20px; border: 1px solid #000; background: url("../images/urun-detay-kutu.jpg") right 5px bottom 5px no-repeat; }
.productDetailRight .urunAciklama h4 { margin: 0 0 10px 0; font-weight: 700; }
.productDetailRight .urunAciklama ul li { padding: 8px 0; padding-left: 40px; position: relative; }
.productDetailRight .urunAciklama ul li img { left: 0; position: absolute; }
.productDetailRight .altIcerik span { display: block; font-size: 14px; margin: 10px 0 10px 0; }
.productDetailRight .altIcerik a { text-align: center; font-size: 14px; border: 1px solid #b2b2b2; padding: 10px 15px; display: block; float: left; margin-right: 10px; }
.productDetailRight .altIcerik a strong { display: block; font-size: 16px; margin-top: 5px; }
.productDetailRight .ntext { margin-bottom: 10px; line-height: 34px; border: 1px solid #fe0000; padding: 0 15px; color: #fe0000; font-size: 14px; display: block; float: left; }
.productDetailRight a.yuzukOlcu { display: block; float: left; font-size: 13px; color: #232a36; text-decoration: underline; font-weight: 300; font-family: "Tahoma"; margin-top: 12px; }
.productDetailRight p.desc { display: block; font-size: 14px; font-weight: 300; font-family: "Tahoma"; color: #565656; margin: 20px -40px 0; padding: 0 40px 20px 40px; border-bottom: 1px solid #f7f6f5; }
.productDetailRight .utility { float: left; width: 100%; padding: 30px 40px; }
.productDetailRight .utility .dropdown { float: left; width: 100%; }
.productDetailRight .utility .dropdown > a { line-height: 40px; background: #f2f3f4; font-size: 14px; color: #5a5656; padding: 0 20px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: block; float: left; margin-right: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; border-radius: 20px; }
.productDetailRight .utility .dropdown > a:hover { background: #f2f3f4; -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
.productDetailRight .utility .dropdown > a i { color: #000; margin-right: 9px; font-size: 16px; }
.productDetailRight .utility .dropdown ul li { float: left; width: 25%; }
.productDetailRight .utility .dropdown ul li a { width: 100%; text-align: center; margin: 0; }
.productDetailRight .utility .dropdown ul li a i { margin: 0; float: none; display: inline-block; }
.productDetailRight .detailInfo { margin: 0 -40px; border-top: 1px solid #e6eaed; border-bottom: 1px solid #e6eaed; padding: 30px 40px 26px 40px; }
.productDetailRight .detailInfo p { font-size: 14px; color: #5a5656; font-weight: 300; margin: 0 50px 0 0; float: left; }
.productDetailRight .detailInfo p i { color: #000; margin-right: 10px; font-size: 16px; }

.teslimatIade { padding: 28px 0 0 0; }
.teslimatIade h3 { font-size: 16px; font-family: "Tahoma"; font-weight: 500; color: #565656; margin: 0 0 10px 0; }
.teslimatIade p { font-size: 14px; color: #565656; font-weight: 100; font-family: "Tahoma"; margin-bottom: 20px; }
.teslimatIade p strong { font-weight: 500; }

h2.productTitle { margin: 0; font-size: 22px; color: #565656; font-weight: 500; font-family: "Tahoma"; border-bottom: 1px solid #f7f6f5; padding-bottom: 5px; }

.productDetailsInfo { float: left; width: 100%; padding: 20px 40px; }
.productDetailsInfo .in { background: #f5f5f5; float: left; width: 100%; }
.productDetailsInfo h3 { font-size: 16px; color: #000; margin: 10px 0 10px 0; padding: 0 10px; font-weight: 500; }
.productDetailsInfo table.table tr:first-child td { border: 0; }
.productDetailsInfo table.table tr td { padding: 6px 10px; border-color: #eee; font-size: 12px; color: #000; font-weight: 500; font-family: "Tahoma"; }

.productThumb { text-align: center; padding-bottom: 7px; padding-top: 7px; }
.productThumb a { display: inline-block; width: 63px; height: 65px; border: 1px solid #bdbdbd; }
.productThumb a.active { border-color: #333; }
.productThumb a img { width: 61px; height: 63px; object-fit: cover; -o-object-fit: cover; }

.wait { visibility: hidden; }

/*productSideBar*/
.productSideBar aside > ul { margin-bottom: 30px; position: relative; float: left; width: 100%; }
.productSideBar aside > ul ul { margin-bottom: 0; padding-bottom: 0; float: left; width: 100%; }
.productSideBar aside > ul ul li:first-child a { border: 0; }
.productSideBar aside > ul li.title { font-size: 14px; font-weight: 700; color: #000; text-transform: uppercase; margin-bottom: 15px; }
.productSideBar aside > ul li label { font-size: 13px; color: #000; font-weight: normal; }
.productSideBar aside > ul li a { font-size: 14px; color: #2d2d2d; display: block; padding: 10px 2px; border-top: 1px solid #e5e5e5; }
.productSideBar aside > ul.float li { float: left; width: 33.33%; }
.productSideBar aside > ul.float li.title { width: 100%; }

.rangeSlider { background: #ccc; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; height: 4px; }
.rangeSlider .noUi-connect { background: #4f4f4d; }
.rangeSlider .noUi-handle { background: none; border: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; top: 4px; left: -8px; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 10px solid #a1a1a1; }
.rangeSlider .noUi-handle:after { display: none; }
.rangeSlider .noUi-handle:before { display: none; }
.rangeSlider .durum1 { color: #8f8f8f; margin-top: 15px; display: block; }
.rangeSlider .durum2 { color: #8f8f8f; margin-top: 15px; display: block; }

/*sepet*/
.sepetAlan { border: 1px solid #ccc; padding: 25px; margin-top: 20px; float: left; width: 100%; }

.sepetAdim { text-align: center; margin-bottom: 10px; float: left; width: 100%; }
.sepetAdim.margin { margin: 30px 0; }
.sepetAdim li { float: none; display: inline-block; font-size: 21px; color: #9b9898; margin: 0 40px; position: relative; }
.sepetAdim li:last-child:after { display: none; }
.sepetAdim li.active { color: #333; text-decoration: underline; }
.sepetAdim li:after { width: 9px; height: 24px; background: url("../img/sepetStep.png"); position: absolute; top: 50%; right: -48px; margin: -12px 0 0 0; content: " "; }

.sepetimSayfa { border-bottom: 1px solid #ccc; margin-bottom: 20px; margin-top: -10px; }
.sepetimSayfa .productCode { display: block; color: #d12323; margin-bottom: 15px; }
.sepetimSayfa li { display: table; width: 100%; border-top: 1px solid #ccc; padding: 10px 0; }
.sepetimSayfa li:first-child { border: 0; }
.sepetimSayfa li span.title { display: table-cell; font-size: 14px; }
.sepetimSayfa li > figure, .sepetimSayfa li > div { display: table-cell; vertical-align: middle; float: none; font-size: 14px; }
.sepetimSayfa li .sepetFiyat span { font-size: 18px; display: block; text-align: right; }
.sepetimSayfa li .sepetFiyat span.old { color: #afb1b2; text-decoration: line-through; }
.sepetimSayfa li img { max-width: 180px; }
.sepetimSayfa a.sil { color: #d12323; }

.sepetSonucList { font-size: 14px; font-weight: 100; }
.sepetSonucList li.last span, .sepetSonucList li.last strong { font-weight: 700; color: #000; }
.sepetSonucList strong { font-weight: 300; display: block; padding-bottom: 10px; color: #6e6e6e; }
.sepetSonucList span { float: right; font-weight: 500; color: #6e6e6e; }

.bottomSepet { float: left; width: 100%; margin-top: 15px; }
.bottomSepet input[type="submit"] { background: #000; color: #fff; float: right; }
.bottomSepet a.sepetButon { background: #000; color: #fff; float: right; padding: 0 20px; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; transition: all 0.2s ease-in; font-size: 14px; line-height: 40px; }
.bottomSepet a.sepetButon:hover { background: #000; color: #fff; }
.bottomSepet a.alisverisDevam { padding: 0 20px; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; transition: all 0.2s ease-in; font-size: 14px; line-height: 40px; float: right; margin-right: 20px; }
.bottomSepet a.alisverisDevam i { margin-right: 10px; }
.bottomSepet a.alisverisDevam:hover { background: #e6eaed; }

.otherProductD { float: left; width: 100%; padding: 0 45px; }
.otherProductD span.title { text-align: center; font-size: 13px; color: #ff0000; display: block; padding: 20px 0; }
.otherProductD .bx-wrapper { border: 1px solid #ccc; position: relative; }
.otherProductD ul li .sepetUrunu { padding: 15px; display: table; width: 100%; }
.otherProductD ul li .sepetUrunu > figure, .otherProductD ul li .sepetUrunu > div { display: table-cell; vertical-align: middle; }
.otherProductD ul li .sepetUrunu figure { width: 133px; }
.otherProductD ul li .sepetUrunu figure img { max-width: 133px; }
.otherProductD ul li .sepetUrunu div.info { padding-left: 15px; }
.otherProductD ul li .sepetUrunu div.info span { font-size: 13px; display: block; }
.otherProductD ul li .sepetUrunu div.info span.kod { color: #d12323; margin: 5px 0; }
.otherProductD ul li .sepetUrunu div.info select { height: 27px; border-color: #c5c5c5; margin-top: 10px; }
.otherProductD ul li .sepetUrunu span.price { font-size: 19px; color: #000; display: block; margin: 5px 0; }
.otherProductD ul li .sepetUrunu span.price.EURO:before { content: "€ "; }
.otherProductD ul li .sepetUrunu span.price.USD:before { content: "$ "; }
.otherProductD ul li .sepetUrunu span.price.TR:before { content: "₺ "; }
.otherProductD ul li .sepetUrunu span.price.old { font-size: 14px; color: #868686; text-decoration: line-through; }
.otherProductD ul li .sepetUrunu button { background: #000; font-size: 15px; color: #fff; border: 1px solid #c1c1c1; height: 34px; padding: 0 15px; }
.otherProductD a.bx-prev { position: absolute; top: 50%; left: -45px; font-size: 40px; margin-top: -20px; }
.otherProductD a.bx-next { position: absolute; top: 50%; right: -45px; font-size: 40px; margin-top: -20px; }

span.or { display: block; padding: 10px 0; }

/*payment_tabs*/
.payment_box { font-size: 14px; font-weight: 500; }

.payment_tabs { margin-bottom: 20px; margin-top: 10px; float: left; font-size: 15px; }
.payment_tabs li { float: left; }
.payment_tabs li.active a { background: #f5f5f5; }
.payment_tabs li:nth-child(1) a { margin-left: 0; }
.payment_tabs li a { margin: 0; padding: 7px 10px; border: 1px solid #f5f5f5; margin: 0 5px; }

.billpayTabs li { float: left; margin-right: 5px; }

.split-chart { display: none; }

/*odeme*/
ul.tableMobile { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #f7f6f5; }
ul.tableMobile li { padding: 3px 0; font-size: 14px; }
ul.tableMobile li input[type="submit"] { margin-top: 10px; }

ul.bankaNo { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #f7f6f5; }
ul.bankaNo li { padding: 3px 0; text-align: center; font-size: 14px; }
ul.bankaNo li strong { margin-right: 5px; }

/*siparislerim*/
.siparisDetayMobil { margin-bottom: 20px; }
.siparisDetayMobil img { margin: 0 auto; }
.siparisDetayMobil li { padding: 8px 5px; border-top: 1px solid #f7f6f5; font-size: 14px; font-weight: 500; }
.siparisDetayMobil li ul { padding: 8px 2px; }
.siparisDetayMobil li.urun { background: #f7f6f5; }
.siparisDetayMobil li:empty { display: none; }
.siparisDetayMobil li:first-child { border: 0; }

/*setler*/
.product_set_box { border-bottom: 1px solid #f7f6f5; margin-bottom: 15px; }
.product_set_box .set-title { padding: 20px 10px; font-size: 14px; font-weight: 100; text-align: center; }
.product_set_box .set-title p { margin-bottom: 3px; }
.product_set_box .set-title span { font-weight: 700; font-size: 15px; }

.setolarakal { margin: 15px 0; }

.urun_set { float: left; width: 100%; }
.urun_set dl { float: left; }
.urun_set .product { padding: 0 5px; }

.gift_cheque { padding: 0; }
.gift_cheque input[type=text] { max-width: 225px !important; }

/*footer*/
.nFooter { margin-top: 50px; float: left; width: 100%; }
.nFooter i.fa-location-arrow { color: #3e3e3e; font-size: 22px; margin-bottom: 15px; }
.nFooter i.fa-quote-left { color: #c93737; font-size: 22px; margin-bottom: 15px; }
.nFooter .border { border-top: 1px dashed #a6a6a6; border-bottom: 1px dashed #a6a6a6; padding: 20px 0; }
.nFooter h3.title { font-size: 22px; color: #181818; }
.nFooter .sliderYorum { border-bottom: 1px solid #eee; float: left; width: 100%; }
.nFooter .left { border-right: 1px solid #eee; }
.nFooter .left a.bx-prev { position: absolute; top: 19px; right: 50px; font-size: 16px; width: 25px; height: 25px; line-height: 25px; text-align: center; background: #f5f5f5; color: #000; -webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; border-radius: 50px; text-indent: -1px; }
.nFooter .left a.bx-next { position: absolute; top: 19px; right: 16px; font-size: 16px; width: 25px; height: 25px; line-height: 25px; text-align: center; background: #f5f5f5; color: #000; -webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; border-radius: 50px; text-indent: 1px; }
.nFooter .left span.title { font-size: 15px; color: #000; display: block; }
.nFooter .left a.all { display: block; color: #3e3d3d; margin: 9px 0; }
.nFooter .left .yorumYap { padding: 15px; float: left; width: 100%; }
.nFooter .left .yorumYap p { font-size: 14px; color: #272727; width: calc(100% - 250px); float: left; margin: 0; }
.nFooter .left .yorumYap a { float: right; width: 135px; text-align: center; line-height: 30px; background: #383838; border: 1px solid #d6d6d6; color: #fff; }
.nFooter .left .yorumYap a:hover { background: #d6d6d6; color: #000; }
.nFooter .right .newsletter { width: 100%; max-width: 440px; }
.nFooter .right .newsletter input[type="text"] { width: calc(100% - 110px); float: left; height: 32px; border: 1px solid #383838; padding: 0 8px; color: #383838; }
.nFooter .right .newsletter button { float: right; width: 94px; border: 1px solid #d6d6d6; height: 32px; background: #383838; color: #fff; font-size: 14px; font-family: 'Arial',sans-serif; font-weight: normal; line-height: 32px; padding: 0; }
.nFooter .right .social { padding: 15px; float: left; width: 100%; border-top: 1px solid #eee; margin-top: 24px; }
.nFooter .right .social span { font-size: 18px; color: #c93737; line-height: 36px; float: left; display: block; margin-right: 20px; }
.nFooter .right .social a { margin: 0 9px; background: #000; display: block; float: left; width: 36px; height: 36px; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; border-radius: 100%; line-height: 36px; font-size: 18px; color: #fff; text-align: center; }

/*uyelik*/
.uyeKayit { border: 1px solid #696969; padding: 15px 18px 18px 18px; }
.uyeKayit h2 { font-size: 27px; color: #000; padding: 0 0 16px; margin: 0 0 35px 0; text-align: center; border-bottom: 1px solid #ccc; }
.uyeKayit .form-group input[type="text"], .uyeKayit .form-group input[type="password"] { width: 100%; max-width: 100%; }
.uyeKayit .form-group input[type="submit"] { margin: 0 auto; width: 150px; float: none; display: block; }
.uyeKayit .radioSelect { padding-left: 20px; }

footer { float: left; width: 100%; margin-top: 23px; }
footer .footerLinks { padding-bottom: 25px; background: #f5f5f5; padding-top: 28px; }
footer .footerLinks dl dt { font-size: 13px; color: #484848; margin-bottom: 4px; }
footer .footerLinks dl dd { margin-bottom: 3px; font-size: 13px; color: #525252; }
footer .footerLinks dl dd a { display: inline-block; font-size: 13px; color: #525252; }
footer .footerLinks dl dd a:hover { text-decoration: underline; }
footer .footerCopyWrapper { float: left; width: 100%; padding: 11px 0 0 0; border-top: 1px solid #d6d6d6; border-bottom: 1px solid #d6d6d6; background: #242424; }
footer .footerCopyWrapper p { font-size: 11px; color: #fff; text-align: center; }
footer .footerCopyWrapper a.crealive { float: right; display: block; text-indent: -9999px; background: url("../images/crealive.png"); background-size: 58px 10px; width: 58px; height: 10px; margin-top: 1px; }

.form-group label { display: block; font-weight: normal; font-size: 14px; }
.form-group textarea, .form-group input[type="password"], .form-group input[type="text"] { height: 40px; border: 1px solid #ccc; color: #333; font-size: 14px; width: 100%; max-width: 340px; }
.form-group textarea { height: 120px; resize: vertical; }
.form-group input[type="submit"], .form-group input[type="button"], .form-group button { padding: 0 20px; height: 40px; line-height: 37px; background: #000; border: 1px solid #d6d6d6; color: #fff; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; font-size: 14px; }

a.button, a.beButton { padding: 0 20px; height: 40px; line-height: 40px; background: none; border: 1px solid #d6d6d6; color: #000; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; font-size: 14px; font-weight: 700; font-family: "Tahoma"; }
a.button:hover, a.beButton:hover { background: #000; color: #fff; }

.side1 { padding: 40px; background: #eee; }
.side1 h3 { margin-bottom: 20px; }

.side2 { padding: 40px; background: #fff; }
.side2 h3 { margin-bottom: 20px; }

select { border: 1px solid #ccc; color: #383A3F !important; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; height: 40px; font-family: "Tahoma"; font-size: 14px; padding: 0 25px 0 20px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; position: relative; background: url("../img/dropdown.png") right 10px center no-repeat; }

p { font-size: 14px; font-weight: 500; font-family: "Tahoma"; }

h1, h2, h3, h4, h5, h6 { font-family: "Tahoma"; font-weight: 500; }

.fancybox-skin { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; background: #fff !important; padding: 0 !important; }

.content { padding: 30px 40px; float: left; width: 100%; }
.content h1 { font-size: 24px; }

iframe[name="google_conversion_frame"] { display: none; }

/* topList */
.topList { overflow: hidden; margin-bottom: 10px; }
.topList a { line-height: 28px; font-size: 12px; color: #2c2c2c; margin-left: 15px; }
.topList a.active { color: #c03333; }

#testimonials { min-width: 360px; width: 100%; padding-top: 20px; display: none; }

ul.socialShare { margin: 8px 0 0 0; float: left; }
ul.socialShare li { float: left; right: 5px; }
ul.socialShare li a { font-size: 16px; margin-right: 5px; }

.pagination > li > a, .pagination > li > span { color: #000 !important; }

ul.pagination li a { z-index: 1 !important; }
ul.pagination li a.active { background: #000 !important; border-color: #000; color: #fff !important; }

/* col-lg */
/* col-md */
@media (min-width: 992px) and (max-width: 1239px) { .productDetailRight .utility .dropdown > a { font-size: 13px; margin-right: 10px; }
  .productDetailRight .utility .dropdown > a i { font-size: 14px; margin-right: 5px; }
  .productDetailRight a.yuzukOlcu { font-size: 10px; }
  .productDetailRight .ring_size_select select { font-size: 11px; }
  .productDetailRight .addBag { margin-right: 5px; }
  .productDetailRight .ring_size_select { margin-right: 5px; }
  .productDetailRight .addBag button[type="submit"] { font-size: 12px; } }
/* col-sm */
@media (min-width: 768px) and (max-width: 991px) { .homeDetail { padding: 20px 0; margin: 30px 0; }
  .footerCard img { margin: 0 auto; }
  .productSideBar aside { display: table; width: 100%; }
  .productSideBar aside ul { display: table-cell; margin-bottom: 15px; padding-bottom: 15px; }
  .productSideBar aside ul li.title { margin-bottom: 15px; padding: 12px 40px; }
  .productSideBar aside ul li label, .productSideBar aside ul li a { margin-bottom: 5px; }
  .sepetimSayfa li .sepetFiyat span.old { float: right; }
  .productSideBar { margin-bottom: 15px; }
  footer .footerLinks dl dt { font-size: 12px; }
  footer .footerLinks dl dd a { font-size: 11px; }
  header nav ul li a { padding: 0 5px; }
  .nFooter .right .social span { width: 100%; }
  .nFooter .right .social a { margin-left: 0; }
  header .headerContent .hright a.sepet { margin-left: 5px; } }
/* col-xs */
@media (max-width: 767px) {
  .headerTopLeft { text-align: center; }
  header .headerTop span, header .headerTop a { float: none; display: inline-block; margin: 0 5px; }
  .homeDetail { padding: 20px 0; }
  footer .footerCopyWrapper p { text-align: center; width: 100%; }
  footer .footerCopyWrapper a.crealive { float: none; margin: 50px auto 20px auto; }
  .beflex > div, .sliderHome { margin-bottom: 10px; }
  footer .footerCopy { text-align: center; }
  footer .footerLinks dl { padding-left: 50px; }
  footer { padding-top: 20px; }
  .productDetailRight { padding: 0; margin-bottom: 10px; }
  .productDetailRight .addBag button[type="submit"] { font-size: 13px; text-align: left; }
  .productDetailRight .addBag, .productDetailRight .ring_size_select { margin-right: 10px; }
  .productDetailRight .product_name { margin-top: 15px; margin-bottom: 10px; font-size: 20px; }
  .productDetailRight .fiyatlarCerceve { margin-top: 7px; margin-bottom: 7px; }
  .productDetailRight .utility a { margin-right: 15px; }
  .urunCerceve { margin-bottom: 15px; }
  .sepetimSayfa li > figure, .sepetimSayfa li > div { float: left; width: 100%; text-align: center; }
  .sepetimSayfa .sepetAdet select { float: none; display: inline-block; height: 30px; }
  .sepetimSayfa a.sil { margin: 10px 0; font-size: 16px; display: inline-block; }
  .sepetimSayfa li img { float: none; margin: 0 auto; max-width: 120px; }
  .bottomSepet a.alisverisDevam { margin-right: 0; }
  .bottomSepet input[type="submit"] { margin-bottom: 10px; margin-left: 10px; }
  .bottomSepet { padding-top: 10px; padding-bottom: 20px; }
  .breadcrumb > li + li:before { display: none; }
  .breadcrumb.steps li { display: none; }
  .breadcrumb.steps li.active { display: block; }
  .fancybox-close { background: url("../img/closeFancy.jpg") !important; top: -16px !important; right: -16px !important; }
  .productDetailsInfo table.table tr td { font-size: 12px; }
  .bottomSepet a.alisverisDevam { margin-top: 10px; }
  .urunCerceve .bx-controls-direction { display: none; }
  .side1 { padding: 15px; }
  .side2 { padding: 15px; }
  .breadcrumb li, .breadcrumb li a { line-height: 30px; }
  .breadcrumb li:last-child:after { display: none; }
  .breadcrumb li:after { content: "\f105"; font-family: "fontAwesome"; margin: 0 5px; float: left; line-height: 30px; }
  .sliderHome .bx-controls { display: none; }
  footer .footerLinks p { padding-left: 50px; }
  .grids .grid a { margin-bottom: 10px; }
  .headerMobile { box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
  .headerMobile img { max-height: 80px; }
  .productThumb { text-align: center; }
  .productThumb a { float: none; display: inline-block; }
  .productDetailRight .clearMargin { margin: 0; }
  .productDetailRight .clearTop { padding: 15px 0; }
  .productDetailRight .ring_size_select { margin-bottom: 5px; }
  .productDetailRight .utility { padding: 15px 0; border: 0; }
  .productDetailRight .utility .dropdown > a { font-size: 12px; padding: 0 15px; margin: 3px 0; width: 100%; }
  .productDetailRight .utility .dropdown > a i { margin-right: 5px; font-size: 14px; }
  .productDetailRight .detailInfo p { font-size: 13px; }
  .detayTab .nav-tabs > li > a { font-size: 12px; padding: 0 10px; line-height: 40px; }
  .detayTab .tab-content { padding: 10px 0; }
  .productDetailsInfo h3 { margin: 5px 0; font-size: 13px; }
  .productDetailsInfo table { margin-bottom: 0; }
  .productDetailRight .detailInfo { margin: 0; padding: 15px; }
  .productDetailRight a.yuzukOlcu { float: left; width: 100%; }
  .product .quickView a { margin: 0; }
  .nFooter .left .yorumYap p { width: 100%; }
  .grid a { margin-bottom: 10px; }
  .sepetAdim li { display: none; }
  .sepetAdim li.active { display: block; }
  .gift_cheque input[type=text] { max-width: 100% !important; }
  .gift_cheque input[type="submit"] { width: 100%; }
  .otherProductD { padding: 0; }
  .otherProductD ul li .sepetUrunu > figure, .otherProductD ul li .sepetUrunu > div { display: block; float: left; width: 100%; }
  .otherProductD a.bx-next, .otherProductD a.bx-prev { display: none !important; }
  .otherProductD ul li .sepetUrunu > div { text-align: center; padding-left: 0; }
  .otherProductD ul li .sepetUrunu figure img { margin: 0 auto 15px; }
  .otherProductD ul li .sepetUrunu button { width: 100%; font-size: 14px; }
  .nFooter .right .social a { margin-left: 0; }
  .nFooter .right .social span { width: 100%; }
  .container { padding: 0 10px !important; }
  .breadcrumb li:after { float: right; }
  .productDetailsInfo { padding: 15px 0; }
  .productDetailRight .clearTop > div { display: block; float: left; width: 50%; padding: 0; margin: 0; }
  .productDetailRight .clearTop > div select, .productDetailRight .clearTop > div input { width: 100%; }
  .productDetailRight .clearTop > div.addBag { width: 100%; margin-top: 10px; }
  .sepetAdim li:after { display: none; }
  .sepetimSayfa li .sepetFiyat span { text-align: center; }
  .topList { padding: 0; }
  .topList .pull-right { width: 100%; }
  .topList a { margin-left: 0; margin-right: 3px; font-size: 11px; }
  #testimonials { min-width: 100%; }
  .productDetailRight .addBag a.begen { padding: 0 39px 0 30px; font-size: 13px; margin-top: 0; }
  .productDetailRight .addBag a.begen i { margin-right: 20px; font-size: 20px; float: left; margin-top: 9px; width: 15px; }
  .productDetailRight .addBag button[type="submit"] i { width: 15px; }
  .productDetailRight .urunAciklama { padding-bottom: 200px; }
}
@media (max-width: 417px) { .productDetailRight .addBag a.begen { margin-top: 15px; margin-left: 0; } }
.siteWrapper { width: 100%; height: 100%; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; transition: all 0.2s ease-in; position: relative; z-index: 999; -webkit-transform: translate(0%, 0) scale(1); -ms-transform: translate(0%, 0) scale(1); -o-transform: translate(0%, 0) scale(1); transform: translate(0%, 0) scale(1); }
.siteWrapper.active { -webkit-transform: translate(70%, 0) scale(0.9); -ms-transform: translate(70%, 0) scale(0.9); -o-transform: translate(70%, 0) scale(0.9); transform: translate(70%, 0) scale(0.9); }

.sideMenu { position: fixed; height: 100%; overflow: scroll; z-index: 99; padding: 0; left: 0; top: 0; width: 70%; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; visibility: hidden; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; transition: all 0.2s ease-in; background: #333; }
.sideMenu.active { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)"; filter: alpha(opacity=1); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; visibility: visible; }
.sideMenu ul.uyeGiris { float: left; width: 100%; }
.sideMenu ul.uyeGiris li { width: 33.33%; float: left; }
.sideMenu ul.uyeGiris li a { text-align: center; padding: 6px 0; display: block; color: #fff; }
.sideMenu .mobSearch { padding: 10px 0; float: left; width: 100%; }
.sideMenu .mobSearch input { width: calc(100% - 40px); -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; height: 30px; font-weight: 300; font-size: 12px; float: left; }
.sideMenu .mobSearch button { width: 40px; text-align: center; height: 30px; background: #232a36; color: #fff; float: left; }
.sideMenu nav { float: left; width: 100%; padding: 10px 0; }
.sideMenu nav ul li a { padding: 8px 10px; display: block; border-bottom: 1px solid rgba(255, 255, 255, 0.2); color: #fff; font-size: 14px; }
.sideMenu nav ul li .drop { display: none; }

html, body { overflow-x: hidden; width: 100%; }

.alertPopDiv { background: #d0eced; color: #000; margin: 3px 0 10px 0; padding-top: 10px; float: left; width: 100%; }
.alertPopDiv p { padding: 0 15px; text-align: center; }
.alertPopDiv .container { position: relative; }
.alertPopDiv a.closest { position: absolute; right: 0; font-size: 15px; top: -2px; }
.alertPopDiv span { color: #cc1818; }

.alert { text-align: center !important; }

span.old.EURO:before, span.price.EURO:before { content: "€ "; }
span.old.USD:before, span.price.USD:before { content: "$ "; }
span.old.TR:before, span.price.TR:before { content: "₺ "; }

strong.price.EURO:before { content: "€ "; }
strong.price.USD:before { content: "$ "; }
strong.price.TR:before { content: "₺ "; }
.fancybox-nav span { width: 30px !important; height: 30px !important; right: 10px !important; background-position: 3px -69px !important; }

/*# sourceMappingURL=style.css.map */